﻿
body {
	font-family: "Open Sans", 'regular', "Microsoft YaHei", sans-serif, Arial;
	font-weight: normal;
	font-size: 14px;
	line-height: 1;
	overflow-y: scroll;min-width:1200px;
}
html, body, div, applet, object, iframe, h1,h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
body * {
	-webkit-text-size-adjust: none;
}
ul,ol,li,dl{
  list-style: none;
}
.clear {
	clear: both;
	overflow: hidden;
	height: 0px;
	font-size: 0px;
	display: block;
}
input:focus, select:focus, textarea:focus, button:focus {
	outline: none;
}
input, textarea, select {
	font-family: "Open Sans", 'Lato', sans-serif, Arial, "Microsoft YaHei";
	font-weight: 400;
	-webkit-appearance: none;
	border-radius: 0;
}
a, a:link, a:visited, a:active, a:hover {
	cursor: pointer;
	text-decoration: none;
	outline: none;
}
    .container { width: 1200px; margin: 0 auto;}
.inner-wrap {
    width: 100%;
    max-width: 1200px;
    min-width: 320px;
    margin: 0 auto;
}
/* 05 - HEADER */
header .top-line {
	background: #e15416;
	color: #e2e2eb;

}
.top-line .contact {
	float: left;
}
.top-line .contact span {
	margin-right: 30px;
}
.top-line .contact span img {
	margin-left: 12px;
}
.top-line .contact a {
	color: #e2e2eb;
}
.top-line .contact a:hover {
	color: #fff;
}
.top-line .social {
	float: right;margin-right: 55px;
}
.top-line .social a {
	display: block;color: #fff;
	float: left;
	width: 125px;	line-height: 66px;
	text-align: center;
	border-left: 1px solid #36305c;
}
.top-line .social a:last-child {
	border-right: 1px solid #36305c;
}
.top-line .social a:hover {
	background: #312676;
}

#menu {
  overflow: hidden;
  height: 100%;
  float: left;margin-top:7px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#menu #ensconce {
  /*隐藏菜单样式*/
  width: 0.35rem;
  height: 100%;
  background-color: #20343c;
  float: left;
  text-align: center;
  position: relative;
  display: none;
}
#menu #ensconce h2 {
  cursor: pointer;
  color: #fff;
  font-size: 0.24rem;
  line-height: 0.5rem;
  width: 100%;
  position: absolute;
  top: 35%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(0%, -50%);
}
#menu #ensconce h2 img {
  width: 52%;
}
#menu #open {
  /*显示菜单样式*/
  width:9.6rem;
  height: 100%;
  padding-bottom: 0.1rem;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
}
#menu #open .navH {
  height: 0.6rem;
  background-color: #44495a;
  line-height: 0.6rem;
  text-align: center;
  font-size: 0.2rem;
  color: #fff;
  position: relative;
  box-sizing: border-box;
}
#menu #open .navH span {
  position: absolute;
  top: 49%;
  right: 0;
  padding: 0 0.15rem;
  cursor: pointer;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: inline-block;
}
#menu #open .navH span .obscure {
  width: 0.24rem;
}
#menu #open .navBox {
  height: 100%;
  padding-left: 0.05rem;
  padding-right: 0.07rem;
  margin-top: 0.1rem;
}
#menu #open .navBox ul li {
  cursor: pointer;
  margin-bottom: 4px;
}
#menu #open .navBox ul li .obtain {
	background-color: #; 
}
#menu #open .navBox ul li .obtain:hover {
	background-color: #; 
}
#menu #open .navBox ul li h2 {
  position: relative;
  width: 100%; text-align: center;
  /*line-height: 50px;*/font-weight:100;
  color: #fff;
  font-size: 18px;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
}
#menu #open .navBox ul li h2 i {
  position: absolute;
  top: 50%;
  right: 0rem;
  border-top: 0.47rem transparent dashed;
  border-left: 0.47rem solid #fff;
  border-right: 0.47rem transparent dashed;
  border-bottom: 0.47rem transparent dashed;
  display: inline-block;
  -webkit-transition: -webkit-transform 0.6s ease;
  -moz-transition: -moz-transform 0.6s ease;
  -o-transition: -o-transform 0.6s ease;
  -ms-transition: -ms-transform 0.6s ease;
  transform-origin: 4px 3px;
  -webkit-transform: translate(0, -50%);9.6
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);    transform: rotate(90deg);
}
#menu #open .navBox ul li h2 .arrowRot {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
#menu #open .navBox ul li .secondary {
  overflow: hidden;position: absolute;width:9.6rem;    z-index: 9999;
  height: 0;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
}
#menu #open .navBox ul li .secondary h3 {     z-index: 9999;height: 100px;
}
#menu #open .navBox ul li .secondary h3 a{
    line-height: 50px;   width:9.6rem; 
    color: #ffffff;background:#e15416;
    border-bottom: 0.8px solid #e15416;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
