*{
    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;
    height:600px;
    overflow: hidden;
    left:50%;
    transform: translateX(-50%);
}
#childbanner{
    width:100%;
    height:400px;
    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:#00468e;
    opacity:.3;
}
.my-bullet-active{
    opacity:1;
}
.mypagination{
    bottom:30px !important;
}
.mybannerleft{
    width:45px;
    height:100px;
    background:url(/static/images/sprite.png) no-repeat 0 0;
    cursor: pointer;
    transform: translateY(-50%);
    left:12%;
    opacity: .3;
}
.mybannerright{
    width:45px;
    height:100px;
    background:url(/static/images/sprite.png) no-repeat;
    background-position:right top;
    cursor: pointer;
    transform: translateY(-50%);
    right:12%;
    opacity: .3;
}


/* top */
header{
    width:100%;
    max-width:1920px;
    margin:0 auto;
}
.top1wrap{
    width:100%;
    height:36px;
    background-color:#f5f5f5;
}
.top1{
    width:1200px;
    height:100%;
    margin:0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.top1 p{
    font-size:12px;
    color:#666666;
}
.top1right{
    height:100%;
    display: flex;
    align-items: center;
}
.topform{
    height:100%;
    margin-right:14px;
    display: flex;
    align-items: center;
}
.topform input[type="text"]{
    width:169px;
    height:25px;
    padding-left:13px;
    border:1px solid #b3b3b3;
    border-right:none;
    outline:none;
    border-top-left-radius: 12.5px;
    border-bottom-left-radius: 12.5px;
    font-size:12px;
    color:#a8a8a8;
}
.topform input[type="text"]::-input-placeholder{
    font-size:12px;
    color:#a8a8a8;
    line-height:23px;
}
.topform input[type="text"]::-webkit-input-placeholder{
    font-size:12px;
    color:#a8a8a8;
    line-height:23px;
}
.topform input[type="submit"]{
    width:31px;
    height:25px;
    border:1px solid #b3b3b3;
    border-left:none;
    outline: none;
    border-top-right-radius: 12.5px;
    border-bottom-right-radius: 12.5px;
    background:url(/static/images/icon_search.png) left center no-repeat;
    background-color:#fff;
}
.lagwrap{
    width:118px;
    height:100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.lagwrap a{
    font-size:12px;
    color:#595959;
}
.lagwrap a::before{
    content:"";
    display: inline-block;
    width:15px;
    height: 11px;
    margin-right:5px;
    background:url(/static/images/icons.png);
}
.lagwrap a:first-child::before{
    background-position:0 -11px;
}
.lagwrap a:last-child::before{
    background-position:0 0;
}
.logowrap{
    width:1200px;
    height:130px;
    display: flex;
    margin:0 auto;
    align-items: center;
}
.topcode{
    margin-left:auto;
    margin-right:10px;
    width:85px;
}
.navbarwrap{
    width:100%;
    height:60px;
    background-color:#00468e;
}
.navwrap{
    width:1200px;
    height:100%;
    margin:0 auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.navwrap li{
    flex:1;
    height:100%;
    position:relative;
}
.navwrap li.on{
    background-color:#f39939;
}
.nav_a{
    display: block;
    width:100%;
    height:100%;
    font-size:14px;
    color:#ffffff;
    line-height:60px;
    text-align:center;
    cursor: pointer;
}
.navwrap li.on .nav_a{
    font-weight: bold;
}
.navwrap li:hover{
    background-color: #f39939;
}
.navwrap li:hover > .nav_a{
    font-weight: bold;
}
.navwrap li:hover > .downlistwrap{
    display: block;
}
.downlistwrap{
    display: none;
    position: absolute;
    z-index:99;
    top:60px;
    left:0px;
    right: 0px;
}
.downlistwrap a{
    display: block;
    width:100%;
    height:30px;
    text-align: center;
    line-height:30px;
    color:#fff;
    background-color:#00468e;
    border-bottom:1px dashed #5d666d;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.downlistwrap a:last-child{
    border-bottom:0px;
}
.downlistwrap a:hover{
    background-color:#f39939;
}
/*footer*/
footer{
    width:100%;
    max-width:1920px;
    height:310px;
    background-color:#23438c;
    margin:0 auto;
}
.endwrap{
    width:1153px;
    height:100%;
    margin:0 auto;
    padding-top:29px;
}
.endnavwrap{
    width:100%;
    height:62px;
    border-top:2px solid #4f69a3;
    border-bottom:2px solid #4f69a3;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.endnavwrap a{
    flex:1;
    border-right:2px solid #bcc2d5;
    font-size:14px;
    color:#fefffe;
    line-height:15px;
    text-align:center;
}
.endnavwrap a:last-child{
    border-right:0px;
}
.end2wrap{
    display: flex;
    justify-content: space-between;
}
.end2_left{
    padding-top:39px;
}
.end2_left p{
    line-height:1;
}
.end2_left span{
    font-size:14px;
    color:#fefffe;
    line-height: 1;
}
.endtel{
    font-size:30px;
    color:#fff;
    font-family: "Impact";
    margin:7px 0 28px;
}
.end2_left p:nth-child(n+3){
    font-size:14px;
    color:#ffffff;
    margin-bottom: 12px;
}
.end2_right{
    padding-right:50px;
    padding-top:37px;
    text-align:center;
}
.end2_right p{
    font-size:12px;
    color:#fefffe;
    margin-top:17px;
    line-height:1;
}

/* main */
#container{
    width:100%;
    max-width:1920px;
    margin:0 auto;
}
.index1{
    width:1200px;
    height:810px;
    margin:0 auto;
    position: relative;
    padding-top:210px;
}
.index1title{
    text-align:center;
}
.index1title h2{
    font-size:36px;
    color:#666666;
    line-height:1;
}
.index1title p{
    font-size: 12px;
    color:#cccccc;
    line-height:1;
    font-weight: bold;
    margin-top:10px;
}
.index1title p::after{
    content:"";
    display: block;
    width:23px;
    height:6px;
    margin: 21px auto 20px;
    background-color:#f39939;
}
.index1desc{
    font-size:14px;
    color:#808080;
    line-height:1;
    text-align:center;
    margin-bottom: 50px;
}
.indexproslide{
    border:1px solid #ededed;
}
.indexproimgwrap{
    width:277px;
    height:249px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.indexproimgwrap img{
    width:100%;
}
.indexproslide p{
    text-align:center;
    line-height: 100px;
    background-color:#ededed;
    font-size:16px;
    color:#545454;
}
.indexprotypes{
    height:200px;
    position:absolute;
    z-index:98;
    left:0px;
    right: 0px;
    top:-60px;
    background-color:#fff;
    box-shadow:0px 6px 20px 1px #e6e6e6;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.indexprotypes a{
    width:239px;
    height:100%;
    padding-top:142px;
    text-align:center;
    position:relative;
}
.indexprotypes p{
    font-size:16px;
    color:#545454;
}
.indexprotypes span{
    width:1px;
    height:88px;
    background-color:#e6e6e6;
}
.indexprotypes a::after{
    content:"";
    display: block;
    width:79px;
    height: 79px;
    position: absolute;
    top:42px;
    left:50%;
    transform: translateX(-50%);
}
.indexpro_1::after{
    background: url(/static/images/icons.png);
    background-position:0 -259px;
}
.indexpro_2::after{
    background: url(/static/images/icons.png);
    background-position:0 -338px;
}
.indexpro_3::after{
    background: url(/static/images/icons.png);
    background-position:0 -180px;
}
.indexpro_4::after{
    background: url(/static/images/icons.png);
    background-position:0 -22px;
}
.indexpro_5::after{
    background: url(/static/images/icons.png);
    background-position:0 -101px;
}
.index2wrap{
    width:100%;
    height:600px;
    background-color:#f5f5f5;
}
.index2{
    width:1200px;
    height:100%;
    margin:0 auto;
    padding-top:57px;
}
.index2title{
    font-size:36px;
    color:#666666;
    line-height:1;
    margin-bottom:45px;
}
.index2content{
    width:100%;
    height: 390px;
    display: flex;
    justify-content: space-between;
}
.videowrap{
    width:560px;
    height:100%;
    overflow: hidden;
}
.videowrap video{
    width:100%;
    height:100%;
    object-fit:fill;
}
.indexnewswrap{
    width:610px;
    height:100%;
    padding:10px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.indexnews{
    display: flex;
    justify-content: space-between;
    height:100px;
}
.indexnews_left{
    width:100px;
    height:100px;
    background-color:#ffffff;
    text-align:center;
    padding-top:22px;
    line-height:1;
}
.indexnews_left p:first-child{
    font-size:36px;
    color:#999999;
    font-weight: bold;
    margin-bottom: 12px;
}
.indexnews_left p:last-child{
    font-size:14px;
    color:#999999;
}
.indexnews_right{
    width:490px;
    height:100%;
    padding-top:13px;
}
.indexnews_right p:first-child{
    font-size:16px;
    color:#545454;
    margin-bottom: 10px;
    line-height:1;
    width:400px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.indexnews_right p:last-child{
    font-size:14px;
    color:#808080;
    line-height: 30px;
}
.index3{
    width:1200px;
    height:605px;
    margin:0 auto;
    padding-top:76px;
}
.index3title{
    text-align:center;
}
.index3title h2{
    font-size:36px;
    color:#666666;
    line-height:1;
    margin-bottom:10px;
}
.index3title span{
    font-size:12px;
    color:#cccccc;
    line-height: 1;
    font-weight: bold;
}
.indexaboutwrap{
    display: flex;
    margin-top:50px;
    justify-content: space-between;
}
.indexaboutwrap img{
    width:600px;
}
.indexabout_right{
    width:562px;
    padding-top:56px;
}
.indexabout_title{
    font-size:26px;
    color:#333333;
    line-height: 1;
    font-weight: normal;
    margin-bottom:36.5px;
}
.indexabout_content p{
    font-size:14px;
    color:#808080;
    line-height: 27px;
}
.indexaboutmore{
    display: block;
    width:180px;
    height:40px;
    margin-top:28.5px;
    background-color:#f39939;
    line-height: 40px;
    text-align: center;
    font-size:14px;
    color:#ffffff;
    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;
}
/*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:260px;
    height:185px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.picimgwrap2{
    display: flex;
    width:260px;
    height:200px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.picimgwrap img,.picimgwrap2 img{
    width:100%;
}

.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{ width:280px;margin:auto;}
.left h2,.proleft h2{display:block;width:280px;height:110px;background:#00468e;line-height:110px;text-indent:39px;overflow: hidden}

.left h2 span,.proleft h2 span{font-size:22px;color:#fff;font-weight:bold;}

.left ul{width:280px;position:relative; z-index:999;overflow:hidden;border-bottom:4px solid #e6e6e6;}
.left li{width:280px;height:64px;line-height:64px;overflow:hidden;position:relative;margin:auto;border-bottom:1px solid #e6e6e6;background:#f5f5f5;}
.left li a:link{display:block;width:280px;color:#4c4c4c;font-size:16px;text-decoration:none;margin:auto;}
.left li a:hover{color:#4c4c4c;}
.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; !important}

.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(/static/images/icon_down.png) right 15px top 28px no-repeat;
}
.pronavmore > a.toggleon{
    background:url(/static/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:#00468e;
    font-weight: bold;
}
.pronavlist a:hover{
    color:#00468e;
    font-weight: bold;
}


/*right*/
.right{ width:870px;float:right;overflow:hidden;float:right;background:#fff;padding-bottom:20px; }
.right .rightTit{width:870px;height:70px;margin:auto;line-height:70px;border-bottom:1px solid #e6e6e6}
.right .rightTit .right_name{float:left;width:auto;padding-right:9px;height:69px;line-height:69px;border-bottom:2px solid #00468e;font-size:18px;color:#00468e;}
.right .rightTit .right_location{font-size:14px;color:#999;float:right;width:auto;padding-left:38px;}
.right .rightTit .right_location a{font-size:14px;color:#999;padding:0px 3px;line-height:70px;}
.right .rightTit .right_location span{font-size:14px;color:#999;line-height:70px;}
.right .rightTit .right_location .name_on{color:#00468e;!important;}
.right ul{width:870px; float:left; overflow:hidden;height:auto;margin-top:20px;}
.right li{line-height:30px;}
.right .news_li{width:870px;height:170px;border-bottom:#e6e6e6 1px solid;}
.right .news_li .news_con{float:left;width:100%;height:112px;margin-top:35px;}
.right .news_li .news_img{width:180px;height:110px;margin-top:35px;float:right;}
.right .news_li .news_img img{width:180px;height:110px;}
.right .news_li .news_con .news_bt{display:block;width:100%;height:50px;line-height:50px;}
.right .news_li .news_con .news_bt .news_title{display:block;float:left;font-size:18px;color:#323232;font-weight:bold;}
.right .news_li .news_con .news_bt .news_time{display:block;float:right;font-size:14px;color:#999;}
.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:870px;
    overflow:hidden;
    height:auto;
    margin-top:20px;
}
.childproduct{
    width:260px;
    margin: 5px 10px;
}
.childproduct a{
    width:260px;
    height:250px;
    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;
}
.videocontent{
    width:100%;
    padding-top:30px;
    text-align: center;
}
.fvideo{
    margin-bottom:50px;
}
.fvideo video{
    width:578px;
    height:325px;
    border:none;
    outline:none;
    border-radius: 6px;
}
.fvideotitle{
    width:578px;
    padding:21px 15px 0;
    margin:0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.fvideotitle p{
    font-size:18px;
    color:#383838;
    line-height:1;
    font-weight: bold;
}
.fvideotitle span{
    font-size:12px;
    color:#383838;
    font-family:IKEA Sans;
}
.fvideotitle p::after{
    content:"";
    display: block;
    width:14px;
    height:3px;
    margin-top:8px;
    background-color:#383838;
}
.backlistbtn{
    background-color:#00468e; 
    width:90px; 
    height:30px; 
    line-height:30px; 
    cursor:pointer; 
    display:block; 
    text-align:center;
    color:#fff;
}