body{
	margin: 0;
	min-width: 1200px;
	position: relative;
	padding:0;
	font-family: "微软雅黑","Helvetica Neue";
}
ul,input,dl,dd,p,h3,div,a,img{
	margin: 0;
	padding: 0;
}
li{
	list-style: none;
}
a{
	text-decoration: none;
	color: #565656;
}
img{
	border: none;
}
/*公共头部*/
.nav{
	width: 100%;
	height: 31px;
	background: #e6e7e9;
	font: 12px/31px "微软雅黑";
	text-align: center;
}
.clear{clear: both;}

.all-nav{
	width: 100%;
	position: fixed;
	z-index: 999;
	/*box-shadow: 0px 0px 16px #c6c6c6;*/
	/*-moz-box-shadow:0px 1px 18px #888888;
	-webkit-box-shadow:0px 1px 18px #888888;*/
}

.head_nav{
	width: 1200px;
	height: 31px;
	margin: 0 auto;
}
.nav a{
	float: right;
}
.nav_fl img{
	width: 17px;
	height: 10px;
	margin-right: 9px;
}
.nav_fr{
	margin-left: 11px;
}
.nav_fr img{
	width: 17px;
	height: 10px;
	margin: 0 9px 0 13px;
}

/*内容公共导航部分*/
.product_maintopnav{
	width: 1200px;
	margin: 0 auto;
	margin-bottom: 40px;
	text-align:center;
}



.applicationlist_name{
	display:block;
	font: 14px/27px "微软雅黑";
	text-align: center;
	margin-right:28px;
	float: left;
	margin-top: 43px;
	width: 154px;
	height: 42px;
	border: 1px solid #0181cc;
	box-sizing: border-box;
	border-radius: 42px;
	color: #0181cc;
	font-size: 12px;
	line-height: 42px;
}

.pro_list_name{
	display: inline-block;
	text-align:center;
	margin: 0 auto;
}
/* .product_maintopnav .pro_list_name a:nth-child(4n) {
	margin-right: 0;
} */
.product_maintopnav .pro_list_name a:last-child {
	margin-right: 0;
}
.cp_all{
   margin:0 auto;
   display: inline-block;
}


/* .cp_all a:nth-child(4n){
	margin-right: 0;
} */
.cp_all a:last-child{
	margin-right: 0;
}
.product_list_name{
    display: block;
	width: 154px;
	height: 42px;
	border: 1px solid #0181cc;
	box-sizing: border-box;
	border-radius: 42px;
	color: #0181cc;
	font-size: 12px;
	line-height: 42px;
	text-align: center;
	margin-right: 28px;
	float: left;
	margin-top: 28px;
}
.acct{
	background: #0181cc;
	color: #ffffff;
	display: block;
	width: 154px;
	height: 42px;
	border: 1px solid #0181cc;
	box-sizing: border-box;
	border-radius: 42px;
	font-size: 12px;
	line-height: 42px;
	text-align: center;
	margin-right: 28px;
	float: left;
	margin-top: 28px;
}
.cp_all a:hover{
	background: #0181cc;
	color: #fff;
}
/*内部公共导航结束*/



/*首页公共导航*/
.top_nav{
	width: 100%;
	min-width: 1200px;
	height: 79px;
	background: white;
	position: relative;

}
.top_navs{
	width: 1200px;
	height: 79px;
	margin: 0 auto;
}
.top_nav_img{
	width: 300px;
	height: 79px;
	float: left;
	/* font: 18px/79px "微软雅黑";
	color: #004ea1; */
}
.top_nav_img img{
	float: left;
	margin:10px 0px 0px 12px;
	max-width: 85%;
}
.top_nav_img span{
	margin-top: 10px;
	float: left;
	text-align: left;
	font-size: 30px;
	color: #0081CC;
	display: block;
}
.top_nav_img u{
	display: block;
	text-decoration: none;
	font-size: 12px;
}
.top_nav_ct{
	float: right;
	width: 900px;
	height: 50px;
	/* margin-right: 10px; */
	color: #5d5d5d;
	margin-top: 15px;
}
.top_nav_ct .top_nav_ul{
	width: 900px;
	height:50px;
	line-height: 50px;
}
.top_nav_ct li{
	float: left;
	width: 110px;
	height: 50px;
	font: 14px/79px "微软雅黑";
	text-align: center;
	line-height: 50px;
	position: relative;
	
}
.top_nav_ct a{
	
	word-wrap: break-word;
	overflow:hidden;
	
	padding-top:25px;
	text-align: center;
	font-weight: bold;
}
.top_nav_ct a:hover{
	color: #004ea1;
	background: url(../images/nav-bt.png) no-repeat center 66px;
}
.search{
	float: right;
	width: 146px;
	height: 79px;
	font-size: 12px;
	text-align: center;
	margin-top: 3px;
	/*background:url(../img/cp_06.jpg) no-repeat center center;*/
}
.search input{
	 outline:none; border:0;
}
.searchb{
	background:url(../images/search_pic_06.png) no-repeat center;
	width: 13px;
	height: 13px;
	vertical-align:middle;
	cursor:pointer;
}
.searcht{
	vertical-align:middle;
	width: 96px;
	font: 12px/12px "微软雅黑";
	color: #b4b3b3;
	padding-left: 13px;
	height:26px;
	line-height: 26px;
	background:none;
}
.searches{
	height: 30px;
	background:url(../images/seach.png) no-repeat 0px 2px ;
	margin:23px auto;
}
/*top*/
/* .top_nav_li:hover{
   background: #0181cc;
   color: #fff;
}
.top_nav_li a:hover{
   background: #0181cc;
   color: #fff;
} */
#column .nav-column{
	width: 100%;
	margin: 0 auto;
	position: relative;
}
#column{
	background: #fff;
	width: 140px;
	position: absolute;
	z-index: 998;
	display:none;
	position: absolute;
	left:-15px;
	top:51px;
	height:auto;
	padding-top: 19px;
	box-shadow: 0 0 4px #eee;
}
#column_en{
	background: #fff;
	width: 180px;
	position: absolute;
	z-index: 998;
	display:none;
	position: absolute;
	left:-28px;
	top:51px;
	height:auto;
	padding-top: 19px;
	text-align: center;
}
#column_en a{
	word-wrap: break-word;
	overflow:hidden;
	
	padding-top:0;
	text-align: center;
}
#column_en li{
	width: 100%;
	font: 13px "微软雅黑";
	text-align: left;
	height: 35px;
	line-height: 35px;
	
}
#column_en li a{
	padding-left: 10px;
	
}
#column_en .nav-column li:hover {
	background:#0081CC;
	color: #fff;
}
#column_en .nav-column li:hover a{
	background:#0081CC;
	color: #fff;
}
#column_en.nav-column li a:hover{
	background:#0081CC;
	color: #fff;
}





