﻿@charset "utf-8";
/* CSS Document */
body{
	background: #fff;
}

a{
  
	color: #666666;
}
a:link{text-decoration:none; }  /* 指正常的未被访问过的链接*/

a:visited{text-decoration:none; }/*指已经访问过的链接*/

a:hover{text-decoration:none;}/*指鼠标在链接*/}

a:active{text-decoration:none;}/* 指正在点的链接*/ 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	
	outline:none;
	font-family:PingFang SC,Helvetica Neue,Source Han Sans SC,Microsoft YaHei;
}

/********************导航********************/
.nav{
	position: fixed;
	width: 100%;
	top: 50px;
	font-family: "PingFang SC";
	z-index: 999999999;
	background: rgba(255,255,255,0);
	transition: background .5s,top .5s;
}
.nav-scroll{
	position: fixed;
	display: inline-block;
	top: 0;
	width: 100%;
	background: rgba(255,255,255,1);	
	top:0;
	font-family: "PingFang SC";
	z-index: 999999999;
	box-shadow: 0 5px 10px -5px #aeaeae5c	;
	-webkit-box-shadow: 0 5px 10px -5px #aeaeae5c	;
	-moz-box-shadow: 0px 5px 10px -5px  #aeaeae5c	;
	/*transition: background 1s,padding-top 1s;*/
	-webkit-transition: all .8s;
    transition: all .8s;
    
}
@keyframes bg-color{
	  0%   {background:rgba(255,255,255,.25); }
	  25%  {background:rgba(255,255,255,.5); }
	  50%  {background:rgba(255,255,255,.75); }
	  100% {background:rgba(255,255,255,1); }
} 

nav .content{
	width: 100%;
	height: 90px;
}
nav .menu{
	width: 1400px;
	height: 90px;
	margin: 0 auto;
	background-color: rgba(255,255,255,0.8);
	border-bottom-left-radius: 35px;
	border-top-right-radius: 35px;
}
nav .menu .logo{
	float: left;
	margin-top: 10px;
	margin-left: 25px;
}
nav .menu .logo img{
	width: 190px;
	height: 70px;
}
nav .menu .menuList{
	position: relative;
	float: right;
	
	margin-top: 30px;
}
nav .menu .menuList ul{
	display: block;
}
nav .menu .menuList ul li{
	float: left;
	margin-right: 50px;
	text-align: center;
}
nav .menu .menuList ul li:last-child{
	margin-right: 25px;
}
nav .menu .menuList ul li a{
	color: #444 !important;
	font-size: 18px;
	line-height: 30px;
	
}



nav .menu .menuList ul .on a{
	color: #00a505 !important;
	text-decoration: none;
	border-bottom: 3px solid #00a505;
	padding-bottom: 31px;
}

nav .menu .menuList ul .co1 a{
	color: #00a505 !important;
	text-decoration: none;
	border-bottom: 3px solid #00a505;
	padding-bottom: 31px;
}

nav .menu .menuList ul .co1.on a{
	color: #444 !important;
	font-size: 18px;
	line-height: 30px;
	border-bottom: dimgray;
}

nav .menu .menuList ul .co1.cn1.on a{
	color: #444 !important;
	font-size: 18px;
	line-height: 30px;
	border-bottom: dimgray;
}
nav .menu .menuList ul .cn1 a:hover{
	color: #00a505 !important;
	text-decoration: none;
	border-bottom: 3px solid #00a505;
	padding-bottom: 31px;
}




nav .menu .menuList ul li a:hover{
	color: #00a505 !important;
	text-decoration: none;
	border-bottom: 3px solid #00a505;
	padding-bottom: 31px;
}
nav .language{
	float: right;
	margin-top: 7px;
	line-height: 15px;
	position: relative;
	padding-left: 50px;
}
nav .language::before{
	position: absolute;
	content: "";
	width: 1px;
	height: 13px;
	top: 0;
	left: 0;
	background: #b5b5b5;
}
nav .language span{
	display: block;
	float: left;
	width: 25px;
	text-align: center;
}
nav .language a span{
	font-size: 16px;
	line-height: 16px;
}

/***************首页banner*****************/
.banner{
	position: relative;
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	width: 100%;
	
}
.banner .swiper-container {
      width: 100%;
    }

.banner .swiper-slide {
	width: 100%;
	position: relative;
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.banner .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
  color: #000;
  opacity: 1;
  background: rgba(0, 0, 0, 0.2);
}
.swiper-pagination-bullet-active {
  color: #fff;
  background: #007aff;
}


.swiper-pagination{
	width: auto;
	bottom: 50px;
	left: 0;
	font-family: "gilroy-regular";
	color:#fff;
	font-size: 20px !important;
}
.swiper-pagination .swiper-pagination-current{
	font-size: 40px;
}
.swiper-pagination .swiper-pagination-total{
	font-size: 20px;
}
.banner .img{
	position: relative;
	width: 100%;
	z-index: 2;
}
.banner .swiper-slide img{
	width: 100%;
	margin-top: 0px;
	border-bottom-left-radius: 200px;
	
}
.banner .container{
	position:absolute;
	height: 200px;
	margin-top: 200px;
	z-index: 3;
}
.banner .container2,.banner .container3{
	position:absolute;
	left: 10%;
	margin-left: 0px;
	height: 200px;
	bottom: 0;
	z-index: 3;
}
.banner .container .font{
	position: absolute;
	top:-80px;
}
.banner .container .font{animation:left1 2s;-webkit-animation:left1 2s; /* Safari and Chrome */}
@keyframes left1{
	from{left:-200px}
	to{left: 0;}
}
@-webkit-keyframes left1{
	from{left:-200px}
	to{left: 0;}
}
.banner .container .font img{
	border-radius: 0;
}
.banner .container .more{
	position: absolute;
	top:150px;
	font-family: "gilroy-regular";
}
.banner .more img:first-child{
	display: block;
}
.banner .more img:last-child{
	display: none;
}
 
/***************************公司简介****************************/
.company{
	position: relative;
	width: 100%;
	
}

.company .about{
	position: absolute;
	left: 10%;
	z-index: 200;
	padding-bottom: 60px;
}
/**
.company .about .about_left {
	margin-top: 130px;
	left: -120px;
	opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;

}****/
.company .about .about_left {
	margin-top: 130px;
	left: 0px;
	opacity: 1;
    filter: alpha(opacity=1);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;

}
.company .about .about_left .title{	
	padding:15px 0px ;
}
.company .about .about_left .title p{
	font-family: "PingFang SC";
	font-size: 35px;
	line-height: 40px;
	color: #222;
	letter-spacing: 3px;
}
.company .about .about_left .fontInfo{
	padding:15px 0px ;
}
.company .about .about_left .fontInfo p{
	/* font-family: "PingFang SC"; */
	font-size: 16px;
	line-height: 25px;
	letter-spacing: 1px;
	color: #444;
}
.about .more{
	margin-top: 20px;
	margin-left: -10px;
}

.about .more #Img9{
	display: block;
}
.about .more #Img10{
	display: none;
}

.company .about .about_right{
	margin-top: 100px;
	margin-left: 0px;
	/** right: -120px;
	opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
***/
right: 0px;
	opacity: 1;
    filter: alpha(opacity=1);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    text-align: center;
}
.company .about .about_right p{
	font-family: 'PingFang SC';
	font-size: 16PX;
	color: #888;
	text-align: center;
}
.company .about .num{
	margin-top: 60px;
}
.company .about .num1 p,
.company .about .num2 p,
.company .about .num3 p{
	text-align: center;
}
.company .about .num1 ,
.company .about .num2 {
	border-right: 1px solid #F2F2F2;
}
.company .about .counts,.company .about .digital{
	font-family: "Fette-Engschrift";
	font-size: 150px;
	line-height: 150px;
	color:#00a905; 
　　background-image:-webkit-linear-gradient(60deg,#00a905,#014e03); 
　　-webkit-background-clip:text;
　　-webkit-text-fill-color:transparent;
}
.company .about .numInfo{
	margin-top: -10px;
	font-family: "PingFang SC";
	font-size: 26px;
	line-height: 26px;
	color:#222; 
}

.company .lizi{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 800px;
	background: #fff;
	/*background: radial-gradient( at center, #28c7ba, #1a867d);*/
	z-index: 10;
	opacity: 1;
}
.company .lizi canvas{
	width: 100%;
	height: 800px;
	z-index: 12;
}
.company .lizi #particles-js {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

/***************************产品类别****************************/
.pro{
	position: relative;
	width: 100%;
	background-image: url(../images/leibie.jpg);
}
.pro .type{
	width: 100%;
	margin-top: 80px;
}
.pro .type .typeItem{
	position: relative;
	display: block;
	float: left;
	margin-left: 14.5%;
}
.pro .type .typeItem:first-child{
	margin-left: 0;
}
.pro .type .typeItem .typeIcon{
	position: absolute;
	left: 50%;
	margin-left: -35px;
	width: 70px;
	height: 70px;
	border-radius: 100%;
	background: rgba(255,255,255,0);
	display:table-cell; /*主要是这个属性*/
	vertical-align: middle;
	text-align: center;
	transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
}
.pro .type .typeItem .typeIcon:hover{
	background: rgba(255,255,255,1);
}
.pro .type .typeItem .active{
	background: rgba(255,255,255,1);
}
@keyframes bg{
	  0%   {background:rgba(255,255,255,.25); }
	  25%  {background:rgba(255,255,255,.5); }
	  50%  {background:rgba(255,255,255,.75); }
	  100% {background:rgba(255,255,255,1); }
}

.pro .type .typeItem .typeIcon img{
	margin-top: 15px;
}
.pro .type .typeItem .typeName{
	width: 100%;
	margin-top: 85px;
}
.pro .type .typeItem .typeName p{
	text-align: center;
}
.pro .type .typeItem:first-child .typeIcon:before{
	position: absolute;
	top: 35px;
	left: 90px;
	content: "";
	width: 312%;
	height: 1px;
	background: #dcdcdc;
}
.pro .type .typeItem:nth-child(2) .typeIcon:before{
	position: absolute;
	top: 35px;
	left: 90px;
	content: "";
	width: 330%;
	height: 1px;
	background: #dcdcdc;
}
.pro .type .typeItem:nth-child(3) .typeIcon:before{
	position: absolute;
	top: 35px;
	left: 90px;
	content: "";
	width: 302%;
	height: 1px;
	background: #dcdcdc;
}
.pro .type .typeItem:nth-child(4) .typeIcon:before{
	position: absolute;
	top: 35px;
	left: 90px;
	content: "";
	width: 290%;
	height: 1px;
	background: #dcdcdc;
}
.pro .type .typeItem:nth-child(5) .typeIcon:before{
	position: absolute;
	top: 35px;
	left: 90px;
	content: "";
	width: 290%;
	height: 1px;
	background: #dcdcdc;
}
.pro .type .typeItem .noLine:before{
	opacity: 0;
}
.pro .typeMsg{
	position: relative;
	margin-top: 80px;
	width: 100%;
}
.pro .typeMsg .typeMsgItem{
	position: relative;
	width: 100%;
}
.pro .typeMsg .typeMsgItem .typeMsgLeft{
	position: relative;
	margin-left: 0;
	padding-left: 0;
}
.pro .typeMsg .typeMsgItem .typeMsgLeft h3{
	font-family: 'PingFang SC';
	font-size: 35px;
	line-height: 40px;
}
.pro .typeMsg .typeMsgItem .typeMsgLeft p{
	margin-top: 50PX;
	font-family: 'PingFang SC';
	font-size: 16px;
	line-height: 25px;
}
.pro .typeMsg .typeMsgRight{
	position: relative;
	padding-left: 80px;
	overflow-y: auto !important;

	/*-moz-box-shadow: 1px 1px 5px #f2f2f2;
    -webkit-box-shadow: 1px 1px 5px #f2f2f2;
    box-shadow: 1px 1px 5px #f2f2f2;
    */
}
.pro .typeMsg .typeImg{
	width: 90%;
	overflow-y: auto !important;
	padding: 50px;
	margin-top: -20px;
	margin-left: 50px;
	background: url(../images/bo4_03.png?v=1.2) no-repeat;
	background-size: 100%;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
	
	box-shadow: 0 5px 10px -5px #F2F2F2;
	-webkit-box-shadow: 0 5px 10px -5px #F2F2F2;
	-moz-box-shadow: 0px 5px 10px -5px #f2f2f2;
	
    
}
.pro .typeMsg .typeImg img{
	width: 80%;
	margin-left: 10%;
}
.pro .swiper-slide {
  
}

.pro .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
  color: #000;
  opacity: 1;
  background: rgba(0, 0, 0, 0.2);
}

.pro .swiper-pagination-bullet-active {
  color: #fff;
  background: #007aff;
}
.pro .swiper-pagination{
	width: auto;
	bottom: 120px;
	left: 37%;
	font-family: "gilroy-regular";
	color:#888;
	font-size: 20px !important;
}
.pro .swiper-pagination .swiper-pagination-current{
	font-size: 40px;
	color: #00B000;
}
.pro .swiper-pagination .swiper-pagination-total{
	font-size: 20px;
	color: #888;
}
.pro .swiper-button-prev{
	left: 0;
	bottom: 120px;
}
.pro .swiper-button-next{
	left: 80px !important;
	bottom: 120px;
}




