@charset "utf-8";

@import url('webfont.css');

body,
td,
th,
input,
textarea,
select {
	font-family: "Microsoft YaHei", 微软雅黑, "Open Sans", Economica, sans-serif;
	color: #777177;
	outline: none;
}

html {
	font-size: 62.5%;
}

html,
body {
	background: #fff;
	height: 100%;
}

html,
body,
form {
	margin: 0;
}

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

ul,
dl {
	display: block;
	margin: 0;
	padding: 0;
}

ul,
dl {
	display: block;
	margin: 0;
	padding: 0;
}

dd {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

p {
	display: block;
	margin: 0;
	padding: 0;
}

a,
button,
input,
img,
div,
p,
li,
span {
	border: 0px none;
	outline: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
}

a {
	text-decoration: none;
	color: #777177;
	outline: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
}

a:active {
	color: #226e70;
}

*:after {
	content: '';
	display: block;
	height: 0;
	clear: both;
}

#think_page_trace_open {
	z-index: 999998;
}

mark {
	display: inline-block;
}

.icon {
	width: 1em;
	height: 1em;
	vertical-align: -0.15em;
	fill: currentColor;
	overflow: hidden;
}

#all {
	width: 100%;
	height: 100%;
	transition: transform .3s;
}

#black {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 98;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, .5);
	display: none;
}

#all.move {
	transform: translateX(-200px);
}

#outer {
	width: 200px;
	height: 100%;
	position: fixed;
	z-index: 99;
	background: #f4f5f6;
	right: 0;
	top: 0;
	transform: translateX(200px);
	transition: transform .3s;
	overflow: auto;
}

#outer.move {
	transform: translateX(0px);
}

#outer>a {
	display: block;
	font-size: 1.5rem;
	transition: all .25s;
	padding: 2.6rem 0 2.6rem 3.2rem;
	border-bottom: 1px solid #e8e8e8;
}

#outer>a>i {
	display: inline-block;
	width: 32px;
	vertical-align: middle;
	font-size: 2.4rem;
}

#outer>a>i.icon-home {
	font-size: 2.8rem;
	margin-left: -4px;
	margin-right: 4px;
}

#outer>a:hover {
	background: #c60a27;
	color: #fff;
}

#outer>div {
	background: #e8e8e8;
	display: none;
}

#outer>div>a {
	display: block;
	font-size: 1.4rem;
	padding: 2rem 0 2rem 5.8rem;
	border-bottom: 1px solid #fff;
	transition: all .25s;
}

#outer>div>a:hover {
	background: #c60a27;
	color: #fff;
}

#outer::-webkit-scrollbar {
	width: 8px;
	height: 8px;
}

#outer::-webkit-scrollbar-track {
	background: #fff;
}

#outer::-webkit-scrollbar-thumb {
	background: #1b1b1b;
}

#outer::-webkit-scrollbar-thumb:vertical:hover {
	background: #5d92fe;
}



#nav {
	background: #c60a27;
	width: 96px;
	height: 93px;
	position: fixed;
	z-index: 990;
	right: 0;
	top: 0;
	color: #fff;
	transition: transform .3s, background .2s;
}

#nav.move {
	transform: translateX(-200px);
}

#nav>span {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 2.5rem;
	margin-top: 22px;
}

#nav>p {
	font-weight: bold;
	text-align: center;
	margin-top: 7px;
}

#nav:hover {
	background: #c60a27;
}


#head {
	border-bottom: 1px solid rgba(255, 255, 255, .16);
	width: 100%;
	height: 92px;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 4;
	transition: background .35s, opacity .25s
}

#head .logo {
	height: 100%;
}

#head .logo a {
	display: block;
	width: auto;
	height: 75px;
	margin: 10px 0 0 100px;
	position: relative;
}

#head .logo a>img {
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	transition: all .3s;
	filter: drop-shadow(100vw 0px 0 white);
	-webkit-filter: drop-shadow(100vw 0px 0 white);
	right: 100vw;
	/* width: 26%; */
	max-width: 100%;
}

#head .logo a>img.blue {
	opacity: 0;
}

#head .logo a>span {
	color: #fff;
	position: absolute;
	right: 0;
	top: -10px;
	transform: scale(.9);
	transition: all .35s;
}

#head.active {
	background: #fff;
}

#head.active .logo a>img.white {
	opacity: 0;
}

#head.active .logo a>img.blue {
	opacity: 1;
}

#head.active a>span {
	color: #666;
}

