@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', 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;
  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: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{
  /*padding-top:30px;*/
  margin-top:-5px;
  position: relative;
  overflow: hidden;
  text-align: left;
  background: #E7E7E7;
}

.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: #143443;
  line-height: 60px;
  height:60px;
  font-weight:900;
}

.bottom .left ul li{
  font-size:16px;
  margin-top: 16px;
  color: #666;
}


.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: #fff;
  font-size: 16px;
  text-align: center;
  border-top:1px solid #c1c1c1;
  padding:10px 0;
  background-color:#999999;
}
.bottom #icp a{
	font-size:16px;
}

.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;
    
}

.logo {float: left; height: 100%; margin-right: 20px; font-size: 0;}
.shouy_daoh .hd_extra {
    float: right;
    margin: 19px 0 0 0;
}
.shouy_daoh.header-top .hd_extra .ebtn {
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
}
.shouy_daoh .hd_extra .bg {
    background: none;
    color: #f41b1f;
    margin: 0;
    width: 150px;
    position: relative;
    text-indent: 25px;
    box-sizing: border-box;
}
.shouy_daoh .hd_extra .ebtn {
    width: 100px;
    height: 35px;
    line-height: 35px;
    color: #544e4c;
    text-align: center;
    border: 1px solid #544e4c;
    background: none;
    border-radius: 2px;
    margin: 0 10px;
	font-size:14px;
	padding:5px 15px;
}

.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:42px !important;*/ position:absolute;top:-40px;}

.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: 562px;
}
.introduction .title::before {
  content: '';
  width: 84px;
  height: 65px;
  position: absolute;
  top: 0;
  left: -20px;
}
.introduction .title h2 {
  text-indent: 2em;
  width: 100%;
  font-size: 20px;
  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;
}

/*右侧悬浮*/
/*右侧悬浮开始*/
.c_nav {
    position: fixed;
    right: 30px;
    z-index: 9999;
    width: 72px;
    top: 50%;
    margin-top: -158px;
}

.c_nav li {
    /*float: right;*/
}

.c_nav li a {
    background: #FFFFFF;
    box-shadow: 0px 5px 10px 0px #d4c5c54f;
    display: block;
    width: 62px;
    height: 62px;
    border-radius: 5px;
    border: #005AFF 1px solid;
    font-size: 12px;
    text-align: center;
    margin-bottom: 9px;
    line-height: 1;
}

.c_nav li a i {
    display: inline-block;
    width: 28px;
    height: 22px;
    margin: 11px 0 9px 0;
    transition: all 0.5s;
}

