body,
html {
	padding: 0;
	margin: 0;
	background-color: #fff;
	font-family: "微软雅黑"!important;
	
}

html {
	font-size: 62.5%;
	/*10 ÷ 16 × 100% = 62.5%*/
}

body {
	font-size: 1.4rem;
	/*1.4 × 10px = 14px */
}
a{
	cursor: pointer;
	transition: all .2s linear;
	
}
.error-msg {
    color: red;
    font-size: 12px;
    text-align: center;
    margin-top: 8px;
    display: none;
}
a:hover{
	opacity: 0.9;
}

#banner{
	position:relative;
}
.layui-nav .layui-this:after, .layui-nav-bar, .layui-nav-tree .layui-nav-itemed:after{
	background: none!important;
}
.header{
	position:fixed;
	z-index: 999;
	top:0px;
	background: rgba(0,0,0,0.5);
	width: 100%;
	height: 70px;
}
.header .layui-nav .layui-nav-more{
	border: none;
	width: 12px;
	height: 6px;
	margin: 0;
	top: 47%;
	background: url(../img/head_arrow_s.png) no-repeat;
}
.header .layui-nav .layui-nav-mored{
	margin: 0;
	
}
.header.go{
	background: #333;
}
.nav{
	max-width: 1180px;
	margin: 0 auto;
	position: relative;
}
.header .try{
	position: absolute;
	right: 0px;
	width: 78px;
	line-height: 70px;
	background: #008cff;
	color: #fff;
	top: 0;
	text-align: center;
}
.layui-nav .layui-nav-item{
	line-height: 70px;
}
.layui-nav .layui-nav-item>a:hover{
	color: #fff;
	opacity: 1;
}
.header .logo{
	width: 166px;
	height: 40px;
	display: block;
	position: absolute;
	left: 0;
	margin-top:15px;
	z-index: 9999;
	
}
.layui-nav{
	background:none;
	padding-left: 350px;
}
.layui-nav-child
{
 z-index: 999;
	top: 70px;
	background: rgba(0,0,0,0.8);
	border: none;
	border-radius:0px;
	color: #fff;
}
.layui-nav .layui-nav-child dd.layui-this a, .layui-nav-child dd.layui-this{
	background: none!important;
}
.header .layui-nav:hover{
	color: #fff;
}
.layui-nav .layui-nav-item a{
	padding:  0 46px;
	font-size: 16px;
}
.layui-nav .layui-nav-more{
	right:28px
}
.header .layui-nav .layui-nav-child a{
	color:#999;
	padding: 5px 32px;
	font-size: 14px;
}
.header .layui-nav-bar{
	background:none!important;
}
.header .layui-nav .layui-nav-child a:hover{
	background:none;
	color: #fff;
}
.swiper-container.swiper-container-horizontal >.swiper-pagination-bullets{
	bottom:45px;
}
.swiper-container .swiper-pagination-bullet-active{
	width: 10px;
    height:10px;
    border-radius: 100%;
    background: #fff;
   
}
.swiper-container .swiper-pagination-bullet{
	width: 10px;
    height:10px;
    border-radius: 100%;
    background: #afafb1;
}
.swiper-container{
	position:relative;
}

