@charset "utf-8";
body{text-align: left;padding: 0;margin: 0;font-size: 14px;line-height: normal;font-family: "lucida Grande",Verdana,"Microsoft YaHei Light","Microsoft YaHei";-webkit-text-size-adjust: none;height: auto;color: #333;background: #fff;}
body{overflow-x: hidden;overflow-y: auto;}
html{min-width: 1280px;}
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,p{padding: 0;margin: 0;}
pre,code,form,fieldset,legend,input,textarea,p,blockquote,th{padding: 0;margin: 0;}
fieldset{border-top-width: 0;border-left-width: 0;border-bottom-width: 0;border-right-width: 0;}
input{background: none; border: 0 none;}
a img{border: 0;padding: 0;margin: 0;}
i{font-style: normal;}
address,caption,cite,cite,code,dfn,em,th,var{font-weight: normal;font-style: normal;}
li{list-style-type: none;}
caption{text-align: left;}
th{text-align: left;}
h1,h2,h3,h4,h5,h6{font-weight: normal;font-size: 100%;}
q:unknown{content: '';}
input,textarea,select{font-family: inherit;font-size: 100%;border: 0;}
a:link{color: #333;text-decoration: none;}
a:visited{color: #333;text-decoration: none;}
a:hover{color: #01418e;text-decoration: none;}
:-moz-placeholder{color: #aaa;}
::-moz-placeholder{color: #aaa;}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder{color: #aaa;}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder{color: #aaa;}
.fl{float: left;}
.fr{float: right;}
.left{float: left;}
.right{float: right;}
.clear{clear: both;font-size: 0;margin: 0;padding: 0;display: block;_height: 0;overflow: hidden;}
/*清除浮动*/
.clearfix{*zoom: 1;}
.clearfix:after{visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0;}
/*网站公用样式表*/
.w1200{width: 1200px;margin: 0 auto;}
/*网站头部*/
.header_main{position: absolute;width: 100%;z-index: 9;}
.header_main>div{display: flex;justify-content: space-between;align-items: center;}
.header_main .logo{margin: 30px 0;}
.header_main .logo img{max-width: 100%;display: block;vertical-align: middle;}
/*网站导航*/
.header_main .nav{position: relative;display: flex;margin-left: auto;}
.header_main .nav li{position: relative;width: 120px;}
.header_main .nav li>a{display: block;text-align: center;position: relative;color: #fff;font-size: 16px;line-height: 45px;padding: 0 15px;}
.header_main .nav li>a span{position: relative;display: inline-block;}
.header_main .nav li>a span:after{content: " ";position: absolute;left: 50%;bottom: 0;width: 0;height: 2px;background: #fff;opacity: 0;transition: all .5s;}
.header_main .nav li.hover>a,#nav li:hover>a{color: #fff;}
.header_main .nav li.hover>a span:after,
.header_main .nav li:hover>a span:after{width: 80%;left: 10%;opacity: .5;}
.header_main .nav .subnav{position: absolute;top: 100%;left: 50%;min-width: 120%;background: rgba(255,255,255,.8);border-radius: 5px;padding: 10px 0;margin-top: 10px;z-index: 200;box-shadow: 3px 0 10px rgba(0, 0, 0, 0.1);opacity: 0;visibility: hidden;transition: all .5s ease;transform: translate(-50%,20px);backdrop-filter: blur(5px);}
.header_main .nav .subnav:before{content: " ";position: absolute;top: -8px;left: 50%;margin-left: -8px;width: 0;height: 0;border: 8px solid transparent;border-top: 0;border-bottom-color: #fff;opacity: .8;}
.header_main .nav .subnav a{display: block;color: #333;font-size: 14px;line-height: 40px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;padding: 0;text-align: center;transition: all 0.5s;}
.header_main .nav .subnav a:hover{background: rgba(0,0,0,.1);}
.header_main .nav li:hover .subnav{opacity: 1;visibility: visible;transform: translate(-50%,0);}
/*语言切换*/
.header_main .lang{position: relative;padding-left: 20px;border-left: 1px solid #fff;}
.header_main .lang span{position: relative;display: block;color: #fff;line-height: 20px;padding: 0 20px 0 25px;background: url(../images/lang.png) no-repeat 0 center;background-size: 16px;cursor: pointer;z-index: 1;}
.header_main .lang span:before{content: " ";position: absolute;top: 50%;right: 0;margin-top: -2px;width: 0;height: 0;border: 4px solid transparent;border-bottom: 0;border-top-color: #fff;}
.header_main .lang ul{position: absolute;left: 10px;top: 100%;width: 100%;text-align: center;margin-top: 10px;background: rgba(255,255,255,.8);opacity: 0;visibility: hidden;transition: all .6s ease 0s;transform: translateY(20px);}
.header_main .lang ul:before{content: " ";position: absolute;top: -8px;left: 50%;margin-left: -8px;width: 0;height: 0;border: 8px solid transparent;border-top: 0;border-bottom-color: #fff;opacity: .8;}
.header_main .lang ul li a:hover{color: #023e81;}
.header_main .lang ul li a{display: block;color: #333;line-height: 2.5;}
.header_main .lang:hover ul{opacity: 1;visibility: visible;transform: translateY(0);}
/*网站大图*/
#banner{width: 100%;max-width: 1920px;overflow: hidden;}
#banner .swiper-slide{ min-width: 1200px; position: relative; background-position: center!important; background-size: cover!important; }
#banner .swiper-slide img{width: 100%;display:block;}
#banner .swiper-pagination{bottom: 40px;}
#banner .swiper-pagination-bullet{width: 100px;height: 12px;margin: 0 20px;border-radius: 0;background: #fff;opacity: .5;outline: none;transition: all .5s;}
#banner .swiper-pagination-bullet-active{opacity: 1;}
#banner .swiper-button-prev,#banner .swiper-button-next{left: 4%;width: 40px;height: 60px;margin-top: -30px;background-size: 20px 20px;background-color: rgba(0,0,0,.3);opacity: 0;transition: all .5s;}
#banner .swiper-button-next{left: auto;right: 4%;}
#banner:hover .swiper-button-prev,#banner:hover .swiper-button-next{opacity: 1;}
#banner:hover .swiper-button-prev:hover,#banner .swiper-button-next:hover{background-color: #01418e;border-color: #01418e;}
/*nybanner*/
.nybanner{width: 100%;position: relative;height: 350px;overflow: hidden;background-position: center;background-repeat: no-repeat;background-image: url(../images/nybanner.jpg);}
/*首页标题*/
.index .in_title{text-align: center;}
.index .in_title span{position: relative;display: block;color: #999;font-size: 36px;text-align:center;margin-bottom: 15px;padding-bottom: 15px;text-transform: uppercase;}
.index .in_title span:after{content:"";position: absolute;left: 50%;bottom: 0;margin-left: -15px;width: 30px;height: 2px;background: #01418e;}
.index .in_title h3{color: #01418e;font-size: 26px;text-align:center;}
.index .in_title.white span,
.index .in_title.white h3{color: #fff;}
.index .in_title.white span:after{background: #fff;}
/*关于我们*/
.index .iabout{padding: 70px 0 100px;background: url(../images/about_bg.jpg) center no-repeat;}
.index .iabout .con{margin-left: 640px;margin-top: 120px;}
.index .iabout .con .tit{display: flex;justify-content: space-between;}
.index .iabout .con .tit li{color: #666;text-align: center;}
.index .iabout .con .tit li h3{font-size: 54px;letter-spacing: 15px;}
.index .iabout .con .tit li span{font-size: 18px;letter-spacing: 3px;}
.index .iabout .con .txt{color: #666;font-size: 16px;line-height: 35px;text-align: justify;padding: 40px 0;}
.index .iabout .con .more{position: relative;}
.index .iabout .con .more a{display: block;color: #666;line-height: 2;}
.index .iabout .con .more a:after{content:"";position: relative;display: inline-block;top: -4px;width: 10px;height: 1px;margin-left: 10px;background: #01418e;transition: all 1s;}
.index .iabout .con:hover .more a:after{width: calc(100% - 55px);}
/*服务项目*/
.index .project{padding: 70px 0;background: url(../images/pro_bg.jpg) top center no-repeat;}
.index .project ul{position: relative;margin-top: 30px;}
.index .project ul li{float: left;width: 385px;padding: 15px;margin-right: 22px;margin-top: 22px;border: 1px solid #eee;background: #fbfbfb;transition: all .5s;}
.index .project ul li:nth-child(3n){margin-right: 0;}
.index .project ul li .img{position: relative;width: 100%;height: 265px;overflow: hidden;}
.index .project ul li .img img{display: block;width: 100%;height: 100%;object-fit: cover;transition: all .5s;}
.index .project ul li .img .bg{position: absolute;top: 0;width: 100%;height: 100%;background: url(../images/more.png) center no-repeat;background-color: rgba(1,65,142,.8);opacity: 0;transition: all .5s;}
.index .project ul li .txt{text-align: center;padding-top: 12px;}
.index .project ul li .txt h3{color: #333;font-size: 16px;line-height: 22px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;transition: all .5s;}
.index .project ul li .txt p{color: #999;font-size: 13px;line-height: 22px;padding-top: 10px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;}
.index .project ul li:hover{border-color: #01418e;box-shadow: 0 0 5px 0 #fbfbfb;}
.index .project ul li:hover .bg{opacity: 1;}
.index .project ul li:hover .img img{transform: scale(1.1);}
.index .project ul li:hover .txt h3{color: #01418e;}
/*小banner*/
.index .xbanner{display: flex;color: #fff;line-height: 2.5;text-align: center;height: 350px;background: url(../images/xbanner.jpg) center no-repeat;align-items: center;}
.index .xbanner h3{font-size: 41px;letter-spacing: 6px;}
.index .xbanner p{font-size: 22px;letter-spacing: 25px;}
/*应用领域*/
.index .solution{padding-top: 70px;}
.index .solution .box{position: relative;margin-top: 50px;}
.index .solution ul li{float: left;width: 380px;margin-right: 30px;}
.index .solution ul li .img{position: relative;width: 100%;height: 285px;overflow: hidden;}
.index .solution ul li .img img{display: block;width: 100%;height: 100%;object-fit: cover;transition: all .5s;}
.index .solution ul li .img .bg{position: absolute;top: 0;width: 100%;height: 100%;background: url(../images/more.png) center no-repeat;background-color: rgba(1,65,142,.8);opacity: 0;transition: all .5s;}
.index .solution ul li .txt{border: 1px solid #ddd;border-top: 0;padding: 0 64px;padding-top: 25px;text-align: center;}
.index .solution ul li .txt span{position: relative;display: block;width: 58px;height: 48px;margin: auto;overflow: hidden;}
.index .solution ul li .txt span:after{display: block;content: " ";position: absolute;left: 50%;margin-left: -43px;top: 50%;margin-top: -1px;bottom: 7px;width: 86px;height: 1px;background: #ddd;transform: rotate(-40deg);}
.index .solution ul li .txt span i{position: relative;display: inline-block;color: #999;font-size: 28px;line-height: 32px;font-family: Arial;margin: 8px 0;background: #fff;z-index: 1;}
.index .solution ul li .txt h3{color: #333;font-size: 18px;line-height: 24px;font-weight: bold;padding-top: 15px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.index .solution ul li .txt p{color: #5a5a5a;font-size: 13px;line-height: 20px;padding-top: 15px;margin-bottom: 37px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;}
.index .solution ul li:hover .bg{opacity: 1;}
.index .solution ul li:hover .img img{transform: scale(1.1);}
.index .solution .swiper-button-prev,
.index .solution .swiper-button-next{left: -40px;opacity: .7;}
.index .solution .swiper-button-next{left: auto;right: -40px;}
/*新闻中心*/
.index .news{padding-top: 70px;}
.index .news .box{display: flex;justify-content: space-between;margin-top: 50px;}
.index .news .newsimg{position: relative;width: 398px;height: 418px;border: 1px solid #ddd;background: #f9f9f9;}
.index .news .newsimg:before{display: block;content: " ";position: absolute;width: 100%;height: 160px;background: #01418e;}
.index .news .newsimg a{position: relative;display: block;padding: 27px;}
.index .news .newsimg .img{width: 100%;height: 254px;overflow: hidden;}
.index .news .newsimg .img img{width: 100%;height: 100%;object-fit: cover;transition: all .5s;}
.index .news .newsimg .txt{padding-top: 8px;}
.index .news .newsimg h3{color: #5A5A5A;font-size: 16px;font-weight: bold;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;transition: all .5s;}
.index .news .newsimg p{color: #999;font-size: 14px;line-height: 24px;text-align: justify;padding-top: 10px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;}
.index .news .newsimg:hover .img img{transform: scale(1.1);}
.index .news .newsimg:hover h3{color: #01418e;}
.index .news .textlist{width: 768px;height: 418px;border: 1px solid #ddd;}
.index .news .textlist ul{padding: 9px 15px;}
.index .news .textlist .item{padding: 16px 0;border-bottom: 1px solid #f3f3f3;}
.index .news .textlist .item:last-child{border: 0;}
.index .news .textlist .item a{display: block;}
.index .news .textlist .item h3{font-size: 16px;font-weight: bold;color: #5A5A5A;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;transition: all .5s;}
.index .news .textlist .item p{color: #999;font-size: 14px;line-height: 22px;text-align: justify;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;}
.index .news .textlist .item .time{display: block;width: 70px;height: 70px;margin-right: 10px;color: #01418e;text-align: center;}
.index .news .textlist .item .time b{display: block;font-size: 36px;line-height: 45px;}
.index .news .textlist .item .time span{font-size: 12px;line-height: 22px;}
.index .news .textlist .item:hover h3{color: #01418e;}
/*加入我们*/
.index .join{margin-top: 60px;margin-bottom: 50px;}
.index .join>div{display: flex;flex-wrap: wrap;justify-content: space-between;}
.index .join h3{width: 100%;font-size: 26px;font-weight: bold;padding-bottom: 20px;}
.index .join h3 s{display: inline-block;width: 42px;height: 31px;margin-right: 10px;background: url(../images/jobs.png) center no-repeat;vertical-align: middle;}
.index .join p{color: #666;font-size: 14px;line-height: 45px;}
.index .join a{position: relative;display: inline-block;width: 160px;height: 45px;background: #01418e;transition: all ease 600ms;}
.index .join a s{position: absolute;top: 50%;left: 50%;margin-top: -10px;margin-left: -35px;width: 70px;height: 10px;background: url(../images/you.png) center no-repeat;vertical-align: middle;}
.index .join a:hover{background: #333;width: 180px;}
/*底部*/
.footer{width: 100%;color: #fff;background: #012f67;}
.footer .links{padding: 20px 0;font-size: 18px;}
.footer .links span{color: #fff;display:inline-block;}
.footer .links a{display:inline-block;font-size: 14px;color: #fff;padding-right: 15px;}
.footer .bottom {display: flex;padding: 40px 0;justify-content: space-between;}
.footer .bNav{margin-top: 0;}
.footer .di_logo img{width:111px; height:111px; background-size:100%;}
.footer .bNav dl{display:inline-block;float:left;width: 135px;height: 100%;overflow:hidden;text-align: left;margin-right: 60px;border-right: 1px solid rgba(255,255,255,.3);}
.footer .bNav dl dt{display:block;font-weight: normal;padding-bottom: 20px;}
.footer .bNav dl dt a{display:block; font-size:16px; color:#fff; line-height:16px;}
.footer .bNav dl dd{display:block;padding-bottom:16px;}
.footer .bNav dl dd a{display:block;font-size: 15px;font-weight: 300;color: #fff;line-height: 16px;}
.footer .ewm{text-align:center;padding-right: 60px;}
.footer .ewm dl{width: 165px;float:left;display:block;margin-right:30px;}
.footer .ewm dl:nth-child(2){margin-right:0px;}
.footer .ewm dl dt{width: 165px;height: 165px;margin: auto;}
.footer .ewm dl dt img{width: 100%;height: 100%;display:inline-block;}
.footer .ewm dl dd{font-size: 14px;font-weight: 300;color: #fff;line-height:24px;margin-top: 16px;}
.footer .contact_info{width: 357px;}
.footer .contact_info p.p1{font-size: 16px;color: #fff;line-height: 16px;padding-bottom: 20px;}
.footer .contact_info h3{font-size:20px; padding-top:8px;}
.footer .contact_info p.tel{font-size: 15px;font-weight: 300;color: #fff;line-height: 16px;padding-bottom: 16px;}
/*版权*/
.copyright{height: 50px;line-height: 50px;font-size: 14px;background: #002553;text-align: center;}
.copyright p{color: #fff;}
.copyright span{margin: 0 6px;}
.copyright a{color: #fff;}
/*浮动客服*/
.toolbar{position: fixed;top: 50%;right: 1%;margin-top: -163px;z-index: 100;width: 80px;}
.toolbar dd{position: relative;float: left;width: 80px;height: 80px;background: rgba(0,0,0,.5);margin-top: 2px;border-radius: 5px;color: #fff;font-size: 14px;line-height: 21px;text-align: center;cursor: pointer;transition: all .5s;}
.toolbar dd:first-child{margin-top: 0;}
.toolbar dd i{width: 100%;height: 30px;display: block;margin-top: 13px;background: url(../images/toolbar.png) no-repeat center 0;}
.toolbar dd.qq i{background-position-y: 0;}
.toolbar dd.tel i{background-position-y: -30px;}
.toolbar dd.code i{background-position-y: -60px;}
.toolbar dd.top i{background-position-y: -90px;}
.toolbar dd span{display: block;color: #fff;}
.toolbar dd.tel .box{position: absolute;top: 0;width: 190px;right: -200px;height: 100%;margin-right: 10px;border-radius: 5px;background: #01418e;opacity: 0;transition: all .5s;}
.toolbar dd.tel .box p{font-size: 14px;margin: 15px auto 7px;}
.toolbar dd.tel .box h3{font-size: 18px;font-weight: bold;}
.toolbar dd.tel .box:after{display: block;content: " ";border-style: solid dashed dashed dashed;border-color: transparent  transparent transparent #01418e;border-width: 9px;width: 0;height: 0;position: absolute;top: 50%;margin-top: -9px;right: -18px;margin-left: -12px;}
.toolbar dd.code .box{position: absolute;top: 0;width: 162px;right: -172px;height: 162px;margin-right: 10px;border-radius: 5px;background: #01418e;opacity: 0;transition: all .5s;}
.toolbar dd.code .box img{width: 100%;height: 100%;padding: 11px;}
.toolbar dd.code .box:after{display: block;content: " ";border-style: solid dashed dashed dashed;border-color: transparent  transparent transparent #01418e;border-width: 9px;width: 0;height: 0;position: absolute;top: 30px;right: -18px;margin-left: -12px;}
.toolbar dd:hover{background: #01418e;}
.toolbar dd.tel:hover .box{opacity: 1;right: 80px;}
.toolbar dd.code:hover .box{opacity: 1;right: 80px;}
.bg_main{padding-bottom: 50px;min-height: 640px;}
.sub_nav{display: flex;line-height: 35px;padding: 18px 0;border-bottom: 1px solid #f2f2f2;justify-content: space-between;align-items: center;}
.sub_nav .fl{font-size: 26px;}
.sub_nav .fl span{color: #999;font-size: 16px;font-weight: 300;text-transform: uppercase;}
.sub_nav .fr li{float: left;}
.sub_nav .fr li a{color: #666;padding: 0 13px;border: 1px solid #e6e6e6;display: block;line-height: 33px;margin-left: 10px;}
.sub_nav .fr li a:hover,
.sub_nav .fr li a.hover{background: #01418e;color: #fff;border: 1px solid #01418e;}
.case{margin-top: 40px;}
.case ul{width: 105%;}
.case li{float: left;width: 380px;border: 1px solid #efefef;margin-right: 30px;margin-bottom: 30px;transition: all .5s;}
.case li .img{position: relative;padding-bottom: 75%;overflow: hidden;}
.case li .img img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;transition: all .5s;}
.case li .p{display: flex;flex-wrap: wrap;padding: 0 20px;padding-bottom: 20px;justify-content: space-between;}
.case li .p p{width: 100%;font-size: 18px;line-height: 58px;margin-bottom: 10px;border-bottom: 1px solid #d6d6d6;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;transition: all .5s;}
.case li .p span{color: #666;transition: all .5s;}
.case li .p i{width: 32px;height: 12px;background: url(../images/jian.png) center no-repeat;display: inline-block;vertical-align: middle;}
.case li .p .fl{font-size: 12px;font-family: arial;}
.case li:hover{box-shadow: 0 1px 20px rgba(0, 0, 0, 0.2);}
.case li:hover .img img{transform: scale(1.1);}
.case li:hover a span{color:#01418e;}
.case li:hover a p{color:#01418e;}
.bg_main .news_ul{width:1200px; margin:0 auto; padding-bottom: 40px; padding-top: 12px;}
.bg_main .news_ul li{padding: 35px 0;border-bottom: 1px solid #eaeaea;}
.bg_main .news_ul li .box1{flex-shrink: 0;width: 250px;height: 188px;overflow: hidden;}
.bg_main .news_ul li .box1 img{width: 100%;height: 100%;object-fit: cover;transition: all .5s;}
.bg_main .news_ul li .box2{width: 760px;margin-left: 40px;margin-right: auto;}
.bg_main .news_ul li .box2 h1{color: #333;font-size: 20px;line-height: 26px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;transition: all .5s;}
.bg_main .news_ul li .box2 p{color: #666;line-height: 24px;margin: 15px 0;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;}
.bg_main .news_ul li .box2 span{color: #999;}
.bg_main .news_ul li .right{text-align: center;padding-right: 15px;margin-bottom: 14px;}
.bg_main .news_ul li .right h3{font-size: 36px; color: #999; font-weight: 100;}
.bg_main .news_ul li .right p{font-size: 24px; color: #bbb; padding-top:10px;}
.bg_main .news_ul li a{display: flex;width: 100%;height: 100%;justify-content: space-between;align-items: center;}
.bg_main .news_ul li a:hover img{transform: scale(1.1); -webkit-transform: scale(1.1);}
.bg_main .news_ul li a:hover h1{color: #01418e;}
.bg_main .news_ul li b{display:block; width:100px; height:30px; border:#ccc solid 1px; text-align:center; line-height:30px; font-weight:normal; position:absolute; right: 12px;top: 161px;}
.detail{padding-top: 50px;}
.detail .title{text-align: center;}
.detail .title h1{font-size: 30px;font-weight: bold;}
.detail .info{position: relative;color: #999;line-height: 50px;margin-bottom: 10px;text-align: center;border-bottom: 1px solid #f3f3f3;}
.detail .info span:first-child{margin-left:0;}
.detail .info span{color: #999;margin-left: 14px;}
.detail .info .jiathis_style{float: left; margin-top: 5px;}
.detail .context{color: #666;line-height: 30px;text-align: justify;padding: 25px 0;}
.detail .context a{color: #01418e;text-decoration: underline;}
.detail .context a:hover,
.detail .context a:hover *{color: red!important;}
.detail .context img{max-width: 100%;}
/* reLink*/
.reLink{line-height: 38px;border: 1px solid #e6e6e6;padding: 0 15px;margin: 10px 0 50px 0;}
.reLink .nextLink,.detail .reLink .prevLink{width: 50%;}
.reLink .nextLink{text-align: right;}
.reLink a{-webkit-transition: all ease 500ms;-moz-transition: all ease 500ms;-ms-transition: all ease 500ms;-o-transition: all ease 500ms;transition: all ease 500ms;}
.reLink a:hover{color: #052f67;}
.contact .box3 h1{font-size: 36px;padding-bottom: 15px;text-align: center;}
.contact .box3 p{font-size: 16px;color: #828282;line-height: 24px;padding-bottom: 46px;text-align: center;}
.contact .box3 b{color: #01418e;}
.formData{padding-bottom: 20px;}
.formData .item{position: relative;float: left;width: calc(100% / 3 - 17px);border: 1px solid #e4e4e4;margin-right: 25px;margin-bottom: 25px;border-radius: 5px;transition: all .5s;}
.formData .item:hover{color:#495057;background:#fff;border-color:#01418e;outline:0;}
.formData .item label{position: absolute;left: 0;top: 0;z-index: 11;text-align: center;display: block;margin: 0;font-size: 16px;line-height: 48px;color: #666;padding-left: 15px;}
.formData .item input{outline: none;font-size: 18px;}
.formData .item .txt{width: 100%;color: #666;font-size: 14px;line-height: 48px;padding: 0 25px 0 60px;}
.formData .item .red{position: absolute;right: 10px;top: 0;color: red;line-height: 48px;z-index: 11;}
.formData .item.mr0{margin-right: 0;}
.formData .msg-box{position: absolute; left: 0; top: 0px;}
.formData .liuyan{width: 100%;height: 260px;border: 1px solid #e4e4e4;float: left;margin-right: 0;}
.formData .liuyan label{text-align: right; display: block;}
.formData .liuyan textarea{width: 100%;height: 100%;line-height: 28px;padding: 10px;text-indent: 100px;color: #666;font-size: 14px;background: none;}
.formData .bot{width: 100%;}
.formData .sub{width: 200px;line-height: 46px;border: 2px solid #01418e;margin-left: 25px;text-align: center;background: #01418e;color: #FFF;cursor: pointer;font-size: 18px;display: block;border-radius: 5px;transition: all .5s;}
.formData .sub:hover{background: none;color: #01418e;}
.formData .sub.res{border: 2px solid #333;background: #333;}
.formData .sub.res:hover{background: none;color: #333;}
.formData .yzm{display: flex;margin: 0;}
.formData .yzm .txt{padding-left: 80px;}
.formData .yzm div{display: flex;justify-content: center;align-items: center;padding: 0 10px;border-left: 1px solid #e5e5e5;cursor: pointer;}
/*招聘列表*/
.job-list{margin-top: 40px;}
.job-list li{position: relative;margin-bottom: 28px;border: 1px solid #efefef;background: #fafafa;overflow: hidden;}
.job-list li .tit{position: absolute;top: 0;left: 0;bottom: 0;padding: 40px;width: 240px;color: #fff;background: #01418e;display: flex;flex-wrap: wrap;align-content: space-between;}
.job-list li .tit h4{position: relative;width: 100%;padding-bottom: 16px;font-size: 18px;}
.job-list li .tit h4:after{position: absolute;left: 0;bottom: 0;width: 32px;height: 2px;background: #fff;content: "";}
.job-list .more-btn{position: relative;color: inherit;font-size: 14px;padding-right: 30px;padding-bottom: 13px;border-bottom: 1px solid #fff;}
.job-list .more-btn:after{content: " ";position: absolute;top: 6px;right: 0;width: 0;height: 0;border: 4px solid transparent;border-right: 0;border-left-color: #fff;border-left-width: 8px;}
.job-list li .con{float: right;padding: 40px;width: calc(100% - 260px);line-height: 200%;text-align: justify;box-sizing: border-box;}
.job-submit{text-align: center;padding-top: 30px;border-top: 1px solid #f2f2f2;}
.job-submit a{display: inline-block;color: #fff;font-size: 20px;line-height: 2.5;padding: 0 30px 0 60px;border-radius: 50px;background: #01418e url(../images/job-submit.png) no-repeat 20px center/30px;}
.job-submit a:hover{background-color: #333;}
/*招聘表单*/
.resume .box{display: flex;flex-wrap: wrap;}
.resume .box .ui-form-group{width: 46%;margin: 0 2% .5%;position: relative;}
.resume .box .ui-form-group:last-child{width: 100%;display: flex;justify-content: center;font-size: 13px;color: #454545;margin-top: 40px;padding-top: 20px;border-top: 1px solid #efefef;}
.resume .box .ui-form-group .ui-btn-blue{cursor: pointer;background: #01418e;border: none;outline: none;font-size: 18px;color: #fff;line-height: 2.5;padding: 0 55px;margin: 0;border-radius: 50px;transition: all .5s;}
.resume .box .ui-form-group .ui-btn-blue:hover{background-color: #333;}