/** 
 @Name: main
**/
body {
}

/* header */
#header {
	height: 94px;
	background: #FFFFFF;
	position: relative;
	width: 1200px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}
.logo {
	margin-left: 0px;
	height: 92px !important;
	/*width: 171px;*/
	float: left;
	/*clear: both;*/
}
.logo>img{width: 700px;margin-top: 12px;}
/* .logo a img{height:88px !important; width:auto !important;} */
/* .logo span {
	display: inline-block;
	margin-top: 30px;
	font-size: 26px;
} */
.langbox {
	/*position: absolute;*/
	top: 0;
	right: 0;
	float: right;
	width:240px;
	height:30px;
	background: #013152;
	-webkit-border-radius: 0px 0px 10px 10px;
	-moz-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;
}
.langbox .con {
	text-align: center;
	line-height: 30px;
	color: white;
}
.langbox a {
	color: white;
	margin-left: 5px;
	margin-right: 5px;
}
.langbox a:hover{
    text-decoration: underline;
    font-weight: bold;}
.langbox .active {
	font-weight: 900;
}
.search {
	width: 400px;
	height: 46px;
	margin-top: 55px;
	margin-right: -240px;
	background: #F2F2F2;
	-webkit-border-radius: 23px;
	-moz-border-radius: 23px;
	border-radius: 23px;
	float: right;
	/*right: 0;*/
}
.search select {
	margin-top: 6px;
	margin-left: 10px;
	width: 70px;
	height: 30px;
	font-size: 16px;
	border: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #F2F2F2;
	color: #333333;
	padding-left:8px;
	font-weight: 400;
}
.search option {
	background: #FFFFFF;
	color: #333333;
	line-height: 24px;
	font-size: 16px;
}
.search label {
	margin-left: -30px;
	margin-top: 20px;
	font-size: 24px;
	pointer-events: none;
}
.search .text {
	margin-top: 6px;
	margin-right: 5px;
	border: none;
	border-left: 1px solid #FFFFFF;
	width: 250px;
	font-size: 16px;
	line-height: 14px;
	height: 30px;
	text-indent: 12px;
	background: #F2F2F2;
}
.search .text::-webkit-input-placeholder {
	color: #A2A2A2;
}
.search img {
	margin-top: 10px;
	cursor: pointer;
}
.hotlinebox {
	/*position: absolute;*/
	top: 0;
	/* right: 100px; */
	float: right;
	/* width:240px; */
	height:40px;
	margin-right: 143px;
	margin-top: 17px;
}
.wx{position: absolute;left: 1083px;bottom: 7px;}
/* menu */
.menu {
	width: 100%;
	height: 64px;
	line-height: 64px;
	background: #005F9E;
	overflow:hidden;
}
/* .menu ul {
	margin: 0;
	padding: 0;
	text-align: center;
} */

/* first level ul style */
/* .menu .w > ul,
.menu .submenu-inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0px;
}
.menu .w > ul {
	padding: 0 10px;
}
.menu .w > ul > li {
	display: inline-block;
	padding: 0 50px;
}
.menu .w > ul > li > a {
	font-weight: 700;
	color: #FFFFFF;
	display: inline-block;
	font-size: 16px;
}
.menu ul li:hover, .menu ul li .curr {
	background: #0E68A4;
	cursor: pointer;
}
sub-menu
.menu .submenu {
	position: absolute;
	background: #0E68A4;
	width: 100%;
	left:0;
	line-height: 24px;
	padding-bottom: 32px;
	z-index: 99;
		display: none;
}
.menu ul li:hover .submenu, .menu ul li .curr .submenu {
	display: block;
}
.menu .submenu-inner > div {
	width: 20%;
	float: left;
	padding: 0 0 0 50px;
	text-align: left;
}
.menu .submenu-inner ul {
	text-align: left;
}
.menu .submenu-inner:before,
.menu .submenu-inner:after {
	content: " ";
	display: table;
}
.menu .submenu-inner:after {
	clear: both;
}
.menu .submenu-inner > div a {
	line-height: 22px;
	color: #FFFFFF;
	font-size: 12px;
	letter-spacing: 1px;
}
.menu .submenu-inner > div a span {
	font-size: 10px;
}
.menu h4 {
	color: #FFFFFF;
	padding: 10px 0 5px;
	margin: 0;
	font-size: 14px;
	font-weight: 600;
	overflow: hidden;
} */

