* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-family: "Microsoft YaHei", "微软雅黑";
}
body,html{
	width:100%;
	overflow-x:hidden;
}
img {
  max-width: 100%;
}

a:hover {
  color: #f08700 !important;
}
ul,ol{
  list-style: none;
}

#scrollUp:hover {
  cursor: pointer;
  background: #f39700;
  color: #fff;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

#scrollUp {
  position: fixed;
  right: 0;
  bottom: 30px;
  background: #0045a2;
  text-align: center;
  padding: 15px 20px;
  color:#fff;
}
#pages{
	margin-bottom:15px;
	line-height:35px;
	clear:both;
}
#pages a, #pages span {
    border: 1px solid #e5e5e5;
    overflow: hidden;
    padding: 5px 10px;
}

#pages span {
    color: #fff;
    font-weight: bold;
    border: 1px solid #0045a2;
    background-color: #0045a2;
}
.top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.5);
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  padding-bottom:10px;
}

.top a {
  color: #fff;
}

.top .col-sm-1 {
  padding: 0;
}

.top .form-control {
  display: block;
  width: 100%;
  height: 50px;
  padding: 6px 0;
  font-size: 16px;
  line-height: 1.42857143;
  color: #fff;
  background-color: transparent;
  background-image: none;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

option {
  color: #000;
  padding: 5px 0;
}

#cd-nav {
  z-index: 99999;
}

a, a:hover, a:visited, a:checked {
  text-decoration: none;
}

a:hover, a.text-white:hover {
  color: #299df6;
  -webkit-transition: color .4s ease;
  -moz-transition: color .4s ease;
  -o-transition: color .4s ease;
  transition: color .4s ease;
}

.font-bold {
  font-weight: bold;
}

.text-orange {
  color: #f67e1f;
}

.text-yellow {
  color: #ffd216;
}

#hj-al .fp-next {
  /* right: 150px; */
  background: url(../../images/right_control.png) 50% no-repeat;
}

#hj-al .fp-prev {
  /* left: 150px; */
  background: url(../../images/left_control.png) 50% no-repeat;
}

#hj-al .fp-controlArrow {
  width: 100px;
  height: 100px;
  margin-top: -50px;
  border: 0 none;
}

.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff;
}

.fp-controlArrow {
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
}
.about-intro {
  line-height: 30px;
  font-size: 16px;
  margin-top: 15px;
}
.slide0, .slide1, .slide2, .slide4,.slide5, .section2, .section3, .section4, .section5,.section6{
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}
/*

.slide0 {
  background-image:url(../../images/banner1.jpg);
}

.slide1 {
  background-image: url(../../images/banner2.jpg);
}
.slide2 {
  background-image: url(../../images/banner3.jpg);
}

*/

.section2 {
  background-image:url(../../images/2.png)
}

/*
.section3 {
  background-image: url(../../images/s3.jpg);
}
*/

.section4 {
  background-image:url(../../images/4.png);
}

.section5 {
  background-image:url(../../images/5.jpg);
   
}
.section6{
  background-image:url(../../images/6.png);
	
}
.section-footer{
	background-color:#031033;
}
.footer{
	overflow:hidden;
	background-color:#fff;
}
.about-title {
  font-size: 24px;
  line-height: 30px;
}

.text-yellow a {
  color: #ffd216;
}

.margin-top-15 {
  margin-top: 15px;
}

.other {
  line-height: 24px;
  font-size: 14px;
}

.word-break,.honor-name,.product-name {
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.about-line {
  width: 100%;
  height: 1px;
  background-color: #f67e1f;
  margin-top: -12px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  /* bottom:-10px; */
  width: 30px;
  height: 30px;
  margin-top: -30px;
  z-index: 10;
  cursor: pointer;
  background: none;
}

.about-bottom {
  position: relative;
  margin-top: 50px;
}

.video-container {
  position: relative;
}

.video-container img {
  z-index: 999;
}

#video {
	height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  display: none;
}

.home-xw-title {
  font-size: 48px;
}

.home-xw-title span {
  font-weight: 400;
  font-size: 32px;
}

.text-white {
  color: #fff;
}

