@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;overflow: hidden;}
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);
  }
}
.baoyuan{
	padding-top: 120px;
}

/*header*/
.header{
    width: 100%;
    height: 120px;
    background: -webkit-linear-gradient(left, rgba(33,96,187,.95), rgba(22,72,160,.95)); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, rgba(33,96,187,.95), rgba(22,72,160,.95)); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, rgba(33,96,187,.95), rgba(22,72,160,.95)); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, rgba(33,96,187,.95), rgba(22,72,160,.95)); /* 标准的语法（必须放在最后） */
}

.logo,.nav,.h_phone{
    float: left;
}
.logo{
   box-sizing: border-box;
   position: absolute;
   left: 0;
   top: 0;
   width: 730px;
   height: 165px;
   background: url(../images/logo_bg.png) right top;
   padding-top: 20px;
   padding-left: 90px;
   z-index: 99;
}
.nav{
    margin-left:33%;
    position: relative;
    z-index: 9999
}
.nav>li{
    float: left;
    width: 115px;
    line-height: 120px;
    text-align: center;
    height: 120px;
}

.nav>li>a{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    color: #fff;
}
.nav>li.active>a::after{
    content: '';
    display: block;
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
    margin: auto;
    transition: all 0.6s;
    width: 65px;
    height: 4px;
    background: #ff2548;
}


.er {
    position: absolute;
    width: 100%;
    background: rgba(255,255,255,.8);
    top: 120px;
    left: 0;
    display: none;
    z-index: 9999;
}
.er_con {
    width: 1200px;
    margin: 0 auto;
}
.er_con ul li {
    float: left;
    width: 230px;
    margin: 10px 0 10px 8px;
    border-radius: 2px;
    overflow: hidden;
}
.er_con ul li:hover img{
    transform: scale(1.1);
}
.er_con ul li a {
    display: block;
    width: 100%;
    height: 120px;
    overflow: hidden;
}
.er_con ul li a img {
    width: 100%;
    min-height: 120px;
    transition: all 0.6s;
}
.er_con ul li span {
    display: block;
    text-align: center;
    color: #666;
    font-size: 15px;
    width: 100%;
    background: #2059b2;
    line-height: 30px;
    color: #fff;
}
.er_con ul li:hover img{
    transform: scale(1.1);
}
.er_con ul li a {
    display: block;
    width: 100%;
    height: 120px;
    overflow: hidden;
}
.er_con ul li a img {
    width: 100%;
    min-height: 120px;
    transition: all 0.6s;
}
.h_phone{
    margin-left: 30px;
    padding-left: 100px;
    margin-top: 35px;
    position: relative;
}
.h_phone span{
	font-family: "Arial";
	font-size: 35px;
	color: #fff;
	display: block;
}
.h_phone::before{
    content: '';
    display: block;
    background: url(../images/tel.png) center no-repeat;
    width: 40px;
    height: 40px;
    left: 45px;
    top: 9px;
    position: absolute;
}
@media screen and (max-width: 1800px) {
    .logo{
    	margin-left: 1% !important;
    	background: initial !important;
    	padding-top: 10px !important;
    	padding-left: 0 !important;
    	width: auto !important;
    }
    .nav{margin-left: 25%}
    
}
@media screen and (max-width: 1600px) {
    .h_phone{
    	margin-left: 0 !important;
    	padding-left: 0 !important;
    }
    .h_phone::before{
    	display: none;
    }
    .nav>li{
    	width: 100px !important;
    }
    
}

/*banner*/
.flexslider {
	margin: 0 auto 0;
	position: relative;
	width: 100%;
	height: 760px;
	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: 760px;
	border:0;
}

/*分类*/
.cpnav{
    width:100%;
    overflow: hidden;
    height: 210px;
}
.cpnav ul{
  position: relative;
}
.cpnav ul li{
  float: left;
  width: 25%;
  height: 210px;
  overflow: hidden;
  position: relative;
}

