﻿@charset "utf-8";

@font-face {
	font-family: "SourceHanSansCN-Regular";
	src: url("SourceHanSansCN-Regular.woff2") format("woff2"),
		url("SourceHanSansCN-Regular.woff") format("woff"),
		url("SourceHanSansCN-Regular.ttf") format("truetype"),
		url("SourceHanSansCN-Regular.eot") format("embedded-opentype"),
		url("SourceHanSansCN-Regular.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'BEBAS';
	src: url('BEBAS.eot');
	src: url('BEBAS.eot') format('embedded-opentype'),
		url('BEBAS.woff2') format('woff2'),
		url('BEBAS.woff') format('woff'),
		url('BEBAS.ttf') format('truetype'),
		url('BEBAS.svg#BEBAS') format('svg');
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: 0;
	-webkit-text-size-adjust: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html {
	height: 100%;
}

html,
body {
	min-height: 100%;
}

html,
body,
div,
p,
strong,
span,
a,
b,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
form,
del,
img,
i,
select,
button,
textarea,
input {
	margin: 0;
	padding: 0;
}

body {
	background: #fff;
	font-family: "Microsoft YaHei";
	font-size: 14px;
	color: #303030;
	position: relative;
}

input[type="text"],
input[type="password"],
select,
button,
textarea {
	outline: none;
	border: none;
	-webkit-appearance: none;
}

a,
img,
button,
input,
textarea {
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

a {
	text-decoration: none;
	color: #303030;
}

a:hover {
	color: #f7931e;
	text-decoration: none;
}

a:focus {
	text-decoration: none;
}

li {
	list-style: none;
}

img {
	vertical-align: middle;
	border: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clear {
	clear: both;
}

.clearboth {
	clear: both;
	overflow: hidden;
	height: 0px;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.hidden {
	overflow: hidden;
}

.mt30 {
	margin-top: 30px;
}

.mb30 {
	margin-bottom: 30px;
}

.wrapper {
	width: 1200px;
	margin: 0 auto;
}

/*header*/
.header {
	height: 120px;
	z-index: 99;
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.header .box {
	position: relative;
}

.header .logo {
	position: absolute;
	left: 0;
	top: 35px;
}

.header .logo a{	
	font-size:36px; 
	font-weight: bold;
	color:#c1272d;
}

.header .logo img {
	height: 45px;
	margin-right: 10px;
}

.header .tel {
	position: absolute;
	right: 100px;
	top: 40px;
	height: 40px;
	line-height: 40px;
	background: url(/skin/images/icons.png) 0 center no-repeat;
	padding-left: 40px;
	color: #000;
}

.header .tel em {
	float: left;
	font-style: normal;
	font-size: 16px;
	font-weight: 700
}

.header .tel span {	
	font-size: 35px;
	color: #e00;
	font-family: "Impact";
}

.header .snav_btn {
	display: none;
}

.hideMenu {
	display: none;
}

.navbox {
	background: #c1272d;
	height: 65px;
	position: relative
}

.nav>ul {
	display: flex;
	flex-wrap: nowrap;
}

.nav>ul>li {
	display: block;
}

.nav>ul>li:last-child {
	margin-right: 0;
}

.nav>ul>li h3 {
	font-weight: normal;
	border-left: #c1272d solid 1px;
}

.nav>ul>li h3 a {
	font-size: 16px;
	color: #fff;
	display: block;
	height: 65px;
	line-height: 65px;
	text-align: center;
	overflow: hidden;
	padding: 0 30px;
}

.nav>ul>li.active h3 a {
	color: #fff;
	background: #f7931e
}

.nav>ul>li:hover h3 a {
	color: #fff;
	background: #f7931e
}

/*---子菜单---*/
.nav .sub {
	display: none;
	position: absolute;
	left: 0px;
	top: 65px;
	z-index: 9999;
	width: 100%;
	background: #fff;
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}

.nav .sub .wrapper {
	background: url(/skin/images/news.jpg) 0 40px no-repeat;
	background-size: 245px;
	padding: 35px 0;
	padding-left: 290px;
	min-height: 245px;
}

.nav .sub h4 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	letter-spacing: 1px
}

.nav .sub li {
	float: left;
	width: 20%;
	padding: 8px 0;
}

.nav .sub li a {
	display: inline-block;
	position: relative;
	padding-left: 20px;
	letter-spacing: 0.5px;
	font-size: 13px;
}

.nav .sub li a:before {
	content: "";
	display: block;
	width: 12px;
	height: 3px;
	background: #f7931e;
	position: absolute;
	left: 0;
	top: 50%;
}

.nav .sub li a:hover {
	color: #f7931e;
}


/*footer*/
.footer {
	background: #4a4a4a;
	overflow: hidden;
	padding: 30px 0 30px 0;
	color: #fff;
}

.footer .f-nav {
	float: left;
}

.footer .f-nav dl {
	float: left;
	overflow: hidden;
	margin-right: 85px;
}

.footer .f-nav dt {
	font-size: 16px;
	color: #fff;
	line-height: 25px;
	margin-bottom: 22px;
}

.footer .f-nav dd a {
	display: block;
	color: #8f8f8f;
	line-height: 25px;
}

.footer .f-nav dd a:hover {
	color: #fff;
}

.footer .f-link {
	margin-top: 50px;
}

.footer .f-link a {
	color: #8f8f8f;
	padding: 0 10px;
}

.footer .f-link a:first-of-type {
	padding-left: 0;
}

.footer .f-link a:hover {
	color: #fff;
}

.footer .f-link strong {
	font-size: 15px;
}

.footer .f-lx {
	float: right;
}

.footer .f-lx span {
	float: left;
	display: block;
	text-align: center;
	width: 130px;
	font-size: 12px;
	margin-right: 20px;
	margin-top: 10px;
}

.footer .f-lx span img {
	display: block;
	width: 100%;
	margin-bottom: 10px;
}

.footer .f-lx div {
	overflow: hidden
}

.footer .f-lx p {
	line-height: 31px;
	margin-bottom: 4px;
}

.footer .f-lx p i {
	width: 20px;
	text-align: center;
	margin-right: 5px;
}

.copyRight {
	background: #2a2a2a;
	overflow: hidden;
	padding: 20px 0;
	color: #828282;
}

.copyRight span {
	float: right;
}

.copyRight span a {
	color: #828282
}

.copyRight span a:hover {
	color: #fff;
}

.copyRight em {
	display: inline-block;
	font-style: normal;
	margin-left: 10px;
}

.banner {
	overflow: hidden;
	position: relative;
}

.banner .wrapper {
	position: relative
}

.banner .swiper-container {
	overflow: hidden;
	height: 600px;
}

.banner .swiper-slide {
	overflow: hidden;
	background-position: center 0;
	background-repeat: no-repeat;
	background-size: cover
}

.banner .swiper-slide a {
	display: block;
	width: 100%;
	height: 100%;
}

.banner .swiper-slide img {
	display: none;
	width: 100%;
}

.banner .swiper-pagination {
	bottom: 30px;
	width: 100%;
	text-align: center;
	z-index: 999
}

.banner .swiper-container-horizontal .swiper-pagination-bullets {
	bottom: 30px;
}

.banner .swiper-pagination-bullet {
	width: 40px;
	height: 5px;
	margin: 0 5px;
	border-radius: 0;
	background: #fff;
	opacity: 1
}

.banner .swiper-pagination-bullet-active {
	background: #c1272d;
	opacity: 1
}

.banner .swiper-button-prev,
.banner .swiper-button-next {
	font-size: 0;
	width: 3rem;
	height: 3rem;
	background: 0 0;
	border-left: 2px solid #fff;
	border-top: 2px solid #fff;
	opacity: .7;
	z-index: 999
}

.banner .swiper-button-prev {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	left: 2rem;
}

.banner .swiper-button-next {
	-webkit-transform: rotate(-225deg);
	transform: rotate(-225deg);
	right: 2rem;
}

.banner .swiper-button-prev:hover,
.banner .swiper-button-next:hover {
	opacity: 1
}

.w-tit {
	text-align: center;
	margin-bottom: 50px;
}

.w-zh {
	font-size: 42px;
	color: #333;
	font-weight: 700;
	letter-spacing: 2px;
	font-family: 'SourceHanSansCN-Regular'
}

.w-en {
	font-family: "BEBAS";
	font-size: 24px;
	color: #797979;
	text-transform: uppercase;
}

.link-more {
	margin-top: 50px;
}

.link-more a {
	font-size: 20px;
	line-height: 60px;
	border: 2px solid #f7931e;
	padding: 0 30px;
	display: inline-block;
	text-align: center;
	color: #f7931e;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.link-more a:hover {
	background: #f7931e;
	color: #fff;
}

.w-fuwu {
	padding: 100px 0;
	overflow: hidden;
}

.w-fuwu .wrapper {
	position: relative;
}

.w-fuwu li {
	float: left;
	width: 16.66%;
	position: relative;
	text-align: center;
	margin-top: 50px;
}

.w-fuwu li:after {
	content: '';
	position: absolute;
	left: 0;
	top: 25%;
	background: #eee;
	width: 0;
	height: 50%;
	z-index: -1
}

.w-fuwu li .img {
	display: block;
	margin: 0 auto;
	background: url(/skin/images/fw1.png) center center no-repeat;
	width: 124px;
	height: 107px;
	background-size: 100%;
}

.w-fuwu li:hover .img {
	animation: swing 1s infinite linear;
	background-image: url(/skin/images/fw11.png);
}

.w-fuwu li:nth-child(2) .img {
	background-image: url(/skin/images/fw2.png);
}

.w-fuwu li:nth-child(2):hover .img {
	background-image: url(/skin/images/fw22.png);
}

.w-fuwu li:nth-child(3) .img {
	background-image: url(/skin/images/fw3.png);
}

.w-fuwu li:nth-child(3):hover .img {
	background-image: url(/skin/images/fw33.png);
}

.w-fuwu li:nth-child(4) .img {
	background-image: url(/skin/images/fw4.png);
}

.w-fuwu li:nth-child(4):hover .img {
	background-image: url(/skin/images/fw44.png);
}

.w-fuwu li:nth-child(5) .img {
	background-image: url(/skin/images/fw5.png);
}

.w-fuwu li:nth-child(5):hover .img {
	background-image: url(/skin/images/fw55.png);
}

.w-fuwu li:nth-child(6) .img {
	background-image: url(/skin/images/fw6.png);
}

.w-fuwu li:nth-child(6):hover .img {
	background-image: url(/skin/images/fw66.png);
}

.w-fuwu li h3 {
	line-height: 20px;
	font-size: 22px;
	text-align: center;
	margin-top: 30px;
	font-family: 'SourceHanSansCN-Regular'
}

.w-fuwu li p {
	font-size: 14px;
	font-family: "Century Gothic";
	margin-top: 10px;
	color: #888;
	text-transform: uppercase;
}

.w-fuwu li .gray-line {
	width: 30px;
	height: 1px;
	overflow: hidden;
	background: #dcdcdc;
	position: relative;
	margin: 0 auto;
}

.w-youshi {
	padding: 100px 0;
	background: url(/skin/images/ysbg.jpg) center top no-repeat;
	background-size: cover;
	overflow: hidden
}

.w-youshi .wrapper {
	position: relative;
}

.w-youshi .w-zh {
	color: #fff;
}

.w-youshi .w-en {
	color: #fff;
}

.w-youshi .mbox2Num {
	margin: 150px 0 50px;
	color: #fff;
	line-height: 26px;
}

.w-youshi .mbox2Num li {
	float: left;
	width: 25%;
}

.w-youshi .mbox2Num li .mbox2NumSp {
	font-size: 30px;
	font-family: "Century Gothic";
	font-weight: 500;
	position: relative;
	padding-left: 50px;
}

/* .w-youshi .mbox2Num li .mbox2NumSp:after {
	position: absolute;
	content: '+';
	font-size: 48px;
	right: -32px;
} */

.w-youshi .mbox2Num li p {
	margin-top: 10px;
	font-size: 14px;
	line-height: 28px;
	letter-spacing: normal;
	position: relative;
	padding: 0 50px;
	color: #eee;
}

.w-youshi .mbox2Num li p:before {
	content: "";
	position: absolute;
	left: 0;
	top: 10px;
	width: 30px;
	height: 8px;
	background-color: #f7931e;
}

.w-youshi .mbox2Num li strong {
	display: block;
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 10px;
}

.w-rz {
	padding: 100px 0;
	background: #f1f1f1 url(/skin/images/bg_03.png) center bottom no-repeat;
	overflow: hidden
}

.w-rz li {
	float: left;
	width: 23.5%;
	margin-right: 2%;
	margin-bottom: 2%;
	position: relative;
	text-align: center;
}

.w-rz li a {
	display: block;
	height: 150px;
	border: #f7931e solid 1px;
	border-radius: 25px;
	overflow: hidden;
	background: #f7931e;
}

.w-rz li:nth-child(4n) {
	margin-right: 0;
}

.w-rz li h2 {
	height: 75px;
	line-height: 75px;
	background: #c1272d;
	color: #fff;
	font-size: 28px;
	font-family: "Century Gothic";
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.w-rz li:nth-child(1) h2,
.w-rz li:nth-child(2) h2 {
	font-size: 28px;
}

.w-rz li p {
	color: #fff;
	margin-top: 10px;
	font-size: 12px;
	overflow: hidden;
	height: 25px;
	line-height: 25px;
	padding: 0 10px;
}

.w-rz li h3 {
	font-size: 16px;
	font-weight: 500;
	color: #fff;
}

.w-rz li:hover h2 {
	background: #f7931e;
}

.w-rz li:hover h3,
.w-rz li:hover p {
	color: #fff;
}

.w-rz .link-more {
	margin-top: 50px;
	text-align: center;
}

.w-news {
	padding: 100px 0;
	overflow: hidden
}

.w-news li {
	float: left;
	width: 32%;
	margin-right: 2%;
	background: #f5f5f5;
	position: relative;
	margin-bottom: 30px;
	transition: .3s;
}

.w-news li:nth-child(3n) {
	margin-right: 0;
}

.w-news li a {
	display: block;
}

.w-news li .img {
	height: 240px;
	display: block;
	overflow: hidden;
}

.w-news li .img img {
	display: block;
	width: 100%;
	height: 100%;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	-moz-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transform: scale(1, 1);
}

.w-news li:hover .img img {
	-moz-transform: scale(1.05, 1.05);
	-webkit-transform: scale(1.05, 1.05);
	-o-transform: scale(1.05, 1.05);
	transform: scale(1.05, 1.05);
}

.w-news li .txt {
	padding: 6% 8%;
	border: #eee solid 1px;
}

.w-news li .txt h3 {
	margin-bottom: 16px;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	font-weight: 700;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.w-news li .txt p {
	line-height: 26px;
	height: 52px;
	font-size: 14px;
	color: #666;
	overflow: hidden;
}

.w-news li .txt span {
	display: block;
	background: url(/skin/images/time.png) left center no-repeat;
	margin: 20px 0 10px;
	padding-left: 25px;
	font-size: 13px;
	color: #666;
}

.w-news li:hover h3 {
	color: #f7931e;
}

.w-fz {
	padding: 100px 0;
	overflow: hidden;
	background: url(/skin/images/fzbg.jpg) center bottom no-repeat;
}

.w-fz .w-zh {
	color: #fff;
}

.w-fz .w-en {
	color: #fff;
}

.w-fz li {
	cursor: pointer;
	width: 23%;
	margin: 1%;
	float: left;
	border-radius: 5px;
	position: relative;
	background: #f4f4f4;
	padding: 2%;
}



.w-fz li:before {
	content: '';
	position: absolute;
	left: 0;
	width: 3px;
	height: 24px;
	top: 30px;
	overflow: hidden;
	background: #f7931e;
}

.w-fz li h4 {
	font-size: 16px;
	color: #333;
	font-weight: 700;
	margin-bottom: 3%;
}

.w-fz li p {
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	font-size: 13px;
}

.w-fz li p img {
	width: 20px;
	vertical-align: middle;
}

.w-fz li em {
	display: inline-block;
	width: 15px;
	height: 20px;
	text-align: center;
	color: #dddddd;
	overflow: hidden;
	vertical-align: sub;
	font-style: inherit;
}

.w-fz .link-more {
	margin-top: 50px;
	text-align: center;
}

.w-fz .link-more a {
	border: 2px solid #fff;
	color: #fff;
}

.w-fz .link-more a:hover {
	border-color: #f7931e;
}


.w-zz {
	padding: 100px 0;
	overflow: hidden;
}

.w-zz .swiper-container {
	height: 205px;
	border-right: #eee solid 1px;
	border-top: #eee solid 1px;
}

.w-zz .swiper-container-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: linear;
	/*之前是ease-out*/
	-moz-transition-timing-function: linear;
	-ms-transition-timing-function: linear;
	-o-transition-timing-function: linear;
	transition-timing-function: linear;
	margin: 0 auto;
}

.w-zz .swiper-slide {
	cursor: pointer;
	text-align: center;
}

.w-zz .swiper-slide .box {
	display: block;
	height: 100px;
	color: #222;
	text-align: center;
	position: relative;
	padding-top: 30px;
	transition: 0.5s;
}

.w-zz .swiper-slide .box:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	border-left: #eee solid 1px;
	border-bottom: #eee solid 1px;
	width: 100%;
	height: 100%;
	z-index: 1
}

.w-zz .swiper-slide .box h5 {
	font-family: "Century Gothic";
	font-weight: 700;
	font-size: 15px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.w-zz .swiper-slide .box p {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-top: 5px;
	color: #888;
	font-size: 13px;
}

.w-zz .swiper-slide .box:hover {
	background: #f7931e;
}

.w-zz .swiper-slide .box:hover h5 {
	color: #fff;
}

.w-zz .swiper-slide .box:hover p {
	color: #fff;
}

.w-zz .link-more {
	margin-top: 50px;
	text-align: center;
}


.w-kh {
	padding: 100px 0;
	overflow: hidden;
	position: relative;
	background: #f4f4f4 url(/skin/images/map.png) no-repeat center;
	background-size: 890px;
}

.w-kh .swiper-container {
	overflow: hidden;
}

.w-kh .swiper-container-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: linear;
	/*之前是ease-out*/
	-moz-transition-timing-function: linear;
	-ms-transition-timing-function: linear;
	-o-transition-timing-function: linear;
	transition-timing-function: linear;
	margin: 0 auto;
}

.w-kh .swiper-slide {
	cursor: pointer;
}

.w-kh .swiper-slide a {
	display: block;
	border-radius: 5px;
	margin: 25px 15px;
	padding: 15px;
	position: relative;
	background: #fff;
	box-shadow: 2px 2px 4px #ddd;
}

.w-kh .swiper-slide img {
	display: block;
	width: 100%;
}

.sub-banner {
	width: 100%;
	height: 300px;
	background: url(/skin/images/s-b-a1.jpg) center 0 no-repeat;
	background-size: cover;
	overflow: hidden
}

.bt-box {
	height: 60px;
	line-height: 60px;
	border-bottom: #eee solid 1px;
}

.bt-position {
	height: 60px;
	background: url(/skin/images/home.png) no-repeat 0 center;
	font-size: 14px;
	text-transform: capitalize
}

.bt-position span {
	height: 60px;
	float: left;
	padding: 0 5px 0 20px;
}

.bt-position em {
	font-style: normal;
}

.sub-nav {
	background: #fff;
	height: 75px;
	border-bottom: #e5e5e5 solid 1px;
}

.l-tree {
	text-align: center;
}

.l-tree li {
	display: inline-block;
	font-size: 16px;
	text-align: center;
	padding: 0 30px;
}

.l-tree li a {
	display: block;
	height: 75px;
	line-height: 75px;
	text-align: center;
	color: #333;
}

.l-tree li a:hover,
.l-tree li.cur a {
	height: 74px;
	background: #fff;
	color: #f7931e;
	border-bottom: #f7931e solid 3px;
}

.cont_box {
	background-color: #f5f5f5;
}

.sub_box {
	padding: 60px 20px;
	overflow: hidden;
	background-color: #fff;
	max-width: 1200px;
	margin: 0 auto;
}

.developmentBox {
	position: relative;
	padding-bottom: 30px;
}

.developmentBox::before {
	content: "";
	display: block;
	background: #e7e7e7;
	width: 1px;
	height: 100%;
	position: absolute;
	left: 220px;
	top: 0px;
}

.developmentBox .timeYear {
	float: left;
	width: 150px;
	position: relative
}

.developmentBox .timeYear li {
	position: relative;
	border: 1px solid #f7931e;
	background: #f7931e;
	color: #fff;
	height: 50px;
	line-height: 50px;
	text-align: center;
	margin-bottom: 30px;
}

.developmentBox .timeYear li p {
	font-size: 18px;
	font-family: "Century Gothic";
}

.developmentBox .timeYear li::before {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	margin-top: -3px;
	position: absolute;
	top: 50%;
	right: -4px;
	box-sizing: border-box;
	background: #f7931e;
	border-right: 1px solid #f7931e;
	border-bottom: 1px solid #f7931e;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.developmentBox .timeYear li::after {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	position: absolute;
	top: 50%;
	left: 213px;
	border: 2px solid #fff;
	border-radius: 50%;
	background: #f7931e;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);

}

.developmentBox .memorabilia {
	width: 900px;
	float: right
}

.developmentBox .memorabilia li {
	height: 50px;
	line-height: 50px;
	margin-bottom: 30px;
	font-size: 18px;
	font-family: 'SourceHanSansCN-Regular';
	color: #000;
	font-weight: 700
}

.developmentTxt {
	margin: 50px 0;
}

.developmentTxt h3 {
	font-family: "BEBAS";
	font-size: 24px;
	color: #f7931e;
	text-transform: uppercase;
}

.developmentTxt h2 {
	font-size: 32px;
	color: #333;
	font-weight: 700;
	letter-spacing: 2px;
	font-family: 'SourceHanSansCN-Regular';
	margin-top: 20px;
}

.developmentTxt h5 {
	font-family: "BEBAS";
	font-size: 18px;
	color: #797979;
	text-transform: uppercase;
	margin-top: 20px;
}


.contact-box {
	text-align: center;
	background: url("../images/bg1.jpg") no-repeat center;
	background-size: cover;
	overflow: hidden;
	padding: 3% 0;
}

.contact-view {
	overflow: hidden;
}

.contact-view>div {
	float: left;
	margin: 1%;
	height: 400px;
	text-align: center;
}

.contact-con {
	width: 35%;
	text-align: left;
	background: #ffffff;
	padding: 0 3%;
}

.contact-con ul {
	text-align: left;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.contact-con-li {
	position: relative;
	padding: 10px 10px 15px 50px;
	height: 100px;
	border-bottom: 1px solid #e7e7e7;
	font-size: 16px;
}

.contact-con-li:last-child {
	border: none;
}

.contact-con-li .ico {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0%, -50%);
	display: block;
	width: 32px;
	height: 32px;
	background-position: center center;
	background-repeat: no-repeat
}

.contact-con-li .addr {
	background-image: url(/skin/images/h_ctc_ico1.png);
}

.contact-con-li .tel {
	background-image: url(/skin/images/h_ctc_ico2.png);
}

.contact-con-li .fax {
	background-image: url(/skin/images/h_ctc_ico3.png);
}

.contact-con-li .mail {
	background-image: url(/skin/images/h_ctc_ico4.png);
}

.contact-con-li .txt {
	position: absolute;
	top: 50%;
	left: 50px;
	transform: translate(0%, -50%);
	display: block;
	width: calc(100% - 50px);
}

.contact-con-li .txt h4 {
	font-size: 16px;
	color: #000;
	margin-bottom: 5px;
	font-weight: 700
}

.contact-con-li .txt p {
	color: #454545;
	font-size: 14px;
}

.contact-img {
	width: 60%;
	padding: 5px;
	border: 1px solid #eeeeee;
}

#allmap {
	height: 100%;
	width: 100%;
	margin: 0 auto;
}

.contact-com {
	clear: both;
	padding: 5% 0;
}

.contact-com li {
	cursor: pointer;
	width: 31.333%;
	margin: 1%;
	float: left;
	border-radius: 5px;
	position: relative;
	background: #f4f4f4;
	padding: 2%;
}

.contact-com li:before {
	content: '';
	position: absolute;
	left: 0;
	width: 3px;
	height: 24px;
	top: 30px;
	overflow: hidden;
	background: #f7931e;
}

.contact-com li h4 {
	font-size: 16px;
	color: #333;
	font-weight: 700;
	margin-bottom: 3%;
}

.contact-com li p {
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	font-size: 13px;
}

.contact-com li p img {
	width: 20px;
	vertical-align: middle;
}

.contact-com li em {
	display: inline-block;
	width: 15px;
	height: 20px;
	text-align: center;
	color: #dddddd;
	overflow: hidden;
	vertical-align: sub;
	font-style: inherit;
}

.sub-rz {
	padding: 50px 0;
}

.news-list {
	padding: 0
}

.down-list {
	padding: 50px 0;
}

.down-list li {
	float: left;
	width: 48%;
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	color: #333333;
	border-bottom: 1px solid #EBECED;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	background: url(/skin/images/down.png) 0 center no-repeat;
	padding-left: 45px;
}

.down-list li:nth-child(2n) {
	float: right;
}

.zschaxun {
	width: 70%;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
	border: 10px solid #ebebeb;
	padding: 65px 0 75px 0;
}

.zschaxun h4 {
	font-size: 32px;
	color: #333333;
}

.zschaxun h6 {
	font-size: 16px;
	color: #666666;
	margin-top: 24px;
	margin-bottom: 32px;
}

.zschaxun form {
	width: 60%;
	margin: 0 20%;
}

.zschaxun input[type=text] {
	width: 100%;
	height: 54px;
	border: 1px solid #c3c3c3;
	border-radius: 5px;
	text-indent: 12px;
	color: #666666;
	margin-bottom: 14px;
	transition: all .5s ease;
}

.zschaxun #chaxun {
	display: inline-block;
	width: 41%;
	margin-top: 16px;
	height: 52px;
	line-height: 52px;
	font-size: 18px;
	cursor: pointer;
	border-radius: 5px;
	background: #f7931e;
	color: #fff;
	border: none;
	letter-spacing: 2px;
}

.zstable {
	width: 70%;
	margin: 0 auto;
}

.zstable h4 {
	padding-bottom: 30px;
	border-bottom: 2px solid #f7931e;
}

.zstable li {
	border-bottom: 1px solid #ddd;
	padding: 20px;
	font-size: 14px;
	display: flex;
	align-items: center;
}

.zstable span {
	font-weight: 700;
	color: #333;
	width: 100px;
	display: inline-block;
	text-align: left
}

.sqtitle {
	font-size: 34px;
	font-weight: 700;
	color: #333;
	padding-bottom: 40px;
	font-family: 'SourceHanSansCN-Regular'
}

.sqtitle p {
	font-size: 14px;
	text-transform: uppercase;
	color: #7E86A9;
}

.onlinesq {
	float: left;
	width: 50%;
}

.onlinesq li {
	height: 55px;
	line-height: 55px;
	background: #eee;
	position: relative;
	padding: 0 20px;
	margin-bottom: 10px;
	overflow: hidden
}

.onlinesq li em {
	font-style: normal;
	color: #f00;
}

.onlinesq li>input,
.onlinesq li>div {
	float: right;
	width: calc(100% - 115px);
	padding-left: 15px;
	height: 100%;
	border: none;
	background: none;
	color: #7E86A9;
	z-index: 2;
}

.onlinesq li label {
	display: block;
	width: 100%;
}

.onlinesq li label>input {
	margin-right: 10px;
}

.onlinesq li input::-webkit-input-placeholder {
	font-size: 14px;
}

.onlinesq li input:-moz-placeholder {
	font-size: 14px;
}

.onlinesq li input::-moz-placeholder {
	font-size: 14px;
}

.onlinesqli input:-ms-input-placeholder {
	font-size: 14px;
}

.onlinesq .submit {
	width: 150px;
	height: 50px;
	background: #f7931e;
	text-align: center;
	line-height: 50px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 30px;
	font-size: 15px;
	cursor: pointer;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}

.onlinesq .submit:hover {
	opacity: 0.8;
	color: #fff;
}

.onlinesq .submit i {
	margin-left: 10px;
	width: 16px;
}

.onlineimg {
	float: right;
	width: 45%;
}

.onlineimg img {
	display: block;
	width: 100%;
}


.tousu {
	display: flex;
}

.tousu .onlinesq {
	width: 45%;
	margin-right: 5%;
}

.tousu li {
	padding: 20px 20px;
	height: auto;
	line-height: inherit;
}

.tousu li>input,
.tousu li>div {
	float: none;
	width: 100%;
	padding-left: 0;
}

.tousu li>input[type=radio] {
	height: 15px;
}

.tousu li label {
	display: inline-block;
	width: auto;
	margin-right: 30px;
	font-size: 16px;
}

.tousu li label>input {
	margin-right: 5px;
}

.tousu li textarea {
	width: 100%;
	height: 150px;
	background: #eee;
	resize: none;
	font-family: "Microsoft YaHei";
}

.tousu .onlineimg {
	width: 50%;
}

/*图片加载中div图层，用于遮挡页面*/
#loading {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	z-index: 15000;
	display: none;
}

#loadingdiv {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 50%;
	height: 30%;
	transform: translate(-50%, -50%);
	text-align: center;
}

#loadingdiv p {
	text-align: center;
	font-size: 1.15rem;
	color: #fff;
	margin-top: 20px;
}

