/* CSS Document */
@charset "utf-8";*{margin:0;padding:0}
body{font:14px/1.5 "微软雅黑";color:#333;cursor:default;font-family: "Microsoft Yahei", 楷体, 新宋体, Arial, Helvetica, sans-serif;}
img{border:0px;vertical-align:top}
ul,ol{list-style-type:none}
table{border-collapse:collapse;border-spacing:0}
input,textarea,select{font:14px/1 "Microsoft Yahei";color:#555;outline:0}
textarea{resize:none;overflow:auto}
input[type='checkbox'],input[type='radio']{vertical-align:-2px;margin-right:5px}
h1,h2,h3,h4,h5,h6,font{font-size:14px}
a{color:#333;text-decoration:none;cursor:pointer}
a:hover,a:active{color:#e0272c}
em{font-style:normal}
h3,h4{font-weight:400}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:#e5e5e5}
input:-moz-placeholder,textarea:-moz-placeholder{color:#e5e5e5}
input::-moz-placeholder,textarea::-moz-placeholder{color:#e5e5e5}
input:-ms-input-placeholder,textarea:-ms-input-placeholder{color:#e5e5e5}
.clearfix:after{content:"";clear:both;font-size:0px;line-height:0px;display:block;width:100%;height:1px}
.hidden{display:none}
.center{text-align:center}
.p_left{float:left}
.p_right{float:right}
.autocut{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-break:break-all}
.ease{-webkit-transition:all ease 300ms;-moz-transition:all ease 300ms;-ms-transition:all ease 300ms;-o-transition:all ease 300ms;transition:all ease 300ms}
a{-webkit-transition:all ease 300ms;-moz-transition:all ease 300ms;-ms-transition:all ease 300ms;-o-transition:all ease 300ms;transition:all ease 300ms}
.noease,.noease *{-webkit-transition:none;-moz-transition:none;-ms-transition:none;-o-transition:none;transition:none}
.wrap{width:1200px;margin:0 auto;position:relative}
.pcolor{color:#1B954E}
.mgt20 {margin-top: 20px;}
.mgr20 {margin-right: 20px;}
.mgb20 {margin-bottom: 20px;}
.mgl20 {margin-left: 20px;}
body {
	max-width:100%;
	overflow-x:hidden;
}

/* 网站公共头部区域 */
.p-header {
	position:relative;
	z-index:999;
	width:100%;
	background:#fff;
}
.p-header .topCon {
	width: 100%;
	height: 36px;
	background: #f3f3f3;
}
.p-header .topCon .p_left p {
	font-size: 14px;
	color: #333;
	line-height: 36px;
}
.p-header .topCon .p_right {
	height: 36px;
}
.p-header .topCon .p_right .tag {
	float: right;
}
.p-header .topCon .p_right .tag img {
	float: left;
	display: block;
	width: 36px;
	height: 36px;
	margin-left: 5px;
	cursor: pointer;
}
.p-header .logoTel {
	width: 100%;
	height: 120px;
	overflow: hidden;
} 
.p-header .logoTel h1 {
	float:left;
	font-weight: 400;
} 
.p-header .logoTel h1 img {
	display: block;
	height: 120px;
} 
.p-header .logoTel h1 a {
	float: left;
}
.p-header .logoTel h1 .logoDesc {
	float: left;
	height: 65px;
	margin-left: 20px;
	border-left: 1px solid #ccc;
	margin-top: 30px;
	padding-left: 20px;
}
.p-header .logoTel h1 .logoDesc p {
	font-size: 20px;
	color: #222222;
	line-height: 30px;
	font-weight: bold;
}
.p-header .logoTel h1 .logoDesc p em {
	color: #f72222;
}
.p-header .logoTel h1 .logoDesc span {
	font-size: 17.5px;
	color: #222222;
	line-height: 46px;
}
.p-header .logoTel .telBox {
	float: right;
	line-height: 46px;
	text-align:center;
	height: 76px;
	padding: 20px 0 20px 75px;
	background: url(../images/logoTel_tel.png) left center no-repeat;
} 
.p-header .logoTel .telBox em {
	display: block;
	font-size: 16px;
	color: #666666;
	line-height: 38px;
} 
.p-header .logoTel .telBox span {
	display: block;
	font-size: 28px;
	color: #0663b5;
	line-height: 28px;
	font-family: "impact";
} 
.p-header .menuCon {
	width: 100%;
	height: 60px;
	background: #0663b5;
}
.p-header .menuCon ul {
	width: 100%;
}
.p-header .menuCon li {
	position: relative;
	float: left;
	width: 133px;
}
.p-header .menuCon li:after {
	content: "";
	position: absolute;
	right: 0;
	top: 20px;
	display: block;
	width: 1px;
	height: 20px;
	background: #1f84dc;
}
.p-header .menuCon li:last-child:after {
	display: none;
}
.p-header .menuCon li a {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 16px;
	color: #fff;
	text-align: center;
	line-height: 60px;
}
.p-header .menuCon li.on,
.p-header .menuCon li:hover {
	background: #f72222;
}
.p-header .menuCon li.on:after,
.p-header .menuCon li:hover:after {
	display: none;
}

/*首页banner*/
.i-banner {
	position:relative;
	width:100%;
	height: 550px;
	overflow:hidden;
	background: #fff;
}
.i-banner .flexslider ul {
	width:100%;
	height:100%;
}
.i-banner .flexslider ul li {
	width:100%;
}
.i-banner .flexslider ul li img {
	display: block;
	width: 100%;
	max-height: 550px;
}
.i-banner .flexslider {
	position:relative;
}
.i-banner .flex-control-nav {
	bottom:40px;
	z-index:999;
}
.i-banner .flex-control-paging li a {
	width:15px !important;
	height:15px !important;
	border: 1px solid #fff;
	background: #fff;

	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}
.i-banner .flex-control-paging li a.flex-active {
	background: #0663b5;
}
.flex-control-paging li a.flex-active {
	background-position: 0 -20px !important;
}


/*产品中心*/
.i-pdt {
	width: 100%;
	overflow: hidden;
}
.p_tit {
	text-align: center;
	padding: 50px 0 30px;
}
.p_tit h3 {
	font-size: 36px;
	color: #323333;
	line-height: 60px;
}
.p_tit .line {
	display: block;
	width: 80px;
	height: 3px;
	background: #0663b5;
	margin: 0 auto;
	display: none;
}
.p_tit h3 span {
	color: #f72222;
}
.p_tit p {
	font-size: 22px;
	color: #272727;
	line-height: 40px;
}
.p_tit p span {
	color: #0663b5;
}
.i-pdt .p_nav {
	width: 100%;
	height: 60px;
	background: #0663b5;
}
.i-pdt .p_nav ul {
	width: 100%;
}
.i-pdt .p_nav li {
	float: left;
	width: 298px;
	border-right: 2px solid #fff;
}
.i-pdt .p_nav li a {
	display: block;
	width: 100%;
	height: 60px;
	text-align: center;
	line-height: 60px;
	font-size: 16px;
	color: #fff;
}
.i-pdt .p_nav li.on a {
	background: #f72222;
}
.i-pdt .p_con {
	width: 100%;
	margin-top: 30px;
} 
.i-pdt .p_con .itmBox {
	display: none;
}
.i-pdt .p_con .itmBox:first-child {
	display: block;
}
.i-pdt .p_con ul {
	width: 110%;
}
.i-pdt .p_con li {
	float: left;
	width: 585px;
	margin: 0 30px 30px 0;
}
.i-pdt .p_con li .pic {
	display: block;
	width: 585px;
	overflow: hidden;
}
.i-pdt .p_con li .pic img {
	display: block;
	width: 585px;
	height: 380px;
	object-fit: cover;
}
.i-pdt .p_con li .tit {
	width: 565px;
	height: 60px;
	padding: 0 10px;
	overflow: hidden;
	background: #eee;
}
.i-pdt .p_con li .tit a {
	float: left;
	font-size: 20px;
	color: #222;
	line-height: 60px;
}
.i-pdt .p_con li .tit span {
	float: right;
	font-size: 24px;
	color: #555;
	line-height: 60px;
}



/*广告条*/
.i_ad_bn1 {
	width: 100%;
	height: 180px;
	background: url(../images/i_ad_bn1.jpg) top center no-repeat;
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 40px;
}
.i_ad_bn1 .left_con {
	float: left;	
}
.i_ad_bn1 .left_con img {
	display: block;
	height: 180px;
}
.i_ad_bn1 .right_con {
	float: right;
}
.i_ad_bn1 .right_con h3 {
	font-size: 30px;
	color: #fff;
	line-height: 60px;
	margin-top: 8px;
}
.i_ad_bn1 .right_con h3 span {
	font-size: 36px;
	color: #f72222;
}
.i_ad_bn1 .right_con p {
	font-size: 16.8px;
	color: #fff;
	line-height: 40px;
}
.i_ad_bn1 .right_con .tel_box {
	width: 100%;
	height: 34px;
	margin-top: 10px;
}
.i_ad_bn1 .right_con .tel_box .tel {
	float: left;
	font-size: 26px;
	color: #fff;
	line-height: 34px;
	padding-left: 40px;
	background: url(../images/i_ad_bn1_tel.png) left center no-repeat;
}
.i_ad_bn1 .right_con .tel_box .btnBox {
	float: right;
}
.i_ad_bn1 .right_con .tel_box .btnBox a {
	float: left;
	width: 120px;
	height: 34px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	line-height: 34px;
	margin-left: 20px;
	background: #ffaa01;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
}

/*首页优势*/
.i-adv {
	width: 100%;
	overflow: hidden;
}
.i-adv .a_list {
	width: 100%;
}
.i-adv .adv_box {
	width: 100%;
	overflow: hidden;
	margin-bottom: 10px;
}
.i-adv .adv_box .nBox {
	width: 100%;
	margin-bottom: 50px;
	overflow: hidden;
}
.i-adv .adv_box .des_con {
	float: left;
	width: 470px;
}
.i-adv .adv_box .des_con .num {
	position: relative;
	float: left;
	font-size: 70px;
	color: #0663b5;
	font-family: "impact";
}
.i-adv .adv_box .des_con .num:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width:0; 
    height:0;
    border-width: 26px;
    border-style:solid;
    border-color:transparent  transparent  white white;
}
.i-adv .adv_box .des_con .desBox {
	float: right;
	width: 360px;
}
.i-adv .adv_box .des_con .desBox .tit {
	position: relative;
	display: block;
	font-size: 26px;
	color: #292929;
	line-height: 70px;
	font-weight: bold;
}
.i-adv .adv_box .des_con .desBox .tit:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 60px;
	height: 3px;
	background: #0663b5;
}
.i-adv .adv_box .des_con .desBox p {
	font-size: 14px;
	color: #292929;
	line-height: 24px;
	margin-top: 20px;
}
.i-adv .adv_box .pic_con {
	float: right;
}
.i-adv .adv_box .pic_con img {
	margin-top: 30px;
}


/*案例中心*/
.i-case {
	width: 100%;
	height: 1000px;
	background: url(../images/i-case-bg.jpg) top center no-repeat;
	background-size: 100% 100%;
	overflow: hidden;
	margin-top: 40px;
}
.i-case .wrap {
    width: 100%;
}
.i-case .cs_list {
	width: 100%;
}
.i-case .cs_list .box {
	width: 90%;
	margin: 0 auto;
	overflow: hidden;
}
.i-case .cs_list ul {
	width: 100%;
	padding: 0px 0px;
	overflow: hidden;
}
.i-case .cs_list li {
	float: left;
	width: 24%;
	margin: 10px 0.5%;
	background: #fff;
}
.i-case .cs_list li a.pic {
	display: block;
	width: 100%;
}
.i-case .cs_list li a.pic img {
	display: block;
	width: 100%;
}
.i-case .cs_list li .info {
	padding: 10px;
	overflow: hidden;
}
.i-case .cs_list li .info .tit {
	float: left;
	font-size: 16px;
	color: #222;
	line-height: 36px;
}
.i-case .cs_list li .info .more {
	float: right;
	font-size: 16px;
	color: #063ca8;
	line-height: 36px;
}


/*公司简介*/
.i-about {
	width: 100%;
	padding: 60px 0;
}
.i-about .itmDesc {
	width: 100%;
	background: #f1f1f1;
	overflow: hidden;
}
.i-about .itmDesc img {
	float: left;
	width: 554px;
}
.i-about .itmDesc .info {
	float: right;
	width: 646px;
}
.i-about .itmDesc .info .box {
	padding: 30px 30px;
}
.i-about .itmDesc .info h4 {
	font-size: 25px;
	color: #0663b5;
	line-height: 30px;
}
.i-about .itmDesc .info h4 span {
	color: #f72222;
}
.i-about .itmDesc .info p.tit {
	font-size: 16px;
	color: #515151;
	line-height: 40px;
}
.i-about .itmDesc .info .line {
	display: block;
	width: 60px;
	height: 3px;
	background: #0663b5;
}
.i-about .itmDesc .info .des {
	width: 100%;
	height: 144px;
	overflow: hidden;
	font-size: 14px;
	color: #515151;
	line-height: 24px;
	margin: 20px 0;
}
.i-about .itmDesc .info .more {
	display: block;
	width: 120px;
	height: 46px;
	background: #0663b5;
	font-size: 16px;
	color: #fff;
	line-height: 46px;
	text-align:center;
	border: 1px solid #fff;
}
.i-about .itmDesTel {
	width: 100%;
	margin-top: 30px;
}
.i-about .itmDesTel .box {
	width: 100%;
	padding: 50px 0;
	margin: 0 auto;

	text-align: center;

	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;

	box-shadow: 0 0 8px 8px #eee;
	-webkit-box-shadow: 0 0 8px 8px #eee;
	-moz-box-shadow: 0 0 8px 8px #eee;
	-ms-box-shadow: 0 0 8px 8px #eee;
	-o-box-shadow: 0 0 8px 8px #eee;
}
.i-about .itmDesTel .box p {
	font-size: 28px;
	color: #202020;
	line-height: 50px;
}
.i-about .itmDesTel .box h4 {
	font-size: 25px;
	color: #f72222;
	line-height: 60px;
}
.i-about .itmDesTel .box .tel {
	display: inline-block;
	padding: 0 30px;
	background: #f72222;
	font-size: 24px;
	color: #fff;
	line-height: 60px;
    margin-top: 12px;
    
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}

/*广告条*/
.i_ad_bn2 {
	width: 100%;
	height: 150px;
	background: url(../images/i_ad_bn2.jpg) top center no-repeat;
}
.i_ad_bn2 ul {
	width: 100%;
	padding-top: 30px;
	overflow: hidden;
}
.i_ad_bn2 li {
	float: left;
	width: 300px;
	text-align: center;
}
.i_ad_bn2 li h4 {
	font-size: 38px;
	color: #fff;
	line-height: 42px;
	font-family: "impact";
}
.i_ad_bn2 li h4 span {
	font-size: 18px;
	font-family: "微软雅黑";
	margin-left: 5px;
	position: relative;
	top: -2px;
}
.i_ad_bn2 li p {
	font-size: 18px;
	color: #fff;
	line-height: 40px;
}


/*新闻中心*/
.i-news {
	width: 100%;
	overflow: hidden;
	padding-bottom: 50px;
}
.i-news .ns_list {
	width: 100%;
	overflow: hidden;
	border-right: 1px solid #e7e7e7;
}
.i-news .ns_list .itm {
	float: left;
	width: 379px;
	padding: 0 10px;
	border-left: 1px solid #e7e7e7;
}
.i-news .ns_list .itm .ns_tit {
	font-size: 20px;
	color: #222;
	line-height: 50px;
}
.i-news .ns_list .itm .hot {
	display: block;
	width: 100%;
	border-bottom: 1px dashed #eee;
}
.i-news .ns_list .itm .hot .pic {
	display: block;
	width: 100%;
}
.i-news .ns_list .itm .hot img {
	display: block;
	width: 375px;
}
.i-news .ns_list .itm .info {
	position: relative;
	width: 100%;
	padding: 6px 0;
}
.i-news .ns_list .itm .info:after {
	content: ">";
	position: absolute;
	right: 0;
	top: 24%;
	display: block;
	width: 36px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	font-size: 25px;
	color: #333;
	font-family: "黑体";
	border: 1px solid #bebebe;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}
.i-news .ns_list .itm:hover .info:after {
	background: #0663b5;
	color: #fff;
	border-color: #0663b5;
}
.i-news .ns_list .itm .info .tit {
	display: block;
	width: 85%;
	height: 32px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	font-size: 16px;
	color: #333;
	line-height: 32px;
}
.i-news .ns_list .itm:hover .info .tit {
	color: #0663b5;
}
.i-news .ns_list .itm .info .time {
	display: block;
	width: 100%;
	font-size: 15px;
	color: #666;
	line-height: 30px;
}
.i-news .ns_list ul {
	width: 100%;
	overflow: hidden;
	padding-top: 12px;
}
.i-news .ns_list ul li {
	width: 100%;
}
.i-news .ns_list ul li a {
	display: block;
	width: 100%;
	height: 32px;
}
.i-news .ns_list ul li a .tit {
	float: left;
	width: 70%;
	height: 32px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
	color: #3c3c3c;
	line-height: 32px;
}
.i-news .ns_list ul li a .tit:hover {
	color: #0663b5;
}
.i-news .ns_list ul li a .time {
	float: right;
	width: 25%;
	height: 32px;
	overflow: hidden;
	font-size: 14px;
	color: #666;
	line-height: 32px;
}
.i-news .ns_more {
	width: 100%;
}
.i-news .ns_more a {
	display: block;
	width: 230px;
	height: 46px;
	text-align: center;
	line-height: 46px;
	font-size: 18px;
	color: #222;
	margin: 0 auto;
	border: 1px solid #dddddd;
	margin-top: 30px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}
.i-news .ns_more a:hover {
	background: #0663b5;
	color: #fff;
}


/*网站底部*/
.p_footer {
	width: 100%;
	background: #1e2129;
	overflow: hidden;
	margin-top: 50px;
}
.p_footer .ftItmInfo {
	padding: 50px 0;
	overflow: hidden;
}
.p_footer .ftItmInfo .ewmBox {
	float: left;
	width: 262px;	
}
.p_footer .ftItmInfo .cateEwm {
	float: left;
	width: 330px;
	margin-left: 60px;
}
.p_footer .ftItmInfo .cateEwm .cate_con {
	width: 100%;
	overflow: hidden;
	padding-top: 50px;
}
.p_footer .ftItmInfo .cateEwm .cate_con dl {
	float: left;
	width: 33%;
}
.p_footer .ftItmInfo .cateEwm .cate_con dl dt {
	width: 100%;
}
.p_footer .ftItmInfo .cateEwm .cate_con dl dt a {
	display: block;
	font-size: 18px;
	color: #fff;
	line-height: 32px;
}
.p_footer .ftItmInfo .cateEwm .cate_con dl dd {
	width: 100%;
}
.p_footer .ftItmInfo .cateEwm .cate_con dl dd a {
	display: block;
	font-size: 12px;
	color: #babbbc;
	line-height: 30px;
}
.p_footer .ftItmInfo .cateEwm .ewm_con {
	width: 100%;
	overflow: hidden;
	margin-top: 30px;
}
.p_footer .ftItmInfo .cateEwm .ewm_con .itm {
	float: left;
	width: 120px;
	margin-right: 40px;
}
.p_footer .ftItmInfo .cateEwm .ewm_con .itm img {
	display: block;
	width: 110px;
}
.p_footer .ftItmInfo .cateEwm .ewm_con .itm span {
	display: block;
	width: 100%;
	height: 30px;
	font-size: 14px;
	color: #fff;
	line-height: 30px;
	text-align: center;
}
.p_footer .ftItmInfo .telFm {
	float: right;
	width: 430px;
}
.p_footer .ftItmInfo .telFm .tel_con {
	width: 100%;
	margin-top: 45px;
}
.p_footer .ftItmInfo .telFm .tel_con h5 {
	font-size: 28px;
	color: #f72222;
	line-height: 40px;
}
.p_footer .ftItmInfo .telFm .tel_con span {
	display: block;
	font-size: 14px;
	color: #555;
	line-height: 20px;
}
.p_footer .ftItmInfo .telFm .tel_con p {
	display: block;
	font-size: 16px;
	color: #fff;
	line-height: 30px;
}
.p_footer .ftItmInfo .telFm .fm_con {
	width: 100%;
	margin-top: 40px;
}
.p_footer .ftItmInfo .telFm .fm_con h3 {
	font-size: 20px;
	color: #fff;
	line-height: 50px;
}
.p_footer .ftItmInfo .telFm .fm_con form {
	width: 100%;
}
.p_footer .ftItmInfo .telFm .fm_con form .row {
	width: 100%;
	height: 40px;
	margin-bottom: 12px;
}
.p_footer .ftItmInfo .telFm .fm_con form .row input {
	border: 1px solid #535964;
	background: none;
}
.p_footer .ftItmInfo .telFm .fm_con form .row .ipt_name {
	float: left;
	width: 46%;
	height: 38px;
	padding-left: 2%;
}
.p_footer .ftItmInfo .telFm .fm_con form .row .ipt_phone {
	float: right;
	width: 46%;
	height: 38px;
	padding-left: 2%;
}	
.p_footer .ftItmInfo .telFm .fm_con form .row .ipt_content {
	width: 100%;
	height: 38px;
	padding-left: 2%;
}
.p_footer .ftItmInfo .telFm .fm_con form .row .ipt_btn {
	display: block;
	width: 100%;
	height: 40px;
	background: #ffffff;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	color: #333;
	cursor: pointer;
}
.p_footer .ftItmCopyRight {
	width: 100%;
	height: 60px;
	background: #f72222;
}
.p_footer .ftItmCopyRight * {
	font-size: 16px;
	color: #fff;
	text-align: center;
	line-height: 60px;
}


.pg-pos {
	width:100%;
	height: 206px;
	background: url(../images/pg-minB-pic01.jpg) center center no-repeat;
	margin-bottom: 40px;
}
.pg-pos .wrap {
	position: relative;
	height: 206px;
}
.pg-pos .wrap .titPic {
	position: absolute;
	top: 53px;
	left: 40px;
}
.pg-pos .wrap > p {
	float: right;
	font-family: "å®‹ä½“";
	font-size: 14px;
	color: #545454;
	padding-left: 22px;
	background: url(../images/pg-posP-bg.png) left center no-repeat;
	line-height: 206px;
}


/*公司简介*/
.pg-about {
	width: 100%;
	overflow: hidden;
}
.pg-about .item1 {
	width: 100%;
	height: 418px;
}
.pg-about .item1 .pic {
	float: left;
	width: 557px;
}
.pg-about .item1 .pic img {
	display: block;
	width: 100%;
}
.pg-about .item1 .desc {
	float: left;
	width: 550px;
	margin-left: 40px;
}
.pg-about .item1 .desc h3 {
	width:100%;
	height: 40px;
	line-height: 40px;
	font-weight: 400;
	font-size: 20px;
	color: #f72222;
	border-bottom: 1px solid #d6d6d6;
}
.pg-about .item1 .desc .box {
	margin-top: 15px;
}
.pg-about .item1 .desc .box p {
	font-size: 16px;
	color: #626262;
	line-height: 34px;
}
.pg-about .item2 {
	width: 100%;
}
.pg-about .item2 h3 {
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #eee;
	font-size: 26px;
	color: #f72222;
	line-height: 100px;
}
.pg-about .item2 .con1 {
	width: 100%;
	height: 322px;
	overflow:hidden;
	padding: 40px 0;
}
.pg-about .item2 .con1 ul {
	width: 110%;
}
.pg-about .item2 .con1 ul li {
	float: left;
	width: 365px;
	height: 320px;
	border: 1px solid  #eee;
	margin-right: 49px;
	text-align: center;
}
.pg-about .item2 .con1 ul li img {
	display: block;
	width: 70px;
	margin: 48px auto 40px;
	transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
}
.pg-about .item2 .con1 ul li:hover img {
	transform: rotateY(-360deg);
	-webkit-transform: rotateY(-360deg);
	-moz-transform: rotateY(-360deg);
	-ms-transform: rotateY(-360deg);
	-o-transform: rotateY(-360deg);
}
.pg-about .item2 .con1 ul li h4 {
	text-align: center;
	font-size: 24px;
	color: #0663b5;
	line-height: 30px;
	font-weight: 400;
}
.pg-about .item2 .con1 ul li .line {
	display: block;
	width: 50px;
	height: 1px;
	background: #254531;
	margin: 25px auto 15px;
}
.pg-about .item2 .con1 ul li p {
	font-size: 18px;
	color: #676767;
	text-align: center;
	text-align: center;
	line-height: 50px;
}
.pg-about .item2 .con2 {
	width: 100%;
	height: 306px;
}
.pg-about .item2 .con2 .desc {
	float: left;
	width: 610px;
}
.pg-about .item2 .con2 .desc p {
	font-size: 16px;
	color: #6d6d6d;
	line-height: 46px;
}
.pg-about .item2 .con2 .pic {
	float: left;
	margin-left: 30px;
}
.pg-about .item2 .con2 .pic img {
	display: block;
	width: 547px;
	height: 306px;
}

/*联系我们*/
.pg-contact {
	width: 100%;
	overflow: hidden;
}
.pg-contact .item1 {
	width: 100%;
	height: 220px;
}
.pg-contact .item1 ul {
	width: 110%;
}
.pg-contact .item1 li {
	position: relative;
	float: left;
	width: 340px;
	height: 220px;
	margin-right: 86px;
	border: 1px solid #e9e9e9;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
}
.pg-contact .item1 li:hover {
	background: #fafafa;
}
.pg-contact .item1 li .icon {
	position: absolute;
	left: 50%;
	top: -35px;
	background: #fff;
	margin-left: -35px;
	transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
}
.pg-contact .item1 li:hover .icon{
	transform: rotateY(-360deg);
	-webkit-transform: rotateY(-360deg);
	-moz-transform: rotateY(-360deg);
	-ms-transform: rotateY(-360deg);
	-o-transform: rotateY(-360deg);
}
.pg-contact .item1 li p {
	display: block;
	width:100%;
	text-align: center;
	font-size: 18px;
	color: #393939;
	margin-top: 100px;
}
.pg-contact .item2 {
	width:100%;
	margin-top: 60px;
}


/*新闻中心*/
.pg-news {
	width: 100%;
	overflow: hidden;
}
.pg-news .csList {
	width: 100%;
	margin-top: 20px;
}
.pg-news .csList ul {
	width: 100%;
}
.pg-news .csList li {
	width: 100%;
	overflow: hidden;
	padding: 15px 0;
	border-bottom: 1px solid #DBDADB;
}
.pg-news .csList li .pic {
	float: left;
	width: 265px;
}
.pg-news .csList li .pic a {
	display: block;
	width: 100%;
}
.pg-news .csList li .pic a img {
	display: block;
	width: 100%;
}
.pg-news .csList li .info {
	float: right;
	width: 480px;
	overflow: hidden;
}
.pg-news .csList li .info .tit {
	display: block;
	width: 100%;
	height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 20px;
	color: #232323;
	line-height: 30px;
}
.pg-news .csList li .info p {
	width: 100%;
	height: 92px;
	overflow: hidden;
	font-size: 14px;
	color: #5f5f5f;
	line-height: 24px;
	margin: 12px 0;
}
.pg-news .csList li .info .t-t {
	width: 100%;
	height: 30px;
}
.pg-news .csList li .info .t-t span {
	float: left;
	font-size: 16px;
	color: #0c1115;
	line-height: 30px;
}
.pg-news .csList li .info .t-t a {
	float: left;
	line-height: 30px;
	margin-left: 30px;
	font-size: 16px;
	color: #0663b5;
}

.pgTopCon {
	width: 100%;
	height: 60px;
	padding-top: 0px;
	overflow: hidden;
	border-bottom: 1px solid #F3F3F3;
	margin-bottom: 20px;
}
.pgTopCon .ctNav {
	float: left;
	width: 60%;
	height: 100%;
}
.pgTopCon .ctNav ul {
	width: 100%;
	height: 100%;
}
.pgTopCon .ctNav li {
	float: left;
}
.pgTopCon .ctNav li a {
	display: block;
	height: 57px;
	padding: 0 20px;
	font-size: 18px;
	color: #2e2e2e;
	line-height: 60px;
}
.pgTopCon .ctNav li a:hover,
.pgTopCon .ctNav li.on a {
	border-bottom: 3px solid #f72222;
	color: #f72222;
}
.pgTopCon .pg-pos {
	float: right;
	text-align: right;
}
.pgTopCon .pg-pos * {
	font-size: 14px;
	color: #222;
	line-height: 60px;
}
.smLeftCon {
	float: left;
	width: 780px;
	padding: 20px;
	background: #fff;
}
.smRightCon {
	float: right;
	width: 330px;
	padding: 10px;
	background: #fff;
}
.smRightCon .itmRk {
	width: 100%;
}
.smRightCon .smTit {
	font-size: 20px;
	color: #343434;
	line-height: 40px;
	text-align: center;
	border-bottom: 1px solid #DBDADB;
}
.smRightCon .itmRk .tel {
	width: 100%;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 16px;
	color: #333;
}
.smRightCon .itmRk .tel span {
	font-size: 18px;
	color: #f72222;
}
.smRightCon .itmRk .list {
	width: 100%;
	overflow: hidden;
	padding: 10px 0;
}
.smRightCon .itmRk .list ul {
	width: 100%;
}
.smRightCon .itmRk .list li {
	float: left;
	width: 33.333%;
	text-align: center;
}
.smRightCon .itmRk .list li a {
	display: block;
	width: 100%;
}
.smRightCon .itmRk .list li a img {
	display: block;
	margin: 0 auto;
}
.smRightCon .itmRk .list li a span {
	font-size: 14px;
	color: #343434;
	line-height: 24px;
}
.smRightCon .itmPic {
	width: 100%;
	overflow: hidden;
	margin-top: 20px;
}
.smRightCon .itmPic .list {
	width: 100%;
	overflow: hidden;
	margin-top: 15px;
}
.smRightCon .itmPic .list ul {
	width: 110%;
}
.smRightCon .itmPic .list li {
	float: left;
	width: 158px;
	margin-right: 15px;
	margin-bottom: 15px;
}
.smRightCon .itmPic .list li a {
	position: relative;
	display: block;
	width: 100%;
	height: 118px;
	overflow: hidden;
}
.smRightCon .itmPic .list li a img {
	display: block;
	width: 100%;
	height: 120px;
	object-fit: cover;
}
.smRightCon .itmPic .list li a .info {
	position: absolute;
	left: 0;
	top: 118px;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(0,0,0,0.6);

	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.smRightCon .itmPic .list li:hover a .info {
	top: 0;
}
.smRightCon .itmPic .list li a .info span {
	display: block;
	font-size: 14px;
	color: #fff;
	line-height: 26px;
	margin-top: 26px;
}
.smRightCon .itmPic .list li a .info em {
	display: block;
	font-size: 12px;
	color: #fff;
	line-height: 26px;
}
.smRightCon .itmNews {
	width: 100%;
	overflow: hidden;
}
.smRightCon .itmNews .list {
	width: 100%;
	overflow: hidden;
	padding-top: 10px;
}
.smRightCon .itmNews .list ul {
	width: 100%;
}
.smRightCon .itmNews .list li {
	width: 100%;
}
.smRightCon .itmNews .list li a {
	display: block;
	width: 100%;
	height: 34px;
}
.smRightCon .itmNews .list li a span {
	float: left;
	width: 78%;
	height: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
	color: #333;
	line-height: 34px;
}
.smRightCon .itmNews .list li:hover a span {
	color: #0663b5;
}
.smRightCon .itmNews .list li a em {
	float: right;
	width: 20%;
	height: 100%;
	overflow: hidden;
	font-size: 12px;
	color: #666;
	line-height: 34px;
}


/*文章详情*/
.pg-article {
	width: 100%;
	overflow: hidden;
}
.pg-article .abtCon {
	width: 100%;
	margin-top: 30px;
	overflow: hidden;
}
.pg-article .abtCon .content p {
	font-size: 14px;
	color: #333;
	line-height: 30px;
}
.pg-article .abtCon .content img {
	max-width: 780px;
	margin: 10px 0;
}
.atcTit {
	width: 100%;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #eee;
}
.atcTit h3 {
	font-size: 24px;
	color: #333;
	line-height: 30px;
	margin-bottom: 10px;
}
.atcTit p {
	font-size: 14px;
	color: #666;
	line-height: 34px;
}

/*案例中西*/
.pg-case .caseList {
	width: 100%;
	overflow: hidden;
}
.pg-case .caseList ul {
	width: 110%;
	overflow: hidden;
}
.pg-case .caseList ul li {
	float: left;
	width: 378px;
	border: 1px solid #e4e4e4;
	margin: 0 30px 30px 0;
}
.pg-case .caseList ul li a {
	display: block;
	width: 100%;
}
.pg-case .caseList ul li a .pic {
	display: block;
	widows: 100%;
}
.pg-case .caseList ul li a .pic img {
	display: block;
	width: 378px;
	height: 300px;
	object-fit: cover;
}
.pg-case .caseList ul li a .tit {
	display: block;
	width: 100%;
	height: 48px;
	overflow: hidden;
	border-top: 1px solid #eee;
	text-align: center;
	line-height: 48px;
	font-size: 18px;
	color: #0e0e0e;
}
.pg-case .caseList ul li:hover {
	border: 1px solid #005ba8;
}
.pg-case .caseList ul li:hover .tit {
	border-top: 1px solid #005ba8;
	background: #005ba8;
	color: #fff;
}

/*产品详情*/
.pg-detail {
	width: 100%;
	overflow: hidden;
}
.pg-detail .pg_pos {
	width: 100%;
	height: 60px;
	background: #fff;
}
.pg-detail .pg_pos h3 {
	float: left;
	font-size: 24px;
	color: #222;
	line-height: 60px;
}
.pg-detail .pg_pos p {
	float: right;
	font-size: 15px;
	color: #555;
	line-height: 60px;
}
.pg-detail .dltItmInfo {
	width: 1140px;
	padding: 30px;
	margin-top: 40px;
	background: #fff;
	height: 400px;
}
.pg-detail .dltItmInfo .thumb {
	position: relative;
	float: left;
	width: 600px;
	height: 400px;
	overflow: hidden;
}
.pg-detail .dltItmInfo .thumb img {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	height: 400px;
}
.pg-detail .dltItmInfo .param {
	float: right;
	width: 480px;
	padding-top: 20px;
}
.pg-detail .dltItmInfo .param .tit {
	width: 100%;
	border-bottom: 1px solid #f3f3f3;
}
.pg-detail .dltItmInfo .param .tit h3 {
	font-size: 22px;
	color: #222222;
	line-height: 50px;
}
.pg-detail .dltItmInfo .param .desc {
	width: 100%;
	padding: 20px 0;
}
.pg-detail .dltItmInfo .param .desc span {
	display: block;
	font-size: 14px;
	color: #7a7a7a;
	line-height: 24px;
	margin-bottom: 20px;
}
.pg-detail .dltItmInfo .param .desc p {
	width: 100%;
	height: 124px;
	overflow: hidden;
	font-size: 14px;
	color: #7a7a7a;
	line-height: 24px;
}
.pg-detail .dltItmInfo .param .btnBox {
	width: 440px;
	height: 50px;
	border: 1px solid #0663b5;
	margin-top: 20px;
}
.pg-detail .dltItmInfo .param .btnBox .more {
	float: left;
	width: 40%;
	height: 100%;
	background: #0663b5;
	text-align: center;
	line-height: 50px;
	font-size: 18px;
	color: #fff;
}
.pg-detail .dltItmInfo .param .btnBox .tel {
	float: left;
	width: 60%;
	height: 100%;
	text-align: center;
	line-height: 50px;
	font-size: 22px;
	color: #222;
	text-indent: 30px;
	background: url(../images/btnBox_tel_bg.png) 28px center no-repeat;
}
.pg-detail .dltItmCon {
	width: 100%;
	margin-top: 40px;
	background: #fff;
	margin-bottom: 40px;
}
.dltItmCon .box {
	padding: 20px 40px 40px;
}
.dltItmCon .box .con_tit {
	width: 100%;
	border-bottom: 1px solid #eee;
}
.dltItmCon .box .con_tit h3 {
	font-size: 24px;
	color: #222;
	line-height: 60px;
}
.dltItmCon .box .con_content {
	width: 100%;
	margin-top: 40px;
	overflow: hidden;
}
.dltItmCon .box .con_content img {
	display: block;
	max-width: 1000px;
	margin: 0 auto;
}


/*分页*/
.pagination {width: 100%;text-align: center;overflow: hidden;padding: 10px 0;}
.pagination li {display: inline-block;height: 30px;padding: 0 10px;border: 1px solid #ccc;margin: 4px;}
.pagination li * {display: block;line-height: 30px;}
.pagination li a {display: block;width: 100%;height: 100%;}
.pagination li.active {background: #1a5b91;color: #fff;border-color: #1a5b91;}

.prevnext {width:100%;overflow:hidden;margin-top:40px;border-top:1px solid #eee;padding-top:10px;}
.prevnext li {width:100%;height:40px;}
.prevnext li a {font-size:14px;color:#333;line-height:40px;}

/*右侧悬浮*/
.rFixKf {
	position: fixed;
	right: 8px;
	top: 35%;
	width: 90px;
}
.rFixKf .conBox {
	width: 100%;
}
.rFixKf .conBox ul {
	width: 100%;
}
.rFixKf .conBox li {
	position: relative;
	width: 100%;
	height: 88px;
	background: #f1f1f1;
	margin-bottom: 2px;
}
.rFixKf .conBox li a {
	display: block;
	width: 100%;
	padding: 6px 0;
}
.rFixKf .conBox li a .icon {
	display: block;
	width: 42px;
	height: 42px;
	background: url(../images/rFixKf_icon_zx.png) no-repeat;
	margin: 5px auto;
}
.rFixKf .conBox li a span {
	display: block;
	width: 100%;
	text-align: center;
	line-height: 24px;
	font-size: 14px;
	color: #173571;
}
.rFixKf .conBox li.top {
	height: auto;
}
.rFixKf .conBox li.wx a .icon {
	background: url(../images/rFixKf_icon_wx.png) no-repeat;
}
.rFixKf .conBox li.dh a .icon {
	background: url(../images/rFixKf_icon_dh.png) no-repeat;
}
.rFixKf .conBox li.top a .icon {
	background: url(../images/rFixKf_icon_top.png) no-repeat;
}
.rFixKf .conBox li a:hover {
	background: #005ba8;
}
.rFixKf .conBox li a:hover span {
	color: #fff;
}
.rFixKf .conBox li.zx a:hover .icon {
	background: url(../images/rFixKf_icon_zx_1.png) no-repeat;
}
.rFixKf .conBox li.wx a:hover .icon {
	background: url(../images/rFixKf_icon_wx_1.png) no-repeat;
}
.rFixKf .conBox li.dh a:hover .icon {
	background: url(../images/rFixKf_icon_dh_1.png) no-repeat;
}
.rFixKf .conBox li.top a:hover .icon {
	background: url(../images/rFixKf_icon_top_1.png) no-repeat;
}
.rFixKf .conBox li.wx .pop {
	position: absolute;
	top: 0;
	right: 95px;
	display: none;
}
.rFixKf .conBox li.wx .pop img {
	display: block;
	width: 150px;
}
.rFixKf .conBox li.wx:hover .pop {
	display: block;
}
.rFixKf .conBox li.dh .pop {
	position: absolute;
	top: 0;
	right: -395px;
	width: 200px;
	height: 88px;
	background: #fff;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;

	box-shadow: #e5e5e5 0 0 12px;
	-webkit-box-shadow: #e5e5e5 0 0 12px;
	-moz-box-shadow: #e5e5e5 0 0 12px;
	-ms-box-shadow: #e5e5e5 0 0 12px;
	-o-box-shadow: #e5e5e5 0 0 12px;

	transition: all 0.6s;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-o-transition: all 0.6s;

	/*display: none;*/
}
.rFixKf .conBox li.dh .pop .box {
	padding: 15px;
}
.rFixKf .conBox li.dh .pop .box form {
	width: 100%;
	height: 32px;
	border: 2px solid #173571;
	overflow: hidden;
}
.rFixKf .conBox li.dh .pop .box form input {
	border: 0;
}
.rFixKf .conBox li.dh .pop .box form .ipt_phone {
	float: left;
	width: 145px;
	height: 32px;
	border: 0;
	text-indent: 10px;
}
.rFixKf .conBox li.dh .pop .box form .ipt_btn {
	float: right;
	width: 66px;
	height: 32px;
	background: #173571;
	font-size: 16px;
	color: #fff;
	cursor: pointer;
}
.rFixKf .conBox li.dh .pop .box span {
    font-size: 20px;
    color: #096fc8;
    font-weight: bold;
}
.rFixKf .conBox li.dh .pop .box .msg {
	font-size: 14px;
	color: #212121;
	line-height: 32px;
}
.rFixKf .conBox li.dh:hover .pop {
	right: 95px;
}


