.rel {
	position: relative;
}

.abs {
	position: absolute;
}

.fixed {
	position: fixed;
}

.flex {
	display: flex;
	display: -webkit-box;
	/* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
	display: -moz-box;
	/* Firefox 17- */
	display: -webkit-flex;
	/* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex;
	/* Firefox 18+ */
	display: -ms-flexbox;
	/* IE 10 */
}

.flex-wrap {
	flex-flow: wrap;
}

.flex-between {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.inline-block {
	display: inline-block;
}

.block {
	display: block;
}

.hide {
	display: none;
}

.bold {
	font-weight: 700;
}

.txt-center {
	text-align: center;
}

.txt-left {
	text-align: left;
}

.txt-right {
	text-align: right;
}

.before {
	opacity: 0;
	visibility: hidden;
}

.after {
	opacity: 1;
	visibility: visible;
}

.font {
	font-family: Arial;
}

.txt {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.upper {
	text-transform: uppercase;
}

.middle {
	vertical-align: middle;
}

@font-face {
	font-family: "icon";
	src: url('../fonts/iconfont.eot_t=1561461869476.html');
	src: url('../fonts/iconfont.eot_t=1561461869476.html') format('embedded-opentype'),
		/* IE6-IE8 */
		url('../fonts/69f65e861c0548f7a98b19f38a98d8d4.woff') format('woff2'), url('../fonts/iconfont.woff_t=1561461869476.html') format('woff'), url('../fonts/iconfont.ttf_t=1561461869476.html') format('truetype'),
		/* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
		url('../fonts/iconfont.svg_t=1561461869476.html') format('svg');

	/* IE9 */
	/* iOS 4.1- */
}

.hidden-xs {
	display: block;
}

.hidden-pc {
	display: none;
}

.box-container {
	width: 15.36rem;
	margin: 0 auto;
}

.w1200 {
	width: 1200px;
	margin: 0 auto;
}

.box-container-fluid {
	width: 100%;
	margin: 0 auto;
}

.medium-box-container {
	width: 80%;
	margin: 0 auto;
}

body {
	font-size: .16rem;
	font-family: 微软雅黑;
	overflow-x: hidden;
}

@font-face {
	font-family: "dinb";
	src: url('../fonts/dinb.OTF.html');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "gob";
	src: url('../fonts/GOTHICB.TTF');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "gblock";
	src: url('../fonts/gblock.ttf');
	font-weight: normal;
	font-style: normal;
}

.font2 {
	font-family: "gblock";
}

.header-wrapper {
	position: relative;
	z-index: 11;
	background: #fff;
}

.header-wrapper .box-container {
	display: flex;
	display: -webkit-box;
	/* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
	display: -moz-box;
	/* Firefox 17- */
	display: -webkit-flex;
	/* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex;
	/* Firefox 18+ */
	display: -ms-flexbox;
	/* IE 10 */
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	height: 1.3rem;
	align-items: center;
}

.header-wrapper .logo-box {
	width: 3.5rem;
	font-size: 0;
}

.header-wrapper .logo-box a {
	display: block;
	width: 100%;
}

.header-wrapper .logo-box a img {
	width: 100%;
}

.header-wrapper .pc-nav-box {
	flex: 1;
	margin-left: 2.3rem;
}

.header-wrapper .pc-nav-box ul {
	display: flex;
	display: -webkit-box;
	/* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
	display: -moz-box;
	/* Firefox 17- */
	display: -webkit-flex;
	/* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex;
	/* Firefox 18+ */
	display: -ms-flexbox;
	/* IE 10 */
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.header-wrapper .pc-nav-box ul li:hover a,
.header-wrapper .pc-nav-box ul li.on a {
	color: #1b2881;
}

.header-wrapper .pc-nav-box ul a {
	display: block;
	font-size: 14px;
	font-weight: 700;
	color: #666;
}

.header-wrapper .other-box {
	font-size: 0;
	margin-left: 1.04rem;
}

.header-wrapper .search-form {
	position: relative;
	display: inline-block;
	width: 230px;
	height: 45px;
	line-height: 50px;
	border-radius: 20px;
	border: 1px solid #f1f1f1;
	margin-left: 1.04rem;
	display: none;
	/* input placeholder  */
}

.header-wrapper .search-form .keywords {
	font-size: 12px;
	color: #bebebe;
	border: none;
	width: 100%;
	padding: 0 .46rem 0 .3rem;
}

.header-wrapper .search-form ::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #bebebe;
	font-size: 12px;
}

.header-wrapper .search-form :-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #bebebe;
	font-size: 12px;
}

.header-wrapper .search-form ::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #bebebe;
	font-size: 12px;
}

.header-wrapper .search-form :-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #bebebe;
	font-size: 12px;
}

.header-wrapper .search-form .search-btn {
	display: block;
	position: absolute;
	right: .24rem;
	top: 5px;
	z-index: 10;
}

.header-wrapper .search-form .search-btn img {
	width: .17rem;
}

.header-wrapper .language {
	display: inline-block;
	position: relative;
	vertical-align: middle;
	padding: 0 .16rem;
	margin: 0 .14rem;
}

.header-wrapper .language .caption {
	font-size: 14px;
	color: #ccc;
	cursor: pointer;
}

.header-wrapper .language .caption em {
	display: inline-block;
	vertical-align: middle;
	width: .18rem;
	height: .18rem;
	margin-right: .1rem;
	background: url(../images/earth.png) no-repeat;
	background-size: contain;
}

.header-wrapper .language .caption i,
.header-wrapper .language .caption span,
.header-wrapper .language .caption img {
	display: inline-block;
	vertical-align: middle;
}

.header-wrapper .language .caption i {
	width: 5px;
	height: 3px;
	background: url(../images/down.png) no-repeat;
	background-size: contain;
	margin-left: 4px;
}

.header-wrapper .language .list {
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	text-align: center;
	background: #fff;
	opacity: 0;
	visibility: hidden;
	transform: translateY(10px);
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	-ms-transform: translateY(10px);
	-o-transform: translateY(10px);
	transition: transform 0.3s ease;
	-webkit-transition: transform 0.3s ease;
	-moz-transition: transform 0.3s ease;
	-ms-transition: transform 0.3s ease;
	-o-transition: transform 0.3s ease;
}

.header-wrapper .language .list a {
	display: block;
	font-size: 12px;
	color: #ccc;
	line-height: 36px;
	border-bottom: 1px solid #f7f8f9;
}

.header-wrapper .language .list a:hover {
	color: #1b2881;
}

.header-wrapper .language .list a:last-child {
	border-bottom: none;
}

.header-wrapper .nav-icon {
	position: relative;
	top: 0;
	display: inline-block;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	border: 1px solid #f2f2f2;
	vertical-align: middle;
	cursor: pointer;
}

.header-wrapper .nav-icon.on span {
	left: -1px;
}

.header-wrapper .nav-icon span {
	display: block;
	width: 9px;
	height: 2px;
	position: relative;
	top: 13px;
	left: -2px;
	background: #ccc;
	margin: 0 auto;
}

.header-wrapper .nav-icon span:after,
.header-wrapper .nav-icon span:before {
	content: '';
	display: block;
	width: 13px;
	height: 2px;
	background: #ccc;
	transition: all .3s ease;
	position: absolute;
	box-sizing: border-box;
}

.header-wrapper .nav-icon span:before {
	transform: rotate(0) translateY(-4px);
}

.header-wrapper .nav-icon span:after {
	transform: rotate(0) translateY(4px);
}

.header-wrapper .nav-icon.on span {
	background-color: transparent;
	border-color: transparent;
}

.header-wrapper .nav-icon.on span:before {
	transform: rotate(-45deg) translateY(0);
}

.header-wrapper .nav-icon.on span:after {
	transform: rotate(45deg) translateY(0);
}

.shadow {
	position: fixed;
	right: 0;
	top: 0;
	z-index: 30;
	background: rgba(0, 0, 0, 0.2);
	display: none;
	width: 100%;
	height: 100%;
}

.nav-box {
	position: fixed;
	right: -100%;
	top: 0;
	z-index: 40;
	width: 4.8rem;
	display: flex;
	display: -webkit-box;
	/* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
	display: -moz-box;
	/* Firefox 17- */
	display: -webkit-flex;
	/* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex;
	/* Firefox 18+ */
	display: -ms-flexbox;
	/* IE 10 */
	justify-content: flex-end;
}

.nav-box .box {
	width: 100%;
	background: #fff;
	height: 100vh;
	padding: 0 0 0 .92rem;
}

.nav-box .top {
	position: relative;
}

.nav-box .top .title {
	font-size: .34rem;
	text-transform: uppercase;
	font-family: "dinb";
	color: #1b2881;
	height: .96rem;
	line-height: .96rem;
}

.nav-box .top .close {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10;
	width: .86rem;
	height: .96rem;
	line-height: .96rem;
	background: #e60012;
	font-size: 20px;
	color: #fff;
	text-align: center;
	font-weight: 700;
}

.nav-box ul {
	margin: .42rem auto .32rem;
	padding-right: 1.9rem;
	height: 64vh;
	overflow-y: auto;
	overflow-x: hidden;
	/* 滚动条样式 */
	/*定义滚动条的轨道颜色、内阴影及圆角*/
	/*定义滑块颜色、内阴影及圆角*/
}

.nav-box ul::-webkit-scrollbar {
	width: 3px;
	/*对垂直流动条有效*/
}

.nav-box ul::-webkit-scrollbar-track {
	background-color: #f6f6f6;
	border-radius: 5px;
}

.nav-box ul::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: #e60012;
}

.nav-box ul li:hover>a,
.nav-box ul li.on>a {
	color: #333;
	font-weight: 700;
}

.nav-box ul li>a {
	font-size: 16px;
	color: #666;
	line-height: .6rem;
	display: block;
}

.nav-box ul li.on>a {
	font-size: .2rem;
}

.nav-box ul li .nav {
	display: none;
}

.nav-box ul li .nav a {
	position: relative;
	display: block;
	font-size: 14px;
	color: #999;
	line-height: .4rem;
}

.nav-box ul li .nav a:after {
	font-family: iconfont;
	content: "\e658";
	color: #1b2881;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10;
	font-weight: 700;
	transition: transform 0.3s ease;
	-webkit-transition: transform 0.3s ease;
	-moz-transition: transform 0.3s ease;
	-ms-transition: transform 0.3s ease;
	-o-transition: transform 0.3s ease;
}

.nav-box ul li .nav a.on,
.nav-box ul li .nav a:hover {
	color: #1b2881;
}

.nav-box ul li .nav a:hover:after {
	transform: translateX(10px);
	-webkit-transform: translateX(10px);
	-moz-transform: translateX(10px);
	-ms-transform: translateX(10px);
	-o-transform: translateX(10px);
}

.nav-box .bottom .title {
	font-size: 14px;
	color: #595656;
	font-weight: 700;
	line-height: .36rem;
}

.nav-box .bottom .title img {
	width: .2rem;
	margin-right: .1rem;
	vertical-align: middle;
}

.nav-box .bottom a {
	display: block;
	font-size: .36rem;
	color: #595656;
	font-family: dinb;
}

.nav-box .phone-search-box {
	display: none;
}

.footer-wrapper {
	background: #2d3238 url(../images/footer-bg.png) no-repeat 46% top;
	padding: .78rem 0 0;
}

.footer-wrapper .box-1 {
	display: flex;
	display: -webkit-box;
	/* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
	display: -moz-box;
	/* Firefox 17- */
	display: -webkit-flex;
	/* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex;
	/* Firefox 18+ */
	display: -ms-flexbox;
	/* IE 10 */
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-bottom: .5rem;
}

.footer-wrapper .footer-nav-box {
	font-size: 0;
	width:900px;
}

.footer-wrapper .footer-nav-box dl {
	display: inline-block;
	vertical-align: top;
	width: 1.9rem;
}

.footer-wrapper .footer-nav-box dt {
	margin-bottom: .16rem;
}

.footer-wrapper .footer-nav-box dt a {
	font-size: 16px;
	font-weight: 700;
	line-height: .36rem;
	color: #fff;
}

