@charset "utf-8";

/*重置*/
body,
h1,
h2,
h3,
h4,
h5,
dl,
dd,
dt,
p,
ul,
li,
ol {
	margin: 0;
	padding: 0;
}

input,
select,
form,
textarea,
button,
video {
	border: none;
	margin: 0;
	outline: none;
	padding: 0;
	appearance: none;
}

h1,
h2,
h3,
h4,
h5 {
	font-weight: normal;
}

img {
	border: none;
}

a {
	text-decoration: none;
	outline: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
}

select {
	/*-webkit-appearance:none; 去除系统默认的样式*/
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	/* 点击高亮的颜色*/
}

body,
button,
input,
select,
textarea {
	font: normal 16px/100% 'Microsoft Yahei', Arial, sans-serif;
}

li {
	list-style-type: none;
}

body {
	margin-top: 110px;
	background: none !important;
}

/*主色

蓝色：- 0075bd
红色：- e6003d


*/
.px1200 {
	width: 76%;
	margin: 2% auto;
}

.px25 {
	width: 100%;
	height: 2px;
	background: #172546;
	margin: 25px 0;
}

/*头部*/
.head {
	width: 100%;
	position: fixed;
	top: 0;
	background: #fff;
	z-index: 999;
	border-bottom: 2px solid #004098;
	background: #fff !important;
}

.head>div {
	width: 76%;
	margin: 0 auto;
	position: relative;
}

.head>div .shangb {
	width: 40%;
	float: left;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}


.head>div .shangb .sos ul {
	overflow: hidden;
	padding-bottom: 10px;
}

.head>div .shangb .sos ul img {
	float: left;
}

.head>div .shangb .sos ul li:first-child {
	padding-left: 0px;
}

.head>div .shangb .sos ul li {
	padding: 0 15px;
	float: left;
}

.head>div .shangb .sos ul li a {
	color: #172546;
	font-size: 16px;
}

.head>div .shangb .sos input {
	width: 250px;
	height: 34px;
	padding: 0 10px;
	border: solid 1px #172546;
	border-radius: 2px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	float: left;
}

.head>div .shangb .sos button {
	width: 55px;
	height: 36px;
	background: #172546;
	border: none;
	border-radius: 2px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;

}

.head>div .shangb .dianh {
	padding-left: 46px;
	background: no-repeat center left url(../images/dh.png);
	line-height: 26px;
}

.dianh img {
	width: 24px;
	margin-top: 7px;
	margin-right: 10px;
	margin-bottom: 6px;
}

.head>div .shangb .dianh p {
	font-size: 18px;
	font-weight: bold;
	color: #172546;
	padding-top: 8px;
}

.head>div .shangb .dianh h3 {
	font-size: 24px;
	font-weight: bold;
	color: #172546;
}

.logo {
	width: 100%;
}

.logo a {
	display: block;
}

.logo img {
	margin-top: 26px;
	width: 70%;
}

/*导航*/
.head>div .dh {
	width: 100%;
	height: 54px;
	float: right;
	margin-top: 4px;
}

.head>div .dh ul li {
	float: left;
	width: 14%;
	line-height: 54px;
	text-align: center;
	position: relative;

}

.head>div .dh ul li:first-child {
	border-left: none;
}

.head>div .dh ul li>a {
	display: inline-block;
	color: #000;
	line-height: 54px;
	font-size: 16px;
	position: relative;
	width: 100%;
}

.head>div .dh ul li.no>a {
	background: #fff;
}

.head>div .dh ul li>a p {
	display: inline-block;
	padding: 0 3px;


}

.head>div .dh ul li.no>a p {
	background: no-repeat center right url(../images/dh_b2.png);
	color: #172546;
	padding-right: 10px;

}

.head>div .dh ul li.no>a p:first-child {
	background: no-repeat center left url(../images/dh_b1.png);
	color: #e6003d;
	padding-left: 10px;
	padding-right: 0px;
}

.head>div .dh ul li:hover>a {
	background: #fff;
}

.head>div .dh ul li:hover>a p {
	display: inline-block;
	padding: 0 3px;


}

.head>div .dh ul li:hover>a p {
	background: no-repeat center right url(../images/dh_b2.png);
	color: #172546;
	padding-right: 10px;

}

.head>div .dh ul li:hover>a p:first-child {
	background: no-repeat center left url(../images/dh_b1.png);
	color: #e6003d;
	padding-left: 10px;
	padding-right: 0px;
}

.head>div .dh ul li dl {
	background: #fff;
	font-size: 14px;
	text-align: center;
	display: none;
	position: relative;
	z-index: 100;
	margin-top: 2px;
}

.head>div .dh ul li dl dd a img {
	vertical-align: middle;
	width: 20%;
	margin-right: 1%;
	margin-top: -2%;
}

.head>div .dh ul li dl dd {
	border-top: 1px dashed #a2a2a2;
}

