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

a{
	color:#000;
}

a:hover{
	text-decoration: none;
	color: #e54941 !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:1170px;
	max-width:1920px;
	margin:0px auto;
}

.w1170{
	width:1170px;
	margin:0px auto;
}

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

p,li{
	overflow:hidden;
}

#to-top{
	position: fixed;
	bottom: 0px;
	right: 0px;
	z-index: 9999;
}

#phone{
	position: fixed;
	right: 0px;
	bottom: 60px;
	z-index: 9999;
}

#phone .btn{
	width: 60px;
	height: 59px;
	background: url(images/side-btn2.png);
	cursor: pointer;
}

#phone.current .btn{
	background: url(images/side-btn2b.png);
}

#phone .show{
	position: absolute;
	right: 78px;
	bottom: 0px;
	width: 142px;
	height: 195px;
	padding-top: 48px;
	background: url(images/phone.png);
	text-align: center;
	display: none;
}

#phone .show img{
	display: inline-block;
	vertical-align: top;
	width: 100px;
	height: 100px;
}

#phone .show p{
	line-height: 20px;
	font-size: 16px;
	color: #666;
	margin-top: 5px;
}

#phone.current .show{
	display: block;
}

#banner{
	height: 640px;
	position: relative;
	overflow: hidden;
	z-index: 999;
}

#banner li{
	width: 100%;
	height: 640px;
	background-position: center top;
	background-size: auto 100%;
	position: relative;
}

#banner li a{
	display: block;
	width: 1170px;
	height: 480px;
	margin: 160px auto 0px auto;
	position: relative;
	z-index: 9;
}

#banner li .btn{
	position: absolute;
	width: 100%;
	left: 0px;
	bottom: 70px;
	text-align: center;
	z-index: 99;
}

#banner li .btn a{
	display: inline-block;
	vertical-align: top;
	margin: 0px;
	padding: 0px 35px;
	height: auto;
	width: auto;
	border-width: 1px;
	border-style: solid;
	border-color: rgba(255,255,255,0.3);
	background-color: rgba(0,0,0,0.1);
	line-height: 45px;
	border-radius: 22px;
	font-size: 22px;
	transition: all 0.3s;
	color: rgba(255,255,255,0.8);
	z-index: 99;
}

#banner li .btn a i{
	display: inline-block;
	vertical-align: top;
	margin-top: 11px;
	margin-right: 15px;
	width: 0; 
	height: 0; 
	border-top: 11px solid transparent;
	border-bottom: 11px solid transparent;
	border-left-width: 16px;
	border-left-style: solid;
	border-left-color: rgba(255,255,255,0.8);
	transition: all 0.3s;
}

#banner li .btn a:hover{
	background: #fff;
	border-color: #fff;
	color: #081738 !important;
}

#banner li .btn a:hover i{
	border-left-color: #081738;
}

#banner .covervid-video{
	position: absolute;
	width: 1920px;
	height: 640px;
	left: 50%;
	margin-left: -960px;
	top: 0px;
}

#banner .arrow1,#banner .arrow2{
	position: absolute;
	width: 61px;
	height: 102px;
	cursor: pointer;
	top: 300px;
	transition: all 0.3s;
	filter:alpha(opacity=0);
	opacity:0;
	z-index: 99;
}

#banner .arrow1{
	left: 0px;
	background: url(images/top-arrow1.png);
}

#banner .arrow2{
	right: 0px;
	background: url(images/top-arrow2.png);
}

#banner:hover .arrow1,#banner:hover .arrow2{
	filter:alpha(opacity=30);
	opacity:0.3;
}

#banner .arrow1:hover,#banner .arrow2:hover{
	filter:alpha(opacity=80);
	opacity:0.8;
}

#banner .shadow1{
	position: absolute;
	width: 1162px;
	height: 114px;
	left: 50%;
	margin-left: -581px;
	bottom: 0px;
	background: url(images/top-shadow1.png);
	z-index: 90;
}

#banner .tab{
	position: absolute;
	width: 100%;
	height: 10px;
	text-align: center;
	left: 0px;
	bottom: 25px;
	z-index: 98;
}

#banner .tab span{
	display: inline-block;
	vertical-align: top;
	width: 8px;
	height: 8px;
	border: 1px solid #fff;
	border-radius: 50%;
	background: #fff;
	margin: 0px 8px;
	cursor: pointer;
	transition: all 0.3s;
}

