@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);
  }
}

/*top*/
.top{
  width: 100%;
  height: 60px;
  border-bottom: 1px #4d81d6 solid;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999;
  line-height: 60px;
}
.top p{
    font-size: 14px;
    color: #fff;
}
.t_ewm li{
    float: left;
    line-height: 60px;
    margin-left: 20px;
    position: relative;
}
.t_ewm li em{
    color: #fff;
    font-size: 14px;
}
.t_ewm li em a{
    color: #fff;
    font-size: 14px;
}
.t_ewm li:nth-child(2) em{
    background: url(../images/tb_a.png) left center no-repeat;
    padding-left: 35px;
}
.t_ewm li:hover em a{
    text-decoration: underline;
}

.code{
    width: 100px;
    height: 100px;
    background: #fff;
    position: absolute;
    top: 40px;
    left: 50%;
    margin-left: -50px;
    box-shadow: 0 2px 5px rgba(0,0,0,.1);
    display: none;
}
.code img{
    width: 90px;
    height: 90px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

/*banner*/
.flexslider {
	margin: 0 auto 0;
	position: relative;
	width: 100%;
	height: 550px;
	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: 550px;
	border:0;
}
/*header*/
.header{
    width: 100%;
    height: 115px;
    background: url(../images/navbj.jpg) center no-repeat;
}
.nav{
    width: 1320px;
    margin: 0 auto;
}
.nav>li{
    float: left;
    width: 132px;
    line-height: 75px;
    text-align: center;
    height: 75px;
    font-weight: bold;
}
.nav>li.active{
    background: url(../images/tb_b.png) left center no-repeat;
}
.nav>li.active a{
    color: #fff;
    font-weight: bold;
    font-size: 16px;
}
.nav>li>a{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    color: #fff;
}

/**/
.search{
    margin: 0 auto;
    width: 650px;
}
.search form {
    width: 650px;
    overflow: hidden;
    border-radius: 50px;
    box-shadow: 0 0 15px rgb(0 0 0 / 20%);
}
.search form input{
    border: none;
    color: #333;
    width: 470px;
    font-size: 15px;
    background: #fff;
    height: 50px;
    padding-left: 20px;
    line-height: 50px;
}
.search form button {
    width: 100px;
    height: 35px;
    border: none;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    background: #e60012;
    border-radius: 50px;
    font-size: 18px;
}
.search img{
    margin-left: 10px;
}




/*产品*/
.tuijian{
    width: 1000px;
    height: 520px;
    overflow: hidden;
    margin-left: 20px;
}
.tuijian ul li{
    float: left;
    position: relative;
    width: 1000px;
}
.tuijian ul li .proimg{
    width: 670px;
    height: 520px;
    overflow: hidden;
}
.tuijian ul li .proimg img{
    width: 670px;
    height: 520px;
}
.tuijian ul li .tjimg{
    width: 320px;
    height: 520px;
    background: #135cb1;
    box-shadow: 0 0 15px rgb(0 0 0 / 20%);
    position: absolute;
    top:0;
    right: 0;
}
.tuijian ul li .tjimg .jieshao{
    margin: 0 auto;
    border-bottom: 1px #4a82c3 solid;
}
.tuijian ul li .tjimg .jieshao h3 a{
    font-size: 22px;
    color: #fff;
    display: block;
    margin-top: 50px;
    margin-bottom: 18px;
}
.tuijian ul li .tjimg .jieshao p{
    font-size: 15px;
    color: #fff;
    line-height: 26px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
.tuijian ul li .tjimg .cptel{
    width: 295px;
    margin: 0 auto; 
    margin-top: 40px;
}
.tuijian ul li .tjimg .cptel h3{
    font-family: "Aparajita";
    font-size: 32px;
    color: #fff;
    line-height: 30px;
}
.tuijian ul li .tjimg .cptel span{
    font-size: 18px;
    color: #fff;
    position: relative;
}
.tuijian ul li .tjimg .cptel span::after{
    content: '';
    display: block;
    position: absolute;
    bottom:-10px;
    left: 0;
    transition: all 0.6s;
    width: 28px;
    height: 3px;
    background: #e00000;
}
.tuijian ul li .tjimg .cptel dl{
    margin-top:35px;
}
.tuijian ul li .tjimg .cptel dl dd{
    margin-bottom: 15px;
}
.tuijian ul li .tjimg .cptel dl dd em{
    display: block;
    width: 68px;
    height: 23px;
    background: #fff;
    border-radius: 3px;
    line-height: 23px;
    text-align: center;
    font-size: 14px;
    color: #e00000;
    float: left;
}
.tuijian ul li .tjimg .cptel dl dd b{
    float: right;
    color: #fff;
    font-size: 23px;
    font-family: "Arial";
    font-weight: normal;
    display: block;
    width: 220px;
    line-height: 25px;
}
.tuijian ul li .tjimg .cptel dl dd p{
    font-size: 16px;
    color: #fff;
    float: right;
    display: block;
    width: 220px;
}


.pro_litpic {
    width: 1020px;
    margin: 0 auto;
    height: 645px;
    overflow: hidden;
    position: relative;
    margin-top: 30px;
}
.pro_a{
    overflow: hidden;
}
.pro_b{
    overflow: hidden;
}
.pro_go ul li {
    width: 325px;
    height: 300px;
    float: left;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    border:1px #e6e6e6 solid;
    margin-left: 15px;
    margin-top: 15px;
}
.pro_go ul li .pro_img{
    width: 305px;
    height: 215px;
    display: block;
    margin: 0 auto;
    margin-top: 10px;
}

.pro_go ul li .pro_bt{
    display: block;
    width: 305px;
    height: 50px;
    background: #e6e6e6;
    line-height: 50px;
    color: #333;
    font-size: 16px;
    margin: 0 auto;
    margin-top: 10px;
    text-align: center;
}
.pro_go ul li:hover .pro_bt{
    color: #fff;
    background: #135cb1;
}
/*广告*/
.ggbj{
    width: 100%;
    height: 210px;
    background: url(../images/ggbj.jpg) center no-repeat;
    margin-top: 40px;
}
.ggfl{
    margin-top: 45px;
}

.ggfl p{
    font-size: 18px;
    color: #fff;
    margin-top: 20px;
}

.ggtel{
    margin-top: 40px;
    margin-left: 150px;
}

.ggtel span{
    font-size: 22px;
    font-family: "Arial";
    color: #fff;
    margin-left: 5px;
}
.ggtel p{
    font-size: 18px;
    color: #fff;
    margin-top: 5px;
    margin-left: 5px;
}
.ggtel b{
    display: block;
    width: 260px;
    height: 40px;
    background: #e60012;
    border-radius: 50px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 28px;
    font-family: "Arial";
    margin-top: 15px;
    font-weight: normal;
}
.ewm{
   text-align: center; 
   margin-top: 30px;
}

/*简介*/
.abnr{
    width: 950px;
    height: 420px;
    border:1px #e8e8e8 solid;
    margin-top: 35px;
}
.abbt{
    width: 100%;
    height: 55px;
    background: #f5f5f5;
}
.abbt span{
    display: block;
    width: 150px;
    height: 55px;
    background: #135cb1;
    line-height: 55px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    float: left;
}
.abbt a{
    float: right;
    line-height: 55px;
    font-size: 15px;
    color: #797979;
    margin-right: 30px;
}
.abbt a:hover{
    text-decoration: underline;
}
.abimg img{
    margin-top: 15px;
    margin-left: 15px;
}
.abimg p{
    width: 560px;
    margin-right: 20px;
    font-size: 15px;
    color: #333;
    line-height: 26px;
    margin-top: 45px;
}
.abimg ul li{
    width: 120px;
    height: 35px;
    background: #797979;
    text-align: center;
    line-height: 35px;
    float: left;
    margin-right: 10px;
    margin-top: 35px;
}
.abimg ul li a{
    display: block;
    color: #fff;
    font-size: 15px;
}
.abimg ul li:hover{
    background: #135cb1
}
.bang{
    width: 380px;
    height: 270px;
    background: url(../images/b_bj.jpg) center no-repeat;
    margin-top: 35px;
    text-align: center;
}
.bang img{
    margin-top: 20px;
}
.bang p{
    font-size: 23px;
    color: #fff;
    margin-top: 10px;
}
.bang p span{
    font-size: 35px;
    font-family: "Arial";
}
.xslx{

}
.xslx ul li{
    width: 380px;
    height: 40px;
    background: #dbecfc;
    margin-top: 10px;
}
.xslx ul li em{
    font-size: 16px;
    color: #000;
    margin-left: 15px;
}
.xslx ul li span{
    font-size: 20px;
    font-family: "Arial";
    color: #000;
    margin-left: 15px;
}

/*导航*/
.daohang{
    width: 1350px;
    margin: 0 auto;
    margin-top: 35px;
}
.daohang ul li{
    float: left;
    width:132px;
    height: 118px;
    background: url(../images/dd_bj.jpg) center no-repeat; 
    margin-right: 20px;
    text-align: center;
}
.daohang ul li:last-child{
    margin-right: 0;
}
.daohang ul li img{
    display: block;
    margin: 0 auto;
    padding-top: 18px;
    padding-bottom: 10px;
}
.daohang ul li span{
    font-size: 16px;
    color: #fff;
}
.daohang ul li:hover img{
    transition: all 0.5s;
    transform: rotate(360deg);
    cursor: pointer;
}
.daohang ul li:hover span{
    text-decoration: underline;
    font-weight: bold;
}

/*冷却塔*/
.icpxx7{
    width:1350px;
    margin: 0 auto; 
    text-align:center; 
    height:370px;
    overflow: hidden;
    margin-top: 40px;
}
.isubMenu{
    width:240px; 
    float: left;
}
.isubMenu li{
    background: #f5f5f5; 
    width:240px; 
    height:60px; 
    line-height:60px;  
    margin-bottom: 12px;
    border: 1px #eee solid
}
.isubMenu li a{
    display:block; 
    color:#222; 
    font-size:17px;
}
.isubMenu .ithisStyle a {
    background:#cd1017;
    color: #fff
}
.isubContent{
    text-align:left; 
    height:360px;
    width: 1080px;
    float: right;
    background: #f8f8f8;
}
.isubContent ul{
    display:none;
}
.isubContent ul:first-child{
    display: block;
}
.isubContent ul img{
    width: 470px;
    height: 360px;
    float: left;
}
.isubContent ul p{
    width: 560px;
    display: block;
    float: right;
    margin-right: 20px;
    font-size: 15px;
    color: #444;
    line-height:30px;
    margin-top: 20px;
}
.isubContent ul p span{
    font-weight: bold;
    font-size: 18px;
    line-height: 50px;
    display: block;
}

.isubContent ul p:hover{color:#ff0000;}


/*案例*/
.abbj{
    width: 100%;
    height: 410px;
    background: #efefef;
    margin-top: 40px;
}
.pro_con{
    width: 1350px;
    margin: 0 auto;
    overflow: hidden;
}
.pro_nav{
    width: 1350px;
    margin-top: 35px;
}
.pro_nav li{
    float: left;
    width: 168px;
    height: 40px;
    text-align: center;
    position: relative;
}
.pro_nav li a{
    font-size: 17px;
    color: #333
}
.pro_nav li::after{
    content: '';
    display: block;
    width: 1px;
    height: 20px;
    background: #aaa;
    position: absolute;
    right: 0;
    top:3px;
}
.pro_nav li.active{
    background: url(../images/jiantou.png) center 190px no-repeat;
    border: transparent;
    cursor: pointer;
}

.pro_nav li.active a{
    color: #135cb1;
    font-size: 18px;
    font-weight: bold;
}

.pro_des{
    width: 1350px;
    height:310px;
    overflow: hidden;
    position: relative;
    z-index: 111;
}
.video_con{
    width: 1350px;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 30px;
}

.video_go{
    width: 9999px;
}
.video_go ul{
    float: left;
    height:375px;
}
.video_go ul li{
    float: left;
    width: 320px;
    height: 275px;
    margin-right: 25px;
    position: relative;
}
.video_go ul li a{
    display: block;
    width: 100%;
    height: 100%;
}
.video_go ul li span{
    width: 100%;
    height: 230px;
    overflow: hidden;
    position: relative;
    display: block;
}
.video_go ul li span img {
    width: 100%;
    height: auto;
    min-height:230px;
    transition: all 0.6s;
}
.video_go ul li:hover img{
    transform: scale(1.1);
}
.video_go ul li i{
    width: 320px;
    height: 45px;
    display: block;
    background: #fff;
    text-align: center;
    font-style: normal;
    line-height: 45px;
    font-size: 16px;
    color: #333;
}
.video_go ul li:hover i{
    background: #135cb1;
    color: #fff;
}


/*新闻*/
.xwbt{
    width: 1350px;
    margin: 0 auto;
    margin-top: 45px;
}
.xwbt b{
    color: #333;
    font-size: 26px;
    float: left;
}
.xwbt a{
    font-size: 16px;
    color: #999;
    line-height: 45px;
    float: right;
}
.xwbt a:hover{
    text-decoration: underline;
    color: #db0000
}

.xw-l{
    width: 410px;
    height: 385px;
    margin-top: 20px;
    background: url(../images/xw_a.jpg) center no-repeat;
    text-align: center;
    margin-right: 30px;
}
.xw-l a{
    display: block;
}
.xw-l a img{
    margin-top: 150px;
}
.xw-l a span{
    color: #fff;
    font-size: 19px;
    display: block;
    line-height: 50px;
}
.xw-l a img:hover{
    transition: all 0.5s;
    transform: rotate(360deg);
    cursor: pointer;
}

.xw-r{
    width: 460px;
    margin-top: 20px;
    height: 370px;
    overflow: hidden;
}
.xw-r .xwfl li{
    float: left;
    width: 130px;
}
.xw-r .xwfl li a{
    color: #111;
    font-size: 20px;
}
.xw-r .xwfl li.active{
    font-size: 22px;
    font-weight: bold;
    position: relative;
}
.xw-r .xwfl li.active::after{
content: '';
    display: block;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    transition: all 0.6s;
    width: 80px;
    height: 4px;
    background: #1967c2;
}
.xwlb{
    margin-top: 30px;
}
.xwlb ul li{
    height: 60px;
    line-height: 60px;
    border-bottom: 1px #ededed solid;
    background: url(../images/dian.jpg) left center no-repeat;
    overflow: hidden;
}
.xwlb ul li a{
    font-size: 16px;
    color: #222;
    padding-left: 20px;
}
.xwlb ul li:hover a{
    color: #1967c2;
    font-weight: bold;
    padding-left: 30px;
}

/*底部*/
.dbpro{
    width:100%;
    height: 75px;
    line-height: 75px;
    background: #135cb1;
    margin-top: 70px;
}
.dbpro ul{
    width: 1350px;
    margin: 0 auto;
}
.dbpro ul li{
    float: left;
    width: 135px;
    text-align: center;
    background: url(../images/xian.png) right center no-repeat;
}
.dbpro ul li a{
    color: #fff;
    font-size: 17px;
    display: block;
}
.dbpro ul li:hover a{
    font-weight: bold;
}
.foot{
    width: 100%;
    height: 420px;
    background:#262a2d;
    position: relative;
}
.dblogo{
    margin-top: 25px;
    width: 410px;
}
.dblogo ul{
    margin-top: 10px;
}
.dblogo ul li{
    float: left;
    font-size: 15px;
    color: #fff;
    width: 200px;
    background: url(../images/tb_d.png) left center no-repeat;
    line-height: 40px;
}
.dblogo ul li a{
    font-size: 16px;
    color: #fff;   
    padding-left: 20px;
}
.dblogo ul li:hover a{
    text-decoration: underline;
}

.dbewm{
    margin-left: 70px;
    margin-top: 60px;
}
.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;
    width: 140px;
}
.dbewm ul li span{
    line-height: 40px;
    color: #fff;
    font-size: 16px;
}
.dbtel{
    margin-top: 45px;
} 

.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";
    color: #e50000;
}
.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: #333;
}
.san_des li:nth-child(3){
    font-size: 17px;
}

