@charset "utf-8";
@font-face{
	font-family: "bebas";
	src: url(../font/BebasNeue.woff2);
}

html{
	box-sizing:border-box;  
	-moz-box-sizing:border-box; /* Firefox */  
	-webkit-box-sizing:border-box; /* Safari */  
}
body{
	margin: 0;
}
*, *:before, *:after {
    box-sizing: inherit;
    outline: none;
}
ul,li {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
a {
	color: inherit;
    text-decoration: none;
    transition: all .4s ease;
}
img {
    border: none;
    max-width: 100%;
}
input,textarea {
    font-family: inherit;
    resize: none;
}
body,html,p {
    font-size: 15px;
    font-family: "微软雅黑";
    line-height: 1.8em;
    color: #5d6b7d;
    margin: 0px;
}
dl,dt,dd{
    margin:0;
    padding:0;
    list-style-type:none;
}
.container{
    width: 94%;
    max-width: 1480px;
    margin: 0 auto;
}
.container_wide{
    width: 94%;
    max-width: 1600px;
    margin: 0 auto;
}
.clearfix:after{
	content: "";
	display: block;
	height: 0;
	clear: both;
}
.clearfix{
	zoom: 1;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.btn{
    border: 2px #385c73 solid;
    background: #385c73;
    color: #fff;
    position: relative;
    width: 160px;
    line-height: 40px;
    height: 44px;
    border-radius: 23px;
    display: block;
    text-align: center;
}
.btn.btn_white{
    border-color: #fff;
    color: #fff;
}
.btn:hover{
    padding-right: 20px;
}
.btn.btn_blue:hover{
    background: #385c73;
    color: #fff;
    border-color: #385c73;
}
.btn.btn_white:hover{
    background: #fff;
    color: #385c73;
    border-color: #fff;
}
.btn i{
    position: absolute;
    line-height: 40px;
    opacity: 0;
    left: 80px;
    transition: all .4s ease;
    font-size: 12px;
    top: 0px;  
    font-size: 18px;
}
.btn.btn_blue i{
    color: #fff;
}
.btn.btn_white i{
    color: #385c73;
}
.btn:hover i{
    opacity: 1;
    left: 110px;
}
p.subtitle{
    font-size: 48px;
    font-family: bebas;
    line-height: 1.2em;
    color: #24364c;
}
p.title{
    font-size: 36px;
    position: relative;
    margin-bottom: 36px;
    line-height: 1em;
    color: #24364c;
}

/*--------------------------头部--------------------------*/
.top{
    background: #fff;
    position: fixed;
    top: 0;
    z-index: 1000;
    width: 100%;
    border-bottom: 1px rgba(0,0,0,.08) solid;
}
.top p{
    line-height: 40px;
    font-size: 13px;
}
.header{
	position: fixed;
	top: 41px;
	z-index: 999;
	background: #fff;
	width: 100%;
    box-shadow: 0px 10px 15px 0px rgba(0,0,0,.05);
    transition: ease .4s all;
}
.header .head_logo{
	padding: 15px 0;
}
.header .head_nav_container > ul > li{
	display: inline-block;
	font-size: 17px;
    position: relative;
}
.header .head_nav_container > ul > li > a{
	display: block;
	padding: 14px 18px 18px;
    color: #24364c;
}
.header .head_nav_container > ul > li:last-child > a{
    padding-right: 0;
}
.header .head_nav_container > ul > li:first-child > a{
    padding-left: 0;
}
.header .head_nav_container > ul > li:hover > a{
	color: #385c73;
}
.header .head_nav_container > ul > li > a span{
	position: relative;
	padding: 18px 0px;
	display: block;
	line-height: 1em;
}
.header .head_nav_container > ul > li > a span i{
    margin-left: 8px;
    color: rgba(36,54,76,.6);
    line-height: 22px;
    font-size: 22px;
}
.header .head_nav_container > ul > li > a span:after{
    content: "";
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 3px;
    background: #385c73;
    bottom: 0px;
    left: 0px;
    transition: all ease .4s;
}
.header .head_nav_container > ul > li:hover > a span:after{
    transform: scaleX(1);
}
/*头部下拉*/
.header .head_nav_container > ul > li .dropdown{
    position: absolute;
    opacity: 0;
    visibility: hidden;
    top: 120px;
    left: -32px;
    text-align: center;
    width: 190px;
    background: #fff;
    transition: all .4s ease;
    font-size: 16px;
    border-bottom: 3px rgba(0,0,0,.08) solid;    
}
.header .head_nav_container > ul > li:hover .dropdown{
    opacity: 1;
    top: 90px;
    visibility: visible;
}
.header .head_nav_container > ul > li .dropdown ul{
    padding: 15px 0px;
    box-shadow: 0px 10px 15px 0px rgba(0,0,0,.05);
}
.header .head_nav_container > ul > li .dropdown li a{
    line-height: 50px;
    display: block;
}
.header .head_nav_container > ul > li .dropdown li:hover a{
    background: rgba(0, 71, 157, .08);
    color: #385c73;
}


/*--------------------------第一屏--------------------------*/
.section.section1 .slide{
	background-position: center center;
	background-size: cover;
    position: relative;
}
.section.section1 .fp-controlArrow{
    position: absolute;
    width: 70px;
    height: 70px;
    z-index: 2;
    cursor: pointer;
    text-align: center;
    color: #fff;
    transition: all ease .4s;
    /*字体引用*/
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;    
    top: 50%;
    background: rgba(0,0,0,.2);
}
.section.section1 .fp-controlArrow:hover{
    background: #fff;
    color: #5d6b7d;
}
.section.section1 .fp-controlArrow.fp-prev{
    left: 80px;
}
.section.section1 .fp-controlArrow.fp-next{
    right: 80px;
}
.section.section1 .fp-controlArrow.fp-prev:after{
    content: "\f177";
    line-height: 70px;
    font-size: 20px;
}
.section.section1 .fp-controlArrow.fp-next:after{
    content: "\f178";
    line-height: 70px;
    font-size: 20px;
}
/*banner1*/
.section.section1 .slide_1_box{
    position: relative;
    width: 64vw;
    margin: -90px auto 0 auto;
}
.section.section1 .slide_1_box img{
    max-width: 100%;
}
.section.section1 .slide_1_box .slide1_1{
    width: 93%;
    margin: 0 auto;
    display: block;
    z-index: 1;
}
.section.section1 .slide_1_box .slide1_2{
    width: 100%;
    z-index: 1;
}
.section.section1 .slide .slide1_1,
.section.section1 .slide .slide1_2{
    transform: translateY(60px);
    opacity: 0;
}
.section.section1 .slide.active .slide1_1,
.section.section1 .slide.active .slide1_2{
    transform: translateY(0);
    opacity: 1;
}
.section.section1 .slide .slide1_1{
    transition: all 1s ease .6s;
}
.section.section1 .slide .slide1_2{
    transition: all 1s ease .8s;
}
/*banner2*/
.section.section1 .slide_2_box{
    width: 64vw;
    margin: 0 auto;
    position: relative;
}
.section.section1 .slide_2_box img{
    max-width: 100%;
}
.section.section1 .slide_2_box .slide2_1{
    width: 27%;
    margin-right: 12%;
    float: right;
    transform: translateY(60px);
    opacity: 0;
    transition: all ease 1s .8s;
}
.section.section1 .slide.active .slide2_1{
    transform: translateY(0);
    opacity: 1;
}
.section.section1 .slide_2_box .slide2_2{
    width: 100%;
    margin-top: -3%;
    transform: translateX(90px);
    opacity: 0;
    transition: all ease 1s .6s;
}
.section.section1 .slide_2_box .slide2_3{
    width: 92%;
    margin-top: 2%;
    transform: translateX(-90px);
    opacity: 0;
    transition: all ease 1s .6s;    
}
.section.section1 .slide.active .slide2_2,
.section.section1 .slide.active .slide2_3{
    transform: translateX(0);
    opacity: 1;
}

/*banner3*/
.section.section1 .slide_3_box{
    position: relative;
    width: 61vw;
    text-align: center;
    z-index: 1;
    margin: 0 auto;
}
.section.section1 .slide_3_box img{
    max-width: 100%;
}
.section.section1 .slide_3_box .slide3_1{
    width: 100%;
    transition: all 1s ease .6s;
    opacity: 0;
    transform: translateY(60px);
}
.section.section1 .slide_3_box .slide3_2{
    width: 57%;
    transition: all 1s ease .8s;
    opacity: 0;
    transform: translateY(60px);
}
.section.section1 .slide.active .slide3_1{
    opacity: 1;
    transform: translateY(0);
}
.section.section1 .slide.active .slide3_2{
    opacity: 1;
    transform: translateY(0);
}


/*--------------------------第二屏--------------------------*/
/*.section.section2{
    background-image: url(../image/section2_bg.jpg);
    background-size: cover;
}*/
.section.section2:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../image/section2_bg.jpg);
    background-size: cover;
}
.section.section2 .out_box{
    width: 74vw;
    margin: 50px auto 0px auto;
}
.section.section2 .section2_header{
    position: relative;
}
.section.section2 .section2_header .btn_box{
    position: absolute;
    right: 0px;
    top: 78px;
}
.section.section2 p.title:after {
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    width: calc(100% - 360px);
    background: rgba(0,0,0,.15);
    left: 170px;
    bottom: 18px;
}
.section.section2 .zpmenu {
    margin-top: 20px;
    width: 100%;
    display: inline;
    float: left;
    overflow: hidden;
    height: 460px;
}
.section.section2 .zpmenu #slider2{
    width: 100%;
}
.section.section2 .zpmenu dl {
    float: left;
    height: inherit;
}
.section.section2 .zpmenu dt {
    width: 10%;
    float: left;
    height: inherit;
    position: relative;
    margin-left: 5px;
    overflow: hidden;
}
.section.section2 .zpmenu dt:first-child{
    margin-left: 0;
}
.section.section2 .zpmenu dt p{
    position: absolute;
    z-index: 1;
    color: #fff;
    width: 100%;
    text-align: center;
    bottom: 0;
    left: 0;
    line-height: 120px;
    font-size: 18px;
    cursor: pointer;
}
.section.section2 .zpmenu dt img {
    display: block;
    cursor: pointer;
    position: absolute;
    width: auto;
    max-width: 200%;
    height: 100%;
    left: 0;
    top: 0;
}
.section.section2 .zpmenu dd {
    position: relative;
    width: calc(60% - 16px);
    display: block;
    float: left;
    height: inherit;
    overflow: hidden;
}
.section.section2 .zpmenu dd .about_btn_box{
    position: absolute;
    width: 282px;
    height: 82px;
    right: 0;
    bottom: 0;
}
.section.section2 .zpmenu dd a.btn{
    border-radius: 0;
    border-color: #385c73;
    color: #fff;
    padding-right: 20px;
    position: absolute;
    right: 30px;
    bottom: 37px;
    background: #385c73;
}
.section.section2 .zpmenu dd a.btn i{
    opacity: 1;
    left: 110px;
}
.section.section2 .zpmenu dd a.btn:hover{
    background: #ed6d00;
    border-color: #ed6d00;
}