.head>div .dh ul li dl dd a {
	color: #172546;
	display: block;
	line-height: 44px;
	/*border-bottom: solid 1px #d8e8f1;*/
	transition: padding-left .5s;
	-moz-transition: padding-left .5s;
	/* Firefox 4 */
	-webkit-transition: padding-left .5s;
	/* Safari and Chrome */
	-o-transition: padding-left .5s;
	/* Opera */
}

.head>div .dh ul li dl dd a:before {
	font-family: "微软雅黑";
}

.head>div .dh ul li dl dd a:hover {
	padding-left: 15px;

}

.head>div .dh ul li>a:hover {
	color: #e50012;
}

.sos ul li {
	float: left;
	line-height: 40px;
	margin-right: 6%;
}

/*banner*/
/* 本例子css */

.slideBox_banner {
	height: 700px;
	width: 100%;
	overflow: hidden;
	position: relative;
}

.slideBox_banner .hd {
	height: 40px;
	overflow: hidden;
	position: absolute;
	right: 5px;
	bottom: 5px;
	width: 100%;
	z-index: 1;
	/* margin: 0 auto; */
	text-align: center;
}

.slideBox_banner .hd ul {
	overflow: hidden;
	zoom: 1;
	display: inline-block;
}

.slideBox_banner .hd ul li {
	float: left;
	margin: 0 4px;
	width: 60px;
	height: 8px;
	border-radius: 1px;
	line-height: 14px;
	text-align: center;
	background: #fff;
	cursor: pointer;
	line-height: 100px;
	overflow: hidden;
}

.slideBox_banner .hd ul li.on {
	background: #172546;
	color: #fff;
}

.slideBox_banner .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.slideBox_banner .bd li {
	zoom: 1;
	vertical-align: middle;
}

.slideBox_banner .bd img {
	width: 100%;
	display: block;
}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox_banner .prev,
.slideBox_banner .next {
	position: absolute;
	left: 3%;
	top: 56%;
	margin-top: -25px;
	display: block;
	width: 32px;
	height: 40px;
	background: url(../images/slider-arrow.png) -110px 5px no-repeat;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.slideBox_banner .next {
	left: auto;
	right: 3%;
	background-position: 8px 5px;
}

.slideBox_banner .prev:hover,
.slideBox_banner .next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}

.slideBox_banner .prevStop {
	display: none;
}

.slideBox_banner .nextStop {
	display: none;
}

/*业务领域*/
.yw {
	width: 100%;
	/* padding-bottom: 3%; */
	/* background: #172546; */
	background: url(../images/yw-bg.jpg) no-repeat;
	background-size:cover;
	overflow: hidden;
}
.ywFilter{	
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.7);
	padding-bottom: 3%;
}

.yewu {
	padding-top: 2%;
	height: 34px;
	border-bottom: 1px dashed #ffffff52;
}

.yewubt {
	float: left;
	margin-right: 1%;
}

.yewubt h3 {
	color: #f3f3f3;
	font-size: 20px;
	font-weight: 700;
}
.yewunr ul {
	display: flex;
	justify-content: start;
}
.yewunr ul li {
	/* float: left;
	width: 10%; */
	text-align: center;
	margin: 0 6px;
}

.yewunr ul li a {
	color: #f3f3f3;
	font-size: 16px;
	display: block;
	width: 100;
	height: 34px;
}

.yewunr ul li a:hover {
	color: #e50012;
}

.clear {
	clear: both;
}

/*关于我们*/
.div_more {
	text-align: center;
	margin-top: 30px;
}

.div_more a {
	color: #0083c1;
}

.div_tittle {
	background: url(../images/1_09.png) no-repeat;
	background-position: center;
	height: 56px;
	/* padding: 30px 0px; */
}

.div_bos {
	width: 250px;
	margin: 0px auto;
}

.div_tittle .div_ico {
	width: 45px;
	min-height: 45px;
	margin-right: 20px;
	margin-left: 30px;
	float: left;
	overflow: hidden;
}

.div_tittle .div_ico img {
	width: 100%;
}

.div_tittle .div1a {
	color: #ffffff;
	font-size: 24px;
	line-height: 20px;
}

.div_tittle .div2a {
	color: #5e7091;
	font-size: 14px;
	font-weight: bold;
	margin-top: 8px;
}

.div_tittle .div3a {
	color: #e50012;
	font-size: 24px;
	font-weight: bold;
	line-height: 26px;
	padding-top: 4px;
}

/* #8d98af */
.div_tittle .div4a {
	color: #172546;
	font-size: 14px;
	text-transform: uppercase;
	margin-top: 5px;
	font-family: Arial;
}

.div_tittle .div5a {
	color: #ffffff;
	font-size: 24px;
	font-weight: bold;
	line-height: 26px;
	padding-top: 4px;
}

.div_tittle .div6a {
	color: #5e7091;
	font-size: 14px;
	text-transform: uppercase;
	margin-top: 5px;
	font-family: Arial;
}

.ss {
	margin-top: 30px;
	margin-bottom: 30px;
}

