@charset "utf-8";
@font-face {
    font-family: "Impact";
    src: url("../fonts/Impact.eot"); /* IE9 */
    src: url("../fonts/Impact.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    
    url("../fonts/Impact.woff") format("woff"), /* chrome、firefox */
    url("../fonts/Impact.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+ */
    
    url("../fonts/Impact.svg#Impact") format("svg"); /* iOS 4.1- */
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "方正兰亭超细黑简体";
    src: url("../fonts/方正兰亭超细黑简体.eot"); /* IE9 */
    src: url("../fonts/方正兰亭超细黑简体.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    
    url("../fonts/方正兰亭超细黑简体.woff") format("woff"), /* chrome、firefox */
    url("../fonts/方正兰亭超细黑简体.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+ */
    
    url("../fonts/方正兰亭超细黑简体.svg#方正兰亭超细黑简体") format("svg"); /* iOS 4.1- */
    font-style: normal;
    font-weight: normal;
}



/*兼容*/
html{
    -webkit-tap-highlight-color:rgba(0,0,0,0); /*取消超链接点击颜色块*/
}
body {
	-webkit-overflow-scrolling:touch; 
	overflow-scrolling: touch;
	background-clip: padding-box;
	min-width:1200px;
}
/*去掉ios默认submit样式*/
input[type="button"], input[type="submit"], input[type="reset"] {
    -webkit-appearance: none;
}
textarea {
  -webkit-appearance: none;
}
element {
  -webkit-touch-callout:none;
  -webkit-appearance:none;
  -webkit-tap-highlight-color:rgba(255,255,255,0);
  -webkit-transform:translate3d(0,0,0)
  transform: translate3d(0,0,0);
  border-width:thin;
}
/*去掉默认number的上下按钮样式*/
input[type=number] {  
    -moz-appearance:textfield;  
}  
input[type=number]::-webkit-inner-spin-button,  
input[type=number]::-webkit-outer-spin-button {  
    -webkit-appearance: none;  
    margin: 0;  
}  
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #c1c1c1;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #c1c1c1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #c1c1c1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #c1c1c1;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color:    #c1c1c1;
}

html, body, form, fieldset, p, div, h1, h2, h3, h4, h5, h6{
  -webkit-text-size-adjust:100%;
  font-weight: normal;
}
/*兼容*/
*{
  margin: 0;
  padding: 0;
  font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}


table { 
    border-collapse: collapse; 
    border-spacing: 0; 
} 
fieldset,img { 
    border: 0; 
} 
address,caption,cite,code,dfn,em,strong,th,var { 
    font-weight: normal; 
    font-style: normal; 
} 
ol,ul { 
    list-style: none; 
} 
caption,th { 
    text-align: left; 
} 
h1,h2,h3,h4,h5,h6 { 
    font-weight: normal; 
    font-size: 100%; 
} 
q:before,q:after { 
    content:""; 
} 
abbr,acronym { 
    border: 0; 
} 
a{
    text-decoration: none;
}
.clearfix{
    zoom:1;
}
.clearfix:after{
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
}


/*全局样式*/
.container{
  width: 1230px;
  margin: 0 auto;
  padding: 0 15px;
}


section{
  overflow: hidden;
  text-align: center;
  min-width: 1200px;
}
body,html{
  height: 100%;
}

.icons{
  /*background: url(../img/index/icons.png) no-repeat center;*/
}

/*tit*/
.tit{
  text-align: center;
  padding: 67px 0 46px;
}
.tit h3{
  font-size: 28px;
  color: #292929;
  margin-bottom: 10px;
}
.tit p{
  font-size: 16px;
  color: #848484;
  margin-bottom: 20px;
}
.tit .hr{
  position: relative;
  width: 100%;
  height: 1px;
  background-color: #b5b5b5;
}
.tit .hr hr{
  position: absolute;
  border:none;
  border-top: 4px solid #e60012;
  width: 166px;
  top: 0;
  left: 50%;
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

/*btn*/

.btn{
  display: block;
  width:150px;
  height:36px;
  line-height: 36px;
  border:1px solid #373d41;
  color: #666666;
  font-size: 14px;
  margin: auto;
  -o-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.btn:hover{
     color:#135684;
     border:1px solid #135684;
}
.filling{
  height:66px;
}
nav{
  background: #31363a;
  height:66px;
  position: fixed;
  z-index:200;
  width:100%;
}
nav .logo{
  float:left;
  width:300px;
}
nav h1{
  float:left;
  margin-top:20px;
  padding-right:10px;
}
nav h2{
  float:left;
  color:#fff;
  margin-top:10px;
  line-height: 40px;
  font-size:14px;
  border-left:1px solid #fff;
  padding-left:10px;
}
nav ul{
  float:right;
  
}
nav ul li{
  cursor: pointer;
  float:left;
  font-size:14px;
  height:66px;
  line-height: 66px;
  color:#fff;
}
nav ul li > a{
  display: block;
  padding:0 20px;
  color:#fff;

}
nav ul li.iphone{
position: relative;
background: url(../images/iphone.png) no-repeat left center;
margin-left:40px;
padding-left:40px;
}

nav ul li .twonav{
  position: absolute;
  left:0;
  height:70px;
  display: none;
  background: #23272a;
  width:100%;
  text-align: center;
  transition: all 0.6s;
  z-index:3;
}
nav ul li .twonav > a{
   color:#fff;
   margin:0 60px;
   display: inline-block;

}
/*nav ul li:hover .twonav{
  
}
*/
/*banner*/
#banner{

}

#banner .swiper-container{
  height:595px;

}
#banner .swiper-slide{
  width: 100%;
  height: 100%;
  background-size: cover;
}

/*分页banner*/
.bannerpage{
  height:300px;
  position: relative;
}

.bannerpage .img {
	width: 1200px;
	margin:0 auto;
	height:100%;
	overflow:hidden;
	position: absolute;
	top:0;
	left:0;
	right:0;
	z-index:10;
}

.bannerpage .img img{
	width:100%;
	height:auto;
	min-height:300px;
	position:absolute;
	top:-100px;
	left:0;
}

.bannerpage  .bg{
	width: 100%;
	height:100%;
	position: absolute;
	top:0;
	left:0;
	right:0;
	z-index:15;
	background:rgba(0, 72, 144, 0.7);
}

.bannerpage .cont{
  width:100%;
  position: absolute;
  top:0;
  left:0;
  text-align: left;
  color:#fff;
}
.bannerpage .cont h3{
  margin-top:70px;
    font-size:40px;  
}
.bannerpage .cont p{
  font-size:20px;
  margin:5px 0;
}
.bannerpage .cont .btn{
    color:#fff;
    border:1px solid #fff;
    text-align: center;
    margin: 45px 0 0; 
}

/**/
.bannerpage .cont-detail{
  width:100%;
  position: absolute;
  top:0;
  left:0;
  z-index:20;
  text-align: left;
  color:#fff;
  text-align: center;
}

.bannerpage .cont-detail h4{
    font-size:28px;
    padding:100px 0 0;
}
.bannerpage .cont-detail ul li{
  display: inline-block;
  padding:28px 20px 0;
}
/*bottom*/
 .bottom{
  position: relative;
  overflow: hidden;
  text-align: left;
  background: #1c2327;
}

.bottom .tit h3{
  color: #c1c1c1;
}

.bottom .left,#bottom .right{
  color: #7f7e7e;
}
.bottom .left{
  width:600px;
}

.bottom .left .address{
  width:350px;
  float: left;
}
.bottom .left h5{
  font-size: 18px;
  color: #f7f7f7;
  line-height: 26px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f7f7f7;
}

.bottom .left ul li{
  font-size:14px;
  margin-top: 16px;
  color: #c1c1c1;
}


.bottom .left .erweima{
  float: left;
  margin-left: 100px;
  text-align: center;
  margin-top: 6px;
}
.bottom .left .erweima p{
  font-size:14px;
  margin-top: 25px;
  color:#fff;
}


.bottom .right{
  width:520px;
  float:right;
  font-size: 14px;
  margin-left:30px;
}
.bottom .right h5{
  color:#c1c1c1;
  margin-bottom: 20px;
}
.bottom .right p{
  margin-bottom: 17px;
}
.bottom .right .input{
  width: 242px;
  height: 30px;
  border:1px solid #c1c1c1;
  background: transparent;
  color: #fff;
  padding-left: 10px;
}
.bottom .right p.first{
  -webkit-display: flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}


.bottom .right .submit{
  width: 242px;
  height: 30px;
  border:none;
  outline: 0;
  background: none;
  border:1px solid #c1c1c1;
  color:#c1c1c1;
  cursor: pointer;
}

.bottom #other{
  font-size:12px;
  clear: both;
  background-color: #1c2327;

}
.bottom #other .container{
  margin:40px auto 45px;
  color: #c1c1c1;
}
.bottom #other .container a{
   font-size: 12px;
   display: inline-block;
   padding:2px 1px;
   color: #c1c1c1;
}
.bottom #other .container a:hover{
  color: #dacaca;
}
.bottom #icp{
  color: #c1c1c1;
  font-size: 12px;
  text-align: center;
  border-top:1px solid #c1c1c1;
  padding:10px 0;
}

