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

/*导航顶部 */ 
.topbj{
    width: 100%;
    height: 50px;
    background: #1354bd;
    line-height: 50px;
}
.topbj .huanying{ 
    padding-right:20px;
    line-height: 50px;
    color: #fff;
    font-size: 14px;
}
.show_box {
    position:relative;
}
.show_box .span_t {
    display:block;
    height:50px;
    width:50px;
    cursor:pointer;
    background-position: center center !important;
    background-repeat:no-repeat !important;
}
.show_box .span_t:hover {
    background-color:#005eee;
}
.show_box .span_t_1 {
    background-image:url(../images/span_t_1.png);
}
.span_t_2 {
    background-image:url(../images/span_t_2.png);
}
.show_box .span_t_3 {
    background-image:url(../images/span_t_3.png);
}
.show_box .show {
    position:absolute;
    left:50%;
    top:100%;
    margin-left:-100px;
    width:200px;
    border:1px solid #ddd;
    box-shadow:0 3px 8px rgba(0, 0, 0, 0.1);
    background-color:#fff;
    border-radius:5px;
    display:none;
    padding:20px 0 13px 0;
    z-index:9999;
}
.show_box .show img {
    display:block;
    width:140px;
    height:140px;
    margin:auto;
}
.show_box .show span {
    display:block;
    text-align:center;
    font-size:13px;
    color:#000;
    line-height:30px;
}
.show_box:hover .show {
    display:block;
}
.span0 {
    color:#fff;
    font-size:14px;
    padding-left:20px;
}
.span1 {
    color:#fff;
    font-size:25px;
    font-weight: bold;
    font-family:"Arial";
    padding-left:10px;
}
.span_n1{
    color: #fff;
}

/*导航 */ 
.nav {
    width: 100%;
    height: 105px;
    background: url(../images/nav.jpg) center no-repeat;
    position: absolute;
	border-top:5px solid #0f59c2;

    left: 0;
    z-index: 999;
}
.left-logo{

    position: absolute;
    top: -4px;
    left: 50%;
    margin-left: -160.5px;
    width: 321px;
    height: 163px;
}

.navb {
    height: 40px;
    line-height: 40px;
    margin-top:35px;
}
.navb .active {
    position: relative;
    float: left;
    width: 130px;
    display: inline;
    text-align: center;
}


.navb .active:nth-child(4) {
	margin-right:300px;

}

.navb .on{
    height: 40px;
    background: #1354bd;
    border-radius: 50px;
} 

.navb .on a{
    color: #fff;
    display: block;
    font-size: 17px;
}


.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:72px;
    float: left;
    line-height: 30px;
    z-index: 1000;
}
.navb .sub2 {
    left: -193px !important;
    width: 680px;
}
.navb .sub li {
    text-align:center;
}
.navb .sub li a {
    color:#5e5e5e;
    display:block;
    zoom:1;
    font-size: 14px;
}

.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:680px;
	height:583px;
    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;

    overflow:hidden;
    margin-left:13px;
   
}
.mun1 ul li h2 {
    width: 100%;
    font-size: 14px;
    color: #5e5e5e;
    border-bottom: 1px solid #dbdbdb;
    line-height: 35px;
    overflow: hidden;
    height: 35px;
}
.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;
}


/*banner*/
.flexslider {
	margin: 0 auto 0;
	position: relative;
	width: 100%;
	height: 835px;
	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: 880px;
	border:0;
}


/*产品*/
.cpbj{
    width: 100%;


}
.cpbt{
    text-align: center;

	background:url(../images/chanpin.jpg) no-repeat top; height:140px;
}
.cpbt a{
   font-size: 45px;
   color: #313131;
   font-weight:bold;
   position: relative;
}

.cpbt a:hover{
    color: #215dbf
}
.cpbt b{
    font-size: 36px;
}
.cpbt p{
    font-size: 16px;
    color: #313131;
    line-height: 35px;
}

