@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: #454a56;  background: rgba(255, 255, 255, 1); 
text-align:justify; -webkit-text-size-adjust:none; -webkit-font-smoothing: subpixel-antialiased; /*chrome、safari*/-moz-osx-font-smoothing: grayscale;/*firefox*/}

@media (max-width: 1024px){
body {font-size: 12px; margin: 0 auto;}
}
/** 定义HTML body **/

a{color:#333; transition:400ms ease all;}
a:focus {color: #333;outline: none;text-decoration: none;}
a:hover {color: #333;outline: none;text-decoration: none;transition:400ms ease all;}

/* == 翻页公用  ====================================================================================*/
.pageflip{width: 100%;overflow: hidden;text-align: center; margin: 20px 0px 0px 0px;}
.pageflip a{color: #0053cc;height: 34px;display: inline-block;overflow: hidden;line-height: 30px; padding: 0px 10px; border: 2px solid #0053cc;border-radius: 5px;margin: 0px 5px;}
.pageflip a:hover,.pageflip a.dq{background: #0053cc;color: #fff;}
.pageflip a i{display: block;line-height: 30px;height: 30px; }
@media (max-width:768px){
.pageflip{ margin: 20px 0px 20px 0px;}
.pageflip a { font-size: 12px; height: 26px; line-height: 24px; border-width: 1px; padding: 0px 0.3rem;margin: 0px 2px; border-radius: 3px; }
.pageflip a i { line-height: 24px; height: 26px; }
}
/* == 翻页公用  ====================================================================================*/


@media (max-width:1600px){}
@media (max-width:1400px){}
@media (max-width:1200px){}
@media (max-width:1023px){}
@media (max-width:767px){}
/* == 全局  ======================================================================================================================================*/
.wrapper_full{margin: 0px auto; max-width: 100%; width: 100%; padding: 0 0px;}
.wrapper_box{margin: 0px auto; max-width: 1340px; width: 100%; position: relative; padding: 0 30px;}
.max1440{margin: 0px auto; max-width: 1340px; width: 100%; padding: 0 30px;}
.max1200{margin: 0px auto; max-width: 1200px; width: 100%; padding: 0 30px;}
@media (max-width:1440px){
	.wrapper_full{padding: 0px 0px;}
	.wrapper_box{padding: 0px 30px; }
}
@media (max-width:1280px){
	.wrapper_full{padding: 0px 0px;}
	.wrapper_box{padding: 0px 20px;}
	.max1440{padding: 0 20px;}
	.max1200{padding: 0 20px;}
}
@media (max-width:1024px){
	.wrapper_full{overflow: hidden;}
	.wrapper_box{padding: 0px 10px; overflow: hidden;}
	.max1440{padding: 0 20px; overflow: hidden;}
	.max1200{padding: 0 10px; overflow: hidden;}
}
@media (max-width:767px){
	.wrapper_full{padding: 0px 0px;}
	.wrapper_box{padding: 0px 10px;}
	.max1440{padding: 0 10px;}
	.max1200{padding: 0 10px;}
}
/* == 全局  ======================================================================================================================================*/



/** == 首页banner ======================================================================================================================================*/
.banner_box{ width: 100%; position: relative; padding-top: 0px;}
.swiper-ban.swiper-container{}
.swiper-ban.swiper-slide{ background: #000; width: 100%; height:auto;}
.swiper-ban a {display: block; width: 100%; height:100%; overflow: hidden; position: relative;}
.swiper-ban a .slide_full{width: 100%; height:500px;/*^banner高度^*/ overflow: hidden; position: relative; background-repeat:no-repeat; background-position:center center; background-size:cover; transition: all .5s cubic-bezier(.5, 0, .2, 1) 0s;}
.swiper-ban a > img {position: absolute; left: 0 ; top: 0; width:100%; z-index: -1; }
.swiper-ban a .bg_hei{position: absolute; left: 0 ; top: 0; width:100%; height: 100%; z-index: -1; background:linear-gradient(-150deg,#071025,#2a4881 50%); opacity: 0.0;/*^banner上覆盖色^*/}

/** banner点点点 =====*/
.swiper-ban.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{ bottom: 20px;}
.swiper-ban .swiper-pagination-bullet{background: #fff; width: 10px; height:10px; border-radius:10px;  opacity: .9; transition: all .5s cubic-bezier(.5, 0, .2, 1) 0s;}
.swiper-ban .swiper-pagination-bullet-active {background: #fa9570;   width: 10px; height:10px;}

/** banner箭头 =====*/
.swiper-ban .swiper-button-prev {left:30px; width: 50px; height: 50px; opacity:1; top: 50%;transition: all 0.5s ease-out;}
.swiper-ban .swiper-button-next {right:30px; width: 50px; height: 50px;opacity:1;top: 50%;transition: all 0.5s ease-out;}

.swiper-ban .swiper-button-prev {background-color:rgba(0,0,0,0.9);background-image:url(../images/left.png); background-repeat:no-repeat; background-position:center center; background-size:50%; text-align: center;border-radius:100%; }
.swiper-ban .swiper-button-next { background-color:rgba(0,0,0,0.9);background-image:url(../images/right.png); background-repeat:no-repeat; background-position:center center; background-size:50%; text-align: center;border-radius:100%; }
.swiper-ban .swiper-button-prev:hover{opacity: 0.8;left:40px;}
.swiper-ban .swiper-button-next:hover{opacity: 0.8;right:40px;}

.swiper-ban .swiper-button-prev.swiper-button-disabled{opacity:0.1;background-color:none;background-image:url(../images/left.png);}/*^到头^*/
.swiper-ban .swiper-button-next.swiper-button-disabled{opacity:0.1;background-color:none;background-image:url(../images/right.png);}/*^到头^*/

@media (max-width: 1023px) { 
.banner_box{ width: 100%; position: relative; padding-top: 2.4rem;}
.swiper-ban a .slide_full{width: 100%; height:500px;}
}

@media (max-width: 767px) { 
.banner_box{ width: 100%; position: relative; padding-top: 2.4rem;}
.swiper-ban a .slide_full{width: 100%; height:170px;}
.swiper-ban .swiper-button-prev {left:10px; width: 20px; height: 20px; opacity:1; top: 55%;transition: all 0.5s ease-out;}
.swiper-ban .swiper-button-next {right:10px; width: 20px; height: 20px;opacity:1;top: 55%;transition: all 0.5s ease-out;}
.swiper-ban.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{ bottom: 10px;}
.swiper-ban .swiper-button-prev:hover{opacity: 0.8;left:10px;}
.swiper-ban .swiper-button-next:hover{opacity: 0.8;right:10px;}
}
/** == 首页banner ======================================================================================================================================*/



/** == 首页banner上文字 ======================================================================================================================================*/
.wenzi_main{ position:absolute; width: 100%; margin: 0px auto; padding: 0px 20px;  top: 50%; -webkit-transform:translateY(-50%); transform:translateY(-50%);  text-align:center; z-index: 1; text-shadow: 1px 1px 1px #000;filter:shadow(Color=#000,Direction=10,Strength=10);text-transform:uppercase;}
.ani-01 { height: auto; margin-bottom: 10px; color: #fff; font-size: 50px; font-weight: bold;}
.ani-02 { height: auto; margin-bottom: 10px; color: #fff; font-size: 40px; }
.ani-03 { height: auto; margin-bottom: 0px; color: #fff; font-size: 30px; font-family: DINEngschriftStd;}

@media (max-width: 1440px) {
.wenzi_main{ position:absolute; width: 100%; margin: 0px auto; padding: 0px 20px;  top: 50%; -webkit-transform:translateY(-50%); transform:translateY(-50%);  text-align:center; z-index: 1; text-shadow: 1px 1px 1px #000;filter:shadow(Color=#000,Direction=10,Strength=10);text-transform:uppercase;}
.ani-01 { height: auto; margin-bottom: 10px; color: #fff; font-size:30px; font-weight: bold;}
.ani-02 { height: auto; margin-bottom: 10px; color: #fff; font-size: 20px; }
.ani-03 { height: auto; margin-bottom: 0px; color: #fff; font-size: 20px; font-family: DINEngschriftStd;}
}

@media (max-width: 1280px) {
}

@media (max-width: 1023px) { 
.wenzi_main{ position:absolute; width: 100%; margin: 0px auto; padding: 0px 20px;  top: 50%; -webkit-transform:translateY(-50%); transform:translateY(-50%);  text-align:center; z-index: 1; text-shadow: 1px 1px 1px #000;filter:shadow(Color=#000,Direction=10,Strength=10);text-transform:uppercase;}
.ani-01 { height: auto; margin-bottom: 10px; color: #fff; font-size:30px; font-weight: bold;}
.ani-02 { height: auto; margin-bottom: 10px; color: #fff; font-size: 20px; }
.ani-03 { height: auto; margin-bottom: 0px; color: #fff; font-size: 20px; font-family: DINEngschriftStd;}
}
@media (max-width: 767px) { 
.wenzi_main{ position:absolute; width: 100%; margin: 0px auto; padding: 0px 20px;  top: 50%; -webkit-transform:translateY(-50%); transform:translateY(-50%);  text-align:center; z-index: 1; text-shadow: 1px 1px 1px #000;filter:shadow(Color=#000,Direction=10,Strength=10);text-transform:uppercase;}
.ani-01 { height: auto; margin-bottom: 10px; color: #fff; font-size: 0.5rem; line-height: 1.6; font-weight: bold;}
.ani-02 { height: auto; margin-bottom: 10px; color: #fff; font-size: 0.5rem; }
.ani-03 { height: auto; margin-bottom: 0px; color: #fff; font-size: 0.5rem; font-family: DINEngschriftStd;}
}
/** == 首页banner上文字 ======================================================================================================================================*/



/** == pag_ban ====================================================================================*/
.pag_ban{position: relative;overflow: hidden;height: 150px; margin-top: 0px;transition: all 0.5s ease-out;}
.pag_ban:before {content: ''; position: absolute; background-color: rgba(0, 0, 0, 0.5); height: 100%; width: 100%; top: 0;left: 0;}
.pag_ban .imgbg {height: 100%;}
.pag_ban .imgbg {background-position: center center;background-size: cover;background-repeat: no-repeat;}
.pag_ban .imgbg img {display: none;}


.pag_ban_tit{color: #fff; text-align:left; position: relative; width: 100%;   margin: 0px auto; text-shadow: 1px 1px 1px #000; filter:shadow(Color=#000,Direction=10,Strength=10);
	top: 40%; -webkit-transform:translateY(-50%); transform:translateY(-50%); }
.pag_ban_tit .tf30{ float: left; font-size: 26px; line-height: 30px; padding-bottom: 0px; font-weight: bold; text-transform: uppercase;}
.pag_ban_tit .tf16{ float: right; font-size: 26px; line-height: 30px; font-family:HELVETICANEUELTPRO-THEX, "微软雅黑";}

.pag_ban_tit .guanjianci{ float: left; width: 100%; margin-top: 20px; color: #ccc;}

@media (max-width:1366px){

}

@media (max-width:1023px){
	.pag_ban{margin-top: 2.4rem;height: 100px;}
	.pag_ban_tit {top: 50%;}
	.pag_ban_tit .guanjianci{display: none;}
	.pag_ban_tit .tf30{ text-align: center; width: 100%; font-size: 0.56rem; line-height: 1.5;}
	.pag_ban_tit .tf16{ text-align: center; width: 100%; font-size: 0.48rem; line-height: 1.5;}
}
/** == pag_ban ====================================================================================*/


.pag_ban_titm{margin-top: -60px;position: relative;padding-top: 15px;padding-bottom: 15px;}
.titm_l{float: left;width: 80%;font-weight: bold;line-height: 32px;color: #000;}
.titm_l a{display: inline-block;margin: 0px 10px;font-weight: 400;color: #333;}
.titm_l a:hover{color: #0053cc;}
.titm_r{float: right;width: 20%;text-align: right;}

.search_box{width: 100%;height: 32px;line-height: 32px;position: relative;float: right;padding: 0px;border-radius: 50px;text-align: center;}
.search_box form{height: 32px;line-height: 32px;padding: 0px;margin: 0px;}
.search_box .input{width: 100%;height: 32px;line-height: 32px;text-align: left;border-width: 0;padding: 0px 0px 0px 25px;font-size: 14px;color: #666;background-color: #fff;border-radius: 50px;}
.search_box .button{width: 20px;height: 20px;position: absolute;right: 10px;top: 7px;border-width: 0;cursor: pointer;font-size: 14px;color: #fff;background-image:url(../images/sousuo.png.);background-repeat:no-repeat; background-position:center center; background-color: #fff;border-radius: 0px;}
@media (max-width:1023px){
.pag_ban_titm{display: none;}
}


/** pc_header header ========================================================================================================================*/
.pc_header{width: 100%; height: 50px; position:relative; top: 0px; left: 0px; z-index: 9999;  background:#5b72b4; padding: 0px 0px; box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0);transition: all 0.5s ease-out;}

.pc_header.top_fixedY{position: relative;-webkit-transform: translateY(-100%);-ms-transform: translateY(-100%);transform: translateY(-100%);transition: all 0s ease-out; }
/** .pc_header.top_fixedY 固定顶部溢出 ======**/
.pc_header.top_fixed{-webkit-transform: translateY(0%); -ms-transform: translateY(0%); transform: translateY(0%);transition: all 0.5s ease-out;}
/** .pc_header.top_fixedY 滑出顶部显示 ======**/

.m_header{display: none;}
@media (max-width:992px){
.pc_header{display: none;}
.m_header{display:block;}
}

/** logo ========================================================================================================================*/
.pc_header .wrapper_box{height: 100%;}
.pc_header .logo{float: left; height: 100%; display: -webkit-flex; /* Safari */display: flex;   -webkit-align-items: center; /* Safari 6.1+ */ align-items: center;}
.pc_header .logo a{float: left; display: block;}
.pc_header .logo a img{ max-width:auto;}
@media (max-width:1200px){
}


/** pc_nav 通用导航 ====================================================================================*/
.pc_nav {width:100%; margin: 0px auto; float: right; }
.pc_nav ul{ display: block;}
.pc_nav:after,.pc_nav > ul:after {content: "";display: block;clear: both;visibility: hidden; line-height: 0;height: 0;}
/*一级菜单*/
.pc_nav > ul > li.nav-one {float: left; width:16.6666%; 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; padding: 0px 15px 0px 15px; font-size: 16px; line-height: 50px; text-align: center; display: block; text-shadow: 0px 0px 0px #3e4a56; }
.pc_nav > ul > li.nav-one:hover > a {background:#314581; color: #fff; }
.pc_nav > ul > li.nav-one > a.on{background: #314581;color: #fff;}
/*一级菜单*/
@media (max-width:1440px){
.pc_nav > ul > li.nav-one > a {color: #fff; padding: 0px 0px 0px 0px; font-size: 14px; line-height: 50px; text-align: center; display: block; }
}


/*二级菜单*/
.pc_nav > ul > li.nav-one > ul.nav-two {opacity: 0; width: 100%;height: auto;top:auto;left: 0;padding-bottom: 0px; display: block;transition: all 0.3s ease-out; position: absolute;background: transparent;border-bottom-left-radius: 3px;border-bottom-right-radius: 3px;-webkit-transform-origin: 0px 0px;-moz-transform-origin: 0px 0px;-ms-transform-origin: 0px 0px;transform-origin: 0px 0px;-webkit-transform: rotateX(-60deg);-moz-transform: rotateX(-60deg);-ms-transform: rotateX(-60deg);transform: rotateX(-60deg);-moz-backface-visibility: hidden;-webkit-backface-visibility: hidden;-ms-backface-visibility: hidden;backface-visibility: hidden;}
.pc_nav > ul > li.nav-one:hover > ul.nav-two { opacity: 1; 
-webkit-transform: rotateX(0deg);-moz-transform: rotateX(0deg);-ms-transform: rotateX(0deg);transform: rotateX(0deg);box-shadow:0 10px 20px 2px rgba(0, 0, 0, .1)}

.pc_nav > ul > li.nav-one > ul.nav-two >li{height: 40px; transition: all 0.3s ease-out; position: relative;}
.pc_nav > ul > li.nav-one > ul.nav-two >li >a{ background:#5b72b4; color: #eeeeee; border-top: 1px solid #eee; width:100%; height:40px;line-height: 40px;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:first-child  >a{border-top: 0px solid #eee;}
.pc_nav > ul > li.nav-one > ul.nav-two >li:hover >a{ color: #fff; background: #0ba8ff;}
/*二级菜单*/


/*三级菜单*/
.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{width:100%; height:50px; line-height: 50px;padding:0px 0px; text-align: center; background:#666;color: #eeeeee;  border-top: 1px solid #000;display: block; text-decoration: none; }
.pc_nav > ul > li.nav-one > ul.nav-two >li > ul.nav-three >li >a:hover{ color: #fff; background: #000;}
/*有三级菜单的小箭头*/
ul.nav-three::after {position: absolute; top: 25px; left: -20px;width: 4px; height: 4px; border-bottom: 1px solid #eee;border-right: 1px solid #eee; content: ""; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg);-o-transform: rotate(-45deg); transform: rotate(-45deg);}
/*三级菜单*/
/** pc_nav ====================================================================================*/


/** m_nav 移动端菜单 ====================================================================================*/
.m_header{width: 100%;height:2.4rem;  background:rgba(255, 255, 255, 1); position: fixed; top: 0px; left:0px; right: 0px; z-index: 9999; box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.0);transition: all 0.5s ease-out;border-bottom: 1px solid #ddd;}
.m_header .header-section{width:100%; height: 100%; overflow: hidden; }
.m_header .header-section .m_logo{height:100%; padding:0.3rem 0.4rem; float: left; overflow: hidden; }
.m_header .header-section .m_logo a{display: block; height: 100%;}
.m_header .header-section .m_logo a img{height:100%;}

.m_header .header-section .nav-icon{ position: absolute; right:0.56rem; top: 0.8rem; width:0.8rem;height:0.8rem; z-index:1000;font-size:0;text-align:right;cursor:pointer;}
.m_header .header-section .nav-icon i{width:100%;height:100%;position:absolute;left:0;top:0}
.m_header .header-section .nav-icon i span{display:inline-block;width:90%;height:1px;background-color:#333;position:relative;border-radius:2px}
.m_header .header-section .nav-icon i:nth-of-type(1) span{top:20%}
.m_header .header-section .nav-icon i:nth-of-type(2) span{top:45%;width:60%}
.m_header .header-section .nav-icon i:nth-of-type(3) span{top:75%}

.mo_fixed{ background:rgba(255, 255, 255, 1);}
/*移动导航logo按钮*/

.m_header .m-navbar{background-color:rgba(255,255,255,1);position:fixed;width:100%;height:100%;z-index:9997;right:-100%;top:0;padding-bottom:.6rem;box-sizing:border-box;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);transition:all .4s cubic-bezier(.4,0,0,1);overflow-y:auto;-webkit-overflow-scrolling:touch;}

.m_header .m-navbar.open{right: 0px;}
.m-navbar .nav-closed{ height:2.4rem; position: relative;border-bottom: 1px solid #ddd;}
.m-navbar .nav-closed .m_logo{height:100%; padding:0.3rem 0.3rem; float: left; overflow: hidden; }
.m-navbar .nav-closed .m_logo a{display: block; height: 100%;}
.m-navbar .nav-closed .m_logo a img{height:100%;}

.m_header .nav-closed .nav-icon{ position: absolute; right:0.56rem; top: 0.8rem; width:0.8rem;height:0.8rem;  z-index:1000;font-size:0;text-align:right;cursor:pointer;}
.m_header .nav-closed .nav-icon i{width:100%;height:100%;position:absolute;left:0;top:0}
.m_header .nav-closed .nav-icon i span{display:inline-block;width:80%;height:2px;background-color:#333;position:relative; }
.m_header .nav-closed .nav-icon i:nth-of-type(1) span{top:45%; right: 10%; transform:rotate(45deg);}
.m_header .nav-closed .nav-icon i:nth-of-type(2) span{top:45%; right: 10%;transform:rotate(-45deg);}
/*移动导航弹出信息*/


#navbar .m_navul{margin-top: 10%; width: 80%; margin-left: 10%;  text-transform:uppercase;}
#navbar .m_navul li{padding: 0 0.6rem;border-bottom: 0px solid rgba(255,255,255,0.1);transform: translateY(0);-webkit-transform: translateY(100%);transform: translateY(100%);transition: all .2s cubic-bezier(.5, 0, .2, 1) 0s;opacity: 0;}
#navbar.open .m_navul li{opacity: 1;-webkit-transform: translateY(0); transform: translateY(0);}
#navbar .m_navul li a{color: #333;font-size: 0.6rem;height:auto;line-height: 1rem; padding: 0.4rem 0px; width: 100%;display: block;text-decoration: none;}
#navbar .m_navul li a i{float: right;line-height: 1rem;}
#navbar .m_navul li a span{font-size: 0.32rem; color:#666;}
#navbar .m_navul li a:hover{ color: #314581;}
#navbar .m_navul li a:hover span{ color: #314581;}

#navbar .m_navul li .dropdown_menu{display: none; border-top: 1px solid #314581;padding:0.2rem 0px;}
#navbar .m_navul li.dropdown.active .dropdown_menu{display: block;}
#navbar .m_navul li .dropdown_menu a{display: block; color: #314581; font-size: 0.48rem; line-height: 0.9rem;padding:0.2rem 0.5rem;box-sizing: border-box; }
#navbar .m_navul li .dropdown_menu a:last-child{border: none;}
#navbar .m_navul li .dropdown_menu a span{font-size: 0.32rem; color:#314581;}

#navbar .m_navul li:nth-child(1) {transition: all 0.2s ease-out;}
#navbar .m_navul li:nth-child(2) {transition: all 0.3s ease-out;}
#navbar .m_navul li:nth-child(3) {transition: all 0.4s ease-out;}
#navbar .m_navul li:nth-child(4) {transition: all 0.5s ease-out;}
#navbar .m_navul li:nth-child(5) {transition: all 0.6s ease-out;}
#navbar .m_navul li:nth-child(6) {transition: all 0.7s ease-out;}
#navbar .m_navul li:nth-child(7) {transition: all 0.8s ease-out;}
#navbar .m_navul li:nth-child(8) {transition: all 0.9s ease-out;}
#navbar .m_navul li:nth-child(9) {transition: all 1.0s ease-out;}

/** m_nav 移动端菜单 ====================================================================================*/

.pc_header_top{padding: 10px;background-color: #f3f8fb;font-size: 12px;color: #333;}
.pc_header_top span{float: left;}
.pc_header_top .p1{float: right;}
.pc_header_top .p1 a{display: inline-block;color: #333;}
.pc_header_top .p1 a:hover{color: #0ba8ff;}
@media (max-width:1023px){
.pc_header_top{display: none;}
}
/*pc_header_top--------------------------*/

.logom{padding: 20px 0px;}
.logom_l{float: left;}
.logom_c{float: left;padding-left: 30px;padding-top: 10px;}
.logom_c h3{font-size: 34px;line-height: 34px; font-weight: bold;letter-spacing: 1px;margin-bottom: 10px;color: #3e4a56;}
.logom_c a{display: inline-block;font-size: 12px;color: #666;margin-right: 10px;}
.logom_c a:hover{color: #0ba8ff;}
.logom_r{float: right;position: relative;padding-top: 10px;}
.logom_r i{position: absolute;background-image:url("../images/phone.png");width: 50px;height: 50px;left: 0px;top: 0px;}
.logom_r span{font-size: 14px;color: #333;}
.logom_r .p1{font-size: 28px;font-weight: bold;font-family:Impact;}
@media (max-width:1023px){
.logom{display: none;}
}
/*logom--------------------------------------*/

.sousuo .search_box{width: 70%;height: 30px;line-height: 30px;position: relative;float: left;padding: 0px;border-radius: 50px;text-align: center;}
.sousuo .search_box form{height: 30px;line-height: 30px;padding: 0px;margin: 0px;}
.sousuo .search_box .input{width: 100%;height: 30px;line-height: 30px;text-align: left;border-width: 0;padding: 0px 0px 0px 60px;font-size: 14px;color: #666;background-color: #e7eef3;vertical-align: top;}
.sousuo .search_box .button{width: 24px;height: 23px;position: absolute;left: 5px;top: 5px;border-width: 0;cursor: pointer;font-size: 14px;color: #fff;background-image:url(../images/sousuo.png.);background-repeat:no-repeat; background-position:center center; background-color: #e7eef3;}
.sousuo a{float: right;width: 30%; display: inline-block;background-color: #ea5d3f;text-align: center; color: #fff;line-height: 30px; font-size: 12px;padding: 0px 20px;}
.sousuom{margin-top: 15px;color: #666;font-size: 12px;}
.sousuom a{display: inline-block;margin: 0px 5px;color: #666;}
.sousuom a:hover{color: #0ba8ff;}
/*sousuo----------------------------------------*/

.index_title{text-align: center;}
.index_title .titlem{margin: 0px auto;position: relative;display: inline-block;}
.index_title .titlem:after{position: absolute;top: 10px;right: -250px;background-image:url("../images/k6.png");width: 226px;height: 50px;content: "";}
.index_title .titlem:before{position: absolute;top: 10px;left: -250px;background-image:url("../images/k5.png");width: 226px;height: 50px;content: "";}
.index_title .titlem h3{color: #46435b;font-size: 36px;font-weight: bold;display: inline-block;position: relative;line-height: 36px;}
.index_title .titlem .p1{font-size: 16px;color: #848484;margin-top: 15px;line-height: 16px;}
@media (max-width:1023px){
.index_title .titlem:after{position: absolute;top: 2px;right: -250px;background-image:url("../images/k6.png");width: 226px;height: 50px;content: "";display: ;}
.index_title .titlem:before{position: absolute;top: 2px;left: -250px;background-image:url("../images/k5.png");width: 226px;height: 50px;content: "";display: ;}
.index_title .titlem h3{color: #46435b;font-size:22px; line-height: 26px; font-weight: bold;display: inline-block;position: relative;}
.index_title .titlem .p1{font-size: 14px;color: #848484;margin-top: 5px;}
}
/*index_title-----------------------------------*/

.index_title1{text-align: center;}
.index_title1 .titlem{margin: 0px auto;position: relative;display: inline-block;}
.index_title1 .titlem:after{position: absolute;top: 10px;right: -250px;background-image:url("../images/k61.png");width: 226px;height: 50px;content: "";}
.index_title1 .titlem:before{position: absolute;top: 10px;left: -250px;background-image:url("../images/k51.png");width: 226px;height: 50px;content: "";}
.index_title1 .titlem h3{color: #fff;font-size: 36px;font-weight: bold;display: inline-block;position: relative;line-height: 36px;}
.index_title1 .titlem .p1{font-size: 16px;color: #fff;margin-top: 15px;line-height: 16px;}
@media (max-width:1023px){
.index_title1 .titlem:after{position: absolute;top: 0px;right: -250px;background-image:url("../images/k61.png");width: 226px;height: 50px;content: "";display: none;}
.index_title1 .titlem:before{position: absolute;top: 0px;left: -250px;background-image:url("../images/k51.png");width: 226px;height: 50px;content: "";display: none;}
.index_title1 .titlem h3{color: #fff;font-size: 24px;font-weight: bold;display: inline-block;position: relative;}
.index_title1 .titlem .p1{font-size: 14px;color: #fff;margin-top: 5px;}
}
/*index_title1-----------------------------------*/

.index_fuwu{padding-top: 70px;padding-bottom: 70px;}
ul.fuwum{margin-top: 30px;margin-left: -10px;margin-right: -10px;}
ul.fuwum li{width: 25%;float: left;padding: 10px 10px;}
ul.fuwum li .a{display: block;background-color: #031847;box-shadow:0 0 10px rgba(0,0,0,0.1);text-align: center;padding: 0px 0px;position: relative;}
ul.fuwum li .a .imgzoom{padding-bottom: 62%; width: 100%; position: relative; overflow: hidden; z-index: 1; }
ul.fuwum li .a .imgzoom img{width: 100%; height: 100%; object-fit: cover; position: absolute; left: 0; top: 0; transition: all .5s cubic-bezier(.5, 0, .2, 1) 0s; opacity: 0.5; }


ul.fuwum li .a .name{ width: 100%; height: 100%; font-size: 18px;font-weight: bold;color: #454a56; z-index: 2; position:absolute;left: 0; top:0 ;  overflow: hidden; display: flex; flex-wrap: wrap; text-align: center; justify-content: center;  align-content: center;}
ul.fuwum li .a .name a{display: block; width: 100%; font-size: 24px; font-weight:bold; margin-bottom: 10px; color: #fff;}
ul.fuwum li .a .name a:hover{ color: #0ba8ff;}

ul.fuwum li .a .name span{z-index: 2; position: relative; display:block;background-color: #314581;color: #fff;padding: 0px 20px;transition: all 0.5s ease-out;font-size: 14px;}
ul.fuwum li .a .name span a{display: block; color: #fff; font-size: 14px;  line-height: 1.6; margin-bottom: 0px;}
ul.fuwum li .a .name span a:hover{color: #333;}


@media (max-width:1023px){
.index_fuwu{padding-top: 20px;padding-bottom: 20px;}
}

@media (max-width:768px){
ul.fuwum{margin-top: 10px;margin-left: -5px;margin-right: -5px;}

ul.fuwum li{width: 50%;float: left;padding: 5px 5px;}
ul.fuwum li .a{display: block;background-color: #031847;box-shadow:0 0 10px rgba(0,0,0,0.1);text-align: center;padding: 0px 0px;position: relative;}
ul.fuwum li .a .imgzoom{padding-bottom: 62%; width: 100%; position: relative; overflow: hidden; z-index: 1; }
ul.fuwum li .a .imgzoom img{width: 100%; height: 100%; object-fit: cover; position: absolute; left: 0; top: 0; transition: all .5s cubic-bezier(.5, 0, .2, 1) 0s; opacity: 0.5; }

ul.fuwum li .a .name{ width: 100%; height: 100%; font-size: 18px;font-weight: bold;color: #454a56; z-index: 2; position:absolute;left: 0; top:0 ;  overflow: hidden; display: flex; flex-wrap: wrap; text-align: center; justify-content: center;  align-content: center;}
ul.fuwum li .a .name a{display: block; width: 100%; font-size: 16px; font-weight:bold; margin-bottom: 10px; color: #fff;}
ul.fuwum li .a .name a:hover{ color: #0ba8ff;}

ul.fuwum li .a .name span{z-index: 2; position: relative; display:block;background-color: #314581;color: #fff;padding: 0px 20px;transition: all 0.5s ease-out;font-size: 14px;}
ul.fuwum li .a .name span a{display: block; color: #fff; font-size: 14px;  line-height: 1.6; margin-bottom: 0px;}
ul.fuwum li .a .name span a:hover{color: #333;}
}

/*index_fuwu-----------------------------------------------*/


.index_fangan{padding-top: 70px;padding-bottom: 50px;background-repeat:no-repeat; background-position:center center; background-size:cover;}
@media (max-width:1023px){
.index_fangan{padding-top: 20px;padding-bottom: 20px;background-repeat:no-repeat; background-position:center center; background-size:cover;}
}
/** swiper01_box ====================================================================================*/
.swiper01_box{ width:100%; position: relative; margin: 30px auto 0px auto; padding: 0px 0px; }
/** 点 ============*/
.swiper01_box .swiper-container{padding: 0px 0px 60px 0px; height: auto;}
.swiper01_box .swiper-pagination{width: 100%; text-align:center; left: 0px; bottom: 10px; }
.swiper01_box .swiper-pagination-bullet{ background: #fff; border: 1px solid #ddd; opacity: 0.8; width: 10px; height:10px;border-radius:50%;  margin: 0px 10px; transition: all 0.5s ease-out;}
.swiper01_box .swiper-pagination-bullet-active{ background: #f90; width: 10px; opacity:1;}
/** 左右按钮 ============*/
.swiper01_box .swiper-button-prev {left: 10px;opacity:1; top: 40%;  }
.swiper01_box .swiper-button-next {right: 10px;opacity:1;top: 40%; }
.swiper01_box .swiper-button-prev {width: 20px;height: 70px; background-color:none;background-image:url(../images/sleft.png);background-repeat:no-repeat; background-position:center center; background-size:100%; text-align: center;}
.swiper01_box .swiper-button-next {width: 20px;height: 70px; background-color:none;background-image:url(../images/sright.png);background-repeat:no-repeat; background-position:center center; background-size:100%; text-align: center;}
.swiper01_box .swiper-button-prev.swiper-button-disabled{opacity:0.5;background-color:none;background-image:url(../images/slefth.png);}
.swiper01_box .swiper-button-next.swiper-button-disabled{opacity:0.5;background-color:none;background-image:url(../images/srighth.png);}

.swiper01_box .swiper-button-prev.hide{opacity:0;}
.swiper01_box .swiper-button-next.hide{opacity:0;}
.swiper01_box .swiper-button-next,.swiper-button-prev{transition:opacity 0.5s;}

@media screen and (max-width: 1280px){
}
	
@media screen and (max-width: 1023px){
.swiper01_box{ width:100%; position: relative; margin: 20px auto 0px auto; padding: 0px 0px; }
.swiper01_box .swiper-pagination{width: 100%; text-align:center;}
.swiper01_box .swiper-container{padding: 0px 0px 40px 0px; height: auto;}
.swiper01_box .swiper-pagination-bullet{ background: #fff; border: 1px solid #000; opacity: 0.8; width: 7px; height: 7px;border-radius:50%;  margin: 0px 5px; transition: all 0.5s ease-out;}
.swiper01_box .swiper-pagination-bullet-active{ background: #ffd400; width: 7px; opacity:1;}

.swiper01_box .swiper-button-prev {left: 10px;opacity:1; top: 30%}
.swiper01_box .swiper-button-next {right:10px;opacity:1;top: 30%}
.swiper01_box .swiper-button-prev {width:10px;height: 70px; background-color:none; background-image:url(../images/sleft.png); text-align: center;}
.swiper01_box .swiper-button-next {width:10px;height: 70px; background-color:none; background-image:url(../images/sright.png); text-align: center;}
}

a.sw_item01{ display: block;position: relative;margin-bottom: 50px;}
a.sw_item01 .imgzoom{padding-bottom: 62%; width: 100%; position: relative; overflow: hidden; }
a.sw_item01 .imgzoom img{width: 100%;  position: absolute;transition: all .5s cubic-bezier(.5, 0, .2, 1) 0s; }
a.sw_item01 .txt{padding: 20px 30px;background:rgba(255,255,255,0.85);  width: 90%;  text-align: center;transition: all 0.5s ease-out;position: absolute;bottom: -50px;left: 50%;margin-left: -45%;}
a.sw_item01 .txt .money{color: #666;font-size: 16px;font-weight: bold;line-height: 20px;height: 20px;overflow: hidden;margin-bottom: 10px;}
a.sw_item01 .txt .money span{font-weight: bold;color: #f90;font-size: 20px;}
a.sw_item01 .txt .name{ font-size: 16px; color: #333; font-weight: 600; height: 20px; line-height: 20px; overflow: hidden;margin-bottom: 10px;}
a.sw_item01 .txt .more{display: inline-block;font-size: 12px;background-color: #f90;color: #fff;border-radius: 5px;padding: 3px 15px;transition: all 0.3s ease-out;}
a.sw_item01:hover .txt .more{padding: 3px 25px;}
a.sw_item01:hover .imgzoom img{-webkit-transform: scale(1.10); -moz-transform: scale(1.10); -ms-transform: scale(1.10); -o-transform: scale(1.10); transform: scale(1.10);}
@media (max-width:1023px){
a.sw_item01{ display: block;position: relative;margin-bottom: 0px;}
a.sw_item01 .txt{padding: 10px 15px;background:rgba(255,255,255,1);  width: 100%;  text-align: center;transition: all 0.5s ease-out;position: relative;bottom: 0px;left: 0%;margin-left: 0%;}
a.sw_item01 .txt .money{color: #666;font-size: 14px;font-weight: bold;line-height: 16px;height: 16px;overflow: hidden;margin-bottom: 5px;}
a.sw_item01 .txt .money span{font-weight: bold;color: #f90;font-size: 16px;}
a.sw_item01 .txt .name{ font-size: 14px; color: #333; font-weight: 600; height: 20px; line-height: 20px; overflow: hidden;margin-bottom: 5px;}
a.sw_item01 .txt .more{display: inline-block;font-size: 12px;background-color: #f90;color: #fff;border-radius: 5px;padding: 3px 15px;transition: all 0.3s ease-out;}	
}
/** swiper01_box ====================================================================================*/

.index_zw{ padding: 30px 0px 0px 0px; margin-left: -7px; margin-right: -7px; color: #fff; font-size: 16px; line-height: 25px;}

.index_fangan .more{text-align: center;margin-top: 20px;}
.index_fangan .more a{display: inline-block;font-size: 16px;color: #fff;background-color: #fa9570;padding: 10px 35px;transition: all 0.5s ease-out;}
.index_fangan .more a:hover{padding: 10px 50px;}



.index_work{padding-top: 70px;padding-bottom: 50px;}
@media (max-width:1023px){
.index_work{padding-top: 20px;padding-bottom: 20px;}
.index_zw{ padding: 30px 0px 0px 0px; color: #fff; font-size: 14px; line-height: 1.5;}
	
.index_zw{ padding: 10px 0px 0px 0px;margin-left: 5px; margin-right: 5px; }
	.index_zw li{ width: 100%; padding: 5px;float: left; }
.index_zw li a{background:rgba(255,255,255,0.9); display: block; padding: 10px;border-radius:2px; }
.index_zw li a:hover{background:rgba(255,255,255,1);box-shadow:0 0 15px rgba(0,0,0,0.25);border-radius:10px; }

.index_zw li a .s1{font-size: 15px; color: #000;  line-height: 25px; height: 25px; margin-bottom: 5px; overflow: hidden;}
.index_zw li a .s2{font-size: 13px; color: #ff6700; margin-bottom: 0px;}
.index_zw li a .s3{font-size: 13px; color: #666; display: none;}
	
	
}
/** swiper02_box ====================================================================================*/
.swiper02_box{ width:100%; position: relative; margin: 30px auto 0px auto; padding: 0px 0px; }
/** 点 ============*/
.swiper02_box .swiper-container{padding: 0px 0px 50px 0px; height: auto;}
.swiper02_box .swiper-pagination{width: 100%; text-align:center; left: 0px; bottom: 10px; }
.swiper02_box .swiper-pagination-bullet{ background: #999;  opacity: 0.8; width: 15px; height:15px;border-radius:50%;  margin: 0px 10px; transition: all 0.5s ease-out;}
.swiper02_box .swiper-pagination-bullet-active{ background: #314581; width: 15px; opacity:1;}
/** 左右按钮 ============*/
.swiper02_box .swiper-button-prev {left: 10px;opacity:1; top: 35%;  }
.swiper02_box .swiper-button-next {right: 10px;opacity:1;top: 35%; }
.swiper02_box .swiper-button-prev {width: 20px;height: 70px; background-color:none;background-image:url(../images/left01.png);background-repeat:no-repeat; background-position:center center; background-size:100%; text-align: center;}
.swiper02_box .swiper-button-next {width: 20px;height: 70px; background-color:none;background-image:url(../images/right01.png);background-repeat:no-repeat; background-position:center center; background-size:100%; text-align: center;}
.swiper02_box .swiper-button-prev.swiper-button-disabled{opacity:0.5;background-color:none;background-image:url(../images/left02.png);}
.swiper02_box .swiper-button-next.swiper-button-disabled{opacity:0.5;background-color:none;background-image:url(../images/right02.png);}

.swiper02_box .swiper-button-prev.hide{opacity:0;}
.swiper02_box .swiper-button-next.hide{opacity:0;}
.swiper02_box .swiper-button-next,.swiper-button-prev{transition:opacity 0.5s;}

@media screen and (max-width: 1280px){
}
	
@media screen and (max-width: 1023px){
.swiper02_box{ width:100%; position: relative; margin: 20px auto 0px auto; padding: 0px 0px; }
.swiper02_box .swiper-pagination{width: 100%; text-align:center;}
.swiper02_box .swiper-container{padding: 0px 0px 40px 0px; height: auto;}
.swiper02_box .swiper-pagination-bullet{ background: #fff; border: 1px solid #000; opacity: 0.8; width: 7px; height: 7px;border-radius:50%;  margin: 0px 5px; transition: all 0.5s ease-out;}
.swiper02_box .swiper-pagination-bullet-active{ background: #314581; width: 7px; opacity:1;}

.swiper02_box .swiper-button-prev {left: 10px;opacity:1; top: 30%}
.swiper02_box .swiper-button-next {right:10px;opacity:1;top: 30%}
.swiper02_box .swiper-button-prev {width:10px;height: 70px; background-color:none; background-image:url(../images/left01.png); text-align: center;}
.swiper02_box .swiper-button-next {width:10px;height: 70px; background-color:none; background-image:url(../images/right01.png); text-align: center;}
}

a.sw_item02{ display: block;position: relative;}
a.sw_item02 .imgzoom{padding-bottom: 55%; width: 100%; position: relative; overflow: hidden; }
a.sw_item02 .imgzoom img{width: 100%;  position: absolute;transition: all .5s cubic-bezier(.5, 0, .2, 1) 0s; }
a.sw_item02 .txt{padding: 10px 10px;background:#fff; border: 1px solid #ddd;width: 100%;  text-align: center;transition: all 0.5s ease-out;}
a.sw_item02 .txt .name{ font-size: 16px; color: #333; font-weight: 600; height: 20px; line-height: 20px; overflow: hidden;}
a.sw_item02:hover .txt .name{color: #314581;}
a.sw_item02:hover .imgzoom img{-webkit-transform: scale(1.10); -moz-transform: scale(1.10); -ms-transform: scale(1.10); -o-transform: scale(1.10); transform: scale(1.10);}
@media screen and (max-width: 1023px){
a.sw_item02 .txt{padding: 5px 5px;background:#fff; border: 1px solid #ddd;width: 100%;  text-align: center;transition: all 0.5s ease-out;}
a.sw_item02 .txt .name{ font-size: 14px; color: #333; font-weight: 600; height: 20px; line-height: 20px; overflow: hidden;}
}
/** swiper02_box ====================================================================================*/

.index_choice{padding-top: 50px;padding-bottom: 50px;background-repeat:no-repeat; background-position:center center; background-size:cover;}	
.choicem{margin-top: 50px;}
.choicem .choicem_l{width: 26.5%;float: left;}
.choicem .choicem_l .choicem_list{background-color: #f6f6f7;margin-bottom: 20px;padding: 15px 20px;border-radius: 10px;}
.choicem .choicem_l h3{margin-bottom: 10px;line-height: 38px;height: 38px;overflow: hidden; font-size: 18px;color: #505050;font-weight: bold;}
.choicem .choicem_l h3 span{display: inline-block;color: #fff;background-image:url(../images/k118.png);width: 38px;height: 38px;text-align: center;font-size: 20px;line-height: 38px;font-weight: bold;float: left;margin-right: 10px;}
.choicem .choicem_l .p1{font-size: 14px;line-height: 22px;height: 44px;overflow: hidden;color: #454a56;}
.choicem .choicem_c{width: 47%;float: left;text-align: center;}
.choicem .choicem_r{width: 26.5%;float: right;}
.choicem .choicem_r .choicem_list{background-color: #f6f6f7;margin-bottom: 20px;padding: 15px 20px;border-radius: 10px;}
.choicem .choicem_r h3{margin-bottom: 10px;line-height: 38px;height: 38px;overflow: hidden; font-size: 18px;color: #505050;font-weight: bold;}
.choicem .choicem_r h3 span{display: inline-block;color: #fff;background-image:url(../images/k118.png);width: 38px;height: 38px;text-align: center;font-size: 20px;line-height: 38px;font-weight: bold;float: left;margin-right: 10px;}
.choicem .choicem_r .p1{font-size: 14px;line-height: 22px;height: 44px;overflow: hidden;color: #454a56;}
@media (max-width:1023px){
.index_choice{padding-top: 20px;padding-bottom: 20px;background-repeat:no-repeat; background-position:center center; background-size:cover;}
.choicem{margin-left: -5px;margin-right: -5px;margin-top: 20px;}
.choicem .choicem_c{width: 40%;float: left;text-align: center;display: none;}
.choicem .choicem_l{width: 50%;float: left;padding: 0px 5px;}
.choicem .choicem_l .choicem_list{background-color: #f6f6f7;margin-bottom: 10px;padding: 10px 10px;border-radius: 10px;}
.choicem .choicem_l h3{margin-bottom: 5px;line-height: 25px;height: 25px;overflow: hidden; font-size: 14px;color: #505050;font-weight: bold;}
.choicem .choicem_l h3 span{display: inline-block;color: #fff;background-image:url(../images/k118.png);background-size:cover; width: 25px;height: 25px;text-align: center;font-size: 12px;line-height: 25px;font-weight: bold;float: left;margin-right: 10px;}	
.choicem .choicem_l .p1{font-size: 12px;line-height: 18px;height: 36px;overflow: hidden;color: #454a56;}	
.choicem .choicem_r{width: 50%;float: right;padding: 0px 5px;}
.choicem .choicem_r .choicem_list{background-color: #f6f6f7;margin-bottom: 10px;padding: 10px 10px;border-radius: 10px;}
.choicem .choicem_r h3{margin-bottom: 5px;line-height: 25px;height: 25px;overflow: hidden; font-size: 14px;color: #505050;font-weight: bold;}
.choicem .choicem_r h3 span{display: inline-block;color: #fff;background-image:url(../images/k118.png);background-size:cover; width: 25px;height: 25px;text-align: center;font-size: 12px;line-height: 25px;font-weight: bold;float: left;margin-right: 10px;}	
.choicem .choicem_r .p1{font-size: 12px;line-height: 18px;height: 36px;overflow: hidden;color: #454a56;}
}
/*index_choice-----------------------------------------------*/

.index_liucheng{padding-top: 50px;padding-bottom: 50px;}
@media (max-width:1023px){
.index_liucheng{padding-top: 30px;padding-bottom: 30px;}
}
/** swiper03_box ====================================================================================*/
.swiper03_box{ width:100%; position: relative; margin: 40px auto 0px auto; padding: 0px 0px;}
.swiper03_box:before{content: "";position: absolute;bottom: 60%;left: 0px;border-bottom: 2px solid #314581;width: 100%;z-index: -1;}
/** 点 ============*/
.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: #fff; border: 1px solid #999; opacity: 0.8; width: 10px; height:10px;border-radius:50%;  margin: 0px 10px; transition: all 0.5s ease-out;}
.swiper03_box .swiper-pagination-bullet-active{ background: #314581; width: 10px; opacity:1;}
/** 左右按钮 ============*/
.swiper03_box .swiper-button-prev {left: 10px;opacity:1; top: 35%;  }
.swiper03_box .swiper-button-next {right: 10px;opacity:1;top: 35%; }
.swiper03_box .swiper-button-prev {width: 20px;height: 70px; background-color:none;background-image:url(../images/left01.png);background-repeat:no-repeat; background-position:center center; background-size:100%; text-align: center;}
.swiper03_box .swiper-button-next {width: 20px;height: 70px; background-color:none;background-image:url(../images/right01.png);background-repeat:no-repeat; background-position:center center; background-size:100%; text-align: center;}
.swiper03_box .swiper-button-prev.swiper-button-disabled{opacity:0.5;background-color:none;background-image:url(../images/left02.png);}
.swiper03_box .swiper-button-next.swiper-button-disabled{opacity:0.5;background-color:none;background-image:url(../images/right02.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: 1280px){
}
	
@media screen and (max-width: 1023px){
.swiper03_box{ width:100%; position: relative; margin: 30px auto 0px auto; padding: 0px 0px; }
.swiper03_box:before{content: "";position: absolute;bottom: 70%;left: 0px;border-bottom: 2px solid #314581;width: 100%;z-index: -1;}
.swiper03_box .swiper-pagination{width: 100%; text-align:center;}
.swiper03_box .swiper-container{padding: 0px 0px 0px 0px; height: auto;}
.swiper03_box .swiper-pagination-bullet{ background: #fff; border: 1px solid #000; opacity: 0.8; width: 7px; height: 7px;border-radius:50%;  margin: 0px 5px; transition: all 0.5s ease-out;}
.swiper03_box .swiper-pagination-bullet-active{ background: #314581; width: 7px; opacity:1;}

.swiper03_box .swiper-button-prev {left: 10px;opacity:1; top: 30%}
.swiper03_box .swiper-button-next {right:10px;opacity:1;top: 30%}
.swiper03_box .swiper-button-prev {width:10px;height: 70px; background-color:none; background-image:url(../images/left01.png); text-align: center;}
.swiper03_box .swiper-button-next {width:10px;height: 70px; background-color:none; background-image:url(../images/right01.png); text-align: center;}
}

a.sw_item03{ display: block;text-align: center;}
a.sw_item03 img{width: 62px;height: 62px;margin-bottom: 10px;background-color: #fff;}
a.sw_item03 .name{ font-size: 16px; color: #333;height: 20px; line-height: 20px; overflow: hidden;}
a.sw_item03 .pick1{ -webkit-transform: rotateX(0deg) rotateY(0deg);-webkit-transform-style: preserve-3d;-webkit-backface-visibility: hidden;-moz-transform: rotateX(0deg) rotateY(0deg);-moz-transform-style: preserve-3d;-moz-backface-visibility: hidden;-o-transition: all .4s ease-in-out;-ms-transition: all .4s ease-in-out;-moz-transition: all .4s ease-in-out;-webkit-transition: all .4s ease-in-out;transition: all .4s ease-in-out;}
a.sw_item03 .pick2{ position: absolute;top: 0%; margin-top: 0px;  left: 50%; margin-left: -31px; z-index: -1; -webkit-transform: rotateY(-180deg);-webkit-transform-style: preserve-3d;-webkit-backface-visibility: hidden;-moz-transform: rotateY(-180deg);-moz-transform-style: preserve-3d;-moz-backface-visibility: hidden;-o-transition: all .4s ease-in-out;-ms-transition: all .4s ease-in-out;-moz-transition: all .4s ease-in-out;-webkit-transition: all .4s ease-in-out;transition: all .4s ease-in-out;/*z-index:10;position:absolute;*/}
a.sw_item03:hover .name{color: #314581;}
a.sw_item03:hover .pick1{-webkit-transform:rotateY(180deg);-moz-transform:rotateY(180deg);}
a.sw_item03:hover .pick2{-webkit-transform:rotateX(0deg) rotateY(0deg);-moz-transform:rotateX(0deg) rotate(0deg);z-index: 10;position: absolute;}
@media (max-width:1023px){
a.sw_item03 img{width: 36px;height: 36px;margin-bottom: 10px;}
a.sw_item03 .pick2{ position: absolute;top: 0%; margin-top: 0px;  left: 50%; margin-left: -18px; z-index: -1; -webkit-transform: rotateY(-180deg);-webkit-transform-style: preserve-3d;-webkit-backface-visibility: hidden;-moz-transform: rotateY(-180deg);-moz-transform-style: preserve-3d;-moz-backface-visibility: hidden;-o-transition: all .4s ease-in-out;-ms-transition: all .4s ease-in-out;-moz-transition: all .4s ease-in-out;-webkit-transition: all .4s ease-in-out;transition: all .4s ease-in-out;/*z-index:10;position:absolute;*/}
a.sw_item03:hover .name{color: #314581;}
a.sw_item03 .name{ font-size: 12px; color: #333;height: 20px; line-height: 20px; overflow: hidden;}
}
/** swiper03_box ====================================================================================*/

.index_news{padding-top: 70px;padding-bottom: 70px; background-color: #f3f5f8;}
ul.news{margin-left: -15px;margin-right: -15px;margin-top: 40px; padding: 20px 10px; }
ul.news li{width: 33.3333%;float: left;padding: 5px 15px; }
ul.news li a{display: block; transition: all 0.5s ease-out; padding: 0px 10px; }
ul.news li a .p1{font-size: 16px;color: #3a3b40; line-height: 25px;height: 25px;overflow: hidden; transition: all 0.5s ease-out;}

.index_news .more{text-align: center;margin-top: 20px;}
.index_news .more a{display: inline-block;font-size: 14px;color: #fff;background-color: #fa9570;padding: 5px 25px;transition: all 0.5s ease-out;}
.index_news .more a:hover{padding: 5px 40px;}

ul.news li a:hover{background-color: #fff;box-shadow: 0 0 22px 1px #e4eafb;}
ul.news li a:hover .p1{color: #314581;}
@media (max-width:1023px){
.index_news{padding-top: 20px;padding-bottom: 20px;background-color: #f7f8fa;}
ul.news{margin-left: -5px;margin-right: -5px;margin-top: 10px; height: 250px; overflow: hidden;}
ul.news li{width: 100%;float: left;padding: 5px 0px; }
ul.news li a{display: block; transition: all 0.5s ease-out; padding: 0px 10px; }
ul.news li a .p1{font-size: 14px;color: #3a3b40; line-height: 22px;height: 22px;overflow: hidden; transition: all 0.5s ease-out;}

.index_news .more{text-align: center;margin-top: 15px;}
.index_news .more a{display: inline-block;font-size: 12px;color: #fff;background-color: #fa9570;padding: 5px 20px;transition: all 0.5s ease-out;}
}
/*index_news------------------------------------------*/

.index_footer{background-color: #292b2e;}
.index_footer .max1440{position: relative;}
.footer_l{width: 350px;left: 30px;top: 0px;position: absolute;background-color: #1e2024;padding: 30px 10px 60px 10px;text-align: center;}
.footer_l .logo { color: #ccc; line-height: 1.75;}
.footer_l .logo b{font-size: 22px;}
.footer_l .gongsi{padding-top: 10px;}
.footer_l .gongsi img{width: 100px;height: 100px;}
.footer_l p{font-size: 12px;line-height: 12px;margin-top: 12px;color: #afb5c7;}
.footer_r{min-height: 335px;padding-left: 400px;color: #fff;padding-top: 45px;}
.footer_r .wbt {padding-bottom: 10px;}
.footer_r .wbt a{font-size: 16px;color: #fff;display: inline-block; width: 20%; float: left;}
.footer_r .wbt a:hover{color: #314581;}
.footer_r span{display: inline-block;margin: 10px 0px 10px 0px; background-color: #4b4c54;color: #fff;padding: 5px 15px;}
.footer_r .wbb a{display: inline-block;font-size: 12px;color: #afb5c7;margin-right: 30px;margin-bottom: 5px;}
.footer_r .wbb a:hover{color: #fff;}
@media (max-width:1023px){
.index_footer{background-color: #292b2e;}
.footer_r{display: none;}
.footer_l{width: 100%;left: 0px;top: 0px;position: relative;background-color: #292b2e;padding: 20px 20px 20px 20px;text-align: center;}
.footer_l .logo img{width: 230px;height: auto;margin-bottom: 0px;}
	.footer_l .gongsi {display: none;}
.footer_l .gongsi img{width: 100px;height: 100px;}
.footer_l p{display: none;}
}
/*index_footer------------------------------*/

.index_footerm{background-color: #1e2024;padding: 15px 0px;color: #afb5c7; font-size: 12px;}
.footerm_l{float: left; width: 100%; text-align: left;}
.footerm_c{float: left;padding-left: 100px;}
.footerm_l a{color: #afb5c7;display: inline-block;}
.footerm_l a:hover{color: #fff;}
.footerm_r{float: right;}
.footerm_r a{color: #afb5c7;display: inline-block;}
.footerm_r a:hover{color: #fff;}
@media (max-width:1023px){
.index_footerm{background-color: #1e2024;padding: 15px 0px 90px 0px;color: #afb5c7;font-size: 12px;}
.footerm_l{float: left;width: 100%;margin-bottom: 5px;}
.footerm_c{display: none;}
.footerm_r{float: left;}
}
/*index_footerm--------------------------------------*/


.pag_title{text-align: center; padding-top: 30px;}
.pag_title .titlem{margin: 0px auto;position: relative;display: inline-block;}
.pag_title .titlem:after{position: absolute;top: 10px;right: -250px;background-image:url("../images/k6.png");width: 226px;height: 50px;content: "";}
.pag_title .titlem:before{position: absolute;top: 10px;left: -250px;background-image:url("../images/k5.png");width: 226px;height: 50px;content: "";}
.pag_title .titlem h3{color: #333;font-size: 36px;font-weight: bold;display: inline-block;position: relative;line-height: 1;}
.pag_title .titlem .p1{font-size: 16px;color: #848484;margin-top: 10px;line-height: 1;}
@media (max-width:1023px){
.pag_title{text-align: center; padding-top: 20px;}
.pag_title .titlem:after{position: absolute;top: 0px;right: -240px;background-image:url("../images/k6.png");width: 226px;height: 50px;content: ""; opacity: 0.5;}
.pag_title .titlem:before{position: absolute;top: 0px;left: -240px;background-image:url("../images/k5.png");width: 226px;height: 50px;content: "";opacity: 0.5;}
.pag_title .titlem h3{color: #333;font-size: 22px;font-weight: bold;display: inline-block;position: relative;}
.pag_title .titlem .p1{font-size: 12px;color: #848484;margin-top: 10px;}
}
/*pag_title---------------------------------------------------*/

.pag_main{padding-top: 30px;padding-bottom: 30px;}
@media (max-width:1023px){
.pag_main{padding-top: 10px;padding-bottom: 20px;}
}

.pag_top{margin: 0px auto; margin-bottom: 0px; text-align: center; background: #edf2f5;height: auto;  position: relative;}
.pag_top a{display: inline-block;  background: #edf2f5; color: #454a56; padding: 10px 20px;font-size: 16px; text-align: center;}
.pag_top a:hover{background-color: #5b72b4;color: #fff;}
.pag_top a.on{background-color: #5b72b4;color: #fff;}
@media (max-width:1023px){
.pag_top{margin: 0px auto; margin-bottom: 0px; text-align: center; background: #e9e9e9;  height: auto; overflow: hidden;}
.pag_top a{display: inline-block;  background: #e9e9e9; padding: 10px 10px; line-height: 1; font-size: 14px; text-align: center; }
}
/*pag_top---------------------------------*/

.pag_top2{margin: 0px auto; margin-bottom: 0px; text-align: center; background: #edf2f5; padding-right: 100px; height: 42px; overflow: hidden; position: relative;}
.pag_top2 a{display: inline-block;  background: #edf2f5; color: #454a56; padding: 10px 20px;font-size: 16px; text-align: center;}
.pag_top2 a:hover{background-color: #5b72b4;color: #fff;}
.pag_top2 a.on{background-color: #5b72b4;color: #fff;}
@media (max-width:1023px){
.pag_top2{margin: 0px auto; margin-bottom: 0px; text-align: center; background: #e9e9e9;padding-right: 50px; height: 35px; overflow: hidden;}
.pag_top2 a{display: inline-block;  background: #e9e9e9; padding: 10px 10px; line-height: 1; font-size: 14px; text-align: center; }
}
/*pag_top---------------------------------*/


.nav2{ position: absolute; right: 0; top: 0;}
.nav2h{height: auto;}

.pag_crumbs{padding: 0px 0px;font-size: 14px;color: #fff;}
.pag_crumbs a{display: inline-block;color: #fff;}
.pag_crumbs a:hover{color: #314581;}
.pag_crumbs a.on{color: #314581;}
@media (max-width:1023px){
.pag_crumbs{padding: 0px 0px;font-size: 12px;color: #fff;}
.pag_crumbs a{display: inline-block;color: #fff;}
.pag_crumbs a:hover{color: #314581;}
.pag_crumbs a.on{color: #314581;}
}
/*pag_crumbs---------------------------------*/

.pag_danye{color: #454a56;line-height: 2;font-size: 16px;padding: 30px 20px;position: relative;overflow: hidden;}
.pag_danye .danye_txt{padding: 20px 0px;}
@media (max-width:1023px){
.pag_danye{padding: 20px 0px;position: relative;font-size: 14px;line-height: 1.8;overflow: hidden;color: #454a56;}
.pag_danye .danye_txt{padding: 10px 0px;}
}
/*pag_danye------------------------------------------------*/

.pag{position: relative;margin-top:20px;margin-bottom: 30px;}
.pag_l{padding-right: 350px;min-height: 840px;}
.pag_ll{padding-right: 0px;min-height: 840px;}
.pag_l .newsa{display: block;background-color: #f7f8fa;padding: 30px 30px 35px 30px;margin-bottom: 30px; width: 50%; float: left;}
.pag_l .newsa .p1{font-size: 16px;color: #3a3b40;font-weight: bold;margin-bottom: 10px;line-height: 20px;height: 20px;overflow: hidden;}
.pag_l .newsa .p2{font-size: 14px;color: #666;line-height: 25px;height: 50px;overflow: hidden;}
.pag_l .newsa .line{border-bottom: 1px solid #ddd;margin: 20px 0px;}
.pag_l .newsa .p3{position: relative;}
.pag_l .newsa .p3 span{float: left; font-size: 16px;color: #636363;}
.pag_l .newsa .p3 i{background-image:url("../images/s1_13.png");background-repeat:no-repeat; background-position:center center;width: 50px;height: 6px;position: absolute;bottom: 5px;right: 20px;}
.pag_r{position: absolute;top: 0px;right: 0px;width: 310px;}
.pag_r i{width: 100%;display: block;}
.pag_r i img{width: 100%;}
.pag_r .newsb{display: block;background-color: #f7f8fa;margin-bottom: 10px;padding: 20px 20px 20px 25px;}
.pag_r .newsb .p1{font-size: 12px;color: #636363;line-height: 20px;margin-bottom: 0px;}
.pag_r .newsb .p2{font-size: 14px;color: #3a3b40;line-height: 22px;height:auto;overflow: hidden;margin-bottom: 20px;}
.pag_r .newsb span{display: block;position: relative;}
.pag_r .newsb span i{display: block;background-image:url("../images/s1_13.png");background-repeat:no-repeat; background-position:center center;width: 50px;height: 6px;position: absolute;bottom: 0px;left: 0px;}
.pag_l .newsa:hover .p3 i{background-image:url("../images/s1_14.png");}
.pag_l .newsa:hover{background-color: #314581;}
.pag_l .newsa:hover .p1{color: #fff;}
.pag_l .newsa:hover .p2{color: #fff;}
.pag_l .newsa:hover .p3 span{color: #fff;}
.pag_r .newsb:hover{background-color: #314581;}
.pag_r .newsb:hover .p1{color: #fff;}
.pag_r .newsb:hover .p2{color: #fff;}
.pag_r .newsb:hover span i{background-image:url("../images/s1_14.png");}
@media (max-width:1023px){
.pag{position: relative;margin-top: 10px;margin-bottom: 10px;}
.pag_l{padding-right: 0px;min-height: auto;}
.pag_l .newsa{display: block;background-color: #f7f8fa;padding: 20px 20px 20px 20px;margin-bottom: 10px; width: 100%;}	
.pag_l .newsa .p1{font-size: 14px;color: #3a3b40;font-weight: bold;margin-bottom: 5px;line-height: 16px;height: 16px;overflow: hidden;}	
.pag_l .newsa .p2{font-size: 12px;color: #666;line-height: 20px;height: 40px;overflow: hidden;}	
.pag_l .newsa .line{border-bottom: 1px solid #ddd;margin: 5px 0px;}
.pag_l .newsa .p3 span{float: left; font-size: 12px;color: #636363;}	
.pag_l .newsa .p3 i{display: none;}	
	
.pag_r{position: relative;top: 0px;right: 0px;width: 100%;}
.pag_r i img{text-align: center;width: 100%;height: 180px;}	
.pag_r .newsb{display: block;background-color: #f7f8fa;margin-bottom: 10px;padding: 15px 10px 10px 10px;}
.pag_r .newsb span i{display: none;}
.pag_r .newsb .p1{font-size: 14px;color: #636363;line-height: 16px;margin-bottom: 5px;}
.pag_r .newsb .p2{font-size: 12px;color: #3a3b40;line-height: 20px;height: 40px;overflow: hidden;margin-bottom: 0px;}
}
/*pag_news--------------------------------------------*/

.pag_xiangxi{background-color: #f7f8fa;padding: 30px 40px 30px 40px;}
.pag_xiangxi .xiangxi_tit{text-align: center;margin-bottom: 20px;}
.pag_xiangxi .xiangxi_tit .h3{font-size: 22px;letter-spacing: 1px; line-height: 26px;color: #333;margin-bottom: 20px;border-bottom: 1px solid #ddd;padding-bottom: 20px;font-weight: bold;}
.pag_xiangxi .xiangxi_tit span{font-size: 14px;color: #666;display: inline-block;margin: 0px 15px;line-height: 20px;}
.pag_xiangxi .xiangxi_tit span i{line-height: 15px;vertical-align: top;}
.pag_xiangxi .xiangxi_tit span i img{margin-right: 10px;width: 15px;height: 15px;}
.pag_xiangxi .xiangxi_txt{position: relative;font-size: 16px;line-height: 2;color: #454a56;overflow: hidden;}
.pag_xiangxi .xiangxi_txt h2{ font-weight: bold; font-size: 22px;}
.pag_xiangxi .xiangxi_txt h3{ font-weight: bold;}

.infor{display: block;}
@media (max-width:1023px){
.infor{display: none;}
.pag_xiangxi{background-color: #f7f8fa;padding: 15px 10px 20px 10px;}
.pag_xiangxi .xiangxi_tit{text-align: center;margin-bottom: 15px;}
.pag_xiangxi .xiangxi_txt h2{ font-weight: bold; font-size: 18px;}
.pag_xiangxi .xiangxi_tit .h3{font-size: 18px;  line-height: 1.5;color: #333;margin-bottom: 10px;border-bottom: 1px solid #ddd;padding-bottom: 10px;font-weight: bold;}
.pag_xiangxi .xiangxi_tit span{font-size: 12px;color: #666;display: inline-block;margin: 0px 5px;line-height: 1.6;}
.pag_xiangxi .xiangxi_tit span i{line-height: 12px;vertical-align: top;}
.pag_xiangxi .xiangxi_tit span i img{margin-right: 5px;width: 12px;height: 12px;}
.pag_xiangxi .xiangxi_txt{position: relative;font-size: 14px;line-height:1.8;color: #454a56;overflow: hidden; padding: 0px 5px;}
}
/*pag_xiangxi-----------------------------------------------*/

.pag_work{margin-top: 10px;}
.pag_work .worka{display: block;position: relative;border-bottom: 1px solid #ddd;padding-bottom: 30px;margin-bottom: 30px;width: 50%;float: left;}
.pag_work .worka .work_img {position: absolute;top: 0px;left: 0px;width: 280px;}
.pag_work .worka .work_img .imgzoom{padding-bottom: 64%; width: 100%; position: relative; overflow: hidden; }
.pag_work .worka .work_img .imgzoom img{width: 100%;  position: absolute;transition: all .5s cubic-bezier(.5, 0, .2, 1) 0s; }
.pag_work a .work_txt{min-height: 180px;padding: 5px 30px 20px 300px;}
.pag_work a .work_txt .name{font-size: 20px; font-weight: bold; line-height: 25px;height: 50px;overflow: hidden;margin-bottom: 10px;color: #333;transition: all 0.5s ease-out;}
.pag_work a .work_txt .p1{font-size: 16px;line-height: 22px;height: 44px;overflow: hidden;color: #666;margin-bottom: 10px;}
.pag_work a .work_txt .p2{color: #666;font-size: 14px;margin-bottom: 10px;line-height: 20px;height: 60px;overflow: hidden;}
.pag_work a .work_txt .p2 span{font-size: 20px;}
.pag_work a .work_txt .more{background-color: #689eef;color: #fff;display: inline-block;font-size: 14px;padding: 5px 20px;border-radius: 5px;transition: all 0.5s ease-out;}
.pag_work a:hover .work_txt .more{background-color: #314581;}
.pag_work a:hover .work_txt .name{color: #314581;}
.pag_work .worka:hover .work_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);}
@media (max-width:1023px){
.pag_work{margin-top: 10px;}
.pag_work .worka{display: block;position: relative;border-bottom: 1px solid #ddd;padding-bottom: 10px;margin-bottom: 10px;width: 100%;float: left;}
.pag_work .worka .work_img {position: absolute;top: 10px;left: 0px;width: 150px;}
.pag_work a .work_txt{min-height: 95px;padding: 10px 0px 10px 165px;}
.pag_work a .work_txt .name{font-size: 14px; font-weight: bold; line-height: 20px;height: 40px;overflow: hidden;margin-bottom: 10px;color: #333;transition: all 0.5s ease-out;}
.pag_work a .work_txt .p1{display: none;}
.pag_work a .work_txt .p2{color: #f39800;font-size: 14px;margin-bottom: 10px;line-height: 14px;height: 14px;overflow: hidden;}
.pag_work a .work_txt .p2 span{font-size: 14px;}
.pag_work a .work_txt .more{background-color: #689eef;color: #fff;display: inline-block;font-size: 12px;padding: 3px 10px;border-radius: 5px;transition: all 0.5s ease-out;}
}
/*pag_work-------------------------------------*/

.pag_workm{margin-top: 50px; position: relative;}
.pag_workm .workm_l{position: absolute;top: 0px;left: 0px;width: 300px;}
.pag_workm .workm_l .imgzoom{padding-bottom: 150%; width: 100%; position: relative; overflow: hidden; }
.pag_workm .workm_l .imgzoom img{width: 100%;  position: absolute;transition: all .5s cubic-bezier(.5, 0, .2, 1) 0s; }
.pag_workm .workm_l:hover .imgzoom img{-webkit-transform: scale(1.05); -moz-transform: scale(1.05); -ms-transform: scale(1.05); -o-transform: scale(1.05); transform: scale(1.05);}
.pag_workm .workm_r{min-height: 455px;padding: 20px 20px 30px 350px;}
.pag_workm .workm_r h1{font-size: 26px;color: #333;line-height: 30px;height: 30px;overflow: hidden; font-weight: bold;display: block;margin-bottom: 20px;}
.pag_workm .workm_r .p1{font-size: 14px;color: #333;line-height: 20px;margin-bottom: 10px;height: 20px;overflow: hidden;}
.pag_workm .workm_r .p1 span{font-size: 18px;font-weight: bold;}
.pag_workm .workm_r .p2 span{font-size: 18px;font-weight: bold;}
.pag_workm .workm_r .p2 small{font-size: 24px;color: #f90;}
.pag_workm .workm_r .p3{position: relative;font-size: 14px;color: #333;padding-left: 30px;margin-top: 20px;line-height: 20px;}
.pag_workm .workm_r .p3 i{background-image:url("../images/icon-dg.png");background-repeat:no-repeat; background-position:center center;width: 20px;height: 20px;position: absolute;top: 0px;left: 0px;background-size:cover;}
.pag_workm .workm_r a{display: inline-block;background-color: #689eef;color: #fff;padding: 10px 40px;border-radius: 5px;margin-top: 30px;font-size: 14px;}
.pag_workm .workm_r a:hover{background-color: #314581;}
.pag_workm .jianjie{border-top: 1px solid #ddd;margin-top: 20px;padding-top: 20px;}
.pag_workm .jianjie .jianjie_top{background-color: #f2f2f2;border-bottom: 1px solid #ddd;}
.pag_workm .jianjie .jianjie_top .item{line-height: 50px;display: inline-block;width: 25%;text-align: center;float: left;background-color: #fff;border-top: 3px solid #689eef;font-size: 18px;color: #689eef;}
.pag_workm .jianjie .jianjie_bottom{background-color: #fafafa;padding: 20px;line-height: 1.75;font-size: 16px;color: #333;}
@media (max-width:1023px){
.pag_workm{margin-top: 20px; position: relative;}
.pag_workm .workm_l{position: relative;top: 0px;left: 15%;width: 70%;}
.pag_workm .workm_r{min-height: auto;padding: 15px 0px 15px 0px;}
.pag_workm .workm_r h1{font-size: 16px;color: #333;line-height: 16px;height: 16px;overflow: hidden; text-align: center; font-weight: bold;display: block;margin-bottom: 15px;}
.pag_workm .workm_r .p1{font-size: 12px;color: #333;line-height: 20px;margin-bottom: 15px;height: auto;overflow: hidden;}
.pag_workm .workm_r .p1 span{font-size: 14px;font-weight: bold;}
.pag_workm .workm_r .p2 span{font-size: 14px;font-weight: bold;}
.pag_workm .workm_r .p2 small{font-size: 14px;color: #f90;}
.pag_workm .workm_r .p3{position: relative;font-size: 14px;color: #333;padding-left: 20px;margin-top: 10px;line-height: 20px;}
.pag_workm .workm_r .p3 i{background-image:url("../images/icon-dg.png");background-repeat:no-repeat; background-position:center center;width: 15px;height: 15px;position: absolute;top: 2px;left: 0px;background-size:cover;}
.pag_workm .workm_r a{display: inline-block;background-color: #689eef;color: #fff;padding: 5px 20px;border-radius: 5px;margin-top: 10px;font-size: 12px;}
.pag_workm .workm_r a:hover{background-color: #314581;}
.pag_workm .jianjie{border-top: 1px solid #ddd;margin-top: 10px;padding-top: 10px;}
.pag_workm .jianjie .jianjie_top{background-color: #f2f2f2;border-bottom: 1px solid #ddd;}
.pag_workm .jianjie .jianjie_top .item{line-height: 30px;display: inline-block;width: 33.3333%;text-align: center;float: left;background-color: #fff;border-top: 2px solid #689eef;font-size: 14px;color: #689eef;}
.pag_workm .jianjie .jianjie_bottom{background-color: #fafafa;padding: 10px;line-height: 1.8;font-size: 14px;color: #333;}	
}
/*pag_workm-------------------------------------*/

.fanye{ padding: 20px 0px 0px 0px; margin-top: 20px; border-top: 1px dotted #ccc;}
.fanyea { padding-bottom: 10px; color: #333; font-size: 15px; }
.fanyea a {color: #333; }
.fanyea a:hover { color: #0053cc; }
.fanyefh{}
.fanyefh a{color: #333; background: #ccc; font-size: 15px; width: 100%; text-align: center; padding: 10px 30px; display: inline-block; margin:10px 0px 0px 0px; border-radius:2px;}
.fanyefh a:hover{background:#0053cc; color: #fff; padding:10px 30px;}
.shengming{padding: 20px 0px 0px 0px; margin-top: 20px; border-top: 1px dotted #ccc; font-size: 16px; line-height: 26px;}
@media (max-width:992px){
.shengming{padding: 20px 0px 0px 0px; margin-top: 20px; border-top: 1px dotted #ccc; font-size: 12px; line-height: 1.6;}
.fanyea {font-size: 0.56rem; }
.fanyefh a{font-size: 0.56rem; background:#0053cc; color: #fff;}
}
/*fanye----------------------------*/

.duiyuanimg{ display: block;}
.duiyuanimg li{width: 49%; display: inline-block; margin-bottom: 30px;}
.duiyuanimg li img{ width: 100%;}
.duiyuanimg li b{ display: block; text-align: center;}


.pag_tuijian{margin-top: 50px;}
.tuijian_tit{font-size: 20px;font-weight: bold;border-bottom: 3px solid #314581;padding-bottom: 10px;display: inline-block;}
@media (max-width:1023px){
.pag_tuijian{margin-top: 10px;}
.tuijian_tit{font-size: 14px;font-weight: bold;border-bottom: 2px solid #314581;padding-bottom: 5px;display: inline-block;}

.duiyuanimg{ display: block;}
.duiyuanimg li{width: 100%; display: inline-block; margin-bottom: 15px;}
.duiyuanimg li img{ width: 100%;}
.duiyuanimg li b{ display: block; text-align: center; font-size: 16px;}


}
/** swiper04_box ====================================================================================*/
.swiper04_box{ width:100%; position: relative; margin: 20px auto 0px auto; padding: 0px 0px;}
/** 点 ============*/
.swiper04_box .swiper-container{padding: 0px 0px 50px 0px; height: auto;}
.swiper04_box .swiper-pagination{width: 100%; text-align:center; left: 0px; bottom: 10px; }
.swiper04_box .swiper-pagination-bullet{ background: #fff; border: 1px solid #999; opacity: 0.8; width: 10px; height:10px;border-radius:50%;  margin: 0px 10px; transition: all 0.5s ease-out;}
.swiper04_box .swiper-pagination-bullet-active{ background: #314581; width: 10px; opacity:1;}
/** 左右按钮 ============*/
.swiper04_box .swiper-button-prev {left: 10px;opacity:1; top: 35%;  }
.swiper04_box .swiper-button-next {right: 10px;opacity:1;top: 35%; }
.swiper04_box .swiper-button-prev {width: 20px;height: 70px; background-color:none;background-image:url(../images/left01.png);background-repeat:no-repeat; background-position:center center; background-size:100%; text-align: center;}
.swiper04_box .swiper-button-next {width: 20px;height: 70px; background-color:none;background-image:url(../images/right01.png);background-repeat:no-repeat; background-position:center center; background-size:100%; text-align: center;}
.swiper04_box .swiper-button-prev.swiper-button-disabled{opacity:0.5;background-color:none;background-image:url(../images/left02.png);}
.swiper04_box .swiper-button-next.swiper-button-disabled{opacity:0.5;background-color:none;background-image:url(../images/right02.png);}

.swiper04_box .swiper-button-prev.hide{opacity:0;}
.swiper04_box .swiper-button-next.hide{opacity:0;}
.swiper04_box .swiper-button-next,.swiper-button-prev{transition:opacity 0.5s;}

@media screen and (max-width: 1280px){
}
	
@media screen and (max-width: 1023px){
.swiper04_box{ width:100%; position: relative; margin: 10px auto 0px auto; padding: 0px 0px; }
.swiper04_box .swiper-pagination{width: 100%; text-align:center;}
.swiper04_box .swiper-container{padding: 0px 0px 30px 0px; height: auto;}
.swiper04_box .swiper-pagination-bullet{ background: #fff; border: 1px solid #000; opacity: 0.8; width: 7px; height: 7px;border-radius:50%;  margin: 0px 5px; transition: all 0.5s ease-out;}
.swiper04_box .swiper-pagination-bullet-active{ background: #314581; width: 7px; opacity:1;}

.swiper04_box .swiper-button-prev {left: 10px;opacity:1; top: 40%}
.swiper04_box .swiper-button-next {right:10px;opacity:1;top: 40%}
.swiper04_box .swiper-button-prev {width:10px;height: 30px; background-color:none; background-image:url(../images/left01.png); text-align: center;}
.swiper04_box .swiper-button-next {width:10px;height: 30px; background-color:none; background-image:url(../images/right01.png); text-align: center;}
}


a.sw_item04{display: block;position: relative;border: 1px solid #eee;padding: 25px;transition: all 0.5s ease-out;}

a.sw_item04 .zhaopin_l{padding-left: 150px;min-height: 165px;}
a.sw_item04 .zhaopin_l .h3{font-size: 24px;font-weight: bold;color: #000;margin-bottom: 20px;line-height: 24px;height: 24px;overflow: hidden;}
a.sw_item04 .zhaopin_l .p1{font-size: 14px;color: #f90;margin-bottom: 20px;line-height: 14px;height: 14px;overflow: hidden;}
a.sw_item04 .zhaopin_l .p2{font-size: 14px;color: #666;line-height: 20px;height: 80px;overflow: hidden;}

a.sw_item04 .zhaopin_r{position: absolute;top: 20px;left: 20px;width: 120px;}
a.sw_item04 .zhaopin_r .imgzoom{padding-bottom: 150%; width: 100%; position: relative; overflow: hidden;}
a.sw_item04 .zhaopin_r .imgzoom img{width: 100%;  position: absolute;transition: all .5s cubic-bezier(.5, 0, .2, 1) 0s; }
a.sw_item04 .zhaopin_r span{display: block;margin-top: 0px;border: 1px solid #ddd;text-align: center;padding: 10px 0px;border-radius: 5px;font-size: 14px;transition: all 0.5s ease-out;}
a.sw_item04:hover .zhaopin_r span{background-color: #314581;color: #fff;}
a.sw_item04:hover{box-shadow:0 0 15px rgba(0,0,0,0.15);}

.yinsi{ text-align: center; font-size: 22px; border: 5px solid #5b72b4; color: #5b72b4; padding: 15px;}

@media (max-width:1023px){
a.sw_item04{display: block;position: relative;border: 1px solid #eee;padding: 15px 15px;transition: all 0.5s ease-out;}
a.sw_item04 .zhaopin_l{padding-left: 130px;min-height: 165px;}
a.sw_item04 .zhaopin_l .h3{font-size: 18px;font-weight: bold;color: #000;margin-bottom: 10px;line-height: 24px;height: 24px;overflow: hidden;}
a.sw_item04 .zhaopin_l .p1{font-size: 14px;color: #f90;margin-bottom: 20px;line-height: 14px;height: 14px;overflow: hidden;}
a.sw_item04 .zhaopin_l .p2{font-size: 14px;color: #666;line-height: 20px;height: 80px;overflow: hidden;}

a.sw_item04 .zhaopin_r{position: absolute;top: 10px;left: 10px;width: 120px;}
a.sw_item04 .zhaopin_r .imgzoom{padding-bottom: 150%; width: 100%; position: relative; overflow: hidden;}
a.sw_item04 .zhaopin_r .imgzoom img{width: 100%;  position: absolute;transition: all .5s cubic-bezier(.5, 0, .2, 1) 0s; }
a.sw_item04 .zhaopin_r span{display: block;margin-top: 0px;border: 1px solid #ddd;text-align: center;padding: 10px 0px;border-radius: 5px;font-size: 14px;transition: all 0.5s ease-out;}
a.sw_item04:hover .zhaopin_r span{background-color: #314581;color: #fff;}
a.sw_item04:hover{box-shadow:0 0 15px rgba(0,0,0,0.15);}

}



/** swiper04_box ====================================================================================*/

.pag_contact {padding-top: 50px;padding-bottom: 30px;}
.contact_l{width: 35%;float: left;padding: 20px;}
.contact_l .lx{margin: 25px 0px;position: relative;}
.contact_l .lx i{position: absolute;top: 0px;left: 0px;width: 45px;}
.contact_l .lx .p1{padding-left: 70px;min-height: 45px;}
.contact_l .lx .p1 p{font-size: 18px;color: #314581;display: block;margin-bottom: 10px;line-height: 18px;}
.contact_l .lx .p1 span{font-size: 16px;line-height: 16px;height: 16px;overflow: hidden;display: block;}
.contact_r{width: 65%;float: right;}
.contact_r iframe{height: 400px;}
@media (max-width:1023px){
.pag_contact {padding-top: 5px;padding-bottom: 5px;}
.contact_l{width: 100%;float: left;padding: 10px;}
.contact_l .lx{margin: 15px 0px; position: relative;}
.contact_l .lx i{position: absolute;top: 0px;left: 0px;width: 30px;}
.contact_l .lx .p1{padding-left: 45px;min-height: 30px;}
.contact_l .lx .p1 p{font-size: 12px;color: #314581;display: block;margin-bottom: 5px;line-height: 14px;}
.contact_l .lx .p1 span{font-size: 12px;line-height: 12px;height: auto;overflow: hidden;display: block;}
.contact_r{width: 100%;float: right;}
.contact_r iframe{height: 250px;}
}
/*pag_contact-----------------------------*/

.zhaopin_tit{font-size: 20px;border-bottom: 1px solid #ddd;padding-bottom: 10px;margin-bottom: 10px;}
ul.pag_zhaopin{margin-left: -15px;margin-right: -15px;margin-top: 10px;}
ul.pag_zhaopin li{padding: 15px 15px;width: 33.333%;float: left;}
ul.pag_zhaopin li a{display: block;position: relative;border: 1px solid #eee;padding: 25px;transition: all 0.5s ease-out;}
ul.pag_zhaopin li a .zhaopin_l{padding-left: 220px;min-height: 290px;}
ul.pag_zhaopin li a .zhaopin_l .h3{font-size: 24px;font-weight: bold;color: #000;margin-bottom: 20px;line-height: 24px;height: auto;overflow: hidden;}
ul.pag_zhaopin li a .zhaopin_l .p1{font-size: 16px; color: #f90; margin-bottom: 10px; line-height: 22px;height: auto; overflow: hidden;}
ul.pag_zhaopin li a .zhaopin_l .p2{font-size: 14px;color: #666;line-height: 20px;height: 80px;overflow: hidden;}
ul.pag_zhaopin li a .zhaopin_r{position: absolute;top: 20px;left: 20px;width: 200px;}
ul.pag_zhaopin li a .zhaopin_r .imgzoom{padding-bottom: 150%; width: 100%; position: relative; overflow: hidden;}
ul.pag_zhaopin li a .zhaopin_r .imgzoom img{width: 100%;  position: absolute;transition: all .5s cubic-bezier(.5, 0, .2, 1) 0s; }

ul.pag_zhaopin li a:hover{box-shadow:0 0 15px rgba(0,0,0,0.15);}

@media (max-width:1023px){
.zhaopin_tit{font-size: 14px;border-bottom: 1px solid #ddd;padding-bottom: 5px;margin-bottom: 5px;}
ul.pag_zhaopin{margin-left: 0px;margin-right: 0px;margin-top: 10px;}
ul.pag_zhaopin li{padding: 5px 0px;width: 100%;float: left;}
ul.pag_zhaopin li a{display: block;position: relative;border: 1px solid #eee;padding: 10px;transition: all 0.5s ease-out;}
ul.pag_zhaopin li a .zhaopin_l{padding-left: 140px;min-height: 180px;padding-top: 0px;}
ul.pag_zhaopin li a .zhaopin_l .h3{font-size: 16px;font-weight: bold;color: #000;margin-bottom: 10px;line-height: 2; overflow: hidden;display: block;}
ul.pag_zhaopin li a .zhaopin_l .p1{font-size: 14px;color: #f90;margin-bottom: 5px;line-height: 1.75;overflow: hidden;}
ul.pag_zhaopin li a .zhaopin_l .p2{font-size: 14px;color: #666;line-height: 20px;height: auto;overflow: hidden;}
ul.pag_zhaopin li a .zhaopin_r{position: absolute;top: 10px;left: 10px;width: 120px;}
ul.pag_zhaopin li a .zhaopin_r .imgzoom{padding-bottom: 150%; width: 100%; position: relative; overflow: hidden;}
ul.pag_zhaopin li a .zhaopin_r .imgzoom img{width: 100%;  position: absolute;transition: all .5s cubic-bezier(.5, 0, .2, 1) 0s; }

}

.zhaopin_txt{position: relative;font-size: 16px;line-height: 26px;color: #333;overflow: hidden;}
@media (max-width:1023px){
.zhaopin_txt{position: relative;font-size: 12px;line-height: 22px;color: #333;overflow: hidden;}
}
/*zhaopin_txt--------------------------------------*/

/*在线客服*/
.zxkf{position:fixed;width:78px;right:0;top:50%;margin-top:-200px;z-index:999;border:1px solid #e0e0e0;background:#fff;border-bottom:0}
.zxkf ul li{width:78px;height:78px;float:left;position:relative;border-bottom:1px solid #e0e0e0;color:#333;font-size:14px;line-height:38px;text-align:center;transition:all .3s;cursor:pointer}
.zxkf ul li:hover{background:#314581;color:#fff}
.zxkf ul li:hover a{color:#fff}

.zxkf ul li i{height:25px;margin-bottom:1px;display:block;overflow:hidden;background-repeat:no-repeat;background-position:center center;background-size:auto 25px;margin-top:14px;transition:all .3s}
.zxkf ul li i.bgs1{background-image:url(../images/kefu/right_pic5.png)}
.zxkf ul li i.bgs2{background-image:url(../images/kefu/right_pic7.png)}
.zxkf ul li i.bgs3{background-image:url(../images/kefu/right_pic2.png)}
.zxkf ul li i.bgs4{background-image:url(../images/kefu/right_pic1.png)}
.zxkf ul li i.bgs5{background-image:url(../images/kefu/right_pic3.png)}
.zxkf ul li i.bgs6{background-image:url(../images/kefu/right_pic6_on.png)}
.zxkf ul li:hover i.bgs1{background-image:url(../images/kefu/right_pic5_on.png)}
.zxkf ul li:hover i.bgs2{background-image:url(../images/kefu/right_pic7_on.png)}
.zxkf ul li:hover i.bgs3{background-image:url(../images/kefu/right_pic2_on.png)}
.zxkf ul li:hover i.bgs4{background-image:url(../images/kefu/right_pic1_on.png)}
.zxkf ul li:hover i.bgs5{background-image:url(../images/kefu/right_pic3_on.png)}

.zxkf ul li.zxkftop{background:#314581;color:#fff}
.zxkf ul li.zxkftop:hover{opacity:.8;filter:Alpha(opacity=80)}

.zxkf ul li.zxkfewm .ewBox{width:155px; height: 155px; display:none;color:#363636;text-align:center;position:absolute;left:-158px;top:0;border:1px solid #e0e0e0}
.zxkf ul li.zxkfewm .ewBox img{width: 100%;}

.zxkf ul li.zxkfetel .telBox{width:240px;height:auto;display:none;color:#fff;text-align:left;position:absolute;left:-240px;top:0px;background:#314581}
.zxkf ul li.zxkfetel .telBox dd{display:block;height:auto;overflow:hidden;padding-left:82px;line-height:24px;font-size:16px}
.zxkf ul li.zxkfetel .telBox dd span{display:block;line-height:28px;height:28px;overflow:hidden;margin:13px 0px 0px 0px;font-size:18px}
.zxkf ul li.zxkfetel .telBox dd.bgs1{background:url(../images/kefu/right_pic8.png) 28px center no-repeat; padding-bottom: 13px; background-color:#314581;}

.zxkf ul li:hover .ewBox{display:block!important;animation:fadein 1s}
@keyframes fadein{from{opacity:0}
to{opacity:1}
}
.zxkf ul li:hover .telBox{display:block!important;animation:fadein 1s}
@keyframes fadein{from{opacity:0}
to{opacity:1}
}
@media (max-width: 992px) {
.zxkf{display: none;}	
}

.zhezhaoBox{position:fixed;width:100%;height:100%;background-color:rgba(0,0,0,.5);top:0;left:0;z-index:2}
.wx_conBox{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:999;}
.wx_conBox>p{margin-top:10px}
.wx_conBox>img{width:60px;height:60px}
.wx_conTxt1{font-size:18px;font-weight:700}
.wx_conBtn{width:100px;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}
.chahaoSty{text-align:right}
.chahaoSty>img{width:32px;height:32px;display:inline-block}



/** MOB在线客服 ====================================================================================*/
.mob_kefu{display: none;}
@media (max-width:1023px){
.mob_kefu{display:flex; position: fixed; bottom: 0px;left: 0px; width: 100%;background-color: #5b72b4; 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}
}
/** 手机微信弹出 ====================================================================================*/





