
@charset "utf-8";
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */ dl, dt, dd, ul, ol, li, /* list elements 列表元素 */ pre, /* text formatting elements 文本格式元素 */ fieldset, lengend, button, input, textarea, /* form elements 表单元素 */ th, td {/* table elements 表格元素 */
	margin: 0;
	padding: 0;
}
input, textarea {
	border: 2 none;
	box-shadow: none;
	outline: none;
}
/* 设置默认字体 */

body, button, input, select, textarea {
	font: 14px/22px "Microsoft YaHei";
	color: #333;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}
h4, h5, h6 {
	font-size: 100%;
}
* h1, * h2, * h3, * h4, * h5, * h6 {
	margin: 0px;
}
/* 重置列表元素 */















ul, ol, li {
	list-style: none;
}
/* 重置文本格式元素 */















a {
	text-decoration: none;
	color: #333;
	word-wrap: break-word;
}/*英文换行*/
a:hover {
	text-decoration: none;
	color: #0058b2;
	;
}
/* 重置表单元素 */















legend {
	color: #000;
} /* for ie6 */
fieldset, img {
	border: none;
} /* img 搭车：让链接里的 img 无边框 */
button, input, select, textarea {
	font-size: 100%; /* 使表单元素在 ie 下能继承字体大小 */
}
body {
	min-width: 1200px;
	width: 100%;
	overflow: hidden;
}
/* 重置表格元素 */















table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */















html {
	overflow-y: scroll;
}
/*设置浮动*/















.fl {
	float: left;
}
.fr {
	float: right;
}
.pr {
	position: relative;
}
.pa {
	position: absolute;
}
/*清除浮动*/















.clear {
	clear: both;
	height: 0;
}
.blk-main .clearlist, .blk-main .listclear {
	clear: both;
	height: 0;
	padding: 0;
	margin: 0;
	border: 0;
	width: 100%;
	float: none;
}
.b-main .clearlist, .b-main .listclear {
	clear: both;
	height: 0;
	padding: 0;
	margin: 0;
	border: 0;
	width: 100%;
	float: none;
}
.clearafter:after {
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}
/*全局背景色1*/















.body-color {
	background: #fff;
}
.bark-body-color {
	background: #181818;
}
/*Main模板*/















.blk-main {
	width: 1200px;
	margin: 0 auto;
}
/*小模块*/















.blk-xs {
	width: 240px;
}
/*中模块*/















.blk-sm {
	width: 930px;
}
/*首页板块全局补白*/



























/*首页板块全局变量*/















.b {
	clear: both;
}
/*内页板块全局变量*/















.blk {
	margin-bottom: 20px;
}
/*数据更新中的样式*/















.nodata {
	background: url("nodata.png") no-repeat 58px 20px #fff;
	margin: 10px 0;
	padding: 80px 0 80px 220px;
	border: 1px solid #eee;
	text-transform: capitalize;
}
/*详情内容*/















.endit-content {
	line-height: 28px;
}
.endit-content p {
	margin: 15px 0;
}
.endit-content img {
	max-width: 100%;
}
/*百度地图图片*/















.endit-content #map img, .endit-content #dituContent img, .endit-content #platform img {
	max-width: inherit;
}
.endit-content em, .endit-content i {
	font-style: italic;
}
.endit-content .img-p {
	text-indent: 0px;
	padding-top: 14px;
	margin: 0px;
	text-align: center;
}
.endit-content .img-container {
}
.endit-content .img-block {
	text-indent: 0px;
	padding-top: 14px;
	margin: 0px;
	text-align: center;
}
/*详情关键字飘红加粗*/















.endit-content a {
	color: #f00;
	font-weight: bold;
}
/*详情内容关键字加VI色*/















/*.endit-content a{color:#0058b2; font-weight: bold;}*/















/*表单弹框*/















.nsw-modal {
	width: 100%;
	height: 100%;
	background: rgba(225, 225, 225, 0.5);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
}
.modal-dialog {
	position: fixed;
	color: #000000;
	top: 150px;
	width: 400px;
	border-radius: 3px;
	min-height: 155px;
	overflow: hidden;
	z-index: 99998;
	margin-left: -200px;
	left: 50%;
}
.modal-dialog .css-icon {
	background-image: url("modal-icons.png");
}
.modal-dialog .modal-head {
	height: 30px;
	line-height: 30px;
	padding: 0px 20px;
	background: #F6EFEF;
	font-size: 14px;
}
.modal-dialog .modal-head .modal-logo {
	width: 15px;
	height: 15px;
	background-position: 1px 0px;
	margin: 8px 5px 0 0;
	float: left;
}
.modal-dialog .modal-head .close {
	float: right;
	width: 15px;
	height: 15px;
	background-position: -14px 0px;
	margin-top: 8px;
}
.modal-dialog .modal-body {
	width: 100%;
	min-height: 125px;
	background: #ffffff;
}
.modal-dialog .modal-body .modal-body-left {
	width: 140px;
	float: left;
}
.modal-dialog .modal-body .modal-body-left .icon {
	width: 64px;
	height: 64px;
	margin: 30px 0 0 48px;
}
.modal-dialog .modal-body .modal-body-left .success-message {
	background-position: 0px -14px;
}
.modal-dialog .modal-body .modal-body-left .warming-message {
	background-position: 0px -78px;
}
.modal-dialog .modal-body .modal-body-right {
	width: 260px;
	float: right;
	padding-top: 20px;
}
.modal-dialog .modal-body .modal-body-right .close-btn {
	color: #000;
	text-align: center;
	width: 90px;
	display: inline-block;
	height: 24px;
	line-height: 24px;
	background: #818079;
}
.modal-dialog .modal-body .modal-body-right p {
	line-height: 30px;
}
/*banner*/















.fullSlide {
	min-width: 1200px;
	position: relative;
	height: 650px;
	overflow: hidden;
}
.fullSlide .bd {
	position: relative;
	z-index: 0;
}
.fullSlide .bd ul {
	width: 100% !important;
}
.fullSlide .bd li {
	width: 100% !important;
	height: 650px;
	overflow: hidden;
	text-align: center;
}
.fullSlide .bd li a {
	display: block;
	height: 650px;
}
.fullSlide .hd {
	width: 1200px;
	left: 50%;
	margin-left: -600px;
	bottom: 30px;
	position: absolute;
	z-index: 1;
	overflow: hidden;
}
.fullSlide .hd ul {
	margin-left: 500px;
}
.fullSlide .hd ul li {
	float: left;
	margin: 0 5px;
	display: inline;
	cursor: pointer;
}
.fullSlide .hd ul li {
	width: 62px;
	height: 6px;
	background: #0058b2;
}
.fullSlide .hd ul .on {
	background: #ff7f00;
}
.ty-banner-1 {
	width: 100%;
	height: 498px;
	position: relative;
}
.ty-banner-1 img {
	width: 1920px;  /*设置宽高是图片的 宽高*/
	height: 498px;
	position: absolute; 	/*绝对定位*/
	left: 50%;          	/*距离左边50% */
	margin-left: -960px;	/*让图片向左扯回 图片总宽的一半的距离*/
}
.pos {
	position: relative;
	width: 1920px;
	left: 50%;
	margin-left: -960px;
	height: 130px;
}
.wh {
	width: 1200px;
	margin: 0 auto;
}
.b-7 .biaoti {
	text-align: center;
	height: 135px;
}
.b-7 .bt {
	background: url(bt3.png) no-repeat center top;
	color: #0058b2;
	font-size: 42px;
	padding-top: 35px;
	height: 50px;
	font-weight: bold;
}
.b-7 .bt2 {
	color: #0058b2;
	font-size: 16px;
}
.biaoti {
	text-align: center;
	height: 150px;
}
.bt {
	background: url(bt1.png) no-repeat center top;
	color: #0058b2;
	font-size: 42px;
	padding-top: 35px;
	height: 50px;
	font-weight: bold;
}
.bt2 {
	color: #0058b2;
	font-size: 16px;
}
.yunu-link {
	padding: 10px 0 30px;
}
.yunu-link h4 {
	border-bottom: 1px dashed #ddd;
	padding-left: 16px;
	line-height: 58px;
	font-size: 18px;
	color: #333;
	background: url(line2.png) left center no-repeat;
}
.yunu-link ul {
	margin-left: -20px;
}
.yunu-link small {
	color: #0058b2;
	font-weight: bold;
}
.yunu-link a {
	color: #333;
	height: 40px;
	line-height: 40px;
}
/*搴曢儴鏍峰紡*/



