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

a{
	color:#333;
	transition: color 0.2s;
}

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

input,textarea{
	font-family:"Microsoft Yahei","SimSun";
	outline: none;
}

.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:1440px;
	margin:0px auto;
	overflow: hidden;
}

.w1440{
	width:1440px;
	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%;
}

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

.photo2 p,
.photo2 a,
.photo2:hover p,
.photo2:hover a{
	color: #fff !important;
}

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

.photo2:hover img{
	transform: scale(1.03,1.03);
}

.photo2 em{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background: rgba(20,47,101,0.2);
	transition: opacity 0.2s;
	opacity: 0;
}

.photo2:hover em{
	opacity: 1;
}

#top{
	height: 90px;
	display: flex;
    -ms-flex-align: center;
    align-items: center;
	justify-content: space-between;
}

#top .logo1{
	padding-right: 15px;
}

#top .logo1 img{
	height: 51px;
}

#top .logo2,
#top .logo3{
	transition: transform 0.2s;
}

#top .logo2 img{
	height: 36px;
}

#top .logo3 img{
	height: 38px;
}

#top .logo2:hover,
#top .logo3:hover{
	transform: scale(1.03);
}

#top .search{
	width: 325px;
	height: 38px;
	background: #fff;
	border: 1px solid #ececec;
	border-radius: 3px;
	overflow: hidden;
}

#top .search .text{
	float: left;
	width: 240px;
	height: 38px;
	margin-left: 15px;
	padding: 0px;
	border: none;
	font-size: 14px;
	color: rgba(124,124,124,0.8);
}

#top .search .text::-webkit-input-placeholder{ color: rgba(0,0,0,0.3); }
#top .search .text:-moz-placeholder{ color: rgba(0,0,0,0.3); }
#top .search .text::-moz-placeholder{ color: rgba(0,0,0,0.3); }
#top .search .text:-ms-input-placeholder{ color: rgba(0,0,0,0.3); }

#top .search .sub{
	float: right;
	width: 56px;
	height: 38px;
	background: #ccc url("../images/top-search.png") no-repeat center center;
	background-size: auto 18px;
	cursor: pointer;
	border: none;
	transition: background-size 0.2s;
}

#top .search .sub:hover{
	background-size: auto 22px;
}

#top .lang{
	line-height: 24px;
	font-size: 14px;
}

#top .lang a{
	color: #8f8f8f;
	display: inline-block;
	vertical-align: top;
	min-width: 48px;
	margin: 0px 7px;
}

#top .links{
	line-height: 24px;
	font-size: 14px;
}

#top .links a{
	color: #8f8f8f;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 15px 15px;
	padding-left: 20px;
}

#top .links .icon1{	background-image: url("../images/top-link1.png"); }
#top .links .icon2{	background-image: url("../images/top-link2.png"); }

#top .drop{
	position: relative;
	width: 108px;
	height: 40px;
	border: 1px solid #eee;
	border-radius: 3px;
	box-shadow: 0px 0px 10px #eee inset;
	background-repeat: no-repeat;
	cursor: pointer;
}

#top .drop1{
	background-image: url("../images/top-drop1.png");
	background-size: 26px 26px;
	background-position: 15px center;
}

#top .drop2{
	background-image: url("../images/top-drop2.png");
	background-size: 35px 35px;
	background-position: 11px center;
}

#top .drop span{
	display: inline-block;
	vertical-align: top;
	width: 26px;
	font-size: 13px;
	line-height: 14px;
	color: #000;
	margin: 6px 0px 0px 55px;
}

#top .drop i{
	display: inline-block;
	vertical-align: top;
	width: 0px;
	height: 0px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 6px solid #ccc;
	margin: 17px 0px 0px 10px;
}

#top .drop .box{
	position: absolute;
	width: 410px;
	top: 40px;
	overflow: hidden;
    background: #fff;
	border-radius: 3px;
    border-top: 0px solid #eee;
    box-shadow: 0px 8px 10px #c3c3c3;
	display: none;
    z-index: 99;
}

#top .drop:hover .box{
	display: block;
}