#banner .tab span:hover{
	transform:scale(1.5,1.5);
}

#banner .tab .current{
	background: none;
}

#banner .shadow2{
	position: absolute;
	width: 100%;
	height: 150px;
	background: url(images/top-shadow2.png);
	left: 0px;
	top: 0px;
	z-index: 10;
}

#banner .top{
	position: absolute;
	width: 1170px;
	left: 50%;
	margin-left: -585px;
	top: 13px;
	z-index: 100;
}

#banner .top .right{
	margin-top: 19px;
	height: 38px;
}

#banner .top .search{
	float: left;
	height: 38px;
	width: 280px;
	position: relative;
}

#banner .top .search .text{
	position: absolute;
	right: 0px;
	top: 0px;
	width: 0px;
	height: 38px;
	border: none;
	outline: none;
	border-radius: 18px;
	font-size: 16px;
	color: #071739;
	filter:alpha(opacity=0);
	opacity:0;
	transition: all 0.3s;
}

#banner .top .search .sub{
	position: absolute;
	width: 17px;
	height: 17px;
	right: 19px;
	top: 10px;
	background: url(images/top-search1.png);
	border: none;
	cursor: pointer;
}

#banner .top .search .js-btn{
	position: absolute;
	width: 17px;
	height: 17px;
	right: 19px;
	top: 10px;
	cursor: pointer;
	z-index: 9;
}

#banner .top .login{
	float: left;
	margin-left: 15px;
	height: 22px;
	line-height: 22px;
	margin-top: 6px;
	background: url(images/top-login.png) no-repeat left center;
	padding-left: 25px;
	color: #c5cec1;
}

#banner .top .login a{
	color: #c5cec1;
}

#banner .top .login a:hover{
	color: #fff !important;
}

#banner .top .login span{
	filter:alpha(opacity=50);
	opacity:0.5;
}

#banner .nav{
	position: absolute;
	width: 100%;
	left: 0px;
	top: 110px;
	z-index: 110;
}

#banner .nav .w1170{
	height: 46px;
	text-align: right;
	position: relative;
}

#banner .nav .line{
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 915px;
	height: 1px;
	background: rgba(255,255,255,0.2);
}

#banner .nav dl{
	margin-right: -31px;
}

#banner .nav dd{
	float: right;
	height: 46px;
	position: relative;
}

#banner .nav dd span{
	display: block;
	line-height: 30px;
	padding: 0px 31px;
	font-size: 16px;
	transition: all 0.3s;
}

#banner .nav dd:hover span{
	padding-top: 10px;
	padding-bottom: 6px;
	background: #d9242d;
	cursor: pointer;
}

#banner .nav .home:hover span{
	padding-top: 0;
	padding-bottom: 0;
	background: none;
	cursor: auto;
}

#banner .nav dd .drop{
	position: absolute;
	background: #d9242d;
	top: 46px;
	border-radius: 0px 0px 9px 9px;
	min-width: 150%;
	filter:alpha(opacity=0);
	opacity:0;
	transition: all 0.4s;
	height: 0px;
	overflow: hidden;
	padding: 0px;
}

#banner .nav dd .open-left{
	left: 0px;
}

#banner .nav dd .open-right{
	right: 0px;
}

#banner .nav dd .drop p{
	border-bottom: 1px solid #dd3a42;
	height: 38px;
	line-height: 38px;
	font-size: 18px;
	padding: 0px 25px;
	white-space:nowrap;
	text-align: center;
}

#banner .nav dd .col2 p{
	padding: 0px 10px;
}

#banner .nav dd .col2 a{
	margin: 0px 15px;
}

#banner .nav dd:hover .drop{
	filter:alpha(opacity=100);
	opacity:1;
	height: auto;
	padding: 20px 0px;
}

.box-padding{
	padding-top: 40px;
	padding-bottom: 55px;
}

.box-color{
	background: #f8f8f8;
}

.fly{
	position: fixed;
	left: 2%;
	top: 20%;
	z-index: 888;
}

.topic1{
	text-align: center;
	position: relative;
	height: 40px;
	line-height: 40px;
}

.topic1 span{
	font-weight: bold;
	font-size: 36px;
}

.topic1 span,.topic1 span a{
	color: #2d3e4f;
}

.topic1 .more{
	position: absolute;
	left: 760px;
	top: 0px;
	color: #e0e0e0;
	font-size: 18px;
}