.pro_list{
    width: 1350px;
    height: 60px;
		

    margin: 0px auto;

}
.pro_list li{
    height: 55px;
    line-height: 45px;
	width:185px;
    float: left;
	margin-right:6px;
	background:url(../images/cpfl.jpg) no-repeat center;
	margin-bottom:5px;

}

.pro_list li:nth-child(7){
    height: 55px;
    line-height: 45px;
	width:185px;
    float: left;
	margin-right:0px;
	border-right:none;

}

.pro_list li a{
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
	text-align:center;
    position: relative;

}
.pro_list li a::after{

}
.pro_list li a:hover{

	color:#FFF;

}
.pro_list li:last-child a::after{
    background: none;
}

.pro_litpic {
    width: 86%;
    margin: 20px auto 0 auto ;
    height: 640px;
    overflow: hidden;
}
.pro_go ul{
    overflow: hidden;
}
.pro_go>ul>li {
    width: 24.3%;
    margin: 5px 0.2%;
    float: left;
    overflow: hidden;
    position: relative;
    border: 1px #ececec solid;
}
.pro_go>ul>li>a {
    display: block;
    height: 380px;
    overflow: hidden;
    position: relative;
}   
.pro_go>ul>li a img {
    width: 100%;
    height: auto;
    min-height: 318px;
    transition: all 0.5s;
}
.pro_go>ul>li a em{
    width: 100%;
    height: 65px;
    line-height: 30px;
    text-align: center;

    color: #fff;
    font-size: 15px;
    background:url(../images/hee3.jpg) repeat-x center;
    position: absolute;
    left: 0;
    bottom: 0;
}
.pro_litpic_cover{
    overflow: hidden;
    width: 100%;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
}
.pro_litpic_cover span{
    float: left;
    width: 180px;
    height: 80px;
    background:url(../images/cpfl.png) no-repeat left;
  
    position: relative;
    z-index: 11;
}
.pro_litpic_cover span i{
    font-size: 15px;
    text-align: left;
    margin-top: 13px;
    display: block;
    font-style: normal;
    overflow: hidden;
    height: 22px;
}
.pro_litpic_cover span i::before,.pro_litpic_cover span i::after{
    content: '';
    display: inline-block;
    vertical-align: middle;

    height: 4px;
  
}
.pro_litpic_cover span i::before{
    margin-right: px;
}
.pro_litpic_cover span i::after{
    margin-left: 5px;
}
.pro_litpic_cover strong{
    font-weight: normal;
    font-size: 14px;
	background:#8f0000;

    padding: 3px 21px;
    border-radius: 20px;
    margin-top: 10px;
    display: block;
    width: 100px;
	margin-left:10px;
    text-align:center;

    box-sizing: border-box;
}
.pro_litpic_cover em{
    float: right;
    width: 280px;
    height: 45px;
    line-height: 45px;
    font-size: 17px;
    text-align: center;
    position: absolute;
    right: 0;
    bottom: 0;
}
.pro_litpic_cover p{
    text-align: right;
    padding-right: 21px;
	margin-top: 30px;
}

/*优势*/
.advbj{
    width: 100%;
    height: 800px;
    background: url(../images/advbj.jpg);
}
.ysbt{
    text-align: center;
}
.ysbt h1{
	font-weight:bold; line-height:100px; font-size:46px; text-align:center; color:#FFF; padding-top:150px;
}
.ysbt p{
    color: #fff;
    font-size: 17px;
	line-height:40px;
}
.yslb{
    width: 400px;
    margin-top: 130px;
}
.yslb  ul li{
    width: 315px;
    height: 87px;
    background: url(../images/ysquan.png) center no-repeat;
}
.yslb  ul li img{
    display: block;
    float: left;
    margin-left: 25px;
    margin-top:17px;
}
.yslb  ul li b{
    display: block;
    float: left;
    color: #215dbf;
    font-size: 20px;
    margin-left: 30px;
    line-height: 85px;
}
.ysa b{
    line-height: 30px !important;
    margin-top: 10px;
}
.yslb  ul li:first-child{
    margin-left: 60px;
}
.yslb  ul li:nth-child(2){
    margin-top: 88px;
    margin-left: 20px;
}
.yslb  ul li:nth-child(3){
    margin-top: 103px;
    margin-left: 60px;
}