#head.hide {
	opacity: 0;
	z-index: 0;
}

#menu {
	position: absolute;
	z-index: 2;
	right: 248px;
	top: 0;
	height: 100%;
	width: 55%;
}

#menu>li {
	float: left;
	height: 92px;
}

#menu>li>a {
	display: block;
	color: #fff;
	font-size: 1.6rem;
	line-height: 90px;
	padding: 0 15px;
	transition: color .25s;
}

#menu>li>a:hover,
#menu>li:hover>a {
	color: #c60a27 !important;
}

#head.active #menu>li>a {
	color: #464646;
}


/* page start */
.page {
	padding-top: 2%;
	text-align: center;
}

.page .center_page,
.page span {
	display: inline-block;
}

.page .center_page a {
	color: #000000;
	font-size: 13px;
	display: inline-block;
	border: 1px solid #cccccc;
	padding: 10px 15px;
	margin: 0 4px;
	letter-spacing: 0.5px;
	/* background-color: #f0f0f0; */
	border-radius: 2px;
}

.page .center_page a:hover,
.page .center_page .page-num-current {
	background-color: #c60a27;
	color: white;
	border: 1px solid #c60a27;
}

.page .center_page p {
	display: inline-block;
	margin: 0 25px 0 16px;
}

.page .center_page select {
	display: inline-block;
	box-sizing: border-box;
	margin-top: -3px;
	height: 30px;
	border: 1px solid rgb(169, 169, 169);
	;
}

/* page end */

#menu>li>.d1 {
	position: fixed;
	width: 100%;
	left: 0;
	height: 0;
	margin: 3px auto auto auto;
	background: #fff;
	overflow: hidden;
	transition: all .35s;
}

#menu>li>.d1.active {
	height: 613px;
}

#menu>li>.d1 .wrap {
	display: table;
	table-layout: fixed;
	width: 100%;
}

#menu>li>.d1 dl {
	display: table-cell;
	width: 25%;
	box-sizing: border-box;
	border-right: 1px solid #e8e8e8;
}

#menu>li>.d1 dl:last-child {
	border-right: 0px none;
}

#menu>li>.d1 dl>dt>a {
	display: block;
	height: 54px;
	line-height: 52px;
	background: #f4f5f6;
	text-align: center;
	font-size: 1.7rem;
	color: #464646;
	transition: all .25s;
	white-space: normal;
	overflow: hidden;
	text-overflow: ellipsis;
}

#menu>li>.d1 dl:hover>dt>a {
	background: #c60a27;
	color: #fff;
}

#menu>li>.d1 dl>dd {
	padding: 25px 30px 30px 30px;
	min-height: 449px;
}

#menu>li>.d1 dl>dd>a {
	display: table;
	table-layout: fixed;
	font-size: 1.4rem;
	padding: 5px 0 5px 0;
	width: 100%;
}

#menu>li>.d1 dl>dd>a img {
	display: inline-block;
	width: 50px;
	height: 50px;
	background: #eee;
	margin-right: 10px;
	transition: all .2s;
}

#menu>li>.d1 dl>dd>a:hover img {
	margin-left: 6px;
	margin-right: 10px;
}

#menu>li>.d1 dl>dd>a p {
	display: table-cell;
	vertical-align: middle;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
	position: relative;
	padding: 1px 0;
}

#menu>li>.d1 dl>dd>a p:after {
	content: '';
	display: block;
	width: 0;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #888;
}

#menu>li>.d1 dl>dd>a:hover p {
	color: #333;
}

#menu>li>.d1 dl>dd>a:hover p:after {
	width: 100%;
}

#menu>li>.d1 .more {
	display: block;
	height: 56px;
	line-height: 54px;
	background: #eaf2f7;
	text-align: center;
	font-size: 1.7rem;
	color: #333;
	transition: all .25s;
}

#menu>li>.d1 .more i {
	font-size: 2.8rem;
	vertical-align: middle;
	margin-right: .5rem;
	display: inline-block;
}

#menu>li>.d1 .more:hover {
	background: #dbebf5;
}

#menu>li>.d2 {
	position: fixed;
	width: 100%;
	left: 0;
	margin: 3px auto auto auto;
	background: #fff;
	overflow: hidden;
	transition: height .3s;
	height: 0;
}

#menu>li>.d2.active {
	height: 250px;
	border-top: 1px solid #e6e6e6;
}

#menu>li>.d2 .wrap {
	width: 100%;
	margin: auto;
	padding: 20px 25px 30px 25px;
	box-sizing: border-box;
}

