/** 清除内外边距 **/
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
form, fieldset, legend, button, input, textarea, /* form elements 表单元素 */
th, td /* table elements 表格元素 */ {
    margin: 0;
    padding: 0;
}

/** 设置默认字体 **/
body,button, input, select, textarea /* for ie */ {
    font: 14px/1.0 "Arial","Microsoft YaHei","黑体","宋体",sans-serif;
}
h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal;}
address, cite, dfn, em, var, i { font-style: normal; } /* 将斜体扶正 */
code, kbd, pre, samp { font-family: courier new, courier, monospace; } /* 统一等宽字体 */
small { font-size: 12px; } /* 小于 12px 的中文很难阅读, 让 small 正常化 */

/** 重置列表元素 **/
ul, ol { list-style: none; }

/** 重置文本格式元素 **/
a { text-decoration: none; -webkit-tap-highlight-color: rgba(0,0,0,0);}
a:hover { text-decoration: none; cursor: pointer; }
a:focus { outline:none; } 

sup { vertical-align: text-top; } /* 重置, 减少对行高的影响 */
sub { vertical-align: text-bottom; }

/** 重置表单元素 **/
legend { color: #000; } /* for ie6 */
fieldset, img { border: 0; } /* img 搭车：让链接里的 img 无边框 */
button, input, select, textarea { font-size: 100%; } /* 使得表单元素在 ie 下能继承字体大小 */
input::-ms-clear{display:none;}/*隐藏文本框叉子*/
input::-ms-reveal{display:none;}/*隐藏密码框小眼睛*/
/* button, input{ -webkit-appearance: none;}改变按钮在iPhone下的默认风格 */
/* 注：optgroup 无法扶正 */

input,textarea{
	border: none;
	outline: none;
}

/** 重置表格元素 **/
table { border-collapse: collapse; border-spacing: 0; }

/* 重置 HTML5 元素 */
article, aside, details, figcaption, figure, footer,header, hgroup, menu, nav, section,
summary, time, mark, audio, video {
    display: block;
    margin: 0;
    padding: 0;
}
.map_big_div{
    position: relative;
}
.map_big_div .information_div{
    background: rgba(255,255,255,0.8);
    position: absolute;
    width: 390px;
    bottom: 30px;
    left: 50%;
    transform: translate(-50%,0);
    padding: 24px 40px;
}
.map_big_div .information_div strong{
    font-size: 16px;
    display: block;
    margin-bottom: 20px;
    color: #6da83e;
}
.map_big_div .information_div p{
    font-size: 14px;
    line-height: 20px;
    display: block;
    margin-bottom: 10px;
    color: #6da83e;
}
.map_big_div .information_div a{
    display: block;
    width: 130px;
    height: 40px;
    color: #fff;
    background: #6da83e;
    text-align: center;
    line-height: 40px;
    border-radius: 20px;
    font-size: 14px;
}

.banner {
    width: 100%;
    overflow: hidden;
}
.large_box {
    margin-bottom: 10px;
    width: 100%;
    height: 380px;
    overflow: hidden;
}
.large_box ul{
    background: #f9f9f9;
}
.large_box ul li{
    font-size: 0;
    padding: 40px;
}
.large_box ul li p{
    display: inline-block;
    width: 620px;
    position: relative;
    height: 300px;
    vertical-align: top;
    box-sizing: border-box;
    padding-left: 40px;
    padding-top: 40px;
}
.large_box ul li p strong{
    font-size: 18px;
    color: #333;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 40px;
}
.large_box ul li p span{
    font-size: 14px;
    color: #666;
    line-height: 24px;
    text-align: justify;
    display: block;
    margin-bottom: 40px;
}
.large_box ul li p em{
    font-size: 14px;
    color: #999;
}
.large_box ul li p a{
    font-size: 14px;
    color: #fff;
    height: 45px;
    line-height: 45px;
    width: 130px;
    text-align: center;
    background: #6da83e;
    position: absolute;
    right: 0;
    bottom: 0;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.large_box ul li p a:hover{
    background: #edc861;
}
.large_box img {
    display: inline-block;
    width: 500px;
    height: 300px;
}
.small_box {
    width: 1200px;
    height: 120px;
    overflow: hidden;
}
.small_list {
    position: relative;
    float: left;
    width: 1140px;
    height: 120px;
    overflow: hidden;
}
.small_list ul {
    height: 120px;
    overflow: hidden;
}
.small_list ul li {
    position: relative;
    float: left;
    margin-right: 10px;
    width: 180px;
    cursor: pointer;
}
.small_list ul li img {
    display: block;
    width: 180px;
    height: 120px;
}
.small_list ul li .bun_bg {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 180px;
    height: 120px;
    background: #000;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}
.small_list ul li.on .bun_bg {
    display: block;
}
.btn {
    display: block;
    width: 25px;
    height: 120px;
    background-color: #777;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}
.left_btn {
    float: left;
    margin-right: 10px;
    background: url(../img/left.png) no-repeat center #82be32;
}
.right_btn {
    float: right;
    background: url(../img/right.png) no-repeat center #edc861;
}

/* 轮播图样式 */
.picScroll-left{
    width:100%; 
    overflow:hidden; 
    position:relative;
}
.picScroll-left .hd{ 
    height:50px;  
    text-align: center;
    margin-top: 20px;
}
.picScroll-left .hd .next{ 
    display:inline-block;  
    width:50px; 
    height:50px; 
    cursor:pointer; 
    background:url("../img/aboutUs_6.png") no-repeat;
}
.picScroll-left .hd .prev{ 
    display:inline-block;  
    width:50px; 
    height:50px;
    cursor:pointer; 
    background:url("../img/aboutUs_7.png") no-repeat;
}
.picScroll-left .hd .prevStop{ 
    background-position:-60px 0; }
.picScroll-left .hd .nextStop{ 
    background-position:-60px -50px; 
}
.picScroll-left .hd ul{ 
    float:right; 
    overflow:hidden; 
    zoom:1; 
    margin-top:10px; 
    zoom:1; 
}
.picScroll-left .hd ul li{ 
    float:left; 
    width:9px; 
    height:9px; 
    overflow:hidden;
    margin-right:5px; 
    text-indent:-999px; 
    cursor:pointer; 
    background:url("images/icoCircle.gif") 0 -9px no-repeat; 
}
.picScroll-left .hd ul li.on{ 
    background-position:0 0; 
}
.picScroll-left .bd{ 
    
}
.picScroll-left .bd ul{ 
    overflow:hidden; 
    zoom:1; 
}
.picScroll-left .bd ul li{ 
    padding: 0 20px; 
    background: #f9f9f9;
    display:inline-block; 
    overflow:hidden;
    text-align:center;
    margin-right: 20px;
    position: relative;
}
.picScroll-left .bd ul li:hover{
    box-shadow: 0 2px 8px rgba(0,0,0,0.3);
}
.picScroll-left .bd ul li .pic{ 
    text-align:center;
 }
.picScroll-left .bd ul li .pic img{
    width:245px;
    height:300px;
    display:block;  
}
.picScroll-left .bd ul li .title{
    position: absolute; 
    width: 100%;  
    left: 0;
    bottom: 0;
    opacity: 0;
    height: 100px;
    background: rgba(109,168,62,0.7);
    color: #fff;
    font-size: 16px;
    line-height: 70px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.picScroll-left .bd ul li .title span{
    margin-right: 10px;
}
.picScroll-left .bd ul li .title em{
    
}
.picScroll-left .bd ul li .title p{
    font-size: 14px;
    line-height: 14px;
}
.picScroll-left .bd ul li:hover .title{
    opacity: 1;
}

/* 旋转木马样式 */
.poster-main{
    position: relative;
}
.poster-main .poster-list{

}
.poster-main .poster-list .poster-item{
    position: absolute;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.35);
    text-align: center;
    background: #fff;
    display: table;
}
.poster-main .poster-list .poster-item img{
    height: 100%;
    width: 100%;
}
.poster-main .poster-prev-btn{

}
.poster-main .poster-next-btn{
    
}
.poster-main .aaa{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 373px;
    height: 342px;
    cursor: pointer;
}
.poster-main .bbb{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 373px;
    height: 342px;
    cursor: pointer;
}
.poster-main .bot{
    font-size: 0;
    text-align: center;
}
.poster-main .bot div{
    display: inline-block;
    cursor: pointer;
}
.poster-main .title_p{
    font-size: 20px;
    color: #333;
    text-align: center;
    line-height: 60px;
}


.nav_box{
    line-height: 35px;
}
.nav_box .head_div{
    background: #6da83e;
    height: 35px;
    text-align: right;
    font-size: 14px;
    color: #fff;
}
.nav_box .head_div .head_small_div{
    width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
}
.nav_box .head_div .head_em{
    float: left;
}
.nav_box .head_div .login_a{
    display: inline-block;
    vertical-align: top;
    color: #fff;
    margin-right: 28px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.nav_box .head_div .head_span{
    vertical-align: top;
    margin-right: 28px;
}
.nav_box .head_div .head_p{
    display: inline-block;
    width: 280px;
    background: rgba(0,0,0,0.4);
    box-sizing: border-box;
    padding-left: 20px; 
    text-align: left;
    position: relative;
    z-index: 9;
}
.nav_box .head_div .head_p em{
    display: block;
}
.nav_box .head_div .head_p span{
    display: block;
}
.nav_box .head_div .head_p span input[type="submit"]{
    background: url(../img/sosuo.png) no-repeat center;
    background-size: contain;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-top: -2px;
    cursor: pointer;
}
.nav_box .head_div .head_p span input[type="text"]{
    background: none;
    padding-left: 6px;
    width: 220px;
    color: #fff;
}
.nav_box .head_div .head_p span input::-webkit-input-placeholder{color: #fff;} 
.nav_box .head_div .head_p span input:-moz-placeholder{color: #fff;} 
.nav_box .head_div .head_p span input::-moz-placeholder{color: #fff;} 
.nav_box .head_div .head_p span input:-ms-input-placeholder{color: #fff;} 

.nav_box .nav_div{
    height: 125px;
    background: rgba(240,240,240,0.9);
    /* background: #f9f9f9; */
}
.nav_box .position_nav{
    position: absolute;
    width: 100%;
}
/* .nav_box .position_nav .nav_small_div{
    padding: 0 20px;
} */
.nav_box .nav_div .nav_small_div{
    width: 1200px;
    margin: 0 auto;
    height: 125px;
    padding-top: 26px;
    box-sizing: border-box;
}
.nav_box .nav_div img{
    float: left;
}
.nav_box .nav_div ul{
    font-size: 16px;
    height: 16px;
    line-height: 16px;
    margin-left: 260px;
    padding-top: 50px;
    text-align: right;
}
.nav_box .nav_div ul li{
    display: inline-block;
    margin-left: 30px;
}
.nav_box .nav_div ul li a{
    display: block;
    color: #333;
}
.nav_box .nav_div ul li .active_a{
    color: #6da83e;
}
.nav_box .nav_div ul li a:hover{
    color: #6da83e;
}
.footer_box{
    background: #6da83e;
    height: 70px;
}
.footer_box .footer_small_box{
    width: 1200px;
    margin: 0 auto;
    color: #fff;
    font-size: 14px;
    padding-top: 11px;
}
.footer_box .footer_small_box p{
    height: 24px;
    line-height: 24px;
}
.footer_box .footer_small_box p a{
    color: #fff;
    display: inline-block;
    margin-right: 8px;
}
.footer_box .footer_small_box p span{
    
}
.footer_box .footer_small_box p em{
    float: right;
}
.footer_box .footer_small_box p .bdsharebuttonbox a{
    margin: 0 0 0 8px;
}
.bdsharebuttonbox .bds_tsina{
    background: url(../img/weibo.png) no-repeat center!important;
}
.bdsharebuttonbox .bds_tqq{
    background: url(../img/tenxun.png) no-repeat center!important;
}
.bdsharebuttonbox .bds_weixin{
    background: url(../img/weixin.png) no-repeat center!important;
}
.bdsharebuttonbox .bds_sqq{
    background: url(../img/qq.png) no-repeat center!important;
}
.position_box{
    position: fixed;
    right: 0;
    top: 420px;
    width: 115px;
    text-align: right;
    z-index: 99;
}
.position_box .first_a{
    width: 100%;
    box-sizing: border-box;
    background: #e8bf4b;
    display: block;
    height: 50px;
    line-height: 50px;
    color: #fff;
    padding: 0 14px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.position_box .first_a img{
    vertical-align: middle;
    margin-top: -4px;
    margin-right: 6px;
}
.position_box .first_a span{
    font-size: 14px;
    color: #fff;
}
.position_box .other_a{
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    background: #e5e5e5;
    margin-top: 6px;
}
.position_box .other_a img{
    text-align: center;
    vertical-align: middle;
    margin-top: -4px;
}
.position_box .other_a img:nth-child(2){
    display: none;
}
.position_box .hover_a{
    background: #e8bf4b;
}
.position_box .hover_a img:nth-child(1){
    display: none;
}
.position_box .hover_a img:nth-child(2){
    display: inherit;
}
.page_ul{
    height: 36px;
    font-size: 0;
    text-align: center;
    margin: 40px 0;
}
.page_ul li{
    height: 36px;
    line-height: 36px;
    display: inline-block;
    background: #f9f9f9;
    color: #999;
    font-size: 14px;
    margin: 0 6px;
    cursor: pointer;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.page_ul li a{
    padding: 0 16px;
    display: block;
    height: 100%;
    color: #999;
}
.page_ul .active_li{
    background: #6da83e;
    color: #fff;
    padding: 0 16px;
}
.page_ul li:hover{
    background: #6da83e;
    color: #fff;
}
.page_ul .point_li:hover{
    background: none;
    color: #999;
}
.page_ul .point_li{
    background: none;
    cursor: default;
}
.banner_div{
    width: 100%;
    height: 300px;
    position: relative;
    top: 0;
    left: 0;
    z-index: 4;
    background: rgba(0,0,0,0.4);
}
.banner_div .road_king_p{
    width: 1200px;
    margin: 0 auto;
    color: #fff;
}
.banner_div .road_king_p a{
    color: #fff;
}
.banner_div img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.banner_div .navigation_div{
    position: absolute;
    width: 1200px;
    height: 50px;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 0;
}
.banner_div .navigation_div a{
    display: inline-block;
    width: 150px;
    height: 100%;
    line-height: 50px;
    font-size:  18px;
    color: #999;
    background: #f9f9f9;
    text-align: center;
    border-right: 1px solid #ccc;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.banner_div .navigation_div a:last-child{
    border-right: none;
}
.banner_div .navigation_div a:hover{
    background: #6da83e;
    color: #fff;
}
.banner_div .navigation_div .active_a{
    background: #6da83e;
    color: #fff;
}
.banner_img{
    width: 100%;
    height: 300px;
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
}
.banner_div .consulting_div{
    position: absolute;
    width: 1200px;
    height: 50px;
    line-height: 50px;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 0;
    background: #f9f9f9;
}
.banner_div .consulting_div a{
    display: inline-block;
    width: 50%;
    height: 50px;
    text-align: center;
}
.banner_div .consulting_div a img{
    width: 32px;
    height: 32px;
    vertical-align: middle;
    position: static;
    transform: none;
    margin-top: -10px;
    margin-right: 20px;
}
.banner_div .consulting_div a span{
    font-size: 14px;
    color: #666;
}



.banner_box{
    width: 1200px;
    margin: 0 auto;
}
.banner_box .swiper-container{
    
}
.banner_box .swiper-container img{
    width: 100%;
    height: auto;
    vertical-align: top;
}


.home_box{
    width: 1200px;
    margin: 0 auto;
    background: url(../img/background_3.png) no-repeat;
    background-size: 100% auto;
    padding-top: 220px;
    padding: 0 26px 0 12px;
    box-sizing: border-box;
    font-size: 0;
}
.home_box .home_nav_div{
    font-size: 0;
    display: inline-block;
    width: 224px;
    vertical-align: top;
}
.home_box .home_nav_div a{
    display: inline-block;
    width: 106px;
    padding: 20px 0;
    text-align: center;
    font-size: 14px;
    color: #fff;
    vertical-align: top;
    margin: 0 6px 6px 0;
}
.home_box .home_nav_div a:hover{
    box-shadow: 0 2px 8px rgba(0,0,0,0.3);
}
.home_box .home_nav_div a:nth-child(1){
    background: #4c8747;
}
.home_box .home_nav_div a:nth-child(2){
    background: #87bb2a;
}
.home_box .home_nav_div a:nth-child(3){
    background: #cabc31;
}
.home_box .home_nav_div a:nth-child(4){
    background: #48c260;
}
.home_box .home_nav_div a:nth-child(5){
    background: #739b54;
}
.home_box .home_nav_div a img{
    vertical-align: top;
    height: 31px;
}
.home_box .home_nav_div a span{
    display: block;
    margin-top: 8px;
}
.home_box .home_content_div{
    display: inline-block;
    width: calc(100% - 230px);
    margin-left: 6px;
    background: #fff;
}
.home_box .home_content_div .content_top{
    position: relative;
    overflow: hidden;
    height: 489px;
}
.home_box .home_content_div .content_top .arrow_ul{
    position: absolute;
    font-size: 0;
    width: 64px;
    right: 0;
    top: 106px;
    z-index: 9;
}
.home_box .home_content_div .content_top .arrow_ul li{
    display: inline-block;
    width: 32px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    background: #4c8747;
    cursor: pointer;
}
.home_box .home_content_div .content_top .arrow_ul li:nth-child(2){
    background: #e8bf4b;
}
.home_box .home_content_div .content_top .arrow_ul li img{
    vertical-align: middle;
}
.home_box .home_content_div .content_top .leng_ol{
    font-size: 0;
    width: 200%;
    position: absolute;
    left: 0;
    top: 0;
}
.home_box .home_content_div .content_top .leng_ol li{
    width: 932px;
    display: inline-block;
    vertical-align: top;
}
.home_box .home_content_div .content_top .title_div{
    padding: 24px 46px;
    background: #80b562;
    color: #fff;
    text-align: right;
    position: relative;
}
.home_box .home_content_div .content_top .title_div span{
    font-size: 32px;
    float: left;
    text-align: left;
    line-height: 42px;
    position: absolute;
    top: 50%;
    left: 46px;
    transform: translate(0,-50%);
    width: 580px;
}
.home_box .home_content_div .content_top .title_div em{
    font-size: 58px;
    color: rgba(255,255,255,0.6);
    display: inline-block;
    height: 84px;
    line-height: 84px;
}
.home_box .home_content_div .content_top .title_div strong{
    font-size: 58px;
    display: inline-block;
    height: 84px;
    line-height: 84px;
}
.home_box .home_content_div .content_top .content_a{
    display: block;
    background: #fff;
    font-size: 16px;
    color: #666;
    padding: 30px 56px;
}
.home_box .home_content_div .content_top .content_a p{
    line-height: 30px;
}
.home_box .home_content_div .content_top .content_a span{
    display: block;
    text-align: right;
    color: #6da83e;
    font-size: 12px;
    text-decoration: underline;
    margin-top: 16px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 28px;
}
.home_box .home_content_div .content_middle{
    padding: 0 56px 28px;
}
.home_box .home_content_div .content_middle div{
    background: url(../img/banner_1.png);
    background-size: 100% 100%;
    height: 340px;
    position: relative;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.home_box .home_content_div .content_middle:hover div{
    background-size: 105% 105%;
}
.home_box .home_content_div .content_middle p{
    position: absolute;
    width: 100%;
    bottom: 0;
    color: #fff;
    padding: 20px 28px;
    box-sizing: border-box;
}
.home_box .home_content_div .content_middle p strong{
    font-size: 30px;
    font-weight: normal;
    display: block;
    margin-bottom: 20px;
}
.home_box .home_content_div .content_middle p span{
    font-size: 16px;
    line-height: 28px;
}
.home_box .home_content_div .content_bottom{
    padding: 0 56px 40px;
}
.home_box .home_content_div .content_bottom p{
    border-top: 1px solid #ccc;
    padding-top: 30px;
    color: #333;
    margin-bottom: 28px;
}
.home_box .home_content_div .content_bottom p strong{
    font-size: 30px;
    font-weight: normal;
    display: block;
    margin-bottom: 20px;
}
.home_box .home_content_div .content_bottom p span{
    font-size: 16px;
    line-height: 28px;
}
.home_box .home_content_div .content_bottom ul{
    font-size: 0;
    background: url(../img/banner_2.png) no-repeat;
    background-size: 100% 100%;
}
.home_box .home_content_div .content_bottom ul li{
    width: 30%;
    height: 190px;
    display: inline-block;
    box-sizing: border-box;
    padding: 28px 18px 0;
    vertical-align: top;
    border-bottom: 1px solid #cbd7cb;
    border-right: 1px solid #cbd7cb;
}
.home_box .home_content_div .content_bottom ul .bj_li{
    background: rgba(91, 141, 72, 0.8);
}
.home_box .home_content_div .content_bottom ul li:nth-child(1){
    width: 40%;
}
.home_box .home_content_div .content_bottom ul li:nth-child(4){
    width: 40%;
}
.home_box .home_content_div .content_bottom ul li:nth-child(7){
    width: 40%;
}
.home_box .home_content_div .content_bottom ul li:nth-child(8){
    width: 60%;
}
.home_box .home_content_div .content_bottom ul li a{
    display: block;
    color: #fff;
}
.home_box .home_content_div .content_bottom ul li a strong{
    font-size: 16px;
    display: block;
    line-height: 24px;
    margin-bottom: 10px;
}
.home_box .home_content_div .content_bottom ul li a span{
    font-size: 12px;
    line-height: 20px;
}
.road_king_p{
    font-size: 14px;
    color: #999;
    height: 96px;
    line-height: 80px;
}
.road_king_p a{
    color: #999;
}
.road_king_p i{
    font-size: 18px;
}
.road_king_p span{
    color: #edc861;
}



.about_box{
    width: 1200px;
    margin: 0 auto 60px;
}
.about_box .brand_dl{
    font-size: 0;
}
.about_box .brand_dl dt{
    width: calc(100% - 650px);
    display: inline-block;
    font-size: 16px;
    padding-right: 46px;
    box-sizing: border-box;
}
.about_box .brand_dl dt img{
    vertical-align: top;
    margin-bottom: 36px;
}
.about_box .brand_dl dt a{
    display: block;
}
.about_box .brand_dl dt p{
    color: #666;
    line-height: 28px;
    margin-bottom: 12px;
    text-indent: 32px;
}
.about_box .brand_dl dt p:nth-child(2){
    margin-bottom: 0;
}
.about_box .brand_dl dt span{
    display: block;
    text-align: right;
    color: #edc861;
    text-decoration: underline;
}
.about_box .brand_dl dd{
    width: 650px;
    height: 290px;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
}
.about_box .brand_dl dd img{
    vertical-align: top;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.about_box .brand_dl:hover dd img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.about_box .advantage_div{
    text-align: center;
    padding-top: 80px;
}
.about_box .advantage_div .title_img{
    
}
.about_box .advantage_div ul{
    font-size: 0;
    margin-top: 40px;
}
.about_box .advantage_div ul li{
    display: inline-block;
    width: 320px;
    text-align: center;
    vertical-align: top;
}
.about_box .advantage_div ul li:nth-child(2){
    margin: 0 120px;
}
.about_box .advantage_div ul li img{
    width: 280px;
    height: 280px;
}
.about_box .advantage_div ul li img:nth-child(2){
    display: none;
}
.about_box .advantage_div ul li p{
    font-size: 14px;
    color: #999;
    line-height: 18px;
    margin-top: 20px;
}
.about_box .advantage_div ul .hover_li p{
    color: #6da83e;
}
.about_box .advantage_div ul .hover_li img:nth-child(1){
    display: none;
}
.about_box .advantage_div ul .hover_li img:nth-child(2){
    display: inline;
}
.about_box .course_dl{
    font-size: 0;
    padding-top: 80px;
}
.about_box .course_dl dt{
    width: 50%;
    display: inline-block;
    vertical-align: top;
}
.about_box .course_dl dt img{
    width: 100%;
    height: auto;
}
.about_box .course_dl dd{
    width: 50%;
    display: inline-block;
}
.about_box .course_dl dd img{
    margin-left: 20px;
}
.about_box .course_dl dd .time_div{
    height: 500px;
    background: url(../img/aboutUs_111.png) no-repeat;
    background-size: cover;
    margin-top: 16px;
    padding-top: 20px;
}
.about_box .course_dl dd .time_div .year_div{
    height: 70px;
}
.about_box .course_dl dd .time_div .year_div::after{
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
}
.about_box .course_dl dd .time_div .year_div .left_span{
    float: left;
    width: 6%;
    height: 60px;
    background: url(../img/aboutUs_left.png) no-repeat center;
    cursor: pointer;
}
.about_box .course_dl dd .time_div .year_div .right_span{
    float: right;
    width: 6%;
    height: 60px;
    background: url(../img/aboutUs_right.png) no-repeat center;
    cursor: pointer;
}
.about_box .course_dl dd .time_div .year_div span:hover{
    box-shadow: 0 2px 8px rgba(0,0,0,0.3);
}
.about_box .course_dl dd .time_div .year_div .year_big_div{
    float: left;
    width: 88%;
    height: 100%;
    overflow: hidden;
    font-size: 0;
    position: relative;
}
.about_box .course_dl dd .time_div .year_div .year_ul{
    float: left;
    width: 200%;
    height: 60px;
    font-size: 0;
    position: absolute;
    top: 0;
    left: 0;
}
.about_box .course_dl dd .time_div .year_div .year_ul li{
    font-size: 15px;
    color: #fff;
    height: 100%;
    line-height: 60px;
    text-align: center;
    display: inline-block;
    width: 122px;
    margin: 0 5px;
    background: #ccc;
    cursor: pointer;
}
.about_box .course_dl dd .time_div .year_div .year_ul li:hover{
    background: #6da83e;
    box-shadow: 0 2px 8px rgba(0,0,0,0.3);
}
.about_box .course_dl dd .time_div .year_div .year_ul .active_li{
    background: #6da83e;
    box-shadow: 0 2px 8px rgba(0,0,0,0.3);
}
.about_box .course_dl dd .time_div .event_div{
    height: 360px;
    padding: 40px 6% 0;
}
.about_box .course_dl dd .time_div .event_div ul{
    display: none;
    height: 100%;
    overflow: hidden;
    position: relative;
    padding: 0 5px;
}
.about_box .course_dl dd .time_div .event_div .active_ul{
    display: block;
}
.about_box .course_dl dd .time_div .event_div ul li{
    font-size: 0;
    cursor: pointer;
    margin-bottom: 10px;
    height: 50px;
    position: relative;
    overflow: hidden;
}
.about_box .course_dl dd .time_div .event_div ul li:hover i{
    background: #6da83e;
}
.about_box .course_dl dd .time_div .event_div ul li:hover span{
    color: #6da83e;
}
.about_box .course_dl dd .time_div .event_div ul li i{
    display: inline-block;
    width: 56px;
    height: 50px;
    background: #ccc;
    vertical-align: top;
    font-size: 14px;
    color: #fff;
    line-height: 50px;
    text-align: center;
}
.about_box .course_dl dd .time_div .event_div ul li span{
    display: inline-block;
    width: calc(100% - 56px);
    padding-left: 10px;
    line-height: 18px;
    color: #999;
    font-size: 14px;
    position: absolute;
	top: 50%;
	left: 56px;
	transform: translate(0,-50%);
    box-sizing: border-box;
}
.about_box .certificate_div{
    text-align: center;
    padding: 60px 0 180px;
}
.about_box .certificate_div .title_img{
    
}
.about_box .map_div{
    
} 
.about_box .map_div i{
    display: block;
    text-align: center;
    margin-bottom: 30px;
}  
.about_box .map_div .map{
    width: 100%;
    height: 400px;
}
.about_box .map_div .content_div{
    width: 800px;
    margin: -50px auto 0;
    text-align: center;
    padding: 14px 0 20px;
    background: #f9f9f9;
    position: relative;
}
.about_box .map_div .content_div strong{
    font-size: 16px;
    color: #6da83e;
    line-height: 50px;
}
.about_box .map_div .content_div span{
    font-size: 14px;
    color: #666;
    line-height: 20px;
}
.about_box .map_div .content_div a{
    position: absolute;
    right: 80px;
    top: 50%;
    transform: translate(0,-50%);
    width: 120px;
    height: 40px;
    background: #6da83e;
    color: #fff;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    border-radius: 20px;
}



.about_brand_box{
    width: 1200px;
    margin: 0 auto;
}
.about_brand_box dl{
    font-size: 0;
}
.about_brand_box dl dt{
    width: 50%;
    display: inline-block;
    vertical-align: top;
}
.about_brand_box dl dt img{
    width: 100%;
    height: auto;
}
.about_brand_box dl dd{
    width: 50%;
    display: inline-block;
    box-sizing: border-box;
    padding: 30px 0 0 30px;
    vertical-align: top;
}
.about_brand_box dl dd img{
    margin-bottom: 80px;
}
.about_brand_box dl dd p{
    font-size: 14px;
    line-height: 20px;
    color: #666;
}
.about_brand_box div{
    font-size: 14px;
    line-height: 20px;
    color: #666;
    margin-top: 40px;
    margin-bottom: 50px;
}



.big_box{
    width: 100%;
    position: relative;
}
.expert_box{
    width: 1200px;
    margin: 0 auto;
}
.expert_box .top_dl:hover{
    background: #6da83e;
}
.expert_box .top_dl:hover dd{
    color: #fff;
}
.expert_box .top_dl:hover dd p{
    color: #fff;
}
.expert_box .top_dl:hover dd a{
    background: #edc861;
}
.expert_box .top_dl{
    height: 280px;
    width: 100%;
    background: #f9f9f9;
    font-size: 0;
    margin-top: 80px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.expert_box .top_dl dt{
    display: inline-block;
    vertical-align: top;
    padding: 0 80px;
    width: 380px;
    box-sizing: border-box;
}
.expert_box .top_dl dt img{
    height: 280px;
    width: auto;
}
.expert_box .top_dl dd{
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 380px);
    box-sizing: border-box;
    padding: 40px 20px 0;
    position: relative;
    color: #333;
    height: 100%;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.expert_box .top_dl dd h4{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
}
.expert_box .top_dl dd strong{
    font-size: 20px;
    margin-right: 40px;
}
.expert_box .top_dl dd span{
    font-size: 16px;
    font-weight: bold;
}
.expert_box .top_dl dd p{
    font-size: 14px;
    color: #666;
    line-height: 20px;
    margin-top: 20px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.expert_box .top_dl dd a{
    position: absolute;
    width: 150px;
    height: 50px;
    line-height: 50px;
    background: #6da83e;
    font-size: 16px;
    color: #fff;
    text-align: center;
    bottom: 0;
    right: 0;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.expert_box .dl_div{
    font-size: 0;
    padding-top: 30px;
    width: 100%;
    overflow: hidden;
}
.expert_box .dl_div div{
    display: block;
    width: 1260px;
    font-size: 0;
}
.expert_box .dl_div div dl{
    display: inline-block;
    width: 580px;
    background: #f9f9f9;
    margin-bottom: 50px;
    margin-right: 40px;
    height: 220px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.expert_box .dl_div div dl dt{
    position: relative;
    width: 170px;
    display: inline-block;
    vertical-align: top;
}
.expert_box .dl_div div dl dd{
    display: inline-block;
    width: calc(100% - 170px);
    height: 100%;
    padding: 30px 30px 0;
    position: relative;
    box-sizing: border-box;
    vertical-align: top;
}
.expert_box .dl_div div dl dt img{
    width: 170px;
    height: 220px;
    width: auto;
}
.expert_box .dl_div div dl dt span{
    box-sizing: border-box;
    padding-top: 6px;
    position: absolute;
    width: 100%;
    height: 52px;
    line-height: 20px;
    text-align: center;
    background: rgba(109,168,62,0.8);
    color: #fff;
    font-size: 14px;
    left: 0;
    bottom: 0;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.expert_box .dl_div div dl dd strong{
    font-size: 16px;
    color: #333;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.expert_box .dl_div div dl dd p{
    font-size: 14px;
    line-height: 24px;
    margin-top: 20px;
    color: #666;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.expert_box .dl_div div dl dd a{
    font-size: 16px;
    position: absolute;
    width: 150px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    right: 0;
    bottom: -25px;
    background: #6da83e;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.expert_box .dl_div div dl:hover{
    background: #6da83e;
}
.expert_box .dl_div div dl:hover dt span{
    background: rgba(237,200,97,0.8);

}
.expert_box .dl_div div dl:hover dd strong{
    color: #fff;
}
.expert_box .dl_div div dl:hover dd p{
    color: #fff;
}
.expert_box .dl_div div dl:hover dd a{
    background: #edc861;
}



.expert_detail_box{
    width: 1200px;
    margin: 80px auto;
    font-size: 0;
}
.expert_detail_box .left_div{
    display: inline-block;
    width: 350px;
    text-align: center;
    color: #333;
    background: #f9f9f9;
    padding: 40px 30px;
    box-sizing: border-box;
    vertical-align: top;
}
.expert_detail_box .right_div{
    display: inline-block;
    width: calc(100% - 350px);
    box-sizing: border-box;
    vertical-align: top;
    padding-left: 30px;
}
.expert_detail_box .left_div img{
    height: 280px;
    width: auto;
}
.expert_detail_box .left_div h4{
    font-size: 16px;
    font-weight: bold;
    margin: 20px 0;
}
.expert_detail_box .left_div strong{
    font-size: 20px;
    margin-right: 20px;
}
.expert_detail_box .left_div span{
    font-size: 16px;
    font-weight: bold;
}
.expert_detail_box .left_div p{
    font-size: 14px;
    text-align: left;
    color: #666;
    line-height: 20px;
    margin: 40px 0;
}
.expert_detail_box .left_div .share_div{
    background: #6da83e;
    height: 36px;
}
.expert_detail_box .left_div .share_div em{
    color: #fff;
    font-size: 14px;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    vertical-align: top;
}
.expert_detail_box .left_div .share_div .bdsharebuttonbox{
    display: inline-block;
}
.expert_detail_box .left_div .share_div .bdsharebuttonbox a{
    margin: 6px 0 6px 10px;
}
.expert_detail_box .right_div .content_div{
    background: #f9f9f9;
    padding: 40px 60px;
}
.expert_detail_box .right_div .content_div h4{
    font-size: 18px;
    font-weight: bold;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #ccc;
}
.expert_detail_box .right_div .content_div p{
    font-size: 14px;
    line-height: 24px;
    color: #666;
    margin: 20px 0;
}
.expert_detail_box .img_big_div{
    position: relative;
    width: 100%;
    height: 120px;
    margin-top: 20px;
}
.expert_detail_box .img_big_div>span{
    font-size: 40px;
    color: #ccc;
    position: absolute;
    top: 0;
    height: 120px;
    width: 40px;
    text-align: center;
    line-height: 114px;
    cursor: pointer;
}
.expert_detail_box .img_big_div .left_span{
    left: -40px;
}
.expert_detail_box .img_big_div .right_span{
    right: -40px;
}
.expert_detail_box .img_big_div .img_div{
    width: 100%;
    overflow: hidden;
    height: 120px;
    position: relative;
}
.expert_detail_box .img_big_div .img_div .img_ul{
    font-size: 0;
    width: 200%;
    position: absolute;
    top: 0;
    left: 0;
}
.expert_detail_box .img_big_div .img_div .img_ul li{
    display: inline-block;
    width: 220px;
    height: 120px;
    margin-right: 20px;
}
.expert_detail_box .img_big_div .img_div .img_ul li a{
    display: block;
    position: relative;
}
.expert_detail_box .img_big_div .img_div .img_ul li a img{
    width: 220px;
    height: 120px;
}
.expert_detail_box .img_big_div .img_div .img_ul li a span{
    position: absolute;
    width: 100%;
    height: 30px;
    line-height: 30px;
    background: rgba(109,168,62,0.8);
    color: #fff;
    text-align: center;
    font-size: 14px;
    bottom: 0;
    left: 0;
}


.expert_academic_box{
    width: 1200px;
    margin: 80px auto;
}
.expert_academic_box .dl_div{

}
.expert_academic_box .dl_div dl{
    font-size: 0;
    height: 280px;
    margin-bottom: 40px;
}
.expert_academic_box .dl_div dl dt{
    width: 280px;
    height: 280px;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
}
.expert_academic_box .dl_div dl dd{
    display: inline-block;
    height: 280px;
    width: calc(100% - 280px);
    box-sizing: border-box;
    padding: 50px;
    background: #f9f9f9;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.expert_academic_box .dl_div dl dt img{
    width: 100%;
    height: 100%;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.expert_academic_box .dl_div dl dd h4{
    font-size: 16px;
    font-weight: bold;
    color: #333;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.expert_academic_box .dl_div dl dd p{
    font-size: 14px;
    color: #666;
    line-height: 20px;
    margin: 30px 0 16px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.expert_academic_box .dl_div dl dd a{
    display: block;
    width: 120px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: #6da83e;
    text-align: center;
    font-size: 14px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.expert_academic_box .dl_div dl:hover dd{
    background: #6da83e;
}
.expert_academic_box .dl_div dl:hover dt img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.expert_academic_box .dl_div dl:hover dd h4{
    color: #fff;
}
.expert_academic_box .dl_div dl:hover dd p{
    color: #fff;
}
.expert_academic_box .dl_div dl:hover dd a{
    background: #edc861;
}



.contact_box{
    width: 1200px;
    margin: 60px auto 80px;
}
.contact_box .title_p{
    height: 34px;
    line-height: 34px;
    position: relative;
    text-align: center;
}
.contact_box .title_p strong{
    font-size: 20px;
    color: #333;
}
.contact_box .title_p a{
    position: absolute;
    top: 0;
    right: 0;
    width: 130px;
    height: 34px;
    background: #6da83e;
    border-radius: 17px;
    color: #fff;
    font-size: 14px;
    text-align: center;
}
.contact_box ul{
    font-size: 0;
    margin: 60px 0;
}
.contact_box ul li:nth-child(2){
    margin: 0 75px;
}
.contact_box ul li{
    display: inline-block;
    width: 350px;
    height: 280px;
    text-align: center;
    color: #666;
    background: #f9f9f9;
    box-sizing: border-box;
    padding-top: 50px;
}
.contact_box ul li:hover{
    box-shadow: 0 2px 8px rgba(0,0,0,0.3);
}
.contact_box ul li img{
    width: 60px;
    height: 60px;;
}
.contact_box ul li span{
    font-size: 16px;
    display: block;
    margin: 40px 0 20px;
}
.contact_box ul li i{
    display: inline-block;
    width: 30px;
    height: 4px;
    background: #edc861;
}
.contact_box ul li p{
    font-size: 16px;
    margin-top: 20px;
}
.contact_box .map{
    width: 100%;
    height: 400px;
}



.contact_join_box{
    width: 1200px;
    margin: 80px auto;
}
.contact_join_box .content_p{
    font-size: 14px;
    color: #666;
    line-height: 24px;
    text-align: center;
    margin-bottom: 30px;
}
.contact_join_box .content_ul{
    font-size: 0;
}
.contact_join_box .content_ul li{
    display: inline-block;
    width: 380px;
    height: 150px;
    background: #f9f9f9;
    box-sizing: border-box;
    padding-top: 36px;
    padding-left: 70px;
}
.contact_join_box .content_ul li:nth-child(2){
    margin: 0 30px;
}
.contact_join_box .content_ul li img{
    width: 50px;
    height: 50px;
    vertical-align: middle;
}
.contact_join_box .content_ul li div{
    display: inline-block;
    vertical-align: middle;
    margin-left: 30px;
}
.contact_join_box .content_ul li div span{
    font-size: 14px;
    color: #999;
}
.contact_join_box .content_ul li div strong{
    font-size: 30px;
    color: #6da83e;
    line-height: 50px;
}
.contact_join_box .content_ul li div em{
    font-size: 14px;
    color: #999;
}
.contact_join_box h5{
    height: 100px;
    line-height: 100px;
    border-bottom: 1px solid #edc861;
    font-size: 16px;
    color: #333;
}
.contact_join_box .recruitment_ol{
    font-size: 0;
    margin-top: 60px;
}
.contact_join_box .recruitment_ol li{
    display: inline-block;
    width: 285px;
    height: 300px;
    margin-right: 20px;
    background: #f9f9f9;
    box-sizing: border-box;
    position: relative;
    padding-left: 40px;
    margin-bottom: 20px;
}
.contact_join_box .recruitment_ol li:nth-child(4),
.contact_join_box .recruitment_ol li:nth-child(8),
.contact_join_box .recruitment_ol li:nth-child(12),
.contact_join_box .recruitment_ol li:nth-child(16){
    margin-right: 0;
}
.contact_join_box .recruitment_ol li strong{
    font-size: 18px;
    color: #333;
    line-height: 100px;
}
.contact_join_box .recruitment_ol li span{
    font-size: 16px;
    color: #666;
    margin-bottom: 10px;
    display: block;
}
.contact_join_box .recruitment_ol li a{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #666;
    font-size: 14px;
    border-top: 1px solid #ccc;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.contact_join_box .recruitment_ol li a:hover{
    background: #6da83e;
    color: #fff;
}



.contact_detail_box{
    width: 1200px;
    margin: 80px auto;
    background: #f9f9f9;
    box-sizing: border-box;
    padding: 20px 40px 40px;
}
.contact_detail_box .title_p{
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #ccc;
}
.contact_detail_box .title_p strong{
    font-size: 20px;
    color: #6da83e;
}
.contact_detail_box .title_p a{
    font-size: 14px;
    color: #666;
    float: right;
}
.contact_detail_box .jobs_dl{
    margin-top: 40px;
}
.contact_detail_box .jobs_dl dt{
    font-size: 16px;
    color: #333;
    font-weight: bold;
    margin-bottom: 10px;
}
.contact_detail_box .jobs_dl dd{
    font-size: 14px;
    color: #666;
    line-height: 24px;
}
.contact_detail_box .bottom_dl{
    font-size: 0;
    margin-top: 60px;
}
.contact_detail_box .bottom_dl dt{
    display: inline-block;
    width: 94px;
    height: 125px;
    vertical-align: top;
}
.contact_detail_box .bottom_dl dd{
    display: inline-block;
    width: calc(100% - 94px);
    box-sizing: border-box;
    height: 125px;
    vertical-align: top;
    padding-left: 40px;
}
.contact_detail_box .bottom_dl dt img{
    
}
.contact_detail_box .bottom_dl dd strong{
    display: block;
    font-size: 20px;
    color: #6da83e;
    margin-bottom: 48px;
}
.contact_detail_box .bottom_dl dd span{
    display: block;
    font-size: 16px;
    color: #333;
    line-height: 24px;
}



.contact_feedback_box{
    width: 1200px;
    margin: 80px auto;
    box-sizing: border-box;
    padding: 40px;
    background: #f9f9f9;
}
.contact_feedback_box form{
    font-size: 0;
    position: relative;
}
.contact_feedback_box form input[type="text"]{
    height: 50px;
    border-radius: 4px;
    color: #333;
    font-size: 16px;
    vertical-align: top;
    width: 46%;
    margin-bottom: 20px;
    box-sizing: border-box;
    padding-left: 20px;
}
.contact_feedback_box form .right_input{
    margin-left: 8%;
}
.contact_feedback_box form select{
    height: 50px;
    border-radius: 4px;
    color: #333;
    font-size: 16px;
    border: none;
    vertical-align: top;
    width: 46%;
    margin-bottom: 20px;
    box-sizing: border-box;
    padding-left: 20px;
}
.contact_feedback_box form p{
    height: 200px;
    position: relative;
}
.contact_feedback_box form p textarea{
    width: 100%;
    height: 100%;
    resize: none;
    box-sizing: border-box;
    padding: 10px 10px 50px 100px;
    font-size: 16px;
    line-height: 24px;
}
.contact_feedback_box form p span{
    position: absolute;
    top: 10px;
    left: 20px;
    color: #999;
    font-size: 16px;
    text-align: center;
    line-height: 24px;
}
.contact_feedback_box form button{
    position: absolute;
    width: 130px;
    height: 50px;
    background: #6da83e;
    font-size: 14px;
    color: #fff;
    line-height: 50px;
    text-align: center;
    right: 0;
    bottom: 0;
    border: none;
    cursor: pointer;
}
.contact_feedback_box form .special_input{
    width: 25% !important;
}
.contact_feedback_box form .input_p{
    display: inline-block;
    width: 21%;
    height: 50px;
    line-height: 50px;
}
.contact_feedback_box form .input_p label{
    font-size: 16px;
    color: #666;
    cursor: pointer;
    margin-left: 40px;
}
.contact_feedback_box form .input_p input[type="radio"]{
    width: 16px;
    height: 16px;
    padding: 0;
    margin-top: -4px;
    vertical-align: middle;
}
.contact_feedback_box .title_i{
    display: block;
    text-align: center;
    margin-bottom: 50px;
}



.cooperation_box{
    width: 1200px;
    margin: 0 auto;
}
.cooperation_box .content_p{
    font-size: 16px;
    color: #666;
    text-align: center;
    line-height: 28px;
    background: #f9f9f9;
    padding: 40px 160px;
    margin: 60px 0 40px;
}
.cooperation_box div{
    width: 100%;
    overflow: hidden;
}
.cooperation_box div ol{
    font-size: 0;
    width: 1220px;
}
.cooperation_box div ol li{
    display: inline-block;
    background: #f9f9f9;
    width: 224px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    margin-right: 20px;
    margin-bottom: 20px;
}
.cooperation_box div ol li img{
    height: 50px;
    width: auto;
    vertical-align: middle;
}



.cooperation_unit_box{
    width: 1200px;
    margin: 60px auto;
}
.cooperation_unit_box dl{
    font-size: 0;
    padding: 40px;
    background: #f9f9f9;
    position: relative;
    cursor: pointer;
    margin-bottom: 20px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.cooperation_unit_box dl dt{
    display: inline-block;
    vertical-align: top;
    width: 200px;
    height: 120px;
    line-height: 120px;
    text-align: center;
    background: #fff;
    border: 1px solid #ccc;
    box-sizing: border-box;
    overflow: hidden;
}
.cooperation_unit_box dl dd{
    display: inline-block;
    height: 120px;
    overflow: hidden;
    width: calc(100% - 200px);
    vertical-align: top;
    padding-left: 40px;
    box-sizing: border-box;
}
.cooperation_unit_box dl dt img{
    height: 62px;
    width: auto;
    vertical-align: middle;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.cooperation_unit_box dl dd strong{
    font-size: 18px;
    color: #333;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.cooperation_unit_box dl dd p{
    font-size: 14px;
    color: #666;
    line-height: 24px;
    margin-top: 30px;
    text-align: justify;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.cooperation_unit_box dl dd a{
    position: absolute;
    height: 45px;
    width: 130px;
    background: #6da83e;
    color: #fff;
    font-size: 16px;
    line-height: 45px;
    text-align: center;
    right: 0;
    bottom: 0;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.cooperation_unit_box dl:hover{
    background: #6da83e;
}
.cooperation_unit_box dl:hover dt img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.cooperation_unit_box dl:hover dd strong{
    color: #fff;
}
.cooperation_unit_box dl:hover dd p{
    color: #fff;
}
.cooperation_unit_box dl:hover dd a{
    background: #edc861;
}



.subscribe_box{
    width: 1200px;
    margin: 0 auto 80px;
}
.subscribe_box .title_i{
    display: block;
    text-align: center;
    margin-bottom: 60px;
}
.subscribe_box .title_i img{
    
}
.subscribe_box .img_div{
    width: 100%;
    overflow: hidden;
}
.subscribe_box .img_div ul{
    font-size: 0;
    width: 1224px;
}
.subscribe_box .img_div ul li{
    display: inline-block;
    width: 282px;
    height: 282px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 50%;
    text-align: center;
    margin-right: 24px;
    vertical-align: top;
}
.subscribe_box .img_div ul li i{
    display: inline-block;
    width: 178px;
    height: 178px;
    line-height: 178px;
    margin-top: 30px;
}
.subscribe_box .img_div ul li i img{
    vertical-align: middle;
}
.subscribe_box .img_div ul li span{
    font-size: 14px;
    color: #333;
    display: block;
    margin-top: 10px;
}



.cooperation_detail_box{
    width: 1200px;
    margin: 60px auto;
}
.cooperation_detail_box dl{
    font-size: 0;
    height: 290px;
}
.cooperation_detail_box dl dt{
    display: inline-block;
    vertical-align: top;
    width: 490px;
    height: 290px;
    position: relative;
}
.cooperation_detail_box dl dd{
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 490px);
    box-sizing: border-box;
    padding: 40px 0 0 40px;
}
.cooperation_detail_box dl dt span{
    display: block;
    width: 450px;
    height: 250px;
    background: #6da83e;
}
.cooperation_detail_box dl dt img{
    width: 450px;
    height: 250px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.cooperation_detail_box dl dd strong{
    font-size: 18px;
    color: #333;
}
.cooperation_detail_box dl dd p{
    font-size: 14px;
    color: #666;
    line-height: 20px;
    margin-top: 40px;
}
.cooperation_detail_box .content_p{
    font-size: 14px;
    color: #666;
    line-height: 20px;
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px dashed #ccc;
}



.news_box{
    width: 1200px;
    margin: 60px auto;
}
.news_box .top_dl{
    font-size: 0;
    height: 450px;
}
.news_box .top_dl dt{
    display: inline-block;
    vertical-align: top;
    width: 618px;
    background: #f9f9f9;
    padding-left: 20px;
    box-sizing: border-box;
}
.news_box .top_dl dt .img_1{
    vertical-align: top;
    margin-right: 20px;
    margin-top: 40px;
}
.news_box .top_dl dt .img_2{
    width: 450px;
    height: 450px;
}
.news_box .top_dl dd{
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 618px);
}
.news_box .top_dl dd a{
    cursor: pointer;
    display: block;
    width: 100%;
    background: #f9f9f9;
    padding: 0 20px 0 120px;
    height: 150px;
    position: relative;
    box-sizing: border-box;
    border-bottom: 1px solid #ccc;
    color: #333;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.news_box .top_dl dd a i{
    font-size: 40px;
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 0;
    height: 150px;
    width: 120px;
    text-align: center;
    line-height: 150px;
}
.news_box .top_dl dd a strong{
    font-size: 18px;
    display: block;
    line-height: 64px;
}
.news_box .top_dl dd a span{
    font-size: 14px;
    color: #666;
    display: block;
    line-height: 20px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.news_box .top_dl dd a em{
    font-size: 12px;
    color: #999;
    display: block;
    text-align: right;
    line-height: 20px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.news_box .top_dl dd a:hover{
    color: #fff;
    background: #6da83e;
}
.news_box .top_dl dd a:hover span{
    color: #fff;
}
.news_box .top_dl dd a:hover em{
    color: #fff;
}
.news_box .dl_div{
    padding-top: 40px;
}
.news_box .dl_div .no_img_dl{

}
.news_box .dl_div .no_img_dl dt{
    display: none !important;
}
.news_box .dl_div .no_img_dl dd{
    width: 100% !important;
}
.news_box .dl_div dl{
    margin-bottom: 20px;
    height: 300px;;
    font-size: 0;
    background: #f9f9f9;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.news_box .dl_div dl dt{
    width: 500px;
    height: 300px;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
}
.news_box .dl_div dl dd{
    width: 700px;
    height: 300px;
    display: inline-block;
    vertical-align: top;
    padding: 60px 40px 0;
    position: relative;
    box-sizing: border-box;
}
.news_box .dl_div dl dt img{
    width: 500px;
    height: 300px;
    vertical-align: top;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.news_box .dl_div dl dd strong{
    font-size: 18px;
    color: #333;
    font-weight: normal;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.news_box .dl_div dl dd p{
    font-size: 14px;
    color: #666;
    line-height: 20px;
    text-align: justify;
    margin-top: 30px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.news_box .dl_div dl dd span{
    font-size: 12px;
    color: #999;
    position: absolute;
    left: 40px;
    bottom: 32px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.news_box .dl_div dl dd a{
    position: absolute;
    width: 130px;
    height: 45px;
    background: #6da83e;
    color: #fff;
    font-size: 14px;
    line-height: 45px;
    text-align: center;
    right: 0;
    bottom: 0;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.news_box .dl_div dl:hover{
    background: #6da83e;
}
.news_box .dl_div dl:hover dt img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.news_box .dl_div dl:hover dd strong{
    color: #fff;
}
.news_box .dl_div dl:hover dd p{
    color: #fff;
}
.news_box .dl_div dl:hover dd span{
    color: #fff;
}
.news_box .dl_div dl:hover dd a{
    background: #edc860;
}



.news_detail_box{
    width: 1200px;
    margin: 60px auto;
}
.news_detail_box .new_div{
    background: #f9f9f9;
    text-align: center;
    padding: 40px 80px;
}
.news_detail_box .new_div strong{
    font-size: 20px;
    color: #333;
    display: block;
    font-weight: normal;
    margin-bottom: 20px;
}
.news_detail_box .new_div span{
    font-size: 14px;
    color: #999;
    margin-right: 40px;
}
.news_detail_box .new_div em{
    font-size: 14px;
    color: #999;
}
.news_detail_box .new_div p{
    font-size: 16px;
    color: #666;
    line-height: 24px;
    text-align: justify;
    margin: 40px 0;
}
.news_detail_box .new_div img{
   
}
.news_detail_box .new_div a{
    color: #333;
    font-size: 16px;
    display: block;
    text-align: left;
}
.news_detail_box .new_div a:hover{
    color: #6da83e;
}
.news_detail_box .new_div .bdsharebuttonbox{
    background: #6da83e;
    width: 206px;
    padding: 0 20px;
    margin-top: 40px;
}
.news_detail_box .new_div .bdsharebuttonbox span{
    font-size: 14px;
    color: #fff;
    line-height: 36px;
    float: left;
    margin-right: 20px;
}
.news_detail_box .bottom_div{
    text-align: center;
    margin-top: 40px;
}
.news_detail_box .bottom_div span{
    font-size: 16px;
    color: #666;
    cursor: pointer;
    margin-top: -52px;
}
.news_detail_box .bottom_div span:hover{
    color: #6da83e;
}
.news_detail_box .bottom_div .rigth_span{
    float: right;
    width: 300px;
    text-align: right;
}
.news_detail_box .bottom_div .left_span{
    float: left;
    width: 300px;
}
.news_detail_box .bottom_div span a{
    width: auto;
    background: #fff;
    color: #666;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news_detail_box .bottom_div a{
    display: block;
    margin: 0 auto;
    width: 200px;
    height: 52px;
    line-height: 50px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    background: #6da83e;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.news_detail_box .bottom_div a:hover{
    background: #edc861;
}
.news_detail_box .bottom_div span a:hover{
    background: #fff;
}



.news_stem_box{
    width: 1200px;
    margin: 0 auto;
}
.news_stem_box .nav_div{
    height: 50px;
    line-height: 50px;
    background: #f9f9f9;
    border-top: 1px solid #ccc;
}
.news_stem_box .nav_div a{
    font-size: 18px;
    color: #ccc;
    margin-left: 30px;
}
.news_stem_box .nav_div a i{
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 1px solid #ccc;
    border-radius: 50%;
    margin-right: 10px;
}
.news_stem_box .nav_div a span{
    position: relative;
}
.news_stem_box .nav_div a span em{
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: -5px;
}
.news_stem_box .nav_div a:hover{
    color: #6da83e;
}
.news_stem_box .nav_div a:hover i{
    border: 1px solid #6da83e;
}
.news_stem_box .nav_div a:hover span em{
    background: #6da83e;
}
.news_stem_box .nav_div .active_a{
    color: #6da83e;
}
.news_stem_box .nav_div .active_a i{
    border: 1px solid #6da83e;
}
.news_stem_box .nav_div .active_a span em{
    background: #6da83e;
}
.news_stem_box .content_ul{
    margin-top: 60px;
}
.news_stem_box .content_ul li{
    width: 100%;
    height: 240px;
    background: #f9f9f9;
    margin-bottom: 20px;
    box-sizing: border-box;
    padding: 40px;
    position: relative;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.news_stem_box .content_ul li strong{
    font-size: 18px;
    color: #333;
    font-weight: normal;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.news_stem_box .content_ul li p{
    font-size: 14px;
    color: #666;
    line-height: 20px;
    text-align: justify;
    margin-top: 30px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.news_stem_box .content_ul li span{
    font-size: 14px;
    color: #999;
    position: absolute;
    left: 40px;
    bottom: 30px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.news_stem_box .content_ul li a{
    position: absolute;
    width: 130px;
    height: 45px;
    background: #6da83e;
    color: #fff;
    line-height: 45px;
    text-align: center;
    right: 0;
    bottom: 0;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.news_stem_box .content_ul li:hover{
    background: #6da83e;
}
.news_stem_box .content_ul li:hover strong{
    color: #fff;
}
.news_stem_box .content_ul li:hover p{
    color: #fff;
}
.news_stem_box .content_ul li:hover span{
    color: #fff;
}
.news_stem_box .content_ul li:hover a{
    background: #edc861;
}
.news_stem_box .dl_div{
    margin-top: 60px;
}
.news_stem_box .dl_div dl{
    font-size: 0;
    background: #f9f9f9;
    margin-bottom: 20px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.news_stem_box .dl_div dl dt{
    width: 400px;
    height: 240px;
    display: inline-block;
    vertical-align: top;
}
.news_stem_box .dl_div dl dt video{
    width: 400px;
    height: 240px;
    background: #ccc;
}
.news_stem_box .dl_div dl dd{
    width: calc(100% - 400px);
    height: 240px;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
    padding: 40px 0 0 40px;
    position: relative;
}
.news_stem_box .dl_div dl dd strong{
    font-size: 18px;
    color: #333;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.news_stem_box .dl_div dl dd p{
    font-size: 14px;
    color: #666;
    line-height: 20px;
    margin-top: 30px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.news_stem_box .dl_div dl dd span{
    font-size: 14px;
    color: #999;
    position: absolute;
    left: 40px;
    bottom: 30px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.news_stem_box .dl_div dl dd a{
    position: absolute;
    width: 130px;
    height: 45px;
    background: #6da83e;
    color: #fff;
    font-size: 14px;
    line-height: 45px;
    text-align: center;
    right: 0;
    bottom: 0;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.news_stem_box .dl_div dl:hover{
    background: #6da83e;
}
.news_stem_box .dl_div dl:hover dd strong{
    color: #fff;
}
.news_stem_box .dl_div dl:hover dd p{
    color: #fff;
}
.news_stem_box .dl_div dl:hover dd span{
    color: #fff;
}
.news_stem_box .dl_div dl:hover dd a{
    background: #edc861;
}



.activity_box{
    width: 1200px;
    margin: 60px auto;
}
.activity_box .dl_div{
    width: 100%;
    overflow: hidden;
    margin-top: 40px;
}
.activity_box .dl_div .dl_big_div{
    width: 1220px;
    font-size: 0;
}
.activity_box .dl_div dl{
    width: 590px;
    padding: 20px;
    background: #f9f9f9;
    margin-bottom: 20px;
    margin-right: 20px;
    display: inline-block;
    box-sizing: border-box;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.activity_box .dl_div dl dt{
    width: 550px;
    height: 260px;
    overflow: hidden;
}
.activity_box .dl_div dl dd{

}
.activity_box .dl_div dl dt img{
    width: 100%;
    height: 260px;
    vertical-align: top;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.activity_box .dl_div dl dd strong{
    font-size: 18px;
    color: #333;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 40px 0 20px 0;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.activity_box .dl_div dl dd p{
    font-size: 14px;
    color: #666;
    line-height: 20px;
    height: 60px;
    overflow: hidden;
    margin-bottom: 30px;
    text-align: justify;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.activity_box .dl_div dl dd span{
    font-size: 14px;
    color: #999;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.activity_box .dl_div dl dd a{
    float: right;
    width: 130px;
    height: 45px;
    background: #6da83e;
    line-height: 45px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.activity_box .dl_div dl dd::after{
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}
.activity_box .dl_div dl:hover{
    background: #6da83e;
}
.activity_box .dl_div dl:hover dt img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.activity_box .dl_div dl:hover dd strong{
    color: #fff;
}
.activity_box .dl_div dl:hover dd p{
    color: #fff;
}
.activity_box .dl_div dl:hover dd span{
    color: #fff;
}
.activity_box .dl_div dl:hover dd a{
    background: #edc861;
}



.oral_box{
    width: 1200px;
    margin: 60px auto;
}
.oral_box .top_div{
    
}
.oral_box .top_div .img_span{
    position: relative;
    width: 270px;
    margin-top: 70px;
    float: left;
}
.oral_box .top_div .img_span i{
    display: inline-block;
    height: 1px;
    width: 200px;
    background: #edc861;
}
.oral_box .top_div .img_span em{
    display: inline-block;
    width: 270px;
    height: 180px;
    background: #f9f9f9;
    box-sizing: border-box;
    border: 1px solid #ccc;
    margin-top: 18px;
}
.oral_box .top_div .img_span img{
    width: 270px;
    height: 180px;
    position: absolute;
    right: -20px;
    bottom: -20px;
}
.oral_box .top_div div{
    display: block;
    width: 1050px;
    box-sizing: border-box;
    background: #f9f9f9;
    margin-left: 150px;
    padding: 70px 40px 70px 200px;
}
.oral_box .top_div div strong{
    font-size: 18px;
    color: #333;
    display: inline-block;
    padding-bottom: 10px;
}
.oral_box .top_div div button{
    width: 180px;
    height: 50px;
    background: #6da83e;
    border-radius: 25px;
    border: 2px dashed #edc861;
    font-size: 18px;
    color: #fff;
    float: right;
    margin-top: -16px;
    outline: none;
    cursor: pointer;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.oral_box .top_div div button:hover{
    background: #edc861;
}
.oral_box .top_div div p{
    font-size: 14px;
    color: #666;
    line-height: 24px;
    text-indent: 28px;
    margin-top: 30px;
    text-align: justify;
}
.oral_box .middle_div{

}
.oral_box .middle_div img{
    float: right;
    width: 270px;
    height: 350px;
    margin-top: -60px;
}
.oral_box .middle_div div{
    width: 1050px;
    background: #6da83e;
    padding: 50px 200px 60px 40px;
    box-sizing: border-box;
}
.oral_box .middle_div div strong{
    font-size: 18px;
    color: #fff;
    display: inline-block;
    padding-bottom: 10px;
}
.oral_box .middle_div div p{
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    text-indent: 28px;
    margin-top: 30px;
    text-align: justify;
}
.oral_box .bottom_div{
    font-size: 0;
    height: 500px;
    background: #f9f9f9;
    margin-top: 60px;
}
.oral_box .bottom_div img{
    width: 600px;
    height: 500px;
    vertical-align: top;
}
.oral_box .bottom_div div{
    display: inline-block;
    width: 600px;
    height: 500px;
    box-sizing: border-box;
    padding: 90px 60px 0;
}
.oral_box .bottom_div div strong{
    font-size: 18px;
    color: #333;
    display: inline-block;
    padding-bottom: 10px;
}
.oral_box .bottom_div div p{
    font-size: 14px;
    color: #666;
    line-height: 24px;
    text-indent: 28px;
    margin-top: 30px;
    text-align: justify;
}
#modal_box{
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    top: 0;
    left: 0;
    z-index: 9;
    display: none;
}
#modal_box div{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: none;
}
#modal_box .show_div{
    display: block;
}
#modal_box .form_div{
    width: 600px;
    background: #fff;
}
#modal_box .form_div p{
    position: relative;
    font-size: 20px;
    font-weight: bold;
    height: 90px;
    line-height: 90px;
    text-align: center;
    color: #fff;
    background: #6da83e;
}
#modal_box .form_div p img{
    position: absolute;
    width: 30px;
    height: 30px;
    right: 20px;
    top: 20px;
    cursor: pointer;
}
#modal_box .form_div form{
    padding: 20px 0 40px 20px;
    font-size: 0;
}
#modal_box .form_div form strong{
    display: block;
    font-size: 16px;
    color: #333;
}
#modal_box .form_div form input{
    font-size: 14px;
    color: #333;
    margin-right: 20px;
    width: 270px;
    height: 32px;
    border-bottom: 1px solid #ccc;
    margin-top: 30px;
}
#modal_box .form_div form p{
    text-align: center;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: none;
    margin-top: 60px;
}
#modal_box .form_div form p button{
    width: 140px;
    height: 40px;
    color: #fff;
    font-size: 14px;
    background: #6da83e;
    border: none;
    border-radius: 20px;
    vertical-align: top;
    outline: none;
    cursor: pointer;
}
#modal_box .form_div form p button:hover{
    background: #edc861;
}
#modal_box .verification_div{
    background: #fff;
}
#modal_box .verification_div .title_p{
    height: 50px;
    line-height: 50px;
    color: #333;
    font-size: 16px;
    padding-left: 20px;
    background: #f9f9f9;
    font-weight: bold;
}
#modal_box .verification_div form{
    padding: 30px 20px 0 20px;
}
#modal_box .verification_div form span{
    font-size: 14px;
    color: #666;
    margin-right: 20px;
}
#modal_box .verification_div form input{
    width: 300px;
    height: 42px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    padding-left: 10px;
    font-size: 16px;
    color: #333;
}
#modal_box .verification_div form canvas{
    height: 42px;
    vertical-align: top;
    background: #f9f9f9;
}
#modal_box .verification_div form p{
    text-align: center;
    border-top: 1px solid #ccc;
    padding: 15px 0;
    margin-top: 30px;
}
#modal_box .verification_div form p button{
    height: 30px;
    width: 80px;
    color: #fff;
    font-size: 14px;
    background: #6da83e;
    border: none;
    outline: none;
    cursor: pointer;
    display: inline-block;
}
#modal_box .prompt_div{
    width: 460px;
    padding: 60px 0;
    background: #f9f9f9;
    text-align: center;
}
#modal_box .prompt_div img{
    width: auto;
    height: 44px;
}
#modal_box .prompt_div span{
    font-size: 16px;
    color: #6da83e;
    font-weight: bold;
    display: block;
    margin-top: 40px;
}



.oral_process_box{
    width: 1200px;
    margin: 60px auto 140px;
    text-align: center;
    position: relative;
}
.oral_process_box strong{
    font-size: 20px;
    color: #333;
    display: block;
    padding-left: 196px;
}
.oral_process_box button{
    width: 180px;
    height: 50px;
    background: #6da83e;
    border-radius: 25px;
    border: 2px dashed #edc861;
    font-size: 18px;
    color: #fff;
    position: absolute;
    margin-top: -16px;
    outline: none;
    cursor: pointer;
    right: 0;
    top: 0;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.oral_process_box button:hover{
    background: #edc861;
}
.oral_process_box span{
    font-size: 16px;
    color: #333;
    height: 200px;
    width: 180px;
    line-height: 200px;
    text-align: left;
    box-sizing: border-box;
}
.oral_process_box .span_1{
    position: absolute;
    left: 420px;
    top: 158px;
}
.oral_process_box .img_1{
    position: absolute;
    width: 300px;
    height: 200px;
    right: 92px;
    top: 158px;
}
.oral_process_box .span_2{
    position: absolute;
    right: 78px;
    top: 394px;
    line-height: 30px;
    padding-top: 70px;
}
.oral_process_box .img_2{
    position: absolute;
    width: 300px;
    height: 200px;
    left: 88px;
    top: 394px;
}
.oral_process_box .span_3{
    position: absolute;
    left: 420px;
    top: 690px;
}
.oral_process_box .img_3{
    position: absolute;
    width: 300px;
    height: 200px;
    right: 92px;
    top: 690px;
}
.oral_process_box .span_4{
    position: absolute;
    right: 78px;
    top: 938px;
    line-height: 30px;
    padding-top: 70px;
}
.oral_process_box .img_4{
    position: absolute;
    width: 300px;
    height: 200px;
    left: 88px;
    top: 938px;
}
.oral_process_box .span_5{
    position: absolute;
    left: 420px;
    top: 1218px;
}
.oral_process_box .img_5{
    position: absolute;
    width: 300px;
    height: 200px;
    right: 92px;
    top: 1218px;
}
.oral_process_box .span_6{
    position: absolute;
    right: 78px;
    top: 1472px;
    line-height: 30px;
    padding-top: 70px;
}
.oral_process_box .img_6{
    position: absolute;
    width: 300px;
    height: 200px;
    left: 88px;
    top: 1472px;
}



.oral_technology_box{
    width: 1200px;
    margin: 60px auto;
}
.oral_technology_box .title_div{
    margin-bottom: 40px;
}
.oral_technology_box .title_div button{
    width: 180px;
    height: 50px;
    background: #6da83e;
    border-radius: 25px;
    border: 2px dashed #edc861;
    font-size: 18px;
    color: #fff;
    float: right;
    outline: none;
    cursor: pointer;
    margin-top: -50px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.oral_technology_box .title_div button:hover{
    background: #edc861;
}
.oral_technology_box .title_div p{
    height: 50px;
    line-height: 50px;
    color: #333;
    font-size: 18px;
    text-align: center;
}
.oral_technology_box dl{
    font-size: 0;
    width: 100%;
    overflow: hidden;
}
.oral_technology_box dl dt{
    width: 1280px;
}
.oral_technology_box dl dd{
    width: 1280px;
    background: #f9f9f9;
    height: 100px;
    margin-top: -40px;
}
.oral_technology_box dl dt img{
    width: 176px;
    height: 202px;
    margin-right: 80px;
}
.oral_technology_box dl dd span{
    display: inline-block;
    font-size: 16px;
    color: #666;
    width: 176px;
    margin-right: 80px;
    text-align: center;
    margin-top: 60px;
}
.oral_technology_box dl dd span:hover{
    color: #6da83e;
}
.oral_technology_box ul{
    margin-top: 60px;
}
.oral_technology_box ul li{
    margin-bottom: 20px;
    background: #f9f9f9;
    font-size: 0;
    height: 200px;
    position: relative;
    text-align: right;
    cursor: pointer;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.oral_technology_box ul li .left_div{
    width: 216px;
    height: 100%;
    vertical-align: top;
    float: left;
}
.oral_technology_box ul li .float_right{
    float: right;
}
.oral_technology_box ul li .float_right span{
    margin: 0 80px 0 0 !important;
}
.oral_technology_box ul li .left_div span{
    display: block;
    width: 136px;
    height: 100%;
    background: #dcdcdc;
    margin: 0 0 0 80px;
    position: relative;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.oral_technology_box ul li .left_div span i{
    box-sizing: border-box;
    padding: 0 20px;
    width: 100%;
    text-align: center;
    line-height: 24px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0,-50%);
    color: #333;
    font-size: 16px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.oral_technology_box ul li .right_div{
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0,-50%);
    width: calc(100% - 216px);
    box-sizing: border-box;
    padding: 0 40px;
    text-align: left;
}
.oral_technology_box ul li .right_div strong{
    font-size: 16px;
    color: #333;
    display: block;
    margin-bottom: 14px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.oral_technology_box ul li .right_div p{
    font-size: 14px;
    color: #666;
    line-height: 20px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.oral_technology_box ul li .right_div p:nth-child(2){
    /*margin-bottom: 32px;*/
}
.oral_technology_box ul li .float_left{
    right: 216px;
}
.oral_technology_box ul li:hover{
    background: #6da83e;
}
.oral_technology_box ul li:hover .left_div span{
    background: #edc861;
}
.oral_technology_box ul li:hover .right_div strong{
    color: #fff;
}
.oral_technology_box ul li:hover .right_div p{
    color: #fff;
}
.oral_technology_box ul li:hover .left_div span i{
    color: #fff;
}



.oral_introduce_box{
    width: 1200px;
    margin: 60px auto;
}
.oral_introduce_box .title_div{
    background: #f9f9f9;
    position: relative;
}
.oral_introduce_box .title_div img{
    width: 800px;
    height: 500px;
    vertical-align: top;
}
.oral_introduce_box .title_div div{
    background: rgba(109,168,62,0.7);
    color: #fff;
    position: absolute;
    padding: 30px 40px;
    width: 650px;
    top: 50%;
    right: 0;
    transform: translate(0,-50%);
    box-sizing: border-box;
}
.oral_introduce_box .title_div div strong{
    font-size: 22px;
    display: block;
    margin-bottom: 30px;
}
.oral_introduce_box .title_div div p{
    font-size: 14px;
    line-height: 24px;
}
.oral_introduce_box .top_div{
    margin-top: 60px;
    font-size: 0;
}
.oral_introduce_box .top_div h5{
    font-size: 22px;
    color: #333;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}
.oral_introduce_box .top_div span{
    width: 400px;
    height: 440px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
}
.oral_introduce_box .top_div span i{
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
}
.oral_introduce_box .top_div .span_1{
    
}
.oral_introduce_box .top_div .span_2{
    
}
.oral_introduce_box .top_div .span_1 img{
    width: 400px;
    height: 220px;
    vertical-align: top;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.oral_introduce_box .top_div .span_2 img{
    width: 400px;
    height: 440px;
    vertical-align: top;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.oral_introduce_box .top_div span i em{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(109,168,62,0.6);
    top: 0;
    left: 0;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 220px;
    font-weight: bold;
    opacity: 0;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.oral_introduce_box .top_div .span_2 i em{
    line-height: 440px;
}
.oral_introduce_box .top_div span i:hover em{
    opacity: 1;
}
.oral_introduce_box .top_div span i:hover img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.oral_introduce_box .middle_div{
    margin-top: 60px;
}
.oral_introduce_box .middle_div h5{
    font-size: 22px;
    color: #333;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}
.oral_introduce_box .buttom_div{
    margin-top: 60px;
}
.oral_introduce_box .buttom_div h5{
    font-size: 22px;
    color: #333;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}
.oral_introduce_box .buttom_div .form_div{
    font-size: 0;
    height: 520px;
}
.oral_introduce_box .buttom_div .form_div form{
    display: inline-block;
    width: 600px;
    height: 100%;
    background: #f9f9f9;
    vertical-align: top;
    box-sizing: border-box;
    padding: 0 40px;
    font-size: 14px;
    color: #333;
}
.oral_introduce_box .buttom_div .form_div form strong{
    font-size: 20px;
    color: #666;
    display: block;
    height: 74px;
    line-height: 74px;
}
.oral_introduce_box .buttom_div .form_div form input[type="text"]{
    width: 100%;
    height: 50px;
    border: none;
    box-sizing: border-box;
    padding-left: 10px;
    margin-bottom: 10px;
}
.oral_introduce_box .buttom_div .form_div form select{
    width: 100%;
    height: 50px;
    border: none;
    box-sizing: border-box;
    padding-left: 6px;
    margin-bottom: 10px;
    color: #757575;
}
.oral_introduce_box .buttom_div .form_div form textarea{
    width: 100%;
    height: 80px;
    border: none;
    box-sizing: border-box;
    margin-bottom: 10px;
    box-sizing: border-box;
    padding: 10px;
}
.oral_introduce_box .buttom_div .form_div .map_div{
    display: inline-block;
    width: 600px;
    height: 100%;
    position: relative;
}
.oral_introduce_box .buttom_div .form_div .map_div .map{
    width: 100%;
    height: 100%;
}
.oral_introduce_box .buttom_div .form_div .map_div p{
    
}
.oral_introduce_box .buttom_div .form_div form .short_input{
    width: 300px !important;
}
.oral_introduce_box .buttom_div .form_div form .short_p{
    display: inline-block;
    height: 50px;
    line-height: 50px;
    padding-left: 20px;
}
.oral_introduce_box .buttom_div .form_div form .short_p input{
    vertical-align: middle;
    margin-top: -4px;
}
.oral_introduce_box .buttom_div .form_div form .short_p label{
    margin-left: 20px;
}
.oral_introduce_box .buttom_div .form_div .map_div .title_p{
    position: absolute;
    width: 100%;
    box-sizing: border-box;
    background: rgba(109,168,62,0.7);
    padding: 30px 40px 20px;
    color: #fff;
    font-size: 14px;
    left: 0;
    bottom: 0;
}
.oral_introduce_box .buttom_div .form_div .map_div .title_p strong{
    font-size: 18px;
    display: block;
    margin-bottom: 30px;
}
.oral_introduce_box .buttom_div .form_div .map_div .title_p span{
    float: left;
    width: 200px;
    margin-bottom: 20px;
    line-height: 24px;
}
.oral_introduce_box .buttom_div .form_div .map_div .title_p em{
    float: left;
    width: calc(100% - 200px);
    margin-bottom: 20px;
    line-height: 24px;
}



.oral_distribution_box{
   width: 1200px;
   margin: 60px auto; 
   position: relative;
}
.oral_distribution_box .province_div{
    width: 100%;
    height: 110px;
    overflow: hidden;
    position: relative;
}
.oral_distribution_box .province_div ul{
    font-size: 0;
    width: 200%;
    position: absolute;
    top: 0;
    left: 0;
}
.oral_distribution_box .province_div ul li{
    display: inline-block;
    width: 224px;
    margin-right: 20px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    background: #f9f9f9;
    font-size: 18px;
    color: #666;
    font-weight: bold;
    cursor: pointer;
}
.oral_distribution_box .province_div ul li a{
    display: block;
    height: 100%;
    width: 100%;
    color: #666;
}
.oral_distribution_box .province_div ul .active_li{
    background: #6da83e;
    color: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.3);
}
.oral_distribution_box .province_div ul .active_li a{
    color: #fff;
}
.oral_distribution_box .left_i{
    background: url(../img/left_1.png) no-repeat center;
    top: 0;
    left: -40px;
    background-size: 14px 26px;
    position: absolute;
    width: 40px;
    height: 100px;
    cursor: pointer;
}
.oral_distribution_box .right_i{
    background: url(../img/right_1.png) no-repeat center;
    top: 0;
    right: -40px;
    background-size: 14px 26px;
    position: absolute;
    width: 40px;
    height: 100px;
    cursor: pointer;
}
.oral_distribution_box .city_div{
    padding-top: 20px;
}
.oral_distribution_box .city_div ul{
    font-size: 0;
    width: 1220px;
    display: none;
}
.oral_distribution_box .city_div .active_ul{
    display: block;
}
.oral_distribution_box .city_div ul li{
    display: inline-block;
    width: 224px;
    margin-right: 20px;
    text-align: center;
    cursor: pointer;
}
.oral_distribution_box .city_div ul li a{
    display: block;
    height: 100%;
    width: 100%;
}
.oral_distribution_box .city_div ul li span{
    display: block;
    font-size: 16px;
    color: #666;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #ccc;
}
.oral_distribution_box .city_div ul li em{
    display: block;
    color: #666;
    font-size: 30px;
    line-height: 12px;
    font-weight: bold;
}
.oral_distribution_box .city_div ul .active_li em{
    color: #edc861;
}
.oral_distribution_box .hospital_div{
    width: 100%;
    padding-top: 40px;
}
.oral_distribution_box .hospital_div ul{
    width: 1220px;
    font-size: 0;
}
.oral_distribution_box .hospital_div ul li{
    display: inline-block;
    width: 590px;
    margin-right: 20px;
    height: 200px;
    background: #f9f9f9;
    vertical-align: top;
    color: #666;
    box-sizing: border-box;
    padding: 30px 40px;
    font-size: 0;
    position: relative;
    margin-bottom: 20px;
    cursor: pointer;
}
.oral_distribution_box .hospital_div ul li em{
    display: inline-block;
    width: 120px;
    height: 120px;
    border: 1px solid #ccc;
    text-align: center;
    border-radius: 50%;
    top: 50%;
    left: 40px;
    transform: translate(0,-50%);
    position: absolute;
    box-sizing: border-box;
}
.oral_distribution_box .hospital_div ul li em i{
    width: 100%;
    box-sizing: border-box;
    padding: 0 16px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0,-50%);
    font-size: 14px;
    line-height: 20px;
}
.oral_distribution_box .hospital_div ul li p{
    width: calc(100% - 200px);
    box-sizing: border-box;
    padding-left: 30px;
    position: absolute;
    top: 50%;
    right: 40px;
    transform: translate(0,-50%);
}
.oral_distribution_box .hospital_div ul li p strong{
    font-size: 16px;
    display: block;
    margin-bottom: 20px;
}
.oral_distribution_box .hospital_div ul li p span{
    font-size: 14px;
    line-height: 20px;
    display: block;
    margin-bottom: 10px;
}
.oral_distribution_box .hospital_div ul .active_li{
    box-shadow: 0 2px 8px rgba(0,0,0,0.3);
    color: #6da83e;
}
.oral_distribution_box .hospital_div ul .active_li em{
    border: 1px solid #6da83e;
}
.oral_distribution_box .map{
    width: 100%;
    height: 400px;
    margin-top: 40px;
}



.login_box{
    width: 1200px;
    margin: 60px auto 120px;
    background: url(../img/dt.jpg) no-repeat center bottom -40px;
    background-size: 60%;
}
.login_box h6{
    font-size: 22px;
    color: #333;
    font-weight: bold;
    text-align: center;
    margin-bottom: 70px;
}
.login_box form{
    width: 530px;
    margin: 0 auto;
}
.login_box form input{
    width: 100%;
    background: none;
    border: none;
    border-bottom: 1px solid #bfbfbf;
    height: 80px;
    line-height: 80px;
    font-size: 18px;
    color: #333;
    margin-bottom: 10px;
}
.login_box form button{
    width: 100%;
    height: 70px;
    background: #6da83e;
    color: #fff;
    font-size: 22px;
    border: none;
    line-height: 70px;
    border-radius: 35px;
    margin-top: 30px;
    outline: none;
}



.download_box{
    width: 1200px;
    margin: 60px auto 0;
}
.download_box .zh_div{
    font-size: 14px;
    height: 30px;
    line-height: 30px;
}
.download_box .zh_div p{
    color: #8a8a8a;
    display: inline-block;
    padding-left: 40px;
    background: url(../img/yh.png) no-repeat;
}
.download_box .zh_div span{
    color: #6da83e;
    display: inline-block;
    margin-left: 20px;
    cursor: pointer;
}
.download_box a{
    font-size: 0;
    display: block;
    margin: 80px auto;
    width: 720px;
    height: 180px;
    border: 1px solid #bfbfbf;
}
.download_box a i{
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 200px;
    background: url(../img/jtx.png) no-repeat center #d2d2d2;
}
.download_box a h6{
    display: inline-block;
    vertical-align: middle;
    width: 520px;
    text-align: center;
    font-size: 18px;
    color: #333;
}
.download_box a h6 span{
    display: block;
    width: 180px;
    height: 50px;
    background: #6da83e;
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 50px;
    border-radius: 25px;
    margin: 30px auto 0;
}
.big_box .cs_img{
    width: 100%;
    vertical-align: top;
}



.index_body .footer_box{
    background: #666;
}
.index_header{
    height: 90px;
    padding-left: 50px;
    position: fixed;
    width: 100%;
    box-sizing: border-box;
    top: 0;
    left: 0;
    z-index: 9;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.index_header .logo_img{
    vertical-align: top;
    margin-top: 12px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.index_header ul{
    float: right;
    font-size: 16px;
    height: 16px;
    line-height: 16px;
    margin-top: 37px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.index_header ul li{
    display: inline-block;
    margin-right: 40px;
}
.index_header ul li a{
    display: block;
    color: #333;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.index_header ul li:hover a{
    color: #6da83e;
}
.index_header form{
    float: right;
    width: 80px;
    height: 90px;
    position: relative;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.index_header form::before{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: 100%;
    background: rgba(0,0,0,0.3);
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.index_header form #sbtn{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: none;
    z-index: 3;
    background: url(../img/index1.png) no-repeat center;
    cursor: pointer;
}
.index_header form #search{
    position: absolute;
    z-index: 3;
    height: 40px;
    border-bottom: 1px solid #fff;
    width: 0;
    top: 25px;
    right: 80px;
    color: #fff;
    background: none;
    opacity: 0;
    overflow: hidden;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.index_header form:hover::before{
    width: 260px;
    background: rgba(0,0,0,0.8);
}
.index_header form:hover #search{
    opacity: 1;
    width: 160px;
}
.index_header1{
    height: 80px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.index_header1 .logo_img{
    margin-top: 7px;
}
.index_header1 ul{
    margin-top: 32px;
}
.index_header1 form{
    height: 80px;
}
.index_header form #search{
    top: 20px;
}


.index_banner{
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}
.index_banner .swiper-slide{
    padding-bottom: 43.4%;
    overflow: hidden;
}
.index_banner .swiper-slide img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}


.clear_both::after{
    content:".";
	display:block;
	height:0;
	visibility:hidden;
	clear:both;
}
.index_box{
    position: relative;
    z-index: 3;
    margin-top: 43.4%;
    background: #fff;
    padding-bottom: 80px;
}
.index_box .title_h3{
    text-align: center;
    font-size: 36px;
    color: #333;
    margin-bottom: 50px;
}
.index_box .more_a{
    display: block;
    margin: 50px auto 0;
    width: 188px;
    height: 48px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 48px;
    background: #6da83e;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.index_box .more_a:hover{
    box-shadow: 5px 5px 0px #486f28;
}
.index_box .div1{
    width: 1200px;
    margin: 0 auto;
    padding-top: 90px;
}
.index_box .div1 h6{
    font-size: 14px;
    line-height: 1.8;
    color: #666;
    text-align: center;
    margin-bottom: 30px;
    padding: 0 10%;
}
.index_box .div1 ul{
    
}
.index_box .div1 ul li{
    float: left;
    width: 32%;
    margin-right: 2%;
}
.index_box .div1 ul li:nth-of-type(3n){
    margin-right: 0;
}
.index_box .div1 ul li em{
    display: block;
    overflow: hidden;
}
.index_box .div1 ul li em img{
    width: 100%;
    vertical-align: top;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.index_box .div1 ul li:hover em img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.index_box .div1 ul li div{
    padding-top: 20px;
}
.index_box .div1 ul li div strong{
    display: block;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 10px;
}
.index_box .div1 ul li div p{
    font-size: 14px;
    color: #999;
    line-height: 1.6;
}


.index_box .div2{
    width: 1200px;
    margin: 0 auto;
    padding-top: 90px;
}
.index_box .div2 dl{

}
.index_box .div2 dl dd{
    width: 580px;
    float: left;
    background: #f7f7f7;
    padding: 20px;
    box-sizing: border-box;
    position: relative;
}
.index_box .div2 dl .dd1{
    margin-right: 40px;
}
.index_box .div2 dl dd .swiper-pagination{
    position: static;
    text-align: center;
    margin-top: 10px;
}
.index_box .div2 dl dd .swiper-pagination span{
    margin: 0 4px;
    outline: none;
}
.index_box .div2 .gallery-top{

}
.index_box .div2 .gallery-top .swiper-slide{
    font-size: 0;
}
.index_box .div2 .gallery-top .swiper-slide em{
    display: inline-block;
    vertical-align: middle;
    width: 30%;
    overflow: hidden;
}
.index_box .div2 .gallery-top .swiper-slide em img{
    width: 100%;
    height: 200px;
    vertical-align: top;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.index_box .div2 .gallery-top .swiper-slide div{
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    width: 70%;
    padding-left: 20px;
}
.index_box .div2 .gallery-top .swiper-slide div h6{
    font-size: 24px;
    color: #333;
    margin-bottom: 14px;
}
.index_box .div2 .gallery-top .swiper-slide div span{
    font-size: 16px;
    color: #666;
    display: block;
    margin-bottom: 20px;
}
.index_box .div2 .gallery-top .swiper-slide div p{
    font-size: 16px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 30px;
    height: 50px;
    overflow: hidden;
}
.index_box .div2 .gallery-top .swiper-slide div small{
    font-size: 16px;
    color: #6da83e;
    padding-right: 24px;
    background: url(../img/index17.png) no-repeat right center;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}

.index_box .div2 .gallery-thumbs{
    padding-top: 13px;
    margin-top: 20px;
}
.index_box .div2 .gallery-thumbs .swiper-slide{
    background: #fff;
    font-size: 0;
    box-sizing: border-box;
    padding: 12px;
    cursor: pointer;
}
.index_box .div2 .gallery-thumbs .swiper-slide::after{
    content: "";
    width: 18px;
    height: 0;
    background: url(../img/index18.png) no-repeat;
    position: absolute;
    top: -13px;
    left: 38px;
    opacity: 0;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.index_box .div2 .gallery-thumbs .swiper-slide-thumb-active::after{
    opacity: 1;
    height: 13px;
}
.index_box .div2 .gallery-thumbs .swiper-slide em{
    display: inline-block;
    vertical-align: middle;
    width: 70px;
    height: 70px;
    overflow: hidden;
    border-radius: 50%;
}
.index_box .div2 .gallery-thumbs .swiper-slide em img{
    width: 100%;
    height: 100%;
    vertical-align: top;
}
.index_box .div2 .gallery-thumbs .swiper-slide div{
    display: inline-block;
    width: calc(100% - 70px);
    vertical-align: middle;
    padding-left: 16px;
    box-sizing: border-box;
}
.index_box .div2 .gallery-thumbs .swiper-slide div h6{
    font-size: 20px;
    margin-bottom: 10px;
}
.index_box .div2 .gallery-thumbs .swiper-slide div span{
    font-size: 14px;
    color: #999;
    white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.index_box .div2 .gallery-top .swiper-slide:hover em img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.index_box .div2 .gallery-top .swiper-slide:hover div small{
    padding-right: 34px;
}

















.index_box .div3{
    width: 1200px;
    margin: 0 auto;
    padding-top: 90px;
}
.index_box .div3 ul{

}
.index_box .div3 ul li{
    float: left;
    width: 590px;
    background: #f7f7f7;
    margin-right: 20px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.index_box .div3 ul li:nth-of-type(2n){
    margin-right: 0;
}
.index_box .div3 ul li a{
    display: block;
    padding: 20px;
}
.index_box .div3 ul li em{
    height: 280px;
    display: block;
    overflow: hidden;
}
.index_box .div3 ul li em img{
    width: 100%;
    height: 100%;
    vertical-align: top;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.index_box .div3 ul li div{
    padding-top: 24px;
}
.index_box .div3 ul li div h6{
    font-size: 18px;
    color: #333;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 16px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.index_box .div3 ul li div p{
    font-size: 14px;
    color: #666;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    margin-bottom: 30px;
    text-align: justify;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.index_box .div3 ul li div span{
    font-size: 14px;
    color: #999;
    display: block;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.index_box .div3 ul li:hover{
    background: #6da83e
}
.index_box .div3 ul li:hover em img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.index_box .div3 ul li:hover div h6{
    color: #fff;
}
.index_box .div3 ul li:hover div p{
    color: #fff;
}
.index_box .div3 ul li:hover div span{
    color: #fff;
}


.index_box .div4{
    width: 1200px;
    margin: 0 auto;
    padding-top: 90px;
}
.index_box .div4 div{

}
.index_box .div4 div a{
    float: left;
    width: 25%;
    text-align: center;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.index_box .div4 div a img{
    vertical-align: top;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.index_box .div4 div a h6{
    font-size: 24px;
    color: #666;
    margin-top: 40px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.index_box .div4 div a:hover{
    transform: translateY(-16px);
}
.index_box .div4 div a:hover img{
    transform: rotateY(180deg);
}
.index_box .div4 div a:hover h6{
    color: #6aa03e;
}


.index_box .div5{
    width: 1200px;
    margin: 0 auto;
    padding-top: 90px;
}
.index_box .div5 dl{

}
.index_box .div5 dl dt{
    float: left;
    width: 585px;
    height: 352px;
    margin-right: 30px;
}
.index_box .div5 dl dt a{
    display: block;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.index_box .div5 dl dt img{
    width: 100%;
    height: 100%;
    vertical-align: top;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.index_box .div5 dl dt div{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    box-sizing: border-box;
    padding: 16px;
    background: rgba(0,0,0,0.5);
    color: #fff;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.index_box .div5 dl dt div h6{
    font-size: 16px;
    margin-bottom: 8px;
    white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.index_box .div5 dl dt div span{
    font-size: 14px;
}
.index_box .div5 dl dt:hover img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.index_box .div5 dl dt:hover div{
    background: #6da83e;
}

.index_box .div5 dl dd{
    float: left;
    width: 585px;
    border-top: 1px solid #ccc;
}
.index_box .div5 dl dd a{
    display: block;
    border-bottom: 1px solid #ccc;
    padding: 39px 0;
    position: relative;
    padding-left: 120px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.index_box .div5 dl dd a::before{
    content: "";
    position: absolute;
    width: 1px;
    height: 50%;
    top: 25%;
    left: 90px;
    background: #ccc;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.index_box .div5 dl dd a span{
    position: absolute;
    font-size: 26px;
    color: #666;
    font-weight: bold;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.index_box .div5 dl dd a h6{
    font-size: 16px;
    color: #333;
    margin-bottom: 8px;
    white-space: nowrap;
	text-overflow: ellipsis;
    overflow: hidden;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.index_box .div5 dl dd a p{
    font-size: 14px;
    color: #999;
    white-space: nowrap;
	text-overflow: ellipsis;
    overflow: hidden;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.index_box .div5 dl dd a:hover span{
    color: #6da83e;
}
.index_box .div5 dl dd a:hover h6{
    color: #6da83e;
}
.index_box .div5 dl dd a:hover p{
    color: #6da83e;
}


.index_body .swiper-pagination-bullet{
    background: none;
    border: 1px solid #6da83e;
    opacity: 1;
}
.index_body .swiper-pagination-bullet-active{
    background: #6da83e;
}


