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

a{
	color:#000;
}

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

.fw{
	color: #fff;
}

.fw a{
	color: #fff;
}

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

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

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

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

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

p,li{
	overflow:hidden;
}

.photo{
	position: relative;
	overflow: hidden;
}

.photo img{
	width: 100%;
	height: 100%;
	transition: transform 0.2s;
}

.photo:hover img{
	transform: scale(1.05,1.05);
}

.photo2{
	position: relative;
	overflow: hidden;
}

.photo2 img{
	width: 100%;
	height: 100%;
}

.topic{
	text-align: center;
}

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

.mt100{
	margin-top: 100px;
}

#footer{
	line-height: 28px;
	padding: 20px 0px 40px 0px;
	text-align: center;
	font-size: 18px;
}

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

#nav{
	background: #d42f30;
}

#nav .w1200{
	height: 100px;
}

#nav .logo{
	float: left;
	margin-top: 22px;
	margin-right: 80px;
}

#nav .line{
	float: left;
	width: 1px;
	height: 80px;
	background: url(images/nav-line.png);
	margin: 10px 30px 0px 30px;
}

#nav .links{
	float: left;
	font-size: 20px;
	line-height: 30px;
	margin-top: 20px;
}

#layout1{
	padding: 30px 0px 50px 0px;
}

#layout1 .headline{
	height: 97px;
	padding: 13px 0px 0px 150px;
	text-align: center;
	border: 1px solid #f2f2f2;
	background: url(images/ly1-headline.png) no-repeat left center;
	min-height: 76px;
}

#layout1 .headline a{
	color: #333;
}

#layout1 .headline h2{
	font-size: 40px;
	line-height: 50px;
	height: 50px;
}

#layout1 .headline p{
	line-height: 20px;
	height: 20px;
	font-size: 16px;
	margin-top: 10px;
}

#layout1 .headline p a{
	margin: 0px 10px;
}

#layout1 .left{
	width: 460px;
	margin-top: 35px;
}

#layout1 .left .line{
	height: 1px;
	background: #f0f0f0;
	margin: 16px 0px;
}

#layout1 .left h3{
	font-size: 18px;
	height: 36px;
	line-height: 36px;
}

#layout1 .left h3 span{
	background: #ee3542;
	font-size: 14px;
	border-radius: 2px;
	font-weight: normal;
	color: #fff;
	padding: 0px 6px;
	display: inline-block;
	vertical-align: top;
	height: 20px;
	line-height: 20px;
	margin: 8px 5px 0px 0px;
}

#layout1 .left li{
	font-size: 18px;
	height: 36px;
	line-height: 36px;
}

#layout1 .right{
	width: 710px;
	margin-top: 35px;
}

#layout1 .right .focus{
	height: 345px;
}

#layout1 .right .focus p{
	position: absolute;
	left: 30px;
	bottom: 0px;
	z-index: 9;
	height: 45px;
	line-height: 45px;
	font-size: 18px;
	max-width: 550px;
}

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

#layout1 .right .focus .point{
	position: absolute;
	right: 15px;
	bottom: 17px;
	height: 8px;
	z-index: 10;
}

#layout1 .right .focus .point li{
	float: left;
	width: 8px;
	height: 8px;
	border-radius: 4px;
	background: #fff;
	margin-right: 8px;
	cursor: pointer;
}

#layout1 .right .focus .point .current{
	width: 24px;
}

#layout1 .right .focus .arrow1,#layout1 .right .focus .arrow2{
	position: absolute;
	width: 66px;
	height: 66px;
	cursor: pointer;
	top: 120px;
	transition: background 0.2s;
}

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

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

#layout1 .right .focus:hover .arrow1{
	background: url(images/ly1-arrow1b.png);
}

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

#layout1 .right .card{
	margin-top: 6px;
}

#layout1 .right .card ul{
	margin-left: -6px;
}

#layout1 .right .card li{
	float: left;
	width: 352px;
	height: 85px;
	margin: 4px 0px 0px 6px;
}

#layout1 .right .card .text{
	float: left;
	width: 140px;
	height: 85px;
	position: relative;
}

#layout1 .right .card .text table{
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 22px;
	line-height: 28px;
}