#column .nav-column li{
	float: left;
	width: 100%;
	text-align: center;
	padding-bottom: 0;
	height: auto;
	border-bottom:1px solid #E6E7E9;
	font-size: 13px;
	line-height: 35px;
}
.top_nav_f{
	padding-bottom: 13px;

}
.top_nav_li:hover .top_nav_f{
  border-bottom: 4px solid #0081CC;
}
#column .nav-column li a{
    word-wrap: break-word;
    overflow: hidden;
    line-height: 20px;
    padding-top:8px;
    padding-bottom: 8px;
    text-align: center;
}
#column-last{
	float: right;
	margin-right: 0px;
}
#column  .nav-column span{
	display:block;
	line-height: 20px;
    padding-top:8px;
    padding-bottom: 8px;
	font: 12px "PingFang SC","Lantinghei SC","Microsoft YaHei","HanHei SC","Helvetica Neue","Open Sans",Arial,"Hiragino Sans GB","微软雅黑",STHeiti,"WenQuanYi Micro Hei",SimSun,sans-serif;
	text-align: center;
	color: #333333;
	float: left;
}
#column .nav-column font{
	float: right;
	font: 14px/24px "微软雅黑";
	color: #808080;
	border-bottom: 1px solid #b2b2b2;
}
#column .nav-column li a img{
	float:left;
}
#column .nav-column li:hover {
	background:#0081CC;
	color: #fff;
}
#column .nav-column li:hover a{
	background:#0081CC;
	color: #fff;
}
#column .nav-column li a:hover{
	background:#0081CC;
	color: #fff;
}
.nav-column span:hover{
	color: #004ea1;
}
.nav-column font:hover{
	color: #004ea1 ;
}
#column .nav-column .column-last{
	margin-right:0;
}
#column .conlumn_a{
	position: absolute;
	right:0;
	bottom:60px;
	border-bottom:1px solid #B2B2B2;
	width:82px;
	height:18px;
	text-align: center;
	padding-bottom:4px;
	line-height: 18px;
	font-size: 14px;
	color: #666666;
}
#column .conlumn_a:hover{
	background:none
}

/***********************首页开始************************************/

/*
.banner{
	width: 100%;
	position: relative;
	height: 601px;
	overflow: hidden;
}
.banner li{
	width:100%;height:601px;
	position: absolute;top:0;left:0;
	display: none;
}
.banner li.active{
	display: block;
}
.banner li img{
	width:100%;height:100%;
}
.banner .ban-btn{
	width:100%;height:10px;position: absolute;
	bottom:20px;
	text-align: center;font-size:0;
}
.banner .ban-btn span{
	width:10px;height:10px;display: inline-block;cursor: pointer;
	background:#92979d;margin:0 5px;border-radius:50%;
}
.banner .ban-btn span.active{
	background:#004ea1;
}  

*/
/*banner*/
.header{

}

.banner{ width:100%; position:relative;  height:450px; overflow:hidden;}
.banner .bd{ position:relative; z-index:0;  }
.banner .bd ul{ width:100% !important; }
.banner .bd li{ width:100% !important;  height:600px; }
.banner .bd li .siteWidth{ width:1000px; position:relative;  margin:0 auto;  height:600px;  }
.banner .bd li a{ position:absolute; width:100%; height:450px; display:block; z-index:1;;   }
.banner .bd .txt{ position:absolute; width:415px; top:100px; left:22px;   font:normal 18px/30px "Microsoft YaHei";    }
.banner .bd .btn{ display:block; zoom:1; margin-top:8px;  width:72px; padding-right:10px;  height:31px; line-height:31px; text-align:center; color:#fff; font-size:12px; background:url(images/banner-btn.png) 0 0 no-repeat;
	_background:url(images/banner-btn-ie6.png) 0 0 no-repeat;}

.banner .hd{ width:100%;  position:absolute; z-index:1; bottom:0; left:0; height:30px; line-height:30px; text-align:center; }
.banner .hd ul li{ cursor:pointer; display:inline-block; *display:inline; zoom:1; width:11px; height:11px; margin:4px; background-color: #017bc8; border-radius:11px ; overflow:hidden; 
		line-height:9999px;}
