*{
    padding:0px;
    margin:0px;
    box-sizing:border-box;
    user-select: none;
}
body{
    overflow-x:hidden;
    font:12px/1.5em "microsoft yahei";color:#656565;background:#fff;
}
ul,li{
    list-style:none;
}
img{
    max-width:100%;
}
a{
    color:#656565;
    text-decoration: none;
}





/*banner*/
#indexbanner{
    width:1920px;
    overflow: hidden;
    left:50%;
    transform: translateX(-50%);
}
#childbanner{
    width:100%;
    height:300px;
    overflow: hidden;
    position:relative;
}
#childbanner img{
    width:1920px;
    position:absolute;
    left:50%;
    top:0px;
    transform: translateX(-50%);
    max-width:1920px;
}
.my-bullet{
    display: inline-block;
    width:35px;
    height:8px;
    margin:0 5px;
    background:#31bc3c;
    opacity:.3;
}
.my-bullet-active{
    opacity:1;
}
.mypagination{
    bottom:30px !important;
}
.mybannerleft{
    width:45px;
    height:100px;
    background:url(../images/sprite.png) no-repeat 0 0;
    cursor: pointer;
    transform: translateY(-50%);
    left:12%;
    opacity: .3;
}
.mybannerright{
    width:45px;
    height:100px;
    background:url(../images/sprite.png) no-repeat;
    background-position:right top;
    cursor: pointer;
    transform: translateY(-50%);
    right:12%;
    opacity: .3;
}


