﻿.row-a1{overflow: hidden;padding: 50px 0;}
.row-a1 .col-l{width: 62.85%;}
.row-a1 .col-r{width: 37.14%;padding-left: 20px;}

.g-t1{display: flex;flex-wrap: wrap;align-items: flex-end;justify-content: space-between;}
.g-t1 .tit{font-family: 'SourceHanSerifSC-Bold';display: flex;flex-wrap: wrap;align-items: flex-end;}
.g-t1 .tit h2{font-size: 28px;line-height: 1.2;}
.g-t1 .tit span{font-size: 18px;color: rgba(195, 0, 25, .5);text-transform: uppercase;
	margin-left: 6px;
}
.g-t1 .more{display: block;font-size: 16px;color: #A90000;padding-right: 35px;
	font-family: 'SourceHanSerifSC-Light';
	background: url(../images/i-02.png) no-repeat right center;
	-o-background-size: 23px auto;
	-ms-background-size: 23px auto;
	-moz-background-size: 23px auto;
	-webkit-background-size: 23px auto;
	background-size: 23px auto;
}
.g-t1 .more:hover{text-decoration: underline;}
.row-a1 .col-l .g-t1{padding-right: 20px;}
.m-slider1{}
.m-slider1 .con{display: block;display: flex;flex-wrap: wrap;margin: 30px 20px 20px 0;}
.m-slider1 .pic{width: 62.55%;height: 346px;overflow: hidden;position: relative;}
.m-slider1 .pic img{width: 100%;height: 100%;display: block;object-fit: cover;
    transition: .8s;
    -ms-transition: .8s;
    -moz-transition: .8s;
    -webkit-transition: .8s;
    -o-transition: .8s;
}

.m-slider1 .pic::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.m-slider1 .pic:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}
@-webkit-keyframes shine{100%{left:125%}
}
@keyframes shine{100%{left:125%}
}


