@charset "utf-8";
/* CSS Document */ 

body,html{margin:0;padding:0;font-size: 1rem;font-family: '微软雅黑';  line-height: 1.5; color: #373a3c; background-color: #fff; width:100%; max-width:100%; min-width:1100px;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,table,tr,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}
input:hover,input:active,input:focus{ outline: 0;}
ul,ul li,input, dl, dd {  padding:0; margin:0; list-style-type:none;}
img,a img{border:0;margin:0;padding:0;}
img{vertical-align: middle;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
a{text-decoration:none; color:#444;-moz-transition: all 0.5s;-webkit-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;}
a:hover{text-decoration:none; }
.fl{float:left;}
.fr{float:right;}
textarea{resize:none; overflow:auto;}
.clearfix:after {content:'';display:block;height:0;clear:both;visibility:hidden;}
.clearfix{zoom:1;}
.clear { clear: both;font-size: 0;height: 0;line-height: 0;}
.baseDiv{ width:1350px; margin:0 auto; margin-left:auto !important; margin-right:auto !important;}
.mt20{ margin-top:20px;}
.mt30{ margin-top:30px;}
.mt50{ margin-top:50px;}
.pt25{padding-top:25px;}
.pt30{padding-top:30px;}
.w1200{width: 1200px;margin: 0 auto;}
.h60{height: 60px;}
.myClass{
background-position:center center; 
-webkit-background-size: cover;  
-moz-background-size: cover;  
-o-background-size: cover; 
background-size:cover;
}
@-webkit-keyframes ball {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@keyframes ball {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

/*导航 */ 
.nav {
    width: 100%;
    height: 122px;
    background:url(../images/navbj.png) center no-repeat;
    position: absolute;
  
    left: 0;
    z-index: 999;
}
.left-logo{
    width: auto;
    position: relative;
}


.navb {
    height: 122px;
    width: 50%;
    margin-left: 6%;
}
.navb .active {
    position: relative;
    float: left;
    width: 13%;
    display: inline;
    text-align: center;
    line-height: 122px;
    margin-right: 10px;
}

.navb .on{
    height: 122px;
    line-height: 122px;
    background:#e50000;
} 

.navb .on a{
    color: #fff;
    display: block;
    font-size: 17px;
    position: relative;
}


.navb h3{
    font-size: 100%;
    font-weight: normal;
    font-size: 17px;
    text-align: center;
}
.navb h3 a {
    zoom: 1;
    display: block;
    color: #000;
    text-align: center;
}
.navb h3 a:hover {
    transition-duration: .3s;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}

.navb .sub {
    display: none;
    width: 100px;
    position: absolute;
    left: 0px;
    top:122px;
    float: left;
    line-height: 30px;
    z-index: 1000;
}
.navb .sub2 {
    left: -260px !important;
    width: 830px;
}
.navb .sub li {
    text-align:center;
}
.navb .sub li a {
    color:#5e5e5e;
    display:block;
    zoom:1;
}

.navb .sub li a:hover {
    background:#ddd;
    color:#c00;
}
.navb .sub li a img {
    width: 151px;
    height:110px;
}
.navb .sub li p {
    text-align:left;
}
.mun1 {
    width:830px;
    height:500px;
    background:#f6f6f6;
    -moz-box-shadow:0px 2px 2px #999 inset;
    -webkit-box-shadow:0px 2px 2px #999 inset;
    box-shadow:0px 2px 2px #e4e4e4 inset;
}
.mun1 ul li {
    width:150px;
    float:left;
    height:auto;
    overflow:hidden;
    margin-left:13px;
    margin-top:20px;
}
.mun1 ul li h2 {
    width:100%;
    font-size:14px;
    color:#5e5e5e;
    border-bottom:1px solid #dbdbdb;
    line-height:35px;
    height: 35px;
    overflow: hidden;
}
.mun1 ul li h2 a{
    font-size: 14px;
}
.nav .sub .mun1 ul li p a {
    width:100%;
    height:28px;
    display:block;
    color:#919191;
    font-size:13px;
    overflow: hidden;
}
.nav .sub .mun1 ul li p a:hover {
    color:#0c438c;
    background:none;
}
.mun1 ul li ul li {
    width:75px;
    float:left;
    margin:0px;
}
.nav .sub .mun1 ul li ul li a {
    color:#919191;
}
.nav .sub .mun1 ul li ul li a:hover {
    color:#0c438c;
    background:none;
}
.right-tel{}
@media screen and (max-width:1910px){
    .left-logo{padding-left: 10%; margin-top:10px;}
    .right-tel{margin-right: 3%;}
}
@media screen and (max-width:1700px){
    .navb{width: 42%;}
}

@media screen and (max-width:1410px){
    .right-tel{background: initial;padding-left: 0;}
    .navb{margin-left: 3%}
    
}



/*banner*/
.flexslider {
	margin: 0 auto 0;
	position: relative;
	width: 100%;
	height:900px;
	overflow: hidden;
	zoom: 1;
	border: 0
}
.flexslider .slides li {
	width: 100%;
	height: 100%;
	border:0;
	list-style-type: none
}
.flex-direction-nav a {
	width: 70px;
	height: 70px;
	line-height: 99em;
	overflow: hidden;
	margin: -35px 0 0;
	background: url(../images/ad_ctr.png) no-repeat;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
-webkit-transition: all .3s ease;
	border-radius: 35px;
}
.flex-direction-nav .flex-next {
	background-position: 0 -70px;
	right: 0;
}
.flex-direction-nav .flex-prev {
	left: 0;
}
.flexslider:hover .flex-next {
	opacity: 0.8;
	filter: alpha(opacity=25);
}
.flexslider:hover .flex-prev {
	opacity: 0.8;
	filter: alpha(opacity=25);
}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
	opacity: 1;
	filter: alpha(opacity=50);
}
.flex-control-nav {
	width: 100%;
	height: 25px;
	position: absolute;
	bottom: 0;
	text-align: center;
}
.flex-control-nav li {;
	margin: 0 3px;
	display: inline-block;
	zoom: 1;
*display: inline;
}
.flex-control-paging li a {
	
	display: block;
	height: 9px;
	width: 9px;
	border-radius: 50px;
	text-indent: -99em;
	cursor: pointer;
}
.flex-control-paging li a.flex-active, .flex-control-paging li.active a {
	background-position: 0 0;
}
.flexslider .slides a img {
	width: 100%;
	height: 500px;
	border:0;
}

.beijing{
    width: 100%;
    height: auto;
    background: url(../images/cpbj.jpg) top no-repeat;
}
/*主推产品*/
.ztcp{
    width: 1350px;
    height: 375px;

	

    margin: 0 auto;
    margin-top: 15px;
    position: relative;
    z-index: 11
}
.ztbt{
    width: 350px;
  
    position: relative;
    madding-top: -70px;
}
.ztbt b{
    font-size: 30px;
    font-weight: bold;
    color: #009780
}
.ztbt span{
    font-size: 16px;
    color: #545454;
    display: block;
    margin-top: 5px;
}
.ztbt em{
    display: block;
    width: 55px;
    height: 5px;
    background: #009780;
    margin-top: 20px;
}
.ztbt img{
    position: absolute;
    right: 0;
    top: -63px;
}
.list_con{
    width: 1220px;
    overflow: hidden;
   
    margin-right: 15px;
    margin-top: 20px;
}
.list_go{
    width: 9999px;
    position: relative;
}
.list_a,.list_b{
    float: left;
}
.list_go ul li{
    float: left;
    width:140px;
    height: 160px;
	background:url(../images/cpshu.png) no-repeat top;
    margin: 0 3px;

	padding:5px;

}
.list_go ul li a{
    display: block;
    width: 100%;
    height: 100%;
    
}

.list_go ul li span img{
    width: 100%;
    height: 210px;
}

.list_go ul li em{
	width:1px; height:50px; background:#999; margin:0px auto;

}



.list_go ul li div{
    position:relative;


    z-index: 999;
    display: block;
    width: 150px;
    height: 40px;


    color: #000;
    font-size: 16px;
    text-align: center;
    line-height: 40px;

}
.list_go ul li:hover span img{
    transition: all 0.6s;
    transform: scale(1.2);
}
.cpbt{
    text-align: center;
	padding-top:30px;
}
.cpbt p{
    font-size: 15px;
    color: #707070;
    line-height: 40px;
}
.syfl{
    width: 1350px;
    margin: 0 auto;
    margin-top: 10px;
}
.syfl ul li{
    float: left;
    width: 180px;
    height: 45px;
    background: #009780;
    border-radius: 100px;
    margin: 5px;
    line-height: 45px;
    text-align: center;
}
.syfl ul li a{
    display: block;
    color: #fff;
    font-size: 16px;
}
.syfl ul li:hover{
    background: #ff7800
}

.pro_litpic {
    width: 90%;
    margin: 0 auto;
    height: 660px;
    overflow: hidden;
    position: relative;
    margin-top: 10px;
}
.pro_a{
    overflow: hidden;
}
.pro_b{
    overflow: hidden;
}
.pro_go ul li {
    width: 25%;
    padding: 8px 0.5%;
    float: left;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
}
.pro_go ul li .pro_img{
    width: 100%;
    height: 360px;
    display: block;
}

.pro_go ul li:hover img{
    transform: scale(1.1);
}
.pro_go ul li .pro_img span{
    display: block;
    width: 100%;
    height: 60px;
	text-align:center; color:#FFF;
    background: url(../images/btbj.png)  left no-repeat;
    bottom: 8px;
    position: absolute;
    line-height: 60px;

    font-size: 16px;

}
.pro_go ul li:hover .pro_img span{
    display: none;
}

.pro_go ul li .pro_bt{
    display: none;
}
.pro_go ul li:hover .pro_bt{
    display: block;
    position: absolute;
    bottom: 8px;
    background: rgba(229, 0, 0, .7);
    width: 96%;
    height: 96%;
    text-align: center;
}
.pro_go ul li:hover .pro_bt h3{
    width: 320px;
    height: 60px;
    border-top: 1px #fff solid;
    border-bottom: 1px #fff solid;
    margin: 0 auto;
    margin-top: 120px;
    color: #fff;
    font-size: 23px;
    line-height: 60px;
}
.pro_go ul li:hover .pro_bt em{
    font-size: 33px;
    font-family: "Arial";
    color: #fff;
    line-height: 80px;
}

/*公司简介*/
.com{
    width: 100%;
    height: 645px;
	padding-top:40px;
    background: url(../images/abbj.jpg) top no-repeat;

}
.abbt{
    text-align: center;
    color: #fff;
    padding-top: 50px;

}
.abbt b{
    font-size: 50px;
}
.abbt span{
    display: block;
    width: 250px;
    height: 45px;
	float:left;
    background: #35a8b8;
    border-radius: 100px;
    margin: 0 auto;
    text-align: center;
    line-height: 45px;
    margin-top: 15px;
    font-size: 18px;
    color: #fff;
    font-family: "Arial"
}
.abbt p{
    color: #fff;
    font-size: 16px;
    line-height:36px;
    display: block;

	text-align:left;
}

.adv_con{
    width: 1200px;
    margin: 30px auto;
    overflow: hidden;
}
.adv_icon{
    margin: 20px 0 40px 0;
}
.adv_icon li{
    float: left;
    width: 155px;
    height: 155px;
    background:url(../images/ysyuan.png) left center no-repeat;
    position: relative;
    margin: 0 20px;
    cursor: pointer;   
    position: relative;
}
.adv_icon li:hover span{
    transform: rotateY(360deg);
}
.adv_icon li span{
    display: block;
    width: 95px;
    height: 95px;
    background: url(../images/icon.png);
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -45px;
    transition: all 0.6s;
}
.adv_icon li:nth-child(1) span{
    background-position: -4px -231px;
}
.adv_icon li:nth-child(2) span{
    background-position: -100px -230px;
}
.adv_icon li:nth-child(3) span{
    background-position: -205px -230px;
}
.adv_icon li:nth-child(4) span{
    background-position:-305px -230px;
}
.adv_icon li:nth-child(5) span{
    background-position: -405px -228px;
}
.adv_icon li:nth-child(6) span{
    background-position: 1px -333px;
}
.tit.adv_tit p{
    color: #f1f1f1;
}
.adv_des{
    position: relative;
    height: 200px;
    margin-top: 40px;
}
.adv_des li{
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #f1f1f1;
    display: none;
}
.adv_des li h3{
    font-size: 32px;
    font-weight: bold;
    position: relative;
}
.adv_des li h3::after,.adv_des li h3::before{
    content: '';
    width: 20px;
    height: 15px;
    position: absolute;
    left: 50%;
    background-image: url(../images/icon.png) ;
}
.adv_des li h3::before{
    top: 0;
    background-position: -279px -147px;
    margin-left: -170px;
}
.adv_des li h3::after{
    bottom: 0;
    background-position: -313px -147px;
    margin-left: 170px;
}
.adv_des li p{
    font-size: 26px;
    margin-top: 15px;
}



/*案例*/
.xiangmu{
    background: url(../images/albj.jpg) bottom center no-repeat;
    padding: 30px 0 1px 0;
}
.xiangmu_con{
    margin: 0 0 50px 0;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.xiangmu_con>ul{
    position: relative;
}
.xiangmu_con>ul>li{
    float: left;
    width: 860px;
    height: 520px;
    position: relative;
    float: left;
    margin: 0 55px;
    cursor: pointer;
}
.xiangmu_con>ul>li span{
    display: block;
    width: 100%;
    height: 460px;
    overflow: hidden;
}
.xiangmu_con>ul>li span img{
    width: 100%;
    min-height: 460px;
}
.xiangmu_des{
    width: 735px;
    height: 90px;
    background: #fff;
    box-shadow: 0 0 8px rgba(0,0,0,.6);
    overflow: hidden;
    position: absolute;
    z-index: 222;
    left: 50%;
    margin-left: -367px;
    margin-top: -62px;
    cursor: pointer;
}
.xiangmu_des_l{
    float: left;
    padding: 15px 30px;
    width: 640px;
    height: 90px;
    box-sizing: border-box;
}
.xiangmu_des_l ul{
    margin-top: 6px;
}
.xiangmu_des_l ul li{
    float: left;
    margin-right: 50px;
    color: #333;
    
}
.xiangmu_des_l em{
    display: block;
    font-size: 22px;
    color: #333;
}
.xiangmu_des_l ul li::before{
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(../images/icon.png) -104px -15px;
    vertical-align: middle;
    margin-right: 8px;
    margin-bottom: 3px;
}
.xiangmu_des_r{
    float: right;
}
.xiangmu_des_r a{
    display: block;
    width: 95px;
    height: 90px;
    background: #00907a;
    position: relative;
}
.xiangmu_des_r a::after{
    content: '';
    display: block;
    width: 15px;
    height: 28px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -14px;
    margin-left:  -7.5px;
    background: url(../images/icon.png) -153px -5px;
}
.xiangmu_des:hover .xiangmu_des_r a{
    background: #333;
}
.xiangmu_prev,.xiangmu_next{
    position: absolute;
    width: 61px;
    height: 61px;
    background-image: url(../images/icon.png);
    top: 40%;
    left: 50%;
    margin-top: -30.5px;
    cursor: pointer;
}
.xiangmu_prev{
    background-position: -15px -128px;
    margin-left: -515px;
}
.xiangmu_next{
    background-position: -88px -128px;
    margin-left: 455px;
}

/*新闻*/
.newbj{
    width: 100%;
    height: 700px;
 
}
.xw-l{
    width: 670px;
    height: 440px;
    background: #fff;
    box-shadow: 0 5px 15px #dcdcdc;
    margin-top: 35px;
}
.xwimg{
    width: 625px;
    height: 260px;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 20px;

}
.xwimg .xwpic{
    width: 625px;
    height: 260px;
    display: block;
    transition: all 0.6s;
}
.xwimg:hover .xwpic{
    transform: scale(1.1);
}
.xwa_nr{
    width: 625px;
    margin: 0 auto;
    margin-top: 25px;
}
.xwa_nr .xwdes{
    width: 460px;
    float: left;
}
.xwa_nr .xwdes h3{
    font-size: 17px;
    color: #000;
    float: left;
}
.xwa_nr .xwdes span{
    font-size: 15px;
    color: #969696;
    font-family: "Arial";
    float: left;
    margin-left: 70px;
    line-height: 30px;
}
.xwa_nr .xwdes p{
    font-size: 15px;
    color: #888;
    line-height: 25px;
    display: block;
    margin-top: 10px;
}
.xwa_nr:hover .xwdes h3{
    color: #00907a;
    padding-left: 15px;
    transition: all 0.6s;
}

.xwa_nr .xwmore{
    float: right;
    display: block;
    width: 50px;
    height: 50px;
    background: #00907a;
    border-radius: 100px;
    text-align: center;
    line-height: 43px;
    margin-top: 20px;
    color: #fff;
    font-size: 35px;
}
.xwa_nr .xwmore:hover{
    background: #ff7800
}

.xw-r{
    width: 650px;
    margin-top: 35px;
}
.xw-r ul li{
    height: 130px;
    margin-bottom: 23px;
    background: #fff;
    box-shadow: 0 5px 15px #dcdcdc;
}
.xw-r ul li .xw_data{
    width: 125px;
    height: 65px;
    text-align: center;
    border-right: 1px #dcdcdc solid;
    float: left;
    margin-top: 33px;
}
.xw-r ul li .xw_data b{
    display: block;
    font-size: 38px;
    color: #313131;
    font-family: "Arial";
    line-height: 38px;
    margin-bottom: 5px;
}
.xw-r ul li .xw_data span{
    font-size: 16px;
    color: #8b8b8b;
    font-family: "Arial"
}
.xw-r ul li .xw_nr{
    width: 470px;
    margin-right: 20px;
    float: right;
}
.xw-r ul li .xw_nr a{
    font-size: 16px;
    color: #222;
    display: block;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    margin-top: 20px;
}
.xw-r ul li .xw_nr p{
    font-size: 14px;
    color: #979797;
}
.xw-r ul li:hover .xw_nr a{
    color: #00907a;
    padding-left: 15px;
}


/*底部*/
.dbnav{
    width: 100%;
    height: 75px;
    background: #00907a;
}
.dbnav ul{
    width: 1300px;
    margin:0 auto;
}
.dbnav ul li{
    float: left;
    line-height: 75px;
    width: 160px;
    text-align: center;
    background: url(../images/xiana.jpg) right center no-repeat;
}
.dbnav ul li a{
    color: #fff;
    font-size: 16px;
}
.dbnav ul li:hover a{
    font-weight: bold;
}

.foot{
    width: 100%;
    height: 320px;
    background:#272727;
}
.dbpro{
    width: 360px;
    margin-top: 45px;
}
.dbpro ul{
    margin-top: 10px;
}
.dbpro ul li{
    height: 40px;
    line-height: 40px;
    background: url(../images/jiantoua.png) left center no-repeat;
    float: left;
    width: 180px;
}
.dbpro ul li a{
    font-size: 15px;
    color: #fff;
    padding-left: 25px;
}
.dbpro ul li:hover a{
    text-decoration: underline;
    font-weight: bold;
}
.dbewm{
    margin-left: 70px;
    margin-top: 40px;
}
.dbewm ul li{
    width: 210px;
    height: 200px;
    border: 1px #6a6a6a solid;
    float: left;
    text-align: center;
}
.dbewm ul li img{
    display: block;
    margin: 0 auto;
    margin-top: 20px;
}
.dbewm ul li span{
    line-height: 40px;
    color: #fff;
    font-size: 15px;
}
.dbtel{
    margin-top: 30px;
} 

.dbtel p{
    color: #fff;
    font-size: 19px;
}
.dbtel p b{
    font-weight: normal;
    font-size: 30px;
    font-family: "Arial";
}
.san{
    margin: 25px 0;
}
.san li{
    float: left;
    position: relative;
    margin-right: 80px;
}
.san li::after{
    content: '';
    display: block;
    width: 1px;
    height: 46px;
    background: #30363e;
    right: -40px;
    top: 0;
    position: absolute;
}
.san li:last-child::after{
    background: transparent;
}
.san li span{
    display: block;
    width: 28px;
    height: 28px;
    background-image: url(../images/icona.png);
    background-repeat: no-repeat ;
}
.san li:nth-child(1) span{
    background-position: -13px -88px;
}
.san li:nth-child(2) span{
    background-position: -51px -90px;
}
.san li:nth-child(3) span{
    background-position: -90px -90px;
}
.san li i{
    text-align: center;
    font-size: 16px;
    margin-top: 5px;
    color: #fff;
    font-style: normal;
    line-height: 35px;
}
.san_des {
    width: 300px;
    height: 50px;
    line-height: 50px;
    background: #fff;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 5px;
    position: relative;
}
.san_des li:nth-child(1){
    display: block;
    font-family: "Arial"
}
.san_des li:nth-child(2){
    font-size: 23px;
    font-family: "Arial"
}
.san_des li{
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    box-sizing: border-box;
    padding: 0 20px;
    font-size: 30px;
    text-align: center;
    width: 300px;
    color: #fc4e29;
}
.san_des li:nth-child(3){
    font-size: 17px;
}

.copy{
    width: 1300px;
    margin: 0 auto;
    height: 45px;
    line-height: 45px;
    border-top: 1px #383838 solid;
    text-align: center;
    color: #c7c7c7;
    font-size: 14px;
    margin-top: 25px;
}
.copy a{
    color: #c7c7c7
}





/*内页左侧分类*/
.box_left{width: 260px;}
.conboya{width: 260px;height: auto;background: #7f1d74;text-align: center;padding-bottom: 20px;}
.conboya h2{color: #fff;font-size: 18px;font-weight: bold;line-height: 35px;padding-top: 10px;}
.conboya p{display: block;border-bottom: 1px #9e2891 solid;line-height: 30px;padding-bottom: 10px;color: #fff;}
.conboya a{display: block;width: 230px;height: 40px;margin: 0 auto;background: #fff;margin-top: 15px;line-height: 40px;color: #333;}  
.conboya a:hover{background: #d47143;color: #fff;}
.sideBottom{width: 260px;height: auto;background: #d47143 url(../images/zcdh.png) center 40px no-repeat;margin-top: 15px;padding-bottom: 40px;text-align: center;}
.sideBottom span{color: #fff;padding-top: 100px;display: block;}
.sideBottom p{color: #fff;font-size: 30px;font-family: "Impact"}
.sideBottom a{display: block;width: 150px;height: 35px;background: #fff;margin: 0 auto;border-radius: 25px;line-height: 35px;color: #333;margin-top: 20px;}
.sideBottom a:hover{background: #f39801;color: #fff;}
/**/

/*当前导航*/
.breadcrumbs {
	height:70px;
	font-size:14px;
	line-height:70px;
	color:#000;
	background: #eaeaea;
}

.breadcrumbs .dqdhMain {
	float:right;
}
.breadcrumbs .dqdhMain a {
	font-size: 14px;
	color: #000;
	display:inline-block;
}
.breadcrumbs .dqdhMain a:hover {
	text-decoration:underline;
	color:#000;
}
.breadcrumbs .dqdhMain .span2 {
	color:#000;
	font-size: 14px;
	display:inline-block;
	padding:0 5px;
}

.breadcrumbs .span11 {
	color:#000;
	padding:0 10px 0 30px;
	background:url(../images/dizhi.png) left center no-repeat;
}
.breadcrumbs .dqdh_class {
	margin-top:15px;
	float:left;
}
.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;
	background-color:#e50000;
	color:#fff;
	font-size:15px;
	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 #ff4a4a;
border-right:1px solid #ff4a4a;
}
.breadcrumbs .dqdh_class li a::before {
left:20px;
}
.breadcrumbs .dqdh_class li a::after {
right:20px;
}

/*左侧分类*/

.left_class {
    width:270px;
    background:#404041;
    height: auto;
    padding-bottom: 30px;
    border: 1px #e3e3e3 solid;
}
.left_class .classT {
    background:#e50000;
    position: relative;
    z-index: 10;
    height: 110px;
    text-align: center;
}
.left_class .classT .div1 {
    font-size: 28px;
    color: #fff;
    font-weight: 700;
    padding-top:18px;
}
.left_class .classT .div2 {
    color:#fff;
    font-size: 23px;
    letter-spacing: 2;
    line-height: 28px;
}
.left_class .subNav {
    width: 240px;
    margin:0 auto;
    height: 45px;
    background:#fff url(../images/jta.png) 195px center no-repeat;
    line-height:45px;
    text-align: left;
    border-radius: 50px;
    margin-top: 12px;
}
.left_class .subNav a {
    font-size: 16px;
    color: #000;
    display:block;
    padding-left:30px;
}
.left_class .subNav:hover {
    background: #e50000  url(../images/jta.png) 195px center no-repeat;
}
.left_class .subNav:hover a {
    color: #fff;
}
.left_class .navContent {
    margin-top: 10px;
    display: none;

}
.left_class .navContent:nth-child(1){display: block;}
.left_class .navContent li {
    height: 45px;
    line-height: 45px;
    border-bottom: 1px #00b99d dotted;
}
.left_class .navContent li a {
    font-size: 16px;
    color: #fff;
    padding-left: 40px;
    display: block;
}
.left_class .navContent li:hover a {
    font-weight: bold;
}
.left_class .lxwm {
    width: 240px;
    margin: 0 auto;
    margin-top: 25px;
    margin-bottom: 25px;
    color: #fff;
    font-size: 17px;
}
.left_class .lxwm span{
    height: 50px;
    background: #e50000;
    display: block;
    width: 100%;
    text-align: center;
    line-height: 50px;
    font-size: 23px;
}
.left_class .lxwm ul li{
    height: 50px;
    line-height: 50px;
    border-bottom: 1px #a6a6a6 solid;
    color: #fff;
    font-size: 15px;
}
.list_prol_tit{
    text-align: center;
    line-height: 60px;
    font-size:20px;
    font-weight: 800;
    color:#fff;
    background: #0243a9;
    margin-bottom: 10px;  
}
.hotimg dl dt{
    width: 220px;
    margin: 0 auto;
    margin-top: 10px;
    border: 1px #e6e6e6 solid;
    background: #fff;
    padding: 5px;
}
.hotimg dl dd{
    text-align: center;
    line-height: 35px;
}
.hotimg dl dd a{
    color: #333;
}
.hotimg dl dt:hover{
    border: 1px #0165f5 solid;
}
.hotimg dl dd a:hover{
    color: #00aa83;
    font-weight: bold;
}



/*Â·Ã–Ã'Â³*/
.page{ margin-top: 50px;margin-bottom: 50px}
.page_contact{
    position: relative;
    width:100%;
}
.page_contact h3{
    text-align: left;
    font-size: 48px;
    color: #333;
    margin-bottom: 10px;
    font-weight: normal;
	font-family: 'Calisto MT', Helvetica, sans-serif;
	margin-left: 20px;
}
.page_contact em{
    color: #9fa09f;
    font-size: 15px;
	margin-left: 20px;
	display: block;
}
.page_contact h4{
    font-size: 34px;
    color: #e50000;
    margin: 30px 0;
	font-weight: bold;
	
}
.con_txt{
	width:500px; float:left;
	line-height: 32px;
    margin-left: 20px;
}
.map{
	float:right;
    width: 800px;
    margin-top: 8px;
    margin-bottom: 50px;
}


.page_nav {
	padding:15px 15px;
	color:#999;
	font-size:14px;
	text-align:center;
	background-color:#fff;
}
.page_nav .nolink {
	display:inline-block;
	margin:0 5px;
	padding:0 5px;
	height:25px;
	line-height:25px;
	border:1px solid #fff;
}
.page_nav font, .page_nav a {
	display:inline-block;
	margin:0 5px;
	padding:0 10px;
	border:1px solid #e5e5e5;
	height:25px;
	line-height:25px;
	border-radius:5px;
}
.page_nav font {
	border:1px solid #fff;
}
.page_nav a:hover {
	color:#fff;
	border:1px solid #54a530;
	background-color:#54a530
}
.viewpage {
	margin:0;
	border-top:1px solid #f3f3f3;
}
.viewpage .main_r_nav {
	color:#999;
	font-size:14px;
	line-height:30px;
	background: #f6f6f6;
	border-radius: 50px;
	margin: 20px;
	padding: 8px 20px;
}
.viewpage .main_r_nav a {
	font-size:14px;
	color:#444
}
.viewpage .main_r_nav a:hover {
	text-decoration:underline;
}
/*分页*/

.fenye {
	text-align:center;
	color:#666;
	font-size:14px;
	line-height:30px;
	padding:20px 0;
}
.fenye .rows {
	color:#666;
	font-size:13px;
	padding:0 10px;
}
.fenye .current {
	display: inline-block;
	color:#cc0000;
	font-size:14px;
	padding:0 5px;
}
.fenye .num, .fenye .next {
	display:inline-block;
	margin:0 3px;
	padding:0 10px;
	border:1px solid #ddd;
	color:#666;
	font-size:14px;
	height:28px;
	line-height:27px;
	border-radius:5px;
}
.fenye .num:hover, .fenye .next:hover {
	background-color:#cc0000;
	color:#fff;
	border:1px solid #cc0000;
}
.nyyc {
	width: 280px;
	height: auto;
	margin-right: 20px;
	margin-top: 30px;
}
.fenlei span {
	color: #333;
	font-size: 24px;
	font-family: "黑体"
}
.fenlei ul {
	margin-top: 20px;
}
.fenlei ul li {
	height: 38px;
	line-height: 38px;
	background: #e7e7e7;
	margin-bottom: 10px;
	padding-left: 25px;
	font-size: 15px;
	width: 250px;
}
.fenlei ul li a {
	color: #333;
	display: block;
}
.fenlei ul li:hover {
	background:#ffa900;
	cursor: pointer;
}
.fenlei ul li:hover a {
	color: #fff;
}
.nylx {
	width: 245px;
	height: auto;
	background: #f2f2f2;
	padding-bottom: 30px;
	margin-top: 20px;
	padding: 20px 15px 20px 15px;
	margin-bottom: 50px;
}
.nylx span {
	color: #333;
	font-size: 24px;
	font-family: "黑体"
}
.nylx p {
	color: #838383;
	font-size: 14px;
	line-height: 26px;
}
.main {
	width: 1350px;
	margin: 0 auto;
	margin-top: 40px;

}
.maina {
	width: 1350px;
	margin: 0 auto;
	margin-top: 40px;
	margin-bottom: 50px;
	border: 1px #e9e9e9 solid;
}
.main .main_right {
	width:100%;
	margin-bottom:50px;
}
.main .main_righta {
	width:1050px;
	margin-bottom:50px;
}
.text {
	line-height:35px;
	font-size:15px;
	color:#666;
	padding:30px;
}
.text span {
	font-size:15px;
	color:#666;
}
.text img {
	max-width:100%;
	margin-bottom: 20px;
}
.main .tT01 {
	text-align:center;
	line-height:35px;
	background: #f3f3f3;
	padding-top: 10px;
	padding-bottom: 10px;
}
.main .tT01 .span1 {
	font-size:24px;
	color:#444;
}
.main .subtitle {
	font-size: 14px;
	line-height: 24px;
	height: 24px;
	color: #8F8F8F;
	text-align:center;
	padding-top: 15px;
	padding-bottom: 10px;
}
.main .subtitle span {
	padding:0 30px;
}
.stime {
	background: url(../images/shijian.png) left center no-repeat;
}
.sclick {
	background: url(../images/liulan.png) left center no-repeat;
}
.main .main_left {
	width:182px;
}
.main .main_left .titleL {
	height:80px;
	background:url(../images/bt_vt57.jpg) top right no-repeat;
	text-align:center;
	overflow:auto;
}
.main .main_left .titleL span {
	font-size:24px;
	color:#fff;
	font-weight:700;
	display:block;
	width:100%;
	height:80px;
	line-height:80px;
}
.main .main_left .titleL2 {
	display: block;
	width:100%;
	margin-top:10px;
	overflow:hidden;
}
.main .main_left .titleL2 img {
	display:block;
	width:100%;
}
.main .navLeft {
}
.main .navLeft li a {
	display:block;
	width:100%;
	height:45px;
	line-height:45px;
	;
	color:#305dc3;
	text-align:left;
	border-bottom:1px solid #305dc3;
	font-size:14px;
	position:relative;
}
.main .navLeft li a span {
	position:relative;
	z-index:5;
	padding-left:15px
}
.main .navLeft li a em {
	display:block;
	width:0;
	position:absolute;
	z-index:1;
	left:0;
	top:0;
	height:100%;
	background-color:#305dc3;
	-moz-transition: all 0.5s;
	-webkit-transition:all 0.5s;
	-o-transition:all 0.5s;
	transition:all 0.5s;
}
.main .navLeft li a:hover, .main .navLeft li.active a {
	color:#fff;
}
.main .navLeft li a:hover em, .main .navLeft li.active a em {
	width:100%;
}
.main .main_rightc {
    width:1050px;
    margin-bottom:50px;
}
.l_img {
    width:530px;
    height:450px;
    background-color:#fff;
    text-align:center;
    display:table;
    border: 1px #e3e3e3 solid;
}
.l_img span {
    display:block;
    width:100%;
    height:100%;
    background-size: 100% auto;
    background-repeat: no-repeat;
}
.r_box{
    width: 480px;
    height: 160px;
    background: #3f3f3f;
}

.main .tT01a {
    line-height:45px;
    height: 45px;
    border-bottom: 1px #a6a6a6 solid;
    padding-top: 25px;
    padding-bottom: 10px;
}
.main .tT01a .span1 {
    font-size:28px;
    color:#fff;
    padding-left: 30px;
}
.main .subtitlea {
    font-size: 14px;
    line-height: 24px;
    height: 24px;
    color: #fff;
    padding-top: 15px;
    padding-bottom: 10px;
    margin-left: 30px;
}
.main .subtitlea span {
    padding:0 30px;
}

.xqcon{
    font-size: 14px;
    color: #fff;
    line-height: 28px;
    width: 410px;
    margin: 0 auto;
    height: 60px;
    overflow: hidden;
}
.stimea {
    background: url(../images/shijian.png) left center no-repeat;
}
.sclicka {
    background: url(../images/liulan.png) left center no-repeat;
}
.lianxi {
    width: 480px;
    margin-top: 10px;
}
.lianxi .a {
    display:block;
    height:50px;
    line-height:50px;
    float:left;
    margin-right:30px;
    color:#000;
    font-size:15px;
    border-bottom:1px solid #ababab;
    padding-left:28px;
}
.lianxi .a.a_qq {
    background:url(../images/QQ.png) left center no-repeat;
}
.lianxi .a.a_tel {
    background:url(../images/teld.png) left center no-repeat;
    font-size: 18px;
}
.dianhua {
    height: 40px;
    padding: 0 15px;
    line-height: 40px;
    text-align: center;
    border-radius: 30px;
    font-size: 15px;
    background-color: #ff7800;
    margin-top: 5px;
    width: 100px;
}
.dianhua a {
    color:#fff;
    display: block;
}
.dianhua:hover {
    background-color:#35a8b8;
}


.r_tel{
    width: 480px;
    height: 80px;
    background: #e30c01;
    margin-top: 20px;
    line-height: 80px;
    color: #fff;
    font-size: 25px;
    text-align: center;
}
.r_tel b{
    font-weight: normal;
    font-size: 38px;
    font-family: "Arial";
}
.show_pro_b{
    width: 350px;
    height: 50px;
    background: #ececec;
    margin-top: 40px;
    text-align: center;
    line-height: 50px;
    color: #000;
    font-size: 26px;
}
.proxq{
    border: 1px #e3e3e3 solid
}
.main .main_left {
    width:182px;
}
.main .main_left .titleL {
    height:80px;
    background:url(../images/bt_vt57.jpg) top right no-repeat;
    text-align:center;
    overflow:auto;
}
.main .main_left .titleL span {
    font-size:24px;
    color:#fff;
    font-weight:700;
    display:block;
    width:100%;
    height:80px;
    line-height:80px;
}
.main .main_left .titleL2 {
    display: block;
    width:100%;
    margin-top:10px;
    overflow:hidden;
}
.main .main_left .titleL2 img {
    display:block;
    width:100%;
}
.main .navLeft {
}
.main .navLeft li a {
    display:block;
    width:100%;
    height:45px;
    line-height:45px;
    ;
    color:#305dc3;
    text-align:left;
    border-bottom:1px solid #305dc3;
    font-size:14px;
    position:relative;
}
.main .navLeft li a span {
    position:relative;
    z-index:5;
    padding-left:15px
}
.main .navLeft li a em {
    display:block;
    width:0;
    position:absolute;
    z-index:1;
    left:0;
    top:0;
    height:100%;
    background-color:#305dc3;
    -moz-transition: all 0.5s;
    -webkit-transition:all 0.5s;
    -o-transition:all 0.5s;
    transition:all 0.5s;
}
.main .navLeft li a:hover, .main .navLeft li.active a {
    color:#fff;
}
.main .navLeft li a:hover em, .main .navLeft li.active a em {
    width:100%;
}
.product_top {
    padding: 10px;
}
.product_top .l_img {
    width:650px;
    height:455px;
    background-color:#f2f2f2;
    text-align:center;
    display:table;
}
.product_top .l_img span {/*display: table-cell; vertical-align:middle;*/
    display:block;
    width:100%;
    height:100%;
    background-size:cover !important;
}
.product_top span img {
    display:inline-block;
    max-width:100%;
    max-height:100%;
    vertical-align:middle;
}
.product_top .r_box {
    width:510px;
}
.product_top .r_box .product_title {
    border-bottom:1px solid #ddd;
    padding:10px 0 8px 0;
}
.product_top .r_box .product_title h2 {
    font-weight:700;
    font-size:26px;
    color:#101010;
}
.miaoshu {
}
.product_top .subtitle {
    font-size:14px;
    color:#b7b7b7;
    padding-top:8px;
}
.product_top .subtitle span {
    display:block;
    padding-left:25px;
    line-height: 23px;
    height: 24px;
}
.product_top .subtitle span.span1 {
    background:url(../images/shijian.png) left center no-repeat;
}
.product_top .subtitle span.span2 {
    background:url(../images/liulan.png) left center no-repeat;
}
.product_top .keyword {
    height:40px;
    line-height:40px;
    font-size:15px;
    color:#717171;
}
.product_top .keyword span {
    font-size:18px;
    color:#0059A9;
}
.product_top .desc {
    font-size:15px;
    color:#717171;
    line-height:30px;
}
.product_top .desc span {
    font-size:20px;
    font-weight:bold;
    color:#e40000;
}
.product_top .desc span b {
    font-size:30px;
}


.maina .main_righta {
	background: #fff;
	padding-bottom: 50px;
}
.h30 {
	height: 30px;
}
.newsTitle {
	height: 63px;
	line-height: 60px;
	font-size: 20px;
	border-bottom: 1px solid #ebebeb;
}
.newsTitle a {
	float: left;
	padding: 0 35px;
	cursor: pointer;
	margin-top: 2px;
}
.newsTitle .active {
	color: #3dc3e8;
	border-bottom: 2px solid #3dc3e8;
	position: relative;
	top: 1px;
	line-height: 58px;
}

.lybt {
	text-align:center;
	margin-top:40px;
}

.lybt h3 {
	display:block;
	font-size:33px;
	line-height:45px;
	color:#5a5a5a;
}
.liuyan {
	margin-top:15px;
	text-align:center;
}
.liuyan span {
	font-size:15px;
	color: rgb(215, 12, 25);
}
.liuyan a {
	font-size:16px;
	color: #CCCCCC;
}
.liuyan p {
	font-size:16px;
	color: #666666;
	line-height:30px;
}

#faqbox {
	padding:50px 0 90px 0;
	width: 600px;
}
#faqbox form {
}
#faqbox .faqline {
	line-height:2em;
	text-align:left;
	padding-bottom:10px;
	color:#999;
	font-size:13px;
}
#faqbox .faqtit {
	width:78px;
	display:block;
	float:left;
	clear:both;
	color:#555;
}
#faqbox .Content {
	line-height:2em;
	text-align:left;
	padding-bottom:10px;
}
#faqbox font {
	margin:0 5px;
}
#faqbox .FaqTitle {
	height:50px;
	line-height:50px;
	padding:0 10px;
	border:1px solid #ddd;
	width:435px;
	vertical-align:top;
}
#faqbox .Content textarea {
	height:100px;
}
.wizfrm {
	border:none;
	width:455px;
	height:50px;
	line-height:50px;
	font-size:16px;
	color:#fff;
	text-align:center;
	cursor:pointer;
	background:#fff;
	margin-top:20px;
	font-family:'Microsoft YaHei';
	-moz-transition: all 0.3s;
	-webkit-transition:all 0.3s;
	-o-transition:all 0.3s;
	transition:all 0.3s;
	border-radius:5px;
	background-color:#e50000;
}
.wizfrm:hover {
	background-color:#ff8a00;
}
/**/


.mainBox {
    border: 1px #e9e9e9 solid;
}

.main .proListal {
	width:100%;
}
.main .proListal li {
	width:340px;
	float:left;
	background: #fff;
	height: 280px;
	margin-bottom: 15px;
	margin-left:10px;
	position:relative;
    box-sizing: border-box;
}
.main .proListal li .boxal {
	width:340px;
	height:280px;
	display:block;
	cursor:pointer;
}
.main .proListal li .boxal .spanImgal {
	display:block;
	overflow:hidden;
	width:340px;
	height:280px;
	margin: 0 auto;
	background-position:center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size:cover;
}
.main .proListal li .spanal {
	display: block;
	height:45px;
	line-height:45px;
	width:340px;
	text-align: center;
	margin:auto;
	font-size:16px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.7);
    color:#fff;
}
.main .proListal li .spanal a {
	color:#fff;
}
.main .proListal li .spanal p {
	display: none;
}
.main .proListal li:hover .spanal {
	transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
	display: block;
	height: 100px;
	background-color: rgba(229,0, 0, 0.8);
}
.main .proListal li:hover .spanal p {
	display: block;
	color: #fff;
	font-size: 23px;
	font-family: "Arial"
}
.proListal li .avatar {
	position: relative;
}
.proListal li .avatar {
	display: block;
	height: 280px;
	overflow: hidden;
	width:340px;
}
.proListal li .avatar .spanImgal {
	height: 280px;
}
.avatar:hover, .zhuti .avatar:hover, .bbsinner .avatar:hover {
	box-shadow: 0 0 10px gray;
}
.avatar:hover .spanImgal, .zhuti .avatar:hover .spanImgal, .bbsinner .avatar:hover .spanImgal {
	transform: scale(1.3);
	transition: all 1s ease 0s;
	-webkit-transform: scale(1.3);
	-webkit-transform: all 1s ease 0s;
}



/*page_news*/
.page_news{
    position: relative;
    z-index: 111;
}
.page_news_con{
    width: 1350px;
    margin: 0 auto 30px auto;
    position: relative;
    z-index: 2;
}
.page_news_con ul li{
    overflow: hidden;
    padding: 30px 0;
    background: #f7f7f7;
    margin: 20px 0;
    cursor: pointer;
    position: relative;
    transition: all 0.5s;
}
.page_news_p>a{
    display: block;
    width: 120px;
    height: 35px;
    border-radius: 30px;
    background: #e50000;
    text-align: center;
    line-height: 35px;
    font-size: 15px;
    color: #fff;
    position: absolute;
    bottom: 30px;
    right: 30px;
}
.page_news_con ul li:hover{
    background: #e50000;
}
.page_news_con ul li:hover .date,.page_news_con ul li:hover .year{
    color: #fff;
}
.page_news_con ul li:hover .page_news_img img{
    transform: scale(1.1);
}
.page_news_con ul li:hover .page_news_p h2 a{
    color: #fff;
}
.page_news_con ul li:hover .page_news_p p{
    color: rgba(255,255,255,.8);
}
.page_news_con ul li:hover .page_news_p>a{
    background: #fff;
    color: #000;
    animation: doudong 0.8s ease-in-out;
}
.page_news_con ul li:hover .page_news_p h2 a::before{
    content:'';
    display: inline-block;
    width: 45px;
    height: 2px;
    background: #fff;
    margin-right: 12px ;
    vertical-align: middle;
}
.time{
    float: left;
    width: 180px;
    text-align: center;
    padding-top: 24.5px;
}
.time span{
    display: block;
}
.date{
    font-size: 72px;
    font-weight: bold ;
    color: #c2c2c2;
    text-align: center;
}
.year{
    font-size: 20px;
    color: #4c4c4c;
}
.page_news_des{
    float: left;
    overflow: hidden;
}
.page_news_img{
    float: left;
    width: 320px;
    height: 160px;
    overflow: hidden;
}
.page_news_img img{
    transition: all 0.6s;
    width: 100%;
    height: auto;
    min-height: 160px;
}
.page_news_p{
    float: left;
    width: 650px;
    margin-left:20px ;
}
.page_news_p h2 a{
    font-size: 18px;
    color: #333333;
    font-weight: normal ;
}
.page_news_p h2 a::before{
    content:'';
    display: inline-block;
    width: 15px;
    height: 2px;
    background: #009780;
    margin-right: 12px ;
    vertical-align: middle;
    transition: all 0.6s;
}
.page_news_p p{
    font-size: 15px;
    color: #7b7b7b;
    line-height: 26px;
    margin-top: 15px ;
}
@keyframes doudong {
    10% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }

    20% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }

    30% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }

    40% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }

    50% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg)
    }

    60% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg)
    }

    70% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg)
    }

    80% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg)
    }

    90% {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0)
    }

    100% {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0)
    }
}
.BMap_Marker {
	display:none !important;
}
.BMap_Marker.BMap_noprint {
	background: url(../images/dt.png) center center no-repeat !important;
	display:block !important;
}
.box_left {
	float: left;
	width:260px;
}
.box_left .mode1 {
	width: 225px;
	margin-bottom: 20px;
}
.box_left .mode1 .z_title {
	font-size: 24px;
	display: block;
	color: #FF2D00;
	margin-left: 10px;
}
.box_left .mode1 .english {
	font-size: 24px;
	color: #d9d9d9;
	letter-spacing: 5px;
	height: 60px;
	margin-left: 10px;
}
.box_left .mode1 ul {
	overflow: hidden;
	padding-left: 0;
	margin-top: 24px;
}
.box_left .mode1 ul li {
	line-height: 40px;
	text-indent: 2em;
	margin: 10px 0;
}
.box_left .mode1 ul li a {
	color: #333;
	display: block;
	height: 40px;
	line-height: 40px;
}
.box_left .mode1 ul li:hover, .box_left .mode1 ul li .hover {
	background: #FF2D00;
	color: #ffba00;
}
.box_left .mode1 ul li a:hover {
	color: #fff;
}
.box_left .mode2 {
	width: 225px;
	overflow: hidden;
	margin-top: 50px;
}
.box_left .mode2 .z_title {
	font-size: 24px;
	display: block;
	color: #FF2D00;
	margin-left: 10px;
}
.box_left .mode2 .english {
	font-size: 24px;
	color: #d9d9d9;
	letter-spacing: 5px;
	height: 60px;
	margin-left: 10px;
}
.box_left .mode2 ul {
	margin: 0 0;
	padding: 10px 0 10px 0;
}
.box_left .mode2 ul li {
	line-height: 40px;
	height: 40px;
	border-bottom: 1px dashed #fff;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: auto;
	margin-right: 10px;
	margin-left: 10px;
}
.box_left .mode2 ul li:hover a {
	color:#ffba00;
}
.box_left .mode2 ul li:hover {
	border-bottom: 1px dashed #ffba00;
}
.box_left .mode3 {
	margin: 50px 0;
}
.box_left .mode3 span {
	background: url(../images/left_con.png) no-repeat 0 0;
	display: block;
	;
	height: 83px;
	line-height: 83px;
	font-size: 16px;
	text-indent: 1.5em;
	color:#FF2D00;
	font-weight: bold;
}
.box_left .mode3 .left_contact {
	line-height: 26px;
	background:#373737;
	color: #fff;
	padding:10px 15px;
	background-size: 100%
}