.cpnav ul li .navimg img{
	width: 100%;
}
.cpnav ul li .navimg span{
	display: block;
	position: absolute;
	left: 0;
	top:80px;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 25px;
}
.cpnav ul li .navimg span em{
	display: block;
	font-size: 13px;
	font-family: "Book Antiqua";
    text-transform: uppercase;
    line-height: 30px;
}

.cpnav ul li:hover .navimg img{
	transform: scale(1.1);
    transition: all 0.6s;
}

.cpbt{
	text-align: center;
	margin-top: 30px;
}
.cpbt a{
    color: #222;
    font-size: 35px;
}
.cpbt a span{
    color: #454545;
    font-family: "Arial";
}
.cpbt p{
    font-size: 16px;
    color: #999;
}
.cpbt em{
    display: block;
    width: 85px;
    height: 7px;
    background: url(../images/xian.png) center no-repeat;
    margin: 0 auto;
    margin-top: 13px;
}
.cpbt a:hover,.cpbt a span:hover{
    color: #2160bb;
}

/*产品展示*/
.pro_litpic {
    width: 90%;
    margin: 30px auto;
    height: 830px;
    overflow: hidden;
}
.pro_go>ul>li {
    width: 24.5%;
    margin: 5px 0.2%;
    float: left;
    overflow: hidden;
    position: relative;
    border: 1px solid #c7c5c5;
    box-sizing: border-box;
    border-radius: 5px;
    border-bottom: 5px solid #c7c5c5;
}
.pro_go>ul>li>a {
    display: block;
    overflow: hidden;
}
.pro_go>ul>li>a span{
    display: block;
    width: 96%;
    height: 320px;
    margin: 2% auto;
    overflow: hidden;
    border-radius: 5px;
}
.pro_go>ul>li>a span img{
    width: 100%;
    display: block;
    height: auto;
    min-height: 320px; 
}
.pro_go>ul>li>a span img:hover{
    transition: all 1.2s;
    transform: scale(1.2, 1.2);
}
.pro_go>ul>li>a i{
    color: #333;
    font-size: 16px;
    z-index: 333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 90%;
    margin: 0 auto;
    line-height: 45px;
    display: block;
}
.pro_go>ul>li>a i em::before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    border: 2px solid #333;
    margin-right: 6px;
}
.pro_go>ul>li>a i em:first-child{
    float: left;
    width: 205px;
    overflow: hidden;
}

.pro_go>ul>li>a i em:last-child{
    font-size: 20px;
    float: right;
    font-family: "Arial";
    color: #2d2d2d
}

/*简介*/
.com_r{
	width: 100%;
	height: 580px;
	background: url(../images/abbj.jpg) center no-repeat;
	margin-top: 50px;
}
.about{
	width: 1350px;
	margin: 0 auto;
	text-align: center;
    padding-top: 45px;
}
.about h3{
	color: #fff;
    font-size: 39px;
}
.about span{
	font-size: 11px;
    font-family: "Arial";
    color: #b2bed8;
    text-transform: uppercase;
    line-height: 30px;
}
.about p{
	color: #fff;
	font-size: 16px;
	line-height: 33px;
	display: block;
	padding-top: 30px;
}
.about a{
	display: block;
	width: 140px;
	height: 40px;
	background: #fff;
	border-radius: 50px;
	margin: 0 auto;
	margin-top: 45px;
	line-height: 40px;
	color: #df0000;
	font-size: 15px;
}
.about a:hover{
	background: #df0000;
	color: #fff;
}
/*csae*/
.case_con{
    width: 90%;
    margin:0 auto;
    overflow: hidden;
    margin-top: -170px;
}
.case_go{
    width: 99999px;
    position: relative;
}
.case_go ul li {
    width: 420px;
    height:310px;
    float: left;
    margin: 4px;
    position: relative;
    overflow: hidden;
}

.case_go ul li .alimg {
    display: block;
    width: 420px;
    height: 310px;
    overflow: hidden;
}
.myClassa{
    background-position:center center; 
    -webkit-background-size: cover;  
    -moz-background-size: cover;  
    -o-background-size: cover; 
    background-size:cover;
    width: 420px;
    height: 310px;
    transition: all 0.6s;
    }