@keyframes drop-open{
	from{ opacity: 0; transform: scale(0.98); }
	to{ opacity: 1; transform: scale(1); }
}
#top .drop:hover .box{
	animation:'drop-open' 0.2s ease-in-out 0s forwards;
	-ms-animation:drop-open 0.2s ease-in-out 0s forwards;
	-moz-animation:drop-open 0.2s ease-in-out 0s forwards;
	-o-animation:'drop-open' 0.2s ease-in-out 0s forwards;
	-webkit-animation:'drop-open' 0.2s ease-in-out 0s forwards;
}

#top .drop1 .box{
	right: 50%;
	margin-right: -196px;
}

#top .drop .part1{
	margin-top: -20px;
	padding: 15px 10px;
}

#top .drop .part1 li{
    float: left;
	width: 100px;
    margin: 20px 15px 0px 15px;
	text-align: center;
	overflow: visible;
}

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

#top .drop .part1 p{
	line-height: 16px;
    height: 16px;
    font-size: 12px;
    margin-top: 5px;
}

#top .drop2 .box{
	right: 0px;
}

#top .drop .part2{
	padding: 15px 10px;
}

#top .drop .part2 li{
    float: left;
    height: 30px;
    line-height: 30px;
    margin: 0px 15px;
    min-width: 100px;
}

#nav{
	position: relative;
	width: calc(1440px - 20px);
	padding: 0px 10px;
	height: 88px;
	background: #ee3542;
	border-radius: 8px;
	display: flex;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
}

#nav .line{
	width: 1px;
	height: 42px;
	background: #f04a55;
}

#nav .row{
	display: flex;
	line-height: 28px;
	height: 28px;
}

#nav .row a{
	cursor: pointer;
	margin: 0px 12px;
}

#nav .row .letter3{
	min-width: 3em;
	text-align-last: justify;
}

#nav .row .drop{
	display: inline-block;
	vertical-align: top;
	margin: 0px 12px;
}

#nav .row .drop label{
	padding-right: 15px;
	background: url("../images/nav-arrow.png") no-repeat right center;
	background-size: 9px auto;
	cursor: pointer;
}

#nav .drop .box{
	position: absolute;
    right: 0px;
    background: #fff;
	border-radius: 3px;
    box-shadow: 0px 8px 10px #c3c3c3;
	display: none;
	z-index: 99;
}

#nav .drop .box ul{
	padding: 15px 10px;
}

#nav .drop1 .box{
	top: 44px;
	width: 280px;
}

#nav .drop2 .box{
	top: 72px;
	width: 100%;
}

#nav .drop:hover .box{
	display: block;
}

#nav .drop li{
	float: left;
	height: 30px;
	line-height: 30px;
	margin: 0px 15px;
	color: #333;
}

#nav .drop li,
#nav .drop li a{
	color: #333;
}

#nav .drop li a:hover{
	color: #ec3046 !important;
}

#nav .drop li a{
	margin: 0;
}

#nav .drop1 li{
	min-width: 100px;
}

#nav .drop:hover .box{
	animation:'drop-open' 0.2s ease-in-out 0s forwards;
	-ms-animation:drop-open 0.2s ease-in-out 0s forwards;
	-moz-animation:drop-open 0.2s ease-in-out 0s forwards;
	-o-animation:'drop-open' 0.2s ease-in-out 0s forwards;
	-webkit-animation:'drop-open' 0.2s ease-in-out 0s forwards;
}

.banner{
	margin-top: 15px;
}

.banner img{
	width: 100%;
	border-radius: 8px;
}

#layout1{
	width: calc(1440px - 2px);
	border: 1px solid #f2f2f2;
	border-radius: 8px;
	margin-top: 15px;
}

#layout1 h2{
	text-align: center;
	font-size: 40px;
	line-height: 52px;
	padding: 17px 20px;
}

#layout1 h2 a{
	color: #ee3542;
}

#layout1 h2 a:hover{
	text-decoration: underline;
}

#layout1 .middle{
	padding: 0px 20px 10px 20px;
}

#layout1 .middle ul{
	margin-left: -98px;
}

#layout1 .middle li{
	float: left;
	min-width: 650px;
	line-height: 30px;
	margin-left: 98px;
	padding: 4px 0px;
}

#layout1 .middle li i{
	display: inline-block;
	vertical-align: top;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #ee3542;
	margin: 12px 6px 0px 0px;
}

#layout1 .middle li a{
	color: #000;
}

#layout1 .bottom{
	height: 44px;
	line-height: 44px;
	border-top: 1px solid #f2f2f2;
}