.section.section2 .zpmenu .zpinfor {
    width: 100%;
    display: inline;
    height: inherit;
    float: left;
    overflow: hidden;
}
.section.section2 .zpinfor.zpinfor1{
    position: relative;
}
.section.section2 .zpinfor.zpinfor1:after{
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../image/dot_cover.png) repeat left top;
    opacity: 0.15;
}
.section.section2 .zpinfor.zpinfor1 a{
    width: 130px;
    height: 130px;
    display: block;
    margin: 0 auto;
    text-align: center;
    text-indent: 4px; 
    border-radius: 50%;  
    position: relative; 
    border: 8px #fff solid;
    background: rgba(0,0,0,.1);
    box-shadow: 0px 10px 10px 0px rgba(0,0,0,.2);
    top: calc(50% - 65px);
    z-index: 2;
}
.section.section2 .zpinfor.zpinfor1 a:after,
.section.section2 .zpinfor.zpinfor1 a:before {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
.section.section2 .zpinfor.zpinfor1 a:after {
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
}
.section.section2 .zpinfor.zpinfor1 a i{
    color: #fff;
    font-size: 42px;    
    line-height: 114px;
    transition: all ease .4s;
}
@-webkit-keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 25px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 25px rgba(255, 255, 255, 0);
    }

    90% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 25px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 25px rgba(255, 255, 255, 0);
    }

    90% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}
