@charset "utf-8";
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

html,
body {
  color: #333;
  font-size: 16px;
  font-family: "微软雅黑";
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: left;
  min-width:1400px;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #333333;
  /* display: block; */
}

img,
input {
  border: 0;
  outline: none;
}

body .clear {
  clear: both;
  height: 0 !important;
  width: 0 !important;
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
}

.fl {
  float: left;
}

.fr {
  float: right;
}
.clear {
  clear: both;
}
.center {
  width: 1400px;
  margin: 0 auto;
}
.centers {
  width: 1400px;
  margin: 0 auto;
}
.center > a img {
  display: block;
  max-width: 100%;
}
img {
  border: 0;
  outline: none;
  transition: all 0.3s;
}

.clearfix {
  zoom: 1;
}

.pic {
  padding-top: 75%;
  position: relative;
  overflow: hidden;
}

.pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 1s;
}
.pic img:hover {
  transform: scale(1.2);
  cursor: pointer;
}
@keyframes icon-yh {
  0% {
    transform: rotateZ(0);
  }
  10% {
    transform: rotateZ(10deg);
  }
  20% {
    transform: rotateZ(0);
  }
  30% {
    transform: rotateZ(-10deg);
  }
  40% {
    transform: rotateZ(0);
  }
  50% {
    transform: rotateZ(10deg);
  }
  60% {
    transform: rotateZ(0);
  }
  70% {
    transform: rotateZ(-10deg);
  }
  80% {
    transform: rotateZ(0);
  }
  90% {
    transform: rotateZ(10deg);
  }
  100% {
    transform: rotateZ(0);
  }
}

.wap {
  display: none;
}
@font-face {
  font-family: "sySong";
  src: url(../style/sySong.woff);
  font-weight: normal;
  font-style: normal;
}
/*头部*/

.tops {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  transition: all 0.3s;
}
.tops .centers {
  padding-bottom: 30px;
}
.tops .logo {
  margin-top: 20px;
  margin-left: 20px;
}
.tops .logo a img{    height: 75px;}
.tops.on {
  top: 0;
}
.tops:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  bottom: 0;
  background: url(../images/topbg.png) repeat-x center bottom;
  background-size: auto 100%;
  transition: all 0.5s;
  z-index: -2;
}
.tops.on:before {
  height: 100%;
}
.tops:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 5px;
  bottom: 0;
  background: #ea8b4c;
  z-index: -1;
}

.logo {
}
.logo a {
  font-size: 0;
}

.g-navk {
  position: fixed;
  right: 0;
  top: 5px;
  width: 98px;
  height: 80px;
  text-align: center;
  font-size: 0;
  z-index: 999;
}
.foot_logo.fl img {
    height: 68px;
}
.top-r {
  padding-top: 5px;
  position: relative;
  margin-left: 32%;
}

.top-r-t {
  font-size: 0;
  text-align: right;
  background: #ea8b4c;
  width: 100%;
}

.top-r-lj {
  display: inline-block;
  vertical-align: middle;
  line-height: 40px;
  margin-right: 5px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
}

.top-r-lj a {
  display: inline-block;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
  padding: 0 5px;
}

.top-r-lj a:nth-child(5) {
  padding-left: 20px;
}

.top-r-lj a:hover {
  color: #fff;
}

.tops button {
  position: absolute;
  top: 44px;
  right: 5px;
  width: 21px;
  height: 21px;
  line-height: 21px;
  font-size: 0;
  text-align: center;
  background: none;
  cursor: pointer;
}

.tops button img {
  vertical-align: middle;
}

.search {
  width: 500px;
  height: 50px;
  background: #fff;
  margin-top: 20px;
  position: absolute;
  right: 0;
  top: 24px;
  z-index: 1;
  display: none;
}

input,
button {
  border: none;
  outline: none;
}

.search .text {
  width: 500px;
  padding-left: 15px;
  padding-right: 100px;
  height: 50px;
  font-size: 14px;
  background: none;
  color: #333;
}

.search .button {
  width: 80px;
  height: 50px;
  background: #ea8b4c url(../images/search.png) no-repeat center;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  text-align: center;
}

.search input::-webkit-input-placeholder {
  color: #999;
}

.search input::-moz-input-placeholder {
  color: #999;
}

.search input::-ms-input-placeholder {
  color: #999;
}

.yc-search {
  line-height: 40px;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  display: none;
  transition: all 0.5s;
}

.yc-search-bg {
  position: fixed;
  z-index: 99998;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
}

.search {
  display: block;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 99999;
}
/* 导航 */
.nav {
  height: 40px;
  line-height: 40px;
  margin-top: 30px;
}

.nav > ul {
  font-size: 0;
  height: 100%;
 
}

