@charset "utf-8";

/* CSS Document */


/*
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
filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#99000000', EndColorStr='#99000000');
_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/templets/ftwcm/images/bg_index.body1.png');_background:none;
_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight*0.3));
behavior:url('');
pointer-events:none;//鼠标穿透
-webkit-animation:0.3s ease-in 1.1s 1 ui;
-webkit-animation-fill-mode:both;
*/


/*--默认--*/

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 {
	-webkit-text-size-adjust: none;
	line-height: 120%;
	font-family: 微软雅黑, 'Heiti SC', 黑体, Arial;
	font-size: 12px;
	min-width: 1250px;
	max-width: 1920px;
}

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

a {
	text-decoration: none;
	}



img {
	border: none;
	vertical-align: middle;
}

table {
	border-collapse: collapse;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	color: #474747;
}



input,
textarea,
select {
	border: 1px solid #CCC;
	font-family: 微软雅黑, 'Heiti SC', 黑体, Arial;
	outline: none;
	background: none;
	padding: 0;
}

a:focus {
	outline: none;
}


/*--滚动条插件--*/

.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%;
}


/* Yuk! CSS Hack for IE6 3 pixel bug :( */

* html .jspCorner {
	margin: 0 -3px 0 0;
}

.jspVerticalBar {
	width: 6px;
}

.jspDrag {
	background: #474747;
}

.jspTrack {
	background: #aaa;
	background: url(../image/line1.png) center top repeat-y;
}


/* 头部 */
.block{margin:0 auto;position:relative;width:1230px;}
	.myalert {
		background: url(/Public/static/themes/image/myalert.png) center center no-repeat;
		width: 489px;
		height: 254px;
		position: fixed;
		display: none;
		left: 50%;
		top: 50%;
		margin: -127px 0 0 -245px;
	}
	.myalert .close {
		display: block;
		background: url(/Public/static/themes/image/close2.png) center center no-repeat;
		width: 30px;
		height: 30px;
		position: absolute;
		top: 30px;
		right: 30px;
	}
	.myalert p {
		font-size: 16px;
		color: #474747;
		width: 400px;
		margin: 120px auto 0;
		text-align: center;
	}
	.search_mask {display: none;background: url(../image/black60.png) center center repeat;position: fixed;top: 0;left: 0;right: 0;bottom: 0;z-index: 7;}
	.search_pop {width: 410px;border-bottom: 1px solid #eeeeee;padding: 15px 0;position: fixed;z-index: 8;left: 50%;top: 48%;
	    margin-left: -205px;z-index: 200;}
	.search_pop input.ipt1 {width: 345px;color: #eeeeee;border: none;border-right: 1px solid #eeeeee;background: none;font-size: 14px;}
	.search_pop button {background: none;border: none;float: right;color: #eeeeee;cursor: pointer;}

#header {
	height: 120px;
	background: url(../image/bg24.jpg) center top no-repeat;
}

#header .logo {
	position: absolute;
	left: 27px;
	top: 34px;
}

#header .nav {
	display: block;
	background: url(../image/img5.png) left center no-repeat;
	width: 26px;
	height: 20px;
	float: right;
	margin: 55px 3px 0 0;
}

#header .nav:hover {
	background: url(../image/img5.png) right center no-repeat;
}

#header .search {
	float: right;
	margin: 55px 25px 0 0;
}

#header .search .btn1 {
	display: block;
	background: url(images/search.png) no-repeat;
	width: 18px;
	height: 18px;
}

#header .search .btn1:hover {
	background: url(images/search.png)  no-repeat;
}

#header .sina {
	float: right;
	margin: 56px 19px 0 0;
	background: url(../image/img3.png) left center no-repeat;
	width: 22px;
	height: 19px;
}

#header .sina:hover {
	background: url(../image/img3.png) right center no-repeat;
}

#header .wx {
	float: right;
	margin: 56px 20px 0 0;
	background: url(../image/img2.png) -20px center no-repeat;
	width: 20px;
	height: 19px;
}

#header .wx:hover {
	background: url(../image/img2.png) left center no-repeat;
}

#header .qq {
	float: right;
	margin: 55px 22px 0 0;
	background: url(../image/img1.png) left center no-repeat;
	width: 19px;
	height: 20px;
}

#header .qq:hover {
	background: url(../image/img1.png) right center no-repeat;
}