.section.section2 .zpmenu .zpinfor1 {
    background: url(../image/about_1_bg.jpg) no-repeat center center;
    background-size: cover
}
.section.section2 .zpmenu .zpinfor2 {
    background: url(../image/about_2_bg.jpg) no-repeat center center;
    background-size: cover
}
.section.section2 .zpmenu .zpinfor3 {
    background: url(../image/about_3_bg.jpg) no-repeat center center;
    background-size: cover
}
.section.section2 .zpmenu .zpinfor4 {
    background: url(../image/about_4_bg.jpg) no-repeat center center;
    background-size: cover
}
.section.section2 .title_box{
    transform: translateX(60px) scale(0.8);
    opacity: 0;
    transition: all .8s ease;
}
.section.section2.fp-completely .title_box{
    transform: translateX(0) scale(1);
    opacity: 1;
}
.section.section2 .section2_header .btn_box{
    transform: translateX(-60px) scale(0.8);
    opacity: 0;
    transition: all .8s ease;
}
.section.section2.fp-completely .section2_header .btn_box{
    transform: translateX(0) scale(1);
    opacity: 1;
}
.section.section2 .zpmenu{
    transform: translateY(60px) scale(0.8);
    opacity: 0;
    transition: all .8s ease;
}
.section.section2.fp-completely .zpmenu{
    transform: translateY(0) scale(1);
    opacity: 1;
}



