﻿@charset "utf-8";@import url("service.css");/* CSS Document */
*{outline:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}

html{font:normal 14px arial,sans-serif;-webkit-text-size-adjust:100%}
body{padding:0;margin:0 auto;font-size:16px;line-height:1.8;color:#333;background:#fff;overflow-x:hidden;-webkit-text-size-adjust:none;/*取出点击出现半透明的灰色背景*/
-webkit-tap-highlight:rgba(0,0,0,0);/*控制内容的可选择性*/
/*-webkit-user-select:none;-ms-user-select:none;-moz-user-select:none;-khtml-user-select:none;user-select:none;*/
}
input[type="button"],input[type="submit"],input[type="reset"]{-webkit-appearance:none;}
ul,li,form,dl,dt,dd,div,ol,figure,aside,menu,nav,.mp h1,.mp h2,.mp h3,.mp h4,.mp p{padding:0;margin:0;}
.ul,.ul li{list-style:none;}
table{border-collapse:collapse;border-spacing:0}
table td{border-collapse:collapse;font-size:14px;}
select,input,textarea{font-size:16px;color:#333;border-radius:0;-webkit-border-radius:0;}
img{border:none;max-width:100%;vertical-align:middle;}
a{color:#333;text-decoration:none;noline:-webkit-tap-highlight-color:rgba(0,0,0,0);/* 去掉链接触摸高亮 */
}
a:hover{color:#004289;text-decoration:none;}
a:focus{outline:none;-moz-outline:none;}
.mp *{font-weight:normal}
pre{white-space:pre-wrap;white-space:-moz-pre-wrap;white-space:-pre-wrap;white-space:-o-pre-wrap;word-wrap:break-word;margin:0;text-align:justify;text-justify:inter-ideograph;}
.clear{clear:both;height:0px;overflow:hidden;zoom:0;}
.clearfix{*zoom:1;}
/*IE/7/6*/
.clearfix:after{content:'';display:block;height:0;clear:both;}
.dot{display:block;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
.dot2,.dot3,.dot4,.dot5{display:-webkit-box;display:box;overflow:hidden;text-overflow:ellipsis;word-break:break-all;-webkit-box-orient:vertical;}
.dot2{-webkit-line-clamp:2;}
.dot3{-webkit-line-clamp:3;}
.dot4{-webkit-line-clamp:4;}
.dot5{-webkit-line-clamp:5;}
.box_absolute{position:absolute;width:100%;height:100%;}
.ytable{display:table;width:100%;height:100%;table-layout:fixed;}
.ytable-cell{display:table-cell;vertical-align:middle;}
.zoomimg .pic{overflow:hidden;position:relative}
.zoomimg .pic .ispic{background:no-repeat center center;background-size:cover;display:block;-webkit-transition:all 0.3s linear;-moz-transition:all 0.3s linear;-o-transition:all 0.3s linear;-ms-transition:all 0.3s linear;transition:all 0.3s linear;}
.zoomimg:hover .pic .ispic{-webkit-transform:scale(1.1,1.1);-moz-transform:scale(1.1,1.1);-o-transform:scale(1.1,1.1);-ms-transform:scale(1.1,1.1);transform:scale(1.1,1.1);}
.fl{float:left;}
.fr{float:right;}
.hidpic{display:none}
.header .top .fl:before{animation:move 0.5s linear 1s infinite alternate;}
@keyframes move{from{width:12px;}
to{width:16px;}
}
.header.top_bg{background:#004289}
.header.top_bg .logo .img1{display:none}
.header.top_bg .logo .img2{display:inline-block}
.header{position:fixed;left:0;width:100%;z-index:200;top:0;border-bottom:solid 1px rgba(255,255,255,0.2);background:#fff;}
.header .logo{float:left;display:table;height:100px;}
.header .logo a{display:table-cell;vertical-align:middle;}
.header .logo .img2{display:none}
.header .top-nav{float:right;}
.swiper.zhuanti{width:100%;height:100%;}
.zhuanti .swiper-slide{text-align:center;font-size:18px;background:#fff;/* Center slide text vertically */
display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;}
.zhuanti .swiper-slide img{display:block;width:100%;height:100%;object-fit:cover;}
@media (max-width:1024px){.header .logo{height:60px;max-width:35%;}
.header .logo img{max-height:50px;}
}
.header .mainnav li{position:relative;}
.header .mainnav li .sub{background:#18478e;display:none;}
.header .mainnav li .sub dd{line-height:24px;}
.header .mainnav li .sub dd a{display:block;padding:10px 20px;color:#fff;}
.header .mainnav li .sub dd:hover{background:#d42d25}
.header .mainnav li b{display:block;}
.header .mainnav li b a{display:block;position:relative;}
.header.top_bg .mainnav li a{color:#fff;}
@media (min-width:1025px){.header .mainnav{float:right;}
.header .mainnav li{float:left;margin-right:2.08vw;}
.header .mainnav li a{color:#333;}
.header .mainnav li b{line-height:100px;}
.header .mainnav li b a:after{position:absolute;content:'';width:0;height:3px;background-color:#d52b23;bottom:0;transition:0.3s;left:50%;transform:translateX(-50%);}
.header .mainnav li.aon b a:after,.header .mainnav li b a:hover:after{width:100%;}
.header .mainnav li .sub{position:absolute;top:100%;left:50%;transform:translateX(-50%);min-width:100%;white-space:nowrap;}
.header .mainnav li .sub dd{text-align:center;}
}
@media(max-width:1024px){body.menu-show{overflow:hidden;}
.open-menu{z-index:10;width:30px;height:30px;}
.open-menu{position:relative;}
.open-menu i{position:absolute;width:100%;height:3px;background-color:#144b8e;left:0;top:50%;margin-top:-1.5px;transition:0.3s;}
.open-menu:not(.on) i:nth-child(1){margin-top:-10px;}
.open-menu:not(.on) i:nth-child(3){margin-top:8px;}
.open-menu.on i:nth-child(2){opacity:0;}
.open-menu.on i:nth-child(1){transform:rotate(-45deg);}
.open-menu.on i:nth-child(3){transform:rotate(45deg);}
.mainnav{position:fixed;left:-100%;opacity:0;top:60px;bottom:0;width:220px;background:rgba(255,255,255,0.95);transition:0.3s;}
.nav-show .mainnav{left:0;opacity:1;}
.header .mainnav ul{overflow:auto;height:100%;}
.header .mainnav li b{position:relative;padding-right:40px;border-bottom:1px solid rgba(0,0,0,0.1);overflow:hidden;}
.header .mainnav li b a{padding:15px;}
.header .mainnav li .sub dd a{color:#fff;}
.header .mainnav .op{position:absolute;width:40px;height:100%;height:100%;transition:0.3s;right:0;top:0;}
.header .mainnav .op:before,.header .mainnav .op:after{position:absolute;content:'';width:12px;height:2px;background:#fff;left:50%;top:50%;transform:translate(-50%,-50%);}
.header .mainnav .op:before,.header .mainnav .op:after{background:#ccc;}
.header .mainnav .op:after{width:2px;height:12px;}
.header .mainnav .op.click{transform:rotate(45deg);}
}
.top-nav{padding-top:35px;}
.top-nav > *{float:left;}
.top-nav .open-search{width:30px;height:30px;display:block;background:url(../images/b-search-white.png) no-repeat center;background-size:auto 16px;cursor:pointer;filter:grayscale(100%) brightness(00%);}
.header.top_bg .top-nav .open-search{filter:grayscale(100%) brightness(300%);}
.header.top_bg .top-nav a{color:#fff;}
.header.top_bg .sub-site aside{border:1px solid rgb(255 255 255 / 40%);color:#fff;}
.top-search .box{position:absolute;top:100%;right:0;width:400px;background-color:#fff;padding-right:60px;box-shadow:0 0 10px rgba(0,0,0,0.2);display:none;}
.top-search .box .text{height:42px;line-height:42px;padding:0 15px;width:100%;border:0;}
.top-search .box a{position:absolute;right:0;top:0;width:60px;height:100%;background:url(../images/b-search-white.png) no-repeat center #004289;}
.top-nav a{color:#333;}
.sub-site aside{line-height:28px;border-radius:28px;border:1px solid rgb(0 0 0 / 40%);padding:0 14px;color:#333;cursor:pointer;}
.sub-site aside:after{display:inline-block;content:'';width:9px;height:5px;background:url(../images/a-down-white.svg) no-repeat;background-size:contain;vertical-align:middle;margin-left:10px;filter:grayscale(100%) brightness(00%);}
.sub-site .top-site{position:absolute;right:0;border:1px solid rgba(255,255,255,0.4);top:100%;width:200px;border-radius:28px;background-color:#fff;display:none;max-height:500px;overflow:auto;}
.header.top_bg .sub-site .top-site a{color:#333;}
.header.top_bg .sub-site aside:after{filter:grayscale(100%) brightness(300%);}
.sub-site .top-site li{padding:5px 20px;}
.sub-site .top-site li a{color:#333;}
@media (min-width:1025px){.top-search{padding-left:1.2vw;margin-right:1.2vw;}
.top-search::before{position:absolute;content:'';width:1px;background-color:#fff;height:10px;left:0;top:50%;margin-top:-5px;}
.header:not(.top_bg) .top-search::before{background-color:#ccc;}
.top-search .box{margin-top:35px;}
.sub-site{margin-left:1.2vw;}
.top-nav > *{position:relative;z-index:50;}
}
@media (max-width:1024px){.top-nav{padding-top:15px;}
.top-nav a{display:block;line-height:30px;}
.sub-site{position:relative;z-index:50;}
.top-search .box{width:100%;}
.top-nav > *:not(:last-child){margin-right:15px;}
}
@media(max-width:480px){.sub-site aside{font-size:12px;padding:0 5px;}
.sub-site aside:after{margin-left:3px;}
}
.footer{background:#00448e url("../images/foot_bg.jpg") no-repeat center bottom}
.footer,.footer a{color:#fff}
.footer .box1{padding-top:4%;padding-bottom:2%}
.footer .box1 .logo{max-width:240px;padding-bottom:4%}
.footer .box1 .txt b{display:block;font-weight:bold;}
.footer .box1 .txt p span:not(:last-child){margin-right:5vw;}
.footer .box1 ul{text-align:center;width:107px;}
.footer .box1 ul span{display:block;}
.footer .box2{padding:20px 0;border-top:solid 1px rgba(255,255,255,0.1)}
.footer .box2 *{color:#999999;}
.footer .box2 .caidan a:not(:last-child):after{display:inline-block;content:'/';margin:0 5px;}
.footer .box2 .caidan a:hover{color:#fff;}
@media (max-width:768px){.footer{text-align:center;}
.footer .fl,.footer .fr{float:none;}
.footer .ewm{padding-top:20px;}
.footer .ewm ul{display:table;margin:0 auto;}
.footer .box1 .txt p span{display:block;margin:0!important;}
.footer .box1 .logo{max-width:50%;display:table;margin:0 auto;}
}
.location_menu{position:relative;z-index:5;border-bottom:solid 1px #ebebeb;}
.location,.location a{color:#c0c0c0}
.location{position:absolute;right:0;margin-bottom:26px;padding-left:26px;background:url("../images/location_home.png") no-repeat left;bottom:100%;}
.location a:hover{color:#fff;}
.location a:after{content:'·';font-weight:bold;margin:0 5px;display:inline-block;color:#c0c0c0}
.location span{color:#fff}
.menu li{float:left;margin-right:3.5vw;position:relative;line-height:78px;}
.menu li.aon a{color:#004289}
.menu li.aon:before{content:'';position:absolute;width:100%;height:2px;background:#004289;bottom:0;}
@media (min-width:1025px) and (max-width:1200px){.menu li{margin-right:2vw;}
}
@media(max-width:1024px){.location,.menu{float:none}
.location i{display:none}
.menu ul{white-space:nowrap;overflow:auto;}
.menu ul:after{display:none;}
.menu li{display:inline-block;float:none;}
}
@media (max-width:640px){.location{font-size:2.5vw!important;line-height:1.5;top:auto;bottom:100%;margin-bottom:10px;}
.menu li{line-height:50px;}
}
.mainbox{padding-top:5%}
@media (min-width:1025px){.sidebar{width:21.1267%;float:left}
.main{width:70.425%;float:right}
}
.sidebar_menu{background:#fafbfc;line-height:30px;}
.sidebar_menu dt{position:relative}
.sidebar_menu dt a{padding:20px 0px 20px 45px;display:block;}
.sidebar_menu dt a:after{content:'';position:absolute;right:10%;top:50%;margin-top:-4px;transform:rotate(-45deg);transition:0.5s;width:8px;height:8px;border-bottom:solid 1px #a0afbf;border-right:solid 1px #a0afbf}
.sidebar_menu dt.aon,.sidebar_menu dt.click{background:#d9e2eb}
.sidebar_menu dt.aon a,.sidebar_menu dt.click a{color:#004289}
.sidebar_menu dt.click a:after{transform:rotate(45deg);border-color:#004289}
.sidebar_menu dt i{position:absolute;width:100%;height:100%;display:block;top:0;cursor:pointer;}
.sidebar_menu dd{margin-left:45px;padding-top:20px;border-left:solid 1px #d9e2eb;display:none}
.sidebar_menu dd span{padding:10px 0px 10px 25px;display:block;position:relative}
.sidebar_menu dd span a{color:#999999;display:inline-block;padding:0px 13px;border-radius:30px;}
.sidebar_menu dd span:before{content:'';display:block;position:absolute;left:0;top:50%;width:14px;height:1px;background:#d9e2eb}
.sidebar_menu dd span:last-child:after{content:'';display:block;position:absolute;left:-1px;bottom:0;width:11px;height:24px;background:#fafbfc}
.sidebar_menu dd span.aon a{color:#fff;background:#004289;}
.SideFloat{position:fixed;width:60px;bottom:5%;right:2%;background:#fff;z-index:110;box-shadow:0 0 10px rgba(0,0,0,0.1);}
.SideFloat li{position:relative;}
.SideFloat li:not(:last-child):after{display:block;margin:0 auto;width:35px;height:1px;background-color:#999999;opacity:0.25;content:'';}
.SideFloat li figure{position:absolute;right:100%;top:0;}
.SideFloat li > a{display:block;height:60px;cursor:pointer;transition:0.3s;}
.SideFloat li .gettop{text-align:center;color:#999;line-height:20px;padding-top:10px;font-weight:100;}
.SideFloat li a.kf{background:url(../images/kf.png) no-repeat center;}
.SideFloat li a.open-search{background:url(../images/b-search.png) no-repeat center;}
.SideFloat li a:hover{background-color:#004289;color:#fff;}
.SideFloat li a.kf:hover{background-image:url(../images/kf-white.png);}
.SideFloat li a.open-search:hover{background-image:url(../images/b-search-white.png);}
.SideFloat li .search-box{width:400px;padding-right:60px;box-shadow:0 0 10px rgba(0,0,0,0.1);right:0;display:none;}
.SideFloat li .search-box .text{width:100%;height:60px;line-height:60px;padding:0 20px;border:0;}
.SideFloat li .search-box a{position:absolute;right:0;top:0;width:60px;height:60px;background:url(../images/b-search-white.png) no-repeat center #004289;font-size:0;cursor:pointer;}
.auto{max-width:1420px;width:96%;margin:auto;position:relative;}
.f12{font-size:12px;}
.f14{font-size:14px;}
.f16{font-size:16px;}
.f18{font-size:18px;}
.f20{font-size:20px;}
.f22{font-size:22px;}
.f24{font-size:24px;}
.f32{font-size:32px;}
.f28{font-size:28px;}
.f30{font-size:30px;}
.f36{font-size:36px;}
@media(max-width:1200px){.f18{font-size:17px;}
.f22{font-size:18px;}
.f24{font-size:20px;}
.f28{font-size:22px;}
.f30{font-size:24px;}
.f32{font-size:26px;}
.f36{font-size:30px;}
}
@media(max-width:960px){body,select,input,textarea,.f16{font-size:14px;}
.f18{font-size:15px;}
.f20{font-size:16px;}
.f22{font-size:17px;}
.f24{font-size:18px;}
.f28{font-size:22px;}
.f30{font-size:20px;}
.f32{font-size:20px;}
.f36{font-size:22px;}
}
.c000{color:#000}
.c222{color:#222}
.c333{color:#333}
.c666{color:#666}
.c999{color:#999}
.cblue{color:#004289}
.cred{color:#d52b23}
a.c333:hover{color:#18478e;}
a.cblue:hover{color:#ffab18}
.banner img{width:100%}
.banner .img_wap{display:none}
@media(max-width:1024px){.banner .img_pc{display:none}
.banner .img_wap{display:block}
}
.Pages{padding:50px 0;text-align:center;}
.Pages > span{display:none;}
.Pages .p_page{display:table;margin:0 auto;}
.Pages .p_page *{float:left;}
.Pages em{font-style:normal;overflow:hidden;}
.Pages a{border:solid 1px #d9d9d9;line-height:44px;color:#999;padding:0 5px;transition:0.3s;min-width:44px;margin:0 6px;}
.Pages a.a_cur,.Pages a:hover{background-color:#004289;color:#fff;}
.Pages .p_page > a{font-size:0;}
.Pages .a_prev,.Pages .a_next{width:46px;padding:0;height:46px;background:url(../images/page/a_prev.png) no-repeat center center;}
.Pages .a_next{background-image:url(../images/page/a_next.png);}
.Pages .a_next:hover{background-image:url(../images/page/a_next_hover.png);}
.Pages .a_prev:hover{background-image:url(../images/page/a_prev_hover.png);}
.Pages .a_first,.Pages .a_end{display:none;}
@media (min-width:769px){.Pages .a_prev{margin-right:50px;}
.Pages .a_next{margin-left:50px;}
}
@media(max-width:768px){.Pages em{display:none;}
}
.info_video{text-align:center;max-width:1200px;margin:auto;padding:3% 0}
.info_video video{width:100%}
.ArticleInfo .title{text-align:center;padding:3%}
.ArticleInfo .title time{color:#999999}
.ArticleInfo .photo{text-align:center}
.ArticleInfo .article{padding:4% 0;}
.ArticleInfo .other{padding:4% 0;border-top:solid 1px #ededed}
.ArticleInfo .other .dot{padding-right:10px;}
.ArticleInfo .other .back{float:right;}
.ArticleInfo .other .back a{color:#fff;width:120px;line-height:42px;text-align:center;display:inline-block;border-radius:4px;background:#18478e}
.ArticleInfo .other .back a:hover{background:#ffab18}
@media(max-width:768px){.ArticleInfo .article img{max-height:none!important}
.ArticleInfo .other .back{float:none;padding-bottom:3%}
.ArticleInfo .other .back a{width:100px;line-height:38px;}
.ArticleInfo .other .dot{padding-right:0px;}
}
.column_title{padding:3% 0;text-align:center}
.column_title h1{font-weight:bold}
.Leadership .list{background:#f5f7fa;margin-bottom:2.8%;width:100%}
.Leadership .pic{width:22.535%;}
.Leadership .pic img{width:100%}
.Leadership .info{width:77.465%;padding:4%;line-height:30px;}
.Leadership .info h3{padding-bottom:20px;}
.Leadership .info h3:after{content:'';display:block;width:50px;height:1px;background:#004289}
.Leadership .info h3 b{display:block;font-weight:normal}
.Leadership .info h3 span{display:block;padding-top:8px;padding-bottom:20px;}
@media(max-width:768px){.Leadership .pic{width:35%;}
.Leadership .info{width:65%;}
.Leadership .info{line-height:24px;}
.Leadership .info h3{padding-bottom:10px;}
.Leadership .info h3 span{padding-bottom:10px;}
.Leadership .info p{-webkit-line-clamp:2;}
}
.Qualifications li{float:left;width:30%;margin-left:5%;margin-bottom:5%;text-align:center;}
.Qualifications li a{display:block;background:#f8f9fb;padding:10px;}
.Qualifications li .pic{position:relative;padding-bottom:116.43%;background:url("../images/li_picbg.jpg") no-repeat;background-size:cover}
.Qualifications li .pic img{max-width:64.29%;max-height:80%;position:absolute;margin:auto;left:0;right:0;bottom:10%;z-index:10;}
.Qualifications li .pic:after{content:'';position:absolute;width:75%;height:12px;margin:auto;left:0;right:0;bottom:10%;background:url("../images/li_picying.png") no-repeat center bottom;background-size:cover}
.Qualifications li .info{line-height:24px;padding:20px 40px;}
.Qualifications li .info .ytable-cell{height:48px;}
.Qualifications li:nth-child(3n+1){clear:both;margin-left:0}
@media(max-width:768px){.Qualifications li .info{padding:20px 5px;}
}
@media(max-width:640px){.Qualifications li{width:50%;}
.Qualifications ul{margin:0 -2.5%;}
.Qualifications li{margin-left:0!important;padding:0 2.5%;clear:none!important;}
.Qualifications li .info{padding:5px 3px;}
}
.NewsList time{padding:6px 15px;display:inline-block;font-size:14px;line-height:1.2;text-align:center;font-family:'Roboto-Regular';}
.NewsList time span{display:block;font-size:2.3vw;}
.NewsList p{line-height:30px;margin-top:5px;}
.news_top{padding-bottom:5%;margin-bottom:5%;border-bottom:solid 1px #eeeeee}
.news_top .box{position:relative;padding-left:50%;background:#f8f8f8}
.news_top .pic{width:50%;height:100%;left:0;position:absolute;}
.news_top .pic .ispic{height:100%}
.news_top .info{padding:6.3% 8.5%}
.news_top time{color:#fff;background:#004289;}
.news_top h3{margin-top:18px;}
.news_top p{margin-bottom:5.7%;}
.news_top .more{display:inline-block;padding:1.7% 8%;color:#004289;border:solid 1px #004289;border-radius:30px;}
.news_hot{padding-bottom:5%;margin-bottom:1%;border-bottom:solid 1px #eeeeee;}
.news_hot .slick-list{margin-left:-2.2%;margin-right:-2.2%;}
.news_hot .box{max-width:85%;margin:auto}
.news_hot .pic .ispic{padding-bottom:59.5%;}
.news_hot .info{padding:2% 0}
.news_hot .time{display:block;padding:2% 0}
.news_hot h3{height:60px;line-height:30px;}
.news_list li{padding:3% 0;border-bottom:solid 1px #f6f6f6;transition:0.4s}
.news_list li time{padding:8px 18px 19px;color:#0067a5;position:absolute;left:0;background:#f5f7fa}
.news_list li .txt{padding-left:140px;position:relative}
.news_list li p{height:60px;}
.news_list li:hover{box-shadow:0 0 10px #f6f6f6}
@media(max-width:1024px){.news_hot .box{max-width:90%;}
.news_list li .txt{padding-left:100px;}
}
@media(max-width:768px){.NewsList time span{font-size:18px;}
.NewsList p{margin-top:5px;line-height:24px;}
.news_top .box{padding-left:0}
.news_top .pic{position:relative;width:100%;height:auto}
.news_top .pic .ispic{height:auto;padding-bottom:60%}
.news_top .info{padding:4%;position:relative}
.news_top time{position:absolute;left:0;top:-52px;height:52px;}
.news_top h3{margin-top:0}
.news_hot h3{height:auto;line-height:24px;}
.news_list li .txt{padding-left:80px;}
.news_list li time{padding-left:5px;padding-right:5px;}
.news_list li p{height:auto}
}
.SpecialTopic{padding-bottom:5%;border-bottom:solid 1px #f6f6f6;}
.SpecialTopic .topic_top{float:left;width:50%}
.SpecialTopic .topic_top .box{position:relative}
.SpecialTopic .topic_top .ispic{padding-bottom:64.5%;}
.SpecialTopic .topic_top .info{width:100%;padding:3% 5%;bottom:0;position:absolute;background:rgba(0,0,0,0.7)}
.SpecialTopic .topic_top .info h3{max-width:70%}
.SpecialTopic .topic_top .info a{color:#fff;font-weight:normal}
.SpecialTopic .topic_top .slick-dots{width:auto;position:absolute;right:5%;bottom:4%}
.SpecialTopic .topic_hot{float:right;width:47.88%}
.SpecialTopic .topic_hot .item{border-bottom:solid 1px #eeeeee}
.SpecialTopic .topic_hot .item .pic{float:left;width:38.243%;}
.SpecialTopic .topic_hot .item .pic .ispic{padding-top:64.62%}
.SpecialTopic .topic_hot .item .info{position:relative}
.SpecialTopic .topic_hot .item p{margin-top:15px;}
.SpecialTopic .topic_hot .item:not(.show) .pic{display:none}
.SpecialTopic .topic_hot .item:not(.show) p{display:none}
.SpecialTopic .topic_hot .item:not(.show) .info{padding-top:2.5%;padding-bottom:2.5%;}
.SpecialTopic .topic_hot .item:not(.show) h3{padding-right:100px;}
.SpecialTopic .topic_hot .item:not(.show) .time{position:absolute;height:24px;line-height:24px;right:0;top:0;bottom:0;margin:auto;}
.SpecialTopic .topic_hot .item.show:nth-child(1){padding-top:0;padding-bottom:4%}
.SpecialTopic .topic_hot .item.show{border-bottom-color:#fff;padding-top:2%;padding-bottom:2%}
.SpecialTopic .topic_hot .item.show .info{float:right;width:58%}
@media(max-width:768px){.SpecialTopic{border-bottom:none;padding-bottom:2%}
.SpecialTopic .topic_top,.SpecialTopic .topic_hot{float:none;width:100%}
.SpecialTopic .topic_hot{padding-top:4%}
.SpecialTopic .topic_hot .item p{margin-top:5px;-webkit-line-clamp:2;}
}
.PhotoTxtList li{padding:0.8% 0}
.PhotoTxtList .box{padding:2.0742% 3% 2.0742% 31%;position:relative;background:#f7f9fa;}
.PhotoTxtList .pic{width:23.944%;height:80%;left:3%;position:absolute;}
.PhotoTxtList .pic .ispic{height:100%}
.PhotoTxtList .info{padding:4% 0}
.PhotoTxtList .info p{line-height:28px;height:56px;margin-top:2%;margin-bottom:3%}
@media(max-width:1024px){.PhotoTxtList .info{padding:0}
}
@media(max-width:768px){.PhotoTxtList .info p{line-height:24px;height:48px;}
}
.PartyStyle ul{margin-left:-1.33%;margin-right:-1.33%}
.PartyStyle li{float:left;width:50%;padding:1.33%;}
.PartyStyle li:nth-child(2n+1){clear:both}
.PartyStyle .box{padding-left:37.675%;position:relative;background:#f7f9fa;}
.PartyStyle .pic{width:37.675%;height:100%;left:0;position:absolute;}
.PartyStyle .pic .ispic{height:100%}
.PartyStyle .info{padding:17.412% 12%}
.PartyStyle .info h3 span{padding-left:20px}
.PartyStyle .info p{line-height:28px;height:84px;margin-top:6%;margin-bottom:6%}
@media(max-width:768px){.PartyStyle ul{margin:0}
.PartyStyle li{float:none;width:100%;padding:2% 0}
.PartyStyle .info{padding:10% 5%}
.PartyStyle .info p{line-height:24px;height:72px;}
}
.CertificateBg{padding-bottom:6%;background:url("../images/CertificateBg.jpg") no-repeat center bottom}
.CertificateBg .CommonForm{padding-top:1%;padding-bottom:10%;line-height:50px;max-width:715px;margin:auto}
.CommonForm .box_item{padding:10px 0}
.CommonForm .box_name{width:90px;text-align:right;position:absolute}
.CommonForm .box_input{padding-left:90px;position:relative}
.CommonForm .text{width:100%;height:50px;padding:10px;border:solid 1px #ebebeb}
.CommonForm .yzm .box_input{padding-right:117px;}
.CommonForm .yzm img{position:absolute;right:0;top:0;width:118px;height:50px;border:solid 1px #ebebeb}
.CommonForm .btn{cursor:pointer;width:100%;height:50px;border:none;color:#fff;background:#004289;}
.CommonForm .tips{padding:0;margin:0;color:#d52b23;line-height:24px;padding:3% 0}
@media(max-width:768px){.CommonForm{line-height:40px;}
.CommonForm .box_item{padding:5px 0}
.CommonForm .text,.CommonForm .btn{height:40px}
}
.SuggestionAdvise{padding-bottom:6%}
@media(min-width:768px){.SuggestionAdvise .CommonForm{float:left;width:50.3522%;}
.SuggestionAdvise .pic{float:right;width:45.564%;}
}
.JobsList{padding-bottom:6%}
.JobsList .talent{padding-bottom:5%}
.JobsList .box{position:relative;border:solid 1px #eef1f6;}
.JobsList .job_fl .txt{position:relative;z-index:3;color:#fff;padding:5% 0}
.JobsList .job_fl .title{padding:10%;opacity:0.5}
.JobsList .job_fl .list .item{position:relative}
.JobsList .job_fl .list span{display:block;padding:5% 10%;}
.JobsList .job_fl .list a{color:#fff}
.JobsList .job_fl .list i{font-style:normal}
.JobsList .job_fr{line-height:36px;}
.JobsList .job_fr .job{font-weight:normal}
.JobsList .job_fr .place{padding-bottom:2%}
.JobsList .job_fr .info{padding-bottom:5%}
.JobsList .job_fr .tips a{color:#004289;border-bottom:solid 1px #004289}
@media(min-width:768px){.JobsList .job_fl{float:left;width:24%}
.JobsList .job_fl:before{content:'';z-index:1;position:absolute;background:#8699ac;width:24%;height:100%;}
.JobsList .job_fl:after{content:'';z-index:2;position:absolute;background:url("../images/book.png") no-repeat center bottom;background-size:contain;width:24%;height:100%;opacity:0.05;bottom:0}
.JobsList .job_fl .list{display:block!important}
.JobsList .job_fl .list .aon{background:#004289}
.JobsList .job_fl .list .aon:before{content:'';z-index:2;display:block;top:0;position:absolute;right:-10px;width:10px;height:100%;background:#004289}
.JobsList .job_fl .list .aon:after{content:'';position:absolute;right:-7px;bottom:-7px;transform:rotate(-45deg);border:solid 7px transparent;border-bottom-color:#002751}
.JobsList .job_fr{float:right;padding:2% 6%;width:76%;}
}
@media(max-width:768px){.JobsList .job_fl{background:#8699ac;}
.JobsList .job_fl .txt{padding:0}
.JobsList .job_fl .title{padding:3%}
.JobsList .job_fl .title:before{content:'';position:absolute;right:5%;transform:rotate(45deg);width:10px;height:10px;border-right:solid 2px #fff;border-bottom:solid 2px #fff}
.JobsList .job_fl .list{position:absolute;width:100%;background:#8699ac;opacity:0.9;display:none}
.JobsList .job_fl .list span{padding:2% 4%}
.JobsList .job_fl .list span:hover{background:#004289}
.JobsList .job_fr{line-height:26px;padding:4%}
}
.ind_global .fr_box .diqiu{opacity:0;}
.ContactMap{max-width:1271px;margin:auto;padding-top:4%}
.map-box{position:relative;display:table-cell;}
.map-box .item{position:absolute;z-index:15;cursor:pointer;}
.map-box .item p{z-index:16;}
.map-box .city{font-size:14px;color:#748aa8;margin:0;padding:0;line-height:20px;position:absolute;width:60px;}
.map-box .item.left .city{left:2500%;top:-1000%;}
.map-box .item.top .city{left:-3200%;top:2500%;text-align:center;}
.map-box .item .icon{width:1px;height:1px;z-index:-1;}
.map-box .item .icon i{width:3500%;height:3500%}
.map-box .item .icon .mid{width:100%;height:100%;z-index:5;}
.map-box .item .icon i,.map-box .item .icon span{position:absolute;display:block;transform:translate(-50%,-50%);left:50%;top:50%;border-radius:50%;}
.map-box .item .icon span{background-color:#0b85ff;}
.map-box .item .icon span.mid{width:28%;height:28%;}
.map-box .item .icon span.af{width:50%;height:50%;opacity:0.5}
.map-box .item .icon span.bf{width:100%;height:100%;opacity:0.2}
.map-box .info{position:absolute;display:none;background:#fff;box-shadow:0 0 20px #dadbe2;padding:20px;width:300px;margin:15px;border-radius:10px;}
.map-box .Heilongjiang .info{left:-120px;}
.map-box .Jilin .info{left:-100px;}
.map-box .item.left .info{left:-120px;}
.map-box .info h3{padding:0;margin:0;color:#004289}
.map-box .info .txt{color:#888}
.map-box .item.show{z-index:20}
.map-box .item.show .info{display:block;}
.map-box .item .icon:hover span.bf,.map-box .Headoffice .icon span.bf{animation:mapdot1 1s infinite linear;}
.map-box .item .icon:hover span.af,.map-box .Headoffice .icon span.af{animation:mapdot2 1s infinite linear;}
.map-box .Headoffice .icon span.af{background-color:rgba(218,98,18,0.5);}
.map-box .Headoffice .icon span.bf{background-color:rgba(218,98,18,0.3);}
.map-box .item.Headoffice .icon i{width:8000%;height:8000%}
.map-box .item.Headoffice .icon span{background:#d4251c}
.map-box .item.Headoffice .city{opacity:0}
.map-box .item.Beijing .city{color:#ff0000}
.map-box .item.Beijing .icon{opacity:0}
.map-box .item.Headoffice,.map-box .item.Beijing{left:63.5%;top:38.67%;z-index:99;}
.map-box .item.Shanghai{left:72.8%;top:63%;}
.map-box .item.Jiangsu{left:71.8%;top:56.3%;}
.map-box .item.Nanjing{left:70%;top:57.67%;}
.map-box .item.hub{left:65.9%;top:65.31%;}
.map-box .item.Tianjin{left:64.9%;top:41.79%;}
.map-box .item.Sandong{left:68.95%;top:47.96%;}
.map-box .item.Guangdong{left:58.8%;top:86.21%;}
.map-box .item.Liaoning{left:72%;top:39.62%;}
.map-box .item.Hubei{left:56%;top:64.79%;}
.map-box .item.Chongqing{left:50.5%;top:66%;}
.map-box .item.Sichuan{left:38.82%;top:63.5%;}
.map-box .item.Xinjiang{left:17.8%;top:26%;}
.map-box .item.Zhejiang{left:70.5%;top:68.5%;}
.map-box .item.Shenzhen{left:62.5%;top:87%;}
.map-box .item.Hebei{left:60.94%;top:46.63%;}
.map-box .item.Shanxi2{left:52.5%;top:53.29%;}
.map-box .item.Shanxi{left:56.95%;top:46.5%;}
.map-box .item.Fujian{left:69.5%;top:76.8%;}
.map-box .item.Henan{left:59.2%;top:55.15%;}
.map-box .item.Anhui{left:65.2%;top:59.5%;}
.map-box .item.Gansu{left:44.48%;top:49.17%;}
.map-box .item.Jiangxi{left:63.8%;top:72.5%;}
.map-box .item.Heilongjiang{left:76.6%;top:18.2%;}
.map-box .item.Qinghai{left:35.56%;top:44.56%;}
.map-box .item.Ningxia{left:48.5%;top:42.85%;}
.map-box .item.Yunnan{left:37.3%;top:82.8%;}
.map-box .item.Hunan{left:57%;top:72.5%;}
.map-box .item.Jilin{left:74%;top:25%;}
.map-box .item.Guangxi{left:50.16%;top:84.48%;}
.map-box .item.Guizhou{left:46.8%;top:76.92%;}
.map-box .item.Neimenggu{left:55%;top:33.75%;}
.map-box .item.Hainan{left:54.2%;top:96.02%;}
.map-box .item.Tibet{left:18.67%;top:59.5%;}
/* 伪类画线 */
.map-box .item.Shanghai .icon::after{content:'';width:170px;height:1px;transform:rotate(-114deg);position:absolute;left:-121px;top:-85px;}
.map-box .item.item.Jiangsu .icon::after{content:'';width:139px;height:1px;transform:rotate(-119deg);position:absolute;left:-105px;top:-66px;}
.map-box .item.Nanjing .icon::after{content:'';width:130px;height:1px;transform:rotate(70deg);position:absolute;left:-89px;top:-68px;}
.map-box .item.Tianjin .icon::after{content:'';width:12px;height:1px;transform:rotate(55deg);position:absolute;left:-12px;top:-12px;}
.map-box .item.Qingdao .icon::after{content:'';width:66px;height:1px;transform:rotate(55deg);position:absolute;left:-56px;top:-35px;}
.map-box .item.Guangdong .icon::after{content:'';width:319px;height:1px;transform:rotate(97deg);position:absolute;left:-139px;top:-165px;}
.map-box .item.Liaoning .icon::after{content:'';width:60px;height:1px;transform:rotate(7deg);position:absolute;right:0;top:-4px;}
.map-box .item.Hubei .icon::after{content:'';width:180px;height:1px;transform:rotate(109deg);position:absolute;left:-60px;top:-94px;}
.map-box .item.Chongqing .icon::after{content:'';width:209px;height:1px;transform:rotate(119deg);position:absolute;left:-51px;top:-95px;}
.map-box .item.Sichuan .icon::after{content:'';width:256px;height:1px;transform:rotate(137deg);position:absolute;left:-32px;top:-85px;}
.map-box .item.Xinjiang .icon::after{content:'';width:355px;height:1px;transform:rotate(193deg);position:absolute;left:7px;top:40px;}
.map-box .item.Zhejiang .icon::after{content:'';width:200px;height:1px;transform:rotate(75deg);position:absolute;left:-129px;top:-107px;}
.map-box .item.Shenzhen .icon::after{content:'';width:319px;height:1px;transform:rotate(92deg);position:absolute;left:-155px;top:-170px;}
.map-box .item.Hebei .icon::after{content:'';width:42px;height:1px;transform:rotate(113deg);position:absolute;left:-12px;top:-30px;}
.map-box .item.Shanxi2 .icon::after{content:'';width:125px;height:1px;transform:rotate(130deg);position:absolute;left:-19px;top:-52px;}
.map-box .item.Shanxi .icon::after{content:'';width:70px;height:1px;transform:rotate(134deg);position:absolute;left:-11px;top:-28px;}
.map-box .item.Fujian .icon::after{content:'';width:256px;height:1px;transform:rotate(81deg);position:absolute;left:-152px;top:-137px;}
.map-box .item.Henan .icon::after{content:'';width:102px;height:1px;transform:rotate(106deg);position:absolute;left:-30px;top:-59px;}
.map-box .item.Anhui .icon::after{content:'';width:135px;height:1px;transform:rotate(85deg);position:absolute;left:-72px;top:-75px;}
.map-box .item.Gansu .icon::after{content:'';width:154px;height:1px;transform:rotate(152deg);position:absolute;left:0px;top:-40px;}
.map-box .item.Jiangxi .icon::after{content:'';width:215px;height:1px;transform:rotate(89deg);position:absolute;left:-105px;top:-115px;}
.map-box .item.Heilongjiang .icon::after{content:'';width:166px;height:1px;transform:rotate(126deg);position:absolute;left:-134px;top:69px;}
.map-box .item.Qinghai .icon::after{content:'';width:210px;height:1px;transform:rotate(169deg);position:absolute;left:9px;top:-25px;}
.map-box .item.Ningxia .icon::after{content:'';width:105px;height:1px;transform:rotate(165deg);position:absolute;left:8px;top:-17px;}
.map-box .item.Yunnan .icon::after{content:'';width:360px;height:1px;transform:rotate(124deg);position:absolute;left:-75px;top:-152px;}
.map-box .item.Hunan .icon::after{content:'';width:230px;height:1px;transform:rotate(103deg);position:absolute;left:-87px;top:-120px;}
.map-box .item.Jilin .icon::after{content:'';width:110px;height:1px;transform:rotate(131deg);position:absolute;left:-97px;top:46px;}
.map-box .item.Guangxi .icon::after{content:'';width:330px;height:1px;transform:rotate(108deg);position:absolute;left:-108px;top:-160px;}
.map-box .item.Guizhou .icon::after{content:'';width:278px;height:1px;transform:rotate(117deg);position:absolute;left:-73px;top:-131px;}
.map-box .item.Neimenggu .icon::after{content:'';width:66px;height:1px;transform:rotate(25deg);position:absolute;left:4px;top:15px;}
.map-box .item.Hainan .icon::after{content:'';width:398px;height:1px;transform:rotate(101deg);position:absolute;left:-160px;top:-196px;}
.map-box .item.Tibet .icon::after{content:'';width:370px;height:1px;transform:rotate(157deg);position:absolute;left:-5px;top:-75px;}
.map-box .item .icon::after{background-color:rgba(11,133,255,.3);}
@keyframes mapdot1{0%{width:50%;height:50%;}
;100%{width:100%;height:100%;}
}
@keyframes mapdot2{0%{width:0%;height:0%;}
;100%{width:60%;height:60%;}
}
@media(max-width:1200px){.map-box .city{font-size:14px}
.map-box .item .icon i{width:3000%;height:3000%;}
.map-box .item.Headoffice .icon i{width:5000%;height:5000%}
.map-box .item.left .city{left:2000%;}
.map-box .item.top .city{left:-2800%;top:1800%}
}
@media(max-width:960px){.map-box .city{font-size:12px}
.map-box .item .icon i{width:2000%;height:2000%;}
.map-box .item.Headoffice .icon i{width:4000%;height:4000%}
.map-box .item.left .city{left:1500%;}
.map-box .item.top .city{left:-3000%;top:1000%;}
}
@media(max-width:640px){.map-box .item{position:relative;left:auto!important;top:auto!important;padding:2% 0}
.map-box .city,.map-box .icon{display:none}
.map-box .info{display:block;position:relative;width:auto;margin:0}
}
.ContactUs{padding-bottom:5%}
.ContactUs .column_title{text-align:left;}
.ContactUs .column_title h1{position:relative;}
.ContactUs .column_title h1:after{content:'';position:absolute;display:block;width:100%;height:1px;background:#ebebeb;bottom:20%;left:0}
.ContactUs .column_title span{background:#fff;display:inline-block;position:relative;z-index:2;padding-right:12px;}
.ContactUs .column_title span:after{content:'';z-index:2;width:4px;height:4px;background:#d52b23;position:absolute;bottom:20%;right:0;}
.ContactUs .box_fl ul{margin-bottom:8%;margin-top:5%;border-bottom:solid 1px #e6e7e8}
.ContactUs .box_fl ul li{padding:1% 0 1% 32px;background:no-repeat left}
.ContactUs .box_fl ul li:nth-child(1){background-image:url("../images/i1.jpg")}
.ContactUs .box_fl ul li:nth-child(2){background-image:url("../images/i2.jpg")}
.ContactUs .box_fl ul li:nth-child(3){background-image:url("../images/i3.jpg")}
.ContactUs .box_fl ul li:nth-child(4){background-image:url("../images/i4.jpg")}
.ContactUs .box_fl ul li:nth-child(5){background-image:url("../images/i5.jpg");padding-top:4%;padding-bottom:4%}
.ContactUs .box_fl ul li b{color:#d52b23;font-weight:bold}
.ContactUs .box_fl .ewm{width:auto}
.ContactUs .box_fl .txt{padding-left:30px;}
@media(min-width:768px){.ContactUs .box_fl{float:left;width:32%}
.ContactUs .box_fr{float:right;width:56%}
}
@media(max-width:768px){.ContactUs .box_fl ul{margin-bottom:4%;margin-top:3%;}
.ContactUs .box_fr{padding-top:4%}
}
.sitemap{padding:4% 0}
.sitemap li{padding:1% 0;border-bottom:dashed 1px #eee}
.sitemap li dl{opacity:0.8}
.sitemap li dt{display:inline-block;padding-right:20px;}
.Single{min-height:200px;}
.LinkList{padding:3% 0;margin-left:-1%;margin-right:-1%;}
.LinkList li{float:left;width:25%;padding:1%;}
.LinkList li a{display:block;position:relative;box-shadow:0 0 0 1px #f5f5f5;padding:10px;}
.LinkList li span{display:block;padding-bottom:20%;max-width:240px;margin:auto;background:no-repeat center center;background-size:contain}
.LinkList li img{display:none;}
.LinkList li b{display:block;text-align:center;font-weight:normal}
.LinkList li a:hover{z-index:5;}
@media(max-width:768px){.LinkList li{width:50%;}
}
.FontList li{padding:1% 0;border-bottom:dashed 1px #eee}
.FontList .time{float:right;padding-left:10px;}
.auto_1200{max-width:1200px;}
.TimeList{padding:40px 0;}
.TimeList .year{position:relative;z-index:1;}
.TimeList .year li{width:100%;position:relative;line-height:50px;text-align:center;cursor:pointer;background:url(../images/TimeList-yearbg.png) no-repeat center top 10px;background-size:contain;font-size:16px;padding-top:40px;}
.TimeList .year li.slick-current{color:#004289;}
.TimeList .year li:after{position:absolute;left:50%;top:4px;width:11px;height:11px;content:'';background:#fff;border:3px solid #d6d6d6;border-radius:50%;z-index:3;margin-left:-9px;}
.TimeList .year li.slick-current:after{border-color:#004289;}
.TimeList .btn .slick-arrow{position:absolute;top:-15px;width:26px;height:54px;cursor:pointer;background-color:#eeefef;border-radius:3px;z-index:999;font-size:0;transform:translate(0,0);}
.TimeList .btn .slick-prev{left:0;}
.TimeList .btn .slick-next{right:0;}
.TimeList .btn .slick-next:hover,.TimeList .btn .slick-prev:hover{background-color:#004289;}
.TimeList .btn .slick-prev:before,.TimeList .btn .slick-next:before{position:absolute;content:'';width:12px;height:12px;border-left:4px solid #fff;border-top:4px solid #fff;left:50%;top:50%;margin:-6px 0 0 -8px;transform:rotate(135deg);}
.TimeList .btn .slick-prev:before{transform:rotate(-45deg);margin-left:-3px;}
.TimeList .list{position:relative;padding-top:5%;}
.TimeList .box .itemBox{width:32%;float:left;margin-bottom:2%;margin-left:2%;}
/* .TimeList .box .itemBox span{padding-bottom:64.585%}
*/
@media(min-width:960px){.TimeList .box .itemBox:nth-child(3n+1){margin-left:0;clear:both}
}
.TimeList .box .imgBox{border-bottom:1px solid #d1d1d1;padding-bottom:15px;overflow-y:hidden;text-align:center;}
.TimeList .box .txtBox{padding:3% 0;font-size:16px;}
.TimeList .box .txtBox h5{font-size:24px;color:#000;font-weight:normal;padding-bottom:15px;margin:0;}
@media(max-width:960px){.TimeList .box .itemBox{width:49%;}
.TimeList .box .itemBox:nth-child(2n+1){margin-left:0;clear:both}
}
@media(max-width:640px){.TimeList .box .itemBox{float:none;width:100%;margin-left:0!important;}
.TimeList .box .txtBox h5{font-size:16px;padding-bottom:10px;}
.TimeList .box .txtBox{font-size:12px;}
}
@media(min-width:768px){.fancybox-prev{left:-60px !important;}
.fancybox-next{right:-60px !important;}
}
.Qualifications li a.fancybox{position:absolute;left:0;top:0;width:100%;height:100%;z-index:50;background:none;}
.Qualifications li{position:relative;background:#f8f9fb;}
.Qualifications li .pic{z-index:20;}
.Qualifications li a.fancybox:nth-child(n+2){display:none;}
.column_text{margin-bottom:50px;line-height:2;background:#f7f9fa;padding:20px;}
.column_text *{margin:0;padding:0;}
/* 20220217 */
.overscroll::-webkit-scrollbar{width:2px;height:2px;}
.overscroll::-webkit-scrollbar-thumb{border-radius:4px;-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.1);background:#004289;}
.overscroll::-webkit-scrollbar-track{border-radius:10px;background:#ebebeb;}
.servicePage{padding:100px 0;font-size:16px;line-height:2;}
.contactList{margin-bottom:100px;overflow:hidden;position:relative;}
.contactList .lnav{width:160px;float:left;height:405px;overflow:auto;}
.contactList .lnav .item{padding:0 30px;line-height:40px;border-radius:20px;cursor:pointer;margin-bottom:10px;-webkit-transition:.3s;transition:.3s;}
.contactList .lnav .item.cur,.contactList .lnav .item:hover{background:#004289;color:#fff;}
.contactList .rcnts{margin-left:240px;background:#f5f7fa;color:#666;}
.contactList .rcnts .ccontent{padding:60px 100px;height:405px;overflow:auto;}
.contactList .rcnts .ccontent .tit{font-size:24px;color:#004289;margin-bottom:20px;}
.contactBlock .tit{font-size:36px;font-weight:bold;overflow:hidden;margin-bottom:60px;}
.contactBlock .tit span{display:inline-block;vertical-align:middle;position:relative;line-height:1;padding-right:14px;}
.contactBlock .tit span:before{content:"";position:absolute;right:0;bottom:0;width:4px;height:4px;background:#d52b23;}
.contactBlock .tit span:after{content:"";width:1920px;left:100%;height:1px;background:#ebebeb;position:absolute;bottom:1px;}
.blockContainer{position:relative;}
.blockContainer>.img{position:absolute;right:0;top:0;left:580px;height:100%;background-position:center;background-size:cover;background-repeat:no-repeat;}
.blockContainer .context{max-width:460px;}
.blockContainer .context .t{font-size:22px;font-weight:bold;margin-bottom:20px;}
.blockContainer .context .line{padding-left:30px;line-height:36px;}
.context .tel{background:url(../images/i5.jpg) no-repeat left center;}
.context .address{background:url(../images/i1.jpg) no-repeat left center;}
.context .email{background:url(../images/i3.jpg) no-repeat left center;}
.context .fax{background:url(../images/i2.jpg) no-repeat left center;}
.ewm{display:table;margin-top:30px;width:100%;border-top:1px solid #ebebeb;padding-top:40px;}
.blockContainer .context .line.tel{margin-top:30px;}
.blockContainer .context .line.tel b{font-size:24px;color:#d52b23;}
.ewm .img{display:table-cell;vertical-align:middle;width:120px;}
.ewm .txt{display:table-cell;vertical-align:middle;padding-left:20px;color:#999;}
.leftTitle{font-size:24px;font-weight:bold;color:#004289;margin-bottom:20px;}
@media(max-width:1024px){.servicePage{padding:40px 0;font-size:14px;}
.contactList{margin-bottom:40px;}
.contactList .lnav{float:none;width:100%;overflow:auto;height:auto;margin-bottom:20px;}
.contactList .lnav .item{display:inline-block;vertical-align:middle;line-height:34px;}
.contactList .rcnts{margin-left:0;}
.contactList .rcnts .ccontent{padding:40px;height:330px;}
.contactList .rcnts .ccontent .tit{font-size:20px;margin-bottom:10px;}
.contactBlock .tit{margin-bottom:10px;font-size:24px;}
.blockContainer .context .t{font-size:18px;margin-bottom:10px;}
.blockContainer .context .line.tel{margin-top:20px;}
.blockContainer .context .line.tel b{font-size:20px;}
.blockContainer>.img{left:470px;}
}
@media(max-width:768px){.servicePage{padding:20px 0 40px;}
.contactList .lnav{white-space:nowrap;}
.contactList .rcnts .ccontent{padding:20px;}
.contactBlock .tit{font-size:20px;}
.blockContainer .context .t{font-size:16px;}
.ewm{margin-top:20px;padding-top:20px;}
.blockContainer>.img{position:static;padding-bottom:55%;margin-top:20px;}
.leftTitle{font-size:20px;}
}
/* 2022/2/17 */
.CommonForm .box_input textarea.text{height:140px;}
.CommonForm .box_item:first-child{padding-top:0;}
.CommonForm .box_item:last-child{padding-bottom:0;}
@media(max-width:1440px){.CommonForm .box_item{padding:5px 0;}
}
@media (max-width:500px){.CommonForm{margin-bottom:20px;}
}
.header .mainnav li#m8{display:none;}
/* 子站经典案例隐藏 */
.header .mainnav li#m148{display:none;}
.xind .swiper{width:100%;height:100%;}
.xind .swiper-slide{text-align:center;font-size:18px;background:#fff;/* Center slide text vertically */
display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;}
.xind .swiper-slide img{display:block;width:100%;height:100%;max-height:250px;object-fit:cover;}
.kuangto{display:flex;flex-wrap:wrap;margin-top:50px;}
.kuangto .NewsList.mp{width:75%;margin-left:25px;}
.kuangto .Pages{width:100%;}
.kuangto .kk{width:75%;margin-left:25px;}
@media screen and (max-width:768px){.kuangto .kk{width:100%;margin:auto;}
.kuangto .NewsList.mp{width:100%;margin:auto;}
.kuangto .service-sidebar ul{display:block;position:relative;}
.kuangto{display:block;}
}
/* 20220311 */
.news_top.swiper-container{overflow:hidden;position:relative;}
.swiperDots{position:absolute;right:0;bottom:20%;z-index:20;padding:0 20px;max-width:50%;}
@media(max-width:768px){.swiperDots{bottom:40px;}
}
ul.ul.ul-video.clearfix{display:none;}
/* 20220408 */
.iframeBox{padding:40px 0;}
.iframeBox iframe{width:100%;border:none;outline:none;min-height:600px;}
/* 2022421 */
.inq-result.style2 th{height:50px;background:#004289;color:#fff;border-right:1px solid #fff;padding:0 15px;text-align:left;}
.inq-result.style2 td{padding:15px;}
.inq-result.style2 th:first-child,.inq-result.style2 td:first-child{text-align:center;}
.inq-result.dis_wap {
    display: none;
}
@media(max-width:1024px){
    .inq-result.dis_wap {
        display: block;
    }
    .inq-result.dis_pc {
        display: none;
    }
}
.news_hot .bd .item{width:495px;}
.xind button{display:none !important;}
@media(max-width:560px)
{
    .news_hot .bd .item{width:300px;}
    }
	
	
	.SideFloat li.n2{
		display:none;
	}