* {
  margin: 0;
  border: 0;
  padding: 0;
  outline: none;
  font-size: 14px;
  list-style: none;
  text-decoration: none;
  font-family: "微软雅黑", Arial, sans-serif;
}
#clear {
  clear: both;
}
.green {
  background: #7DCB65;
}
.orange {
  background: #F08418;
}
.blue {
  background: #429FF7;
}
#public-bg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  background: #000000;
  filter: alpha(opacity=30);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
  display: none;
  z-index: 9998;
}
#navs-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  z-index: 100;
  display: none;
  position: absolute;
  background-color: #000;
}
#pc-head {
  height: 85px;
  width: 1200px;
  margin: 0 auto;
}
#pc-head .logo {
  float: left;
  width: 185px;
  height: 85px;
  display: block;
}
#pc-head .nav {
  float: right;
}
#pc-head .nav li {
  width: 130px;
  height: 50px;
  float: left;
  text-align: center;
  margin-top: 35px;
  position: relative;
}
#pc-head .nav li .nav-a {
  height: 50px;
  padding: 0 20px;
  display: block;
  color: #5d5d5d;
  font-size: 16px;
  margin: 0 5px;
}
#pc-head .nav li .nav-a .wire {
  width: 0;
  height: 1px;
  margin: 10px auto 0;
  background: #f58220;
  transition: all 0.7s ease 0s;
}
#pc-head .nav li .nav-s {
  top: 50px;
  z-index: 1;
  left: 0;
  display: none;
  position: absolute;
}
#pc-head .nav li .nav-s a {
  height: 40px;
  width: 130px;
  display: block;
  color: #4c4c4c;
  font-size: 14px;
  line-height: 40px;
  background: white;
  text-align: center;
  transition: all 0.5s ease 0s;
  border-left: 1px solid #D9D9D9;
  border-right: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
}
#pc-head .nav li .nav-s a:hover {
  color: white;
  background: #f58220;
  transition: all 0.5s ease 0s;
}
#pc-head .nav li:hover .nav-a {
  color: #f58220;
}
#pc-head .nav li:hover .nav-a .wire {
  width: 30px;
  transition: all 0.7s ease 0s;
}
#pc-head .nav .click .nav-a {
  color: #f58220;
}
#pc-head .nav .click .nav-a .wire {
  width: 30px;
  transition: all 0.7s ease 0s;
}
#phone-head {
  display: none;
}
#pc-benner {
  width: 100%;
  height: 410px;
  margin: 0 auto;
  position: relative;
}
#pc-benner a {
  top: 0;
  left: 0;
  width: 100%;
  height: 410px;
  display: none;
  position: absolute;
  text-align: center;
  font-size: 30px;
}
#pc-benner ul {
  left: 50%;
  width: 110px;
  bottom: 25px;
  height: 10px;
  display: block;
  margin-left: -60px;
  position: absolute;
}
#pc-benner ul li {
  width: 12px;
  height: 12px;
  border: 1px solid white;
  border-radius: 100px;
  margin: 0 5px;
  float: left;
  cursor: pointer;
  background: white;
}
#pc-benner .jt {
  top: 50%;
  z-index: 10;
  width: 40px;
  height: 40px;
  color: white;
  display: none;
  cursor: pointer;
  margin-top: -20px;
  position: absolute;
  background: #393939;
  transition: all 0.5s ease 0s;
}
#pc-benner .jt P {
  width: 9px;
  height: 17px;
  margin: 12px auto;
}
#pc-benner .jt:hover {
  background: #f58220;
}
#pc-benner .left {
  left: 0;
}
#pc-benner .left p {
  background: url(../images/img-map.png) 0 0;
}
#pc-benner .right {
  right: 0;
}
#pc-benner .right p {
  background: url(../images/img-map.png) -11px 0;
}
#pc-benner:hover .jt {
  display: block;
}
#phone-benner {
  display: none;
}
#news-video {
  width: 1200px;
  margin: 40px auto 0;
}
#news-video .news {
  float: left;
  padding: 0;
  height: 250px;
  width: 75%;
}
#news-video .news .title {
  width: 100%;
  height: 40px;
}
#news-video .news .title .left {
  float: left;
}
#news-video .news .title .left .cn {
  color: black;
  display: block;
  font-size: 20px;
  line-height: 20px;
}
#news-video .news .title .left .en {
  display: block;
  color: #a1a1a1;
  font-size: 12px;
  line-height: 25px;
}
#news-video .news .title .right {
  margin: 7px 45px 0 0;
  width: 72px;
  height: 28px;
  float: right;
  color: #606060;
  line-height: 25px;
  text-align: center;
  border: 1px solid #D1D1D1;
}
#news-video .news .title .right:hover {
  color: white;
  background: #f58220;
  border: 1px solid #f58220;
}
#news-video .news .nr {
  margin-top: 20px;
}
#news-video .news .nr .img {
  width: 291px;
  float: left;
}
#news-video .news .nr .img img {
  display: none;
  width: 291px;
  height: 183px;
}
#news-video .news .nr .all {
  width: 63%;
  float: left;
}
#news-video .news .nr .all li {
  height: 20px;
  margin-top: 13px;
  margin-left: 30px;
}
#news-video .news .nr .all li a {
  width: 70%;
  float: left;
  color: #565656;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.5s ease 0s;
}
#news-video .news .nr .all li span {
  float: right;
  color: #959595;
  display: block;
}
#news-video .news .nr .all li:hover a {
  color: #f58220;
  margin-left: 10px;
  transition: all 0.5s ease 0s;
}
#news-video .news .nr .all li:hover span {
  color: #f58220;
}
#news-video .news .nr .all .hover a {
  color: #f58220;
}
#news-video .news .nr .all .hover span {
  color: #f58220;
}
#news-video .video {
  width: 25%;
  float: right;
  padding: 0 0 0 9px;
  height: 250px;
}
#news-video .video .title {
  width: 100%;
  height: 40px;
}
#news-video .video .title .left {
  float: left;
}
#news-video .video .title .left .cn {
  color: black;
  display: block;
  font-size: 20px;
  line-height: 20px;
}
#news-video .video .title .left .en {
  display: block;
  color: #a1a1a1;
  font-size: 12px;
  line-height: 25px;
}
#news-video .video .title .right {
  margin-top: 7px;
  width: 72px;
  height: 28px;
  float: right;
  color: #606060;
  line-height: 25px;
  text-align: center;
  border: 1px solid #D1D1D1;
}
#news-video .video .title .right:hover {
  color: white;
  background: #f58220;
  border: 1px solid #f58220;
}
#news-video .video .videos {
  width: 291px;
  height: 183px;
  margin: 20px auto 0;
}
#news-video .video .videos .nr {
  cursor: pointer;
  position: relative;
}
#news-video .video .videos .nr img {
  height: 183px;
  width: 100%;
  display: block;
}
#news-video .video .videos .nr .bg {
  width: 100%;
  z-index: 10;
  bottom: 0;
  height: 40px;
  position: absolute;
  background: url(../images/video_bg.jpg) repeat;
}
#news-video .video .videos .nr .txt {
  bottom: 0;
  width: 70%;
  z-index: 10;
  color: white;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#news-video .video .videos .nr .txt span {
  float: left;
  width: 24px;
  height: 16px;
  display: block;
  margin: 12px 7px 0 7px;
  margin-top: 13px;
  background: url(../images/img-map.png) -113px 0;
}
#news-video .video .videos .public-popup {
  width: 879px;
  position: fixed;
  height: 580px;
  display: none;
  background: #151512;
  z-index: 9999;
}
#news-video .video .videos .public-popup .video-x {
  width: 100%;
  height: 50px;
  background: white;
  position: relative;
}
#news-video .video .videos .public-popup .video-x .close-title {
  display: block;
  width: 400px;
  line-height: 50px;
  color: #4c4c4c;
  font-size: 16px;
  padding-left: 21px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#news-video .video .videos .public-popup .video-x .close {
  top: 10px;
  right: 20px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  position: absolute;
  border-radius: 100px;
}
#news-video .video .videos .public-popup .video-x .close span {
  width: 15px;
  height: 15px;
  display: block;
  margin: 8px auto 0;
  background: url(../images/ico4.png);
}
#news-video .video .videos .public-popup .video-x .close:hover {
  background: #f58220;
}
#news-video .video .videos .public-popup .video-x .close:hover span {
  background: url(../images/ico5.png);
}
#news-video .video .videos .public-popup .phone-video video {
  width: 100%;
  height: 520px;
}
#products {
  width: 100%;
  margin: 35px 0 0;
  background: #F4F4F4;
}
#products .product {
  width: 1200px;
  margin: 0 auto;
  padding: 30px 0 40px;
  background: #F4F4F4;
}
#products .product .title {
  width: 100%;
  height: 40px;
}
#products .product .title .left {
  float: left;
}
#products .product .title .left .txt .cn {
  color: black;
  font-size: 20px;
  line-height: 20px;
}
#products .product .title .left .txt .en {
  color: #a1a1a1;
  font-size: 14px;
  line-height: 25px;
}
#products .product .title .left .wire {
  width: 35px;
  height: 2px;
  margin-top: 13px;
  background: #f58220;
}
#products .product .title .right {
  float: right;
}
#products .product .title .right span {
  width: 116px;
  height: 28px;
  cursor: pointer;
  line-height: 25px;
  text-align: center;
  margin: 10px 0 0 3px;
  display: inline-block;
  color: white;
  border: 1px solid #f58220;
  background: #f58220;
}
#products .product .title .right .click {
  color: #636363;
  background: none;
  border: 1px solid #B5B5B5;
}
#products .product .all {
  margin-top: 30px;
}
#products .product .all .list {
  height: 183px;
  width: 100%;
}
#products .product .all .list .product-all {
  width: 100%;
  height: 183px;
  overflow: hidden;
  position: relative;
  background: #F4F4F4;
}
#products .product .all .list .product-all .swiper-slide {
  position: relative;
  background: #F4F4F4;
}
#products .product .all .list .product-all .swiper-slide .img {
  padding: 0;
}
#products .product .all .list .product-all .swiper-slide .img img {
  width: 291px;
  height: 183px;
  display: block;
}
#products .product .all .list .product-all .swiper-slide .img .bg {
  width: 291px;
  z-index: 10;
  bottom: 0;
  height: 40px;
  position: absolute;
  background: url(../images/video_bg.jpg) repeat;
}
#products .product .all .list .product-all .swiper-slide .txt {
  padding: 0 0 0 20px;
  float: left;
}
#products .product .all .list .product-all .swiper-slide .txt .tite {
  display: block;
  color: #f58220;
  font-size: 18px;
  margin-bottom: 7px;
}
#products .product .all .list .product-all .swiper-slide .txt .cont {
  line-height: 28px;
  color: #565656;
}
#products .product .all .list .product-all .swiper-slide .more {
  width: 70px;
  height: 28px;
  float: right;
  color: #585858;
  display: block;
  line-height: 25px;
  text-align: center;
  margin-top: 10px;
  border: 1px solid #C8C8C8;
}
#products .product .all .list .product-all .swiper-slide .more:hover {
  color: white;
  background: #f58220;
  border: 1px solid #f58220;
}
#products .product .all .list .product-all .pagination3 {
  bottom: 11px;
  width: 291px;
}
#products .product .all .list .product-all .pagination3 .swiper-pagination-bullet {
  opacity: 1;
  width: 9px;
  height: 9px;
  cursor: pointer;
  background: none;
  margin-right: 4px;
  border-radius: 50%;
  background: white;
  border: 1px solid white;
}
#products .product .all .list .product-all .pagination3 .swiper-pagination-bullet-active {
  background: none;
}
#three {
  width: 1200px;
  margin: 0 auto;
  padding: 40px 0;
}
#three a {
  width: 33.33333333%;
  padding: 25px 45px 20px;
  display: block;
}
#three a img {
  margin-top: 1px;
  display: block;
  float: left;
  width: 54px;
  height: 42px;
  transition: all 0.5s ease 0s;
}
#three a .txt {
  width: 70%;
  margin-left: 15px;
  float: left;
}
#three a .txt .txt1 {
  width: 100%;
  color: white;
  display: block;
  line-height: 20px;
  font-size: 20px;
}
#three a .txt .txt2 {
  line-height: 30px;
  width: 100%;
  color: white;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#three a:hover img {
  margin-top: -5px;
  transition: all 0.5s ease 0s;
}
#three .green {
  background: #7DCB65;
}
#three .orange {
  background: #F08418;
}
#three .blue {
  background: #429FF7;
}
#foot-nav {
  width: 1200px;
  margin: 0 auto;
  padding: 0 0 30px;
}
#foot-nav ul {
  float: left;
}
#foot-nav ul li {
  margin-right: 70px;
  float: left;
}
#foot-nav ul li p {
  color: #323232;
  margin-bottom: 15px;
}
#foot-nav ul li a {
  font-size: 12px;
  margin-bottom: 10px;
  color: #7c7c7c;
  display: block;
}
#foot-nav ul li a:hover {
  color: #f58220;
}
#foot-nav .wecha {
  float: right;
}
#foot-nav .wecha img {
  width: 96px;
  height: 96px;
  display: block;
}
#foot-nav .wecha span {
  display: block;
  font-size: 12px;
  margin-top: 13px;
  text-align: center;
}
#foot-nav .tels {
  float: right;
  margin-left: 6%;
}
#foot-nav .tels .tel {
  color: #303030;
  font-size: 30px;
}
#foot-nav .tels .txt {
  margin-top: 7px;
  color: #7C7C7C;
  text-align: right;
}
#foot-nav .tels a {
  float: right;
  color: white;
  width: 114px;
  height: 33px;
  display: block;
  font-size: 12px;
  line-height: 33px;
  margin-top: 20px;
  background: #52b147;
}
#foot-nav .tels a span {
  margin: 11px 7px 0 25px;
  float: left;
  width: 12px;
  height: 12px;
  display: block;
  background: url(../images/img-map.png) -116px -19px;
}
#foot {
  width: 100%;
  background: #2F2F2F;
}
#foot .foot {
  width: 1200px;
  margin: 0 auto;
  padding: 20px 0;
  background: #2F2F2F;
}
#foot .foot .nav {
  text-align: center;
}
#foot .foot .nav span {
  color: #939393;
  font-size: 12px;
}
#foot .foot .nav a {
  border-left: 1px solid #939393;
  padding: 0 8px;
  color: #939393;
  font-size: 12px;
  height: 12px;
  line-height: 12px;
  display: inline-block;
}
#foot .foot .nav a:hover {
  color: white;
}
#foot .foot .txt {
  margin-top: 10px;
  color: #939393;
  font-size: 12px;
  text-align: center;
}
#publics {
  width: 100%;
  background: #f58220;
}
#publics .model {
  height: 65px;
  color: white;
  width: 1200px;
  margin: 0 auto;
  line-height: 65px;
  background: #f58220;
}
#publics .model span {
  width: 11px;
  height: 11px;
  float: left;
  display: block;
  margin-top: 27px;
  margin-right: 9px;
  background: url(../images/img-map.png) -115px -32px;
}
#pc-navs {
  width: 1200px;
  margin: 0 auto;
  padding: 40px 0;
}
#pc-navs .left {
  float: left;
}
#pc-navs .left .txt .cn {
  color: black;
  font-size: 20px;
  line-height: 20px;
}
#pc-navs .left .txt .en {
  color: #a1a1a1;
  font-size: 14px;
  line-height: 25px;
}
#pc-navs .left .wire {
  width: 35px;
  height: 2px;
  margin-top: 13px;
  background: #f58220;
}
#pc-navs .right {
  float: right;
}
#pc-navs .right a {
  display: block;
  float: left;
  width: 110px;
  height: 28px;
  cursor: pointer;
  line-height: 25px;
  text-align: center;
  margin: 10px 0 0 3px;
  color: #636363;
  border: 1px solid #B5B5B5;
}
#pc-navs .right a:hover {
  color: white;
  background: #f58220;
  border: 1px solid #f58220;
}
#pc-navs .right .click {
  color: white;
  background: #f58220;
  border: 1px solid #f58220;
}
#phone-navs {
  display: none;
}
#public-coent {
  width: 100%;
  padding: 0 0 50px;
  position: relative;
  margin: 0 0 55px 0;
  border-top: 1px solid #ccc;
  border-bottom: 0px solid #ccc;
}
#public-coent .model {
  width: 1200px;
  margin: 50px auto 0;
}
#public-coent .model .nav {
  text-align: center;
  padding-bottom: 30px;
}
#public-coent .model .nav a {
  border-left: 1px solid #868688;
  color: #898989;
  font-size: 16px;
  display: inline-block;
  padding-left: 15px;
  margin-right: 15px;
  height: 15px;
  line-height: 15px;
  transition: all 0.5s ease 0s;
}
#public-coent .model .nav a span {
  display: block;
  height: 1px;
  width: 0;
  background: #f58220;
  margin: 10px auto 0;
  transition: all 0.5s ease 0s;
}
#public-coent .model .nav a:hover {
  color: #f58220;
  transition: all 0.5s ease 0s;
}
#public-coent .model .nav a:hover span {
  width: 50px;
  transition: all 0.5s ease 0s;
}
#public-coent .model .nav .click {
  color: #f58220;
  transition: all 0.5s ease 0s;
}
#public-coent .model .nav .click span {
  width: 40px;
  transition: all 0.5s ease 0s;
}
#hr {
  margin: 0 auto;
  width: 320px;
}
#hr .txt {
  color: #f58220;
  margin-bottom: 15px;
}
#hr .file {
  margin-bottom: 7px;
}
#hr .txt1 {
  margin-bottom: 30px;
}
#hr .bot .submit {
  float: left;
  color: white;
  cursor: pointer;
  font-size: 16px;
  padding: 10px 30px;
  background: #f58220;
  margin-right: 100px;
}
#hr .bot .button {
  color: white;
  cursor: pointer;
  font-size: 16px;
  padding: 10px 25px;
  background: #f58220;
}
#news .left {
  padding: 0;
}
#news .left .news-swiper {
  width: 96%;
  height: 183px;
  overflow: hidden;
  position: relative;
  background: #F5F5F5;
}
#news .left .news-swiper .swiper-slide {
  position: relative;
  background: #F5F5F5;
}
#news .left .news-swiper .swiper-slide .img {
  padding: 0;
}
#news .left .news-swiper .swiper-slide .img img {
  width: 291px;
  height: 183px;
  display: block;
}
#news .left .news-swiper .swiper-slide .txt {
  padding: 0 30px 0;
  float: left;
}
#news .left .news-swiper .swiper-slide .txt .tite {
  height: 25px;
  margin-top: 20px;
  margin-bottom: 5px;
}
#news .left .news-swiper .swiper-slide .txt .tite span {
  width: 0;
  height: 1px;
  float: left;
  display: block;
  margin-top: 13px;
  background: #f58220;
  transition: all 0.5s ease 0s;
}
#news .left .news-swiper .swiper-slide .txt .tite a {
  float: left;
  display: block;
  width: 70%;
  color: #f58220;
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#news .left .news-swiper .swiper-slide .txt .cont {
  line-height: 27px;
  color: #565656;
}
#news .left .news-swiper .swiper-slide .xq {
  width: 70px;
  height: 28px;
  float: right;
  color: #585858;
  display: block;
  line-height: 25px;
  text-align: center;
  margin-right: 30px;
  border: 1px solid #C8C8C8;
}
#news .left .news-swiper .swiper-slide:hover .txt .tite span {
  width: 27px;
  margin-right: 10px;
  transition: all 0.5s ease 0s;
}
#news .left .news-swiper .swiper-slide:hover .xq {
  color: white;
  background: #f58220;
  border: 1px solid #f58220;
}
#news .left .news-swiper .pagination8 {
  left: 90%;
  width: 60px;
  bottom: 140px;
}
#news .left .news-swiper .pagination8 .swiper-pagination-bullet {
  opacity: 1;
  width: 10px;
  height: 10px;
  cursor: pointer;
  background: none;
  margin-right: 4px;
  border-radius: 50%;
  background: #A0A0A0;
}
#news .left .news-swiper .pagination8 .swiper-pagination-bullet-active {
  background: #f58220;
}
#news .left ul {
  width: 96%;
  margin-top: 30px;
  padding: 25px 40px 14px 30px;
  border: 1px solid #CCCCCC;
}
#news .left ul li {
  width: 100%;
  height: 20px;
  position: relative;
  margin-bottom: 15px;
}
#news .left ul li .xin {
  top: -8px;
  left: 70%;
  width: 22px;
  height: 14px;
  background: red;
  position: absolute;
  background: url(../images/img-map.png) 0 -55px;
}
#news .left ul li a {
  width: 70%;
  color: #565656;
  display: block;
  float: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#news .left ul li span {
  color: #959595;
  float: right;
  display: block;
}
#news .left ul li:hover a {
  color: #f58220;
}
#news .right {
  padding: 0;
}
#news .right a {
  width: 291px;
  height: 183px;
  float: right;
  display: block;
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
}
#news .right a img {
  top: 0;
  left: 0;
  width: 291px;
  height: 183px;
  display: block;
  position: absolute;
  transition: all 0.5s ease 0s;
}
#news .right a .bg {
  bottom: 0;
  width: 100%;
  height: 40px;
  position: absolute;
  background: url(../images/video_bg.jpg) repeat;
}
#news .right a .txt {
  width: 80%;
  bottom: 0;
  height: 40px;
  color: white;
  padding: 0 10px;
  overflow: hidden;
  line-height: 40px;
  position: absolute;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#news .right a:hover img {
  top: -8px;
  left: -8px;
  width: 305px;
  height: 200px;
  transition: all 0.5s ease 0s;
}
#news-nr .title {
  width: 100%;
  color: #404040;
  font-size: 20px;
  text-align: center;
}
#news-nr .time {
  width: 100%;
  color: #8c8c8c;
  margin: 8px 0 25px;
  text-align: center;
}
#news-nr .content {
  padding: 20px 0 30px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
