.js_mobile{
  display: none;
}
@media only screen and (max-width:91.88rem)  {
  .headers{
    padding: 0 1.25rem;
  }
}
@media only screen and (max-width:73.75rem){
  .wes{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .partner{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .colum{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .foooters{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media only screen and (min-width:65.63rem){
  .header-m{
    display: none;
  }
  .mibile_partnerss{
    display: none;
  }
}
@media only screen and (max-width:53.13rem){
  .gywm .xxnr .js{
    display: none;
  }
  .js_mobile{
    display: block;
  }
}
@media only screen and (max-width:65.63rem){
  .header{
    display: none;
  }
  .header-m{
    display: block;
    background-color: #448bf7;
  }
  .container {
    display: flex;
    justify-content: space-between;
  }
.header-m{
	position:fixed;
	top:0;
	left:0;
  right: 0;
	z-index:999;
	padding: 0 30px;
}
/*左侧logo*/
.header-m .left{
}
.header-m .left a img{
	width: 8.75rem;
}
.header-m .left .img2{
	display: none;
}
/*右侧*/
.header-m .nav-mobile{
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	height: 100%;
	line-height: 50px;
	display: block;
}
.header-m .navbar_nav li{
	float:left;
	position: relative;
	display: block;
}
.header-m .navbar_nav li:after{
    content: "";
    width: 0;
    height: 2px;
    background: orangered;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.5s ease 0s;
}
.header-m .navbar_nav li:hover:after{
    width: 100%;
}
.header-m .navbar_nav li a{
	text-decoration: none;
	height: 100%;
	padding: 0 25px;
	display: block;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	color: #fff;
	font-size: 16px;
}
.header-m .navbar_nav li:hover a{
	color: orangered;
}
.header-m .navbar_nav li.dropdown{
	display: inherit;
	position: relative;
}
.header-m .navbar_nav li.dropdown .jt{
	width: 20px;
	height: 20px;
	background: url(i/top.png) no-repeat;
	background-size: 100% 100%;
	display: block;
}
.header-m .navbar_nav li.dropdown .dropdown_menu{
	display: none;
	position: absolute;
	top:50px;
	width: 100%;
	background: #fff;
	box-shadow: 0 15px 27px 0 rgba(167,165,165,0.38);
	width: 120%;
    left: -10%;
}
.header-m .navbar_nav li.dropdown .dropdown_menu a{
	font-size: 14px;
	color: #666;
	padding: 0 10px;
	line-height: 40px;
	text-align: center;
	background: #fff;
	margin-bottom: 2px;
}
.header-m .navbar_nav li.dropdown:hover .dropdown_menu{
	display: block;
	background: #f3f3f3;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.header-m .navbar_nav li.dropdown:hover .dropdown_menu a{
	color: #666;
}
.header-m .navbar_nav li.dropdown:hover .dropdown_menu a:hover{
	color: #fff;
	background: orange;
}
/*白色背景的头部*/
.header-m.on{
	background: #fff;
	border-bottom: 1px solid #ccc;
}
.header.on .left .img1{
	display: none;
}
.header.on .left .img2{
	display: block;
}
.header.on .navbar_nav li a{
	color: #333;
}
.header.on .navbar_nav li:hover a{
	color: orangered;
}
#navToggle{
	display: none;
}

.m_nav{
	position: fixed;
	top: 0px;
	box-shadow: 0 15px 27px 0 rgba(167,165,165,0.38);
	width: 100%;
    height: 100%;
    background: #fff;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
	z-index: 1000;
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    overflow-y: auto;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    top: 0;
    transform: translateX(100%);
}
.m_nav.open{
    transform: translateX(0);
}
.m_nav .top{
	height: 60px;
	padding: 20px;
	box-sizing: border-box;
}
.m_nav .top .closed{
	width: 30px;
	height: 30px;
	vertical-align: middle;
	float:right;
	cursor: pointer;
}
.m_nav .logo{
	width: 100%;
	margin:0 auto;
}
.m_nav .logo img{
	height: 50px;
	display: block;
	margin:30px auto;
}
.m_nav .ul{
	margin-top: 30px;
}
.m_nav .ul li{
	padding: 0 20px;
	border-bottom: 1px solid #f5f5f5;
	transform: translateY(0);
	-webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    opacity: 0;
}
.m_nav.open .ul li{
	opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.m_nav .ul li:nth-child(1) {
    -webkit-transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(2) {
    -webkit-transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(3) {
    -webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(4) {
    -webkit-transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(5) {
    -webkit-transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(6) {
    -webkit-transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li a{
	display: block;
	text-decoration: none;
	color: #333;
	font-size: 16px;
	height: 50px;
	line-height: 50px;
	width: 100%;
}
.m_nav .ul li .dropdown_menu{
	display: none;
}
.m_nav .ul li.dropdown.active .dropdown_menu{
	display: block;
}
.m_nav .ul li .dropdown_menu a{
	display: block;
	height: 50px;
	line-height: 50px;
	padding: 0 40px;
	box-sizing: border-box;
	border-bottom: 1px solid #f5f5f5;
}
.m_nav .ul li .dropdown_menu a:last-child{
	border: none;
}
.header-m{
		padding: .38rem .63rem;
	}
	.header-m #navToggle {
		height: 100%;
		/* padding: 9px 15px; */
		display: inline-block;
		/* float: right; */
	}
	.header-m #navToggle span {
		position: relative;
		width: 25px;
		height: 1px;
		margin-top: 19px;
	}
	.header-m #navToggle span:before,
	.header-m #navToggle span:after {
		content: '';
		position: relative;
		width: 100%;
		height: 1px;
		left: 0;
	}
	.header-m #navToggle span,
	.header-m #navToggle span:before,
	.header-m #navToggle span:after {
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
		display: block;
		background: #ffffff;
	}
	.header-m #navToggle span:before {
		top: 8px;
	}
	.header-m #navToggle span:after {
		bottom: 10px;
	}
	.header-m #navToggle.open span:before {
		top: 10px;
		-webkit-transform: translateY(-11px) rotate(-45deg);
		-moz-transform: translateY(-11px) rotate(-45deg);
		-ms-transform: translateY(-11px) rotate(-45deg);
		-o-transform: translateY(-11px) rotate(-45deg);
		transform: translateY(-11px) rotate(-45deg);
	}
	.header-m #navToggle.open span:after {
		bottom: 12px;
		-webkit-transform: translateY(10px) rotate(45deg);
		-moz-transform: translateY(10px) rotate(45deg);
		-ms-transform: translateY(10px) rotate(45deg);
		-o-transform: translateY(10px) rotate(45deg);
		transform: translateY(10px) rotate(45deg);
	}
	.header-m #navToggle.open span {
		background: none;
	}
	.header-m #navToggle.open span:before,
	.header-m #navToggle.open span:after {
		background: #4f4f4f;
	}

	.header-m .nav-mobile{
		display: none;
	}
  .banner{
    margin-top: 3rem;
  }
  .wes{
    padding-top: 1.25rem;
    flex-direction: column;
  }
  .wes .left .name{
    font-size: 1.25rem;
  }
  .wes .left{
    width: 100%;
  }
  .wes .right{
    width: 100%;
    margin-top: 1.88rem;
  }
  .wes .left .more{
    margin-top: 1.25rem;
  }
  .wes .right ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .wes .right li{
    width: 45%;
  }
  .wes .right{
    padding: 0;
  }
  .partner{
    flex-wrap: wrap;
  }
  .partner>div{
    width: 48%;
    margin-bottom: .63rem;
  }
  .partner>div img{
    width: 100%;
  }
  .colum{
    flex-direction: column;
  }
  .colum .left{
    width: 100%;
  }
  .colum .zhong{
    width: 100%;
  }
  .colum .right{
    width: 100%;
  }
  .colum .title{
    font-size: 1.25rem;
    text-align: center;
  }
  .colum .rights{
    margin-left: 0;
  }
  .colum ul.sjgywm{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .colum ul.sjgywm li{
    padding: 0 .63rem;
  }
  .foooters .on{
    flex-direction: column;
  }
  .foooters .on .left{
    justify-content: center;
  }
  .foooters .on .zhong{
    margin: .63rem 0;
    justify-content: center;
  }
  .foooters .on .zhong ul li{
    padding: 0 .63rem;
  }
  .foooters .bottom{
    flex-direction: column;
  }
  .foooters .bottom .left{
    text-align:center;
  }
  .foooters .bottom .right{
    text-align: center;
    margin-top: .63rem;
  }
  .probanner{
    margin-top: 3rem;
  }
  .probanner .wzjs .cn{
    font-size: 1rem;
  }
  .probanner .wzjs .xian{
    width: 1.25rem;
    height: 1px;
    margin:.19rem 0;
  }
  .probanner .wzjs .en{
    font-size: .75rem;
  }
  .probanner .wzjs{
    top: 16%;
  }
  .prolist .list .introduce>div{
    padding: .31rem;
    margin-left: 1.25rem;
  }
  .prolist{
    padding-left: .94rem;
    padding-right: .94rem;
  }
  .prolist .list .title{
    font-size: 1rem;
    margin-bottom: .33rem;
  }
  .prolist .list .description{
    display: none;
  }
  .prolist .list .more{
    margin-top: .7rem;
  }
  .prolist .list .more a{
    font-size: 12px;
    padding: .2rem .6rem;
  }
  .prolist .list{
    margin-bottom: .63rem;
  }
  .lb{
    padding: 1.25rem .94rem 0 .94rem;
  }
  .lb .names{
    font-size: 1.13rem;
  }
  .lb .nr{
    font-size: 1rem;
  }
  .lblist .wz .title{
    font-size: 1rem;
  }
  .lblist .wz .description{
    font-size: .88rem;
    margin-top: .63rem;
  }
  .lblist .wz .more{
    margin-top: 1rem;
  }
  .lblist .wz .more a{
    font-size: .75rem;
    padding: .2rem 1rem;
  }
  .gywm .wenav ul{
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .gywm .wenav ul li{
    padding: 0;
    width: 33%;
    text-align: center;
  }
  .gywm .wenav ul li a{
    font-size: 1rem;
  }
  .gywm .wenav ul li a::after{
    display: none;
  }
  .gywm .xxnr .js{
    width: 100%;
  }
  .gywm{
    padding: 0 .94rem;
  }
  .gywm .jsxq .list{
    display: flex;
    flex-direction: column !important;
    margin-bottom: 1rem;
  }
  .gywm .jsxq .list .thumb{
    width: 100%;
    margin-right: 0;
  }
  .gywm .jsxq .list .right{
    width: 100%;
  }
  .gywm .jsxq .list .right .mj{
    margin: 0 .31rem;
  }
  .gywm .jsxq .list .right .content{
    margin:0 .31rem;
  }
  .gywm .jsxq .list .title{
    font-size: .88rem;
    margin-top: .31rem;
  }
  .gywm .jsxq .list .right{
    display: flex;
    justify-content: center !important;
    align-items: center;
    padding: 0 .31rem;
  }
  .newdescription{
    display: none;
  }
  .gywm .jsxq .list .more{
    margin-top: 0 !important;
  }
  .gywm .jsxq .list .more a{
    font-size: .63rem !important;
    padding: .2rem 1rem !important;
  }
  .newtitle{
    font-size: 1rem !important;
  }
  .newcontent{
    font-size: .88rem !important;
  }
  .wes .right p{
    margin-top: .63rem;
  }
  .partner span{
    width: 48%;
    margin-bottom: .63rem;
  }
  .partner span img{
    max-width: 100%;
  }
  .ysjjbottom .fyq li{
    width: 100% !important;
  }
  .newslist .list a{
    flex-direction: column;
  }
  .newslist .list a .left{
    width: 100% !important;
  }
  .newslist .list a .right{
    width: 100% !important;
    margin-left: 0!important;
    margin-top: .38rem;
  }
  .mibile_pc{
    display: none;
  }
  .mibile_partnerss{
    display: block;
  }
  .colum_sm .m{
    font-size: 1.5rem !important;
  }
  .colums{
    width: 100% !important;
    padding-top:3rem !important;
    flex-direction: column;
  }
  .colums .left_js{
    flex-direction: row !important;
    justify-content: space-between !important;
    margin-bottom: 1.25rem;
  }
  .colums .left_js p{
    margin-bottom: 0 !important;
  }
  .colums .left_js p img{
    margin-right: 0 !important;
  }
  .colums .left_js p a{
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .colums .left_js p a span:first-child{
    display: block;
    min-height: 2.5rem;
  }
  .colums .left_js p a span:last-child{
    text-align: center;
  }
  .foooters .hx img{
    width: 100%;
  }
  .foooters .on>div{
    width: 100% !important;
  }
  .zwc_fzlc{
    flex-direction: column;
  }
  .zwc_fzlc>div{
    width: 100% !important;
  }
  .zwc_fzlc .leftthumb {
    margin-right: 0 !important;
    border-right: none !important;
    padding-right: 0 !important;
  }
  .zwc_fzlc .dycontent{
    margin-top: .63rem;
  }
  .dycontent p{
    margin-bottom: .5rem !important;
  }
  .taiguo{
    top: .31rem !important;
  }
}
