@charset "utf-8";
.clearjs {
	width: 100%;
	clear: both;
	line-height: 0;
	display: block;
	overflow: hidden;
	zoom: 1;
	font-size: 0;
	content: '.'
}
*, *:before, *:after {
	margin: 0;
	padding: 0;
	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
}
body {
	font-size: 14px;
	color: #333;
	line-height: 1;
	font-family: 'Microsoft Yahei', 'Helvetica Neue', Helvetica, 'Lucida Grande', Arial, 'Hiragino Sans GB', 'WenQuanYi Micro Hei', STHeiti, SimSun, sans-serif;
	background: #fff;
	-webkit-font-smoothing: antialiased;
	font-weight: 400;
	overflow-x: hidden
}
a {
	color: #333;
	text-decoration: none;
	cursor: pointer;
	transition: all .5s
}
a:hover {
	color: #006cb8
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal
}
em, i {
	font-style: normal
}
img {
	vertical-align: middle;
	transition: all .5s
}
input, select, textarea {
	font-family: 'Microsoft Yahei', 'Helvetica Neue', Helvetica, 'Lucida Grande', Arial, 'Hiragino Sans GB', 'WenQuanYi Micro Hei', STHeiti, SimSun, 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:after {
	width: 100%;
	clear: both;
	line-height: 0;
	display: block;
	overflow: hidden;
	zoom: 1;
	font-size: 0;
	content: '.'
}
.container {
	width: 100%;
	max-width: 1450px;
	margin: 0 auto;
	padding: 0 10px
}
.pc {
	display: block
}
.wap {
	display: none
}
.sys-bj {
	background: #f7f7f7
}
header {
	position: sticky;
	top: 0;
	z-index: 999;
	background: #fff;
	box-shadow: 0 0 10px #eee
}
header>.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;
	max-width: 1760px
}
header>.container>.icon-sousuo {
	font-size: 30px;
	cursor: pointer
}
header .logo {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: 0
}
header .logo img {
	height: 70px;
	width: auto
}
header nav {
	margin-right: 20px
}
header nav ul li {
	float: left;
	position: relative;
	z-index: 999
}
header nav ul li>a {
	display: block;
	overflow: hidden;
	padding: 0 20px;
	font-size: 16px;
	line-height: 90px
}
header nav ul li .sub {
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	background: #fff;
	text-align: center;
	box-shadow: 0 5px 10px #eee
}
header nav ul li .sub a {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0 10px;
	line-height: 40px;
	border-top: 1px solid #f5f5f5
}
header nav ul li.on>a {
	color: #006cb8
}
header .navbut {
	display: none
}
header .search {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,108,184,0.9);
	z-index: 1010
}
header .search .container {
	max-width: 800px
}
header .search .icon-close {
	color: #fff;
	font-size: 30px;
	cursor: pointer;
	border: 2px solid #fff;
	border-radius: 50%;
	width: 60px;
	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;
	margin: 0 auto;
	transition: all .5s
}
header .search .icon-close:hover {
	transform: rotate(360deg);
	background-color: rgba(0,0,0,0.5);
	border-color: transparent
}
header .search .box {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-bottom: 50px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center
}
header .search .box .iconfont {
	font-size: 40px;
	color: #ccc
}
header .search .box input {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: 0;
	height: 100px;
	border: 0;
	background: none;
	color: #fff;
	font-size: 40px;
	padding-left: 20px
}
header .search .box input::-webkit-input-placeholder {
color:#ccc
}
header .search .box input::-moz-placeholder {
color:#ccc
}
header .search .box input:-moz-placeholder {
color:#ccc
}
header .search .box input:-ms-input-placeholder {
color:#ccc
}
header .search .box textarea::-webkit-input-placeholder {
color:#ccc
}
header .search .box textarea::-moz-placeholder {
color:#ccc
}
header .search .box textarea:-moz-placeholder {
color:#ccc
}
header .search .box textarea:-ms-input-placeholder {
color:#ccc
}
header .search form {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	height: 100%
}
footer {
	background: #101010;
	color: #8f8f8f
}
footer>.container {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding: 30px 10px
}
footer .tit {
	font-size: 18px;
	line-height: 54px;
	color: #fff
}
footer .tit a {
	color: #fff
}
footer .count {
	line-height: 1.5;
	min-width: 30%;
	max-width: 35%
}
footer .count .tel {
	font-size: 36px;
	color: #fff
}
footer .count .text:before {
	content: '';
	width: 2em;
	height: 2px;
	background: #006cb8;
	display: block;
	overflow: hidden;
	margin-bottom: 15px;
	margin-top: 5px
}
footer .count .ewm {
	margin-top: 15px
}
footer .count .ewm img {
	width: 120px;
	height: auto
}
footer nav {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: 0;
	border-left: 1px solid #212121;
	padding-left: 5vw;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between
}
footer nav dl dd a {
	display: block;
	overflow: hidden;
	line-height: 34px;
	color: #4b4c4e
}
footer .foot {
	background: #000000;
	color: #4b4c4e;
	padding: 25px 0
}
footer .foot .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
}
footer .foot a {
	color: #4b4c4e; padding-left:5px;
}
footer .foot a:hover {
	color: #006cb8
}
.banner .swiper-slide {
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	height: 520px;
	/*height: calc(100vh - 90px);*/
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center
}
.banner .swiper-slide img{max-width:100%; display:none;}

