@charset "utf-8";
body{
	font-family:"Microsoft Yahei","SimSun";
	font-size:14px;
	color:#000;
}

a{
	color:#000;
}

a:hover{
	text-decoration: none;
	color: #e30a05 !important;
}

.fw{
	color: #fff;
}

.fw a{
	color: #fff;
}

.fw a:hover{
	color: #dfdfdf !important;
}

img{
	display:block;
	max-width: 100%;
	max-height: 100%;
}

.wrapper{
	width:100%;
	min-width:1180px;
	max-width:1920px;
	margin:0px auto;
	overflow:hidden;
}

.w1180{
	width:1180px;
	margin:0px auto;
}

h1,h2,h3,h4,h5{
	font-family:"Microsoft Yahei","SimHei";
	overflow:hidden;
}

p,li{
	overflow:hidden;
}

.floor { position: relative; width: 100%; height: 100%; min-width: 1180px; }
.imgSwipe{width: 100%; height: 100%; position: relative; overflow: hidden;}
.imgSwipe img{width: 100%; height: 100%; display: block; position: absolute; left: 0; top: 0;}
.downKey{width:300px; position: absolute; visibility: inherit;left:50%;bottom:10%;margin-left:-150px;height: 100px;}
.downKey img{width:49px;height:49px;position:absolute;top:0;right:0;bottom:0;left:0;left: 50%;margin-left: -25px;}
.downKey a {display:block;height:100%;}
.floor_top1 p{width:100%;height:50px;font-size: 18px;color:#fff;line-height: 50px;text-align: center;position: absolute;top:60px;}
.floor_top1 .imgLogo {position: absolute;top: 27%;left: 50%; margin-left: -544px; width: 1089px;height: 166px;}
.floor_top1 .imgLogo img{display: none;width:100%;height:100%;position: relative;}
.floor_top1 .imgLogo img.on{display: block;} 

.scales{
    -webkit-transition: -webkit-transform 7s ease 0s;
    -moz-transition: -moz-transform 7s ease 0s;
    -o-transition: -o-transform 7s ease 0s;
    transition: transform 7s ease 0s;
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
}


#top{
	height: 50px;
	line-height: 50px;
	background: url(images/header-top.jpg) no-repeat 847px bottom;
}

#top .left{
	font-size: 16px;
	color: #585858;
}

#top .right a{
	float: left;
	position: relative;
	margin-left: 30px;
	color: #999;
	z-index: 999;
}

#top-icon1{
	background: url(images/top-icon1.png) no-repeat left center;
	padding-left: 16px;
}

#top-icon2{
	background: url(images/top-icon2.png) no-repeat left center;
	padding-left: 26px;
}

#top-icon3{
	background: url(images/top-icon3.png) no-repeat left center;
	padding-left: 22px;
}

#top .right .code{
	display: none;
	position: absolute;
	top: 38px;
	left: 50%;
	margin-left: -55px;
	width: 95px;
	height: 95px;
	border: 2px solid #fff;
	border-radius: 2px;
	z-index: 999;
}

#top .right a:hover .code{
	display: block;
}

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

#nav{
	border-bottom: 1px solid #f2f2f2;
}

#nav .w1180{
	height: 53px;
	line-height: 53px;
	text-align: center;
	font-size: 16px;
}

#nav .w1180 a{
	margin: 0px 17px;
}

#layout1{
	background: url(images/ly1-bg.jpg) no-repeat center top;
	padding-top: 35px;
}

#layout1 .banner{
	margin-bottom: 55px;
}

#layout1 .banner img{
	width: 100%;
}

#layout1 .focus{
	float: left;
	width: 460px;
	height: 300px;
	position: relative;
}

#layout1 .focus .title{
	position: absolute;
	width: 43px;
	height: 130px;
	top: 66px;
	right: -8px;
	background: url(images/ly1-title.png);
}

#layout1 .focus img{
	width: 100%;
	height: 100%;
}

#layout1 .focus p{
	position: absolute;
	left: 12px;
	bottom: 0px;
	height: 46px;
	line-height: 46px;
	font-size: 16px;
	max-width: 390px;
	z-index: 9;
}