.case_go ul li .altitle{
     width: auto;
     min-width: 180px;
     height: 60px;
     padding-right: 25px;
     padding-left: 15px;
     background-image: linear-gradient(to bottom, #4c9ffd, #2a6cd0);
     z-index: 999;
     position: absolute;
     line-height:60px;
     left: 0;
     bottom: 25px;
}
.case_go ul li .altitle a{
    display: block;
    font-size: 16px;
    color: #fff;
    text-align: center;
}

.case_go ul li:hover .altitle{
    background: #ff2548
}
.case_go ul li:hover .alimg .myClassa{
    transform: scale(1.1);
}
.case_a,.case_b{
    float: left;
}
/*优势*/
.product {
     margin-top: -150px;
     background: url(../images/c_be.jpg) center no-repeat;
     background-size: cover;
     width: 100%;
     height: 930px;
 }
 
 .product_tit {
     text-align:center;
     padding-top: 180px;

 }

 
 .product_tb ul li {
    float: left;
    width: 255px;
    display: block;
    text-align: center;
 }
 
 .product_tb ul li:nth-child(5) {
     background: none;
 }
 
 .product_tb {
     width: 1250px;
     margin: 0 auto;
     margin-top: 45px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    background: url(../images/ye.png) center 23px no-repeat;
 }
 
 .product_tb a:hover {
     color: #00a39b;
 }
.product_tb li a.bai{display:none !important;}
.product_tb .dangqian .bai{display:block !important;}
.product_tb .dangqian .hei{display:none;}

 .product_tb ul li .tu_a1 {
     display: block;
     width: 90px;
     height: 90px;
     text-align: center;
 }
 .geame { width:1300px; margin:0 auto;}
 .product_tb ul li .min1 {
     background: #afc2cf;border-radius: 50%;
 }
 
 .product_tb ul li .min1:hover {
     background: url(../images/tu01_a.png) no-repeat center center;
 }
 
 .product_tb ul li div {
     display: block;
     width: 90px;
     height: 90px;
     margin: 0 auto;
 }
 
 .product_tb ul li div:hover {
     background: url(../images/yuan.png) no-repeat center center;
 }
 
 .product_tb ul li p a {
     font-size: 20px;
     color: #1f1f1f;
 }
 
 .product_tb ul li p {
     margin-top: 10px;
 }
 
 
 .product_tb ul li .min2 {
     background: url(../images/cpb.png) no-repeat 28px center;
 }
 
 .product_tb ul li .min2:hover {
     background: url(../images/cpb1_a.png) no-repeat 28px center;
 }
 
 .product_tb ul li .min3 {
     background: url(../images/cpc.png) no-repeat center center;
 }
 
 .product_tb ul li .min3:hover {
     background: url(../images/cpc1_a.png) no-repeat center center;
 }
 
 .product_tb ul li .min4 {
     background: url(../images/cpd.png) no-repeat center center;
 }
 
 .product_tb ul li .min4:hover {
     background: url(../images/cpd1_a.png) no-repeat center center;
 }


.product_nr {
     width: 1350px;
     margin: 0 auto;
     padding-top:40px;
 }
.all{ width: 1350px; height: 410px;position: relative;overflow: hidden;}
.screen{}
.screen{ width:1350px; height:410px; overflow:hidden; float:left;}
.all ol{ position:absolute; right:20px; bottom:20px; line-height:20px; text-align:center;}
.all ol li{ float: left; width: 18px; height: 18px; background: #fff;  margin-left: 5px; cursor: pointer; font-size: 10px; font-family: Verdana; line-height: 18px; border-radius: 15px; }
.all ol li.current{ background:#00a39b;color: #fff}

.biaz_le {
     float: left;
     width: 570px;
     margin-top: 40px;
 }
 
 .biaz_le b {
     color: #1a4fa7;
     font-size: 28px;
     margin-top: 20px;
     background: url(../images/dian.png) left center no-repeat;
     padding-left: 68px;
 }
 .biaz_le span{
     font-size: 38px;
     color: #333;
     line-height: 40px;
     display: block;
     font-weight: bold;
     margin-top: 20px;
 }

 .biaz_le p {
     margin-top: 30px;
     font-size: 16px;
     color: #333;
     line-height: 28px;
     overflow: hidden;
 }
 
 .biaz_le a {
     width: 155px;
     height: 45px;
     line-height: 45px;
     display: block;
     border-radius: 50px;
     background: #ff2548;
     text-align: center;
     font-size: 15px;
     color: #fff;
     margin-top: 50px;
 }
 
 .biaoz_more a:hover {
     width: 190px;

 }

 
 .biaz_re {
    float: right;
    background: url(../images/baise.png) no-repeat;
    width: 717px;
    height: 407px;
    text-align: center;
} 
.biaz_re img{ border-radius:10px;width: 670px;height: 407px;margin-left: 47px;}
 


/*news*/
.newbj{
    width: 100%;
    height: 630px;
    background: url(../images/xwbj.jpg) left center no-repeat;
}
.newlb{
    width: 590px;
    height: 420px;
    margin-top: 35px;
    background: #f1f1f1;
    border: 1px #e8e8e8 solid;
}
.newlb .nimg{
    width: 560px;
    height: 225px;
    margin: 0 auto;
    margin-top: 15px;
    overflow: hidden;
    position: relative;
}
.newlb .nimg img{
    width: 100%;
}
.newlb .nimg:hover img{
    transition: all 1.2s;
    transform:scale(1.2, 1.2);
}

.newlb .x_time{
    width: 100px;
    height: 88px;
    border-right: 1px #e6e6e6 solid;
    margin-top: 15px;
    text-align: center;
}
.newlb .x_time span{
    display: block;
    font-family: "Arial";
    font-size: 25px;
    color: #333;
    padding-top: 10px;
}
.newlb .x_time em{
    font-size: 15px;
}
.newlb .ntit{
    width: 455px;
    margin-right: 13px;
    margin-top: 25px;
}
.newlb .ntit h3{
    font-size: 18px;
    color: #000;
    line-height: 35px;
}
.newlb .ntit p{
    font-size: 15px;
    color: #737373;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
.newlb .ntit h3:hover{
    color: #1a4fa7;
    padding-left: 13px;
    transition: all 0.6s;
    text-decoration: underline;
}
.newlb .x_more{
    width: 560px;
    margin:0 auto;
    border-top: 1px #e6e6e6 solid;
    margin-top: 12px;
    line-height: 60px;
}
.newlb .x_more span{
    font-size: 14px;
    color: #575757;
    float: left;
    margin-left: 10px;
}
.newlb .x_more em{
    float: right;
    background: url(../images/jt.png) center  no-repeat;
    display: block;
    width: 20px;
    height: 13px;
    margin-top: 20px;
    margin-right: 10px;
}

.news_r{
    width: 730px;
    height: 450px;
    margin-top: 35px;
}
.news_r ul li{
    width: 100%;
    height: 130px;
    box-sizing: border-box;
    margin-bottom: 15px;
    background: #f1f1f1;
}
.news_r ul li a{
    display: block;
    width: 100%;
    height: 100%;
}
.news_r ul li .news_day,.news_des{
    float: left;
}
.news_r ul li .news_day{
    width: 150px;
    height: 128px;
    display: block;
    overflow: hidden;
    font-family: "Arial";
    text-align: center;
    position: relative;
}
.news_r ul li .news_day::after{
    content: '';
    display: block;
    position: absolute;
    bottom: 25px;
    right: 10px;
    width: 1px;
    height: 70px;
    background: #ccc;
}

.news_r ul li .news_day span{
    color: #656565;
    font-size: 35px;
    padding-top: 45px;
    display: block;
    
}
.news_r ul li .news_day em{
    color: #717171;
    font-size: 20px;
    display: block;
    margin-top: 40px;
}


.news_des{
    width: 450px;
    position: relative;
    margin-left: 20px;
    box-sizing: border-box;
    margin-top: 33px;
}
.news_des i{
    color: #7b7b7b;
    font-size: 15px;
    font-style: normal;
    line-height: 20px;
    font-family: "Arial";
    display: block;
    margin-top: 5px;
    background: url(../images/time.png) left center no-repeat;
    padding-left: 30px;
}
.news_des span{
    font-size: 18px;
    color: #222;
    display: block;
    margin-bottom: 20px;
}

.news_des p{
    font-size: 15px;
    color: #8b8b8b;
    line-height: 23px;
}

.news_r ul li:hover span{
    color: #044899;
    padding-left: 13px;
    transition: all 0.6s;
}







/*底部*/
.footbj {
	height: 360px;
	background:#202020;
	width: 100%;
}
.dbys{
    width: 1350px;
    margin: 0 auto;
    height: 120px;
    border-bottom: 1px #383838 solid;
}
.dbys ul li{
    float: left;
    width: 337px;
}
.dbys ul li img{
    float: left;
    margin-top: 28px;
}
.dbys ul li p{
    float: left;
    margin-left: 30px;
    font-size: 15px;
    color: #cecece;
    line-height: 33px;
}
.dbys ul li p span{
    font-size: 23px;
    display: block;
    margin-top: 28px;
}
.dbys ul li:hover img{
    transition: all 0.5s;
    transform: rotate(360deg);
    cursor: pointer;
}
.dblogo{
    margin-top: 22px;
}
.dbdh{
    margin-left: 85px;
    width: 180px;
}
.dbdh span{
    color: #fff;
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 15px;
    display: block;
}
.dbdh span em{
    font-size: 18px;
}
.dbdh ul li{
    float: left;
    line-height: 30px;
    margin-right: 30px;
}
.dbdh ul li a{
    font-size: 15px;
    color: #999;
}
.dbdh ul li a:hover{
    text-decoration: underline;
}
.dbewm{
    width: 300px;
    margin-left: 115px;
    margin-top: 40px;
}
.dbewm ul li{
    float: left;
    margin-right: 20px;
    text-align: center;
}
.dbewm ul li span{
    display: block;
    line-height: 35px;
    font-size: 15px;
    color: #fff
}
.dbtel{
    width: 350px;
    margin-top: 30px;
}
.dbtel b{
    color: #fff;
    font-size: 30px;
    font-family: "Arial";
}
.dbtel span{
    color: #ff2548;
    font-size: 25px;
    display: block;
    font-weight: bold;
}
.dbtel em{
    font-size: 18px;
    color: #fff;
    line-height: 40px;
}
.dbtel a{
    display: block;
    width: 140px;
    height: 38px;
    background: #ff2548;
    border-radius: 5px;
    margin-top: 10px;
    line-height: 38px;
    text-align: center;
    color: #fff;
    font-size: 16px;

}
.dbtel a:hover{
    background: #1a4fa7
}


.copy{
	width: 100%;
	height: 55px;
	line-height: 55px;
	background: #1a4fa7;
	text-align: center;
	font-size: 14px;
	color: #fff;
}
.copy a{
	color: #fff;
}
.copy span{
	color: #fff;
}

/*内页左侧分类*/
.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: 60px;
    font-size: 14px;
    line-height:60px;
    color: #000;
    width: 100%;
    background: #f4f4f4;
    margin-bottom: 10px;
}
.dh_box{
    width: 1350px;
    margin: 0 auto;
}

.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;
}
.dqdhMain{margin-left: 15px;}
.breadcrumbs .span11 {
    color:#000;
    padding:0 10px 0 30px;
    background:url(../images/dizhi.png) left center no-repeat;
}
.dqdh_class{
    font-size: 23px;
    color:#000;
}


/*Â·Ã–Ã'Â³*/
.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: #efefef;
    border-radius: 50px;
    margin: 20px 0;
    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:#0062d1;
    color:#fff;
    border:1px solid #0062d1;
}
.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: 30px;
    margin-bottom: 30px;
}
.maina {
    width: 1350px;
    margin: 0 auto;
    margin-top: 35px;
    
}
.main_right {
    width:100%;
    margin-bottom:50px;
    border: 1px #e9e9e9 solid;
}
.main .main_righta {
    width:100%;
    margin-bottom:50px;
}
.text {
    line-height:35px;
    font-size:16px;
    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:100%;
    margin-bottom:50px;
}
.l_img {
    width:630px;
    height:520px;
    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: 100%;
    height: 220px;
    margin-top: 20px;
}

