@charset "utf-8";
*{  padding:0;margin:0;border:none;text-decoration:none;  list-style-type:none;  font-family:'Microsoft YaHei',sans-serif;  color:#000;  }
body,div,h1,h2,h3,h4,h5,h6,dl,dd,dt,p,a,form,select,input,ul,ol,li{margin:0; padding:0; text-indent:0; font-weight:normal;font-size:14px; color:#333333;}
article,aside,dialog,footer,header,section,footer,nav,figure,menu{display:block}
ul,ol{list-style:none; text-indent:0; list-style-position:outside;}  img{border:0;}
.clear{  clear:both; }
img{display:block;}
.browserupgrade{  margin:0;  z-index:9999;  width:100%;  height:42px;  color:#e50b71;  text-indent:20px;  line-height:42px;  overflow:hidden;  background:#222222;  border-bottom:4px solid #000000;  }
.browserupgrade a{  font-size:16px;  color:#fdc12d;  cursor:pointer; }
.browserupgrade a.brow-close{  font-size:14px;  margin-right:20px;  float:right; }
.clear{clear:both;}
.body{
	background-color:#ffffff;
}
a{
    cursor:pointer;
}
.main{
    width:1200px;
    margin:0 auto;
}
header{
    width:100%;
    margin:0 auto;
    background-color: #ffffff;
}
header .t_top{
    width:100%;
    height:32px;
    background-color: #f5f5f5;
}
header .t_top span,header .t_top li a{
    font-size:14px;
    color:#747071;
}
header .t_top span{
    float:left;
    line-height:32px;
    background: url(/resources/images/hi.png) no-repeat left center;
    padding-left:25px;
}
header .t_top ul{
    float:right;
    overflow: hidden;
}
header .t_top ul li{
    height:14px;
    float:Left;
    line-height:14px;
    margin-top:8px;
    padding:0 10px;
    border-right:solid 1px #c3c3c3;
}
header .t_top ul li.kf a{
    color:#10bbb8;
    text-decoration: underline;
}
header .t_top ul li:last-child{
    border:none;
}
header .h_logo{
    width:100%;
    height:106px;
}
header h1{
    float:left;
	width:220px;
}
header h1 a{
	width:100%;
}
header h1 img{
    margin:23px auto 0 auto;
    width:242px;
    height:60px;
}
header a{
    float:left;
}
header a img{
    margin:23px auto 0 auto;
    width:131px;
    height:60px;
}
header .h_logo form{
    float:right;
}
header .h_logo form{
    float: left;
    width:425px;
    height: 40px;
    margin-top:25px;
    margin-left:140px;
}
header .h_logo form .con{
    overflow: hidden;
}
header .h_logo form input.so{
    width:345px;
    height:40px;
    border:solid 1px #10bbb8;
    border-right:none;
    float:left;
    box-sizing: border-box;
    padding-left:45px;
    color:#333333;
    font-size:15px;
    background:url(/resources/images/so.png) no-repeat left 17px center;
    transition:0.3s;
}
header .h_logo form input::-webkit-input-placeholder{
    color:#bdbdbd;
}
header .h_logo form input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#bdbdbd;
}
header .h_logo form input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#bdbdbd;
}
header .h_logo form input:-ms-input-placeholder{  /* Internet Explorer 10-11 */
    color:#bdbdbd;
}
header .h_logo form p.tj{
    font-size:15px;
    width:80px;
    height:40px;
    float:left;
    background-color: #10bbb8;
    color:#ffffff;
    text-align: center;
    line-height:40px;
    cursor:pointer;
    transition:0.3s;
}
header .h_logo form p.tj:hover{
    background-color: #f45c26;
    transition:0.3s;
}
header .h_logo form ul{
    width:100%;
    margin:8px 0 0 -10.5px;
    overflow: hidden;
}
header .h_logo form ul li{
    height:16px;
    line-height:16px;
    border-right:solid 1px #eee;
    padding:0 10.5px;
    float:left;
}
header .h_logo form ul li:last-child{
    border-right:none;
}
header .h_logo form ul li a{
    color:#10bbb8;
}
header .h_logo form ul li:hover a{
    color:#f45c26;
}
header .phone{
    width:216px;
    float:right;
    margin-top:26px;
}
header .phone p{
    font-size:25.5px;
    color:#333333;
    font-weight:bold;
    text-align: right;
    background: url(/resources/images/header_tel.png) no-repeat left center;
}
header .phone span{
    font-size:15px;
    color:#666666;
    text-align: right;
    display:block;
}
header .nav{
    width:1200px;
    margin:0 auto;
    height:40px;
}
header .nav .menu{
    width:220px;
    height:40px;
    float:left;
    position:relative;
    box-sizing: border-box;
}
header .nav .menu ul.yw{
    position:absolute;
    top:40px;
    width:220px;
    height:440px;
    background: rgba(0,0,0,0.6);
    z-index:9999;
}
.h_list header .nav .menu ul.yw{
    top:40px;
}
header .nav .menu ul.yw li{
    width:220px;
    height:62px;
    box-sizing: border-box;
    border-bottom:solid 1px rgba(255,255,255,0.1);
    background: url(/resources/images/menu_more1.png) no-repeat right 20px center;
    clear:both;
}
header .nav .menu ul.yw li:last-child{
    border-bottom:none;
    height:63px;
}
header .nav .menu ul.yw li:last-child:hover{
    border-bottom:solid 1px #10bbb8;
}
header .nav .menu ul.yw li.act{
    background: url(/resources/images/menu_more2.png) no-repeat right 20px center;
    background-color: #ffffff;
}
header .nav .menu ul.yw li img{
    float:left;
    top:40px;
    margin-left:30px;
    margin-top:21.5px;
}
header .nav .menu ul.yw li span{
    line-height:63px;
    display:block;
    float:left;
    margin-left:15px;
}
header .nav .menu ul.yw li span a{
    font-size:16px;
    color:#ffffff;
}
header .nav .menu ul.yw li.act span a{
    color:#666666;
}
header .nav .menu .my{
    margin-top:1px;
}
header .nav .menu .menu_xf{
    width:980px;
    height:441px;
    background-color: #ffffff;
    margin:0 0 0 220px;
    position:absolute;
    z-index:999;
    border-bottom:solid 1px #10bbb8;
    border-right:solid 1px #10bbb8;
    box-sizing: border-box;
    display:none;
}
header .nav .menu .menu_xf .left{
    width:670px;
    height:446px;
    float:left;
    border-right:solid 1px #ededed;
    box-sizing: border-box;
}
header .nav .menu .menu_xf .left .container{
    overflow: hidden;
    margin-top:15px;
}
header .nav .menu .menu_xf .left .container h4{
    width:140px;
    font-size:14px;
    float:left;
    font-weight:bold;
    text-align: center;
    margin-top:10px;
    color:#666666;
}
header .nav .menu .menu_xf .left .container h4 a{
    font-size:14px;
    font-weight:bold;
    display:block;
    width:100%;
    text-align: center;
}
header .nav .menu .menu_xf .left .container ul{
    width:519px;
    float:left;
    border-bottom:solid 1px #ededed;
    padding-bottom:20px;
    margin-right:10px;
}
header .nav .menu .menu_xf .left .last ul{
    border-bottom:none;
}
header .nav .menu .menu_xf .left .container ul li{
    float:left;
    margin-right:20px;
    margin-top:10px;
}
header .nav .menu .menu_xf .left .container ul li a{
    color:#535353;
    font-size:14px;
}
header .nav .menu .menu_xf .left .container ul li.hot a{
    color:#10bbb8;
}
header .nav .menu .menu_xf .left .container ul li:hover a{
    color:#10bbb8;
}
header .nav .menu .menu_xf .right{
    width:309px;
    height:446px;
    float:left;
    box-sizing: border-box;
    overflow: hidden;
}
header .nav .menu p{
    width:100%;
    height:40px;
    font-size:16px;
    color:#10bbb8;
    text-align: center;
    padding-left:30px;
    box-sizing: border-box;
    line-height:40px;
    border:solid 1px #10bbb8;
    border-bottom:none;
    background: url(/resources/images/menu.png) no-repeat left 50px center;
}
header .nav .dh{
    width:980px;
    overflow: hidden;
    float:left;
}
header .nav .dh li{
    float:left;
    height:40px;
    line-height:40px;
    margin-left:47px;
    position:relative;
}
header .nav .dh li.hot:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -7px;
    z-index: 1;
    width: 22px;
    height: 14px;
    background: url(/resources/images/menu_hot.png) no-repeat center;
    -webkit-animation: Hot 0.3s ease alternate infinite;
    animation: Hot 0.3s ease alternate infinite;
}
header .nav .dh li a{
    font-size:16px;
    color:#333333;
}
header .nav .dh li:hover a{
    color:#10bbb8;
}
header .nav .dh li.xz a{
    color:#10bbb8;
}
@-webkit-keyframes Hot {
    from {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        opacity: 1;
    }
    to {
        -webkit-transform: translate(0, 2px);
        transform: translate(0, 2px);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
        opacity: .9;
    }
}
@keyframes Hot {
    from {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        opacity: 1;
    }
    to {
        -webkit-transform: translate(0, 2px);
        transform: translate(0, 2px);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
        opacity: .9;
    }
}
.banner{
    max-width:1920px;
    width:100%;
    height:440px;
    margin:0 auto;
    position:relative;
    overflow:hidden;
    border:solid 1px #10bbb8;
    box-sizing: border-box;
}
.banner .swiper-slide{
    height:440px;
    overflow: hidden;
    position: relative;
}
.banner.m{
    display:none;
}
.banner .swiper-slide img{
    top: 0;
    left: 50%;
    margin-left: -960px;
    width: 1920px;
    height: 440px;
    display: block;
    position: absolute;
    transition: 0.2s;
}
.banner .swiper-slide .info{
    position:relative;
    width:1200px;
    margin:0 auto;
}
.banner .swiper-slide .info p{
    font-size:40px;
    color:#ffffff;
    font-weight:bold;
    position:absolute;
    top:124px;
    left:0;
}
.banner .swiper-slide .info span.des{
    font-size:26px;
    color:#ffffff;
    position:absolute;
    top:188px;
}
.banner .swiper-slide .info span.zx{
    width:160px;
    height:46px;
    position:absolute;
    top:274px;
    background-color: #ff6637;
    color:#ffffff;
    line-height:46px;
    text-align:center;
    font-size:18px;
}
.banner .swiper-slide .info span.zx:hover{
    background-color: #ff6637;
}
.banner .swiper-pagination{
    bottom: 20px;
    width: 1200px;
    z-index: 20;
    text-align: center;
    position: absolute;
    left: 50%;
    margin-left: -100px;
}
.banner .swiper-pagination-bullet{
    width:10px;
    height:10px;
    border:solid 2px #ffffff;
    opacity:1;
    margin-right:5px;
}
.banner .swiper-pagination-bullet-active{
    width:36px;
    height:10px;
    background-color: #ffffff;
    border-radius:10px;
}
.banner .swiper-pagination-bullet{
    background:#ffffff;
}
.index_chaxun{
    height:180px;
    background-color: #fbfcff;
}
.index_chaxun .container{
    width:1200px;
    margin:0 auto;
}
.index_chaxun .container ul{
    display:inline-block;
    text-align: center;
    width:100%;
    margin-top:40px;
}
.index_chaxun .container ul li{
    display:inline-block;
    height:36px;
}
.index_chaxun .container ul li.xz{
    background: url(/resources/images/chaxun_xz.png) no-repeat center;
}
.index_chaxun .container ul li a{
    height:15px;
    line-height:15px;
    border-right:solid 1px #a8a9ae;
    display:block;
    font-size:15px;
    padding:0 22px;
    color:#a8a9ae;
    margin-top:6px;
}
.index_chaxun .container ul li:last-child a{
    border-right:none;
}
.index_chaxun .container ul li.xz a{
    color:#ffffff;
}
.index_chaxun .container p{
    width:680px;
    margin:16px auto 0 auto;
}
.index_chaxun .container p input{
    width:538px;
    height:46px;
    border:solid 1px #d7d8da;
    border-right:none;
    border-top-left-radius:6px;
    border-bottom-left-radius:6px;
    float:left;
    box-sizing: border-box;
    font-size:16px;
    padding-left:20px;
}
.index_chaxun .container p span{
    width:142px;
    height:46px;
    line-height:46px;
    text-align: center;
    display:block;
    float:left;
    background-color: #10bbb8;
    border-top-right-radius:6px;
    border-bottom-right-radius:6px;
    font-size:14px;
    color:#ffffff;
    cursor:pointer;
}
.ztn .title{
    overflow: hidden;
}
.ztn .title h3{
    font-size:24px;
    color:#10bbb8;
    font-weight:bold;
    text-align: center;
    margin-top:50px;
}
.ztn .title h3 b{
    color:#10bbb8;
}
.ztn .title p{
    font-size:16px;
    margin-top:6px;
    color:#999;
    text-align: center;
}
.ztn2{
    background-color: #ffffff;
}
.ztn2 .container{
    width:1200px;
    margin:0 auto;
    overflow: hidden;
    padding:50px 0;
}
.ztn2 .container .left{
    float:left;
    width:291px;
    height:436px;
    background: url(/resources/images/ztn2_left.png) no-repeat center;
    padding:0 20px;
    box-sizing: border-box;
}
.ztn2.l2 .container .left{
    background:url(/resources/images/ztn2_l2_left.png) no-repeat center;
}
.ztn2 .container .left h3{
    font-size:24px;
    font-weight:bold;
    line-height:24px;
    color:#ffffff;
    margin-top:40px;
    margin-bottom:20px;
}
.ztn2 .container .left p{
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.ztn2 .container .left ul{
    margin-top:100px;
}
.ztn2 .container .left ul li{
    width:80px;
    height:30px;
    border:solid 1px #ffffff;
    line-height:30px;
    text-align:center;
    margin-bottom:10px;
}
.ztn2 .container .left ul li a{
    display:block;
    width:100%;
    color:#ffffff;
}
.ztn2 .container .right{
    width:909px;
    float:left;
    overflow: hidden;
}
.ztn2 .container .right .box{
    width:303px;
    height:218px;
    float:left;
    border-top:solid 1px #E9E9E9;
    border-right:solid 1px #E9E9E9;
    border-bottom:solid 1px #E9E9E9;
    padding:0 24px;
    box-sizing: border-box;
}
.ztn2 .container .right .box:hover{
	border:solid 1px #10bbb8;
}
.ztn2 .container .right .box.bt{
    border-top:none;
}
.ztn2 .container .right .box h4{
    font-size: 18px;
    color: #222222;
    margin-top:26px;
}
.ztn2 .container .right .box p.des{
    height: 44px;
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    line-height: 22px;
    margin-top: 10px;
}
.ztn2 .container .right .box ul{
    overflow: hidden;
}
.ztn2 .container .right .box ul li{
    height:20px;
    border:solid 1px #D8D8D8;
    text-align:center;
    font-size:12px;
    color: #999999;
    float:left;
    margin-right:10px;
    padding:0 10px;
    line-height:20px;
    margin-top:15px;
}
.ztn2 .container .right .box p.price{
    margin-top:22px;
}
.ztn2 .container .right .box p.price:before{
    content:"￥";
    float:left;
    color:#FF6A00;
    font-size:14px;
    margin-top:10px;
}
.ztn2 .container .right .box p b{
    font-size: 24px;
    color:#FF6A00;
    font-weight:bold;
    margin-right:5px;
}
.ztn2.l2{
    background-color: #f7f8fa;
}
.ztn2.l2 .container .right{
    background-color: #ffffff;
}
.ztn3_x .container{
    width:1200px;
    margin:30px auto 80px auto;
}
.ztn3_x .container .teachersInfo{
    width:100%;
    height:360px;
    border:solid 1px #eee;
    box-shadow:0 0 30px rgba(40,129,240,0.1);
    border-radius:20px;
}
.ztn3_x .container .teachersInfo .left{
    float:left;
    position:relative;
    top:-50px;
    display:none;
}
.ztn3_x .container .teachersInfo .left.xz{
    display:block;
}
.ztn3_x .container .teachersInfo .left .img{
    width:280px;
    float:left;
    margin-left:20px;
}
.ztn3_x .container .teachersInfo .left .img img{
    width:100%;
}
.ztn3_x .container .teachersInfo .left .con{
    width:410px;
    float:left;
    margin-left:36px;
    margin-top:100px;
}
.ztn3_x .container .teachersInfo .left .con h3{
    font-size: 24px;
    font-weight: 700;
    color: #333;
}
.ztn3_x .container .teachersInfo .left .con span{
    font-size: 14px;
    font-weight: 500;
    color: #333;
    display:block;
    margin-top:5px;
}
.ztn3_x .container .teachersInfo .left .con .line{
    width: 20px;
    height: 2px;
    border-radius: 2px;
    background: #1a9fff;
    margin-top: 26px;
}
.ztn3_x .container .teachersInfo .left .con p{
    font-size: 14px;
    color: grey;
    margin-top: 20px;
    line-height: 26px;
    -webkit-font-smoothing: antialiased;
}
.ztn3_x .container .teachersInfo .right{
    width:350px;
    height:270px;
    float:left;
    margin:50px 0 0 50px;
}
.ztn3_x .container .teachersInfo .right .box{
    width:80px;
    height:80px;
    margin-right:10px;
    margin-bottom:10px;
    overflow: hidden;
    background-color: #dee3ec;
    border-radius:5px;
    float:left;
}
.ztn3_x .container .teachersInfo .right .box:nth-child(4n){
    margin-right:0;
}
.ztn3_x .container .teachersInfo .right .box img{
    width:100%;
    cursor:pointer;
}
.ztn4{
    overflow: hidden;
    background-color: #ffffff;
}
.ztn4 .container{
    width:1200px;
    margin:50px auto 0 auto;
    overflow:hidden;
}
.ztn4 .container .left{
    width:365px;
    float:left;
}
.ztn4 .container .left .tuij{
    width:100%;
    height:182px;
    position:relative;
    overflow: hidden;
    margin-bottom:52px;
}
.ztn4 .container .left .tuij img{
    width:365px;
    transition:0.5s;
}
.ztn4 .container .left .tuij:hover img{
    transform:scale(1.1);
    transition:0.5s;
}
.ztn4 .container .left .tuij p{
    width:100%;
    height:50px;
    line-height:50px;
    font-size:16px;
    color:#ffffff;
    background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1));
    opacity:0.7;
    position:absolute;
    bottom:0;
    text-align: center;
    padding:7px 15px 0 15px;
    overflow: hidden;
    box-sizing: border-box;
}
.ztn4 .container .left .tuij span{
    display:block;
    position:absolute;
    left:0;
    top:0;
    width:45px;
    height:25px;
    background-color: #10bbb8;
    color:#ffffff;
    line-height:25px;
    text-align: center;
}
.ztn4 .container .box{
    width:365px;
    height:67px;
    float:left;
    cursor:pointer;
}
.ztn4 .container .right .box{
    margin-left:52.5px;
    margin-bottom:50px;
}
.ztn4 .container .box .fl{
    width: 67px;
    height: 67px;
    padding-right: 27px;
    border-right: 1px solid #dfdfdf;
    margin-right: 27px;
    float:left;
}
.ztn4 .container .box .fl p{
    font-size: 45px;
    font-weight: normal;
    color: #444;
    line-height: 45px;
    height: 45px;
    display: inline-block;
    width: 67px;
    text-align: center;
    float: left;
}
.ztn4 .container .box:hover .fl p{
    color:#10bbb8;
}
.ztn4 .container .box .fl span{
    font-size: 11px;
    font-weight: normal;
    color: #444;
    line-height: 11px;
    height: 11px;
    display: inline-block;
    width: 67px;
    text-align: center;
    margin-top: 12px;
    float: left;
}
.ztn4 .container .box:hover .fl span{
    color:#10bbb8;
}
.ztn4 .container .box .fr{
    float: right;
    cursor: pointer;
    width: 240px;
    height: 67px;
}
.ztn4 .container .box .fr h3{
    font-weight: normal;
    width: 240px;
    height: 16px;
    line-height: 16px;
    font-size: 16px;
    display: inline-block;
    float: left;
    color: #444;
    overflow: hidden;
}
.ztn4 .container .box:hover .fr h3{
    color:#10bbb8;
}
.ztn4 .container .box .fr p{
    font-weight: normal;
    width: 240px;
    height: 44px;
    line-height: 22px;
    font-size: 13px;
    display: inline-block;
    float: left;
    color: #999;
    overflow: hidden;
    margin-top: 7px;
}
.ztn4 .container .right{
    float:left;
    width:835px;
}
.ad1 {
    min-width: 1200px;
    padding: 45px 0;
    background-image: url(/resources/images/ad1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center top;
    position: relative;
}
.ad1 .wp{
    width: 1200px;
    min-width: 1200px;
    margin: 0 auto;
}
.ad1 .cover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.5);
    z-index: 1;
}
.ad1 .s {
    position: relative;
    padding: 0 120px;
    z-index: 100;
}
.ad1 h6 {
    font-size: 30px;
    color: #fff;
    line-height: 40px;
}
.ad1 p {
    line-height: 50px;
    font-size: 18px;
    color: #eee;
}
.ad1 .btn {
    position: absolute;
    top: 50%;
    right: 120px;
    display: block;
    width: 200px;
    margin-top: -25px;
    border: 1px #fff solid;
    text-align: center;
    border-radius: 3px;
}
.ad1 .btn a {
    display: block;
    height: 48px;
    line-height: 48px;
    font-size: 18px;
    color: #fff;
}
.ad1 .btn-a {
    transition: 0.5s;
    position: relative;
}
.ad1 .btn-a span {
    color: #fff;
    position: relative;
    z-index: 2;
}
.ad1 .btn-a em {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0;
    background: #fff;
    transition: 0.5s;
}
.ad1 .btn-a:hover span {
    color: #333;
}
.ad1 .btn-a:hover em {
    width: 100%;
}
.ztn5{
    background-color: #ffffff;
}
.ztn5 .container{
    width:1200px;
    margin:20px auto 60px auto;
}
.ztn5 .container ul{
    overflow: hidden;
    width:1200px;
    margin-bottom:30px;
}
.ztn5 .container ul li{
    margin:22px 24px 0 0;
    width:180px;
    height:90px;
    padding:15px 0;
    box-sizing:border-box;
    float:left;
}
.ztn5 .container ul li:nth-child(6n){
    margin-right:0;
}
.ztn5 .container ul li img{
    height:60px;
    width:auto;
    margin:0 auto;
}
.ztn5 .container ul li:last-child{
    margin-right:0;
}
.ad_footer{
    width:100%;
    height:360px;
    margin:0 auto;
    background: url(/resources/images/ad_footer.jpg) no-repeat center;
    overflow: hidden;
}
.ad_footer p{
    font-size:48px;
    color:#282828;
    text-align: center;
    font-family: '宋体';
    margin-top:105px;
}
.ad_footer span{
    display:block;
    font-size:18px;
    color:#282828;
    text-align: center;
    margin-top:20px;
}
.footer{
    background-color: #303030;
    overflow: hidden;
}
.footer .container{
    width:1200px;
    margin:0 auto;
}
.footer .container .top{
    margin:35px 0;
    overflow: hidden;
}
.footer .container .top .left{
    float:left;
    overflow: hidden;
    border-right:solid 1px #3a3a3a;
}
.footer .container .top .left .box{
    float:left;
    margin-right:80px;
}
.footer .container .top .left .box h4{
    font-size:18px;
    color:#ffffff;
    text-align: left;
    padding-bottom:15px;
}
.footer .container .top .left .box p{
    font-size:14px;
    line-height:29px;
}
.footer .container .top .left .box p a{
    color:#7c7c7c;
}
.footer .container .top .left .box p:hover a{
    color:#10bbb8;
    text-decoration:underline;
}
.footer .container .top .center{
    width:226px;
    float:left;
    border-right:solid 1px #3a3a3a;
}
.footer .container .top .center h4{
    font-size:18px;
    color:#ffffff;
    text-align: center;
    margin-bottom:10px;
}
.footer .container .top .center p{
    font-size:14px;
    color:#7c7c7c;
    text-align: center;
    margin-bottom:10px;
}
.footer .container .top .center img{
    width:124px;
    height:124px;
    margin:0 auto;
}
.footer .container .top .right{
    float:right;
    width:335px;
}
.footer .container .top .right .con{
    width:220px;
    margin:0 auto;
}
.footer .container .top .right .phone{
    font-size:18px;
    color:#ffffff;
    text-align: center;
    background: url(/resources/images/footer_phone.png) no-repeat left 30px center;
    margin-bottom:12px;
    padding-left:15px;
    box-sizing: border-box;
}
.footer .container .top .right p{
    font-size:14px;
    color:#7c7c7c;
    text-align: center;
}
.footer .container .top .right hr{
    width:100%;
    height:1px;
    background-color:#434444;
    margin:18px auto;
}
.footer .container .top .right .kf{
    font-size:16px;
    color:#ffffff;
    text-align: center;
    margin-bottom:10px;
}
.footer .container .top .right span{
    display:block;
    width:200px;
    height:30px;
    border-radius: 5px;
    background-color: #656d7b;
    line-height:30px;
    text-align: center;
    font-size:14px;
    color:#ffffff;
    margin:15px auto 0 auto;
    cursor:pointer;
}
.footer .container .top .right span:hover{
    color:#10bbb8;
}
.footer .container .bottom{
    border-top:solid 1px #3a3a3a;
    border-bottom:solid 1px #3a3a3a;
    font-size:12px;
    color:#7c7c7c;
    text-align: center;
    padding:18px 0;
}
.footer .container .bottom a{
    color:#10bbb8;
}
.footer .container .friendlink{
	display:block;
}
.footer .container .friendlink p{
    font-size:12px;
    color:#7c7c7c;
    margin-top:25px;
}
.footer .container .friendlink p span{
    font-size:14px;
    font-weight:bold;
    color:#7c7c7c;
}
.footer .container .friendlink ul{
    overflow: hidden;
    margin-bottom:30px;
}
.footer .container .friendlink ul li{
    float:left;
    margin-top:12px;
    margin-right:20px;
}
.footer .container .friendlink ul li a{
    font-size:12px;
    color:#7c7c7c;
}
.m_zixun{
    display:none;
}
.m_zixun_biaodan{
    display:none;
}
.pop-form{
    width: 348px;
    background-color: #fff;
    border: solid 2px #10bbb8;
    padding: 10px 25px 30px 25px;
    z-index: 99; position: fixed;
    top: 50%; left: 50%;
    margin-top: -230px;
    margin-left: -200px;
    text-align: center;
	border-radius:10px;
	display:none;
	overflow:hidden;
}
.pp-title{ font-size: 24px; color: #10bbb8; font-weight: bold; line-height: 46px; padding: 13px 0; border-bottom:dashed 1px #10bbb8;}
.pp-close{width: 29px; height: 29px;  position: absolute; right: 0; top: 0;}
.pop-form p{ margin-top: 20px;}
.pop-form p img{ display:inline;}
.pop-form input{ width: 336px; height: 38px; line-height: 38px; border: solid 1px #aaa; padding-left: 10px; }
.pop-form select{width: 348px; height: 40px; line-height: 40px; border: solid 1px #aaa; padding-left: 6px; }
.pop-form  .pf-tel{position: relative;  padding-top: 22px;}
.pop-form  .ppt-con .phone{ width: 336px;}
.pp-hint{position: absolute; left:0; top: 0; height: 20px; line-height: 20px; background-color: #58b850; color: #fff; font-size: 12px; border-radius: 2px; padding: 0 10px;}
.pp-hint img{ vertical-align: top; margin: 5px 5px 0 0;}
.error{position: absolute; left: 0; top:63px; font-size: 12px; color: #10bbb8; display: none;  }
.error img{ vertical-align: top; margin: 2px 2px 0 0;}
.pop-form .pp-btn{ margin-top: 30px;border: none; width: 348px; height: 42px; line-height: 42px; background-color: #10bbb8; text-align: center; font-size: 16px; color: #fff; cursor: pointer;border-radius:5px;}
/*list_yewu*/
.list header{
    border-bottom: 1px solid #10bbb8;
}
.list header .nav .menu ul.yw,.content header .nav .menu ul.yw{
    display:none;
}
.mianbao{
    overflow: hidden;
    color: #7a7979;
}
.mianbao .main{
    color: #7a7979;
    border-bottom: 1px solid #ccc;
}
.mianbao a{
    line-height:60px;
    color: #7a7979;
}
.list_yewu .tab_yewu{
    width:1200px;
    margin:0 auto;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
}
.list_yewu .tab_yewu ul span{
    float:left;
    line-height:60px;
    margin-right:40px;
    font-size:15px;
    color:#3f3f3f;
}
.list_yewu .tab_yewu ul{
    overflow: hidden;
}
.list_yewu .tab_yewu ul li{
    float:left;
    line-height:60px;
    margin-right:40px;
}
.list_yewu .tab_yewu ul li a{
    color:#3f3f3f;
    font-size:15px;
}
.list_yewu .tab_yewu ul li:hover a{
    color:#10bbb8;
}
.list_yewu .yewu_tab_m,.list_yewu .yewu_tab_des{
    display:none;
}
.list_yewu .index{
    background-color: #ffffff;
    width:1200px;
    margin:30px auto;
}
.list_yewu .index .container{
    width:1220px;
    overflow: hidden;
    padding-top:10px;
}
.list_yewu .index .container .box{
    width:285px;
    margin-right:20px;
    float:left;
    margin-bottom:20px;
    position:relative;
    top:0;
    transition:0.5s;
    border:solid 2px rgba(0,0,0,0);
    box-sizing: border-box;
}
.list_yewu .index .container .box:hover{
    top:-10px;
    transition:0.5s;
    border:solid 2px #10bbb8;
    box-sizing: border-box;
}
.list_yewu .index .container .box .img{
    width:100%;
    height:200px;
    overflow: hidden;
	position:relative;
}
.list_yewu .index .container .box .img img{
    width:auto;
	height:100%;
	position:absolute;
	left:50%;
	margin-left:-220px;
}
.list_yewu .index .container .box ul{
    overflow: hidden;
    width:100%;
}
.list_yewu .index .container .box ul li{
    height:50px;
    line-height:50px;
    font-size:16px;
}
.list_yewu .index .container .box ul li:first-child{
    float:left;
    padding-left:10px;
}
.list_yewu .index .container .box ul li:last-child{
    float:right;
    color:#10bbb8;
    padding-right:10px;
}
.fw{
    width:100%;
    height:130px;
    background-color: #f8f8f8;
}
.fw .container{
    width:1260px;
}
.fw .container ul{
    overflow: hidden;
}
.fw .container ul li{
    width:260px;
    float:left;
    margin-right:55px;
}
.fw .container ul li img{
    width:55px;
    float:left;
    margin-top:37.5px;
}
.fw .container .right{
    width:185px;
    height:44px;
    float:left;
    margin:43px 0 0 20px;
    border-right:solid 1px #cecece;
    box-sizing: border-box;
}
.fw .container .right p{
    font-size:18px;
    color:#000105;
    font-weight:bold;
}
.fw .container .right span{
    font-size:12px;
    color:#959595;
    display:block;
    margin-top:4px;
}
.fw .container ul li.last .right{
    border-right:none;
}
.list_cjwt .index{
    width:1200px;
    margin:20px auto;
    overflow: hidden;
}
.list_cjwt .index .left{
    width:870px;
    float:left;
}
.list_cjwt .index .left .ad2{
	width:100%;
	overflow:hidden;
}
.list_cjwt .index .qb{
    border-bottom:solid 2px #10bbb8;
    margin-top:30px;
    margin-bottom:30px;
}
.list_cjwt .index .qb span{
    width:107px;
    height:34px;
    background-color: #10bbb8;
    color:#ffffff;
    display:block;
    font-size:16px;
    line-height:34px;
    text-align: center;
}
.list_cjwt .index .left .container .box{
    width:100%;
    margin-bottom:5px;
    overflow: hidden;
}
.list_cjwt .index .left .container .box .tit{
    width:100%;
    height:38px;
    background-color: #dedede;
    line-height:38px;
    padding-left:20px;
    font-weight:bold;
    font-size:15px;
}
.list_cjwt .index .left .container .box .img{
    float:left;
    margin:20px 0 20px 0;
	width:240px;
	height:158px;
	overflow:hidden;
}
.list_cjwt .index .left .container .box .img img{
	width:auto;
	height:158px;
}
.list_cjwt .index .left .container .box .con{
    float:left;
    margin-left:20px;
    width:600px;
}
.list_cjwt .index .left .container .box .con h3{
    font-size:17px;
    font-weight:bold;
    margin-top:20px;
    margin-bottom:20px;
}
.list_cjwt .index .left .container .box:hover .con h3{
    color:#10bbb8;
    text-decoration:underline;
}
.list_cjwt .index .left .container .box .con p{
    font-size:14px;
    line-height:28px;
    color:#777;
}
.list_cjwt .index .left .container .box .con .des{
    margin-top:20px;
}
.list_cjwt .index .left .container .box .con .des time{
    font-size:13px;
    color:#777;
    line-height:22px;
    display:block;
    float:left;
}
.list_cjwt .index .left .container .box .con .des time:before{
    width:20px;
    height:26px;
    content:'';
    display:block;
    background: url(/resources/images/cjwt_ico.png) no-repeat left center;
    float:left;
    margin-right:5px;
}
.list_cjwt .index .left .container .box .con .des span{
    display:block;
    float:left;
    margin-left:50px;
    font-size:13px;
    color:#777;
    padding-left:24px;
    line-height:22px;
}
.list_cjwt .index .left .container .box .con .des span:before{
    background: url(/resources/images/cjwt_ico.png) no-repeat left center;
    background-position: -20px 0;
    content:'';
    width:22px;
    height:26px;
    display:block;
    float:left;
    margin-right:5px;
}
.list_cjwt .index .right{
    float:right;
    width:300px;
}
.list_cjwt .index .right .zx{
    width:100%;
    border: 1px solid #d6d6d6;
    box-sizing: border-box;
}
.list_cjwt .index .right .zx p{
    width:100%;
    height:46px;
    background-color: #10bbb8;
    font-size:14px;
    color:#ffffff;
    line-height:46px;
    padding-left:20px;
}
.list_cjwt .index .right .zx ul li{
    width:100%;
    height:45px;
    line-height:45px;
    border-bottom: 1px dashed #d0d0d0;
    padding:0 15px;
	overflow:hidden;
	box-sizing:border-box;
}
.list_cjwt .index .right .zx ul li a{
    display:block;
    width:100%;
    font-size:14px;
    color:#666;
}
.list_cjwt .index .right .zx ul li:hover a{
    color:#10bbb8;
    text-decoration:underline;
}
.list_cjwt .index .right .zx ul li:last-child{
    border-bottom:none;
}
.list_cjwt .index .right .hot{
    margin-bottom:30px;
}
.list_cjwt .index .right .hot h4{
	font-size: 14px;
    color: #10bbb8;
    display: block;
    font-weight: normal;
    padding-left: 10px;
    padding-bottom: 12px;
    padding-top: 5px;
}
.list_cjwt .index .right .hot .big{
    width:100%;
    height:190px;
    position:relative;
    overflow: hidden;
}
.list_cjwt .index .right .hot .big .img{
    width:100%;
    overflow: hidden;
}
.list_cjwt .index .right .hot .big .img img{
    width:100%;
}
.list_cjwt .index .right .hot .big .info{
    width:100%;
    height:42px;
    position:absolute;
    bottom:0;
    left:0;
    background-color: rgba(0,0,0,0.5);
    font-size:14px;
    padding:10px;
    box-sizing:border-box;
    color:#e4e4e4;
    line-height:20px;
}
.list_cjwt .index .right .hot .small{
    margin-top:20px;
}
.list_cjwt .index .right .hot .small .box{
    width:100%;
    overflow: hidden;
    margin-bottom:15px;
}
.list_cjwt .index .right .hot .small .box .img{
    float:left;
    width:90px;
    height:80px;
    overflow: hidden;
}
.list_cjwt .index .right .hot .small .box .img img{
    width:auto;
    height:100%;
}
.list_cjwt .index .right .hot .small .box .con{
    float:left;
    width:200px;
    margin-left:10px;
}
.list_cjwt .index .right .hot .small .box .con h5{
    font-size:15px;
    line-height:24px;
}
.list_cjwt .index .right .hot .small .box:hover .con h5{
	color:#10bbb8;
	text-decoration:underline;
}
.list_cjwt .index .right .hot .small .box .con span{
    font-size:14px;
    color:#8c8c8c;
    display:block;
    margin-top:10px;
}
/*list_yewu*/
/*content_yewu*/
.content .mianbao .main{
    border-bottom:none;
}
.content .index{
    width:1200px;
    margin:0 auto;
    overflow: hidden;
}
.content .index .left{
    width:860px;
    float:left;
    margin-bottom:30px;
}
.content .index .left .title{
    border-bottom: solid 1px #d8d8d8;
    padding-bottom: 30px;
}
.content .index .left .title h1{
    font-size:28px;
    font-weight:bold;
    margin-top:30px;
    margin-bottom:20px;
    text-align: center;
}
.content .index .left .title p{
    display:inline-block;
    text-align: center;
    width:100%;
}
.content .index .left .title p time{
    font-size:15px;
    color:#333;
    margin-right:20px;
    display:inline-block;
    text-align: center;
}
.content .index .left .title p span{
    font-size:15px;
    color:#333;
    margin-right:20px;
    display:inline-block;
    text-align: center;
}
.content .index .left .cn{
    margin-top: 20px;
    font-size:16px;
    line-height:35px;
    color:#333;
}
.content .index .left .cn p{
    font-size:16px;
    color:#333;
    text-indent: 32px;
    line-height: 30px;
    padding-bottom: 15px;
}
.content .index .left .cn h3,.content .index .left .cn h4{
    font-size:18px;
    font-weight:bold;
    margin:10px 0;
}
.content .index .left .cn h3,.content .index .left .cn img{
    margin:15px auto;
	max-width:60%;
}
.content .index .left .cn h3,.content .index .left .cn div{
    font-size: 18px;
    color: #555555;
    font-weight: bold;
    margin: 10px 0;
}
.content .index .left .page{
    margin-top:40px;
}
.content .index .left .page ul li{
    line-height:30px;
    font-size:17px;
}
.content .index .left .page ul li a{
    font-size: 17px;
    text-decoration: underline;
}
.content .index .left .xiangg{
    margin-top:30px;
    padding:0 10px;
}
.content .index .left .xiangg .c_title{
    margin-bottom:15px;
}
.content .index .left .xiangg .c_title p{
    font-size:18px;
    font-weight:bold;
    line-height:20px;
}
.content .index .left .xiangg ul{
    overflow: hidden;
    margin-bottom:30px;
}
.content .index .left .xiangg ul li{
    width:270px;
    margin-right:15px;
    float:left;
    overflow: hidden;
    box-sizing: border-box;
    border:solid 1px #ddd;
}
.content .index .left .xiangg ul li:nth-child(5){
    margin-right:0;
}
.content .index .left .xiangg ul li .img{
    width:100%;
    height:190px;
    overflow: hidden;
}
.content .index .left .xiangg ul li .img img{
    width:auto;
    height:100%;
}
.content .index .left .xiangg ul li .c{
    padding:0 10px;
}
.content .index .left .xiangg ul li .c h3{
    font-size:17px;
    margin-top:10px;
    margin-bottom:15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.content .index .left .xiangg ul li .c p.des{
    display:none;
}
.content .index .left .xiangg ul li p.fj{
    margin-bottom:10px;
    overflow: hidden;
}
.content .index .left .xiangg ul li p.fj span{
    float:left;
    font-size: 14px;
    color:#666;
}
.content .index .left .xiangg ul li p.fj span:first-child{
    float:left;
}
.content .index .left .xiangg ul li p.fj span:last-child{
    float:right;
}
.content .index .right{
    width:310px;
    float:right;
}
.content .index .right .news{
    width:100%;
}
.content .index .right .news .container{
    background-color: #f2f2f2;
    height:285px;
    overflow: hidden;
}
.content .index .right .news .container ul{
    margin:22px 15px 0 15px;
    counter-reset: section;
}
.content .index .right .news .container ul li{
    height:18px;
    line-height:18px;
    margin-bottom:18px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.content .index .right h4{
    border-left: solid 4px #10bbb8;
    line-height: 15px;
    padding-left: 10px;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 16px;
}
.content .index .right .hot{
    margin-bottom:30px;
}
.content .index .right .hot .big{
    width:100%;
    height:190px;
    position:relative;
    overflow: hidden;
}
.content .index .right .hot .big .img{
    width:100%;
    overflow: hidden;
}
.content .index .right .hot .big .img img{
    width:100%;
}
.content .index .right .hot .big .info{
    width:100%;
    height:42px;
    position:absolute;
    bottom:0;
    left:0;
    background-color: rgba(0,0,0,0.5);
    font-size:14px;
    padding:10px;
    box-sizing:border-box;
    color:#e4e4e4;
    line-height:20px;
}
.content .index .right .hot .small{
    margin-top:20px;
}
.content .index .right .hot .small .box{
    width:100%;
    overflow: hidden;
    margin-bottom:15px;
}
.content .index .right .hot .small .box .img{
    float:left;
    width:90px;
    height:80px;
    overflow: hidden;
}
.content .index .right .hot .small .box .img img{
    width:auto;
    height:100%;
}
.content .index .right .hot .small .box .con{
    float:left;
    width:200px;
    margin-left:20px;
}
.content .index .right .hot .small .box .con h5{
    font-size:15px;
    line-height:24px;
}
.content .index .right .hot .small .box:hover .con h5{
	color:#10bbb8;
	text-decoration:underline;
}
.content .index .right .hot .small .box .con span{
    font-size:14px;
    color:#8c8c8c;
    display:block;
    margin-top:10px;
}
.content .index .right .news .container ul li a{
    font-size:14px;
    color:#575757;
}
.content .index .right .news .container ul li:hover a{
    color:#10bbb8;
	text-decoration:underline;
}
.content .index .right .news .container ul li:before{
    counter-increment:section;
    content:counter(section);
    padding:1px 6px;
    margin-right:10px;
    width:50px;
    height:18px;
    line-height:18px;
    background:#bbbbbb;
    color:#fff;
    font-size:12px
}
.content .index .right .news .container ul li:nth-child(1):before{
    background:#ff4546;
}
.content .index .right .news .container ul li:nth-child(2):before{
    background:#ff7316;
}
.content .index .right .news .container ul li:nth-child(3):before{
    background:#ff9c00;
}
/*content_yewu*/
.content_yewu .mianbao{
    background-color: #f7f8fa;
}
.content_yewu .shop{
    background-color: #f7f8fa;
    width:100%;
    margin-bottom:20px;
    overflow: hidden;
}
.content_yewu .shop .container{
    width:1200px;
    margin:0 auto 20px auto;
    overflow: hidden;
    padding-top:30px;
    padding-bottom:40px;
    box-sizing: border-box;
    background-color: #ffffff;
}
.content_yewu .shop .l{
    width:380px;
	height:300px;
    float:left;
    margin-left:30px;
	position:relative;
	overflow:hidden;
}
.content_yewu .shop .l img{
	height: 100%;
    width: auto;
    margin-left: -330px;
    left: 50%;
    position: absolute;
}
.content_yewu .shop .r{
    margin-left: 30px;
    position: relative;
    float:left;
    width:740px;
}
.content_yewu .shop .r h3{
    font-size:22px;
    font-weight:bold;
}
.content_yewu .shop .r p.des{
    color: #666;
    font-size: 14px;
    line-height: 1.5em;
    margin-top: 10px;
}
.content_yewu .shop .r .price{
    box-sizing: border-box;
    height: 80px;
    padding: 0 15px;
    background-color: #FEF2E6;
    margin-top: 20px;
    align-items: flex-start;
}
.content_yewu .shop .r .price span{
    display:block;
    float:left;
}
.content_yewu .shop .r .price span.dl{
    font-size: 14px;
    color: #666;
    line-height:87px;
}
.content_yewu .shop .r .price span.dd{
    margin-left: 20px;
    font-size: 26px;
    color: #f33807;
    line-height:80px;
}
.content_yewu .shop .r .price span.dd:before{
    content: "￥";
    font-size: 18px;
}
.content_yewu .shop .r .qt{
    overflow: hidden;
    margin-top:20px;
}
.content_yewu .shop .r .qt span{
    display:block;
    float:left;
    line-height:28px;
    margin-right:24px;
}
.content_yewu .shop .r .qt ul{
    float:left;
    overflow: hidden;
}
.content_yewu .shop .r .qt ul li{
    float:left;
    border:solid 1px #ccc;
    line-height:26px;
    margin-right:10px;
    position:relative;
}
.content_yewu .shop .r .qt ul li.xz,.content_yewu .shop .r .qt ul li:hover{
    border:solid 1px #10bbb8;
    background-color: #d5f6f5;
}
.content_yewu .shop .r .qt ul li.xz:after,.content_yewu .shop .r .qt ul li:hover:after{
    content: "";
    display:block;
    position:absolute;
    right:0;
    bottom:0;
    width:18px;
    height:18px;
    background: url(/resources/images/shop_xz.png) no-repeat right 0 bottom 0;
}
.content_yewu .shop .r .qt ul li a{
    display:block;
    padding:0 16px;
}
.content_yewu .shop .r ul.gm{
    overflow: hidden;
    margin-top:40px;
}
.content_yewu .shop .r ul.gm li{
    width:150px;
    height:44px;
    float:left;
    margin-right:20px;
}
.content_yewu .shop .r ul.gm li:first-child{
    background-color: #10bbb8;
}
.content_yewu .shop .r ul.gm li:last-child{
    border:solid 1px #10bbb8;
}
.content_yewu .shop .r ul.gm li:last-child:hover{
    background-color: rgba(52,141,235,0.3);
}
.content_yewu .shop .r ul.gm li a{
    width:100%;
    text-align: center;
    line-height:44px;
    font-size:14px;
    display:block;
}
.content_yewu .shop .r ul.gm li:first-child a{
    color:#ffffff;
}
.content_yewu .shop .r ul.gm li:last-child a{
    color:#10bbb8;
}
.content_yewu .shop .b{
    width:100%;
    height:56px;
    border-top: 1px solid #eee;
    clear:both;
    margin-top:46px;
}
.content_yewu .shop .b ul{
    overflow: hidden;
    width:1030px;
    margin:0 auto;
}
.content_yewu .shop .b ul li{
    float:left;
    font-size:14px;
    color: #666;
    line-height:56px;
    width:130px;
    padding-left:44px;
    box-sizing: border-box;
}
.content_yewu .shop .b ul li.b1{
    background: url(/resources/images/shop_1.png) no-repeat left 0 center;
    margin-right:160px;
}
.content_yewu .shop .b ul li.b2{
    background: url(/resources/images/shop_2.png) no-repeat left 0 center;
    margin-right:160px;
}
.content_yewu .shop .b ul li.b3{
    background: url(/resources/images/shop_3.png) no-repeat left 0 center;
}
.content_yewu .shop .b ul li.b4{
    background: url(/resources/images/shop_4.png) no-repeat left 0 center;
    float:right;
}
.content_yewu .index{
}
.content_yewu .index{
    border:none;
    width:100%;
    background-color: #ffffff;
}
.content_yewu .index .container{
    width:1200px;
    margin:0 auto;
}
.content_yewu .index ul.tab{
    overflow: hidden;
    position: relative;
    height: 52px;
    line-height: 52px;
    border-bottom: 1px solid #eee;
}
.content_yewu .index ul.tab li{
    float: left;
    padding: 0 20px;
    cursor: pointer;
}
.content_yewu .index ul.tab li.xz{
    border-top:solid 3px #10bbb8;
    line-height:46px;
}
.content_yewu .xiangq{
    width:1200px;
    margin:0 auto;
    box-sizing: border-box;
}
.content_yewu .xiangq .title{
    margin-top:25px;
    width:100%;
    height:106px;
    background: url(/resources/images/xiangqing_title.jpg) no-repeat center;
    background-size: auto 100%;
    padding-left:40px;
    box-sizing: border-box;
    overflow: hidden;
}
.content_yewu .xiangq .title p{
    font-size:26px;
    color:#ffffff;
    line-height:26px;
    font-weight:bold;
    margin-top:25px;
    text-align: left;
}
.content_yewu .xiangq .title span{
    font-size:16px;
    color:#ffffff;
    line-height:16px;
    margin-top:15px;
    display:block;
}
.content_yewu .xiangq table{
    width:100%;
    border-collapse:collapse;
    margin-bottom:50px;
}
.content_yewu .xiangq table tr{
    width:100%;
}
.content_yewu .xiangq table tr td{
    border:solid 1px #e5e5e5;
}
.content_yewu .xiangq table tr td:first-child{
    width:120px;
    text-align: center;
    font-size:16px;
    color:#10bbb8;
}
.content_yewu .xiangq table tr td:nth-child(2){
    width:1080px;
    padding:30px 0 30px 24px;
    font-size:16px;
    color:#333333;
    line-height:32px;
}
.content_yewu .tongy .title{
    width:100%;
    margin-top:70px;
}
.content_yewu .tongy .title h3{
    font-size:28px;
    line-height:24px;
    text-align:center;
    font-weight:bold;
}
.content_yewu .tongy .title p{
    font-size:16px;
    text-align:center;
    margin-top:10px;
    color:#a1a1a1;
}
.content_yewu .liucheng{
    background: url(/resources/images/content_yewu_liucheng_bg.jpg) no-repeat center;
    background-size: 100% auto;
    width:100%;
    height:620px;
    overflow: hidden;
}
.content_yewu .liucheng .con{
    margin-top:50px;
    margin-bottom:20px;
    overflow: hidden;
    display:inline-block;
    text-align: center;
    width:100%;
    position:relative;
    background:url(/resources/images/content_yewu_liucheng_bg.jpg) no-repeat center;
}
.content_yewu .liucheng .title h3{
    color:#ffffff;
}
.content_yewu .liucheng .container{
    width:1200px;
    margin:50px auto 0 auto;
    overflow: hidden;
}
.content_yewu .liucheng .container .box{
    width:150px;
    margin-right:112.5px;
    float:left;
    position:relative;
}
.content_yewu .liucheng .container .box:nth-child(2n){
    margin-top:50px;
}
.content_yewu .liucheng .container .box1:after,.content_yewu .liucheng .container .box3:after{
    position: absolute;
    top: 100px;
    right: -80px;
    content: '';
    width: 46px;
    height: 33px;
    background: url(/resources/images/content_yewu_liucheng_jiantou.png);
}
.content_yewu .liucheng .container .box2:after,.content_yewu .liucheng .container .box4:after{
    position: absolute;
    top: 100px;
    right: -80px;
    content: '';
    width: 46px;
    height: 33px;
    background: url(/resources/images/content_yewu_liucheng_jiantou.png);
    transform: rotate(-60deg);
}
.content_yewu .liucheng .container .box5{
    margin-right:0;
}
.content_yewu .liucheng .container .box6{
    display:none;
}
.content_yewu .liucheng .container .box .img{
    width:100%;
}
.content_yewu .liucheng .container .box .img img{
    width:100%;
}
.content_yewu .liucheng .container .box .info{
}
.content_yewu .liucheng .container .box .info h4{
    font-weight: bold;
    font-size: 20px;
    line-height: 20px;
    color: #fff;
    padding-top: 25px;
    text-align: center;
}
.content_yewu .liucheng .container .box .info p{
    color: rgba(255,255,255,.5);
    font-size: 16px;
    line-height: 16px;
    padding-top: 16px;
    text-align: center;
}
.content_yewu .liucheng span.zx{
    display: block;
    width: 280px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: linear-gradient(45deg,rgba(255,154,5,1),rgba(255,108,0,1));
    box-shadow: 0 6px 15px 1px rgba(255,108,0,0.3);
    border-radius: 2px;
    font-size: 16px;
    color: #ffffff;
    margin:30px auto 0 auto;
    cursor:pointer;
}
.content_yewu .yous{
    width:100%;
    height:700px;
    background: url(/resources/images/youshi_bg.png) no-repeat center;
    background-size: 100% auto;
    overflow: hidden;
}
.content_yewu .yous .title h3{
    font-weight:bold;
}
.content_yewu .yous .container{
    width:1200px;
    height:522px;
    margin:46px auto 0 auto;
    background:url(/resources/images/youshi.png) no-repeat center;
    background-size:1200px auto;
}
.content_yewu .yous .container .l,.content_yewu .yous .container .r{
    width:518px;
    float:left;
    margin-top:20px;
}
.content_yewu .yous .container .l h4,.content_yewu .yous .container .r h4{
    font-size:24px;
    width:100%;
    text-align: center;
}
.content_yewu .yous .container .l h4{
    color:#10bbb8;
}
.content_yewu .yous .container .r h4{
    color:#757a7a;
}
.content_yewu .yous .container .l ul,.content_yewu .yous .container .r ul{
    margin-top:30px;
}
.content_yewu .yous .container .l ul li,.content_yewu .yous .container .r ul li{
    height:82px;
    line-height:82px;
    font-size:20px;
    margin-bottom:16px;
}
.content_yewu .yous .container .l ul li{
    text-align: right;
    color:#ffffff;
    padding-right:30px;
}
.content_yewu .yous .container .r ul li{
    text-align: left;
    color:#878787;
    padding-left:30px;
}
.content_yewu .yous .container .c{
    width:166px;
    float:left;
}
.content_yewu .yous .container .c ul{
    margin-top:98px;
}
.content_yewu .yous .container .c ul li{
    width:110px;
    height:46px;
    border:solid 2px rgba(16,187,184,0.5);
    font-size:20px;
    color:#10bbb8;
    line-height:46px;
    text-align:center;
    margin:0 auto 50px auto;
    font-weight:bold;
}
.content_yewu .yous .container .r{
    width:516px;
    float:left;
}
.content_yewu .qit{
    width:100%;
    height:560px;
    background-color: #10bbb8;
    overflow:hidden;
}
.content_yewu .qit .title h3{
    color:#ffffff;
    font-weight:bold;
}
.content_yewu .qit .container{
    width:1200px;
    margin:40px auto 60px auto;
}
.content_yewu .qit .container .box{
    width: 224px;
    height:370px;
    float:left;
    margin-right:20px;
    background: url(/resources/images/qit_box_bj.jpg) no-repeat center;
    position:relative;
    top:0;
    transition:0.3s;
}
.content_yewu .qit .container .box:hover{
    top:-10px;
    transition:0.3s;
}
.content_yewu .qit .container .box5{
    margin-right:0;
}
.content_yewu .qit .container .box6{
    display:none;
}
.content_yewu .qit .container .box .img{
    width:105px;
    margin:40px auto 0 auto;
}
.content_yewu .qit .container .box .img img{
    width:100%;
}
.content_yewu .qit .container .box .info{
    margin-top:10px;
}
.content_yewu .qit .container .box .info h4{
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    text-align: center;
}
.content_yewu .qit .container .box .info p{
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    padding-top: 16px;
    width:174px;
    margin:0 auto;
	text-align:center;
}
.content_yewu .qit .container .box .info span{
    display: block;
    width: 176px;
    height: 44px;
    line-height: 44px;
    border: 1px solid rgba(255,102,0,1);
    box-sizing: border-box;
    color: #FF6600;
    font-size: 16px;
    margin:24px auto;
    text-align: center;
}
.content_yewu .qit .container .box:hover .info span{
    border: none;
    background: linear-gradient(45deg,rgba(255,154,5,1),rgba(255,108,0,1));
    box-shadow: 0 6px 15px 1px rgba(255,108,0,0.3);
    color: #fff;
    cursor:pointer;
}
.content_yewu .went{
    width:100%;
    height:553px;
    background: url(/resources/images/cjwt_bj.jpg) no-repeat center;
    overflow: hidden;
}
.content_yewu .went .container{
    width:1060px;
    margin:100px auto 0 auto;
}
.content_yewu .went .container .box{
    width:490px;
    float:left;
    margin-bottom:58px;
}
.content_yewu .went .container .box1,.content_yewu .went .container .box3{
    margin-right:80px;
}
.content_yewu .went .container .box h4{
    height:30px;
    line-height:30px;
    background: url(/resources/images/Q.png) no-repeat left center;
    padding-left:30px;
    color:#282828;
}
.content_yewu .went .container .box h4 a{
	font-size:18px;
    font-weight:bold;
	color:#282828;
	display:block;
}
.content_yewu .went .container .box:hover h4 a{
	color:#10bbb8;
	text-decoration:underline;
}
.content_yewu .went .container .box p{
    font-size:14px;
    line-height:24px;
    color:#282828;
    background: url(/resources/images/A.png) no-repeat left top;
    padding-left:30px;
    margin-top:15px;
}
.content_yewu .fw{
    background-color: #ffffff;
}
/*content_yewu*/
/*about*/
.l_ad1{
    overflow: hidden;
    width:100%;
    position:relative;
    height:300px;
}
.l_ad1 img{
    position:absolute;
    left:50%;
    margin-left:-960px;
}
.about .abo .title{
    margin-top:50px;
    overflow: hidden;
}
.about .abo h3{
    font-size:36px;
    font-weight:bold;
    text-align: center;
}
.about .abo hr{
    width:200px;
    height:2px;
    background-color:#333333;
    margin:8px auto 0 auto;
}
.about .jianj .des{
    margin-top:30px;
}
.about .jianj .des p{
    font-size:16px;
    line-height:30px;
    text-indent:32px;
}
.about .jianj .zhans{
    overflow: hidden;
    position:relative;
    height:130px;
    margin-top:30px;
    margin-bottom:40px;
}
.about .jianj .zhans .box{
    width:300px;
    float:left;
    position:absolute;
}
.about .jianj .zhans .box1{
    left:100px;
    top:0;
}
.about .jianj .zhans .box2{
    left:50%;
    margin-left:-150px;
    top:0;
}
.about .jianj .zhans .box3{
    right:100px;
    top:0;
}
.about .jianj .zhans .box h4{
    font-size:70px;
    color:#10bbb8;
    text-align: center;
}
.about .jianj .zhans .box h4:after{
    content:"+";
    font-size:36px;
    padding-left:10px;
}
.about .jianj .zhans .box span{
    display:block;
    text-align: center;
    font-size:18px;
    color:#757575;
}
.about .huanjing{
    margin-top:60px;
    background-color: #f7f8fa;
    overflow: hidden;
}
.about .huanjing .title p{
    font-size:18px;
    margin-top:15px;
    text-align: center;
    color: #808080;
    width:100%;
    position:relative;
}
.about .huanjing .title p:before{
    content:'';
    width:100px;
    height:1px;
    background-color:#c9c9c9;
    display:block;
    position:absolute;
    top:13px;
    left:50%;
    margin-left:-268px;
}
.about .huanjing .title p:after{
    content:'';
    width:100px;
    height:1px;
    background-color:#c9c9c9;
    display:block;
    position:absolute;
    top:13px;
    left:50%;
    margin-left:168px;
}
.about .huanjing .container{
    width:1200px;
    margin:40px auto 60px auto;
    overflow:hidden;
}
.about .huanjing .container .left{
    width:594px;
    height:446px;
    float:left;
    margin-right:12px;
    overflow: hidden;
}
.about .huanjing .container .left img{
    transition:0.5s;
}
.about .huanjing .container .left:hover img{
    transform:scale(1.1);
    transition:0.5s;
}
.about .huanjing .container .right{
    width:592px;
    float:left;
}
.about .huanjing .container .right .box{
    width:290px;
    margin-right:12px;
    margin-bottom:12px;
    float:left;
    overflow:hidden;
}
.about .huanjing .container .right .box:nth-child(2n){
    margin-right:0;
}
.about .huanjing .container .right .box img{
    transition:0.5s;
}
.about .huanjing .container .right .box:hover img{
    transition:0.5s;
    transform:scale(1.1);
}
/*about*/