#header .search .hide {
	background: url(../image/search2.png) center bottom no-repeat;
	width: 176px;
	height: 40px;
	margin-top: -11px;
	display: none;
}

#header .search .hide input {
	float: left;
	width: 140px;
	height: 40px;
	color: #fff;
	font-size: 14px;
	line-height: 40px;
}

#header .search .hide .btn2 {
	float: right;
	width: 35px;
	height: 40px;
	display: block;
}

#header .nav_top {
	position: absolute;
	left: 410px;
	top: 43px;
	height: 50px;
	z-index: 10;
}

#header .nav_top a {
	float: left;
	color: #fff;
	font-size: 16px;
	margin-right: 32px;
	line-height: 40px;
}

#header2 {
	height: 120px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 5;
}

#header2 .logo {
	position: absolute;
	left: 27px;
	top: 34px;
}

#header2 .nav {
	display: block;
	background: url(../image/img5.png) -26px center no-repeat;
	width: 26px;
	height: 20px;
	float: right;
	margin: 55px 3px 0 0;
}

#header2 .nav:hover {
	background: url(../image/img5.png) right center no-repeat;
}

#header2 .search {
	float: right;
	margin: 63px 25px 0 0;
}

#header2 .search .btn1 {
	display: block;
	background: url(images/search.png)  no-repeat;
	width: 18px;
	height: 18px;
}

#header2 .search .btn1:hover {
	background: url(images/search.png)  no-repeat;
}

#header2 .sina {
	float: right;
	margin: 56px 19px 0 0;
	background: url(../image/img3.png) -22px center no-repeat;
	width: 22px;
	height: 19px;
}

#header2 .sina:hover {
	background: url(../image/img3.png) right center no-repeat;
}

#header2 .wx {
	float: right;
	margin: 56px 20px 0 0;
	background: url(../image/img2.png) -20px center no-repeat;
	width: 20px;
	height: 19px;
}

#header2 .wx:hover {
	background: url(../image/img2.png) right center no-repeat;
}

#header2 .qq {
	float: right;
	margin: 55px 22px 0 0;
	background: url(../image/img1.png) -19px center no-repeat;
	width: 19px;
	height: 20px;
}

#header2 .qq:hover {
	background: url(../image/img1.png) right center no-repeat;
}

#header2 .search .hide {
	background: url(../image/search1.png) center bottom no-repeat;
	width: 176px;
	height: 40px;
	margin-top: -11px;
	display: none;
}

#header2 .search .hide input {
	float: left;
	width: 140px;
	height: 40px;
	color: #fff;
	font-size: 14px;
	line-height: 40px;
}

#header2 .search .hide .btn2 {
	float: right;
	width: 35px;
	height: 40px;
	display: block;
}

#header2 .nav_top {
	position: absolute;
	left: 510px;
	top: 53px;
	height: 50px;
	z-index: 10;
}

#header2 .nav_top a {
	float: left;
	color: #fff;
	font-size: 16px;
	margin-right: 37px;
	line-height: 40px;
}


/* 底部 */

#footer {
	height: 150px;
}

#footer .f1 {
	height: 53px;
	border-bottom: solid 2px #f0f0f0;
	text-align: center;
	padding-top: 45px;
	line-height: 16px;
}

#footer .f1 .block {
	display: block;
	height: 100%;
}

#footer .f1 a {
	float: left;
	font-size: 14px;
	color: #707070;
}

#footer .f1 span {
	float: left;
	font-size: 14px;
	color: #707070;
	margin-right: 25px;
}

#footer .f1 b {
	color: #c9c9c9;
	float: left;
	margin: 0 24px;
}

#footer .f1 .select_b {
	position: absolute;
	bottom: 28px;
	left: 988px;
	background: url(../image/select2.png) right center no-repeat;
	height: 30px;
	width: 217px;
	padding-left: 15px;
	line-height: 30px;
	font-size: 14px;
	color: #707070;
	cursor: pointer;
}

#footer .f1 .select_b ul {
	width: 230px;
	height: 0;
	line-height: 30px;
	overflow-y: auto;
	overflow-x: hidden;
	position: absolute;
	left: 0;
	bottom: 29px;
	border: solid 1px #c9c9c9;
	z-index: 2;
	border-radius: 5px;
	display: none;
	display: none;
}