#news-nr .content img {
  display: block;
  margin: 0 auto;
}
#news-nr .reading-share {
  margin-top: 30px;
}
#news-nr .reading-share .reading {
  float: left;
}
#news-nr .reading-share .reading li {
  height: 20px;
  margin-bottom: 4px;
}
#news-nr .reading-share .reading li span {
  float: left;
  color: #595959;
  display: block;
}
#news-nr .reading-share .reading li a {
  float: left;
  width: 70%;
  color: #737373;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
#news-nr .reading-share .reading li a:hover {
  color: #f58220;
}
#news-nr .reading-share #share {
  margin-top: 5px;
  float: right;
}
#news-nr .reading-share #share span {
  float: left;
  height: 31px;
  color: #878585;
  display: block;
  line-height: 30px;
}
#news-nr .reading-share #share a {
  padding: 0;
  float: left;
  width: 40px;
  outline: none;
  height: 30px;
  margin: 0 0 0 10px;
}
#news-nr .reading-share #share .bds_tsina {
  background: url(../images/img-map.png) no-repeat -143px 0px;
}
#news-nr .reading-share #share .bds_sqq {
  background: url(../images/img-map.png) no-repeat -185px 0px;
}
#news-nr .reading-share #share .bds_weixin {
  background: url(../images/img-map.png) no-repeat -227px 0px;
}
#about img {
  width: 1200px;
  display: block;
  margin: 0 auto;
}
#about-culture img {
  width: 1200px;
  display: block;
  margin: 0 auto;
}
#about-culture ul {
  margin-top: 40px;
}
#about-culture ul li {
  padding: 20px 0;
  border-top: 1px dashed #D3D3D3;
}
#about-culture ul li .title {
  color: #f58220;
  font-size: 16px;
}
#about-culture ul li .coent {
  color: #535353;
  margin-top: 10px;
  font-size: 12px;
}
#about-leader .txt {
  color: #737373;
  text-indent: 10px;
}
#about-leader .all {
  margin-top: 30px;
}
#about-leader .all a {
  margin-bottom: 40px;
  padding: 0 10px;
}
#about-leader .all a .nr {
  overflow: hidden;
  width: 100%;
  height: 300px;
  background: #F5F5F5;
}
#about-leader .all a .nr .img {
  position: relative;
}
#about-leader .all a .nr .img img {
  width: 100%;
  display: block;
}
#about-leader .all a .nr .img .bg {
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  background: black;
  margin-top: -20px;
  margin-left: -20px;
  position: absolute;
  transition: all 0.5s ease 0s;
  filter: alpha(opacity=0);/*支持 IE 浏览器*/
  -moz-opacity: 0;/*支持 FireFox 浏览器*/
  opacity: 0;/*支持 Chrome, Opera, Safari 等浏览器*/
}
#about-leader .all a .nr .img .bg .mirror {
  top: -18px;
  left: 50%;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  margin-left: -9px;
  position: absolute;
  background-size: 100%;
  transition: all 0.5s ease 0s;
  background: url(../images/ico_7.png);
}
#about-leader .all a .nr .intro {
  padding: 0 20px;
  height: 125px;
  transition: all 0.8s ease 0s;
}
#about-leader .all a .nr .intro p {
  transition: all 0.8s ease 0s;
}
#about-leader .all a .nr .intro .txt1 {
  color: #737373;
  font-size: 18px;
  padding: 20px 0 10px;
}
#about-leader .all a .nr .intro .txt2 {
  line-height: 25px;
  color: #777777;
}
#about-leader .all a:hover .nr .img .bg {
  margin-top: -20px;
  margin-left: -20px;
  position: absolute;
  transition: all 0.5s ease 0s;
  filter: alpha(opacity=50);/*支持 IE 浏览器*/
  -moz-opacity: 0.50;/*支持 FireFox 浏览器*/
  opacity: 0.50;/*支持 Chrome, Opera, Safari 等浏览器*/
}
#about-leader .all a:hover .nr .img .bg .mirror {
  top: 50%;
  transition: all 0.5s ease 0s;
}
#about-leader .all a:hover .nr .intro {
  background: #F08418;
  transition: all 0.8s ease 0s;
}
#about-leader .all a:hover .nr .intro p {
  color: white;
  transition: all 0.8s ease 0s;
}
#about-cooperation .txt {
  color: #737373;
  line-height: 28px;
}
#about-cooperation ul {
  width: 1202px;
  margin: 30px 0 40px;
  border-top: 1px solid #DEDEDE;
  border-left: 1px solid #DEDEDE;
}
#about-cooperation ul li {
  float: left;
  width: 239px;
  height: 196px;
  overflow: hidden;
  position: relative;
  border-right: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
}
#about-cooperation ul li img {
  top: 0px;
  left: 0px;
  width: 239px;
  height: 196px;
  display: block;
  position: absolute;
  transition: all 0.3s ease 0s;
}
#about-cooperation ul li:hover img {
  top: -10px;
  left: -10px;
  width: 254px;
  height: 210px;
  transition: all 0.3s ease 0s;
}
#about-video .zhu {
  color: #636363;
}
#about-video .zhu span {
  color: #d80000;
}
#about-video .all {
  margin-top: 20px;
}
#about-video .all li {
  padding: 0 5px;
  cursor: pointer;
  margin-bottom: 40px;
}
#about-video .all li .nr {
  width: 100%;
  overflow: hidden;
  background: #F5F5F5;
  transition: all 0.7s ease 0s;
}
#about-video .all li .nr .img {
  position: relative;
}
#about-video .all li .nr .img img {
  width: 100%;
  display: block;
}
#about-video .all li .nr .img .bg {
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: black;
  position: absolute;
  transition: all 0.7s ease 0s;
  filter: alpha(opacity=0);/*支持 IE 浏览器*/
  -moz-opacity: 0;/*支持 FireFox 浏览器*/
  opacity: 0;/*支持 Chrome, Opera, Safari 等浏览器*/
}
#about-video .all li .nr .img .mirror {
  z-index: 2;
  top: -50px;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-left: -25px;
  position: absolute;
  transition: all 0.3s ease 0s;
  background: url(../images/img-map.png) 0 -76px;
}
#about-video .all li .nr .txt {
  width: 100%;
  height: 50px;
  color: #777777;
  line-height: 50px;
  overflow: hidden;
}
#about-video .all li .nr .txt .txt1 {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-left: 15px;
  transition: all 0.7s ease 0s;
}
#about-video .all li .nr .txt .txt2 {
  text-align: center;
  transition: all 0.7s ease 0s;
}
#about-video .all li .public-popup {
  width: 879px;
  position: fixed;
  height: 595px;
  display: none;
  background: #151512;
  z-index: 9999;
}
#about-video .all li .public-popup .video-x {
  width: 100%;
  height: 50px;
  background: white;
  position: relative;
}
#about-video .all li .public-popup .video-x .close-title {
  display: block;
  width: 400px;
  line-height: 50px;
  color: #4c4c4c;
  font-size: 16px;
  padding-left: 21px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#about-video .all li .public-popup .video-x .close {
  top: 10px;
  right: 20px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  position: absolute;
  border-radius: 100px;
}
#about-video .all li .public-popup .video-x .close span {
  width: 15px;
  height: 15px;
  display: block;
  margin: 8px auto 0;
  background: url(../images/ico4.png);
}
#about-video .all li .public-popup .video-x .close:hover {
  background: #f58220;
}
#about-video .all li .public-popup .video-x .close:hover span {
  background: url(../images/ico5.png);
}
#about-video .all li .public-popup .phone-video video {
  width: 100%;
  height: 535px;
}
#about-video .all li:hover .nr {
  background: #f58220;
  transition: all 0.7s ease 0s;
}
#about-video .all li:hover .nr .img .bg {
  filter: alpha(opacity=50);/*支持 IE 浏览器*/
  -moz-opacity: 0.5;/*支持 FireFox 浏览器*/
  opacity: 0.5;/*支持 Chrome, Opera, Safari 等浏览器*/
}
#about-video .all li:hover .nr .img .mirror {
  top: 50%;
  margin-top: -25px;
  transition: all 0.7s ease 0s;
}
#about-video .all li:hover .nr .txt {
  color: white;
}
#about-video .all li:hover .nr .txt .txt1 {
  margin-top: -50px;
}
#about-contact #lrmap {
  width: 100%;
  height: 385px;
}
#about-contact #lrmap .anchorBL {
  display: none;
}
#about-contact #lrmap .BMap_omCtrl {
  display: none;
}
#about-contact #lrmap .BMap_stdMpCtrl {
  display: none;
}
#about-contact .address {
  margin-top: 30px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #C8C8C8;
}
#about-contact .address .txt {
  color: #f58220;
  font-size: 18px;
  margin-bottom: 15px;
}
#about-contact .address li {
  color: #5a5a5a;
  float: left;
  width: 50%;
  margin-bottom: 15px;
}
#about-contact .message {
  margin-top: 25px;
}
#about-contact .message .txt {
  color: #01773b;
  font-size: 18px;
  margin-bottom: 10px;
}
#about-contact .message .txt1 {
  color: #747474;
  margin-bottom: 25px;
}
#about-contact .message .texts {
  padding: 0;
  margin-bottom: 20px;
}
#about-contact .message .texts .usetop {
  padding: 0;
}
#about-contact .message .texts .usetop .input {
  width: 98%;
  height: 38px;
  color: #878585;
  font-size: 14px;
  padding: 0 10px;
  border: 1px solid #CBCBCB;
}
#about-contact .message .texts .useboot .input {
  width: 100%;
  height: 38px;
  color: #878585;
  font-size: 14px;
  padding: 0 10px;
  border: 1px solid #CBCBCB;
}
#about-contact .message .content {
  width: 100%;
  height: 144px;
  padding: 10px;
  color: #878585;
  font-size: 14px;
  margin-bottom: 20px;
  border: 1px solid #CBCBCB;
}
#about-contact .message .submit-reset {
  text-align: right;
  width: 100%;
}
#about-contact .message .submit-reset .input {
  width: 162px;
  height: 40px;
  color: #7c7c7c;
  font-size: 16px;
  cursor: pointer;
  background: #F3F3F3;
}
#about-contact .message .submit-reset .submit {
  color: white;
  margin-right: 17px;
  background: #f58220;
}
#talent-recruit .recruit {
  overflow: hidden;
}
#talent-recruit .recruit .recruit-title {
  background: #919191;
}
#talent-recruit .recruit .recruit-title .title {
  color: white;
  padding: 16px 0;
  text-align: center;
}
#talent-recruit .recruit .recruit-list {
  border-left: 1px solid #DDDDDD;
}
#talent-recruit .recruit .recruit-list .list {
  color: #626262;
  padding: 16px 0;
  text-align: center;
  border-right: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}
