*{
    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;
}

.contactbox {
    width: 100%;
    height: 100px;
    margin-top: 21px;
    padding-top: 30px;
    padding-left: 70px;
    background: url(../images/left_botbg.png) center top;
}
.contactbox p:nth-child(1){
    font-size:14px;
    color:#fff;
    line-height:15px;
}
.contactbox p:nth-child(2){
    font-size:22px;
    color:#fff;
    line-height:30px;
    font-weight:bold;
}

/* top */
.wrap{
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.topline{
    height: 41px;
    background-color: #f1f1f1;
    border-bottom: 1px solid #e7e7e7;
}
.topline .wrap{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.topline .wrap a,.topline .wrap p{
    font-size: 14px;
    color: #3c3c3c;
}
.topline .wrap *{
    margin:0 2px;
}
.logowrap{
    height: 88px;
    display: flex;
    align-items: center;
}
.searchwrap{
    width: 80px;
    height: 100%;
    background:url(../images/icon_search.png) center center no-repeat;
    cursor: pointer;
    position: relative;
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
}
.topsearch{
    width: 202px;
    height: 88px;
    border:1px solid #e0e0e0;
    position: absolute;
    top:100%;
    right: 0;
    display: none;
}
.topsearch input[type="text"]{
    width: 120px;
    height: 100%;
    border:none;
    padding-left: 15px;
    float: left;
}
.topsearch input[type="submit"]{
    width: 80px;
    height: 100%;
    border:none;
    cursor: pointer;
    float: left;
}


.navwrap{
    height:100%;
    margin-left: auto;
    display: flex;
    align-items: center;
}
.navwrap li{
    height:100%;
    position:relative;
    margin:0 17px;
}
.navwrap li.on::before{
    content:"";
    display: block;
    height: 3px;
    background-color: #004b8f;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.nav_a{
    display: block;
    width:100%;
    height:100%;
    font-size:14px;
    color:#333333;
    line-height:88px;
    text-align:center;
    cursor: pointer;
}
.navwrap li.on .nav_a{
    color: #004b8f;
}
.navwrap li:hover:before{
    content:"";
    display: block;
    height: 3px;
    background-color: #004b8f;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.navwrap li:hover > .nav_a{
    color: #004b8f;
}
/*footer*/
footer{
    min-height: 385px;
    background-color: #19232d;
}
footer .ft1{
    min-height: 336px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
footer .ft1 .left{
    padding-top: 39px;
}
footer .ft1 .right{
    padding-top: 53px;
    display: flex;
    align-items: flex-start;
}
footer .ft1 .right li{
    width: 140px;
    text-align: center;
}
footer .ft1 .right li > a{
    font-size: 14px;
    color: #66727f;
    line-height: 1;
}
footer .ft1 .right li > div{
    margin-top: 28px;
    text-align: center;
}
footer .ft1 .right li > div a{
    font-size: 12px;
    color: #d8d8d8;
    line-height: 1;
    margin-bottom: 9px;
    display: block;
}
footer .ft2{
    height: 49px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top:1px solid #343f4a;
}

/* main */
.videowrap{
    position: relative;
}
.video{
    width: 100%;
}
.video-textwrap{
    width: 100%;
    height: 229px;
    position: absolute;
    bottom: 0;
    background-color: rgba(255,138,0,0.49);
}
.video-text{
    height: 100%;
    padding-top: 32px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.video-item{
    width: 270px;
    height: 175px;
    border:2px solid transparent;
    /*border:2px solid #fff;*/
    padding:20px 25px 0;
    text-align: center;
    color: #fff;
}
.video-item:hover{
    border-color: #fff;
}
.video-item h5{
    font-size: 60px;
    line-height: 1;
    margin-bottom: 28px;
}
.video-item h5::after{
    content:"+";
    font-size: 18px;
    color: #fff;
    font-weight: normal;
}
.video-text .video-item:nth-child(2) h5::after{
    content:"Äê";
}
.video-item p{
    font-size: 18px;
    line-height: 25px;
}
.video-h{
	width: 80vw;
	height: 16.9vw;
	position: absolute;
	top:25%;
	left:50%;
	transform: translateX(-50%);
	z-index:10;
	background:url(../images/video-h-l.png) left 50px bottom 60px no-repeat,url(../images/video-h-r.png) right 50px top 60px no-repeat;
	background-color: rgba(0,0,0,.52);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.video-h p{
	font-size: 4.5rem;
	color: #ffffff;
	font-weight: bold;
	line-height: 1.27;
}
.video-h p span:nth-child(1){
	color: #ff8a00;
}
.video-h p span:nth-child(2){
	font-size: 6.25rem;
	margin:0 5px;
}
@media screen and (min-width: 1600px){
	.video-h p{
		font-size: 72px;
	}
}
.video-h-more{
	display:block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	width: 100px;
	text-align: center;
	font-size: 18px;
	color: #ff8a00;
}
.video-h-more::after{
	content:"";
	display: block;
	width: 8px;
	height: 5px;
	background:url(../images/icon-san.png) center top no-repeat;
	margin:10px auto 0;
}




.index1{
    height: 470px;
    padding-top: 52px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.index1 .left{
    width: 645px;
}
.indextitle{
    text-align: center;
    line-height: 1;
    font-size: 24px;
    color: #024b8c;
    font-weight: bold;
}
.indextitle span{
    color: #363636;
}
.index1 .indextitle{
    text-align: left;
}
.index1 .content{
    margin-top: 16px;
    margin-bottom: 18px;
}
.index1 .content p{
    text-indent: 2em;
    font-size: 14px;
    color: #363636;
    line-height: 32px;
}
.abouticon{
    width: 100%;
    height: 86px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.abouticon .item{
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
.abouticon .item p{
    font-size: 12px;
    color: #3c3c3c;
}
.index1 .more{
    display: block;
    width: 131px;
    height: 38px;
    margin-top: 26px;
    border:1px solid #bdbdbd;
    font-size: 12px;
    color: #3c3c3c;
    text-align: center;
    line-height: 36px;
}
.index2wrap{
    height: 774px;
    background-color: #f7f8fa;
}
.index2{height: 100%;
    padding-top: 44px;
}
.index2 .content{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-top: 64px;
}
.index2 .content .item{
    width: 214px;
    margin-left: 32.5px;
    margin-bottom: 32px;
}
.index2 .content .item:nth-child(5n+1){
    margin-left: 0;
}
.proitem{
    width: 214px;
    height: 214px;
    overflow: hidden;
    position: relative;
}
.proitem img{
    width: 100%;
    height: 100%;
    vertical-align: top;
}
.proitem a{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 100%;
    transition: .4s ease-out;
    background:url(../images/proitem.png) center center no-repeat;
    background-color: rgba(82,126,178,.6);
}
.proitem:hover > a{
    top:0;
}
.index2 .content .item p{
    font-size: 14px;
    color: #3c3c3c;
    margin-top: 10px;
    text-align: center;
}
.index2 .more{
    display: block;
    width: 131px;
    height: 38px;
    margin: 26px auto 0;
    border:1px solid #bdbdbd;
    font-size: 12px;
    color: #3c3c3c;
    text-align: center;
    line-height: 36px;
}
.index3{
    height: 785px;
    padding-top: 44px;
}
.index3 .content{
    padding-top: 33px;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}
.index3 .content .item{
    width: 382px;
    margin-bottom: 30px;
}
.index3 .content .item img{
    width: 100%;
    vertical-align: top;
    height: 268px;
}
.index3 .content .item p{
    font-size: 14px;
    color: #292929;
    line-height: 1;
    margin-top: 26px;
    text-align: center;
}
.index3 .content .item:nth-child(3n+2){
    margin-left: 19px;
    margin-right: 19px;
}
.index4wrap{
    height: 630px;
    background-color: #f7f8f9;
}
.index4{
    padding-top: 39px;
}
#swiper_news{
    margin-top: 47px;
}
#swiper_news .swiper-slide img{
    vertical-align: top;
    width: 100%;
}
.newitem{
    width: 383px;
    height: 475px;
    background-color: #fff;
}
.newitem .img{
    width: 383px;
    height: 260px;
    overflow: hidden;
}
.newitem .title{
    display: block;
    font-size: 17px;
    color: #292929;
    font-weight: bold;
    line-height: 29px;
    margin-top: 26px;
    margin-bottom: 20px;
    padding:0 27px;
}
.newitem .context{
    font-size: 14px;
    line-height: 20px;
    padding:0 27px;
    margin-bottom: 23px;
}
.newitem .date{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:0 27px;
}
.newitem .date span,.newitem .date a{
    font-size: 14px;
    color: #292929;
}
.index5wrap{
    height: 460px;
    position: relative;
}
.index5{
    height: 100%;
    position: absolute;
    left:50%;
    transform: translateX(-50%);
    top: 0;
    padding-top: 46px;
}
.i5_1{
    height: 355px;
    background-color: #014f99;
}
.i5_2{
    height: 105px;
    background-color: #19232d;
}
.index5 .title{
    font-size: 24px;
    color: #ffffff;
    line-height: 1;
    font-weight: bold;
    text-align: center;
}
.index5 .content{
    height: 343px;
    background: #fff;
    margin-top: 47px;
    display: flex;
    padding:0 120px 0 55px;
    justify-content: space-between;
}
.index5 .content .left{
    padding-top: 40px;
}
.index5 .content .left h5{
    font-size: 24px;
    color: #3c3c3c;
    line-height: 1;
}
.index5 .content .left h5::after{
    content:"";
    display: block;
    width: 87px;
    height: 4px;
    background-color: #014f99;
    margin-top: 17px;
    margin-bottom: 25px;
}
.index5 .content .left p{
    font-size: 14px;
    color: #3c3c3c;
    line-height: 1;
    margin-bottom: 24px;
}
.index5 .content .right{
    width: 540px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: space-between;
}
.index5 .content .right p{
    font-size: 12px;
    color: #3c3c3c;
    line-height: 1;
    margin-top: 9px;
}



.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:#004b8f;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:#004b8f;
    font-weight: bold;
}
.pronavlist a:hover{
    color:#004b8f;
    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 #004b8f;font-size:18px;color:#004b8f;}
.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:#004b8f;!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:#004b8f; 
    width:90px; 
    height:30px; 
    line-height:30px; 
    cursor:pointer; 
    display:block; 
    text-align:center;
    color:#fff;
}