#footer .f1 .select_b span {
	font-size: 14px;
	color: #707070;
	display: block;
	height: 30px;
	text-align: left;
	margin-right: 0;
	width: 217px;
}

#footer .f1 .select_b li {
	background: #fff;
	cursor: pointer;
	line-height: 30px;
	color: #707070;
	text-align: left;
	padding-left: 15px;
	width: 100%
}

#footer .f1 .select_b li:hover {
	color: #ba1414;
}

#footer .f1 .select_b li a {
	min-width: 150px;
}

#footer .f1 .select_b li a:hover {
	color: #ba1414;
}

#footer .f2 {
	text-align: center;
	line-height: 50px;
	font-size: 12px;
	color: #707070;
}

#footer .f2 p {
	display: inline;
	margin: 0 10px;
}

.page {
	text-align: center;
	height: 36px;
	margin-top: 40px;
}

.page li {
	display: inline-block;
	height: 36px;
	line-height: 36px;
	font-size: 20px;
	font-family: Avian Regular;
	margin: 0 8px;
}

.page li a {
	color: #474747;
	display: block;
	height: 36px;
}

.page li.now a,
.page li:hover a {
	color: #e71d1d;
}

.cnav {
	position: fixed;
	left: 0;
	top: 0;
	background: url(../image/black60.png) center top repeat;
	width: 100%;
	z-index: 10;
	height: 100%;
	display: none;
}

.cnav .close {
	display: block;
	background: url(../image/close.png) center center no-repeat;
	width: 24px;
	height: 24px;
	position: absolute;
	right: 10vw;
	top: 10vh;
}

.cnav .box {
	position: absolute;
	left: 12%;
	top: 300px;
	width: 100%;
}

.cnav .box .div {
	float: left;
	width: 10%;
	margin-left: 5%;
}

.cnav .box .div.a {
	margin-left: 0;
}

.cnav .box .div h3 {
	color: #fff;
	font-size: 18px;
	line-height: 1.2;
	margin-bottom: 20px;
}

.cnav .box .div a {
	color: #d9d9d9;
	display: block;
	line-height: 27px;
	font-size: 14px;
}

.cnav .box .div a:hover {
	color: #e71d1d;
}

.white {
	position: fixed;
	left: 0;
	top: 115px;
	background: url(../image/bg23.png) center top no-repeat;
	height: 236px;
	width: 100%;
	z-index: 2;
	display: none;
}

.black {
	position: fixed;
	left: 0;
	top: 0;
	background: url(images/black60.png) center top repeat;
	width: 100%;
	height: 100%;
	z-index: 3;
	display: none;
}

#header2 .cnav22 {
	position: absolute;
	left: -22px;
	top: 50px;
	width: 102%;
	display: none;
	z-index: 3;
	background: url(../image/line3.png) right 8px no-repeat;
}

#header2 .cnav22 .block {
	width: auto;
}

#header2 .cnav22 .div {
	float: left;
	width: 103px;
	background: url(../image/line3.png) left 8px no-repeat;
	text-align: center;
	min-height: 135px;
}


/*#header2 .cnav22 .div.last{ background:url(../image/line3.png) right center no-repeat;}*/


/*#header2 .cnav22 .div.a{margin-left:-21px;}*/

#header2 .cnav22 .div h3 {
	color: #fff;
	font-size: 18px;
	line-height: 1.2;
	margin-bottom: 20px;
}

#header2 .cnav22 .div a {
	color: #b6b6b6;
	display: block;
	line-height: 27px;
	font-size: 14px;
	float: none;
	margin-right: 0;
	text-decoration:none;
}

#header2 .cnav22 .div a:hover {
	font-weight: bold;
	border-bottom: solid 1px #fff;
	display: inline-block;
}

#header .cnav22 {
	position: absolute;
	left: -22px;
	top: 50px;
	width: 102%;
	display: none;
	z-index: 3;
	padding-top: 40px;
	background: url(../image/line4.png) right 48px no-repeat;
}

#header .cnav22 .block {
	width: auto;
}

#header .cnav22 .div {
	float: left;
	width: 97px;
	background: url(../image/line4.png) left 8px no-repeat;
	text-align: center;
	min-height: 135px;
}


/*#header .cnav22 .div.a{margin-left : -21px;}*/