.line4 {
  height: 4px;
  width: 100px;
  background-color: #fff;
}

.col-20 {
  width: 20%;
  float: left;
  height: 300px;
}

.col-40 {
  width: 40%;
  float: left;
  height: 300px;
}

.border-top {
  border-top: 1px solid #fff;
}

.border-right {
  border-right: 1px solid #fff;
}

.border-bottom {
  border-bottom: 1px solid #fff;
}

.border-left {
  border-left: 1px solid #fff;
}

@media(min-width:1200px) {
  .section4 {
    padding: 0 100px;
  }
}

.top-xw-nav {
  font-size: 18px;
  margin-top: 30px;
}

.padding-zero {
  padding: 0;
}

.section4 .col-40, .section4 .col-20 {
  position: relative;
}

.section4 .col-20 {
  padding: 15px;
}

.xw-more a {
  color: #a1a1a1;
}

.xw-more {
  position: absolute;
  bottom: 30px;
  left: 0;
}

.border-all {
  border: 1px solid #fff;
}

.xw-num {
  font-size: 36px;
}

.xw-item {
  position: absolute;
  bottom: 15px;
  left: 15px;
}

.xw-list {
  font-size: 16px;
}

.item-line {
  width: 20px;
  height: 1px;
  background-color: #fff;
  margin: 10px 0;
}

.no-top {
  border-top: none;
}
.section2 .text-yellow{
	font-size:16px;
}
/* //PRODUCT */

#flexisel {
  display: none;
}

.nbs-flexisel-container {
  position: relative;
  max-width: 100%;
}

.nbs-flexisel-ul {
  position: relative;
  width: 99999px;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  text-align: center;
}

.nbs-flexisel-inner {
  position: relative;
  overflow: hidden;
  float: left;
  width: 100%;
}

.nbs-flexisel-item {
  float: left;
  cursor: pointer;
  position: relative;
}

.nbs-flexisel-item img {
  max-width: 100%;
  cursor: pointer;
  position: relative;
}

/*** Navigation ***/

.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
  padding: 5px 10px;
  width: 50px;
  height: 90px;
  position: absolute;
  cursor: pointer;
  z-index: 4;
  top: 50%;
  margin-top: -45px;
}

.nbs-flexisel-nav-left {
  left: 11px;
  background-image: url(../../images/left.png);
  background-repeat: no-repeat;
}

.nbs-flexisel-nav-left.disabled {
  opacity: 0.4;
}

.nbs-flexisel-nav-right {
  right: 10px;
  background-image: url(../../images/right.png);
  background-repeat: no-repeat;
}

.nbs-flexisel-nav-right.disabled {
  opacity: 0.4;
}

.flexisel-img img {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  background-color: #fff;
}

.flexisel-name {
  background-color: #e5e5e5;
}

.flexisel-img {
  padding: 0 10px;
}

/* 联系我们 */

/*
.section5 {
  padding: 100px 0;
}
*/

.c-contact {
  font-size: 18px;
}

/* 联系我们 */

.s7 {
  line-height: 32px;
  font-size: 18px;
}

.s7 img {
  margin-bottom: 15px;
}

.footer {
  padding: 20px 50px;
}

.col-12 {
  width: 12.5%;
  float: left;
  padding: 0 30px;
}

.foot-line {
  position: relative;
  width: 100%;
}

.footer-nav {
  font-size: 24px;
  color: #a1a1a1;
  margin-bottom: 10px;
}

.footer-line2 {
  position: absolute;
  top: 2px;
  height: 1px;
  background-color: #a1a1a1;
  width: 100%;
  z-index: 1;
}

.footer-line {
  width: 80px;
  height: 5px;
  background-color: #f67e1f;
  z-index: 99;
  position: absolute;
  top: 0;
  left: 0;
}

.footer-item {
  margin-top: 10px;
}

.footer-item a {
  color: #a1a1a1;
}

.code {
  padding: 0;
}

.copyright {
  background-color: #f67e1f;
  line-height: 32px;
  width: 100%;
}

/* c-product */

.p-des {
  font-size: 18px;
}

.c-poduct-name {
  background-color: #e5e5e5;
  font-size: 24px;
}

