
*, *:before, *:after {
	margin: 0;
	padding: 0;
	font-style: normal;
	list-style: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
html, body {
	-webkit-touch-callout: none;
	-webkit-text-size-adjust: none;
	width: 100%;
	/*height: 100%;*/
}
html {
	overflow-x: hidden;
}
body {
	font-size: 14px;
	color: #333;
	line-height: normal;
	font-family: Microsoft Yahei, "Helvetica", "STHeitiSC-Light", "Arial", sans-serif;
	background: #fff;
	-webkit-font-smoothing: antialiased;
}
a {
	color: #333;
	text-decoration: none;
	cursor: pointer;
	transition: all 0.3s;
}
a:hover {
	color: #3e8bcc;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: auto;
}
h1, h2, h3, h4, h5, h6 {
	/*font-size: 100%;*/
	font-weight: normal;
}
em, i {
	font-style: normal;
}
img {
	vertical-align: middle;
}
input, select, textarea {
	font-family: Microsoft Yahei, "Helvetica", "STHeitiSC-Light", "Arial", sans-serif;
	font-size: 14px;
}
textarea {
	overflow: auto;
}
input:focus, textarea:focus, button:focus, select:focus {
	outline: 0;
}
input::-ms-clear {
 display: none;
}
input[type="text"], input[type="button"], input[type="submit"], textarea {
	-webkit-appearance: none;
}
.clearfix, .clear:after, .container:after {
	width: 100%;
	clear: both;
	/*line-height: 0;  冲突 修改*/
	display: block;
	/*overflow: hidden;
	zoom: 1;
	font-size: 0; 
	content: '.'; 冲突 修改*/
}
.right {
	text-align: right;
	color: #666;
}
.container {
	width: 100%;
	max-width: 1220px;
	margin: 0 auto;
	/*padding: 0 10px; 冲突 修改*/
	position: relative;
}
/* header */
header .top {
	background: #4B98CC;
	font-size: 0;
}
header .top ul {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	height: 44px;
}
header .top ul li {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	font-size: 13px;
}
header .top ul li img {
	margin-right: 5px;
	height: 16px;
	width: auto;
}
header .top ul li a {
	cursor: default;
	color: #ffffff;
}
header .top ul li a:hover {
	color: #000;
}
header .top ul li.on a {
	font-weight: bold;
	color: #3e8bcc;
}
header .head .container {
	height: 110px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
header .head .container:after {
	display: none;
}
header .head .logo img {
	height: 70px;
	width: auto;
}
header .head .logo-text {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-size: 20px;
	color: #4a4a4a;
	font-weight: 300;
	padding: 20px 0 0 10px;
}
header .head .tel {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	line-height: 1;
}
header .head .tel .iconfont {
	color: #337ab7;
	font-size: 50px;
	margin-right: 5px;
}
header .head .tel p {
	font-size: 16px;
	color: #7c7c7c;
}
header .head .tel p em {
	padding: 5px 0 0 0;
	display: block;
	overflow: hidden;
	font-size: 30px;
	color: #337ab7;
	font-family: 'Impact';
	letter-spacing: 1px;
}
header .head .navbut {
	display: none;
}
header nav {
	background: #3e8bcc;
}
header nav .container {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
header nav .container:after {
	display: none;
}
header nav .logo {
	display: none;
}
header nav .fuwu {
	width: 235px;
	position: relative;
	z-index: 99;
	cursor: default;
}
header nav .fuwu .b-tit {
	background: #4B98CC;
	padding: 0 20px;
	color: #fff;
	font-size: 18px;
	line-height: 58px;
}
header nav .fuwu > ul {
	position: absolute;
	left: 0px;
	top: 100%;
	height: 450px;
	width: 100%;
	background-color: rgba(0, 135, 182, 0.6);
}
header nav .fuwu > ul > li {
	position: relative;
}
header nav .fuwu > ul > li > a {
	display: block;
	overflow: hidden;
	height: 75px;
	line-height: 75px;
	padding: 0 0 0 20px;
	color: #fff;
	border-bottom: 1px solid rgba(242, 242, 242, 0.1);
	position: relative;
}
header nav .fuwu > ul > li > a:before {
	position: absolute;
	right: 12px;
	top: 0px;
	content: "\e601";
	font-family: "iconfont" !important;
	font-size: 12px;
	display: none;
}
header nav .fuwu > ul > li .sub {
	display: none;
	position: absolute;
	left: 100%;
	top: 0px;
	background: #fff;
	padding: 0 40px 30px 30px;
	width: 620px;
}
header nav .fuwu > ul > li .sub:before {
	content: "";
	position: absolute;
	right: 100%;
	top: 31px;
	width: 0;
	height: 0;
	border-top: 7px solid transparent;
	border-right: 7px solid #fff;
	border-bottom: 7px solid transparent;
}
header nav .fuwu > ul > li .sub .tit {
	padding: 25px 0 20px 0;
	border-bottom: 1px solid #eee;
	overflow: hidden;
}
header nav .fuwu > ul > li .sub .tit span {
	border-left: 2px solid #8a8a8a;
	font-size: 16px;
	padding: 0 0 0 15px;
	overflow: hidden;
	line-height: 1;
}
header nav .fuwu > ul > li .sub ul {
	padding: 5px 0 0 0;
	overflow: hidden;
}
header nav .fuwu > ul > li .sub ul li {
	float: left;
	width: 33.3333333333333%;
	margin-top: 5px;
}
header nav .fuwu > ul > li .sub ul li a {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1.1;
	color: #666;
	border-bottom: 1px solid #eee;
	line-height: 40px;
	padding: 0 5px;
}
header nav .fuwu > ul > li .sub ul li a:hover {
	border-left-color: #3e8bcc;
	color: #3e8bcc;
}
header nav .fuwu > ul > li.drop > a:before {
	display: block;
}
header nav .fuwu > ul > li:hover > a {
	background-color: rgba(0, 0, 0, 0.5);
}
header nav .nav {
	display: block;
}
header nav .nav li {
	float: left;
	position: relative;
	z-index: 99;
	line-height: 58px;
	color: #fff;
}
header nav .nav li > a {
	color: #fff;
	font-size: 16px;
	padding: 0 20px;
	display: block;
	overflow: hidden;
}
header nav .nav li > a:before {
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background: #4B98CC;
	/*倾斜导航背景transform: skew(-20deg);*/
	z-index: -1;
	opacity: 0;
	transition: all 0.3s;
}
header nav .nav li .iconfont {
	display: none;
}
header nav .nav li .sub {
	display: none;
	position: absolute;
	left: -10px;
	top: 100%;
	min-width: 100%;
	background: rgba(75, 152, 204, 0.8);
	white-space: nowrap;
	line-height: 40px;
}
header nav .nav li .sub a {
	display: block;
	overflow: hidden;
	padding: 0 30px;
	color: #fff;
	min-width: 230px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
header nav .nav li .sub a:hover {
	background: #3e8bcc;
}
header nav .nav li:hover > a:before {
	opacity: 1;
}
header nav .nav li:first-child:before {
	display: none;
}
.search {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	width: 195px;
}
.search input[type='text'] {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: 0;
	height: 35px;
	padding: 0 10px;
	background: #fff;
	border: 0;
	font-size: 13px;
}
.search button {
	width: 35px;
	height: 35px;
	border: 0;
	background: #4B98CC;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	line-height: 1;
	transition: all 0.3s;
}
.search button:hover {
	background: #0087b6;
}
header nav.cur {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	z-index: 999;
}
header nav.cur ul li {
	font-size: 12px;
}
header nav.cur .logo {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	height: 58px;
	padding: 0 20px 0 0;
	position: relative;
}
header nav.cur .logo img {
	height: 42px;
	width: auto;
	position: relative;
	z-index: 1;
}
header nav.cur .logo:before {
	content: "";
	position: absolute;
	right: 0px;
	top: 0px;
	height: 100%;
	width: 80px;
	background: #ffffff;
}
header nav.cur .fuwu {
	display: none;
}
/* footer */
footer .heng {
	background: #f5f5f5;
}
footer .heng ul {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	height: 120px;
}
footer .heng ul li {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
footer .heng ul li .iconfont {
	margin-right: 20px;
	width: 70px;
	height: 70px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	background: #3e8bcc;
	color: #fff;
	font-size: 40px;
	border-radius: 50%;
}
footer .heng ul li .text {
	font-size: 12px;
	line-height: 1;
}
footer .heng ul li .text span {
	font-size: 18px;
	display: block;
	overflow: hidden;
	padding: 0 0 10px 0;
}
footer .heng ul li .text p {
	color: #9f9f9f;
}
footer .link {
	padding: 35px 0 0 0;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
footer .link ul {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: 0;
}
footer .link ul li {
	float: left;
	margin-right: 20px;
}
footer .link ul li a {
	color: #7e7e7e;
}
footer .link ul li a:hover {
	color: #3e8bcc;
}
footer .backtop {
	position: relative;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	margin: 20px 0;
}
footer .backtop:before {
	content: "";
	position: absolute;
	left: 0px;
	top: 50%;
	width: 100%;
	height: 1px;
	background: #eee;
}
footer .backtop .iconfont {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: #4B98CC;
	color: #fff;
	font-size: 40px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	z-index: 1;
	position: relative;
	cursor: pointer;
	transition: all 0.3s;
}
footer .backtop .iconfont:hover {
	transform: rotate(360deg);
	background: #3e8bcc;
}
footer .box {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
footer .box .logo {
	text-align: center;
	overflow: hidden;
	width: 250px;
}
footer .box .logo img {
	max-width: 100%;
	height: auto;
}
footer .box .nav dt {
	font-size: 16px;
	font-weight: bold;
	color: #3e8bcc;
	padding: 0 0 5px 0;
}
footer .box .nav dd a {
	font-size: 12px;
	line-height: 30px;
	display: block;
	overflow: hidden;
	color: #808080;
}
footer .box .nav dd a:hover {
	color: #3e8bcc;
}
footer .box .ewm {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	color: #7e7e7e;
	line-height: 2.4;
}
footer .box .ewm img {
	height: 135px;
	width: auto;
	margin-right: 15px;
}
footer .copy {
	text-align: center;
	padding: 20px 0 30px 0;
	line-height: 1.8;
	color: #7e7e7e;
}
footer .copy a {
	color: #7e7e7e;
}
footer .copy a:hover {
	color: #3e8bcc;
}
footer .code {
	display: none;
}
/* banner */
.banner .swiper-slide a {
	display: block;
	overflow: hidden;
	height: 450px;
	background-repeat: no-repeat;
	background-position: center top;
}
.banner .swiper-slide a img {
	width: 100%;
	height: auto;
	display: none;
}
.banner .banner-next, .banner .banner-prev {
	position: absolute;
	top: 50%;
	height: 80px;
	transform: translateY(-50%);
	color: #fff;
	z-index: 5;
	transition: all 0.3s;
	cursor: pointer;
	outline: 0;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	width: 40px;
	background-color: rgba(0, 0, 0, 0.6);
	font-size: 30px;
	opacity: 0;
}
.banner .banner-next:hover, .banner .banner-prev:hover {
	background-color: rgba(0, 135, 182, 0.8);
}
.banner .banner-next {
	right: 5%;
}
.banner .banner-prev {
	left: 5%;
}
.banner .banner-num {
	bottom: 25px;
	position: absolute;
	z-index: 5;
	text-align: center;
	left: 0px;
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.banner .banner-num .swiper-pagination-bullet {
	width: 44px;
	height: 3px;
	border-radius: 0;
	cursor: pointer;
	margin: 0 5px;
	opacity: 0.6;
	background: #fff;
	outline: 0;
	position: relative;
	z-index: 5;
}
.banner .banner-num .swiper-pagination-bullet.swiper-pagination-bullet-active {
	opacity: 1;
}
.banner:hover .banner-next, .banner:hover .banner-prev {
	opacity: 1;
}
/* nbanner */
.nbanner {
	overflow: hidden;
	height: 450px;
	background-repeat: no-repeat;
	background-position: center top;
}
.nbanner img {
	width: 100%;
	height: auto;
	display: none;
}
/* box-tit */
.box-tit {
	text-align: center;
	overflow: hidden;
	line-height: 1;
	padding: 0 0 30px 0;
}
.box-tit .tit {
	font-size: 32px;
	font-weight: bold;
}
.box-tit .tit span {
	color: #4B98CC;
}
.box-tit .tit i {
	display: inline-block;
	width: 8px;
	height: 8px;
	background: #3e8bcc;
	border-radius: 50%;
	margin: 0 6px;
	transform: translateY(-6px);
}
.box-tit .line {
	margin: 10px 0;
	overflow: hidden;
	background: url(../image/icon-titjz.png) center center no-repeat;
	height: 16px;
	position: relative;
}
.box-tit .line:before, .box-tit .line:after {
	content: "";
	width: 200px;
	height: 1px;
	background: #d7d7d7;
	position: absolute;
	top: 50%;
}
.box-tit .line:before {
	left: 50%;
	margin-left: 20px;
	border-left: 30px solid #3e8bcc;
}
.box-tit .line:after {
	right: 50%;
	margin-right: 20px;
	border-right: 30px solid #3e8bcc;
}
.box-tit p {
	color: #656565;
	font-size: 18px;
}
/* heng-one */
.heng-one {
	background: url(../image/bj-box1.jpg) center top no-repeat;
}
.heng-one .container {
	height: 136px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.heng-one .container:after {
	display: none;
}
.heng-one ul li {
	float: left;
	margin-left: 25px;
}
.heng-one ul li span {
	display: block;
	/*background: url(../img/icon-liubx.png) no-repeat;*/
	background-size: 100% 100%;
	width: 123px;
	height: 107px;
	border:3px dotted #ffffff;
	border-radius:15px;
}
.heng-one ul li a {
	width: 80px;
	text-align: center;
	margin: 0 auto;
	padding-top: 18px;
	color: #fff;
	font-size: 28px;
	font-weight: bold;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	text-align: center;
	line-height: 1.2;
	letter-spacing: 2px;
}
.heng-one ul li:hover a {
	transform: scale(1.1);
}
.heng-one ul li:first-child {
	margin-left: 0;
}
.heng-one .box {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	padding: 10px 5% 0 0;
}
.heng-one .box img {
	height: 100px;
	width: auto;
	margin-right: 30px;
}
.heng-one .box .tel {
	white-space: nowrap;
}
.heng-one .box .tel .text {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	color: #fff;
}
.heng-one .box .tel .text .iconfont {
	font-size: 40px;
	margin-right: 10px;
}
.heng-one .box .tel .text em {
	font-size: 24px;
	letter-spacing: 2px;
}
.heng-one .box .tel a {
	display: block;
	overflow: hidden;
	margin: 10px 10px 0 10px;
	background: #ffffff;
	color: #036eb8;
	border-radius: 4px;
	line-height: 36px;
	text-align: center;
	font-size: 18px;
}
.heng-one .box .tel a:hover {
	background: #036eb8;
	color: #ffffff;
}
/* heng-two */
.heng-two {
	background: url(http://www.zxgczx.cn/template/sdxj/skin/img/bj-box3.jpg) center top no-repeat;
	background-size: 100% 100%;
}
.heng-two .container {
	height: 205px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.heng-two .container:after {
	display: none;
}
.heng-two .info {
	color: #fff;
	line-height: 1;
}
.heng-two .info .tit {
	font-size: 40px;
	padding: 0 0 15px 0;
	font-family: "SimSun";
	font-weight: bold;
}
.heng-two .info .text {
	font-size: 28px;
	letter-spacing: 3px;
	font-weight: 300;
	position: relative;
	padding: 0 0 0 180px;
}
.heng-two .info .text:before {
	content: "";
	width: 72px;
	height: 2px;
	background: #fff;
	position: absolute;
	left: 90px;
	top: 50%;
	transform: translateY(-50%);
}
.heng-two .info .text span {
	color: #fff000;
}
.heng-two .box .tel {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	padding: 0 0 15px 0;
	color: #fff;
	line-height: 1;
	font-size: 18px;
}
.heng-two .box .tel .iconfont {
	font-size: 50px;
	margin-right: 8px;
}
.heng-two .box .tel em {
	font-size: 24px;
	display: block;
	overflow: hidden;
	font-weight: bold;
	padding: 6px 0 0 0;
}
.heng-two .box a {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding: 0 15px;
	margin: 0 8px;
	line-height: 36px;
	position: relative;
	border-radius: 50px;
	font-size: 18px;
	color: #4B98CC;
	background: #fff;
	text-align: center;
}
.heng-two .box a:before, .heng-two .box a:after {
	content: "";
	width: 9px;
	height: 9px;
	background: #3e8bcc;
	border-radius: 50%;
}
.heng-two .box a:hover {
	background: #4B98CC;
	color: #fff;
}
.heng-two .box a:hover:before, .heng-two .box a:hover:after {
	background: #337ab7;
}
/* heng-three */
.heng-three {
	background: url(../image/bj-box5.jpg) center top no-repeat;
	background-size: 100% 100%;
}
.heng-three .container {
	height: 171px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	padding: 0 0 0 160px;
}
.heng-three .container:after {
	display: none;
}
.heng-three .pic {
	position: absolute;
	left: 10px;
	bottom: 0px;
}
.heng-three .pic img {
	height: 162px;
	width: auto;
}
.heng-three .box {
	position: relative;
	font-size: 32px;
	font-weight: 300;
	color: #fff;
	padding: 0 40px;
}
.heng-three .box span {
	color: #f6ff00;
}
.heng-three .box p:last-child {
	margin-left: 290px;
}
.heng-three .box:before, .heng-three .box:after {
	width: 16px;
	height: 34px;
	content: "";
	position: absolute;
}
.heng-three .box:before {
	left: 0px;
	top: 0px;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
}
.heng-three .box:after {
	right: 0px;
	bottom: 0px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
}
/* heng-four */
.heng-four {
	background: url(../image/bj-box6.jpg) repeat;
}
.heng-four .container {
	height: 140px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	position: relative;
	padding: 0 10px 0 230px;
}
.heng-four .container:after {
	display: none;
}
.heng-four .pic {
	position: absolute;
	left: 10px;
	bottom: 0px;
}
.heng-four .pic img {
	height: 203px;
	width: auto;
}
.heng-four .text {
	font-size: 16px;
	color: #fff;
}
.heng-four .text .tel {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	line-height: 1;
	padding: 0 0 5px 0;
}
.heng-four .text .tel .iconfont {
	font-size: 48px;
	margin-right: 10px;
}
.heng-four .text .tel em {
	font-size: 30px;
}
.heng-four .text p {
	text-indent: 10px;
}
.heng-four .form {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	width: 500px;
}
.heng-four .form ul {
	margin: -2px;
	overflow: hidden;
	padding: 0 4px 0 0;
}
.heng-four .form ul li {
	padding: 2px;
	overflow: hidden;
	width: 50%;
	float: left;
}
.heng-four .form ul li input {
	width: 100%;
	height: 44px;
	border: 0;
	padding: 0 10px;
}
.heng-four .form ul li:last-child {
	width: 100%;
}
.heng-four .form .submit input {
	width: 106px;
	height: 92px;
	border: 0;
	background: #4B98CC;
	background: -webkit-linear-gradient(top, #4B98CC, #0047b6);
	background: -moz-linear-gradient(top, #4B98CC, #0047b6);
	background: -o-linear-gradient(top, #4B98CC, #0047b6);
	background: linear-gradient(top, #4B98CC, #0047b6);
	color: #fff;
	font-size: 18px;
	cursor: pointer;
	transition: all 0.3s;
}
.heng-four .form .submit input:hover {
	background: #0047b6;
	background: -webkit-linear-gradient(top, #4B98CC, #4B98CC);
	background: -moz-linear-gradient(top, #4B98CC, #4B98CC);
	background: -o-linear-gradient(top, #4B98CC, #4B98CC);
	background: linear-gradient(top, #4B98CC, #4B98CC);
}
/* heng-five */
.heng-five {
	background: url(../image/bj-box10.jpg) center top no-repeat;
}
.heng-five .container {
	height: 205px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	position: relative;
	padding: 0 10px 0 220px;
}
.heng-five .container:after {
	display: none;
}
.heng-five .pic {
	position: absolute;
	left: 10px;
	bottom: 0px;
}
.heng-five .pic img {
	height: 180px;
	width: auto;
}
.heng-five .text {
	color: #fff;
	font-size: 36px;
	font-weight: 300;
	line-height: 1.6;
}
.heng-five .text p:last-child {
	margin-left: 140px;
}
.heng-five .box {
	position: relative;
	height: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
.heng-five .box .picnv {
	position: absolute;
	bottom: 0px;
	right: 100%;
	margin-right: -80px;
}
.heng-five .box .picnv img {
	height: 180px;
	width: auto;
}
.heng-five .box .info {
	white-space: nowrap;
	position: relative;
	z-index: 1;
	padding: 0 0 35px 0;
}
.heng-five .box .info .tel {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	color: #fff;
	font-size: 18px;
	line-height: 1;
}
.heng-five .box .info .tel .iconfont {
	font-size: 52px;
	margin-right: 5px;
}
.heng-five .box .info .tel em {
	font-size: 24px;
	letter-spacing: 2px;
	display: block;
	overflow: hidden;
	padding: 5px 0 0 0;
}
.heng-five .box .info a {
	display: block;
	overflow: hidden;
	margin: 10px 10px 0 10px;
	background: #fff;
	color: #3e8bcc;
	border-radius: 50px;
	line-height: 36px;
	text-align: center;
	font-size: 18px;
}
.heng-five .box .info a:hover {
	background: #4B98CC;
	color: #fff;
}
/* box-dbfw */
.box-dbfw {
	padding: 50px 0 70px 0;
}
.box-dbfw ul {
	padding: 1px 0 0 1px;
}
.box-dbfw ul li {
	width: 20%;
	float: left;
	border: 1px solid #d8d8d8;
	margin: -1px 0 0 -1px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
.box-dbfw ul li .box {
	width: 100%;
	height: 300px;
	text-align: center;
	padding: 38px 0 0 0;
	transition: all 0.3s;
}
.box-dbfw ul li .box .bt {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 22px;
	font-weight: bold;
	transition: all 0.3s;
}
.box-dbfw ul li .box .pic {
	margin: 28px auto;
	display: block;
	overflow: hidden;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	box-shadow: 5px 5px 40px #3e8bcc;
}
.box-dbfw ul li .box .pic img {
	width: 100%;
	height: 100%;
}
.box-dbfw ul li .box .more {
	color: #fff;
	background-image: url(../image/icon-more.png);
	background-size: 100% 100%;
	width: 126px;
	height: 37px;
	line-height: 35px;
	display: block;
	overflow: hidden;
	margin: 0 auto;
	transition: all 0.3s;
}
.box-dbfw ul li .xun {
	height: 300px;
	width: 0;
	overflow: hidden;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.box-dbfw ul li .xun dl {
	width: 100%;
}
.box-dbfw ul li .xun dl dd a {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
	padding: 0 10px 0 25px;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #eee;
}
.box-dbfw ul li .xun dl dd a:before {
	content: "";
	position: absolute;
	left: 12px;
	top: 50%;
	transform: translateY(-50%);
	background: #bababa;
	width: 4px;
	height: 4px;
	transition: all 0.3s;
}
.box-dbfw ul li .xun dl dd:hover a:before {
	background: #3e8bcc;
}
.box-dbfw ul li .xun dl dd:last-child a {
	border-bottom: 0;
}
.box-dbfw ul li.cur {
	width: 40%;
	position: relative;
	z-index: 1;
	border-color: #3e8bcc;
}
.box-dbfw ul li.cur .box {
	width: 50%;
	background: #3e8bcc;
	background: -webkit-linear-gradient(top, #3e8bcc, #4B98CC);
	background: -moz-linear-gradient(top, #3e8bcc, #4B98CC);
	background: -o-linear-gradient(top, #3e8bcc, #4B98CC);
	background: linear-gradient(top, #3e8bcc, #4B98CC);
}
.box-dbfw ul li.cur .box .bt {
	color: #fff;
}
.box-dbfw ul li.cur .box .more {
	background-image: url(../image/icon-moreh.png);
	color: #333;
}
.box-dbfw ul li.cur .xun {
	box-shadow: 0 0 10px #3e8bcc;
}
/* box-dblc */
.box-dblc {
	padding: 60px 0 100px 0;
	background: #f6f7fb url(../image/bj-box2.jpg) center bottom no-repeat;
}
.box-dblc ul {
	padding: 20px 0 0 0;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	counter-reset: sectioncounter;
}
.box-dblc ul li {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	-webkit-flex-direction: column;
	padding: 0 15px;
}
.box-dblc ul li .box {
	overflow: hidden;
}
.box-dblc ul li .bt {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	font-size: 24px;
	color: #3e8bcc;
	font-weight: bold;
}
.box-dblc ul li .bt:before {
	content: counter(sectioncounter);
	counter-increment: sectioncounter;
	width: 40px;
	height: 40px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	border-radius: 50%;
	background: -webkit-linear-gradient(top, #3e8bcc, #4B98CC);
	background: -moz-linear-gradient(top, #3e8bcc, #4B98CC);
	background: -o-linear-gradient(top, #3e8bcc, #4B98CC);
	background: linear-gradient(top, #3e8bcc, #4B98CC);
	margin-right: 5px;
	color: #fff;
	font-weight: normal;
	font-size: 20px;
}
.box-dblc ul li .text {
	font-size: 18px;
	color: #666666;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 5px 0 0 0;
}
.box-dblc ul li .pic {
	background-image: url(../image/icon-liucb2.png);
	background-size: 100% 100%;
	width: 160px;
	height: 160px;
	padding: 8px;
	margin: 10px 0;
	transition: all 0.3s;
}
.box-dblc ul li .pic img {
	width: 144px;
	height: 144px;
	border-radius: 50%;
	transition: all 0.3s;
}
.box-dblc ul li .pic img:hover {
	transform: scale(1.15);
}
.box-dblc ul li.w1 .pic, .box-dblc ul li.w3 .pic {
	background-image: url(../image/icon-liucb1.png);
	width: 163px;
	height: 171px;
}
.box-dblc ul li.w2, .box-dblc ul li.w4 {
	margin-top: 200px;
	flex-direction: column-reverse;
}
.box-dblc ul li.w2 .pic, .box-dblc ul li.w4 .pic {
	background-image: url(../image/icon-liucb3.png);
	width: 168px;
	height: 169px;
	padding: 16px 0 0 9px;
}
/* box-wenti */
.box-wenti {
	padding: 60px 0 0 0;
}
.box-wenti .b-tit {
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	background: url(../image/icon-tityinying.png) center bottom no-repeat;
	padding: 0 0 38px 0;
	overflow: hidden;
}
.box-wenti .b-tit span {
	color: #4B98CC;
}
.box-wenti .box {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	overflow: hidden;
}
.box-wenti .box .pic {
	margin-right: -2%;
}
.box-wenti .box .pic img {
	max-width: 100%;
	height: auto;
}
.box-wenti .box .xun {
	counter-reset: sectioncounter;
	white-space: nowrap;
}
.box-wenti .box .xun li {
	margin-top: 20px;
	overflow: hidden;
	position: relative;
	padding: 0 0 0 8px;
}
.box-wenti .box .xun li:before {
	content: "";
	background: url(../image/icon-wtjt.png);
	width: 9px;
	height: 14px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}
.box-wenti .box .xun li .text {
	float: left;
	font-size: 18px;
	line-height: 48px;
	padding: 0 20px;
	border: 1px solid #dee2e5;
	border-radius: 5px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
.box-wenti .box .xun li .text:before {
	content: counter(sectioncounter);
	counter-increment: sectioncounter;
	margin-right: 8px;
	width: 18px;
	height: 18px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	line-height: 1;
	color: #fff;
	border-radius: 50%;
	background: #4B98CC;
	font-size: 12px;
}
.box-wenti .box .xun li.l2 {
	margin-left: 120px;
}
.box-wenti .box .xun li.l3 {
	margin-left: 50px;
}
.box-wenti .box .xun li.l4 {
	margin-left: 220px;
}
.box-wenti .box .xun li.l5 {
	margin-left: 80px;
}
.box-wenti .box .xun li.l6 {
	margin-left: 165px;
}
.box-wenti .box .xun li:first-child {
	margin-top: 0;
}
/* box-tdys */
.box-tdys {
	padding: 50px 0 70px 0;
}
.box-tdys .box {
	position: relative;
	overflow: hidden;
}
.box-tdys .map {
	border: 2px solid #3e8bcc;
	width: 430px;
	height: 430px;
	border-radius: 50%;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	background: url(../image/icon-map.png) center center no-repeat;
}
.box-tdys .map .ys0 {
	color: #797979;
}
.box-tdys .map .ys1 {
	color: #f08841;
}
.box-tdys .map .ys2 {
	color: #de4444;
}
.box-tdys .map .ys3 {
	color: #3aac98;
}
.box-tdys .map .ys4 {
	color: #1f41a1;
}
.box-tdys .map .ys5 {
	color: #494949;
}
.box-tdys .map .ys6 {
	color: #f08841;
	font-weight: bold;
}
.box-tdys .map .ys7 {
	color: #de4444;
	font-weight: bold;
}
.box-tdys .map .ys8 {
	color: #3aac98;
	font-weight: bold;
}
.box-tdys .map .ys9 {
	color: #1f41a1;
	font-weight: bold;
}
.box-tdys .map span {
	position: absolute;
	left: 0;
	top: 0;
	padding: 5px 10px;
	transition: all 0s;
	border-radius: 5px;
	cursor: default;
}
.box-tdys .xun li {
	position: absolute;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.box-tdys .xun li .iconfont {
	width: 80px;
	height: 80px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	border: 2px solid #3e8bcc;
	background: #fff;
	border-radius: 50%;
	color: #3e8bcc;
	font-size: 40px;
	transition: all 0.3s;
}
.box-tdys .xun li .info {
	padding: 0 0 0 25px;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.box-tdys .xun li .info .bt {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5;
	padding: 0 0 3px 0;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.box-tdys .xun li .info .bt span {
	color: #3e8bcc;
}
.box-tdys .xun li .info .text {
	overflow: hidden;
	line-height: 26px;
	/*height: 52px; 修改*/
	color: #656565;
}
.box-tdys .xun li:hover .iconfont {
	background: #3e8bcc;
	color: #fff;
}
.box-tdys .xun li:hover .info {
	color: #3e8bcc;
}
.box-tdys .xun li:hover .info .text {
	color: #3e8bcc;
}
.box-tdys .xun li.w1, .box-tdys .xun li.w4 {
	top: 15px;
}
.box-tdys .xun li.w2, .box-tdys .xun li.w5 {
	top: 50%;
	transform: translateY(-50%);
}
.box-tdys .xun li.w3, .box-tdys .xun li.w6 {
	bottom: 15px;
}
.box-tdys .xun li.w1, .box-tdys .xun li.w2, .box-tdys .xun li.w3 {
	right: 50%;
	left: 0px;
	flex-direction: row-reverse;
}
.box-tdys .xun li.w1 .info, .box-tdys .xun li.w2 .info, .box-tdys .xun li.w3 .info {
	text-align: right;
	padding: 0 25px 0 0;
}
.box-tdys .xun li.w4, .box-tdys .xun li.w5, .box-tdys .xun li.w6 {
	left: 50%;
	right: 0px;
}
.box-tdys .xun li.w1, .box-tdys .xun li.w3 {
	margin-right: 105px;
}
.box-tdys .xun li.w2 {
	margin-right: 170px;
}
.box-tdys .xun li.w4, .box-tdys .xun li.w6 {
	margin-left: 105px;
}
.box-tdys .xun li.w5 {
	margin-left: 170px;
}
/* box-cgal */
.box-cgal {
	padding: 50px 0 70px 0;
	background: url(../image/bj-box4.jpg) center top no-repeat;
	background-size: 100% 100%;
}
.box-cgal .box-tit .line:before, .box-cgal .box-tit .line:after {
	background: #fff;
}
.box-cgal .box-tit p {
	color: #fff;
}
.box-cgal .box {
	position: relative;
}
.box-cgal .box li {
	width: 20%;
}
.box-cgal .box li a {
	display: block;
	overflow: hidden;
	margin: 0 10px;
}
.box-cgal .box li a span {
	display: none;
}
.box-cgal .box li .pic {
	padding: 5px;
	overflow: hidden;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	height: 280px;
	background-color: rgba(255, 255, 255, 1); /* 原alpha 0.3*/
	radius: 3px;
}
.box-cgal .box li .pic img {
	max-width: 100%;
	max-height: 100%;
	transition: all 0.3s;
}
.box-cgal .box li .pic img:hover {
	transform: scale(1.1);
}
.box-cgal .cgal-next, .box-cgal .cgal-prev {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	height: 108px;
	outline: 0;
	cursor: pointer;
	opacity: 0.8;
	transition: all 0.3s;
	z-index: 5;
}
.box-cgal .cgal-next img, .box-cgal .cgal-prev img {
	height: 80%;
	width: auto;
}
.box-cgal .cgal-next:hover, .box-cgal .cgal-prev:hover {
	opacity: 1;
}
.box-cgal .cgal-next {
	left: 100%;
	margin-left: 15px;
}
.box-cgal .cgal-prev {
	right: 100%;
	margin-right: 15px;
}
.box-cgal .more {
	display: block;
	overflow: hidden;
	margin: 40px auto 0 auto;
	line-height: 40px;
	border-radius: 50px;
	width: 120px;
	background: #3e8bcc;
	text-align: center;
	color: #fff;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.box-cgal .more:hover {
	background: #4B98CC;
}
/* box-blwenti */
.box-blwenti {
	padding: 50px 0 70px 0;
}
.box-blwenti .b-tit {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: flex-end;
	align-items: flex-end;
	font-size: 32px;
	font-weight: 300;
	line-height: 1;
	padding: 0 0 30px 0;
	overflow: hidden;
}
.box-blwenti .b-tit span {
	color: #3e8bcc;
}
.box-blwenti .b-tit img {
	margin-left: 10px;
	height: 50px;
	width: auto;
}
.box-blwenti ul li {
	float: left;
	width: 25%;
	padding: 12px;
	text-align: center;
	font-weight: 300;
}
.box-blwenti ul li a {
	display: block;
	overflow: hidden;
	position: relative;
	border: 1px solid #ffe0d7;
	padding: 40px 0;
}
.box-blwenti ul li a:before {
	content: "";
	width: 0;
	height: 0;
	border-bottom: 26px solid #ffdfd6;
	border-left: 26px solid transparent;
	position: absolute;
	right: 0px;
	bottom: 0px;
}
.box-blwenti ul li .icon {
	width: 78px;
	height: 78px;
	background: #fff;
	border-radius: 50%;
	margin: 0 auto 25px auto;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	color: #3e8bcc;
	font-size: 40px;
	box-shadow: 10px 10px 40px rgba(255, 223, 214, 0.5);
}
.box-blwenti ul li span {
	font-size: 18px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.box-blwenti ul li:hover a, .box-blwenti ul li.cur a {
	background: #3e8bcc;
	color: #fff;
}
/* box-xwzx */
.box-xwzx {
	padding: 50px 0 90px 0;
}
.box-xwzx .tab {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	margin: -10px 0 35px 0;
	overflow: hidden;
}
.box-xwzx .tab li {
	margin: 0 15px;
}
.box-xwzx .tab li a {
	width: 130px;
	text-align: center;
	background: #b0b0b0;
	display: block;
	overflow: hidden;
	line-height: 38px;
	border-radius: 50px;
	color: #fff;
	font-size: 16px;
}
.box-xwzx .tab li.on a {
	background: #3e8bcc;
}
.box-xwzx .xun {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.box-xwzx .xun .big {
	width: 310px;
	height: 400px;
	position: relative;
}
.box-xwzx .xun .big img {
	width: 100%;
	height: 100%;
}
.box-xwzx .xun .big .fd {
	position: absolute;
	left: 25px;
	right: 25px;
	top: 50%;
	transform: translateY(-50%);
	background-color: rgba(61, 133, 198, 0.9);
	padding: 25px 20px;
	color: #fff;
	line-height: 1;
	transition: all 0.3s;
}
.box-xwzx .xun .big .fd span {
	font-size: 20px;
	font-weight: bold;
	display: block;
	overflow: hidden;
	line-height: 1.4;
}
.box-xwzx .xun .big .fd p {
	color: #e8e8e8;
	display: block;
	overflow: hidden;
	line-height: 24px;
	height: 72px;
	margin: 20px 0;
}
.box-xwzx .xun .big:hover .fd {
	background-color: #3d85c6;
}
.box-xwzx .xun ul {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: 0;
	margin: -20px 0 -20px 20px;
}
.box-xwzx .xun ul li {
	width: 50%;
	float: left;
	margin: 10px 0;
}
.box-xwzx .xun ul li a {
	display: block;
	overflow: hidden;
	padding: 10px;
}
.box-xwzx .xun ul li .date {
	width: 78px;
	height: 70px;
	background: #b0b0b0;
	color: #fff;
	margin-right: 12px;
	float: left;
	font-size: 12px;
	text-align: center;
	line-height: 1;
}
.box-xwzx .xun ul li .date em {
	display: block;
	overflow: hidden;
	padding: 14px 0 7px 0;
	font-size: 22px;
	font-weight: bold;
}
.box-xwzx .xun ul li .info {
	height: 70px;
	overflow: hidden;
}
.box-xwzx .xun ul li .info span {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 15px;
	font-weight: bold;
	line-height: 24px;
	margin-bottom: 2px;
	color: #333;
	transition: all 0.3s;
}
.box-xwzx .xun ul li .info span:hover {
	color: #3e8bcc;
}
.box-xwzx .xun ul li .info p {
	color: #7f7f7f;
	line-height: 22px;
	height: 44px;
	display: block;
	overflow: hidden;
}
.box-xwzx .xun ul li:hover a {
	box-shadow: 0 0 15px #ddd;
	background: #fafafa;
}
/* tan_pic */
.tan_pic {
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 9999;
	padding: 40px 20px;
	overflow: hidden;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.tan_pic img {
	max-width: 100%;
	max-height: 100%;
}
.tan_pic .close {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	position: absolute;
	font-size: 20px;
	right: 0px;
	top: 0px;
	background: #3e8bcc;
	color: #fff;
	cursor: pointer;
	transition: all 0.3s;
}
.tan_pic .close:hover {
	background: #fff;
	color: #3e8bcc;
}
.tan_pic .bt {
	position: absolute;
	left: 50%;
	max-width: 90%;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	bottom: 0px;
	background-color: rgba(0, 0, 0, 0.7);
	line-height: 40px;
	color: #fff;
	padding: 0 15px;
	transform: translateX(-50%);
	text-align: center;
}
/* tan_ban */
.tan_ban {
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	padding: 40px 50px 50px 50px;
	z-index: 99999;
	background-color: rgba(0, 0, 0, 0.85);
}
.tan_ban .swiper-container {
	width: 100%;
	height: 100%;
}
.tan_ban .swiper-container .swiper-slide {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	padding: 0 0 50px 0;
}
.tan_ban .swiper-container .swiper-slide img {
	max-width: 100%;
	max-height: 100%;
}
.tan_ban .swiper-container .swiper-slide .bt {
	position: absolute;
	left: 50%;
	max-width: 90%;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	bottom: 0px;
	background-color: rgba(0, 0, 0, 0.7);
	line-height: 40px;
	color: #fff;
	padding: 0 15px;
	transform: translateX(-50%);
	text-align: center;
}
.tan_ban .close {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 20px;
	cursor: pointer;
	color: #fff;
	transition: all 0.3s;
	background: #000;
}
.tan_ban .close:hover {
	background: #3e8bcc;
}
.tan_ban .swiper-pagination-bullets {
	width: 100%;
	z-index: 5;
	left: 0px;
	bottom: 20px;
}
.tan_ban .swiper-pagination-bullet {
	width: 35px;
	height: 7px;
	background: #e0e0e0;
	border-radius: 4px;
	opacity: 1;
	margin: 0 10px;
	outline: none;
}
.tan_ban .swiper-pagination-bullet-active {
	background: #3e8bcc;
}
.tan_ban .swiper-button-next, .tan_ban .swiper-button-prev {
	top: 50%;
	width: 80px;
	height: 80px;
	line-height: 80px;
	margin-top: -40px;
	background: none;
	text-align: center;
	font-size: 60px;
	z-index: 5;
	opacity: 1;
	outline: none;
	color: #fff;
	transition: all 0.3s;
}
.tan_ban .swiper-button-next:hover, .tan_ban .swiper-button-prev:hover {
	color: #3e8bcc;
}
.tan_ban .swiper-button-disabled {
	opacity: 0.2;
}
.tan_ban .swiper-button-next {
	right: 0px;
}
.tan_ban .swiper-button-prev {
	left: 0px;
}
/* position */
.position {
	background: #f5f5f5;
	background: -webkit-linear-gradient(top, #ffffff, #f5f5f5);
	background: -moz-linear-gradient(top, #ffffff, #f5f5f5);
	background: -o-linear-gradient(top, #ffffff, #f5f5f5);
	background: linear-gradient(top, #ffffff, #f5f5f5);
	border-bottom: 1px solid #e0e0e0;
}
.position .container {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	height: 55px;
}
.position .container:after {
	display: none;
}
.position .tit {
	border-left: 5px solid #3e8bcc;
	padding: 0 0 0 10px;
	line-height: 22px;
	font-size: 16px;
}
.position .wz span {
	color: #3e8bcc;
}
/* main */
.main {
	padding: 30px 0 50px 0;
}
.main .main-flex {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-direction: row-reverse;
}
.main .main-right {
	width: 0;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 0 0 0 25px;
}
.main .main-bor {
	border: 1px solid #e8e8e8;
	border-top: 0;
	box-shadow: 5px 5px 20px #e8e8e8;
}
.main .main-bor.topyes {
	border-top: 1px solid #e8e8e8;
}
.main .main-tab {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin: 0 -1px;
	overflow: hidden;
}
.main .main-tab li {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	background: #e8e8e8;
	height: 55px;
	line-height: 52px;
	text-align: center;
	font-size: 18px;
	border-top: 3px solid transparent;
}
.main .main-tab li a {
	display: block;
	overflow: hidden;
}
.main .main-tab li.on {
	background: none;
	border-top-color: #3e8bcc;
}
.main .main-tab li.on a {
	color: #3e8bcc;
}
.main .main-box {
	padding: 20px 20px 30px 20px;
	overflow: hidden;
}
.main .main-left {
	width: 280px;
}
.main .main-left .mess .tit {
	background: #3e8bcc;
	background: -webkit-linear-gradient(top, #ff9e3f, #ff8001);
	background: -moz-linear-gradient(top, #ff9e3f, #ff8001);
	background: -o-linear-gradient(top, #ff9e3f, #ff8001);
	background: linear-gradient(top, #ff9e3f, #ff8001);
	line-height: 52px;
	padding: 0 0 0 25px;
	color: #fff;
	font-size: 18px;
}
.main .main-left .mess ul {
	background: url(../image/bj-box7.jpg);
	background-size: 100% 100%;
	line-height: 1.6;
	padding: 20px;
	color: #fff;
}
.main .main-left .mess ul li {
	margin-top: 10px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
.main .main-left .mess ul li input[type='text'] {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: 0;
	height: 36px;
	border: 0;
	background: #fff;
	padding: 0 10px;
}
.main .main-left .mess ul li textarea {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: 0;
	height: 75px;
	border: 0;
	background: #fff;
	padding: 10px;
}
.main .main-left .mess ul li input[type='submit'] {
	background: #fcc41b;
	height: 50px;
	border: 0;
	color: #fff;
	font-size: 18px;
	cursor: pointer;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: 0;
	transition: all 0.3s;
}
.main .main-left .mess ul li input[type='submit']:hover {
	background: #4B98CC;
}
.main .main-left .mess ul li:first-child {
	margin-top: 0;
}
.main .main-left .b-box {
	margin-bottom: 10px;
	border: 1px solid #e8e8e8;
}
.main .main-left .b-box .b-tit {
	border-bottom: 1px solid #e5e5e5;
	background: #ebebeb;
	background: -webkit-linear-gradient(top, #ffffff, #ebebeb);
	background: -moz-linear-gradient(top, #ffffff, #ebebeb);
	background: -o-linear-gradient(top, #ffffff, #ebebeb);
	background: linear-gradient(top, #ffffff, #ebebeb);
	padding: 0 0 0 25px;
	line-height: 52px;
	font-size: 18px;
	color: #3e8bcc;
}
.main .main-left .menu {
	padding: 15px;
	overflow: hidden;
}
.main .main-left .menu li {
	margin-top: 8px;
}
.main .main-left .menu li a {
	display: block;
	overflow: hidden;
	line-height: 38px;
	height:38px;
	text-align: center;
	font-size: 16px;
	background: #f1f1f1;
	border-radius: 50px;
}
.main .main-left .menu li .on {
	color: #3e8bcc;
}
.main .main-left .menu li:first-child {
	margin-top: 0;
}
.main .main-left .cont {
	line-height: 2;
	overflow: hidden;
	padding: 15px;
}
.main .main-left .cont .bt {
	color: #3e8bcc;
	font-size: 16px;
}
.main .main-left .cont .ewm {
	text-align: center;
	overflow: hidden;
	padding: 5px 0 0 0;
}
.main .main-left .cont .ewm img {
	width: 100%;
	max-width: 140px;
	height: auto;
}
/* list-liucheng */
.list-liucheng li {
	margin-top: 20px;
}
.list-liucheng li a {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	background: #fafafa;
}
.list-liucheng li a:hover {
	box-shadow: 0 0 10px #ddd;
}
.list-liucheng li .pic {
	width: 275px;
	height: 175px;
	overflow: hidden;
}
.list-liucheng li .pic img {
	height: 100%;
	width: 100%;
	transition: all 0.3s;
}
.list-liucheng li .pic img:hover {
	transform: scale(1.1);
}
.list-liucheng li .box {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: 0;
	text-align: justify;
	padding: 0 30px;
}
.list-liucheng li .box span {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 22px;
	font-weight: bold;
	padding: 0 0 10px 0;
	color: #333;
	transition: all 0.3s;
}
.list-liucheng li .box span:hover {
	color: #3e8bcc;
}
.list-liucheng li .box p {
	color: #7b7b7b;
	line-height: 24px;
	height: 72px;
	display: block;
	overflow: hidden;
}
.list-liucheng li .iconfont {
	border-left: 1px solid #fff;
	height: 175px;
	width: 50px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	font-size: 30px;
	color: #3e8bcc;
	transition: all 0.3s;
}
.list-liucheng li .iconfont:hover {
	background: #3e8bcc;
	color: #fff;
}
.list-liucheng li:first-child {
	margin-top: 0;
}
/* list-case */
.list-case {
	margin: -10px;
	overflow: hidden;
}
.list-case li {
	width: 33.33333333333%;
	float: left;
	padding: 10px;
}
.list-case li a {
	display: block;
	overflow: hidden;
	border: 1px solid #cccccc;
}
.list-case li .pic {
	overflow: hidden;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	height: 200px;
	background: #fff;
}
.list-case li .pic img {
	max-width: 100%;
	max-height: 100%;
	transition: all 0.3s;
}
.list-case li .pic img:hover {
	transform: scale(1.1);
}
.list-case li span {
	background: #ffe8d1;
	height: 60px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	text-align: center;
	padding: 0 15px;
	color: #7b7b7b;
	line-height: 20px;
}
/* list-help */
.list-help li {
	margin-top: 20px;
}
.list-help li a {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	border-bottom: 1px solid #e8e8e8;
	padding: 15px 20px 15px 15px;
	background: #f7f7f7;
}
.list-help li a:hover {
	background: #f0f0f0;
}
.list-help li .box {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 0 40px 0 0;
	width: 0;
}
.list-help li .box span {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
	font-size: 16px;
	font-weight: bold;
	line-height: 31px;
	margin-bottom: 8px;
	padding: 0 0 0 42px;
	color: #333;
	transition: all 0.3s;
}
.list-help li .box span:before {
	content: "问";
	width: 31px;
	height: 31px;
	font-size: 14px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	position: absolute;
	left: 0px;
	top: 0px;
	background: #3e8bcc;
	color: #fff;
}
.list-help li .box span:hover {
	color: #3e8bcc;
}
.list-help li .box p {
	color: #7f7f7f;
	line-height: 25px;
	min-height: 31px;
	max-height: 53px;
	display: block;
	overflow: hidden;
	position: relative;
	padding: 3px 0 0 42px;
}
.list-help li .box p:before {
	content: "答";
	width: 31px;
	height: 31px;
	font-size: 14px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	position: absolute;
	left: 0px;
	top: 0px;
	background: #b0b0b0;
	color: #fff;
}
.list-help li em {
	width: 110px;
	line-height: 36px;
	background: #b0b0b0;
	color: #fff;
	text-align: center;
	transition: all 0.3s;
}
.list-help li em:hover {
	background: #3e8bcc;
}
.list-help li:first-child {
	margin-top: 0;
}
/* list-news */
.list-news {
	overflow: hidden;
	margin: -21px 0;
}
.list-news li {
	border-bottom: 1px solid #e8e8e8;
	overflow: hidden;
}
.list-news li a {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding: 21px 0;
}
.list-news li .date {
	width: 85px;
	height: 75px;
	background: #b0b0b0;
	color: #fff;
	font-size: 12px;
	text-align: center;
	line-height: 1;
	transition: all 0.3s;
}
.list-news li .date em {
	display: block;
	overflow: hidden;
	padding: 16px 0 10px 0;
	font-size: 22px;
	font-weight: bold;
}
.list-news li .date:hover {
	background: #3e8bcc;
}
.list-news li .info {
	height: 75px;
	overflow: hidden;
	padding: 0 20px;
	width: 0;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.list-news li .info span {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
	color: #333;
	transition: all 0.3s;
}
.list-news li .info span:hover {
	color: #3e8bcc;
}
.list-news li .info p {
	color: #7f7f7f;
	line-height: 22px;
	height: 44px;
	display: block;
	overflow: hidden;
}
.list-news li i {
	width: 110px;
	line-height: 36px;
	background: #b0b0b0;
	color: #fff;
	text-align: center;
	transition: all 0.3s;
}
.list-news li i:hover {
	background: #3e8bcc;
}
.list-news li:last-child {
	border-bottom: 0;
}
/* list-zizhi */
.list-zizhi {
	overflow: hidden;
	margin: -30px 0;
	clear: both;
}
.list-zizhi li {
	width: 50%;
	float: left;
}
.list-zizhi li a {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding: 30px 15px 30px 0;
	border-top: 1px solid #e8e8e8;
}
.list-zizhi li .pic {
	margin-right: 10px;
	width: 155px;
	height: 140px;
	overflow: hidden;
}
.list-zizhi li .pic img {
	width: 100%;
	height: 100%;
	transition: all 0.3s;
}
.list-zizhi li .pic img:hover {
	transform: scale(1.1);
}
.list-zizhi li .box {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: 0;
}
.list-zizhi li .box span {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 18px;
	transition: all 0.3s;
	color: #3e8bcc;
	font-weight: bold;
}
.list-zizhi li .box span:hover {
	color: #3e8bcc;
}
.list-zizhi li .box p {
	line-height: 22px;
	height: 48px;
	display: block;
	overflow: hidden;
	color: #7b7b7b;
	margin: 10px 0 15px 0;
}
.list-zizhi li .box em {
	width: 110px;
	line-height: 36px;
	background: #3e8bcc;
	color: #fff;
	text-align: center;
	display: block;
	overflow: hidden;
	transition: all 0.3s;
}
.list-zizhi li .box em:hover {
	background: #4B98CC;
}
.list-zizhi li:nth-child(even) a {
	padding: 30px 0 30px 15px;
}
.list-zizhi li.wid100:nth-child(even) a {
	padding: 30px 0;
}
.list-zizhi li:nth-child(1) a, .list-zizhi li:nth-child(2) a {
	border-top: 0;
}
/* box-zizhibut */
.box-zizhibut {
	margin-top: 30px;
	position: relative;
	overflow: hidden;
}
.box-zizhibut:before {
	content: "";
	position: absolute;
	left: 0px;
	right: 0px;
	top: 31px;
	height: 3px;
	background: url(../image/icon-line.png) repeat;
}
.box-zizhibut li {
	width: 25%;
	float: left;
	position: relative;
	text-align: center;
	z-index: 1;
}
.box-zizhibut li:before {
	content: "";
	width: 20px;
	height: 20px;
	background: #f0f0f0;
	position: absolute;
	left: 100%;
	top: 23px;
	border-radius: 50%;
	transform: translateX(-10px);
}
.box-zizhibut li a {
	display: block;
	overflow: hidden;
}
.box-zizhibut li .iconfont {
	width: 66px;
	height: 66px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	margin: 0 auto;
	background: #3e8bcc;
	border-radius: 50%;
	color: #fff;
	font-size: 36px;
	line-height: 1;
	transition: all 0.3s;
}
.box-zizhibut li span {
	display: block;
	position: relative;
	line-height: 50px;
	width: 120px;
	margin: 20px auto 0 auto;
	background: #f0f0f0;
	border-radius: 5px;
	font-size: 18px;
	color: #3e8bcc;
	transition: all 0.3s;
}
.box-zizhibut li span:before {
	content: "";
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #f0f0f0;
	position: absolute;
	bottom: 100%;
	left: 50%;
	transform: translateX(-50%);
	transition: all 0.3s;
}
.box-zizhibut li:last-child:before {
	display: none;
}
/* view */

.view {
	position: relative;
	box-shadow: 0 0 25px #ddd;
	padding: 70px 30px 50px 30px;
	background: url(../image/bj-box8.jpg) center bottom no-repeat;
	background-size: 100% auto;
	height: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	flex-flow: row wrap;
}
.casepic {
	text-align: center;
	padding: 15px;
}
.view:before {
	content: "";
	position: absolute;
	left: 40px;
	right: 40px;
	background: url(../image/icon-mtline.png) center top repeat;
	height: 43px;
	top: -10px;
}
.view .b-tit, .pagebody .b-tit {
	text-align: center;
	overflow: hidden;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5;
	padding: 0 0 15px 0;
	color: #000;
}
.view .body {
	line-height: 2;
	overflow: hidden;
	color: #333;
}
.view .body img {
	max-width: 100%;
	height: auto;
}
.key_link{color:#39F;}
.view .cs {
	overflow: hidden;
	color: #888;
	font-size: 12px;
	padding: 5px 0 15px 0;
	line-height: 1.1;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center
}
.view .cs li {
	padding: 0 10px
}
.explain {
	background-color: #fafafa;
	color: #999;
	margin: 16px 0 15px;
	padding: 15px;
	line-height: 2em;
	font-size: 14px;
}
.explain a {
	display: block;
	color: #ccc;
	height: 24px;
	line-height: 24px;
	text-decoration: none
}
.ag-color {
	color: #3e8bcc;
}
.explain p {
	text-indent: 2em;
	color: #666;
	border-bottom: 1px dotted #ddd;
	padding-bottom: 10px;
	line-height: 24px;
}
.pad10 {
	padding-top: 10px;
}
.font12 {
	font-size: 12px;
}
.view .page {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	padding: 15px 0 0 0;
}
.view .page ul {
	border: 1px solid #eee;
	background: #f5f5f5;
	border-radius: 5px;
}
.view .page ul li {
	float: left;
	border-left: 1px solid #eee;
	line-height: 40px;
}
.view .page ul li a {
	display: block;
	overflow: hidden;
	padding: 0 15px;
}
.view .page ul li.info {
	background: #fff;
	padding: 0 10px;
	font-size: 16px;
}
.view .page ul li.info em {
	color: #3e8bcc;
}
.view .page ul li:hover a {
	background: #3e8bcc;
	color: #fff;
}
.view .page ul li:first-child {
	border-left: 0;
}
.view .prne {
	margin: 0 -10px;
	overflow: hidden;
	padding: 20px 0 25px 0;
}
.view .prne li {
	float: left;
	width: 50%;
	padding: 0 10px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.view .prne li:last-child {
	text-align: right;
}
.view .xgnew {
	overflow: hidden;
}
.view .xgnew .tit, .pagebody .xgnew .tit {
	height: 35px;
	border-bottom: 2px solid #ccc;
	color: #000;
	margin-bottom: 10px;
}
.mar20 {
	margin-top: 20px;
}
.mar30 {
	margin-top: 30px;
}
.body h4, .pagebody h4 {
	border-bottom: 1px solid #eee;
	font-weight: bold;
	color: #39F;
	position: relative;
	font-size: 16px;
	margin-bottom: 5px;
	margin-top: 20px
}
.body h4:before, .pagebody h4:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: -1px;
	height: 1px;
	width: 2em;
	background: #39F
}
.body h4:first-of-type, .pagebody h4:first-of-type {
	margin-top: 0
}

.view .xgnew2, .pagebody .xgnew2 {
	overflow: hidden;
}
.view .xgnew2 .tit, .pagebody .xgnew2 .tit {
	height: 38px;
	border-bottom: 2px solid #ccc;
	color: #000;
	margin-bottom: 10px;
}
.view .xgnew2 .tit span, .pagebody .xgnew2 .tit span {
	height: 38px;
	float: left;
	display: block;
	overflow: hidden;
	border-bottom: 2px solid #3e8bcc;
	font-size: 18px;
}
.view .xgnew .tit span, .pagebody .xgnew .tit span {
	height: 35px;
	float: left;
	display: block;
	overflow: hidden;
	padding: 0 6px;
	border-bottom: 2px solid #3e8bcc;
	font-size: 18px;
}
.view .xgnew ul, .pagebody .xgnew ul {
	overflow: hidden;
	clear: both;
}
.view .xgnew ul li, .pagebody .xgnew ul li {
	line-height: 34px;
}
.view .xgnew ul li a, .pagebody .xgnew ul li a {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0 15px;
	position: relative;
}
.view .xgnew ul li a:before, .pagebody .xgnew ul li a:before {
	content: "";
	position: absolute;
	left: 0px;
	top: 50%;
	width: 4px;
	height: 4px;
	margin-top: -2px;
	background: #b0b0b0;
}
.view .xgnew ul li a:hover:before, .pagebody .xgnew ul li a:hover:before {
	background: #3e8bcc;
}
.view .xgnew ul li span, .pagebody .xgnew ul li span {
	float: right;
	color: #888;
}
.view .view_top {
	align-self: flex-start;
	width: 100%;
}
.view .view_bottom {
	align-self: flex-end;
	width: 100%;
}
.view .bor_top {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	border-top: 2px solid #676767;
}
.view .bor_top:after, .view .bor_top:before {
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	height: 150px;
	width: 2px;
	background: #676767;
	background: -webkit-linear-gradient(top, #676767, #fff);
	background: -moz-linear-gradient(top, #676767, #fff);
	background: -o-linear-gradient(top, #676767, #fff);
	background: linear-gradient(top, #676767, #fff);
}
.view .bor_top:after {
	left: auto;
	right: 0px;
}
.view-zizhi {
	overflow: hidden;
	height: 100%;
	padding: 15px 0 20px;
	margin-bottom: 20px;
	border-bottom: 1px dashed #ddd;
}
.view-zizhi .pic {
	width: 350px;
	float: left;
	padding-right: 20px;
}
.view-zizhi .pic img {
	width: 100%;
}
.view-zizhi .box {
	float: left;
	width: 470px;
}
.view-zizhi h1.b-tit {
	text-align: left;
}
.view .bor_bottom {
	position: absolute;
	bottom: 0;
	left: 0px;
	width: 100%;
	height: 10px;
	z-index: -1;
}
.view .bor_bottom:after, .view .bor_bottom:before {
	content: '';
	position: absolute;
	z-index: -2;
	width: 80%;
	height: 100%;
	bottom: 20px;
	background: transparent;
	box-shadow: 0 8px 36px #000;
}
.view .bor_bottom:after {
	left: 1%;
	transform: skewX(-12deg) rotate(-3deg);
}
.view .bor_bottom:before {
	right: 1%;
	transform: skewX(12deg) rotate(3deg);
}
/* pagebody */
.pagebody {
	line-height: 2.3;
	overflow: hidden;
	color: #666;
}
.pagebody img {
	max-width: 100%;
	height: auto;
}

/*fdright_nav*/
.fdright_nav_but {
	position: fixed;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
	width: 40px;
	display: none;
	cursor: default;
}
.fdright_nav_but img {
	width: 100%;
	height: auto;
}
.fdright_nav {
	position: fixed;
	right: 0px;
	top: 302px;
	transform: translateY(-50%);
	z-index: 9;
	white-space: nowrap;
}
.fdright_nav li {
	width: 45px;
	height: 45px;
	line-height: 45px;
	position: relative;
	margin-bottom: 1px;
	font-size: 14px;
	color: #fff;
	transition: all 0.3s;
}
.fdright_nav li.close {
	height: 20px;
	line-height: 20px;
	margin-bottom: 0;
	cursor: pointer;
}
.fdright_nav li.close .iconfont {
	background: #555;
	color: #fff;
	display: block;
	overflow: hidden;
	text-align: center;
	font-size: 12px;
}
.fdright_nav li.close .iconfont:hover {
	background: #777;
}
.fdright_nav li.fdrighta a {
	display: block;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 150px;
	background-color: #4B98CC;
	color: #fff;
	padding-left: 45px;
	background-position: left top;
	background-repeat: no-repeat;
	transition: all 0.3s;
}
.fdright_nav li img {
	display: none;
	position: absolute;
	right: 45px;
	top: -302px;
	width: 150px;
	height: auto;
}
.fdright_nav li .fdright_nav_qq {
	background-image: url(../image/kefu_qq.png);
}
.fdright_nav li .fdright_nav_tel {
	background-image: url(../image/kefu_tel.png);
}
.fdright_nav li .fdright_nav_xq {
	background-image: url(../image/kefu_xq.png);
}
.fdright_nav li.fdright_nav_wx {
	background: #4B98CC url(../image/kefu_wx.png) no-repeat;
}
.fdright_nav li.fdright_nav_wx:hover {
	background: #262626 url(../image/kefu_wx.png) no-repeat;
}
.fdright_nav li.fdright_nav_wx:hover img {
	display: block;
}
.fdright_nav li.fdright_nav_top {
	background: #4e4e4e url(../image/kefu_top.png) no-repeat;
	cursor: pointer;
}
.fdright_nav li a:hover {
	background-color: #262626;
	left: -105px;
}
/* cate-body */
.cate-body {
	margin-top: 20px;
	overflow: hidden;
	color: #666;
	line-height: 1.8;
	display: none;
}
.cate-body img {
	max-width: 100%;
	height: auto;
}
/* tan_tips */
.tan_tips {
	position: fixed;
	left: 0px;
	right: 0px;
	bottom: 0px;
	top: 0px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	z-index: 999;
	background-color: rgba(0, 0, 0, 0.7);
	text-align: center;
	padding: 20px;
	color: #999;
}
.tan_tips .box {
	background: #fff;
	box-shadow: 0 0 20px #fff;
	border-radius: 5px;
	width: 100%;
	max-width: 600px;
	padding: 40px;
	position: relative;
}
.tan_tips .close {
	position: absolute;
	right: -15px;
	top: -15px;
	background: #3e8bcc;
	color: #fff;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	overflow: hidden;
	cursor: pointer;
	font-size: 20px;
	transition: all 0.3s;
}
.tan_tips .close:hover {
	transform: rotate(360deg);
}
.tan_tips #tips_html .iconfont {
	font-size: 40px;
}
.tan_tips #tips_html .text {
	font-size: 20px;
	padding: 10px 0 0 0;
	overflow: hidden;
}
.tan_tips #tips_html .but {
	background: #3e8bcc;
	display: inline-block;
	cursor: pointer;
	border-radius: 10px;
	padding: 10px 30px;
	margin-top: 15px;
	color: #fff;
	font-size: 16px;
	transition: all 0.3s;
}
.tan_tips #tips_html .but:hover {
	background: #cc6600;
}
.tan_tips #tips_html .icon-loading:before {
	display: inline-block;
	-webkit-transition-property: -webkit-transform;
	-webkit-transition-duration: 1s;
	-moz-transition-property: -moz-transform;
	-moz-transition-duration: 1s;
	-webkit-animation: rotate 3s linear infinite;
	-moz-animation: rotate 3s linear infinite;
	-o-animation: rotate 3s linear infinite;
	animation: rotate 3s linear infinite;
}
.tan_tips .yes {
	color: #000;
}
.tan_tips .no {
	color: #ba0000;
}
@-webkit-keyframes rotate {
 from {
 -webkit-transform: rotate(0deg);
}
to {
	-webkit-transform: rotate(360deg);
}
}
@-moz-keyframes rotate {
 from {
 -moz-transform: rotate(0deg);
}
to {
	-moz-transform: rotate(359deg);
}
}
@-o-keyframes rotate {
 from {
 -o-transform: rotate(0deg);
}
to {
	-o-transform: rotate(359deg);
}
}
@keyframes rotate {
 from {
 transform: rotate(0deg);
}
to {
	transform: rotate(359deg);
}
}
/* main-pro */
.main-pro {
	height: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	flex-direction: column;
}
.main-pro .main_pro_top {
	width: 100%;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	background: url(../image/bj-box9.jpg) center bottom no-repeat;
	background-size: 100% auto;
	border: 1px solid #e8e8e8;
	border-top: 0;
	box-shadow: 5px 5px 20px #e8e8e8;
}
.main-pro .main_pro_bottom {
	width: 100%;
}
.baojia_fixed {
	position: fixed;
	top: 58px;
	width: 280px;
}
.baojia_absolute {
	position: absolute;
	left: 0;
	width: 280px;
	bottom: 0;
}
.whyjz {
	margin: 10px 0 0;
	line-height: 22px;
	text-align: left;
	overflow: hidden;
	font-size: 14px;
}
.whyjz .other-link-info {
	margin: 0 0 25px;
	padding: 15px 0;
	border-bottom: 1px solid #ebebeb;
}
.whyjz .jztitle {
	float: left;
	color: #9b9ea0
}
.whyjz .jzitem {
	padding-left: 70px
}
.whyjz .jzitem .item {
	float: left;
	padding-right: 8px;
	color: #39F;
	text-decoration: none;
	width: 25%;
	overflow: hidden;
}
.whyjz .jzitem .item:hover {
	color: #36f
}
.whyjz .jzitem .link-item {
	float: left;
	color: #36f
}
.tagtag {
	text-align: right;
	padding: 10px 0;
	font-size: 12px;
	color: #666;
}
.tagtag a {
	padding: 0 3px;
	color: #666;
}
.tagtag a:hover {
	color: #3e8bcc;
}
.list-zizhi li.wid100 {
	width: 100%;
	float: none;
}
.list-zizhi li.wid100 .pic {
	width: 320px;
	height: 100%;
}
.list-zizhi li.wid100 .box p {
	height: 100%;
}
.list-zizhi li.wid100 a {
	padding: 15px 0;
}
.banli {
	text-align: center;
	padding: 38px 0 20px;
	max-width: 1220px;
	margin: 0 auto;
}
.banli a {
	padding: 10px;
	display: block;
	float: left;
	width: 13.6%;
	border: 1px solid #ccc;
	margin: 4px;
}
.banli a:hover, .banli a.item {
	background: #4B98CC;
	color: #fff;
	border: #4B98CC
}
.xunrec li {
	height: 30px;
	line-height: 30px;
	float: left;
	width: 33%;
	overflow: hidden;
}
.ztpic {
	text-align: center;
	padding-bottom: 15px;
}
.web_body_html {
    margin: 20px 0;
    overflow: hidden;
    font-size: 14px;
    line-height: 1.8
}

.web_body_html ul,
.web_body_html ol {
    list-style-type: disc;
    margin-left: 20px
}


.web_body_html em {
    background:#4FBEF4;
    color: #fff;
    border-radius: 100px;
    display: inline-block;
    padding: 0 10px;
    margin: 3px 5px 0 0;
	font-style:normal;
}

.web_body_html h2 {
	border-bottom: 1px solid #eee;
	font-weight: bold;
	color: #4B98CC;
	position: relative;
	font-size: 18px;
	margin-bottom: 5px;
	margin-top: 20px
}

.web_body_html h2:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: -1px;
	height: 1px;
	width: 2em;
	background: #4B98CC
}

.web_body_html h3 {
	border-left: 5px solid #ccc;
	font-size: 16px;
	line-height: 1.6;
	margin: 15px 0 15px 11px;
	padding: 0 0 0 10px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	color:#0e9ce4;
	font-weight:bold;
}

.web_body_html h3:after {
	content: "";
	width: 0;
	margin-left: 10px;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	height: 1px;
}

.web_body_html img {
    max-width: 100% !important;
    height: auto !important;
    margin: 10px 0
}

.web_body_html table {
    border: 1px solid #ddd;
    width: 100%;
    margin: 10px 0
}

.web_body_html table th,
.web_body_html table td {
    border: 1px solid #ddd;
    padding: 5px 10px;
    text-align: left
}

.web_body_html table th {
    background: #6aa84f;
    color: #fff
}

.web_body_html>*:first-child {
    margin-top: 0 !important
}
.explain a.onlinecall {
    color: #fff;
    display: inline;
    font-size: 14px;
    background: #3e8bcc;
    padding: 0 5px;}
	

/*服务流程*/
.fwlc{ width:100%; min-height:468px; background:url(../image/fwlc.jpg) center top no-repeat; overflow:hidden;background-size: 100% 100%;}
.fwlc_c{ margin:60px auto; overflow:hidden;}
.fwlc_n{ width:1200px; min-height:197px; background:url(../image/fwlc1.png) center no-repeat; margin:45px auto; position:relative;display:table;}
.fwlc_n li{ background:url(../image/fwlc2.png) no-repeat center; display:block; width:136px; height:62px; text-align:center; font-size:16px; color:#555; line-height:72px;}
.fwlc_n li:nth-child(2n){ background:url(../image/fwlc3.png) no-repeat center; line-height:56px;}
.fwlc_n .nc1{ position:absolute; bottom:0; left:20px;}
.fwlc_n .nc3{ position:absolute; bottom:0; left:363px;}
.fwlc_n .nc5{ position:absolute; bottom:0; left:705px;}
.fwlc_n .nc7{ position:absolute; bottom:0; right:20px;}
.fwlc_n .nc2{ position:absolute; top:0; left:195px;}
.fwlc_n .nc4{ position:absolute; top:0; left:536px;}
.fwlc_n .nc6{ position:absolute; top:0; right:185px;}

.fwlc_mobile{margin:20px auto; background:url(../image/fwlc3.png) no-repeat center; width:136px; height:62px; text-align:center; font-size:16px; color:#555; line-height:60px;}

.title2{ display:table; margin:0 auto; text-align:center;}
.title2 h2{ font-size:32px; color:#fff;}
.title2 i{ display:block; width:50px; height:4px; background:#fff; margin:10px auto;}
.title2 span{ font-size:16px; color:#fff;}