.copy{
    width: 100%;
    margin: 0 auto;
    line-height: 60px;
    text-align: center;
    color: #e2e2e2;
    font-size: 15px;
    margin-top: 20px;
    border-top: 1px #383c3f solid;
}
.copy a{
    color: #e2e2e2
}

/*内页banner*/
.nybanner{
    width: 100%;
    height: 360px;
    background: url(../images/nybanner.jpg) center no-repeat;
}





/*内页左侧分类*/
.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{
    width: 1350px;
    margin: 0 auto;
    padding-top: 130px;
    color: #fff;
}
.breadcrumbs em{
    display: block;
    font-size: 30px;
    font-weight: bold;
}
.breadcrumbs span{
    color: #fff;
    font-size: 17px;
    line-height: 45px;
}
.breadcrumbs span a{
     color: #fff;
    font-size: 17px;   
}




/*Â·Ã–Ã'Â³*/
.page{ margin-top: 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: #e30000;
    margin: 30px 0;
	font-weight: bold;
	margin-left: 20px;
}
.con_txt{
	line-height: 32px;
    margin-left: 20px;
}
.map{
    width: 660px;
    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: #d9e2f3;
	border-radius: 50px;
	margin: 20px 0;
	padding: 5px 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: 10px;
	margin-bottom: 110px;
}
.maina {
	width: 1350px;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 110px;
}
.main_right {
	width:1000px;
	margin-bottom:50px;
    border: 1px #e9e9e9 solid;
}
.main .main_righta {
	width:1010px;
	margin-bottom:50px;
}
.text {
	line-height:35px;
	font-size:15px;
	color:#666;
	padding:30px;
}
.text img{
    max-width: 100%;
        display: block;
    margin: 0 auto;
}
.text span {
	font-size:15px;
	color:#666;
}

