@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;
	background-color:#F3F3F3;
}
/*去掉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: Arial,"Microsoft YaHei","微软雅黑","宋体";
  -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;*/
  margin-bottom:30px;
}


section{
  overflow: hidden;
  text-align: center;
  min-width: 1200px;
  height:auto;
  min-height:0px;
  overflow:hidden;
}
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: #fff;
  height:66px;
  position: fixed;
  z-index:200;
  width:100%;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, .3);
}
nav .logo{
  float:left;
  width:500px;
}
nav h1{
  float:left;
  margin-top:15px;
  padding-right:10px;
}
.container .logo_txt{float:left;color:#000; display:block;font-size:14px !important;display:flex;
align-items:flex-end;height:57px;}
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;
}
nav ul li > a{
  display: block;
  padding:0 20px;
  font-size:15px;
  color:#363636;
}
nav ul li .current{color:#0E339E;font-weight:900;}
nav ul li.iphone{
position: relative;
background: url(/Public/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: #fff;
  width:100%;
  text-align: center;
  transition: all 0.6s;
  z-index:3;
}
nav ul li .twonav > a{
   color:#000;
   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 a{
	width:100%;
	height:100%;
	display:block;
}

/*分页banner*/
.bannerpage{
  height:317px;
  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{
  padding-top:30px;
  position: relative;
  overflow: hidden;
  text-align: left;
  background: #3395D4;
}

.bottom .container{margin:0px auto;}
.bottom .tit h3{
  color: #c1c1c1;
}

.bottom .left,#bottom .right{
  color: #7f7e7e;
}
.bottom .left{
  /*width:800px;*/
}

.bottom .left .address{
  width:250px;
  float: left;
  /*border-right:#BABABA 1px solid;*/
}

.bottom .left h5{
  font-size: 18px;
  color: #fff;
  line-height: 60px;
  height:60px;
  font-weight:900;
}

.bottom .left ul li{
  font-size:14px;
  line-height:200%;
  margin-top: 8px;
  margin-bottom:8px;
  color: #fff;
}
.bottom .caidan .address ul li{
	font-size:16px;
	padding-left:5px;
}
.bottom .caidan .c ul li:before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #fff;
    vertical-align: middle;
    margin-right: 7px;
    border-radius: 4px;
	color:#fff;
}

.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-color:#ff2400;border:none;color:#fff;
  cursor: pointer;
}

.bottom #other{
  font-size:12px;
  clear: both;
  background-color:#999999;
  height:49px;
  line-height:49px;
}
.bottom #other .container{
  margin:0px auto;
  color: #fff;
}
.bottom #other .container a{
   font-size: 12px;
   display: inline-block;
   padding:2px 1px;
   color: #fff;
}
.bottom #other .container a:hover{
  color: #dacaca;
}
.bottom #icp{
  color: #CAE5FF;
  font-size: 16px;
  text-align: center;
  border-top:1px solid #1B88CD;
  padding:20px 0;
  background-color:#1B88CD;
}
.bottom #icp a{
	font-size:16px;
	color:#CAE5FF;
}

.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(/Public/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%;
}


/*弹窗*/

.tan{
	display: none;
    position: fixed;
    width: 436px;
    height: 307px;
    background: url(/Public/images/tan.png) no-repeat center center;
    top: 25%;
    border-radius: 18px;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index:999;
}

.tan a{
	width: 100%;
	height: 100%;
	display: block;
}

.aniu1{
    width: 180px;
    height: 46px;
    margin: 0 25px;
    overflow: hidden;
    position: absolute;
    bottom: 26px;
    left: 102px;
}
    
.aniu1 img{
	width: 100%;
	height: 100%;
}

.tan > img{
    position: absolute;
    width: 14px;
    height: 14px;
    opacity: 0.8;
    right: 16px;
    top: 20px;
    cursor: pointer;
}

.poor.show{
	display: block;
}

ul li{
	list-style: none;
}
/*侧边拦*/
.sidebar{
	position: fixed;
    z-index: 9999999;
    top: 200px;
    right:20px;
    cursor: pointer;
    transition: all .3s ease;
}
.sidebar ul{
	background: #fff;
	width: 75px;
	height: auto;
	border:1px solid #ccc;
}
.sidebar ul li{
	width: 75px;
	height: 75px;
	margin: 0 auto;
	border-bottom: 1px solid #ccc;
	box-sizing: border-box;
	padding-top: 17px;
	position: relative;
}

.sidebar ul li a{
	text-decoration: none;
	color: #135684;
}

.sidebar i{
	width: 27px;
	height: 22px;
	margin: 0 auto;
	display: block;
    vertical-align: middle;
    
}

.ic-tg{
	width: 27px;
	height: 22px;
	background: url(/Public/images/sid_tg.png) no-repeat center;
	margin: 0 auto;
}


