/*样式重置*/
body,p,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,form,fieldset,legend,input,select,textarea,button,th,td{margin:0;padding:0;}
h1,h2,h3,h4,h5,h6{font-size:100%; font-weight:normal;}
ul,dl,ol{list-style:none;}
img,fieldset,input[type="submit"]{border:0 none;}
/*img{display:inline-block;overflow:hidden;vertical-align:top;} */
em,i{font-style:normal;}
strong{font-weight:normal;}
table{border-collapse:collapse;border-spacing:0;}
button,input[type="button"]{cursor:pointer;border:0 none;}
textarea{word-wrap:break-word;resize:none;}  /* word-wrap for opera, resize for webkit */
menu{margin:0;padding:0;}
body{-webkit-user-select:none;-webkit-text-size-adjust:100%!important; font-family: "Helvetica Neue",Arial,"Hiragino Sans GB","WenQuanYi Micro Hei","Microsoft YaHei",sans-serif;}
input[type="number"]{-webkit-user-select:text;}
a,button,input,img{-webkit-touch-callout:none;}/* 1.ios 长按时不触发系统的菜单 2.禁止长按时下载图片 */
input,select,textarea{outline:none;}
/* 去除android4.0以下 a/button/input标签被点击时产生的边框 因为边框引起了不少bug */
a,button,input,label{-webkit-tap-highlight-color:rgba(0,0,0,0);}
/* Android4.0下不识别选择器-webkit-transform-3d 使用它可做Android4.0下版本兼容 */
@media all and (-webkit-transform-3d){
    /* android4.0+ ios4+ 恢复按钮被点击时产生的效果 */
    a,button,input{-webkit-tap-highlight-color:rgba(246,246,246,.6);}
}
html,body{ font-size:12px; }
a{text-decoration:none!important; color:#000;}
a:hover{color:#005BAC!important}

@font-face {
  font-family: FZLTZCHJW--GB1-0;
  src: url('../ttf/FZLTZCHJW.ttf'),url('../ttf/FZLTZCHJW.eot');
}
@font-face {
  font-family:  FZLTXIHJW--GB1-0;
  src: url('../ttf/FZLTXIHJW.ttf'),url('../ttf/FZLTXIHJW.eot');
}
@font-face {
  font-family: FZLTDHJW--GB1-0;
  src: url('../ttf/FZLTDHJW.ttf');
}
.flex-row{
    display: flex;
    flex-direction: row;
}
.flex-col{
    display: flex;
    flex-direction: column;
}
.cursor-pointer{
    cursor: pointer;
}
.fl{
    float: left;
}
.clear-fix:after{
    content: "";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
}
.mbt40{
		margin-bottom: 40px;
}
    .xyltz-hover{
        cursor: pointer;
    }
/* 头部tab start */
.w100 .nav{
    background:#fff;   
    height: 42px;
      padding-top: 6px;
  }
  .nav .main-nav a{
    font-size:18px;
    color: #999;
    padding:0;
  }
  .active{
    font-size: 18px;
	color: #005BAC!important;
  }
  .active:after{
    content:'';
    width: 100%;
    height:5px;
    background: #005BAC;
    position: absolute;
    left: 0;
    bottom: -4px;
  }
  .nav .main-nav a:hover{
  background: #fff;
    color: #005BAC;
  }

  .nav .main-nav li{
      width: 7%;
			margin-right:16%
    }
.nav .main-nav li.nav_gygs{
	margin-right: 0px;
}

/* 头部tab end */
.overflowhidden{
    overflow: hidden;
}
.homepage_header{
    width: 100%;
    height: 43px;
}
.header_inner{
    height: 100%;
    padding: 10px 110px 0 110px;
    display: flex;
    flex-wrap:wrap;
    justify-content:space-around;
}
.header_inner li{
    min-width: 70px;
    font-size: 18px;
    line-height: 28px;
    height: 28px;
    color: #999;
    letter-spacing: 0;
    text-align: center;
    border-bottom: 5px solid #fff;
}
.header_inner .on{
    color: #005BAC;
    border-bottom: 5px solid #005BAC;
}
.homepage_banner{
    width: 100%;
    height: 380px;
    overflow: hidden;
}
.homepage_banner li,.homepage_banner img{
    width: 100%;
    height: 100%;
}
.service_location{
    height: 36px;
    margin: 33px 38px 0 96px;
    display: flex;
    font-size: 16px;
    color: #262626;
    line-height: 16px;
    border-bottom: 1px solid #F1F1F1;
    width: 1100px;
    margin: 0 auto;
  padding-top:30px;
}
.service_location a{
		color: #262626;
}
.service_location div{
    height: 16px;
    padding-top: 3px;
}
.service_location .tip{
    margin-left: 10px;
}
.service_location .detail{
    margin-left: 7px;
}
.main-content{
background: #fff;
}
/* 社区布局menu start*/
.sq-list{
    float:left;
    font-size: 18px;
    color: #999;
    width: 158px;
    text-align: center;
    width: 158px;
    position:relative;
    height: 62px;
}
    .sq-list:hover{
      cursor:pointer;
    }
        .sq-list a,.sq-list:hover a{
       color: #999;
    }
    .sqlist-active a{
        font-weight: bolder;
    color: #005BAC !important;
    }
    .sqlist-active:after{
        position: absolute;
    left: 16px;
    bottom: 0;
    content: "";
    width: 80%;
    background: #005BAC;
    height: 5px;
    }
    .sq-list:not(:last-child):before{
    content: '';
    width: 1px;
    height: 21px;
    background: #979797;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -10.5px;
    }
    .sqlist-line2{
    	line-height: 24px;   
      	margin-top: 4px;
    }
        .sq-list div,.sq-list a{
            outline: none;
            border: none;
        }
    .search-img {
        margin-top: 0!important;
        margin-left: 0!important;
    }
/* 社区布局menu end */
.sq-container{
position:relative;
}
.blue-bg{
position: absolute;
    width: 100%;
    height: 45%;
    left: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(0deg, rgba(190,210,223,0.00) 0%, rgba(159,216,255,0.20) 100%);
}
/* banner */
 .yltz-banner {
        height: 566px;
        width: 100%;
        overflow: hidden;
        position: relative;
    }

    .banner-swiper-container {
        height: 566px;
        width: 100%;
    }

    .swiper-slide > img {
        width: 100%;
        height: auto;
    }

    .banner-pagination {
        position: absolute;
        left: 0;
        text-align: center;
        bottom: 5px;
        width: 100%;
    }
    .swiper-pagination-switch {
        display: inline-block;
        width: 6px;
        height: 6px;
        border-radius: 5px;
        background: #999;
        margin: 0 3px;
        cursor: pointer;
    }
    .swiper-active-switch {
        background: #005BAC;
        width: 20px;
    }

.pull-left {
    float: left;
}

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cs-banner  {
    position: relative;
   /*  height: 30vh;*/
   /* overflow: hidden; */
    margin-top: 80px;
}
.sy-banner-points .swiper-pagination-bullet{
    width: 15px!important;
    height: 15px!important;
    border-radius: 50%!important;
  background: rgba(0,0,0,0.30)!important;
}
.banner-mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
      z-index: 10;
}
        .cs-banner .swiper-slide {
            width: 100%;
            position: relative;
  	
        }
        
        .cs-banner .swiper-slide .content {
            width: 100%;
            height: 100%;
            float: left;
            margin-right: -100%;
            background-position: 50% 0px;
            background-repeat: no-repeat;
        }
        
        .cs-banner .swiper-slide .banner-url {
            display: block;
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
        }
        
        .cs-banner .cover {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
          
        }
        
        .cs-banner .cover .container {
            position: relative;
            height: 100%;
           width: 100%;
        }
        
        .cs-banner .cover .container .swiper-button-next {
            z-index: 1;
            width: 50px;
            height: 50px;
      		   right: 15%;
    			  top: 280px;
            background: url(../images/img-right.png)  no-repeat;
  					background-size: contain;
        }
        
        
        .cs-banner .cover .container .swiper-button-prev {
            z-index: 1;
            width: 50px;
            height: 50px;
      		  left: 15%;
    		   top: 280px;
            background: url(../images/img-left.png)  no-repeat;
      		    background-size: contain;
        }
        
        
        .cs-banner .swiper-pagination-bullet {
            width: 13px;
            height: 3px;
            margin-right: 9px;
            border-radius: 2px;
            transition: transform 1s;
            -ms-transition: transform 1s;
            -o-transition: transform 1s;
            -webkit-transition: transform 1s;
            -moz-transition: transform 1s;
        }
        
        .cs-banner .swiper-pagination-bullet-active {
      width: 40px!important;
    height: 15px!important;
    background-image: linear-gradient(180deg, #E6D29A 0%, #CEAC77 50%)!important;
    border-radius: 15px!important;
        }
    .right-float > div:hover {
        cursor: pointer;
    }
        .zzxy-ts{
            background-color: rgba(0,0,0,0.50)!important;
            border: none!important;
            border-radius: 4px!important;
            font-family: PingFangSC-Medium;
            font-size: 16px;
            color: #FFFFFF;
            display: flex;
            align-items: center;
            white-space: nowrap;
            position: fixed;
            top: 20px;
            right: 30px;
            z-index: 2000;
  padding: 10px;
        }
.yyts-icon{
  width: 18px;
  height: 18px;
  margin-right: 10px;
}
.yyts-close{
  width: 10px;
  height: 10px;
  position: absolute;
  right: 10px;
  top: 10px;
}
        .yyts-close:hover{
            cursor: pointer;
        }
    .yykf-ts {
        background-color: rgba(0, 0, 0, 0.50) !important;
        border: none !important;
        border-radius: 4px !important;
        font-family: PingFangSC-Medium;
        font-size: 16px;
        color: #FFFFFF;
        display: flex;
        align-items: center;
        white-space: nowrap;
        position: absolute;
        margin-top: -45px;
        z-index: 1200;
        padding: 10px;
        left: 50%;
        top: 50%;
          padding-right: 30px;
        transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0); /* IE9及以上支持 */
        -webkit-transform: translate(-50%, 0); /* Safari and Chrome */
        -o-transform: translate(-50%, 0); /* Opera */
        -moz-transform: translate(-50%, 0); /* Firefox */
    }
video::-webkit-media-controls-fullscreen-button {
    display: none!important;
  overflow:hidden;
}
video::-moz-media-controls-fullscreen-button {
    display: none!important;
  overflow:hidden;
}
video::-o-media-controls-fullscreen-button {
    display: none!important;
  overflow:hidden;
}
video::media-controls-fullscreen-button {
    display: none!important;
  overflow:hidden;
}
.cd-banner-fm>img,
.gywm-banner>img,
.jysh-banner>img,
.cs-banner img,
.sqbj-banner>img{
    display: block;
}