#layout1 .right .card .color1 .text{ background: #50bbde; }
#layout1 .right .card .color2 .text{ background: #fd942a; }
#layout1 .right .card .color3 .text{ background: #fa2635; }
#layout1 .right .card .color4 .text{ background: #5ac152; }

#layout1 .right .card .text i{
	position: absolute;
	right: -17px;
	top: 50%;
	margin-top: -12px;
	width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
	border-left-width: 17px;
	border-left-style: solid;
	z-index: 9;
}

#layout1 .right .card .color1 .text i{ border-left-color: #50bbde; }
#layout1 .right .card .color2 .text i{ border-left-color: #fd942a; }
#layout1 .right .card .color3 .text i{ border-left-color: #fa2635; }
#layout1 .right .card .color4 .text i{ border-left-color: #5ac152; }

#layout1 .right .card .photo{
	float: right;
	width: 212px;
	height: 85px;
}

#layout2{
	background: url(images/ly2-bg.jpg) no-repeat center top;
}

#layout2 .w1200{
	height: 531px;
	position: relative;
}

#layout2 .text{
	position: absolute;
	width: 186px;
	height: 279px;
	padding: 24px 15px 0px 15px;
	border-radius: 8px;
	top: 82px;
	right: 0px;
	background: #d42f30;
	z-index: 10;
}

#layout2 .text h3{
	font-size: 22px;
	line-height: 30px;
}

#layout2 .text p{
	line-height: 26px;
	margin-top: 3px;
	opacity: 0.7;
}

#layout2 .tab{
	position: absolute;
	right: 0px;
	top: 300px;
	padding-left: 16px;
	width: 917px;
	height: 78px;
}

#layout2 .tab .line{
	position: absolute;
	width: 100%;
	height: 3px;
	top: 37px;
	left: 0px;
	border-radius: 1px;
	background: #fff;
}

#layout2 .tab li{
	float: left;
	width: 95px;
	text-align: center;
	color: #4a4131;
	cursor: pointer;
	position: relative;
	z-index: 9;
}

#layout2 .tab .current{
	color: #ee3542;
}

#layout2 .tab li span{
	display: block;
	font-size: 22px;
	line-height: 26px;
	font-weight: bold;
}

#layout2 .tab li label{
	display: block;
	font-size: 18px;
	line-height: 22px;
}

#layout2 .tab .current label{
	font-weight: bold;
}

#layout2 .tab i{
	display: inline-block;
	vertical-align: top;
	width: 16px;
	height: 16px;
	border: 3px solid #fff;
	border-radius: 50%;
	background: #cb8500;
	margin-top: 2px;
	margin-bottom: 2px;
}

#layout2 .arrow1,#layout2 .arrow2{
	position: absolute;
	width: 39px;
	height: 40px;
	top: 318px;
	cursor: pointer;
	border-radius: 50%;
}

#layout2 .arrow1:hover,#layout2 .arrow2:hover{
	box-shadow: 0px 0px 5px #fff;
}

#layout2 .arrow1{
	background: url(images/ly2-arrow1.png);
	right: 280px;
}

#layout2 .arrow2{
	background: url(images/ly2-arrow2.png);
	right: 237px;
}

.title1{
	height: 46px;
	line-height: 46px;
}

.title1 span{
	float: left;
}

.title1 .more{
	float: right;
	color: #a3a3a3;
}

#layout3{
	padding-bottom: 50px;
}

#layout3 .block{
	width: 575px;
}

#layout3 .block .hot{
	margin-top: 25px;
	background: #f1ddb8;
	height: 130px;
}

#layout3 .block .hot .photo{
	float: left;
	width: 245px;
	height: 130px;
}

#layout3 .block .hot .text{
	float: right;
	margin: 20px 24px 0px 0px;
	width: 282px;
}

#layout3 .block .hot .text h3{
	font-size: 18px;
	line-height: 24px;
	height: 48px;
	font-weight: normal;
}

#layout3 .block .hot .text p{
	line-height: 18px;
	height: 36px;
	margin-top: 8px;
	color: #bc9d6c;
}

#layout3 .block .hot .text h3 a{
	color: #8f6221;
}

#layout3 .block ul{
	margin-top: 18px;
}