.yslba{
    width: 400px;
    margin-top: 160px;
}
.yslba  ul li{
    width: 315px;
    height: 87px;
    background: url(../images/ysquana.png) center no-repeat;
}
.yslba  ul li img{
    display: block;
    float: left;
    margin-left: 30px;
    margin-top:17px;
}
.yslba  ul li b{
    display: block;
    float: left;
    color: #215dbf;
    font-size: 20px;
    margin-left: 30px;
    line-height: 85px;
}
.yslba  ul li:first-child{
    margin-right: 60px;
}
.yslba  ul li:nth-child(2){
    margin-top: 88px;
    margin-left: 70px;
}
.yslba  ul li:nth-child(3){
    margin-top: 103px;
    margin-right: 60px;
}
.yslba ul li:hover{
    animation: ball .6s infinite alternate;
    cursor: pointer;
}
.yslb ul li:hover{
    animation: ball .6s infinite alternate;
    cursor: pointer;
}
/*案例*/
/*csae*/
.case_con{
    width: 68%;
    margin: 35px auto 0 auto;
    overflow: hidden;
	float:right;
}
.case_go{
    width: 99999px;
    position: relative;
}
.case_go ul li {
    width:435px;
    height: 355px;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    background: #f0f0f0;
    overflow: hidden;
	margin-top:40px;
    text-align: center;
    position: relative;
    padding: 6px;
}
.case_go ul li .alimg {
    display: block;
    width: 435px;
    height: 355px;
    overflow: hidden;
}
.myClassa{
    background-position:center center; 
    -webkit-background-size: cover;  
    -moz-background-size: cover;  
    -o-background-size: cover; 
    background-size:cover;
    width: 435px;
    height: 355px;
    transition: all 0.6s;
    }
.case_go ul li .altitle{
    text-align:left;
    font-size: 16px;
    color: #fff;
    line-height: 50px;
    height: 50px;
    display: block;
    width: 435px;
    position: absolute;
    z-index: 999;
    left: 50%;
    bottom: 15px;
    background:url(../images/n.png) no-repeat left;
    margin-left: -217.5px;
}

.case_go ul li:hover .altitle{
    font-weight: bold;

}
.case_go ul li:hover .alimg .myClassa{
    transform: scale(1.1);
}
.case_a,.case_b{
    float: left;
}


.case{
	width:100%; height:513px; background:url(../images/case6.jpg) repeat-x top;}

/*简介*/
.abbj{
   width: 100%;
   height: 600px;
   background: url(../images/abbj.png) center no-repeat;
   margin-top: 60px;
   position: relative;
   z-index: 999
}
.about{
    width: 1360px;
	text-align:center;
	margin:0px auto;
	display:block;
}
.about h3{
    font-weight: bold;
    display: block;
    margin-bottom: 25px;
    padding-top: 60px;
}
.about h3 a{
    color: #eaeaea;
    font-size: 30px;
}
.about h3 a:hover{
    color: #e40000
}
.about p{
    font-size: 16px;
    color: #fff;
	text-indent:2em;
    line-height: 36px;
}

/*数字*/
.ys_box{
    height: 180px;
    width: 1300px;
    position: relative;
}

.ys_box ul li{
    float: left;
    width: 240px;
    height: 120px;
    margin-top: 10px;
    background: url(../images/xiana.png) right center no-repeat;
    text-align: center;
}
.ys_box ul li+li+li+li{
    border-right: 0;
}
.ys_box .div1{
    position: relative;
}
.ys_box .div1 .span{
    font-size: 60px;
    color: #fff;
    font-family: "Arial";
}
.ys_box .div1 .span3{width: 30px;height: 30px;display:inline-block;margin-left: 10px;position: relative;bottom: 15px;background: url(../images/jt.png) center no-repeat;}
.ys_box .div2 .span2{
    font-size: 20px;
    color: #fff;
}



/*新闻*/
.news{
    height: 655px;

    position: relative;
    margin-top: -63px;
    z-index: 99
}

