*{
    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*/
.indexbannerwrap{
    width: 1200px;
    height: 708px;
    margin:0 auto;
    position: relative;
}
.indexbanner{
    width: 1920px;
    position: absolute;
    top:0;
    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:#028ca7;
    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;
}
.mybannerleft:hover{
    opacity: 1;
}
.mybannerright:hover{
    opacity: 1;
}

/* top */
.wrap{
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
header{
    width:1200px;
    margin:0 auto;
    position: relative;
}
.logo{
    position: absolute;
    top:0;
    left:-360px;
    z-index:99;
}
.top1{
    width:100%;
    height: 62px;
    padding-left: 500px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #f5f5f5;
}
.top1 p{
    font-size:14px;
    color:#919191;
}
.lagwrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.lagwrap a{
    font-size:12px;
    color:#999999;
    line-height: 20px;  
    padding-left: 30px;
    margin-right: 12px;
}
.lagwrap a:nth-child(1){
    background:url(../images/icon_cn.png) left center no-repeat;
}
.lagwrap a:nth-child(2){
    background:url(../images/icon_en.png) left center no-repeat;
}
.navwrap{
    width:1200px;
    height:90px;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.navwrap li{
    height:100%;
    padding:0 4px;
    position:relative;
    margin-left: 64px;
}
.navwrap li.on::before{
    content:"";
    display: block;
    height: 3px;
    background-color: #028ca7;
    position: absolute;
    bottom: 0;
    left:-4px;
    right: -4px;
}
.nav_a{
    display: block;
    width:100%;
    height:100%;
    font-size:14px;
    color:#000000;
    line-height:90px;
    text-align:center;
    cursor: pointer;
}
.navwrap li.on .nav_a{
    font-weight: bold;
}
.navwrap li:hover:before{
    content:"";
    display: block;
    height: 3px;
    background-color: #028ca7;
    position: absolute;
    bottom: 0;
    left:-4px;
    right: -4px;
}
.navwrap li:hover > .nav_a{
    font-weight: bold;
}
.navwrap li:hover > .downlistwrap{
    display: block;
}
.downlistwrap{
    display: none;
    position: absolute;
    z-index:99;
    top:90px;
    left:-40px;
    right: -40px;
    background-color: #fff;
    /*border-top-left-radius: 5px;
    border-top-right-radius: 5px;*/
}
.downlistwrap a{
    display: block;
    width:100%;
    height:40px;
    text-align: center;
    line-height:40px;
    color:#333;
    border-bottom: 1px solid #d5d5d5;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.downlistwrap a:last-child{
    border-bottom:0px;
}
.downlistwrap a:hover{
    font-weight: bold;
    color: #028ca7;
}
/*footer*/
.ft1wrap{
    height: 338px;
    background-color: #47a7bd;
}
.ft1{
    display: flex;
    align-items: flex-start;
    background: url(../images/line.png) left 387px top 78px no-repeat;
}
.ft1 .left{
    padding-left: 58px;
    padding-top: 64px;
}
.ft1 .content{
    margin-top:22px;
    width: 270px;
}
.ft1 .content p{
    font-size: 14px;
    color: #ffffff;
    line-height: 32px;
    margin-bottom: 16px;
    padding-left: 52px;
}
.ft1 .content p:nth-child(1){
    background:url(../images/icon_tel.png) left center no-repeat;
}
.ft1 .content p:nth-child(2){
    background:url(../images/icon_msg.png) left center no-repeat;
}
.ft1 .content p:nth-child(3){
    background:url(../images/icon_address.png) left top 3px no-repeat;
}
.ft1 .right{
    display: flex;
    padding-top: 72px;
    align-items: flex-start;
    margin-left: auto;
}
.ft1 .right li:not(:last-child){
    min-width: 133px;
}
.ft1 .right li > a{
    font-size: 18px;
    color: #ffffff;
    line-height: 1;
}
.ft1 .right li > div{
    margin-top: 18px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.ft1 .right li > div a{
    font-size: 14px;
    color: #ffffff;
    line-height: 32px;
}
.ft1 .right a:hover{
    text-decoration: underline;
}
.ft2wrap{
    height: 34px;
    background-color: #9d9d9d;
}   
.ft2{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ft2 p,.ft2 p a{
    font-size: 14px;
    color: #ebebeb;
}

/* main */
#container{
    width:100%;
    max-width:1920px;
    margin:0 auto;
}
.index1{
    position: relative;
    padding-top: 115px;
}
.indexsearch{
    height: 161px;
    display: flex;
    align-items: flex-start;
    position: absolute;
    top:-80px;
    z-index:100;
}
.indexsearch .left{
    width: 790px;
    height: 100%;
    padding:30px 60px 0 30px;
    background-color: #faf7f8;
}
.indexsearch .right{
    width: 410px;
    height: 100%;
    background-color: #028ca7;
}
.indexsearch .left p:first-child{
    font-size:14px;
    color: #4b4b4b;
    line-height: 1;
    margin-bottom: 20px;
}
.indexsearch .left .keywords a{
    font-size: 14px;
    color: #a0a0a0;
    line-height: 1;
}
.indexform{
    height: 35px;
    margin-top: 20px;
    width: 100%;
    border-top:1px solid #b1b1b1;
    border-bottom:1px solid #b1b1b1;
}
.indexform input{
    font-size: 14px;
    color: #b1b1b1;
    border:none;
    height: 100%;
    width: 100%;
    background-color: #faf7f8;
    outline: none;
}
.indexform input::-webkit-input-placeholder{
    font-size: 14px;
    color: #b1b1b1;
}
.index1 .right .info{
    padding:25px 50px 0 36px;
    display: flex;
    align-items: center;
}
.index1 .right .info p:nth-child(1){
    font-size: 48px;
    font-family: "impact";
    color: #ffffff;
}
.index1 .right .info p:nth-child(2){
    font-size: 18px;
    line-height: 34px;
    color: #fff;
    margin-left: 20px;
}
.index1 .right .content{
    margin-top: 20px;
    padding:0 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.index1 .right .content span{
    width: 123px;
    height: 27px;
    background-color: #fff;
    font-size: 18px;
    color: #028ca7;
    line-height: 27px;
    text-align: center;
}
.indextitle{
    text-align: center;
    position: relative;
}
.indextitle p{
    font-size: 36px;
    color: #000000;
    font-weight: bold;
    line-height: 50px;
}
.indextitle h5{
    font-size: 72px;
    color: #e3e3e3;
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    z-index:-1;
    white-space: nowrap;
}
.indexpro{
    margin:42px 0 61px;
    display: flex;
    align-items: center;
}
.indexpro > a{
    width: 240px;
    height: 83px;
    background-color:#028ca7;
    font-size: 36px;
    font-weight: bold;
    line-height: 83px;
    color: #fff;
    text-align: center;
    color: #fff;
}
.indexpro .content{
    flex:1;
    height: 83px;
    display: flex;
    align-items: center;
    background-color: #faf7f8;
    padding-left: 54px;
}
.indexpro .content a{
    font-size: 14px;
    color: #000000;
    margin: 0 20px;
    white-space: nowrap;
}
.index1content{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.index1content .item{
    width: 370px;
    margin-bottom: 25px;
}
.index1content .item > a{
    display: block;
    font-size: 18px;
    color: #000000;
    line-height: 76px;
    text-align: center;
}
.index1content .item:nth-child(3n+2){
    margin-left:45px;
    margin-right:45px;
}
.index1content .item .img{
    position: relative;
    height: 370px;
    overflow: hidden;
}
.index1content .item .img img{
    width: 100%;
    vertical-align: top;
}
.index1content .item .hpage{
    position: absolute;
    width: 100%;
    height: 100%;
    top:370px;
    transition: .4s ease-out;
    background-color: rgba(0,0,0,.5);
    padding-top: 67px;
}
.index1content .item .img:hover > .hpage{
    top:0;
}
.hpage .title{
    font-size: 24px;
    color: #ffffff;
    line-height: 1;
    font-weight: bold;
    padding-left: 22px;
}
.hpage .content{
    font-size: 16px;
    color: #ffffff;
    line-height: 31px;
    padding:0 132px 0 77px;
}
.hpage .content::before{
    content:"";
    display: block;
    width: 92px;
    height: 2px;
    background-color: #028ca7;
    margin:15px 0 7.5px 0;
}
.hpage .more{
    display: block;
    width: 89px;
    height: 26px;
    margin-left: 77px;
    margin-top:10px;
    border-radius: 13px;
    background-color: #028ca7;
    font-size: 14px;
    color: #ffffff;
    line-height: 26px;
    text-align: center;
}
.index2wrap{
    height: 467px;
    background: url(../images/bg1.jpg) center top;
}
.index2{
    padding-top:105px;
    text-align: center;
}
.index2 p:nth-child(-n+2){
    font-size: 30px;
    line-height: 48px;
    color: #ffffff;
}
.index2 p:nth-child(3){
    font-size: 30px;
    color: #ffffff;
    line-height: 1;
    font-weight: bold;
    margin-top: 11px;
}
.index2 p:nth-child(4){
    font-size: 18px;
    color: #000000;
    width: 640px;
    height: 46px;
    display: flex;
    align-items: center;
    padding-left: 70px;
    background-color: #ffe42d;
    border-radius: 23px;
    margin:33px auto;
}
.index2 p:nth-child(4) span{
    font-size: 30px;
    color: #000000;
    font-family: "impact";
    margin-left: 30px;
}
.index2 p:nth-child(5){
    line-height: 1;
    color: #ffffff;
}
.index2 p:nth-child(5) a{
    font-size: 14px;
    color: #ffffff;
    line-height: 1;
}
.index3{
    padding-top:48px;
    padding-bottom: 48px;
}
.index3 .indextitle h5{
    font-size: 48px;
}
.index3_sort{
    margin:25px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.index3_sort a{
    padding:0 26px;
    margin:0 2px;
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    line-height: 43px;
}
.index3_sort a:hover{
    background-color: #4ca9bc;
    color: #fff;
}
.index3_content{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.index3_content .left{
    width: 500px;   
}
.index3_content .img{
    width: 500px;
    height: 280px;
    overflow: hidden;
}
.index3_content .img img{
    width: 100%;
    vertical-align: top;
}
.index3_content .firstnews{
    height: 150px;
    width: 100%;
    padding-right: 33px;
    background-color: #f6f6f6;
    display: flex;
    align-items: flex-start;
}
.firstnews .date{
    width: 105px;
    padding-top: 29px;
    text-align: center;
    flex-shrink: 0;
}
.firstnews .date p:nth-child(1){
    font-size: 36px;
    color: #666666;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 10px;
}
.firstnews .date p:nth-child(2){
    font-size: 12px;
    color: #999999;
    line-height: 1;
}
.firstnews .info{
    padding-top: 34px;
}
.firstnews .info a{
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    line-height: 1;
}
.firstnews .info p{
    font-size: 12px;
    color: #333333;
    line-height: 23px;
    padding-top: 6px;
    margin-top: 20px;
    border-top:1px solid #cccccc;
}
.index3_content .right{
    width: 640px;
    padding-top: 12.5px;
}
.index3_content .right .item{
    height: 81px;
    border-bottom: 1px solid #cccccc;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.index3_content .right .item a{
    font-size: 16px;
    color: #404040;
}
.index3_content .right .item span{
    font-size: 12px;
    color: #666666;
}
.index4wrap{
    height: 457px;
    background-color: #e3ecf5;
}
.index4{
    padding-top: 63px;
}
.index4 .indextitle{
    text-align: left;
}
.index4 .indextitle p{
    z-index: 1;
    position: relative;
}
.index4 .indextitle h5{
    color: #dcdcdc;
    z-index: 0; 
    font-size: 48px;
    left: 0;
    transform: translate(0,-50%);
}
.index4 .indextitle p:after{
    content:"";
    display: block;
    width: 72px;
    height: 2px;
    background-color: #408cbf;
    margin-top: 16px;
}
.index4 .content {
    display: flex;
    align-items: flex-start;
}
.index4 .content .left{
    width: 530px;
    font-size: 14px;
    color: #404040;
    line-height: 32px;
    margin-top: 20px;
    text-align: justify;
    text-indent: 2em;
}


.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 .left{ width:280px;margin:auto;}
#left .left h2,.proleft h2{display:block;width:280px;height:110px;background:#028ca7;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; !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(../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:#028ca7;
    font-weight: bold;
}
.pronavlist a:hover{
    color:#028ca7;
    font-weight: bold;
}


/*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 #028ca7;font-size:18px;color:#028ca7;}
.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:#028ca7;!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;
}
.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:#028ca7; 
    width:90px; 
    height:30px; 
    line-height:30px; 
    cursor:pointer; 
    display:block; 
    text-align:center;
    color:#fff;
}