#talent-recruit .recruit .recruit-list .name {
  cursor: pointer;
}
#talent-recruit .recruit .recruit-list .public-popup {
  width: 470px;
  height: 600px;
  display: none;
  z-index: 9999;
  overflow: auto;
  position: fixed;
  background: white;
}
#talent-recruit .recruit .recruit-list .public-popup .title {
  width: 100%;
  height: 23px;
  position: relative;
}
#talent-recruit .recruit .recruit-list .public-popup .title p {
  top: 15px;
  right: 15px;
  cursor: pointer;
  position: absolute;
}
#talent-recruit .recruit .recruit-list .public-popup .content {
  margin-top: 17px;
  margin-left: 27px;
  margin-right: 22px;
}
#talent-recruit .recruit .recruit-list .public-popup .content .top .mc {
  color: #5B5B5B;
  font-size: 18px;
  margin: 0 0 6px 0;
}
#talent-recruit .recruit .recruit-list .public-popup .content .top .zw {
  color: #f58220;
  font-size: 24px;
}
#talent-recruit .recruit .recruit-list .public-popup .responsibility ul {
  margin-top: 15px;
  list-style: none;
}
#talent-recruit .recruit .recruit-list .public-popup .responsibility ul p {
  color: #6C6C6C;
  margin: 0 0 6px 0;
}
#talent-recruit .recruit .recruit-list .public-popup .responsibility ul li {
  color: #979797;
  line-height: 23px;
}
#talent-recruit .recruit .recruit-list .public-popup .resume {
  width: 300px;
  height: 49px;
  color: white;
  display: block;
  font-size: 18px;
  cursor: pointer;
  line-height: 49px;
  background: #f58220;
  text-align: center;
  margin: 25px auto 0;
}
#talent-recruit .recruit .recruit-list .public-popup .send {
  display: block;
  color: #6C6C6C;
  font-size: 16px;
  margin-top: 15px;
  text-align: center;
}
#talent-recruit .recruit .recruit-list .public-popup .mailbox {
  display: block;
  color: #f58220;
  font-size: 18px;
  text-align: center;
  margin-bottom: 20px;
}
#talent-recruit .recruit .recruit-list:hover .name {
  color: #f58220;
}
#talent-honour .honour {
  width: 100%;
  position: relative;
  margin: 0 auto;
}
#talent-honour .honour .btn {
  position: absolute;
  cursor: pointer;
  z-index: 99;
  font-size: 30px;
  font-weight: bold;
  color: white;
}
#talent-honour .honour .prev {
  left: 70px;
  display: block;
}
#talent-honour .honour .next {
  right: 70px;
  display: block;
}
#talent-honour .honour #prev {
  border-radius: 3px;
  border: 1px solid #D6D6D6;
  text-align: center;
  line-height: 80px;
  top: 545px;
  left: 25px;
  width: 29px;
  height: 58px;
  background: url(../images/z.png) 50%;
}
#talent-honour .honour #prev:hover {
  background: url(../images/z1.png) 50%;
}
#talent-honour .honour #next {
  border-radius: 3px;
  border: 1px solid #D6D6D6;
  text-align: center;
  line-height: 80px;
  top: 545px;
  right: 25px;
  width: 29px;
  height: 58px;
  background: url(../images/y.png) 50%;
}
#talent-honour .honour #next:hover {
  background: url(../images/y1.png) 50%;
}
#talent-honour .honour .picBox {
  border: 1px solid #DBDBDB;
  width: 100%;
  height: 500px;
  position: relative;
  overflow: hidden;
}
#talent-honour .honour .picBox ul {
  padding-top: 60px;
  list-style: none;
  position: absolute;
  left: 0;
}
#talent-honour .honour .picBox ul li {
  float: left;
  width: 1168px;
  height: 500px;
}
#talent-honour .honour .picBox ul li .title {
  margin-bottom: 0;
  font-size: 18px;
  margin-top: 20px;
  width: 100%;
  color: #373737;
  text-align: center;
}
#talent-honour .honour .picBox ul li img {
  display: block;
  margin: 0 auto;
  width: 493px;
  height: 332px;
}
#talent-honour .honour .wewq {
  width: 100%;
  background: #F8F8F8;
  margin: 0 auto 30px;
  border-left: 1px solid #DBDBDB;
  border-right: 1px solid #DBDBDB;
  border-bottom: 1px solid #DBDBDB;
}
#talent-honour .honour .wewq .listBox {
  width: 990px;
  height: 145px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  padding-top: 25px;
}
#talent-honour .honour .wewq .listBox ul {
  list-style: none;
  margin-left: 4px;
  height: 58px;
  position: absolute;
}
#talent-honour .honour .wewq .listBox ul li {
  float: left;
  width: 143px;
  height: 95px;
  cursor: pointer;
  position: relative;
}
#talent-honour .honour .wewq .listBox ul li img {
  padding: 10px;
  border: 1px solid #D9D9D9;
  width: 123px;
  height: 95px;
  background: white;
}
#talent-honour .honour .wewq .listBox ul .on img {
  border: 1px solid #f58220;
}
#talent-honour .phone-honour {
  display: none;
}
#talent-intro .intro {
  border-top: 1px dashed #D9D9D9;
}
#talent-intro .intro img {
  display: block;
  margin: 0 auto;
}
#talent-intro .intro .title {
  clear: both;
  float: left;
  color: white;
  height: 35px;
  display: block;
  padding: 0 8px;
  margin: 25px 0;
  line-height: 35px;
  text-align: center;
}
#talent-intro .intro .cont {
  width: 100%;
  clear: both;
  display: block;
  color: #737373;
  line-height: 25px;
}
#talent-intro .intro .wire {
  margin-top: 30px;
  border-bottom: 1px solid #DCDCDC;
}
#industry-trade img {
  display: block;
  margin: 0 auto;
}
#product-service .img {
  display: block;
  margin: 0 auto;
}
#product-service .price {
  margin-top: 40px;
}
#product-service .price .left .navs {
  width: 97%;
}
#product-service .price .left .navs li {
  cursor: pointer;
  padding: 3px 20px;
  float: left;
  color: #898989;
  font-size: 16px;
  border-radius: 25px;
}
#product-service .price .left .navs .hover {
  color: white;
  background: #f58220;
}
#product-service .price .left .all {
  width: 97%;
  margin-top: 22px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #D9D9D9;
}
#product-service .price .left .all .price-title li {
  font-size: 14px;
  color: white;
  float: left;
  height: 52px;
  line-height: 52px;
  text-align: center;
  background: #919191;
  border-left: 1px solid #C1C1C1;
}
#product-service .price .left .all .price-title .name {
  width: 25%;
}
#product-service .price .left .all .price-title .low {
  width: 8.33333333%;
}
#product-service .price .left .all .price-title .mean {
  width: 8.33333333%;
}
#product-service .price .left .all .price-title .high {
  width: 8.33333333%;
}
#product-service .price .left .all .price-title .size {
  width: 16.66666667%;
}
#product-service .price .left .all .price-title .unit {
  width: 16.66666667%;
}
#product-service .price .left .all .price-title .time {
  width: 16.66666667%;
}
#product-service .price .left .all .list {
  width: 100%;
  height: 100%;
  display: none;
}
#product-service .price .left .all .list .price-list {
  height: 46px;
  background: white;
}
#product-service .price .left .all .list .price-list li {
  font-size: 12px;
  float: left;
  height: 46px;
  color: #898989;
  line-height: 46px;
  text-align: center;
}
#product-service .price .left .all .list .price-list .name {
  width: 25%;
}
#product-service .price .left .all .list .price-list .low {
  width: 8.33333333%;
}
#product-service .price .left .all .list .price-list .mean {
  width: 8.33333333%;
}
#product-service .price .left .all .list .price-list .high {
  width: 8.33333333%;
}
#product-service .price .left .all .list .price-list .size {
  width: 16.66666667%;
}
#product-service .price .left .all .list .price-list .unit {
  width: 16.66666667%;
}
#product-service .price .left .all .list .price-list .time {
  width: 16.66666667%;
}
#product-service .price .left .txt {
  width: 97%;
  color: #f58220;
  margin-top: 15px;
  text-align: center;
}
#product-service .price .left .txt span {
  display: none;
}
#product-service .price .right .inquire {
  width: 291px;
  float: right;
  margin-top: 50px;
}
#product-service .price .right .inquire .txt {
  color: white;
  height: 50px;
  font-size: 16px;
  text-indent: 20px;
  line-height: 50px;
  background: #f58220;
}
#product-service .price .right .inquire .nr {
  border: 1px solid #CECECE;
  padding: 20px 30px 20px 20px;
}
#product-service .price .right .inquire .nr .list {
  width: 100%;
  height: 35px;
  color: #6C6C6C;
  line-height: 35px;
  margin-bottom: 8px;
}
#product-service .price .right .inquire .nr .list input {
  float: right;
  width: 167px;
  height: 33px;
  padding: 0 15px;
  border: 1px solid #CECECE;
}
#product-service .price .right .inquire .nr .submit {
  clear: both;
  width: 86px;
  height: 37px;
  float: right;
  color: white;
  cursor: pointer;
  margin-top: 5px;
  background: #F08418;
}
#product-service .price .right .market {
  float: right;
  display: block;
  overflow: hidden;
  position: relative;
  margin-top: 30px;
}
#product-service .price .right .market img {
  width: 291px;
  height: 183px;
  display: block;
}
#product-service .price .right .market .txt {
  bottom: 0;
  z-index: 2;
  width: 100%;
  height: 40px;
  color: white;
  line-height: 40px;
  text-align: center;
  position: absolute;
  background: url(../images/video_bg.jpg) repeat;
}
#product-service .price .right .title {
  margin: 25px 0 15px 10px;
  color: #f58220;
  font-size: 18px;
}
#product-service .price .right .news {
  width: 291px;
  height: 310px;
  float: right;
  border: 1px solid #E1E1E1;
}
#product-service .price .right .news #scrollDiv {
  width: 291px;
  height: 275px;
  margin-top: 15px;
  overflow: hidden;
  position: relative;
}
#product-service .price .right .news #scrollDiv li {
  width: 100%;
  height: 35px;
  line-height: 35px;
  margin-left: 23px;
}
#product-service .price .right .news #scrollDiv li span {
  display: block;
  width: 5px;
  height: 5px;
  float: left;
  margin-top: 15px;
  background: #DBDBDB;
  transition: all 0.5s ease 0s;
}
#product-service .price .right .news #scrollDiv li a {
  width: 220px;
  float: left;
  color: #636363;
  white-space: nowrap;
  overflow: hidden;
  margin-left: 12px;
  text-overflow: ellipsis;
  transition: all 0.5s ease 0s;
}
#product-service .price .right .news #scrollDiv li:hover span {
  background: #f58220;
  transition: all 0.5s ease 0s;
}
#product-service .price .right .news #scrollDiv li:hover a {
  color: #f58220;
  margin-left: 20px;
  transition: all 0.5s ease 0s;
}
#more {
  width: 237px;
  height: 44px;
  color: #737373;
  cursor: pointer;
  line-height: 44px;
  text-align: center;
  margin: 30px auto 0;
  border: 1px solid #BFBFBF;
  transition: all 0.5s ease 0s;
}
#more:hover {
  color: white;
  background: #f58220;
  border: 1px solid #f58220;
  transition: all 0.5s ease 0s;
}
/*# sourceMappingURL=style.css.map */
