@charset "utf-8";
/* CSS Document */

*{margin: 0;padding: 0}

.clear{clear:both}
.clearfix{zoom:1} .clearfix:after{content:".";display:block;visibility:hidden;height:0;clear:both;}

body{
	font-family:Arial, microsoft yahei !important;
	overflow-x: hidden;
}

a{
	text-decoration: none;
}

a:hover{
		text-decoration: none;
}

ul li{
	list-style: none;
	/*float: left;*/
}
.no-padding {
	padding: 0;
}

.fenye{
	margin-top: 3%;
}

.fenye a{
	color: #333;
}

.fenye a:hover{
	color: #1c80d3;
}

.pro-fenye a{
	color: #333;
}










/*shade*/

.shade{ position: fixed; z-index: 1000; width: 100%; height: 100%;}
.shade .shade-top, .shade .shade-bottom{ position: absolute; width: 100%; height: 50%; background: #fff; top: 0%; transition: all 1.5s cubic-bezier(0.77, 0, 0.175, 1) 0s; -webkit-transition: all 1.5s cubic-bezier(0.77, 0, 0.175, 1) 0s; -moz-transition: all 1.5s cubic-bezier(0.77, 0, 0.175, 1) 0s; -o-transition: all 1.5s cubic-bezier(0.77, 0, 0.175, 1) 0s; z-index: 1;}
.shade .shade-bottom{ top: auto; bottom: 0%;}
.shade .loading{ position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); display: block; z-index: 2;}
.shade.show{ visibility: hidden;}
.shade.show .loading{ display: none;}
.shade.show .shade-top{ top: -50%;}
.shade.show .shade-bottom{ bottom: -50%;}










/*nav*/
.container-fluid {
  width: 100%;
  padding-bottom: 10px;
}

.carect {
  position: relative;
  width: 0;
  height: 0;
  margin-left: 5px;
  margin-bottom: 2px;
  border-top: 6px solid;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-radius: 10px;
  display: inline-block;
}

/*
    导航组件
*/

	
nav {
  width: 100%;
  height: 92px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 2px 4px #ccc;
  box-shadow: 0 2px 4px #ccc;
  padding: 10px 0;
	position: fixed;
	z-index: 555;
	background: rgb(0,0,0,0.7)
}
nav .yuyan{
	border: 1px solid #315677;
	color: #315677!important;
	transition: all .3s;
	-moz-transition: all .3s;
-ms-transition: all .3s;
-webkit-transition: all .3s;
-o-transition: all .3s;
}
nav .yuyan:hover{
	background: #315677;
	color: white!important;
}
@media (min-width:1399px){
	nav .yuyan{
	margin-left: 50px!important;
}
}
nav li, nav a {
  text-decoration: none;
  list-style: none;
}
nav .nav-logo {
  width: auto;
  height: 100%;
  margin-left: 6%;
  float: left;
}
nav .nav-logo a, nav .nav-logo li, nav .nav-logo ol, nav .nav-logo span, nav .nav-logo p {
  font-size: 30px;
  font-weight: bold;
  list-style: none;
  color: #1f79ec;
  text-decoration: none;
}
nav .nav-logo img {
  max-width: 100%;
  max-height: 100%;
}
nav ::-webkit-scrollbar {
  display: none;
}
nav .nav-list {
  /*nav-list*/
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: right;
  margin-right: 20px;
	z-index: 999;
	padding-top: 18px;
}
@media(min-width:1350px){
	nav .nav-list{
		margin-right: 50px!important;
	}
}
@media (max-width: 991px) {
	nav{background: white；}
  nav .nav-list {
    position: fixed;
    height: 100%;
    top: 0;
    padding-top: 1rem;
    width: 60%;
    background: #fff;
    left: -60%;
    -webkit-transition: 1s;
    transition: 1s;
    -webkit-box-shadow: 3px 0px 10px #f0eded;
    box-shadow: 3px 0px 10px #f0eded;
  }
}
nav .nav-list > li {
  position: relative;
  list-style: none;
  float: left;
  text-align: center;
}
@media (max-width: 991px) {
  nav .nav-list > li {
    width: 100%;
    margin: 0;
    overflow: hidden;
  }
  nav .nav-list > li {
    margin-bottom: 1rem;
  }
}
nav .nav-list > li .active {
  color: #315677;
  
}
nav .nav-list > li a {
  color: #222;
  display: inline-block;
  line-height: 32px;
  padding: 1px 19px;
  margin: 0 10px;
  font-size: 15px;
  border-radius: 5px;
  text-decoration: none;
}
@media (max-width: 1320px) {
  nav .nav-list > li a {
    width: 100%;
    border-radius: 0;
    margin: 0;
	line-height: 4rem;
	font-size: 14px;
	  padding: 1px 20px;
  }
}
@media (max-width: 1110px) {
  nav .nav-list > li a {
	  padding: 1px 10px;
  }
}
nav .nav-list > li a:hover {
  color: #315677;
}
nav .nav-list > li .menu {
  min-width: 100px;
  background: #fff;
  -webkit-box-shadow: 0 2px 10px #ccc;
  box-shadow: 0 2px 10px #ccc;
  position: absolute;
  border-radius: 5px;
  white-space: nowrap;
  left: 0;
  height: 0;
  overflow: hidden;
  -webkit-transition: 1s;
  transition: 1s;
}
@media (max-width: 991px) {
  nav .nav-list > li .menu {
    position: relative;
    width: 100%;
    text-align: center;
    border-radius: 0;
    -webkit-box-shadow: 0 -1px 7px #ccc inset;
    box-shadow: 0 -1px 7px #ccc inset;
  }
}
nav .nav-list > li .menu li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}
nav .nav-list > li:hover .menu {
  height: auto;
}
nav .nav-menu {
  display: none;
  z-index: 999;
  background: #fff;
  cursor: pointer;
	margin-top: 8px;
}
@media (max-width: 991px) {
  nav .nav-menu {
    display: block;
    float: right;
    padding: 2rem 2rem;
    position: relative;
    border: 1px solid #000;
    border-radius: 5px;
    margin-right: 3em;
  }
  nav .nav-menu span {
    height: 2px;
    width: 2rem;
    display: block;
    background: #000;
    border-radius: 10px;
  }
  nav .nav-menu span + span {
    margin-top: 6px;
  }
}
nav .open {
  left: 0%;
  overflow: auto;
}
@media (max-width:767px) {
	
	.ddd{background: white；}
	
	
}