.footer-wrapper .footer-nav-box dd a {
	font-size: 14px;
	color: #65696d;
	line-height: .3rem;
}

.footer-wrapper .footer-nav-box dd a:hover {
	color: #fff;
}

.footer-wrapper .footer-nav-box a {
	display: block;
}

.footer-wrapper .contact {
	width: 3.2rem;
	padding-right: .9rem;
}

.footer-wrapper .contact .title {
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	line-height: .36rem;
}

.footer-wrapper .contact .tel {
	display: block;
	font-size: .24rem;
	font-weight: 700;
	color: #fff;
	font-family: "gob";
	margin: .2rem auto;
}

.footer-wrapper .contact p,
.footer-wrapper .qrcode p {
	font-size: 12px;
	color: #65696d;
	line-height: .24rem;
}

.footer-wrapper .qrcode img {
	width: 1.2rem;
}

.footer-wrapper .qrcode p {
	margin-top: .16rem;
	text-align: center;
}

.footer-wrapper .friend-link {
	width: 246px;
	margin-top: 25px;
	position: relative;
	text-align: left;
}

.footer-wrapper .friend-link .title {
	cursor: pointer;
	height: 42px;
	line-height: 42px;
	font-size: 12px;
	color: #fff;
	padding-left: 15px;
	border: 1px solid #fff;
	padding-right: 20px;
	background: url(../images/up.png) no-repeat 91% center;
}

.footer-wrapper .friend-link .title:hover {
	color: #65696d;
}

.footer-wrapper .friend-link .list {
	width: 100%;
	border: 1px solid #fff;
	position: absolute;
	left: 0;
	bottom: 100%;
	z-index: 10;
	margin-bottom: -1px;
	display: none;
	background: #2d3238;
	height: 2.1rem;
	overflow-y: auto;
	/* 滚动条样式 */
	/*定义滚动条的轨道颜色、内阴影及圆角*/
	/*定义滑块颜色、内阴影及圆角*/
}

.footer-wrapper .friend-link .list::-webkit-scrollbar {
	width: 3px;
	/*对垂直流动条有效*/
}

.footer-wrapper .friend-link .list::-webkit-scrollbar-track {
	background-color: #2d3238;
	border-radius: 5px;
}

.footer-wrapper .friend-link .list::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: #65696d;
}

.footer-wrapper .friend-link .list a {
	display: block;
	line-height: .4rem;
	color: #fff;
	font-size: 12px;
	padding-left: 15px;
	padding-right: 20px;
	border-bottom: 1px solid #fff;
}

.footer-wrapper .friend-link .list a:hover {
	color: #65696d;
}

.footer-wrapper .friend-link .list a:last-child {
	border-bottom: none;
}

.footer-wrapper .line {
	width: 100%;
	height: 2px;
	background: #38393b;
}

.footer-wrapper .phone-footer-nav {
	display: none;
}

.footer-wrapper .contact,
.footer-wrapper .other {
	display: inline-block;
	vertical-align: top;
}

.footer-wrapper .other {
	text-align: right;
}

.footer-wrapper .share {
	font-size: 0;
	margin: .34rem auto .5rem;
}

.footer-wrapper .share a {
	display: inline-block;
	font-size: 22px;
	color: #aaabab;
	margin-right: .2rem;
}

.footer-wrapper .share a:last-child {
	margin-right: 0;
}

.footer-wrapper .share a:hover {
	color: #fff;
}