/***************************新闻****************************/
.news{
	
	padding: 100px 0;
	position: relative;
	width: 100%;
	background: #fcfcfc;
}
.news .title{
	position: relative;
	margin: 15px 0px;
}
.news .title .titleName{
	float: left;
}
.news .title .titleName p{
	font-family: "PingFang SC";
	font-size: 35px;
}
.news .title .more{
	float: right;
}
.news .title .more #Img11{
	display: block;
}
.news .title .more #Img12{
	display: none;
}
.news .newsList{
	position: relative;
	margin-top: 30px;
	background: #fff;
	border-radius: 35px;
	-moz-box-shadow:1px 1px  5px #f2f2f26b; 
	-webkit-box-shadow:1px 1px 5px #f2f2f26b;
	 box-shadow:1px 1px 5px #f2f2f26b;
	/** top:100px;
	 opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;	
**/
top:0px;
	 opacity: 1;
    filter: alpha(opacity=1);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;	
}
.news .newsList ul{
	margin-bottom: 0;
}
.news .newsImg{
	padding: 0;
	
	
}
.news .newsList .newsImg li{
	display: none;
}
.news .newsList .newsImg li:first-child{
	display: block;
}
.news .newsList .newsImg li img{
	width: 100%;
	height: 100%;
	border-top-left-radius: 35px;
	border-bottom-left-radius: 35px;
	-moz-box-shadow:-2px 1px  5px #f2f2f2; 
	-webkit-box-shadow:-2px 1px 5px #f2f2f2;
	 box-shadow:-2px 1px 5px #f2f2f2;
}
.news .newsList .newItem ul{
	margin: 0px 45px;
}
.news .newsList .newItem li{
	position: relative;
	width: 100%;
	padding: 20px 0;
	border-bottom: 1px solid #eee;
}

.news .newsList .newItem li:last-child{
	border: none;
}
.news .newsList .newItem li a p{
	display: block;
	position: relative;
	padding: 0;
	margin: 0;
	
}
.news .newsList .newItem li p .time{
	position: absolute;
	left: 0px;
	top:-5px
}
.news .newsList .newItem li a{
	position: relative;
	display: block;
	padding:0 !important;
	margin: 0 !important;
	font-family: "PingFang SC";
	font-size: 20px;
	color: #222;

}

.news .newsList .newItem li a p{
	position: relative;
	display: block;
	padding:0 0 0 100px !important;
	margin: 0 !important;
	font-family: "PingFang SC";
	font-size: 20px;
	color: #222;
	line-height: 60px;
	
	overflow: hidden;
	/*white-space:nowrap;*/
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
   
}
.news .newsList .newItem li a span{
	font-family: "gilroy-regular" !important;
	font-size: 20px;
	color: #888;
}
.news .newsList .newItem li a span i{
	font-size: 40px;
	font-style: normal;
	color: #222;
}
.news .newsList .newItem li a:hover{
	text-decoration: none;
}
.news .newsList .newItem li a:hover p{
	
	color: #00b000 !important;
}
.news .newsList .newItem li a:hover span{
	color: #00b000;
}
.news .newsList .newItem li a:hover span i{
	color: #00b000;
}
.news .newsList .newItem li a:after{
	content: "";
	position: absolute;
	top:32px;
	left:-105px;
	width: 0px;
	height: 3px;
	background: #00B000;
	transition: all .5s;
	z-index: 999;
}
.news .newsList .newItem li a:hover:after{

	width: 80px;

}
.news .newsList .newItem .hovers a p span,.news .newsList .newItem .hovers a p span i{
	color: #00b000;
}
.news .newsList .newItem .hovers p{
	color: #00b000;
}
.news .newsList .newItem .hovers a:after{

	width: 80px;

}
.news .newsList .newItem .hovers a:hover:after{
	width: 80px;
}

/************************研发****************************/
.quality{
	position: relative;
	width: 100%;
	background: url(../images/zhi.jpg) center center no-repeat fixed;;
}
.quality .conten{
	position: relative;
	margin: 140px auto;
	width: 100%;
	height: 505px;
	background-color: rgba(255,255,255,0.8);
	border-radius: 50px;
	padding: 50px 30px;
	-moz-box-shadow:0px 1px  62px rgba(48,128,140,0.35); 
	-webkit-box-shadow:0px 1px 62px rgba(48,128,140,0.35);
	 box-shadow:0px 1px 62px rgba(48,128,140,0.35);
}
.quality .conten .qualityTitle{
	text-align: center;
}
.quality .conten .qualityTitle h3{
	font-family: 'PingFang SC';
	font-size: 35px;
	color: #222;
}
.quality .conten .qualityTitle p{
	font-family: 'gilroy-regular';
	font-size: 16px;
	color: #7c7e7d;
	line-height: 25px;
}
.quality .conten .qualityType{
	margin-top: 70px;
	padding: 10px 30px;
}

.quality .conten .qualityType .item{
	position: relative;
	/*top: 100px;
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;	*/
top: 0px;
    opacity: 1;
    filter: alpha(opacity=1);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;	
	border-right: 1px solid #dcdcdc;
}
.quality .qualityType li:last-child .item{
	border-right: none !important;
}
.quality .conten .qualityType .item a{
	color: #333;
	cursor: unset;
}
.quality .conten .qualityType .item a p{
	font-family: 'gilroy-regular';
	font-size: 20px;
	line-height: 25px;
	text-align: center;
	
}
.quality .conten .qualityType .item a:hover p{
	color: #4dbe4f;
}
.quality .conten .qualityType .item a:hover,.quality .conten .qualityType .item a:focus{
	color: #4dbe4f !important;

}

.quality .conten .more{
	position: absolute;
	margin-top: 70px;
	margin-left: -65px;
	left: 50%;
	bottom: 60px;
	opacity: 1;
    filter: alpha(opacity=1);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;	
    /*
    transition:all .3s ease-out: ;
    -webkit-transition:all .3s ease-out;
    -moz-transition:all .3s ease-out;
    -o-transition:all .3s ease-out;
    -ms-transition:all .3s ease-out;
*/

}
.quality .conten .more #Img13{
	display: block;
}
.quality .conten .more #Img14{
	display: none;
}




footer{
	position: relative;
	width: 100%;
	height: auto;
	background: #fff;
}
footer a:hover{
	text-decoration: none;
}
.foot{
	position: relative;
	width: 100%;
	margin-top: 20px;
	overflow: hidden;
}

.foot:after{
	content: "";
	position: absolute;
	top:70px;
	left: 0px;
	width: 100%;
	height: 1px;
	background: #eee;
}
.foot .foot_l{
	width: 40%;
	float: left;
	padding-left: 0;
	left: 0px; 
    opacity: 1;
    filter: alpha(opacity=1);
    -moz-opacity:1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
}
.foot .foot_l .footLogo img{
	
}
.foot .foot_l .tel{
	margin-top: 50px;
}
.foot .foot_l .tel h3{
	font-family:'PingFang SC';
	font-size: 18px;
	color: #444;
}
.foot .foot_l .tel h4{
	font-family:'gilroy-regular';
	font-size: 40px;
	color: #020301;
}
.foot .foot_l .ewm{
	margin-top: 30px;
}
.foot .foot_l .ewm img{
	width: 90px;
	height: 90px;
	text-align: center;
}
.foot .foot_l .ewm p{
	font-family:'PingFang SC ;
	font-size: 16px;
	color: #888;
}
.foot .foot_r{
	width: 50%;
	float: right;
	padding-right: 0;
	right: 0px; 
    opacity: 1;
    filter: alpha(opacity=1);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
}
.foot .foot_r .navBar{
	width: 100%;
}
.foot .foot_r .navBar dl{
	float: left;
	
	text-align: left;
	padding: 11px 0;
	margin-left: 11%;
}
.foot .foot_r .navBar dl:nth-child(1){
	margin-left: 0;
}
.foot .foot_r .navBar dl:nth-child(4){
	margin-left: 3%;
}
.foot .foot_r .navBar dl dt{
	padding-bottom: 50px;
}
.foot .foot_r .navBar dl dt a{
	font-family: 'PingFang SC';
	font-size: 18px;
	line-height: 30px;
	color: #444;
}
.foot .foot_r .navBar dl dd a{
	font-family: 'PingFang SC';
	font-size: 16px;
	line-height: 36px;
}
.foot .foot_r .navBar dl dt a:hover,.foot .foot_r .navBar dl dd a:hover{
	color: #00A505;
}
.foot .foot_r .navBar dl dd:first-child{
	margin-top: 70px;
}
footer .foot_bottom{
	margin-top: 15px;
	position: relative;
	width: 100%;
	border-top: 1px solid #eee;
	padding:25px 0 45px;
}
footer .ban{
	padding: 0 !important;
	float: left;
	color: #888;
	font-size: 16px;
}
footer .ban p{
	color: #888;
	font-size: 16px;
}

footer .gg{
	padding: 0 !important;
	float: right !important;
}
footer .gg p{
	text-align: right;
	color: #888;
	font-size: 16px;
}
footer .ban a{
	font-family: 'PingFang SC';
	font-size: 16px;
	color: #888;
}
footer .gg a:hover{
	color: #00a505;
}
footer .ban a:hover{
	text-decoration: none;
	color: #00a505;
}



/******************************************产品中心**************************************/
.banner_pic{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	
}
.banner_pic .banners{
	width: 100%;
}
.banner_pic .banners img{
	width: 100%;
}
.banner_pic .container{
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -700px;
	width: 100%;
	height: 100%;
}
.banner_pic .container .wen{
	position: absolute;
	top: 250px;
}
.banner_pic .container .wen h3{
	font-family: 'Gilroy-Light';
	font-size: 60px;
	color: #fff;
	font-weight: bold;
}
.banner_pic .container .wen h4{
	font-family: 'PingFang SC';
	font-size: 40px;
	color: #fff;
}
.product{
	position: relative;
	width: 100%;
	padding-top: 160px;
	background: #f2f5f2;
	padding-bottom: 200px;
}
.product .container{
	padding-left: 0;
	padding-right: 0;
}
.product .proType{
	font-family: 'PingFang SC';
	padding-bottom: 40px;
	background: #fff;
	padding-left: 0;
	padding-right: 0;
	left: 0px;
	opacity: 1;
    filter: alpha(opacity=1);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
}
.product .proType dt{
	font-family: 'PingFang SC';
	width: 100%;
	height: 90px;
	background: #7d807d;
	font-size: 32px;
	padding: 0 30px;
	color: #fff;
	line-height: 90px;
}
.product .proType .list{
	width: 100%;
	padding: 0 30px;
}
.product .proType a{
	display: block;
}
.product .proType a dd{
	width: 100%;
	height: 100px;
	font-size: 20px;	
	color: #fff;
	line-height: 100px;
	color: #444;
	border-bottom: 1px dotted #dbdbdb;
}
.product .proType dd .gou_icon{
	width: 23px;
	height: 23px;
	border: 1px solid #999;
	border-radius: 100%;
	text-align: center;
	margin-right: 20px;
}
.product .proType dd .gou_icon i{
	margin-top: 2px;
	left: 0;
	font-size: 24px;
	color: #00b000;
	line-height: 24px;
	opacity: 0;
}
.product .proType dd .right_icon{
	display: block;
	float: right;
	color: #999;
}
.product .proType a:last-child dd{
	border-bottom: none;
}
.product .proType dd:hover{
	color: #00b000;
}
.product .proType dd:hover .gou_icon{
	border: none;
}
.product .proType dd:hover .gou_icon i{
	opacity: 1;
}
.product .proType dd:hover .right_icon{
	color: #00b000;
}
.product .proType .active{
	color: #00b000;
}
.product .proType .active .gou_icon{
	border: none;
}
.product .proType .active .gou_icon i{
	opacity: 1;
}
.product .proType .active .right_icon{
	color: #00b000;
}
.product .proList{
	padding-left: 0px;
	padding-right: 0;
	/*right: -120px;
	opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
*/
right: 0px;
	opacity: 1;
    filter: alpha(opacity=1);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;

}
.product .proList ul{
	padding-left: 20px;
}
.product .proList ul li{
	margin-bottom: 20px;
	
}
.product .proList ul li a{
	display: block;
	border:1px solid #f2f5f2;
}
.product .proList ul li a:hover{
	border:1px solid #d7dbd7;
	text-decoration: none;
}
.product .proList ul li .proPhoto{
	width: 100%;
	height: auto;
	background: #fff;
}
.product .proList ul li .proPhoto img{
	width: 100%;
	height: 100% ;
}
.product .proList ul li .proName{
	width: 100%;
	height: 60px;
	/* padding-left: 20px; */
}
.product .proList ul li a:hover .proName{
	background: #00b000;
}
.product .proList ul li .proName p{
	font-family: 'PingFang SC';
	font-size: 18px;
	color: #2e332e;
	line-height: 60px;
}
.product .proList ul li a:hover p{
	color: #fff;
}
.page{
	width: 100%;
	margin-top: 50px;

	
}
.page p{
	font-family: 'Arial';
	text-align: center;
	margin-bottom: 0;
}
.page span{
	font-family: 'Arial';
	text-align: center;
	margin-bottom: 0;
}
.page  a{
	display: inline-block;
	margin-right: 10px;
	width: 40px;
	height: 40px;
	font-size: 16px;
	color: #666666;
	border: 1px solid #cdcdcd;
	border-radius: 100%;
	text-align: center;
	line-height: 40px;
    float:left;
}


#murlpages {
text-align:center;
}

