@font-face {
  font-family: "Garamond Premiere Pro";
  src: url("../fonts/GaramondPremrPro-Capt.eot");
  src:url format("embedded-opentype"), url("../fonts/GaramondPremrPro-Capt.woff2") format("woff2"), url("../fonts/GaramondPremrPro-Capt.woff") format("woff"), url("../fonts/GaramondPremrPro-Capt.ttf") format("truetype") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body {
  background-color: #fffffd;
	width: 100%;
  
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Josefin Sans", sans-serif;
  
}
.js-scroll {
  opacity: 0;
}

.scrolled.ShortFadeInDown {
  -webkit-animation: ShortFadeInDown 1s ease-in-out both;
          animation: ShortFadeInDown 1s ease-in-out both;
}
.scrolled.ShortFadeInUp {
  -webkit-animation: ShortFadeInUp 1s ease-in-out both;
          animation: ShortFadeInUp 1s ease-in-out both;
}
.scrolled.ShortFadeInLeft {
  -webkit-animation: ShortFadeInLeft 1s ease-in-out both;
          animation: ShortFadeInLeft 1s ease-in-out both;
}
.scrolled.ShortFadeInRight {
  -webkit-animation: ShortFadeInRight 1s ease-in-out both;
          animation: ShortFadeInRight 1s ease-in-out both;
}

@-webkit-keyframes ShortFadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -50px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes ShortFadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -50px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes ShortFadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 50px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes ShortFadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 50px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes ShortFadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-50px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes ShortFadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-50px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes ShortFadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(50px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes ShortFadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(50px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.header{
	width:100%;
	
	top:0;
	left:0;
	z-index:999;
	height: 0.72rem;
	line-height: 0.72rem;
	background:url(../images/nav_header.png) no-repeat;
	background-size:cover;
	display: flex;
	    justify-content: center;
	    align-items: center;
	
}
.header.fixed{
	background: rgba(0,0,0,.5);
}
/*左侧logo*/
.header .logo{
	
}
.header .logo img{
	vertical-align: middle;
}
/*右侧*/
.header .nav{
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	height: 100%;
	line-height: .5rem;
	width: 70%; 
	
}

.header .container{
/*
	height: 1.1rem;
	line-height: 1.1rem;
*/
}
.header .nav {
	
}	
.page_404_right{
	width: 60%;
}
.page_404_left{
	width: 40%;
	padding-top: 2rem;
}
.page_404_left span{
	display: block;
	margin-bottom: 0.2rem;
}
.header .navbar_nav li{
	float:left;
	position: relative;
	display: block;
	margin-right: 0.4rem;
	
}
.header .navbar_nav li.tel{
	margin-left: 1.46rem;
}
.header .navbar_nav li a{
	float: left;
	/* padding: 0 .45rem; */
	color: #000;
}
.header .navbar_nav li span{
	float: left;
	color: #fff;
}
.header .navbar_nav li:after{
    content: "";
    width: 0;
    height: 0.04rem;
    background: #9779ff;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.5s ease 0s;
}
.header .navbar_nav li:hover:after{
    width: 100%;
}
.header .navbar_nav li.active:after{
    width: 100%;
}
.header .navbar_nav li.active a{
	color: #9779ff;
	
}
.header .navbar_nav li a{
	padding: 0 .05rem;
	text-decoration: none;
	height: 100%;
	display: inline-block;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	color: #333;
	font-size: .17rem;
}
.header .navbar_nav li.tel:after{
	display: none;
}
.header .navbar_nav li:hover a{
	color: #9779ff;
	/* background-color: #f5f5f5; */
}
.header .navbar_nav li.dropdown{
	display: inherit;
	position: relative;
}
.header .navbar_nav li.dropdown .jt{
	width: 20px;
	height: 20px;
	background: url(../images/top.png) no-repeat;
	background-size: 100% 100%;
	display: block;
}
.contact_info h5{
	text-align: center;
}
.header .logo{
	
	display: flex;
	justify-content: center;

	flex-direction: column;
}

.header .nav .tel a {
    display: inline-block;
    background: url(../images/tel.png) no-repeat left center;
    background-size: .2rem;
    color: #ff534a;
   font-size: .2rem;
    padding-left: .22rem;
	padding-right: 0;
}
.header .navbar_nav li .consult_a img{
	vertical-align: middle;
	margin-right: 5px;
		
}
.m_nav .ul li.tel{
	background: url(../images/tel.png) no-repeat .22rem center;
	background-size: .2rem;
	padding-left: .42rem;
}
/*白色背景的头部*/
.header.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;
}
.select_box {
	margin-left: 0.05rem;
/*	width:1rem;*/
/*	height:30px;*/
/*	margin-right:5px;*/
	position:relative;
}
.language .title{
	width:100%;
	font-style: normal;
    color: #333;
    font-weight: normal;
    font-size: .2rem;
	line-height: inherit;
}
/* .select_box .title {
	width:100%;
	height:30px;
	line-height:29px;
	padding:0px 15px;
	cursor:pointer;
	border-bottom:1px solid #4d66c3;
} */
.select_box .title span {
	color:#b1b2b3;
	font-weight:bold;
}
.select_box .title span img{
	vertical-align: middle;
}
.select_box .title i {
	font-style:normal;
	color:#4d66c3;
}
.select_box .title em {
	position:absolute;
	right:15px;
	margin-left:5px;
	margin-top:-2px;
}
.select_box .title .select_down {
	ffont-size: .2rem;
	display:inline-block;
}
.select_box .title .select_up {
	font-size: .2rem;
	display:none;
}
.select_box ul {
	width: 120%;
	/* max-height: 200px; */
	border: 1px solid #ddd;
	padding: 10px 0px;
	box-shadow: 2px 2px 4px #ccd4e8, -2px -2px 4px #ccd4e8;
	background-color: #fff;
	overflow-y: auto;
	position: absolute;
	top: 0.5rem;
    z-index: 99;
    /* display: none; */
    left: -0.1rem;
	border-radius: 3px;

}
.select_box .title i {
    font-style: normal;
    color: #000;
    font-weight: normal;
	font-size: .17rem;
	
}
.select_box ul li {
	height:.28rem;
	line-height:.28rem;
/*	padding:0px 20px;*/
	font-size:.14rem;
	color:#333;
	cursor:pointer;
	text-align: center;
}
.select_box ul li.this {
	color:#198de3;
	background-color:#198de3;
	color: #fff;
}
#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: rgba(0,0,0,.93);
    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: 50%;
	margin:0 .2rem;
}
.m_nav .logo img{
	/* height: 50px;
	display: block; */
	
	
}
.m_nav .logo a{
	display: block;
}
.m_nav .ul{
	margin-top: .3rem;
	padding: 0 .2rem;
}
.m_nav .ul li{
	padding: 0 20px;
	border-bottom: 1px solid #242424;
	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: #fff;
	font-size: .32rem;
	height: .7rem;
	line-height: .7rem;
	width: 100%;
}

.banner{
	width: 100%;
}
.banner img{
	width: 100%;
}
.translate{
	color: #fff;
	float: left;
}
.translate a{
	color: #fff;
}
.search{
	float: left;
}
/* select_nav */
.select_nav {
	width: 100%;
	height: .62rem;
	line-height: .62rem;
	border:1px dotted #e8e8e8;
}
.select_nav a{
	display: inline-block;
	width: 1.56rem;
	height: .62rem;
	line-height: .62rem;
	text-align: center;
	color: #000000;
}
.select_nav a.active{
	background-color: #0094fd;
	color: #fff;
}
@media screen and (max-width: 992px){
	.header{
		padding: 0 10px;
	}
	.header #navToggle {
		height: 100%;
/*
		padding: 9px 15px;
		margin-right: -15px;
		
*/
		
		display: inline-block;
		float: right;
	}
	.header #navToggle span {
		position: relative;
		width: 25px;
		height: 1px;
		    margin-top: 0.2rem;
	}
	.header #navToggle span:before,
	.header #navToggle span:after {
		content: '';
		position: relative;
		width: 100%;
		height: 1px;
		left: 0;
	}
	.header #navToggle span,
	.header #navToggle span:before,
	.header #navToggle span:after {
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
		display: block;
		background: #000;
	}
	.header #navToggle span:before {
		top: 8px;
	}
	.header #navToggle span:after {
		bottom: 10px;
	}
	.header #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 #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 #navToggle.open span {
		background: none;
	}
	.header #navToggle.open span:before,
	.header #navToggle.open span:after {
		background: #4f4f4f;
	}
	
	.header .nav{
		display: none;
	}
}
/* contact-us */
.contact-us{
	padding: 0 .2rem;
	width: 100%;
   /* background-color: #2e2f30; */
	/* border-top: 2px solid #198de3; */
	padding-top: .4rem;
	padding-bottom: .1rem;
	clear: both;
}
.contact-us h5{
	font-size: .18rem;
	margin: .2rem 0;
	color: #939494;
}
.friend_link a{
	display: inline-block;
	width: 50%;
	color: #333333;
	margin-bottom: .1rem;
	font-size: .14rem;
}
.list_contact{
	width: 40%;
}
.contact_info,.contact {
	width: 30%;
}


