*{
    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:100%;
}
#childbanner{
    width:100%;
    /*height:400px;*/
    overflow: hidden;
    position:relative;
}
#childbanner img{
    width:100%;
    height: 100%;
}
.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(../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 */
header{
    width:100%;
    max-width:1920px;
    margin:0 auto;
}
.wrap{
    width:1200px;
    margin-left:auto;
    margin-right:auto;
}
.top1wrap{
    width:100%;
    height:36px;
    background-color:#f5f5f5;
}
.top1{
    height:100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.top1 p{
    font-size:12px;
    color:#666666;
}
.top1 .right{
    display: flex;
    align-items: center;
}
.top1 .right a{
    font-size:12px;
    color:#666666;
    height: 13px;
    line-height: 13px;
}
.top1 .right a:nth-child(2){
    padding:0 10px;
    margin:0 10px;
    border-left:1px solid #666666;
    /*border-right:1px solid #666666;*/
}
.top2{
    height: 120px;
    display: flex;
    align-items: center;
}
.navwrap{
    width:905px;
    height:100%;
    margin-left:auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.navwrap li{
    height:100%;
    padding:0 3px;
}
.navwrap li.on{
    border-bottom:3px solid #f6971d;
}
.navwrap li a{
    font-size: 16px;
    color:#1a1a1a;
    display: block;
    text-align: center;
    line-height: 117px;
}
.navwrap li:hover{
    border-bottom:3px solid #f6971d;
}


/*footer*/
footer{
    width:100%;
    max-width:1920px;
    background-color:#1f1f1f;
    margin:0 auto;
}
.end1{
    height: 73px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 2px solid #292929;
}
.end1 a{
    font-size: 14px;
    color: #e5e5e5;
    margin:0 45px;
}
.end2{
    height: 283px;
    padding:0 100px 0 53px;
    display: flex;
    align-items: center;
}
.end2 div{
    margin-left:46px;
}
.end2 div p,.end2 div p a{
    font-size: 14px;
    color: #808080;
    line-height: 30px;
}
.end2 img:last-child{
    margin-left: auto;
}




/* main */
#container{
    width:100%;
    max-width:1920px;
    margin:0 auto;
}
.index1wrap{
    height: 590px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.index1{
    height: 440px;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}
.index1 .right{
    flex:1;
    padding:72px 31px 0 59px;
    background:url(../images/bg_indexabout.png) left 35px center no-repeat;
    background-color:#f5f5f5;
}
.index1 .right .title{
    font-size: 16px;
    color:#333333;
    line-height: 1;
    font-weight: bold;
    margin-bottom:22px;
}
.index1 .right h5{
    font-size: 28px;
    color: #333333;
    line-height: 1;
}
.index1 .right h5::after{
    content:"";
    display: block;
    width:50px;
    height: 3px;
    margin-top:24px;
    background-color: #333333;
}
.index1 .right .content{
    font-size: 14px;
    color: #333333;
    line-height: 26px;
    margin-top: 12px;
}
.index1 .right .more{
    display: inline-block;
    font-size: 12px;
    color: #333333;
    margin-top: 40px;
    padding-right: 55px;
    background:url(../images/more.png) right center no-repeat;
}
.index2wrap{
    height: 530px;
    background:url(../images/bg_product.png) center top;
}
.index2{
    padding-top:60px;
}
.index2 .title{
    height: 108px;
    padding-left: 33px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.square{
    border:5px solid #335bc2;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.index2 .square{
    width:299px;
    height: 108px;
}
.square p{
    color: #ffffff;
    font-weight: bold;
    line-height: 1;
    margin-left:-38px;
}
.square p:first-child{
    font-size: 16px;
    margin-bottom: 16px;
}
.square p:last-child{
    font-size: 28px;
}
.index2 .right{
    display: flex;
    align-items: center;
}
.index2 .right a{
    width:136px;
    height: 43px;
    border:2px solid #fff;
    font-size: 14px;
    color:#f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    margin-left:21px;
}
.index2 .right a:hover{
    background-color:#fff;
    color:#262626;
}
#swiper_pro{
    margin-top:48px;
}
.proslide{
    position: relative;
    overflow: hidden;
}
.proslide img{
    width:100%;
    vertical-align: top;
    transition: .4s;
}
.proslide:hover img{
    transform: scale(1.2);
}
.proslide span{
    display: block;
    position: absolute;
    height: 50px;
    left:0;
    right:0;
    bottom:0;
    background-color: rgba(2,53,181,.5);
    font-size:14px;
    color:#ffffff;
    text-align: center;
    line-height: 50px;
}
.index3wrap{
    height: 640px;
    background-color: #f5f5f5;
}
.index3{
    height: 100%;
    padding-top:70px;
}
.squaretitle{
    display: block;
    width:473px;
    height: 105px;
    margin: 0 auto;
    border:5px solid #dddddd;
    text-align: center;
    padding-top:25px;
}
.squaretitle p{
    font-size: 14px;
    color: #808080;
    line-height: 1;
    font-weight: bold;
    letter-spacing: 7px;
    margin-bottom:15px;
}
.squaretitle h5{
    font-size: 30px;
    line-height: 1;
    color: #222222;
}
.index3 .title{
    font-size: 14px;
    color: #545454;
    line-height: 1;
    text-align: center;
    margin-top:32px;
    margin-bottom: 62px;
}
.index3content{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.index3content .item{
    width:261px;
}
.index3content .item div{
    height: 100px;
}
.index3content .item div img{
    vertical-align: top;
}
.index3content .item h5{
    font-size: 20px;
    line-height: 1;
    color:#333333;
    margin-bottom:8px;
}
.index3content .item p{
    font-size: 12px;
    color:#545454;
    line-height: 22px;
}
.index4{
    height: 512px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.index4 .left{
    width:460px;
    margin-top:-110px;
}
.index4 .left .title{
    padding-top:70px;
    width:460px;
    height: 480px;
    background:url(../images/bg_pic.jpg) center top;
}
.index4 .left .title .square{
    width:283px;
    height: 88px;
    margin-left: 83px;
}
.index4 .left .title .square p:first-child{
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-left: -33px;
}
.index4 .left .title .square p:last-child{
    font-size: 24px;
    margin-left: -33px;
}
.index4 .left .title .content{
    width:347px;
    margin-left:49px;
    margin-top: 46px;
}
.index4 .left .title .content p{
    font-size: 14px;
    color:#e5e5e5;
    line-height: 26px;
    text-align: justify;
}
.index4 .left .more{
    display: block;
    width:300px;
    height: 50px;
    background:url(../images/more.png) right 81px center no-repeat;
    background-color: #e6e6e6;
    font-size: 14px;
    color:#333333;
    line-height: 50px;
    padding-left:81px;
}
#swiper_pic{
    width:656px;
    padding-top:234px;
}
#swiper_pic .swiper-slide{
    width:397px;
    height: 282px;
}
#swiper_pic .swiper-slide img{
    width:100%;
    height: 100%;
    display: block;
}
#swiper_pic .swiper-pagination{
    bottom:100px;
}



.index5wrap{
    height: 670px;
    background-color: #f5f5f5;
}
.index5{
    padding-top:61px;
}
.index5content{
    height: 372px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top:49px;
}
.index5content .left{
    width:588px;
}
.index5content .left img{
    width:100%;
    height: 280px;
    vertical-align: top;
}
.index5content .left .news_1{
    width:100%;
    height: 92px;
    background-color:#2a2a2a;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding:0 15px;
}
.index5content .left .news_1 a,.index5content .left .news_1 span{
    font-size: 16px;
    color: #ffffff;
    line-height: 56px;
}
.index5content .right{
    width:582px;
    height: 100%;
}
.index5content .right .item{
    height: 80px;
    background-color: #fff;
    margin-bottom: 17px;
    display: flex;
    align-items: center;
}
.index5content .right .item .date{
    width:79px;
    height: 50px;
    border-right:1px solid #efefef;
    text-align: center;
    padding-top:7px;
}
.index5content .right .item .date p:first-child{
    font-size: 16px;
    color: #999999;
    line-height: 1;
    margin-bottom: 10px;
}
.index5content .right .item .date p:last-child{
    font-size: 12px;
    color:#999999;
    line-height: 1;
}
.index5content .right .item .inews{
    width:400px;
    margin-left:19px;
}
.index5content .right .item .inews a{
    font-size: 16px;
    color: #545454;
    line-height: 1.8;
}
.index5content .right .item .inews p{
    font-size: 14px;
    color:#808080;
    line-height: 1.8;
}



.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:#00468e;
    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 .left{ width:280px;margin:auto;}
#left .left h2,.proleft h2{display:block;width:280px;height:110px;background:#00468e;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;}
#left .proleft > li > a  span:hover{background-color: #fff;}
#left .left li .span_on{border:none;background-color: #fff;}


/*right*/
.main .right{ width:870px;float:right;overflow:hidden;float:right;background:#fff;padding-bottom:20px; }
.main .right .rightTit{width:870px;height:70px;margin:auto;line-height:70px;border-bottom:1px solid #e6e6e6}
.main .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;}
.main .right .rightTit .right_location{font-size:14px;color:#999;float:right;width:auto;padding-left:38px;}
.main .right .rightTit .right_location a{font-size:14px;color:#999;padding:0px 3px;line-height:70px;}
.main .right .rightTit .right_location span{font-size:14px;color:#999;line-height:70px;}
.main .right .rightTit .right_location .name_on{color:#00468e;!important;}
.main .right ul{width:870px; float:left; overflow:hidden;height:auto;margin-top:20px;}
.main .right li{line-height:30px;}
.main .right .news_li{width:870px;height:170px;border-bottom:#e6e6e6 1px solid;}
.main .right .news_li .news_con{float:left;width:100%;height:112px;margin-top:35px;}
.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: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;
}

.backlistbtn{
    background-color:#00468e; 
    width:90px; 
    height:30px; 
    line-height:30px; 
    cursor:pointer; 
    display:block; 
    text-align:center;
    color:#fff;
}