.page  a:hover{
	text-decoration: none;
	border: 1px solid #00b000;
	color: #00b000;
}


current
.page .pageOn{
	background: #00b000;
	color: #fff;
}

.page .current a{
	background: #00b000;
	color: #fff;
}

/*.page  span:hover{
   text-decoration: none;
	border: 1px solid #00b000;
	color: #00b000;
}*/
.page .pageOn:hover{
	background: #00b000;
	color: #fff;
}

.proList2{
	padding-left: 20px;
	padding-right: 0;
}
.pro_detail{
	width: 100%;
	min-height: 800px;
	background: #fff;
	padding: 60px;
}

.pro_detail .pro_msg{
	width: 100%;
}
.pro_detail .pro_msg .pro_pic{
	padding-left: 0;
	padding-right: 0;
	
}
.pro_detail .pro_msg .pro_pic .swiper-container{
	width: 100%;
	min-height: 200px;
	border: 1px solid #d7dbd7;
}
.pro_detail .pro_msg .pro_pic .swiper-slide{
	width: 100%;
}
.pro_detail .pro_msg .pro_pic .swiper-slide img{
	width: 100%;
}
.pro_detail .swiper-pagination{
	width: 100%;
	text-align: center;
	margin-left: 0px;
	left: 0;
	bottom: -30px;
}
.pro_detail .swiper-pagination-bullet{

	width: 40px;
	height: 4px;
	background: #d9d9d9;
	border-radius: 0;
	margin-right: 5px;
}
.pro_detail .swiper-pagination-bullet-active{
	background: #00b000;
}
.pro_detail .pro_msg .pro_fonts{
	padding-left: 50px;
	padding-right: 0;
}
.pro_detail .pro_msg .pro_fonts .fontMsg{
	width: 100%;
}
.pro_detail .pro_msg .pro_fonts .fontMsg .type{
	font-family: "PingFang SC";
	font-size: 16px;
	font-weight: bold;
	color: #303330;
}
.pro_detail .pro_msg .pro_fonts .fontMsg .name{
	margin-top: 20px;
	font-family: 'PingFang SC';
	font-size: 36px;
	line-height: 48px;
	color: #303330;
	border-bottom: 1px solid #d7dbd7;
	padding-bottom: 20px;
}
.pro_detail .pro_msg .pro_fonts .fontMsg .specifications{
	margin-top: 30px;
	font-family: 'PingFang SC';
	font-size: 16px;
	color: #303330;
}
.pro_detail .proIntrsoduce{
	width: 100%;
	margin-top: 80px;
	border-top: 1px dotted #dbdbdb;
	padding: 50px 0;
}
.pro_detail .proAdvantage{
	width: 100%;
	border-top: 1px dotted #dbdbdb;
	padding: 50px 0 30px 0;
}
.pro_detail .proVideo{
	width: 100%;
	border-top: 1px dotted #dbdbdb;
	padding: 50px 0 30px 0;
}
.pro_detail .proFile{
	width: 100%;
	border-top: 1px dotted #dbdbdb;
	padding: 50px 0 30px 0;
}
.pro_detail .proTit{
	float: left;
	width: 10%;
}
.pro_detail .proTit p{
	font-family: "PingFang SC";
	font-size: 24px;
	font-weight: bold;
	color: #303330;
}
.pro_detail .proFont{
	position: relative;
	float: left;
	left: 10%;
	width: 80%;
}
.pro_detail .proFont dd{
	position: relative;
	font-family: "PingFang SC";
	font-size: 16px;
	line-height: 42px;
	color: #333;
	/* padding-left: 20px; */
}
/* .pro_detail .proFont dd:before{
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	left: 0;
	top: 18px;
	background: #999;
	border-radius: 100%; */
}
.pro_detail .proFont .videoBox{
	width: 100%;
	height: 400px;
	background: #aaa;
}
.pro_detail .proFont .videoBox video{
	width: 100%;
	height: 100%;
	object-fit: fill;
}
.pro_detail .proFont .downloadBox{
	width: 100%;
	background: #f8f8f8;
	padding: 30px;
}
.pro_detail .proFont .fiels{
	float: left;
}
.pro_detail .proFont .fiels p{
	font-size: 18px;
	color: #222;
	line-height: 30px;
	margin-bottom: 0;
}
.pro_detail .proFont .fiels p i{
	margin-right: 15px;
}
.pro_detail .proFont .download{
	float: right;
}
.pro_detail .proFont .download a{
	font-size: 18px;
	color: #888;
	line-height: 30px;
}
/***********************************************新闻中心**************************************/
.news_list{
	position: relative;
	width: 100%;
	padding-top: 160px;
	background: #eef4f4;
	padding-bottom: 100px;
}
.news_list .container{
	padding-left: 0;
	padding-right: 0;
}
.news_list .list{
	width: 100%;
}
.news_list .list li ul{
	position: relative;
	width: 100%;
	height: 100%;
}
.news_list .list li{
	margin-bottom: 30px;
	position: relative;
    /*top: -100px;
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;*/
top: 0px;
    opacity: 1;
    filter: alpha(opacity=1);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
}
.news_list .list li .newsPic{
	width: 100%;
}
.news_list .list li .newsPic img{
	width: 100%;
}
.news_list .list li a{
	display: block;
	background: #fff;
	text-decoration: none;
}
.news_list .list li .newsTitle{
	/* border:1px solid #ddd; */
	border-top:none;
	padding: 0 35px;
}
.news_list .list li .newsName{
	padding: 25px 0px;
}
.news_list .list li .newsName p{
	font-family: 'PingFang SC';
	font-size: 18px;
	color: #222;
	line-height: 30px;
	height: 60px;
	margin: 0;
	overflow: hidden;
    /* white-space: nowrap; */
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news_list .list li .newsTime{
	border-top:1px solid #F0f0f0;
}
.news_list .list li .newsTime p{
	font-family: 'gilroy-regular';
	font-size: 16px;
	color: #666;
	line-height: 40px;
}
.news_list .list li .newsTime p .clock{
	margin-right: 10px;
}
.news_list .list li .newsTime p .right{
	display: inline-block;
	float: right;
}
.news_list .list li a:hover{
	background: #00af05;
}
.news_list .list li a:hover .newsName p{
	color: #fff;
}
.news_list .list li a:hover .newsTime p{
	color: #fff;
}
.news_list .page{
	margin-top: 20px;
}
.newsArticle{
	position: relative;
	width: 100%;
	padding-top: 100px;
	background: #eef5f5;
	padding-bottom: 65px;
}
.newsArticle .container{
	padding-left: 0;
	padding-right: 0;
}
.newsArticle .article{
	width: 100%;
	padding: 0 195px;
}
.newsArticle .article .articleTitle{
	width: 100%;
	border-bottom: 1px solid #ddd;
	padding-bottom: 11px;
}
.newsArticle .article .articleTitle h4{
	font-family: 'PingFang SC';
	font-size: 36px;
	color: #222;
	text-align: center;
	margin-top: 0;
}
.newsArticle .article .articleTitle p{
	font-family: 'gilroy-regular';
	font-size: 14px;
	color: #777;
	text-align: center;
	line-height: 25px;
}
.newsArticle .article .articleContent{
	margin-top: 30px;
}
.newsArticle .article .articleContent p{
	margin-top: 10px;
	font-family: 'PingFang SC';
	font-size: 16px;
	line-height: 36px;
	color: #666;
}
.newsArticle .article .pageBtn{
	width: 100%;
	margin-top: 120px;
}
.newsArticle .article .pageBtn p a{
	text-decoration: none;
}
.newsArticle .article .pageBtn p{
	width: 100%;
	height: 60px;
	text-align: center;
	margin-bottom: 0;
}
.newsArticle .article .pageBtn .prve{
	display: inline-block;
	float: left;
	width: 60px;
	height: 60px;
	background: #fff;
	border-radius: 100%;
	font-size: 30px;
	text-align: center;
	line-height: 60px;
	color: #00B000;
}
.newsArticle .article .pageBtn .back{
	margin-top: 10px;
	display: inline-block;
	width: 120px;
	height: 40px;
	border-radius: 20px;
	font-family: "PingFang SC";
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 36px;
	color: #00B000;
	border: 2px solid #00B000;
}
.newsArticle .article .pageBtn .next{
	display: inline-block;
	float: right;
	width: 60px;
	height: 60px;
	background: #fff;
	border-radius: 100%;
	font-size: 30px;
	text-align: center;
	line-height: 60px;
	color: #00B000;
}
.newsArticle .article .pageBtn .prve:hover,.newsArticle .article .pageBtn .next:hover{
	background: #00B000;
	color: #fff;
}
.newsArticle .clearfix{
	position: absolute;
	left: 0;
	bottom: 180px;
	width: 100%;
	height: 1px;
	background: #ddd;
}

/***************************************************关于我们**********************************************/
.comp{
	position: relative;
	width: 100%;
	min-height: 1105px;
	padding-top: 70px;
	background: #f8fafa;
	padding-bottom: 100px;
}
.comp .bg1{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1105px;
}

.comp .bg1 .lizi{
	position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1105px;
    background: #fff;
    /* background: radial-gradient( at center, #28c7ba, #1a867d); */
    z-index: 10;
    opacity: 1;
}
.comp .container{
	position: relative;
	padding-left: 0;
	padding-right: 0;
	min-height: 300px;
	z-index: 200;
}
.comp .comp_l{
	position: relative;
}
.comp .comp_l h4{
	display: block;
	position: relative;
	font-family: 'PingFang SC';
	font-size: 35px;
	color: #333;
	padding-bottom: 15px;
}
.comp .comp_l h4:before{
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 26px;
	height: 2px;
	background: #ced5d9;
}
.comp .comp_l .num{
	margin-top: 30px;
}
.comp .comp_l .num .nums{
	margin: 0;
	font-family: 'Fette-Engschrift';
	font-size: 48px;
	line-height: 48px;
	color: #00b104;
}
.comp .comp_l .num .nums span{
	font-size: 48px;
}
.comp .comp_l .num .numInfo{
	margin-top: 5px;
	font-family: 'PingFang SC';
	font-size: 16px;
	line-height: 16px;
	color: #222;
}
.comp .comp_r{
	position: relative;
	padding-right: 0;
}
.comp .comp_r p{
	margin-bottom: 20px;
	font-family: 'PingFang SC';
	font-size: 16px;
	color: #666;
	line-height: 28px;
}
.comp .comp_r p span{
	font-family: 'PingFang SC';
	color: #222;
	margin-right: 15px;
	
}
.histoyr{
	position: relative;
	width: 100%;
	min-height: 1363px;
	background: url(../images/about_bg.png);
	z-index: 200;
}
.histoyr .container{
	position: relative;
	padding-left: 0;
	padding-right: 0;
}
.histoyr .hisTopPic{
	position: absolute;
	width: 100%;
	top: -510px;
}
.histoyr .hisTopPic img{
	width: 100%;
}
.histoyr .hisTit{
	position: relative;
	width: 100%;
	padding-top: 50px;
	padding-bottom: 40px;
	background: #f3f4f5;
}
.histoyr .hisTit:after{
	position: absolute;
	content: "";
	width: 26px;
	height: 2px;
	bottom: 0;
	left: 50%;
	margin-left: -13px;
	background: #00b000;
}
.histoyr .hisTit h4{
	margin-top: 0px;
	margin-bottom: 0;
	font-family: 'PingFang SC';
	font-size: 35px;
	color: #222;
	text-align: center;
}
.histoyr .historyCon{
	position: relative;
	width: 100%;
	padding-top: 30px;
	padding: 0 110px 50px 110px;
	background: #f3f4f5;
}

.histoyr .button {
    position: absolute;
    cursor: pointer;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background: #fff;
    top: 20px;
    font-size: 40px;
    color: #00b000;
    text-align: center;
    line-height: 60px;

}
.histoyr .button:hover{
	background: #00b000 !important;
	color: #fff;
	-moz-box-shadow: 0px 1px 20px rgba(0,0,0,0.23);
    -webkit-box-shadow: 0px 1px 20px rgba(0,0,0,0.23);
    box-shadow: 0px 1px 20px rgba(0,93,0,0.23);
}
.histoyr .prev {
    left: 20px;
}
.histoyr .next {
    right: 20px;
}
.histoyr .yearNum{
	position: absolute;
	left: 0;
	top: -100px;
	width: 100%;
}
.histoyr .yearNum p{
	font-family: arial;
	font-size: 298px;
	color: #bed4d6;
	opacity: .2;
	text-align: center;
} 
.histoyr .slide_wrap  {
    overflow: hidden;
    position: relative;
}
.histoyr .slide_wrap ul {
    position: relative;
    left: 0px;
}
.histoyr .slide_wrap::after {
    width: 100%;
    height: 1px ;
   
    content: '';
    position: absolute;
    top: 48px;
    left: 0px;
}
.histoyr .slide_items li{
	position: relative;
    float: left;
    font-size: 20px;
    width: 200px;
    text-align: center; 
    margin-top: 43px;   
}
.histoyr .slide_items li:after{
	position: absolute;
	width: 100%;
    height: 1px ;
    content: '';
    top: 7px;
    left: -100px;
    background: rgb(45,66,83,.1);
}
.histoyr .slide_items li.on:after{
	position: absolute;
	width: 200%;
    height: 1px ;
    content: '';
    top: 10px;
    left: -300px;
    background: #00a505;
}
.histoyr .slide_items li a {
    display: block;
    
    
}
.histoyr .slide_items li a:hover{
	text-decoration: none;
}
.histoyr .slide_items li.on {
   margin-top: 40px; 
}
.histoyr .slide_items li span {
    color: #222;
    font-size: 18px;
    display: block;
}
.histoyr .slide_items li.on span{
	margin-top: 2px;
	color: #00a505;
	font-size: 30px;
}
.histoyr .slide_items li div {
    display: inline-block;
    width: 16px;
    height: 16px;
   /* border: 1px solid #a2a2a2; 
    border-radius: 13px;*/
    padding: 2px;
    box-sizing: border-box;
    margin-top: 0px;
}
.histoyr .slide_items li i{
    display: block;
    width: 10px;
    height: 10px;
    background-color: #b5bcc1;
    border-radius: 100%;

}
.histoyr .slide_items li.on i{
   background-color: #00a505; 
}
.histoyr .slide_items li.on div {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: rgba(0,165,0,.2);
    border-radius: 100%;
    padding: 10px;
    box-sizing: border-box;
    margin-top: -5px;
}

.histoyr .slide-content {
	position: relative;
    margin-top: 30px;
    min-height: 250px;
    
}
.histoyr .slide-content img{
   width: 100%;
}
.histoyr .slide-content ul {
    display: none;
    position: relative;
	right: -300px;
}
.histoyr .slide-content ul.on {
    display: block;
    position: relative;
	right: 0px;
}
.histoyr .slide-content ul li p{
	text-align: center;
	font-family: 'PingFang SC';
	font-size: 16px;
	line-height: 36px;
	color: #666;
}
.histoyr .certificate{
	position: absolute;
	top:770px;
	width: 100%;
}
.histoyr .certificate .tit h4{
	display: block;
	position: relative;
	font-family: 'PingFang SC';
    font-size: 35px;
    color: #333;
    padding-bottom: 15px;
    text-align: center;
}
.histoyr .certificate .tit h4:before {
    position: absolute;
    content: "";
    left: 50%;
    bottom: 0;
    width: 26px;
    height: 2px;
    margin-left: -13px;
    background: #ced5d9;
}
.histoyr .certificateList{
	position: relative;
	width: 100%;
	margin-top: 50px;
}
.histoyr .certificateList .swiper-container {
	position: relative;
      width: 100%;
      height: 100%;
}
.histoyr .certificateList .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: 300ms;
  transform: scale(0.7);
}
.histoyr .certificateList .swiper-slide-active,.swiper-slide-duplicate-active{
    transform: scale(1);
}
.histoyr .certificateList .swiper-slide-prev,.histoyr .certificateList .swiper-slide-next{
	transform: scale(0.8);
}
.histoyr .certificateList .swiper-slide img{
	width: 100%;
}
.histoyr .certificateList .slidePage{
	position: absolute;
	width: 100%;
	bottom: 0px;
}
.histoyr .certificateList .slidePage .swiper-pagination{
	width: 100%;
}
.histoyr .certificateList .slidePage .swiper-pagination .swiper-pagination-bullet{
	margin-right: 3px;
}
.develop{
	position: relative;
	width: 100%;
	background: #f8fafa;
	padding-top: 70px;
	padding-bottom: 100px;
}
.develop .container{
	padding-left: 0;
	padding-right: 0;
}
.develop .tit{
	position: relative;
}
.develop .tit h4{
	display: block;
	position: relative;
	font-family: 'PingFang SC';
    font-size: 35px;
    color: #333;
    padding-bottom: 15px;
}
.develop .tit h4:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 26px;
    height: 2px;
    background: #ced5d9;
}
.develop .certificate{
	width: 100%;
}
.develop .certificate .developInfo{
	float: right;
	width: 75%;
	margin-top: -70px;
	position: relative;
	/*right: -120px;
	opacity: 0;*/
	right: 0px;
	opacity: 1;
}
.develop .certificate .developInfo h5{
	font-family: 'PingFang SC';
    font-size: 26px;
    color: #222;
    margin-bottom: 20px;
}
.develop .certificate .developInfo p{
	font-family: 'PingFang SC';
    font-size: 16px;
    color: #666;
    line-height: 30px;
    margin-bottom: 15px;
}
.develop .developImg{
	width: 100%;
	margin-top: 50px;
}
.develop .developImg img{
	width: 100%;
}



