﻿@charset "UTF-8";
.h-tit {
    margin-bottom: 30px !important;
    text-align: center;
}

.h-pnav,.h-news,.h-zzsl{}
.h-case{padding-top:120px;}


.ind-header .warp{
	width:100%;
	max-width: 1400px;
	margin: 0 auto;
	height:100%;
}
.ind-header .warp li{
	width:16%;
	float: left;
	height:83%;
	padding: 0 20px 0 20px;
	/*border-left: 1px solid #3856ac;*/
	position: relative;
	text-align:left;
}
.ind-header .warp li i{
	display: block;
	position: absolute;
	height: 100%;
	width: 1px;
	background: url(../img/nav-borbg.png) center no-repeat;
	top: -95px;
	left: -1px;
}
.ind-header .warp li a{
	display: block;
	color: #fff;
}
.ind-header .warp li .tit{
	font-size:18px;
	line-height: 35px;
	margin-bottom: 20px;
	position: relative;
	cursor: default;
}
.ind-header .warp li .mtop{margin-top: 50px;}
.ind-header .warp li .tit i{
	display: block;
	width: 7px;
	height: 7px;
	background-color: #fff;
	border-radius: 100%;
	position: absolute;
	left:-24px;
	top: 50%;
	margin-top: -3.5px;
}
.ind-header .warp li .point{
	cursor: pointer;
}
.ind-header .warp li .lt{
	font-size: 14px;
	line-height:36px;
	color: #fff;
	/*width: 75px;*/
	cursor: pointer;
	
	border-bottom: 1px solid transparent;
	transition:all 0.4s;
	-webkit-transition:all 0.4s;
}
.ind-header .warp li .lt.on,.ind-header .warp li .lt:hover{
	border-bottom: 1px solid #fff;
}


.slideBox {
 position:relative;
 width:100%;
 overflow:hidden;
}
.slideBox .bd {
 width:100%;
 height:100%;
}
.slideBox .bd a {
 display:block;
 position:relative;
 width:100%;

overflow: hidden;
clear:both;z-index: 999;

}

.slideBox .bd a img {

 width:100%;

}
.slideBox .hd {
 width:100%;
 position:absolute;
 bottom:10px;
 left:0;
 text-align:center;
 z-index:2;
 overflow:hidden;
}
.slideBox .hd li {
 display:inline-block;
 vertical-align:middle;
 width:50px;
 height:8px;
 background-color:#CCCCCC;
}
.slideBox .hd li.on {
 background-color:#E8A651;
}
.slideBox .prev,
.slideBox .next {
 position:absolute;
 top:50%;
 width:53px;
 height:52px;
 margin-top:-25px;
 background-repeat:no-repeat;
 background-size:contain;
 cursor:pointer;
}
.slideBox .prev {
 left:5%;
 background-image:url(../images/ab_cer_l.png);
}
.slideBox .next {
 right:5%;
 background-image:url(../images/ab_cer_r.png);
}
.h-tit h3 {
    font-size: 30px;
    margin: 0;
    margin-bottom: 15px;
}
a,a:hover{text-decoration:none !important;}


.news_slide {
 position:relative;
 width:100%;
 overflow:hidden;
}
.news_slide .bd {
 width:100%;
 height:100%;
}
.news_slide .bd a {
 display:block;
 position:relative;
 width:100%;

overflow: hidden;
clear:both;z-index: 999;

}

.news_slide .bd a img {

 width:100%;

}
.news_slide .hd {
 width:100%;
 position:absolute;
 bottom:30px;
 right:40px;
 text-align:right;
 z-index:2;
 overflow:hidden;
}
.news_slide .hd li {
 display:inline-block;
 vertical-align:middle;
 width:6px;
 height:6px;
 background-color:#00489d;
}
.news_slide .hd li.on {
 background-color:#666;
}

.h-tit h3 span{font-size:30px;color:#e5e5e5;display:block;padding-bottom:30px;position:relative;overflow:hidden;}
.h-tit h3 span:before{content:'';display:block;width:50px;height:2px;background:#3186c9;bottom:20px;left:0px;position:absolute;}
.h-tit h4 {
    font-size: 18px;
    margin: 10px 0 0;
}





.news_slide{padding-top:130px;padding-right:40px;}
.n-tit{
    margin-bottom: 40px;
    font-weight: 300;
}
.n-tit h2{
    text-align: center;
    font-size: 30px;
    font-weight: 300;
}
.n-tit h2{
    text-align: center;
    font-size: 30px;
    font-weight: 300;
}
.n-tit h3{
    text-align: center;
    font-size: 18px;
    font-weight: 300;
    margin: 0;
}
.n-tit .title{
    text-align: center;
    line-height: 2;
	 margin: 10px 10px 10px;
}
.n-tit.margin{
    margin-top: 40px;
}
.v-more{
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    border-radius: 20px;
    border: 1px solid #fff;
    padding: 5px 20px 5px 20px;
    
}
.v-more:hover{
    color: #fff;
    opacity: 0.7;
}
.sl-more {
    text-align: center;
    margin-top: 70px;
}

.sl-more a {
    font-size: 20px;
    padding: 12px 60px;
    background: #122a88;
    color: #fff;
    display: inline-block;
}
.sl-more a:hover{
    background: #c7281c;
}
.lineTitle {
    font-size: 40px;
    text-align: center;
    color: #333;
    margin-bottom: 40px;
}

.lineTitle {
    position: relative;
}

.lineTitle span {
    padding: 0 30px;
    position: relative;
    z-index: 1;
    background: #f8f8f8;
}
.lineTitle span i{
    color: red;
    font-style: normal;
}
.lineTitle::after {
    content: "";
    width: 100%;
    height: 1px;
    background: #dadada;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 0;
}


/* 头部 */
.header_section {
    width: 100%;
    float: left;
    background:#fff;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;

	z-index:99999;
}

.logo{ 
	
	float: left;margin-right:30px;
    text-align: center;
}

.menu_text {
    width: 100%;
    float: left;
}

.menu_text ul {
	margin: 0px;
	padding: 0px;
}

.menu_text li {
    float: left;
    padding-right: 90px;
    font-size: 12px;
	line-height:55px;
	display:block;
    color: #ffffff;
	font-weight: bold;
	padding-top:5px;
}

.menu_text li a {
    color: #000;
    text-transform: uppercase;
    font-size: 16px;
}

.menu_text li a:hover{
    color: #00489d;
}

.bigpic img{
width:100%;	
	    object-fit: cover;
    
}

.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    left: 45px;
    font-size: 60px;
}
.overlay a {
    padding: 0px;
    text-decoration: none;
    font-size: 18px;
    color: #f1f1f1;
    display: block;
    transition: 0.3s;
    text-transform: uppercase;
}

.overlay-content {
    position: relative;
    top: 15%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.toggle_menu {
    top: 5px;
    position: relative;
    
}

.banner_section {
    width: 100%;
    height: auto;

}

.banner_taital {
    width: 100%;
    float: left;
    background-color: #626975;
    border-radius: 20px;
    padding: 20px 20px;
}

.find_text{
	width: 100%;
	float: left;
	font-weight: bold;
	font-size: 40px;
	color: #fffcf4;
	text-align: center;
}

.crush_text{
	width: 100%;
	float: left;
	font-weight: bold;
	font-size: 32px;
	color: #03164c;
	padding: 10px 30px;
	text-align: center;
}

.long_text{
	width: 100%;
	float: left;
	font-size: 16px;
	color: #060606;
	text-align: center;
}

.contact {
    width: 100%;
    float: left;
    margin-top: 50px;
}

.contact_bt {
    width: 20%;
    margin: 0 auto;
    background-color: #03164c;
    padding: 10px 0px;
    color: #fffcf4;
    text-align: center;
    border-radius: 10px;
    font-size: 16px;
}

.contact_bt a{ color: #fffcf4; }
.contact_bt a:hover{ color: #fffcf4; }


.carousel-control-prev-icon { background-image: url(../images/right-arrow.png); }

#my_Controls a.carousel-control-prev {
    position: absolute;
    left: 11%;
    top: 390px;
    background-color: #fff;
    color: #000;
}

#my_Controls a.carousel-control-next {
    position: absolute;
    left: 5%;
    top: 390px;
    background-color: #03164c;
}

.carousel-control-next-icon {
    background-image: url(../images/left-arrow.png);
}

#my_Controls .carousel-control-prev, #my_Controls .carousel-control-next {
    width: 65px;
    height: 65px;
    background: #fff;
    opacity: 1;
    font-size: 24px;
    color: #091e30;
    border-radius: 100%;
}

#my_Controls .carousel-control-prev, #my_Controls .carousel-control-next {
    width: 65px;
    height: 65px;
    background: #fff;
    opacity: 1;
    font-size: 24px;
    color: #091e30;
    border-radius: 100%;
}