.footer-wrapper .box-2 {
	height: 1.3rem;
	line-height: 1.3rem;
	font-size: 0;
	display: flex;
	display: -webkit-box;
	/* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
	display: -moz-box;
	/* Firefox 17- */
	display: -webkit-flex;
	/* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex;
	/* Firefox 18+ */
	display: -ms-flexbox;
	/* IE 10 */
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.footer-wrapper .box-2 .copy {
	text-align: right;
}

.footer-wrapper .link,
.footer-wrapper .copy {
	text-transform: uppercase;
}

.footer-wrapper a:hover {
	color: #fff;
}

.footer-wrapper .link,
.footer-wrapper a,
.footer-wrapper .copy {
	font-size: 12px;
	color: #65696d;
}

.footer-wrapper .link a {
	position: relative;
	padding-right: .14rem;
	margin-right: .14rem;
}

.footer-wrapper .link a:last-child {
	padding-right: 0;
	margin-right: 0;
}

.footer-wrapper .link a:last-child:after {
	display: none;
}

.footer-wrapper .link a:after {
	content: '';
	width: 1px;
	height: 8px;
	background: #65696d;
	position: absolute;
	right: 0;
	top: 5px;
	z-index: 10;
}

.index-more {
	display: block;
	width: 150px;
	height: 48px;
	line-height: 48px;
	color: #12232c;
	font-size: 14px;
	background: #fff;
	text-align: center;
	transition: background .3s;
}

.index-title-box .cname {
	font-size: 0.36rem;
	color: #333;
	letter-spacing: 2px;
	line-height: 0.36rem;
	margin-bottom: 0.15rem;
}

.index-title-box .ename {
	font-size: 16px;
	color: #999;
	font-family: Arial;
}

.index-banner-wrapper {
	position: relative;
}

.index-banner-wrapper .swiper-slide {
	width: 100%;
	font-size: 0;
}

.index-banner-wrapper .swiper-slide img {
	width: 100%;
	height: auto;
}

.index-banner-wrapper .swiper-slide img.phone {
	display: none;
}

.index-banner-wrapper .swiper-slide-active .info {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
}

.index-banner-wrapper .info {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	color: #fff;
	opacity: 0;
	visibility: hidden;
	transform: translateY(10%);
	-webkit-transform: translateY(10%);
	-moz-transform: translateY(10%);
	-ms-transform: translateY(10%);
	-o-transform: translateY(10%);
	transition: transform 1.6s ease;
	-webkit-transition: transform 1.6s ease;
	-moz-transition: transform 1.6s ease;
	-ms-transition: transform 1.6s ease;
	-o-transition: transform 1.6s ease;
}

.index-banner-wrapper .info1 {
	padding-top: 1.88rem;
}

.index-banner-wrapper .info1 .name {
	font-size: 0.8rem;
	font-family: "gblock";
	background-image: -webkit-linear-gradient(top, #ffffff, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.1));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.index-banner-wrapper .info1 .brief {
	font-size: 0.4rem;
	font-weight: 700;
	background-image: -webkit-linear-gradient(top, #ffffff, #ffffff, rgba(255, 255, 255, 0.1));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin: 0.1rem 0 0.26rem;
}

.index-banner-wrapper .info1 .desc {
	font-size: 0.24rem;
	margin-bottom: 0.8rem;
}

.index-banner-wrapper .info2 {
	display: flex;
	display: -webkit-box;
	/* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
	display: -moz-box;
	/* Firefox 17- */
	display: -webkit-flex;
	/* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex;
	/* Firefox 18+ */
	display: -ms-flexbox;
	/* IE 10 */
	height: 100%;
	align-items: center;
	text-align: center;
}

.index-banner-wrapper .info2 .name {
	font-size: 0.8rem;
	font-family: "gblock";
}

.index-banner-wrapper .info2 .brief {
	font-size: 0.5rem;
	font-weight: 700;
}

.index-banner-wrapper .info2 .desc {
	font-size: 0.3rem;
	margin-top: 0.27rem;
}

.index-banner-wrapper .swiper-pagination {
	bottom: 0.48rem;
}

.index-banner-wrapper .swiper-pagination .swiper-pagination-bullet {
	opacity: 1;
	background: url(../images/page.png) no-repeat;
	margin: 0;
	width: 20px;
	height: 21px;
}

.index-banner-wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: url(../images/page-on.png) no-repeat;
}

.index-banner-wrapper .swiper-btn {
	display: inline-block;
	width: 0.48rem;
	height: 0.48rem;
	line-height: 0.48rem;
	text-align: center;
	font-size: 20px;
	color: #fff;
	position: absolute;
	top: 48%;
	z-index: 20;
	background: rgba(0, 0, 0, 0.1);
	border-radius: 50%;
	transition: background 0.3s ease;
	-webkit-transition: background 0.3s ease;
	-moz-transition: background 0.3s ease;
	-ms-transition: background 0.3s ease;
	-o-transition: background 0.3s ease;
}

.index-banner-wrapper .swiper-btn:hover {
	background: #e60012;
}

.index-banner-wrapper .swiper-btn.prev {
	left: 0.3rem;
}

.index-banner-wrapper .swiper-btn.next {
	right: 0.3rem;
}

.index-box-1 {
	background: #f7f7f7;
	text-align: center;
	font-size: 0;
}

.index-box-1 .box-container {
	display: flex;
	display: -webkit-box;
	/* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
	display: -moz-box;
	/* Firefox 17- */
	display: -webkit-flex;
	/* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex;
	/* Firefox 18+ */
	display: -ms-flexbox;
	/* IE 10 */
	justify-content: center;
	align-items: center;
}

.index-box-1 span,
.index-box-1 a {
	font-size: 14px;
	line-height: 0.6rem;
}

.index-box-1 span {
	color: #333;
	font-weight: 700;
	margin-right: 0.55rem;
}

.index-box-1 .keywords {
	text-align: left;
	top: -4px;
}

.index-box-1 .keywords a {
	display: inline-block;
	color: #666;
	margin-right: 0.55rem;
}

.index-box-1 .keywords a:hover {
	color: #e60012;
}

.index-box-2 {
	text-align: center;
	padding: 1.2rem 0 1.1rem;
	/*background: url(../images/i2_bg.jpg) no-repeat left bottom;*/
}

.index-box-2 .title {
	font-size: 0.45rem;
	color: #000;
	font-weight: 700;
	letter-spacing: 0.1rem;
}

.index-box-2 .title span {
	position: relative;
	top: -4px;
	display: inline-block;
	font-family: "gblock";
	letter-spacing: 0;
	margin-left: 0.1rem;
	font-size: 0.6rem;
	vertical-align: middle;
}

.index-box-2 .brief {
	font-size: 0.36rem;
	color: #e60012;
	letter-spacing: 4px;
	font-weight: 700;
	margin: 0.22rem auto 0.34rem;
}

.index-box-2 .content {
	font-size: 16px;
	color: #999;
	line-height: 0.36rem;
	width: 64%;
	margin: 0 auto 0.8rem;
}

.index-box-2 ul {
	overflow: hidden;
	margin-left: -1%;
}

.index-box-2 ul li {
	float: left;
	width: 24%;
	margin-left: 1%;
	margin-bottom: 1%;
	min-width: 2.3rem;
	background: #0253a4;
	/*border: 1px solid #6bc4fe;*/
	box-sizing: border-box;
	line-height: .4rem;

}
.index-box-2 ul li a{
	display: block;
	position: relative;
}
.index-box-2 ul li img {
	width: 100%;
	vertical-align: middle;
	min-height: 2rem;
	height: 2rem;
}

.index-box-2 ul li span {
	font-size: 14px;
	color: #fff;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	background: rgba(0,0,0,.5);
}
.index-box-2 ul li span:hover{
	background: #1b2881;
}
.index-box-3 {
	margin-top: 0.84rem;
}

.index-box-3 .box {
	display: flex;
	display: -webkit-box;
	/* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
	display: -moz-box;
	/* Firefox 17- */
	display: -webkit-flex;
	/* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex;
	/* Firefox 18+ */
	display: -ms-flexbox;
	/* IE 10 */
	margin-top: 0.98rem;
}

.index-box-3 .tab-title {
	width: 1.92rem;
}

.index-box-3 .tab-title .inner {
	background: #f5f5f5;
}

.index-box-3 .tab-title a {
	display: block;
	width: 100%;
	height: 2.02rem;
	text-align: center;
	font-size: 14px;
	color: #999;
	padding-top: 0.62rem;
}

.index-box-3 .tab-title a.on,
.index-box-3 .tab-title a:hover {
	color: #fff;
	font-weight: 700;
	background: #1b2881;
}

.index-box-3 .tab-title a.on .icon img.original,
.index-box-3 .tab-title a:hover .icon img.original {
	display: none;
}

.index-box-3 .tab-title a.on .icon img.on,
.index-box-3 .tab-title a:hover .icon img.on {
	display: inline-block;
}

.index-box-3 .tab-title a.on p,
.index-box-3 .tab-title a:hover p {
	position: relative;
}

.index-box-3 .tab-title a.on p:after,
.index-box-3 .tab-title a:hover p:after {
	background: rgba(255, 255, 255, 0.2);
}

.index-box-3 .tab-title a .icon {
	width: 100%;
	margin-bottom: 0.16rem;
}

.index-box-3 .tab-title a .icon img {
	width: 0.36rem;
}

.index-box-3 .tab-title a .icon img.on {
	display: none;
}

.index-box-3 .tab-title a p {
	display: inline-block;
}

.index-box-3 .tab-title a p:after {
	content: "";
	display: block;
	width: 100%;
	height: 0.04rem;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	background: transparent;
}

.index-box-3 .tab-content {
	flex: 1;
	overflow: hidden;
}

.index-box-3 .tab-content .item {
	display: none;
}

.index-box-3 .tab-content .item.on {
	display: block;
	animation: fadeIn .5s ease;
}

.index-box-3 .tab-content .item ul {
	display: flex;
	display: -webkit-box;
	/* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
	display: -moz-box;
	/* Firefox 17- */
	display: -webkit-flex;
	/* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex;
	/* Firefox 18+ */
	display: -ms-flexbox;
	/* IE 10 */
	flex-flow: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.index-box-3 .tab-content .item ul li {
	width: 4.32rem;
	margin-left: 0.1rem;
	margin-bottom: 0.1rem;
	background: #fafafa;
	text-align: center;
	position: relative;
	height: 6rem;
	overflow: hidden;
}

.index-box-3 .tab-content .item ul li:nth-last-child(-n+2) {
	margin-bottom: 0;
}

.index-box-3 .tab-content .item ul li:hover .info {
	top: 0;
	height: 100%;
	color: #fff;
	background: rgba(27, 40, 129, 0.95);
}

.index-box-3 .tab-content .item ul li:hover .index-more {
	opacity: 1;
}

.index-box-3 .tab-content .item ul li:hover .desc {
	opacity: .6;
}

.index-box-3 .tab-content .item ul li a {
	display: block;
}

.index-box-3 .tab-content .item ul li .pic {
	width: 100%;
	font-size: 0;
}

.index-box-3 .tab-content .item ul li .pic img {
	max-width: 100%;
	height: 4.5rem;
}

.index-box-3 .tab-content .item ul .info {
	width: 100%;
	position: absolute;
	left: 0;
	top: 64%;
	z-index: 10;
	color: #333;
	padding: 0.92rem .2rem 0;
	transition: top 0.5s ease;
	-webkit-transition: top 0.5s ease;
	-moz-transition: top 0.5s ease;
	-ms-transition: top 0.5s ease;
	-o-transition: top 0.5s ease;
}

.index-box-3 .tab-content .item ul .cat,
.index-box-3 .tab-content .item ul .name {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.index-box-3 .tab-content .item ul .cat {
	font-size: 0.3rem;
	font-family: "gblock";
}

.index-box-3 .tab-content .item ul .name {
	font-size: 0.22rem;
	margin: 0.1rem auto 0.5rem;
}

.index-box-3 .tab-content .item ul .desc {
	font-size: 14px;
	color: #fff;
	line-height: 0.3rem;
	width: 88%;
	margin: 0 auto 0.26rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 7;
	overflow: hidden;
	height: 2.1rem;
	text-align: justify;
}

.index-box-3 .tab-content .item ul .index-more {
	margin: 0 auto;
	color: #1b2881;
	transition: background 0.3s ease;
	-webkit-transition: background 0.3s ease;
	-moz-transition: background 0.3s ease;
	-ms-transition: background 0.3s ease;
	-o-transition: background 0.3s ease;
}

.index-box-3 .tab-content .item ul .index-more:hover {
	background: #e60012;
	color: #fff;
}

.index-box-3 .tab-content .item ul .desc,
.index-box-3 .tab-content .item ul .index-more {
	opacity: 0;
}

.index-box-4 {
	margin: 1.1rem auto 1rem;
}

.index-box-4 .box {
	display: flex;
	display: -webkit-box;
	/* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
	display: -moz-box;
	/* Firefox 17- */
	display: -webkit-flex;
	/* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex;
	/* Firefox 18+ */
	display: -ms-flexbox;
	/* IE 10 */
	margin-top: 0.7rem;
}

.index-box-4 .news-box {
	padding-right: .46rem;
}

.index-box-4 .news-box ul {
	margin-top: 0.45rem;
}

.index-box-4 .news-box ul li {
	position: relative;
	line-height: 0.48rem;
}

.index-box-4 .news-box ul li:hover .name {
	color: #1b2881;
}

.index-box-4 .news-box ul li:hover .date {
	color: #666;
}

.index-box-4 .news-box ul li a {
	display: block;
}

.index-box-4 .news-box ul li .name {
	font-size: 16px;
	color: #666;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.index-box-4 .news-box ul li .date {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10;
	font-family: Arial;
	font-size: 14px;
	color: #c9c9c9;
}

.index-box-4 .video-box.on .pic,
.index-box-4 .video-box.on .player {
	z-index: -1;
}

.index-box-4 .video-box.on .inner .video {
	z-index: 10;
	opacity: 1;
}

.index-box-4 .video-box a {
	display: block;
	width: 100%;
}

.index-box-4 .video-box .inner {
	position: relative;
	overflow: hidden;
}

.index-box-4 .video-box .inner .video {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	overflow: hidden;
	opacity: 0;
}

.index-box-4 .video-box .inner .video video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.index-box-4 .video-box .player {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 10;
	background: url(../images/play.png) no-repeat center center;
}

.index-box-4 .video-box .pic {
	position: relative;
	width: 100%;
	font-size: 0;
	overflow: hidden;
}

.index-box-4 .video-box .pic img {
	width: 100%;
	height: 5.16rem;
	object-fit: cover;
	transition: transform 0.5s ease;
	-webkit-transition: transform 0.5s ease;
	-moz-transition: transform 0.5s ease;
	-ms-transition: transform 0.5s ease;
	-o-transition: transform 0.5s ease;
}

.index-box-4 .video-box .pic .info {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	color: #fff;
	text-align: center;
	padding-top: 1.05rem;
}

.index-box-4 .video-box .pic .name {
	font-size: .4rem;
	letter-spacing: 2px;
	margin-bottom: 0.18rem;
}

.index-box-4 .video-box .pic .desc {
	font-size: 16px;
}

.index-box-4 .news-box,
.index-box-4 .video-box {
	width: 50%;
}

.index-box-4 .tab-title {
	margin: 0 auto .4rem;
}

.index-box-4 .tab-title a {
	display: inline-block;
	font-size: 14px;
	color: #999;
	border-bottom: 0.04rem solid transparent;
	margin-right: .4rem;
	padding-bottom: 6px;
}

.index-box-4 .tab-title a:last-child {
	margin-right: 0;
}

.index-box-4 .tab-title a.on,
.index-box-4 .tab-title a:hover {
	font-weight: 700;
	color: #e60012;
	border-color: #e60012;
}

.index-box-4 .tab-content .item {
	display: none;
}

.index-box-4 .tab-content .item.on {
	display: block;
	animation: fadeIn .3s ease;
}

.index-box-4 .first-news:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}

.index-box-4 .first-news a {
	display: flex;
	display: -webkit-box;
	/* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
	display: -moz-box;
	/* Firefox 17- */
	display: -webkit-flex;
	/* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex;
	/* Firefox 18+ */
	display: -ms-flexbox;
	/* IE 10 */
}

.index-box-4 .first-news .pic {
	width: 3.2rem;
	font-size: 0;
	overflow: hidden;
}

.index-box-4 .first-news .pic img {
	width: 100%;
	height: 2.2rem;
	object-fit: cover;
	transition: transform 0.3s ease;
	-webkit-transition: transform 0.3s ease;
	-moz-transition: transform 0.3s ease;
	-ms-transition: transform 0.3s ease;
	-o-transition: transform 0.3s ease;
}

.index-box-4 .first-news .info {
	flex: 1;
	overflow: hidden;
	text-align: justify;
	padding: 0.1rem 0 0 0.4rem;
}

.index-box-4 .first-news .name {
	font-size: 0.24rem;
	font-weight: 700;
	color: #3f3f3f;
	line-height: 0.38rem;
	height: 0.76rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.index-box-4 .first-news .date {
	font-size: 14px;
	color: #c9c9c9;
	font-family: Arial;
	margin: 0.2rem auto 0.5rem;
}

.index-box-4 .first-news .index-more {
	background: #1b2881;
	color: #fff;
}

.index-box-4 .first-news .index-more:hover {
	background: #e60012;
}

.index-box-5 {
	padding: 1rem 0;
	background: #fafafa;
}

.index-box-5 .box-container {
	display: flex;
	display: -webkit-box;
	/* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
	display: -moz-box;
	/* Firefox 17- */
	display: -webkit-flex;
	/* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex;
	/* Firefox 18+ */
	display: -ms-flexbox;
	/* IE 10 */
}

.index-box-5 .index-title-box {
	margin-bottom: 0.46rem;
}

.index-box-5 .question-box,
.index-box-5 .parter-box {
	width: 50%;
}

.index-box-5 .question-box {
	padding-right: 0.46rem;
}

.index-box-5 .question-box ul {
	margin-bottom: 0.26rem;
}

.index-box-5 .question-box ul li {
	cursor: pointer;
	border-bottom: 2px solid #ececec;
}

.index-box-5 .question-box ul li:last-child {
	border-color: transparent;
}

.index-box-5 .question-box ul li:hover .caption {
	color: #e60012;
}

.index-box-5 .question-box ul li.on .caption {
	font-size: 0.22rem;
	color: #000;
}

.index-box-5 .question-box ul li.on .caption:before,
.index-box-5 .question-box ul li.on .caption:after {
	transform: rotate(45deg);
}

.index-box-5 .question-box ul li .caption {
	position: relative;
	font-size: 16px;
	color: #333;
	line-height: .78rem;
}

.index-box-5 .question-box ul li .caption:before,
.index-box-5 .question-box ul li .caption:after {
	display: inline-block;
	content: '';
	background: #e60012;
	position: absolute;
	z-index: 10;
	transition: transform 0.3s ease;
	-webkit-transition: transform 0.3s ease;
	-moz-transition: transform 0.3s ease;
	-ms-transition: transform 0.3s ease;
	-o-transition: transform 0.3s ease;
}

.index-box-5 .question-box ul li .caption:before {
	width: 14px;
	height: 2px;
	right: 16px;
	top: .36rem;
}

.index-box-5 .question-box ul li .caption:after {
	width: 2px;
	height: 14px;
	right: 22px;
	top: .3rem;
}

.index-box-5 .question-box ul li .desc {
	display: none;
	font-size: 14px;
	color: #666;
	line-height: .36rem;
	text-align: justify;
	margin: .1rem auto .22rem;
}

.index-box-5 .question-box .index-more {
	background: #1b2881;
	color: #fff;
}

.index-box-5 .question-box .index-more:hover {
	background: #e60012;
}

.index-box-5 .parter-box ul {
	display: flex;
	display: -webkit-box;
	/* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
	display: -moz-box;
	/* Firefox 17- */
	display: -webkit-flex;
	/* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex;
	/* Firefox 18+ */
	display: -ms-flexbox;
	/* IE 10 */
	flex-flow: wrap;
}

.index-box-5 .parter-box ul li {
	width: 33.33%;
	font-size: 0;
	text-align: center;
	background: #fff;
	border-right: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
	cursor: pointer;
	overflow: hidden;
}

.index-box-5 .parter-box ul li img {
	width: 100%;
	height: 1.4rem;
	object-fit: contain;
	transition: transform 0.5s ease;
	-webkit-transition: transform 0.5s ease;
	-moz-transition: transform 0.5s ease;
	-ms-transition: transform 0.5s ease;
	-o-transition: transform 0.5s ease;
}

.index-box-5 .parter-box ul li img:hover {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}

.index-box-5 .parter-box ul li a {
	font-size: 14px;
	color: #595656;
	display: block;
	line-height: 1.5rem;
}

.index-box-6 {
	background: #ffffff url(../images/i6-bg.jpg) no-repeat center center;
	color: #333;
	padding: 0.95rem 0;
}

.index-box-6 .title {
	font-size: 0.3rem;
}

.index-box-6 .brief {
	position: relative;
	display: inline-block;
	font-size: 0.36rem;
	font-weight: 700;
	padding-right: 1rem;
	margin-bottom: 0.12rem;
	letter-spacing: 4px;
}

.index-box-6 .brief span {
	position: absolute;
	right: -0.4rem;
	bottom: 0.16rem;
	z-index: 10;
	display: inline-block;
	width: 1.74rem;
	height: 0.9rem;
	background: url(../images/msg.png) no-repeat center center;
	background-size: contain;
	text-align: center;
	font-size: 0.2rem;
	color: #282828;
	letter-spacing: 0;
	padding: 0.34rem .2rem .24rem 0.3rem;
}

.index-box-6 .desc {
	font-size: 14px;
	color: #999;
	line-height: 0.3rem;
}

.index-box-6 .box-container {
	display: flex;
	display: -webkit-box;
	/* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
	display: -moz-box;
	/* Firefox 17- */
	display: -webkit-flex;
	/* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex;
	/* Firefox 18+ */
	display: -ms-flexbox;
	/* IE 10 */
}

.index-box-6 .info,
.index-box-6 .form {
	width: 50%;
}

.index-box-6 .info {
	padding-right: 1.5rem;
}

.index-box-6 .form {
	display: flex;
	display: -webkit-box;
	/* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
	display: -moz-box;
	/* Firefox 17- */
	display: -webkit-flex;
	/* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex;
	/* Firefox 18+ */
	display: -ms-flexbox;
	/* IE 10 */
	flex-flow: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	/* input placeholder  */
	width: 100%;
}

.index-box-6 .form .group {
	position: relative;
	width: 47%;
	margin-bottom: 0.2rem;
}

.index-box-6 .form .group img {
	max-width: 100%;
	position: absolute;
	left: 0.2rem;
	top: 0.18rem;
	z-index: 10;
}

.index-box-6 .form .text,
.index-box-6 .form .caption {
	width: 100%;
	height: 0.53rem;
	line-height: 0.53rem;
	background: #f6f6f7;
	border: none;
	font-size: 14px;
	padding: 0 .2rem 0 .56rem;
}

.index-box-6 .form ::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #666666;
	font-size: 14px;
}

.index-box-6 .form :-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #666666;
	font-size: 14px;
}

.index-box-6 .form ::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #666666;
	font-size: 14px;
}

.index-box-6 .form :-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #666666;
	font-size: 14px;
}