.banner .hd ul .on{background-color: #004ea1;}
.banner .prev,
.banner .next{display:block; position:absolute; left: 10%; z-index:1; top:50%;  width:55px; height:55px; background:url(../images/top_18.png) no-repeat; cursor:pointer; filter:alpha(opacity=50);opacity:0.5;}
.banner .next{ left:auto; right:15%; background:url(../images/top_21.png) no-repeat;}

/*首页内容第一部分*/
.section{
	width: 1200px;
	/* height: 606px; */
	margin: 0 auto;
	padding-bottom: 35px;
}

.one-left{
	width: 720px;
	float: left;
}

.one-font{
	font-size: 22px;
	font-weight: bold;
	margin-top: 35px;

}

.one-gang{
	width: 42px;
	height: 4px;
	background: #0181cc;
	margin-top: 20px;
}

.one-text{
	font-size: 14px;
	margin-top: 25px;
	line-height: 22px;
	text-indent: 2em;
}

.one-text p{
	margin-bottom: 5px;
}

.one-button{
	width: 100px;
	height: 36px;
	border: 2px solid #0181cc;
	font-size: 10px;
	color: #0181cc;
	text-align: center;
	line-height: 34px;
	margin-top: 25px;
}

.one-button:hover{
	background: #0181cc;
	color: white;
}


.one-fenge{
	float: left;
	width: 1px;
	height: 190px;
	background: #d9d9d9;
	margin-top: 80px;
	margin-left: 85px;
}

.one-right{

	float: right;
	font-weight: bold;
	margin-top: 35px;
	margin-left: 45px;
}
.one-right img{
	max-width: 100%;
}


.one-rightone{
	font-size: 28px;
	color: #d9d9d9;
}

.one-righttwo{

	font-size: 54px;
	color: #d9d9d9;

}

.one-rightthree{
	font-size: 27px;
	color: #148d8f;
}

.one-bottom{
	width: 1020px;
	margin: 0 auto;
	margin-top: 77px;

}
.one-bottom img{
	width: 240px;
	height: 150px;
}
.one-bottom a{

}
.one-bottom ul li{
	width: 240px;
	margin-right:20px;
	float: left;
}
.one-bottom ul li:nth-child(4n){
	margin-right:0;
}

.one-bottom div{
	width: 240px;
	text-align: center;

	margin-top: 10px;
	color: #2a2a2a;
	font-weight: bold;
	font-size: 14px;
}

.img_one:hover+div{
	color: #148d8f;
}
.div_one:hover{
	color: #148d8f;
}

.img_two:hover+div{
	color: #148d8f;
}
.div_two:hover{
	color: #148d8f;
}

.img_three:hover+div{
	color: #148d8f;
}
.div_three:hover{
	color: #148d8f;
}

.img_four:hover+div{
	color: #148d8f;
}
.div_four:hover{
	color: #148d8f;
}


/*首页第二部分*/
.wrappter{
	width: 100%;
	min-width: 1200px;
	height: 350px;
	background: url(../images/bg_center.jpg) no-repeat;
	overflow: hidden;
}

.two-container{
	width: 1200px;
	height: 350px;
	margin: 0 auto;

}

.two-container a{
	display: block;
	width: 100px;
	height: 36px;
	background: #0181cc;
	font-size: 10px;
	color: white;
	text-align: center;
	line-height: 34px;
	margin:0 auto;
	margin-top: 5px;

}

.two-font{
	font-size: 22px;
	font-weight: bold;
	color: white;
	text-align: center;
	margin-top: 30px;
	
}

.two-text{
	color: white;
	font-size: 14px;
	width: 900px;
	margin: 0 auto;
	margin-top: 20px;
	line-height: 24px;
}


.company{
	width: 100%;
	/* height: 640px; */
	padding-bottom: 50px;
	background: #f6f6f6;
}

.three-container{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

.three-container hr{
	border: 1px solid #ececec;
}

.three-left{
	float: left;
}

.left-font{
	margin-top: 35px;
	margin-left: 8px;
}

.font-en{
	color: #c1c1c1;
	font-size: 12px; 	
}

.font-ch{
	color: #2a2a2a;
	font-size: 22px;
	font-weight: bold;
}

.left-img{
	margin-top: 35px;
}

.left-img img{
	margin: 3px;
	
}

.left-img-one{
	width: 380px;
	height: 370px;
	background: white;
	float: left;
}

.left-img-two{
	margin-left: 28px;
}

.img-ch{
	font-size: 16px;
	font-weight: bold;
	color: #2a2a2a;
	text-align: center;
	margin-top: 10px;
}
.img-ch a{
    font-size: 16px;
    font-weight: bold;
    color: #2a2a2a;
    text-align: center;
    margin-top: 10px;
}
.img-en{
	font-size: 14px;
	font-weight: bold;
	color: #c2c2c2;
	text-align: center;
	margin-top: 4px;
}

.img-text{
	font-size: 12px;
	margin-left: 40px;
	margin-top: 16px;
	color: #2a2a2a;
	position: relative;
}

.img-text-service{
	font-size: 12px;
	margin-left: 10px;
	margin-top: 16px;
	color: #2a2a2a;
	position: relative;
}
.img-text-service p{
	line-height: 22px;
}
.img-text-service a{
	font-weight: bold;
	text-align: right;
	display: block;
	margin-right: 15px;
}

.img-text img{
	position: absolute;
	left: -20px;
}

.img-text a:hover{
	color: #109594;
}

.three-gang{
	width: 1px;
	height: 80px;
	background: #d9d9d9;
	float: left;
	margin-top: 35px;
}

.three-right{
	float: left;
}

.right-font{
	margin-left: 32px;
}

.right-img{
	margin-left: 26px;
}

.img-text-right{
	margin-top: 8px;
	width: 328px;
	line-height: 20px;
}

.home-contactbox{
	margin: 0 15px;
	padding:10px 0 18px 0;
	border-bottom: 1px solid #eee;
	position: relative;
}
.home-contactbox-u{
	width: 190px;
	float: left;
}
.home-contactbox-r{
	width: 140px;
	float: right;
}
.home-contactbox-u h4,.home-contactbottom h4{
	font-size: 16px;
    font-weight: bold;
    color: #2a2a2a;
    padding: 0;
    margin: 0;
    margin-bottom: 8px;
    display: inline-block;
}
.home-contactbox-u h4 img,.home-contactbottom h4 img{
	float: left;
}
.home-contactbox-u p{
    color: #7c7d7c;
    font-size: 13px;
    line-height: 22px;
}
.home-contactbox-icon{
	position: absolute;
	right: 15px;
	bottom: 5px;
}
.home-contactbox-icon a{
	cursor: pointer;
	margin-left: 5px;
}
.home-contactbottom{
	margin:15px 15px;
}
.home-contactbottom span{
	display: inline;
	color: #7c7d7c;
	font-size: 13px;
	margin-left:15px;
}


/*公共底部*/
.foot{
	width: 100%;
	height: 90px;
	/* min-width: 1200px; */
	background: #25292c;
	color: white;
	text-align: center;
	font-size: 13px;
	clear: both;
}
.foot-box{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.foot-box div{
	float: left;
}
.foot-box .foot-font{
	line-height: 90px;
	width: 500px;
	text-align: center;
}
.foot-box .foot-img1{
	width: 350px;
	text-align: center;
	padding: 30px 0 0 30px;
}
.foot-box .foot-img2{
	padding-top: 10px;
}

/************************************首页结束*************************/

/*内页功能banner*/
.cp_banner{
	width: 100%;
	height: 326px;
	min-width: 1200px;
	position: relative;
	overflow: hidden;
}
.cp_banners{
	width: 1200px;
	height: 326px;
	margin: 0 auto;
}
.banner_test {
	position: absolute;
	left:92px;
	top: 80px;
	font-weight: bold;
	font-size: 40px;
    font-weight: bold;

}
.banner_test a{
	color: #fff;
}
.banner_test font{
	display: inline-block;
	width: 24px;
	height: 42px;
	border-bottom: 1px solid #004ea1;
}
/*内页功能banner结束*/

/*.cp_banner img{
	width:1929px;
	height: 326px;
	position: absolute;
	left: 50%;
	margin-left: -964.5px;
}*/
/************************************公司介绍开始******************/
.cp_maintopnav{
	width: 1200px;
	height: 69px;
	margin: 0 auto;
	margin-bottom: 73px;
}

.cp_maintopnav span{
	display: inline-block;
	height: 28px;
	width: 320px;
	margin:42px 0px 0px 465px;
}
.cp_maintopnav a{
	float: left;
	width: 156px;
	height: 27px;
	text-align: center;
	font: 14px/27px "微软雅黑";
	font-weight: bold;
	color: #333333;
}
#nav_right,#xl_nav_left{
	border: 1px solid #116faf;
	width: 154px;
	border-radius: 40px;
	background:#116faf ;
	color: #ffffff;
}
.cp_main{
	background: #F6F6F6;
	padding: 30px 0 50px 0;
}
.cp_mains{
	width: 1200px;
	margin: 0 auto;
	background: #fff;
	box-shadow: 3px 3px 8px #e7e7e7;
}
.cp-mains-title{
	padding: 20px 0 10px 0;
	width: 1150px;
	margin: 0 auto;
	border-bottom: 1px solid #eee;
}
.cp-mains-h{
	float: left;
	width: 300px;
	font-size: 24px;
	color: #333;
	padding-left: 20px;
}
.cp-mains-now{
	float: right;
	width: 800px;
	text-align: right;
	font-size: 14px;
	margin-top: 15px;
	margin-right: 5px;
	color: #666;
}
.cp-mains-now a:hover{
	color: #116faf;
	cursor: pointer;
}



.cp_mainstop {
	width: 1200px;
	height: 45px;
	padding-bottom:30px;
}
.cp_mainstop strong{
	color: #116faf;
	font-weight: bold;
	font-size: 22px;
    padding-left: 10px;
}
.cp_mainstop span{
	color: #116faf;
	display: block;
	font-size: 24px;
    font-weight: bold;
    padding-left: 10px;

}
.cp_mainct{
	margin-top: 35px;
}
.cp_mainct p{
	font: 14px/37px "微软雅黑";
	color: #666666;
	margin-bottom: 9px;
}
/*分页css*/
.cp_mainsbot{
	width: 1200px;
	margin-top: 45px;
	height: 22px;
}
.cp_mainsbot p{
	text-align: center;
	font: 14px/22px arial;
}
#firstpage,#lastpage{
	display: inline-block;
	width: 58px;
	height: 22px;
}
.cp_mainsbot a{
	display: inline-block;
	width: 22px;
	height: 22px;
}
.cp_mainsbot a.actton{
	background: #116faf;
	color: #fff;
}
.cp_mainpic{
	margin-top: 20px;
	padding-bottom: 50px;
}
.cp_mainpic img{
	width: 49.5%;
	display: inline-block;
}
/*公司介绍结束*/

/*************************活动剪影开始***********************************/
.jj_main{
	width: 1200px;
	margin: 0 auto;
	height: 1039px;
}
.jj_ct{
	margin-top: 50px;
	width: 1200px;	
	overflow: hidden;zoom:1;
}
.jj_ct li{
	width: 592px;
	height: 342px;
	margin-bottom: 57px;
	float: left;
	margin-right: 17px;
}
.jj_ct a{
	width: 592px;
	height: 286px;
}
.jj_left{
	float: left;
	width: 1220px;
}
.jj_right{
	float: right;
}
.jj_ct span{
	display: inline-block;
	font-size: 14px;
	font-family: "微软雅黑";
	color: #666666;
	padding-top:18px;
	padding-bottom:12px;
}
.jj_ct strong{
	display: inline-block;
	
	color: #333333;
	font-size: 14px;
	font-family: "微软雅黑";
}
/*活动剪影结束*/

/**********************联系我们开始-联系方式******************************/
.lx_main{
	width: 1200px;
	padding-bottom: 50px;
	padding-top: 20px;
	margin:0 auto;
}
.lx_addr{
	width: 1200px;
	/* height: 250px;
	margin-top: 82px; */
	margin-top: 30px;
}
.lx_addr li{
	float: left;
	height: 250px;
	text-align: left;
}
.lx_addr li span{
	display: block;
	text-align: center;
	font-size: 16px;
}
.addr_lt{
	width: 231px;
	margin:0 154px 0 101px ;
}
.addr_ct{
	width: 250px;
}
.addr_rt{
	width: 230px;
	margin: 0 115px 0 117px;
}
.addr_rt strong{
	padding-left: 50px;
}
.lx_addr div{
	margin-bottom: 15px;
}
.lx_addr strong{
	font: 12px/12px "微软雅黑";
	color: #000000;
}
.lx_addr span{
	font: 12px/12px "微软雅黑";
	color: #999999;
}
.xl_map{
	margin-top: 68px;
	width:1200px;
	height:448px;
	overflow: hidden;
}
/*联系我们-联系方式结束*/


/****************************联系我们-招贤纳士开始*******************/
.zxns_main{
	width: 1200px;
	margin: 0 auto;
}
/*.zxnas_zp{
	width: 1200px;
	padding-top: 52px;
	margin-bottom: 55px;
}
.zx_top{
	width:1200px;
	height: 43px;
	background: #ececec;
}
.zx_top span{
	width: 132px;
	height: 43px;
	background: #116faf;
	display: inline-block;
	color: #fff;
	text-align: center;
	font: 14px/43px "微软雅黑";
}
.zx_ct{
	width: 1198px;
	padding-top: 19px;
	border-right: 1px solid #a7a8b2;
	border-left: 1px solid #a7a8b2;
	border-bottom: 1px solid #a7a8b2;
	padding:0 6px;
}
.zpzw_one{
	width:100%;
	float:left;
	
}
.zx_ct h3{
	font: 18px/18px "微软雅黑";
	padding-left: 22px;
	padding-right: 22px;
	padding-top:33px;
}
.zx_ct h3 a{
	float: right;
	font: 14px/18px "微软雅黑";
}
.zx_ct img{
	margin-left: 8px;
}
.zx_ct dl{
	padding: 33px 0px;
	font: 14px/24px "微软雅黑";
	color: #333333;
	margin: 0 24px;
}
#dllast{
	padding-top: 0px;
	padding-bottom: 27px;
	border-bottom: 1px solid #888888;
}
.zx_ct_yz{
	margin: 0 24px;
}
#zx_ct_yz_top,#zx_ct_yz_tops{
	display: inline-block;
	width: 1200px;
	height: 36px;
	text-align: center;
	font: 14px/36px "微软雅黑";
	color: #585858;
}
.zx_ct_yz span a{
	margin-right: 8px;
}
.zx_ct_yz p span{
	float: right;
	font: 14px/57px "微软雅黑";
}

.zx_ct_yz p{
	font: 18px/57px "微软雅黑";
	border-top: 1px dashed #585858;
	color: #585858;
}*/
.invite-job{width:100%;height:auto;margin-top:60px;}
.invite-job .title{height:43px;line-height:43px;background:#ececec;}
.invite-job .title span{display: inline-block;height:43px;padding:0 38px; background:#116faf;font-size:14px;color:#fff;}
.invite-job .detailLists{
	padding:0 13px 0 6px; height:auto; margin-bottom:55px; border-left:1px solid #A9A8B0;border-right:1px solid #A9A8B0;
	border-bottom:1px solid #A9A8B0;
}
.detailLists .lists-item{
	height:auto; border-bottom:1px dashed #585858;
}
.detailLists .lists-item .item-title{
	height:55px;height:55px; line-height:55px;font-size:18px;color:#333;-overflow:hidden;
}
.item-title span{
	+float:left;
	padding-left:15px;
}
.lists-item .item-title .details{
	font-size:14px;color:#333;float:right;padding-right:20px;
	background: url(../images/zxpic01.jpg) no-repeat right center;
}
.require{display: none;}

.req-lists{
	font-size:14px;color:#333; line-height:28px;margin-bottom:20px;padding-left:22px;
}
.packBtn{height:35px;line-height:35px;color:#585858; cursor: pointer;text-align: center;background:#fafafa;border-top:1px solid #888;}
.packBtn a{padding-right:20px;background: url(../images/zxpic02.jpg) no-repeat right center;}

/*联系我们-招贤纳士结束*/


/**************************新闻资讯开始*******************************/
.news_main{
	width: 1200px;
	height: 1006px;
	margin: 0 auto;
}
.new_main{
	width: 1200px;
	height: 788px;
	padding-top: 53px;
}
.new_main li{
	width: 1200px;
	height: 191px;
	padding: 44px 0px;
	border-bottom: 1px dashed #b5b5b5;
}
#first_new{
	padding-top: 0px;
}
.new_main ul{
	height: 790px;
}
.new_main li img{
	float:left ;
	margin-right: 47px;
}
.new_main li div{
	float: left;
	width: 860px;
}
.new_main h3{
	font: 16px/27px "微软雅黑";
	color: #333333;
}
.new_main span{
	font: 12px/25px "微软雅黑";
	color: #999999;
}
.new_main p{
	font: 14px/24px "微软雅黑";
	color: #666666;
}
#newmain_xq{
	margin-top: 24px;
	display: inline-block;
	width: 130px;
	height: 28px;
	font: 14px/26px "微软雅黑";
	text-align: center;
	background:url(../images/cp_03.jpg) no-repeat;
}
#newmain_xq:hover{
	color: #fff;
	background: #248cd3;
	background:url(../images/cp_04.jpg) no-repeat;
}
.new_main a:hover{
	color: #116faf;
}
/*分页*/
.new_bots{
	width: 1200px;
	height: 125px;
	text-align: center;
	margin-top: 54px;
}
.new_bots a{
	display: inline-block;
	width: 22px;
	height: 22px;
	font: 14px/22px "微软雅黑";
	
}
.new_bots  a.actton{
	color: #fff;
	background: #116faf ;
}
#previous,#next{
	width: 43px;
}
/*新闻资讯结束*/