.product-item {
  border: 1px solid #e5e5e5;
  border-bottom:none;
}

.c-product-des {
  background-color: #e5e5e5;
  padding: 10px;
  /* font-size: 16px; */
  line-height: 24px;
  color: #9d9d9d;
}

.c-pro-item {
  margin-top: 30px;
}

.product-item img {
  width: 100%;
}

.p-item {
  position: relative;
}

.p-item-white {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ddd;
  padding: 20px 15px 15px 15px;
  display: none;
  color: #666;
  cursor: default;
  background-image: url(../../images/icon.png);
  background-repeat: no-repeat;
  background-position: bottom right;
}

.p-btn {
  width: 90%;
  margin: auto;
  background-color: #f67e1f;
  font-size: 18px;
  line-height: 48px;
  margin-top: 15px;
}

.p-white-des {
  font-size: 16px;
  line-height: 24px;
}

/* 新闻 */

.left-main {
  font-size: 24px;
  padding: 20px 0;
  background-color: #f67e1f;
  background-image: url(../../images/icon.png);
  background-repeat: no-repeat;
  background-position: bottom right;
}

.bread-active {
  font-size: 24px;
  color: #f67e1f;
}

.bread {
  background-color: #e5e5e5;
  line-height: 50px;
  color: #9d9d9d;
  margin-bottom: 15px;
  font-size:16px;
}

.bread a {
  color: #9d9d9d;
}

.news-time {
  font-size: 16px;
}

.news-title {
  margin-top: 15px;
  font-size: 24px;
  margin-bottom: 15px;
}

.news-des {
  font-size: 16px;
  color: #666;
}

.news-list {
  overflow: hidden;
  margin-bottom: 20px;
  background-color: #fff;
  padding: 15px;
}


.no-right {
  padding-right: 0;
}

.news-img {
  max-height: 160px;
  overflow: hidden;
}

.news-img img {
  transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
}

.news-list:hover .news-img img {
  transform: scale(1.2);
  transition: all 1s;
}

.left-nav-item {
  line-height: 48px;
  font-size: 18px;
  padding-left: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.left-nav-item:hover {
  color: #f67e1f;
  border-color: #f67e1f;
  transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
}

.left-nav {
  background-color: #fff;
  padding-bottom: 20px;
}

.left-nav-c {
  padding: 0 10px;
}

.contact-left {
  background-color: #fff;
  padding: 10px;
}

.left-title {
  font-size: 24px;
  color: #666;
}

.left-c {
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 15px;
}

/* 新闻详情页 */

.show-news {
  background-color: #fff;
  padding: 15px;
}

.show-news-title {
  font-size: 24px;
  color: #666;
}

.show-news-time {
  color: #666;
  padding: 15px 0;
}

.show-news-info {
  font-size: 16px;
  line-height: 24px;
  margin-top: 20px;
  letter-spacing: .5px;
}

.next-news {
  background-color: #fff;
  padding: 15px 10px;
}

.next-title {
  font-size: 18px;
  margin-bottom: 10px;
}

.next-news-title {
  font-size: 16px;
}

.next-time {
  color: #666;
  margin-top: 10px;
}

.media {
  background-color: #fff;
  padding: 15px 0;
}

.media-title {
  font-size: 16px;
  line-height: 32px;
}

.video-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}

.play {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -40px;
  transition: All 0.4s ease-in-out;
  -webkit-transition: All 0.4s ease-in-out;
  -moz-transition: All 0.4s ease-in-out;
  -o-transition: All 0.4s ease-in-out;
}

.video-title {
  /* font-size: 16px; */
  line-height: 32px;
  background-color: #e5e5e5;
  padding: 5px 10px;
  font-weight: bold;
  margin-bottom:30px;
}

.video-img-c:hover .play {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}

/*PRODUCT*/

.product-container {
  position: relative;
  display: table;
  overflow: hidden;
  width: 100%;
  height: 200px;
  padding: 5px;
  text-align: center;
  border: 1px #ddd solid;
}

.product-container a {
  display: table-cell;
  width: 100%;
  height: 200px;
  vertical-align: middle;
}