.news_list  li{
    float: left;
    margin: 0 15px;
    color: #333;
    font-size: 17px;
}
.news_list li::before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 36px;
    height: 23px;
    background: url(../images/tbb.png) left center no-repeat;
    margin-right: 15px;
    margin-bottom: 3px;
}

.news_con{
    width: 1350px;
    margin: 0px auto 0 auto;
    overflow: hidden;
}

.news_con_l{
    width: 505px;
	float:left;

}
.news_con_r{
    width: 825px;
	float:right;

}
.news_con ul li{
    float: left;
    width: 800px;
    height: 160px;
    box-sizing: border-box;
    overflow: hidden;
	margin-bottom:5px;
    background: #fff;



    position: relative;

}
.n_l{
    float: left;
    width: 230px;
    height: 160px;
    overflow: hidden;

}
.n_l img{
    width: 103%;
    height: auto;
    min-height: 150px;
    transition: all 0.6s;
}
.news_con ul li:hover img{
    transform: scale(1.1);
}
.n_r{
    float: right;
    width: 527px;
	
    margin-top: 15px;
}
.n_r strong{
    color: #333;
    font-size: 17px;
}
.n_r p{
    font-size: 15px;
    color: #666;
    line-height: 25px;
    margin: 10px 0;
}
.n_r em{
    font-size: 15px;
    color: #666;
	text-align:center;
	border-radius: 25px;
	width:145px; height:35px; border:#CCC 1px solid; display:block; line-height:35px;
 

    font-family: "Arial"
}
.n_r i{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 42px;
    height: 42px;
    background: #1662c8;
    border-top-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.n_r i::after{
    content: '';
    display: block;
    width: 16px;
    height: 25px;
    background: url(../images/jta.png) center no-repeat;
    position: absolute;
    top: 0;
    left: 3px;
    right: 0;
    bottom: 0;
    margin: auto;
}
.news_con ul li:hover .n_r strong{
   color: #1662c8;
   padding-left: 13px;
   transition: all 0.6s;
}

/*底部*/
.footgg{
    width: 100%;
    height: 240px;
    background: url(../images/footgg.png) center no-repeat;
    position: relative;
    margin-top: -100px;
    z-index: 999;
}
.dewm{
    margin-left: 150px;
    margin-top: 103px;
}
.dtel{
    margin-top: 116px;
    margin-left: 50px;
    color: #fff
}
.dtel p{
    font-size: 39px;
    background: url(../images/tel.png) left center no-repeat;
    padding-left: 55px;
}
.dtel span{
    font-size: 23px;
    display: block;
    margin-left: 50;
}
.dggimg{
    margin-top: 120px;
}
.dggimg p{
    text-align: right;
    font-size: 18px;
    color: #fff;
    line-height: 45px
}

.footbj{width: 100%;height: 280px;background:#2a2a2a;}
.fofl{
    width: 900px;
    padding-top: 75px;
    color: #fff;
    background: url(../images/dbimg.png) top center no-repeat;
    margin-top: 37px;
    height: 95px;
}
.fofl ul li{
    float: left;
    margin-right: 60px;
    margin-left: 20px;
}

.fofl ul li p{
    font-size: 16px;
    color: #fff;
}
.fofl ul li em{
    color: #c5c5c5;
    font-size: 14px;
    line-height: 30px;
}
.dblogo{
    margin-top: 50px;
}

.dbfr{
    width: 510px;
    margin-top: 10px;
}
.copy{
    text-align: center;
    font-size: 15px;
    color: #bcbcbc;
    margin-top: 20px;
}
.copy a,.copy span{
   color: #bcbcbc 
}



/*内页左侧分类*/
.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;
	border-bottom: 1px #dfdfdf solid;
}

.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:#1455bd;
	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 #2f76dc;
border-right:1px solid #2f76dc;
}
.breadcrumbs .dqdh_class li a::before {
left:20px;
}
.breadcrumbs .dqdh_class li a::after {
right:20px;
}

/*左侧分类*/