.topic1 .btn2{
	position: absolute;
	right: 0px;
	top: 0px;
	color: #2d3e4f;
	font-size: 22px;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 26px;
}

#layout12 .topic1 .btn2{
	background-image: url(images/topic1-icon1.png);
}

#layout3 .topic1 .btn2{
	background-image: url(images/topic1-icon2.png);
}

#layout1 .topic1{
	margin-bottom: 30px;
}

#layout1 .focus{
	float: left;
	position: relative;
	width: 670px;
	height: 420px;
}

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

#layout1 .focus .arrow1,#layout1 .focus .arrow2{
	position: absolute;
	width: 40px;
	height: 40px;
	cursor: pointer;
	top: 50%;
	margin-top: -20px;
	filter:alpha(opacity=0);
	opacity:0;
	transition: all 0.2s;
}

#layout1 .focus:hover .arrow1,#layout1 .focus:hover .arrow2{
	filter:alpha(opacity=100);
	opacity:1;
}

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

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

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

#layout1 .focus p{
	position: absolute;
	width: 100%;
	height: 44px;
	line-height: 44px;
	left: 0px;
	bottom: 0px;
	text-align: center;
	font-size: 18px;
	z-index: 9;
}

#layout1 .focus p span{
	margin-right: 50px;
}

#layout1 .focus p span i{
	font-style: normal;
	font-size: 24px;
}

#layout1 .list{
	float: right;
	width: 500px;
	height: 420px;
}

#layout1 .list td{
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
	border-right: 1px solid #ededed;
	padding: 0px 45px 0px 35px;
	font-size: 22px;
	line-height: 28px;
	position: relative;
}

#layout1 .list td a{
	color: #2d3e4f;
}

#layout1 .list td i{
	position: absolute;
	width: 11px;
	height: 18px;
	right: 16px;
	top: 50%;
	margin-top: -9px;
	background: url(images/ly1-list2.png);
}

#layout1 .list td:hover{
	background-color: #f7f7fa;
}

#layout1 .list td:hover i{
	background: url(images/ly1-list.png);
}

#layout1 .list td:hover a{
	color: #e54941;
}

#layout3{
	overflow: hidden;
}

#layout3 .main{
	height: 285px;
	position: relative;
	margin-top: 30px;
}

#layout3 .bg{
	position: absolute;
	left: -375px;
	top: 0px;
	height: 100%;
	width: 580px;
	background: #2d3e4f;
	z-index: 1;
}

#layout3 .arrow1,#layout3 .arrow2{
	position: absolute;
	width: 59px;
	height: 59px;
	left: 0px;
	cursor: pointer;
	transition: all 0.2s;
	z-index: 9;
}

#layout3 .arrow1{
	top: 73px;
	background: url(images/ly3-arrow1.png);
}

#layout3 .arrow2{
	bottom: 73px;
	background: url(images/ly3-arrow2.png);
}

#layout3 .arrow1:hover,#layout3 .arrow2:hover{
	filter:alpha(opacity=80);
	opacity:0.8;
}

#layout3 .list{
	position: absolute;
	top: 34px;
	left: 85px;
	width: 1540px;
	height: 218px;
	overflow: hidden;
	z-index: 8;
}

#layout3 .list li{
	float: left;
	width: 270px;
	height: 207px;
	margin-left: 38px;
	background: #fff;
	border-bottom: 11px solid #2d3e4f;
	transition: all 0.1s;
}

#layout3 .list a{
	display: block;
	padding: 18px 18px 0px 18px;
	width: 234px;
	height: 189px;
}

#layout3 .list h3{
	font-size: 21px;
	line-height: 30px;
	font-weight: normal;
}

#layout3 .list p{
	color: #2d3e4f;
	line-height: 20px;
	margin-top: 12px;
}

#layout3 .list h4{
	font-size: 18px;
	line-height: 22px;
	color: #2d3e4f;
	margin-top: 8px;
}

#layout3 .list h4 span{
	margin-right: 10px;
}

#layout3 .list h5{
	font-weight: normal;
	font-size: 14px;
	line-height: 24px;
	margin-top: 15px;
}

#layout3 .list h5 span{
	font-size: 22px;
	font-weight: bold;
	color: #e54941;
}

#layout3 .list h5 i{
	font-style: normal;
	font-size: 18px;
}

