@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); 
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: #333;height: 30px;display: inline-block;overflow: hidden;line-height: 30px; padding: 0px 10px; background: #fff; border-radius: 5px;margin: 0px 5px;}
.pageflip  a:hover,.pageflip a.dq{background: #d9001b;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: 100%; padding: 0 50px;  }
.max1440{margin: 0px auto; max-width: 1500px;}
.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:fixed;top:30px;right: 30px; width: 30px;height: 30px;display:block}
.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;position: fixed;top:15px;right: 30px; width: 30px;height: 30px;}
.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 #d9001b;}
.menu-item.active .menu-link {color: #d9001b}
.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
}
}
/** 手机导航按钮  ====================================================================================*/


/** 首页banner ====================================================================================*/
.banner_main{background: #f2f2f2; padding:80px 30px 20px 30px;  }
.banner_box{ width: 100%; position: relative; max-width: 1400px; margin: 0px auto; border-radius:6px; overflow: hidden;}
.swiper-01.swiper-container {}
.swiper-01.swiper-slide{ background: #000;width: 100%; height:100%;}
.swiper-01 a { display: block; width: 100%; height:auto; overflow: hidden; position: relative;}
.swiper-01 a .slide1{width: 100%; height:100%; overflow: hidden; position: relative; color: #fff;  font-size: 16px; }
.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: #333;}
/** 箭头 =====*/
.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) {
.banner_main{background: #f2f2f2; padding:70px 10px 20px 10px;  }
.swiper-01.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{ bottom:8px;}
	
.swiper-01 a .slide1{width: 100%; height:100%; 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: 0px; }
.swiper-01 a .slide1{width: 100%; height:100%; 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_ico ====================================================================================*/
.banner_ico{ width: 100%; position: relative; max-width: 1400px; margin: 0px auto; padding-top: 10px;}

.banner_im ul { position: relative; margin-left: -10px; margin-right: -10px;}
.banner_im ul li{width: 25%; float: left; padding: 10px 10px; display: block; overflow: hidden;}
.banner_im ul li a{display: block; position: relative; width: 100%;border-radius:6px; overflow: hidden;}
.banner_im ul li a .imgzoom{padding-bottom: 60%; width: 100%; position: relative; overflow: hidden; background: #000; }
.banner_im ul li 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; }
.banner_im ul li a:hover {}
.banner_im ul li a:hover .imgzoom img{ -webkit-transform: scale(1.10); -moz-transform: scale(1.10); -ms-transform: scale(1.10); -o-transform: scale(1.10); transform: scale(1.10);}
.banner_im ul li a .juyiin_case_tit{ width: 100%; color: #fff; text-align: center; position: absolute; top: 40%;  line-height: 100%; font-size: 30px; font-weight: bold;  }

@media (max-width: 768px) {
.banner_im ul li{width: 50%; float: left; padding: 10px 10px; }
.banner_im ul li a .juyiin_case_tit{ width: 100%; color: #fff; text-align: center; position: absolute; top: 40%;  line-height: 100%; font-size: 20px; font-weight: bold;  }

}

/** banner ====================================================================================*/

/** pag_ban  ====================================================================================*/
.pag_ban{position: relative;height: 400px;}
.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: 220px 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: 400px; margin-top: 0px;}
}
@media (max-width:1400px){
.pag_ban{position: relative;height: 400px; margin-top: 0px;}

}
@media (max-width:992px){
.pag_ban{position: relative;height: 300px; margin-top: 0px; }
.pag_ban_tit{  padding: 180px 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; margin-top: 0px;}
}
@media (max-width:640px){
.pag_ban{position: relative;height: 200px; margin-top: 0px;}
.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: #d9001b;}
@media (max-width:1300px){
.crumbs{height: 40px;  margin-top: -40px; }
.crumbs_box{font-size: 12px;}
}
/** crumbs  ====================================================================================*/






/** header ====================================================================================*/
.head_nav{ width: 100%; background: #fff; height: 56px; position:fixed; top: 0px; left: 0px; z-index: 99; box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);}

.logo{float: left; line-height: 50px;}
.logo a{float: left; display: block;}
.logo img{ max-width: 280px;}
.logo .logowenzi{float: left; padding-left: 15px; padding-top: 22px;}
.logo .logo-text{ font-size: 16px; height:18px; color:#000;line-height:18px; overflow:hidden; border-left: 2px solid #333; padding-left: 10px;}
.logo a.pclogo{display: block;}
.logo a.mlogo{display:none;}
@media (max-width:767px){
.header_l{ width: 170px; float: left; height: 20px; line-height: 20px; overflow: hidden; }
.header_r{ width: 40%; float: right; text-align: right;}
.head_nav{ width: 100%; background: #fff; height: 56px; position:fixed; top: 00px; left: 0px; z-index: 99; box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);}
.logo{float: none; line-height: 56px; height: 56px; overflow: hidden;}
.logo a{float: none; display: block; height: 33px; line-height: 33px; margin-top: 0px;}
.logo img{ max-width: 230px; height: 30px;}
	
.logo .logowenzi{float: none; padding-left: 0px; padding-top: 0px;}
.logo .logo-text{ font-size: 14px; height:18px; color:#000;line-height:18px; overflow:hidden; border-left: 0px solid #333; padding-left: 0px;}
.logo a.pclogo{display: none;}
.logo a.mlogo{display:block;}
}

@media (max-width:480px){
.head_nav{ width: 100%; background: #fff; height: 56px; position:fixed; top: 00px; 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:56px; padding-right: 15%; }
.nav_boxa ul li{position: relative;float: left; -webkit-perspective: 56px;-moz-perspective: 56px; -ms-perspective: 56px; perspective: 56px; -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 0px; text-align: center; width: 146px; font-size: 16px;color: #333;}
.nav_boxa ul li:hover a.childer-a{color: #d9001b; font-weight: bold;}
.nav_boxa ul li a.dq{color: #d9001b;  }

.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: 56px;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: 40px;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: #d9001b;border-left-width: 4px;border-right-width: 0;border-top-width: 0;border-bottom-width: 0;border-style: solid;border-color: #d9001b;}
.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:1440px){
	.nav_boxa{width:auto; float: right; line-height:56px; padding-right: 14%; }
	.nav_boxa ul li a { font-size: 16px;  padding: 0 15px;width: auto;  }
	.nav_boxa ul li .childer a{font-size: 14px;}
}
@media (max-width:1100px){
.nav_boxa { display: none; padding-right: 0%; }
}
/** nav ====================================================================================*/



.index_tit{ width: 100%; text-align: center; position: relative; padding:50px 0px 50px 0px; font-size: 30px; font-weight: bold;}
.index_tit h3{line-height: 70px; display: block; color: #454545; font-size: 34px;}
.index_tit span{  display: block; width: 140px; height: 5px; margin: 0px auto; background: #d9001b;}
.index_titdz{font-size: 16px; font-weight: 500; padding-top: 30px;}

.index_about{ width: 100%; position: relative; max-width: 1400px; margin: 0px auto; overflow: hidden;}
.index_aboutl{width: 55%; float: left; padding-top: 0px; position: relative}

.index_aboutlx1{ position: absolute; top: 38%; right: 16%; z-index: 99; color: #fff;}
.index_aboutlx2{ position: absolute; top: 41%; right: 27%; z-index: 99}

.index_aboutl img{width: 100%;}
.index_aboutr{width: 45%; float: right; font-size: 16px; line-height: 3.0; color: #333;}

#map-06{width: 100%; height: 550px;}
@media (max-width:1366px){
	#map-06{width: 100%; height: 500px;}
}

@media (max-width:768px){
.index_tit{ width: 100%; text-align: center; position: relative; padding:15px 0px 15px 0px; font-size: 22px; font-weight: bold;}
.index_tit h3{line-height: 50px; display: block;font-size: 26px;}
.index_tit span{  display: block; width: 140px; height: 5px; margin: 0px auto; background: #d9001b;}
	
.index_aboutl{width: 100%; float: left;padding: 0px 10px;}
.index_aboutl img{width: 100%;}
	
.index_aboutlx1{ position: absolute; top: 28%; right: 22%; z-index: 99; color: #fff; font-size: 12px;}
.index_aboutlx2{ position: absolute; top: 32%; right: 32%; z-index: 99}
	
.index_aboutr{width: 100%; float: none; font-size: 16px; line-height: 1.6; color: #333; padding: 0px 10px;}
#map-06{width: 100%; height: 250px;}
}
/** index_about ====================================================================================*/


.index_case{ width: 100%; position: relative; max-width: 100%; margin: 0px auto 0px auto; overflow: hidden; padding: 0px 5%;}
.index_case ul{ display: block; position: relative;margin-left: 0px; margin-right: 0px; margin-bottom: 50px;}
.index_case ul li{width: 33.3333%; float: left; padding: 0px 0px;}
.index_case ul li a{display: block; position: relative; width: 100%;}
.index_case ul li a .imgzoom{padding-bottom: 80%; width: 100%; position: relative; overflow: hidden; }
.index_case ul li 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; }
.index_case ul li a:hover {}
.index_case ul li a:hover .imgzoom img{-webkit-transform: scale(1.10); -moz-transform: scale(1.10); -ms-transform: scale(1.10); -o-transform: scale(1.10); transform: scale(1.10);}

.index_case ul li a .juyiin_case_item {opacity: 0;  position: absolute; left: 0; top: 0; right: 0; bottom: 0px;  z-index: 9; width: 100%; overflow: hidden; 
	background: rgba(0, 0, 0, 0.6); -webkit-transition: all ease-in .3s; -o-transition: all ease-in .3s; -moz-transition: all ease-in .3s; transition: all ease-in .3s; }
.index_case ul li a .juyiin_case_item .desc { color: #fff; font-size: 16px; padding: 50px 25px; display: -webkit-box; height:auto; line-height: 26px; -o-text-overflow: ellipsis; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.index_case ul li a .juyiin_case_item .msg { padding: 52px 25px 25px; position: absolute; bottom: 0px; }
.index_case ul li a .juyiin_case_item .msg h4 { font-size: 21px; line-height: 24px; padding-bottom: 15px; color: #fff; opacity: .92; }
.index_case ul li a .juyiin_case_item .msg h5 { font-size: 16px; line-height: 24px; color: #fff; opacity: .92; }
.index_case ul li a:hover .juyiin_case_item {opacity: 1;}

.index_more{}
.index_more a {font-size: 16px; width: 150px;text-align: center;border-radius:5px; border: 1px solid #666; display: block;line-height: 1;margin:0px auto;padding: 10px 0px;}
.index_more a:hover{ border: 1px solid  #d9001b; color: #d9001b; }

@media (max-width: 1366px) { 
.index_case ul li a .juyiin_case_item .desc { color: #fff; font-size: 14px; padding: 30px 25px; display: -webkit-box; height:auto; line-height: 26px; -o-text-overflow: ellipsis; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.index_case ul li a .juyiin_case_item .msg { padding: 52px 25px 25px; position: absolute; bottom: 0px; }
.index_case ul li a .juyiin_case_item .msg h4 { font-size: 18px; line-height: 24px; padding-bottom: 15px; color: #fff; opacity: .92; }
.index_case ul li a .juyiin_case_item .msg h5 { font-size: 14px; line-height: 24px; color: #fff; opacity: .92; }
.index_case ul li a:hover .juyiin_case_item {opacity: 1;}
}

@media (max-width: 768px) { 
.index_case{ width: 100%; position: relative; max-width: 100%; margin: 0px auto; overflow: hidden;}
.index_case ul{margin-bottom: 20px;}
.index_case ul li{width: 50%; float: left; padding: 0px 0px;}
.index_case ul li a .juyiin_case_item {opacity: 1;  position: absolute; left: 0; top: 0; right: 0; bottom: 0px;  z-index: 9; width: 100%; overflow: hidden; 
background: rgba(0, 0, 0, 0.4); -webkit-transition: all ease-in .3s; -o-transition: all ease-in .3s; -moz-transition: all ease-in .3s; transition: all ease-in .3s; }
.index_case ul li a .juyiin_case_item .desc { display: none; }
.index_case ul li a .juyiin_case_item .msg { padding: 20px 10px 10px; position: absolute; bottom: 0px; }
.index_case ul li a .juyiin_case_item .msg h4 { font-size: 15px; line-height: 20px; padding-bottom: 10px; color: #fff; opacity: .92; }
.index_case ul li a .juyiin_case_item .msg h5 {display: none; }
.index_case ul li a:hover .juyiin_case_item {opacity: 1;}

.index_more a {font-size: 14px;}
}
/** index_case ====================================================================================**/


.index_server{ width: 100%; max-width: 100%;}
.index_server_box{ width: 100%;}
.index_server_boxm{ width: 100%; position: relative; max-width: 1400px; margin: 0px auto; padding: 50px 50px 0px 50px; }
.swiper01.swiper-container{padding: 0px 0px 50px 0px; height: auto; }
.index_server_box .swiper01.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{bottom: 10px;}
.index_server_box .swiper01.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{ background: #d9001b; width: 10px; height: 10px;border-radius:5px;  margin: 0px 5px; opacity:0.5; transition: all .5s cubic-bezier(.5, 0, .2, 1) 0s;}
.index_server_box .swiper01.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active{ background: #d9001b; width: 30px; opacity:1;}


.index_server_box .swiper-button-prev {opacity:1; left: 0px;}
.index_server_box .swiper-button-next {opacity:1;right: 0px;}
.index_server_box .swiper-button-prev {width: 50px;height: 50px; line-height: 50px; border-radius:100%; background:rgba(0,0,0,0.4);  color: #fff; text-align: center;}
.index_server_box .swiper-button-next {width: 50px;height: 50px; line-height: 50px; border-radius:100%; background:rgba(0,0,0,0.4); color: #fff; text-align: center;}
.index_server_box .swiper-button-prev,.index_server_box .swiper-button-next{font-size: 26px;transition: all .5s cubic-bezier(.5, 0, .2, 1) 0s;}
.index_server_box .swiper-button-prev:hover{background:rgba(0,0,0,0.9);  color: #fff; }
.index_server_box .swiper-button-next:hover{background:rgba(0,0,0,0.9);  color: #fff;}



a.swiper01_a{display: block; position: relative;}
a.swiper01_a .imgzoom{padding-bottom:55%; width: 100%; position: relative; overflow: hidden; background: #000; }
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{ opacity: 0.8; -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 .f16{ opacity: 0; width: 100%; position: absolute; top: 30%; left: 0px; text-align: center; font-size: 18px; padding: 10px 0px 0px 0px; height: 40px; overflow: hidden;  transition: all .5s cubic-bezier(.5, 0, .2, 1) 0s; }
a:hover.swiper01_a .f16{ opacity: 0; color: #fff;}

@media (max-width: 1366px) { 
	.index_server_box{  padding: 30px 20px 10px 20px ;}
}
@media (max-width: 1000px) {
.index_server_box .swiper-button-prev {left: 0%;opacity:1; top: 40%}
.index_server_box .swiper-button-next {right: 0%;opacity:1;top: 40%}
}
@media (max-width: 768px) { 
.index_server_boxm{ width: 100%; position: relative; max-width: 1400px; margin: 0px auto; padding: 10px 0px; }
.index_server_box{  padding: 10px 10px 10px 10px ;}
a.swiper01_a .f16{ font-size: 14px;height: 35px; line-height: 30px;}
}
/** index_server ====================================================================================**/


.index_gs{ width: 100%;}
.index_gs_boxm{ width: 100%; position: relative; max-width: 100%; margin: 0px auto; padding: 0px 5%; }
.index_map{width: 100%; height: 500px; box-shadow: -1px 1px 5px 1px rgba(0, 0, 0, 0.2);border-radius:6px; overflow: hidden;}

.index_gg{width: 100%; position: relative; margin:50px 0px;}
.index_gg img{width: 100%;}
.index_ggzi{ width: 100%;letter-spacing:11.5px; position: absolute; top:20%; color: #fff; text-align: center; font-size: 56px; font-family:"黑体","宋体"; font-weight: 400;}

@media (max-width: 1366px) { 
	.index_xy{ padding: 30px 0px 10px 0px;}
	.index_xym{  padding: 30px 20px 10px 20px ;}
	.index_map{width: 100%; height: 300px;}
	.index_gg img{width: 100%; height: 150px;}
}
@media (max-width: 768px) { 
	.index_xy{ padding: 20px 0px 10px 0px;}
	.index_xym{  padding: 10px 20px 10px 20px ;}
	.index_map{width: 100%; height: 300px; }
	.index_gg{width: 100%; position: relative; margin:20px 0px;}
	.index_gg img{width: 100%; height: 80px;}
	.index_ggzi{ width: 100%;letter-spacing:11.5px; position: absolute; top:30%; color: #fff; text-align: center; font-size: 20px; font-weight: 400;}

}	
/** index_gs ====================================================================================**/



.foot{background: #282828; width: 100%; color: #aaaaaa;}
.foot_box{ width: 100%; position: relative; max-width: 1400px; margin: 0px auto; padding: 30px 0px 10px 0px; }
.foot_boxl{ width: 50%; float: left; padding-left: 5%;}
.foot_boxl span{display: block; font-size: 12px; padding-top: 10px;}
.foot_boxr{ width: 50%; float: right; padding-top: 25px;}
.foot_boxl_l{ width: 150px; float: left; text-align: center;}
.foot_boxl_r{ width: 60%; float: left;}
.foot_boxr a{ color: #aaaaaa; font-size: 24px; font-weight: 200; width: 17%; display: inline-block;}
.foot_boxr a:hover{ color: #d9001b;}
.cop{padding: 15px 0px; margin-top: 30px; text-align: center; border-top: 1px solid #aaaaaa;}

@media (max-width: 768px) { 
.foot_box{ width: 100%; position: relative; max-width: 1400px; margin: 0px auto; padding: 20px 0px 10px 0px; }
.foot_boxl{ width: 100%; float: none; padding: 0px 10px;}
.foot_boxr{ width: 100%; float: none; padding-top: 25px; display: none;}
	
.foot_boxl_l{ width: 100%; float: none; text-align: center;}
.foot_boxl_r{ width: 100%; float: none; text-align: center; padding-top: 15px;}
.cop{padding: 10px 0px 70px 0px; margin-top: 10px; text-align: center; border-top: 1px solid #aaaaaa;}
}
/** foot ====================================================================================**/



/* banner(内页) */
.ban_page { height: 350px; margin-top: 56px; background-position: center; background-repeat: no-repeat; background-size: cover; position: relative; overflow: hidden; }
.ban_page .ban_box { color: #fff; position: absolute; width: 100%; left: 0; top: 50%; margin-top: -40px; }
.ban_page .ban_box .heading { margin-top: 0; }
.ban_page .ban_box .h2 { text-transform: uppercase; color: #fff; }
@media (max-width: 1366px) {
	.ban_page { height: 200px; }
	.ban_page .ban_box { margin-top: -31px; }
}
@media (max-width: 768px) {
	.ban_page { height: 150px; margin-top: 56px;  }
	.ban_page .ban_box { margin-top: -35px; }
}



.pag_main{ padding: 30px 30px;}

.pag_tit{ width: 100%; height: 120px; text-align: center; position: relative; padding:0px 0px 0px 0px;font-weight: bold; margin-top: 30px;}
.pag_tit h3{font-weight: 400;line-height: 70px; display: block; z-index: 1; font-size: 34px;  position: relative; color: #454545;}
.pag_tit h6{font-weight: 400; position: absolute; top: 30px; font-size: 45px; z-index: 0; line-height: 70px; display: block; text-align: center; color: #e0e0e0;  width: 100%;text-transform: uppercase;}
.pag_tit span{  display: block; width: 140px; height: 5px; margin: 0px auto; background: #d9001b;z-index: 1;   position: relative;}

.pag_about1{ font-size: 18px; padding: 20px 0px;}

.pag_about2{ font-size: 18px; padding: 20px 0px;}
.pag_about2img{ width: 50%; float: left; padding-right: 10px;}
.pag_about2img:nth-child(2){ width: 50%; float: right; padding-right: 0px; padding-left: 10px;}
.pag_about2img img{width: 100%;}

.pag_gg{width: 100%; position: relative; margin:20px 0px;}
.pag_gg img{width: 100%;}
.pag_ggzi{ width: 100%;letter-spacing:11.5px; position: absolute; top:20%; color: #fff; text-align: center; font-size: 50px;  font-weight: bold;}

.pag_about3{ padding: 20px 0px;}
.pag_about31{ float: left; width: 49%; height: 100px; margin-bottom: 30px; position: relative;}
.pag_about31:nth-child(2n){ float: right;}
.pag_about31 img{position: absolute; left: 0px; top: 0px; width: 135px; height: 100px;border-radius:6px;}
.pag_about32{ padding-left: 150px;}
.pag_about32 .h5{ font-size: 24px; font-weight: bold; color: #cb0008; border-bottom: 1px solid #000; float: left;}
.pag_about32 .span{ width: 100%; display: block; float: left; padding-top: 20px;}


@media (max-width: 1366px) { 
	.pag_gg img{width: 100%; height: 150px;}
}
@media (max-width: 768px) { 
.pag_main{ padding: 10px 10px;}
.pag_tit{ width: 100%; height: 50px; text-align: center; position: relative; padding:0px 0px 0px 0px;font-weight: bold; margin-top: 10px;}
.pag_tit h3{ font-weight: 400; line-height: 40px; display: block; z-index: 1; font-size: 26px;  position: relative; color: #454545;}
.pag_tit h6{ font-weight: 400; position: absolute; top: 5px; font-size: 30px; z-index: 0; line-height: 70px; display: block; text-align: center; color: #e0e0e0;  width: 100%;text-transform: uppercase;}
.pag_tit span{  display: block; width: 140px; height: 5px; margin: 0px auto; background: #d9001b;z-index: 1;   position: relative;}
	
.pag_about1{ font-size: 14px; padding: 20px 0px;}
	
.pag_about2{ font-size: 18px; padding: 0px 0px 10px 0px;}
.pag_about2img{ width: 100%; float: left; padding-right: 0px; padding-bottom: 10px;}
.pag_about2img:nth-child(2){ width: 100%; float: right; padding-right: 0px; padding-left: 0px;}
.pag_about2img img{width: 100%;}
	
.pag_gg{width: 100%; position: relative; margin:20px 0px;}
.pag_gg img{width: 100%; height: 80px;}
.pag_ggzi{ width: 100%;letter-spacing:11.5px; position: absolute; top:30%; color: #fff; text-align: center; font-size: 20px; font-weight: bold;}
	
.pag_about3{ padding: 20px 0px;}
.pag_about31{ float: left; width: 100%; height:auto; margin-bottom: 20px; position: relative;}
.pag_about31:nth-child(2n){ float: right;}
.pag_about31 img{position: absolute; left: 0px; top: 0px; width: 135px; height: 100px;border-radius:10px;}
.pag_about32{ padding-left: 150px; min-height: 110px;}
.pag_about32 .h5{ font-size: 18px; font-weight: bold; color: #cb0008; border-bottom: 1px solid #000; float: left;}
.pag_about32 .span{ width: 100%; display: block; float: left; padding-top: 5px; font-size: 12px;}

}	



/** news_box ====================================================================================*/
.news_box{ padding: 20px 10px 20px 10px; margin-right: -15px; margin-left: -15px;}
.newsla{ width: 48%; float: left; margin:0px 1% 10px 1%; 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;}
.news_a .txt1{ font-size: 16px; color: #000; line-height: 35px; height: 35px; overflow: hidden;}
.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;}

.newsla:hover {  background: #767676; color: #fff;}
.newsla:hover .time{ color: #fff;}
.newsla:hover .news_a .txt1{ color: #fff;}
.newsla:hover .news_a .txt2{ color: #ccc;}

.pag_nav{ width: 100%; text-align: center; position: relative; z-index: 2; padding: 0px 0px 0px 0px;}
.pag_nav a{ display: inline-block; color: #555;font-size: 15px; background: #eee; padding: 10px 30px; margin:0px 3px 7px 3px; border-radius:2px;}
.pag_nav a:hover{ background: #d9001b; color: #fff;}
.pag_nav a.dq{background: #d9001b; color: #fff;}

@media (max-width: 640px) { 
.news_box{padding: 10px 10px 0px 10px; margin-right: -15px; margin-left: -15px;}
.newsla{ width: 98%; float: left; margin:0px 1% 10px 1%; display: block; position:relative;  background: #f4f4f4; padding: 10px 10px 10px 80px;   transition: all .5s cubic-bezier(.5, 0, .2, 1) 0s;}
a.news_a .time{ position: absolute; top: 15px; left: 15px;}
a.news_a .txt1{ font-size: 0.2rem; color: #000; line-height: 30px; height: 30px; overflow: hidden;}
a.news_a .txt2{ color: #818181; font-size: 12px; line-height: 20px; height: 40px; margin-top: 5px; overflow: hidden;}
a.news_a .time .d1{ font-size: 0.4rem; }
a.news_a .time .d2{ font-size: 0.14rem; }
a.news_a .time .d3{ font-size: 0.14rem; }
	
.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: #d9001b; color: #fff;}
.pag_nav a.dq{background: #d9001b; color: #fff;}
}



.pag_case{ padding: 20px 10px 20px 10px; margin-right: -15px; margin-left: -15px;}
.pag_case ul{ display: block; position: relative;margin-left: 0px; margin-right: 0px; margin-bottom: 10px;}
.pag_case ul li{width: 33.3333%; float: left; padding: 15px 15px;}
.pag_case ul li a{display: block; position: relative; width: 100%;}
.pag_case ul li a .imgzoom{padding-bottom: 80%; width: 100%; position: relative; overflow: hidden; }
.pag_case ul li 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; }
.pag_case ul li a:hover {}
.pag_case ul li a:hover .imgzoom img{-webkit-transform: scale(1.10); -moz-transform: scale(1.10); -ms-transform: scale(1.10); -o-transform: scale(1.10); transform: scale(1.10);}

.pag_case ul li a .juyiin_case_item {opacity: 0;  position: absolute; left: 0; top: 0; right: 0; bottom: 0px;  z-index: 9; width: 100%; overflow: hidden; 
	background: rgba(0, 0, 0, 0.6); -webkit-transition: all ease-in .3s; -o-transition: all ease-in .3s; -moz-transition: all ease-in .3s; transition: all ease-in .3s; }
.pag_case ul li a .juyiin_case_item .desc { color: #fff; font-size: 14px; padding: 50px 25px; display: -webkit-box; height:auto; line-height: 26px; -o-text-overflow: ellipsis; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.pag_case ul li a .juyiin_case_item .msg { padding: 52px 25px 25px; position: absolute; bottom: 0px; }
.pag_case ul li a .juyiin_case_item .msg h4 { font-size: 18px; line-height: 24px; padding-bottom: 15px; color: #fff; opacity: .92; }
.pag_case ul li a .juyiin_case_item .msg h5 { font-size: 14px; line-height: 20px; color: #fff; opacity: .92; }
.pag_case ul li a:hover .juyiin_case_item {opacity: 1;}

.pag_casetit{background: #fff; padding: 10px 10px;}
.pag_casetit h5{ font-size: 16px; height: 26px; line-height: 26px; overflow: hidden;}
.pag_casetit span{font-size: 12px; height: 26px; line-height: 26px; overflow: hidden; color: #666;}

@media (max-width: 640px) { 
.pag_case{ padding: 10px 10px 10px 10px; margin-right: -15px; margin-left: -15px;}
.pag_case ul li{width: 50%; float: left; padding: 5px 5px;}
	
.pag_casetit{background: #fff; padding: 5px 5px;}
.pag_casetit h5{ font-size: 14px; height: 22px; line-height: 22px; overflow: hidden;}
.pag_casetit span{font-size: 12px; height: 22px; line-height: 22px; overflow: hidden;}
	
.pag_case ul li a .juyiin_case_item {opacity: 1;}
	
.pag_case ul li a .juyiin_case_item .msg { padding: 52px 5px 10px; position: absolute; bottom: 0px; }
.pag_case ul li a .juyiin_case_item .msg h4 { font-size: 14px; line-height: 20px; padding-bottom: 5px; color: #fff; opacity: .92; }
.pag_case ul li a .juyiin_case_item .msg h5 { display: none;}
	.pag_case ul li a .juyiin_case_item .desc { display: none;}
}


.pag_con{ padding: 40px 10px 50px 10px; margin-right: -10px; margin-left: -10px;}
.pag_con_l{width: 40%; float: left;}
.pag_con_map{ float: right; width: 55%; height: 300px; box-shadow: -1px 1px 5px 1px rgba(0, 0, 0, 0.2);}

.pag_ggx{width: 100%; position: relative; margin:30px 0px 0px 0px;}
.pag_ggx img{width: 100%;}
.pag_ggxzi{ width: 100%;letter-spacing:11.5px; position: absolute; top:30%; color: #454545; text-align: center;font-family:"黑体", "微软雅黑"; font-size: 60px; font-weight: 400;}


.pag_ggxzix{ width: 100%;letter-spacing:11.5px; position: absolute; top:30%; color: #fff; text-align: center; font-size: 60px; font-weight: 400;}
.pag_ggxzix1{ width: 100%;letter-spacing:11.5px; display: block; color: #fff; text-align: center; font-size: 30px; font-weight: 400;}

@media (max-width: 768px) { 
.pag_con_l{width: 100%; float: none;}
.pag_con_map{ float: none; width: 100%; height: 300px; box-shadow: -1px 1px 5px 1px rgba(0, 0, 0, 0.2); margin-top: 20px;}

.pag_ggx{width: 100%; position: relative; margin:0px 0px 0px 0px;}
.pag_ggx img{width: 100%; height: 100px;}
.pag_ggxzi{ width: 100%;letter-spacing:0px; position: absolute; top:30%; color: #2f2f2f; text-align: center; font-size: 20px; font-weight: 400;}
	
.pag_ggxzix{ width: 100%;letter-spacing:.5px; position: absolute; top:30%; color: #fff; text-align: center; font-size: 20px; font-weight: 400;}
.pag_ggxzix1{ width: 100%;letter-spacing:.5px; display: block; color: #fff; text-align: center; font-size: 14px; font-weight: 400;}

}




/* ---- (03) 新闻 - 详情页 ---- */
.news_main { padding: 0 70px; margin: 40px 0 60px; }
.pag_info{ width:100%; padding: 10px 10px 30px 10px; background: #fff; line-height: 26px; color: #333; position: relative;}
.sp-info-h1{font-size: 26px; font-weight: bold; padding-bottom: 10px; text-align: center; margin-top: 0;}
.sp-info-top-b{ color: #999;text-align: center; padding-bottom: 10px; border-bottom: 1px dotted #ccc;font-family:"黑体";}
.news-info-m{width: 100%; padding: 30px 0px; color: #333; font-size: 16px; line-height: 28px; overflow: hidden; }
.sp-info-sxye{ padding: 20px 0px 0px 0px;}
.sp-info-sxye1{ padding-bottom: 10px; color: #666;}
.sp-info-sxye1 a{color: #666;}
.sp-info-sxye1 a:hover{ color: #D91E17;}
@media (max-width: 1366px) {
	.pag_info { padding: 30px; }
}
@media (max-width: 1024px) {
	.news_main { padding: 0 30px; margin: 30px 0 40px; }
	.sp-info-h1 { font-size: 22px; margin-top: 0;}
	.sp-info-top-b { font-size: 14px; }
	.news-info-m { padding: 15px 0; font-size: 14px; line-height: 22px; color: #555; }
	.sp-info-sxye1 { font-size: 14px; }
	.sp-info-sxye1 a { font-size: 14px; line-height: 22px; }
}
@media (max-width: 768px) {
	.news_main { padding: 0 10px; margin: 20px 0 20px; }
	.pag_info { padding: 15px 10px; }
	.sp-info-h1 { font-size: 18px; margin-top: 0;}
}




/* tool */
.tool { display: block; width: 200px; height: 70px;  position: absolute; top: 0; right: 0; padding-top: 10px; }
.top_tel{ float: left; color: #fff; font-size: 16px;height: 60px; line-height: 58px; }
.tool li { display: block; float: left; width: 50px; height: 65px; line-height: 35px; text-align: right; }
.tool li a { color: #fff; font-size: 14px; }
.tool li a:hover { text-decoration: underline; }
.tool li a img { opacity: .7; }
.tool li a:hover img { opacity: 1; }

/* 搜索 */
.search_bg { position: absolute; overflow: hidden; width: 400px; height: 0px; background:rgba(255,255,255,0.8);  right: 0; top: 56px; padding: 0 0px 0 30px; text-align: center; z-index: 101; }
.search_bg .search_box { display: inline-block; width: 250px; height: 40px; overflow: hidden; border-radius: 3px; margin-top: 10px; float: left; }
.search_bg .search_box input { width: 200px; height: 100%; height: 40px; float: left; border:1px solid #d91e17;padding: 0 15px; font-size: 14px; color: #666;  background: #fff; }
.search_bg .search_box button { width: 40px; height: 100%; float: left; background: #d91e17; border-width: 0; cursor: pointer; font-size: 16px; color: #fff; }
.search_bg .search_close { width: 40px; height: 40px; line-height: 38px; text-align: right; float: left; cursor: pointer; margin-top: 10px; }
.search_bg .search_close img { max-width: 24px; opacity: .7;
	-o-transform: rotate( 0deg ); 
	-ms-transform: rotate( 0deg ); 
	-moz-transform: rotate( 0deg ); 
	-webkit-transform: rotate( 0deg ); 
	transform: rotate( 0deg ); }
.search_bg .search_close:hover img { opacity: 1; 
	-o-transform: rotate( 180deg ); 
	-ms-transform: rotate( 180deg ); 
	-moz-transform: rotate( 180deg ); 
	-webkit-transform: rotate( 180deg );
	transform: rotate( 180deg ); }

@media (max-width: 1100px) {
	.tool{display: none;}
}


/* 分享 */
.tool .share { /* ul */ display: block; position: absolute; top: 0; left: auto; right: 50px; width: 100px; height: 100%; font-size: 0; line-height: 60px; }
.tool .social-share a { margin: 0 0 0 20px; }
.tool .social-share .social-share-icon { width: 30px; height: 30px; font-size: 24px; line-height: 30px; color: #999; border-width: 0; }
.tool .social-share .social-share-icon:hover { background: rgba(0,0,0,0); }
.tool .social-share .icon-wechat:hover { color: #7bc549; }
.tool .social-share .icon-weibo:hover { color: #ff763b; }


























/** 在线客服 ====================================================================================*/
.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: 10%;display:block;box-shadow:0 10px 25px rgba(0,0,0,0.15);}
.c_meau  h4 {width: 100%;height: 40px;line-height: 40px;background: #d9001b;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:10%;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 #d9001b;}
.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 .name1{ width:100%; float:left; margin-top:0px; font-size:12px; color:#ffffff; line-height:14px;}
.pf_down li.l1 a{ display:inline-block; *zoom:1; *display:inline; width:68px; height:68px; background:#d9001b; border:solid 3px #ff495f; 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_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_about{ padding: 10px 0px 20px 0px; font-size: 0.16rem; line-height: 22px; color: #666; position: relative;}
}




/** 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 缩放 ====================================================================================*/
