@charset "utf-8";
/* CSS Document */
html,body{ width:100%; height:100%;}
body{ font:14px/1.5 "微软雅黑", sans-serif, Arial; color:#333; background-color:#fff; overflow-x:hidden;}
a{ text-decoration:none; color:#333;-webkit-tap-highlight-color:transparent;}
*{ list-style:none; margin:0; outline:none; padding:0; border:none;}
.fl{ float:left;}
.fr{ float:right;}
.ov{ overflow:hidden;}
.dis{ display:block !important;}
.dn{ display:none;}
.clear{ clear:both;}
.clear:after{ content:""; display:block; clear:both;}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{ color:#999;} 
input:-moz-placeholder,textarea:-moz-placeholder{ color:#999;} 
input::-moz-placeholder,textarea::-moz-placeholder{ color:#999;} 
input:-ms-input-placeholder,textarea:-ms-input-placeholder{ color:#999;} 
input,select,textarea{ -webkit-appearance:none;}
input[type=radio]{ -webkit-appearance:radio;}
input[type=checkbox]{ -webkit-appearance:checkbox;}

/*header*/
.header{ width:100%; background-color:#fff; position:relative; z-index:99;}
.header .head{ width:1200px; margin:auto; height:90px; position:relative; z-index:3;}
.header .head .logo{ float:left; height:50px; padding:20px 0;}
.header .head .logo img{ display:block; height:50px;}
.header .head .nav{ display:block; height:90px; float:right;}
.header .head .nav li{ height:100%; float:left; margin-right:40px; position:relative; display:flex; align-items:center;}
.header .head .nav li>a{ overflow:hidden; display:block; position:relative; font-size:16px; line-height:40px; height:40px; color:#333;}
.header .head .nav li:after{ content:""; background-color:#002fd7; width:0; height:2px; display:block; overflow:hidden; position:absolute; left:0; bottom:0; transition:.5s;}
.header .head .nav li.on:after,.header .head .nav li:hover:after{ width:100%;}
.header .head .nav li.on>a,.header .head .nav li:hover>a{ color:#002fd7;}
.header .head .nav li p{ background-color:#f1f1f1; position:absolute; left:50%; margin-left:-75px; top:100%; width:120px; height:auto; padding:15px; padding-top:5px; display:none; overflow:hidden;}
.header .head .nav li:hover p{ display:block;}
.header .head .nav li p a{ display:block; font-size:14px; height:34px; line-height:34px; padding:0 10px; background-color:#fff; margin-top:10px; text-align:center; overflow:hidden;}
.header .head .nav li p a:hover{ background-color:#002fd7; color:#fff;}
.header .head .ser{ float:right; height:30px; margin:30px 0; cursor:pointer; font-size:16px; line-height:30px;}
.header .head .ser img{ display:block; height:18px; margin:6px 10px; float:left;}

/*搜索*/
.serbox{ width:500px; height:100vh; position:fixed; right:0; top:0; background-color:#fff; z-index:100; display:none;}
.serbox .box{ width:400px; height:50px; border-bottom:1px solid #cacaca; position:absolute; top:50%; left:50%; transform:translateX(-50%) translateY(-50%);}
.serbox .box p{ display:block; padding-left:10px; height:50px; float:left; width:calc(100% - 50px);}
.serbox .box p input{ width:100%; display:block; font-size:16px; line-height:50px; height:50px; overflow:hidden;}
.serbox .box span{ display:block; width:40px; height:50px; float:right;}
.serbox .box span input{ width:40px; height:50px; display:block; cursor:pointer; background-color:#fff; background-image:url(../images/ser.png); background-position:center; background-repeat:no-repeat;}
.serbox .close{ position:absolute; right:3%; top:3%; -webkit-transition:1s linear; transition:1s ease-in;}
.serbox .close img{ display:block; cursor:pointer;}
.serbox .close:hover{ transform:rotate(360deg); -ms-transform:rotate(360deg); -moz-transform:rotate(360deg); -webkit-transform:rotate(360deg); -o-transform:rotate(360deg);}

/*banner*/
.banner{ width:100%; height:540px; position:relative; z-index:1;}
.banner .swiper-container{ width:100%; height:100%; position:relative; z-index:1;}
.banner .swiper-wrapper{ width:100%; height:100%;}
.banner .swiper-slide{ width:100%; height:100%; position:relative; z-index:1;}
.banner .swiper-slide a{ width:100%; height:100%; position:relative; z-index:1; display:block; overflow:hidden;}
.banner .swiper-slide a img{ display:block; position:absolute; top:50%; left:50%; transform:translateX(-50%) translateY(-50%);}
.banner .swiper-pagination{ position:absolute; left:50%; transform:translateX(-50%); bottom:20px; z-index:3;}
.banner .swiper-pagination span{ width:10px; height:10px; display:block; float:left; margin:0 5px; cursor:pointer; background-color:rgba(0,0,0,.7); overflow:hidden; border-radius:100%;}
.banner .swiper-pagination span.swiper-pagination-bullet-active{ background-color:#002fd7;}

/*关于睿廷咨询*/
.title{ width:100%; max-width:1200px; margin:auto; position:relative; z-index:1;}
.title .t01{ position:relative; z-index:3; width:40px; height:2px; background-color:#002fd7;}
.title .t02{ position:relative; z-index:3; font-size:30px; line-height:40px; font-weight:bold; margin-top:13px;}
.title .t03{ position:absolute; left:30px; bottom:0; z-index:1; font-size:48px; line-height:52px; height:52px; font-weight:bold; text-transform:uppercase; opacity:.1;}
.abox{ width:100%; padding:70px 0;}
.abox .box{ width:1200px; margin:auto; position:relative; z-index:3;}
.abox .box .left{ width:550px; padding-bottom:30px; padding-right:30px; position:relative; float:left;}
.abox .box .left .tu{ width:100%; position:relative; z-index:2;}
.abox .box .left .tu a{ width:100%; height:385px; /*padding-top:70%;*/ display:block; overflow:hidden;}
.abox .box .left .tu a img{ width:100%; display:block; position:absolute; left:0; top:0;}
.abox .box .left .bg{ position:absolute; right:0; bottom:0; z-index:1;}
.abox .box .left .bg img{ display:block;}
.abox .box .right{ width:570px; float:right; margin-bottom:-5px;}
.abox .box .right .wen{ font-size:14px; line-height:30px; height:120px; margin-top:17px;}
.abox .box .right .more{ margin-top:32px; width:140px; height:40px; position:relative;}
.abox .box .right .more a{ width:138px; height:38px; line-height:38px; text-align:center; border:1px solid #ddd; display:block; overflow:hidden;}
.abox .box .right .more:hover a{ color:#002fd7;}
.abox .box .right .more .x01{ left:0; top:0;}
.abox .box .right .more .x02{ left:0; top:0;}
.abox .box .right .more .x03{ right:0; bottom:0;}
.abox .box .right .more .x04{ right:0; bottom:0;}
.abox .box .right .more .w{ width:10px; height:1px; background-color:#002fd7; position:absolute; -webkit-transition:.5s; -moz-transition:.5s; -o-transition:.5s; transition:.5s;}
.abox .box .right .more .h{ width:1px; height:10px; background-color:#002fd7; position:absolute; -webkit-transition:.5s; -moz-transition:.5s; -o-transition:.5s; transition:.5s;}
.abox .box .right .more:hover .w{ width:70px;}
.abox .box .right .more:hover .h{ height:20px;}
.abox .box .right .list{ padding-top:15px; display:block;}
.abox .box .right .list li{ display:block; overflow:hidden; margin-top:20px;}
.abox .box .right .list li strong{ width:6px; height:6px; float:left; margin:11px 10px; margin-left:0; display:block; overflow:hidden; background-color:#002fd7;}
.abox .box .right .list li p{ width:calc(100% - 16px); display:block; float:left; overflow:hidden;}
.abox .box .right .list li p b{ display:block; font-size:18px; line-height:28px; overflow:hidden;}
.abox .box .right .list li p span{ display:block; font-size:14px; line-height:24px; color:#666; overflow:hidden; margin-top:-2px;}

/*睿廷的服务领域*/
.sbox{ width:100%; padding-bottom:20px; position:relative; z-index:1;}
.sbox .bg{ width:100%; height:calc(100% - 160px); background-color:#f7f7f7; position:absolute; left:0; bottom:0; z-index:1;}
.sbox .title .swiper-button-white{ width:40px; height:40px; border-radius:100%; background-color:#a5a8bb; cursor:pointer; z-index:3; position:absolute; bottom:5px;}
.sbox .title .swiper-button-white:hover{ background-color:#002fd7;}
.sbox .title .swiper-button-white img{ display:block; height:10px; margin:15px auto;}
.sbox .title .swiper-button-prev{ right:60px;}
.sbox .title .swiper-button-next{ right:0;}
.sbox .box{ width:1200px; margin:auto; margin-top:25px; position:relative; z-index:3;}
.sbox .box .swiper-container{ width:100%;}
.sbox .box .swiper-slide{ width:285px; display:block; overflow:hidden; position:relative; cursor:pointer;}
.sbox .box .swiper-slide .tu{ width:100%; position:relative; z-index:1; background-position:center; background-size:cover; background-repeat:no-repeat;}
.sbox .box .swiper-slide .tu a{ display:block; width:100%; height:400px; /*padding-top:140.35%;*/ position:relative; z-index:2; overflow:hidden; background-image:url(../images/sbg_13.png); background-position:left bottom; background-repeat:repeat-x;}
.sbox .box .swiper-slide .tu .w01{ width:calc(100% - 30px); position:absolute; left:30px; bottom:15px;}
.sbox .box .swiper-slide .tu .w02{ font-size:20px; line-height:30px; font-weight:bold; color:#fff;}
.sbox .box .swiper-slide .tu .w03{ font-size:16px; line-height:24px; color:#fff;}
.sbox .box .swiper-slide .wen{ width:100%; height:100%; padding:49px 29px; border:1px solid #ddd; box-sizing:border-box; position:absolute; left:0; top:0; z-index:2; background-color:#fff;}
.sbox .box .swiper-slide .wen .w01{ height:50px; padding-bottom:15px; width:130px; background-image:url(../images/sbg_13.jpg); background-position:bottom center; background-repeat:no-repeat;}
.sbox .box .swiper-slide .wen .w01 img{ display:block; height:50px; margin:auto;}
.sbox .box .swiper-slide .wen .w02{ font-size:20px; line-height:30px; font-weight:bold; margin-top:15px;}
.sbox .box .swiper-slide .wen .w03{ font-size:16px; line-height:24px; color:#999;}
.sbox .box .swiper-slide .wen .w04{ font-size:14px; line-height:24px; margin-top:15px;}
.sbox .box .swiper-slide .wen .w05{ position:absolute; left:29px; bottom:45px; font-size:14px; line-height:24px; font-weight:bold; color:#666;}
.sbox .box .swiper-slide .wen .w05 img{ display:block; float:right; height:10px; margin:7px 10px; margin-right:0;}
.sbox .box .swiper-slide:hover .wen{ display:none;}

/*footer*/
.footer{ width:100%; background-color:#f7f7f7; padding-top:10px; padding-bottom:45px;}
.footer .foot{ width:1200px; margin:40px auto;}
.footer .foot .f01{ width:390px; float:left;}
.footer .foot .f01 strong{ display:block; height:50px;}
.footer .foot .f01 strong img{ display:block; height:50px;}
.footer .foot .f01 p{ display:block; overflow:hidden; padding-top:21px; width:100%;}
.footer .foot .f01 p span{ width:150px; margin-right:30px; margin-top:6px; display:block; overflow:hidden; font-size:14px; line-height:24px; float:left;}
.footer .foot .f02{ display:block; border-top:1px solid #999; float:left; width:380px; margin-right:50px;}
.footer .foot .f02 span{ display:block; font-size:18px; line-height:28px; padding-top:25px; text-transform:uppercase;}
.footer .foot .f02 p{ width:calc(100% + 40px); display:block; overflow:hidden; padding-top:17px;}
.footer .foot .f02 p a{ float:left; margin-right:40px; display:block; font-size:14px; line-height:24px; margin-top:6px; overflow:hidden;}
.footer .foot .f03{ display:block; border-top:1px solid #999; float:left; width:380px;}
.footer .foot .f03 span{ display:block; font-size:18px; line-height:28px; padding-top:25px; text-transform:uppercase;}
.footer .foot .f03 p{ width:calc(100% + 60px); display:block; overflow:hidden; padding-top:17px;}
.footer .foot .f03 p a{ display:block; font-size:14px; line-height:24px; margin-top:6px; float:left; margin-right:60px;}
.footer .bq{ width:1200px; margin:auto;}
.footer .bq .left{ float:left;}
.footer .bq .left p{ display:block; float:left; margin-right:20px; font-size:14px; line-height:24px;}
.footer .bq .right{ float:right; font-size:14px; line-height:24px;}
.footer .bq .right a{ margin:0 5px;}

/*在线客服*/
.onFixed{ position:fixed; right:12px; bottom:10%; z-index:910;}
.onFixed li{ position:relative; margin-top:20px;}
.onFixed li a{ display:block; cursor:pointer;}
.onFixed li a .icon{ display:block; width:50px; height:50px; border-radius:50%; box-shadow:0 0 10px rgba(0, 0, 0, 0.1); background-color:#FFFFFF; background-repeat:no-repeat; background-position:center center; transition:all .3s;}
.onFixed li a .icon-online-top{ background-image:url(../images/icon_online_5.png);}
.onFixed li a b{ width:100%; height:100%; border-radius:100%; background-repeat:no-repeat; background-position:center center; display:block; overflow:hidden;}
.onFixed li a strong{ width:100%; height:100%; border-radius:100%; background-repeat:no-repeat; background-position:center center; display:block; overflow:hidden;}
.onFixed li .onCon{ position:absolute; right:60px; top:6px; line-height:38px; white-space:nowrap; color:#002fd7; font-size:16px; opacity:0; visibility:hidden; transform:translateX(-5px); transition:all .3s; box-shadow:0 0 10px rgba(0,0,0,.1);}
.onFixed li .onCon::before{ display:block; content:""; position:absolute; right:-5px; top:14px; width:0; height:0; border-left:5px solid #fff; border-top:5px solid transparent; border-bottom:5px solid transparent;}
.onFixed li .onCon p{ background-color:#fff; padding:0 16px; border-radius:5px; color:#002fd7;}
.onFixed li .onCon img{ width:120px; display:block; border:10px solid #fff; border-radius:5px;}
.onFixed li a:hover .icon{ background-color:#002fd7;}
.onFixed li a:hover .onCon{ opacity:1; visibility:visible; transform:translateX(0);}
.onFixed li a:hover .icon-online-top{ background-image:url(../images/icon_online_5_hover.png);}
.onFixed li a:hover b{ display:none;}
.onFixed li a:hover strong{ display:block;}


/*内页*/
@keyframes scaleDraw {  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
    0%{
        transform:scale(1);  /*开始为原始大小*/
    }
    25%{
        transform:scale(1.05); /*放大1.1倍*/
    }
    50%{
        transform:scale(1);
    }
    75%{
        transform:scale(1.05);
    }
}
.ban{ width:100%; height:250px; position:relative; overflow:hidden; z-index:1;}
.ban .bg{ width:100%; height:100%; background-size:cover; background-position:center; background-repeat:no-repeat; animation:scaleDraw 30s ease-in-out infinite; position:relative; z-index:0;}
.ban .box{ width:100%; height:100%; background-color:rgba(0,0,0,.7); display:flex; align-items:center; position:absolute; left:0%; bottom:0; z-index:1;}
.ban .box p{ width:1200px; margin:auto; text-align:center;}
.ban .box p b{ display:block; color:#fff; font-size:30px; line-height:40px; margin-bottom:14px;}
.ban .box p span{ display:block; color:#fff; font-size:16px; line-height:26px;}
.wei{ width:100%; height:50px; background-color:#fff; background-image:url(../images/ab.jpg); background-position:left bottom; background-repeat:repeat-x;}
.wei .box{ width:1200px; margin:auto;}
.wei .box .left{ float:left; padding-left:26px; background-image:url(../images/home.png); background-position:left center; background-repeat:no-repeat; font-size:14px; line-height:50px;}
.wei .box .right{ float:right;}
.wei .box .right a{ display:block; float:left; font-size:14px; line-height:50px; height:48px;}
.wei .box .right span{ font-size:12px; color:#ccc; display:block; float:left; margin:0 25px; line-height:50px;}
.wei .box .right a:hover{ color:#002fd7;}
.wei .box .right a.on{ color:#002fd7; border-bottom:2px solid #002fd7;}

/*关于我们-企业简介*/
.main{ width:100%; padding:70px 0; position:relative; z-index:1; background-color:#fff;}
.ab01 .box{ width:1200px; margin:auto; margin-top:25px; position:relative; z-index:3; display:flex;}
.ab01 .left{ width:600px;}
.ab01 .left .w01{ font-size:36px; line-height:50px; height:50px; color:#999; text-transform:uppercase;}
.ab01 .left .w02{ width:100%; margin-top:5px;}
.ab01 .left .w02 p{ display:flex; align-items:center; float:left; padding:7px 20px; font-size:14px; line-height:26px; color:#fff; background:linear-gradient(to left,#2d56e8,#002fd7);}
.ab01 .left .w02 p img{ display:block; height:16px; margin-right:10px;}
.ab01 .left .w03{ width:100%; font-size:24px; line-height:34px; margin-top:25px; font-weight:bold;}
.ab01 .left .w04{ width:100%; font-size:14px; line-height:30px; margin-top:7px;}
.ab01 .right{ width:550px; background-position:center; background-repeat:no-repeat; background-size:cover; border-radius:10px; margin-left:50px;}
.ab01 .w05{ width:1200px; margin:auto; margin-top:15px; display:flex; justify-content:space-between; flex-wrap:wrap;}
.ab01 .w05 li{ display:block; margin-top:28px; width:32%;}
.ab01 .w05 li p{ display:block; overflow:hidden;}
.ab01 .w05 li p span{ display:block; float:left; font-size:20px; height:30px; line-height:30px; overflow:hidden; color:#002fd7; font-weight:bold;}
.ab01 .w05 li p a{ display:block; float:left; font-size:20px; height:30px; line-height:30px; overflow:hidden; color:#333;}
.ab01 .w05 li strong{ width:30px; height:2px; display:block; background-color:#666; margin-top:10px;}
.ab01 .w05 li b{ display:block; overflow:hidden; font-size:14px; line-height:24px; font-weight:normal; margin-top:15px;}

.ab02 .box{ width:1200px; margin:auto; margin-top:25px; position:relative; z-index:3;}
.ab02 .left{ width:550px; float:left;}
.ab02 .left img{ width:100%; display:block;}
.ab02 .right{ width:580px; float:right;}
.ab02 .right ul{ display:block; overflow:hidden;}
.ab02 .right ul li{ display:block; overflow:hidden; position:relative; margin-top:35px; padding-left:10px;}
.ab02 .right ul li em{ display:block; position:relative; z-index:3; font-size:48px; line-height:45px; height:45px; font-weight:bold; font-family:Arial; color:#002fd7; width:66px; float:left; margin-top:2px;}
.ab02 .right ul li p{ width:calc(100% - 66px); display:block; font-size:18px; font-weight:bold; line-height:28px; float:left;}
.ab02 .right ul li p a{ display:block; font-size:16px; line-height:26px; font-weight:normal; color:#666;}
.ab02 .right ul li span{ width:100%; height:10px; border-radius:10px; position:absolute; left:0; bottom:0; z-index:1; background-color:#002fd7; opacity:0.3; display:block; overflow:hidden;}

.fanye{ width:100%; margin-top:30px; text-align:center;}
.fanye li{ margin:0 5px; display:inline-block;}
.fanye li a{ min-width:20px; padding:0 5px; height:30px; line-height:30px; background-color:#f2f2f2; border-radius:3px; display:block;}
.fanye li span{ min-width:20px; padding:0 5px; height:30px; line-height:30px; border-radius:3px; display:block;}
.fanye li.active span{ color:#fff; background-color:#002fd7;}
.fanye li.disabled span{ color:#aaa; background-color:#f2f2f2; cursor:no-drop;}
.fanye li a:hover{ color:#002fd7;}

.ab03 .box{ width:1200px; margin:auto; position:relative; z-index:3;}
.ab03 .box .list{ width:100%;}
.ab03 .box .list a{ width:285px; height:210px; display:block; margin-top:25px; margin-left:20px; overflow:hidden; float:left; position:relative;}
.ab03 .box .list a:nth-child(4n+1){ clear:left; float:left; margin-left:0;}
.ab03 .box .list a img{ width:100%; margin:auto; display:block; transition-delay:0s; transition-duration:1s; transition-property:all; transition-timing-function:ease; -moz-transition-delay:0s; -moz-transition-duration:1s; -moz-transition-property:all; -moz-transition-timing-function:ease; -webkit-transition-delay:0s; -webkit-transition-duration:1s; -webkit-transition-property:all; -webkit-transition-timing-function:ease; -o-transition-delay:0s; -o-transition-duration:1s; -o-transition-property:all; -o-transition-timing-function:ease;}
.ab03 .box .list a span{ display:block; width:100%; height:36px; line-height:36px; background-color:rgba(0,0,0,0.7); font-size:14px; color:#fff; text-align:center; position:absolute; left:0; bottom:0; padding:0 20px; box-sizing:border-box;}
.ab03 .box .list a:hover img{ transform:scale(1.1, 1.1); -ms-transform:scale(1.1, 1.1); -moz-transform:scale(1.1, 1.1); -webkit-transform:scale(1.1, 1.1); -o-transform:scale(1.1, 1.1);}

.ab04 .box{ width:1200px; margin:auto; padding-top:25px; position:relative;}
.ab04 .box .gg{ position:absolute; right:60px; top:20px; width:410px; text-align:right; z-index:3;}
.ab04 .box .gg span{ display:block; font-size:24px; line-height:34px;}
.ab04 .box .gg p{ display:block; font-size:14px; line-height:24px;}
.ab04 .box .swiper-container{ width:100%; padding-right:60px; padding-left:50px; box-sizing:border-box; height:470px; background-image:url(../images/ab04.png); background-position:bottom right; background-repeat:no-repeat; position:relative; z-index:3;}
.ab04 .box .swiper-container .swiper-wrapper{ position:relative; z-index:3;}
.ab04 .box .swiper-container .bg{ width:calc(100% - 60px); position:absolute; left:0; bottom:0; background-color:#f7f7f7; z-index:1; height:400px;}
.ab04 .box .swiper-container .swiper-slide{ width:100%; display:block; overflow:hidden; height:420px;}
.ab04 .box .swiper-container .swiper-slide .left{ width:640px; height:420px; float:left; background-color:#fff;}
.ab04 .box .swiper-container .swiper-slide .left img{ width:100%; display:block;}
.ab04 .box .swiper-container .swiper-slide .right{ width:350px; height:260px; float:left; padding:50px; margin-top:70px; padding-bottom:40px; text-align:left; background-color:#f7f7f7;}
.ab04 .box .swiper-container .swiper-slide .right .k01{ width:100%;}
.ab04 .box .swiper-container .swiper-slide .right .k01 b{ display:block; float:right; width:40px; height:4px; background:#002fd7;}
.ab04 .box .swiper-container .swiper-slide .right .k02{ width:100%; padding-top:20px; text-transform:uppercase; font-weight:bold; font-size:24px; line-height:34px;}
.ab04 .box .swiper-container .swiper-slide .right .k03{ width:100%; padding-top:10px; color:#002fd7; font-weight:bold; font-size:18px; line-height:28px;}
.ab04 .box .swiper-container .swiper-slide .right .k04{ width:100%; padding-top:5px; font-size:14px; line-height:24px; max-height:144px;  display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:6;}
.ab04 .box .swiper-pagination{ position:absolute; right:110px; bottom:50px; z-index:9; overflow:hidden;}
.ab04 .box .swiper-pagination span{ display:block; width:10px; height:10px; border-radius:10px; background-color:#999; overflow:hidden; margin-left:10px; float:left;}
.ab04 .box .swiper-pagination span.swiper-pagination-bullet-active{ background-color:#002fd7;}

.ab05 .box{ width:1140px; margin:auto; margin-top:25px; padding:30px; border-radius:20px; background-color:#f7f7f7; position:relative; z-index:3;}
.ab05 .box .back{ position:absolute; right:30px; top:77px; font-size:16px; line-height:20px;}
.ab05 .box .back img{ display:block; height:20px; float:left; margin-right:9px;}
.ab05 .box .back a:hover{ color:#002fd7;}
.ab05 .box .back a:hover img{ filter:drop-shadow(#002fd7 10000px 0); transform:translateX(-10000px)}
.ab05 .box .w01{ font-size:24px; line-height:34px;}
.ab05 .box .w02{ font-size:16px; line-height:26px; padding-top:10px; padding-bottom:20px; color:#666; border-bottom:1px solid #ddd; margin-bottom:5px;}
.ab05 .box .w02 p{ display:block; float:left;}
.ab05 .box .w02 span{ display:block; float:left; margin-left:4%;}
.ab05 .box .w03{ font-size:18px; line-height:28px; padding-top:15px;}
.ab05 .box .w04{ font-size:14px; line-height:34px; margin-top:5px;}
.ab05 .box .w05{ font-size:18px; line-height:28px; padding-top:20px; margin-top:20px; border-top:1px solid #ddd;}
.ab05 .box .w06{ font-size:16px; line-height:26px; display:block; padding-top:10px;}
.ab05 .box .w06 li{ display:block; width:25%; float:left; overflow:hidden;}
.ab05 .box .w06 li span{ display:block; color:#999; font-size:14px; line-height:24px;}

/*专注领域*/
.main .ser01{ width:1200px; margin:auto; display:block;}
.main .ser01 li{ width:285px; float:left; margin-left:20px; margin-top:25px; display:block; overflow:hidden; position:relative; cursor:pointer;}
.main .ser01 li:nth-child(4n+1){ clear:left; float:left; margin-left:0;}
.main .ser01 li .tu{ width:100%; position:relative; z-index:1; background-position:center; background-size:cover; background-repeat:no-repeat;}
.main .ser01 li .tu a{ display:block; width:100%; height:400px; /*padding-top:140.35%;*/ position:relative; z-index:2; overflow:hidden; background-image:url(../images/sbg_13.png); background-position:left bottom; background-repeat:repeat-x;}
.main .ser01 li .tu .w01{ width:calc(100% - 30px); position:absolute; left:30px; bottom:15px;}
.main .ser01 li .tu .w02{ font-size:20px; line-height:30px; font-weight:bold; color:#fff;}
.main .ser01 li .tu .w03{ font-size:16px; line-height:24px; color:#fff;}
.main .ser01 li .wen{ width:100%; height:100%; padding:49px 29px; border:1px solid #ddd; box-sizing:border-box; position:absolute; left:0; top:0; z-index:2; background-color:#fff;}
.main .ser01 li .wen .w01{ height:50px; padding-bottom:15px; width:130px; background-image:url(../images/sbg_13.jpg); background-position:bottom center; background-repeat:no-repeat;}
.main .ser01 li .wen .w01 img{ display:block; height:50px; margin:auto;}
.main .ser01 li .wen .w02{ font-size:20px; line-height:30px; font-weight:bold; margin-top:15px;}
.main .ser01 li .wen .w03{ font-size:16px; line-height:24px; color:#999;}
.main .ser01 li .wen .w04{ font-size:14px; line-height:24px; margin-top:15px;}
.main .ser01 li .wen .w05{ position:absolute; left:29px; bottom:45px; font-size:14px; line-height:24px; font-weight:bold; color:#666;}
.main .ser01 li .wen .w05 img{ display:block; float:right; height:10px; margin:7px 10px; margin-right:0;}
.main .ser01 li:hover .wen{ display:none;}

/*专注领域内页*/
.main .ser02{ width:1200px; margin:auto; margin-top:25px; font-size:14px; line-height:24px;}
.main .ser02 img{ max-width:100%; height:auto;}

/*资讯中心*/
.main .news{ width:1200px; display:block; margin:auto; position:relative; z-index:3;}
.main .news li{ display:flex; align-items:center; overflow:hidden; padding:25px 0; border-bottom:1px solid #eee;}
.main .news li .left{ width:200px; height:142px;}
.main .news li .left img{ width:100%; display:block;}
.main .news li .right{ width:calc(100% - 220px); margin-left:20px;}
.main .news li .right .w01{ font-size:18px; line-height:28px; font-weight:bold;}
.main .news li .right .w01 a{ display:block; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.main .news li .right .w01 a:hover{ color:#002fd7;}
.main .news li .right .w02{ font-size:14px; line-height:24px; height:48px; margin-top:5px; display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:2;}
.main .news li .right .w03{ padding-top:14px; padding-bottom:5px;}
.main .news li .right .w03 a{ width:130px; display:block; text-align:center; border-radius:36px; background-color:#f7f7f7; font-size:14px; line-height:34px; height:34px; overflow:hidden; float:right;}
.main .news li .right .w03 a:hover{ background-color:#002fd7; color:#fff;}
.main .news li .right .w03 span{ display:block; float:left; font-size:14px; line-height:34px; color:#666;}

/*资讯中心内页*/
.ny{ width:1200px; margin:65px auto; position:relative; z-index:1;}
.ny .lbar{ width:890px; float:left;}
.ny .lbar .bt{ color:#002fd7; font-size:24px; line-height:34px;}
.ny .lbar .sj{ color:#999; font-size:14px; line-height:32px; height:37px; border-bottom:1px solid #eee;}
.ny .lbar .wen{ font-size:14px; line-height:24px; margin-top:20px;}
.ny .lbar .wen img{ max-width:100%; height:auto;}
.ny .lbar .wen video{ width:100%; display:block; overflow:hidden;}
.ny .lbar .wen iframe{ width:100%; height:501px; display:block; overflow:hidden;}
.ny .lbar .back{ margin-top:20px; padding-top:9px; border-top:1px solid #eee; position:relative;}
.ny .lbar .back p{ width:780px; display:block; font-size:14px; height:24px; line-height:24px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; margin-top:6px;}
.ny .lbar .back p a:hover{ color:#002fd7;}
.ny .lbar .back span{ position:absolute; right:0; top:15px; font-size:14px; height:24px; line-height:24px;}
.ny .lbar .back span a:hover{ color:#002fd7;}

.ny .rbar{ width:258px; border:1px solid #eee; border-top:2px solid #002fd7; float:right; margin-top:5px;}
.ny .rbar .bt{ padding-left:19px; font-size:18px; height:50px; line-height:50px; border-bottom:1px solid #eee;}
.ny .rbar ul{ display:block; padding:4px 19px; padding-bottom:15px;}
.ny .rbar ul li{ display:block; width:100%; margin-top:15px; overflow:hidden;}
.ny .rbar ul li strong{ width:100%; height:156px; display:block; overflow:hidden;}
.ny .rbar ul li strong img{ width:100%; display:block;}
.ny .rbar ul li p{ display:block; overflow:hidden; font-size:16px; height:26px; line-height:26px; padding-top:5px;}
.ny .rbar ul li span{ display:block; overflow:hidden; font-size:14px; height:22px; line-height:22px; color:#999;}
.ny .rbar ul li p:hover{ color:#002fd7;}

/*工作机会*/
.search-tool{ width:1200px; margin:25px auto;}
.search-tool select{ width:250px; height:40px; line-height:38px; box-sizing:border-box; border:1px solid #ddd; display:block; overflow:hidden; float:left; margin-right: 20px; background-image: url(../images/sel.png); background-repeat: no-repeat; background-position: right center; text-indent: 19px;}
.search-tool .txtKeyWord{ width:250px; height:40px; line-height:38px; box-sizing:border-box; border:1px solid #ddd; display:block; overflow:hidden; float:left; margin-right: 20px; padding:0 19px;}
.search-tool .btnSearch{ width:80px; height:40px; line-height:40px; text-align:center; cursor:pointer; background-color:#002fd7; color:#fff; display:block; float:left; }
.job{ width:1200px; margin:auto; position:relative; z-index:3;}
.job .tou{ width:100%; height:60px; line-height:60px; font-size:16px; background-color:#002fd7;}
.job .tou span{ color:#fff; width:25%; display:block; float:left; text-align:center;}
.job .tou p{ color:#fff; width:18.75%; display:block; float:left; text-align:left; margin-left: 5%;}
.job .tou a{ color:#fff; width:15%; display:block; float:left; text-align:center;}
.job .sideMen{ width:100%; margin:auto;}
.job .sideMen li{ display:block; overflow:hidden; }
.job .sideMen h3{ width:100%; display:block; font-weight:normal; height:60px; line-height:60px; font-size:14px; border-bottom:1px solid #eee;}
.job .sideMen h3 p{ width:18.75%; display:flex; align-items: center; height: 60px; font-size: 14px; line-height: 24px; overflow: hidden; float:left; text-align:left; margin-left: 5%;}
.job .sideMen .cont{ padding:30px 5%; background-color:#f7f7f7; overflow:hidden; display: none;}
.job .sideMen li.on .cont{ display:block; }
.job .sideMen .cont .c02{ width:100%; display:block;}
.job .sideMen .cont .c02 dl{ width:48.5%; margin-left:3%; display:block; float:left; overflow:hidden;}
.job .sideMen .cont .c02 dl:nth-child(2n+1){ clear:left; float:left; margin-left:0;}
.job .sideMen .cont .c02 dl dt{ display:block; height:28px; line-height:28px; font-size:18px; overflow:hidden; color:#002fd7; margin-bottom:5px;}
.job .sideMen .cont .c02 dl dd{ display:block; overflow:hidden; font-size:14px; line-height:24px;}

/*联系我们*/
.lx01{ width:1200px; margin:auto; position:relative; z-index:3; margin-top:5px;}
.lx01 .right{ width:420px; min-height:335px; border-radius:10px; padding:35px 30px; padding-bottom:40px; background-color:#f1f1f1; float:right;}
.lx01 .right .f01{ font-size:24px; line-height:34px; font-weight:bold; color:#333;}
.lx01 .right .f02{ font-size:14px; line-height:24px; color:#333; margin-top:20px;}
.lx01 .right .f03{ margin-top:5px;}
.lx01 .right .f03 p{ display:block; overflow:hidden; margin-top:20px;}
.lx01 .right .f03 p strong{ height:20px; width:30px; float:left; display:block;}
.lx01 .right .f03 p strong img{ height:20px;}
.lx01 .right .f03 p span{ font-size:14px; line-height:20px; color:#333; width:calc(100% - 30px); float:left; display:block;}
.lx01 .right .f04{ margin-top:36px; display:flex; align-items:center;}
.lx01 .right .f04 strong{ display:block; width:100px; padding:10px; background-image:url(../images/l05_14.png); background-size:100% 100%; overflow:hidden;}
.lx01 .right .f04 strong img{ width:100%; display:block;}
.lx01 .right .f04 p{ display:block; font-size:14px; line-height:24px; color:#666; margin-left:10px;}
.lx01 .left{ width:700px; float:left;}
.lx01 .left .lx{ margin-top:20px;}
.lx01 .left .f01{ width:310px; float:left; margin-right:40px; margin-bottom:20px;}
.lx01 .left .f01 span{ display:block; font-size:14px; line-height:34px; margin-bottom:6px;}
.lx01 .left .f01 p{ display:block; border-radius:5px; padding:0 19px; overflow:hidden; border:1px solid #ddd;}
.lx01 .left .f01 p input{ font-size:14px; line-height:38px; display:block; overflow:hidden; width:100%;}
.lx01 .left .f02{ width:660px; float:left; margin-right:40px; margin-bottom:30px;}
.lx01 .left .f02 span{ display:block; font-size:16px; line-height:34px; margin-bottom:6px;}
.lx01 .left .f02 p{ display:block; border-radius:5px; overflow:hidden; border:1px solid #ddd;}
.lx01 .left .f02 p textarea{ height:104px; font-size:14px; line-height:24px; padding:7px 19px; display:block; overflow:auto; width:100%; font-family:inherit;}
.lx01 .left .f03{ width:660px; float:left; margin-right:40px;}
.lx01 .left .f03 input{ cursor:pointer; display:block; text-align:center; float:right; width:150px; height:40px; line-height:40px; font-size:14px; border-radius:40px; background-color:#333; color:#fff;}
.lx01 .left .f03 input:hover{ background-color:#002fd7;}

#map{ width:100%; height:460px;}