#layout3 .block li{
	font-size: 18px;
	height: 36px;
	line-height: 36px;
}

#layout3 .block li a{
	color: #333;
}

#layout4{
	background: url(images/ly4-bg.jpg) no-repeat center top;
}

#layout4 .w1200{
	padding-top: 100px;
	padding-bottom: 60px;
}

#layout4 .circle{
	height: 172px;
	position: relative;
	margin-bottom: 90px;
}

#layout4 .circle table{
	position: absolute;
	top: 0px;
	width: 172px;
	height: 172px;
	font-size: 18px;
	text-align: center;
}

#layout4 .circle table td{
	padding-bottom: 5px;
}

#layout4 .circle table span{
	font-size: 36px;
}

#layout4 .circle .color1{ background: url(images/ly4-circle1.png); left: 0px; }
#layout4 .circle .color2{ background: url(images/ly4-circle2.png); left: 210px; }
#layout4 .circle .color3{ background: url(images/ly4-circle3.png); right: 210px; }
#layout4 .circle .color4{ background: url(images/ly4-circle4.png); right: 0px; }

#layout4 .block{
	float: left;
	width: 460px;
	margin-right: 30px;
}

#layout4 .block .title1{
	border-bottom: 1px solid #e1e4e5;
	height: 60px;
	line-height: 60px;
}

#layout4 .block ul{
	margin-top: 15px;
}

#layout4 .block li{
	line-height: 36px;
	height: 36px;
	font-size: 18px;
}

#layout4 .block li a{
	color: #333;
}

#layout4 .side{
	float: right;
	width: 215px;
}

#layout4 .side ul{
	margin-top: -15px;
}

#layout4 .side li{
	height: 80px;
	margin-top: 20px;
	position: relative;
}

#layout4 .side li table{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background-color:rgba(0,0,0,0.5);
	text-align: center;
	font-size: 20px;
	line-height: 28px;
	color: #fff;
	filter:alpha(opacity=0);
	opacity:0;
	transition: opacity 0.2s;
}

#layout4 .side li table td{
	padding: 0px 10px;
}

#layout4 .side li:hover table{
	filter:alpha(opacity=100);
	opacity:1;
}

.topic1{
	text-align: center;
	position: relative;
	width: 1200px;
	margin: 0px auto;
}

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

.topic1 .more{
	position: absolute;
	right: 0px;
	top: 50%;
	height: 20px;
	line-height: 20px;
	margin-top: -10px;
	color: #a3a3a3;
}

#layout5 .main{
	background: #d42f30;
}

#layout5 .main .w1200{
	height: 450px;
	position: relative;
}

#layout5 .main .news{
	position: absolute;
}

#layout5 .main .news table{
	font-size: 22px;
	line-height: 30px;
	width: 100%;
	height: 100%;
}

#layout5 .main .news table td{
	padding: 0px 25px;
}

#layout5 .main .news1{
	left: 0px;
	top: 0px;
	width: 510px;
	height: 100%;
	background: #c5af72;
}

#layout5 .main .news1 .photo{
	height: 340px;
}

#layout5 .main .news1 table{
	height: 110px;
}

#layout5 .main .news2{
	left: 510px;
	top: 0px;
	width: 450px;
	height: 150px;
	background: #d42f30;
}

#layout5 .main .news2 table{
	float: left;
	width: 185px;
}

#layout5 .main .news2 .photo{
	float: right;
	width: 265px;
	height: 100%;
}

#layout5 .main .news3{
	left: 510px;
	top: 150px;
	width: 450px;
	height: 150px;
	background: #c5af72;
}

#layout5 .main .news4{
	left: 510px;
	top: 300px;
	width: 450px;
	height: 150px;
	background: #f3f3f3;
}

#layout5 .main .news5{
	right: 0px;
	top: 0px;
	width: 240px;
	height: 100%;
	background: #f3f3f3;
}

#layout5 .main .news5 .photo{
	position: absolute;
	left: 0px;
	top: 150px;
	width: 100%;
	height: 300px;
}

#layout5 .main .news5 table{
	height: 150px;
}

#layout6{
	padding-bottom: 50px;
	padding-top: 60px;
}

#layout6 .block{
	width: 575px;
}