/* 菜单 */
/* .menu {
	background: #152840;
	height: 48px;
	line-height: 48px;
}
.menu ul {
} */
.menu .w > ul {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0px;
}
.menu .w > ul {
	padding: 0 10px;
}
.menu .w > ul > li {
	display: inline-block;
	padding: 0 30px;
}
.menu .w > ul > li > a {
	color: #FFFFFF;
	display: inline-block;
	font-size: 16px;
}
.menu .w > ul > li ul {
	width: 240px;
	text-align: left;
}
.menu ul li {
	float: left;
	padding: 0 46px;
	font-size: 15px;
	position: relative;
	z-index: 99;
}
.menu ul li:hover, .menu ul li.curr {
	background: #152840;
	cursor: pointer;
}
.menu ul li:hover ul {
	display: block;
}
.menu ul li:hover ul li ul {
	display: none;
}
.menu ul li a {
	color: #FFF;
}

/* 二级 */
.menu ul li ul {
	position: absolute;
	top: 48px;
	left: 0;
	background: #152840;
	display: none;
}
.menu ul li ul i {
	float: right;
	margin-right: 10px;
	padding-top: 14px;
	line-height: 20px;
	height: 20px;
	width: 18px;
	display: none;
}
.menu ul li ul li {
	width: 100%;
	padding: 0;/*position: initial;*/
}
.menu ul li ul li:hover {
	background: #263a54;
}
.menu ul li ul li:hover ul {
	display: block;
}
.menu ul li ul li:hover ul li ul {
	display: none;
}
.menu ul li ul li:hover i {
	display: block;
}
.menu ul li ul li:hover ul li i {
	display: none;
}
.menu ul li ul li a {
	padding-left: 20px;
	font-size: 14px;
	/* color: #47bac1; */
}
/* 三级 */
.menu ul li ul li ul {
	left: auto;
	left: 100%;
	top: 0;
	background: #263a54;
}
.menu ul li ul li ul li a {
	color: #FFF;
}
.menu ul li ul li ul li:hover {
	background: #4f637e;
}
.menu ul li ul li ul li:hover ul {
	display: block;
}
.menu ul li ul li ul li:hover i {
	display: block;
	padding-top: 18px;
}
/* 四级 */
.menu ul li ul li ul li ul {
	background: #4f637e;
}
.menu ul li ul li ul li ul li:hover a {
	color: #47bac1;
}

