@import url('bootstrap.min.css');
@import url('swiper.min.css');
@import url('animation.css');
@import url('base.css');
@import url('common.css');
@import url('fontawesome.min.css');


/*banner*/
.banner {
    margin-top: 90px;
}

.banner .swiper-button-next{
	right: 85px;
	transition: all .4s ease;
}

.banner .swiper-button-prev,.banner .swiper-button-next{
	width: 45px;
	height: 45px;
	border-radius: 50%;
	overflow: hidden;
	text-align: center;
	background-color: rgba(0,0,0,.1);
	transition: all .4s ease;
}

.banner .swiper-button-prev{
	left: 85px;
}


.banner .swiper-button-prev:hover {
	background-color: rgba(0,0,0,.6);
}

.banner .swiper-button-next:hover {
	background-color: rgba(0,0,0,.6);
}

.banner .swiper-button-next:after, .banner .swiper-button-prev:after{
	font-size: 20px;
	width: 45px;
	height: 45px;
	line-height: 45px;
	border-radius: 50%;
	color: #fff;
}

.banner .swiper-pagination span{
	position:relative;
	margin:0 3px;
	display:inline-block;
	width:16px;
	height:16px;
	border-radius: 0;
	border:1px solid  #fff;
	overflow:hidden;
	background-color: unset;
	z-index:99;
}

.banner .swiper-pagination span:before{
	content:'';
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%, -50%);
	display:block;
	width:6px;
	height:6px;
	border-radius:50%;
	background:#fff;
}

.banner .swiper-slide{
	position: relative;
}


.banner .swiper-slide .div-text{
	position: absolute;
	width: 100%;
	text-align: center;
	top: 17%;
	color: #fff;

}

.banner .swiper-slide .div-text p.p1{
	font-size: 50px;
	font-family: 'Ali-85';
	margin-bottom: 20px;
	line-height: 1;
}

.banner .swiper-slide .div-text p.p2{
	max-width: 820px;
    margin: auto;
    font-size: 18px;
    line-height: 1.6;
    font-family: 'Ali-45';
    font-weight: lighter;
}

.banner .div-img img{
	transition: all 3s ease;
	transform: scale(1.1);
}

.banner .swiper-slide.swiper-slide-active .div-img img{
	transform: scale(1);
}

.commonTit{
	margin-bottom: 35px;
}

.commonTit .tb svg{
	width: 45px;
	height: 45px;
	fill: #333;
}

.commonTit .tb{
	margin-right: 25px;
}

.commonTit .div-tit p.p1{
	font-size: 34px;
	line-height: 1;
	font-weight: bold;
	color: #333;
	text-transform: capitalize;
}

.commonTit .div-tit p.p2{
	font-size:14px;
	color:#808080;
	margin-top: 10px;
	max-width: 800px;
	line-height: 1.8;
}

.prolists .swiper-slide{
	padding: 15px;
}

.prolists a.item{
	display: block;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
	border-radius: 0px;
	overflow: hidden;
}

.prolists .pbtn:after{
	content: "";
}