/*--------------------------第三屏--------------------------*/
/*.section.section3{
    background-image: url(../image/section3_bg.jpg);
    background-size: cover;
}*/
.section.section3:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;    
    background-image: url(../image/section3_bg.jpg);
    background-size: cover;
}
.section.section3 .section3_container{
    width: 74vw;
    max-width: 1600px;
    height: 62vh;
    margin: 80px auto 0px auto;
    position: relative;
}
.section3_container .title_box p.title:after{
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    width: calc(100% - 360px);
    background: rgba(0,0,0,.15);
    left: 170px;
    bottom: 18px;    
}
.section3_container .btn_box{
    position: absolute;
    right: 0px;
    top: 78px;
}
.section3_container .grid_box{
    margin-top: 60px;
}
.section3_container .grid_box ul li{
    float: left;
    width: 30%;
    margin-right: 3%;
    position: relative;
    overflow: hidden; margin-top:-10px
}
.section3_container .grid_box ul li:last-child{
    margin-right: 0;
}
.section3_container .grid_box ul li a{
    display: block;
}
.section3_container .grid_box ul li .pro_title{
    position: absolute;
    height: 100%;
    width: 100%;  
    z-index: 1;  
}
.section3_container .grid_box ul li .pro_title:before{
    content: "";
    position: absolute;
    top: 0;
    left: -100px;
    display: block;
    background: rgba(0,0,0,.6);
    height: 100%;
    transform: skew(16deg);
    width: 290px;
    transition: all .4s ease;
}
.section3_container .grid_box ul li:hover .pro_title:before{
    left: -80px;    
    background: rgba(0,0,0,.7);
}
.section3_container .grid_box ul li p{
    z-index: 1;
    position: absolute;
    top: 50%;
    margin-top: 10px;
    left: 40px;
    color: #fff;    
}
.section3_container .grid_box ul li i.icon{
    display: block;
    width: 98px;
    height: 98px;
    background-position: 0 0;
    background-repeat: no-repeat;
    z-index: 1;
    position: absolute;
    top: 50%;
    margin-top: -88px;
    left: 30px;
}
.section3_container .grid_box ul li:nth-child(1) i.icon{
    background-image: url(../image/pro/c1.png);
}
.section3_container .grid_box ul li:nth-child(2) i.icon{
    background-image: url(../image/pro/c2.png);
}
.section3_container .grid_box ul li:nth-child(3) i.icon{
    background-image: url(../image/pro/c3.png);
}

