@charset "utf-8";
/* ------------------------------------------------- 
 * 公用样式表 
 * ------------------------------------------------- 
*/  
body{font-family:"微软雅黑","宋体"; position: relative;  font-size:14px; height:auto;  line-height: 1.28571; font-weight: 400; letter-spacing:-.1px; font-stretch:normal; font-style:normal;  
	color: rgba(255, 255, 255, 1); color: #3f3f3f;  background: rgba(255, 255, 255, 1); 
text-align:justify; -webkit-text-size-adjust:none; -webkit-font-smoothing: subpixel-antialiased; /*chrome、safari*/-moz-osx-font-smoothing: grayscale;/*firefox*/}

@media (max-width: 1024px){
body {font-size: 12px; margin: 0 auto;}
}
/** 定义HTML body **/

a{color:#333; transition:400ms ease all;}
a:focus {color: #333;outline: none;text-decoration: none;}
a:hover {color: #333;outline: none;text-decoration: none;transition:400ms ease all;}

/* == 翻页公用  ====================================================================================*/
.pageflip{width: 100%;overflow: hidden;text-align: center; margin: 20px 0px 0px 0px;}
.pageflip a{color: #0053cc;height: 34px;display: inline-block;overflow: hidden;line-height: 30px; padding: 0px 10px; border: 2px solid #0053cc;border-radius: 5px;margin: 0px 5px;}
.pageflip a:hover,.pageflip a.dq{background: #0053cc;color: #fff;}
.pageflip a i{display: block;line-height: 30px;height: 30px; }
@media (max-width:768px){
.pageflip{ margin: 10px 0px 0px 0px;}
.pageflip a { font-size: 12px; height: 26px; line-height: 24px; border-width: 1px; padding: 0px 0.3rem;margin: 0px 2px; border-radius: 3px; }
.pageflip a i { line-height: 24px; height: 26px; }
}
/* == 翻页公用  ====================================================================================*/


@media (max-width:1600px){}
@media (max-width:1400px){}
@media (max-width:1200px){}
@media (max-width:1023px){}
@media (max-width:767px){}
/* == 全局  ======================================================================================================================================*/
.wrapper_full{margin: 0px auto; max-width: 100%; width: 100%; padding: 0 0px;}
.wrapper_box{margin: 0px auto; max-width: 1340px; width: 100%; position: relative; padding: 0 30px;}
.max1440{margin: 0px auto; max-width: 1340px; width: 100%; padding: 0 30px;}
.max1200{margin: 0px auto; max-width: 1200px; width: 100%; padding: 0 30px;}
@media (max-width:1440px){
	.wrapper_full{padding: 0px 0px;}
	.wrapper_box{padding: 0px 30px; }
}
@media (max-width:1280px){
	.wrapper_full{padding: 0px 0px;}
	.wrapper_box{padding: 0px 20px;}
	.max1440{padding: 0 20px;}
	.max1200{padding: 0 20px;}
}
@media (max-width:1024px){
	.wrapper_full{overflow: hidden;}
	.wrapper_box{padding: 0px 10px; overflow: hidden;}
	.max1440{padding: 0 20px; overflow: hidden;}
	.max1200{padding: 0 10px; overflow: hidden;}
}
@media (max-width:767px){
	.wrapper_full{padding: 0px 0px;}
	.wrapper_box{padding: 0px 10px;}
	.max1440{padding: 0 15px;}
	.max1200{padding: 0 10px;}
}
/* == 全局  ======================================================================================================================================*/



/** == 首页banner ======================================================================================================================================*/
.banner_box{ width: 100%; position: relative; padding-top: 0px;/*^banner距顶部距离^*/}
.swiper-ban.swiper-container{}
.swiper-ban.swiper-slide{ background: #000; width: 100%; height:auto;}
.swiper-ban a {display: block; width: 100%; height:100%; overflow: hidden; position: relative;}
.swiper-ban a .slide_full{width: 100%; height:580px;/*^banner高度^*/ overflow: hidden; position: relative; background-repeat:no-repeat; background-position:center center; background-size:cover; transition: all .5s cubic-bezier(.5, 0, .2, 1) 0s; -webkit-animation:scalex 10s linear infinite;animation:scalex 10s linear infinite;}
.swiper-ban a > img {position: absolute; left: 0 ; top: 0; width:100%; z-index: -1; }
.swiper-ban a .bg_hei{position: absolute; left: 0 ; top: 0; width:50%; height: 100%; z-index: 1;background:rgba(12,77,162,0.6);  opacity: 1;/*^banner上覆盖色^*/}

/** banner点点点 =====*/
.swiper-ban.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{ bottom: 20px;}
.swiper-ban .swiper-pagination-bullet{border: 2px solid #fff;width: 20px; height:20px; border-radius:50%;opacity: .9; transition: all .5s cubic-bezier(.5, 0, .2, 1) 0s;}
.swiper-ban .swiper-pagination-bullet-active {background: #fff; width: 20px;}

/** banner箭头 =====*/
.swiper-ban .swiper-button-prev {left:30px; width: 50px; height: 50px; opacity:1; top: 50%; transition: all 0.5s ease-out;}
.swiper-ban .swiper-button-next {right:30px; width: 50px; height: 50px; opacity:1; top: 50%; transition: all 0.5s ease-out;}

.swiper-ban .swiper-button-prev {background-color:rgba(0,0,0,0.9);background-image:url(../images/icon/bannerleft.png); background-repeat:no-repeat; background-position:center center; background-size:50%; text-align: center;border-radius:100%; }
.swiper-ban .swiper-button-next { background-color:rgba(0,0,0,0.9);background-image:url(../images/icon/bannerright.png); background-repeat:no-repeat; background-position:center center; background-size:50%; text-align: center;border-radius:100%; }
.swiper-ban .swiper-button-prev.swiper-button-disabled{opacity:0.1;background-color:none;background-image:url(../images/icon/bannerleft.png);}/*^到头^*/
.swiper-ban .swiper-button-next.swiper-button-disabled{opacity:0.1;background-color:none;background-image:url(../images/icon/bannerright.png);}/*^到头^*/
.swiper-ban .swiper-button-prev:hover{opacity: 0.8;left:40px;}
.swiper-ban .swiper-button-next:hover{opacity: 0.8;right:40px;}

@media (max-width: 1366px) { 
.banner_box{ width: 100%; position: relative; padding-top: 0px;/*^banner距顶部距离^*/ }
.swiper-ban a .slide_full{width: 100%; height:500px;/*^banner高度^*/ }
}

@media (max-width: 1023px) { 
.banner_box{ width: 100%; position: relative; padding-top: 2.4rem;/*^banner距顶部距离^*/}
.swiper-ban a .slide_full{width: 100%; height:200px;/*^banner高度^*/ }
.swiper-ban .swiper-button-prev {left:10px; width: 30px; height: 30px; opacity:1; top: 93%;transition: all 0.5s ease-out;}
.swiper-ban .swiper-button-next {right:10px; width: 30px; height: 30px;opacity:1;top: 93%;transition: all 0.5s ease-out;}
.swiper-ban .swiper-button-prev:hover{opacity: 0.8;left:20px;}
.swiper-ban .swiper-button-next:hover{opacity: 0.8;right:20px;}
.swiper-ban.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{ bottom: 10px;}
.swiper-ban .swiper-pagination-bullet{border: 2px solid #fff;width: 15px; height:15px; border-radius:50%;opacity: .9; transition: all .5s cubic-bezier(.5, 0, .2, 1) 0s;}
.swiper-ban .swiper-pagination-bullet-active {background: #fff; width: 15px;}
}
/** == 首页banner ======================================================================================================================================*/



/** == 首页banner上文字 ======================================================================================================================================*/
.wenzi_main{ position:absolute; width: 100%; margin: 0px auto; padding: 0px 20px;  top: 50%; -webkit-transform:translateY(-50%); transform:translateY(-50%);  text-align:center; z-index: 1; filter:shadow(Color=#000,Direction=10,Strength=10);text-transform:uppercase;text-align: left;}
.ani-01 { height: auto; margin-bottom: 30px; color: #fff; font-size: 50px; font-weight: bold;line-height: 1;}
.ani-02 { height: auto; margin-bottom: 20px; color: #fff; font-size: 18px; line-height: 1.4;}
.ani-03 { height: auto; margin-bottom: 0px; color: #fff; font-size: 16px; font-family: DINEngschriftStd;border: 1px solid #fff;display: inline-block;padding: 10px 50px;margin-top: 20px;position: relative;}
.ani-03:before{position: absolute;bottom: 0px;left: 0px;width: 100%;height: 0%;content: "";background-color: #fff;transition: all 0.3s ease-out;}
.ani-03:hover:before{position: absolute;bottom: 0px;left: 0px;width: 100%;height: 100%;content: "";background-color: #fff;z-index: -1;}
.ani-03:hover{color: #0c4da2;z-index: 2;}
@media (max-width: 1440px) {

}

@media (max-width: 1280px) {
.wenzi_main{ position:absolute; width: 100%; margin: 0px auto; padding: 0px 20px;  top: 50%; -webkit-transform:translateY(-50%); transform:translateY(-50%);  text-align:center; z-index: 1; filter:shadow(Color=#000,Direction=10,Strength=10);text-transform:uppercase;}
.ani-01 { height: auto; margin-bottom: 10px; color: #fff; font-size:40px; font-weight: bold;}
.ani-02 { height: auto; margin-bottom: 10px; color: #fff; font-size: 30px; }
.ani-03 { height: auto; margin-bottom: 0px; color: #fff; font-size: 20px; font-family: DINEngschriftStd;}
}

@media (max-width: 1023px) { 
.wenzi_main{ position:absolute; width: 100%; margin: 0px auto; padding: 0px 20px;  top: 50%; -webkit-transform:translateY(-50%); transform:translateY(-50%);  text-align:center; z-index: 1;filter:shadow(Color=#000,Direction=10,Strength=10);text-transform:uppercase;}
.ani-01 { height: auto; margin-bottom: 10px; color: #fff; font-size:30px; font-weight: bold;}
.ani-02 { height: auto; margin-bottom: 10px; color: #fff; font-size: 20px; }
.ani-03 { height: auto; margin-bottom: 0px; color: #fff; font-size: 20px; font-family: DINEngschriftStd;}
}
@media (max-width: 767px) { 
.wenzi_main{ position:absolute; width: 100%; margin: 0px auto; padding: 0px 20px;  top: 50%; -webkit-transform:translateY(-50%); transform:translateY(-50%);  text-align:center; z-index: 1;filter:shadow(Color=#000,Direction=10,Strength=10);text-transform:uppercase;}
.ani-01 { height: auto; margin-bottom: 10px; color: #fff; font-size: 0.7rem; line-height: 1.6; font-weight: bold;}
.ani-02 { height: auto; margin-bottom: 10px; color: #fff; font-size: 0.6rem; }
.ani-03 { height: auto; margin-bottom: 0px; color: #fff; font-size: 0.4rem; font-family: DINEngschriftStd;padding: 5px 20px;margin-top: 10px;}
}
/** == 首页banner上文字 ======================================================================================================================================*/



/** == pag_ban ====================================================================================*/
.pag_ban{position: relative;overflow: hidden;height: 250px; margin-top: 0px;transition: all 0.5s ease-out;}
.pag_ban:before {content: ''; position: absolute; background-color: rgba(0, 0, 0, 0.5); height: 100%; width: 100%; top: 0;left: 0;}
.pag_ban .imgbg {height: 100%; background-position: center center;background-size: cover;background-repeat: no-repeat;}
.pag_ban .imgbg img {display: none;}

.pag_ban_tit{color: #fff; text-align:left; position: relative; width: 100%;  margin: 0px auto; text-shadow: 1px 1px 1px #000; filter:shadow(Color=#000,Direction=10,Strength=10);
	top: 50%; -webkit-transform:translateY(-50%); transform:translateY(-50%); }
.pag_ban_tit .tf30{ font-size: 35px;position: relative;padding-bottom: 10px;font-weight: bold;}
.pag_ban_tit .tf30:after{position: absolute;content: "";border-bottom: 2px solid #fff;width: 100px;bottom: 0px;left: 0px;}
.pag_ban_tit .tf16{ font-size: 12px; line-height: 30px; font-family:HELVETICANEUELTPRO-THEX, "微软雅黑";margin-top: 10px; color: #fff;}
.pag_ban_tit .tf16 a{color: #fff; padding:0px 5px;}
.pag_ban_tit .tf16 a:hover{ color: #0c4da2;}

.pag_ban_tit .tf14{ position: absolute; right: 30px; top: -20px; font-size: 80px; font-weight: bold; line-height: 1; opacity: 0.1;}

@media (max-width:1366px){
.pag_ban{height: 300px; overflow: hidden;}
.pag_ban_tit{padding: 0px 30px 0px 30px;}
.pag_ban_tit .tf30{ font-size: 35px;position: relative;padding-bottom: 30px;font-weight: bold;}
}

@media (max-width:1023px){
.pag_ban{height: 100px; margin-top: 2.4rem;}
.pag_ban_tit{padding: 0px 15px 0px 15px;}
.pag_ban_tit .tf30{ font-size:16px; font-weight:600;padding-bottom: 10px;}
.pag_ban_tit .tf30:after{position: absolute;content: "";border-bottom: 2px solid #fff;width: 50px;bottom: 0px;left: 0px;}
.pag_ban_tit .tf16{ font-size: 12px; line-height: 20px; font-family:HELVETICANEUELTPRO-THEX, "微软雅黑";margin-top: 10px;}
.pag_ban_tit .tf14{ position: absolute; right: 30px; top: 0px; font-size: 60px; font-weight: bold; line-height: 1; opacity: 0.05;}
}
/** == pag_ban ====================================================================================*/



/** pc_header header ========================================================================================================================*/
.pc_header{width: 100%; height: 110px; position:relative; top: 0px; left: 0px; z-index: 9999; background:rgba(0,0,0,0); padding: 0px 0px; box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0); }
.pc_header.top_fixedY{background: #fff; position: relative;-webkit-transform: translateY(-100%);-ms-transform: translateY(-100%);transform: translateY(-100%);transition: all 0.5s ease-out; }
/** .pc_header.top_fixedY 固定顶部溢出 ======**/
.pc_header.top_fixed{-webkit-transform: translateY(0%); -ms-transform: translateY(0%); transform: translateY(0%);transition: all 0.5s ease-out;}
/** .pc_header.top_fixedY 滑出顶部显示 ======**/

.m_header{display: none;}
@media (max-width:1440px){
.pc_header{width: 100%; height: 80px; position:relative; top: 0px; left: 0px; z-index: 9999; background:rgba(0,0,0,0); padding: 0px 0px; box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0);transition: all 0.5s ease-out; }
}
@media (max-width:1023px){
.pc_header{display: none;}
.m_header{display:block;}
}


/** PC_logo ========================================================================================================================*/
.pc_header .wrapper_box{height: 100%;}
.pc_logo{float: left; height: 100%; display: -webkit-flex; /* Safari */display: flex; -webkit-align-items: center; /* Safari 6.1+ */ align-items: center;}
.pc_logo a{float: left; display: block;}
.pc_logo a img{  height: auto;}



/** pc_nav 通用导航 ====================================================================================*/
.pc_nav {width:auto;margin: 0px auto; float: right; }
.pc_nav ul{ display: block;}
.pc_nav:after,.pc_nav > ul:after {content: "";display: block;clear: both;visibility: hidden; line-height: 0; height: 0;}
/*一级菜单*/
.pc_nav > ul > li.nav-one {float: left; width:auto; display: block; position: relative;-webkit-perspective: 85px; -moz-perspective: 85px; -ms-perspective: 85px; perspective: 85px; -webkit-transform-style: preserve-3d; -moz-transform-style: preserve-3d; -ms-transform-style: preserve-3d; transform-style: preserve-3d;}
.pc_nav > ul > li.nav-one > a {color: #333; padding: 0px 20px 0px 20px; font-size: 16px; line-height: 110px; text-align: center; display: block;position: relative;transition: all 0s ease-out;}

.pc_nav > ul > li.nav-one:hover > a { color: #0C4DA2; }

.pc_nav > ul > li.nav-one > a:before{border-bottom: 5px solid #0C4DA2;content: "";position: absolute;bottom: 0px;left: 0px;width: 0%;transition: all 0.5s ease-out;}
.pc_nav > ul > li.nav-one:hover > a:before{border-bottom: 5px solid #0C4DA2;content: "";position: absolute;bottom: 0px;left: 0px;width: 100%;}

.pc_nav > ul > li.nav-one > a.on{color: #0C4DA2;}
.pc_nav > ul > li.nav-one > a.on:before{border-bottom: 5px solid #0C4DA2;content: "";position: absolute;bottom: 0px;left: 0px;width: 100%;}
/*一级菜单*/
@media (max-width:1440px){
.pc_nav > ul > li.nav-one > a {color: #333; padding: 0px 20px 0px 20px; font-size: 14px; line-height: 80px; text-align: center; display: block; }
}


/*二级菜单*/
.pc_nav > ul > li.nav-one > ul.nav-two {opacity: 0; width: 160%;height: auto;top:auto;left: 0;padding-bottom: 0px; display: block;transition: all 0.3s ease-out; position: absolute;background: transparent;border-bottom-left-radius: 3px;border-bottom-right-radius: 3px;-webkit-transform-origin: 0px 0px;-moz-transform-origin: 0px 0px;-ms-transform-origin: 0px 0px;transform-origin: 0px 0px;-webkit-transform: rotateX(-60deg);-moz-transform: rotateX(-60deg);-ms-transform: rotateX(-60deg);transform: rotateX(-60deg);-moz-backface-visibility: hidden;-webkit-backface-visibility: hidden;-ms-backface-visibility: hidden;backface-visibility: hidden;}
.pc_nav > ul > li.nav-one:hover > ul.nav-two { opacity: 1; -webkit-transform: rotateX(0deg);-moz-transform: rotateX(0deg);-ms-transform: rotateX(0deg);transform: rotateX(0deg); }

.pc_nav > ul > li.nav-one > ul.nav-two >li{height: 50px; transition: all 0.3s ease-out; position: relative;}
.pc_nav > ul > li.nav-one > ul.nav-two >li > a{font-size: 14px; background:#0C4DA2; color: #eeeeee;  width:100%; height:50px;line-height: 50px;padding:0px 20px; text-align: left;display: block; text-decoration: none;transition: all 0.2s ease-out;position: relative;}
.pc_nav > ul > li.nav-one > ul.nav-two >li:hover >a{ color: #fff; background:#3467AF; }
.pc_nav > ul > li.nav-one > ul.nav-two >li > a >i{background-image:url(../images/icon/jian.png);background-repeat:no-repeat; background-position:center center; position: absolute;top: 50%;margin-top: -5px;right: 0px;width: 10px;height: 10px;transition: all 0.3s ease-out;opacity: 0;}
.pc_nav > ul > li.nav-one > ul.nav-two >li:hover > a >i{right: 8px;opacity: 1;}
@media (max-width:1440px){
.pc_nav > ul > li.nav-one > ul.nav-two >li > a{font-size: 12px; background:#0C4DA2; color: #eeeeee;  width:100%; height:50px;line-height: 50px;padding:0px 20px; text-align: left;display: block; text-decoration: none;transition: all 0.2s ease-out;position: relative;}
}
/*二级菜单*/


/*三级菜单*/
.pc_nav > ul > li.nav-one > ul.nav-two >li > ul.nav-three{margin-left: 100%;top: 0;position: absolute; left: 0px;}
.pc_nav > ul > li.nav-one > ul.nav-two >li:hover > ul.nav-three{left: auto; width: 100%;}
.pc_nav > ul > li.nav-one > ul.nav-two >li > ul.nav-three li{height: 0; width: 100%; display: block; transition: all 0s ease-out; position: relative; overflow: hidden;}
.pc_nav > ul > li.nav-one > ul.nav-two >li:hover > ul.nav-three li{height: 50px; overflow: hidden; transition: all 0.2s ease-out;}
.pc_nav > ul > li.nav-one > ul.nav-two >li > ul.nav-three >li >a{font-size: 14px; width:100%; height:50px; line-height: 50px;padding:0px 0px; text-align: center; background:#666;color: #eeeeee;  border-top: 1px solid #000;display: block; text-decoration: none; }
.pc_nav > ul > li.nav-one > ul.nav-two >li > ul.nav-three >li >a:hover{ color: #fff; background: #000;}
/*有三级菜单的小箭头*/
ul.nav-three::after {position: absolute; top: 25px; left: -20px;width: 4px; height: 4px; border-bottom: 1px solid #eee;border-right: 1px solid #eee; content: ""; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg);-o-transform: rotate(-45deg); transform: rotate(-45deg);}
/*三级菜单*/
/** pc_nav ====================================================================================*/




/** m_nav 移动端菜单 ====================================================================================*/
.m_header{width: 100%;height:2.4rem;  background:rgba(255, 255, 255, 1); position: fixed; top: 0px; left:0px; right: 0px; z-index: 9999; box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.15);transition: all 0.5s ease-out;border-bottom: 0px solid #ddd;}
.m_header .header-section{width:100%; height: 100%; overflow: hidden; }
.m_header .header-section .mob_logo{height:100%; padding:0.35rem 0.6rem; float: left; overflow: hidden; }
.m_header .header-section .mob_logo a{display: block; height: 100%;}
.m_header .header-section .mob_logo a img{height:100%;}

.m_header .header-section .nav-icon{ position: absolute; right:0.56rem; top: 0.8rem; width:0.8rem;height:0.8rem; z-index:1000;font-size:0;text-align:right;cursor:pointer;}
.m_header .header-section .nav-icon i{width:100%;height:100%;position:absolute;left:0;top:0}
.m_header .header-section .nav-icon i span{display:inline-block;width:90%;height:1px;background-color:#333;position:relative;border-radius:2px}
.m_header .header-section .nav-icon i:nth-of-type(1) span{top:20%}
.m_header .header-section .nav-icon i:nth-of-type(2) span{top:45%;width:60%}
.m_header .header-section .nav-icon i:nth-of-type(3) span{top:75%}

.mo_fixed{ background:rgba(0, 0, 0, 0.9);}/*移动悬浮追加*/
/*移动导航logo按钮*/



.m_header .m-navbar{background-color:rgba(255,255,255,1);position:fixed;width:100%;height:100%;z-index:9997;right:-100%;top:0;padding-bottom:0.6rem;box-sizing:border-box;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);transition:all .4s cubic-bezier(.4,0,0,1);overflow-y:auto;-webkit-overflow-scrolling:touch;}

.m_header .m-navbar.open{right: 0px;}
.m-navbar .nav-closed{ height:2.4rem; position: relative;border-bottom: 1px solid #ddd;}
.m-navbar .nav-closed .m-navbar_logo{height:100%; padding:0.35rem 0.6rem; float: left; overflow: hidden;}
.m-navbar .nav-closed .m-navbar_logo a{display: block; height: 100%;}
.m-navbar .nav-closed .m-navbar_logo a img{height:100%;}

.m_header .nav-closed .nav-icon{ position: absolute; right:0.56rem; top: 0.8rem; width:0.8rem;height:0.8rem;  z-index:1000;font-size:0;text-align:right;cursor:pointer;}
.m_header .nav-closed .nav-icon i{width:100%;height:100%;position:absolute;left:0;top:0}
.m_header .nav-closed .nav-icon i span{display:inline-block;width:80%;height:2px;background-color:#333;position:relative; }
.m_header .nav-closed .nav-icon i:nth-of-type(1) span{top:45%; right: 10%; transform:rotate(45deg);}
.m_header .nav-closed .nav-icon i:nth-of-type(2) span{top:45%; right: 10%;transform:rotate(-45deg);}
/*移动导航弹出信息*/


#navbar .m_navul{margin-top: 10%; width: 80%; margin-left: 10%;  text-transform:uppercase;}
#navbar .m_navul li{padding: 0 0.6rem;border-bottom: 0px solid rgba(255,255,255,0.1);transform: translateY(0);-webkit-transform: translateY(100%);transform: translateY(100%);transition: all .2s cubic-bezier(.5, 0, .2, 1) 0s;opacity: 0;}
#navbar.open .m_navul li{opacity: 1;-webkit-transform: translateY(0); transform: translateY(0);}
#navbar .m_navul li a{color: #333;font-size: 0.6rem;height:auto;line-height: 1rem; padding: 0.4rem 0px; width: 100%;display: block;text-decoration: none;}
#navbar .m_navul li a i{float: right;line-height: 1rem;}
#navbar .m_navul li a span{font-size: 0.32rem; color:rgba(0,0,0,0.4);  }
#navbar .m_navul li a:hover{ color: #333;}
#navbar .m_navul li a:hover span{ color: #333;}

#navbar .m_navul li .dropdown_menu{display: none; border-top: 1px solid #333;padding:0.2rem 0px;}
#navbar .m_navul li.dropdown.active .dropdown_menu{display: block;}
#navbar .m_navul li .dropdown_menu a{display: block; color: #333; font-size: 0.48rem; line-height: 0.9rem;padding:0.2rem 0.5rem;box-sizing: border-box; }
#navbar .m_navul li .dropdown_menu a:last-child{border: none;}
#navbar .m_navul li .dropdown_menu a span{font-size: 0.32rem; color:rgba(0,0,0,0.7); }

#navbar .m_navul li:nth-child(1) {transition: all 0.2s ease-out;}
#navbar .m_navul li:nth-child(2) {transition: all 0.3s ease-out;}
#navbar .m_navul li:nth-child(3) {transition: all 0.4s ease-out;}
#navbar .m_navul li:nth-child(4) {transition: all 0.5s ease-out;}
#navbar .m_navul li:nth-child(5) {transition: all 0.6s ease-out;}
#navbar .m_navul li:nth-child(6) {transition: all 0.7s ease-out;}
#navbar .m_navul li:nth-child(7) {transition: all 0.8s ease-out;}
#navbar .m_navul li:nth-child(8) {transition: all 0.9s ease-out;}
#navbar .m_navul li:nth-child(9) {transition: all 1.0s ease-out;}
/** m_nav 移动端菜单 ====================================================================================*/


.pc_header_top{background-color: #0c4da2; padding: 10px 0px; line-height: 20px;}
.pc_header_top .p1{color: #fff; float: left; width: calc(100% - 280px); height: 20px; font-size: 12px; overflow: hidden; }
.pc_header_topa{float:right; color: #fff;}
.pc_header_topa a{color: #ccc;}
@media (max-width:1023px){
.pc_header_top{display: none;}
}
/*首页顶部----------------------------------*/

.index_notice{font-size: 12px;padding: 15px 0px; border-bottom:1px solid #d2d2d2;}
.index_notice .p1{color: #333;}
.index_notice .p1 a{color: #333;line-height: 20px; padding: 0px 5px;}
.index_notice .p1 a:hover{color: #0c4da2;}
@media (max-width:1023px){
.index_notice{font-size: 12px;padding: 10px 0px;}
	.index_notice .p1 {height: 20px; overflow: hidden;}
.index_notice .p1 a{line-height: 20px;}
}
/*首页公告----------------------------------*/

.index_title{position: relative;}
.index_title .p1{font-size: 50px;color: #1d1d1d;line-height: 1; z-index: 9; position: relative; font-weight: bold;}
.index_title .line{width: 80px;margin: 20px 0px;border-bottom: 1px solid #333; z-index: 9; position: relative;}
.index_title .p2{color: #999;line-height: 25px;height: 50px;overflow: hidden;font-size: 15px;width: 100%; z-index: 9;position: relative;}
.index_title a{display: inline-block;position: absolute;width: 175px;color: #333; top: 45px;right: 0px;text-align: center;border: 1px solid #cbcbcb;padding: 15px 30px 15px 30px;}
.index_title a span{float: left;font-size: 14px;}
.index_title a i{background-image:url("../images/icon/jiantou_b.png");width: 36px;display: block;height: 11px;float: left;margin-top: 2px;margin-left: 10px;transition: all 0.5s ease-out;}
.index_title a:hover i{margin-left: 20px;}
.index_title a:hover{border: 1px solid #0c4da2;color: #0c4da2;}
.index_title .en{position: absolute; z-index: 2; top: 0px; left: 0px; font-size: 65px; line-height: 1; font-weight: bold;text-transform: uppercase; color: #ededed;}


.pagt_title{position: relative; margin-top: 50px; text-align: center;}
.pagt_title .p1{font-size: 50px;color: #1d1d1d;line-height: 1; z-index: 9; position: relative; }
.pagt_title .line{width: 120px;margin: 30px auto 10px auto;border-bottom: 1px solid #999; z-index: 9; position: relative;}
.pagt_title .p2{color: #999;line-height: 25px;height: 50px;overflow: hidden;font-size: 15px;width: 100%; z-index: 9;position: relative;}
.pagt_title .en{position: absolute; z-index: 2; top: 0px; left: 0px; width: 100%; font-size: 65px; line-height: 1; font-weight: bold;text-transform: uppercase; color: #ededed;}



@media (max-width:1366px){
.index_title .p1{font-size: 30px;color: #333;line-height: 1;}
}
@media (max-width:1023px){
	
	
.pagt_title{position: relative; margin-top: 30px; text-align: center;}
.pagt_title .p1{font-size: 26px;color: #1d1d1d;line-height: 1; z-index: 9; position: relative; font-weight: bold;}
.pagt_title .line{width: 80px;margin: 15px auto 0px auto;border-bottom: 1px solid #333; z-index: 9; position: relative;}
.pagt_title .p2{color: #999;line-height: 25px;height: 50px;overflow: hidden;font-size: 15px;width: 70%; z-index: 9;position: relative;}
.pagt_title .en{position: absolute; z-index: 2; top: 0px; left: 0px; width: 100%; font-size: 1.8rem; line-height: 1; font-weight: bold;text-transform: uppercase; color: #ededed;}



.index_title a{display: none;}
.index_title .p1{font-size: 34px;color: #333;line-height: 1; text-align: center;}
.index_title .line{width: 80px;margin: 15px auto;border-bottom: 1px solid #333;}
.index_title .p2{color: #999;line-height: 1.5;height: auto;overflow: hidden;font-size: 12px;width: 100%; text-align: center;}
	.index_title .en{font-size: 1.6rem; text-align: center; display: block; width: 100%;}
}

.index_title1{position: relative;}
.index_title1 .p1{font-size: 50px;color: #fff;line-height: 1; z-index: 9; position: relative; font-weight: bold;}
.index_title1 .line{width: 80px;margin: 20px 0px;border-bottom: 1px solid #fff;z-index: 9; position: relative; }
.index_title1 .p2{color: #fff;line-height: 25px;height:auto;overflow: hidden;font-size: 15px;width: 100%;}
.index_title1 a{display: inline-block;position: absolute;width: 175px;color: #fff; top: 45px;right: 0px;text-align: center;border: 1px solid #cbcbcb;padding: 15px 30px 15px 30px;}
.index_title1 a span{float: left;font-size: 14px;}
.index_title1 a i{background-image:url("../images/icon/b_jiantou.png");width: 36px;display: block;height: 11px;float: left;margin-top: 2px;margin-left: 10px;transition: all 0.5s ease-out;}
.index_title1 a:hover i{margin-left: 20px;}
.index_title1 a:hover{border: 1px solid #fff;color: #fff;}
.index_title1 .en{position: absolute; z-index: 2; top: 0px; left: 0px; font-size: 65px; line-height: 1; font-weight: bold;text-transform: uppercase; color: #ededed; opacity: 0.3}


.index_title1 a.abouta{ top: 5px; z-index: 999;}


@media (max-width:1366px){
.index_title1 .p1{font-size: 30px;color: #fff;line-height: 1;}
}
@media (max-width:1023px){
.index_title1 a{display: none;}
.index_title1 .p1{font-size: 34px;color: #fff;line-height: 1;text-align: center;}
.index_title1 .line{width: 80px;margin: 15px auto;border-bottom: 1px solid #fff;}
.index_title1 .p2{color: #fff;line-height: 1.5;height: auto;overflow: hidden;font-size: 12px;width: 100%;}
		.index_title1 .en{font-size: 1.6rem; text-align: center; display: block; width: 100%;}
}
/*首页标题-----------------------------------*/

.pag_title .h3{font-size: 30px;color: #000;line-height: 1;margin-bottom: 20px;}
.pag_title .p1{font-size: 14px;color: #666;}
@media (max-width:1023px){
.pag_title .h3{font-size: 22px;color: #000;line-height: 1;margin-bottom: 10px;}
}
/*分页标题----------------------------------*/



.pag_nav{ width: 100%; position: absolute; bottom: 0px; background: rgba(17,77,162,0.4); }
.pag_nav .max1440{text-align:left; display:flex; justify-content: left;  }
.pag_nav a {width: 25%;display:inline-block; text-align: center;color: #fff; margin: 0px 0px 0px 0px; overflow: hidden; }
.pag_nav a span{font-size: 16px;position: relative;display: block;padding: 15px 0px;z-index: 1;}
.pag_nav a:hover{color: #fff; background: rgba(17,77,162,1); }
.pag_nav a.on{color: #fff; background: rgba(17,77,162,1);}
.pag_navm{display: none;}

@media (max-width:1023px){
.pag_nav{ width: 100%; position: absolute; bottom: 0px; background: rgba(17,77,162,0.4); display: none; }
.pag_nav .max1440{text-align:left; display:flex; justify-content: left; padding: 0px; flex-wrap: wrap; }
.pag_nav a {width: 25%;display:inline-block; text-align: center;color: #fff; margin: 0px 0px 0px 0px; overflow: hidden; }
.pag_nav a span{font-size: 14px;position: relative;display: block;padding: 10px 0px;z-index: 1;}
.pag_nav a:hover{color: #fff; background: rgba(17,77,162,1); }
.pag_nav a.on{color: #fff; background: rgba(17,77,162,1);}
	
.pag_navm{ width: 100%; background: rgba(17,40,69,0.6); display: block; }
.pag_navm .max1440{text-align:left; display:flex; justify-content: left; padding: 0px; flex-wrap: wrap; }
.pag_navm a {width: 33.3333%;display:inline-block; text-align: center;color: #fff; margin: 0px 0px 0px 0px; overflow: hidden; }
.pag_navm a span{font-size: 14px;position: relative;display: block;padding: 11px 0px;z-index: 1;}
.pag_navm a:hover{color: #fff; background: rgba(17,77,162,1); }
.pag_navm a.on{color: #fff; background: rgba(17,77,162,1);}
}



.mien_list{margin-left: -10px;margin-right: -10px;margin-top: 0px;}
.mien_list li{width: 30%;float: left; margin: 0 1.5% 40px 1.5%; padding: 0px 10px;}
.mien_list li a{display: block;}
.mien_list li a .imgzoom{padding-bottom: 130%; width: 100%; position: relative; overflow: hidden; }
.mien_list li a .imgzoom img{width: 100%;  position: absolute;transition: all .5s cubic-bezier(.5, 0, .2, 1) 0s; }
.mien_list li a:hover .imgzoom img{-webkit-transform: scale(1.10); -moz-transform: scale(1.10); -ms-transform: scale(1.10); -o-transform: scale(1.10); transform: scale(1.10);}
.mien_list li a .p1{  background: #eee; padding: 15px 20px;  overflow: hidden; position: relative;transition: all 0.5s ease-out;}
.mien_list li a .p1 h2{font-size: 18px; font-weight: bold; padding-bottom: 10px; border-bottom: 1px solid #ccc;}
.mien_list li a .p1 h3{ color: #666; font-size: 14px; height: 44px; line-height: 22px; overflow: hidden; display: block; margin-top: 10px;}
.mien_list li a .p1 span{font-size: 14px; padding: 3px 10px; background: #0080ff; color: #fff; position: absolute; right: 20px; top: 16px;}

.mien_list li a:hover .p1{background: #0080ff; color: #fff;}
.mien_list li a:hover .p1 h3{color: #ddd;}
.mien_list li a:hover {box-shadow:5px 5px 15px rgba(0,0,0,0.25);}

@media screen and (max-width: 1023px){
.mien_list{margin-left: -10px;margin-right: -10px;margin-top: 20px;}
.mien_list li{width: 50%;float: left;padding: 0px 10px; margin: 0 0% 20px 0%; margin-bottom: 20px;}
.mien_list li a .p1{  background: #eee; padding: 10px 10px;  overflow: hidden; position: relative;transition: all 0.5s ease-out;}
.mien_list li a .p1 h2{font-size: 18px; font-weight: bold; padding-bottom: 0px; border-bottom: 0px solid #ccc;}
.mien_list li a .p1 h3{ color: #666; font-size: 14px; height: 44px; line-height: 22px; overflow: hidden; display: block; margin-top: 10px; display: none;}
.mien_list li a .p1 span{font-size: 12px; padding: 3px 5px; background: #0080ff; color: #fff; position:absolute; right: 10px; top: 11px;}

}
/** 律师风采 ====================================================================================*/











.index_service_box{padding-top: 75px; padding-bottom: 20px;}
ul.service_box1{margin-left: -20px;margin-right: -20px;margin-top: 30px;}
ul.service_box1 li{width: 25%;float: left;padding: 0px 20px 40px 20px;}
ul.service_box1 li a{display: block;text-align: center;background-color: #f8f8f8;padding: 60px 40px;}
ul.service_box1 li a i{display: block;width: 50px;height: 50px;margin: 0px auto;background-repeat:no-repeat; background-position:left center;background-size: auto;transition: all 0.5s ease-out;}
ul.service_box1 li a .p1{font-size: 26px;line-height: 1;height: 30px;overflow: hidden; color: #333;margin-bottom: 25px;margin-top: 25px;}
ul.service_box1 li a .p2{font-size: 14px;line-height: 20px;height: 40px;overflow: hidden;color: #666;}
ul.service_box1 li a:hover i{ background-position:right center;}
ul.service_box1 li a:hover{background-color: #5a7ebb;}
ul.service_box1 li a:hover .p1{color: #fff;}
ul.service_box1 li a:hover .p2{color: #fff;}
@media (max-width:1366px){
.index_service_box{padding-top: 45px;}
}
@media (max-width:1023px){
.index_service_box{padding-top: 30px;}
ul.service_box1{margin-left: -5px;margin-right: -5px;margin-top: 20px;}
ul.service_box1 li{width: 50%;float: left;padding: 0px 5px 10px 5px; }
ul.service_box1 li a{display: block;text-align: center;background-color: #f8f8f8;padding: 20px 10px;}
ul.service_box1 li a i{display: block;width: 30px;height: 30px;margin: 0px auto;background-repeat:no-repeat; background-position:left center;background-size: 60px;transition: all 0.5s ease-out;}
ul.service_box1 li a .p1{font-size: 14px;line-height: 1;height: 14px;overflow: hidden; color: #333;margin-bottom: 10px;margin-top: 10px;}
ul.service_box1 li a .p2{font-size: 12px;line-height: 20px;height: 40px;overflow: hidden;color: #666;}
}
/*首页企业服务--------------------------------*/

.index_about_box{padding-top: 75px;padding-bottom: 35px;background-repeat:no-repeat; background-position:center center; background-size:cover;}
@media (max-width:1366px){
.index_about_box{padding-top: 45px;padding-bottom: 75px;background-repeat:no-repeat; background-position:center center; background-size:cover;}
}
@media (max-width:1023px){
.index_about_box{padding-top: 30px;padding-bottom: 30px;background-repeat:no-repeat; background-position:center center; background-size:cover;}
}
/** swiper01_box ====================================================================================*/
.swiper01_box{ width:100%; position: relative; margin: 0px auto 0px auto; padding: 40px 0px 40px 0px; }
/** 点 ============*/
.swiper01_box .swiper-container{padding: 0px 0px 0px 0px; height: auto;}
.swiper01_box .swiper-pagination{width: 100%; text-align:center; left: 0px; bottom: 10px; }
.swiper01_box .swiper-pagination-bullet{ background: #0053cc;  opacity: 0.8; width: 10px; height:10px;border-radius:5px;  margin: 0px 5px; transition: all 0.5s ease-out;}
.swiper01_box .swiper-pagination-bullet-active{ background: #F00; width: 30px; opacity:1;}
/** 左右按钮 ============*/
.swiper01_box .swiper-button-prev {left: -30px;opacity:1;top: 52%;}
.swiper01_box .swiper-button-next {right:-30px;opacity:1;top: 52%; }
.swiper01_box .swiper-button-prev {width: 50px;height: 50px; text-align: center; background-color:none;background-image:url(../images/icon/swiper_left02.png);background-repeat:no-repeat; background-position:center center; background-size:20px;}
.swiper01_box .swiper-button-next {width: 50px;height: 50px; text-align: center; background-color:none;background-image:url(../images/icon/swiper_right02.png);background-repeat:no-repeat; background-position:center center; background-size:20px; }
.swiper01_box .swiper-button-prev.swiper-button-disabled{opacity:0.5;background-color:none;background-image:url(../images/icon/swiper_left01.png);}
.swiper01_box .swiper-button-next.swiper-button-disabled{opacity:0.5;background-color:none;background-image:url(../images/icon/swiper_right01.png);}

.swiper01_box .swiper-button-prev.hide{opacity:0;}
.swiper01_box .swiper-button-next.hide{opacity:0;}
.swiper01_box .swiper-button-next,.swiper-button-prev{transition:opacity 0.5s;}

@media screen and (max-width: 1280px){
}
	
@media screen and (max-width: 1023px){
.swiper01_box{ width:100%; position: relative; margin: 0px auto 0px auto; padding: 20px 0px 40px 0px; }
.swiper01_box .swiper-pagination{width: 100%; text-align:center;}
/** 点 ============*/
.swiper01_box .swiper-container{padding: 0px 0px 0px 0px; height: auto;}
.swiper01_box .swiper-pagination{width: 100%; text-align:center; left: 0px; bottom: 10px; }
.swiper01_box .swiper-pagination-bullet{ background: #0053cc;  opacity: 0.8; width: 5px; height:5px;border-radius:5px;  margin: 0px 2px; transition: all 0.5s ease-out;}
.swiper01_box .swiper-pagination-bullet-active{ background: #F00; width: 20px; opacity:1;}

.swiper01_box .swiper-button-prev {left: 38%;opacity:1; top: 95%}
.swiper01_box .swiper-button-next {right:38%;opacity:1;top: 95%}
.swiper01_box .swiper-button-prev {width:20px;height: 20px; background-size:15px;}
.swiper01_box .swiper-button-next {width:20px;height: 20px; background-size:15px; }
}

a.sw_item01{ display: block;position: relative;}
a.sw_item01:before{position: absolute;content: "";width: 100%;top: 120px;left: 0px;border-top: 1px solid #fff;}
a.sw_item01 .imgzoom{padding-bottom: 55%; width: 100%; position: relative; overflow: hidden; }
a.sw_item01 .imgzoom img{width: 100%;  position: absolute;transition: all .5s cubic-bezier(.5, 0, .2, 1) 0s; }
a.sw_item01:hover .imgzoom img{-webkit-transform: scale(1.10); -moz-transform: scale(1.10); -ms-transform: scale(1.10); -o-transform: scale(1.10); transform: scale(1.10);}

a.sw_item01 .txt{padding: 20px 30px;width: 100%;  text-align: center;transition: all 0.5s ease-out;}
a.sw_item01 .txt .p1{ font-size: 70px; color: #fff; font-weight: bold; line-height: 1; overflow: hidden;font-family: Impact;margin-bottom: 60px;}
a.sw_item01 .txt .p1 span{font-size: 16px; color: #fff;font-weight: normal;}
a.sw_item01 .txt i{position: relative;display: block;}
a.sw_item01 .txt i:before{position: absolute;content: "";width: 8px;height: 8px;bottom: 25px;left: 50%; margin-left: -4px; background-color: #fff;border-radius: 50%;}
a.sw_item01 .txt i:after{position: absolute;content: "";width: 16px;height: 16px;bottom: 21px;left: 50%; margin-left: -8px; border-radius: 50%;border: 2px solid #fff;}
a.sw_item01 .txt .p2{ font-size: 16px; color: #fff; height: 50px; line-height: 25px; overflow: hidden; }
@media screen and (max-width: 1023px){
a.sw_item01:before{position: absolute;content: "";width: 100%;top: 70px;left: 0px;border-top: 1px solid #fff;}
a.sw_item01 .txt{padding: 20px 10px;width: 100%;  text-align: center;transition: all 0.5s ease-out;}
a.sw_item01 .txt .p1{ font-size: 40px; color: #fff; font-weight: bold; line-height: 1; overflow: hidden;font-family: Impact;margin-bottom: 40px;}
a.sw_item01 .txt .p2{ font-size: 12px; color: #fff; height: auto; line-height: 1.5; overflow: hidden; }
}



a.sw_item01s{ display: block;position: relative;}
 

a.sw_item01s .imgzoom{padding-bottom: 75%; width: 100%; position: relative; overflow: hidden; border: 10px solid rgba(255,255,255,0.5); }
a.sw_item01s .imgzoom img{  width: 100%; height: 100%; object-fit: cover;  position: absolute; left: 0px; transition: all .5s cubic-bezier(.5, 0, .2, 1) 0s; }
a.sw_item01s:hover .imgzoom img{ -webkit-transform: scale(1.10); -moz-transform: scale(1.10); -ms-transform: scale(1.10); -o-transform: scale(1.10); transform: scale(1.10);}

a.sw_item01s .txt{padding: 10px 15px;width: 100%;  text-align: center;transition: all 0.5s ease-out;}
a.sw_item01s .txt .p1{ font-size: 16px;line-height:25px; height: 50px; color: #fff;  overflow: hidden; margin-top: 10px;}
a.sw_item01s .txt .p1 span{font-size: 16px; color: #fff;font-weight: normal;}

@media screen and (max-width: 1023px){
 
a.sw_item01s .txt{padding: 20px 10px;width: 100%;  text-align: center;transition: all 0.5s ease-out;}
a.sw_item01s .txt .p1{ font-size: 16px;line-height:25px; height: 50px; color: #fff;  overflow: hidden; margin-top: 10px;}
a.sw_item01s .txt .p1 span{font-size: 16px; color: #fff;font-weight: normal;}
}


/*首页关于我们-------------------------------*/

.index_news_box{padding-top: 75px; padding-bottom: 50px;}
.news_box1{position: relative;margin-top: 20px;}
.news_box1_img{position: absolute;top: 0px;left: 0px;width: 576px;}
.news_box1_img a{display: block;position: relative;}
.news_box1_img a .imgzoom{padding-bottom: 66%; width: 100%; position: relative; overflow: hidden; }
.news_box1_img a .imgzoom img{width: 100%;  position: absolute;transition: all .5s cubic-bezier(.5, 0, .2, 1) 0s; }
.news_box1_img a:hover .imgzoom img{-webkit-transform: scale(1.10); -moz-transform: scale(1.10); -ms-transform: scale(1.10); -o-transform: scale(1.10); transform: scale(1.10);}
.news_box1_img a .txt{position: absolute;bottom: 0px;left: 0px;width: 100%;background: rgba(0,52,126,.60);padding: 25px 20px;color: #fff;}
.news_box1_img a .txt .txt1{width: 80%;float: left;}
.news_box1_img a .txt .txt1 .p1{font-size: 15px;line-height: 1;height: 15px;overflow: hidden;margin-bottom: 10px;}
.news_box1_img a .txt .txt1 .p2{font-size: 16px;line-height: 1;height: 16px;overflow: hidden;}
.news_box1_img a .txt .txt2{width: 20%;float: right;text-align: right;transition: all 0.5s ease-out;}
.news_box1_img a:hover .txt .txt2{padding-right: 20px;}

.news_box1_list{padding-left:0px; width: 100%;}
.news_box1_list a{display: block;position: relative;padding: 10px 20px; width: 50%; float: left; border-bottom: 1px solid #f3f3f3;}
.news_box1_list a .time{position: absolute;width: 100px;top: 17px;right: 0px;text-align:center;color: #0e90d2; font-size: 12px; }
.news_box1_list a .txt{color: #333;font-size: 16px;  line-height: 25px;height: 25px;overflow: hidden;margin-bottom: 0px; margin-right: 120px;}

.news_box1_list a:hover{background-color: #eee;}
.news_box1_list a:hover .txt{color: #0c4da2;}

@media screen and (max-width: 1366px){
.index_news_box{padding-top: 45px;}
}
@media screen and (max-width: 1023px){
.index_news_box{padding-top: 30px; padding-bottom: 30px;}
.news_box1{position: relative;margin-top: 0px; height: 455px; overflow: hidden;}
.news_box1_img{position: relative;top: 0px;left: 0px;width: 100%;}
.news_box1_img a .txt{position: absolute;bottom: 0px;left: 0px;width: 100%;background: rgba(0,52,126,.60);padding: 20px 20px;color: #fff;}
.news_box1_list{padding-left: 0px;min-height: auto;margin-top: 20px;}
.news_box1_list a{display: block;position: relative;padding: 15px 0px;border-bottom: 1px solid #f3f3f3; width: 100%;}
.news_box1_list a .time{position: absolute;width: 50px;top: 20px;left: 10px;text-align: right;color: #0e90d2; display: none;}

.news_box1_list a .txt{padding-left: 0px;}
.news_box1_list a .txt .name{color: #333;font-size: 16px;font-weight: bold;line-height: 1;height: 16px;overflow: hidden;margin-bottom: 10px;}
.news_box1_list a .txt .p1{color: #666;font-size: 12px;line-height: 18px;height: 18px;overflow: hidden;}
}
/*首页新闻动态---------------------------------*/

.index_hezuo_box{padding-top: 70px; padding-bottom: 50px;}
.hezuom{margin-top: 40px;margin-left: -20px;margin-right: -20px;}
.hezuom .hezuo_list{width: 25%;float: left;padding: 0px 15px 10px 15px;}
.hezuom .hezuo_list .item{padding: 3px;border: 5px solid #f8f8f8;background-color: #f8f8f8;box-shadow:0 0 15px rgba(0,0,0,0.15);}
.hezuom .hezuo_list .item .imgzoom{padding-bottom: 65%; width: 100%; position: relative; overflow: hidden; }
.hezuom .hezuo_list .item .imgzoom img{width: 100%;  position: absolute;transition: all .5s cubic-bezier(.5, 0, .2, 1) 0s; }
.hezuom .hezuo_list .item:hover .imgzoom img{-webkit-transform: scale(1.10); -moz-transform: scale(1.10); -ms-transform: scale(1.10); -o-transform: scale(1.10); transform: scale(1.10);}
.hezuom .hezuo_list .item:hover{border: 5px solid #0c4da2;}
.hezuom_top{font-size: 16px;color: #666;}
@media screen and (max-width: 1366px){
.hezuom{margin-top: 20px;margin-left: -20px;margin-right: -20px;}
}
@media screen and (max-width: 1023px){
.index_hezuo_box{padding-top: 30px;padding-bottom: 20px;}
.hezuom{margin-top: 20px;margin-left: -10px;margin-right: -10px;}
.hezuom .hezuo_list{width: 50%;float: left;padding: 0px 5px 10px 5px;}
.hezuom .hezuo_list .item{padding: 2px;border: 3px solid #f8f8f8;background-color: #f8f8f8;box-shadow:0 0 10px rgba(0,0,0,0.15);}
.hezuom_top{font-size: 14px;color: #666;line-height: 22px;}
	.hezuom .hezuo_list .item:hover{border: 3px solid #0c4da2;}
}
/*首页合作伙伴--------------------------------*/

.index_join_box{padding-top: 75px;padding-bottom: 75px;background-repeat:no-repeat; background-position:center center; background-size:cover;}
.join_box_l{width: 55%;float: left;}
.join_box_r{width: 40%;float: right;}
.join_box_r a{width: 100%;height: 100%; display: block; border: 2px solid #fff;  padding: 10px;text-align: center;}
.join_box_r a img{width: 100%;height: 100%;transition: all 0.5s ease-out; }
.join_box_r a:hover{border: 2px solid #89a1cb;}

@media screen and (max-width: 1366px){
.index_join_box{padding-top: 45px;padding-bottom: 45px;background-repeat:no-repeat; background-position:center center; background-size:cover;}
}
@media screen and (max-width: 1023px){
.index_join_box{padding-top: 30px;padding-bottom: 30px;background-repeat:no-repeat; background-position:center center; background-size:cover;}
.join_box_l{width: 100%;float: left;}
.join_box_r{width: 100%;float: right;margin-top: 20px;}
.join_box_r a{width: 100%;height: 100%; display: block; border: 2px solid #fff;  padding: 10px;text-align: center;}
.join_box_r a img{width: 100%;height: 100%;transition: all 0.5s ease-out; }
.join_box_r a:hover{border: 2px solid #89a1cb;}
}
/*首页招聘信息--------------------------------*/

.index_footer_box{padding-top: 50px;padding-bottom: 50px;background-color: #262626;color: #fff;}
.footer_box_l{width: 80%;float: left;}
.footerm_l{width: 40%;float: left;}
.footerm_l .h3{font-size: 26px;line-height: 1;margin-bottom: 25px;}
.footerm_l .dizhi{font-size: 14px;line-height: 35px;color: #a9a9a9;}
.footerm_l .dizhi a {color: #a9a9a9;}
.footerm_l .dizhi .i1{background-image:url(../images/kefu/icon8.png);width: 25px;height: 20px;display: inline-block;vertical-align: middle;margin-right: 10px;background-size:20px;background-repeat:no-repeat; }
.footerm_l .dizhi .i2{background-image:url(../images/kefu/icon4.png);width: 25px;height: 20px;display: inline-block;vertical-align: middle;margin-right: 10px;background-size:20px;background-repeat:no-repeat; }
.footerm_l .dizhi .i3{background-image:url(../images/kefu/icon2.png);width: 25px;height: 20px;display: inline-block;vertical-align: middle;margin-right: 10px;background-size:20px;background-repeat:no-repeat; }
.footerm_l .dizhi .i4{background-image:url(../images/kefu/icon5.png);width: 25px;height: 20px;display: inline-block;vertical-align: middle;margin-right: 10px;background-size:20px;background-repeat:no-repeat; }
@media screen and (max-width: 1023px){
.index_footer_box{padding-top: 30px;padding-bottom: 30px;background-color: #262626;color: #fff;}
.footer_box_l{width: 100%;float: left;}
.footerm_l{width: 100%;float: left;}
.footerm_l .h3{font-size: 20px;line-height: 1;margin-bottom: 20px;}
.footerm_l .dizhi{font-size: 12px;line-height: 30px;color: #a9a9a9;}
.footerm_l .dizhi .i1{background-size: 20px;margin-right: 5px;margin-top: 2px;}
.footerm_l .dizhi .i2{background-size: 20px;margin-right: 5px;margin-top: 2px;}
.footerm_l .dizhi .i3{background-size: 20px;margin-right: 5px;margin-top: 2px;}
.footerm_l .dizhi .i4{background-size: 20px;margin-right: 5px;width: 25px;margin-top: 2px;}
}
.footerm_r{width: 60%;float: left;}
.footerm_r dl{width: 33.3333%;float: left;}
.footerm_r dl dt a{display: block;color: #fff;font-size: 18px;line-height: 1;margin-bottom: 30px;}
.footerm_r dl dd a{display: block;color: #a9a9a9;font-size: 14px;line-height: 30px;}
.footerm_r dl dd a:hover{color: #fff;}
@media screen and (max-width: 1023px){
.footerm_r{display: none;}
}
.footer_box_r{width: 20%;float: right;}
.footer_box_r .h3{font-size: 26px;line-height: 1;margin-bottom: 40px;}
.hd{border-bottom: 1px solid #a9a9a9;padding-bottom: 20px;}
.hd_l{width: 45%;float: left;color: #a9a9a9;margin-right: 5%;}
.hd_l .p1{font-size: 14px;line-height: 1.5;margin-bottom: 10px;}
.hd_l .p2{font-size: 14px;line-height: 1;text-transform: uppercase;}
.hd_r{width: 50%;float: right;}
.hd_r img{width: 100px;height: 100px;}
@media screen and (max-width: 1023px){
.footer_box_r{width: 100%;float: left;margin-top: 20px;}
.footer_box_r .h3{font-size: 20px;line-height: 1;margin-bottom: 20px;}
.hd_l .p1{font-size: 12px;line-height: 1.5;margin-bottom: 10px;}
.hd_l .p2{font-size: 12px;line-height: 1;text-transform: uppercase;}
	.hd_r{width: 50%;float: right; margin-top: -40px;}
}
/*首页底部导航-----------------------------------*/

.index_footer_s{background-color: #141414;color: #a9a9a9;font-size: 12px;padding-top: 25px;padding-bottom: 25px; text-align: center;}
.index_footer_s a{color: #fff;}
.index_footer_s a:hover{color: #0c4da2;}
@media screen and (max-width: 1023px){
.index_footer_s{background-color: #141414;color: #a9a9a9;font-size: 12px;padding-top: 20px;padding-bottom: 30px;margin-bottom: 67px;line-height: 22px;}
}
/*首页底部导航-----------------------------------*/

.yqlj{padding-top: 10px; font-size: 12px;}
.yqlj a{color: #999; padding-right: 10px;}
@media screen and (max-width: 1023px){
	.yqlj{ display: none;}
}



.pag_crumbs{padding-top: 40px;padding-bottom: 30px;border-bottom: 1px solid #cacfd5;}
.pag_crumbs .crumbs_l{width: 70%;float: left;}
.pag_crumbs .crumbs_l .h3{font-size: 40px;color: #333;line-height: 1;}
.pag_crumbs .crumbs_r{width: 30%;float: left;text-align: right;line-height: 40px;}
.pag_crumbs .crumbs_r a{color: #666;font-size: 14px;}
.pag_crumbs .crumbs_r a:hover{color: #0c4da2;}
.pag_crumbs .crumbs_r a.on{color: #0c4da2;}
@media screen and (max-width: 1366px){
.pag_crumbs{padding-top: 30px;padding-bottom: 20px;border-bottom: 1px solid #cacfd5;}
.pag_crumbs .crumbs_l .h3{font-size: 30px;color: #333;line-height: 1;}
}
@media screen and (max-width: 1023px){
.pag_crumbs{padding-top: 20px;padding-bottom: 20px;border-bottom: 1px solid #cacfd5;}
.pag_crumbs .crumbs_r{display: none;}
.pag_crumbs .crumbs_l .h3{font-size: 22px;color: #333;line-height: 1;}
}
/*面包屑-------------------------------------------*/

.pag_about{padding-top: 40px;padding-bottom: 40px;}
.aboutm{position: relative;}
.aboutm_l{position: absolute;top: 0px;left: 0px;width: 600px;}
.aboutm_l .imgzoom{padding-bottom: 75%; width: 100%; position: relative; overflow: hidden; }
.aboutm_l .imgzoom img{width: 100%;  position: absolute;transition: all .5s cubic-bezier(.5, 0, .2, 1) 0s; }
.aboutm_l:hover .imgzoom img{-webkit-transform: scale(1.10); -moz-transform: scale(1.10); -ms-transform: scale(1.10); -o-transform: scale(1.10); transform: scale(1.10);}
.aboutm_r{min-height: 326px;padding-left: 640px;color: #666;font-size: 14px;line-height: 26px;}
.aboutm_r strong{color: #000;}
@media screen and (max-width: 1023px){
.pag_about{padding-top: 20px;padding-bottom: 20px;}
.aboutm_l{position: relative;top: 0px;left: 0px;width: 100%;}
.aboutm_r{min-height: auto;padding-left: 0px;color: #666;font-size: 14px;line-height: 26px;margin-top: 10px;}
}
/*分页关于我们----------------------------------------*/


.pag_fazhan{padding-top: 20px;padding-bottom: 20px;background-repeat:no-repeat; background-position:center center; background-size:cover;}
/** swiper02_box ====================================================================================*/
.swiper02_box{ width:100%; position: relative; margin: 0px auto 0px auto; padding: 40px 0px 40px 0px; }
/** 点 ============*/
.swiper02_box .swiper-container{padding: 0px 0px 0px 0px; height: auto;}
.swiper02_box .swiper-pagination{width: 100%; text-align:center; left: 0px; bottom: 10px; }
.swiper02_box .swiper-pagination-bullet{ background: #0053cc;  opacity: 0.8; width: 10px; height:10px;border-radius:5px;  margin: 0px 5px; transition: all 0.5s ease-out;}
.swiper02_box .swiper-pagination-bullet-active{ background: #F00; width: 30px; opacity:1;}
/** 左右按钮 ============*/
.swiper02_box .swiper-button-prev {left: -30px;opacity:1;top: 52%;}
.swiper02_box .swiper-button-next {right:-30px;opacity:1;top: 52%; }
.swiper02_box .swiper-button-prev {width: 50px;height: 50px; text-align: center; background-color:none;background-image:url(../images/icon/swiper_left02.png);background-repeat:no-repeat; background-position:center center; background-size:20px;}
.swiper02_box .swiper-button-next {width: 50px;height: 50px; text-align: center; background-color:none;background-image:url(../images/icon/swiper_right02.png);background-repeat:no-repeat; background-position:center center; background-size:20px; }
.swiper02_box .swiper-button-prev.swiper-button-disabled{opacity:0.5;background-color:none;background-image:url(../images/icon/swiper_left01.png);}
.swiper02_box .swiper-button-next.swiper-button-disabled{opacity:0.5;background-color:none;background-image:url(../images/icon/swiper_right01.png);}

.swiper02_box .swiper-button-prev.hide{opacity:0;}
.swiper02_box .swiper-button-next.hide{opacity:0;}
.swiper02_box .swiper-button-next,.swiper-button-prev{transition:opacity 0.5s;}

@media screen and (max-width: 1280px){
}
	
@media screen and (max-width: 1023px){
.swiper02_box{ width:100%; position: relative; margin: 0px auto 0px auto; padding: 0px 0px 40px 0px; }
.swiper02_box .swiper-pagination{width: 100%; text-align:center;}
/** 点 ============*/
.swiper02_box .swiper-container{padding: 0px 0px 0px 0px; height: auto;}
.swiper02_box .swiper-pagination{width: 100%; text-align:center; left: 0px; bottom: 10px; }
.swiper02_box .swiper-pagination-bullet{ background: #0053cc;  opacity: 0.8; width: 5px; height:5px;border-radius:5px;  margin: 0px 2px; transition: all 0.5s ease-out;}
.swiper02_box .swiper-pagination-bullet-active{ background: #F00; width: 20px; opacity:1;}

.swiper02_box .swiper-button-prev {left: 38%;opacity:1; top: 95%}
.swiper02_box .swiper-button-next {right:38%;opacity:1;top: 95%}
.swiper02_box .swiper-button-prev {width:20px;height: 20px; background-size:15px;}
.swiper02_box .swiper-button-next {width:20px;height: 20px; background-size:15px; }
}

a.sw_item02{ display: block;position: relative;}
a.sw_item02:before{position: absolute;content: "";width: 100%;top: 120px;left: 0px;border-top: 1px solid #fff;}
a.sw_item02 .imgzoom{padding-bottom: 55%; width: 100%; position: relative; overflow: hidden; }
a.sw_item02 .imgzoom img{width: 100%;  position: absolute;transition: all .5s cubic-bezier(.5, 0, .2, 1) 0s; }
a.sw_item02:hover .imgzoom img{-webkit-transform: scale(1.10); -moz-transform: scale(1.10); -ms-transform: scale(1.10); -o-transform: scale(1.10); transform: scale(1.10);}

a.sw_item02 .txt{padding: 20px 30px;width: 100%;  text-align: center;transition: all 0.5s ease-out;}
a.sw_item02 .txt .p1{ font-size: 70px; color: #fff; font-weight: bold; line-height: 1; overflow: hidden;font-family: Impact;margin-bottom: 60px;}
a.sw_item02 .txt .p1 span{font-size: 16px; color: #fff;font-weight: normal;}
a.sw_item02 .txt i{position: relative;display: block;}
a.sw_item02 .txt i:before{position: absolute;content: "";width: 8px;height: 8px;bottom: 25px;left: 50%; margin-left: -4px; background-color: #fff;border-radius: 50%;}
a.sw_item02 .txt i:after{position: absolute;content: "";width: 16px;height: 16px;bottom: 21px;left: 50%; margin-left: -8px; border-radius: 50%;border: 2px solid #fff;}
a.sw_item02 .txt .p2{ font-size: 16px; color: #fff; height: 50px; line-height: 25px; overflow: hidden; }
@media screen and (max-width: 1023px){
a.sw_item02:before{position: absolute;content: "";width: 100%;top: 70px;left: 0px;border-top: 1px solid #fff;}
a.sw_item02 .txt{padding: 20px 10px;width: 100%;  text-align: center;transition: all 0.5s ease-out;}
a.sw_item02 .txt .p1{ font-size: 40px; color: #fff; font-weight: bold; line-height: 1; overflow: hidden;font-family: Impact;margin-bottom: 40px;}
a.sw_item02 .txt .p2{ font-size: 14px; color: #fff; height: auto; line-height: 25px; overflow: hidden; }
}
/*分页发展--------------------------------*/

.pag_service{padding-top: 50px;padding-bottom: 20px;}
@media screen and (max-width: 1023px){
.pag_service{padding-top: 20px;padding-bottom: 20px;}
}
/*分页服务范围-------------------------------*/

.pag_danye{padding-top: 30px;padding-bottom: 50px;line-height: 2;font-size: 14px;color: #666;position: relative;overflow: hidden;}

/*单页--------------------------------------*/
.pag_main{padding-top: 20px;padding-bottom: 40px;}

@media screen and (max-width: 1023px){
.pag_danye{padding-top: 20px;padding-bottom: 20px;line-height: 26px;font-size: 14px;color: #666;position: relative;overflow: hidden;}
.pag_main{padding-top: 20px;padding-bottom: 20px;}
}


ul.news_list{margin-top:10px;}
ul.news_list a{display: block;position: relative;margin-bottom:40px;  padding-bottom: 40px; padding-top: 0px; border-bottom: 1px solid #eee;}
ul.news_list a .time{position: absolute;width: 110px;top: 0px;left: 0px;text-align:center;color: #333; background: #f4f4f4; padding: 20px 0px;}
ul.news_list a .time h4{font-size: 50px;line-height: 1;margin-bottom: 10px;font-family:HELVETICANEUELTPRO-THEX, "微软雅黑";}
ul.news_list a .time h3{font-size: 18px;line-height: 1;font-family:HELVETICANEUELTPRO-THEX, "微软雅黑";}


ul.news_list a .time .line{border-bottom: 2px solid #d2d2d2;width: 35px;float: right;margin-top: 10px;}
ul.news_list a .txt{padding-left: 150px;min-height: 105px;}
ul.news_list a .txt .p1{font-size: 22px;line-height: 1;height: 22px;overflow: hidden;color: #555;font-weight: bold;transition: all 0.5s ease-out;}
ul.news_list a .txt .p2{font-size: 14px;line-height: 26px;height: 52px;overflow: hidden;color: #898989;margin-top: 10px;}
ul.news_list a .txt .more{font-size: 14px;line-height: 1;color: #898989;margin-top: 20px;}
/*新闻无图-----*/

ul.news_list a.tu{display: block;position: relative;margin-bottom: 70px;}
ul.news_list a.tu .tu_img{position: absolute;width: 300px;top: 0px;left: 0px;}
ul.news_list a.tu .tu_img .imgzoom{padding-bottom: 55%; width: 100%; position: relative; overflow: hidden; }
ul.news_list a.tu .tu_img .imgzoom img{width: 100%;  position: absolute;transition: all .5s cubic-bezier(.5, 0, .2, 1) 0s; }
ul.news_list a.tu:hover .tu_img .imgzoom img{-webkit-transform: scale(1.10); -moz-transform: scale(1.10); -ms-transform: scale(1.10); -o-transform: scale(1.10); transform: scale(1.10);}
ul.news_list a.tu .tu_txt{padding-left: 330px;padding-top: 10px;min-height: 165px;}
ul.news_list a.tu .tu_txt .p1{font-size: 22px;line-height: 1;height: 22px;overflow: hidden;color: #555;font-weight: bold;transition: all 0.5s ease-out;margin-bottom: 15px;}
ul.news_list a.tu .tu_txt .data{font-size: 12px;line-height: 1;color: #555;}
ul.news_list a.tu .tu_txt .p2{font-size: 14px;line-height: 22px;height: 44px;overflow: hidden;color: #898989;margin-top: 10px;}
ul.news_list a.tu .tu_txt .more{font-size: 14px;line-height: 1;color: #898989;margin-top: 20px;}
/*新闻有图-----*/

ul.news_list a:hover .time h4{color: #0c4da2;}
ul.news_list a:hover .time h3{color: #0c4da2;}
ul.news_list a:hover .txt .p1{color: #0c4da2;}
ul.news_list a.tu:hover .tu_txt .p1{color: #0c4da2;}
ul.news_list a.tu:hover .tu_txt .more{color: #0c4da2;}
@media screen and (max-width: 1366px){
ul.news_list{margin-top:20px;}
ul.news_list a{display: block;position: relative;margin-bottom: 50px;}
ul.news_list a.tu{display: block;position: relative;margin-bottom: 50px;}
ul.news_list a .txt .p1{font-size: 18px;line-height: 1;height: 18px;overflow: hidden;color: #555;font-weight: bold;transition: all 0.5s ease-out;}
ul.news_list a .txt .p2{font-size: 14px;line-height: 26px;height: 52px;overflow: hidden;color: #898989;margin-top: 10px;}
ul.news_list a.tu .tu_txt .p1{font-size: 18px;line-height: 1;height: 18px;overflow: hidden;color: #555;font-weight: bold;transition: all 0.5s ease-out;margin-bottom: 15px;}
}
@media screen and (max-width: 1023px){
ul.news_list{margin-top:0px;}
ul.news_list a{padding: 0px 5px;margin-bottom: 20px;border-bottom: 1px solid #d2d2d2;padding-bottom: 20px;}
ul.news_list a .time{display: none;}
ul.news_list a .txt{padding-left: 0px;min-height: auto;}
ul.news_list a .txt .p1{font-size: 16px;height: auto;line-height: 26px;}
ul.news_list a .txt .p2{height: 60px;margin-top: 10px;line-height: 20px; font-size: 12px; display: none;}
	
ul.news_list a.tu .tu_img{position: relative;width: 100%;}
ul.news_list a.tu .tu_txt{padding-left: 0px;}
ul.news_list a.tu .tu_txt .p1{font-size: 16px;height: auto;line-height: 26px;margin-bottom: 5px;}
ul.news_list a.tu .tu_txt .p2{height: 100px;line-height: 25px;}
ul.news_list a.tu .tu_txt .data{display: none;}
ul.news_list a.tu .tu_txt .more{margin-top: 10px; font-size: 12px;}
	
ul.news_list a .txt .more{font-size: 12px;line-height: 1;color: #898989;margin-top: 10px;}
}
/*分页新闻动态---------------------------------------*/

.news_info{padding: 20px 0px 30px 0px;width: 100%;margin: 0px auto;position: relative;}
.news_info .h1{font-size: 26px;color: #000;font-weight: 400;line-height: 32px;text-align: center;margin-bottom: 20px;}
.news_info .meta{text-align: center;padding-bottom: 20px;margin-bottom: 25px; border-bottom: 3px solid #dbdbdb;}
.news_info .meta span{margin: 0px 10px;color: #999;font-size: 14px;}
.news_info .ms{background-color: #ececec;font-size: 14px;padding: 20px 30px;color: #333;line-height: 1.5;border-radius: 10px;margin-bottom: 30px;}
.news_info .news_info_content{position: relative;line-height: 1.75;font-size: 18px;color: #333;overflow: hidden;}
.fanye{margin-top: 20px;border-top: 1px dotted #ccc;padding-top: 20px;}
.fanyea{padding-bottom: 15px;color: #333;font-size: 15px;}
.fanyea a{color: #333;}
.fanyefh a{color: #333;background-color: #ccc;font-size: 15px;text-align: center;padding: 10px 50px;display: inline-block;margin-top: 10px;border-radius: 5px;transition: all 0.5s ease-out;}
.fanyea a:hover{color: #0c4da2;}
.fanyefh a:hover{background-color: #0c4da2;color: #fff;padding: 10px 80px;}
@media screen and (max-width: 1023px){
.news_info{padding: 0px 0px 10px 0px;}
.news_info .h1{font-size: 18px;margin-bottom: 10px;line-height: 26px;}
.news_info .meta{margin-bottom: 10px;padding-bottom: 10px;}
.news_info .meta span{font-size: 12px;margin: 0px 5px;}
.news_info .ms{padding: 10px 10px;font-size: 12px;margin-bottom: 10px;}
.news_info .news_info_content{font-size: 13px;line-height: 2;}
.fanye{margin-top: 15px;border-top: 1px dotted #ccc;padding-top: 15px;}
.fanyea{padding-bottom: 10px;color: #333;font-size: 12px;line-height: 16px;}
.fanyefh a{padding: 5px 40px;}
.fanyefh a:hover{padding: 5px 40px;}
}
/*分页新闻动态详细页----------------------*/

ul.pag_zhaopin{margin-left: -15px;margin-right: -15px;margin-top: 10px;}
ul.pag_zhaopin li{padding: 15px 15px;width: 50%;float: left;}
ul.pag_zhaopin li a{display: block;position: relative;border: 1px solid #ddd;padding: 40px 20px 40px 50px;transition: all 0.5s ease-out;}
ul.pag_zhaopin li a .zhaopin_l{padding-right: 200px;min-height: 180px;}
ul.pag_zhaopin li a .zhaopin_l .h3{font-size: 24px;font-weight: bold;color: #000;margin-bottom: 25px;line-height: 24px;height: 24px;overflow: hidden;}

ul.pag_zhaopin li a .zhaopin_l .p2{font-size: 14px;color: #666;line-height: 25px;height: 100px;overflow: hidden;}
ul.pag_zhaopin li a .zhaopin_r{position: absolute;top: 50px;right: 20px;width: 150px;text-align: right;}
ul.pag_zhaopin li a .zhaopin_r img{width: 85px;height: 85px;}
ul.pag_zhaopin li a .zhaopin_r .more{position: relative;border: 1px solid #999;padding: 10px 20px 10px 30px;border-radius: 5px;margin-top: 50px;font-size: 14px;color: #333;}
ul.pag_zhaopin li a .zhaopin_r .more span{float: left;display: inline-block;}
ul.pag_zhaopin li a .zhaopin_r .more .i1{display: inline-block;background-image:url(../images/icon/rg.png);position: absolute;right: 25px;top: 11px;width: 15px;height: 15px;background-repeat:no-repeat; background-position:center center; background-size:cover;transition: all 0.5s ease-out;}
ul.pag_zhaopin li a .zhaopin_r .more .i2{display: inline-block;background-image:url(../images/icon/rgm.png);position: absolute;right: 25px;top: 11px;width: 15px;height: 15px;background-repeat:no-repeat; background-position:center center; background-size:cover;transition: all 0.5s ease-out;opacity: 0;}

ul.pag_zhaopin li a:hover .zhaopin_r .more{background-color: #0c4da2;color: #fff;}
ul.pag_zhaopin li a:hover .zhaopin_r .more .i1{opacity: 0;}
ul.pag_zhaopin li a:hover .zhaopin_r .more .i2{right: 20px;opacity: 1;}
ul.pag_zhaopin li a:hover{box-shadow:0 0 15px rgba(0,0,0,0.15);}
@media (max-width:1023px){
.zhaopin_tit{font-size: 14px;border-bottom: 1px solid #ddd;padding-bottom: 5px;margin-bottom: 5px;}
ul.pag_zhaopin{margin-left: 0px;margin-right: 0px;margin-top: 0px;}
ul.pag_zhaopin li{padding: 5px 0px 10px 0px;width: 100%;float: left;}
ul.pag_zhaopin li a{display: block;position: relative;border: 1px solid #ddd;padding: 15px 20px;transition: all 0.5s ease-out;box-shadow:0 0 15px rgba(0,0,0,0.1);}
ul.pag_zhaopin li a .zhaopin_l{padding-right: 0px;min-height: 96px;padding-top: 0px;}
ul.pag_zhaopin li a .zhaopin_l .h3{font-size: 15px;font-weight: bold;color: #000;margin-bottom: 10px;line-height: 22px;height:auto;overflow: hidden;display: block;}

ul.pag_zhaopin li a .zhaopin_l .p2{font-size: 12px;color: #666;line-height: 22px;height: 44px;overflow: hidden;}
	
ul.pag_zhaopin li a .zhaopin_r{position:relative;top: 0px;right: 0px;width: 100%;text-align: right;}
ul.pag_zhaopin li a .zhaopin_r img{width: 85px;height: 85px; display: none;}
ul.pag_zhaopin li a .zhaopin_r .more{position: relative;border: 1px solid #999; text-align: center; padding: 10px 20px 10px 30px;border-radius: 5px;margin-top: 10px;font-size: 12px;background-color: #0c4da2;color: #fff;}
ul.pag_zhaopin li a .zhaopin_r .more span{float: left;display: inline-block;}
ul.pag_zhaopin li a .zhaopin_r .more .i1{display: inline-block;background-image:url(../images/icon/rgm.png);position: absolute;right: 25px;top: 11px;width: 15px;height: 15px;background-repeat:no-repeat; background-position:center center; background-size:cover;transition: all 0.5s ease-out;}
ul.pag_zhaopin li a .zhaopin_r .more .i2{display: inline-block;background-image:url(../images/icon/rgm.png);position: absolute;right: 25px;top: 11px;width: 15px;height: 15px;background-repeat:no-repeat; background-position:center center; background-size:cover;transition: all 0.5s ease-out;opacity: 0;}
}
/*招聘信息-------------------------------*/

.pag_zhaopins{}
.pag_zhaopins a.sw_item01s{ width: 33.33%; float: left; display: block;position: relative; margin-bottom: 20px;}
 
.pag_zhaopins a.sw_item01s .imgzoom{padding-bottom: 75%; width: 100%; position: relative; overflow: hidden; border: 10px solid rgba(17,77,162,0.4); }
.pag_zhaopins a.sw_item01s .imgzoom img{  width: 100%; height: 100%; object-fit: cover;  position: absolute; left: 0px; transition: all .5s cubic-bezier(.5, 0, .2, 1) 0s; }
.pag_zhaopins a.sw_item01s:hover .imgzoom img{ -webkit-transform: scale(1.10); -moz-transform: scale(1.10); -ms-transform: scale(1.10); -o-transform: scale(1.10); transform: scale(1.10);}

.pag_zhaopins a.sw_item01s .txt{padding: 10px 15px;width: 100%;  text-align: center;transition: all 0.5s ease-out;}
.pag_zhaopins a.sw_item01s .txt .p1{ font-size: 16px;line-height:25px; height: 50px; color: #000;  overflow: hidden; margin-top: 10px;}
.pag_zhaopins a.sw_item01s .txt .p1 span{font-size: 16px; color: #333;font-weight: normal;}

@media screen and (max-width: 1023px){
 
	.pag_zhaopins a.sw_item01s .txt{padding: 20px 10px;width: 100%;  text-align: center;transition: all 0.5s ease-out;}
	.pag_zhaopins a.sw_item01s .txt .p1{ font-size: 16px;line-height:25px; height: 50px; color: #333;  overflow: hidden; margin-top: 10px;}
	.pag_zhaopins a.sw_item01s .txt .p1 span{font-size: 16px; color: #333;font-weight: normal;}
}



.joinm{padding-top: 30px;padding-bottom: 30px;}
.joinm_l{width: 70%;float: left;position: relative;font-size: 14px;line-height: 26px;}
.joinm_r{width: 25%;float: right;padding: 0px 0px 0px 0px;}

.joinm_r .item_m .tit{background-color:rgba(17,77,162,1);padding: 0px 0px 0px 0px;line-height: 68px;color: #fff;font-size: 22px; font-weight: bold;
	background-image:url(../images/ico1.png);background-repeat:no-repeat; background-position:20px center; background-size:30px; text-align: center;}
.joinm_r .item_m ul li{padding: 20px 20px;border-bottom: 1px solid #e2e2e2;background-color: #f1f1f1;}
.joinm_r .item_m ul li a{display: block;position: relative;height: auto;line-height: 22px;overflow: hidden;font-size: 16px;color: #333;}
.joinm_r .item_m ul li a:hover{color:rgba(17,77,162,1);}

/*招聘信息详细页--------------------------*/

.con_txt{padding-top: 10px;}
.con_txt .p1{font-size: 16px;color: #666;margin-bottom: 30px;}
.con_txt .h3{font-size: 25px;color: #333;margin-bottom: 30px;}
.con_txt .txtm span{font-size: 18px;font-weight: bold;color: #666;margin-bottom: 15px;display: block;}
.con_txt .txtm{font-size: 14px;color: #666;line-height: 30px;margin-bottom: 20px;}
iframe{height: 600px;padding-bottom: 30px;}
@media (max-width:1023px){
.con_txt{padding-top: 0px;}
.con_txt .p1{font-size: 14px;color: #666;margin-bottom: 20px;}
.con_txt .h3{font-size: 20px;color: #333;margin-bottom: 10px;}
.con_txt .txtm span{font-size: 16px;font-weight: bold;color: #666;margin-bottom: 5px;display: block;}
.con_txt .txtm{font-size: 14px;color: #666;line-height: 26px;margin-bottom: 10px;}
iframe{height: 300px;padding-bottom: 10px;}
.joinm{padding-top: 0px;padding-bottom: 30px;}
.joinm_l{width: 100%;float: left;position: relative;font-size: 14px;line-height: 26px;}
.joinm_r{width: 25%;float: right;padding: 50px 20px 0px 0px; display: none;}	
}




/** == 联系我们01 ======================================================================================================================================*/
.con01{}
.con01_l{width: 50%; float: left;}
.con01_r{width: 45%; float: right;}
.con01_r iframe{width: 100%;  height: 665px; box-shadow:15px 15px 0 #0c4da2;}

.con01_l_box{padding:  25px 0 25px 20px; border-bottom:  2px dashed #dfe2ee;}
.con01_l_img{ width:130px; float: left;text-align: center;}
.con01_l_img p{margin-top: 10px; font-size: 20px; line-height: 1;  color: #000;}

.con01_l_txt{ width: calc(100% - 150px); float: right;  padding-top: 10px; font-size: 18px; line-height:30px;}
.con01_l_txt b{font-size: 26px; color: #0c4da2;}
	
.con01_l_txt a{color: #333;}
.con01_l_txt a:hover{color: #0c4da2;}
	
@media (max-width:1023px){
.con01_l{width: 100%; float: left; padding-bottom: 30px;}
.con01_r{width: 100%; float: right;}
.con01_r iframe{width: 100%;  height: 505px; box-shadow:0px 15px 0 #0c4da2;}
	
.con01_l_box{padding:  4% 0 4% 0px; border-bottom:  2px dashed #dfe2ee;}
.con01_l_img{ width:90px; float: left;text-align: center;}
.con01_l_img img{width: 40px;}
.con01_l_img p{margin-top: 5px; font-size: 12px;  color: #000;}
	
.con01_l_txt{ width: calc(100% - 100px); float: right;  padding-top: 8px; padding-right: 10px; font-size: 14px; line-height:22px;}
.con01_l_txt b{font-size: 20px; color: #0c4da2;}
}
/** == 联系我们01 ======================================================================================================================================*/
























/** PC在线客服 ====================================================================================*/
.pc_kefu{position:fixed; width: 70px;right:0;top:50%;margin-top:-200px;z-index:9999; }
.pc_kefu dl{width: 100%;height: 70px;position: relative; z-index: 2; margin-bottom: 1px;}
.pc_kefu dl dt{width: 70px;height: 70px; box-sizing: border-box; padding: 7px 0; color:#FFFFFF;background-color: #21282e;cursor: pointer;position: relative; z-index: 5;transition: all 0.6s ease; text-align: center; }
.pc_kefu dl a{color: #fff;}
.pc_kefu dl dt i{ display: inline-block; width: 25px; height: 25px;margin-top: 5px; background-repeat:no-repeat; background-position:center center; background-size:auto;}
.pc_kefu dl dt p{ font-size: 12px; margin-top: 3px;}

.pc_kefu dl dd{ width: 150px;min-height: 70px; line-height: 25px; color: #fff; background-color:rgba(0, 0, 0, 0.8);padding: 10px 20px;position: absolute; top: 0;right:-150px;z-index: 1;transition: all 0.6s ease;}
.pc_kefu dl dd.wechat{padding: 10px 10px;}
.pc_kefu dl:hover dt{background-color: #0c4da2;}
.pc_kefu dl:hover dd{right: 70px;}

.pc_kefu dl dt i.ico1{background-image:url(../images/kefu/icon1.png);}/*在线*/
.pc_kefu dl dt i.ico2{background-image:url(../images/kefu/icon2.png);}/*QQ*/
.pc_kefu dl dt i.ico3{background-image:url(../images/kefu/icon3.png);}/*微信*/
.pc_kefu dl dt i.ico4{background-image:url(../images/kefu/icon4.png);}/*电话*/
.pc_kefu dl dt i.ico5{background-image:url(../images/kefu/icon5.png);}/*邮箱*/
.pc_kefu dl dt i.ico6{background-image:url(../images/kefu/icon6.png);}/*微博*/
.pc_kefu dl dt i.ico7{background-image:url(../images/kefu/icon7.png);}/*查找*/
.pc_kefu dl dt i.ico8{background-image:url(../images/kefu/icon8.png);}/*联系我们*/
.pc_kefu dl dt i.ico9{background-image:url(../images/kefu/icon9.png);}/*分享*/
.pc_kefu dl dt i.ico10{background-image:url(../images/kefu/icon10.png);}/*返回*/

@media (max-width:1023px){
	.pc_kefu{display: none;}
}
/** PC在线客服 ====================================================================================*/

/** MOB在线客服 ====================================================================================*/
.mob_kefu{display: none;}
@media (max-width:1023px){
.mob_kefu{display:flex; position: fixed; bottom: 0px;left: 0px; width: 100%;background-color: #0c4da2; z-index: 999; box-shadow:0 0 15px rgba(0,0,0,0.35);}
.mob_kefu li{ color: #fff; padding: 10px 0px 10px 0px; width: 25%; float: left; text-align: center;}
.mob_kefu li a{ display: block; color: #fff; font-size: 0.56rem;}
.mob_kefu li a img{width: 25px;}
.mob_kefu li a p{padding-top: 5px;}
.mob_kefu_tel{width: 50px;position: absolute;left: calc(50% - 25px);top: -25px;animation: mob_kefu_teltiao 2s infinite;}
.mob_kefu_tel img{width: 100%;}
}
@keyframes mob_kefu_teltiao {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
  }
  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
            transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -14px, 0);
            transform: translate3d(0, -14px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
            transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -6px, 0);
            transform: translate3d(0, -6px, 0);
  }
  90% {
    -webkit-transform: translate3d(0,-1px,0);
            transform: translate3d(0,-1px,0);
  }
}

/** MOB在线客服 ====================================================================================*/


/** 手机微信弹出 ====================================================================================*/
@media (max-width:1023px){
.zhezhaoBox{position:fixed;width:100%;height:100%;background-color:rgba(0,0,0,.5);top:0;left:0;z-index:99999;}
.wx_Box{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:80%;background-color:#fff;text-align:center;font-size:14px;padding:20px;border-radius:30px;z-index:999999;}
.wx_Box>p{margin-top:10px}
.wx_Box>img{width:60px;height:60px}
.wx_Txt1{font-size:18px;font-weight:700;}
.wx_conBtn{width:auto; display: inline-block; padding: 0px 20px; height:40px;color:#fff;font-size:16px;line-height:40px;text-align:center;margin:auto;background-color:#1aad19;margin-top:20px}
.wx_conBtn a{display:block;color:#fff}
.wx_close{text-align:right}
.wx_close>img{width:32px;height:32px;display:inline-block}
}
/** 手机微信弹出 ====================================================================================*/