#layout1 .bottom span{
	float: left;
	padding: 0px 20px;
	font-weight: bold;
}

#layout1 .bottom .list{
	float: right;
	width: 1298px;
	margin-right: 20px;
	overflow: hidden;
	white-space: nowrap;
}

#layout1 .bottom .list li{
	display: inline-block;
	vertical-align: top;
	margin-right: 30px;
}

#layout1 .bottom .list li i{
	display: inline-block;
	vertical-align: top;
	width: 6px;
	height: 6px;
	margin: 19px 7px 0px 0px;
	border-radius: 50%;
	background: #ccc;
}

#layout2{
	background: #f5f1f0;
	border-radius: 8px;
	margin-top: 15px;
	position: relative;
}

#layout2 .line{
	position: absolute;
	width: 1px;
	height: 100%;
	left: 60px;
	top: 0px;
	background: #ebe8e7;
}

#layout2 .title{
	float: left;
	width: 30px;
	text-align: center;
	margin: 28px 0px 0px 19px;
}

#layout2 .title span{
	display: inline-block;
	vertical-align: top;
	font-size: 22px;
	line-height: 22px;
	font-weight: bold;
}

#layout2 .title span,
#layout2 .title span a{
	color: #e60012;
}

#layout2 .title .more{
	display: inline-block;
	vertical-align: top;
	width: 11px;
	height: 9px;
	background: url("../images/ly2-more.png");
	background-size: 100% 100%;
	margin-top: 8px;
	transition: transform 0.2s;
}

#layout2 .title .more:hover{
	transform: scale(1.15);
}

#layout2 .main{
	float: right;
	margin-right: 20px;
	width: 1329px;
	height: 125px;
	padding: 25px 0px;
	position: relative;
}

#layout2 .main .arrow1,
#layout2 .main .arrow2{
	position: absolute;
	width: 36px;
	height: 60px;
	top: 50%;
	margin-top: -30px;
	cursor: pointer;
	background-size: 14px 28px;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: rgba(255,255,255,0.8);
	transition: all 0.2s;
	opacity: 0;
}

#layout2 .main .arrow1{
	left: 0px;
	background-image: url("../images/arrow1.png");
	border-radius: 4px 8px 8px 4px;
}

#layout2 .main .arrow2{
	right: 0px;
	background-image: url("../images/arrow2.png");
	border-radius: 8px 4px 4px 8px;
}

#layout2:hover .main .arrow1,
#layout2:hover .main .arrow2{
	opacity: 1;
}

#layout2 .main .arrow1:hover,
#layout2 .main .arrow2:hover{
	background-color: rgba(255,255,255,1);
}

#layout2 .main .list{
	width: 100%;
	height: 100%;
}

#layout2 .main ul{
	margin-left: -9px;
}

#layout2 .main li{
	float: left;
	margin: 0px 0px 0px 9px !important;
	width: 214px !important;
	height: 125px;
	border-radius: 8px;
	transition: transform 0.5s;
}

#layout2 .main li:hover{
	transform: scale(1.03);
}

#layout2 .main li em{
	position: absolute;
    width: 100%;
    height: 46px;
    left: 0px;
    bottom: -46px;
    background: url(../images/shadow2.png);
    background-size: auto 100%;
	transition: all 0.2s;
}

#layout2 .main li p{
	position: absolute;
    width: calc(100% - 24px);
    line-height: 20px;
    left: 12px;
    bottom: 5px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
	color: #fff;
	transition: all 0.2s;
	opacity: 0;
}

#layout2 .main li:hover em{
	bottom: 0px;
}

#layout2 .main li:hover p{
	opacity: 1;
}

#layout3{
	margin-top: 15px;
}

#layout3 .headline{
	padding: 25px 0px 32px 0px;
}

#layout3 .headline h2{
	float: left;
	width: calc(100% - 36px);
	text-align: center;
	font-size: 40px;
	line-height: 52px;
}

#layout3 .headline h2 a{
	color: #142f65;
}

#layout3 .headline .more{
	float: right;
	background: #142f65;
	border-radius: 3px;
	margin: 8px 0px;
	width: 36px;
	height: 36px;
	font-size: 14px;
	line-height: 14px;
	color: rgba(255,255,255,0.8);
	transition: color 0.2s;
	display: flex;
	align-items: center;
	text-align: center;
}

