/*--默认--*/
html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
address,
big,
cite,
code,
del,
em,
font,
img,
ins,
small,
strong,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend {
	margin: 0;
	padding: 0;
}

html {
	font-size: 100px;
}

body {
	height: 100%;
	background: #fff;
	font-family: 微软雅黑, 黑体;
	font-family: PingFangSC-Regular, sans-serif;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
}

ol,
ul,
li {
	list-style: none outside none;
}

a {
	text-decoration: none;
	color: inherit;
	cursor: pointer;
	outline: none;
}

img {
	border: none;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
	margin: 0 auto;
}

table {
	border-collapse: collapse;
	width: 100%;
}

tr,
td,
th {
	padding: 0;
	margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	line-height: 1.3;
}

i,
em,
b,
strong {
	font-style: normal;
	font-weight: normal;
}

input,
textarea,
select {
	padding: 0;
	font-family: inherit;
	outline: none;
	resize: none;
	background: none;
	border: none;
	font-size: inherit;
	color: inherit;
}

input::-moz-placeholder {
	color: inherit;
	opacity: 0.5;
	font-size: inherit;
}

textarea::-moz-placeholder {
	color: inherit;
	opacity: 0.5;
	font-size: inherit;
}

select::-moz-placeholder {
	color: inherit;
	opacity: 0.5;
	font-size: inherit;
}

::-webkit-input-placeholder {
	color: inherit;
	opacity: 0.5;
	font-size: inherit;
}

::-ms-input-placeholder {
	color: inherit;
	opacity: 0.5;
	font-size: inherit;
}

/*html5*/
article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu {
	display: block
}

.upp {
	text-transform: uppercase;
}

.pit {
	cursor: pointer;
}

/*L-V-H-A */
a {
	text-decoration: none;
	color: #787b86;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

/*a:link { color: #b8171d; }*/
a:visited {
	color: #787b86;
}

a:hover {
	color: #b8171d;
	text-decoration: none;
}

a:active {
	color: #787b86;
}

.w {
	width: 1200px;
	margin: 0 auto;
}

.rel {
	position: relative;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clear {
	height: 0px;
	clear: both;
	font-size: 0px;
	line-height: 0px;
	zoom: 1;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0px;
}

.rel {
	position: relative;
}

.border1 {
	border-bottom: 1px solid #dbdbdb;
}

.back {
	background: #333;
}

section,
header,
footer {
	width: 100%;
}

.red {
	color: red;
}

.box {
	background: #fff;
	overflow: hidden
}

.header {
	width: 1200px;
	margin: 0 auto;
	margin-bottom: 0;
	height: 90px;
	z-index: 999;
	position: relative;
}

.header h1 {
	margin-top: 30px
}

.header .logo-con {
	width: 300px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 50px;
	cursor: pointer
}

.header .header-con {
	width: 1200px;
	margin: 0 auto;
	height: 90px;
	line-height: 90px;
}

.main {
	width: 1200px;
	margin: 0 auto;
	padding: 50px 0;
	min-height: 138px;
}

#footer {
	width: 100%;
	overflow: hidden;
}


#footer .footer-nav {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	padding-bottom: 20px;
}


.nav-list {
	width: 790px;

}

.nav-address {
	width: 410px;
	height: 140px;
	position: relative;
}

.nav-list dl {
	float: left;
	padding-right: 50px;
	padding-top: 45px;

}

.nav-list dl dt {
	font-size: 18px;
	line-height: 48px
}

.nav-list dl dt a {
	color: #fff
}

.nav-list dl dd {
	font-size: 16px;
	line-height: 32px
}

.nav-list dl dd a {
	color: #a2aac5;
}

.nav-address {
	padding-top: 50px;
	color: #a2aac5;
	font-size: 16px
}

.nav-address .tel,
.nav-address .address {
	padding-left: 22px;
	line-height: 30px
}