.section3_container .grid_box ul li:nth-child(4) i.icon{
    background-image: url(../image/pro/c4.png);
}
.section3_container .grid_box ul li:nth-child(5) i.icon{
    background-image: url(../image/pro/c5.png);
}









.section3_container .grid_box ul li i.fa{
    color: #fff;
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 38px;
    border: 1px #fff solid;
    border-radius: 50%;
    font-size: 18px;
    left: 40px;
    top: 50%;
    margin-top: 60px;
    opacity: .5;    
    transition: all ease .4s;
}
.section3_container .grid_box ul li:hover i.fa{
    color: #fff;
    opacity: 1;
    background: #ed6d00;
    border-color: #ed6d00;
}
.section3_container .grid_box ul li img{
    transition: all ease .4s; height:345px
}
.section3_container .grid_box ul li:hover img{
    transform: scale(1.1);
}
.section.section3 .title_box{
    transform: translateX(60px) scale(0.8);
    transition: all .8s ease;
    opacity: 0;
}
.section.section3.fp-completely .title_box{
    transform: translateX(0) scale(1);
    opacity: 1;
}
.section.section3 .btn_box{
    transform: translateX(-60px) scale(0.8);
    transition: all .8s ease;
    opacity: 0;
}
.section.section3.fp-completely .btn_box{
    transform: translateX(0) scale(1);
    opacity: 1;
}
.section3_container .grid_box:before{
    opacity: 0;
    transition: all .4s ease 1.2s;
}
.section.section3.fp-completely .section3_container .grid_box:before{
    opacity: 1;
}
.section3_container .grid_box ul li:nth-child(1){
    transform: translateY(60px) scale(0.8);
    transition: all .8s ease;
    opacity: 0;
}
.section3_container .grid_box ul li:nth-child(2){
    transform: translateY(60px) scale(0.8);
    transition: all .8s ease .2s;
    opacity: 0;
}
.section3_container .grid_box ul li:nth-child(3){
    transform: translateY(60px) scale(0.8);
    transition: all .8s ease .4s;
    opacity: 0;
}
.section.section3.fp-completely .grid_box ul li:nth-child(1){
    transform: translateY(0px) scale(1);
    opacity: 1;    margin-top: -36px;
    border-spacing: 36px;
    box-shadow: 2px 10px 10px rgb(159 154 154 / 50%);
    border: 2px solid #ffffff;
    
    
}
.section.section3.fp-completely .grid_box ul li:nth-child(2){
    transform: translateY(0px) scale(1);
    opacity: 1;   margin-top: -36px;
    border-spacing: 36px;
    box-shadow: 2px 10px 10px rgb(159 154 154 / 50%);
    border: 2px solid #ffffff;
}
.section.section3.fp-completely .grid_box ul li:nth-child(3){
    transform: translateY(0px) scale(1);
    opacity: 1;   margin-top: -36px;
    border-spacing: 36px;
    box-shadow: 2px 10px 10px rgb(159 154 154 / 50%);
    border: 2px solid #ffffff;
}

.section.section3.fp-completely .grid_box ul li:nth-child(3){
    transform: translateY(0px) scale(1);
    opacity: 1;   margin-top: -36px;
    border-spacing: 36px;
    box-shadow: 2px 10px 10px rgb(159 154 154 / 50%);
    border: 2px solid #ffffff;
}




