/* 清除样式 */
body,button,dd,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,input,legend,li,ol,p,select,table,td,textarea,th,ul{ margin:0; padding:0;}

button,input,select,textarea{ outline:0;}

textarea{ resize:none;}

ul,li{ list-style:none;}

img{ outline:0; border:none; display: block;}

button,input[type=button],input[type=reset],input[type=submit]{ -webkit-appearance:none; }

input{ border-radius: 0px; outline: none; box-shadow:none; -webkit-appearance: none;}

a{ color: #333333; text-decoration:none;transition: all .3s;}

a:hover{ text-decoration:none;}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{ display:block; margin: 0; padding: 0;}

html,body{ font-size: 12px; font-family: "微软雅黑"; min-width: 320px; color: #333333; background: #fff;position:relative;}
*{box-sizing: border-box;transition: all linear .25s;}
::-webkit-scrollbar{
  display:none;
}


/*main css*/
.main-im{ position:fixed; right: 10px; top:200px; z-index: 100; width: 60px; height: 219px; }
.main-im .open-im { cursor: pointer; width: 60px; height: 219px; background: url(../images/right.gif) no-repeat left top; float:left;}

.main-bottom{position:fixed; width:100%; height:50px; bottom:10px; display:none;}
.main-bottom .bottom_im{margin:0 auto; width:350px;}
.bottom_im_left{cursor: pointer; width: 170px; height: 40px; background: url(../images/bottom_left.gif) no-repeat left top; float:left;}
.bottom_im_right{cursor: pointer; width: 170px; height: 40px; background: url(../images/bottom_right.gif) no-repeat left top; float:right}
.mt-20{margin-top:20px;}
/* 开始 */
.all{
    width:100%;
    background:#fff;
    position: relative;
}
@media all and (max-width: 900px) {
    .zzc{
        display:none;
        position: fixed;
        left:0;
        top:0;
        width:100%;
        height:100%;
        background:rgba(0,0,0,.5);
        z-index:990;
        transition: none;
    }
    .banner{margin-top: 30px;}.ttl span{ font-weight: normal !important;}.ttl p{font-size: 26px !important;}.bode .gywm .gywm_wrap .tit h4{font-size: 26px !important;}.bode .cgal .tit h4 a{font-size: 26px !important;}.new_abs .tit h4 a{font-size: 26px !important; }.ttl span{padding-left: 8px;padding-right: 8px;}.bode .hz{padding-top: 80px !important;padding-bottom: 120px !important;}
}
.all_w{
    width:1200px;
    margin:0 auto;
}
.all_w1{
    width:1200px;
    margin:0 auto;
    /*margin-top:20px;*/
}
@media all and (max-width: 1200px) {
    .all_w{
        width:100%;
        margin:0 auto;
    }
    .all_w1{
        width:95%;
        margin:0 auto;
    }
}
.header{
    width:100%;
    background:#fff;
     height:120px;
}

.header_top {
position: fixed;
    width: 100%;
    height: 35px;
    overflow: hidden;
    border-bottom: #dedede 1px solid;
    top: 0;
    left: 0;
    z-index: 9999;
    background: #fff;
}
.header_top ul {
    width: 1100px;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    margin: 0 auto;
}
.header_top ul li {
    height: 35px;
    text-align: center;
    float: left;
    display: block;
    line-height: 35px;
    color: #ccc;
    /*background: url(../images/1_03.gif) no-repeat right 9px;*/
}
.header_top ul .title {
    width: 70%;
    background: none;
    text-align: left;
    color: #808080;
    font-size: 14px;
    font-weight: 700;
}
.header_top ul .phone{
    font-size: 26px;
    font-family: Arial, Helvetica, sans-serif;
    color: #af1e24;
    float:right;
    }
@media all and (max-width:900px) {
    .header{
        width:100%;
        background:#fff;
        height:109.15px
    }
}
@media all and (max-width:480px) {
    .header{
        width:100%;
        background:#fff;
        height:119.76px
    }
}
.header_fixed{
    position:fixed;
    top:35px;
    left:0;
    width:100%;
    background:#fff;
    z-index:9999;
    box-shadow: 0 3px 6px 0 rgba(0,0,0,.1);
}
.head_wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:15px 0;
    flex-wrap:wrap;
}
@media all and (max-width:900px) {
    .head_wrap{
        display: flex;
        justify-content: center;
        align-items: center;
        padding:10px 0;
    }
}
.head_wrap .logo{
    width:360px;
}
@media all and (max-width: 1100px) {
    .head_wrap .logo{
        width:300px;
    }
}
@media all and (max-width:750px) {
    .head_wrap .logo{
        width:250px;
    }
}
@media all and (max-width:480px) {
    .head_wrap .logo{
        width:200px;
    }
}
.head_wrap .logo img{
    width:100%;
}
.head_wrap .nav{
    display:flex;
    justify-content: space-between;
    flex-wrap:wrap;
}
.head_wrap .nav>li{
    height:48px;
    line-height:48px;
    border-bottom:2px solid #fff;
    position: relative;
}
.head_wrap .nav>li a{
    display:block;
    padding:0 15px;
    color:#000;
    font-size:16px;
}
@media all and (max-width: 1100px) {
    .head_wrap .nav>li a{
        display:block;
        padding:0 10px;
        color:#000;
        font-size:14px;
    }
}
.head_wrap .nav .on{
    border-bottom:2px solid #e00b00;
}
.head_wrap .nav>li:hover{
    border-bottom:2px solid #e00b00;
}
@media all and (max-width:900px) {
    /* .head_wrap .nav{
        display:block;
        position: fixed;
        left:-300px;
        top:73.14px;
        background:#fff;
        width:300px;
        height:100%;
        transition: all ease .3s;
    }
    .head_wrap .nav1{
        display:block;
        position: fixed;
        left:0;
        top:73.14px;
        background:#fff;
        width:300px;
        height:100%;
        box-shadow: 0 3px 6px 0 rgba(0,0,0,.1);
        transition: all ease .3s;
    } */
    .head_wrap .nav{
        width:95%;
        margin-top:10px;
        border-top:1px solid #ddd;
    }
    .head_wrap .nav>li{
        height:35px;
        line-height:35px;
        width:12.5%;
        margin:0 auto;
        border-bottom:2px solid #fff;
        position: relative;
        text-align: center;
    }
    .head_wrap .nav>li a{
        display:block;
        padding:0px;
        color:#000;
        font-size:16px;
    }
}
@media all and (max-width:750px) {
    /* .head_wrap .nav{
        display:block;
        position: fixed;
        left:-250px;
        top:70px;
        background:#fff;
        width:250px;
        height:100%;
        z-index:999;
        transition: all ease .3s;
    }
    .head_wrap .nav1{
        display:block;
        position: fixed;
        left:0;
        top:70px;
        background:#fff;
        width:250px;
        height:100%;
        z-index:999;
        box-shadow: 0 3px 6px 0 rgba(0,0,0,.1);
        transition: all ease .3s;
    } */
    .head_wrap .nav>li{
        height:35px;
        line-height:35px;
        width:12.5%;
        margin:0 auto;
        border-bottom:2px solid #fff;
        position: relative;
        text-align: center;
    }
    .head_wrap .nav>li a{
        display:block;
        padding:0px;
        color:#000;
        font-size:14px;
    }
}
@media all and (max-width:480px) {
    /* .head_wrap .nav{
        display:block;
        position: fixed;
        left:-220px;
        top:70px;
        background:#fff;
        width:220px;
        height:100%;
        z-index:999;
        transition: all ease .3s;
    }
    .head_wrap .nav1{
        display:block;
        position: fixed;
        left:0;
        top:70px;
        background:#fff;
        width:220px;
        height:100%;
        z-index:999;
        box-shadow: 0 3px 6px 0 rgba(0,0,0,.1);
        transition: all ease .3s;
    } */
    .head_wrap .nav>li{
        height:30px;
        line-height:35px;
        width:25%;
        margin:0 auto;
        border-bottom:2px solid #fff;
        position: relative;
        text-align: center;
    }
    .head_wrap .nav>li a{
        display:block;
        padding:0px;
        color:#000;
        font-size:14px;
    }
}
.cd_btn{
    display:none;
    width:50px;
    height:50px;
    background:url("../img/menu.png")no-repeat center center;
    background-size:30px 30px;
}
@media all and (max-width:900px) {
    .cd_btn{
        display:block;
        width:40px;
        height:40px;
        background:url("../images/menu.png")no-repeat center center;
        background-size:25px 25px;
        transition: all linear .3s;
    }
    .cd_btn1{
        background:url("../images/menu-1.png")no-repeat center center;
        background-size:25px 25px;
        transition: all linear .3s;
    }
}
.head_wrap .nav>li .nav_list{
    position: absolute;
    top:50px;
    left:-25%;
    width:180px;
    background:#fff;
    padding:10px 0;
    z-index:999;
    box-shadow: 0 3px 6px 0 rgba(0,0,0,.1);
    display:none;
    transition: none;
}
.head_wrap .nav>li .nav_list li{
    width:100%;
    line-height: 35px;
    text-align: center;
}
.head_wrap .nav>li .nav_list li a{
    color:#333333;
    font-size: 14px;
}
.head_wrap .nav>li .nav_list li a:hover{
    color:#e00b00;
}
@media all and (max-width:1100px) {
    .head_wrap .nav>li .nav_list li a{
        color:#333333;
        font-size: 12px;
    }
}
@media all and (max-width:900px) {
    .head_wrap .nav>li .nav_list{
        display:none!important;
    }
}

/* 首页正文 */
.bode{
    width:100%;
}
.section{
    width:100%;
    overflow: hidden;
}
/* 轮播 */
.banner{
    width:100%;
    height:100%!important;
    overflow: hidden;
    position: relative;
	z-index:10!important;
    /* margin-top:150px; */
}
.banner owl{
    width:100%;
    height:100%!important;
}
.banner .item{
    position: relative;
    width:100%;
    height:100%!important;
}
.banner .owl-carousel .owl-item .img{
    width:100%;
    overflow: hidden;display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;justify-content: center
}
.banner .owl-carousel .owl-item .img img{
    display: block;
    max-width: initial;width: 100%;
	

}

/* 分页器 */
.owl-theme .owl-controls {
    bottom:15px;
}
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    margin: 0 10px;
    position: relative;
    background: #000;
    opacity: .4;
}
/* .owl-theme .owl-dots .owl-dot span:after {
	content: '';
	display: block;
	width: 4px;
	height: 4px;
	border-radius: 100%;
	background: #fff;
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -2px;
	left: 50%;
	margin-left: -2px;
} */
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background:#1b91f7;
    opacity: 1;
}
/* .details .owl-theme .owl-dots .owl-dot span:after {
	background: #be9a78
} */
.details .owl-theme .owl-dots .owl-dot.active span, .details .owl-theme .owl-dots .owl-dot:hover span {
	background: #1b91f7;
}
/* 左右 */
.banner_cur {
   
}
@media only screen and (max-width: 750px){
    .banner_cur {
        display:none;
    }
}
.banner_cur .prev{
	cursor: pointer;
	display: block;
	width: 60px;
	height: 100px;
	border-radius:3px;
	background-image: url(../images/banner_prev.png);
	background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 0;
    position: absolute;
    left:0;
    top:50%;
    margin-top:-50px;
    z-index:100
}
.banner_cur span.next{
    cursor: pointer;
	display: block;
	width: 60px;
	height: 100px;
	border-radius:3px;
	background-image: url(../images/banner_next.png);
	background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 0;
    position: absolute;
    right:0;
    top:50%;
    margin-top:-50px;
    z-index:100
}
.banner:hover .banner_cur span {
    background-color: rgba(0,0,0,0.2);
    opacity:.3;
}
/* 服务项目 */
.fwxm{
    width:100%;
    height:100%;
    background:#fff;
    /* margin-top:100px; */
    overflow: hidden;
    display:flex;
    align-items: center;flex-wrap: wrap;align-content: flex-start;
    background: url(../images/bg.jpg) no-repeat;background-size: 100% 100%;padding-bottom: 30px;
}
@media all and (max-width:750px) {
    .bode .fwxm{
        width:100%;
        background:#fff;
        /* margin-top:150px; */
    }
}
.bode .fwxm ul{
    width:1200px;
    margin:0px auto 0;
    display:flex;
    justify-content: space-around;
    flex-wrap:wrap;
}
@media all and (max-width:1000px) {
    .bode .fwxm ul{
        width:95%;
        margin:0px auto 0;
    }
}
.bode .fwxm ul li{
    width:45%;
    margin-bottom:20px;
}
@media all and (max-width:750px) {
    .bode .fwxm ul li{
        width:94%;   
    }
}
.bode .fwxm ul li a{
    display:block;
    width:100%;
}
.bode .fwxm ul li a .img{
    width:30%;
    margin:0 auto;
}
.bode .fwxm ul li a .img img{
    width:100%; border-radius: 50%; max-width: 135px; margin: 0 auto;
}
.bode .fwxm ul li a .text{
    width:100%;
}
.bode .fwxm ul li a .text span{
    display:block;
    padding:10px 0 5px;
    text-align: center;
    color:#333;
    font-size: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;font-weight: bold;
}
.bode .fwxm ul li a .text span:nth-child(2){ font-size: 16px; font-weight: normal; margin-top: 0px;}
@media all and (max-width:750px) {
    .bode .fwxm ul li a .text span{
        padding:10px 0 15px;
    }
}
@media all and (max-width:480px) {
    .bode .fwxm ul li a .text span{
        padding:10px 0 10px;
    }
}
.bode .fwxm ul li a .text p{
    color:#676767;
    font-size: 14px;
    line-height: 25px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}