#layout3 .headline .more:hover{
	color: rgba(255,255,255,1) !important;
}

#layout3 .left{
	width: 855px;
}

#layout3 .right{
	width: 550px;
	margin-top: -27px;
}

#layout3 .focus{
	height: 430px;
	border-radius: 8px;
}

#layout3 .focus p{
	position: absolute;
	left: 25px;
	bottom: 15px;
	font-size: 22px;
	line-height: 26px;
	max-width: calc(100% - 130px);
	white-space: nowrap;
	text-overflow: ellipsis;
	z-index: 9;
}

#layout3 .focus .point{
	position: absolute;
	right: 18px;
	bottom: 24px;
	height: 8px;
	z-index: 9;
}

#layout3 .focus .point span{
	float: left;
	width: 8px;
	height: 8px;
	border-radius: 4px;
	cursor: pointer;
	margin-left: 4px;
	background: #fff;
	transition: transform 0.2s;
}

#layout3 .focus .point span:hover{
	transform: scale(1.2);
}

#layout3 .focus .point .current{
	width: 18px;
	transform: scale(1) !important;
}

#layout3 .focus .arrow3,
#layout3 .focus .arrow4{
	position: absolute;
	width: 51px;
	height: 74px;
	top: 50%;
	margin-top: -37px;
	cursor: pointer;
	background-color: rgba(0,0,0,0.1);
	background-size: 18px 36px;
	background-repeat: no-repeat;
	background-position: center center;
	opacity: 0;
	transition: all 0.2s;
}

#layout3 .focus .arrow3{
	left: 0px;
	background-image: url("../images/arrow3.png");
	border-radius: 0px 8px 8px 0px;
}

#layout3 .focus .arrow4{
	right: 0px;
	background-image: url("../images/arrow4.png");
	border-radius: 8px 0px 0px 8px;
}

#layout3 .focus:hover .arrow3,
#layout3 .focus:hover .arrow4{
	opacity: 1;
}

#layout3 .focus .arrow3:hover,
#layout3 .focus .arrow4:hover{
	background-color: rgba(0,0,0,0.3);
}

#layout3 .focus .shadow{
	position: absolute;
	width: 100%;
	height: 88px;
	left: 0px;
	bottom: 0px;
	background: url("../images/shadow1.png") repeat-x center bottom;
	background-size: auto 100%;
}

#layout3 .focus:hover img{
	transform: scale(1);
}

#layout3 .list1 ul{
	margin-left: -7px;
}

#layout3 .list1 li{
	float: left;
	width: 280px;
	margin: 16px 0px 0px 7px;
	border-radius: 8px;
	background: #f6f6f6;
	padding-bottom: 13px;
}

#layout3 .list1 .photo2{
	height: 160px;
	border-radius: 8px;
}

#layout3 .list1 .play{
	position: absolute;
	width: 30px;
	height: 30px;
	left: 15px;
	bottom: 15px;
	background: url("../images/play.png");
	background-size: 100% 100%;
}

#layout3 .list1 p{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 44px;
	line-height: 22px;
	padding: 0px 15px;
	margin-top: 13px;
}

#layout3 .list2{
	margin-top: 20px;
}

#layout3 .list2 h3{
	font-size: 18px;
	line-height: 34px;
	height: 34px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#layout3 .list2 h3 a{
	margin-right: 12px;
}

#layout3 .list2 ul{
	margin-top: 5px;
}

#layout3 .list2 li{
	font-size: 18px;
	line-height: 34px;
	height: 34px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#layout3 .list2 li a{
	margin-right: 6px;
}

#layout3 .list2 span{
	display: inline-block;
	vertical-align: top;
	background: #162f63;
	border-radius: 3px;
	height: 20px;
	line-height: 20px;
	margin: 7px 9px 0px 0px;
	font-size: 14px;
	color: #fff;
	padding: 0px 7px;
	font-weight: normal;
}

#layout3 .list3{
	margin-top: 22px;
	border-radius: 8px;
	border: 1px solid #f2f2f2;
	overflow: hidden;
}

#layout3 .list3 .title{
	height: 46px;
	line-height: 46px;
	padding: 0px 15px 0px 15px;
}

