@charset "UTF-8";
@font-face {
    /* font-properties */
    font-family: NEUTRAFACE;
    src:url('font/NEUTRAFACE.woff'),  
    url('font/NEUTRAFACE.otf'),
    url('font/NEUTRAFACE.eot'); /* IE9 */
}
input[type="reset"]::-moz-focus-inner,input[type="button"]::-moz-focus-inner,input[type="submit"]::-moz-focus-inner,input[type="file"] > input[type="button"]::-moz-focus-inner{border:none;padding:0;margin:0; }
img{-webkit-transition: all 0.5s;
  -moz-transition: all 0.5s; -ms-transition: all 0.5s;-o-transition: all 0.5s;transition: all 0.5s;
  border:0;display: inline-block;max-width: 100%;-ms-interpolation-mode: bicubic;
}
a{color:#333; text-decoration:none;-webkit-transition: all .2s;-moz-transition: all .2s; -ms-transition: all .2s;-o-transition: all .2s;transition: all .2s;}
a.more{position: relative;}
a.more span{position: relative;z-index: 2;}
a.more:after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100px;
  background: rgba(255,255,255,0.3);
  transition: all .3s;
}

html, body {
	font-family:"微软雅黑", Microsoft YaHei;
	/*font-family: "Microsoft YaHei", "微软雅黑" !important;兼容Opera*/ 
	font-family: "华文细黑" !important; 
	font-size:62.5%;
	color:#fff;
	 margin: 0;
    background-size: cover;
    width:100%;
    background: #111;
    overflow-x:hidden;
}
div,form,img,ul,ol,li,dl,dt,dd {margin: 0; padding: 0; border: 0; font-size: 1.4rem;}
li{list-style-type:none;}
img{vertical-align:top;}
h1,h2,h3,h4,h5,h6 { margin:0; padding:0;font-size:1.6rem; font-weight:normal;}
a,button,input{-webkit-tap-highlight-color:rgba(255,0,0,0);}
.clear{clear:both;}