.left_class {
    width: 270px;
    background: #efefef;
    height: auto;
    padding-bottom: 30px;
    border: 1px #e0e0e0 solid;
}
.left_class .classT {
    background: #1455bd;
    position: relative;
    z-index: 10;
    height: 110px;
    text-align: center;
    border-bottom: 5px #0a3d91 solid;
    margin-bottom: 30px;
}
.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/arr.gif) 15px center no-repeat;
    line-height:45px;
    text-align: left;
    border-radius: 50px;
    margin-top: 12px;
}
.left_class .subNav a {
    font-size: 15px;
    color: #000;
    display:inline-block;
    padding-left:32px;
}
.left_class .subNav:hover {
    background: #ff492b  url(../images/arr.gif) 15px center no-repeat;
}
.left_class .subNav:hover a {
    color: #fff;
}
.left_class .navContent {
    margin-top: 10px;


}
.left_class .navContent:nth-child(1){display: block;}
.left_class .navContent li {
    height: 45px;
    line-height: 45px;
    border-bottom: 1px #4d70c0 dotted;
}
.left_class .navContent li a {
    font-size: 16px;
    color: #000;
    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: #2b5bc9;
    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 #dedede solid;
    color: #000;
    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;}
.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;

}
.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;

	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: 20px;

}
.maina {
	width: 1350px;
	margin: 0 auto;
	margin-top: 40px;
	margin-bottom: 30px;
	border: 1px #e9e9e9 solid;
}
.main .main_right {
	width:100%;
	margin-bottom:50px;
}
.main .main_righta {
	width:1060px;

}
.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: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: 220px;
    background: #1455bd;
}

.main .tT01a {
    line-height:45px;
    height: 45px;
    border-bottom: 1px #4787f3 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: 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:#1662c8;
    font-size:18px;
    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: #ff492b;
    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: #1455bd;
    margin-top: 40px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    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 {
	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:#e30000;
}
.wizfrm:hover {
	background-color:#1e61c2;
}
/**/


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

.main .proListal {
	width:100%;
}
.main .proListal li {
	width:342px;
	float:left;
	background: #fff;
	height: 330px;
	margin-bottom: 15px;
	margin-left:10px;
	position:relative;
    box-sizing: border-box;
    border: 1px #e8e8e8 solid;
}
.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;
    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: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: #ff492b;
    text-align: center;
    line-height: 35px;
    font-size: 15px;
    color: #fff;
    position: absolute;
    bottom: 30px;
    right: 30px;
}
.page_news_con ul li:hover{
    background: #1662c8;
}
.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: 213px;
    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:55px ;
}
.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: #e30000;
    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%
}


