
/**
 *  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;
}
a {
  text-decoration: none;
  color: #333;
}
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;
}
.wd1440 {
  max-width: 1440px;
  margin: auto;
}
.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;
}
ul {
  margin: 0;
  padding: 0;
}
p {
  margin: 0;
}
/* // 手机导航 */
.m-header {
  width: 22px;
  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: 2px;
  background-color: #3bb778;
  position: absolute;
  left: 0;
  transition: width 0.3s ease 0s;
}
.m-header .line1 {
  width: 12px;
  top: 0;
}
.m-header .line2 {
  width: 20px;
  top: 6px;
}
.m-header .line3 {
  width: 16px;
  top: 13px;
}
.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: #3bb778;
}
.m-header-menu .m-menu-top > a img {
  height: 35px;
}
.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(../image/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 .point {
  display: inline-block;
  width: 8px;
  height: 12px;
  background: url(../image/arrow_right.png) no-repeat center;
  margin-top: 26px;
}
.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: #d90e00;
}
.m-header-menu .m-header-menu-sub .return-fir p {
  padding-left: 18px;
  color: #fff;
  font-size: 16px;
  background: url(../image/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;
}
/* // 手机导航 */
header {
  background-color: #fff;
}
header .wd1440 {
  height: 117px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .wd1440 .logo {
  display: block;
  max-width: 520px;
}
header .wd1440 .logo img {
  max-width: 100%;
  height: auto;
}
header .wd1440 .search {
  display: flex;
  align-items: center;
}
header .wd1440 .search .input {
  width: 310px;
  height: 46px;
}
header .wd1440 .search .input input {
  width: 100%;
  height: 100%;
  font-size: 16px;
  background-color: #f7f7f7;
}
header .wd1440 .search .input input::placeholder {
  color: #b3b3b3;
  font-size: 16px;
}
header .wd1440 .search .butt {
  width: 80px;
  height: 46px;
  line-height: 46px;
  text-align: center;
}
header .wd1440 .search .butt button {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
  transition: 0.3s;
  background-color: #027ab6;
}
header .wd1440 .search .butt button:hover {
  background-color: #e1c262;
}
header .wd1440 .phone {
  display: flex;
  align-items: center;
}
header .wd1440 .phone img {
  width: 48px;
  height: 48px;
  margin-right: 12px;
  border-radius: 50%;
  background-color: #e1c262;
}
header .wd1440 .phone .rexian {
  color: #4d4d4d;
}
header .wd1440 .phone .rexian .word {
  font-size: 16px;
}
header .wd1440 .phone .rexian .num {
  font-size: 30px;
}
nav {
  height: 80px;
  background-color: #027ab6;
}
nav .nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
nav .nav > li {
  flex: 1;
  height: 80px;
  line-height: 80px;
  text-align: center;
  position: relative;
}
nav .nav > li > a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 16px;
  color: #fff;
  transition: 0.3s;
}
nav .nav > li .icon {
  position: absolute;
  top: 0;
  right: 30px;
  width: 8px;
  top: 50%;
  transform: translateY(-50%);
}
nav .nav > li .second-ul {
  width: 200px;
  position: absolute;
  left: -10px;
  top: 80px;
  z-index: 9;
  opacity: 0;
  z-index: -1;
  transition: 0.3s;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
}
nav .nav > li .second-ul li a {
  display: block;
  width: 200px;
  height: 57px;
  line-height: 57px;
  background-color: #fff;
  text-align: center;
  color: #4d4d4d;
  transition: 0.3s;
  border-bottom: 1px solid rgba(230, 230, 230, 0.5);
}
nav .nav > li .second-ul li a:hover {
  background-color: #027ab6;
  color: #fff;
}
nav .nav .li-current > a {
  background-color: #e1c262;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.11);
  color: #fff;
}
nav .nav > li:hover > a {
  background-color: #e1c262;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.11);
  color: #fff;
}
nav .nav > li:hover .second-ul {
  z-index: 9;
  opacity: 1;
}
footer {
  background-color: #3c3c3e;
}
footer .foot {
  padding: 70px 0 58px;
  border-bottom: 1px solid #666666;
}
footer .foot .wd1440 {
  display: flex;
  justify-content: space-between;
}
footer .foot .wd1440 .foot-l {
  text-align: center;
  width: 28%;
}
footer .foot .wd1440 .foot-l .eng {
  font-size: 56px;
  color: #e1c262;
  font-weight: bold;
}
footer .foot .wd1440 .foot-l h3 {
  font-size: 30px;
  color: #e6e6e6;
  font-weight: bold;
}
footer .foot .wd1440 .foot-l .state {
  font-size: 20px;
  color: #e6e6e6;
  margin-top: 15px;
}
footer .foot .wd1440 .foot-l .miss {
  width: 257px;
  height: 46px;
  font-size: 24px;
  color: #3c3c3e;
  line-height: 46px;
  text-align: center;
  margin: 45px auto 0;
  background-color: #e1c262;
}
footer .foot .wd1440 .foot-m .m-box {
  margin-top: 50px;
  display: flex;
  padding-left: 17px;
}
.foot-r {
  width: 30%;
}
footer .foot .wd1440 .foot-m .m-box .list {
  margin-right: 90px;
}
footer .foot .wd1440 .foot-m .m-box .list .list-title {
  display: flex;
  align-items: center;
}
footer .foot .wd1440 .foot-m .m-box .list .list-title img {
  margin-right: 10px;
}
footer .foot .wd1440 .foot-m .m-box .list .list-title span {
  font-size: 16px;
  color: #e6e6e6;
}
footer .foot .wd1440 .foot-m .m-box .list ul {
  margin-top: 30px;
  padding-left: 12px;
}
footer .foot .wd1440 .foot-m .m-box .list ul li {
  margin-bottom: 20px;
}
footer .foot .wd1440 .foot-m .m-box .list ul li a {
  font-size: 14px;
  color: #e6e6e6;
  transition: 0.3s;
}
footer .foot .wd1440 .foot-m .m-box .list ul li a:hover {
  color: #e1c262;
}
footer .foot .wd1440 .foot-r .name {
  font-size: 16px;
  color: #e6e6e6;
  margin-top: 46px;
  padding-left: 30px;
}
footer .foot .wd1440 .foot-r .r-box {
  padding-left: 30px;
  margin-top: 30px;
}
footer .foot .wd1440 .foot-r .r-box p {
  line-height: 30px;
  color: #e6e6e6;
}
footer .index-banquan {
  padding: 42px 0 22px;
}
footer .index-banquan .wd1440 {
  display: flex;
}
footer .index-banquan .wd1440 .beian {
  margin-right: 160px;
  text-align: center;
}
footer .index-banquan .wd1440 .beian p {
  color: #e6e6e6;
}
footer .index-banquan .wd1440 .beian .p1 {
  margin-bottom: 17px;
}
footer .index-banquan .wd1440 .link {
  flex: 1;
  display: flex;
  align-items: flex-start;
}
footer .index-banquan .wd1440 .link .f-title {
  margin-right: 19px;
}
footer .index-banquan .wd1440 .link .link-box {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
}
footer .index-banquan .wd1440 .link .link-box a {
  margin-bottom: 18px;
  color: #fff;
  margin-right: 29px;
  transition: 0.3s;
}
footer .index-banquan .wd1440 .link .link-box a:hover {
  color: #e1c262;
}
footer .nei-banquan {
  height: 80px;
  line-height: 80px;
}
footer .nei-banquan .wd1440 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .nei-banquan .wd1440 div {
  color: #e6e6e6;
}
@media screen and (max-width: 1440px) {
  .wd1440 {
    padding: 0 15px;
  }
}
@media screen and (max-width: 1400px) {
  .wd1400 {
    padding: 0 15px;
  }
}
