* {
  font-family: "Arial", "微软雅黑";
  padding: 0;
  margin: 0;
  /* box-sizing: border-box; */
}
body {
  overflow-x: hidden;
  padding-top: 160px;
}
/*--------------首页----------------*/
.in-banner img {
  width: 100%;
}

.content {
  position: relative;
  padding: 90px 0 60px;
}

.txt {
  width: 600px;
  text-align: center;
  margin: 0 auto;
}

.title {
  color: #303030;
  font-size: 24px;
  font-weight: bold;
}

.title span {
  color: #fa7c19;
}

.line {
  display: inline-block;
  background-color: #fa7c19;
  width: 50px;
  height: 5px;
  margin: 25px 0 32px;
}

.tx {
  color: #303030;
  font-size: 18px;
  line-height: 28px;
}

.bg {
  position: absolute;
  bottom: 0;
  z-index: -1;
}

.bg > img {
  width: 100%;
}
.xuanfu {
  width: 11%;
  position: fixed;  
  top: 217px;
  z-index: 998;
}
.xf-pic>img{
  width: 100%;
}
.xf-web {
  padding: 8px;
  color: #ffffff;
  background-color: #c9c9cb;
  text-align: center;
}
.xf-web a {
  display: block;
  margin-top: 5px;
}
.xf-web a:nth-child(1) {
  margin-top: 0;
}
/*--------------底部----------------*/
.footer {
  position: relative;
  /* background: url('../images/footer.png') no-repeat center; */
  width: 100%;
  height: 320px;
  background-color: #464446;
}
.footer-icon {
  position: absolute;
  top: -34px;
  background: url("../images/footer-icon.png") no-repeat center;
  height: 61px;
  width: 100%;
}
.footer-icon a
{
    width:100%;
    height:61px;
    float:left;
}
.ft-l {
  float: left;
  padding-top: 100px;
  padding-left:25px;
}