.prolists .pbtn{
	background-color: #fff;
	width: 45px;
	height: 45px;
	line-height: 45px;
	border-radius: 50%;
	text-align: center;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.prolists .pbtn svg{
	width: 25px;
	height: 25px;
	fill: #333;
}

.prolists .pbtn:hover{
	background-color: var(--primary);
}

.prolists .pbtn:hover svg{
	fill: #fff;
}

.prolists .swiper-button-prev.pbtn{
	transform: rotateY(180deg) translateY(-50%);
	left: 30%;
	top: calc(50% - 5px);
}

.prolists .swiper-button-next.pbtn{
	right: 30%;
	top: calc(50% - 5px);
	transform: translateY(-50%);
}

.prolists .div-text{
	padding: 20px 0;
	background-color: var(--primary);
    transition: all .4s ease;
}

.prolists .div-text p{
	text-align: center;
	font-size: 14px;
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box!important;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.prolists .item:hover .div-img img{
	transform: scale(1.05);
	
}

.prolists .item:hover{
	box-shadow: 0 0 20px rgba(0,0,0,.1);
}


.prolists .swiper-slide{
    transition: 0.8s;
    opacity: 0.15;
}

.prolists .swiper-slide.swiper-slide-active{
    opacity: 1;
}

.prolists .swiper-slide.swiper-slide-prev{
    opacity: 1;
}

.prolists .swiper-slide.swiper-slide-next{
    opacity: 1;
}

.prolists .swiper-slide .div-text{
    transition: 0.8s;
    opacity: 0;
}

.prolists .swiper-slide.swiper-slide-active .div-text{
    opacity: 1;
}

.prolists .swiper-slide.swiper-slide-prev .div-text{
    opacity: 1;
}

.prolists .swiper-slide.swiper-slide-next .div-text{
    opacity: 1;
}


.syJg{
	padding: 135px 0;
	background-image: url(../images/svb.jpg);
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
}

.syJg .div-text{
	color: #fff;
}

.syJg .div-text p.p1{
	font-size: 30px;
	text-transform: capitalize;
}

.syJg .div-text p.p2{
	font-size: 40px;
	font-weight: bold;
	text-transform: capitalize;
}

.syJg .div-text p.p3{
	font-size: 14px;
	opacity: .8;
}

.syAbout{
	background-color: #f2f2f2;
}

.syAbout .main{
	padding: 65px 45px;
	background-color: #fff;
}

.commonTitA{
	background-position: bottom left;
	background-repeat: no-repeat;
	padding-bottom: 50px;
	margin-bottom: 0;
}

.aboutCon .div-text{
	padding-right: 35px;
    padding-left: 15px;
}

.aboutCon .dimg {
	margin-bottom: 25px;
}

.aboutCon .div-img:hover img{
	transform: scale(1.05);
}

.aboutCon .des{
	font-size: 14px;
	line-height: 2;
	color: #696969;
}

.aboutItems{
	margin: 35px 0;
}

.aboutItems a{
	display: inline-block;
	text-align: center;
	color: #555;
	font-size: 14px;
}

.aboutItems .tb{
	margin-bottom: 15px;
}

.aboutItems .tb svg{
	fill: #555;
	transition: all .4s ease;
}

.aboutItems a:hover .tb svg{
	transform: rotateY(180deg);
	fill: var(--primary);
}

.more a{
	display: inline-block;
	padding: 12px 45px;
	font-size: 14px;
	color: #fff;
	background-color: #b42025;
	transition: all .4s ease;
}

.more a:hover{
	background-color: var(--primary);
	transform: translateX(10px);
}

.syAdv{
	padding-bottom: 95px;
	background-image: url(../images/hba.jpg);
    background-color: #f2f2f2;
    background-repeat: no-repeat;
    background-position: center left;
}

.commonTit2{
	margin-bottom: 25px;
}

.commonTit2 .tit{
	padding: 0 55px;
	background-color: #f2f2f2;
}

.commonTit2{
	position: relative;
	z-index: 1;
	margin-bottom: 35px;
}

.commonTit2:after{
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	background-color: #ccc;
	top: 50%;
	z-index: -1;
}



.commonTit2 p.p1{
	font-size: 24px;
	color: #000;
}

.commonTit2 p.p2{
	font-size: 36px;
	font-weight: bold;
	color: #000;
	position: relative;
}

.commonTit2 p.p2:after{
	
}

.commonTit2 p.p2 span{
	color:#d82026;
}

.advLists a.item{
	display: block;
	background-color: #fff;
	color: #333;
}

.advLists .row>div:nth-child(2) a.item{
	background-color: #d82026;
}

.advLists .row>div:nth-child(2) a.item{
	color: #fff;
}

.advLists .tit{
	padding: 45px 15px 40px 15px;
	line-height: 1;
}

.advLists .tit p.p1{
	font-size: 24px;
	font-weight: bold;
}

.advLists .tit p.p2{
	font-size: 24px;
	margin-top: 15px;
}

.advLists .des{
	font-size: 14px;
	padding: 35px 30px;
	line-height: 1.8;
}

.advLists a.item:hover .div-img img{
	transform: scale(1.05);
}

/*新闻资讯*/
.syNews{
	background-color: #f2f2f2;
}
.commonTit3{
	text-align: center;
}

.commonTit3 p.p1{
	font-size: 38px;
	color:#444;
	font-weight: bold;
}

.commonTit3 p.p2{
	font-size: 16px;
	color:#696969;
}

.synewsList{
	background-color: #fff;
	padding: 45px 30px;
	margin-top: 45px;
	position: relative;
}

.synewsList a{
	display: block;
	color: #000;
	padding: 10px;
	overflow: hidden;
}

.synewsList .time{
	display: inline-block;
	padding: 10px 25px;
	color: #fff;
	background-color: var(--primary);
	text-align: center;
	margin-bottom: 25px;
}

.synewsList .time p.m{
	font-size: 18px;
}

.synewsList .time p.y{
	font-size: 22px;
}

.synewsList p.title{
	font-size: 26px;
	margin-bottom: 15px;
}

.synewsList p.des{
	font-size: 14px;
    color: #797979;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    margin-bottom: 15px;
}

.synewsList .div-img:hover img{
	transform: scale(1.05);
}

.synewsList p.title:hover{
	color: var(--primary);
}

.synewsList .qhBtn{
	position: absolute;
	bottom: 55px;
	left: 40px;
	z-index: 9;
}

.qhBtn svg{
	width: 16px;
	height: 16px;
	fill: #ccc;
}

.qhBtn span{
	display: inline-block;
	width: 36px;
	height: 36px;
	line-height: 36px;
    background: #5d5d5d;
    text-align: center;
    cursor: pointer;
}

.qhBtn span:nth-child(1){
	transform: rotateY(180deg);
	transform-origin: center;
}

.qhBtn span svg{
	width: 18px;
	height: 18px;
	fill: #fff;
}

.qhBtn span:hover{
	background-color: var(--primary);
}

.syLy{
	background-image: url(../images/sb.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	padding: 65px 0;
}

.syLy .dh{
	margin-top: 15px;
	margin-bottom: 35px;
}

.syLy .d1{
	min-width: 60%;
    line-height: 1.8;
    margin-bottom: 60px;
}

.syLy .d1 p.title{
	font-size: 46px;
	color: #fff;
}

.syLy .d1 p.p2{
	font-size: 14px;
	color:rgba(255,255,255,0.57);
	margin-top: 5px;
	max-width: 500px;
}

.syLy .d2{
	min-width: 40%;
	margin-bottom: 40px;
}

.syLy .d2 form,.syLy2 form{
	display: block;
	max-width: 460px;
}

.syLy .d2 form input,.syLy2 form input{
	display: block;
	width: 100%;
	padding: 12px 25px;
	background-color: rgba(255,255,255,.8);
	border:none;
	margin-right: 15px;
	outline: none;
	box-shadow: unset;
	color: #333;
}

.syLy .d2 form input::placeholder,.syLy2 form input::placeholder{
	color: #666;
}


.syLy .d2 form button,.syLy2 form button{
	display: block;
	padding: 12px 35px;
	margin-left: 10px;
	border:none;
	box-shadow: unset;
	color: #fff;
	background-color: var(--primary);
}

.syLy .d2 form button:hover, .syLy2 form button:hover{
	background-color: #393939
}

.syLy2 form{
	border:1px solid var(--primary);
}

.mainFooter{
	background-color: #323232;
	color: #fff;
}

.mainFooter .main{
	padding: 65px 0;
}

.fdhs{
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid rgba(255,255,255,.2);
}

.gswx img{
	max-width: 120px;
}

.finfos{
	color: #A9A9A9;
}

.finfos a{
   color: #A9A9A9;
}

.finfos a:hover{
	color: #fff;
}

.finfos .tel .p1{
	color: #A9A9A9;
}

.finfos .tel .p2 a{
	font-size: 30px;
	font-weight: bold;
	color: #fff;
}

.fdhs .title{
	font-weight: bold;
	margin-bottom: 5px;
}

.fdhs ul li a{
	display: inline-block;
	color: #A9A9A9;
	font-size: 14px;
	margin-bottom: 5px;
}

.fdhs ul li a:hover{
	color: #fff;
}

.copyright{
	padding: 10px 0;
	font-size: 14px;
	color: #A9A9A9;
	background-color: rgba(27, 27, 27, 1);
}

.copyright a{
	color: #A9A9A9;
}

.copyright a:hover{
	color: #fff;
}

.copyright p{
	margin: 0 5px;
}

/*pageTit*/
.pageTit{
	padding: 125px 0;
	color: #fff;
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
	line-height: 1;
}

.pageTit .cntit{
	font-size: 40px;
	font-weight: bold;
	padding-bottom: 25px;
	margin-bottom: 20px;
	position: relative;
}

.pageTit .cntit:after{
	position: absolute;
	content: "";
	width: 30px;
	height: 2px;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	background-color: #fff;
}

.pageTit .entit{
	font-size: 20px;
    margin-top: 15px;
    font-weight: normal;
    letter-spacing: 15px;
}

.mbxDh{
	background-color: #f1f1f1;
	border-bottom: 1px solid #dddddd;
}

.mbxDh .main{
    padding: 0 30px;
}

.mbxDh .main .d1 a{
    position: relative;
    font-size: 16px;
    height: 60px;
    line-height: 60px;
    padding: 0px 30px;
    color: #222;
    display: block;
    text-align: center;
    transition: 0.3s ease 0s;

}

.mbxDh .main .d1 a:before{
    position: absolute;
    content: '';
    left: 50%;
    bottom: 0px;
    width: 0%;
    height: 3px;
    background-color: none;
    transition: all .3s;
}

.mbxDh .main .d1 a:hover{
    color: #0065c0;
}

.mbxDh .main .d1 a:hover:before{
    width: 80%;
    left: 10%;
    background-color: #0065c0;
}

.mbxDh .main .d1 a:after{
    content: "";
    position: absolute;
    width: 1px;
    height: 15px;
    display: block;
    background: #ccc;
    top: 50%;
    margin-top: -7px;
    right: 0px;
}

.dhsite{
    margin-right: 30px;
}

.dhsite *{
    display: inline-block;
    font-size: 14px;
    color: #555;
}

.dhsite a:hover{
    color: #0065c0;
}

.dhsite i{
    display: inline-block;
    color: #0065c0;
    font-size: 20px;
}

.dhsite span{
    display: inline-block;
    margin: 0 5px;
}

.dhsite.d2{
    height: 60px;
    line-height: 60px;
}

.ntit p.p1{
	font-size:30px;
	color:#333;
	font-weight: bold;
	padding-bottom: 15px;
	margin-bottom: 30px;
	position: relative;

}

.ntit p.p1:after{
	position: absolute;
	content: "";
	width: 30px;
	height: 2px;
	left: 0;
	bottom: 0;
	background-color: var(--primary);
}

.ntit p.p2{
	font-size:26px;
	color: #333;
}

.nyAbout .des{
	margin-top: 25px;
}

.nyAbout .des p{
	margin-bottom: 15px;
	line-height: 1.8;
	text-indent: 30px;
}

.nyAbout .div-img:hover img{
	transform: scale(1.1);
}

.nyCulture .main{
	max-width: 1270px;
	margin: auto;
}

.culItems .item{
	position: relative;
	margin-bottom: 30px;
	cursor: pointer;
}

.culItems .item .div-text{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	text-align: center;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.3);
	padding: 15px 30px;
}

.culItems .item p.title{
	font-size: 28px;
	padding-bottom: 30px;
	margin-bottom: 30px;
	position: relative;
}

.culItems .item p.title:after{
	position: absolute;
	content: "";
	width: 25px;
	height: 3px;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	transform-origin: center;
	background-color: #fff;
	transition: all .3s ease;
}

.culItems .item p.des{
	font-size: 14px;
}

.culItems .item .div-img img{
	transition: all .6s ease;
}

.culItems .item:hover .div-img img{
	transform: scale(1.08);
}

.culItems .item:hover p.title:after{
	width: 45px;
}



.HonorCon .item a{
    display: block;
    overflow: hidden;
    background: #e8e8e8;
    text-align: center;
    cursor: pointer;
}

.HonorCon .item .div-img{
    padding: 10px;
}

.HonorCon .item{
    margin-bottom: 25px;
}

.HonorCon .item img{
    vertical-align: middle;
    transition: 0.5s linear 0s;
    transform: scale(1);
}

.HonorCon .item p{
    color: #fff;
    background: #2a3843;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    padding: 15px 10px;
    box-sizing: border-box;
    border: 1px solid #f5f5f5;
}

.HonorCon .item:hover img{
    transform:scale(1.1);
}

.HonorCon .item:hover p{
    color: #fff;
    background: #265ab4;
}

.HonorCon p.title{
    font-size:16px;
    margin-bottom: 25px;
}

.prolist2 .item{
	margin-bottom: 25px;
}

.prolist2 .item a{
	display: block;
	border:1px solid #eee;
	color: #555;
}

.prolist2 .item .div-img{
	padding: 20px;
}

.prolist2 .item .div-img img{
	transition: all .6s ease
}

.prolist2 .item .div-text{
	position: relative;
	padding: 15px 0;
	z-index: 1;
}

.prolist2 .item .div-text:after{
	position: absolute;
	content: "";
	width: 0;
	height: 100%;
	top: 0;
	left: 50%;
	transform-origin: center;
	transition: all .4s ease;
	z-index: -1;
	background-color: var(--primary);
}

.prolist2 .item .div-text p{
	text-align: center;
}

.prolist2 .item:hover .div-img img{
	transform: scale(1.05);
}

.prolist2 .item:hover .div-text:after{
	width: 100%;
	left: 0;
}

.prolist2 .item:hover a{
	color: #fff;
}



.topCon .div-text p.title{
   font-size: 22px;
   line-height: 1;
   font-weight: bolder;
   line-height: 2;
   color: #333;
   padding-bottom: 15px;
   margin-bottom: 15px;
   margin-top: 15px;
   border-bottom: 1px solid #eee;
}

.topCon .div-text p.p1{
    font-size: 14px;
    margin-bottom: 15px;
}

.topCon .div-text p.des{
    font-size: 15px;
    color: #666;
}

.topBtn{
    margin-top: 35px;
}

.topBtn a{
    display: inline-block;
    margin-right: 15px;
    font-size: 16px;
    color: #373c41;
    border: 1px solid var(--primary);
    transition: all .36s ease;
    padding: 13px 65px;
}

.topBtn a:nth-child(1){
	background-color: var(--primary);
	color: #fff;
}

.topBtn a:nth-child(2){
	color: var(--primary);
}

.topBtn a:hover{
    background-color: var(--primary);
	color: #fff;
}

.proBig{
    border:1px solid #eee;
    margin-bottom: 15px;
}

.proSmall .swiper-button-prev:after,.proSmall .swiper-button-next:after{
    display: inline-block;
    font-size: 24px;
    color: #333;
}

.proSmall .div-img{
    border:1px solid #eee;
}

.nrtit{
    margin-top: 45px;
    border-bottom: 1px solid rgba(240, 240, 240, 1);
    margin-bottom: 35px;
}

.nrtit span{
    display: inline-block;
    padding: 15px 55px;
    background-color: var(--primary);
   	color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

.jsCon .con p{
    font-size: 15px;
}

.jsCon .con p img{
    margin: 10px 0;
}

.keywords{
    margin-top: 35px;
    margin-bottom: 45px;
}

.keywords span{
    display: inline-block;
    padding: 5px 10px;
    min-width: 59px;
    text-align: center;
    border-radius: 3px;
    margin-left: 10px;
    border: 1px solid #d9d9d9;
}

.nyXg{
    padding-top: 15px;
    padding-bottom: 45px;
    background-color: #fff;   
}

.newslist2 .item{
	margin-bottom: 25px;
}

.newslist2 .item a{
	display: block;
	color: #333;
	padding: 20px;
	background-color: #fff;
	border:1px solid #eee;
}

.newslist2 .item .d1{
	min-width:300px;
	max-width: 300px;
}

.newslist2 .item .d2{
	padding: 0 4%;
}

.newslist2 .item p.title{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box!important;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.newslist2 .item p.des{
	font-size: 14px;
	color: #8e8e8e;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box!important;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.more3 span{
	font-size: 18px;
	display: inline-block;
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	color: #8e8e8e;
	border:1px solid #8e8e8e;
	border-radius: 50%;
}

.newslist2 .item:hover a{
	background-color: #f5f5f5;
}

.newslist2 .item:hover p.title{
	color: var(--primary);
}

.newslist2 .item:hover .div-img img{
	transform: scale(1.05);
}

.newslist2 .item:hover .more3 span{
	background-color: var(--primary);
	color: #fff;
	border:1px solid var(--primary);
}


.newsCon{
    background-color: #fff;
}

.newsCon h2.title{
    font-size: 24px;
    font-weight: bold;
    color: #373c41;
    text-align: center;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #eee;
}

.newsCon .meta{
	font-size: 14px;
}

.newsCon .meta div.d1 p{
	margin-right: 15px;
}

.newsCon .content{
    margin: 25px 0;
}


.accordion>.card{
  border:none;
  border-radius: inherit;
  margin-bottom: 15px;
}

.accordion .card-body{
  background-color: #fafafa;
}


.card-header{
  background-color: #eee;
  color: #333;
}

.card-header .btn{
  color: #333;
  box-shadow: none;
}


.card-header .btn span{
  margin-right: 15px;
  display: inline-block;
  color: #333;
}

.nyContact{
	background-color: #eee;
}

.nyContact p.title{
	font-size: 32px;
	font-weight: bold;
	color: #333;
}

.nyContact .main{
	background-color: #fff;
	max-width: 1340px;
	margin: auto;
}

.nyContact .div-text{
	padding: 55px 80px;
}

.nyContact .div-text .cname{
	font-size: 18px;
	margin: 25px 0;
	color: #333;
}

.nyContact .div-text .info p{
	margin-bottom: 8px;
	color: #383838;
}

.nyContact .div-text .info a{
	color: #383838;
	display: inline-block;
}

.nyContact .div-text .info a.a1{
	margin-left: 25px;
}

.nyContact .div-text .info a.a2{
	margin-left: 35px;
}

.nyContact .div-text .wx{
	display: inline-block;
	text-align: center;
	font-size: 14px;
}

.nyContact .div-text .wx img{
	max-width: 180px;
	margin-top: 15px;
	margin-bottom: 5px;
}

.nyContact .divRight{
	background-color: var(--primary);
	height: 100%;
	padding: 55px 80px;
}

.nyContact .divRight p.title{
	color: #fff;
	margin-bottom: 25px;
}

.divForm form{
	display: block;
}

.divForm form input,.divForm form textarea{
	display: block;
	width: 100%;
	padding: 12px 20px;
	border:none;
	outline: none;
	box-shadow: none;
}

.divForm form button{
	display: block;
	color: #555;
	width: 100%;
	padding: 10px 15px;
	box-shadow: unset;
	border:1px solid var(--primary);
	transition: all .4s ease;
}

.divForm form button:hover{
	border:1px solid #fff;
	color: #fff;
	background-color: unset;
}

.divForm .item{
	margin-bottom: 30px;
}


/**/
 .wyz{
    position: fixed;
    right: 0px;
    top: 60%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 50px 0;
    border-right: 0px solid #20b09f;
    height: 482px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 999999;
}

.wyz-form.cur{
    width: 200px;
    opacity: 1;
}

.wyz .transition{
    -webkit-transition-duration: .8s;
    -moz-transition-duration: .8s;
    -o-transition-duration: .8s;
    transition-duration: .8s;
}

.wyz .wyz-title{
    background-color: rgb(0 133 189);
    color: #fff;
    padding: 15px 20px 0;
    white-space: nowrap;
    position: relative;
}

.wyz .wyz-title .cf-close{
    position: absolute;
    left: 166px;
    top: 0;
    padding: 10px;
}

.wyz-item-block{
    position: absolute;
    right: 0;
    width: 70px;
    height: 70px;
    background-color: rgba(0, 0, 0, .4);
    border-right: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.wyz-item-block:nth-child(1) {
    top: 50px;
}

.wyz-item-block:nth-child(2) {
    top: 128px;
}

.wyz-item-block:nth-child(3) {
    top: 206px;
}

.wyz-item-block:nth-child(4) {
    top: 284px;
}

.wyz-item-block:nth-child(5) {
    top: 362px;
}

.wyz-item{
    width: 100%;
    height: 100%;
}

.wyz-item-p{
    color: #fff;
    font-size: 12px;
    margin-top: 5px;
}

.wyz-item-in{
    height: 100%;
    display: none;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.wyz-item-in-p{
    color: #fff;
    text-align: center;
    line-height: 68px;
    height: 68px;
    white-space: nowrap;
}

.wyz-in.cur{
    width: 180px;
    background-color: transparent;
}

.wyz-in.cur .wyz-item-in{
    width: 100%;
    display: block;
}

.wyz-in.cur .wyz-item{
    display: none;
}

.wyz-in:before{
    content: "";
    background-color: rgb(180 32 37);
    position: absolute;
    height: 100%;
    width: 0;
    -webkit-transition: all .8s ease;
    -o-transition: all .8s ease;
    -moz-transition: all .8s ease;
    transition: all .8s ease;
}

.wyz-in.cur:before{
    width: 100%;
}

.wyz-item-block.wyz-top{
    display: none;
    cursor: pointer;
    width: 46px;
    height: 46px;
    top: 480px;
}

.wyz-item-block.wyz-top .wyz-item-p{
    font-size: 14px;
    margin-top: 0;
}

.wyz-in.wyz-search.cur{
    border-left: none;
}

.wyz-form{
    position: absolute;
    width: 0;
    right: 156px;
    bottom: -1px;
    z-index: 999;
    overflow: hidden;
    opacity: 0;
}

.wyz-form .cf-form{
    background-color: rgb(215, 42, 41);
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 20px 20px;
}

.wyz-form .cf-form-item{
    margin-bottom: 10px;
    font-size: 0;
    white-space: nowrap;
}

.wyz-form .cf-form-item:last-of-type {
    margin: 0;
}

.wyz-form input{
    padding: 0 8px;
    margin: 0;
    border: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 180px;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    background-color: #fff;
}

.wyz-form .verify{
    width: 86px;
    margin-right: 5px;
}

.wyz-form .submit{
    width: 180px;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
}

.wyz-qr-show{
    display: none;
    position: absolute;
    z-index: 1;
    border: 1px solid rgb(248 249 253);
    left: -150px;
    top: -81px;
}

.wyz .flex-col{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.wyz .ewm{
    width: 160px;
}

/*分页*/
.pagination{
  margin-top: 60px;
  justify-content: center;
}
.pagination a{
  display: block;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border:1px solid #dbdbdb;
  background-color: #333;
  line-height: 48px;
  text-align: center;
  color: #fff;
  margin: 0 5px;
  border-radius: 2px;
  font-size: 16px;
}

.pagination a.page-item svg path{
	fill: #fff;
}

.pagination a.page-item:first-child{
  transform: rotateY(180deg);
  background-color: #c8c8c8;
  border:1px solid #c8c8c8;
  color: #fff;
}

.pagination a.page-item:last-child{
  background-color: #c8c8c8;
  border:1px solid #c8c8c8;
  color: #fff;
}

.pagination a.page-num.page-num-current,
.pagination a:hover,.pagination a.page-item:first-child:hover,.pagination a.page-item:last-child:hover{
  background: var(--primary)!important;
  color: #fff;
}
.pagination a.page-item:hover svg path,.pagination a.page-item:first-child:hover svg path,.pagination a.page-item:last-child:hover svg path{
  fill: #fff;
}













































