@charset "utf-8";

/*
color:red !important;/* Firefox、IE7支持 
_color:red;IE6支持 
*color:red;IE6、IE7支持 
*+color:red;IE7支持/
color:red\9;IE6、IE7、IE8支持
color:red\0;IE8支持
@media screen and(-webkit-min-device-pixel-ratio:0){} chrome
background:linear-gradient(#e99c40,#d35224);-webkit-background:linear-gradient(#e99c40,#d35224);
filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#8fc320,endcolorstr=#122b88,gradientType=1);
-webkit-appearance:none;appearance:none;pointer-events:none;select::-ms-expand{display:none;}
@media screen and (min-width:540px){}
@media screen and (max-width:320px){}
-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;*/
/*--默认--*/
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;
}

body {
	font-family: 微软雅黑, 黑体;
	min-width: 320px;
	margin: auto;
}

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%;
}

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;
}


/*--滚动条插件--*/

.jspContainer {
	overflow: hidden;
	position: relative;
}

.jspPane {
	position: absolute;
}

.jspVerticalBar {
	position: absolute;
	top: 0;
	right: 0;
	width: 16px;
	height: 100%;
}

.jspHorizontalBar {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
}

.jspVerticalBar *,
.jspHorizontalBar * {
	margin: 0;
	padding: 0;
}

.jspCap {
	display: none;
}

.jspHorizontalBar .jspCap {
	float: left;
}

.jspTrack {
	background: #dde;
	position: relative;
}

.jspDrag {
	background: #ddd;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
	float: left;
	height: 100%;
}

.jspArrow {
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}