#menu #open .navBox ul li .secondary h3:hover {
  background-color: #e15416;
}
#menu #open .navBox ul li .secondary .seconFocus {
  background-color: #e15416;
  -webkit-box-shadow: 3px 3px 3px #aa8c51;
  -moz-box-shadow: 3px 3px 3px #aa8c51;
  box-shadow: 3px 3px 3px #aa8c51;
}


header nav {
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.08);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.08);
	box-shadow: 0 1px 3px rgba(0,0,0,.08);
}
.fixed-top nav {
	position: fixed;
	top: 0px;
	z-index: 250;
	width: 100%;
	background: #fff;
	-webkit-transform: translateZ(0);
	-webkit-transform: translate3d(0, 0, 0);
}
#logo {
	display: block;
	margin-top: 20px;
}
#logo img {
	float: left;
}
#logo .name {
	float: left;
	font-size: 20px;
	line-height: 22px;
	color: #1b1542;
	text-transform: uppercase;
	margin: 20px 0px 0px 9px;
}
#navbar > ul > li {
	margin-left: 112px;
}
#navbar > ul > li:first-child {
	margin-left: 0px;
}
#navbar > ul > li > a {
	font-size: 16px;
	color: #242434;
	text-transform: uppercase;
	padding: 14px 0px;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
}
#navbar > ul > li:hover > a, #navbar > ul > li.active > a {
	background: transparent;/*border-top:4px solid #e15416;*/
	border-bottom: 4px solid #e15416;
}
#navbar ul li ul {
	display: none;
	position: absolute;
	left: 0px;
	z-index: 101;
	width: 196px;
	background: #fff;
	list-style: none;
}
#navbar .dropdown:hover ul {
	display: block;
}
#navbar .dropdown > a:hover ul a {
	display: block;
	color: #242434;
	padding: 12px 0px 12px 15px;
	border-top: 1px solid #d0d8de;
}
#navbar .dropdown.open > a, #navbar > ul > li > a:focus {
	background: transparent;
}
#navbar .dropdown > a:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 0px;
	width: 9px;
	height: 5px;
	margin-top: -2px;
	background: url(../Images/dropdown.png) center center no-repeat;
}
#navbar .dropdown > a {
	padding-right: 15px;
}
#navbar .dropdown ul a {
	display: block;
	color: #242434;
	padding: 8px 0px 8px 15px;
	border-top: 1px solid #d0d8de;
}
#navbar .dropdown ul a:hover {
	color: #fff;
	background: #e15416;
}
#navbar .dropdown ul li:last-child a {
	border-bottom: 1px solid #d0d8de;
}
.navbar-toggle {
	background: #3d356f;
	margin-top: 22px;
}
.navbar-toggle .icon-bar {
	background: #fff;
}


/* 08 - BLOCK "TYPE 1" */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.block.type-1 {
	padding-top: 0px;
	padding-bottom: 0px;
}
.main-slider {
	min-height: 600px!important;
}
.block.type-1 .swiper-slide {
	background-size: cover;
	background-position: center center;
}
.block.type-1 .swiper-container, .block.type-1 .swiper-wrapper, .block.type-1 .swiper-slide, .block.type-1 .swiper-slide .container {
	height: inherit!important;
	min-height: 600px!important;
	position: relative;
	z-index: 100;
}
.block.type-1 .swiper-slide {
	position: relative;
	text-align: center;
}
.block.type-1 .slide-name {
	font-size: 18px;
	color: #bfbfd7;
	text-transform: uppercase;
	margin-bottom: 25px;
}
.block.type-1 .slide-title {
	font-family: "Open Sans", 'medium', Arial, "Microsoft YaHei";
	font-size: 70px;
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 60px;
}
.block.type-1 .slide-text {
	font-family: "Open Sans", 'light', Arial, "Microsoft YaHei";
	font-size: 14px;
	line-height: 27px;
	color: #ffffff;
}
.block.type-1 .pagination {
	position: absolute;
	bottom: 25px;
}
.block.type-1 .pagination span {
	z-index: 101;
}
.block.type-1 .vertical-align {
	position: absolute;
	top: 50%;
	left: 0px;
	transform: translateY(-52%);
	-moz-transform: translateY(-52%);
	-webkit-transform: translateY(-52%);
	-ms-transform: translateY(-52%);
}
.block.type-1 .container.arrows {
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -585px;
	height: inherit!important;
	min-height: 500px!important;
}
.block.type-1 .slider-arrow {
	position: absolute;
	top: 50%;
	border: 2px solid #8480a4;
	padding: 10px 18px;
	margin-top: -25px;
	z-index: 200;
	display: inline-block;
}
.block.type-1 .slider-arrow:hover {
	cursor: pointer;
	opacity: 0.6;
	filter: alpha(opacity=60);
}
.block.type-1 .slider-arrow.left {
	left: 15px;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-bottomright: 15px;
	border-top-left-radius: 15px;
	border-bottom-right-radius: 15px;
}
.block.type-1 .slider-arrow.right {
	right: 15px;
	-webkit-border-top-right-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-topright: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-top-right-radius: 15px;
	border-bottom-left-radius: 15px;
}
.block.type-1 .swiper-pagination-switch {
	width: 14px;
	height: 14px;
	border-radius: 14px;
	-webkit-border-radius: 14px;
	border: 2px solid #fff;
	background: transparent;
}
.block.type-1 .swiper-pagination-switch:before {
	border: none;
}
.block.type-1 .swiper-active-switch {
	border: 2px solid #e15416;
}
.block.type-1 .swiper-active-switch:before {
	width: 7px;
	height: 7px;
	border: none;
	background: #fff;
}


