* + h1, * + h2, * + h3, * + h4, * + h5, * + h6{
    margin: 0;
}
h1,h2,h3,h4,h5,h6{
    margin:0;
    font-weight: normal;
    color:#323232;
}
html {
    font-size: 62.5%;
}

body {
    font-size: 1.6rem; /* =16px */
}
* + p, * + hr, * + ul, * + ol, * + dl, * + blockquote, * + pre, * + address, * + fieldset, * + figure{
    margin-top:0;
}
p{
    margin: 0;
}
    .parallax-bg {
      position: absolute;
      left: 0;
      top: 0;
      width: 200%;
      height: 100%;
      -webkit-background-size: cover;
      background-size: cover;
      background-position: center;
    }
/*toast提示*/
 .toast-wrap{
      opacity: 0;
      position: fixed;
	  top: 50%;
	  transform: translateY(-50%);
      color: #fff;
      width: 100%;
      text-align: center;
   }
   .toast-msg{
      background-color: rgba(0,0,0,0.7);
      padding: 5px 10px;
      border-radius: 5px;
   }
  .toastAnimate{
      animation: toastKF 2s;
  }
  @keyframes toastKF{
      0% {opacity: 0;}
     25% {opacity: 1; z-index: 9999}
     50% {opacity: 1; z-index: 9999}
     75% {opacity: 1; z-index: 9999}
     100% {opacity: 0; z-index: 0}
  }
.header {
    width: 100%;
    height: 55px;
    background: #002776;
    padding: 0 1.5rem;
    color: #fff;
	position: fixed;
	top:0;
	left: 0;
	z-index: 111;
}
.header .am-fl{
    position: relative;
    width: 25.6rem;
    height: 3.5rem;
    top: 50%;
    margin-top: -1.85rem;
}
.header .am-fl img{
    width: 100%;
    height: 100%;
}
.header .header-txt{
    line-height: 4.8rem;
    background: url("../img/cube.png") no-repeat right center;
    -webkit-background-size: 100%;
    background-size:1.8rem 1.8rem;
    padding-right: 3rem;
}
.content-top{
    width: 100%;
    height: auto;
	margin-top:54px;
}
.content-top img {
    width: 100%;

}
/*首页*/
.index-top{
    position: relative;
}
.index-slogon{
    position: absolute;
    width:154px;
    left: 50%;
    top: 50px;
    margin-left: -77px;
}
.index-slogon img{
    width: 100%;
}
.index-ban-img{
    width:308px;
    position: absolute;
    bottom: 110px;
    left: 50%;
    margin-left: -154px;
	
}
/* rgb(0,0,0,0.3)
	rgba() */
@media screen and (max-width:330px) {
	.index-ban-img{
	    width:284px;
	    position: absolute;
		bottom: 60px;
	    left: 50%;
	    margin-left:-142px;	
	}
	
}
.index-ban-img img{
    width: 100%;
}
.index-togo{
    width: 80%;
    height:40px;
    background:#2aa3f0;
    -webkit-border-radius:40px;
    -moz-border-radius:40px;
    border-radius:40px;
	text-align: center;
	line-height: 40px;
	color: #fff;
	position: absolute;
	top: 220px;
	left: 10%;
}
.index-togo2{
    width: 80%;
    height:40px;
    background:#2aa3f0;
    -webkit-border-radius:40px;
    -moz-border-radius:40px;
    border-radius:40px;
	text-align: center;
	line-height: 40px;
	color: #fff;
	position: absolute;
	top: 280px;
	left: 10%;
}
/*商务部分*/
.index-top-swiper{
	position: relative;
	
}
.index-top-swiper>img{
	width: 100%;
	height: auto;
}
.index-top-travel{
	position:absolute;
	bottom: 60px;
	height: 193px;
	background: rgba(0,0,0,0.6);
	padding-left: 20px;
	left: 0;
	width: 80%;
}
.index-top-travel>h1,.index-top-business h1{
	font-size:50px;
	color: #fff;
	padding: 20px 0 8px 0;
	font-weight: bold;
}