.jspArrow.jspDisabled {
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow {
	height: 16px;
}

.jspHorizontalBar .jspArrow {
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus {
	outline: none;
}

.jspCorner {
	background: #eeeef4;
	float: left;
	height: 100%;
}

* html .jspCorner {
	margin: 0 -3px 0 0;
}

.jspVerticalBar {
	width: 6px;
}

.jspDrag {
	background: #a99479;
	border-radius: 8px;
}

.jspTrack {
	background: #f5f5f5;
	border-radius: 8px;
}

.mCSB_scrollTools .mCSB_draggerRail {
	background: #ddd;
	width: 2px;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 6px;
	background: #333;
}


/*@font-face{
    font-family:en;src: url('fonts/AvianRegular.eot');src: url('fonts/AvianRegular.eot?#iefix') format('embedded-opentype'),url('fonts/AvianRegular.woff2') format('woff2'),url('fonts/AvianRegular.woff') format('woff'),url('fonts/AvianRegular.ttf') format('truetype'),url('fonts/AvianRegular.svg#AvianRegular') format('svg');}*/

@font-face {
	font-family: impact;
	src: url('fonts/impact.eot');
	src: url("fonts/impact.eot?#iefix") format("embedded-opentype"), url("fonts/impact.woff") format("woff"), url("fonts/impact.ttf") format("truetype"), url("fonts/impact.svg#impact") format("svg");
}

@font-face {
	font-family: icon;
	src: url('fonts/iconfont.eot');
	src: url('fonts/iconfont.eot?#iefix') format('embedded-opentype'), url('fonts/iconfont.woff') format('woff'), url('fonts/iconfont.ttf') format('truetype'), url('fonts/iconfont.svg#iconfont') format('svg');
}


/*--类--*/

.gray {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clearfix:after {
	content: "";
	clear: both;
	display: block;
}

.footer_b {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
}

/*--通用--*/

body {
	font-size: 14px;
	color: #333;
	line-height: 1.6;
	min-width: 320px;
}

.h {
	line-height: 1.3;
}

.h1 {
	line-height: 1.3;
}

.h2 {
	line-height: 1.3;
}

.h3 {
	line-height: 1.3;
}

.block {
	width: 1400px;
	margin: auto;
}

.text .p {
	line-height: 1.7;
	text-align: left;
}

.nav_main_m {
	display: none;
}

.search_m {
	display: none;
}

.scmbtn {
	display: none;
}

.prev {
	cursor: pointer;
}

.next {
	cursor: pointer;
}

.layer {
	background: rgba(0, 0, 0, 0.8);
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease-out 0s;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.layer.showdiv {
	opacity: 1;
	visibility: visible;
}

.layer .close {
	font-size: 60px;
	font-family: icon;
	position: absolute;
	right: 50px;
	top: 50px;
	width: 80px;
	height: 80px;
	text-align: center;
	line-height: 80px;
	cursor: pointer;
	color: #ccc;
}

.layer .search_box {
	height: 45px;
	line-height: 45px;
	width: 550px;
	display: -ms-flexbox;
	display: flex;
	transform: translateY(-50px);
	opacity: 0;
	margin-top: -100px;
}

.layer.showdiv .search_box {
	transform: none;
	transition: all 0.5s ease-out 0s;
	opacity: 1;
}

.layer .search_box .kw {
	background: #fff;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5) inset;
	-ms-flex: 1;
	flex: 1;
	padding: 0 12px;
	font-size: 16px;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
}

.layer .search_box .ok {
	background: #94070a;
	color: #fff;
	width: 120px;
	text-align: center;
	font-size: 18px;
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
}

.layer .picbox {
	width: 100%;
	height: 100%;
	text-align: center;
}

.layer .picbox:after {
	content: "";
	vertical-align: middle;
	height: 100%;
	display: inline-block;
}

.layer .picbox img {
	max-width: 80%;
	max-height: 80%;
	width: auto;
	height: auto;
}

.layer .picbox video {
	width: 1000px;
	height: auto;
	display: inline-block;
	vertical-align: middle;
}

.pd120 {
	padding-top: 120px;
	padding-bottom: 120px;
}

.pdt120 {
	padding-top: 120px;
}

.pdb120 {
	padding-bottom: 120px;
}

.pd110 {
	padding-top: 110px;
	padding-bottom: 110px;
}

.pdt110 {
	padding-top: 110px;
}

.pdb110 {
	padding-bottom: 110px;
}

.imgzoom .pic {
	overflow: hidden;
}

.imgzoom .pic img {
	transition: all 0.4s ease-out 0s;
}

.imgzoom:hover .pic img {
	transform: scale(1.05);
}

.fz48 {
	font-size: 48px;
	line-height: 1.3;
}

.fz40 {
	font-size: 40px;
	line-height: 1.3;
}

.fz30 {
	font-size: 30px;
	line-height: 1.3;
}

.fz24 {
	font-size: 24px;
	line-height: 1.3;
}

.fz20 {
	font-size: 20px;
	line-height: 1.3;
}

body {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}

.body {
	position: relative;
	background: #fff;
	box-sizing: border-box;
}

.body.page {
	padding-top: 130px;
}

.home {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
}

.home body {
	height: 100%;
	overflow: hidden;
	padding: 0;
}

.body_home {
	background: #000;
	height: 100%;
	/*overflow: hidden;*/
}

.body_r {
	position: fixed;
	left: 100%;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
	background-color: #000;
	overflow: hidden;
}

.body_r.showdiv {
	left: 0;
}

.body_r .body_scroll {
	height: 100%;
	position: relative;
	overflow: hidden;
}

.body_r .ll {
	position: absolute;
	top: 50%;
	left: 0;
	text-align: center;
	transform: translateY(-50%);
	color: #fff;
	font-size: 18px;
	background: url(../img/png13.png) right 30px center no-repeat;
	padding-left: 40px;
	width: 20px;
	text-align: center;
	line-height: 1.2;
	cursor: pointer;
	transition: all 0.3s ease-out 0s;
	opacity: 0;
	visibility: hidden;
}

.body_r .ll:hover {
	padding-left: 50px;
}

.body_r .ll.w {
	background-image: url(../img/png13a.png);
	color: #58453b;
}

.body_r.showdiv .ll {
	opacity: 1;
	visibility: visible;
}

.body_r .arr.h {
	display: none;
}

.screen {
	float: left;
	height: 100%;
	position: relative;
}

.screen .title {
	color: #fff;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	line-height: 1.1;
}

.screen .title .fz40 {
	width: 40px;
	white-space: normal;
}

.screen .title .p {
	width: 18px;
	font-size: 18px;
	margin-left: 25px;
	word-wrap: break-word;
}

.body_r .menu {
	position: absolute;
	width: 50px;
	height: 50px;
	right: 40px;
	top: 40px;
	background: #fff;
	border-radius: 100%;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	z-index: 2;
	transition: all 0.3s ease-out 0s;
	cursor: pointer;
}

.body_r .menu:hover {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.body_r .menu .inner {
	right: 25%;
	top: 15px;
	width: 50%;
	position: absolute;
}

.body_r .menu i {
	background: #333;
	border-radius: 2px;
	height: 2px;
	transition: all 0.2s ease-out 0s;
	-webkit-transition: all 0.2s ease-out 0s;
}

.body_r .menu i:nth-child(1) {
	width: 100%;
	position: absolute;
	right: 0;
	top: 0px;
}

.body_r .menu i:nth-child(2) {
	width: 100%;
	position: absolute;
	right: 0;
	top: 9px;
}

.body_r .menu i:nth-child(3) {
	width: 100%;
	position: absolute;
	right: 0;
	top: 18px;
}

.body_r .menu.act i:nth-child(1) {
	transform: translate(0, 9px) rotate(45deg);
}

.body_r .menu.act i:nth-child(2) {
	opacity: 0;
}

.body_r .menu.act i:nth-child(3) {
	transform: translate(0, -9px) rotate(-45deg);
}

.body_r .navg {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	display: -ms-flexbox;
	display: flex;
	z-index: 2;
	transition: all 0.5s ease-out 0s;
	opacity: 0;
	transform: scale(1.1);
	visibility: hidden;
}

.body_r .navg .logo {
	width: 200px;
}

.body_r .navg.showdiv {
	transform: none;
	opacity: 1;
	visibility: visible;
}

.body_r .navg>div {
	-ms-flex: 1;
	flex: 1;
}

.body_r .navg .l {
	background: #fff;
	position: relative;
}

.body_r .navg .l .inner {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-55%, -50%);
}

.body_r .navg .l .list {
	margin-top: 50px;
}

.body_r .navg .l .item {
	font-size: 16px;
	height: 46px;
	line-height: 46px;
	width: 140px;
	position: relative;
}

.body_r .navg .l .item:before {
	border-top: 2px solid #94070a;
	position: absolute;
	left: 0;
	width: 0;
	content: "";
	bottom: 0;
	transition: all 0.5s ease-out 0s;
}

.body_r .navg .l .item:after {
	content: "";
	position: absolute;
	left: 100%;
	height: 0;
	bottom: 0;
	border-right: 2px solid #94070a;
}

.body_r .navg .l .item:hover:before {
	width: 100%;
}

.body_r .navg .l .item:hover:after {
	height: 20px;
	bottom: -9px;
	transition: all 0.5s ease-out 0.5s;
}

.body_r .navg .l .item ul {
	left: 100%;
	top: 0;
	line-height: 40px;
	opacity: 0;
	transition: all 0.5s ease-out 0s;
	position: absolute;
	visibility: hidden;
}

.body_r .navg .l .item:hover ul {
	opacity: 1;
	visibility: visible;
}

.body_r .navg .l .item li {
	padding-left: 20px;
	transition: all 0.3s ease-out 0s;
	white-space: nowrap;
}

.body_r .navg .l .item li:hover {
	padding-left: 30px;
}

.body_r .navg .l .item a:hover {
	color: #94070a;
}

.body_r .navg .l .tools {
	margin-top: 45px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.body_r .navg .l .tools .a {
	border: 1px solid #ddd;
	border-radius: 100%;
	margin-right: 20px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	position: relative;
}

.body_r .navg .l .tools .a>a {
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.body_r .navg .l .tools .sc a:after {
	content: "\e672";
	font-size: 20px;
	font-family: icon;
}

.body_r .navg .l .tools .log i:after {
	content: "\e601";
	font-size: 20px;
	font-family: icon;
}

.body_r .navg .l .tools .share-box {
	float: left;
}

.body_r .navg .l .tools .lang {
	font-size: 16px;
	font-family: Arial;
	text-transform: uppercase;
}

.body_r .navg .r {
	background-color: rgba(51,41,41,.8);
	background-size: cover;
}

.body_b {
	position: fixed;
	left: 0%;
	top: 100%;
	bottom: 0;
	right: 0;
	background: #fff;
	overflow: hidden;
	transition: top 0.7s cubic-bezier(0.5, 0, 0.2, 1) 0s;
	z-index: 1;
	overflow: auto;
	outline: none;
}

.body_b * {
	outline: none;
}

.body_b.showdiv {
	top: 0;
}

.body_b .mCSB_scrollTools {
	z-index: 4;
	width: 5px;
}

.body_b .mCSB_scrollTools .mCSB_draggerRail {
	width: 5px;
}

.body_b .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background: #94070a;
	width: 5px;
}

.body_b .mCSB_scrollTools .mCSB_draggerRail {
	background: rgba(0, 0, 0, 0.1);
}

.header {
	position: fixed;
	left: 0%;
	top: 0;
	right: 0%;
	z-index: 3;
	transition: all 0.7s ease-out 0s;
}

.header {
	opacity: 0;
	transform: translateY(-100%);
}

.header.showdiv {
	opacity: 1;
	transform: none;
}

.body_home.showdiv .header {
	transform: none;
	opacity: 1;
}

.header .d1 {
	background: #94070a;
	color: #d39797;
	line-height: 45px;
	height: 45px;
	font-size: 14px;
	transition: all 0.2s ease-out 0s;
	overflow: hidden;
}

.header.lit .d1 {
	height: 0;
}

.header .d1 .nav_l i {
	margin: 0 18px;
	font-size: 12px;
}

.header .d1 .nav_l a {
	display: inline-block;
	line-height: 1;
}

.header .d1 .nav_l a:before {
	content: "";
	display: block;
	margin-bottom: 5px;
	border-top: 2px solid #d39797;
	transition: all 0.1s ease-out 0s;
	;
	transform: scaleX(0);
}

.header .d1 .nav_l a.now {
	color: #fff;
}

.header .d1 .nav_l a.now:before {
	transform: scaleX(1);
	border-color: #fff;
}

.header .d1 .nav_l a:hover:before {
	transform: scaleX(1);
	border-color: #fff;
}

.header .d1 .nav_r a {
	margin-left: 30px;
}

.header .d1 .nav_r a {
	display: inline-block;
	line-height: 1;
}

.header .d1 .nav_r a:before {
	content: "";
	display: block;
	margin-bottom: 5px;
	border-top: 2px solid #d39797;
	transition: all 0.1s ease-out 0s;
	;
	transform: scaleX(0);
}

.header .d1 .nav_r a.now {
	color: #fff;
}

.header .d1 .nav_r a.now:before {
	transform: scaleX(1);
	border-color: #fff;
}

.header .d1 .nav_r a:hover:before {
	transform: scaleX(1);
	border-color: #fff;
}

.header .d2 {
	transition: all 0.3s ease-out 0s;
	height: 85px;
	height: 85px;
	background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
}

.header .block {
	position: relative;
	height: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
}

.header .logo {
	height: 100%;
	width: 200px;
}

.header .logo a {
	height: 100%;
	font-size: 0;
	display: block;
}

.header .logo img {
	max-height: 65%;
	vertical-align: middle;
	max-width: none;
	display: inline-block;
}

.header .logo a:after {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.header .nav_main {
	text-align: center;
	font-size: 18px;
}

.header .nav_main a {
	margin: 0 25px;
	color: #fff;
	display: inline-block;
	position: relative;
}

.header .nav_main a:after {
	content: "";
	border-bottom: 2px solid #94070a;
	margin-top: 5px;
	display: block;
	width: 100%;
	transition: all 0.2s ease-out 0s;
	transform: scaleX(0);
}

.header .nav_main a:before {
	content: "";
	border-left: 2px solid #94070a;
	height: 25px;
	transition: all 0.2s ease-out 0s;
	transform: scaleY(0);
	position: absolute;
	left: 50%;
	top: 100%;
	transform-origin: center top;
}

.header .nav_main a.hover:before {
	transform: none;
}

.header .nav_main a.now:after {
	transform: none;
}

.header .nav_main a.hover:after {
	transform: none;
}

.header .tools {
	color: #fff;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.header .tools .a {
	border: 1px solid #fff;
	border-radius: 100%;
	margin-left: 20px;
	width: 34px;
	height: 34px;
	line-height: 34px;
	position: relative;
}

.header .tools .a>a {
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.header .tools .sc a:after {
	content: "\e672";
	font-size: 20px;
	font-family: icon;
}

.header .tools .log i:after {
	content: "\e601";
	font-size: 20px;
	font-family: icon;
}

.header .tools .share-box {
	float: left;
}

.header .tools .lang {
	font-size: 16px;
	font-family: en;
	text-transform: uppercase;
	font-family: Arial;
}

.header .tools .search {
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
	width: 250px;
	height: 36px;
	position: absolute;
	right: -2px;
	top: 0;
	opacity: 0;
	filter: alpha(opacity='0');
	visibility: hidden;
	transition: all 0.2s ease-out 0s;
	-webkit-transition: all 0.2s ease-out 0s;
	color: #333;
}

.header .tools .search.s {
	opacity: 1;
	filter: alpha(opacity='100');
	visibility: visible;
}

.header .tools .search .kw {
	display: block;
	float: left;
	height: 20px;
	line-height: 20px;
	width: 190px;
	margin: 8px 0 0 12px;
	font-size: 16px;
}

.header .tools .search .ok {
	float: right;
	width: 36px;
	height: 36px;
	cursor: pointer;
	font-family: icon;
	font-size: 22px;
}

.nav_child .item {
	padding: 40px;
	display: -ms-flexbox;
	display: flex;
	border-top: 2px solid #94070a;
	position: absolute;
	top: 100%;
	width: 900px;
	background: #fff url(../image/png96.png) center bottom no-repeat;
	background-size: contain;
	opacity: 0;
	visibility: hidden;
}

.nav_child .item.s {
	visibility: visible;
	opacity: 1;
	transition: opacity 0.2s ease-out 0s;
}

.nav_child .item .l {
	display: -ms-flexbox;
	display: flex;
	width: 45%;
}

.nav_child .item .l .pic {
	width: 142px;
}

.nav_child .item .l .pic img {
	width: 100%;
	height: auto;
}

.nav_child .item .l .txt {
	-ms-flex: 1;
	flex: 1;
	font-size: 16px;
	color: #94070a;
	padding-left: 30px;
	line-height: 2.2;
}

.nav_child .item .r {
	width: 55%;
	font-size: 0;
}

.nav_child .item .r a {
	width: 33.33%;
	font-size: 18px;
	margin-top: 10px;
	display: inline-block;
}

.nav_child .item .r a:hover {
	color: #94070a;
}

.header.light {
	transform: none;
	opacity: 1;
}

.header.light .d2 {
	background: #fff;
	border-bottom: 1px solid #ddd;
}

.header.light .tools {
	color: #333;
}

.header.light .tools .a {
	border-color: #ccc;
}

.header.light .nav_main a {
	color: #333;
}

.header.light .nav_main a:after {
	border-color: #94070a;
}

.header.light .nav_main a:before {
	border-color: #94070a;
}

.header2 {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 3;
	background: #94070a;
	opacity: 0;
	transform: translateY(-100%);
	transition: all 0.5s ease-out 0s;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.body_b .header2 {
	opacity: 0;
	transform: translateY(-100%);
}

.body_b.showdiv .header2 {
	transition: all 0.7s ease-in-out 0.5s;
	transform: none;
	opacity: 1;
}

.header2.showdiv {
	opacity: 1;
	transform: none;
}

.header2 .d1 {
	background: #94070a;
	color: #d39797;
	line-height: 45px;
	height: 45px;
	font-size: 14px;
	transition: all 0.2s ease-out 0s;
	overflow: hidden;
}

.header2.lit .d1 {
	height: 0;
}

.header2 .d1 .nav_l i {
	margin: 0 18px;
	font-size: 12px;
}

.header2 .d1 .nav_l a {
	display: inline-block;
	line-height: 1;
}

.header2 .d1 .nav_l a:before {
	content: "";
	display: block;
	margin-bottom: 5px;
	border-top: 2px solid #d39797;
	transition: all 0.1s ease-out 0s;
	;
	transform: scaleX(0);
}

.header2 .d1 .nav_l a.now {
	color: #fff;
}

.header2 .d1 .nav_l a.now:before {
	transform: scaleX(1);
	border-color: #fff;
}

.header2 .d1 .nav_l a:hover:before {
	transform: scaleX(1);
	border-color: #fff;
}

.header2 .d1 .nav_r a {
	margin-left: 30px;
}

.header2 .d1 .nav_r a {
	display: inline-block;
	line-height: 1;
}

.header2 .d1 .nav_r a:before {
	content: "";
	display: block;
	margin-bottom: 5px;
	border-top: 2px solid #d39797;
	transition: all 0.1s ease-out 0s;
	;
	transform: scaleX(0);
}

.header2 .d1 .nav_r a.now {
	color: #fff;
}

.header2 .d1 .nav_r a.now:before {
	transform: scaleX(1);
	border-color: #fff;
}

.header2 .d1 .nav_r a:hover:before {
	transform: scaleX(1);
	border-color: #fff;
}

.header2 .d2 {
	transition: all 0.3s ease-out 0s;
	height: 85px;
	height: 85px;
	background: #fff;
}

.header2 .block {
	position: relative;
	height: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
}

.header2 .logo {
	height: 100%;
	width: 200px;
}

.header2 .logo a {
	height: 100%;
	font-size: 0;
	display: block;
}

.header2 .logo img {
	max-height: 65%;
	vertical-align: middle;
	max-width: none;
	display: inline-block;
}

.header2 .logo a:after {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.header2 .nav_main {
	text-align: center;
	font-size: 18px;
}

.header2 .nav_main a {
	margin: 0 25px;
	display: inline-block;
	position: relative;
}

.header2 .nav_main a:after {
	content: "";
	border-bottom: 2px solid #94070a;
	margin-top: 5px;
	display: block;
	width: 100%;
	transition: all 0.2s ease-out 0s;
	transform: scaleX(0);
}

.header2 .nav_main a:before {
	content: "";
	border-left: 2px solid #94070a;
	height: 25px;
	transition: all 0.2s ease-out 0s;
	transform: scaleY(0);
	position: absolute;
	left: 50%;
	top: 100%;
	transform-origin: center top;
}

.header2 .nav_main a.hover:before {
	transform: none;
}

.header2 .nav_main a.hover:after {
	transform: none;
}

.header2 .nav_main a.now:after {
	transform: none;
}

.header2 .tools {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.header2 .tools .a {
	border: 1px solid #333;
	border-radius: 100%;
	margin-left: 20px;
	width: 36px;
	height: 36px;
	line-height: 36px;
	position: relative;
}

.header2 .tools .a>a {
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.header2 .tools .sc a:after {
	content: "\e672";
	font-size: 20px;
	font-family: icon;
}

.header2 .tools .log i:after {
	content: "\e601";
	font-size: 20px;
	font-family: icon;
}

.header2 .tools .share-box {
	float: left;
}

.header2 .tools .lang {
	font-size: 16px;
	font-family: Arial;
	text-transform: uppercase;
}

.header2 .tools .search {
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
	width: 250px;
	height: 36px;
	position: absolute;
	right: -2px;
	top: 0;
	opacity: 0;
	filter: alpha(opacity='0');
	visibility: hidden;
	transition: all 0.2s ease-out 0s;
	-webkit-transition: all 0.2s ease-out 0s;
	color: #333;
}

.header2 .tools .search.s {
	opacity: 1;
	filter: alpha(opacity='100');
	visibility: visible;
}

.header2 .tools .search .kw {
	display: block;
	float: left;
	height: 20px;
	line-height: 20px;
	width: 190px;
	margin: 8px 0 0 12px;
	font-size: 16px;
}

.header2 .tools .search .ok {
	float: right;
	width: 36px;
	height: 36px;
	cursor: pointer;
	font-family: icon;
	font-size: 22px;
}


/*a
.header2 .block{height:100%;position: relative;}
.header2 .d1{height:45px;line-height:45px;background:#94070a;font-size:14px;}
.header2 .d1 .block{height:100%;}
.header2 .d1 .navg{float: right;color: #fff;line-height:48px;text-align:right;overflow: hidden;transition:all 0.5s cubic-bezier(0,1,1,1) 0s;white-space:nowrap;width:0;}
.header2 .d1 .navg.act{width:440px;margin-right:40px;}
.header2 .d1 .navg a{margin:0 20px;}
.header2 .d1 .navg1{float: right;margin-right:40px;color: #fff;text-align: right;white-space:nowrap;}
.header2 .d1 .navg1 a{margin:0 20px;}
.header2 .d2{background:#fff;}
.header2 .d2 .block{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;height:85px;-ms-flex-align:center;align-items:center;}
.header2 .d2 .logo{height:100%;background-size:contain;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;}
.header2 .d2 .logo img{max-height:65%;}
.header2 .d2 .navg{font-size:18px;}
.header2 .d2 .navg a{margin:0 30px;display: inline-block;}
.header2 .d2 .navg a:hover{color:#94070a;}
.header2 .tools{float: right;color: #fff;height:100%;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;}
.header2 .tools .a{border:1px solid #fff;border-radius:100%;margin-left:10px;width:28px;height:28px;line-height:28px;text-align: center;font-size:20px;cursor: pointer;}
.header2 .tools .a>a{display:-ms-flexbox;display:flex;width:100%;height:100%;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;}
.header2 .tools .sc{position: relative;}
.header2 .tools .sc a:after{content:"\e672";font-size:16px;font-family:icon;}
.header2 .tools .log i:after{content:"\e601";font-size:16px;font-family:icon;}
.header2 .tools .share-box{float:left;}
.header2 .tools .lang{font-size:12px;font-family:en;text-transform: uppercase;}
.header2 .tools .search{background:#fff;border-radius:5px;box-shadow:0 0 10px rgba(0,0,0,0.15);width:250px;height:36px;position: absolute;right:-2px;top:-3px;opacity: 0;filter:alpha(opacity='0');visibility: hidden;transition:all 0.2s ease-out 0s;-webkit-transition:all 0.2s ease-out 0s;color:#333;}
.header2 .tools .search.s{opacity:1;filter:alpha(opacity='100');visibility: visible;}
.header2 .tools .search .kw{display:block;float: left;height:20px;line-height:20px;width:190px;margin:8px 0 0 12px;font-size:16px;}
.header2 .tools .search .ok{float: right;width:36px;height:36px;cursor: pointer;font-family:icon;font-size:22px;}
*/

.nav_mobile {
	display: none;
}

.body_home .banner {
	position: relative;
	height: 100%;
	overflow: hidden;
}

.body_home .banner .slick-list {
	height: 100%;
}

.body_home .banner .slick-track {
	height: 100%;
}

.body_home .banner .slick-slide>div {
	height: 100%;
}

.body_home .banner .frame {
	height: 100%;
}

.body_home .banner .child {
	background-size: cover;
	color: #fff;
	background-position: center center;
	height: 100%;
	position: relative;
}

.body_home .banner .child:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	height: 80px;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
}

.body_home .banner .child .fz30 {
	position: absolute;
	left: 0;
	right: 380px;
	bottom: 50px;
	line-height: 1;
	padding-left: 40px;
}

.body_home .banner .child .a1 {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.body_home .banner .child .a2 {
	position: absolute;
	right: 40px;
	bottom: 50px;
	font-size: 24px;
	line-height: 1;
}

.body_home .banner .child .a2:after {
	content: "\e76c";
	display: inline-block;
	margin-left: 10px;
	vertical-align: middle;
	font-family: icon;
}

.body_home .banner .text {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) scale(0.8);
	text-align: center;
	opacity: 0;
	width: 50%;
}

.body_home .banner .showdiv .text {
	transform: translate(-50%, -50%) scale(1);
	opacity: 1;
	transition: all 2s ease-out 0.5s;
}

.body_home .banner .navg {
	position: absolute;
	right: 100px;
	bottom: 50px;
	color: #fff;
	text-align: center;
	line-height: 1;
}

.body_home .banner .navg li {
	margin: 0 10px;
	font-family: Arial;
	cursor: pointer;
	vertical-align: middle;
	display: inline-block;
}

.body_home .banner .navg li.slick-active {
	font-size: 22px;
}

.body_home .banner .navg li:after {
	content: "";
	border-top: 1px solid #fff;
	display: inline-block;
	vertical-align: middle;
	width: 0px;
	margin-left: 5px;
	transition: all 0.5s ease-out 0s;
}

.body_home .banner .navg li.slick-active:after {
	width: 60px;
}

.body_home .banner .tit {
	position: absolute;
	left: 50px;
	bottom: 60px;
	right: 50px;
	background: rgba(0, 0, 0, 0.5);
	height: 80px;
	line-height: 80px;
	color: #fff;
	display: flex;
	display: -ms-flexbox;
	justify-content: justify;
	justify-content: space-between;
}

.body_home .bb {
	position: absolute;
	left: 50%;
	bottom: 0;
	text-align: center;
	transform: translateX(-50%);
	color: #94070a;
	font-size: 36px;
	cursor: pointer;
	opacity: 0;
	font-family: icon;
	padding: 0 10px;
	animation: bb 2s linear 0s infinite;
	font-weight: bold;
}

@keyframes bb {
	0% {
		transform: translate(-50%, 0);
		opacity: 0;
	}
	20% {
		transform: translate(-50%, 3px);
		opacity: 1;
	}
	80% {
		transform: translate(-50%, 10px);
		opacity: 1;
	}
	90% {
		transform: translate(-50%, 10px);
		opacity: 0;
	}
	100% {
		transform: translate(-50%, 10px);
		opacity: 0;
	}
}

.body_home.showdiv .bb {
	opacity: 1;
}

.body_home .bb:hover {
	animation-play-state: paused;
	color: #fff;
}

.rr {
	position: fixed;
	top: 70%;
	margin-top: -85px;
	right: 0;
	color: #fff;
	cursor: pointer;
	opacity: 0;
	width: 82px;
	height: 170px;
	background: #94070a;
	transform: scale(0);
	/*background: url(../img/png27.png) center center no-repeat;*/
	background: url(../img/rrrlogo.png) center center no-repeat;
	transform-origin: right center;
	z-index: 2;
}

.rr.showdiv {
	opacity: 1;
	transform: none;
	transition: all 1s ease-out 0.5s;
}

.rr:before {
	content: "";
	/*background: url(../img/png21.png) center center no-repeat;*/
	width: 97px;
	height: 91px;
	position: absolute;
	left: -20px;
	top: 10px;
	transform: scale(1.6);
	transition: all 1.5s ease-out 1.8s;
	opacity: 0;
}

.rr:after {
	content: "";
	/*background: url(../img/png22.png) center center no-repeat;*/
	width: 78px;
	height: 88px;
	position: absolute;
	left: 15px;
	top: 80px;
	transform: scale(1.6);
	transition: all 1.5s ease-out 2.6s;
	opacity: 0;
}

.rr i {
	background: url(../img/png23.png) center center no-repeat;
	width: 36px;
	height: 100%;
	display: block;
	margin-left: 20px;
	position: relative;
	opacity: 0;
	z-index: 1;
}

.rr.showdiv i {
	margin-left: 40px;
	opacity: 1;
	transition: all 1s ease-out 4.5s;
}

.rr.showdiv:before {
	content: "";
	opacity: 1;
	transform: none;
}

.rr.showdiv:after {
	content: "";
	opacity: 1;
	transform: none;
}

.nav_b {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
	text-align: center;
	z-index: 2;
	display: -ms-flexbox;
	display: flex;
	color: #fff;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	opacity: 0;
	visibility: hidden;
	transition: all 0.6s ease-out 0s;
	transform: translateY(50px);
}

.nav_b.showdiv {
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
}

.nav_b .l {
	background: url(../image/png3.png) center top no-repeat;
	padding-top: 30px;
}

.nav_b .r {
	background: url(../image/png3.png) center top no-repeat;
	padding-top: 30px;
}

.nav_b .list {
	display: -ms-flexbox;
	display: flex;
	margin: 0 50px;
}

.nav_b .list .item {	
	width: 80px;
	cursor: pointer;
}

.nav_b .list .item span {
	font-family: "Alternate";
	font-size: 20px;
	padding-top: 25px;
	display: inline-block;
	line-height: 1;
	position: relative;
}

.nav_b .list .item:first-child {
	width: 40px;
	background-position: -119px top;
	text-align: left;
}

.nav_b .list .item:first-child span {
	transform: translateX(-50%);
}

.nav_b .list .item:last-child {
	width: 40px;
	background-position: left top;
	text-align: right;
}

.nav_b .list .item:last-child span {
	transform: translateX(50%);
}

.nav_b .list .item span:before {
	content: "";
	transform: scale(0);
	transition: all 0.5s ease-out 0s;
	position: absolute;
	top: 52px;
	left: 50%;
	margin-left: -10px;
	width: 20px;
	height: 2px;
	background-color: #f00;
}

.nav_b .list .item.now span:before {
	transform: none;
}

.nav_b .list .item.now span {
	color: #ff0000 !important;
}

.nav_b.w {
	color: #58453b;
}

.home1 {
	background: url(../img/spreads-bg-1.jpg) center center no-repeat;
	background-size: cover;
}

.home1 .title {
	width: 20%;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(0,0,0,.4);
	background-size: cover;
}

.home1 .title .inner {
	opacity: 0;
	transition: all 1s ease-out 0s;
	transform: scale(0.9);
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.home1.showdiv .title .inner {
	opacity: 1;
	transform: scale(1);
}
.home1 .content {
    position: absolute;
    left: 20%;
    top: 0;
    right: 0;
    bottom: 0;
}
.home1 .content .main-block{
	position: relative;
	height: 100vh;
}
.home1 .content .main-block .items{
	position: absolute;
	left: 20%;
	top: 0;
	width: 20%;
	height: calc(100vh / 4);
	text-align: center;
	padding: 0;
	background-color: rgba(255,0,0,.3);
        display: flex;
        flex-direction: column;
        justify-content: center;
}
.home1 .content .main-block .items h3{
	text-align: center;
	font-size: 56px;
	font-family: "Alternate";
	font-weight: 600;
	color: #fff;
	margin-bottom: 15px;
}
.home1 .content .main-block .items h5{
	text-align: center;
	font-size: 20px;
	font-family: "microsoft yahei";
	color: #fff;
	font-weight: 600;
}
.home1 .content .main-block .items.bg-block-1{
	position: absolute;
	left: 40%;
	top: 0;
	width: 40%;
	height: calc(100vh / 4);
	background: url(../img/home-block-1.jpg) no-repeat center !important;
	background-size: cover;
}
.home1 .content .main-block .items.bg-block-2{
	position: absolute;
	left: 0;
	top: calc(100vh / 4);
	width: 60%;
	height: calc(100vh / 4);
	background: url(../img/home-block-3.jpg) no-repeat center !important;
	background-size: cover;
}
.home1 .content .main-block .items:nth-child(4){
	position: absolute;
	left: 60%;
	top: calc(100vh / 4);
	width: 20%;
	height: calc(100vh / 4);
	text-align: center;
	padding: 0;
	background-color: rgba(0,72,190,.3);
        display: flex;
        flex-direction: column;
        justify-content: center;
}
.home1 .content .main-block .items.bg-block-3{
	position: absolute;
	left: 80%;
	top: 0;
	width: 20%;
	height: calc(100vh / 2);
	background: url(../img/home-block-2.jpg) no-repeat center !important;
	background-size: cover;
}
.home1 .content .main-block .items.bg-block-4{
	position: absolute;
	left: 60%;
	top: calc(100vh * 0.75);
	width: 40%;
	height: calc(100vh / 4);
	background: url(../img/home-block-4.jpg) no-repeat center !important;
	background-size: cover;
}
.home1 .content .main-block .items:nth-child(5){
	position: absolute;
	left: 0;
	top: calc(100vh / 2);
	width: 20%;
	height: calc(100vh / 4);
	text-align: center;
	padding: 0;
	background-color: rgba(0,66,140,.3);
        display: flex;
        flex-direction: column;
        justify-content: center;
}
.home1 .content .main-block .items:nth-child(6){
	position: absolute;
	left: 20%;
	top: calc(100vh / 2);
	width: 20%;
	height: calc(100vh / 4);
	text-align: center;
	padding: 0;
	background-color: rgba(0,66,140,.3);
        display: flex;
        flex-direction: column;
        justify-content: center;
}
.home1 .content .main-block .items:nth-child(7){
	position: absolute;
	left: 40%;
	top: calc(100vh / 2);
	width: 20%;
	height: calc(100vh / 4);
	text-align: center;
	padding: 0;
	background-color: rgba(23,19,105,.3);
        display: flex;
        flex-direction: column;
        justify-content: center;
}
.home1 .content .main-block .items:nth-child(8){
	position: absolute;
	left: 60%;
	top: calc(100vh / 2);
	width: 20%;
	height: calc(100vh / 4);
	text-align: center;
	padding: 0;
	background-color: rgba(63,40,0,.3);
        display: flex;
        flex-direction: column;
        justify-content: center;
}
.home1 .content .main-block .items:nth-child(9){
	position: absolute;
	left: 0;
	top: calc(100vh * 0.75);
	width: 40%;
	height: calc(100vh / 4);
	text-align: center;
	padding: 55px 20px;
	background-color: rgba(255,0,0,.3);
}
.home1 .content .main-block .items:nth-child(10){
	position: absolute;
	left: 40%;
	top: calc(100vh * 0.75);
	width: 20%;
	height: calc(100vh / 4);
	text-align: center;
	padding: 55px 20px;
	background-color: rgba(0,150,140,.3);
}

@-webkit-keyframes td {
	0% {
		opacity: 1;
	}
	25% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 1;
	}
}

@keyframes td {
	0% {
		opacity: 1;
	}
	25% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 1;
	}
}

@-webkit-keyframes td1 {
	0% {
		-webkit-transform: rotateX(0deg);
	}
	100% {
		-webkit-transform: rotateX(360deg);
	}
}

@keyframes td1 {
	0% {
		transform: rotateX(0deg);
	}
	100% {
		transform: rotateX(360deg);
	}
}

.home2 {
	background: #bdb6b6;
}

.home2 .title {
	width: 25%;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	background-color: #fbf5e5;
	background-size: cover;
	color: #333;
}

.home2 .title .inner {
	opacity: 0;
	transition: all 1s ease-out 0s;
	transform: scale(0.9);
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.home2.showdiv .title .inner {
	opacity: 1;
	transform: scale(1);
}

.home2 .list {
	position: absolute;
	left: 25%;
	top: 50%;
	transform: translateY(-50%);
	color: #3d2f28;
	text-align: left;
	width: 25%;
	margin-top: -50px;
	opacity: 0;
	padding-top: 13px;
}

.home2 .list .inner {
	height: 100%;
	height: 415px;
	font-size: 0;
	white-space: nowrap;
}

.home3 .title {
	width: 20%;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	background-size: cover;
	background: url(../img/pic3.jpg) center center no-repeat;
	background-size: cover;
}

.home3 .title .inner {
	opacity: 0;
	transition: all 1s ease-out 0s;
	transform: scale(0.9);
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
	width: 100%;
}

.home3.showdiv .title .inner {
	opacity: 1;
	transform: scale(1);
}

.home3 .title .fz40 {
	margin: 0 10px;
	cursor: pointer;
}

.home3 .title .fz40 a {
	padding-bottom: 70px;
	margin-top: 20px;
	background: url(../img/png5.png) center bottom no-repeat;
	font-size: 16px;
	width: 27px;
	display: none;
}

.home3 .title .fz40.now a {
	display: inline-block;
}

.home3 .div {
	background: #665855;
	position: absolute;
	left: 20%;
	top: 0;
	right: 0;
	bottom: 0;
}

.home4 .title {
	width: 20%;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	background: url(../img/pic9.jpg) center center no-repeat;
	background-size: cover;
}

.home4 .title .inner {
	opacity: 0;
	transition: all 1s ease-out 0s;
	transform: scale(0.9);
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.home4.showdiv .title .inner {
	opacity: 1;
	transform: scale(1);
}

.home4 .content {
	position: absolute;
	left: 20%;
	top: 0;
	right: 0;
	bottom: 0;
	background: url(../img/bg7.jpg) center center;
	border-left: 1px solid #433b3b;
}


/* 历史 */
/*
.home5 {
	float: left;
	height: 100vh;
	background: url(../img/history/rt-bg.png) center center no-repeat;
	background-size: cover;
}

.home5 .title {
	width: 20%;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	background: url(../img/history/ft-bg.png) center center no-repeat;
	background-size: cover;
}

.home5 .title .inner {
	opacity: 0;
	transition: all 1s ease-out 0s;
	transform: scale(0.9);
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.home5.showdiv .title .inner {
	opacity: 1;
	transform: scale(1);
}

.home5 .content {
	position: absolute;
	left: 20%;
	top: 0;
	right: 0;
	bottom: 0;
	padding: 50px 0 50px 30px;
	overflow: hidden;
}

.home5 .content .main-top {
	width: 5000px;
	position: relative;
	padding-top: 18px;
	overflow: hidden;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.home5 .content .main-top .left-history {
	float: left;
	position: relative;
	padding-top: 100px;
	margin-top: 45px;
}

.home5 .content .main-top .right-history {
	float: left;
	position: relative;
	padding-top: 0;
	margin-top: 0;
}

.home5 .content .main-top .center-history .top {
	position: relative;
}

.home5 .content .main-top:after,
.home5 .content .main-top .left-history:after,
.home5 .content .main-top .right-history:after,
.home5 .content .main-top .center-history .top:after {
	content: '';
	display: block;
	clear: both;
}

.home5 .content .main-top .left-history .items,
.home5 .content .main-top .right-history .items,
.home5 .content .main-top .center-history .items {
	position: relative;
	float: left;
	margin: 0;
	width: 320px;
	height: 300px;
}

.home5 .content .main-top .left-history .items .college_img,
.home5 .content .main-top .right-history .items .college_img,
.home5 .content .main-top .center-history .items .college_img {
	width: 240px;
	margin: 0 auto;
}

.home5 .content .main-top .left-history .items .college_img img,
.home5 .content .main-top .right-history .items .college_img img,
.home5 .content .main-top .center-history .items .college_img img {
	display: block;
	width: 100%;
}

.home5 .content .main-top .left-history .items .college_thing,
.home5 .content .main-top .right-history .items .college_thing,
.home5 .content .main-top .center-history .items .college_thing {
	font-size: 16px;
	color: #fff;
	text-align: center;
	text-overflow: ellipsis;
	height: 60px;
	overflow: hidden;
}

.home5 .content .main-top .left-history .items .year,
.home5 .content .main-top .right-history .items .year,
.home5 .content .main-top .center-history .top .items .year {
	position: absolute;
	bottom: 0;
	font-family: "Alternate";
	font-size: 24px;
	color: #ff0700;
	text-align: center;
	height: 40px;
	line-height: 40px;
	width: 100%;
}

.home5 .content .main-top .left-history .items:nth-child(even),
.home5 .content .main-top .right-history .items:nth-child(even),
.home5 .content .main-top .center-history .top .items:nth-child(even) {
	margin-top: 194px;
}

.home5 .content .main-top .left-history .items:nth-child(even) .college_img,
.home5 .content .main-top .right-history .items:nth-child(even) .college_img,
.home5 .content .main-top .center-history .top .items:nth-child(even) .college_img {
	position: absolute;
	bottom: 0;
	left: 40px;
}

.home5 .content .main-top .left-history .items:nth-child(even) .year,
.home5 .content .main-top .right-history .items:nth-child(even) .year,
.home5 .content .main-top .center-history .top .items:nth-child(even) .year {
	position: absolute;
	top: 0;
}

.home5 .content .main-top .left-history .items:nth-child(even) .college_thing,
.home5 .content .main-top .right-history .items:nth-child(even) .college_thing,
.home5 .content .main-top .center-history .top .items:nth-child(even) .college_thing {
	position: absolute;
	bottom: 172px;
	width: 100%;
}

.home5 .content .main-top .left-history::before,
.home5 .content .main-top .right-history::before,
.home5 .content .main-top .center-history .top::before {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	border-top: dashed 2px #ffffff;
}

.home5 .content .main-top .left-history::before {
	top: 346px;
	height: 2px;
    width: calc(100% - 150px);
    left: 150px;
}

.home5 .content .main-top .right-history::before {
	top: 246px;
	height: 2px;
}

.home5 .content .main-top .center-history .top::before {
	top: 246px;
	border-left: dashed 2px #ffffff;
	border-radius: 300px 0 0 300px;
	height: 300px;
    width: calc(100% - 150px);
}


.home5 .content .main-top .left-history .items .point,
.home5 .content .main-top .right-history .items .point,
.home5 .content .main-top .center-history .top .items .point {
	position: absolute;
	bottom: 42px;
	left: calc((100% - 22px) / 2);
	font-family: "Alternate";
	font-size: 24px;
	color: #ff0700;
	text-align: center;
	height: 22px;
	width: 22px;
	background: url(../img/history/iconPoint.png) no-repeat left top;
}

.home5 .content .main-top .left-history .items:nth-child(even) .point,
.home5 .content .main-top .right-history .items:nth-child(even) .point,
.home5 .content .main-top .center-history .top .items:nth-child(even) .point {
	position: absolute;
	top: 42px;
	bottom: auto;
}

.home5 .content .main-top .center-history {
	float: left;
}

.home5 .content .main-top .center-history .bottom {
	position: relative;
    width: 640px;
}
.home5 .content .main-top .center-history .bottom::before {
    top: -248px;
    border-bottom: dashed 2px #ffffff;
    border-left: dashed 2px #ffffff;
    border-radius: 300px 0 0 300px;
    height: 300px;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    width: calc(100% - 150px);
}
.home5 .content .main-top .center-history .bottom:after {
	content: '';
	display: block;
	clear: both;
}

.home5 .content .main-top .center-history .bottom .items .year {
	font-family: "Alternate";
	font-size: 24px;
	color: #ff0700;
	text-align: center;
	height: 40px;
	line-height: 40px;
	width: 100%;
}

.home5 .content .main-top .center-history .bottom .items .point {
	font-family: "Alternate";
	font-size: 24px;
	color: #ff0700;
	text-align: center;
	height: 22px;
	width: 22px;
	margin: 0 auto;
	background: url(../img/history/iconPoint.png) no-repeat left top;
}

.home5 .content .btn-bottom {
	position: absolute;
	width: calc(100% - 50px) ;
	height: 70px;
	overflow: hidden;
	padding-bottom: 50px;
	bottom: 30px;
}

.home5 .content .btn-bottom .btnbox {
	position: relative;
	width: 200px;
	height: 70px;
	z-index: 99;
}

.home5 .content .btn-bottom .btnbox span.btn-prev {
	display: block;
	position: absolute;
	left: 0;
	width: 70px;
	height: 70px;
	overflow: hidden;
	cursor: pointer;
	background: url(../img/history/prev_btn.png) no-repeat left top;
}

.home5 .content .btn-bottom .btnbox span.next-prev {
	display: block;
	position: absolute;
	right: 0;
	width: 70px;
	height: 70px;
	background: url(../img/history/next_btn.png) no-repeat left top;
	overflow: hidden;
	cursor: pointer;
}

.home5 .content .btn-bottom .btnbox .btn-prev:hover,
.home5 .content .btn-bottom .btnbox .next-prev:hover {
	background-position: 0 -70px;
}


@media screen and (max-width: 1600px) {
	.home5 .content {
		zoom: .62 !important;
	}
	.home1 .content .main-block .items h3{
		font-size: 36px;
	}
	.home1 .content .main-block .items h5{
		font-size: 16px
	}
	.home1 .content .main-block .items{
    	padding: 22px 20px;
	}
}

@media screen and (max-width: 1750px) {
	.home5 .content {
		zoom: .75;
	}
}*/


/* 历史 */
.home5 {
	float: left;
	height: 100vh;
	background: url(../img/history/rt-bg.png) center center no-repeat;
	background-size: cover;
}

.home5 .title {
	width: 20%;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	background: url(../img/history/ft-bg.png) center center no-repeat;
	background-size: cover;
}

.home5 .title .inner {
	opacity: 0;
	transition: all 1s ease-out 0s;
	transform: scale(0.9);
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.home5.showdiv .title .inner {
	opacity: 1;
	transform: scale(1);
}

.home5 .content {
	position: absolute;
	left: 20%;
	top: 0;
	right: 0;
	bottom: 0;
	padding: 50px 0 50px 30px;
	overflow: hidden;
	/* overflow-x: scroll; */
}

.home5 .content .main-top {
	width: 5000px;
	position: relative;
	padding-top: 18px;
	overflow: hidden;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.home5 .content .main-top .left-history {
	float: left;
	position: relative;
	padding-top: 100px;
	margin-top: 45px;
}

.home5 .content .main-top .right-history {
	float: left;
	position: relative;
	padding-top: 0;
	margin-top: 299px;
}

.home5 .content .main-top .center-history .top {
	position: relative;
}

.home5 .content .main-top:after,
.home5 .content .main-top .left-history:after,
.home5 .content .main-top .right-history:after,
.home5 .content .main-top .center-history .top:after {
	content: '';
	display: block;
	clear: both;
}

.home5 .content .main-top .left-history .items,
.home5 .content .main-top .right-history .items,
.home5 .content .main-top .center-history .items {
	position: relative;
	float: left;
	margin: 0;
	width: 320px;
	height: 300px;
}

.home5 .content .main-top .left-history .items .college_img,
.home5 .content .main-top .right-history .items .college_img,
.home5 .content .main-top .center-history .items .college_img {
	width: 240px;
	margin: 0 auto;
}

.home5 .content .main-top .left-history .items .college_img img,
.home5 .content .main-top .right-history .items .college_img img,
.home5 .content .main-top .center-history .items .college_img img {
	display: block;
	width: 100%;
}

.home5 .content .main-top .left-history .items .college_thing,
.home5 .content .main-top .right-history .items .college_thing,
.home5 .content .main-top .center-history .items .college_thing {
	font-size: 16px;
	color: #fff;
	line-height: 60px;
	line-height: 34px;
	text-align: center;
	/*white-space: nowrap;
	text-overflow: ellipsis;
	height: 60px;
	overflow: hidden;*/
}

.home5 .content .main-top .left-history .items .year,
.home5 .content .main-top .right-history .items .year,
.home5 .content .main-top .center-history .top .items .year {
	position: absolute;
	bottom: 0;
	font-family: "Alternate";
	font-size: 24px;
	color: #ff0700;
	text-align: center;
	height: 40px;
	line-height: 40px;
	width: 100%;
}

.home5 .content .main-top .left-history .items:nth-child(even),
.home5 .content .main-top .right-history .items:nth-child(odd),
.home5 .content .main-top .center-history .bottom .items {
	margin-top: 194px;
}

.home5 .content .main-top .left-history .items:nth-child(even) .college_img,
.home5 .content .main-top .right-history .items:nth-child(odd) .college_img,
.home5 .content .main-top .center-history .bottom .items .college_img {
	position: absolute;
	bottom: 0;
	left: 40px;
}
.home5 .content .main-top .center-history .bottom .items:nth-child(even) .college_img{
	bottom: auto;
	top: -194px;
}

.home5 .content .main-top .center-history .bottom .items .college_thing{
	position: absolute;
    bottom: 172px;
    width: 100%;
}
.home5 .content .main-top .center-history .bottom .items:nth-child(even) .college_thing{
	bottom: auto;
	top: -22px;
}
.home5 .content .main-top .left-history .items:nth-child(even) .year,
.home5 .content .main-top .right-history .items:nth-child(odd) .year{
	position: absolute;
	top: 0;
}
.home5 .content .main-top .center-history .bottom .items:nth-child(even) .year{
	top: 66px;
	position: absolute;
}
.home5 .content .main-top .left-history .items:nth-child(even) .college_thing,
.home5 .content .main-top .right-history .items:nth-child(odd) .college_thing{
	position: absolute;
	bottom: 172px;
	width: 100%;
}

.home5 .content .main-top .left-history::before,
.home5 .content .main-top .right-history::before,
.home5 .content .main-top .center-history .top::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	border-top: dashed 2px #ffffff;
}

.home5 .content .main-top .left-history::before {
	top: 346px;
	height: 2px;
    width: calc(100% - 150px);
left:150px;
}

.home5 .content .main-top .right-history::before {
	top: 246px;
	height: 2px;
}

.home5 .content .main-top .center-history .top::before {
	top: 246px;
	border-left: dashed 2px #ffffff;
	border-radius: 300px 0 0 300px;
	height: 300px;
    width: 789px;
}

.home5 .content .main-top .center-history .bottom::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
    top: -53px;
	border-bottom: dashed 2px #ffffff;
	border-left: dashed 2px #ffffff;
	border-radius: 300px 0 0 300px;
	height: 300px;
    width: calc(100% - 150px);
}

.home5 .content .main-top .left-history .items .point,
.home5 .content .main-top .right-history .items .point,
.home5 .content .main-top .center-history .items .point {
	position: absolute;
	bottom: 42px;
	left: calc((100% - 22px) / 2);
	font-family: "Alternate";
	font-size: 24px;
	color: #ff0700;
	text-align: center;
	height: 22px;
	width: 22px;
	background: url(../img/history/iconPoint.png) no-repeat left top;
}

.home5 .content .main-top .left-history .items:nth-child(even) .point,
.home5 .content .main-top .right-history .items:nth-child(odd) .point {
	position: absolute;
	top: 42px;
	bottom: auto;
}
.home5 .content .main-top .center-history .bottom .items .point{	
	position: absolute;
	top: 42px;
	bottom: auto;
}
.home5 .content .main-top .center-history {
	float: left;
}

.home5 .content .main-top .center-history .bottom {
	position: relative;
}

.home5 .content .main-top .center-history .bottom:after {
	content: '';
	display: block;
	clear: both;
}

.home5 .content .main-top .center-history .bottom .items .year {
	font-family: "Alternate";
	font-size: 24px;
	color: #ff0700;
	text-align: center;
	height: 40px;
	line-height: 40px;
	width: 100%;
}

.home5 .content .main-top .center-history .bottom .items .point {
	/* position: absolute;
	bottom: 42px;
	left: calc((100% - 22px) / 2); */
	font-family: "Alternate";
	font-size: 24px;
	color: #ff0700;
	text-align: center;
	height: 22px;
	width: 22px;
	margin: 0 auto;
	background: url(../img/history/iconPoint.png) no-repeat left top;
}

.home5 .content .btn-bottom {
	position: relative;
	width: calc(100% - 50px) ;
	height: 70px;
	overflow: hidden;
	padding-bottom: 50px;
}

.home5 .content .btn-bottom .btnbox {
	position: relative;
	width: 200px;
	height: 70px;
	margin: 0 auto;
	z-index: 99;
}

.home5 .content .btn-bottom .btnbox span.btn-prev {
	display: block;
	position: absolute;
	left: 0;
	width: 70px;
	height: 70px;
	overflow: hidden;
	cursor: pointer;
	background: url(../img/history/prev_btn.png) no-repeat left top;
}

.home5 .content .btn-bottom .btnbox span.next-prev {
	display: block;
	position: absolute;
	right: 0;
	width: 70px;
	height: 70px;
	background: url(../img/history/next_btn.png) no-repeat left top;
	overflow: hidden;
	cursor: pointer;
}

.home5 .content .btn-bottom .btnbox .btn-prev:hover,
.home5 .content .btn-bottom .btnbox .next-prev:hover {
	background-position: 0 -70px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	.home5 .content{
		zoom: .75 ;
	}
}
