@charset "UTF-8";
/* css reset */


@font-face {
	font-family: "SourceHanSansCN-Normal";
	src: url("../fonts/SourceHanSansCN-Normal.woff2") format("woff2"),
		url("../fonts/SourceHanSansCN-Normal.woff") format("woff"),
		url("../fonts/SourceHanSansCN-Normal.ttf") format("truetype"),
		url("../fonts/SourceHanSansCN-Normal.eot") format("embedded-opentype"),

}






body,
html,
div,
p,
h1,
h2,
h3,
h4,
h5,
h6,
span,
i,
strong,
small,
ul,
li,
dl,
dt,
dd,
ol,
table,
a,
input,
textarea,
label {
	margin: 0;
	padding: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

a {
	text-decoration: none;
	outline: none;
	display: inline-block;
	-webkit-transition: .3s;
	transition: .3s;
	color: #333
}

img {
	border: 0;
	vertical-align: middle;
	max-width: 100%;
}

span {
	display: inline-block;
}

i {
	font-style: normal;
	display: inline-block;
}

icon {
	display: inline-block;
}

ul,
li {
	list-style: none;
}

sub,
sup {
	font-size: 6px;
	margin-left: 2px
}

input:focus,
textarea:focus,
select:focus {
	outline: none;
}

input,
textarea {
	display: inline-block;
	font-family: "SourceHanSansCN-Normal", "Source Han Sans CN", sans-serif, Helvetica, "Helvetica Neue";
}

/* body{font-family:"Aileron-Regular","Source Sans Pro",SourceHanSansCN,"Source Han Sans CN",Helvetica,"Helvetica Neue", Arial, sans-serif;font-weight:300;font-size:1em;color:#333;margin:0 auto;width:100%;max-width: 1920px;background:#FFF;}
 */
html {
	font-size: 16px;
}

body {
	font-family: "SourceHanSansCN-Normal", "Source Han Sans CN", sans-serif, Helvetica, "Helvetica Neue", Arial, sans-serif;
	font-weight: 300;
	color: #333;
	margin: 0 auto;
	width: 100%;
	background: #FFF;

}

::-webkit-scrollbar {
	width: 5px;
	height: 8px;
	background-color: rgba(210, 210, 210, 0.48);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 0;
}

::-webkit-scrollbar-thumb {
	background-color: rgba(123, 121, 121, 0.7);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 0;
}

.clear {
	clear: both;
	zoom: 1;
}

.clear:after,
.clear:before {
	content: "";
	display: table;
	height: 0;
	clear: both;
}

.fl {
	float: left
}

.fr {
	float: right
}

.wrap {
	width: 1400px;
	margin: auto;
	 max-width: 94%; 

}
.wrap2 {
	width: 1400px;
	margin: auto;
	max-width: 86%; 
}

/* .wrap2 {
	width: 1300px;
	margin: auto;
}

.wrap3 {
	width: 1150px;
	margin: auto;
} */

/* header */
.menu{
	display: none;
	    float: right;
	    margin-top: 31px;
	    position: relative;
	    width: 25px;
	    height: 25px;
		cursor: pointer;
}
.menu span {
    position: absolute;
    transition: 0.3s;
    width: 25px;
    height: 3px;
    border-radius: 2px;
    background: #049757;
    display: block;
    margin-bottom: 5px;
    -webkit-transform-origin: left center;
    transform-origin: left center;
}
.menu .span2 {
    top: 8.4px;
}
.menu .span3 {
    top: 17px;
}
.menu.on .span1 {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.menu.on .span2 {
    opacity: 0;
}
.menu.on .span3 {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}



#header {
	position: fixed;
	z-index: 9999999;
	width: 100%;
	width: 100%;
	left: 0;
	right: 0;
	top: 0;
	
	background: #FFFFFF;
	transition: 0.4s;
}

#header.on {
	box-shadow: 0 0 8px rgb(0, 0, 0, 0.5);
}
#header.index-header{
	background: rgba(0,0,0,0.8);
}

#header .img-b{
	display: none;
}
#header.index-header .img-b{
	display: inline-block;
}
#header.index-header .img-h{
	display: none;
}
#header.index-header.on{
	background: #FFFFFF;
	transition: 0.4s;
}
#header.index-header.on .img-h{
	display: inline-block;
}
#header.index-header.on .img-b{
	display: none;
}
.header {
	height: 80px;
	line-height: 80px;
}

.header-logo {
	float: left;
}

.header-logo a {}

.header-logo a img {}

.header-right {
	float: right;
	line-height: normal;
}
.header-lang{
	float: right;
}

.header-lang>a,#header.index-header.on .header-lang>a{
	background: url(../images/earth-h_06.png) no-repeat;
	width: 35px;
	height: 35px;
	background-position: center;
	display: block;
	margin-top: 22px;
}
#header.index-header .header-lang>a{
	background-image: url(../images/earth_03.png);
}




.header-nav {
	float: right;
	margin-right: 25px;
}

.header-nav li {
	float: left;
	margin-left: 20px;
}

.header-nav li>a,#header.index-header.on .header-nav li>a{
	font-size: 16px;
	color: #000000;
	font-weight: bolder;
	display: block;
	padding: 0 5px;
	position: relative;
}
.header-nav li>a,#header.index-header.on .header-nav li>a{
	padding: 0 20px;
}

#header.index-header .header-nav li>a{
	color: #FFFFFF;
}



.header-nav li.active>a,.header-nav li>a:hover{
	color: #2f77c4!important;
	
}
.header-nav li>a::after{
	position: absolute;
	content: "";
	border-bottom: 2px solid #fff;
	width: 0%;
	height: 2px;
	left: 0;
	right: 0;
	bottom: 1px;
	margin: auto;
	transition: 0.4s;
}
.header-nav li.active>a::after{
	position: absolute;
	content: "";
	border-bottom: 2px solid #2f77c4;
	width: 100%;
	height: 2px;
	left: 0;
	right: 0;
	bottom: 1px;
	transition: 0.4s;
	margin: auto;
	
}

.header-nav-top{
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	margin: auto;
	top: 80px;
	background: #FFFFFF;
	border-top: 1px solid #E5E5E5;
	padding: 20px 0;
}
.header-nav-top .header-nav-div{
	float: left;
	line-height: normal;
	width: 20%;
}
.header-nav-top .header-nav-div:first-of-type{
	width: 60%;
}
.header-nav-top .header-nav-div:first-of-type dl{
	width: 20%;
}
.header-nav-top .header-nav-div>h3{
	font-size: 16px;
	color: #2f77c4;
	background-position: center left;
	background-repeat: no-repeat;
	padding: 10px 0;
	padding-left: 35px;
	margin-bottom: 10px;
}
.header-nav-top .header-nav-div .h3-1{
	background-image: url(../images/y1_06.jpg);
}
.header-nav-top .header-nav-div .h3-2{
	background-image: url(../images/y2_08.jpg);
}
.header-nav-top .header-nav-div .h3-3{
	background-image: url(../images/y3_03.jpg);
}
.header-nav-top .header-nav-div dl{
	float: left;
}
.header-nav-top .header-nav-div dl dt{
	margin-bottom: 10px;
}
.header-nav-top .header-nav-div dl dt a{
	font-size: 16px;
	font-weight: bolder;
	color: #2f77c4;
}
.header-nav-top .header-nav-div dl dd{
	margin-bottom: 8px;
}
.header-nav-top .header-nav-div dl dd>a{
	font-size: 16px;
	color: #333333;
	margin-bottom: 5px;
	font-weight: bolder
}
.header-nav-top .header-nav-div dl .dd-div-list{}
.header-nav-top .header-nav-div dl .dd-div-list a{
	font-size: 14px;
	color: #888888;
	padding-left: 15px;
	padding: 5px 0 5px 15px;
	display: block;
}
.header-nav-top .header-nav-div dl .dd-div-list a:hover{
	color: #09589e;
	text-decoration: underline;
}
.header-nav-top{
	display: none;
}
/* .header-nav li:hover .header-nav-top{
	display: block;
} */

/* header */



.page {
	text-align: center;
	margin-top: 60px;
}

.page a {
	font-size: 14px;
	color: #666666;
	border: 1px solid #bfbfbf;
	text-align: center;
	padding: 12px 19px;
	margin: 0 5px;
}

.page a.active,
.page a:hover {
	background: #2d79c6;
	color: #fff;
	border: 1px solid #fff;
}