#layout1 .focus .shadow{
	position: absolute;
	width: 100%;
	height: 52px;
	background: url(images/shadow1.png);
	left: 0px;
	bottom: 0px;
}

#layout1 .focus .num{
	position: absolute;
	right: 10px;
	bottom: 0px;
	height: 46px;
	line-height: 46px;
}

#layout1 .focus .num i{
	font-style: normal;
	font-size: 22px;
	font-weight: bold;
}

#layout1 .focus .arrow1,#layout1 .focus .arrow2{
	position: absolute;
	width: 50px;
	height: 79px;
	top: 95px;
	cursor: pointer;
	z-index: 9;
}

#layout1 .focus .arrow1{
	left: 0px;
	background: url(images/ly1-arrow1.png);
}

#layout1 .focus .arrow2{
	right: 0px;
	background: url(images/ly1-arrow2.png);
}

#layout1 .text{
	float: right;
	width: 680px;
}

#layout1 .text .hot{
	border-bottom: 1px solid #dfe8ed;
	padding-bottom: 20px;
	padding-top: 5px;
}

#layout1 .text .hot h3{
	font-size: 32px;
	height: 40px;
	line-height: 40px;
}

#layout1 .text .hot h3 a{
	color: #e30a05;
}

#layout1 .text .hot h3 a:hover{
	color: #600 !important;
}

#layout1 .text .hot p{
	line-height: 20px;
	height: 20px;
	margin-top: 5px;
	color: #989898;
}

#layout1 .text .list{
	margin-left: -20px;
	margin-top: 10px;
}

#layout1 .text .list li{
	float: left;
	margin-left: 20px;
	width: 308px;
	border-bottom: 1px solid #dfe8ed;
	font-size: 16px;
	height: 49px;
	line-height: 49px;
	padding-left: 22px;
	background: url(images/list1.png) no-repeat left center;
}

#layout2{
	background: #fef5f6 url(images/ly2-bg.jpg) no-repeat center bottom;
	padding-top: 45px;
	padding-bottom: 50px;
}

#layout2 .block{
	float: left;
	width: 390px;
	margin-right: 90px;
}

#layout2 .block ul{
	margin-top: 12px;
}

#layout2 .block li{
	height: 47px;
	line-height: 47px;
	font-size: 16px;
	background: url(images/list2.png) no-repeat left center;
	padding-left: 20px;
}

#layout2 .side{
	float: right;
	width: 220px;
	margin-top: -20px;
}

#layout2 .side .box{
	background: #cc9933;
	margin-top: 20px;
	height: 149px;
}

#layout2 .side .box .title{
	float: left;
	margin-top: 25px;
	min-height: 78px;
	width: 24px;
	padding: 0px 9px 0px 16px;
	border-right: 1px solid #d1a348;
}

#layout2 .side .box .show1,#layout2 .side .box .show2{
	float: right;
	position: relative;
	width: 135px;
	height: 105px;
	margin: 22px 18px 0px 0px;
}

#layout2 .side .box p{
	line-height: 20px;
	height: 60px;
	font-size: 16px;
}

#layout2 .side .box .show1 h5{
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	height: 20px;
	margin-top: 5px;
}

#layout2 .side .box .show2 h5{
	font-size: 16px;
	height: 20px;
	line-height: 20px;
	margin-bottom: 10px;
}

#layout2 .side .box .point{
	position: absolute;
	right: 10px;
	bottom: 0px;
}

#layout2 .side .box .point span{
	float: left;
	width: 6px;
	height: 6px;
	border: 2px solid #fff;
	border-radius: 50%;
	cursor: pointer;
	margin-left: 5px;
}

#layout2 .side .box .point .current{
	background: #fff;
}

#layout2 .bottom{
	margin-top: 40px;
}

#layout2 .bottom ul{
	margin-left: -17px;
}

#layout2 .bottom li{
	float: left;
	width: 280px;
	margin-left: 17px;
	background: #fff;
	padding-bottom: 13px;
	border: 1px solid #efdddd;
}

#layout2 .bottom .photo{
	height: 180px;
	position: relative;
}

