section.container,
section.lists{
	background: #fff;
	overflow: hidden;
	padding:0 15px;
}

section.sub-nav{
	margin: 60px 0;
    text-align: center;
    overflow: hidden;
}
section.sub-nav a.active {
    border: #ff545c 1px solid;
    background: #ff545c;
}
section.sub-nav a {
    display: inline-block;
    width: 157px;
    height: 58px;
    line-height: 58px;
    text-align: center;
    color: #fff;
    background: #c7c7c7;
    margin: 0 5px;
    font-size: 16px;
    font-weight: bold;
}
section.container div.item > div.layui-row{
	background: #f7f7f7;
}
section.container div.item > div.layui-row h3 a,section.lists li div.wrap div.txt h3 a{color: #ff5460;}
section.container div.item a.thumb{
	display:block;
	padding-top: 66.44%;
	position:relative;
	overflow:hidden;
}
section.container div.item a.thumb span{
	display:block;
	width:100%;
	height: 100%;
	position:absolute;
	left:0;
	top:0;
	background: no-repeat center / cover;
	-webkit-transition: all .8s;
	-o-transition: all .8s;
	transition: all .8s;
}
section.container div.item:hover a.thumb span{
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
section.container div.item div.txt{
	padding: 35px 50px;
	overflow: hidden;
}
section.container div.item div.txt h3{
    height: 36px;
    line-height: 36px;
    margin-top: 30px;
margin-bottom: 25px;
    font-size: 24px;
    font-weight: bold;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
section.container div.item div.txt p{
	margin:0 15px;
	font-size: 14px;
    line-height: 32px;
     
}
section.container div.item div.txt > a{
	color: #ff5460;
	display: inline-block;
	margin: 50px 0 0 15px;
}
section.lists{
	padding:15px;
}
section.lists li {
	position:relative;
	overflow: hidden;
}
section.lists li a.thumb{
	display:block;
	height: 0;
	padding-top: 132.88%;
	position:relative;
	overflow:hidden;
}
section.lists li a.thumb span{
	display:block;
	width:100%;
	height: 100%;
	background: no-repeat center / cover;
	position:absolute;
	left:0;
	top:0;
	-webkit-transition: all .8s;
	-o-transition: all .8s;
	transition: all .8s;
}
section.lists li:hover a.thumb span{
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
section.lists li div.wrap{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height: 100%;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	    background: rgba(255, 255, 255, 0.9);
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
section.lists li:hover div.wrap{
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}
section.lists li div.wrap h3{
	display: block;
    line-height: 40px;
margin-bottom: 15px;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
}
section.lists li div.wrap p{
	line-height: 25px;
    color: #333;
    font-size: 12px;
}
section.lists li div.wrap .more {
    position: relative;
    height: 60px;
    line-height: 60px;
    font-size: 12px;
	color: #ff545c;
}
section.lists li div.wrap div.txt{
	position:absolute;
	left:50%;
	top:50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

section.lists a.go {
    text-align: center;
    width: 150px;
    height: 52px;
    border: #ff545c 1px solid;
    line-height: 52px;
    font-size: 14px;
    display: block;
    overflow: hidden;
    color: #ff545c;
    margin: 80px auto;
}

section.info{
	margin: 150px 30px 30px;
	background: #fff;
	position:relative;
	z-index: 1;
	padding: 50px 100px 70px 50px;
}
section.info div.left{
	width:30%;
	min-width: 240px;
	max-width: 500px;
	height:0;
	padding-top: 39.864%;
	position:relative;
	margin:0 30px 10px 0;
	overflow: hidden;
}
section.info div.left span.thumb{
	display: block;
	width: 100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	background: no-repeat center / cover;
	-webkit-transition: all .8s;
	-o-transition: all .8s;
	transition: all .8s;
}
section.info:hover div.left span.thumb{
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}

section.info div.right h1{
	font-size: 36px;
    color: #ff545c;
    font-weight: bold;
    overflow: hidden;
    margin: 20px 0 50px;
}
section.info div.right div.wrap{
	float: left;
	width: calc(70% - 30px);
	margin-bottom: 30px;
}
section.info div.right div.wrap p{
	width: 50%;
    float: left;
    height: 40px;
    line-height: 40px;
    color: #969595 !important;
}
section.info div.right div.desc h3{
	font-size: 18px;
    font-weight: bold;
    color: #969595;
}
section.info div.right div.desc p{
	font-size: 14px;
    color: #969595;
    line-height: 32px;
}

section.mainVideo{
	overflow: hidden;
    position: relative;
    margin: 50px 30px;
	background: #3d3d3d;
}
section.mainVideo a{
	display: block;
	height:0;
	padding-top:39.23%;
	position:relative;
	overflow: hidden;
}
section.mainVideo a span.thumb{
	display: block;
	width: 100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	background: no-repeat center / cover;
	-webkit-transition: all .8s;
	-o-transition: all .8s;
	transition: all .8s;
}
section.mainVideo a:hover span.thumb{
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
section.mainVideo a.m-video:after,
section.mainVideo a.m-video1:after,
section.making ul.list li a.m-video:after{
	content:'';
	width:50px;
	height:50px;
	display: block;
	position:absolute;
	left:50%;
	top:50%;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEkAAABJBAMAAACDXRbvAAAAA3NCSVQICAjb4U/gAAAAMFBMVEX///////////////////////////////////////////////////////////////9Or7hAAAAAEHRSTlMAESIzRFVmd4iZqrvM3e7/dpUBFQAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAJRSURBVEiJjZZNSBtBFIDfRmNsGkwuPRR0CQgtpVTSHjx5yD0o8dSDCEt7EqVIIAcpiOeebA8pSBHxZKGUUkm9iZBe9CAo9W5KaGwt1JtRa5774+78vVnmQXZnXr6dmTfz3psHIMjom/1/3b8bLyFGHnzerT7LWcPPP/x5oYVmf0+GzXurdZqxFoU/pto5ilp8J/YftQlo/KusefxDge4fqR9Ov5UUiT1iFdanvKiYmCcWAamW0E22KMj92OF7rwo01fOLH+onDQE8KXMDa4ZyrWpRTXVl+bA16OipvoOwtaKHAD7evnsP4qihYvDOlOOo5E7wfs1U/YSxW/7T4jYre65SI/4Jp9aYJoOqa6T9I7YLPIXrMtXT9J6zIFCoeMc371GXqGvZ5Cn3l2hKFF7mRcp2+33LMoUdkbrjruFuWaEkQ5NfAAZyKoVCWFjHAGNAUF2H1zYAZigKr/ijqgG8JynscAtZELeLo5CLi5I/KUnhZqR1l97UUcxQO46KDHWpMy0VGZqNpfA8ovQzYrcSzXiop8Ll2zE7gd+5ndDtKrK0WtKeEF6wI1rQnTb+LzJtTeM5ous0NF4ouKHnhZRHM/M88TyaiA4pPLzoUCNNdNQg0pSoxWtHgPyoVTIALolQkAGkbML5aCBBNhEzk5qagszEZ7mMHP0QZjk+Yw5cqSlz63YAtq9pR4HC7GuWyc1uBRhS54mE3TBmt5XZzWd4i5rdyIa3u1mlYFh1mFUwhtWQYWWlVGknZJUGMGdQ8bnycHu3+tSvHk8rWgjMKlGt3AAgAYZA9wP9SgAAAABJRU5ErkJggg==') no-repeat center / 100%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 2;
}

section.making {
	background: #fff;
	padding:50px 30px;
	overflow: hidden;
}
section.making div.top{
    line-height: 30px;
    font-size: 24px;
     
    font-weight: bold;
    width: 100%;
    text-align: center;
    margin: 30px auto;
    overflow: hidden;
}
section.making div.top span{
	display: block;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #8d8d8d;
    font-weight: 500;
}
section.making ul.list{
	margin: 20px auto;
    overflow: hidden;
    padding-bottom: 80px;
}
section.making ul.list li a{
	display:block;
	height:0;
	padding-top:69.25%;
	position:relative;
	overflow: hidden;
}
section.making ul.list li a span.thumb{
	display:block;
	width:100%;
	height: 100%;
	background: no-repeat center / cover;
	position:absolute;
	left:0;
	top:0;
	-webkit-transition: all .8s;
	-o-transition: all .8s;
	transition: all .8s;
}
section.making ul.list li:hover a span.thumb{
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}


@media screen and (min-width:1720px){
	section.info,
	section.mainVideo,
	section.making > div.w1720{
		margin-left:auto;
		margin-right:auto;
	}
}
@media screen and (max-width:991px) {
	section.container div.item {
		padding:0;
		margin-bottom: 15px;
	}
	section.container div.item div.txt h3{
		margin-top: 0;
		font-size: 20px;
	}

	section.lists li div.wrap{
		position:initial;
		opacity: 1;
		filter: alpha(opacity=100);
		background: none;
		-webkit-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}
	section.lists li div.wrap div.txt{
		position:initial;
padding:15px;
		-webkit-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}

	section.info div.left{
		width: 100%;
		max-width: initial;
		margin: 0 0 15px;
	}
	section.info div.right div.wrap{
		float: none;
		width: 100%;
		overflow: hidden;
	}
	section.info div.right h1{
		margin: 10px 0;
    	font-size: 24px;
	}

}
@media screen and (max-width:767px) {
	section.container, section.lists{
		padding:0 5%;
	}
	section.sub-nav{
		margin:20px auto;
	}
	section.sub-nav a{
		font-size: 14px;
		width: 40%;
	    height: 32px;
	    line-height: 32px;
	}
section.container div.item div.txt > a{
margin-top: 30px;
}

	section.container div.item div.txt{
		        padding: 20px 30px 40px 30px;
	}
	section.container div.item div.txt h3{
		font-size: 16px;
		height: 28px;
    	line-height: 28px;
	}
	section.container div.item div.txt p{
		margin:0;
		font-size: 12px;
	}
	section.container div.item div.txt > a{
		margin-left: 0;
		font-size: 12px;
	}
	section.lists ul{
		margin:-5px;
	}
	section.lists li{
		padding:5px;
	}
	section.lists li div.wrap h3{
		font-size: 14px;
		line-height: 36x;
margin-bottom: 0;
	}
	section.lists li div.wrap p{
		line-height: 20px;
	}
	section.lists li div.wrap .more{
		line-height: 43px;
	}
	section.lists a.go{
		margin:20px auto;
		height: 36px;
		line-height: 36px;
		width:100px;
	}


	section.info{
		margin:70px 10px 10px;
		padding: 5% 8%;
	}
	section.info div.left{
		padding-top: 60%;
	}
	section.info div.right h1{
		font-size: 18px;
		margin:0 0 10px;
	}
	section.info div.right div.wrap{
		margin-bottom: 15px;
	}
	section.info div.right div.wrap p{
		height: auto;
		line-height: 24px;
		font-size: 12px;
	}
	section.info div.right div.desc h3{
		font-size: 16px;
	}
	section.info div.right div.desc p{
		font-size: 12px;
		line-height: 24px;
	}
	section.mainVideo{
		margin:10px;
	}
	section.mainVideo a.m-video:after,
	section.making ul.list li a.m-video span.thumb:after{
		width:40px;
		height: 40px;
	}
	section.making{
		padding:20px 10px;
	}

	section.making div.top{
		margin:10px auto;
		font-size: 16px;
	}
	section.making div.top span{
		font-size: 14px;
	}
	section.making ul.list{
		margin:10px auto;
		padding:0;
	}
	section.making ul.list li{
		padding:5px;
	}

}
@media screen and (max-width:639px) {

}
@media screen and (max-width:479px) {

}