.swiper-container img{
	width: 100%;
	height:590px;
}
ul {
	position: inherit;
	text-align: center;
	padding: 0px;
	margin: 0px;
}
.ask{
	border-top-left-radius:30px;
	border-bottom-left-radius:30px;
	position: fixed;
	top:65%;
	right: 0px;
	background: #7f7f7f;
	width: 140px;
	z-index:99;
	
}
.ask .ask-left{
	border-right: 1px solid #a6a6a6;
	
}
.ask .box{
	float: left;
	cursor: pointer;
	width: 50%;
	color: #fff;
	padding: 9px 0px;
	text-align: center;
	
}
.ask .box img{
	width: 28px;
	text-align: center;
	height: 28px;
}
.ask>div  span{
	display:block;
	font-size: 12px;
}
.ask-div img{
	width: 40px;
	height: 40px;
	float: left;
}
.ask-div{
	background: #fff;
	position: absolute;
	left:-334px;
	width: 325px;
	height: 140px;
	padding-top: 20px;
	padding-bottom: 20px;
	top: -40px;
	padding-left: 46px;
	border-radius: 10px;
    z-index: 999;
	box-shadow:0px 0px 30px rgba(0,0,0,0.3);
	box-sizing: border-box;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
     transition: all .4s linear;
     opacity:0;
    transform:scale(0.6);
    
}
.ask-div-show{
	opacity: 1;
	 transform:scale(1);
}
.ask-div:after{
	content:"";
	 display:block;
      width: 0;
    height: 0;
    border-top:10px solid transparent;
    border-left: 10px solid #fff;
    border-bottom:10px solid transparent;
    position: absolute;
    right: -10px;
    top: 68px;
	
}
.ask-div li>div{
	float: left;
	text-align: left;
	margin-left: 10px;
}
.ask-div li>div p{
	color: #98a2ab;
}
.ask-div li{
	overflow: hidden;
	
}
.ask-div li:last-child{
	margin-top:20px;
	
}
.ask-div li>div p:first-child{
	color: #333;
	font-size: 16px;

}
.right-nav{
	position:fixed;
	top:45%;
	background: #008cff;
	text-align: center;
	font-size: 18px;
	color: #fff;
	z-index: 9999;
	padding:13px  25px;
	border-radius:40px;
	right: -25px;
	padding-right: 45px;
	display: none;
	cursor: pointer;
	box-shadow:0px 0px 30px rgba(0,0,0,0.5);
}
.right-nav:hover{
	
}
.add-msg{
	position:fixed;
	right:15px;
    z-index: 9999;
    border-radius:10px;
    top:25%;
    box-shadow:0px 0px 30px rgba(0,0,0,0.5);
}
.views{
	max-width: 1180px;
	margin: 0 auto;
}
.views-msg{
	position: absolute;
	top: 50%;
	z-index: 999;
	color: #fff;
}
.views-msg h4{
	font-weight: normal;
	font-size: 38px;
}
.views-msg p{
	margin-top: 8px;
	font-size: 18px;
	
}
.add-msg-show{
	transform:scale(1);
	opacity: 1;
}

