
        *{
            margin: 0px;
            padding: 0px;
        }
        .banner{
		  position: relative;
		  overflow: hidden;
		  width: 100%;
		  height: 460px !important;
		  margin: 0 auto;
		  -webkit-user-select: none;
		  -moz-user-select: none;
		  -ms-user-select: none;
		  user-select: none;
        }
		.banner .pic ul li{
			list-style: none;
			
        } 
		.banner img{
		  height: 100%;
		  width: 100%;	
			
        } 
		.banner_item{
		  position: relative;
		  float: left;
		  margin: 0;
		  padding: 0;
		  height: 100%;
		  width: 100%;	
		}
        .dot{
            position: absolute;
            width: 500px;
            height: 15px;
            bottom: 15px;
            left: 92%;
            border-radius: 15px;
        }
        .dot ul li{
            list-style: none;
            width: 6px;
            height: 6px;
            border-radius: 100%;
            background-color: #fff;
            float: left;
            margin: 5px 6px;
        }
        .dot ul li:hover{
            background-color: #cd0b2d;
        }
		.banner_bwwl{
		  position: relative;
		  overflow: hidden;
		  width: 100%;
		  height: 300px !important;
		  margin: 0 auto;
		  -webkit-user-select: none;
		  -moz-user-select: none;
		  -ms-user-select: none;
		  user-select: none;
        }


/* ==========================================================================
    Slider core styles
===========================================================================*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.slider-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 460px !important;
  margin: 0 auto;
  background-color: #444;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.slider-container-gw {
  position: relative;
  overflow: hidden;
  width: 825px;
  height: 379px !important;
  margin: 0 auto;
  background-color: #444;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}


.slider {
  position: relative;
  width: 9999px;
  height: 100%;
}

.slider:before,
.slider:after {
  display: table;
  content: ' ';
}

.slider:after {
  clear: both;
}

.slider__item {
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
}

.slider__item img {
  display: block;
  height: 100%;
  width: 437px;
}

.slider__item img{
  width:825px;
  height: auto;
}

.slider__switch span {
  color: #fff;
  display: block;
  width: 32px;
  height: 32px;
  margin-left: -140px;
}

/* Arrows */
.slider__switch {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  padding: 10px 5px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  border-radius: 1px;
  background: transparent;
  opacity: .3;
  transition: opacity .15s ease;
  fill: #fff;
}

.slider__switch--prev {
  left: 10px;
}

.slider__switch--next {
  right: 10px;
}

.slider__switch:hover {
  opacity: .85;
}

.slider__switch[disabled] {
  visibility: hidden;
  opacity: 0;
}

.slider__caption {
  width: 100%;
  height: 45%;
  position: absolute;
  bottom: -56px;
  /* left: 30px; */
  display: block;
  /* max-width: 500px; */
  padding: 10px;
  color: #fff;
  background: rgba(0, 0, 0, .4);
  box-shadow: 0 0 10px 10px rgba(0, 0, 0, .1);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#99000000', endColorstr='#99000000');
  /* ie8 */
}

.slider__caption[disabled] {
  opacity: 0;
  visibility: hidden;
}


/* 轮播点 */

/* .slider-nav {
  line-height: 30px;
  position: absolute;
  bottom: 0;
  left: 0;

  width: 100%;
  height: 30px;
  margin: 0;
  padding: 0;
  text-align: center;
  z-index: 99999;
  filter: alpha(opacity=90);
  /* ie8 */
/* } */

*/ .slider-nav__control {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 3px;
  -webkit-transition: background .5s ease;
  -moz-transition: background .5s ease;
  -o-transition: background .5s ease;
  transition: background .5s ease;
  border: 2px solid #fff;
  border-radius: 50%;
  background: transparent;
}

.slider-nav__control.is-active {
  width: 8000px;
  height: 12px;
  background: #fff;
}

.slider.has-touch {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
}