.bottom .select{
  position:relative;
  width:242px;
  min-width:134px;
  height:30px;
  border:1px solid #c1c1c1;
  cursor:pointer;
}
.bottom .select:after{
  content:"";
  position:absolute;
  top:10px;
  right:10px;
  width:20px;
  height:8px;
 background: url(../images/select.png) no-repeat center;
}
.bottom .select .select_text{
  padding:0 20px 0 10px;
  height:30px;
  line-height:30px;
  font-size:12px;
  color:#c1c1c1;
}
.bottom .select_ul{ 
  display:none;
  position:absolute;
  top:30px;
  left:-1px;
  width:246px;
  min-width:134px;
  border:1px solid #5b5e60;
  border-bottom-right-radius:3px;
  border-bottom-left-radius:3px;
  background:#1c2327;
  height:200px;
  overflow-y:auto
}
.bottom .select_ul li{
  color:#fff;
  line-height:30px;
  font-size:12px;
  text-indent:10px;
}
.bottom .select_ul li:hover{
  color:#fff;
  background:#a03423;
}
.bottom .select_ul li.cur{
  color:#fff;
  background:#a03423;
}

.page{
  padding:55px 0; 
}

.back{
  position: fixed;
  right:20px;
  bottom:30px;
  width:48px;
  height:50px;
  z-index:3;
  cursor:pointer;
}
.back img{
  width:100%;
}


 .am-pagination{margin: 0px 0px 0px;width: 100%;height: auto;display: flex;justify-content: center;}
 .am-pagination:after{display: table;width: 0;content: '';clear: both;} 
 .am-pagination li {display: inline;float: left;width: 56px;height: 45px;line-height: 45px;text-align: center;font-size: 18px;color: #656565;background: #fff;border: 1px solid #ddd;margin-left: 10px;cursor: pointer;}	
 .am-pagination li span,.service .cont-left .am-pagination li a{font-size: 16px;color: #666;}
 .am-pagination li a{display:block; color: #656565;}
 .am-pagination li:first-child,
 .am-pagination li:last-child{width: 90px;height: 45px;line-height: 40px;text-align: center;font-size: 16px;color: #656565;background: #fff;}
 .am-pagination li.am-active{background: #004890; color:#fff;}
 .am-pagination li.am-active span,.service .cont-left .am-pagination li.am-active a{background: #f2f2f2;color: #fff;}
 .am-pagination li:first-child{margin-left: 0;}
 .am-pagination li:hover{background: #004890; color:#fff; }
 .am-pagination li:hover span,
 .am-pagination li:hover a{color: #fff;}
 .am-pagination li.am-active a{ color:#fff;}
 .am-pagination li:first-child:hover,
.am-pagination li:last-child:hover{background: #004890;border: 1px solid #e1e1e1; color:#fff;}
.am-pagination li:first-child:hover a,.service .cont-left .am-pagination li:first-child:hover span,.service .cont-left .am-pagination li:last-child:hover a,.service .cont-left .am-pagination li:last-child:hover span{color: #fff;}	
	