.product-container a img {
  max-width: 100%;
  max-height: 200px;
  margin: 0 auto;
}

/*For IE7*/

*+html .product-container a {
  position: absolute;
  top: 50%;
  width: 100%;
  height: auto;
  text-align: center;
}

*+html .product-container a img {
  position: relative;
  top: -50%;
  left: -50%;
}

/*For IE6*/

*html .product-container a {
  position: absolute;
  top: 51%;
  display: block;
  width: 100%;
  height: auto;
  text-align: center;
}

*html .product-container a img {
  position: relative;
  top: -50%;
  left: -50%;
  width: expression(this.width>200?"200px": "auto");
  height: expression(this.height>140?"140px": "auto");
}

.product-name,.honor-name {
  line-height: 32px;
  font-size: 16px;
  border: 1px solid #ddd;
  border-top: none;
  margin-bottom: 30px;
}

.pro {
  background-color: #fff;
}

.pro-c {
  overflow: hidden;
}

.overflow {
  overflow: hidden;
}

.pro img {
  transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
}

.pro:hover .pro img {
  transform: scale(1.2);
  transition: all 1s;
}

.show-img {
  height: 300px;
  overflow: hidden;
}

.show-pro-img img {
  max-height: 300px;
}

/* 发展历程history */

.box {
  width: 100%;
  margin: 18px auto 0 auto;
}

.left {
  width: 140px;
  border-bottom: 2px solid #DDD;
  background: #FFF;
  float: left;
}

.left li:hover {
  border-left: 3px solid #0066ff;
}

.left li a {
  height: 40px;
  line-height: 40px;
  display: block;
  color: #333
}

.left li a:hover, .left li.active a {
  color: #0066FF
}

.left li.active {
  border-left: 3px solid #0066ff;
}

.left li {
  border-left: 3px solid #fff;
  border-bottom: 1px solid #EEEEEE;
  font-size: 14px;
  height: 40px;
  margin-bottom: 1px;
  overflow: hidden;
  padding-left: 25px;
}

.event_year {
  border-bottom: 2px solid #DDD;
  text-align: center;
  float: left;
  margin-top: 10px;
  position: fixed;
}

.event_year li {
  height: 40px;
  line-height: 40px;
  background: #FFF;
  margin-bottom: 1px;
  font-size: 18px;
  color: #828282;
  cursor: pointer;
  width:80px;
  float:left;
display:block;
}

.event_year li.current {
  width: 60px;
  background: #0066ff;
  color: #FFF;
}

.event_list {
  width: 100%;
  float: right;
  background: url('../../images/dian3.png') 139px 0 repeat-y;
  margin: 10px 0 20px 0;
}

.event_list h3 {
  margin: 0 0 10px 132px;
  font-size: 24px;
  font-family: Georgia;
  color: #0066ff;
  padding-left: 25px;
  background: url('../../images/jian.png') 0 -45px no-repeat;
  height: 38px;
  line-height: 30px;
  font-style: italic;
}

.event_list li {
  background: url('../../images/jian.png') 136px -80px no-repeat;
}

.event_list li span {
  width: 127px;
  text-align: right;
  display: block;
  float: left;
  margin-top: 10px;
}

.event_list li p {
  width: 80%;
  margin-left: 24px;
  display: inline-block;
  padding-left: 10px;
  /* background: url('../../images/jian.png') -21px 0 no-repeat; */
  line-height: 25px;
  _float: left;
}

.event_list li p span {
  width: 650px;
  text-align: left;
  border-bottom: 2px solid #DDD;
  padding: 10px 15px;
  background: #FFF;
  margin: 0;
  font-size:16px;
  line-height:32px;
}
/* .history{
  height: 800px;
  overflow-y: scroll;
} */
.page-about-item{
  background-color: #f67e1f;
  padding: 15px;
  overflow: hidden;
  background-image: url(../../images/icon.png);
  background-repeat: no-repeat;
  background-position: bottom right;
}
.page-about h3{
  margin-top: 0;
}
.page-about-info{
  font-size: 16px;
  line-height: 24px;
}
.about-btn{
  display: block;
  float: left;
  margin-top: 10px;
  padding: 5px 15px;
  border:1px solid #fff;
}