#layout6 .block .hot{
	margin-top: 25px;
	background: #f1ddb8;
	padding: 20px;
}

#layout6 .block .hot h3{
	font-size: 20px;
	line-height: 26px;
	height: 52px;
}

#layout6 .block .hot p{
	line-height: 18px;
	height: 36px;
	margin-top: 8px;
	color: #bc9d6c;
}

#layout6 .block .hot h3 a{
	color: #8f6221;
}

#layout6 .block ul{
	margin-top: 18px;
}

#layout6 .block li{
	font-size: 18px;
	height: 36px;
	line-height: 36px;
}

#layout6 .block li a{
	color: #333;
}

#layout7{
	padding-top: 20px;
	padding-bottom: 100px;
}

#layout7 .list{
	margin-top: 15px;
}

#layout7 .list ul{
	margin-left: -33px;
}

#layout7 .list li{
	float: left;
	width: 275px;
	height: 442px;
	margin-left: 33px;
}

#layout7 .list .color1,#layout7 .list .color1 .photo span{ background: #fd942a; }
#layout7 .list .color2,#layout7 .list .color2 .photo span{ background: #50bbde; }
#layout7 .list .color3,#layout7 .list .color3 .photo span{ background: #5ac152; }
#layout7 .list .color4,#layout7 .list .color4 .photo span{ background: #fd455b; }

#layout7 .list .color2,#layout7 .list .color4{
	margin-top: 50px;
}

#layout7 .list .photo{
	height: 365px;
}

#layout7 .list .photo span{
	position: absolute;
	left: 0px;
	top: 0px;
	line-height: 30px;
	height: 30px;
	width: 48px;
	text-align: center;
	color: #fff;
	font-size: 18px;
}

#layout7 .list p{
	margin: 16px 12px 0px 12px;
	font-size: 16px;
	line-height: 22px;
}

#layout8,#layout8 .w1200{
	height: 720px;
	position: relative;
}

#layout8{
	background-position: center top;
	background-repeat: no-repeat;
}

#layout8 .shadow{
	position: absolute;
	background: url(images/ly8-shadow.png);
	height: 272px;
	width: 100%;
	left: 0px;
	bottom: 0px;
}

#layout8 .topic{
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 9;
}

#layout8 .text{
	position: absolute;
	left: 0px;
	bottom: 36px;
	width: 550px;
	z-index: 99;
}

#layout8 .text h3{
	font-size: 30px;
	line-height: 36px;
}

#layout8 .text p{
	line-height: 25px;
	margin-top: 15px;
}

#layout8 .list{
	position: absolute;
	right: 0px;
	bottom: 40px;
	z-index: 88;
}

#layout8 .list li{
	float: left;
	width: 250px;
	margin-left: 30px;
}

#layout8 .list .photo2{
	height: 160px;
}

#layout8 .list .photo2 .play{
	position: absolute;
	width: 42px;
	height: 27px;
	background: url(images/ly8-play.png);
	right: 0px;
	bottom: 0px;
}

#layout8 .list p{
	line-height: 20px;
	max-height: 40px;
	font-size: 16px;
	margin-top: 12px;
}

#layout9{
	padding-top: 60px;
}

#layout9 .main{
	background: url(images/ly9-bg.jpg) no-repeat center top;
}

#layout9 .main .w1200{
	height: 688px;
}

#layout9 .list{
	float: left;
	width: 932px;
	margin-top: 75px;
}

#layout9 .list li{
	float: left;
	width: 165px;
	height: 161px;
	padding: 72px 36px 0px 28px;
	margin: 4px 4px 0px 0px;
	background-repeat: no-repeat;
	font-size: 16px;
	line-height: 27px;
	color: #915922;
}

#layout9 .list li a{
	color: #915922;
}

#layout9 .list .color1{ background-image: url(images/ly9-list1.png); }
#layout9 .list .color2{ background-image: url(images/ly9-list2.png); }
#layout9 .list .color3{ background-image: url(images/ly9-list3.png); }
#layout9 .list .color4{ background-image: url(images/ly9-list4.png); }

#layout9 .msg{
	float: right;
	width: 246px;
	margin-top: 65px;
}

#layout9 .msg .title{
	text-align: center;
}

#layout9 .msg .title img{
	display: inline-block;
	vertical-align: top;
}