.index-top-travel h2{
	font-size: 26px;
	color: #fff;
}
.index-top-business h1{
	font-size:50px;
	color: #fff;
	padding: 20px 0 6px 0;
}
.index-top-business h2{
	font-size: 21px;
	color: #fff;
}
.index-top-business{
	width: 86%;
	left: -10%;
	position: absolute;
    bottom: 60px;
    height: 193px;
    background: rgba(0,0,0,0.6);
	padding-left: 20px;
	font-size: 21px;
}
.index-top-black{
	width: 20%;
	left: 90%;
	height:193px;
	position: absolute;
	background: rgba(0,0,0,0.6);
	bottom: 60px;
}
@keyframes travel-left{
	from{
		left:26%;
	}
	to{
		left: 0%;
	}
}
@keyframes travel-right{
	from{
		left:0%;
	}
	to{
		left: 26%;
	}
}
@keyframes business-right{
	from{
		left:-10%;
	}
	to{
		left: 14%;
	}
}
@keyframes business-left{
	from{
		left:14%;
	}
	to{
		left: -10%;
	}
}
/*因特网*/
.secswiper{
	 position: relative;
}
.swiper-wrapper-title{
	position: absolute;
	width: 80%;
	height: 200px;
	z-index: 8;
	right:0;
	bottom: 50px;
	
}
.index-sec-swiper{
	width: 100%;
	height: 205px;
	background: rgba(42,163,240,0.92);
	border-bottom-left-radius: 8px;
	border-top-left-radius: 8px;
	position: relative;
}
.index-sec-swiper img{
	width:100%;
}
.index-sec-internet{
	padding:25px 24px;
	width: 100%;
	position: absolute;
	display: none;
}
.index-sec-internet h1{
	font-size:24px;
	line-height: 30px;
	color: #fff;
	font-weight: bold;
}
.index-sec-internet h2{
	height:3px;
	background: #fff;
	width: 20%;
	margin-top: 8px;
	margin-bottom: 24px;
}
.index-sec-internet p{
	color: #fff;
	line-height:20px;
	font-weight: bold;
	font-size: 14px;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
	left: 74%!important;
	bottom: 55px!important;
	width: 30%!important;
}
/*banner块部分*/
.index-square{
	padding:15px 12px;
}
.index-square-common{
	margin-bottom: 15px;
	position: relative;
}
.index-square-common img{
	width:100%;
}
.index-square-img{
	position: absolute;
	left:35px;
	top: 0;
	width: 130px;
	height: 130px;
	border-radius: 130px;
	background: rgba(255,255,255,0.4);
	top: 50%;
	transform: translateY(-50%);
}
.index-square-title{
	position: absolute;
	left: 182px;
	top: 50%;
	line-height:30px;
	transform: translateY(-50%);
}
@media screen and (max-width:330px){
	.index-square-img{
	left: 12px;
	width: 100px;
	height: 100px;
	}
	.index-square-title{
		left: 120px;
	}
}
.index-square-title h1{
	color: #fff;
	font-size: 21px;
}
/*新闻动态*/
.index-news{
	width: 100%;
	background:#f5f5f5;
	padding-bottom: 45px;
}
.index-news h1{
	width: 100%;
	text-align: center;
	color:#000000;
	font-size: 24px;
	padding:35px 0;
}
.index-news-news{
	position: relative;
	
}
.swiper-slide.index-news-news a{
	position: relative;
}
.index-news-news div{
	position: absolute;
	width: 100%;
	padding: 0 12px;
	bottom:0px;
	font-size: 12px;
	background: -webkit-linear-gradient(transparent, rgba(0,0,0,0.3)); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(transparent, rgba(0,0,0,0.3)); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(transparent, rgba(0,0,0,0.3)); /* Firefox 3.6 - 15 */
	background: linear-gradient(transparent, rgba(0,0,0,0.3)); /* 标准的语法 */
	padding-bottom:10px;
	color: #fff;
}
.index-news-news p{
	font-size: 12px;
}
p.index-news-title{
	width: 80%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 12px;
	padding-top: 6px;
	font-weight: bold;
	padding-bottom: 4px;

	
}
p.index-news-content{
	width: 100%;
	height: 27px;
	display:-webkit-box; 
	display: box;
	-webkit-box-orient:vertical;
	-moz-box-orient:vertical;
	-o-box-orient:vertical;
	box-orient:vertical;
	-webkit-line-clamp:2; 
	-moz-line-clamp:2; 
	-o-line-clamp:2; 
	line-clamp:2; 
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 14px;
	color: rgba(255,255,255,0.8);
}
/*合作伙伴*/
.index-partner{
	padding:0 20px;
	margin-bottom: 50px;
}
.index-partner h1{
	font-size: 21px;
	color: #000;
	width: 100%;
	line-height:104px;
	text-align: center;
}
.index-partner-img{
	width: 32%;
	margin-right: 2%;
	float: left;
	margin-bottom: 12px;
}
.index-partner-img img{
	width: 70px;
	height: 45px;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}
