﻿/*************************
*******body******
**************************/
@charset "utf-8";
/* CSS Document */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
}
body { /*text-align:center;*/
	font: 14px "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
	height: 100%;
	min-width: 1260px;
	background: #fff;
	max-width: 100%;
	overflow: auto;
	overflow-x: hidden
}
h1 {
	font-size: 36px;
	color: #fff;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 16px;
	color: #787878;
	font-weight: 400;
	line-height: 24px;
}
h4 {
	font-size: 16px;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.img-res {
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	display: block;
}
ul{ padding:0;}
.tit01{ box-sizing: border-box; text-align: center; font-family: "Microsoft YaHei";font-size: 32px; color: #333333; display: block;  font-weight: normal; padding:30px 0; letter-spacing:1px}
.tit01 a{color: #333333;}
.tit01 i{font-weight: bold;color: #172e7a; font-style:normal;}
.tit01 span{text-align: center; font-family: "Microsoft YaHei";font-size: 18px; color: #666666; display: block; font-weight: normal; padding-top:10px;}

/* 清理浮动 */
.clearfix {
	clear: both;
	zoom: 1;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.main_box {
	width: 1200px;
	margin: 0 auto;
}
/*************************
*******菜单******
**************************/

/*-- Navbar --*/

.navbar {
	
	z-index: 999;
	width: 100%;

	margin: 0;
	border-top:8px solid #092E95;
}
.top {
	width: 1200px;
	height: 90px;
	margin: 0 auto;
}
.topmin {
	width: 100%;
	height: 90px;
}
.logo {
	width: 170px;
	height:90px;
	float: left;
	text-align: center;
	
}
.logo img {
	
	height: 80px;
	margin-top:5px;
}
/* 首页导航 */

.dao {
	width: 780px;
	height: 90px;
	float: left;
	margin-left: 40px;
	display: inline;
}
ul, li, ol {
	list-style-type: none;
}
.tab {
	width: 780px;
	height:87px;
	line-height: 87px;
}
.tab li {
	text-align: center;
	float: left;
	font-size: 16px;
	padding: 0 12px;
}
.tab li a {
	color: #333;
	display: block;
	text-decoration: none;
	font-weight:bold;
}
.tab li a:hover {
	display: block;
	border-bottom: 3px #092E95 solid;
	color: #092E95;
	
}
.zhuo {
	width: 180px;
	height: 30px;
	float: right;
	margin-top: 10px;
	display: inline;
}
.zhuo .tel {
	color: #fff;
	padding-left: 42px;
	background: url(../images/top/tel.png) no-repeat left center;
	height: 70px;
}
.zhuo .tel-title {
	font-size: 16px;
	margin-right: 10px;
}
.zhuo .tel-num {
	font-size: 18px;
	font-weight:bold;
	color: #092E95;
	padding-top:8px;
}
/*-- Slider --*/

.slider {
	position: relative;
	padding: 0;
}
.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}
.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}
.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}
.rslides img {
	display: block;
	float: left;
	width: 100%;
	height: 100%;
	border: 0;
}
a.callbacks_nav {
	display: none;
}
ul.callbacks_tabs {
	position: absolute;
	z-index: 9;
	bottom: 5%;
	left: 44.3%;
}
ul.callbacks_tabs li {
	display: inline-block;
}
.callbacks_tabs a {
	visibility: hidden;
}
.callbacks_tabs a:after {
	content: "\f111";
	font-size: 0;
	visibility: visible;
	display: inline-block;
	height: 5px;
	width: 40px;
	background: #484A50;
}
.callbacks_here a:after {
	background: #FFF;
}
.carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 20px;
	left: 15%;
	z-index: 10;
	padding-bottom: 60px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0,0,0,0.6);
}
.carousel-caption h4 {
	color: #fff;
	text-shadow: #000 0.1em 0.1em 0.2em;
	font-size: 40px;
	font-weight: 400;
	padding-bottom: 30px;
}
.carousel-caption p {
	font-size: 18px;
		text-shadow: #000 0.1em 0.1em 0.2em;
}
.more {
	text-align: center;
	width: 100%;
}
.more a {
	display: block;
	width: 90px;
	
	margin: 0 auto;
	border: 1px solid #fff;
	background: none;
	padding: 0 20px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 5px;
	font-size: 15px;
	color: #fff;
	margin-top: 40px;
	text-decoration: none;
}
.more a:hover {
	background: #092E95;
	border-color: #092E95;
	-webkit-transition: all .5s ease-out;
	transition: all .5s ease-out;
	color: #fff
}
/*-- //Slider --*/

.index-box-row {
	margin: auto;
 *zoom:1;
	transition: opacity .3s .6s, visibility 0s .6s, margin-top 0s .6s
}
.index-box-row:after, .index-box-row:before {
	content: "";
	display: table
}
.index-box-row:after {
	clear: both
}
.index-box-row li {
	width: 20%;
	float: left;
	height: 136px;
	overflow:hidden;
}
.index-box-row li:nth-child(2n+1){	background-color: hsla(0,0%,100%,.06);
	text-decoration: none;
	border-color: transparent!important}
.index-box-row li a {
	height: 136px;
	overflow:hidden;
	text-decoration: none;
	position: relative;
	display: block;
	color:#fff;
	padding: 30px 26px 24px;
	transition: all .3s;
	border-left: 1px solid #727577;
	border-color: hsla(0,0%,100%,.06)
}
.index-box-row li a img {
	position: absolute;
	left: 20px;
	top: 34px;
	width: 32px;
	-moz-filter: gracasecale(100%);
	-ms-filter: gracasecale(100%);
	filter: gracasecale(100%)
}
.index-box-row li a h2 {
	color: #fff;
	font-weight: bolder;
	height: 18px;
	font-size: 16px;
	margin-bottom: 8px
}
.index-box-row li a p {
	color: #fff;
	font-size: 14px;
	line-height: 24px;
	opacity: .6
}

.index-box-row li a:hover img {
	-moz-filter: gracasecale(0);
	-ms-filter: gracasecale(0);
	filter: gracasecale(0)
}
.index-box-row li a:hover p {
	color: #fff
}
.index-box-row li:last-child a {
	border-right: 1px solid #727577;
	border-color: hsla(0,0%,100%,.06)
}
.index-box-row.index-box-row-hide {
	opacity: 0;
	filter: alpha(opacity=0);
-ms-filter:progid:DXImageTransform.Microsoft.Alpha(opacity=(0));
	position: relative;
	transition: opacity .3s, max-height .3s .3s, visibility 0s .6s
}
/**/
.pr_list ul {
	padding: 0;
	margin: 0;
}
.pr_list ul li {
	float: left;
	width: 21%;
	margin: 10px 2%;
	padding: 0;
	box-shadow: 5px 5px 10px #e9e9e9, -5px -5px 10px #e9e9e9;
	transition: all 0.3s;
	height:262px;
}
.pr_list ul li p, .pr_list ul li h4 {
	padding: 0px 25px;
	text-align: center;
	margin-top:20px;
}
.pr_list ul li h4 {
	color: #373D41;

}
.pr_list ul li p {
	text-align:left;
	color: #999;
}
.pr_list ul li:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
}
/*产品*/
.product{ background:#F2F2F2; padding-bottom:80px ; padding-top:30px; margin-top:60px;}
.pro_fl{ float:left; width:62%; height:828px;}
.pro_fr{ float:right; width:35%; padding:15px; background:#fff; height:798px;}
.pro_fr h3{ font-size:18px; padding:10px 0; color:#333; font-weight:bold; margin-top:15px}
.pro_fr img{ margin-top:6px;}
.pro_fr p{ line-height:28px; color:#666;}
.zzsc {
	width: 100%;
	height: auto;
	background:#fff;
	text-align: center;
}
.zzsc .tab2 {
	overflow: hidden;
	
}
.zzsc .tab2 a {
	display: block;
	font-size: 18px;
	width: 29%;
	margin:20px 2%;
	border-right: 1px solid #fff;
	height: 60px;
	text-align: center;
	line-height: 60px;
	float: left;
	text-decoration: none;
	color: #fff;
	background: #092E95;
}
.zzsc .tab2 a img {
	padding: 0 10px;
}
.zzsc .tab2 a:hover {
	background: #FFDE00;
	color: #333;
	text-decoration: none;
}
.zzsc .tab2 a.on {
	background: #FFDE00;
	color: #333;
	text-decoration: none;
}
.zzsc .co {
	overflow: hidden;

	background: #fff;
}
.zzsc .co > ul {
	padding: 0;
	margin: 0;
}
.zzsc .co li {
	display: none;
	width: 100%;
	list-style: none;
}
.do_list {
	float: left;
	width: 46%;
	margin: 1.8%;

}
.do_list img{ height:240px;}
.do_list a {
	text-decoration: none;
	color: #666;
}
.do_list p {
	font-size: 18px;
	padding:10px 0;
}
.do_list p{overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap; }
.do_list h4 {
	width: 90px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 12px;
	border: 1px solid #dedede;
	margin: 10px auto;
	color: #999;
}
.do_list a:hover h4 {
	color: #092E95
}
.zzsc .co li h5 {
	color: #0069C2;
	margin-top: 15px;
}
/*合作案例*/
.case_list{ margin-top:20px; }
.case_list h3 {
	text-align: center;
	margin-bottom: 28px;
}
.case_list h3 span {
	display: block;
	font-size: 30px;
	color: #0066D9;
	height: 38px;
	line-height: 36px;
}
.case_list h3 span i {
	font-weight: bold;
}
.case_list h3 em {
	display: block;
	font-size: 22px;
	font-weight: normal;
	font-style: normal;
	color: #666;
	line-height: 22px;
	margin-top: 13px;
}
.case_list dl {
	width: 31%;
	float: left;
	height:291px;
	margin: 10px 1%;
	background: #f5f5f5;
	padding-bottom: 15px;
	border: 1px solid #eee;
}
.case_list dl:hover{background: #092E95;}
.case_list dl:hover span{ color:#fff}
.case_list dl dt {
	width: 100%;
	height: 231px;
	margin-bottom: 15px;
	overflow: hidden;
}
.case_list dl dt img {
	width: 100%;
	height: 231px;
	transition: all 0.5s linear;
}
.case_list dl:hover img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
.case_list dl dd span {
	display: block;
	font-size: 15px;
	color: #2e2e2e;

	position: relative;
	padding: 0 20px;
}

/*优势*/
.ys{ margin-top:30px;}
.ysbox{font-family:"Microsoft Yahei";font-size:16px;position: relative;line-height:36px;color: #555;}
.ysbox1{height:405px;background:url(../images/main/ysbg.jpg) no-repeat center 0;position: relative;z-index: 1;overflow: hidden;}
.ysbox_p{width: 50%;height:435px;}
.ysbox_p1{background:url(../images/main/pic1.jpg) no-repeat 0 0;}
.ysbox_p2{background:url(../images/main/pic2.jpg) no-repeat right 0;}
.ysbox_p3{background:url(../images/main/pic3.jpg) no-repeat 0 0;}
.ysbox_p4{background:url(../images/main/pic4.jpg) no-repeat right 0;}
.ysbox_w{width: 50%;height: 483px;}
.ysbox_w1{width: 532px;padding:41px 45px 0;}
.ysbox_w1 h3{height:143px;line-height:35px;font-size:24px;white-space: nowrap;color: #252525;}
.ysbox_w1 h3 span{height:109px;font-size:32px;white-space: nowrap;color: #fff;width: 65px;float: left;background:url(../images/main/numbg.png) no-repeat 0 0;font-family: Didot;text-align: center;padding: 42px 0 0;}
.ysbox_w1 h3 b{line-height:47px;font-size:28px;display: block;color: #092E95;}
.ysbox_w1 h3 p{display: block;float: left;padding:17px 0 0 16px;}
.ysbox_w1 li{padding: 0 0 0 82px;background:url(../images/main/ico04.png) no-repeat 65px 15px;}

/*关于我们*/
/*about*/
.about{ background:#f2f2f2 url(../images/main/abbg.jpg) repeat-x top center; padding-bottom:40px; padding-top:20px; margin-top:80px;}
.about h2{text-align: center; margin-top:35px;}
.about h4{ font-weight:normal; text-align:center; color:#fff; padding-top:15px;}
.about h2 span{font: 32px/46px "Microsoft YaHei";color: #fff; font-weight:bold;}
.about p{font: 15px/29px "Microsoft YaHei";color: #fff;padding: 26px 0px 0;text-align: center;}
.about a.dda02{display: block;width:123px;height: 40px;margin: 30px auto 0;font: 14px/40px "Microsoft YaHei";background:#FFDE00; color:#fff;  border-radius:20px; color:#333;text-align:center; transition:all 0.3s; -moz-transition:all 0.3s; -webkit-transition:all 0.3s; -o-transition:all 0.3s;}

.about_list { margin-top:40px; }
.about_list dl{ width:23%; float:left; margin:10px 1%;}
.about_list dt{ width:168px; margin:0 auto;}
.about_list dt img{ display:block;width:168px; height:168px;-webkit-transition: -webkit-transform 0.4s ease-out; 
    -moz-transition: -moz-transform 0.4s ease-out; 
    transition: transform 0.4s ease-out;}
.about_list dt a:hover img{-webkit-transform: rotate(360deg); 
    -moz-transform: rotate(360deg); 
    transform: rotate(360deg);}
.about_list dd h4{ font:35px "Microsoft YaHei"; font-weight:bold; text-align:center; color:#0c0704; margin:16px 0 10px;}
.about_list dd p{ font:15px "Microsoft YaHei"; line-height:22px; font-weight:bold; color:#333; padding:0 32px; text-align:center;}

/*新闻*/

.xinw {
	height: 617px;
	overflow: hidden;
	padding-top: 46px;
}
.xw_l {
	width: 769px;
}
.xinw h3 {
	height: 43px;
	
	line-height: 100%;
	border-bottom: 1px solid #e2e2e2;
	margin-bottom: 23px;
}
.xinw h3 span {
	display: inline-block;
	float: right;
	
	padding-top: 10px;
}
.xinw h3 span a {
	font-weight: normal;
	color: #2b2b2b;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
}
.xinw h3 i {
	display: inline-block;
	float: left;
	font-style: normal;
}
.xinw h3 i a {
	color: #252525;
	font-size: 20px;
	font-weight: normal;
}
.xinw h3 a:hover {
	color: #0068b7;
}
.xw_l dl {
	overflow: hidden;
	height: 201px;
	margin-bottom: 23px;
}
.xw_l dl dt {
	float: left;
	width: 402px;
}
.xw_l dl dt img {
	width: 402px;
}
.xw_l dl dd {
	float: right;
	width: 342px;
	padding-top: 25px;
}
.xw_l dl dd h4 {
	font-size: 14px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-bottom: 10px;
}
.xw_l dl dd h4 a {
	color: #646464;
}
.xw_l dl dd h4 a:hover {
	color: #0068b7;
}
.xw_l dl dd p {
	color: #646464;
	font-size: 14px;
	line-height: 27px;
	height: 90px;
}
.xw_l dl dd em {
	display: block;
	overflow: hidden;
	font-style: normal;
}
.xw_l dl dd em span {
	display: inline-block;
	float: left;
	line-height: 30px;
	color: #646464;
	font-size: 14px;
	padding-right: 17px;
}
.xw_l dl dd em a img {
	transition: all 0.3s linear 0s;
}
.xw_l dl dd em a:hover img {
	transform: translateX(-5px);
}
.xw_l ul li {
	overflow: hidden;
	padding-bottom: 19px;
	width: 342px;
	float: left;
}
.xw_l ul li:nth-child(2n) {
	float: right;
}
.xw_l ul li i {
	font-style: normal;
	color: #646464;
	font-size: 14px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: bold;
	padding-bottom: 5px;
}
.xw_l ul li i:hover {
	color: #092E95;
}
.xw_l ul li em {
	font-style: normal;
}
.xw_l ul li a {
	color: #646464;
}
.xw_l ul li span {
	display: block;
	color: #646464;
	font-size: 14px;
}
.xw_r {
	width: 330px;
}
.xw_r h3 {
	border-bottom: 1px solid #e2e2e2;
	margin-bottom: 23px;
}
.xw_r ul li {
	overflow: hidden;
	padding-bottom: 27px;
}
.xw_r ul li i {
	display: block;
	padding-left: 40px;
	margin-bottom: 13px;
	background: url(../images/main/n_w.jpg) no-repeat 0 2px;
	height: 20px;
	line-height: 20px;
	font-style: normal;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.xw_r ul li i a {
	font-weight: bold;
	color: #646464;
	font-size: 14px;
}
.xw_r ul li i a:hover {
	color: #092E95;
}
.xw_r ul li span {
	display: block;
	background: url(../images/main/n_d.jpg) no-repeat 0 6px;
	padding-left: 40px;
	color: #393939;
	font-size: 14px;
	line-height: 26px;
}

/*底部开始*/

.footerCenter {
	width: 100%;
	background: #383A42;
	padding-top: 50px;
	margin-top:50px;
}
.footerCenter .conBox {
	padding-bottom: 30px;
}
.footerCenter .conBox dl {
	float: left;
}
.footerCenter .conBox dt {
	margin-bottom: 24px;
}
.footerCenter .conBox dt h3 {
	font-size: 16px;
	color: #ffffff;
	font-weight: normal;
}
.footerCenter .conBox dt h3 a {
	color: #fff;
	text-decoration: none;
}
.footerCenter .conBox dt p {
	display: block;
	font-size: 12px;
	color: #666666;
	font-family: arial;
	margin-top: 5px;
	word-spacing: 2px;
}
.footerCenter .conBox dd a {
	font-size: 14px;
	color: #999999;
	display: block;
	margin-bottom: 14px;
	text-decoration: none;
}
.footerCenter .conBox dl:first-child {
	border-left: none;
}
.footerCenter .conBox dd a:hover {
	color: #092E95
}
.footerCenter .conBox dl.dl1 {
	width: 150px;
}
.footerCenter .conBox dl.dl2 {
	width: 184px;
}
.footerCenter .conBox dl.dl3 {
	width: 178px;
}
.footerCenter .conBox dl.dl4 {
	width: 128px;
}
.lodwebsite {
	width: 100px;
	position: absolute;
	right: 0;
	top: 155px;
	font-size: 14px;
	color: #fc6b00;
}
.footerCenter .conBox .box1 {
	float: left;
	width: 110px;
	text-align: center;
	margin-left: 58px;
	position: relative;
}
.footerCenter .conBox .box1 img {
	display: block;
	margin: 0 auto;
}
.footerCenter .conBox .box1 p {
	font-size: 12px;
	color: #999999;
	margin-top: 12px;
	padding-left: 20px;
}
.footerCenter .conBox .box2 {
	float: right;
}
.footerCenter .conBox .box2 p {
	font-size: 24px;
	color: #fff;
	font-family: arial;
}
.footerCenter .conBox .box2 span {
	display: block;
	font-size: 14px;
	color: #777777;
	margin-top: 4px;
}
.footerCenter .conBox .box2 a {
	display: block;
	width: 148px;
	height: 44px;
	line-height: 44px;
	text-indent: 54px;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	background: url(../images/top/0122133757.png) no-repeat 20px center;
	border: 1px solid #777777;
	border-radius: 3px;
	margin-top: 32px;
}
.footerCenter .link {
	width: 100%;
	height: 40px;
	color: #9B9EA0;
	padding-top: 20px;
	border-bottom: 1px solid #4B5054;
	border-top: 1px solid #4B5054;
}
.footerCenter .link a {
	color: #73777A;
	padding: 0 10px;
}
.footerCenter .copright {
	width: 100%;
	height: 45px;
	line-height: 45px;
	color: #73777A
}
/*悬浮链接*/
.suspension {
	position: fixed;
	z-index: 55;
	right: 0;
	bottom: 80px;
	width: 70px;
	height: 240px;
}
.suspension-box {
	position: relative;
	float: right;
}
.suspension .a {
	display: block;
	width: 44px;
	height: 44px;
	background-color: #092E95;
	margin-bottom: 4px;
	cursor: pointer;
	outline: none;
}
.suspension .a.active, .suspension .a:hover {
	background: #0FA2B7;
}
.suspension .a .i {
	float: left;
	width: 44px;
	height: 44px;
	background-image: url(../images/top/side_icon.png);
	background-repeat: no-repeat;
}
/* .suspension .a-service .i{background-position:0 0;} */
.suspension .a-service .i {
	width: 20px;
	height: 20px;
	margin-top: 12px;
	margin-left: 12px;
	background-image: url(../images/top/suspension-bg.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.suspension .a-service-phone .i {
	width: 20px;
	height: 20px;
	margin-top: 12px;
	margin-left: 12px;
	background-image: url(../images/top/suspension-bg.png);
	background-repeat: no-repeat;
	background-position: -27px 0;
}
.suspension .a-qrcode .i {
	background-position: -44px 0;
}
.suspension .a-cart .i {
	background-position: -88px 0;
}
.suspension .a-top .i {
	background-position: -132px 0;
}
.suspension .a-top {
	background: #D2D3D6;
	display: none;
}
.suspension .a-top:hover {
	background: #c0c1c3;
}
.suspension .d {
	display: none;
	width: 223px;
	background: #fff;
	position: absolute;
	right: 67px;
	min-height: 90px;
	border: 1px solid #E0E1E5;
	border-radius: 3px;
	box-shadow: 0px 2px 5px 0px rgba(161, 163, 175, 0.11);
}
.suspension .d .arrow {
	position: absolute;
	width: 8px;
	height: 12px;
	background: url(../images/top/side_bg_arrow.png) no-repeat;
	right: -8px;
	top: 31px;
}
.suspension .d-service {
	top: 0;
}
.suspension .d-service-phone {
	top: 34px;
}
.suspension .d-qrcode {
	top: 78px;
}
.suspension .d .inner-box {
	padding: 8px 22px 12px;
}
.suspension .d-service-item {
	border-bottom: 1px solid #eee;
	padding: 14px 0;
}
.suspension .d-service .d-service-item {
	border-bottom: none;
}
.suspension .d-service-item .circle {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	overflow: hidden;
	background: #F1F1F3;
	display: block;
	float: left;
}
.suspension .d-service-item .i-qq {
	width: 44px;
	height: 44px;
	background: url(../images/top/side_con_icon03.png) no-repeat center 15px;
	display: block;
	transition: all .2s;
	border-radius: 50%;
	overflow: hidden;
}
.suspension .d-service-item:hover .i-qq {
	background-position: center 3px;
}
.suspension .d-service-item .i-tel {
	width: 44px;
	height: 44px;
	background: url(../images/top/side_con_icon02.png) no-repeat center center;
	display: block;
}
.suspension .d-service-item h3 {
	float: left;
	width: 112px;
	line-height: 44px;
	font-size: 15px;
	margin-left: 12px;
}
.suspension .d-service-item .text {
	float: left;
	width: 112px;
	line-height: 22px;
	font-size: 15px;
	margin-left: 12px;
}
.suspension .d-service-item .text .number {
	font-family: Arial, "Microsoft Yahei", "HanHei SC", PingHei, "PingFang SC", "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
}
.suspension .d-service-intro {
	padding-top: 10px;
}
.suspension .d-service-intro p {
	float: left;
	line-height: 27px;
	font-size: 12px;
	width: 50%;
	white-space: nowrap;
	color: #888;
}
.suspension .d-service-intro i {
	background: url(../images/top/side_con_icon01.png) no-repeat center center;
	height: 27px;
	width: 14px;
	margin-right: 5px;
	vertical-align: top;
	display: inline-block;
}
.suspension .d-qrcode {
	text-align: center;
}
.suspension .d-qrcode .inner-box {
	padding: 20px 0;
}
.suspension .d-qrcode p {
	font-size: 16px;
	color: #93959c;
}
/*内页公共样式*/
.p12-curmbs-1 {
	font-size: 14px;
	
	color: #666;
	border-bottom:1px solid #dedede;
}
.p12-curmbs-1 a {
	color: #666;
}
.p12-curblock {
	display: none;
}
.p12-curmbs-1 b {
	font-weight: normal;
	padding-left: 10px;
	border-left:8px solid #172E7A;
}
.p12-curmbs-1 i {
	font-style: normal;
}
.p12-curmbs-1 span {
	padding: 0 5px;
	height: 46px;
	line-height: 46px;
}
.slide-nav {
	float: left;
	width: 20%;
	margin-top: 26px;
}
.slide-nav-title {
	height: 100px;
	background: #172E7A;
}
.slide-nav-title, .title {
	color: #fff;
	text-align: center;
	font-family: "微软雅黑";
	font-size: 22px;
	line-height: 100px;
	font-weight:bold;
}
.slide-nav ul {
	list-style: none;
	background: #dedede;
	padding: 10px 10px;
}
.slide-nav ul li {
	overflow: hidden;
	margin: 10px 10px;
}
.slide-nav ul li a {
	text-decoration: none;
	line-height: 50px;
	padding-left: 20px;
	background: #fff;
	font-size:15px;
	display: block;
	color: #666;
}
.slide-nav ul li a:hover {
	color: #fff;
	background: #172E7A;
}
.slide-content {
	float: left;
	width: 78%;
	height: auto;
	padding-left: 2%;
	margin-top: 20px;
}
.do_list2 {
	float: left;
	width: 29.3%;
	margin: 1.8%;
	border:1px solid #dedede;

}
.do_list2 img{ height:240px;}
.do_list2 a {
	text-decoration: none;
	color: #666;
}
.do_list2 p {
	font-size: 18px;
	padding:10px 0;
	text-align:center;
}
.do_list2 p{overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap; }
.do_list2 h4 {
	width: 90px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 12px;
	border: 1px solid #dedede;
	margin: 10px auto;
	color: #999;
}
.do_list2 a:hover h4 {
	color: #092E95
}

/*图片缩放*/
.pro_fd .avatar {
	display: block;
	overflow: hidden;
	width: 100%;
}
.avatar img {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.avatar:hover img {
	transform: scale(1.3);
	transition: all 1s ease 0s;
	-webkit-transform: scale(1.3);
	-webkit-transform: all 1s ease 0s;
}
.searchbox {
	width: 100%;
	height: 36px;
	line-height: 36px;
	border: 1px solid #dedede;
	border-radius: 20px;
	margin:10px 0;
}
.searchbox .cont_text {
	float: left;
	color: #999;
	height: 32px;
	padding-left: 8px;
	background: none;
	line-height: 32px;
	outline: none;
	border: none;
}
.searchbox .cont_btn {
	float: right;
	outline: none;
	border: none;
	margin-top: 2px;
	cursor: pointer;
	width: 32px;
	height: 32px;
	background: url(../images/main/rsbtn.png) no-repeat;
}
.num {
	

	margin: 20px auto;

	padding:30px 10px;
	text-align: center;
}
.num ul {
	display: inline-block;
}
.num ul li {
	float: left;
	list-style: none;
	margin:5px 0;
	padding-right: 10px;
}
.num ul li a {
	display: block;
	padding: 3px 8px;
	border: 1px solid #ccc;
	text-align: center;
	color: #666;
	font-size: 14px;
	text-decoration: none;
}
.num ul li a.selected {
	color: #0C64C5
}
/*in about*/
.tl-fdh-02 {
	height: 55px;
	background: #fff;
	margin-bottom: 20px;
	overflow: hidden;
	margin-top: 30px;
}
.tl-fdh-02 ul {
	padding: 0;
}
.tl-fdh-02 li {
	width: 19.8%;
	height: 55px;
	font-size: 18px;
	line-height: 55px;
	text-align: center;
	float: left;
	border-right: 1px dashed #dedede;
	background: #f4f4f4;
	cursor: pointer;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.tl-fdh-02 li a {
	display: block;
	height: 55px;
	color: #666;
	text-decoration: none;
}
.tl-fdh-02 li.sidenavcur,  .tl-fdh-02 li:hover {
	background: url(../images/main/p16-icon6.png) no-repeat bottom center #092E95;
}
.tl-fdh-02 li.sidenavcur a,  .tl-fdh-02 li:hover a {
	color: #fff;
}
.ti  {
	display: block;
	color: #333;
	padding-top: 28px;
	text-align: center;
	font: 36px "宋体";
	font-weight: bold;
	overflow: hidden;
	margin-bottom: 45px;
}
.ti span {
	color: #092E95;
}
.ti em {
	display: block;
	font: 14px Arial;
	text-transform: uppercase;
	color: #999;
	padding-top: 16px;
	position: relative;
}
.ti em:before {
	content: "";
	width: 7%;
	border-top: 1px solid #ddd;
	position: absolute;
	top: 24px;
	left: 34%;
	z-index: 0;
}
.ti em:after {
	content: "";
	width: 7%;
	border-top: 1px solid #ddd;
	position: absolute;
	top: 24px;
	right: 34%;
	z-index: 0;
}
.ab_fl {
	width: 48%;
	float: left;
	margin-top: 20px;
}
.ab_fl h2 {
	color: #333;
	font-size:30px;
	padding-bottom:10px;
}
.ab_fl span{ color:#999; display:block; font-size:18px; margin-bottom:20px;}
.ab_fl p {
	line-height: 26px;
	padding: 10px 0;
	font-size: 15px;
	color:#666;
}
.ab_fr {
	width: 48%;
	float: right;
	margin-top: 30px;
}
.sl {
	margin: 50px 0;
}
.sl ul {
	padding: 0;
}
.sl li {
	width: 23%;
	background: #f1f1f1;
	margin: 1%;
	border-radius: 15px;
	box-sizing: border-box;
	float: left;
	height:278px;
	
}
.sl li:last-child {
	margin-right: 0px;
}
.sl li img {
	height: 142px;
	border-radius: 15px;
}
.sl li h3 {
	margin-top: 20px;
	margin-bottom: 5px;
	font-size: 20px;
	color: #333333;
	text-align: center;
	font-weight:bold;
	padding:5px 20px;
}

.sl li p {
	font-size: 15px;
	color: #666666;
	padding:5px 20px;

	text-align: center;
}
.hc {
	width: 48%;
	float: left;
	margin: 20px 1%;
	height: 180px;
}
.hc_img {
	float: left;
	width: 38%;
	border:3px solid #dedede;
}
.hc_title {
	float: right;
	width: 58%;

	
}
.hc_title h3{ font-weight:bold; color:#333; font-size:20px;}
.hc_title p{ padding:20px 0; color:#666; line-height:28px;}
.honor_list ul {
	padding: 0;
	margin-top: 10px;
}
.honor_list ul li {
	width: 24%;
	float: left;
	background: #fff;
	margin: 10px 0.5%;
}
.honor_list ul li .honor_con {
	margin: 5px;
}
.honor_list ul li a {
	color: #fff;
	display: block;
}
.honor_list ul li .honor_con img {
	height: 330px;
	border: 1px solid #dedede;
	border-bottom: none;
}
.honor_list ul li p {
	text-align: center;
	padding-top: 10px;
	background: #f1f1f1;
	color: #666;
	padding-bottom: 12px;
	font-size: 15px;
}
/*case detail*/
.case_detail h3{ color:#333; font-weight:bold; font-size:20px;}
.case_detail img { padding:20px;}
/*productdetail*/
.pro_detail h2 {
	text-align: center;
	font-weight: bold;
	padding-bottom: 20px;
}
.pro_detail h3 {
	
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
	color:#333;
	margin:10px 0;
	text-align:center;
	background:#f1f1f1;
	padding:10px;
}
.pro_detail p {
	line-height: 28px;
	color:#666;
	padding:5px 0;
}
.pro_detail p b{ color:#333;}
.p14-product-2-list dl {
	float: left;
	width: 23%;
	border: 1px solid #dfdfdf;
	margin: 1%;
	box-sizing: border-box;
}
.p14-product-2-list dl.p14-product-clear {
	margin-right: 0;
}
.p14-product-2-list dl img {
	display: block;
	width: 100%;
	height: 150px;
	
}
.p14-product-2-list dd {
	padding: 10px 28px 10px 10px;
	margin-right: 2px;
	position: relative;
}
.p14-product-2-list h3 {
	height: 30px;
	font-size: 16px;
	font-weight: normal;
	line-height: 30px;
	color: #191919;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.p14-product-2-list h4 a {
	color: #191919;
		font-size:15px;

}
.p14-product-2-desc {
	font-size: 14px;
	line-height: 24px;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.p14-product-2-list dl:hover {
	border-color: #DA251C;
}
.p14-product-2-list dl:hover h4 a {
	color: #DA251C;
	
}

/*news*/
.news_fl {
	float: left;
	width: 72%;
}
.news_fr {
	float: right;
	width: 26%;
}
.classify {
	margin-top: 20px;
	margin-bottom: 30px
}
.classify ul {
	display: flex;
	justify-content: space-between
}
.classify ul li {
	width: 31.3%;
	margin: 10px 1%;
	height: 166px;
	position: relative
}
.classify ul li:hover>a img {
	transform: scale(1.2)
}
.classify ul li>a {
	display: table-cell;
	height: 166px;
	text-align: center;
	vertical-align: middle;
	overflow: hidden
}
.classify ul li>a img {
	vertical-align: middle;
	transition: all .4s ease;
}
.classify ul li .surface {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 59px;
	background: rgba(0,0,0,.7);
	padding-top: 5px
}
.surface_top {
	width: 90px;
	height: 30px;
	background: #c8161d;
	box-sizing: border-box;
	padding-left: 3px;
	position: absolute;
	top: -102px;
	left: 0
}
.surface_top_wrap {
	background: #212121;
	color: #fff;
	height: 30px;
	text-align: center;
	line-height: 30px;
	font-size: 12px;
	width: 100%;
}
.surface h3 {
	padding: 0 10px;
	color: #fff;
	box-sizing: border-box;
	height: 35px;
	margin: 0;
	font-size: 15px;
	width: 100%;
	overflow: hidden;
	overflow: hidden;/*è¶…å‡ºéƒ¨åˆ†éšè—*/
	text-overflow: ellipsis;/* è¶…å‡ºéƒ¨åˆ†æ˜¾ç¤ºçœç•¥å· */
	white-space: nowrap;/*è§„å®šæ®µè½ä¸­çš„æ–‡æœ¬ä¸è¿›è¡Œæ¢è¡Œ */
}
.surface h3 a {
	color: #fff
}
.surface_statistics {
	padding: 0 20px
}
.surface_statistics>div {
	display: inline-flex;
	align-items: center;
	color: #ccc;
}
.surface_statistics>div.surface_view i {
	background: url(../images/main/yicon.png) no-repeat;
	width: 16px;
	height: 16px;
	display: inline-block
}
.surface_statistics>div.surface_zan i {
	margin-left: 7px;
	background: url(../images/main/zicon.png) no-repeat;
	width: 16px;
	height: 16px;
	display: inline-block
}
.in_slidebox {
	border-left: 1px solid #eee;
	padding-left: 20px;
}
.in_slidebox h2 {
	padding: 10px 0px;
	color: #333;
	font-size: 20px;
}
.in_slidebox h4 {
	line-height: 24px;
	color: #333;
	padding: 10px 0;
	font-size: 15px;
}
.in_slidebox img {
	margin-left: auto;
	margin-right: auto;
	display: block;
	max-width: 100%;
	height: auto;
}
.in_slidebox ul {
	margin-top: 5px;
	padding:0;
}
.in_slidebox ul li {
	line-height: 45px;
	font-size: 14px;
	list-style: inherit;
	border-bottom: 1px dashed #ccc
}
.in_slidebox ul li a{ color:#666;}
.news dl {
	border: 1px solid #EEEEEE;
	margin-bottom: 15px;
	padding: 22px 50px 22px 22px;
	background: #fff;
	display: inline-block;
}
.news dt {
	width: 35%;
	float: left;
}
.news dt img {
	height: 180px;
}
.news dd {
	float: right;
	width: 63%;
}
.news dd h4 {
	height: 40px;
	margin-top: 0;
	font-size: 18px;
	color: #154c64;
	line-height: 40px;
	margin-bottom: 5px;
}
.news h4 a {
	display: block;
	color: #333;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news dl:hover {
	border: 1px solid #092E95;
}
.news dl:hover h4 a {
	color: #092E95;
}
.news-desc {
	font-size: 14px;
	line-height: 24px;
	color: #797979;
	overflow: hidden;
}
.news-deta {
	width: 90px;
	height: 30px;
	margin-top: 18px;
	line-height: 30px;
	text-align: center;
	display: block;
	float: right;
	background: #b6b6b6;
	color: #fff;
}
.news-deta a {
	color: #fff;
}
.news dl:hover .news-deta {
	background: #092E95;
	border-color: #092E95;
}
.news dl:hover .news-deta a {
	color: #fff;
}
.news_detail {
	margin-bottom: 30px;
}
.news_detail-tit {
	text-align: center;
	font-weight: normal;
	margin-bottom: 40px;
	font-size: 28px;
	line-height: 40px;
	color: #535353;
	height: 40px;
}
.news_detail-tit h1 {
	color: #666;
}
.news_detail-bool {
	border-bottom: 1px solid #dedede;
	height: 26px;
	font-size: 12px;
	color: #909090;
}
.news_detail-bool span {
	margin-right: 20px;
}
.news_detail-con p {
	line-height: 28px;
	color: #666;
	padding: 20px 0;
}
.news_detail-bool span a {
	color: #909090;
}
.news_detail-bool i {
	font-style: normal;
	float: right;
	display: block;
	width: 80px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	color: #fff;
	background: #ef7800;
}
.news_detail-bool i a {
	color: #fff;
}
.news_detail-bool span {
	margin-right: 15px;
}
.news_detail-tag span {
	margin-right: 10px;
}
.p14-pagination-1 {
	margin-top: 20px;
}
.p14-pagination-1 dl {
	margin-bottom: 24px;
	padding-right: 40px;
}
.p14-pagination-1 dd {
	height: 32px;
	font-size: 14px;
	line-height: 32px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.p14-pagination-1 dd b {
	float: right;
	font-weight: normal;
}
.p14-pagination-1 dd span {
	width: 60px;
	height: 32px;
	background: #a2a2a2;
	color: #fff;
	text-align: center;
	display: inline-block;
	margin-right: 10px;
}
.p14-pagination-1 dt {
	height: 1px;
	border-bottom: 1px dashed #b5b5b5;
	margin-left: 60px;
	padding-top: 2px;
	margin-bottom: 2px;
}
.p14-pagination-1 dd em {
	float: right;
	font-style: normal;
	padding-left: 20px;
	font-weight: normal;
}
.p14-pagination-1 dl a {
	color: #4b4a4a;
}
.p14-pagination-1-href {
	float: right;
	font-size: 18px;
	line-height: 32px;
}
.p14-pagination-1-href span {
	display: inline-block;
	padding: 0 6px;
	margin-left: 4px;
	background: #CA0F1A;
}
.p14-pagination-1-href a {
	display: block;
	color: #fff;
}
.p14-pagination-1-key {
	min-height: 40px;
	border-top: 1px solid #CA0F1A;
	font-size: 14px;
	line-height: 40px;
	color: #575556;
}
.p14-pagination-1-key a {
	color: #575556;
}
.p14-pagination-1-key span {
	display: inline-block;
	margin: 0 4px;
}
.in_news{ margin-top:30px;}

/*message*/
.p4-order-form-1-con {
	border: 1px solid #dedede;
	background: url(../images/main/r1-orderform-1-bg.jpg) no-repeat center bottom #fff;
	padding: 40px 15%;
	margin-top: 30px;
}
.p4-order-form-1-con li {
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 35px;
	color: #666;
	overflow: hidden;
}
.p4-order-form-1-con li span {
	font-weight: bold;
	color: #666;
}
.p4-order-form-1-con li b {
	color: #f00;
}
.p4-order-form-1-con li .row-hd {
	color: #666;
}
.p4-order-form-1-con label {
	display: inline-block;
	width: 120px;
	color: #666;
	vertical-align: top;
	text-align: right;
	height: 33px;
	line-height: 33px;
	overflow: hidden;
}
.p4-order-form-1-con .inputs, .p4-order-form-1-con li select {
	width: 73%;
	margin-right: 10px;
	outline: none;
	padding-left: 10px;
	border: 1px solid #dedede;
	height: 33px;
	line-height: 32px;
	color: #666;
	box-sizing: border-box;
}
.p4-order-form-1-con .p4-order-form-1-t1 {
	width: 100%;
}
.p4-order-form-1-t1 textarea {
	width: 73%;
	height: 102px;
	line-height: 24px;
	border: 1px solid #dedede;
	outline: none;
	resize: none;
	overflow: auto;
	margin-right: 10px;
	padding-left: 10px;
	box-sizing: border-box;
}
.p4-order-form-1-con .p4-order-form-1-t2 {
	width: 100%;
}
.p4-order-form-1-t2 input {
	width: 150px;
	vertical-align: top;
}
.p4-order-form-1-t2 span {
	width: 153px;
	height: 25px;
}
.findrow {
	padding: 0;
}
.p4-order-form-1-con .p4-order-form-1-t3 {
	padding-left: 120px;
}
.p4-order-form-1-con .p4-order-form-1-t3 input {
	width: 80px;
	height: 30px;
	border: 0;
	line-height: 30px;
	text-align: center;
	margin-right: 30px;
	color: #fff;
	padding-left: 0;
	cursor: pointer;
}
.p4-order-form-1-con .p4-order-form-1-b1 {
	background: #092E95;
}
.p4-order-form-1-con .p4-order-form-1-b2 {
	background: #767676;
}
.p4-order-form-1-con .p4-order-form-1-t4 {
	overflow: auto;
	height: auto;
	min-height: 35px;
	width: 100%
}
.p4-order-form-1-con .p4-order-form-1-t4 input {
	vertical-align: middle;
	width: 14px;
	margin: 0 10px;
}

/*contact*/
.con_fl{ float:left; width:50%; margin-top:30px;}
.con_fr{ float:right; width:50%; background:#F5FAFA;height:450px; margin-top:30px;}
.con_fr h3{ background:#092E95; color:#fff; text-align:center; font-size:20px; font-weight:bold; padding:20px;}
.con_fr p{ padding:20px 40px; font-size:16px; font-weight:bold; }
#page{padding-top:20px;padding-right:10px;clear:both;float:right;}
#page a{background: #F4FAFB;border: 1px solid #3C8DBC;color: #9CACAF;margin-right: 3px;display: block;float: left;padding: 3px 8px;text-decoration: none;}
#page span.page_current{background:#367FA9;color: #fff;font-weight: bold;display: block;float: left;padding: 4px 10px;margin-right: 3px;}