*{
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
    cursor: pointer;
    color: #000;
}
html{
    font-size: 16px;
}
li{
    list-style: none;
}
.clear{
    clear: both;
}
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

.header-wrap .top-box{
    width: 100%;
    height: 88px;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    padding: 0 6%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
	min-width: 1200px;
}
@media screen and (max-width: 1336px) {
    .header-wrap .top-box{
		padding: 0 4%;
		
	}
}
.header-wrap .logo{
    width: 180px;
}
.header-wrap .nav-box{
	white-space: nowrap;
}
.header-wrap .nav-box .nav-item{
    display: inline-block;
    width: 120px;
	position: relative;
	text-align: center;
}
.header-wrap .nav-box .nav-item a{
    font-size: 16px;
    color: #333;
    line-height: 88px;
    transition: color .2s;
}
.header-wrap .nav-box .nav-item:hover a{
	color: #f16520;
}
.header-wrap .nav-box .nav-item a.active{
    color: #f16520;
}
.header-wrap .nav-box .nav-item .nav-sub{
	display: none;
	position: absolute;
	/* background: #f26520; */
	min-width: 100%;
	background-color: rgba(255, 255, 255, .86);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
}
.header-wrap .nav-box .nav-item:hover .nav-sub{
	display: block;
}
.header-wrap .nav-box .nav-item .nav-sub a{
	display: block;
	/* line-height: 46px; */
	/* color: #fff; */
	color: #333;
	font-size: 15px;
	/* border-bottom: 1px solid #fff; */
	line-height: 50px;
	border-bottom: 1px dashed #b3b4b5;
}
.header-wrap .nav-box .nav-item .nav-sub a:last-child{
	border-bottom: none;
}
.header-wrap .nav-box .nav-item .nav-sub a:hover{
	/* background: #4c4f42; */
	color: #f16520;
}
.banner-wrap{
    overflow: hidden;
    position: relative;
}
.banner-wrap .ibanner{
    position: relative;
    overflow: hidden;
    z-index: 5;
}
.banner-wrap .ibanner .swiper-slide {
    height: 100vh;
    overflow: hidden;
}
.banner-wrap .ibanner .swiper-slide .m-block {
    display: none;
}
.banner-wrap .ibanner .swiper-slide img {
    width: 100%;
}
.banner-wrap .ibanner .slide-inner {
    height: 100vh;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: relative;
}
.banner-wrap .ibanner .swiper-slide .pc-block {
    display: block;
}
.banner-wrap .ibanner .hrefbtn {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}
.banner-wrap .ibanner .swiper-pagination-bullet-active {
    background: #f16520;
}
.banner-wrap .ibanner .swiper-button-prev, .banner-wrap .ibanner .swiper-button-next {
    width: 60px;
    height: 60px;
    border: 1px solid #fff;
    border-radius: 50%;
    background: none;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
}
.banner-wrap .ibanner .swiper-button-prev {
    left: 5%;
}
.banner-wrap .ibanner .swiper-button-prev svg, .banner-wrap .ibanner .swiper-button-next svg {
    width: 30px;
    height: 30px;
    fill: #fff;
}
.banner-wrap .ibanner .swiper-button-next {
    right: 5%;
}
.video-banner{
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    background: #ffffff;
}
.video-banner video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.index-content .ljwm{
    position: relative;
    background: #feefe8;
    background-size: cover;
    padding: 6rem 0 9.2rem;
}
.index-content .ljwm .con{
    position: relative;
    z-index: 9;
}
.w1680 {
    width: 1680px;
    margin: 0 auto;
    max-width: 90%;
}
.index-content .ljwm .tit1{
    text-align: center;
    color: #ed5100;
    margin-bottom: 1.2rem;
    font-size: 1.1rem;
    line-height: 1.6;
}
.index-content .ljwm .tit2{
    max-width: 360px;
    width: 100%;
    margin: 0 auto 1.2rem;
    text-align: center;
    line-height: 2;
    color: #4b4f42;
    font-size: 15px;
}
.index-content .ljwm .more-btn .more{
    width: 160px;
    height: 44px;
    line-height: 44px;
    border: 1px solid #ea5404;
    text-align: center;
    border-radius: 44px;
    color: #4b4f42;
    display: block;
    margin: 0 auto;
    box-sizing: content-box;
    transition: all .3s;
    font-size: 14px;
}
.index-content .ljwm #wave {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 1;
    overflow: hidden;
}
.index-content .about{
    padding: 3.5rem 0 3.5rem;
}
.index-content .about .con{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: stretch;
    margin: 0 auto;
    width: 1200px;
}
@media screen and (max-width: 1400px) {
	.index-content .about .con{
		width: auto;
		padding: 0 8%;
		box-sizing: border-box;
	}
}
.index-content .about .con .left-box{
    display: flex;
    flex-flow: column wrap;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0.5rem 0;
    float: left;
    width: 45%;
}
.index-content .about .con .left-box .b-tit{

}
.index-content .about .con .left-box .b-tit .cn{
    font-size: 1.1rem;
    color: #000000;
    line-height: 1.35rem;
    display: inline-block;
    zoom: 1;
    position: relative;
}
.index-content .about .con .left-box .b-tit .cn:before {
    content: ">";
    position: absolute;
    bottom: -0.35rem;
    right: -0.8rem;
    font-size: 0.72rem;
    box-sizing: border-box;
    color: #ed5200;
}
.index-content .about .con .left-box .b-tit .en{
    font-size: 0.55rem;
    line-height: 0.75rem;
    color: #999;
    margin-top: 0.25rem;
}
.index-content .about .con .left-box .b-tit .line{
    width: 1.25rem;
    height: 4px;
    background-color: #ed5200;
    margin: 0.6rem 0 0;
}
.index-content .about .con .left-box .p-txt{
    margin-top: 0.5rem;
    font-size: 0.4rem;
    line-height: 1rem;
    color: #777;
}
.index-content .about .con .left-box .num-list{
    font-size: 0;
    margin-top: 1rem;
}
.index-content .about .con .left-box .num-list .item{
    display: inline-block;
    zoom: 1;
    margin-right: 0.55rem;
}
.index-content .about .con .left-box .num-list .item:last-child {
    margin-right: 0;
}
.index-content .about .con .left-box .num-list .item .num-box {
    color: #ed5200;
}
.index-content .about .con .left-box .num-list .item .num-box .num {
    display: inline-block;
    zoom: 1;
    font-size: 1rem;
    line-height: 1rem;
    vertical-align: middle;
}
.index-content .about .con .left-box .num-list .item .num-box .jia {
    display: inline-block;
    zoom: 1;
    font-size: 0.65rem;
    line-height: 0.75rem;
    vertical-align: middle;
}
.index-content .about .con .left-box .num-list .item .txt {
    font-size: 0.4rem;
    color: #666666;
    line-height: 0.5rem;
    margin-top: 0.25rem;
}
.index-content .about .con .right-box{
    float: right;
    width: 50%;
    padding: 0.5rem 0 0 0.5rem;
    position: relative;
}
.index-content .about .con .right-box img{
    width: 100%;
    height: 368px;
	box-sizing: border-box;
}
.index-content .about .con .right-box .line {
    position: absolute;
    background-color: #eeeced;
}
.index-content .about .con .right-box .line1 {
    width: 82.26%;
    right: 17.74%;
    top: 0;
    height: 0.5rem;
}
.index-content .about .con .right-box .line2 {
    width: 0.5rem;
    left: 0;
    top: 0;
    height: 79.59%;
}
.index-content .cpzs-wrap{
	padding-top: 2rem;
}
.index-content .cpzs-wrap .h-tit{
	text-align: center;
    color: #f16520;
}
.index-content .cpzs-wrap .h-tit .tit{
	font-size: 1rem;
    font-weight: bold;
    letter-spacing: 5px;
}
.index-content .cpzs-wrap .h-tit .en{
	font-size: 0.4rem;
    line-height: 0.8rem;
}
.index-content .cpzs{
    display: flex;
    justify-content: space-between;
	margin-top: 1.3rem;
}
.index-content .cpzs .box1{
    width: 24.25%;
    height: 44vw;
}
.index-content .cpzs .box .img{
    position: relative;
    cursor: pointer;
    overflow: hidden;
    display: block;
}
.index-content .cpzs .box img{
    width: 100%;
    height: 100%;
	object-fit: cover;
}
.index-content .cpzs .box1 .img{
    width: 100%;
    height: 100%;
}
.index-content .cpzs .box2{
    width: 49.5%;
    height: 44vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.index-content .cpzs .box2 .box2-1{
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 30vw;
}
.index-content .cpzs .box2 .box2-1 .box2-1-1{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 49%;
}
.index-content .cpzs .box2 .box2-1 .box2-1-1 .img1, .index-content .cpzs .box2 .box2-1 .box2-1-1 .img2{
    width: 100%;
    height: 14.5vw;
}
.index-content .cpzs .box2 .box2-1 .box2-1-2{
    width: 49%;
}
.index-content .cpzs .box2 .box2-1 .box2-1-2 .img{
    width: 100%;
    height: 100%;
}
.index-content .cpzs .box2 .box2-2{
    width: 100%;
    height: 13vw;
}
.index-content .cpzs .box2 .box2-2 .img{
    width: 100%;
    height: 100%;
}
.index-content .cpzs .box3{
    width: 24.25%;
    height: 44vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.index-content .cpzs .box3 .img1{
    width: 100%;
    height: 13vw;
}
.index-content .cpzs .box3 .img2{
    width: 100%;
    height: 30vw;
}
.index-content .cpzs .box .img .mask-box{
	opacity: 0;
	position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    left: 0;
    top: 0;
	padding: 40px 50px;
    box-sizing: border-box;
	color: #fff;
	transition: all .5s;
}
.index-content .cpzs .box .img .mask-box .title{
	font-size: 0.75rem;
}
.index-content .cpzs .box .img .mask-box .p{
	font-size: 0.45rem;
	text-align: justify;
    line-height: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-indent: 2em;
    margin-top: 20px;
}
.index-content .cpzs .box .img:hover .mask-box{
	opacity: 1;
}
/* .index-content .cpzs .box{
    height: 43.5vw;
}
.index-content .cpzs .box img{
	width: 100%;
	height: 100%;
}
.index-content .cpzs .box .img{
	position: relative;
	cursor: pointer;
	overflow: hidden;
	display: block;
}
.index-content .cpzs .box .img .mask-box{
	opacity: 0;
	position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    left: 0;
    top: 0;
	padding: 40px 50px;
    box-sizing: border-box;
	color: #fff;
	transition: all .5s;
}
.index-content .cpzs .box .img .mask-box .title{
	font-size: 0.75rem;
}
.index-content .cpzs .box .img .mask-box .p{
	font-size: 0.45rem;
	text-align: justify;
    line-height: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-indent: 2em;
    margin-top: 20px;
}
.index-content .cpzs .box .img:hover .mask-box{
	opacity: 1;
}
.index-content .cpzs .box1{
    width: 24.2%;
}
.index-content .cpzs .box1 .img1{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.index-content .cpzs .boxright{
    width: 74.7%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.index-content .cpzs .box2, .index-content .cpzs .box3{
	height: 49%;
	display: flex;
	justify-content: space-between;
}
.index-content .cpzs .box .img2{
	width: 32.4%;
}
.index-content .cpzs .box .img3{
	width: 66%;
}
.index-content .cpzs .box .img4{
	width: 66%;
}
.index-content .cpzs .box .img5{
	width: 32.4%;
}
.index-content .cpzs .box2 img, .index-content .cpzs .box3 img{
    width: 100%;
    height: 100%;
} */

.x-banner-wrap{
	font-size: 0;
}
.x-banner-wrap img{
	width: 100%;
	min-width: 1200px;
}
.lb-container {
    width: 1200px;
    margin: 0 auto;
}
.lb-container .nav-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 68px;
    font-size: 19px;
    font-weight: 600;
    color: #000;
    border-bottom: 1px solid #f16520;
}
.lb-container .nav-box .dqwz {
    color: #333333;
    font-size: 13px;
    font-weight: normal;
    display: flex;
    align-items: center;
}
.lb-container .nav-box .dqwz a {
    color: #333333;
}
.lb-container .nav-box .dqwz em {
    width: 6px;
    height: 6px;
    display: block;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    transform: rotate(45deg);
    margin-left: 6px;
    margin-right: 10px;
}
.zjbclb-side-box{
	height: 80px;
	border-bottom: 1px solid #e5e5e5;
}
.zjbclb-side-box .zjbclb-con{
	display: flex;
    justify-content: space-between;
    width: 1200px;
    margin: 0 auto;
}
.zjbclb-side-box .zjbclb-side{
	display: flex;
}
.zjbclb-side-box .zjbclb-side a{
	position: relative;
    font-size: 14px;
    height: 80px;
    line-height: 80px;
    padding: 0px 30px;
    color: #333;
    display: block;
    transition: 0.3s ease 0s;
}
.zjbclb-side-box .zjbclb-side a:hover {
    color: #f16520;
}
.zjbclb-side-box .zjbclb-side a:before{
	position: absolute;
    content: '';
    left: 50%;
    bottom: 0px;
    width: 0%;
    height: 2px;
    background-color: none;
    transition: all .3s;
}
.zjbclb-side-box .zjbclb-side a:hover:before {
    width: 80%;
    left: 10%;
    background-color: #f16520;
}
.zjbclb-side-box .zjbclb-side a.active{
	color: #f16520;
}
.zjbclb-side-box .zjbclb-side a.active:before{
	width: 80%;
    left: 10%;
    background-color: #f16520;
}
.zjbclb-side-box .dqwz{
	color: #666666;
    font-size: 14px;
    font-weight: normal;
    display: flex;
    align-items: center;
	padding-left: 30px;
}
.zjbclb-side-box .dqwz a{
	color: #666666;
}
.zjbclb-side-box .dqwz em{
	width: 6px;
    height: 6px;
    display: block;
    border-top: 1px solid #666666;
    border-right: 1px solid #666666;
    transform: rotate(45deg);
    margin-left: 6px;
    margin-right: 10px;
 }
.lb-container .con-cen {
    display: flex;
    align-items: flex-start;
}
.lb-container .con-cen .side {
    width: 200px;
	min-width: 200px;
    margin-right: 30px;
    background: #fbfbfb;
    text-align: center;
	border: 1px solid #f0f0f0;
	box-sizing: border-box;
	margin-top: 40px;
}
.lb-container .con-cen .side a {
    font-size: 15px;
    color: #000;
    line-height: 44px;
    display: block;
	border-bottom: 1px dashed #f0f0f0;
}
.lb-container .con-cen .side a:hover{
	color: #f16520;
	background: #f9ddcf;
}
.lb-container .con-cen .side a.active{
	color: #f16520;
	background: #f9ddcf;
}
.lb-container .news-list {
    flex: 1;
}
.lb-container .news-list ul li {
    padding: 15px 4px;
    line-height: 1.5;
    border-bottom: #ddd 1px dotted;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.lb-container .news-list ul li a {
    font-size: 15px;
    color: #333;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
	white-space: nowrap;
    flex: 1;
	width: 800px;
}
.lb-container .news-list ul li span.time {
    color: #999;
    font-size: 12px;
    min-width: 100px;
    text-align: right;
}
.pagi {
    line-height: 100%;
    text-align: center;
    margin-top: 30px;
}
.pagi a {
    display: inline-block;
    background: #fff;
    padding: 10px;
    font-size: 14px;
    color: #666;
    border: #eee 1px solid;
    border-right: 0px;
    cursor: pointer;
    vertical-align: middle;
}
.pagi a:last-child {
	border-right: 1px solid #eee;
}
.footer-wrap {
    margin-top: 50px;
}
.footer-wrap .box1 {
	background: #f27436;
}
.footer-wrap .box1 .con{
    margin: 0 auto;
    padding: 24px 1rem;
    color: #fff;
    font-size: 14px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	max-width: 1200px;
}
.footer-wrap .box1 .con .right-con{
	display: flex;
}
.footer-wrap .box1 .con .right-con>div{
	display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 15px;
	margin-left: 20px;
}
.footer-wrap .box1 .con .right-con>div img{
	width: 3rem;
	height: 3rem;
	margin-top: 8px;
}
.footer-wrap .box1 .con .tit1{
	font-size: 18px;
    border-bottom: 1px solid #ccc;
	padding-bottom: 4px;
	display: inline-block;
}
.footer-wrap .box1 .con .tel{
	font-size: 14px;
	margin-top: 10px;
}
.footer-wrap .box1 .con .lyb{
	margin-top: 20px;
}
.footer-wrap .box1 .con .lyb form{
	display: flex;
    align-items: center;
}
.footer-wrap .box1 .con .lyb form a{
	height: 32px;
	margin-left: 10px;
}
.footer-wrap .box1 .con .lyb #content{
	width: 7rem;
	height: 32px;
    line-height: 32px;
    padding-left: 6px;
	border: none;
	outline: none;
}
.footer-wrap .box1 .con .lyb #authcode{
	width: 3rem;
	height: 32px;
    line-height: 32px;
    padding-left: 6px;
	margin-left: 10px;
	border: none;
	outline: none;
}
.footer-wrap .box1 .con .lyb .btn{
	width: 60px;
	height: 32px;
	line-height: 32px;
	margin-left: 10px;
	border: none;
}
.footer-wrap .box1 .con .tel span{
	font-size: 22px;
    font-weight: bold;
}
.footer-wrap .box2{
	background: #f16520;
}
.footer-wrap .box2 .con{
    margin: 0 auto;
    display: flex;
    padding: 24px 1rem;
    color: #fff;
    font-size: 14px;
	max-width: 1200px;
}
.footer-wrap .box2 .con a{
	color: #fff;
}