/******************************应用中心开始*************************/
.yyzx_maintopnav{
	width: 1200px;
	height: 69px;
	margin: 0 auto;
	margin-bottom: 73px;
}
.yyzx_maintopnav span{
	display: inline-block;
	width: 1030px;
	height: 27px;
	margin-top: 42px;
	padding: 0 85px;
}
.yyzx_maintopnav span a{
	float: left;
	width: 158px;
	height: 27px;
	font: 14px/27px "微软雅黑";
	text-align: center;
	margin-right: 80px;
}
#yyzs_last{
	margin-right: 0px;
}
#yyzs_fist{
	border: 1px solid #116faf;
	background:#116faf ;
	color: #fff;
	border-radius: 45px;
	width: 188px;
}
.yyzx_mains{
	width: 1120px;
	
	padding-bottom: 30px;
	margin: 0 auto;
}
.yyzx_main{
	width: 1200px;
	
	margin-top: 6px;
}
.yyzx_main li{
	width: 366px;
    height: 437px;
    border: 1px solid #c9c9c9;
    float: left;
}
.yyzx_main li .pic{
	position: relative; 
	float:left;
	width: 300px;
	height: 200px;
}
.yyzx_main li .news_ci{ 
	width:27px; 
	height:22px;
	position: absolute;
	left:10px;
	top:10px;
	display:block;
	background:url(../images/news_ci.png) no-repeat;
}
.yyzx_main img{
	float: left;
}
.yyzx_main div{
	float: right;
	width: 860px;
}
.yyzx_main h3{
	font: 16px/30px "微软雅黑";
}
.yyzx_main p{
	font: 14px/36px "微软雅黑";
}
.yyzx_main .t_more{
	display: inline-block;
	width: 130px;
	height: 28px;
	margin-top: 10px;
	font: 14px/28px "微软雅黑";
	text-align: center;
	background:url(../images/cp_03.jpg) no-repeat;
}
.yyzx_main a:hover{
	background: url(../images/cp_04.jpg) no-repeat;
	color: #fff;
}
.yyzx_main h3:hover{
	color:#248cd3;
}
/*应用中心结束*/