#header .cnav22 .div h3 {
	color: #fff;
	font-size: 18px;
	line-height: 1.2;
	margin-bottom: 20px;
}

#header .cnav22 .div a {
	color: #474747;
	display: block;
	line-height: 27px;
	font-size: 14px;
	float: none;
	margin-right: 0;
}

#header .cnav22 .div a:hover {
	font-weight: bold;
	border-bottom: solid 1px #ba1414;
	display: inline-block;
}

.nav_s {
	display: block;
	background: url(../image/nav.png) center center no-repeat;
	width: 44px;
	height: 40px;
	position: fixed;
	right: 20px;
	top: 50px;
	display: none;
	z-index: 5;
}


/* 首页 */

.home1 {
		text-align: center;
}

.home1 h3 {
	font-size: 52px;
	color: #fff;
	text-transform: uppercase;
	font-family: impact;
	line-height: 1;
	-webkit-text-shadow: 0 0 3px #7d7d7d;
	-moz-text-shadow: 0 0 3px #7d7d7d;
	text-shadow: 0 0 3px #7d7d7d;
    position: absolute;
    width: 100%;
    text-align: center;
}

.home1 h4 {
	color: #fff;
	font-size: 34px;
	line-height: 1.3;
	-webkit-text-shadow: 0 0 3px #7c7c7c;
	-moz-text-shadow: 0 0 3px #7c7c7c;
	text-shadow: 0 0 3px #7c7c7c;
}

.home1 p {
	color: #fff;
	font-size: 24px;
	line-height: 1.5;
	margin: 70px auto 0;
}

.home1 .text {
	height:200px;
	transition: all 1.2s ease-out 0s;
	-webkit-transition: all 1.2s ease-out 0s;
	-moz-transition: all 1.2s ease-out 0s;
	opacity: 0;
	transform: translate(0, 100px);
	-webkit-transform: translate(0, 100px);
	-moz-transform: translate(0, 100px);
	position: absolute;
	width: 1110px;
	left: 50%;
	margin-left: -555px;
	top: 45%;
}

.home1.show .text {
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	opacity: 1;
}

.home1 .scroll_d {
	background: url(images/icon.png) left center no-repeat;
	width: 23px;
	height: 34px;
	position: absolute;
	bottom: 197px;
	left: 50%;
	margin-left: -11.5px;
	cursor: pointer;
	animation: myfirst 1s infinite;
	-moz-animation: myfirst 1s infinite;
	/* Firefox */
	-webkit-animation: myfirst 1s infinite;
	/* Safari and Chrome */
	-o-animation: myfirst 1s infinite;
	/* Opera */
}

@keyframes myfirst {
	from {
		opacity: 1;
		bottom: 197px;
	}
	to {
		opacity: 0;
		bottom: 163px;
	}
}

@-moz-keyframes myfirst
/* Firefox */

{
	from {
		opacity: 1;
		bottom: 197px;
	}
	to {
		opacity: 0;
		bottom: 163px;
	}
}

@-webkit-keyframes myfirst
/* Safari 和 Chrome */

{
	from {
		opacity: 1;
		bottom: 197px;
	}
	to {
		opacity: 0;
		bottom: 163px;
	}
}

@-o-keyframes myfirst
/* Opera */

{
	from {
		opacity: 1;
		bottom: 197px;
	}
	to {
		opacity: 0;
		bottom: 163px;
	}
}

.home1 .scroll_d.click {
	background: url(images/icon.png) right center no-repeat;
}

.home2 {
	height: 504px;
	margin-top: -177px;
	overflow: hidden;
}

.home2 .focus {
	position: relative;
	overflow: hidden;
	height: 504px;
	width: 100%;
}

.home2.show .focus .frame {
	transform: scale(1) rotateX(0deg);
	-webkit-transform: scale(1) rotateX(0deg);
	-moz-transform: scale(1) rotateX(0deg);
	opacity: 1;
}

.home2 .focus .frame {
	position: absolute;
	overflow: hidden;
	height: 327px;
	width: 820px;
	right: 0;
	bottom: 0;
	opacity: 0;
	transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform: scale(0.7) rotateX(60deg);
	-webkit-transform: scale(0.7) rotateX(60deg);
	-moz-transform: scale(0.7) rotateX(60deg);
	transition: all 1.2s ease-out 2s;
	-webkit-transition: all 1.2s ease-out 2s;
	-moz-transition: all 1.2s ease-out 2s;
}