#menu>li>.d2 .wrap a {
	display: block;
	float: left;
	width: 20%;
	box-sizing: border-box;
	padding: 10px;
	font-size: 1.5rem;
}

#menu>li>.d2 .wrap a>p {
	background: #f4f5f6;
	box-sizing: border-box;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: all .2s;
	padding: 5px 10px;
	color: #777177;
}

#menu>li>.d2 .wrap a:hover>p {
	background: #e8e8e8;
	color: #464646;
	transition: all .25s;
}

#menu>li>.d2 .wrap a>p img {
	display: inline-block;
	width: 60px;
	height: 60px;
	margin-right: 5px;
	transition: all .2s;
}

#menu>li>.d2 .wrap a:hover>p img {
	margin-left: 6px;
}

#menu>li>.d2 .wrap a.more p {
	background: #eaf2f7;
	border: 0px none;
	height: 70px;
	line-height: 68px;
	padding: 0;
	text-align: center;
	color: #464646;
	transition: all .25s;
}

#menu>li>.d2 .wrap a.more p:after {
	display: none;
}

#menu>li>.d2 .wrap a.more p>i {
	font-size: 2.4rem;
	display: inline-block;
	vertical-align: middle;
	margin-right: .5rem;
}

#menu>li>.d2 .wrap a.more:hover p {
	background: #dbebf5;
}

#menu>li>.same {
	position: fixed;
	width: 100%;
	left: 0;
	margin: 2px auto auto auto;
	background: #fff;
	overflow: hidden;
	transition: height .3s;
	height: 0;
	box-sizing: border-box;
}

#menu>li>.same.active {
	height: 400px;
	border-top: 1px solid #e6e6e6;
}

#menu>li>.same .wrap {
	width: 1200px;
	padding: 50px 0;
	margin: auto;
}

#menu>li>.same .l {
	width: 380px;
	float: left;
}

#menu>li>.same .l .tit {
	font-size: 4rem;
	color: #464646;
	position: relative;
	margin-bottom: 50px;
}

#menu>li>.same .l .tit:after {
	width: 42px;
	height: 4px;
	background: #c60a27;
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: -20px;
}

#menu>li>.same .desc {
	color: #999;
	line-height: 1.8;
	font-size: 1.5rem;
}

#menu>li>.same .c {
	width: 200px;
	float: left;
	margin-left: 160px;
}

#menu>li>.same .c>a {
	display: block;
	font-size: 1.8rem;
	padding: 10px 0 10px 0;
	border-bottom: 1px solid #fff;
	transition: padding-left .25s;
	color: #777177;
}

#menu>li>.same .c>a:hover {
	border-bottom: 1px solid #c60a27;
	color: #c60a27;
	padding-left: 8px;
}

#menu>li>.same .r {
	width: 300px;
	float: right;
}

#menu>li>.same .r .img {
	width: 300px;
	height: 200px;
	background: #eee;
	margin-top: 10px;
}

#menu>li>.same .r .desc {
	margin-top: 10px;
	font-size: 1.7rem;
	color: #666;
}

#lan {
	width: 80px;
	height: 92px;
	line-height: 90px;
	color: #fff;
	position: absolute;
	z-index: 3;
	right: 186px;
	top: 0;
	text-align: center;
	transition: color .3s;
	text-align: center;
}

#lan>svg {
	font-size: 1.86rem;
	vertical-align: middle;
}

#lan>span {
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
	font-size: 1.6rem;
	transition: all .3s;
}

#lan:hover>span {
	color: #c60a27 !important;
}

#search {
	width: 80px;
	height: 92px;
	line-height: 90px;
	color: #fff;
	position: absolute;
	z-index: 3;
	right: 116px;
	top: 0;
	text-align: center;
	transition: color .3s;
}

#search>span {
	font-size: 2.2rem;
}

#search:hover {
	color: #c60a27 !important;
}

#head.active #search {
	color: #999;
}

@media (max-width:1440px) {
	#menu {
		width: 49%;
	}

	#menu>li>a {
		font-size: 1.2rem;
		padding: 0 13px;
	}

	#menu>li>.d1 dl>dt>a {
		font-size: 1.6rem;
	}

	#menu>li>.d2 .wrap a>p {
		padding: 4px 8px;
		font-size: 1.5rem;
	}

	#menu>li>.d2 .wrap a.more p {
		height: 68px;
		line-height: 66px;
	}
}

