@charset "UTF-8";

html,
body,
.banner,
.banner .slick,
.banner .slick div,
.banner .slick-slide a,
.banner .slick-slide a img {
    width: 100%;
}

body {
    overflow-x: hidden;
}

.banner {
    /* position: relative; */
    /* z-index: 9; */
    overflow: hidden;
}

.banner a {
    display: block;
}

.banner>img {
    display: block;
    width: 100%;
}

.banner .slick {
    position: relative;
    z-index: 9;
}

.banner .slick-slide a {
    display: block;
    position: relative;
}

.banner .slick-slide a img {
    display: block;
    width: 100%;
}

.banner .slick-slide a p {
    position: absolute;
    z-index: 9;
    color: #fff;
    left: 0;
    right: 0;
    bottom: 35px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    font-size: 30px;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 100px;
}

.banner .slick-slide a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
   
    background-position: center top;
}

.banner .slick-dots {
    bottom: 32px;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    font-size: 0;
    max-width: 1200px;
}

.banner .slick-dots li {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
}

.banner .slick-dots li.slick-active {
    background: #fff;
}






.index {
    position: static;
    top: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 99;
}

.tit {
    text-align: center;
    position: relative;
    height: 40px;
    line-height: 40px;
    margin-top: 10px;
}
.tit h2{
	float: left;
	font-size: 18px;
	font-weight: bold;
	padding-left: 40px;
	position: relative;
}
.tit h2::after {
    content: "";
    position: absolute;
    left: 20px;
    width: 5px;
    height: 20px;
    background: #862019;
    top: 50%;
    transform: translateY(-50%);
}

.more a {
	float: right;
    display: inline-block;
    width: 10px;
    height: 40px;
    background: url(/img/more1.png) no-repeat center;
    margin-right: 20px;
}

.more a:hover {
    background: url(/img/more2.png) no-repeat center;
}

.section1{
	margin-top: 40px;
}
.s1-l {
    float: left;
    width: 473px;
    margin-right: 22px;
}

.s1-l ul li a {
    display: block;
    position: relative;
}

.s1-l ul li a:hover .s1-linfo p {
	
}

.s1-l ul li a .pic {
    padding-top: 80%;
}