.ss ul li {
	width: 293px;
	float: left;
	margin-right: 60px;
}

.ss ul .li {
	margin-right: 0px;
}

.ss ul li a {
	display: block;
}

.ss ul li a .div1 {
	color: #333;
	font-size: 14px;
	font-weight: bold;
	-webkit-transition: none;
	-moz-transition: none;
	transition: color 0.3s linear, background-color 0.3s linear, background-image 0.3s linear;
	-moz-transition: color 0.3s linear, background-color 0.3s linear, background-image 0.3s linear;
	-webkit-transition: color 0.3s linear, background-color 0.3s linear, background-image 0.3s linear;
	-o-transition: color 0.3s linear, background-color 0.3s linear, background-image 0.3s linear;
	height: 44px;
	overflow: hidden;
}

.ss ul li a .div2 {
	color: #adadad;
	margin-top: 5px;
	-webkit-transition: none;
	-moz-transition: none;
	transition: color 0.3s linear, background-color 0.3s linear, background-image 0.3s linear;
	-moz-transition: color 0.3s linear, background-color 0.3s linear, background-image 0.3s linear;
	-webkit-transition: color 0.3s linear, background-color 0.3s linear, background-image 0.3s linear;
	-o-transition: color 0.3s linear, background-color 0.3s linear, background-image 0.3s linear;
}

.ss ul li a .div2 .p1 {
	background: url(../images/1_05.jpg) no-repeat;
	width: 12px;
	height: 12px;
	margin-top: 5px;
	margin-right: 5px;
	-moz-transform 1s;
	-webkit-transition: width 1s, height 1s, -webkit-transform 1s;
	-o-transition: width 1s, height 1s, -o-transform 1s;
}

.ss ul li a .div3 {
	margin-top: 3px;
	color: #6c6b6b;
	-webkit-transition: none;
	-moz-transition: none;
	transition: color 0.3s linear, background-color 0.3s linear, background-image 0.3s linear;
	-moz-transition: color 0.3s linear, background-color 0.3s linear, background-image 0.3s linear;
	-webkit-transition: color 0.3s linear, background-color 0.3s linear, background-image 0.3s linear;
	-o-transition: color 0.3s linear, background-color 0.3s linear, background-image 0.3s linear;
	height: 66px;
	overflow: hidden;
}

.ss ul li:hover a .div1 {
	color: #004098;
	-webkit-transition: none;
	-moz-transition: none;
	transition: color 0.3s linear, background-color 0.3s linear, background-image 0.3s linear;
	-moz-transition: color 0.3s linear, background-color 0.3s linear, background-image 0.3s linear;
	-webkit-transition: color 0.3s linear, background-color 0.3s linear, background-image 0.3s linear;
	-o-transition: color 0.3s linear, background-color 0.3s linear, background-image 0.3s linear;
}

.ss ul li:hover a .div2 {
	color: #004098;
	-webkit-transition: none;
	-moz-transition: none;
	transition: color 0.3s linear, background-color 0.3s linear, background-image 0.3s linear;
	-moz-transition: color 0.3s linear, background-color 0.3s linear, background-image 0.3s linear;
	-webkit-transition: color 0.3s linear, background-color 0.3s linear, background-image 0.3s linear;
	-o-transition: color 0.3s linear, background-color 0.3s linear, background-image 0.3s linear;
}

.ss ul li:hover a .div2 .p1 {
	background: url(../images/1_05a.jpg) no-repeat;
	transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-o-transform: rotate(360deg);
}

.ss ul li:hover a .div3 {
	color: #004098;
	-webkit-transition: none;
	-moz-transition: none;
	transition: color 0.3s linear, background-color 0.3s linear, background-image 0.3s linear;
	-moz-transition: color 0.3s linear, background-color 0.3s linear, background-image 0.3s linear;
	-webkit-transition: color 0.3s linear, background-color 0.3s linear, background-image 0.3s linear;
	-o-transition: color 0.3s linear, background-color 0.3s linear, background-image 0.3s linear;
}

.dd {
	background: #f6f2eb;
	height: 131px;
	width: 1800px;
	margin-left: -900px;
	left: 50%;
	position: relative;
	display: none;
}

.dd .div1 {
	text-align: center;
	color: #222222;
	font-size: 18px;
	font-weight: bold;
	padding-top: 32px;
}

.dd .div2 {
	width: 112px;
	height: 24px;
	line-height: 24px;
	border: 1px solid #a38d5c;
	font-weight: bold;
	margin: 0 auto;
	margin-top: 20px;
}

.dd .div2 a {
	display: block;
	padding-left: 12px;
	background: url(../images/1_07.png) 96px center no-repeat;
	color: #a38d5c
}

.dd .div2 a:hover {
	background: url(../images/1_07.png) 96px center no-repeat #fff;
	color: #2d71b8
}

.ff {
	background: url(../images/1_08.jpg) no-repeat;
	background-size: 100% 100%;
	position: relative;
	width: 1800px;
	left: 50%;
	margin-left: -900px;
	height: 450px;
	padding-top: 33px;
}

