@charset "utf-8";
/* CSS Document */
body,html{ font-size:100%; font-size:16px; color:#333; padding:0; margin:0;font-family: "微软雅黑", Arial, Helvetica, sans-serif,Arial, Helvetica, sans-serif;}
img{border:none; outline:none; vertical-align:middle}
*{ padding:0; margin:0;}
body,html{color:#333;}
a,a:visited{ color:inherit; text-decoration:none;}
input,select,option,textarea{ outline:none; border:none}
h1,h2,h3,h4,h5,h6,ul,li,dl,dd,dt,p{ padding:0; margin:0; list-style:none;}
button{
	cursor: pointer;
}
.main{margin: 0 auto;}

/*全局属性*/
.nav{
	overflow: hidden;

	width: 300px;
	margin: 0px  auto;
}
.nav li{
	float: left;
	width: 33.3%;
	text-align: center;
	cursor: pointer;
	color: #fff;
	font-size: 16px;
	height: 50px;
	line-height: 50px
}
.logo{
	float: left;
	height: 50px
}
.telbg {
    background-color: rgba(0,0,0,.2);
    position: fixed;
    z-index: 9;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: none;
    visibility: hidden;
    transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
}
.head{
	overflow: hidden;
	margin: 30px 55px
}
.fr{
	 float: right;
    width: 30px;
    margin-top: 10px
}
.telbg.vis {
    display: block;
    visibility: visible;
   
}
.telnav {
    position: fixed;
    z-index: 99;
    top: 0;
    right: -100%;
    width: 40%;
    max-width: 550px;
    height: 100%;
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
  
    overflow-y: auto;
    visibility: hidden;
    transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
}
.telnav.vis {
    display: block;
    visibility: visible;
    right: 0;
}
.seachlogo {
    margin-bottom: 20px;
    margin-left: 11%
}
.seachlogo img {
    width: 115px;
}
.seachtelxx {
    position: absolute;
    top: 18px;
    right: 20px;
    font-size: 0;
}
.seachtelxx img {
    width: 18px;
}
.navtelist {
    border-top: dashed 1px #e1e1e1;
    width: 78%;
    margin:0 auto;
}
.navtelist li {
    border-bottom: dashed 1px #e1e1e1;
}
.navtelist li a {
    display: block;
    font-size: 15px;
    color: #646464;
    line-height: 45px;
    text-decoration: none;
    
}
.navtelist li a.navtelist_one{
    background: url(../image/pro_go.png) no-repeat 97% 10px;
    background-size: 20px
}
/*服务*/
.fu_cont{
	overflow: hidden;
	margin: 10% 0 0 55px;
	color: #fff;
	width: 650px
}
.fu_title{
	font-size: 55px;
	margin-bottom: 5%
}
.fu_text{
	font-size: 32px;
	line-height: 48px;
}
.fu_btn{
	display:block;
	height: 64px;
	line-height: 64px;
	width: 240px;
	text-align: center;
	border: 2px solid #fff;
	border-radius: 32px;
	font-size: 22px;
	color: #fff;
	margin-top:8%;
	background-color: transparent;
}

/*关于*/
.about_cont{
	overflow: hidden;
	margin: 8% 0 0 55px;
	color: #fff;
	width: 70%
}
.about_title{
	font-size: 50px;
	margin-bottom: 2%
}
.about_text{
	font-size: 28px;
	line-height: 42px;
}
.about_text p{
	margin-bottom: 60px
}
.about_news{
	font-size: 22px;
	line-height: 33px;
	color: #02a3c6
}
.about_news span{
	display: block;
}

/*客户*/
.kehu_cont{
	overflow: hidden;
	margin: 8% 0 0 55px;
	color: #fff;
	width: 70%
}
.kehu_title{
	font-size: 55px;
	margin-bottom: 5%
}
.kehu_logo{
	overflow: hidden;
}
.kehu_logo img{
	display: block;
	height: 115px;
}
.kehu_text{
	font-size: 22px;
	line-height: 33px;
	margin-top: 50px;
	margin-bottom: 100px
}
.swiper-container {
        width: 100%;
        height: 100%;
    }
    .swiper-slide {
        text-align: left;
        font-size: 18px;
        background: #transparent;

        /* Center slide text vertically */
        display:initial;
        display:initial;
        display:initial;
        display:initial;
        -webkit-box-pack:initial;
        -ms-flex-pack: initial;
        -webkit-justify-content:initial;
        justify-content:initial;
        -webkit-box-align: initial;
        -ms-flex-align: initial;
        -webkit-align-items:initial;
        align-items:initial;
    }
    .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
   background-image: url(../image/right.png);
    right: auto;
    left: 100px;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url(../image/left.png);
    left: 10px;
    right: auto;
}
.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: auto;
    bottom: 0px;
    width: 44px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 44px 44px;
    -webkit-background-size: 44px 44px;
    background-size: 44px 44px;
    background-position: center;
    background-repeat: no-repeat;
}
.bei{
    position: absolute;
    left: 0; bottom: 10px;
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: rgba(255,255,255,0.8);
}