.section.section3.fp-completely .grid_box ul li:nth-child(4){
    transform: translateY(0px) scale(1);
    opacity: 1;   margin-top: -36px;
    border-spacing: 36px;
    box-shadow: 2px 10px 10px rgb(159 154 154 / 50%);
    border: 2px solid #ffffff;
}



.section.section3.fp-completely .grid_box ul li:nth-child(5){
    transform: translateY(0px) scale(1);
    opacity: 1;   margin-top: -36px;
    border-spacing: 36px;
    box-shadow: 2px 10px 10px rgb(159 154 154 / 50%);
    border: 2px solid #ffffff;
}


.section.section3.fp-completely .grid_box ul li:nth-child(6){
    transform: translateY(0px) scale(1);
    opacity: 1;   margin-top: -36px;
    border-spacing: 36px;
    box-shadow: 2px 10px 10px rgb(159 154 154 / 50%);
    border: 2px solid #ffffff;
}

/*--------------------------第四屏--------------------------*/
/*.section.section4{
    background: url(../image/section4_bg.jpg) center center;
    background-size: cover;
}*/
.section.section4:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../image/section4_bg.jpg) center center;
    background-size: cover;
}
.section.section4 .out_box{
    width: 74vw;
    margin: 80px auto 0px auto;
}
.section.section4 .section4_header{
    position: relative;
}
.section.section4 .section4_header .btn_box{
    position: absolute;
    right: 0px;
    top: 78px;
}
.section.section4 p.title:after {
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    width: calc(100% - 360px);
    background: rgba(0,0,0,.15);
    left: 170px;
    bottom: 18px;
}
.section.section4 .slider > a i{
    position: absolute;
    text-align: center;
    width: 46px;
    height: 46px;
    line-height: 44px;
    left: 50%;
    margin-left: -25px;
    top: 52%;
    font-size: 29px;
    color: #385c73;
    background: #fff;
    border-radius: 50%;
    z-index: 1;
    text-indent: 2px;
    opacity: 0;
    transition: all .4s ease;margin-top: -40px;
}
.section.section4 .slider > a i:hover{
    color: #fff;
    background: #385c73;    
}
.section.section4 .slider > a:hover i{
    opacity: 1;
    top: 54%;
}
.section.section4 .slider > a .bx-caption{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    padding-top: 58%;
    font-size: 18px;
    text-align: center;
    color: #fff;
    background-color: rgba(36,54,76,.6);
    opacity: 0;
    transition: all .4s ease;
}
.section.section4 .slider > a:hover .bx-caption{
    opacity: 1;
    padding-top: 56%;
}
.section.section4 .bx-controls-direction{
    text-align: center;
}
.section.section4 .bx-controls-direction a{
    display: inline-block;
    width: 60px;
    height: 60px;
    margin: 0px 10px;
    background-color: #e5e5e5;
    font-size: 20px;
    margin-top: 30px;
}
.section.section4 .bx-controls-direction a i{
    line-height: 60px;
}
.section.section4 .bx-controls-direction a:hover{
    background-color: #385c73;
    color: #fff;
}
.section.section4 .bx-controls-direction .bx-prev{
}
.section.section4 .bx-controls-direction .bx-next{
    
}
.section.section4 .slider > a:nth-child(odd){
    transform: translateY(70px);
    transition: all ease .8s;
    opacity: 0;
}
.section.section4 .slider > a:nth-child(even){
    transform: translateY(-70px);    
    transition: all ease .8s;
    opacity: 0;
}
.section.section4.fp-completely .slider > a:nth-child(odd),
.section.section4.fp-completely .slider > a:nth-child(even){
    transform: translateY(0);
    opacity: 1;
}
.section.section4 .title_box{
    transform: translateX(60px) scale(0.8);
    opacity: 0;
    transition: all .8s ease;
}
.section.section4.fp-completely .title_box{
    transform: translateX(0) scale(1);
    opacity: 1;
}
.section.section4 .btn_box{
    transform: translateX(-60px) scale(0.8);
    opacity: 0;
    transition: all .8s ease;
}
.section.section4.fp-completely .btn_box{
    transform: translateX(0) scale(1);
    opacity: 1;
}


