

@charset "utf-8";
/* CSS Document */
html {overflow-x:hidden;overflow-y:auto;}
html {overflow-y:scroll;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,img,p,tr {padding:0;margin:0;border:0;list-style:none;font-weight:normal;font-size: 0.9rem;}
h1,h2,h3,h4,h5,h6 { font-weight: bold;color:#000;}

body { font-size:0.9rem;  word-wrap:break-word; overflow:hidden;color:#000;}
a {text-decoration:none; color:#000;transition: all 0.6s ease 0s; -webkit-transition: all 0.6s ease 0s;-moz-transition: all 0.6s ease 0s;-o-transition: all 0.6s ease 0s;}
a:hover, a:active, a:focus{text-decoration:none; color:#0869ac; }
img { border:none;    max-width: 100%;vertical-align: middle;}
.clear {clear:both;height:0 auto; line-height:0px; zoom:1; font-size:1px;}
:after, :before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
*:before, *:after {-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box}
* {-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box}
.wrap { max-width:1600px; padding:0 30px;height:auto; margin: 0 auto;   }
.mid {
    display: table;
    height: 100%;
    width: 100%;
}
.cell {
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}


@media screen and (max-width:1024px) {

.wrap{ padding: 0 10px;}

}


.fl { float:left;}
.fr { float:right;}

.block {
    display: block;
}
@font-face {
  font-family: "1";
  src: url("../font/1.woff2") format("woff2"),
       url("../font/1.woff") format("woff"),
       url("../font/1.ttf") format("truetype"),
       url("../font/1.eot") format("embedded-opentype"),
       url("../font/1.svg") format("svg");
}

@font-face {
  font-family: "2";
  src: url("../font/2.woff2") format("woff2"),
       url("../font/2.woff") format("woff"),
       url("../font/2.ttf") format("truetype"),
       url("../font/2.eot") format("embedded-opentype"),
       url("../font/2.svg") format("svg");
}






/*底部*/
/*底部*/
.index07{width:100%;overflow:hidden;}
.link{padding:1%;}
.link a{display: inline-block;text-decoration: none;margin: 0 0.2%;}
.link a:hover{color:#0869ac;text-decoration: none;}
.index07 .fot{background:url(../images/index09.jpg) no-repeat top center;overflow:hidden;background-size:cover;}
.fot .foot_c{overflow:hidden;}
.foot{padding:3% 0;overflow:hidden;}
.foot .left{width:33%;float:left;text-align:center}

.foot .left .logos a{display:inline-block;}
.foot .left .logo_t{margin-top:3%;}
.foot .left .logo_t h1{color:#fff;font-family:"2";font-size:2.2rem;font-weight:normal;letter-spacing:2px;}
.foot .left .logo_t p{color:#fff;font-family:"2";font-size:0.4rem;}
.foot .mids{width:38%;float:left;overflow:hidden;}
.foot .mids li{width:40%;float:left;}
.foot .mids li p{color:#fff;font-size:1.1rem;margin-bottom:7%;font-weight:bold;}
.foot .mids li dl {overflow: hidden;}
.foot .mids li dd {width: 100%;margin-bottom: 3%;}
.foot .mids li dd a {color:#e6e5e5;text-decoration: none;}
.foot .mids li:last-child{width:20%;}
.foot .rights{width:25%;float:right;}
.foot .rights h3 {color:#fff;font-size:1.1rem;margin-bottom:3%;}
.foot .rights p{color:#e6e5e5;margin-bottom:2%;}
.foot2{border-top:1px solid #bfc2c2;padding:0.5% 0;overflow:hidden;}
.foot2 .s1 {float: left;}
.foot2 .s2 { float: right;}
.foot2 span , .foot2 a{color:#fff;text-decoration: none;}

@media screen and (max-width: 1150px) {
.foot .left .logo_t h1{font-size:2rem;}
}

@media screen and (max-width: 1050px) {
.foot .left{width:50%;}
.foot .mids{width:50%;}
.foot .rights{width:100%;margin-top:3%;}
.foot .rights h3{margin-bottom:1%;}
.foot .left .logo_t h1 {font-size: 1.8rem;}
.foot .mids li p , .foot .rights h3{font-size:1rem}
}

@media screen and (max-width: 930px) {
.foot2 span , .foot2 span a{display: block;text-align: center;;}
.foot2 .s1 , .foot2 .s2{float:none}
}

@media screen and (max-width: 760px) {
.foot .left{width:100%;margin-bottom:3%;}
.foot .left .logo_t {margin-top: 1%;}
.foot .left .logo_t h1 {font-size: 1.5rem;}
.foot .mids{width:55%;}
.foot .rights{width:40%;margin-top:0}
}

@media screen and (max-width:640px) {
.foot .mids{width:100%;}
.foot .rights{width:100%;margin-top:3%;}
}















/*头部样式*/
.index_head{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    z-index: 9999;
    padding:12px 0;
}

.container{
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
	 padding:0 30px;
}
.logo{
    float: left;
}
.logo img{
    max-width: 200px;
}
.heada{
    float: right;
    display: flex;
    padding-left: 15px;
    position: relative;
    margin-left: 20px;
    margin-top: 1.4%;
}
.heada:before{
    content: '';
    position: absolute;
    left:0;
    top:0;
    width: 1px;
    height: 40px;
    background: #fff;
}
.heada a{
    display: block;
    position: relative;
    font-size: 14px;
    color: #333;
    margin:10px;
}

.heada a span{
	color:#fff;
	margin-left:0.5em;
}

.nav{
    display: flex;
    float: right;
    margin-top:2%;
}
.nav li{
    position: relative;
    margin:0 10px;
}
.nav li a{
    display: block;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 1em;
    position: relative;
    padding:0 8px 15px 8px;
}
.nav li a:after{
    content: '';
    position: absolute;
    left:0;
    bottom:0;
    width: 0%;
    height:1px;
    background: #fff;
    transition: all 0.6s ease-out;
}
.nav li:hover a:after{
    width: 100%;
    transition: all 0.6s ;
}
.nav li.on a:after{
    width: 100%;
    transition: all 0.6s ;
}
.nav li .b_nav{
position: absolute;
 background-color: #fff;
 transition: top 300ms, opacity 300ms;
 top: -370px;
 left: -15px;
 right: -15px;
 opacity: 0;
 width: auto;
 border-radius: 5px;
 box-shadow: 2px 5px 5px rgba(0, 0, 0, .5);
 z-index: 9;
 /*overflow: hidden;*/
}
.nav li .b_nav::before{
	position: absolute;
	content:'';
	margin-top: -5px;
	left: 50% !important;
	margin-left: -5px !important;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #fff; 
}
.nav li .b_nav a{
    font-size: 12px;
    color: #333;  
    padding:14px 0; 
    line-height: 1em;
}
.nav li .b_nav a:after{
    display: none;
}
.nav li:hover >.b_nav{
	top: 30px;
	opacity: 1;
}
.nav li .b_nav a:hover{
    background: #aace3b;
    color: #fff;
}


.menu-button{
    display: none;
    position: absolute;
    top: 5px;
    right: 0px;
    padding:5px 7px;
    cursor: pointer;
	-moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    background-color:#0869ac;
    z-index: 99999;
}
.menu-button .bar {
    display: block;
    height: 2px;
    background: #fff;
    margin:6px 0;
    opacity: 1;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
    transition: all .5s ease;
    width: 25px;
    transform-origin: left center;
}

.mnav .bar:nth-child(1){
    transform:rotate(40deg);
    -webkit-transform:rotate(40deg);
	-moz-transform:rotate(40deg);
	-o-transform:rotate(40deg);
}
.mnav .bar:nth-child(2){
    opacity: 0;
}
.mnav .bar:nth-child(3){
    transform:rotate(-40deg);
    -webkit-transform:rotate(-40deg);
	-moz-transform:rotate(-40deg);
	-o-transform:rotate(-40deg);
}

.mobileNav{
    display: none;
    background-color:#0869ac;
    text-align: center;
    position: absolute;
    left:0;
    top:56px;
    z-index: 99999;
    width: 100%;
}

.mobileNav li a{
    font-size: 1rem;
    color: #fff;
    padding:10px 0;
    display: block;
}
.mobileNav li .b_nav{
    display: none;
}
.mobileNav li .b_nav a{
    font-size: 14px;
    padding:5px 0;
}


#swiper-container1 img{
    width: 100%;
}
#swiper-container1 .pic{
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height:100vh;

}



.banner_text{
    position: absolute;
    top:30%;
    left:8.5%;
    z-index: 9999;
    color: #fff;
}
.banner_text h3{
    font-size: 50px;
    position: relative;
    text-shadow: 0 3px 5px #000;
    line-height: 1em;
    padding-top: 30px;
}
.banner_text h3:before{
    content: '';
    position: absolute;
    top:0;
    left:0;
    width: 60px;
    height: 1px;
    background: #fff;
    z-index: 999;
}
.banner_text p{
    font-size: 26px;
    text-shadow: 0 3px 5px #000;
    padding:35px 0 45px 0;
}
.banner_text a{
    display: block;
    width: 120px;
    line-height: 34px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    background: #aace3b;
}
.banner_text a:hover{
    background: #f2c600;
}
.banner_btn{
    position: absolute;
    padding:20px 25px;
    background-color: rgba(255,255,255,.8);
    bottom: 0;
    right: 8.5%;
    z-index: 999;
    display: flex;
}
.banner_btn .swiper-pagination{
    position: relative;
    font-size: 22px;
    margin-right: 50px;
    top: 0px;
    line-height: 1em;
    
}
.banner_btn .swiper-pagination span{
    font-family: 'impact';
    font-style:italic;
}
.banner_btn .swiper-pagination .swiper-pagination-total{
    color: #999;
}
.banner_btn .swiper-pagination .swiper-pagination-current{
    color: #0274ba;
}
.banner_jt {
    display: flex;
    position: relative;
}
.banner_jt .shu{
    width: 1px;
    height: 20px;
    background-color: #999;
    margin: 0 20px;
}
.banner_btn .swiper-button-next,.banner_btn .swiper-button-prev{
    position: relative;
    top: 00px;
    left: 0;
    width: 9px;
    height: 20px;
    transition: all .6s ease-out;
    outline: none;
    background: none!important;
    margin-top: 0;
}
.banner_btn .swiper-button-next span,.banner_btn .swiper-button-prev span{
    z-index: 1;
    position: absolute;
    top: 0;
    display: block;
    width: 9px;
    height: 20px;
    overflow: hidden;
    transition: all .45s ease-out 0s;
    -webkit-transition: all .45s ease-out 0s;
    -moz-transition: all .45s ease-out 0s;
}

.banner_btn .swiper-button-prev span{
    background: url(../images/left1.png) no-repeat left center;
}


.banner_btn .swiper-button-next span{
    background: url(../images/right1.png) no-repeat right center;
}
.banner_text2{
    position: absolute;
    top: 40%;
    left: 15%;
    z-index: 9999;
    max-width: 40%;
    text-align: center;
}
.banner_text2 h3{
    font-size: 45px;
    color: #000;

    line-height: 1em;
}
.banner_text2 p{
    font-size: 24px;
    color: #333;
    padding:20px 0 30px 0;
}
.banner_text2 a{
    display: inline-block;
    width: 200px;
    line-height: 50px;
    font-size: 18px;
    text-align: center;
    background: none;
    color: #000;
    border:1px solid #333;
    border-radius: 50px;
    margin-right: 30px;
}
.banner_text2 a:hover{
    background: #0869ac;
    border: 1px solid #0869ac;
    color: #fff;
}

#mswiper-container1{
    display: none!important;
}
#mswiper-container1 a{
    display: block;
}


@media(max-width: 1599px){
    .banner_text2 h3{
        font-size:42px;
    }
    .banner_text2 p{
        font-size:20px;
    }
    .banner_text2 a{
        width:160px;
        font-size:16px;
        line-height:40px;
        border-radius:25px;
    }
}
@media(max-width: 1500px){
    .nav li{
        margin:0 5px;
    }
}
@media(max-width: 1400px){
    .nav li{
        margin:0 0px;
    }
    .banner_text2 h3{
        font-size: 36px;
    }
    .banner_text2 p{
        font-size: 18px;
    }
}
@media(max-width: 1300px){
    .nav li{
        margin:0 5px;
    }
    .heada{
        display: none;
    }

}


@media(max-width: 1199px){
    .container{
        box-sizing: border-box;
        width: 100%;
        padding:0 1%;
    }
    #swiper-container1{
        height: 100%;
    }
    .banner_text h3{
        font-size: 36px;
    }
    .banner_text p{
        font-size: 18px;
    }
    .banner_btn{
        right: 0;
    }
	#swiper-container1 .pic{height:75vh}
	
}
@media(max-width: 1024px){

.container{ padding: 0 10px;}

    .nav li{
        margin:0 0px;
    }
    #cnzz_stat_icon_1278939911{
        display:none!important;
    }

    .menu-button{
        display: block;
    }
    .nav{
        display: none;
    }
    .banner_text{
        top:40%;
        left:5%;
    }
    .banner_text h3{
        font-size: 24px;
        padding-top: 10px;
    }
    .banner_text p{
        font-size: 14px;
        padding:15px 0;
    }
    .banner_btn{
        padding: 10px 15px;
    }
    .banner_text{
        /*top:40%;*/
        left:5%;
    }
    .banner_text2 h3{
        font-size:20px;
    }
    .banner_text2 p{
        font-size:16px;
        padding:10px 0;
    }
    .banner_text2 a {
        width: 120px;
        font-size: 14px;
        line-height: 30px;
        margin-right:10px;
    }
    #swiper-container1{
    }
    #mswiper-container1{
        display: block!important;
    }
}
@media(max-width: 640px){
    .index_head{
        padding:5px 0;
    }
    .logo{
        width: 40%;
        float: none;
    }
    .logo img{
        max-width:150px;
    }
    .banner_text{
        display: none;
    }
    .banner_text2{
        display:none;
    }
    .banner_btn .swiper-pagination{
        font-size: 18px;
    }

}

@media (max-width:768px){
#swiper-container1 .pic {
    height: 28vh;
    background-size: cover;
}

}

/*悬浮*/

.new-float{
    position: fixed;
	right: -3px;
    top: 60%;
    z-index: 99999999;
	width: 77px;
	height: 374px;
    margin-top: -187px;
    
}
.new-float li{
    position: relative;
	width: 77px;
    height: 57px;
	margin-bottom: 1px;
    line-height: 20px;
	color: #fff;
    text-align: center;
    
}
.new-float li.hover{
    /*overflow: hidden;*/
    
}
.new-float li a{
    display: inline-block;
	color: #fff;
    
}
.new-float li a.tit{
    width: 77px;
	height: 56px;
	padding: 30px 10px 0 0;
    color: #fff;
	font-size: 12px;   
    box-sizing: border-box;
    
}
.new-float li p{
    position: relative;
	z-index: 2;
    height: 27px;
	padding-top: 30px;
	cursor: pointer;
    
}
.new-float li.fi{
    position: relative;
}
.new-float li.fi .img1{
    display: none;
    position: absolute;
    top:0;
    left: -168px;
    width: 162px;
}
.new-float li.fi .img1 img{
    
}
.new-float li.fi:hover .img1{
    display: block;
}

.new-float li.fxx a{
    background:url(../images/on_line2.png) no-repeat 0px -228px;    
}
.new-float li.tp a{
    background:url(../images/on_line.png) no-repeat 0px -171px;
    
}
.new-float li.th a{
    background:url(../images/on_line.png) no-repeat 0px -57px;
    
}
.new-float li.fo a.tit{
    background:url(../images/on_line.png) no-repeat 0px -114px;
    
}
.new-float li.fif p{
    background: url(../img/bg_float05.png) no-repeat;
    
}
.new-float li .tel{
    position: absolute;
	left: 75px;
	top: 0;
	z-index: 1;
	width: 184px;
    height: 56px;
	font: 24px/57px Arial;
	color: #fff; 
    background:#0869ac;
	cursor: pointer;
    
}

.new-float a.mof{
    display: inline-block;
	width: 78px;
	height: 71px;
	padding: 12px 11px 0 12px;
    margin-top: 10px;
	margin-top: 7px;
	background:url(../images/on_line.png) no-repeat 0px -239px;
    font-size: 15px;
	line-height: 22px;
	color: #fff;
    
}

@media(max-width:1560px){
    .ppjs,.n_site{
        width:90%;
    }
}
@media(max-width:1024px){
    .ppjs,.n_site{
        width:98%;
    }

}

/*上下页*/


.pageController{
    text-align: center;
    color:#505050;margin:0 auto;
    margin:2em 0;
    line-height:24px;
}
.pageController a{background-color:#FFF;vertical-align:middle; border:#efefef 1px solid; 
    color:#505050;padding:5px 8px; margin-right:3px;margin-left:3px;
}
.pageController a:hover{background-color:#aace3b;color:#fff; text-decoration:none;border:#efefef 1px solid;}
.pageController a.page-num.page-num-current {background-color:#aace3b;color:#fff; text-decoration:none;border:#efefef 1px solid;}
.pageController .t1{
    float:left;margin-right:5px;height:24px;line-height:22px;white-space:nowrap;
    display: none;
}
.pageController .t2{vertical-align:middle;line-height:39px;}
.pageController .t2 #current{
    line-height: 39px;
    background-color: #aace3b;
    vertical-align: middle;
    border: 1px solid #aace3b; 
    color: #fff;padding: 5px 8px;
    margin-right: 3px;
    margin-left: 3px;
    width: 39px;
}
.pageController .t1 span{
    /*padding-left:4px;
    padding-right:4px;*/
    width: 39px;
}
.pageController select{height:24px;vertical-align:middle;text-align:center;line-height:24px;
    display: none;
}
.pageController select option{vertical-align:middle;}








/*电话*/

.lfooter{display:none;}

@media screen and (max-width: 500px) {
.index07{margin-bottom:40px;}
.lfooter{display:block; max-width: 100%;position: fixed; height:40px;line-height:40px;bottom: 0px; left: 0;right: 0;margin: 0 auto;display: block; z-index: 99;background:-webkit-gradient(linear, 0 0, 0 100%, from(#f1f1f1), to(#dcdcdc), color-stop(35% ,#ededed), color-stop(50%, #e3e3e3) );}
.lfooter ul li { width: 50%;height: 100%; float: left; text-align: center;border-left:1px solid #ccc;}
.lfooter ul li:first-child{border-left:none;}
.new-float{display:none!important;}
}






