*{
    margin: 0;
    padding: 0;
    font-family:Arial, Helvetica, sans-serif ;
}
a{
    text-decoration: none;
}
ul{
    list-style: none;
    overflow: hidden;
}
img{
    border: none;
}
i,em{
    font-style: normal;
    display: block;
}
.clear::after{
    content: '';
    display: block;
    clear: both;
}
.wid{
    width: 1350px;
    margin: 0 auto;
}
.f_l{
    float: left;
}
.f_r{
    float: right;
}
/*header*/
.header{
    width: 100%;
    height: 155px;
    background:url(../images/nav.png) no-repeat left;
    position: relative;
    z-index: 111;
 
}
.h_con{
    margin: 0 auto;
    position: relative;
    width: 90%;
}
.logo{
    position: absolute;
    left: 0;
    top: 0;
}
.nav{
    margin-right: 40px;
	margin-top:8px;
}
.nav li{
    float: left;
    width: 110px;
    height: 109px;
    text-align: center;
    line-height: 110px;
    position: relative;
    margin: 0 5px;
}

.nav li a{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 111;
    color: #fff;
}
.nav li.active::before,.nav li.active a::before,.nav li.active a::after{
    display: block;
	background:#666;
}

.nav li a:hover{
    display: block;
	background:#03d99a;

}
.h_r{
    margin-top: 30px;
}
.h_r ul{
    overflow: inherit;
}
.h_r ul li{
    float: left;
    position: relative;
    margin: 0 20px;
    cursor: pointer;
}
.h_r ul li em{
    width: 16px;
    height: 20px;
    background-image: url(../images/icon.png) ;
}
.h_r ul li:nth-child(1) em{
    background-position: -61px -19px;
}
.h_r ul li:nth-child(2) em{
    background-position: -93px -19px;
}
.h_r ul li i{
    position: absolute;
    background: #fff;
    border-radius: 3px;
    padding: 5px;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 2px 3px rgb(191 191 191);
    display: none;
}
.h_r ul li i::before{
    content: '';
    width: 0;
    height: 0;
    border-width: 7px;
    border-style: solid;
    border-color: transparent transparent white transparent;
    position: absolute;
    top: -13px;
    left: 50%;
    transform: translateX(-50%);
}
.h_phone{
    width: 205px;
    height: 40px;
    line-height: 40px;
    font-size: 28px;
    color: #d00707;
    letter-spacing: -1px;
    text-align: center;
}
.h_code{
    width: 120px;
    height: 120px;
}
.h_code img{
    width: 100%;
    height: 100%;
}
/*banner*/
.banner{
    height: 815px;
    position: relative;
	margin-top:-50px;
}
.banner .swiper-container {
    height: 815px;
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}
.banner .swiper-slide {
    height: 815px;
}

.banner:hover .pagination {
    opacity: 1;
}

.banner:hover .arrow-left {
    opacity: 1;
}

.banner:hover .arrow-right {
    opacity: 1;
}

.banner .pagination {
    position: absolute;
    z-index: 20;
    bottom: 20px;
    text-align: center;
    width: 100%;
    opacity: 0;
    transition: all 0.5s;
}

.banner .swiper-pagination-switch {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #0162ef;
    margin: 0 3px;
    cursor: pointer;
}

