/*----通用初始化----*/
	body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,hr,button,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,img{margin:0;padding:0}ul,li,ol,dl,dt,dd{list-style: none;}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {display:block;}table{border-collapse:collapse;border-spacing:0}audio,canvas,video {display: inline-block;*display: inline;*zoom: 1;}	input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;*font-size:100%}a{text-decoration: none;color: #666;-webkit-tap-highlight-color: rgba(0,0,0,0);-webkit-tap-highlight-color: transparent;}a:hover{text-decoration:none;cursor: pointer;}img{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;-khtml-user-select:none;user-select:none;border:0}html,body{font-family: "Source Han Sans CN" ,'Microsoft Yahei';color: #666;}@media screen and (max-width: 767px){input[type="button"],input[type="submit"],input[type="reset"],textarea,select{-webkit-appearance: none;-webkit-tap-highlight-color:transparent;}}*{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-webkit-tap-highlight-color:transparent}body{position: relative;overflow-x: hidden;}*::selection{background:#333;color:#fff;}*::-moz-selection{background:#333;color:#fff;}*::-webkit-selection{background:#333;color:#fff;}.after:after{content: "";display: block;height: 0;clear: both;visibility: hidden;}.clear{clear: both;}
	/*编辑器*/
	.text{font-size: 16px;font-weight: 400;color: #444;line-height: 28px;word-wrap: break-word;word-break: normal;}
	.text:after{content: "";display: block;height: 0;clear: both;visibility: hidden;}
	.text *{max-width: 100%;}

/*********************************/
.wrap_safe{width: 1200px;margin: 0 auto;}
body{
	min-width: 1200px;
	overflow-x: hidden;
	font-size: 16px;
	padding-top: 120px;
	line-height: 28px;
	color: #333;
	background-color: #f8f8f8;
}
@media screen and (max-width: 960px){
	body{
		min-width: 100%;
	}
	.wrap_safe{
		padding: 0 10px;
		width: 100%;
	}
}
header{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	width: 100%;
}
.pubTop{
	width: 100%;
	background: #28253b;
}
.pubTop .wrap_safe{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 50px;
	width: 1300px;
}
.pubTop .top_left{
	color: #f0f0f0;
	font-size: 14px;
}
.pubTop .top_right{
	display: flex;
	align-items: center;
}
.pubTop .top_right input {
    width: 130px;
	height: 25px;
    color: #666;
	outline: 0;
	border: 0;
	background: #f0f0f0;
	padding: 0 10px;
	margin-left: 15px;
	font-size: 14px;
}
.pubTop .top_right_text {
    font-size: 14px;
    color: #f0f0f0;
    line-height: 20px;
    border: 1px solid #f0f0f0;
    border-radius: 13px;
    margin-left: 24px;
    padding: 2px 23px;
    cursor: pointer;
	height: 24px;
}
.nav{
	background-color: #fff;
	box-shadow: 0 1px 4px rgba(0,21,41,.08);
}	
.nav .wrap_safe{
	height: 70px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.nav .logo{
	height: 70px;
	margin-right: 20px;
}
.nav .logo img{
	display: block;
	height: 100%;
}
.nav .navlist{
	flex: 1;
	max-width: 50%;
	padding: 0 40px 0 70px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 16px;
	color: #666;
}
.nav .navlist a{
	display: block;
	line-height: 68px;
	font-weight: 500;
}
.nav .navlistIn{
	position: relative;
}
.nav .navlistIn .user_ul{
    width: 140px;
    height: 168px;
    background: #fff;
    border-top: 2px solid #ee7a40;
    z-index: 999;
    position: absolute;
    left: -30px;
	opacity: 0;
	visibility: hidden;
	top: 80px;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.08);
	transition: all .5s;
}
.nav .navlist>li.active{
	border-bottom: 3px solid #EE7A40;
}
.nav .navlistIn .user_ul  li{
	 border-bottom: 1px solid #eee;
}
.nav .navlistIn img{
	vertical-align: middle;
	margin-left: 3px;
}
.nav .navlistIn:hover .user_ul{
	top: 68px;
	opacity: 1;
	visibility: visible;
}
.nav .navlistIn .user_ul a {
	height: 40px;
	line-height: 40px;
	text-align: center;
}
.nav .navlistIn .user_ul a:hover{color: #EE7A40;}

.nav .searchform {
    width: 300px;
    height: 32px;
    border: 1px solid #ee7a41;
    opacity: .49;
    border-radius: 16px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.nav .searchform  input{
	width: 100%;
	border: 0;
	outline: 0;
	background: none;
	padding-left: 15px;
}
.nav .searchform img{
	width: 16px;
	height: 16px;
	margin: 0 15px;
}
.container{width: 100%;background-color: #fff;}
.indexBanner{
	width: 100%;
}
.indexBanner img{
	display: block;
	width: 100%;
	height: auto;
}
.indexBanner .swiper-pagination span{
	width: 10px;
	height: 10px;
	margin: 0 10px !important;
	background-color: #fff;
	opacity: .5;
}
.indexBanner .swiper-pagination span.swiper-pagination-bullet-active{
	opacity: 1;
}
.indexBanner .swiper-button-next{
	right: 20px;
	opacity: 0;
}
.indexBanner .swiper-button-prev{
	left: 20px;
	opacity: 0;
}
.indexBanner .swiper-button-next, .indexBanner .swiper-button-prev {
    width: 50px;
	height: 50px;
	background-size: 20px 20px;
	background-color: rgba(0,0,0,.3);
	border-radius: 50%;
	transition: all .3s;
}
.indexBanner:hover .swiper-button-next{right: 40px;opacity: 1;}
.indexBanner:hover .swiper-button-prev{left: 40px;opacity: 1;}
.orgrangeTxt{color: #ee7a41 !important;}
.entxt{font-family: AvantGarde Bk BT;}
.pubTitle{
	font-size: 30px;
	font-weight: 700;
	line-height: 28px;
	color: #000;
	text-align: center;
}
.pubTitle a{color: #000;}
.pubTitle .entxt{font-size: 24px;margin-top: 15px;}
.newest{
	margin-bottom: 80px;
}
.newest .pubTitle{
	margin-top: 104px;
	margin-bottom: 68px;
}
.newest .newest_ul{
	display: flex;
}
.newest .newest_ul .newest_li{
	width: 378px;
	overflow: hidden;
	margin-left: 33px;
}
.newest .newest_ul .newest_li:first-child{margin-left: 0;}
.newest .newest_ul .newest_li .el-image{
	width: 100%;
	height: 284px;
	margin-bottom: 40px;
}
.el-image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.newest .newest_ul .newest_li p{
	font-size: 20px;
	font-weight: 500;
	color: #333;
	line-height: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.newest .newest_ul .newest_li .newest_li_p1, .newest .newest_ul .newest_li .newest_li_p2 {
    font-size: 14px;
    font-weight: 400;
	line-height: 60px;
}
.newest .newest_ul .newest_li  .newest_li_p2 {
    color: #ee7a40;
    text-align: right;
    border-bottom: 1px solid #ee7a41;
    margin-top: -10px;
    opacity: 0;
}
.newest .newest_ul .newest_li  .newest_li_p2 img{margin-left: 5px;}
.newest .newest_ul .newest_li:hover .newest_li_p2{
	 opacity: 1;
}
.moreBtn {
	display: block;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    line-height: 50px;
    width: 180px;
    height: 50px;
    background: #f78a53;
    box-shadow: 0 8px 8px 0 rgba(196,90,37,.25);
    border-radius: 10px;
    text-align: center;
    margin: 49px auto auto;
}

.asoBox {
    width: 100%;
    height: 1600px;
    background: url(../img/b4.png) no-repeat 50%;
}
.asoBox .pubTitle{
	text-align: left;
	margin-top: 77px;
	margin-bottom: 78px;
}
.asoIn{
	display: flex;
	height: 760px;
	justify-content: space-between;
}
.aso_left, .aso_right {
    width: 50%;
}
.asoIn .aso_left_p2,.aso_left_p2 .aso_left_ul{
	width: 512px;
	overflow: hidden;
}
.asoIn .aso_left_p2 .el-image{
	width: 512px;
	height: 320px;
}
.el-image .el-image__inner{
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.asoIn .aso_left_li a {
    width: 100%;
    height: 100px;
    margin-top: 31px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.asoIn .aso_left_li .aso_left_left{
	width: 70px;
	text-align: center;
	height: 56px;
	border-right: 1px solid #eee;
}
.asoIn .aso_left_li .aso_left_left_p,
.asoIn .aso_left_li .aso_left_left_p2{
    font-size: 20px;
    font-weight: 700;
    color: #444;
    line-height: 28px;
}
.asoIn .aso_left_li .aso_left_right{
	flex: 1;
	overflow: hidden;
	margin-left: 20px;
}
.asoIn .aso_left_li .aso_left_left_p1,.asoIn .aso_left_li .aso_left_left_p3 {
    font-size: 16px;
    font-weight: 400;
    color: #444;
    line-height: 28px;
}
.asoIn .aso_left_li .aso_left_left_p3{
	font-size: 14px;
	color: #666;
}
.asoIn .aso_left_li .aso_left_left_p3,.asoIn .aso_left_li .aso_left_left_p2{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.asoIn .aso_left_li:hover .aso_left_left_p2{
	color: #EE7A40;
}
.asoIn .aso_right .aso_left_ul .aso_left_li{
	border-bottom: 1px solid #ccc;
}
.asoIn .aso_right .aso_left_ul .aso_left_li a{margin-top: 0;}

.asoIn .aso_p_span {
    font-size: 18px;
    font-weight: 500;
    color: #ee7a40;
    line-height: 28px;
	margin-top: 55px;
	display: block;
}
.asoIn .aso_p_span  img{margin-left: 5px;}

.asoBox .operation .pubTitle{
	text-align: right;
}
.operation_ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.operation_ul .operation_li{
	width: 580px;
	height: 160px;
	overflow: hidden;
	background: #fff;
	border-radius: 10px;
	margin-bottom: 40px;
}
.operation_ul .operation_li:hover{
	box-shadow: 0 0 20px rgba(0,0,0,.1);
}
.operation_ul .operation_li a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 22px;
}
.operation_ul .operation_li .el-image{
	width: 186px;
	height: 115px;
	margin-right: 22px;
}
.operation_ul .operation_li  .word{
	flex: 1;
	overflow: hidden;
}
.operation_li_p, .operation_li_p1 {
    width: 100%;
    font-weight: 400;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.operation_li_p {
    font-size: 18px;
    color: #333;
    line-height: 28px;
}
.operation_li_p1{
	line-height: 40px;
}
.aboutUs {
	padding-bottom: 90px;
}
.aboutUs .pubTitle{
	margin-top: 113px;
	margin-bottom: 70px;
}
.aboutUs .text{
	margin-bottom: 77px;
}
.aboutUs .text p{
	text-align: center;
	margin-bottom: 10px;
}
.aboutUs .list{
	display: flex;
	align-items: center;
	justify-content: center;
}
.aboutUs .list li{
	margin: 0 60px;
	text-align: center;
}
.aboutUs .list li img{
	margin-bottom: 15px;
}
.contactForm {
    width: 100%;
    background: url(../img/b8.png) no-repeat;
	background-size: cover;
	padding-top: 77px;
	padding-bottom: 60px;
	text-align: left;
}
.contactForm .wrap_safe {
	display: flex;
	justify-content: space-between;
	padding-right: 140px;
}
.contactForm .contactForm_left{color: #fff;padding-left: 200px;}
.contactForm .top_left_p {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    line-height: 28px;
	margin-top: 50px;
}
.contactForm .top_left_p1, .contactForm .top_left_p2 {
    font-weight: 400;
    color: #fff;
    line-height: 28px;
}
.contactForm .top_left_p1 {
    font-size: 20px;
    margin-top: 10px;
}
.contactForm .top_left_p3, .contactForm .top_left_p4 {
    line-height: 28px;
    opacity: .7;
	font-size: 14px;
	margin-top: 10px;
}
.contactForm .top_left_p4 {
    font-size: 16px;
    margin-top: 40px;
}
.top_left_p3 {
    font-weight: 400;
}
.contactForm .span_footer{color: #fff;}

.contactForm .contactForm_right {
    width: 510px;
    height: 550px;
    background: #fff;
    box-shadow: 0 6px 21px 0 rgba(0,0,0,.06);
    overflow: hidden;
}
.contactForm .top_right_div{
	width: 340px;
	margin: 0 auto;
	padding-top: 25px;
	padding-bottom: 25px;
}
.contactForm .top_right_div .pubTitle>p{
	font-size: 24px;
	text-align: left;
	margin-top: 16px;
}
.contactForm .top_right_div .top_right_p2 {
    font-size: 18px;
    font-weight: 400;
    color: #444;
    margin-top: 16px;
	margin-bottom: 20px;
}
.contactForm .right_div1_input{
	display: block;
	height: 50px;
	font-size: 16px;
	font-weight: 400;
	color: #999;
	line-height: 28px;
	border: 1px solid #444;
	margin-top: 15px;
	width: 100%;
	padding: 0 15px;
}

.contactForm .submit {
    width: 152px;
    height: 50px;
    background: #f78a53;
    font-size: 18px;
    font-weight: 400;
    color: #fffefe;
    line-height: 50px;
    text-align: center;
    margin-top: 50px;
    cursor: pointer;
	border: 0;
	outline: 0;
}

footer{
	height: 50px;
	line-height: 50px;
	background: #28253b;
	text-align: center;
}
footer a{
	font-size: 12px;
	font-weight: 400;
	color: #666;
	line-height: 50px;
	text-align: center;
}

.neiContent{
	padding-top: 20px;
	padding-bottom: 20px;
	display: flex;
	justify-content: space-between;
}
.neiContent>.left{
	flex: 1;
	background: #fff;
	margin-right: 20px;
	padding: 25px 30px;
}
.neiContent>.right{
	width: 336px;
}
.neiContent>.rightList{
	width: 354px;
	overflow: hidden;
}
.breadNav{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 25px;
}
.breadNav .nav *{
	color: #999;
	font-weight: 400;
}
.breadNav .handle .textleft_span2{
	margin-left: 20px;
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	color: #999;
}
.breadNav .handle .textleft_span2.active{color: #ee7a40;}
.newestList li{
	margin-bottom: 20px;
	border-radius: 10px;
	transition: all .5s;
}
.newestList li:hover{
	box-shadow: 0 0 20px rgba(0,0,0,.1);
}
.newestList li a{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.newestList li .el-image{
	width: 270px;
	height: 185px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	overflow: hidden;
	margin-right: 15px;
}
.asoNewsList li .el-image{
	height: 155px;
}
.newestList li .word{
	flex: 1;
	overflow: hidden;
}
.newestList li .word h2{
	font-size: 18px;
	font-weight: 400;
	color: #333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 40px;
}
.newestList li .word p{
	font-size: 14px;
	color: #777;
	line-height: 25px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 40px;
}
.newestList li .word span{
	font-size: 13px;
	color: #999;
	margin-top: 40px;
	display: block;
}
.asoNewsList li .word span{
	margin-top: 20px;
}
.newestList li:hover a h2{
	color: #EE7A40;
}
.neiContent .rightList .img{
	margin-bottom: 20px;
}
.neiContent .rightList .img img{
	display: block;
	width: 100%;
	height: auto;
}
.hotNewsList{
	padding: 0 20px 20px;
	background: #fff;
	box-shadow: 0 4px 13px 0 rgba(0,0,0,.04);
	border-radius: 10px;
}

.hotNewsList .textright_div_span {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    line-height: 50px;
	margin-bottom: 10px;
}
.hotNewsList .textright_li{
	margin: 10px 0;
}
.hotNewsList .textright_li a{
	display: flex;
	justify-content: space-between;
}
.hotNewsList .textright_li .textright_li_span2{
	font-size: 14px;
	font-weight: 400;
	color: #444;
	line-height: 25px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-align: left;
	flex: 1;
	overflow: hidden;
}
.hotNewsList .textright_li .code{
	font-weight: 700;
	color: #999;
}
.hotNewsList .textright_li:nth-child(1) .code,
.hotNewsList .textright_li:nth-child(2) .code,
.hotNewsList .textright_li:nth-child(3) .code{
	color: #EE7A40;
	font-size: 16px;
}


.pubPage{
	text-align: center;
	padding: 30px 0;
}
.pubPage *{
	display: inline-block;
	vertical-align: middle;
	line-height: 40px;
}
.pubPage a{
	width: 40px;
	height: 40px;
	font-size: 14px;
	color: #595858;
	text-align: center;
	border: 1px solid #eee;
	margin: 0 5px;
	border-radius: 2px;
}
.pubPage a.prev,.pubPage a.next{
	width: 75px;
}
.pubPage a.on,.pubPage a:hover{
	color: #fff;
	background: #ee7a40;
	border: 0;
}
.xqContent .title h2{
	font-size: 40px;
	line-height: 1.5em;
}
.xqContent .title p{
	font-size: 14px;
	color: #666;
	line-height: 28px;
}
.xqContent .text{
	padding: 20px 0;
}
.aboutbanner img{
	display: block;
	width: 100%;
}
.aboutContent{
	background-color: #fff;
}
.aboutIn{
	display: flex;
	justify-content: space-between;
	padding-top: 60px;
	padding-bottom: 60px;
}
.aboutIn .leftNav{
	width: 170px;
	text-align: center;
}
.aboutIn .leftNav li{
	margin-bottom: 30px;
}
.aboutIn .leftNav li a{
	display: inline-block;
	padding-left: 15px;
	height: 16px;
	line-height: 16px;
	color: #666;
}
.aboutIn .leftNav li.on a{border-left: 3px solid #EE7A40;font-weight: bold;color: #333;}
.aboutIn .rightContent{
	flex: 1;
	overflow: hidden;
	padding-left: 20px;
}
.pubTitle2{
	text-align: center;
	font-size: 20px;
	font-weight: 400;
	color: #000;
	line-height: 28px;
	margin-bottom: 40px;
}
.aboutIn .rightContent .text{color: #333;font-family: PingFangSC-Regular,PingFang SC;}
.aboutIn .rightContent .h4{
	font-size: 18px;
	font-weight: 400;
	color: #030303;
	margin-bottom: 20px;
}
.zhong_right_p2{
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 15px;
	position: relative;
}
.zhong_right_p2::before{
	content: '';
	width: 6px;
	height: 6px;
	background-color: #333;
	border-radius: 50%;
	position: absolute;
	left: -15px;
	top: 11px;
}
.rightContentTxt{
	font-size: 17px;
	font-family: PingFangSC-Regular,PingFang SC;
	font-weight: 400;
	color: #333;
	line-height: 45px;
}
.joinUs{
	padding-top: 30px;
	padding-bottom: 30px;
	font-family: PingFangSC-Regular,PingFang SC;
}

.zhaoList .zhao{
	margin-bottom: 30px;
	padding:  20px;
}
.zhaoList .zhiwei{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100px;
}
.zhaoList .zhiwei1{
	font-size: 18px;
}
.zhaoList .zhiwei2{
	color: #EE7A40;
	font-size: 15px;
	cursor: default;
}
.zhaoList .zhiwei2 i{
	display: inline-block;
	width: 14px;
	height: 8px;
	background-image: url(../img/icon4.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	vertical-align: middle;
	margin-left: 10px;
}
.zhaoList .zhiwei2 .zhao.on i{
	transform: rotate(180deg);
}
.zhao:hover, .zhao.on{
	background: #f9f9f9;
}

.gang {
    font-weight: 400;
    color: #3e3e3e;
	font-size: 18px;
	margin-top: 40px;
}
.zhao .xq{
	display: none;
}
.zhao.on .xq{
	display: block;
}

.pubFix{
	position: fixed;
	right: 0;
	bottom: 20%;
	z-index: 10;
}
.pubFix a{
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background-color: #ec6e2d;
}
.pubFix img{
	width: 30px;
	height: 30px;
}
.pubFix span{color: #fff;display: none;}


/* 响应 */


@media screen and (max-width: 960px){
	.pubTop>.wrap_safe{
		display: none;
	}
}

.nav .menu{
    position: fixed;
    right: 0;
    margin: 0;
    height: 60px;
    width: 60px;
    z-index: 999;
	display: none;
    cursor: pointer;
}
.nav .menu:before, .nav .menu:after {
    content: "";
    width: 40px;
    height: 3px;
    background: #ee7a41;
    position: absolute;
    left: 10px;
    top: 22px;
    margin: 0 -10px 0 0;
    -webkit-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
}
.nav .menu:after{
	top: auto;
	bottom: 22px;
}
.nav .menu.on:before{
	top: 28px;
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
	background: #fff;
}
.nav .menu.on:after{
	bottom: 30px;
	-webkit-transform: rotateZ(-45deg);
	transform: rotateZ(-45deg);
	background: #fff;
}
.nav .navlist.slider {
    background: rgba(0,0,0,0.6);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#99000000,endcolorstr=#99000000);
    right: 0;
}
.breadNav .nav{
	box-shadow: none;
}
.empty_page {
	padding: 30px 0;
	text-align: center;
	font-size: 16px;
	color: #999;
}
.empty_page img{
	width: 260px;
}
@media screen and (max-width: 960px){
	body{
		padding-top: 60px;
	}
	.nav .wrap_safe{
		height: 60px;
		padding-right: 60px;
	}
	.nav .logo{
		height: 50px;
	}
	.nav .searchform{
		width: 180px;
	}
	.nav .menu{
		display: block;
	}
	.nav .navlist {
		width: 300px;
		padding: 20px 0;
		position: fixed;
		height: 100%;
		overflow: auto;
		right: -300px;
		display: block;
		background: rgba(0,0,0,.5);
		overflow-y: auto;
		-webkit-transition: all .3s ease-in-out 0s;
		transition: all .3s ease-in-out 0s;
		top: 0;
		z-index: 10;
	}
	.nav.on .navlist{
		right: 0;
	}
	.nav .navlist>li {
		width: 100%;
		margin-bottom: 5px;
		padding: 0 15px;
		margin: 0;
		text-align: center;
		margin-top: 10px;
	}
	.nav .navlist>li>a {
		display: block;
		color: #fff;
		line-height: 40px;
	}
	.indexBanner .swiper-button-next, .indexBanner .swiper-button-prev{
		width: 30px;
		height: 30px;
		background-size: 15px 15px;
		opacity: 1;
	}
	
	.indexBanner .swiper-button-next{right: 10px;}
	.indexBanner .swiper-button-prev{left: 10px;}
	.moreBtn{
		margin: 20px auto 10px;
	}
	.newest .pubTitle,
	.asoBox .pubTitle,
	.asoBox .operation .pubTitle,
	.aboutUs .pubTitle{
		margin: 30px auto;
		font-size: 20px;
		text-align: center;
	}
	.pubTitle .entxt{
		font-size: 16px;
		margin: 0;
	}
	.newest .newest_ul{
		display: block;
	}
	.newest .newest_ul .newest_li{
		width: 100%;
		margin: 0;
		margin-bottom: 15px;
	}
	.newest .newest_ul .newest_li .newest_li_p2{
		opacity: 1;
	}
	.newest .newest_ul .newest_li .newest_li_p1, 
	.newest .newest_ul .newest_li .newest_li_p2,
	.newest .newest_ul .newest_li p{
		line-height: 30px;
	}
	.newest .newest_ul .newest_li .el-image{
		margin-bottom: 5px;
	}
	.newest .newest_ul .newest_li .el-image,.asoIn .aso_left_p2 .el-image{
		height: auto;
		width: 100%;
	}
	.el-image .el-image__inner{
		height: auto;
	}
	.newest{
		margin-bottom: 30px;
	}
	.asoBox,.asoIn{
		height: auto;
		display: block;
	}
	.aso_left, .aso_right,
	.asoIn .aso_left_p2, .aso_left_p2 .aso_left_ul{
		width: 100%;
	}
	.asoIn .aso_left_li a{
		margin-top: 10px;
	}
	.aso_left_ul{
		margin-top: 10px !important;
	}
	.asoIn .aso_p_span{
		margin-top: 30px;
	}
	.operation_ul .operation_li a{
		padding: 10px;
	}
	.operation_ul .operation_li{
		margin-bottom: 10px;
		width: 100%;
		height: auto;
	}
	.operation_ul .operation_li .el-image{
		width: 140px;
		height: 95px;
		margin-right: 10px;
	}
	.asoBox {
	    width: 100%;
	    background: url(../img/b4.png) no-repeat 50% bottom;
	}
	.operation{padding-bottom: 30px;}
	.aboutUs .list li{
		margin: 0;
		width: 33.33%;
	}
	.aboutUs .list li img{
		width: 60px;
		height: 60px;
	}
	.aboutUs .text{
		margin-bottom: 30px;
	}
	.aboutUs{
		padding-bottom: 30px;
	}
	.contactForm .wrap_safe{
		display: block;
		padding-right: 10px;
	}
	.contactForm .contactForm_left{
		padding-left: 0;
		width: 100%;
	}
	.contactForm .top_right_div{
		width: 100%;
		margin: 0;
		padding: 15px;
	}
	.contactForm .contactForm_right{
		width: 100%;
		height: auto;
		margin-top: 15px;
	}
	.contactForm{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.contactForm .top_left_p{
		margin-top: 0;
		font-size: 20px;
	}
	.contactForm .top_right_div .pubTitle>p{
		font-size: 20px;
	}
	.contactForm .submit{
		margin-top: 20px;
	}
	.aboutIn{
		display: block;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.aboutIn .leftNav{
		width: 100%;
	}
	.aboutIn .leftNav ul{
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.aboutIn .rightContent{
		padding-left: 0;
	}
	.aboutIn .leftNav li{
	margin-bottom: 20px;
	}
	.aboutIn .leftNav li a{
		padding-left: 10px;
		padding-right: 10px;
	}
	.neiContent{
		display: block;
	}
	.neiContent>.left,
	.neiContent>.rightList{
		width: 100%;
	}
	.neiContent>.left{
		padding: 15px 10px;
	}
	.breadNav .nav{
		box-shadow: 0 0 0 rgba(0,0,0,0);
	}
	.newestList li .el-image{
		width: 150px;
		height: 110px;
	}
	.asoNewsList li .word span,.newestList li .word span{
		margin-top: 10px;
	}
	.pubPage{
		display: flex;
		justify-content: space-between;
		padding: 15px 0;
	}
	.pubPage a{
		display: none;
	}
	.pubPage a.prev{display: block;}
	.pubPage a.next{display: block;}
	.xqContent .title h2{
		font-size: 28px;
		margin-bottom: 15px;
	}
	.neiContent>.rightList{
		margin-top: 20px;
	}
	.empty_page img{
		width: 180px;
	}

	.nav .navlistIn .user_ul{
		position: initial;
		top: 68px;
	    opacity: 1;
	    visibility: visible;
	    width: 100%;
	    background: none;
	    margin: 0;
	}
	.nav .navlistIn .user_ul a{
		color: #fff;
	}
	.nav .navlistIn .user_ul li{
		border: 0;
	}
}



.weixinFix{
	position: fixed;
	z-index: 12;
	display: block;
	margin: 0;
	padding: 5px;
	overflow: hidden;
	border-radius: 7px;
	border: 1px #333;
	background: #FFF;
	position: fixed;
	right: 15px;
	top: 30%;
	text-align: center;
	box-shadow: rgb(151, 152, 153) 5px 5px 20px;
}
.weixinFix .img{
	width: 240px!important;
}
.weixinFix .icon{
	display: none;
}
.weixinFix .closeIcon{
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	width: 24px;
}
@media screen and (max-width: 960px){
	.weixinFix .inner{
		display: none;
	}
	.weixinFix .icon{
		display: block;
		width: 40px;
		height: 40px;
	}
	.weixinFix.active .inner{
		display: block;
	}
	.weixinFix.active .icon{
		display: none;
	}
	.weixinFix .closeIcon{display: none;}
}