section{ padding-bottom: 50px; }


.sec1{ width: 100%; padding:0 35px; position: relative; margin-top: 50px; padding-bottom: 43px; }
.sec1:before{
	content: "";
	position: absolute;
	width: 4.85rem;
	height: 7.8rem;
	background: url(../images/sec1-right-before.png) no-repeat;
	background-size: cover;
	right: 0;
	top: 0.7rem;
}
.sec1-img{ width: 17.5rem; height: 3.5rem; background:url(../images/sec1-bg.jpg) no-repeat; background-size: cover; position: relative; z-index: 1 }
.sec1-img-container{ width: 10.4rem; margin-left: 2.75rem; text-align: center; padding-top: 40px; }
.sec1-img-container h5{ font-size: 24px; color: #fff;  line-height: 1; }
.redLine{ width: 50px; height: 2px; background:#e50012; margin: 25px auto 0; }
.sec1-img-container ul{ overflow: hidden; clear: both; margin-top: 35px; display: flex; flex-direction:row; justify-content: space-between;  }
.sec1-img-container li{ width: 140px;  }
.sec1-img-container li a{ width: 140px; height: 140px;    border-radius: 50%; border:1px solid rgba(255,255,255,0.5); display: flex; justify-content: center; align-items: center; }
.sec1-img-container li a img{ max-width: 100%; transform: rotateY(180deg);transition: 1s ease-out;}
.sec1-img-container li p{ color: #fff; font-size: 18px; margin-top: 20px; }
.sec1-img-container li:hover a img{ transform: rotateY(-180deg); }
.sec1-img:before,.sec1-img:after{
	content: "";
	position: absolute;
}
.sec1-img:before{ 
	width: 43px;
	height: 43px;
	background: url(../images/sec1-zhuangshi.png) no-repeat;
	right: 160px;
	top: 180px;
}

.whiteLine{position:absolute; right:180px; top:245px; width:1px; height:160px;}
.whiteLineDown {
    position: absolute;
    right: 0;
    top: 0px;
    width: 1px;
    height: 100%;
    background: #fff;
}
.sec1-txt{ padding: 0 195px 0 125px; margin-top: 85px; display: flex;  flex-direction:row; justify-content: space-between;  }
.sec1-txt-l{ width: 11.5rem; position: relative; }
.sec1-txt-l h2{ font-size: 40px; font-weight: normal; color: #333; line-height: 1; }
.sec1-txt-l h5{ font-size: 18px; font-family: "Arial"; color: #cbcbcb; line-height: 1; margin-top: 20px; }
.rowLine{position:absolute;left: 220px; top: 68px; width:100px; height:1px;}
.rowLineDown {
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    height: 1px;
    background:#daaa00;
}
.sec1-txt-l p{ font-size: 16px; line-height: 36px; color: #676767; margin-top: 40px;text-justify : auto; text-align:justify;}

.more{ width: 150px; height: 50px; position: relative;  margin-top: 40px; 
	line-height: 50px; border:1px solid #e50012; display: block; 
	text-align: center; font-size: 16px; color: #999; font-family: "Arial"; position: relative;
}
.more:before{
	content: "";
	position: absolute;
	width: 0;
	height: 100%;
	left: 0;
	z-index: -1;
	background: #e50012; 
	transition: width .5s ease-in-out;
}
.more:hover{ color: #fff; }
.more:hover:before{ width: 100%; }
.sec1-txt-r{ position: relative; }
.sec1-txt-r img{ max-width: 175px; }
.sec1-txt-r-column{ margin-top: 30px; margin-left: 55px; }
.sec1-txt-r-column1{ float:left; width:18px; height:auto; overflow:hidden; color:#666; font-size:18px; line-height:20px; margin-right:20px;}
.sec1-txt-r-column2{ padding-top:60px; margin-right:0px;}
.sec2{ margin-top: 50px; }
.cnTit{ text-align: center; font-size: 40px; color: #333; line-height: 1; font-weight: normal; }
.enTit{ text-align: center; font-size: 18px; color: #cbcbcb; line-height: 1; font-weight: normal; font-family: "Arial"; margin-top: 20px; }
.sec2-container{ width: 100%; height: 800px; margin-top: 45px; overflow: hidden; background: url(../images/sec2-bg.jpg) no-repeat; background-size: cover; }

.sec2-container ul{ display: flex;  flex-direction:row; justify-content: space-between; height: 800px; }
.sec2-container li{ width: 20%; height: 100%; background:url(../images/index-opacity10.png) repeat;}
.sec2-container li.sec2-li-even{ background:url(../images/index-opacity30.png) repeat; }
.sec2-container li .sec2-li-ic{ display: flex; justify-content: center; align-items: center; height: 100%; }
.sec2-container li i{ width: 115px; height: 115px; border:1px solid #fff; border-radius: 50%; display:block;}
.sec2-container li.sec2-li1 i{background:url(../images/sec2-i1.png) center no-repeat;}
.sec2-container li.sec2-li2 i{background:url(../images/sec2-i2.png) center no-repeat;}
.sec2-container li.sec2-li3 i{background:url(../images/sec2-i3.png) center no-repeat;}
.sec2-container li.sec2-li4 i{background:url(../images/sec2-i4.png) center no-repeat;}
.sec2-container li.sec2-li5 i{background:url(../images/sec2-i5.png) center no-repeat;}
.sec2-container li h5{ color: #fff; text-align: center; font-size: 24px; margin-top: 30px; }
.sec2-li-main{ width: 100%; height: 100%; visibility: hidden; opacity: 0; -webkit-transform: scaleY(0); z-index: -1;
    transform: scaleY(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;  }
.sec2-li-main .scale-img{ width: 100%; height: 60%; overflow: hidden; display: block;}
.sec2-li-main .scale-img img{ width: 100%; height: 100%; -webkit-transition: all 0.4s ease-in-out;position: relative;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;}
.sec2-li-main:hover .scale-img img{transform: scale(1.1,1.1); -webkit-transform: scale(1.1,1.1);}
.sec2-li-main>div{ width: 100%; height: 40%; background:rgba(4, 57, 127,.9); padding: 0 42px; display: flex; justify-content: center; align-items: center}
.sec2-li-main>div h4{ font-size: 24px; color: #fff; line-height: 1; text-align: center; }
.sec2-li-main>div em{ width: 40px; height: 2px; background:#e50012; margin:30px auto 0; }
.sec2-li-main>div p{ text-align: center; font-size: 14px; line-height: 24px; color: #cdcdcd; margin-top: 25px; }
.sec2-li-main>div span{ display: block; width: 150px; height: 45px; line-height: 43px; text-align: center; border:1px solid #e50012; display: block; margin:30px auto 0; color: #fff; font-size: 16px; font-family: "Arial"; letter-spacing: 2px; }
.sec2-container li:hover .sec2-li-ic{ display: none; }
.sec2-container li:hover .sec2-li-main{ -webkit-transform: scaleY(1);transform: scaleY(1);opacity:1; visibility: visible; }
.sec3{ margin-top: 50px; }
.sec3-container{ margin-top: 45px; }



.sec3-list1{ float: left; }
.sec3-list2{ float: right; }
.sec3-list {
    width: 780px;
    height: 520px;
    position: relative;
    overflow: hidden;
    
}
.sec3-list a{ width: 100%; height: 100%; display: block;  position: relative; overflow: hidden;}
.sec3-list-visible{ width: 100%; height: 55px; background:rgba(4, 57, 127,.25); 
	padding:0 40px; position: absolute; bottom: 0; 
	display: flex; align-items: center;justify-content: center; transition: bottom .8s ease-in-out; 
}


.sec3-list h4{font-size: 24px; color: #fff; font-weight: normal; position: relative; padding-left: 50px;  }
.sec3-list-visible h4{ float: left; }
.sec3-list h4:before{
	content: "";
	position: absolute;
	width: 24px; height: 24px;
	left: 0;
	top: 4px;
}
.sec3-list1 h4:before{
	background:url(../images/sec3-icon1.png) no-repeat;
}
.sec3-list2 h4:before{
	background:url(../images/sec3-icon2.png) no-repeat;
}
.sec3-list-visible p{ float: left; color: #ccc; font-size: 16px; margin-left: 25px; }




.sec3-list-hidden{ margin:10px; border:1px solid rgba(255,255,255,0.4);  position: absolute; top: 100%; height: calc( 100% - 20px ); 
	transition: top .5s ease-in-out; padding:0 30px; 
	background: rgba(4, 57, 127,.25);
	display: flex; align-items: center;
}
.sec3-list-hidden p{ color: #fff; font-size: 16px; line-height: 30px; margin-top: 33px; }
.sec3-list-hidden dl{ overflow: hidden; margin-top: 20px; }
.sec3-list-hidden dd{ width: 100%; float: left; margin-top: 20px; }
.sec3-list-hidden dd:first-child{ margin-top: 0; }
.sec3-list-hidden dd h5{ font-size: 18px; color: #fff; position: relative; padding-left: 30px }
.sec3-list-hidden dd h5:before{
	content: "";
	position: absolute;
	width: 12px;
	height: 14px;
	background:url(../images/sec3-before.png) no-repeat; 
	left: 0;
	top: 0;
}
.sec3-list-hidden dd span{ display: block; color: #fff; font-size: 16px; margin-top: 20px; }
.sec3-list a:hover .sec3-list-hidden{ top: 0; }
.sec3-list a:hover .sec3-list-visible{ bottom: -200px; }
.sec3 .more{ margin: 50px auto 0; }
.sec4{ margin-top: 50px; display: flex; align-items: center; width: 100%; height: 750px; 
	background: url(../images/sec4-bg.jpg) no-repeat; 
	background-size: cover;
	background-attachment: fixed;
}
.sec4-container{  }
.sec4-l{ width:700px; position: relative; display: flex;align-items: center; height: 640px; }
.sec4-l>div{ position: relative; }
.sec4-l h2{ font-size: 40px; font-weight: normal; color: #333; line-height: 1; }
.sec4-l h5{ font-size: 18px; font-family: "Arial"; color: #cbcbcb; line-height: 1; margin-top: 20px; }
.sec4-l p{ font-size: 16px; line-height: 36px; color: #676767; margin-top: 40px;text-justify : auto; text-align:justify;}
.sec4-r{ width: 870px; }
.sec4-r-list {
    text-align: right;
    font-size: 0;
    margin-bottom: 20px;
}
.sec4-r-list span {
    display: inline-block;
    width: 150px;
    margin-right: 30px;
    color: #333;
    line-height: 30px;
    font-size: 18px;
    text-align: left;
    /*padding-right: 50px;*/
    padding-bottom: 15px;
    position: relative;
    vertical-align: center;
}
.sec4-r-list span:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 80px;
    height: 2px;
    background: #e50012;
}
.sec4-r-list ul {
    display: inline-block;
    font-size: 0px;
}
.sec4-r-list li {
    display: inline-block;
    width: 150px;
    height: 200px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.08);
    margin-right: 30px;
}
.sec4-r-list li.lr{ margin-right: 0; }
.sec4-r-list li a{ display: block; }
.sec4-r-list li img{ max-width: 100%; }

.sec4-r-list.sec4-r-list3{ text-align: left; margin-bottom: 0; }
.sec5{ margin-top: 50px; }
.sec5-swiper{ position: relative; margin-top: 50px; }
.sec5-swiper .swiper-slide{ width: 150px; height: 70px; border:1px solid #f1f1f1; display: flex; justify-content: center; align-items: center; overflow: hidden;}
.sec5-swiper .swiper-slide img{ max-width: 100%; max-height: 100%; }
.sec5-swiper .swiper-button-prev,.sec5-swiper .swiper-button-next{ width: 30px; height: 30px; margin-top: -15px; top: 50%; }
.sec5-swiper .swiper-button-prev{ background:url(../images/sec5-left.png) center no-repeat; left: -60px; }
.sec5-swiper .swiper-button-next{ background:url(../images/sec5-right.png) center no-repeat; right: -60px; }
.sec5-swiper .swiper-button-prev:hover{ background:url(../images/sec5-left-on.png) no-repeat; }
.sec5-swiper .swiper-button-next:hover{ background:url(../images/sec5-right-on.png) no-repeat; }

@media screen and ( max-width: 1440px ) {
    .banner,.banner .swiper-slide{ height: 585px; }
    .swiper-slide-con h4{ font-size: 50px; }
    .sec1{ margin-top: 40px; }
    .sec1-img{ width: 11.5rem; height: 3rem; }
    .sec1-img:before{ right: 40px;    top: 135px; }
    .whiteLine{ right: 60px; top: 200px; height: 120px; }
    .sec1-img-container{ width: 7.5rem; margin-left: 1.75rem;padding-top: 30px; }
    .sec1-img-container h5{ font-size: 20px; }
    .redLine{ margin:15px auto 0; }
    .sec1-img-container ul{ margin-top: 25px; }
    .sec1-img-container li{ width: 120px; }
    .sec1-img-container li a{ width: 120px; height: 120px; }
    .sec1-img-container li a img{ height: 40px; }
    .sec1-img-container li p{ font-size: 16px; margin-top: 10px; }
    .sec1:before{ width: 3.85rem; height: 6.8rem; top: 0.4rem; }
    .sec1-txt{ padding:0 155px 0 100px;     margin-top: 35px;}
    .sec1-txt-l{ width: 8.5rem; }
    .sec1-txt-l h2{ font-size: 30px; }
    .sec1-txt-l h5{ font-size: 16px; }
    .rowLine{ left: 200px; top: 56px; }
    .sec1-txt-l p{ line-height: 30px; margin-top: 20px; }
    .more{ margin-top: 20px; }
    .sec1-txt-r img{ max-width: 150px; }
    .sec1-txt-r-column1{ font-size: 16px; }
    .sec1-txt-r-column{ margin-top: 20px; }
    .sec2{ margin-top: 30px; }
    .cnTit{ font-size: 30px; }
    .enTit{ font-size: 16px; }
    .sec3{ margin-top: 30px; }
    .sec3-container{ margin-top: 30px; }
    .sec3-list{ width: 580px; height: 320px;  }
    .sec3-list h4{ font-size: 20px; padding-left: 40px;}
    .sec3-list h4:before{ top: 0; }
    .sec3-list-hidden p{ margin-top: 10px; }
    .sec3-list-hidden dd h5{ padding-left: 20px; }
    .sec3-list-hidden dd h5:before{ top: 3px; }
    .sec3 .more{ margin:40px auto 0; }
    .sec4{ margin-top: 40px; height: 650px; }
    .sec4-l{ width: 500px; height: 336px }
    .sec4-l h2{ font-size: 30px; }
    .sec4-l h5{ font-size: 16px; }
    .sec4-l p{ line-height: 30px; margin-top: 20px; }
    .sec4-r{ width: 670px; }
    .sec4-r-list li{ width: 120px; height: 160px; margin-right: 17px; }
    .sec5{ margin-top: 30px; }
    .sec5-swiper{ margin-top: 30px; }
}
@media screen and ( max-width: 1366px ) {
    .sec1-txt-l{ width: 7.5rem; }
}

@media screen and ( max-width: 1024px ) {
    section{ padding-bottom: 20px; }
    .banner{ padding:0; }
    .banner, .banner .swiper-slide{ height: 240px; }
    .banner .swiper-button-prev, .banner .swiper-button-next{ display: none; }
    .swiper-slide-con{ width: 94%; margin:auto; }
    .swiper-slide-con h5{ display: none; }
    .swiper-slide-con h5 i{ font-size: 20px;}
    .swiper-slide-con h4{ font-size: 20px; margin-top: 0 }

    .sec1{ margin-top: 20px; padding: 0 3%; }
    .sec1:before{ display: none; }
    .sec1-img{ width: 100%; height: auto; }
    .sec1-img:before{ display: none; }
    .whiteLine{ display: none; }
    .sec1-img-container{ width: 94%; margin:0 auto;    padding-top: 20px; }
    .sec1-img-container ul{ display: block; }
    .sec1-img-container li{ width: 49%; float: left; margin-bottom: 15px; }
    .sec1-img-container li:nth-child(2n){ float: right; }
    .sec1-img-container li a{ width: 100px; height: 100px; margin:auto; }
    .sec1-txt-r{ display: none; }
    .sec1-txt{ padding: 0 3%; margin-top: 15px;}
    .sec2{ margin-top: 20px; }
    .cnTit{ font-size: 24px;}
    .enTit{ margin-top: 10px; }
    .sec2-container{ height: auto;    margin-top:20px; }

    .mobi-sec2{ width: 94%; position: relative; margin:auto; }
    .mobi-sec2 .swiper-slide>div{ padding:20px 3%; background:#fff; }
    .mobi-sec2 .swiper-slide>div a{ display: block; }
    .mobi-sec2 .swiper-slide>div h4{ text-align: center; font-size: 18px; color: #1a1a1a }
    .mobi-sec2 .swiper-slide>div em {
        width: 40px;
        height: 2px;
        background: #333;
        margin: 20px auto 15px;
    }
    .mobi-sec2 .swiper-slide>div p {
        text-align: center;
        font-size: 14px;
        line-height: 24px;
        color: #666;
        overflow: hidden;
    }
    .mobi-sec2 .swiper-slide>div span {
        display: block;
        width: 150px;
        height: 40px;
        line-height: 38px;
        text-align: center;
        border: 1px solid #ff1000;
        display: block;
        margin: 20px auto 0;
        color: #ff1000;
        font-size: 16px;
        letter-spacing: 2px;
    }
    .sec3-container{ margin-top: 20px; }
    .sec3-list{ width: 100%; height: 235px; margin-bottom: 20px; }
    .sec3-list-hidden{ top: 352px; }
    .sec3-list a:hover .sec3-list-hidden{ top: 352px; }
    .sec3-list a:hover .sec3-list-visible{ bottom:0; }
    .sec3 .more{ margin:0 auto 0; }
    .sec4{ margin-top: 20px; height: auto;display: block; padding:20px 0; }
    .sec4-l{ width: 100%; height: auto; }
    .sec4-l h2{ font-size: 24px; }
    .rowLine{ left: 180px; top: 50px; }
    .sec4-l p{ margin-top: 10px; }
    .more{ height: 40px; line-height: 40px; }
    .sec4-r{ width: 100%; margin-top: 20px; }
    .sec4-r-list{ text-align: left; }
    .sec4-r-list span{ display: block; margin-bottom: 20px;line-height: 26px;    padding-bottom: 10px; }
    .sec4-r-list li{ width: 24%; height: auto; margin-right: 1%; }
    .sec5-swiper{ margin-top: 20px;}
}