.sixth-anniversary{
	position: absolute;
	/* background: url(../img/index/pop_6th.png) no-repeat; */
	width: 236px;
	height: 99px;
	top: -83px;
    left: 20px
}
.add-msg .add-header{
	color: #fff;
	line-height: 50px;
	font-size: 16px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	text-align: center;
	background: #008cff;
}
.add-msg .close-btn{
	display: block;
	float:right;
	margin-top: 17px;
	margin-right: 14px;
	background: url(../img/index/pop_exit.png) no-repeat;
	width: 13px;
	height: 13px;
	
	background-size:cover;
}
.add-msg .input-box{
	 background: #fff;
	padding: 35px 30px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.add-msg .input-box a{
	width: 220px;
	line-height: 40px;
	border-radius: 16px/20px;
	background: #008cff;
	font-size: 16px;
	display: block;
	text-align: center;
     color: #fff;
     margin-top: 20px;
}
.add-msg input{
	width: 220px;
	text-indent: 10px;
	height: 40px;
	border: 1px solid #d3d3d3;
	border-radius: 16px/20px;
	display: block;
}
ul li {
	list-style-type: none;
}
/*产品服务*/
.titles{
	font-size: 26px;
	text-align: center;
	padding-top:90px;
	padding-bottom:60px;
}

 /*底部*/
.contact_information{
	background: #343841;
	overflow: hidden;
	padding-top:86px;
	
}
 .infor-lists{
	max-width: 1180px;
	margin: 0 auto;
	overflow: hidden;
	border-bottom: 1px solid  #666d75;
	padding-bottom: 26px;
	}
.infor-lists .left-div{
	float: left;
}
.left-div img{
	width: 40px;
	height: 40px;
	float: left;
}
.left-div li>div{
	float: left;
	text-align: left;
	margin-left: 10px;
}
.left-div li>div p{
	color: #97a1aa;
}
.left-div li{
	overflow: hidden;
	
}
.left-div li:last-child{
	margin-top: 40px;
	
}
.left-div li>div p:first-child{
	color: #fff;
	font-size: 16px;
	margin-bottom:5px;
}
.left-div li:last-child div p:last-child{
	margin-top: 5px;
}
.center-div{
	z-index: 999;
	float: left;
}
.center-div dl{
	float: left;
	margin-right: 75px;
}
.center-div dl:first-child{
	margin-left: 150px;
}
.center-div dl:last-child{
	margin-right:0px;
}
.center-div dl dt{
	color: #fff;
	font-size: 18px;
	margin-bottom: 24px;
}
.center-div dl dt a{
	color: #fff;
}
.center-div dl dd a{
	
	color: #97a1aa;
	font-size: 16px;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
     transition: all .2s linear;
     cursor: pointer;
}
.center-div dl dd{
	margin-bottom: 8px;
}
.center-div dl dd a:hover{
	color: #fff;
	
	
}
.right-div{
	float: right;
}
.right-div div{
	color: #fff;
	text-align: center;
	margin-bottom: 20px;
}
.right-div img{
	display: block;
}
.f-tab{
	clear: both;
	display: block;
	text-align: center;
}
.f-tab ul{
	display: inline-block;
}
.f-tab li{
	float:left;
}
.f-tab a{
	padding: 0 25px;
	color: #97a1aa;
	font-size: 16px;
	position:relative;
}
.f-tab a:hover{
	color: #fff;
}
.f-tab a:after{
	content: "";
    width:2px!important;
    height:70%;
    background:#97a1aa;
    position: absolute;
    right: 0px;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.f-tab li:last-child a:after{
	background: none;
}
.f-tab li:first-child a{
	border-left:none;
}
.f-tab li:last-child a{
	border-right:none;
}

#goPageTop{
	background: url(../img/index/foot_img_top.png) no-repeat;
	display: block;
	width: 50px;
	height: 50px;
	position:fixed;
	right: 40px;
	bottom: 75px;
	display: none;
}
.contact_information .line{
	text-align: center;
	color: #97a1aa;
	padding: 24px 0 24px 0px;
}

.layui-tab-title{
	border: none;
}
.layui-tab .layui-tab-title .layui-this:after{
	content: "";
	width: 0px!important;
	height:60%!important;
	background: #eee!important;
	position: absolute;
	right: 0px!important;
	left: 100%;
	border: none;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.layui-tab-title li:after{
	content: "";
	width: 1px!important;
	height:60%;
	background: #eee;
	position: absolute;
	right: 0px;
	top: 50%;
	-moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.layui-tab-title li:last-child:after{
	width: 0px!important;
	background:none!important;
}
.layui-tab .layui-tab-title .layui-this{
	background: #008cff;
	color: #fff;
}
.layui-tab{
    position: relative;
    background: #f4f8fb;
    margin: 0;
}
.layui-tab-title{
	position: absolute;
    top: -31px;
    z-index:888;
    background: #fff;
    height: 50px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    box-shadow:0px 0px 30px rgba(0,0,0,0.3);
}
.layui-tab-title li{
	padding: 0;
	width: 150px;
	text-align: center;
	line-height: 50px;
	font-size:16px;
}
.layui-tab-content{
	overflow: hidden;
	
}
.layui-tab-item{
	
}
 @media(max-width:1200px){

  .add-msg {
    
    top: 20%;
}
}
@media(max-width:1000px){

  .add-msg {
    
    top:13%;
}
.layui-nav{
	padding-left: 250px;
}
}