/*正文定义*/
#article-lsf {
	line-height: 1.7;
	font-size: 15px;
	background-color: #fff;
}

#article-lsf p,
#article-lsf div,
#article-lsf h2,
#article-lsf h3,
#article-lsf h4,
#article-lsf h5 {
	margin-bottom: 15px;
}

#article-lsf strong {
	font-weight: 700;
}

#article-lsf img {
	display: block;
	max-width: 100%;
	margin: 10px auto;
}

#article-lsf table {
	border-collapse: collapse;
	width: 100%;
	border: #ddd solid 0px;
	margin-top: 30px;
}

#article-lsf table tr:nth-child(odd) {
	background: #fff;
}

#article-lsf table th {
	padding: 10px;
	border: #ddd solid 0px;
}

#article-lsf table td {
	padding: 10px;
	border: #ddd solid 0px;
}

#article-lsf table td p {
	margin-bottom: 0px;
}

#article-lsf table td img {
	width: 100%;
	display: block;
}

.zs-list {
	width: 100%;
}

.zs-list td {
	vertical-align: top
}

.zs-list div {
	width: 90%;
	margin: 5% auto;
	border: #ccc solid 1px;
	background: #fff;
	padding: 4px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.zs-list div img {
	display: block;
	margin: 0px;
	width: 100%;
}


/*正文文章样式*/
.single_title {
	font-size: 30px;
	font-weight: 700;
	text-align: center;
	color: #333;
	padding-bottom: 20px;
	font-family: 'SourceHanSansCN-Regular'
}

.single_add {
	color: #A0A0A0;
	text-align: center;
	margin-bottom: 30px;
	border-bottom: #eee solid 1px;
	padding-bottom: 20px;
}

.pre_next {
	border-top: #eee solid 1px;
	padding: 25px 0px;
	margin-top: 25px;
}

.pre_next span {
	display: block;
	padding: 10px 0;
}

/*分页样式开始*/
.turnover {
	text-align: center;
	margin-bottom: 50px;
	font-size: 16px;
	padding-top: 50px;
}

.turnover a,
.turnover .current,
.turnover .disabled {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	padding: 0 18px;
	margin-left: 2px;
	text-align: center;
}

.turnover a,
.turnover .disabled {
	background: #fff;
	border: 1px solid #f1f1f1;
	text-decoration: none;
}

.turnover a:hover,
.turnover .current {
	border: 1px solid #f7931e;
	background: #f7931e;
	color: #fff;
}

.turnover .disabled {
	color: #999;
}

#fy_page {
	width: 100%;
	margin: 30px auto;
	font-size: 14px;
	text-align: center;
}