.ff #show1 {
	padding-left: 29px;
	margin-top: 20px;
}

.ff #show1 .tag_tit {
	border-bottom: 1px solid #5d7299;
}

.ff #show1 .tag_tit dl dd {
	float: left;
	font-size: 18px;
	color: #d3d3d3;
	margin-right: 41px;
	background: url(../images/1_10.png) left bottom no-repeat;
	width: 85px;
	padding-bottom: 23px;
	font-weight: bold;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	cursor: pointer;
}

.ff #show1 .tag_tit dl .on {
	background: url(../images/1_10.png) right bottom no-repeat;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}

.ff #show1 .div_ser1bg2 {
	margin-top: 31px;
}

.ff #show1 .div_ser1bg2 .div1 {
	width: 517px;
	border-right: 1px dotted #667ba0;
	height: 211px;
	padding-right: 0px;
	color: #fff;
	line-height: 40px;
	font-size: 12px;
	overflow: hidden;
}

.ff #show1 .div_ser1bg2 .div2 {
	width: 100%;
}

.ff #show1 .div_ser1bg2 .div1 a {
	display: block;
	float: left;
	width: 159px;
	background: url(../images/1_11.png) no-repeat left center;
	padding-left: 20px;
	color: #e5e8ed;
	line-height: 35px;
}

.ff #show1 .div_ser1bg2 .div2 a {
	display: block;
	float: left;
	width: 159px;
	background: url(../images/1_11.png) no-repeat left center;
	padding-left: 20px;
	color: #e5e8ed;
	line-height: 35px;
}

.ff #show1 .div_ser1bg2 .div2 a:hover {
	background: url(../images/1_11a.png) center left no-repeat;
	color: #fff;
}

.ff #show1 .div_ser1bg2 .div3 a {
	line-height: 27px;
}

/*<!-- 内容-快捷导航 -->*/

.kuaij_dh {
	position: relative;
	/* padding: 35px 0; */
	overflow: hidden;
	/* border-bottom: solid 1px #ededed; */
}