@media (max-width:1366px) {
	#menu>li>.d1 dl>dt>a {
		font-size: 1.5rem;
	}

	#menu>li>.d1 dl>dd {
		padding: 20px 20px;
	}

	#menu>li>.d1 dl>dd>a {
		font-size: 1.3rem;
		padding: 4px 0;
	}

	#menu>li>.same .c>a {
		font-size: 1.6rem;
	}

	#menu>li>.same .r .desc {
		font-size: 1.5rem;
	}
}

@media (max-width:1280px) {
	#menu {
		width: 740px;
	}

	#menu>li>a {
		padding: 0 25px;
	}

	#menu>li>.d1 dl>dt>a {
		font-size: 1.4rem;
	}

	#menu>li>.d1 dl>dd>a {
		font-size: 1.3rem;
		padding: 3px 0;
	}

	#menu>li>.d1 .more {
		font-size: 1.5rem;
	}

	#menu>li>.d2 .wrap a {
		padding: 8px;
	}

	#menu>li>.d2 .wrap a>p {
		padding: 4px 6px;
		font-size: 1.4rem;
	}

	#menu>li>.d2 .wrap a.more p {
		height: 68px;
		line-height: 66px;
	}

	#menu>li>.same .wrap {
		width: 330px;
		width: 1100px;
	}

	#menu>li>.same .l .tit {
		font-size: 4.6rem;
	}

	#menu>li>.same .desc {
		font-size: 1.4rem;
	}

	#menu>li>.same.active {
		height: 380px;
	}

	#menu>li>.same .c {
		width: 200px;
		float: left;
		margin-left: 140px;
	}
}

@media (max-width:1080px) {
	#all.move {
		transform: translateX(-160px);
	}

	#outer {
		width: 160px;
		transform: translateX(160px);
	}

	#outer>a {
		font-size: 1.4rem;
		transition: all .25s;
		padding: 1.7rem 0 1.7rem 2.5rem;
	}

	#nav {
		width: 66px;
		height: 66px;
		transition: transform .3s, background 0s;
	}

	#nav:hover {
		background: #c60a27;
	}

	#nav.move {
		transform: translateX(-160px);
	}

	#nav>span {
		font-size: 1.7rem;
		margin-top: 16px;
	}

	#nav>p {
		margin-top: 5px;
		font-size: .9rem;
	}

	#nav:active {
		background: #c60a27;
	}

	#head {
		background: #fff;
		height: 65px;
	}

	#head .logo a {
		width: 170px;
		height: 47px;
		margin: 12px 0 0 20px;
	}

	#head .logo a>img.white {
		opacity: 0;
	}

	#head .logo a>img.blue {
		opacity: 1;
	}

	#head .logo a>span {
		color: #666;
		top: -7px;
		transform: scale(1);
	}

	#lan {
		display: none;
	}

	#search {
		width: 65px;
		height: 65px;
		line-height: 63px;
		color: #777177;
		right: 68px;
		top: 0;
	}

	#search>span {
		font-size: 2.2rem;
	}

	#menu {
		display: none;
	}
}



#contact {
	/* height: 360px; */
	background: #f4f5f6;
	position: relative;
	z-index: 3;
	overflow: hidden;
}

.btn-primary {
	background-color: #c60a27;
	border-color: #c60a27;
}

.btn-primary:hover {
	background-color: #bb001d;
	border-color: #bb001d;
}

#contact .wrap {
	margin: 70px 155px;
	position: relative;
}

#contact .left {
	width: 200px;
	position: absolute;
	left: 0;
	top: 0;
}

#contact .left a {
	display: block;
	margin-bottom: 15px;
}

#contact .left a p {
	font-family: Montserrat;
	color: #ccc;
	font-size: 1.9rem;
	font-weight: 600;
	display: inline-block;
	vertical-align: middle;
	margin-left: .6rem;
}

#contact .left a span {
	display: inline-block;
	vertical-align: middle;
	font-size: 1.5rem;
}

#contact .left a.active p,
#contact .left a.active span {
	color: #464646;
}

#contact .center {
	width: 970px;
	margin: auto;
}

#contact .center .l {
	width: 430px;
	float: left;
	position: relative;
}

#contact .center .l .item {
	/* display:none; */
}

#contact .center .l .item .con span,
#contact .center .l .item .con a {
	display: inline-block;
}

#contact .center .tit {
	color: #464646;
	border-bottom: 1px solid #e6e6e6;
	padding: 0 0 18px 2px;
	font-size: 1.8rem;
	font-weight: bold;
}