#fy_page a {
	font-size: 14px;
	color: #333;
	background-color: #fff;
	display: inline-block;
	padding: 4px 10px;
	text-align: center;
	margin: 0 2px;
	border: 1px solid #e2e2e2;
}

#fy_page a.page-num-current,
#fy_page a:hover {
	background-color: #0045b8;
	color: #fff;
	border: none;
}

/*common share*/
.newFixedRight {
	width: 45px;
	height: 45px;
	position: fixed;
	right: 20px;
	bottom: 50px;
	z-index: 999;
}

.newFixedRight .block {
	width: 45px;
	height: 91px;
	position: relative;
}

.newFixedRight .box1,
.newFixedRight .box2 {
	position: absolute;
	right: 0;
	width: 45px;
	height: 45px;
	background: #191919;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	cursor: pointer;
}

.newFixedRight .box1 {
	top: 0;
}

.newFixedRight .box1 .bg,
.newFixedRight .box2 .bg {
	position: absolute;
	top: 0;
	right: 0;
	width: 45px;
	height: 45px;
	background: url(/skin/images/ico_62.png) center center no-repeat;
}

.newFixedRight .box1:hover {
	background-color: #464748
}

.newFixedRight .box2 {
	bottom: 0;
}

.newFixedRight .box2 .bg {
	background: url(/skin/images/ico_new4.png) center center no-repeat;
}

