*{
    padding:0px;
    margin:0px;
    box-sizing:border-box;
}
body{
    max-width:1920px;
    overflow-x:hidden;
    font:12px/1.5em "microsoft yahei";color:#656565;background:#fff;
}
ul,li{
    list-style:none;
}
img{
    border:none;
    outline:none;
}
h1,h2,h3,h4,h5,h6{
    margin:0px;
}
a{
    color: #333333;
    text-decoration: none;
}
.line_1{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.line_2{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;
}
.hbtn{
    transition: ease-out .4s;
}
.hbtn:hover{
    transition: ease-out .4s;
}
input,textarea{
    border:none;
    outline: none;
}


.page{text-align:left;margin:10px auto; padding-bottom:20px;display:flex; color:#303030;}
.page_turner {padding:20px 0px 0px 1px;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;}
.page::after{content:"";display: block;clear: both;}

/*header*/
header{
    width:100%;
    max-width: 1920px;
    margin:0 auto;
    position: relative;
}
.topwrap{
    width:1380px;
    height: 130px;
    position: absolute;
    top:0;
    left:50%;
    transform: translateX(-50%);
    z-index:99;
    display: flex;
    align-items: center;
}
#indexbanner{
    width:100%;
    min-width: 1920px;
    left:50%;
    transform: translateX(-50%);
}
#indexbanner img{
    vertical-align: top;
    width:100%;
}
.navwrap{
    display:flex;
    align-items: center;
    margin-left:auto;
    margin-right:17px;
}
.navwrap li{
    padding:40px 30px;
    position:relative;
}
.navwrap li:last-child{
    padding-right:0;
}
.navwrap li:first-child{
    padding-left:0;
}
.navwrap li.on .navlink{
    color:#af7b49;
    font-weight: bold;
    position: relative;
}
.navwrap li.on .navlink::after{
    content:"";
    display: block;
    width: 100%;
    height: 4px;
    background-color:#af7b49;
    position: absolute;
    bottom:-7px;
}
.navlink{
    font-size:16px;
    color:#ffffff;
}
.downlistwrap{
    display:none;
    position:absolute;
    width:200px;
    top:75px;
    left:50%;
    transform: translateX(-50%);
    background-color:#fff;
    z-index:9;
}
.downlistwrap a{
    display: block;
    width:100%;
    padding:0 5px;
    line-height:40px;
    border-bottom:1px solid #eeeeee;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    font-size:14px;
    color:#666;
}
.downlistwrap a:hover{
    color:#af7b49;
}
.downlistwrap a:last-child{
    border:none;
}
.toptel{
    font-size:16px;
    font-weight: bold;
    color:#af7b49;
    padding-left:37px;
    margin-left:37px;
    position: relative;
    background:url(../images/icon_tel.png) left center no-repeat;
}
.toptel::before{
    content:"";
    width:2px;
    height:17px;
    background-color:#eeeff3;
    position: absolute;
    left:-41px;
    top:50%;
    transform: translateY(-50%);
}
.childbanner{
    width:1380px;
    height: 400px;
    margin:0 auto;
    position: relative;
}
.childbanner img{
    width:1920px;
    height:100%;
    position: absolute;
    top:0;
    left:50%;
    transform: translateX(-50%);
}
/*footer*/
footer{
    width:100%;
    max-width: 1920px;
    background-color:#333333;
    margin:0 auto;
}
.ft_top{
    width:1380px;
    height:329px;
    margin:0 auto;
    display: flex;
    align-items: center;
}
.ft_end{
    width:100%;
    height: 70px;
    border-top:1px solid #484848;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ft1{
    width:237px;
}
.ft2{
    margin-left:259px;
}
.ft3{
    width:417px;
    margin-right:17px;
    margin-left:auto;
    display: flex;
    flex-wrap:wrap;
    justify-content: space-between;
}
.botnav{
    margin-top:42px;
    display: flex;
    flex-wrap:wrap;
    justify-content: space-between;
}
.botnav a{
    font-size:14px;
    color:#ffffff;
    line-height:42px;
}
.botnav a:nth-child(3n+2){
    margin:0 15px;
}
.ft2 p{
    font-size: 14px;
    color:#af7b49;
    line-height: 49px;
}
.ft2 p span{
    color:#b2b2b2;
    margin-right:42px;
}
.ft3 input[type="text"]{
    width:128px;
    height: 30px;
    margin-bottom:16px;
    padding-left: 20px;
}
.ft3 textarea{
    width:325px;
    height: 74px;
    resize: none;
    padding-left:20px;
    line-height: 30px;
}
.ft3 input[type="submit"]{
    cursor: pointer;
    display: block;
    width:74px;
    height: 74px;
    line-height: 74px;
    text-align: center;
    font-size:12px;
    color:#fff;
    background: url(../images/bg_sub.png) center center;
}
textarea::-webkit-input-placeholder,input::-webkit-input-placeholder{
    font-size:12px;
    color:#808080;
    font-family: "Microsoft Yahei"
}
.ft_end *{
    font-size:12px;
    color:#cccccc;
}
/*index*/
#container{
    width:100%;
    max-width:1920px;
    margin:0 auto;
}
.index1{
    width:1380px;
    height:965px;
    margin:0 auto;
    padding-top: 70px;
}
.index1 .title{
    font-size:38px;
    color: #545454;
    line-height: 1;
}
.index1 .title::after{
    content:"";
    display: block;
    width:60px;
    height:2px;
    background-color: #af7b49;
    margin-top:22px;
    margin-bottom:34px;
}
.index1 .content{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}
.index1 .item{
    margin-bottom:15px;
    width:450px;
    height:300px;
    overflow: hidden;
}
.index1 .item img{
    width: 100%;
    vertical-align: top;
}
.index1 .item img:hover{
    transform: scale(1.2);
}
.index1 .more{
    display: block;
    float:right;
    width:160px;
    height:45px;
    background: url(../images/more.png) right 26px center no-repeat;
    background-color: #af7b49;
    margin-top:45px;
    padding-left:27px;
    font-size:16px;
    color:#ffffff;
    line-height: 45px;
}
.index2wrap{
    width:100%;
    height: 650px;
    background-color: #f5f5f5;
}
.index2{
    width:1380px;
    height: 100%;
    margin:0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.index2 .left{
    width:675px;
}
.index2 .right{
    width:650px;
    height: 430px;
}
.index2 .title{
    font-size:30px;
    color:#333333;
    font-weight: bold;
    line-height: 1;
}
.index2 .title::after{
    content:"";
    display: block;
    width:60px;
    height: 2px;
    background-color:#af7b49;
    margin:17px 0 25px;
}
.index2desc p{
    font-size:16px;
    color:#545454;
    line-height: 30px;
}
.index2 .more{
    display: block;
    width:150px;
    height:40px;
    background-color:#af7b49;
    font-size:16px;
    color:#ffffff;
    line-height: 40px;
    text-align: center;
    margin-top:38px;
    margin-bottom:74px;
}
.index2 .content{
    display: flex;
    align-items: flex-start;
}
.index2 .item{
    margin-right:40px;
    text-align: center;
}
.index2 .item p:first-child{
    font-size: 40px;
    color:#363636;
    line-height: 1;
    font-weight: bold;
}
.index2 .item span{
    font-size: 16px;
    color:#363636;
    line-height: 1;
    font-weight: normal;
    margin-left:3px;
}
.index2 .item p:last-child{
    font-size:16px;
    color:#363636;
    line-height: 1;
    margin-top:34px;
    text-align: center;
}
.index3{
    width:1380px;
    height:715px;
    margin:0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-top:91px;
}
.index3 > .left{
    width:790px;
}
.index3 > .right{
    width:530px;
}
.index3 .title{
    width:100%;
    margin-bottom:39px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.index3 .title p{
    font-size:28px;
    color:#333333;
    line-height: 1;
    font-weight: bold;
}
.index3 .title a{
    font-size:14px;
    color:#545454;
}
.i3_l .first{
    width:100%;
    height:200px;
    display: flex;
    align-items: center;
}
.i3_l .first .left img{
    vertical-align: top;
    width:300px;
}
.i3_l .first .right{
    margin-left:30px;
    height:100%;
    padding-top:25px;
}
.i3_l .first .right a:first-child{
    font-size:16px;
    color:#333333;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.i3_l .first .right p{
    font-size:14px;
    color:#545454;
    line-height:26px;
    margin:19px 0 35px;
}
.i3_l .first .right .more{
    display: block;
    width:130px;
    height:40px;
    background-color:#af7b49;
    border-radius:20px;
    font-size:14px;
    color:#fff;
    line-height: 40px;
    text-align: center;
}
.i3_l .item{
    width:100%;
    height:70px;
    padding-top:35px;
    border-bottom: 1px solid #e6e6e6;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.i3_l .item a{
    font-size:14px;
    color:#545454;
    line-height: 1;
    width:70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.i3_l .item span{
    font-size:12px;
    color:#999999;
    line-height:14px;
}
.i3_r{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.i3_r .item{
    width:100%;
    height:75px;
    padding-left:29px;
    padding-right:37px;
    background-color:#f6f6f6;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: .3s;
}
.i3_r .item:not(:last-child){
    margin-bottom:5.5px;
}
.i3_r .item::after{
    content:"";
    display: block;
    width:22px;
    height:22px;
    border-radius:50%;
    background:url(../images/jt_gray.png) left 9px top 5px no-repeat;
    background-color:#cccccc;
    transition: .3s;
}
.i3_r .item a{
    width:70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height:100%;
    line-height: 75px;
    font-size:14px;
    color:#545454;
}
.i3_r .item:hover{
    background-color:#af7b49;
}
.i3_r .item:hover > a{
    color:#fff;
}
.i3_r .item:hover::after{
    background: url(../images/jt_white1.png) left 9px top 5px no-repeat;
    background-color:#ffffff;
}
.index4wrap{
    width:100%;
    height:835px;
    background-color:#f5f5f5;
}
.index4{
    width:1380px;
    height:100%;
    margin:0 auto;
    padding-top:85px;
}
.index4 > .title{
    text-align: center;
}
.index4 > .title h5{
    font-size:38px;
    color:#af7b49;
    line-height: 1;
}
.index4 > .title p{
    font-size:16px;
    color:#545454;
    line-height: 1;
    margin-top:23px;
}
.index4 .content{
    width:100%;
    height: 500px;
    margin-top:49px;
    background-color: #fff;
    display: flex;
    align-items: flex-start;
}
.index4 .item{
    width: 460px;
    height:100%;
}
.index4 .msg{
    width: 460px;
    height: 50%;
    padding:56px 31px 0;
    position: relative;
}
.index4 .item .title{
    font-size:24px;
    color:#545454;
    line-height: 1;
    font-weight: bold;
}
.index4 .item .title::after{
    content:"";
    display: block;
    width:30px;
    height:3px;
    background-color: #af7b49;
    margin-top:11px;
}
.index4 .img{
    width:100%;
    height: 50%;
    overflow: hidden;
}
.index4 .img img{
    vertical-align: top;
    width: 100%;
}
.index4 .img img:hover{
    transform: scale(1.2);
}
.index4 .msg .desc{
    margin-top:12px;
    font-size:14px;
    color:#666666;
    line-height: 26px;
}
.index4 .msg:nth-child(odd)::after{
    content:"";
    display: block;
    width:14px;
    height: 14px;
    background-color: #fff;
    transform: rotate(45deg) translateX(-50%);
    position: absolute;
    bottom:-12px;
    left:50%;
    z-index:8;
}
.index4 .msg:nth-child(even)::after{
    content:"";
    display: block;
    width:14px;
    height: 14px;
    background-color: #fff;
    transform: rotate(45deg) translateX(-50%);
    position: absolute;
    top:-2px;
    left:50%;
    z-index:8;
}



@keyframes transup1{
    0%{
        transform: translateY(600px);
        opacity:0;
    }
    100%{
        transform:none;
        opacity:1;
    }
}
.transup1{
    animation-name: transup1;
    animation-fill-mode: both;
    animation-timing-function:ease-out;
    animation-duration: 1s;
}
@keyframes transup2{
    0%{
        transform: translateY(500px);
        opacity:0;
    }
    100%{
        transform:none;
        opacity:1;
    }
}
.transup2{
    animation-name: transup2;
    animation-fill-mode: both;
    animation-timing-function:ease-out;
    animation-duration: 1s;
}
@keyframes transup3{
    0%{
        transform: translateY(400px);
        opacity:0;
    }
    100%{
        transform:none;
        opacity:1;
    }
}
.transup3{
    animation-name: transup3;
    animation-fill-mode: both;
    animation-timing-function:ease-out;
    animation-duration: 1s;    
}
/*child*/
.childsortswrap{
    width:100%;
    max-width:1920px;
    height:70px;
    margin:0 auto;
    background-color:#af7b49;
}
.childsorts{
    width:1380px;
    height:100%;
    margin:0 auto;
    display: flex;
    align-content: flex-start;
}
.childsorts a{
    color:#fff;
    font-size:14px;
    line-height:70px;
    min-width:200px;
    text-align: center;
}
.childsorts[_pro] a{
    min-width: auto;
    padding:0 65px;
}
.childsorts a.on{
    background-color:#fff;
    color:#af7b49;
    font-weight: bold;
}
.childcontainer{
    width:1380px;
    margin: 0 auto;
    padding:30px 0;
}
.c_newsitem{
    width:100%;
    height:220px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e6e6e6;
}
.c_newsitem img{
    height:160px;
}
.c_newsitem_r{
    width:1070px;
}
.childnews_title{
    display: flex;
    justify-content: space-between;
    align-content: center;
}
.childnews_title a{
    font-size: 18px;
    color: #545454;
    line-height: 38px;
    font-weight: bold;
}
.childnews_title span{
    font-size: 14px;
    color: #666666;
}
.childnews_content{
    font-size: 14px;
    color: #666666;
    line-height: 28px;
}
.childnews_more{
    display: block;
    width: 100px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    font-size: 12px;
    color: #545454;
    background-color: #f2f2f2;
    margin-top:40px;
}
.newswrap{
    display: block;
    height: 100px;
    padding:10px 25px;
    margin-bottom:10px;
    cursor: pointer;
    transition: .3s ease-out;
    background-color:#f2f2f2;
}
.newswrap:hover{
    background-color: #afadad;
    color:#fff;
}
.newswrap:hover h4{
    color:#fff;
}
.newswrap:hover p{
    color:#fff;
}
.newstitle{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.newscontent{
    margin-top:4px;
}
.newstitle h4{
    font-size:18px;
    color:#545454;
    line-height:38px;
}
.newstitle span{
    line-height:38px;
    font-size:14px;
    color:#666666;
}
.newscontent p{
    font-size:14px;
    color:#666666;
    line-height:28px;
    text-align:justify;
}

.article_title{
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
.article_info{
    display: flex;
    justify-content: center;
    align-items: center;
    height:28px;
    background-color:#999;
    margin:15px 0;
}
.article_info span{
    font-size:13px;
    margin:0 13px;
    color:#fff;
}
.article_others{
    margin-top:20px;
    padding:20px 0;
    border-top: 1px dashed #333;
}
.article_others a{
    line-height:25px;
}
.article_others a:hover{
    color:#af7b49;
}
.backlist{
    background-color:#999;
    color:#fff;
    padding:5px 10px;
}
.backlist:hover{
    background-color:#af7b49;
}
.childpro,.childpic{
    display: flex;
    flex-wrap: wrap;
}
.proitem{
    width:420px;
    padding:20px 20px 0;
    border:1px solid #eeeeee;
    margin-bottom:20px;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: space-between;
}
.proitem:nth-child(3n+2){
    margin: 0 30px 20px;
}
.proitem:hover{
    border-color:#af7b49;
}
.proitem img{
    width:100%;
}
.proitem p{
    font-size:14px;
    color:#333333;
    line-height:45px;
    text-align: center;
}
.picitem{
    width:420px;
    padding:20px 20px 0;
    border:1px solid #eeeeee;
    margin-bottom:20px;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: space-between;
}
.picitem:nth-child(3n+2){
    margin: 0 30px 20px;
}
.picitem:hover{
    border-color:#af7b49;
}
.picitem img{
    width:100%;
}
.picitem p{
    font-size:14px;
    color:#333333;
    line-height:45px;
    text-align: center;
}
.childmessage{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
.msgform{
    width:850px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.msgitem p{
    line-height:1.5;
    color:#5a5a5a;
    margin-bottom:10px;
}
.msgcode p{
    line-height:1.5;
    color:#5a5a5a;
}
.msgitem input{
    width:100%;
    height:38px;
    padding-left:15px;
    border:1px solid #c1c1c1;
    outline:none;
}
.msgitem textarea{
    width:100%;
    height: 150px;
    border:1px solid #c1c1c1;
    outline:none;
    resize: none;
    line-height:38px;
}
.msgcode{
    display: flex;
    height:38px;
    align-items: center;
    margin:10px 0;
}
.msgcode input{
    width:120px;
    height:100%;
    border:1px solid #c1c1c1;
    outline:none;
    margin:0 20px;
    padding-left:15px;
}
.msgform input[type="submit"]{
    width:100%;
    height:48px;
    border:none;
    outline:none;
    color:#fff;
    background-color: #af7b49;
    cursor: pointer;
}









    