#layout2 .bottom .photo img{
	width: 100%;
	height: 100%;
}

#layout2 .bottom .video .photo .play{
	position: absolute;
	width: 67px;
	height: 67px;
	left: 50%;
	top: 50%;
	margin: -33px 0px 0px -33px;
	background: url(images/play1.png);
}

#layout2 .bottom p{
	margin: 13px 20px 0px 20px;
	line-height: 20px;
	height: 40px;
	font-size: 16px;
}

.topic{
	text-align: center;
}

.topic img{
	display: inline-block;
	vertical-align: top;
}

#layout3 .show{
	height: 785px;
	margin-top: 30px;
	position: relative;
}

#layout3 .show img{
	width: 100%;
	height: 100%;
}

#layout3 .show .big{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 785px;
	height: 467px;
	background: #e30a05;
	overflow: hidden;
}

#layout3 .show .big .photo{
	float: left;
	width: 505px;
	height: 467px;
}

#layout3 .show .big .text{
	float: right;
	width: 216px;
	margin: 60px 32px 0px 0px;
}

#layout3 .show .big .text h3{
	font-size: 29px;
	line-height: 36px;
	font-weight: normal;
}

#layout3 .show .big .text p{
	line-height: 24px;
	margin-top: 18px;
}

#layout3 .show .small{
	position: absolute;
}

#layout3 .show .small1{ right: 0px; top: 0px; width: 390px; height: 315px; }
#layout3 .show .small2{ left: 0px; bottom: 0px; width: 390px; height: 313px; }
#layout3 .show .small3{ left: 395px; bottom: 0px; width: 390px; height: 313px; }
#layout3 .show .small4{ right: 0px; bottom: 0px; width: 390px; height: 465px; }

#layout3 .show .small p{
	position: absolute;
	left: 0px;
	bottom: 0px;
	background: #e30a05;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	line-height: 28px;
	padding: 45px 20px;
	width: 350px;
	display: none;
}

#layout3 .show .small p a{
	color: #fff;
}

#layout3 .show .small:hover p{
	display: block;
}

#layout4 .show{
	margin-top: 30px;
	background: #660000;
}

#layout4 .show .top{
	height: 13px;
	background: url(images/ly4-top.gif);
}

#layout4 .show .bottom{
	height: 12px;
	background: url(images/ly4-bottom.gif);
}

#layout4 .show .mid{
	padding-bottom: 20px;
}

#layout4 .show .list1{
	float: left;
	width: 812px;
	margin: 23px 0px 0px 5px;
}

#layout4 .show .list1 li{
	float: left;
	width: 183px;
	margin-left: 20px;
}

#layout4 .show .list1 .photo{
	height: 124px;
}

#layout4 .show .list1 .photo img{
	width: 100%;
	height: 100%;
}

#layout4 .show .list1 p{
	line-height: 18px;
	margin-top: 8px;
}

#layout4 .show .list2{
	float: right;
	width: 325px;
	margin: 18px 5px 0px 0px;
}

#layout4 .show .list2 li{
	line-height: 24px;
	height: 24px;
	background: url(images/list3.png) no-repeat left center;
	padding-left: 20px;
}

#layout5{
	background: #e30a05 url(images/ly4-bg.jpg) no-repeat center top;
	padding-top: 50px;
	padding-bottom: 70px;
}

#layout5 .box1{
	margin-top: 35px;
}

#layout5 .box1 .block{
	width: 560px;
}

#layout5 .box1 .title{
	font-size: 18px;
	height: 40px;
	line-height: 40px;
}

#layout5 .box1 .hot{
	border-top: 1px solid #e1524e;
	border-bottom: 1px solid #e1524e;
	padding: 15px 0px;
}

#layout5 .box1 .hot h3{
	font-size: 26px;
	height: 30px;
	line-height: 30px;
	font-weight: normal;
}

#layout5 .box1 .hot p{
	line-height: 22px;
	height: 44px;
	color: #efa5a4;
	margin-top: 5px;
}

#layout5 .box1 ul{
	margin-top: 15px;
}