.nav > ul > li {
  display: inline-block;
  text-align: center;
  position: relative;
  width: 8.5%;
}

.nav > ul > li:first-child {
  margin-left: 0;
}

.nav > ul > li > a {
  display: inline-block;
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  position: relative;
}

.nav > ul > li > a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: #ea8b4c;
  transition: all 0.3s;
}

.nav > ul > li.on > div {
}
.nav > ul > li.on > a::after {
  width: 100%;
}

.nav > ul > li.active > a {
  color: #ea8b4c;
}

.nav > ul > li:hover > a {
  color: #ea8b4c;
}

.nav > ul > li:hover > a:after {
  width: 100%;
}

.nav > ul > li > div {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  min-width: 120px;
  z-index: 9999;
  display: none;
  padding-top: 10px;
}

.nav > ul > li > div > ul {
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  line-height: normal;
}

.nav > ul > li > div > ul > li a {
  font-size: 14px;
  line-height: 40px;
  transition: 0.3s;
  color: #333;
}

.nav > ul > li > div > ul > li a:hover {
  background: #ea8b4c;
  color: #fff;
}

/* 尾部 */
.foot {
  margin-top: 50px;
  background-color: #232323;
  padding-top: 30px;
  padding-bottom: 40px;
}
.foot_icon {
  margin-left: 4%;
}
.foot_icon ul li {
  margin: 10px 40px;
  display: inline-block;
  position: relative;
}
.foot_icon ul li img {
  transition: all 0.3s;
}
.foot_icon li > img:hover {
  animation: icon-yh 0.6s linear;
}
.foot_icon ul li .b_width {
  width: 400px;
  text-align: center;
}
.foot_icon ul li div {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 100%;
  margin-bottom: 15px;
  width: 130px;
  padding: 5px;
  background: #fff;
  box-shadow: 0 0 10px rgb(0 0 0 / 30%);
  display: none;
}
.foot_icon ul li:hover div {
  display: block;
  animation: none;
}
.foot_icon ul li div::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-top: 10px solid #fff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
.foot_list {
  width: 40%;
}
.foot_list ul li {
  display: inline-block;
  width: 48%;
  text-align: center;
}
.foot_list ul li a {
  font-size: 13px;
  line-height: 36px;
  letter-spacing: 1px;
  color: #b9b9b9;
}
.ew img {
    width: 121px;
    text-align: center;
}
.foot_list ul li a:hover {
  color: #ffffff;
}
.bq {
  background-color: #232323;
  border-top: 1px solid #454545;
  padding: 20px 0;
}
.bq p {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 1px;
  color: #b9b9b9;
  text-align: center;
}
.bq p img {
  margin-left: 50px;
  vertical-align: middle;
}
.bq p span .by {
  display: none;
}


.wrap_footer {
  background: url("../images/footer.png") no-repeat top / cover;
  position: relative;
  margin-top: 40px;height:auto;overflow:hidden;
}

.footer {
  margin: 0px auto;
  padding: 40px 0px 10px;
  max-width: 1640px;
  width: 100%;
}

.footer_lf {
  width: 48%;
  float: left;
  margin: 20px 0;
}

.btbu-login {
  overflow: hidden;
  display: block;
}

.btbu-login span input {
  background: none;
  padding: 0px 10px;
  border: currentColor;
  border-image: none;
  width: 100%;
  height: 36px;
  color: rgb(255, 255, 255);
  line-height: 36px;
  display: block;
  position: relative;
  z-index: 10;
  box-sizing: border-box;
}

.btbu-login>span::before {
  border-radius: 5px;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  content: "";
  opacity: 0.4;
  background-color: rgb(255, 255, 255);
}

.btbu-login>span {
  border-radius: 5px;
  height: 36px;
  line-height: 36px;
  overflow: hidden;
  position: relative;
}

.select2-container {
  border-radius: 5px;
}

.btbu-txt1 {
  width: 46%;
  float: left;
}

.btbu-login span select {
  background: none;
  width: 100%;
  height: 36px;
  position: relative;
  z-index: 10;
}

.btbu-select1 {
  width: 50%;
  height: 36px;
  line-height: 36px;
  float: right;
  display: block;
}

.btbu-txt2 {
  width: 67.5%;
  float: left;
}

.btbu-btn1 {
  width: 28.67%;
  text-align: center;
  font-weight: bold;
  float: right;
}

.btbu-btn1 input {
  text-align: center;
  cursor: pointer;
}

.btbu-btn1:hover {
  background-color: rgb(0, 54, 111);
}

.btbu-login .clear {
  padding-bottom: 10px;
}

.footer_rt {
  padding: 0px 0px;
  width: 47%;
  float: right;
}