#layout3 .list li:hover{
	background: #2d3e4f;
}

#layout3 .list li:hover,#layout3 .list li:hover a,#layout3 .list li:hover p,#layout3 .list li:hover h4,#layout3 .list li:hover h5 span{
	color: #fff !important;
}

#layout4 .topic1{
	margin-bottom: 50px;
}

#layout4 .main{
	float: left;
	width: 770px;
}

#layout4 .main .block1 h3{
	font-size: 22px;
	line-height: 30px;
	height: 30px;
}

#layout4 .main .block1 h3 a{
	color: #2d3e4f;
}

#layout4 .main .block1 p{
	line-height: 20px;
	height: 40px;
	color: #787878;
	margin-top: 8px;
}

#layout4 .main .block1 p a{
	color: #787878;
}

#layout4 .main .block2{
	margin-top: 45px;
}

#layout4 .main .block2 ul{
	margin-left: -30px;
}

#layout4 .main .block2 li{
	float: left;
	width: 146px;
	height: 148px;
	margin-left: 30px;
	background: #fff;
	padding: 12px 12px 0px 12px;
	box-shadow: 0px 0px 5px #eee;
	transition: all 0.1s;
	font-size: 20px;
	line-height: 27px;
}

#layout4 .main .block2 li a{
	display: block;
	width: 100%;
	height: 100%;
}

#layout4 .main .block2 li:hover{
	background: #2d3e4f;
}

#layout4 .main .block2 li:hover a{
	color: #fff !important;
}

#layout4 .side{
	float: right;
	width: 370px;
	height: 282px;
	background: #2d3e4f;
	position: relative;
}

#layout4 .side img{
	height: 180px;
	width: 100%;
}

#layout4 .side p{
	margin: 8px 22px 0px 22px;
	font-size: 16px;
	line-height: 24px;
	height: 48px;
}

#layout4 .side .point{
	position: absolute;
	left: 25px;
	bottom: 20px; 
}

#layout4 .side .point span{
	float: left;
	width: 12px;
	height: 12px;
	background: #687a8d;
	border-radius: 50%;
	margin-right: 20px;
	cursor: pointer;
}

#layout4 .side .point .current{
	background: #fff;
}

#footer{
	padding: 30px 0px;
}

#footer .right{
	line-height: 26px;
	color: #535353;
	text-align: right;
	margin-top: 7px;
}

#footer .right a{
	color: #535353;
	margin-left: 15px;
}

#layout12 .topic1{
	margin-bottom: 15px;
}

#layout12 .main{
	float: right;
	width: 700px;
}

#layout12 .main .left{
	width: 360px;
	height: 335px;
	background: #fff;
	padding: 22px 20px 0px 20px;
	margin-top: 70px;
	box-shadow: 0px 0px 5px #eee;
}

#layout12 .main .left .title{
	height: 34px;
	line-height: 34px;
}

#layout12 .main .left .title span{
	background: url(images/ly12-title.png) no-repeat 2px center;
	padding-left: 38px;
	font-size: 30px;
}

#layout12 .main .left .title span,#layout12 .main .left .title span a{
	color: #2d3e4f;
}

#layout12 .main .list{
	margin-top: 12px;
}

#layout12 .main .list li{
	height: 39px;
	line-height: 39px;
	font-size: 16px;
}

#layout12 .main .list li a{
	color: #2d3e4f;
}

#layout12 .main .right{
	width: 270px;
	margin-top: 35px;
}

#layout12 .main .photo li{
	height: 160px;
	position: relative;
	margin-top: 36px;
}

#layout12 .main .photo img{
	width: 100%;
	height: 100%;
}

#layout12 .main .photo p{
	position: absolute;
	width: 100%;
	height: 36px;
	line-height: 36px;
	left: 0px;
	bottom: 0px;
	text-align: center;
	font-size: 16px;
	z-index: 9;
}

#layout12 .main .photo .shadow{
	position: absolute;
	width: 100%;
	height: 36px;
	left: 0px;
	bottom: 0px;
	background: #000;
	filter:alpha(opacity=50);
	opacity:0.5;
	z-index: 1;
}

#layout12 .tab{
	float: left;
	width: 445px;
	height: 415px;
	position: relative;
	margin-top: 15px;
}

#layout12 .tab .china{
	position: absolute;
	right: 20px;
	top: 168px;
}

