/*外部公共样式*/
@import "bootstrap.min.css";
@import "../swiper/css/swiper.min.css";
/*END-外部公共样式*/

/*头部+导航*/
.header{width:100%;padding:30px 0;}
.logo img{width:100%;}
.logo_txt img{max-width:100%;}

.search{position:relative; margin-top:4px;}
.search_inp1{width:40px; float:left; height:40px; border:1px solid #e3e3e3; border-radius:20px; padding:0; font-size:14px; color:#000;}
.search_btn{width:40px; float:left; height:40px; border:1px solid #e3e3e3; border-radius:50%; background:url(../images/index_10.png) no-repeat center center #fff; position:absolute; right:0; top:0; cursor:pointer;}
.search:hover .search_inp1{width:250px; padding:0 50px 0 10px;}
.header_dianhua{height:48px; padding-left:62px; background:url(../images/header_dianhua.png) no-repeat left center; line-height:22px; font-size:14px; color:#727272; margin-left:15px;}
.header_dianhua span{display:block; color:#ff6d01; font-size:20px; line-height:26px; font-weight:bold;}

nav{background:#0150b5; position:relative; left:0; top:0; z-index:9999999;}
.nav{width:100%;}
.nav>li{width:16.6666%; float:left; position:relative;}
.nav>li>a{width:100%; overflow:hidden; height:60px; line-height:60px; text-align:center; font-size:18px; color:#fff;}
.nav>li:hover>a{background:#13c063; color:#fff; font-weight:bold;}
.nav>li.on>a{background:#13c063; color:#fff; font-weight:bold;}

.nav_dl{display:none; width:calc(100% - 2px); float:left; background:rgba(1,80,181,0.8); position:absolute; left:0; top:100%; z-index:9999; padding-top:2px;}
.nav_dl>dd{display:block; overflow:hidden;}
.nav_dl>dd>a{display:block; overflow:hidden; height:46px; line-height:46px; text-align:center; font-size:16px; color:#fff;}
.nav_dl>dd>a:hover{background:#13c063; color:#fff;}
.nav>li:hover>.nav_dl{display:block;}
/*END-头部+导航*/

/*banner*/
.banner{width:100%; position:relative;}
.banner .banner-imgbox .swiper-slide img{width:100%;}
/*圆点*/
.banner .swiper-pagination {position: absolute; right:0; bottom:-100%; background:rgba(0,0,0,0.5); padding:25px 0; display:flex; justify-content:center; transition:all 0.4s;}
.banner .swiper-pagination-bullet {width:10px; height:10px; background:#fff; opacity:0.5; border-radius:50%; margin:0 13px!important;}
.banner .swiper-pagination-bullet-active{opacity:1; background:#fff;}
.banner:hover .swiper-pagination{bottom:0;} 
/*箭头*/
.banner .next,.banner .prev{right:-12%; position:absolute;top:50%; transform:translateY(-50%); width:30px; height:50px; background:url(../images/imgs/next.jpg) no-repeat center center; overflow:hidden;  cursor:pointer; z-index:999999; transition:all 0.4s;}
.banner .prev{right:initial; left:-12%; background:url(../images/imgs/prev.jpg) no-repeat center center;}
.banner:hover .next{right:2%;}
.banner:hover .prev{left:2%;}
/*END-banner*/

/*首页内容*/
.gsjj{width:100%; overflow:hidden; padding-top:65px;}
.gsjj_title{display:block; overflow:hidden; text-align:center; padding-bottom:20px; background:url(../images/title_logo.png) no-repeat center bottom;}
.gsjj_p{line-height:48px; font-size:48px; color:#e9e9e9; text-transform:uppercase;}
.gsjj_sp{line-height:40px; font-size:30px; color:#0150b5; font-weight:bold;}
.gsjj_contect{display:flex; overflow:hidden; background:#f3f3f3; margin-top:35px;}
.gsjj_L{width:50%; float:left;}
.gsjj_box{width:100%; max-width:600px; float:right; padding:50px 80px 50px 0;}
.gsjj_txt{display:block; overflow:hidden; font-size:16px; line-height:2; color:#3c3c3c;}
.gsjj_ul{display:block; overflow:hidden; padding-top:25px;}
.gsjj_ul li{width:150px; float:left; background:#0150b5; padding:13px 15px; margin-right:30px;}
.gsjj_ul li .gsjj_pp{display:block; overflow:hidden; line-height:34px; font-size:18px; color:#fff;}
.gsjj_ul li .gsjj_heng{display:block; overflow:hidden; width:36px; height:1px; background:#fff; opacity:0.5; margin:5px 0 10px 0;}
.gsjj_ul li .gsjj_spp{display:block; overflow:hidden; line-height:34px; font-size:30px; font-weight:bold; color:#fff;}
.gsjj_ul li:nth-child(2){background:#13c063;}
.gsjj_ul li:nth-child(3){background:#ff6d01; margin:0;}
.gsjj_R{width:50%; float:left; background-position:center; background-repeat:no-repeat; background-size:cover;}

.cp{width:100%; overflow:hidden; padding:50px 0;}
.cp_nav{display:flex; flex-wrap:wrap; justify-content:center; overflow:hidden; padding-top:50px; width:1224px; margin-left:-12px;}
.cp_nav>a{float:left; width:180px; border:1px solid #dfdfdf; height:52px; line-height:50px; text-align:center; font-size:18px; color:#3c3c3c; margin:0 12px 10px 12px;}
.cp_nav>a:hover{background:#0150b5; color:#fff;}
.cp_nav>a.cp_on{background:#0150b5; color:#fff;}
.cp_ul{display:block; overflow:hidden; width:1230px; padding-top:40px;}
.cp_ul li{width:380px; float:left; margin:0 30px 30px 0;}
.cp_ul li a{width:100%; float:left; position:relative; overflow:hidden;}
.cp_ul li a .cp_img{width:100%; overflow:hidden; background-position:center; background-repeat:no-repeat; background-size:cover;}
.cp_ul li a .cp_img::before{content:""; display:block; padding-top:72.6316%;}
.cp_ul li a .cp_txt{width:100%; height:60px; overflow:hidden; position:absolute; left:0; bottom:0; background:rgba(0,0,0,0.5); display:flex; align-content:center; align-items:center; justify-content:center; font-size:18px; color:#fff;}
.cp_ul li a:hover .cp_img{transform: scale(1.1,1.1);-ms-transform: scale(1.1,1.1); -webkit-transform: scale(1.1,1.1);}
.cp_ul li a:hover .cp_txt{height:100%; background:rgba(0,0,0,0.2);}

.cd{width:100%; overflow:hidden; background:url(../images/cd_bj.jpg) no-repeat center center; background-size:cover; padding:90px 0;}
.cd>.container{position:relative;}
.cd_L{width:calc(50% + 80px); float:left;}
.cd_title{display:block; overflow:hidden; line-height:40px; color:#fefeff;}
.cd_p{font-size:24px;}
.cd_p>span{float:left; font-size:36px; color:#2cd279; font-weight:bold;}
.cd_sp{font-size:18px;}
.cd_ul{display:block; overflow:hidden; background:#fff; border-radius:30px; margin-top:52px; padding:30px;}
.cd_ul li{display:block; max-width:75%; overflow:hidden; margin-bottom:30px;}
.cd_ul li .cd_sub{width:80px; float:left; height:80px; border-radius:15px; background:#e9e9e9; font-size:48px; color:#fff; font-family:Impact; display:flex; align-content:center; align-items:center; justify-content:center; margin:6px 20px 0 0;}
.cd_ul li .cd_pp{display:block; overflow:hidden; line-height:42px; text-overflow:ellipsis; white-space: nowrap; font-size:20px; color:#383838; font-weight:bold;}
.cd_ul li .cd_txt{display:block; overflow:hidden; line-height:24px; font-size:16px; color:#727272; text-overflow:ellipsis; display: -webkit-box; -webkit-line-clamp:2; -webkit-box-orient: vertical;}
.cd_R{width:calc(50% + 80px); float:right; position:absolute; right:0; top:0;}
.cd_img{width:100%; float:left; position:relative;}
.cd_img::before{content:""; width:100%; height:100%; float:left; background:#0150b5; opacity:0.3; position:absolute; left:-21px; top:23px; border-radius:30px;}
.cd_img img{width:100%; display:block; height:auto; border-radius:30px; position:relative; z-index:2;}
.cd_dianhua{float:right; margin-top:70px; background:url(../images/cd_dianhua.png) no-repeat left center; padding-left:45px; line-height:24px; font-size:16px; color:#fff;}
.cd_dianhua>span{display:block; font-size:24px; color:#2cd279; font-weight:bold;}

.fwlc{width:100%; overflow:hidden; padding:75px 0;}
.fwlc_ul{display:flex; flex-wrap:wrap; justify-content:space-between; overflow:hidden; padding-top:55px;}
.fwlc_ul li{width:188px; float:left; margin-bottom:10px; border:1px solid #e3e3e3; border-radius:16px; cursor:pointer; padding:40px 20px 20px 20px; transition:all 0.4s;}
.fwlc_ul li .fwlc_logo{display:block; overflow:hidden;}
.fwlc_ul li .fwlc_logo>img{display:block; max-width:100%; height:60px; margin:0 auto; transition:all 0.4s;}
.fwlc_ul li .fwlc_p{display:flex; justify-content:center; overflow:hidden;}
.fwlc_ul li .fwlc_p>span{float:left; height:59px; line-height:58px; border-bottom:1px solid #b8b8b8; font-size:18px; color:#323232; font-weight:bold; transition:all 0.4s;}
.fwlc_ul li .fwlc_txt{display:block; overflow:hidden; font-size:14px; color:#6e6e6e; line-height:24px; height:72px; margin-top:15px; text-overflow:ellipsis; display: -webkit-box; -webkit-line-clamp:3; -webkit-box-orient: vertical; text-align:center;}
.fwlc_ul li:hover{border-color:#0150b5;}
.fwlc_ul li:hover .fwlc_p>span{color:#0150b5;border-bottom-color:#0150b5;}
.fwlc_ul li:hover .fwlc_logo>img{-webkit-transform: rotateY(360deg); transform: rotateY(360deg);}

.news{width:100%; overflow:hidden; background:#f6f6f6; padding:60px 0;}
.news_ul{display:flex; flex-wrap:wrap; justify-content:space-between; overflow:hidden; padding-top:55px;}
.news_ul li{width:calc(50% - 16px); float:left; margin-bottom:30px;}
.news_ul li a{display:block; overflow:hidden; border:2px solid #fff; background:#fff; padding:20px 30px 20px 15px; position:relative;}
.news_ul li a .news_B{width:224px; float:left; overflow:hidden; margin-right:20px;}
.news_ul li a .news_B .news_img{width:100%; overflow:hidden; background-position:center; background-repeat:no-repeat; background-size:cover;}
.news_ul li a .news_B .news_img::before{content:""; display:block; padding-top:73.6607143%;}
.news_ul li a .news_p{display:block; overflow:hidden; line-height:32px; font-size:18px; color:#343434; font-weight:bold; text-overflow:ellipsis; white-space: nowrap; transition:all 0.4s;}
.news_ul li a .news_txt{display:block; overflow:hidden; height:96px; line-height:24px; font-size:14px; color:#787777; text-overflow:ellipsis; display: -webkit-box; -webkit-line-clamp:4; -webkit-box-orient: vertical; margin-top:10px;}
.news_ul li a .news_sp{display:block; overflow:hidden; line-height:16px; font-size:14px; color:#bbbbbb; margin-top:10px;}
.news_ul li a .news_jiantou{width:0; float:left; height:0; border-right:70px solid #0150b5; border-top:70px solid transparent; border-bottom:0 solid transparent; position:absolute; right:-100%; bottom:-100%; transition:all 0.4s;}
.news_ul li a .news_jiantou>span{width:30px; height:30px; float:left; position:absolute; right:-70px; bottom:0;}
.news_ul li a .news_jiantou>span::before{content:""; width:18px; height:2px; background:#fff; position:absolute; left:0; top:8px;}
.news_ul li a .news_jiantou>span::after{content:""; width:2px; height:18px; background:#fff; position:absolute; left:8px; top:0;}
.news_ul li:hover a{border-color:#0150b5;}
.news_ul li:hover a .news_p{color:#0150b5;}
.news_ul li:hover a .news_jiantou{right:0; bottom:0;}
/*End-首页内容*/

/*底部*/
.hf{width:100%; overflow:hidden; background:url(../images/hf_bj.jpg) no-repeat center center; background-size:cover; padding:44px 0; font-size:24px; color:#fff; text-align:center; line-height:38px;}
.hf>span{display:block; overflow:hidden; font-size:36px; color:#fff; font-weight:bold; line-height:46px;}

.footer{width:100%; overflow:hidden; background:#0150b5; padding:45px 0;}
.footer a{color:#fff; margin:0 5px;}
.footer a:hover{color:#fff; text-decoration:underline!important;}
.footer_L{width:530px; float:left;}
.footer_nav{display:block; overflow:hidden; line-height:34px; border-bottom:1px solid #3473c4; color:#fff; font-size:16px; padding-bottom:20px;}
.footer_nav>a{margin:0 30px;}
.footer_nav>a:first-child{margin:0 30px 0 0;}
.footer_nav>a:last-child{margin:0 0 0 30px;}
.footer_dianhua{display:block; overflow:hidden; line-height:24px; margin-top:20px; color:#fff;}
.footer_dianhua>span{font-weight:bold;}
.foot{display:block; overflow:hidden; line-height:34px; color:#fff; font-size:14px;}
.footer_R{width:565px; float:right;}
.footer_lx{float:left; line-height:34px; color:#ccdcf0; font-size:14px; background:url(../images/lx_logo.png) no-repeat left center; padding-left:35px;}
.footer_wx{width:122px; float:right; padding-top:6px;}
.footer_wx img{width:122px; height:122px; display:block;}
/*End-底部*/

/*关于我们*/
.dqwz_nav{width:100%; float:left; padding:15px 0; background:#f0f0f0;}
.dqwz_nav span{float:left; background:url(../images/dqwz_logo.png) no-repeat left center; padding-left:34px; line-height:20px; font-size:14px; color:#4e4e4e;}
.dqwz_title{width:100%; float:left; padding:30px 0 15px 0; background:url(../images/title_logo.png) no-repeat center bottom; line-height:46px; text-align:center; font-size:30px; color:#0150b5; font-weight:bold;}
.dqwz_contect{width:100%; float:left; padding:55px 0;}
.company{display:block; overflow:hidden; font-size:16px; color:#4a4a4a; line-height:32px;}
.company img{width:50%; float:left; margin-right:30px;}
.company_p{display:block; overflow:hidden; font-size:20px; color:#212121; /*font-weight:bold;*/ margin-bottom:20px;}
/*END-关于我们*/

/*服务项目*/
.dqwz_ul{display:flex; flex-wrap:wrap; justify-content:center; width:1224px; margin-left:-12px;}
.dqwz_ul>li{width:180px; float:left; margin:0 12px 10px 12px; position:relative;}
.dqwz_ul>li>a{display:block; overflow:hidden; border:1px solid #dfdfdf; height:52px; line-height:50px; text-align:center; font-size:18px; color:#3c3c3c;}
.dqwz_ul>li:hover>a{background:#0150b5; color:#fff;}
.dqwz_ul>li.act>a{background:#0150b5; color:#fff;}
.dqwz_ul>li.dqwz_on>a{background:#0150b5; color:#fff;}

.dqwz_dl{display:none; width:100%; float:left; position:absolute; left:0; top:100%; z-index:9999; background:rgba(1,80,181,0.8); padding-top:2px;}
.dqwz_dl>dd{display:block; overflow:hidden;}
.dqwz_dl>dd>a{display:block; overflow:hidden; height:40px; line-height:40px; font-size:16px; text-align:center; color:#fff;}
.dqwz_dl>dd>a:hover{background:#0150b5; color:#fff;}
.dqwz_ul>li:hover .dqwz_dl{display:block;}

.cp_ul1{display:block; overflow:hidden; width:1230px; padding-top:40px;}
.cp_ul1 li{width:380px; float:left; margin:0 30px 30px 0;}
.cp_ul1 li a{width:100%; float:left; position:relative; overflow:hidden;}
.cp_ul1 li a .cp_img{width:100%; overflow:hidden; background-position:center; background-repeat:no-repeat; background-size:cover;}
.cp_ul1 li a .cp_img::before{content:""; display:block; padding-top:72.6316%;}
.cp_ul1 li a .cp_txt{width:100%; height:60px; overflow:hidden; position:absolute; left:0; bottom:0; background:rgba(0,0,0,0.5); display:flex; align-content:center; align-items:center; justify-content:center; font-size:18px; color:#fff;}
.cp_ul1 li a:hover .cp_img{transform: scale(1.1,1.1);-ms-transform: scale(1.1,1.1); -webkit-transform: scale(1.1,1.1);}
.cp_ul1 li a:hover .cp_txt{height:100%; background:rgba(0,0,0,0.2);}

.cpxq{display:block; overflow:hidden; padding-top:40px;}
.cpxq_p{display:block; overflow:hidden; line-height:30px; font-size:24px; color:#111111; text-align:center;}
.cpxq_img{display:block; overflow:hidden; padding:20px 0;}
.cpxq_txt{display:block; overflow:hidden; font-size:16px; color:#4a4a4a; line-height:28px;}
/*END-服务项目*/

/*新闻中心*/
.news_ul1{display:block; overflow:hidden;}
.news_ul1 li{display:block; overflow:hidden; margin-bottom:30px;}
.news_ul1 li a{display:block; overflow:hidden; border:2px solid #dadada; background:#fff; padding:15px 20px; position:relative;}
.news_ul1 li a .news_B{width:224px; float:left; overflow:hidden; margin-right:30px;}
.news_ul1 li a .news_B .news_img{width:100%; overflow:hidden; background-position:center; background-repeat:no-repeat; background-size:cover;}
.news_ul1 li a .news_B .news_img::before{content:""; display:block; padding-top:73.6607143%;}
.news_ul1 li a .news_p{display:block; overflow:hidden; line-height:32px; font-size:18px; color:#343434; font-weight:bold; text-overflow:ellipsis; white-space: nowrap; transition:all 0.4s;}
.news_ul1 li a .news_txt{display:block; overflow:hidden; height:96px; line-height:24px; font-size:16px; color:#787777; text-overflow:ellipsis; display: -webkit-box; -webkit-line-clamp:4; -webkit-box-orient: vertical; margin-top:10px;}
.news_ul1 li a .news_sp{display:block; overflow:hidden; line-height:16px; font-size:14px; color:#bbbbbb; margin-top:10px;}
.news_ul1 li a .news_jiantou{width:0; float:left; height:0; border-right:70px solid #0150b5; border-top:70px solid transparent; border-bottom:0 solid transparent; position:absolute; right:-100%; bottom:-100%; transition:all 0.4s;}
.news_ul1 li a .news_jiantou>span{width:30px; height:30px; float:left; position:absolute; right:-70px; bottom:0;}
.news_ul1 li a .news_jiantou>span::before{content:""; width:18px; height:2px; background:#fff; position:absolute; left:0; top:8px;}
.news_ul1 li a .news_jiantou>span::after{content:""; width:2px; height:18px; background:#fff; position:absolute; left:8px; top:0;}
.news_ul1 li:hover a{border-color:#0150b5;}
.news_ul1 li:hover a .news_p{color:#0150b5;}
.news_ul1 li:hover a .news_jiantou{right:0; bottom:0;}

.xw_ul{display:block; overflow:hidden;}
.xw_ul li{display:block; overflow:hidden; line-height:40px; margin-bottom:15px; border:1px solid #dadada; padding:0 10px;}
.xw_ul li span{float:right; font-size:14px; color:#888;}
.xw_ul li a{display:block; overflow:hidden; height:40px; color:#000; font-size:14px;text-overflow:ellipsis; white-space: nowrap;}
.xw_ul li a em{ font-family:SimSun; font-weight:bold; padding:0 5px; font-size:16px;}
.xw_ul li:hover{border-color:#0150b5;}
.xw_ul li:hover a{color:#0150b5; font-weight:bold;}

.xwxq{display:block; overflow:hidden;}
.xwxq_p{display:block; overflow:hidden; text-align:center; font-size:24px; color:#111; line-height:30px; font-weight:bold;}
.xwxq_sp{display:block; overflow:hidden; text-align:center; font-size:14px; color:#6e6e6e; line-height:24px; padding:10px 0; border-bottom:1px solid #d7d7d7;}
.xwxq_txt{display:block; overflow:hidden; font-size:16px; color:#5f5f5f; line-height:28px; padding-top:30px;}
/*END-闻中心*/

/*服务流程*/
.fwlc_ul1{padding-top:0;}
/*END-服务流程*/

/*联系我们*/
.contact_txt{width:35%; float:left; font-size:16px; color:#212121; line-height:30px;}
.contact_map{width:65%; float:left; border:none; height:400px;}
/*END-联系我们*/

/*浮动QQ*/
.open{width:31px; height:110px; background:url(../images/qq/openTrigger.jpg) no-repeat center center; position:fixed; right:0; top:250px;z-index:999999999; cursor:pointer;}
.off{width:24px; height:24px; background:url(../images/qq/closeBtnImg.gif) no-repeat center center; position:fixed; right:-5px; top:240px;z-index:999999999; cursor:pointer;}
.fix_qq { display:none;position: fixed;right: 0px;top:250px;width: 93px;height: 122px;z-index:999999999;background: url(../images/qq/qq_01.png) no-repeat;}
.fix_qq_top {height: 122px;background: url(../images/qq/qq_01.png) no-repeat;}
.fix_qq_center {background: url(../images/qq/qq_02.png) repeat-y;text-align: center;}
.fix_qq_foot {height: 4px;background: url(../images/qq/qq_04.png) no-repeat;}
/*END-浮动QQ*/