.hengdu{ width:100%; height:111px; background:url(../images/heng1.jpg) no-repeat center; margin-top:30px;}


.youshi02{
	width:1200px; height:245px; margin:30px auto; }
	
	
.case{
    width: 100%;

    padding-top: 200px;
    margin-top: -200px;

}
.heng{
    width: 100%;
    height: 206px;
    background: url(../images/heng.jpg) center center no-repeat;
}
.case_tit{
    width: 1350px;
    margin: 0 auto;
    margin-top: -85px;
}
.case_tit::after{
    content: '';
    display: block;
    clear: both;
}
.case_tit_l,.case_tit span{
    float: left;
}
.case_tit_l p{
    font-size: 15px;
    color: #333;
}
.case_tit_l{
    margin-top: -50px;
}
.case_tit span{
    width: 70px;
    height: 70px;
    border-radius: 50%;
    text-align: center;
    line-height: 70px;
    position: relative;
    background: #f70007;
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 72px;
    margin-left: 65px;
}
.case_tit span a{
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
}
.case_tit span::before{
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 126px;
    background: #f70007;
    top: -126px;
    left: 50%;
    margin-left: -0.5px;
}
.case_con{
    width: 98%;
    margin: 30px auto;
    overflow: hidden;
}
.case_con_go{
    width: 99999px;
}
.case_con_go ul{
    float: left;
}
.case_con_go ul li{
    width: 435px;
    height: 360px;
    margin: 0 5px;
    float: left;
    position: relative;
    overflow: hidden;
}
.case_con_go ul li em{
    position: absolute;
    bottom:-60px;
    left: 0;
    width: 100%;
    height: 60px;
    background:url(../images/anli.png) no-repeat left;
    text-align:left;
    line-height: 60px;
    color: #fff;
    transition: all 0.6s;
}
.case_con_go ul li:hover em{
    bottom: 0;
}
.case_con_go ul li a{
    display: block;
    width: 100%;
    height: 100%;
}
.case_con_go ul li a img{
    width: 100%;
    height: auto;
    min-height: 415px;
    transition: all 0.6s;
}
.case_con_go ul li:hover img{
    transform: scale(1.1);
}
.case_contact{

}
.case_contact ul li h3{
    font-size: 30px;
    font-weight: normal;
    letter-spacing: -1px;
}
.case_contact ul li{
    width: 295px;
    height: 56px;
    border-radius: 28px;
    color: #fff;
    font-size: 21px;
    background: #f22652;
    position: relative;
    float: left;
    margin: 0 5px;
    line-height: 56px;
    text-align: center;
}
.case_contact ul li:nth-child(1){
    padding-left: 20px;
}
.case_contact ul li:nth-child(1)::after,.case_contact ul li:nth-child(2)::after{
    content: '';
    display: block;
    position: absolute;
    background: url(../images/icon.png);
    width: 67px;
    height: 80px;
}
.case_contact ul{
    overflow: inherit;
    width: 630px;
    margin: 30px auto;
}
.case_contact ul::after{
    content: '';
    display: block;
    clear: both;
}
.case_contact ul li:nth-child(1)::after{
    left: 0;
    top: 0;
    background-position: -260px 0;
}
.case_contact ul li:nth-child(2)::after{
    right: 0;
    top: 0;
    background-position: -390px 0;
}