.h-logo {
    /* padding: 20px 0; */
}

/* .h-logo .logo img{
   height: 80px;
} */

.h-logo .tm-r span {
    padding: 0 15px;
    color: #c3c3c3;
}

.h-logo .tm-r .lan {
    display: inline-block;
}

.h-logo .tm-r .lan .iconfont {
    vertical-align: top;
}

.h-logo .tm-r .lan .fa {
    vertical-align: middle;
    margin-left: 5px;
    font-size: 16px;
}

.h-logo .tm-r .lan .uk-drop {
    border-top: 1px solid #e5e5e5;
    width: 80px;
    text-align: center;
    background: #E3E3E3;
    /* top: 5px !important; */
}

.h-logo .tm-r .lan .uk-drop a {
    line-height: 2;
}

.tm-topnav {
    border-top: 1px solid #dadada;
    background: #fff;
    position: relative;
}
.tm-topnav::after{
    content: '';
    display: inline-block;
    width: 100%;
    height: 1px;
    background:#dadada;
    position: absolute;
    top: 55px;
    z-index: 9999;
}
.tm-topnav .uk-navbar-nav>li>a {
    min-height: 55px;
    color: #333;
    padding: 0 26px;
    position: relative;
    font-size: 16px;
}
.tm-topnav .uk-navbar-nav>li.active>a{
    color: #122a88;
}

/* .tm-topnav .uk-navbar-nav>li>a::after{
    content: '';
    display: block;
    height: 12px;
    border-left: 1px solid #5c5c5c;
    position: absolute;
    right: 0;
}
.tm-topnav .uk-navbar-nav>li:last-child a::after{
    content: none;
} */

.tm-topnav .wp {
    margin-right: 10px;
    color: #333;
    
}

.tm-topnav .wp .iconfont {
    font-size: 16px;
}

.tm-topnav .wp.tel {
    color: #c7281c;
    font-weight: bold;
    font-size: 16px;
}

.tm-topnav .wp.tel .iconfont {
    font-size: 20px;
}

.tm-topnav .wp.search::before {
    content: '';
    display: inline-block;
    height: 14px;
    border-left: 1px solid #c3c3c3;
    margin: 0 15px;
}
.tm-topnav .wp.wechat{
    position: relative;
}
.tm-topnav .wp.wechat .ewm{
    width: 120px;
    position: absolute;
    z-index: 999;
    left: -15px;
    top: 57px;
    display: none;
}
.tm-topnav .wp.wechat .ewm::before{
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    position: absolute;
    left: 50%;
    top: -8px;
    margin-left: -8%;
}
.top-form{
    position: absolute;
    right: 0;
    width: 380px;
    z-index: 999;
    top: 70px;
    background: #fff;
    display: none;
}
.search input{
    height: 50px;
    padding-left: 15px;
    padding-right: 15px;
    background: 0 0;
    border: 0px solid #e5e5e5;
    outline: none;
    width: 100%;
}
.search button{
    width: 100%;
    height: 100%;
    background: #00489d;
    border: 0;
    color: #fff;
    cursor: pointer;
}
.tm-topnav .uk-navbar-dropdown {
    /* margin-top: 0; */
    background: #fff;
    width: 100%;
    
}

.tm-topnav .uk-navbar-dropdown h3{
    font-size: 16px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    transition: all ease-in 0.3s;
}

.tm-topnav .uk-navbar-dropdown li:hover h3{
    color: #122a88;
    border-color: #122a88;
}
.tm-topnav .nav3{
    text-align: center;
    margin-top: 20px;
}
.tm-topnav .nav3 a{
    padding: 0 10px;
    font-weight: 300;
}
.tm-topnav .nav3 a:hover{
    color: #e60012;
}

.m-header .logo{
    padding: 15px;
    
}
.m-header .logo img{
    height: 55px;
    
}
.m-header .uk-offcanvas-bar{
    background: rgba(255, 255, 255, .98);
    padding: 0;
}
.m-header .uk-offcanvas-bar a{
    
}
.uk-offcanvas-bar .uk-close{
    top: 0;
    right: 0;
    background: rgba(0, 0, 0, .4)
}
.uk-nav-parent-icon>.uk-parent>a::after{
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22rgba%280,%200,%200,%200.4%29%22%20stroke-width%3D%221.1%22%20points%3D%2210%201%204%207%2010%2013%22%20%2F%3E%0A%3C%2Fsvg%3E") !important;
    width: 1em;
    height: 1em;
}
.uk-nav-parent-icon>.uk-parent.uk-open>a::after{
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23666%22%20stroke-width%3D%221.1%22%20points%3D%221%204%207%2010%2013%204%22%20%2F%3E%0A%3C%2Fsvg%3E") !important;
}
.m-subnav{
}
.m-subnav>ul>li>a{
    padding: 20px 15px 20px 20px;
    color: #333 !important;
    border-bottom: 1px solid #e2e2e2;
}
ul.m-nav{
    padding: 5px 15px 5px 15px;
}
.m-nav li a{
    padding: 10px;
    border-bottom: 1px solid #e2e2e2;
    color: #777;
}
.search-t{
    background: #f8f8f8;
}
.search-l .tit{
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    clear: both;
    font-size: 24px;
    margin-bottom: 30px;
}
.search-l .pro-list{
    margin-bottom: 100px;
}


/* 底部 */

.tm-footer {
    background:url(../images/xdh_bg.jpg) #333333;
    padding: 30px 0 0px;
    -o-background-size: cover;
    background-size: cover;
    color: #adadad;
}
.tm-footer li{text-align:left;}
.tm-footer .uk-container{
    max-width: 1480px;
}
.tm-footer h4 {
    color: #d1d1d1;
    font-size: 14px;
}

.tm-footer dl a {
    display: inline-block;
    line-height: 2;
    font-size: 12px;
}

.f-contact .cont {
    line-height: 2.2;
}

.tm-footer a {
    color: #adadad;
}


.tm-footer .copy {
    background: rgba(0, 0, 0, .4);
    padding: 15px 0;
    margin-top: 30px;
    font-size: 14px;overflow: hidden;
}
.flxed-r{
    position: fixed;
    bottom: 150px;
    right: 0px;
    width: 60px;
    z-index: 999;
    display: none;
}
.flxed-r .scroll-top{
    background: #f5f5f5;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    color:#444;
    display: block;
    text-align: center;
    padding: 10px 10px;
    border-radius: 5px;
}
.flxed-r .scroll-top .fa{
    font-size: 24px;
}
.flxed-r .scroll-top .tt{
    display: block;
    font-size: 12px;
}
.flxed-r .scroll-top:hover{
    background: #122a88;
    color: #fff;
}
/* banner */

