/*!
 * fullPage 2.9.2
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */

html, body {height: 100%; color:#4d4d4f;background-color:#000;}
body{overflow-x: hidden;}
.floatleft {float:left !important;}
.floatright {float:right !important;}
.floatnone {float:none !important;}
.alignleft {text-align:left !important;}
.alignright {text-align:right !important;}
.aligncenter {text-align:center !important;}
.no-display { display:none; }
.no-margin { margin:0; }
.no-padding { padding:0 !important; }
.fullwidth{ width: 100% !important; }
.display-block{ display:block; width:100%; height:auto;position:relative; }

button:focus, input:focus, a:focus{
    outline: 0;
    /*-webkit-appearance:none; */
}
input,button,select,textarea{ outline:none;}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: thin dotted;
    outline: 0px auto -webkit-focus-ring-color; 

}
.btn{
        border-radius: 0px;
}



body,button, input, select, textarea,h1 ,h2, h3, h4, h5, h6 { font-family: Microsoft YaHei,'宋体' , Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif;}

a { color: #fff;  text-decoration: none;}
a:hover,a:focus { color: #b2b2b2;  text-decoration: none;}
a:focus, button:focus {outline:0px solid}
input,textarea{outline: 0; box-shadow: none; -webkit-box-shadow: none;}
.form-control{outline: 0; box-shadow: none; -webkit-box-shadow: none;}
input:focus, textarea:focus {outline: 0; box-shadow: none; border-color: #fff}
.form-control:focus {outline: 0; box-shadow: none; -webkit-box-shadow: none;  border-color: #b2b2b2}

label{ font-weight: normal; }
.form-group, .form-inline .form-group{ margin-bottom: 30px;  }

.form-group input,.form-group textarea { background-color: #e6e7e8; border: 0px; }

img { max-width:100%;height:auto;border:0; vertical-align:top;}
.fix {overflow:hidden}
p {}
h1, h2, h3, h4, h5, h6 {
    margin: 0 0 10px;
}
a {-webkit-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s;text-decoration:none;}

a:active, a:hover, a:focus {
    outline: 0 none;
    text-decoration: none
}
ul{
    list-style: outside none none;
    margin: 0;
    padding: 0
}
.clear{clear:both}

body {
    color: #fff;
    /*font-size: 12px;*/
    line-height: 24px;
    text-align: left;
}

.input-group > .form-control, .form-inline > .form-control {
    width: 100%;
}


video::-internal-media-controls-download-button {
    display:none;
}

video::-webkit-media-controls-enclosure {
    overflow:hidden;
}

video::-webkit-media-controls-panel {
    width: calc(100% + 30px); /* Adjust as needed */
}

/*.form-inline .form-control {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
}*/

/*.container {
    width: 1200px
}*/


.button-white {background: #fff !important}
.button-olive {background: #7a9757 !important; color: #fff !important}
.button-blue {background: #05C2F9 !important; color: #fff !important}
.button-yellow {background: #FDC007 !important; color: #fff !important}
.olive-border {
    border: 1px solid #7a9757 !important;
    line-height: 51px !important;
}
.blue-border {
    border: 1px solid #05C2F9 !important;
    line-height: 51px !important;
}
.yellow-border {
    border: 1px solid #FDC007 !important;
    line-height: 51px !important;
}


#defnav {border: 0px; border-radius: 0px;  border-bottom:1px solid #b2b2b2;min-height: 50px; height: 50px; }
#defnav a{ color: #b2b2b2; font-size:15px;font-weight: bold; padding: 2px 22px; margin-top: 13px;}
#defnav a.active {color: #fff;}
#defnav a:hover ,#defnav a:active{ background: transparent; color:#b2b2b2;}
.nav>li>a:focus, .nav>li>a:hover { text-decoration: none;  background: transparent;}
#defnav a:visited{color:#b2b2b2;}
#navbar-nav li a:before {
    background: #b2b2b2 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 3px;
    left: 50%;
    position: absolute;
    right: 50%;
    top:149%;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    z-index: 10;
}

#navbar-nav .navbar-toggle {
    border-color: #b2b2b2;
}
#navbar-nav .navbar-toggle .icon-bar {
    background-color: #b2b2b2;
}

#navbar-nav li a:hover:before, #navbar-nav a.active:before  {
    left: 0; right: 0; 
}


.logo{background:url('../images/logo.png') no-repeat center center; background-size: auto 70% ; width: 130px; height: 50px;}
#defnav>.logo>a{display: block;width: 100px; height: 50px;}
.split{ border-right: solid 1px #ababab; }

#related{ margin-bottom: 300px;}
#related li { width: 33.3%; float: left; padding: 6px; position: relative; }
#related li img{ display: block; width:100%; }
#related li a{ display: block; width: 100%;  height: 100%; background-color: #000;  }
#related .t{ margin: 35px 0 0 40px; font-size: 20px; color:#242021; }


.list_pic li{ width: 25%;  float: left; padding: 6px; position: relative;  }
.list_pic li.list_pic_item2{ width: 33.3%;  float: left; padding: 6px;  }
.list_pic li.list_pic_item3 { width: 100%;  float: left; padding: 6px;  }
.list_pic li img{ display: block; width:100%; }
.list_pic li a{
    display: block; width: 100%;  height: 100%; background-color: #000;  
}
.list_pic li::before {
    position: absolute;
    top: 6px;
    right: 6px;
    bottom: 6px;
    left: 6px;
    border: 0px solid #fff;
    content: '';
    background: rgba(0,0,0,0.5);
}

.no-before > li::before{
    display: none !important;
}


.list_pic li::before,.list_pic li p {
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.list_pic li h2 {
    opacity: 0;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 100%, 0);
    margin-top: 25%;
}

.list_pic li.list_pic_item3 h2 { margin-top: 18%; }
.list_pic li::before{transform: scale(1);}

.list_pic li .pic-content{
    /*display: table;*/
    position: absolute;
    top: 6px;
    right: 6px;
    bottom: 6px;
    left: 6px;
    vertical-align:middle;
}
.list_pic li p,.list_pic li h2{
    /*display: table-cell;*/
    text-align: center;
    color: #fff;
    width: 100%;
    clear: both;
    vertical-align:middle;
}

.list_pic li p {
    font-size: 18px;
}

.list_pic li h2 {
    font-size: 15px;
}


.list_pic li:hover::before,.list_pic li:hover p,.list_pic li:hover h2 {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.list_pic li:hover h2 {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}


.list-tag .btn {margin-top: 15px;}
.list-tag .btn.on{
    color: #fff;
}
.nav-pills>li>a{ background: transparent; color: #b1b3b6}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover{ background: transparent; color: #b2b2b2; border-bottom: 1px solid #fff; border-radius: 0px;}



.list_news{ max-width: 950px; margin: 0 auto;}
.list-news li{ 
    /*height: 240px;*/
 overflow: hidden; border-bottom: 1px solid #b7b8ba; padding: 30px 0; }
.list-news image{max-height: 100%;}
.list-news li label{ display: block; line-height: 200%;}
.list-news label.title{font-size: 18px; font-weight: bold; height: 35px;}
.list-news label.desc{ height: 55px;}
.new-header .container-fluid{ margin-top: 12%; }
.new-header .container-fluid span{ color: #b2b2b2; line-height: 200%; font-size: 25px;z-index: 0; position: relative; }
.new-header .container-fluid span::before{
    background: #b2b2b2 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0%;
    position: absolute;
    right: 40%;
    top:130%;
    /*z-index: 10;*/
}
.new-wrap h1{ margin-left: -38px; }
.new-header .container-fluid h1{ color: #fff;margin-top: 40px;margin-bottom: 20px; }
.news-vendor {color: #818181;}
.news-vendor div{ padding-top: 16px; }
.news-vendor .news-line {
    font-weight: bold; padding: 0px 0 20px 0 ; border-bottom:1px solid #818181;
}

#post-content{ line-height: 250%;}

 

.back{color: #b2b2b2; margin: 0 0 15px 0;}
.back a{color: #b2b2b2;}

.about-header span{ color: #fff; font-size: 25px;z-index: 0; position: relative; margin-left: 10%; }
.about-header span::before,.about-text span::before{
    background: #fff none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0%;
    position: absolute;
    right: 50%;
    top:160%;
}
.about-text span::before{
    background: #231f20 none repeat scroll 0 0;
    top:130%;
}
.display-table{

}
.display-cell{ display: table-cell; height: 300px; vertical-align: middle;}
.about-text span{position: relative; color: #231f20; line-height: 80px;  font-size: 25px;z-index: 0; position: relative;  margin-bottom: 30px;  }
.about-text{background-color: #f1f0ee; overflow: hidden; position: relative;   }
.about-text .wrap{ display:table; right: 6px;height: inherit; width: 64.5%; float: right; padding-right: 10%; }
.about-text .wrap.floatleft{ padding-left: 10%;  }
.about-text span{ 

}

.about-text p{ 
    display: table-cell;vertical-align: middle; height: 300px;
}

.about-pic{
    background:  no-repeat center center;  background-size: cover;display: table-cell;
}
.about-pic img,.about-text img{ display: block; width: 100%; height: 100%; }

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video{
    padding-right: 15px;
    padding-left: 15px;
}

.planetFrom{ color: #fff; text-align: center;margin: 40px 0 20px; }
.planetFrom input{ background-color: #44357e; color: #fff;}

.planetFrom .title{ text-align: center; font-size: 30px; position: relative; }
.planetFrom .info{ text-align: center; margin: 40px 0;  }
.planetFrom .title::before{
    background: #fff;
    bottom: 0;
    content: "";
    height: 2px;
    left: 20%;
    position: absolute;
    right: 20%;
    top:130%;
}

.planetFrom button[type="submit"]{ background: #fff100; color:#333132; border-radius: 17px; display: inline-block;  padding: 6px 32px;}

.help-block{ text-align: left; }

.text-overflow{
    overflow: hidden;
    text-overflow: ellipsis;
    /*white-space: nowrap;*/
}


.postAlbum img{ margin-top: 10px;}
.yg-btn { border-color: #b2b2b2; color: #4d4d4f}
.yg-hover-bt:hover,.yg-hover-bt:active,.yg-hover-bt:focus{ border-color: #b2b2b2; color: #b2b2b2; background-color: transparent; }
.yg-inverse-bt:hover,.yg-inverse-bt:active,.yg-inverse-bt:focus{ border-color: #b2b2b2; color: #fff; background-color: #b2b2b2;}

#footer .footer-tel{ display: table; margin-top: 80px; }
#footer .footer-tel p {  display: table-cell; vertical-align: middle; text-align: center;  }

#footer{ color: #fff; font-size: 13px; margin-top: 40px;  text-align: center;}
#footer ul{ margin: 80px 0 0 0; }
#footer .row{background:#b2b2b2 url('../images/footer_bg.jpg') repeat-y; background-size: 100%;  padding-top: 0px;}

#footer .list-inline li{ width: 70px; }
#footer .list-inline li img {width: 30px; height: auto;}
#footer .qrcode { width:90px; margin-top: 52px; }
#footer .small{padding-bottom: 12px;}
 
.btn.active, .btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-primary {
    color: #fff;
    background-color: #b2b2b2;
    border-color: #b2b2b2;
}

.btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled].focus, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
    background-color: #ff3a84;
    border-color: #ff3a84;
}

.btn-primary:hover {
    color: #fff;
    background-color: #ff3a84;
    border-color: #ff3a84;
}


@media (min-width: 768px) {
    #defnav .navbar-nav {
        float: right;
    }
    .logo{margin-left: 3%;}
    .navbar-collapse{padding-right: 3%;}
}

@media (max-width: 768px) {
    #defnav li a:before {
        height: 0px; 
    }
    #defnav .navbar-collapse {
        background-color:rgba(255,255,255,0.9);  z-index: 10000;
    }
    .list_pic li.list_pic_item1,.list_pic li.list_pic_item2,.list_pic li.list_pic_item3{ width: 50%; }
    .list_pic li img[data-src-xs] {
        content: attr(data-src-xs, url);
    }
}

@media (max-width: 992px) {
    .about-text .wrap{ width: 100%; padding: 15px !important; }
}

.fp-section {
    position: relative;
    -webkit-box-sizing: border-box; /* Safari<=5 Android<=3 */
    -moz-box-sizing: border-box; /* <=28 */
    box-sizing: border-box;
}
.fp-slide {
    float: left;
}
.fp-slide, .fp-slidesContainer {
    height: 100%;
    display: block;
}
.fp-slides {
    z-index:1;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease-out; /* Safari<=6 Android<=4.3 */
    transition: all 0.3s ease-out;
}
.fp-section.fp-table, .fp-slide.fp-table {
    display: table;
    table-layout:fixed;
    width: 100%;
}
.fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
.fp-slidesContainer {
    float: left;
    position: relative;
}
.fp-controlArrow {
    -webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
    -ms-user-select: none; /* IE10+ */
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38px;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.fp-controlArrow.fp-prev {
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #fff transparent transparent;
}
.fp-controlArrow.fp-next {
    right: 15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #fff;
}
.fp-scrollable {
    overflow: hidden;
    position: relative;
}
.fp-scroller{
    overflow: hidden;
}
.iScrollIndicator{
    border: 0 !important;
}
.fp-notransition {
    -webkit-transition: none !important;
    transition: none !important;
}
#fp-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
}
#fp-nav.right {
    right: 17%;
}
#fp-nav.left {
    left: 17px;
}
.fp-slidesNav{
    position: absolute;
    z-index: 4;
    left: 50%;
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.fp-slidesNav.bottom {
    bottom: 17px;
}
.fp-slidesNav.top {
    top: 17px;
}
#fp-nav ul,
.fp-slidesNav ul {
    margin: 0;
    padding: 0;
}
#fp-nav ul li,
.fp-slidesNav ul li {
    display: block;
    width: 14px;
    height: 30px;
    margin: 7px;
    position:relative;
}
.fp-slidesNav ul li {
    display: inline-block;
}
#fp-nav ul li a,
.fp-slidesNav ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span{
    height: 8px;
    width: 8px;
    margin: -4px 0 0 -4px;
    border-radius: 100%;
    background-color: #b2b2b2;
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    height: 8px;
    width: 8px;
    border: 0;
    background: #333;
    left: 50%;
    top: 50%;
    margin: -4px 0 0 -4px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    background-color: #fff;
}
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span{
    width: 10px;
    height: 10px;
    margin: -5px 0px 0px -5px;
}
#fp-nav ul li .fp-tooltip {
    position: absolute;
    top: -2px;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 0;
    cursor: pointer;
}
#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    width: auto;
    opacity: 1;
}
#fp-nav ul li .fp-tooltip.right {
    right: 20px;
}
#fp-nav ul li .fp-tooltip.left {
    left: 20px;
}
.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell{
    height: auto !important;
}

.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
    height: auto !important;
}



.btn-about{ border-color: #b2b2b2; color: #58595b; border-radius: 0; padding: 10px 30px; margin: 20px 0; }
.footer a.btn-about{ color: #58595b; }
.footer a.btn-about:hover{ color: #fff; }

.a-upload {
    padding:8px 15px;
    line-height: 20px;
    position: relative;
    cursor: pointer;
    color: #888;
    background: #44357e;
    border: 0px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    color: #fff;
}
.a-upload  input {
    position: absolute;
    font-size: 100px;
    right: 0;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer
}
.a-upload:hover {
    color: #444;
    background: #eee;
    border-color: #ccc;
    text-decoration: none
}


.col-main{color:#b2b2b2 !important }

.bor-col-main{ border-color:#b2b2b2 !important  }

.modal-backdrop.in {
    filter: alpha(opacity=30);
    opacity: .3;
}

.spinner {
    width: 50px;
    display: inline-block;
    text-align: center;
}

.spinner > div {
    width: 8px;
    height: 8px;
    background-color: #333132;
    margin: 0 1px;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% { -webkit-transform: scale(0) }
    40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% { 
        -webkit-transform: scale(0);
        transform: scale(0);
    } 40% { 
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}


.figure  {
    overflow: hidden;
}

.figure a {
    -webkit-transform: scale(1);
    transform: scale(1);

    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    overflow: hidden;
}
.figure a:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);

}

#toTop{
    width:47px;
    height:46px;
    display: block;
    background:url(../images/toTop.png) no-repeat center center;
    background-size: 50% auto;
    position: fixed;
    left: 92%;
    bottom:20%;
    display: none;
}

.h1, h1{ font-size: 30px;  }
.h2, h2 {  font-size: 20px;}
.h3, h3 {font-size: 18px;}
.h4, h4 { font-size: 16px;}

    
.jiathis_style{ height: 20px; }
.jiathis_style a{ display:  block;width: 100%; height: 100%;  }
.jiathis_style > a > span.jtico_weixin{ background: url(../images/share_wx.png) no-repeat bottom center;  background-size: auto 100%;height: 20px !important; width: 25px; } 
.jiathis_style > a > span.jtico_tsina{ background: url(../images/share_wb.png) no-repeat center center;  background-size: auto 100% ;height: 20px !important; width: 25px; } 
#loadMore{ margin-top: 30px; padding: 8px 25px;}

.new-wrap h3.title{ font-weight: bold; margin: 15px 0; }
.list-news li label a{ line-height: 220%;  }
.news-page{margin: 30px 0 50px 0; border-top: 1px solid #b7b8ba; padding-top: 20px; text-align: right;}

.img_bg_color{background-color: #f2f2f2;}

@media (max-width: 1450px) {
    #defnav a {
        padding: 2px 10px!important;
    }
    .dropdown-menu2 .m1 {
        margin: 0 24px!important;
    }
}
    
@media (min-width: 1400px) {
    body{ font-size: 16px;line-height: 1.9;}

    .h1, h1{ font-size: 46px;  }
    .h2, h2{ font-size: 36px;  }
    .h3, h3 {font-size: 30px;}
    .h4, h4 {font-size: 24px;}
    .h5, h5 { font-size: 18px;}
    .nav-pills>li>a{ font-size: 14px; }
    .nav-pills>li.active>a.on{
        background-color: #b2b2b2;
        color: #fff;
    }
    #defnav{ height: 56px; }
    #defnav a:hover, #defnav a:active, #defnav a:visited{ 16px;  }
    #defnav a{padding: 2px 16px;}
    .navbar-collapse.collapse{padding-top: 3px;  }
    .logo{ height: 56px; }
    #defnav li a:before { top: 163%; }
    #fp-nav ul li, .fp-slidesNav ul li {
        height: 60px;
    }
    .btn-about,.yg-btn,#loadMore{ font-size: 24px; }
    #loadMore{ margin-top: 40px; padding: 10px 35px;}
    .about-header span{ font-size: 40px; }
    .about-text span{ font-size: 36px; line-height: 120px; }

    .list-pic { padding-left: 20px; padding-right: 20px;  }
    .list_pic li {  padding: 13px; }
    .list-pic,#related{ padding-left: 30px; padding-right: 20px;  }
    .list_pic li.list_pic_item2 {padding: 13px;  }
    .list_pic li.list_pic_item3 {padding: 13px;  }
    .list_pic li::before{
        top: 13px;
        right: 13px;
        bottom: 13px;
        left: 13px;
    }
    .new-header .container-fluid span{ font-size: 30px;  }
    .new-wrap h1{ margin-left: -55px; }
    .new-wrap h3.title{ margin: 25px 0; }
    .list-news label.desc{ height: 65px; }

    .list-news li label a{ line-height: 400%;  }

    .back {margin: 10px 0 25px 0;}
    .news-page{margin: 30px 0 150px 0; padding-top: 50px;}
    #footer .footer-tel{  margin-top: 132px; font-size: 20px; padding-left: 4%; }
    #footer .footer-tel p {  display: table-cell; vertical-align: middle; text-align: center;  }

    #footer{ color: #fff; font-size: 13px; margin-top: 40px;  text-align: center;}
    #footer ul{ margin: 130px 0 0 0; }
 
    #footer .list-inline li{ width: 125px; }
    #footer .list-inline li img {width: 48px; height: auto;}
    #footer .qrcode { width:122px; margin-top: 102px; }
    #footer .small{padding-bottom: 46px; font-size: 20px; }

    #related {margin-bottom: 800px;}
    .jiathis_style > a > span.jtico_weixin{ background: url(../images/share_wx.png) no-repeat bottom center;  background-size: auto 100%;height: 25px !important; width: 35px; } 
    .jiathis_style > a > span.jtico_tsina{ background: url(../images/share_wb.png) no-repeat center center;  background-size: auto 100% ;height: 25px !important; width: 35px; } 
    .list_pic li p {
        font-size: 24px;
    }

    .list_pic li h2 {
        font-size: 18px;
    }
    #toTop{
        background-size: auto auto;
        left: 95%;
        bottom:17%;
    }

}
 @media (max-width: 1600px) {
    .menu_new {padding: 25px 3% 25px 3%!important;}
}