/* 关于我们 */
.bode .gywm{
    width:100%;
    height:100%;
    background:url("../images/gywm_bgt.png")no-repeat center center;
    background-size:cover;
   padding-top: 160px;
    overflow: hidden;
    display:flex;
    align-items: center; padding-bottom: 120px;
}
.bode .gywm .gywm_wrap{
    padding:0 32px;
}
.bode .gywm .gywm_wrap .tit{
    width:100%;
}
.bode .gywm .gywm_wrap .tit h4{
    font-weight: normal;
    font-size:30px;
    text-align: center;
    color:#333;font-weight: bold;
}
.bode .gywm .gywm_wrap .tit span{
    display:block;
    width:100%;
    text-align: center;
    font-size:18px;
    margin-top:40px;color: #333; font-weight: bold;
}
.bode .gywm .gywm_wrap .content{
    width:100%;
    margin-top:40px;
}
.bode .gywm .gywm_wrap .content p{
    font-size:14px;
    color:#676767;
    line-height:25px;
    margin-bottom:25px;
}
.bode .gywm .gywm_wrap .more{
    display:flex;
    justify-content: flex-end;
    margin-top:40px;
}
.bode .gywm .gywm_wrap .more a{
    display:block;
    width:180px;
    height:60px;
    line-height:60px;
    text-align: center;
    background:#e00b00;
    font-size: 18px;
    color:#fff;
    border-radius:3px;
}
.bode .gywm .gywm_wrap .more a:hover{
    background: #b41b13;
}
@media all and (max-width:750px) {
    .bode .gywm{
        width:100%;
        background:url("../images/gywm_bgt.png")no-repeat center center;
        background-size:cover;
        padding:75px 0 75px;
    }
    .bode .gywm .gywm_wrap{
        padding:0 10px;
    }
    .bode .gywm .gywm_wrap .tit span{
        display:block;
        width:100%;
        text-align: center;
        font-size:18px;
        margin-top:20px;
    }
    .bode .gywm .gywm_wrap .content{
        width:100%;
        margin-top:35px;
    }
    .bode .gywm .gywm_wrap .content p{
        font-size:14px;
        color:#676767;
        line-height:25px;
        margin-bottom:20px;
    }
    .bode .gywm .gywm_wrap .more{
        display:flex;
        justify-content: flex-end;
        margin-top:45px;
    }
    .bode .gywm .gywm_wrap .more a{
        display:block;
        width:120px;
        height:40px;
        line-height:40px;
        text-align: center;
        background:#e00b00;
        font-size: 16px;
        color:#fff;
        border-radius:3px;
    }
}
.ttl{    width: 1000px;
    text-align: center;
    margin: 0 auto;
    padding-top: 30px;}