.main .tT01a {
    line-height:45px;
    height: 45px;
    padding-bottom: 10px;
}
.main .tT01a .span1 {
    font-size:28px;
    color:#000;
    padding-left: 10px;
}
.main .subtitlea {
    font-size: 14px;
    line-height: 24px;
    height: 24px;
    color: #fff;
    padding-top: 15px;
    padding-bottom: 10px;
    background: #0062d1;
    padding-left: 20px;
}
.main .subtitlea span {
    padding:0 30px;
}

.xqcon{
    font-size: 15px;
    color: #666;
    line-height: 30px;
    height: 80px;
    overflow: hidden;
    margin-top: 15px;
}
.stimea {
    background: url(../images/shijian.png) left center no-repeat;
}
.sclicka {
    background: url(../images/liulan.png) left center no-repeat;
}
.lianxi {
    margin-top: 18px;
}
.lianxi .a {
    display:block;
    line-height:50px;
    float:left;
    margin-right:30px;
    color:#0062d1;
    font-size:18px;
    border-bottom:1px solid #0062d1;
    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: #ff2548;
    margin-top: 30px;
    width: 130px;
}
.dianhua a {
    color:#fff;
    display: block;
}
.dianhua:hover {
    background-color:#0062d1;
}


.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
}
.nyewm{
    text-align: center;
}
.nyewm img{
    margin-bottom: 0
}
.nyewm span{
    display: block;
    color: #333;
    font-size: 18px;
}