.newFixedRight .box2 a.bds_weixin {
	width: 45px;
	height: 45px;
	float: left;
	margin: 0;
	padding: 0;
	background-size: auto 16px;
}

.newFixedRight .box2:hover {
	background-color: #464748
}

/* 证书样本 */
.zsyb {
	background: #fff;
}

.zsyb ul li {
	float: left;
	width: 23%;
	margin-right: 2%;
	margin-bottom: 2%;
	position: relative;
	text-align: center;
	border: solid 1px #e3e3e3;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
	transition: box-shadow 0.3s ease
}

.zsyb ul li:hover {
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.zsyb ul li a {
	display: block;
	border-radius: 5px;
	overflow: hidden;
	background: #f8f8f8;
	height: auto;
}

.zsyb ul li a img {
	width: 100%;
}

.zsyb ul li h4 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 15px 0px;
	font-size: 14px;
}

/* news  */
.main-cont-news {
	text-align: center;
	padding: 50px 0;
}

.news_list {
	max-width: 1200px;
	margin: 50px auto 0 auto;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}

.news .news_con {
	width: 30%;
}

.news .news_con>a {
	display: block;
	text-align: center;
}

.news .news_con>a img {
	width: 100%;
}

.news .news_con ul {
	margin-top: 15px;
	background-color: #fcfcfc;
}

.news .news_con ul li {
	border-bottom: 1px dashed #ddd;
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	padding: 0px 5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #f40;
	text-align: left;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news .news_con ul li a {
	color: #444;
}

.news .news_con ul li a:first-child {
	color: #f40;
}

.news .news_con ul li a:hover {
	color: #0056b3;
}