#contact .center .l .tit>span {
	font-weight: normal;
	font-size: 1.4rem;
}

#contact .center .l .con {
	margin-top: 26px;
	padding-left: 2px;
	font-size: 1.4rem;
}

#contact .center .l .con p {
	margin-bottom: 8px;
}

#contact .center .l .con .nav {
	width: 110px;
	height: 36px;
	border: 1px solid #e4e4e4;
	border-radius: 100px;
	display: block;
	font-size: 1.2rem;
	text-align: center;
	line-height: 35px;
	color: #333;
	margin-top: 25px;
	transition: all .25s;
}

#contact .center .l .con .nav i {
	display: inline-block;
	font-size: 1.5rem;
	vertical-align: middle;
	margin-right: .4rem;
}

#contact .center .l .con .nav:hover {
	background: #333;
	color: #fff;
	border: 1px solid #333;
}

#contact .center .r {
	width: 430px;
	float: right;
}

#contact .center .r .con {
	margin-top: 26px;
	padding-left: 2px;
}

#contact .center .r .con .item {
	width: 98px;
	float: left;
	margin-right: 25px;
	text-align: center;
	color: #464646;
}

#contact .center .r .con .img {
	width: 98px;
	height: 98px;
}

#contact .center .r .con .title {
	font-size: 1.2rem;
	margin-top: .8rem;
}

#contact .right {
	width: 220px;
	position: absolute;
	right: 0;
	top: 0;
}

#contact .right .tit {
	color: #464646;
	border-bottom: 1px solid #e6e6e6;
	padding: 0 0 18px 2px;
	font-size: 1.8rem;
	font-weight: bold;
}

#contact .right .con {
	margin-top: 26px;
	padding-left: 2px;
}

#contact .right .con a {
	display: block;
	width: 116px;
	height: 36px;
	border: 1px solid #e4e4e4;
	font-size: 1.2rem;
	text-align: center;
	line-height: 35px;
	color: #333;
	margin-bottom: 5px;
	transition: all .25s;
}

#contact .right .con a i {
	display: inline-block;
	vertical-align: middle;
	font-size: 1.4rem;
	margin-right: .5rem;
}

#contact .right .con a:hover {
	background: #333;
	color: #fff;
	border: 1px solid #333;
}

@media (max-width:1680px) {
	#contact .wrap {
		margin: 70px 125px;
	}

	#contact .center {
		width: 900px;
	}

	#contact .center .l {
		width: 400px;
	}

	#contact .center .r {
		width: 400px;
		float: left;
		margin-left: 70px;
	}
}

@media (max-width:1440px) {
	#contact {
		height: 336px;
	}

	#contact .wrap {
		margin: 65px 100px;
	}

	#contact .center {
		width: 750px;
	}

	#contact .center .l {
		width: 350px;
	}

	#contact .center .r {
		width: 270px;
	}
}

@media (max-width:1366px) {
	#contact {
		height: 326px;
	}

	#contact .wrap {
		margin: 58px 80px;
	}
}

@media (max-width:1080px) {
	#contact {
		height: auto;
	}

	#contact .wrap {
		margin: 35px 20px 25px 20px;
	}

	#contact .left {
		display: none;
	}

	#contact .center {
		width: 100%;
		height: 200px;
	}

	#contact .center .l {
		width: 100%;
		float: none;
	}

	#contact .center .r {
		display: none;
	}

	#contact .right {
		display: none;
	}
}




#climb {
	width: 56px;
	height: 227px;
	position: fixed;
	z-index: 9;
	right: -56px;
	top: 50%;
	margin-top: -120px;
	transition: right .3s ease;
}

#climb>a {
	display: block;
	width: 100%;
	height: 56px;
	line-height: 56px;
	background: rgba(0, 0, 0, .46);
	margin-bottom: 1px;
	color: #fff;
	text-align: center;
	transition: all .2s;
}

#climb>a>i {
	font-size: 2.5rem;
}

#climb>a:hover {
	background: rgba(198, 10, 39, .8);
}

#climb.active {
	right: 1px;
}

#climb .tel {
	position: relative;
	transform: translateX(0);
	transition: all .4s ease;
}

#climb .tel>p {
	position: absolute;
	width: 150px;
	height: 56px;
	background: #c60a27;
	color: #fff;
	left: 57px;
	top: 0;
	font-size: 1.4rem;
}

#climb .tel:hover {
	transform: translateX(-150px);
}

