ul,li{list-style-type:none; padding:0;  margin:0; border:0;}
a{text-decoration: none;color:#444;}
a:hover{color:#83c6ce}
.overall{width:100%; height:auto; top:0px;overflow-x:hidden;}


.fl{float:left}
.fr{float:right}
.clear{display:block;overflow:hidden;clear:both;height:0;line-height:0;font-size:0}
.t25{ padding-top:15px;}

.tt_more{
font-size:14px;
line-height:28px;
}
.tt_more a{font-size:14px;
line-height:28px;}

.main-wrap { width: 100%; min-height:340px;}
.container { width: 1200px; height:auto; overflow:hidden; padding-bottom:30px; margin: 0 auto; }
.w500{width:500px;}
.w500_content{margin-top:0px;}
.new_list{line-height:34px;}
.new_list ul{margin-top:5px;}
.new_list a{text-indent:15px;background: url(../images/icon_07.png) no-repeat 0px center;display:block;}
.new_list a:hover{text-indent:15px;background: url(../images/icon_08.png) no-repeat 0px center;color:#3070cf;}
.pic_tt{ background:url(../images/pi_tt.jpg) center no-repeat; height:50px; line-height:50px;}
  .pic_tt h1{ font-size:20px; text-indent:4.5em;}
  .p_ttmore{ padding-right:20px;}

@media (max-width: 1250px) {
     .top,
.mod .content,
.foot .content,
.subroom{
     width:1024px;
   }


.news{
  width: calc(100% - 517px);
  margin-left:0px;
}
.tt_con{
  width: calc(100% - 85px);
}
.infor_list{
  width: 492px;
}

}

@media screen and (max-width: 1620px) {
   .top{
  padding:0px 20px;
 box-sizing: border-box;
}
}


@media screen and (max-width: 1400px) {
   .logo img{
  height:55px;
}

.navbar .navbar-nav>li>a{
  font-size:18px;
 padding:12px;
}
}
@media screen and (max-width: 1250px) {

  .logo img{
  height:45px;
}
   .navbar .navbar-nav>li>a{
    font-size:16px;
   padding-left:8px;
  padding-right:8px;
}
}


@media (max-width: 1025px) {
.header::after{
  display:none;
}
        .top,
.mod .content,
.foot .content,
.subroom{
     width:96%;
   }
.header{
  position: fixed;
    width: 100%;
    left: 0px;
    top: 0px;
    height: 70px;
    background: #83c6ce;
  z-index: 20;
}
.logo{
  margin-top: 10px;
  margin-bottom:0px;
  height:50px;
}
.logo a{
  display:block;
}
.logo img{
  height:50px;
}
.mod{
  margin-top: 100px;
}
.top_right .top_lj,
.lsubcont{
   display: none;
}  
.rsubcont{
   width: calc(100% - 0px);
}
/* 手机导航 */
    .navbar {
        margin: 0;
        position: absolute;
        right: 2%;
        top: 0px;
        border-bottom: none;
        background: none;
        height: auto;
        z-index: 999;
    }
    .navbar .menuBtn {
        width: 30px;
        cursor: pointer;
        position: fixed;
        right: 3%;
        top: 36px;
        z-index: 9;
        padding-top: 4px;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .navbar .menuBtn b {
        display: block;
        height: 3px;
        background-color: #fff;
        margin-bottom: 5px;
        border-radius: 2px;
        transition: 0.3s;
        -ms-transition: 0.3s;
        -moz-transition: 0.3s;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
    }
    .navbar .menuBtn2 {
        display: block !important;
        visibility: hidden;
        opacity: 0;
        transition: 0.3s;
        -ms-transition: 0.3s;
        -moz-transition: 0.3s;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
    }
    .navbar .phone-menu {
        opacity: 0;
        visibility: hidden;
        position: fixed;
        overflow-y: auto !important;
        overflow-x: hidden !important;
        display: block;
        background: #83c6ce;
        z-index: 99;
        width: 100%;
        height: 100%;
        padding: 30px 5%;
        left: 0;
        top: 100%;
        box-sizing: border-box;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    .navbar .navbar-nav {
        overflow: hidden;
     width:100%;
    }
    .navbar .navbar-nav a {
        font-weight: normal !important;
        background: none !important;
    }
    .navbar .nav-child {
        width: 100%;
        display: none;
        position: relative !important;
        background-color: transparent;
        float: none;
        border: none;
        top: 0 !important;
        left: 0 !important;
        padding: 10px 0 0 10px !important;
        margin: 0 0 -1px 0 !important;
        opacity: 1;
        visibility: visible;
      box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    }
    .navbar .nav-child li {
        text-align: left;
        padding: 5px 0;
        border-bottom: none;
    }
    .navbar .nav-child li>dl {
        display: none;
        position: relative;
        left: 0;
        top: 0;
        background: none;
        padding-left: 0.15rem;
    }


    .navbar .nav-child li.hasChild.on>dl {
        display: block;
    }

.navbar .nav-child li:hover>dl{
    display:none;
}

    .navbar .nav-child:before {
        display: none;
    }
    .navbar .navbar-nav>li {
        width: 100% !important;
        display: block;
        position: relative;
        text-align: left !important;
        padding: 10px 20px !important;
        height: auto;
        border-bottom: 1px solid rgba(255,255,255,0.1);
        background: none !important;
        box-sizing: border-box;
    }
    .navbar .navbar-nav>li a {
        text-align: left !important;
        line-height: 24px;
        font-size: 16px;
        color: #fff !important;
        padding: 0 !important;
        border-bottom: none !important;
    }
    .navbar .navbar-nav>li li {
        background: none !important;
    }
    .navbar .navbar-nav>li.hasChild>em {
        position: absolute;
        top: 0;
        right: 10px;
        z-index: 9;
        width: 20px;
        height: 45px;
        background: url(../images/nav-down.png) center no-repeat;
        background-size: 70%;
        cursor: pointer;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
    .navbar li.hasChild.on .nav-child {
        display: block !important;
        background: none;
        padding-left: 10px;
    }
    .navbar li.hasChild.on em {
        transform: rotate(45deg);
    }
    .navbar .search-box {
        margin-top: 20px;
        overflow: hidden;
        border: 1px solid #ccc;
        width: 100%;
    }
    body.side-right .navbar .phone-menu {
        opacity: 1;
        visibility: visible;
        top: 0;
    }
    body.side-right .navbar .menuBtn {
        display: none;
    }
    body.side-right .navbar .menuBtn2 {
        position: fixed;
        opacity: 1;
        visibility: visible;
        z-index: 99999;
        top: 30px;
    }
    body.side-right .navbar .menuBtn b {
        display: none;
        margin: 0;
        position: absolute;
        background: #fff;
        left: 0;
        top: 50%;
        width: 30px;
    }
    body.side-right .navbar .menuBtn b:first-child {
        display: block;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
    }
    body.side-right .navbar .menuBtn b:last-child {
        display: block;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
    }
    body.side-right .navbar .menu-bott {
        display: block;
        overflow: hidden;
        padding: 10px 0;
    }
    body.side-right .navbar .menu-bott .link {
        margin: 5px 0px 20px;
    }
    body.side-right .navbar .menu-bott .link a {
        font-size: 16px;
        color: #fff;
        margin-left: 17px;
        line-height: 0.38rem;
        position: relative;
    }
    body.side-right .navbar .menu-bott .link a:hover {
        font-weight: bold;
    }
    body.side-right .navbar .menu-bott .link a::before {
        content: "";
        position: absolute;
        left: -14px;
        top: 4px;
        width: 1px;
        height: 13px;
        background: #fff;
    }
    body.side-right .navbar .menu-bott .link a:nth-of-type(1)::before {
        display: none;
    }
    body.side-right .navbar .menu-bott .phone-ss {
        width: 100%;
    }
    body.side-right .navbar .menu-bott .phone-ss .text {
        width: calc(100% - 35px);
        line-height: 40px;
        height: 40px;
        background: #fff;
        padding: 0 10px;
        border-style: none;
        font-size: 14px;
        box-sizing: border-box;
        outline: none;
        border-radius: 3px;
    }
    body.side-right .navbar .menu-bott .phone-ss .btn {
        margin-top: 4px;
        width: 30px;
        height: 30px;
        float: right;
        background: url(../images/ic_ser.png) center center no-repeat;
        border-style: none;
        font-size: 14px;
        box-sizing: border-box;
        outline: none;
    }
    body.side-right .navbar .menu-bott input::-webkit-input-placeholder {
        /* WebKit, Blink, Edge */
        color: #fff;
    }
    body.side-right .navbar .menu-bott input::-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
        color: fff;
    }
    body.side-right .navbar .menu-bott input:-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: fff;
    }
    body.side-right .navbar .menu-bott input::-ms-input-placeholder {
        color: #fff;
    }


.infor_list{
  width: 46%;
  margin-right:4%;
}


.foot .content .lf{
  margin-top: 36px;
}


}



@media (max-width: 768px) {
.flexslider{
  width:100%;
 height: 260px;
 }
.news{
  width: calc(100% - 0px);
  margin-left:0px;
}
.tt_con{
  width: calc(100% - 85px);
}
.ban_tit{
  height: 50px;
     padding-top: 8px;
}
.infor_list{
  width: 100%;
      margin-right: 0px;
}
.foot .content .rg{
  float: none;
  margin: 0 auto;
}
.foot .content .lf{
  width: calc(100% - 0px);
  margin-top: 15px;
}
.foot .content .lf p{
  line-height: 22px;
}
.banner_n{
       height: 250px;
}

.flex-control-nav{
  bottom:5px;
}

.sub_tt{
       border-bottom-style: none;
     background: none;
}
.sub_tt .tit{
     width: 100%;
    background: #f1f1f1;
    padding: 10px 15px;
    box-sizing: border-box;
}
.sub_tt .tit span{
  padding-left:0px;
}
.sub_tt .tt_more{
    margin-top: 10px;
}



#vsb_content TABLE{
width: 100%!important;
       border-right: #222 1px solid;
    border-collapse: collapse!important;
    display: flex;
    overflow: scroll hidden;
    white-space: nowrap;
    word-break: keep-all;
}





}


@media (max-width: 600px) {
.logo{
       margin-top: 16px;
}
   .logo img{
   height: 38px;
}

.flexslider{
  height: 200px;
}
.banner_n{
       height: 200px;
}

}

@media (max-width: 375px) {
   .logo{
       margin-top: 20px;
}
   .logo img{
   height: 32px;
}
}