.banner .swiper-slide .cenbox {
	width: 100%;
	text-align: center;
	color: #fff
}
.banner .swiper-slide .cenbox .tt {
	font-size: 42px;
	line-height: 1.45
}
.banner .swiper-slide .cenbox .tm {
	font-size: 20px;
	line-height: 1.9
}
.banner .banner-num {
	position: absolute;
	left: 0;
	bottom: 20px;
	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;
	z-index: 5
}
.banner .banner-num .swiper-pagination-bullet {
	border-radius: 50%;
	opacity: 1;
	transition: all .5s;
	width: 12px;
	height: 12px;
	margin: 0 4px;
	cursor: pointer;
	background: #fff
}
.banner .banner-num .swiper-pagination-bullet-active {
	background: #006cb8
}
.banner .banner-next, .banner .banner-prev {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 30px;
	background-color: rgba(0,0,0,0.5);
	padding: 15px 5px;
	color: #fff;
	z-index: 5;
	cursor: pointer;
	opacity: 0;
	transition: all .5s;
	font-weight: bold
}
.banner .banner-next:hover, .banner .banner-prev:hover {
	background-color: rgba(0,108,184,0.5)
}
.banner .banner-next {
	right: 60px
}
.banner .banner-prev {
	left: 60px
}
.banner:hover .banner-next, .banner:hover .banner-prev {
	opacity: 1
}
.nbanner {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 50vh;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center
}
.nbanner .cenbox {
	width: 100%;
	text-align: center;
	color: #fff
}
.nbanner .cenbox .tt {
	font-size: 42px;
	line-height: 1.45
}
.nbanner .cenbox .tm {
	font-size: 20px;
	line-height: 1.9
}
.pagination {
	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;
	padding: 50px 0 0 0
}
.pagination li {
	padding: 0 5px
}
.pagination li a, .pagination li span {
	display: block;
	overflow: hidden;
	padding: 0 15px;
	line-height: 38px;
	background: #ececec;
	color: #666
}
.pagination li a:hover {
	background: #666;
	color: #fff;
	border-color: #666
}
.pagination li.active span {
	cursor: default;
	background: #006cb8;
	color: #fff
}
.pagination li.disabled span {
	background: #ddd;
	color: #888;
	cursor: not-allowed
}
.main {
	padding: 50px 0 70px 0
}
.web-cate {
	position: sticky;
	top: 90px;
	background: #fff;
	box-shadow: 0 15px 25px rgba(0,0,0,0.05);
	line-height: 70px;
	font-size: 18px;
	z-index: 888
}
.web-cate .swiper-slide {
	width: auto
}
.web-cate .swiper-slide a {
	display: block;
	overflow: hidden;
	padding: 0 30px
}
.web-cate .on a {
	color: #006cb8
}
.in-waibao {
	padding: 40px 0 60px 0
}
.in-waibao .btit {
	text-align: center;
	font-size: 16px
}
.in-waibao .btit span {
	font-size: 30px;
	font-weight: bold;
	color: #006cb8;
	margin-bottom: 10px;
	display: block
}
.in-waibao .btit p {
	opacity: .7
}
.in-waibao .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;
	position: relative;
	margin-bottom: 40px
}
.in-waibao .tab:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 40px;
	height: 1px;
	background: #ebebeb
}
.in-waibao .tab li {
	cursor: pointer;
	padding: 0 50px;
	text-align: center;
	font-size: 16px;
	position: relative;
	z-index: 5
}
.in-waibao .tab li i {
	display: block;
	overflow: hidden;
	width: 80px;
	height: 80px;
	background: url(../img/icon_tab.png);
	background-size: 100% 100%;
	margin: 0 auto
}
.in-waibao .tab li span {
	display: block;
	position: relative;
	z-index: 2;
	margin-top: -15px
}
.in-waibao .tab li.on {
	color: #006cb8
}
.in-waibao .tab li.on i {
	background-image: url(../img/icon_tab_cur.png)
}
.in-waibao .xun ul {
	margin: -15px;
	overflow: hidden
}
.in-waibao .xun ul li {
	float: left;
	width: 33.33333333%;
	padding: 15px;
	text-align: center
}
.in-waibao .xun ul li a {
	display: block;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
	padding: 30px 20px;
	position: relative
}
.in-waibao .xun ul li a:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,108,184,0.8);
	z-index: 2;
	opacity: 0;
	transition: all .5s
}
.in-waibao .xun ul li .pic {
	overflow: hidden;
	position: relative
}
.in-waibao .xun ul li .pic:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,108,184,0.3)
}
.in-waibao .xun ul li .pic img {
	width: 100%;
	height: auto
}
.in-waibao .xun ul li .bt {
	font-size: 20px;
	border-bottom: 1px solid #eee;
	line-height: 60px;
	font-weight: bold;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}
