/* banner */

.container {
    position: relative;
}

.banner-font {
    position: absolute;
    left: 0;
    top: 0;
}

.carousel-item img {
    width: 100%;
}

.banner .pc .banner-font {
    transition: 0.6s;
    opacity: 0;
    transform: translate3d(10%, -5%, 0);
}

.banner .pc .banner-img {
    transition: 0.6s;
    opacity: 0;
    transform: translate3d(-5%, 10%, 0);
}

.banner .active .pc .banner-font {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.banner .active .pc .banner-img {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.banner-layer {
    position: relative;
    z-index: 10;
	padding: 10px;
    background: #0b3c3e;
}

.layer-ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.layer-ul .layer-li {
    width: 50%;
    padding: 8px 10px 8px;
    text-align: center;
}

.layer-ul .layer-li a {
    display: block;
}

.layer-ul .layer-li i {
    display: block;
}
.layer-ul .layer-li i  img{
	width: 50%;
}

.layer-li-title {
    padding: 5px 0 5px;
    font: 400 16px/24px '微软雅黑';
    color: #fff;
}

.layer-li-p {
    font: 400 12px/18px '微软雅黑';
    color: #b2baba;
}
@media (min-width: 1200px){
	.banner-layer {
	    height: 450px;
	    margin-top: -140px;
	    background: url('../images/banner_layer.png') no-repeat center 0;
	}

	.layer-ul {
	    width: 1200px;
	    margin: 0 auto;
	}

	.layer-ul .layer-li {
	    width: 25%;
	    padding: 0 30px 0;
	}

	.layer-ul .layer-li a {
	    padding-top: 12px;
	    transition: 0.6s;
	}

	.layer-ul .layer-li i img{
		width: auto;
	}

	.layer-li-title {
	    padding: 20px 0 10px;
	    font: 400 21px/24px '微软雅黑';
	}

	.layer-li-p {
	    font: 400 12px/24px '微软雅黑';
	}

	.layer-ul .layer-li a:hover {
	    padding-top: 0;
	}
}


/* 第1部分 */
.part1{
	padding: 10px;
}
.part1-title{
	font: 400 18px/30px '微软雅黑';
	color: #333333;
	text-align: center;
}
.part1-content{
	padding-bottom: 10px;
	text-align: left;
	border-bottom: 1px dashed #666666;
}
.part1-content p{
	font: 400 14px/24px '微软雅黑';
	color: #666666;
}
@media (min-width: 1200px){
	.part1-title{
		padding: 90px 0 30px;
		font: 400 30px/36px '微软雅黑';
	}
	.part1-content{
		padding-bottom: 30px;
	}
	.part1-content p{
		font: 400 16px/30px '微软雅黑';
	}
}


/* 第2部分 */
.part2{
	padding:0 10px 10px;
}

.part2-top-right-title{
	font: 400 18px/30px '微软雅黑';
	color: #666666;
}
.part2-top-right-content{
}
.part2-top-right-content p{
	font: 400 14px/24px '微软雅黑';
	color: #666666;
	text-align: justify;
}
.part2-bottom-left{
	padding-bottom: 5px;
	background: url('../images/part2_left_bg.jpg') no-repeat center 0;
}
.part2-bottom-left-title{
	padding: 10px 0 10px 10px;
	font: 400 18px/30px '微软雅黑';
	color: #fff;
}
.part2-bottom-left-content{
	padding: 0 5px 0;
}

.part2-bottom-left-content li{
	float: left;
	width: 33.3%;
	padding: 5px;
}
.part2-bottom-left-content li a{
	display: block;
	font: 400 18px/36px '微软雅黑';
	color: #fff;
	text-align: center;
	border: 1px solid #fff;
}
.part2-bottom-left-content li a:hover{
	color: #000000;
	background: #fff;
}
.part2-bottom-left-img{
	display: none;
}

.part2-bottom-right img{
	width: 100%;
}
.part2-bottom-right-wrap{
	padding: 10px 0 10px;
}
.part2-bottom-right-title{
	width: 150px;
	margin: 0 0 10px 0;
	font: 400 16px/30px '微软雅黑';
	color: #666666;
	text-align: center;
}
.part2-bottom-right-contnet{
	font: 400 14px/24px '微软雅黑';
	color: #000000;
}
.part2-more a{
	display: block;
	width: 150px;
	margin: 10px 0 0;
	font: 400 16px/30px '微软雅黑';
	color: #666666;
	text-align: center;
	border: 1px solid #666666;
	border-radius: 20px;
}
@media (min-width: 1200px){
	.part2{
		padding: 30px 0 100px;
		background: url('../images/part2_bg.jpg') no-repeat center 0;
	}
	.part2-top-left{
		float: left;
		width: 50%;
	}
	.part2-top-right{
		float: left;
		width: 50%;
		padding: 0 40px;
	}
	.part2-top-right-title{
		padding: 80px 0 20px;
		font: 400 30px/36px '微软雅黑';
	}
	.part2-top-right-content{
		height: 180px;
		overflow: hidden;
	}
	.part2-top-right-content p{
		font: 400 18px/30px '微软雅黑';
	}
	.part2-bottom-left{
		float: left;
		width: 50%;
		background: url('../images/part2_left_bg.jpg') no-repeat center 0;
	}
	.part2-bottom-left-title{
		padding: 80px 0 10px 50px;
		font: 400 30px/36px '微软雅黑';
	}
	.part2-bottom-right-title{
		text-align: left;
	}
	.part2-bottom-left-content{
		padding: 0 40px 206px;
	}
	.part2-bottom-left-content li{
		padding: 10px;
	}
	.part2-bottom-left-content li a{
		font: 400 18px/36px '微软雅黑';
	}
	.part2-bottom-left-content li a:hover{
		color: #000000;
		background: #fff;
	}
	.part2-bottom-left-img{
		display: block;
	}
	.part2-bottom-left-img{
		text-align: right;
	}

	.part2-bottom-right{
		float: left;
		width: 50%;
	}
	.part2-bottom-right-wrap{
		padding: 40px 40px 20px;
	}
	.part2-bottom-right-title{
		margin: 0 0 20px 0;
		font: 400 30px/36px '微软雅黑';

	}

	.part2-bottom-right-contnet{
		font: 400 18px/36px '微软雅黑';
	}
	.part2-more a{
		width: 160px;
		margin: 14px 0 0;
		font: 400 18px/36px '微软雅黑';
		border-radius: 20px;
	}
}



.ad-san{
	text-align: center;
}
.ad{
	padding: 60px 0 30px;
	text-align: center;
	background: url('../images/ad1.jpg') no-repeat center top;
	transition: 5s;
}
.ad p{
	font: 400 18px/36px '微软雅黑';
	color: #fff;
	letter-spacing: 3px;
}
.ad a{
	display: block;
	width: 200px;
	margin: 20px auto 0;
	font: 400 18px/36px '微软雅黑';
	color: #fff;
	border: 1px solid #fff;
	border-radius: 20px;
}
.ad:hover{
	background-position: center bottom;
}

/* 第3部分 */
.part3{
	padding: 10px;
}
.part3-title{
	font: 400 18px/30px '微软雅黑';
	text-align: center;
}
.part3-nav{
	padding: 10px 0;
	text-align: center;
}
.part3-nav ul{
	display: flex;
	justify-content: center;
}
.part3-nav ul li{
	padding: 0 5px;
}
.part3-nav ul li a{
	display: block;
	padding: 0 10px;
	color: #fff;
	font: 400 16px/30px '微软雅黑';
	background: #353535;
}
.part3-nav ul li a:hover{
	background: #bf1a20;
}

.part3-left{
	padding-bottom: 10px;
}
.part3-left .carousel-item img{
	width: 100%;
}
.part3-left .carousel-item p{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 0 0 0 10px;
	font: 400 14px/30px '微软雅黑';
	color: #fff;
	background: rgba(0, 0, 0, 0.5);
}


.part3-right li{
	padding: 10px 0;
	border-bottom: 1px dashed #cccccc;
}
.part3-right li:first-child{
	padding-top: 0;
}
.part3-right li a{
	position: relative;
	display: block;
	padding-left: 80px;
}
.new-li-time{
	position: absolute;
	left: 0;
	top: 0;
	width: 72px;
	height: 72px;
	padding-top: 5px;
	color: #fff;
	text-align: center;
	background: #0d3733;
}
.new-li-time .days{
	display: block;
	font: 400 20px/36px '微软雅黑';
}
.new-li-time .years{
	display: block;
	font: 400 14px/24px '微软雅黑';
}
.new-li-title{
	font: 400 18px/30px '微软雅黑';
	color: #333333;
}
.new-li-p{
	height: 40px;
	overflow: hidden;
	font: 400 14px/20px '微软雅黑';
	color: #999;
}
.part3-right li a:hover .new-li-time{
	background: #bf1a20;
}
.part3-right li a:hover .new-li-title{
	color: #c90404;
}
.part3-more{
	width: 150px;
	margin: 10px auto 0;
}
.part3-more a{
	display: block;
	font: 400 18px/30px '微软雅黑';
	color: #fff;
	text-align: center;
	background: #c90404;
	border-radius: 20px;
}

.part3-banner .carousel-control-prev{
	left: 0;
} 
.part3-banner .carousel-control-next{
	right: 0;
}
.part3-banner a span{
	display: block;
	padding: 20px 6px;
	background: #525252;
}
@media (min-width: 1200px){
	.part3{
		padding: 60px 0;
	}
	.part3-title{
		font: 400 30px/36px '微软雅黑';
	}
	.part3-nav{
		padding: 30px 0;
	}
	.part3-nav ul li{
		padding: 0 15px;
	}
	.part3-nav ul li a{
		padding: 0 30px;
		font: 400 20px/40px '微软雅黑';
	}
	.part3-nav ul li a:hover{
		background: #bf1a20;
	}

	.part3-left{
		float: left;
		width: 498px;
	}
	
	.part3-banner a:hover span{
		background: #bf1a20;
	}

	.part3-right{
		float: right;
		width: 680px;
	}
	.part3-right li{
		padding: 22px 0;
	}
	.part3-right li a:hover .new-li-time{
		background: #bf1a20;
	}
	.part3-right li a:hover .new-li-title{
		color: #c90404;
	}
	.part3-more{
		width: 180px;
		margin: 30px auto 0;
	}
	.part3-more a{
		font: 400 18px/36px '微软雅黑';
	}
}