/*************************************************职业发展********************************************/
.career1{
	position: relative;
	width: 100%;	
	padding-top: 80px;
	background: #f0f0f0;
	padding-bottom: 100px;
}
.career2{
	position: relative;
	width: 100%;	
	background: #f0f0f0;
	padding-bottom: 100px;
}
.career1 .container,.career2 .container{
	padding-left: 0;
	padding-right: 0;
	background:#fff;
}
.career1 .career_l ,.career2 .career_r {
	position: relative;
	padding: 0;
}
.career1 .career_r ,.career2 .career_l {
	position: relative;
	padding: 0;
	background: #fff;
	padding: 80px;
}
.career1 .career_l,.career2 .career_l{
	/*left: -120px;
	opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;*/
left: 0px;
	opacity: 1;
    filter: alpha(opacity=1);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
}
.career1 .career_r,.career2 .career_r{
	/*right: -120px;
	opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;*/
right: 0px;
	opacity: 1;
    filter: alpha(opacity=1);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
}


.career1 .career_l img{
	width: 100%;
}
.career2 .career_r img{
	width: 100%;
}
.career1 .career_r .title,.career2 .career_l .title{
	width: 100%;
}
.career1 .career_r .title p,.career2 .career_l .title p{
	font-family: 'PingFang SC';
	font-size: 36px;
	color: #222;
	height: 50px;
	line-height: 50px;
}
.career1 .career_r .title p img,.career2 .career_l .title p img{
	width: 45px;
	margin-right: 30px;
}
.career1 .career_r .infos,.career2 .career_l .infos{
	margin-top: 32px;
	border-top: 1px dashed #ddd;
	padding-top: 30px;
}
.career1 .career_r .infos p,.career2 .career_l .infos p{
	font-family: 'PingFang SC';
	font-size: 16px;
	color: #666;
	line-height: 32px;
}
.recruit{
	position: relative;
	width: 100%;	
	padding-top: 100px;
	background: #f9f9f9;
	padding-bottom: 100px;
}
.recruit .container{
	padding-left: 0;
	padding-right: 0;
}
.recruit .title h4{
	font-family: 'PingFang SC';
	font-size: 36px;
	color: #222;
	line-height: 36px;
	height: 36px;
	margin: 0;
}
.recruit .jobList{
	margin-top: 35px;
	width: 100%;
}
.recruit .jobList .jobs{
	margin-top: 15px;
	padding: 30px;
	background: #fff;
}
.recruit .jobList .jobs .jobInfo{
	position: relative;
}
.recruit .jobs .jobInfo .jobTit{
	position: relative;
	width: 100%;
}
.recruit .jobs .jobInfo .jobTit p{
	font-family: 'PingFang SC';
	font-size: 22px;
	color: #323232;
}
.recruit .jobs .jobInfo .lables{
	
}

.recruit .jobs .jobInfo .lables p span{
	position: relative;
	display: inline-block;
	font-family: 'PingFang SC';
	font-size: 16px;
	color: #323232;
	line-height: 16px;
	height: 16px;
	padding: 0 7px;
	
}
.recruit .jobs .jobInfo .lables p span:first-child{
	padding-left: 0;
	padding-right: 7px;
}
.recruit .jobs .jobInfo .lables p .salary{
	font-family: 'gilroy-regular';
	padding-left: 7px;
	padding-right: 0px;
}
.recruit .jobs .jobInfo .lables p span:after{
	position: absolute;
	content: "";
	width: 1px;
	height: 16px;
	top:0;
	right: 0;
	background: #323232;
}
.recruit .jobs .jobInfo .lables p .salary:after{
	width: 0;
}
.recruit .jobs .jobInfo .btns{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 40px;
	height: 40px;
	border: 1px solid #999;
	border-radius: 100%;
}
.recruit .jobList .active .jobInfo .btns{
	background: #00b000;
	border: none;
}
.recruit .jobs .jobInfo .btns .down{
	display: block;
	width: 40px;
	height: 40px;
	text-align: center;
	font-size: 20px;
	line-height: 40px;
	color: #999;
}
.recruit .jobs .jobInfo .btns .up{
	display: none;
	width: 40px;
	height: 40px;
	text-align: center;
	font-size: 20px;
	line-height: 40px;
	color: #fff;
}

.recruit .jobs .jobMsg{	
	display: none;
	margin-top: 25px;
	border-top: 1px solid #e8ebe9;
	/* padding-bottom: 15px; */
}
.recruit .jobs .jobMsg .tit{
	margin-top: 25px;
}
.recruit .jobs .jobMsg .tit h5{
	margin: 0;
	font-family: 'PingFang SC';
	font-size: 18px;
	color: #323232;
	line-height: 18px;
	height: 18px;
}
.recruit .jobs .jobMsg .msg{
	margin-top: 20px;
}
.recruit .jobs .jobMsg .qaoqiu{
	margin-top: 30px;
}
.recruit .jobs .jobMsg .msg p{
	margin: 0;
	font-family: 'PingFang SC';
	font-size: 16px;
	line-height: 36px;
	color: #323232;
}
.recruit .jobs .jobMsg .sub{
	margin-top: 30px;
	border-top: 1px solid #e8ebe9;
	
}
.recruit .jobs .jobMsg .sub .mail{
	float: left;
	margin-top: 45px;
}
.recruit .jobs .jobMsg .sub .mail p{
	float: left;
	font-family: 'gilroy-regular';
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 0;
	color: #666;
}
.recruit .jobs .jobMsg .sub .mail p span{
	margin-right: 10px;
}
.recruit .jobs .jobMsg .sub .apply{
	margin-top: 35px;
	float: right;
	background: #00b000;
	padding: 12px 15px 12px 20px;
}
.recruit .jobs .jobMsg .sub .apply p{
	margin: 0;
	font-family: 'PingFang SC';
	font-size: 16px;
	color: #fff;
}
.recruit .jobs .jobMsg .sub .apply p a{
	color: #fff;
}
.recruit .jobs .jobMsg .sub .apply p span{
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 100%;
	background: #009900;
	text-align: center;
	margin-left: 50px;
}

/*************************************************联系我们********************************************/
.contact{
	position: relative;
	width: 100%;
	padding-top: 80px;
	background: #f8fafa;
	padding-bottom: 100px;
}
.contact .container{
	padding: 0;
}
.contact .maps{
	position: relative;
	width: 100%;
	
}
.contact .maps .map{
	border:1px solid #ddd;
}
.contact .maps .compInfos{
	position: absolute;
	top: 75px;
	right: 50px;
	width: 470px;
	height: 450px;
	background: #fff;
	padding: 40px 30px;
	-moz-box-shadow: 0px 1px 5px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0px 1px 5px rgba(0,0,0,0.15);
    box-shadow: 0px 1px 5px rgba(0,0,0,0.15);
}
.contact .maps .compInfos .compName p{
	font-family: 'PingFang SC';
	font-size: 24px;
	color: #222;
	line-height: 24px;
	margin: 0;
	height: 24px;
}
.contact .maps .compInfos .compName{
	padding-bottom: 20px;
	border-bottom: 1px dashed #ddd;
}
.contact .maps .compInfos .compAdr,.contact .maps .compInfos .compTel{
	margin-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #ddd;
}
.contact .maps .compInfos .compAdr p,.contact .maps .compInfos .compTel p{
	font-family: 'PingFang SC';
	font-size: 16px;
	color: #666;
	line-height: 24px;
	margin: 0;
	
}
.contact .maps .compInfos .gzh{
	margin-top: 20px;
}
.contact .maps .compInfos .gzh p{
	font-family: "PingFang SC";
	font-size: 14px;
	line-height: 14px;
	height: 14px;
	letter-spacing: 5px;
}
.contact .compMsg{
	width: 100%;
	background: #fff;
}
.contact .compMsg .mail,.contact .compMsg .fax,.contact .compMsg .tel{
	padding: 50px;
}
.contact .compMsg .icon{
	height: 80px;
}
.contact .compMsg .tit{
	border-top: 1px solid #ddd;
	padding-top: 30px;
}
.contact .compMsg .tit p{
	font-family: 'PingFang SC';
	font-size: 18px;
	line-height: 18px;
	height: 18px;
	color: #222;
}
.contact .compMsg .con p{
	font-family: 'PingFang SC';
	font-size: 22px;
	color: #666;
	margin-bottom: 15px;
}
/***********************************************服务中心*****************************************************/
.service1{
	position: relative;
	width: 100%;
	background: #f7f7f7;
	padding-top: 70px;
	padding-bottom: 100px;
}
.service1 .container{
	padding-left: 0;
	padding-right: 0;
}
.servTit h4{
	font-family: 'PingFang SC';
	font-size: 36px;
	color: #222;
	margin: 0px;
}
.service1 .serv{
	position: relative;
	margin-top: 60px;
}
.service1 .serv>ul>li{
	float: left;
	margin-right: 2%;
	width: 23.5%;
	padding: 0;
	transition:all .3s ease-out: ;
    -webkit-transition:all .3s ease-out;
    -moz-transition:all .3s ease-out;
    -o-transition:all .3s ease-out;
    -ms-transition:all .3s ease-out;
   /* top:100px;
	 opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;	
*/
top:0px;
	 opacity:1;
    filter: alpha(opacity=1);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;	
}
.service1 .serv>ul>li:hover{
	margin-top: -10px;
	-moz-box-shadow: 0px 1px 10px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0px 1px 10px rgba(0,0,0,0.15);
    box-shadow: 0px 1px 10px rgba(0,0,0,0.15);
}
.service1 .serv>ul .li4{
	margin-right: 0;
}
.service1 .serv li .serv_con{
	width: 100%;
	padding: 70px 25px;
	text-align: center;
	background: #fff;

}
.service1 .serv .serv_con .serv_icon{
	margin-top: 10px;
}
.service1 .serv .serv_con .serv_tit{
	margin-top: 45px;
	padding-bottom: 20px;
}

