html, body {width:100%;height:100%;min-width: 320px;} /*非常重要的样式让背景图片100%适应整个屏幕*/  
@charset "utf-8";
body 
{
	padding:0;
	margin:0;
	font-family: "微软雅黑";
	border:none;
}
div,form,img,ul,ol,li,dl,dt,dd {margin: 0; padding: 0; border: 0; }
ul,ol,li{list-style-type:none;}
p,h2,h1,h3,h4{ padding:0; margin:0;}
a:link,a:visited{ text-decoration:none;}
a{color: inherit;text-decoration:none;}
.clear{ clear:both;}    

img {
    border: none;
    vertical-align: middle;
    display: inline-block;
    max-width: 100%;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
/*********************************************************************************************************************************************************
** 
*/
.header{
	float: left;
	width: 100%;
	padding: 16px 0 38px 0;
	background-color: #222523;
	position: relative;
	z-index: 2;
}
.logo{
	float: left;
	width: 202px;
	height: 80px;
	background: url(../images/logo.png) no-repeat left top;
	background-size: 202px 80px;
	margin-top: 21px;
}
.header-right{
	float: right;
	width: calc( 100% - 310px );
}
.search-lang{
	float: right;
}
.search{
	float: left;
}
.search .inp-text{
	float: left;
	width: 210px;
	height: 36px;
	border: none;
	border-bottom: solid 1px #303435;
	background-color: transparent;
	padding-left: 3px;
	padding-right: 28px;
}
.search .inp-text[placeholder]{
	font-size: 14px;
	color: #fff;
}
.search .inp-btn{
	float: left;
	width: 21px;
	height: 18px;
	border: none;
	background:url(../images/search.png) no-repeat left top;
	cursor: pointer;
	margin-left: -22px;
	margin-top: 7px;
}
.header-wecode-wrap{
	float: left;
	width: 23px;
	height: 24px;
	background: url(../images/wecode-root.png) no-repeat left top;
	position: relative;
	padding-bottom: 30px;
	margin-left: 20px;
	margin-top: 5px;
	cursor: pointer;
}
.header-wecode{
	position: absolute;
	top: -190px;
	left: 50%;
	margin-left: -64px;
	width: 128px;
	height: 127px;
	text-align: center;
	transition: .4s;
	overflow: hidden;
}
.header-wecode-wrap:hover .header-wecode{
	top: 30px;
}
.lang{
	float: left;
	border: solid 1px #fff;
	border-radius: 15px;
	overflow: hidden;
	margin-left: 10px;
	margin-top: 8px;
}
.lang2 {
    float: right;
    margin-right: 56px;
    margin-top: 15px;
}
.lang a{
	float: left;
	font-size: 12px;
	color: #fff;
	padding: 0px 10px;
	background-color: transparent;
}
.lang a:hover{
	text-decoration: underline;
}
.lang .active{
	color: #666666;
	background-color: #fff;
}
.nav{
	float: left;
	width: 100%;
	margin-top: 23px;
}
.nav ul{
	float: left;
	width: 100%;
}
.nav ul li{
	float: left;
	width: 14.28%;
}
.nav ul li a{
	float: left;
	width: 100%;
	font-size: 14px;
	color: #fff;
	padding: 8px 0;
	text-align: center;
	border: solid 1px transparent;
}
.nav ul li a:hover{
	background-color: #fff;
	color: #242826;
}
.nav ul .active a{
	border: solid 1px #fff;
}
.nav ul .active a:hover{
	border: solid 1px #fff;
	background-color: transparent;
	color: #fff;
}
/**轮播**/
.slide{
	float: left;
	width: 100%;
	position: relative;
}
.swiper-container1{
	float: left;
	width: 100%;
	overflow: hidden;
}
.swiper-container1 img{
	float: left;
    width: 100%;
}
.swiper-button-prev1, .swiper-button-next1 {
    position: absolute;
    top: 50%;
    width: 30px;
    height: 49px;
    margin-top: -25px;
    z-index: 100;
    cursor: pointer;
    background-size: 30px 49px;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    transition: .6s;
}
.swiper-button-prev1.swiper-button-disabled, .swiper-button-next1.swiper-button-disabled {
    opacity: 0;
    transition: .6s;
}
.swiper-button-prev1,
.swiper-container-rtl .swiper-button-next1 {
  background-image:url(../images/prev.png);
  left: 60px;
  right: auto;
}
.swiper-button-next1,
.swiper-container-rtl .swiper-button-prev1 {
  background-image:url(../images/next.png);
  right: 60px;
  left: auto;
}

.swiper-container1:hover .swiper-button-prev1,.swiper-container1:hover .swiper-button-next1{
	opacity: 1;
}
.swiper-container1:hover .swiper-button-prev1.swiper-button-disabled,.swiper-container1:hover  .swiper-button-next1.swiper-button-disabled {
    opacity: 1;
}
/*我们的价值观*/
.jiazhi{
	float: left;
	width: 100%;
	padding: 22px 0;
}
.head{
	float: left;
	width: 100%;
	text-align: center;
}
.head .title{
	float: left;
	width: 100%;
	font-size: 25px;
	color: #343434;
	font-weight: bold;
}
.head .sub-title{
	float: left;
	width: 100%;
	font-size: 14px;
	color: #6a6a6a;
	margin-top: 8px;
}
.head2 .title{
	color: #fff;
}
.head2 .sub-title{
	color: #fff;
}
.linian-wrap{
	float: left;
	width: 100%;
	margin-top: 44px;
}
.linian-list{
	float: left;
	width: 25%;
	text-align: center;
	border-right: solid 1px #adeafe;
	padding: 0 15px;
}
.linian-list:nth-child(4n){
	border-right: none;
}
.linian-pic{
	float: left;
	width: 100%;
}
.linian-pic-img{
	width: 122px;
	height: 120px;
	overflow: hidden;
	margin: 0 auto;
}
.linian-pic-img img{
	transition: .4s;
}
.linian-list:hover .linian-pic-img img{
	transform: rotate(25deg);
}
.linian-list .title{
	float: left;
	width: 100%;
	font-size: 20px;
	color: #0f0f0f;
	margin-top: 15px;
	margin-bottom: 27px;
}
.linian-list .sub-title{
	float: left;
	width: 100%;
	font-size: 16px;
	color: #888888;
}
/*whatdo*/
.whatdo{
	float: left;
	width: 100%;
	background-color: #252525;
	overflow: hidden;
	position: relative;
	padding: 64px 0 37px 0;
}
.earth{
	position: absolute;
	width: 941px;
	height: 938px;
	background: url(../images/earth.png) no-repeat top center;
	left: 50%;
	margin-left: -470px;
	top: 11px;
}
.what-list-wrap{
	float: left;
	width: 100%;
	margin-top: 60px;
}
.what-list{
	float: left;
	width: 32%;
	height: 439px;
	overflow: hidden;
	position: relative;
	margin-right: 2%;
}
.what-list:nth-child(3n){
	margin-right: 0%;
}
.what-list:nth-child(1){
	background: url(../images/what1.jpg) no-repeat top center;
}
.what-list:nth-child(2){
	background: url(../images/what2.jpg) no-repeat top center;
}
.what-list:nth-child(3){
	background: url(../images/what3.jpg) no-repeat top center;
}
.what-list-intro{
	position: absolute;
	width: 87%;
	margin: 6.5%;
	padding: 25px 40px;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,0.8);
	transition: .3s;
}
.what-list:hover .what-list-intro{
	background-color: rgba(1,166,222,0.9);
	margin-bottom: 8%;
}
.what-list-intro .title{
	float: left;
	width: 100%;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 7px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.what-list-intro .sub-title{
	float: left;
	width: 100%;
	font-size: 13px;
	color: #fff;
	line-height: 25px;
	margin-bottom: 15px;
	max-height: 175px;
	overflow: hidden;
}
.more{
	float: left;
	width: 132px;
	height: 35px;
	font-size: 14px;
	color: #fff;
	line-height: 35px;
	padding-left: 20px;
	border: solid 1px #fff;
	background: url(../images/more-ico.png) no-repeat right 20px center;
}
.more:hover{
	color: rgba(255,255,255,0.4);
}
.news-wrap{
	float: left;
	width: 100%;
	padding: 0 15px;
	margin-top: 45px;
	position: relative;
	z-index: 2;
}
.news-title{
	float: left;
	width: 132px;
	overflow: hidden;
}
.news-title .head .sub-title {
    margin-top: 2px;
}
.news-list{
	float: right;
	width: calc( 100% - 135px );
	margin-top: 5px;
}
.news-list ul{
	float: left;
	width: 100%;
}
.news-list ul li{
	float: left;
	width: 49%;
	margin-right: 2%;
	border: solid 1px #fff;
	padding: 15px 43px 12px 30px;
	background: url(../images/news-ico.png) no-repeat  right 34px top 17px;
}
.news-list ul li:nth-child(2n){
	margin-right: 0;
}
.news-list  ul li .title{
	float: left;
	font-size: 14px;
	color: #fff;
	width:calc( 100% - 90px );
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news-list  ul li:hover .title{
	text-decoration: underline;
}
.news-date{
	float: right;
	width:90px;
	font-size: 14px;
	color: #fff;
}
/*footer*/
.footer-wrap{
	float: left;
	width: 100%;
	padding:58px 0 26px 0;
}
.left-footer{
	float: left;
	width: calc( 100% - 189px );
	margin-top: 40px;
}
.footer-logo-wrap{
	float: left;
	width: 33.33%;
}
.footer-logo{
	float: left;
	width: 202px;
	height: 36px;
	background: url(../images/footer-logo.png) no-repeat left top;
	background-size: 202px 36px;
	
}
.banquan{
	float: left;
	width: 100%;
	font-size: 14px;
	color: #252525;
	margin-top: 10px;
}
.footer-list-con{
	float: left;
	width: 66.66%;
}
.list-con{
	float: left;
	width: 50%;
	font-size: 14px;
	color: #252525;
	padding-right: 15px;
	min-height: 76px;
	padding-left: 40px;
	line-height: 23px;
	margin-bottom: 5px;
}
.list-con:nth-child(1){
	background: url(../images/footer-tel.png) no-repeat left top 15px;
}
.list-con:nth-child(2){
	background: url(../images/footer-email.png) no-repeat left top 15px;
}
.list-con:nth-child(3){
	background: url(../images/footer-adds.png) no-repeat left top;
}





.right-footer{
	float: right;
	width: 164px;
}
.wecode{
	float: left;
	width: 128px;
	height: 127px;
}
.follow-us{
	float: left;
	width: 100%;
	min-height: 24px;
	line-height: 25px;
	font-size: 14px;
	color: #252525;
	background: url(../images/footer-wecode-ico.png) no-repeat left 10px top;
	padding-left: 50px;
	margin-top: 3px;
}

/*********************************************article页面*************************/
.banner{
	float: left;
	width: 100%;
}
.weizhi-wrap{
	float: left;
	width: 100%;
	background-color: #313232;
	padding: 10px 0;
}
.weizhi{
	float: left;
	width: 100%;
	min-height: 27px;
	line-height: 30px;
	font-size: 14px;
	color: #fff;
	padding-left: 70px;
	background: url(../images/weizhi-ico.png) no-repeat left 20px top;	
}
.weizhi a{
	transition: .2s;
}
.weizhi a:hover{
	color: #999999;
	text-decoration: underline;
}
.article-pro{
	float: left;
	width: 100%;
	background-color: #f4f4f4;
	padding: 29px 0 68px 0;
}
.article-pro-left{
	float: left;
	width: 50%;
	height: 463px;
	background-color: #fff;
}
.article-pro-left .imgimg{
	width: 430px;
	height: 349px;
	margin: 0 auto;
	margin-top: 50px;
	overflow: hidden;
	text-align: center;
}
.article-pro-right{
	float: right;
	width: 50%;
	padding: 16px 34px 0px 34px;
}
.article-pro-title{
	float: left;
	width: 100%;
	font-size: 20px;
	color: #222929;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	border-bottom: solid 1px #e7e6e6;
	padding-bottom: 16px;
}
.article-pro-sub-title{
	float: left;
	width: 100%;
	min-height: 290px;
	font-size: 14px;
	color: #717070;
	margin-top: 50px;
	line-height: 30px;
}
.online-tel{
	float: left;
	width: 344px;
	background-color: #d72525;
	padding: 10px 0 9px 0;
}
.online-left{
	float: left;
	width: 45%;
	min-height: 32px;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	background: url(../images/on-line.png) no-repeat left 20px center;
	padding-left: 48px;
	margin-top: 10px;
}
.online-right{
	float: right;
	width: 55%;
	position: relative;
	padding-left: 5%;
}
.online-right:after{
	content: "";
	position: absolute;
	width: 1px;
	height: 30px;
	left: 0;
	top: 12px;
	background-color: #fff;
}
.online-right .title{
	float: left;
	width: 100%;
	font-size: 14px;
	color: #fff;
}
.online-right .sub-title{
	float: left;
	width: 100%;
	font-size: 20px;
	color: #fff;
}


.param-wrap{
	float: left;
	width: 100%;
	padding: 49px 0 100px 0;
}
.param-head{
	float: left;
	width: 100%;
	height: 38px;
	line-height: 38px;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	background: url(../images/param-bg.png) no-repeat top center;
	text-align: center;
	margin-bottom: 45px;
}
.param{
	float: left;
	width: 100%;
	text-align: center;
}

.xg-pro-wrap{
	float: left;
	width: 100%;
	padding-bottom: 60px;
	border-bottom: solid 1px #eae8e8;
}
.xg-head{
	float: left;
	width: 100%;
	height: 38px;
	line-height: 38px;
	background: url(../images/xg-pro-bg.png) no-repeat left top;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	padding-left: 40px;
}
.xg-pro-list-wrap{
	float: left;
	width: 100%;
	padding-top: 55px;
}
.xg-pro-list{
	float: left;
	width: 234px;
	overflow: hidden;
	text-align: center;
	margin-right: 87px;
}
.xg-pro-list:nth-child(4n){
	margin-right: 0px;
}
.xg-imgimg{
	float: left;
	width: 234px;
	height: 190px;
	overflow: hidden;
	border: solid 1px #f4f4f4;
	transition: .3s;
}
.xg-imgimg .img{
	width: 234px;
	height: 190px;
	text-align:center;
    display:table-cell;
    vertical-align:middle;
}
.xg-title{
	float: left;
	width: 100%;
	font-size: 14px;
	color: #595959;
	margin-top: 34px;
}
.xg-pro-list:hover .xg-imgimg{
	border: solid 1px #01a6de;
}
.xg-pro-list:hover .xg-title{
	color: #01a6de;
}

/*************************产品页面***************************/
.pro-main-wrap{
	float: left;
	width: 100%;
	padding: 38px 0 80px 0;
	background-color: #f4f4f4;
}
.pro-nav{
	float: left;
	width: 315px;
	overflow: hidden;
	background-color: #fff;
}
.pro-nav-list{
	float: left;
	width: 100%;
}
.pro-nav-title{
	float: left;
	width: 100%;
	font-size: 18px;
	color: #fff;
	background: #01a6de url(../images/celiang-ico.png) no-repeat left 60px center;
	padding: 22px 0;
	padding-left: 100px;
}
.pro-nav-title2{
	background: #01a6de url(../images/celiang-ico.png) no-repeat left 60px center;
}
.pro-nav-list ul{
	float: left;
	width: 100%;
	padding: 15px 20px 5px 20px;
}
.pro-nav-list ul li{
	float: left;
	width: 100%;
	margin-bottom: 20px;
	background: url(../images/nei-nav-ico.png) no-repeat right 20px center;
}
.pro-nav-list ul li a{
	float: left;
	width: 100%;
	font-size: 16px;
	color: #7a7a7a;
	border: solid 1px #cecdcd;
	padding: 11px;
	text-align: center;
	transition: .3s;
}
.pro-nav-list ul li a:hover,.pro-nav-list ul li.active a{
	color: #01A6DE;
	text-decoration: none;
	border: solid 1px #01A6DE;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
}
.contact-pic{
	float: left;
	width: 100%;
	background-color: #01a6de;
	text-align: center;
}
.right-pro{
	float: right;
	width: calc( 100% - 345px );
	background-color: #fff;
	padding: 20px;
	min-height:400px;
}
.right-pro-list{
	float: left;
	width: 100%;
	border-bottom: solid 1px #ebeaea;
	padding-bottom: 30px;
	margin-bottom: 30px;
	transition: .2s;
}
.pro-imgimg{
	float: left;
	width: 385px;
	height: 312px;
	overflow: hidden;
	border: solid 1px #ebeaea;
}
.right-pro-list:hover .pro-imgimg{
	border: solid 1px #01a6de;
}
.pro-imgimg .img{
	width: 385px;
	height: 312px;
	text-align:center;
    display:table-cell;
    vertical-align:middle;
}
.right-pro-info{
	float: right;
	width: calc( 100% - 440px );
}
.right-pro-info .title{
	float: left;
	width: 100%;
	font-size: 20px;
	color: #222929;
	font-weight: bold;
	margin-bottom: 28px;
}
.right-pro-info .sub-title{
	float: left;
	width: 100%;
	font-size: 14px;
	line-height: 30px;
	color: #717070;
	height: 202px;
	overflow: hidden;
	margin-bottom: 15px;
}
.pro-list-more{
	float: left;
	width: 143px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #969da3;
	text-align: center;
	background-color: transparent;
	transition: .3s;
	border: solid 1px #969da3;
}
.right-pro-list:hover .pro-list-more{
	color: #fff;
	background-color: #11b6ee;
	border: solid 1px #11b6ee;
}
.pro-list-more em{
	float: left;
	height: 1px;
	width: 0px;
	margin-top: 20px;
	background-color: #fff;
	transition: .3s;
}
.right-pro-list:hover .pro-list-more em{
	width: 35px;
}

.nr{ width:100%; text-align:left; line-height:30px; clear:both; padding-top:9px;}

.nr img{ max-width:100%; height:auto;}

.nr a{ color:#858585; text-decoration:none;}

.nr a:hover{ color:#858585; text-decoration:underline;}

.mod-pager-box
{
    clear:both;
    width:100%;
    text-align:center;
    font-size:12px;
    line-height:30px;
    font-family:微软雅黑,Microsoft YaHei;
    margin-bottom:19px;
    }
.mod-pager-box a
{
    text-align:center;
    line-height:30px;
    margin:0 5px;
    width:30px;
    height:30px;
    color:#fff;
    background-color:#cccccc;
    display:inline-block;
    border-radius:9px;
    cursor:pointer;
}
.mod-pager-box a:hover,.mod-pager-box .current
{
    text-align:center;
    margin:0 5px;
    width:30px;
    height:30px;
    line-height:30px; cursor:pointer;
    color:#fff;
    background-color:#01a6de;
    display:inline-block;  border-radius:9px;
}
.mod-pager-box a.pages
{
    width:auto;
    padding:0 15px;  border-radius:9px;
    display:inline-block;
}

.mod-pager-box.s1 a[disabled='disabled'],mod-pager-box.s1 span[disabled='disabled']{ display:none;}

.news-nei-list{
	float: left;
	width: 100%;
	border-bottom: solid 1px #eeeeee;
	padding: 28px 10px 18px 10px;
}
.news-nei-list:hover{
	background-color: #f3f2f0;
}
.news-nei-list-left{
	float: left;
	width: 80%;
	overflow: hidden;
}
.news-nei-list-left .title{
	float: left;
	width: 100%;
	font-size: 15px;
	color: #333333;
	background: url(../images/ico-news.png) no-repeat left top 4px;
	padding-left: 13px;
	transition: .3s;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news-nei-list-left:hover .title{
	color: #0593e1;
}
.news-nei-list-left .sub-title{
	float: left;
	width: 100%;
	font-size: 14px;
	color: #757273;
	margin-top: 10px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news-nei-time{
	float: right;
	width: 15%;
	font-size: 14px;
	color: #757273;
	text-align: right;
	margin-top: 15px;
}