.kuaij_dh .ul_q {
	width: 100%;
	float: left;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.tuandui ul li {
	width: 31%;
	margin: 0 1%;
	float: left;
}

.kuaij_dh .ul_q a {
	display: block;
	background: #ededed;
	text-align: center;
	color: #666666;
}

.kuaij_dh .ul_q a:hover {
	background: #172546;
	color: #fff;
}

.kuaij_dh .ul_q p {
	overflow: hidden;
	height: 460px;
}

.kuaij_dh .ul_q p img {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	width: 100%;
	height: 100%;
}

.kuaij_dh .ul_q a:hover p img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.kuaij_dh .ul_q span {
	font-size: 14px;
	line-height: 55px;
}

.kuaij_dh .tongz {
	width: 380px;
	height: 306px;
	overflow: hidden;
	float: right;
}

.slideTxtBox_notice {
	width: 380px;
	text-align: left;
}

.slideTxtBox_notice .hd {
	height: 30px;
	line-height: 30px;
	padding: 0 0px 0 20px;
	position: relative;
}

.slideTxtBox_notice .hd ul {
	float: left;
	position: absolute;
	left: 20px;
	top: -1px;
	height: 32px;
}

.slideTxtBox_notice .hd ul li {
	float: left;
	cursor: pointer;
	color: #717272;
	font-size: 22px;
}

.slideTxtBox_notice .hd ul span {
	font-size: 22px;
	display: inline-block;
	float: left;
	color: #909090;
	padding: 0 20px;
}

.slideTxtBox_notice .hd ul li.on {
	height: 30px;
	color: #172546;
}

.slideTxtBox_notice .bd ul {
	padding: 15px 0 15px 15px;
	zoom: 1;
	position: relative;
}

.slideTxtBox_notice .bd li {
	height: 38px;
	line-height: 38px;
}

.slideTxtBox_notice .bd li a {
	color: #717272;
	font-size: 15px;
}

.slideTxtBox_notice .bd li a:hover {
	color: #172546;
}

.slideTxtBox_notice .bd li a:before {
	content: ">";
	margin-right: 5px;
	font-family: "微软雅黑";
}

.slideTxtBox_notice .bd ul>.more {
	position: absolute;
	bottom: -15px;
	right: 0;
	font-size: 18px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.slideTxtBox_notice .bd ul>.more a {
	color: #172546;

}

.slideTxtBox_notice .bd ul>.more:hover {
	right: 5px;

}

.slideTxtBox_notice .bd li .date {
	float: right;
	color: #999;
}



.slideTxtBox_notice .bd ul .lianx {
	line-height: 30px;
	font-size: 16px;
	padding: 15px 0;
	color: #868686;
}

.slideTxtBox_notice .bd ul .lianx span {
	color: #4399ce;
}

.kuaij_dh1 ul {
	overflow: hidden;
	padding: 30px 0;
}

.kuaij_dh1 ul li {
	width: 200px;
	height: 110px;
	background: #172546;
	float: left;

}

.kuaij_dh1 ul li:nth-child(2n) {
	background: #ededed;
}

.kuaij_dh1 ul li a {
	padding: 22px 0;
	display: block;
	font-size: 20px;
	color: #fff;
	line-height: 40px;
	text-align: center;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.kuaij_dh1 ul li a:hover {
	line-height: 50px;
}

.kuaij_dh1 ul li:nth-child(2n) a {
	color: #5b5b5b;
}

.kuaij_dh1 ul li img {
	margin: 0 auto;
	display: block;
}

/*全屏图片快捷通道*/


.zsu {
	width: 100%;
	margin: 0;
	overflow: hidden;
}

.zsu .imgLeft {
	width: 50%;
	float: left;
	height: 450px;
}

.zsu .imgLeft h2 {
	position: absolute;
	left: 10px;
	bottom: 10px;
	color: #fff;
}

.zsu .imgLeft a {
	color: #fff;
	position: absolute;
	top: 0px;
	width: 100%;
	height: 100%;
	display: none;
	background: rgba(0, 0, 0, .5);

}

.zsu .imgLeft a p {
	text-align: center;
	font-size: 16px;
	line-height: 30px;
	padding-top: 30%;

}


.zsu .imgLeft a p span {
	font-size: 22px;
	display: block;
}

.zsu .imgLeft .daImg {
	float: left;
	position: relative;
	width: 50%;
	height: 100%;
	overflow: hidden;

}


.zsu .imgLeft .daImg img {
	width: 100%;
	height: 100%;
}

.zsu .imgLeft .xiaoImg {
	width: 50%;
	float: left;
	height: 100%;
}

.zsu .imgLeft .xiaoImg .xiao1 {
	position: relative;
	height: 50%;
	overflow: hidden;
}

.zsu .imgLeft .xiaoImg .xiao2 {
	position: relative;
	height: 50%;
	overflow: hidden;
}

.zsu .imgLeft .xiaoImg a {
	position: absolute;
	bottom: 0px;
}

.zsu .imgLeft .xiaoImg img {
	width: 100%;
	height: 100%;
}

.zsu .imgLeft .xiaoImg .xiao1 a p,
.zsu .imgLeft .xiaoImg .xiao2 a p {
	padding-top: 10%;
}

.zsu .imgLeft .daImg:hover a {
	display: block;
}

.zsu .imgLeft .daImg:hover h2 {
	display: none;
}

.zsu .imgLeft .xiaoImg .xiao1:hover a {
	display: block;
}

.zsu .imgLeft .xiaoImg .xiao2:hover a {
	display: block;
}

.zsu .imgLeft .xiaoImg .xiao1:hover h2 {
	display: none;
}

.zsu .imgLeft .xiaoImg .xiao2:hover h2 {
	display: none;
}

@media (min-width: 1900px) {
	.zsu .imgLeft {
		height: 360px;
	}

}

@media only screen and (max-width: 1210px) {
	.zsu {
		width: 100%;
		margin: 0;
		overflow: hidden;
	}

}


@media only screen and (max-width: 1190px) {
	.zsu {
		width: 1200px;
		margin: 0 auto;
		overflow: hidden;
	}

}

.bj_huaw {
	height: 35px;
	padding-top: 8px;
	width: 100%;
	background: repeat-x url(../images/huaw.jpg);
}

.bj_huaw1 {
	height: 35px;
	padding-bottom: 8px;
	width: 100%;
	background: repeat-x url(../images/huaw1.jpg);
}

/*新闻*/
.newsTop {
	overflow: hidden;
}

.newsTop .left {
	width: 46%;
	float: left;
	padding-right: 70px;
	border-right: solid 1px #e0e0e0;
}

.newsTop .left>div {
	padding: 12px 0;
	overflow: hidden;
	border-bottom: 1px dashed #c1c1c1;
}

.newsTop .left>div h2 {
	height: 22px;
	font-size: 22px;
	padding-left: 8px;
	border-left: solid 2px #172546;
	line-height: 22px;
	color: #172546;
	float: left;
}

.newsTop .left>div a {
	color: #0476c7;
	line-height: 24px;
	font-size: 16px;
	float: right;
}

.newsTop .left ul {
	padding: 10px 0;

}

.newsTop .left ul a {
	color: #7a7b7b;
	font-size: 15px;
	line-height: 36px;
}

.befo a:before {
	content: ">";
	margin-right: 5px;
	font-family: "微软雅黑";
}

.befo1 a:before {
	content: "";
}

.newsTop .left ul a:hover {
	color: #172546;
}

.newsTop .left ul a p {
	display: inline-block;
}

.newsTop .left ul a span {
	float: right;
	color: #717272;
}

.ship {
	padding: 20px 0px 0 0px;

}

.ship>.bt {
	padding: 2px 0 8px 0;
	overflow: hidden;
	border-bottom: solid 1px #d9dadb;
}

.ship>.bt h2 {
	height: 22px;
	font-size: 22px;
	padding-left: 8px;
	border-left: solid 2px #172546;
	line-height: 22px;
	color: #172546;
	float: left;
}

.ship>.bt a {
	color: #b6b6b6;
	line-height: 24px;
	font-size: 18px;
	float: right;
}

.shipN {
	padding: 20px 0 0 0;
	overflow: hidden;
}

.shipN .left img {
	width: 600px;
	height: 344px;
}

.shipN .left {
	width: 600px;
	float: left;
	position: relative;
	text-align: center;
}

.shipN .left span {
	background: #172546;
	display: inline-block;
	padding: 15px 30px;
	width: 430px;
	height: 50px;
	position: relative;
	bottom: 50px;
	font-size: 18px;
	text-align: left;
	line-height: 26px;
	color: #fff;
}

.lsdt {
	width: 100%;
	float: right;
}

.lsdt ul li {
	width: 100%;
}

.lsdt ul li a {
	width: 100%;
	margin-bottom: 2%;
	height: 104px;
}

.lsdt ul li a:hover {
	background: #e8e8e8;
}

.lsdt ul li img {
	float: left;
	margin-right: 2%;
	width: 24%;
	height: 100%;
}

.right {
	width: 100%;

}

.right li {
	overflow: hidden;
	margin-bottom: 9px;
}

.right dt {
	float: left;
	width: 184px;
	height: 117px;
	margin-right: 18px;
}

.right dd {
	line-height: 40px;
	font-size: 18px;
	color: #494949;
}

.right dd:hover {
	color: #172546;
}

.right span {
	line-height: 30px;
	color: #858585;
}

.right li:hover {
	background: #ececec;
}

.dtAn {
	width: 18px;
	padding: 10px 10px 4px 10px;
	height: 145px;
	font-size: 18px;
	text-align: center;
	color: #fff;
	float: right;
	line-height: 25px;
	background: #172546 no-repeat bottom 4px center url(../images/dtgz.png);
}

.dtAn a {
	color: #fff;
}

/**/

.picScroll-left {
	width: 1140px;
	height: 160px;
	overflow: hidden;
	position: relative;
}

.picScroll-left .bd {}

.picScroll-left .bd ul {
	overflow: hidden;
	zoom: 1;
}

.picScroll-left .bd ul li {
	margin: 0 5px;
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
}

.picScroll-left .bd ul li .pic {
	text-align: center;
}

.picScroll-left .bd ul li .pic img {
	width: 280px;
	height: 160px;
	display: block;
}

.picScroll-left .bd ul li .pic a:hover img {
	border-color: #999;
}

.picScroll-left .bd ul li .title {
	line-height: 24px;
}



/*footer*/
.footerBeiJ {
	height: 505px;
	background: no-repeat bottom center url(../images/imgFooter.png);
	position: relative;
	overflow: hidden;
}

.ditu_t ul {
	padding: 70px 0;
	overflow: hidden;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.ditu_t ul li p {
	width: 275px;
	height: 175px;
	overflow: hidden;
}

.ditu_t ul li p img {
	width: 275px;
	height: 175px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.ditu_t ul li:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.ditu_t ul li {
	position: relative;
	height: 175px;
}

.ditu_t ul li span {
	background: rgba(0, 117, 189, 0.8);
	height: 45px;
	width: 100px;
	padding-left: 40px;
	position: absolute;
	bottom: 20px;
	line-height: 45px;
	color: #fff;
	font-size: 16px;
	left: 0;
	transition: width .3s;
	-moz-transition: width .3s;
	/* Firefox 4 */
	-webkit-transition: width .3s;
	/* Safari and Chrome */
	-o-transition: width .3s;
	/* Opera */
}

.ditu_t ul li:hover span {
	width: 235px;
}

.footerZd {
	width: 100%;
	background: #172546;
	height: 200px;
	position: relative;
	bottom: 0px;
}

.footerZd .footerLogo {
	float: left;
	padding: 7px 0;
	width: 58%;

}

.dibu {
	width: 100%;
	line-height: 24px;
	background: #172546;
	border-top: 1px solid #516694;
	color: #fff;
	s
}

.dibunr {
	text-align: center;
	font-size: 14px;
	width: 76%;
	margin: 0 auto;
	padding: 1% 0;
	color: #dcdcdc;
}

.dibunr a {
	color: #dcdcdc;
}

.dibunr a:hover {
	color: #efd100;
}

.footerLogo ul li {
	float: left;
	text-align: center;
	width: 16%;
}

.footerLogo ul li a {
	color: #dcdcdc;
	text-align: center;
}

.footerLogo ul li h3 {
	color: #dcdcdc;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
}

.dbdh ul li {
	float: none;
	font-size: 14px;
	line-height: 22px;
	width: 100%;
}

.dbdh ul li a:hover {
	color: #efd100;
}

.footerZd .lianxDiz {
	float: left;
	padding: 16px 0;
	width: 274px;
	font-size: 14px;
}

.lianxDiz {
	float: left;
	padding: 16px;
	font-size: 14px;
	text-align: left;
}

.footerZd .lianxDiz p {
	color: #dcdcdc;
	line-height: 25px;
	/* background: no-repeat left center url(../images/tubiao1.png); */
	/* padding-left: 16px; */
	float: left;
}

.lianxDiz p {
	color: #000;
	line-height: 25px;
	/* background: no-repeat left center url(../images/tubiao1.png); */
	/* padding-left: 14px; */
	float: left;
}

.footerZd .lianxDiz p.p0 {
	background: no-repeat left center url(../images/meial.png);
	padding-left: 17px;
}

.footerZd .lianxDiz p.p1 {
	background: no-repeat left center url(../images/tubiao2.png);
	padding-left: 20px;
}

.lianxDiz p.p1 {
	background: no-repeat left center url(../images/tubiao2.png);
	padding-left: 18px;
}

.lianxDiz p.p0 {
	background: no-repeat left center url(../images/meial.png);

}

.footerZd .lianxDiz p.p2 {
	background: no-repeat left center url(../images/tubiao3.png);
}

.lianxDiz p.p2 {
	background: no-repeat url(../images/tubiao3.jpg);
}

.footerZd .yq {
	float: right;
	width: 210px;
	height: 38px;
	border: solid 1px #b8b8bb;
	margin-top: 40px;
	position: relative;
	border-radius: 3px;
}

.footerZd .yq p {
	line-height: 40px;
	color: #dcdcdc;
	font-size: 16px;
	padding: 0 10px;
	cursor: pointer;
	background: no-repeat right 10px center url(../images/footerJt.png);
}

.footerZd .yq .xl {
	position: absolute;
	bottom: 38px;
	width: 210px;
	background: #fff;
	border-radius: 3px;
	z-index: 1;
	display: none;
}

.footerZd .yq .xl a {
	display: block;
	line-height: 20px;
	padding: 3px 10px;
	color: #666;
}

.footerZd .yq .xl a:hover {
	color: #172546;
}

.beian {
	width: 100%;
	height: 55px;
	border-top: solid 1px #4c777c;
	position: absolute;
	bottom: 0px;
	line-height: 40px;
	color: #b8b8bb;
}

.pages {
	text-align: right;
	margin-top: 20px;
	padding-bottom: 10px;
}

.pages span {
	background: #4078f9;
	color: #fff;
}

.pages a {
	color: #4078f9;
	padding: 5px 8px;
	border: none;
	margin: 0 0 0 5px;
}

.pages span {
	padding: 5px 8px;
	border: none;
	margin: 0 0 0 5px;
}

.pages a:hover {
	background: #4078f9;
	color: #fff;
}


.ftly {
	width: 373px;
	margin-right: 95px;
	float: left;
}

.ftly h1 {
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 14px;
	letter-spacing: 0px;
	color: #ffffff;
}

.ftly #data_form {
	margin-top: 24px;
}

.ftly #data_form input {
	height: 36px;
	background-color: #ffffff;
	border-radius: 5px;
	outline: none;
	border: none;
	padding-left: 13px;
	font-size: 14px;
	line-height: 36px;
	color: #898989;
	float: left;
	margin-bottom: 19px;
}

.ftly #data_form #name {
	width: 162px;
	height: 36px;
	margin-right: 19px;
}

.ftly #data_form #contact {
	width: 162px;
	height: 36px;
}

.ftly #data_form #content {
	width: 343px;
	height: 112px;
	background-color: #ffffff;
	border-radius: 5px;
	outline: none;
	padding: 13px;
	border: none;
	font-size: 14px;
	line-height: 2;
	color: #898989;
	margin-bottom: 27px;
}