.nr-container {
    width: 1200px;
    margin: 0 auto;
}
.nr-container .nav-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 68px;
    font-size: 19px;
    font-weight: 600;
    color: #000;
    border-bottom: 1px solid #cccccc;
}
.nr-container .nav-box .dqwz {
    color: #333333;
    font-size: 13px;
    font-weight: normal;
    display: flex;
    align-items: center;
}
.nr-container .nav-box .dqwz a {
    color: #333333;
}
.nr-container .nav-box .dqwz em {
    width: 6px;
    height: 6px;
    display: block;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    transform: rotate(45deg);
    margin-left: 6px;
    margin-right: 10px;
}
.nr-container .wz-title {
    font-size: 21px;
    line-height: 30px;
    font-weight: 600;
    color: #333333;
    text-align: center;
    margin-top: 28px;
}
.nr-container .wz-time {
    font-size: 12px;
    color: #666666;
    line-height: 23px;
    text-align: center;
    margin-top: 20px;
}
.nr-container .nr-con {
    margin-top: 30px;
    font-size: 18px;
    line-height: 2;
}
.nr-container .nr-con img{
	max-width: 100%;
}
.nr-container .pages {
    text-align: right;
    margin-top: 30px;
    font-size: 14px;
}

.lb-container .con-cen .img-wrap .item {
    width: 300px;
    float: left;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
	padding: 0 36px;
	box-sizing: border-box;
}
.lb-container .con-cen .img-wrap .item:nth-child(4n) {
    margin-right: 0;
}
.lb-container .con-cen .img-wrap .item .img-box {
    display: flex;
	position: relative;
	overflow: hidden;
	padding: 10px;
}
.lb-container .con-cen .img-wrap .item img {
    width: 100%;
    height: 210px;
    object-fit: cover;
	transition: all .5s ease;
}
.lb-container .con-cen .img-wrap .item:hover img{
	transform: scale(1.1);
}
.lb-container .con-cen .img-wrap .item .show-box{
	position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(0,0,0,.6);
    transition: all 0.5s ease;
	font-size: 16px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
    box-sizing: border-box;
}
.lb-container .con-cen .img-wrap .item:hover .show-box{
	opacity: 1;
}
.lb-container .con-cen .img-wrap .item:hover .show-box p:before{
	width: 16px;
}
.lb-container .con-cen .img-wrap .item:hover .show-box p:after{
	width: 16px;
}
.lb-container .con-cen .img-wrap .item .show-box p{
	padding: 8px 0;
	position: relative;
}
.lb-container .con-cen .img-wrap .item .show-box p:before{
	content: '';
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: 1px;
    background: #fff;
    transition: all .5s ease;
}
.lb-container .con-cen .img-wrap .item .show-box p:after{
	content: '';
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: 1px;
    background: #fff;
    transition: all .5s ease;
}
.lb-container .con-cen .img-wrap .item .img-tit {
    text-align: center;
    font-size: 16px;
    margin-top: 16px;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
	transition: all .5s;
}
.lb-container .con-cen .img-wrap .item:hover .img-tit {
	color: #f16520;
}

