@charset "utf-8";
/*other*/
.white,.white a:link, .white a:visited, .white a:hover {
    color:white;
}
a.red,a.red a:link, a.red a:visited, a.red a:hover{
	color: #d02429;
}
.main {
	width: 100%;
	min-width: 1200px;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
}
/* top */
.sd-top {
	background-image: url(../images/top.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100% auto;
}
.sd-top .top-h {
	height: 44vw;
}
/* news */
.sd-news {
	text-align: center;
}
.sd-news h1.title {
	font: 500 48px/180% 'Microsoft YaHei', 'pingfang SC', 'helvetica neue';
}
.sd-news p.text {
	font-size: 16px;
}
/* p1 */
.sd-p1 {
	margin-top: 30px;
}
.sd-p1 .left {
	width: 797px;
}
.sd-p1 .right {
	width: 386px;
}
.sd-p1 .pic1 {
	width: 797px;
	height: 447px;
	position: relative;
}
.swiper-container-p1 {
	width: 797px;
	height: 447px;
	margin: 0 auto;
	overflow: hidden;
}
.swiper-container-p1 .swiper-slide {
	position: relative;
}
.swiper-container-p1 .swiper-slide span {
	line-height: 68px;
	font-size: 16px;
	background: rgb(0, 0, 0, 0.7);
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	font-size: 18px;
	font-weight: 500;
}
.swiper-container-p1 .swiper-pagination1 {
	display: none;
}
.swiper-container-p1 .num1 i {
	display: block;
	font-size: 30px;
	font-weight: bold;
	position: absolute;
	left: 70px;
	bottom: 23px;
	font-style: normal;
	font-family: "Georgia";
	z-index: 99;
}
.swiper-container-p1 .num1 i em {
	margin-left: 2px;
}
.swiper-container-p1 .num1 i em.thisp {
	font-weight: bold;
	margin-right: 1px;
	margin-left: 0;
	font-size: 34px;
	color: #d32f21;
}
.sd-p1 .pic1 #prev1,
.sd-p1 .pic1 #next1 {
	position: absolute;
	bottom: 15px;
	width: 22px;
	height: 37px;
	z-index: 10;
}
.sd-p1 .pic1 #prev1 {
	background: url(../images/prev1.png) no-repeat;
	left: 30px;
}
.sd-p1 .pic1 #next1 {
	background: url(../images/next1.png) no-repeat;
	right: 30px;
}
.sd-p1 .right h3.title {
	font: 500 22px/28px 'Microsoft YaHei', 'pingfang SC', 'helvetica neue';
	text-align: left;
}
.sd-p1 .right p.text {
	font-size: 16px;
	text-align: left;
	line-height: 160%;
	padding-bottom: 18px;
	border-bottom: 1px solid #edece9;
	margin-bottom: 18px;
	margin-top: 15px;
}
.sd-p1 .right ul.list {
	margin-top: 15px;
}
.sd-p1 .right ul.list li {
	text-align: left;
	font-size: 16px;
	line-height: 32px;
	position: relative;
	padding-left: 25px;
}
.sd-p1 .right ul.list li:before {
	content: "";
	position: absolute;
	left: 0px;
	top: 13px;
	display: block;
	width: 7px;
	height: 7px;
	background: #7d7d7d;
	border-radius: 50%;
}
/* banner */
.sd-banner {
	margin-top: 30px;
}
/* p2 */
.sd-tit1 {
	margin-top: 30px;
	background-image: url(../images/titbg.png);
	background-repeat: repeat-x;
	height: 104px;
	background-position: center;
}
.sd-tit1 h2.title {
	width: 470px;
	height: 84px;
	font: 500 40px/44px 'Microsoft YaHei', 'pingfang SC', 'helvetica neue';
	margin: 0 auto;
	border-left: 2px solid #545352;
	border-right: 2px solid #545352;
	background: url(../images/bg.jpg);
	position: relative;
}
.sd-tit1 h2.title::before {
	content: '';
	position: absolute;
	margin-right: 20px;
    width: 20px;
    height: 84px;
    left: -22px;
    background: transparent;
}
.sd-tit1 h2.title::after {
	content: '';
	position: absolute;
	margin-left: 20px;
    width: 20px;
    height: 84px;
    right: -22px;
    background: transparent;
}