#layout3 .list3 .title .tag{
	float: left;
	width: 68px;
	height: 28px;
	position: relative;
	margin: 9px 25px 0px 0px;
	line-height: 28px;
}

#layout3 .list3 .title .color1{
	position: absolute;
	width: 66px;
	height: 27px;
	right: 0px;
	bottom: 0px;
	transform: skewX(-10deg);
	border-radius: 8px 3px 8px 3px;
}

#layout3 .list3 .title .color2{
	position: absolute;
	width: 13px;
	height: 13px;
	left: 0px;
	top: 0px;
	transform: skewX(-10deg);
	border-radius: 1px;
}

#layout3 .list3 .title .tag label{
	position: relative;
	font-size: 19px;
	font-weight: bold;
	display: inline-block;
	vertical-align: top;
	padding-left: 18px;
}

#layout3 .list3 .title span{
	float: left;
	font-size: 22px;
	font-weight: bold;
	max-width: 280px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

#layout3 .list3 .title .more{
	float: right;
	font-size: 14px;
	color: rgba(255,255,255,0.5);
}

#layout3 .list3 ul{
	padding: 17px 15px;
}

#layout3 .list3 li{
	height: 34px;
	line-height: 34px;
	font-size: 18px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#layout3 .ad{
	margin-top: 28px;
	height: 80px;
}

#layout3 .ad img{
	width: 100%;
	height: 100%;
	border-radius: 8px;
}

.title1{
	border-bottom: 2px solid #f5f5f5;
	height: 34px;
	line-height: 34px;
	margin-bottom: 1px;
}

.title1 span{
	float: left;
	font-size: 22px;
	font-weight: bold;
	border-bottom: 2px solid #ec3046;
	padding: 0px 2px;
	position: relative;
}

.title1 label{
	float: left;
	font-size: 22px;
	padding: 0px 2px;
	border-bottom: 2px solid #f5f5f5;
	margin-right: 30px;
	transition: background 0.2s;
}

.title1 label.current{
	font-weight: bold;
	border-bottom-color: #ec3046;
}

.title1 label.tag1{
	background: url("../images/title-tag1a.png") no-repeat 2px center;
	background-size: 30px 23px;
	padding-left: 40px;
}

.title1 label.tag2{
	background: url("../images/title-tag2a.png") no-repeat 5px center;
	background-size: 24px 21px;
	padding-left: 40px;
}

.title1 label.current.tag1,
.title1 label:hover.tag1{
	background-image: url("../images/title-tag1b.png");
}

.title1 label.current.tag2,
.title1 label:hover.tag2{
	background-image: url("../images/title-tag2b.png");
}

.title1 label.current.tag1,
.title1 label.current.tag1 a,
.title1 label.current.tag2,
.title1 label.current.tag2 a{
	color: #ec3046;
}

.title1 .more{
	float: right;
	width: 30px;
	height: 6px;
	margin-top: 14px;
	background: url("../images/more.png");
	background-size: 100% 100%;
	transition: background 0.2s;
}

.title1 .more:hover{
	background-image: url("../images/more2.png");
}

.title1 .tag{
	float: left;
	margin-top: 6px;
	width: 108px;
	height: 18px;
}

.title1 .tag img{
	width: 100%;
	height: 100%;
}

.title1 .links{
	float: right;
	margin-right: 35px;
	font-size: 18px;
}

.title1 .links a{
	float: left;
	margin-right: 32px;
}

#layout4{
	margin-top: 35px;
	overflow: hidden;
}

#layout4 .left{
	width: 855px;
	margin-top: -30px;
}

#layout4 .left .col-left{
	float: left;
	width: 410px;
}

#layout4 .left .col-right{
	float: right;
	width: 410px;
}

#layout4 .right{
	width: 550px;
	margin-top: -30px;
}

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

#layout4 .right .block .title1 label{
	font-weight: bold;
}

#layout4 .right .block .title1 label.current,
#layout4 .right .block .title1 label.current a{
	color: #ec3046;
}

#layout4 .hot1{
	background: #f8f8f8;
	border-radius: 8px;
	overflow: hidden;
	height: 130px;
	margin-top: 29px;
}

#layout4 .hot1 .photo2{
	float: left;
	width: 225px;
	height: 130px;
}