#layout5 .box1 li{
	height: 40px;
	line-height: 40px;
	background: url(images/list3.png) no-repeat left center;
	font-size: 18px;
	padding-left: 20px;
}

#layout5 .box2{
	margin-top: 25px;
}

#layout5 .box2 .banner,#layout5 .box2 .banner img{
	width: 560px;
}

#layout5 .box3{
	margin-top: 40px;
}

#layout5 .box3 .block{
	width: 560px;
	background: #fff;
}

#layout5 .box3 .title{
	float: left;
	width: 100px;
	height: 150px;
	background: #cc9933;
	text-align: center;
}

#layout5 .box3 .title img{
	display: inline;
}

#layout5 .box3 .list{
	float: right;
	width: 420px;
	height: 120px;
	overflow: hidden;
	margin: 15px 20px 0px 0px;
}

#layout5 .box3 .list li{
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	background: url(images/list4.png) no-repeat left center;
	padding-left: 20px;
}

#layout6 .box1{
	margin-top: 30px;
}

#layout6 .box1 img{
	width: 100%;
	height: 100%;
}

#layout6 .box1 .shadow{
	position: absolute;
	width: 100%;
	height: 52px;
	left: 0px;
	bottom: 0px;
	background: url(images/shadow1.png);
	z-index: 1;
}

#layout6 .box1 .big{
	float: left;
	width: 660px;
	height: 360px;
	position: relative;
}

#layout6 .box1 .big p{
	position: absolute;
	font-size: 18px;
	height: 46px;
	line-height: 46px;
	left: 35px;
	bottom: 0px;
	width: 590px;
	z-index: 9;
}

#layout6 .box1 .small{
	float: right;
	width: 520px;
	margin-top: -4px;
}

#layout6 .box1 .small li{
	float: left;
	width: 256px;
	height: 178px;
	margin: 4px 0px 0px 4px;
	position: relative;
}

#layout6 .box1 .small p{
	position: absolute;
	height: 28px;
	line-height: 28px;
	left: 0px;
	bottom: 0px;
	width: 100%;
	text-align: center;
	z-index: 9;
}

#layout6 .box2{
	margin-top: 30px;
}

#layout6 .box2 ul{
	margin-left: -60px;
}

#layout6 .box2 li{
	float: left;
	margin-left: 60px;
	width: 540px;
	border-bottom: 1px solid #ebebeb;
	height: 48px;
	line-height: 48px;
	font-size: 18px;
	padding-left: 20px;
	background: url(images/list1.png) no-repeat left center;
}

#layout7 .box{
	border: 5px solid #cc9933;
	margin-top: 30px;
	height: 300px;
	overflow: hidden;
}

#layout7 .box .tab{
	float: left;
	width: 288px;
	height: 300px;
	background: #ffe7cd;
	border-right: 5px solid #cc9933;
	position: relative;
}

#layout7 .box .tab .arrow1,#layout7 .box .tab .arrow2{
	position: absolute;
	width: 42px;
	height: 13px;
	cursor: pointer;
	left: 50%;
	margin-left: -21px;
	z-index: 9;
}

#layout7 .box .tab .arrow1{
	background: url(images/ly7-arrow1.png);
	top: 10px;
}

#layout7 .box .tab .arrow2{
	background: url(images/ly7-arrow2.png);
	bottom: 10px;
}

#layout7 .box .tab .list{
	position: absolute;
	width: 228px;
	height: 252px;
	left: 50%;
	margin-left: -114px;
	top: 23px;
	overflow: hidden;
	border-top: 1px solid #f5d7ae;
	border-bottom: 1px solid #f5d7ae;
}

#layout7 .box .tab .list li{
	border-bottom: 1px solid #f5d7ae;
	height: 41px;
	line-height: 41px;
	text-align: center;
	font-size: 20px;
	cursor: pointer;
}

#layout7 .box .tab .list .current,#layout7 .box .tab .list li:hover{
	background: url(images/ly7-tab.png) no-repeat center center;
	font-weight: bold;
	color: #e30a05;
}

#layout7 .box .main{
	float: right;
	width: 815px;
	margin: 32px 28px 0px 0px;
}