/*--------------------------第五屏--------------------------*/
.section.section5{
    background-image: url(../image/section5_bg.jpg);
    background-size: cover;
}
.section.section5 .out_box{
    width: 70vw;
    margin: 50px auto 0px auto;
    position: relative;
}
.section.section5 p.title:after {
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    width: calc(100% - 360px);
    background: rgba(0,0,0,.15);
    left: 170px;
    bottom: 18px;
}
.section.section5 .btn_box {
    position: absolute;
    right: 0px;
    top: 78px;
}
.section.section5 .left{
    width: 40%;
    position: relative;
}
.section.section5 .left .bx-viewport .date_box{
    position: absolute;
    background: #385c73;
    color: #fff;
    z-index: 1;
    text-align: center;
    left: 16px;
    top: 16px;
    padding: 14px 12px;
}
.section.section5 .left .bx-viewport .date_box .sss{
    display: block;
    font-size: 24px;
}
.section.section5 .left .bx-viewport .date_box .ee{
    display: block;
}
.section.section5 .left .bx-viewport p.news_title{
    position: absolute;
    bottom: 0;
    background: rgba(0,0,0,.7);
    width: 100%;
    padding: 0 80px 0 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #fff;
    line-height: 4em;
    z-index: 1;
    font-size: 17px;
}
.section.section5 .left .bx-viewport a{
    overflow: hidden;
}
.section.section5 .left .bx-viewport a img{
    transition: all ease .4s;
}
.section.section5 .left:hover .bx-viewport a img{
    transform: scale(1.1);
}
.section.section5 .left .bx-controls-direction a{
    position: absolute;
    display: block;
    width: 60px;
    height: 60px;
    top: 50%;
    color: #fff;
    text-align: center;
    background: rgba(0,0,0,.7);
    font-size: 20px;
    margin-top: -30px;
    opacity: 0; 
    transition: all ease .4s;
}
.section.section5 .left .bx-controls-direction a i{
    line-height: 60px;
}
.section.section5 .left .bx-controls-direction .bx-prev{
    left: 0;
    transform: translateX(20px);
}
.section.section5 .left .bx-controls-direction .bx-next{
    right: 0;
    transform: translateX(-20px);
}
.section.section5 .left .bx-wrapper:hover .bx-controls-direction .bx-prev,
.section.section5 .left .bx-wrapper:hover .bx-controls-direction .bx-next{
    transform: translateX(0);
    opacity: 1;
}
.section.section5 .left .bx-default-pager{
    position: absolute;
    bottom: 29px;
    right:20px;
    text-align: right;
}
.section.section5 .left .bx-default-pager a{
    background: #fff;
}
.section.section5 .left .bx-default-pager a:hover,
.section.section5 .left .bx-default-pager a.active{
    background: #ed6d00;
}
.section.section5 .right{
    width: 38.5vw;
}
.section.section5 .tab {
    position: relative;
    width: 38.5vw;
    overflow: hidden;
    margin: 0 auto;
}
.section.section5 .tab-nav {
    overflow: hidden;
    background: #f5f5f5
}
.section.section5 .tab-nav a {
    display: block;
    float: left;
    width: 50%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
    color: #5d6b7d;
    font-size: 17px;
}
.section.section5 .tab-nav a.current {
    background: #385c73;
    color: #fff;
}
.section.section5 .tab-con {
    position: relative;
    width: 38.5vw;
    height: 356px;
    overflow: hidden;
}
.section.section5 .tab-con-item {
    display: none;
    width: 38.5vw;
}
.section.section5 .tab-con-item a{
    display: block;
    width: 100%;
    line-height: 58px;
    border-bottom: 1px dashed #ccc;
    padding: 0 10px;
    font-size: 16px;
}
.section.section5 .tab-con-item a i{
    margin-right: 8px;
}
.section.section5 .tab-con-item a .title{
    display: inline-block;
    width: 76%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    transition: all ease .4s;
}
.section.section5 .tab-con-item a:hover .title{
    color: #385c73;
}
.section.section5 .tab-con-item a .date{
    display: inline-block;
    width: 21%;
    font-size: 15px;
    opacity: .8;
    text-align: right;
}
.section.section5 .title_box{
    transform: translateX(60px) scale(0.8);
    opacity: 0;
    transition: all .8s ease;
}
.section.section5.fp-completely .title_box{
    transform: translateX(0) scale(1);
    opacity: 1;
}
.section.section5 .btn_box{
    transform: translateX(-60px) scale(0.8);
    opacity: 0;
    transition: all .8s ease;
}
.section.section5.fp-completely .btn_box{
    transform: translateX(0) scale(1);
    opacity: 1;
}