.banner .swiper-active-switch {
    width: 15px;
    height: 15px;
    border-radius: 20px;
    background: #fff;
}
.banner .arrow-left {
    background: url(../images/b_arrow.png) no-repeat left bottom;
    position: absolute;
    left: 30px;
    top: 50%;
    margin-top: -25px;
    width: 50px;
    height: 50px;
    z-index: 222;
    opacity: 0;
    transition: all 0.5s;
}
.banner .arrow-right {
    background: url(../images/b_arrow.png) no-repeat right bottom;
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -25px;
    width: 50px;
    height: 50px;
    z-index: 222;
    opacity: 0;
    transition: all 0.5s;
}
/* hot */
.hot{
    width: 90%;
    background: #f3f7fa;
    margin: 0 auto;
    background: url(../images/h_bg.jpg) top left;
    box-sizing: border-box;
    padding: 15px;
    box-shadow: 0 0 5px rgba(0,0,0,.3);
    margin-top: -30px;
    position: relative;
    z-index: 111;
}
.hot_con{
    width: 100%;
    overflow: hidden;
}
.hot_go{
    width:9999px;
}
.hot_go ul{
    float: left;
    overflow: inherit;
}
.hot_go ul::after{
    content: '';
    display: block;
    clear: both;
}
.hot_go ul li{
    position: relative;
    float: left;
    margin: 5px;
    height: 245px;
}
.hot_go ul li span{
    width:315px;
    height: 205px;
    border: 10px solid #fff;
    box-shadow: 0 0 5px rgba(0,0,0,.2);
    display: block;
    overflow: hidden;
}
.hot_go ul li a{
    display: block;
    width: 100%;
    height: 100%;
}
.hot_go ul li img{
    width: 100%;
    height: auto;
    min-height: 205px;
    transition: all 0.6s;
}
.hot_go ul li:hover img{
    transform: scale(1.1);
}
.hot_go ul li em{
    width: 205px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #04429e;
    color: #fff;
    font-size: 15px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
    position: absolute;
    left: 50%;
    margin-left: -102.5px;
    bottom: 10px;
}
/* pro */
.pro{
    width: 100%;
    height: 1025px;
    background: url(../images/pro_bg.jpg) bottom center no-repeat;

    padding-bottom: 30px;
}
.pro_tit{
    text-align: center;
}
.pro_tit p{
    font-size: 15px;
    color: #333;
}
.pro_list{
    margin: 10px auto;
}
.pro_list ul li{
    float: left;
    width: 185px;
    height: 50px;
    text-align: center;
    background: #0daa7c;
    border-left: 5px solid #05835e;
    box-sizing: border-box;
    margin: 3px;
    line-height: 50px;
    position: relative;
}
.pro_list ul li::before{
    content: '';
    display: block;
    width: 3px;
    height: 50px;
    background: #05835e;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.6s;
}
.pro_list ul li:hover::before{
    width: 100%;
}
.pro_list ul li a{
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 15px;
    position: relative;
    z-index: 11;
}
.pro_litpic{
    width: 86%;
    margin: 40px auto 30px auto;
    height: 700px;
    overflow: hidden;
}
.pro_go>ul>li{
    width: 24.2%;
    margin: 6px 0.4%;
    float: left;
    overflow: hidden;
    box-sizing: border-box;
}
.pro_go>ul>li>a>em{
    width: 100%;
    height: 290px;
    overflow: hidden;
    position: relative;
}
.pro_go>ul>li:hover .pro_des{
    display: block;
}
.pro_go>ul>li i{
    width: 100%;
    height: 53px;
    line-height: 53px;
    font-size: 15px;
    color: #333;
    position: relative;
}
.pro_go>ul>li i::before{
    content: '';
    display: block;
    width: 230px;
    height: 53px;
    background: url(../images/pro_b_tit.png) top left no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}
.pro_go>ul>li i span{
    float: right;
    margin-right: 5px;
}
.pro_go>ul>li i span::after{
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    width: 16px;
    height: 16px;
    background: url(../images/icon.png) -126px -21px;
}
/*com*/
.com{
    width: 100%;
    height: 780px;
    box-sizing: border-box;
	border-top:#0daa7c 10px solid;
    background: url(../images/com_bg1.jpg) top no-repeat; 
    margin: 0px 0 0px 0;
}
.com_tit{
    width: 515px;
    height: 135px;
	margin:0px auto;
    position: relative;
	line-height:32px;
	text-align:center;
    margin-bottom: 30px;
}
.com_tit>p{
    position: absolute;
    left: 32px;
    top: 15px;
}
.com_con{
    overflow: hidden;
}
.com_r{
text-align:center;
line-height:32px;
    width: 1260px;
    margin-top: 25px;
	margin:0px auto;
}
.com_r p{
    font-size: 15px;
    color: #333;
    line-height: 32px;
    margin: 8px 0;
}
.com_r a{
	color:#666;

}