.home2 .focus .frame .child {
	position: absolute;
	height: 327px;
	width: 820px;
}

.home2 .focus .frame .child .pic {
	float: left;
	position: relative;
	width: 410px;
	height: 327px;
	overflow: hidden;
}

.home2 .focus .frame .child .pic img {
	width: 100%;
	height: auto;
}

.home2 .focus .frame .child .pic .tt {
	position: absolute;
	top: 54px;
	left: 42px;
}

.home2 .focus .frame .child .pic .tt h3 {
	color: #fff;
	font-size: 24px;
	line-height: 1.2;
}

.home2 .focus .frame .child .pic .tt h4 {
	color: #fff;
	font-size: 30px;
	line-height: 1.2;
	text-transform: uppercase;
	font-family: Avian Regular;
	margin-top: 9px;
}

.home2 .focus .frame .child .pic .more {
	background: url(../image/more1.png) center center no-repeat;
	width: 94px;
	height: 13px;
	display: block;
	position: absolute;
	left: 42px;
	bottom: 40px;
}

.home2 .focus .frame .child .text {
	float: left;
	width: 410px;
}

.home2 .focus .frame .child .text .tit {
	width: 370px;
	height: 84px;
	background: url(../image/bg21.png) center top no-repeat;
	padding: 35px 0 0 40px;
	position: relative;
}

.home2 .focus .frame .child .text .tit h3 {
	font-size: 22px;
	color: #474747;
	line-height: 1.2;
}

.home2 .focus .frame .child .text .tit h4 {
	font-size: 18px;
	color: #474747;
	line-height: 1.2;
	text-transform: uppercase;
	font-family: Avian Regular;
	margin-top: 8px;
}

.home2 .focus .frame .child .text .tit .more {
	background: url(../image/more2.png) center center no-repeat;
	width: 94px;
	height: 13px;
	display: block;
	position: absolute;
	right: 38px;
	bottom: 33px;
}

.home2 .focus .frame .child .text .box {
	margin-top: -10px;
}

.home2 .focus .frame .child .text .box .div1 {
	background: url(../image/bg9.png) center center repeat;
	height: 83px;
	padding: 26px 30px 0 40px;
}

.home2 .focus .frame .child .text .box .div2 {
	background: #bfb18e;
	height: 83px;
	padding: 26px 30px 0 40px;
}

.home2 .focus .frame .child .text .box h3 {
	color: #fff;
	font-size: 16px;
	line-height: 1.2;
}

.home2 .focus .frame .child .text .box p {
	color: #fff;
	font-size: 12px;
	line-height: 1.4;
	margin-top: 7px;
}

.home2 .focus .qh {
	position: absolute;
	bottom: 40px;
	right: 435px;
	height: 14px;
	line-height: 14px;
	width: 56px;
	text-align: center;
}

.home2 .focus .qh .arrow_l {
	background: url(../image/arrow9.png) left center no-repeat;
	width: 7px;
	height: 14px;
	display: block;
	left: 0;
	top: 0;
	position: absolute;
}

.home2 .focus .qh .arrow_r {
	background: url(../image/arrow9.png) right center no-repeat;
	width: 7px;
	height: 14px;
	display: block;
	right: 0;
	top: 0;
	position: absolute;
}

.home2 .focus .qh .fl {
	font-size: 14px;
	color: #fff;
	font-family: Avian Regular;
}

.home2 .focus .nav .d1 {
	position: absolute;
	left: 0;
	top: 0;
	background: url(../image/bg18.png) center center repeat;
	width: 410px;
	height: 177px;
	transform: translate(0, 100px);
	-webkit-transform: translate(0, 100px);
	-moz-transform: translate(0, 100px);
	transition: all 1.2s ease-out 0s;
	-webkit-transition: all 1.2s ease-out 0s;
	-moz-transition: all 1.2s ease-out 0s;
	opacity: 0;
}

.home2 .focus .nav .d2 {
	position: absolute;
	left: 410px;
	top: 0;
	background: url(../image/bg19.png) center center repeat;
	width: 410px;
	height: 177px;
	transform: translate(0, 100px);
	-webkit-transform: translate(0, 100px);
	-moz-transform: translate(0, 100px);
	transition: all 1.2s ease-out 0.4s;
	-webkit-transition: all 1.2s ease-out 0.4s;
	-moz-transition: all 1.2s ease-out 0.4s;
	opacity: 0;
}