.service1 .serv .serv_con .serv_tit p{
	display: block;
	position: relative;
	margin: 0;
	font-family: 'PingFang SC';
	font-size: 24px;
	line-height: 24px;
	height: 24px;
	color: #222;
}
.service1 .serv>ul>li:hover .serv_tit p{
	color: #00b000;
}
.service1 .serv .serv_con .serv_tit p:after{
	position: absolute;
	content: "";
	width: 16%;
	height: 1px;
	left: 42%;
	bottom: -20px;
	background: #dbdbdb;
}
.service1 .serv .serv_con .serv_fonts{
	margin-top: 15px;
}
.service1 .serv .serv_con .serv_fonts p{
	font-family: 'PingFang SC';
	font-size: 16px;
	line-height: 24px;
	color: #666;
}
.service2{
	position: relative;
	padding-top: 100px;
	padding-bottom: 100px;
	background: #fff;
}
.service2 .container{
	padding: 0;
}
.service2 .client{
	margin-top: 50px;
	width: 100%;
}
.service2 .client .client_top{
	position: relative;
	width: 100%;
	background-color: #f2f3f5;
	
}
.service2 .client .client_bottom{
	position: relative;
	width: 100%;
	background-color: #f2f3f5;
}

.service2 .client .client_top .client_l,.service2 .client .client_bottom .client_r{
	padding: 0;
}
.service2 .client .client_top .client_l img,.service2 .client .client_bottom .client_r img{
	width: 100%;
}
.service2 .client .client_top .client_r,.service2 .client .client_bottom .client_l{
	padding: 100px 70px;
	/*background: #f2f3f5;*/
}
.service2 .client .client_l{
	/*left:-120px;
	opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;	*/
left:00px;
	opacity: 1;
    filter: alpha(opacity=1);
    -moz-opacity:1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;	
}
.service2 .client .client_r{
	/*right:-120px;
	opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;	*/
right:0px;
	opacity: 1;
    filter: alpha(opacity=1);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;	
}
 
.service2 .client .client_msg{
	width: 100%;
}
.service2 .client .client_msg h5{
	font-family: 'PingFang SC';
	font-size: 24px;
	line-height: 24px;
	line-height: 24px;
	color: #333;
	margin: 0;
	padding-bottom: 30px;
}
.service2 .client .client_msg p{
	font-family: 'PingFang SC';
	font-size: 16px;
	line-height: 26px;
	color: #666;
	margin-bottom: 0;
}
.service2 .client .clientTel{
	border-top:1px solid #e3e4e6;
	margin-top: 35px;
	padding-top: 40px;
}

.service2 .client .clientTel .tel1{
	width: 45%;
	float: left;
}
.service2 .client .clientTel .tel2{
	width: 55%;
	float: left;
}
.service2 .client .clientTel h5{
	margin: 0;
	font-family: 'PingFang SC';
	font-size: 18px;
	color: #333;
}
.service2 .client .clientTel .tel1 p{
	margin-top: 20px;
	font-family: 'gilroy-bold';
	font-size: 24px;
	line-height: 24px;
	height: 24px;
	color: #00b000;
	letter-spacing: 2px;
}
.service2 .client .clientTel .tel2 p{
	margin-top: 20px;
	font-family: 'gilroy-bold';
	font-size: 24px;
	color: #333333;
	letter-spacing: 2px;
	font-size: 24px;
	line-height: 24px;
	height: 24px;
}
.service2 .client .clientTel .tel2 p span{
	font-family: 'PingFang SC';
	font-size: 18px;
	color: #333333;
	line-height: 24px;
}
.service2 .client .mail{
	margin-top: 65px;
}
.service2 .client .mail p{
	font-family: 'PingFang SC';
	font-size: 16px;
	line-height: 16px;
	color: #666;
}
.serviceMap{
	position: relative;
	padding-bottom: 100px;
	padding-top: 100px;
	background: #f7f7f7;
}
.serviceMap .container{
	position: relative;
	padding: 0;
}
.serviceMap .infomation{
	position: relative;
}
.serviceMap .infomation .infoBox{
	position: relative;
	float: right;
	width: 75%;
	margin-top: -40px;
	/*right: -120px;
	opacity: 0;*/
right: 0px;
	opacity: 1;
}
.serviceMap .infomation .infoBox p{
	
	font-family: 'PingFang SC';
	font-size: 16px;
	line-height: 26px;
	color: #666;
}
.serviceMap .infomation .infoBox p:last-child{
	margin-top: 28px;
	margin-bottom: 0;
}
.serviceMap .map{
	position: relative;
	width: 100%;
	margin-top: 90px;
}
.serviceMap .map .mapImg{
	position: relative;
	z-index: 2;
}
.serviceMap .map .mapImg img{
	width: 100%;
}
.serviceMap .map .maps1{
	position: absolute;
	width: 150px;
	height: 50px;
	top:10px;
	right: 0px;
	opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;	
}
.serviceMap .map .maps2{
	position: absolute;
	width: 150px;
	height: 50px;
	top:181px;
	right: 0px;
	opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;	
}
.serviceMap .map .maps3{
	position: absolute;
	width: 150px;
	height: 50px;
	top:392px;
	right: 0px;
	opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;	
}
.serviceMap .map .maps4{
	position: absolute;
	width: 150px;
	height: 50px;
	top:560px;
	right: 0px;
	opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;	
}
.serviceMap .map .maps1 p,.serviceMap .map .maps2 p,.serviceMap .map .maps3 p,.serviceMap .map .maps4 p{
	font-family: "PingFang SC";
	font-weight: bold;
	font-size: 24px;
	color: #999;
	line-height: 50px;
}
.serviceMap .map .maps1 p span{
	display: inline-block;
	margin-right: 22px;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	background: rgba(102,204,135,.8);
	font-family: arial;
	font-size: 24px;
	color: #fff;
	text-align: center;
}
.serviceMap .map .maps2 p span{
	display: inline-block;
	margin-right: 22px;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	background: rgba(70,178,134,.8);
	font-family: arial;
	font-size: 24px;
	color: #fff;
	text-align: center;
}
.serviceMap .map .maps3 p span{
	display: inline-block;
	margin-right: 22px;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	background: rgba(36,178,83,.8);
	font-family: arial;
	font-size: 24px;
	color: #fff;
	text-align: center;
}
.serviceMap .map .maps4 p span{
	display: inline-block;
	margin-right: 22px;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	background: rgba(0,176,0,1);
	font-family: arial;
	font-size: 24px;
	color: #fff;
	text-align: center;
}




