@charset "utf-8";
/*css*/
html,body { min-width: 1100px; }
body {
  font: 14px / 1.5 "Helvetica Neue",Helvetica,Arial,"Microsoft Yahei","Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif;
  background: #ebecee;
}
ul,li,dl,dt,dd,h1,h2,h3,h4,h5,div,p { 
  margin: 0; 
  padding: 0; 
  list-style: none;
}
a { 
  text-decoration: none;
  color: #666
}
a:hover { 
  color: #ff7d0c 
}
.page:before,.page:after,.page-c:after,.page-c:before,.clearfix:after,.clearfix:before {
  content: " ";
  display: table;
}
.page:after,.page-c:after,.clearfix:after,.container:after {
  clear: both;
}
.page-c { 
  position: relative;
  width: 1100px; 
  margin: 0 auto;
}

/*
  ======= header css =========
*/
.header {
  position: relative;
  height: 120px;
}
.header-bg { 
  position: absolute;
  z-index: 9;
  width: 100%;
  height: 120px;
  top: 0;
  background: #eaedee;
  box-shadow: 0 2px 3px rgba(0,0,0,.4);
}
.header-logo {
  display: block;
  margin-top: 19px;
  float: left;
  width: 472px;
  height: 82px;
}
.header-nav {
  float: right;
  height: 42px;
  padding-top: 78px;
}
.header-nav ul li {
  float: left;
  height: 42px;
  margin-left: 25px;
}
.header-nav .nav a {
  display: block;
  padding: 0 22px;
  font-weight: bold;
  height: 36px;
  line-height: 36px;
  border-bottom: 6px solid #eaedee;
  font-size: 14px;
  text-decoration:none;
  overflow: hidden;
}
.header-nav .nav li a:hover,.header-nav .nav li a.active {
  background: #262626;
  border-bottom: 6px solid #ff7d0c;
  color: #fff;
}
.header-outlink {
  position: absolute;
  top: 8px;
  right: 0;
  zoom:1;
}
.header-outlink li { 
  float: left;
  margin-left: 6px;
}
.header-outlink li img {
  vertical-align: middle;
}
.header-outlink li.en {
  width: 85px;
  height: 18px;
  background: url(../images/outlink-7.png) no-repeat;
}
.header-outlink .en .link1,.header-outlink .en .link2 {
  display: inline-block;
  width: 40px;
  height: 18px;
}

/*
  ======= main css =========
*/
/*home banner*/
.home-banner {
  height: 635px;
  overflow: hidden;
}