.ftly #data_form .btn {
	width: 139px;
	height: 43px;
	float: left;
	background-color: #b28850;
	border-radius: 5px;
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 43px;
	letter-spacing: 0px;
	color: #ffffff;
	padding: 0;
	margin-bottom: 0;
}

.ftly #data_form #checkcode {
	width: 105px;
	height: 43px;
	border-radius: 0;
	margin-left: 10px;
	margin-bottom: 0;
}

.ftly #data_form .code_img {
	margin-left: 0;
	margin-bottom: 0;
	cursor: pointer;
	float: left;
}

.clear {
	clear: both;
}

.fl_lis {
	float: left;
	width: 400px;
}

.fl_lis li {
	float: left;
	width: 100px;
	margin-right: 50px;
	margin-bottom: 25px;
}

.fl_lis a {
	line-height: 40px;
	color: #fff;
}

.footerZd {
	padding-bottom: 5px;
	padding-top: 1px;
}

.footerZd .lianxDiz p {
	margin-bottom: 30px;
}
/* 业务领域 */
.section4 {
  background1: #C10000;
  padding: 1rem 0;
  
}
.section4 .owl-section4{
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
}
.section4 .item {
  width: 22%;

  padding-left: 15px;

  padding-right: 15px;

  /* float: left; */

  text-align: center;

  border: 0px solid #d9d9d9;
  height: 420px;

}