.ttl p{    font-size: 30px;
    color: #333;
    font-weight: bold;
    padding-top: 30px; width: 100%; float: left; text-align: center;}
.ttl span{    font-size: 18px; color: #666; width: 100%; float: left; margin-top: 20px; margin-bottom: 40px; font-weight: bold;}

/* 成功案例 */
.bode .cgal{
    width:100%;
    background:#fff;
    display:flex;
    align-items: center;
    margin-top:50px;padding-bottom: 80px;
}
.bode .cgal .tit{
    width:100%;
}
.bode .cgal .tit h4{
    width:100%;
    font-weight:normal;
    text-align: center; line-height: 140px; height: 140px;
}
.bode .cgal .tit h4 a{
    color:#333;
    font-size: 30px;
    text-align: center;font-weight: bold;
}
.new_abs{ margin-top: -80px;}
.new_abs .tit h4 a{    color: #333;
    font-size: 30px;
    text-align: center;
    font-weight: bold; width: 100%; float: left;}
.new_abs .tit h4 p{font-size: 16px;
    color: #666;
    width: 100%;
    float: left;
    margin-top: 20px;
    margin-bottom: 10px; text-align: center;}
.al{ width: 100%; float: left; display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex; flex-wrap: wrap; padding-top: 40px;}
.al li{ width: 12.5%;padding: 5px;display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex; align-content: center;}
.al li img{ max-width: 100%; }
.cf h4 a{color:#fff !important;
    font-size: 30px;
    text-align: center;font-weight: bold;}
.bode .cgal .tit span{
    display:block;
    width:100%;
    margin-top:20px;
    line-height:25px;
    text-align: center;
    font-size: 14px;
}
.bode .cgal ul{
    width:100%;
    display:flex;
    justify-content: space-between;
    flex-wrap:wrap;
}
.bode .cgal ul li{
    margin-top:25px;
    width:24%;
    position: relative;
}
/* @media all and (max-width:750px) {
    .bode .cgal ul li{
        margin-top:25px;
        width:48%;
        position: relative;
    }
}
@media all and (max-width:480px) {
    .bode .cgal ul li{
        margin-top:15px;
        width:48%;
        position: relative;
    }
 */
.bode .cgal ul li:hover{
    box-shadow: 0 3px 6px 4px rgba(0,0,0,.2);
}
.bode .cgal ul li img{
    display:block;
    width:100%;
    height:100%;
}
.bode .cgal ul li p{
    position: absolute;
    left:0;
    top:50%;
    margin-top:-20px;
    display:block;
    width:100%;
    text-align: center;
    font-size:25px;
    color:#fff;
    opacity:0;
    z-index:10;
}
.bode .cgal ul li a:after{
    content:"";
    width:100%;
    height:100%;
    display:block;
    position: absolute;
    left:0;
    top:0;
    z-index:5;
    background:#e00b00;
    opacity: 0;
    transition: all linear .25s;
}
.bode .cgal ul li:hover a:after{
    opacity: .5;
}
@media all and (max-width:750px) {
    .bode .cgal ul li p{
        position: absolute;
        left:0;
        top:50%;
        margin-top:-13px;
        display:block;
        width:100%;
        text-align: center;
        font-size:20px;
        color:#fff;
        opacity:0;
    }
}
.bode .cgal ul li:hover p{
    opacity:1;
}
/* 合作 */
.bode .hz{
    width:100%;
    height:100%;
    background:url("../images/hezuo_bgt.png")no-repeat center center;
    background-size:cover;
    display:flex;
    align-items: center;
    margin-top:20px; padding-top: 120px; padding-bottom: 200px;
}
.bode .hz .tit{
    width:100%;
    margin-top: 20px;
}
.bode .hz .tit h4{
    width:100%;
    font-weight:normal;
    text-align: center;
}
.bode .hz .tit h4 a{
    color:#e00b00;
    font-size: 30px;
    text-align: center;
}
.bode .hz .tit span{
    display:block;
    width:100%;
    margin-top:20px;
    line-height:25px;
    text-align: center;
    font-size: 14px;
    color:#FFF;
}
.bode .hz .hz_owl{
    width:100%;
    margin-top:35px;
    padding: 0 50px;
    position: relative;
}
.bode .hz .hz_owl ul{
    width:100%;
}
.bode .hz .hz_owl ul li img{
    width:100%;
}
.bode .hz .hz_owl ul li p{
    text-align: center;
    line-height: 25px;
    margin-top:10px;
    color:#333;
    font-size: 15px;
}
.bode .hz .hz_owl .hz_prev{
    display:block;
    width:40px;
    height:40px;
    position: absolute;
    left:0;
    top:50%;
    margin-top:-20px;
    font-size: 40px;
    line-height: 40px;
    color:#333333;
    text-align: center;
    font-family: "宋体";
    font-weight: bolder;
    z-index:10;
    cursor: pointer;
    background:url("../images/hz_prev.png")no-repeat center center;
    background-size:100% 100%;
    cursor: pointer;
}
.bode .hz .hz_owl .hz_next{
    display:block;
    width:40px;
    height:40px;
    position: absolute;
    right:0;
    top:50%;
    margin-top:-20px;
    background:url("../images/hz_next.png")no-repeat center center;
    background-size:100% 100%;
    cursor: pointer;
}

.bode .hz .hzym{
    width:100%;
    margin-top:30px;
}
.bode .hz .hzym ul{
    width:100%;
    display:flex;
    justify-content: space-between;
    flex-wrap:wrap;
}
.bode .hz .hzym ul li{
    width:12%;
    margin-bottom:10px;
}
.bode .hz .hzym ul li a{
    display:block;
    width:100%;
}
.bode .hz .hzym ul li a img{
    display:block;
    width:100%;
}
.bode .hz .hzym ul li a p{
    line-height: 25px;
    text-align: center;
    color:#fff;
    font-size: 14px;
    margin-top:5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media all and (max-width:750px) {
    .bode .hz .hzym ul{
        width:100%;
        display:flex;
        justify-content: flex-start;
        flex-wrap:wrap;
    }
        .al li{ width: 25%;}
    .bode .hz .hzym ul li{
        width:25%;
        margin-bottom:10px;padding: 5px;
    }
    .bode .cgal ul li{width: 48%;}
}
.bode .hz1{
    width:100%;
    height:100%;
    background:#fff;
    background-size:cover;
    display:flex;
    align-items: center;
    margin-top:20px; padding-top: 150px; padding-bottom: 120px;
}
/* 新闻中心 */
.bode .xwzx{
    width:100%;
    margin-top:20px;
}
.bode .xwzx .tit{
    width:100%;
}
.bode .xwzx .tit h4{
    width:100%;
    font-weight:normal;
    text-align: center;
}
.bode .xwzx .tit h4 a{
    color:#e00b00;
    font-size: 30px;
    text-align: center;
}
.bode .xwzx ul{
    width:100%;
    margin-top:65px;
    display:flex;
    justify-content: space-between;
    flex-wrap:wrap;
}
.bode .xwzx ul li{
    width:19%;
}
.bode .xwzx ul li a{
    display:block;
    width:100%;
}
.bode .xwzx ul li a .img{
    width:100%;
    overflow: hidden;
}
.bode .xwzx ul li a .img img{
    display:block;
    width:100%;
}
.bode .xwzx ul li:hover a .img img{
    transform: scale(1.1,1.1) rotate(3deg);
}
.bode .xwzx ul li a .text{
    margin-top:15px;
    padding: 0 15px;
}
.bode .xwzx ul li a p{
    font-size:14px;
    line-height: 25px;
    width:100%;
    color:#e00b00;
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.bode .xwzx .more{
    display:flex;
    justify-content:center;
    margin-top:25px;
}
.bode .xwzx .more a{
    display:block;
    width:180px;
    height:60px;
    line-height:60px;
    text-align: center;
    background:#e00b00;
    font-size: 18px;
    color:#fff;
    border-radius:3px;
}
.bode .xwzx .more a:hover{
    background: #b41b13;
}
@media all and (max-width:750px) {
    .bode .xwzx ul{
        width:100%;
        margin-top:40px;
        display:flex;
        justify-content: space-between;
        flex-wrap:wrap;
    }
    .bode .xwzx .more{
        display:flex;
        justify-content:center;
        margin-top:25px;
    }
    .bode .xwzx .more a{
        display:block;
        width:120px;
        height:40px;
        line-height:40px;
        text-align: center;
        background:#e00b00;
        font-size: 16px;
        color:#fff;
        border-radius:3px;
    }
}
@media all and (max-width:480px) {
    .bode .xwzx ul li{
        width:50%;
        margin-bottom:15px;
    }
.search {
    display: none !important;}
}
}

.new_abs{/*
    position: absolute;
    bottom:400px;
    width:1200px;
    left:50%;
    margin-left:-600px;
	z-index:1!important;*/
}
@media all and (max-width:1200px) {
    .new_abs{
        bottom:460px;
        width:100%;
        left:0;
        margin-left:0px;
        
    }

}
.news_owl{
    width:100%;
    padding: 0 50px;
    position: relative;
}
.news_owl ul{
    width:100%;
}
.news_owl ul li img{
    width:100%;
	position: relative;
}
.news_owl .news_prev{
    display:block;
    width:40px;
    height:40px;
    position: absolute;
    left:0;
    top:50%;
    margin-top:-20px;
    font-size: 40px;
    line-height: 40px;
    color:#333333;
    text-align: center;
    font-family: "宋体";
    font-weight: bolder;
    z-index:10;
    cursor: pointer;
    background:url("../images/hz_prev.png")no-repeat center center;
    background-size:100% 100%;
    cursor: pointer;
}
.news_owl .news_next{
    display:block;
    width:40px;
    height:40px;
    position: absolute;
    right:0;
    top:50%;
    margin-top:-20px;
    background:url("../images/hz_next.png")no-repeat center center;
    background-size:100% 100%;
    cursor: pointer;
    z-index:100
}

/* 底部 */
.footer{
    width:100%;
    /*position: absolute;
    bottom:0;
    left:0;*/
    float:left;
}
.footer .link{
    width:100%;
    margin-top:20px;
}
.footer .link .tit{
    width:100%;
}
.footer .link .tit h4{
    color:#333;
    font-size: 16px;
}
.footer .link .links{
    margin-top:10px;
    display:flex;
    justify-content:flex-start;
    flex-wrap:wrap;
}
.footer .link .links a{
    color:#333;
    font-size: 14px;
    line-height: 25px;
    display:block;
    margin: 0 10px;
}
.footer .content{
    width:100%;
    background:#7f7f7f;
    padding:10px 0 10px;
    margin-top:40px;
}
.footer .content .content_wrap{
    display:flex;
    justify-content: space-between;
    flex-wrap:wrap;
}
@media all and (max-width:1170px) {
    .footer .content .content_wrap{
        display:flex;
        justify-content: center;
        flex-wrap:wrap;
    }
}
.footer .content .content_wrap .left{
    display:flex;
    justify-content: flex-start;
    flex-wrap:wrap;
    margin-top:20px;
}
.footer .content .content_wrap .left dl{
    margin-right:60px;
}
@media all and (max-width:750px) {
    .footer .content .content_wrap .left{
        width:100%;
        display:flex;
        justify-content:space-between;
        flex-wrap:wrap;
    }
    .footer .content .content_wrap .left dl{
        margin-right:0px;
    }
}
@media all and (max-width:480px) {
    .footer .content .content_wrap .left{
        display:none;
    }
}
.footer .content .content_wrap .left dl dt{
    margin-bottom:30px;
    text-align: center;
}
.footer .content .content_wrap .left dl dt a{
    font-size: 16px;
    color:#fff;
    font-weight: bold;
}
.footer .content .content_wrap .left dl dd{
    margin-bottom:10px;
    text-align: center;
}
.footer .content .content_wrap .left dl dd a{
    font-size:14px;
    color:#fff;
}
.footer .content .content_wrap .right{

}
.footer .content .content_wrap .right .footer_logo{
    width:250px;
    margin:0 auto;
}
.footer .content .content_wrap .right .footer_logo img{
    display:block;
    width:100%;
}
.footer .content .content_wrap .right .address{
    margin-top:10px;
    color:#fff;
    font-size: 14px;
    line-height: 25px;
}
.footer .content .content_wrap .right  .xiangxixinxi{
    margin-top:5px;
    display:flex;
    justify-content: space-between;
    flex-wrap:wrap;
}
.footer .content .content_wrap .right  .xiangxixinxi .text p{
    font-size: 14px;
    color:#fff;
    line-height:28px;
}
.footer .content .content_wrap .right  .xiangxixinxi .erweima{
    width:120px;
}
.footer .content .content_wrap .right  .xiangxixinxi .erweima img{
    display:block;
    width: 70%;
    float: right;
}
@media all and (max-width:480px) {
    .footer .content .content_wrap .right{
        width:100%;
    }
    .footer .content .content_wrap .right .address{
        text-align: center;
        line-height: 35px
    }
    .footer .content .content_wrap .right  .xiangxixinxi .text{
        width:100%;
        text-align: center;
    }
    .footer .content .content_wrap .right  .xiangxixinxi .erweima{
        width:120px;
        margin:0 auto;
        margin-top:20px;
    }
}
.footer .last{
    width:100%;
    background:#595959;
    padding:10px 0;
}
.footer .last p{
    color:#fff;
    font-size: 14px;
    text-align: center;
    line-height: 25px;
} 




/* 关于我们 */
.about{
    width:100%;
}
.athor_banner{
    width:100%;
}
.athor_banner img{
    display:block;
    width:100%;
}
.about .mbx_nav{
    width:100%;
    border-bottom:1px solid #b6b6b6;
    padding:0 20px;
}
.about .mbx_nav .mbx_wrap{
    display:flex;
    justify-content: space-between;
    flex-wrap:wrap;
}
.about .mbx_nav .mbx_wrap .left{
    font-size: 14px;
    color:#e00b00;
    height:50px;
    line-height:50px;
}
.about .mbx_nav .mbx_wrap .left a{
    font-size: 14px;
    color:#e00b00;
    padding: 0 5px;
}
.about .mbx_nav .mbx_wrap .right{
    display:flex;
    justify-content: space-between;
    height:50px;
    line-height:50px;
}
.about .mbx_nav .mbx_wrap .right li{
    position: relative;
    padding:0 20px;
}
.about .mbx_nav .mbx_wrap .right li a{
    display:block;
    color:#333333;
    font-size: 14px;
}
.about .mbx_nav .mbx_wrap .right li em{
    display:block;
    width:100%;
    position: absolute;
    left:0;
    bottom:-1px;
    height:2px;
    background:rgba(0,0,0,0);
}
.about .mbx_nav .mbx_wrap .right .in em{
    background:#e00b00;
}
@media all and (max-width:750px) {
    .about .mbx_nav{
        width:100%;
        border-bottom:none;
        padding:0;
    }
    .about .mbx_nav .mbx_wrap .left{
        width:100%;
        font-size: 14px;
        color:#e00b00;
        height:50px;
        line-height:50px;
        border-bottom:1px solid #b6b6b6;
    }
    .about .mbx_nav .mbx_wrap .right{
        width:100%;
        display:flex;
        justify-content: center;
        height:50px;
        line-height:50px;
        margin-top:20px;
    }
}
.about .content{
    width:100%;
   
}
.about .content{
    padding:35px 20px;
}
.about .content h6{
    font-size: 16px;
    line-height:30px;
    color:#333;
}
.about .content h4{ font-size: 20px;font-weight: bold; color: #333; line-height: 40px; margin-top: 20px;}
.about .content p{
    font-size: 14px;
    color:#333;
    line-height: 30px;
}
.about .content .zhengshu{
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
    padding:30px 0; 
}
.about .content .zhengshu img{
    width:40%;
}
.about .content .zhengshu img:nth-child(1){
    margin-right:40px;
}
.about .content .jingyan{
    width:100%;
    display:flex;
    justify-content: space-between;
    flex-wrap:wrap;
    padding:30px 0;
}
.about .content .jingyan .img{
    width:37%;
}
.about .content .jingyan .img img{
    display:block;
    width:100%;
}
.about .content .jingyan .text{
    width:60%;
}
@media all and (max-width:850px) {
    .about .content .jingyan .img{
        width:50%;
        margin:0 auto;
        margin-bottom:10px;
    }
    .about .content .jingyan .text{
        width:100%;
    }
}
.about .content .team{
    text-align: center;
}
.about .content ul{
    width:100%;
    display:flex;
    justify-content: space-between;
    flex-wrap:wrap;
}
.about .content ul li{
    width:24%;
    margin-top:15px;
}
.about .content ul li img{
    width:100%;
}
@media all and (max-width:750px) {
    .about .content{
        padding:35px 0px;
    }
    .about .content ul li{
        width:48%;
        margin-top:15px;
    }
}


/* 广告列表 */
.gg_list{
    width:100%;
}
.gg_list .guanggao{
    width:100%;
    padding:15px 0 35px;
} 
.gg_list .guanggao .guanggao_wrap{
    display:flex;
    justify-content: space-between;
    flex-wrap:wrap;
}
.gg_list .guanggao .guanggao_wrap .left{
    width:24%;
}
.gg_list .guanggao .guanggao_wrap .left .ysgg{
    width:100%;
    margin-bottom:30px;
}
.gg_list .guanggao .guanggao_wrap .left .ysgg .tit{
    height:48px;
    line-height: 48px;
    background:url("../images/ggtit_bgt.png")no-repeat center center;
    background-size:cover;
    padding-left:15px;
}
.gg_list .guanggao .guanggao_wrap .left .ysgg .tit p{
    color:#fff;
    font-size: 16px;
}
.gg_list .guanggao .guanggao_wrap .left ul{
    width:100%;
    border:1px solid #b6b6b6;
    border-top:none;
}
.gg_list .guanggao .guanggao_wrap .left ul li{
    height:48px;
    line-height:48px;
    padding-left:20px;
}
.gg_list .guanggao .guanggao_wrap .left ul li a{
    font-size:14px;
    color:#333;
}
.gg_list .guanggao .guanggao_wrap .left ul .cctv a{
    color:#000;
    font-weight: bold;
}
.gg_list .guanggao .guanggao_wrap .left ul li:nth-child(n+2){
    border-top:1px solid #b6b6b6;
}
#lxwm{
    width:100%;
}
#lxwm .tit{
    height:48px;
    line-height: 48px;
    background:url("../images/ggtit_bgt.png")no-repeat center center;
    background-size:cover;
    padding-left:15px;
}
#lxwm .tit p{
    color:#fff;
    font-size: 16px;
}
#lxwm .text{
    width:100%;
    border:1px solid #b6b6b6;
    border-top:none;
    padding:10px 20px;
}
#lxwm .text p{
    color:#333;
    font-size:14px;
    line-height: 25px;
}