.banner .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border: 0;
    background: #FFF;
    opacity: 1;
}

.banner .swiper-pagination-bullet-active {
    background: #c7281c;
}

/* .h-pnav .uk-container {
    max-width: 70%;
} */

.h-pnav .top {
    list-style: none;
    padding: 0;
}
.h-pnav .h-tit{
    margin-bottom: 40px !important;
}
.h-pnav .top li{width:16.6666%;padding-left:0px;}
.h-pnav .top a {
    padding: 40px 60px;
    font-size: 16px;color:#fff;
    display: block;
}
.h-pnav .top a span{display:block;position:relative;padding-bottom:0px;}

.h-pnav .top a:hover,
.h-pnav .top .uk-active a {
    background: #64635f;
    color: #fff;
}

.h-pnav .bot {
    margin-top: 60px;
}

.h-pnav .bot dl a {
    display: block;
    font-size: 20px;
}


.case_li .text{background:#fff;border-bottom:3px solid #059fe9;}

/* 产品 */
.h-pro .pic{
    background: url(../images/h-pbg.jpg) no-repeat;
    text-align: center;
    padding-top: 9%;
}
.h-pro .hpro-swiper {
    padding-bottom: 100px;
}

.h-pro .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 10px;
}

.h-pro .swiper-pagination-bullet-active {
    background: #000;
}



.h-pro .text .name {
    color: #fff;
}

.h-pro .text .model {
    font-size: 24px;
    color: #fff;
    margin-bottom: 10px;
    text-align:left;
}

.h-pro .text .t1 {
    font-size: 14px; color: #fff;
}

.h-pro .text .t2 {
    color: #fff;
     text-align:left;
}

.h-pro .text .desc {
    margin-top: 15px;color:#fff;margin-bottom:30px; text-align:left;font-size: 16px;
}

.h-pro .text .more1 a {
    display: block;
    border: 2px solid #fff;
    text-align: center;
    font-size: 14px;
    padding: 8px 10px;
	border-radius:20px;width:200px;color:#fff;float:left;
}
.h-pro .text .more1 a:hover{ border: 2px solid #00489d;background:#00489d;}
.h-pro .text .more a.baoj {
    background: #c7281c;
    color: #fff;
    margin-bottom: 10px;
}

.h-pro .hp-nav{
    text-align: center;
    /* margin-top: 30px; */
    position: absolute;
    top: 60%;
    left: 50%;
    margin-left: -46px;
    z-index: 999;
}
.h-pro .hp-nav .hnav{
    display: inline-block;
    background: rgba(0,0,0,0.3);
    color: #fff;
    line-height: 1;
    padding: 8px;
    border-radius: 50%;
    font-size: 12px;
    cursor: pointer;
    margin: 0 6px;
}
.h-pro .hp-nav .hnav:hover{
    background: #c7281c;
}
/* 实力 */

/* .h-shil {
    padding-bottom: 0;
}

.h-shil .wp-top {
    background: #f8f8f8;
    padding-top: 70px;
}

.h-shil .wp-foot {
    margin-top: 40px;
    position: relative;
}

.h-shil .wp-foot .tit {
    position: absolute;
    top: 60px;
    color: #fff;
    font-size: 48px;
    font-weight: bold;
}

.h-shil .wp-foot .tit .e {
    line-height: 1.4;
    margin-bottom: 20px;
}

.h-shil .wp .text {
    padding: 70px 70px 20px 70px;
    line-height: 2;
}

.h-shil .wp .text h4 {
    font-weight: bold;
    color: #122a88;
    font-size: 28px;
}

.h-shil .wp .text li {
    margin: 0;
}

.h-shil .w1 .text {
    position: absolute;
    top: 0;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    width: max-content;
    max-width: 100%;
    box-sizing: border-box;
} */
.h-zzsl{
    background: #f8f8f8;position:relative;
}
.h-zzsl .wp-top{position:absolute;bottom:0px;z-index:999;left:0px;padding-left:3%;padding-right:3%;width:100%;padding-top:60px;padding-bottom:60px;background:rgb(0,0,0,0.3);}
.h-zzsl .top{
 
}
.h-zzsl .top li{width:20%;margin:0px;padding:0px;position:relative;text-align:left;}
.h-zzsl .top li.uk-active:before{content:'';position:absolute;left:40px;bottom:-10px;width:117px;height:3px;background:url(../images/sl_li_hov.png);}
.h-zzsl .top li:after{content:'';position:absolute;right:0px;bottom:25px;width:1px;height:70px;background:#fff;}
.h-zzsl .top li:last-child:after{display:none;}
.h-zzsl .top a{
   color:#fff;
    width:100%;
  padding-left:40px;padding-right:40px;
    font-size: 18px;
    display: inline-block;
}
.h-zzsl .top a span{font-size:16px;color:#fff;margin-bottom:10px;display:block;}
.h-zzsl .top a p{font-size:14px;line-height:25px;}
.h-zzsl .top .uk-active a,.h-zzsl .top a:hover{
   
}
.h-zzsl .wrap{
	position: relative;
}
.h-zzsl .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    background: #fff;
    margin: 0 8px !important;
}
/* .zzsl .bigpic .wpp{
    padding: 100px 0;
    background-position: center;
    background-size: cover;
    overflow: hidden;
    min-height: 620px;
    box-sizing: border-box;
}
.zzsl .bigpic .text{
    background: rgba(255,255,255,0.95);
    padding: 40px 40px 40px 40px;
    box-sizing: border-box;
    border-radius: 10px;
}

.zzsl .bigpic .text .t1{
    font-size: 30px;
    font-weight: bold;
    border-left: 6px solid #122a88;
    line-height: 1.2;
    padding-left: 30px;
    margin-bottom: 20px;
}
.zzsl .bigpic .text .t2{
    line-height: 2;
}
.zzsl .bigpic .text .t3{
    position: absolute;
    right: 40px;
    top: 40px;
}
.zzsl .bigpic .text .t3 .v-more{
    color: #333;
    border-color: #333;
}
.zzsl .bigpic .text .t4{
    text-align: center;
    margin-top: 30px;
}
.zzsl .bigpic .text .t4 span{
    display: block;
    color: #122a88;
    margin-top: 5px;
    font-size: 14px;
}
.zzsl .bigpic .wpp2 .text .t2{
    line-height: 1.8;
}
.zzsl .bigpic .wpp3 .pwp{
    border: 1px solid #2167a3;
    padding: 5px 10px;
    
}
.zzsl .bigpic .wpp3 .pwp span{
    text-align: center;
    display: block;
    font-size: 14px;
    color: #fff;
    margin-top: 4px;
}


.zzsl .bigpic .text.mag{
    margin-top: 50px;
}
.zzsl .zznl .t2{
    height: 120px;
}
.zzsl .bigpic .t-bg{
    background: #ddd;
    padding: 10px;
    margin-top: 30px;
}
.wpp-cj{
    text-align: center;
    padding: 60px 0 !important;
}
.wpp-kz .t2{
    line-height: 1.5;
    margin-bottom: 10px;
}
.kz-w{
    color: #fff;
}
.kz-w .tt{
    color: #fff;
    margin-bottom: 50px;
    font-size: 14px;
}
.kz-w .tt.nm{
    margin: 0;
}
.kz-w .tt h4{
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    margin-bottom: 5px;
}
.kz-w .tt p{
    margin: 0;
}
.kz-w .right{
    text-align: right;
} */
.zzsl .s-wpp{
    width: 70%;
    position: relative;
    padding: 0 60px;
    margin: 40px auto 0;
}
.sw-next, .sw-prev{
    border: 0;
    outline: none;
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
	z-index: 99;
}
.sw-prev{
    left: 20px;
}
.sw-next{
    right: 20px;
}
.sw-next .iconfont, .sw-prev .iconfont{
    font-weight: 100;
    display: inline-block;
    /* width: 20px; */
    /* background: #c7281c; */
    color: #fff;
    /* line-height: 70px; */
    text-align: center;
	font-size: 36px;
}

.zzsl .smallpic .pic{
    padding-bottom: 65%;
    opacity: 0.8;
    cursor: pointer;
}
.zzsl .smallpic .swiper-slide-thumb-active .pic{
    opacity: 1;
}
.zzsl .smallpic .text{
    text-align: center;
    margin-top: 6px;
}



.h-case .map .pic {
    background: url(../images/h-map.jpg) #00489d no-repeat;
    background-position: bottom right;
    padding-bottom: 50%;
    background-size: 100% auto;
    height:100vh;
}

.h-case {
    /* margin-top: 40px; */
    
}
.h-case .map{
    position: relative;
}
.h-case .map .text {
    position: absolute;
    padding-top: 130px;
    top: 0;
    box-sizing: border-box;
    color: #fff;
    padding-left: 40px;
    height: 100%;
    width: 100%;
}

.h-case .map .text .t1 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: left;
}
.h-case .map .text .t11 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: left;
}
.h-case .map .text .t2{
 font-size: 16px;text-align: left;
  margin-top:15%;
}
.h-case .map .text .t3{
font-size: 14px;text-align: left;margin-top:12%;
}

