@charset "utf-8";
/*reset*/
body {
  font: 16px "microsoft yahei", Arial, Helvetica, sans-serif;
  margin:0;
  padding:0;
}
/*html{filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);-webkit-filter:grayscale(100%);}2020-4-3*/
ul,li,p,h1,h2,h3,h4,h5,h6,dl,dt,dd,button,input {
  margin:0;
  padding:0;
  font-weight: normal;
  border:none;
  list-style:none;
}
*{
  box-sizing: border-box;
}
.fl  {float:left;}
.fr  {float:right;}
.clearFloat:after{
  content: "";
  display: block;
  clear: both;
}
*:focus{
  outline:none;
}
img{
  border: 0;
  vertical-align: middle;
}
a  {
  color:#555;
  text-decoration:none;
}
a:hover {
  text-decoration:none;
}
.container{
  width: 80%;
  margin: 0 auto;
}

/*****公共样式*****/
/*标题*/
.title{
  padding-top: 40px;
  text-align: center;
}
.title h2{
  font-size: 26px;
  font-weight: bold;
  color: #424242;
  text-transform: uppercase;
}
.title h3{
  font-size: 14px;
  color: #7A7A7A;
}
.title h3:after{
  content: "";
  display: block;
  width: 54px;
  height: 3px;
  margin: 20px auto;
  background: #E67816;
}
/*read-more*/
.read-more a{
  display: inline-block;
  width: 125px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 14px;
  color: #666;
  border: 1px solid #E2E2E2;
  border-radius: 36px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.read-more a:hover{
  background: #E67816;
  color: #fff;
  border-color: #d86504;
}

/*title2*/
.title2{
  position: absolute;
  top: 50%;
  left: 10%;
  color: #fff;
  -webkit-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  transform: translate(0,-50%);
}
.title2 h2{
  font-size: 44px;
  text-transform: uppercase;
}
.title2 h2:after{
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  background: #fff;
  margin: 20px 0;
}
.title2 p{
  font-size: 30px;
}



/*index.html*/
.header{
  width: 100%;
  height: 98px;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 500;
  box-shadow: 0 0 4px #e2e2e2;
  -webkit-box-shadow: 0 0 4px #e2e2e2;
}
/*header-pc*/
.header-pc .logo{
  display: block;
  margin-top: 20px;
}
.header-pc .nav-pc{
  width: 60%;
  margin-top: 45px;
  margin-right: 35px;
  text-align: right;
}
.header-pc .nav-pc li{
  float: left;
  width: 16.6%;
  text-align: center;
  position: relative;
}
.header-pc .nav-pc li a{
  display: block;
}
.header-pc .nav-pc li>a:hover{
  color: #EB6E04;
}
.header-pc .nav-pc li a i{
  display: inline-block;
  width: 8px;
  height: 4px;
  background: url("../images/bg1.png") no-repeat center;
  position: relative;
  top: -3px;
  left: 3px;
}
.header-pc .search-en{
  margin-top: 45px;
  padding-left: 45px;
  border-left: 1px solid #DCDCDC;
}
.header-pc .search-en i{
  display: inline-block;
  width: 18px;
  height: 17px;
  margin-right: 30px;
  background: url("../images/search_01.png") no-repeat center;
  cursor: pointer;
}
.header-pc .search-en a{
  display: inline-block;
  color: #E67816;
}
/*弹出菜单*/
.nav-pc  li div{
  position: absolute;
  left: -38px;
  top: 53px;
  width: 180px;
  padding: 30px 15px;
  background: #E67816;
  display: none;
  z-index: 100;
}
.nav-pc li div img{
  position: absolute;
  top: -11px;
  left: 50%;
  transform: translateX(-10px);
}
.nav-pc li div a{
  font-size: 14px;
  height: 35px;
  line-height: 35px;
  border-bottom: 1px solid #EB964C;
  color: #fff;
  background: url("../images/bg03.png") no-repeat left center;
}

/*header-phone*/
.header-phone .logo{
  margin-top: 13px;
}
.en{
  font-size: 25px;
  margin-top: 18px;
  padding-right: 8%;
  border-right: 1px solid #DDDDDD;
}
.right-m{
  width: 33%;
  margin-right: 2%;
  margin-top: 1%;
}
.nav-m>span{
  display: block;
  width: 40px;
  height: 2px;
  margin: 10px auto;
  border-radius: 20%;
  background-color: #E47917;
}
.nav-m>p{
  text-align: center;
  font-size: 14px;
}
.sub-nav{
  width: 100%;
  display: none;
  position: absolute;
  top: 80px;
  left: 0;
  z-index: 1000;
  background: #fff;
}
.sub-nav>ul>li{
  width: 99%;
  margin: 0 auto;
  border-bottom: 1px solid #D1D1D1;
}
.sub-nav>ul>li>a{
  display: block;
  font-size: 16px;
  padding: 2% 0;
  position: relative;
  text-indent: 1em;
}
.sub-nav>ul>li>a>i{
  display: inline-block;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 10px;
  top: 25%;
  background: url("../images/jt_03.png") no-repeat center;
  background-size: 15px 15px;
}
/*search-box*/
.search-box {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #0C1721;
  z-index: 1000;
  display: none;
}
.search-txt {
  width: 55%;
  height: 80px;
  margin: 10% auto;
  border: 1px solid #535353;
}
.search-txt input {
  width: 85%;
  height: 60px;
  margin-top: 10px;
  margin-left: 15px;
  font-size: 32px;
  background: #0C1721;
}
.search-txt .submit {
  display: inline-block;
  width: 34px;
  height: 34px;
  background: url("../images/search_02.png");
  vertical-align: middle;
  cursor: pointer;
}
.search-txt input:focus {
  color: #A7A7A7;
}

.sea-close {
  width: 10%;
  height: 50px;
  position: absolute;
  top: 10%;
  right: 10%;
  cursor: pointer;
}
.sea-close i, .sea-close b {
  position: absolute;
  width: 2px;
  height: 40px;
  background: #fff;
  left: 20px;
}
.sea-close i {
  -webkit-transform: skewX(45deg);
  -o-transform: skewX(45deg);
  -moz-transform: skewX(45deg);
  -ms-transform: skewX(45deg);
}
.sea-close b {
  -webkit-transform: skewX(-45deg);
  -o-transform: skewX(-45deg);
  -moz-transform: skewX(-45deg);
  -ms-transform: skewX(-45deg);
}


/*banner*/
.banner,
.banner img{
  width: 100%;
}
.banner .swiper-wrapper a{
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  text-align: center;
}
.banner .swiper-wrapper a h3{
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  font-size: 60px;
  color: #fff;
  z-index: 20;
  text-shadow:0 0 4px #999;
}

.banner .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 100%;
  background: transparent;
  border: 1px solid #fff;
}
.banner .swiper-pagination-bullet-active{
  background: #fff;
}