#layout12 .tab .note{
	position: absolute;
	left: 245px;
	top: 230px;
	line-height: 18px;
	color: #b5b7bc;
}

#layout12 .tab .map{
	width: 445px;
	height: 270px;
	background: url(images/ly12-map.png) no-repeat;
	position: relative;
	z-index: 10;
}

#layout12 .tab .map .text{
	position: absolute;
	width: 445px;
	height: 270px;
	left: 0px;
	top: 0px;
	background: url(images/ly12-text.png) no-repeat;
	filter:alpha(opacity=0);
	opacity:0;
	z-index: 30;
	transition: all 0.2s;
}

#layout12 .tab .map:hover .text{
	filter:alpha(opacity=100);
	opacity:1;
}

#layout12 .tab .cover{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background-repeat: no-repeat;
	display: none;
	z-index: 20;
}

#layout12 .tab .cover.on1{
	display: block;
}

#map2-cover01{ background-image: url(images/ly12-city01.png); }
#map2-cover02{ background-image: url(images/ly12-city02.png); }
#map2-cover03{ background-image: url(images/ly12-city03.png); }
#map2-cover04{ background-image: url(images/ly12-city04.png); }
#map2-cover05{ background-image: url(images/ly12-city05.png); }
#map2-cover06{ background-image: url(images/ly12-city06.png); }
#map2-cover07{ background-image: url(images/ly12-city07.png); }
#map2-cover08{ background-image: url(images/ly12-city08.png); }
#map2-cover09{ background-image: url(images/ly12-city09.png); }
#map2-cover10{ background-image: url(images/ly12-city10.png); }
#map2-cover11{ background-image: url(images/ly12-city11.png); }
#map2-cover12{ background-image: url(images/ly12-city12.png); }
#map2-cover13{ background-image: url(images/ly12-city13.png); }
#map2-cover14{ background-image: url(images/ly12-city14.png); }
#map2-cover15{ background-image: url(images/ly12-city15.png); }
#map2-cover16{ background-image: url(images/ly12-city16.png); }

#layout12 .tab .btn{
	position: absolute;
	cursor: pointer;
	z-index: 40;
}

#map2-btn01{ width: 44px; height: 65px; left: 118px; top: 71px; }
#map2-btn02{ width: 43px; height: 98px; left: 284px; top: 84px; }
#map2-btn03{ width: 49px; height: 86px; left: 163px; top: 71px; }
#map2-btn04{ width: 54px; height: 51px; left: 117px; top: 213px; }
#map2-btn05{ width: 47px; height: 62px; left: 199px; top: 8px; }
#map2-btn06{ width: 108px; height: 55px; left: 280px; top: 27px; }
#map2-btn07{ width: 61px; height: 90px; left: 218px; top: 73px; }
#map2-btn08{ width: 76px; height: 34px; left: 79px; top: 176px; }
#map2-btn09{ width: 80px; height: 35px; left: 82px; top: 139px; }
#map2-btn10{ width: 55px; height: 52px; left: 389px; top: 45px; }
#map2-btn11{ width: 46px; height: 53px; left: 228px; top: 166px; }
#map2-btn12{ width: 44px; height: 69px; left: 153px; top: 0px; }
#map2-btn13{ width: 56px; height: 63px; left: 61px; top: 26px; }
#map2-btn14{ width: 64px; height: 47px; left: 33px; top: 90px; }
#map2-btn15{ width: 53px; height: 105px; left: 173px; top: 165px; }
#map2-btn16{ width: 77px; height: 86px; left: 0px; top: 169px; }

#layout12 .tab .show{
	position: absolute;
	background: #fff;
	width: 370px;
	height: 125px;
	left: 0px;
	top: 290px;
	box-shadow: 0px 0px 5px #eee;
	display: none;
	z-index: 50;
}

#layout12 .tab .show.on2{
	display: block;
}

#layout12 .tab .show img{
	float: right;
	width: 200px;
	height: 125px;
}

#layout12 .tab .show .name{
	float: left;
	width: 150px;
	margin-left: 8px;
	margin-top: 22px;
	text-align: center;
}

#layout12 .tab .show .name h3{
	font-size: 20px;
	color: #071739;
	font-weight: normal;
	line-height: 24px;
}

#layout12 .tab .show .name p{
	line-height: 20px;
	color: #a3a3a3;
	margin-top: 10px;
}