.block {
	padding-top: 30px;
	padding-bottom: 57px;
	background-size: cover;
	background-position: center center;
	overflow: hidden;
}
.block .block-header {
	margin-bottom: 55px;
}
/*.block .block-header:before {
	content: "";
	width: 39px;
	height: 3px;
	background-color: #e15416;
	left: 15px;
	bottom: -1px;
	position: absolute;
}*/
.block .block-header-wrapper {
	/*border-bottom: 1px solid #cdd6dc;*/
	margin-bottom: 50px;
}
.block .block-header .title {
	font-size: 20px;margin-top:30px;
	line-height: 40px;
	font-family: "Microsoft YaHei";
	color: #e15416;
	text-transform: uppercase;
	position: relative;
}
.block .block-header .title .first {
	display: block;
	font-family: 'Century Gothic';
	    font-size: 24px;
    color: #e15416;
	line-height: 30px;
}
.block .block-header .title .blue {
	color: #e15416;
}
.block .block-header .text {
	font-size: 15px;
	font-family: "Open Sans", 'light', Arial, "Microsoft YaHei";
	color: #888;
	line-height: 24px;
	border-left: 1px solid #ededed;
	padding: 3px 15px 3px 30px;
	margin-top: 40px;
}


.block.type-2 {
	padding-bottom: 30px;
}
.block.type-2 .block-header {
	margin-bottom: 0px;
}
.block.type-2 .icon-blocks {
	margin-top: 80px;
}
.block.type-2 .icon-blocks .services {
	margin-bottom: 80px;
}
.icon-blocks .description {
	padding-left: 85px;
}
.icon-blocks .services .title {
	color: #242434;
	font-size: 17px;
	line-height: 24px;
	text-transform: uppercase;
}
.icon-blocks .services .text {
	font-size: 15px;
	font-family: "Open Sans", 'light', Arial, "Microsoft YaHei";
	line-height: 24px;
	color: #242434;
}
.icon-blocks .icon-service {
	float: left;
	background-image: url(../images/pattern.png);
	background-repeat: repeat;
	padding: 15px 9px;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-bottomright: 15px;
	border-top-left-radius: 15px;
	border-bottom-right-radius: 15px;
}
.block.type-2 .breadcrumbs {
	padding-top: 0px
}

.clearfix::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.clearfix {
}