.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:1000px;
    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: 450px;
    height: 220px;
    background: #135cb1;
}

.main .tT01a {
    line-height:45px;
    height: 45px;
    border-bottom: 1px #2472cc 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: #d8e8ff;
    line-height: 28px;
    width: 450px;
    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: 18px;
}
.lianxi .a {
    display:block;
    line-height:50px;
    float:left;
    margin-right:30px;
    color:#1662c8;
    font-size:15px;
    border-bottom:1px solid #1662c8;
    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: #e00000;
    margin-top: 30px;
    width: 130px;
}
.dianhua a {
    color:#fff;
    display: block;
}
.dianhua:hover {
    background-color:#215dbf;
}


.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: 20px;
    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:450px;
}
.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 {
	width: 600px;
    margin: 0 auto;
    margin-top: 30px;
}
#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:#135cb1;
}
.wizfrm:hover {
	background-color:#e60012;
}
/**/


.mainBox {
    border: 1px #e9e9e9 solid;
}

.main .proListal {
	width:100%;
}
.main .proListal li {
	width:320px;
	float:left;
	background: #fff;
	height: 275px;
	margin-bottom: 15px;
	margin-left:15px;
	position:relative;
    box-sizing: border-box;
    border: 1px #e8e8e8 solid;
}
.main .proListal li .boxal {
	width:320px;
	height:230px;
	display:block;
	cursor:pointer;
}
.main .proListal li .boxal .spanImgal {
	display:block;
	overflow:hidden;
	width:320px;
	height:230px;
	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:320px;
	text-align: center;
	margin:auto;
	font-size:16px;
    color:#000;
}
.main .proListal li .spanal a {
	color:#000;
}