/*******样品申请********/
.apply{
	/* border-top: 1px solid #eee; */
	font-size: 14px;
}
.applyTip{
	padding: 30px 0;
	color: #777777;
}
.applyContent{
	color: #3d3d3d;
	padding-top: 20px;
}
.applyContent ul li{
	width: 320px;
	float: left;
	margin-bottom: 25px;
	line-height: 35px;
}
.applyContent ul li.left{
	margin-right: 50px;
}
.applyContent ul li span{
	color: #f00;
	margin-right: 5px;
}
.applyContent ul li input.applyInput{
	width: 220px;
	height: 35px;
	background: #fafafa;
	border: 1px solid #ccc;
	float: right;
	text-indent: 1em;
}
.applyContent textarea{
	width: 940px;
	height: 150px;
	border: 1px solid #d0d1d2;
	padding: 10px;
	text-align: left;
	margin-right: 60px;
	overflow: auto;
	word-break: break-all;
	float: right;
	background: #fafafa;
	resize: none;
	font-family: Tahoma, Helvetica, Arial, Verdana, "Microsoft YaHei", "SimSun";
}
.applySubmit{
	margin: 20px 0 30px 0;
	text-align: center;
}
.applySubmitButton{
	cursor: pointer;
	background: #ac3048;
	border: none;
	width: 130px;
	height: 40px;
	color: #fff;
	text-align: center;
	/* margin-left: 118px; */
}



/*************************新闻资讯-详情开始****************************/
.zxxq_main{
	width: 1120px;
	
	margin: 0 auto;
}
.zxtitle{
	/* height: 46px;
	margin-top: 60px; */
	padding: 35px 0 8px 0;
}
.zxtitle h3{
	font:20px/22px "微软雅黑" ;
	text-align: center;
	color: #116FAF;	
	font-weight: bold;
}
.zxcontent{
	padding: 30px 20px;
	border-top: 1px solid #eee;
	margin-top: 30px;
}
.zx_author{
	color: #999999;
	text-align: center;
}
.zx_author span{
	display: inline-block;
	text-indent:0em;
	text-align:left;
	width:148px;
	font: 12px/28px "微软雅黑"
}
.zxcontent p{
	font: 14px/24px "微软雅黑";
	/* text-indent: 2em; */
}
.zxcontent p img{
	overflow: hidden;
}
.zxpage {
  padding-bottom: 60px;
}
.zxpage li{
	font: 14px/14px "微软雅黑";
	/* border-bottom: 1px solid #e7e7e7; */
	height: 30px;
	line-height: 57px;
}
.zxpage ul a:hover{
	color: #004ea1;
}
.zxpage div{
	float: right;
}
.zxlast{
	display: inline-block;
	width: 131px;
	height: 27px;
	font: 12px/27px "微软雅黑";
	color: #FFFFFF;
	text-indent: 52px;
	margin-top: 27px;
	background:url(../images/cp_05.jpg) no-repeat;
}
.futitle{
	/* padding-bottom: 30px; */
	
}
.about-box{
	width: 1120px;
	margin: 0 auto;
}