/* top */
.wrap{
    width: 1320px;
    margin:0 auto;
}
header{
    width:100%;
    height: 150px;
    background-color: #fff;
    margin:0 auto;
    position: relative;
}
.top1{
    width:1320px;
    height: 100%;
    margin:0 auto;
    display: flex;
    align-items: flex-start;
}
.logowrap{
    display: flex;
    height: 100%;
    align-items: center;
    padding-bottom: 35px;
}
.logowrap > *{
    margin-right: 38px;
}
.top1 .right{
    padding-top: 35px;
    margin-left: auto;
    display: flex;
    align-items: flex-start;
}
.top1 .right .item{
    width: 240px;
    height: 39px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.top1 .right .item:nth-child(2){
    border-left:1px solid #cccccc;
}
.top1 .right .item img{
    margin-right: 17px;
}
.top1 .right .item div p{
    font-size: 14px;
    color: #333333;
    font-weight: bold;
    line-height: 17px;
}
.top1 .right .item div p:last-child{
    font-family: "Arial";
}
.navbarwrap{
    width: 1020px;
    height:68px;
    background-color:#f4f8ff;
    border-radius: 34px;
    position: absolute;
    bottom:-34px;
    left:50%;
    transform: translateX(-50%);
    z-index:888;
}
.navwrap{
    height:100%;
    padding-left:40px;
    display: flex;
    align-items: center;
}
.navwrap li{
    height:100%;
    padding:0 26px;
    position: relative;
}
.navwrap li.on > a{
    color:#849d7d;
}
.nav_a{
    font-size:14px;
    color:#1a1a1a;
    line-height:68px;
    white-space: nowrap;
    display: block;
    height: 68px;
    text-align: center;
}
.navwrap li:not(:last-child):hover > .nav_a{
    color:#849d7d;
}
.navwrap li:last-child{
    width: 200px;
    padding:0;
    margin-left:132px;
    background-color: #849d7d;
    border-radius: 34px;
    text-align: center;
    font-size:14px;
    color: #ffffff;
    line-height: 68px;
}
.navwrap li:last-child a{
    display: block;
    color:#fff;
}
.downlistwrap{
    display:none;
    position:absolute;
    width:100px;
    padding:0 9px;
    top:68px;
    left:50%;
    transform: translateX(-50%);
    background-color:#f4f8ff;
    z-index:9;
    transition: .4s ease-out;
}
.downlistwrap a{
    display: block;
    width:100%;
    line-height:40px;
    border-bottom:1px solid #d1d1d1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    font-size:12px;
    color:#666;
}
.downlistwrap a:hover{
    color:#849d7d;
}
.downlistwrap a:last-child{
    border:none;
}
.navwrap li:hover > .downlistwrap{
    display: block;
}
/*footer*/
.footwrap{
    width:100%;
    height: 428px;
    max-width:1920px;
    margin:0 auto;
    background-color:#f5f5f5;
}
.foot{
    padding-top: 74px;
}
.ftform{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 47px;
}
.ftform input[type="email"]{
    width: 401px;
    height: 51px;
    padding-left: 20px;
    border:1px solid #d9d9d9;
    border-right: 0;
}
.ftform input[type="submit"]{
    font-size: 16px;
    width: 215px;
    height: 51px;
    background-color:#070707;
    color: #fff;
    cursor: pointer;
    border:none;
}
.fticon{
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 43px;
}
.fticon a{
    margin:0 23px;
}
.icon_fb{
    width: 13px; height: 29px;
    background: url('../images/css_sprites.png') -10px -126px;
}
.icon_ins {
    width: 27px; height: 25px;
    background: url('../images/css_sprites.png') -60px -81px;
}
.icon_ali {
    width: 46px; height: 23px;
    background: url('../images/css_sprites.png') -110px -10px;
}
.icon_twt {
    width: 30px; height: 25px;
    background: url('../images/css_sprites.png') -10px -81px;
}
.ftright{
    border-top:1px solid #dcdcdc;
    padding-top: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #808080;
    font-family: "Arial"
}


/* main */
.index1{
    padding-bottom:30px;
}
.index1 .section_1{
    padding:110px 75px 0 63px;
    height: 281px;
    display: flex;
    align-items: center;
}
.indextitle h5{
    font-size: 20px;
    color: #1f1f1f;
    line-height: 1;
    margin-bottom:  10px;
}
.indextitle p{
    font-size: 12px;
    color: #1f1f1f;
    line-height: 1;
    font-family: "Arial";
    font-weight: bold;
    text-transform: uppercase;
}
.indexmore{
    font-size: 14px;
    color: #1f1f1f;
    font-weight: bold;
    display: flex;
    align-items: center;
    line-height: 21px;
    text-decoration: underline;
}
.indexmore i{
    display: block;
    width: 21px;
    height: 21px;
    margin-left: 13px;
    border:1px solid #000000;
    position: relative;
}
.indexmore i::after{
    content:"";
    display: block;
    width: 7px; height: 7px;
    background: url('../images/css_sprites.png') -148px -81px;
    position: absolute;
    left:50%;
    top:50%;
    transform: translate(-50%,-50%);
}
.index1 .indextitle{
    flex-shrink: 0;
}
.index1 .content{
    margin-left: 52px;
}
.index1 .content p{
    font-size: 14px;
    color: #545454;
    line-height: 32px;
}
.index1 .indexmore{
    margin-top: 15px;
}
#swiper_pro img{
    max-width: 100%;
    vertical-align: top;
}
.index1 .more{
    margin-top: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.index1 .more .proleft{
    cursor: pointer;
    width: 18px; height: 10px;
    background: url('../images/css_sprites.png') -43px -126px;
}
.index1 .more .proright{
    cursor: pointer;
    width: 18px; height: 10px;
    background: url('../images/css_sprites.png') -81px -126px;
}
.index1 .more .mid{
    display: block;
    width: 62px;
    height: 42px;
    margin:0 40px;
    border:1px solid #cccbca;
    position: relative;
}
.index1 .more .mid::after{
    content:"";
    display: block;
    width: 21px; height: 18px;
    background: url('../images/css_sprites.png') -107px -81px;
    position: absolute;
    left:50%;
    top:50%;
    transform: translate(-50%,-50%);
}
.index2{
    height: 500px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.index2 .right{
    width: 533px;
    padding-top: 57px;
}
.index2 .content{
    margin:39px 0 73px;
}
.index2 .content p{
    font-size: 14px;
    color: #545454;
    line-height: 1;
    margin-bottom: 39px;
    white-space: nowrap;
    display: flex;
    align-items: center;
}
.index2 .content p::before{
    content:"";
    display: block;
    width: 9px;
    height: 9px;
    border:1px solid #6a6a6a;
    border-radius: 50%;
    margin-right: 13px;
}
.index2 .content p:last-child{
    margin-bottom: 0;
}
.index3{
    /*height: 665px;*/
    padding-bottom: 30px;
}
.index3 .title{
    height: 128px;
    padding-top: 50px;
    text-align: center;
}
.index3 .title h5{
    font-size: 20px;
    color: #000000;
    line-height: 1;
    margin-bottom: 10px;
}
.index3 .title p{
    font-size: 12px;
    color: #1f1f1f;
    line-height: 1;
    font-weight: bold;
    font-family: "Arial";
}
.index3 .content{
    padding:0 44px;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}
.index3 .content .item{
    width: 187px;
    margin-right: 72px;
    margin-bottom: 32px;
}
.index3 .content .item:nth-child(5n){
    margin-right: 0;
}
.index3 .content .item img{
    max-width: 100%;
    vertical-align: top;
}
.index4{
    height: 496px;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}
.index4 .left{
    flex:1;
    height: 100%;
    text-align: center;
    padding-top: 54px;
}
.index4 .content{
    margin: 40px 0 74px;
    text-align: center;
    font-size: 14px;
    color: #545454;
    line-height: 32px;
}
.index4 .indexmore{
    justify-content: center;
}
.index5{
    height: 420px;
    padding:0 59px;
    margin:31px auto 45px;
    position: relative;
}
.newslide{
    height: 420px;
    border-bottom: 1px solid #cccccc;
}
.newslide .img{
    height: 240px;
    overflow: hidden;
}
.newslide .img img{
    max-width: 100%;
    vertical-align: top;
}
.newslide .title{
    font-size: 16px;
    color: #1f1f1f;
    line-height: 52px;
    font-weight: bold;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 8px;
}
.newslide .content{
    font-size: 14px;
    color: #545454;
    line-height: 26px;
    margin-bottom: 40px;
}
.newslide .date{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.newslide .date > *{
    font-size: 12px;
    color: #545454;
    line-height: 1;
}
.newslide .date a{
    display: flex;
    align-items: center;
}
.newslide .date a::after{
    content:"";
    display: block;
    width: 22px; height: 7px;
    margin-left: 7px;
    background: url('../images/css_sprites.png') -110px -53px;
}
.arrow_left{
    width: 30px; height: 51px;
    background: url('../images/css_sprites.png') -10px -10px;
    position: absolute;
    top:50%;
    left:-30px;
    transform: translateY(-50%);
    cursor: pointer;
}
.arrow_right{
    width: 30px; height: 51px;
    background: url('../images/css_sprites.png') -60px -10px;
    position: absolute;
    top:50%;
    right:-30px;
    transform: translateY(-50%);
    cursor: pointer;
}








.msgwrap{
    margin:25px auto;
    padding:15px;
    border:1px solid #CCCCCC;
}
.msgform{
    width:520px;
    margin:0 auto;
}
.msgform > div{
    margin-bottom:22px;
}
.msgtext > span{
    display:inline-block;
    width:90px;
    text-align:center;
    font-weight:bold;
    font-size:14px;
}
.msgtext > input[type="text"]{
    width:365px;
    height:30px;
    padding-left:15px;
    outline:none;
}
.msgtext textarea{
    width:365px;
    height:120px;
    padding-left:15px;
}
.msgtext > input[type="text"]::-webkit-input-placeholder{
    font-size: 12px;
    color: #333;
    line-height: 30px;
}
.msgtext textarea::-webkit-input-placeholder{
    font-size: 12px;
    color: #333;
    line-height: 30px;
    font-family: "microsoft Yahei";
}
/*job*/
.jobtable{
    width:100%;
    margin:0 auto 10px;
    background-color:#FAE18F;
}
.jobheadline th{
    background-color:#1f9191;
    color:#fff;
    text-align:center;
    height:35px;
}
.jobdesc td{
    height:28px;
    text-align:center;
    background-color:#ffffff;
}
.picimgwrap{
    display: flex;
    width:230px;
    height: 170px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.picwrap2 .picimgwrap{
    height: 325px;
}
.picimgwrap2{
    display: flex;
    width:260px;
    height:200px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.picimgwrap img,.picimgwrap2 img{
    width:100%;
}
.picwrap > li{
    width: 230px;
    /*height: 210px;*/
    text-align: center;
    margin-right: 10px;
    margin-bottom: 15px;
}
.picwrap > li:nth-child(5n){
    margin-right: 0;
}

.picimgdesc{
    display: flex;
    align-items: center;
    justify-content: center;
    height:36px;
    line-height: 17px;
    font-size:15px;
    background-color:#f2f2f2;
}

.d li{
    float:left;
}
.clearfix::after{
    content:"";
    display: block;
    clear:both;
}
#main{width:100%; max-width:1920px; margin:auto;padding-bottom:20px;background:#fff;z-index:9}
.main{width:1200px;margin:auto;height:auto;}
.main::after{
    content:"";
    display: block;
    clear:both;
}

/*left*/
#left{ float:left;width:280px;overflow:hidden;z-index:999;position:relative;top:-55px;}
#left .left{ width:280px;margin:auto;}
#left .left h2,.proleft h2{display:block;width:280px;height:110px;background:#31bc3c;line-height:110px;text-indent:39px;overflow: hidden}
#left .left h2 span,.proleft h2 span{font-size:22px;color:#fff;font-weight:bold;}
#left .left ul{width:280px;position:relative; z-index:999;overflow:hidden;border-bottom:4px solid #e6e6e6;}
#left .left li{width:280px;height:64px;line-height:64px;overflow:hidden;position:relative;margin:auto;border-bottom:1px solid #e6e6e6;background:#f5f5f5;}
#left .left li a:link{display:block;width:280px;color:#4c4c4c;font-size:16px;text-decoration:none;margin:auto;}
#left .left li a:hover{color:#4c4c4c;}
#left .left li span{height:64px;text-align:left;cursor:pointer;display:block;font-size:16px;width:280px;text-indent:39px;margin:auto;line-height:64px;}
.proleft > li > a  span:hover{background-color: #fff;}
#left .left li .span_on{border:none;background-color: #fff;}

.proleftnavwrap{
    width:280px;
    border-bottom:4px solid #e6e6e6;
}
.proleftnavwrap > li > a:hover{
    background-color:#fff;
}
.proleftnavwrap > li >a.on{
    background-color:#fff;
}
.proleftnavwrap > li{
    width:100%;
    border-bottom:1px solid #e6e6e6;
}
.proleftnavwrap > li > a{
    display: block;
    width:100%;
    height:64px;
    font-size:16px;
    color:#4c4c4c;
    line-height:64px;
    padding-left:39px;
    background-color:#f5f5f5;
}
.pronavmore >a{
    background:url(../images/icon_down.png) right 15px top 28px no-repeat;
}
.pronavmore > a.toggleon{
    background:url(../images/icon_down_up.png) right 15px top 28px no-repeat;
    background-color:#f5f5f5;
}
.pronavlist{
    display: none;
}
.pronavlist a{
    display: block;
    width:100%;
    height:40px;
    font-size:13px;
    color:#4c4c4c;
    line-height:40px;
    padding-left:58px;
    background-color:#e5e5e5;
}
.pronavlist a.on{
    color:#31bc3c;
    font-weight: bold;
}
.pronavlist a:hover{
    color:#31bc3c;
    font-weight: bold;
}


/*right*/
#main .right{
     width:100%;
     background:#fff;
     padding-bottom:20px; 
     position: relative;
}
#main .right::before{
    content:"";
    display: block;
    width: 100vw;
    height: 53px;
    position: absolute;
    top:0;
    left:50%;
    transform: translateX(-50%);
    background-color: #f4f8ff;
}
#main .right .rightTit{
    width:100%;
    height:53px;
    margin:auto;
    position: relative;
    z-index: 9;
    padding-left: 205px;
}
#main .right .rightTit .right_name{
    width: 153px;
    height: 153px;
    background:url(../images/bg_childtitle.jpg);
    position: absolute;
    left:0;
    bottom: 0;    
    padding-top: 57px;
    text-align: center;
    /*padding-left: 20px;*/
}
#main .right .rightTit .right_name p:nth-child(1){
    font-size: 24px;
    color: #ffffff;
    line-height: 1;
    font-weight: bold;   
    margin-bottom: 10px;
    white-space: nowrap;
}
#main .right .rightTit .right_name p:nth-child(2){
    font-size: 14px;
    color: #ffffff;
    line-height: 1;
}
#main .right .rightTit .right_location{
    height: 100%;
    display: flex;
    align-items: center;
}
#main .right .rightTit .right_location a{
    font-size:12px;
    color: #666666;
}
#main .right .rightTit .right_location span{
    font-size:12px;
    color: #666666;
}
#main .right .rightTit .right_location .name_on{color:#31bc3c;!important;}
#main .right ul{width:100%; float:left; overflow:hidden;height:auto;margin-top:20px;}
#main .right li{line-height:30px;}
.detailimg{
    width:15%;
    float: left;
    margin-top: 20px;
}
#main .right .news_li{width:100%;height:170px;border-bottom:#e6e6e6 1px solid;}
#main .right .news_li .news_con{float:right;width:80%;height:112px;margin-top:20px;}
#main .right .news_li .news_img{width:180px;height:110px;margin-top:35px;float:right;}
#main .right .news_li .news_img img{width:180px;height:110px;}
#main .right .news_li .news_con .news_bt{display:block;width:100%;height:50px;line-height:50px;}
#main .right .news_li .news_con .news_bt .news_title{display:block;float:left;font-size:18px;color:#323232;font-weight:bold;}
#main .right .news_li .news_con .news_bt .news_time{display:block;float:right;font-size:14px;color:#999;}
#main .right .news_li .news_con .newsCon{line-height:24px;font-size:14px;color:#545454;width:603px;}