.index-box-6 .form .type .list {
	display: none;
	position: absolute;
	width: 100%;
	top: 100%;
	left: 0;
	z-index: 10;
	padding: .1rem .2rem .1rem .56rem;
	background: #fff;
	max-height: 2.1rem;
	overflow-y: auto;
}

.index-box-6 .form .type .list::-webkit-scrollbar {
	width: 5px;
	/*对垂直流动条有效*/
}

.index-box-6 .form .type .list::-webkit-scrollbar-track {
	background-color: #f6f6f6;
	border-radius: 5px;
}

.index-box-6 .form .type .list::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: #1b2881;
}

.index-box-6 .form .type .list a {
	display: block;
	color: #666;
	font-size: 14px;
	line-height: 0.4rem;
}

.index-box-6 .form .type .list a:hover,
.index-box-6 .form .type .list a.on {
	color: #1b2881;
}

.index-box-6 .form .caption {
	cursor: pointer;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.index-box-6 .form .caption.on:after {
	transform: rotate(180deg);
}

.index-box-6 .form .caption:before,
.index-box-6 .form .caption:after {
	content: "";
	display: block;
	position: absolute;
	z-index: 10;
}

.index-box-6 .form .caption:before {
	left: 0.2rem;
	top: 0.18rem;
	width: 16px;
	height: 16px;
	background: url(../images/i64.png) no-repeat center center;
}

.index-box-6 .form .caption:after {
	right: .2rem;
	top: .24rem;
	width: 10px;
	height: 6px;
	/*background: url(../images/down4.png) no-repeat center center;*/
}

.index-box-6 .form .submit {
	width: 2rem;
	height: 0.53rem;
	line-height: 0.53rem;
	text-align: center;
	background: #2d3238;
	transition: background 0.3s ease;
	-webkit-transition: background 0.3s ease;
	-moz-transition: background 0.3s ease;
	-ms-transition: background 0.3s ease;
	-o-transition: background 0.3s ease;
	font-size: 16px;
	color: #fff;
}

.index-box-6 .form .submit:hover {
	background: #e60012;
}

.friend-box {
	margin-bottom: 40px;
}

.friend-box span,
.friend-box a {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 20px;
	margin-right: 30px;
	line-height: 30px;
}

.friend-box .caption {
	font-size: 14px;
	color: #333;
	margin-right: 8px;
}

.friend-box a {
	position: relative;
	display: inline-block;
	font-size: 14px;
	color: #666;
	margin-right: 20px;
	padding-right: 20px;
}

.friend-box a:after {
	content: "";
	display: inline-block;
	width: 1px;
	height: 12px;
	background: #eee;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	z-index: 10;
}

.friend-box a:last-child {
	margin-right: 0;
	padding-right: 0;
}

.friend-box a:last-child:after {
	display: none;
}

.friend-box a:hover {
	color: #1b2881;
}

.page-banner-box {
	font-size: 0;
}

.page-banner-box img {
	width: 100%;
	height: auto;
}

.page-nav-box {
	background: #f7f7f7;
}

.page-nav-box .w1200 {
	display: flex;
	display: -webkit-box;
	/* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
	display: -moz-box;
	/* Firefox 17- */
	display: -webkit-flex;
	/* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex;
	/* Firefox 18+ */
	display: -ms-flexbox;
	/* IE 10 */
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	align-items: center;
	height: .7rem;
}

.page-nav-box .introduct-caption {
	display: none;
}

.page-nav-box .nav {
	font-size: 0;
}

.page-nav-box .nav a {
	display: inline-block;
	width: 1.6rem;
	text-align: center;
	font-size: 16px;
	color: #666;
	transition: background 0.3s ease;
	-webkit-transition: background 0.3s ease;
	-moz-transition: background 0.3s ease;
	-ms-transition: background 0.3s ease;
	-o-transition: background 0.3s ease;
	line-height: .7rem;
}

.page-nav-box .nav a:before {
	content: '';
	display: inline-block;
	width: 8px;
	height: 8px;
	border: 2px solid transparent;
	border-radius: 50%;
	margin-right: .1rem;
	box-sizing: border-box;
	position: relative;
	top: -2px;
}

.page-nav-box .nav a.on,
.page-nav-box .nav a:hover {
	background: #fff;
	color: #e60012;
}

.page-nav-box .nav a.on:before,
.page-nav-box .nav a:hover:before {
	border-color: #e60012;
}

.breadcrumb,
.goods-wrapper .top .location {
	font-size: 0;
}

.breadcrumb a,
.goods-wrapper .top .location a,
.breadcrumb span,
.goods-wrapper .top .location span,
.breadcrumb img,
.goods-wrapper .top .location img {
	display: inline-block;
	vertical-align: middle;
}

.breadcrumb a,
.goods-wrapper .top .location a,
.breadcrumb span,
.goods-wrapper .top .location span {
	font-size: 12px;
	color: #666;
}

.breadcrumb a:hover,
.goods-wrapper .top .location a:hover {
	color: #1b2881;
}

.breadcrumb span.active,
.goods-wrapper .top .location span.active {
	color: #1b2881;
}
.breadcrumb span{
	max-width: 2rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block;
}

.breadcrumb .icon,
.goods-wrapper .top .location .icon {
	position: relative;
	top: -1px;
	margin: 0 .14rem;
}

.breadcrumb .local,
.goods-wrapper .top .location .local {
	margin-right: .1rem;
}

.page-box {
	margin: .9rem auto .8rem;
}

.page-title-box {
	margin-bottom: .66rem;
}

.page-title-box .title {
	font-size: .26rem;
	font-weight: 700;
	color: #0255a5;
}

.page-title-box p {
	font-family: Arial;
	font-size: 14px;
	color: #666;
	margin-top: 6px;
}

.phone-good-cat-box {
	display: none;
}

.page-more {
	display: inline-block;
	width: 47px;
	height: 33px;
	border: 2px solid #48413e;
	border-radius: 15px;
	background: #ffffff url(../images/more.png) no-repeat center center;
}

.goods-quick-search-box {
	background: #f7f7f7;
}

.goods-quick-search-box .w1200 {
	display: flex;
	display: -webkit-box;
	/* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
	display: -moz-box;
	/* Firefox 17- */
	display: -webkit-flex;
	/* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex;
	/* Firefox 18+ */
	display: -ms-flexbox;
	/* IE 10 */
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	height: .7rem;
	align-items: center;
}

.goods-quick-search-box .keywords-list {
	font-size: 0;
	padding-right: .1rem;
	line-height: 55px;
}

.goods-quick-search-box .keywords-list span,
.goods-quick-search-box .keywords-list a {
	display: inline-block;
	vertical-align: middle;
}

.goods-quick-search-box .keywords-list span {
	font-size: 14px;
	font-weight: 700;
	color: #333;
	margin-right: .38rem;
}

.goods-quick-search-box .keywords-list .keywords {
	display: inline-block;
	vertical-align: middle;
	max-width: 700px;
}

.goods-quick-search-box .keywords-list a {
	font-size: 12px;
	color: #666;
	margin-right: .34rem;
}

.goods-quick-search-box .keywords-list a:last-child {
	margin-right: 0;
}

.goods-quick-search-box .keywords-list a.on,
.goods-quick-search-box .keywords-list a:hover {
	color: #e60012;
}

.goods-quick-search-box .form {
	position: relative;
	/* input placeholder  */
}

.goods-quick-search-box .form .text {
	width: 2.6rem;
	height: 36px;
	line-height: 36px;
	background: #fff;
	font-size: 14px;
	color: #999;
	border: none;
	padding: 0 .36rem 0 .2rem;
}

.goods-quick-search-box .form ::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #999999;
	font-size: 14px;
}

.goods-quick-search-box .form :-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #999999;
	font-size: 14px;
}

.goods-quick-search-box .form ::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #999999;
	font-size: 14px;
}

.goods-quick-search-box .form :-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #999999;
	font-size: 14px;
}

.goods-quick-search-box .form .btn {
	display: inline-block;
	position: absolute;
	right: .2rem;
	top: 11px;
	z-index: 10;
	font-size: 0;
}

.goods-quick-search-box .form .btn img {
	width: 14px;
}

.goods-cat-box {
	width: 250px;
}

.goods-cat-box .title-box {
	width: 100%;
	color: #fff;
	/*background: url(../images/g10.png) no-repeat;*/
	background-size: cover;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	height: .8rem;
	padding: .16rem .1rem 0 .3rem;
	background: #0255a5;
}

.goods-cat-box .title-box .title {
	font-size: .18rem;
	margin-bottom: .04rem;
}

.goods-cat-box .title-box p {
	font-size: 12px;
	opacity: .5;
}

.goods-cat-box ul {
	width: 100%;
	background: #f5f5f5;
	margin-bottom: .1rem;
}

.goods-cat-box ul li {
	border-bottom: 1px solid #e9e9e9;
	/*padding: 0 .3rem 0 .26rem;*/
}

.goods-cat-box ul li a {
	display: block;
}

.goods-cat-box ul li:hover>a,
.goods-cat-box ul li.active>a {
	background-color: #a2a2a2;
	color: #fff;
}