@media (min-width: 300px) {
.container{
 	width: 100%;
 }
 .page p a{
 	margin-right: 5px;
 }
.banner_pic{
	margin-top: 60px;
}
 .newsArticle .article{
 	padding: 0 20px;
 }
 .newsArticle .article .articleTitle h4{
 	font-size: 18px;
 }
 .newsArticle .article .articleContent p img{
 	width: 100%;
 }
 .newsBanner2 .container .wen{
 	top:180px;
 }
 .contact .maps {
    width: 100%;
    padding: 0 20px;
}
 .contact .maps .compInfos{
 	position: relative;
 	top: 0;
 	right: 0px;
 	width: 100%;
 	padding:40px 20px;
 }

 .contact .compMsg .mail, .contact .compMsg .fax, .contact .compMsg .tel{
 	padding: 20px 20px;
 	border-bottom: 1px solid #f2f2f2;
 }
 .contact .maps .compInfos .compName p{
 	font-size: 20px;
 }
 .contact .maps .compInfos .compAdr p, .contact .maps .compInfos .compTel p{
 	font-size: 16px;
 }
 .contact .compMsg .tit p{
 	font-size: 16px;
 }
 .contact .compMsg .con p{
 	font-size: 22px;
 }
 .contact .compMsg{
 	margin-top: 30px;
 }
 .career1 .career_r, .career2 .career_l{
 	padding: 40px;
 }
 .career1 .career_r .title p, .career2 .career_l .title p{
 	font-size: 20px;
 }
 .career1 .career_r .infos p, .career2 .career_l .infos p{
 	font-size: 13px;
 }
 .recruit .title h4{
 	padding-left: 20px;
 	font-size: 20px;
 }
 .recruit .jobs .jobInfo .jobTit p{
 	font-size: 18px;
 }
 .recruit .jobs .jobInfo .lables p span{
 	font-size: 14px;
 }
 .recruit .jobs .jobMsg .tit h5{
 	font-size: 16px;
 }
 .recruit .jobs .jobMsg .msg p{
 	font-size: 14px;
 }
  .servTit{
  	padding: 0 15px;
  }
  .servTit h4{
  	font-size: 30px;
  }
  .service1 .serv .serv_con .serv_tit p{
  	font-size: 24px;
  }
  .service1 .serv .serv_con .serv_fonts p{
  	font-size: 14px;
  }
  .service2 .client .client_msg p{
  	font-size: 14px;
  }
  .service2 .client .clientTel h5{
  	font-size: 14px;
  }
  .service2 .client .clientTel .tel1 p{
  	font-size: 18px;
  }
  .service2 .client .clientTel .tel2 p{
  	font-size: 18px;
  }
  .service2 .client .clientTel .tel2 p span{
  	font-size: 16px;
  }
  .serviceMap .infomation .infoBox p{
  	font-size: 16px;
  }
  .service1 .serv{
  	padding: 0 20px;
  }
  .service1 .serv>ul>li{
  	width: 100%;
  	margin-right: 0;
  	margin-bottom: 10px;
  }
  .service2 .client .client_top .client_r, .service2 .client .client_bottom .client_l{
  	padding: 50px 20px;
  	
  }
  .service2 .client .clientTel .tel1{
  	width: 100%;
  }
  .service2 .client .clientTel .tel2{
  	margin-top: 10px;
  	width: 100%;
  }
  .serviceMap .infomation{
  	padding: 0 15px;
  }
  .serviceMap .infomation .infoBox{
  	width: 100%;
  	margin-top: 10px;
  }
  .service2 .client{
  	padding: 0 15px;
  }
  .client_bottom{
  	margin-top: 10px;
  }
  .serviceMap .map .maps1 p, .serviceMap .map .maps2 p, .serviceMap .map .maps3 p, .serviceMap .map .maps4 p{
  	line-height: 30px;
  	font-size: 20px;
  }
  .serviceMap .map .maps1 p span{
  	width: 30px;
  	height: 30px;
  }
  .serviceMap .map .maps2 p span{
  	width: 30px;
  	height: 30px;
  }
  .serviceMap .map .maps3 p span{
  	width: 30px;
  	height: 30px;
  }
  .serviceMap .map .maps4 p span{
  	width: 30px;
  	height: 30px;
  }
  .product .proType{

  }
  .product .proType dt{
  	font-size: 20px;
  }
  .product .proType a dd{
  	font-size: 16px;
  }
  .product .proList ul{
  	padding-left: 0;
  	margin-top: 10px;
  }
  .product .proList ul li .proName p{
  	font-size: 18px;
	text-align: center;
  }
  .proList2{
  	padding-left: 20px;
  	padding-right: 20px;
  	margin-top: 20px;
  }
  .pro_detail .pro_msg .pro_fonts{
  	margin-top: 60px;
  	padding-left: 0;
  }
  .pro_detail .pro_msg .pro_fonts .fontMsg .name{
  	font-size: 20px;
  	line-height: 30px;
  }
  .pro_detail .pro_msg .pro_fonts .fontMsg .specifications{
  	font-size: 14px;
  }
  .pro_detail .proTit{
  	width: 100%;
  }
  .pro_detail .proFont{
  	width: 100%;
  	left: 0;
  }
  .pro_detail .proTit p{
  	font-size: 20px;
  }
  .pro_detail .proFont dd{
  	font-size: 14px;
  	line-height: 30px;
  }
  .news_list .list li .newsName p{
  	font-size: 16px;
  }
  .newsArticle .article .articleContent p{
  	font-size: 14px;
  }
  .comp .comp_l h4{
  	font-size: 24px;
  }
  .comp .comp_l .num .nums span{
  	font-size: 30px;
  }
  .comp .comp_l .num .nums{
  	font-size: 24px;
  	line-height: 30px;
  }
  .comp .comp_l .num .numInfo{
  	font-size: 14px;
  }
  .comp .comp_r p{
  	font-size: 14px;
  	line-height: 24px;
  }
  .histoyr .hisTopPic{
  	top: 0;
  }
  .histoyr .hisTit{
  	padding-bottom: 20px;
  }
  .histoyr .hisTit h4{
  	font-size: 24px;
  }
  .histoyr .historyCon{
  	padding: 0 50px 50px 50px;
  }
  .histoyr .slide_items li{
  	width: 200px;
  }
  .histoyr .slide-content ul li p{
  	font-size: 14px;
  }
  .histoyr .button{
  	top: 110px;
  	width: 40px;
  	height: 40px;
  	line-height: 40px;
  	font-size: 30px;
  }
  .histoyr .certificate .tit h4{
  	font-size: 24px;
  }
  .develop .tit h4{
    margin-left: 15px;
  	font-size: 24px;
  }
  .histoyr .certificateList{
  	padding: 0 15px;
  	margin-top: 15px;
  }
  .develop .certificate .developInfo{
  	width: 100%;
  	padding: 15px;
  	margin-top: 0;
  }
  .develop .certificate .developInfo h5{
  	font-size: 16px;
  }
  .develop .certificate .developInfo p{
  	font-size: 14px;
  	line-height: 24px;
  }
  .histoyr .certificateList .swiper-slide-active, .swiper-slide-duplicate-active{
  	transform: scale(.8);
  }
  .banner{
  	margin-top: 60px;
  }
  .banner .container{
  	margin-top: 0;
  }
  .banner .swiper-slide img{border-bottom-left-radius: 0;}
  .banner .container2, .banner .container3{
  	left: 0;
  	margin-left: 0;
  }
  .swiper-pagination{
  	bottom: 10px;
  	left: 15px;
  	font-size: 14px !important;
  }
  .banner .container .font{
  	top:15px;
  	left: 15px;
  }
  .banner .container .font{
  	animation: 0s;
  }
  .banner .container .font img{
  	width: 40%;
  }
  .swiper-pagination .swiper-pagination-current{
  	font-size: 26px;
  }
  .banner .container .more{
  	top:130px;
  }
  .company .about{left: 0px;padding-left: 0;padding-right: 0;}
  .company .about .num>div{
  	padding-left: 0;
  	padding-right: 0;
  }
  .pro .typeMsg .typeImg{
  	margin: 0;
  }
  .company .about .about_left{
  	margin-top: 50px;
  	/* padding: 0 15px; */
  }
  .company .about .about_left .title p{
  	font-size: 20px;
  	line-height: 30px;
  }
  .company .about .about_left .fontInfo p{
  	font-size: 14px;
  }
  .company .about .about_right{
  	margin-top: 10px;
  }
  .company .about .about_right .compPic img{
  	width: 100%;
  }
  .company .about .about_right p{
  	font-size: 14px;
  }
  .company .about .num1, .company .about .num2{
  	border-right: none;
	border-right: 1px solid #F2F2F2;
  	
  }
  .company .about .counts,.company .about .digital{
  	font-size: 30px;
  	line-height: 40px;
  }
  .company .about .numInfo{
  	font-size: 14px;
  }
  .pro .container{
  	padding-left: 15px;
  }
  .pro .typeMsg{
  	margin-top: 30px;
  }
  .pro .typeMsg .typeMsgItem .typeMsgLeft h3{
  	font-size: 20px;
  	line-height: 30px;
  }
  .pro .typeMsg .typeMsgItem .typeMsgLeft p{
  	font-size: 14px;
  }
  .pro .typeMsg .typeMsgRight{
  	padding-left: 0;
  }
  .pro .swiper-button-next,.pro .swiper-button-prev{
  	bottom: -80px;
  }
  .news{
  	padding:50px 15px;
  }
  .news .container{
  	padding: 0;
  }
  .news .title .titleName p{
  	font-size: 24px;
  }
  .news .newsList .newsImg li img{
  	border-top-right-radius: 35px;
    border-bottom-right-radius: 35px;
  }
  .news .newsList .newItem .hovers a:after{
  	width: 0;
  }
  .news .newsList .newItem ul{
  	margin: 0 10px;
  }
  .news .newsList .newItem li a p{
  	font-size: 14px;
  	padding: 0 0 0 55px !important;
  	line-height: 30px;
  }
  .news .newsList .newItem li a span i{
  	font-size: 18px;
  }
  .news .newsList .newItem li a span{
  	font-size: 14px;
  }
  .quality .container{
  	padding-left: 15px;
  }
  .quality .conten{
  	margin: 50px auto;
  	height: 560px;
  }
  .quality .conten .qualityTitle h3{
  	font-size: 24px;
  }
  .quality .conten .qualityTitle p{
  	font-size: 14px;
  }
  .quality .conten .qualityType{
  	margin-top: 20px;
  }
  .quality .conten .qualityType .item{
  	border-right: none;
  	margin-bottom: 20px;
  }
  .quality .conten .qualityType .item a p{
  	font-size: 14px;
  }
  .banner .container .font .en_text{
    font-family: 'gilroy-regular';
    color: #fff;
    font-size: 30px;
    margin-top: 0;
    text-align: left;
}
.banner .container .font .ch_text{
    font-family: "PingFang SC";
    color: #fff;
    font-size: 24px;
    margin-top: 0;
    text-align: left;
}
.bottom_s .foot_logo{
	width: 140px;
}
.bottom_s .tel_s h4{
	font-size: 20px;
}
.product .proList ul li .proPhoto{
 	height: auto;
 }
footer .ban a{
	font-size: 14px;
}
.product .proType{
 	padding-bottom: 0px;
 }
.product .proType .list{
	display: none;
}
.pro_detail .proFont .videoBox{
	height: 160px;
}
.pro_detail{
	padding:40px 20px;
}
.comp .container{
	padding-left: 20px;
	padding-right: 20px;
}
.news_list{
	padding-top: 80px;
}
.news_list .list li .newsPic img{
	height: 199px;
}
.product{
	padding-top: 80px;
}
}	
@media (min-width: 768px) {


.container{
 	width: 100%;
 }
 
 .newsArticle .article{
 	padding: 0 40px;
 }
 .newsArticle .article .articleTitle h4{
 	font-size: 20px;
 }
 .newsArticle .article .articleContent p img{
 	width: 100%;
 }
 .newsBanner2 .container .wen{
 	top:180px;
 }
  .contact .maps{
  	width: 100%;
  	padding: 0 20px;
  }
 .contact .maps .compInfos{
 	position: relative;
 	top: 0;
 	right: 0px;
 	width: 100%;
 	padding:40px 20px;
 }
 .contact .compMsg{
 	margin-top: 30px;
 }
 .career1 .career_r, .career2 .career_l{
 	padding: 80px;
 }
 
 .recruit .title h4{
 	padding-left: 20px;
 }
  .servTit{
  	padding: 0 15px;
  }
  
  .service1 .serv{
  	padding: 0 15px;
  }
  .service1 .serv>ul>li{
  	width: 100%;
  	margin-right: 0;
  	margin-bottom: 10px;
  }
  .service2 .client .client_top .client_r, .service2 .client .client_bottom .client_l{
  	padding: 50px 50px;
  	
  }
  .service2 .client .clientTel .tel1{
  	width: 45%;
  }
  .service2 .client .clientTel .tel2{
  	margin-top: 0px;
  	width: 55%;
  }
  .serviceMap .infomation{
  	padding: 0 15px;
  }
  .serviceMap .infomation .infoBox{
  	width: 100%;
  	margin-top: 10px;
  }
  .service2 .client{
  	padding: 0 15px;
  }
  .client_bottom{
  	margin-top: 10px;
  }
  .serviceMap .map .maps1 p, .serviceMap .map .maps2 p, .serviceMap .map .maps3 p, .serviceMap .map .maps4 p{
  	line-height: 50px;
  	font-size: 24px;
  }
  .serviceMap .map .maps1 p span{
  	width: 50px;
  	height: 50px;
  }
  .serviceMap .map .maps2 p span{
  	width: 50px;
  	height: 50px;
  }
  .serviceMap .map .maps3 p span{
  	width: 50px;
  	height: 50px;
  }
  .serviceMap .map .maps4 p span{
  	width: 50px;
  	height: 50px;
  }
  .histoyr .certificate{
  	top: 900px;
  }
   .histoyr .certificateList .swiper-slide-active, .swiper-slide-duplicate-active{
  	transform: scale(1);
  }
  .banner{
  	margin-top: 60px;
  }
  .banner .container .font{
  	animation: 0s;
  }
  .swiper-pagination{
  	left: 35px;
  }
  .banner .container .more{
  	top:100px;
  	left: 15px;
  }
  .product .proList ul li .proPhoto{
 	height: auto;
 }
 .product .proType{
 	padding-bottom: 0px;
 }
 .product .proType .list{
	display: none;
}
.pro_detail .proFont .videoBox{
	height: 350px;
}
.pro_detail{
	padding: 30px 30px;
}
.comp .container{
	padding-left: 20px;
	padding-right: 20px;
}
.news_list{
	padding-top: 80px;
}
.news_list .list li .newsPic img{
	height: 468px;
}
.product{
	padding-top: 80px;
}
}	
	
	
@media (min-width: 992px) {
.container{
 	width: 970px;
 }
  .page p a{
 	margin-right: 10px;
 }
 .foot .foot_r .navBar dl{
 	margin-left: 2%;
 }
 .banner .container2,.banner .container3{
 	left: 50%;
	margin-left: -485px;
}

.company .about .about_right img{
	width: 100%;
}
.pro .type .typeItem{
	margin-left: 6.5%;
}
.company .about .about_left .title p{
	font-size: 30px;
	line-height: 40px;
}
.company .about .about_left .fontInfo p{
	font-size: 16px;
}
.company .about .about_right p{
	font-size: 16px;
}
.pro .type .typeItem:first-child .typeIcon:before{
	width: 90%;
}
.pro .type .typeItem:nth-child(2) .typeIcon:before{
	width: 80%;
}
.pro .type .typeItem:nth-child(3) .typeIcon:before{
	width: 80%;
}
.pro .type .typeItem:nth-child(4) .typeIcon:before{
	width: 80%;
}
.pro .type .typeItem:nth-child(5) .typeIcon:before{
	width: 60%;
}
.pro .typeMsg{
	margin-top: 40px;
}
.pro .typeMsg .typeMsgItem .typeMsgLeft h3{
	font-size: 30px;
	line-height: 40px;
}
.pro .typeMsg .typeMsgItem .typeMsgLeft p{
	font-size: 16px;
}
.pro .swiper-button-prev{
	bottom: -15px;
}
.pro .swiper-button-next{
	bottom: -15px;
}
.pro .swiper-pagination{
	bottom: -15px;
}
.news .newsList .newItem li{
	padding: 8px 0;
}
 nav .menu{
 	width: 970px;
 }
 nav .menu .menuList ul li{
 	margin-right: 15px;
 }
 nav .language{
 	padding-left: 20px;
 }
 .banner_pic{
	margin-top: 0px;
}
 .banner_pic .container{
 	width: 970px;
 	margin-left: -485px;
 }
 .banner_pic .container .wen{
 	top: 210px;
 }
 .banner_pic .container .wen h3{
 	font-size: 45px;
 }
 .banner_pic .container .wen h4{
 	font-size: 35px;
 }
 .product .proType dt{
 	font-size: 26px;
 }
.product .proType a dd{
 	font-size: 14px;
 }
 .product .proList ul{
  	padding-left: 20px;
  	margin-top: 0px;
  }
  .product .proList ul li .proName p{
  	font-size: 16px;
	text-align: center;
  }
  .proList2{
  	padding-left: 20px;
  	padding-right: 0px;
  	margin-top: 0px;
  }
 .product .proType dd .gou_icon{
 	width: 12px;
 	height: 12px;
 	margin-right: 5px;
 }
 .pro_detail .pro_msg .pro_fonts .fontMsg .name{
 	font-size: 26px;
 	line-height: 34px;
 }
 .pro_detail .proFont{
 	
 }
 .proList2{
  	padding-left: 20px;
  	padding-right: 0px;
  	margin-top: 0px;
  }
  .pro_detail .pro_msg .pro_fonts{
  	margin-top: 0px;
  	padding-left: 50px;
  }
  .pro_detail .pro_msg .pro_fonts .fontMsg .specifications{
  	font-size: 16px;
  }
  .pro_detail .proTit{
  	width: 10%;
  }
  .pro_detail .proFont{
  	width: 80%;
  	left: 10%;
  }
 .newsArticle .article{
 	padding: 0 190px;
 }
 .newsArticle .article .articleTitle h4{
 	font-size: 24px;
 }
 .newsArticle .article .articleContent p img{
 	width: 100%;
 }
 .newsBanner2 .container .wen{
 	top:140px;
 }
  .contact .maps{
  	width: 100%;
  	padding: 0 0px;
  }
 .contact .maps .compInfos{
 	position: absolute;
 	top: 75px;
 	right: 50px;
 	width: 470px;
 	padding:40px 30px;
 }
 .contact .compMsg{
 	margin-top: 0px;
 }
 .contact .compMsg .mail, .contact .compMsg .fax, .contact .compMsg .tel{
 	padding: 50px;
 	border-bottom: none;
 }
 .contact .maps .compInfos .compName p{
 	font-size: 24px;
 }
 .contact .maps .compInfos .compAdr p, .contact .maps .compInfos .compTel p{
 	font-size: 16px;
 }
 .contact .compMsg .tit p{
 	font-size: 18px;
 }
 .contact .compMsg .con p{
 	font-size: 22px;
 }
 .servTit h4{
  	font-size: 36px;
  }
 .serviceMap .infomation .infoBox p{
 	font-size: 16px;
 }
 .service1 .serv>ul>li {
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 0px;
}
 .serviceMap .infomation .infoBox {
    width: 75%;
    margin-top: -40px;
}
 .client_bottom {
    margin-top: 0px;
}
 .service2 .client .client_top .client_r,.service2 .client .client_bottom .client_l{
	padding: 40px 40px;
}
 .service1 .serv .serv_con .serv_fonts p{
 	font-size: 14px;
 }
.service2 .client {
    padding: 0 0px;
}
 .service2 .client .client_msg h5{
 	padding-bottom: 15px;
 }
 .service2 .client .client_msg p{
 	font-size: 14px;
 }
 .service2 .client .clientTel h5{
 	font-size: 16px;
 }
 .service2 .client .clientTel .tel1 p{
 	font-size: 16px;
 }
 .service2 .client .clientTel .tel2 p{
 	font-size: 16px;
 }
 .service2 .client .clientTel .tel2 p span{
 	font-size: 14px;
 }
 .service2 .client .mail{
 	margin-top: 25px;
 }
  .service2 .client .mail p{
  	font-size: 14px;
  }
  .career1 .career_r, .career2 .career_l{
  	padding: 40px;
  }
  .career1 .career_r .title p, .career2 .career_l .title p{
  	font-size: 30px;
  	line-height: 40px;
  	height: 40px;
  }
  .career1 .career_r .infos p, .career2 .career_l .infos p{
  	font-size: 14px;
  	line-height: 26px;
  }
  .recruit .title h4{
 	padding-left: 0px;
 	font-size: 30px;
 }
 .recruit .jobs .jobInfo .jobTit p{
 	font-size: 22px;
 }
 .recruit .jobs .jobInfo .lables p span{
 	font-size: 16px;
 }
 .recruit .jobs .jobMsg .tit h5{
 	font-size: 18px;
 }
 .recruit .jobs .jobMsg .msg p{
 	font-size: 16px;
 }
 
  .histoyr{
  	min-height: 1040px;
  }
  .comp .comp_l h4{
  	font-size: 30px;
  }
  .comp .comp_r p{
  	font-size: 14px;
  }
  .histoyr .certificate{
  	top: 570px;
  }
  .news_list .list li .newsName p{
  	font-size: 18px;
  }
  .newsArticle .article .articleContent p{
  	font-size: 16px;
  }
  .comp .comp_l .num .nums{
  	font-size: 30px;
  	line-height: 40px;
  }
  .comp .comp_l .num .nums span{
  	font-size: 30px;
  }
   .histoyr .hisTopPic{
  	top: -500px;
  }
  .histoyr .hisTit{
  	padding-bottom: 30px;
  }
  .histoyr .hisTit h4{
  	font-size: 30px;
  }
  .histoyr .historyCon{
  	padding: 0 110px 50px 110px;
  }
  .histoyr .slide_items li{
  	width: 200px;
  }
  .histoyr .slide-content ul li p{
  	font-size: 14px;
  }
  .histoyr .button{
  	top: 20px;
  	width: 60px;
  	height: 60px;
  	line-height: 60px;
  	font-size: 40px;
  }
  .histoyr .certificate .tit h4{
  	font-size: 30px;
  }
  .develop .tit h4{
   
  	font-size: 30px;
  }
  .histoyr .certificateList{
  	padding: 0 0px;
  	margin-top: 0px;
  }
  .develop .certificate .developInfo{
  	width: 70%;
  	padding: 0px;
  	margin-top: -70px;
  }
  .develop .certificate .developInfo h5{
  	font-size: 20px;
  }
  .develop .certificate .developInfo p{
  	font-size: 16px;
  	line-height: 30px;
  }
  .histoyr .certificateList .swiper-slide-active, .swiper-slide-duplicate-active{
  	transform: scale(1);
  }
  .banner{
  	margin-top: 0px;
  }
  .banner .container .font{
  	top: 15px;
    left: 0px;
    animation: left1 2s;
    -webkit-animation: left1 2s;
  }
  .banner .container .font img{
  	width: 60%;
  }
  .banner .container .more{
  	top:145px;
  	left: 0;
  }
  .swiper-pagination .swiper-pagination-current{
  	font-size: 40px;
  }
  .swiper-pagination{
  	bottom: 50px;
  	font-size: 20px !important;
  }
  .company .about .counts,.company .about .digital{
  	font-size: 100px;
    line-height: 120px;
  }
  .company .about .numInfo{
  	font-size: 26px;
  }
  .news{
  	padding: 70px 0;
  }
  .news .newsList .newItem ul{
  	margin: 0px 45px;
  }
  .news .title .titleName p{
  	font-size: 35px;
  }
  .news .newsList .newsImg li img{
  	border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .news .newsList .newItem li a span i{
  	font-size: 40px;
  }
  .news .newsList .newItem li a span{
  	font-size: 20px;
  }
  .news .newsList .newItem li a p{
  	font-size: 20px;
  	line-height: 60px;
  	padding: 0 0 0 100px !important;
  }
  .news .newsList .newItem .hovers a:after{
  	width: 80px;
  }
  .quality .container{
  	padding: 0;
  }
  .quality .conten{
  	margin: 140px auto;
  	height: 505px;
  }
  .quality .conten .qualityTitle h3{
  	font-size: 35px;
	font-family: "PingFang SC";
  }
  .quality .conten .qualityTitle p{
  	font-size: 16px;
	font-family: 'PingFang SC';
  }
  .quality .conten .qualityType .item a p{
  	font-size: 20px;
	font-family: 'PingFang SC';
  }
  .quality .conten .qualityType .item{
  	margin-bottom: 0;
  	border-right: 1px solid #dcdcdc;
  }
  
  .company .about{left: 50%;margin-left: -485px;}
  .pro .typeMsg .typeImg{
  	margin-top:-20px;
  	margin-left: 40px;
  }
  .banner .swiper-slide img {
    border-bottom-left-radius: 200px;
}
.service1 .serv li .serv_con{
	height: 307px;
	padding: 25px 25px;
}  
.banner .container .font .en_text{
    font-family: 'gilroy-regular';
    color: #fff;
    font-size: 30px;
    margin-top: 0;
    text-align: left;
}
.banner .container .font .ch_text{
    font-family: "PingFang SC";
    color: #fff;
    font-size: 26px;
    margin-top: 0;
    text-align: left;
}
.product .proList ul li .proPhoto{
 	height: 188px;
 }
 .product .proType{
 	padding-bottom: 40px;
 }
 .product .proType .list{
	display: block;
}
.pro_detail .proFont .videoBox{
	height: 300px;
}
.pro_detail{
	padding: 60px;
}
.comp .container{
	padding-left: 0px;
	padding-right: 0px;
}
.news_list{
	padding-top: 80px;
}
.news_list .list li .newsPic img{
	height: 182px;
}
.product{
	padding-top: 80px;
}
}
@media (min-width: 1200px) {
.container{
 	width: 1120px;
 }
  .foot .foot_r .navBar dl{
 	margin-left: 6%;
 }
 .banner .container2,.banner .container3{
 	left: 50%;
	margin-left: -560px;
}
.pro .type .typeItem{
	margin-left: 8.5%;
}
.company .about .about_left .title p{
	font-size: 35px;
}
.pro .type .typeItem:first-child .typeIcon:before{
	width: 150%;
}
.pro .type .typeItem:nth-child(2) .typeIcon:before{
	width: 130%;
}
.pro .type .typeItem:nth-child(3) .typeIcon:before{
	width: 130%;
}
.pro .type .typeItem:nth-child(4) .typeIcon:before{
	width: 130%;
}
.pro .type .typeItem:nth-child(5) .typeIcon:before{
	width: 110%;
}
.pro .typeMsg{
	margin-top: 60px;
}
.pro .typeMsg .typeMsgItem .typeMsgLeft h3{
	font-size: 35px;
}
.pro .swiper-button-prev{
	bottom: 45px;
}
.pro .swiper-button-next{
	bottom: 45px;
}
.pro .swiper-pagination{
	bottom: 40px;
}
.news .newsList .newItem li{
	padding: 12px 0;
}
 .banner_pic .container{
 	width: 1170px;
 	margin-left: -585px;
 }
 .banner_pic .container .wen h3{
 	font-size: 45px;
 }
 .banner_pic .container .wen h4{
 	font-size: 35px;
 }
 nav .menu{
 	width: 1170px;
 }
  nav .menu .menuList ul li{
 	margin-right: 30px;
 }
 nav .language{
 	padding-left: 30px;
 }
 .product .proType dt{
 	font-size: 28px;
 }
.product .proType a dd{
 	font-size: 16px;
 }
 .product .proType dd .gou_icon{
 	width: 16px;
 	height: 16px;
 	margin-right: 10px;
 }
 .pro_detail .pro_msg .pro_fonts .fontMsg .name{
 	font-size: 34px;
 	line-height: 40px;
 }
 .pro_detail .proTit p{
 	font-size: 24px;
 }
 .pro_detail .proFont dd{
 	font-size: 16px;
 	line-height: 42px;
 }
 .newsArticle .article{
 	padding: 0 190px;
 }
 .newsArticle .article .articleTitle h4{
 	font-size: 30px;
 }
 .newsArticle .article .articleContent p img{
 	width: 700px;
 }
 .newsBanner2 .container .wen{
 	top:180px;
 }
  .service2 .client .client_top .client_r,.service2 .client .client_bottom .client_l{
	padding: 70px 70px;
}
 .service1 .serv .serv_con .serv_fonts p{
 	font-size: 13px;
 }

 .service2 .client .client_msg h5{
 	padding-bottom: 15px;
 }
 .service2 .client .client_msg p{
 	font-size: 14px;
 }
 .service2 .client .clientTel h5{
 	font-size: 16px;
 }
 .service2 .client .clientTel .tel1 p{
 	font-size: 16px;
 }
 .service2 .client .clientTel .tel2 p{
 	font-size: 16px;
 }
  .service2 .client .clientTel .tel2 p span{
 	font-size: 14px;
 }
 .service2 .client .mail{
 	margin-top: 25px;
 }
  .service2 .client .mail p{
  	font-size: 14px;
  }
  .servTit{
  	padding: 0 0;
  }
  .career1 .career_r, .career2 .career_l{
  	padding: 60px;
  }
  .career1 .career_r .title p, .career2 .career_l .title p{
  	font-size: 30px;
  	line-height: 40px;
  	height: 40px;
  }
  .career1 .career_r .infos p, .career2 .career_l .infos p{
  	font-size: 16px;
  	line-height: 26px;
  }
  .histoyr{
  	min-height: 1150px;
  }
  .comp .comp_l .num .nums span{
  	font-size: 36px;
  }
  .comp .comp_l h4{
  	font-size: 35px;
  }
  .comp .comp_r p{
  	font-size: 16px;
  	line-height: 28px;
  }
  .histoyr .certificate{
  	top: 600px;
  }
   .histoyr .hisTopPic{
  	top: -480px;
  }
  .histoyr .hisTit{
  	padding-bottom: 30px;
  }
  .histoyr .hisTit h4{
  	font-size: 30px;
  }
  .histoyr .historyCon{
  	padding: 0 110px 50px 110px;
  }
  .histoyr .slide_items li{
  	width: 200px;
  }
  .histoyr .slide-content ul li p{
  	font-size: 16px;
  }
  .histoyr .button{
  	top: 20px;
  	width: 60px;
  	height: 60px;
  	line-height: 60px;
  	font-size: 40px;
  }
  .histoyr .certificate .tit h4{
  	font-size: 30px;
  }
  .develop .tit h4{
    margin-left: 0px;
  	font-size: 30px;
  }
  .histoyr .certificateList{
  	padding: 0 0px;
  	margin-top: 30px;
  }
  .develop .certificate .developInfo{
  	width: 75%;
  	padding: 0px;
  	margin-top: -70px;
  }
  .develop .certificate .developInfo h5{
  	font-size: 22px;
  }
  .develop .certificate .developInfo p{
  	font-size: 16px;
  	line-height: 30px;
  }
  .banner .container .font{
  	left: 0;
  }
  .banner .container .font img{
  	width: 100%;
  }
  .banner .container .more{
  	top: 220px;
  }
  .company .about{left: 50%;margin-left: -560px;}
  .pro .typeMsg .typeImg{
  	margin-top:-20px;
  	margin-left: 40px;
  }
  .banner .swiper-slide img {
    border-bottom-left-radius: 200px;
}
.service1 .serv li .serv_con{
	height: 310px;
	padding: 40px 25px;
}  
.banner .container .font .en_text{
    font-family: 'gilroy-regular';
    color: #fff;
    font-size: 40px;
    margin-top: 0;
    text-align: left;
}
.banner .container .font .ch_text{
    font-family: "PingFang SC";
    color: #fff;
    font-size: 30px;
    margin-top: 0;
    text-align: left;
}
.company .about .about_left{
	margin-top: 130px;
}
.company .about .about_right{
	margin-top: 100px;
}
.quality .conten .qualityType{
	margin-top: 70px;
}
.product .proList ul li .proPhoto{
 	height: 223px;
 }
 .product .proType{
 	padding-bottom: 40px;
 }
 .product .proType .list{
	display: block;
}
.pro_detail .proFont .videoBox{
	height: 350px;
}
.pro_detail{
	padding: 60px;
}
.comp .container{
	padding-left: 0px;
	padding-right: 0px;
}
.company .about .counts,.company .about .digital{
  	font-size: 100px;
    line-height: 120px;
}
.news_list{
	padding-top: 160px;
}
.product{
	padding-top: 160px;
}
.news_list .list li .newsPic img{
	height: 214px;
}
}
@media (min-width: 1440px) {
 .container{
 	width: 80%;
 }
  .foot .foot_r .navBar dl{
 	margin-left: 11%;
 }
  nav .menu{
 	width: 1200px;
 }
 nav .menu .menuList ul li{
 	margin-right: 30px;
 }
 nav .language{
 	padding-left: 50px;
 }
 .banner .container2,.banner .container3{
 	left: 10%;
	margin-left: 0px;
}
.pro .type .typeItem{
	margin-left: 9%;
}
.company .about .about_left .title p{
	font-size: 35px;
}
.pro .type .typeItem:first-child .typeIcon:before{
	width: 150%;
}
.pro .type .typeItem:nth-child(2) .typeIcon:before{
	width: 150%;
}
.pro .type .typeItem:nth-child(3) .typeIcon:before{
	width: 120%;
}
.pro .type .typeItem:nth-child(4) .typeIcon:before{
	width: 120%;
}
.pro .type .typeItem:nth-child(5) .typeIcon:before{
	width: 120%;
}
.pro .typeMsg{
	margin-top: 80px;
}
.pro .typeMsg .typeMsgItem .typeMsgLeft h3{
	font-size: 35px;
}
.pro .swiper-button-prev{
	bottom: 140px;
}
.pro .swiper-button-next{
	bottom: 140px;
}
.pro .swiper-pagination{
	bottom: 135px;
}
.news .newsList .newItem li{
	padding: 13px 0;
}
.banner_pic .banners{min-height: 420px;}
  .banner_pic .container{
 	width: 80%;
 	margin-left: -40%;
 }
 .banner_pic .container .wen{
 	top: 210px;
 }
 .banner_pic .container .wen h3{
 	font-size: 50px;
 }
 .banner_pic .container .wen h4{
 	font-size: 45px;
 }
 .product .proType dt{
 	font-size: 28px;
 }
.product .proType a dd{
 	font-size: 18px;
 }
 .product .proType dd .gou_icon{
 	width: 23px;
 	height: 23px;
 	margin-right: 14px;
 }
 .pro_detail .pro_msg .pro_fonts .fontMsg .name{
 	font-size: 36px;
 	line-height: 40px;
 }
 .pro_detail .proFont{
 	left: 10%;
 }
 .newsArticle .article{
 	padding: 0 195px;
 }
 .newsArticle .article .articleTitle h4{
 	font-size: 36px;
 }
 .newsArticle .article .articleContent p img{
 	width: 700px;
 }
 .newsBanner2 .container .wen{
 	top:200px;
 }
.service1 .serv .serv_con .serv_fonts p{
 	font-size: 16px;
 }

 .service2 .client .client_msg h5{
 	padding-bottom: 24px;
 }
 .service2 .client .client_msg p{
 	font-size: 16px;
 }
 .service2 .client .clientTel h5{
 	font-size: 18px;
 }
 .service2 .client .clientTel .tel1 p{
 	font-size: 24px;
 }
 .service2 .client .clientTel .tel2 p{
 	font-size: 24px;
 }
  .service2 .client .clientTel .tel2 p span{
 	font-size: 14px;
 }
 .service2 .client .mail{
 	margin-top: 50px;
 }
  .service2 .client .mail p{
  	font-size: 16px;
  }
  .career1 .career_r, .career2 .career_l{
  	padding: 55px;
  }
.career1 .career_r .title p, .career2 .career_l .title p{
  	font-size: 36px;
  	line-height: 50px;
  	height: 50px;
  }
  .career1 .career_r .infos p, .career2 .career_l .infos p{
  	font-size: 16px;
  	line-height: 32px;
  }
  .recruit .title h4{
  	font-size: 36px;
  }
  .comp .comp_l .num .nums span{
  	font-size: 48px;
  }
  .histoyr{
  	min-height: 1363px;
  }
  .comp .comp_r p{
  	font-size: 16px;
  }
  .histoyr .hisTopPic{
  	top: -510px;
  }
  .histoyr .hisTit{
  	padding-bottom: 40px;
  }
  .histoyr .hisTit h4{
  	font-size: 35px;
  }
  .histoyr .certificate .tit h4{
  	font-size: 35px;
  }
  .histoyr .certificate{
  	top: 760px;
  }
  .develop .tit h4{
  	font-size: 35px;
  }
  .develop .certificate .developInfo h5{
  	font-size: 26px;
  }
  .foot .foot_r .navBar dl{
 	margin-left: 6.5%;
 }
 .pro .typeMsg .typeImg{
	width: 100%;
	margin-left: 40px;
}
.pro .swiper-button-prev{
	bottom: 80px;
}
.pro .swiper-button-next {
    bottom: 80px;
}
.pro .swiper-pagination {
    bottom: 75px;
}
.company .about{left: 10%;margin-left: 0px;}
  .pro .typeMsg .typeImg{
  	margin-top:-20px;
  	margin-left: 40px;
  }
  .histoyr .historyCon {
    padding: 0 110px 50px 110px;
}
.banner .swiper-slide img {
    border-bottom-left-radius: 200px;
}
.service1 .serv li .serv_con{
	height: 357px;
	padding: 50px 25px;
}  
.banner .container .font .en_text{
    font-family: 'gilroy-regular';
    color: #fff;
    font-size: 60px;
    margin-top: 0;
    text-align: left;
}
.banner .container .font .ch_text{
    font-family: "PingFang SC";
    color: #fff;
    font-size: 40px;
    margin-top: 0;
    text-align: left;
}
.company .about .about_left{
	margin-top: 130px;
}
.company .about .about_right{
	margin-top: 100px;
}
.quality .conten .qualityType{
	margin-top: 70px;
}
.product .proList ul li .proPhoto{
 	height: 230px;
 }
 .product .proType{
 	padding-bottom: 40px;
 }
 .product .proType .list{
	display: block;
}
.pro_detail .proFont .videoBox{
	height: 350px;
}
.pro_detail{
	padding: 60px;
}
.comp .container{
	padding-left: 0px;
	padding-right: 0px;
}
.company .about .counts,.company .about .digital{
  	font-size: 150px;
    line-height: 150px;
  }
  .news_list{
	padding-top: 160px;
}
.product{
	padding-top: 160px;
}
.news_list .list li .newsPic img{
	height: 221px;
}
}
@media (min-width: 1600px) {
	.container{
		width: 1500px;
	}
	nav .menu {
    width: 1500px;
}
.banner .swiper-slide img {
    border-bottom-left-radius: 200px;
}
.company .about{left: 50%;margin-left: -750px;}
  .pro .typeMsg .typeImg{
  	margin-top:-20px;
  	margin-left: 50px;
  }
nav .menu .menuList ul li{
 	margin-right: 39px;
 }
	.banner .container2,.banner .container3{
 	left: 50%;
	margin-left: -750px;
	}
	.pro .type .typeItem:first-child .typeIcon:before{
	width: 240%;
}
.pro .type .typeItem:nth-child(2) .typeIcon:before{
	width: 280%;
}
.pro .type .typeItem:nth-child(3) .typeIcon:before{
	width: 250%;
}
.pro .type .typeItem:nth-child(4) .typeIcon:before{
	width: 250%;
}
.pro .type .typeItem:nth-child(5) .typeIcon:before{
	width: 200%;
	display: none;
}
.pro .typeMsg .typeImg{
	width: 90%;
	margin-left: 50px;
}
.pro .swiper-button-prev{
	bottom: 140px;
}
.pro .swiper-button-next {
    bottom: 140px;
}
.pro .swiper-pagination {
    bottom: 135px;
}
	.pro .type .typeItem{
		margin-left: 13.5%;
	}
	.news .newsList .newItem li{
	padding: 25px 0;
}
	.foot .foot_r .navBar dl{
 	margin-left: 12%;
 }
  .banner_pic .banners{min-height: 583px;}
  .histoyr .historyCon {
    padding: 0 120px 50px 120px;
}
.career1 .career_r, .career2 .career_l{
  	padding: 80px;
  }
  .service2 .client .client_top .client_r, .service2 .client .client_bottom .client_l {
    padding: 100px 70px;
}
.service1 .serv li .serv_con{
	height: 375px;
	padding: 70px 25px;
}  
.banner .container .font .en_text{
    font-family: 'gilroy-regular';
    color: #fff;
    font-size: 60px;
    margin-top: 0;
    text-align: left;
}
.banner .container .font .ch_text{
    font-family: "PingFang SC";
    color: #fff;
    font-size: 40px;
    margin-top: 0;
    text-align: left;
}
.company .about .about_left{
	margin-top: 130px;
}
.company .about .about_right{
	margin-top: 100px;
}
.quality .conten .qualityType{
	margin-top: 70px;
}
.product .proType a dd{
 	font-size: 20px;
 }
 .product .proList ul li .proPhoto{
 	height: 310px;
 }
 .product .proType{
 	padding-bottom: 40px;
 }
 .product .proType .list{
	display: block;
}
.pro_detail .proFont .videoBox{
	height: 400px;
}
.pro_detail{
	padding: 60px;
}
.comp .container{
	padding-left: 0px;
	padding-right: 0px;
}
.news_list{
	padding-top: 160px;
}
.news_list .list li .newsPic img{
	height: 273px;
}
.product{
	padding-top: 160px;
}

}
@media (min-width: 1920px) {
 .banner_pic .container .wen{
 	top: 300px;
 }
 .banner_pic .banners{min-height: 600px;}
}	
@media (min-width: 2560px) {
 .banner_pic .container .wen{
 	top: 400px;
 }
}
.z_slide_bar{ position: fixed; right: 20px; top: 50%; transform: translateY(-50%); z-index: 999999999;}
.z_slide_bar li{ margin-bottom: 10px; position: relative; list-style: none;}
.z_slide_bar li .icon{ width: 40px; height: 40px; border-radius: 50%; background: #939496; line-height: 40px; text-align: center; transition: ease 1s;}
.z_slide_bar li .icon img{width: 24px;height: 24px;position: relative;top: 0px;}
.z_slide_bar li .z_slide_down{ width: 120px; height: 40px; padding: 0 10px; padding-right: 40px; border-radius: 20px; background: #00a505; line-height: 40px; color: #fff; box-sizing: border-box; text-align: center; position: absolute; top: 0; right: 0; z-index: -1; transform: translateX(120px); transition: ease 1s; opacity: 0; visibility: hidden;}
.z_slide_bar li:hover .z_slide_down{ transform: translateX(0); opacity: 1; visibility: visible;}
.z_slide_bar li:hover .icon{background: #00a505;}
.z_slide_bar li .z_slide_code{ width: 80px; height: 80px; right: 50px; padding-right: 0;padding: 6px; border-radius: 5px; box-sizing: border-box;}
.z_slide_bar li .z_slide_code img{ display: block; width: 100%; height: 100%;}

.boxBg{display:none;position: fixed;left:0;top:0;width: 100%;height: 100vh;background: rgba(0,0,0,0.6);z-index: 99999999999;}

.onlineMsg{display:none;position: absolute;top: 50%;left: 50%;width: 442px;height: 440px;margin-left: -221px;margin-top: -220px;background: #f3f4f5;border-radius: 15px;}
.box_close{display:block;position: absolute;top: 12px;right: 12px;}
.onlineMsg p{margin-left: 25px;margin-top:30px;font-size: 20px;line-height: 25px;}
.formTable{padding-left: 25px;padding-right: 25px;}
.formTable form{width: 100%;}
.formTable label{width: 100%;height: 60px;}
.formTable label input[type="text"]{width: 100%;height: 50px;margin-top: 10px;padding: 0;background: #f3f4f5;border: 1px solid #bfbfbf;border-radius: 5px;text-indent: 15px;}
.formTable label input[type="text"]:focus{border: 1px solid #bfbfbf;}
.formTable label input::-webkit-input-placeholder{font-size: 16px;color: #888;}
.formTable label input[type="button"]{width: 100%;height: 50px;background: #00a505;border-radius: 5px;border: none;color: #fff;margin-top: 10px;outline:0;}

.searchBox{display:none;position: absolute;top: 50%;left: 50%;width: 600px;height: 70px;margin-left: -300px;margin-top: -35px;background: #f3f4f5;border-radius: 8px;overflow: hidden;}
.searchBox .search{position: absolute;top: 0;left: 0;width: 450px;height: 100%;background: none;border: none;}
.searchBox .search input{width: 100%;height: 100%;background: none;border: none;font-size: 16px;text-indent: 10px;}
.searchBox .search input:focus{border: none;}
.searchBox .searchBtn{position: absolute;top: 0;right: 0;width: 150px;height: 100%;}
.searchBox .searchBtn button{width: 100%;height: 100%;background: #00A505;border: none;font-size: 20px;color:#fff ;}
button:focus{outline:0;}
@media (min-width: 320px) {
 .onlineMsg{
 	width: 330px;
 	margin-left: -166px;
 }
 
 .searchBox{
 	width: 300px;margin-left: -150px;
 }
 .searchBox .search{
 	width: 200px;
 }
 .searchBox .searchBtn{width: 100px;}
}
@media (min-width: 768px) {
 .onlineMsg{
 	width: 442px;
 	margin-left: -221px;
 }
 
 .searchBox{
 	width: 600px;margin-left: -300px;
 }
 .searchBox .search{
 	width: 450px;
 }
 .searchBox .searchBtn{width: 150px;}
}