#layout7 .box .main h3{
	font-size: 33px;
	height: 40px;
	line-height: 40px;
}

#layout7 .box .main p{
	line-height: 22px;
	height: 44px;
	margin-top: 15px;
}

#layout7 .box .main ul{
	margin-left: -28px;
	margin-top: 30px;
}

#layout7 .box .main li{
	float: left;
	margin-left: 28px;
	width: 373px;
	border-bottom: 1px solid #ebebeb;
	padding-left: 20px;
	background: url(images/list1.png) no-repeat left center;
	height: 48px;
	line-height: 48px;
	font-size: 18px;
}

#layout8{
	height: 693px;
	position: relative;
}

#layout8 .bg li{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center top;
	display: none;
                background-size: 100% 100%;
}

#layout8 .bg li a{
	display: block;
	width: 100%;
	height: 515px;
	margin: 95px auto 0px auto;
	z-index: 99;
	position: relative;
}
@-ms-keyframes ly8{
	from{ }
	50%{ transform: scale(1.08,1.08); }
	to{  }
}
@-moz-keyframes ly8{
	from{ }
	50%{ transform: scale(1.08,1.08); }
	to{  }
}
@-o-keyframes ly8{
	from{ }
	50%{ transform: scale(1.08,1.08); }
	to{  }
}
@-webkit-keyframes ly8{
	from{ }
	50%{ transform: scale(1.08,1.08); }
	to{  }
}
@keyframes ly8{
	from{ }
	50%{ transform: scale(1.08,1.08); }
	to{  }
}

#layout8 .bg li{
	animation:'ly8' 14.0s ease-in-out 0s infinite;
	-ms-animation:ly8 14.0s ease-in-out 0s infinite;
	-moz-animation:ly8 14.0s ease-in-out 0s infinite;
	-o-animation:'ly8' 14.0s ease-in-out 0s infinite;
	-webkit-animation:'ly8' 14.0s ease-in-out 0s infinite;
}
#layout8 .topic{
	position: absolute;
	top: 45px;
	left: 50%;
	margin-left: -590px;
	width: 1180px;
	z-index: 10;
}

#layout8 .shadow{
	position: absolute;
	width: 100%;
	height: 150px;
	background: url(images/shadow2.png);
	left: 0px;
	bottom: 0px;
	z-index: 20;
}

#layout8 .tab{
	position: absolute;
	left: 0px;
	bottom: 22px;
	width: 100%;
	text-align: center;
	z-index: 30;
}

#layout8 .tab .arrow1,#layout8 .tab .arrow2{
	display: inline-block;
	vertical-align: top;
	width: 15px;
	height: 28px;
	cursor: pointer;
	margin-top: 2px;
}

#layout8 .tab .arrow1{
	background: url(images/ly8-arrow1.png);
	margin-right: 25px;
}

#layout8 .tab .arrow2{
	background: url(images/ly8-arrow2.png);
	margin-left: 25px;
}

#layout8 .tab a{
	display: inline-block;
	vertical-align: top;
	font-size: 20px;
	height: 31px;
	line-height: 31px;
	padding: 0px 18px;
	margin: 0px 15px 15px 15px;
	border-width: 1px;
	border-style: solid;
	border-color: rgba(255,255,255,0.5);
	color: rgba(255,255,255,0.6);
}

#layout8 .tab .on,#layout8 .tab span:hover{
	border-color: #fff;
	background: #fff;
	color: #000 !important;
}


#layout8 .tab span{
	display: inline-block;
	vertical-align: top;
	font-size: 20px;
	height: 31px;
	line-height: 31px;
	padding: 0px 18px;
	margin: 0px 3px 15px 3px;
	border-width: 1px;
	border-style: solid;
	border-color: rgba(255,255,255,0.5);
	color: rgba(255,255,255,0.6);
	cursor: pointer;
}

#layout8 .tab .on,#layout8 .tab span:hover{
	border-color: #fff;
	background: #fff;
	color: #000 !important;
}