.goods-cat-box ul li:hover>a:after,
.goods-cat-box ul li.active>a:after {
	background: url(../images/arrow-white.png) no-repeat center center;
	background-size: .15rem;
}

.goods-cat-box ul li.on>a {
	background-color: #bcd3e8;
}
.goods-cat-box ul li.on:hover>a:after{
	background: url(../images/arrow-white.png) no-repeat center center;
	background-size: .15rem;
}
.goods-cat-box ul li.on>a:after {
	background: url(../images/arrow-gray.png) no-repeat center center;
	background-size: .15rem;
}

.goods-cat-box ul li>a {
	position: relative;
	color: #666;
	font-size: 14px;
	line-height: .58rem;
	padding-left: .4rem;
}
.goods-cat-box ul li>a span{
	vertical-align: middle;
}
.goods-cat-box ul li>a img{
	width: .2rem;
	vertical-align: middle;
	margin: 0 .2rem 0 .3rem;
}

.goods-cat-box ul li>a:after {
	content: '';
	display: inline-block;
	width: .2rem;
	height: .2rem;
	position: absolute;
	left: .2rem;
	top: .2rem;
	z-index: 10;
	background: url(../images/arrow-gray.png) no-repeat center center;
	background-size: .15rem;
}

.goods-cat-box ul li>a.on {
	color: #666;
}

.goods-cat-box ul li .child {
	display: none;
	margin-bottom: .16rem;
}

.goods-cat-box ul li .child a {
	font-size: 12px;
	color: #666;
	padding: 0 .2rem;
}
.goods-cat-box ul li .child a p{
	line-height: .2rem;
	padding: .1rem 0;
}

.goods-cat-box ul li .child a:hover,
.goods-cat-box ul li .child a.on {
	background-color: #a2a2a2;
	color: #fff;
}

.goods-cat-box .ad {
	font-size: 0;
	position: relative;
}

.goods-cat-box .ad img {
	width: 100%;
	height: auto;
}

.goods-cat-box .ad .info {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	color: #fff;
	padding: .26rem .3rem .1rem;
}

.goods-cat-box .ad .info .title {
	font-size: 14px;
}

.goods-cat-box .ad .info .tel {
	font-family: "gob";
	font-size: .24rem;
	margin-top: .08rem;
}

.about-wrapper .box-1 {
	display: flex;
	display: -webkit-box;
	/* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
	display: -moz-box;
	/* Firefox 17- */
	display: -webkit-flex;
	/* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex;
	/* Firefox 18+ */
	display: -ms-flexbox;
	/* IE 10 */
	margin-bottom: .5rem;
}

.about-wrapper .box-1 .info {
	text-align: center;
	padding-left: .6rem;
	padding-right: .6rem;
	width: 25%;
}

.about-wrapper .box-1 .pic {
	width: 50%;
	font-size: 0;
	overflow: hidden;
}

.about-wrapper .box-1 .pic img {
	width: 100%;
	height: 4.5rem;
	object-fit: cover;
}

.about-wrapper .box-1 .name {
	font-size: .3rem;
	color: #e60012;
	margin: .54rem auto .24rem;
}

.about-wrapper .box-1 .brief {
	font-size: .28rem;
	color: #525252;
	font-family: "gblock";
	margin-bottom: .3rem;
}

.about-wrapper .box-1 .content {
	font-size: 16px;
	line-height: .3rem;
	color: #666;

}

.about-wrapper .box .info {
	width: 50%;
}

.about-wrapper .box .info img {
	width: .3rem;
}

.about-wrapper .box .pic {
	width: 50%;
	font-size: 0;
	overflow: hidden;
}

.about-wrapper .box .pic img {
	width: 100%;
	height: auto;
}

.about-wrapper .box .caption {
	font-size: .26rem;
	color: #e60012;
	font-weight: 700;
	margin: .3rem auto .16rem;
}

.about-wrapper .content {
	font-size: 14px;
	color: #666;
	line-height: .3rem;
}

.about-wrapper .box-2 {
	padding: .2rem 0 .2rem;
	/* background: #f9f9f9 url(../images/a-dot.png) no-repeat 58% top;*/
}

.about-wrapper .box-2 .text-box {
	margin-top: .2rem;
}

.about-wrapper .box-2 .text-box p {
	text-indent: .2rem;
	line-height: .3rem;
}

.about-wrapper .box-2 .text-box2 {
	margin-top: .6rem;
}

.about-wrapper .box-2 .text-box2 span {
	color: #0baae4;
}

.about-wrapper .box-2 .text-box2 p {
	text-indent: 0;
}

.about-wrapper .box-3 ul {
	overflow: hidden;
	margin-left: -.1rem;
}

.about-wrapper .box-3 li {
	float: left;
	width: 32.5%;
	margin-left: .1rem;
}

.about-wrapper .box-3 li img {
	width: 100%;
	height: 2rem;
}

.about-wrapper .box-3 .w1200,
.about-wrapper .box-5 .w1200 {
	display: flex;
	display: -webkit-box;
	/* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
	display: -moz-box;
	/* Firefox 17- */
	display: -webkit-flex;
	/* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex;
	/* Firefox 18+ */
	display: -ms-flexbox;
	/* IE 10 */
}

.about-wrapper .box-3 {
	margin: .8rem auto;
	background: url(../images/a-dot.png) no-repeat 78% center;
}

.about-wrapper .box-3 .pic {
	padding-right: .64rem;
}

.about-wrapper .box-3 .info {
	padding-top: .76rem;
}

.about-wrapper .box-3 .content {
	height: 1.5rem;
	padding-right: .1rem;
	overflow-y: auto;
	overflow-x: hidden;
	/* 滚动条样式 */
	/*定义滚动条的轨道颜色、内阴影及圆角*/
	/*定义滑块颜色、内阴影及圆角*/
}

.about-wrapper .box-3 .content::-webkit-scrollbar {
	width: 3px;
	/*对垂直流动条有效*/
}

.about-wrapper .box-3 .content::-webkit-scrollbar-track {
	background-color: #f6f6f6;
	border-radius: 5px;
}

.about-wrapper .box-3 .content::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: #e60012;
}

.about-wrapper .box-4 {
	font-size: 0;
	background: url(../images/a3.jpg) no-repeat;
	background-size: cover;
	text-align: center;
	padding: 1.25rem 0 1.18rem;
}

.about-wrapper .box-4 .title {
	font-size: .32rem;
	font-weight: 700;
	color: #fff;
	margin: .3rem auto .2rem;
}

.about-wrapper .box-4 .line {
	width: 18px;
	height: 3px;
	background: rgba(255, 255, 255, 0.2);
	margin: 0 auto;
}

.about-wrapper .box-4 .content {
	color: #fff;
	text-align: center;
	margin-top: .42rem;
}

.about-wrapper .box-5 {
	margin-top: .8rem;
}

.about-wrapper .box-5 .info {
	padding-right: .5rem;
	padding-top: .76rem;
	background: url(../images/a-dot.png) no-repeat left 40px;
}

.about-wrapper .box-5 .content {
	height: 1.8rem;
	padding-right: .1rem;
	overflow-y: auto;
	overflow-x: hidden;
	/* 滚动条样式 */
	/*定义滚动条的轨道颜色、内阴影及圆角*/
	/*定义滑块颜色、内阴影及圆角*/
}

.about-wrapper .box-5 .content::-webkit-scrollbar {
	width: 3px;
	/*对垂直流动条有效*/
}

.about-wrapper .box-5 .content::-webkit-scrollbar-track {
	background-color: #f6f6f6;
	border-radius: 5px;
}

.about-wrapper .box-5 .content::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: #e60012;
}

.culture-wrapper .page-title-box {
	margin-bottom: .16rem;
}

.culture-wrapper .list li .box {
	display: flex;
	display: -webkit-box;
	/* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
	display: -moz-box;
	/* Firefox 17- */
	display: -webkit-flex;
	/* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex;
	/* Firefox 18+ */
	display: -ms-flexbox;
	/* IE 10 */
	align-items: center;
	padding: .5rem 0;
	background: url(../images/c-bg.png) no-repeat;
}

.culture-wrapper .list li .pic,
.culture-wrapper .list li .info {
	width: 50%;
}

.culture-wrapper .list li .pic {
	font-size: 0;
	overflow: hidden;
}

.culture-wrapper .list li .pic img {
	width: 100%;
	height: 3rem;
	object-fit: cover;
	transition: transform 0.5s ease;
	-webkit-transition: transform 0.5s ease;
	-moz-transition: transform 0.5s ease;
	-ms-transition: transform 0.5s ease;
	-o-transition: transform 0.5s ease;
}

.culture-wrapper .list li .pic img:hover {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}

.culture-wrapper .list li .info {
	padding-left: .5rem;
}

.culture-wrapper .list li .icon {
	width: .3rem;
}

.culture-wrapper .list li .title {
	font-weight: 700;
	font-size: .26rem;
	color: #e60012;
	margin: .36rem auto .06rem;
}

.culture-wrapper .list li .desc {
	font-size: 16px;
	color: #666;
	line-height: .36rem;
}

.partter-wrapper .list ul {
	display: flex;
	display: -webkit-box;
	/* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
	display: -moz-box;
	/* Firefox 17- */
	display: -webkit-flex;
	/* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex;
	/* Firefox 18+ */
	display: -ms-flexbox;
	/* IE 10 */
	flex-flow: wrap;
}

.partter-wrapper .list ul li {
	width: 240px;
	font-size: 0;
	text-align: center;
	border-left: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
	cursor: pointer;
	overflow: hidden;
}

.partter-wrapper .list ul li img {
	width: 100%;
	height: 1.5rem;
	object-fit: contain;
	transition: transform 0.5s ease;
	-webkit-transition: transform 0.5s ease;
	-moz-transition: transform 0.5s ease;
	-ms-transition: transform 0.5s ease;
	-o-transition: transform 0.5s ease;
}

.partter-wrapper .list ul li img:hover {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}

.partter-wrapper .list ul li a {
	font-size: 14px;
	color: #595656;
	display: block;
	line-height: 1.5rem;
}

.goods-wrapper .main {
	display: flex;
	display: -webkit-box;
	/* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
	display: -moz-box;
	/* Firefox 17- */
	display: -webkit-flex;
	/* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex;
	/* Firefox 18+ */
	display: -ms-flexbox;
	/* IE 10 */
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.goods-wrapper .top {
	display: flex;
	display: -webkit-box;
	/* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
	display: -moz-box;
	/* Firefox 17- */
	display: -webkit-flex;
	/* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex;
	/* Firefox 18+ */
	display: -ms-flexbox;
	/* IE 10 */
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding-bottom: .2rem;
	border-bottom: 1px solid #e9e9e9;
}

.goods-wrapper .top .title {
	font-weight: 700;
	font-size: 16px;
	color: #333;
}

.goods-wrapper .list {
	width: 910px;
}

.goods-wrapper .list .pro_title {
	padding: .1rem 0;
	border-bottom: 1px solid #e7e7e7;
}

.goods-wrapper .list .pro_title p {
	padding-left: .1rem;
	font-size: 18px;
	font-weight: bold;
	border-left: 5px solid #0055a5;
	height: .25rem;
	line-height: .25rem;
	color: #0056a3;
}

.goods-wrapper .list .pro_card {
	margin-top: .3rem;
}

.goods-wrapper .list .pro_card .left img {
	width: 100%;
}

.goods-wrapper .list .pro_card .right {
	width: 100%;

	background: #0255a5;
	padding: .1rem;
}

.goods-wrapper .list .pro_card .right h3 {
	font-size: .25rem;
}

.goods-wrapper .list .pro_card .right p {
	text-align: justify;
	color: #fff;
	font-size: 14px;
}

/*.goods-wrapper .list .pro_card .right a {*/
/*	position: absolute;*/
/*	bottom: .3rem;*/
/*	right: 0;*/
/*	width: 1.2rem;*/
/*	text-align: center;*/
/*	height: .4rem;*/
/*	line-height: .4rem;*/
/*	display: inline-block;*/
/*	background: #0255a5;*/
/*	border-radius: 5px;*/
/*	color: #fff;*/
/*	text-decoration: none;*/
/*}*/

.goods-wrapper .list ul {
	display: flex;
	display: -webkit-box;
	/* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
	display: -moz-box;
	/* Firefox 17- */
	display: -webkit-flex;
	/* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex;
	/* Firefox 18+ */
	display: -ms-flexbox;
	/* IE 10 */
	flex-flow: wrap;
	margin-bottom: .38rem;
}

.goods-wrapper .list ul li {
	width: 290px;
	margin-right: 20px;
	text-align: center;
	margin-bottom: .3rem;
	transition: background 0.3s ease;
	-webkit-transition: background 0.3s ease;
	-moz-transition: background 0.3s ease;
	-ms-transition: background 0.3s ease;
	-o-transition: background 0.3s ease;
}

.goods-wrapper .list ul li:hover {
	background: #fff;
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.06);
}