/* index */
.index-banner{
	position: relative;
}
.index-banner .swiper-slide{
	height: 100vh;
	width: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.index-banner .swiper-slide .slide-text{
	position: absolute;
	top: 40%;
	margin: auto;
	left: 0;
	right: 0;
}
.index-banner .swiper-slide .slide-text h3{
	font-size: 40px;
	color: #079ae3;
	font-weight: bold;
	text-shadow: 1px -1px #FFFFFF;
	margin-bottom: 18px;
}
.index-banner .swiper-slide .slide-text p{
	font-size: 24px;
	color: #FFFFFF;
	margin-bottom: 40px;
}
.index-banner .swiper-slide .slide-text a{
	font-size: 14px;
	color: #FFFFFF;
	padding: 7px 25px;
	border-radius: 100px;
	background: #059be6;
	    
}
.index-banner .swiper-button-prev{
	background-image: url(../images/j-left_03.png);
}
.index-banner .swiper-button-next{
	background-image: url(../images/j-right_05.png);
}
.index-banner .swiper-button-white{
	background-size: auto;
	width: 65px;
	height: 65px;
	border-radius: 100%;
	background-color: rgba(0,0,0,0.35);
	border: 1px solid rgba(0,0,0,0);
}
.index-banner .swiper-button-white:hover{
	background-color: rgba(0,0,0,0);
	border: 1px solid #FFFFFF;
}
.index-banner .scroll-img{
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	width: 40px;
	z-index: 9999;
	animation: rotating4 1.5s linear infinite;
}
@keyframes rotating4{
	from{
		bottom: 45px;
	}
	to{
		bottom: 15px;
	}
}


.padd-60{
	padding: 60px 0;
}
.title-text{
	margin-bottom: 40px;
}
.title-text h2{
	font-size: 48px;
	color: #f1f3f7;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-align: center;
}
.title-text h3{
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	margin-top: -15px;
	/* background: -webkit-linear-gradient(top,#3078c4, #059be6);
	    background: -o-linear-gradient(top, #3078c4, #059be6);
	    background: -moz-linear-gradient(top, #3078c4, #059be6);
		-webkit-background-clip: text;
		        color: transparent; */
				color: #2d79c6;
}
.index-about{}
.index-about .index-about-box{
	display: -webkit-box;
	   display: -ms-flexbox;
	   display: -webkit-flex;
	   display: flex;
	margin-top: 40px;
}
.index-about .index-about-box .index-about-left{
	background-position: center;
	background-size: cover;
	border-radius: 10px;
	width: 55%;
	margin-right: 50px;
}
.index-about .index-about-box .index-about-left img{
	border-radius: 10px;
}
.index-about .index-about-box .index-about-right{
	-webkit-box-flex: 1;
	   -ms-flex: 1;
	   -webkit-flex: 1;
	   flex: 1;    
	margin: 20px 0;
}
.index-about .index-about-box .index-about-right>h3{
	font-size: 24px;
	font-weight: bold;
	color: #2d79c6;
	margin-bottom: 20px;
}
.index-about .index-about-box .index-about-right>p{
	font-size: 16px;
	color: #343534;
	line-height: 36px;
}
.index-about .index-about-box .index-about-right .index-about-ul{}
.index-about .index-about-box .index-about-right .index-about-ul li{
	margin: 10px 0;
}
.index-about .index-about-right .index-about-ul li p{
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 42px;
	padding-left: 58px;
}
.index-about .index-about-right .index-about-ul li p b{
	font-size: 40px;
	color: #2d79c6;
	font-weight: bold;
	margin-right: 10px;
}
.index-about .index-about-right .index-about-ul p span{
	font-size: 18px;
	color: #333333;
}
.index-about .index-about-box .index-about-left{
	height: 535px;
}
.swiper-about .swiper-slide2{}
.swiper-about .swiper-slide2 .index-about-right h3{
	background: url(../images/t-logo_06.jpg) no-repeat;
	background-position: center left;
	padding: 20px 0 20px 110px;
}
.swiper-about .swiper-slide2 .index-about-right a{
	border-radius: 100px;
	color: #FFFFFF;
	font-size: 16px;
	background: #2d79c6;
	padding: 5px 20px;
	margin-top: 50px;
}
.swiper-about.swiper-container{
	padding-bottom: 60px;
}





.index-pro{
	background: #eff3ff;
}
.index-pro .title-text h2{
	color: #dde6ff;
}

.index-pro-ul{
	display: -webkit-box;
	   display: -ms-flexbox;
	   display: -webkit-flex;
	   display: flex;
	-ms-flex-wrap:wrap;
	flex-wrap: wrap;
}
.index-pro-ul li{
	width: 32%;
	margin-right: 2%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;border-radius: 10px;
	margin-bottom: 2%;
	box-sizing: border-box;
	padding: 80px 50px;
}
.index-pro-ul li:hover{
	box-shadow: 0 0 15px #CCCCCC;
}
.index-pro-ul li:nth-of-type(2),.index-pro-ul li:nth-of-type(5){
	margin-right: 0;
}
.index-pro-ul li:nth-of-type(1),.index-pro-ul li:nth-of-type(2){
	width: 49%;
}
.index-pro-ul li .index-pro-ul-div{
	display: -webkit-box;
	   display: -ms-flexbox;
	   display: -webkit-flex;
	   display: flex;
	max-width: 350px;
}
.index-pro-ul li .index-pro-ul-right{
	-webkit-box-flex: 1;
	   -ms-flex: 1;
	   -webkit-flex: 1;
	   flex: 1;    
}
.index-pro-ul li .index-pro-ul-right h3{
	font-size: 20px;
	color: #0e1520;
}
.index-pro-ul li .index-pro-ul-right p{
	font-size: 16px;
	color: #666666;
	height: 48px;
	overflow: hidden;
}
.index-pro-ul li .index-pro-ul-right a{
	font-size: 16px;
	color: #2d79c6;
	border: 1px solid #2d79c6;
	border-radius: 100px;
	padding: 4px 15px;
}
.index-pro-ul li:nth-of-type(1) .index-pro-ul-div{
	flex-direction: row-reverse;
	    margin-left: auto;
}
.index-pro-ul li .index-pro-ul-left{
	width: 155px;
	margin-right: 25px;
}
.index-pro-ul li:nth-of-type(1) .index-pro-ul-left{
	margin-right: 0;
	margin-left: 25px;
}
.index-pro-ul li .index-pro-ul-left img{
	max-height: 155px;
}

.index-case{}
.index-case-a{
	text-align: center;
}
.index-case-a a{
	font-size: 20px;
	color: #000000;
	border: 1px solid #d2d2d2;
	border-radius: 100px;
	margin: 0 15px;
	padding: 5px 30px;
	cursor: pointer;
}
.index-case-a a.active{
	color: #FFFFFF;
	background: #049ce6;
	border: 1px solid #049ce6;
}
.index-case-swiper{
	margin-top: 40px;
}
.index-case-swiper .swiper-slide{
	height: 560px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.index-case-swiper .swiper-slide::after{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	background: rgba(0,0,0,0.5);
}
.index-case-swiper .swiper-slide a{
	display: block;
	height: 100%;
	
}
.index-case-swiper .swiper-slide .case-slide-div{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	width: 100%;
	margin: auto;
	left: 0;
	right: 0;
	text-align: center;
	box-sizing: border-box;
	padding: 25px 50px;
	z-index: 999999;
	transition: 0.4s;
}
.index-case-swiper .swiper-slide .case-slide-div h3{
	font-size: 30px;
	color: #FFFFFF;
	position: relative;
	padding: 10px;
	margin-bottom: 10px;
}
.index-case-swiper .swiper-slide .case-slide-div h3::after{
	position: absolute;
	content: "";
	width: 30px;
	height: 2px;
	background: #2d79c6;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 0;
}
.index-case-swiper .swiper-slide .case-slide-div p{
	font-size: 18px;
	color: #FFFFFF;
	line-height: 30px;
	height: 90px;
}
.index-case-swiper .swiper-container{
	display: none;
}
.index-case-swiper .swiper-container.active{
	display: block;
}

.index-case-swiper .swiper-slide:hover .case-slide-div{
	top: 45%;
	transition: 0.4s;
}


.index-news-a{
	text-align: center;
}
.index-news-a a{
	font-size: 20px;
	color: #000000;
	border: 1px solid #d2d2d2;
	border-radius: 100px;
	margin: 0 15px;
	padding: 5px 30px;
	cursor: pointer;
}

.index-news-a a.active{
	color: #FFFFFF;
	background: #049ce6;
	border: 1px solid #049ce6;
}
.index-news-box{
	margin-top: 35px;
}
.index-news-ul{
	display: none;
}
.index-news-ul.active{
	display: block;
}
.index-news-ul .index-news-left,.index-news-div{
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	transition: 0.4s;
}
.index-news-ul .index-news-left{
	width: calc(100% - 460px - 20px);
	float: left;
}
.index-news-right{
	float: right;
}
.index-news-ul .index-news-left::after,.index-news-div::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	margin: auto;
	top: 0;
	background: rgba(0,0,0,0.5);
}
.index-news-ul a{
	display: block;
	height: 100%;
	position: relative;
	z-index: 9;
}
.index-news-ul a .index-news-text{
	display: block;
	
	width: 100%;
	/* background: rgba(0,0,0,0.5); */
	position: absolute;
	bottom: 0;
	z-index: 99999;
	padding:10px 20px;
	box-sizing: border-box;
}



.index-news-ul a h4{
	font-size: 20px;
	color: #FFFFFF;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-bottom: 5px;
}
.index-news-ul a p{
	font-size: 14px;
	color: rgba(255,255,255,0.8);
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.index-news-div{
	width: 460px;
	height: 270px;
	margin-bottom: 20px;
}
.index-news-left:hover,.index-news-div:hover{
	background-size: 110%;
	transition: 0.4s;
}

/* footer */
footer{
	background: #1b1b1b;
}
.footer-top{
	padding: 35px 0;
}
.footer-top .footer-left{
	float: left;
	width: calc(100% - 200px);
}
.footer-top .footer-left dl{
	width: 16.66666%;
	float: left;
}
.footer-top .footer-left dl dt,.footer-top .footer-right dt{
	margin-bottom: 10px;
}
.footer-top .footer-left dl dt a,.footer-top .footer-right dt a{
	font-size: 16px;
	color: #FFFFFF;
}
.footer-top .footer-left dl dd{
	margin-bottom: 5px;
}
.footer-top .footer-left dl dd a{
	font-size: 14px;
	color: rgba(255,255,255,0.3);
}
.footer-top .footer-left dl dd a:hover{
	color: rgba(255,255,255,0.83);
}
.footer-top .footer-right{
	width: 120px;
	float: right;
	text-align: center;
	
}
.footer-top .footer-right dd{
	text-align: center;
}
.footer-top .footer-right dd img{
	display: block;
	margin: auto;
	
}
.footer-top .footer-right span{
	font-size: 15px;
	color: #FFFFFF;
	margin-top: 8px;
}
.footer-bottom{}
.footer-bottom>p{
	color: rgba(255,255,255,0.5);
}
.footer-bottom>p a{
	font-size: 14px;
	color: rgba(255,255,255,0.5);
}
.footer-bottom .link{
	border-top: 1px solid rgba(255,255,255,0.2);
	margin-top: 15px;
	padding: 15px 0 22px;
}
.footer-bottom .link span{
	font-size: 14px;
	font-weight: bolder;
	color: rgba(255,255,255,0.3);
	float: left;
	display: block;
}
.footer-bottom .link p{
	padding-left: 83px;
	line-height: 21px;
}
.footer-bottom .link a:first-of-type{
	margin-left: 0;
}
.footer-bottom .link a{
	font-size: 13px;
	color: rgba(255,255,255,0.2);
	position: relative;
	margin-left: 15px;
	padding-right: 15px;
}
.footer-bottom .link a::after{
	position: absolute;
	content: "";
	width: 1px;
	height: 15px;
	right: 0;
	background: rgba(255,255,255,0.2);
	top: 3px;
}
.footer-bottom .link a:hover{
	color: rgba(255,255,255,0.82);
}

/* news */
.nei-nav {
	background: #f5f5f5;
	height: 65px;
	line-height: 65px;
}

.nei-nav .nei-nav-left {}

.nei-nav .nei-nav-left a {
	position: relative;
	font-weight: bolder;
	font-size: 16px;
	color: #3b3a40;
	padding: 0 15px;
	margin-right: 15px;
}

.nei-nav .nei-nav-left a.active::after {
	position: absolute;
	content: "";
	width: 100%;
	bottom: 0;
	height: 2px;
	background: #2e78c5;
	left: 0;
	right: 0;
	margin: auto;
}

.nei-nav .nei-nav-left a:hover,.nei-nav .nei-nav-left a.active{
	color: #2e78c5;
}

.nei-nav .nei-nav-right {
	margin-left: auto;
}

.nei-nav .nei-nav-right a {
	font-size: 13px;
	font-weight: bolder;
	color: #5b5b5b;
	background: url(../images/j-tt_12.png) center left no-repeat;
	padding-left: 25px;
	height: 100%;
	vertical-align: middle;
	margin-right: 10px;
}

.nei-nav .nei-nav-right a:nth-of-type(1) {
	background: url(../images/home_09.png) no-repeat;
	background-position: center left;
	margin-right: 5px;
}
.nei-nav .nei-nav-right a:nth-of-type(2){
	background: none;
	padding-left: 0;
}
.nei-nav .nei-nav-right a.active,
.nei-nav .nei-nav-right a:hover {
	color: #2e78c5;
}
.nei-wrap {
	display: -webkit-box;
	   display: -ms-flexbox;
	   display: -webkit-flex;
	   display: flex;
	height: 100%;
}

.padd-80{
	padding: 80px 0;
}
.news{}
.news-list{}
.news-list .news-list-ul{}
.news-list .news-list-ul li{
	float: left;
	width: 31.3333%;
	margin-right: 3%;
	margin-bottom: 40px;
}
.news-list .news-list-ul li:nth-of-type(3n){
	margin-right: 0;
}
.news-list .news-list-ul li a{
	display: block;
}
.news-list .news-list-ul li a .news-img{
	height: 230px;
	overflow: hidden;
}
.news-list .news-list-ul li a .news-img img{
	max-height: 230px;
	height: 100%;
	width: 100%;
}
.news-list .news-list-ul li a:hover .news-img img{
	transform: scale(1.1);
	transition: 0.4s;
}
.news-list .news-list-ul li a .news-text{
	border: 1px solid #e6e6e6;
	border-top: none;
	padding: 30px 20px;
}
.news-list .news-list-ul li a .news-text h3{
	font-size: 20px;
	color: #000000;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.news-list .news-list-ul li a .news-text h5{
	font-size: 15px;
	color: #666666;
	margin: 10px 0;
	background: url(../images/time_03.png) no-repeat;
	background-position: center left;
	padding-left: 30px;
}
.news-list .news-list-ul li a .news-text p{
	font-size: 15px;
	color: #666666;
	font-weight: bolder;
	height: 48px;
	line-height: 24px;
	overflow: hidden;
    	text-overflow: ellipsis;
    	display: -webkit-box;
    	-webkit-box-orient: vertical;
    	-webkit-line-clamp: 2;
}
.news-list .news-list-ul li:hover{
	box-shadow: 0 0 8px #CCCCCC;
}
.news-list .news-list-ul li:hover a .news-text h3{
	color: #2f77c4;
}



/* news-detail */
/* news-detail */
.news-detail-left .info {
	font-size: 14px;
	color: #999;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 16px;
}

.news-detail-left .info .fl span {
	padding-left: 28px;
	margin-right: 36px;
	line-height: 20px;
}

.news-detail-left .info .fl span.time {
	background: url(../images/news_icon_01.png) no-repeat left center;
}

.news-detail-left .info .fl span.source {
	background: url(../images/news_icon_02.png) no-repeat left center;
}

.news-detail-left .info .fl span.count {
	background: url(../images/news_icon_03.png) no-repeat left center;
}

.news-detail-left h3 {
	font-size: 24px;
	line-height: 28px;
	padding-bottom: 20px;
	font-weight: normal;
	text-align: center;
	margin-bottom: 10px;
	color: #4c4c4c;
}

.news-detail-text {
	margin: 30px 0 65px;
	box-sizing: border-box;
	padding: 0 50px;
}

.news-detail-text p {
	text-align: justify;
	font-size: 16px;
	color: #666666;
	line-height: 28px;
	margin-bottom: 8px;
}

.yeye {
	margin-top: 64px;
}

.yeye p {
	overflow: hidden;
	margin: 8px 0;
}

.yeye p a {
	color: #888888;
}

.yeye p a:hover {
	color: #132e4f;
}

.yeye p a i {
	font-size: 16px;
	vertical-align: middle;
}

.yeye p a span {
	font-size: 16px;
	vertical-align: middle;
}
.detail-page {
	border-top: 1px solid #dedede;
	margin-top: 55px;
	padding: 20px 0;
}

.detail-page .prev {
	float: left;
	width: 45%;
}

.detail-page .prev a {
	background: url(../images/lj_03.png) left center no-repeat;
	padding-left: 15px;
	font-size: 16px;
}

.detail-page .prev a:hover {
	color: #0c519c;
}

.detail-page .next {
	float: right;
	width: 45%;
	text-align: right;
}

.detail-page .next a {
	background: url(../images/rj_05.png) right center no-repeat;
	padding-right: 15px;
	font-size: 16px;
	box-sizing: border-box;
	display: block;
}

.detail-page .next a:hover {
	color: #0c519c;
}

.detail-page .back {
	float: left;
	width: 10%;
	text-align: center;
}

.detail-page .back a {
	font-size: 16px;
	font-weight: bold;
	background: url(../images/meu_03.jpg) left center no-repeat;
	padding-left: 25px;
}

.detail-page .back a:hover {
	color: #0c519c;
}

/* support */

.support{}
.support-list{}
.support-list-ul{}
.support-list-ul li{
	float: left;
		width: 31.3333%;
		margin-right: 3%;
		margin-bottom: 40px;
}
.support-list-ul li:nth-of-type(3n){
	margin-right: 0;
}
.support-list-ul li a{
	display: block;
}
.support-list-ul li a .support-video{
	height: 230px;
	overflow: hidden;
}
.support-list-ul li a .support-video video{
	max-height: 230px;
	height: 100%;
	width: 100%;
	object-fit: fill;
}
.support-list-ul li a .support-text{
	border: 1px solid #E6E6E6;
	border-top: none;
	padding: 30px 20px;
}
.support-list-ul li a .support-text h3{
	margin-bottom: 8px;
}
.support-list-ul li a .support-text h3 span{
	font-size: 20px;
	color: #000000;
	float: left;
}
.support-list-ul li a .support-text h3 i{
	font-size: 15px;
	color: #666666;
	font-style: normal;
	float: right;
	margin-top: 6px;
}
.support-list-ul li a .support-text p{
	font-size: 15px;
	    color: #666666;
	    font-weight: bolder;
	    height: 48px;
	    line-height: 24px;
    	overflow: hidden;
    	text-overflow: ellipsis;
    	display: -webkit-box;
    	-webkit-box-orient: vertical;
    	-webkit-line-clamp: 2;
}
.support-list-ul li:hover{
	box-shadow: 0 0 8px #CCCCCC;
}

.support-down{
	text-align: center;
}
.support-a a{
	font-size: 20px;
	color: #000000;
	border: 1px solid #d2d2d2;
	border-radius: 100px;
	padding: 6px 30px;
	margin: 0 10px;
	cursor: pointer;
	
}
.support-a a.active,.support-a a:hover{
	color: #FFFFFF;
	background: #059be6;
		transition: 0.4s;
}

.support-div{
	display: none;
}
.support-div.active{
	display: block;
}
.support-box{
	margin-top: 50px;
}
.support-div .support-ul{}
.support-div .support-ul li{
	width: 48%;
	margin-right: 4%;
	border: 1px solid #e5e5e5;
	margin-bottom: 30px;
	float: left;
	box-sizing: border-box;
}
.support-div .support-ul li:nth-of-type(2n){
	margin-right: 0;
}
.support-div .support-ul li a{
	display: block;
	padding: 10px;
	box-sizing: border-box;
}
.support-div .support-ul li a p{
	background: url(../images/mk1_03.png) no-repeat;
	background-position: center left;
	float: left;
	padding: 15px 15px 15px 70px;
	width: 65%;
	overflow: hidden;
	text-align: left;
	font-size: 18px;
	transition: 0.4s;
}
.support-div .support-ul li:hover a p{
	background-image: url(../images/mk2_06.png);
	color: #FFFFFF;
	transition: 0.4s;
}
.support-div .support-ul li a icon{
	width: 27px;
	height: 27px;
	background: url(../images/mk3_12.png) no-repeat;
	background-position: center;
	display: block;
	float: right;
	margin-top: 12px;
	transition: 0.4s;
}
.support-div .support-ul li:hover a icon{
	background-image: url(../images/mk4_09.png);
	transition: 0.4s;
}
.support-div .support-ul li:hover{
	background: #049ce6;
	transition: 0.4s;
}

/* about-join*/
.huibac{
	background: #f7f7f7;
}
.about{}
.about-join{
	background: #FFFFFF;
}
.about-join .about-join-dl{
	padding: 0 30px;
}
.about-join .about-join-dl dd{
	
	border-bottom: 1px solid #d9d9d9;
}
.about-join .about-join-dl dd>p{
	height: 70px;
	line-height: 70px;
	cursor: pointer;
}
.about-join .about-join-dl span{
	font-size: 20px;
	color: #4a4a4a;
	text-align: center;
	width: 21.5%;
	float: left;
	box-sizing: border-box;
}
.about-join .about-join-dl dt{
	background: #f1f1f1;
	height: 70px;
	line-height: 70px;
}
.about-join .about-join-dl dt span{
	font-weight: bolder;
	font-size: 24px;
	color: #201e1f;
	display: block;
}
.about-join .about-join-dl .s-name{
	width: 25%;
	text-align: left;
	padding-left: 30px;
}
.about-join .about-join-dl .s-img{
	width: 10%;
}
.join-top{
	background: #f1f1f1;
	padding: 20px;
	border-top: 1px solid #d9d9d9;
	padding-bottom: 40px;
	display: none;
}
.join-top h3{
	font-size: 20px;
	color: #333333;
	margin-bottom: 10px;
}
.join-top p{
	font-size: 16px;
	color: #666666;
	line-height: 36px;
}
.join-top .to-email{
	margin-top: 25px;
}
.join-top .to-email a{
	color: #FFFFFF;
	padding: 8px 55px;
	border-radius: 100px;
	background: -webkit-linear-gradient(bottom,#307ac6, #43b9ef);
	    background: -o-linear-gradient(bottom, #307ac6, #43b9ef);
	    background: -moz-linear-gradient(bottom, #307ac6, #43b9ef);
	
}
.about-join .about-join-dl dd .s-img img{
	transform: rotateZ(180deg);
	transition: 0.4s;
}
.about-join .about-join-dl dd p.active .s-img img{
	transform: rotateZ(0deg);
	transition: 0.4s;
}

/* about-contact */
.about-contact{}
.about-contact-top{
	border: 1px solid #E5E5E5;
	box-sizing: border-box;
	padding: 60px 0;
	display: -webkit-box;
	   display: -ms-flexbox;
	   display: -webkit-flex;
	   display: flex;
	-ms-flex-wrap:wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	    -webkit-justify-content: center;
	    justify-content: center;
}
.about-contact-top>div{
	border-right: 1px solid #E5E5E5;
	width: 33.333333%;
	box-sizing: border-box;
	padding: 0 50px;
}
.about-contact-left h2{
	font-size: 36px;
	font-weight: bolder;
	color: #333333;
}
.about-contact-left p{
	font-size: 16px;
	color: #999999;
	line-height: 36px;
}
.about-contact-left a{
	font-size: 18px;
	color: #FFFFFF;
	background: -webkit-linear-gradient(bottom,#307ac6, #43b9ef);
	    background: -o-linear-gradient(bottom, #307ac6, #43b9ef);
	    background: -moz-linear-gradient(bottom, #307ac6, #43b9ef);
		padding: 8px 40px;
		margin-top: 25px;
}
.about-contact-center h4{
	font-size: 24px;
	color: #049ce6;
	margin-bottom: 25px;
}
.about-contact-center p{
	font-size: 17px;
	color: #666666;
	line-height: 30px;
}
.about-contact-right{
	text-align: center;
}
.about-contact-right img{
	width: 150px;
	height: 150px;
	display: block;
	margin: auto;
	margin-bottom: 10px;
}
.about-contact-right p{
	font-size: 18px;
	color: #454545;
	line-height: 24px;
}
.nei-banner{
	margin-top: 80px;
}
.about-contact-map{
	display: -webkit-box;
	   display: -ms-flexbox;
	   display: -webkit-flex;
	   display: flex;
	margin-top: 50px;
	border: 1px solid #E5E5E5;
}
.about-map-left{
	width: 70%;
}

.about-contact-ly{
	width: 450px;
	box-sizing: border-box;
	padding: 30px;
	background: #f9f9fa;
}
.about-contact-ly h3{
	font-size: 24px;
	color: #333333;
	margin-bottom: 25px;
}
.about-contact-ly p{
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 30px;
}
.about-contact-ly input{
	width: 100%;
	height: 45px;
	border: 1px solid #E5E5E5;
	border-radius: 100px;
	background: none;
	box-sizing: border-box;
	padding: 0 10px;
}
.about-contact-ly textarea{
	resize: none;
	height: 85px;
	box-sizing: border-box;
	width: 100%;
	padding: 10px;
	border-radius: 15px;
	border: 1px solid #E5E5E5;
	background: none;
}
.input-div{
	margin-bottom: 15px;
}
.button-div{
	margin-top: 20px;
	margin-bottom: 20px;
}
.button-div button{
	font-size: 15px;
	color: #FFFFFF;
	padding: 10px 35px;
	border-radius: 100px;
	background: -webkit-linear-gradient(bottom,#307ac6, #43b9ef);
	    background: -o-linear-gradient(bottom, #307ac6, #43b9ef);
	    background: -moz-linear-gradient(bottom, #307ac6, #43b9ef);
		border: none;
		cursor: pointer;
}

/* about */
.about-jj{
	display: -webkit-box;
	   display: -ms-flexbox;
	   display: -webkit-flex;
	   display: flex;
	-ms-flex-wrap:wrap;
	flex-wrap: wrap;
	padding: 0px 0 80px;
}
.about-jj-left{
	width: calc(100% - 570px);
}
.about-jj-left h3{
	font-size: 36px;
	font-weight: bolder;
	color: #343434;
	margin-bottom: 5px;
}
.about-jj-left h5{
	font-size: 22px;
	color: #999999;
	margin-bottom: 15px;
}
.about-jj-left p{
	font-size: 18px;
	line-height: 36px;
	color: #676767;
	text-indent: 2em;
}
.about-jj-right{
	width: 500px;
	margin-left: auto;
}
.about-team{
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 65px 0;
}
.nei-title{
	margin-bottom: 45px;
}
.nei-title h3{
	color: #FFFFFF;
	font-size: 36px;
	font-weight: bold;
	position: relative;
	text-align: center;
	padding: 10px 0;
}
.nei-title h3::after{
	position: absolute;
	content: "";
	width: 45px;
	height: 5px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: #FFFFFF;
}
.about-team-box{
	display: -webkit-box;
	   display: -ms-flexbox;
	   display: -webkit-flex;
	   display: flex;
	-ms-flex-wrap:wrap;
	flex-wrap: wrap;
}
.about-team-box .about-team-left{
	width: 50%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.about-team-box .about-team-right{
	width: 50%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	box-sizing: border-box;
	padding: 100px 30px;
}
.about-team-box .about-team-right p{
	font-size: 16px;
	color: #333333;
	line-height: 36px;
}
.nei-title.black h3{
	color: #333333;
}
.nei-title.black h3::after{
	background: #2e78c5;
}
.about-sm-ul{
	display: -webkit-box;
	   display: -ms-flexbox;
	   display: -webkit-flex;
	   display: flex;
	-ms-flex-wrap:wrap;
	flex-wrap: wrap;
}
.about-sm-ul li{
	width: 32%;
	margin-right: 2%;
	background: #eeeeee;
}
.about-sm-ul li:nth-of-type(3n){
	margin-right: 0;
}
.about-sm-ul li .about-sm-img{
	overflow: hidden;
	height: 285px;
}
.about-sm-ul li .about-sm-img img{
	max-height: 285px;
	width: 100%;
	height: 100%;
	transition: 0.4s;
}
.about-sm-ul li .about-sm-text{
	
	box-sizing: border-box;
	padding: 30px 25px;
	text-align: center;
}
.about-sm-ul li .about-sm-text p{
	font-size: 20px;
	color: #333333;
	line-height: 30px;
}
.about-sm-ul li:hover .about-sm-img img{
	transform: scale(1.1);
	transition: 0.4s;
}
.about-js-lc {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.about-js-lc .gallery-thumbs .swiper-slide {
	color: #FFFFFF;
	text-align: center;
	font-size: 24px;
	cursor: pointer;
	padding-top: 55px;
}

.about-js-lc .gallery-thumbs .swiper-slide-thumb-active {
	color: #FFFFFF;
	font-size: 30px;
	font-weight: bold;
}

.about-js-lc .gallery-thumbs .swiper-slide::after {
	position: absolute;
	content: "";
	top: 5px;
	left: 0;
	background: url(../images/kdx_10.png) 100% no-repeat;
	background-position: center;
	background-size: 101%;
	width: 100%;
	height: 25px;
}

.about-js-lc .gallery-thumbs .swiper-slide-thumb-active::before {
	position: absolute;
	left: 0px;
	right: 0;
	top: 0;
	margin: auto;
	content: "";
	background: url(../images/biao_10.png) no-repeat;
	background-position: center;
	width: 35px;
	height: 50px;
	background-size: 100%;
}

.about-js-lc .gallery-top .swiper-slide {
	color: #FFFFFF;
	box-sizing: border-box;
	padding: 50px 0;
}

.about-js-lc .gallery-top .swiper-slide>div {
	display: -webkit-box;
	   display: -ms-flexbox;
	   display: -webkit-flex;
	   display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	    -webkit-align-items: center;
	    align-items: center;
}

.about-js-lc .gallery-top .swiper-slide .slide-left {
	float: left;
	width: 260px;
	text-align: center;
}

.about-js-lc .gallery-top .swiper-slide .slide-left b {
	font-size: 50px;
}

.about-js-lc .gallery-top .swiper-slide .slide-right {
	padding-left: 0px;
	-webkit-box-flex: 1;
	   -ms-flex: 1;
	   -webkit-flex: 1;
	   flex: 1;    
	margin-left: 40px;
}

.about-js-lc .gallery-top .swiper-slide .slide-right p {
	font-size: 16px;
	line-height: 30px;
	color: #FFFFFF;
	display: -webkit-box;
	   display: -ms-flexbox;
	   display: -webkit-flex;
	   display: flex;

}

.about-js-lc .gallery-top .swiper-slide .slide-right p span {
	font-size: 16px;
	color: #FFFFFF;
	/* font-weight: bolder; */
}

.about-js-lc .gallery-top .swiper-slide .slide-right p .span1 {
	width: 100px;
}

.about-js-lc .gallery-top .swiper-slide .slide-right p .span2 {
	-webkit-box-flex: 1;
	   -ms-flex: 1;
	   -webkit-flex: 1;
	   flex: 1;    
}

.gallery-top-box {
	position: relative;
	margin-top: 50px;
	margin-bottom: 30px;
}

.gallery-top-box .gallery-top {
	width: 75%;
	margin: auto;
}

.gallery-top-box .swiper-button-next,
.gallery-top-box .swiper-button-prev {
	width: 68px;
	height: 68px;
	background-size: 100%;
	outline: none;
}

.gallery-top-box .swiper-button-next {
	background-image: url(../images/y-r_05.png) !important;
	right: 65px;
	/* transform: rotateZ(180deg);
	-webkit-transform: rotateZ(180deg);
	-moz-transform: rotateZ(180deg); */
}

.gallery-top-box .swiper-button-prev {
	background-image: url(../images/y-l_03.png) !important;
	left: 65px;
}
.about-hb-ul{}
.about-hb-ul li{
	margin-right: 1%;
	width: 15.833333%;
	margin-bottom: 1%;
	box-sizing: border-box;
	border: 1px solid #E5E5E5;
	text-align: center;
	float: left;
	height: 85px;
	overflow: hidden;
	line-height: 85px;
}
.about-hb-ul li:nth-of-type(6n){
	margin-right: 0;
}
.about-hb-ul li a{
	display: block;
}
.about-hb-ul li a img{
	max-height: 70%;
    max-width: 70%;
}
.about-hb-ul li:hover{
	box-shadow: 0 0 8px #CCCCCC;
}

/* case */
.case-box{}
.case-ul{}
.case-ul li{
	width: 23.5%;
	float: left;
	margin-right: 2%;
	margin-bottom: 40px;
	box-sizing: border-box;
	border-radius: 10px;
	height: 335px;
}
.case-ul li:nth-of-type(4n){
	margin-right: 0;
}
.case-ul li a{
	display: block;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	height: 100%;
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
}
.case-ul li a::after{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.45);
	left: 0;
	right: 0;
	transition: 0.4s;
}
.case-ul li a .case-text{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	box-sizing: border-box;
	padding:35px 10px;
	z-index: 9;
	transition: 0.4s;
}
.case-ul li a .case-text i{
	display: block;
	width: 45px;
	height: 2px;
	background: #FFFFFF;
	margin-bottom: 15px;
}
.case-ul li a .case-text h4{
	font-size: 20px;
	color: #FFFFFF;
	margin-bottom: 15px;
}
.case-ul li a .case-text p{
	font-size: 14px;
	color: #FFFFFF;
	line-height: 24px;
	height: 24px;
	overflow: hidden;
	transition: 0.4s;
}
.case-ul li a .case-text span{
	font-size: 14px;
	color: #049ce6;
	background: #FFFFFF;
	border-radius: 100px;
	padding: 6px 20px;
	margin-top: 25px;
	display: none;
	height: 0;
	transition: 0.4s;
}
.case-ul li a:hover .case-text span{
	display: inline-block;
	transition: 0.4s;
	height: auto;
}
.case-ul li a:hover .case-text p{
	height: 96px;
	transition: 0.4s;
}
.case-ul li a:hover::after{
	background: rgba(4,156,230,0.9);
}

/* case-detail */
.case-detail{}
.case-detail .case-d{
	margin-bottom: 35px;
}
.case-detail1-img{
	height: 330px;
	width: 100%;
	box-sizing: border-box;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	display: -webkit-box;
	   display: -ms-flexbox;
	   display: -webkit-flex;
	   display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	    -webkit-align-items: center;
	    align-items: center;
}
.case-detail1-img h4{
	color: #FFFFFF;
	font-size: 30px;
	font-weight: bolder;
	padding: 0 30px;
}
.case-d .case-title{
	text-align: center;
	margin-bottom: 30px;
}
.case-d .case-title h3{
	position: relative;
	font-size: 24px;
	color: #2e78c5;
	padding: 10px 0;
}
.case-d .case-title h3::after{
	content: "";
	position: absolute;
	width: 45px;
	height: 3px;
	background: #2E78C5;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.case-d p{
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	text-indent: 2em;
}
.case-d img{
	max-width: 100%!important;
	margin-top: 20px!important;
}
.case-detail .info{
	border-top: 1px solid #CCCCCC;
	border-bottom: none;
	padding: 0 10px;
	padding-top: 30px;
}

/* product */
.product-page1{}
.product-page1-ul{}
.product-page1-ul li{
	margin-bottom: 50px;
}
.product-page1-ul li:hover{
	box-shadow: 0 0 15px #CCCCCC;
}
.product-page1-ul li a{
	display: block;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 460px;
	width: 100%;
	box-sizing: border-box;
	    padding: 6% 8% 6% 15%;
}
.product-page1-ul li a .product-page1-text{
	width: 400px;
}
.product-page1-text h3{
	font-size: 36px;
	color: #000000;
	font-weight: bold;
	margin-bottom: 10px;
}
.product-page1-ul li a:hover .product-page1-text h3{
	color: #2e78c5;
}
.product-page1-text p{
	font-size: 18px;
	color: #000000;
	line-height: 30px;
}
.product-page1-text span{
	font-size: 16px;
	color: #FFFFFF;
	background: #2e78c5;
	border-radius: 100px;
	padding: 6px 25px;
	margin-top: 20px;
}
.product-page1-ul li:nth-of-type(2n) a .product-page1-text{
	margin-left: auto;
}


/* product-page2 */
.product-page2{
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 335px;
	width: 100%;
	display: -webkit-box;
	   display: -ms-flexbox;
	   display: -webkit-flex;
	   display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	    -webkit-align-items: center;
	    align-items: center;
	box-sizing: border-box;
	padding: 0 35px;
	margin-bottom: 20px;
}
.product-page2-div{
	width: 600px;
	max-width: 45%;
}
.product-page2-div p{
	font-size: 20px;
	color: #FFFFFF;
	line-height: 36px;
}
.product-yl-top{}
.product-yl-left{
	width: 49%;
	margin-right: 2%;
	float: left;
}
.product-yl-right{
	width: 49%;
	float: left;
}
.product-yl-text{
	background: #FFFFFF;
	border-radius: 10px;
	margin-bottom: 20px;
	padding: 35px 20px;
	box-sizing: border-box;
}
.product-yl-text h3{
	font-size: 20px;
	color: #2f77c4;
	font-weight: bolder;
	margin-bottom: 20px;
}
.product-yl-text p{
	font-size: 16px;
	color: #888888;
	line-height: 26px;
}
.product-yl-right .product-yl-text:last-of-type{
	margin-bottom: 0;
}
.product-yl-left .product-yl-text icon{
	width: 75px;
	height: 75px;
	background: url(../images/quan_03.jpg) no-repeat;
	background-position: center;
	display: block;
	margin: auto;
	margin-bottom: 20px;
}
.product-yl-left .product-yl-text h3{
	text-align: center;
}
.product-yl-left{
	display: -webkit-box;
	   display: -ms-flexbox;
	   display: -webkit-flex;
	   display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	    -webkit-align-items: center;
	    align-items: center;
	background: #FFFFFF;
	border-radius: 10px;
}
.product-page2-yl{
	padding: 30px 0;
}
.product-yl-top{
	margin-bottom: 20px;
}
.product-yl-bottom{
	display: -webkit-box;
	   display: -ms-flexbox;
	   display: -webkit-flex;
	   display: flex;
	-ms-flex-wrap:wrap;
	flex-wrap: wrap;
}
.product-yl-bottom .product-yl-text{
	width: 49%;
	margin-right: 2%;
}
.product-yl-bottom .product-yl-text:nth-of-type(2n){
	margin-right: 0;
}

.product-page-list{
	padding: 60px 0;
}
.product-title-div{
	box-sizing: border-box;
	padding: 0 15px;
}
.product-title-div h3{
	font-size: 30px;
	color: #0b0306;
	font-weight: bolder;
	float: left;
}
.product-title-div a{
	float: right;
	font-size: 16px;
	color: #0b0306;
	margin-top: 11px;
}
.product-title-div a:hover{
	color: #2f77c4;
}

.product-page-swiper{
	position: relative;
	margin-top: 30px;
}
.product-page-swiper .swiper-container{
	
/* 	box-sizing: border-box; */
}
.product-page-swiper .swiper-slide{
	box-sizing: border-box;
	padding: 10px;
	
}
.product-page-swiper .swiper-slide a{
	display: block;
	box-sizing: border-box;
	box-shadow: 0 0 8px #dcdcdc;
	text-align: center;
	padding: 30px 0 0px 0;
}
.product-page-swiper .swiper-slide a .p-slide-img{
	height: 220px;
	line-height: 220px;
	margin-bottom: 25px;
}
.product-page-swiper .swiper-slide a .p-slide-img img{
	max-height: 220px;
	transition: 0.4s;
}
.product-page-swiper .swiper-slide a:hover .p-slide-img img{
	transform: scale(1.1);
	transition: 0.4s;
}
.product-page-swiper .swiper-slide a .p-slide-text{
	border-top: 1px solid #E5E5E5;
	box-sizing: border-box;
	padding: 15px;
	position: relative;
}
.product-page-swiper .swiper-slide a .p-slide-text::after{
	position: absolute;
	width: 100%;
	height: 3px;
	content: "";
	left: 0;
	right: 0;
	bottom: 0;
	background: #049ce6;
	opacity: 0;
	transition: 0.4s;
}
.product-page-swiper .swiper-slide a h3{
	font-size: 18px;
	color: #222222;
}
.product-page-swiper .swiper-slide a p{
	font-size: 14px;
	color: #888888;
	line-height: 30px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.product-page-swiper .swiper-slide a:hover .p-slide-text::after{
	opacity: 1;
	transition: 0.4s;
}
.button-box{
	
}
.button-box .swiper-button-black{
	opacity: 0.25;
}
.button-box .swiper-button-prev{
	left: -30px;
}
.button-box .swiper-button-next{
	right: -30px;
}

/* product-list */
.product-list{}
.product-list-div{
	margin-bottom: 30px;
}
.product-list-h3{
	margin-bottom: 20px;
}
.product-list-h3 h3{
	font-size: 30px;
	font-weight: bolder;
	color: #000000;
}
.product-list-ul{}
.product-list-ul li{
	float: left;
	width: 23.5%;
	margin-right: 2%;
	margin-bottom: 20px;
	box-sizing: border-box;
	
	box-shadow: 0 0 8px #dcdcdc;
}
.product-list-ul li:nth-of-type(4n){
	margin-right: 0;
}
.product-list-ul li a{
	display: block;
	box-sizing: border-box;
	
	text-align: center;
	padding: 30px 0 0px 0;
}
.product-list-ul li a .product-list-img{
	height: 220px;
	line-height: 220px;
	margin-bottom: 25px;
	overflow: hidden;
}
.product-list-ul li a .product-list-img img{
	max-height: 220px;
	transition: 0.4s;
}
.product-list-ul li a:hover .product-list-img img{
	transform: scale(1.1);
	transition: 0.4s;
}
.product-list-ul li a .product-list-text{
	border-top: 1px solid #E5E5E5;
	box-sizing: border-box;
	padding: 15px;
	position: relative;
}
.product-list-ul li a .product-list-text h3{
	font-size: 18px;
	color: #222222;
}
.product-list-ul li a .product-list-text p{
	font-size: 14px;
	color: #888888;
	line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.product-list-ul li a .product-list-text::after{
	position: absolute;
	width: 100%;
	height: 3px;
	content: "";
	left: 0;
	right: 0;
	bottom: 0;
	background: #049ce6;
	opacity: 0;
	transition: 0.4s;
}
.product-list-ul li a:hover .product-list-text::after{
	opacity: 1;
	transition: 0.4s;
}


/* product-detail */


.product-detail-top{
	margin-top: 80px;
	border-top: 1px solid #E5E5E5;
	height: 30px;
	line-height: 30px;
	
	padding: 6px 0;
}
.product-detail-top h3{
	font-size: 14px;
	color: #737373;
	float: left;
	padding-left: 55px;
}
.product-detail-top .product-detail-top-a{
	float: right;
}
.product-detail-top .product-detail-top-a a{
	color: #FFFFFF;
	font-size: 14px;
	background: #049ce6;
	margin: 0 5px;
	padding: 0px 15px;
	box-sizing: border-box;
}
.product-detail-pro{
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 180px 0;
}
.product-detail-pro-box{
	display: -webkit-box;
	   display: -ms-flexbox;
	   display: -webkit-flex;
	   display: flex;
	-ms-flex-wrap:wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	    -webkit-align-items: center;
	    align-items: center;
}
.product-detail-img{
	width: 450px;
	float: left;
	text-align: center;
	
}
.product-detail-img img{
	max-width: 350px;
	max-height: 300px;
}
.product-detail-text{
	width: calc(100% - 500px);
	    float: right;
	    box-sizing: border-box;
	    padding: 0 65px;
	    margin-left: auto;
}
.product-detail-text h3{
	font-size: 36px;
	color: #000000;
	margin-bottom: 20px;
}
.product-detail-text p{
	font-size: 16px;
	color: #000000;
	line-height: 30px;
}
.product-detail-box{}
.product-detail-div{
	box-sizing: border-box;
	padding: 3% 8%;
	
}
.product-detail-div>h3{
	text-align: center;
	font-size: 36px;
	margin-bottom: 15px;
}
.product-detail-div p{
	font-size: 20px;
	line-height: 36px;
	color: #000000;
	margin-bottom: 10px;
}
.product-detail-div table{
	border: 1px solid #CCCCCC;
	width: 100%!important;
	max-width: 100%;
	margin-bottom: 15px;
}
.product-detail-div table th{
	font-size: 18px!important;
	color: #000000!important;
	width: 16.6666%!important;
	padding: 10px!important;
	box-sizing: border-box;
}
.product-detail-div table th,.product-detail-div table td{
	border: 1px solid #E5E5E5!important;
	padding: 5px;
}
.product-detail-div img{
	max-width: 100%!important;
}



/* aside */
.toolbar {display: block;}
.toolbar {position: fixed;right: 0;top: 55%;z-index: 999999;width: 48px;height: 245px;margin-top: -122.5px;display: block;}
.toolbar li {background: #f5f5f5;color: #f5f5f5;margin-bottom: 1px;position: relative;}
.toolbar li:hover{background: #049ce6;}
.toolbar a {display: block;/*background: rgba(237,237,237,1);*/color: #333333;}
.toolbar li:hover a{color:#f5f5f5}
.toolbar .to-tel {width: 230px;}
.toolbar i {text-align: center;font-size: 1.5em;display: inline-block;vertical-align: top;width: 48px;height: 48px;line-height: 48px;}
.toolbar .to-tel span {height: 48px;padding: 0 10px;line-height: 48px;}
.toolbar .to-code {position: relative;}
.toolbar .to-code figure {position: absolute;bottom: 0;right: 56px;display: none;background: url(../images/code-bg_03.png) no-repeat;width: 147px;height: 150px;padding: 14px 26px 14px 10px!important;text-align: center;}
.toolbar .to-code i{background: url(../images/e.png) no-repeat;background-size: 60%;background-position: center;}
.toolbar .to-tel i{background: url(../images/te.png) no-repeat;background-size: 60%;background-position: center;}
.toolbar .to-top i{background: url(../images/to.png) no-repeat;background-size: 60%;background-position: center;}
.toolbar .bacg{background: #049ce6}
.toolbar li:hover.to-code i{background: url(../images/e-h.png) no-repeat;background-size: 60%;background-position: center;}
.toolbar li:hover.to-tel i{background: url(../images/te-h.png) no-repeat;background-size: 60%;background-position: center;}
.toolbar li:hover .to-top i{background: url(../images/to-h.png) no-repeat;background-size: 60%;background-position: center;}
.activee{display: block!important;}
.station-map>div{display: none}

.toolbar-left{position: fixed;left: 0;top: 30%;z-index: 99999;}
.toolbar-left .toot-img{}
.toolbar-left .shenqin{font-size: 18px;margin-top: 10px;}
.toolbar-left .shenqin a{background: #ffffff;cursor: pointer;padding: 8px 25px;border-radius: 50px;box-shadow: 0 1px 5px #cccccc;}
.toolbar-left .renzhen{font-size: 18px;margin-top: 15px;}
.toolbar-left .renzhen a{background: #ffffff;cursor: pointer;padding: 8px 25px;border-radius: 50px;box-shadow: 0 1px 5px #cccccc;}



/* 11.16 */
.header-lang>a, #header.index-header.on .header-lang>a{
	width: auto;
	background: none;
	height: auto;
	margin-top: 0;
	color: #000000;
	display: inline-block;
	margin: 0 5px;
}
#header.index-header .header-lang>a{
	background: none;
	color: #FFFFFF;
}
.header-lang{
	color: #000000;
}
#header.index-header .header-lang{
	color: #FFFFFF;
}
#header.index-header.on .header-lang{
	color: #000000;
}

.ab-navtop{
	position: absolute;
	top: 80px;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	background: #FFFFFF;
	border-top: 1px solid #e5e5e5;
	padding: 40px 0 55px;
	display: none;
}
.ab-navtop .ab-navtop-left{
	width: 25%;
	float: left;
}
.ab-navtop .ab-navtop-left img{
	max-width: 100%;
	width: 100%;
}
.ab-navtop .ab-navtop-center{
	width: 40%;
	float: left;
	box-sizing: border-box;
	padding: 25px 3%;
	border-right: 1px solid #E5E5E5;
	margin-top: 0px;
}
.ab-navtop .ab-navtop-center .ab-navtop-div{
	width: 46%;
	margin-right: 8%;
	float: left;
	line-height: normal;
}
.ab-navtop .ab-navtop-center .ab-navtop-div:nth-of-type(2n){
	margin-right: 0;
	
}
.ab-navtop .ab-navtop-center .ab-navtop-div a{
	font-size: 16px;
	color: #666666;
	padding-left: 18px;
	border-bottom: 1px solid #e5e5e5;
	background: url(../images/j-h_09.jpg) left center no-repeat;
	display: block;
	padding: 10px 0 10px 18px;
}
.ab-navtop .ab-navtop-center .ab-navtop-div a:hover{
	background-image: url(../images/jj-h_03.jpg);
	color: #2f77c4;
}
.ab-navtop .ab-navtop-right{
	width: 35%;
	float: left;
	line-height: normal;
	margin-top: 25px;
	box-sizing: border-box;
	padding: 0 3%;
}
.ab-navtop .ab-navtop-right p{
	font-size: 15px;
	line-height: 30px;
	color: #666666;
}
.wrap4{
	width: 1300px;
	max-width: 90%;
	margin: auto;
}
.about-team-box .about-team-right{
	background: #FFFFFF!important;
}



.header-nav-top.else .header-nav-div:first-of-type{
	
}
.header-nav-top.else .header-nav-div{
	width: 33.3333%;
	box-sizing: border-box;
	padding: 0 15px;
}
.header-nav-top.else .header-nav-div:first-of-type dl{
	width: 100%;
}
.header-nav-top.else .header-nav-div dl{
	width: 100%;
}
.header-nav-top.else .header-nav-div dl dd{
	width: 100%;
	float: left;
	/* border-bottom: 1px solid #e5e5e5; */
	margin-right: 0%;
	margin-bottom: 10px;
}
.header-nav-top.else .header-nav-div dl dd:nth-of-type(2n){
	margin-right: 0;
}
.header-nav-top.else .header-nav-div dl dd a{
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	display: block;
	font-size: 15px;
	color: #888888;
}
.header-nav-top.else .header-nav-div dl dd a:hover{
	color: #2f77c4;
}
.header-nav-top.else{
	padding-bottom: 45px;
}
.header-nav-top.else .header-nav-div>h3{
	background: none!important;
	padding-left: 0;
}








.index-case-swiper .swiper-button-next {
    background-image: url(../images/j-right_05.png);
}
.index-case-swiper .swiper-button-prev {
    background-image: url(../images/j-left_03.png);
}
.index-case-swiper .swiper-button-white {
    background-size: auto;
    width: 65px;
    height: 65px;
    border-radius: 100%;
    background-color: rgba(0,0,0,0.35);
    border: 1px solid rgba(0,0,0,0);
}
.index-case-swiper .swiper-slide .case-slide-div{
	padding: 25px 85px;
}
.index-news-ul .index-news-left::after, .index-news-div::after{
	display: none;
}
.index-news-ul a h4{
	
}
.index-news-ul a .index-news-text{
	background: rgba(0,0,0,0.58);
	padding: 15px 20px;
}

.product-detail-div p,.about-sm-ul li .about-sm-text p{
	font-size: 18px;
}
.product-detail-div>h3,.about-jj-left h3,.nei-title h3{
	font-size: 32px;
}
.about-jj-left p{
	font-size: 16px;
}
.index-pro-ul li .index-pro-ul-right a{
	font-size: 13px;
}
.index-pro-ul li .index-pro-ul-right h3{
	font-weight: 500;
}
.swiper-about .swiper-slide2 .index-about-right a{
	font-size: 14px;
}
.title-text h3{
	font-size: 32px;
}
.title-text h2{
	font-size: 42px;
}

.product-detail-text h3{
	font-weight: bold;
}
.header-nav-top.else .header-nav-div dl{
	padding-left: 10px;
}
.header-nav-top.else .header-nav-div dl dd:nth-child(n+5){
	
}

.about-lianxi{
	margin-top: 55px;
	box-sizing: border-box;
	padding: 0 65px;
}
.about-lianxi .about-lianxi-ul{}
.about-lianxi .about-lianxi-ul li{
	width: 48%;
	margin-right: 4%;
	margin-bottom: 25px;
	float: left;
	
}
.about-lianxi .about-lianxi-ul li:nth-of-type(2n){
	margin-right: 0;
}
.about-lianxi .about-lianxi-ul li:last-of-type{
	margin-right: 0;
	width: 100%;
	margin-top: 50px;
}
.about-lianxi .about-lianxi-ul li label{
	width: 150px;
	font-size: 16px;
	font-weight: bolder;
	display: inline-block;
}
.about-lianxi .about-lianxi-ul li label i{
	color: #fb1a25;
}
.about-lianxi .about-lianxi-ul li input{
	height: 35px;
	box-sizing: border-box;
	padding: 0 10px;
}
.about-lianxi .about-lianxi-ul li input,.about-lianxi .about-lianxi-ul li textarea{
	width: calc(100% - 160px);
	border: 1px solid #333333;
	border-radius: 3px;

}
.about-lianxi .about-lianxi-ul li textarea{
	vertical-align: top;
	height: 150px;
	border: 1px solid #333333;
	box-sizing: border-box;
	padding: 10px;
	resize: none;
}
.about-lianxi button{
	border: 1px solid #333333;
	color: #333333;
	border-radius: 3px;
	padding: 7px 30px;
	background: #FFFFFF;
	margin-top: 35px;
	cursor: pointer;
}
.about-lianxi button:hover{
	background: #2f77c4;
	color: #FFFFFF;
}

.product-detail-div:nth-of-type(2n){
 background: #f6f6f6;
}

.case-detail>h3{
	position: relative;
		font-size: 24px;
		color: #2e78c5;
		padding: 10px 0;
}
.case-detail>h3::after{
	content: "";
	position: absolute;
	width: 45px;
	height: 3px;
	background: #2E78C5;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.case-detail>p{
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	margin: 5px 0;
}

/* 1209 */
.index-banner .swiper-slide .slide-text h3{
	text-shadow: none;
	color: #ffffff;
}
.index-banner .swiper-slide .slide-text a{
	margin-top: 125px;
}
.index-news-img{
	height: 100%;
	width: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	transition: 0.4s;
}
.index-news-ul a{
	overflow: hidden;
}

.index-news-left:hover .index-news-img, .index-news-right .index-news-img:hover{
	transform: scale(1.1);
	transition: 0.4s;
}


.footer-top .footer-left dl:first-of-type{
	display: none;
}
.footer-bottom .link{
	display: none;
}
footer{
	padding: 15px 0;
}
.index-body .footer-bottom .link{
	display: block;
}
.index-body footer{
	padding: 0;
}

.header-nav-top>.wrap{
	display: flex;
}
.header-nav-top .header-nav-div{
	width: auto;
	margin-right: 40px;
}
.header-nav-top .header-nav-div:first-of-type{
	width: auto;
	margin-right: 40px;
}
.header-nav-top .header-nav-div:first-of-type dl{
	width: auto;
	margin-right: 20px;
}
.header-nav-top .header-nav-div:first-of-type dl:last-of-type{
	margin-right: initial;
}
.header-nav-top.else .header-nav-div{
	width: 33.33333%;
}



/* en */
.index-about .index-about-box .index-about-right>p{
	line-height: 28px;
}
.index-about .index-about-box .index-about-right>h3{
	margin-bottom: 7px;
}
.index-about .index-about-right .index-about-ul li p b{
	font-size: 34px;
}
.index-about .index-about-box .index-about-right .index-about-ul li{
	margin: 5px 0;
}
.swiper-about .swiper-slide2 .index-about-right h3{
	padding: 10px 0 10px 110px;
}
.index-about .index-about-box .index-about-right{
	margin: 10px 0;
}
.index-case-swiper .swiper-slide .case-slide-div h3{
	font-size: 24px;
}
.index-case-swiper .swiper-slide .case-slide-div p{
	overflow: hidden;
}









@media (max-width:1440px) {
	.header-nav-top .header-nav-div:first-of-type dl{
		
		margin-right: 20px;
	}
	.index-banner .swiper-slide{
		background-position: 34%;
	}
}

@media (max-width:1366px) {
	.header-nav-top .header-nav-div:first-of-type dl{
		margin-right: 14px;
	}
	.header-nav-top .header-nav-div:first-of-type,.header-nav-top .header-nav-div{
		margin-right: 25px;
	}
	
	.index-case-swiper .swiper-slide .case-slide-div h3{
		font-size: 26px;
	}
	.index-case-swiper .swiper-slide .case-slide-div p{
		font-size: 16px;
	}
	.index-news-a a,.index-case-a a{
		font-size: 18px;
	}
	.index-about .index-about-box .index-about-right>h3{
		font-size: 22px;
	}
	.index-news-ul a h4{
		font-size: 18px;
	}
	.product-page1-text h3,.product-list-h3 h3{
		font-size: 24px;
	}
	.product-detail-text h3{
		font-size: 28px;
	}
	.product-detail-div>h3, .about-jj-left h3, .nei-title h3{
		font-size: 26px;
	}
	.product-detail-div p, .about-sm-ul li .about-sm-text p{
		font-size: 16px;
	}
	.support-list-ul li a .support-text h3 span{
		font-size: 18px;
	}
	.support-list-ul li a .support-text{
		padding: 20px;
	}
	.page a{
		padding: 5px 13px;
	}
	.support-a a,.news-list .news-list-ul li a .news-text h3{
		font-size: 18px;
	}
	.support-div .support-ul li a p{
		font-size: 16px;
	}
	.case-ul li a .case-text h4{
		font-size: 18px;
	}
	.case-detail1-img h4{
		font-size: 26px;
	}
	.about-jj-left h5{
		font-size: 20px;
	}
	.about-js-lc .gallery-top .swiper-slide .slide-left b{
		font-size: 36px;
	}
	.about-js-lc .gallery-thumbs .swiper-slide-thumb-active{
		font-size: 28px;
	}
	.about-join .about-join-dl dt span{
		font-size: 20px;
	}
	.about-contact-left h2{
		font-size: 28px;
	}
	.news-detail-left h3{
		font-size: 22px;
	}
	.product-title-div h3{
		font-size: 24px;
	}
	
	
	
}

@media (max-width:1280px) {
	/* html {
		width: 1280px;
		margin: auto;
	} */

	.wrap {
		width: 1280px;
		margin: auto;
		max-width: 94%;
	}
	.title-text h3{
		font-size: 28px;
	}
	.title-text h2{
		font-size: 32px;
	}
	.index-case-swiper .swiper-slide .case-slide-div h3{
		font-size: 24px;
	}
	.index-banner .swiper-slide{
		background-position: 30%;
	}
}



@media (max-width:1200px) {
	
	.header-nav li>a, #header.index-header.on .header-nav li>a{
		padding: 0 10px;
	}
	.header-nav li{
		margin-left: 15px;
	}
	.index-banner .swiper-slide{
		height: 570px;
	}
	.index-banner .swiper-slide{
		background-position: center;
	}
	.index-banner .swiper-button-white{
		width: 55px;
		height: 55px;
	}
	.index-about .index-about-box .index-about-right>h3{
		margin-bottom: 5px;
	}
	.index-about .index-about-box .index-about-right>h3{
		font-size: 20px;
	}
	.index-about .index-about-box .index-about-right{
		margin: 5px 0;
	}
	.index-about .index-about-box .index-about-right>p{
		line-height: 30px;
	}
	.index-about .index-about-right .index-about-ul li p b{
		font-size: 32px;
	}
	.swiper-about .swiper-slide2 .index-about-right h3{
		background-size: 70px;
		padding: 20px 0 20px 85px;
	}
	.index-pro-ul li{
		padding: 50px 30px;
	}
	.index-pro-ul li .index-pro-ul-left{
		width: 135px;
	}
	.index-pro-ul li .index-pro-ul-left img{
		max-height: 140px;
	}
	.index-pro-ul li .index-pro-ul-right h3{
		font-size: 18px;
	}
	.index-case-swiper .swiper-slide .case-slide-div h3{
		font-size: 20px;
	}
	.index-case-swiper .swiper-slide{
		height: 460px;
	}
	.index-case-swiper .swiper-slide .case-slide-div p{
		height: 150px;
		overflow: hidden;
	}
	.index-case-swiper .swiper-slide .case-slide-div{
		padding: 25px 45px;
	}
	.product-page1-ul li a{
		padding-left: 10%;
	}
	
	.product-detail-div>h3, .about-jj-left h3, .nei-title h3{
		font-size: 20px;
	}
	.product-detail-div p, .about-sm-ul li .about-sm-text p{
		font-size: 14px;
	}
	
	.product-page2-div p{
		font-size: 18px;
		line-height: 30px;
	}
	
	
	.index-pro-ul li .index-pro-ul-right h3{
		line-height: 22px;
	}
	
	
	.nei-nav .nei-nav-left a{
		padding: 0 3px;
		margin-right: 8px;
		font-size: 14px;
	}
	
	.nei-nav .nei-nav-right a{
		margin-right: 3px;
		padding-left: 20px;
	}
	.product-detail-text{
		padding: 0 20px;
	}
	.nei-nav .nei-nav-right{
		display: none;
	}
	.about-jj-left{
		width: 100%;
	}
	.about-jj-right{
		margin-left: 0;
		margin-top: 15px;
	}
	
	
	
}

@media (max-width:992px) {
	.index-banner .swiper-slide{
		height: 420px;
	}
	.header-logo{
		width: 150px;
	}
	#header.index-header .header-lang>a{
		font-size: 15px;
	}
	.header-nav li>a, #header.index-header.on .header-nav li>a{
		padding: 0 5px;
	}
	.header-nav li{
		margin-left: 5px;
	}
	.header-nav{
		margin-right: 15px;
	}
	.index-banner{
		margin-top: 81px;
	}
	.index-banner .swiper-slide .slide-text a{
		margin-top: 70px;
	}
	.index-about .index-about-box{
		flex-wrap: wrap;
	}
	.index-about .index-about-box .index-about-left{
		width: 100%;
		margin-right: 0;
	}
	.index-about .index-about-box .index-about-right{
		width: 100%;
	}
	.index-about .index-about-box .index-about-left{
		height: 445px;
		margin-bottom: 15px;
	}
	.title-text h3{
		font-size: 22px;
	}
	.title-text h2{
		font-size: 26px;
	}
	.padd-60{
		padding: 40px 0;
	}
	.index-pro-ul li{
		width: 49%;
	}
	.index-pro-ul li:nth-of-type(2n){
		margin-right: 0;
	}
	.index-news-a a, .index-case-a a{
		font-size: 16px;
	}
	.index-case-swiper .swiper-slide .case-slide-div{
		padding: 25px 30px;
	}
	.index-case-swiper .swiper-slide{
		height: 335px;
	}
	.index-case-swiper .swiper-slide .case-slide-div p{
		font-size: 14px;
	}
	.index-case-swiper .swiper-slide .case-slide-div h3{
		font-size: 18px;
	}
	.index-news-ul .index-news-left{
		width: 100%;
		margin-bottom: 10px;
		height: 350px!important;
	}
	.index-news-div{
		width: 100%;
		margin-bottom: 10px;
		height: 350px;
	}
	.index-news-right{
		width: 100%;
	}
	.index-news-ul a h4{
		font-size: 16px;
	}
	.footer-top .footer-left{
		width: calc(100% - 140px);
	}
	.footer-top .footer-left dl{
		width: 18%;
		margin-right: 1%;
	}
	.footer-top .footer-left dl:last-of-type{
		margin-right: 0;
		width: 22%;
	}
	.nei-nav .nei-nav-left a{
		margin-right: 5px;
		padding: 0 5px;
	}
	.nei-nav .nei-nav-left a:last-of-type{
		margin-right: 0;
	}
	.nei-nav .nei-nav-right a{
		margin-right: 5px;
	}
	.nei-nav .nei-nav-right a:last-of-type{
		margin-right: 0;
	}
	.product-page1-ul li a{
		height: 315px;
	}
	.product-page1-text h3, .product-list-h3 h3{
		font-size: 20px;
	}
	.product-page1-text p{
		font-size: 16px;
	}
	.product-page1-text span{
		font-size: 14px;
	}
	.product-page1-ul li{
		margin-bottom: 15px;
	}
	.padd-80{
		padding: 40px 0;
	}
	.product-page1-ul li a .product-page1-text{
		width: 270px;
	}
	.product-list-ul li{
		width: 32%;
	}
	.product-list-ul li:nth-of-type(4n){
		margin-right: 2%;
	}
	.product-list-ul li:nth-of-type(3n){
		margin-right: 0;
	}
	.product-list-ul li a{
		padding: 20px 0 0 0;
	}
	.product-list-ul li a .product-list-img img{
		max-height: 190px;
	}
	.product-list-ul li a .product-list-img{
		height: 200px;
		line-height: 200px;
		margin-bottom: 15px;
	}
	.product-list-ul li a .product-list-text h3{
		font-size: 16px;
	}
	.product-detail-img{
		width: 300px;
	}
	.product-detail-img img{
		max-width: 300px;
	}
	.product-detail-text{
		width: calc(100% - 315px);
		padding: 0 20px;
	}
	.product-detail-text h3{
		font-size: 22px;
		margin-bottom: 10px;
	}
	.product-detail-text p{
		line-height: 28px;
	}
	.product-detail-pro{
		padding: 85px 0;
	}
	.product-detail-div{
		padding: 3% 5%;
	}
	
	.support-list-ul li a .support-video{
		height: 185px;
	}
	.support-list-ul li a .support-text h3 span{
		font-size: 16px;
		width: 100%;
	}
	.support-list-ul li a .support-text h3 i{
		width: 100%;
		font-size: 14px;
	}
	.support-a a, .news-list .news-list-ul li a .news-text h3{
		font-size: 16px;
	}
	.support-div .support-ul li a p{
		background-size: 35px;
	}
	.support-div .support-ul li a icon{
		background-size: 100%;
		width: 22px;
	}
	.about-jj-left{
		width: 100%;
	}
	.about-jj-right{
		width: 100%;
	}
	.about-team-box .about-team-left{
		width: 100%;
		height: 425px;
	}
	.about-team-box .about-team-right{
		width: 100%;
		padding: 25px;
	}
	.about-sm-ul li .about-sm-img{
		height: 190px;
	}
	.about-sm-ul li .about-sm-text{
		padding: 15px;
	}
	.gallery-top-box .swiper-button-prev{
		left: 0;
	}
	.gallery-top-box .swiper-button-next{
		right: 0;
	}
	.gallery-top-box .swiper-button-next, .gallery-top-box .swiper-button-prev{
		width: 40px;
		height: 40px;
	}
	.about-js-lc .gallery-top .swiper-slide .slide-left{
		width: 150px;
	}
	.about-js-lc .gallery-thumbs .swiper-slide{
		font-size: 20px;
	}
	.about-js-lc .gallery-thumbs .swiper-slide-thumb-active{
		font-size: 24px;
	}
	.about-js-lc .gallery-thumbs .swiper-slide-thumb-active::before{
		width: 28px;
	}
	.about-js-lc .gallery-top .swiper-slide .slide-left b{
		font-size: 30px;
	}
	.about-join .about-join-dl dt span{
		font-size: 18px;
	}
	.about-join .about-join-dl dt{
		height: 55px;
		line-height: 55px;
	}
	.about-join .about-join-dl span{
		font-size: 16px;
	}
	.about-join .about-join-dl dd>p{
		height: 55px;
		line-height: 55px;
	}
	.about-join .about-join-dl dd .s-img img{
		width: 23px;
	}
	.join-top h3{
		font-size: 18px;
	}
	.about-contact-top{
		padding: 30px 0;
	}
	.about-contact-top>div{
		padding: 0 20px;
	}
	.about-contact-left h2{
		font-size: 20px;
	}
	.about-contact-center h4{
		font-size: 20px;
		margin-bottom: 15px;
	}
	.about-contact-center p{
		font-size: 15px;
		line-height: 26px;
	}
	.about-contact-right p{
		font-size: 15px;
	}
	.about-contact-left a{
		font-size: 16px;
		padding: 8px 30px;
	}
	.about-lianxi{
		padding: 0 10px;
	}
	.about-lianxi .about-lianxi-ul li label{
		width: 100px;
	}
	.about-lianxi .about-lianxi-ul li input, .about-lianxi .about-lianxi-ul li textarea{
		width: calc(100% - 110px);
	}
	.about-lianxi .about-lianxi-ul li:last-of-type{
		margin-top: 15px;
	}
	.news-list .news-list-ul li a .news-img{
		height: 170px;
	}
	.news-list .news-list-ul li a .news-text{
		padding: 15px;
	}
	.news-detail-left h3{
		font-size: 18px;
		padding-bottom: 10px;
	}
	.news-detail-text{
		padding: 0 20px;
	}
	.news-detail-text p{
		line-height: 28px;
	}
	.detail-page a{
		font-size: 15px!important;
	}
	.nei-nav .nei-nav-left a{
		font-size: 14px;
		margin-right: 5px;
		padding: 0;
	}
	.nei-nav .nei-nav-right a{
		padding-left: 21px;
	}
	
	/* en */
	.about-join .about-join-dl dt span,.about-join .about-join-dl span{
		font-size: 14px;
	}
	.header-nav li>a, #header.index-header.on .header-nav li>a{
		font-size: 14px;
	}
	.nei-nav .nei-nav-left a{
		padding: 0 10px;
	}
	.nei-nav{
		height: 50px;
		line-height: 50px;
	}
	.about-contact-left a{
		padding: 8px 14px;
	}
	.about-contact-left p{
		line-height: 30px;
	}
	.about-lianxi .about-lianxi-ul li label{
		font-size: 15px;
	}
	.join-top h3{
		font-size: 15px;
	}
	.join-top p{
		font-size: 14px;
		line-height: 26px;
	}
	.case-ul li a .case-text h4{
		font-size: 16px;
		line-height: 24px;
	}
	.product-page1-text p{
		line-height: 26px;
	}
	.product-detail-div table th{
		font-size: 16px!important;
	}
	.index-case-a a{
		padding: 5px 18px;
		margin-bottom: 10px;
	}
	.index-case-swiper .swiper-slide .case-slide-div p{
		line-height: 26px;
	}
}

@media (max-width:750px) {
	
	.header-nav{
		position: absolute;
		margin-right: 0;
		top: 50px;
		background: #FFFFFF;
		left: 0;
		width: 100%;
		height: 100vh;
		border-top: 1px solid #e5e5e5;
		box-sizing: border-box;
		padding: 0 3%;
		display: none;
		overflow: overlay;
	}
	.header-logo{
		width: 100px;
	}
	.header{
		height: 50px;
		line-height: 50px;
	}
	#header.index-header .header-lang>a{
		font-size: 14px;
	}
	
	#header.index-header .header-nav li>a{
		color: #000000;
	}
	.header-nav li{
		float: none;
		width: 100%;
		margin-left: 0;
		border-bottom: 1px dashed #CCCCCC;
	}
	.menu{
		display: block;
		margin-top: 16px;
		margin-left: 20px;
	}
	.menu span{
		background: #FFFFFF;
	}
	
	.index-banner{
		margin-top: 51px;
	}
	.index-banner .swiper-slide{
		height: 185px;
	}
	.index-banner .swiper-slide .slide-text a{
		font-size: 12px;
		transform: scale(0.75);
		margin-top: 10px;
	}
	.index-banner .swiper-button-white{
		width: 30px;
		height: 30px;
		background-size: 15px;
	}
	html.on{
		overflow: hidden;
	}
	#header.on .menu span{
		background: #000000;
	}
	
	.header-nav-top{
		position: initial;
		position: static;
		display: block;
		padding: 10px 0;
	}
	.header-nav-top>.wrap{
		flex-wrap: wrap;
	}
	.header-nav-top .header-nav-div:first-of-type, .header-nav-top .header-nav-div{
		width: 100%;
		margin-right: 0;
	}
	.header-nav-top .header-nav-div dl{
		width: 100%!important;
		margin-right: 0;
	}
	.header-nav-top .header-nav-div:first-of-type dl{
		margin-right: 0;
	}
	.header-nav-top .header-nav-div dl .dd-div-list{
		display: none;
	}
	.header-nav-top .header-nav-div>h3{
		display: none;
	}
	.header-nav-top .header-nav-div dl dd{
		padding-left: 15px;
	}
	.header-nav-top .header-nav-div dl dd>a{
		font-size: 14px;
	}
	.header-nav-top .header-nav-div dl dt a{
		font-size: 15px;
	}
	.header-nav-top.else .header-nav-div{
		padding: 0;
	}
	.header-nav-top.else .header-nav-div dd {
		padding-left: 0;
	}
	.header-nav-top.else .header-nav-div>h3{
		display: block;
	}
	.header-nav-top.else .header-nav-div dl{
		display: none;
	}
	.header-nav-top .header-nav-div dl dd{
		display: inline-block;
	}
	.header-nav-top.else .header-nav-div>h3{
		font-size: 15px;
		margin-bottom: 0;
	}
	.header-nav-top.else .header-nav-div{
		width: auto;
		margin-right: 10px;
		display: inline-block;
	}
	.header-nav-top.else{
		padding: 5px 0;
	}
	#header.index-header .header-nav li i{
		width: 45px;
		height: 35px;
		position: absolute;
		right: 10px;
		top: 7px;
		background: url(../images/xiala.png) center no-repeat;
		background-size: 25px;
		z-index: 99999;
		transition: 0.4s;
	}
	.header-nav li{
		position: relative;
	}
	.header-nav-top{
		display: none;
	}
	.header-nav li i.on{
		transform: rotateZ(180deg);
		transition: 0.4s;
	}
	.header-nav li:nth-of-type(1) i{
		display: none;
	}
	.header-nav-top.else .header-nav-div>h3 a{
		color: #666666;
	}
	.index-banner .scroll-img{
		width: 15px;
	}
	@keyframes rotating4{
		from{
			bottom: 12px;
		}
		to{
			bottom: 0px;
		}
	}
	.title-text h3{
		font-size: 18px;
	}
	.title-text h2{
		font-size: 20px;
	}
	.padd-60{
		padding: 30px 0;
	}
	.index-about .index-about-box .index-about-left{
		height: 240px;
	}
	.title-text{
		margin-bottom: 20px;
	}
	.index-about .index-about-box{
		margin-top: 20px;
	}
	.index-about .index-about-box .index-about-right>h3{
		font-size: 16px;
	}
	.swiper-about .swiper-slide2 .index-about-right h3{
		background-size: 40px;
		padding: 10px 0 10px 50px;
	}
	.index-about .index-about-box .index-about-right>p{
		font-size: 14px;
		line-height: 28px;
	}
	.swiper-about .swiper-slide2 .index-about-right a{
		font-size: 12px;
		margin-top: 25px;
	}
	.index-about .index-about-right .index-about-ul p span{
		font-size: 15px;
	}
	.index-about .index-about-right .index-about-ul li p b{
		font-size: 22px;
	}
	.index-about .index-about-right .index-about-ul li p{
		background-size: 26px;
		padding-left: 40px;
	}
	.index-pro-ul li:nth-of-type(1), .index-pro-ul li:nth-of-type(2){
		width: 100%;
	}
	.index-pro-ul li{
		padding: 25px 20px;
	}
	.index-pro-ul li .index-pro-ul-right h3{
		font-size: 16px;
		margin-bottom: 5px;
	}
	.index-pro-ul li .index-pro-ul-right p{
		font-size: 14px;
		height: auto;
		margin-bottom: 8px;
	}
	.index-pro-ul li .index-pro-ul-right a{
		font-size: 12px;
		padding: 2px 10px;
	}
	.index-pro-ul li{
		width: 100%;
	}
	.index-news-a a, .index-case-a a{
		font-size: 13px;
	}
	.index-case-a a{
		
		padding: 5px 13px;
		margin: 0 10px;
		margin-bottom: 15px;
	}
	.index-case-swiper{
		margin-top: 20px;
	}
	.index-case-swiper .swiper-slide .case-slide-div h3{
		font-size: 16px;
	}
	.index-case-swiper .swiper-slide .case-slide-div{
		padding: 25px 50px;
	}
	.index-case-swiper .swiper-slide .case-slide-div p{
		height: auto;
		line-height: 28px;
	}
	.index-case-swiper .swiper-button-white{
		width: 35px;
		height: 35px;
		background-size: 15px;
	}
	.index-news-ul a .index-news-text{
		padding: 10px;
	}
	.index-news-ul .index-news-left,.index-news-div{
		height: 250px!important;
	}
	.footer-top .footer-left dl{
		display: none;
	}
	.footer-top .footer-left dl:last-of-type{
		display: block;
		width: 100%;
	}
	.footer-top .footer-left dl dt a, .footer-top .footer-right dt a{
		font-size: 15px;
	}
	.footer-top .footer-right span{
		font-size: 14px;
	}
	.footer-bottom>p,.footer-bottom>p a{
		font-size: 14px;
	}
	.nei-nav{
		display: none;
	}
	.padd-80{
		padding: 30px 0;
	}
	.product-page1-ul li a{
		height: 250px;
		padding-left: 6%;
	}
	.product-page1-text h3, .product-list-h3 h3{
		font-size: 16px;
	}
	.product-page1-text p{
		font-size: 14px;
		line-height: 28px;
	}
	.product-page1-ul li a .product-page1-text{
		width: 155px;
	}
	.product-page1-text span{
		font-size: 12px;
		padding: 6px 20px;
	}
	.nei-banner{
		margin-top: 51px;
	}
	.button-box .swiper-button-next{
		right: 0;
	}
	.button-box .swiper-button-prev{
		left: 0;
	}
	.product-page2-div {
	    width: 100%;
	    max-width: 100%;
	}
	
	.product-page2-div p{
		font-size: 15px;
		line-height: 28px;
	}
	.product-page2{
		height: auto;
		padding: 25px;
	}
	.product-yl-text h3{
		font-size: 16px;
		margin-bottom: 10px;
	}
	.product-yl-left{
		width: 100%;
		margin-right: 0;
		height: auto!important;
		margin-bottom: 10px;
	}
	.product-yl-text p{
		font-size: 14px;
	}
	.product-yl-left .product-yl-text icon{
		width: 40px;
		height: 40px;
		background-size: 100%!important;
		margin-bottom: 10px;
	}
	.product-yl-text{
		padding: 25px 20px;
		margin-bottom: 10px;
	}
	.product-yl-right{
		width: 100%;
	}
	.product-yl-bottom .product-yl-text{
		width: 100%;
		margin-right: 0;
	}
	.product-yl-top{
		margin-bottom: 10px;
	}
	.product-yl-bottom .product-yl-text icon{
		display: none;
	}
	
	.product-title-div h3{
		font-size: 18px;
	}
	.product-title-div a{
		font-size: 12px;
		margin-top: 3px;
	}
	.product-page-list{
		padding: 30px 0;
	}
	.product-page-swiper{
		margin-top: 20px;
	}
	.product-page-swiper .swiper-slide{
		background: #FFFFFF;
		padding: 5px;
	}
	.button-box .swiper-button-black{
		background-size: 17px;
	}
	.toolbar{
		top: 100%;
		width: 40px;
	}
	.toolbar .to-code,.toolbar .to-tel{
		display: none;
	}
	.toolbar i{
		width: 40px;
		height: 40px;
		line-height: 40px;
	}
	.product-page-swiper .swiper-slide a h3{
		font-size: 16px;
	}
	.product-detail-text{
		width: 100%;
	}
	.product-detail-img{
		width: 100%;
		margin-bottom: 15px;
	}
	.product-detail-top h3{
		padding-left: 0;
	}
	.product-detail-top .product-detail-top-a a{
		font-size: 12px;
		padding: 0 10px;
		margin: 0;
	}
	.product-detail-top{
		height: 27px;
		line-height: 27px;
		margin-top: 51px;
	}
	.product-detail-pro{
		padding: 30px 0;
	}
	.product-detail-text h3{
		font-size: 16px;
		text-align: center;
	}
	.product-detail-text p{
		font-size: 14px;
	}
	.product-detail-div>h3, .about-jj-left h3, .nei-title h3{
		font-size: 18px;
	}
	.product-detail-div{
		padding: 4% 5%;
		overflow: scroll;
	}
	.product-detail-div p{
		line-height: 28px;
	}
	.footer-top{
		padding: 10px 0 15px;
	}
	.product-list-ul li{
		width: 100%;
		margin-right: 0;
	}
	.product-list-div{
		margin-bottom: 15px;
	}
	.product-detail-div table th{
		font-size: 15px!important;
	}
	.product-detail-div table td{
		font-size: 14px!important;
	}
	.support-list-ul li{
		width: 100%;
		margin-right: 0;
		margin-bottom: 15px;
	}
	.support-list-ul li a .support-text{
		padding: 15px;
	}
	.support-list-ul li a .support-text p{
		font-size: 14px;
	}
	.page a{
		font-size: 12px;
		padding: 3px 10px;
	}
	.page{
		margin-top: 30px;
	}
	.case-ul li{
		width: 100%;
		margin-right: 0;
	}
	.case-ul li{
		height: 280px;
	}
	.case-ul li a .case-text h4{
		font-size: 16px;
		margin-bottom: 10px;
	}
	.case-ul li a .case-text span{
		font-size: 12px;
	}
	.case-detail1-img{
		height: 130px;
	}
	.case-detail1-img h4{
		font-size: 18px;
	}
	.case-detail>p{
		font-size: 14px;
	}
	.news-detail-left .info .fl span{
		font-size: 12px;
		margin-right: 20px;
	}
	.case-detail>h3{
		font-size: 16px;
	}
	.about-jj-left h5{
		font-size: 15px;
		margin-bottom: 8px;
	}
	.about-jj-left p{
		font-size: 14px;
		line-height: 28px;
	}
	.about-team{
		padding: 30px 0;
	}
	.about-team-box .about-team-left{
		height: 240px;
	}
	.about-team-box .about-team-right p{
		font-size: 14px;
		line-height: 28px;
	}
	.about-team-box .about-team-right{
		padding: 20px;
	}
	.about-sm-ul li{
		width: 100%;
		margin-right: 0;
	}
	.nei-title{
		margin-bottom: 25px;
	}
	
	.about-sl-swiper .swiper-slide{
		text-align: center;
	}
	.about-hb-ul li{
		width: 32.666666%;
	}
	.about-hb-ul li:nth-of-type(3n){
		margin-right: 0;
	}
	.about-js-lc .gallery-top .swiper-slide>div{
		flex-wrap: wrap;
	}
	.about-js-lc .gallery-top .swiper-slide .slide-left{
		width: 100%;
	}
	.about-js-lc .gallery-top .swiper-slide .slide-right{
		width: 100%;
		margin-left: 0;
	}
	.about-js-lc .gallery-top .swiper-slide .slide-right p{
		font-size: 14px;
	}
	.about-js-lc .gallery-top .swiper-slide .slide-left b{
		font-size: 22px;
	}
	.about-js-lc .gallery-thumbs .swiper-slide{
		font-size: 16px;
	}
	.about-js-lc .gallery-thumbs .swiper-slide-thumb-active{
		font-size: 18px;
	}
	.about-js-lc .gallery-thumbs .swiper-slide-thumb-active::before{
		width: 20px;
	}
	.about-js-lc .gallery-top .swiper-slide{
		padding: 30px 0;
	}
	.gallery-top-box .swiper-button-next, .gallery-top-box .swiper-button-prev{
		width: 30px;
		height: 30px;
	}
	
	.about-join .about-join-dl{
		padding: 0;
	}
	.about-join .about-join-dl dt span,.about-join .about-join-dl span{
		font-size: 14px;
	}
	.about-join .about-join-dl .s-name{
		padding-left: 10px;
	}
	.about-join .about-join-dl dd .s-img img{
		width: 18px;
	}
	.join-top h3{
		font-size: 16px;
	}
	.join-top p{
		font-size: 14px;
		line-height: 28px;
	}
	.join-top .to-email a{
		font-size: 12px;
		padding: 6px 20px;
	}
	
	.about-join{
		min-height: 300px;
	}
	.about-jj{
		padding-bottom: 15px;
	}
	.about-contact-top>div{
		width: 100%;
	}
	.about-contact-left h2{
		font-size: 18px;
	}
	.about-contact-left p{
		font-size: 14px;
	}
	.about-contact-left a{
		font-size: 14px;
		padding: 5px 15px;
		margin-top: 5px;
	}
	.about-contact-center h4{
		font-size: 16px;
		margin-bottom: 5px;
	}
	.about-contact-left{
		margin-bottom: 10px;
	}
	.about-contact-center p{
		font-size: 14px;
	}
	.about-contact-right img{
		width: 130px;
		height: 130px;
		margin-left: 0;
		margin-bottom: 0;
	}
	.about-contact-right p{
		font-size: 12px;
	}
	.about-contact-right{
		text-align: left;
	}
	.about-contact-right p:first-of-type{
		padding-left: 45px;
	}
	.about-lianxi .about-lianxi-ul li{
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.about-lianxi .about-lianxi-ul li label{
		font-size: 14px;
		width: auto;
		margin-bottom: 5px;
	}
	.about-lianxi .about-lianxi-ul li input, .about-lianxi .about-lianxi-ul li textarea{
		width: 100%;
		font-size: 12px;
	}
	.about-lianxi{
		margin-top: 25px;
	}
	.about-lianxi button{
		margin-top: 20px;
	}
	.about-lianxi .about-lianxi-ul li:last-of-type{
		margin-top: 5px;
	}
	.news-list .news-list-ul li{
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.news-list .news-list-ul li a .news-text h5{
		font-size: 13px;
		padding: 0px 0 0px 30px;
		margin: 5px 0;
	}
	.news-list .news-list-ul li a .news-text p{
		font-size: 14px;
	}
	.news-detail-left h3{
		font-size: 16px;
	}
	.news-detail-text p{
		font-size: 14px;
	}
	.news-detail-text{
		padding: 0 10px;
		margin: 15px 0 30px;
	}
	.detail-page a{
		font-size: 14px!important;
	}
	.detail-page .next{
		width: 100%;
		white-space: nowrap;
	}
	.detail-page .prev{
		width: 100%;
		white-space: nowrap;
		overflow: hidden;
	}
	.detail-page .prev a{
		padding-left: 0;
		display: block;
		text-overflow: ellipsis;
		    white-space: nowrap;
		    overflow: hidden;
	}
	.detail-page .back{
		width: 100%;
	}
	.index-news-a a{
		margin-bottom: 8px;
	}
	
	.product-page1-ul li a .product-page1-text{
		width: 100%;
		line-height: 28px;
	}
	.product-page1-text span{
		padding: 2px 15px;
	}
	.product-page1-text h3{
		margin-bottom: 5px;
	}
	.product-detail-div{
		overflow: overlay;
	}
	.product-detail-top .product-detail-top-a a{
		padding: 0 5px;
	}
	.product-detail-top h3{
		font-size: 13px;
	}
	.support-a a{
		margin-bottom: 8px;
	}
	.support-a a, .news-list .news-list-ul li a .news-text h3{
		font-size: 14px;
	}
	.support-div .support-ul li{
		width: 100%;
	}
	
	.about-join .about-join-dl dt p,.about-join .about-join-dl dd>p{
		display: flex;
		align-items: center;
		line-height: normal;
		height: 100%;
	}
	.detail-page .next,.detail-page .prev{
		overflow: hidden;
	}
	.news-list .news-list-ul li a .news-text h5{
		background-size: 16px;
		padding-left: 23px;
	}
.index-body .footer-bottom .link span{display:none;}
.index-body .footer-bottom .link{display:none;}
	
}

@media (max-width:500px) {}