@media screen and (min-width: 768px) {
    html {
		font-size: 28px!important;
	}
}
@media screen and (min-width: 1025px) {
    html {
		font-size: 30px!important;
	}
}
@media screen and (min-width: 1440px) {
    html {
		font-size: 34px!important;
	}
}
@media screen and (min-width: 1680px) {
    html {
		font-size: 40px!important;
	}
}

.gcal {
    padding-top: 2.25rem;
}
.gcal .view{
	padding: 0 4.2%;
}
.gcal .view .index-tit-box .index-tit{
	float: left;
    font-size: .7rem;
    line-height: .8rem;
    font-weight: bold;
}
.gcal .view .index-tit-box .index-class-btns{
	float: left;
	margin-left: 3rem;
	font-size: 0;
}
.gcal .view .index-tit-box .index-class-btns a{
	margin-right: 1rem;
	font-size: .4rem;
    line-height: .8rem;
    color: #666;
    transition: all .3s;
}
.gcal .view .index-tit-box .index-class-btns a:hover{
	color: #f16520;
}
.gcal .view .index-tit-box .index-class-btns a.cur{
	color: #f16520;
}
.gcal .view .con{
	margin-top: 0.75rem;
	position: relative;
}
.gcal .view .con .buttons {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    text-align: right;
    z-index: 3;
	font-size: 0;
}
.gcal .view .con .buttons a{
	margin-left: 0.5rem;
	display: inline-block;
	zoom: 1;
    width: 1rem;
    height: 1rem;
    border: 3px solid #f16520;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 0.225rem;
    transition: all .3s;
}
.gcal .view .con .buttons a:hover{
	background: #f16520;
}
.gcal .view .con .buttons a.prev:hover span{
	border: 2px solid #fff;
	border-top: none;
    border-right: none;
}
.gcal .view .con .buttons a.next:hover span{
	border: 2px solid #fff;
	border-left: none;
    border-bottom: none;
}
.gcal .view .con .buttons a.prev span{
	width: 0.4rem;
    height: 0.4rem;
    display: block;
    margin-left: 0.42rem;
    margin-top: 0.3rem;
    border: 2px solid #f16520;
    box-sizing: border-box;
    transform: rotate(45deg);
    border-top: none;
    border-right: none;
}
.gcal .view .con .buttons a.next span{
	width: 0.4rem;
    height: 0.4rem;
    display: block;
    margin-left: 0.2rem;
    margin-top: 0.3rem;
    border: 2px solid #f16520;
    box-sizing: border-box;
    transform: rotate(45deg);
    border-left: none;
    border-bottom: none;
}
.gcal .view .con .class-list{
	position: relative;
}
.gcal .view .con .class-list .class-item{
	display: none;
}
.gcal .view .con .class-list .img-box {
    width: 68%;
    position: absolute;
    right: 0;
    top: 1.5rem;
    overflow: hidden;
    z-index: 3;
	font-size: 0;
}
.gcal .view .con .class-list .img-box img{
	width: 100%;
}
.gcal .view .con .class-list .txt-box{
	position: relative;
    float: left;
    width: 36.08%;
    border: 0.4rem solid #f0f0f0;
    box-sizing: border-box;
    padding: 3.4rem 2.5rem 1.75rem 0.9rem;
    z-index: 2;
}
@media screen and (max-width: 1366px) {
    .gcal .view .con .class-list .txt-box {
		padding: 1.5rem  2rem 1.5rem .9rem;
	}
}
.gcal .view .con .class-list .txt-box .class-logo{
	text-align: center;
}
.gcal .view .con .class-list .txt-box .class-logo img{
	max-width: 100%;
}
.gcal .view .con .class-list .txt-box p{
	font-size: .4rem;
    color: #666666;
    line-height: .8rem;
    height: 2.4rem;
    overflow: hidden;
    margin-top: 2rem;
	text-indent: 2em;
}
.gcal .view .con .class-list .txt-box .more{
	width: 4rem;
    height: 1.15rem;
    line-height: 1.15rem;
    display: block;
    margin: 0 auto;
    border: 2px solid #f16520;
    font-size: .4rem;
    color: #f16520;
    font-weight: bold;
    text-align: center;
    transition: all .3s;
    border-radius: 4px;
	margin-top: 2rem;
}
.gcal .view .con .class-list .txt-box .more:hover{
	background-color: #f16520;
    color: #fff;
}