/*index-about*/
.index-about{
  margin: 40px 0;
}
.index-about>div>div{
  width: 50%;
  overflow: hidden;
}
.index-about img{
  width: 100%;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.index-about img:hover{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.index-about .title{
  text-align: left;
}
.index-about .title h3:after{
  margin: 20px 0;
}
.index-about-txt{
  padding: 0 5%;
}
.index-about-txt p{
  font-size: 14px;
  line-height: 24px;
  color: #7a7a7a;
  margin-bottom: 20px;
  text-indent: 2em;
}
/*产品中心*/
.index-product{
  background: url("../images/backg_02.png") no-repeat center 0;
}
.cate-nav{
  margin: 20px 0;
  text-align: center;
}
.cate-nav li{
  display: inline-block;
  width: 120px;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  text-align: center;
  color: #7A7A7A;
  margin: 0 15px;
  border: 1px solid #E2E2E2;
  border-radius: 40px;
  cursor: pointer;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.cate-nav li.active{
  color: #fff;
  background: #FF7700;
  border-color: #d86504;
}
.cate-nav li:hover{
  color: #fff;
  background: #FF7700;
}
.cate-show{
  background: #fff;
  padding: 2% 1%;
  border: 1px solid #FAFAFA;
  box-shadow: 0px 2px 0px #E9E9E9;
  -webkit-box-shadow: 0px 2px 0px #E9E9E9;
}
.cate-show ul{
  display: none;
}
.cate-show ul.active{
  display: block;
}
.cate-show ul li{
  float: left;
  width: 31.3%;
  margin: 1%;
}
.cate-show ul li a{
  display: block;
  overflow: hidden;
}
.cate-show ul li a img{
  width: 100%;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.cate-show ul li a img:hover{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.cate-show ul li div{
  padding: 10px;
}
.cate-show ul li div h2{
  font-size: 16px;
  color: #363636;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.cate-show ul li div p{
  color: #7A7A7A;
}
.cate-show ul li div .border{
  display: block;
  width: 100%;
  height: 1px;
  background: #eee;
  margin: 10px 0;
}
.cate-show ul li div a{
  font-size: 14px;
  color: #666;
  background: url("../images/bg04.png") no-repeat right center;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}
.cate-show ul li div a:hover{
  color: #E8771B;
  background: url("../images/bg04_hover.jpg") no-repeat right center;
}
.esc-phone .swiper-container{
  padding-bottom: 60px;
}
.esc-phone li{
  background: #fff;
}
.esc-phone li a img{
  width: 100%;
}
.esc-phone li div{
  padding: 10px;
}
.esc-phone li div h2{
  font-size: 16px;
  color: #363636;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.esc-phone li div p{
  font-size: 14px;
  color: #7A7A7A;
}
.esc-phone li div i{
  display: block;
  width: 100%;
  height: 1px;
  background: #eee;
  margin: 10px 0;
}
.esc-phone li div a{
  display: block;
  font-size: 14px;
  color: #666;
  background: url("../images/bg04.png") no-repeat right center;
}
.esc-pc{
  display: block;
}
.esc-phone{
  display: none;
}

/*区域优势*/
.location-txt,
.location-img{
  width: 50%;
  overflow: hidden;
}
.location-txt{
  padding: 5%;
}
.location-txt h1{
  font-size: 28px;
  color: #E67817;
  margin: 20px 0;
}
.location-txt p{
  font-size: 14px;
  line-height: 24px;
  color: #7a7a7a;
  margin-bottom: 30px;
  text-indent: 2em;
}
.location-img{
  background: #FAFAFA;
}
.location-img img{
  display: block;
  width: 70%;
  margin: 20px auto;
}
/*footer*/
.footer{
  width: 100%;
  background: #7A7A7A;
  padding: 20px 0;
  margin-top: 50px;
  color: #a8a8a8;
  font-size: 12px;
}
.footer a{
  color: #a8a8a8;
}
/*****culture.html******/
.bigImg{
  position: relative;
}
.bigImg img{
  width: 100%;
}
.cate-nav1{
  padding: 36px 0;
  text-align: center;
  border-bottom: 1px solid #E5E5E5;
}
.cate-nav1 li{
  display: inline-block;
}
.cate-nav1 li a{
  display: block;
  width: 150px;
  height: 48px;
  line-height: 48px;
  font-size: 18px;
  text-align: center;
  color: #7A7A7A;
  margin: 0 15px;
  border: 1px solid #E2E2E2;
  border-radius: 40px;
  cursor: pointer;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.cate-nav1 li a.active{
  color: #fff;
  background: #FF7700;
  border-color: #d86504;
}
.cate-nav1 li a:hover{
  color: #fff;
  background: #FF7700;
  border-color: #d86504;
}
.culture-show{
  margin-top: 50px;
}
.culture-img{
  width: 37.5%;
  overflow: hidden;
}
.culture-img img{
  width: 100%;
  margin-bottom: 30px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.culture-img img:hover{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.culture-txt{
  width: 62.5%;
  padding-left: 3%;
}
.culture-txt h1{
  font-size: 36px;
  color: #eb6e04;
}
.culture-txt h5{
  font-size: 24px;
  color: #e5e5e5;
  margin-top: 5px;
}
.culture-txt p{
  font-size: 16px;
  line-height: 28px;
  color: #666;
  margin-top: 30px;
  text-indent: 2em;
}
/*org.html*/
.org{
  padding: 20px 0;
}
.org img{
  width: 100%;
}
/*history.html*/
.historyPage{ padding-bottom: 30px; font-size: 14px; color: #fff; overflow: hidden;}
.historyPage .by{ font-size: 94px; color: #eb6e04; text-align: center; width: 90%; margin: 0 auto;}
.historyPage .by1{ font-size: 36px; color: #333; text-align: center; width: 90%; margin: 0 auto 50px;}
.historyBox{ position: relative; padding: 250px 0 50px;}
.proces-ico{ background: url(../images/history_dian.png) no-repeat; background-size: cover; width: 25px; height: 25px; position: absolute; top: -24px; left: 50%; margin-left: -12px;}
.proces-line{ height: 100%; width: 1px; left: 50%; position: absolute; top: 0; border-right: 1px dashed #B9B9B9;}
.proces-dl dd{ float: left; display: block; width: 50%; padding-top: 5%;}
.proces-dl .itemBox{ margin:22px 0 0 60px; background-color: #F1F1F1; cursor: pointer;position: relative;}
.proces-dl .item .triangle{
  display: block;
  width:0;
  height:0;
  border:10px solid transparent;
  border-right-color:#F1F1F1;
  position: absolute;
  left: -20px;
  top: 40px;
  z-index: 10;
}
.proces-dl .item .triangle:after{
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #D2D2D2;
  border-radius: 8px;
  position: absolute;
  left: -54px;
  top: -2px;
}
.proces-dl .item.oneItem .triangle1{
  display: block;
  width:0;
  height:0;
  border:10px solid transparent;
  border-left-color:#F1F1F1;
  position: absolute;
  right: -20px;
  top: 40px;
  z-index: 10;
}
.proces-dl .item.oneItem .triangle1:after{
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #D2D2D2;
  border-radius: 8px;
  position: absolute;
  right: -54px;
  top: -2px;
}
.proces-con{ padding:30px 8%;}
.proces-con p{ line-height: 28px;font-size: 16px; }
.proces-txt{ color: #666; padding: 22px 0; text-align: justify;}
.proces-txt h1{font-size: 50px;color: #EB6E04;}
.proces-txt h2{font-size: 36px;color: #333;margin-bottom: 10px;}
.proces-dl .oneItem{ padding-top: 0; margin-top: -150px;}
.proces-dl .oneItem .itemBox{ margin:0 60px 8% 0;}
.proces-bot{ font-size: 18px;font-weight: bold;  padding-top: 60px; color: #333; text-align: center;}

/*news.html*/
.news1{
  margin: 50px 0;
}
.news1 .container{
  background: #F4F4F4;
  padding: 15px;
}
.new-img,
.new-txt{
  width: 50%;
}
.new-img img{
  width: 100%;
}
.new-txt{
  padding: 3%;
}
.new-txt h6{
  font-size: 14px;
  color: #999;
  margin-bottom: 10px;
}
.new-txt h2{
  font-size: 24px;
  color: #eb6e04;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.new-txt p{
  font-size: 16px;
  color: #666;
  height: 112px;
  line-height: 28px;
  overflow: hidden;
  margin: 20px 0;
}
.new-txt .detail{
  display: block;
  width: 130px;
  padding: 5px 20px;
  font-size: 14px;
  color: #666;
  border: 1px solid #C9C9C9;
  background: url("../images/icon1.png") no-repeat 100px center;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.new-txt .detail:hover{
  color: #fff;
  border-color: #d86504;
  background:#EB6E04 url("../images/icon1_hover.png") no-repeat 100px center;
}
.news1 .swiper-container-horizontal>.swiper-pagination-bullets{
  left: 5%;
  bottom: 10px;
}
.news1 .swiper-pagination-bullet-active{
  background: #767676;
}

.news2 ul li{
  float: left;
  width: 48%;
  margin: 1%;
  padding: 0 20px 50px;
  border-bottom: 1px solid #DBDBDB;
}
.news2 ul li:hover h1{
  color: #EB6E04;
}
.news2 ul li h1{
  font-size: 20px;
  color: #333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.news2 ul li h6{
  font-size: 12px;
  color: #c8c8c8;
  margin: 15px 0;
  padding-left: 20px;
  background: url("../images/icon2.png") no-repeat left center;
}
.news2 ul li p{
  font-size: 14px;
  height: 48px;
  line-height: 24px;
  overflow: hidden;
  color: #666;
}
.pagination{
  margin-top: 50px;
  text-align: center;
}
.pagination a{
  display: inline-block;
  padding: 10px 15px;
  border: 1px solid #E2E2E2;
  color: #666;
  margin: 0 5px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.pagination a.active{
  color: #fff;
  background: #EB6E04;
  border-color: #EB6E04;
}
.pagination a:hover{
  color: #fff;
  background: #EB6E04;
  border-color: #EB6E04;
}
.pagination span{
  display: inline-block;
  padding: 10px 15px;
  border: 1px solid #E2E2E2;
  color: #666;
  margin: 0 5px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.pagination span:hover,.pagination span.active {
    background-color: #E47915;
    color: #fff;
}
.pagination span.disabled{
  display:none;
}
.paginationPhone{
    width: 300px;
    text-align: center;
    margin: 0 auto;
}
.paginationPhone a{
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
    font-size: 16px;
}
.paginationPhone form{
    display: inline-block;
}
.paginationPhone select{
    display: inline-block;
    margin: 20px 20px;
    text-align: left;
    list-style: none;
    width: 60px;
    height: 34px;
    padding: 0 12px;
    font-size: 14px;
    color: #555;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.paginationPhone span.disabled {
    display:none;
}
/*news-detail*/
.news-content{
  padding: 40px 0;
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
}
.news-content h1{
  font-size: 30px;
  color: #333;
}
.news-content h6{
  font-size: 14px;
  color: #666;
  margin-top: 15px;
}
.news-content h6:after{
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #E5E5E5;
  margin: 20px 0;
}
.news-content p{
  font-size: 16px;
  color: #666;
  line-height: 28px;
  text-align: left;
  text-indent: 2em;
}
.news-content img{
  display: block;
  width: 60%;
  margin: 20px auto;
}
.page{
  padding-top: 20px;
  position: relative;
}
.page p{
  text-align: left;
  font-size: 14px;
  line-height: 36px;
  color: #666;
}
.page p:hover{
  color: #EB6E04;
}
.page p:hover a{
  color: #EB6E04;
}

.back{
  display: block;
  width: 120px;
  height: 45px;
  color: #EB6E04;
  border: 1px solid #E47915;
  border-radius: 45px;
  font-size: 18px;
  text-align: center;
  line-height: 45px;
  position: absolute;
  right: 0;
  top: 20px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.back:hover{
  background-color: #E47915;
  color: #fff;
}
/*cpzs_detail.html*/
.product-show{
  text-align: center;
}
.product-show .cate-nav{
  margin: 40px 0;
}
.product-show b{
  display: block;
  width: 100%;
  height: 1px;
  background: #E5E5E5;
}
.pro-img{
  width: 50%;
  margin: 50px auto;
  position: relative;
}
.pro-img img{
  width: 100%;
}
.pro-img a{
  display: block;
  width: 25px;
  height: 43px;
  position: absolute;
  top: 50%;
  margin-top: -21px;
  z-index: 2;
}
.pro-img a.prev{
  background: url("../images/index-arrL-a.png") no-repeat center;
  left: 0;
}
.pro-img a.next{
  background: url("../images/index-arrR-a.png") no-repeat center;
  right: 0;
}
.product-show h1{
  font-size: 36px;
  color: #363636;
}
.product-show p{
  font-size: 18px;
  color: #7A7A7A;
  margin-top: 10px;
}
/*location.html*/
.adv-img{
  margin: 50px 0;
  background: #FAFAFA;
}
.adv-img img{
  display: block;
  width: 50%;
  margin: 0 auto;
}
.adv-txt h1{
  font-size: 36px;
  color: #EB6E04;
}
.adv-txt h5{
  font-size: 24px;
  color: #e5e5e5;
  margin-top: 10px;
}
.adv-txt p{
  font-size: 16px;
  line-height: 28px;
  text-indent: 2em;
  color: #666;
  margin-top: 20px;
}
.img-show{
  margin-top: 30px;
}
.img-show ul li{
  float: left;
  width: 23%;
  margin: 1%;
  overflow: hidden;
  position: relative;
}
.img-show ul li img{
  width: 100%;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.img-show ul li img:hover{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.img-show ul li h2{
  font-size: 18px;
  color: #fff;
  position: absolute;
  bottom: 10px;
  left: 10px;
}
/*contact.html*/
.contact{
  text-align: center;
  color: #333;
}
.contact h1{
  font-size: 44px;
  margin-top: 50px;
}
.contact ul{
  margin: 50px 0;
}
.contact ul li{
  float: left;
  width: 25%;
  min-height: 200px;
  padding: 20px 0;
  border-right: 1px solid #E7E7E7;
  cursor: pointer;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.contact ul li i{
  display: block;
  width: 57px;
  height: 57px;
  margin: 20px auto;
  background: url("../images/con_icon.png") no-repeat;
}
.contact ul li i.address{
  background-position: 0 0;
}
.contact ul li i.tel{
  background-position: -67px 0;
}
.contact ul li i.email{
  background-position: -134px 0;
}
.contact ul li i.url{
  background-position: -201px 0;
}
.contact ul li span{
  display: block;
  font-size: 14px;
}
.contact ul li p{
  font-size: 18px;
}

.contact ul li:hover{
  color: #fff;
  background: #EB6E04;
}
.contact ul li:hover i{
  background-position-y: -67px;
}

/*地图*/
.iw_poi_title {color:#CC5522;font-size:14px;font-weight:bold;overflow:hidden;padding-right:13px;white-space:nowrap}
.iw_poi_content {font:12px arial,sans-serif;overflow:visible;padding-top:4px;white-space:-moz-pre-wrap;word-wrap:break-word}

/*feedback.html*/
.message{
  padding-top: 50px;
}
.message h2{
  font-size: 16px;
  text-align: center;
  color: #666;
}
.message h2:after{
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background: #C6C6C6;
  margin: 20px auto;
}

.message form div input{
  width: 30%;
  height: 40px;
  padding: 0 10px;
  margin-top: 20px;
  font: 16px "microsoft yahei";
  color: #A9A9A9;
  border: 1px solid #D5D5D5;
}
.message form div input:first-child,
.message form div input:nth-child(2){
  margin-right: 4.5%;
}
.message form div input:first-child{
  background: url("../images/con_icon1.jpg") no-repeat 98% center;
}
.message form div input:nth-child(2){
  background: url("../images/con_icon2.jpg") no-repeat 98% center;
}
.message form div input:last-child{
  background: url("../images/con_icon3.jpg") no-repeat 98% center;
}
.message form textarea{
  width:100%;
  height:170px;
  padding: 10px;
  margin-top: 20px;
  font: 16px "microsoft yahei";
  color: #A9A9A9;
  border: 1px solid #C9C9C9;
  background: url("../images/con_icon4.jpg") no-repeat 98% 10%;
  resize:none;
}
.message form>input{
  width: 100%;
  height: 40px;
  background: #EB6E04;
  color: #fff;
  font: 18px "microsoft yahei";
  margin-top: 15px;
  cursor: pointer;
}




/* leftsead */
#leftsead{width:161px;height:150px;position:fixed;top:350px;right:0px; z-index:100;}
*html #leftsead{margin-top:258px;position:absolute;top:expression(eval(document.documentElement.scrollTop));}
#leftsead li{width:161px;height:50px;}
#leftsead li img{float:right;}
#leftsead li a{height:49px;float:right;display:block;min-width:47px;max-width:161px;}
#leftsead li a .shows{display:block;}
#leftsead li a .hides{margin-right:-143px;cursor:pointer;}
#leftsead li a.youhui .hides{display:none;position:absolute;right:143px;}
#leftsead li a.youhui .wm{display:none;position:absolute;right:143px;}
#p2{width:112px;background-color:#ff7701;height:47px;margin-left:47px;border:1px solid #ff7701;text-align:center;line-height:47px}
#p3{width:112px;background-color:#ff7701;height:47px;margin-left:47px;border:1px solid #ff7701;text-align:center;line-height:47px}
#p1{width:47px;height:49px;float:left}
#p4{width:47px;height:49px;float:left}


/*job 2018.08.23*/

.side-tit{
  margin: 20px 0;
}
.side-tit>h2{
  font-family: BEBAS;
  font-size: 40px;
  color: #232323;
  margin-top: 50px;
  text-transform: uppercase;
  font-weight: bold;
}
.side-tit>h3{
  font-size: 36px;
  color: #E47915;
}

.job{
  width: 100%;
  border: 1px solid #CCCCCC;
  border-radius: 5px;
  margin-bottom: 50px;
}
.panel-header{
  width: 100%;
  border: 1px solid #E9EBED;
  padding: 10px 20px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.panel-header.active{
  background-color: #E47915;
}
.panel .panel-header.active span{
  color: #FFFFFF;
}
.panel-header.active span:last-child{
  background: url("../images/job-icon2.png") no-repeat right center;
}
.panel-header>span:first-child{
  float: left;
  font-size: 20px;
  color: #666666;
}
.panel-header>span:last-child{
  float: right;
  font-size: 14px;
  margin-top: 5px;
  color: #666666;
  padding-right: 30px;
  background: url("../images/job-icon1.png") no-repeat right center;
}
.panel-body{
  padding: 10px 40px;
  display: none;
}
.panel-body.active{
  display: block;
}
.panel-body>ul{
  border-bottom: 1px solid #E9EBED;
  padding-bottom: 10px;
}
.panel-body>ul>li{
  float: left;
  width: 25%;
  font-size: 16px;
  padding: 5px 0;
}
.panel-body>h3{
  font-size: 16px;
  margin: 30px 0;
}
.panel-body p{
  font-size: 16px;
  color: #666666;
  line-height: 30px;
}
.panel-body>div{
  margin: 30px 0;
}
.panel-body>h6{
  font-size: 16px;
  color: #666666;
  padding: 30px 0 ;
}
.panel-body>h6>a{
  color: #E47915;
}
.clear:after{
  content: "";
  display: block;
  clear: both;
}

@media screen and (max-width: 766px){
  .panel-body {
    padding: 10px 10px;
  }
  .panel-body>ul>li{
    width: 50%;
  }
  .panel .panel-header>span{
    font-size: 14px;
  }
}