#layout4 .hot1 .photo2 i{
	position: absolute;
	width: 76px;
	height: 55px;
	left: 2px;
	top: 18px;
	background: url("../images/famous-tag.png");
	background-size: 100% 100%;
}

#layout4 .hot1 .text{
	float: right;
	width: 155px;
	height: 130px;
	margin-right: 15px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

#layout4 .hot1 .text h3{
	font-size: 16px;
	line-height: 22px;
	max-height: 88px;
	font-weight: normal;
}

#layout4 .hot1 .text p{
	font-size: 14px;
	line-height: 20px;
	height: 20px;
	color: #a8a8a8;
	margin-top: 5px;
}

#layout4 .list1{
	margin-top: 12px;
}

#layout4 .list1 li{
	height: 40px;
    line-height: 40px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#layout4 .list1 li i{
	display: inline-block;
	vertical-align: top;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #d6d6d6;
	margin: 17px 7px 0px 0px;
}

#layout4 .list2{
	margin-left: -9px;
}

#layout4 .list2 li{
	float: left;
	width: 279px;
	border-radius: 8px;
	margin: 27px 0px 0px 9px;
	padding-bottom: 11px;
	background: #f2f2f2;
}

#layout4 .list2 .photo2{
	height: 163px;
	border-radius: 8px;
}

#layout4 .list2 .photo2 span{
	position: absolute;
	right: 0px;
	bottom: 0px;
	background: #ee3542;
	border-radius: 8px 0px 8px 0px;
	font-size: 12px;
	height: 24px;
	line-height: 24px;
	padding: 0px 10px;
}

#layout4 .list2 p{
    display: flex;
    align-items: center;
    justify-content: center;
	font-size: 14px;
    height: 40px;
    line-height: 20px;
    padding: 0px 15px;
    margin-top: 11px;
}

#layout4 .list3{
	margin-left: -9px;
}

#layout4 .list3 li{
	float: left;
	width: 279px;
	height: 163px;
	border-radius: 8px;
	margin: 27px 0px 0px 9px;
}

#layout4 .list3 .shadow{
	position: absolute;
	width: 100%;
	height: 66px;
	left: 0px;
	bottom: 0px;
	background: url("../images/shadow2.png");
	background-size: auto 100%;
}

#layout4 .list3 p{
	position: absolute;
    width: calc(100% - 24px);
    line-height: 20px;
    left: 12px;
    bottom: 5px;
	font-size: 14px;
    display: flex;
	align-items: center;
	justify-content: center;
}

#layout4 .list4 li{
	margin-top: 30px;
}

#layout4 .list4 .text{
	float: left;
	width: 390px;
}

#layout4 .list4 .text h4{
	font-size: 18px;
	line-height: 30px;
	height: 60px;
}

#layout4 .list4 .text p{
	font-size: 14px;
    line-height: 20px;
    height: 20px;
    color: #a8a8a8;
    margin-top: 5px;
}

#layout4 .list4 .text p span{
	margin-right: 15px;
}

#layout4 .list4 .photo2{
	float: right;
	width: 135px;
	height: 85px;
	border-radius: 4px;
}

#layout5{
	margin-top: 35px;
}

#layout5 .list{
	float: right;
	width: 830px;
	height: 342px;
	margin-top: 29px;
	overflow: hidden;
}

#layout5 .list ul{
	margin-left: -10px;
}

#layout5 .list li{
	float: left;
	width: 200px;
	height: 342px;
	border-radius: 8px;
	margin-left: 10px;
	position: relative;
}

#layout5 .list .photo2{
	height: 342px;
	border-radius: 8px 8px 0px 0px;
}

#layout5 .list i{
	position: absolute;
	width: 30px;
	height: 30px;
	left: 13px;
	bottom: 13px;
	background: url("../images/play.png");
	background-size: 100% 100%;
	transition: all 0.2s;
}

#layout5 .list p{
	position: absolute;
	width: calc(100% - 24px);
	line-height: 20px;
	height: 60px;
	left: 12px;
	bottom: 5px;
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	z-index: 9;
	opacity: 0;
	transition: all 0.2s;
}

#layout5 .list .shadow{
	position: absolute;
	width: 100%;
	height: 130px;
	left: 0px;
	bottom: -130px;
	background: url("../images/shadow5.png") repeat-x center bottom;
	background-size: auto 100%;
	transition: all 0.2s;
}