.gg_list .guanggao .guanggao_wrap .right{
    width:74%;
}
.gg_list .guanggao .guanggao_wrap .right .mbx_nav{
    width:100%;
    height:48px;
    line-height:48px;
    border-bottom:1px solid #b6b6b6;
    font-size: 14px;
    color:#333;
    padding-left:15px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.gg_list .guanggao .guanggao_wrap .right .mbx_nav a{
    font-size: 14px;
    color:#333;
    margin:0 10px;
}
.gg_list .guanggao .guanggao_wrap .right .list{
    width:100%;
    display:flex;
    justify-content: space-between;
    flex-wrap:wrap;
}
.gg_list .guanggao .guanggao_wrap .right .list li{
    width:32%;
    margin-top:30px;
}
.gg_list .guanggao .guanggao_wrap .right .list li a{
    display:block;
    width:100%;
}
.gg_list .guanggao .guanggao_wrap .right .list li a .img{
    width:100%;
}
.gg_list .guanggao .guanggao_wrap .right .list li a .img img{
    width:100%;
}
.gg_list .guanggao .guanggao_wrap .right .list li a p{
    padding:15px 0;
    color:#333;
    font-size: 14px;
    line-height: 25px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
#page{
    width:100%;
    margin-top:35px;
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
}
#page li{
    margin-bottom:15px;
}
#page li a{
    display:block;
    width:100%;
    padding: 0 15px;
    color:#333;
    font-weight: bold;
    font-size: 16px;
}
@media all and (max-width:850px) {
    .gg_list .guanggao .guanggao_wrap .left{
        width:100%;
    }
    .gg_list .guanggao .guanggao_wrap .left .ysgg{
        width:100%;
        margin-bottom:15px;
    }
    #lxwm{
        display:none;
    }
    .gg_list .guanggao .guanggao_wrap .right{
        width:100%;
    }
    .gg_list .guanggao .guanggao_wrap .left ul{
        width:100%;
        border:1px solid #b6b6b6;
        border-top:none;
        display:flex;
        justify-content: space-between;
        flex-wrap:wrap;
    }
    .gg_list .guanggao .guanggao_wrap .left ul li{
        height:48px;
        line-height:48px;
        padding:0;
        width:20%;
        text-align: center;
    }
    .gg_list .guanggao .guanggao_wrap .left ul li:nth-child(n+2){
        border:none;
     
    }
    .gg_list .guanggao .guanggao_wrap .right .mbx_nav{
        width:100%;
        height:48px;
        line-height:48px;
        border-bottom:1px solid #b6b6b6;
        font-size: 14px;
        color:#333;
        padding-left:0px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }
}
@media all and (max-width:700px) {
    .gg_list .guanggao .guanggao_wrap .left ul li{
        height:48px;
        line-height:48px;
        padding:0;
        width:33%;
        text-align: center;

    }
    .gg_list .guanggao .guanggao_wrap .right .list li{
        width:48%;
        margin-top:30px;
    }
	.main-bottom{position:fixed; width:100%; height:50px; bottom:10px;display:block;}
	.main-bottom .bottom_im{margin:0 auto; width:350px;}
	.bottom_im_left{cursor: pointer; width: 170px; height: 40px; background: url(../images/bottom_left.gif) no-repeat left top; float:left;}
	.bottom_im_right{cursor: pointer; width: 170px; height: 40px; background: url(../images/bottom_right.gif) no-repeat left top; float:right}
}
@media all and (max-width:480px) {
    .gg_list .guanggao .guanggao_wrap .left ul li{
        height:48px;
        line-height:48px;
        padding:0;
        width:50%;
        text-align: center;
    }
    .gg_list .guanggao .guanggao_wrap .right .mbx_nav a{
        font-size: 14px;
        color:#333;
        margin:0 5px;
    }
	.main-bottom{position:fixed; width:100%; height:50px; bottom:10px;display:block;}
	.main-bottom .bottom_im{margin:0 auto; width:350px;}
	.bottom_im_left{cursor: pointer; width: 170px; height: 40px; background: url(../images/bottom_left.gif) no-repeat left top; float:left;}
	.bottom_im_right{cursor: pointer; width: 170px; height: 40px; background: url(../images/bottom_right.gif) no-repeat left top; float:right}
}
@media all and (max-width:380px) {
	.main-bottom{position:fixed; width:100%; height:50px; bottom:10px;display:block;}
	.main-bottom .bottom_im{margin:0 auto; width:350px;}
	.bottom_im_left{cursor: pointer; width: 170px; height: 40px; background: url(../images/bottom_left.gif) no-repeat left top; float:left;}
	.bottom_im_right{cursor: pointer; width: 170px; height: 40px; background: url(../images/bottom_right.gif) no-repeat left top; float:right}
}