.gnsc .gnsc-swiper {
    height: 100%;
}

.gnsc .pic {
    height: 100%;
}

.gnsc .text {
    position: absolute;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 14px 30px;
    background: rgba(0, 0, 0, .4);
    color: #fff;
}

.gnsc .swiper-container-horizontal>.swiper-pagination-bullets {
    width: auto;
    left: unset;
    right: 10%;
    bottom: 15px;
}

.gnsc .swiper-pagination-bullet {
    border-radius: 0;
    background: #fff;
}


/* 新闻 */
.h-news .h-tit{
	position: relative;
}
.h-news .h-tit .n_news{
	position: absolute;
	top: 50px;
	right:0;
	font-size: 16px;
   
    color: #122a88;
    
}
.h-news .h-tit .n_news a{border:2px solid #00489d;padding:8px 30px 8px 30px;display: block;
    float: left;}
	.h-news .h-tit .n_news a.on{background:#00489d;color:#fff;}
.h-news .pic {
    padding-bottom: 60%;
}

.h-news .text {
    border: 1px solid #eee;
    padding: 20px 30px;
}

.h-news .text .tit {
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-align: left;
}

.h-news .text .date {
    text-align: right;
    line-height: 1.2;
}

.h-news .text .date .day {
    font-size: 24px;
    color: #122a88;
}

.h-news .text .desc {
    color: #999;
    line-height: 1.8;
    margin-bottom: 0;
	font-size: 12px;
	text-align: left;
}



/* h-联系 */
.h-contact{
    background: #f8f8f8;padding-top:90px;padding-bottom:15px;
}
.h-contact .wrap{
    padding: 0 10%;
}
.h-contact .tit{
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 30px;
}
.h-contact .l-form .wp{
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    background: #ededed;
    padding: 4px 12px;
	font-size: 12px;
}
.h-contact .l-form .wp.text{
    align-items: unset;
	font-size: 12px;
}
.h-contact .l-form .wp .label{
    margin-right: 15px;
	font-size: 12px;
    width: auto;
}
.h-contact .l-form .wp .label i{
    font-style: normal;
    color: #c7281c;
    width: 5px;
    display: inline-block;
	font-size: 12px;
}
.h-contact .l-form .wp .row{
    flex: 1;
}
.h-contact .l-form .submit button{
    background: #c7281c;
    color: #fff;
    font-size: 14px;
    padding: 5px 5px;
    clear: both;
    float: left;
    width:30%;
}
.h-contact .l-form .submit button:hover{
    background: #122a88;
}
.h-contact .l-form .wp input,.h-contact .l-form .wp select,.h-contact .l-form .wp textarea{
    background-color: transparent;
    border: 0;
    resize: none;
}
.h-contact .l-contact li:nth-child(n+2){
    margin-top: 20px;
}
.h-contact .l-contact .iconfont{
    font-size: 18px;
    color: #999;
    margin-right: 20px;
}
.h-contact .l-contact  .t1{
    color: #666;
    margin-bottom: 10px;
    font-size: 14px;
    text-align: left;
}
.h-contact .l-contact .t2.ewm{
    display: flex;
    text-align: center;
}
.h-contact .l-contact .t2.ewm>*:first-child{
    margin-right: 10px;
}
.h-contact .l-contact .tel .t2{
    font-size: 24px;
    color: #c7281c;
    font-weight: bold;
}
/* 内页 */
.breadcrumbs{
    background: #f5f5f5;
    padding: 14px 0;
    font-size: 14px;
    color: #666;
}
.breadcrumbs .iconfont{
    font-size: 20px;
    vertical-align: middle;
}

/* 车型列表 */
.pro-list .pic img:last-child{
    display: none;
}
.pro-list .pic img:first-child{
    display: block;
}
.pro-list .text{
    padding: 30px 30px;
}
.pro-list .text .title {
    font-size: 18px;
    font-weight: bold;
    position: relative;
    margin-bottom: 10px;
    transition: all 0.3s ease-out;
}
.pro-list .text .m-baoj{
    display: none;
}
.pro-list .text .cans span{
    line-height: 1.8;
    display: block;
    color: #999;
}
.pro-list .text {
    position: relative;
}
.pro-list .text .btnBox{
    position: absolute;
    width: 100%;
    box-sizing: border-box;
    left: 0;
    bottom: -84px;
    background: #fff;
    display: none;
    font-size: 14px;
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
}
.pro-list .text .btnBox a{
    display: block;
    padding: 12px 20px;
    border-top: 1px solid #e2e2e2;
}
.pro-list .text .btnBox a .fa{
    float: right;
    font-size: 18px;
    color: #e60012;
}
.pro-list .text .btnBox a:hover{
    background: #122a88;
    color: #fff;
}
.pro-list .wrap:hover .btnBox{
    display: block;
    /* border: 1px solid #eee; */
}
.pro-list .text .btnBox a:hover .fa{
    color: #fff;
}
.pro-list .wrap:hover{
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}
/* .pro-list .wrap:hover .text{
    background: #f5f5f5;
} */
.pro-list .wrap:hover .pic img:first-child{
    display: none;
}
.pro-list .wrap:hover .pic img:last-child{
    display: block;
}
.filter{
    border: 1px solid #e5e5e5;
    padding: 20px 40px;
    margin-bottom: 40px;
}

.filter .name{
    width: 140px;
    box-sizing: border-box;
    text-align: right;
    font-size: 16px;
}
.filter a{
    padding:4px 20px;
    border-radius: 20px;
    font-size: 16px;
}
.filter a.active, .filter a:hover{
    background: #122a88;
    color: #fff;
}
/* 车型详情 */
.p-tabs {
    background: #eee;
}
.p-tabs a{
    display: block;
    float: left;
    padding: 15px 0;
    min-width: 120px;
    text-align: center;
    font-size: 16px;
    color: #333;
}
.p-tabs a.uk-active,.p-tabs a:hover{
    background: #122a88;
    color: #fff;
}
.p-tabs a:first-child{
    text-align: left;
    font-weight: bold;
    padding-right: 20px;
}
.p-tabs a:first-child:hover{
    background: unset;
    color: #333;
}
.a-pro .contner{
    padding-top: 100px;
    padding-bottom: 100px;
}
.a-pro .lineTitle{
}
.a-pro .lineTitle span{
    background: #fff;
}
.a-pro .h-contact .lineTitle span{
    background: #f8f8f8;
}
.a-pro .text {
}

.a-pro .text .name {
    color: #777;
    font-size: 16px;
    margin-left: 20px;
}

.a-pro .text .model {
    font-size: 50px;
    color: #333;
    margin-bottom: 30px;
}

.a-pro .text .t1 {
    font-size: 22px;
}

.a-pro .text .t2 {
    color: #777;
}


.a-pro .text .more a {
    display: block;
    border: 2px solid #c7281c;
    text-align: center;
    font-size: 20px;
    padding: 8px 10px;
}

.a-pro .text .more a.baoj {
    background: #c7281c;
    color: #fff;
    margin-bottom: 10px;
}
.p-switch{
    width: 370px;
    margin: 0 auto 40px;
    padding: 0;
    background: #eee;
}
.p-switch li{
    list-style: none;
    text-align: center;
}
.p-switch a{
    display: block;
    padding: 4px 20px;
    font-size: 16px;
}

.p-switch li.uk-active a{
    background: #122a88;
    color: #fff;
}
.p-switchcon li{
    position: relative;
}
.p-switchcon .swiper-button-next, .p-switchcon .swiper-button-prev{
    color: #999;
}
.p-switchcon .swiper-button-next:after, .p-switchcon .swiper-button-prev:after{
    font-size: 70px;
    font-weight: 200;
}
.swiper-next, .swiper-prev{
    border: 0;
    outline: none;
    display: inline-block;
    position: absolute;
    top: 45%;
    cursor: pointer;
}
.swiper-prev{
    left: 20px;
}
.swiper-next{
    right: 20px;
}
.swiper-next .iconfont, .swiper-prev .iconfont{
    font-size: 70px;
    color: #999;
    font-weight: 100;
}
.p-albums{
    padding: 0 18%;
}
.p-albums .gallery-thumbs{
    margin-top: 30px;padding-bottom:2px;
}
.p-albums .gallery-thumbs .swiper-slide{
    border: 1px solid #eee;
    box-sizing: border-box;
}
.p-albums .gallery-thumbs .swiper-slide.swiper-slide-thumb-active{
    border-color: #c7281c;
}
.a-pro .contner .uk-container{
    max-width: 1400px;
}
.a-pro .contner.performance{
    background: #f8f8f8;
    font-size: 12px;
}
.a-pro .contner.performance .lineTitle{
    margin-bottom: 0;
}
.a-pro .contner.performance .lineTitle span{
    background: #f8f8f8;
}
.a-pro .contner.performance .uk-grid>* {
    padding-left: 20px;
}
.a-pro .contner.performance .uk-grid{
    margin-left: -20px;
}
.a-pro .contner.performance p{
    line-height: 1.8;
    margin: 0;font-size: 14px;
}
.a-pro .contner.performance h3{
    font-size: 16px;
    font-weight: bold;
    margin: 30px 0 10px;
}
.a-pro .contner.performance h3::before{
    content: '';
    width: 8px;
    height: 8px;
    background: #122a88;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.a-pro .contner.performance .tit{
    text-align: center;
    margin: 40px 0 30px ;
}
.a-pro .contner.performance .tit h2{
    font-weight: bold;
    font-size: 30px;
}
.a-pro .contner.performance .tit strong{
    color: #122a88;
}
.a-pro .contner.performance .tit p{
    font-size: 14px;
    line-height: 2;
}
/* 新闻列表 */


.newslist .text .tit {
    font-size: 18px;
    margin: 0;
    margin-bottom: 15px;
    margin-top: 15px;
}

.newslist .text .date {
    font-size: 12px;
    color: #999;
    margin-top: 15px;
}
.newslist .text .date span{
    margin-right: 10px;
}
.newslist .text .desc {
    color: #999;
    line-height: 2;
    font-size: 12px;
}
.newslist hr{
    margin: 40px 0;
}

.newslist .wp:hover .text .tit {
    color: #122a88;
}



.news .title h1 {
    font-size: 24px;
    line-height: 1.6;
}
.news .title .other{
    margin-top: 25px;
}
.news .title .source{
    float: right;
}
.news hr{
    margin: 30px 0;
}
.jq-news .text{
    margin-top: 20px;
}
.jq-news .text .tit{
    font-size: 12px;
    margin: 0;
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.jq-news .text .desc{
    color: #999;
}

/* 关于申龙 */
.ab-w1 .wp1{
    position: relative;
}
.ab-w1 .wp1 .text{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255,255,255,0.9);
    width: 50%;
    box-sizing: border-box;
    padding: 50px 50px 50px 10%;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
}
.ab-w1 .wp1 .text .t1{
    font-size: 30px;
    font-weight: bold;
    border-left: 5px solid #122a88;
    line-height: 1;
    padding-left: 20px;
    margin-bottom: 20px;
}
.ab-w1 .wp1 .text .t2{
    line-height: 1.6;
    text-indent: 2em;
}
.ab-w1 .wp1-1{
    margin: 70px 0;
}
.ab-w1 .wp1-1 .pt{
    margin-top: 5px;
}
.ab-w1 .wp1-1 .pt.right{
    text-align: right;
}
.ab-w1 .wp1-1 .text{
    width: 56%;
    margin: 0 auto;
}
.ab-w1 .wp1-1 .text .t1{
    color: #1a4976;
    font-size: 23px;
    font-weight: bold;
    margin-bottom: 70px;
    line-height: 1.4;
}
.ab-w1 .wp1-1 .text .t2 ul{
    padding:0;
    list-style: none;
}
.ab-w1 .wp1-1 .text .t2 ul li{
    display: flex;
    margin-bottom: 6px;
}

.ab-w1 .wp1-1 .text .t2 ul li .s1{
    width: auto;
}
.ab-w1 .wp1-1 .text .t2 ul li .s2{
    flex: 1;
}
.ab-w1 .wp1 .text .t2 p{
    margin: 0;
    margin-bottom: 10px;
}
.ab-w1 .wp2{
    padding: 70px 0;
    background: #f8f8f8;
}

.ab-w1 .wp2 .text{
    padding-right: 50px;
    line-height: 2;
}
.ab-w2 .wrap{
    position: relative;
}
.ab-w2 .wrap .text{
    position: absolute;
    bottom: 30px;
    left: 40px;
}
.ab-w2 .wrap .text h4{
    margin: 0;
    color: #fff;
    font-size: 30px;
    font-weight: 300;
}
.ab-w2 .wrap .text .iconfont{
    font-size: 36px;
}


/* 历程 */
.n-history-nav{
    justify-content: center;
    display: flex;
    list-style: none;
    padding: 0;
    position: relative;
    padding-top:30px;

}
.n-history-nav li{
    margin-right: 10%;
    position: relative;
    z-index: 99;
}
.n-history-nav::after{
    position: absolute;
    content: '';
    top: 50%;
    display: none;
    width: 50%;
    border-top: 1px solid #999;
    z-index: 0;
    
}
.n-history-nav li:last-child{
    margin: 0;
}
.n-history-nav a{
    background: #fff;
    color: #666666;
    padding: 8px 50px;
    font-size: 16px;
    display: block;
    border:3px solid #999;
    border-radius: 23px;
}

.n-history-nav li.uk-active a{
    background: #ebebeb;
}

  /* .n-history-nav a:before {
    border-width: 14px;
    border-left-color: #333;
    top: 10px;
  } */
.n-history{
    position: relative;
}
.n-history::after{
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0px;
    left: 50%;
    background: #222;
}
.n-history .wp{
    width: 50%;
    position: relative;
    padding: 10px 0 30px 0px;
    box-sizing: border-box;
    margin-top: 40px;
}
.n-history .wp.fr{
    padding-left: 80px;
    margin-left: 20px;
}
.n-history .wp.fl{
    padding-right: 80px;
    margin-right: 20px;
}
.n-history .wp .text h5{
    font-size: 20px;
}
.n-history .wp .text p{
    color: #666;
}
.n-history .wp.fl .text{
    text-align: right;
}
.n-history .wp .date{
    position: absolute;
    top: 0;
}
.n-history .wp .date span{
    font-size: 30px;
    vertical-align: middle;
}
.n-history .wp .date .iconfont{
    font-size: 18px;
    margin: 0 6px;
}
.n-history .wp .date .icon-Other-10{
    color: #122a88;
}
.n-history .wp.fr .date{
    left: -147px;
}
.n-history .wp.fl .date{
    right: -147px;
}
.n-history .wp .date.no span,.n-history .wp .date.no .icon-xiangzuojiantou,.n-history .wp .date.no .icon-xiangyoujiantou{
    visibility: hidden;
}

/* 新能源历程 */
.n-history-xny{
    position: relative;
}
.n-history-xny::after{
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0px;
    left: 50%;
    background: #222;
}
.n-history-xny .wp{
    width: 50%;
    position: relative;
    padding: 10px 0 30px 0px;
    box-sizing: border-box;
    margin-top: 120px;
}
.n-history-xny .wp.fr{
    padding-left: 60px;
}
.n-history-xny .wp.fl{
    padding-right: 60px;
    
}
.n-history-xny .wp:nth-child(1){
    margin-top: 30px;
}
.n-history-xny .wp .icon{
    position: absolute;
    top: 30px;
    z-index: 99;
}
.n-history-xny .wp.fr .icon{
    left: -9px;
}
.n-history-xny .wp.fl .icon{
    right: -9px;
}
.n-history-xny .wp .icon .icon-Other-10{
    color: #122a88;
    font-size: 18px;
}
.n-history-xny .wp .text{
    border: 1px solid #ddd;
    padding: 30px;
    position: relative;
} 
.n-history-xny .wp .text .date{
    font-size: 40px;
    margin-bottom: 10px;
}
.n-history-xny .wp .text  h5{
    margin: 0;
    font-size: 16px;
}
.n-history-xny .wp .text:before,.n-history-xny .wp .text:after{
    content:"";
    display:block;
    border-width:10px;
    position:absolute; 
    top:20px;
    left:-20px;
    border-style:solid dashed dashed;
    border-color: transparent #ddd transparent transparent;
    font-size:0;
    line-height:0;
}
.n-history-xny .wp .text:after{
    left:-19px;
    border-color: transparent #FFF transparent transparent;
}

.n-history-xny .wp.fl .text:before,.n-history-xny .wp.fl .text::after{
    left: unset;
    right: -20px;
    border-color: transparent  transparent transparent #ddd;
}
.n-history-xny .wp.fl .text:after{
    right:-19px;
    border-color: transparent  transparent transparent #fff;
}


/* 联系我们 */
.n-contact .wp{
    text-align: center;
}
.n-contact .wp .icon{
    margin-bottom: 15px;
}
.n-contact .wp .icon .iconfont{
    font-size: 60px;
}
.n-contact .wp .icon h4{
    margin: 0;
}


.n-contact .wp .icon1{}
.n-contact .wp .icon1 .iconfont{
    font-size: 60px;
}
.n-contact .wp .icon1 h4{
    margin: 0;
}



.n-contact .wp .text.tel{
    text-align: left;
    padding-left: 15px;
    display: flex;
    justify-content: center;
}
.n-contact .wp .text.ewm{
    display: flex;
    justify-content: center;
    font-size: 12px;
}

/* 荣誉 */

.n-honor .swiper-container{
    padding: 10px 10px;
}
.n-honor .lineTitle{
    margin-bottom: 60px;
}
.n-honor .lineTitle span{
    background: #fff;
    font-weight: 300;
}
.n-honor .swiper-slide{
    cursor: pointer;
}
.n-honor .swiper-slide .pic{
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.42);
}
.n-honor .swiper-slide .text{
    text-align: center;
    padding: 20px 0;
}
.n-honor .margin{
    margin-top: 60px;
}
.n-honor .swiper-slide:hover .pic{
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
}
.n-honor .swiper-slide:hover .text{
    color: #122a88;
}
.n-honor .list .mgrid>*:nth-child(even) .wp{
    border-right: 0;
}