.time-line-box {
	margin-top: 40px;
	background: url(../images/p2bg.png) repeat-x left center;
	position: relative;
}
.time-line-box .swiper-container-p2 {
	width: 1200px;
}
.time-line-box ul {
	height: 800px;
}
.time-line-box ul li {
	width: 280px;
	position: relative;
	padding-bottom: 0;
	padding-left: 0;
	z-index: 2;
	font-size: 24px;
	color:#fff;
	height: 380px;
	overflow: hidden;
}
.time-line-box ul li:after {
	content: '';
	height: 128px;
	border-left: #027557 2px solid;
	position: absolute;
	top: 205px;
	left: 50%;
}
.time-line-box ul li dl {
	padding-left: 25px;
	cursor: pointer;
}
.time-line-box ul li dl dt {
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	position: relative;
	margin-bottom: 10px;
	top: 352px;
}
.time-line-box ul li dl dt:after {
	content: '';
	width: 18px;
	height: 18px;
	background: #fff;
	position: absolute;
	left: 42%;
	top: -20px;
	border: 4px solid #027557;
	border-radius: 50%;
}
.time-line-box ul li dl dd {
	position: relative;
	top: 25px;
	left: -10px;
}
.time-line-box ul li dl dd img {
	border-radius: 50%;
	box-shadow: 2.407px 3.195px 6px 0px rgba(108, 108, 108, 0.2);
	border:8px solid #fff;
}
.time-line-box ul li:first-child {
	margin-left: 0px;
}
.time-line-box ul li:last-child {
	margin-right: 40px;
}
.time-line-box ul li:nth-child(2n) {
	margin-left: -340px;
	top: 400px;
}
.time-line-box ul li:nth-child(2n):after {
	top: auto;
	bottom: 181px;
	height: 128px;
	z-index: 2;
}
.time-line-box ul li:nth-child(2n) dt:after {
	left: 42%;
	top: 23px;
}
.time-line-box ul li:nth-child(2n) dt {
	top: 30px;
}
.time-line-box ul li:nth-child(2n) dd {
	top: 168px;
}
.time-line-box ul li:nth-child(odd):after {
	height: 158px;
	top: 174px;
}
.time-line-box ul li:nth-child(odd) dd {
	top: 15px;
}
.time-line-box ul li:nth-child(4n+3):after {
	height: 192px;
	top: 140px;
}
.time-line-box ul li:nth-child(4n+3) dd {
	top: -20px;
}
.time-line-box ul li:nth-child(4n+4):after {
	height: 160px;
	bottom: 149px;
}
.time-line-box ul li:nth-child(4n+4) dd {
	top: 205px;
}
.time-line-box .swiper-button-prev {
	background: url(../images/prev2.png) no-repeat;
	width: 68px;
	height: 41px;
	z-index: 99;
	left: 15%;
}
.time-line-box .swiper-button-next {
	background: url(../images/next2.png) no-repeat;
	width: 68px;
	height: 41px;
	z-index: 99;
	right: 15%;
}
.time-line-box .con {
	display: none;
}
.win-con-box {
	display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 999;
}
.win-con-box .bg {
	width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    position: absolute;
    top: 0;
    left: 0;
}
.win-con-box .pic0 {
	padding-top: 27px;
}
.win-con-box .tp01 {
	background: url(../images/win.png) no-repeat;
	width: 843px;
	height: 690px;
	top: 15%;
    left: 0;
    z-index: 1000;
    position: relative;
    margin: 0 auto;
}
.win-con-box .tp01 div.close {
	position: absolute;
    width: 41px;
    height: 41px;
    background: url(../images/close.png) no-repeat;
    top: 20px;
    right: 40px;
    cursor: pointer;
    font-size: 16px;
	z-index: 99;
}
.win-con-box .tp02 dt,
.win-con-box .tp02 dd {
	display: none;
}
.win-con-box .tp03 {
	width: 600px;
	margin: 15px auto 0 auto;
}
.win-con-box .tp03 li {
	text-align: left;
	font-size: 16px;
	line-height: 32px;
	position: relative;
	padding-left: 25px;
}
.win-con-box .tp03 li:before {
	content: "";
	position: absolute;
	left: 0px;
	top: 13px;
	display: block;
	width: 7px;
	height: 7px;
	background: #065742;
	border-radius: 50%;
}
.pic0 {
	position: relative;
	width: 620px;
	height: 443px;
	overflow: hidden;
	margin: 0 auto;
	box-sizing: border-box;
}
.pic0 .swiper-container {
    height: 416px;
    width: 620px;
}
.pic0 .swiper-container .swiper-slide {
    position: relative;
}
.pic0 .swiper-container .swiper-slide p.text {
    position: absolute;
    width: 100%;
    background: rgba(0, 0, 0, .38);
    left: 0;
    bottom: 0;
    height: 42px;
    height: auto;
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    font-size: 20px;
	padding: 10px 0 10px 2%;
}