.news {  background:url(../images/big.jpg) no-repeat top; }
.news_con { width: 1330px; margin: 0px auto; overflow: hidden; }
.news_con ul li { float: left; width: 625px; margin: 0 15px; background:#FFF; border:#e6e6e6 1px solid; margin-bottom:20px; }
.news_con ul li:hover img { transform: scale(1.1); }
.news_con>ul>li>a>span { display: block; width: 260px; height: 200px; float:left;  }
.news_con>ul>li>a>span img { width: 100%; height: auto; transition: all 0.6s;  }
.date01 { width: 90px; height: 90px; background: #ff8a00; text-align: center; color: #fff; position: absolute; top: 0; left: 0; }
.date01 span, .date i { display: block; text-align: center; }
.date01 span { font-size: 36px; margin-right: 12px; margin-top: 11px; }
.date01 i { font-size: 18px; }
.n_des a { font-size: 17px; color: #000; margin: 10px 0; display: block; padding-left:10px;  }
.n_des p { font-size: 15px; color: #797979; padding-right: 30px; line-height: 32px; padding-bottom:20px; padding-left:10px; }
.news_con ul li:hover .n_des a { font-weight: bold; color: #db0713; }
.n_des{
	width:350px; height:190px; float:right;}

.ggh{
	}
.footWrap{background:url(../images/f_bj.png) no-repeat center 0 ;height:400px;overflow:hidden; position: relative; z-index: 4;}
.footer{position: relative;  overflow: hidden;}
.fnav{padding-top: 32px;height:71px; overflow: hidden; line-height: 71px;font-weight: bold;}
.fnav a{display: inline-block;font-size: 16px; color:#fff; padding-left:55px; padding-right:55px;}
.fnav a:nth-child(3){ padding-right: 200px;}
.fnav a:last-child{padding-right: 0;}

.fwz{margin-top: 43px; height:95px; overflow: hidden; position: relative; }
.fwz::before {position: absolute; top: 14px; left:33px; width:1134px; height:1px; border-top: 1px dashed #fff;
    content: '';}
.fwz p{ width:270px; float: left; overflow: hidden; font-size: 24px; text-align: center; color:#fff; font-family: Arial; line-height: 28px;position: relative;z-index: 3;}
.fwz img{display: block;margin: 0 auto 10px;}
.fwz p:last-child{width:363px; font-size: 15px; line-height: 30px;font-family:"Microsoft Yahei"; }
.fwz1 { text-align:left; font-size: 16px; line-height: 24px; color:#fff; height:260px;}
.fwz1 a{color:#ffcfbe;}

.flogo{ width:66px; position: absolute; top: 0; left:570px;overflow: hidden; z-index: 9;}
.flogo img{ width:66px; height: 66px; margin: 0 auto;display: block;}


.f_t{
    background: #2a2a2a;
}
.f_t_con{
    width: 1300px;
    margin: 0 auto;
    overflow: hidden;
    padding: 40px 0 40px 0;
}
.f_logo,.f_contact,.f_ewm{
    float: left;
}
.f_logo img{
    margin-bottom: 10px;
}
.f_logo { width:500px;
}
.f_logo ul li{
    font-size: 15px;
    line-height: 30px;
    color: #848484;
	float:left;
	text-align:center;
	margin-right:10px;
	margin-bottom:10px;
	    border-radius: 25px;
	width:155px; height:43px; line-height:43px; background:#3f3f3f;
}
.f_logo ul li a{

    color: #848484;

}
.f_contact ,.f_ewm{
    margin-left:50px;
    margin-top: 20px;
}
.f_contact span,.f_ewm span{
    display: block;
    width: 260px;
    line-height: 50px;
    border-radius: 25px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    background: #3f3f3f;
    margin-bottom: 30px;
}
.f_contact ul li{
    line-height: 32px;
    color: #848484;
    padding-left: 10px;
}
.f_ewm ul li{
    float: left;
    margin: 0 10px;
}
.f_ewm ul li i{
    display: block;
    text-align: center;
    color: #848484;
    font-size: 14px;
    margin-top: 8px;
}
.f_bb{
    background: #242424;
    line-height: 50px;
    font-size: 15px;
    text-align: center;
    color: #909090;
}
.f_bb a{
    color: #909090;
}
.f_bb a img{
    vertical-align: middle;
    width: 80px;
    margin-left: 10px;
}
@media screen and (max-width:1800px) {
    .four_chose li{
        margin: 0 1%;
    }
}



.abbt_l{ width:505px; height:595px;  float:left;}
.abbt_r{ width:800px; height:595px;  float:right;}


.about_dianhua{
	width:225px; height:100px; line-height:100px; font-size:30px; color:#FFF; float:right; margin-top:25px;}