/*新闻资讯结束*/

/***************************产品中心页开始****************************/
.product_mains{
	width: 1200px;
	min-height: 424px;
	margin: 0 auto;
}
.product_mainstop{ overflow:hidden; line-height:30px;}

.product_mainstop span a{
	float:left;
	
	height: 16px;
	font: 16px/16px "微软雅黑";
	color: #666666;
}
.product_mainstop i{
	float:left;
	font-style:normal;
	font-weight:normal;
	margin:-6px 10px;
	
}
.pd_right{
	text-align: right;
}
.product_navs{
	width: 1200px;
	height: 36px;
	background: #e9e9e9;
	margin-top: 42px;
}
.product_navs h3{
	width: 132px;
	height: 36px;
	background: #0081cc;
	font: 14px/36px "微软雅黑";
	color: #fff;
	text-align: center;
}
.product_list{
	margin-top: 33px;
	
}
/* .product_list table{
	color: #575757;
	text-align: center;
	overflow:auto;
	width:1200px;
	
} */
.product_list .thead{
	width: 100%;
	display: inline-block;
	text-align: center;
	font-size: 0;
    -webkit-text-size-adjust:none;
}
.product_list .thead span{
	display:inline-block; 
	width: 97.5px;
	height:65px;
	border:1px solid #e3e3e3;
	box-sizing: border-box;
	color: #ffffff;
	font-size: 12px;
	background:#0181cc;
	text-align: center;
	line-height: 65px; 
	overflow: hidden;
}
.product_list .thead span.firttable{
	width: 219px;
	height: 65px;
	border:1px solid #e3e3e3;
	box-sizing: border-box;
	text-align: center;
}

/* .thead .firttable{
	width: 219px;
	height: 65px;
	border:1px solid #e3e3e3;
	box-sizing: border-box;
	text-align: center;
} */
/* .thead {
	
}
.thead span{
	display: inline-block;
	width: 97.5px;
	height:65px;
	border:1px solid #e3e3e3;
	box-sizing: border-box;
	float:left;
	text-align: center;
	line-height: 65px;
	color: #ffffff;
	font-size: 12px;
	background:#0181cc;
}
.thead p{
	display: block;
	float:left;
	    font-size: 12px;
	    background:#0181cc;
}
.thead .firttable1{
	width:98px;
	border-right:0;
} */
.product_list .tbody p{
	width: 100%;
	display: inline-block;
	text-align: center;
	font-size: 0;
    -webkit-text-size-adjust:none;
}
.product_list .tbody p span.tbody_td{
	width: 219px;
	border:1px solid #e6e6e6;
	box-sizing: border-box;
	text-align: center;
}
.product_list .tbody p span{
	display:inline-block; 
	width: 97.5px;
	height:65px;
	border:1px solid #e6e6e6;
	box-sizing: border-box;
	font-size: 12px;
	text-align: center;
	line-height: 65px;
}
.product_list .tbody p a:hover{
	color: #0181cc;
}
/* .tbody p{
	display: block;
	float:left;
	width: 1199px;
	height: 65px;
	background: #fff;
	text-align: center;
	    font-size: 12px;
}
.tbody span{
	float:left;
	display: block;
	width: 97.6px;
	height:65px;
	line-height: 65px;
	border:1px solid #e6e6e6;
	box-sizing: border-box;
	text-align: center;
	font-size: 12px;
}
.tbody .tbody_td{
	width: 219px;
	border:1px solid #e6e6e6;
	box-sizing: border-box;
}
.tbody .tbody_td1{
	width:100px;
}
.table.scrollable{ overflow: scroll;height:100px; } */
/*产品中心页结束*/

/**********************************产品中心-详情页开始***********************/
.product_qxmain{
	width: 1120px;
	margin: 0 auto;
	overflow: hidden;
}
.prolt{
	width: 400px;
	height: 400px;
	border: 1px solid #d9d9d9;
	float: left;
	text-align: center;
	line-height: 422px;
	/* background:url(../images/proc01.jpg) no-repeat center center; */
}
.prolt img{
	max-width: 100%;
}
.prort{
	width: 550px;
	height: 400px;
	float: left;
	margin-left: 61px;
}
.prort strong{
	font: 18px/32px "微软雅黑";
	color: #333333;
	font-weight: bold;
}
.prort li{
	font: 14px/24px "微软雅黑";
	background: url(../images/pro-lis.jpg) no-repeat left center;
	
}
.prort li a{
	color: #116faf;
	text-indent: 16px;
	display: block;
}
.prort p{
	font: 14px/32px "微软雅黑";
	color: #333333;
}
.ke-zeroborder tr td{
	font-size: 14px;
	font-family: "微软雅黑";
}
.product_top{
	/* height: 330px; */
	padding-top:22px ;
	padding-bottom: 25px;
}
.product_ct{
	width: 1200px;
	margin: 0 auto;
	/* height: 808px; */
	margin-top: 4px;
}
.prort-download{
	margin-top: 15px;
}

#first_pro{
	font: 18px/38px "微软雅黑";
	color: #333333;
	list-style: none;
}
.product_ct_top{
	width: 1131px;
	background: #116faf;
	color: #fff;
	line-height: 50px;
	position: relative;
	padding-left: 69px;
}
.product_ct_top img{
	position: absolute;
	top: 11px;
	left: 28px;
}
.product_download{
	border-bottom: 1px dashed #b5b5b5;
	padding-bottom: 15px;
}
.pro_lt{
	float: left;
}
.pro_lt a{
	color: #fff;
	font: 14px/50px "微软雅黑";
	font-weight: bold;
}
.pro_rt a{
	font: 12px/50px "微软雅黑";
	width: 55px;
	height: 15px;
	margin: 0 8px;
	color: #ffffff;
}
.none_case{
	display: none;
}
#prolast{
	border-bottom: 1px solid #fff;
}
.product_gn{
	width: 1200px;
	margin-top: 35px;
	padding-bottom: 12px;
	border-bottom: 1px dashed #b5b5b5;
}
.product_gns{
	width:94px;
	height: 27px;
	color: #333333;
	font: 18px/27px "微软雅黑";
	text-align: center;
	border-left: 6px solid #116faf;
	margin-bottom: 15px;
}
.product_gn p{
	font: 14px/30px "微软雅黑";
	color: #333333;
}
.protbot_top{
	display: inline-block;
	padding: 0 9px;
	height: 21px;
	font: 18px/21px "微软雅黑";
	color: #333333;
	border-left: 6px solid #116faf;
	
}
.product_bot{
	width: 1200px;
	/* height: 530px; */
	margin-top: 34px;
}
.product_bot_lt{
	float: left;
	width: 457px;
	/* height: 417px; */
}
.product_bot_rt{
	float: left;
	width:740px ;
	/* height: 417px; */
}
.product_bot_lt ul{
	margin-top: 25px;
}
.product_bot_lt li{
	background: url(../images/prolistpic01.jpg) no-repeat left center;
	font: 18px/47px "微软雅黑";
	color: #333333;
	height:47px;
	text-indent: 1em;
}
.product_bot_lt li a{
	display: block;
	text-indent: 30px;
}
.product_bot_rt p{
	font: 14px/32px "微软雅黑";
	margin-top: 11px;
}
.pro_rt_pic{
	margin-top: 46px;
}
.Rtlist{
	width:1200px;
	height: 35px;
	text-align: center;
	margin: 40px auto;
}
.Rtlist a{
	display: inline-block;
	width: 169px;
	height: 35px;
	background: #116faf;
	
	border-radius: 45px;
	font: 12px/35px "微软雅黑";
	background:url(../images/cp_02.jpg) no-repeat;
	color: #fff;
}
/*产品中心-详情页结束*/