.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 {
    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:#0062d1;
}
.wizfrm:hover {
    background-color:#ff2548;
}
/**/


.mainBox {
    border: 1px #e9e9e9 solid;
}

.main .proListal {
    width:100%;
}
.main .proListal li {
    width:435px;
    float:left;
    background: #fff;
    height: 380px;
    margin-bottom: 15px;
    margin-left:15px;
    position:relative;
    box-sizing: border-box;
    border: 1px #e8e8e8 solid;
}
.main .proListal li .boxal {
    width:435px;
    height:330px;
    display:block;
    cursor:pointer;
    position: relative;
}
.main .proListal li .boxal .spanImgal {
    display:block;
    overflow:hidden;
    width:435px;
    height:330px;
    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 .boxal em{
    display: block;
    position: absolute;
    left: 0;
    bottom:0;
    width: 100%;
    height: 50px;
    background: rgba(44,109,209,.8);
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-family: "Arial";
}

.main .proListal li .spanal {
    display: block;
    height:45px;
    line-height:45px;
    width:326px;
    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: #2c6dd1;
    font-weight: bold;
}

.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{
    position: relative;
    z-index: 2;
}
.page_news_con ul li{
    overflow: hidden;
    padding: 15px 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: #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: #0062d1;
}
.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: #0062d1;
    margin-right: 12px ;
    vertical-align: middle;
}

.page_news_des{
    float: left;
    overflow: hidden;
}
.page_news_img{
    float: left;
    width: 213px;
    height: 160px;
    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: 1050px;
    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: #0062d1;
    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 {
    margin-bottom: 20px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}
.left_class ul li{
    float: left;
    width: 183px;
    height: 45px;
    background: #215dbf;
    border-radius:0 10px;
    margin-right: 8px;
    margin-bottom: 6px;
    text-align: center;
    line-height: 45px;
}
.left_class ul li a{
    display: block;
    color: #fff;
    font-size: 16px;
}
.left_class ul li:hover{
    background: #ff2548
}
.left_class ul li:hover a{
    color: #fff
}


.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;
}

