@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:first-child {
    display: none;
}
.pageflip a{color: #cc0001;height: 34px;display: inline-block;overflow: hidden;line-height: 30px; padding: 0px 10px; border: 2px solid #cc0001;border-radius: 5px;margin: 0px 5px;}
.pageflip a:hover,.pageflip a.dq{background: #cc0001;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; }
}
.pageflip a,.pageflip b{
height: 34px;
    display: inline-block;
    overflow: hidden;
    line-height: 30px;
    padding: 0px 10px;
    border:1px solid #cc0001;
    border-radius: 5px;
    margin: 0px 5px;
}
.pageflip b{
      background: #cc0001;
    color: #fff;
}

/* == 翻页公用  ====================================================================================*/


@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: 1600px; width: 100%; position: relative; padding: 0 30px;display: flex;justify-content: space-between;}
.max1440{margin: 0px auto; max-width: 1500px; width: 100%; padding: 0 30px;}
.max1200{margin: 0px auto; max-width: 1200px; width: 100%; padding: 0 30px;}
@media (max-width:1500px){
  .max1440{margin: 0px auto; width: 100%; padding: 0 30px;}
}
@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:600px; 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.5); position: absolute;top: 0px;left: 0px;width: 100%;height: 100%;}
.focus_img img{width: 100%;height: 600px;object-fit: cover;}
.banner_box .swiper-slide-active .focus_img{ transform:scale(1.1); transition:all 6s linear;} 
@media (max-width:1023px){
.banner_box{ height:200px; overflow:hidden; position:relative;margin-top: 2rem;}
.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.5); position: absolute;top: 0px;left: 0px;width: 100%;height: 100%;}
.focus_img img{width: 100%;height: 200px;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: 52px;margin-bottom: 40px; } 
.wenzi_txt1{font-size: 32px;margin-bottom: 20px;letter-spacing: 3px;} 
.wenzi_txt2{font-size: 22px;margin-bottom: 30px;}  
.zixun{background: #cc0001;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: #cc0001;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: #cc0001;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 20px;}   
.wenzi_tit{line-height: 1.25; letter-spacing: 0.1em; font-weight: bold;font-size: 20px;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: #cc0001;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: 90%; transition: all 0.5s ease-out;}
.banner_box .swiper-button-next {right:10px; width: 30px; height: 30px; opacity:1; top: 90%; 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: 500px; margin-top: 0px;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 .bg_hei{position: absolute;top: 0px;left: 0px;width: 100%;height: 100%;background:rgba(0,0,0,0.5); }

.pag_ban_tit{color: #fff; text-align:center; position: relative; width: 100%;  margin: 0px auto;  filter:shadow(Color=#000,Direction=10,Strength=10);
	top: 60%; -webkit-transform:translateY(-60%); transform:translateY(-60%); }
.pag_ban_tit .tf30{ font-size: 52px; padding-bottom: 30px;font-weight: bold;}
.pag_ban_tit .tf16{ font-size: 20px; line-height: 30px; font-family:HELVETICANEUELTPRO-THEX, "微软雅黑";}

@media (max-width:1366px){
.pag_ban{height: 300px; overflow: hidden;}
.pag_ban_tit{padding: 0px 20px 0px 20px;}
.pag_ban_tit .tf30{ font-size: 30px; padding-bottom: 20px;font-weight: bold;}
.pag_ban_tit .tf16{ font-size: 22px; line-height: 24px; font-family:HELVETICANEUELTPRO-THEX, "微软雅黑";}
}

@media (max-width:1023px){
.pag_ban{height: 150px; margin-top: 2rem;}
.pag_ban_tit .tf30{ font-size:16px; font-weight:600;padding-bottom: 10px;}
.pag_ban_tit .tf16{ font-size: 12px; line-height: 20px; font-family:HELVETICANEUELTPRO-THEX, "微软雅黑";}
}
/** == pag_ban ====================================================================================*/



/** pc_header header ========================================================================================================================*/
.pc_header{width: 100%; height: 90px; position:fixed; top: 0px; left: 0px; z-index: 9999; background:rgba(0,0,0,0); padding: 0px 0px; transition: all 0.5s ease-out;border-bottom: 1px solid rgb(255, 255, 255,0.25);}
.pc_header.top_fixedY{background: #fff; position: fixed;-webkit-transform: translateY(0%);-ms-transform: translateY(0%);transform: translateY(0%);transition: all 0.5s ease-out; box-shadow:0 0 15px rgba(0,0,0,0.15);}
/** .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 滑出顶部显示 ======**/

.pc_header.top_fixedY .pc_nav > ul > li.nav-one > a{color: #000;}
.pc_header.top_fixedY .pc_header_r a{ color: #000;}
.pc_header.top_fixedY .erji i{color: #000;}

.m_header{display: none;}
@media (max-width:1366px){
.pc_header{width: 100%; height: 75px; position:fixed; top: 0px; left: 0px; z-index: 9999; background:rgba(0,0,0,0); padding: 0px 0px; transition: all 0.5s ease-out;border-bottom: 1px solid rgb(255, 255, 255,0.25);}
}
@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-right: 0px; position: absolute;top: 0px;left: 0px; color:#fff; width: 300px;}
.pc_logo a{float: left; display:block; color:#fff;width: 300px; }
.pc_logo a img{ max-width:auto; height:75px; float: left; margin-right: 5px;}

.pc_logo a h4{display: block; font-size: 24.5px; font-weight: bold; padding: 8px 0 2px 0px;}
.pc_logo a h3{display: block; font-size: 16px;}

.pc_logo_hei{float: left; height: 100%; display: -webkit-flex; /* Safari */display: flex; -webkit-align-items: center; /* Safari 6.1+ */ align-items: center;padding-right: 20px; width: 320px;}
.pc_logo_hei a{float: left; display: block; width: 320px;}
.pc_logo_hei a img{ max-width:auto; height:75px; float: left; margin-right: 5px;}

.pc_logo_hei a h4{display: block; font-size: 24.5px; font-weight: bold; padding: 8px 0 2px 0px;}
.pc_logo_hei a h3{display: block; font-size: 16px;}

.op{opacity: 0;}
.op_hei{opacity: 1;}
@media (max-width:1440px){
.pc_logo_hei{padding-right: 10px;}
}
@media (max-width:1366px){
.pc_logo a img{ max-width:auto; height:55px;}
.pc_logo_hei a img{ max-width:auto; height:55px;}

.pc_logo a h4{display: block; font-size: 20.5px; font-weight: bold; padding: 2px 0 2px 0px;}
.pc_logo a h3{display: block; font-size: 14px;}

.pc_logo_hei a h4{display: block; font-size: 20.5px; font-weight: bold; padding: 2px 0 2px 0px;}
.pc_logo_hei a h3{display: block; font-size: 14px;}

}



.pc_logo1{float: left; height: 100%; display: -webkit-flex; /* Safari */display: flex; -webkit-align-items: center; /* Safari 6.1+ */ align-items: center;padding-right: 0px; position: absolute;top: 0px;left: 0px; color:#fff; width: 300px;}
.pc_logo1 a{float: left; display:block; color:#fff;width: 330px; }
.pc_logo1 a img{ max-width:auto; height:75px; float: left; margin-right: 5px;}

.pc_logo1 a .h2{display: block; font-size: 20px; font-weight: bold; padding: 14px 0 2px 0px;}
.pc_logo1 a .h1{display: block; font-size: 14px;}

.pc_logo_hei1{float: left; height: 100%; display: -webkit-flex; /* Safari */display: flex; -webkit-align-items: center; /* Safari 6.1+ */ align-items: center;padding-right: 20px; width: 330px;}
.pc_logo_hei1 a{float: left; display: block; width: 330px;}
.pc_logo_hei1 a img{ max-width:auto; height:75px; float: left; margin-right: 5px;}

.pc_logo_hei1 a .h2{display: block; font-size: 20px; font-weight: bold; padding: 14px 0 2px 0px;}
.pc_logo_hei1 a .h1{display: block; font-size: 14px;}

@media (max-width:1440px){
.pc_logo_hei1{padding-right: 10px;}
}
@media (max-width:1366px){
.pc_logo1 a img{ max-width:auto; height:55px;}
.pc_logo_hei1 a img{ max-width:auto; height:55px;}

.pc_logo1 a .h2{display: block; font-size: 20.5px; font-weight: bold; padding: 2px 0 2px 0px;}
.pc_logo1 a .h1{display: block; font-size: 14px;}

.pc_logo_hei1 a .h2{display: block; font-size: 20.5px; font-weight: bold; padding: 2px 0 2px 0px;}
.pc_logo_hei1 a .h1{display: block; font-size: 14px;}

}



/** 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: #fff; margin: 0px 15px; font-size: 16px; line-height: 90px; text-align: center; display: block;position: relative;}
.pc_nav > ul > li.nav-one > a:after{content: "";position: absolute;bottom: 1px;left: 0px;border-bottom: 3px solid #cc0001;width: 0%;transition: all 0.5s ease-out;overflow: hidden;}
.pc_nav > ul > li.nav-one:hover > a:after{ width: 100%;}
.pc_nav > ul > li.nav-one:hover > a {color: #cc0001; }
.pc_nav > ul > li.nav-one > a.on{color: #cc0001;}
.pc_nav > ul > li.nav-one > a.on:after{content: "";position: absolute;bottom: 1px;left: 0px;border-bottom: 3px solid #cc0001;width: 100%;transition: all 0.5s ease-out;overflow: hidden;}
/*一级菜单*/

@media (max-width:1500px){
.pc_nav > ul > li.nav-one > a {color: #fff; margin: 0px 20px 0px 20px; font-size: 16px; line-height: 90px; text-align: center; display: block; }
}
@media (max-width:1366px){
.pc_nav > ul > li.nav-one > a {color: #fff; margin: 0px 20px 0px 20px; font-size: 14px; line-height: 75px; text-align: center; display: block;position: relative;}
}


/*二级菜单*/
.pc_nav > ul > li.nav-one > ul.nav-two { opacity: 0; padding: 20px 0px; width: 130%;height: auto;top:auto;left: -15%;  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;background: #fff;box-shadow:0 0 15px rgba(0,0,0,0.15);}
.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: 35px; 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;  width:100%; height:35px;line-height: 35px;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: #cc0001; }
/*二级菜单*/


/*三级菜单*/
.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:2rem;  background:rgba(255, 255, 255, 1); position: fixed; top: 0px; left:0px; right: 0px; z-index: 9999; box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);transition: all 0.5s ease-out;border-bottom: 1px solid rgba(255,255,255,0.5)}
.m_header .header-section{width:100%; height: 100%; overflow: hidden; }
.m_header .header-section .mob_logo{height:100%; padding:0.2rem 0.2rem; float: left; overflow: hidden; }
.m_header .header-section .mob_logo a{display: block; height: 100%; width: 190px;}
.m_header .header-section .mob_logo a img{height:100%; float: left;}
.m_header .header-section .mob_logo a h2{font-size: 16px; padding-top: 2px; font-weight: bold;}
.m_header .header-section .mob_logo a h1{font-size: 12px;}

.m_header .header-section .mob_logo1{height:100%; padding:0.2rem 0.2rem; float: left; overflow: hidden; }
.m_header .header-section .mob_logo1 a{display: block; height: 100%; width: 280px;}
.m_header .header-section .mob_logo1 a img{height:100%; float: left;}
.m_header .header-section .mob_logo1 a h2{font-size: 0.8rem; padding-top: 0.25rem; font-weight: bold;}


.m_header .header-section .nav-icon{ position: absolute; right:0.56rem; top: 0.7rem; width:0.8rem;height:0.8rem; z-index:1000;font-size:0;text-align:right;cursor:pointer;}
.m_header .header-section .nav-icon i{width:100%;height:100%;position:absolute;left:0;top:0}
.m_header .header-section .nav-icon i span{display:inline-block;width:90%;height:1px;background-color:#333;position:relative;border-radius:2px}
.m_header .header-section .nav-icon i:nth-of-type(1) span{top:20%}
.m_header .header-section .nav-icon i:nth-of-type(2) span{top:45%;width:60%}
.m_header .header-section .nav-icon i:nth-of-type(3) span{top:75%}

.mo_fixed{ background:rgba(255, 255, 255, 1);}/*移动悬浮追加*/
/*移动导航logo按钮*/



.m_header .m-navbar{background-color:rgba(204,0,1,0.9);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:2rem; position: relative;}
.m-navbar .nav-closed .m-navbar_logo{height:100%; padding:0.2rem 0.2rem; float: left; overflow: hidden;}
.m-navbar .nav-closed .m-navbar_logo a{display: block; height: 100%; width: 200px; color: #fff;}
.m-navbar .nav-closed .m-navbar_logo a img{height:100%; float: left;}
.m-navbar .nav-closed .m-navbar_logo a  h4{font-size: 16px; padding-top: 2px; font-weight: bold;}
.m-navbar .nav-closed .m-navbar_logo a h3{font-size: 12px;}

.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: #e5b4b4;}
#navbar .m_navul li a:hover span{ color: #e5b4b4;}

#navbar .m_navul li .dropdown_menu{display: none; border-top: 1px solid #e5b4b4;padding:0.2rem 0px;}
#navbar .m_navul li.dropdown.active .dropdown_menu{display: block;}
#navbar .m_navul li .dropdown_menu a{display: block; color: #e5b4b4; font-size: 0.48rem; line-height: 0.9rem;padding:0.2rem 0.5rem;box-sizing: border-box;text-align: left; }
#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(229,180,180,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:hover{background: rgba(255,255,255,0.99);}
.pc_header:hover .pc_nav > ul > li.nav-one > a {color: #000;}
.pc_header:hover .pc_logo{display:none;}
.pc_header:hover .pc_logo_hei{ display:flex;}

.pc_header:hover .pc_logo1{display:none;}
.pc_header:hover .pc_logo_hei1{ display:flex;}

.pc_header:hover .pc_header_r a{ color: #000;}
.pc_header:hover .erji i{color: #000;}

.pc_header_l{position: relative;}
.pc_header_r{color: #fff;line-height: 90px;}
.pc_header_r a{ color: #fff; font-size: 14px;}
.pc_header_r a i{font-size: 15px;margin-right: 10px;}
.pc_header_r a span{font-size: 18px;margin-left: 10px;}
.pc_header_r a:hover{color: #cc0001;}
.erji{float: left;line-height: 90px;padding-left: 30px;}
.erji a{display: block;color: #fff;}
.erji a i{display: block; font-size: 20px; line-height: 90px;}
.erji.menu_active i{ color: #cc0001;}
@media (max-width:1366px){
.pc_header_r{color: #fff;line-height: 75px;}
.erji a i{display: block; font-size: 20px; line-height: 75px;}
}
@media (max-width:1280px){
.pc_header_r{display: none;}
}
/* 顶部导航 */

.menu_box{background: #f6f6f6;overflow: hidden;position: absolute;top: 100%;left: 0px;z-index: 1;width: 100%;line-height: 1.72;opacity: 0;visibility: hidden;pointer-events: none;transition:all 600ms ease;}
.menu_box.active{padding: 60px 0px;opacity: 1;visibility: visible;pointer-events: all;}
ul.menu_nav{display: flex;flex-direction: row;justify-content: space-between;}
ul.menu_nav li{width: 15.6%; text-align: center;}
ul.menu_nav li .subclass{font-size: 16px;position: relative;line-height: 16px;padding-bottom: 15px;margin-bottom: 15px;display: block;color: #333;}
ul.menu_nav li .subclass:after{content: "";position: absolute;bottom: 0px;left: 50%;border-bottom: 2px solid #cc0001;width: 30px;margin-left: -15px;}
ul.menu_nav li a{display: block;font-size: 14px;color: #999;line-height: 30px; }
ul.menu_nav li a em{display: inline-block;position: relative;}
ul.menu_nav li a em:after{content: "";position: absolute;bottom: 0px;left: 0px;width: 0%;border-bottom: 2px solid #cc0001;transition: all 0.5s ease-out;overflow: hidden;}
ul.menu_nav li a:hover em:after{width: 100%;}
/* 下拉菜单 */

.index_title{text-align: center;}
.index_title .h3{font-size: 19px;color: #333; font-weight: bold;}
.index_title .h4{font-size: 17px;color: #cc0001;text-transform:capitalize;font-family:HELVETICANEUELTPRO-THEX;margin-bottom: 5px;}
.index_title .h5{font-size: 15px;color: #666;}
@media (max-width:1366px){
.index_title{text-align: center;}
.index_title .h3{font-size: 19px;color: #333; font-weight: bold;}
.index_title .h4{font-size: 17px;color: #cc0001;text-transform:capitalize;font-family:HELVETICANEUELTPRO-THEX;margin-bottom: 5px;}
.index_title .h5{font-size: 15px;color: #666;}
}
@media (max-width:1023px){
.index_title{text-align: center;}
.index_title .h3{font-size: 18px;color: #333;  font-weight: bold;}
.index_title .h4{font-size: 14px;color: #cc0001;text-transform:capitalize;font-family:HELVETICANEUELTPRO-THEX;margin-bottom: 5px;}
.index_title .h5{font-size: 12px;color: #666; }
}
/* 首页标题 */

.index1{padding-top: 60px;padding-bottom: 60px;}
.index1_list{margin-top: 50px;display: flex;flex-direction: row;justify-content: space-between;flex-wrap: wrap;row-gap: 30px;}
.index1_list1{margin-top: 30px;}
.index1_box{width: 24%; color: #fff;box-shadow:0 0 15px rgba(0,0,0,0.15);}
.index1_box .imgzoom{padding-bottom: 85%; width: 100%; position: relative; overflow: hidden; }
.index1_box .imgzoom img{width: 100%;height: 100%; object-fit: cover;  position: absolute;transition: all .5s cubic-bezier(.5, 0, .2, 1) 0s; }
.index1_box: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);}
.index1_boxbg{position: absolute;top: 0px;left: 0px;width: 100%;height: 100%;background: rgba(204,0,1,0.7);color: #fff;padding: 110px 25px 30px 25px;text-align: center;opacity: 0;transition: all 0.5s ease-out;}
.index1_box:hover .index1_boxbg{opacity: 1;}
.index1_boxbg .main{font-size: 16px;line-height: 26px;height: 130px;overflow: hidden; margin-bottom: 35px;}
.index1_boxbg a{display: inline-block;color: #fff;border: 1px solid #fff;max-width: 150px;width: 45%; line-height: 40px; margin: 0px 5px;}
.index1_boxbg a:hover{background: #fff;color: #cc0001;font-weight: bold;}
.index1_boxbg a.on{background: #fff;color: #cc0001;}
.index1_boxbg a.on i{font-size: 20px;margin-right: 5px;vertical-align: middle;}
.index1_txt{display: block;padding: 15px 0; text-align: center;}
.index1_txt .t1{font-size: 14px;font-weight: bold;color: #737373;margin-bottom: 5px;transition: all 0.5s ease-out;}
.index1_txt .t2{font-size: 18px; color: #333;line-height: 26px;height: 26px;overflow: hidden;transition: all 0.5s ease-out;}
.index1_txt:hover .t1{color: #cc0001;}
.index1_txt:hover .t2{color: #cc0001;}
@media (max-width:1366px){
.index1{padding-top: 50px;padding-bottom: 50px;}
}
@media (max-width:1023px){
.index1{padding-top: 20px;padding-bottom: 20px;}
.index1_list{margin-top: 20px;display: flex;flex-direction: row;justify-content: space-between;flex-wrap: wrap;row-gap: 10px;}
.index1_list1{margin-top: 10px;}
.index1_box{width: 49%; color: #fff;box-shadow:0 0 15px rgba(0,0,0,0.15);}
.index1_boxbg{display: none;}
.index1_txt{display: block;padding: 10px 10px;}
.index1_txt .t1{font-size: 10px; height: 16px; overflow: hidden; font-weight: bold;color: #737373;margin-bottom: 2px;transition: all 0.5s ease-out;text-align: left; }
.index1_txt .t2{font-size: 16px; color: #333;line-height: 18px;height: 18px;overflow: hidden;transition: all 0.5s ease-out;}
}
/* index1 */

ul.shuzi{background-color: #cc0001;display: flex;margin-top: 60px;border-radius: 10px;}
ul.shuzi li{width: 25%;float: left;display: block;text-align: center;padding: 50px 20px;color: #fff;  position: relative;}
ul.shuzi li:after{content: "";position: absolute;top: 50%;right: 0px;border-right: 1px solid #ddd;height: 80px;margin-top: -40px;}
ul.shuzi li .p1 span{font-size: 65px;font-weight: bold; }
ul.shuzi li .p1 b{font-size: 18px; position: absolute;}
ul.shuzi li .p2{margin: 10px 0px;font-size: 20px;line-height: 22px;height: 22px;overflow: hidden;font-weight: bold;}
@media (max-width:1366px){
ul.shuzi{background-color: #cc0001;display: flex;margin-top: 70px;border-radius: 10px;}  
ul.shuzi li .p1 span{font-size: 40px;font-weight: bold; }
}
@media (max-width:1023px){
ul.shuzi{background-color: #cc0001;display: flex;margin-top: 30px;border-radius: 10px;flex-wrap: wrap;}
ul.shuzi li{width: 50%;float: left;display: block;text-align: center;padding: 20px 10px;color: #fff;  position: relative;}
ul.shuzi li:nth-child(1){padding-bottom: 0px;}
ul.shuzi li:nth-child(2){padding-bottom: 0px;}
ul.shuzi li:after{content: "";position: absolute;top: 50%;right: 0px;border-right: 0px solid #ddd;height: 80px;margin-top: -40px;}
ul.shuzi li .p1 span{font-size: 20px;font-weight: bold;}
ul.shuzi li .p1 b{font-size: 12px; position: absolute;}
ul.shuzi li .p2{margin: 0px 0px;font-size: 12px;line-height: 22px;height: 22px;overflow: hidden;font-weight: bold;}  
}
/* 数字滚动 */

.index2{ padding-top: 60px; padding-bottom: 70px; background-color:rgba(0,0,0, .03);}
@media (max-width:1023px){
.index2{padding-top: 25px; padding-bottom: 25px;}
}

.accordion{overflow:hidden; position:relative;margin-top: 50px;}
.accordion .item{ position:relative;overflow:hidden;float:left;}
.accordion .item .bg_hei{position: absolute;top: 0px;left: 0px;width: 100%;height: 100%;background:rgba(0,0,0,0.5);}
.acc_img{ }
.acc_img img{ max-width:100%;object-fit: cover;}
.acc_txt{ color:#fff; position:absolute; left:0; right:0; bottom:0; z-index: 1;padding:10px 50px 40px 50px;transform:translateY(100%); -webkit-transform:translateY(100%); opacity:0;*filter:alpha(opacity=0); filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0); transition:all 0.5s; -webkit-transition:all 0.5s;}
.acc_txt .acr_p{font-size: 14px;line-height:22px; height:132px; overflow:hidden; margin-bottom: 10px;}
.acc_txt a{display: inline-block; color: #fff;}
.acc_txt a i{font-size: 14px;border: 2px solid #fff; display: flex;justify-content: center;align-items: center; border-radius: 100%; width: 30px;height: 30px;transition: all 0.5s ease-out;}
.acc_txt a:hover i{background: #cc0001;border: 2px solid #cc0001;} 

.acc_info{position: absolute;top: 100px;left: 0px;width: 100%;z-index: 1;padding: 0px 50px;color: #fff;overflow: hidden;transition: all 0.5s ease-out;}
.acc_info img{ object-fit: cover;overflow: hidden;width: 80px;height: 80px;transition: all 0.5s ease-out;margin-bottom: 20px;display: block;}
.acc_info .num{ opacity: 0; font-size: 60px;line-height: 60px; display: block;transition: all 0.5s ease-out;position: absolute;font-family: 'HELVETICANEUELTPRO-THEX';font-weight: bold;margin-bottom: 5px;}
.acc_info em{font-style: normal;font-size: 14px;font-weight: bold;}
.acc_info .h3{font-size: 30px; transition: all 0.5s ease-out;position: relative;padding-bottom: 15px;}
.acc_info .h3:after{content: "";position: absolute;bottom: 0px;left: 0px;width: 20px;border-bottom: 2px solid #fff;}

.accordion .item.cur .acc_txt{transform:translateY(0); -webkit-transform:translateY(0); opacity:1;*filter:alpha(opacity=100); filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);}
.accordion .item.cur .acc_info img{ opacity: 0;transition: all 0.5s ease-out;}
.accordion .item.cur .acc_info{transform:translate(0,-100px);transition: all 0.5s ease-out;}
.accordion .item.cur .acc_info .num{ opacity: 0.5;position: relative;transition: all 0.5s ease-out;}
@media (max-width:1366px){
.acc_info img{ object-fit: cover;overflow: hidden;width: 60px;height: 60px;transition: all 0.5s ease-out;margin-bottom: 10px;display: block;}  
.acc_txt .acr_p{font-size: 14px;line-height:22px; height:88px; overflow:hidden; margin-bottom: 10px;}
.acc_info .h3{font-size: 26px; transition: all 0.5s ease-out;position: relative;padding-bottom: 15px;}
}
@media (max-width:1023px){
.accordion{display: none;}
}
/* 服务项目 */

.swiper04_box{display: none;}
@media screen and (max-width: 1023px){
.swiper04_box{ width:100%; position: relative; margin: 0px auto 0px auto; padding: 10px 0px 30px 0px;display: block;}
.swiper04_box .swiper-pagination{width: 100%; text-align:center;}
/** 点 ============*/
.swiper04_box .swiper-container{padding: 0px 0px 0px 0px; height: auto;}
.swiper04_box .swiper-pagination{width: 100%; text-align:center; left: 0px; bottom: 10px; }
.swiper04_box .swiper-pagination-bullet{ background: #999;  opacity: 0.8; width: 5px; height:5px;border-radius:5px;  margin: 0px 2px; transition: all 0.5s ease-out;}
.swiper04_box .swiper-pagination-bullet-active{ background: #cc0001; width: 20px; opacity:1;}
/** 左右按钮 ============*/
.swiper04_box .swiper-button-prev {left: 0px;opacity:1; top: 45%}
.swiper04_box .swiper-button-next {right:0px;opacity:1;top: 45%}
.swiper04_box .swiper-button-prev {width:30px;height: 30px; background-size:20px;}
.swiper04_box .swiper-button-next {width:30px;height: 30px; background-size:20px; }
.swiper04_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;}
.swiper04_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; }
.swiper04_box .swiper-button-prev.swiper-button-disabled{opacity:0.5;background-color:none;background-image:url(../images/swiper_left01.png);}
.swiper04_box .swiper-button-next.swiper-button-disabled{opacity:0.5;background-color:none;background-image:url(../images/swiper_right01.png);}
}

a.sw_item04{ display: block;}
a.sw_item04 .imgzoom{padding-bottom: 55%; width: 100%; position: relative; overflow: hidden; }
a.sw_item04 .imgzoom img{width: 100%;height: 100%; object-fit: cover;  position: absolute;transition: all .5s cubic-bezier(.5, 0, .2, 1) 0s; }
a.sw_item04: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_item04 .txt{padding: 15px 10px; background: #fff;  width: 100%;  text-align: left;  border: 1px solid #ddd;}
a.sw_item04 .txt .p1{font-size: 18px;font-weight: bold;color: #cc0001;line-height: 20px;height: 20px;overflow: hidden;margin-bottom: 10px;}
a.sw_item04 .txt .p2{font-size: 14px;color: #999;line-height: 16px;text-align: left;text-transform:capitalize;margin-bottom: 5px;}
a.sw_item04 .txt .p3{font-size: 12px;line-height: 20px;height: 60px;overflow: hidden;color: #666;}




























.index3{padding-top: 0px;padding-bottom: 50px;}
.index_keywords{ background-attachment: local;background-repeat:no-repeat; background-position:center center; background-size:cover;}  
.keywords_box{ overflow: hidden; text-align: center; position: relative;}
.keywords_canvas{ display: block; margin: 0 auto; width: 100%;}
@media (max-width:1023px){
.index3{padding-top: 30px;padding-bottom: 30px;display: none;}
}
/* 文字云 */

.index4{padding-bottom: 110px;}
ul.anli{display: flex;flex-direction: row;flex-wrap: wrap;justify-content: space-between;row-gap: 20px;margin-top: 45px;}
ul.anli a{display: block;width: 32.3%;background: #999;color: #fff;position: relative;}
ul.anli a .imgzoom{padding-bottom: 70%; width: 100%; position: relative; overflow: hidden; }
ul.anli a .imgzoom img{width: 100%;height: 100%; object-fit: cover;  position: absolute;transition: all .5s cubic-bezier(.5, 0, .2, 1) 0s; }
ul.anli 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.anli a:hover .anli_bg{opacity: 1;}
.anli_bg{position: absolute;top: 0px;left: 0px;width: 100%;height: 100%; background: rgba(204,0,1,0.9);padding: 35px 30px;opacity: 0;transition: all 0.5s ease-out; }
.anli_bg .tit{font-size: 26px;line-height: 28px;height: 28px;overflow: hidden;}
.anli_bg .line{border-bottom: 3px solid #fff;width: 50px;margin: 15px 0px 20px 0px;}
.anli_bg .txt{font-size: 16px;line-height: 26px;height: 104px;overflow: hidden;margin-bottom: 50px;}
.anli_bg i{font-size: 30px; transition: all 0.5s ease-out;}
.anli_bg:hover i{transform:rotate(180deg)}
@media (max-width:1366px){
.index4{padding-bottom: 50px;}  
.anli_bg .tit{font-size: 22px;line-height: 22px;height: 22px;overflow: hidden;}  
.anli_bg .txt{font-size: 16px;line-height: 26px;height: 78px;overflow: hidden;margin-bottom: 20px;}
}
@media (max-width:1023px){
.index4{padding-top: 25px;padding-bottom: 25px;} 
ul.anli{display: flex;flex-direction: row;flex-wrap: wrap;justify-content: space-between;row-gap: 10px;margin-top: 15px;}
ul.anli a{display: block;width: 49%;background: #999;color: #fff;position: relative;}
.anli_bg{position: absolute;top: 0px;left: 0px;width: 100%;height: 100%; background: rgba(204,0,1,0.9);padding: 10px 10px;opacity: 0;transition: all 0.5s ease-out; }
.anli_bg .tit{font-size: 14px;line-height: 14px;height: 14px;overflow: hidden;}
.anli_bg .line{border-bottom: 2px solid #fff;width: 30px;margin: 10px 0px 10px 0px;}
.anli_bg .txt{font-size: 12px;line-height: 20px;height: 40px;overflow: hidden;margin-bottom: 5px;}
.anli_bg i{font-size: 10px; transition: all 0.5s ease-out;}
.anli_bg:hover i{transform:rotate(180deg)}
}
/* 客户案例 */

.index5{padding-top: 10px;padding-bottom: 60px;background-repeat:no-repeat; background-position:center center; background-size:cover;}
/** swiper01_box ====================================================================================*/
.swiper01_box{ width:100%; position: relative; margin: 45px auto 50px auto; padding: 0px 0px 0px 0px; }
/** 点 ============*/
.swiper01_box .swiper-container{padding: 0px 0px 0px 0px; height: auto;}
.swiper01_box .swiper-pagination{width: 100%; text-align:center; left: 0px; bottom: 10px; }
.swiper01_box .swiper-pagination-bullet{ background: #0053cc;  opacity: 0.8; width: 10px; height:10px;border-radius:5px;  margin: 0px 5px; transition: all 0.5s ease-out;}
.swiper01_box .swiper-pagination-bullet-active{ background: #F00; width: 30px; opacity:1;}
/** 左右按钮 ============*/
.swiper01_box .swiper-button-prev {left: -70px;opacity:1;top: 45%;}
.swiper01_box .swiper-button-next {right:-70px;opacity:1;top: 45%; }
.swiper01_box .swiper-button-prev {width: 45px;height: 45px; text-align: center; background-color:none;background-image:url(../images/swiper_left02.png);background-repeat:no-repeat; background-position:center center; background-size:45px;}

.swiper01_box .swiper-button-next {width: 45px;height: 45px; text-align: center; background-color:none;background-image:url(../images/swiper_right02.png);background-repeat:no-repeat; background-position:center center; background-size:45px;}

.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 (max-width:1366px){
.index5{padding-top: 10px;padding-bottom: 50px;background-repeat:no-repeat; background-position:center center; background-size:cover;}
}
@media screen and (max-width: 1280px){
}
	
@media screen and (max-width: 1023px){
.index5{padding-top: 0px;padding-bottom: 30px;background-repeat:no-repeat; background-position:center center; background-size:cover;}  
.swiper01_box{ width:100%; position: relative; margin: 20px auto 20px auto; padding: 0px 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: 10px; }
.swiper01_box .swiper-pagination-bullet{ background: #0053cc;  opacity: 0.8; width: 5px; height:5px;border-radius:5px;  margin: 0px 2px; transition: all 0.5s ease-out;}
.swiper01_box .swiper-pagination-bullet-active{ background: #F00; width: 20px; opacity:1;}

.swiper01_box .swiper-button-prev {left: 40%;opacity:1;top: 100%}
.swiper01_box .swiper-button-next {right:40%;opacity:1;top: 100%}
.swiper01_box .swiper-button-prev {width:30px;height: 30px; background-size:25px;}
.swiper01_box .swiper-button-next {width:30px;height: 30px; background-size:25px;}
}

.index_more{text-align: center;}
.index_more a{display: inline-block;border: 1px solid #cc0001;color: #cc0001;font-size: 14px;padding: 15px 40px;font-weight: bold;}
.index_more a i{display: inline-block;margin-left: 20px;}
.index_more a:hover{background: #cc0001;color: #fff; }
@media screen and (max-width: 1366px){
.index_more a{display: inline-block;border: 1px solid #cc0001;color: #cc0001;font-size: 14px;padding: 10px 20px;font-weight: bold;}
}
@media screen and (max-width: 1023px){
.index_more{text-align: center;}
.index_more a{display: inline-block;border: 1px solid #cc0001;color: #cc0001;font-size: 12px;padding: 5px 15px;font-weight: bold;}
.index_more a i{display: inline-block;margin-left: 10px;}
.index_more a:hover{background: #cc0001;color: #fff;}
}
/* 团队介绍 */

.index6{padding-top: 115px;padding-bottom: 110px;color: #fff; }
.index6 .max1440{display: flex;flex-direction: column;  align-items: center; }
.index6 .h3{font-size: 40px;display: block;margin-bottom: 30px;}
.index6 .ms{text-align: center;font-size: 16px;line-height: 28px;margin-bottom: 10px;}
.index6 .txt{max-width: 1060px; text-align: center;font-size: 16px;line-height: 28px;margin-bottom: 50px;}
.index6 .index_more{text-align: center;}
.index6 .index_more a{display: inline-block;border: 1px solid #fff;color: #fff;font-size: 14px;padding: 15px 40px;font-weight: bold;}
.index6 .index_more a i{display: inline-block;margin-left: 20px;}
.index6 .index_more a:hover{background: #fff;color: #cc0001;}
@media screen and (max-width: 1366px){
.index6{padding-top: 50px;padding-bottom: 50px;color: #fff; }
.index6 .h3{font-size: 30px;display: block;margin-bottom: 20px;}
.index6 .txt{max-width: 1060px; text-align: center;font-size: 16px;line-height: 26px;margin-bottom: 20px;}
.index6 .index_more a{display: inline-block;border: 1px solid #fff;color: #fff;font-size: 14px;padding: 10px 20px;font-weight: bold;}
}
@media screen and (max-width: 1023px){
.index6{padding-top: 30px;padding-bottom: 30px;color: #fff; }
.index6 .max1440{display: flex;flex-direction: column;  align-items: center; }
.index6 .h3{font-size: 20px;display: block;margin-bottom: 10px; font-weight: bold;}
.index6 .ms{text-align: center;font-size: 14px;line-height: 24px;margin-bottom: 10px;}
.index6 .txt{max-width: 100%; text-align: center;font-size: 12px;line-height: 22px;height: 132px;overflow: hidden; margin-bottom: 20px;}
.index6 .index_more{text-align: center;}
.index6 .index_more a{display: inline-block;border: 1px solid #fff;color: #fff;font-size: 12px;padding: 5px 15px;font-weight: bold;}
.index6 .index_more a i{display: inline-block;margin-left: 10px;}
.index6 .index_more a:hover{background: #fff;color: #cc0001;}
}
/* 关于我们 */


.index7{padding-top: 60px;padding-bottom: 60px;}
.news_nav{ text-align: center;margin-top: 40px;}
.news_nav a{display: inline-block; padding: 10px 20px;font-size: 16px;margin: 0px 15px;border-radius: 20px;}
.news_nav a:hover{background: #cc0001; color: #fff;}
.news_nav a.on{ background: #cc0001; color: #fff;}

.news_list{ padding: 40px 0px 0px 0px;}
.news_list ul{ display: none;margin-left: -10px;margin-right: -10px;}
.news_list ul:first-child{display: block;}
.news_list ul li{width: 33.3333%;padding: 0px 10px;float: left;margin-bottom: 20px;}
.news_list ul li a{display: block;position: relative;background: #fff;padding: 15px;transition: all 0.5s ease-out;box-shadow:0 0 15px rgba(0,0,0,0.15);}
.news_img{position: absolute;top: 15px;left: 15px;width: 170px;}
.news_img .imgzoom{padding-bottom: 75%; width: 100%; position: relative; overflow: hidden; }
.news_img .imgzoom img{width: 100%;height: 100%; object-fit: cover;  position: absolute;transition: all .5s cubic-bezier(.5, 0, .2, 1) 0s; }
.news_img:hover .imgzoom img{-webkit-transform: scale(1.10); -moz-transform: scale(1.10); -ms-transform: scale(1.10); -o-transform: scale(1.10); transform: scale(1.10);}
.news_txt{padding-left: 180px;min-height: 130px;padding-top: 0px;}
.news_txt .tit{font-size: 16px;color: #333;font-weight: bold;line-height: 22px;height: 44px;overflow: hidden;margin-bottom: 15px;letter-spacing: 1px;}
.news_txt .time{font-size: 12px;color: #999;margin-bottom: 5px;}
.news_txt .txt{font-size: 13px;color: #666;line-height: 22px;height: 44px;overflow: hidden;}
.news_list ul li a:hover .news_txt .tit{color: #cc0001;}
@media screen and (max-width: 1366px){
.index7{padding-top: 80px;padding-bottom: 80px;}
.news_nav{ text-align: center;margin-top: 30px;}
}
@media screen and (max-width: 1023px){
.index7{padding-top: 25px;padding-bottom: 25px;}
.news_nav{ text-align: center;margin-top: 10px;}
.news_nav a{display: inline-block; padding: 5px 5px;font-size: 12px;margin: 0px 5px;border-radius: 20px;}
.news_nav a:hover{background: #cc0001; color: #fff;}
.news_nav a.on{ background: #cc0001; color: #fff;}
.news_list{ padding: 20px 0px 0px 0px;}
.news_list ul{ display: none;margin-left: -5px;margin-right: -5px;}
.news_list ul:first-child{display: block;}
.news_list ul li{width: 50%;padding: 0px 5px;float: left;margin-bottom: 10px;}
.news_list ul li a{display: block;position: relative;background: #fff;padding: 5px;transition: all 0.5s ease-out;box-shadow:0 0 15px rgba(0,0,0,0.15);}
.news_img{position: relative;top: 0px;left: 0px;width: 100%;}
.news_img .imgzoom{padding-bottom: 65%; width: 100%; position: relative; overflow: hidden; }
.news_img .imgzoom img{width: 100%;height: 100%; object-fit: cover;  position: absolute;transition: all .5s cubic-bezier(.5, 0, .2, 1) 0s; }
.news_img:hover .imgzoom img{-webkit-transform: scale(1.10); -moz-transform: scale(1.10); -ms-transform: scale(1.10); -o-transform: scale(1.10); transform: scale(1.10);}
.news_txt{padding-left: 5px;padding-right: 5px; padding-bottom: 5px; min-height: auto;padding-top: 10px;}
.news_txt .tit{font-size: 14px;color: #333;font-weight: bold;line-height: 16px;height: 16px;overflow: hidden;margin-bottom: 5px;letter-spacing: 0px;}
.news_txt .time{font-size: 12px;color: #999;margin-bottom: 5px;display: none;}
.news_txt .txt{font-size: 12px;color: #666;line-height: 16px;height: 32px;overflow: hidden;}
.news_list ul li a:hover .news_txt .tit{color: #cc0001;}
}
/* 新闻列表 */


.footer{padding-top: 60px;padding-bottom: 40px; background: #333;color: #fff;font-size: 14px;}
.foot_logo{margin-bottom: 40px;}
.foot_logo a{display: block;}
.foot_logo a img{height: 60px;width: auto;}

.foot_list{display: flex;flex-direction: row;justify-content: space-between;}
.foot_list .main{width: 14%; padding: 0px 40px; position: relative;}
.foot_list .main:after{content: "";position: absolute;top: 0px;right: 20px;border-right: 1px solid #999;height:calc( 100% - 0px); opacity: 0.5;}
.foot_list .main:nth-child(-n+2){padding-left: 0px;padding-right: 40px;width: 28%;}
.foot_list .main:last-child{width: 30%;padding-left: 40px;padding-right: 0px; }
.foot_list .main:last-child:after{border-right: 0px solid #999;}
.foot_list .main a{display: block;color: #fff;}
.foot_list .main:nth-child(-n+2) a.dd{width: 50%;float: left;padding-right: 10px;}
a.dt{font-size: 18px; padding-bottom: 15px;position: relative;margin-bottom: 20px;}
a.dt:after{content: "";position: absolute;bottom: 0px;left: 0px;border-bottom: 2px solid #cc0001;width: 20px;}
a.dd{font-size: 12px;opacity: 0.6;margin-bottom: 15px;}
a.dd em{display: inline-block;position: relative;}
a.dd em:after{content: "";position: absolute;bottom: 0px;left: 0px;width: 0%;border-bottom: 1px solid #fff;transition: all 0.5s ease-out;overflow: hidden;}
a.dd:hover{color: #fff;opacity: 1;}
a.dd:hover em:after{width: 100%;}
.main_txt{font-size: 12px;line-height: 1.8;opacity: 0.6;}

.foot_m{border-top: 1px solid rgb(255, 255, 255,0.25); background: #333;color: #999;font-size: 14px;padding-top: 20px;padding-bottom: 20px;font-size: 12px; }
.foot_m .max1440{display: flex;flex-direction: row;justify-content: space-between;align-items: center;}
.foot_m a{display: inline-block;color: #999;font-size: 12px;}
.foot_m a:hover{color: #fff;}
.foot_r{display: flex;}
.foot_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;}
.foot_r a:hover{ border: 2px solid #cc0001;color: #fff;background: #cc0001;}
.foot_r a i{font-size: 20px;}
.foot_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;}
.foot_r a .foot_tel span{display: inline-block;color: #cc0001;font-size: 22px;font-weight: bold;}
.foot_r a:nth-child(2):hover .foot_tel{ display: block; }

.yqlj{display: block; text-align: left; padding-bottom: 2px;}
.yqljz{  border-bottom: 1px solid #999; margin-bottom: 7px;}
.yqlj a{display: inline-block; padding:0px 5px; margin-bottom: 5px;}
.yqlj a.dq{color: #fff;}

.foot_l{ line-height: 1.75;}

@media screen and (max-width: 1366px){
.footer{padding-top: 40px;padding-bottom: 40px; background: #333;color: #fff;font-size: 14px;}
.foot_list .main{width: 14%; padding: 0px 15px; position: relative;}

}
@media screen and (max-width: 1023px){
.footer{padding-top: 20px;padding-bottom: 100px; background: #333;color: #fff;font-size: 14px;}
.foot_logo{margin-bottom: 10px;display: none;}
.foot_list .main{width: 14%; padding: 0px 40px; position: relative;display: none;}
.foot_list .main:last-child{width: 100%;padding-left: 10px;padding-right: 0px;display: block;}
a.dt{font-size: 18px; padding-bottom: 10px;position: relative;margin-bottom: 10px;}
.foot_m{display: none;}
}
/* 底部导航 */

.service1{ background: #f6f6f6; }
.service1 .max1440{display: flex;justify-content: space-between;}

.ser1_box{width: 24%;background: #fff;color: #333;padding: 30px 30px;box-shadow:0 0 15px rgba(0,0,0,0.15);border-radius: 10px;display: flex;transition: all 0.5s ease-out;transform:translate(0,-55px);}
.ser1_icon{width: 50px; display: flex;align-items: center;}
.ser1_icon i{display: inline-block;width: 50px;height: 50px;background-repeat:no-repeat; background-position:left center;background-size: auto;transition: all 0.5s ease-out;}
.ser1_txt{flex: 1;padding-left: 20px;}
.ser1_txt .h5{font-size: 18px;font-weight: bold;line-height: 20px;height: 20px;overflow: hidden;margin-bottom: 10px;}
.ser1_txt span{font-size: 14px;color: #666;line-height: 16px;height: 16px;overflow: hidden;transition: all 0.5s ease-out;}
.ser1_box:hover{background: #cc0001;color: #fff;}
.ser1_box:hover .ser1_icon i{ background-position:right center;}
.ser1_box:hover .ser1_txt span{color: #fff;}
@media screen and (max-width: 1366px){
.ser1_box{width: 24%;background: #fff;color: #333;padding: 15px 15px;box-shadow:0 0 15px rgba(0,0,0,0.15);border-radius: 10px;display: flex;transition: all 0.5s ease-out;transform:translate(0,-45px);}
.ser1_icon{width: 40px; display: flex;align-items: center;}
.ser1_icon i{display: inline-block;width: 40px;height: 40px;background-repeat:no-repeat; background-position:left center;background-size: 80px;transition: all 0.5s ease-out;}
.ser1_txt .h5{font-size: 16px;font-weight: bold;line-height: 18px;height: 18px;overflow: hidden;margin-bottom: 10px;}
}
@media screen and (max-width: 1023px){
.service1{ background: #f6f6f6; }
.service1 .max1440{display: flex;justify-content: space-between;flex-wrap: wrap;padding-top: 20px;}

.ser1_box{width: 100%;background: #fff;color: #333;padding: 10px 10px;box-shadow:0 0 15px rgba(204,0,1,0.15);border-radius: 10px;display: flex;transition: all 0.5s ease-out;transform:translate(0,0px);margin-bottom: 10px;}
.ser1_icon{width: 35px; display: flex;align-items: center;}
.ser1_icon i{display: inline-block;width: 35px;height: 35px;background-repeat:no-repeat; background-position:left center;background-size: 70px;transition: all 0.5s ease-out;}
.ser1_txt{flex: 1;padding-left: 10px;}
.ser1_txt .h5{font-size: 14px;font-weight: bold;line-height: 16px;height: 16px;overflow: hidden;margin-bottom: 5px;}
.ser1_txt span{font-size: 12px;color: #666;line-height: 14px;height: 14px;overflow: hidden;transition: all 0.5s ease-out;}
.ser1_box:hover{background: #cc0001;color: #fff;}
.ser1_box:hover .ser1_icon i{ background-position:right center;}
.ser1_box:hover .ser1_txt span{color: #fff;}
}
/* 服务项目一 */

.service2{background: #f6f6f6;padding-top: 30px;padding-bottom: 50px;}
.ser2_box{margin-top: 40px;position: relative;}
.ser2_r{position: absolute;top: 0px;right: 0px;width: 720px;}
.ser2_r .imgzoom{padding-bottom: 55%; width: 100%; position: relative; overflow: hidden; }
.ser2_r .imgzoom img{width: 100%;height: 100%; object-fit: cover;  position: absolute;transition: all .5s cubic-bezier(.5, 0, .2, 1) 0s; }
.ser2_r: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);}
.ser2_l{ background: #fff; min-height: 396px;padding: 50px 770px 50px 50px;}
.ser2_l .tit{margin-bottom: 20px;}
.ser2_l .tit .p1{font-size: 18px;color: #737373;font-weight: bold;text-transform: capitalize;margin-bottom: 5px;}
.ser2_l .tit .h2{font-size: 30px;color: #cc0001; margin-bottom: 5px;position: relative;padding-bottom: 15px;}
.ser2_l .tit .h2:after{content: "";position: absolute;bottom: 0px;left: 0px;width: 50px;border-bottom: 3px solid #999;}
.ser2_l .tdd{font-size: 16px;color: #666;line-height: 26px;height: 130px;overflow: hidden;margin-bottom: 20px;}
.ser2_l .zi{display: inline-block;background: #cc0001;color: #fff;padding: 10px 20px;border-radius: 10px;cursor: pointer;}
@media screen and (max-width: 1366px){
.service2{background: #f6f6f6;padding-top: 40px;padding-bottom: 40px;}
}
@media screen and (max-width: 1023px){
.service2{background: #f6f6f6;padding-top: 30px;padding-bottom: 30px;}
.ser2_box{margin-top: 10px;position: relative;}
.ser2_r{position: relative;top: 0px;right: 0px;width: 100%;}
.ser2_r .imgzoom{padding-bottom: 55%; width: 100%; position: relative; overflow: hidden; }
.ser2_r .imgzoom img{width: 100%;height: 100%; object-fit: cover;  position: absolute;transition: all .5s cubic-bezier(.5, 0, .2, 1) 0s; }
.ser2_r: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);}
.ser2_l{ background: #fff; min-height: auto;padding: 15px 15px 15px 15px;}
.ser2_l .tit{margin-bottom: 10px;}
.ser2_l .tit .p1{font-size: 14px;color: #737373;font-weight: bold;text-transform: capitalize;margin-bottom: 5px;}
.ser2_l .tit .h2{font-size: 16px;color: #cc0001; margin-bottom: 5px;position: relative;padding-bottom: 10px;}
.ser2_l .tit .h2:after{content: "";position: absolute;bottom: 0px;left: 0px;width: 30px;border-bottom: 2px solid #999;}
.ser2_l .tdd{font-size: 14px;color: #666;line-height: 22px;height: 110px;overflow: hidden;margin-bottom: 10px;}
.ser2_l .zi{display: inline-block;background: #cc0001;color: #fff;padding: 5px 10px;border-radius: 5px;cursor: pointer;}
}
/* 服务项目二 */

.service3{padding-top: 30px;padding-bottom: 30px;background-repeat:no-repeat; background-position:center center; background-size:cover;}
@media screen and (max-width: 1023px){
.service3{padding-top: 20px;padding-bottom: 30px;background-repeat:no-repeat; background-position:center center; background-size:cover;}
}
	


.service4{padding-top: 60px;padding-bottom: 60px;}
@media screen and (max-width: 1366px){
.service4{padding-top: 60px;padding-bottom: 60px;}
}
@media screen and (max-width: 1023px){
.service4{padding-top: 30px;padding-bottom: 30px;}
}
/** swiper03_box ====================================================================================*/
.swiper03_box{ width:100%; position: relative; margin: 50px auto 50px auto; padding: 0px 0px 0px 0px; }
/** 点 ============*/
.swiper03_box .swiper-container{padding: 0px 0px 0px 0px; height: auto;}
.swiper03_box .swiper-pagination{width: 100%; text-align:center; left: 0px; bottom: 10px; }
.swiper03_box .swiper-pagination-bullet{ background: #0053cc;  opacity: 0.8; width: 10px; height:10px;border-radius:5px;  margin: 0px 5px; transition: all 0.5s ease-out;}
.swiper03_box .swiper-pagination-bullet-active{ background: #F00; width: 30px; opacity:1;}
/** 左右按钮 ============*/
.swiper03_box .swiper-button-prev {left: -70px;opacity:1;top: 45%;}
.swiper03_box .swiper-button-next {right:-70px;opacity:1;top: 45%; }
.swiper03_box .swiper-button-prev {width: 45px;height: 45px; text-align: center; background-color:none;background-image:url(../images/swiper_left02.png);background-repeat:no-repeat; background-position:center center; background-size:45px;}

.swiper03_box .swiper-button-next {width: 45px;height: 45px; text-align: center; background-color:none;background-image:url(../images/swiper_right02.png);background-repeat:no-repeat; background-position:center center; background-size:45px;}

.swiper03_box .swiper-button-prev.swiper-button-disabled{opacity:0.5;background-color:none;background-image:url(../images/swiper_left01.png);}
.swiper03_box .swiper-button-next.swiper-button-disabled{opacity:0.5;background-color:none;background-image:url(../images/swiper_right01.png);}
.swiper03_box .swiper-button-prev.hide{opacity:0;}
.swiper03_box .swiper-button-next.hide{opacity:0;}
.swiper03_box .swiper-button-next,.swiper-button-prev{transition:opacity 0.5s;}
@media screen and (max-width: 1366px){
.swiper03_box{ width:100%; position: relative; margin: 30px auto 50px auto; padding: 0px 0px 0px 0px; }
}
@media screen and (max-width: 1280px){
}
	
@media screen and (max-width: 1023px){
.swiper03_box{ width:100%; position: relative; margin: 0px auto 20px auto; padding: 5px 0px 30px 0px; }
.swiper03_box .swiper-pagination{width: 100%; text-align:center;}
/** 点 ============*/
.swiper03_box .swiper-container{padding: 0px 0px 0px 0px; height: auto;}
.swiper03_box .swiper-pagination{width: 100%; text-align:center; left: 0px; bottom: 10px; }
.swiper03_box .swiper-pagination-bullet{ background: #0053cc;  opacity: 0.8; width: 5px; height:5px;border-radius:5px;  margin: 0px 2px; transition: all 0.5s ease-out;}
.swiper03_box .swiper-pagination-bullet-active{ background: #F00; width: 20px; opacity:1;}

.swiper03_box .swiper-button-prev {left: 40%;opacity:1; top: 100%}
.swiper03_box .swiper-button-next {right:40%;opacity:1;top: 100%}
.swiper03_box .swiper-button-prev {width:30px;height: 30px; background-size:25px;}
.swiper03_box .swiper-button-next {width:30px;height: 30px; background-size:25px;}
}
	
a.sw_item03{ display: block; background: #fff;}
a.sw_item03 .imgzoom{padding-bottom: 60%; width: 100%; position: relative; overflow: hidden; border-radius: 10px 10px 0px 0px;}
a.sw_item03 .imgzoom img{width: 100%;height: 100%; object-fit: cover;  position: absolute;transition: all .5s cubic-bezier(.5, 0, .2, 1) 0s; }
a.sw_item03: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_item03 .txt{border: 1px solid #ddd;padding: 30px 25px 35px 25px;border-radius: 0px 0px 10px 10px;}
a.sw_item03 .txt .name{font-size: 20px;color: #333;line-height: 22px;height: 22px;overflow: hidden;margin-bottom: 10px;transition: all 0.5s ease-out;}
a.sw_item03 .txt .line{width: 30px;border-bottom: 2px solid #cc0001;margin-bottom: 10px;}
a.sw_item03 .txt .main{font-size: 14px;color: #666;line-height: 24px;height: 48px;overflow: hidden;}
a.sw_item03:hover .txt .name{ color: #cc0001;}
@media screen and (max-width: 1023px){
a.sw_item03{ display: block; background: #fff;}
a.sw_item03 .imgzoom{padding-bottom: 60%; width: 100%; position: relative; overflow: hidden; border-radius: 10px 10px 0px 0px;}
a.sw_item03 .imgzoom img{width: 100%;height: 100%; object-fit: cover;  position: absolute;transition: all .5s cubic-bezier(.5, 0, .2, 1) 0s;}
a.sw_item03: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_item03 .txt{border: 1px solid #ddd;padding: 15px 10px 15px 10px;border-radius: 0px 0px 10px 10px;}
a.sw_item03 .txt .name{font-size: 16px;color: #333;line-height: 18px;height: 18px;overflow: hidden;margin-bottom: 10px;transition: all 0.5s ease-out;}
a.sw_item03 .txt .line{width: 30px;border-bottom: 2px solid #cc0001;margin-bottom: 10px;}
a.sw_item03 .txt .main{font-size: 14px;color: #666;line-height: 22px;height: 44px;overflow: hidden;}
a.sw_item03:hover .txt .name{ color: #cc0001;}
}
/* 客户案例 */

.service5{padding-top: 60px;padding-bottom: 60px;background: #f6f6f6;}
.liu{display: flex;justify-content: center;margin-top: 45px;}
.lium{width: 120px;  margin: 0px 80px;text-align: center;position: relative;}
.lium:after{content: ""; position: absolute;top: 20%;right: -80%;width: 45px;height: 45px;background-image:url(../images/advert_process01.png);background-repeat:no-repeat; background-position:center center; background-size:45px;z-index: 999; }
.lium:last-child:after{background-image: none;}
.lium .box {width: 120px;height: 120px; border-radius: 50%; position: relative;z-index: 1; cursor: pointer;display: flex;justify-content: center;align-items: center;margin-bottom: 30px;}
.lium .box:after { position: absolute;top: -4px;left: -4px;padding: 0;z-index: 10;border: 4px dashed #cc0001;width: 100%;height: 100%;border-radius: 50%;content: '';box-sizing: content-box;}
.lium:hover .box:after {-webkit-animation: spinAround 9s linear infinite;-moz-animation: spinAround 9s linear infinite;animation: spinAround 9s linear infinite;}
.lium .box i{font-size: 60px;color: #cc0001;}
.lium .txt{font-size: 24px; color: #333;}
@keyframes spinAround {
	from {transform: rotate(0deg)}
	to {transform: rotate(360deg);}
}
@media screen and (max-width: 1366px){
.service5{padding-top: 50px;padding-bottom: 50px;background: #f6f6f6;}
.lium{width: 100px;  margin: 0px 80px;text-align: center;position: relative;}
.lium:after{content: ""; position: absolute;top: 20%;right: -95%;width: 45px;height: 45px;background-image:url(../images/advert_process01.png);background-repeat:no-repeat; background-position:center center; background-size:45px;z-index: 999; }
.lium .box {width: 100px;height: 100px; border-radius: 50%; position: relative;z-index: 1; cursor: pointer;display: flex;justify-content: center;align-items: center;margin-bottom: 30px;}
.lium .box i{font-size: 40px;color: #cc0001;}
}

@media screen and (max-width: 1023px){
.service5{padding-top: 30px;padding-bottom: 30px;background: #f6f6f6;}
.liu{display: flex;justify-content: center;margin-top: 20px;flex-wrap: wrap;margin-left: -10px;margin-right: -10px;}
.lium{width: 25%;  margin: 0px 0px 0px 0px;text-align: center;position: relative;padding: 0px 10px;}
.lium:after{content: ""; position: absolute;top: 0%;right: -20%;width: 45px;height: 45px;background-image:url(../images/advert_process01.png);background-repeat:no-repeat; background-position:center center; background-size:20px;z-index: 999;}
.lium:last-child:after{background-image: none;}
.lium .box {width: 40px;height: 40px; border-radius: 50%; position: relative;z-index: 1; cursor: pointer;display: flex;justify-content: center;align-items: center;margin: 0px auto 15px auto; }
.lium .box:after { position: absolute;top: -2px;left: -2px;padding: 0;z-index: 10;border: 2px dashed #cc0001;width: 100%;height: 100%;border-radius: 50%;content: '';box-sizing: content-box;}
.lium:hover .box:after {-webkit-animation: spinAround 9s linear infinite;-moz-animation: spinAround 9s linear infinite;animation: spinAround 9s linear infinite;}
.lium .box i{font-size: 20px;color: #cc0001;}
.lium .txt{font-size: 12px; color: #333;}
}
/* 合作流程 */

.fangan{padding-top: 110px; position: relative; padding-bottom: 110px;color: #fff;text-align: center;background-repeat:no-repeat; background-position:center center; background-size:cover;}
.fangan:before{content: " "; display: block; top: 0; left: 0; position: absolute; width: 100%; height: 100%; background:rgba(0,0,0,0.5); z-index: 1; }
.fangan .max1440{max-width: 1200px; position: relative; z-index: 2;}
.fangan .p1{font-size: 45px;line-height: 46px;margin-bottom: 30px;}
.fangan .p2{font-size: 20px;line-height: 20px;margin-bottom: 30px;}
.fangan a.phone{color: #fff;display: block;font-size: 30px;margin-bottom: 10px;}
.fangan a.phone i{font-size: 26px; margin-right: 10px;}
.fangan a.ask{color: #fff;display: inline-block;font-size: 18px;border: 1px solid #fff;padding: 8px 30px;border-radius: 5px;}
.fangan a.ask i{margin-right: 5px;}
.fangan a.ask:hover{background: #cc0001;border: 1px solid #cc0001;}
@media screen and (max-width: 1366px){
.fangan{padding-top: 50px;padding-bottom: 50px;color: #fff;text-align: center;background-repeat:no-repeat; background-position:center center; background-size:cover;}
.fangan .p1{font-size: 30px;line-height: 30px;margin-bottom: 30px;}
.fangan .p2{font-size: 18px;line-height: 18px;margin-bottom: 30px;}
.fangan a.phone{color: #fff;display: block;font-size: 30px;margin-bottom: 20px;}
.fangan a.phone i{font-size: 30px;}
.fangan a.ask{color: #fff;display: inline-block;font-size: 16px;border: 1px solid #fff;padding: 5px 20px;border-radius: 5px;}
.fangan a.ask i{margin-right: 5px;}
.fangan a.ask:hover{background: #cc0001;border: 1px solid #cc0001;}
}
@media screen and (max-width: 1023px){
.fangan{padding-top: 30px;padding-bottom: 30px;color: #fff;text-align: center;background-repeat:no-repeat; background-position:center center; background-size:cover;}
.fangan .max1440{max-width: 900px;}
.fangan .p1{font-size: 18px;line-height: 18px;margin-bottom: 15px;}
.fangan .p2{font-size: 14px;line-height: 20px;margin-bottom: 15px;}
.fangan a.phone{color: #fff;display: block;font-size: 14px;margin-bottom: 15px;}
.fangan a.phone i{font-size: 14px;}
.fangan a.ask{color: #fff;display: inline-block;font-size: 12px;border: 1px solid #fff;padding: 5px 10px;border-radius: 5px;}
.fangan a.ask i{margin-right: 5px;}
.fangan a.ask:hover{background: #cc0001;border: 1px solid #cc0001;}
}
/* 获取方案 */

.crumbs{padding-top: 25px;padding-bottom: 25px;border-bottom: 1px solid #ddd;color: #999;}
.crumbs i{font-size: 16px;margin-right: 10px;}
.crumbs a{display: inline-block;color: #999;margin: 0px 5px;}
.crumbs a.on{color: #cc0001;}
.crumbs a:hover{color: #cc0001;}
@media screen and (max-width: 1366px){
.crumbs{padding-top: 15px;padding-bottom: 15px;border-bottom: 1px solid #ddd;color: #999;}
}
@media screen and (max-width: 1023px){
.crumbs{display: none;}
}
/* 面包屑 */


.pag_main{padding-top: 40px;padding-bottom: 40px;position: relative;}
.pag_nav{margin-bottom: 0px;}
.pag_nav a{display: inline-block;margin-right: 45px;font-size: 18px;font-weight: bold;color: #333;position: relative;padding-bottom: 10px;}
.pag_nav a:after{content: "";position: absolute;bottom: 0px;left: 0px;width: 0%;border-bottom: 3px solid #cc0001;overflow: hidden;transition: all 0.5s ease-out;}
.pag_nav a i{font-size: 16px;margin-right: 5px;}
.pag_nav a.on{color: #cc0001;}
.pag_nav a:hover{color: #cc0001;}
.pag_nav a:hover:after{width: 100%;}
.pag_nav a.on:after{width: 100%;}
@media screen and (max-width: 1366px){
.pag_main{padding-top: 30px;padding-bottom: 30px;position: relative;}
.pag_nav{margin-bottom: 0px;}
}
@media screen and (max-width: 1023px){
.pag_main{padding-top: 20px;padding-bottom: 20px;position: relative;}
.pag_nav{margin-bottom: 10px;text-align: center;}
.pag_nav a{display: inline-block;margin-right: 6px;margin-bottom: 5px; font-size: 14px;font-weight: bold;color: #333;position: relative;padding-bottom: 5px;}
.pag_nav a:after{content: "";position: absolute;bottom: 0px;left: 0px;width: 0%;border-bottom: 2px solid #cc0001;overflow: hidden;transition: all 0.5s ease-out;}
.pag_nav a i{font-size: 14px;margin-right: 5px;}
.pag_nav a.on{color: #cc0001;}
.pag_nav a:hover{color: #cc0001;}
.pag_nav a:hover:after{width: 100%;}
.pag_nav a.on:after{width: 100%;}
}
/* 分页导航 */

.about_main{ margin-top: 30px; margin-bottom: 20px;position: relative; font-size: 16px; line-height:1.75; color: #666;}

.about1{ margin-top: 20px; margin-bottom: 60px;position: relative;}
.about1_l{position: absolute;top: 20px;left: 0px;width: 680px;}
.about1_l .imgzoom{padding-bottom: 60%; width: 100%; position: relative; overflow: hidden; }
.about1_l .imgzoom img{width: 100%;height: 100%; object-fit: cover;  position: absolute;transition: all .5s cubic-bezier(.5, 0, .2, 1) 0s; }
.about1_l:hover .imgzoom img{-webkit-transform: scale(1.10); -moz-transform: scale(1.10); -ms-transform: scale(1.10); -o-transform: scale(1.10); transform: scale(1.10);}
.about1_r{padding-left: 750px;min-height: 410px;}
.about1_r .tit{font-size: 32px;padding-top: 15px; margin-bottom: 20px;color: #333;}
.about1_r .txt{font-size: 16px; line-height: 26px; margin-bottom: 30px;color: #333;}

ul.shuzi1{ display: flex;margin-top: 10px;}
ul.shuzi1 li{width: 25%;float: left;display: block;text-align: center;padding: 20px 10px;color: #cc0001;  position: relative;}
ul.shuzi1 li .p1 span{font-size: 40px;font-weight: bold; }
ul.shuzi1 li .p1 b{font-size: 18px; position: absolute;}
ul.shuzi1 li .p2{margin: 10px 0px;font-size: 16px;line-height: 16px;height: 16px;overflow: hidden;font-weight: bold;}
@media screen and (max-width: 1366px){
.about1_l{position: absolute;top: 0px;left: 0px;width: 600px;}
.about1_r{padding-left: 650px;min-height: 360px;}
.about1_r .tit{font-size: 26px;padding-top: 5px; margin-bottom: 10px;color: #333;}
.about1_r .txt{font-size: 16px; line-height: 26px; margin-bottom: 30px;color: #333;}
}
@media screen and (max-width: 1023px){
  .about_main{ margin-top: 20px; margin-bottom: 0px;position: relative; font-size: 16px; line-height:1.75; color: #666;}

.about1{ margin-bottom: 0px;position: relative;}
.about1_l{position: relative;top: 0px;left: 0px;width: 100%;}
.about1_r{padding-left: 0px;min-height: auto;}
.about1_r .tit{font-size: 18px;padding-top: 10px; margin-bottom: 10px;color: #333;}
.about1_r .txt{font-size: 14px; line-height: 24px; margin-bottom: 10px;color: #333;}
ul.shuzi1{ display: flex;margin-top: 10px;flex-wrap: wrap;}
ul.shuzi1 li{width: 50%;float: left;display: block;text-align: center;padding: 10px 10px;color: #cc0001;  position: relative;}
ul.shuzi1 li .p1 span{font-size: 20px;font-weight: bold;}
ul.shuzi1 li .p1 b{font-size: 14px; position: absolute;}
ul.shuzi1 li .p2{margin: 5px 0px;font-size: 14px;line-height: 14px;height: 14px;overflow: hidden;font-weight: bold;}
}
/* 数字滚动 */

.about2{padding-top: 60px;padding-bottom: 60px;}
.about2_m{margin-top: 50px;display: flex;flex-direction: row;justify-content: space-between;flex-wrap: wrap;row-gap: 30px;}
.about2_m a{display: flex;width: 32%;color: #333;padding: 25px 25px;background: #fff;box-shadow:0 0 15px rgba(0,0,0,0.15);border-radius: 10px;transition: all 0.5s ease-out;}
.about2_icon{width: 50px; display: flex;align-items: center;}
.about2_icon i{display: inline-block;width: 50px;height: 50px;background-repeat:no-repeat; background-position:left center;background-size: auto;transition: all 0.5s ease-out;}
.about2_txt{flex: 1;padding-left: 20px;}
.about2_txt .h3{font-size: 20px;color: #333;font-weight: bold;line-height: 22px;height: 22px;overflow: hidden;margin-bottom: 10px;}
.about2_txt .txt{font-size: 14px;color: #333; line-height: 22px;height: 44px;overflow: hidden;}
.about2_m a:hover .about2_icon i{ background-position:right center;}
.about2_m a:hover{background: #cc0001;}
.about2_m a:hover .about2_txt .h3{color: #fff;}
.about2_m a:hover .about2_txt .txt{color: #fff;}
@media screen and (max-width: 1023px){
.about2{padding-top: 30px;padding-bottom: 30px;}
.about2_m{margin-top: 20px;display: flex;flex-direction: row;justify-content: space-between;flex-wrap: wrap;row-gap: 10px;}
.about2_m a{display: flex;width: 100%;color: #333;padding: 10px 10px;background: #fff;box-shadow:0 0 15px rgba(204,0,1,0.15);border-radius: 10px;transition: all 0.5s ease-out;}
.about2_icon{width: 35px; display: flex;align-items: center;}
.about2_icon i{display: inline-block;width: 35px;height: 35px;background-repeat:no-repeat; background-position:left center;background-size: 70px;transition: all 0.5s ease-out; }
.about2_txt{flex: 1;padding-left: 15px;}
.about2_txt .h3{font-size: 14px;color: #333;font-weight: bold;line-height: 16px;height: 16px;overflow: hidden;margin-bottom: 5px;}
.about2_txt .txt{font-size: 12px;color: #333; line-height: 18px;height: 36px;overflow: hidden;}
.about2_m a:hover .about2_icon i{ background-position:right center;}
.about2_m a:hover{background: #cc0001;}
.about2_m a:hover .about2_txt .h3{color: #fff;}
.about2_m a:hover .about2_txt .txt{color: #fff;}
}
/* 服务项目 */

.about3{padding-top: 60px;padding-bottom: 60px;}
@media screen and (max-width: 1023px){
.about3{padding-top: 30px;padding-bottom: 10px;}
}

ul.team{ display: flex;flex-direction: row;margin-left: -15px;margin-right: -15px;flex-wrap: wrap;margin-top: 30px;margin-bottom: 20px;}
ul.team li{width: 20%;padding: 0px 15px;margin-bottom: 80px;}

ul.team.pag{margin-bottom: 10px;}
ul.pag.pag li{margin-bottom: 80px;}

.team_box{position: relative; }
.team_box .imgzoom{padding-bottom: 100%; width: 100%; position: relative; overflow: hidden; }
.team_box .imgzoom img{width: 100%;/*height: 100%; */object-fit: cover;  position: absolute;transition: all .5s cubic-bezier(.5, 0, .2, 1) 0s; }
.team_box: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);}
.team_box .bg{background: #fff;width: 90%;margin: 0px auto;padding: 15px 20px 20px 20px;border-radius: 10px;position: absolute;bottom: -50px;left: 5%;z-index: 999;overflow: hidden;box-shadow:0 0 15px rgba(0,0,0,0.15);}
.team_box .txtm{overflow: hidden;max-height: 75px; transition: all 0.5s ease-out;}
.team_box .txtm span{font-size: 14px;font-weight: 400;color: #333;}
.team_box .txtm .p1{font-size: 14px;color: #666;font-weight: bold;line-height: 18px;margin-bottom: 6px;}
.team_box .txtm .p1 .s1{display: inline-block;font-size: 12px;margin-left: 30px;font-weight: normal;color: #999;}
.team_box .txtm .p1 .s1 i{color: #cc0001;margin-right: 5px;}
.team_box:hover .txtm{ max-height: 350px;}
.team_box .txtm .more{text-align: center;margin-top: 20px;transition: all 0.5s ease-out;}
.team_box .txtm .more a{display: inline-block;background: #cc0001;color: #fff;padding: 5px 10px;border-radius: 10px;transition: all 0.5s ease-out;}

@media screen and (max-width: 1366px){
ul.team{ display: flex;flex-direction: row;margin-left: -15px;margin-right: -15px;flex-wrap: wrap;margin-top: 30px;margin-bottom: 20px;}  
.team_box .bg{background: #fff;width: 90%;margin: 0px auto;padding: 10px 15px 10px 15px;border-radius: 10px;position: absolute;bottom: -50px;left: 5%;z-index: 999;overflow: hidden;box-shadow:0 0 15px rgba(0,0,0,0.15);}  
.team_box .txtm{overflow: hidden;max-height: 65px; transition: all 0.5s ease-out;}
.team_box .txtm .p1{font-size: 14px;color: #666;font-weight: bold;line-height: 18px;margin-bottom: 3px;}
.team_box .txtm .p1 .s1{display: inline-block;font-size: 12px;margin-left: 10px;font-weight: normal;color: #999;}
.team_box .txtm .p1 .s1 i{color: #cc0001;margin-right: 5px;}
}
@media screen and (max-width: 1023px){
 ul.team{display: none; margin-left: -5px;margin-right: -5px; margin-top: 0px; margin-bottom:0;}
ul.team.pag{ display: flex;}
ul.pag.pag li{ width: 50%;padding: 0px 5px;margin-bottom: 80px;}

.team_box .bg{background: #fff;width: 90%;margin: 0px auto;padding: 10px 10px 10px 10px;border-radius: 10px;position: absolute;bottom: -50px;left: 5%;z-index: 999;overflow: hidden;box-shadow:0 0 15px rgba(0,0,0,0.15);}  
.team_box .txtm{overflow: hidden;max-height: 65px; transition: all 0.5s ease-out;}
.team_box .txtm span{font-size: 12px;font-weight: 500;color: #333;}
.team_box .txtm .p1{font-size: 12px;color: #666;font-weight: 500;line-height: 18px;margin-bottom: 3px; text-align: left;}
.team_box .txtm .p1 .s1{display: inline-block;font-size: 12px;margin-left: 2px;font-weight: 500;color: #999;}
.team_box .txtm .p1 .s1 i{color: #cc0001;margin-right: 2px;}

}


/** swiper02_box ====================================================================================*/
.swiper02_box{ width:100%; position: relative; margin: 0px auto 0px auto; padding: 30px 0px 40px 0px;display: none;}
@media screen and (max-width: 1023px){
.swiper02_box{ width:100%; position: relative; margin: 0px auto 0px auto; padding: 10px 0px 30px 0px;display: block;}
.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: #333;  opacity: 0.8; width: 5px; height:5px;border-radius:5px;  margin: 0px 2px; transition: all 0.5s ease-out;}
.swiper02_box .swiper-pagination-bullet-active{ background: #cc0001; width: 20px; opacity:1;}

/** 左右按钮 ============*/
.swiper02_box .swiper-button-prev {width: 45px;height: 45px; text-align: center; background-color:none;background-image:url(../images/swiper_left02.png);background-repeat:no-repeat; background-position:center center; background-size:45px;}
.swiper02_box .swiper-button-next {width: 45px;height: 45px; text-align: center; background-color:none;background-image:url(../images/swiper_right02.png);background-repeat:no-repeat; background-position:center center; background-size:45px;}
.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;}

.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:30px;height: 30px; background-size:25px;}
.swiper02_box .swiper-button-next {width:30px;height: 30px; background-size:25px; }


}
@media screen and (max-width: 1023px){
.sw_item02{ display: block;}
.sw_item02 .imgzoom{padding-bottom: 100%; width: 100%; position: relative; overflow: hidden; }
.sw_item02 .imgzoom img{width: 100%;height: 100%; object-fit: cover;  position: absolute;transition: all .5s cubic-bezier(.5, 0, .2, 1) 0s; }
.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);}
.sw_item02 .txtm{background: #fff;padding: 10px 10px;}
.sw_item02 .txtm .test1{font-size: 12px;color: #333;margin-bottom: 5px;}
.sw_item02 .txtm .test1 span{font-weight: bold;font-size: 14px;}
.sw_item02 .txtm .test2{font-size: 12px;color: #333;line-height: 16px;height: 32px;overflow: hidden;margin-bottom: 10px;}
.sw_item02 .txtm .test2 span{font-weight: bold;font-size: 14px;}
.sw_item02 .txtm .more{text-align: center; }
.sw_item02 .txtm .more a{display: inline-block;background: #cc0001;color: #fff;padding: 5px 10px;border-radius: 10px;transition: all 0.5s ease-out;font-size: 10px;}
}
/* 团队介绍 */

ul.pag_anli{ display: flex;flex-direction: row;flex-wrap: wrap;margin-left: -15px;margin-right: -15px;  padding-top: 40px;}
ul.pag_anli li{width: 33.3%;padding: 0px 15px;margin-bottom: 30px;}
ul.pag_anli li a{display: block;box-shadow:0 0 15px rgba(0,0,0,0.15);}
ul.pag_anli li a .imgzoom{padding-bottom: 60%; width: 100%; position: relative; overflow: hidden; }
ul.pag_anli li a .imgzoom img{width: 100%;height: 100%; object-fit: cover;  position: absolute;transition: all .5s cubic-bezier(.5, 0, .2, 1) 0s; }
ul.pag_anli 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.pag_anli li a .txt{background: #fff;padding: 20px 20px;transition: all 0.5s ease-out;}
ul.pag_anli li a .txt .name{font-size: 20px;color: #333;line-height: 20px;height: 20px;overflow: hidden;font-weight: bold;margin-bottom: 20px;}
ul.pag_anli li a .txt .line{width: 50px;border-bottom: 3px solid #cc0001;margin-bottom: 15px;}
ul.pag_anli li a .txt .main{font-size: 14px;color: #333;line-height: 24px;height: 48px;overflow: hidden; }
ul.pag_anli li a:hover .txt{background: #cc0001; }
ul.pag_anli li a:hover .txt .name{color: #fff;}
ul.pag_anli li a:hover .txt .line{border-bottom: 3px solid #fff;}
ul.pag_anli li a:hover .txt .main{color: #fff;}
@media screen and (max-width: 1023px){
ul.pag_anli{ display: flex;flex-direction: row;flex-wrap: wrap;margin-left: -5px;margin-right: -5px;  padding-top: 0px;}
ul.pag_anli li{width: 50%;padding: 0px 5px;margin-bottom: 10px;}
ul.pag_anli li a{display: block;box-shadow:0 0 15px rgba(204,0,1,0.15);}
ul.pag_anli li a .imgzoom{padding-bottom: 60%; width: 100%; position: relative; overflow: hidden; }
ul.pag_anli li a .imgzoom img{width: 100%;height: 100%; object-fit: cover;  position: absolute;transition: all .5s cubic-bezier(.5, 0, .2, 1) 0s; }
ul.pag_anli 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.pag_anli li a .txt{background: #fff;padding: 10px 10px;transition: all 0.5s ease-out;}
ul.pag_anli li a .txt .name{font-size: 14px;color: #333;line-height: 16px;height: 16px;overflow: hidden;font-weight: bold;margin-bottom: 5px;}
ul.pag_anli li a .txt .line{width: 25px;border-bottom: 2px solid #cc0001;margin-bottom: 5px;}
ul.pag_anli li a .txt .main{font-size: 12px;color: #333;line-height: 20px;height: 40px;overflow: hidden; }
ul.pag_anli li a:hover .txt{background: #cc0001;}
ul.pag_anli li a:hover .txt .name{color: #fff;}
ul.pag_anli li a:hover .txt .line{border-bottom: 3px solid #fff;}
ul.pag_anli li a:hover .txt .main{color: #fff;}
}
/* 经典案例 */

.pag_news{ position: relative;display: flex;justify-content: space-between;align-items: flex-start; padding-top: 30px;}
.news_l{ width: 70%;color: #333;}
.news_l a.tu{display: block;position: relative;margin-bottom: 30px;padding-bottom: 30px; border-bottom: 1px solid #ddd;}
.news_l a.tu .n_img{position: absolute;top: 0px;left: 0px;width: 350px;}
.news_l a.tu .n_img .imgzoom{padding-bottom: 60%; width: 100%; position: relative; overflow: hidden; }
.news_l a.tu .n_img .imgzoom img{width: 100%;height: 100%; object-fit: cover;  position: absolute;transition: all .5s cubic-bezier(.5, 0, .2, 1) 0s; }
.news_l a.tu:hover .n_img .imgzoom img{-webkit-transform: scale(1.10); -moz-transform: scale(1.10); -ms-transform: scale(1.10); -o-transform: scale(1.10); transform: scale(1.10);}
.news_l a.tu .n_txt{padding: 20px 20px 0px 370px;min-height: 210px;}
.news_l a.tu .n_txt .name{font-size:20px;line-height: 22px;height: 44px;overflow: hidden;color: #333;margin-bottom: 5px;}
.news_l a.tu .n_txt .time{font-size: 12px;color: #cc0001;margin-bottom: 10px;}
.news_l a.tu .n_txt .main{font-size: 14px;line-height: 25px;height: 100px;overflow: hidden;color: #333;}
.news_l a.tu:hover .n_txt .name{color: #cc0001;}

.news_r{position: sticky;width: 25%;top: 120px;border: 1px solid #ddd;padding: 20px 20px;}
.news_r .tui_tit{font-size: 22px;color: #333;font-weight: bold;margin-top: 0px; margin-bottom: 20px;padding-bottom: 10px;border-bottom: 1px solid #ddd;}
ul.tui_list{}
ul.tui_list a{display: block;position: relative;padding-bottom: 15px;margin-bottom: 15px;border-bottom: 1px solid #ddd;}
ul.tui_list a .tui_img{position: absolute;top: 0px;left: 0px;width: 130px;}
ul.tui_list a .tui_img .imgzoom{padding-bottom: 65%; width: 100%; position: relative; overflow: hidden; }
ul.tui_list a .tui_img .imgzoom img{width: 100%;height: 100%; object-fit: cover;  position: absolute;transition: all .5s cubic-bezier(.5, 0, .2, 1) 0s; }
ul.tui_list a:hover .tui_img .imgzoom img{-webkit-transform: scale(1.10); -moz-transform: scale(1.10); -ms-transform: scale(1.10); -o-transform: scale(1.10); transform: scale(1.10);}
ul.tui_list a .tui_txt{min-height: 85px;padding-left: 140px;padding-top: 10px;}
ul.tui_list a .tui_txt .name{font-size: 16px;color: #333;line-height: 16px;height: 16px;overflow: hidden;margin-bottom: 10px;}
ul.tui_list a .tui_txt .main{font-size: 14px;color: #666;line-height: 20px;height: 40px;overflow: hidden;margin-bottom: 10px;}
@media screen and (max-width: 1366px){
.news_l a.tu .n_img{position: absolute;top: 0px;left: 0px;width: 320px;}
.news_l a.tu .n_txt{padding: 10px 20px 0px 340px;min-height: 192px;}
}
@media screen and (max-width: 1023px){
.pag_news{ display: flex;justify-content: space-between;align-items: flex-start;flex-wrap: wrap;padding-top: 10px;}
.news_l{ width: 100%;color: #333;margin-bottom: 20px;}
.news_l a.tu{display: block;position: relative;margin-bottom: 15px;padding-bottom: 15px; border-bottom: 1px solid #ddd;}
.news_l a.tu .n_img{position: relative;top: 0px;left: 0px;width: 100%;}
.news_l a.tu .n_img .imgzoom{padding-bottom: 60%; width: 100%; position: relative; overflow: hidden; }
.news_l a.tu .n_img .imgzoom img{width: 100%;height: 100%; object-fit: cover;  position: absolute;transition: all .5s cubic-bezier(.5, 0, .2, 1) 0s; }
.news_l a.tu:hover .n_img .imgzoom img{-webkit-transform: scale(1.10); -moz-transform: scale(1.10); -ms-transform: scale(1.10); -o-transform: scale(1.10); transform: scale(1.10);}
.news_l a.tu .n_txt{padding: 10px 10px 0px 10px;min-height: auto;}
.news_l a.tu .n_txt .name{font-size: 16px;line-height: 18px;height: 18px;overflow: hidden;color: #333;margin-bottom: 10px;}
.news_l a.tu .n_txt .time{font-size: 14px;color: #cc0001;margin-bottom: 10px;}
.news_l a.tu .n_txt .main{font-size: 14px;line-height: 22px;height: 66px;overflow: hidden;color: #333;}
.news_l a.tu:hover .n_txt .name{color: #cc0001;}

.news_r{position: sticky;width: 100%;top: 0px;border: 1px solid #ddd;padding: 10px 10px;text-align: left;}
.news_r .tui_tit{font-size: 16px;color: #333;font-weight: bold;margin-top: 0px; margin-bottom: 10px;padding-bottom: 10px;border-bottom: 1px solid #ddd;}
ul.tui_list{}
ul.tui_list a{display: block;position: relative;padding-bottom: 10px;margin-bottom: 10px;border-bottom: 1px solid #ddd;}
ul.tui_list a .tui_img{position: absolute;top: 0px;left: 0px;width: 130px;}
ul.tui_list a .tui_img .imgzoom{padding-bottom: 65%; width: 100%; position: relative; overflow: hidden; }
ul.tui_list a .tui_img .imgzoom img{width: 100%;height: 100%; object-fit: cover;  position: absolute;transition: all .5s cubic-bezier(.5, 0, .2, 1) 0s; }
ul.tui_list a:hover .tui_img .imgzoom img{-webkit-transform: scale(1.10); -moz-transform: scale(1.10); -ms-transform: scale(1.10); -o-transform: scale(1.10); transform: scale(1.10);}
ul.tui_list a .tui_txt{min-height: 85px;padding-left: 140px;padding-top: 10px;}
ul.tui_list a .tui_txt .name{font-size: 16px;color: #333;line-height: 16px;height: 16px;overflow: hidden;margin-bottom: 10px;}
ul.tui_list a .tui_txt .main{font-size: 14px;color: #666;line-height: 20px;height: 40px;overflow: hidden;margin-bottom: 10px;}
}
/* 新闻列表 */


.info_tit{margin-top: 0px;margin-bottom: 20px;border-bottom: 1px solid #ddd;padding-bottom: 20px;}
.info_tit .h4{font-size: 26px;color: #333;font-weight: bold;margin-bottom: 20px;}
.info_tit span{font-size: 16px;margin-right: 50px;color: #666;}
.info_tit span i{margin-right: 5px;}
.info_txt{font-size: 14px;color: #333;line-height: 2;position: relative;overflow: hidden;}
.bg-light p {  text-align: center; /* 使图片水平居中 */
  margin: 0; /* 可选：移除默认的段落边距 */}
.info_txt a{color: #cc0001; }

.news_info_tishi{font-size: 16px; line-height: 2; padding: 10px 0px; margin: 20px 0px; border: 1px solid #ececec; border-left: 0px; border-right: 0px; color: #666;}


.fanye{margin-top: 50px;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: #cc0001; }
a.back{display: inline-block;background: #cc0001;color: #fff;padding: 10px 20px;font-size: 14px;border-radius: 5px;transition: all 0.5s ease-out;}
a.back:hover{padding: 10px 30px;}
@media screen and (max-width: 1023px){
.info_tit{margin-top: 0px;margin-bottom: 10px;border-bottom: 1px solid #ddd;padding-bottom: 10px;}
.info_tit .h4{font-size: 16px;color: #333;font-weight: bold;margin-bottom: 15px;}
.info_tit span{font-size: 12px;margin-right: 10px;color: #666;margin-bottom: 5px;display: inline-block;}
.info_tit span i{margin-right: 5px;}
.info_txt{font-size: 14px;color: #333;line-height: 2 ;position: relative;overflow: hidden;}
.fanye{margin-top: 20px;margin-bottom: 10px;}
.fanyea{padding-bottom: 15px;color: #333;font-size: 14px; padding: 0px 0px;line-height: 24px;height: 24px;overflow: hidden; transition: all 0.5s ease-out;width: 100%;}
.fanyea a{color: #333;transition: all 0.5s ease-out;}
.fanyea a:hover{color: #cc0001; }
a.back{display: inline-block;background: #cc0001;color: #fff;padding: 5px 10px;font-size: 12px;border-radius: 5px;transition: all 0.5s ease-out;}
a.back:hover{padding: 10px 30px;}

.news_info_tishi{ padding: 10px 0px; font-size: 10px; margin: 20px 0px 0px 0px; border: 1px solid #ececec; border-left: 0px; border-right: 0px; color: #666;}

}
/* 新闻详细页 */


.contact{position: relative;}
.con_r{position: absolute;top: 0px;right: 0px;width: 600px;}
.con_r iframe{width: 100%;  height: 350px; }
.con_l{padding-right: 650px;min-height: 350px; padding-top: 20px;}
.con_l .box{margin-bottom: 50px;}
.con_l .box .lx{font-size: 22px;color: #333;font-weight: bold;margin-bottom: 10px;}
.con_l .box span{display: block;font-size: 16px;line-height: 36px;}
.con_l .box span a{color: #cc0001;font-weight: bold;font-size: 20px;}
@media screen and (max-width: 1023px){
.contact{position: relative;}
.con_r{position: relative;top: 0px;right: 0px;width: 100%;}
.con_r iframe{width: 100%;  height: 350px; }
.con_l{padding-right: 0px;min-height: auto; padding-top: 0px;}
.con_l .box{margin-bottom: 20px;}
.con_l .box .lx{font-size: 14px;color: #333;font-weight: bold;margin-bottom: 5px;}
.con_l .box span{display: block;font-size: 14px;line-height: 26px;}
.con_l .box span a{color: #cc0001;font-weight: bold;font-size: 18px;}
}
/* 联系我们 */

.pei1{ position: relative;margin-bottom: 60px;}
.pei1_l{position: absolute;top: 0px;left: 0px;width: 550px;}
.pei1_l .imgzoom{padding-bottom: 60%; width: 100%; position: relative; overflow: hidden;border-radius: 10px 10px 10px 10px; }
.pei1_l .imgzoom img{width: 100%;height: 100%; object-fit: cover;  position: absolute;transition: all .5s cubic-bezier(.5, 0, .2, 1) 0s; }
.pei1_l:hover .imgzoom img{-webkit-transform: scale(1.10); -moz-transform: scale(1.10); -ms-transform: scale(1.10); -o-transform: scale(1.10); transform: scale(1.10);}
.pei1_r{min-height: 330px;padding: 0px 0px 0px 600px;}
.pei1_r .pt{font-size: 30px;color: #333;position: relative;padding-bottom: 20px;margin-bottom: 20px;}
.pei1_r .pt:after{content: "";position: absolute;bottom: 0px;left: 0px;width: 60px;border-bottom: 4px solid #cc0001;}
.pei1_r .txt{font-size: 16px;color: #333;line-height: 26px;}
@media screen and (max-width: 1023px){
.pei1{ position: relative;margin-bottom: 20px;}
.pei1_l{position: relative;top: 0px;left: 0px;width: 100%;}
.pei1_l .imgzoom{padding-bottom: 60%; width: 100%; position: relative; overflow: hidden;border-radius: 10px 10px 10px 10px; }
.pei1_l .imgzoom img{width: 100%;height: 100%; object-fit: cover;  position: absolute;transition: all .5s cubic-bezier(.5, 0, .2, 1) 0s; }
.pei1_l:hover .imgzoom img{-webkit-transform: scale(1.10); -moz-transform: scale(1.10); -ms-transform: scale(1.10); -o-transform: scale(1.10); transform: scale(1.10);}
.pei1_r{min-height: auto;padding: 20px 0px 0px 0px;}
.pei1_r .pt{font-size: 18px;color: #333;position: relative;padding-bottom: 10px;margin-bottom: 10px;}
.pei1_r .pt:after{content: "";position: absolute;bottom: 0px;left: 0px;width: 60px;border-bottom: 2px solid #cc0001;}
.pei1_r .txt{font-size: 14px;color: #333;line-height: 24px;}
}
/* 保镖培训一 */

.pei2{padding-top: 30px;padding-bottom: 30px;}
.pei2m{display: flex;margin-top: 40px;flex-direction: row;flex-wrap: wrap;justify-content: space-between;row-gap: 30px;}
.pei2m .box{width: 32%;background: #fff;box-shadow:0 0 15px rgba(0,0,0,0.15);padding: 20px 20px;}
.pei2m .box .tit{font-size: 18px;font-weight: bold;color: #666;margin-bottom: 10px;}
.pei2m .box .txt{font-size: 16px;color: #333;line-height: 24px;}
@media screen and (max-width: 1023px){
.pei2{padding-top: 30px;padding-bottom: 10px;}
.pei2m{display: flex;margin-top: 10px;flex-direction: row;flex-wrap: wrap;justify-content: space-between;row-gap: 10px;}
.pei2m .box{width: 100%;background: #fff;box-shadow:0 0 15px rgba(204,0,1,0.15);padding: 10px 10px;}
.pei2m .box .tit{font-size: 14px;font-weight: bold;color: #666;margin-bottom: 5px;}
.pei2m .box .txt{font-size: 14px;color: #333;line-height: 20px;}
}
/* 保镖培训二 */

ul.pei_list{ display: flex;flex-direction: row;flex-wrap: wrap;margin-left: -15px;margin-right: -15px; padding-top:30px;}
ul.pei_list li{width: 25%;padding: 0px 15px;margin-bottom: 30px;}
ul.pei_list li a{display: block;}
ul.pei_list li a .imgzoom{padding-bottom: 60%; width: 100%; position: relative; overflow: hidden;border-radius: 10px 10px 0px 0px; }
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{padding: 15px 15px;border: 1px solid #ddd;text-align: center;border-radius: 0px 0px 10px 10px;}
ul.pei_list li a .txt .h3{font-size: 16px;line-height: 20px;height: 20px;overflow: hidden;color: #333;}
ul.pei_list li a:hover .txt .h3{color: #cc0001;font-weight: bold;}
@media screen and (max-width: 1023px){
ul.pei_list{ display: flex;flex-direction: row;flex-wrap: wrap;margin-left: -5px;margin-right: -5px;}
ul.pei_list li{width: 50%;padding: 0px 5px;margin-bottom: 10px;}
ul.pei_list li a{display: block;}
ul.pei_list li a .imgzoom{padding-bottom: 60%; width: 100%; position: relative; overflow: hidden;border-radius: 10px 10px 0px 0px; }
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{padding: 10px 10px;border: 1px solid #ddd;text-align: center;border-radius: 0px 0px 10px 10px;}
ul.pei_list li a .txt .h3{font-size: 14px;line-height: 14px;height: 14px;overflow: hidden;color: #333;}
ul.pei_list li a:hover .txt .h3{color: #cc0001;font-weight: bold;}
}































































/** 检查浏览器版本 ====================================================================================*/
#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/e85f24eec5bb484ab94ac6a2133b0677.woff) no-repeat 100% center;}
#hi-upgrade .hi-wrap .hi-list li .hi-ico4 {
  background: #fff url(../fonts/c3e26ab5ff4e4dec95655287cd93e341.woff) no-repeat 100% center;}
#hi-upgrade .hi-wrap .hi-list li .hi-ico5 {
  background: #fff url(../fonts/e6db4e402c824ca4bd02e6ca711ba280.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在线客服 ====================================================================================*/
.pc_kefu{position:fixed; width: 70px;right:-0px;bottom:0%;margin-top:0px;z-index:9999;}
.pc_kefu dl{width: 100%;height: 70px;position: relative; z-index: 2; margin-bottom: 1px;}
.pc_kefu dl dt{width: 70px;height: 70px; box-sizing: border-box; padding: 7px 0; color:#FFFFFF;background-color: #cc0001;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: #cb2324;}
.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){
	.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: #cc0001; 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}
}
/** 手机微信弹出 ====================================================================================*/


.index_newsx{ padding: 30px 0px 10px 0px;}
.index_newsx ul{ display: none;}
.index_newsx ul:first-child{display: block;}
.index_newsx ul li{ width: 48%; margin: 0px 1% 10px 1%; float: left; }
.index_newsx ul li a{display: block;background: #eee;padding: 10px 10px 10px 60px;position: relative;}
.index_newsx 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_newsx ul li a .txt{font-size: 18px;line-height: 30px;height: 30px;overflow: hidden;color: #666;}
.index_newsx ul li a i{position: absolute;top: 50%;right: 50px;font-size: 30px;color: #003e8b;margin-top: -15px;}
.index_newsx ul li a:hover .txt{color: #ea0028;}
.index_newsx ul li a:hover i{color: #ea0028;}

@media screen and (max-width: 1023px){
.index_newsx{ padding: 0px 0px 0px 0px;}
.index_newsx ul{ display: none;}
.index_newsx ul:first-child{display: block;}
.index_newsx ul li{ width: 100%; margin: 0px 0% 10px 0%; float: left; }
.index_newsx ul li a{display: block;background: #eee;padding: 10px 10px 10px 45px;position: relative;}
.index_newsx 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_newsx ul li a .txt{font-size: 16px;line-height: 1.3;height:auto;overflow: hidden;color: #666;}
.index_newsx ul li a i{position: absolute;top: 50%;right: 50px;font-size: 30px;color: #003e8b;margin-top: -15px;}
.index_newsx ul li a:hover .txt{color: #ea0028;}
.index_newsx ul li a:hover i{color: #ea0028;}
}