#climb .qr {
	position: relative;
}

#climb .qr>p {
	position: absolute;
	width: 0;
	height: 0;
	position: absolute;
	left: -1px;
	top: 0;
	background: #fff;
	padding: 0px;
	box-sizing: border-box;
	transition: all .3s;
}

#climb .qr:hover>p {
	width: 170px;
	height: 170px;
	padding: 20px;
	left: -171px;
	top: -56px;
}

@media (max-width:1080px) {
	#climb {
		display: none;
	}
}


#foot {
	height: 260px;
	background: #222;
	position: relative;
	z-index: 3;
	letter-spacing: .03rem;
	overflow: hidden;
}

#foot .wrap {
	padding: 68px 155px;
	position: relative;
}

#foot .row1 {
	color: rgba(255, 255, 255, .4);
	font-size: 1.4rem;
}

#foot .row1 .l {
	width: 60%;
	float: left;
}

#foot .row1 .r {
	width: 40%;
	float: right;
	text-align: right;
}

#foot .row1 .r a {
	color: #f55e00;
}

#foot .row1 .r a i {
	display: inline-block;
	font-size: 3rem;
	vertical-align: middle;
	margin-right: -15px;
}

#foot .line {
	background: rgba(255, 255, 255, .1);
	width: 100%;
	height: 1px;
	font-size: 0;
	margin-top: 36px;
}

#foot .row2 {
	margin-top: 45px;
	color: rgba(255, 255, 255, .4);
	font-size: 1.3rem;
	font-weight: 300;
}

#foot .row2 .l {
	width: 80%;
	float: left;
}

#foot .row2 .l span {
	display: inline-block;
}

#foot .row2 .l a {
	display: inline-block;
}

#foot .row2 .r {
	width: 20%;
	float: right;
	text-align: right;
}

#foot .row2 .r a {
	display: inline-block;
	color: rgba(255, 255, 255, .4);
}

@media (max-width:1680px) {
	#foot .wrap {
		padding: 68px 125px;
	}
}

@media (max-width:1440px) {
	#foot {
		height: 250px;
	}

	#foot .wrap {
		padding: 60px 100px;
	}

	#foot .line {
		margin-top: 30px;
	}
}

@media (max-width:1366px) {
	#foot {
		height: 240px;
	}

	#foot .wrap {
		padding: 55px 80px;
	}

	#foot .line {
		margin-top: 25px;
	}

	#foot .row2 {
		margin-top: 40px;
	}
}

@media (max-width:1080px) {
	#foot {
		height: auto;
	}

	#foot .wrap {
		padding: 38px 20px;
	}

	#foot .row1 .l {
		width: 100%;
		float: none;
	}

	#foot .row1 .r {
		width: 100%;
		float: none;
		text-align: left;
		margin-top: 5px;
	}

	#foot .row1 .r a i {
		font-size: 3.2rem;
		margin-left: -28px;
	}

	#foot .line {
		margin-top: 30px;
	}

	#foot .row2 {
		margin-top: 40px;
	}

	#foot .row2 .l {
		width: 100%;
		float: none;
		font-size: 1.1rem;
	}

	#foot .row2 .l>span {
		display: none;
	}

	#foot .row2 .l a {
		display: block;
		padding-left: 1.1rem;
		margin-top: 5px;
		font-size: 1.1rem;
	}

	#foot .row2 .l a.beian {
		display: inline-block;
		font-size: 1.1rem;
	}

	#foot .row2 .r {
		width: 100%;
		float: none;
		text-align: left;
		font-size: 1rem;
		margin-top: 5px;
		padding-left: 1.1rem;
		box-sizing: border-box;
	}
}

/* 底部 */
.f_top {
	padding: 50px 0;
	background: #444;
	position: relative;
}

.f_top:after {
	content: '';
	width: 675px;
	height: 325px;
	/* background:url(../images/f_cover.png) no-repeat center; */
	position: absolute;
	right: 0;
	bottom: 0;
	pointer-events: none;
	background-size: cover;
}

.f_top .left {
	float: left;
	width: 75%;
	padding-left: 22px;
	box-sizing: border-box;
	position: relative;
	z-index: 2
}
@media screen and (max-width: 1804px) {
.f_top .left{
    width:69%;
}
}

.f_top .left {
	padding: 0;
}

.f_top .left dl {
	font-size: 0;
	margin: 30px 0 60px;
}

