@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: #2c2c2c;  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: 100%; width: 100%; position: relative; padding: 0 0px;display: flex;justify-content: space-between;}
.max1440{margin: 0px auto; max-width: 1600px; width: 100%; padding: 0 30px;}
.max1200{margin: 0px auto; max-width: 1200px; width: 100%; padding: 0 30px;}
@media (max-width:1440px){

}
@media (max-width:1280px){
	.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 10px; 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 10px;}
	.max1200{padding: 0 10px;}
}
/* == 全局  ======================================================================================================================================*/



/** == 首页banner ======================================================================================================================================*/
.banner_box{ height:100vh; overflow:hidden; position:relative;margin-top: 0px;}
.banner_box .swiper-container{ z-index: auto;}
.banner_box .swiper-slide{ position:relative; overflow:hidden; background:#000000;}
.focus_img{ height:100%; transform:scale(1); transition:all 3s linear;position: relative;}
.focus_img .bg_hei{background:rgba(0,0,0,0.2); position: absolute;top: 0px;left: 0px;width: 100%;height: 100%;}
.focus_img img{width: 100%;height: 100vh;object-fit: cover;}
.banner_box .swiper-slide-active .focus_img{ transform:scale(1.1); transition:all 6s linear;} 
@media (max-width:1366px){
.banner_box{ height:780px; overflow:hidden; position:relative;margin-top: 75px;}
.focus_img img{width: 100%;height: 780px;object-fit: cover;}
}
@media (max-width:1023px){
.banner_box{ height:230px; overflow:hidden; position:relative;margin-top: 0rem;}
.banner_box .swiper-container{ z-index: auto;}
.banner_box .swiper-slide{ position:relative; overflow:hidden; background:#000000;}
.focus_img{ height:100%; transform:scale(1); transition:all 3s linear;position: relative;}
.focus_img .bg_hei{background:rgba(0,0,0,0.2); position: absolute;top: 0px;left: 0px;width: 100%;height: 100%;}
.focus_img img{width: 100%;height: 230px;object-fit: cover;}
.banner_box .swiper-slide-active .focus_img{ transform:scale(1.1); transition:all 6s linear;} 
}


/* banner上的文字 */
.wenzi_box{ position:absolute; left:0; top:50%; transform: translateY(-50%); z-index:1; width:100%; text-align: center; color:#FFFFFF;} 
.wenzi_box li{ width:100%; position: relative; display:none; }    
.show_tit i{ display:inline-block; vertical-align:text-bottom; transform:translateY(60px); opacity:0; transition:all 1s ease-in-out 0s;}
.wenzi_tit{line-height: 1.25; letter-spacing: 0.1em; font-weight: bold;font-size: 65px;margin-bottom: 40px; } 
.wenzi_txt1{font-size: 32px;margin-bottom: 20px;letter-spacing: 3px;} 
.wenzi_txt2{font-size: 22px;margin-bottom: 30px;}  
.zixun{background: #ea0028;color: #fff;display: inline-block;padding: 20px 50px;font-size: 20px;}
.wenzi_tit i, .wenzi_txt1 i, .wenzi_txt2 i{ display:inline-block; vertical-align:middle; font-style: normal;}
.wenzi_txt1 i{transform:translateX(-10px);} 
.wenzi_txt2 i{transform:translateX(-10px);} 
.wenzi_box li.active{ display:block;} 
.show_tit.act i,
.wenzi_box li.active .show_tit.act i{ transform:translateY(0); opacity:1;}
.wenzi_box li.active .wenzi_txt1.act i { transform:translateX(0);}
.wenzi_box li.active .wenzi_txt2.act i { transform:translateX(0);}
.ban_zixun {display: inline-block;color: #fff;background: #ea0028;padding: 10px 30px;font-size: 20px; transform:translateY(100px); opacity: 0;animation: 1s .7s move01 both;} 
.ban_zixun:hover{color: #fff;padding: 10px 50px;}
@keyframes move01 {100%{ transform:translateY(0%); opacity: 1;}} 
@media (max-width:1366px){
.wenzi_tit{line-height: 1.25; letter-spacing: 0.1em; font-weight: bold;font-size: 40px;margin-bottom: 20px; } 
.wenzi_txt1{font-size: 24px;margin-bottom: 20px;letter-spacing: 3px;} 
.wenzi_txt2{font-size: 20px;margin-bottom: 30px;}  
.ban_zixun {display: inline-block;color: #fff;background: #ea0028;padding: 10px 30px;font-size: 18px; transform:translateY(100px); opacity: 0;animation: 1s .7s move01 both;} 
.ban_zixun:hover{color: #fff;padding: 10px 50px;}
}
@media (max-width:1023px){
.wenzi_box{ position:absolute; left:0; top:50%; transform: translateY(-50%); z-index:1; width:100%; text-align: center; color:#FFFFFF;padding: 0px 30px;}   
.wenzi_tit{line-height: 1.25; letter-spacing: 0.1em; font-weight: bold;font-size: 22px;margin-bottom: 10px;} 
.wenzi_txt1{font-size: 14px;margin-bottom: 20px;letter-spacing: 3px;} 
.wenzi_txt2{font-size: 22px;margin-bottom: 30px;display: none;} 
.ban_zixun {display: inline-block;color: #fff;background: #ea0028;padding: 8px 30px;font-size: 14px; transform:translateY(100px); opacity: 0;animation: 1s .7s move01 both;display: none;} 
.ban_zixun:hover{color: #fff;padding: 10px 50px;} 
}
/* banner上的文字 */


/** banner箭头 =====*/
.banner_box .swiper-button-prev {left:30px; width: 50px; height: 50px; opacity:1; top: 50%; transition: all 0.5s ease-out;}
.banner_box .swiper-button-next {right:30px; width: 50px; height: 50px; opacity:1; top: 50%; transition: all 0.5s ease-out;}
.banner_box .swiper-button-prev {background-color:rgba(0,0,0,0.5);background-image:url(../images/bannerleft.png); background-repeat:no-repeat; background-position:center center; background-size:50%; text-align: center;border-radius:100%; }
.banner_box .swiper-button-next { background-color:rgba(0,0,0,0.5);background-image:url(../images/bannerright.png); background-repeat:no-repeat; background-position:center center; background-size:50%; text-align: center;border-radius:100%; }
.banner_box .swiper-button-prev.swiper-button-disabled{opacity:0.1;background-color:none;background-image:url(../images/bannerleft.png);}/*^到头^*/
.banner_box .swiper-button-next.swiper-button-disabled{opacity:0.1;background-color:none;background-image:url(../images/bannerright.png);}/*^到头^*/
.banner_box .swiper-button-prev:hover{opacity: 0.8;left:40px;}
.banner_box .swiper-button-next:hover{opacity: 0.8;right:40px;}

/** banner点点点 =====*/
.banner_box .swiper-pagination{ bottom: 30px;}
.banner_box .swiper-pagination-bullet{ vertical-align: bottom; background: none!important; border-radius:0; margin: 0 3px; position: relative; width: 50px; height: 5px; opacity: 1; filter: alpha(opacity=100); }  
.banner_box .swiper-pagination-bullet:before {content: "";position: absolute;top: 0;left: 0;background:rgba(255,255,255, .35);width: 100%;height: 5px;}
.banner_box .swiper-pagination-bullet:after {content: "";position: absolute;top: 0;left: 0;z-index: 1;background: #fff;width: 100%;height: 5px;transform: scaleX(0);transform-origin: 0;} 
.banner_box .swiper-pagination-bullet-active:after {-webkit-animation: 5s .2s move02 both;animation: 5s .2s move02 both;} 
@keyframes move02 {
  0% {transform: scaleX(0);}
  100% {transition: transform 5s linear;transform: scaleX(1);}
} 
@media (max-width:1023px){
.banner_box .swiper-pagination{ bottom: 10px;} 
.banner_box .swiper-button-prev {left:10px; width: 30px; height: 30px; opacity:1; top: 50%; transition: all 0.5s ease-out;}
.banner_box .swiper-button-next {right:10px; width: 30px; height: 30px; opacity:1; top: 50%; transition: all 0.5s ease-out;}
.banner_box .swiper-button-prev:hover{opacity: 0.8;left:10px;}
.banner_box .swiper-button-next:hover{opacity: 0.8;right:10px;}
}



/** == pag_ban ====================================================================================*/
.pag_ban{position: relative;overflow: hidden;height: 300px; margin-top: 90px;transition: all 0.5s ease-out;}
.pag_ban:before {content: ''; position: absolute; background-color: rgba(0, 0, 0, 0.4); 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:center; position: relative; width: 100%;  margin: 0px auto; filter:shadow(Color=#000,Direction=10,Strength=10);
	top: 50%; -webkit-transform:translateY(-50%); transform:translateY(-50%); }
.pag_ban_tit .tf30{ font-size: 45px; padding-bottom: 10px; }
.pag_ban_tit .tf16{ font-size: 16px; line-height: 30px; font-family:HELVETICANEUELTPRO-THEX, "微软雅黑";}

@media (max-width:1366px){
.pag_ban{height: 300px; overflow: hidden; margin-top:0px;}
.pag_ban_tit{padding: 0px 20px 0px 20px;}
.pag_ban_tit .tf30{ font-size: 36px; padding-bottom: 10px; }
.pag_ban_tit .tf16{ font-size: 16px; line-height: 30px; font-family:HELVETICANEUELTPRO-THEX, "微软雅黑";}
}

@media (max-width:1023px){
.pag_ban{height: 120px; margin-top: 0rem;}
.pag_ban_tit .tf30{ font-size:26px; font-weight:600;  padding-bottom: 5px;}
.pag_ban_tit .tf16{ font-size: 12px; line-height: 20px; font-family:HELVETICANEUELTPRO-THEX, "微软雅黑";}
}
/** == pag_ban ====================================================================================*/

.location{ font-size: 14px;}
.location a{color:#fff;} 
.location a:hover{color:#003e8b;}

/** pc_header header ========================================================================================================================*/
.pc_header{width: 100%; height: 105px; position:fixed; top: 0px; left: 0px; z-index: 9999; background:rgba(255,255,255,1); padding: 0px 0px; box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);transition: all 0.5s ease-out; border-top: 5px solid #003e8b;}
.pc_header.top_fixedY{background: #0053cc; position: fixed;-webkit-transform: translateY(0%);-ms-transform: translateY(-100%);transform: translateY(-100%);transition: all 0s 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:1366px){
.pc_header{width: 100%; height: 105px; position:fixed; top: 0px; left: 0px; z-index: 9999; background:rgba(255,255,255,1); padding: 0px 0px; box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);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;padding-left: 30px;}
.pc_logo a{display: block;width: 400px;}
.pc_logo a img{ max-width:auto; height:60px;float: left;margin-right: 10px;}
.pc_logo a .h2{display: block;font-size: 26px;color: #333;font-weight: bold;line-height: 1;margin-top: 7px;margin-bottom: 5px;}
.pc_logo a .h1{display: block;font-size: 13px;color: #333;line-height: 1; padding-top: 3px; opacity: 0.7;}
 
@media (max-width:1366px){
  .pc_logo a img{ max-width:auto; height:60px;float: left;margin-right: 5px;}
  .pc_logo a .h2{display: block;font-size: 20px;color: #333;font-weight: bold;line-height: 1;margin-top: 15px;margin-bottom: 5px;}
  .pc_logo a .h1{display: block;font-size: 12px;color: #333;line-height: 1;}
}
@media (max-width:1280px){
  .pc_logo{float: left; height: 100%; display: -webkit-flex; /* Safari */display: flex; -webkit-align-items: center; /* Safari 6.1+ */ align-items: center;padding-left: 0px;}
  .pc_logo a{display: block;width: 350px;}
}
@media (max-width:998px){
  .pc_logo{float: left; height: 100%; display: -webkit-flex; /* Safari */display: flex; -webkit-align-items: center; /* Safari 6.1+ */ align-items: center;padding-left: 0px;}
  .pc_logo a{display: block;width: 280px;}
}

/** pc_nav 通用导航 ====================================================================================*/
.pc_nav {width:auto; margin: 0px auto; float: left; }
.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: #000; font-weight: bold; margin: 0px 25px 0px 25px; font-size: 20px; line-height: 100px; text-align: center; display: block; position: relative;overflow: hidden;}
.pc_nav > ul > li.nav-one > a:after{content: "";position: absolute;bottom: 0px;left: 0px;width: 0%;border-bottom: 4px solid #003e8b;transition: all 0.5s ease-out;overflow: hidden;}
.pc_nav > ul > li.nav-one:hover > a {color: #003e8b; font-weight: 600; }
.pc_nav > ul > li.nav-one > a.on{color: #003e8b;}
.pc_nav > ul > li.nav-one > a.on:after{width: 100%;}
.pc_nav > ul > li.nav-one > a:hover:after{width: 100%;}
/*一级菜单*/
@media (max-width:1680px){
.pc_nav > ul > li.nav-one > a {color: #000; margin: 0px 20px 0px 20px; font-size: 20px; line-height: 100px; text-align: center; display: block; position: relative;overflow: hidden;}
}
@media (max-width:1600px){
  .pc_nav > ul > li.nav-one > a {color: #000; margin: 0px 20px 0px 20px; font-size: 20px; line-height: 100px; text-align: center; display: block; position: relative;overflow: hidden;}
}

@media (max-width:1366px){
  .pc_nav > ul > li.nav-one > a {color: #000; margin: 0px 10px 0px 10px; font-size: 18px; line-height: 100px; text-align: center; display: block; position: relative;overflow: hidden;}
}


/*二级菜单*/
.pc_nav > ul > li.nav-one > ul.nav-two {opacity: 0; width: 120%;height: auto;top:auto;left: -10%;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:#fff; color: #333; border-top: 1px solid #ddd; width:100%; height:50px;line-height: 50px;padding:0px 0px; text-align: center;display: block; text-decoration: none;transition: all 0.2s ease-out;}
.pc_nav > ul > li.nav-one > ul.nav-two >li:hover >a{ color: #fff; background: #003e8b;}
@media (max-width:1366px){
.pc_nav > ul > li.nav-one > ul.nav-two >li{height: 45px; transition: all 0.3s ease-out; position: relative;}
.pc_nav > ul > li.nav-one > ul.nav-two >li >a{font-size: 14px; background:#fff; color: #333; border-top: 1px solid #ddd; width:100%; height:45px;line-height: 45px;padding:0px 0px; text-align: center;display: block; text-decoration: none;transition: all 0.2s ease-out;} 
}
/*二级菜单*/


/*三级菜单*/
.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:#fff; position:relative; top: 0px; left:0px; right: 0px; z-index: 9999; box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.0);transition: all 0.5s ease-out;}
.m_header .header-section{width:100%; height: 100%; overflow: hidden; }
.m_header .header-section .mob_logo{height:100%; padding:0.3rem 0.4rem; float: left; overflow: hidden; width: 100%;}
.m_header .header-section .mob_logo a{display: block; height: 100%;}
.m_header .header-section .mob_logo a img{height:100%;float: left;margin-right: 0.2rem;}
.m_header .header-section .mob_logo a .h2{display: block;color: #000;font-size:18px;padding-top: 0.15rem;padding-bottom: 0; font-weight: bold;}
.m_header .header-section .mob_logo a .h1{display: block;color: #000;font-size: 12px;}

.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:#000;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:#fff;}/*移动悬浮追加*/
/*移动导航logo按钮*/



.m_header .m-navbar{background-color:#003e8b;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;}
.m-navbar .nav-closed .m-navbar_logo{height:100%; padding:0.3rem 0.4rem; float: left; overflow: hidden;width: 100%;}
.m-navbar .nav-closed .m-navbar_logo a{display: block; height: 100%;}
.m_header .nav-closed .m-navbar_logo a img{height:100%;float: left;margin-right: 0.2rem;}
.m_header .nav-closed .m-navbar_logo a h2{display: block;color: #fff;font-size: 0.6rem;padding-top: 0.15rem;padding-bottom: 0.1rem;}
.m_header .nav-closed .m-navbar_logo a h1{display: block;color: #fff;font-size: 0.4rem;}

.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:#fff;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: #fff;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(255,255,255,0.4); margin-left: 10px; }
#navbar .m_navul li a:hover{ color: #94a7dc;}
#navbar .m_navul li a:hover span{ color: #94a7dc;}

#navbar .m_navul li .dropdown_menu{display: none; border-top: 1px solid #94a7dc;padding:0.2rem 0px;}
#navbar .m_navul li.dropdown.active .dropdown_menu{display: block;}
#navbar .m_navul li .dropdown_menu a{display: block; color: #bdcefd; 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(189,206,253,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_r{ padding-top: 27px; float: right;background-repeat:no-repeat; background-position:center center;height: 90px;width: 300px; text-align: left;}
.pc_header_r a{display: inline-block;color: #fff;font-size: 20px; padding: 10px 20px; background-color: #003e8b;border-radius:25px;}
.pc_header_r a i{font-size: 18px;color: #fff;margin-right: 10px;}
.pc_header_r a:hover{color: #fff;}
@media (max-width:1600px){
  .pc_header_r { display: none;}
.pc_header_r a{display: inline-block;color: #003e8b;font-size: 16px;}
}
@media (max-width:1366px){
}
@media (max-width:1280px){
}


.index_title{text-align: center;position: relative; width: 100%;}
.index_title .title_en{font-size: 100px;line-height: 1;text-transform: uppercase;color: rgba(18, 38, 170, 0.06);font-family: Impact;}
.index_title .title_ch{font-size: 42px; font-weight: bold; line-height: 1;color: #333;transform: translate(-50%, -50%); position: absolute;top: 50%;left: 50%; width: 100%;}
.index_title .title_ch:after{content: "";position: absolute;bottom: -30px;left: 50%;width: 80px;border-bottom: 6px solid #003e8b;margin-left: -40px;}
@media (max-width:1366px){
.index_title{text-align: center;position: relative;}
.index_title .title_en{font-size: 80px;line-height: 1;text-transform: uppercase;color: rgba(18, 38, 170, 0.06);font-family: Impact;}
.index_title .title_ch{font-size: 32px;line-height: 1;color: #333;transform: translate(-50%, -50%); position: absolute;top: 50%;left: 50%;}
.index_title .title_ch:after{content: "";position: absolute;bottom: -30px;left: 50%;width: 80px;border-bottom: 4px solid #003e8b;margin-left: -40px;}
}
@media (max-width:1023px){
.index_title{text-align: center;position: relative;}
.index_title .title_en{font-size: 36px;line-height: 1;text-transform: uppercase;color: rgba(18, 38, 170, 0.06);font-family: Impact;}
.index_title .title_ch{font-size: 24px;line-height: 1;color: #333;transform: translate(-50%, -50%); position: absolute;top: 50%;left: 50%;}
.index_title .title_ch:after{content: "";position: absolute;bottom: -10px;left: 50%;width: 50px;border-bottom: 2px solid #003e8b;margin-left: -25px;}
}
/* 首页标题 */


.index1{background: #fff; margin-top: -120px; z-index: 99; position: relative; box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);}
.index1 .max1440{display: flex;flex-direction: row;justify-content: space-between;}
.index1 .box{color: #222;width: 25%;display: flex;align-items: center;justify-content: center;padding: 25px 30px;}
.index1 .box .box_icon{width: 60px;height: 60px;margin-right: 20px;border: 2px solid #003e8b; background-color: #003e8b; border-radius: 100%;display: flex;align-items: center;justify-content: center;
  background-repeat:no-repeat; background-position:center center; background-size:30px;}

.index1 .box .box_txt{font-size: 40px;line-height: 20px;height: 70px;overflow: hidden;flex: 1; font-weight: bold;}
.index1 .box .box_txt b{ font-family:Impact;font-size: 20px; height: 30px; line-height: 30px; display: block; overflow: hidden; margin-top: 0px; color: #003e8b;}
.index1 .box .box_txt b em{font-size: 14px; padding-left: 5px;color: #000;}
.index1 .box .box_txt span{ display: block; font-size: 14px; line-height: 20px; font-weight: 400; margin-top: 2px; color: #999;}
.index1 .box:hover{}
@media (max-width:1023px){
  .index1{background: #003e8b; margin-top: -100px; z-index: 99; position: relative; display: none;}
  .index1 .max1440{display: flex;flex-direction: row;justify-content: space-between;}
.index1 .box{color: #fff;width: 50%;display: flex;align-items: center;justify-content: center;padding: 10px 10px;}
.index1 .box .box_icon{width: 30px;height: 30px;margin-right: 20px;border: 2px solid #fff;border-radius: 100%;display: flex;align-items: center;justify-content: center;display: none;}

.index1 .box .box_txt{font-size: 14px;line-height: 14px;height: 14px;overflow: hidden;flex: 1;}
.index1 .box:hover{}
}
/* index1 */

.index2{padding-top: 70px;padding-bottom: 70px;background-image:url(../images/jj_bg.jpg); background-repeat:no-repeat; background-position:center top; background-size:100%;}

.index2 .index_title{text-align: center;position: relative;}
.index2 .index_title .title_en{font-size: 90px;line-height: 1;text-transform: uppercase;color: rgba(255, 255, 255, 0.2);font-family: Impact;}
.index2 .index_title .title_ch{font-size: 42px; font-weight: bold; line-height: 1;color: #fff;transform: translate(-50%, -50%); position: absolute;top: 50%;left: 50%;}
.index2 .index_title .title_ch:after{content: "";position: absolute;bottom: -30px;left: 50%;width: 80px;border-bottom: 6px solid #003e8b;margin-left: -40px;}

.ser_list{margin-top: 20px;display: flex;flex-direction: row;justify-content: space-between;flex-wrap: wrap;row-gap: 10px;margin-bottom: 30px;}
.ser_list a{display: block;width: 23%; margin: 20px 1% 0px 1%; padding-top: 16%;  position: relative;overflow: hidden; background-repeat:no-repeat; background-position:center center; background-size:cover; border-radius:10px; box-shadow:0 0 15px rgba(0,0,0,0.15);}

.ser_list a .txt{width:100%; height: 100%; position:absolute; padding-top: 53%; text-align: center; z-index: 9; top: 0; left: 0; background-color: rgba(24,70,147,0.2); transition: all 0.5s ease-out; text-transform:uppercase;}
.ser_list a .txt .h3{font-size: 24px; font-weight: bold; color: #fff; line-height: 35px; height: 35px; padding: 0px 20px; overflow: hidden;margin-bottom: 10px;}
.ser_list a .txt .more{font-size: 14px;color: #fff; display:none; }

.ser_list a:hover .txt{background-color: rgba(24,70,147,0.1); text-shadow: 1px 1px 1px #000;filter:shadow(Color=#000,Direction=10,Strength=10);}
.ser_list a:hover .txt .h3{color: #fff;}
.ser_list a:hover .txt .more{color: #fff;}


.index_more{text-align: center;}
.index_more a{display: inline-block;background: #003e8b;color: #fff;padding: 15px 40px;border-radius: 10px;}
.index_more a:hover{background: #ea0028;}
@media (max-width:1366px){
}
@media (max-width:1023px){

.index2 .index_title{text-align: center;position: relative;}
.index2 .index_title .title_en{font-size: 36px;line-height: 1;text-transform: uppercase;color: rgba(255, 255, 255, 0.2);font-family: Impact;}
.index2 .index_title .title_ch{font-size: 24px; font-weight: bold; line-height: 1;color: #fff;transform: translate(-50%, -50%); position: absolute;top: 50%;left: 50%;}
.index2 .index_title .title_ch:after{content: "";position: absolute;bottom: -30px;left: 50%;width: 80px;border-bottom: 6px solid #003e8b;margin-left: -40px;}

.index2{padding-top: 30px;padding-bottom: 30px;}
.ser_list{margin-top: 40px;display: flex;flex-direction: row;justify-content: space-between;flex-wrap: wrap;row-gap: 0px;margin-bottom: 20px;}
.ser_list a{display: block;width: 48%; margin: 8px 1% 0px 1%; padding-top: 36%;  position: relative;overflow: hidden; background-repeat:no-repeat; background-position:center center; background-size:cover; border-radius:10px; box-shadow:0 0 15px rgba(0,0,0,0.15);}

.ser_list a .txt{width:100%; height: 100%; position:absolute; padding-top: 53%; text-align: center; z-index: 9; top: 0; left: 0; background-color: rgba(24,70,147,0.1); transition: all 0.5s ease-out; text-transform:uppercase;}
.ser_list a .txt .h3{font-size: 14px; font-weight: 500; color: #fff; line-height: 35px; height: 35px; padding: 0px 20px; overflow: hidden; margin-bottom: 10px;}
.ser_list a .txt .more{font-size: 14px;color: #fff; display: none;}

.ser_list a:hover .txt{background-color: rgba(24,70,147,0.1); text-shadow: 1px 1px 1px #000;filter:shadow(Color=#000,Direction=10,Strength=10);}
.ser_list a:hover .txt .h3{color: #fff;}
.ser_list a:hover .txt .more{color: #fff; }


.index_more{text-align: center; }
.index_more a{display: inline-block;background: #003e8b;color: #fff; width: 98%; padding: 10px 25px;border-radius: 10px;font-size: 16px; font-weight: bold;}
.index_more a:hover{background: #ea0028;}
}
/* index2 */

.ser_listfz{margin-top: 20px;display: flex;flex-direction: row;justify-content: space-between;flex-wrap: wrap;row-gap: 10px;margin-bottom: 0px;}
.ser_listfz a{display: block;width: 18%; margin: 20px 1% 0px 1%; padding-top: 13%;  position: relative;overflow: hidden; background-repeat:no-repeat; background-position:center center; background-size:cover; border-radius:10px; box-shadow:0 0 15px rgba(0,0,0,0.15);}

.ser_listfz a .txt{width:100%; height: 100%; position:absolute; padding-top: 25%; text-align: center; z-index: 9; top: 0; left: 0; background-color: rgba(24,70,147,0.5); transition: all 0.5s ease-out; text-transform:uppercase;}
.ser_listfz a .txt .h3{font-size: 20px; font-weight: bold; color: #fff; line-height: 35px; height: 35px; padding: 0px 20px; overflow: hidden;margin-bottom: 10px;}
.ser_listfz a .txt .more{font-size: 14px;color: #fff; }

.ser_listfz a:hover .txt{background-color: rgba(24,70,147,0.1); text-shadow: 1px 1px 1px #000;filter:shadow(Color=#000,Direction=10,Strength=10);}
.ser_listfz a:hover .txt .h3{color: #fff;}
.ser_listfz a:hover .txt .more{color: #fff;}


@media (max-width:1023px){
.ser_listfz{margin-top: 20px;display: flex;flex-direction: row;justify-content: space-between;flex-wrap: wrap;row-gap: 10px;margin-bottom: 0px;}
.ser_listfz a{display: block;width: 48%; margin: 20px 1% 0px 1%; padding-top: 33%;  position: relative;overflow: hidden; background-repeat:no-repeat; background-position:center center; background-size:cover; border-radius:10px; box-shadow:0 0 15px rgba(0,0,0,0.15);}

.ser_listfz a .txt{width:100%; height: 100%; position:absolute; padding-top: 25%; text-align: center; z-index: 9; top: 0; left: 0; background-color: rgba(24,70,147,0.5); transition: all 0.5s ease-out; text-transform:uppercase;}
.ser_listfz a .txt .h3{font-size: 18px; font-weight: 600; color: #fff; line-height: 1.3; height: auto; padding: 0px 10px; overflow: hidden;margin-bottom: 10px;}
.ser_listfz a .txt .more{font-size: 12px;color: #fff; display: none;}

.ser_listfz a:hover .txt{background-color: rgba(24,70,147,0.1); text-shadow: 1px 1px 1px #000;filter:shadow(Color=#000,Direction=10,Strength=10);}
.ser_listfz a:hover .txt .h3{color: #fff;}
.ser_listfz a:hover .txt .more{color: #fff;}
}










.about_tel{ padding: 15px 0px; text-align: center; font-size: 20px; font-weight: bold;}


.index3{padding-top: 90px;padding-bottom: 90px;background-image:url(../images/aboubg.jpg); background-repeat:no-repeat; background-position:center center; background-size:cover;}
.index3 .index_title{text-align: center;position: relative;}
.index3 .index_title .title_en{font-size: 100px;line-height: 1;text-transform: uppercase;color: rgba(18, 38, 170, 0.2);font-family: Impact;}
.index3 .index_title .title_ch{font-size: 42px; font-weight: bold; line-height: 1;color: #000;transform: translate(-50%, -50%); position: absolute;top: 50%;left: 50%;}
.index3 .index_title .title_ch:after{content: "";position: absolute;bottom: -30px;left: 50%;width: 80px;border-bottom: 6px solid #003e8b;margin-left: -40px;}
.index_ab{margin-top: 0px;display: flex;flex-direction: row;justify-content: space-between;color: #333;}
.index_ab_l{width: 48%; padding: 0px 30px 0px 0px;border-radius: 10px;}
.index_ab_l .en{font-size: 18px;line-height:1.5;margin-bottom: 20px; font-weight: bold; color: #003e8b; }
.index_ab_l .tit{font-size: 40px;line-height: 40px;margin-bottom:10px; font-weight: bold; color: #000;}
.index_ab_l .txt{font-size: 16px;line-height: 25px;height: 275px;overflow: hidden;color: #666;position: relative;margin-bottom: 10px;}
.index_ab_l a{font-size: 14px;color: #ea0028;display: inline-block;}
ul.shuzi{display: flex;flex-wrap: wrap;}
ul.shuzi li{width:33.3333%;float: left;display: block;text-align: left;padding: 30px 20px 0px 0px;color: #003e8b; }
ul.shuzi li .p1 span{font-size: 44px;font-weight: bold;line-height: 40px; font-family: Impact;}
ul.shuzi li .p1 b{font-size: 14px; position: absolute;}
ul.shuzi li .p2{margin: 10px 0px;font-size: 16px;line-height: 20px;height: 20px;overflow: hidden;color: #666;}
.index_ab_r{width: 48%;}
.index_ab_r .imgzoom{padding-bottom: 55%; width: 100%; position: relative; overflow: hidden; }
.index_ab_r .imgzoom img{width: 100%;height: 100%; object-fit: cover;  position: absolute;transition: all .5s cubic-bezier(.5, 0, .2, 1) 0s; }
.index_ab_r .imgzoom:hover 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);}
.im_list{margin-top: 20px; height: 90px; display: flex;flex-direction: row;justify-content: space-between;}

.im_list .box{ width: 20%; background-color: rgba(255,255,255,0.5); ; border-radius: 5px;padding: 20px 20px 15px 20px; padding-top: 60px;  text-align: center; background-repeat:no-repeat; background-position:center 10px; background-size:45px;}
.im_list .box .txt{font-size: 18px;line-height: 22px;overflow: hidden; color: #333; font-weight: bold;}

@media (max-width:1366px){
.index3 .index_title{text-align: center;position: relative;}
.index3 .index_title .title_en{font-size: 80px;line-height: 1;text-transform: uppercase;color: rgba(18, 38, 170, 0.2);font-family: Impact;}
.index3 .index_title .title_ch{font-size: 32px;line-height: 1;color: #fff;transform: translate(-50%, -50%); position: absolute;top: 50%;left: 50%;}
.index3 .index_title .title_ch:after{content: "";position: absolute;bottom: -30px;left: 50%;width: 80px;border-bottom: 4px solid #003e8b;margin-left: -40px;}
}
@media (max-width:1023px){
.index3{padding-top: 0px;padding-bottom: 30px;}
.index3 .index_title{text-align: center;position: relative;}
.index3 .index_title .title_en{font-size: 36px;line-height: 1;text-transform: uppercase;color: rgba(18, 38, 170, 0.2);font-family: Impact;}
.index3 .index_title .title_ch{font-size: 26px;line-height: 1;color: #fff;transform: translate(-50%, -50%); position: absolute;top: 50%;left: 50%;}
.index3 .index_title .title_ch:after{content: "";position: absolute;bottom: -10px;left: 50%;width: 50px;border-bottom: 2px solid #003e8b;margin-left: -25px;}
.index_ab{margin-top: 20px;display: flex;flex-direction: column;justify-content: space-between;color: #333;flex-wrap: wrap;}
.index_ab_l{width: 100%;background: #fff;padding: 10px 10px 20px 10px;border-radius: 10px;margin-bottom: 20px;}
.index_ab_l .en{font-size:13px;line-height: 1.5;margin-bottom: 10px; font-weight: bold; color: #003e8b; }
.index_ab_l .tit{font-size: 20px;line-height: 1;margin-bottom: 10px;}
.index_ab_l .txt{font-size: 14px;line-height: 22px;height: auto;overflow: hidden;color: #666;position: relative;margin-bottom: 10px;}
.index_ab_l a{font-size: 14px;color: #ea0028;display: inline-block;}
ul.shuzi{display: flex;flex-wrap: wrap;margin-top: 10px;}
ul.shuzi li{width: 50%;float: left;display: block;text-align: left;padding: 10px 20px 0px 0px;color: #003e8b; }
ul.shuzi li .p1 span{font-size: 32px;font-weight: bold;line-height: 22px;}
ul.shuzi li .p1 b{font-size: 12px; position: absolute;}
ul.shuzi li .p2{margin: 5px 0px;font-size: 14px;line-height: 18px;height: 18px;overflow: hidden;color: #666;}
.index_ab_r{width: 100%;}
.index_ab_r .imgzoom{padding-bottom: 55%; width: 100%; position: relative; overflow: hidden; }
.index_ab_r .imgzoom img{width: 100%;height: 100%; object-fit: cover;  position: absolute;transition: all .5s cubic-bezier(.5, 0, .2, 1) 0s; }
.index_ab_r .imgzoom:hover 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);}
.im_list{margin-top: 20px;display: flex;flex-direction: row;justify-content: space-between;flex-wrap: wrap;}

.im_list .box{ width: 20%; background-color: rgba(255,255,255,0.5); ; border-radius: 5px;padding: 20px 10px 15px 10px; padding-top: 50px;  text-align: center; background-repeat:no-repeat; background-position:center 10px; background-size:35px;}
.im_list .box .txt{font-size: 16px;line-height: 22px; width:40px; margin: 0px auto; overflow: hidden; color: #333; font-weight: bold;}

}
/* index3 */

.index4{padding-top: 70px;padding-bottom: 70px;background: #f5f7f9;}
ul.peixun{margin-top: 50px;margin-left: -15px;margin-right: -15px;}
ul.peixun li{width: 25%;padding: 0px 15px;float: left;}
ul.peixun li a{display: flex;flex-direction: column;}
/* ul.peixun li:nth-child(2n) a{flex-direction: column-reverse;} */
ul.peixun li a .imgzoom{padding-bottom: 70%; width: 100%; position: relative; overflow: hidden; }
ul.peixun li a .imgzoom img{width: 100%;height: 100%; object-fit: cover;  position: absolute;transition: all .5s cubic-bezier(.5, 0, .2, 1) 0s; }
ul.peixun li a .imgzoom:hover 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.peixun li a .txt{background: #fff;padding: 30px 20px;text-align: center;}
ul.peixun li a .txt .h4{font-size: 24px;color: #333;line-height: 24px;height: 24px;overflow: hidden;margin-bottom: 10px;}
ul.peixun li a .txt .h5{font-size: 14px;color: #666; text-align: left; line-height: 25px;height: 50px;overflow: hidden;margin-bottom: 0px;}
ul.peixun li a .txt .more{font-size: 14px;color: #003e8b;}
ul.peixun li a:hover .more{color: #ea0028;}
@media (max-width:1023px){
.index4{padding-top: 30px;padding-bottom: 10px;background: #f5f7f9;}
ul.peixun{margin-top: 15px;margin-left: -10px;margin-right: -10px;}
ul.peixun li{width: 50%;padding: 0px 10px;float: left;margin-bottom: 20px;}
ul.peixun li a{display: flex;flex-direction: column;}
/* ul.peixun li:nth-child(2n) a{flex-direction: column;} */
ul.peixun li a .imgzoom{padding-bottom: 70%; width: 100%; position: relative; overflow: hidden; }
ul.peixun li a .txt{background: #fff;padding: 10px 10px 10px 10px;text-align: center;}
ul.peixun li a .txt .h4{font-size: 15px;color: #333;line-height: 22px; width: 100%;   margin: 0px auto; display: block; height: 22px;overflow: hidden;margin-bottom: 0px;}

ul.peixun li a .txt .more{font-size: 14px;color: #003e8b;}
ul.peixun li a:hover .more{color: #ea0028;}
}
/* index4 */


.index5{padding-top: 70px;padding-bottom: 70px;}
/** swiper01_box ====================================================================================*/
.swiper01_box{ width:100%; position: relative; margin: 10px auto 0px auto; padding: 30px 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: 0px; }
.swiper01_box .swiper-pagination-bullet{ background: #999;  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: #003e8b; width: 30px; opacity:1;}
/** 左右按钮 ============*/
.swiper01_box .swiper-button-prev {left: -50px;opacity:1;top: 45%;}
.swiper01_box .swiper-button-next {right:-50px;opacity:1;top: 45%; }
.swiper01_box .swiper-button-prev {width: 50px;height: 50px; text-align: center; background-color:none;background-image:url(../images/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/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/swiper_left01.png);}
.swiper01_box .swiper-button-next.swiper-button-disabled{opacity:0.5;background-color:none;background-image:url(../images/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: 1366px){
/** 左右按钮 ============*/
.swiper01_box .swiper-button-prev {left: 0px;opacity:1;top: 45%;}
.swiper01_box .swiper-button-next {right:0px;opacity:1;top: 45%; }
}

@media screen and (max-width: 1280px){
}
	
@media screen and (max-width: 1023px){
.index5{padding-top: 30px;padding-bottom: 30px;}  
.swiper01_box{ width:100%; position: relative; margin: 0px auto 0px auto; padding: 20px 0px 30px 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: 0px; }
.swiper01_box .swiper-pagination-bullet{ background: #999;  opacity: 0.8; width: 8px; height:8px;border-radius:5px;  margin: 0px 2px; transition: all 0.5s ease-out;}
.swiper01_box .swiper-pagination-bullet-active{ background: #003e8b; width: 20px; opacity:1;}

.swiper01_box .swiper-button-prev {left: 0px;opacity:1; top: 45%}
.swiper01_box .swiper-button-next {right:0px;opacity:1;top: 45%}
.swiper01_box .swiper-button-prev {width:30px;height: 30px; background-size:20px;}
.swiper01_box .swiper-button-next {width:30px;height: 30px; background-size:20px; }
}

.sw_item01{ position: relative; }
.sw_item01 .imgzoom{padding-bottom: 150%; width: 100%; position: relative; overflow: hidden; }
.sw_item01 .imgzoom img{width: 100%;height: 100%; object-fit: cover;  position: absolute;transition: all .5s cubic-bezier(.5, 0, .2, 1) 0s; }
.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);}
.sw_item01 .txt{padding: 30px 20px; border: 1px solid #ddd;  background-color: #f5f6f8;  width: 100%;  transition: all 0.5s ease-out; border-radius: 5px; }
.sw_item01 .txt .p1{ text-align: center; font-size: 20px; font-weight: bold; color: #333; height: 20px; line-height: 20px; overflow: hidden;margin-bottom: 15px;}
.sw_item01 .txt .p2{ text-align: left; font-size: 14px;   color: #666; height: 100px; line-height: 25px; overflow: hidden;margin-bottom: 15px;}
.sw_item01 .txt .p1 span{ font-size: 18px; padding-right: 5px;}
.sw_item01 .txt .more{text-align: center;}
.sw_item01 .txt .more a{display: inline-block;background: #003e8b;color: #fff;padding: 5px 10px;border-radius: 5px;}
.sw_item01 .txt .more a:hover{background: #ea0028;}
@media screen and (max-width: 1023px){
.sw_item01{ position: relative; }
.sw_item01 .imgzoom{padding-bottom: 150%; width: 100%; position: relative; overflow: hidden; }
.sw_item01 .imgzoom img{width: 100%;height: 100%; object-fit: cover;  position: absolute;transition: all .5s cubic-bezier(.5, 0, .2, 1) 0s; }
.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);}
.sw_item01 .txt{padding: 20px 15px; border: 1px solid #ddd;  width: 100%;  transition: all 0.5s ease-out;}
.sw_item01 .txt .p1{ font-size: 16px; color: #333; height: 20px; line-height: 20px; overflow: hidden;margin-bottom: 10px;}
.sw_item01 .txt .p1 span{font-weight: bold;font-size: 14px;}
.sw_item01 .txt .p2{ font-size: 14px; color: #666;  height: 120px; line-height: 20px; overflow: hidden;margin-bottom: 10px;}
.sw_item01 .txt .p2 span{font-weight: bold;font-size: 14px;color: #333;}
.sw_item01 .txt .more{text-align: center;}
.sw_item01 .txt .more a{display: inline-block;background: #003e8b;color: #fff;padding: 5px 10px;border-radius: 5px;}
.sw_item01 .txt .more a:hover{background: #ea0028;}
}
/* index5 */

.index6{padding-top: 70px;padding-bottom: 0px;background: #f5f7f9;}
.news_nav{ text-align: center;margin-top: 40px;}
.news_nav a{display: inline-block; padding: 10px 30px;font-size: 16px;margin: 0px 20px;border-radius: 20px;}
.news_nav a:hover{background: #003e8b; color: #fff;}
.news_nav a.on{ background: #003e8b; color: #fff;}
.index_news{ padding: 30px 0px 50px 0px;}
.index_news ul{ display: none;}
.index_news ul:first-child{display: block;}
.index_news ul li{ width: 48%; margin: 0px 1% 10px 1%; float: left; }
.index_news ul li a{display: block;background: #fff;padding: 10px 10px 10px 60px;position: relative;}
.index_news ul li a:after{content: "";position: absolute;top: 10px;left: 10px;width: 34px;height: 31px; background-image:url(../images/icon-22b.png);background-repeat:no-repeat; background-position:center center; background-size:34px;}
.index_news ul li a .txt{font-size: 18px;line-height: 30px;height: 30px;overflow: hidden;color: #666;}
.index_news ul li a i{position: absolute;top: 50%;right: 50px;font-size: 30px;color: #003e8b;margin-top: -15px;}
.index_news ul li a:hover .txt{color: #ea0028;}
.index_news ul li a:hover i{color: #ea0028;}

@media screen and (max-width: 1023px){
.index6{padding-top: 30px;padding-bottom: 0px;background: #f5f7f9;}
.news_nav{ text-align: center;margin-top: 20px;}
.news_nav a{display: inline-block; padding: 5px 15px;font-size: 16px;margin: 0px 10px;border-radius: 20px;}
.news_nav a:hover{background: #003e8b; color: #fff;}
.news_nav a.on{ background: #003e8b; color: #fff;}
.index_news{ padding: 20px 0px 20px 0px;}
.index_news ul{ display: none;}
.index_news ul:first-child{display: block;}
.index_news ul li{ width: 100%; margin: 0px 0% 10px 0%; float: left; }
.index_news ul li a{display: block;background: #fff;padding: 10px 10px 10px 45px;position: relative;}
.index_news ul li a:after{content: "";position: absolute;top: 10px;left: 10px;width: 24px;height: 21px; background-image:url(../images/icon-22b.png);background-repeat:no-repeat; background-position:center center; background-size:24px;}
.index_news ul li a .txt{font-size: 16px;line-height: 1.3;height:auto;overflow: hidden;color: #666;}
.index_news ul li a i{position: absolute;top: 50%;right: 50px;font-size: 30px;color: #003e8b;margin-top: -15px;}
.index_news ul li a:hover .txt{color: #ea0028;}
.index_news ul li a:hover i{color: #ea0028;}
}
/* index6 */

.footer{padding-top: 50px;padding-bottom: 20px;background: #333;color: #fff;}
.footer1{display: flex;flex-direction: row;justify-content: space-between;padding-bottom: 30px;border-bottom: 1px solid #999;}
.footer1_l{width: 38%;}
.footer1_l .icon{width: 100px;float: left;}
.footer1_l .icon img{width: 100px;height: 100px;margin-bottom: 15px;}
.footer1_l .icon span{text-align: center; display: block;}
.footer1_l .txt{width: calc(100% - 130px);float: right;}
.footer1_l .txt .p1{font-size: 30px;font-family: impact;letter-spacing: 2px;line-height: 1;margin-bottom: 15px;}
.footer1_l .txt .p2{font-size: 16px;line-height: 26px;}
.footer1_r{width: 65%;text-align: left;}

.footer1_r dl{width:100%; margin-bottom: 10px;}
.footer1_r dl dd{width: auto; padding-right: 10px; float: left;}
.footer1_r dl dt{display: block;color: #fff;font-size: 18px; margin-bottom: 10px;  }
.footer1_r dl dt a{color: #fff;}
.footer1_r dl dt a:hover{color: #ea0028;}
.footer1_r dl dd a{display: block;color: #999;font-size: 14px; margin-bottom: 10px;}
.footer1_r dl dd a:hover{color: #fff;}

.fz_tj{padding-top: 30px;}
.fz_tj div{padding-bottom: 10px; font-size: 20px; font-weight: bold;}
.fz_tj a{display:inline-block; margin-right: 15px; color: #333;font-size: 16px; margin-bottom: 10px;}
.fz_tj a:hover{color: #003e8b;}


@media screen and (max-width: 1023px){
.footer{padding-top: 30px;padding-bottom: 100px;background: #333;color: #fff;}
.footer1{display: flex;flex-direction: row;justify-content: space-between;padding-bottom: 0px;border-bottom: 0px solid #999;}
.footer1_l{width: 100%;}
.footer1_l .icon{display: none;}
.footer1_l .txt{width: calc(100% - 0px);float: right;}
.footer1_l .txt .p1{font-size: 22px;font-family: impact;letter-spacing: 2px;line-height: 1;margin-bottom: 10px;}
.footer1_l .txt .p2{font-size: 14px;line-height: 24px;}
.footer1_r{display: none;}
}

.footer2{padding-top: 20px;padding-bottom: 20px;color: #999;display: flex;justify-content: space-between;}
.footer2_l{font-size: 14px;line-height: 24px; text-align: left;}
.footer2_l a{display: inline-block;color: #999;}
.footer2_l a:hover{color: #ea0028;}
.footer2_r{display: flex;}
.footer2_r a{font-size: 30px;display: flex; border: 2px solid #999;width: 40px;height: 40px;  border-radius: 100%; align-items: center;justify-content: center;margin-left: 20px;position: relative;color: #999;}
.footer2_r a:hover{ border: 2px solid #ea0028;color: #fff;background: #ea0028;}
.footer2_r a i{font-size: 20px;}
.footer2_r a .foot_tel{font-size: 14px;position: absolute;top: -60px;right: 0px;width: 240px;background: #fff; padding: 10px 10px;color: #333;font-weight: bold;text-align: center;border-radius: 10px;transition: all 0.5s ease-out; display: none;}
.footer2_r a .foot_tel span{display: inline-block;color: #ea0028;font-size: 22px;font-weight: bold;}
.footer2_r a:nth-child(2):hover .foot_tel{ display: block; }
@media screen and (max-width: 1023px){
.footer2_r{display: none;}
.footer2_l{font-size: 12px;line-height: 1.5;}
.footer2{padding-top: 20px;padding-bottom: 0px;color: #999;display: flex;justify-content: space-between;}
}

.footer3{padding-top: 20px;padding-bottom: 0px;display: flex;justify-content: space-between;}
.footer3 .box{width: 29%;}
.footer3 .box .h3{font-size: 18px;color: #fff;padding-bottom: 10px;margin-bottom: 15px;border-bottom: 1px solid #999;position: relative;}
.footer3 .box .h3:after{content: "";position: absolute;bottom: -1px;left: 0px;border-bottom: 2px solid #ea0028;width: 50px;}
.footer3 .box .txt{font-size: 14px;color: #999;line-height: 24px;}
@media screen and (max-width: 1023px){
.footer3{display: none;}
}
/* footer */

.yqlj{ display: block;}
@media screen and (max-width: 1023px){
  .yqlj{display: none;}
  }

.service1{padding-top: 60px;padding-bottom: 50px;background: #f5f7f9;}
.service_nav{ text-align: center;margin-top: 50px;}
.service_nav a{display: inline-block; padding: 15px 40px;background: #fff;margin: 0px 10px 20px 10px;font-size: 16px;border-radius: 10px;}
.service_nav a:hover{background: #003e8b; color: #fff;}
.service_nav a.on{ background: #003e8b; color: #fff;}
.service_list{margin-top: 0px;display: flex;justify-content: space-between; align-items:flex-start; position: relative;}
.ser1_l{width: 30%; top: 150px; position: sticky;}
.ser1_l .imgzoom{padding-bottom: 70%; width: 100%; position: relative; overflow: hidden; border: 10px #003e8b solid; border-radius: 20px; }
.ser1_l .imgzoom img{width: 100%;height: 100%; object-fit: cover;  position: absolute;transition: all .5s cubic-bezier(.5, 0, .2, 1) 0s; }
.ser1_l .imgzoom:hover 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);}
.ser1_r{width: 67%;padding-top: 0px;}
.ser1_r .tit{font-size: 30px;color: #000;margin-bottom: 10px;  }
.ser1_r .titm{font-size: 20px;color: #003e8b;padding-bottom: 10px;margin-bottom: 10px;border-bottom: 2px solid #ddd;}
.ser1_r .txt{font-size: 16px;color: #333;line-height: 30px;margin-bottom: 30px;}
.ser1_r a.qz_tan{display: inline-block;background: #003e8b;color: #fff;padding: 12px 30px;font-size: 16px;border-radius: 10px;}
.ser1_r a.qz_tan:hover{background: #ea0028;}
@media screen and (max-width: 1023px){
.service1{padding-top: 30px;padding-bottom: 30px;background: #f5f7f9;}
.ser1_l .imgzoom{padding-bottom: 65%; width: 100%; position: relative; overflow: hidden; }
.service_nav{ text-align: center;margin-top: 30px;}
.service_nav a{display: inline-block; padding: 8px 15px;background: #fff;margin: 0px 5px 10px 5px;font-size: 12px;border-radius: 10px;}
.service_nav a:hover{background: #003e8b; color: #fff;}
.service_nav a.on{ background: #003e8b; color: #fff;}
.service_list{margin-top: 0px;display: flex;justify-content: space-between;flex-wrap: wrap;flex-direction: column;}
.ser1_l{width: 100%; top: 0px;}
.ser1_r{width: 100%;padding-top: 20px;}
.ser1_r .tit{font-size: 24px;color: #000;margin-bottom: 5px; text-align: center;}
.ser1_r .titm{font-size: 14px;color: #003e8b;padding-bottom: 10px;margin-bottom: 10px;border-bottom: 2px solid #ddd;}
.ser1_r .txt{font-size: 16px;color: #1e1f24;line-height: 1.6;margin-bottom: 10px;}
.ser1_r a.qz_tan{display: inline-block;background: #003e8b;color: #fff;padding: 8px 15px;font-size: 12px;border-radius: 10px;}
.ser1_r a.qz_tan:hover{background: #ea0028;}
}
/* service1 */

.ser1_ll{width: 28%;}
.ser1_ll .imgzoom{padding-bottom: 150%; width: 100%; position: relative; overflow: hidden; }
.ser1_ll .imgzoom img{width: 100%;height: 100%; object-fit: cover;  position: absolute;transition: all .5s cubic-bezier(.5, 0, .2, 1) 0s; }
.ser1_ll .imgzoom:hover 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);}
.ser1_rr{width: 68%;padding-top: 0px;}

@media screen and (max-width: 1023px){
.ser1_ll{width: 50%; margin-left: 25%; margin-bottom: 15px;}
.ser1_ll .imgzoom{padding-bottom: 150%; width: 100%; position: relative; overflow: hidden; }
.ser1_ll .imgzoom img{width: 100%;height: 100%; object-fit: cover;  position: absolute;transition: all .5s cubic-bezier(.5, 0, .2, 1) 0s; }
.ser1_ll .imgzoom:hover 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);}
.ser1_rr{width: 100%;padding-top: 0px;}
}


.liucheng{padding-top: 90px;padding-bottom: 90px;}
.main_cont{margin-top: 50px;display: flex;flex-direction: row;justify-content: space-between;}
.main_cont .box{width: 15.6%;position: relative;text-align: center;}
.main_cont .box:after{content: "";position: absolute;background-image:url(../images/img-108.png);background-repeat:no-repeat; background-position:right center; background-size:cover;width: 56%;height: 5px;right: -32%;top: 37px;}
.main_cont .box:last-child:after{background-image: none;}
.main_cont .box .row{width: 80px;height: 80px;line-height: 80px;text-align: center; color: #003e8b;margin: 0px auto 30px auto;font-weight: bold;font-size: 30px; background-repeat:no-repeat; background-position:center center; background-size:cover;}
.main_cont .box .main{font-size: 16px; color: #333;}
@media screen and (max-width: 1023px){
.liucheng{padding-top: 30px;padding-bottom: 30px;}
.main_cont{margin-top: 30px;display: flex;flex-direction: row;justify-content: space-between;flex-wrap: wrap;}
.main_cont .box{width: 33%;position: relative;text-align: center;margin-bottom: 20px;}
.main_cont .box:after{content: "";position: absolute;background-image:url(../images/img-108.png);background-repeat:no-repeat; background-position:right center; background-size:cover;width: 56%;height: 5px;right: -32%;top: 37px;background-image: none;}
.main_cont .box:last-child:after{background-image: none;}
.main_cont .box .row{width: 60px;height: 60px;line-height: 60px;text-align: center; color: #003e8b;margin: 0px auto 5px auto;font-weight: bold;font-size: 20px; background-repeat:no-repeat; background-position:center center; background-size:cover;}
.main_cont .box .main{font-size: 14px; color: #333;}
}
/* liucheng */


.peixun_more{padding-top: 90px;padding-bottom: 90px;}
/** swiper02_box ====================================================================================*/
.swiper02_box{ width:100%; position: relative; margin: 10px auto 0px auto; padding: 30px 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: 0px; }
.swiper02_box .swiper-pagination-bullet{ background: #999;  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: #003e8b; width: 30px; opacity:1;}
/** 左右按钮 ============*/
.swiper02_box .swiper-button-prev {left: -50px;opacity:1;top: 45%;}
.swiper02_box .swiper-button-next {right:-50px;opacity:1;top: 45%; }
.swiper02_box .swiper-button-prev {width: 50px;height: 50px; text-align: center; background-color:none;background-image:url(../images/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/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/swiper_left01.png);}
.swiper02_box .swiper-button-next.swiper-button-disabled{opacity:0.5;background-color:none;background-image:url(../images/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: 1366px){
/** 左右按钮 ============*/
.swiper02_box .swiper-button-prev {left: 0px;opacity:1;top: 45%;}
.swiper02_box .swiper-button-next {right:0px;opacity:1;top: 45%; }
}

@media screen and (max-width: 1280px){
}
	
@media screen and (max-width: 1023px){
.peixun_more{padding-top: 30px;padding-bottom: 30px;}
.swiper02_box{ width:100%; position: relative; margin: 0px auto 0px auto; padding: 20px 0px 30px 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: #999;  opacity: 0.8; width: 8px; height:8px;border-radius:5px;  margin: 0px 2px; transition: all 0.5s ease-out;}
.swiper02_box .swiper-pagination-bullet-active{ background: #003e8b; width: 20px; opacity:1;}

.swiper02_box .swiper-button-prev {left: 0px;opacity:1; top: 45%}
.swiper02_box .swiper-button-next {right:0px;opacity:1;top: 45%}
.swiper02_box .swiper-button-prev {width:20px;height: 20px; background-size:20px;}
.swiper02_box .swiper-button-next {width:20px;height: 20px; background-size:20px; }
}

a.sw_item02{ display: block;}
a.sw_item02 .imgzoom{padding-bottom: 70%; width: 100%; position: relative; overflow: hidden; }
a.sw_item02 .imgzoom img{width: 100%;height: 100%; object-fit: cover;  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{background: #f5f7f9;padding: 30px 25px;}
a.sw_item02 .txt .h3{font-size: 18px;color: #333;line-height: 20px;height: 20px;overflow: hidden;}
a.sw_item02 .txt .line{width: 60px;border-bottom: 3px solid #003e8b;margin: 10px 0px 15px 0px;}
a.sw_item02 .txt .h4{font-size: 16px;color: #666;line-height: 24px;height: 48px;overflow: hidden;margin-bottom: 15px;}
a.sw_item02 .txt .more{font-size: 14px;color: #003e8b;font-weight: bold;}
a.sw_item02:hover .txt .more{color: #ea0028;}
@media screen and (max-width: 1023px){
a.sw_item02{ display: block;}
a.sw_item02 .imgzoom{padding-bottom: 70%; width: 100%; position: relative; overflow: hidden; }
a.sw_item02 .imgzoom img{width: 100%;height: 100%; object-fit: cover;  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{background: #f5f7f9;padding: 10px 10px;}
a.sw_item02 .txt .h3{font-size: 16px;color: #333;line-height: 18px;height: 18px;overflow: hidden;}
a.sw_item02 .txt .line{width: 40px;border-bottom: 2px solid #003e8b;margin: 5px 0px 10px 0px;}
a.sw_item02 .txt .h4{font-size: 14px;color: #666;line-height: 20px;height: 40px;overflow: hidden;margin-bottom: 5px;}
a.sw_item02 .txt .more{font-size: 14px;color: #003e8b;font-weight: bold;display: none;}
a.sw_item02:hover .txt .more{color: #ea0028;}
}
/* peixun */


.about1{padding-top: 60px;padding-bottom: 60px;  }
.about1m{margin-top: 50px;position: relative;  display: flex;justify-content: space-between;flex-direction: row; align-items: flex-start;}
.about1_l{width: 48%;padding-top: 20px;}
.about1_l .tit{font-size: 36px;color: #333;letter-spacing: 1.2px;margin-bottom: 10px; font-weight: bold;}
.about1_l .titm{font-size: 18px;color: #666;margin-bottom: 20px;padding-bottom: 20px;border-bottom: 2px solid #ddd;position: relative;}
.about1_l .titm:after{content:" ";position: absolute;bottom: 0px;left: 0px;border-bottom: 2px solid #003e8b;width: 100px;}
.about1_l .txt{font-size: 16px;color: #666;line-height: 1.6;}
.about1_r{width: 48%;top: 150px; position:sticky; }
.about1_r .imgzoom{padding-bottom: 55%; width: 100%; position: relative; overflow: hidden;border-radius: 20px; }
.about1_r .imgzoom img{width: 100%;height: 100%; object-fit: cover;  position: absolute;transition: all .5s cubic-bezier(.5, 0, .2, 1) 0s; }
.about1_r .imgzoom:hover 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);}
@media (max-width:1023px){
.about1{padding-top: 30px;padding-bottom: 30px;}
.about1m{margin-top: 10px;display: flex;justify-content: space-between;flex-direction: column;}
.about1_l{width: 100%;padding-top: 10px;margin-bottom: 20px;}
.about1_l .tit{font-size: 20px;color: #333;letter-spacing: 1.2px;margin-bottom: 5px;}
.about1_l .titm{font-size: 14px;color: #666;margin-bottom: 10px;padding-bottom: 10px;border-bottom: 2px solid #ddd;position: relative;}
.about1_l .titm:after{content:" ";position: absolute;bottom: 0px;left: 0px;border-bottom: 2px solid #003e8b;width: 50px;}
.about1_l .txt{font-size: 16px;color: #666;line-height: 1.6;}
.about1_r{width: 100%;}
}
/* about1 */

.youshi{padding-top: 90px;padding-bottom: 50px;background-repeat:no-repeat; background-position:center center; background-size:cover;position: relative;z-index: 2;}
.youshi:after{content: "";background:rgba(18,38,170,0.7); width: 100%;height: 100%;position: absolute;top: 0px;left: 0px;z-index: -1;}
.youshi .index_title{text-align: center;position: relative;}
.youshi .index_title .title_en{font-size: 100px;line-height: 1;text-transform: uppercase;color: rgba(221, 221, 221, 0.2);font-family: Impact;}
.youshi .index_title .title_ch{font-size: 42px;line-height: 1;color: #fff;transform: translate(-50%, -50%); position: absolute;top: 50%;left: 50%;}
.youshi .index_title .title_ch:after{content: "";position: absolute;bottom: -30px;left: 50%;width: 80px;border-bottom: 6px solid #ddd;margin-left: -40px;}
.youshi_txt{color: #fff;margin: 50px auto 0px auto; font-size: 16px;line-height: 30px;max-width: 1000px;text-align: center;}
ul.shuzi2{display: flex;margin-top: 50px;}
ul.shuzi2 li{width: 25%;float: left;display: block;text-align: center;padding: 30px 20px;color: #fff; }
ul.shuzi2 li .p1 span{font-size: 50px;font-weight: bold;}
ul.shuzi2 li .p1 b{font-size: 14px; position: absolute;}
ul.shuzi2 li .p2{margin: 10px 0px;font-size: 16px;line-height: 20px;height: 20px;overflow: hidden;}
@media (max-width:1366px){
.youshi .index_title{text-align: center;position: relative;}
.youshi .index_title .title_en{font-size: 80px;line-height: 1;text-transform: uppercase;color: rgba(221, 221, 221, 0.2);font-family: Impact;}
.youshi .index_title .title_ch{font-size: 32px;line-height: 1;color: #fff;transform: translate(-50%, -50%); position: absolute;top: 50%;left: 50%;}
.youshi .index_title .title_ch:after{content: "";position: absolute;bottom: -30px;left: 50%;width: 80px;border-bottom: 4px solid #ddd;margin-left: -40px;}
}
@media (max-width:1023px){
.youshi{padding-top: 30px;padding-bottom: 30px;background-repeat:no-repeat; background-position:center center; background-size:cover;position: relative;z-index: 2;}
.youshi .index_title{text-align: center;position: relative;}
.youshi .index_title .title_en{font-size: 36px;line-height: 1;text-transform: uppercase;color: rgba(221, 221, 221, 0.2);font-family: Impact;}
.youshi .index_title .title_ch{font-size: 22px;line-height: 1;color: #fff;transform: translate(-50%, -50%); position: absolute;top: 50%;left: 50%;}
.youshi .index_title .title_ch:after{content: "";position: absolute;bottom: -10px;left: 50%;width: 50px;border-bottom: 2px solid #ddd;margin-left: -25px;}
.youshi_txt{color: #fff;margin: 20px auto 0px auto; font-size: 14px;line-height: 24px;max-width: 100%;text-align: center;}
ul.shuzi2{display: flex;margin-top: 20px;flex-wrap: wrap;}
ul.shuzi2 li{width: 50%;float: left;display: block;text-align: center;padding: 0px 10px 10px 10px;color: #fff; }
ul.shuzi2 li .p1 span{font-size: 22px;font-weight: normal;}
ul.shuzi2 li .p1 b{font-size: 14px; position: absolute;}
ul.shuzi2 li .p2{margin: 5px 0px;font-size: 14px;line-height: 16px;height: 16px;overflow: hidden;}
}
/* youshi */

.crumbs{padding: 20px 0px;border-bottom: 1px solid #ddd;color: #666;font-size: 14px;}
.crumbs a{color: #666;margin: 0px 5px;}
.crumbs a:hover{color: #003e8b;}
.crumbs a.on{color: #003e8b;}
@media (max-width:1023px){
.crumbs{display: none;}
}
/* 面包屑 */


.index_title .title_chx{font-size: 42px; font-weight: bold; line-height: 1;color: #333; }
@media (max-width:1023px){
  .index_title .title_chx{font-size: 30px; font-weight: bold; line-height: 1;color: #333; }
}

.pag_main{padding-top: 50px;padding-bottom: 40px;}
ul.team{margin-left: -15px;margin-right: -15px;margin-top: 50px;}
ul.team li{width: 25%;float: left;padding: 0px 15px;margin-bottom: 30px;}
ul.team li .main{position: relative;box-shadow:0 0 15px rgba(0,0,0,0.15);border-radius: 10px;}
.team_l{position: absolute;top: 0px;left: 0px;width: 150px;}
.team_l .imgzoom{padding-bottom: 150%; width: 100%; position: relative; overflow: hidden;border-radius: 10px 0px 0px 10px}
.team_l .imgzoom img{width: 100%;height: 100%; object-fit: cover;  position: absolute;transition: all .5s cubic-bezier(.5, 0, .2, 1) 0s; }
.team_l .imgzoom:hover 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);}
.team_r{min-height: 225px;padding: 20px 20px 20px 170px;}
.team_r .name{font-size: 18px;color: #333;line-height: 1.3;height: auto;overflow: hidden;margin-bottom: 10px;}
.team_r .name span{font-weight: bold;color: #003e8b;}
.team_r .p1{font-size: 14px;color: #666;line-height: 1.6;height:auto;overflow: hidden;margin-bottom: 10px;}
.team_r .p1 span{font-weight: bold;color: #003e8b;font-size: 14px;}
.team_r a{display: inline-block;background: #003e8b;color: #fff;padding: 5px 10px;font-size: 12px;border-radius: 5px;}
.team_r a:hover{background: #ea0028;}
@media (max-width:1023px){
.pag_main{padding-top: 30px;padding-bottom: 30px;}
ul.team{margin-left: 0px;margin-right: 0px;margin-top: 30px;}
ul.team li{width: 100%;float: left;padding: 0px 0px;margin-bottom: 20px;}
ul.team li .main{position: relative;box-shadow:0 0 15px rgba(0,0,0,0.0);border-radius: 10px;border: 1px solid #ddd;}
.team_l{position: absolute;top: 0px;left: 0px;width: 150px;}
.team_l .imgzoom{padding-bottom: 150%; width: 100%; position: relative; overflow: hidden;border-radius: 10px 0px 0px 10px}
.team_l .imgzoom img{width: 100%;height: 100%; object-fit: cover;  position: absolute;transition: all .5s cubic-bezier(.5, 0, .2, 1) 0s; }
.team_l .imgzoom:hover 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);}
.team_r{min-height: 225px;padding: 20px 20px 20px 170px;}
.team_r .name{font-size: 16px;color: #333;line-height: 1.5;height: auto;overflow: hidden;margin-bottom: 5px;}
.team_r .name span{font-weight: bold;color: #003e8b;}
.team_r .p1{font-size: 14px;color: #666;line-height: 1.5;height: auto;overflow: hidden;margin-bottom: 10px;}
.team_r .p1 span{font-weight: bold;color: #003e8b;font-size: 15px;}
.team_r a{display: inline-block;background: #003e8b;color: #fff;padding: 5px 10px;font-size: 12px;border-radius: 5px;}
.team_r a:hover{background: #ea0028;}
}
/* 团队介绍列表 */


ul.pei_list{margin-top: 50px;margin-left: -15px;margin-right: -15px;}
ul.pei_list li{padding: 0px 15px;width: 25%;float: left;margin-bottom: 30px;}
ul.pei_list li a{display: block;}
ul.pei_list li a .imgzoom{padding-bottom: 70%; width: 100%; position: relative; overflow: hidden; }
ul.pei_list li a .imgzoom img{width: 100%;height: 100%; object-fit: cover;  position: absolute;transition: all .5s cubic-bezier(.5, 0, .2, 1) 0s; }
ul.pei_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);}
ul.pei_list li a .txt{background: #f5f7f9;padding: 30px 25px;}
ul.pei_list li a .txt .h3{font-size: 18px;color: #333;line-height: 20px;height: 20px;overflow: hidden;}
ul.pei_list li a .txt .line{width: 60px;border-bottom: 3px solid #003e8b;margin: 10px 0px 15px 0px;}
ul.pei_list li a .txt .h4{font-size: 16px;color: #666;line-height: 24px;height: 48px;overflow: hidden;margin-bottom: 15px;}
ul.pei_list li a .txt .more{font-size: 14px;color: #003e8b;font-weight: bold;}
ul.pei_list li a:hover .txt .more{color: #ea0028;}
@media (max-width:1023px){
ul.pei_list{margin-top: 30px;margin-left: -5px;margin-right: -5px;}
ul.pei_list li{padding: 0px 5px;width: 50%;float: left;margin-bottom: 10px;}
ul.pei_list li a .txt{background: #f5f7f9;padding: 10px 10px;}
ul.pei_list li a .txt .h3{font-size: 16px;color: #333;line-height: 18px;height: 18px;overflow: hidden;}
ul.pei_list li a .txt .line{width: 40px;border-bottom: 2px solid #003e8b;margin: 5px 0px 10px 0px;}
ul.pei_list li a .txt .h4{font-size: 14px;color: #666;line-height: 20px;height: 40px;overflow: hidden;margin-bottom: 5px;}
ul.pei_list li a .txt .more{font-size: 12px;color: #003e8b;font-weight: bold;display: none;}
}
/* 保镖培训列表 */

ul.serpag_list{margin-top: 50px;margin-left: -15px;margin-right: -15px;}
ul.serpag_list li{padding: 0px 15px;width: 25%;float: left;margin-bottom: 30px;}
ul.serpag_list li a{display: block;}
ul.serpag_list li a .imgzoom{padding-bottom: 70%; width: 100%; position: relative; overflow: hidden; }
ul.serpag_list li a .imgzoom img{width: 100%;height: 100%; object-fit: cover;  position: absolute;transition: all .5s cubic-bezier(.5, 0, .2, 1) 0s; }
ul.serpag_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);}
ul.serpag_list li a .txt{background: #f5f7f9;padding: 15px 20px;}
ul.serpag_list li a .txt .h3{font-size: 16px;   color: #000;line-height: 20px;height: 40px;overflow: hidden; text-align: left;}
ul.serpag_list li a .txt .line{width: 60px;border-bottom: 3px solid #003e8b;margin: 10px 0px 15px 0px;}
ul.serpag_list li a .txt .h4{font-size: 16px;color: #666;line-height: 24px;height: 48px;overflow: hidden;margin-bottom: 15px;}
ul.serpag_list li a .txt .more{font-size: 14px;color: #003e8b;font-weight: bold;}
ul.serpag_list li a:hover .txt .more{color: #ea0028;}
@media (max-width:1023px){
ul.serpag_list{margin-top: 20px;margin-left: -5px;margin-right: -5px;}
ul.serpag_list li{padding: 0px 5px;width: 50%;float: left;margin-bottom: 10px;}
ul.serpag_list li a .txt{background: #f5f7f9;padding: 10px 10px;}
ul.serpag_list li a .txt .h3{font-size: 14px;color: #333;line-height: 22px;height: 44px;overflow: hidden;}
ul.serpag_list li a .txt .line{width: 40px;border-bottom: 2px solid #003e8b;margin: 5px 0px 10px 0px;}
ul.serpag_list li a .txt .h4{font-size: 14px;color: #666;line-height: 20px;height: 40px;overflow: hidden;margin-bottom: 5px;}
ul.serpag_list li a .txt .more{font-size: 12px;color: #003e8b;font-weight: bold;display: none;}
}
/* 保镖服务列表 */

ul.serfz_list{margin-top: 50px;margin-left: -15px;margin-right: -15px;}
ul.serfz_list li{padding: 0px 15px;width: 20%;float: left;margin-bottom: 10px;}
ul.serfz_list li:last-child{display: none;}
ul.serfz_list li a{display: block;}
ul.serfz_list li a .imgzoom{padding-bottom: 70%; width: 100%; position: relative; overflow: hidden; }
ul.serfz_list li a .imgzoom img{width: 100%;height: 100%; object-fit: cover;  position: absolute;transition: all .5s cubic-bezier(.5, 0, .2, 1) 0s; }
ul.serfz_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);}
ul.serfz_list li a .txt{background: #f5f7f9;padding: 20px 0px 0px 0px;}
ul.serfz_list li a .txt .h3{font-size: 18px;color: #333;line-height: 20px;height: 20px;overflow: hidden;}
ul.serfz_list li a .txt .line{width: 60px;border-bottom: 3px solid #003e8b;margin: 10px 0px 15px 0px;}
ul.serfz_list li a .txt .h4{font-size: 16px;color: #666;line-height: 24px;height: 48px;overflow: hidden;margin-bottom: 15px;}
ul.serfz_list li a .txt .more{font-size: 14px;color: #003e8b;font-weight: bold;}
ul.serfz_list li a:hover .txt .more{color: #ea0028;}
@media (max-width:1023px){
ul.serfz_list{margin-top: 30px;margin-left: -5px;margin-right: -5px;}
ul.serfz_list li{padding: 0px 5px;width: 50%;float: left;margin-bottom: 10px;}
ul.serfz_list li a .txt{background: #f5f7f9;padding: 10px 10px;}
ul.serfz_list li a .txt .h3{font-size: 18px;color: #333;line-height: 22px;height: 22px;overflow: hidden;}
ul.serfz_list li a .txt .line{width: 40px;border-bottom: 2px solid #003e8b;margin: 5px 0px 10px 0px;}
ul.serfz_list li a .txt .h4{font-size: 14px;color: #666;line-height: 20px;height: 40px;overflow: hidden;margin-bottom: 5px;}
ul.serfz_list li a .txt .more{font-size: 12px;color: #003e8b;font-weight: bold;display: none;}
}
/* 保镖服务列表 */


ul.news_list{margin-top: 0px;margin-left: -30px;margin-right: -30px;}
ul.news_list li{width: 50%;padding: 0px 30px 20px;margin-bottom: 20px;float: left; border-bottom: 1px solid #ddd;}
ul.news_list li a{display: block;padding-bottom: 10px; }
ul.news_list li a .name{font-size: 20px; color: #333;line-height: 20px;height: 20px;overflow: hidden;margin-bottom: 10px;transition: all 0.5s ease-out;}
ul.news_list li .time{font-size: 12px;color: #666;margin-bottom: 0px;}
ul.news_list li .txt{font-size: 14px;color: #666;line-height: 24px;height: 48px;overflow: hidden;margin-bottom: 10px;}
ul.news_list li .more{display: inline-block;background: #ddd;padding: 10px 30px;font-size: 12px;border-radius: 5px;transition: all 0.5s ease-out;}
ul.news_list li a:hover .name{color: #003e8b;}
ul.news_list li a:hover .more{background: #003e8b;color: #fff;}
@media (max-width:1023px){
ul.news_list{margin-top: 0px;margin-left: 0px;margin-right: 0px;}
ul.news_list li{width: 100%;padding: 0px 0px 15px;margin-bottom: 15px;float: left;}
ul.news_list li a{display: block; padding-bottom: 10px;}
ul.news_list li a .name{font-size: 16px; color: #333;line-height: 1.5;height: auto;overflow: hidden;margin-bottom: 0px;transition: all 0.5s ease-out;}
ul.news_list li a .time{font-size: 14px;color: #666;margin-bottom: 10px;}
ul.news_list li .txt{font-size: 12px;color: #666;line-height: 20px;height: 40px;overflow: hidden;margin-bottom: 10px; }
ul.news_list li a .more{display: inline-block;background: #ddd;padding: 5px 10px;font-size: 12px;border-radius: 5px;transition: all 0.5s ease-out;}
}
/* 新闻列表页 */


.news_info{ position: relative;display: flex;justify-content: space-between;align-items: flex-start;}
.info_l{ width: 70%;color: #333;}
.info_l .info_tit{padding-bottom: 30px;border-bottom: 2px solid #ddd;margin-bottom: 20px;}
.info_l .info_tit .h4{font-size: 28px;margin-bottom: 15px;color: #000; font-weight: bold;}
.info_l .info_tit span{font-size: 16px;margin-bottom: 15px;color: #666;margin-right: 30px;}
.info_l .info_txt{font-size: 18px;color: #333;line-height: 1.75;padding-bottom: 20px;border-bottom: 2px solid #ddd;position: relative;overflow: hidden;
  -webkit-user-select:none;-moz-user-select:none;-o-user-select:none;user-select:none;
}
.info_l .info_txt a{ color: #003e8b;}
.fanye{margin-top: 20px;margin-bottom: 20px;}
.fanyea{padding-bottom: 15px;color: #333;font-size: 16px; padding: 0px 0px;line-height: 30px;height: 30px;overflow: hidden; transition: all 0.5s ease-out;width: 100%;}
.fanyea a{color: #333;transition: all 0.5s ease-out;}
.fanyea a:hover{color: #003e8b; }
a.back{display: inline-block;background: #003e8b;color: #fff;padding: 10px 20px;font-size: 14px;border-radius: 5px;transition: all 0.5s ease-out;}
a.back:hover{padding: 10px 30px;}
.info_r{position: sticky;width: 25%;top: 130px;border: 1px solid #ddd;padding: 30px 20px 20px 20px;text-align: left;}
.info_r .tit{font-size: 20px;font-weight: bold;padding-bottom: 20px;border-bottom: 2px solid #003e8b;}
ul.news_tuijian{margin-top: 20px;}
ul.news_tuijian a{display:block;font-size: 16px;line-height: 50px;height: 50px;overflow: hidden;border-bottom: 1px dotted #ddd;color: #333;transition: all 0.5s ease-out;}
ul.news_tuijian a i{color: #666;margin-right: 15px;transition: all 0.5s ease-out;font-size: 14px;}
ul.news_tuijian a:hover{color: #003e8b;}
ul.news_tuijian a:hover i{color: #003e8b;}
@media (max-width:1023px){
.news_info{ position: relative;display: flex;justify-content: space-between;align-items: flex-start;flex-direction: column;}
.info_l{ width: 100%;color: #333;margin-bottom: 30px;}
.info_l .info_tit{padding-bottom: 10px;border-bottom: 2px solid #ddd;margin-bottom: 10px;text-align: center;}
.info_l .info_tit .h4{font-size: 20px;margin-bottom: 10px;color: #333;line-height: 1.4; text-align: left;}
.info_l .info_tit span{font-size: 12px;margin-bottom: 10px;color: #666;margin-right: 20px;}
.info_l .info_txt{font-size: 16px;color: #1e1f24;line-height: 1.6;padding-bottom: 20px;border-bottom: 2px solid #ddd;position: relative;overflow: hidden;}
.fanye{margin-top: 10px;margin-bottom: 10px;}
.fanyea{padding-bottom: 15px;color: #333;font-size: 14px; padding: 0px 0px;line-height: 26px;height: 26px;overflow: hidden; transition: all 0.5s ease-out;width: 100%;}
.fanyea a{color: #333;transition: all 0.5s ease-out;}
.fanyea a:hover{color: #003e8b; }
a.back{display: inline-block;background: #003e8b;color: #fff;padding: 5px 10px;font-size: 12px;border-radius: 5px;transition: all 0.5s ease-out;}
a.back:hover{padding: 10px 30px;}
.info_r{position: relative;width: 100%;top: 0px;border: 1px solid #ddd;padding: 15px 15px 15px 15px;text-align: left;}
.info_r .tit{font-size: 18px;font-weight: bold;padding-bottom: 10px;border-bottom: 2px solid #003e8b;}
ul.news_tuijian{margin-top: 10px;}
ul.news_tuijian a{display:block;font-size: 14px;line-height: 40px;height: 40px;overflow: hidden;border-bottom: 1px dotted #ddd;color: #333;transition: all 0.5s ease-out;}
ul.news_tuijian a i{color: #666;margin-right: 15px;transition: all 0.5s ease-out;font-size: 12px;}
ul.news_tuijian a:hover{color: #003e8b;}
ul.news_tuijian a:hover i{color: #003e8b;}
}
/* 新闻详细页 */


.con1{margin-top:50px;margin-bottom: 50px; font-size: 18px; line-height: 2;  }
.con1 .box{width: 22%;background: #003e8b;text-align: center;padding: 30px 20px;color: #fff;border-radius: 10px;}
.con1 .box img{width: 45px;height: 45px;margin-bottom: 30px;}
.con1 .box .p1{font-size: 20px;line-height: 1;margin-bottom: 10px;font-weight: bold;}
.con1 .box .p2{font-size: 16px;line-height: 26px;}
iframe{width: 100%;  height: 500px;margin-top: 60px;}
@media (max-width:1366px){
.con1{margin-top: 60px;margin-bottom: 120px;  }
.con1 .box{width: 22%;background: #003e8b;text-align: center;padding: 30px 20px;color: #fff;border-radius: 10px;}
.con1 .box img{width: 35px;height: 35px;margin-bottom: 20px;}
.con1 .box .p1{font-size: 18px;line-height: 1;margin-bottom: 10px;font-weight: bold;}
.con1 .box .p2{font-size: 16px;line-height: 26px;}
iframe{width: 100%;  height: 400px;margin-top: 60px;}
}
@media (max-width:1023px){
.con1{margin-top: 30px;margin-bottom: 0px; font-size: 16px; }  
.con1 .box{width: 100%;background: #003e8b;text-align: center;padding: 15px 15px;color: #fff;border-radius: 10px;margin-bottom: 10px;}
.con1 .box img{width: 30px;height: 30px;margin-bottom: 10px;}
.con1 .box .p1{font-size: 16px;line-height: 1;margin-bottom: 5px;font-weight: bold;}
.con1 .box .p2{font-size: 14px;line-height: 24px;}
iframe{width: 100%;  height: 400px;margin-top: 40px;}
}
/* 联系我们 */





















/** 检查浏览器版本 ====================================================================================*/
#hi-upgrade {position: fixed;top: 0;left: 0;z-index: 99999;width: 100%;height: 100%;background: #fff;font-size: 16px;line-height: 26px;text-align: center;}
#hi-upgrade .hi-wrap {position: absolute;top: 50%;left: 50%;margin: -177px 0 0 -450px;width: 900px;}
#hi-upgrade .hi-wrap .hi-title {font-size: 30px;line-height: 40px;color: #333;}
#hi-upgrade .hi-wrap .hi-close {margin: 10px 0;display: inline-block;cursor: pointer;font-size: 18px;color: #e9a171;}
#hi-upgrade .hi-wrap .hi-close:hover {text-decoration: underline;}
#hi-upgrade .hi-wrap .hi-text1 {color: #666;}
#hi-upgrade .hi-wrap .hi-text1 span {color: #e9a171;}
#hi-upgrade .hi-wrap .hi-text2 {position: relative;margin: 60px 0;color: #333;}
#hi-upgrade .hi-wrap .hi-text2::before {content: "";position: absolute;top: 50%;left: 0;z-index: 1;width: 100%;border-top: 1px solid #ddd;}
#hi-upgrade .hi-wrap .hi-text2 span {position: relative;z-index: 5;padding: 0 30px;background: #fff;}
#hi-upgrade .hi-wrap .hi-list {overflow: hidden;}
#hi-upgrade .hi-wrap .hi-list li {display: inline-block;width: 16%;}
#hi-upgrade .hi-wrap .hi-list li div {margin: 0 auto 5px;width: 50px;height: 50px;}
#hi-upgrade .hi-wrap .hi-list li a {color: #666;}
#hi-upgrade .hi-wrap .hi-list li a:hover {color: #e9a171;}
#hi-upgrade .hi-wrap .hi-list li .hi-ico1 {
  background: #fff url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciICB2aWV3Qm94PSIwIDAgNDggNDgiIHdpZHRoPSI0OHB4IiBoZWlnaHQ9IjQ4cHgiPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0zNCwyNGMwLDUuNTIxLTQuNDc5LDEwLTEwLDEwcy0xMC00LjQ3OS0xMC0xMHM0LjQ3OS0xMCwxMC0xMFMzNCwxOC40NzksMzQsMjR6Ii8+PGxpbmVhckdyYWRpZW50IGlkPSJQYXg4SmNuTXppdnU4Zn5TWn5rMXlhIiB4MT0iNS43ODkiIHgyPSIzMS4zMjQiIHkxPSIzNC4zNTYiIHkyPSIyMC43NzkiIGdyYWRpZW50VHJhbnNmb3JtPSJtYXRyaXgoMSAwIDAgLTEgMCA1MCkiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj48c3RvcCBvZmZzZXQ9IjAiIHN0b3AtY29sb3I9IiM0Y2FmNTAiLz48c3RvcCBvZmZzZXQ9Ii40ODkiIHN0b3AtY29sb3I9IiM0YWFmNTAiLz48c3RvcCBvZmZzZXQ9Ii42NjUiIHN0b3AtY29sb3I9IiM0M2FkNTAiLz48c3RvcCBvZmZzZXQ9Ii43OSIgc3RvcC1jb2xvcj0iIzM4YWE1MCIvPjxzdG9wIG9mZnNldD0iLjg5MiIgc3RvcC1jb2xvcj0iIzI3YTU1MCIvPjxzdG9wIG9mZnNldD0iLjk3OCIgc3RvcC1jb2xvcj0iIzExYTA1MCIvPjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iIzBhOWU1MCIvPjwvbGluZWFyR3JhZGllbnQ+PHBhdGggZmlsbD0idXJsKCNQYXg4SmNuTXppdnU4Zn5TWn5rMXlhKSIgZD0iTTMxLjMzLDI5LjIxbC04LjE2LDE0Ljc3QzEyLjUxLDQzLjU1LDQsMzQuNzYsNCwyNEM0LDEyLjk2LDEyLjk2LDQsMjQsNHYxMSBjLTQuOTcsMC05LDQuMDMtOSw5czQuMDMsOSw5LDlDMjcuMDMsMzMsMjkuNywzMS41MSwzMS4zMywyOS4yMXoiLz48bGluZWFyR3JhZGllbnQgaWQ9IlBheDhKY25Neml2dThmflNafmsxeWIiIHgxPSIzMy41OCIgeDI9IjMzLjU4IiB5MT0iNiIgeTI9IjM0Ljc5NyIgZ3JhZGllbnRUcmFuc2Zvcm09Im1hdHJpeCgxIDAgMCAtMSAwIDUwKSIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPjxzdG9wIG9mZnNldD0iMCIgc3RvcC1jb2xvcj0iI2ZmZDc0NyIvPjxzdG9wIG9mZnNldD0iLjQ4MiIgc3RvcC1jb2xvcj0iI2ZmZDY0NSIvPjxzdG9wIG9mZnNldD0iLjY1NSIgc3RvcC1jb2xvcj0iI2ZlZDQzZSIvPjxzdG9wIG9mZnNldD0iLjc3OSIgc3RvcC1jb2xvcj0iI2ZjY2YzMyIvPjxzdG9wIG9mZnNldD0iLjg3OSIgc3RvcC1jb2xvcj0iI2ZhYzkyMiIvPjxzdG9wIG9mZnNldD0iLjk2NCIgc3RvcC1jb2xvcj0iI2Y3YzEwYyIvPjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iI2Y1YmMwMCIvPjwvbGluZWFyR3JhZGllbnQ+PHBhdGggZmlsbD0idXJsKCNQYXg4SmNuTXppdnU4Zn5TWn5rMXliKSIgZD0iTTQ0LDI0YzAsMTEuMDUtOC45NSwyMC0yMCwyMGgtMC44NGw4LjE3LTE0Ljc5QzMyLjM4LDI3Ljc0LDMzLDI1Ljk0LDMzLDI0IGMwLTQuOTctNC4wMy05LTktOVY0YzcuODEsMCwxNC41NSw0LjQ4LDE3Ljg1LDExQzQzLjIxLDE3LjcxLDQ0LDIwLjc2LDQ0LDI0eiIvPjxsaW5lYXJHcmFkaWVudCBpZD0iUGF4OEpjbk16aXZ1OGZ+U1p+azF5YyIgeDE9IjM2LjEyOCIgeDI9IjExLjU3NCIgeTE9IjQ0LjI5NyIgeTI9IjI4Ljk1NCIgZ3JhZGllbnRUcmFuc2Zvcm09Im1hdHJpeCgxIDAgMCAtMSAwIDUwKSIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPjxzdG9wIG9mZnNldD0iMCIgc3RvcC1jb2xvcj0iI2Y3NTcyZiIvPjxzdG9wIG9mZnNldD0iLjUyMyIgc3RvcC1jb2xvcj0iI2Y3NTUyZCIvPjxzdG9wIG9mZnNldD0iLjcxMiIgc3RvcC1jb2xvcj0iI2Y3NTAyNiIvPjxzdG9wIG9mZnNldD0iLjg0NiIgc3RvcC1jb2xvcj0iI2Y3NDYxYiIvPjxzdG9wIG9mZnNldD0iLjk1NCIgc3RvcC1jb2xvcj0iI2Y3MzkwYSIvPjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iI2Y3MzEwMCIvPjwvbGluZWFyR3JhZGllbnQ+PHBhdGggZmlsbD0idXJsKCNQYXg4SmNuTXppdnU4Zn5TWn5rMXljKSIgZD0iTTQxLjg0LDE1SDI0Yy00Ljk3LDAtOSw0LjAzLTksOWMwLDEuNDksMC4zNiwyLjg5LDEuMDEsNC4xM0gxNkw3LjE2LDEzLjI2SDcuMTQgQzEwLjY4LDcuNjksMTYuOTEsNCwyNCw0QzMxLjgsNCwzOC41NSw4LjQ4LDQxLjg0LDE1eiIvPjxsaW5lYXJHcmFkaWVudCBpZD0iUGF4OEpjbk16aXZ1OGZ+U1p+azF5ZCIgeDE9IjE5LjA1IiB4Mj0iMjguOTUiIHkxPSIzMC45NSIgeTI9IjIxLjA1IiBncmFkaWVudFRyYW5zZm9ybT0ibWF0cml4KDEgMCAwIC0xIDAgNTApIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+PHN0b3Agb2Zmc2V0PSIwIiBzdG9wLWNvbG9yPSIjMmFhNGY0Ii8+PHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjMDA3YWQ5Ii8+PC9saW5lYXJHcmFkaWVudD48cGF0aCBmaWxsPSJ1cmwoI1BheDhKY25Neml2dThmflNafmsxeWQpIiBkPSJNMzEsMjRjMCwzLjg2Ny0zLjEzMyw3LTcsN3MtNy0zLjEzMy03LTdzMy4xMzMtNyw3LTdTMzEsMjAuMTMzLDMxLDI0eiIvPjwvc3ZnPg==) no-repeat 100% center;}
#hi-upgrade .hi-wrap .hi-list li .hi-ico2 {
  background: #fff url(../fonts/e1193ac507f2464aa61cf4602b785b29.woff) no-repeat 100% center;}
#hi-upgrade .hi-wrap .hi-list li .hi-ico4 {
  background: #fff url(../fonts/f057cf6be127410fb5a754cce7425476.woff) no-repeat 100% center;}
#hi-upgrade .hi-wrap .hi-list li .hi-ico5 {
  background: #fff url(../fonts/6e7c9b3ede734e35bb56a426a60ee6c2.woff) no-repeat 100% center;}
/** 检查浏览器版本 ====================================================================================*/




/** 咨询弹出电话二维码 ====================================================================================*/
.tan_boxbg{background:rgba(21,28,50,0.8);position: fixed; top: 0px; left: 0px; right: 0px; bottom: 0px;z-index: 9999; display: none;}
.tan_box{position: fixed; top: 50%; -webkit-transform:translateY(-50%); transform:translateY(-50%); left: 50%; width:900px; margin-left: -450px; background-color: #fff;padding: 40px 50px; }
.tan_box .i1{text-align: center;margin-bottom: 20px;}
.tan_box .i1 img{width: 100px;height: 100px;}
.tan_box .h3{text-align: center;font-size: 16px;color: #333;margin-bottom: 20px;}
.tan_box .h4{text-align: center;font-size: 26px;color: #000;font-weight: bold;margin-bottom: 10px;}
.tan_box .wei{text-align: center; padding: 20px;}
.tan_box .wei img{width: 150px; border: 2px solid #ddd; }
.tan_box .wei span{display: block;font-size: 14px;color: #333; padding-top: 10px;}
.tan_box .more {text-align: center;margin-top: 30px;}
.tan_box .more a{display: inline-block;padding: 20px 150px; font-size: 18px; background-color: #fe533d;color: #fff;}
.tan_box .more a:hover{background-color: #ce2009;}	

@media (max-width:1023px){
.tan_boxbg{background:rgba(21,28,50,0.8);position: fixed; top: 0px; left: 0px; right: 0px; bottom: 0px;z-index: 9999; display:none;}
.tan_box{position: fixed; top: 50%; -webkit-transform:translateY(-50%); transform:translateY(-50%); left: 50%; width:90%; margin-left: -45%; background-color: #fff;padding: 20px 10px; }
.tan_box .i1{text-align: center;margin-bottom: 20px;}
.tan_box .i1 img{width: 100px;height: 100px;}
.tan_box .h3{text-align: center;font-size: 16px;color: #333;margin-bottom: 10px;}
.tan_box .h4{text-align: center;font-size: 20px;color: #000;font-weight: bold;margin-bottom: 10px;}
.tan_box .wei{text-align: center; padding: 10px;}
.tan_box .wei img{width: 150px; border: 2px solid #ddd; }
.tan_box .wei span{display: block;font-size: 14px;color: #333; padding-top: 10px;}
.tan_box .more {text-align: center;margin-top: 10px;}
.tan_box .more a{display: inline-block;padding: 10px 30px; width: 80%; font-size: 18px; background-color: #fe533d;color: #fff;}
.tan_box .more a:hover{background-color: #ce2009;}		
}
/** 咨询弹出电话二维码 ====================================================================================*/


/** PC在线客服 ====================================================================================*/
.cela{background: #333;color: #fff;font-size: 14px;display: inline-block;position: fixed;right: 0px;top: 90%;padding: 10px 10px; z-index: 9999;cursor: pointer;text-align: center;}
.cela i{display: block;margin-bottom: 10px;}
.cela:hover{background: #003e8b;color: #fff;}
.pc_kefu{position:fixed; width: 70px;right:-100px;top:50%;margin-top:-200px;z-index:9999;transition: all 0.5s ease-out; }
.chu{right: 0px;}
.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: #003e8b;}
.pc_kefu dl:hover dd{right: 70px;}

.pc_kefu dl dt i.ico1{background-image:url(../images/icon1.png);}/*在线*/
.pc_kefu dl dt i.ico2{background-image:url(../images/icon2.png);}/*QQ*/
.pc_kefu dl dt i.ico3{background-image:url(../images/icon3.png);}/*微信*/
.pc_kefu dl dt i.ico4{background-image:url(../images/icon4.png);}/*电话*/
.pc_kefu dl dt i.ico5{background-image:url(../images/icon5.png);}/*邮箱*/
.pc_kefu dl dt i.ico6{background-image:url(../images/icon6.png);}/*微博*/
.pc_kefu dl dt i.ico7{background-image:url(../images/icon7.png);}/*查找*/
.pc_kefu dl dt i.ico8{background-image:url(../images/icon8.png);}/*联系我们*/
.pc_kefu dl dt i.ico9{background-image:url(../images/icon9.png);}/*分享*/
.pc_kefu dl dt i.ico10{background-image:url(../images/icon10.png);}/*返回*/

@media (max-width:1023px){
  .cela{display: none;}
	.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: #003e8b; 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}
}
/** 手机微信弹出 ====================================================================================*/