.in-waibao .xun ul li em {
	width: 100px;
	color: #fff;
	margin: 0px auto;
	background: #006cb8;
	border-radius: 60px;
	line-height: 30px;
	display: block;
	outline: none
}
.in-waibao .xun ul li .txt {
	color: #565656;
	line-height: 22px;
	height: 44px;
	margin: 10px 0 20px 0;
	overflow: hidden
}
.in-waibao .xun ul li .hide {
	z-index: 3;
	position: absolute;
	left: 0;
	top: 50%;
	right: 0;
	color: #fff;
	padding: 15px;
	transform: translateY(-50%);
	max-height: 100%;
	overflow: hidden;
	transition: all .5s;
	opacity: 0;
	line-height:28px;
}
.in-waibao .xun ul li .hide span {
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 15px;
	display: block
}
.in-waibao .xun ul li .hide p {
	line-height: 26px;
	max-height: 130px;
	overflow: hidden
}
.in-waibao .xun ul li:hover a:after {
	opacity: 1
}
.in-waibao .xun ul li:hover .hide {
	opacity: 1
}
.in-waibao dl {
	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;
	margin-top: 40px
}
.in-waibao dl dt, .in-waibao dl dd {
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
	height: 116px;
	padding: 0 18px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center
}
.in-waibao dl dt .box, .in-waibao dl dd .box {
	width: 100%
}
.in-waibao dl dt span {
	font-size: 24px;
	display: block;
	margin-bottom: 15px
}
.in-waibao dl dt p {
	line-height: 1.4
}
.in-waibao dl dd {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: 0;
	min-width: 100px;
	text-align: center;
	margin-left: 12px
}
.in-waibao dl dd img {
	height: 36px;
	width: auto;
	margin-bottom: 15px
}
.in-youshi {
	background: url(../img/bg_youshi.jpg) center bottom no-repeat
}
.in-youshi .btit {
	text-align: center;
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 10px
}
.in-youshi .btit span {
	font-size: 32px;
	display: block;
	font-weight: bold;
	margin-bottom: 10px
}
.in-youshi ul {
	overflow: hidden;
	margin: -12px;
	transform: translateY(25px)
}
.in-youshi ul li {
	float: left;
	width: 33.33333333%;
	padding: 12px
}
.in-youshi ul li .box {
	display: block;
	overflow: hidden
}
.in-youshi ul li .pic {
	position: relative;
	overflow: hidden
}
.in-youshi ul li .pic:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.7);
	z-index: 2;
	transition: all .5s;
	opacity: 0
}
.in-youshi ul li .pic img {
	width: 100%;
	height: auto
}
.in-youshi ul li .pic span {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	background-color: rgba(0,0,0,0.3);
	color: #fff;
	line-height: 60px;
	font-size: 20px;
	transition: all .5s;
	z-index: 1;
	text-align: center
}
.in-youshi ul li .pic .hide {
	z-index: 3;
	position: absolute;
	left: 0;
	top: 50%;
	right: 0;
	color: #fff;
	padding: 15px;
	transform: translateY(-50%);
	max-height: 100%;
	overflow: hidden;
	transition: all .5s;
	opacity: 0
}
.in-youshi ul li .pic .hide .tt {
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 15px
}
.in-youshi ul li .pic .hide .tm {
	line-height: 26px;
	max-height: 130px;
	overflow: hidden
}
.in-youshi ul li i {
	line-height: 20px;
	text-align: center;
	height: 26px;
	width: 26px;
	border: 3px solid #FFF;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	background: #005CDC;
	display: block;
	overflow: hidden;
	margin: 50px auto 0 auto;
	border-radius: 50%;
	transition: all .5s
}
.in-youshi ul li:hover .pic:before {
	opacity: 1
}
.in-youshi ul li:hover .pic img {
	transform: scale(1.1)
}
.in-youshi ul li:hover .pic span {
	transform: translateY(100%)
}
.in-youshi ul li:hover .pic .hide {
	opacity: 1
}
.in-youshi ul li:hover i {
	background: #ff9f00
}
.in-about {
	padding: 50px 0;
	background: url(../img/bg_about.png);
	background-size: cover
}
.in-about .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
}
.in-about .box {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: 0;
	padding: 0 30px 0 0;
	max-width: 630px
}
.in-about .box .btit {
	font-size: 48px;
	font-weight: bold
}
.in-about .box .btit em {
	color: #006cb8
}
.in-about .box .stit {
	font-size: 24px;
	margin-top: 15px;
	margin-bottom: 25px
}
.in-about .box .text {
	line-height: 36px;
	font-size: 15px
}
.in-about .box 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;
	margin-top: 8.14vh;
	text-align: center
}
.in-about .box ul li span {
	font-size: 52px
}
.in-about .box ul li em {
	transform: translateY(-30px);
	display: inline-block;
	margin-left: 5px
}
.in-about .box ul li p {
	color: #666;
	display: block;
	margin-top: 10px
}
.in-about .pics {
	width: 50%;
	position: relative;
	padding: 0 0 65px 65px
}
.in-about .pics img {
	width: 100%;
	height: auto
}
.in-about .pics .p0 {
	position: absolute;
	left: 5px;
	top: 30px;
	width: 10px
}
.in-about .pics .p1 {
	overflow: hidden
}
.in-about .pics .p2 {
	width: 30%;
	height: 50%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	background-color: rgba(0,0,0,0.5)
}
.in-about .pics .p2 img {
	display: none
}
.in-about .pics:hover .p1 img {
	transform: scale(1.05)
}
.in-hezuo {
	background: #f3f3f3;
	padding: 50px 0
}
.in-hezuo .btit {
	text-align: center;
	font-size: 16px;
	margin-bottom: 30px
}
.in-hezuo .btit span {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 10px;
	display: block
}
.in-hezuo .btit em {
	color: #006cb8
}
.in-hezuo .btit p {
	opacity: .6;
	display: block;
	padding-top: 5px
}
.in-hezuo .btit .line {
	position: relative;
	overflow: hidden;
	height: 7px;
	margin-top: 15px
}
.in-hezuo .btit .line:after, .in-hezuo .btit .line:before, .in-hezuo .btit .line i {
	content: '';
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	height: 1px;
	background: #cccccc
}
.in-hezuo .btit .line:before {
	top: 0;
	width: 240px
}
.in-hezuo .btit .line:after {
	bottom: 1px;
	width: 280px
}
.in-hezuo .btit .line i {
	height: 3px;
	width: 50px;
	bottom: 0px;
	background: #006cb8;
	z-index: 1
}
.in-hezuo ul {
	margin: -8px;
	overflow: hidden
}
.in-hezuo ul li {
	float: left;
	padding: 8px;
	width: 14.28571429%
}
.in-hezuo ul li .box {
	background: #fff;
	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;

}
.in-hezuo ul li .box img {
	max-height: auto;
	max-width: 100%
}
.in-hezuo ul li:hover img {
	transform: scale(1.1)
}
.in-news {
	padding: 60px 0
}
.in-news .btit {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: flex-end;
	align-items: flex-end;
	margin-bottom: 30px
}
.in-news .btit .bt em {
	font-family: Arial;
	color: #e3e3e3;
	font-size: 50px;
	text-transform: uppercase
}
.in-news .btit .bt span {
	font-size: 28px;
	display: block;
	margin-top: -20px;
	font-weight: bold
}
.in-news .btit ul li {
	float: left;
	line-height: 24px;
	border: 1px solid transparent;
	padding: 0 12px;
	border-radius: 100px;
	cursor: pointer;
	margin-left: 10px
}
.in-news .btit ul li.on {
	border-color: #006cb8;
	color: #006cb8
}
.in-news .li {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between
}
.in-news .li ul {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: 0;
	margin-right: 50px
}
.in-news .li ul li {
	margin-top: 15px
}
.in-news .li ul 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
}
.in-news .li ul li .date {
	width: 98px;
	height: 98px;
	border: 1px solid #d6d6d6;
	margin-right: 16px;
	text-align: center;
	color: #666;
	transition: all .5s
}
.in-news .li ul li .date em {
	font-size: 25px;
	display: block;
	text-transform: capitalize;
	padding: 15px 0 0 0
}
.in-news .li ul li .date em:after {
	content: '';
	display: block;
	overflow: hidden;
	margin: 12px auto;
	height: 1px;
	width: 30px;
	background: #757575;
	transition: all .5s
}
.in-news .li ul li .box {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: 0
}
.in-news .li ul li .box span {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 18px;
	margin-bottom: 10px
}
.in-news .li ul li .box p {
	display: block;
	overflow: hidden;
	line-height: 26px;
	height: 52px;
	color: #666
}
.in-news .li ul li:first-child {
	margin-top: 0
}
.in-news .li ul li:hover .date {
	background: #006cb8;
	color: #fff
}
.in-news .li ul li:hover .date em:after {
	background: #fff
}
.in-news .li dl {
	width: 50%;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between
}
.in-news .li dl dd {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: 0
}
.in-news .li dl dd a {
	display: block;
	overflow: hidden
}
.in-news .li dl dd .pic {
	overflow: hidden;
	border: 1px solid #eeeeee
}
.in-news .li dl dd .pic img {
	width: 100%;
	height: 250px
}
.in-news .li dl dd span {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 16px;
	font-weight: bold;
	padding-top: 20px
}
.in-news .li dl dd p {
	display: block;
	overflow: hidden;
	line-height: 24px;
	color: #5f5f5f;
	margin: 15px 0;
	height: 96px
}
.in-news .li dl dd .more {
	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;
	color: #666
}
.in-news .li dl dd .more em:first-child {
	color: #9a9a9a
}
.in-news .li dl dd .more em:last-child:hover {
	color: #006cb8
}
.in-news .li dl dd:nth-child(2) {
	margin-left: 20px
}
.in-news .li dl dd:hover .pic img {
	transform: scale(1.05)
}
.in-zixun {
	padding: 60px 0
}
.in-zixun .container {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between
}
.in-zixun .box {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: 0;
	margin-right: 30px;
	max-width: 700px
}
.in-zixun .pic {
	overflow: hidden;
	position: relative;
	height: 100%;
	width: 46%;
	padding: 0 0 12px 12px
}
.in-zixun .pic img {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 5
}
.in-zixun .pic:after {
	content: "";
	background: #E9E9E9;
	position: absolute;
	left: 0px;
	bottom: 0px;
	right: 12px;
	top: 12px
}
.in-zixun .btit {
	margin-bottom: 20px
}
.in-zixun .btit span {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 12px;
	display: block
}
.in-zixun .btit p {
	opacity: .7
}
.in-zixun .text {
	font-size: 16px;
	line-height: 28px;
	color: #888888
}
.in-zixun ul {
	padding: 30px 0;
	overflow: hidden
}
.in-zixun ul li {
	padding-left: 26px;
	font-size: 15px;
	color: #006cb8;
	font-weight: bold;
	line-height: 38px;
	overflow: hidden;
	position: relative
}
.in-zixun ul li:before {
	content: "";
	background: #006cb8;
	height: 3px;
	width: 15px;
	margin-top: -1px;
	position: absolute;
	left: 0px;
	top: 50%
}
.in-zixun .more {
	font-size: 16px;
	color: #FFF;
	background: #006cb8;
	height: 54px;
	border: 3px solid #006cb8;
	width: 200px;
	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-top:20px;
}
.in-zixun .more .iconfont {
	font-size: 20px;
	margin-right: 10px
}
.in-zixun .more:hover {
	background: #fff;
	color: #006cb8
}
.in-hujiao {
	padding: 60px 0;
	background: url(../img/bg_waibao.jpg) no-repeat center center;
	background-size: cover;
	color: #fff
}
.in-hujiao .btit {
	text-align: center;
	margin-bottom: 40px
}
.in-hujiao .btit span {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 12px;
	display: block
}
.in-hujiao .btit p {
	opacity: .7
}
.in-hujiao ul {
	overflow: hidden;
	margin: -20px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-wrap: wrap
}
.in-hujiao ul li {
	width: 33.3333333%;
	padding: 0 20px;
	border-left: 1px solid #ccc;
	margin: 20px 0
}
.in-hujiao ul li .box {
	background: url(../img/icon_xd.png) center bottom no-repeat;
	position: relative;
	height: 100%;
	padding: 0 0 25px 0
}
.in-hujiao ul li .lrbox {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between
}
.in-hujiao ul li .lrbox .ico {
	width: 86px;
	line-height: 98px;
	height: 92px;
	background: url(../img/icon_djiao.png);
	display: block;
	overflow: hidden;
	color: #006cb8;
	text-align: center;
	font-size: 50px
}
.in-hujiao ul li .lrbox .ico .iconfont {
	opacity: .4;
	transition: all .5s;
	display: inline-block
}
.in-hujiao ul li .lrbox .text {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: 0;
	margin-left: 20px;
	line-height: 24px;
	margin-top: 10px
}
.in-hujiao ul li .bt {
	padding-left: 20px;
	font-size: 18px;
	font-weight: bold;
	position: relative;
	line-height: 20px;
	overflow: hidden;
	margin-bottom: 10px
}
.in-hujiao ul li .bt:before {
	position: absolute;
	font-size: 12px;
	left: 0;
	top: 2px;
	font-family: "iconfont";
	content: "\e60e";
	transform: scale(.6)
}
.in-hujiao ul li:nth-child(3n+1) {
	border-left: 0
}
.in-hujiao ul li:hover .lrbox .ico .iconfont {
	-webkit-animation: spinAround 2s linear infinite;
	-moz-animation: spinAround 2s linear infinite;
	animation: spinAround 2s linear infinite
}
.in-fuwu {
	padding: 60px 0
}
.in-fuwu .btit {
	text-align: center
}
.in-fuwu .btit span {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 12px;
	display: block
}
.in-fuwu .btit p {
	opacity: .7
}
.in-fuwu .text {
	color: #595959;
	font-size: 16px;
	line-height: 30px;
	margin: 30px auto 35px auto;
	max-width: 950px
}
.in-fuwu .more {
	font-size: 16px;
	color: #FFF;
	background: #006cb8;
	height: 54px;
	border: 3px solid #006cb8;
	width: 200px;
	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
}
.in-fuwu .more .iconfont {
	font-size: 20px;
	margin-right: 10px
}
.in-fuwu .more:hover {
	background: #fff;
	color: #006cb8
}
.in-liucheng {
	padding: 60px 0;
	background: #006cb8
}
.in-liucheng .btit {
	text-align: center;
	color: #fff;
	margin-bottom: 40px
}
.in-liucheng .btit span {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 12px;
	display: block
}
.in-liucheng .btit p {
	opacity: .7
}
.in-liucheng ul {
	overflow: hidden;
	position: relative;
	color: #fff;
	text-align: center
}
.in-liucheng ul:before {
	content: '';
	position: absolute;
	left: 10%;
	right: 10%;
	top: 40px;
	background: #fff;
	height: 1px
}
.in-liucheng ul li {
	width: 20%;
	float: left;
	position: relative
}
.in-liucheng ul li:before {
	content: '';
	position: absolute;
	left: 0;
	transform: translateX(-50%);
	width: 8px;
	height: 8px;
	background: #fff;
	border-radius: 50%;
	top: 36px
}
.in-liucheng ul li:after {
	content: '';
	position: absolute;
	left: 0;
	transform: translateX(-50%);
	width: 16px;
	height: 16px;
	background-color: rgba(255,255,255,0.2);
	border-radius: 50%;
	top: 32px
}
.in-liucheng ul li .iconfont {
	border: 1px solid #fff;
	border-radius: 50%;
	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;
	margin: 0 auto;
	background: #006cb8;
	font-size: 30px;
	position: relative;
	z-index: 1;
	transition: all .5s
}
.in-liucheng ul li .tt {
	font-size: 20px;
	padding: 20px 0 15px 0
}
.in-liucheng ul li .tm {
	font-size: 14px;
	line-height: 1.5
}
.in-liucheng ul li:first-child:after, .in-liucheng ul li:first-child:before {
	display: none
}
.in-liucheng ul li:hover .iconfont {
	transform: rotate(360deg)
}
.in-liucheng .icon-cdown {
	color: #fff;
	display: block;
	overflow: hidden;
	text-align: center;
	font-size: 30px;
	margin: 40px 0 15px 0
}
.in-liucheng .more {
	display: block;
	overflow: hidden;
	margin: 0 auto;
	text-align: center;
	width: 222px;
	border: 4px solid #fff;
	border-radius: 25px;
	line-height: 40px;
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
	color: #fff;
	font-size: 16px;
	background: #0598ff;
	background: -webkit-linear-gradient(top, #0598ff, #005d9f);
	background: -o-linear-gradient(top, #0598ff, #005d9f);
	background: -moz-linear-gradient(top, #0598ff, #005d9f);
	background: linear-gradient(top, #0598ff, #005d9f)
}
.in-liucheng .more:hover {
	background: #006cb8
}
.in-dianshang {
	padding: 60px 0
}
.in-dianshang .btit {
	text-align: center;
	margin-bottom: 20px;
	background: url(../img/icon_yiny.jpg) center bottom no-repeat;
	padding: 0 0 35px 0
}
.in-dianshang .btit span {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 12px;
	display: block;
	color: #006cb8
}
.in-dianshang .btit p {
	opacity: .7
}
.in-dianshang .flrbox {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between
}
.in-dianshang .tout {
	width: 30%;
	display: block;
	overflow: hidden;
	margin-right: 30px;
	position: relative
}
.in-dianshang .tout img {
	width: 100%;
	height: 100%;
	transition: all .5s
}
.in-dianshang .tout .fd {
	position: absolute;
	left: 20px;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	background-color: rgba(0,108,184,0.5);
	color: #fff;
	padding: 30px 20px;
	font-size: 16px
}
.in-dianshang .tout .fd span {
	font-size: 24px;
	font-weight: bold;
	line-height: 34px;
	max-height: 68px;
	display: block;
	overflow: hidden
}
.in-dianshang .tout .fd p {
	line-height: 24px;
	max-height: 96px;
	display: block;
	overflow: hidden;
	margin: 15px 0;
	opacity: .9
}
.in-dianshang .tout .fd em {
	font-style: italic;
	opacity: .9
}
.in-dianshang .tout:hover img {
	transform: scale(1.05)
}
.in-dianshang ul {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: 0;
	margin: -10px;
	overflow: hidden
}
.in-dianshang ul li {
	width: 50%;
	float: left;
	padding: 10px
}
.in-dianshang ul 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
}
.in-dianshang ul li .date {
	width: 78px;
	height: 78px;
	background: #b0b0b0;
	text-align: center;
	color: #fff
}
.in-dianshang ul li .date em {
	display: block;
	font-size: 30px;
	font-weight: bold;
	font-style: italic;
	padding: 12px 0 8px 0
}
.in-dianshang ul li .box {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: 0;
	margin-left: 15px
}
.in-dianshang ul li .box span {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 10px
}
.in-dianshang ul li .box p {
	line-height: 22px;
	height: 44px;
	display: block;
	overflow: hidden;
	color: #666
}
.in-changjing {
	padding: 60px 0;
	background: #f0f0f0
}
.in-changjing .btit {
	text-align: center;
	margin-bottom: 30px
}
.in-changjing .btit span {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 12px;
	display: block
}
.in-changjing .btit p {
	opacity: .7
}
.in-changjing .swiper {
	position: relative;
	overflow: hidden;
	padding: 0 50px
}
.in-changjing .swiper a {
	display: block;
	overflow: hidden;
	height: 50vh;
	position: relative
}
.in-changjing .swiper img {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	height: auto;
	min-height: 100%
}
.in-changjing .swiper .fd, .in-changjing .swiper .hide {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.5);
	z-index: 5;
	color: #fff;
	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;
	font-size: 16px;
	transition: all .5s
}
.in-changjing .swiper .fd .iconfont {
	font-size: 70px;
	display: block;
	margin-bottom: 20px
}
.in-changjing .swiper .hide {
	opacity: 0;
	line-height: 2
}
.in-changjing .swiper .hide em {
	display: inline-block;
	padding: 0 30px;
	background: #fff;
	border-radius: 60px;
	color: #666;
	margin-top: 20px
}
.in-changjing .swiper a:hover .fd {
	opacity: 0
}
.in-changjing .swiper a:hover .hide {
	opacity: 1
}
.in-changjing .changjing-next, .in-changjing .changjing-prev {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 30px;
	width: 50px;
	text-align: center;
	cursor: pointer;
	color: #888;
	outline: 0
}
.in-changjing .changjing-next:hover, .in-changjing .changjing-prev:hover {
	color: #006cb8
}
.in-changjing .changjing-prev {
	left: 0
}
.in-changjing .changjing-next {
	right: 0
}
.box-content {
	padding: 10vh 0
}
.box-content .sbox {
	background: #fff;
	box-shadow: 0 10px 25px rgba(0,0,0,0.06);
	position: relative;
	z-index: 5;
	margin-bottom: -8vh;
	padding: 60px
}
.box-content .sbox .tit {
	font-size: 32px;
	border-bottom: 1px solid #EDEDED;
	text-align: center;
	padding: 0 0 40px 0;
	margin-bottom: 60px
}
.box-content .sbox .sanl {
	overflow: hidden
}
.box-content .sbox .sanl .li {
	width: 35%;
	float: left
}
.box-content .sbox .sanl .li .bt {
	font-size: 22px
}
.box-content .sbox .sanl .li .bt:after {
	content: '';
	background: #006cb8;
	height: 2px;
	width: 32px;
	display: block;
	overflow: hidden;
	margin: 20px 0 35px 0
}
.box-content .sbox .sanl .li .ewm {
	font-weight: bold;
	text-align: center;
	width: 132px;
	max-height: 100%
}
.box-content .sbox .sanl .li .ewm img {
	border: 1px solid #D8D8D8;
	width: 100%;
	height: auto;
	margin-bottom: 15px
}
.box-content .sbox .sanl .li ul li {
	margin-top: 20px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center
}
.box-content .sbox .sanl .li ul li .iconfont {
	height: 76px;
	width: 76px;
	border: 1px solid #E0E0E0;
	border-radius: 50%;
	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: #006cb8;
	font-size: 32px;
	transition: all .5s
}
.box-content .sbox .sanl .li ul li p {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: 0;
	margin-left: 15px
}
.box-content .sbox .sanl .li ul li p em {
	display: block;
	font-weight: bold;
	margin-bottom: 15px;
	font-size: 18px
}
.box-content .sbox .sanl .li ul li:first-child {
	margin-top: 0
}
.box-content .sbox .sanl .li ul li:hover .iconfont {
	transform: rotate(360deg)
}
.box-content .sbox .sanl .li:last-child {
	width: 30%
}
.box-content #bdmap {
	width: 100%;
	height: 50vh;
	font-size: 12px;
	line-height: 24px;
	margin-bottom: 60px
}
.box-content #bdmap h4 {
	color: #006cb8;
	border-bottom: 1px solid #eee;
	padding: 0 0 5px 0;
	margin: 0 0 5px 0;
	font-size: 16px
}
.box-content #bdmap .anchorBL {
	display: none
}
.box-content .btit {
	text-align: center;
	font-size: 16px;
	margin-bottom: 30px
}
.box-content .btit span {
	font-size: 30px;
	font-weight: bold;
	display: block
}
.box-content .btit p {
	opacity: .7;
	display: block;
	padding: 20px 0
}
.box-content .btit:after {
	content: '';
	display: block;
	overflow: hidden;
	margin: 0 auto;
	height: 4px;
	width: 32px;
	background: #006cb8
}
.box-content .form {
	margin: -10px;
	overflow: hidden
}
.box-content .form li {
	width: 25%;
	float: left;
	padding: 10px
}
.box-content .form li input[type='text'], .box-content .form li textarea {
	width: 100%;
	height: 52px;
	border: 1px solid #D3D4DA;
	padding: 0 15px
}
.box-content .form li textarea {
	padding: 15px;
	height: 180px
}
.box-content .form li input[type='submit'] {
	font-size: 16px;
	color: #FFF;
	background: #006cb8;
	text-align: center;
	display: block;
	margin: 0px auto;
	height: 44px;
	width: 136px;
	cursor: pointer;
	border-radius: 100px;
	border: 0
}
.box-content .form li.all {
	width: 100%
}
.list-case {
	margin: -20px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	flex-wrap: wrap
}
.list-case li {
	width: 33.33333333%;
	float: left;
	padding: 20px
}
.list-case li a {
	display: block;
	overflow: hidden;
	position: relative;
	background: #fff;
	box-shadow: 0 15px 25px rgba(0,0,0,0.08);
	color: #333
}
.list-case li .pic {
	overflow: hidden
}
.list-case li .pic img {
	width: 100%;
	height: 30vh
}
.list-case li .box {
	background: #fff;
	padding: 60px 30px 50px 30px;
	position: relative;
	z-index: 5
}
.list-case li .box .iconfont {
	position: absolute;
	left: 50%;
	top: 0;
	background: #f5f5f5;
	height: 74px;
	width: 74px;
	border-radius: 50%;
	display: block;
	overflow: hidden;
	font-size: 30px;
	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;
	transform: translate(-50%, -50%)
}
.list-case li .box span {
	display: block;
	overflow: hidden;
	font-size: 18px;
	line-height: 26px;
	height: 52px
}
.list-case li .box p {
	color: #888;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 10px 0 0 0
}
.list-case li .hide {
	opacity: 0;
	transition: all .5s;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,108,184,0.8);
	z-index: 9;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	text-align: center;
	color: #fff
}
.list-case li .hide .cenbox {
	width: 100%;
	padding: 20px 10%
}
.list-case li .hide span {
	display: block;
	overflow: hidden;
	font-size: 18px;
	line-height: 1.7
}
.list-case li .hide p {
	opacity: .7;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 15px 0 0 0
}
.list-case li:hover a {
	transform: translateY(-10px)
}
.list-case li:hover .hide {
	opacity: 1
}
.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;
	margin-top: -50px
}
.main-flex .main-left {
	width: 320px;
	margin-top: 60px;
	position: sticky;
	top: 100px
}
.main-flex .main-left .menu {
	background: #fff
}
.main-flex .main-left .menu .btit {
	background: #006cb8;
	color: #fff;
	line-height: 60px;
	font-size: 24px;
	padding: 0 20px
}
.main-flex .main-left .menu ul li {
	background:#f2f2f2; margin-top:2px;
}