.n-honor .list .wp{
    border: 1px solid #eee;
    border-left: 0;
    padding: 50px 18%;
    border-top: 0;
}
.n-honor .list .wp h3{
    font-size: 24px;
    font-weight: bold;
}
.n-honor .list .wp p{
    margin: 0;
    line-height: 2;
}
/* 企业文化 */
.n-wenhua .n-tit{
    margin-bottom: 60px;
}

.n-wenhua .margin{
    margin-bottom: 50px;
}
.n-wenhua .wrap{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
}
.n-wenhua .wrap:nth-child(odd) .pic{
    order: 99;
}
.n-wenhua .wrap .pic{
    width: 47%;
}
.n-wenhua .wrap .text{
    width: 53%;
    box-sizing: border-box;
    background: #f6f6f6;
    padding: 60px 80px;
}

.n-wenhua .wrap:nth-child(odd) .text{
    text-align: right;
}
.n-wenhua .text span{
    font-size: 22px;
    
}
.n-wenhua .text h2{
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 30px;
}

.n-wenhua .text p{
    font-size: 15.6px;
    line-height: 2.5;
}

/* 售后 */
.n-shouhou .n-tit{
    padding-top:60px;
}

.n-shouhou .linian{
    text-align: center;
    margin-top: 40px;
}
.n-shouhou .linian span{
    background: #122a88;
    color: #fff;
    font-size: 20px;
    padding: 8px 50px;
    display: inline-block;
}
.n-shouhou .tel{
    text-align: center;
    font-size: 40px;
    font-weight: 300;
}
.n-shouhou .tel .iconfont{
    font-size: 50px;
}