.nav-address .erweima {
	position: absolute;
	text-align: center;
	top: 50px;
	right: 0;
	width: 110px;
	padding: 3px 3px 0 3px;
	background: #4d577b
}

.nav-address .erweima img {
	display: block;
	margin: 0 auto
}

.nav-address .erweima p {
	font-size: 12px;
	color: #fff
}

.nav-address .tel {
	background: url("../img/tel.png") no-repeat 0 8px
}

.nav-address .address {
	background: url("../img/tel.png") no-repeat 0 -29px
}


#footer .copyright {
	height: 54px;
	width: 1200px;
	z-index: 6;
	line-height: 54px;
	text-align: left;
	color: #535976;
	margin: 0 auto;
	border-top: 1px solid #14235a;
}

#footer .copyright p {
	display: inline;
	padding: 0 10px
}

#footer .copyright p:nth-child(1){ padding-left:0 ;}

#footer .copyright p.gongan {
	background: url("../img/ghs.png") no-repeat 0 0;
	padding-left: 20px
}

#footer .copyright p a:hover {
	text-decoration: underline
}

.header nav {
	float: right;
	height: 95px;
	line-height: 95px;
	width: 780px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.header nav li {
	float: left;
	display: inline-block;
	text-align: center;
	font-size: 18px;
	-webkit-transition: all 0.3s cubic-bezier(0.86, 0.5, 1, 1);
	transition: all 0.3s cubic-bezier(0.86, 0.5, 1, 1);
	margin: 0 20px;
}


.js-m.js-m-2 {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transition: all .8s ease;
	transition: all .8s ease;
}

.hvr-left {
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px transparent;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	position: relative;
}

.header nav li>a {
	display: block;
	color: #333;
	font-size: 18px !important;
	line-height: 95px !important;
	position: relative;
	-webkit-transition: color 0.5s;
	transition: color 0.5s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.header nav li:hover>a {
	color: #0173bc;
}

.header.active nav li>a {
	color: #333;
}

.header .nav-sub {
	width: 180px;
	background: #fff;
	position: absolute;
	top: 70px;
	left: 0px;
	height: auto;
	box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
	-webkit-transform-origin: top center;
	-ms-transform-origin: top center;
	transform-origin: top center;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transition: -webkit-transform .3s .2s;
	transition: transform .3s .2s;
}

.header .nav-sub.active {
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transition: -webkit-transform .3s;
	transition: transform .3s;
}

.header .nav-sub.active .n-nav-sub {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transition: all .2s .3s;
	transition: all .2s .3s;
}

.header .nav-sub .n-nav-sub {
	opacity: 0;
	-webkit-transform: translate(0, -20px);
	-ms-transform: translate(0, -20px);
	transform: translate(0, -20px);
	-webkit-transition: all .2s;
	transition: all .2s;
}

.header .nav-sub a {
	height: 45px;
	line-height: 45px !important;
	display: block;
	padding: 0 20px;
	text-align: left;
	color: #333;
	font-size: 16px;
	position: relative;
	-webkit-transition: all 0.3s cubic-bezier(0.86, 0.5, 1, 1);
	transition: all 0.3s cubic-bezier(0.86, 0.5, 1, 1);
}

.header .nav-sub a:hover {
	background-color: #2f4089;
	color: #fff;
}

.header .nav-sub .nav-arrow {
	position: absolute;
	top: 15px;
	right: 10px;
	width: 16px;
	height: 16px;
	opacity: 0;
	-webkit-transform: rotate(0deg) translate(-20px, 0px);
	-ms-transform: rotate(0deg) translate(-20px, 0px);
	transform: rotate(0deg) translate(-20px, 0px);
}

.header .nav-sub a:hover .nav-arrow {
	-webkit-transition: -webkit-transform 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55), opacity 300ms;
	transition: transform 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55), opacity 300ms;
	opacity: 1;
	-webkit-transform: rotate(0deg) translate(0px, 0px);
	-ms-transform: rotate(0deg) translate(0px, 0px);
	transform: rotate(0deg) translate(0px, 0px);
	background: url("../img/right.png") no-repeat center center;
}