.home2 .focus .nav .d3 {
	position: absolute;
	left: 820px;
	top: 0;
	background: url(../image/bg20.png) center center repeat;
	width: 410px;
	height: 177px;
	transform: translate(0, 100px);
	-webkit-transform: translate(0, 100px);
	-moz-transform: translate(0, 100px);
	transition: all 1.2s ease-out 0.8s;
	-webkit-transition: all 1.2s ease-out 0.8s;
	-moz-transition: all 1.2s ease-out 0.8s;
	opacity: 0;
}

.home2 .focus .nav .d4 {
	position: absolute;
	left: 0;
	top: 177px;
	background: #a11414;
	width: 410px;
	height: 163px;
	transform: translate(100px, 0);
	-webkit-transform: translate(100px, 0);
	-moz-transform: translate(100px, 0);
	transition: all 1.2s ease-out 1.2s;
	-webkit-transition: all 1.2s ease-out 1.2s;
	-moz-transition: all 1.2s ease-out 1.2s;
	opacity: 0;
}

.home2 .focus .nav .d5 {
	position: absolute;
	left: 0;
	bottom: 0;
	background: #fff;
	width: 410px;
	height: 164px;
	transform: translate(100px, 0);
	-webkit-transform: translate(100px, 0);
	-moz-transform: translate(100px, 0);
	transition: all 1.2s ease-out 1.6s;
	-webkit-transition: all 1.2s ease-out 1.6s;
	-moz-transition: all 1.2s ease-out 1.6s;
	opacity: 0;
}

.home2 .focus .nav .d1 .inner {
	width: 330px;
	height: 141px;
	padding: 36px 40px 0;
}

.home2 .focus .nav .d2 .inner {
	width: 330px;
	height: 141px;
	padding: 36px 40px 0;
}

.home2 .focus .nav .d3 .inner {
	width: 330px;
	height: 141px;
	padding: 36px 40px 0;
}

.home2 .focus .nav .d4 .inner {
	width: 330px;
	height: 127px;
	padding: 36px 40px 0;
}

.home2 .focus .nav .d5 .inner {
	width: 330px;
	height: 128px;
	padding: 36px 40px 0;
}

.home2 .focus .nav h3 {
	font-size: 22px;
	color: #fff;
	font-weight: bold;
	line-height: 1.2;
}

.home2 .focus .nav h4 {
	font-size: 24px;
	color: #fff;
	line-height: 1.2;
	font-family: Avian Regular;
}

.home2 .focus .nav p {
	font-size: 12px;
	color: #bbb9b9;
	line-height: 1.5;
	margin-top: 10px;
}

.home2 .focus .nav .d4 p {
	color: #d3a3a3;
}

.home2 .focus .nav .d5 p {
	color: #707070;
}

.home2 .focus .nav .d5 h3,
.home2 .focus .nav .d5 h4 {
	color: #474747;
}

.home2 .focus .nav .div {
	cursor: pointer;
}

.home2.show .focus .nav .div {
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	opacity: 1;
}

.home2.show .focus .nav .div.now .inner {
	background: #6c0100;
}

.home2 .focus .nav .d5.now h3,
.home2 .focus .nav .d5.now h4,
.home2 .focus .nav .d5.now p {
	color: #fff;
}

.home3 {
	margin-top: 84px;
	overflow: hidden;
}

.home3 .box {
	margin-top: 40px;
	height: 232px;
}

.home3 .box .div.a {
	margin-left: 0;
}

.home3 .box .div {
	float: left;
	width: 372px;
	margin-left: 57px;
	opacity: 0;
	transform: translateX(200px);
	-webkit-transform: translateX(200px);
	-moz-transform: translateX(200px);
	transition: all 1.2s ease-out 0s;
	-webkit-transition: all 1.2s ease-out 0s;
	-moz-transition: all 1.2s ease-out 0s;
}

.home3.show .div {
	transform: translateX(0);
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	opacity: 1;
}

.home3 .box .div h3 {
	font-size: 18px;
	color: #474747;
	line-height: 1.2;
}

.home3 .box .div h4 {
	font-size: 14px;
	color: #707070;
	line-height: 1.2;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 10px;
}