.about_miore{
	width:320px; height:50px; border:#b5b5b5 1px solid; margin-top:20px;}
.about_miore_a{ width:160px; height:50px; float:left; background:#e80000; line-height:50px; text-align:center;}
.about_miore_a a{ color:#FFF;}
.about_miore_b{ width:160px; height:50px; float:left; line-height:50px; text-align:center;}
.about_miore_b a{ color:#000;}
.tupian{ float:right; margin-top:140px;
	}
	
	
.youshi_d{ width:1360px; height:325px; margin:0px auto;}

.youshi_d_a{
	width:565px; height:70px; margin:0px auto;}
.youshi_d_b{ text-align:center; font-weight:bold; font-size:30px;}
.youshi_d_c{ text-align:center;  font-size:16px; text-align:center; line-height:50px;}

.youshi_d_d{ margin-top:30px;}



.new_l{
	width:1360px; height:280px; margin:0px auto; }



	.news_list1{width:100%;border:none !important;}
.news_list1 li{width:47%;height:85px;margin:0 4.2% 20px 0;cursor:pointer;border-bottom:1px dashed #dedede;float:left;padding-bottom:20px;}
.news_list1 li:nth-child(2n){margin-right:0;}
.news_list1 li .time{width:14.8%;height:85px; float:left;-webkit-transition: all .4s;-moz-transition: all .4s;-ms-transition: all .4s;-o-transition: all .4s;transition: all .4s;}
.news_list1 li .time p{display:block;width:100%;height:40px;line-height:40px;font-size:24px;font-weight:bold;color:#01a38c;text-align:center;margin-top:12px;}
.news_list1 li .time span{display:block;width:100%;height:22px;line-height:22px;color:#01a39b;font-size:16px;text-align:center;}
.news_list1 li .wz{float:right;width:97%;-webkit-transition: all .4s;-moz-transition: all .4s;-ms-transition: all .4s;-o-transition: all .4s;transition: all .4s;}
.news_list1 li .wz .tlt{display:block;height:36px;line-height:36px;color:#333;font-size:20px;overflow: hidden; font-weight:bold; text-overflow: ellipsis; white-space:nowrap;position:relative;-webkit-transition: all .4s;-moz-transition: all .4s;-ms-transition: all .4s;-o-transition: all .4s;transition: all .4s;}
.news_list1 li .wz .tlt:after{content:'';display:block;width:0;height:1px;background:#0aa770;position:absolute;top:50%;left:0;-webkit-transition: all .4s;-moz-transition: all .4s;-ms-transition: all .4s;-o-transition: all .4s;transition: all .4s;}
.news_list1 li:hover .wz .tlt{color: #1455bd;}
.news_list1 li .wz p{color: #999;line-height:20px;padding-top:10px;font-size:14px;height:40px;overflow:hidden;}
.news_list1 li:hover .time{background:#01a38c;margin-top:-5px;}
.news_list1 li:hover .time p{color:#fff;}
.news_list1 li:hover .time span{color:#fff;}
.news_list1 li:hover .wz{margin-top:-5px;}
.news_list1 li:hover .wz .tlt:after{content:'';width:30px;}
.news_list1 li:hover .wz .tlt{padding-left:35px;}


.footer{
	background:url(../images/foot1.jpg) no-repeat top center;

}
.f_t{

}
.f_t_con{
    width: 1360px;
    margin: 0 auto;
    overflow: hidden;
    padding: 100px 0 40px 0;
}
.f_logo{
	width:765px;
    float: left;
}


.f_contact{
	width:370px;
    float: left;
}
.f_ewm{
	width:150px;
    float: left;
}
.f_logo img{
    margin-bottom: 10px;
}
.f_logo ul li{
    font-size: 15px;
	float:left;
	text-align:center; 
	margin-right:5px;
    line-height: 130px;

    color: #fff;
	width:89px; height:130px; 
}
.f_logo ul li a{

    color: #858585;

}
.f_contact ,.f_ewm{
    margin-left: 20px;
    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: #858585;
    padding-left: 10px;
}
.f_ewm ul li{
    float: left;
    margin: 0 5px;
}
.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{

}



.zhe{
	width:1360px; height:150px; background:url(../images/zhe.png) no-repeat center; margin:0px auto; margin-top:-70px; z-index:999; position:relative;}
	
	
.news_con_z{
	width:500px; height:310px; background:#999;}
	
.news_con_z1{
	width:500px; height:50px; line-height:50px; font-weight:bold;}
	
.news_con_z2{
	width:500px; height:50px; line-height:30px; font-size:16px;}
	
	
.news_con_z3{    font-size: 15px;
    color: #666;
    text-align: center;
    border-radius: 25px;
    width: 145px;
    height: 35px;
    border: #CCC 1px solid;
    display: block;
    line-height: 35px;
    font-family: "Arial";
	margin-top:20px;
	}
	
	
.ys_box{height: 180px;}
.ys_box ul{background: url(../images/xian.jpg) right center no-repeat;}
.ys_box ul li{float: left;width: 310px;height: 120px;text-align: center;}

.ys_box .div1{position: relative;}
.ys_box .div1 .span1{font-size: 60px;color: #fff;font-family: "Arial";}
.ys_box .div1 .span3{width: 35px;height: 35px;background: #ff492b;border-radius: 50px;display:inline-block;margin-left: 10px;position: relative;bottom: 15px;line-height: 32px;color: #fff;font-size: 16px;}
.ys_box .div2 .span2{font-size: 18px;color: #fff;}