.com_phone::before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 58px;
    height: 60px;
    background: url(../images/icon1.png) -404px -23px no-repeat;
}
.com_phone em{
    font-size: 15px;
}
.com_phone h3{
    font-size: 35px;
    font-family: 'Impact';
    font-weight: normal;
}
.com_phone h3 i{
    display: inline-block;
    font-size: 17px;
    vertical-align: middle;
    margin-left: 8px;
}
/* adv */
.adv_tit{
    text-align: center;
}
.adv{
    width: 100%;
    height: 983px;
    box-sizing: border-box;
    background: url(../images/adv_bg.jpg) center center ;
}
.adv_con,.adv_des{
    position: relative;
    width: 1200px;
    height: 720px;
    margin: 0 auto;
}
.adv_des li{
    position: absolute;
    overflow: hidden;
    width: 260px;
}
.adv_des li h3{
    font-size: 19px;
    color: #333;
    width: 100%;
    height: 75px;
    position: relative;
}
.adv_des li h3 em{
    position: absolute;
    top: 0;
    width: 70px;
    height: 70px;
    background: url(../images/icon.png);
}
.adv_des li:nth-child(odd) h3 i{
    position: absolute;
    left: 55px;
    bottom: 0;
}
.adv_des li:nth-child(even) h3 i{
    position: absolute;
    right: 55px;
    bottom: 0;
}
.adv_des li:nth-child(even) p{
    text-align: right;
}
.adv_des li:nth-child(1){
    top: 55px;
    left: 50px;
}
.adv_des li:nth-child(3){
    top: 40%;
    left: 0;
}
.adv_des li:nth-child(5){
    bottom: 55px;
    left: 50px;
}
.adv_des li:nth-child(2){
    top: 55px;
    right: 50px;
}
.adv_des li:nth-child(4){
    top: 40%;
    right: 0;
}
.adv_des li:nth-child(6){
    bottom: 55px;
    right: 50px;
}
.adv_des li:nth-child(1) h3 em{
    background-position: -13px -69px;
}
.adv_des li:nth-child(2) h3 em{
    background-position: -13px -150px;
}
.adv_des li:nth-child(3) h3 em{
    background-position: -93px -69px;
}
.adv_des li:nth-child(4) h3 em{
    background-position: -91px -150px;
}
.adv_des li:nth-child(5) h3 em{
    background-position: -174px -69px;
}
.adv_des li:nth-child(6) h3 em{
    background-position: -174px -150px;
}
.adv_des li p{
    font-size: 15px;
    color: #333;
    line-height: 20px;
    margin-top: 15px;
}
.adv_des li:nth-child(odd) em{
    left: 0;
}
.adv_des li:nth-child(even) em{
    right: 0;
}
.adv_icon li{
    width: 90px;
    height: 90px;
    background: #01a06b;
    border-radius: 50%;
    border: 7px solid #e3e3e3;
}
.adv_icon li i{
    font-size: 60px;
    color: #fff;
    text-align: center;
    line-height: 90px;
}
.adv_icon{
    width: 740px;
    margin: 0 auto;
    height: 720px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.adv_icon li{
    position: absolute;
}
.adv_icon li:nth-child(1){
    top: 80px;
    left: 150px;
}
.adv_icon li:nth-child(2){
    top: 80px;
    right: 150px;
}
.adv_icon li:nth-child(3){
    top: 50%;
    margin-top: -52px;
    left: 55px;
}
.adv_icon li:nth-child(4){
    top: 50%;
    margin-top: -52px;
    right: 55px;
}
.adv_icon li:nth-child(5){
    bottom: 80px;
    left: 150px;
}
.adv_icon li:nth-child(6){
    bottom: 80px;
    right: 150px;
}
/* f_t */
.f_t1{
    width: 100%;
    height: 160px;
    background: #0daa7c;
    box-sizing: border-box;
    margin-top: 20px;
}
.f_t1_con{
    width: 1350px;
    margin: 0 auto;
    overflow: hidden;
}
.f_t1_con ul li{
    float: left;
    height: 160px;

    color: #fff;
    position: relative;
    padding-left: 70px;
    padding: 40px 80px;
    box-sizing: border-box;
	    text-align: left;
}
.f_t1_con ul li:nth-child(2){
    padding: 40px 80px;
}
.f_t1_con ul li:nth-child(3){
    padding: 40px 80px;
}
.f_t1_con ul li strong{
    font-size: 20px;
}
.f_t1_con ul li i{
    font-size: 16px;
    margin-top: 8px;
}
.f_t1_con ul li::before{
    content: '';
    display: block;
    width: 48px;
    height: 48px;
    background-image: url(../images/icon.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 41px;
    left: 10px;
}
.f_t1_con ul li:nth-child(1)::before{
    background-position: -162px -4px;
}
.f_t1_con ul li:nth-child(2)::before{
    background-position: -217px -8px;

}
.f_t1_con ul li:nth-child(3)::before{
    background-position: -267px -9px;
    
}
.f_t1_con ul li:nth-child(4)::before{
    background-position: -267px -66px;
    
}
.f_t1_con ul li::after{
    content: '';
    display: block;
    width: 1px;
    height: 80px;
    background: rgba(255,255,255,.3);
    position: absolute;
    right: 0;
    top: 30px;
}
.f_t1_con ul li:last-child:after{
    background: transparent;
}
/* news */
/* news */
.news{

    padding: 0px 0;
}
.news_list{
    width: 294px;
    margin: 20px auto 0 auto;
}
.news_list  li{
    float: left;
    margin: 0 15px;
}
.news_list li::before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 34px;
    height: 22px;
    background: url(../images/icon.png) -271px -75px no-repeat;
    margin-right: 15px;
    margin-bottom: 3px;
}
.news_list li a{
    width: 100%;
    height: 100%;
    color: #333;
    font-size: 17px;
}
.news_con{
    width: 880px;
    margin: 20px auto 0 auto;
    overflow: hidden;
}
.news_con ul li{
    float: left;
    width: 860px;

    box-sizing: border-box;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 14px rgba(0,0,0,.1);
    margin: 5px;
    border-radius: 8px;
    position: relative;
    padding: 10px 10px;
}
.n_l{
    float: left;
	background:#dfdfdf;
    width: 200px;
    height: 135px;
    overflow: hidden;
    border-radius: 8px;
}

.n_l span{
	font-size:40px;
	display:block;
	line-height:40px;
	margin-top:20px;
	text-align:center;
	color:#666;
}

.n_l p{
	font-size:20px;
	display:block;
	line-height:40px;
	text-align:center;
	color:#666;
	width:135px; height:40px; margin:0px auto;
	border:#999 1px solid;
	margin-top:10px;
}
.n_l img{
    width: 100%;
    height: auto;
    min-height: 135px;
    transition: all 0.6s;
}
.news_con ul li:hover img{
    transform: scale(1.1);
}
.n_r{
    float: right;
    width: 600px;
    margin-top: 15px;
}
.n_r strong{
    color: #333;
    font-size: 17px;
}
.n_r p{
    font-size: 15px;
    color: #666;
    line-height: 25px;
    margin: 10px 0;
}
.n_r em{
    font-size: 15px;
    color: #666;
}
.n_r i{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 42px;
    height: 42px;
	    background: url(../images/sanjiao.png)  no-repeat right; 

}
.n_r i::after{
    content: '';
    display: block;
    width: 9px;
    height: 16px;
    background: url(../images/sanjiao.png)  no-repeat;
    position: absolute;
    top: 0;
    left: 3px;
    right: 0;
    bottom: 0;
    margin: auto;
}
/* footer */
/*底部*/
.foot{
	width: 100%;
	height: 380px;
	background:url(../images/footbj.png) center no-repeat;
	position: relative;
}
.baseDiva{
	width: 1350px;
	height: 290px;
	margin: 0 auto;
}
.dblogo{
    margin-top: 70px;
}
.dblogo img{
	display: block;
	margin-top: 12px;
}
.dbtel{
	width: 730px;
	height: 20px;
	margin-left: 85px;
	margin-top:30px;
}
.dbnav{
	height: 80px;
}
.dbnav ul li{
	line-height: 80px;
	float: left;
	margin-left: 20px;
	margin-right: 20px;
}
.dbnav ul li a{
	font-size: 16px;
	color: #fff;
}
.dbnav ul li a:hover{
	text-decoration: underline;
	font-weight: bold;
}
.dbphone{
    margin-top: 15px;
}
.dbphone ul li{
	width: 360px;
	float: left;
	margin-bottom: 18px;
	line-height: 30px;
}
.dbphone ul li img{
	float: left;
}
.dbphone ul li p{
	float: left;
	margin-left: 18px;
	font-size: 16px;
    color: #fff;
    width: 300px;
}
.dbphone ul li p span{
	font-family: "Arial";
	font-size: 26px;
}
.dbewm{
    text-align: center;
	margin-top: 50px;
}
.dbewm span{
	display: block;
	font-size: 15px;
	color: #fff;
	line-height: 35px;
}
.copy {
    text-align: center;
    line-height: 73px;
    font-size: 15px;
    color: #aeaeae;
}
.copy a {
    color: #aeaeae;
}
@media screen and (max-width:1800px){
        .h_con {
    margin: 0 auto;
    position: relative;
    width: 100%;
}
}
@media screen and (max-width:1600px) {

.logo{
        width: 300px;
}
.logo img{
    width: 100%;
}
    }
	
	
.heng{
	width:100%; height:15px; background:url(../images/heng.jpg) repeat-x center;}
	
	
.ab_xia{
	width:1050px; height:160px; margin:0px auto; }
.ab_xia ul li{
	width:250px; height:110px; float:left;   margin-top:60px; text-align:center; color:#FFF;}
	.ab_xia ul li div{
		width:100px;  margin:0px auto;}
.ab_xia ul li span{
color:#d20a05; font-size:45px; font-family:Impact; float:left;}
.ab_xia ul li i{
	width:27px; height:27px; border-radius:50%; line-height:27px; text-align:center; background:#FFF; float:left; margin-top:10px; background:#d5161a; font-style:inherit;}
.abnr p{
	display: block;
	width: 1050px;
	margin-left: 0px;
	margin-top:20px;
	font-size: 15px;
	color: #333;
	line-height: 28px
}
.ppdds {
    width: 250px;
    height: 50px;
	color:#000;
    line-height: 50px;
    text-align: center;
    font-size: 17px;
	font-weight:500;;
}
.abnr a{
	display: block;
	width: 250px;
	height: 40px;

	text-align: center;
	line-height: 40px;
	margin-left: 0px;
	margin-top: 30px;
	font-size: 15px;
	color: #db001a
}
.abnr a:hover{
   background: #db001a;
   color: #fff
}
.abimg{
  margin-top: 111px;
}



.hanghang{
	width:1260px; height:170px; background:#0daa7c;}
	
.hanghang ul li{
	 width:313px; height:170px;  float:left; border-left:#068963 1px solid;}
	
	
.fhxc1{background: url(../image/c1.jpg) no-repeat bottom center;background-attachment: fixed;background-size: cover; }
.fhxc1 .pub_title{background: none;}
.fhxc1 .pub_title h4,.fhxc1 .pub_title h4 span,.fhxc1 .pub_title p{color: #000; text-align:center;}
.fhxc1 .pub_title p{margin-bottom: 0;}{padding-bottom: 50px;}
.swiper-container.anli{padding: 50px 0;}
.swiper-container.anli .swiper-slide{background-position:center;background-size:cover;width:600px;height:455px;}
.swiper-container.anli .swiper-slide img{width:100%;}
.swiper-container.shili{padding:0 0 50px 0;}
.swiper-container.shili .swiper-slide{background-position:center;background-size:cover;width:600px;height:455px;}
.swiper-container.shili .swiper-slide img{width:100%;}


.syys2{background:rgba(213,0,0,1);height:152px;width:100%;}
.syys2 ul{display:flex;padding-top:30px;}
.syys2 ul li{flex:1;}
.syys2 ul li img{float:left;padding-right:20px;}
.syys2 ul li b{color:#fff;font-size:30px;display:block;}
.syys2 ul li em{color:#fff;}

.newss{
	width:465px; height:490px; margin-top:25px; background:#0daa7c; }
.newss_tu{
	width:465px; height:235px; background:#666;}
	.newss_tu img{
	width:465px; height:235px; }
.newss span{ font-size:20px; padding:20px; line-height:60px; color:#FFF; }
.newss p{ font-size:16px; line-height:32px; color:#FFF; padding-left:20px; padding-right:20px;  }
.section_six{background: url() no-repeat top center;background-size: cover;background-attachment: fixed;}
.more{text-align:center;}
.more .call,.more .but{display:inline-block;vertical-align:top;}
.more .call{height:50px; line-height:50px;padding:0 40px;border-radius:100px;font-size:28px;font-family:impact;background:#eaeaea;transition: .3s;}
.more .call a{color:#fff; font-size:17px; color:#333;}
.more .call:hover{background-color:#e40b01; color:#FFF;}
.more .but{width:250px;height:50px;line-height:50px;margin-left:20px;border-radius:100px;background-color:#E72118;text-align:center;font-size:16px;color:#fff;}
.more .but:hover{background:#0daa7c;}


.breadcrumbs {
	height: 61px;
    font-size: 14px;
    line-height: 60px;
    color: #fff;

    width: 1350px;
	margin:0px auto;


}
.fl {
    float: left;
}

.fr {
    float: right;
}
.breadcrumbs .dh_box {
	width: 1350px;
	margin: 0 auto
}
.breadcrumbs .sortName {
	color:#fff;
	font-size:22px;
	font-weight:700;
}
.breadcrumbs .dqdhMain {
	color: #fff;
	padding-left: 30px;
}
.breadcrumbs .dqdhMain a {
	font-size: 15px;
	color: #fff;
	display:inline-block;
}
.breadcrumbs .dqdhMain a:hover {
	text-decoration:underline;
	color:#fff;
}
.breadcrumbs .dqdhMain .span2 {
	color:#fff;
	font-size: 14px;
	display:inline-block;
	padding:0 5px;
}
.breadcrumbs .indexa {
}
.breadcrumbs .span1 {
	color:#fff;
	padding:0 10px 0 30px;
	background:url(../images/dizhi.png) left center no-repeat;
	font-size: 15px;
}
.breadcrumbs .dqdh_class {
	margin-top:10px;
}
.breadcrumbs .dqdh_class li {
	float:left;
	padding:0 15px 0 0px;
}
.breadcrumbs .dqdh_class li a {
	display:block;
	padding:0 50px;
	height:40px;
	line-height:40px;
	color:#fff;
	font-size:23px;
	position:relative;
}
.breadcrumbs .dqdh_class li a::before, .breadcrumbs .dqdh_class li a::after {
content:'';
display:block;
position:absolute;
top:50%;
margin-top:-6px;
height:12px;
width:1px;
border-left:1px solid #fff;
border-right:1px solid #fff;
}
.breadcrumbs .dqdh_class li a::before {
left:20px;
}
.breadcrumbs .dqdh_class li a::after {
right:20px;
}
.guang{
	width:100%; height:295px; background:url(../images/guan.jpg) no-repeat center;}