@charset "UTF-8";
/**
 *  Author:  Kyrie'
 *  Date:   2020.10.19
 *  Time:   09:00
 *  Desc:   网站框架公共样式表
**/
/************       Common       ************/
* {
  margin: 0;
  padding: 0;
}
html,
body {
  font-family: "微软雅黑", "Microsoft YaHei", Arial, sans-serif;
  font-size: 14px;
  color: #333;
overflow-x: hidden;
}
.float_phone {
  position: fixed;
  right: 0;
  top: 25%;
  z-index: 99;
}
a {
  text-decoration: none;
  color: #000;
}
input[type="checkbox"] {
  -webkit-appearance: checkbox;
}
ul,
ol {
  list-style-type: none;
}
img {
  max-width: 100%;
  border: none;
  vertical-align: middle;
  object-fit: contain;
}
button,
input {
  /* font-style: inherit; */
  font-family: inherit;
  font-weight: inherit;
  border: none;
  outline: none;
}
textarea {
  border: none;
  outline: none;
  font-family: "微软雅黑";
  text-indent: 0.725em;
}
i,
cite,
em,
var,
address,
dfn {
  font-style: normal;
}
select,
textarea {
  resize: none;
  outline: none;
}
input {
  outline: medium;
  -webkit-appearance: none;
}
input[type='button'] {
  cursor: pointer;
}
input[type='submit'] {
  cursor: pointer;
}
input[type='text'] {
  text-indent: 0.725em;
}
:-moz-placeholder {
  color: #ccc;
}
/* Mozilla Firefox 4 to 18 */
::-moz-placeholder {
  color: #ccc;
}
/* Mozilla Firefox 19+ */
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #ccc;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #ccc;
}
.left {
  float: left;
}
.right {
  float: right;
}
.block {
  display: block;
}
.none {
  display: none;
}
.flex {
  display: box;
  display: -ms-box;
  display: -webkit-box;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
}
.in-line {
  display: inline;
}
.inl-block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.bg-fff {
  background: #fff;
}
.f-24 {
  font-size: 24px;
}
.f-22 {
  font-size: 22px;
}
.f-20 {
  font-size: 20px;
}
.f-18 {
  font-size: 18px;
}
.f-16 {
  font-size: 16px;
}
.f-14 {
  font-size: 14px;
}
.f-000 {
  color: #000;
}
.f-333 {
  color: #333;
}
.f-666 {
  color: #666;
}
.f-999 {
  color: #999;
}
.f-ddd {
  color: #ddd;
}
.f-eee {
  color: #eee;
}
.f-fff {
  color: #fff;
}
.placeholder {
  color: #aaa;
}
.text-c {
  text-align: center;
}
.text-l {
  text-align: left;
}
.text-r {
  text-align: right;
}
.text-j {
  text-align: justify;
  text-justify: inter-ideograph;
}
.text-line {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
.line-2 {
  -webkit-line-clamp: 2;
}
.line-3 {
  -webkit-line-clamp: 3;
}
.line-4 {
  -webkit-line-clamp: 4;
}
.over {
  overflow: hidden;
  _height: 1px;
}
.clear,
.clear-fx {
  clear: both;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.wd100 {
  width: 100%;
}
.line-number-1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.line-number-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.line-number-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.swiper-button-next,
.swiper-button-prev,
.swiper-pagination-bullet {
  outline: none;
}
.wd1600 {
  max-width: 1600px;
  margin: auto;
}
/* pc头部 */
header {
  background-color: #fff;
}
header .wd1600 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .wd1600 .logo img {
  /*height: 78px;*/
}
header .wd1600 .nav {
  display: flex;
  align-items: center;
}
header .wd1600 .nav #navlist {
  display: flex;
  align-items: center;
}
header .wd1600 .nav #navlist .first-li {
  margin-left: 35px;
  position: relative;
}
header .wd1600 .nav #navlist .first-li > a {
  display: block;
  font-size: 18px;
  transition: 0.3s;
  line-height: 120px;
  position: relative; color:#000000;
}
header .wd1600 .nav #navlist .first-li .second-level {
  position: absolute;
  left: -65px;
  top: 120px;
  width: 200px;
  display: none;
  z-index: 2;
  transition: 0.3s;
  padding: 0 10px;
  box-sizing: border-box;
  background-color: #ff9926;
}
header .wd1600 .nav #navlist .first-li .second-level .second-li a {
  display: flex;
  height: 60px;
  color: #fff;
  font-size: 16px;
  line-height: 60px;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  border-bottom: 1px solid #ffffff;
}
header .wd1600 .nav #navlist .first-li .second-level .second-li:last-child a {
  border: none;
}
header .wd1600 .nav #navlist .first-li::after {
  opacity: 0;
  content: "";
  position: absolute;
  left: 50%;
  bottom: 25px;
  width: 60px;
  height: 13px;
  transition: 0.3s;
  transform: translateX(-50%);
  background-image: url("../img/nav_hover.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
header .wd1600 .nav #navlist .first-li:hover > a {
  color: #fe9615;
}
header .wd1600 .nav #navlist .first-li:hover .second-level {
  display: block;
}
header .wd1600 .nav #navlist .first-li:hover::after {
  opacity: 1;
}
header .wd1600 .nav #navlist .li-active > a {
  color: #fe9615;
}
header .wd1600 .nav #navlist .li-active::after {
  opacity: 1;
}
header .wd1600 .nav .phone {
  width: 208px;
  height: 48px;
  margin-left: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ff9e00;
  border: solid 1px #fe9903;
   border-radius: 5px;
}
header .wd1600 .nav .phone:hover {
    background-color: #ffd203; border:1px solid #ffd203; cursor:pointer;
}
header .wd1600 .nav .phone:hover span{
	color:#333;
	}

