@charset "utf-8";
/* ------------------------------------------------- 
 * 公用样式表 
 * ------------------------------------------------- 
*/  
body{font-family:"微软雅黑","宋体"; font-size:14px; line-height: 1.6; font-weight: 400; letter-spacing:-.1px; font-stretch:normal; font-style:normal;  color: rgba(255, 255, 255, 0.8); color: #000;  background: rgba(255, 255, 255, 1);  position: relative;
text-align:justify; -webkit-text-size-adjust:none; height:auto; 
-webkit-font-smoothing: subpixel-antialiased; /*chrome、safari*/
-moz-osx-font-smoothing: grayscale;/*firefox*/}
/** 定义HTML body **/
@font-face { font-family: 'HELVETICANEUELTPRO-THEX'; src: url('text.otf'); font-weight: normal; font-style: normal;}

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: #056fb9;height: 34px;display: inline-block;overflow: hidden;line-height: 30px; padding: 0px 10px;border: 2px solid #056fb9;border-radius: 5px;margin: 0px 5px;}
.pageflip  a:hover,.pageflip a.dq{background: #056fb9;color: #fff;}
.pageflip  a i{display: block;line-height: 30px;height: 30px;}
@media (max-width:768px){
.pageflip{ margin: 5px 0px 0px 0px;}
.pageflip  a { font-size: 12px; height: 26px; line-height: 24px; border-width: 1px; padding: 0px 9px; 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:992px){}
@media (max-width:767px){}
@media (max-width:640px){}
@media (max-width:460px){}
@media (max-width:360px){}



/* == 全局  ====================================================================================*/
.wrapper_box  { margin: 0px auto; max-width: 1600px; padding: 0 70px;  }
.max1440{margin: 0px auto; max-width: 1400px;}
.max1200{margin: 0px auto; max-width: 1200px;}
@media (max-width:1440px){
	.wrapper_box  { padding: 0px 30px; }
}
@media (max-width:1200px){
	.wrapper_box  { padding: 0px 30px;}
}
@media (max-width:992px){
	.wrapper_box  { padding: 0px 20px;}
}
@media (max-width:767px){
	.wrapper_box  { padding: 0px 10px;}
}
/* == 全局  ====================================================================================*/


/* == 手机导航按钮  ====================================================================================*/
.btn-manu {position: absolute;top:70px;right: 30px; width: 30px;height: 30px;display: none}
.btn-manu span {position: absolute;top: 50%;left: 5px;width: 30px;height: 2.5px;background: #fff;}
.btn-manu span:nth-of-type(1) {margin-top: -8px}
.btn-manu span:nth-of-type(2) {margin-top: -1px}
.btn-manu span:nth-of-type(3) {margin-top: 6px}

.header-menu{display: none; font-size: 0;text-align: center}

	
/* == 手机导航按钮  ====================================================================================*/
@media (max-width:1100px){
.btn-manu {z-index: 99999;display: block;}
.btn-manu span {background: #000;-webkit-transform-origin: center center;transform-origin: center center;-webkit-transition: all .3s ease-out;transition: all .3s ease-out}
.menu-open .btn-manu span { background: #000;margin-top: -1px}
.menu-open .btn-manu span:nth-of-type(1) {-webkit-transform: rotate(45deg);transform: rotate(45deg)}
.menu-open .btn-manu span:nth-of-type(2) {opacity: 0}
.menu-open .btn-manu span:nth-of-type(3) {-webkit-transform: rotate(-45deg);transform: rotate(-45deg)}
.nav_menu{ display: none;}
/** 手机导航pc**/
	
/** Mobile  **/
.nav_box{display: none;}
.header-menu {padding-top: 80px; display: block; position: fixed; top: 0px;right: 0;bottom: 0;left: 0; z-index: 9999; background: rgba(255, 255, 255, 1); opacity: 0;overflow-y: auto;
-webkit-transform: translate3d(0, -150%, 0);
transform: translate3d(0, -150%, 0);
-webkit-transition: all .5s ease;
transition: all .5s ease;}
.subMenu {position: relative;top: auto;width: auto;height: 0;left: 0;margin-left: 35px;margin-right: 35px;opacity: 0;
-webkit-transition: all .3s ease;transition: all .3s ease}
.subMenu-ul {height: 0;overflow: hidden}

.menu-open .header-menu {-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);opacity: 1}
	
.menu-item {position: relative;display: block;opacity: 0;
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0);
-webkit-transition: all .3s ease;
transition: all .3s ease}
.subMenu-bg{border-bottom: 1px solid #115a6b;}
.menu-item.active .menu-link {color: #115a6b}
.menu-item.active .subMenu {height: auto;opacity: 1}
.menu-item.active .subMenu-ul {height: auto}

.menu-item::after {content: "";position: absolute;right: 35px;bottom: 0;left: 35px;height: 1px;background-color: #bfbfbf;
-webkit-transform: scale3d(0, 0.5, 1);transform: scale3d(0, 0.5, 1);-webkit-transition: transform .8s ease;transition: transform .8s ease}

.menu-link {position: relative;font-size: 16px;line-height: 60px;color:#000;display: block;margin: 0 35px;}
	
.subMenu-ul li:last-of-type .subMenu-link {border-bottom: 0}
.subMenu-link {display: block;text-align: center;margin: 0 0px; font-size: 14px;line-height: 44px;color: #000;position: relative}
.subMenu-link::after {content: "";position: absolute;right: 0;bottom: 0;left: 0;height: 1px;background-color: #f2f2f2;
-webkit-transform: scale3d(1, 0.5, 1);
transform: scale3d(1, 0.5, 1)}

.menu-open .menu-item {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.menu-open .menu-item::after {
	-webkit-transform: scale3d(1, 0.5, 1);
	transform: scale3d(1, 0.5, 1)
}
.menu-open .menu-item:nth-of-type(1) {
	-webkit-transition-delay: .35s;
	transition-delay: .35s
}
.menu-open .menu-item:nth-of-type(1)::after {
	-webkit-transition-delay: .4s;
	transition-delay: .4s
}
.menu-open .menu-item:nth-of-type(2) {
	-webkit-transition-delay: .4s;
	transition-delay: .4s
}
.menu-open .menu-item:nth-of-type(2)::after {
	-webkit-transition-delay: .45s;
	transition-delay: .45s
}
.menu-open .menu-item:nth-of-type(3) {
	-webkit-transition-delay: .45s;
	transition-delay: .45s
}
.menu-open .menu-item:nth-of-type(3)::after {
	-webkit-transition-delay: .5s;
	transition-delay: .5s
}
.menu-open .menu-item:nth-of-type(4) {
	-webkit-transition-delay: .5s;
	transition-delay: .5s
}
.menu-open .menu-item:nth-of-type(4)::after {
	-webkit-transition-delay: .55s;
	transition-delay: .55s
}
.menu-open .menu-item:nth-of-type(5) {
	-webkit-transition-delay: .55s
}
.menu-open .menu-item:nth-of-type(5)::after {
	-webkit-transition-delay: .6s;
	transition-delay: .6s
}
.menu-open .menu-item:nth-of-type(6) {
	-webkit-transition-delay: .6s;
	transition-delay: .6s
}
.menu-open .menu-item:nth-of-type(6)::after {
	-webkit-transition-delay: .65s;
	transition-delay: .65s
}
.menu-open .menu-item:nth-of-type(7) {
	-webkit-transition-delay: .65s;
	transition-delay: .65s
}
.menu-open .menu-item:nth-of-type(7)::after {
	-webkit-transition-delay: .7s;
	transition-delay: .7s
}
.menu-open .menu-item:nth-of-type(8) {
	-webkit-transition-delay: .70s;
	transition-delay: .70s
}
.menu-open .menu-item:nth-of-type(8)::after {
	-webkit-transition-delay: .75s;
	transition-delay: .75s
}
.menu-open .menu-item:nth-of-type(9) {
	-webkit-transition-delay: .75s;
	transition-delay: .75s
}
.menu-open .menu-item:nth-of-type(9)::after {
	-webkit-transition-delay: .8s;
	transition-delay: .8s
}
}
@media (max-width: 767px) { 
	.btn-manu {position: absolute;top:60px;right: 30px; width: 30px;height: 30px; }
}


/** 手机导航按钮  ====================================================================================*/

/** 首页banner ====================================================================================*/
.banner_box{ width: 100%; position: relative;}
.swiper-01.swiper-container {}
.swiper-01.swiper-slide{ background: #000;width: 100%; height:auto;}
.swiper-01 a { display: block; width: 100%; height:auto; overflow: hidden; position: relative;}
.swiper-01 a .slide1{width: 100%; height:100vh; overflow: hidden; position: relative; color: #fff;  font-size: 16px;  transition: all .5s cubic-bezier(.5, 0, .2, 1) 0s; 
-webkit-animation:scalex 10s linear infinite;animation:scalex 10s linear infinite;}
.swiper-01 a > img { position: absolute; left: 0 ; top: 0; width:100%; z-index: -1; }

.swiper-01 a .bg_hei{position: absolute; left: 0 ; top: 0; width:100%; height: 100%; z-index: -1; background:rgba(0,0,0,0.4);}

.swiper1_main{ position:absolute;  width: 100%; margin: 0px auto;  top: 50%; margin-top: -120px;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: 20px; color: #fff; font-size: 60px; font-weight: bold;}
.ani-02 { height: auto;margin-bottom: 20px; color: #fff; font-size:45px; }
.ani-03 { height: auto;margin-bottom: 20px; color: #E3E3E3; font-size: 16px;}

/** 点点点 =====*/
.swiper-01.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{ bottom: 20px;}
.swiper-01 .swiper-pagination-bullet { width: 10px; height: 10px; border-radius:5px;  background: #fff; opacity: .9; transition: all .5s cubic-bezier(.5, 0, .2, 1) 0s;}
.swiper-01 .swiper-pagination-bullet-active { width: 30px; background: #056fb9;}
/** 箭头 =====*/
.swiper-01 .swiper-button-prev {opacity:1;}
.swiper-01 .swiper-button-next {opacity:1;}
.swiper-01 .swiper-button-prev {width: 50px;height: 50px; line-height: 50px; border-radius:100%; background:rgba(0,0,0,0.4);  color: #999; text-align: center;}
.swiper-01 .swiper-button-next {width: 50px;height: 50px; line-height: 50px; border-radius:100%; background:rgba(0,0,0,0.4); color: #999; text-align: center;}
.swiper-01 .swiper-button-prev,.swiper-01 .swiper-button-next{font-size: 26px;transition: all .5s cubic-bezier(.5, 0, .2, 1) 0s;}
.swiper-01 .swiper-button-prev:hover{background:rgba(0,0,0,0.9);  color: #fff; }
.swiper-01 .swiper-button-next:hover{background:rgba(0,0,0,0.9);  color: #fff;}

@media (max-width: 1440px) { 
}
@media (max-width: 1100px) {
	.banner_box{margin-top: 0px;}
}
@media (max-width: 768px) {
.swiper-01 a .slide1{width: 100%; height:500px; overflow: hidden; position: relative; color: #fff; font-size: 0.16rem; }
.swiper1_main{ position:absolute;  width: 100%; margin: 0px auto;  top: 60%; margin-top: -120px;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.3rem; font-weight: bold;}
.ani-02 { height: auto;margin-bottom: 10px; color: #fff; font-size:0.25rem; }
.ani-03 { height: auto;margin-bottom: 10px; color: #E3E3E3; font-size: 0.16rem;}
}
@media (max-width: 480px) {
.banner_box{margin-top: 50px; }
.swiper-01 a .slide1{width: 100%; height:250px; overflow: hidden; position: relative; color: #fff; font-size: 0.16rem; }
.swiper1_main{ position:absolute;  width: 100%; margin: 0px auto;  top: 60%; margin-top: -80px;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.3rem; font-weight: bold;}
.ani-02 { height: auto;margin-bottom: 10px; color: #fff; font-size:0.25rem; }
.ani-03 { height: auto;margin-bottom: 10px; color: #E3E3E3; font-size: 0.16rem;}
	
.swiper-01 .swiper-button-prev {width: 30px;height: 30px; line-height: 30px; border-radius:100%; background:rgba(0,0,0,0.4);  color: #999; text-align: center;}
.swiper-01 .swiper-button-next {width: 30px;height: 30px; line-height: 30px; border-radius:100%; background:rgba(0,0,0,0.4); color: #999; text-align: center;}
}


/** banner ====================================================================================*/

/** pag_ban  ====================================================================================*/
.pag_ban{position: relative;height: 500px; padding-top: 130px}
.pag_ban:before {content: ''; position: absolute; background-color: rgba(0, 0, 0, 0); height: 100%; width: 100%; top: 0;left: 0;}
.pag_ban_tit{ width: 100%; max-width: 1300px; margin: 0px auto; padding: 120px 0 0 0; text-align: center;text-shadow: 1px 1px 1px #000;filter:shadow(Color=#000,Direction=10,Strength=10);}
.pag_ban_tit .tf30{ font-size: 35px; font-weight:600; color: #eee; }
.pag_ban_tit .tf16{ font-size: 20px; font-weight:600; color: #ccc;  font-family:HELVETICANEUELTPRO-THEX, "微软雅黑";}

@media (max-width:1600px){
.pag_ban{position: relative;height: 500px; padding-top: 130px;}
}
@media (max-width:1400px){
.pag_ban{position: relative;height: 500px; padding-top: 130px;}

}
@media (max-width:992px){
.pag_ban{position: relative;height: 300px; padding-top: 100px; }
.pag_ban_tit{  padding: 100px 0 0 0;}
.pag_ban_tit .tf30{ font-size: 0.25rem; font-weight:600; color: #eee; }
.pag_ban_tit .tf16{ font-size: 0.16rem; font-weight:600; color: #ccc;  font-family:HELVETICANEUELTPRO-THEX, "微软雅黑";}
}
@media (max-width:768px){
.pag_ban{position: relative;height: 300px; padding-top: 100px;}
}
@media (max-width:640px){
.pag_ban{position: relative;height: 200px; padding-top: 10px;}
.pag_ban_tit{ width: 100%; max-width: 1300px; margin: 0px auto; padding: 100px 0 0 0; text-align: center;text-shadow: 1px 1px 1px #000;filter:shadow(Color=#000,Direction=10,Strength=10);}
.pag_ban_tit .tf30{ font-size: 0.20rem; font-weight:600; color: #eee; }
.pag_ban_tit .tf16{ font-size: 0.12rem; font-weight:600; color: #ccc;  font-family:HELVETICANEUELTPRO-THEX, "微软雅黑";}
}

.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  ====================================================================================*/

/** crumbs  ====================================================================================*/
.crumbs{ height: 45px;  background:rgba(0,0,0,0.5);position: relative; margin-top: -45px;}
.crumbs_box{ font-size: 15px; line-height: 45px; color: #999;}
.crumbs_box a{ color: #999;}
.crumbs_box a:hover{ color: #056fb9;}
@media (max-width:1300px){
.crumbs{height: 40px;  margin-top: -40px; }
.crumbs_box{font-size: 12px;}
}
/** crumbs  ====================================================================================*/





/** header ====================================================================================*/
header{ width: 100%; padding: 9px 0px; height: 40px; position: absolute; top: 0px; left: 0px; color: #fff; z-index: 99; background:#333; }
header a{color: #fff;}
header a:hover{color: #056fb9;}
.header_l{ width: 80%; float: left; height: 20px; line-height: 20px; overflow: hidden;}
.header_r{ width: 20%; float: left; text-align: right;}
.header_r i{  padding-right: 5px;}

.head_nav{ width: 100%; background: #fff; height: 90px; position:absolute; top: 40px; left: 0px; z-index: 99; box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);}

.logo{float: left; line-height: 90px;}
.logo a{float: left;}
.logo img{ max-width: 280px;}
.logo .logowenzi{float: left; padding-left: 10px; padding-top: 17px;}
.logo .logo-year{ margin-top:10px; height:20px; line-height:20px; width:38px; text-align:center; background:#056fb9; border-radius:4px; overflow:hidden; font-size:14px; color:#fff; }
.logo .logo-text{ margin-top:5px; font-size: 14px; height:18px; color:#656565;line-height:18px; overflow:hidden;}

@media (max-width:767px){
	.logowenzi { display: none; }
.header_l{ width: 170px; float: left; height: 20px; line-height: 20px; overflow: hidden; display: none; }
.header_r{ width: 100%; float: right; text-align: right;}
.head_nav{ width: 100%; background: #fff; height: 70px; position:absolute; top: 40px; left: 0px; z-index: 99; box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);}
.logo{float: left; line-height: 70px; height: 70px; overflow: hidden;}
.logo img{ max-width: 230px;}
}

@media (max-width:480px){
header{ width: 100%; padding: 9px 0px; height: 40px; position:relative; top: 0px; left: 0px; color: #fff; z-index: 99; background:#333; }
.head_nav{ width: 100%; background: #fff; height: 70px; position:absolute; top: 40px; left: 0px; z-index: 99; box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);}

}

/** nav ====================================================================================*/
.nav_boxa{width:auto; float: right; line-height:90px; }
.nav_boxa ul li{position: relative;float: left; -webkit-perspective: 90px;-moz-perspective: 90px; -ms-perspective: 90px; perspective: 90px; -webkit-transform-style: preserve-3d; -moz-transform-style: preserve-3d;-ms-transform-style: preserve-3d;transform-style: preserve-3d;z-index: 999;}
.nav_boxa ul li a{display:block; padding: 0 20px; font-size: 15px;color: #333;}
.nav_boxa ul li:hover a.childer-a{color: #fff; background: #056fb9;}
.nav_boxa ul li a.dq{color: #fff; background: #056fb9;}

.nav_boxa ul li .childer,
.nav_boxa ul li .childer a{transition: all .3s ease-out;-webkit-transition: all .3s ease-out;-moz-transition: all .3s ease-out;-ms-transition: all .3s ease-out;}
.nav_boxa ul li .childer{opacity: 0;position: absolute;width: 200px;height: auto;top: 90px;left: 0;padding-bottom: 0px;
    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;
	z-index: 9999;
}
.nav_boxa ul li .childer a{font-size: 14px;height: 40px;line-height: 40px;color:#666;padding-left: 25px;text-align: left;border-left-width: 2px;border-right-width: 0;border-top-width: 0;border-bottom-width: 0;border-style: solid;border-color: transparent;overflow: hidden;}
.nav_boxa ul li .childer a:hover{background: #fbfbfb;color: #056fb9;border-left-width: 4px;border-right-width: 0;border-top-width: 0;border-bottom-width: 0;border-style: solid;border-color: #056fb9;}
.nav_boxa ul li:hover .childer{opacity: 1;background: #fff;-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)}
.nav_boxa ul li:nth-last-child(1) .childer { left: auto; right: 0; }
@media (max-width:1300px){
	.nav_boxa ul li a { font-size: 14px;  padding: 0 13px; }
	.nav_boxa ul li .childer a{font-size: 14px;}
}
@media (max-width:1100px){
.nav_boxa { display: none; }
}
/** nav ====================================================================================*/


/** baner_ico ====================================================================================*/
.baner_ico{position: absolute; bottom: 10%; width: 100%; z-index: 9; display: none;}
.baner_ico_box{  }
.baner_ico_box a{ width: 23%; height: 120px; display:block; margin: 0px 1%; float: left; background:rgba(218,5,2,.9); color: #fff; text-align: center; border-radius:5px;}
.baner_ico_box a b{ display: block; position:relative; height: 70px; line-height: 70px; font-size: 50px; margin-top: 10px;font-family:HELVETICANEUELTPRO-THEX,"微软雅黑" ; }
.baner_ico_box a span{display: block;}
.baner_ico_box a:hover{background:rgba(0,0,0,0.7); }

@media (max-width:992px){
.baner_ico_box a{ width: 23%; height: 80px; display:block; margin: 0px 1%; float: left; background:rgba(218,5,2,.9); color: #fff; text-align: center; border-radius:5px;}
.baner_ico_box a b{ display: block; position:relative; height: 40px; line-height: 40px; font-size: 30px; margin-top: 10px;font-family:HELVETICANEUELTPRO-THEX,"微软雅黑" ; }
.baner_ico_box a span{display: block; font-size: 14px;}
}
@media (max-width:640px){
.baner_ico{ width: 100%; margin: 0px 0% 10px 0%; position:relative; bottom: 0%;   z-index: 9; margin-top: 10px;}
.baner_ico_box a{ width: 48%; height: 70px; display:block; margin: 0px 1% 10px 1%; float: left; background:rgba(218,5,2,.9); color: #fff; text-align: center; border-radius:5px;}
/*.baner_ico_box a:last-child{width: 98%;clear: both; float: none; }*/
	
.baner_ico_box a b{ display: block; position:relative; height: 40px; line-height: 40px; font-size: 30px; margin-top: 0px; padding-top: 5px; font-family:HELVETICANEUELTPRO-THEX,"微软雅黑" ; }
}


/** 辅助块 ====================================================================================*/
.index_tit{padding: 10px 0px; text-align: center;}
.index_tit .f36{  margin-bottom: 10px; font-size: 36px; line-height: 46px;color: #333; font-weight: inherit;}
.index_tit .f14{  font-size: 18px; line-height: 22px;text-align: center; color: #666;opacity: 0.6;}

.index_gg{text-align:center; color: #fff; }
.index_ggm{padding: 50px 0px; font-size: 32px;}
.index_ggm span{color: #056fb9; font-size: 36px; font-weight: bold; padding: 0px 10px;}
@media (max-width:1100px){
.index_ggm{padding: 30px 0px; font-size: 22px;}
.index_ggm span{color: #056fb9; font-size: 26px; font-weight: bold; padding: 0px 10px;}
}
@media (max-width:992px){
.index_ggm{padding: 20px 0px; font-size: 0.2rem;}
.index_ggm span{color: #056fb9; font-size: 0.2rem; font-weight: bold; padding: 0px 10px;}
}


.telbox{ padding: 30px 0px 0px 0px; text-align: center; font-size: 20px;}
.telbox a.span{display:inline-block; padding: 7px 30px; border:2px solid #ccc; color: #056fb9;}
.telbox a.span i{margin-right: 5px;}
.telbox a.span:hover{ background: #056fb9; color: #fff; border:2px solid #056fb9;}

@media (max-width:640px){
.index_tit{padding: 10px 0px; text-align: center;}
.index_tit .f36{  margin-bottom: 10px; font-size: 0.31rem; line-height: 0.31rem;color: #333; font-weight: inherit;}
.index_tit .f14{  font-size: 0.18rem; line-height: 22px;text-align: center; color: #666;opacity: 0.6;}

.telbox{ padding: 30px 0px 0px 0px; text-align: center; font-size: 0.18rem;}
.telbox a.span{display:inline-block; padding: 7px 30px; border:2px solid #ccc; color: #056fb9;}
.telbox a.span i{margin-right: 5px;}
.telbox a.span:hover{ background: #056fb9; color: #fff; border:2px solid #056fb9;}
	
}

/** index_1 ====================================================================================*/
.index_1{ padding: 50px 0px; }

.item01_ul{ margin-left: -15px; margin-right: -15px; margin-top: 20px;}
.item01_ul li{padding: 15px 15px 20px; width: 25%; float: left; }
.item01_ul li a{ padding: 20px; display: block; text-align: center;position: relative;   background:rgba(141,110,99,.0);border: 1px solid #f1f1f1; }
.item01_ul li a img{}
.item01_ul li a span{ display: block; margin-top: 10px; font-size: 16px; line-height: 25px;}
.item01_ul li a:hover{background:rgba(141,110,99,.0); color: #056fb9;box-shadow:0 0 15px rgba(0,0,0,0.15);}

.item01_ul li a:before{content:"";position: absolute;left:0;top:0;border-top:1px solid #056fb9;border-left:1px solid #056fb9;width:0;height:0;transition:all 0.4s ease-out 0s;visibility: hidden;box-sizing:border-box;}
.item01_ul li a:after{content:"";position: absolute;right:0;bottom:0;border-right:1px solid #056fb9;border-bottom:1px solid #056fb9;width:0;height:0;transition:all 0.4s ease-out 0s;visibility: hidden;box-sizing:border-box;}
.item01_ul li a:hover:before{width:100%;height:100%;visibility: visible;}
.item01_ul li a:hover:after{width:100%;height:100%;visibility: visible;}

@media (max-width:1100px){
.item01_ul li{padding: 10px 10px 10px; width: 25%; float: left; }
}
@media (max-width:992px){
.index_1{ padding: 30px 0px; }
.item01_ul li{padding: 10px 5px 10px; width: 25%; float: left; }
.item01_ul li a{ padding: 10px; display: block; text-align: center;position: relative;   background:rgba(141,110,99,.0);border: 1px solid #f1f1f1; }
.item01_ul li a span{ display: block; margin-top: 10px; font-size: 12px;}
}
@media (max-width:767px){
.index_1{ padding: 20px 0px 20px 0 ; }
.item01_ul{ margin-left: -5px; margin-right: -5px; margin-top: 10px;}
.item01_ul li{padding: 0px 5px 10px; width: 50%; float: left; }
.item01_ul li a{ padding: 5px 0px; display: block; text-align: center; position: relative;   background:rgba(141,110,99,.0);border: 1px solid #f1f1f1; }
.item01_ul li a span{ display: block; margin-top: 10px; font-size: 12px;}
}


/** index_2 ====================================================================================*/
.index_2{ padding: 50px 0px; background: #f7f7f7;}
.index_3{  background: #fff;}
.index_lvshi{position: relative; margin-top: 30px;}

.swiper01.swiper-container{padding: 10px 0px 50px 0px; height: auto; }
.index_lvshi .swiper01.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{bottom: 0px;}
.index_lvshi .swiper01.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{ background: #056fb9; width: 10px; height: 10px;border-radius:5px;  margin: 0px 5px; opacity:0.5; transition: all .5s cubic-bezier(.5, 0, .2, 1) 0s;}
.index_lvshi .swiper01.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active{ background: #056fb9; width: 30px; opacity:1;}

.index_lvshi .swiper-button-prev {left: 5%;opacity:1; top: 30%}
.index_lvshi .swiper-button-next {right: 5%;opacity:1;top: 30%}
.index_lvshi .swiper-button-prev {width: 50px;height: 50px; line-height: 50px; border-radius:100%; background:rgba(0,0,0,0.4);  color: #999; text-align: center;}
.index_lvshi .swiper-button-next {width: 50px;height: 50px; line-height: 50px; border-radius:100%; background:rgba(0,0,0,0.4); color: #999; text-align: center;}
.index_lvshi .swiper-button-prev,.index_lvshi .swiper-button-next{font-size: 26px;transition: all .5s cubic-bezier(.5, 0, .2, 1) 0s;}
.index_lvshi .swiper-button-prev:hover{background:rgba(0,0,0,0.9);  color: #fff; }
.index_lvshi .swiper-button-next:hover{background:rgba(0,0,0,0.9);  color: #fff;}


a.swiper01_a{display: block; border: 1px solid #ccc; background: #fff;}
a.swiper01_a .imgzoom{padding-bottom: 60%; width: 100%; position: relative; overflow: hidden; }
a.swiper01_a .imgzoom img{ width: 100%;  position: absolute; -webkit-transition: all 0.7s; -o-transition: all 0.7s; -moz-transition: all 0.7s; transition: all 0.7s; }
a.swiper01_a:hover .imgzoom img{-webkit-transform: scale(1.13); -moz-transform: scale(1.13); -ms-transform: scale(1.13); -o-transform: scale(1.13); transform: scale(1.13);}
a.swiper01_a:hover {box-shadow:0 10px 15px rgba(0,0,0,0.15); margin-top: 0;}
a.swiper01_a .f16{ text-align: center; background: #056fb9; font-size: 12px; color: #fff;  padding: 0px 5px 0px 5px; height: 40px; line-height: 40px; overflow: hidden;  transition: all .5s cubic-bezier(.5, 0, .2, 1) 0s; }
a.swiper01_a .f14{ text-align: center; font-size: 12px;text-transform: uppercase; color: #666; padding-bottom: 5px; margin-bottom: 5px; border-bottom: 1px dotted #f0f0f0; display: none; }
a.swiper01_a .f12{ text-align: center; font-size: 14px; color: #056fb9; line-height: 25px; height: 25px; margin-bottom: 10px; overflow: hidden; transition: all .5s cubic-bezier(.5, 0, .2, 1) 0s; display: none; }
a:hover.swiper01_a .f16{ color: #fff;}
a:hover.swiper01_a .f12{ color: #056fb9;}

@media (max-width: 1300px) { 

}
@media (max-width: 992px) {
.index_2{ padding: 30px 0px; background: #f7f7f7;}
}
@media (max-width: 640px) { 
	.index_2{ padding: 15px 0px; background: #f7f7f7;}
.index_lvshi{padding: 20px 0px; position: relative; margin-top: 0px;}
}


/** index_3 ====================================================================================*/
.solution-box {background: url("../images/index_3bg.jpg");background-size: cover;position: relative;}
.solution-box:after{content:"";position: absolute; left: 0 ; top: 0; width:100%; height: 100%;  background:rgba(0,0,0,0);}
.solution-bj { z-index: 1; position: relative; padding-bottom: 50px; }

.solution-header {padding: 50px 15px;margin-left: auto; margin-right: auto;text-align: center;}
.solution-header h2 { margin-bottom: 10px;font-size: 36px; line-height: 46px; text-align: center;color: #FAFBFE; font-weight: inherit;}
.solution-header p {font-size: 18px;line-height: 22px;text-align: center;color: #FFFFFF;opacity: 0.6;}

.solution-content { margin: 0 auto;}
.solution-list {width: 300px;float: left;}
.solution-list ul li {width: 240px; height: 72px; background: rgba(255, 255, 255, 0.15); padding-left: 30px; margin: 0 10px;position: relative;}
.solution-list ul li h2 {font-size: 18px; color: #FFFFFF; line-height: 72px;font-weight: inherit;}
.solution-list ul .on { width: 260px;margin: 0;padding-left: 40px;background:#056fb9;}
.solution-item {margin-left: 300px;display: block;padding: 20px 10px 0 10px;overflow: hidden;}
.solution-item ul li {padding: 20px 0;}
.solution-item ul li h2 {font-size: 22px;line-height: 28px; color: #FFFFFF; margin: 0 0 15px 0; font-weight: inherit;}
.solution-item ul li p {opacity: 0.8;  font-size: 14px; color: #FFFFFF;line-height: 22px;}
.s-btn {display: inline-block;color: #36383C; font-size: 14px;line-height: 20px; padding: 4px 20px; cursor: pointer; border: 1px solid #d4d5d7;position: relative;letter-spacing: normal;}
.solution-more {  border: 1px solid #FAFBFE;  border-radius: 4px; height: 40px; line-height: 30px; width: 140px;  margin: 20px 0 0 0;   font-size: 14px; color: #FAFBFE; padding-left: 30px;}
.solution-more em {width: 13px; height: 8px; margin-left: 10px; display: inline-block; background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAJCAYAAADpeqZqAAAAAXNSR0IArs4c6QAAAGRJREFUGBm1jkEKgDAMBKtYf+JJ3yM+UrS+RlD8inEivVr2YmAgbWeThvBHmVmCBRp5PnILF5zee7BS0lnecW/o3xCXB4dOGYCT1E0ReQbfNEK5+EWEDVbvy3Z+RZxggFoKfEkPa309oQKxul4AAAAASUVORK5CYII=") no-repeat;
    background-size: cover; transition: margin-left 0.3s ease-out;
}
.solution-more:hover {color: #fa6f66; border: 1px solid #fa6f66;}

.solution-more:hover em { margin-left: 15px; background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAJCAYAAADpeqZqAAAAAXNSR0IArs4c6QAAAI1JREFUGBljYCADMBLS87sgfQPDf4Z/LIKSYYwNDX9A6pkIaWIRkAz7z8ig//vDs+v/GxrYQOoJ2gRSBFL8+8Pz60DWP1YBKW2wpl/56beAAqogBYQAIyPDBuJsmpnG+uc6wxqggf9YNBnCCGr6j64hfdZvFkLO+XuDKZiFhaGagUfiGmN6wz9C6nHKAwAcay6AxWqjRQAAAABJRU5ErkJggg==") no-repeat;
}
.solution-title {position: relative;}
.solution-title h3 {font-size: 18px; color: #FFFFFF; width:auto; font-weight: inherit;}
.solution-title span { border-top: 1px solid white; opacity: 0.2; display: inline-block; width: 100%; position: absolute; margin-left: 135px; top: 12px;}
.solution-brand {width: 100%;position: relative;}

.solution-brand-item {padding: 15px 20px 10px 0;width:auto;float: left;}
.solution-brand-item a {border: 1px solid rgba(255, 255, 255, 0.2);  border-radius: 2px; height: 40px; padding:0 10px; display: block;position: relative;}
.solution-item .solution-brand-item a p {font-size: 14px; color: #FFFFFF; line-height: 40px}

.solution-brand-item .solution-more { width: auto; line-height: 40px; margin-top: 0px;}
.solution-brand-item a:hover {background: rgba(255, 255, 255, 0.1);}

.solution-more-wrap {padding-top: 50px; padding-bottom: 50px; text-align: center;display: block;}
.solution-more-wrap .solution-more {width: auto; margin-top: 0; color: #999;font-size:18px; border: none;}
.solution-more-wrap .solution-more:hover {color: #F56F69;}

.solution-item ul {display: none;}

.solution-bj .telbox{ padding: 10px 0px 0px 0px; text-align: center; font-size: 20px;}
.solution-bj .telbox a.span{display:inline-block; padding: 7px 30px; border:2px solid #ccc; background: #056fb9; color: #fff; }
.solution-bj .telbox a.span i{margin-right: 5px;}
.solution-bj .telbox a.span:hover{ border:2px solid #056fb9; padding: 7px 50px;}

@media (max-width: 640px) { 
	.solution-bj { z-index: 1; position: relative; padding-bottom: 30px; padding-top: 10px; }
	
.solution-bj .telbox{ padding: 10px 0px 0px 0px; text-align: center;font-size: 0.12rem; }
.solution-bj .telbox a.span{display:inline-block; padding: 7px 30px; border:2px solid #ccc; background: #056fb9; color: #fff; font-size: 0.12rem;}
.solution-bj .telbox a.span i{margin-right: 5px;}
.solution-bj .telbox a.span:hover{ border:2px solid #056fb9; padding: 7px 50px;}
	
	
	
.solution-list {width: 100%;float: left;}
.solution-list ul li {width: 48%; display: inline-block; float: left; text-align: center; height: 30px; background: rgba(255, 255, 255, 0.15); padding-left: 00px; margin: 1px 1%;position: relative;}
.solution-list ul li h2 {font-size: 13px; color: #FFFFFF; line-height: 30px;font-weight: inherit;}
.solution-list ul .on {width: 48%;margin: 1px 1%;padding-left: 0px;background:#056fb9;}	
	
.solution-item {margin-left: 0px;display: block;padding: 20px 10px 0 10px;overflow: hidden; width: 100%;}

.solution-item ul li {padding: 10px 0;}
.solution-item ul li h2 {font-size: 18px;line-height: 28px; color: #FFFFFF; margin: 0 0 10px 0; font-weight: inherit;}
.solution-item ul li p {opacity: 0.8;  font-size: 12px; color: #FFFFFF;line-height: 20px;}	
	
.s-btn {display: inline-block;color: #36383C; font-size: 14px;line-height: 20px; padding: 0px 20px; cursor: pointer; border: 1px solid #d4d5d7;position: relative;letter-spacing: normal;}
.solution-more {  border: 1px solid #FAFBFE;  border-radius: 4px; height: 30px; line-height: 30px; width: 140px;  margin: 10px 0 0 0;   font-size: 14px; color: #FAFBFE; padding-left: 30px;}
	
.solution-brand-item {padding: 3px 3px 3px 0;width:100%;float: left;}
.solution-brand-item a {border: 1px solid rgba(255, 255, 255, 0.2);  border-radius: 2px; height: 30px; padding:0 10px; display: block;position: relative;}
.solution-item .solution-brand-item a p {font-size: 12px; color: #FFFFFF; line-height: 30px}

.solution-brand-item .solution-more { width: auto; line-height: 30px; margin-top: 0px;}
.solution-brand-item a:hover {background: rgba(255, 255, 255, 0.1);}

	
	
	
	
	
	
}

/** index_4 ====================================================================================*/
.index_4{ padding: 70px 0px; background: #f7f7f7;}

.index_aboutl{ width: 48%; float: left; font-size: 16px;}
.al_01{ border-left: 5px solid #056fb9; padding-left: 15px; margin-bottom: 30px;}
.al_01 h4{ font-size: 18px; color: #999;}
.al_01 h3{ color: #333; font-size: 36px; font-weight: bold;}
.index_aboutl .f14{ color: #056fb9;}

.index_aboutr{ width: 48%; float: right;}

.al_server{ margin-left: -15px; margin-right: -15px; }
.al_server li{width: 25%; padding: 15px 15px 20px; float: left;}
.al_server li a{ position: relative; display: block; padding-bottom:65%; overflow: hidden;}
.al_server li a:before {content: "";position: absolute;top: 0;left: 0; width: 100%; height: 100%;z-index: 1; background: rgba(51, 51, 51, 0.9); transition: all 0.3s ease 0s;}
.al_server li a:hover:before {background: rgba(5, 111, 185, 0.85);}
.al_server li a img{position: absolute;z-index: 0; width: 100%;}
.al_server li a .item{ position: absolute; padding: 20px; top: 0;left: 0; width: 100%; height: 100%; z-index: 2; color: #fff;}

.al_server li a .item .sp{ width: 50px; height: 50px; display: block;  margin-bottom: 15px; position: relative;}
.al_server li a .item h3{ font-size: 20px; padding-bottom: 5px;}
.al_server li a .item .p{ color: #ccc; font-size: 13px;}
.al_server li a:hover .item .p{ color: #fff; }
@media (max-width: 1100px) { 
.al_server li{width: 25%; padding: 10px 15px 10px; float: left;}
.al_server li a{ position: relative; display: block; padding-bottom:65%; overflow: hidden;}
.al_server li a .item{ position: absolute; padding: 15px; top: 0;left: 0; width: 100%; height: 100%; z-index: 2; color: #fff;}
.al_server li a .item .sp{ width: 30px; height: 30px; margin-bottom: 5px;}
}
@media (max-width: 992px) { 
.index_4{ padding: 30px 0px; background: #fff;}
	
.index_aboutl{ width: 100%; float: left; font-size: 0.14rem;}
.index_aboutr{ width: 100%; float: right;}
	
.solution-header {padding: 30px 15px;margin-left: auto; margin-right: auto;text-align: center;}
.solution-header h2 { margin-bottom: 10px;font-size: 36px; line-height: 46px; text-align: center;color: #FAFBFE; font-weight: inherit;}
.solution-header p {font-size: 18px;line-height: 22px;text-align: center;color: #FFFFFF;opacity: 0.6;}

}

@media (max-width: 640px) { 
.solution-header {padding: 20px 10px;margin-left: auto; margin-right: auto;text-align: center;}
.solution-header h2 { margin-bottom: 10px;font-size: 0.3rem; line-height:  0.3rem; text-align: center;color: #FAFBFE; font-weight: inherit;}
.solution-header p {font-size:  0.18rem;line-height: 22px;text-align: center;color: #FFFFFF;opacity: 0.6;}

.al_01{ border-left: 5px solid #056fb9; padding-left: 15px; margin-bottom: 10px;}
.al_01 h4{ font-size: 0.16rem; color: #999;}
.al_01 h3{ color: #333; font-size: 0.3rem; font-weight: bold;}
	
	
.al_server{ margin-left: -5px; margin-right: -5px; }
.al_server li{width: 50%; padding: 10px 5px 10px; float: left;}	
.al_server li a{ position: relative; display: block; padding-bottom:75%; overflow: hidden;}	
.al_server li a .item h3{ font-size:18px; line-height: 20px; padding-bottom: 10px;}
.al_server li a .item .p{ color: #ccc; font-size: 12px; line-height: 18px;}
}


/** index_5 ====================================================================================*/
.index_5{ padding: 0px 0px 80px 0px; background: #fff;  color: #fff;}

.scrollbox{ height:360px;overflow:hidden; margin:0px auto;padding:0px; position: relative;}
.scroll_list li{border-bottom:#e6e6e6 1px dashed; padding-bottom:20px; margin-bottom:20px; height:110px; overflow:hidden; position: relative;}
.scroll_list li .pic{ position: absolute; left: 0px;top: 0px;}
.scroll_list li .pic img{border:#ccc 1px solid;padding:2px; width: 70px;}
.scroll_list li .pic span{display: block; text-align: center; color: #ccc;}
.scroll_list li .text{width:100%;height:auto;overflow:hidden;padding:0 10px 0 100px;float:right;line-height:22px; color:#e7e7e7;font-size:14px}
.scroll_list li .text span{color: #FF6700; }

.scroll_list li .from{ padding:10px 0px 10px 0px;line-height:24px; height:30px; color: #999; }

.index_5 .telbox{ padding: 10px 0px 0px 0px; text-align: center; font-size: 20px;}
.index_5 .telbox a.span{display:inline-block; padding: 7px 30px; border:2px solid #ccc; background: #056fb9; color: #fff; }
.index_5 .telbox a.span i{margin-right: 5px;}
.index_5 .telbox a.span:hover{ border:2px solid #056fb9; padding: 7px 50px;}

@media (max-width: 992px) { 
.index_5{ padding: 0px 0px 30px 0px; background: #fff;  color: #fff;}
}
@media (max-width: 640px) { 
.index_5 .telbox{ padding: 10px 0px 0px 0px; text-align: center; font-size: 0.18rem;}
.index_5 .telbox a.span{display:inline-block; padding: 7px 30px; border:2px solid #ccc; background: #056fb9; color: #fff; }
.index_5 .telbox a.span i{margin-right: 5px;}
.index_5 .telbox a.span:hover{ border:2px solid #056fb9; padding: 7px 50px;}
	
.scrollbox{ height:400px;overflow:hidden; margin:0px auto;padding:0px; position: relative;}
.scroll_list li{border-bottom:#e6e6e6 1px dashed; padding-bottom:20px; margin-bottom:20px; height:130px; overflow:hidden; position: relative;}
.scroll_list li .text{width:100%;height:auto;overflow:hidden;padding:0 10px 0 100px;float:right;line-height:20px; color:#e7e7e7;font-size:12px}
	
}
/** index_6 ====================================================================================*/
.index_6{ padding: 60px 0px 60px 0px; background: #fff;  color: #fff;}

.index_newsnav{text-align: center; padding: 20px 0px;}
.index_newsnav a{ display: inline-block; padding: 10px 20px; color: #666; background: #f3f3f3;}
.index_newsnav a:hover{ background: #056fb9; color: #fff;}
.index_newsnav a.active{ background: #056fb9; color: #fff;}

.index_news { margin-left: -15px; margin-right: -15px; display: none;}
.index_news.active{ display: block;}
.index_news li{float: left; width: 33.333%; padding: 15px 15px;}

.index_news1 { margin-left: -15px; margin-right: -15px; display:block;}
.index_news1{ display: block;}
.index_news1 li{float: left; width: 50%; padding: 15px 15px;}

.index_news2 { margin-left: -15px; margin-right: -15px; display:block;}
.index_news2{ display: block;}
.index_news2 li{float: left; width: 100%; padding: 10px 15px;}

@media (max-width: 1100px) { 
.index_news li{float: left; width: 33.333%; padding: 10px 15px;}
}

@media (max-width: 1100px) { 
.index_6{ padding: 30px 0px 30px 0px; background: #fff;  color: #fff;}
.index_newsnav a{ display: inline-block; padding: 10px 10px; margin-bottom: 10px; color: #666; background: #f3f3f3;}
.index_news li{float: left; width: 50%; padding: 10px 10px;}
}

@media (max-width: 640px) { 
.index_news.active{ display: block; height:430px; overflow: hidden;}
	
.index_newsnav{text-align: center; padding: 10px 0px;}
.index_newsnav a{ display: inline-block; padding: 5px 10px; color: #666; background: #f3f3f3;}
.index_news li{float: left; width: 100%; padding: 5px 10px;}
	
.index_news1 { margin-left: -5px; margin-right: -5px; display:block;}
.index_news1{ display: block;}
.index_news1 li{float: left; width:100%; padding: 5px 5px;}
}


a.swiper05_a{display: block; position:relative;  background: #f4f4f4; padding: 10px 20px 20px 90px;  transition: all .5s cubic-bezier(.5, 0, .2, 1) 0s;}
a.swiper05_a .time{ position: absolute; top: 25px; left: 15px;}
a.swiper05_a .txt1{ font-size: 16px; color: #056fb9; line-height: 35px; height: 35px; overflow: hidden;}
a.swiper05_a .txt2{ color: #818181; font-size: 13px; line-height: 22px; height: 44px; margin-top: 5px; overflow: hidden;}
a.swiper05_a .time .d1{ font-family:HELVETICANEUELTPRO-THEX, "微软雅黑";  display: block; text-align: center; font-size: 36px; line-height: 36px;  }
a.swiper05_a .time .d2{ font-family:HELVETICANEUELTPRO-THEX, "微软雅黑"; }
a.swiper05_a .time .d3{ font-family:HELVETICANEUELTPRO-THEX, "微软雅黑"; }
a:hover.swiper05_a {  background: #056fb9; color: #fff;}
a:hover.swiper05_a .txt1{ color: #fff;}
a:hover.swiper05_a .txt2{ color: #ccc;}

.index_map{max-width: 100%; height: 500px;}

@media (max-width: 640px) { 
a.swiper05_a{display: block; position:relative;  background: #f4f4f4; padding: 10px 20px 10px 80px;  transition: all .5s cubic-bezier(.5, 0, .2, 1) 0s;}
a.swiper05_a .time{ position: absolute; top: 20px; left: 15px;}
a.swiper05_a .txt1{ font-size: 14px; color: #056fb9; line-height: 30px; height: 30px; overflow: hidden;}
a.swiper05_a .txt2{ color: #818181; font-size: 12px; line-height: 22px; height: 44px; margin-top: 2px; overflow: hidden;}
.index_map{max-width: 100%; height: 300px;}
}



/** site-footer ====================================================================================*/
.site-footer { font-size: 14px; line-height: 1.8; color: #beb2ae; position: relative; padding-top: 30px;  }
.site-footer:after{content:"";position: absolute; left: 0 ; top: 0; width:100%; height: 100%;  background:rgba(0,0,0,0.5);}
.site-footer a { color: #beb2ae;}
.site-footer a:hover { color: #056fb9 !important;}
.site-footer .footer-article { padding: 30px 0 20px; overflow: hidden;}
.site-footer .contact { float: left; width: 280px;}
.site-footer .contact dt { width: 90px;}
.site-footer .contact .iconfont { width: 66px;height: 66px; display: block;float: left;background: url(../images/kefu.png) center center no-repeat;background-size: 55px;}
.site-footer .contact .text { font-size: 14px; line-height: 30px; color: #fff;}
.site-footer .contact .tel { padding: 3px 0 15px; font-size: 20px; color: #fff;}
.site-footer .contact a.a1 { display: block; float: left; width: 90px; margin: 0px 10px 10px 0px; font-size: 14px; line-height: 30px; color: #938f8e; text-align: center; border: 1px solid #938f8e; border-radius: 4px;}
.site-footer .contact a.a1:hover { color: #fff !important;}

.site-footer .col-article { float: left; width: 15%;}
.site-footer .col-article dt { margin-bottom: 15px; font-size: 16px; font-weight: normal; color: #d7d8d9;}
.site-footer .col-article dd { margin-bottom: 8px; overflow: hidden;}
.site-footer .col-article dd a { font-size: 12px; color: #938f8e; text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}

.site-footer .wx { float: right; width: 135px; margin-right: 0;}
.site-footer .wx dt { margin-bottom: 15px; font-size: 16px; font-weight: normal; color: #d7d8d9;}
.site-footer .wx dd { margin-bottom: 15px;}
.site-footer .wx dd img { display: block; width: 110px; height: 110px; margin: 5px 0; border-radius: 2px;}

.footer-links { padding: 10px 0; border-top: 1px solid #282423; border-bottom: 1px solid #282423;}
.footer-links p { font-size: 14px; color: #beb2ae;}
.footer-links a { margin-right: 20px; font-size: 12px; color: #beb2ae;}
.footer-info .info-text { padding: 20px 0; font-size: 12px; text-align: center;}
.footer-info .info-text .nav-bottom { padding: 20px 0 5px; font-size: 14px; color: #ccc; text-align: center;}
.footer-info .info-text .nav-bottom a { padding: 0 8px; color: #938f8e;}
.footer-info .info-text .copyright { padding-top: 5px;}
.footer-info .info-text em { padding: 0 8px;}
@media (max-width: 1300px) { 
	.site-footer .col-article { float: left; width: 12%;}
}
@media (max-width: 992px) { 
	.site-footer .col-article { float: left; width: 12%; display: none;}
}

@media (max-width: 640px) { 
.site-footer .footer-article { padding: 0px 0 0px; overflow: hidden;}
.site-footer .contact { float: none; width: 100%;}
.site-footer .wx { float: none; width: 135px; margin-right: auto; margin-left: auto; text-align: center;}
.site-footer .wx dd img { display: block; width: 110px; height: 110px; margin: 5px auto; border-radius: 2px;}
	
.footer-links { padding: 10px 0; border-top: 1px solid #282423; border-bottom: 1px solid #282423; display: none;}
	
.site-footer .contact a.a1 { display: block; float: left; width: 48%; margin: 0px 1% 10px 1%; font-size: 14px; line-height: 30px; color: #938f8e; text-align: center; border: 1px solid #938f8e; border-radius: 4px;}
.site-footer .contact a.a1:hover { color: #fff !important;}
	
.footer-info .info-text { padding: 0px 0 70px 0px; font-size: 12px; text-align: center;}
	
}


/** 在线客服 ====================================================================================*/
.c_meau {width:130px;height: auto; padding-bottom: 0px; margin-right: 20px;border-radius:5px; overflow: hidden; position: fixed; z-index: 999999; right: 0px; bottom: -380px;display: none;box-shadow:0 10px 25px rgba(0,0,0,0.15);}
.c_meau  h4 {width: 100%;height: 40px;line-height: 40px;background: #056fb9;color: #fff;font-size: 16px;text-align: center;font-weight: 700}
.c_meau .fl_o {background: #fff;padding: 10px 0 0;}
.c_meau .fl_o_o {color: #7d7d7d;font-size: 14px;padding: 10px 0px;border-bottom: 1px solid #e5e5e5;width: 100px;text-align: center;margin:0 auto 0px auto;}
.c_meau .fl_o_o dd {line-height: 22px}

.c_meau {height: auto;bottom: -430px;display: block;}
@media (max-width: 1300px) { 
	.c_meau{opacity: 0; display: none; right: -500px;}
}


.pf_down{ display: none;}

@media (max-width: 640px) { 
/*底部漂浮*/
.pf_down{ width:100%; float:left; position:fixed; left:0; bottom:0; background:#fff; height:50px; z-index:99; display: block; border-top: 1px solid #056fb9;}
.pf_down li{ width:20%; float:left; text-align:center; padding:0 0 5px 0; position:relative;}
.pf_down li .ico{ width:100%; float:left; height:30px;}
.pf_down li .ico img{ height:36px;}
.pf_down li .name{ width:100%; float:left; margin-top:0px; font-size:12px; color:#929292; line-height:14px;}
.pf_down li.l1 a{ display:inline-block; *zoom:1; *display:inline; width:56px; height:56px; background:rgba(255,255,255,1); border:solid 3px #056fb9; margin-top:-20px;
-moz-border-radius:50%; 
-webkit-border-radius:50%; 
-khtml-border-radius:50%;
border-radius:50%;}
}




/** 辅助块pag ====================================================================================*/
.pag_titt{padding: 10px 0px; text-align: center; margin-top: 40px; }
.pag_titt .f36{  margin-bottom: 10px; font-size: 36px; line-height: 46px;color: #333; font-weight: inherit;}
.pag_titt .f14{  font-size: 18px; line-height: 22px;text-align: center; color: #666;opacity: 0.6;}


.pag_nav{ width: 100%; text-align: center; position: relative; z-index: 2; padding: 20px 0px 0px 0px;}
.pag_nav a{ display: inline-block; color: #555;font-size: 13px; background: #eee; padding: 5px 10px; margin:0px 3px 7px 3px; border-radius:2px;}
.pag_nav a:hover{ background: #056fb9; color: #fff;}
.pag_nav a.dq{background: #056fb9; color: #fff;}

.pag_about{ padding: 30px 0px 50px 0px; font-size: 15px; line-height: 30px; color: #666; position: relative;}

@media (max-width: 992px) { 
.pag_titt{padding: 10px 0px; text-align: center; margin-top: 20px; }
.pag_titt .f36{  margin-bottom: 10px; font-size: 36px; line-height: 46px;color: #333; font-weight: inherit;}
.pag_titt .f14{  font-size: 18px; line-height: 22px;text-align: center; color: #666;opacity: 0.6;}
}

@media (max-width: 640px) { 
.pag_titt{padding: 10px 0px; text-align: center; margin-top: 20px; }
.pag_titt .f36{  margin-bottom: 10px; font-size: 0.4rem; line-height: 0.4rem;color: #333; font-weight: inherit;}
.pag_titt .f14{  font-size: 0.16rem; line-height: 22px;text-align: center; color: #666;opacity: 0.6;}
	
.pag_nav{ width: 100%; text-align: center; position: relative; z-index: 2; padding: 10px 0px 0px 0px;}
.pag_nav a{ display: inline-block; color: #555;font-size: 13px; background: #eee; padding: 5px 10px; margin:0px 3px 4px 3px; border-radius:2px;}
.pag_nav a:hover{ background: #056fb9; color: #fff;}
.pag_nav a.dq{background: #056fb9; color: #fff;}
	
.pag_about{ padding: 10px 0px 20px 0px; font-size: 0.16rem; line-height: 22px; color: #666; position: relative;}
}


/** 律师 ====================================================================================*/
.pag_lvshi{ padding: 30px 0px 50px 0px;margin-left: -15px; margin-right: -15px; font-size: 15px; line-height: 30px; color: #666; position: relative;}
.pag_lvshi ul{}
.pag_lvshi ul li{ width: 25%; float: left; padding: 0px 15px 30px 15px;}
a.lvshim{display: block; border: 1px solid #ccc; background: #fff;}
a.lvshim .imgzoom{padding-bottom: 130%; width: 100%; position: relative; overflow: hidden; }
a.lvshim .imgzoom img{ width: 100%;  position: absolute; -webkit-transition: all 0.7s; -o-transition: all 0.7s; -moz-transition: all 0.7s; transition: all 0.7s; }
a.lvshim:hover .imgzoom img{-webkit-transform: scale(1.13); -moz-transform: scale(1.13); -ms-transform: scale(1.13); -o-transform: scale(1.13); transform: scale(1.13);}
a.lvshim:hover {box-shadow:0 10px 15px rgba(0,0,0,0.15); }
a.lvshim .f16{ text-align: center; font-size: 18px; color: #333; font-weight: bold; padding: 5px 0px 0px 0px; height: 40px; overflow: hidden;  transition: all .5s cubic-bezier(.5, 0, .2, 1) 0s; }
a.lvshim .f14{ text-align: center; font-size: 12px;text-transform: uppercase; color: #666; padding-bottom: 5px; margin-bottom: 5px; border-bottom: 1px dotted #f0f0f0;}
a.lvshim .f12{ text-align: center; font-size: 14px; color: #056fb9; line-height: 25px; height: 25px; margin-bottom: 10px; overflow: hidden; transition: all .5s cubic-bezier(.5, 0, .2, 1) 0s;}
a:hover.lvshim .f16{ color: #056fb9;}
a:hover.lvshim .f12{ color: #056fb9;}

@media (max-width: 992px) { 
.pag_lvshi ul li{ width: 50%; float: left; padding: 0px 10px 30px 10px;}
}
@media (max-width: 640px) { 
.pag_lvshi{ padding: 15px 0px 20px 0px;margin-left: -5px; margin-right: -5px; font-size: 15px; line-height: 30px; color: #666; position: relative;}
.pag_lvshi ul{}
.pag_lvshi ul li{ width: 50%; float: left; padding: 0px 5px 20px 5px;}
}

/** 案例 ====================================================================================*/
.pag_case{ padding: 30px 0px 50px 0px; margin-right: -15px; margin-left: -15px;}
.pag_case ul{}
.pag_case ul li{ width: 25%; float: left; padding: 0px 15px 30px 15px;}

.pag_caseb{ padding: 30px 0px 0px 0px; margin-right: -15px; margin-left: -15px;}

.pag_casel{ padding: 0px 0px 0px 0px; margin-right: -15px; margin-left: -15px;}
.pag_casel ul{}
.pag_casel ul li{ width: 50%; float: left; padding: 0px 15px 30px 15px;}

a.img1_a{display: block; }
a.img1_a .imgzoom{padding-bottom: 60%; width: 100%; position: relative; overflow: hidden; }
a.img1_a .imgzoom img{ width: 100%;  position: absolute; -webkit-transition: all 0.7s; -o-transition: all 0.7s; -moz-transition: all 0.7s; transition: all 0.7s; }
a.img1_a:hover .imgzoom img{-webkit-transform: scale(1.13); -moz-transform: scale(1.13); -ms-transform: scale(1.13); -o-transform: scale(1.13); transform: scale(1.13);}

a.img1_a .f16{ font-size: 15px; line-height: 50px; margin: 0px 0px; padding: 0px 0px; height: 50px; background: #eee; overflow: hidden; transition: all .5s cubic-bezier(.5, 0, .2, 1) 0s; text-align: center; }
a.img1_a .f14{ font-size: 13px; color: #666; padding-top: 10px; margin-bottom: 10px; border-top: 1px solid #c5c5c5; display: none;}

a:hover.img1_a .f16{ color: #056fb9;}

@media (max-width: 992px) { 
.pag_case ul li{ width: 50%; float: left; padding: 0px 15px 30px 15px;}
}

@media (max-width: 640px) { 
.pag_case{ padding: 15px 0px 20px 0px; margin-right: -5px; margin-left: -5px;}
.pag_case ul li{ width:50%; float: left; padding: 0px 5px 10px 5px;}
a.img1_a .f16{ font-size: 12px; line-height: 20px; margin: 0px 0px;padding:5px 0px;  height:30px; overflow: hidden; transition: all .5s cubic-bezier(.5, 0, .2, 1) 0s; }
a.img1_a .f14{ font-size: 12px; color: #666; padding-top: 10px; margin-bottom: 10px; border-top: 1px solid #c5c5c5;}

}


/** 新闻 ====================================================================================*/
.pag_news{ padding: 30px 0px 50px 0px; margin-right: -15px; margin-left: -15px;}
.pag_news ul{}
.pag_news ul li{ width: 100%; float: left; padding: 0px 15px 30px 15px;}

a.news_a{display: block; position:relative;  background: #f4f4f4; padding: 20px 20px 20px 100px;  transition: all .5s cubic-bezier(.5, 0, .2, 1) 0s;}
a.news_a .time{ position: absolute; top: 30px; left: 15px;}
a.news_a .txt1{ font-size: 16px; color: #000; line-height: 35px; height: 35px; overflow: hidden;}
a.news_a .txt2{ color: #818181; font-size: 13px; line-height: 22px; height: 44px; margin-top: 5px; overflow: hidden;}
a.news_a .time .d1{ font-family:HELVETICANEUELTPRO-THEX, "微软雅黑";  display: block; text-align: center; font-size: 36px; line-height: 36px;  }
a.news_a .time .d2{ font-family:HELVETICANEUELTPRO-THEX, "微软雅黑"; }
a.news_a .time .d3{ font-family:HELVETICANEUELTPRO-THEX, "微软雅黑"; }

a:hover.news_a {  background: #056fb9; color: #fff;}
a:hover.news_a .txt1{ color: #fff;}
a:hover.news_a .txt2{ color: #ccc;}

.pag_news ul li .news_abq{  background: #f4f4f4; line-height: 40px; height: 40px; overflow: hidden; padding-left: 20px; padding-right: 20px;  }
.pag_news ul li .news_abq a{color: #666; padding-right: 10px;}
.pag_news ul li .news_abq a:hover{ color: #056fb9;}

.info_title .news_abq{  background: #f4f4f4; line-height: 40px; height: 40px; overflow: hidden; padding-left: 10px; padding-right: 10px; margin-top: 15px;  }
.info_title .news_abq a{color: #666; padding-right: 10px;}
.info_title .news_abq a:hover{ color: #056fb9;}


.pag_main{padding: 50px 0px;}
.pag_l{position: absolute; width: 320px;}
.pag_r{width: 100%; padding-left: 370px; min-height: 700px;}
.pag_r2000{width: 100%; padding-left: 370px; min-height: 1600px;}

.pag_navr{ width: 100%; text-align: center; position: relative; z-index: 2; padding: 0px 0px 20px 0px;}
.pag_navr a{ display: inline-block; width: 100%; color: #555; background: #eee; padding: 10px 30px; margin:0px 3px 7px 3px; border-radius:2px;}
.pag_navr a:hover{ background: #056fb9; color: #fff;}
.pag_navr a.dq{background: #056fb9; color: #fff;}

.pag_nav2r{ width: 100%; text-align: center; position: relative; z-index: 2; padding: 0px 0px 20px 0px;}
.pag_nav2r a{ display: inline-block; width: 48%; float: left; color: #555; background: #eee; padding: 10px 30px; margin:0px 1% 7px 1%; border-radius:2px;}
.pag_nav2r a:hover{ background: #056fb9; color: #fff;}
.pag_nav2r a.dq{background: #056fb9; color: #fff;}

.pag_tit{font-size: 20px; margin: 0px 0px 10px; padding: 0px 0px 10px; color: #3f3e3e; text-align: left; font-weight: 600; border-bottom: 1px solid #eee;}
.pag_tit i{font-size: 14px; margin-right: 10px;}

.pagl_tag{ padding: 10px 0px 20px 0px;}
.pagl_tag a{display: inline-block; width:auto; color: #555; font-size: 14px; background: #eee; padding: 5px 10px; margin:0px 3px 7px 3px; border-radius:2px;}
.pagl_tag a:hover{ background: #056fb9; color: #fff;}


.news_zx{width: 100%;}
.news_zx li{ display: block;}
.news_zx li a { display: block; border-bottom: 1px dotted #ccc;padding-left: 15px; height: 40px; line-height: 40px; color: #666; font-size: 14px; overflow: hidden; background: url("../images/bg_8.png") no-repeat left center;}
.news_zx li a:hover{ color: #141333;}

@media (max-width: 992px) { 
.pag_lnone{display: none;}
.pag_main{padding: 30px 0px;}
.pag_l{position:relative; width: 100%;}
.pag_r{width: 100%; padding-left: 0px; min-height:auto;}
	
.pag_nav2r{ width: 100%; text-align: center; position: relative; z-index: 2; padding: 0px 0px 20px 0px;}
.pag_nav2r a{ display: inline-block; width: 31.3333%; float: left; color: #555; background: #eee; padding: 10px 30px; margin:0px 1% 7px 1%; border-radius:2px;}
.pag_nav2r a:hover{ background: #056fb9; color: #fff;}
.pag_nav2r a.dq{background: #056fb9; color: #fff;}

.pag_navr{ width: 100%; text-align: center; position: relative; z-index: 2; padding: 0px 0px 20px 0px;}
.pag_navr a{ display: inline-block; width: 31.3333%; float: left;  color: #555; background: #eee; padding: 10px 30px; margin:0px 1% 7px 1%; border-radius:2px;}
.pag_navr a:hover{ background: #056fb9; color: #fff;}
.pag_navr a.dq{background: #056fb9; color: #fff;}
	
	.news_zx{width: 100%; margin-bottom: 30px;}
}

@media (max-width: 640px) { 
.pag_main{padding: 20px 0px;}
.pag_nav2r{ width: 100%; text-align: center; position: relative; z-index: 2; padding: 0px 0px 20px 0px;}
.pag_nav2r a{ font-size: 13px; display: inline-block; width:31.333%; float: left; color: #555; background: #eee; padding: 5px 0px; margin:0px 1% 4px 1%; border-radius:2px;}
	
a.news_a{display: block; position:relative;  background: #f4f4f4; padding: 10px 10px 10px 90px;  transition: all .5s cubic-bezier(.5, 0, .2, 1) 0s;}
a.news_a .time{ position: absolute; top: 20px; left: 15px;}
a.news_a .txt1{ font-size: 16px; color: #000; line-height: 35px; height: 35px; overflow: hidden;}
a.news_a .txt2{ color: #818181; font-size: 12px; line-height: 22px; height: 44px; margin-top: 5px; overflow: hidden;}
	
.pag_news{ padding: 20px 0px 30px 0px; margin-right: -10px; margin-left: -10px;}
.pag_news ul{}
.pag_news ul li{ width: 100%; float: left; padding: 0px 10px 20px 10px;}
	
.pag_navr{ width: 100%; text-align: center; position: relative; z-index: 2; padding: 0px 0px 20px 0px;}
.pag_navr a{ display: inline-block; width: 31.3333%; font-size: 13px; float: left;  color: #555; background: #eee; padding: 5px 0px; margin:0px 1% 5px 1%;border-radius:2px;}
}


/** info_title ====================================================================================*/
.info_title{padding-bottom: 20px; border-bottom: solid 1px #e5e5e5; position: relative;}
.info_title::after { content: " "; width: 50%; height: 3px;  overflow: hidden; background: #056fb9; position: absolute; bottom: 0px; left: 0%; opacity: .8;  }
.info_title h2{ font-size: 26px; color: #333; line-height: 30px; margin-bottom: 10px;}
.info_title h6{ font-size: 13px; color: #666; }
.info_title h6 span{padding-right: 10px;}
.info_text{ font-size: 14px; line-height: 30px; color: #666;  padding: 20px 0px; overflow: hidden;}
.info_p{ width:100%; margin-top:30px; padding:15px 20px 15px 20px; background:#e9eaeb; font-size:14px; color:#888; line-height:24px;border-radius:5px;}

.ly_title{padding-bottom: 10px; border-bottom: solid 1px #e5e5e5; position: relative;}
.ly_title::after { content: " "; width: 50%; height: 3px;  overflow: hidden; background: #056fb9; position: absolute; bottom: 0px; left: 0%; opacity: .8;  }
.ly_title h2{ font-size: 26px; color: #333; line-height: 30px; margin-bottom: 0px;}



.fanye{ padding: 20px 0px 0px 0px; margin-top: 30px; border-top: 1px dotted #ccc;}
.fanyea { padding-bottom: 15px; color: #666; font-size: 14px; }
.fanyea a {color: #666; }
.fanyea a:hover { color: #056fb9; }
.fanyefh{}
.fanyefh a{color: #555; background: #eee; padding: 6px 30px; display: inline-block; margin:10px 0px 0px 0px; border-radius:2px;}
.fanyefh a:hover{background: #056fb9; color: #fff; padding: 6px 40px;}
/** info_title ====================================================================================*/

@media (max-width: 640px) { 
.ly_title h2{ font-size: 0.26rem; color: #333; line-height: 30px; margin-bottom: 0px;}
	
.info_title h2{ font-size: 0.22rem; color: #333; line-height: 0.28rem; margin-bottom: 10px;}
.info_title h6{ font-size: 11px; color: #666; }
	
.info_text{ font-size: 0.17rem; line-height: 0.3rem; color: #666;  padding: 15px 0px; overflow: hidden;}
.info_p{ width:100%; margin-top:10px; padding:10px 10px 10px 10px; background:#e9eaeb; font-size:12px; color:#888; line-height:20px;border-radius:5px;}

.fanyea { padding-bottom: 10px; color: #666; font-size: 12px; }
.fanyefh a{font-size: 12px; width: 100%;  text-align: center;}
}





/** tag_box ====================================================================================*/
.tag_box{ padding: 40px 10px 40px 10px; margin-right: -10px; margin-left: -10px;}
.tag_box a {display:block; float: left; width:auto; color: #555; font-size: 14px; background: #eee; padding:8px 20px; margin:0px 10px 10px 0px; border-radius:2px;}
.tag_box a:hover{ background: #056fb9; color: #fff;}























/** CSS3 缩放 ====================================================================================*/
.touming{
	-webkit-animation: touming 2s both ease-out;-ms-animation: touming 2s both ease-out;animation:touming  2s both ease-out;
}
.scale {
    -webkit-animation: scale 10s linear 0s alternate infinite;
    animation: scale 10s linear 0s alternate infinite
}
.cloudmove {
    width: 110%;
    -webkit-animation: cloudmove 15s linear 0s alternate infinite;
    animation: cloudmove 15s linear 0s alternate infinite
}
.movetopRight {
    -webkit-animation: movetopRight 5s linear 0s normal infinite;
    animation: movetopRight 5s linear 0s normal infinite
}
.rotatescale {
    -webkit-animation: rotatescale 20s linear 0s alternate infinite;
    animation: rotatescale 20s linear 0s alternate infinite
}
.leftright {
	-webkit-animation: leftright 15s linear 0s alternate infinite;
	animation: leftright 15s linear 0s alternate infinite
}
.roate360 {
	-webkit-animation: rotate360 20s linear 0s normal infinite;
	animation: rotate360 20s linear 0s normal infinite
}

/*========== 缩放 ==========*/
@-webkit-keyframes scalex{
	0%{-webkit-transform:scale(1);transform:scale(1)}
	50%{-webkit-transform:scale(1.1);transform:scale(1.1)}
	100%{-webkit-transform:scale(1);transform:scale(1)}
}
@keyframes scalex{
	0%{-webkit-transform:scale(1);transform:scale(1)}
	50%{-webkit-transform:scale(1.1);transform:scale(1.1)}
	100%{-webkit-transform:scale(1);transform:scale(1)}
}
@-webkit-keyframes rotate360 {
from {
-webkit-transform:perspective(1000px) rotate(0);
transform:perspective(1000px) rotate(0)
}
to {
-webkit-transform:perspective(1000px) rotate(360deg);
transform:perspective(1000px) rotate(360deg)
}
}
@keyframes rotate360 {
from {
-webkit-transform:perspective(1000px) rotate(0);
transform:perspective(1000px) rotate(0)
}
to {
-webkit-transform:perspective(1000px) rotate(360deg);
transform:perspective(1000px) rotate(360deg)
}
}
@-webkit-keyframes cloudmove {
0% {
-webkit-transform:perspective(1000px) scale(1) translate3d(-100px, 0, 0) rotate(0);
transform:perspective(1000px) scale(1) translate3d(-100px, 0, 0) rotate(0);
opacity:1;
filter:alpha(opacity=100)
}
}
@keyframes cloudmove {
0% {
-webkit-transform:perspective(1000px) scale(1) translate3d(-100px, 0, 0) rotate(0);
transform:perspective(1000px) scale(1) translate3d(-100px, 0, 0) rotate(0);
opacity:1;
filter:alpha(opacity=100)
}
}
@-webkit-keyframes scale {
0% {
-webkit-transform:perspective(1000px) scale(1);
transform:perspective(1000px) scale(1)
}
100% {
-webkit-transform:perspective(1000px) scale(1.1);
transform:perspective(1000px) scale(1.1)
}
}
@keyframes scale {
0% {
-webkit-transform:perspective(1000px) scale(1);
transform:perspective(1000px) scale(1)
}
100% {
-webkit-transform:perspective(1000px) scale(1.1);
transform:perspective(1000px) scale(1.1)
}
}
@-webkit-keyframes movetopRight {
0% {
-webkit-transform:perspective(1000px) scale(.8) translate3d(230px, -190px, 0) rotate(0);
transform:perspective(1000px) scale(.8) translate3d(230px, -190px, 0) rotate(0);
opacity:0;
filter:alpha(opacity=0)
}
25% {
-webkit-transform:perspective(1000px) scale(.9) translate3d(0, 0, 0) rotate(0);
transform:perspective(1000px) scale(.9) translate3d(0, 0, 0) rotate(0);
opacity:1;
filter:alpha(opacity=100)
}
100%, 50% {
-webkit-transform:perspective(1000px) scale(1) translate3d(-230px, 190px, 0) rotate(0);
transform:perspective(1000px) scale(1) translate3d(-230px, 190px, 0) rotate(0);
opacity:0;
filter:alpha(opacity=0)
}
}
@keyframes movetopRight {
0% {
-webkit-transform:perspective(1000px) scale(.8) translate3d(230px, -190px, 0) rotate(0);
transform:perspective(1000px) scale(.8) translate3d(230px, -190px, 0) rotate(0);
opacity:0;
filter:alpha(opacity=0)
}
25% {
-webkit-transform:perspective(1000px) scale(.9) translate3d(0, 0, 0) rotate(0);
transform:perspective(1000px) scale(.9) translate3d(0, 0, 0) rotate(0);
opacity:1;
filter:alpha(opacity=100)
}
100%, 50% {
-webkit-transform:perspective(1000px) scale(1) translate3d(-230px, 190px, 0) rotate(0);
transform:perspective(1000px) scale(1) translate3d(-230px, 190px, 0) rotate(0);
opacity:0;
filter:alpha(opacity=0)
}
}
@-webkit-keyframes rotatescale {
0% {
-webkit-transform:perspective(1000px) scale(1.1) translate3d(0, 0, 0) rotate(0);
transform:perspective(1000px) scale(1.1) translate3d(0, 0, 0) rotate(0)
}
100% {
-webkit-transform:perspective(1000px) scale(1.6) translate3d(0, 0, 0) rotate(10deg);
transform:perspective(1000px) scale(1.6) translate3d(0, 0, 0) rotate(10deg)
}
}
@keyframes rotatescale {
0% {
-webkit-transform:perspective(1000px) scale(1.1) translate3d(0, 0, 0) rotate(0);
transform:perspective(1000px) scale(1.1) translate3d(0, 0, 0) rotate(0)
}
100% {
-webkit-transform:perspective(1000px) scale(1.6) translate3d(0, 0, 0) rotate(10deg);
transform:perspective(1000px) scale(1.6) translate3d(0, 0, 0) rotate(10deg)
}
}
@-webkit-keyframes leftright {
0% {
-webkit-transform:perspective(1000px) scale(1.25) translate3d(-50px, 0, 0) rotateX(0) rotateY(0) rotateZ(0);
transform:perspective(1000px) scale(1.25) translate3d(-50px, 0, 0) rotateX(0) rotateY(0) rotateZ(0)
}
100% {
-webkit-transform:perspective(1000px) scale(1.25) translate3d(50px, 0, 0) rotateX(0) rotateY(0) rotateZ(0);
transform:perspective(1000px) scale(1.25) translate3d(50px, 0, 0) rotateX(0) rotateY(0) rotateZ(0)
}
}
@keyframes leftright {
0% {
-webkit-transform:perspective(1000px) scale(1.25) translate3d(-50px, 0, 0) rotateX(0) rotateY(0) rotateZ(0);
transform:perspective(1000px) scale(1.25) translate3d(-50px, 0, 0) rotateX(0) rotateY(0) rotateZ(0)
}
100% {
-webkit-transform:perspective(1000px) scale(1.25) translate3d(50px, 0, 0) rotateX(0) rotateY(0) rotateZ(0);
transform:perspective(1000px) scale(1.25) translate3d(50px, 0, 0) rotateX(0) rotateY(0) rotateZ(0)
}
}
@-webkit-keyframes touming {
	0%{opacity : 0}
	100%{opacity : 1}
}
@-ms-keyframes touming { 
	0%{opacity : 0}
	100%{opacity : 1}
}
@keyframes touming {
	0%{opacity : 0}
	100%{opacity : 1}
}
/**  CSS3 缩放 ====================================================================================*/

/* 联系我们 */
.contact_box h3 { font-size: 22px; line-height: 26px; color: #df0024; }
.contact_box ul { display: block; }
.contact_box li { display: inline-block; margin-right: 20px; }
.contact_box li p { text-align: center; }
.contact_box img { width: 140px; }
.contact_left { width: 60%; float: left; }
.contact_right { width: 40%; float: left; }
.contact_lr_l { width: 50%; float: left; }
.contact_lr_r { width: 50%; float: left; }
@media (max-width: 992px){
	.contact_left { width: 100%; }
	.contact_right { width: 100%; }
	.contact_lr_l { width: 100%; }
	.contact_lr_r { width: 100%; }
	.contact_box li { width: 100%; text-align: center; }
	.contact_box h3 { width: 100%; text-align: center; }
}