.main .proListal li:hover .spanal {
	transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
	display: block;
    color: #215dbf;
    font-weight: bold;
}

.proListal li .avatar {
	position: relative;
}
.proListal li .avatar {
	display: block;
	height: 280px;
	overflow: hidden;
	width:320px;
}
.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: 1000px;
    position: relative;
    z-index: 2;
}
.page_news_con ul li{
    overflow: hidden;
    padding: 15px 0;
    background: #f7f7f7;
    margin: 0 0 20px 0;
    cursor: pointer;
    position: relative;
    transition: all 0.5s;
}
.page_news_p>a{
    display: block;
    width: 120px;
    height: 35px;
    border-radius: 30px;
    background: #e30000;
    text-align: center;
    line-height: 35px;
    font-size: 15px;
    color: #fff;
    position: absolute;
    bottom: 30px;
    right: 30px;
}

.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: #0352a9;
}
.page_news_con ul li:hover .page_news_p>a{
    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: #0352a9;
    margin-right: 12px ;
    vertical-align: middle;
}

.page_news_des{
    float: left;
    overflow: hidden;
}
.page_news_img{
    float: left;
    width: 213px;
    height: 130px;
    overflow: hidden;
    margin-left: 15px;
}
.page_news_img img{
    transition: all 0.6s;
    width: 100%;
    height: auto;
    min-height: 160px;
}
.page_news_p{
    float: left;
    width: 710px;
    margin-left:35px;
    margin-top: 13px;
}
.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: #0352a9;
    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 ;
    overflow: hidden;