#layout14 ul{
	margin-left: -30px;
}

#layout14 li{
	float: left;
	width: 370px;
	margin: 30px 0px 0px 30px;
	box-shadow: 0px 0px 5px #eee;
}

#layout14 li img{
	height: 210px;
	width: 100%;
}

#layout14 li p{
	text-align: center;
	font-size: 16px;
	line-height: 50px;
	height: 50px;
}

#layout14 li p a{
	color: #333;
}

#layout15{
	padding-top: 20px;
}

#layout15 .main{
	background: #2d3e4f;
	margin-top: 30px;
	padding: 30px 0px;
}

#layout15 .tel{
	float: left;
	background: url(images/ly15-icon.png) no-repeat left 8px;
	margin: 18px 0px 0px 55px;
	min-height: 107px;
	padding-left: 150px;
	width: 440px;
}

#layout15 .tel p{
	line-height: 48px;
	height: 48px;
	background: url(images/ly15-icon2.png) no-repeat left center;
	font-size: 22px;
	padding-left: 30px;
}

#layout15 .code{
	float: right;
	width: 510px;
}

#layout15 .code li{
	float: left;
	width: 170px;
	text-align: center;
}

#layout15 .code img{
	display: inline-block;
	vertical-align: top;
	width: 123px;
	height: 123px;
}

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

#layout16 .show{
	position: relative;
	margin-top: 30px;
}

#layout16 .show .arrow1,#layout16 .show .arrow2{
	position: absolute;
	width: 24px;
	height: 42px;
	cursor: pointer;
	top: 50%;
	margin-top: -21px;
	filter:alpha(opacity=30);
	opacity:0.3;
}

#layout16 .show .arrow1{
	left: -50px;
	background: url(images/ly16-arrow1.png);
}

#layout16 .show .arrow2{
	right: -50px;
	background: url(images/ly16-arrow2.png);
}

#layout16 .show .arrow1:hover,#layout16 .show .arrow2:hover{
	filter:alpha(opacity=100);
	opacity:1;
}

#layout16 .show ul{
	margin-left: -30px;
}

#layout16 .show li{
	float: left;
	width: 270px;
	height: 220px;
	margin: 0px 0px 0px 30px;
	position: relative;
}

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

#layout16 .show .text{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color:rgba(45,62,79,0.7);
}

#layout16 .show .text,#layout16 .show .text a,#layout16 .show .text a:hover{
	color: #fff !important;
}

#layout16 .show li:hover .text{
	background-color:rgba(45,62,79,1);
}

#layout16 .show .text a{
	display: inline-block;
	vertical-align: top;
	width: 234px;
	height: 197px;
	padding: 23px 18px 0px 18px;
}

#layout16 .show .text h3{
	font-size: 21px;
	line-height: 30px;
	font-weight: normal;
}

#layout16 .show .text p{
	line-height: 20px;
	margin-top: 12px;
}

#layout16 .show .text h4{
	font-size: 18px;
	line-height: 22px;
	margin-top: 8px;
}

#layout16 .show .text h4 span{
	margin-right: 10px;
}

#layout16 .show .text h5{
	font-weight: normal;
	font-size: 14px;
	line-height: 24px;
	margin-top: 15px;
}

#layout16 .show .text h5 span{
	font-size: 22px;
	font-weight: bold;
	color: #fdd000;
}

#layout16 .show .text h5 i{
	font-style: normal;
	font-size: 18px;
}

#layout4 .main .block3{
	margin-top: 15px;
	border-top: 1px solid #ededed;
}

#layout4 .main .block3 li{
	height: 46px;
	line-height: 46px;
	font-size: 22px;
	border-bottom: 1px solid #ededed;
}
.topic1 .more{
	position: absolute;
	left: 800px;
	top: 0px;
	color: #535353;
	font-size: 18px;
}
#layout3 .list li{
	float: left;
	width: 270px;
	height: 207px;
	margin-left: 38px;
	background: #fff;
	border: 1px solid #eee;
	border-bottom: 11px solid #2d3e4f;
	transition: all 0.1s;
}
#layout3 .list h3{
	font-size: 21px;
	line-height: 30px;
	height: 60px;
	font-weight: normal;
}

#layout3 .list h4{
	font-size: 18px;
	line-height: 22px;
	height: 44px;
	color: #2d3e4f;
	margin-top: 8px;
}