.container {
  width: 100% !important;
}

.section4 .item .item_con:hover .btns a:hover {
  background: #fff;
  color: #e50012;
}
.section4 .item .item_con {
  padding: 20px;

  /* background: url(../images/more.png) no-repeat right bottom #fff; */
  background: #fff;
  margin-top: .8rem;

  transition: all ease .2s;

  border: 1px solid #d9d9d9;

  border-radius: 10px;

  cursor: pointer;
  height: 78%;
  overflow: hidden;

}
.section4 .item .item_con span[class^="img_wrap"] {
  display: inline-block;
  width: 100%;
  height: 50px;
  background-size: auto 100%;
}
.section4 .item .item_con h1 {
  font-size: 24px;
  font-weight: bold;
  color: #172546;
  margin-top: .5rem;
}
.section4 .item .item_con .item_txt {
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 10px;
  height1: 50px;
  line-height: 200%;
}
.section4 .item .item_con .btns {
  height: 4rem;
}
.section4 .item .item_con .btns a {
  font-size: 16px;
  font-weight: bold;
  width: 80%;
  padding: 8px 0;
  display: block;
  border: 1px solid #e50012;
  border-radius: 5px;
  margin: 10px auto;
  color: #172546;
}


/* pc_pop */
.pc_pop {
    position: fixed;
    right: 25px;
    top: 50%;
    z-index: 299;
    transform: translateY(-60%);
}

