
/*====================================INDEX===========*/

.in-news{
	width:100%;
	margin: auto;
	overflow: hidden;
	margin-top: 5%;
	margin-bottom: 5%;
}

.in-news .title{
    width: 280px;
    float: left;
}
.in-news .title span{
	display:block;
	text-shadow: 0px 0px 0px #dbdbdb, 0px 0px 0px #bdbdbd, 1px 1px 1px #bbbbbb, 0px 0px 2px #ededed; /* è®¾ç½®æè¾¹æ•ˆæžœ */
	color: #fff;
	font-size: 65px;
	line-height: 1;
}



.in-news .title .bt{
    color: #1e1e1e;
    font-size: 34px;
    font-weight: bold;
    line-height: 1;
}
.in-news .title .in-news-nav{
    width: 160px;
    float: left;
    margin-top: 10%;
}
.in-news .title .in-news-nav li{
	width:100%;
	height:75px;
	list-style: none;
	border: 2px solid #d1d1d1;
	border-radius: 5px;
	margin-top: 14%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	font-weight: bold;
	color: #1e1e1e;
}

.in-news .title .in-news-nav li:hover{
	border: 2px solid #d70321;
	color: #d70321;
}

.in-news .content{
    width: calc(100% - 280px);
    float: right;
    margin: auto;
    overflow: hidden;
}
.in-news .content .focus{
    width: calc(48% - 10px);
    float: left;
    box-shadow: 0px 0px 8px 1px rgb(0 0 0 / 15%); /* è®¾ç½®å±‚é˜´å½±æ•ˆæžœ */
    margin: 0 5px 5px 5px;
}
.in-news .content .focus .pic{
    position: relative;
    width: 100%;
    margin: auto;
    overflow: hidden;
}
.in-news .content .focus .pic .date{
    position: absolute;
    z-index: 9;
    width: 140px;
    height: 100px;
    background: #d70321;
    color: #fff;
    border-radius: 0 0 30px 0;
    text-align: center;
    padding-top: 25px;
}
.in-news .content .focus .pic .date span{
    display: block;
    font-size: 36px;
    font-weight: bold;
}
.in-news .content .focus .pic .tp{
    position: relative;
    width: 100%;
    margin: auto;
    float: left;
    overflow: hidden;
    max-height: none;
    padding-bottom: 70%;
}
.in-news .content .focus .pic .tp img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(1.0);
	height: 100%;
	min-width: 100%;
	transition: all .5s ease;
}
.in-news .content .focus .in-news-info{
    width: 90%;
    margin: auto;
    padding: 6% 0;
}
.in-news .content .focus .in-news-info .title{
    font-size: 22px;
    color: #222;
    width: 100%;
    margin: auto;
    overflow: hidden;
    margin-bottom: 3%;
    line-height: 1.5;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.in-news .content .focus .in-news-info .title a{color: #222;}
.in-news .content .focus .in-news-info .title a:hover{color: #d70321;}
.in-news .content .focus .in-news-info .text{
    width: 100%;
    margin: auto;
    font-size: 14px;
    margin-top: 3%;
    line-height: 1.5;
    color: #555;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.in-news .content .focus .in-news-info .more{
    font-size: 16px;
    width: 100%;
    margin: auto;
    overflow: hidden;
    margin-top: 3%;
}
.in-news .content .focus .in-news-info .more span{}
.in-news .content .list{
    width: 46%;
    float: right;
    margin: auto;
    overflow: hidden;
}
.in-news .content .list li{
    list-style: none;
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #d5d5d5;
    padding: 7.5% 2%;
	transition: all 0.3s;
}
.in-news .content .list li .info{
    width: 80%;
    padding-right: 5%;
}
.in-news .content .list li .title{
    width: 100%;
    color: #2f2f2f;
    font-size: 21px;
    margin: auto;
    margin-bottom: 2%;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.in-news .content .list li .text{
    width: 100%;
    margin: auto;
    overflow: hidden;
    color: #6c6c6c;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 16px;
}
.in-news .content .list li .date{
    width: 20%;
    color: #c1c1c1;
    text-align: center;
    font-size: 14px;
    border-left: 1px solid #ebebeb;
}
.in-news .content .list li .date span{
    display: block;
    font-size: 36px;
    font-weight: bold;
}
.in-news .content .list li .date2{display:none;}


.in-news .content .list li:nth-child(1){border-top: none;}


.in-news .content .list li:hover{background:#d70321;padding: 7.5% 4%;transition: all 0.3s;}
.in-news .content .list li:hover .date{display:none}
.in-news .content .list li:hover .date2{display:block;color: #fff;font-size: 37px;text-align: center;width: 20%;padding-top: 3%;border-left: 1px solid #fff;}
.in-news .content .list li:hover .info .title{color:#fff}
.in-news .content .list li:hover .info .title a{color:#fff}
.in-news .content .list li:hover .info .text{color:#fff}


.in-news .line{
	width:100%;
	margin:4% auto 3%;
	overflow: hidden;
	height: 4px;
	background: #e7e7e7;
	float: left;
}

.in-news .line::after{
	content:'';
	display: block;
	height: 4px;
	width:20%;
	background: #bc955a;
}

.in-news-more{
	width:160px;
	height: 58px;
	background: #d70321;
	color: #fff;
	text-align: center;
	line-height: 58px;
	font-size: 18px;
	float: left;
	transition: all 0.3s;
}

.in-news-more:hover{
	width:150px;
	transition: all 0.3s;
}


/*--------1440---------*/
@media (max-width: 1440px) {
	
	.in-news .title{    width: 230px;}
	.in-news .content{width: calc(100% - 230px);}
	.in-news .content .list li{ padding: 6.8% 2%;}
	.in-news .content .list li:hover{padding: 6.8% 4%;}
}



/*--------991---------*/
@media (max-width: 991px) {
	
	.in-news .title{width:100%;}
	.in-news .title .bt{font-size:24px;}
	.in-news .title span{display:none;}
	.in-news .title .in-news-nav{width:100%; display: flex; justify-content: space-between;margin-top: 5%;}
	.in-news .title .in-news-nav a{width:calc((100% - 30px)/4);}
	.in-news .title .in-news-nav li{width:100%;margin-top: 0%;    height: 40px; font-size:14px;border: 1px solid #d1d1d1;}
	.in-news .content{width:100%; margin-top: 4%;}
	.in-news .content .focus{width:100%;margin: 0;border: 1px solid #ededed;}
	.in-news .content .focus .pic .date{    width: 100px; height: 70px; padding-top: 15px; font-size: 12px;}
	.in-news .content .focus .pic .date span{    font-size: 25px;}
	.in-news .content .list{width:100%;    margin-top: 4%;}
	.in-news .content .focus .in-news-info .title{font-size:20px;}
	.in-news .content .focus .in-news-info .more{font-size:15px;}
	
	.in-news .content .list li{padding: 4% 2%;}
	.in-news .content .list li:hover{padding: 4% 2%;}
	.in-news .content .list li .info{width:84%}
	.in-news .content .list li .title{font-size: 18px;}
	.in-news .content .list li .text{font-size:15px;}
	
	
	.in-news .content .list li .date{width:16%;    font-size: 12px;}
	.in-news .content .list li .date span{    font-size: 25px;}
	
	.in-news-more{ width: 150px;line-height:42px; height: 42px;    font-size: 15px; display: none;}
}

















/*====================================in-business===========*/
.in-business{
	width:100%;
	margin: auto;
	overflow: hidden;
	position: relative;
	color: #fff;
}


.in-business-b{
    position: relative;
    display: flex;
    justify-content: center;
}
.in-business-b .pic{
    position: relative;
    width: 100%;
}
.in-business-b .pic img{ width:100%}
.in-business-b .info{
    position: absolute;
    z-index: 999;
    width: 100%;
    max-width: 1600px;
    display: flex;
    justify-content: space-between;
    margin-top: 7%;
}
.in-business-b .info .title{
    font-size: 43px;
    font-weight: bold;
    width: 50%;
    line-height: 1;
}
.in-business-b .info .title span{
    display: block;
    font-size: 31px;
    font-weight: normal;
    margin-bottom: 20px;
}
.in-business-b .info .text{
    width: 100%;
    max-width: 600px;
    font-size: 18px;
    font-weight: bold;
    border-top: 4px solid #fff;
    padding-top: 2%;
    line-height: 1.5;
    margin-top: 1%;
}

.in-business-t{
    position: absolute;
    z-index: 99;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(0,0,0,0.4);
    border-top: 1px solid rgba(255,255,255,0.5);
}

.in-business-t li{
	list-style: none;
	border-left: 1px solid rgba(255,255,255,0.5);
	padding: 30px 1% 30px 1%;
	width: 100%;
	text-align: right;
	font-size: 20px;
}

.in-business-t li span{
    float: left;
}

.in-business-t li:hover{border-top: 3px solid rgba(255,255,255,1);padding: 27px 1% 30px 1%;}




.in-business-sj{
	width:94%;
	display: none;
	margin: 3% auto;
}
.in-business-sj .title{
    font-size: 16px;
    color: #222;
    font-weight: bold;
    margin-top: 10px;
}
.in-business-sj .text{
    font-size: 14px;
    line-height: 1.5;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #8f8f8f;
    margin-top: 5px;
}


/*--------991---------*/
@media (max-width: 991px) {
	
	.in-business{display:none;}
	.in-business-b .info .title{font-size:22px;}
	.in-business-b .info .title span{font-size:14px;}
	.in-business-b .info .text{font-size:14px;}
	
	
	.in-business-sj{display:block;}
}




















/*====================================in-dj===========*/
.in-dj{
	width:100%;
	margin: auto;
	overflow: hidden;
	background: url(style/images/in-dj-bg.jpg) no-repeat bottom center;
	background-size: cover;
	padding: 8% 0;
}



.in-dj .in-dj-content{
	width:100%;
	margin: auto;
	overflow: hidden;
}

.in-dj .in-dj-content .in-dj-list{
    width: 100%;
    margin: auto;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 3%;
}
.in-dj .in-dj-content .in-dj-list li{
    width: 49%;
    float: left;
    list-style: none;
    margin-bottom: 2%;
    background: #fff;
    padding: 2.5%;
    display: flex;
    justify-content: space-between;
}
.in-dj .in-dj-content .in-dj-list li .pic{
	position: relative;
	width: 35%;
	margin: auto;
	float: left;
	overflow: hidden;
	max-height: none;
	padding-bottom: 22%;
}
.in-dj .in-dj-content .in-dj-list li .pic img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.0);
    height: 100%;
    min-width: 100%;
    transition: all .5s ease;
}
.in-dj .in-dj-content .in-dj-list li .date{
    width: 75px;
    margin-left: 5%;
    margin-right: 5%;
}
.in-dj .in-dj-content .in-dj-list li .date::after{
	content:
	'';
	display:
	block;
	width: 80%;
	height:1px;
	background:#ccc
;
	margin-top: 50px;
}
.in-dj .in-dj-content .in-dj-list li .date span{
	display:
	block;
	font-size: 24px;
	color: #222;
}
.in-dj .in-dj-content .in-dj-list li .info{
    width: 44%;
}
.in-dj .in-dj-content .in-dj-list li .info .title{
    font-size: 18px;
    color: #222;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.in-dj .in-dj-content .in-dj-list li .info .title a{color: #222;}
.in-dj .in-dj-content .in-dj-list li .info .title a:hover{color: #d70321;}
.in-dj .in-dj-content .in-dj-list li .info .text{
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 14px;
    line-height: 1.5;
    color: #888;
    margin-top: 15px;
}






.in-dj .nav-tabs.nav-stacked{width: 16%;    border: none;}
.in-dj .nav-tabs.nav-stacked > li{    border-top: none;}
.in-dj .nav-tabs > li > a{font-size:20px;color: #222;padding: 10px 0px;margin-bottom: 15px;}
.in-dj .flex-vertical{align-items: center;}
.in-dj .nav-tabs>li.active>a{color:#d70321;    border-bottom: 1px solid #d70321;}







.in-dj .in-dj-title{
	width:200px;
	position: absolute;
	font-size: 42px;
	font-weight: bold;
	color: #222;
	line-height: 1;
}

.in-dj .in-dj-title::after{
	content:
	'';
	display: block;
	width:60px;
	height: 5px;
	background: #d70321;
	margin-top: 30px;
}



.in-dj .arrow{
	width:55px;
	height: 55px;
	position: absolute;
	font-size: 22px;
	color: #fff;
	background: #d70321;
	line-height: 1;
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin-top: -50px;
}







/*--------1440---------*/
@media (max-width: 1440px) {
	.in-dj .nav-tabs.nav-stacked{    width: 14%;}
	.in-dj .in-dj-content .in-dj-list li .date{    width: 80px;}
	.in-dj .in-dj-title{font-size:38px;}
}


/*--------1200---------*/
@media (max-width: 1200px) {
	.in-dj .in-dj-content .in-dj-list li .pic{display:none;}
	.in-dj .in-dj-content .in-dj-list li .info{width:68%}
}





@media (max-width: 991px){
	.in-dj .in-dj-title { font-size: 24px;}
	.in-dj .in-dj-title::after{    margin-top: 20px; display:none}
	
	.in-dj .nav-tabs.nav-stacked{width:100%; display: flex;    justify-content: flex-start;    margin-top: 10%;}
	.in-dj .nav-tabs.nav-stacked > li{width:30%;    margin-right: 3.3%;}
	.in-dj .nav-tabs > li > a{font-size:15px; text-align: center;    margin-bottom: 0;}
	
	.in-dj .in-dj-content .in-dj-list{    display: block;    padding-left: 0%;}
	.in-dj .in-dj-content .in-dj-list li{width:100%;}
	.in-dj .in-dj-content .in-dj-list li .date{margin-left: 2%; margin-right: 3%;}
	.in-dj .in-dj-content .in-dj-list li .date span{font-size:18px;}
	.in-dj .in-dj-content .in-dj-list li .info{width:75%;}
	.in-dj .arrow{display:none;}
}

















/*====================================in-service===========*/
.in-service{
	width:100%;
	margin: auto;
	overflow: hidden;
	padding: 4% 0;
}





.in-service .title{
	width: 100%;
	font-size: 42px;
	font-weight: bold;
	color: #222;
	line-height: 1;
	margin-bottom: 4%;
}

.in-service .title::after{
	content:
	'';
	display: block;
	width:60px;
	height: 5px;
	background: #d70321;
	margin-top: 30px;
}


.in-service .list{
	width:100%;
	margin: auto;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
}

.in-service .list li{
    list-style: none;
    width: 31.3%;
    position: relative;
    padding: 2.5% 2%;
    display: flex;
    justify-content: space-between;
}

.in-service .list li .in-service-text{
    font-size: 16px;
    color: #fff;
    margin-top: 8%;
	width:60%
}
.in-service .list li .in-service-text span{
    display: block;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
}
.in-service .list li .in-service-pic{width:35%;background: #fff;padding: 10px;border-radius: 10px;margin-left: 20px;}
.in-service .list li .in-service-pic img{width:100%}

.in-service .list li .in-service-pic span{display:none;}


.in-service-bg1{
    background: url(style/images/in-service-bg1.jpg);
    background-size: cover;
}
.in-service-bg2{
    background: url(style/images/in-service-bg2.jpg);
}
.in-service-bg3{
    background: url(style/images/in-service-bg3.jpg);
}

.font-gray{
	color:#343434!important;
}






/*--------1440---------*/
@media (max-width: 1440px) {
	.in-service .list li .in-service-pic{width:35%;    margin-left: 10px;}
	.in-service .list li .in-service-pic img{width:100%}
	.in-service .list li .in-service-text{width:50%;font-size: 14px;    line-height: 1.5;    margin-top: 5%;}
	.in-service .list li .in-service-text span{    font-size: 22px;    margin-bottom: 10px;}
}



/*--------1280---------*/
@media (max-width: 1280px) {
	.in-service .list li .in-service-text{width:60%}
}


/*--------991---------*/
@media (max-width: 991px) {
	.in-service .title{font-size:24px;}
	.in-service .title::after{display:none;}
	
	.in-service .list li .in-service-text{display:none;}
	.in-service .list li .in-service-pic{width:100%;    margin-left: 0px;}
	
	.in-service .list li .in-service-pic span{    display: block; text-align: center; line-height: 1.5; margin-top: 10px; font-size: 14px;}
}










/*====================================in-link===========*/
.in-link{
	width:100%;
	margin: auto;
	overflow: hidden;
	background: url(style/images/link-ico.png) no-repeat left center;
	padding-left: 40px;
	display: flex;
	font-size: 16px;
	color: #a1a1a1;
	margin-bottom: 3%;
}
.in-link ul{
    width: calc(100% - 100px);
    margin: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.in-link ul li{
    list-style: none;
    margin: 0 10px 0 0px;
    color: #a1a1a1;
    align-items: center;
    background: url(style/images/link-line.jpg) no-repeat right center;
	padding-right:10px
}


.in-link ul li a{color: #a1a1a1;}
.in-link ul li a:hover{color: #8e8e8e;}























/*====================================ab-about===========*/
.about{
	width:100%;
	margin: auto;
	overflow: hidden;
	background: url(style/images/ab-bg.jpg) no-repeat top center;
	background-size: cover;
	padding: 6% 0 10%;
}


.about .ab-left{
	width: calc(95% - 380px);
	float: left;
	padding-right: 5%;
	border-right: 1px solid #ededed;
}

.about .ab-left .title{
    font-size: 40px;
    line-height: 1;
    color: #222;
    font-weight: bold;
}
.about .ab-left .title::before{
	content:'';
	width:10px;
	height: 45px;
	background: #d51d0b;
	display: inline-block; 
	margin-right: 15px;
}
.about .ab-left .text{
    margin-top: 8%;
    font-size: 18px;
    line-height: 1.85;
    text-indent: 2em;
}

.about .ab-right{
	width: 100%;
	float: right;
	max-width: 380px;
}
.about .ab-right .title1{
	font-size: 26px;
	color: #333;
	line-height: 1.25;
}
.about .ab-right .title1 span{
	display: block;
}
.about .ab-right .title2{
    font-size: 14px;
    line-height: 1.5;
    color: #868686;
    margin-top: 3%;
    width: 100%;
    max-width: 350px;
}
.about .ab-right .list{
    width: 100%;
    overflow: auto;
    margin-top: 7%;
}
.about .ab-right .list li{
    font-size: 14px;
    line-height: 1.5;
    color: #868686;
    list-style: none;
    margin-top: 4%;
}
.ab-font{
    font-size: 50px;
    display: block;
    color: #da000f;
}
.ab-font span{}


/*--------991---------*/
@media (max-width: 991px) {
	.about{padding: 6% 0 0%;}
	.about .ab-left{
		width:100%;
		background: url(style/images/ab-bg.jpg) no-repeat left top;
		background-size: cover;    
		border-right: none;
    	padding-right: 0;
	}
	.about .ab-right{    
		width: 100%;
		max-width: 100%;
		margin-top: 8%;
		background: url(style/images/ab-bg.jpg) no-repeat right bottom;
		background-size: cover;
		padding: 8% 0;
	}
	.about .ab-left .title{    font-size: 26px;}
	.about .ab-left .title::before{    height: 22px;    width: 4px;}
	.about .ab-left .text{    font-size: 16px;}
	.about .ab-right .title1{font-size: 24px;}
	.ab-font{font-size: 28px;}
}










/*====================================ab-fzlc===========*/
.fzlc{
	width:100%;
	margin: auto;
	overflow: hidden;
	background: url(style/images/fzlc-bg.jpg) no-repeat top center;
	background-size: 100%;
	padding: 3% 0 2%;
}



.fzlc-title{
    color: #1a1a1a;
    font-size: 24px;
    font-weight: bold;
}
.fzlc-title span{
    display: block;
    color: #e9e9e9;
    font-size: 46px;
    line-height: 1.5;
}


.fzlc-title::after{
	content:'';
	display: block;
	width:40px;
	height: 3px;
	background: #e9e9e9;
	margin-top: 3%;
}


.fzlc-content{
	width:100%;
	margin: auto;
	overflow: hidden;
}


.fzlc-content .info{
    width: 45%;
    float: left;
    margin-top: 6%;
    max-width: 500px;
    line-height: 1.75;
}
.fzlc-content .info .title{
    color: #de2e33;
    font-size: 72px;
    font-weight: bold;
}
.fzlc-content .info .text{
    color: #222;
    font-size: 18px;
    line-height: 1.5;
    margin-top: 5%;
}
.fzlc-content .pic{
    width: 50%;
    max-width: 678px;
    overflow: hidden;
    padding-bottom: 28%;
    position: relative;
    float: right;
    margin: auto;
}
.fzlc-content .pic img{
	width: 100% !important;
    height: auto !important;
    left: 50%!important;
    top: 50%!important;
    -webkit-transform: translate(-50%,-50%)!important;
    -ms-transform: translate(-50%,-50%)!important;
    transform: translate(-50%,-50%)!important;
    position: absolute!important;
    transition: all 0.3s;
    opacity: 1;
}






/*--------991---------*/
@media (max-width: 991px) {
	
	.fzlc{    background-size: cover;}
	.fzlc-content .pic{display: none;}
	.fzlc-content .info{width:100%}
	.fzlc-content .info .title{    font-size: 26px;}
	.fzlc-content .info .text{font-size:15px;}
	.fzlc-title{margin-top:5%}
	.fzlc-title span{display:none}
}


















/*====================================ab-honor===========*/

.honor{
	width:100%;
	margin: auto;
	overflow: hidden;
	margin-top: 2%;
	display: flex;
	justify-content: flex-start;
	flex-flow: wrap;
}



.honor li{
    list-style: none;
    margin-right: 60px;
    width: calc((100% - 120px)/3);
    margin-bottom: 5%;
}
.honor li:nth-child(3n){
	margin-right:0;
}
.honor li .pic{
	overflow: hidden;
	padding-bottom: 66%;
	position: relative;
	width: 100%;
	float: right;
	margin: auto;
	background: #fff;
}
.honor li .pic img{
	width: 100% !important;
    height: auto !important;
    left: 50%!important;
    top: 50%!important;
    -webkit-transform: translate(-50%,-50%)!important;
    -ms-transform: translate(-50%,-50%)!important;
    transform: translate(-50%,-50%)!important;
    position: absolute!important;
    transition: all 0.3s;
    opacity: 1;
}

.honor li .title{
    font-size: 20px;
    color: #000;
    width: 100%;
    margin: 0;
    padding: 5%;
    float: left;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    background: #f1f1f1;
    text-align: center;
}



.honor li:hover .pic img { opacity: 0.75; transition: all 0.3s;}
.honor li:hover .title a{color:#333}



/*--------991---------*/
@media (max-width: 991px) {
	.honor li{    
		margin-right: 30px;
    	width: calc((100% - 30px)/2);
	}
	.honor li:nth-child(3n) { margin-right: 30px;}
	.honor li:nth-child(2n) { margin-right: 0px;}
	.honor li .title{font-size:16px}
}








/*====================================ab-honor===========*/


.zzjg{
	width:100%;
	margin: auto;
	overflow: hidden;
	background: url(style/images/ab-zzjg-bg.jpg) no-repeat top center;
	background-size: cover;
	padding: 5% 0;
}


.zzjg .pic{
	width:100%;
	margin: auto;
	overflow: hidden;
	text-align: center;
	background: rgba(255,255,255,0.7);
	padding: 2% 5%;
	border-radius: 10px;
}

.zzjg .pic img{
	width:100%;
	max-width: 1008px;
}

















/*====================================NEWS===========*/
.news-box{
	width:100%;
	margin: auto;
	overflow: hidden;
}
.news-box .news{
	width: calc(96% - 330px);
	float: left;
	margin: auto;
	overflow: hidden;
}

.news-box .news .list2{width:100%;margin: auto;overflow: hidden;border-right: 1px solid #e7e7e7;padding-right: 5%;}
.news-box .news .list2 ul{width:100%; margin: auto; overflow: hidden;padding-left:0px;}
.news-box .news .list2 ul li{width:100%;margin: auto;overflow: hidden;padding: 4% 0;border-top: 1px solid #e7e7e7;}
.news-box .news .list2 ul li:nth-child(1){ border-top:none}

.news-box .news .list2 ul li .tp{
        width: 30%;
        margin: auto;
        float: left;
        overflow: hidden;
        max-height: none;
        position: relative;
        padding-bottom: 21%;
    }
.news-box .news .list2 ul li .tp img{
    border-radius: 15px;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.0);
    height: 100%;
    min-width: 100%;
    transition: all .5s ease;
}
.news-box .news .list2 ul li .info{width: 62%;float: right;}


.news-box .news .list2 ul li .info .title{width:100%;
 margin: auto;
 overflow: hidden;
 font-size: 24px;
 font-weight: normal;
 display: inline-block;
 white-space: nowrap;
 text-overflow: ellipsis;
 text-align: left;
 }
.news-box .news .list2 ul li .info .title a{color: #090909;}
.news-box .news .list2 ul li .info .date{display:inline;float: left;color: #8b8b8b;font-size: 0.85em;width: 300px;vertical-align:middle;}
.news-box .news .list2 ul li .info .text{width:100%; margin:3% auto;
  overflow: hidden;
  color: #626262;
  line-height: 1.5;
  font-size: 16px;
  text-overflow: -o-ellipsis-lastline;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  float: left;
}
.news-box .news .list2 ul li .info .more{
	width: 150px;
	height: 50px;
	margin: auto;
	overflow: hidden;
	color: #868686;
	font-size: 14px;
	float: left;
	border-radius: 10px;
	line-height: 50px;
	margin-top: 3%;
}

.news-box .news .list2 ul li .info .more a{color: #868686;}






.news-box .news-right{
	width:330px;
	float: right;
	margin: auto;
	overflow: hidden;
}

.news-box .news-right .bt{
	color: #232222;
	font-size: 22px;
	font-weight: bold;
}
.news-box .news-right .list{
	width:100%;
	margin: auto;
	overflow: hidden;
	margin-top: 8%;
}
.news-box .news-right .list li{
	width:100%;
	margin: auto;
	overflow: hidden;
	list-style: none;
	background: #f2f2f2;
	margin-bottom: 20px;
	padding: 8% 8%;
	border-radius: 8px;
	height: 188px;
	position: relative;
}
.news-box .news-right .list li .title{
	color: #6e6e6e;
	font-size: 18px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	width: 100%;
}
.news-box .news-right .list li .date{
	color: #939393;
	font-size: 13px;
	position: absolute;
	bottom: 10%;
}


.news-box .news-right .list li:hover{ background: #d51d0b;}
.news-box .news-right .list li:hover .title{color:#fff;}
.news-box .news-right .list li:hover .date{color:#fff;}


@media (max-width: 991px) {
	.news-box .news{width:100%;}
	.news-box .news-right{display:none;}
	.news-box .news .list2{border-right:none; padding-right: 0;}
	.news-box .news .list2 ul li .tp{display:none;}
	.news-box .news .list2 ul li .info{width:100%}
	.news-box .news .list2 ul li .info .title{font-size:18px;}
	.news-box .news .list2 ul li .info .text{  -webkit-line-clamp: 2; line-clamp: 2;    font-size: 14px;}
}














/*===========dj===========*/	



.dj {
	width:100%;
	margin: auto;
	overflow: hidden;
	padding-left: 0;
    margin-top:3%;
	border-right: 1px solid #e7e7e7;
    padding-right: 5%;
}


.dj ul{
	width:100%;
	margin: auto;
	overflow: hidden;
	padding-left: 0;
}

.dj ul li{
	width: 98%;
	margin: 1%;
	overflow: hidden;
	float: left;
	background: #fff;
	padding: 3% 5% 3% 0;
	border-bottom: 1px solid #ebebeb;
	transition: all 0.3s;
}

.dj ul li:nth-child(1){border-top: 1px solid #ebebeb;}


.dj ul li .date{
    width: 80px;
    float: left;
    font-size: 15px;
    color: #999;
    text-align: center;
    font-family: 'font-syst';
}
.dj ul li .date span{
    color: #011838;
    font-size: 42px;
    display: block;
    line-height: 1;
    transition: all 0.3s;
    font-weight: bold;
}
.dj ul li .line{
    width: 75px;
    float: left;
    margin: 0 2%;
    height: 90px;
    border: 1px solid #eeeeee;
    line-height: 90px;
    text-align: center;
    font-size: 20px;
    color: #b8b8b8;
}

.dj ul li .info{
    width: calc(94% - 80px);
    float: right;
    overflow: hidden;
}

.dj ul li .info .title{
    color: #212121;
    font-size: 22px;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
	letter-spacing:1px;
	font-family: 'font-syst';
}
.dj ul li .info .title a{color:#212121;}

.dj ul li .info .text{
    font-size: 14px;
    margin: 0px 0 20px;
    width: 100%;
    letter-spacing: 1px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
	color: #333;
	font-family: 'font-syst-light';
}



.dj ul li .info .more{
    width: 160px;
    float: right;
    margin: auto;
	border-radius: 50px;
    height: 45px;
    border: 1px solid #eeeeee;
    line-height: 45px;
    text-align: center;
    font-size: 16px;
    color: #fff;
	background: #d10705;
	transition: all 0.3s; 
}


.dj ul li:hover{ transition: all 0.3s;}
.dj ul li:hover .date span{transition: all 0.3s;color: #d10705;}
.dj ul li:hover .info .more{ background: #d10705; width:150px;transition: all 0.3s; color:#fff;}



@media (max-width: 1440px) {
	.dj ul li .info .title{font-size:20px}	
}

@media (max-width: 991px) {
	.dj{border-right:none; padding-right: 0;}
	.dj ul li{width:100%; margin:3% 0;padding: 3% 2%;}
	.dj ul li .date{display: none;}
	.dj ul li .line{display: none;}
	.dj ul li .info{width:100%}
	.dj ul li .info .title{font-size:18px;}
	.dj ul li .info .more{display:block;width: 140px;float: left;font-size: 12px;}
	
}













/*===========contact===========*/	

.contact{
	width:100%;
	margin: 5% 0 4%;
	overflow: hidden;
}

.contact li{
	width:28%;
	float: left;
	color: #222;
	list-style: none;
}

.contact li:nth-child(2){width:33%;margin:0 5%;}

.contact li .ico{
	width:50px;
	float: left;transition: all 0.3s;
	margin-top: 5px;
}
.contact li .info{
	width:calc(96% - 50px);
	float: right;
	font-size: 17px;
}
.contact li .info span{
	display: block;
	font-weight: bold;
}

.contact-tel{font-size:34px; line-height: 1.2}

.contact li:hover .ico{transform:translateY(-5px);transition: all 0.3s;}


.map{width: 100%; height: auto;  position: relative; margin-bottom: 30px;}





@media (max-width: 1440px) {
}

@media (max-width: 991px) {
	.contact li{width:100%;    margin-bottom: 5%;}
	.contact li:nth-child(2){width:100%;margin:0;    margin-bottom: 5%;}
	.map{height: 100%;}
	
	.contact li .info{font-size:15px;    width: calc(100% - 50px);}
	.contact-tel{    font-size: 22px;}
	.contact li .ico img{width:26px;}
}








/*===========service===========*/	
.service{
	width:100%;
	margin: 5%auto;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
}


.service li{
	width: 30%;
	list-style: none;
	position: relative;
	max-width: 430px;
}

.service li .bg{
	overflow: hidden;
	padding-bottom: 129%;
	position: relative;
	width: 100%;
	float: right;
	margin: auto;
	background: #fff;
}
.service li .bg img{
	width: 100% !important;
    height: auto !important;
    left: 50%!important;
    top: 50%!important;
    -webkit-transform: translate(-50%,-50%)!important;
    -ms-transform: translate(-50%,-50%)!important;
    transform: translate(-50%,-50%)!important;
    position: absolute!important;
    transition: all 0.3s;
    opacity: 1;
}
.service li .ico{
    position: absolute;
    z-index: 9;
    background: #fff;
    border-radius: 50%;
    width: 250px;
    height: 250px;
    top: 16%;
    margin: auto;
    text-align: center;
    left: 50%;
    margin-left: -125px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.service li .ico img{}
.service li .title{
    position: absolute;
    z-index: 9;
    bottom: 23%;
    text-align: center;
    width: 100%;
    color: #fff;
    font-size: 28px;
    font-weight: bold;
}
.service li .text{
    position: absolute;
    z-index: 9;
    bottom: 15%;
    text-align: center;
    width: 100%;
    color: #fff;
    font-size: 16px;
}


/*--------1440---------*/

@media (max-width: 1440px) {
	.service li .ico{
		width:200px;
		height: 200px;
		margin-left:-100px;
	}
	.service li .ico img{width:60%}
	.service li .title{font-size:24px;}
}

@media (max-width: 991px) {
	.service{display:block;	}
	.service li{width:100%; max-width:100%; margin-bottom: 8%;}
	.service li .ico{position:relative; height: auto;}
	.service li .bg{display:none;}
	.service li .title{position:relative; color: #333;    font-size: 18px; margin-top:15px;}
	.service li .text{position:relative; color: #333;    font-size: 15px;}
}













/*====================================business===========*/


.business{
	width:100%;
	margin: auto;
	overflow: hidden;
	background: url(/style/images/business-bg.jpg) no-repeat top center;
	background-size: cover;
	padding: 5% 0;
}


.business .title{
	width:100%;
	max-width: 1200px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 3%;
}
.business .title .bt{
	font-size: 38px;
	font-weight: bold;
	color: #fff;
	line-height: 1;
}
.business .title .zbt{
    display: flex;
    justify-content: space-around;
}
.business .title .zbt li{
    list-style: none;
    color: #fff;
    font-size: 18px;
    margin: 0 9px;
}
.business .title .zbt li a{
	color:rgba(255,255,255,1);
}
.business .title .zbt li a:hover{
	color:rgba(255,255,255,0.8);
}

.business .business-box{
    width: 100%;
    margin: auto;
    max-width: 1200px;
}
.business .business-box .content{
    width: 100%;
    margin: auto;
    overflow: hidden;
    background:url(style/images/business-bg2.jpg) no-repeat bottom right #fff;
    text-align: left;
    height: 603px;
}
.business .business-box .content .pic{
    width: 47%;
    float: left;
}
.business .business-box .content .pic2{
    width: 47%;
    float: left;
	display: none;
}
.business .business-box .content .pic img{}
.business .business-box .content .info{
    width: 53%;
    float: right;
    padding: 8% 6% 0%;
}
.business .business-box .content .info .title{
    font-size: 24px;
    width: 100%;
    line-height: 1.5;
    color: #222;
    font-weight: bold;
    margin: auto;
    overflow: hidden;
}
.business .business-box .content .info .line{
    width: 70px;
    height: 3px;
    background: #da0000;
    margin: 5% 0;
}
.business .business-box .content .info .text{
    width: 100%;
    margin: auto;
    overflow: hidden;
    font-size: 16px;
    line-height: 1.75;
}
.business .business-box .content .info .arrow{
    width: 55px;
    height: 55px;
    border: 1px solid #dcdcdc;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #dcdcdc;
    margin-top: 21%;
}



.business .slick-nav-container .slick-nav .slick-prev{margin-left: -100px;}
.business .slick-nav-container.inner-arrows .slick-nav{    width: 108%;}






@media (max-width: 991px) {
	.business .title .bt{font-size:24px;}
	.business .title .zbt{display:none;}
	.business .business-box .content .pic{display:none}
	.business .business-box .content .pic2{width:100%; display: block;}
	.business .business-box .content .info{width:100%}
	.business .slick-nav-container .slick-nav .slick-prev{    margin-left: -30px;}
	.business .business-box .content .info .title{font-size:18px;}
	.business .business-box .content .info .text{font-size:15px;}
	.business .business-box .content .info .arrow{margin-top:12%}
	.business .business-box .content{height: 560px;}
}
/*===========bottom===========*/	

.bottom-footer1{
    width: 100%;
    margin: auto;
    overflow: hidden;
	padding-bottom: 2%;
	padding-top: 2%;
	background: url(style/images/bottom-bg.jpg) no-repeat center bottom;
	background-size: cover;
} 

.bottom-footer1 .footer-logo{
	width:400px;
	float: left;
	text-align: left;
}

.bottom-footer1 .footer-logo .pic{}
.bottom-footer1 .footer-logo .pic img{}
.bottom-footer1 .footer-logo .list{
	width:100%;
	margin: auto;
	overflow: hidden;
	margin-top: 70px;
}
.bottom-footer1 .footer-logo .list ul{
	padding-left: 0;
	width: calc(100% - 100px);
	float: right;
}
.bottom-footer1 .footer-logo .list ul li{
	list-style: none;
	list-style-position: outside;
	color: #fff!important;
	font-size: 16px;
}
.bottom-footer1 .footer-logo .list ul li span{font-size:28px; font-weight: bold; line-height: 1.5}

.bottom-footer1 .footer-nav{
	width:calc(95% - 550px);
	float: right;
	margin:auto;
}

.bottom-footer1 .footer-nav .footer-navSub{
	width:20%;
	float: left;
	text-align: left;
	font-size: 16px;
	color: #656565;
	line-height: 1.75;
}

.bottom-footer1 .footer-nav .footer-navSub span{
	font-weight:bold;
	display: block;
	font-size: 18px;
	color: #333;
	margin-bottom: 5px;
}



.bottom-footer1 .footer-code img{margin:8px 0; border-bottom: 1px solid #ccc;}



.bottom-footer2{
    width: 100%;
    margin: auto;
    overflow: hidden;
	background: #b72024;
    color: #ff7d8f;
	font-size: 16px;
} 
.bottom-footer2 .bf-left{
    width: auto;
    float: left;
    text-align: left;
} 

.bottom-footer2 .bf-right{
    width: 150px;
    float: right;
	display: flex;
	justify-content: space-around;
} 
.bottom-footer2 .bf-right li{
	list-style: none;
}
.bottom-footer2 a{color: #ff7d8f;}
.bottom-footer2 a:hover{color: #ffafba!important;}


#scrollUp .btn::after{
	content:'返回顶部';
	display: block;
	font-size: 15px;
	margin-top: 10px;
}
#scrollUp .btn::before{
	content:'TOP';
	width: 80px;
	text-align: center;
	margin: auto;
	font-size: 22px;
	margin-top: 6px;
	display: block;
}
#scrollUp .btn-icon i{display:none;}







/*--------1440---------*/

@media (max-width: 1440px) {
	
}

@media (max-width: 1200px) {
	.bottom-footer1 .footer-nav{    width: calc(94% - 475px);margin: 0 2%;}
	.bottom-footer1 .footer-logo{width:300px;}

}


@media (max-width: 991px) {
	
	.bottom-nav{
		width:100%;
		display: none;
	}
	.bottom-nav li{
		font-size: 12px;
	}
	
	.bottom-footer{
		width:100%;
		font-size:13px;
	}
	.bottom-footer .bf-left{
		width:100%;
	}
	.bottom-footer .bf-right{
		width:100%;
		text-align: left;
	}
	.bottom-footer li{
		font-size:14px;
	}
	
	.bottom-footer1 .footer-nav{display:none;}
	.bottom-footer2 .bf-left{width:100%; text-align: center}
	.bottom-footer2 .bf-right{display:none;}
	
	.bottom-footer1 .footer-logo .pic img {  width: 60%;}
	.bottom-footer1 .footer-logo .list{margin-top:20px;}
	.bottom-footer1 .footer-logo .list ul li{color:#333!important}
	.bottom-footer1 .footer-logo .list ul li span{font-size: 22px;}
	
	.bottom-footer2{font-size:14px;}
	
#scrollUp .btn::after{
	content:'';
	display: none;
}
#scrollUp .btn::before{
	content:'TOP';
	display: none;
}
#scrollUp .btn-icon i{display:block;}

	
}












/*===========public===========*/

.nei-top{width:100%; margin: auto; overflow: hidden; position: relative;}
.nei-top .tp{position: relative;z-index: 0;}
.nei-top .tp img{max-width: none;width: 100%;}
.nei-top .about-top-text{color:#fff;position: absolute;overflow: hidden;text-align: left;z-index: 99;    top: 40%;}
.nei-top .about-top-text .line{    width: 30px; height: 30px; background: #d51d0b; margin-top: -20px;}
.nei-top .about-top-text h1{font-size: 55px;text-transform: uppercase; font-weight:bold;}
.nei-top .about-top-text h2{font-size: 42px;text-transform: uppercase; margin: 40% 0 0 10px;letter-spacing: 1px;color: #fff;font-weight: bold; line-height: 1;}
.nei-top .about-top-text h3{font-size: 20px;width: 60%;min-width: 500px;color: #fff;line-height: 1;text-transform: uppercase;}






/*nei-top-menu*/

.nei-top-menu-box{width:100%;  background:url(../images/nei-top-menu-bg.jpg)repeat-x; height: 88px; position: relative;z-index: 9;    box-shadow: 1px 1px 13px rgb(0 0 0 / 10%);}

.nei-top-menu{width:100%; height: 88px; overflow: hidden; background: url(../images/nei-top-menu-bg.jpg); }
.nei-top-menu .submenu{width:auto;text-align: center;float: left;}
.nei-top-menu .submenu li{float:left;  width:auto;text-align: center;margin: 0px 30px 0 0;list-style: none;}
.z-dh{float:right; line-height: 88px; color: #8c8c8c; font-size: 1.125em; margin-right: 10px;}
.z-dh img{ margin-right:10px;}


/*button*/
.button27 {
	color: rgba(0,0,0,1);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	position: relative;
	overflow: hidden;
}
.button27:hover{color: #9c0e00;
}
.button27 a{
	text-decoration: none;
	display: block;
	font-size: 18px;
	width: auto;
	text-align: center;
	float: right;
	line-height: 88px;
	color: #646464;
	margin: 0 15px;
}
.button27 a:hover{color: #9c0e00;}

.button27::before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	z-index: 1;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-transform: translate(-100%, -600%) rotate(30deg);
	transform: translate(-100%, -600%)  rotate(30deg);
	background-color: #9c0e00;
	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);

}
.button27:hover::before{
	-webkit-transform: translate(0,0);
	transform: translate(0,0);	
}



/*--------1440---------*/

@media (max-width: 1440px) {
	.nei-top .about-top-text h2{ font-size:35px}
}

/*--------1024---------*/

@media (max-width: 1024px) {
	.nei-top .about-top-text h2{ margin: 20px 0 15px;font-size:30px}
	.nei-top .about-top-text h3{}
	
}






/*--------991---------*/
@media (max-width: 991px) {
	.nei-top-menu-box{height:50px;}
	.nei-top-menu{height:50px;}
	.nei-top-menu .submenu{display:none}
	.nei-top-menu .submenu li{width:90px;}
	.nei-top-menu .sim-button{line-height: 50px; font-size:14px; }
	
	.nei-top .about-top-text h2{display:none}
	.nei-top .about-top-text h3{display:none}
	.nei-top .about-top-text .line{display:none}
	
	.z-dh{line-height:50px; float: left;    font-size: 12px;}
}












/*===========ABOUT===========*/






/*--------991---------*/
@media (max-width: 991px) {
	
}










/*===========culture===========*/







@media (max-width: 1440px) {
	
	
}




@media (max-width: 991px) {
	
}






































































































/*===========public-title===========*/
.public-title{
	width:100%;
	margin: 3% auto 1%;
	overflow: hidden;
	font-size: 42px;
	text-transform: uppercase;
	color: #222;
	line-height: 1.5;
}

.public-title::after{
	content:"";
	display: block;
	width:44px;
	height: 3px;
	background: #e31000;
}

/*===========991===========*/
@media (max-width: 991px) {	
	.public-title{font-size: 26px;margin: 5% auto 5%;}
}






/*===========public===========*/

.w-1920{width:100%; max-width:1920px; margin: auto;}
.w-1600{width:100%; max-width:1600px; margin: auto;}
.w-1500{width:100%; max-width:1500px; margin: auto;}
.w-1470{width:100%; max-width:1430px; margin: auto;}
.w-1400{width:100%; max-width:1400px; margin: auto;}
.w-1350{width:100%; max-width:1350px; margin: auto;}






@media (max-width: 1680px) {
	.w-1600{width:80%;}
	.in-business-b .info{max-width:92%;}
}


@media (max-width: 1580px) {
	.w-1500{width:92%;}
}



@media (max-width: 1470px) {
	.w-1470{width:92%;}
	.w-1400{width:94%;}
}

@media (max-width: 1380px) {
	.w-1350{width:96%;}
	.w-1500{width:75%;}
}




.weixin{
  position:  absolute;
  text-align:  center;
  margin: auto;
  width: 35px;
  height: 32px;
  font-size:12px;
  margin-top: -30px;
  margin-left: 0px;
}
.weixin A{
  text-align:  center;
  display:  block;
  opacity:1;
}
.lan{
 display: flex;
 justify-content: space-between;
 padding: 0;
 align-items: center;
}
.lan a{
 display: block;
 width:100%;
 color: #999;
}
.lan a:hover{
}
.weixin A svg{
 fill: #fff;
 width: 23px;
 margin: 0;
 height: 23px;
}
.weixin .weixin_nr{
  position:  absolute;
  text-align:  center;
  padding-bottom:10px;
  padding-left:10px;
  transform-origin: top;line-height:1;
  transform: scaleY(0);
  width:120px;
  transition: .4s ease;
  font-weight:  normal;
  font-size:14px;
  padding-right:10px;
  display: block;
  z-index: 111;
  opacity: 0;
  background:#fff;
  height: auto;
  top: 35px;
  padding-top:10px;
  left: -46px;
  box-shadow:0 3px 4px  rgba(0, 0, 0, 0.1);
}
.weixin .weixin_nr IMG{
  margin-bottom: 0;
  width: 100%;
}
.weixin .weixin_nr .arrow{
  border-top:transparent 0px solid;
  position:absolute;
  border-left:transparent 10px solid;
  width:0px;
  border-bottom:#fff 10px solid;
  height:0px;
  top:-10px;
  border-right:transparent 10px solid;
  left:47px;
}
.on.weixin .weixin_nr{
  display:  block;
  transform: scaleY(1);
  top: 40px;
  opacity: 1;
}
.on.weixin A{
  opacity:1;
}
@media only screen and (max-width: 768px) {
  .weixin A svg {
    width: 18px;
}
  .weixin .weixin_nr {
    left: auto;
    right:0;
}
  .weixin {
    float: right;
  }
}









/*fenye*/
.fanye{width: 100%;float: left;margin-top: 2%;margin-bottom: 4%;text-align: center;font-size: 0.875em;}
.fanye-box{width:100%;float: none;text-align: center;line-height: 45px;margin: auto;}
.fanye-Previous{width: 98px;float:left;background: #fff;border: 1px solid #ccc;height: 45px;color: #666666;margin-right: 5px;}
.fanye-Next{width: 98px;float:left;background: #fff;height: 45px;color: #414040;margin-left: 5px;border: 1px solid #ccc;}
.fanye-Number{width: 45px;float:left;color: #414040;margin: 0 5px;background: #fff;border: 1px solid #ccc;}
.fanye-Number-current{width: 45px;float:left;color: #fff;background: #d51d0b;margin: 0 5px;}