/*新加*/

.casemore{text-align:center; padding-bottom:50px;padding-top: 30px;}
.casemore a{border:1px solid #ddd; display:inline-block; line-height:30px; padding:0px 30px; font-size:14px; color:#999;}
.casemore a:hover{background:#0d6bae; border-color:#0d6bae; color:#fff;}
.zxcontent li {list-style-type:disc;}


#sections{overflow:hidden;zoom:1;}
#sections ul li{width:280px; float:left;margin-right: 160px;}



/*PRODUCT*/
.universal-BANNER{
	width: 100%;
	height: 325px;
	background: url("images/u-banner.jpg") no-repeat;
	background-position: center;
	margin-top: 110px;

}

.u-banner-center{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

.u-banner-font{
	margin-top: 80px;
	margin-left: 92px;
}

.u-font-ch{
	font-size: 40px;
	color: white;
	font-weight: bold;
	margin-top: 80px;
	margin-left: 92px;
}

.u-font-en{
	font-size: 20px;
	color: white;
	margin-left: 92px;
}

.pd-con{
	width: 100%;
	
	margin: 0 auto;
}

.pd-center{
	width: 1200px;
	margin: 0 auto;


}

.pd-button{
	width: 800px;
	margin: 0 auto;
}

.pd-button div{
	width: 154px;
	height: 42px;
	border: 1px solid #0181cc;
	border-radius: 42px;
	color: #0181cc;
	font-size: 12px;
	line-height: 42px;
	text-align: center;
	float: left;
	margin-left: 28px;
	margin-top: 50px;
}

.pd-button div:hover{
	cursor: pointer;
}

.pd-selet{
	font-size: 16px;
	color: #c9c9c9;
	width: 380px;
	padding:0 30px;
	margin: 0 auto;
	font-weight: bold;
	display: table;
	text-align: center;
}

.pd-selet div{
    display: table-cell;
	text-align: center;
}
.pd-selet-active{
	color: #0181cc;
}
.pd-selet-normal{

}



.pd-selet div:hover{
	cursor: pointer;
}

.pd-table table,.pd-table tr,.pd-table td{
	border: 1px solid #e3e3e3;
	font-size: 12px;
	text-align: center;
}

.pd-table table{
	width: 1200px;
	margin-top:60px;
}

.pd-table tr{
	height: 70px;
}

.pd-table td{
	width: 104px;
}

/*news*/
.news{
	width: 1100px;
	margin: 0 auto;
	
	margin-top: 58px;
}
.news_list_name{
	margin:0 auto;
}
.news_list_name a:nth-child(2n){
	margin-right: 0;
}
.news hr{
	border:1px solid #e7e7e7;
}

.news-con{
	width: 1008px;
	margin: 0 auto;
	margin-top: 20px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 25px;
}

.news-img{
	width: 300px;
	height: 180px;
	float: left;
}
.news-img img{
	width:100%;
}
.news-font{
	width: 640px;
	float: right;

}
.news-font a{
	color: #2A2A2A;
	
}
.news-font a:hover{
	color: #0181cc;
	
}
.news-font-title{
	font-size: 18px;
	font-weight: bold;
}

.news-font-text{
	margin-top: 20px;
	font-size: 14px;
	line-height: 20px;
}

.news-font-time{
	font-size: 12px;
	color: #8d8d8d;
	margin-top: 38px;
	float: left;
}

.news-font-bt{
	float: right;
	margin-top: 32px;
	width: 97px;
	height: 33px;
	background: #2a2a2a;
	color: white;
	text-align: center;
	line-height: 33px;
	font-size: 12px;
}

.pd-center hr{
	margin-top: 36px;
}



.news-next-bt{
	width: 32px;
	height: 32px;
	border-radius: 3px;
	background: #e9e9e9;
	font-size: 14px;
	color: #898989;
	float:left;
	margin-left: 10px;
	text-align: center;
	line-height: 32px;
}

.news-next-bt-one{
	width: 32px;
	height: 32px;
	border-radius: 3px;
	background: #0081cc;
	color: white;

}

.news-next{
	width: 1200px;
	margin-top: 46px;
	
}

.news-next-center{
	width: 220px;
	height: 50px;
	margin: 0 auto;
}

/*art*/
.art{
	width: 100%;
	margin:0 auto;
	margin-top: 66px;

}

.art-div{
	width: 355px;
	border: 1px solid #efefef;
	box-sizing: border-box;	
	float: left;
	box-shadow: 0 0px 8px #e9e9e9
}
.yyzx_main_app ul li{
	margin-right: 26px;
	margin-bottom: 26px;
}
.yyzx_main_app ul li:nth-child(3n){
	margin-right:0;
}


.art-time{
	font-size: 12px;
	color:#a9a9a9;
	/* height: 50px;
	line-height: 50px; */
	padding: 8px 0;
}
.art-div div {
    width: 326px;
    margin: 0 auto;
}


.art-img img{
	width: 80%;
	margin-left: 10%;
	/* max-height: 221px; */
}
.art-title{
	padding-bottom: 18px;
	font-size: 16px;
	font-weight: bold;
	color: #2a2a2a;
}

.art-title:hover{
	color: #0181CC;
}

.art-text{
	color: #c3c3c3;
	font-size: 14px;
}

.art-more{
	font-weight: bold;
	line-height: 70px;
	font-size: 14px;
}

.art-more:hover{
	color: #0181CC;
}

.art-img-two{
	background: url("images/art_02.jpg") no-repeat;
}

.art-img-three{
	background: url("images/art_03.jpg") no-repeat;
}

/*新闻子页面*/
.fudate,.funumber{
	font-size: 12px;
	color: #959595;
	margin-top: 0px;
}

.fudate{
	margin-left: 0px;
	/* float: left; */
	text-align: center;
}

.funumber{
	float: right;
	margin-right: 14px;
}

.futitle hr{
	border:1px solid #e7e7e7;
}

.newsztitle{
	width: 1180px;
	margin: 0 auto;
	margin-top: 36px;
	text-indent: 2em;
	line-height: 26px;
}

.newscon{
	width: 1100px;
	margin: 0 auto;
	margin-top: 44px;
}

.newsconleft{
	width: 400px;
	float: left;
}

.newsconright{
	width: 416px;
	height: 240px;
	float: right;
	background: url("images/newsz-img.jpg") no-repeat;
}

.newscontitle{
	font-size: 16px;
	font-weight: bold;

}

.newscontext{
	margin-top: 10px;
	line-height: 24px;
}

.newszpre{
	border-top: 1px solid #e7e7e7;
	
}

.newszpre,.newsznext{
	height: 57px;
	line-height: 57px;
	/* border-bottom: 1px solid #e7e7e7; */
}

.newszpretit{
	color: #2a2a2a;
}

.newszpretext{
	color: #004ea1;
}

.newszline{
	font-weight: bold;
	margin-top: 26px;
	margin-left: 30px;
	line-height: 26px;
	padding-bottom: 60px;
}

.newszline span{
	color: #004ea1;
}
.yyzx_main_app{
	padding-top: 
}


.zp_box{
	width: 1200px;
	height: 345px;
	margin-bottom: 35px;

}
.zp_left{
	float: left;
	width: 615px;
}
.zp_name{
	font-size: 22px;
	font-weight: bold;
	color: #5b5b5c;
	padding-top: 30px;
	padding-bottom: 20px;
	padding-left: 35px;
}
.zp_need{
	width: 640px;
	margin-left: 35px;
}
.zp_need ul li{
  width: 33%;
  float: left;
  font-size:15px;
  color: #5b5b5c;
  line-height: 25px;
  background: #f0f1f5;
}
.zp_basic{
	padding-left: 35px;
	color: #5b5b5c;
	padding-top:20px;
	padding-bottom: 10px;
}
.zp_basic_box{
	padding-left: 80px;
	color: #5b5b5c;
	font-size: 15px;
	width:490px; 
}
.zp_basic_box p{
	line-height: 25px;
	 font-size:15px;
}
.zp_right{
	float: left;
	width: 570px;
	height: 285px;
	background: #5cb0eb;
	color: #fff;
	margin-top: 30px;
}
.zp_zg{
	padding-top: 40px;
	padding-bottom: 20px;
	padding-left: 20px;
	font-size: 18px;
}
.zp_zg_info{
	width:80%;
	font-size: 14px;
	margin: 0 auto;
}
.zp_zg_info p{
	line-height: 25px;
}
.recruit_title{
	display: block;
	font-size: 24px;
	font-weight: bold;
	padding-bottom:20px;
	padding-left: 10px;
}
.recruit_title_en{
	font-size: 22px;
	padding-left: 10px;
}

.service_list{
	background: #f8f8f8;
	padding-bottom:20px;
	margin-bottom: 60px;

}

.service_list_title{
	padding-top: 20px;
	padding-bottom: 20px;
	color: #3d3d3d;
	font-weight: bold;
	padding-left: 40px;
}

.service_list_info{
	padding-left: 40px;
}
.service_list_info p{
	line-height: 30px;
	font-size:15px;
	color: #5b5b5c;
}


/*产品轮播*/
.Box_con {
	position: relative;
	
	width: 1040px;
	margin:0 auto;
	margin-top: 50px;
}
.Box_con .btnl {position: absolute;}
.Box_con .btn {display: block;width: 41px;height: 41px;position: absolute;top: 60px;cursor: pointer;}
.Box_con .btnl {background: url(../images/jtl02.png) no-repeat center;left: -60px;}
.Box_con .btnr {background: url(../images/jtr02.png) no-repeat center;right: -60px;}
.Box_con .btnl:hover {background: url(../images/jtl03.png) no-repeat center;}
.Box_con .btnr:hover {background: url(../images/jtr03.png) no-repeat center;}
.Box_con .conbox {position: relative;overflow: hidden;}
.Box_con .conbox ul {position: relative;list-style: none;}
.Box_con .conbox ul li {
	float: left;
	width: 245px;
	height: 200px;
	margin-left: 20px;    
    text-align: center;
    color: #2a2a2a;
    font-weight: bold;
    font-size: 14px;}
.Box_con .conbox ul li:first-child {margin-left: 0;}
.Box_con .conbox ul li img {display: block;width: 240px;height: 150px;transition: all 0.5s;margin:0 auto;}
			
.BoxSwitch {margin-top: 30px;text-align: center;}
.BoxSwitch span {display: inline-block;*display: inline;*zoom: 1;vertical-align: middle;width: 30px;height: 3px;background: #ccc;margin: 0 5px;cursor: pointer;}
.BoxSwitch span.cur {background: red;}
.div_one{
    text-align: center;
    margin-top: 10px;
    color: #2a2a2a;
    font-weight: bold;
    font-size: 14px;
}




.yyzx_main_download{

}

.yyzx_main_download a{
	width: 520px;
	padding:20px 20px;
	border: 1px solid #ccc;
	display: block;
	float:left;
	background: url(../images/download_icon.jpg) 20px center no-repeat;
	font-size: 14px;
	text-indent: 45px;
	margin-right: 50px;
	margin-bottom: 20px;
}
.yyzx_main_download a.two{
	margin-right: 0;
}
.yyzx_main_download a:hover{
	background: #0181cc;
	background-image: url(../images/download_icon_on.jpg);
	background-position:  20px center;
	background-repeat: no-repeat;
	color: #fff;
}
.download-li{

}



.list-products{
	/* text-align: center; */
	width: 1200px;
	margin: 0 auto;
}
.list-products div.list-products-ones{
	display: inline-block;
	text-align: center;
	width: 320px;
	padding: 10px;
	overflow: hidden;
	border: 1px solid #efefef;
	/* margin:0 6px; */
	margin-left: 35px;
	margin-bottom: 20px;
	box-shadow: 0px 0px 8px #e9e9e9;
}
/* .list-products div.list-products-ones:nth-child(4n){
	margin-right: 0;
} */
.list-products div.list-products-ones img{
	width: 220px;
	max-width: 100%;
	text-align: center;
	display: block;
	margin: 0px auto;
}
.list-products-tilte{
	font-size: 15px;
	color: #333333;
	font-weight: bold;
	padding-top: 20px;
}
.list-products-desc{
	font-size: 12px;
	color: #999;
	padding-top: 12px;
	height: 45px;
	padding-bottom: 20px;
	line-height: 18px;
}
.list-products div.list-products-ones:hover .list-products-tilte{
	color: #004EA1;
}
