@charset "utf-8";
/* CSS Document */
body {
	margin: 0;
	padding: 0;
	font: 12px "microsoft yahei";
	color: #444;
	background: #fff;
	overflow:-Scroll;overflow-x:hidden
}
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {
	margin: 0;
	padding: 0;
}
ul, li, ol {
	list-style: none;
}
a {
	text-decoration: none;
	color: #444;
}
a:hover {
	text-decoration: none;
	color: #e62e37;
}
.clear {
	clear: both;
}
img {
	border: 0
}
.clearfix:after, .clearfix:before{ 
	display: table;
    content: "";
    line-height: 0;}
.clearfix:after{ clear:both;}

.fl {
    float: left;
}
.fr {
    float: right;
}

.box{ width: 1200px; margin: 0 auto; position: relative; }

.fangan{ font-size: 15px; line-height: 30px; margin-bottom: 30px;}

/* header */
.header{ width:100%; height:100px; position: fixed;z-index:9999;/*background:  url(../images/header_bg.jpg) center no-repeat;*/ background: rgba(0,0,0,0.7);}
.header .logo{ width: 73px; height: 62px; margin: 19px 0;}
.header .logo img{ width: 100%;}
.header .nav{ height:100px;}
.header .nav ul{ width:100%; margin:0 auto;}
.header .nav ul li{ float:left; margin:0 25px; line-height:100px; text-align:center;}
.header .nav ul li:last-child{margin-right: 0;}
.header .nav ul li a{ color:#fff;font-size:16px; display:  block;}
.header .nav ul li:hover a{ color:#e62e37;font-weight: bold;}
.header .nav .on a{color:#e62e37; font-weight: bold;}




/* banner */
.banner{position:relative; overflow:hidden; margin:0 auto; width:100%; height: 100vh;}
.banner .bd{position:relative; z-index:0;margin: 0 auto; overflow: hidden;}
.banner .bd li{position:relative; text-align:center;  overflow:hidden; width: 100%; height: 600px;  text-align: center;display: inline-block !important; float: left;}
.banner .bd li img{ vertical-align: top;height: auto;text-align: center;display: inline-block;margin: 0 -50%;}
.banner .hd{ position: absolute; bottom:30px; text-align: center; width: 100%; }
.banner .hd li {cursor:pointer;display:inline-block;*display:inline;zoom:1;width:10px;height:10px; background: #fff; border-radius:7px;margin:0 5px;overflow:hidden;line-height:999px;transition: width 0.3s ease-in-out;}
.banner .hd .on { width: 20px; background: #e62e37}

.banner .ban_t{ position: absolute; top: 0px;left: 0px;z-index: 1;width: 100%;height: 100%;opacity: 0;background:url(../images/video_cover.png) top left repeat; }
.banner .banner_w{ text-align: center;  color: #fff; width: 40%; margin:20% auto 0; position: relative; z-index: 99; }
.banner .banner_w h2{font-size: 50px;}
.banner .banner_w p{ font-size: 16px; line-height: 34px; color: #fff; text-align: center; margin-top: 20px; }

.Vidage{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1}
.Vidage__backdrop{position:absolute;top:0;right:0;bottom:0;left:0}
.Vidage--allow .Vidage__video{display:block}
.Vidage{top:0;right:0;bottom:0;left:0;z-index:-1}
.Vidage,.Vidage__video{min-width:100%;min-height:100%}
.Vidage__video{position:absolute;top:50%;left:50%;width:auto;height:auto;-webkit-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);-o-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);}

.mouseIco{ border:2px solid #fff; width: 26px; height: 46px; display: block; margin: 0px auto; border-radius: 14px; position: absolute; left: 50%;  bottom: 40px; z-index:900; margin-left:-14px;}
.mouseIco i{ width: 3px; height: 10px; border-radius: 1px; display: block; background-color: #fff; position: absolute; left: 50%; margin-left: -1px; top: 5px; -webkit-animation: mouse-dot 1.5s cubic-bezier(0.23, 1, 0.32, 1) infinite; animation: mouse-dot 1.5s cubic-bezier(0.23, 1, 0.32, 1) infinite;}

@keyframes mouse-dot {
    from { opacity: 0; }
    33% { opacity: 1; }
    to { transform: translateY(15px); -webkit-transform: translateY(15px); opacity: 0; }
}
@-webkit-keyframes mouse-dot {
    from { opacity: 0; }
    33% { opacity: 1; }
    to { transform: translateY(15px); -webkit-transform: translateY(15px); opacity: 0; }
}

/* home_about */
.home_about{ width: 100%; height: 700px; position: relative; overflow: hidden; background:url(../images/about_bg.jpg) center no-repeat;}
.home_about .h_about_l{ float:left; height: 700px; }
.home_about .h_about_l li{ width: 80px; height: 100%; padding: 0 40px; float: left; border-right: 1px #ebebeb solid;}
.home_about .h_about_l li:hover{ background: rgba(255,255,255,0.6) }
.home_about .h_about_l li .abo_t{ margin-top: 150px; height: 150px;}
.home_about .h_about_l li h2{ width: 30px; font-size: 22px; color: #555; text-align: center; line-height: 22px; float: left; }
.home_about .h_about_l li p{ width: 14px; font-size: 14px; color: #555; text-align: center; line-height: 14px;writing-mode:tb-rl;text-transform: uppercase;  float: left; margin:0 12px;}
.home_about .h_about_l li a{ width:24px; height:24px; background: url(../images/abo_more.png) center no-repeat; border: 1px #e62e37 solid; float: left; margin: 170px 28px 0 28px; }
.home_about .h_about_l li a:hover{ background: #e62e37 url(../images/abo_moreh.png) center no-repeat; }
.home_about .h_about_r{ width: 448px; height: 418px; background: #fff; border: 1px #e5e5e5 solid; float: left; margin:90px 0; padding: 50px 0;}
.home_about .h_about_r h2{ font-size: 22px; color: #e62e37; text-align: center; position: relative; background: #fff; }
.home_about .h_about_r h2 span{background: #fff;position: relative; z-index: 1;}
.home_about .h_about_r h2::after{content: '';position: absolute;top: 50%;left: 0;width: 100%;height: 1px;background: #e5e5e5;}
.home_about .h_about_r .cn{ color: #000; font-size: 14px;text-transform: uppercase; margin-top: 15px; text-align: center;}
.home_about .h_about_r .abo_tit{ padding: 0 25px; font-size: 14px; line-height: 26px; color: #666; margin-top: 30px; }
.home_about .h_about_r .home_about_s{margin:20px auto 0; width:100%; background: #fff; }
.home_about .h_about_r .home_about_s li{ width: 33%; float: left;  height: 100%; text-align: center; position:relative;}
.home_about .h_about_r .home_about_s li dd{position: absolute;font-size: 14px;bottom: 5px; color: #333;}
.home_about .h_about_r .home_about_s li span{position: absolute; font-size:20px;top:34px;color: #333;}
.home_about .h_about_r .home_about_s li:last-child{ border-right: none;}
.home_about .h_about_r .home_about_s .math{ font-size: 30px; color: #e62e37; font-weight:  bold;}
.home_about .h_about_r .home_about_s .x{ border-top:2px #000 solid; width: 20px;  margin: 8px auto;}
.home_about .h_about_r .home_about_s .intro{ font-size: 16px; color: #000; }
.home_about .h_about_r .j_more{ width: 192px; height: 40px;  background: -webkit-linear-gradient(110deg, #e62e37, #9b1b1c);  background: -o-linear-gradient(110deg, #e62e37, #9b1b1c); background: -moz-linear-gradient(110deg, #e62e37, #9b1b1c); background: linear-gradient(110deg, #e62e37, #9b1b1c); text-align: center; line-height: 40px; margin:30px auto 0;}
.home_about .h_about_r .j_more a{ font-size: 14px; color: #fff; display: block; }
.home_about .h_about_r .j_more:hover{background: -webkit-linear-gradient(180deg, #e62e37, #9b1b1c);  background: -o-linear-gradient(180deg, #e62e37, #9b1b1c); background: -moz-linear-gradient(180deg, #e62e37, #9b1b1c); background: linear-gradient(180deg, #e62e37, #9b1b1c); text-align: center; line-height: 40px; margin:30px auto 0;}


/* home_news */
.home_news{ width: 100%; position: relative; overflow:  hidden;  background:url(../images/news_bg.jpg) center no-repeat;  padding: 60px 0; }
.home_news .home_tit{width: 100%; }
.home_news .home_tit .cn{font-size:28px; font-weight: bold; color: #e62e37;}
.home_news .home_tit .en{ font-size: 18px; color: #666; margin-top: 8px; }
.home_news .h_news{ margin-top: 40px; }
.home_news .h_news .hd{ position: absolute; top:0; right: 0; }
.home_news .h_news .hd li{float: left;padding: 10px 40px;font-size: 14px;cursor: pointer;  color: #333;}
.home_news .h_news .hd li.on{background: -webkit-linear-gradient(110deg, #e62e37, #9b1b1c);  background: -o-linear-gradient(110deg, #e62e37, #9b1b1c); background: -moz-linear-gradient(110deg, #e62e37, #9b1b1c); background: linear-gradient(110deg, #e62e37, #9b1b1c); color: #fff;}
.home_news .h_news_c{ position: relative; width: 100%; }
.home_news .h_news_c .h_newsL{ float: left; width: 460px;}
.home_news .h_news_c .h_newsL li{ width: 100%; }
.home_news .h_news_c .h_newsL li .newsl_img {width: 100%; position: relative; overflow: hidden; }
.home_news .h_news_c .h_newsL li .newsl_img img{ display: block;width: 100%;height: auto;-webkit-transition: 0.5s ease-in-out;-o-transition: 0.5s ease-in-out;transition: 0.5s ease-in-out;transform-origin:50% 50%;  }
.home_news .h_news_c .h_newsL li:hover .newsl_img img{-webkit-transform: scale(1.1);-ms-transform: scale(1.1);-o-transform: scale(1.1);transform: scale(1.1);}
.home_news .h_news_c .h_newsL li h2{ font-size: 16px; color: #333; font-weight: normal; margin:15px 0 10px; width: 100%}
.home_news .h_news_c .h_newsL li:hover h2{color: #e62e37; font-weight: bold;}
.home_news .h_news_c .h_newsL li p{ font-size: 14px; color: #999; line-height: 26px; width: 100%}
.home_news .h_news_c .h_newsL li .newsl_time{ width: 100%; font-size: 14px; color: #666; margin-top: 8px;}
.home_news .h_news_c .h_newsL li .newsl_time i{ width: 10px; height: 2px; float: left; background: #666;  margin: 9px 10px 9px 0;}
.home_news .h_news_c .h_newsR{ float: right; width: 708px;}
.home_news .h_news_c .h_newsR li{ width: 100%; float: left; margin-bottom: 20px;}
.home_news .h_news_c .h_newsR li:last-child{margin-bottom:0;}
.home_news .h_news_c .h_newsR li .newsr_img{ width: 200px; float: left;  position: relative; overflow: hidden;}
.home_news .h_news_c .h_newsR li .newsr_img img{ display: block;width: 100%;height: auto;-webkit-transition: 0.5s ease-in-out;-o-transition: 0.5s ease-in-out;transition: 0.5s ease-in-out;transform-origin:50% 50%;  }
.home_news .h_news_c .h_newsR li:hover .newsr_img img{-webkit-transform: scale(1.1);-ms-transform: scale(1.1);-o-transform: scale(1.1);transform: scale(1.1);}
.home_news .h_news_c .h_newsR li .newsr_c{ width: 488px; float: left; margin-left: 20px; }
.home_news .h_news_c .h_newsR li .newsr_c h2{ font-size: 16px; color: #333; font-weight: normal;  line-height: 30px; width: 100%}
.home_news .h_news_c .h_newsR li:hover .newsr_c h2{ color: #e62e37; font-weight: bold; }
.home_news .h_news_c .h_newsR li .newsr_c p{ font-size: 14px; color: #999; line-height: 26px; width: 100%; margin-top: 8px;}
.home_news .h_news_c .h_newsR li .newsr_c .newsr_time{ width: 100%; font-size: 14px; color: #666; margin-top: 8px;}
.home_news .h_news_c .h_newsR li .newsr_c .newsr_time i{ width: 10px; height: 2px; float: left; background: #666;  margin: 9px 10px 9px 0;}

/* home_bottom */
.home_bottom{ width: 100%; position: relative; overflow: hidden; }
.home_bottom .h_zs{ height: 400px; position: relative; width: 100%;}
.home_bottom .h_zsL{ width: 34%; float: left;  background:url(../images/h_zsbg.jpg) center no-repeat; height: 240px; padding: 80px 0;}
.home_bottom .h_zsL dd{ font-size: 24px; color: #333; font-weight: bold;padding: 0 60px; }
.home_bottom .h_zsL p{ font-size: 16px; color: #9b9b9b;text-transform: uppercase; margin-top: 10px; padding: 0 60px;}
.home_bottom .h_zsL .h_zsLm{ width: 120px; height: 35px; border-radius: 20px;margin:100px auto 0 60px; background: #333; text-align: center; }
.home_bottom .h_zsL .h_zsLm:hover{background: -webkit-linear-gradient(110deg, #e62e37, #9b1b1c);  background: -o-linear-gradient(110deg, #e62e37, #9b1b1c); background: -moz-linear-gradient(110deg, #e62e37, #9b1b1c); background: linear-gradient(110deg, #e62e37, #9b1b1c);}
.home_bottom .h_zsL .h_zsLm a{ line-height: 35px; color: #fff; font-size: 14px; display: block;}
.home_bottom .h_zsR{ width: 66%; float:right; height: 400px; position: relative; overflow: hidden;}
.home_bottom .h_zsR img{ display: block;-webkit-transition: 0.5s ease-in-out;-o-transition: 0.5s ease-in-out;transition: 0.5s ease-in-out;transform-origin:50% 50%;  }
.home_bottom .h_zsR:hover img{-webkit-transform: scale(1.1);-ms-transform: scale(1.1);-o-transform: scale(1.1);transform: scale(1.1);}
.home_news .h_news_c .h_newsL li h2{ font-size: 16px; color: #333; font-weight: normal; margin:15px 0 10px; width: 100%}
.home_bottom .h_zb{ position: relative; width: 100%;}
.home_bottom .h_zbL{width: 34%; float: left;  height: 240px; padding: 80px 0; position: relative; overflow:  hidden;}
.home_bottom .h_zbL img{ display: block;-webkit-transition: 0.5s ease-in-out;-o-transition: 0.5s ease-in-out;transition: 0.5s ease-in-out;transform-origin:50% 50%; position:absolute; z-index:-1;top:0; }
.home_bottom .h_zbL:hover img{-webkit-transform: scale(1.1);-ms-transform: scale(1.1);-o-transform: scale(1.1);transform: scale(1.1);}
.home_bottom .h_zbL dd{ font-size: 24px; color: #fff; font-weight: bold; padding: 0 60px;}
.home_bottom .h_zbL p{ font-size: 16px; color: #fff;text-transform: uppercase; margin-top: 10px; padding: 0 60px;}
.home_bottom .h_zbL .dos{ font-size: 14px; line-height: 26px; color: #fff;padding: 0 60px;}
.home_bottom .h_zbL .h_zbL1m{ width: 120px; height: 35px; border-radius: 20px;margin:80px auto 0 60px; background: #333;  text-align: center;}
.home_bottom .h_zbL .h_zbL1m:hover{background: -webkit-linear-gradient(110deg, #e62e37, #9b1b1c);  background: -o-linear-gradient(110deg, #e62e37, #9b1b1c); background: -moz-linear-gradient(110deg, #e62e37, #9b1b1c); background: linear-gradient(110deg, #e62e37, #9b1b1c);}
.home_bottom .h_zbL .h_zbL1m a{ line-height: 35px; color: #fff; font-size: 14px; display:  block;}

.home_bottom .h_zbL1{ width: 30%; float: left; background: #f1f1f1; height: 240px; padding: 80px 0;}
.home_bottom .h_zbL1 dd{ font-size: 24px; color: #333; font-weight: bold; padding: 0 60px;}
.home_bottom .h_zbL1 p{ font-size: 16px; color: #9b9b9b;text-transform: uppercase; margin-top: 10px; padding: 0 60px;}
.home_bottom .h_zbL1 .dos{ font-size: 14px; line-height: 26px; color: #999;padding: 0 60px;}
.home_bottom .h_zbL1 .h_zbL1m{ width: 120px; height: 35px; border-radius: 20px;margin:80px auto 0 60px; background: #333;  text-align: center;}
.home_bottom .h_zbL1 .h_zbL1m:hover{background: -webkit-linear-gradient(110deg, #e62e37, #9b1b1c);  background: -o-linear-gradient(110deg, #e62e37, #9b1b1c); background: -moz-linear-gradient(110deg, #e62e37, #9b1b1c); background: linear-gradient(110deg, #e62e37, #9b1b1c);}
.home_bottom .h_zbL1 .h_zbL1m a{ line-height: 35px; color: #fff; font-size: 14px; display:  block;}
.home_bottom .h_conR{ width: 36%; float: left; background:url(../images/con_bg.jpg) center no-repeat; height: 240px; padding: 80px 0;}
.home_bottom .h_conR dd{ font-size: 24px; color: #fff; font-weight: bold; padding: 0 60px;}
.home_bottom .h_conR p{ font-size: 16px; color: #fff; margin-top: 10px; padding: 0 60px;}
.home_bottom .h_conR .dos{ font-size: 14px; line-height: 26px; color: #fff;padding: 0 60px;}
.home_bottom .h_conR .h_conM{ width: 120px; height: 35px; border-radius: 20px;margin:54px auto 0 60px; background: #333;  text-align: center;}
.home_bottom .h_conR .h_conM:hover{background: -webkit-linear-gradient(110deg, #e62e37, #9b1b1c);  background: -o-linear-gradient(110deg, #e62e37, #9b1b1c); background: -moz-linear-gradient(110deg, #e62e37, #9b1b1c); background: linear-gradient(110deg, #e62e37, #9b1b1c);}
.home_bottom .h_conR .h_conM a{ line-height: 35px; color: #fff; font-size: 14px; display:  block;}



/* page_banner */
.pbanner{width:100%; position: relative;    background-attachment: fixed; background-position: center top; background-repeat: no-repeat; background-size: cover;}
.w_comon .black-15{     position: absolute; top: 0px;left: 0px;z-index: 1;width: 100%;height: 100%;opacity:1;background:url(../images/grid_bg.png) top left repeat; }
.w_comon{ text-align: center; height:320px;position: relative; overflow:hidden;left:0;top:0; z-index:5;}
.pbanner a:link, .pbanner a:visited { color: #fff; }
.pbanner a:active, .pbanner a:hover { color: #fff; }
.pbanner .load-img { position:absolute; top:0; left:50%; margin-left:-960px; width:1920px;  max-width:none; padding-top: 125px;}
.pbanner-C a:link, .pbanner-C a:visited{ color: #fff;}
.pbanner-C a:active,.pbanner-C a:hover { color: #fff;}
.pbanner-C{ position: absolute; left: 10%; top: 40%; width: 80%; text-align: center; color: #fff;z-index: 999; display: none;}
.pbanner-C article{ position: relative;}
.pbanner-C .c{ overflow: hidden;}
.pbanner-C .zh{ font-size: 30px; line-height: 1.2; font-weight: bold;}
.pbanner-C .en{ font-size: 36px; text-transform: uppercase; font-family: "Humanst521 BT";}
.pbanner-C .bot{ width: 0px; height: 4px; display: block; margin: 20px auto 0; background-color: #fff; opacity: 0; transition: all .5s cubic-bezier(0.445, 0.145, 0.355, 1) 0.2s; -webkit-transition: all .5s cubic-bezier(0.445, 0.145, 0.355, 1) 0.2s;}
.pbanner-C .c span{ display: block; opacity: 0; transform: translate(0px,100%); -webkit-transform: translate(0px,100%); transition: all .5s cubic-bezier(0.445, 0.145, 0.355, 1) 0.2s; -webkit-transition: all .5s cubic-bezier(0.445, 0.145, 0.355, 1) 0.2s;}
.pbanner-C.inview  .c span{ transform: translate(0px,0px); -webkit-transform: translate(0px,0px); opacity: 1;}
.pbanner-C.inview  .bot{ width: 50px; opacity: 1;}
.page_crumbs{ width: 100%; position: absolute; height: 50px; line-height: 50px; bottom: 0; left: 0; z-index: 99; background: rgba(0,0,0,0.8) }
.page_crumbs .crumbs{ color: #fff; font-size: 14px;}
.page_crumbs .crumbs a{ font-size: 14px; color: #fff; }


/* 内页导航 */
.inline-nav{width: 100%; background: #fff;border-bottom: 1px #eee solid;}
.inline-nav .page_nav ul{ text-align: center; }
.inline-nav .page_nav li{text-align: center;position: relative; float: left;}
.inline-nav .page_nav li a{display: block;font-size: 14px;color: #333;transition:color 0.3s;padding: 0 30px; width: 100px;  height: 60px; line-height: 60px; }
.inline-nav .page_nav li a::after{content: '';position: absolute;top: 50%;right: 0;margin-top: -6px;width: 1px;height: 12px;background-color: #ddd;}
.inline-nav .page_nav li:hover a::after{background: #9b1b1c;}
.inline-nav .page_nav li:last-child a::after{ display: none; }
.inline-nav .page_nav li:hover{ color: #fff;}
.inline-nav .page_nav li.select{color: #fff; background: -webkit-linear-gradient(130deg, #e62e37, #9b1b1c);  background: -o-linear-gradient(130deg, #e62e37, #9b1b1c); background: -moz-linear-gradient(130deg, #e62e37, #9b1b1c); background: linear-gradient(130deg, #e62e37, #9b1b1c);}
.inline-nav .page_nav li:hover  a,.inline-nav .page_nav li.select  a{color: #fff; background: -webkit-linear-gradient(130deg, #e62e37, #9b1b1c);  background: -o-linear-gradient(130deg, #e62e37, #9b1b1c); background: -moz-linear-gradient(130deg, #e62e37, #9b1b1c); background: linear-gradient(130deg, #e62e37, #9b1b1c);}
.inline-nav .page_nav li.select a::after{background: #9b1b1c;}



.page{ background: #fafafb; }
.page_jt{padding:60px 0; position: relative;}
.chan_tit{width: 100%;margin: 0 auto 40px;text-align: center;}
.chan_tit .tit{font-size:28px; position:relative;padding-bottom: 15px;margin-bottom: 15px;}
.chan_tit .tit:after{content:'';width:60px;height:3px;background: -webkit-linear-gradient(130deg, #e62e37, #9b1b1c);  background: -o-linear-gradient(130deg, #e62e37, #9b1b1c); background: -moz-linear-gradient(130deg, #e62e37, #9b1b1c); background: linear-gradient(130deg, #e62e37, #9b1b1c); position:absolute;bottom:0;left:50%; margin-left:-30px;}
.page_jt .jt_box{ width: 100%; position: relative; }
.page_jt .jt_box .pic{ width: 500px; float: left; }
.page_jt .jt_box .jt_c{ width: 670px; float: right; font-size: 16px; line-height: 2; }
.page_jy{ padding: 60px 0; position: relative; background: #fff; }
.page_jy .zc_img{ float: left; width: 40%; height: auto; }
.page_jy .zc_img img{ width: 100%; }
.page_jy .zc_con{ width: 56%; float: right; font-size: 15px;line-height: 32px;}
.page_jy .zc_con h4{ font-size: 20px; color: #333; }
.page_jy .zc_con dd{font-size: 16px;color: #666;margin: 10px 0 20px;font-weight: bold;}
.page_jy .zc_con p{font-size: 15px;line-height: 32px;}
.page_jy .zc_con p>span{font-weight: bold;font-size: 20px;}

.page_wh{ padding: 60px 0; position: relative; background: url(../images/wh_box_bg.jpg) no-repeat; }
.page_wh .wh_box{width: 1200px;margin: 0 auto;position: relative;}
.page_wh .wh_box .next{ width:44px; height: 36px; background: rgba(0,0,0,0.8) url(../images/arrow.png) no-repeat; position: absolute; top:50%; margin-top: -18px; z-index: 99; right: 0;background-position: 100% 0; cursor: pointer;}
.page_wh .wh_box .prev{ width:44px; height: 36px; background: rgba(0,0,0,0.8) url(../images/arrow.png) no-repeat;position: absolute; top:50%; margin-top: -18px;z-index: 99; left: 0; cursor: pointer;}
.page_wh .wh_box .next:hover{background: rgba(230,46,55,0.8) url(../images/arrow.png) no-repeat;background-position: 100% 0;}
.page_wh .wh_box .prev:hover{background: rgba(230,46,55,0.8) url(../images/arrow.png) no-repeat;}
.page_wh .wh_box li{width:400px;float:left;height: 476px;position: relative;background-color: #fff;}
.page_wh .wh_box li dt,.page_wh .wh_box li dd{position: absolute;left: 0;top: 0;width:400px;height: 238px;   overflow:hidden;}
.page_wh .wh_box li dt i{ display: block;width: 0px;height: 0px;border:12px transparent solid;border-bottom-color:#fff;position: absolute;bottom: 0;left: 50%;margin-left: -6px;}
.page_wh .wh_box li dt img{width:400px;height: 238px; transition:all 0.5s ease-out 0s;}
.page_wh .wh_box li dd{top: auto;bottom: 0;}
.page_wh .wh_box li:nth-child(2n) dt{top: auto;bottom: 0;}
.page_wh .wh_box li:nth-child(2n) dt i{border-bottom-color:transparent;border-top-color:#fff;top: 0px;bottom: auto;}
.page_wh .wh_box li:nth-child(2n) dd{top: 0;bottom: auto;}
.page_wh .wh_box li time{position: relative;display: inline-block;padding-top: 18px;padding-left: 30px;}
.page_wh .wh_box li time em{font-style: normal;font-size:18px;color: #555555;line-height: 80px; font-weight:bold;}
.page_wh .wh_box li time span{font-size: 20px;color: #555555;background-color: #fff;position: absolute;bottom: 20px;left: 83px;}
.page_wh .wh_box li p{margin: -10px 50px 0 29px;font-weight:normal; font-size: 14px;color:#555555;line-height: 30px;}
.page_wh .wh_box li:hover dt i{ display: block;width: 0px;height: 0px;border:12px transparent solid;border-bottom-color:#e62e37;position: absolute;bottom: 0;left: 50%;margin-left: -6px;}
.page_wh .wh_box li:nth-child(2n):hover  dt i{border-bottom-color:transparent;border-top-color:#e62e37;top: 0px;bottom: auto;}
.page_wh .wh_box li:hover dt img{transform: scale3d(1.04,1.04,1.04);}
.page_wh .wh_box li:hover{background-color:#e62e37;}
.page_wh .wh_box li:hover  time{color:#fff;}
.page_wh .wh_box li:hover  time em{color:#fff;}
.page_wh .wh_box li:hover  time span{color:#fff;}
.page_wh .wh_box li:hover p{color:#fff;}




.page_dsj{ padding: 60px 0; position: relative; background:#fff; }
.history{ margin-top: 45px; position: relative;}
.history .swiper-button-next, .history .swiper-button-prev{opacity: 1; width: 60px; height: 60px; border-width: 1px; border-style: solid; -webkit-border-radius: 50%; border-radius: 50%; background: none;position: absolute;}
.history .swiper-container{ width:86%;}
.history .swiper-button-next:before,.history .swiper-button-prev:before{position: absolute; display: block; content: ""; top: 50%; left: 50%; margin-top: -8px; width: 16px; height: 16px; border-top-width: 2px; border-right-width: 2px; border-bottom-width: 0; border-left-width: 0; border-style: solid; -webkit-transition: all 0.3s; transition: all 0.3s;}
.history .swiper-button-next:before{margin-left: -10px; -webkit-transform: rotate(45deg); transform: rotate(45deg);}
.history .swiper-button-prev:before{margin-left: -5px; -webkit-transform: rotate(-135deg); transform: rotate(-135deg);}
.history .swiper-button-prev{left: 0;}
.history .swiper-button-next{right: 0;}
.page_dsj .swiper-container:before{position: absolute; display: block; content: ""; left: 0; top: 92px; width: 100%; height: 1px; background: #e62e37;}
.page_dsj .swiper-button-next, .page_dsj .swiper-button-prev{top: 58px; margin-top: 0; border-color: #e62e37;}
.page_dsj .swiper-button-next:before, .page_dsj .swiper-button-prev:before{border-color: #e62e37;}
.page_dsj .subtitle{padding-bottom: 3.2%}
.page_dsj .year{font-size: 60px; line-height: 1; color: #444; text-align: center;}
.page_dsj .item .line{margin: 32px auto 40px; width: 1px; height: 11px; background: #e62e37;}
.page_dsj .article{line-height: 28px;color: #888;background: #f9f9f9;padding: 6%;width: 88%;height: 165px;border-radius:3px; font-size: 14px; overflow:auto;}
.page_dsj .article:hover{
	background:#e62e37;color:#fff;}
.page_dsj .item{margin: 0 4%;}
.history .swiper-button-prev:hover:before{-webkit-transform: scale(1.3) rotate(-135deg); transform: scale(1.3) rotate(-135deg);}
.history .swiper-button-next:hover:before{-webkit-transform: scale(1.3) rotate(45deg); transform: scale(1.3) rotate(45deg);}

.page_zzjg{ padding: 60px 0; position: relative; }

/* page_honor */
.page_honor{ padding: 60px 0; position: relative; background:#fff;}
.page_honor .swiper-slide .text-center{font-size: 16px; line-height: 36px; color: #444;}
.page_honor .swiper-slide .text-center p{  font-size: 16px;text-align: center; line-height: 50px; background: #fafafb;}
.page_honor .swiper-slide a{display: block;  padding: 10% 15px; background: #fff;}
.page_honor .swiper-slide a img{max-width: 100%; display: block;transform: scaleX(1) scaleY(1);
-webkit-transition: all .5s;
-moz-transition: all .3s;
transition: all .5s;}
.page_honor .swiper-slide a img:hover{  transform: scaleX(1.05) scaleY(1.05);}
.page_honor .swiper-slide:nth-of-type(2n){/*margin-top: 20px;*/}
.page_honor .swiper-button-next, .page_honor .swiper-button-prev, .page_honor .swiper-button-next:before, .page_honor .swiper-button-prev:before{border-color: #333;}

.page_honor .swiper-button-next, .page_honor .swiper-button-prev{opacity: 1; width: 60px; height: 60px; border-width: 1px; border-style: solid; -webkit-border-radius: 50%; border-radius: 50%; background: none;position: absolute; top:50%;}
.page_honor .swiper-container{ width:86%;}
.page_honor .swiper-button-next:before,.page_honor .swiper-button-prev:before{position: absolute; display: block; content: ""; top: 50%; left: 50%; margin-top: -8px; width: 16px; height: 16px; border-top-width: 2px; border-right-width: 2px; border-bottom-width: 0; border-left-width: 0; border-style: solid; -webkit-transition: all 0.3s; transition: all 0.3s;}
.page_honor .swiper-button-next:before{margin-left: -10px; -webkit-transform: rotate(45deg); transform: rotate(45deg);}
.page_honor .swiper-button-prev:before{margin-left: -5px; -webkit-transform: rotate(-135deg); transform: rotate(-135deg);}
.page_honor .swiper-button-prev{left: 0;}
.page_honor .swiper-button-next{right: 0;}



.page_con{padding:50px 0; position: relative;}
.page_con .p_con{background: #fff; line-height: 28px; font-size: 14px; padding: 50px;}


.page_yw{padding: 60px 0; position: relative; }
.page_yw .yw_c{ font-size: 15px; line-height: 30px; }



/* 招商加盟 */
.page_jm{ padding: 60px 0; position: relative; }
.page_jm .jm_tit{ font-size: 20px; color: #333; text-align: center;font-weight: bold; }
.page_jm .jm_c{ margin-left: -1%; margin-top:40px;font-size: 15px;
    line-height: 30px;}
.page_jm .jm_c dd{ float: left; display: block; width: 32.33333%; margin-left: 1%; background-color: #fff; transition:0.3s; -webkit-transition:0.3s; position: relative; z-index: 1; height:246px; cursor:pointer;}
.page_jm .jm_c dd:before{ content: "";  width:100%; height:4px; background:#e3001e; position:absolute; left:0; bottom:0px; z-index: -1; transform-origin:100%; -webkit-transform-origin:100%; -webkit-transition:-webkit-transform .44s cubic-bezier(.4,0,.2,1); transition:-webkit-transform .44s cubic-bezier(.4,0,.2,1); transition:transform .44s cubic-bezier(.4,0,.2,1); transition:transform .44s cubic-bezier(.4,0,.2,1),-webkit-transform .44s cubic-bezier(.4,0,.2,1); transform:scaleX(0); -webkit-transform:scaleX(0); visibility:hidden\9; }
.page_jm .jm_c dd .j_ico{ margin:0 0 20px;}
.page_jm .jm_c .item{ padding: 25px 12% 35px;}
.page_jm .jm_c .t{ font-size: 22px; color: #333333; border-bottom: 1px solid #cacaca; padding-bottom: 10px; margin-bottom: 25px;font-weight: bold;}
.page_jm .jm_c .c{ font-size: 14px; line-height: 28px;color: #999; }
.page_jm .jm_c dd:hover{ box-shadow:0 0 10px rgba(0,0,0,0.2);}
.page_jm .jm_c dd:hover .t{ color: #CC0000;}
.page_jm .jm_c dd:hover:before{ transform:scaleX(1); -webkit-transform:scaleX(1); -moz-transform:scaleX(1); transform-origin:0; -webkit-transform-origin:0; visibility:visible\9;}

.page_bz{ padding: 60px 0; position: relative; background: #fff; }
.page_bz .bz_tit{ font-size: 20px; color: #333; text-align: center; font-weight: bold;}
.page_bz .bz_c{ margin-top: 40px; position: relative; }
.page_bz .bz_c li{ width: 277px; float: left;margin-right: 30px; }
.page_bz .bz_c li:nth-child(4n) { margin-right: 0; }
.page_bz .bz_c li .bz_img{ width: 100%;position: relative; overflow: hidden; }
.page_bz .bz_c li .bz_img img{ display: block;width: 100%;height: auto;-webkit-transition: 0.5s ease-in-out;-o-transition: 0.5s ease-in-out;transition: 0.5s ease-in-out;transform-origin:50% 50%;  }
.page_bz .bz_c li:hover .bz_img img{-webkit-transform: scale(1.1);-ms-transform: scale(1.1);-o-transform: scale(1.1);transform: scale(1.1);}
.page_bz .bz_c li p{ width: 100%; line-height: 60px; text-align: center; font-size: 15px;font-weight: bold;color: #333; }

.page_zyc{ padding: 60px 0; position: relative;}
.page_zyc .zyc_tit{ font-size: 20px; color: #333; text-align: center;font-weight: bold; }
.page_zyc .zyc_c{ width: 100%; margin-top: 40px; }
.page_zyc .zyc_c li { width: 380px; margin-right: 30px; float: left; }
.page_zyc .zyc_c li:nth-child(3n) { margin-right: 0; }
.page_zyc .zyc_c li .zyc_img{ width: 100%;position: relative; overflow: hidden; }
.page_zyc .zyc_c li .zyc_img img{ display: block;width: 100%;height: auto;-webkit-transition: 0.5s ease-in-out;-o-transition: 0.5s ease-in-out;transition: 0.5s ease-in-out;transform-origin:50% 50%;  }
.page_zyc .zyc_c li:hover .zyc_img img{-webkit-transform: scale(1.1);-ms-transform: scale(1.1);-o-transform: scale(1.1);transform: scale(1.1);}

.page_tx{ padding: 60px 0; position: relative; background: #fff;}
.page_tx .tx_tit{ font-size: 20px; color: #333; text-align: center; font-weight: bold;}
.page_tx .tx_c{ width: 100%; margin-top: 40px; }
.page_tx .tx_c li{ width: 255px; float: left;margin-right: 60px; }
.page_tx .tx_c li:nth-child(4n) { margin-right: 0; }
.page_tx .tx_c li .tx_s{ border: 3px #999 solid; width: 249px; height:60px; position: relative;}
.page_tx .tx_c li .tx_s dd{ font-size: 48px; color: #e62e37;position: absolute; width: 80px; height: 60px; left: 50%; margin-left: -40px; background: #fff; z-index:222; text-align: center; top:-30px; font-weight: bold;}
.page_tx .tx_c li p{font-size: 18px; font-weight:  bold; text-align: center; line-height: 50px;}
.page_tx .tx_n{ font-size: 15px; line-height: 30px; color: #333; width: 90%; text-align: center; margin:40px auto 0; }

.page_bj{ padding: 60px 0; position: relative; }
.page_bj .bj_tit{ font-size: 20px; color: #333; text-align: center;font-weight: bold; }
.page_bj .bj_c{ width: 100%; margin-top: 40px; }
.pr{ position:relative; margin-top: 40px;}
.page_bj .box4 .auto{width: 30.93%; margin: 0 auto;}
.page_bj .box4 .auto img{ max-width: 100%; display: block;}
.radius-half{-webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%;}
.pa{ position: absolute;}
.pr0{padding-right: 0 !important;}
.pl0{padding-left: 0 !important;}
.page_bj .box4 img.pa{position: absolute; top: 10.3%; left: 10.3%; width: 79.4%;}
.page_bj .box4 .cover{top: 10.3%; left: 10.3%; right: 10.3%; bottom: 10.3%; background: rgba(0,0,0,.6);}
.page_bj .box4 .project-tit{top: 50%; left: 50%; text-align: center; -webkit-transform: translate(-50%,-50%); transform: translate(-50%,-50%); color: #fff;font-size: 15px;line-height: 28px; width: 64%;}
.page_bj .box4 .project-tit .f60{top: 0;}
.page_bj .box4 .item{position: absolute;}
.page_bj .box4 img{ max-width: 100%; display: block;}
.page_bj .box4 .item h4{font-size: 30px; color: #e60012; font-weight: bold;margin-top: 10px;margin-bottom: 10px;}
.page_bj .box4 .item p{margin-bottom: 0; font-size: 14px; color: #888;}
.page_bj .box4 .item1{top: 0; right: 68%; left: 0; text-align: right;}
.page_bj .box4 .item2{top: 0; left: 68%; right: 0; text-align: left;}
.page_bj .box4 .item3{top: 36%; right: 72%; left: 0; text-align: right;}
.page_bj .box4 .item4{top: 36%; left: 72%; right: 0; text-align: left;}
.page_bj .box4 .item5{bottom: 0; right: 68%; left: 0; text-align: right;}
.page_bj .box4 .item6{bottom: 0; left: 68%; right: 0; text-align: left;}

.more_btn{border:2px solid #fff;padding:10px 18px;font-size:16px;position:relative;z-index:2;display:block;color:#fff;-webkit-transition: all 0.5s ease;transition: all 0.5s ease;cursor:pointer;}
.more_btn .i_ico{display:block;background-position:-48px 0px;margin-top:2px;}
.more_btn:hover{color:#fff;}


/* 解决方案 */
.page_anli{position: relative;padding: 50px 0;overflow: hidden;}
.page_anli li {width: 400px;float: left;position: relative;height: 340px;  margin-bottom: 20px;  }
.page_anli li a.newsall {width: 390px;display: block; /* height: 460px; */margin: 0 auto;padding-top: 5px;transition: all 1.5s;}
.page_anli li a.newsall{background: #fff;}
.page_anli li .line {width: 35px;border: 1px solid #ccc;z-index: 0;transition: all 1.5s;margin: 5px auto;}
.page_anli li a:hover .line {width: 70px;border: 1px solid #e62e37;z-index: 0;transition: all 1.5s;margin: 5px auto;}
.page_anli li .pic {width: 380px;height: 144px;margin: 0 auto;transition: all 1.5s;overflow: hidden;}
.page_anli li {height: 340px;}
.page_anli li .pic {width: 380px;height: 220px;margin: 0 auto;transition: all 1.5s;overflow: hidden;}
.page_anli li .pic img {width: 100%;}
.page_anli li .newsmore {width: 30px;height: 30px;position: absolute;margin-top: 10px;bottom: 0px;display: inherit;opacity: 0;left: 50%;margin-left: -16px;border: 1px solid #e1e0e0;background: url(/img/amore1.png) no-repeat center center;transition: all 1.5s;}
.page_anli li.newsmore {width: 30px;height: 30px;position: absolute;margin-top: 10px;bottom: 10px;display: inherit;opacity: 1;left: 50%;margin-left: -16px;border: 1px solid #e1e0e0;background: url(/img/amore1.png) no-repeat center center;transition: all 1.5s;}
.page_anli a.newsmore{width: 30px;height: 30px;display: block;border: 1px solid #58595b;background: #58595b url(/img/amore1.png) no-repeat center center;transition: all 1.5s;}
.page_anli li .nrbg {background: #36312d;width: 400px;height: 210px;}
.page_anli li .nrbg {background: #3a3531}
.page_anli li .nr {transition: all 1.5s;width: 380px;margin: 10px auto;height: 150px;transition: all 1s;top: 160px;}
.page_anli li .nr {height: 90px;}
.bt1 {font-size: 16px;color: #58595b;margin: 0 auto;padding-bottom: 10px;padding-top: 15px;display: block;text-align: center;text-overflow: ellipsis;overflow: hidden;text-overflow: ellipsis;-o-text-overflow: ellipsis;white-space: nowrap;}
.bt2 {font-size: 12px;color: #9b9998;width: 360px;display: block;margin: 0 auto;padding-top: 3px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;line-height: 26px;transition: all 1s;opacity: 1;}


/* 活动 */
.page_huod{position: relative;padding: 50px 0;overflow: hidden;}
.page_huod li {width: 400px;float: left;position: relative;height: 340px;padding-top: 5px; }
.page_huod li a.newsall {width: 390px;display: block; /* height: 460px; */margin: 0 auto;padding-top: 5px;transition: all 1.5s;}
.page_huod li a.newsall:hover {background: #fff;}
.page_huod li .line {width: 35px;border: 1px solid #ccc;z-index: 0;transition: all 1.5s;margin: 5px auto;}
.page_huod li a:hover .line {width: 70px;border: 1px solid #e62e37;z-index: 0;transition: all 1.5s;margin: 5px auto;}
.page_huod li .pic {width: 380px;height: 144px;margin: 0 auto;transition: all 1.5s;overflow: hidden;}
.page_huod li:hover {height: 340px;}
.page_huod li:hover .pic {width: 380px;height: 220px;margin: 0 auto;transition: all 1.5s;overflow: hidden;}
.page_huod li .pic img {width: 100%;}
.page_huod li .newsmore {width: 30px;height: 30px;position: absolute;margin-top: 10px;bottom: 0px;display: inherit;opacity: 0;left: 50%;margin-left: -16px;border: 1px solid #e1e0e0;background: url(/img/amore1.png) no-repeat center center;transition: all 1.5s;}
.page_huod li:hover .newsmore {width: 30px;height: 30px;position: absolute;margin-top: 10px;bottom: 10px;display: inherit;opacity: 1;left: 50%;margin-left: -16px;border: 1px solid #e1e0e0;background: url(/img/amore1.png) no-repeat center center;transition: all 1.5s;}
.page_huod a.newsmore:hover {width: 30px;height: 30px;display: block;border: 1px solid #58595b;background: #58595b url(/img/amore1.png) no-repeat center center;transition: all 1.5s;}
.page_huod li .nrbg {background: #36312d;width: 400px;height: 210px;}
.page_huod li:hover .nrbg {background: #3a3531}
.page_huod li .nr {transition: all 1.5s;width: 380px;margin: 10px auto;height: 150px;transition: all 1s;top: 160px;}
.page_huod li:hover .nr {height: 90px;}
.bt1 {font-size: 16px;color: #58595b;margin: 0 auto;padding-bottom: 10px;padding-top: 15px;display: block;text-align: center;text-overflow: ellipsis;overflow: hidden;text-overflow: ellipsis;-o-text-overflow: ellipsis;white-space: nowrap;}
.bt2 {font-size: 12px;color: #9b9998;width: 360px;display: block;margin: 0 auto;padding-top: 3px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;line-height: 26px;transition: all 1s;opacity: 1;}
.page_huod li:hover .bt2 {opacity: 0;}



/* 新闻 */
.newslist{padding:50px 0; position: relative;}
.newslist li{ padding:2% 3%; border:1px #fff solid; border-bottom-color:#f1f1f1;width: 93.8%; background: #fff;}
.newslist li .news_box{position:relative;}
.newslist li .imgbox{width:24%;margin-right: 4%;}
.newslist li .imgbox img{ width: 100%; }
.newslist li .info{width: 85%;}
.newslist li .info .title{font-size:24px;margin:0 0 8px;}
.newslist li .info .p{font-size:13px; color:#727272;line-height: 23px;height: 46px;overflow: hidden;}
.newslist li .info ._tools{display: inline-block;border: 1px #efefef solid;border-radius: 20px;overflow: hidden; margin-top: 25px;height: 24px;line-height: 24px;}
.newslist li .info ._tools span{display:inline-block;padding: 0 15px;border-left: 1px #e5e5e5 solid;margin-left: -1px;vertical-align: top;}
.newslist li .info ._tools ._vew:hover,.newslist li .info ._tools .bdsharebuttonbox:hover{ background-color:#f8f8f8;}
.newslist li .info ._tools .bdsharebuttonbox .bds_more{background: none;margin: 0;padding: 0;line-height: 24px; height:24px;}
.newslist li .info ._tools .bdsharebuttonbox .bds_count{background: none; width: auto;height: 24px;margin: 0;line-height: 24px;padding: 0 5px;display:none;}
.newslist li .info ._tools .bdsharebuttonbox i{margin:0;}
.newslist .date{position: absolute;right: 0;top: 50%;margin-top: -60px;}
.newslist .date span{ color:#3f3f3f;font-family: Arial; font-weight: bold; display:block;}
.newslist .date .day{font-size:70px;line-height: 52px;}
.newslist .date .month{font-size:20px;    margin-top: 15px;}
.newslist li:hover{border:1px #e62e37 solid;}
.newslist li:hover .date span{color:#e62e37;}


/* 团膳管理与服务  */
.ts_list{width:1200px; height:auto; }
.ts_list ul{padding:70px 0 10px 0; margin:0; }
.ts_list li{width:285px; height:235px; background:#fff; float:left; margin-right:20px; display:inline-block; position:relative; cursor:pointer;
  -webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;
}
.ts_list li:nth-child(4n){margin-right:0px;}
.ts_list li .cover{width:100px; height:100px; border-radius:50%; margin-left:auto; margin-right:auto; position:relative; top:-50px;background: -webkit-linear-gradient(130deg, #e62e37, #9b1b1c);  background: -o-linear-gradient(130deg, #e62e37, #9b1b1c); background: -moz-linear-gradient(130deg, #e62e37, #9b1b1c); background: linear-gradient(130deg, #e62e37, #9b1b1c);}
.ts_list li .cover img{display:block; height:50px; padding: 25px;}
.ts_list li .data{text-align:center; }
.ts_list li .data .zh{display:block; font-family:microsoft yahei; font-size:18px; color:#222; margin-bottom:10px;}
.ts_list li .data .en{display:block; font-family:microsoft yahei; font-size:18px; color:#666; font-weight:  bold;}
.ts_list li:hover{-moz-box-shadow:0 0 10px rgba(230,46,55,0.25); -webkit-box-shadow:0 0 10px rgba(230,46,55,0.25); box-shadow:0 0 10px rgba(230,46,55,0.25);}
.ts_list li:before{content:''; display:block; width:2px; height:30px; background:#cc0917;position:absolute; bottom:36px; left:149px; z-index:3;
  -webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;}
.ts_list li:hover:before{bottom:0px; height:60px;}

.page_gz{ padding: 60px 0; position: relative; background: #fff; }
.gz_list{ width: 100%; position: relative; }
.gz_list li{ width: 585px; float: left; position: relative; overflow: hidden; margin-right: 30px; }
.gz_list li:nth-child(2n){margin-right:0px;}
.gz_list li .gz_img{ width: 100%;position: relative; overflow: hidden; }
.gz_list li .gz_img img{ display: block;width: 100%;height: auto;-webkit-transition: 0.5s ease-in-out;-o-transition: 0.5s ease-in-out;transition: 0.5s ease-in-out;transform-origin:50% 50%;  }
.gz_list li:hover .gz_img img{-webkit-transform: scale(1.1);-ms-transform: scale(1.1);-o-transform: scale(1.1);transform: scale(1.1);}
.gz_list li h2{text-align: center; font-size: 16px; color: #333;line-height: 50px; width: 100%;}

.page_hy{ padding: 60px 0; position: relative;}
.hy_list{ width: 100%; position: relative; }
.hy_list li{ float: left; width: 410px; }
.hy_list li .hy_img{ width: 100%; position: relative; overflow:  hidden; }
.hy_list li .hy_img img{ display: block;width: 100%;height: auto;-webkit-transition: 0.5s ease-in-out;-o-transition: 0.5s ease-in-out;transition: 0.5s ease-in-out;transform-origin:50% 50%;  }
.hy_list li p{ width: 86%; line-height: 26px; font-size: 15px; color: #000; text-align: center; margin-top: 10px;padding: 0 7%;}
.hy_list .hy_jt{ float: left;margin: 94px 140px; }

.page_yf{ padding: 60px 0; position: relative; background: #fff;}
.yf_list{ width: 100%; position: relative; }
.yf_list li{ float: left; width: 500px; }
.yf_list li .yf_img{ width: 100%; position: relative; overflow:  hidden; }
.yf_list li .yf_img img{ display: block;width: 100%;height: auto;-webkit-transition: 0.5s ease-in-out;-o-transition: 0.5s ease-in-out;transition: 0.5s ease-in-out;transform-origin:50% 50%;  }
.yf_list li p{ width: 86%; line-height: 26px; font-size: 15px; color: #000; text-align: center; margin-top: 10px;padding: 0 7%;}
.yf_list .yf_jt{ float: left;margin: 78px 50px; }


/* 图标 */
.ico { display: inline-block; overflow: hidden; width: 20px; height: 20px; 
	vertical-align: middle; background: url(../images/ico.png);margin:0 .3em;}
.ico2_2 { background-position: -20px -20px;}


.page_news{ padding: 50px 0; position: relative; }
.detail_news{  background: #fff;padding:6%;}
.pageNewsT{ width:100%; margin:0 auto; font-size:30px; text-align:center; color:#222; font-weight:bold;}
.pageNewsC{ width:100%; margin:0 auto; font-size:14px; color:#666; text-align:center; padding:25px 0; border-bottom: solid 1px #eee;}
.pageNewsC p{ margin: 0 10px;text-align: center;display: inline-block; }
.pageNewsD{ width:100%; margin:0 auto; font-size:14px; color:#333; line-height:28px; margin-top:20px;}
.pageNewsD img{ max-width:100%; margin:5px 0;}


/* page_Talent */
.page_Talent{ width: 100%; padding: 50px 0;}
.page_Talent .page_ln{margin-top: 50px;background: #fff;padding: 30px;}
.page_Talent .page_ln .img{ float: left; width: 384px; }
.page_Talent .page_ln .z_lnc{ width: 800px; float: right;    font-size: 15px; line-height: 30px;}
.page_Talent .page_ln .z_lnc span{ font-weight: bold;color:#086b66;}
.zp_con{ text-align: center;width: 70%;margin: 0 auto;}
.zp_con .zp-zh{ font-size: 24px; color: #333; font-weight: bold; }
.zp_con .zp-zh1{ font-size: 15px; line-height: 28px; margin-top: 20px; }


/* page_zhaopin */
.page_zhaopin{width: 100%;padding: 50px 0;}
.de_cc_pic {width: 100%;position: relative;overflow: hidden;height: 0;padding-bottom: 25%;}
.de_cc_pic img {width: 100%;-webkit-transition: all 0.5s;-o-transition: all 0.5s; transition: all 0.5s;}
.de_cc_pic:hover img {-webkit-transform: scale(1.05); -ms-transform: scale(1.05);-o-transform: scale(1.05); transform: scale(1.05);}
.de_cc_dpic { width: 100%;position: relative;overflow: hidden;height: 0;padding-bottom: 37.4%;}
.de_cc_dpic img {width: 100%;}
.de_cc_tpic {float: left;width: 100%;height: 0;overflow: hidden;padding-bottom: 37.6%;}
.join_left .de_cc_text {width: 48%;color: #fff;line-height: 25px;position: absolute;top: 18%;left: 5%;font-size: 15px;background: rgba(204,9,23,0.8);padding: 30px;}
.hrList{ margin: 32px 0px 0px; font-size: 16px;border: 1px solid #eee;}
.hrList .hspan{ cursor:pointer; width: 25%; display: block; float: left; height: 50px; line-height: 50px;}
.hrList .hspan2{ cursor:pointer; width: 25%; display: block; float: left; height: 50px; line-height: 50px;font-size: 14px;}
.hrList .hspan1{  width: 75%; font-size: 16px;display: block; float: left; height: 50px; line-height: 50px; color: #000; font-weight: 600;}
.z_jy{padding: 0 2%; width: 96%;}
.t_zy{ padding: 0 2%; width: 96%;}
.hrList .hrdt{ background-color: #9d9b9b; color: #fff;}
.hrList dd{  position: relative; background-color: #fff; cursor:pointer;}
.hrList .hrdt{ height: 50px; overflow: hidden;}
.hrList .hrT{ background: #fff; color:#666666;border-bottom: 1px solid #E4E4E4;}
.hrList .hrT .hspan{ line-height: 50px; height: 50px;font-size: 14px;}
.hrList dd:hover .hspan1{ color:#e62e37;}
.hrList .ib{ width:16px; height:16px; float: right;margin-top: 17px; display: block; position:relative; transition:400ms;-webkit-transition:400ms;}
.hrList .ib i{ display:block; background-color:#999999;}
.hrList .ib .ic1{ width:2px; height:16px; margin-left:7px;}
.hrList .ib .ic2{ width:16px; height:2px; position:absolute; left:0; top:50%; margin-top:-1px;}
.hrList .hrB{  display: none;border-bottom: 1px solid #E4E4E4;}
.hrList .hrCon{ width: 91%; margin: 0px auto; padding:30px 0px 50px; overflow: hidden;}
.hrList dd.active .hrT,.hrList dd:hover .hrT{ background-color:#f6f6f6; }
.hrList .active .ib i,.hrList dd:hover .ib i{ background-color: #666;}
.hrList dd.active .hrT .hspan1{ color: #e62e37; }
.hrList .active .ib{transform:rotate(90deg);-webkit-transform:rotate(90deg);-o-transform:rotate(90deg);-moz-transform:rotate(90deg);}
.hrList .active .ib .ic2{ display: none;}
.hrList .pageC p{font-size: 14px;color: #21282e;line-height: 28px;}
.rczp {font-size: 14px;background: #e62e37;width: 120px;text-align: center;color: #fff;height: 40px;line-height: 40px;margin-top: 20px;}
.rczp a {font-size: 14px;color: #fff;}
.sq{ text-align:center; font-size: 18px; font-weight: bold;}
.tit1 {padding-left: 15px;line-height: 18px;color: #404040;position: relative;margin-bottom: .7rem;border-bottom: 1px solid #ececec;}
.tit2 {line-height: 3;margin-bottom: .5rem;font-size: 16px;}
.tit-18 {font-size: 18px;line-height: 3.6;background:url(../images/jb.png) left no-repeat;padding-left: 12px;}
.zp{width: 96%;overflow: hidden;display: block;padding: 5% 3.5%;}
.zp>div{float: left;width: 50%;overflow: hidden;margin-bottom: 1%;font-size: 15px;color: #666;}
.zp div input{display: block;width: 90%;border: 0;padding-left: 1em;font-size: 14px;border: 1px solid #ddd;color: #666}
.zp label{ }
.zp .jl{ margin-left: 3%;}
.zp #Textbox-1{}
.zp #TJ5,.page-contact .right #TJ6{ width:47%;height: 3em;border:0;background: #eee; color:#999; margin-bottom: 5%; margin-right: 2.5%;padding-left: 1em;}
.zp option{}
.zp #TJ7{border: 0;display: block;width: 96%;margin-bottom: 3%; height: 180px; font-size: 14px;padding-left: 1em;line-height: 2em;font-family:"microsoft yahei";border:1px solid #ddd;}
.zp #button1{cursor:pointer;padding: 1% 5% 1% 5%;margin-right: 2%;border: 0;font-family:"microsoft yahei";background: #eee; }
.zp #button2{cursor:pointer;padding: 1% 5% 1% 5%;border: 0;font-family: "microsoft yahei";background: #eee; }
.zp #button1:hover{font-family:"microsoft yahei";background: -webkit-linear-gradient(130deg, #e62e37, #9b1b1c);  background: -o-linear-gradient(130deg, #e62e37, #9b1b1c); background: -moz-linear-gradient(130deg, #e62e37, #9b1b1c); background: linear-gradient(130deg, #e62e37, #9b1b1c); color:#fff;}
.zp #button2:hover{font-family:"microsoft yahei";background: -webkit-linear-gradient(130deg, #e62e37, #9b1b1c);  background: -o-linear-gradient(130deg, #e62e37, #9b1b1c); background: -moz-linear-gradient(130deg, #e62e37, #9b1b1c); background: linear-gradient(130deg, #e62e37, #9b1b1c); color:#fff;}
#myform {
     background: #fff;
}
.form-control{height: 34px; padding: 6px 12px; background-color: #fff;}
.zp .jl1 {float: left;width: 14%;overflow: hidden;line-height: 30px;}



/* contact */
.page_contact{ padding:50px 0; }
.contact-list li { width: 25%; float: left; }
.contact-list a { display: block; color: #666; text-align: center; cursor: auto; }
.contact-list .ico { width: 70px; height: 70px; border-radius: 100%; background: #e62e37 url('../images/cta-ico.png') no-repeat; margin: 0 auto; -webkit-transition: 300ms; -o-transition: 300ms; transition: 300ms; }
.contact-list .en { color: #333; font-weight: bold; text-transform: uppercase; margin-top: 10px; font-size: 14px; }
.contact-list .freeTx { text-align: center; padding: 0 10px; margin-top: 20px; }
.contact-list .freeTx p{ font-size: 16px; color: #000; font-weight: bold;}
.contact-list .c2 .ico { background-position: -70px center; }
.contact-list .c3 .ico { background-position: -140px center; }
.contact-list .c4 .ico { background-position: right center; }
.contact-list { margin-top: 60px; }
.contact_map{width: 98%; height:334px; margin-top: 60px; border:1px #ddd solid; padding:12px; background: #fff;}
#allmap {height: 100%;width: 100%;margin: 0 auto; }

/*底部*/
.foot{ width: 100%; background: url('../images/foot_bg.jpg') center no-repeat; position: relative; }
.footer{ padding: 50px 0; }
.weui-flex{ width:100%; float: left;}
.weui-flex dl{ width: 16%; float: left; text-align: center;}
.weui-flex dl dt{ font-size: 16px; color: #fff; line-height: 30px;}
.weui-flex dl dd{ float: left; line-height: 32px; width: 100%; margin-top: 20px;}
.weui-flex dl dd a{color: #fff; font-size: 14px;width: 100%;float: left;}
.weui-flex dl dd a:hover{ font-weight: bold; }
.copyright{font-size: 14px; color: #fff; text-align:center;  line-height: 60px;}
.copyright a{color: #fff;}
.copyright a:hover{ color:#fff; text-decoration: underline;}


/* fenye */
.pages1{ width:100%; margin:30px auto 0;}
.pages1_l{ float:left; width:50%; height:40px;  }
.pages1_l a{ line-height:40px; color:#666;display:block; font-size:14px;}
.pages1_l:hover a{ color:#e62e37;}
.pages1_r{ float:left; width:50%; height:40px; text-align:right;}
.pages1_r a{ line-height:40px; color:#666;display:block; font-size:14px;}
.pages1_r:hover a{ color:#e62e37;}

.pages { padding:0 0 50px; text-align:center; font-size:14px;}
.pages li { display:inline-block; height:26px; line-height:26px; background: none; border:1px solid #ccc;  margin-left:6px;}
.pages li a{text-align:center; color:#333; padding:0 13px;}
.pages .page-active {background:#e62e37; border:1px solid #e62e37;text-decoration:none}
.pages .page-active a{color:#fff; }
.pages li:hover { background:#e62e37; border:1px solid #e62e37; text-decoration:none }
.pages li:hover a{ color:#fff;}
.pages span { display:inline-block; height:26px; line-height:26px; border:1px solid #ccc; color:#333; text-align:center; padding:0 13px;}


/* 表格css */
.pageNewsD table{border-collapse:collapse;width:100%;}
.pageNewsD table,tr{ font-size: 16px; color: #444; }
.pageNewsD table,th, td{border: 1px solid black;text-align: center; font-size: 14px;}



/*main CSS*/
#pictureViewer{width: 100%;height: 100%;position: fixed;top: 0;left: 0;background-color: rgba(0,0,0,.8);z-index: 10000;}
#pictureViewer > .content{background-color: #fff;position: absolute;width: 60%;height: 60%;margin: auto;top: 0;right: 0;bottom: 0;left: 0;}
#pictureViewer .menu-bar{width: 100%;}
#pictureViewer .menu-bar .handel{width: 40px;height: 40px;float: right;background-repeat: no-repeat;background-position: 50%;cursor: pointer;}
#pictureViewer .menu-bar .handel:hover{background-color: #086b66;-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s;}
#pictureViewer .menu-bar .handel.maximization{background-image: url(../images/icons/maximization_black.png);background-size: 14px;}
#pictureViewer .menu-bar .handel.maximization:hover{background-image: url(../images/icons/maximization_white.png);}
#pictureViewer .menu-bar .handel.miniaturization{background-size: 16px;background-image: url(../images/icons/miniaturization_black.png);}
#pictureViewer .menu-bar .handel.miniaturization:hover{background-image: url(../images/icons/miniaturization_white.png);}
#pictureViewer .menu-bar .handel.close-view{background-image: url(../images/icons/close_black.png);background-size: 15px;}
#pictureViewer .menu-bar .handel.close-view:hover{background-image: url(../images/icons/close_white.png);}
#pictureViewer .handel-prev,
#pictureViewer .handel-next{display: inline-block;width: 50px; height: 70px;position: relative;top: calc(50% - 80px);background-repeat: no-repeat;background-size: 25px;background-position: 50%;cursor: pointer;    -webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s;}
#pictureViewer .handel-prev{background-image: url(../images/icons/prev_blank.png);}
#pictureViewer .handel-next{background-image: url(../images/icons/next_blank.png);}
#pictureViewer .handel-prev:hover,
#pictureViewer .handel-next:hover{background-color: #cc0917;}
#pictureViewer .handel-prev:hover{background-image: url(../images/icons/prev_white.png);}
#pictureViewer .handel-next:hover{background-image: url(../images/icons/next_white.png);}
#pictureViewer .picture-content{display: inline-block;width: 80%;height: calc(100% - 80px);position: absolute;margin: 0 auto;left: 0;right: 0;}
#pictureViewer .picture-content .cover{position: absolute;margin: auto;top: 0;right: 0;bottom: 0;left: 0;}
#pictureViewer .counter{position: absolute;bottom: 0;height: 40px;line-height: 40px;width: 100%;text-align: center;color: #808080;font-size: 13px;}
#pictureViewer .hide{display: none;}
#pictureViewer .left{float: left;}
#pictureViewer .right{float: right;}
#pictureViewer .clear-flex{clear: both;}
#pictureViewer img{max-width: 100%;max-height: 100%;}





.pages0 { padding:30px 0 ; text-align:center; font-size:14px;}
.pages0 li { display:inline-block; height:26px; line-height:26px; background: none; border:1px solid #ccc;  margin-left:6px;}
.pages0 li a{text-align:center; color:#333; padding:0 13px;}
.pages0 .page-active {background:#e62e37; border:1px solid #e62e37;text-decoration:none}
.pages0 .page-active a{color:#fff; }
.pages0 li:hover { background:#e62e37; border:1px solid #e62e37; text-decoration:none }
.pages0 li:hover a{ color:#fff;}
.pages0 span { display:inline-block; height:26px; line-height:26px; border:1px solid #ccc; color:#333; text-align:center; padding:0 13px;}


.downlist{ width: 1180px; margin: 0;  padding:0 ;}
.downlist .title{ font-size: 28px; color:#303030; width:100%;word-break:break-all; margin-bottom:20px; }
.picFocus{ float:left;  width:500px;  position:relative;  overflow:hidden;  zoom:1;   }
.picFocus .hd{ width:100%; padding-top:5px;  overflow:hidden; }
.picFocus .hd ul{ margin-left:30px;  overflow:hidden; zoom:1; }
.picFocus .hd ul li{ padding-top:5px; float:left;  text-align:center;  }
.picFocus .hd ul li img{ width:100px; height:65px; border:2px solid #eee; cursor:pointer; margin-right:8px;   }
.picFocus .hd ul li.on{ background:url("images/icoUp.gif") no-repeat center 0; }
.picFocus .hd ul li.on img{ border-color:#086b66;  }
.picFocus .bd li{ vertical-align:middle; }
.picFocus .bd img{ width:498px; height:332px; display:block; border:1px #eee solid; }
.picFocus .prev{ position:absolute; left:0 ; bottom:24px;}
.picFocus .next{ position:absolute; right:0 ; bottom:24px;}

.floatl{ float: left;width: 502px;}
.floatr{ width: 640px; float: right;}
 
.floatr .table-list{ width:100%; line-height: 30px; font-size: 14px; color: #606060;}
.floatr .table-list .input-text{ width:40px; height: 25px; text-align:center; color:#dd2328;}
.floatr .table-list .button{ width: 80px; height: 35px; text-align:center; background:#dd2328; border: none; text-align:center; color:#fff; cursor:pointer; margin-top: 5px; font-size: 14px;}
.floatr .div-bz{ font-size: 14px; margin-top:20px;}
.left02{ width: 100%; margin:20px auto 0; border-top:1px #ccc solid; padding-top:30px;}
.left02 p{ font-size: 14px; line-height: 28px;}
.left02 img{max-width:100%;}
.left02 td{ border: 1px #ccc dashed;}


/* 问卷调查 */
.dc_box{ padding: 80px; background: #fff; }
.dc_box .form-group{ width: 100%; float: left; }
.dc_box .form-group1{ width:48%;  float: left; margin-right: 4%; margin-top: 10px; }
.dc_box .form-group1:nth-last-of-type(1){margin-right:0px;}
.dc_box .col-2{ width: 100%; float: left; line-height: 30px;font-size: 16px;color: #333;margin-bottom: 10px;}
.dc_box .radio-inline{ float: left; width: 100%; margin-bottom: 10px; }
.dc_box .form-group .control{ padding: 6px 12px; background-color: #fff;  border: 1px solid #ccc;height:170px; width:1012px;}
.dc_box .form-group1 .control{ padding: 6px 12px; background-color: #fff;  border: 1px solid #ccc;height:30px;  width: 95%;}
.dc_box  .btn{float: left;border: 0;width:195px;height: 50px;cursor: pointer;text-align: center;font-size: 16px;color: #fff; margin-top: 30px;
font-family:"microsoft yahei";background: -webkit-linear-gradient(130deg, #e62e37, #9b1b1c);  background: -o-linear-gradient(130deg, #e62e37, #9b1b1c); background: -moz-linear-gradient(130deg, #e62e37, #9b1b1c); background: linear-gradient(130deg, #e62e37, #9b1b1c);}



/* kefu */
.float_qq{ position:fixed; top:300px; right:0; width:50px; height:203px; z-index:6666;}
.float_qq li{ width:auto; height:50px; z-index:20;}
.float_qq li.float_qq1,.float_qq li.float_qq4{ position:absolute; left:0; width:62px;}
.float_qq li.float_qq1{ top:153px}
.float_qq li.float_qq2{ position:absolute; top:0; left:0; width:126px;}
.float_qq li.float_qq3{ position:absolute; top:51px; left:0; width:172px;}
.float_qq li.float_qq4{ top:102px;}
.float_qq4{ position:absolute; /*top:153px; */left:0;}
.float_qq4 a{ background: url(../images/xd/float_qqicon4.png) no-repeat;}
.float_qq li a{ display:block; font-family:"Microsoft Yahei"; color:#FFF; font-size:14px; height:50px; line-height:50px; overflow:hidden; background-color:#000; opacity:0.8; border-radius:6px;}
.float_qq li a img{ display:block; float:left; vertical-align:middle; width:24px; height:24px; margin:12px 12px 14px 14px;}
.float_shwx{ position:absolute; top: -94px; left:-140px; background:url(../images/xd/float_wxbd.png) no-repeat bottom right; width:140px; height:140px; padding-bottom:9px; display:none;}
.float_shwx img{ display:block; background-color:#FFF; width:140px; height:140px;}
.new-float{
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 9999;
  width: 77px;
  height: 374px;
  margin-top: -150px;
}
.new-float li{
  position: relative;
  width: 77px;
  height: 57px;
  margin-bottom: 1px;
  line-height: 27px;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  background: -webkit-linear-gradient(130deg, #e62e37, #9b1b1c);  background: -o-linear-gradient(130deg, #e62e37, #9b1b1c); background: -moz-linear-gradient(130deg, #e62e37, #9b1b1c); background: linear-gradient(130deg, #e62e37, #9b1b1c);

}
.new-float li.hover{
  overflow: hidden;
}
.new-float li a{
  display: inline-block;
  color: #fff;
  font-size: 12px;
}
.new-float li a.tit{
  width: 77px;
  height: 27px;
  padding: 30px 10px 0 0;
  color: #fff;
}
.new-float li p{
  position: relative;
  z-index: 2;
  height: 27px;
  padding-top: 30px;
  cursor: pointer;
}
.new-float li.fi dd{
	position:absolute;
	width:77px;
	text-align:center;
	bottom:0;
}
.new-float li.se a{
  background: url(../img/bg_float02.png) no-repeat;
}
.new-float li.th a{

  background: url(../images/xd/float_qqicon2.png) no-repeat;
}
.new-float li.th1 a{

  background: url(../images/xd/float_wjicon1.png) no-repeat;
}
.new-float li.fo a.tit{
  background: url(../img/bg_float04.png) no-repeat;
}
.new-float li.fif p{
  background: url(../images/xd/bg_float05.png) no-repeat;
  font-size: 12px;
}
.new-float li.zixun a{
  background: url(../img/bg_float01.png) no-repeat;
}
.new-float li.six a{
  background: url(../images/xd/xxf_bg_float01.png) no-repeat;
  cursor: pointer;
}


.new-float li .tel{
 position: absolute;
left: 74px;
top: 0;
z-index: 1;
width: 187px;
height: 57px;
font: 24px/57px Arial;
color: #fff;
background: url(../images/xd/bg_float06.png) no-repeat;
cursor: pointer;
}
.new-float a.mof{
  display: inline-block;
  width: 54px;
  height: 71px;
  padding: 12px 11px 0 12px;
  margin-top: 10px;
  *margin-top: 7px;
  background: url(../images/xd/bg_float07.png) no-repeat;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
}