/*��ҳ*/
.page{text-align:left;margin:10px auto; padding-bottom:20px;display:inline; color:#303030;}
.page_turner {padding:20px 0px 0px 1px;float:left;clear:both;}
.page_turner a, .page_turner span {float:left;display:block;border:1px solid #303030;padding:5px;margin-left:4px; line-height:14px;}
.page_turner a:link, .page_turner a:visited { text-decoration:none; }
.page_turner a:hover, .page_turner a.c {background:#303030; color:#fff;}

.page1{float:right;text-align:left;margin:10px 30px;display:inline;}
.page1_turner {padding:4px 0px 0px 1px;float:left;clear:both;}
.page1_turner a, .page_turner span {float:left;display:block;border:1px solid #303030;padding:5px;margin-left:4px; line-height:14px;}
.page1_turner a:link, .page_turner a:visited { text-decoration:none; }
.page1_turner a:hover, .page_turner a.c {background:#303030; color:#fff;}


.products_txt p{color:#545454;font-size:16px;}
.childcontent{
    width:100%;
    overflow:hidden;
    height:auto;
    margin-top:20px;
}
.childproduct{
    width:380px;
    margin: 10px 10px;
}
.childproduct a{
    width:380px;
    height:380px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.childproduct p{
    display: flex;
    height:60px;
    align-items: center;
    justify-content: center;
    line-height: 30px;
    font-size:14px;
    background-color:#f2f2f2;
    text-align:center;
    overflow: hidden;
}
.backlistbtn{
    background-color:#31bc3c; 
    width:90px; 
    height:30px; 
    line-height:30px; 
    cursor:pointer; 
    display:block; 
    text-align:center;
    color:#fff;
}
.childnews{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}
.childnews .newsitem{
    width: 540px;
    padding-top: 60px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.childnews .newsitem img{
    width: 230px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    margin-bottom: 25px;
}
.childnews .newsitem .title{
    font-size: 16px;
    color: #333;
    line-height: 20px;
    margin-bottom: 15px;
}
.childnews .newsitem .content{
    font-size: 14px;
    color: #a5a2a2;
    line-height: 20px;
}
.childnews .newsitem .img{
    position: relative;
}
.childnews .newsitem .img .date{
    position: absolute;
    width: 107px;
    height: 34px;
    border-radius: 4px;
    background-color: #849d7d;
    top: 35px;
    left: 113px;
    font-size: 13px;
    color: #ffffff;
    font-weight: bold;
    line-height: 34px;
    text-align: center;
}
.honorwrap{
    margin-top:120px;
    padding:;
    position: relative;
}
.honorwrap .title{
    font-size: 28px;
    color:#333;
    font-weight: bold;
    text-align: center;
    padding-bottom: 10px;
    border-bottom:1px solid #ccc;
    margin-bottom:50px;
    line-height: 40px;
}
#swiper_honor{
    width: 1000px;
}
.honor_left{
    width: 62px;
    height: 45px;
    position: absolute;
    left:0;
    bottom: 60px;
    background:url(../images/honor_left.jpg);
    cursor: pointer;
}
.honor_right{
    width: 62px;
    height: 45px;
    position: absolute;
    right:0;
    bottom: 60px;
    background:url(../images/honor_right.jpg);
    cursor: pointer;
}