.main-flex .main-left .menu ul li.on,.main-flex .main-left .menu ul li a:hover{color: #fff;
    background: #0158C2 url(../img/page_list_icon.png) no-repeat 280px center; border-bottom:none;}
.main-flex .main-left .menu ul li.on a,.main-flex .main-left .menu ul li a:hover{color:#fff !important;}
	
.main-flex .main-left .menu ul li a {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 60px;
	padding: 0 20px;
	font-size: 16px;
	color: #666
}
.main-flex .main-left .menu ul li:hover a, .main-flex .main-left .menu ul li.on a {
	color: #006cb8
}
.main-flex .main-left .zbox {
	background: #fff;
	margin-top: 20px;
	padding: 20px
}
.main-flex .main-left .zbox .tit {
	font-size: 18px;
	margin-bottom: 20px
}
.main-flex .main-left .twxun li a {
	line-height: 30px;
	position: relative;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0 0 0 10px
}
.main-flex .main-left .twxun li a:before {
	content: "";
	width: 3px;
	height: 3px;
	background: #B2B2B2;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -1px
}
.main-flex .main-left .twxun .pic {
	margin-bottom: 10px
}
.main-flex .main-left .twxun .pic a {
	padding: 0
}
.main-flex .main-left .twxun .pic a:before {
	display: none
}
.main-flex .main-left .twxun .pic img {
	width: 100%;
	height: auto
}
.main-flex .main-left .twxun .pic:hover img {
	transform: scale(1.05)
}
.main-flex .main-left .keyxun {
	overflow: hidden;
	margin: 0 -10px -10px 0
}
.main-flex .main-left .keyxun a {
	display: block;
	overflow: hidden;
	float: left;
	line-height: 32px;
	padding: 0px 22px;
	border: 1px solid #EBEBEB;
	white-space: nowrap;
	margin: 0px 10px 10px 0px;
	border-radius: .3em
}
.main-flex .main-right {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: 0;
	margin-left: 40px
}
.main-flex .main-right .position {
	font-size: 16px;
	height: 60px;
	line-height: 60px;
	opacity: .8
}
.main-flex .main-right .position .iconfont {
	margin-right: 10px
}
.main-flex .main-right .zbox {
	background: #fff;
	padding: 50px;
	overflow: hidden
}
.main-flex .main-right .pagination {
	padding: 40px 0 0 0
}
.list-news {
	margin: -30px 0;
	overflow: hidden
}
.list-news li {
	border-bottom: 1px dotted #e5e5e5;
	padding: 30px 0
}
.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
}
.list-news li .pic {
	padding: 2px;
	border: 1px solid #e5e5e5;
	overflow: hidden;
	width: 200px
}
.list-news li .pic img {
	width: 100%;
	height: 140px;
	transition: all .5s
}
.list-news li .box {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: 0;
	margin-left: 20px
}
.list-news li .box .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: space-between;
	justify-content: space-between
}
.list-news li .box .bt span {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: 0;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 18px;
	font-weight: bold
}
.list-news li .box .bt em {
	color: #888;
	font-style: italic
}
.list-news li .box .text {
	margin-top: 15px;
	display: block;
	overflow: hidden;
	line-height: 25px;
	height: 75px;
	color: #666
}
.list-news li:last-child {
	border-bottom: 0
}
.list-news li:hover .pic img {
	transform: scale(1.05)
}
.view-news .bt {
	font-size: 28px;
	line-height: 1.5;
	font-weight: bold;
}
.view-news .cs {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	margin-top: 20px
}
.view-news .cs li {
	margin-left: 20px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center
}
.view-news .cs li .iconfont {
	margin-right: 5px;
	font-size: 20px
}
.view-news .cs li:first-child {
	margin-left: 0
}
.view-news .desc {
	padding: 18px 50px;
	line-height: 20px;
	min-height: 36px;
	position: relative;
	background: #f5f5f5;
	border-radius: 40px 0 40px 0;
	color: #888;
	font-size: 13px;
	margin-top: 40px
}
.view-news .readking {
	padding: 30px;
	line-height: 20px;
	min-height: 36px;
	background: #f5f5f5;
	color: #888;
	font-size: 12px;
	margin-top: 40px
}
.view-news .desc font {
	color: #006cb8
}
.view-news .desc:before, .view-news .desc:after {
	position: absolute;
	font-size: 36px;
	font-family: "iconfont" !important;
	transform: scale(-1);
	line-height: 1;
	opacity: .8
}
.view-news .desc:before {
	content: "\e873";
	left: 0;
	top: -15px
}
.view-news .tongji {
	text-align: right;
	overflow: hidden;
	color: #888;
	margin-top: 20px
}
.view-news .tongji span {
	color: #006cb8;
	font-weight: bold
}
.view-news .back {
	display: block;
	overflow: hidden;
	margin: 0 auto;
	text-align: center;
	padding-top: 23px;
	height: 100px;
	width: 100px;
	color: #FFF;
	background: #006cb8;
	border-radius: 50%;
	box-shadow: 0 10px 25px rgba(1,87,206,0.4);
	transition: all .5s
}
.view-news .back .iconfont {
	display: block;
	font-size: 24px;
	margin-bottom: 10px
}
.view-news .back:hover {
	transform: translateY(-10px)
}
.view-news .btit {
	margin-bottom: 20px;
	font-size: 20px;
	margin-top: 20px;
}
.view-news .sxp {
	margin: 0 -15px
}
.view-news .sxp li {
	width: 50%;
	float: left;
	padding: 0 15px
}
.view-news .sxp li a {
	display: block;
	overflow: hidden;
	border: 1px solid #E6E6E6;
	background: #FFF;
	border-top: 3px solid #ff9f00;
	padding: 30px;
	color: #666;
	transition: all .5s
}
.view-news .sxp li em {
	font-size: 18px
}
.view-news .sxp li p {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 15px 0 0 0
}
.view-news .sxp li:hover a {
	border-top-color: #006cb8;
	transform: translateY(-10px);
	box-shadow: 0 2px 25px rgba(0,0,0,0.1)
}
.view-news .web-body {
	padding: 30px 0
}
.view-pages {
	overflow: hidden

}
.view-pages .bt {
	font-size: 28px;
	line-height: 1.5;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: -10px;
	text-align: center
}
.web-body {
	overflow: hidden;
	line-height: 2;
	text-align: justify
}
.web-body img {
	max-width: 100%;
	width: auto !important;
	height: auto !important
}
.xg-box {
	padding: 30px;
	margin-top: 30px;
	background: #fff
}
.xg-box .tit {
	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 #eaeaea;
	position: relative;
	padding: 0 0 15px 0;
	line-height: 1;
	margin-bottom: 20px
}
.xg-box .tit:before {
	content: "";
	position: absolute;
	left: 0px;
	bottom: -1px;
	height: 1px;
	width: 20px;
	background: #006cb8;
	z-index: 5
}
.xg-box .tit b {
	font-size: 20px
}
.xg-box .tit b em {
	color: #006cb8
}
.xg-box .tit a {
	color: #888
}
.xg-box .tit a:hover {
	color: #006cb8
}
.xg-box .news {
	background: #fff;
	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: space-between;
	justify-content: space-between
}
.xg-box .news .tou {
	width: 55%;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center
}
.xg-box .news .tou .pic {
	overflow: hidden;
	margin-right: 15px
}
.xg-box .news .tou .pic img {
	width: 250px;
	height: 160px;
	transition: all .5s
}
.xg-box .news .tou .pic img:hover {
	transform: scale(1.1)
}
.xg-box .news .tou .box {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: 0
}
.xg-box .news .tou .box span {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #333;
	transition: all .5s;
	font-size: 18px;
	font-weight: bold
}
.xg-box .news .tou .box span:hover {
	color: #006cb8
}
.xg-box .news .tou .box p {
	line-height: 24px;
	height: 96px;
	display: block;
	overflow: hidden;
	color: #666;
	margin: 8px 0
}
.xg-box .news .tou .box em {
	color: #888;
	line-height: 1
}
.xg-box .news .tou .box em:hover {
	color: #006cb8
}
.xg-box .news .line {
	border-left: 1px dashed #ddd;
	margin: 0 25px;
	height: 150px
}
.xg-box .news ul {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: 0
}
.xg-box .news ul li {
	line-height: 26px
}
.xg-box .news ul li a {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
	padding: 0 12px
}
.xg-box .news ul li a:before {
	content: "";
	position: absolute;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
	width: 3px;
	height: 3px;
	background: #666;
	border-radius: 50%
}
.xg-box .news ul li a em {
	float: right;
	color: #888;
	font-size: 90%
}
.xg-box .case ul {
	margin: -10px;
	overflow: hidden
}
.xg-box .case ul li {
	width: 25%;
	float: left;
	padding: 10px
}
.xg-box .case ul li .pic {
	overflow: hidden;
	margin-bottom: 12px
}
.xg-box .case ul li .pic img {
	width: 100%;
	height: auto;
	transition: all .5s
}
.xg-box .case ul li span {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
	font-size: 16px;
	color: #666;
	transition: all .5s;
	line-height: 1
}
.xg-box .case ul li:hover .pic img {
	transform: scale(1.05)
}
.xg-box .case ul li:hover span {
	color: #006cb8
}