.ic-gw{
	width: 20px;
	height: 22px;
	background: url(/Public/images/sid_gw.png) no-repeat center;
	margin: 0 auto;
}

.ic-tel{
	width: 22px;
	height: 22px;
	background: url(/Public/images/sid_tel.png) no-repeat center;
	margin: 0 auto;
}

.ic-zx{
	width: 22px;
	height: 22px;
	background: url(/Public/images/sid_zx.png) no-repeat center;
	margin: 0 auto;
}
.ic-wx{
	width: 26px;
	height: 22px;
	background: url(/Public/images/sid_wx.png) no-repeat center;
	margin: 0 auto;
}
.sidebar h3{
	color: #135684;
	font-size: 14px;
	text-align: center;
	margin-top: 5px;
}


.zx-tan{
	width: 170px;
	height: 74px;
	line-height: 74px;
	text-align: center;
	background: #135684;
	color: #fff;
	position: absolute;
	right: 0;
	top: 0;
	opacity: 0;
	transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
}

.zx-box{
	width: 170px;
	position: absolute;
	right: 0;
	top: 0;
	opacity: 0;
	transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
}

.sidebar ul li:hover .zx-tan{
	opacity: 1;
}

.sidebar ul li:hover .zx-box{
	opacity: 1;
}

.zx-box p{
	width: 170px;
	height: 74px;
	text-align: center;
	background: #135684;
	color: #fff;
	font-size: 16px;
    line-height: 21px; 
    padding: 16px 0;
    box-sizing: border-box;
}

.zx-box img{
	width: 168px;
	height: 168px;
	display: block;
	border: 1px solid #135684;
}





 .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;}	
	
.article_main{
	margin:0px auto;
	width:1200px;
}
.trust ul{
	padding-top: 52px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    text-align: center;	
}
.trust ul li{
	margin-bottom: 50px;
}
.trust ul li a{
	display: block;
    width: 373px;
    height: auto;
    transition: all .4s ease;
}
.trust ul li a .img{
    width: 100%;
    height: 290px;
    line-height: 320px;
    overflow: hidden;
    border-bottom: 1px solid #eee;
}
.trust ul li a .img img{
	display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: auto;
}
.trust ul li a p{
    line-height: 50px;
    height: 50px;
    background: #fff;
    font-size: 18px;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0 10px;
}
.trust ul li a{
	color:#000;
}
.article_main ul li{
	margin-bottom: 20px;
}
.logo img {vertical-align: middle;height:60px !important;}

.edition {
    float: left;
	margin-left:20px;
}
.edition .item {
    width: 160px;
    height: 50px;
    border-radius: 50px;
    overflow: hidden;
    margin: 10px 0 20px;
    cursor: pointer;
    position: relative;
}
.edition .item img {
    width: 100%;
    height: 100%;
}



.introduction {
  width: 100%;
  height: 600px;
  background: url('/Public/images/introduction.jpg') no-repeat center center / 1920px 100%;
}
.introduction .container{
	width: 1230px !important;
    margin: 0 auto !important;
    padding: 0 15px !important;
    margin-bottom: 30px !important;
}
.introduction h1 {
  padding: 80px 0;
  font-size: 42px;
  color: #333333;
  text-align: center;
  position: relative;
  font-weight:900;
}
.introduction h1::before {
  content: '';
  width: 371px;
  height: 48px;
  background: url('/Public/images/Company_introduction.png') no-repeat center center / 100% auto;
  position: absolute;
  top: 118px;
  left: 0;
  right: 0;
  margin: auto;
}
.introduction .title {
	float:left;
	/*padding-top: 36px;*/
	width:650px;
}
.introduction .title a{
	display:block;
	line-height:50px;
	text-align:center;
	border:#CC171B 1px solid;
	width:200px;
	color:#CC171B;
}
.introduction .title::before {
  content: '';
  width: 84px;
  height: 65px;
  position: absolute;
  top: 0;
  left: -20px;
}
.introduction .title h2 {
  text-indent: 2em;
  width: 100%;
  font-size:16px;
  color: #333;
  line-height: 34px;
  font-weight: normal;
}
.introduction .title h2 b {
  color: #0E339E;
  font-style: normal;
  font-weight: normal;
}
.introduction .title h2 a {
  font-size: 20px;
  color: #0E339E;
}
.introduction .video-pic {
  width: 485px;
  height: 273px;
  float:right;
}
.introduction .video-pic image {
  width: auto;
  height: 100%;
}
.introduction .video-pic .open {
  margin: -190px 0px 0px 180px;
  cursor: pointer;
  width: 90px;
  height: 90px;
  background: url(/Public/images/open.png) no-repeat center center / 70px 70px;
  z-index:999;
  position:absolute;
}
.introduction .video-pic .open a {
  width: 100%;
  height: 100%;
  display: block;
}

.content section{
	min-width:600px !important;
}