.ft_bg {
	padding-bottom: 20px;
	height: 320px;
	background: url(bg.jpg) left center no-repeat;
}
.ft_menu {
	padding-top: 58px;
	padding-bottom: 40px;
	border-bottom: 1px solid #74cba8;
}
.ft_menu span {
	color: #fff;
	float: left;
	font-size: 12px;
}
.ft_menu span a {
	color: #fff;
	line-height: 26px;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	display: inline-block;
	padding-right: 22px;
	padding-left: 22px;
}
.ft_menu span a.last {
	padding-right: 0;
}
.ft_menu span a.first {
	padding-left: 0;
}
.ft_menu p {
	width: 136px;
	float: right;
	font-size: 24px;
	font-family: impact;
	padding-left: 28px;
	background: url(ftel.png) no-repeat;
	color: #fff;
	padding-right: 12px;
}
.ft_ct {
	padding-top: 60px;
}
.ft_ct a {
	color: #fff;
	font-weight: normal;
}
.ft_ct .flogo {
	float: left;
}
.ft_ct .flogo img {
	width: 248px;
	height: 120px;
}
.ft_ct .sp1 {
	float: left;
	margin-left: 66px;
	width: 296px;
	color: #fff;
	display: inline;
}
.flk {
	background: #333333;
	color: #666666;
	line-height: 50px;
	font-size: 14px;
}
.flogot {
	color: #fff;
	width: 193px;
	float: left;
	margin-left: -204px;
	font-size: 23px;
	margin-top: 86px;
	font-weight: bold;
}
.sp1 {
	font-size: 16px;
	/* font-weight: bold; */



	line-height: 26px;
}
.sp1 em {
	margin-top: 30px;
	display: block;
}
.ft_ct .sp2 {
	margin-left: 62px;
	display: inline-block;
	float: left;
}
.sp2 p {
	padding-left: 52px;
	line-height: 24px;
	font-weight: bold;
	color: #fff;
	padding-bottom: 30px;
	font-size: 16px;
}
.sp2 p em {
	display: block;
	color: 14px;
	color: #fff;
	line-height: 24px;
	font-weight: normal;
}
.sp2 .pe {
	background: url(email.png) no-repeat left top;
}
.sp2 .pd {
	background: url(addr.png) no-repeat left top;
}
.ft_ct .sp3 {
	float: right;
	width: 155px;
	background: url(ewm_bg.png) no-repeat;
	font-size: 0;
}
.ft_ct .sp3 img {
	margin: 5px;
	width: 100px;
	height: 100px;
	display: inline-block;
	vertical-align: top;
}
.ft_ct .sp3 em {
	width: 16px;
	display: inline-block;
	color: #fff;
	font-size: 13px;
	padding: 12px;
	line-height: 13px;
}
.translate {
	width: 100px;
	position: absolute;
	left: 0;
	top: 10px;
	z-index: 9999;
}
.tran-in {
	left: 120px;
}
.translate li {
	border: 1px dashed #cccccc;
	line-height: 26px;
	text-align: left;
	background: #fff;
}
.translate li a {
	display: block;
	padding-left: 10px;
	background: url(dot4.png) no-repeat 88% 11px;
}
.translate li a:hover {
	text-decoration: none;
	color: #275cea;
	cursor: pointer;
}
.translate-en {
	display: none;
	padding: 6px;
	padding-top: 0px;
}
.translate li .translate-en a {
	padding-left: 0px;
	text-align: center;
	background: #fff;
	border-bottom: 1px solid #cccccc;
}
.translate li .translate-en a:hover {
	font-weight: bold;
}
.banner {
	position: relative;
	height: 600px;
	overflow: hidden;
	clear: both;
}
.ban_p, .ban_p li {
	height: 600px;
	overflow: hidden;
	width: 100%;
}
.ban_p ul, .ban_p li {
	width: 100% !important;
}
.ban_p li a {
	display: block;
	height: 600px;
}
.ban_t {
	width: 1100px;
	height: 70px;
	bottom: 0;
	left: 50%;
	margin-left: -550px;
	position: absolute;
	text-align: center;
}
.ban_t em {
	width: 13px;
	height: 13px;
	border-radius: 13px;
	margin-right: 8px;
	display: inline-block;
	background: #fff;
}
.ban_t em.on {
	background: #0058b2;
}
.tils {
	text-align: center;
	height: 147px;
	font-size: 22px;
	color: #666666;
	font-weight: normal;
	background: url(x_li1.jpg) no-repeat center 137px;
	padding-top: 36px;
}
.tils i {
	display: block;
	font-weight: bold;
	color: #0058b2;
	font-size: 40px;
	line-height: 100%;
	padding-bottom: 13px;
}
.seabox {
	overflow: hidden;
	height: 42px;
	font-family: "Microsoft Yahei";
	background: #fff;
	box-shadow: 6px 0 10px #c4c4c4, 0px 0px 8px transparent;
}
.sea_inp {
	width: 390px;
	overflow: hidden;
	height: 40px;
	line-height: 40px;
	margin-top: 11px;
}
.sea_inp .serach {
	width: 260px;
	height: 40px;
	border: 0;
	background: #f4f4f4 url(sea.png) no-repeat 18px center;
	line-height: 40px;
	color: #8e8e8e;
	float: left;
	outline: none;
	display: block;
	position: relative;
	padding: 0 15px 0 45px;
}
.sea_inp .sub {
	width: 70px;
	height: 40px;
	border: 0;
	float: left;
	cursor: pointer;
	display: block;
	color: #fff;
	background: #0155ab;
}
.k_word {
	overflow: hidden;
	width: 750px;
	height: 42px;
	line-height: 42px;
}
.k_word a {
	color: #6b6b6b;
	padding: 0 20px 0 5px;
}
.k_word b {
	color: #333;
	display: inline-block;
	font-weight: normal;
}
.p1 {
	padding-top: 65px;
	height: 950px;
}
.p1 .p1a {
	width: 134px;
	height: 72px;
	margin: 0 auto 62px;
	font-size: 32px;
	text-align: center;
}
.p1 .p1a h3 {
	font-size: 32px;
	font-weight: 400;
}
.p1 .p1a p {
	text-transform: uppercase;
	font-family: "仿宋";
}
.p1b .p1b1 li {
	width: 285px;
	height: 354px;
	margin-right: 7px;
	margin-left: 7px;
	margin-bottom: 25px;
	background-color: #fff;
	position: relative;
	box-shadow: 6px 0 10px #f1f1f1;
}
.p1b .p1b1 li:last-child {
	margin-right: 0;
}
.p1b .p1b1 .p1b1a {
	width: 206px;
	height: 82px;
	text-align: center;
	margin: 0 auto;
	background: url(navheng.png) no-repeat center bottom;
}
.p1b .p1b1 .p1b1a h3 a {
	font-size: 18px;
	color: #353535;
	font-weight: 400;
	line-height: 45px;
}
.p1b .p1b1 .p1b1a p {
	font-size: 14px;
	color: #353535;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#p1b1b h3 a {
	font-size: 16px;
	color: #ffffff;
	font-weight: 400;
	line-height: 45px;
	text-align: center;
}
#p1b1b p {
	font-size: 12px;
	color: #ffffff;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#p1b1b {
	width: 100%;
	height: 145px;
	padding-top: 10px;
	background: url(beij.png) no-repeat left bottom;
	display: none;
	z-index: 999;
	position: absolute;
	left: 0;
	bottom: 0;
}
#p1b1b .p1more {
	display: block;
	width: 120px;
	height: 32px;
	background-color: #016d5d;
	color: #ffffff;
	text-transform: uppercase;
	text-align: center;
	line-height: 32px;
	margin: 24px auto 0;
}
.p1b .p1b1 li:hover #p1b1b {
	display: block;
}
.p1c {
	width: 160px;
	height: 47px;
	background-color: #008b76;
	text-align: center;
	line-height: 42px;
	margin: 86px auto 0;
	padding-top: 3px;
}
.p1c a {
	color: #ffffff;
	font-size: 16px;
	display: block;
	width: 152px;
	height: 40px;
	border: 1px solid #fff;
	margin: 0 auto;
}
.xban {
	background-image: url(xban-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto auto;
	height: 198px;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
	padding-top: 46px
}
.xban h2 {
	float: right;
}
.xban h2 span {
	font-size: 33px;
	font-weight: bold;
	line-height: 40px;
	color: #fff;
	display: block;
}
.xban h2 b {
	font-size: 14px;
	font-weight: 400;
	line-height: 12px;
	color: #fff;
	display: block;
	margin-top: 9px;
}
.xban p {
	margin-top: 5px;
	float: right;
}
.xban p em {
	background-image: url(xban-tel.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto auto;
	padding-left: 53px;
	font-size: 28px;
	font-weight: 700;
	line-height: 58px;
	color: #fff;
	height: 56px;
	display: inline-block;
	vertical-align: top;
}
.xban p em i {
	display: block;
	font-size: 18px;
	font-weight: 400;
	line-height: 18px;
	color: #fff;
	margin-bottom: 8px
}
.xban p a {
	display: inline-block;
	width: 200px;
	height: 50px;
	background: #fd9a19 url(xban-ic1.png);
	background-repeat: no-repeat;
	background-position: left 47px center;
	background-size: auto auto;
	text-indent: 82px;
	font-size: 18px;
	font-weight: 700;
	line-height: 50px;
	color: #fff;
	transition: .35s;
	border-radius: 25px;
	vertical-align: top;
	margin-top: 2px
}
.xban p a:hover {
	background: #006dc3 url(xban-ic1.png);
	background-repeat: no-repeat;
	background-position: left 40px center;
	background-size: auto auto;
	text-indent: 90px
}
.ybb {
	width: 890px;
	margin-top: 36px;
	float: left;
}
.ybb ul li {
	display: inline-block;
	width: 78px;
	margin-right: 52px;
	margin-left: 13px;
	text-align: center;
}
.ybb ul li h3 {
	font-size: 16px;
	color: #fff;
	margin-top: 2px;
}
.p2 {
	height: 648px;
	background: url(jianjie.png) no-repeat;
	position: relative;
}
.p2a {
	width: 724px;
	padding-top: 70px;
}
.p2a1 {
	padding-bottom: 8px;
	border-bottom: 1px solid #ccc;
}
.p2a1 .biaoti .bt {
	background: url(bt2.png) no-repeat left top;
}
.p2a h3 {
	font-size: 46px;
	color: #008b76;
	text-transform: uppercase;
	font-family: Impact;
}
.p2a h4 {
	font-size: 30px;
	color: #008b76;
	font-family: 榛戜綋;
	margin-bottom: 50px;
}
.p2a p {
	font-size: 16px;
	color: #787878;
	line-height: 34px;
	text-indent: 2em;
}
.p2a p span {
	font-size: 16px;
	color: #0058b2;
	line-height: 34px;
	font-weight: bold;
}
.p2a a {
	color: 16px;
	display: block;
	width: 57px;
	height: 40px;
	text-align: left;
	line-height: 40px;
	text-indent: 1px;
	background: url(heng.png) no-repeat left top;
	color: #008b76;
}
.p2b {
	float: right;
	width: 800px;
	position: absolute;
	right: 0;
	top: 0;
}
.slideBox {
	width: 871px;
	height: 643px;
	overflow: hidden;
	position: relative;
	border: 1px solid #ddd;
}
.hz {
	height: 185px;
	padding-top: 55px;
}
.hz_con {
	height: 158px;
	position: relative;
}
.hz_con span.z, .hz_con span.y {
	position: absolute;
	top: 40px;
}
.hz_con span a {
	width: 40px;
	height: 40px;
	display: block;
}
.hz_con span.z {
	left: -65px;
}
.hz_con span.y {
	right: -65px;
}
.hz_con ul {
	height: 159px;
}
.hz_con li {
	width: 281px;
	height: 159px;
	float: left;
	margin-right: 25px;
}
.hz_con li.nobot {
	margin-right: 0;
}
.hz_con li a {
	width: 281px;
	height: 159px;
	display: block;
}
.hz_con li img {
	width: 279px;
	height: 157px;
	border: 1px solid #e7e7e7;
}
/*风采展示*/



.show_bg {
	background: url(show_bg.jpg) no-repeat center top;
	height: 672px;
	overflow: hidden;
	clear: both;
	margin-top: 60px;
	display: block;
}
.show_con {
	position: relative;
}
.show_fl {
	position: absolute;
	left: 0;
	top: 190px;
	width: 548px;
}
.show_fl h4 {
	font-weight: normal;
	color: #fff;
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 32px;
	letter-spacing: 2px;
}
.show_fl p {
	width: 402px;
}
.show_fl p span {
	padding-left: 30px;
	background: url(li_hov.png) no-repeat 10px 4px;
	display: block;
	padding-bottom: 12px;
	color: #fff;
	font-size: 16px;
}
.show_fr ul li {
	float: right;
}
.show_fr ul li.tl {
	clear: both;
}
.show_fr ul li.tl img.big {
	width: 452px;
	float: left;
}
.show_fr ul li a {
	display: inline-block;
	float: right;
	height: 225px;
}
.show_fr ul li img {
	width: 300px;
	height: 225px;
}
.show_fr ul li span {
	width: 300px;
	height: 225px;
	background: #0058b2;
	color: #fff;
	font-size: 16px;
	line-height: 24px;
	display: inline-block;
	float: left;
}
.show_fr ul li span p {
	margin-top: 56px;
	padding-top: 20px;
	padding-left: 36px;
	padding-right: 36px;
	background: url(li.png) no-repeat 36px 0;
}
/* .p2b ul li{



  position: absolute;



  right: 0;



  top: 0;



} */











.p12-curmbs-1 {
	font-size: 14px;
	border-bottom: 1px dashed #dcdcdc;
	height: 47px;
	line-height: 47px;
}
.p12-curblock {
	display: none;
}
.p12-curmbs-1 b {
	border-left: 10px solid #0058b2;
	font-weight: normal;
	padding-left: 8px;
}
.p12-curmbs-1 i {
	font-style: normal;
}
.fdh-01-tit {
	background: #0058b2;
	height: 80px;
}
.fdh-01-tit h3 {
	height: 75px;
	font-size: 24px;
	font-weight: normal;
	line-height: 75px;
	color: #fff;
	border-bottom: 1px solid #fff;
	text-align: center;
}
.fdh-01-tit h3 span {
	font-size: 14px;
	text-transform: uppercase;
}
.fdh-01-nav-one h3 {
	height: 50px;
	line-height: 50px;
	background: #0058b2;
	margin-bottom: 0px;
}
.fdh-01-nav-one h3 a {
	display: block;
	font-size: 16px;
	font-weight: normal;
	margin-right: 40px;
	margin-left: 38px;
	color: #fff;
}
.fdh-01-nav-one h3.sidenavcur, .fdh-01-nav-one h3:hover {
}
.fdh-01-nav dl {
	padding: 2px 0 4px;
}
.fdh-01-nav dt {
	height: 44px;
	font-size: 16px;
	line-height: 44px;
	padding-left: 38px;
	padding-right: 40px;
	margin-bottom: 1px;
	background: #ececec;
	position: relative;
}
.fdh-01-nav dt:after {
	content: "";
	width: 8px;
	height: 8px;
	border: 2px solid #b8b8b8;
	border-style: solid solid none none;
	position: absolute;
	top: 50%;
	right: 32px;
	margin-top: -4px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.fdh-01-nav dt.sidenavcur:after, .fdh-01-nav dt:hover:after {
	border-color: #0058b2;
}
.fdh-01-nav dt.sidenavcur a, .fdh-01-nav dt:hover a {
	color: #0058b2;
}
.fdh-01-nav dd {
	border: 1px solid #ececec;
	border-bottom: 0;
}
.fdh-01-nav p {
	height: 50px;
	font-size: 14px;
	line-height: 50px;
	padding-left: 72px;
	padding-right: 40px;
	border-bottom: 1px solid #ececec;
	background: #fff;
	position: relative;
}
.fdh-01-nav p.sidenavcur a, .fdh-01-nav p:hover a {
	color: #0058b2;
}
.fdh-01-nav p.sidenavcur:after, .fdh-01-nav p:hover:after {
	background: #ff7f00;
}
.fdh-01-nav a {
	display: block;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.contact-z1 {
	height: 140px;
	background: url("contact-z1.jpg") no-repeat;
	color: #333;
	margin-bottom: 30px;
}
.contact-z1 p {
	font-size: 20px;
	height: 30px;
	line-height: 30px;
	color: #333;
	padding: 17px 0 0 95px;
	background: url(contact-z1_tel.png) no-repeat 74px 24px;
}
.contact-z1 span {
	display: block;
	height: 30px;
	font-weight: bold;
	font-size: 18px;
	line-height: 30px;
	padding-left: 73px;
	color: #333;
}
.cplb-3n-ts-03-tit {
	height: 50px;
	font-size: 24px;
	font-weight: normal;
	line-height: 50px;
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 15px;
}
.cplb-3n-ts-03-tit span {
	display: inline-block;
	height: 50px;
	border-bottom: 1px solid #0058b2;
}

.cplb-3n-ts-03-list{ font-size:14px; line-height:25px;}


.cplb-3n-ts-03-list-desc {
	height: 40px;
	font-size: 14px;
	line-height: 20px;
	color: #666;
	margin-bottom: 12px;
	overflow: hidden;
}
.cplb-3n-ts-03-list-deta {
	width: 100px;
	height: 40px;
	display: inline-block;
	border: 1px solid #aaa;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
}
.cplb-3n-ts-03-list dl:hover {
	border-color: #0058b2;
}
.cplb-3n-ts-03-list dl:hover a {
	color: #0058b2;
}
.f_bg {
	background: url(f_bg.gif) repeat-x;
	height: 378px;
	padding: 36px 0 0;
	overflow: hidden;
}
.f_ul01 .f_li01 {
	float: left;
}
.f_ul01 li {
	width: 160px;
	float: left;
}
.f_ul01 li a {
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	height: 60px;
	line-height: 60px;
	overflow: hidden;
	display: block;
}
.f_ul01 .f_ul02 li a {
	font-size: 14px;
	color: #929293;
	font-weight: normal;
	height: 30px;
	line-height: 30px;
}
.f_ban {
	height: 250px;
	padding: 0 0 0 50px;
	width: 290px;
	background: url(f_line.gif) no-repeat;
}
.f_ban em, .f_er em {
	display: block;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	height: 60px;
	line-height: 60px;
	overflow: hidden;
}
.f_ban p {
	font-size: 14px;
	color: #929293;
	line-height: 44px;
	padding: 0 0 0 40px;
}
.f_p01 {
	background: url(f_ico01.gif) no-repeat 0 10px;
}
.f_p02 {
	background: url(f_ico02.gif) no-repeat 0 10px;
}
.f_p03 {
	background: url(f_ico03.gif) no-repeat 0 10px;
}
.f_p04 {
	background: url(f_ico04.gif) no-repeat 0 10px;
}
.f_er {
	height: 318px;
	width: 295px;
	padding: 0 0 0 75px;
	background: url(f_line.gif) no-repeat;
}
.f_er p {
	width: 125px;
	text-align: center;
	float: left;
	padding: 0 20px 0 0;
}
.f_er img {
	width: 125px;
	height: 125px;
}
.f_er span {
	display: block;
	font-size: 14px;
	color: #929293;
	padding: 10px 0 0;
}
.f_bot {
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 14px;
	color: #7d7d7e;
	overflow: hidden;
}
.f_bot span {
	padding: 0 20px;
}
.f_bot a {
	font-size: 14px;
	color: #7d7d7e;
}
em, i {
	font-style: normal;
}
.client-2 {
	position: fixed;
	right: -170px;
	top: 50%;
	z-index: 900;
}
.client-2 li a {
	text-decoration: none;
}
.client-2 li {
	margin-top: 1px;
	clear: both;
	height: 71px;
	position: relative;
}
.client-2 li i {
	background: url(fx.png) no-repeat;
	display: block;
	width: 30px;
	height: 27px;
	margin: 0px auto;
	text-align: center;
}
.client-2 li p {
	height: 20px;
	font-size: 14px;
	line-height: 20px;
	overflow: hidden;
	text-align: center;
	color: #fff;
}
.client-2 .my-kefu-qq i {
	background-position: 4px -75px;
}
.client-2 .my-kefu-tel i {
	background-position: 0 -21px;
}
.client-2 .my-kefu-liuyan i {
	background-position: 4px -50px;
}
.client-2 .my-kefu-weixin i {
	background-position: -34px 4px;
}
.client-2 .my-kefu-weibo i {
	background-position: -30px -22px;
}
.client-2 .my-kefu-ftop {
	display: none;
}
.client-2 .my-kefu-ftop i {
	width: 33px;
	height: 35px;
	background-position: -27px -51px;
}
.client-2 .my-kefu-left {
	float: left;
	width: 77px;
	height: 47px;
	position: relative;
}
.client-2 .my-kefu-tel-right {
	font-size: 16px;
	color: #fff;
	float: left;
	height: 20px;
	line-height: 20px;
	padding: 0 15px;
	border-left: 1px solid #fff;
	margin-top: 4px;
}
.client-2 .my-kefu-right {
	width: 20px;
}
.client-2 .my-kefu-tel-main {
	background: #0058b2;
	color: #fff;
	height: 56px;
	width: 247px;
	padding: 9px 0 6px;
	float: left;
}
.client-2 .my-kefu-main {
	background: #0058b2;
	width: 97px;
	height: 56px;
	position: relative;
	padding: 9px 0 6px;
	float: left;
}
.client-2 .my-kefu-weixin-pic {
	position: absolute;
	left: -130px;
	top: -24px;
	display: none;
	z-index: 333;
}
.my-kefu-weixin-pic img {
	width: 115px;
	height: 115px;
}
.search_bg {
	height: 55px;
	background: #fff;
	border-bottom: 1px solid #ccc;
}
.search {
	width: 1200px;
	margin: 0 auto;
}
.search p {
	float: left;
	font-size: 14px;
	color: #666;
	width: 825px;
	height: 55px;
	line-height: 55px;
	overflow: hidden;
}
.search p a {
	font-size: 14px;
	color: #fff;
	padding: 0 10px 0 0;
}
.search .ser_inp {
	width: 353px;
	height: 35px;
	margin-top: 9px;
	padding-left: 20px;
	float: left;
	line-height: 40px;
	-webkit-column-break-after: 40px;
	font-family: "Microsoft YaHei";
	font-size: 14px;
	color: #8dabab;
	border: 1px solid #ccc;
	outline: none;
	-moz-border-radius: 60px;
	-webkit-border-radius: 60px;
	border-radius: 60px;
	background: #f4f4f4;
}
.search .ser_so {
	cursor: pointer;
	float: right;
	background: url(s_so.gif) no-repeat;
	border: none;
	width: 74px;
	height: 55px;
	margin-top: -33px;
	margin-right: -13px;
}
.index-title {
	text-align: center;
	margin-top: 76px;
}
.index-title h3 {
	font-size: 52px;
	color: #ebebeb;
	line-height: 18px;
	text-transform: uppercase;
}
.index-title p {
	font-size: 38px;
	color: #333333;
	line-height: 1px;
	margin-bottom: 34px;
	font-weight: bold;
}
.index-title span {
	font-size: 38px;
	color: #0058b2;
}
.index-title h6 {
	font-size: 16px;
	color: #666666;
	font-weight: 500;
}
.p1 .index-title {
	margin-bottom: 32px;
}
.p1a {
	justify-content: space-between;
	align-items: center;
}
.pro-t {
	width: 304px;
	height: 608px;
	float: left;
	margin-right: 26px;
}
.pro-t1 {
	width: 304px;
	height: 608px;
	float: left;
	margin-right: 26px;
	position: relative;
}
.p1a .pro-p {
	width: 276px;
	height: 290px;
	float: left;
	margin: 0 7px 26px;
	border-bottom: 1px solid #666666;
}
.pro-t {
	position: relative;
}
.pro-t a.img {
	display: block;
	width: 100%;
	height: 100%;
}
.pro-t h3 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(5, 99, 193, .79);
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	place-items: center;
	font-weight: 400;
}
.pro-t1 a.img {
	display: block;
	width: 100%;
	height: 100%;
}
.pro-t1 h3 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(5, 99, 193, .79);
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	place-items: center;
	font-weight: 400;
}
.pic {
	background: url(pic.jpg) no-repeat center 0;
	height: 406px;
	overflow: hidden;
	font-family: "Microsoft Yahei";
	position: relative;
}
.pic i {
	display: block;
	position: absolute;
	top: 211px;
	right: 50%;
	margin-right: -600px;
	width: 120px;
	height: 34px;
	background: #ff7f00;
	font-size: 14px;
	text-align: center;
	line-height: 34px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.pic i a {
	color: #fff;
}
.pro-t h3 span {
	font-size: 20px;
	color: #ffffff;
	position: relative;
	height: 46px;
}
.pro-t h3 p {
	padding: 0 28px;
	line-height: 26px;
	color: #fff;
	font-size: 16px;
}
.pro-t h3 span::after {
	content: "";
	width: 35px;
	height: 2px;
	background-color: #8992bd;
	position: absolute;
	right: 135px;
	top: 26%;
	transform: translateY(-50%);
}
.pro-t h3 span::before {
	content: "";
	width: 35px;
	height: 2px;
	background-color: #8992bd;
	position: absolute;
	left: 135px;
	top: 26%;
	transform: translateY(-50%);
}
.pro-t h3 a {
	width: 85px;
	height: 28px;
	border-radius: 14px;
	border: solid 1px #ffffff;
	line-height: 28px;
	text-align: center;
	font-size: 15px;
	color: #ffffff;
	text-transform: uppercase;
	margin-top: 16px;
}
.pro-t1 h3 span {
	font-size: 20px;
	color: #ffffff;
	position: relative;
	height: 46px;
}
.pro-t1 h3 p {
	padding: 0 28px;
	line-height: 26px;
	color: #fff;
	font-size: 16px;
}
.pro-t1 h3 span::after {
	content: "";
	width: 35px;
	height: 2px;
	background-color: #8992bd;
	position: absolute;
	right: 135px;
	top: 26%;
	transform: translateY(-50%);
}
.pro-t1 h3 span::before {
	content: "";
	width: 35px;
	height: 2px;
	background-color: #8992bd;
	position: absolute;
	left: 135px;
	top: 26%;
	transform: translateY(-50%);
}
.pro-t1 h3 a {
	width: 85px;
	height: 28px;
	border-radius: 14px;
	border: solid 1px #ffffff;
	line-height: 28px;
	text-align: center;
	font-size: 15px;
	color: #ffffff;
	text-transform: uppercase;
	margin-top: 16px;
}
.p1a .pro-p a.img {
	display: block;
	width: 276px;
	height: 205px;
	;
	border: solid 1px #e9e9e9;
}
.p1a .pro-p a.img img {
	width: 100%;
	height: 100%;
}
.p1a .pro-p .cont {
	text-align: center;
}
.p1a .pro-p .cont a {
	display: block;
}
.p1a .pro-p .cont a h3 {
	font-size: 16px;
	color: #333333;
	font-weight: 400;
	margin: 6px auto 8px;
}
.p1a .pro-p .cont a span {
	font-size: 14px;
	color: #666666;
	line-height: 20px;
}
.home_group {
	padding: 5px 0 230px;
	background: #f5f5f5;
}
.home_group_box {
	position: relative;
	z-index: 1;
	margin-top: 50px;
}
.group_box_qh .box {
	margin: 0 40px;
	transition: margin 0.3s;
}
.group_box_qh .box img {
	width: 100%;
}
.group_box_qh .slick-slide {
	opacity: 0.3;
}
.group_box_qh .slick-current {
	opacity: 1;
}
.group_box_qh .slick-arrow {
	width: 80px;
	height: 50px;
	border: none;
	margin-top: -25px;
}
.group_box_qh .slick-prev {
	left: 16.6%;
	background: url(prev1.png) no-repeat center center/cover;
}
.group_box_qh .slick-next {
	right: 16.6%;
	background: url(next1.png) no-repeat center center/cover;
}
.group_box_qh .slick-dots {
	bottom: -145px;
}
.group_box_qh .slick-dots li button {
	width: 20px;
	height: 20px;
	background: #828282;
}
.group_box_qh .slick-dots li.slick-active button {
	background: #0058b2;
}
.home_group_box2 {
	z-index: 3;
	position: absolute;
	left: 16.6%;
	top: 80px;
}
.group_box_text {
	left: 110px;
	width: 500px;
}
.group_box_text .slick-slide {
	padding-bottom: 60px;
	padding-left: 30px;
}
.group_box_text .box {
	z-index: 3;
	width: 380px;
	height: 380px;
	background: #fff;
	padding: 50px;
	box-shadow: 0 10px rgba(228, 228, 228, 0.2);
	-webkit-box-shadow: 0 10px rgba(228, 228, 228, 0.2);
}
.group_box_text .box h3 {
	color: #333333;
	font-size: 24px;
}
.group_box_text .box h3::before {
	content: "";
	position: absolute;
	left: 0;
	top: 65px;
	display: inline-block;
	width: 60px;
	height: 4px;
	background: #ff7f00;
}
.group_box_text .box .t {
	margin-top: 20px;
	color: #999999;
	font-size: 15px;
	line-height: 30px;
}
 @media (max-width: 1600px) {
.group_box_text .box {
	height: 300px;
}
.group_box_text .slick-slide {
	padding-bottom: 42px;
}
}
 @media (max-width: 1440px) {
.group_box_text .box {
	height: 300px;
	width: 280px;
}
}
.group_box_text .slick-slide {
	padding-bottom: 42px;
}
}
.group_box_text .box .t {
	margin-top: 20px;
	color: #999999;
	font-size: 15px;
	line-height: 30px;
}
.group_box_text .box a.more {
	margin-top: 35px;
	color: #ff7f00;
	font-size: 14px;
	/* font-weight: bold; */















	display: inline-block;
}
.home_group_box2 .num {
	position: absolute;
	left: 140px;
	bottom: 95px;
	width: 380px;
	text-align: center;
	color: #999999;
	font-size: 16px;
}
.home_group_box2 .num span {
	display: inline-block;
	margin: 0 5px;
}
.home_group_box2 .num span.on {
	color: #333333;
	font-size: 24px;
	position: relative;
	bottom: -2px;
}
/*关于我们*/















.tl-fdh-02 {
	height: 55px;
	background: #f1f1f1;
	margin-bottom: 20px;
	overflow: hidden;
}
.tl-fdh-02 li {
	width: 14.28%;
	height: 55px;
	font-size: 18px;
	line-height: 55px;
	text-align: center;
	float: left;
	border-right: 1px solid #eee;
	box-sizing: border-box;
	background: #f1f1f1;
	cursor: pointer;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.tl-fdh-02 li a {
	color: #a8a8a8;
}
.tl-fdh-02 li.sidenavcur, .tl-fdh-02 li:hover {
	background: url(p16-icon6.png) no-repeat bottom center #0058b2;
	border-color: #0058b2;
}
.tl-fdh-02 a li.sidenavcur span, .tl-fdh-02 li:hover span {
	color: #fff;
}
.p12-aboutinfo-1 {
	display: inline-block;
	width: 100%;
	background: #fff;
	margin-bottom: 0px;
}
.p12-aboutinfo-1-nr {
	padding: 10px 0;
}
.k12-gl-gslb-3nf1-1-01-left dl {
	width: 24%;
	float: left;
	background: #f0f0f0;
	margin: 0 1.3% 13px 0
}
.k12-gl-gslb-3nf1-1-01-left dl:nth-child(4n) {
	margin-right: 0;
}
.k12-gl-gslb-3nf1-1-01-left dt {
	border: 1px solid #e5e5e5;
	padding: 10px 9px;
	background: #fff;
}
.k12-gl-gslb-3nf1-1-01-left dt img {
	display: block;
	width: 100%;
}
.k12-gl-gslb-3nf1-1-01-left dd {
	height: 50px;
	font-size: 14px;
	line-height: 50px;
	text-align: center;
	padding: 0 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: #f0f0f0;
}
.k12-gl-gslb-3nf1-1-01-left dd a {
	color: #4b4a4a;
}
/*案例列表*/















.zxlb-1n-ts-01-list dl {
	border: 1px solid #dedede;
	width: 100%;
	margin-bottom: 15px;
	padding: 22px 0 22px;
	background: #fff;
	display: inline-block;
}
.zxlb-1n-ts-01-list dl:hover {
	border-color: #0058b2;
}
.zxlb-1n-ts-01-list dt {
	width: 30%;
	float: left;
	margin-left: 22px;
	margin-right: 5.5%;
}
.zxlb-1n-ts-01-list dt img {
	width: 100%; height:150px;
	margin: 0 auto;
	display: block;
}
.zxlb-1n-ts-01-list dd {
	width: 58%;
	float: left;
}
.zxlb-1n-ts-01-list dd h4 {
	height: 40px;
	font-weight: normal;
	font-size: 18px;
	color: #154c64;
	line-height: 40px;
	margin-bottom: 5px;
}
.zxlb-1n-ts-01-list h4 a {
	display: block;
	color: #4b4a4a;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.zxlb-1n-ts-01-list h4 b {
	color: #333;
	font-size: 16px;
	font-weight: 500;
}
.zxlb-1n-ts-01-list dl:hover h4 a {
	color: #0058b2;
}
.zxlb-1n-ts-01-list-desc {
	max-height: 96px;
	font-size: 14px;
	line-height: 24px;
	color: #797979;
	margin-bottom: 15px;
	overflow: hidden;
}
.zxlb-1n-ts-01-list-deta {
	float: right;
	width: 134px;
	height: 40px;
	display: inline-block;
	border: 1px solid #aaa;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
}
.zxlb-1n-ts-01-list dl:hover .zxlb-1n-ts-01-list-deta {
	background: #0058b2;
	border-color: #0058b2;
}
.zxlb-1n-ts-01-list dl:hover .zxlb-1n-ts-01-list-deta a {
	color: #fff;
}
.case {
	width: 1200px;
	height: 787px;
	margin: 65px auto 0;
	font-family: "Microsoft Yahei";
	position: relative;
}
.case_c {
	height: 398px;
	background: #f9f8f8;
	overflow: hidden;
}
.case_c dl {
	height: 398px;
	overflow: hidden;
}
.case_c dt {
	width: 705px;
	height: 398px;
	overflow: hidden;
	float: left;
	transition: all 0.6s;
	z-index: 9;
}
.case_c dt img {
	width: 705px;
	height: 398px;
}
.case_c dd {
	width: 488px;
	overflow: hidden;
	height: 308px;
	float: left;
	margin: 54px 0 0 -44px;
	z-index: 9;
	position: relative;
	background: url(case_wz.png) no-repeat 0 0;
	padding: 64px 30px 0 60px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.case_c dd h3 {
	font-size: 20px;
	line-height: 34px;
	padding-bottom: 15px;
	font-weight: normal;
	position: relative;
	overflow: hidden;
}
.case_c dd h3 a {
	color: #043270;
}
.case_c dd h3::before {
	position: absolute;
	content: '';
	width: 31px;
	height: 1px;
	background: #043270;
	bottom: 0;
	left: 0;
}
.case_c dd p {
	line-height: 28px;
	font-size: 14px;
	padding: 20px 0 0;
	color: #666666;
	overflow: hidden;
}
.case_c dd p a {
	color: #ff7f00;
}
.case_c dl:hover dt {
	transform: scale(1.05);
}
.case_nav {
	margin-top: 40px;
	height: 195px;
	overflow: hidden;
	position: relative;
}
.case_nav li {
	float: left;
	width: 228px;
	height: 70px;
	overflow: hidden;
	margin: 0 15px 15px 0;
}
.case_nav li a {
	display: block;
	font-size: 18px;
	color: #333333;
	border: 1px solid #eeeeee;
	height: 68px;
	line-height: 68px;
	text-align: center;
}
.case_nav li:nth-child(5n) {
	margin-right: 0;
}
.case_nav li a:hover, .case_nav .cur a, .case_nav .cur {
	color: #fff;
	background: #ff7f00
}
.case_nav span {
	position: absolute;
	top: 85px;
	right: 0;
	display: block;
	width: 228px;
}
.case_nav span a {
	display: block;
	font-size: 18px;
	color: #333333;
	padding-left: 83px;
	border: 1px solid #eeeeee;
	height: 68px;
	line-height: 68px;
	background: #f5f5f5 url(case_ico10.gif) no-repeat 33px center;
}
.case_nav span a:hover {
	background: #ff7f00 url(case_ico20.png) no-repeat 33px center;
	color: #fff;
}
.case_prev {
	position: absolute;
	top: 327px;
	right: 108px;
	background: #0058b2;
	width: 49px;
	height: 27px;
	z-index: 8;
}
.case_next {
	position: absolute;
	top: 327px;
	right: 50px;
	background: #0058b2;
	width: 49px;
	height: 27px;
	z-index: 8;
}
.case_prev:hover {
	background: #ff7f00;
}
.case_next:hover {
	background: #ff7f00;
}
.coo_bj {
	background: url(coo_bj.jpg) no-repeat center 0;
	height: 570px;
	overflow: hidden;
	font-family: "Microsoft Yahei";
	position: relative;
}
.coo {
	width: 1200px;
	margin: 0 auto;
	padding-top: 20px;
}
.coo h2 a {
	color: #fff;
}
.coo h2 i {
	color: #fff;
}
.coo ul {
	margin-top: 30px;
}
.coo li {
	float: left;
	width: 240px;
	line-height: 0;
	position: relative;
	margin: 0 -1px -1px 0;
}
.coo li img {
	border: 1px solid #dddcdc;
	width: 238px;
	height: 135px;
	transition: all 0.6s;
}
.coo li a:hover img {
	transform: scale(1.05);
	z-index: 9;
	border: 1px solid #cd1017;
	box-shadow: 0 2px 5px 2px #fbebec;
	position: relative;
}















/*在线留言*/















input:required:invalid, input:focus:invalid, textarea:required:invalid, textarea:focus:invalid {
 box-shadow: none;
}
.code_gg_li img {
	vertical-align: middle;
	width: 100px;
	height: 32px;
}
.p4-order-form-1 {
	overflow: hidden;
}
.p4-order-form-1 .p4-titlel-1 {
	width: 145px;
	height: 46px;
	font-size: 18px;
	line-height: 46px;
	text-align: center;
	color: #fff;
	background: #ff7f00;
}
.p4-order-form-1-con {
	border: 1px solid #bbb;
	background: url(r1-orderform-1-bg.jpg) no-repeat center bottom #fff;
	padding: 40px 15%;
}
.p4-order-form-1-con li p {
	padding-left: 130px;
	color: #999;
	font-size: 12px;
}
.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;
}
.timenum {
	padding-left: 95px;
}
.p4-order-form-1-con li p {
	clear: both;
}
.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;
}
#code_gg {
	width: 80px;
	margin-right: 10px;
	outline: none;
	padding-left: 10px;
	border: 1px solid #eee;
	height: 33px;
	line-height: 32px;
	color: #666;
}
.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 #eee;
	height: 33px;
	line-height: 32px;
	color: #666;
	box-sizing: border-box;/*float: left;*/
}
.p4-order-form-1-con .radioandcheck {
	vertical-align: middle;
}
.p4-order-form-1-con .err {
	border: 1px solid #c00;
}
.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 #eee;
	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;
}
.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;
	text-align: center;
	margin-right: 30px;
	color: #fff;
	padding-left: 0;
	cursor: pointer;
}
.p4-order-form-1-con .p4-order-form-1-b1 {
	background: #0058b2;
}
.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;
}
/*文章页*/