.gsry-wrap ul li{
	width: 33.33333333%;
	float: left;
	padding: 0 15px;
	box-sizing: border-box;
	margin-top: 40px;
}
.gsry-wrap ul li div{
	border: 1px dashed #c2c2c2;
	padding: 10px 10px 20px 10px;
	box-sizing: border-box;
}
.gsry-wrap ul li .img-box{
	width: 100%;
    display: block;
    height: 488px;
	overflow: hidden;
}
.gsry-wrap ul li .img-box img{
	width: 100%;
    height: 100%;
    object-fit: cover;
	transition: all .6s;
}
.gsry-wrap ul li div:hover img{
	transform: scale(1.1);
}
.gsry-wrap ul li .img-tit{
	font-size: 18px;
    line-height: 24px;
    display: -webkit-box;
    overflow: hidden;
    height: 24px;
    margin: 20px 0 0 0;
    text-align: center;
    color: #666;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
	transition: all .6s;
}
.gsry-wrap ul li div:hover .img-tit{
	color: #f16520;
}
.cpxllb-side-box{
	height: 80px;
    border-bottom: 1px solid #e5e5e5;
}
.cpxllb-side-box .cpxllb-con{
	display: flex;
    justify-content: space-between;
    width: 1240px;
    margin: 0 auto;
}
.cpxllb-side-box .dqwz {
    color: #666666;
    font-size: 14px;
    font-weight: normal;
    display: flex;
    align-items: center;
    padding-left: 30px;
}
.cpxllb-side-box .dqwz a {
    color: #666666;
}
.cpxllb-side-box .dqwz em {
    width: 6px;
    height: 6px;
    display: block;
    border-top: 1px solid #666666;
    border-right: 1px solid #666666;
    transform: rotate(45deg);
    margin-left: 6px;
    margin-right: 10px;
}
.cpxllb-side-box .cpxllb-side{
	display: flex;
}
.cpxllb-side-box .cpxllb-side a{
	position: relative;
    font-size: 14px;
    height: 80px;
    line-height: 80px;
    padding: 0px 30px;
    color: #333;
    display: block;
    transition: 0.3s ease 0s;
}
.cpxllb-side-box .cpxllb-side a:hover {
    color: #f16520;
}
.cpxllb-side-box .cpxllb-side a:before{
	position: absolute;
    content: '';
    left: 50%;
    bottom: 0px;
    width: 0%;
    height: 2px;
    background-color: none;
    transition: all .3s;
}
.cpxllb-side-box .cpxllb-side a:hover:before {
    width: 80%;
    left: 10%;
    background-color: #f16520;
}
.cpxllb-side-box .cpxllb-side a.active{
	color: #f16520;
}
.cpxllb-side-box .cpxllb-side a.active:before {
	width: 80%;
    left: 10%;
    background-color: #f16520;
}
.gsry-wrap .mask-box{
	width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.88);
    position: fixed;
    top: 0;
    left: 0;
	display: flex;
    justify-content: center;
    align-items: center;
	z-index: 1000;
	opacity: 0;
}
.gsry-wrap .mask-box img{
	max-width: 90%;
	max-height: 90%;
}
.gsry-wrap .mask-box .close{
	position: absolute;
    right: 20px;
    top: 20px;
	cursor: pointer;
}
.gsry-wrap .mask-box .left-arrow{
	position: absolute;
    left: 3%;
    top: 49%;
    transform: rotate(180deg);
	cursor: pointer;
}
.gsry-wrap .mask-box .right-arrow{
	position: absolute;
    right: 3%;
    top: 49%;
	cursor: pointer;
}
.tl-nav-box{
	border-bottom: 1px solid #e5e5e5;
}
.tl-nav-box .nav-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
    font-size: 19px;
    font-weight: 600;
    color: #000;
	width: 1200px;
    margin: 0 auto;
}
.tl-nav-box .nav-box .dqwz {
    color: #666666;
    font-size: 14px;
    font-weight: normal;
    display: flex;
    align-items: center;
}
.tl-nav-box .nav-box .dqwz a {
    color: #666666;
}
.tl-nav-box .nav-box .dqwz em {
    width: 6px;
    height: 6px;
    display: block;
    border-top: 1px solid #666666;
    border-right: 1px solid #666666;
    transform: rotate(45deg);
    margin-left: 6px;
    margin-right: 10px;
}
.nr-container .cpnr-con{
	margin-top: 60px;
}
.nr-container .cpnr-con .product-show{
	display: flex;
	
}
.nr-container .cpnr-con .product-show .proleft .pic{
	width: 500px;
    height: 500px;
}
.nr-container .cpnr-con .product-show .proright{
	padding-top: 50px;
    padding-left: 30px;
}
.nr-container .cpnr-con .product-show .proright .title-pro{
	font-size: 28px;
    font-weight: normal;
    line-height: 1.5;
}
.nr-container .cpnr-con .product-show .proright .text{
	margin-top: 30px;
}
.nr-container .cpnr-con .product-show .proright .text b{
	font-size: 18px;
    display: block;
    margin-bottom: 14px;
}
.nr-container .cpnr-con .product-show .proright .text p{
	line-height: 2;
    color: #666;
	font-size: 14px;
}
.nr-container .cpnr-con .product-show .proright .xj-btn{
	display: inline-block;
	margin-top: 50px;
	line-height: 50px;
	height: 50px;
    padding: 0 40px;
	transition: all .4s;
    color: #fff;
    background-color: #f16520;
	font-size: 15px;
}
.nr-container .cpnr-con .product-show .proright .xj-btn:hover{
	background: #dd5b1b;
}
.nr-container .cpnr-con .wznr{
	margin-top: 70px;
}
.nr-container .cpnr-con .wznr .prosort{
	padding: 10px;
    background-color: #f16520;
	display: flex;
	height: 60px;
    box-sizing: border-box;
}
.nr-container .cpnr-con .wznr .prosort li{
	
}
.nr-container .cpnr-con .wznr .prosort li a{
	font-size: 16px;
    line-height: 40px;
    display: block;
    padding: 0 30px;
    color: #fff;
    border-radius: 6px;
}
.nr-container .cpnr-con .wznr .prosort li.active a {
    color: #f16520;
    background-color: #fff;
}
.nr-container .cpnr-con .wznr .text{
	padding: 30px;
    border: 1px solid #e5e5e5;
	font-size: 18px;
	line-height: 2;
}
.nr-container .cpnr-con .wznr .text img{
	max-width: 100%;
}
.nr-container .cpnr-con .inquiry{
	margin-top: 80px;
}
.nr-container .cpnr-con .inquiry .title-inquiry{
	padding: 0 36px;
    border-bottom: 1px solid #eee;
    background-color: #f16520;
	font-size: 16px;
    font-weight: normal;
    line-height: 60px;
    display: block;
    margin: 0;
    color: #fff;
}
.nr-container .cpnr-con .inquiry .info{
	padding: 30px 40px;
    border: 1px solid #e5e5e5;
}
.nr-container .cpnr-con .inquiry .info>p{
	font-size: 14px;
	color: #333;
}
.nr-container .cpnr-con .inquiry .ly-box{
	margin-top: 20px;
}
.nr-container .cpnr-con .inquiry .ly-box .item-3{
	padding: 0 10px;
	width: 33.33%;
	float: left;
	box-sizing: border-box;
}
.nr-container .cpnr-con .inquiry .ly-box input, .nr-container .cpnr-con .inquiry .ly-box textarea{
	line-height: 30px;
    width: 100%;
    min-height: 50px;
    margin-top: 20px;
    padding: 10px 20px;
    border: 1px solid #e5e5e5;
    background-color: #fdfdfd;
	box-sizing: border-box;
	outline: none;
}
.nr-container .cpnr-con .inquiry .ly-box .item-1{
	padding: 0 10px;
	box-sizing: border-box;
	clear: both;
}
.nr-container .cpnr-con .inquiry .ly-box .item-yzm{
	padding: 0 10px;
	display: flex;
    align-items: center;
	margin-top: 12px;
}
.nr-container .cpnr-con .inquiry .ly-box .item-yzm input{
	margin: 0;
	width: 20%;
    padding: 0 20px;
    min-height: 46px;
	margin-right: 20px;
}
.nr-container .cpnr-con .inquiry .ly-box .sub-btn{
	font-size: 16px;
    line-height: 50px;
    height: 50px;
    padding: 0 50px;
    transition: all .4s;
    color: #fff;
    background-color: #f16520;
	width: 168px;
    cursor: pointer;
	margin: 0 auto;
    display: block;
	margin-top: 30px;
}
.nr-container .cpnr-con .inquiry .ly-box .sub-btn:hover{
	background: #dd5b1b;
}
.jjfa-list .item{
	width: 300px;
    float: left;
    margin-top: 40px;
    padding: 0 15px;
    box-sizing: border-box;
}
.jjfa-list .item .item-con{
	border: 1px solid #e5e5e5;
	display: flex;
    flex-direction: column;
    align-items: center;
}
.jjfa-list .item .img-box {
    display: flex;
    position: relative;
    overflow: hidden;
}
.jjfa-list .item .img-box img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: all 1s ease;
}
.jjfa-list .item .item-con:hover .img-box img{
	transform: scale(1.1);
}
.jjfa-list .item .img-tit {
    text-align: center;
    font-size: 14px;
	color: #666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .4s;
	line-height: 50px;
	height: 50px;
	width: 100%;
	border-top: 1px solid #e5e5e5;
}
.jjfa-list .item .item-con:hover .img-tit{
	color: #fff;
	background: #f16520;
}
.nr-container .jjfa-nr-con{
	margin-top: 60px;
}
.nr-container .jjfa-nr-con .rig-img{
	width: 520px;
	float: right;
}
.khjz-container{
	background: #fdece4;
	padding: 2rem 0;
	min-width: 1200px;
}
.khjz-container .khjz-list{
	max-width: 1640px;
    width: 90%;
    margin: 0 auto;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: flex-start;
	min-width: 1200px;
}
.khjz-container .khjz-list .item{
	width: 22.74%;
    background: #fff;
    border-radius: 4px;
    margin-bottom: 3.06%;
    margin-right: 3.01%;
}
.khjz-container .khjz-list .item:nth-child(4n) {
    margin-right: 0;
}
.khjz-container .khjz-list .item .img-box{
    text-align: center;
	margin: auto;
    width: 100%;
    height: 7.875rem;
	display: block;
	overflow: hidden;
}
.khjz-container .khjz-list .item .img-box img{
	width: 100%;
	height: 100%;
    object-fit: cover;
}
.khjz-container .khjz-list .item .text{
	padding: 1rem 0;
}
.khjz-container .khjz-list .item .text .img-tit{
	color: #555;
    margin-bottom: 0.7rem;
    text-align: center;
    padding: 0 0.75rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	font-size: 0.6rem;
	display: block;
}
.khjz-container .khjz-list .item .text .detail{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 0.54rem;
}
.khjz-container .khjz-list .item .text .detail img{
	margin-right: 10px;
	width: 0.8rem;
}
.zsjm-container .wz-title{
	font-size: 21px;
    line-height: 30px;
    font-weight: 600;
    color: #333333;
    text-align: center;
    margin-top: 28px;
}
.zsjm-container .nr-con{
	margin-top: 30px;
    font-size: 18px;
    line-height: 2;
}
.zsjm-container .nr-con img{
	max-width: 100%;
}
.khjz-container .mask-box{
	width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.88);
    position: fixed;
    top: 0;
    left: 0;
	display: flex;
    justify-content: center;
    align-items: center;
	z-index: 1000;
	opacity: 0;
}
.khjz-container .mask-box img{
	max-width: 90%;
	max-height: 90%;
}
.khjz-container .mask-box .close{
	position: absolute;
    right: 20px;
    top: 20px;
	cursor: pointer;
}
.khjz-container .mask-box .left-arrow{
	position: absolute;
    left: 3%;
    top: 49%;
    transform: rotate(180deg);
	cursor: pointer;
}
.khjz-container .mask-box .right-arrow{
	position: absolute;
    right: 3%;
    top: 49%;
	cursor: pointer;
}
.index-content .jjfa{
	padding-top: 2rem;
}
.index-content .jjfa .h-tit{
	text-align: center;
	color: #f16520;
}
.index-content .jjfa .h-tit .tit{
	font-size: 1rem;
    font-weight: bold;
	letter-spacing: 5px;
}
.index-content .jjfa .h-tit .en{
	font-size: 0.4rem;
	line-height: 0.8rem;
}
.index-content .jjfa .jjfa-con{
	max-width: 1280px;
    width: 90%;
	margin: 0 auto;
	margin-top: 1rem;
	position: relative;
	padding: 0 1.4rem;
    box-sizing: border-box;
}
.index-content .jjfa .jjfa-con .list-box{
	white-space: nowrap;
    font-size: 0;
	overflow: hidden;
	margin: 0 auto;
}
.index-content .jjfa .jjfa-con .list-box .item{
	padding: 10px;
	width: 33.33%;
	box-sizing: border-box;
	display: inline-block;
}
.index-content .jjfa .jjfa-con .list-box .item .fa-img-box{
	width: 100%;
	display: block;
	height: 8rem;
	overflow: hidden;
}
.index-content .jjfa .jjfa-con .list-box .item .fa-img-box .fa-img{
	width: 100%;
    height: 100%;
    object-fit: cover;
	transition: all .5s ease;
}
.index-content .jjfa .jjfa-con .list-box .item .title{
	line-height: 50px;
    display: block;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0 0.75rem;
	background: #f16520;
    color: #fff;
	transition: all .5s ease;
}
.index-content .jjfa .jjfa-con .list-box .item-con:hover .fa-img{
	transform: scale(1.1);
}
.index-content .jjfa .jjfa-con .list-box .item-con:hover .title{
	background: #4b4f42;
}
.index-content .jjfa .jjfa-con .fa-leftbtn{
	position: absolute;
    left: 0;
    top: 50%;
    transform: rotate(180deg);
    width: 1.4rem;
	margin-top: -0.7rem;
	cursor: pointer;
}
.index-content .jjfa .jjfa-con .fa-rigbtn{
	position: absolute;
    right: 0;
    top: 50%;
    width: 1.4rem;
	margin-top: -0.7rem;
	cursor: pointer;
}