header .wd1600 .nav .phone img {
  width: 25px;
  margin-right: 8px;
}
header .wd1600 .nav .phone span {
  font-size: 18px;
  color: #fff;
}
/* pc头部 */
footer {
  background-image: url("../img/footer_bg.jpg");
  background-position: center;
  background-size: cover;
  padding: 137px 0 105px;
}
footer .foot {
  display: flex;
}
footer .foot .f-leave {
  padding: 74px 100px 95px;
  background-color: #ffd203;
}
footer .foot .f-leave .f-title {
  font-size: 30px;
}
footer .foot .f-leave .f-intro {
  font-size: 18px;
  margin-top: 16px;
}
footer .foot .f-leave .f-liuyan {
  margin-top: 54px;
}
footer .foot .f-leave .f-liuyan .input {
  width: 348px;
  height: 66px;
  border-radius: 5px;
  margin-bottom: 24px;
  border: solid 1px #666666;
  overflow: hidden;
}
footer .foot .f-leave .f-liuyan .input input {
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: #666;
  background-color: #ffd203;
}
footer .foot .f-leave .f-liuyan .input input::placeholder {
  color: #666;
}
footer .foot .f-leave .f-liuyan .button button {
  width: 348px;
  height: 66px;
  background-color: #000000;
  border-radius: 5px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  line-height: 66px;
  transition: 0.3s;
  cursor: pointer;
}
footer .foot .f-leave .f-liuyan .button button:hover {
  background-color: #f66200;
}
footer .foot .f-contact {
  background-color: #fff;
  padding: 90px 130px;
  flex: 1;
}
footer .foot .f-contact .c-title {
  font-size: 30px;
  color: #f66200;
  text-align: center;
}
footer .foot .f-contact .c-second {
  margin: 40px auto 0;
  max-width: 361px;
  text-align: center;
  font-size: 18px;
  line-height: 36px;
}
footer .foot .f-contact .c-intro {
  margin-top: 39px;
  text-align: center;
  font-size: 16px;
  color: #666;
}
footer .foot .f-contact .c-way {
  margin-top: 65px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .foot .f-contact .c-way .way-box {
  text-align: center;
  max-width: 200px;
}
footer .foot .f-contact .c-way .way-box .icon {
  margin-bottom: 25px;
}
footer .foot .f-contact .c-way .way-box .info {
  font-size: 16px;
  color: #666;
  line-height: 30px;
}
footer .foot .f-contact .c-way .way-box p {
  font-size: 16px;
  color: #666;
  line-height: 30px;
}
footer .foot .f-contact .c-app {
  margin-top: 55px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
footer .foot .f-contact .c-app .line {
  flex: 1;
  height: 1px;
  background-color: #bcbcbc;
}
footer .foot .f-contact .c-app .img {
  display: flex;
  padding: 0 20px;
}
footer .foot .f-contact .c-app .img a {
  cursor: pointer;
}
footer .foot .f-contact .c-app .img a .icon {
  margin: 0 10px;
}
footer .foot .f-contact .c-app .img a .ma {
  position: absolute;
  left: 40%;
  bottom: 60px;
  opacity: 0;
  transition: 0.7s;
  z-index: -1;
}
footer .foot .f-contact .c-app .img .vx:hover .ma {
  opacity: 1;
  bottom: 30px;
  z-index: 1;
}
.banquan {
  height: 72px;
  line-height: 72px;
  background-color: #293a4a;
}
.banquan .wd1600 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.banquan .wd1600 div {
  font-size: 18px;
  color: #fff;
}
.banquan .wd1600 div a {
  font-size: 18px;
  color: #fff;
  transition: 0.3s;
}
.banquan .wd1600 div a:hover {
  color: #ff9e00;
}
.m-header {
  width: 26px;
  height: 15px;
  display: none;
  cursor: pointer;
  float: right;
}
.m-header .box {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.m-header .line {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #ff9e00;
  position: absolute;
  left: 0;
  transition: width 0.3s ease 0s;
}
.m-header .line1 {
  width: 26px;
  top: 0;
}
.m-header .line2 {
  width: 26px;
  top: 8px;
}
.m-header .line3 {
  width: 26px;
  top: 16px;
}
.m-header-menu {
  position: fixed;
  right: -100%;
  width: 66%;
  top: 0;
  z-index: 100;
  height: 100%;
  background-color: #fff;
  transition: all 0.44s ease 0s;
}
.m-header-menu .m-menu-top {
  line-height: 60px;
  background-color: #ff9e00;
}
.m-header-menu .m-menu-top .title {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  margin-left: 8.2%;
  font-family: "Base-font";
}
.m-header-menu .m-menu-top .close {
  display: inline-block;
  width: 17px;
  height: 17px;
  background: url(../img/close.png) no-repeat center;
  margin-right: 7.8%;
  margin-top: 22px;
  cursor: pointer;
}
.f-cb:after {
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  content: ".";
}
.m-header-menu .m-header-list ul {
  width: 100%;
}
.m-header-menu .m-header-list li {
  line-height: 60px;
  width: 100%;
  border-bottom: 1px solid #f2f2f2;
}
.m-header-menu .m-header-list li .col-box {
  display: block;
  width: 84%;
  padding: 0 7.8% 0 8.2%;
}
.m-header-menu .m-header-list .tit {
  font-size: 16px;
  color: #666;
}
.m-header-menu .m-header-list .tit > a {
  color: #666;
}
.m-header-menu .m-header-list .second {
  width: 84%;
  padding: 0 7.8% 0 8.2%;
  display: none;
}
.m-header-menu .m-header-list .second li a {
  color: #666;
}
.m-header-menu .m-header-list .point {
  display: inline-block;
  width: 8px;
  height: 12px;
  background: url(../img/arrow_right.png) no-repeat center;
  margin-top: 26px;
  transform: rotate(90deg);
  transition: 0.3s;
}
.m-header-menu .m-header-list .rotateY {
  transform: rotate(270deg);
}
.f-cb:after {
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  content: ".";
}
.m-header-menu .m-header-menu-sub {
  position: absolute;
  right: -100%;
  top: 60px;
  width: 100%;
  height: 100%;
}
.m-header-menu .m-header-menu-sub .boxs {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.4s ease 0s;
  background-color: #fff;
  height: 100%;
}
.m-header-menu .m-header-menu-sub .boxs.show {
  left: -100%;
}
.m-header-menu .m-header-menu-sub .return-fir {
  display: block;
  width: 84%;
  padding: 0 7.8% 0 8.2%;
  line-height: 60px;
  background-color: #ff9e00;
}
.m-header-menu .m-header-menu-sub .return-fir p {
  padding-left: 18px;
  color: #fff;
  font-size: 16px;
  background: url(../img/arrow_left.png) no-repeat left center;
}
.m-header-menu .m-header-menu-sub ul,
.m-header-menu .m-header-menu-sub li {
  width: 100%;
  background: #fff;
}
.m-header-menu .m-header-menu-sub li {
  line-height: 60px;
  border-bottom: 1px solid #f2f2f2;
}
.m-header-menu .m-header-menu-sub li a {
  display: block;
  width: 84%;
  padding: 0 7.8% 0 8.2%;
  font-size: 16px;
  color: #666;
}
.m-shadow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  display: none;
  z-index: 99;
}
@media screen and (max-width: 1600px) {
  .wd1600 {
    padding: 0 20px;
  }
	header .wd1600 .nav #navlist .first-li {
		margin-left: 20px;
	}
  footer .foot .f-contact {
    padding: 40px 30px;
  }
}
@media screen and (max-width: 1400px) {
  header .wd1600 .nav > ul > li {
    margin-left: 28px;
  }
	header .wd1600 .nav #navlist .first-li > a{ font-size: 16px;}
  header .wd1600 .logo img {
    height:75px;
  }
}
@media screen and (max-width: 1280px) {
	header .wd1600 .nav #navlist .first-li {
		margin-left: 10px;
	}
	header .wd1600 .nav #navlist .first-li > a{ font-size: 16px;}
	
}
@media screen and (max-width: 1200px) {
  header .wd1600 .nav {
    display: none;
  }

  header {
    padding: 5px 0;
  }
  header .wd1600 .logo img {
    height: 50px;
  }
  .m-header {
    display: block;
  }
  footer .foot {
    display: block;
  }
  footer .foot .f-leave .f-liuyan .input,
  footer .foot .f-leave .f-liuyan .button button {
    width: 100%;
  }
  footer .foot .f-leave {
    padding: 30px;
  }
  footer {
    padding: 30px 0;
    /*background-image: none;*/ background:#fff;
  }
}
@media screen and (max-width: 640px) {
  footer .foot .f-contact .c-way {
    display: block;
  }
  footer .foot .f-contact .c-way .way-box {
    max-width: none;
    margin-top: 20px;
  }
  .banquan {
    height: auto;
    line-height: normal;
    padding: 15px 0;
  }
  .banquan .wd1600 {
    display: block;
    text-align: center;
  }
  .banquan .wd1600 div,
  .banquan .wd1600 div a {
    font-size: 15px;
  }
  footer .foot .f-contact .c-way .way-box .icon {
    margin-bottom: 10px;
    width: 35px;
  }
  footer .foot .f-contact .c-way .way-box p {
    line-height: 24px;
  }
}
@media screen and (max-width: 480px) {
  footer .foot .f-leave {
    padding: 20px 15px;
  }
  footer .foot .f-leave .f-liuyan {
    margin-top: 30px;
  }
  footer .foot .f-leave .f-liuyan .input {
    height: 45px;
    margin-bottom: 16px;
  }
  footer .foot .f-leave .f-title {
    font-size: 24px;
  }
  footer .foot .f-leave .f-liuyan .button button {
    height: 45px;
    line-height: 45px;
  }
  footer .foot .f-contact {
    padding: 30px 0; background:#fff;
  }
  footer .foot .f-contact .c-second {
    margin-top: 25px;
  }
  footer .foot .f-contact .c-second {
    font-size: 16px;
    line-height: 26px;
  }
  footer .foot .f-contact .c-intro {
    display: none;
  }
  footer .foot .f-contact .c-way {
    margin-top: 30px;
  }
  footer .foot .f-contact .c-app .img a .ma {
    left: 25%;
  }
  footer .foot .f-contact .c-title {
    font-size: 25px;
  }
  header .wd1600 .logo img {
    height: 50px;
  }
}