.page-honor{
  position: relative;
}
.page-honor-title{
  position: absolute;
  bottom: 0;
  left: 0;
  line-height: 60px;
  font-size: 18px;
  padding-left: 20px;
  background-color: rgba(0, 0, 0, .7);
  width: 100%;
  background-image: url(../../images/honor-more.png);
  background-repeat: no-repeat;
  background-position: bottom right;
}

.page-sub{
  background-image: url(../../images/sub.jpg);
  background-repeat: no-repeat;
  background-position: left;
  line-height: 50px;
  font-size: 18px;
  padding-left: 15px;
  margin-bottom: 15px;
}
.page-sub-item{
  font-size: 16px;
  line-height: 32px;
}
.page-sub-item i{
  color: #bababa;
}
@media(max-width:768px) {
  .product-container {
    height: 120px;
  }
  .product-container a {
    height: 120px;
  }
  .product-container a img {
  max-width: 100%;
  max-height: 120px;
  margin: 0 auto;
}
  .next-pre {
    margin-top: 15px;
  }
  .event_year{
    width:100%;
    position: inherit;
  }
  .event_year li.current{
    width: 20%;
  }
  .event_year li{
    float: left;
    width: 20%;
  }
  .event_list li p span {
    width: 100%;
    text-align: left;
    border-bottom:none;
    padding: 10px 15px;
    background: #FFF;
    margin: 0;
  }
  .event_list li p{
    width: 100%;
    margin-left: 0;
  }
}

.video-c{
	width:100%;
	height:600px;
}
.list-contact{
	min-height:200px;
	padding:15px;
	margin-bottom:30px;
	background-color:#f6f4f4;
	color:#727171;
    overflow: hidden;
}
.list-contact:hover{
	background-color:#0a48ab;
	color:#fff;
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.list-contact:hover a{
	color:#fff
}
.list-contact a{
color:#727171;
}
.contact-line{
	width:20%;
	height:1px;
	background-color:#f39700;
	margin-bottom:10px;
}
@media(max-width:414px){
	.section5 .col-xs-6{
		font-size:14px;
		padding:0 10px;
	}
}
@media(max-width:768px){
	.col-40{
		width:100%;
		height:150px;
	}
	.col-20{
		width:50%;
		height:200px;
	}
	.border-bottom{
		border:none;
	}
	.border-all{
		border-left:none;
	}
	#fp-nav{
		display:none;
	}
	.flexisel-img img{
		width:100%;
	}
	.slide1{
		background-image: url(../../images/m1.jpg);
	}
	.slide2{
		background-image: url(../../images/m2.jpg);
	}
	.slide3{
		background-image: url(../../images/m3.jpg);
	}
	.slide4{
		background-image: url(../../images/m4.jpg);
	}
	.slide5 {
	  background-image: url(../../images/m5.jpg);
	}
	.banner-c{
		margin-top:80px;
	}
	.top{
		background:#868686;
	}
}
.footer-list{
	font-size:16px;
	padding-top:10px;
	height:140px;
}
@media(min-width:1367px){
	.footer-list{
		height:270px;
	}
}
select.form-control option{
	font-size:16px;
	padding:5px 0;
}
.xw-item img{
	max-height:160px;
	margin-top:10px;
	display:block;
	margin:auto;
}
.margin-top-30{
	margin-top:30px;
}

.margin-top-20{
	margin-top:20px;
}
.sub-company{
	line-height:32px;
	font-size:14px;
	padding-top:10px;
	overflow:hidden;
}
.sub-company .col-sm-1{
	padding:0 5px;
}
.sub-company img{
	display:block;
	margin:auto;
}
#logo{
position: absolute;
}
.top-text{
	padding-left:30%;
}
.select{
	width:20%;
}
.top-list{
	width:20%;
	float:left;
}
.top-offset img{
	display:block;
	float:right;
}
.sub-list{
	width:11.1111%;
	float:left;
	padding:0 5px;
}
@media(max-width:768px){
	#logo img{
		height:50px;
	}
	.lang-en{
		width:100%;
	}
}