.c_nav li.li1 a {
    background: linear-gradient(0deg, #005AFF, #6098FF);
    color: #fff;
    transition: all 0.5s;
    height: 120px;
}

.c_nav li.li1 a p {
    letter-spacing: 3px;
    line-height: 24px;
    font-size: 16px;
}

.c_nav li.li1 i {
    background: url('../images/suspension/side_icon_01.png') center no-repeat;
    width: 40px;
    height: 40px;
}

.c_nav li.li2 a {
    overflow: hidden;
    position: relative;
    transition: all 0.5s;
}

.c_nav li.li2 .hides {
    width: 230px;
    height: 70px;
    position: absolute;
    left: 0px;
    top: -5px;
    background: url(../images/suspension/side_tel_02.png) 20px center no-repeat;
    padding: 0 15px;
    text-align: left;
    display: none;
    text-indent: 50px;
}

.c_nav li.li2 .hides h2 {
    font-size: 12px;
    color: #fff;
    line-height: 1;
    padding: 17px 0 7px 0;
}

.c_nav li.li2 .hides p {
    font-size: 24px;
    color: #fff;
    font-family: "Arial";
    line-height: 1;
}

.c_nav li.li2 i {
    background: url('../images/suspension/side_tel_01.png') center no-repeat;
}

.c_nav li a:hover i {
    transform: rotate(360deg);
}

.c_nav li.li2 a:hover {
    background: linear-gradient(0deg, #f20d23, #f85f2a);
}

.c_nav li.li2 a:hover .hides {
    display: block;
}

.c_nav li.li2 a:hover .shows {
    display: none;
}

.c_nav li.li2 a:hover {
    width: 230px;
}

.c_nav li.li4 a:hover {
    background: linear-gradient(0deg, #005AFF, #005AFF);
    color: #FFFFFF;
}

.c_nav li.li4 a:hover i {
    background: url('../images/suspension/side_wx_02.png') center no-repeat;
}

.c_nav li.li4 i {
    background: url('../images/suspension/side_wx_01.png') center no-repeat;
}

.c_nav li.li4:hover .ewm_div {
    display: block;
}

.c_nav li.li4 .ewm_div {
    display: none;
    height: 160px;
    width: 140px;
    position: absolute;
    right: 84px;
    min-height: 90px;
    border-radius: 3px;
    box-shadow: 0px 5px 10px 0px rgba(25, 33, 49, 0.18);
    text-align: center;
    background: linear-gradient(0deg, #005AFF, #005AFF);
    font-size: 13px;
    color: #ffffff;
    line-height: 30px;
    top: -51px;
}

.c_nav li.li4 .ewm_div .arrow {
    position: absolute;
    width: 9px;
    height: 18px;
    background: url(../images/suspension/side_bg_arrow1.png) no-repeat;
    right: -8px;
    top: 70px;
}

.c_nav li.li4 .ewm_div .img_div {
    background: url(../images/suspension/wx.jpg) center no-repeat;
    width: 119px;
    height: 119px;
    margin: 11px 11px auto;
}

.c_nav li.li5 a {
    position: relative;
    transition: all 0.5s;
}

.c_nav li.li5 a:hover {
    background: linear-gradient(0deg, #005AFF, #005AFF);
    color: #FFFFFF;
}

.c_nav li.li5 a:hover i {
    background: url('../images/suspension/side_ewm_02.png') center no-repeat;
}

.c_nav li.li5 i {
    background: url('../images/suspension/side_ewm_01.png') center no-repeat;
}

.c_nav li.li5 .img {
    width: 108px;
    padding: 15px;
    border-radius: 5px;
    background: #0cd579;
    position: absolute;
    left: 180px;
    top: -48px;
}

.c_nav li.li5 .img img {
    width: 108px;
    height: 108px;
    display: block;
}

.c_nav li.li5 .img p {
    font-size: 16px;
    color: #fff;
    margin-top: 8px;
    letter-spacing: 2px;
}

.c_nav li.li5:hover .ewm_div {
    display: block;
}

.c_nav li.li5 .ewm_div {
    display: none;
    height: 160px;
    width: 140px;
    position: absolute;
    right: 84px;
    min-height: 90px;
    border-radius: 3px;
    box-shadow: 0px 5px 10px 0px rgba(25, 33, 49, 0.18);
    text-align: center;
    background: linear-gradient(0deg, #005AFF, #005AFF);
    font-size: 13px;
    color: #ffffff;
    line-height: 30px;
    top: -55px;
}

.c_nav li.li5 .ewm_div span{height:30px;line-height:30px;display:block;}
.c_nav li.li5 .ewm_div .arrow {
    position: absolute;
    width: 9px;
    height: 18px;
    background: url(../images/suspension/side_bg_arrow1.png) no-repeat;
    right: -8px;
    top: 70px;
}

.c_nav li.li5 .ewm_div .img_div {
    background: url(../images/qr_code.jpg) center no-repeat;
    width: 119px;
    height: 119px;
    margin: 11px 11px auto;
	background-size:100% 100%;
}

.c_nav li.li6 .out {
    background: url(../images/suspension/side_icon_05.png) center no-repeat #FFFFFF;
}

.c_nav li.li6 .top_return {
    box-shadow: 0px 5px 10px 0px #d4c5c54f;
    display: block;
    width: 62px;
    height: 30px;
    border-radius: 5px;
}

.c_nav li.li6 .over {
    display: none;
    background: linear-gradient(0deg, #005AFF, #005AFF);
    line-height: 35px;
    color: #ffffff;
    text-align: center;
}

.c_nav li.li6:hover .over {
    display: block;
}

.c_nav li.li6:hover .out {
    display: none;
}

.c_nav li.li1 {
    -webkit-animation: rotateInDownRight 1.5s 0.5s ease both;
    -moz-animation: rotateInDownRight 1.5s 0.5s ease both;
}

.c_nav li.li2 {
    -webkit-animation: rotateInDownLeft 1.5s 1.5s ease both;
    -moz-animation: rotateInDownLeft 1.5s 1.5s ease both;
}

.c_nav li.li4 {
    position: relative;
    -webkit-animation: rotateInDownRight 1.5s 2s ease both;
    -moz-animation: rotateInDownRight 1.5s 2s ease both;
}

.c_nav li.li5 {
    -webkit-animation: rotateInDownRight 1.5s 2.5s ease both;
    -moz-animation: rotateInDownRight 1.5s 2.5s ease both;
    position: relative;
}

.c_nav li.li7 {
    -webkit-animation: rotateInDownLeft 1.5s 3s ease both;
    -moz-animation: rotateInDownLeft 1.5s 3s ease both;
    cursor: pointer;
}

.c_nav li.li6 {
    -webkit-animation: rotateInDownRight 1.5s 3.5s ease both;
    -moz-animation: rotateInDownRight 1.5s 3.5s ease both;
    cursor: pointer;
}

.c_nav .d {
    display: none;
    width: 320px;
    background: #fff;
    position: absolute;
    right: 84px;
    min-height: 90px;
    border-radius: 3px;
    box-shadow: 0px 5px 10px 0px rgba(25, 33, 49, 0.18);
}

.c_nav .d .arrow {
    position: absolute;
    width: 9px;
    height: 18px;
    background: url(../images/suspension/side_bg_arrow.png) no-repeat;
    right: -8px;
    top: 190px;
}
.clr{float:right;}


/*最新动态*/
.section-1 {
    height: 60px;
    background: #FFFFFF;
    box-shadow: 0px 5px 10px 0px #6c6c6c1a;
	z-index: 999;
    position: absolute;
    width: 100%;	
}

.section-1 .div-img {
    background: url("../images/index/00-update.png") no-repeat center top;
    width: 114px;
    height: 28px;
    display: inline-block;
    margin-top: 17px;
    float: left;
}

.section-1 .items-list {
    display: inline-block;
}

.section-1 .items-list li {
    display: inline-block;
    margin-left: 93px;
}

.section-1 .items-list li:first-child {
    position: relative;
    margin-left: 80px;
}

.section-1 .items-list li:first-child:after {
    content: '';
    position: absolute;
    background: url("../images/index/00-new.png") no-repeat center top;
    width: 20px;
    height: 20px;
    display: inline-block;
    left: -30px;
    top: 20px;
}

.section-1 .items-list li .data-time {
    color: #bbb;
    font-size: 16px;
    line-height: 60px;
    float: left;
    letter-spacing: 1px;
}

.section-1 .items-list li .title {
    color: #333333;
    font-size: 16px;
    line-height: 60px;
    font-weight: 100;
    margin-left: 5px;
    width: 315px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    cursor: pointer;
}

.section-1 .items-list li .title:hover {
    color: #f20d23;
}

.section-1 .look-more {
    display: inline-block;
    color: #888888;
    font-size: 16px;
    float: right;
    padding: 0 15px;
    margin-top: 18px;
    position: relative;
    cursor: pointer;
}

.section-1 .look-more:after {
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    border: 1px solid #959595;
    transform: rotate(45deg);
    right: 0;
    border-left: 0;
    border-bottom: 0;
    top: 7px;
}

.section-1 .look-more:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 20px;
    background: #E5E5E5;
    display: inline-block;
    left: 0;
    top: 1px;
}

.section-1 .look-more:hover {
    color: #f20d23;
}

.containers {
    width: 1200px;
    margin: 0 auto;
}

/*网站底部信息*/
.footer {
    color: #999;
    font-size: 14px;
    background: #222;
}
.footer_container {
    width: 80%;
    margin: 0 auto;
}
.footer a {
    color: #999;
}

.footer a:hover {
    color: #aaa;
}

.footer .footer_service {
    background: #272727;
    padding: 40px 0;
}

.footer .footer_service li {
    float: left;

}

.footer .footer_service li{
    width: 223px;
}


.footer .footer_service li i {
    float: left;
    width: 50px;
    height: 50px;
    background: url(../images/common/bottom-icon.png) no-repeat;
}

.footer .footer_service li.item-1 i {
    background-position: 0 0;
}

.footer .footer_service li.item-2 i {
    background-position: -60px 0;
}

.footer .footer_service li.item-3 i {
    background-position: -120px 0;
}

.footer .footer_service li.item-4 i {
    background-position: -180px 0;
}

.footer .footer_service li .text {
    padding-left: 70px;
}

.footer .footer_service li .text .h3 {
    font-size: 18px;
    color: #fff;
}

.footer .footer_link {
    padding-top: 44px;
    overflow: hidden;
	width:1200px;
}

.footer .footer_link .ft-help-1 {
    /*display: none;*/
    float: left;
    width: 333px;
    position: relative;
}

.footer .footer_link .ft-help-1 .logo {
    width: 175px;
    height: 70px;
    margin-bottom: 10px;
    background: url(../images/logo_small.png) no-repeat left 10px;
    margin-left: 20px;
}

.footer .footer_link .ft-help-1 .company {
    font-size: 16px;
    color: #fff;
    margin-bottom: 15px;
    margin-top: 35px;
}

.footer .footer_link .ft-help-1 .number {
    width: 222px;
    height: 70px;
    border: 1px solid #333539;
}

.footer .footer_link .ft-help-1 .number .img {
    width: 24px;
    height: 31px;
    float: left;
    background: url(../images/common/bottom-icon2.png) no-repeat left top;
    margin: 12px 0 0 15px;
}

.footer .footer_link .ft-help-1 .number .info {
	clear:both;
	text-align:center;
    /*margin-left: 53px;*/
    margin-top: 100px;
    font-size: 13px;
    white-space: nowrap;
}

.footer .footer_link .ft-help-1 .number .info h3 {
    color: #fff;
    margin-bottom: 2px;
	font-size:16px;
}

.footer .footer_link .ft-help-1 .stage h3 {
    padding: 15px 0;
}

.footer .footer_link .ft-help-1 .stage .links a {
    float: left;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background: url(../images/common/bottom-icon2.png) no-repeat;
}

.footer .footer_link .ft-help-1 .stage .links a.item-1 {
    background-position: 0px -41px;
}

.footer .footer_link .ft-help-1 .stage .links a.item-2 {
    background-position: -30px -41px;
}

.footer .footer_link .ft-help-1 .stage .links a.item-3 {
    background-position: -60px -41px;
}

.footer .footer_link .ft-help-1 .stage .links a.item-4 {
    background-position: -90px -41px;
}

.footer .footer_link .ft-help-1 .stage .links a.item-5 {
    background-position: -120px -41px;
}

.footer .footer_link .ft-help-2 {
    float: right;
    width: 300px;
    margin-left: 50px;
}

.footer .footer_link .ft-help-2 .contact {
    margin-bottom: 24px;
}

.footer .footer_link .ft-help-2 .contact i {
    width: 50px;
    height: 50px;
    border-radius: 100px;
    float: left;
    background: rgba(255, 255, 255, .05) url(../images/common/bottom-mobile.png) no-repeat center;
}

.footer .footer_link .ft-help-2 .contact .text {
    margin-left: 63px;
}

.footer .footer_link .ft-help-2 .contact .text h3 {
    font-size: 14px;
    color: #999;
}

.footer .footer_link .ft-help-2 .contact .text p {
    font-size: 23px;
    color: #fff;
}

.footer .footer_link .ft-help-2 .qrcode {
}

.footer .footer_link .ft-help-2 .qrcode .item {
    text-align: center;
    float: left;
    margin-right: 20px;
	width:120px;
}

.footer .footer_link .ft-help-2 .qrcode .item .img{
    width: 110px;
    height: 110px;
    background: url(/Public/images/weixinzixun.png) no-repeat center;
	background-size:100% 100%;
	margin:0px auto;
}
#qrcode-item-2{margin:0px auto;width:110px;}

.footer .footer_link .ft-help-2 .qrcode .item-2 {
    margin-right: 0;
}

.footer .footer_link .ft-help-2 .qrcode .item-2 .img {
    background: url(../images/common/2wm1.jpg) no-repeat center;
}

.footer .footer_link .ft-help-2 .qrcode .item p {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #2e99f5;
    color: #fff;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    font-size: 14px;
	margin-top:20px;
}
.footer .footer_link .ft-help-2 .qrcode .item p i {
    margin-right: 5px;
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
}

.footer .ft-menu {
    float: left;
}

.footer .ft-menu .menu-list {
    float: left;
    width: 216px;
}

.footer .ft-menu .menu-list dt {
	line-height: 2.32rem;
    position: relative;
    width: 12.85rem;
    font-size: 20px;
    color: rgb(255, 255, 255);
    margin-bottom: 10px;
    border-bottom: 1px solid rgb(88, 89, 91);
}
.footer .ft-menu .menu-list dt::before {
    content: "";
    width: 2.28rem;
    position: absolute;
    left: 0px;
    bottom: -1px;
    border-bottom: 2px solid rgb(46, 153, 245);
}

.footer .ft-menu .menu-list a {
    display: block;
    line-height: 30px;
}

.footer .ft-menu .menu-1 {
    width: 420px;
}

.footer .ft-menu .menu-2 {
    width: 180px;
}

.footer .ft-menu .menu-3 {
    width: 180px;
}

.footer .ft-menu .menu-4 {
    width: 165px;
}

.footer .ft-menu .menu-5 {
    width: 135px;
}

.footer .footer_copy {
    text-align: center;
    padding-bottom: px;
    padding-top: 43px;
}

.footer .footer_copy p {
    line-height: 2;
    color: #737373;
}

.footer .footer_copy p span {
    margin: 0 10px;
}

.footer .ft-solution {
    text-align: center;
    margin-bottom: 10px;
    border-top: 1px solid #353535;
    /*border-bottom: 1px solid #353535;*/
    padding: 23px 0;
}

.footer .ft-solution .item {
    display: inline-block;
    margin: 0 25px;
}

.footer .ft-solution span.item {
    color: #fff;
}

.footer .ft-friend {
    padding: 0 0 8px;
}

.footer .ft-friend a {
    margin: 0 9px;
}

.footer .ft-friend .icon-friend-sh {
    padding: 1px 20px;
    position: relative;
}

.footer .ft-friend .icon-friend-sh:after {
    position: absolute;
    content: '';
    border-top: 7px solid #999;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    top: 5px;
    cursor: pointer;
}

.footer .ft-friend #friend_div {
    display: none;
}

.footer .ft-friend.top #friend_div {
    display: inline-block !important;
}

.footer .ft-friend.top .icon-friend-sh:after {
    border-bottom: 7px solid #999;
    border-top: 0;
}
.contact_icon {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background: #2e99f5;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-right: 12px;
}
/*网站底部信息结束*/
.mainpagepriductasdasdaad {
    width: 76%;
    margin: 0px auto 0px auto;

}
.product{ overflow:hidden; margin-bottom:100px;}
.product ul {}
.product ul li { float:left; width:23.8%; margin-left:1%; text-align:center;}
.product ul li  img{ width:100%; border:#577ebf 1px solid; padding-left:20px; padding-right:20px;}
.product ul li span{ display:block; font-size:18px; height:75px; line-height:75px;}

.producty{ overflow:hidden; margin-bottom:100px;}
.producty ul {}
.producty ul li { float:left; width:46%; margin-left:1%; text-align:center;}
.producty ul li  img{ width:100%; border:#577ebf 1px solid; padding-left:20px; padding-right:20px;}
.producty ul li span{ display:block; font-size:18px; height:75px; line-height:75px;}
.subnametitle{text-align:center; display:block; width:80%; margin:0 auto; font-size:20px; color:#000; font-weight:bold;}

.damgqmd{ text-align:center; width:80%; margin:0 auto; font-weight:bold; color:#000; font-size:28px; height:110px; line-height:110px;background-image: url(../images/bg.jpg);
    background-size: 22px 22px;
    background-repeat: no-repeat;
	background-position: 44% 50%;
	}
	.damgqmdzs{ text-align:left; width:96%; margin:0 auto; font-weight:bold; color:#000; font-size:28px; height:110px; line-height:110px;background-image: url(../images/bg.jpg);
    background-size: 22px 22px;
    background-repeat: no-repeat;
	background-position: 0% 50%;
	padding-left: 1.5%;
	}
	
.damgqmdn{ text-align:center; width:80%; margin:0 auto; font-weight:bold; color:#ed6907; font-size:28px; height:110px; line-height:110px;
	}
@media screen and (min-width: 1900px) { 
.damgqmd { }  
} 
/* css 注释说明：设置了浏览器宽度不小于1201px时 abc 显示1200px宽度 */ 



/*网站底部信息结束*/
.mainpagepriductasdasdaadshow {
    width: 96%;
    margin: 0px auto 0px auto; background:#f4f4f2;

}
.productshow{ overflow:hidden; margin-bottom:100px;}
.productshow ul { width:80%; margin:0 auto;}
.productshow ul li { float:left; width:40%; text-align:center; border-bottom:#000000 2px solid; margin-bottom:80px;}
.productshow ul li:nth-child(2){ float:right;}
.productshow ul li:nth-child(4){ float:right;}
.productshow ul li:nth-child(6){ float:right;}
.productshow ul li:nth-child(8){ float:right;}
.productshow ul li:nth-child(10){ float:right;}
.productshow ul li:nth-child(12){ float:right;}
.productshow ul li  img{ width:100%; padding-left:20px; padding-right:20px;}
.productshow ul li span{ display:block; font-size:25px; color:#000; height:75px; line-height:75px; text-align:right; font-weight:bold; padding-right:30px;}


.main-pagejob{width:80%;margin:100px auto 100px auto; background-color:#F4F4F2; box-shadow: 1px 8px 10px 6px #888888}
.jobshow{ width:80%; margin:0 auto; font-size:18px; line-height:26px;}


/*网站底部信息结束*/
.mainpagepriductasdasdaadshowzm {
    width: 90%;
    margin: 15px auto 0px auto;

}

/*网站底部信息结束*/
.mainpagepriductasdasdaadshowlx{
    width: 96%;
    margin: 15px auto 0px auto;

}


.zsjmliebiao{ width:80%;}
.zsjmliebiao ul { overflow:hidden;}
.zsjmliebiao ul li { float:left; display:block; text-align:left; width:50%; font-size:20px; color:#000; font-weight:bold; line-height:42px;}
.zsjmliebiaolx{ width:80%; padding-left:28px;}
.zsjmliebiaolx ul { overflow:hidden;}
.zsjmliebiaolx ul li {display:block; text-align:left; width:100%; font-size:20px; color:#000; line-height:42px;}


.jmlisr{ width:87%; margin:0 auto; padding-top:30px; padding-bottom:50px;}
.jmlisr ul { border-top:#000 2px solid;}
.jmlisr ul li { border-bottom:#000 2px solid; height:85px; line-height:85px; font-size:20px; color:#000; font-weight:bold; width:100%; overflow:hidden; margin:0 auto;}
.jmlisr ul li span{ float:left; padding-left:176px;}
.jmlisr ul li img{ float:right; margin-top:30px; padding-right:176px;}



.jmlitudi{ width:93%; margin:0 auto; padding-top:30px; padding-bottom:50px;}
.jmlitudi ul { overflow:hidden;}
.jmlitudi ul li { width:48%; margin-right:2%; float:left;}
.jmlitudi ul li img{ width:100%;}