.ft-title {
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 11px;
}
.ft-tx {
  color: #ffffff;
  font-size: 14px;
  line-height: 28px;
}
.ft-tx span {

  vertical-align: middle;
}
.ft-icon {
  display: inline-block;
  width: 22px;
  text-align: center;
  margin-right: 5px;
}
.ft-r {
  float: right;
  padding-top: 95px;
  text-align: right;
}
.amap-logo,
.amap-copyright {
  display: none !important;
}
.my-map {
  margin: 0 auto;
  width: 332px;
  height: 167px;
}
.my-map .icon {
  background: url(http://lbs.amap.com/console/public/show/marker.png) no-repeat;
}
.my-map .icon-cir {
  height: 31px;
  width: 28px;
}
.my-map .icon-cir-red {
  background-position: -11px -5px;
}
.amap-container {
  height: 100%;
}
.ft-r ul {
  margin-top: 10px;
  display: inline-block;
}
.ft-r li {
  float: left;
  margin-left: 8px;
}
.ft-icon-0 {
  height: 30px;
  overflow: hidden;
}
.ft-icon-0:hover .ft-icon-1 {
  display: none;
}
/*--------------头部----------------*/
.header{
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}
.header-top {
  background-color: #353434;
  height: 104px;
  line-height: 104px;
}

.wrap {
  max-width: 1477px;
  width: 96%;
  margin: 0 auto;
  overflow: hidden;
}
.menu {
  display: none;
  float: left;
  cursor: pointer;
  align-items: center;
  height: 56px;
}

.menu-s {
  width: 30px;
  float: left;
  margin-left: 7px;
}

.menu-s span {
  width: 30px;
  float: left;
  height: 2px;
  margin-bottom: 6px;
  background-color: #ffffff;
  display: block;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}

.menu-s span:nth-child(2) {
  width: 20px;
}

.menu-s:hover span:nth-child(even) {
  width: 30px;
}

.menu-s:hover span:nth-child(odd) {
  width: 20px;
}
.logo {
  float: left;
}

.logo > img {
  width: 100%;
}

.header-top-r {
  float: right;
  font-size: 13px;
  color: #ffffff;
}

.header-top-r ul {
  overflow: hidden;
}

.header-top-r li {
  float: left;
}

.header-top-r li:nth-child(1) {
  margin-right: 39px;
}

.header-top-r li:nth-child(2) {
  margin-right: 26px;
}

.header-top-r li:nth-child(3) {
  margin-right: 18px;
}

.header-top-r li:nth-child(4) {
  margin-right: 6px;
}

.header-top-r li:nth-child(1) a,
.header-top-r li span {
  margin-left: 9px;
  vertical-align: middle;
}
.mobile {
  width:160px;
  display: none;
  padding: 30px;
  position: absolute;
  background-color: #ffffff;
  line-height: initial;
  text-align: center;
}

.mobile-pic>img {
  width: 100%;
}

.mobile-tx {
  font-size: 12px;
  color: #808080;
  margin-top: 30px;
}

.header-top-r li:nth-child(2):hover .mobile {
  display: block;
}

.header-bom {
  background-color: #434243;
}

.nav {
  float: left;
}

.nav > ul {
  overflow: hidden;
}

.nav > ul > li {
  float: left;
  margin: 0 34px;
}

.nav > ul > li:nth-child(1) {
  margin: 0 20px 0 10px;
}

.nav > ul > li:nth-last-child(1) {
  margin: 0 10px 0 20px;
}

.nav > ul > li > a {
  display: block;
  color: #ffffff;
  font-size: 14px;
  padding: 21px 4px 17px 4px;
}

.nav-2 {
  display: none;
  width: 100%;
  position: absolute;
  top: 160px;
  left: 0;
  background-color: #434243;
  z-index: 999;
  border-top: 3px #ed910a solid;
}

.nav-ul {
  padding: 20px 20px 50px;
}

.nav-ul > li > a {
  display: block;
  color: #ffffff;
  font-size: 16px;
  padding: 20px 0;
  border-bottom: 1px #ffffff solid;
  cursor: pointer;
}

.nav-ul > li:hover > a {
  color: #ed910a;
}

.nav2-second {
  display: none;
}

.nav2-second ul {
  padding: 10px 0 10px 10px;
}

.nav2-second a {
  display: block;
  color: #a5a3a3;
  font-size: 14px;
  padding: 15px 0;
  border-bottom: 1px #a7a1a1 solid;
}

.nav2-second a:hover {
  color: #ffffff;
}

.close {
  display: none;
  width: 30px;
  height: 56px;
  float: left;
  padding: 0 8px;
  position: relative;
  cursor: pointer;
}

.close:hover .close-1 {
  transform: rotate(405deg);
}

.close:hover .close-2 {
  transform: rotate(315deg);
}

.close-1,
.close-2 {
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: #ffffff;
  transform: rotate(45deg);
  transition: 0.5s;
  -webkit-transition: 0.5s;
}

.close-2 {
  transform: rotate(-45deg);
}

.close-cont {
  position: absolute;
  top: 24px;
}
.search {
  float: right;
  height: 56px;
  display: flex;
  align-items: center;
}

.search-cont {
  width: 200px;
  height: 30px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  border: 1px #d1d1d1 solid;
  border-radius: 20px;
}

.search input {
  font-size: 14px;
  color: #1f1f1f;
  width: 100%;
  height: 100%;
  background-color: transparent;
  outline: none;
  padding-left: 25px;
}

.search input::placeholder {
  font-size: 14px;
  color: #cecece;
}

.search-icon {
  cursor: pointer;
  padding: 0 13px;
  line-height: 29px;
}
.nav-active {
  padding: 21px 4px 17px 4px;
  border-bottom: 4px #ed910a solid;
}

.nav > ul > li:hover > a {
  padding: 21px 4px 17px 4px;
  border-bottom: 4px #ed910a solid;
}

/*--------------联系我们----------------*/
.banner-pic {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 355px;
}

.banner-title {
  position: absolute;
  top: 40%;
  font-size: 36px;
  color: #ffffff;
  font-weight: 600;
}

.banner-icon {
  position: absolute;
  right: 15px;
  bottom: 0;
}
.mb-nav span {
  color: #ed910a;
}
.mb-nav-cont {
  height: 54px;
  line-height: 54px;
}

.mb-nav {
  font-size: 13px;
  color: #949494;
  border-bottom: 1px #ebebeb solid;
}

.mb-nav a {
  vertical-align: middle;
}

.contact {
  padding: 70px 0 175px;
}

.contact-top {
  overflow: hidden;
}

.contact-top-txt {
  float: left;
}

.contact-top-title {
  color: #333333;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 39px;
}

.contact-top-tx {
  color: #555555;
  font-size: 14px;
  margin-top: 13px;
  display: flex;
}

.contact-icon {
  display: inline-block;
  width: 30px;
  text-align: center;
}

.contact-top-btn {
  float: right;
}

.contact-btn {
  display: block;
  padding: 15px;
  width: 198px;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  background-color: #ed910a;
  margin-bottom: 7px;
}

.contact-btn span {
  vertical-align: middle;
  margin-left: 12px;
}

.contact-cont ul {
  overflow: hidden;
  margin-top: 50px;
}

.contact-cont li {
  float: left;
  width: 49%;
  border: 1px #dadada solid;
  border-radius: 4px;
  margin-top: 23px;
  box-sizing: border-box;
}
.contact-cont li:nth-child(2n) {
  float: right;
}
.contact-input {
  padding-left: 15px;
}

.contact-input input::placeholder,
.contact-input textarea::placeholder {
  color: #c2c0c0;
  font-size: 14px;
}

.contact-input input {
  height: 55px;
  line-height: 55px;
  width: 100%;
  background-color: transparent;
  color: #1f1f1f;
  font-size: 14px;
  outline: none;
}
.contact-input textarea {
  padding: 15px 0;
  resize: none;
  width: 100%;
  height: 129px;
  outline: none;
  color: #1f1f1f;
  font-size: 14px;
}
.contact-submit {
  margin-top: 60px;
  text-align: center;
}
.contact-submit button 
{
  border: none;
  display: inline-block;
  padding: 15px;
  width: 198px;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  background-color: #ed910a;
}
/*--------------营销----------------*/
.yingxiao {
  position: relative;
}
.yx-pic {
  text-align: center;
  max-width: 1003px;
  margin: 140px auto 0;
}
.yx-pic > img {
  width: 100%;
}
/*--------------产品中心----------------*/
.product {
  padding: 70px 0 140px;
}

.product-top {
  padding-bottom: 50px;
}

.product-top ul {
  width: 89.7%;
margin: 0 auto;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}

.product-top li{
  width: 31.65%;
}
.product-pic img{
  width: 100%;
}
.product-tx{
  font-weight: bold;
  color:#303030;
  font-size: 18px;
  text-align: center;
  margin-top: 10px;
}
.product-cont{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.che-ul{
  margin-top: 45px
}
.che-ul li{
  margin-bottom: 20px;
}
.pdu {

  width: 89.7%;
  overflow: hidden;
  padding: 35px 0px 35px 34px;
  background-color: #f0f0f0;
  margin-top: 55px;
  box-sizing: border-box;
}
.pdu:nth-child(1) {
  margin-top: 0;
}
.pdu-ul {
  overflow: hidden;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 20px;
}

.pdu-title {
  font-size: 24px;
  color: #303030;
  font-weight: bold;
  margin: 10px 0 0 10px;
}

.pdu-ul li {
  width: 16.6%;
  float: left;
  margin-right: 4%;
  text-align: center;
}
.pdu-ul li:nth-child(5n) {
  margin-right: 0;
}
.pdu-ul li:nth-child(5n-4),
.pdu-ul li:nth-child(5n-1) {
  margin-right: 4.5%;
}
.pdu-ul a {
  display: inline-block;
  padding: 15px 0;
  text-align: center;
}
.pdu-ul li img:hover {
  transform: scale(1.2);
}
.pdu-ul li img {
  width: 100%;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}
.pdu-pic {
  float: left;
  width: 37%;
}

.pdu-pic > img {
  width: 100%;
}

.pdu-cont {
  float: left;
  width: 61%;
  margin-left: 2%;
}

/*--------------工厂概况----------------*/

.gc {
  position: relative;
}

.gc-content {
  padding: 78px 0;
}

.gc-cont-pic > img {
  float: left;
  margin-right: 75px;
}

.gc-cont-title {
  display: inline-block;
  color: #303030;
  font-size: 30px;
  font-weight: bold;
}

.gc-cont-tx {
  color: #303030;
  font-size: 15px;
  line-height: 36px;
  margin-top: 25px;
}

.gc-image {
  background-color: #ededed;
  padding: 94px 0 70px;
}

.gc-img-tx {
  color: #282828;
  font-size: 14px;
  margin-top: 20px;
}

.gc-image-cont:nth-last-child(1) {
  margin-right: 0;
}

.gc-image-cont {
  width: 31.42%;
  margin-right: 2.87%;
  float: left;
}
/* .gc-img{
  height: 249px;
} */
.gc-img > img {
  width: 100%;
  height: 100%;
}

.zhengshu {
  position: relative;
  padding-bottom: 280px;
  margin-top: 84px;
}

.zhengshu-cont {
  position: relative;
}

.zhengshu-cont ul {
  overflow: hidden;
  margin: 30px 0 0 -5%;
}

.zhengshu-cont li {
  float: left;
  max-width: 442px;
  margin-left: 4.8%;
  width: 28.5%;
  margin-bottom: 4.8%;
}

.zhengshu-title {
  color: #303030;
  font-size: 30px;
  font-weight: bold;
}

.zhengshu-cont li > img {
  width: 100%;
}

.zhengshu .swiper-button-prev,
.zhengshu .swiper-button-next {
  width: 13px;
  height: 23px;
  background: url("../images/zs-l.png") no-repeat;
  background-size: 13px 23px;
  right: 55px;
  left: initial;
  top: 0;
  margin-top: initial;
  outline: none;
}

.zhengshu .swiper-button-next {
  background: url("../images/zs-r.png");
  left: initial;
  right: 0;
}
/*--------------新闻----------------*/

.news {
  position: relative;
  padding-bottom: 250px;
}

.news-cont {
  display: flex;
  justify-content: center;
}

.news-cont ul {
  overflow: hidden;
  margin-left: -4.38%;
  display: flex;
  flex-wrap: wrap;
  max-width: 1385px;
}

/* .news-cont li:nth-child(3n-2) {
  margin-left: 0;
} */

.news-cont li {
  width: 28.95%;
  float: left;
  margin: 70px 0 0 4.38%;
}
.news-pic {
  height: 243px;
  margin-bottom: 25px;
}
.news-pic > img {
  width: 100%;
  height: 100%;
}

/* .news-txt {

} */

.news-title {
  font-size: 16px;
  color: #1f1f1f;
  line-height: 24px;
  font-style: italic;
}

.news-line,.news-line2 {
  background-color: #ed910a;
  width: 33px;
  height: 5px;
  margin: 15px 0 10px;
}
.news-line2{
  margin: 25px 0 35px;
}
.news-tx {
  font-size: 14px;
  color: #555555;
  line-height: 24px;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-tx2{
  font-size: 14px;
  color: #555555;
  line-height: 24px;

}
.news-time {
  color: #b0b0b0;
  font-size: 14px;
  margin-top: 20px;
}
/*--------------关于我们----------------*/

.about {
  position: relative;
  padding: 68px 0 237px;
}

.about-cont-pic {
  position: relative;
}

.about-cont {
  overflow: hidden;
  padding-bottom: 20px;
  display: flex;
  align-items: center;
  
}

.about-cont-pic > img,
.bolang > img {
  width: 100%;
}

.bolang {
  width: 100%;
  position: absolute;
  right: -13px;
  bottom: -17px;
  z-index: -1;
}

.about-cont-pic {
  /* float: left; */
  width: 45.6%;
}

.about-cont-txt {
  /* float: right; */
  width: 48.8%;
  margin-left: 5.6%;
}
/*--------------新闻详情----------------*/
.news-xq {
  padding: 68px 0 170px;
}

.news-xq-cont {
  overflow: hidden;
}

.news-xq-l {
  float: left;
  width: 67.57%;
}

.news-xq-r {
  float: right;
  width: 26.07%;
}

.news-xq-title {
  color: #1f1f1f;
  font-size: 24px;
  font-weight: bold;
}

.news-xq-pic > img {
  width: 100%;
}

.news-xq-time {
  margin: 30px 0 40px;
  font-size: 14px;
  color: #b0b0b0;
}

.news-xq-txt {
  margin-top: 45px;
}

.news-xq-tx {
  color: #555555;
  font-size: 14px;
  line-height: 24px;
  margin-top: 25px;
}

.news-xq-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.news-back {
  width: 37.6%;
  border-right: 1px #cccccc solid;
  padding: 4px 0;
}
.news-back img {
  transition: 0.5s;
  -webkit-transition: 0.5s;
}
.news-back > a:hover img {
  transform: rotate3d(1, 1, 1, 360deg);
}
.news-back span {
  color: #555555;
  font-size: 18px;
  font-weight: bold;
  margin-left: 13px;
  vertical-align: middle;
}

.news-icon {
  width: 39.48%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.news-xq-page {
  margin-top: 55px;
}
.news-page-title {
  color: #555555;
  font-size: 18px;
  font-weight: bold;
}
.news-page-time {
  color: #b7b6b6;
  font-size: 12px;
  margin: 10px 0;
}
.news-page-tx {
  color: #555555;
  font-size: 16px;
  line-height: 30px;
}

.news-previous {
  display: block;
  padding-bottom: 15px;
}
.news-next {
  display: block;
  padding-top: 25px;
  border-top: 1px #e8e8e8 solid;
}
.news-xq-page > a:hover .news-page-title {
  color: #ed910a;
}

/*--------------视频----------------*/
.media {
  position: relative;
  padding: 68px 0 200px;
}

.media-title {
  font-size: 30px;
  font-weight: bold;
  color: #282828;
}

.video-title {
  color: #282828;
  font-size: 14px;
  margin: 20px 0 10px;
}

.media-cont ul {
  overflow: hidden;
  margin-left: -2.9%;
}

.media-cont li {
  float: left;
  width: 30.53%;
  margin: 64px 0 0 2.8%;
}

.media-cont li video {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.video {
  position: relative;
  height: 281px;
}

.video-menb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.28);
  cursor: pointer;
}

.video-icon {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
/*--------------二级栏目----------------*/


.second {
  display: none;
  word-wrap: break-word;
  position: absolute;
  top: 160px;
  left: 0;
  width: 100%;
  padding: 45px 0;
  background-color: #ffffff;
  z-index: 999;

}

.second-wrap {
  max-width: 1200px;
  width: 96%;
  margin: 0 auto;
}

.nd {
  overflow: hidden;
  display: flex;
}

.nd-l {
  float: left;
  width: 49.5%;
  padding-right: 10%;
  box-sizing: border-box;
}

.nd-nav {
  float: left;
  width: 22%;
  border-left: 1px #e4e4e4 solid;
  border-right: 1px #e4e4e4 solid;
}

.nd-nav a {
  display: block;
  padding: 12px 0;
  color: #5e5e5e;
  font-size: 14px;
}
.nd-nav a:hover {
  color: #ed910a;
  font-weight: bold;
}
.nd-nav ul {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.nd-r {
  position: relative;
  float: left;
  width: 28.3%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.nd-pic {
  width: 80.4%;
  max-height: 200px;
}

.nd-pic > img {
  width: 100%;
}

.nd-title {
  color: #323232;
  font-size: 24px;
}

.nd-tx {
  color: #b3b2b2;
  font-size: 14px;
  line-height: 24px;
  margin-top: 30px;
}
/*-----------------引导页-----------------*/
.lead {
  position: fixed;
  top: 0;
  left: 0;
  background: url("../images/yd.jpg") 0 center;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

.lead-jindu {
  position: absolute;
  bottom: 29.9%;
  width: 100%;
  height: 54px;
  background-color: #6a6868;
}

.lead-jindu-active {
  position: relative;
  background-color: #e77215;
  height: 100%;
  width: 0%;
}

.lead-jindu-active::after {
  content: "";
  background-color: #6a6868;
  width: 50px;
  height: 100%;
  position: absolute;
  right: -25px;
  transform: skewX(-30deg);
}

.lead-go {
  position: absolute;
  bottom: 40%;
  right: 30%;
  width: 37px;
  height: 33px;
  text-align: center;
  line-height: 33px;
  background-color: #747374;
  cursor: pointer;
}
.lead-go > img {
  transition: 0.8s;
  -webkit-transition: 0.8s;
}
.lead-go:hover {
  background-color: #e77215;
}

.lead-go:hover img {
  transition: 0.5s;
  -webkit-transition: 0.5s;
  transform: rotate3d(0, 0, 1, 360deg);
}

.lead-logo {
  width: 18%;
  position: absolute;
  bottom: 48%;
  right: 29%;
}

.lead-logo2 img,
.lead-logo img {
  width: 100%;
}

.lead-logo2 div {
  width: 7%;
  position: absolute;
  bottom: 36%;
  left: 100%;
}

.logo-icon5 {
  left: 46.3% !important;
}

/*产品详情*/
.pdu-xq {
  padding: 60px 0;
}

.pdu-xq-l {
  float: left;
  width: 73.8%;
}

.pdu-xq-r {
  float: right;
  width: 25%;
}

.pdu-xq-top {
  display: flex;
  align-items: center;
  padding: 10px 28px;
}

.pdu-xq-title {
  margin-left: 30px;
}

.pdu-xq-name {
  color: #ef9908;
  font-size: 36px;
  font-weight: bold;
}

.pdu-xq-tx2 {
  color: #303030;
  font-size: 18px;
  font-weight: bold;
  margin-top: 5px;
}

.pdu-xq-cont {
  margin-top: 30px;
}

.pdu-xq-cont ul {
  overflow: hidden;
  margin-left: -2.6%;
}

.pdu-xq-cont li {
  width: 30.6%;
  float: left;
  margin: 0 0 45px 2.7%;
}
.pdu-xq-cont li .pdu133 {
  height: 227px;
  border: 1px #eaeaea solid;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.pdu-xq-icon {
    width: 66px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pdu-xq-icon2 > img {
    width: 100%
}

.pdu-xq-pic>img 
{
    height:140px;

}

.pdu-xq-tx {
  color: #303030;
  font-size: 14px;
  line-height: 24px;
  padding: 0 20px 0 6px;
  margin-top: 10px;
  height:78px;
  overflow:hidden;
}

.pdu-ul2 {
  overflow: hidden;
  margin: 45px 0 0 -2.6%;
}

.pdu-ul2 li {
  width: 30.6%;
  float: left;
  margin: 0 0 9px 2.7%;
  border: 1px #eaeaea solid;
  box-sizing: border-box;
  padding: 0 5px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pdu-ul2 li a{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pdu-ul2 li a img{
  width: 100%;
}
.pdu-nav-active{
  border: 2px #ef9908 solid !important;
}
.pdu-nav-pic{
  display: inline-block;
}

.pdu-tanchu {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.47);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.pdu-tc-cont {
  position: relative;
  max-width: 1020px;
  width: 96%;
  background-color: #ffffff;

}



.pdu-tc-p>img {
  width: 60%;
}

.pdu-tc-close {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}

.pdu-tc-txt {
  padding: 30px;
  background-color: #e5e5e5;
}

.pdu-tc-tx {
  color: #303030;
  font-size: 18px;
  line-height: 28px;

}
.lead-go>a{    
    display: block;
}
.pdu-tc-p {
    max-width: 1020px;
    max-height: 682px;
    padding: 70px 70px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fey {
    display: flex;
    justify-content: center;
    margin-top: 45px;
    text-align: center;
    margin-bottom: 100px;
}
.fey > a {
    display: inline-block;
    padding: 10px 15px;
    border: 1px solid #ededed;
    font-size: 14px;
}
.fey>a:hover{
	color: #FFFFFF!important;
	background-color: #ed910a !important;
	border: 1px solid #ed910a !important;
   
}
.selected
{
    color: #FFFFFF!important;
	background-color: #ed910a !important;
	border: 1px solid #ed910a !important;
}
.x_login {
    background: url(../images/x_login_bg.jpg) no-repeat;
    width: 100%;
    float: left;
    overflow: hidden;
}

.x_login_main {
    width: 365px;
    margin: 0 auto;
}

.x_login_logo {
    width: 365px;
    height: 185px;
    margin-top: 195px;
}

    .x_login_logo img {
        width: 100%;
        height: 100%;
    }

.x_login_table {
    width: 330px;
    margin: 0 auto 280px;
}

    .x_login_table p {
        margin: 13px 0px;
        float: left;
        width: 100%;
    }

    .x_login_table dl {
        margin: 14px 0px;
        height: 42px;
    }

        .x_login_table dl dt {
            float: left;
            width: 64px;
            height: 42px;
            border-right: solid 1px #d7d7d7
        }

        .x_login_table dl dd {
            float: left;
            width: 230px;
        }

.x_login_table_kj {
    border: #6a6868 solid 1px;
    height: 42px;
    line-height: 42px;
    padding: 0px 6px;
    width: 270px;
    font-family: "微软雅黑";
    font-size: 12px;
    color: #999191;
}

.x_login_table_kj2 {
    border: 0;
    height: 42px;
    line-height: 42px;
    padding: 0px 6px;
    width: 120px;
    font-family: "微软雅黑";
    font-size: 12px;
    color: #999191;
    float: left;
}

.x_login_table_left {
    font-family: "微软雅黑";
    font-size: 12px;
    color: #ffffff;
    float: left;
    height: 16px;
    line-height: 16px;
}

    .x_login_table_left input {
        float: left;
        margin-right: 8px;
    }

.x_login_table_right {
    font-family: "微软雅黑";
    font-size: 12px;
    color: #ffffff;
    float: right;
    height: 16px;
    line-height: 16px;
}

.x_login_table_bt {
    background: url(../images/x_login_denglu.png) no-repeat center;
    width: 330px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 0;
    cursor: pointer;
}

.x_login_table_bt2 {
    background: url(../images/x_login_zhuce.png) no-repeat center;
    font-family: "微软雅黑";
    font-size: 14px;
    color: #ffffff;
    width: 330px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 0;
    cursor: pointer;
}

.x_login_table_bt3 {
    background: url(../images/x_login_yanzhengma.png) no-repeat center;
    width: 141px;
    height: 43px;
    line-height: 43px;
    text-align: center;
    border: 0;
    float: left;
    margin-left: 8px;
    cursor: pointer;
}
/* 登录注册 结束*/