/* 新闻列表 */
.news_list{
    width:100%;
}
.news_list .news_li{
    width:100%;
    padding:15px 0 35px;
} 
.news_list .news_li .news_wrap{
    display:flex;
    justify-content: space-between;
    flex-wrap:wrap;
}
.news_list .news_li .news_wrap .left{
    width:24%;
}
.news_list .news_li .news_wrap .left .gsxw{
    width:100%;
    margin-bottom:30px;
}
.news_list .news_li .news_wrap .left .gsxw .tit{
    height:48px;
    line-height: 48px;
    background:url("../images/ggtit_bgt.png")no-repeat center center;
    background-size:cover;
    padding-left:15px;
}
.news_list .news_li .news_wrap .left .gsxw .tit p{
    color:#fff;
    font-size: 16px;
}
.news_list .news_li .news_wrap .left .gsxw ul{
    width:100%;
    border:1px solid #b6b6b6;
    border-top:none;
}
.news_list .news_li .news_wrap .left .gsxw ul li{
    height:48px;
    line-height:48px;
    padding-left:20px;
}
.news_list .news_li .news_wrap .left .gsxw ul li a{
    font-size:14px;
    color:#333;
}
.news_list .news_li .news_wrap .left .gsxw ul .cctv a{
    color:#000;
    font-weight: bold;
}
.news_list .news_li .news_wrap .left .gsxw ul li:nth-child(n+2){
    border-top:1px solid #b6b6b6;
}
.news_list .news_li .news_wrap .right{
    width:74%;
}
.news_list .news_li .news_wrap .right .mbx_nav{
    width:100%;
    height:48px;
    line-height:48px;
    border-bottom:1px solid #b6b6b6;
    font-size: 14px;
    color:#333;
    padding-left:15px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.news_list .news_li .news_wrap .right .mbx_nav a{
    font-size: 14px;
    color:#333;
    margin:0 10px;
}
.news_list .news_li .news_wrap .right .list{
    width:100%;
    padding: 0 10px;
}
.news_list .news_li .news_wrap .right .list li{
    padding:20px 0;
    border-bottom:1px solid #e5e5e5;
    width:100%;
}
.news_list .news_li .news_wrap .right .list li a{
    width:100%;
    display: flex;
    justify-content: space-between;
}
.news_list .news_li .news_wrap .right .list li a .img{
    width:200px;
}
.news_list .news_li .news_wrap .right .list li a .img img{
    width:100%;
}
.news_list .news_li .news_wrap .right .list li a .text{
    width:75%;
}
.news_list .news_li .news_wrap .right .list li a .text .tit{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.news_list .news_li .news_wrap .right .list li a .text .tit h5{
    color:#333;
    font-size: 16px;
    line-height: 25px;
}
.news_list .news_li .news_wrap .right .list li a .text .tit span{
    display:block;
    color:#7f7f7f;
    font-size: 14px;
}
.news_list .news_li .news_wrap .right .list li a .text p{
    color:#7f7f7f;
    font-size: 14px;
    line-height: 25px;
    margin-top:15px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
@media all and (max-width:850px) {
    .news_list .news_li .news_wrap .left{
        width:100%;
    }
    .news_list .news_li .news_wrap .left .gsxw{
        width:100%;
        margin-bottom:15px;
    }
    .news_list .news_li .news_wrap .left .gsxw ul{
        display:flex;
        justify-content: space-between;
    }
    .news_list .news_li .news_wrap .left .gsxw ul li{
        padding:0;
        width:50%;
        text-align: center;
    }
    .news_list .news_li .news_wrap .left .gsxw ul li:nth-child(n+2){
        border:none;
    }
    .news_list .news_li .news_wrap .right{
        width:100%;
    }
    .news_list .news_li .news_wrap .right .list li a .text{
        width:65%;
    }
}
@media all and (max-width:650px) {
    .news_list .news_li .news_wrap .right .list li a{
        width:100%;
        display: flex;
        justify-content: space-between;
        flex-wrap:wrap;
    }
    .news_list .news_li .news_wrap .right .list li a .img{
        width:100%;
    }
    .news_list .news_li .news_wrap .right .list li a .text{
        width:100%;
        margin-top:10px;
    }
    .news_list .news_li .news_wrap .right .mbx_nav{
        width:100%;
        height:48px;
        line-height:48px;
        border-bottom:1px solid #b6b6b6;
        font-size: 14px;
        color:#333;
        padding-left:0px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }
	.main-bottom{position:fixed; width:100%; height:50px; bottom:10px;display:block;}
	.main-bottom .bottom_im{margin:0 auto; width:350px;}
	.bottom_im_left{cursor: pointer; width: 170px; height: 40px; background: url(../images/bottom_left.gif) no-repeat left top; float:left;}
	.bottom_im_right{cursor: pointer; width: 170px; height: 40px; background: url(../images/bottom_right.gif) no-repeat left top; float:right}
}


/* 新闻详情 */

.news_article{
    width:100%;
}
.news_article .news_art{
    width:100%;
    padding:15px 0 35px;
} 
.news_article .news_art .news_wrap{
    display:flex;
    justify-content: space-between;
    flex-wrap:wrap;
}
.news_article .news_art .news_wrap .left{
    width:24%;
}
.news_article .news_art .news_wrap .left .gsxw{
    width:100%;
    margin-bottom:30px;
}
.news_article .news_art .news_wrap .left .gsxw .tit{
    height:48px;
    line-height: 48px;
    background:url("../images/ggtit_bgt.png")no-repeat center center;
    background-size:cover;
    padding-left:15px;
}
.news_article .news_art .news_wrap .left .gsxw .tit p{
    color:#fff;
    font-size: 16px;
}
.news_article .news_art .news_wrap .left .gsxw ul{
    width:100%;
    border:1px solid #b6b6b6;
    border-top:none;
}
.news_article .news_art .news_wrap .left .gsxw ul li{
    height:48px;
    line-height:48px;
    padding-left:20px;
}
.news_article .news_art .news_wrap .left .gsxw ul li a{
    font-size:14px;
    color:#333;
}
.news_article .news_art .news_wrap .left .gsxw ul .cctv a{
    color:#000;
    font-weight: bold;
}
.news_article .news_art .news_wrap .left .gsxw ul li:nth-child(n+2){
    border-top:1px solid #b6b6b6;
}
.news_article .news_art .news_wrap .right{
    width:74%;
}
.news_article .news_art .news_wrap .right .mbx_nav{
    width:100%;
    height:48px;
    line-height:48px;
    border-bottom:1px solid #b6b6b6;
    font-size: 14px;
    color:#333;
    padding-left:15px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.news_article .news_art .news_wrap .right .mbx_nav a{
    font-size: 14px;
    color:#333;
    margin:0 10px;
}
.news_article .news_art .news_wrap .right .content{
    width:100%;
}
.news_article .news_art .news_wrap .right .content .tit{
    width:100%;
    padding:50px 0 40px;
}
.news_article .news_art .news_wrap .right .content .tit h1{
    font-size: 18px;
    color:#000;
    text-align: center;
    line-height: 25px;
}
.news_article .news_art .news_wrap .right .content .tit span{
    display:block;
    color:#999;
    font-size: 12px;
    margin-top:25px;
    text-align: center;
}
.news_article .news_art .news_wrap .right .content .text{
    width:100%;
    padding-bottom:40px;
}
.news_article .news_art .news_wrap .right .content .text p{
    color:#8e8e8e;
    font-size: 14px;
    line-height: 30px;
}
.news_article .news_art .news_wrap .right .content .pn{
    width:100%;
    display:flex;
    justify-content: space-between;
    flex-wrap:wrap;
    padding:20px 0;
    border-top:1px solid #e5e5e5;
    border-bottom:1px solid #e5e5e5;
}
.news_article .news_art .news_wrap .right .content .pn p{
    color:#8e8e8e;
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.news_article .news_art .news_wrap .right .content .pn p a{
    color:#8e8e8e;
    font-size: 14px;
}
@media all and (max-width:850px) {
    .news_article .news_art .news_wrap .left{
        width:100%;
    }
    .news_article .news_art .news_wrap .left .gsxw{
        width:100%;
        margin-bottom:15px;
    }
    .news_article .news_art .news_wrap .left .gsxw ul{
        display:flex;
        justify-content: space-between;
    }
    .news_article .news_art .news_wrap .left .gsxw ul li{
        padding:0;
        width:50%;
        text-align: center;
    }
    .news_article .news_art .news_wrap .left .gsxw ul li:nth-child(n+2){
        border:none;
    }
    .news_article .news_art .news_wrap .right{
        width:100%;
    }
}
@media all and (max-width:650px) {
    .news_article .news_art .news_wrap .right .mbx_nav{
        width:100%;
        height:48px;
        line-height:48px;
        border-bottom:1px solid #b6b6b6;
        font-size: 14px;
        color:#333;
        padding-left:0px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }
    .news_article .news_art .news_wrap .right .content .pn p{
        color:#8e8e8e;
        font-size: 14px;
        line-height: 30px;
    }
    .news_article .news_art .news_wrap .right .content .tit{
        width:100%;
        padding:30px 0 20px;
    }
    .news_article .news_art .news_wrap .right .content .tit span{
        display:block;
        color:#999;
        font-size: 12px;
        margin-top:15px;
        text-align: center;
    }
    .news_article .news_art .news_wrap .right .content .text{
        width:100%;
        padding-bottom:20px;
    }
}




/* 广告内页 */
.gg_article{
    width:100%;
}
.gg_article .guanggao_art{
    width:100%;
}
.gg_article .guanggao_art .mbx_wrap{
    width:100%;
    height:48px;
    line-height:48px;
    border-bottom:1px solid #b6b6b6;
    font-size: 14px;
    color:#333;
    padding-left:15px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.gg_article .guanggao_art .mbx_wrap a{
    font-size: 14px;
    color:#333;
    margin:0 10px;
}
.gg_article .guanggao_art .content{
    width:100%;
}
.gg_article .guanggao_art .content .tit{
    width:100%;
    padding:50px 0 40px;
}
.gg_article .guanggao_art .content .tit h1{
    font-size: 18px;
    color:#000;
    text-align: center;
    line-height: 25px;
}
.gg_article .guanggao_art .content .tit span{
    display:block;
    color:#999;
    font-size: 12px;
    margin-top:25px;
    text-align: center;
}
.gg_article .guanggao_art .content .tit p{
    margin-top:45px;
    font-size: 14px;
    line-height: 25px;
    text-align: center;
    color:#8e8e8e;
}
.gg_article .guanggao_art .content .img{
    width:100%;
}
.gg_article .guanggao_art .content .img img{
    width:100%;
}
.gg_article .guanggao_art .content .pn{
    width:100%;
    display:flex;
    justify-content: space-between;
    flex-wrap:wrap;
    padding:20px 0;
    border-top:1px solid #e5e5e5;
    border-bottom:1px solid #e5e5e5;
    margin:30px 0;
}
.gg_article .guanggao_art .content .pn p{
    color:#8e8e8e;
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.gg_article .guanggao_art .content .pn p a{
    color:#8e8e8e;
    font-size: 14px;
}
@media all and (max-width:650px) {
    .gg_article .guanggao_art .content .tit{
        width:100%;
        padding:30px 0 20px;
    }
    .gg_article .guanggao_art .content .tit span{
        display:block;
        color:#999;
        font-size: 12px;
        margin-top:15px;
        text-align: center;
    }
    .gg_article .guanggao_art .content .tit p{
        margin-top:25px;
        font-size: 14px;
        line-height: 25px;
        text-align: center;
        color:#8e8e8e;
    }
    .gg_article .guanggao_art .content .pn p{
        color:#8e8e8e;
        font-size: 14px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        line-height: 25px;
    }
	.main-bottom{position:fixed; width:100%; height:50px; bottom:10px;display:block;}
	.main-bottom .bottom_im{margin:0 auto; width:350px;}
	.bottom_im_left{cursor: pointer; width: 170px; height: 40px; background: url(../images/bottom_left.gif) no-repeat left top; float:left;}
	.bottom_im_right{cursor: pointer; width: 170px; height: 40px; background: url(../images/bottom_right.gif) no-repeat left top; float:right}
}


.section.table, .slide.table{
    table-layout: fixed;
}
#fullPage-nav li .active{
   
}
#fullPage-nav li .active span{
    background:rgba(0,0,0,0)!important;
    border:1px solid #e00b00!important;
} 
#fullPage-nav span{
    border: 1px solid #c9c9c9!important;
    background:#c9c9c9!important;
    width:12px!important;
    height:12px!important;
    border-radius: 100%!important;
}

#superContainer{
    transition:none;
}
.section{
    transition:none;
}
.section .tableCell{
    transition:none;
}
.search {
    width: 100%;
    position: relative;
    display: flex;
}
.searchTerm {
    width: 100%;
    border: 3px solid #00B4CC;
    border-right: none;
    padding: 5px;
    height: 20px;
    border-radius: 5px 0 0 5px;
    outline: none;
    color: #9DBFAF;
}
.searchTerm:focus {
    color: #00B4CC;
}
.searchButton {
    width: 40px;
    height: 40px;
    background: #eee;
    text-align: center;
    color: #fff;
    border-radius: 5px ;
    cursor: pointer;
    font-size: 20px;
}
.searchButton a{    padding: 0 8px !important;}
.wrap {
    width: 30%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.searchButton img{ width: 100%;}