/* 金融服务 */
.n-jinrong .wrap{
    text-align: center;
}
.n-jinrong .wrap .icon{
    display: inline-block;
    padding: 16px;
    line-height: 1;
    border: 2px solid #122a88;
    border-radius: 50%;
}
.n-jinrong .wrap .iconfont{
    font-size: 60px;
    color: #122a88;
}
.n-jinrong .wrap .text{
    margin-top: 30px;
}
.n-jinrong .wrap .text h3{
    font-weight: bold;
}
.jr-pro{
    background: #f4f4f4;
}
.jr-pro .wpp{
    background: #fff;
    box-shadow: 10px 10px  0 #e8e8e8;
}
.jr-pro .top{
    background: #122a88;
    padding: 40px 0;
    position: relative;
    overflow: hidden;
}
.jr-pro .top .num{
    position: absolute;
    bottom: -25px;
    left: -50px;
    font-size: 220px;
    font-style: italic;
    font-family: Impact;
    color: #fff;
    line-height: 1;
    opacity: 0.15;
}
.jr-pro .top h3{
    color: #fff;
    text-align: center;
    font-weight: bold;
}
.jr-pro .text{
    line-height: 1.8;
    padding: 30px 30px 60px ;
}

/* 人才发展 */

.fz-pinpai .wrap{
    text-align: center;
    padding: 10px 20px 30px;
    transition: all 0.3s ease;
    cursor: pointer;
}
.fz-pinpai .iconfont{
    font-size: 70px;
}
.fz-pinpai .text p{
    margin-bottom: 0;
}
.fz-pinpai .wrap:hover{
    background: #122a88;
    color: #fff;
}