.s1-linfo {
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.s1-l .slick-prev,
.s1-l .slick-next {
    width: 40px;
    height: 68px;
    z-index: 9;
}

.s1-l .slick-prev {
    background: rgba(0, 0, 0, .64) url(../images/s1-l.png) no-repeat;
    background-position: center center;
}

.s1-l .slick-next {
    background: rgba(0, 0, 0, .64) url(../images/s1-r.png) no-repeat;
    background-position: center center;
}

.s1-linfo p {
    font-size: 16px;
    color: #fff;
    overflow: hidden;
    padding-right: 115px;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 45px;
    padding-left: 15px;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(134, 32, 25, .9);
}

.s1-l .slick-dots {
    bottom: 17.5px;
    text-align: center;
    right: 15px;
    width: auto;
    font-size: 0;
}

.s1-l .slick-dots li {
    width: 10px;
    height: 10px;
    background: #fff;
    border: 1px solid #a0a0a0;
    margin-left: 10px;
    transition: all 0.3s;
    position: relative;
    border-radius: 50%;
}
.s1-l .slick-dots li:after{
	content: "";
	position: absolute;
	left:-5px;
	top: -5px;
	width: 16px;
	height: 16px;
	background: none;
	border: 1px solid #fff;
	border-radius: 50%;
	display: none;
}
.s1-l .slick-dots li.slick-active {
    background: #fff;
    border-color: #fff;
}
.s1-l .slick-dots li.slick-active:after{
	display: block;
}

.s1-r {
    overflow: hidden;
}
.s1r-gg{
	float: left;
	width: 48%;
	margin-left: 4%;
	border-top: 4px solid #862019;
	background-image: -moz-linear-gradient( 90deg, rgb(254,239,239) 0%, rgb(255,255,255) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(254,239,239) 0%, rgb(255,255,255) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(254,239,239) 0%, rgb(255,255,255) 100%);
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
}
.s1r-gg:first-child{
	margin-left: 0;
}

.s1r-gg ul{
	padding: 0px 20px 24px 20px;
}
.s1r-gg ul li{
	font-size: 14px;
	line-height: 36px;
	border-bottom: 1px dashed #e5e5e5;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    background: url(/img/icon1.png) no-repeat left center;
}
.s1r-gg ul li a{
	color: #333;
	padding-left: 15px;
}
.s1r-gg ul li span{
	float: right;
	padding-left: 15px;
}
.s1r-gg ul li:hover a,.s1r-gg ul li:hover span{
	color: #862019;
}


.section2 {
    
}
.section2 .s1r-gg{
	width: 32%;
	margin-left: 2%;
}
.section2 .s1r-gg:first-child{
	margin-left: 0;
}

.section3{
	
}
.section3 > div{
    background-image: -moz-linear-gradient( 90deg, rgb(254,239,239) 0%, rgb(255,255,255) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(254,239,239) 0%, rgb(255,255,255) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(254,239,239) 0%, rgb(255,255,255) 100%);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
    border-top: 4px solid #862019;
    padding-bottom: 20px;
}
.s3-l{
	float: left;
	width: 50%;
}
.s3-l-l{
	float: left;
	width: 96%;
	margin-left: 20px;
	margin-right: 16px;
}
.s3-l-l ul{
	margin-left: -10px;
	margin-right: -10px;
}
.s3-l-l ul li{
	float: left;
	width: 46%;
	margin: 10px;
}
.s3-l-l .pic{
	padding-top: 56.5%;
	position: relative;
}
.s3-l-l ul li p{
	position: absolute;
	background: rgba(0,0,0,0.5);
	height: 42px;
	width: 42px;
	
}
.s3-l-l ul li p span{
	display: inline-block;
	font-size: 16px;
	color: #fff;
	padding: 14px 0 0 16px;
}

.s3-l-l ul li:nth-child(1) p{
	right: 0;
	bottom: 0;
	border-top-left-radius:50px;
}
.s3-l-l ul li:nth-child(2) p{
	left: 0;
	bottom: 0;
	border-top-right-radius:50px;
}
.s3-l-l ul li:nth-child(2) p span{
	padding: 14px 0 0 8px;
}
.s3-l-l ul li:nth-child(3) p{
	right: 0;
	top: 0;
	border-bottom-left-radius:50px;
}
.s3-l-l ul li:nth-child(3) p span{
	padding: 6px 0 0 16px;
}
.s3-l-l ul li:nth-child(4) p{
	left: 0;
	top: 0;
	border-bottom-right-radius:50px;
}
.s3-l-l ul li:nth-child(4) p span{
	padding: 6px 0 0 8px;
}


.s3-l-l ul li:hover p{
	background: rgba(134,32,25,0.8);
}


.s3-l-r{
	overflow: hidden;
}

.s3-l-r ul li a{
	display: block;
	border-top: 1px solid #862019;
	border-left: 1px solid #862019;
	border-right: 1px solid #862019;
	border-bottom: 1px solid #862019;
	background: #fff url(../img/icon2.png) no-repeat 10% center;
	padding: 10px 10px 10px 20%;
}
.s3-l-r ul li:last-child a{
	border-bottom: 1px solid #862019;
}

.s3-l-r ul li h3{
	font-size: 18px;
	font-weight: bold;
	color: #333;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.s3-l-r ul li p{
	font-size: 14px;
	color: #333;
	margin-top: 5px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.s3-l-r ul li:hover a{
	background: #862019 url(../img/icon2-1.png) no-repeat 20px center;
}
.s3-l-r ul li:hover h3,.s3-l-r ul li:hover p{
	color: #fff;
}


.s3-r{
	overflow: hidden;
}
.s3-r ul{
	margin-left: 20px;
}
.s3-r ul li{
	float: left;
	width: 99%;
	text-align: center;
	margin-top: 10px;
}
.s3-r ul li a{
	display: block;
	margin: 1%;
}
.s3-r ul li i{
	display: inline-block;
	border: 1px solid #862019;
	border-radius: 50%;
	width: 70px;
	height: 70px;
	background: none;
}
.s3-r ul li:nth-child(1) i{
	background: #fff url(../img/xxpt1.png) no-repeat center;
}
.s3-r ul li:nth-child(2) i{
	background: #fff url(../img/xxpt2.png) no-repeat center;
}
.s3-r ul li:nth-child(3) i{
	background: #fff url(../img/xxpt3.png) no-repeat center;
}
.s3-r ul li:nth-child(4) i{
	background: #fff url(../img/xxpt4.png) no-repeat center;
}
.s3-r ul li:nth-child(5) i{
	background: #fff url(../img/xxpt5.png) no-repeat center;
}
.s3-r ul li:nth-child(6) i{
	background: #fff url(../img/xxpt6.png) no-repeat center;
}

.s3-r ul li:nth-child(1):hover i{
	background: #862019 url(../img/xxpt1-1.png) no-repeat center;
}
.s3-r ul li:nth-child(2):hover i{
	background: #862019 url(../img/xxpt2-1.png) no-repeat center;
}
.s3-r ul li:nth-child(3):hover i{
	background: #862019 url(../img/xxpt3-1.png) no-repeat center;
}
.s3-r ul li:nth-child(4):hover i{
	background: #862019 url(../img/xxpt4-1.png) no-repeat center;
}
.s3-r ul li:nth-child(5):hover i{
	background: #862019 url(../img/xxpt5-1.png) no-repeat center;
}
.s3-r ul li:nth-child(6):hover i{
	background: #862019 url(../img/xxpt6-1.png) no-repeat center;
}

.s3-r ul li p{
	font-size: 14px;
	color: #333;
}
.s3-r ul li:hover p{
	color: #862019;
}


.section4{
    
}
.s4-l{
	float: left;
	width: 52.5%;
}
.s4-l ul{
	margin-left: 20px;
}
.s4-l ul li{
	text-align: center;
	margin-top: 20px;
}
.s4-l ul li a{
	display: block;
	margin: 1% 12px;
}
.s4-l ul li i{
	display: inline-block;
	border: 1px solid #862019;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	background: none;
}
.s4-l ul li:nth-child(1) i{
	background: #fff url(../img/fw1.png) no-repeat center;
}
.s4-l ul li:nth-child(2) i{
	background: #fff url(../img/fw2.png) no-repeat center;
}
.s4-l ul li:nth-child(3) i{
	background: #fff url(../img/fw3.png) no-repeat center;
}
.s4-l ul li:nth-child(4) i{
	background: #fff url(../img/fw4.png) no-repeat center;
}
.s4-l ul li:nth-child(5) i{
	background: #fff url(../img/fw5.png) no-repeat center;
}
.s4-l ul li:nth-child(6) i{
	background: #fff url(../img/fw6.png) no-repeat center;
}
.s4-l ul li:nth-child(7) i{
	background: #fff url(../img/fw7.png) no-repeat center;
}

.s4-l ul li:nth-child(1):hover i{
	background: #862019 url(../img/fw1-1.png) no-repeat center;
}
.s4-l ul li:nth-child(2):hover i{
	background: #862019 url(../img/fw2-1.png) no-repeat center;
}
.s4-l ul li:nth-child(3):hover i{
	background: #862019 url(../img/fw3-1.png) no-repeat center;
}
.s4-l ul li:nth-child(4):hover i{
	background: #862019 url(../img/fw4-1.png) no-repeat center;
}
.s4-l ul li:nth-child(5):hover i{
	background: #862019 url(../img/fw5-1.png) no-repeat center;
}
.s4-l ul li:nth-child(6):hover i{
	background: #862019 url(../img/fw6-1.png) no-repeat center;
}
.s4-l ul li:nth-child(7):hover i{
	background: #862019 url(../img/fw7-1.png) no-repeat center;
}

.s4-l ul li p{
	font-size: 14px;
	color: #333;
	margin-top: 10px;
}
.s4-l ul li:hover p{
	color: #862019;
}


.s4-r{
	overflow: hidden;
}



.s4-c {
    position: relative;
}

.s4-c>div {
    overflow: hidden;
    padding: 15px;
}

.s4-c ul {
    margin-left: -10px;
    margin-right: -10px;
}

.s4-c ul li a {
    display: block;
    background: #fff;
    margin: 0 10px;
}

.s4-c ul li a .pic {
    padding-top: 42.5%;
}

.s4-c ul li a p {
    font-size: 16px;
    line-height: 42px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 10px;
    color: #333;
}

.s4-c .slick-prev,
.s4-c .slick-next {
    display: none !important;
}

.s4-btn {
    font-size: 24px;
    font-family: ËÎÌå;
    font-weight: 600;
    color: #0e599d;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    cursor: pointer;
    padding: 0 !important;
}

.s4-prev {
    left: 15px;
}

.s4-next {
    right: 15px;
}

.s4-c ul li a:hover p {
    background: #a1000d;
    color: #fff;
}



@media screen and (max-width: 1200px) {
	.search{
		right: 2%;
	}
}

@media screen and (max-width: 1114px) {
	.s3-l-l ul li{
		width: 45%;
	}
	.s3-l-l .pic{
		padding-top: 64.5%;
	}
	.s3-l-l .pic img{
		object-fit:cover;
	}
}

@media screen and (max-width: 1024px) {
    
    .index {
        position: static;
        padding-top: 0;
    }
    .section1{
    	margin-top: 30px;
    }
    .s1-l ul li a .pic{
    	padding-top: 46%;
    }

    .s1-l{
        float: none;
        width: auto;
        margin-right: 0;
    }
    .s1-r{
        margin-top: 20px;
    }
    
    .section2 .s1r-gg{
    	width: 100%;
    	margin-left: 0;
    	margin-top: 20px;
    }
    
    .s3-l{
    	width: 100%;
    }
    .s3-r{
    	float: left;
    	width: 100%;
    }
    .s3-l-l .pic{
    	padding-top: 49.5%;
    }
    .s3-l-r{
    	margin-right: 20px;
    }
    .s3-r ul li{
    	width: 20%;
    }
    
}

@media screen and (max-width: 768px) {
    .s1r-gg{
    	float: none;
    	width: 100%;
    	margin-left: 0;
    	margin-top: 20px;
    }
    .section1{
    	margin-top: 20px;
    }
    .s1-r{
    	margin-top: 0;
    }
    .s3-l-l{
    	width: calc(100% - 20px);
    }
    .s3-l-r{
    	width: calc(100% - 40px);
    	margin-left: 20px;
    }
    .s3-l-r ul li a{
    	padding: 14px 10px 14px 24%;
    }
}

@media screen and (max-width: 480px) {}