/*首页-top*/
.top{width:100%;height:auto; position:relative;background: url(../images/banner1.jpg) top center no-repeat;background-size:100% auto;}
.nav{width:900px;margin:0 auto;height:78px;padding-top:10px;}
.nav ul li{float: left;width:100px;line-height: 78px;text-align: center;}
.nav ul li a{color: #fff;font-size:1.4rem;}
.nav ul li a:hover{color: #fb0103;}
.nav_active{color:#FB0103 !important;}
.banner{height:1000px;}
.banner_span{position:absolute;top:33%;right:10%;}
@media (max-width: 767px) {
	.top{background: url(../images/banner1.jpg) 13% top no-repeat;background-size: auto 100%;height:530px;}
	.banner_span{width:80%;top:58%;}
	.nav{width:100%;height:40px;padding-top:20px;}
	.nav ul li{display: none;}
	.nav ul li:nth-child(5){display: block;}
	.logo{ position: absolute;top:3%;left:3%;width:16%; }
	}
	
	@media (min-width: 767px) {
		.cd-primary-nav-trigger{display: none;}
	}
/*首页-about*/
.about{width:100%;padding:80px 0;background: #111;}
.about_con{width:1400px;margin:0 auto;}
.about_left{width:370px;padding: 54px 0;float: left;}
.about_rig{width:957px;float: right;}
.about_zw{color: #fff;font-size: 1.6rem;line-height:40px;margin:0 0 25px 0;text-indent: 2em;letter-spacing: 1px;}
.about_eng{color: #a6a6a5;font-size: 1.6rem;margin:0;line-height:30px;letter-spacing: 0.6px;}
.about_more{margin-top:20px;color: #ff6600;float: left;}
.about_more img{margin:3px 0 0 5px;}
@media (max-width: 767px) {
.about{padding:20px 0;}	
.about_con{width:94%;padding:0 3%;float: left;}
.about_left{width:100%;float: inherit;padding:0;}
.about_left img{width:50%;display: block;margin:0 auto 25px auto;}
.about_rig{margin-top:10px;width:100%;float:inherit;}
.about_zw{font-size: 1.4rem;line-height:30px;margin:0 0 10px 0;}
.about_eng{font-size: 1.2rem;margin:0;line-height: 26px;}
.about_more{margin-top:10px;font-size: 1.4rem;}
}
/*首页-work*/
.index_work{width:100%; position: relative;background:#000}
.index_work ul{width:100%;float: left;}
.index_work ul li{float: left; position: relative;width:25%;}
.index_work ul li:first-of-type{height:810px;}
.index_work_bt{ position: absolute;width:calc(100% - 20px);height:70px;background: rgba(0,0,0,0.8);bottom:0;padding-left:20px;}
.index_work ul li a{color: #fff;font-size: 1.6rem;}
.index_work ul li a img{
	 -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    
    filter: grayscale(100%);
	
    filter: gray;
}
.index_work ul li a:hover img{filter:;-webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);}
.index_work ul li p{margin:10px 0;}
.works_tit{width: 65px;
    color: #fff;
    margin-top: 20px;
    position: absolute;
    right: 7%;}
.works_tit h2{font-size: 4.0rem;
    float: left;
    width: 40px;}
.works_tit span{font-size: 1.4rem;
    float: left;
    width: 104px;
 -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.works_more{position:absolute;bottom:20px;right:20px;}
.works_more a{color: #fd0102;font-size:1.6rem;}
@media (max-width: 767px) {
	.index_work ul li{width:100%;}
	.index_work ul li:first-of-type{height:auto;}
	.works_tit{width:100%;text-align: center;position: inherit;margin:20px auto;right:0;}
	.works_tit h2{float:none;width:inherit;font-size: 2.8rem;}
	.works_tit span{
    float: none;
    width: inherit;
 -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    color: #fb0103;
}
.index_work ul{width:100%;float: none;}
.works_more{ position: inherit;bottom:inherit;right:inherit;text-align: center;margin: 20px auto 30px auto;}
}
/*首页-honor*/
.index_ry{width:100%;background:url(../images/lymp_10.jpg) right top no-repeat;}
.index_ry_left{width:50%;margin-left:10%;padding:35px 0;color:#fff;}
.index_h2{font-size: 40px;color: #fff;margin-bottom: 20px;}
.index_h2 span{color: #fd0102;margin-left:5px;font-size: 2.4rem;}
.index_h3{font-size: 2.0rem;width:100%;margin-bottom: 20px;}
	.index_h3 span{color: #fd0102;font-size: 1.8rem;}
.index_ry_left p{margin:0;}
.index_ry_left  li{width:100%;font-size: 1.6rem;line-height: 52px;float: left;}
@media (max-width: 767px) {
	.index_ry{background:url(../images/lymp_10.jpg) 50% top no-repeat;}
	.index_ry_left{width:94%;margin:0 auto;padding:0 3%;float: left;}
	.index_h2{font-size:2.2rem;margin:30px 0;float: left;width:100%;}
	.index_h2 span{font-size: 2.2rem;}
	.index_ry_left p{margin:20px 0;}
	.index_ry_left li{font-size:1.4rem;line-height: 42px;}
	.index_h3{font-size: 1.8rem;width:100%;}
	.index_h3 span{color: #fd0102;font-size: 1.2rem;}
}
/*首页-news*/
.index_news{width:100%;background: #000;padding:60px 0;}
.index_news_con{width:1400px;margin:0 auto;}
.index_news_left{width:800px;float: left;}
.index_news_left ul li{width:100%;margin:25px 0;background: #111;border-radius: 5px;height:210px;float: left;}
.index_news_left ul li img{float: left;width:263px;overflow: hidden;border-top-left-radius:5px;border-bottom-left-radius:5px;}
.index_news_licon{float:left;margin:30px 30px 30px 35px;width:460px;}
.index_news_licon h2{font-size: 1.8rem;margin-bottom: 18px;color: #fff;}
.index_news_licon span{font-size: 1.4rem;color: #a6a6a5;}
.index_news_licon p{ word-break:break-all;
  display:-webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient:vertical;
  overflow:hidden;color: #a6a6a5;line-height:30px;text-indent:2em;}
.index_news_rig{float: right;}
.index_news_bt{font-size:4.0rem;color: #fd0102;margin-bottom: 85px;text-align: right;}
.index_news_bt span{color: #fff;}
.index_news_rig p{text-align: right;font-size: 2.5rem;line-height: 48px;     letter-spacing: 2px;}
.index_news_span{color: #a6a6a5;font-size: 1.6rem;text-align: right;display: block;line-height: 40px;letter-spacing: 0.6px;}
@media (max-width: 767px) {
.index_news{padding:30px 0;}
.index_news_con{width:100%;}
.index_news_rig{width:94%;margin:0 auto;float:left;padding:0 3%;}
.index_news_bt{font-size: 2.2rem;margin-bottom: 30px;text-align: center;}
.index_news_rig p{text-align: center; font-size:1.8rem;}
.index_news_span{text-align: center;}
.index_news_left{width:94%;margin:0 auto;padding: 0 3%;}
.index_news_left ul{float: left;}
.index_news_left ul li{height:inherit;margin:10px 0;}
.index_news_left ul li img{width:28%;}
.index_news_licon{width:68%;margin:2%;float: right;}
.index_news_licon p{display:none;}
.index_news_licon h2{font-size: 1.4rem;margin-bottom: 15px;}
.index_news_licon span{font-size: 1.2rem;}
}
/*首页-contect*/	
.index_cont{width:1400px;margin:100px auto; position: relative;}
.index_cont_rig{width:855px;float: right;margin-top: 480px;}
.index_cont_rig h2{color: #ff6600;font-size: 2.0rem;margin-bottom: 10px;padding-left:180px;letter-spacing: 1px;}
.index_cont_con{border:1px solid #ff6600;padding:20px 0;}
.index_cont_con span{padding:16px 10px;display: block;width:100%;font-size: 1.6rem;margin-left:170px;}
.index_cont_span{font-size:1.4rem;}
.index_bd{width:495px;height:455px;padding:90px;position: absolute;background: #000;}
.index_bd input{border: none; background: none;height:60px;margin-top:40px;color: #fff;font-size: 1.8rem;}
.index_bd input[type=text]{border-bottom: 1px solid #fff;width:100%;}
.index_bd input[type=submit]{background: #111; color: #fff;width:100%;margin-top:70px;}
@media (max-width: 767px) {
.index_cont{width:100%;margin:0; padding:10px 0;}
.index_bd{display: none;}	
.index_cont_rig{margin:0;width:94%;padding:0 3%;float: left;}
.index_cont_rig h2{padding:0;}
.index_cont_con span{margin:0;font-size: 1.4rem;}
.cd-menu-text{ position: absolute;right:3%;top:30px;font-size: 1.6rem; z-index:99999999;}
}

/*动态效果*/
article {
  font-size: 2em;
  font-family: futura, sans-serif;
  overflow-x: hidden;
}
@media (max-width: 460px) {
  article {
    font-size: 1.5em;
  }
}
section {
  position: relative;
  padding: 10vh 10vw;
  min-height: 100vh;
  color: #333;
}
section:nth-child(odd) {
  background: #4dc6e6;
  color: #fff;
}
section:nth-child(3) { background: #0aba58; color: #fff; }
section:nth-child(4) { background: #f8c82d; color: #333; }
pre {
  font-size: .75em;
  background: #222; color: #fff;
  padding: 20px;
}
.box {
  position: relative;
  /*width: 50%; height: 30vh;
  background: #ec484d; margin: 10px; box-shadow: 0 0 10px rgba(0,0,0,.3);
  text-align: center;
  color: #fff;
  font-size: 0.8em;
  padding: 10px;*/
}
.box:nth-child(2) { background: #f8c82d; }
.box:nth-child(3) { background: #0aba58; }
a {
  color: inherit;
}

.delighter.splash {
  transition: all 2s ease-out;
}
.delighter.splash.ended {
  background: #fff;
}
.delighter.right { transform:translate(-100%); opacity:0; transition: all .75s ease-out; }
.delighter.right.started { transform:none; opacity:1; }

.delighter.left { transform:translate(100%); opacity:0; transition: all .75s ease-out; }
.delighter.left.started { transform:none; opacity:1; }

.delighter.bottom { transform:translatey(300%); opacity:0; transition: all .75s ease-out; }
.delighter.bottom.started { transform:none; opacity:1; }

.delighter li { opacity: 0; transform: translatey(400%); transition: all .7s ease-out; }
.delighter.started li { opacity: 1; transform: none; }
.delighter.started li:nth-child(1) { transition: all .7s ease-out .1s; }
.delighter.started li:nth-child(2) { transition: all .7s ease-out .3s; }
.delighter.started li:nth-child(3) { transition: all .7s ease-out .5s; }
.delighter.started li:nth-child(4) { transition: all .7s ease-out .7s; }
.delighter.started li:nth-child(5) { transition: all .7s ease-out .9s; }
.delighter.started li:nth-child(6) { transition: all .7s ease-out 1.1s; }
.delighter.started li:nth-child(7) { transition: all .7s ease-out 1.3s; }
.delighter.started li:nth-child(8) { transition: all .7s ease-out 1.5s; }
.delighter.started li:nth-child(9) { transition: all .7s ease-out 1.7s; }
.delighter.started li:nth-child(10) { transition: all .7s ease-out 1.9s; }
.delighter.started li:nth-child(11) { transition: all .7s ease-out 2.1s; }
.delighter.started li:nth-child(12) { transition: all .7s ease-out 2.3s; }
.delighter.started li:nth-child(13) { transition: all .7s ease-out 2.5s; }
.delighter.started li:nth-child(14) { transition: all .7s ease-out 2.7s; }
.delighter.started li:nth-child(15) { transition: all .7s ease-out 2.9s; }
.delighter.started li:nth-child(16) { transition: all .7s ease-out 3.1s; }
.delighter.started li:nth-child(17) { transition: all .7s ease-out 3.3s; }
.delighter.started li:nth-child(18) { transition: all .7s ease-out 3.5s; }

.delighter pre {
  display: block; transition: all 2s ease-out; opacity: 0;
  padding: 20px 0;
  width: 1px; overflow: hidden;
}
.delighter.started pre {
  max-width: 99999px; width: 100%; opacity: 1;
}
.delighter .box { transition: all 1s ease-out; }
.delighter .box:nth-child(1) { transform: translate(-100%, 0); }
.delighter .box:nth-child(2) { transform: translate(170%, -70%); }
.delighter .box:nth-child(3) { transform: translate(20%, 0%); }

.delighter.started .box:nth-child(1) { transform: translate(0, 0); }
.delighter.started .box:nth-child(2) { transform: translate(70%, -70%); }
.delighter.started .box:nth-child(3) { transform: translate(20%, -120%); }

/*导航*/
.cd-header {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(2, 23, 37, 0.95);
  height: 50px;
  width: 100%;
  z-index: 3;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (min-width: 768px) {
  .cd-header {
    height: 80px;
    background: transparent;
    box-shadow: none;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-header {
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    transition: background-color 0.3s;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .cd-header.is-fixed {
    position: fixed;
    top: -80px;
    background-color: rgba(2, 23, 37, 0.96);
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
  }
  .cd-header.is-visible {
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  .cd-header.menu-is-open {
    background-color: rgba(2, 23, 37, 0.96);
  }
}

.cd-logo {
  display: block;
  position: absolute;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: .875em;
}
.cd-logo img {
  display: block;
}
@media only screen and (min-width: 768px) {
  .cd-logo {
    left: 2.6em;
  }
}

.cd-secondary-nav {
  position: absolute;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10em;
  display: none;
}
.cd-secondary-nav li {
  display: inline-block;
  margin-left: 2.2em;
}
.cd-secondary-nav a {
  display: inline-block;
  color: white;
  text-transform: uppercase;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .cd-secondary-nav {
    display: block;
  }
}

/*.cd-primary-nav-trigger {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50px;
  background-color: #03263d;
}
.cd-primary-nav-trigger .cd-menu-text {
  color: white;
  text-transform: uppercase;
  font-weight: 700;
  display: none;
}
.cd-primary-nav-trigger .cd-menu-icon {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 18px;
  height: 2px;
  background-color: white;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.cd-primary-nav-trigger .cd-menu-icon::before, .cd-primary-nav-trigger .cd-menu-icon:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: white;
  right: 0;
  -webkit-transition: -webkit-transform .3s, top .3s, background-color 0s;
  -moz-transition: -moz-transform .3s, top .3s, background-color 0s;
  transition: transform .3s, top .3s, background-color 0s;
}
.cd-primary-nav-trigger .cd-menu-icon::before {
  top: -5px;
}
.cd-primary-nav-trigger .cd-menu-icon::after {
  top: 5px;
}
.cd-primary-nav-trigger .cd-menu-icon.is-clicked {
  background-color: rgba(255, 255, 255, 0);
}
.cd-primary-nav-trigger .cd-menu-icon.is-clicked::before, .cd-primary-nav-trigger .cd-menu-icon.is-clicked::after {
  background-color: white;
}
.cd-primary-nav-trigger .cd-menu-icon.is-clicked::before {
  top: 0;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.cd-primary-nav-trigger .cd-menu-icon.is-clicked::after {
  top: 0;
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
}*/
@media only screen and (min-width: 768px) {
  .cd-primary-nav-trigger {
    width: 100px;
    padding-left: 1em;
    background-color: transparent;
    height: 30px;
    line-height: 30px;
    right: 2.2em;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .cd-primary-nav-trigger .cd-menu-text {
    display: inline-block;
  }
  .cd-primary-nav-trigger .cd-menu-icon {
    left: auto;
    right: 1em;
    -webkit-transform: translateX(0) translateY(-50%);
    -moz-transform: translateX(0) translateY(-50%);
    -ms-transform: translateX(0) translateY(-50%);
    -o-transform: translateX(0) translateY(-50%);
    transform: translateX(0) translateY(-50%);
  }
}

.cd-primary-nav {
  /* by default it's hidden - on top of the viewport */
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.96);
  z-index: 999999;
  text-align: center;
  padding: 50px 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: auto;
  /* this fixes the buggy scrolling on webkit browsers - mobile devices only - when overflow property is applied */
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.cd-primary-nav li {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 5% 0;
  text-transform: capitalize;
}
.cd-primary-nav a {
  display: inline-block;
  padding: .4em 1em;
  border-radius: 0.25em;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  transition: background 0.2s;
}
.no-touch .cd-primary-nav a:hover {
  background-color: #e36767;
}
.cd-primary-nav .cd-label {
  color: #06446e;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  margin: 2.4em 0 .8em;
}
.cd-primary-nav .cd-social {
  display: inline-block;
  margin: 0 .4em;
}
.cd-primary-nav .cd-social a {
  width: 44px;
  height: 44px;
  padding: 0;
  background-image: url("../img/cd-socials.svg");
  background-repeat: no-repeat;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.cd-primary-nav .cd-facebook a {
  background-position: 0 0;
}
.cd-primary-nav .cd-instagram a {
  background-position: -44px 0;
}
.cd-primary-nav .cd-dribbble a {
  background-position: -88px 0;
}
.cd-primary-nav .cd-twitter a {
  background-position: -132px 0;
}
.cd-primary-nav.is-visible {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
@media only screen and (min-width: 768px) {
  .cd-primary-nav {
    padding: 80px 0;
    right:0;
  }
  
}
@media only screen and (min-width: 1170px) {
  .cd-primary-nav li {
    font-size: 30px;
    font-size: 1.875rem;
  }
  .cd-primary-nav .cd-label {
    font-size: 16px;
    font-size: 1rem;
  }
}

.cd-intro {
  position: relative;
  height: 100%;
  background: url("../img/cd-background-img.jpg") no-repeat center center;
  background-size: cover;
  z-index: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cd-intro h1 {
  position: absolute;
  width: 90%;
  max-width: 1170px;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  color: white;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 300;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .cd-intro h1 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-intro {
    height: 700px;
  }
}

.cd-main-content {
  position: relative;
  z-index: 1;
}
.cd-main-content p {
  line-height: 1.6;
  margin: 2em 0;
}
@media only screen and (min-width: 1170px) {
  .cd-main-content p {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

/*二级-关于*/
.top_about{width:100%;position:relative;height:auto;background: url(../images/about_01.jpg) 14% center no-repeat #0d0d0d; background-size:100% auto;}
.about_wz{ position: absolute;top:35%;left:48%;}
.about_main{width:1400px;margin:0px auto;}
.about_prod{width:100%;}
.about_prod p{text-align: center;line-height:52px;}
.about_prod p span{color: #fb0103;}
.about_prod_cha{font-size:1.6rem;width:780px;margin:0 auto; letter-spacing: 2px;}
.about_prod_eng{font-size:1.6rem;color: #a6a6a5;text-transform:uppercase;letter-spacing:0.6px;}
.about_prod_int{width:100%;margin:20px auto;}
.about_prod_int p{line-height:46px;font-size: 1.4rem;}
.about_prod_int p span{color: #fb0103;}
.about_prod_int_left{width:48%;float: left;text-indent: 2em;letter-spacing: 1px;}
.about_prod_int_rig{width:48%;float: right;letter-spacing: 0.8px;}
.about_prod_int_rig p{color: #a6a6a5;}
.about_gy{width:100%;margin-top:40px;}
.about_gy_left{width:50%;float: left;letter-spacing: 1px;}
.about_gy_right{width:48%;float: right;}
.about_gy_right img{float: right;}
.about_gy_left h2{font-size: 3.0rem;color: #ff6600;margin-bottom: 40px;}
.about_gy_left li{line-height: 3.0rem;font-size: 1.4rem;margin-bottom: 16px;}
.about_gy_left span{font-size: 1.8rem;display: block;width:100%;}
.erji_bottom{width:100%;background: #000;margin-top:50px;}
.erji_con{width:1400px;margin:0 auto;padding:50px 0;}
.erji_con_left{width:33.33%;float: left;}
.erji_con_mid{width:25.33%;float: left;padding-left:8%;}
.erji_con_rig{width:30%;float: right;}
.erji_con h2{font-size: 1.8rem;width:100%;float: left;margin-bottom: 30px;}
.erji_con_left p span{display: block;float: left;width: 100%;line-height:45px;letter-spacing: 0.1rem;text-transform:uppercase;}
.erji_bottom_nav{width:100%;}
.erji_bottom_nav li{float: left;width:87px;line-height:45px;margin-right: 70px;}
.erji_bottom_nav li a:hover{color: #fb0103;}
.erji_con_rig input{background:none;border-bottom: 1px solid #fff;width:100%;border-top:none;border-left: none;
border-right:none;height:40px;color: #fff;}
.erji_con_rig button{border:1px solid #fff;margin-top:18px;background: none;color: #fff;width:65px;text-align: center;line-height: 23px;cursor:pointer;}
.erji_bottom_copy{float: left;width:100%;}
@media (max-width: 767px) {
	.top_about{background-size:auto 100%;height:400px;background-size: auto 89%;}
	.about_wz{left: 53%;width: 41%;top: 37%;}
	.about_main{width:94%;}
	.about_prod p{line-height: 40px;}
	.about_prod_eng{font-size: 1.4rem;}
	.about_prod_cha{width:100%;}
	.about_prod_int_left,.about_prod_int_rig{width:100%;}
	.about_gy_left{width:100%;}
	.about_gy_right{width:100%;}
	.erji_con_left,.erji_con_mid,.erji_con_rig{display: none;}
	.erji_con{width:100%;padding: 20px 0;}
	.erji_bottom_copy{text-align: center;font-size: 1.4rem;}
}
/*二级-荣誉*/
.top_honor{width:100%;height:570px;position:relative;background: url(../images/banner_honor.jpg) top center no-repeat;background-size:100% auto;}
.honor_wz{position: absolute;top:50%;left:25%;}
.honor_main{width:100%;background: #111;}
.honor_main_con{width:1400px;margin:50px auto;}
.honor_bt{font-size: 2.0rem;}
.honor_bt span{color: #fb0103;font-size: 2.4rem;}
.honor_bteng{font-size: 1.6rem;}
.honor_bteng span{color: #ff6600;}
.honor_main_year{width:100%;margin:20px 0;}
.honor_main_year ul li{width:100%;margin-bottom: 50px;}
.honor_main_year ul li h2{font-size:2.4rem;color: #fb0103;margin-bottom: 10px;}
.honor_main_year ul li p{font-size: 1.4rem;margin-bottom: 25px;}
.honor_main_year ul li span{font-size: 1.4rem;color: #A6A6A5;margin-left:10px;}
@media (max-width: 767px) {
.top_honor{background-size:auto 100%;}	
.honor_bt{font-size: 1.8rem;}
.honor_wz{left:5%;width:90%;}
.honor_main_con{width:94%;margin:20px auto;}
.honor_main_year ul li span{display: none;}
.honor_bteng{font-size: 1.4rem;}
.honor_main_year ul li h2{font-size: 1.6rem;}
}
/*二级-图册*/
.top_pic{width:100%;margin-bottom: 20px;height:88px;}
.pic{width:100%;margin:0 auto 50px auto;}
.pic ul li{width:25%;float: left;overflow: hidden; position: relative;}
.pic ul li:first-child{width:25%;}
.pic ul li:nth-child(2){width:20.5%;}
.pic ul li:nth-child(3){width:28.8%;}
.pic ul li:nth-child(4){width:25.7%;}
.pic ul li a{display: block;position:relative;}
.pic ul li img{width:100%;
-webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    -webkit-transition: transform 1s ease-out;
    -moz-transition: transform 1s ease-out;
    -o-transition: transform 1s ease-out;
    -ms-transition: transform 1s ease-out;
    transition: transform 1s ease-out;
    }

.pic ul li img:hover{filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    }
.pic ul li a:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.pic_ul_li_content{width: 92%;
    position: absolute;
    background: rgba(0,0,0,0.5);
    padding:14px 4%;
    left: 0;
    bottom: 0;
    font-size:1.6rem;
    }
.pic ul li a:hover{color:fff;}
@media (max-width: 767px) {
.pic ul li{width:100% !important;}	
}
/*二级-联系*/
.top_contact{width:100%;position:relative;height:970px; background: url(../images/cont_01.jpg) top center no-repeat;background-size:100% auto;margin-bottom: -50px;}
.contact_con{position: absolute;right:22%;top:20%;}
.contact_con p{font-size: 1.8rem;line-height: 44px;}
.contact_ewm{margin-top:20px;}
.contact_ewm img{margin-right: 20px;}
@media (max-width: 767px) {
.top_contact{height:600px;background: url(../images/banner1.jpg) 20% top  no-repeat;background-size:auto 100%;margin-bottom: 0px;}	
.contact_con{position: absolute;left:3%;right:0;width:94%;top:15%;}
.contact_con p{font-size: 1.4rem;line-height: 30px;}
.contact_ewm img{width:40%;}
}
/*二级-案例*/
.top_work{width:100%;position:relative;height:550px; background: url(../images/work_01.jpg) top center no-repeat;background-size:100% auto;}
.work_main{width:100%;margin:60px 0;}
.work_fl{width:505px;margin:0px auto 60px auto;}
.work_fl a{width:110px;float: left;border-radius:6px;text-align: center;height:36px;line-height: 36px;
background:#fff;color: #111;font-size: 1.6rem;}
.work_fl a:hover{background: #fe0103;color: #fff;}
.work_con{margin-top:20px;}
.work_con li{width:20%;float: left; position: relative;overflow: hidden;}
.work_con li a{color: #fb0103;}
.work_con li img{-webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    -webkit-transition: transform 1s ease-out;
    -moz-transition: transform 1s ease-out;
    -o-transition: transform 1s ease-out;
    -ms-transition: transform 1s ease-out;
    transition: transform 1s ease-out;}
.work_con li img:hover{filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);}
.work_active{background: #fe0103 !important;color: #fff !important;}
.work_prout_li_content{width: 92%;
    position: absolute;
    background: rgba(0,0,0,0.5);
    padding: 2% 4% 4% 4%;
    left: 0;
    bottom: 0;
    }
.work_prout_li_content .title{	
		    font-size: 1.6rem;
		    color:#fff;
		    line-height: 30px;
		    text-transform: uppercase;
		    margin: 0;
		    transition: all 0.5s ease 0s;
		    display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
overflow: hidden;
		}
.work_con li:hover .work_prout_li_content{display: block;}

@media (max-width: 767px) {
	.top_work{background-size:auto 100%;height:190px}
	.work_main{margin:20px 0;}
	.work_fl{width:94%;margin:0 auto 20px auto;padding:0 3%;}
	.work_fl a{width: 100%;margin:0;}
    .work_con li{width:50%;}
    .jianti{width:45% !important;margin: 0 8px 5% 8px !important;}
    .jianti div{width:100% !important;}
}
/*二级-资讯*/
.top_news{width:100%;position:relative;height:550px; background: url(../images/news_01.jpg) top center no-repeat;background-size:100% auto;}
.news_wz{position: absolute;top: 47%;left: 28%;}
.news_con{width:1400px;margin:80px auto 0 auto;}
.news_con_news{width:1000px;float: left;}
.news_con_news ul li{width:100%;height:250px;border-bottom: 1px solid #d2d1d1;padding-bottom: 60px;margin-bottom: 66px;}
.news_con_news ul li img{width:250px;height:250px;overflow: hidden;float: left;}
.news_con_p{width:690px;float: right;}
.news_con_p h2{font-size: 2.8rem;margin-bottom: 40px;}
.news_con_p p{color: #e0dddd;font-size: 1.4rem;margin-bottom: 40px;display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;}
.news_con_p span{color: #999;font-size: 1.4rem;}
.news_tj{width:337px;float: right;}
.media_tj{width:100%;}
.media_tj h2{font-size: 2.4rem;color: #fb0103;margin-bottom: 30px;}
.media_tj ul li{width:100%;margin-bottom: 32px;float: left;}
.media_tj ul li p{width:248px;overflow: hidden;float: left;padding:0;margin:0;}
.media_tj ul li a span{color: #a6a6a5;float: right;}
@media (max-width: 767px) {
	.top_news{background-size:auto 100%;height:230px;}
	.news_wz{left:17%;width:65%;}
	.news_con{width:94%;padding:0 3%;margin:30px auto 0 auto;}
	.news_con_news{width:100%;}
	.news_con_news ul li{height:auto;padding-bottom: 20px;margin-bottom: 20px;float: left;}
	.news_con_news ul li img{width:36%;height:auto;}
	.news_con_p{width:63%;}
	.news_con_p h2{font-size: 1.6rem;margin-bottom: 10px;display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
overflow: hidden;}
	.news_con_p p{font-size: 1.2rem;margin-bottom: 10px;display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;}
	.news_tj{display: none;}
}
/*二级-媒体*/
.media_con{width:100%;margin:30px 0;}
.media_con ul {width:1400px;margin:0 auto;}
.media_con ul li{width:100%;margin:30px auto 30px auto;float: left;}
.media_con ul li img{width:596px;float: left;margin-right: 3%;overflow:hidden;}
.media_con_div{width:48%;float: left;}
.media_con_div h2{font-size:2.8rem;margin-bottom: 35px; }
.media_con_div p{color: #e0dddd;line-height: 30px;margin-bottom: 35px;}
.media_con_div span{color: #e0dddd;width:100%;float: left;margin-bottom: 35px;}
.media_con_div b{ color: #fe0103;}
.media_con ul li:nth-of-type(even) img{float: right;margin-left: 3%;margin-right: 0;}
.media_mt{width:100%;background: #000;border-bottom: 1px solid #676767;padding:50px 0;}
.media_mt_con{width:1400px;margin:0 auto;}
.media_mt_tit{float: left;margin-bottom: 70px;width:100%;}
.media_mt_con ul li{float:left;width:198px;height:198px;overflow: hidden;border-left: 1px solid #676767;border-bottom: 1px solid #676767;}
.media_mt_con ul li:nth-of-type(7n+0){border-right: 1px solid #676767;}
.media_mt_con ul li:nth-child(15){border-bottom: none;}
.media_mt_con ul li:nth-child(16){border-bottom: none;}
.media_mt_con ul li:nth-child(17){border-bottom: none;}
.media_mt_con ul li:nth-child(18){border-bottom: none;}
.media_mt_con ul li:nth-child(19){border-bottom: none;}
.media_mt_con ul li:nth-child(20){border-bottom: none;}
.media_mt_con ul li:nth-child(21){border-bottom: none;}
.media_h2{width:155px;float: left;margin-right: 60px;}
.media_h2 h2{font-size: 3.6rem;}
.media_h2 span{font-size: 1.6rem;color: #fe0103;}
.media_span p{font-size: 1.6rem;margin:0.8rem 0;}
.media_span span{font-size:1.6rem;}
@media (max-width: 767px) {
.media_mt_con{width:94%;}	
.media_h2{width:94%;margin-right: 0;padding:0 3%;margin-bottom: 10px;}
.media_h2 h2{font-size: 2.6rem;}
.media_con ul{width:100%;}
.media_con ul li{width:94%;margin:3%;}
.media_con ul li img{width:33%;}
.media_mt_con ul li{width:25%;height:auto;border: none !important;}
.media_con_div{width:64%;}
.media_con_div h2{font-size: 1.6rem;margin-bottom: 3%;display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
overflow: hidden;}
.media_con_div p{margin-bottom: 3%;display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;}
.media_con_div b{display: none;}
}
/*案例详情*/
.work_con_main{width:1400px;margin:0px auto 50px auto;background: #000;}
.work_name{text-align: center;margin-bottom: 35px;padding-top: 35px;}
.work_name h2{font-size: 2.0rem;color: #fff;margin-bottom: 10px;letter-spacing: 4px;}
.work_name span{font-size: 1.4rem;color: #fff;}
.ban{ width:1313px; height:1030px; position:relative; overflow:hidden;margin:40px auto 0 auto;}
.ban2{ width:1313px; height:800px; position:relative; overflow:hidden;}
.ban2 ul{ position:absolute; left:0; top:0;}
.ban2 ul li{ width:1313px; height:800px;}
.prev{ float:left; cursor:pointer;}
.num{ height:82px;overflow:hidden; width:1260px; position:relative;float:left;}
.min_pic{ padding-top:10px; width:1313px;}
.num ul{ position:absolute; left:0; top:0;}
.num ul li{ width:80px; height:80px; margin-right:5px; padding:1px;}
.num ul li.on{ border:1px solid red; padding:0;}
.prev_btn1{ width:16px; text-align:center; height:18px; margin-top:40px; margin-right:20px; cursor:pointer; float:left;}
.next_btn1{  width:16px; text-align:center; height:18px; margin-top:40px;cursor:pointer;float:right;}
.prev1{ position:absolute; top:390px; left:20px; width:28px; height:51px;z-index:9;cursor:pointer;}
.next1{ position:absolute; top:390px; right:20px; width:28px; height:51px;z-index:9;cursor:pointer;}
.mhc{ background:#000; width:100%;opacity:0.5;-moz-opacity:0.5;filter:alpha(Opacity=50); position:absolute; left:0; top:0; display:none;}
.pop_up{ width:1313px; height:800px; padding:10px; background:#000; position:fixed; -position:absolute; left:30%; top:40%; margin-left:-255px; margin-top:-255px; display:none; z-index:99;}
.pop_up_xx{ width:40px; height:40px; position:absolute; top:-40px; right:0; cursor:pointer;}
.pop_up2 ul{ position:absolute; left:0; top:0;}
.pop_up2 ul li{ width:1313px; height:800px; float:left;overflow:hidden;}
.work_wz{float: left;padding:20px 50px;}
.work_wz p{font-size:1.6rem;line-height: 40px;}
.work_tit_wz{position: absolute;top: 48%;left: 38%;}
.shorttitle{color: #fff;font-size: 1.4rem;}
@media (max-width: 767px) {
.work_con_main{width:100%;margin:-75px auto 20px auto;}
.ban{width:94%;height:auto;margin:150px auto 0 auto;}
.ban2{width:94%;height:400px;}
.ban2 ul li{ width:600px; height:378px;margin:0 auto;display: block;text-align: center;}
.ban2 ul li img{width:600px;height:378px;margin:0 auto;display: block;text-align: center;}
.work_name{margin-bottom: 20px;padding-top: 20px;}
.prev1{top:160px; left:10px; }
.next1{top:160px; right:10px;}
.pop_up{width: 100%;
    height: 378px;
    padding: 0px;
    background: #000;
    position: fixed;
    -position: absolute;
    left: 0%;
    top: 20%;
    margin-left: 0px;
    margin-top: 0px;
    display: none;
    z-index: 99;}
.pop_up2 ul li{width:600px; height:378px;margin:0 auto;display: block;text-align: center;}
}
.work_wz{padding:3%;}
}
/*新闻详情*/
.news_con_nr{width:100%;}
.news_con_nr h2{text-align: center;font-size: 2.4rem;margin-bottom: 10px;}
.news_con_nr span{font-size: 1.2rem;color: #A6A6A5;width:100%;display: block;text-align: center;}
.news_con_cont{margin:40px 0;line-height:30px;}
.news_con_cont p{font-size: 1.4rem;line-height: 30px;}
.news_con_cont img{margin-top:20px;}
/*新增样式*/
.top_work_xmz{width: 100%;
    position: relative;
    height:0px;
    background: none;
    background-size: 100% auto;}
.about_banner_wz{position: absolute;
    top: 48%;
    left: 38%;}
@media (max-width: 767px) {
	.about_banner_wz{top: 48%;left: 25%;width:50%;}
}
/*案例详情新*/
.top_work_new{width:100%;position:relative;}
.work_newcon{width:1400px;margin:130px auto 20px auto;}
.work_newcon_top img{width:48%;float: left;}
.work_newcon_right{width:49%;float: right;}
.work_newcon_right h2{color: #fff;font-size: 2.8rem;}
.work_newcon_con img{margin-top:4px}
@media (max-width: 767px) {
.work_newcon{width:100%;margin:20px auto 10px auto;}
.work_newcon_top img{width:100%;float: none;margin-top:15%;}
.work_newcon_right{width:96%;float: none;padding:3%;}
.work_newcon_con img{margin-top:1px;}
.work_newcon_right h2{font-size: 1.8rem;}	
}

/*修改关于*/
.main_about{width:1400px;margin:0px auto;}
.about_lym{width:100%;margin-bottom: 70px;}
.about_lymleft{width:675px;float: left;}
.about_lymleft h2{font-size: 2.4rem;float: left;width:100%;}
.about_lymleft h2 span{color: #fb0103;}
.about_lymbt{float: left;width:100%;margin:0;}
.about_lymbt span{color: #fb0103;}
.about_lymleft p{color: #fff;font-size: 1.4rem;line-height:36px; letter-spacing: 1px;}
.about_lymleft span{color: #fb0103;}
.about_lymright{float: right;}
.about_lymbteng{font-size: 1.2rem !important;color: #bbb !important;}
.about_lymleft h3{font-size: 1.6rem;color: #fb0103;margin:10px 0;float: left;width:100%;}
.about_lymleft ul li{width:100%;line-height:36px; letter-spacing: 1px;}
.about_lymleft ul li:nth-child(9){font-size: 1.2rem !important;color: #bbb !important;}
.about_lymleft ul li:nth-child(10){font-size: 1.2rem !important;color: #bbb !important;}
.about_lymleft ul li:nth-child(11){font-size: 1.2rem !important;color: #bbb !important;}
.about_lymleft ul li:nth-child(12){font-size: 1.2rem !important;color: #bbb !important;}
.about_lymleft ul li:nth-child(13){font-size: 1.2rem !important;color: #bbb !important;}
.about_lymleft ul li:nth-child(14){font-size: 1.2rem !important;color: #bbb !important;}

.about_hyfx{width:100%;margin-top: 50px;letter-spacing: 1px;}
.about_hyfx h2{font-size: 2.4rem;width:100%;}
.about_hyfx h2 b{color: #fb0103;}
.about_hyfx h2 span{margin-left:10px;font-size: 1.4rem;}
.about_ds{width:100%;margin-top: 50px;float: left;}
.about_zhleft{float: left;}
.about_zhrig{width:800px;float: right;}
.about_zhrig h3{font-size: 1.8rem;color: #fb0103;}
.about_zhrig h3 span{font-size: 1.2rem;color: #fff !important;margin-left: 10px;}
.about_zhrig p{line-height: 40px;}
.about_zheng{color: #bbb;font-size: 1.2rem;}
.about_bymleft{float: left;width:575px;}
.about_bymleft h3{font-size: 1.8rem;color: #fb0103;}
.about_bymleft h3 span{font-size: 1.2rem;color: #fff !important;margin-left: 10px;}
.about_bymleft p{line-height: 40px;}
.about_bymrig{float: right;}
.about_bot{width:100%;margin-bottom: 20px;}
@media (max-width: 767px) {
.main_about{width:100%;}	
.about_lym{margin-bottom: 20px;}
.about_hyfx h2,.about_hyfx p{width:94%;padding:0 3%;}
.about_ds{margin-top:15px;}
.about_zhrig p,.about_bymleft p{line-height: 30px;}
.about_lymleft{width:94%;padding:3%;}
.about_hyfx{margin-top: 10px;}
.about_zhrig{width:94%; padding:3%;}
.about_bymleft{width:94%;padding:3%;}
.about_bot{margin-bottom: 0;}
}