.f_top .left dd {
	display: inline-block;
	font-size: 17px;
	line-height: 35px;
	color: #fff;
	padding: 0 33px;
	position: relative;
	margin-right: 6px;
}

.f_top .left dd:after {
	content: '';
	width: 0.06rem;
	height: 1px;
	background: #7c7c7c;
	background: rgba(255, 255, 255, .3);
	position: absolute;
	right: 100%;
	top: 50%
}

.f_top .left dd:first-child {
	padding-left: 0;
}

.f_top .left dd:first-child:after {
	display: none;
}

.f_top .left .mess {
	font-size: 16px;
	line-height: 35px;
	color: #fff;
	;
}

.f_top .left .mess a.f_com {
	display: inline-block;
	margin-right: 20px
}

.f_top .left .mess a.beian {
	display: inline-block;
	margin-left: 20px
}

.f_top .left .jerei {
	font-size: 16px;
	line-height: 35px;
	color: #fff;
	;
}

.f_top .right {
	float: right;
	margin-top: 18px;
	position: relative;
	z-index: 2
}

.f_top .right .share_box .bdsharebuttonbox {
	overflow: hidden;
}

.f_top .right .share_box a {
	display: block;
	float: right;
	width: 53px;
	height: 53px;
	line-height: 53px;
	text-align: center;
	padding: 0;
	margin: 5px 5px 0;
	border: 1px solid #fff;
	background: none;
	color: #fff;
}

.f_top .right .share_box a i {
	font-size: 22px;
	margin: 0;
	vertical-align: top;
}

.f_top .right dl {
	text-align: right;
	margin-top: 35px;
}

.f_top .right dl dt {
	font-size: 20px;
	font-weight: bold;
	color: white;
	margin-bottom: 20px;
}

.f_top .right p {
	font-size: 16px;
	line-height: 32px;
	color: #fff;
}

.f_top .right p a {
	font-size: 16px;
	line-height: 32px;
	color: #fff;
}


.pageFooter {
	overflow: hidden;
	position: relative;
	z-index: 2;
}

.innerpage .wrap {
	width: 89%;
	margin-right: auto;
	margin-left: auto;
}

.pageFooter .wrap {
	width: 89%;
	margin-right: auto;
	margin-left: auto;
}

.pageFooter .f_top {
	padding: 50px 0 0
}

.pageFooter .f_top .left .f_logo {
	margin-bottom: 30px;
}

.pageFooter .f_top .left .f_logo img {
	height: 90px;
}

.pageFooter .f_top .left li {
	float: left;
	width: 19%;
	margin-right: 2%;
	background: #3b3b3b;
	transition: all 0.5s ease;
}
.pageFooter .f_top .left li:last-child{
    /*margin-right: 0;*/
}

.pageFooter .f_top .left li .li_box {
	padding: 10px
}

.pageFooter .f_top .left li .li_box .ewm {
	float: left;
	width: 100px;
	height: 100px;
	margin-right: 30px;
}

.pageFooter .f_top .left li .li_box .info {
	float: left;
	padding-top: 20px;
}

.pageFooter .f_top .left li .li_box .info .t {
	font-size: 18px;
	line-height: 23px;
	color: #fff;
	margin-bottom: 6px;
}

.pageFooter .f_top .left li .li_box .info .c {
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	color: rgba(255, 255, 255, .6);
}

.pageFooter .f_top .left li:hover {
	background: #c60a27;
}

.pageFooter .f_top .right {
	margin-top: 0;
	text-align: right;
}

.pageFooter .f_top .right h3 {
	font-size: 20px;
	font-weight: bold;
	color: white;
	margin-bottom: 20px;
	margin-top: 35px;
}

.pageFooter .f_bott {
	padding: 10px 0;
	background: #3b3b3b;
}

.pageFooter .f_bott .left a {
	display: inline-block;
	font-size: 15px;
	line-height: 30px;
	color: #dadada;
	margin-right: 10px;
}

.pageFooter .f_bott .left a:hover {
	color: #c60a27;
}

.pageFooter .f_bott .left span {
	display: inline-block;
	font-size: 15px;
	line-height: 30px;
	color: #dadada;
	margin-right: 10px;
}

.pageFooter .f_bott .right a {
	display: inline-block;
	font-size: 15px;
	line-height: 30px;
	color: #dadada;
	margin-left: 10px;
}


.f_partner {
	padding: 30px 0;
	background-color: #444;
	color: #fff;
}

.f_partner ul li {
	float: left;
	margin-right: 30px;
}

.f_partner ul li:first-child {
	margin-right: 0;
}