#layout8 .more{
	display: inline-block;
	vertical-align: top;
	font-size: 20px;
	height: 31px;
	line-height: 31px;
	padding: 0px 18px;
	margin: 0px 3px 15px 3px;
	border: 1px solid #e30a05;
	background: #e30a05;
	cursor: pointer;
	color: #fff;
}

#layout8 .more:hover{
	color: #dfdfdf !important;
}


#layout9 .box{
	height: 320px;
	border: 5px solid #cc9933;
	margin-top: 30px;
	overflow: hidden;
}

#layout9 .box .send{
	float: left;
	width: 300px;
	height: 300px;
	padding: 20px 36px 0px 36px;
	background: #cc9933;
}

#layout9 .box .send .title{
	line-height: 30px;
	height: 30px;
	font-size: 22px;
	color: #fff;
	margin-bottom: 10px;
}

#layout9 .box .send .text{
	height: 37px;
	line-height: 37px;
	border: none;
	background: #fff;
	border-radius: 5px;
	font-size: 16px;
	outline: none;
	padding: 0px 18px;
	margin-bottom: 6px;
}

#layout9 .box .send .text.w1{
	display: block;
	width: 264px;
}

#layout9 .box .send .text.w2{
	float: left;
	width: 133px;
}

#layout9 .box .send textarea{
	line-height: 24px;
	display: block;
	border: none;
	background: #fff;
	border-radius: 5px;
	font-size: 16px;
	outline: none;
	padding: 8px 18px;
	width: 264px;
	height: 82px;
	font-family: "Microsoft YaHei";
	margin-bottom: 6px;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	color: #b8b8b8;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #b8b8b8;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #b8b8b8;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #b8b8b8;
}

#layout9 .box .send .code{
	float: right;
	width: 125px;
	height: 37px;
	border-radius: 5px;
	background: #fff;
	text-align: center;
}

#layout9 .box .send .code img{
	display: inline-block;
	vertical-align: top;
	height: 100%;
}

#layout9 .box .send .btn{
	display: block;
	width: 100%;
	height: 43px;
	background: url(images/ly9-btn.png) no-repeat center center;
	border: none;
	cursor: pointer;
	font-size: 22px;
}

#layout9 .box .show{
	float: right;
	width: 745px;
	height: 275px;
	overflow: hidden;
	margin: 22px 20px 0px 0px;
}

#layout9 .box .show ul{
	float: left;
	width: 720px;
}

#layout9 .box .show ul li{
	position: relative;
	border-bottom: 1px solid #f2f2f2;
	padding: 15px 0px 15px 66px;
}

#layout9 .box .show ul .name{
	position: absolute;
	left: 0px;
	top: 15px;
	width: 60px;
	font-size: 16px;
	line-height: 20px;
	color: #585858;
	font-weight: bold;
}

#layout9 .box .show ul h3{
	font-size: 14px;
	line-height: 20px;
	color: #585858;
}

#layout9 .box .show ul p{
	line-height: 20px;
	font-size: 13px;
	color: #666;
}

#layout9 .box .show .bar{
	float: right;
	width: 8px;
	height: 275px;
	background: #e5e5e5;
	border-radius: 4px;
	position: relative;
}

#layout9 .box .show .bar span{
	position: absolute;
	width: 100%;
	height: 25%;
	border-radius: 4px;
	background: #000;
	cursor: pointer;
}

#friendly{
	background: #e30a05;
	padding: 50px 0px;
}

#friendly .title{
	float: left;
	width: 90px;
}

#friendly .link{
	float: right;
	width: 1040px;
}

#friendly .link li{
	float: left;
	margin-right: 28px;
	line-height: 30px;
	height: 30px;
}

#footer{
	background: #600;
	padding: 50px 0px 40px 0px;
}

#footer .text{
	float: left;
	width: 750px;
	line-height: 32px;
}

#footer .code{
	float: right;
	width: 405px;
}

#footer .code li{
	float: left;
	width: 95px;
	text-align: center;
	margin-left: 40px;
}

#footer .code li img{
	width: 100%;
	height: 95px;
}

#footer .code li p{
	line-height: 20px;
	font-size: 16px;
	margin-top: 5px;
}