.t-main1{background: #fff;}
.t-mian1C{min-width: 1200px;margin: 0px auto 0 auto;width:100%;}
.t-text{font-size: 18px;color:#111;margin-bottom:5px;}
.t-text2{font-size: 14px;color:#999;font-family:Arial}
.mt30{margin: 10px 0 5px 0;}
.t-mianCon{}
.t-mainsku{width:18.5%;float: left;overflow: hidden;position: relative;border:1px solid #ddd;margin-right:1.5%;margin-bottom:1.5%;
    transition: width .3s, height .3s ,opacity .3s;
    background: url("../images/opacity.png") repeat;height: 160px;text-align: center;
}
.skuShow{background: url("../images/sku-bg.png") repeat;height: 0px;position: absolute;width:100%;transition: width .3s, height .3s ,opacity .3s;top:10px;opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    *left:0px;
}
.skuShow .t-gang{width: 100px;height: 4px;background: #fff;margin: 0px auto  10px auto;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    transition: all .5s;
    opacity: 0;}
.skuShow .t-miantit{text-align: center;color:#e15416;font-size: 30px;margin: 3% 0 2% 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -moz-transform: translateX(-50%);
    transition: all .5s;
    opacity: 0;
}

.skuShow a{color:#e15416; width:44%;margin:5px 5px 0 5px;border-radius: 100px;border: 1px solid #e15416; display: inline-block;height:25px;line-height: 25px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transition: all .5s;
    opacity: 0;font-size: 14px;overflow:hidden;}
.skuShow a:hover{cursor: pointer;background: #e15416; color:#fff;}
.skuLie a{width: 40%;display: block;text-align: center;margin:15px auto 0 auto;overflow:hidden;}
.t-mainsku:hover .skuShow{height: 350px;opacity: 1;filter:alpha(opacity=100);}

.t-mainsku:hover .t-miantit{-webkit-transform: translateY(0);
    transform: translateY(0); opacity: 1;filter:alpha(opacity=100);}

.t-mainsku:hover .t-gang{-webkit-transform: translateX(0px);
    transform:  translateX(0px); opacity: 1;filter:alpha(opacity=100);}

.t-mainsku:hover .skuShow a{-webkit-transform: translateX(0);
    transform: translateX(0); opacity: 1;filter:alpha(opacity=100);}


.index-tit2{ margin-bottom:25px}
.index-tit2 .en{ position: relative; padding-bottom: 10px; font-size: 20px;line-height: 44px; color: #e15416; letter-spacing: 1px; text-transform: uppercase;}
.index-tit2 .en:after{ content:""; display: block; position: absolute; bottom:0;  height: 1px; width: 56px; background: #6e6e6e;}
.index-tit2 em{ font-size: 24px; color: #e15416;  font-family: Arial; letter-spacing: 0px;}


.index-tit{ text-align: center;}
.index-tit .en{ position: relative; padding-bottom: 10px; font-size: 30px;color: #555; line-height: 44px; color: #555; letter-spacing: 1px; text-transform: uppercase;}
.index-tit .en:after{ content:""; display: block; position: absolute; bottom:0; left:50%; height: 1px; width: 56px; margin-left: -28px; background: #6e6e6e;}
.index-tit .tit{ margin-top: 10px; font-size: 14px; color: #aaa; letter-spacing: 0px;}
.index-tit .des{ margin-top: 15px; color: #6c6c6c; line-height: 24px;}

.index-brand{ position: relative; background:url(../Images/index_brand.jpg);  }
.index-brand .img{position: absolute; z-index: 0; top:0; right:0; width: 40%; height: 100%; }
.index-brand .content{ position: relative; z-index: 1; width: 100%; padding: 30px 30px 30px 0px;}
.index-brand .index-tit{ text-align: center;}
.index-brand .index-tit .en{ /*max-width: 475px;*/ letter-spacing:0; color: #fff;}
.index-brand .index-tit .en:after{/*margin-left: 0;*/ background: #5f9789;}
.index-brand .text{ width: 80%;margin: 15px auto; font-size: 14px; line-height: 28px;text-align:center; text-transform: uppercase; color: #fff;} 
.home_sl { margin:30px;}
.home_sl li {  width: 25%;  height:220px; float: left; text-align: center; overflow:hidden; padding:30px 0;}
.home_sl li i{ width: 99px; height: 91px; display: inline-block;}
.home_sl .sl_list01 i {  background:url(../images/sl_icon1.png) no-repeat center;  }
.home_sl .sl_list02 i {  background:url(../images/sl_icon2.png) no-repeat center;  }
.home_sl .sl_list03 i {  background:url(../images/sl_icon3.png) no-repeat center;  }
.home_sl .sl_list04 i {  background:url(../images/sl_icon4.png) no-repeat center;  }
.home_sl li p { color: #555; font-size: 18px; line-height: 30px; margin-top:20px;  }
.home_sl li p em{ font-size:28px; font-weight:bold;color: #e15416}
p.fabbtn {
    width: 170px;
    height: 40px;
    line-height: 40px;
    background-color: #e15416;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
    margin:auto;
    z-index: 1;
}

p.fabbtn a {
    display: inline-block;
    padding-left: 28px;
    font-size: 14px;
    color: #fff;
    vertical-align: top;
    background: url(../images/clock2.png) left no-repeat;
    text-align: center;
}




/*----about----*/
.about{
	height: 704px;
	margin-top: 30px;
	background: url(../images/index_brand2.jpg) no-repeat center;
}

.about-container{
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
.profile-img{
	width: 344px;
	height: 431px;
	overflow: hidden;
	position: relative;
	top: 60px;
	left: 18px;
	float: left;
}
.profile-img img{
	cursor: pointer;
    transition: all 0.6s;
}
.profile-img img:hover{
	transform: scale(1.05);
}
.profile-title{
	width: 162px;
	height: 86px;
	background: #e15416;
	position: absolute;
	top: 60px;
	left: 200px;
	z-index: 2;
}
.profile-title h2{
	font-family: "Microsoft YaHei";float:left;
	font-size: 24px;    font-weight: 100;
	color: #fff;
	/*-webkit-writing-mode: vertical-lr;
	writing-mode: vertical-lr;*/
	padding-top: 15px;    margin: 0;
	padding-left: 22px;
	letter-spacing:8px;
}
.profile-title h3{
	font-family: "Century Gothic";float:left;
	font-size: 15px;font-weight:100;
	color: #fff;
	/*-webkit-writing-mode: vertical-lr;
	writing-mode: vertical-lr;*/
	padding-left: 22px;
	letter-spacing:0.6px;
}
.profile-detail{
	position: absolute;
    left: 404px;
    top: 72px;

}
.profile-text{
	width: 766px;
	color: #777;
    font-size: 14px;
    font-family: "微软雅黑";
    letter-spacing: 1px;
    line-height: 26px;
}
.profile-more{
	width: 100px;
	height: 28px;
	background: url(../images/MORE.png) no-repeat;
	position: absolute;
    top: 126px;
}
.profile-more a{
	color: #fff;
	font-size: 12px;
	padding-left: 14px;
	display: block;
}
.profile-more a:hover{
	color: #ccc;
}
.profile-about{
	margin-top: 30px;
}
.profile-about li{
	float: left;
	margin-left: 10px;
	position: relative;
	cursor: pointer;
}
.profile-about li:first-child{
	margin-left: -20px;
}
.profile-about li img{
	width: 265px;
    height: 244px;
}
.profile-about a{
	width: 265px;
	height: 32px;
	display: block;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	line-height: 32px;
	text-indent: 20px;
	background: rgba(0,0,0,0.5);
	cursor: pointer;
    transition: all 0.3s;
}
.profile-about a:hover{
	transform: scale(1.03);
}
.gywm-cl{
	position: absolute;
	top: 550px;width: 100%;
	left: 0;
}

@font-face{
	font-family: 'AGENCYB';
	src: url('../font/AGENCYB.eot'); 
	src: url('../font/AGENCYB.eot?#iefix') format('embedded-opentype'),
	     url('../font/AGENCYB.ttf')  format('truetype'),
	     url('../font/AGENCYB.svg#YourWebFontName') format('svg');
}
.gywm-cl li{
	color: #fff;
	font-family: "Impact";
	font-size: 48px;
	text-align: center;
	float: left;

}
.gywm-cl li:first-child{
	margin-left: 0;
}
.gywm-cl li p{
	color: #ffffff;
	font-family: "Impact";
	font-size: 14px;
	margin-top: 0px;
	text-align: center;
}


.index-design{ margin-top: 30px;padding-top: 30px; overflow: hidden; background:#f0f0f0 url(../Images/index_design_bg.jpg) bottom right no-repeat;}
.index-design .inner-wrap{ position: relative; }
.index-design .inner-wrap:after{ content: ""; position: absolute;display: block; bottom:0; left:-30px; z-index: 0; content""; height:557px; width: 56px; background:url(../Images/index_design_png.jpg) bottom right;}
.index-design .red-more{ margin-top: 40px;}
/* 必要布局样式css */
.ato-content { width: 1200px;  margin: 0 auto; }
.ato-list ul {height: 420px;}

.ato-list ul li {
	margin-top:30px; width: 31.9%; height: 320px;
    float: left; margin-left: 14px;
    margin-right: 0;text-align: center;background-color: #fff;
    -webkit-transition: height 300ms;
    -moz-transition: height 300ms;
    -ms-transition: height 300ms;
    -o-transition: height 300ms;
    transition: height 300ms;
    position: relative;/*box-shadow: 1px 0px 8px rgba(0,0,0,0.12);*/
    top: 10px;left: -10px;
}

.ato-list ul li:before {content: ''; display: block;width: 100%; height: 100%; position: absolute; top: 0; left: 0; box-shadow: 0 0px 2px rgba(0,0,0,0.24);}
.ato-list ul li div { width: 190px;  margin: 0px 0 15px 0; text-align: center;}
.ato-list ul li div img { width: 100%;height: auto; border: none;display: block;margin: 0 auto;}
.ato-list ul li h3 { font-size: 14px; color: #111; font-weight: normal; margin-bottom: 10px;}
.ato-list ul li p {margin: 0;text-align: left; font-size: 13px;  color: #8e8e8e; line-height: 25px; padding: 0 22px 20px 22px;}

.ato-more { width: 127px;height: 36px; text-align: center;display: none;display: inline-block;border-radius:25px;  border:1px solid #e15416; line-height: 34px;color: #444; font-size: 13px; text-decoration: none;position: absolute; bottom: 30px;left: 35px;}
.ato-more:hover {
    background-color: #e15416;
    border-color: #e15416;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color: #FFF;
}

.ato-list-fl { float: left;}
.ato-title {width: 176px; margin-top: 130px; }
.ato-title h2 {font-size: 30px; line-height: 33px; color: #333; padding: 0; margin: 0;  font-weight: inherit;}
.ato-title p {margin-top: 10px;font-family: Arial, 'light',"Microsoft YaHei";font-size: 20px;color: #bbb;    line-height: 30px;}
.ato-list-fl a { width: 50px; height: 50px;position: relative; margin-top: 54px; margin-right: 10px;float: left; border: 1px solid #ABABAB; display: block;background: #f2f2f2;overflow: hidden;}
.ato-list-fl a img {width: 22px;height: 22px; display: block;border: none;margin: 0 auto;margin-top: 12px;}
.ato-list { float: left;width: 1020px;}
.ato-list ul li:hover {top: -5px; box-shadow: 0 10px 12px rgba(0,0,0,0.12);-webkit-transition: all 0.2s; -moz-transition: all 0.2s; -ms-transition: all 0.2s;-o-transition: all 0.2s;transition: all 0.2s}
.prev:hover .ato-ope { opacity: 0;}
.ato-ope1 { opacity: 0;}
.prev:hover .ato-ope1 { opacity: 1;position: absolute;  top: 0; left: 11px;}
.prev:hover .ato-ope {opacity: 0;}
.ato-ope1 {  opacity: 0;}
.prev:hover .ato-ope1 {opacity: 1; position: absolute;top: 0; left: 11px;}
.next:hover .ato-ope {opacity: 0;}
.ato-ope1 { opacity: 0;}
.next:hover .ato-ope1 {opacity: 1; position: absolute; top: 0;  left: 11px;}
.next:hover .ato-ope {opacity: 0;}
.ato-ope1 { opacity: 0;}
.next:hover .ato-ope1 { opacity: 1; position: absolute;top: 0;right: 11px;}
.ato-list-fl a:hover {  background: #108cee; border: 1px solid #108cee;}



/* ################ job-post-details-area ################ */
.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}
.single-job{
    border-bottom: 1px solid #ddd;
    background: #fff;
    padding-bottom: 10px;
    margin-bottom: 10px;
    -webkit-box-shadow: 0 0 40px -20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 40px -20px rgba(0, 0, 0, 0.1);
    display: table;
    width: 100%;
}
.single-job2{
    background: #f0f0f0;
    padding: 18px;
    margin-bottom: 10px;
    -webkit-box-shadow: 0 0 40px -20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 40px -20px rgba(0, 0, 0, 0.1);
    display: table;
    width: 100%;
}
.titlez h4 {font-size: 18px;line-height: 28px;margin-bottom: 5px;font-weight: 100;}
.titlez h4 a {color: #333333;}
.titlez h4 a:hover {color: #e15416;}
.meta-info{color: #e0e0e0;}
.meta-info p {margin: 0;padding: 0;color: #888; font-size: 14px;line-height: 30px;}
.meta-info p em {
    width: 1px;
    height: 14px;
    background: #e0e0e0;
    margin: 0 8px;
    display: inline-block;
}


.job-post-details-area .single-job {
  padding: 18px;
  margin-bottom: 5px;
  border: 1px solid #EEEFF1;
  -webkit-box-shadow: 0 0 40px -20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 40px -20px rgba(0, 0, 0, 0.1); }

.job-post-details-area .titlez h3 {
  font-size: 22px;
  line-height: 25px;
  margin: 5px 0; }
  .job-post-details-area .titlez h3 a {
    color: #333333; }

.job-post-details-area .meta-info p {
  margin: 0;
  padding: 0;
  margin-right: 15px;
  color: #666666;
  font-size: 14px; }
  .job-post-details-area .meta-info p i {
    margin-right: 5px;
    color: #C0BEBE;
    font-size: 14px; }

.job-post-details-area .job-post-list .sidebar-title {
  margin-bottom: 15px; }
  .job-post-details-area .job-post-list .sidebar-title h3 {
    font-size: 22px; }
    .job-post-details-area .job-post-list .sidebar-title h3:before {
      left: 0; }
    .job-post-details-area .job-post-list .sidebar-title h3:after {
      left: 25%; }

.job-post-details-area .job-post-list .single-job {
  margin-bottom: 15px; }
  .job-post-details-area .job-post-list .single-job:last-child {
    margin-bottom: 0; }

.job-post-details-area .job-post-list .time-btn a {
  border: 1px solid #27AE60;
  padding: 8px 15px;
  border-radius: 4px;
  display: inline-block;
  margin-top: 14px;
  color: #27AE60;
  font-size: 14px; }
  .job-post-details-area .job-post-list .time-btn a:hover {
    border: 1px solid #2EA2DB;
    color: #2EA2DB; }

.job-post-details-area .job-post-list a {
  color: #333333; }

.job-post-details-area .dec-title h4 {
  font-size: 18px;
  color: #333333; }

.single-job {
  display: table;
  width: 100% !important; }
  .single-job .logo {
    width: 65px;
    float: left; }
    .single-job .logo img {
      width: 100%; }
  .single-job .job-meta {
    width: calc(100% - 54px);
    padding-left: 10px;
    float: left; }


.index-news{ padding:15px 0 0px;}
.index-news .index-tit .en{ color: #555; letter-spacing: 2px;}
.index-news .red-more{ margin-top:20px;}
.index-news-tab{ text-align: center;}
.index-news-tab span{ margin:28px 5px 0; display: inline-block; padding: 0 27px; line-height: 30px; height: 32px; border: 1px solid #e3e3e3; color: #585858; cursor: pointer; transition: all ease .2s;  -webkit-transition: all ease .2s;}
.index-news-tab span.active{ background: #e15416; border: 1px solid #e15416; color: #FFFFFF;}
.index-news-tab span:hover{ border: 1px solid #585858; }
.index-news .js-tab-con.active{ display:block;}
.index-news .js-tab-con{ display:none; margin-bottom: 25px; padding:45px 32px 18px; background:#FFFFFF; -webkit-box-shadow:0 0px 10px rgba(4,0,0,.05); -moz-box-shadow:0 0px 10px rgba(4,0,0,.05); box-shadow:0 0px 10px rgba(4,0,0,.05);}

.index-news-con{ /*border-bottom: 1px solid #e8e8e8;*/ }
.index-news-con .box{ float: right; width: 55%; max-width: 630px;}
.index-news-con .box .item{ padding-bottom: 15px;}
.index-news-con .box .item .img{ float: left; width: 25%; overflow: hidden;}
.index-news-con .box .item .img img{width: 100%; transition: all ease .3s;  -webkit-transition: all ease .3s;}
.index-news-con .box .item .con{ margin-left: 28%;}
.index-news-con .box .item .con div{ font-weight: bold; color: #6b6b6b;font-size: 14px;}
.index-news-con .box .item .con p{ margin-top: 10px; font-size: 14px;line-height: 24px; height: 48px; overflow:hidden; color: #858585;}
.index-news-con .box .item .con span{ margin-top: 8px; display:block; height: 20px; line-height: 20px; background: url(../Images/ico_time.png) no-repeat left center; padding-left: 20px; color: #a8a8a8;}
.index-news-con .box .item .con em{ opacity:0; display: block; margin-top: 10px; color: #e15416; text-transform:uppercase; transition: all ease .3s;  -webkit-transition: all ease .3s;}
.index-news-con .box .item a:hover div{ color: #e15416; }
.index-news-con .box .item a:hover .img img{ transform:scale(1.05); -webkit-transform:scale(1.05);}
.index-news-con .box .item a:hover em{ opacity: 1;}
.index-news-con .zhaopin{ float:left; width:40%;}
.index-news-con ul{ float:right; width:40%;}
.index-news-con ul li{ padding-bottom:18px;}
.index-news-con ul li:last-child{ margin-bottom: 0;}
.index-news-con ul li a{ display: block; color: #858585;font-size: 14px;}
.index-news-con ul li span{ margin-right: 15px;font-size: 14px;}
.index-news-con ul li a:hover{ color: #e15416;}


.index-project{ position: relative; z-index:0; padding:50px 0 75px; background:url(../Images/index_project_bg.jpg) bottom center no-repeat;}
.index-project .index-case-list{ margin-top: 42px;}
.index-project .red-more{ margin-top: 50px;}


.index-case-list{ margin:0 -2px;}
.index-case-list li{ float: left; margin:0.4%; width:11.4%; text-align: center; border:1px solid #ededed;}
.index-case-list li a{ position: relative; display: block;}
.index-case-list li .cimg{ width:100%;}
.index-case-list li .cimg img{ width: 100%;height:60px}
.index-case-list li .text{ position:absolute; bottom:0; left:0; width: 100%; height:0; background:rgba(0,0,0,.75);  transition: all ease .2s;  -webkit-transition: all ease .2s; overflow: hidden;}
.index-case-list li .con{ display: inline-block; vertical-align: middle; width: 100%; color:#FFFFFF;}
.index-case-list li .con p{ position: relative; font-size: 14px; padding:25px 5px 18px;}
.index-case-list li .con p:after{ content:""; position: absolute; bottom:0; left:50%; margin-left: -20px; height: 1px; width:40px; background: rgba(255,255,255,.6);}
.index-case-list li .con div{ margin-top: 20px; opacity: .6;}
.index-case-list li .con div i{ margin: 0 10px; font-style: normal;}
.index-case-list li .con div i em{ font-style: normal;}
.index-case-list li .con span{ margin-top: 25px; display: inline-block; padding:5px 20px; text-transform: uppercase;  border: 1px solid #FFFFFF; opacity: .7;}
.index-case-list li .con+i{  display: inline-block; vertical-align: middle; height: 100%;}
.index-case-list li:hover .text{ height: 100%;}	



	.renz {width: 325px;margin: auto;}
	.renz ul li {float: left;}
	.renz ul li img {height: 50px;margin-left: 3px;}



 .footer {
        width: 100%;
        background: #f5f5f5;
    }

    .footerin {
        overflow: hidden;
        padding: 40px 0 0;
        position: relative;
    }

    /*.footerin:before {
        content: '';
        position: absolute;
        right: 330px;
        top: 70px;
        z-index: 0;
        width: 1px;
        height: 210px;
        background-color: #e3e3e3;
    }*/

    .footinfo {
        position: absolute;
        width: 300px;
        top: 0;
        right: 0;
        z-index: 1;
    }

    .footer1 {
        /*padding-right: 330px;*/
        position: relative;
    }

    .footnav {
        overflow: hidden;
        padding-bottom: 10px;
    }

    .footnav li {
        float: left;
        width: 20%;
        height: 250px;
        overflow: hidden;
        padding-bottom: 30px;
        position: relative;
    }

    .footnav li a.ftmore {
        display: block;
        color: #e15416;
        line-height: 30px;
        text-decoration: underline;
        position: absolute;
        height: 30px;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 1;
        background-color: #f5f5f5;
    }

    .footnav li dt {
        line-height: 30px;
        color: #e15416;    font-size: 15px;
        font-weight: bold;
        margin-bottom: 5px;
    }
    .footnav li dd {
     margin-bottom:20px;padding-left:25px
    }
    .footnav li dd a{
        line-height: 21px;
        color: #555;font-size: 13px;
    }

    .footnav li.on {
        height: 395px;
    }

    .footnav li dt a {
        color: #333;
    }

    .footinfo .hotline {
        height: 30px;
        font-size: 14px;
        color: #333;
        line-height: 30px;
        font-weight: bold;
    }

    .footinfo .hotline span {
        font-size: 24px;
        color: #e15416;
    }

    .footinfo .shoptime {
        height: 24px;
        background-color: #999;
        margin-top: 14px;
        font-size: 14px;
        color: #fff;
        line-height: 24px;
        text-align: center;
    }

    .footinfo .lx1 {
        padding-left: 35px;
        font-size: 14px;
        color: #333;
        line-height: 24px;
        margin-top: 18px;
        background: url(../images/lx4.jpg) top left no-repeat;
    }

    .footinfo .lx2 {
        padding-left: 35px;
        font-size: 14px;
        color: #333;
        line-height: 24px;
        margin-top: 18px;
        background: url(../images/lx2.jpg) top left no-repeat;
    }

    .footinfo .lx3 {
        padding-left: 35px;
        font-size: 14px;
        color: #333;
        line-height: 24px;
        margin-top: 18px;
        background: url(../images/lx3.jpg) top left no-repeat;
    }
     .footer2 {
        width: 100%;
        height: 60px;font-size: 14px;
        line-height: 60px;
        color: #eee; text-align: center;
        background-color: #e15416;
    }

    .footer2 a { color: #eee;  }
    .footer2_link{padding-left:25px;}
    .footer2_link:hover{ text-decoration:underline;}
	
.reLink{width: 100%; height: 25px; border-top: 1px solid #d7d6d6; padding: 15px 0 40px;}
.reLink .nextLink,
.reLink .prevLink{width: 15%; line-height: 25px; color: #666;}
.reLink .nextLink a,
.reLink .prevLink a{color: #666;}
.reLink .nextLink{text-align: right;}
.reLink a:hover{color: #3fb150;}
.span.bds_more,.bds_tools a{line-height: 14px !important;}
.fl{float: left;}
.fr{float: right;}