.pic0 .swiper-pagination2a {
    position: absolute;
    right: 5px;
    text-align: right;
    bottom: 10px;
    z-index: 99;
}
.pic0 .swiper-pagination2a .swiper-pagination-bullet {
	margin:0 3px;
	background: #fff;
	opacity: 1.0;
}
.pic0 .swiper-pagination2a .swiper-pagination-bullet-active {
	width: 14px;
	border-radius: 4px;
}
/* p3 */
.sd-tit2 {
	height: 51px;
}
.sd-tit2 h2.title {
	height: 51px;
	width: 300px;
	background: #fff;
}
.sd-p3 {
	margin-top: 40px;
}
.sd-p3 .left,
.sd-p3 .right {
	background: url(../images/p3bg.png) no-repeat;
	width: 558px;
	height: 620px;
	padding-left: 60px;
	padding-right: 20px;
}
.sd-p3 .list {
	margin-top: 40px;
}
.sd-p3 .list li {
	position: relative;
	font-size: 18px;
	line-height: 54px;
	text-align: left;
	padding-left: 22px;
	border-bottom: 1px dashed #f6eced;
}
.sd-p3 .list li:before {
	content: "";
	position: absolute;
	left: 0px;
	top: 23px;
	display: block;
	width: 7px;
	height: 7px;
	background: #027557;
	border-radius: 50%;
}
/* p4 */
.sd-tit3 {
	height: 51px;
}
.sd-tit3 h2.title {
	height: 51px;
	width: 300px;
	background: #f1f5fe;
}
.sd-p4 {
	background: url(../images/p4bg.jpg) no-repeat top center;
	background-size: 1920px auto;
	padding-top: 224px;
}
.sd-p4 .pic4 {
	width: 1200px;
	margin-top: 30px;
	margin-bottom: 120px;
	height: 710px;
}
.sd-p4 .swiper {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.sd-p4 .pic4 .swiper-slide {
	position: relative;
}
.sd-p4 .pic4 .swiper-slide .text {
	position: absolute;
	top: 614px;
	left: 0;
	width: 100%;
	height: 60px;
	line-height: 60px;
	background: rgba(0,0,0,.5);
	font-size: 22px;
}
.swiper-pagination4 {
	width: 100%;
	position: absolute;
	bottom: 0;
}
.swiper-pagination4 {
	width: 100%;
	bottom: 0;
	z-index: 99;
}
.swiper-pagination4 .swiper-pagination-bullet {
	width: 68px;
	height: 8px;
	background: #626262;
	opacity: 1;
	border-radius: 0;
}
.swiper-pagination4 .swiper-pagination-bullet-active {
	background: #01533d;
}
/* mobile */
.phone .sd-top .top-h {
	min-height: 35rem;
    max-height: 35rem;
}
/* copyright */
#copyright {
	font-size: 14px;
}