.p14-infocontent-1 {
	background: #fff;
	padding: 18px 44px;
}
.p14-infocontent-1-tit {
	height: 38px;
	font-size: 24px;
	font-weight: normal;
	line-height: 38px;
	color: #4b4a4a;
	text-align: center;
}
.p14-infocontent-1-sour {
	height: 24px;
	font-size: 12px;
	line-height: 24px;
	text-align: center;
	color: #aaa;
	margin-bottom: 20px;
}
.p14-infocontent-1-sour a {
	color: #aaa;
}
.p14-infocontent-1-sour span {
	margin: 0 9px;
}
.p14-infocontent-1-text {
	padding: 16px 18px;
	font-size: 14px;
	line-height: 24px;
	border: 1px solid #d6d6d6;
	margin-bottom: 22px;
}
.p14-infocontent-1-text-t1 {
	width: 78px;
	float: left;
	color: #342f2e;
	margin-right: -78px;
}
.p14-infocontent-1-text-t2 {
	padding-left: 80px;
}
.p14-info-3 {
	background: #fff;
	padding: 0 20px 8px;
}
.p14-info-3-tit {
	height: 55px;
	font-size: 20px;
	line-height: 55px;
	color: #4b4a4a;
}
.p14-info-3-list li {
	height: 46px;
	font-size: 14px;
	line-height: 46px;
	color: #4b4a4a;
	border-top: 1px dashed #dbdbdb;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.p14-info-3-list li a {
	color: #4b4a4a;
}
.p14-info-3-list li span {
	float: right;
}
.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: #0058b2;
}
.p14-pagination-1-href a {
	display: block;
	color: #fff;
}
.p14-pagination-1-key {
	min-height: 40px;
	border-top: 1px solid #ff7f00;
	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;
}
.p14-info-2 {
	background: #fff;
}
.p14-info-2-tit {
	height: 50px;
	font-size: 24px;
	line-height: 50px;
	background: #0058b2;
	color: #fff;
	text-align: center;
}
.p14-info-2-list dl {
	padding: 10px 10px 10px 7px;
	border-bottom: 1px dashed rgba(153, 153, 153, 0.3);
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.p14-info-2-list dt {
	width: 100%;
	float: left;
	margin-right: 6px;
}
.p14-info-2-list dd {
	float: left;
}
.p14-info-2-list dt img {
	display: block;
	border: 1px solid #dfdfdf;
	width: 100%;
	margin: 0 auto;
	margin-bottom: 16px;
}
.p14-info-2-list dd h3 {
	height: 18px;
	width: 222px;
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 5px;
}
.p14-info-2-list-desc {
	height: 18px;
	overflow: hidden;
	width: 215px;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.p14-info-2-list dl:nth-last-child(1) {
	border-bottom: 0;
}
.p15-showcase {
	position: relative;
	padding: 12px 18px 16px 20px;
	margin-bottom: 15px;
	background: #fff;
	border: 1px solid #eee;
}
.p15-showcase-right-con {
	line-height: 24px;
	font-size: 14px;
	max-height: 168px;
	margin-bottom: 86px;
	overflow: hidden;
}
.p15-showcase-left {
	position: relative;
	width: 44.7%;
	float: left;
	line-height: 0;
	overflow: hidden;
	border: 1px solid #e7e7e7;
	margin-right: 3.3%;
}
.p15-showcase-left-jt {
	width: 12px;
	height: 23px;
	position: absolute;
	top: 50%;
	margin-top: -11px;
	cursor: pointer;
	z-index: 33;
}
.p15-showcase-left-prev {
	left: 10px;
}
.p15-showcase-left-next {
	right: 10px;
}
.p15-showcase-left-size {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 56px;
	height: 28px;
	font-size: 14px;
	line-height: 16px;
	padding: 0 15px;
}
.p15-showcase-left-size em {
	font-style: normal;
}
.p15-showcase-left-pic {
	width: 100%;
	text-align: center;
}
.p15-showcase-left-pic li {
	float: left;
}
.p15-showcase-left-pic img {
	width: 100%;
	display: block;
}
.p15-showcase-right {
	width: 51.6%;
	float: left;
}
.p15-showcase-right-tit {
	height: 40px;
	font-size: 24px;
	line-height: 40px;
	color: #454545;
	margin-bottom: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.p14-prodcontent-1 {
	background: #fff;
	padding: 15px 0 1px;
	margin-bottom: 12px;
}
.p14-prodcontent-1-tit {
	height: 40px;
	font-size: 24px;
	line-height: 40px;
	border-bottom: 2px solid #d4d4d4;
	margin-bottom: 20px;
}
.p14-prodcontent-1-tit span {
	display: inline-block;
	height: 40px;
	color: #464646;
	border-bottom: 2px solid #ff7f00;
	padding-left: 34px;
	background: url(p14-icon11.png) no-repeat 2px center;
}
.p14-prodcontent-1-tit em {
	font-size: 18px;
	font-family: Arial;
	text-transform: uppercase;
	font-style: normal;
	color: #c2c2c1;
}
.p14-prodcontent-1-desc {
}
.p14-product-2-tit {
	height: 46px;
	line-height: 46px;
	border-bottom: 2px solid #dfdfdf;
	margin-bottom: 30px;
	padding-top: 26px;
}
.p14-product-2-tit b {
	display: inline-block;
	font-size: 20px;
	font-weight: normal;
	color: #464646;
	padding-left: 45px;
	padding-right: 10px;
	border-bottom: 2px solid #0058b2;
	background: url(p14-icon11.png) no-repeat 10px center;
}
.p14-product-2-tit span {
	margin-left: 10px;
	font-size: 18px;
	font-family: Arial;
	color: #c2c2c1;
	text-transform: uppercase;
}
.p14-product-2-list dl {
	float: left;
	width: 23.8%;
	border: 0px solid #dfdfdf;
	margin-right: 1.5%;
	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:210px;
	border: 1px solid #dfdfdf;
}
.p14-product-2-list dl:nth-child(4n){ margin-left:0px;margin-right:0px;}
.p14-product-2-list dd {
	padding: 10px 28px 10px 0px;
	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 h3 a {
	color: #191919;
}
.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: #0058b2;
}
.p14-product-2-list dl:hover h3 a {
	color: #0058b2;
}
.pc-cx-tel-1 {
	width: 50%;
	height: 56px;
	border-top: 2px solid #e6e6e6;
	padding-top: 10px;
	position: absolute;
	bottom: 16px;
	right: 2%;
}
.pc-cx-tel-1-t1 {
	width: 114px;
	height: 44px;
	background: #0058b2;
	font-size: 18px;
	line-height: 44px;
	text-align: center;
	float: right;
}
.pc-cx-tel-1-t1 a {
	display: block;
	color: #fff;
}
.pc-cx-tel-1-t2 {
	height: 56px;
	padding-left: 70px;
	background: url(pc-xc-icon2.png) no-repeat 10px top;
	font-size: 18px;
	line-height: 18px;
	color: #454545;
}
.pc-cx-tel-1-t2 p {
	line-height: 24px;
}
/*翻页*/















.p12-pagination-1-main {
	margin: 0 auto;
	padding: 20px 0;
	height: 30px;
	text-align: center;
}
.p12-pagination-1 a, .p12-pagination-1 span {
	vertical-align: top;
	display: inline-block;
	padding: 0 8px;
	height: 26px;
	line-height: 26px;
	border: 1px solid #e5e5e5;
	text-align: center;
	margin: 0 2px;
	background: #fff;
}
.p12-pagination-1 span {
	border: 1px solid #fff;
}
.p12-pagination-1 .page_curr {
	background: #0058b2;
	color: #fff;
	border-color: #0058b2;
}
.p12-pagination-1 .laypage_first, .p12-pagination-1 .laypage_last {
	display: none;
}
/*分页*/















.pagess {
	clear: both;
	margin: 20px 0;
	overflow: hidden;
	text-align: center;
	font-size: 12px;
	padding: 8px 0
}
.pagess ul li {
	display: inline-block;
	border: 1px solid #ccc;
	padding: 4px 12px;
	margin: 0 1px;
	line-height: 24px;
	background: #fff;
	color: #999
}
.pagess ul li:hover {
	background: #0058b2;
	color: #fff;
	border: 1px solid #0058b2
}
.pagess ul li:hover a {
	color: #fff;
}
.pagess ul li.thisclass {
	display: inline-block;
	border: 1px solid #313131;
	padding: 4px 12px;
	margin: 0 1px;
	background: #313131;
	color: #fff;
}
.pagess ul li.thisclass a {
	color: #fff;
}
.pagess ul li a {
	display: block;
	color: #999
}
.pagess ul li a:hover {
	color: #fff;
}
/*表单弹框*/















.nsw-modal {
	width: 100%;
	height: 100%;
	background: rgba(225, 225, 225, 0.5);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
}
.modal-dialog {
	position: fixed;
	color: #000000;
	top: 150px;
	width: 400px;
	border-radius: 3px;
	min-height: 155px;
	overflow: hidden;
	z-index: 99998;
	margin-left: -200px;
	left: 50%;
}
.modal-dialog .css-icon {
	background-image: url("modal-icons.png");
}
.modal-dialog .modal-head {
	height: 30px;
	line-height: 30px;
	padding: 0px 20px;
	background: #F6EFEF;
	font-size: 14px;
}
.modal-dialog .modal-head .modal-logo {
	width: 15px;
	height: 15px;
	background-position: 1px 0px;
	margin: 8px 5px 0 0;
	float: left;
}
.modal-dialog .modal-head .close {
	float: right;
	width: 15px;
	height: 15px;
	background-position: -14px 0px;
	margin-top: 8px;
}
.modal-dialog .modal-body {
	width: 100%;
	min-height: 125px;
	background: #ffffff;
}
.modal-dialog .modal-body .modal-body-left {
	width: 140px;
	float: left;
}
.modal-dialog .modal-body .modal-body-left .icon {
	width: 64px;
	height: 64px;
	margin: 30px 0 0 48px;
}
.modal-dialog .modal-body .modal-body-left .success-message {
	background-position: 0px -14px;
}
.modal-dialog .modal-body .modal-body-left .warming-message {
	background-position: 0px -78px;
}
.modal-dialog .modal-body .modal-body-right {
	width: 260px;
	float: right;
	padding-top: 20px;
}
.modal-dialog .modal-body .modal-body-right .close-btn {
	color: #000;
	text-align: center;
	width: 90px;
	display: inline-block;
	height: 24px;
	line-height: 24px;
	background: #818079;
}
.modal-dialog .modal-body .modal-body-right p {
	line-height: 30px;
}
.xin {
	margin-top: 90px;
	padding-bottom: 80px;
}
.xin .bt1 dt {
	background: url(xw.png) no-repeat center;
	margin-top: 5px;
}
.xinwen {
	margin-top: 40px;
	overflow: hidden;
}
.xleft {
	width: 784px;
	height: 508px;
	border: solid 1px rgba(135, 132, 132, 0.41);
}
.nsort {
}
.nsort li {
	float: left;
	width: 391px;
	line-height: 58px;
}
.nsort li a {
	display: block;
	background: #333333;
	height: 58px;
	line-height: 58px;
	color: #fff;
}
.nsort li a h3 {
	font-size: 18px;
	font-weight: normal;
	padding-left: 38px;
	background: url(xw.png) no-repeat 10px center;
	line-height: 58px;
}
.nsort li a .m1x {
	font-size: 15px;
	margin-right: 15px;
	height: 58px;
	line-height: 58px;
}
.nsort li.cur a {
	background: #0058b2;
}
.tab1 {
	display: none;
}
.news_list1 {
	margin-top: 20px;
}
.news_list1 li {
	width: 391px;
	float: left;
	border-right: 1px solid #b6b6b6;
	position: relative;
}
.news_list1 li:nth-child(2n) {
	border-right: none;
}
.news_list1 li:nth-child(3) .sumy {
	border-bottom: 1px solid #b6b6b6;
	width: 360px;
	height: 85px;
}
.news_list1 li:nth-child(4) .sumy {
	border-bottom: 1px solid #b6b6b6;
	width: 360px;
	height: 85px;
}
.news_list1 li .xwnr {
	padding: 0px 15px;
}
.news_list1 li a.nr {
	color: #333333;
	font-size: 16px;
	font-weight: 400;
	display: block;
	padding-bottom: 10px;
}
.sumy {
	color: #615c5c;
	font-size: 12px;
	font-weight: 400;
	line-height: 18px;
	height: 60px;
	overflow: hidden;
	margin-bottom: 14px;
}
.sumy a {
	color: #145ba7;
	font-size: 12px;
}
.news_list1 li a.nr:hover {
	color: #145ba7;
	text-decoration: underline;
}
.news_list1 li span {
	color: #999999;
	font-size: 12px;
	position: absolute;
	right: 20px;
	top: 0px;
}
.news_list2 li span {
	color: #999999;
	font-size: 12px;
	position: absolute;
	right: 10px;
	top: 0px;
}
.news_list2 {
}
.news_list2 li {
	width: 391px;
	line-height: 35px;
	border-right: 1px solid #b6b6b6;
	position: relative;
}
.news_list2 li a {
	color: #333333;
	font-size: 14px;
	font-weight: 400;
	width: 340px;
	display: block;
	padding: 0px 15px;
}
.news_list2 li:nth-child(2n) {
	float: right;
	border-right: none;
}
.xright {
	width: 400px;
	height: 508px;
	border: solid 1px rgba(135, 132, 132, 0.41);
}
.question-news {
	width: 558px;
	margin-top: 58px;
}
.nbt2 {
	height: 58px;
	line-height: 58px;
	background: url(1aa3eb6cfd739dae7e37616e27ea100ce3d5dcc0.png) no-repeat top center;
}
.nnt {
	font-size: 18px;
	color: #fff;
	padding-left: 60px;
}
.nbt2 a {
	font-size: 15px;
	color: #fff;
	display: block;
	text-transform: uppercase;
	margin-right: 20px;
}
.news-list li {
	margin-bottom: 20px;
	margin: 0 13px 0 15px;
}
.news-list li a {
	background: url(8971018d0585a9f1f780935243a7331905de8417.png) no-repeat left center;
	padding-left: 24px;
	line-height: 30px;
	color: #145ba7;
	font-size: 14px;
	font-weight: 500;
	margin-top: 20px;
	display: block;
}
.news-list li p {
	background: url(8106af2de42913061dee92576d491dc56d94ea7f.png) no-repeat left 5px;
	padding-left: 25px;
	color: #615c5c;
	font-size: 14px;
	line-height: 21px;
	margin-top: 5px;
	padding-bottom: 16px;
	border-bottom: 1px solid #cecece;
}
.qusetion-list {
	padding-top: 20px;
}
.x-layout {
	margin-top: 0px;
	background: url(botbg.jpg) repeat center 0;
	border-top: 0px solid #0058b2;
	padding: 42px 0 0px;
}
.x-layout-logo {
	width: 200px;
}
.x-layout-logo .flogo {
	/* text-indent: 30px; */















	margin-bottom: 2px;
	text-align: left;
}
.x-layout-menu {
	width: 130px;
	padding-right: 12px;
	border-right: 0px solid #323233;
	margin-left: 10px;
}
.x-layout .title {
	position: relative;
	color: #fff;
	padding-left: 20px;
	font: 500 16px/20px "Microsoft YaHei";
	padding-bottom: 14px;
}
.x-layout .title::before {
	position: absolute;
	content: '';
	top: 3px;
	left: 0px;
	width: 6px;
	height: 16px;
	background: #0058b2;
}
.x-layout-menu .fnav {
	font-size: 14px;
	color: #bdbdbd;
	line-height: 30px;
}
.x-layout-menu .fnav a {
	color: #bdbdbd;
}
.fnav .zi1 {
	width: 158px;
}
.fnav.zi2 {
	width: 230px;
}
.x-layout-menu .fnav a:hover {
	color: #0058b2;
}
.x-layout-menu dl {
	float: left;
	width: 100%;
	text-align: left;
}
.x-layout-menu dl dd {
	width: 50%;
	display: block;
	height: 32px;
	float: left;
}
.x-layout-menu dl dd a {
	display: block;
	float: left;
	width: 100%;
	position: relative;
	color: #bdbdbd;
	padding-left: 16px;
	font: 400 14px/32px "Microsoft YaHei";
}
.x-layout-menu dl dd a::before {
	position: absolute;
	content: '';
	top: 17px;
	left: 0;
	width: 3px;
	height: 3px;
	background: #bdbdbd;
}
.x-layout-menu dl dd a:hover {
	color: #31b015;
}
.x-layout-contact {
	width: 220px;
	padding-left: 10px;
}
/*产品中心*/







.prod1 {
	height: 350px;
}
.prod2 {
	margin-top: 90px;
}
.pro_gg {
	width: 580px;
	height: 300px;
	display: block;
	overflow: hidden;
	background: url(kf.jpg) no-repeat center top;
	margin-top: 55px;
}
.pro_ico {
	font-size: 20px;
	font-weight: bold;
	padding-left: 31px;
	padding-top: 20px;
}
.pro_ico em {
	width: 13px;
	height: 13px;
	border-radius: 13px;
	background: #696969;
	margin: 0 15px 0 0;
	display: block;
	float: left;
}
.pro_ico em.cur, .pro_ico em:hover {
	background: #33368b;
}
.pro_gg h3 {
	font-size: 26px;
	height: 68px;
	width: 570px;
	position: absolute;
	bottom: 0;
	left: 0;
	line-height: 36px;
	z-index: 9;
	background: rgba(0 , 0 , 0 , 0.5);
	padding: 10px 32px;
}
.pro_gg h3 em {
	display: block;
	font-size: 8px;
	line-height: 17px;
	opacity: 0.6;
	font-weight: normal;
}
.pro_gg h3 a {
	display: block;
	color: #fff;
}
.pro_l {
	width: 552px;
	margin-top: 55px;
}
.pro_lc {
	width: 600px;
}
.pro_l h3 {
	font-weight: normal;
	font-size: 26px;
	height: 54px;
	line-height: 40px;
	background: url(ico03.png) no-repeat right 9px;
}
.pro_l h3 a {
	display: block;
	color: #fff;
}
.pro_lc li {
	float: left;
	position: relative;
	margin-bottom: 15px;
	border: solid 1px #fff;
}
.pro_lc li span {
	display: block;
	text-align: center;
	line-height: 44px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 16px;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 190px;
}
.pro_lc li span a {
	display: block;
	color: #666;
}
.pro_lc li span a:hover, .pro_lc li:hover span a {
	font-weight: bold;
	color: #0058b2;
}
.pro_lc li {
	width: 188px;
	height: 120px;
	display: block;
	overflow: hidden;
	background: #e5e5e5;
	padding-top: 20px;
	margin: 0 auto;
	margin: 2px 5px;
}
.pro_lc li img {
	width: 188px;
	height: 120px;
	display: block;
	overflow: hidden;
	background: #e5e5e5;
	padding-top: 5px;
	margin: 0 auto;
}
.prod2 .pro_ico {
	left: 30px;
}
.prod2 .pro_gg h3 {
	text-align: right;
}
.prod2 .pro_lc li {
	border: solid 1px #d9d9d9;
}
.prod2 .pro_l h3 {
	background: url(ico01.png) no-repeat right 9px;
}
.prod2 .pro_l h3 a {
	color: #666;
}
.pro_gc p {
	width: 172px;
	font-size: 16px;
	float: left;
}
.pro_gc a {
	width: 200px;
	font-size: 16px;
	float: left;
	color: #fff;
	line-height: 50px;
}
.pro_gc {
	padding-left: 88px;
	width: 525px;
	height: 92px;
}
.wd1200 {
	width: 1200px;
	margin: 0 auto;
}
.x-menu {
	width: auto;
	float: right;
	margin-top: 10px;
	width: 740px;
}
.x-menu>li {
	float: left;
	position: relative;
	text-align: center;
	margin: 0 9px;
}
.x-menu>li>a {
	display: block;
 padding: 0 .6vw;
	font-size: 16px;
	color: #333333;
	line-height: 36px;
	border-radius: 20px;
}
.x-menu>li>a:hover {
	background: #0058b2;
	color: #fff;
}
.x-menu>li.active>a {
	background: #0058b2;
	color: #fff;
}
.x-menu>li:after {
	content: '';
	position: absolute;
	z-index: 100;
	width: 100%;
	left: 0;
	height: 40px;
	opacity: 0;
	top: 100%;
}
.x-menu>li:hover .x-sub-menu {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.x-sub-menu {
	position: absolute;
	z-index: 99;
	width: 150%;
	left: -25%;
	top: 65px;
	background: #fff;
	border-radius: 5px;
	padding: 10px 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.x-sub-menu>li>a {
	display: block;
	text-align: center;
	line-height: 2;
	font-size: 14px;
	color: #333;
	line-height: 1.5;
	padding: .5em;
}
.x-sub-menu>li>a:hover {
	background: #e9eaeb;
}
.x-sub-menu:after {
	content: '';
	width: 0;
	height: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
	border-width: 10px;
	cursor: pointer;
	border-style: dashed dashed solid dashed;
	border-color: transparent transparent #fff transparent;
	border-top: none;
	position: absolute;
	top: -10px;
	left: 50%;
	margin-left: -10px;
	z-index: 99;
}
.ban {
	text-align: left;
	font-size: 13px;
	line-height: 24px;
	color: #bdbdbd;
	margin-top: 14px;
	width: 1200px;
	margin: 0 auto;
}
.yqlj p {
	color: #bdbdbd;
	font-size: 14px;
	line-height: 22px;
}
.pro_tit h2 {
	font-size: 18px;
	background: #fff;
	padding: 12px;
	color: #333;
	font-weight: bold;
	margin: 2px 0 1px;
}
.pro_tit h2 span {
	font-weight: normal;
	color: #d6d6d6;
	display: inline-block;
	margin-left: 10px;
	text-transform: uppercase;
	font-size: 16px;
}
.pro_tit h2:after {
	content: "";
	position: absolute;
	width: 3px;
	height: 22px;
	background: #0058b2;
	left: 0;
	top: 15px;
}
.pro_tit {
	position: relative;
}
.pro2 h3 {
	text-align: center;
	font-size: 32px;
	line-height: 64px;
	color: #333;
	margin: 12px 0;
}
.pro2 h3 span {
	display: block;
	font-size: 18px;
	text-transform: uppercase;
	color: #c1c1c1;
	font-weight: normal;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	width: 200px;
	margin: auto;
	line-height: 22px;
}
.b-7 {
	width: 1200px;
	padding: 65px 0 48px;
	margin: 0 auto;
	height: 472px;
}
.b-7-z {
	width: 368px;
	float: left;
}
.b-7-m {
	width: 368px;
	margin: 0 48px;
	float: left;
}
.b-7-y {
	width: 368px;
	float: right;
}
.b-7 dl {
}
.b-7 dt {
	height: 41px;
	line-height: 41px;
	border-bottom: 1px dashed #ddd;
	padding: 5px 0;
}
.b-7 dt h3 {
	float: left;
	font-size: 20px;
	font-weight: normal;
	background: url(line2.png) left center no-repeat;
	padding-left: 14px;
	color: #000;
}
.b-7 dt a {
	float: right;
	font-family: Arial;
}
.b-7 dd {
	height: 38px;
	line-height: 38px;
	font-size: 13px;
	border-bottom: 1px dashed #ddd;
}
.b-7 dd a {
	float: left;
	background: url(ico9.png) left center no-repeat;
	padding-left: 10px;
	white-space: nowrap;
	width: 278px;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}
.b-7 dd a:hover {
	color: #00aeb6;
}
.b-7 dd span {
	float: right;
	font-family: Arial;
	color: #888;
}
.pro2 dl {
	clear: both;
}
.pro2 dt {
	width: 400px;
	float: left;
	margin-bottom: 30px;
}
.pro2 dd {
	width: 450px;
	float: left;
	background: #fff;
	padding: 40px;
	height: 222px;
	margin-bottom: 30px;
}
.pro2 dd h4 {
	font-size: 22px;
	color: #333;
	padding-top: 42px;
}
.pro2 dd p {
	margin-top: 10px;
	color: #666;
	font-size: 16px;
	line-height: 20px;
}
.pro2 img {
	width: 400px;
	height: 300px;
}
.pro2 .no dd {
	float: left;
}
.pro2 .no dt {
	float: right;
}
.cp-kind .list:nth-child(odd) {
	padding: 45px 0 50px;
}
.cp-kind .list:nth-child(even) {
	background: #f5f5f5;
	padding: 50px 0;
}
.cp-kind h3 {
	background: url(cpfl-tb.png) left center no-repeat;
	font-size: 30px;
	font-weight: bold;
	display: inline-block;
	height: 38px;
	line-height: 33px;
	padding-left: 56px;
}
.cp-kind .label {
	background: #0058b2;
	background: -webkit-linear-gradient(left top, #388ee5, #0058b2);
	background: -o-linear-gradient(bottom left, #388ee5, #0058b2);
	background: -moz-linear-gradient(bottom left, #388ee5, #0058b2);
	background: linear-gradient(to bottom left, #388ee5, #0058b2);
	font-size: 18px;
	color: #fff;
	display: inline-block;
	padding: 7px 14px;
	border-radius: 5px;
	position: relative;
	vertical-align: bottom;
	margin-left: 14px;
}
.cp-kind .label:before, .cp-kind .label:after {
	content: "";
	width: 8px;
	height: 8px;
	background: #0058b2;
	background: -webkit-linear-gradient(left top, #388ee5, #0058b2);
	background: -o-linear-gradient(bottom left, #388ee5, #0058b2);
	background: -moz-linear-gradient(bottom left, #388ee5, #0058b2);
	background: linear-gradient(to bottom left, #388ee5, #0058b2);
	border: 2px solid #fff;
	border-radius: 50%;
	display: block;
	position: absolute;
	top: 11px;
}
.cp-kind .label:before {
	left: -5px;
}
.cp-kind .label:after {
	right: -5px;
}
.cp-kind .look-more {
	width: 96px;
	height: 38px;
	background: url("look-detail.png") 20px center no-repeat;
	border: 1px solid #0058b2;
	font-size: 18px;
	line-height: 38px;
	display: block;
	border-radius: 10px;
	padding-left: 50px;
}
.cp-kind .look-more:hover {
	color: #0058b2;
}
.cp-kind .text {
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	margin: 25px 0 35px 0;
}
.cp-kind ul {
	margin-left: -16px;
}
.cp-kind li {
	width: 280px;
	float: left;
	margin-left: 10px;
	margin-right: 14px;
	text-align: center;
	border-radius: 10px;
	transition: all .3s ease;
}
.cp-kind li img {
	border-radius: 10px;
	transition: all .3s ease;
	width: 280px;
}
.cp-kind li p a {
	background: url("cp-tb.png") left center no-repeat;
	font-size: 18px;
	line-height: 48px;
	display: inline-block;
	padding-left: 30px;
}
.cp-kind li:hover {
	background: #fff;
	box-shadow: 0 5px 15px #c4c5ca;
}
.cp-kind li:hover img {
	border-radius: 10px 10px 0 0;
}
.cp-kind .cp-wz {
	width: 100%;
	margin-top: 10px;
}
.cp-kind .cp-wz a {
	font-size: 18px;
	border: 1px dashed #dadada;
	padding: 10px;
	border-radius: 5px;
	margin-right: 40px;
	display: inline-block;
	margin-top: 20px;
}
.cp-kind .cp-wz a:hover {
	background: #0058b2;
	background: -webkit-linear-gradient(left top, #388ee5, #0058b2);
	background: -o-linear-gradient(bottom left, #388ee5, #0058b2);
	background: -moz-linear-gradient(bottom left, #388ee5, #0058b2);
	background: linear-gradient(to bottom left, #388ee5, #0058b2);
	border: 1px solid transparent;
	color: #fff;
}
.divremmnews {
	margin-bottom: 45px;
	padding: 15px 0;
	background-color: #fff;
}
.divremmnews ul {
	width: 100%;
	overflow: hidden;
}
.divremmnews ul li {
	float: left;
	width: 48%;
	height: 35px;
	line-height: 35px;
	margin: 0 1%;
	border-bottom: 1px dashed #ccc;
}
.divremmnews ul li a {
	height: 35px;
	line-height: 35px;
	float: left;
	overflow: hidden;
}
.divremmnews ul li span {
	color: #666;
	float: right;
	height: 35px;
	line-height: 35px;
	white-space: nowrap
}
.divremmnews ul li a:hover {
	color: #0348b2;
}

/*list*/
.list_page{text-align:center;margin:10px;display:block;}
.list_page:after{content:" ";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}
.list_page ul{list-style:none;margin:0;padding:0;display:inline-block;vertical-align:bottom;}
.list_page ul li{display:inline-block;border:solid 1px #ddd;border-radius:4px;}
.list_page ul a{color:#333;padding:8px 12px;line-height:18px;display:block;transition:all 1s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;background:#fff;}
.page_group ul{border-right:solid 1px #ddd;border-radius:4px;}
.page_group ul li{border-right:none;border-radius:0;float:left;}
.page_group ul li:not(:first-child):not(:last-child){border-radius:0;}
.page_group ul li:first-child{border-radius:4px 0 0 4px;}
.page_group ul li:last-child{border-radius:0 4px 4px 0;}
.page_group ul .active a{background:#f3f3f3;border-radius:0;}