@media (max-width: 580px) {
  .slider__switch {
    display: none;
  }

  .slider__caption {
    display: none;
  }
}

.preview{
  padding: 0;
}
.cumb-img-box{
  width: 100%;
  position: absolute;
  z-index: 999;
  bottom: 10px;
  left: 0;
}
.slider__caption{
  height: 100px;
  bottom: 0px;
}

  .addres-icon {
    margin-top: 30px;
  }

  .guanwang-right-text h3 {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #2a8cff;
    margin-top: 10px;
  }

  .guanwang-right-text h4 {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #6f6f6f;
    margin-top: 10px;
  }

  .guanwang-right-text h5 {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 15px;
    letter-spacing: 0px;
    color: #7c7c7c;
  }

  .guanwang-right-text {
    flex: 1;
    padding: 85px;
    padding-top: 140px;
    background-color: #f2f6f3;
  }

  .guanwang-img-box {
    display: flex;
    position: relative;
  }

  .guanwang-sub-ico {
    width: 30px;
    height: 30px;
    background-color: #ffffff;
    position: absolute;
    top: 46%;
    right: 0;
  }
  
 .guanwang-sub-img {
	border: 1px solid #ffffff;
    border-radius: 38px; 
    width: 200px;
    height: 47px;
    background-color: #ffffff;
    position: absolute;
    top: 75%;
    right: 6%;
  }

  .guanwang-item-box {
    display: flex;
  }

  .guanwang-item-box a {
    display: flex;
    flex: 1;
  }


  .detail-dl dt {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #2a8cff;
  }

  .detail-dl {
    padding: 0;
    margin: 10px 0;
  }

  .item-img-box {
    flex: 1;
    margin-right: 10px;
  }

  .list-img-box {
    display: flex;
  }

  .cont-about-text {
    padding: 10px;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #838691;
    line-height: 30px;

  }

  .tab-box-cont {
    margin-top: 5%;
  }

  .dec-tit_page {
	width: 105px;
	height: 40px;
	font-family: PingFangSC-Medium;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #014a9a;
  }
  
  .dec-tit {
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #0e0e0e;
	display:inline;
  }
  
  .pic_a {
	width: 765px;
	height: 118px;
	background-color: #ffffff;
  }
  
 .dec-tit_img{
	position: relative;
  }
  
  .dec-tit_img span{
	position: absolute;
	left: 21%;
	width: 273px;
	font-size: 21px;
  }
  
  .fill-5 {
	position: relative;
    width: 173px;
    height: 52px;
	margin-top:40px;
	margin-bottom:20px;
  }
  
 .fill-5 span{
	position: absolute;
	left: 25%;
	top:30%;
  }
  
  .fill-6 {
	position: relative;
    width: 173px;
    height: 52px;
	margin-top:40px;
	margin-bottom:20px;
  }
  
 .fill-6 span{
	position: absolute;
	left: 25%;
	top:20%;
  }

  .dec-sub-tit {
    height: 22px;
    font-size: 20px;
	font-family: PingFangSC-Regular;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #014a9a;
	margin-bottom:20px;
  }
  
  .dec-title-right {
    flex: 1;
    margin-left: 10px;
  }

 .dec_content_left{
	margin-left: -1%; 
 }

 
 .dec_img_a{
	margin-left: -6px; 
 }
 
 .dec_title_a{
	margin-left: -18px; 
 }
 
 .dec_title_b{
	margin-left: -48px; 
 }
 
  .dec_title_c{
	margin-left: -38px; 
 }


  .fill-1 {
    width: 4px;
    height: 19px;
  }
  
  .fill-2 {
    width: 30px;
    height: 29px;

  }
  
  .fill-3 {
    width: 30px;
    height: 16px;
	vertical-align: middle;
  }
  
  .fill-4 {
    text-align:center;
  }
  
  
  .dec-tit_content {
    font-size: 14px;
	font-family: PingFangSC-Semibold;
    font-weight: 600;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #0e0e0e;
	
  }
  
  
  .dec-title-box {
    display: flex;
    justify-content: flex-start;
  }

  .cont-text-dec {
	width: auto;
	font-family: PingFangSC-Regular;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	line-height: 30px;
	color: #0e0e0e;
  }
  
  .cont-text-dec p {
    line-height: 30px;
    margin: 10px 0;
	text-indent:15px;
  }
  
  .cont-text-dec_a {
	width: auto;
	font-family: PingFangSC-Regular;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	line-height: 30px;
	color: #0e0e0e;
  }
  
  .cont-text-dec_a p {
    line-height: 30px;
    margin: 10px 0;
    text-align: justify;
  }

  .cont-sub-title {
    width: 336px;
    margin-top: 0;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #c3c3c5;
	margin-bottom:28px;
  }

  .cont-title {
    height: 40px;
    line-height: 40px;
    font-size: 23px;
    font-weight: 600;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #014a9a;
  }
  
  .cont_conment{
	width: 142px;
    margin-top: 0;
    font-size: 16px;
	font-family: PingFangSC-Regular;
    letter-spacing: 0px;
    color: #838691;
	
  }

  /* css 重置 */
  /* 本例子css */

  .picFocus {
    margin: 0 20px;
    width: 825px;
    /* border: 1px solid #ccc; */
    padding: 5px;
    position: relative;
    overflow: hidden;
    zoom: 1;
  }

  .picFocus .hd {
    width: 100%;
    padding-top: 5px;
    overflow: hidden;
    padding-bottom: 15px;
    margin-bottom: 30px;
  }

  .picFocus .bd li {
    margin-left: 10px;
  }

  .picFocus .hd ul {
    margin-right: -5px;
    /* overflow: hidden; */
    zoom: 1;
    width: 100%;
  }

  .picFocus .hd ul li {
    border: 2px solid transparent;
    width: 175px;
    /* overflow:hidden; */
    height: 100px;
    margin-right: 4px;
    /* padding-top: 5px; */
    float: left;
    text-align: center;
  }

  .picFocus .hd ul li img {
    width: 100%;

    cursor: pointer;
    margin-right: 4px;
  }

  /* .picFocus .hd ul li.on {
    background: url("images/icoUp.gif") no-repeat center 0;
  } */

  .picFocus .hd ul li.on {
    border-color: #074a99;
  }

  .picFocus .bd li {
    vertical-align: middle;
  }

  .picfocus_perv img,
  .picfocus_next img {
    margin-top: 50px;
  }

  .picFocus .hd ul li a {
    display: block;
    height: 100%;
    overflow: hidden;
  }

  .picFocus .bd img {
    width: 100%;
    /* height: 230px; */
    display: block;
  }

  .picFocus .hd ul li.on p {
    background: rgba(0, 73, 158, 0.9)
  }

  .picFocus .hd ul li {
    position: relative;
    display: block;
  }

  .picFocus .hd ul li p {
    position: absolute;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    bottom: 0;
    right: 0px;
    left: 0px;
    height: 25px;
    line-height: 25px;
    color: #fff;
    text-align: center;
    background: rgba(0, 0, 0, 0.8)
  }

  .picFocus .hd ul li.on p:after {
    width: 0;
    height: 0;
    content: "";
    position: absolute;
    bottom: -14px;
    display: block;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #0066cc;
    left: 50%;
    margin-left: -12px
  }


  #box ul li.on p {
    background: rgba(0, 73, 158, 0.9)
  }

  #box ul li p {
    position: absolute;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    bottom: 0;
    right: 0px;
    left: 0px;
    height: 25px;
    line-height: 25px;
    color: #fff;
    text-align: center;
    background: rgba(0, 0, 0, 0.8)
  }

  #box ul li.on:after {
    width: 0;
    height: 0;
    content: "";
    position: absolute;
    bottom: -12px;
    display: block;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #0066cc;
    left: 50%;
    margin-left: -12px
  }
  
 
  
 

  