#layout5 .list li:hover p{
	opacity: 1;
}

#layout5 .list li:hover .shadow{
	bottom: 0px;
}

#layout5 .list li:hover i{
	bottom: 73px;
}

#layout5 .focus{
	float: left;
	width: 588px;
	height: 342px;
	border-radius: 8px;
	position: relative;
	overflow: hidden;
	margin-top: 29px;
}

#layout5 .focus .photo2{
	height: 309px;
	border-radius: 8px 8px 0px 0px;
}

#layout5 .focus .photo2 i{
	position: absolute;
	width: 93px;
	height: 93px;
	left: 50%;
	top: 50%;
	margin: -46px 0px 0px -46px;
	background: url("../images/play.png");
	background-size: 100% 100%;
}

#layout5 .focus p{
	position: absolute;
	width: calc(100% - 80px);
	height: 24px;
	line-height: 24px;
	left: 40px;
	bottom: 18px;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
	color: #fff;
	z-index: 9;
}

#layout5 .focus .shadow{
	position: absolute;
	width: 100%;
	height: 160px;
	left: 0px;
	bottom: 0px;
	background: url("../images/shadow4.png") repeat-x center bottom;
	background-size: auto 100%;
}

#layout5 .focus .arrow5,
#layout5 .focus .arrow6{
	position: absolute;
	width: 11px;
	height: 22px;
	bottom: 18px;
	cursor: pointer;
	background-size: 100% 100%;
	transition: transform 0.2s;
}

#layout5 .focus .arrow5{
	left: 15px;
	background-image: url("../images/arrow5.png");
}

#layout5 .focus .arrow6{
	right: 15px;
	background-image: url("../images/arrow6.png");
}

#layout5 .focus .arrow5:hover,
#layout5 .focus .arrow6:hover{
	transform: scale(1.2);
}

#layout6{
	margin-top: 5px;
}

#layout6 .box{
	margin-left: -37px;
}

#layout6 .block{
	float: left;
	width: 455px;
	margin: 30px 0px 0px 37px;
}

#layout6 .block .photo2{
	height: 265px;
	border-radius: 8px;
	margin-top: 29px;
}

#layout6 .block .photo2 .shadow{
	position: absolute;
	width: 100%;
	height: 139px;
	left: 0px;
	bottom: 0px;
	background: url("../images/shadow3.png") repeat-x center bottom;
	background-size: auto 100%;
}

#layout6 .block .photo2 p{
	position: absolute;
	width: calc(100% - 30px);
	height: 24px;
	line-height: 24px;
	left: 15px;
	bottom: 8px;
	text-align: center;
	text-overflow:ellipsis;
	white-space:nowrap;
}

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

#layout6 .block li{
	height: 40px;
	line-height: 40px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#layout6 .block li i{
	display: inline-block;
    vertical-align: top;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #d6d6d6;
    margin: 17px 7px 0px 0px;
}

#layout7{
	border: 1px solid #e6e6e6;
	margin-top: 50px;
}

#layout7 .title{
	border-bottom: 1px solid #e6e6e6;
	height: 40px;
	line-height: 40px;
}

#layout7 .title span{
	float: left;
	font-weight: bold;
	padding: 0px 30px;
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #fff;
}

#layout7 .box{
	padding: 10px 15px;
}

#layout7 .box ul{
	overflow-y: auto;
	max-height: 160px;
}

#layout7 .box li{
	float: left;
    height: 32px;
    line-height: 32px;
    margin: 0px 7px;
}

#footer{
	text-align: center;
	margin-top: 40px;
}

#footer .row1{
	padding: 50px 0px;
	background: #f5f5f7;
	color: #949494;
	font-size: 14px;
	line-height: 30px;
}

#footer .row1 a{
	color: #949494;
}

#footer .row1 .icon{
	margin-top: 30px;
}

#footer .row1 .icon img{
	display: inline-block;
	vertical-align: top;
	height: 50px;
	margin: 0px 6px;
}

#footer .row2{
	background: #e60012;
	line-height: 30px;
	padding: 12px 0px;
}

#footer .row2 i{
	font-style: normal;
	margin: 0px 15px;
}

#footer .row2 a{
	transition: all 0.2s;
}

#footer .row2 a:hover{
	font-weight: bold;
	color: #fff !important;
}