/*--------------------------footer--------------------------*/
.section.footer{
    background-color: #24364c;
}
.section.footer .out_box{
    width: 70vw;
    margin: 0 auto;
}
.section.footer .line1{
    padding: 56px 0px 36px 0px;
}
.section.footer .line1 .col-1{
    width: 30%;
}
.section.footer .line1 .col-2,
.section.footer .line1 .col-3{
    width: 25%;
}
.section.footer .line1 .col-4{
    width: 20%;
}
.section.footer .line1 .title:after{
    position: absolute;
    content: "";
    width: 36px;
    height: 2px;
    background: #fff;
    display: block;
    left: 0px;
    top: 50px;
}
.section.footer .line1 .col-2 ul li:nth-child(odd){
    float: left;
    margin-right: 30px;
}
.section.footer .line1 .col-4{
    text-align: right;
}
.section.footer .line1 ul li p,
.section.footer .line1 ul li a{
    color: rgba(255,255,255,.6);
}
.section.footer .line1 ul li{
    padding-bottom: 5px;
}
.section.footer .line1 ul li p.title{
    line-height: 1em;
    color: #fff;
    font-size: 24px;
    position: relative;
    margin-bottom: 48px;
}
.section.footer .line1 ul li ul li a:hover{
    color: #fff;
}
.section.footer .line1 .col-3 p.title a{
    color: #fff;
}
.section.footer .line1 .col-3 ul li a{
    display: block;
    padding-bottom: 5px;
}
.section.footer .line1 .col-3 ul li:nth-child(1){
    color: rgba(255,255,255,.6);
}
.section.footer .line1 .col-3 ul li a:nth-child(1),
.section.footer .line1 .col-3 ul li a:nth-child(3),
.section.footer .line1 .col-3 ul li a:nth-child(5){
    float: left;
}
.section.footer .line2{
    text-align: center;
    border-top: 1px rgba(255,255,255,.1) solid;
    padding: 18px 0px;
}
.section.footer .line2 p{
    display: inline-block;
    color: rgba(255,255,255,.6);
}
.section.footer .line2 p a:hover{
    color: #fff;
}
.section.footer .line2 .foot2{
    display: inline-block;
    margin-left: 20px;
}
.section.footer .line2 .foot2 select{
    background: transparent;
    color: #a7afb7;
    border: 1px rgba(255,255,255,.1) solid;
    padding: 5px;
}
.section.footer .line2 .foot2 select option + option{
    color: #24364c;
}





/*切换动画*/
.section.section1,
.section.section2:before,
.section.section3:before,
.section.section4:before{
    transform:scale(0.8);
    transition: all .8s ease;
}
.section.section1.active,
.section.section2.active:before,
.section.section3.active:before,
.section.section4.active:before{
    transform: scale(1);
    transition: all .8s ease .4s;
}



/*@-webkit-keyframes scale-bg{
    from{
        -webkit-transform:scale(1.2);
        transform:scale(1.2);
    }
    to{
        -webkit-transform:scale(1);
        transform:scale(1);
    }
}
@keyframes scale-bg{
    from{
        -webkit-transform:scale(1.2);
        transform:scale(1.2);
    }
    to{
        -webkit-transform:scale(1);
        transform:scale(1);
    }
}*/