/* banner */
.slideBox {
	width: 100%;
	/*height: 600px;*/
	overflow: hidden;
	margin: 0 auto;
	position: relative;
	/*margin-top: 10px;*/
}
.slideBox .hd {
	height: 15px;
	overflow: hidden;
	position: absolute;
	right: 5px;
	bottom: 5px;
	z-index: 1;
}
.slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}
.slideBox .hd ul li {
	float: left;
	margin-right: 2px;
	width: 15px;
	height: 15px;
	line-height: 14px;
	text-align: center;
	background: #fff;
	cursor: pointer;
}
.slideBox .hd ul li.on {
	background: #f00;
	color: #fff;
}
.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}
.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
}
.slideBox .bd img {
	width: 100%;
	/*height: 600px;*/
	display: block;
}
.slideBox .prev, .slideBox .next {
	position: absolute;
	top: 50%;
	margin-top: -25px;
	display: block;
	width: 36px;
	height: 52px;
}
.slideBox .prev {
	left:20px;
	background: url(../images/arrows_left.png) no-repeat;
}
.slideBox .next {
	left: auto;
	right: 20px;
	background: url(../images/arrows_right.png) no-repeat;
}
.slideBox .prev:hover, .slideBox .next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}
.slideBox .prevStop {
	display: none;
}
.slideBox .nextStop {
	display: none;
}
/*service line*/
.kefu {
	position: relative;
	height: 0px;
	z-index: 990;
}
.kefu .box {
	position: fixed;
	clear: both;
	float: right;
	top: 200px;
	right: 0px;
	width: 160px;
	height: 478px;
	background: #F9FBFD;
	border: 1px solid #E5E9EF;
	-webkit-border-radius: 15px 0 0 15px;
	-moz-border-radius: 15px 0 0 15px;
	border-radius: 15px 0 0 15px;
	font-size:14px;
	color: #1079C1;
}
.kefu .box  .title {
	font-size: 18px;
	color: #555555;
	/*line-height: 24px;*/
	margin-left: 9px;
	margin-top: 18px;
}
.kefu .box  .hot_line {
	font-size:16px;
	font-family:PingFang-SC-Heavy;
	margin-left: 19px;
	margin-top: 10px;
	font-weight: 800;
	color: #1079C1;
}
.kefu .box .service_time {
	margin-left: 19px;
	margin-top: 10px;
}
.kefu .box .service_time p {
	font-size: 13px;
	color: #1079C1;
	line-height: 20px;
}
.kefu .box .divide_line {
	height: 1px;
	width: 150px;
	margin-left: 8px;
	margin-top: 10px;
	margin-bottom: 10px;
	background: #E5E9EF;
}
.kefu .box ul {
	overflow: hidden;
	width: 150px;
	margin-left: 19px;
	padding-top: 5px;
}
.kefu .box ul li {
	width: 150px;
	line-height: 32px;
}
.kefu .box ul li a {
	color: #1079C1;
}
.kefu .box .wx {
	margin-left: 13px;
}
.kefu .box {
	display: none;
}
.kefu .open .box {
	display: block;
	z-index: 999;
}
.kefu .minibox {
	position: fixed;
	clear: both;
	float: right;
	top: 300px;
	right: 0px;
	width: 50px;
	height: 160px;
	background: #F9FBFD;
	border: 1px solid #E5E9EF;
	-webkit-border-radius: 15px 0 0 15px;
	-moz-border-radius: 15px 0 0 15px;
	border-radius: 15px 0 0 15px;
	font-size:16px;
}
.kefu .minibox a {
	display: block;
	color: #333333;
	width: 20px;
	margin: 20px auto;
}
.kefu .open .minibox {
	right: 150px;
	z-index: 990;
}
.kefu .open .minibox i {
	filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
/* home content */
.fuwu{height: 420px;margin-top: 40px;}
.fuwu_title{
	text-align: center;
	margin-bottom: 36px;
	font-size:32px;
	font-family:MicrosoftYaHei;
	font-weight:400;
	line-height:30px;
	color: #333333;
}
.content_title {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 40px;
	font-size:32px;
	font-family:MicrosoftYaHei;
	font-weight:400;
	line-height:30px;
	color: #333333;
}
.content_subtitle {
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	margin-bottom: 10px;
	font-size:14px;
	font-family:MicrosoftYaHei;
	font-weight:400;
	line-height:36px;
	width:100px;
	height: 36px;
	background: #F2F2F2;
	color: #666666;
	text-align: center;
	border:1px solid #F0F0F0;
    display: block;
	position: relative;
	top: -22px;
}
.content_subtitle:hover{ background-color: #1079c1; color: #fff; border:1px solid #0E68A4;}
.title {
	color: #000;
}
p {
	font-size: 14px;
	line-height: 30px;
	/* color: #555555; */
	overflow: hidden;
}
.more {
	font-size: 12px;
	font-family: MicrosoftYaHei;
	font-weight: 400;
	text-decoration: underline;
	color: #005F9E;
	line-height: 29px;
}

.zebra {
	width: 100%;
	/* background: #F1F1F1; */
}
.zebra .content_subtitle {
	background: #FCFCFC;
}
.zebra a.content_subtitle:hover{ background-color: #1079c1; color: #fff; border:1px solid #0E68A4;}

/* 品质服务 */
.hm_pd {
	margin-top: 20px;
	margin-bottom: 20px;.content_title
	width: 1200px;
	/*overflow: hidden;*/
}

.hm_pd li {
	width: 280px;
	/*height: 370px;*/
	position: relative;
	float: left;
	margin-right: 20px;
	margin-left: 79px;
	margin-bottom: 10px;
}
.hm_pd li p {
	height: 30px;
	color: #000;
	margin-left: 15px;
	margin-right: 15px;
	text-align:center;
}
/* .hm_pd li a:hover p{color: #013152;} */
.hm_pd li a {
	/* background: #FCFCFC; */
	display: block;
	padding-top: 29px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	border: 1px solid #FFFFFF;
}
.hm_pd li a:hover {
	/* background: #F9F9F9; */
	/* box-shadow:0px 4px 6px 0px rgba(227,227,227,0.75); */
	color: #013152;
	display:block;
	text-decoration: none;
	border: 1px solid #1079C1;
}
.hm_pd li a:hover{
	transform:scale(1.1);
	transition:.5s;
}
.hm_pd li > i {
	display: block;
	width: 100px;
	height: 100px;
	margin: 0 auto;
}
.hm_pd li .title {
	height: 19px;
	line-height: 19px;
	font-size: 18px;
	margin-top: 26px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.hm_pd li .rule {
	width:52px;
	height:2px;
	background: #107AC1;
	margin-top: 18px;
	margin-bottom: 13px;
	margin-left: auto;
	margin-right: auto;
}

.hm_pd a .more1 {
	font-size: 12px;
	font-family: MicrosoftYaHei;
	font-weight: 400;
	/* text-decoration: underline; */
	color: #005F9E;
	line-height: 29px;
	display:block;
	margin-top:10px;
	padding-bottom:20px;
}
/* service */
.hm_sv {
	overflow: hidden;
	margin-top: 0;
	margin-bottom: 30px;
}
.hm_sv li {
	width: 590px;
	height: 200px;
	margin-top: 10px;
	margin-right: 10px;
	position: relative;
	float: left;
}
.hm_sv li:nth-child(3),.hm_sv li:nth-child(4){
	margin-bottom: 12px;
}
.hm_sv li .hm_sv_img {
	position: absolute;
	left: 0;
	top:30px;
	z-index: 100;
	display: block;
	width: 147px;
	height: 135px;
	overflow: hidden;

}
.hm_sv li .box {
	position: absolute;
	top:0;
	left:104px;
	width: 400px;
	height: 200px;
	background: #F8F8F8;
	padding-left: 67px;
	padding-right: 15px;
}
.hm_sv li:hover .box{
	background-color: #107AC1;
	color:#fff;
}
.hm_sv li:hover .box .rule{
	background-color:#fff;
}
.hm_sv li:hover .box div{color: #FFFFFF;}
.hm_sv li:hover .box p a{
	color:#fff;
}
.hm_sv li .box .title {
	height: 44px;
	line-height: 30px;
	font-size: 18px;
	font-weight: 400;
	margin-top: 22px;
	width:400px;    
	overflow: hidden;    
	text-overflow:ellipsis;    
	white-space: nowrap;
}
.hm_sv li .box .date{color: #888;font-size: 14px;position:relative;bottom:10px;}
.hm_sv li :hover .box .title,.hm_sv li :hover .box p{ color:#fff;}
.hm_sv li .box .rule {
	width:67px;
	height:2px;
	background: #107AC1;
	margin-bottom: 13px;
}
.hm_sv li :hover .box .rule {background: #fff;}
.hm_sv li .box p {
	height: 90px;
	width:380px;
	-webkit-line-clamp:3;
	display: -webkit-box;
	-webkit-box-orient:vertical;
	overflow:hidden;
	text-overflow: ellipsis;
}
.hm_sv li:nth-of-type(1) .box p:nth-of-type(2){
	margin-top:-91px !important;
	font-size:14px !important;
	background-color:rgba(0,0,0,0) !important;
}
.hm_sv li:nth-of-type(2) .box p:nth-of-type(2){
	margin-top:-91px !important;
	font-size:14px !important;
	background-color:rgba(0,0,0,0) !important;
}
.hm_sv li .box>a {
	float: right;
}
.hm_sv li .box>p>a{
	
}
/* about us */
.gytfd{background-color: #b4ebff;}
.hm_about {
	margin-top: 0px;
	height: 479px;
	overflow: hidden;
}
.hm_about .left{
	height: 420px;
	margin-top: 60px;
	overflow: hidden;
}
.hm_about .right{
	height: 430px;
	margin-top: 34px;
	overflow: hidden;
}
.hm_about .left {
	float: left;
	width: 700px;
}
.hm_about .right {
	float: right;
	width: 469px;
	overflow: hidden;}

.hm_about .right img {
	width:  469px;
	position: relative;
	bottom: 10px;
}

.hm_about .title {
	font-size:32px;
	line-height:30px;
	text-align: center;
}
.hm_about .subtitle {
	font-size:18px;
	line-height:30px;
	margin-top: 25px;
	margin-bottom: 10px;
	color: #333333;
}
.hm_about p {
	width: 100%;
    max-height: 280px;
    overflow: hidden;
    font-size: 16px;
    line-height: 36px;
}
.hm_about a {
	margin-top: 38px;
}
/* 加入我们 */
.joinus{
	background-image: url(../picture/abouttfd.jpeg);
	background-attachment: fixed;
	background-size: cover;
	height: 410px;
}
.joinus p{
	height: 168px;
	margin: 0 auto;
	background-color: rgba(255,255,255,.85);
	font-size: 18px;
	padding: 14px 26px 0;
	line-height: 38px;
}
.joinusckgd{
	width:166px;
	height:48px;
	background-color:#107ac1;
	text-align:center;
	margin:36px auto 0;
	font-size:14px;
	line-height:48px;
	border-radius:10px;
	color:#fff;
}
.joinusckgd:hover{
	background-color:#0b4e91;
}
.hm_news {
	margin-top: 0;
	margin-bottom: 20px;
	overflow: hidden;
}
.hm_news li {
	width: 560px;
	height: 240px;
	margin-top: 10px;
	margin-right: 40px;
	position: relative;
	float: left;
}
.hm_news li > i {
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	width: 200px;
	height: 200px;
	overflow: hidden;
}
.hm_news li > i img {
	width: 200px;
	height: auto;
 }
.hm_news li .box {
	position: absolute;
	left:230px;
	top: 0px;
	width: 340px;
	height: 270px;
}
.hm_news li .box .title {
	height: 50px;
	line-height: 24px;
	font-size: 16px;
	overflow: hidden;
}
.hm_news li .box .time {
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 15px;
	color: #999999;
}
.hm_news li .box p {
	height: 96px;
	overflow: hidden;
}
.hm_news li .box a {
	display: block;
	margin-top: 10px;
}
.hm_news li .box a:hover { color:#09557a; font-weight: bold;}
/* footer */
.footer {
	/*background: #012135;*/
	clear: both;
	padding-top: 14px;
}
.main_footer{
	width: 100%;
	margin: 0 auto;
}
.footer ul {
	overflow: hidden;
}
.footer .navi {
	float: left;
	width: 25%;
	margin-top: 40px;
}
.footer .navi .title {
	color: #FFFFFF;
	font-size:15px;
	font-weight:bold;
	line-height:18px;
	margin-bottom: 20px;
}
.footer .navi p {
	line-height:40px;
	font-size:14px;
}
.footer .navi p a {
	color: #CFE0EB;
}
.footer .navi p a:hover {
	color: #fff;
	text-decoration: underline;
}
.footer .rule {
	width: 100%;
	height: 2px;
	background: #FFFFFF;
	opacity:0.1;
	margin-top: 10px;
	margin-bottom: 20px;
}
.footer .about {
	height: 38px;
	position: relative;
}
.footer .about .logo2 {
	position:absolute;
	top: 7px;
	left: 0px;
}
.footer .about .txt {
	position:absolute;
	top: 0px;
	left: 150px;
}
.footer .about .txt p {
	font-size:14px;
	line-height:25px;
	color: #FFFFFF;
	float: left;
	margin-right: 66px;
}
.footer .about .txt p:last-child{margin-right: 0px !important;}
.footer .about .wx {
	position:absolute;
	top: -14px;
	left: 1012px;
}
.footer .copyright {
	text-align: center;
	vertical-align: middle;
	background: #012135;
	width: 100%;
	height: 50px;
	line-height: 50px;
	color: #8095A3;
	font-size:14px;
}
/*详情页面*/
.content_banner {
	height: 160px;
}
.content_banner .bd img {
	width: 100%;
	height: 160px;
	display: block;
}
.content_page {
	width: 100%;
	background: #F2F2F2;
	overflow:hidden;
}
.page_navi {
	margin-top: 10px;
	margin-bottom: 10px;
	color: #013152;
}
.page_navi a.cur {
	color: #1079C1;
}
.cont_l {
	width: 300px;
	float: left;
}
.cont_r {
	width: 880px;
	float: right;
}
/*left navi*/
.cont_l_box {
	background: #FFFFFF;
	width: 100%;
	border:1px solid #F2F2F2;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius:10px;
	margin-top: 20px;
	margin-bottom: 10px;
}
.cont_l_title {
	height: 49px;
	line-height: 49px;
	font-size: 16px;
	padding-left: 20px;
	border: 1px solid #ecf5f5;
}
.cont_l_rule {
	width:100%;
	height:1px;
	background:#DEE5E9;
	margin-bottom: 10px;
}
.cont_l_box p {
	margin-left: 20px;
	margin-right: 20px;
}
.cont_space {
	height: 20px;
}
.cont_l ul li {
	position: relative;
}
.cont_l ul ul {
	margin-bottom: 0;
	display: none;
}
.cont_l ul li.curr ul {
	display: block;
}
.cont_l ul li ul li.curr {
	background: #ECF7FF;
}
.cont_l ul li a {
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	padding-left: 20px;
	display: block;
}
.cont_l ul li ul li {
	overflow:hidden;
}
.cont_l ul li ul li a, .cont_l ul li.curr ul li a {
	line-height: 32px;
	padding-left: 30px;
	border: none;
	color: #005F9E;
}
.cont_l ul li span.more, .cont_l ul li.curr span.more {
	color: #333333;
	display: inline-block;
	position: absolute;
	right: 10px;
	top: 0;
}
.cont_l ul li.curr span.more {
	filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.cont_r_content {
	background: #FFFFFF;
	margin-top: 20px;
	padding: 15px;
	font-size: 14px;
	line-height: 26px;
	border:1px solid #F2F2F2;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius:10px;
}
.cont_r_detail {
	padding-top: 10px;
	padding-bottom: 25px;
}
.cont_r_title {
	width: 100%;
	text-align: center;
	font-size: 24px;
	font-family:MicrosoftYaHei-Bold;
	font-weight:bold;
	line-height:36px;
}
.cont_r_molecule_f {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
}
.cont_r_molecule_f a {
	font-size: 18px;
	font-family: MicrosoftYaHei;
	font-weight: bold;
	color: #222222;
	line-height: 30px;
	display: inline-block;
	width: 26px;
    text-align: center;
}
.cont_r_molecule_f a.curr {
    background: #409DDD;
    color: #FFFFFF;
}
.cont_r_molecule_list {
	margin: 10px 8px;
	overflow: hidden;
}
.cont_r_molecule_list li {
	/*width: 192px;*/
	position: relative;
	display: inline;
margin-right: 30px;
}
.cont_r_molecule_list li a {
	color: #005F9E;
	line-height:40px;
	display: inline-block;
}
.cont_l ul.prod-filter ul {
	display: block;
}
/* checkbox */
label.check-box-l {
	position: relative;
	cursor: pointer;
	font-size: 14px;
}
label.check-box-l input {
	cursor: pointer;
}
label.check-box-l .check-box {
	position: absolute;
	top: 4px;
	left: 34px;
	width: 11px;
	height: 11px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #005F9E;
	background: white;
}
label.check-box-l input:checked + .check-box:before {
	content: '';
	position: absolute;
	top: -1px;
	left: 3px;
	width: 4px;
	height: 8px;
	border: solid #005F9E;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}
label.check-box-l {
	line-height: 32px;
	padding-left: 34px;
	border: none;
	color: #005F9E;
}

/* product table */
.prod_table {
	padding: 15px;
	text-align: left;
	width: 100%;
}
.prod_table th {
	    height: 40px;
    padding-left: 10px;
    line-height: 40px;
    width: auto !important;
    min-width: 60px;
    text-align: center;
}


.prod_table th:last-child,.prod_table td:last-child{ width:60px !important;
	text-align: center;
}
.prod_table td {
	border: none;
	height: 44px;
	text-align:center;
	vertical-align: middle;
	padding: 0 5px;
border-left: 1px solid #fafafa;
}
.prod_table td a {
	color: #1079C1;
}
.prod_table thead {
	background: #1079C1;
	color: #FFFFFF;
}
.prod_table tbody tr:nth-child(odd){
	background-color:#F4F5F6;
}
.prod_table tbody tr:hover {
	background-color:#DEF3FF;
}
/*paging*/
.pag {
	text-align: center;
	margin-top: 10px;
}
.pag ul {
	display: inline-block;
}
.pag ul li {
	width: 32px;
	height: 32px;
	display: block;
	float: left;
	margin-right: 5px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
	line-height: 32px;
	font-size: 14px;
}
.pag ul li.btn {
	background: #e7ebeb;
}
.pag ul li span, .pag ul li a:hover {
	color: #FFFFFF;
	background: #1079C1;
	width: 32px;
	height: 32px;
	display: block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.pag ul li a {
	display: block;
}
.pag ul li.box {
	width: 160px;
	padding-left: 12px;
}
.pag ul li.box span {
	float: left;
	color: #333;
	background: none;
	width: auto;
	margin-right: 5px;
	/*display: inline;*/
}
.pag ul li.box input {
	border: 1px solid #9eb0b4;
	width: 40px;
	text-align: center;
	display: inline-block;
	height: 24px;
	line-height: 30px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 2px;
	float: left;
}

/*product detail*/
.prod_detail {
	padding: 0px 0px 20px 0px;
}
.prod_detail_tab {
	background: #F6FBFE;
	border-bottom: 2px solid #1079C1;
	height: 37px;
	line-height: 42px;
	overflow: hidden;
}
.prod_detail_tab a {
	display: block;
	float: left;
	font-size: 14px;
	padding: 0 30px;
}
.prod_detail_tab a:hover, .prod_detail_tab a.curr {
	background: #1079C1;
	color: #FFF;
}
.prod_detail_tab_con {
	font-size: 14px;
	line-height: 26px;
	padding: 10px 0;
}
.prod_detail_tab_con .item .mt {
	background: #DEF3FF;
	padding: 5px;
	margin-bottom: 15px;
}
.prod_detail_tab_con .item {
	padding-bottom: 10px;
}
.prod_detail_tab_con .item .mc th {
	padding: 10px;
	width: 150px;
	font-weight: 700;
	line-height: 24px;
	text-align: left;
	vertical-align: top;
}
.prod_detail_tab_con .item .mc td {
	padding: 10px;
	line-height: 24px;
	text-align: left;
	vertical-align: top;
}
.prod_detail_tab_con .list {
}
.prod_detail_tab_con .list li i {
	width: 17px;
	height: 17px;
	position: absolute;
	left: -0;
	top: 5px;
	display: block;
	background: url(/static/images/sj_03.jpg) no-repeat;
}
.prod_detail_tab_con .list li {
	padding-left: 25px;
	position: relative;
	margin-bottom: 25px;
}
.prod_detail_tab_con .list li img {
	vertical-align: middle;
	margin-right: 5px;
}

.file_ppt, .file_word, .file_pdf,.file_excel {
	width: 60px;
	height: 60px;
	color: #FFFFFF;
	font-size: 16px;
	font-family: MicrosoftYaHei-Bold;
	font-weight: bold;
	line-height:70px;
	text-align: center;
	margin-left: 15px;
}
.file_ppt {
	background: url(/static/images/fileppt.png) no-repeat;
}
.file_word {
	background: url(/static/images/fileword.png) no-repeat;
}
.file_pdf {
	background: url(/static/images/filepdf.png) no-repeat;
}
.file_excel {
	background: url(/static/images/fileexcel.png) no-repeat;
}
.file_title {
	margin-top: 10px;
	width: 90px;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
}
.file_dl {
	overflow: hidden;
	width: 300px;
	margin-top: 30px;
	
}
.file_dl li {
	width: 90px;
	height: 110px;
	margin: 0 5px;
	position: relative;
	float: left;
}
.cont_l .file_dl li a{ padding-left: 0!important;}
.cont_l_box .service a {
	color: #1079C1;
}
.cont_m {
	margin-top: 28px;
	margin-bottom: 50px;
	background: #FFFFFF;
}
.cont_m .lxwm {
	padding: 35px;
	overflow:hidden;
}
.lxwm .left {
	width: 380px;
	overflow: hidden;
	float: left;
}
.lxwm .left .title {
	margin-top: 20px;
	line-height: 48px;
	font-size: 24px;
	color: #005F9E;
}
.lxwm .left p {
	font-size: 14px;
	line-height: 32px;
	color: #000000;
}
.lxwm label {
	width: 70px;
	text-align: right;
	margin-right: 10px;
	display: inline-block;
}
.lxwm .right {
	float: right;
	overflow: hidden;
	width: 690px;
}
.lxwm_ts {
	background: #F8F8F8;
	height:52px;
	color: #F54336;
	font-size:14px;
	line-height:52px;
	padding-left: 40px;
}
.lxwm .form {
	height: 523px;
	width: 1170px;
	background: url(/static/images/message_bj.png) center no-repeat;
}
.lxwm .form div {
	margin-top: 16px;
}
.lxwm .form label {
	line-height: 36px;
}
.lxwm .form span {
}
.lxwm .form input.txt {
	width: 280px;
	height: 36px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius:3px;
	margin-left: 6px;
	margin-right: 32px;
	border:1px solid #D7D7D7;
}
.lxwm .form textarea {
	width: 400px;
	height: 100px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius:3px;
	margin-left: 6px;
	margin-right: 32px;
	border:1px solid #D7D7D7;
}
.lxwm .form a {
	width:140px;
	height:46px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius:3px;
	font-size:18px;
	margin-right: 35px;
	text-align: center;
	display: inline-block;
	line-height: 50px;
}
.lxwm .form a.submit {
	background: #1079C1;
	color: #FFFFFF;
	float: left;
}
.lxwm .form a.clear {
	background: #D3D3D3;
	color: #000000;
	float: left;
}
.lxwm .form div.btn {
	margin-top: 50px;
	margin-left: 90px;
	height: 46px;
	overflow: hidden;
}

.news_list {
    padding-top: 10px;
}
.news_list ul {
    margin-top: 20px;
}
.news_list ul li {
    background: #fff;
    overflow: hidden;
    padding: 20px 26px;
    font-size: 14px;
    color: #717f87;
    border-bottom: 1px solid #eaeaea;
}
.news_list ul li a {
    color: #717f87;
}
.news_list ul li a:hover {
    text-decoration: none;
}
.news_list ul li img {
    width: 160px;
    height: 120px;
    display: inline;
    float: left;
    margin-right: 20px;
}
.news_list ul li .info {

}
.news_list ul li .title {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-bottom: 19px;
    display: inline-block;
}
.news_list ul li .subtitle {
    height: 34px;
}
.news_list ul li .time {
    display: inline-block;
    background: url(/static/images/icontime.jpg) no-repeat center left;
    padding-left: 18px;margin-right: 30px;
}
.news_list ul li .yd {
    display: inline-block;
    background: url(/static/images/iconyd.jpg) no-repeat center left ;
    padding-left: 18px;
}
.news_list ul li .download {
    height: 30px;
}
.news_list ul li .download .label, .newsxq_cont .download .label {
    display: inline-block;
    width: 60px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    color: #FFFFFF;
    background: #1079C1;
    text-align: center;
    position: relative;
    margin-right:8px;
}
.news_list ul li .download .label i, .newsxq_cont .download .label i {
    position: absolute;
    right: -5px;
    top: 6px;
    border-left: 5px solid #1079C1;
    border-top: 5px solid transparent ;
    border-bottom: 5px solid transparent ;
    height: 0;
    overflow: hidden;
}
.news_list ul li .download a, .newsxq_cont .download a {
    margin-left: 15px;
    margin-right: 15px;
    color: #222222;
}
.news_list ul li .download a i, .newsxq_cont .download a i {
    color: #1079C1;
}

.page_menu {
    height: 66px;
    background: #FFFFFF;
    text-align: center;
}
.page_menu a {
    font-size: 16px;
    color: #717f87;
    border-bottom: 5px solid #FFFFFF;
    display: inline-block;
    height: 61px;
    line-height: 61px;
    margin: 0 30px ;
}
.page_menu a span {

}
.page_menu a:hover,.page_menu a.active {
    color: #1079C1;
    border-bottom-color: #1079C1;
    text-decoration: none;
}

.newsxq {
    padding: 20px;
    /*padding-top: 24px;*/
}
.newsxq_title {
    height: 85px;
    border-bottom: 1px solid #e0e0e0;
    margin-top: 20px;
    text-align: center;
}
.newsxq_title h3 {
    font-size: 26px;
    font-weight: normal;
    color: #333;
    margin-bottom: 20px;
}
.newsxq_title p {
    color: #717f87;
}
.newsxq_title p .time {
    display: inline-block;
    background: url(/static/images/icontime.jpg) no-repeat center left ;
    padding-left: 18px;
    margin-right: 30px;
}
.newsxq_title p .yd {
    display: inline-block;
    background: url(/static/images/iconyd.jpg) no-repeat center left ;
    padding-left: 18px;
}
.newsxq_title p .subtitle {
    color: #1079C1;
    font-size: 20px;
}

.newsxq_cont {
    line-height: 26px;
    font-size: 14px;
    color: #333;
    padding: 30px 0;
}
.newsxq_cont .download {
    height: 40px;
}

.hzhb_list {
    padding-top: 10px;
}
.hzhb_list ul {
    margin-top: 20px;
}
.hzhb_list ul li {
    background: #fff;
    overflow: hidden;
    padding: 20px 26px;
    font-size: 14px;
    color: #717f87;
    border-bottom: 1px solid #eaeaea;
}
.hzhb_list ul li a {
    color: #717f87;
}
.hzhb_list ul li a:hover {
    text-decoration: none;
}
.hzhb_list ul li img {
    width: 260px;
    height: 80px;
    display: inline;
    float: right;
    margin-left: 20px;
    margin-top: 20px;
}
.hzhb_list ul li .info {

}
.hzhb_list ul li .title {
    font-size: 24px;
    font-weight: bold;
    color: #1079C1;
    margin-bottom: 19px;
    display: inline-block;
}
.err404 {
	text-align: center;
}
.err404 p {
	line-height: 36px;
	font-size: 16px;
}
.err404  .search404 {
	width: 363px;
	height: 46px;
	background: #F2F2F2;
	margin-left: auto;
	margin-right: auto;
	-webkit-border-radius: 23px;
	-moz-border-radius: 23px;
	border-radius: 23px;
}
.err404 .text {
	width: 300px;
	margin-top: 6px;
	border: none;
	font-size: 16px;
	line-height: 14px;
	height: 30px;
	text-indent: 12px;
	background: #F2F2F2;
}
.err404 .text::-webkit-input-placeholder {
	color: #A2A2A2;
}
.err404 img {
	margin-top: 10px;
	cursor: pointer;
}
.err404 a {
	width:363px;
	height:46px;
	-webkit-border-radius: 23px;
	-moz-border-radius: 23px;
	border-radius:23px;
	font-size:16px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	display: inline-block;
	line-height: 50px;
	background: #1079C1;
	color: #FFFFFF;
}