.goods-wrapper .list ul li:nth-child(3n) {
	margin-right: 0;
}

.goods-wrapper .list ul li a {
	display: block;
}

.goods-wrapper .list ul li .pic {
	width: 100%;
	font-size: 0;
	overflow: hidden;
}

.goods-wrapper .list ul li .pic img {
	width: 100%;
	height: 2.1rem;
	object-fit: contain;
}

.goods-wrapper .list ul li .name {
	font-size: 16px;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0 .1rem;
	margin-top: .2rem;
}

.goods-wrapper .pro_group {
	width: 100%;
	padding-top: .3rem;
}

.goods-wrapper .pro_group .pro_item img {
	width: 100%;
	height: 2.1rem;
	object-fit: contain;
}

.goods-wrapper .pro_group .pro_item p {
	line-height: .5rem;
	background: #f5f5f5;
	color: #6897c6;
	font-size: 14px;
}

.goods-wrapper .cat-box {
	font-size: 0;
	margin: .28rem auto;
}

.goods-wrapper .cat-box a {
	display: inline-block;
	font-size: 16px;
	color: #666;
	margin-right: .44rem;
	margin-bottom: .2rem;
}

.goods-wrapper .cat-box a:last-child {
	margin-right: 0;
}

.goods-wrapper .cat-box a:hover,
.goods-wrapper .cat-box a.on {
	color: #e60012;
}

.goods-wrapper .main>.box {
	width: 910px;
}

.goods-wrapper .video-box {
	border: 1px solid #f0f0f0;
}

.goods-wrapper .video-box.on .pic,
.goods-wrapper .video-box.on .player {
	z-index: -1;
}

.goods-wrapper .video-box.on .inner .video {
	z-index: 10;
	opacity: 1;
}

.goods-wrapper .video-box a {
	display: block;
	width: 100%;
}

.goods-wrapper .video-box .inner {
	position: relative;
}

.goods-wrapper .video-box .inner .video {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	overflow: hidden;
	opacity: 0;
}

.goods-wrapper .video-box .inner .video video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.goods-wrapper .video-box .player {
	width: .3rem;
	height: .3rem;
	position: absolute;
	left: .5rem;
	bottom: .5rem;
	z-index: 10;
	background: url(../images/play2.png) no-repeat center center;
	background-size: contain;
}

.goods-wrapper .video-box .pic {
	width: 100%;
	font-size: 0;
	overflow: hidden;
}

.goods-wrapper .video-box .pic img {
	width: 100%;
	height: 4.98rem;
	object-fit: contain;
	transition: transform 0.5s ease;
	-webkit-transition: transform 0.5s ease;
	-moz-transition: transform 0.5s ease;
	-ms-transition: transform 0.5s ease;
	-o-transition: transform 0.5s ease;
}

.goods-wrapper .relative-box .page-title-box {
	position: relative;
}

.goods-wrapper .relative-box {
	margin-top: .3rem;
}

.goods-wrapper .relative-box .page-title-box .title {
	font-weight: 500;
}

.goods-wrapper .relative-box .page-title-box .swiper-btn {
	position: absolute;
	right: 0;
	top: 2px;
	z-index: 10;
	font-size: 0;
}

.goods-wrapper .relative-box .page-title-box .swiper-btn a {
	display: inline-block;
	width: .35rem;
	height: .35rem;
	line-height: .35rem;
	text-align: center;
	font-size: 16px;
	color: #999;
	font-weight: 700;
	border: 1px solid #999;
	border-radius: 50%;
}

.goods-wrapper .relative-box .page-title-box .swiper-btn a.prev {
	margin-right: .2rem;
}

.goods-wrapper .relative-box .page-title-box .swiper-btn a:hover {
	border-color: #e60012;
	color: #e60012;
}

.goods-wrapper .relative-box .page-title-box {
	margin-top: 1.46rem;
	margin-bottom: 0.46rem;
}

.goods-wrapper .relative-box .swiper-wrapper {
	padding: 0.2rem 0 0.3rem;
}

.goods-wrapper .relative-box .swiper-slide {
	border: 1px solid #d3d3d3;
	text-align: center;
	transition: background 0.3s ease;
	-webkit-transition: background 0.3s ease;
	-moz-transition: background 0.3s ease;
	-ms-transition: background 0.3s ease;
	-o-transition: background 0.3s ease;
}

.goods-wrapper .relative-box .swiper-slide:hover {
	background: #fff;
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.06);
}

.goods-wrapper .relative-box .swiper-slide:nth-child(3n) {
	margin-right: 0;
}

.goods-wrapper .relative-box .swiper-slide a {
	display: block;
}

.goods-wrapper .relative-box .swiper-slide .pic {
	width: 100%;
	font-size: 0;
	overflow: hidden;
}

.goods-wrapper .relative-box .swiper-slide .pic img {
	width: 100%;
	height: 2.1rem;
	object-fit: contain;
}

.goods-wrapper .relative-box .swiper-slide .name {
	background: #f5f5f5;
	font-size: 14px;
	color: #6897c6;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: .12rem .1rem;
	margin-top: .2rem;
}

.goodsinfo-wrapper .top {
	border-bottom: none;
}

.goodsinfo-wrapper .top .title {
	font-size: .24rem;
	color: #0255a5;
	font-weight: 500;
}

.goodsinfo-wrapper .detail-box {
	border-bottom: 1px solid #efefef;
	padding: .56rem 0 .38rem;
}

.goodsinfo-wrapper .caption {
	font-size: .24rem;
	color: #333;
	font-weight: 700;
	margin-bottom: .16rem;
}

.goodsinfo-wrapper .content {
	font-size: 14px;
	color: #333;
	line-height: .36rem;
}

.goodsinfo-wrapper .table-box {
	margin-top: .48rem;
}

.goodsinfo-wrapper .table-box .caption {
	margin-bottom: .28rem;
}

.goodsinfo-wrapper .table-box table {
	border-collapse: collapse;
	border: 1px solid #f0f0f0;
	width: 100%;
}

.goodsinfo-wrapper .table-box table tr:nth-child(odd) {
	background: #fafafa;
}

.goodsinfo-wrapper .table-box table tr td:first-child {
	width: 200px;
	border-right: 1px solid #f0f0f0;
}

.goodsinfo-wrapper .table-box table td {
	height: 50px;
	font-size: 14px;
	color: #333;
	padding: 0 .1rem 0 .3rem;
}

.goodsinfo-wrapper .btn-box {
	margin: .42rem auto .48rem;
}

.goodsinfo-wrapper .btn-box p {
	line-height: .5rem;
}

.goodsinfo-wrapper .btn-box p:first-child {
	background: url(../images/line.jpg) repeat-x bottom left;
}

.goodsinfo-wrapper .btn-box p a:hover {
	color: #e60012;
}

.goodsinfo-wrapper .btn-box p,
.goodsinfo-wrapper .btn-box a {
	font-size: 14px;
	color: #333;
}

.guide-wrapper .list ul {
	display: flex;
	display: -webkit-box;
	/* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
	display: -moz-box;
	/* Firefox 17- */
	display: -webkit-flex;
	/* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex;
	/* Firefox 18+ */
	display: -ms-flexbox;
	/* IE 10 */
	flex-flow: wrap;
}

.guide-wrapper .list ul li {
	width: 224px;
	margin-right: 20px;
	text-align: center;
	margin-bottom: .42rem;
}

.guide-wrapper .list ul li:nth-child(5n) {
	margin-right: 0;
}

.guide-wrapper .list ul li:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}

.guide-wrapper .list ul li .pic {
	width: 100%;
	font-size: 0;
	overflow: hidden;
	border: 1px solid #e9e9e9;
}

.guide-wrapper .list ul li .pic img {
	width: 100%;
	height: 2.24rem;
	object-fit: contain;
	transition: transform 0.5s ease;
	-webkit-transition: transform 0.5s ease;
	-moz-transition: transform 0.5s ease;
	-ms-transition: transform 0.5s ease;
	-o-transition: transform 0.5s ease;
}

.guide-wrapper .list ul li .name {
	font-size: 14px;
	color: #333;
	line-height: .3rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: .1rem;
}

.msg-wrapper .form {
	display: flex;
	display: -webkit-box;
	/* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
	display: -moz-box;
	/* Firefox 17- */
	display: -webkit-flex;
	/* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex;
	/* Firefox 18+ */
	display: -ms-flexbox;
	/* IE 10 */
	flex-flow: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	/* input placeholder  */
}

.msg-wrapper .form .text,
.msg-wrapper .form .msg,
.msg-wrapper .form .code {
	border: 1px solid #dad9d8;
	height: .55rem;
	line-height: .55rem;
	font-size: 14px;
	color: #333;
	padding: 0 .3rem;
}

.msg-wrapper .form .text {
	width: 590px;
	margin-bottom: .2rem;
}

.msg-wrapper .form .msg {
	width: 100%;
	height: 1.8rem;
	resize: none;
	color: #999;
	font-family: 微软雅黑;
}

.msg-wrapper .form ::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #999999;
	font-size: 14px;
}

.msg-wrapper .form :-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #999999;
	font-size: 14px;
}

.msg-wrapper .form ::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #999999;
	font-size: 14px;
}

.msg-wrapper .form :-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #999999;
	font-size: 14px;
}

.msg-wrapper .form .verify {
	width: 100%;
	margin: .2rem auto;
}

.msg-wrapper .form .verify a {
	display: inline-block;
	vertical-align: middle;
	width: 1.1rem;
	margin-left: .2rem;
}

.msg-wrapper .form .verify a img {
	width: 100%;
	height: .5rem;
	object-fit: contain;
}

.msg-wrapper .form .code {
	width: 2.9rem;
}

.msg-wrapper .form .submit {
	width: 1.7rem;
	height: .55rem;
	line-height: .55rem;
	background: #e60012;
	color: #fff;
	font-size: 16px;
	text-align: center;
	transition: background 0.3s ease;
	-webkit-transition: background 0.3s ease;
	-moz-transition: background 0.3s ease;
	-ms-transition: background 0.3s ease;
	-o-transition: background 0.3s ease;
}

.msg-wrapper .form .submit:hover {
	background: #1b2881;
}

.map-wrapper .map-box {
	width: 100%;
}

.map-wrapper .map-box img {
	width: 100%;
	height: auto;
}

.map-wrapper .way-list {
	margin-top: .82rem;
}

.map-wrapper .way-list .caption {
	font-size: .24rem;
	color: #e60012;
}

.map-wrapper .way-list .caption img {
	width: .27rem;
	margin-right: .18rem;
	position: relative;
	top: 2px;
}

.map-wrapper .way-list ul li {
	padding: .56rem 0 .5rem;
	border-bottom: 1px solid #ebebeb;
}

.map-wrapper .way-list ul li:last-child {
	padding-bottom: 0;
	border-bottom: none;
}

.map-wrapper .way-list ul li .name {
	font-size: .2rem;
	color: #333;
	margin-bottom: .26rem;
}

.map-wrapper .way-list ul li .name img {
	width: .18rem;
	margin-right: .08rem;
	position: relative;
	top: 2px;
}