/*home-column*/
.home-column {
  height: 125px;
  padding-bottom: 25px;
  position: relative;  
}
.column-box {
  position: absolute;
  z-index: 9999;
  top: -56px;
  width: 1100px;
  left: 0;
  background: #f7f7f7;
  height: 181px;
  box-shadow: 0 4px 3px rgba(0,0,0,.4)
}
.column-service {
  float: left;
  width: 570px;
  height: 181px;
}
.column-news {
  float: right;
  width: 530px;
  height: 181px;
}
.home-column .left {
  width: 168px;
  float: left;  
}
.home-column .left img {
  display: block;
}
.column-service .right {
  position: relative;
  height: 181px;
  float: left;
  width: 402px;
  font-size: 12px;
  color: #6f6f6f;
}
.column-news .right {
  position: relative;
  height: 181px;
  float: left;
  width: 362px;
  font-size: 12px;
  color: #6f6f6f;
}
.column-service .txt {
  padding:15px 20px;
  line-height: 20px;
  color:#666; 
  font-size: 14px;
  height:106px;
  overflow:hidden;
}
.column-service .txt h3{font-size: 14px;color:#666;}
.column-service .right .more {
  color: #666;
  position: absolute;
  display: block;
  bottom: 15px;
  right: 20px;
  font-size: 14px;
  text-decoration: none;
}
.column-service .right .more:hover {
  color: #ff7d0c;
}

/*
  ======= footer css =========
*/
.footer { 
  border-top: 1px solid #d8d8d8;
  background: #ebecee
}
/*footer nav*/
.footer-nav {
  float: left;
  width: 660px;
  overflow: hidden;
}
.footer-nav > li {
  float: left;
  margin-right: 80px;
  padding-top: 5px;
}
.footer-nav dl dt { 
  font-size: 14px;
  font-weight: bold;
  padding: 5px 0; 
}
.footer-nav dl dd a { 
  text-decoration: none;
  font-size: 12px;
}
.footer .copyright {
  float: right;
  padding-top: 5px;
  width: 440px;
  text-align: right;
}
.footer .copyright p {
  font-size: 14px;
  padding-top: 5px;
  padding-bottom: 10px;
  color: #666;
}

/*home-banner*/
.banner-left {
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -50px;
  width: 103px;
  height: 103px;
  z-index: 9999
}
.banner-right {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -50px;
  width: 103px;
  height: 103px;
  z-index: 9999
}
.bannerjs .swiper-slide {
  height: 635px;
}
.device {
  position: relative;
}
.pagination { 
  width: 100%;
  position: absolute;
  z-index: 11;
  bottom: 0;
  height: 110px;
  text-align: center;
 }
.pagination .swiper-pagination-switch {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: rgba(0,0,0,.7);
  margin: 0 3px;
  border-radius: 50%;
  cursor: pointer;
}
.pagination .swiper-visible-switch, .pagination .swiper-active-switch {
  background: #ff7d0c
}

.news-left {
  position: absolute;
  left: 26px;
  bottom: 15px;
  width: 19px;
  height: 19px;
  z-index: 9999
}
.news-right {
  position: absolute;
  left: 50px;
  bottom: 15px;
  width: 19px;
  height: 19px;
  z-index: 9999
}
.sub-banner {
  width: 1100px;
  margin: 0 auto;
  height: 256px;
  overflow: hidden;
}
.newsroll {
  height: 181px;
}
.newsroll .swiper-container {
  height: 181px;
}
.newsroll .item-title { 
  width: 310px;
  margin-left: auto;
  margin-right: auto;
  color: #111; 
  font-size: 14px;
  padding:0;
  height:42px;
  line-height:42px;
  overflow: hidden;
  border-bottom: 1px solid #6f6f6f
}
.newsroll .item-data {
  display: block;
  font-size: 12px;
 padding:0 20px;
  color: #999;
  margin-top: 10px;
}
.newsroll .item-cont {
  font-size: 12px;
  color: #999;
   padding:0 20px;
   margin-top: 10px;
   height: 55px;
   overflow: hidden;
}

.newsroll .more {
  position: absolute;
  z-index: 2;
  font-size: 14px;
  display: block;
  bottom: 15px;
  left: 75px;
}


/*page submenu*/
.submenu { 
  width: 100%;
  position: absolute;
  top: 120px;
  z-index: 8;
}
/*js*/
.pa { position: absolute; z-index: 8 }
.pf { position: fixed; top: 0; display: none; }

.menulist {
  height: 122px;
  background:url(../images/bj_png1.png);
}
.submenu .about-menu li {
  width: 14.28%;
  float: left;
  height: 122px;
}
.submenu .service-menu li {
  width: 10%;
  float: left;
  height: 122px;
}
.submenu .choose-menu li {
  width: 20%;
  float: left;
  height: 122px;
}
.submenu li a {
  display: block;
  padding-top: 15px;
  height: 107px;
  -webkit-transition: all ease-in .2s;
  -ms-transition: all ease-in .2s;
  -o-transition: all ease-in .2s;
  -moz-transition: all ease-in .2s;
  transition: all ease-in .2s;
  color: #333;
  text-decoration: none;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
}
.submenu li span {
  display: block;
  height: 57px;
  text-align: center;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 10px;
}
.submenu  li span i {
  display: block; -webkit-transition: all ease-in .2s;
  -ms-transition: all ease-in .2s;
  -o-transition: all ease-in .2s;
  -moz-transition: all ease-in .2s;
  transition: all ease-in .2s;
  font-size: 0;
}
.submenu a:hover,.submenu a.active {
  background: #ff7d0c;
  color: #fff;
}
.submenu a:hover span i,.submenu a.active span i { 
  margin-top: -57px; 
}

/*about page*/
.layerBox { 
  overflow: hidden; 
}
.layerBox li {
  border-bottom: 1px solid #999
}
.page-about .textBox {
  margin-top: 145px;
  padding:30px 45px 30px 45px;
  background: rgba(255,255,255,.5);
}
.page-about .textBox h3 {
  font-size: 42px;
  color: #ff7d0c;
}
.page-about .textBox h5 {
  font-size: 30px;
  color: #111;
  border-bottom: 2px solid #ff7d0c;
  padding-bottom: 15px;
}
.page-about .textBox h5 .notice {
width:100%;
font-size:16px;
padding-top:10px;
}
.page-about .text {
  padding-top: 20px;
  color: #666;
}

.page-top { display: none; width: 58px; height: 58px; z-index: 999999; position: fixed; right: 25px; bottom: 100px; }

/*page news*/
.page-news {
  padding-top: 20px;
  margin-bottom: 20px;
}
.page-news .left {
  width: 800px;
  float: left;
}
.page-news .left .title {
  font-size: 40px;
  font-weight: bold;
  color: #ff7d0c
}
.page-news .right {
  width: 220px;
  float: right;
}
.page-news .link-about {
  margin-left: 20px;
  display: block;
  width: 200px;
  font-size: 0;
  box-shadow: 0 0 4px rgba(0,0,0,.3)
}

.newslist {
  padding-top: 10px;
}
.newslist li {
  border-bottom: 1px dashed #666;
  margin-bottom: 20px;
}
.newslist .news-title a {
  font-size: 18px;
  font-weight: bold;
  color: #111;
  text-decoration: none;
}
.newslist .news-title a:hover {
  color: #ff7d0c
}
.newslist .news-data {
  margin-top: 5px;
  font-size: 12px;
  color: #999
}
.newslist .news-cont {
  margin-top: 5px;
  color: #666;
  margin-bottom: 20px;
}
.list-np { 
  text-align: center; 
}
.list-np a { 
  display: inline-block; 
  padding: 3px 8px; 
  border:1px solid #dfdfdf; 
  font-size: 12px; 
}

.newsxq {

}
.newsxq-title {
  font-size: 24px;
  font-weight: bold;
  color: #ff7d0c;
  text-align: center;
}
.newsxq-data {
  margin-top: 10px;
  border-top: 1px dashed #666;
  padding-top: 10px;
  font-size: 12px;
  text-align: center;
  color: #999
}
.newsxq-cont {
  color: #666;
  margin-top: 10px;
}

.contact-box {
  position: absolute;
  right: 20px;
  top: 0;
  width: 500px;
  color: #666;
}
.contact-box h3 {
  margin-top: 25px;
  font-size: 24px;
  font-weight: bold;
  color: #ff7d0c
}
.contact-box h5 {
  font-size: 20px;
  color: #333;
  font-weight: bold;
}

.page-choose { padding-top: 125px; }
.newxxp-pn { padding-top: 20px; border-top: 1px dashed #333; margin-top: 30px; padding-bottom: 30px; }
.newxxp-pn a { font-size: 12px; }

.wxerm {
	position: absolute;
	top: -130px;
	left:25px;
	text-align: center;
	padding: 5px;
	background: #fff;
	border:1px solid #ddd;
	display: none;
}

.fullPage_nav { width:36px; background: url(../images/png_grays.png) repeat;position:fixed; top:30%; right:5%; z-index:9999; border-radius:18px;-webkit-transition: all 400ms ease-out;}
.fullPage_nav li a {display:block; width:15px; height:15px; margin:25px auto; background:#fff; border-radius:14px;}
.fullPage_nav li.on a, .fullPage_nav li:hover a { background:#f04e01}

.searchbox {width:1100px; margin:20px auto; text-align:right;}
.searchbox .input-text{ width:300px; height:30px; line-height:30px; border:1px solid #cccccc; padding-left:20px;}
.searchbox .search-submit{
    border-radius: 0;
    background-color: #00aff0;
    text-align: center;
    line-height:32px;
    cursor: pointer;
    color: #fff;
	padding:0 20px;
}