/*nav*/

/*phone-nav*/
.dh ul li{
	float: left;
	width: 25%;
	text-align: center;
	background: black;
	height: 4rem;
	line-height: 4rem;
	border: 1px solid white;
}

.dh ul{
}

.dh ul li a{
	text-align: center;
	color: white;
	font-size: 2rem;
}
/*phone-nav*/








































.img100 {
    display: block;
    width: 130px;
}

.w1280 {
  width: 1200px;
  margin: 0 auto; }
.f-cb {
  zoom: 1; }

.f-cb:after {
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  content: "."; }
.footer-nav {
  float: left; }
  .footer-nav .nav-item1 {
    position: relative;
    float: left;
    display: inline-block;
    width: 130px; }
    .footer-nav .nav-item1:nth-child(1) {
      width: 130px; }
 .footer-nav .nav-item1:nth-child(2) {
      width: 130px; }
 .footer-nav .nav-item1:nth-child(3) {
      width: 130px; }
 .footer-nav .nav-item1:nth-child(4) {
      width: 130px; }
  .footer-nav .nav-a {
    display: block;
    color: #333;
    font-size: 14px;
    line-height: 1;
    margin-bottom: 20px; }
  .footer-nav .sub-hides {
    z-index: 2;
    width: 100%;
    left: 0;
    top: 100%; }
  .footer-nav .sub-a {
    display: block;
    color: #888;
    font-size: 14px;
    line-height: 30px;
    transition-duration: .3s;
    transition-timing-function: ease; }
    .footer-nav .sub-a:hover {
      color: #315677; }

.footer-top {
      padding: 4.5rem 0 3.4rem;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;     width: 100%;
	float: left;background:rgba(204,204,204,0.2);}

.footer-ewm {
  float: left;
  margin-left: .9rem; }
  .footer-ewm .ewm-title {
    color: #333;
    font-size: 14px;
    line-height: 1;
    margin-bottom: 1.5rem;    text-align: center; }
  .footer-ewm .img-wrap {
    width: 11rem; }

.footer-dr {
  color: #333;
  float: right; 
width: 350px;}
  .footer-dr .buy-title, .footer-dr .tele-title {
    font-size: 14px;
    line-height: 1; }
  .footer-dr .buy-title {
    margin-bottom: .9rem; }

  .footer-dr .tele-title {
    margin-bottom: 14px; }
  .footer-dr .tele-num {
    font-size: 14px;
    line-height: 1.2;
    color: #888; }
.footer-dr .tele-num p{
	margin-bottom: 0;
	line-height: 28px;
}
  .footer-dr .buy-a {
    display: inline-block;
    width: 1.1rem;
    margin-right: 12px; }
.footer-search-a {
  display: block;
  color: #333;
  line-height: 30px;
  font-size: 14px;
  transition-duration: .5s;
  margin-top: .75rem;
  padding-left: 32px;
  background: url(../img/f0.png) no-repeat left center;
  background-size: 24px !important;
  height: 30px;
}
.footer-search-a:hover {
  transform: translateX(10px);
  color: #315677;
}
.footer-bot {
      line-height: 20px;
    width: 100%;
    float: left;
font-size: 14px;    padding: 20px 0 20px;

  color: #333;background:rgba(204,204,204,0.3);
}
  .footer-bot .bot-dl {
    float: left; }
  .footer-bot .bot-dr {
    float: right; }
  .footer-bot .bot-nav-a, .footer-bot .boc-a {
    color: #333;
    transition: all .5s ease; }
    .footer-bot .bot-nav-a:hover, .footer-bot .boc-a:hover {
      color: #315677; }
  .footer-bot .bot-nav-a:nth-child(2) {
    display: inline-block;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    margin: 0 15px;
    padding: 0 15px; }

























.a-cart{display: none!important;}
/*悬浮链接*/
.suspension{position:fixed;z-index:55;right:0;bottom:20%;width:70px;height:240px;}
.suspension-box{position:relative;float:right;}
.suspension .a{display:block;width:44px;height:44px;background-color:#353535;margin-bottom:4px;cursor:pointer;outline:none;}
.suspension .a.active,
.suspension .a:hover{background:#F05352;}
.suspension .a .i{float:left;width:44px;height:44px;background-image:url(../images/side_icon.png);background-repeat:no-repeat;}
/* .suspension .a-service .i{background-position:0 0;} */
.suspension .a-service .i{width:20px;height:20px;margin-top:12px;margin-left:12px;background-image:url(../images/suspension-bg.png);background-repeat:no-repeat;background-position:0 0;}
.suspension .a-service-phone .i{width:20px;height:20px;margin-top:12px;margin-left:12px;background-image:url(../images/suspension-bg.png);background-repeat:no-repeat;background-position:-27px 0;}
.suspension .a-qrcode .i{background-position:-44px 0;}
.suspension .a-cart .i{background-position:-88px 0;}
.suspension .a-top .i{background-position:-132px 0;}
.suspension .a-top{background:#D2D3D6;display:none;}
.suspension .a-top:hover{background:#c0c1c3;}
.suspension .d{display:none;width:223px;background:#fff;position:absolute;right:67px;min-height:90px;border:1px solid #E0E1E5;border-radius:3px;box-shadow:0px 2px 5px 0px rgba(161, 163, 175, 0.11);}
.suspension .d .arrow{position:absolute;width:8px;height:12px;background:url(../images/side_bg_arrow.png) no-repeat;right:-8px;top:31px;}
.suspension .d-service{top:0;}
.suspension .d-service-phone{top:34px;}
.suspension .d-qrcode{top:78px;}
.suspension .d .inner-box{padding:8px 22px 12px;}
.suspension .d-service-item{/*border-bottom:1px solid #eee;*/padding:14px 0;}
.suspension .d-service .d-service-item{border-bottom:none;}
.suspension .d-service-item .circle{width:44px;height:44px;border-radius:50%;overflow:hidden;background:#F1F1F3;display:block;float:left;}
.suspension .d-service-item .i-qq{width:44px;height:44px;background:url(../images/side_con_icon03.png) no-repeat center 15px;display:block;transition:all .2s;border-radius:50%;overflow:hidden;}
.suspension .d-service-item:hover .i-qq{background-position:center 3px;}
.suspension .d-service-item .i-tel{width:44px;height:44px;background:url(../images/side_con_icon02.png) no-repeat center center;display:block;}
.suspension .d-service-item h3{float:left;width:120px;line-height:44px;font-size:13px;margin-left:12px;}
.suspension .d-service-item .text{float:left;width:120px;line-height:22px;font-size:15px;margin-left:12px;}
.suspension .d-service-item .text .number{font-family:Arial,"Microsoft Yahei","HanHei SC",PingHei,"PingFang SC","Helvetica Neue",Helvetica,Arial,"Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif;}
.suspension .d-service-intro{padding-top:10px;}
.suspension .d-service-intro p{float:left;line-height:27px;font-size:12px;width:50%;white-space:nowrap;color:#888;}
.suspension .d-service-intro i{background:url(../images/side_con_icon01.png) no-repeat center center;height:27px;width:14px;margin-right:5px;vertical-align:top;display:inline-block;}
.suspension .d-qrcode{text-align:center;}
.suspension .d-qrcode .inner-box{padding:20px 0;}
.suspension .d-qrcode p{font-size:16px;color:#93959c;}