.map-wrapper .way-list ul li .desc {
	font-size: 14px;
	color: #333;
	line-height: .34rem;
	text-align: justify;
}

.contact-wrapper {
	margin-bottom: 0;
}

.contact-wrapper .box-1 {
	display: flex;
	display: -webkit-box;
	/* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
	display: -moz-box;
	/* Firefox 17- */
	display: -webkit-flex;
	/* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex;
	/* Firefox 18+ */
	display: -ms-flexbox;
	/* IE 10 */
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-bottom: .8rem;
}

.contact-wrapper .box-1 .info {
	width: 50%;
}

.contact-wrapper .box-1 .info .title {
	font-size: .24rem;
	color: #333;
	margin-bottom: .2rem;
}

.contact-wrapper .box-1 .info p {
	position: relative;
	font-size: 14px;
	color: #666;
	line-height: .42rem;
	padding-left: .3rem;
}

.contact-wrapper .box-1 .info p img {
	position: absolute;
	left: 0;
	top: .14rem;
	z-index: 10;
	width: 14px;
	margin-right: .1rem;
}

.contact-wrapper .box-1 .info p span {
	display: inline-block;
	margin-right: .4rem;
}

.contact-wrapper .box-1 .info .qrcode {
	margin-top: .24rem;
	font-size: 0;
	width: 1.2rem;
	border: 1px solid #e9e9e9;
	background: #fff;
}

.contact-wrapper .box-1 .info .qrcode img {
	width: 100%;
	padding: 8px;
}

.contact-wrapper .box-1 .pic {
	width: 585px;
	font-size: 0;
}

.contact-wrapper .box-1 .pic img {
	width: 100%;
	height: auto;
}

.contact-wrapper .box-2 {
	padding: .8rem 0 .6rem;
	background: #fafafa;
}

.contact-wrapper .box-2 .list ul {
	display: flex;
	display: -webkit-box;
	/* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
	display: -moz-box;
	/* Firefox 17- */
	display: -webkit-flex;
	/* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex;
	/* Firefox 18+ */
	display: -ms-flexbox;
	/* IE 10 */
	flex-flow: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.contact-wrapper .box-2 .list ul li {
	width: 585px;
	height: 3.05rem;
	margin-bottom: .3rem;
	padding: .45rem .1rem .1rem .4rem;
	background: #ffffff url(../images/contact-bg.jpg) no-repeat right bottom;
}

.contact-wrapper .box-2 .list ul li .title {
	font-size: .2rem;
	font-weight: 700;
	color: #e60012;
	margin-bottom: .25rem;
}

.contact-wrapper .box-2 .list ul li .info {
	font-size: 16px;
	color: #666;
	line-height: .36rem;
}

.honor-wrapper .list ul {
	display: flex;
	display: -webkit-box;
	/* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
	display: -moz-box;
	/* Firefox 17- */
	display: -webkit-flex;
	/* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex;
	/* Firefox 18+ */
	display: -ms-flexbox;
	/* IE 10 */
	flex-flow: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-bottom: .46rem;
}

.honor-wrapper .list ul li {
	width: 380px;
	margin-right: 30px;
	margin-bottom: 30px;
	background: #fafafa;
}

.honor-wrapper .list ul li:nth-child(3n) {
	margin-right: 0;
}

.honor-wrapper .list ul li:hover {
	background: #fff;
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.06);
}

.honor-wrapper .list ul li .pic {
	width: 100%;
	font-size: 0;
	overflow: hidden;
	padding: .3rem;
}

.honor-wrapper .list ul li .pic img {
	width: 100%;
	height: 2.45rem;
	object-fit: cover;
}

.honor-wrapper .list ul li .name {
	width: 100%;
	height: 0.75rem;
	line-height: 0.75rem;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
	color: #333;
	padding: 0 .1rem;
	border-top: 1px solid #f0f0f0;
}

.question-wrapper .box {
	display: flex;
	display: -webkit-box;
	/* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
	display: -moz-box;
	/* Firefox 17- */
	display: -webkit-flex;
	/* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex;
	/* Firefox 18+ */
	display: -ms-flexbox;
	/* IE 10 */
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.question-wrapper .list {
	/*width: 800px;*/
	width: 100%;
	margin-top: -0.26rem;
}

.question-wrapper .list ul {
	margin-bottom: .54rem;
}

.question-wrapper .list ul li {
	cursor: pointer;
	border-bottom: 2px solid #ececec;
}

.question-wrapper .list ul li:hover .caption {
	color: #e60012;
}

.question-wrapper .list ul li.on .caption {
	font-size: 0.22rem;
	color: #000;
}

.question-wrapper .list ul li.on .caption:before,
.question-wrapper .list ul li.on .caption:after {
	transform: rotate(45deg);
}

.question-wrapper .list ul li .caption {
	position: relative;
	font-size: 16px;
	color: #333;
	line-height: .78rem;
}

.question-wrapper .list ul li .caption:before,
.question-wrapper .list ul li .caption:after {
	display: inline-block;
	content: '';
	background: #e60012;
	position: absolute;
	z-index: 10;
	transition: transform 0.3s ease;
	-webkit-transition: transform 0.3s ease;
	-moz-transition: transform 0.3s ease;
	-ms-transition: transform 0.3s ease;
	-o-transition: transform 0.3s ease;
}

.question-wrapper .list ul li .caption:before {
	width: 14px;
	height: 2px;
	right: 16px;
	top: .36rem;
}

.question-wrapper .list ul li .caption:after {
	width: 2px;
	height: 14px;
	right: 22px;
	top: .3rem;
}

.question-wrapper .list ul li .desc {
	display: none;
	font-size: 14px;
	color: #666;
	line-height: .36rem;
	text-align: justify;
	margin: .1rem auto .22rem;
}

.inner-ad-box {
	width: 350px;
	font-size: 0;
}

.inner-ad-box .pic {
	position: relative;
	font-size: 0;
}

.inner-ad-box .pic img {
	width: 100%;
	height: auto;
}

.inner-ad-box .info {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	padding-bottom: .46rem;
	padding-left: .5rem;
	z-index: 10;
	color: #fff;
}

.inner-ad-box .info .name {
	font-size: .26rem;
	font-family: gob;
}

.inner-ad-box .info .brief {
	font-size: .26rem;
	margin: .08rem auto .12rem;
}

.inner-ad-box .info .desc {
	font-size: 14px;
}

.news-wrapper .first-news {
	background: #f7f7f7;
	margin-bottom: .2rem;
}

.news-wrapper .first-news:hover .pic img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}

.news-wrapper .first-news:hover .name {
	color: #e60012;
}

.news-wrapper .first-news a {
	display: flex;
	display: -webkit-box;
	/* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
	display: -moz-box;
	/* Firefox 17- */
	display: -webkit-flex;
	/* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex;
	/* Firefox 18+ */
	display: -ms-flexbox;
	/* IE 10 */
}