.fz-jizhi{
    background: #f4f4f4;
}
.fz-jizhi .uk-container{
    max-width: 1200px;
}
.fz-jizhi .wpp .top{
    display: flex;
    align-items: center;
}
.fz-jizhi .wpp .top .icon{
    line-height: 1;
    margin-right: 15px;
}
.fz-jizhi .wpp .top .iconfont{
    font-size: 60px;
}
.fz-jizhi .wpp .top .tit .t1{
    font-size: 18px;
}
.fz-jizhi .wpp .top .tit .t2{
    font-size: 12px;
}
.fz-jizhi .wpp .text{
    margin-top: 30px;
    line-height: 1.8;
}

/* 招聘 */
.n-zhaop .wrap{
    border: 1px solid #eee;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    margin-bottom: 40px;
}

.n-zhaop .wrap .title{
    padding: 30px 40px;
    cursor: pointer;
    position: relative;
}
.n-zhaop .wrap .title::before{
    content: '';
    display: block;
    width: 4px;
    height: 30px;
    background: #ddd;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    left: 0;
}
.n-zhaop .wrap .t1{
    font-size: 24px;
    line-height: 2;
}
.n-zhaop .wrap .t2{
    color: #999;
}
.n-zhaop .wrap .fa{
    position: absolute;
    top: 30%;
    right: 40px;
    font-size: 22px;
    font-weight: bold;
    color: #ddd;
}
.n-zhaop li.uk-open .wrap{
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}
.n-zhaop li.uk-open .wrap .t1{
    color: #122a88;
}
.n-zhaop li.uk-open .wrap .fa{
    color: #122a88;
}
.n-zhaop li.uk-open .wrap .title::before{
    background: #122a88;
}
.n-zhaop .wrap .content{
    border-top: 1px dashed #eee;
    padding: 20px 40px 40px;
}
.n-zhaop .wrap .content p{
    margin: 0;
    line-height: 2;
}

.n-zhaop .wrap .content .toe a{
    color: #c7281c;
}


/* 案例 */
.case-list .wrap .pic{
    border: 1px solid #eee;
    padding: 20px;
}
.case-list .wrap:hover .pic{
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}
.case-list .wrap .tit{
    text-align: center;
    font-size: 16px;
    margin: 0;
    padding: 15px 15px;
}

/* 领导关怀 */
.ld-list .wrap .pic{
    border: 1px solid #eee;
    padding: 20px;
}
.ld-list .wrap:hover .pic{
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}
.ld-list .wrap .tit{
    text-align: center;
    font-size: 14px;
    margin: 0;
    padding: 15px 15px;
}

/* 网点 */
.wdnum{
    font-size: 16px;
    margin-top: 15px;
}
.wdnum span{
    color: #c7281c;
    font-weight: bold;
}
.wdwrap ul{
    padding: 0;
    list-style: none;
    max-height: 410px;
    overflow: auto;
    margin-top: 10px;
}
.wdwrap ul li{
    border-bottom: 1px dashed #eee;
    padding: 10px 0;
}
.wdwrap ul h2{
    font-size: 16px;
    margin: 0;
    margin-bottom: 10px;
}
.wdwrap ul h2 span{
    width: 20px;
    height: 20px;
    line-height: 20px;
    background: #122a88;
    color: #fff;
    display: inline-block;
    text-align: center;
    margin-right: 5px;
}
.wdwrap ul p{
    margin: 0;
    color: #666;
}
.maps{
    position: relative;
}
.maps #r-result {
    width: 400px;
    height: 500px;
    position: absolute;
    right: 5%;
    top: 30px;
    background: #fff;
    padding: 20px;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.11);
}

#allmap {
    height: 600px;
}