.header .nav-sub .nav-arrow:before {
	font-size: 16px;
	color: #fff;
}

.header .search-btn {
	width: 30px;
	height: 95px;
	line-height: 95px;
	text-align: center;
	cursor: pointer;
	display: inherit;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	background: url("../img/search.png") no-repeat 0 38px;
}

#banner {
	height: auto;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

#banner img {
	display: block;
}


.next-nav {
	background: #2f4089;
	height: 55px;
	line-height: 55px;
	color: #fff;
}

.next-nav .container {
	width: 1200px;
	margin: 0 auto;
}

.next-nav .next-nav__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 16px;
}

.next-nav .next-nav__wrapper .next-nav-item {
	padding: 0 42px;
	cursor: pointer;
	position: relative;
}

.next-nav .next-nav__wrapper a {
	color: #fff;
}

.next-nav .next-nav__wrapper .next-nav-item.is-active:after,
.next-nav .next-nav__wrapper .next-nav-item:hover:after {
	content: "";
	background: #fff;
	width: 40px;
	height: 1px;
	position: absolute;
	bottom: 10px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}


.tt-mc {display: none; left: 0;top:0;width: 100%; height: 100%; background: #000; opacity: 0.5; z-index: 8; }
.menu-btn{display: none;}
.menu-btn img { display: block; width: 35px; height:35px;}
.menu-btn span.fs { display: inline-block;  color: #d9c57e;}
.menu-btn span.fs a {color: #cfcfcf; display: inline-block; padding: 0 0.12rem; }
.tt-mc-show { display: none; z-index: 20; position: absolute; width: 100%; left: 0; top:90px; background: rgba(255,255,255,0.9); }
.tt-nav { position: relative; z-index: 30; text-indent: 0.4rem; background: #111f4f;  width: 100%; }
.tt-nav li { /*line-height: 1.5rem;*/}
.tt-nav li a { color: #fff;}
.tt-nav li .nav1 { line-height: 1.6rem; text-indent: 0.2rem; border-bottom: 1px solid #444;}
.tt-nav li .nav1 a { display: block; font-size: 0.64rem; }
/*.tt-nav li .on { box-shadow: inset 0 0 10px #999; border: none;  }*/
.tt-nav li .nav2 { line-height: 1.4rem; display: none;  }
.tt-nav li .nav2 a { display: block; color: #B4B4B4; text-indent: 1rem;  border-bottom: 1px solid #333;}
.tt-search {position: relative; z-index: 30; width: 100%;  background: rgba(0,0,0,0.5); padding: 0.4rem 0;}
.tt-search ul { width: 90%; line-height: 1rem; height: 1rem; margin: 0 auto; border: 1px solid #d1d0d0; border-radius: 0.2rem; background: #fff;  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.27) inset;}
.tt-search li { height: 100%;}
.tt-search input {border: 0; outline: none; background: none; height: 1rem; display: inline-block;}
.tt-search .search-txt { width: 80%;  text-indent: 0.28rem;}
.tt-search .search-sub { width: 17%;width: 1rem; padding-right: 0.4rem;}

#pages { padding-top:30px;text-align:center;font:12px '微软雅黑';}
#pages a { display:inline-block; padding:0px 8px; height:22px;font-size:12px;line-height:22px; background:#fff; border:1px solid #e3e3e3; text-align:center; color:#333}
#pages a.a1 {padding:0px 12px; height:22px; line-height:22px;margin-top:0px;}
#pages a:hover { background:#f1f1f1; color:#000; text-decoration:none; }
#pages span { display:inline-block;  padding:0px 8px; height:22px; line-height:22px; background:#da251c; border:1px solid #da251c; color:#fff; text-align:center; }
.pagee .noPage { display:inline-block;  padding:0px 12px; height:22px; line-height:22px;border:1px solid #e3e3e3; text-align:center; color:#a4a4a4; }