.m-slider1 .txt{width: 37.45%;height: 346px;padding: 40px 38px 0;
	background: #FFFFFF;
	box-shadow: 0px 2px 9px 1px rgba(0,0,0,0.16);
}
.m-slider1 .tit{font-size: 16px;line-height: 1.25;font-family: 'SourceHanSerifSC-Bold';color: #333;
	margin-bottom: 18px;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
.m-slider1 .desc{font-size: 14px;color: #ABABAB;line-height: 1.75;margin-bottom: 22px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	overflow: hidden;
}
.m-slider1 .date{display: block;font-size: 14px;color: #A90000;}
.m-slider1 .con:hover .pic img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.m-slider1 .con:hover .tit{color: #A90000;}
.m-slider1 .slick-arrow{position: absolute;bottom: 53px;z-index: 3;
	width: 27px;height: 27px;border: 0;cursor: pointer;
	font-size: 0;text-indent: 9999px;
	background-color: transparent;
	background-position: center;background-repeat: no-repeat;
	-o-background-size: 100% auto;
	-ms-background-size: 100% auto;
	-moz-background-size: 100% auto;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
.m-slider1 .slick-prev{right: 270px;background-image: url(../images/i-03.png);}
.m-slider1 .slick-next{right: 239px;background-image: url(../images/i-04.png);}
.m-slider1 .slick-prev:hover{background-image: url(../images/i-03-on.png);}
.m-slider1 .slick-next:hover{background-image: url(../images/i-04-on.png);}
.m-slider1 .slick-dots{position: absolute;right: 67px;bottom: 46px;}
.m-slider1 .slick-dots li{display: none;font-size: 17px;color: #888;}
.m-slider1 .slick-dots li em{font-size: 25px;color: #A90000;}
.m-slider1 .slick-dots li span{font-size: 13px;}
.m-slider1 .slick-dots li.slick-active{display: block;}

.m-list1{padding-right: 20px;display: flex;flex-wrap: wrap;}
.m-list1 li{width:48%;position: relative;}
.m-list1 li::before {
    content: '';
    width: 5px;
    height: 5px;
    background-color: #A90000;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2.5px;
}
.m-list1 li:nth-child(even){margin-left:4%;}
.m-list1 .con{display: block;overflow: hidden;line-height: 44px;position: relative;}
/*.m-list1 .con:before{content: '';position: absolute;top: 50%;left: 0;right: 0;
	border-top: 1px dashed #B5B5B5;height: 1px;
}*/
.m-list1 .date{float: right;font-size: 16px;color: #333;position: relative;z-index: 2;
	padding-left: 13px;background-color: #fff;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
.m-list1 .tit{font-size: 16px;font-weight: normal;color: #333;
	padding-left: 15px;position: relative;width: 82%;
	
	text-overflow:ellipsis;
	white-space: nowrap;
	overflow: hidden;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
.m-list1 .con:hover .date{color: #A90000;}
.m-list1 .con:hover .tit{color: #A90000;font-weight: bold;}

.m-list2{margin-top: 20px;}
.m-list2 li{position: relative;}
.m-list2 li:after{content: '';position: absolute;top: 2px;bottom: -3px;right: -16px;left: -20px;
	background-color: #fff;box-shadow: 0px 2px 9px 1px rgba(169,0,0,0.16);opacity: 0;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
.m-list2 .con{display: block;overflow: hidden;padding: 10px 0 10px;border-bottom: 1px dashed #B5B5B5;
	position: relative;z-index: 2;
}
.m-list2 .date{float: left;width: 63px;text-align: center;
	border: 1px solid #A90000;margin-right: 13px;
}
.m-list2 .date span{display: block;line-height: 37px;font-size: 20px;color: #fff;
	background-color: #A90000;
}
.m-list2 .date em{display: block;line-height: 24px;font-size: 12px;color: #A90000;}
.m-list2 .txt{overflow: hidden;padding-top: 8px;}
.m-list2 .tit{font-size: 16px;font-weight: normal;color: #333;margin-bottom: 3px;
	text-overflow:ellipsis;
	white-space: nowrap;
	overflow: hidden;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
.m-list2 .desc{font-size: 12px;color: #ABABAB;
	text-overflow:ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.m-list2 li:hover .tit{font-weight: bold;color: #A90000;}
.m-list2 li:hover:after{opacity: 1;}

.row-a2{overflow: hidden;padding: 62px 0 90px;
	background: url(../images/p-bg1.jpg) no-repeat center;
	-o-background-size: cover;
	-ms-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}
.row-a2 .col-l{width: 50%;padding-right: 33px;}
.row-a2 .col-r{width: 50%;padding-left: 33px;}

.m-list3{border-top: 5px solid #F6B37F;margin-top: 38px;}
.m-list3 li{position: relative;}
.m-list3 li:after{content: '';position: absolute;top: 0px;bottom: 0px;right: -35px;left: -20px;
	background-color: #fff;box-shadow: 0px 2px 9px 1px rgba(169,0,0,0.16);opacity: 0;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
.m-list3 .con{display: block;position: relative;overflow: hidden;line-height: 52px;
	border-bottom: 1px solid #E3E3E3;z-index: 2;
}
.m-list3 .date{float: left;font-size: 14px;color: #A90000;margin-right: 13px;}
.m-list3 .tit{font-size: 16px;font-weight: normal;color: #333;
	text-overflow:ellipsis;
	white-space: nowrap;
	overflow: hidden;
	transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
}
.m-list3 li:hover .tit{font-weight: bold;color: #A90000;}
.m-list3 li:hover:after{opacity: 1;}
.row-a2 .col-r .m-list3{border-top: 5px solid #88ABDA;}

.row-a3{padding: 70px 0 41px;}
.m-list4{display: flex;flex-wrap: wrap;margin-top: 63px;}
.m-list4 li{width: 20%;margin-bottom: 35px;}
.m-list4 .con{display: block;position: relative;}
.m-list4 .con:before{content: '';position: absolute;top: 0;left: 0;width: 1px;height: 157px;
	background-color: #B0B0B0;
}
.m-list4 li:nth-child(5n) .con:after{content: '';position: absolute;top: 0;right: 0;width: 1px;height: 157px;
	background-color: #B0B0B0;}
.m-list4 .ico{display: block;margin: 0 auto 14px;width: 111px;height: 111px;
	font-size: 0;text-align: center;line-height: 107px;position: relative;
	border-radius: 50%;border: 2px dotted #C30019;
	transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
}
.m-list4 .ico:after{content: '';position: absolute;top: 50%;left: 50%;
	width: 116px;height: 116px;opacity: 0;
	background: url(../images/i-17.png) no-repeat center;
	-o-background-size: 100% auto;
	-ms-background-size: 100% auto;
	-moz-background-size: 100% auto;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
}
.m-list4 .ico img{display: inline-block;vertical-align: middle;width: 60px;height: 60px;}
.m-list4 .tit{text-align: center;font-size: 16px;color: #333;
	transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
}
.m-list4 .con:hover .tit{color: #C30019;}
.m-list4 .con:hover .ico{border-color: #fff;}
.m-list4 .con:hover .ico:after{opacity: 1;}

.row-a4{position: relative;}
.m-list5{position: relative;height: 600px;}
.m-list5 li{position: absolute;}
.m-list5 .i1{left: 0;top: 0;width: 50%;height: 360px;padding-right: 272px;}
.m-list5 .i2{right: 0;top: 0;width: 50%;height: 240px;}
.m-list5 .i3{left: 0;bottom: 0;width: 24%;height: 240px;}
.m-list5 .i4{left: 24%;bottom: 0;width: 26.1%;height: 240px;}
.m-list5 .i5{right: 0;bottom: 0;width: 50%;height: 360px;}
.m-list5 .pic{position: relative;overflow: hidden;width: 100%;height: 100%;display: block;object-fit: cover;}
.m-list5 .pic img{width: 100%;height: 100%;display: block;object-fit: cover;
	transition: .8s;
	-ms-transition: .8s;
	-moz-transition: .8s;
	-webkit-transition: .8s;
	-o-transition: .8s;
}
.m-list5 .pic::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.m-list5 .pic:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}
@-webkit-keyframes shine{100%{left:125%}
}
@keyframes shine{100%{left:125%}
}
.m-list5 .con{display: block;height: 100%;}
.m-list5 .tit{position: absolute;left: 78px;bottom: 28px;font-size: 18px;font-weight: normal;color: #fff;z-index: 2;}

.m-tit{position: absolute;top: 0;right: 50%;width: 272px;height: 360px;color: #fff;z-index: 2;
	background: url(../images/p-bg2.jpg) no-repeat center;
	-o-background-size: cover;
	-ms-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}
.m-tit .tit{writing-mode: vertical-rl;font-size: 28px;font-family: 'SourceHanSerifSC-Bold';
	position: absolute;left: 110px;bottom: 28px;
}
.m-tit .tit span{font-size: 18px;color: rgba(255,255,255,.4);margin-top: 12px;}
.m-tit .more{position: absolute;bottom: 29px;right: 92px;
	font-size: 16px;color: #fff;padding-bottom: 35px;padding-top: 12px;
	writing-mode: vertical-rl;
	background: url(../images/i-16.png) no-repeat center bottom;
	-o-background-size: 23px auto;
	-ms-background-size: 23px auto;
	-moz-background-size: 23px auto;
	-webkit-background-size: 23px auto;
	background-size: 23px auto;
}
.m-tit .more:before{content: '';position: absolute;left: 50%;bottom: 100%;width: 1px;height: 73px;
	background-color: #fff;
}

.row-a5{padding: 40px 0 15px;
	background: url(../images/p-bg3.jpg) no-repeat center;
	-o-background-size: cover;
	-ms-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}
.m-list6{display: flex;flex-wrap: wrap;margin-top: 18px;margin-right: -60px;}
.m-list6 li{margin-right: 55px;}
.m-list6 li a{display: block;font-size: 16px;color: #333;padding-left: 21px;line-height: 36px;
	background: url(../images/i-05.png) no-repeat left center;
    -o-background-size: 8px auto;
    -ms-background-size: 8px auto;
    -moz-background-size: 8px auto;
    -webkit-background-size: 8px auto;
    background-size: 8px auto;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
.m-list6 li a:hover{color: #A90000;background-image: url(../images/i-05-on.png);}

.Annex {
    margin-top: 30px;
    color: #333;
    text-indent: 0em;
}

.Annex h3 {
    margin: 20px 0;
    font-size: 20px;
}

.Annex ul li {
    margin-bottom: 10px;
    font-size: 16px;
}
.Annex ul li a{
    color: #A90000;
}
.Annex ul li a:hover {
    color: #A90000;
}