.news-wrapper .first-news .name {
	font-size: .24rem;
	color: #333;
	font-weight: 700;
	line-height: .32rem;
	height: .64rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.news-wrapper .first-news .pic {
	width: 442px;
}

.news-wrapper .first-news .pic img {
	height: 3.04rem;
}

.news-wrapper .first-news .desc {
	margin-bottom: .38rem;
}

.news-wrapper .first-news .info {
	width: 758px;
	padding: .48rem .6rem .1rem;
}

.news-wrapper .box .pic {
	font-size: 0;
	overflow: hidden;
}

.news-wrapper .box .pic img {
	width: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
	-webkit-transition: transform 0.5s ease;
	-moz-transition: transform 0.5s ease;
	-ms-transition: transform 0.5s ease;
	-o-transition: transform 0.5s ease;
}

.news-wrapper .box .desc {
	font-size: 16px;
	color: #666;
	line-height: .34rem;
	height: .68rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.news-wrapper .box .date {
	font-size: 14px;
	color: #666;
	font-family: Arial;
}

.news-wrapper .box ul {
	margin-bottom: .88rem;
}

.news-wrapper .box ul li {
	padding: .28rem 0;
	border-bottom: 2px solid #f8f8f8;
}

.news-wrapper .box ul li:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}

.news-wrapper .box ul li:hover .name {
	color: #e60012;
}

.news-wrapper .box ul li a {
	display: flex;
	display: -webkit-box;
	/* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
	display: -moz-box;
	/* Firefox 17- */
	display: -webkit-flex;
	/* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex;
	/* Firefox 18+ */
	display: -ms-flexbox;
	/* IE 10 */
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.news-wrapper .box ul li .name {
	font-size: .22rem;
	color: #000;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.news-wrapper .box ul li .desc {
	margin: .12rem auto .16rem;
}

.news-wrapper .box ul li .info {
	width: 910px;
}

.news-wrapper .box ul li .pic {
	width: 190px;
}

.news-wrapper .box ul li .pic img {
	height: 1.3rem;
}

.newsinfo-wrapper .w1200 {
	display: flex;
	display: -webkit-box;
	/* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
	display: -moz-box;
	/* Firefox 17- */
	display: -webkit-flex;
	/* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex;
	/* Firefox 18+ */
	display: -ms-flexbox;
	/* IE 10 */
}

.newsinfo-wrapper .newsinfo-box {
	width: 750px;
	margin-right: 50px;
}

.newsinfo-wrapper .header {
	margin-bottom: .35rem;
}

.newsinfo-wrapper .header .name {
	font-weight: 700;
	font-size: .3rem;
	color: #231e37;
	line-height: .5rem;
}

.newsinfo-wrapper .header .other-box {
	font-size: 14px;
	color: #ccc;
	line-height: 24px;
	margin-top: .23rem;
}

.newsinfo-wrapper .header .other-box span {
	display: inline-block;
	margin-right: .2rem;
}

.newsinfo-wrapper .header .other-box img {
	vertical-align: middle;
	display: inline-block;
	max-width: 100%;
	margin-right: .1rem;
}

.newsinfo-wrapper .news-content {
	line-height: .32rem;
	color: #828282;
	font-size: 14px;
}

.newsinfo-wrapper .news-content img {
	max-width: 100% !important;
	height: auto !important;
}

.newsinfo-wrapper .relative-box {
	width: 400px;
}

.newsinfo-wrapper .relative-box .page-title-box {
	margin-bottom: 0;
}

.newsinfo-wrapper .relative-box .page-title-box,
.newsinfo-wrapper .relative-box ul,
.newsinfo-wrapper .relative-box .info-box {
	background: #fafafa;
	padding: 0 .5rem;
}

.newsinfo-wrapper .relative-box .page-title-box {
	padding-top: .44rem;
}

.newsinfo-wrapper .relative-box ul {
	padding-top: .2rem;
}

.newsinfo-wrapper .relative-box ul li {
	padding: .3rem 0;
	border-bottom: 1px solid #ededed;
}

.newsinfo-wrapper .relative-box ul li:last-child {
	border-bottom: none;
}

.newsinfo-wrapper .relative-box ul li:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}

.newsinfo-wrapper .relative-box ul li:hover .page-more {
	border-color: #e60012;
	background: #e60012 url(../images/more_on.png) no-repeat center center;
}

.newsinfo-wrapper .relative-box ul li:hover .name {
	color: #e60012;
}

.newsinfo-wrapper .relative-box ul li a {
	display: block;
}

.newsinfo-wrapper .relative-box ul li .pic {
	width: 100%;
	font-size: 0;
	overflow: hidden;
}

.newsinfo-wrapper .relative-box ul li .pic img {
	width: 100%;
	height: auto;
	transition: 1s 0.3s ease;
	-webkit-transition: 1s 0.3s ease;
	-moz-transition: 1s 0.3s ease;
	-ms-transition: 1s 0.3s ease;
	-o-transition: 1s 0.3s ease;
}

.newsinfo-wrapper .relative-box ul li .name {
	line-height: .36rem;
	color: #666;
	font-size: 16px;
	margin: .2rem auto;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.newsinfo-wrapper .relative-box .info-box {
	margin-top: .2rem;
	padding: .3rem .5rem .53rem;
}

.newsinfo-wrapper .relative-box .info-box p {
	font-size: 16px;
	color: #999;
	margin-bottom: .25rem;
	display: flex;
	display: -webkit-box;
	/* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
	display: -moz-box;
	/* Firefox 17- */
	display: -webkit-flex;
	/* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex;
	/* Firefox 18+ */
	display: -ms-flexbox;
	/* IE 10 */
}

.newsinfo-wrapper .relative-box .info-box p span {
	flex: 1;
}

.newsinfo-wrapper .relative-box .info-box p a {
	flex: 0 0 78%;
	font-size: 16px;
	color: #333;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	vertical-align: middle;
}

.newsinfo-wrapper .relative-box .info-box p a:hover {
	color: #e60012;
}

.newsinfo-wrapper .relative-box .info-box .share-box {
	font-size: 0;
	margin-bottom: 20px;
}

.newsinfo-wrapper .relative-box .info-box .share-box a {
	display: inline-block;
	width: 36px;
	height: 36px;
	line-height: 36px;
	color: #666;
	font-size: 20px;
	background: #fafafa;
	border: 1px solid #e0e0e0;
	border-radius: 50%;
	margin-right: 15px;
	text-align: center;
}

.newsinfo-wrapper .relative-box .info-box .share-box a:hover {
	background: #e60012;
	color: #fff;
}

.newsinfo-wrapper .relative-box .info-box .return {
	display: block;
	width: 100%;
	height: .5rem;
	line-height: .5rem;
	font-size: 16px;
	color: #fff;
	text-align: center;
	background: #e60012;
}

.newsinfo-wrapper .relative-box .info-box .return img {
	max-width: 100%;
	vertical-align: middle;
	margin-left: 10px;
}

.job-wrapper .box {
	display: flex;
	display: -webkit-box;
	/* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
	display: -moz-box;
	/* Firefox 17- */
	display: -webkit-flex;
	/* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex;
	/* Firefox 18+ */
	display: -ms-flexbox;
	/* IE 10 */
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.job-wrapper .list {
	width: 800px;
}

.job-wrapper .list ul {
	margin-bottom: 0.42rem;
}

.job-wrapper .list ul li {
	margin-bottom: 0.15rem;
	background: #fafafa;
	padding-left: 0.3rem;
}

.job-wrapper .list ul li:last-child {
	margin-bottom: 0;
}

.job-wrapper .list ul li.on .top {
	border-color: #f5f5f5;
}

.job-wrapper .list ul li.on .top .btn {
	background: url(../images/jian.png) no-repeat center center;
}

.job-wrapper .list ul li .top {
	position: relative;
	display: flex;
	display: -webkit-box;
	/* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
	display: -moz-box;
	/* Firefox 17- */
	display: -webkit-flex;
	/* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex;
	/* Firefox 18+ */
	display: -ms-flexbox;
	/* IE 10 */
	align-items: center;
	border-bottom: 1px solid transparent;
	padding: 0.2rem .74rem .17rem 0;
}

.job-wrapper .list ul li .info {
	flex: 1;
	overflow: hidden;
}

.job-wrapper .list ul li .btn {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10;
	width: 0.74rem;
	height: 100%;
	background: url(../images/jia.png) no-repeat center center;
}

.job-wrapper .list ul li .icon {
	width: 55px;
	font-size: 0;
	margin-right: 20px;
}

.job-wrapper .list ul li .icon img {
	width: 100%;
}

.job-wrapper .list ul li .info .brief,
.job-wrapper .list ul li .info .brief a {
	font-size: 14px;
	color: #666;
	line-height: 0.24rem;
}

.job-wrapper .list ul li .brief span {
	display: inline-block;
	margin-right: .2rem;
}

.job-wrapper .list ul li .brief span:last-child {
	margin-right: 0;
}

.job-wrapper .list ul li .name {
	font-size: 0.18rem;
	color: #333;
	font-weight: 700;
}

.job-wrapper .list ul li .caption {
	font-size: 14px;
	color: #333;
	font-weight: 700;
}

.job-wrapper .list ul li .content {
	margin: 0.06rem auto 0;
	padding-bottom: .44rem;
}

.job-wrapper .list ul li .content,
.job-wrapper .list ul li .content a {
	font-size: 14px;
	color: #333;
	line-height: .28rem;
}

.job-wrapper .list ul li .inner {
	display: none;
	padding: 0.27rem 0.74rem 0 75px;
}

.job-wrapper .ad-box {
	width: 350px;
	font-size: 0;
}

.job-wrapper .ad-box .pic {
	width: 100%;
	position: relative;
}

.job-wrapper .ad-box .pic img {
	width: 100%;
	height: auto;
}

.job-wrapper .ad-box .info {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 10;
	width: 100%;
	color: #fff;
	padding: 0 0.1rem 0.5rem 0.36rem;
}

.job-wrapper .ad-box .name {
	font-size: 0.26rem;
	opacity: 0.5;
	margin-bottom: 0.06rem;
}

.job-wrapper .ad-box .brief {
	font-size: 16px;
	color: #fff;
}

.development-wrapper .box {
	display: flex;
	display: -webkit-box;
	/* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
	display: -moz-box;
	/* Firefox 17- */
	display: -webkit-flex;
	/* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex;
	/* Firefox 18+ */
	display: -ms-flexbox;
	/* IE 10 */
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.development-wrapper .list {
	width: 790px;
}

.development-wrapper .list ul {
	position: relative;
}

.development-wrapper .list ul:before {
	content: "";
	display: block;
	width: 2px;
	height: 100%;
	background: #eaeaea;
	position: absolute;
	left: 95px;
	top: 0.1rem;
	z-index: -1;
}

.development-wrapper .list li {
	display: flex;
	display: -webkit-box;
	/* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
	display: -moz-box;
	/* Firefox 17- */
	display: -webkit-flex;
	/* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex;
	/* Firefox 18+ */
	display: -ms-flexbox;
	/* IE 10 */
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-bottom: 0.62rem;
	cursor: pointer;
}

.development-wrapper .list li:hover .year {
	color: #e60012;
}

.development-wrapper .list li:hover .year:after {
	background: url(../images/d2.png) no-repeat right top;
}

.development-wrapper .list li:hover .name {
	color: #e60012;
}

.development-wrapper .list li .year {
	position: relative;
	width: 95px;
	font-size: 0.28rem;
	color: #535353;
	font-family: gob;
}

.development-wrapper .list li .year:after {
	content: "";
	display: inline-block;
	width: 12px;
	height: 100%;
	position: absolute;
	right: -7px;
	top: 0.1rem;
	z-index: 10;
	background: url(../images/d1.png) no-repeat right top;
	transition: background 0.3s ease;
	-webkit-transition: background 0.3s ease;
	-moz-transition: background 0.3s ease;
	-ms-transition: background 0.3s ease;
	-o-transition: background 0.3s ease;
}

.development-wrapper .list li .info {
	position: relative;
	width: 670px;
}

.development-wrapper .list li .name {
	font-size: 16px;
	color: #333;
	font-weight: 700;
	margin-bottom: 0.1rem;
}

.development-wrapper .list li img {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	width: 140px;
}

.development-wrapper .list li img+.inner {
	padding-left: 170px;
}

.development-wrapper .list li .desc {
	font-size: 14px;
	color: #666;
	line-height: 0.3rem;
	text-align: justify;
}

.development-wrapper .ad-box {
	width: 350px;
}

.development-wrapper .ad-box .pic {
	position: relative;
	font-size: 0;
	width: 100%;
}

.development-wrapper .ad-box .pic img {
	width: 100%;
	height: auto;
}

.development-wrapper .ad-box .info {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 10;
	color: #fff;
	padding: 0 0.1rem 0.6rem 0.4rem;
}

.development-wrapper .ad-box .info .name {
	font-family: gob;
	font-size: 0.26rem;
	opacity: 0.5;
}

.development-wrapper .ad-box .info .desc {
	font-size: 0.24rem;
	margin-top: 0.28rem;
}

.development-wrapper .ad-box .info .desc span {
	display: block;
	font-size: 0.3rem;
	font-weight: 700;
	margin-top: 0.2rem;
}

/*分页*/
.pageNum {
	height: .36rem;
	text-align: center;
}

.pageNum a {
	margin: 0 6px;
	display: inline-block;
	height: .36rem;
	line-height: .36rem;
	font-size: 14px;
	color: #bdbdbd;
	width: .36rem;
	border-radius: 4px;
	font-family: Arial;
}

.pageNum a:hover,
.pageNum .aNow {
	color: #fff;
	background: #e60012;
	font-weight: 700;
}

.pageNum .btn {
	font-family: "宋体";
}

.pageMore a {
	display: block;
	width: 100%;
	text-align: center;
	height: 40px;
	line-height: 40px;
	background: #e60012;
	color: #fff;
	font-size: 14px;
}

.goods-wrapper .bottom-line {
	border-bottom: 1px solid #d3d3d3;
}

.goods-wrapper .industry_list {
	display: flex;
	margin-top: .5rem;
}

.goods-wrapper .industry_list .pro_pic {
	width: 45%;
	margin-right: 5%;
}

.goods-wrapper .industry_list .pro_pic img {
	width: 100%;
}

.goods-wrapper .industry_list .pro-info {
	width: 50%;
}

.goods-wrapper .industry_list .pro-info h4 {
	color: #0255a5;
	font-size: 16px;
	line-height: 34px;
}

.goods-wrapper .industry_list .pro-info p {
	color: #666;
	font-size: 14px;
	line-height: 22px;
}

.goods-wrapper .inner .pic img {
	width: 100%;
}
.content-info-box{
	padding: .5rem 0;
}
.content-info {
	display: flex;
	cursor: pointer;
}

.content-info .news-pic {
	width: 30%;
	margin-right: 5%;
}

.content-info .news-pic img {
	width: 100%;
	height: 2rem;
}

.content-info .news-info {
	width: 65%;
}

.content-info .news-info .news-title {
	font-size: .25rem;
	line-height: .6rem;
}

.content-info .news-info .news-text {
	height: .75rem;
	text-align: justify;
	line-height: .25rem;
	color: #999;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.content-info .news-info .news-text:hover{
	color: #2218db;
}

.content-info .news-info span {
	color: #999;
	margin-top: 0.2rem;
	display: block;
}
.title-box-img{
	margin: 1rem 0;
}
.news-details-content .info{
	margin-bottom: .2rem;
}
.news-details-content .info .name{
	font-weight: bold;
	font-size: .3rem;
	text-align: center;
	margin-bottom: .1rem;
}
.news-details-content .info .desc{
	font-size: .2rem;
	color: #a3a2a2;
	text-align: center;
	height: .25rem;
	line-height: .25rem;
}
.news-details-content .info .date{
	font-size: .2rem;
	color: #a3a2a2;
	text-align: center;
	height: .25rem;
	line-height: .25rem;
}
.news-details-content  .article p{
	color: #333333;
	line-height: 50px;
}
.news-details-content  .article img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.contact-wrapper .form-box form{
	width: 80%;
	margin: 0 auto 2rem;
}
.contact-wrapper .form-box form p{
	font-size: .3rem;
	margin-bottom: .5rem;
}
.contact-wrapper .form-box form div{
	height: .5rem;
	line-height: .5rem;
	margin-bottom: .2rem;
	display: flex;
}
.contact-wrapper .form-box form div input{
	height: .5rem;
	line-height: .5rem;
	width: 60%;
}
.contact-wrapper .form-box form div input[type=submit]{
	width: 40%;
	margin: 0 auto;
	color: white;
	background: #2218db;
	height: .6rem;
	line-height: .6rem;

}
.contact-wrapper .form-box form label{
	display: inline-block;
	width: 20%;
	text-align: right;
	margin-right: .2rem;
}
.contact-wrapper .form-box form label span{
	color: red;
}
.contact-wrapper .form-box form a{
	display: inline-block;
	width: 30%;
	background: #0079FF;
	color: white;
	cursor: pointer;
	text-align: center;
	border-radius: .1rem;
	margin: 0 auto;
}
@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}