text-overflow: ellipsis;
word-break: break-all;
display: -webkit-box; 
-webkit-box-orient: vertical; 
-webkit-line-clamp: 2;
}
.page_news_p em{
    font-size: 15px;
    color: #999;
    padding-left: 30px;
    background: url(../images/shijian.png) left center no-repeat;
    font-family: "Arial";
    margin-top: 10px;
    display: block;
}

.BMap_Marker {
	display:none !important;
}
.BMap_Marker.BMap_noprint {
	background: url(../images/marker_red_sprite.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%
}

/*内页左侧分类*/
.left_class {
    width: 330px;
    background: #f3f3f3;
    height: auto;
    padding-bottom: 30px;
}
.left_class .classT {
    position: relative;
    z-index: 10;
    height: 105px;
    text-align: center;
    border-bottom: 1px #d6d6d6 solid;
    margin-bottom: 20px;
}
.left_class .classT b{
    font-size: 30px;
    color: #000;
    float: left;
    margin-top: 30px;
    margin-left: 25px;
}
.left_class .classT span{
    font-size: 23px;
    color: #000;
    float: left;
    margin-left: 13px;
    margin-top: 17px;
}
.left_class .subNav {
    width: 310px;
    margin:0 auto;
    height: 50px;
    background:#135cb1  url(../images/jiantou.png) 270px center no-repeat;
    line-height:50px;
    text-align: left;
    margin-top: 12px;
}
.left_class .subNav a {
    font-size: 16px;
    color: #fff;
    display:block;
    padding-left:20px;
}
.left_class .subNav:hover {
    background: #e60012  url(../images/jiantou.png) 270px center no-repeat;
}
.left_class .subNav:hover a {
    color: #fff;
}
.left_class .navContent {
    margin-top: 10px;
}

.left_class .navContent li {
    height: 40px;
    line-height: 40px;
    background: url(../images/tb_c.png) 35px center no-repeat;
}
.left_class .navContent li a {
    font-size: 15px;
    color: #1d1d1d;
    padding-left: 60px;
    display: block;
}
.left_class .navContent li:hover a {
    font-weight: bold;
}
.left_class .l_tel{
    width: 330px;
    margin-top: 35px;
    margin-bottom: 25px;
    text-align: center;
}
.left_class .l_tel span{
    color: #696969;
    font-size: 22px;
}
.left_class .l_tel b{
    font-size: 35px;
    font-family: "Impact";
    color: #e60012;
    font-weight: normal;
    display: block;
}