.home3 .box .div p {
	font-size: 12px;
	color: #707070;
	line-height: 1.5;
	margin-top: 10px;
}

.home3 .box .div .arrow {
	margin-top: 10px;
	width: 32px;
	height: 32px;
	background: url(../image/arrow2.png) left center no-repeat;
	display: block;
	transition: transform 0.5s;
	-moz-transition: -moz-transform 0.5s;
	/* Firefox 4 */
	-webkit-transition: -webkit-transform 0.5s;
	/* Safari and Chrome */
	-o-transition: -o-transform 0.5s;
	/* Opera */
}

.home3 .box .div:hover .arrow {
	background: url(../image/arrow2.png) right center no-repeat;
	transform: rotate(720deg);
	-moz-transform: rotate(720deg);
	/* Firefox 4 */
	-webkit-transform: rotate(720deg);
	/* Safari and Chrome */
	-o-transform: rotate(720deg);
	/* Opera */
}

.home3 .top {
	height: 30px;
	line-height: 30px;
}

.home3 .top h2 {
	float: left;
	font-size: 22px;
	line-height: 23px;
	color: #474747;
	margin-right: 25px;
	cursor: pointer;
}

.home3 .top h2.now,
.home3 .top h2:hover {
	color: #ba1414;
}

.home3 .top h3 {
	float: left;
	font-size: 24px;
	line-height: 30px;
	color: #474747;
	text-transform: uppercase;
	font-family: Avian Regular;
	margin-left: 15px;
}

.home3 .more {
	background: url(../image/more3.png) center center no-repeat;
	width: 94px;
	height: 13px;
	display: block;
	position: absolute;
	right: 5px;
	top: -60px;
}

.home3 .inner {
	position: relative;
	display: none;
}

.home3 .inner.a {
	display: block;
}

.bg_black {
	background: url(../image/black60.png) center center repeat;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.bg_black .eject {
	width: 328px;
	height: 218px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -109px 0 0 -164px;
	background: #fff;
	border-radius: 5px;
	text-align: center;
}

.bg_black .eject img {
	margin-top: 25px;
}

.bg_black .eject h3 {
	font-size: 18px;
	color: #707070;
	line-height: 1.2;
	margin-top: 10px;
}

.bg_black .eject .btn {
	display: block;
	color: #fff;
	border-radius: 5px;
	background: #ba1414;
	width: 132px;
	height: 38px;
	font-size: 14px;
	margin: 13px auto 0;
	line-height: 38px;
}

.footer{background:#f5f5f5;height:213px;border-top:2px solid #01408d;}
.footerall{width: 1200px;margin: auto;position: relative;padding-top: 35px;}
			.ljall{
				    width: 990px;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 10px;
			}
			.lj{
    background: url(../image/lj.png) no-repeat 1px;
    font-size: 16px;
    color: #666;
    display: inline-block;
    padding-left: 22px;
    }
			.ljall select{    width: 275px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;    margin-left: 16px;background: #fff;
    padding-left: 5px;}
			.dball{}
			.flogo{width: 357px;
    height: 52px;
    float: left;
    margin-top: 45px;}
			.ftext{font-size: 14px;
    float: left;
    margin-left: 50px;
    margin-top: 30px;
    width: 590px;}
			.dbnav{margin-bottom: 10px;}
			.dbnav ul{padding: 0;margin: 0;}
			.dbnav ul li{    list-style-type: none;
    display: inline-block;}
			.dbnav ul li.shu{margin: 0 8px;}
			.dbnav ul li a{color: #333;text-decoration: none;}
			.addall{    margin-top: 10px;}
			.add{    float: left;}
			.yb{float: right;}
			.ewm{    position: absolute;
    top: 35px;
    right: 0;}
    .ewm img{    border: 1px solid #ccc;}
.ewm div{    font-size: 14px;
    text-align: center;
    line-height: 30px;}
.jtlogo{    position: absolute;
    right: 25px;
    top: 10px;}



/*background-image
html {
	background: url(/Portals/0/BatchImagesThumb/2022/0125/637787180215277532.jpg)  no-repeat top center;
	    padding-top: 280px;

}
.body{
    width: 1200px;
    margin: 0 auto;
}
#header2{
    top:265px !important;
}
#dnn_bannerPane{
 height:70vh;
}
.home1 .text{
 top:59% !important;
} */