.pc_pop_box {
    padding: 10px;
    width: 80px;
    background: #ffffff;
    box-shadow: 0px 0px 20px 0px rgba(151, 96, 5, 0.23);
    border-radius: 10px;
}

.pc_pop_box>div,
.pc_pop_box>a {
    position: relative;
    padding: 15px 0 10px;
    display: block;
    height: 80px;
    width: 80px;
    border-radius: 6px;
    cursor: pointer;
    transition: all .2s;
}

.pc_pop_box>div>img,
.pc_pop_box>a>img {
    margin: 0 auto;
    display: block;
}

.pc_pop_box>div>p,
.pc_pop_box>a>p {
    margin-top: 5px;
    font-size: 14px;
    color: #333333;
    text-align: center;
}

.pc_pop_form_icon {
    width: 36px;
    height: 36px;
}

.pc_pop_zx::after {
    content: '1';
    position: absolute;
    top: 10px;
    right: 14px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #E60012;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    line-height: 18px;
}

.pc_pop_zx_icon {
    width: 33px;
    height: 34px;
}

.pc_pop_show {
    position: absolute;
    top: 9px;
    left: -240px;
    padding-left: 20px;
    box-sizing: border-box;
    display: none;
    width: 240px;
    height: 120px;
    /*background: url({:config('template.skin')}/images/pc_pop_tel_bg.png) no-repeat;
    background-size: auto 100%;*/
    background: rgba(229,50,44,.5);
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
    line-height: 60px;
}

.pc_pop_tel_icon {
    width: 38px;
    /* height: 30px; */
}

.pc_pop_top_box {
    margin-top: 10px;
    display: none;
}

.pc_pop_top_icon {
    width: 26px;
    height: 26px;
}

/* pc_pop结束 */


.pc_tc_bg {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 499;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    overflow: hidden;
    display: none;
}

.pc_tc {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    padding: 40px 75px 55px;
    background: #ffffff;
    border-radius: 10px;
    display: none;
}

.pc_tc_close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 22px;
    height: 22px;
    cursor: pointer;
}

.pc_tc_title {
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    text-align: center;
}

.pc_tc_p {
    font-size: 20px;
    color: #333333;
    text-align: center;
}

.pc_tc_p>span {
    color: #E60012;
}

.pc_tc_name,.pc_tc_tel {
    padding-left: 20px;
    display: block;
    box-sizing: border-box;
    width: 365px;
    height: 57px;
    background: #EEEEEE;
    border: none;
    outline: none;
    font-size: 16px;
}

.pc_tc_name {
    margin-top: 30px;
}

.pc_tc_tel {
    margin-top: 20px;
}

.pc_tc_btn {
    margin-top: 20px;
    display: block;
    width: 365px;
    height: 57px;
    background: #e5322c;
    border: none;
    outline: none;
    font-size: 20px;
    color: #ffffff;
}
.pc_pop_box > div:hover{
	/* background: #e5322c!important; */
}
.pc_team_sub_title{
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
  font-size: 16px;
  line-height: 26px;
  color: #666;
  font-weight: normal;
  padding-top: 15px;
  text-indent: 2em;
}
.pc_ewm_show {
  position: absolute;
  top: -50px;
  left: -210px;
  padding-left: 20px box-sizing: border-box;
  display: none;
  width: 180px;
  height: 180px;
}
/* pc结束 */