.catnav {
	padding: 0 15px;
	color: #666;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
}
.catnav a {
	height: 28px;
	line-height: 28px;
	font-size: 14px;
}
.catnav a.on {
	color: #0158C2;
}
.jinlbody {
	margin: 20px 0;
	overflow: hidden;
	font-size: 14px;
	line-height: 1.8
}
.jinlbody ul, .jinlbody ol {
	list-style-type: disc;
	margin-left: 20px
}
.jinlbody ul li, .jinlbody ol li {
	list-style: inherit;
	list-style-type: inherit;
	padding: 1px 0
}
.jinlbody em {
	background: #6aa84f;
	color: #fff;
	border-radius: 100px;
	display: inline-block;
	padding: 0 9px;
	margin: 2px 5px;
	font-style: normal;
}
.jinlbody h2 {
	border-left: 5px solid #0e9ce4;
	font-size: 22px !important;
	line-height: 1.2 !important;
	margin: 15px 0 10px 0 !important;
	padding: 0 0 0 15px !important;
	color: #000 !important;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center
}
.jinlbody h2: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;
	background: #eee
}
.jinlbody h3 {
	border-left: 5px solid #ff6600;
	font-size: 18px !important;
	line-height: 1.2 !important;
	margin: 15px 0 10px 8px !important;
	padding: 0 0 0 15px !important;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center
}
.jinlbody 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;
	background: #efefef
}
.jinlbody img {
	max-width: 100% !important;
	height: auto !important;
	margin: 10px 0
}
.jinlbody table {
	border: 1px solid #ddd;
	width: 100%;
	margin: 10px 0
}
.jinlbody table th, .jinlbody table td {
	border: 1px solid #ddd;
	padding: 5px 10px;
	text-align: left
}
.jinlbody table th {
	background: #6aa84f;
	color: #fff
}
.jinlbody>*:first-child {
	margin-top: 0 !important
}
/*toolbar*/
#toolbar2 {
	display: none;
}
#toolbar {
	width: 68px;
	position: fixed;
	right: 0px;
	top: 50%;
	margin-top: -136px;
	z-index: 1000000;
}
#toolbar ul {
}
#toolbar li {
	width: 68px;
	height: 68px;
	float: left;
	margin: 4px 0px;
	position: relative;
}
#toolbar li .t_item {
	width: 68px;
	height: 68px;
	background: #f79800;
	text-align: center;
	line-height: 68px;
	display: block;
	border-radius: 5px 0 0 5px;
	color: #fff;
	text-decoration: none;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 2;
}
#toolbar li a.t_item:hover, #toolbar li a.cur {
	background: #212021;
}
.tool_qq {
	position: absolute;
	left: -118px;
	top: 0px;
	width: 118px;
	padding: 0 10px 0 0;
	display: none;
}
.tool_qq_con {
	width: 108px;
	padding: 10px 0;
	float: left;
	border: 1px solid #f79800;
	background: #fff;
	text-align: center;
}
.tool_tel {
	width: 170px;
	height: 68px;
	background: #212021;
	position: absolute;
	left: 0px;
	top: 0px;
	line-height: 68px;
	font-size: 18px;
	color: #fff;
	padding: 0 0 0 10px;
	white-space: nowrap;
	border-radius: 5px 0 0 5px;
}
.tool_weixin {
	position: absolute;
	top: 0px;
	width: 118px;
	left: -118px;
	padding: 0 10px 0 0;
	display: none;
}
.t_wx_con {
	width: 108px;
	background: #fff;
	border: 1px solid #f79800;
	padding: 3px;
	text-align: center;
	font-size: 14px;
	line-height: 22px;
}
.t_wx_con img {
	width: 100px;
	height: 100px;
}
.t1 i {
	width: 68px;
	height: 68px;
	background: url(../img/u1.png) no-repeat center center;
	display: block;
}
.t2 i {
	width: 68px;
	height: 68px;
	background: url(../img/u2.png) no-repeat center center;
	display: block;
}
.t3 i {
	width: 68px;
	height: 68px;
	background: url(../img/u3.png) no-repeat center center;
	display: block;
}
.t4 i {
	width: 68px;
	height: 68px;
	background: url(../img/u4.png) no-repeat center center;
	display: block;
}
.t5 i {
	width: 68px;
	height: 68px;
	background: url(../img/u5.png) no-repeat center center;
	display: block;
}
.link{color:#666; padding-top:20px; }
.link a{padding-right:7px; color:#666; line-height:24px;}
@-webkit-keyframes spinAround {
from {
-webkit-transform:rotate(0deg)
}
to {
	-webkit-transform: rotate(360deg)
}
}
@-moz-keyframes spinAround {
from {
-moz-transform:rotate(0deg)
}
to {
	-moz-transform: rotate(360deg)
}
}
@keyframes spinAround {
from {
transform:rotate(0deg)
}
to {
	transform: rotate(360deg)
}
}