.index-partner-img:nth-of-type(3n){
	margin-right: 0;
}
/*底部*/
.index-footer{
	width: 100%;
	height:72px;
	background:#323232;
	padding-top: 10px;
}
.index-footer p{
	width: 100%;
	text-align: center;
	color:#969696;
	line-height: 18px;
	font-size: 12px;
}

/*加入我们*/
.nav{
    width: 100%;
    height: 45px;
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-overflow-scrolling: touch;
    text-align: justify;
    padding: 0px 15px;
    box-sizing: border-box;
}
.am-nav-tabs > li{
    margin-top: 5px;
    display: inline-block;
    float: none;
}
.am-nav-tabs > li + li{
    margin-top: 5px;
}
.am-nav-tabs{
 border-bottom: none;
}
.am-nav-tabs > li.am-active > a, .am-nav-tabs > li.am-active > a:hover, .am-nav-tabs > li.am-active > a:focus{
    color: #2aa2f0;
    border: none;
}
.nav a{ color: #333; text-decoration: none; margin-right: 10px;}
/*.nav::-webkit-scrollbar{display: none;} */
.borderline{
    padding: 0 15px;
}
.borderline span{
    display: block;
    height: 1px;
    background:#e5e5e5;
}
.am-tabs-bd{
    border: none;
}
.am-tabs-bd .am-tab-panel{
    padding: 10px 25px;
}
.square{
	margin-bottom: 40px;
}
.square h1{
    margin-top: 6px;
    font-size: 16px;
	font-weight: bold;
}
.square h2{
    margin:14px 0 15px 0;
    font-size: 14px;
}
.square h3{
    margin: 19px 0 12px 0;
    font-size: 14px;
}
.square p{
    margin: 0;
    line-height:24px;
    font-size: 12px;
}
.benifit h1{
    font-size: 18px;

}
/*公司福利*/
.benifit{
    padding: 0 25px;
}
.benifit h1{
    font-size:18px;
    padding-top:16px;
	font-weight: bold;
}
.benifit p{
    font-size: 12px;
    color: #969696;
	margin-bottom: 8px;
}
.benifit>h3{
    line-height: 25px;
    font-size: 15px;
    padding-left: 22px;
    position: relative;
    font-weight: normal;
    color: #323232;
}
.benifit>h3>span{
    display: inline-block;
    position:absolute;
    top:6px;
    left:0px;
    width: 14px;
    height: 14px;
    text-align: center;
    line-height: 14px;
    color: #fff;
    background:#1e1d28;
    font-size: 12px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
}
.benifit-group{
    width: 100%;
    padding: 0 25px;
    margin: 20px 0 30px;
}
.benifit-group-img{
    width:48%;
    height:80px;
    float: left;
    position: relative;
    margin-bottom: 8px;
}
.benifit-group-img img{
    width: 100%;

}
.benifit-group-img:nth-of-type(2n){
    float: right;
}
.benifit-group-img p{
    width: 100%;
    text-align: center;
    position: absolute;
    color: #fff;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    font-size: 15px;
}
/*公司介绍*/
.introduce{
    padding: 0 20px;
    margin-top:5px;
}
.introduce>p{
    line-height: 25px;
    color: #646464;
    font-size:15px;
    text-indent: 20px;
    padding: 15px 0;
    border-bottom: 1px solid #e5e5e5;
}
.introduce>p:nth-last-of-type(1){
    border:none;
}
/*发展历程*/
.develop{
    padding: 0 25px;
}
.develop>h2{
    font-size: 15px;
    color: #969696;
    margin-top: 17px;
}
.develop>h3{
    font-size: 18px;
    margin-bottom: 2px;
    color: #323232;
	font-weight: bold;
}
.develop-list h1{
    font-size: 16px;
    color: #323232;
    padding-bottom: 20px;
    margin-top: 20px;
	font-weight: bold;
}
.develop-list h1 img{
    width: 10.5px;
    height: 10.5px;
    position: relative;
    left: 6px;
    top: -1px;
}
.develop-detail{
    position: relative;
}
.develop-detail>img{
    position: absolute;
    width: 7px;
    left: 32px;
    top: 0;
}
.develop-txt{
    color: #323232;
    font-size: 12px;
    position: relative;
    padding-left: 52px;
}
.develop-txt span{
    position:absolute;
    left:0;
    top:0;
}
.develop-detail.develop-after .develop-txt p{
    padding-bottom: 25px;
}
.develop-txt p{
    line-height: 20px;
    padding-bottom: 15px;
}
.develop-detail.develop-last{
	padding-bottom: 30px;
	display: none;
}
.develop-detail.develop-last>img{
	height:100px;
}
@media screen and (max-width: 330px) {
    .develop-txt p{
        padding-bottom:10px;
    }
    .develop-detail.develop-after .develop-txt p{
        padding-bottom: 10px;
    }
}
/*专利技术*/
.skill{
    /* background: #f5f5f5; */
}
.skill h2,.quality h2{
    font-size: 15px;
    color: #646464;
    padding:16px 0 0 25px;
	font-weight: bold;
}
.skill h1,.quality h1{
    font-size: 18px;
    color: #323232;
    padding-left: 25px;
	font-weight: bold;
}
.quality-top{
    width: 100%;
    padding-left: 36px;
}
.quality-line{
    width:100%;
    border-top: 1px dashed #1da1f3;
    margin-top: 40px;
    position: relative;
}
.quality-more{
    width:11px;
    height: 11px;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    border-radius: 11px;
    position: absolute;
    top:-8px;
    left:-2px;
    z-index:99;

}
.quality-more span{
	display: block;
    width: 100%;
    height: 100%;
    margin-top: 2px;
	background:#1da1f3;
	border-radius: 11px;
}
.quality-line p{
    width: 33%;
    float: left;
    position: relative;
    top: -20px;
}
.quality-line p span{
    display: block;
    width:40px;
    height: 40px;
    border-radius: 40px;
    text-align: center;
	background:#969696;
    line-height: 40px;
    margin: 0 auto;
    font-size: 12px;
    color: #fff;
}
.quality-line p span.active{
	background: #1da1f3;
}
.quality-right{
    position: absolute;
    width:11px;
    height: 11px;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    border-radius: 11px;
    top:-8px;
    right:12px;
    z-index:99;
}
.quality-right img{
    width: 100%;
    height: 100%;
    margin-top: -11px;
}
.swiper-slide{
    font-size: 12px;
    color: #323232;
}
.swiper-container1 .swiper-slide{
	margin-top:0;
}
.swiper-slide>h1{
    font-size: 12px;
    width: 100%;
    padding-left: 12px;
}
.swiper-slide>p{
    padding: 0 12px;
}
.mask{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:rgba(0,0,0,0.3);
    z-index: 111;
}
/*联系我们*/
.contact{
    padding: 16px 20px;
}
.contact>h1{
    color: #323232;
    font-size: 18px;
    padding-left: 6px;
	font-weight: bold;
}
.contact>h2{
    color: #969696;
    font-size: 12px;
    padding-left: 6px;
}
.contact-way{
    display: flex;
    justify-content:space-between;
    height: 280px;
    margin-top: 18px;
}
.contact-way>div{
    width: 49%;
    background:#e6e6e6;
    border-radius: 4px;
}
.contact-logo{
    width: 102px;
    height: 102px;
    margin:0 auto;
    margin-top:20px;
}
.contact-logo img{
    width: 100%;
    height: 100%;
}
.contact-wechat h3{
    font-size: 12px;
    color: #969696;
    text-align: center;
    padding:25px 0 16px 0;
}
.contact-wechat h4{
    font-size: 12px;
    color: #1da1f3;
    text-align: center;
}
.contact-phone h5{
    color:#969696;
    font-size: 13px;
    text-align: center;
    padding:25px 0 18px 0;
}
/* .contact-phone p{
    color: #646464;
    font-size: 12px;
    line-height: 25px;
    width: 100%;
    text-align:left;
}
.contact-phone p a{
    color: #1da1f3;
} */
.contact-phonenum{
	width:100%;
	height:100%;
}
.contact-phonenum img{
	width: 100%;
}
.contact-footer{
    padding:24px 15px 15px 15px;
}
.contact-footer-line{
    width:100%;
    height: 1px;
    background:#dcdcdc;
    margin-bottom: 25px;
}
.contact-footer h1{
    font-size: 15px;
    color: #323232;
    padding:0 10px 12px 10px;
}
.contact-footer p{
    font-size: 12px;
    color: #323232;
    padding:0px 10px 8px 10px;
}
/*模态框*/
.contact-mask{
    width:100%;
    height: 100%;
    position: fixed;
    background: rgba(0,0,0,0.3);
    top: 0;
    left: 0;
    display: none;
}
.contact-mask-content{
    position: fixed;
    width:100%;
    bottom:0;
    left: 0;
    background: #fff;
    height: 176px;
    text-align: center;
}
.callnum{
    width: 100%;
    height: 52px;
    border-bottom: 1px solid #dcdcdc;
    font-size: 15px;
    color: #323232;
    line-height: 52px;
}

.callnum a{
    color: #323232;
}
.callnum-cancel{
    line-height: 52px;
}
/*董事长致辞*/
.contents-top{
	margin: 0;
}
.contents-top img{
	width: 100%;
	display: block;
}
/*侧边栏*/
.am-offcanvas-bar{
    width: 150px;
    background: #f0f0f0;
	box-shadow: 0 0 3px 4px rgba(0,0,0,0.3);
	transform: translateX(150px); 
}
/* .am-offcanvas-bar-flip{
	transform: translateX(0);
} */
@keyframes fadeins{
	from{
		transform: translateX(150px);
	}
	to{
		transform: translateX(0);
	}
}
@keyframes fadeout{
	from{
		transform: translateX(0);
	}
	to{
		transform: translateX(150px);
	}
	
}
@keyframes lifadein{
	from{
		transform: translateX(284px);
	}
	to{
		transform: translateX(0);
	}
}
@keyframes lifadeout{
	from{
		transform: translateX(0);
	}
	to{
		transform: translateX(284px);
	}
}

.am-offcanvas-bar:after{
  background:#f0f0f0;
}
.side-tab{
	display: block;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #d0d0d0;
	color: #505050;
}
.side-tab p{
    padding-left: 55px;
    position: relative;
    font-size: 15px;
}
.side-tab.side-active p{
    color: #1da1f3;
}
.side-tab img{
    width: 20px;
    height: 14px;
    position:absolute;
    left: 20px;
    top: 24px;
}
.side-tab.side-tab1 img{
    width: 16px;
    height: 21px;
    left: 20px;
    top: 18px;
}
.side-tab.side-tab2 img{
    width: 20px;
    height: 20px;
    left: 20px;
    top: 20px;
}
.side-tab.side-tab4 img{
    width: 21px;
    height: 19px;
    left: 20px;
    top: 20px;
}
.side-tab.side-tab5 img{
    width: 19px;
    height: 19px;
    left: 20px;
    top: 20px;
}
.side-tab.side-tab6 img{
    width: 17px;
    height: 21px;
    left: 20px;
    top: 19px;
}
.country-tab{
	position: fixed;
	top:0;
	width:134px;
	height: 135px;
	right: 150px;
	background: #f0f0f0;
	transform: translateX(284px);
}
.country-tab p{
	width: 66%;
	text-align:right;
}
.country-tab b{
	display: inline-block;
	width: 10px;
	height: 7.5px;
	margin-left: 8px;
}
.country-tab b img{
	width: 100%;
}
.country-choose{
	font-size: 12px;
	display: inline-block;
}
.country-choose img{
	width: 20px;
	height: 15px;
	margin-right: 8px;
}
.country-ul{
	padding-left:0;
	margin-bottom: 0px;
}
.country-ul li{
	width: 100%;
	height: 45px;
	line-height: 45px;
	list-style: none;
	font-size: 12px;
	padding-left: 50px;
	position: relative;
}
.country-ul li.active{
	background: #DCDCDC;
}
.country-ul li img{
	position: absolute;
	left: -10px;
	top: 14px;
	width: 20px;
	height: 15px;
	margin-left: 30px;
}
/*首页浮层*/
.downloadbox{
	position: fixed;
	bottom:0;
	left:0;
	z-index:11111;
	width: 100%;
}
.download{
	width: 100%;
	height:90px;
	position: absolute;
	background: rgba(0,0,0,0.9);
	float: left;
	left: 0;
	bottom: 0;
	z-index: 111111;

}
.mui-download-title{
	color: #fff;
	font-size: 12px;
	width: 100%;
	text-align: center;
	margin: 15px 0 17px 0;
}
.download-phone{
	width: 50%;
	float: left;
	font-size: 12px;
	color: #fff;
}
.download-phone:nth-of-type(1){
	padding:0 12.5px 0 30px;
}
.download-phone:nth-of-type(2){
	padding:0 30px 0 12.5px;
}

.download-phone>a{
	display: block;
	width: 100%;
	height: 25px;
	text-align: center;
	border: 1px solid rgba(255,255,255,0.7);
	border-radius: 25px;
	vertical-align:middle;
	line-height: 23px;
	color: #fff;

}
.download-phone>a span{
	display: inline-block;
	width: 18px;
	height: 18px;
	vertical-align: middle;
	position: relative;
	margin-top: -9px;
	margin-right:6px;
}
.download-phone>a img{
	width: 100%;
	height: 100%;
	vertical-align: middle;

}
.download-close{
	width:20px;
	height:20px;
	position: absolute;
	right: 10px;
	top:10px;

}
.download-close img{
	width: 100%;
	height: 100%;

}
.backdownload{
	width:55px;
	height:90px;
	float: left;
	background: rgba(0,0,0,0.9);
	position: absolute;
	bottom:0;
	right:-55px;
	z-index: 111111;
	border-top-right-radius: 90px;
	border-bottom-right-radius: 90px;
}

.backdownload-arrow{
	width: 28px;
	height: 28px;
	position: relative;
	top: 50%;
	margin-top: -14px;
	margin-left: 12px;
}
.backdownload-arrow img{
	width:100%;
}
@keyframes backtoright {
	0%{
		transform: translateX(-100%);
	}
	100%{
		transform: translateX(0);
	}

}
@keyframes backtoleft {
	0%{
		transform: translateX(0);
	}
	100%{
		transform: translateX(-100%);
	}

}