.f_partner ul li a {
	font-size: 16px;
	line-height: 1.8;
	color: #f4f4f4;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

@media only screen and (max-width: 1240px) {
	.pageFooter .f_top {
		display: none;
	}
}

@media only screen and (max-width: 768px) {
	.pageFooter .f_bott .left a {
		font-size: 14px;
		margin-right: 0;
	}

	.f_partner {
		padding: 20px 0;
	}

	.f_partner ul li {
		margin-right: 20px;
	}

	.f_partner ul li a {
		font-size: 14px;
	}

	.pageFooter .f_bott .right {
		width: 100%;
	}

	.pageFooter .f_bott .right a:first-child {
		margin-left: 0;
	}

	#head .logo a>img.blue {
		width: 100%
	}

	.tbao {
		display: none;
	}

	#head .logo a>img {
		width: 100%
	}
}



#getmore {
	height: 47px;
	margin-top: 50px;
	margin-bottom: 20px;
	text-align: center;
}

#getmore .loading-box {
	margin: 0px 0 100px 0;
	height: 47px;
	text-align: center;
	line-height: 47px;
	display: none;
}

#getmore .loading-box>div {
	width: 12px;
	height: 12px;
	background-color: #c60a27;
	border-radius: 100%;
	display: inline-block;
	animation: bouncedelay 1.4s infinite ease-in-out;
	animation-fill-mode: both;
	margin: 0 3px;
}

#getmore .loading-box .bounce1 {
	animation-delay: -0.32s;
}

#getmore .loading-box .bounce2 {
	animation-delay: -0.16s;
}

@keyframes bouncedelay {

	0%,
	80%,
	100% {
		transform: scale(0.0);
	}

	40% {
		transform: scale(1.0);
	}
}

#getmore .handle {
	padding: 0 40px 0 50px;
	font-size: 1.6rem;
	color: #fff;
	background: #464646;
	height: 47px;
	line-height: 45px;
	display: inline-block;
	transition: all .2s;
	display: none;
}

#getmore .handle>span {
	font-size: 1rem;
	transform: scale(.7);
	display: inline-block;
	vertical-align: top;
	margin-left: .6rem;
}

#getmore .handle:hover {
	background: #c60a27;
}


#search-box {
	width: 600px;
	height: 60px;
	background: #fff;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 99;
	display: none;
}

#search-box input {}

#search-box input#keyword {
	width: 480px;
	height: 60px;
	background: #fff;
	line-height: 60px;
	padding: 15px;
	box-sizing: border-box;
	font-size: 1.6rem;
	float: left;
}

#search-box input#s_btn {
	float: left;
	background: #c60a27;
	display: block;
	width: 60px;
	height: 60px;
	text-align: center;
	color: #fff;
	line-height: 60px;
	transition: all .2s;
}

#search-box .ruishen {
	display: inline-block;
	position: absolute;
	right: 13%;
	top: 30%;
	text-align: center;
	font-size: 2rem;
	cursor: pointer;
	color: #fff;
}

#search-box input#s_btn:hover {
	background: #ad001a;
}

#search-box input::placeholder {
	color: #999;
	font-weight: 300;
}

#search-box a,
#search-box button {
	display: block;
	width: 60px;
	height: 60px;
	float: left;
	text-align: center;
	color: #fff;
	line-height: 60px;
	transition: all .2s;
}

#search-box a.search>i {
	font-size: 1.8rem;
}

#search-box a.close>i {
	font-size: 1.6rem;
}

#search-box button.search {
	background: #c60a27;
}

#search-box button.search:hover {
	background: #2c91f8;
}

#search-box a.close {
	background: #000000;
}

#search-box a.close:hover {
	background: #000000;
}

@media (max-width:1080px) {
	#search-box {
		width: 90%;
		height: 50px;
	}

	#search-box input {
		width: 100%;
		height: 50px;
		line-height: 50px;
		padding: 10px;
	}

	#search-box a {
		width: 50px;
		height: 50px;
		line-height: 50px;
		position: absolute;
	}

	#search-box a.search {
		right: 50px;
		top: 0;
	}

	#search-box a.close {
		right: 0;
		top: 0;
	}
}

@media (max-width:640px) {
	#search-box input#keyword {
		width: 270px;
		height: 50px;
		line-height: 50px;
		float: left;
	}

	#search-box input#s_btn {
		height: 50px;
		line-height: 50px;
	}

	#search-box a.close {
		right: -30px;
	}
}