#layout9 .msg .text{
	border: none;
	width: 226px;
	padding: 0px 10px;
	height: 43px;
	line-height: 43px;
	background: #fff;
	box-shadow: 0px 0px 5px #ececec;
	margin-top: 15px;
	font-size: 18px;
	outline: none;
}

#layout9 .msg .text::-webkit-input-placeholder { /* WebKit browsers 适配谷歌 */
    color: #663300;
}
#layout9 .msg .text:-moz-placeholder { /* Mozilla Firefox 4 to 18 适配火狐 */
    color: #663300;
}
#layout9 .msg .text::-moz-placeholder { /* Mozilla Firefox 19+ 适配火狐 */
    color: #663300;
}
#layout9 .msg .text:-ms-input-placeholder { /* Internet Explorer 10+  适配ie*/
    color: #663300;
}

#layout9 .msg textarea{
	border: none;
	width: 226px;
	height: 213px;
	padding: 20px 10px;
	line-height: 30px;
	background: #fff;
	box-shadow: 0px 0px 5px #ececec;
	margin-top: 20px;
	font-size: 18px;
	outline: none;
	font-family: "Microsoft Yahei";
	outline: none;
}

#layout9 .msg textarea::-webkit-input-placeholder { /* WebKit browsers 适配谷歌 */
    color: #bcada3;
}
#layout9 .msg textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 适配火狐 */
    color: #bcada3;
}
#layout9 .msg textarea::-moz-placeholder { /* Mozilla Firefox 19+ 适配火狐 */
    color: #bcada3;
}
#layout9 .msg textarea:-ms-input-placeholder { /* Internet Explorer 10+  适配ie*/
    color: #bcada3;
}

#layout9 .msg .code{
	margin-top: 15px;
	height: 32px;
	line-height: 32px;
}

#layout9 .msg .code span{
	float: left;
	font-size: 18px;
	color: #663300;
}

#layout9 .msg .code .text2{
	border: none;
	width: 70px;
	padding: 0px 10px;
	height: 32px;
	line-height: 32px;
	background: #fff;
	box-shadow: 0px 0px 5px #ececec;
	font-size: 18px;
	outline: none;
}

#layout9 .msg .code .pic{
	float: right;
	width: 66px;
	height: 27px;
	margin-top: 2px;
}

#layout9 .msg .code .pic img{
	width: 100%;
	height: 100%;
}

#layout9 .msg .sub{
	width: 100%;
	height: 43px;
	background: #d11f22;
	border-radius: 21px;
	border: none;
	color: #fff;
	font-size: 18px;
	margin-top: 18px;
	cursor: pointer;
}

/*0309调整样式开始*/
#header{height: 901px; position:relative;}
.fmclose{ width:100px; height:30px; font-size:16px;color:#fff; position:absolute;top:10px; right:10px; z-index:1112; border:1px solid #fff; border-radius:5px;text-align:center; line-height:30px; cursor:pointer;}

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

#layout1 .right .card .text table td{ padding:0 20%;}

#layout6 .block .hot h3{height: 26px; margin-bottom:10px;}

#layout9{ padding-top:27px;}
#layout9 .main .w1200{
	height:649px;
	padding-top:39px;
}
#layout9 .topic1 .more{ margin-top:23px;}
#layout9 .list li{ margin-right:3px;}
#layout9 .list li.color2,#layout9 .list li.color3{margin-right:1px;}


#foot{
	font-size:18px;
	background:#d42f30;
	line-height:75px;
	height:75px;
	color:#fff;
}



#footer{ padding:40px 0px;}
#footer .left{
	width:134px;
}
#footer .left img{ float:left;}
#footer .left p{
	float:right;
	font-size:18px;
	line-height:18px;
	width:20px;
	margin-top:19px;
}


#footer .right{
	text-align:right;
	width:902px;
	color:#585858;
}
#footer .right a{ color:#585858;}



.video_bj{
	position:absolute;
    top:0;
    left:0;
    width:100%;
    min-width: 1200px;
    height:720px;
    overflow: hidden;
    z-index: 1;
}
#layout8 .shadow{ z-index:100;}
#layout8 .w1200{ z-index:200;}
/*0309调整样式结束*/