.contact_info{
	width: 30%;
}
.contact_info >div{
	width: 1.25rem;
	/* padding-left: 10%; */
	margin: 0 0.2rem;
}
.contact_info >div:nth-of-type(2){
	margin-right: 0;
}
.contact_info.contact_two{
	width: auto;
/*	padding-right: 5%;*/
}
.contact_info >div .div_img{
	/* width: .99rem;
	height: .99rem; */
	margin: 0 auto;
}
.contact .contact_list{
	 font-size: .14rem;
	color: #939494;
	
	/* padding-left: 15px; */
	 margin-bottom: .1rem;
	}
.contact .contact_list a{
	color: #939494;
}
.contact.contact_fs .contact_list{
	padding-left: .3rem;
}
.contact.contact_fs .contact_list{
	 background: url(../images/footer_tel.png) no-repeat left center;
	background-size: .19rem;
	/* text-transform: uppercase; */
	color: #939494;
}
.contact.contact_fs .contact_list:nth-of-type(2){
	background-image: url(../images/footter_email.png);
}
/*
.contact_fs h5{
	padding-left: .3rem;
}
*/

.contact.contact_fs .contact_list:nth-of-type(3){
	background-image: url(../images/fotter_address.png);
}

.footer{
	padding-top: 0.5rem;
	background-color: #252931;
}
.footer_main{
	padding: 0.3rem 0;
}
.footer_left nav a{
	color: #fff;
	font-size: 0.17rem;
	margin-right: 0.4rem;
}
.footer_left nav{
	margin-bottom: 0.7rem;
}
.info_list .list_info{
	color: #fff;
}
.footer_left{
	width: 25%;
}
.wx_img{
	text-align: center;
}
.footer_info {
	justify-content: flex-start;
	align-items: center;
}
.footer_logo{
	margin-right: .46rem;
	display: flex;
	
	align-items: center;
}
.footer p {
    color: #fff;
    font-size: 0.18rem;
}
.footer p{
	color:#fff;
	font-size: 0.18rem;
}
.form-control{
	width: 3.2rem;
	height: 0.4rem;
	border: 1px solid #dfdfdf;
	background-color: #fff;
	margin-top: 0.2rem;
	border-radius: 0.5rem;
	position: relative;
}
.form-control input{
	height: 0.4rem;
	width: 80%;
	padding:0 0.1rem;
border: none;
font-size: 0.18rem;
background: transparent;
}
.self-submit-button{
	width: 20%;
	line-height: 100%;
	
}
.center_footer{
	text-align: right;
}
.wx_info{
	width: 65%;
	font-size: 0.14rem;
}
.wx_info dl{
	width: 25%;
}
.wx_info dl a{
	color: #999999;
	font-size:.16rem;
}
.wx_info dl dt{
	color: #fff;
	font-weight: bold;
	font-size: .19rem;
	margin-bottom: 0.1rem;
	height: .35rem;
}
.self-submit-button button{
	color: #fff;
	border-radius: 1rem;
	position: absolute;
	right: 0rem;	
	height: 0.4rem;
	line-height: 100%;
	width:1rem;
	cursor: pointer;
	border: none;
	font-size:0.18rem ;
	background: linear-gradient(to right, #d570b8, #7450cb);
}
.center_footer img{
	width: 10%;
}
.faccbook{
margin-top: 3rem;
    margin-bottom: 0.2rem;
    width: 100%;
    display: flex;
}
.faccbook a{
	margin-right: .2rem;
}
/*
.faccbook img{
	width: 70%;
}
*/
.center_footer {
	/* width: 40%; */
	text-align: left;
}
.security{
	width: 58%;
	color: #fff;
}
.security dd,.security dt{
	color: #fff;
}
.wx_info dl dd{
	margin-bottom: 0.2rem;
	font-size: 0.14rem;
}
.wx_info dl dd.dd_title a{
	font-weight: bold;
	font-size: 0.18rem;
	
}
.wx_info dl.security{
	width: 100%;
	background-color: #20232a;
	padding: 0.3rem;
}
/*  */
.flex_alin{
	align-items: center;
}
.flex_center{
	justify-content: center;
}
.wx_info p{
	color: #fff;
	font-size: 0.17rem;
	margin-bottom: 0.32rem;
/*	margin-top: 0.2rem;*/
	
}
.list_wx{
	margin-right: 0.3rem;
}
.wx_info .wx_list  p{
	text-align: center;
	color: #aaabad;
	margin-top: 0.2rem;
}
.footer_bz{
	border-top: 1px solid #454950;
	text-align: center;
	padding: 0.28rem 0;
}
.footer_bz p{
	color:#6c6e71;
}
.footer_bz p a{
	color:#6c6e71;
	font-size: 0.14rem;
}
/* news */
.news {
	margin-bottom: 0.6rem;
	margin-bottom: 1.2rem;
}

.news li{
	width: 30%;
	border-radius: 10px;
}
.news li p{
	width: 100%;
	background-color: #f8f8f8;
	height: 0.9rem;
	padding: 0.22rem;
	border-bottom-left-radius: 0.1rem;
	border-bottom-right-radius: 0.1rem;
}
.news li p a{
	font-size: 0.16rem;
}
.news_titile{
	line-height: 1.1rem;
	
}
.news_ad{
	background-color: #f8f8f8;
	padding: 0.2rem 1.5rem;
	border-radius: 0.2rem;
}
.news_ad_video{
	margin: 0.4rem 0;
}
.news_ad_video{
	margin-top: 0.54rem;
}
.news .news_titile{
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.news_ad_video li{
	width: 48%;
}
.news_ad img{
	width: 2.68rem;
	
}
.news_titile{
	text-align: center;
	width: 100%;
	margin: 0 auto;
	display: block;
}
/* news */
/*message*/
.news_titile{
	font-size: 0.48rem;
	text-align: center;
	font-weight: bold;
}
.news_titile a{
	font-size: 0.48rem;
	text-align: center;
	font-weight: bold;
}
.message {
  position: fixed;
  right: 10px;
  bottom: 100px;
  width: 0.8rem;
  z-index: 99;
}
.message a.tel:hover .tel_num{
	display: block;
	transform: 1s all;
	width: 130px;
}
.message_contact{
	width: 100%;
/*	height: 3.5rem;*/
/*	border: 1px solid #b8b8b8;*/
	border-radius: 10px;
	margin-bottom: 10px;
	background-color: #fff;
	box-shadow: 5px 1px 19px 3px rgb(0 0 0 / 20%);
	
}
.message a {
  display: inline-block;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}
.message a.tel{
	position: relative;
}

.tel_num {
    position: absolute;
    top: 0;
    text-align: center;
    left: -140px;
    width: 0px;
/*
    height: 80px;
    line-height: 80px;
    background-color: #01c8fe;
*/
    color: #fff;
	display: none;
	transition: 1s all;
}

.message a.code.iconHover:hover{
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.message a.online.iconHover:hover{
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.message a.code.iconHover:hover .wxCode{
	display: block;
}
.wxCode{
    position: absolute;
    left: -200px;
    width: 186px;
    height: 168px;
    top: -60px;
	display: none;
}
.message a i .white{
	display: none;
}
.message_contact .iconHover:hover{
	background-color: #9779ff;
}
.message_contact .iconHover:hover span{
	color: #fff;
}
.message_contact .iconHover:hover i .blue{
	display: none;
}
.message_contact .iconHover:hover i .white{
	display: inline-block;
}
.message i {
	display: block;
 width: 100%;
 text-align: center;
 height: 39px;
}


.message a span {
	display: block;
	text-align: center;
 color: #000;
 width: 100%;
 line-height: 20px;
 font-size: 10px;
 margin-top: 3px;
}
.message a.toTop{
	width: .74rem;
    height: .6rem;
    line-height: .6rem;
	text-align: center;
	background-color: #fff;
	border-radius: .1rem;
	display: inline-block;
	padding: 0;
	box-shadow: 5px 1px 19px 3px rgb(0 0 0 / 20%);
	
/*	padding-top: .2rem;*/
}
.message a.toTop img{
	vertical-align: middle;
	padding-top: .1rem;
}



.consut_btn{
	width: 1.5rem;
	margin: 0 auto;
	border-radius: .3rem;
	-webkit-border-radius: .3rem;
	background-color: #00a0ea;
	text-align: center;
	height: .4rem;
	line-height: .4rem;
}
.consut_btn a{
	display: inline-block;
	width: 100%;
	font-weight: bold;
	height: .4rem;
	line-height: .4rem;
	font-size: .24rem;
	color: #fff;
}

/*
.proList{
	justify-content: flex-start;
}
*/
.proList li {
    background: #fff;
    padding: .22rem;
    width: 19%;
    margin: 0  1% .2rem 0;
    box-sizing: border-box;
    /* float: left; */
    padding-bottom: .2rem;
}
.proList li:nth-of-type(5n){
	margin-right: 0;
}
.proList li p {
    font-size: 13px;
    line-height: 17px;
    height: 34px;
    display: block;
    overflow: hidden;
}
.proList li span {
    color: #ff2a14;
    font-weight: bold;
	margin-top: .3rem;
	display: inline-block;
	width: 100%;
}
/*  tan_poup*/
.tan_poup{
	position: fixed;
	width: 60%;
	margin-left:-30% ;
	left: 50%;
	top: 50%;
	height: 6rem;
	margin-top: -3rem;
	z-index: 100;
	background: #FFF;
	box-shadow: 0px 0px 0.1rem 0.1rem rgb(0 0 0 / 10%);
	display: none;
}
/* .tan_poup .poup_left img{
	height: 6rem;
} */
.poup_tan{
	position: relative;
	height:6rem;
}
.poup_tan .closeBtn{
	position: absolute;
	right: 0.2rem;
	top: 0.2rem;
	cursor: pointer;
}
.poup_left{
	width: 50%;
}
.poup_left img{
	height: 6rem;
}
.poup_right{
	width: 50%;
	padding: 0 .5rem;
	padding-top: 0.8rem;
	
}
.poup_right h5{
	text-align: center;
	font-size: 0.3rem;
}
.poup_right p{
	width:100% ;
	text-align: center;
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
	color: #333;
	font-size: 0.18rem;
}
.input_div {
	width: 80%;
	margin: 0 auto;
}
.input_div input{
	width: 100%;
	margin-top: 0.2rem;
	border-radius: 1rem;
	padding: 0.1rem;
	height: 0.66rem;
}
.subscise{
	width: 80%;
	margin: 0 auto;
	margin-top: 0.6rem;
	text-align: center;
}
.subscise input{
	display: inline;
	width: 100%;
	margin-top: 0.2rem;
	border-radius: 1rem;
	padding: 0.1rem;
	height: 0.66rem;
	background: url(../images/subs.png) no-repeat;
	background-size: cover;
	border: none;
	font-size: 0.18rem;
	color: #fff;
	cursor: pointer;
	
}
.tan_poup{
	border-radius: 0.4rem;
}
.pc_show{
	display: block;
}
.mobile_show{
	display: none;
}
@media screen and (max-width:1366px) {
	.message{
		width: 0.84rem;
	}
	.message a.toTop{
		width: 0.84rem;
	}
}
@media screen and (max-width:1366px)  {

	.footer_left{
		width: 30%;
	}
}
@media screen and (max-width:990px){
	.footer_left{
		width: 100%;
	}
	.poup_tan{
		width: auto;
	}
	.pc_hide{
		display: none;
	}
	.pc_show{
		display: block;
	}
}

@media screen and (max-width:768px) {
	.tan_poup{
		width: 90%;
		margin-left: -45%;
	}
	.header .logo{
		width: 60%;
	}
	.header #navToggle{
		margin-top: 0;
		display: FLEX;
        JUSTIFY-CONTENT: CENTER;
        ALIGN-ITEMS: CENTER;
	}
	.header{
		height: 1.12rem;
		line-height: 1.12rem;
		background: rgba(0,0,0,.5);
	}
	.header .container{
		width: 100%;
		height: 100%;
	}

	.main_contain{
		width: 100%;
		
		padding: 0 .2rem;
	}

	.list_contact{
		width: 100%;
    padding-right: 20%;
	}
	.contact_info, .contact{
		width: 100%;
	}
	.contact_fs{
		width: 60%;
	}
	.list_contact .contact:nth-of-type(1),.list_contact .contact:nth-of-type(2){
		width: 50%;
		
	}
	.contact-us h5{
		font-size: .26rem;
	}

	.contact_info >div{
		    width: 50%;
    padding-left: 0%;
    margin: 0;
    padding-right: 10%;
	}
	.contact_info >div .div_img{
		width: 100%;
		margin: 0 auto;
	}
	.contact.contact_fs .contact_list{
		background-size: 0.3rem;
    padding-left: 0.5rem;
	}
	.message{
		bottom: 10%;
        width: 1rem;
        right: 0rem;
	}
	.message a.toTop {
    width: 1rem;
		padding-top: 0;
   }
	.contact_info.contact_two {
	   width: 100%;
    margin: 0 auto;
	}
	/* proList */
	.proList li {
	    width: 48%;
	}


	.footer_left nav{
		display: none;
	}
	
	.footer_info .footer_logo{
		width: 35%;
		margin-right: 0.3rem;
	}
	.info_list{
		width: 60%;
	}
	.footer_main{
		padding: .3rem .3rem;
		width: 100%;
	}
	.footer_main .footer_left{
		width: 100%;
	}
	.footer_main .wx_info{
		width: 100%;
	}
	.small_white p{
		display: none;
	}
	.wx_list .list_wx{
		width: 32%;
		margin-right: 0;
	}
	.wx_info p{
		display: none;
	}
	.footer_bz.pc{
		display: none;
	}
	.mobile_hide{
		display: none;
	}

	.mobile_hide{
		display: none;
	}
	
	.mobile_show{
		display: block;
	}
	.footer_bz.mobile{
		display: block;
	}
	.info_list .list_info{
		background-size:0.21rem ;
		line-height:auto;
		background-position:left center;
		height：auto;
	}
	.wx_list{
		margin-top: 0.6rem;
	}
	
	.footer_left{
		width: 100%;
	}
	.news_ad{
		padding: 0.2rem;
	}
	.news li{
		width: 100%;
	}
	.news li p{
		padding: 0.1rem;
		font-size: 0.18rem;
	}
	.news li p a{
		display: block;
		text-align: center;
	}
	.faccbook{
		margin-top: 0.2rem;
	}
	.wx_info{
		width: 100%;
		margin-top: 0.2rem;
	}
	.news{
		margin-bottom: 0.2rem;
	}
	.innov{
		margin-top: 0.6rem;
	}
	.why_sulu .index_title{
		margin-top: 0.6rem;
	}
	.why_sulu .index_title{
		margin-top: 0.5rem;
	}
	.more_go{
		font-size: 0.2rem;
	}
	.innov.main_contain{
		margin-top: 0.6rem;
	}
	.pc_hide{
	display: none;
}
.mobile_show{
	display: block;
}
.page_404_right{
	width: 100%;
}
.page_404_left{
	width: 100%;
	padding-top: 0.2rem;
	margin-bottom: 0.2rem;
	text-align: center;
}
}