.footerLink {
  padding: 0px 0px 0px;
  width: 19%;
  float: right;
  font-size: 0px;
  margin-top: 5px;
  position: relative;
  text-align: right;display:none;
}

.footerLink li {
  vertical-align: middle;
  display: inline-block;
}

.footerLink li>a {
  border-radius: 50%;
  border: 1px solid rgb(255, 255, 255);
  transition: 0.3s ease-in-out;
  border-image: none;
  width: 50px;
  height: 50px;
  text-align: center;
  color: rgb(255, 255, 255);
  line-height: 48px;
  font-size: 28px;
  margin-right: 30px;
  display: block;
}

.footerLink li>a:hover {
  border-color: rgb(117, 189, 41);
  background-color: rgb(117, 189, 41);
}

.footerLink li>a.iconxinlang:hover {
  border-color: rgb(230, 22, 45);
  background-color: rgb(230, 22, 45);
}

.links {
  float: right;
}

.links>span {
  width: 45px;
  display: block;
}

.footer_icon {
  left: 50%;
  width: 161px;
  bottom: 3px;
  margin-left: -77px;
  position: absolute;
}

.footer_triangle {
  left: 50%;
  width: 0px;
  height: 0px;
  bottom: 94px;
  margin-left: -60px;
  border-right-color: transparent;
  border-bottom-color: rgb(0, 0, 0);
  border-left-color: transparent;
  border-right-width: 60px;
  border-bottom-width: 64px;
  border-left-width: 60px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  position: absolute;
  opacity: 0.3;
}



.foot_about_sd {
  text-align: left;
  float: left;
  width: 24%;
  padding-right: 0%;
  padding-left: 1%;
}

.foot_about_sd ul {
  overflow: hidden;
  padding-bottom: 25px;
}

.h4_title {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 10px;
  padding-top: 0px;
}

.foot_about_sd ul li {
  line-height: 24px;
  font-size: 12px;
}

.foot_about_sd ul li a {
  color: #ddd;
}

.foot_about_sd ul li a:hover {
  color: #fff;
}

.iconxinlang::before {
  padding-top: 3px;
  display: block;
}

.code {
  position: relative;
}

.code i {
  left: 50%;
  width: 98px;
  height: 98px;
  bottom: 58px;
  margin-left: -65px;
  display: none;
  position: absolute;
}

.flexslider .slides img {
  height: 780px;
}


.sy_lb5 {
  width: 100%;
  float: left;
}

.sy_lb5 li {
  width: 25%;
  float: left;
  padding: 45px 0;
  text-align: center;
}

.sy_lb5 li .imgk {
  width: 100%;
  height: 60px;
}

.sy_lb5 li .imgk i {
  color: #fff;
  font-size: 46px;
}

.sy_lb5 a {
  color: #fff;
}

.sy_lb5 a:hover,
.sy_lb5 a:hover i {
  color: #ccc;
}

.copyright {
  background: #000000;
  height: 65px;
}

.copyright_l {
  width: 100%;
  text-align: center;

}

.copyright_l p {
  font-size: 14px;
  line-height: 65px;
  color: #9da3a3;
  float: left;
}

.copyright_l p a {
  font-size: 14px;
  line-height: 65px;
  color: #9da3a3;
}


.footer_rt {
	padding: 0px 0px; width: 47%; float: right;
}

.footerLink {
	padding: 0px 0px 0px; width: 19%; float:right; font-size: 0px; margin-top: 5px; position: relative; text-align:right;
}

.footerLink li {
	vertical-align: middle; display: inline-block;
}
.footerLink li > a {
	border-radius: 50%; border: 1px solid rgb(255, 255, 255); transition:0.3s ease-in-out; border-image: none; width: 50px; height: 50px; text-align: center; color: rgb(255, 255, 255); line-height: 48px; font-size: 28px; margin-right: 30px; display: block;
}
.footerLink li > a:hover {
	border-color: rgb(117, 189, 41); background-color: rgb(117, 189, 41);
}
.footerLink li > a.iconxinlang:hover {
	border-color: rgb(230, 22, 45); background-color: rgb(230, 22, 45);
}
.links {
	float: right;
}
.links > span {
	width: 45px; display: block;
}

.footer_icon {
	left: 50%; width: 161px; bottom: 3px; margin-left: -77px; position: absolute;
}
.footer_triangle {
	left: 50%; width: 0px; height: 0px; bottom: 94px; margin-left: -60px; border-right-color: transparent; border-bottom-color: rgb(0, 0, 0); border-left-color: transparent; border-right-width: 60px; border-bottom-width: 64px; border-left-width: 60px; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; position: absolute; opacity: 0.3;
}