#allmap img {
    max-width: unset;
}
.BMap_bubble_title{
    font-size: 14px;
    margin: px 0 5px;
    color: #122a88;
}
.BMap_bubble_content p{
    margin: 0;
    line-height: 1.8;
    color: #999;
    font-size: 12px;
}


	.swiper-wrapper{
    transition-delay:.3s;
    }
    .swiper-container {
        width: 100%;
        height: 100%;
       
    }
    .footers{height:460px !important;}
    .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: block;
        -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;
    }
	.swiper-pagination-bullet{width: 14px;height: 14px;}
	.swiper-container-vertical>.swiper-pagination-bullets{
		right: 20px;
	}
	.swiper-pagination-bullet-active{
		background: #52A539;
	}

	
	
	.onebox{position: relative;width: 100%; height: 100%;background: #f2f2f2 center center no-repeat;background-size: cover;}
	.onebox .infobox{position: absolute;width: 910px;height: 172px;border-radius: 6px;background-color: #fff;bottom: 65px;left: 50%;margin-left: -455px;box-sizing: border-box;padding-top: 20px;}
	.onebox .infobox .title{width: 100%;text-align: center;font-size: 22px;font-weight: bold;color: #52A539;line-height: 22px;position: absolute;top: 0px;left: 0;transform:translateX(200px);opacity:0;transition:all .4s;transition-delay: 0.2s;}
	.onebox .infobox .intitle{width: 100%;text-align: center;font-size: 36px;font-weight: bold;color: #f2f2f2;line-height: 40px;position: absolute;top: 10px;left: 0;transform:translateX(200px);opacity:0;transition:all .4s;transition-delay: 0.6s;}
	.onebox .infobox .jsor{width: 100%;text-align: center;font-size: 30px;font-weight: normal;color: #f2f2f2;line-height: 50px;position: absolute;top: 60px;left: 0;transform:translateX(200px);opacity:0;transition:all .4s;transition-delay: 1s;color: #55A532;}
	.onebox .infobox .jsor img{height: 73px;margin: 0 auto;display: block;}
	.onebox .infobox .ani-slide .intitle{transform:translateX(0);opacity:1;}
	.onebox .infobox .ani-slide .jsor{transform:translateX(0);opacity:1;}
	.onebox .infobox .ani-slide .title{transform:translateX(0);opacity:1;}
	.onebox .infobox .slidbox{position: absolute;left: 0px;top: 20px;width: 100%;height: 100%;}
	
	.service{position: absolute;top: 20%;left: 0px;text-align: center;width: 100%;}
	.service .navtit{display: inline-block;margin: 0 25px;color: #666;font-size: 24px;height: 22px;line-height: 24px;}
	.service.on .navtit{color: #fff;}
	.service .navtit.active{color: #fff;border-bottom: 6px solid #52A539;}
	.service .navtit.active2{color: #f90;border-bottom: 6px solid #52A539;}
	.service .navtit:nth-child(1){transform:translateY(50px);opacity:0;transition:all .3s;transition-delay: 0s;}
	.service .navtit:nth-child(2){transform:translateY(50px);opacity:0;transition:all .3s;transition-delay: 0.2s;}
	.service .navtit:nth-child(3){transform:translateY(50px);opacity:0;transition:all .3s;transition-delay: 0.4s;}
	.service .navtit:nth-child(4){transform:translateY(50px);opacity:0;transition:all .3s;transition-delay: 0.6s;}
	.ani-slide .service .navtit{transform:translateY(0);opacity:1;}
	
	.midinfo{border-radius: 10px;width: 1200px;height: 135px;box-sizing: border-box;line-height: 135px;background: rgba(82,165,57,0.8);position: absolute;left: 50%;margin-left: -600px;top: 50%;margin-top: -68px;font-size: 32px;color: #fff;font-weight: bold;transform:translateY(50px);opacity:0;transition:all .3s;transition-delay: 0.8s;}
	.midinfo.on{padding: 26px 0;line-height: 41px;font-size: 26px;}
	.ani-slide .midinfo{transform:translateY(0);opacity:1;}
	
	.roundlist{width: 100%;position: absolute;top: 50%;margin-top: 106px;text-align: center;}
	.roundlist .round{width: 180px;height: 180px;border-radius: 180px;border: 1px dashed #55A532;background:#fff;box-sizing: border-box;padding-top: 35px;margin: 0 95px;display: inline-block;}
	.roundlist.on .round{margin: 0 9px;background: rgba(255,255,255,0.3);}
	.roundlist .round img{display: block;height: 58px;margin: 0 auto;}
	.roundlist .round svg{display: block;height: 58px;margin: 0 auto;width: 58px;}
	.roundlist .round p{font-size: 18px;color: #666;line-height: 24px;padding-top: 28px;text-align: center;width: 100%;}
	.roundlist .round p.on{font-size: 18px;color: #666;line-height: 24px;padding-top: 12px;text-align: center;width: 100%;}
	
	.roundlist .round:nth-child(1){transform:translateY(50px);opacity:0;transition:all .3s;transition-delay: 1s;}
	.roundlist .round:nth-child(2){transform:translateY(50px);opacity:0;transition:all .3s;transition-delay: 1.2s;}
	.roundlist .round:nth-child(3){transform:translateY(50px);opacity:0;transition:all .3s;transition-delay: 1.4s;}
	.roundlist .round:nth-child(4){transform:translateY(50px);opacity:0;transition:all .3s;transition-delay: 1.6s;}
	.roundlist .round:nth-child(5){transform:translateY(50px);opacity:0;transition:all .3s;transition-delay: 1.8s;}
	.ani-slide .roundlist .round{transform:translateY(0);opacity:1;}
	
	.video{position: absolute;top: 0;width: 900px;height: 420px;left: 50%;margin-left: -450px;border-radius: 10px;background-color: #000;margin-top: 120px;transform:translateY(-50px);opacity:0;transition:all .3s;transition-delay: 0s;text-align: center;color: #fff;}
	.video i{font-size: 60px;color: #999;height: 60px;width: 60px;position: absolute;left: 50%;margin-left: -30px;top: 50%;margin-top: -30px;z-index: 9;cursor: pointer;}
	.serlist{width: 100%;text-align: center;position: absolute;left: 0;top: 0;margin-top: 590px;}
	.serlist .serli{display: inline-block;width: 224px;height: 150px;box-sizing: border-box;border-radius: 10px;background-color: #52A539;color: #fff;padding-top: 25px;cursor: pointer;margin: 0 8px;}
	.serlist .serli i{height: 56px;line-height: 56px;text-align: center;width: 56px;font-size: 50px;color: #fff;margin: 0 auto;display: block;}
	.serlist .serli p{text-align: center;width: 100%;font-size: 20px;line-height: 24px;margin-top: 12px;}
	.serlist .serli:hover{background-color: #FF9C04;box-shadow: 0 0 5px #ccc;}
	.morebut{width: 170px;height: 47px;text-align: center;line-height: 47px;border-radius: 47px;color: #fff;font-size: 18px;position: absolute;bottom: 70px;left: 50%;margin-left: -85px;background-color: #55A532;opacity:0;transition:all .5s;transition-delay: 0.8s;cursor: pointer;}
	
	.serlist .serli:nth-child(1){transform:translateY(50px);opacity:0;transition:all  .4s;transition-delay: 0s;}
	.serlist .serli:nth-child(2){transform:translateY(50px);opacity:0;transition:all .4s;transition-delay: 0.2s;}
	.serlist .serli:nth-child(3){transform:translateY(50px);opacity:0;transition:all .4s;transition-delay: 0.4s;}
	.serlist .serli:nth-child(4){transform:translateY(50px);opacity:0;transition:all .4s;transition-delay: 0.6s;}
	.serlist .serli:nth-child(5){transform:translateY(50px);opacity:0;transition:all .4s;transition-delay: 0.8s;}
	.ani-slide .video{transform:translateY(0);opacity:1;}
	.ani-slide .morebut{opacity:1;}
	.ani-slide .serlist .serli{transform:translateY(0);opacity:1;}
	
	.fotbut{width: 200px;height: 50px;line-height: 50px;color: #666;position: absolute;bottom: 0;left: 50%;margin-left: -100px;font-size: 40px;cursor: pointer;animation: anima-pointer 2s infinite;}
	.fotbut i{font-size: 26px;}

	@keyframes anima-pointer
	{
	    0%   {opacity:0;bottom:0}
	    50%  {opacity:1;bottom:10px;}
	    100%  {opacity:0;bottom:20px;}
	}
	.fotbut2{width: 200px;height: 50px;line-height: 50px;color: #666;position: absolute;bottom: 10px;left: 50%;margin-left: -100px;font-size: 40px;cursor: pointer;animation: anima-pointer2 2s infinite;transform:rotate(180deg);-ms-transform:rotate(180deg); 	/* IE 9 */-moz-transform:rotate(180deg); 	/* Firefox */-webkit-transform:rotate(180deg);}
	.fotbut2 i{font-size: 26px;color: #fff;}
	@keyframes anima-pointer2
	{
	    0%   {opacity:0;bottom:10px}
	    50%  {opacity:1;bottom:0px;}
	    100%  {opacity:0;bottom:-10px;}
	}
	
	
	
	.twobox{position: relative;width: 100%; height: 100%;background: #f2f2f2 center center no-repeat;background-size: cover;background-image: url("/Document/Themes/default/static/img/pict07.jpg?v=v1");}
	.threebox{position: relative;width: 100%; height: 100%;background: #f2f2f2 center center no-repeat;background-size: cover;background-image: url("/Document/Themes/default/static/img/pict03.jpg?v=v1");}
	.fourbox{position: relative;width: 100%; height: 100%;background: #f2f2f2 center center no-repeat;background-size: cover;background-image: url("/Document/Themes/default/static/img/pict12.jpg?v=v1");}
	.fivebox{position: relative;width: 100%; height: 100%;background: #f2f2f2 center center no-repeat;background-size: cover;background-image: url("/Document/Themes/default/static/img/pict01.jpg?v=v1");}
	.sixbox{position: relative;width: 100%; height: 100%;background-color: #fff;}
	
	
	.snow{z-index: 9 !important;}

@media (max-width: 780px){
 .h-pnav .bot li{
    padding-bottom: 330px !important;padding-top: 60px !important;
}
.h-news .h-tit .n_news a {
    border: 2px solid #00489d;
    padding: 3px 10px 3px 10px;
    display: block;
    float: left;
}
.h-news .h-tit .n_news{top: 100px;}
.h-pro .text .t2{color:#fff !important;}
.h-pnav .top li{width:33.3333%;}
.h-pnav .top a span{    padding-bottom: 0px;}
.h-pnav .top a { padding: 14px 15px !important;}
.h-pnav .top{margin-left:0px;padding:15px;}
.r_logo{width:50%;}
.h-zzsl .top a p{display:none;}
.header_section{padding-top:0px;padding-bottom:5px;}
.h-zzsl .top a span{font-size:18px;color:#000;margin-top:10px;}
.h-zzsl .wp-top{position:relative;background:none;padding-top:0px;padding-bottom:0px;background:#ccc;}
.h-zzsl .top li{border:1px solid #ccc;}
.h-zzsl .top{margin-bottom:0px !important;}
.h-zzsl .top a{color:#000 !important;}
.h-zzsl .top li:after{bottom:0px;}
.h-zzsl .top li.uk-active{background:#00489d;}
.h-zzsl .top li.uk-active a span{color:#fff;}
.h-zzsl{padding:15px;}
}