.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/*table*/
.table-box {
  width: 100%;
  max-width: 100%;
  overflow: auto;
}
.table-box table {
  width: 100%;
  max-width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  line-height: 1.2;
}
.table-box table tr,
.table-box table td,
.table-box table th {
  width: auto !important;
  height: auto !important;
  background-color: #f2f3f4;
  color: #02152d;
}
.table-box table tr:nth-child(odd) {
  background-color: #f5f5f5;
}
.table-box table tr:nth-child(even) {
  background-color: #ffffff;
}
.table-box table td,
.table-box table th {
  vertical-align: middle;
  font-weight: normal;
  padding: 10px !important;
  border: 1px solid #EEEEEE !important;
  font-size: 15px;
}
@media (max-width: 767px) {
  .table-box table td,
  .table-box table th {
    font-size: 14px;
  }
}
.table-box table tr p,
.table-box table tr span {
  line-height: 1.2 !important;
  background: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.table-box table th {
  text-align: center;
}
.table-box .table-nav {
  overflow: hidden;
}
.table-box .table-content {
  overflow-x: auto;
  overflow-y: auto;
  max-height: 300px;
  max-height: 42vh;
}
.banner {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 110px;
}
@media screen and (max-width: 1199px) {
  .banner {
    padding-top: 90px;
  }
}
@media screen and (max-width: 991px) {
  .banner {
    padding-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .banner {
    padding-top: 70px;
  }
}
@media screen and (max-width: 991px) {
  .banner .slickbanner {
    width: 120%;
    margin-left: -10%;
    position: static !important;
  }
}
.banner .slickbanner .slick-arrow{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  border-radius: 50px;
  font-size: 0;
  background-color: rgba(243,113,33,.8);
  z-index: 2;
  transition: all .4s;
  -webkit-transition: all .4s;
}
.banner .slickbanner .slick-arrow::before{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  content: '\e9b5';
  font-family: "iconfont" !important;
  font-size: 35px;
  color:#fff;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all .4s;
  -webkit-transition: all .4s;
}
.banner .slickbanner .slick-prev{
  left: 35px;
}
.banner .slickbanner .slick-next{
  right: 35px;
}
.banner .slickbanner .slick-next::before{
  content:'\e72f';
}
@media screen and (max-width:1199px) {
  .banner .slickbanner .slick-arrow{
    width: 50px;
    height: 50px;
  }
  .banner .slickbanner .slick-arrow::before{
    font-size:25px;
  }
  .banner .slickbanner .slick-prev{
    left: 20px;
  }
  .banner .slickbanner .slick-next{
    right: 20px;
  }
}
@media screen and (max-width:991px) {
  .banner .slickbanner .slick-arrow{
    width: 40px;
    height: 40px;
    top: 57%;
  }
  .banner .slickbanner .slick-arrow::before{
    font-size:20px;
  }
  .banner .slickbanner .slick-prev{
    left: 10px;
  }
  .banner .slickbanner .slick-next{
    right: 10px;
  }
}
@media screen and (max-width:767px) {
  .banner .slickbanner .slick-arrow{
    width: 35px;
    height: 35px;
    top: 59%;
  }
  .banner .slickbanner .slick-arrow::before{
    font-size:16px;
  }
  .banner .slickbanner .slick-prev{
    left: 0;
  }
  .banner .slickbanner .slick-next{
    right: 0;
  }
}
@media screen and (min-width:1200px) {
  .banner .slickbanner .slick-arrow:hover{
    background-color: rgba(243,113,33,1);
    box-shadow: 0 0 10px rgba(243,113,33,.4);
  }
}
.banner .slickbanner .slick-list {
  margin-bottom: -5px;
}
.banner .slickbanner .slick-list .item {
  display: block;
  position: relative;
}
.banner .slickbanner .slick-list .item a {
  display: block;
}
.banner .slickbanner .slick-list .item .video-box {
  overflow: hidden;
  position: relative;
  display: block;
  padding-bottom: 44.27083333%;
}
.banner .slickbanner .slick-list .item .video-box .fluid_video_wrapper {
  position: absolute !important;
}
.banner .slickbanner .slick-list .item .video-box .fluid_video_wrapper .fluid_controls_container {
  display: none !important;
}
.banner .slickbanner .slick-list .item .img-box {
  padding-bottom: 44.27083333%;
}
@-webkit-keyframes enlarge {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 1;
  }
}
@keyframes enlarge {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 1;
  }
}
.banner .slickbanner .slick-list .slick-current img {
  -webkit-animation: enlarge 8s 0s ease both;
  animation: enlarge 8s 0s ease both;
}
.banner .slickbanner .slick-dots {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .banner .slickbanner .slick-dots {
    bottom: 15px;
  }
}
.banner .slickbanner .slick-dots li {
  float: left;
  padding: 0 5px;
}
.banner .slickbanner .slick-dots li button {
  width: 5px;
  height: 5px;
  border-radius: 2.5px;
  font-size: 0;
  background-color: #fff;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.banner .slickbanner .slick-dots .slick-active button {
  width: 25px;
  background-color: #f37121;
}
.common-title {
  padding: 65px 0 35px !important;
}
@media screen and (max-width: 1199px) {
  .common-title {
    padding: 60px 0 30px !important;
  }
}
@media screen and (max-width: 991px) {
  .common-title {
    padding: 60px 0 25px !important;
  }
}
@media screen and (max-width: 767px) {
  .common-title {
    padding: 35px 0 20px !important;
  }
}
.common-title {
  text-align: center;
}
.common-title b {
  display: block;
  padding-bottom: 5px;
  font-size: 32px;
  line-height: 1.125;
  font-weight: 700;
  color: #000000;
}
@media screen and (max-width: 1199px) {
  .common-title b {
    font-size: 27px;
  }
}
@media screen and (max-width: 991px) {
  .common-title b {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .common-title b {
    font-size: 18px;
  }
}
.common-title p {
  font-size: 16px;
  line-height: 1.75;
  color: #999999;
}
@media screen and (max-width: 1199px) {
  .common-title p {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .common-title p {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .common-title p {
    font-size: 13px;
  }
}
/* @media screen and (min-width: 1640px) {
  .index-product .container {
    width: 1640px;
  }
} */
.index-product{
  overflow: hidden;
}
.index-product .container .common-title {
  padding: 65px 0 35px;
}
@media screen and (max-width: 1199px) {
  .index-product .container .common-title {
    padding: 60px 0 30px;
  }
}
@media screen and (max-width: 991px) {
  .index-product .container .common-title {
    padding: 60px 0 25px;
  }
}
@media screen and (max-width: 767px) {
  .index-product .container .common-title {
    padding: 35px 0 20px;
  }
}
.index-product .container .content ul {
  margin: 0 -12.5px;
  padding-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .index-product .container .content ul {
    padding-bottom:5px;
  }
}
@media screen and (max-width: 767px) {
  .index-product .container .content ul {
    margin: 0 5px;
  }
}
@media screen and (max-width: 400px) {
  .index-product .container .content ul {
    margin: 0;
  }
}
.index-product .container .content ul li {
  padding: 0 12.5px;
}
@media screen and (max-width: 767px) {
  .index-product .container .content ul li {
    padding: 0 5px;
  }
}
@media screen and (max-width: 400px) {
  .index-product .container .content ul li {
    width: 100%;
    padding: 0;
  }
}
.index-product .container .content ul li .item {
  overflow: hidden;
  position: relative;
}
.index-product .container .content ul li .item .pic .img-box::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.3);
  z-index: 1;
}
@media screen and (min-width: 1200px) {
  .index-product .container .content ul li .item:hover .pic .p-name {
    top: -100%;
  }
  .index-product .container .content ul li .item:hover .txt-box {
    top: 0;
  }
}
.index-product .container .content ul li .item .pic {
  position: relative;
  display: block;
  overflow: hidden;
}
.index-product .container .content ul li .item .pic .img-box {
  padding-bottom: 69.23076923%;
}
.index-product .container .content ul li .item .p-name {
  position: relative;
  padding:15px 10px;
  text-align:center;
  z-index: 2;
  transition: all 1s;
  -webkit-transition: all 1s;
}
@media screen and (max-width: 991px) {
  .index-product .container .content ul li .item .p-name {
    padding: 20px;
  }
}
@media screen and (max-width: 480px) {
  .index-product .container .content ul li .item .p-name {
    padding: 10px;
  }
}
.index-product .container .content ul li .item .p-name a {
  font-size: 20px;
  line-height: 1.33333333;
  color: #000;
  font-weight: 700;
  font-weight: 700;
  transition: all .2s;
  -webkit-transition: all .2s;
}
@media screen and (min-width:1200px) {
  .index-product .container .content ul li .item .p-name a:hover{
    color: #f47c39;
    text-decoration: underline;
  }
}
@media screen and (max-width: 1199px) {
  .index-product .container .content ul li .item .p-name a {
    font-weight: 400;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .index-product .container .content ul li .item .p-name a {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .index-product .container .content ul li .item .p-name a {
    font-size: 14px;
  }
}
.index-product .container .content ul li .item .txt-box {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 7.69230769% 6.15384615% 6.53846154%;
  background-color: rgba(243, 113, 33, 0.9);
  z-index: 4;
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
}
.index-product .container .content ul li .item .txt-box a {
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
@media screen and (min-width: 1200px) {
  .index-product .container .content ul li .item .txt-box a:hover {
    text-decoration: underline;
  }
}
.index-product .container .content ul li .item .txt-box a:nth-child(1) {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 25px;
  font-size: 24px;
  line-height: 1.33333333;
  color: #ffffff;
  font-weight: 700;
}
@media screen and (max-width: 1439px) {
  .index-product .container .content ul li .item .txt-box a:nth-child(1) {
    font-size: 22px;
    margin-bottom: 15px;
  }
}
.index-product .container .content ul li .item .txt-box .txt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
}
@media screen and (max-width: 1639px) {
  .index-product .container .content ul li .item .txt-box .txt {
    -webkit-line-clamp: 4;
  }
}
.index-product .container .content ul li .item .txt-box .txt p {
  font-size: 14px;
  line-height: 2;
  color: #ffffff;
}
.index-product .container .content ul li .item .txt-box a:nth-child(3) {
  display: inline-block;
  margin-top: 24px;
  font-size: 16px;
  line-height: 2.25;
  color: #fff;
}
@media screen and (max-width: 1439px) {
  .index-product .container .content ul li .item .txt-box a:nth-child(3) {
    margin-top: 15px;
  }
}
.index-about {
  overflow: hidden;
  padding-bottom:65px;
}

.index-about .common-title {
  /* padding: 35px 0; */
  padding-top: 15px !important;
}
@media screen and (max-width: 1199px) {
  .index-about .common-title {
    padding: 30px 0;
  }
}
@media screen and (max-width: 991px) {
  .index-about .common-title {
    padding: 30px 0 25px;
  }
  .index-about {
    padding: bottom 45px;
  }
}
@media screen and (max-width: 767px) {
  .index-about .common-title {
    padding: 25px 0 20px;
  }
  .index-about {
    padding-bottom:30px;
  }
}
.index-about .content {
  text-align: center;
}
.index-about .content .txt {
  text-align: left;
}
@media screen and (max-width: 991px) {
  .index-about .content .txt {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  .index-about .content .txt {
    -webkit-line-clamp: 4;
  }
}
.index-about .content .txt p {
  font-size: 16px;
  line-height: 2;
  color: #686868;
}
@media screen and (max-width: 767px) {
  .index-about .content .txt p {
    font-size: 14px;
  }
}
.index-about .content .num {
  text-align: left;
  padding: 60px 0 50px;
}

@media screen and (max-width: 991px) {
  .index-about .content .num {
    padding: 60px 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .index-about .content .num {
    padding: 40px 0 0;
  }
}
.index-about .content .num li {
  position: relative;
  float: left;
  width: 28.08%;
  padding-left: 92px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
@media screen and (max-width: 1199px) {
  .index-about .content .num li {
    padding-left: 70px;
  }
}
@media screen and (max-width: 991px) {
  .index-about .content .num li {
    min-height: 120px;
  }
}
@media screen and (max-width: 767px) {
  .index-about .content .num li {
    padding-left: 55px;
    min-height: 95px;
  }
}
@media screen and (max-width: 600px) {
  .index-about .content .num li {
    padding-top: 65px;
    padding-left: 0;
    text-align: center;
    margin-bottom: 15px;
  }
  .index-about .content .num li:last-child{
    margin-bottom: 30px;
  }
}
@-webkit-keyframes narrow {
  0% {
    transform: rotateZ(0);
  }
  25% {
    transform: rotateZ(20deg);
  }
  50% {
    transform: rotateZ(0);
  }
  75% {
    transform: rotateZ(20deg);
  }
  100% {
    transform: rotateZ(0);
  }
}
@keyframes narrow {
  0% {
    transform: rotateZ(0);
  }
  25% {
    transform: rotateZ(20deg);
  }
  50% {
    transform: rotateZ(0);
  }
  75% {
    transform: rotateZ(20deg);
  }
  100% {
    transform: rotateZ(0);
  }
}
@media screen and (min-width: 1200px) {
  .index-about .content .num li:hover {
    transform: translateY(-15px);
  }
  .index-about .content .num li:hover::before {
    -webkit-animation: narrow 1s 0s ease both;
    animation: narrow 1s 0s ease both;
  }
}
.index-about .content .num li::before {
  position: absolute;
  top: 1px;
  left: 0;
  width: 80px;
  height: 80px;
  text-align: center;
  line-height: 80px;
  border-radius: 50%;
  border: 1px dashed #e0e0e0;
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e649';
  color: #f37121;
  font-size: 35px;
}
@media screen and (max-width: 1199px) {
  .index-about .content .num li::before {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .index-about .content .num li::before {
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  .index-about .content .num li::before {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
  }
}
.index-about .content .num li b {
  display: block;
}
.index-about .content .num li b span {
  display: inline-block;
  font-size: 52px;
  line-height: 1;
  font-weight: 700;
  color: #f37121;
}
@media screen and (max-width: 1439px) {
  .index-about .content .num li b span {
    font-size: 44px;
  }
}
@media screen and (max-width: 1199px) {
  .index-about .content .num li b span {
    font-size: 35px;
  }
}
@media screen and (max-width: 767px) {
  .index-about .content .num li b span {
    font-size: 30px;
  }
}
@media screen and (max-width: 600px) {
  .index-about .content .num li b span {
    font-size: 35px;
  }
}
.index-about .content .num li b sup {
  top: -27px;
  right: -8px;
  font-size: 24px;
  line-height: 1.33333333;
  color: #f37121;
  font-weight: 400;
  z-index: 2;
}
@media screen and (max-width: 1199px) {
  .index-about .content .num li b sup {
    top: -20px;
    right: -5px;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .index-about .content .num li b sup {
    top: -15px;
    right: -5px;
    font-size: 14px;
  }
}
.index-about .content .num li p {
  font-size: 16px;
  line-height: 2;
  color: #666666;
}
@media screen and (max-width: 1439px) {
  .index-about .content .num li p {
    font-size: 14px;
  }
}
@media screen and (max-width: 1199px) {
  .index-about .content .num li p {
    font-size: 12px;
  }
}
@media screen and (max-width: 600px) {
  .index-about .content .num li p {
    font-size: 15px;
  }
}
.index-about .content .num li:nth-child(1) {
  /* margin-right: 4.39716312%; */
}
@media screen and (max-width: 1199px) {
  .index-about .content .num li:nth-child(1) {
    /* margin-right: 0; */
    width: 30%;
  }
}
@media screen and (max-width: 991px) {
  .index-about .content .num li:nth-child(1) {
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .index-about .content .num li:nth-child(1) {
    width: 100%;
  }
}
.index-about .content .num li:nth-child(2) {
  width: 22.46808511%;
  margin-left: 2%;
}
@media screen and (max-width: 1199px) {
  .index-about .content .num li:nth-child(2) {
    width: 22%;
    margin-left: 0;
  }
}
@media screen and (max-width: 991px) {
  .index-about .content .num li:nth-child(2) {
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .index-about .content .num li:nth-child(2) {
    width: 100%;
  }
}
.index-about .content .num li:nth-child(2)::before {
  content: '\e64c';
}
.index-about .content .num li:nth-child(3) {
  width: 22.41134752%;
}
@media screen and (max-width: 1199px) {
  .index-about .content .num li:nth-child(3) {
    margin-left: 0;
    width: 23%;
  }
}
@media screen and (max-width: 991px) {
  .index-about .content .num li:nth-child(3) {
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .index-about .content .num li:nth-child(3) {
    width: 100%;
  }
}
.index-about .content .num li:nth-child(3)::before {
  content: '\e62e';
}
.index-about .content .num li:nth-child(4) {
  width: 24.96453901%;
}
@media screen and (max-width: 1199px) {
  .index-about .content .num li:nth-child(4) {
    margin-left: 0;
    width: 25%;
  }
}
@media screen and (max-width: 991px) {
  .index-about .content .num li:nth-child(4) {
    width: 50%;
  }
}
.index-about .content .num li:nth-child(4)::before {
  content: '\e648';
}
@media screen and (max-width: 600px) {
  .index-about .content .num li:nth-child(4) {
    width: 100%;
  }
}
.index-about .content > a {
  display: inline-block;
  padding: 18px 60px;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  background-color: #f37121;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
@media screen and (max-width: 1199px) {
  .index-about .content > a {
    padding: 15px 50px;
  }
}
@media screen and (max-width: 991px) {
  .index-about .content > a {
    padding: 10px 45px;
  }
}
@media screen and (max-width: 767px) {
  .index-about .content > a {
    padding: 10px 35px;
    font-size: 12px;
  }
}
@media screen and (min-width: 1200px) {
  .index-about .content > a:hover {
    text-decoration: underline;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.35) inset;
  }
}
.index-solution {
  position: relative;
  background: url(../images/img/index_solution_bgg.jpg) no-repeat center;
  background-size: cover;
  padding-bottom: 52.86458333%;
}
@media screen and (max-width: 1199px) {
  .index-solution {
    background: none;
    background-color: #E5E5E5;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .index-solution {
    padding-bottom: 0;
  }
}
.index-solution .common-title {
  padding: 80px 0 45px;
}
@media screen and (max-width: 1439px) {
  .index-solution .common-title {
    padding: 60px 0 35px;
  }
}
@media screen and (max-width: 991px) {
  .index-solution .common-title {
    padding: 45px 0 35px;
  }
}
@media screen and (max-width: 767px) {
  .index-solution .common-title {
    padding: 35px 0 25px;
  }
}
@media screen and (max-width: 1199px) {
  .index-solution .content .icon-txt-box {
    margin: 25px 0;
    border-top: 1px solid #f37121;
    border-bottom: 1px solid #f37121;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .index-solution .content .icon-txt-box {
    margin-bottom: 20px;
    margin-top: 0;
  }
}
.index-solution .content .icon-txt-box li {
  position: absolute;
  width: 180px;
  height: 180px;
  text-align: center;
  border-radius: 50%;
  border: 4px solid #f37121;
  color: #f37121;
  background-color: #fff;
  cursor: pointer;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
@media screen and (max-width: 1700px) {
  .index-solution .content .icon-txt-box li {
    width: 160px;
    height: 160px;
  }
}
@media screen and (max-width: 1500px) {
  .index-solution .content .icon-txt-box li {
    width: 140px;
    height: 140px;
    border-width: 3px;
  }
}
@media screen and (max-width: 1199px) {
  .index-solution .content .icon-txt-box li {
    width: auto;
    height: auto;
    padding: 5px 15px;
    padding-left: 35px;
    border-radius: 0;
    border: 1px solid #f37121;
  }
}
@media screen and (max-width: 767px) {
  .index-solution .content .icon-txt-box li {
    margin: 2px 0;
  }
}
.index-solution .content .icon-txt-box li::before {
  display: inline-block;
  margin-top: 25px;
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e64a';
  font-size: 50px;
  color: #f37121;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
@media screen and (max-width: 1700px) {
  .index-solution .content .icon-txt-box li::before {
    font-size: 40px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .index-solution .content .icon-txt-box li::before {
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
    margin-top: 0;
  }
}
.index-solution .content .icon-txt-box li::after {
  content: '';
  position: absolute;
  width: 63px;
  height: 117px;
  background: url(../images/img/icon_arrow1.png) no-repeat center;
  background-size: cover;
  opacity: 0.2;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
@media screen and (max-width: 1199px) {
  .index-solution .content .icon-txt-box li::after {
    display: none;
  }
}
.index-solution .content .icon-txt-box li p {
  font-size: 20px;
  line-height: 1.3;
}
@media screen and (max-width: 1700px) {
  .index-solution .content .icon-txt-box li p {
    font-size: 18px;
  }
}
@media screen and (max-width: 1500px) {
  .index-solution .content .icon-txt-box li p {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .index-solution .content .icon-txt-box li p {
    font-size: 14px;
  }
}
.index-solution .content .icon-txt-box li p::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
  width: 111.11111111%;
  height: 111.11111111%;
  border-radius: 50%;
  border: 4px solid #f37121;
  opacity: 0;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
@media screen and (max-width: 1700px) {
  .index-solution .content .icon-txt-box li p::before {
    border-width: 3px;
  }
}
@media screen and (max-width: 1500px) {
  .index-solution .content .icon-txt-box li p::before {
    width: 115%;
    height: 115%;
  }
}
@media screen and (max-width: 1199px) {
  .index-solution .content .icon-txt-box li p::before {
    display: none;
  }
}
.index-solution .content .icon-txt-box li p::after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #f37121 transparent transparent transparent;
  border-width: 15px 9px 0 9px;
  opacity: 0;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
@media screen and (max-width: 1199px) {
  .index-solution .content .icon-txt-box li p::after {
    display: none;
  }
}
.index-solution .content .icon-txt-box li:nth-child(1) {
  top: 193px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1439px) {
  .index-solution .content .icon-txt-box li:nth-child(1) {
    top: 160px;
  }
}
.index-solution .content .icon-txt-box li:nth-child(1)::after {
  bottom: -67.777778%;
  right: -103%;
  transform: translate(100%, 100%);
}
@media screen and (max-width: 1700px) {
  .index-solution .content .icon-txt-box li:nth-child(1)::after {
    bottom: -34.777778%;
    right: -93%;
  }
}
@media screen and (max-width: 1439px) {
  .index-solution .content .icon-txt-box li:nth-child(1)::after {
    right: -80%;
    bottom: -41.777778%;
  }
}
.index-solution .content .icon-txt-box li:nth-child(1) p::after {
  top: 100%;
  left: 50%;
  transform: translate(-50%, 8px);
}
.index-solution .content .icon-txt-box li:nth-child(2) {
  right: 27.70833333%;
  bottom: 18.8225539%;
}
@media screen and (max-width: 1439px) {
  .index-solution .content .icon-txt-box li:nth-child(2) {
    right: 26.708333%;
    bottom: 13.822554%;
  }
}
.index-solution .content .icon-txt-box li:nth-child(2)::before {
  content: '\e64e';
}
.index-solution .content .icon-txt-box li:nth-child(2)::after {
  left: -102.77777778%;
  bottom: 0;
  transform: translate(-100%, 100%);
  width: 126px;
  height: 35px;
  background: url(../images/img/icon_arrow2.png) no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 1439px) {
  .index-solution .content .icon-txt-box li:nth-child(2)::after {
    left: -92.777778%;
    bottom: 58px;
  }
}
@media screen and (max-width: 1300px) {
  .index-solution .content .icon-txt-box li:nth-child(2)::after {
    left: -68.777778%;
  }
}
.index-solution .content .icon-txt-box li:nth-child(2) p::after {
  top: -4px;
  right: 100%;
  transform: translate(28px, 10px) rotateZ(16deg);
}
@media screen and (max-width: 1500px) {
  .index-solution .content .icon-txt-box li:nth-child(2) p::after {
    top: -10px;
    transform: translate(23px, 10px) rotateZ(16deg);
  }
}
.index-solution .content .icon-txt-box li:nth-child(3) {
  left: 27.70833333%;
  bottom: 18.8225539%;
}
@media screen and (max-width: 1439px) {
  .index-solution .content .icon-txt-box li:nth-child(3) {
    left: 26.708333%;
    bottom: 13.822554%;
  }
}
.index-solution .content .icon-txt-box li:nth-child(3)::before {
  content: '\e657';
}
.index-solution .content .icon-txt-box li:nth-child(3)::after {
  top: -106.333333%;
  left: 59.111111%;
  transform: translateY(-100%);
  width: 57px;
  height: 117px;
  background: url(../images/img/icon_arrow3.png) no-repeat center;
  background-size: cover;
}
.index-solution .content .icon-txt-box li:nth-child(3) p::after {
  top: -4px;
  left: 100%;
  transform: translate(-28px, 10px) rotateZ(-17deg);
}
@media screen and (max-width: 1500px) {
  .index-solution .content .icon-txt-box li:nth-child(3) p::after {
    transform: translate(-19px, 10px) rotateZ(-17deg);
  }
}
@media screen and (max-width: 1199px) {
  .index-solution .content .icon-txt-box li {
    display: inline-block;
    position: relative;
    top: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
    transform: translate(0, 0) !important;
  }
}
@media screen and (min-width: 1200px) {
  .index-solution .content .icon-txt-box .active {
    background-color: #f37121;
    color: #fff;
  }
  .index-solution .content .icon-txt-box .active::before {
    color: #fff;
  }
  .index-solution .content .icon-txt-box .active::after {
    opacity: 1;
  }
  .index-solution .content .icon-txt-box .active p::before {
    opacity: 1;
  }
  .index-solution .content .icon-txt-box .active p::after {
    opacity: 1;
  }
}
@media screen and (max-width: 1199px) {
  .index-solution .content .icon-txt-box .active {
    background-color: #f37121;
    color: #fff;
  }
  .index-solution .content .icon-txt-box .active::before {
    color: #fff;
  }
}
@media screen and (max-width: 1199px) {
  .index-solution .content .txt-item-box {
    text-align: center;
  }
}
.index-solution .content .txt-item-box li {
  position: absolute;
  width: 170px;
  font-size: 24px;
  line-height: 1.41666667;
  color: #000000;
  text-align: center;
}
@media screen and (max-width: 1700px) {
  .index-solution .content .txt-item-box li {
    font-size: 20px;
  }
}
@media screen and (max-width: 1500px) {
  .index-solution .content .txt-item-box li {
    font-size: 18px;
  }
}
@media screen and (max-width: 1300px) {
  .index-solution .content .txt-item-box li {
    font-size: 16px;
  }
}
@media screen and (max-width: 1199px) {
  .index-solution .content .txt-item-box li {
    line-height: 1.6;
  }
}
@media screen and (max-width: 767px) {
  .index-solution .content .txt-item-box li {
    font-size: 14px;
  }
}
.index-solution .content .txt-item-box li:nth-child(1) {
  left: 67.5%;
  top: 45.112769%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1439px) {
  .index-solution .content .txt-item-box li:nth-child(1) {
    left: 68.5%;
    top: 48.112769%;
  }
}
.index-solution .content .txt-item-box li:nth-child(2) {
  right: 50%;
  top: 91%;
  transform: translate(50%, -50%);
}
.index-solution .content .txt-item-box li:nth-child(3) {
  left: 22.8%;
  top: 47.112769%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1439px) {
  .index-solution .content .txt-item-box li:nth-child(3) {
    left: 19.8%;
    top: 48.112769%;
  }
}
@media screen and (max-width: 1199px) {
  .index-solution .content .txt-item-box li {
    display: none;
    position: static;
    top: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
    transform: translate(0, 0) !important;
    width: auto;
  }
}
@media screen and (max-width: 1199px) {
  .index-solution .content .txt-item-box .active {
    display: inline-block;
  }
}
.index-solution .content .content-item-box {
  position: absolute;
  top: 38.72305141%;
  left: 50%;
  transform: translateX(-50%);
  width: 23.95833333%;
}
@media screen and (max-width: 1199px) {
  .index-solution .content .content-item-box {
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0, 0);
    width: 100%;
    margin: 0 -10px;
    padding: 30px 0;
  }
}
@media screen and (max-width: 767px) {
  .index-solution .content .content-item-box {
    margin: 0 -4px;
    padding: 30px 0 15px;
  }
}
.index-solution .content .content-item-box .item {
  display: none;
  text-align: center;
}
.index-solution .content .content-item-box .item li {
  float: left;
  width: 46.73913043%;
}
@media screen and (max-width: 1439px) {
  .index-solution .content .content-item-box .item li {
    width: 49%;
  }
}
@media screen and (max-width: 1199px) {
  .index-solution .content .content-item-box .item li {
    width: 33.333%;
    padding: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .index-solution .content .content-item-box .item li {
    padding: 0 4px;
  }
}
@media screen and (max-width: 480px) {
  .index-solution .content .content-item-box .item li {
    width: 50%;
    margin-bottom: 10px;
  }
}
.index-solution .content .content-item-box .item li a {
  display: block;
}
@media screen and (min-width: 1200px) {
  .index-solution .content .content-item-box .item li a:hover .pic img {
    transform: scale(1.1);
  }
}
.index-solution .content .content-item-box .item li .pic {
  border-radius: 10px;
  overflow: hidden;
}
.index-solution .content .content-item-box .item li .pic .img-box {
  padding-bottom: 66.51162791%;
}
.index-solution .content .content-item-box .item li .pic .img-box img {
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.index-solution .content .content-item-box .item li .txt {
  margin: 5px 0;
}
.index-solution .content .content-item-box .item li .txt p {
  font-size: 16px;
  line-height: 1.75;
  color: #000000;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-word;
}
@media screen and (max-width: 1600px) {
  .index-solution .content .content-item-box .item li .txt p {
    font-size: 14px;
  }
}
@media screen and (max-width: 1439px) {
  .index-solution .content .content-item-box .item li .txt p {
    font-size: 12px;
  }
}
@media screen and (max-width: 1199px) {
  .index-solution .content .content-item-box .item li .txt p {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .index-solution .content .content-item-box .item li .txt p {
    font-size: 12px;
  }
}
.index-solution .content .content-item-box .item li:nth-child(1) {
  float: none;
  display: inline-block;
  margin: 0 26.63043478%;
  margin-bottom: 15px;
}
@media screen and (max-width: 1439px) {
  .index-solution .content .content-item-box .item li:nth-child(1) {
    margin: 0 25.5%;
  }
}
@media screen and (max-width: 1199px) {
  .index-solution .content .content-item-box .item li:nth-child(1) {
    margin: 0;
    float: left;
  }
}
.index-solution .content .content-item-box .item li:nth-child(3) {
  float: right;
}
@media screen and (max-width: 1199px) {
  .index-solution .content .content-item-box .item li:nth-child(3) {
    float: left;
  }
}
.index-solution .content .content-item-box .active {
  display: block;
}
.index-new {
  position: relative;
  overflow: hidden;
  padding: 70px 0 50px;
}

@media screen and (max-width: 991px) {
  .index-new {
    padding: 70px 0;
  }
}
@media screen and (max-width: 767px) {
  .index-new {
    padding: 30px 0 20px;
  }
}
@media screen and (max-width: 400px) {
  .index-new {
    padding: 30px 0 5px;
  }
}
.index-new .content {
  width: 100%;
  max-width: 1410px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width:1439px) {
  .index-new .content {
    max-width: 1170px;
  }
}
@media screen and (max-width:1199px) {
  .index-new .content {
    max-width: 970px;
  }
}
@media screen and (max-width:991px) {
  .index-new .content {
    max-width: 750px;
  }
}
@media screen and (max-width: 767px) {
  .index-new .content {
    display: block;
    position: relative;
    padding: 0 15px;
  }
}
.index-new .content .new-title {
  display: inline-block;
  width: 23.5625%;
  /* padding-left: 8.84375%; */
}
@media screen and (max-width: 767px) {
  .index-new .content .new-title {
    display: block;
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
}
.index-new .content .new-title .title {
  padding-bottom: 15px;
}
.index-new .content .new-title .title b {
  display: block;
  padding-bottom: 10px;
  font-size: 32px;
  line-height: 1.125;
  font-weight: 700;
  color: #000000;
}
@media screen and (max-width: 1199px) {
  .index-new .content .new-title .title b {
    font-size: 27px;
  }
}
@media screen and (max-width: 991px) {
  .index-new .content .new-title .title b {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .index-new .content .new-title .title b {
    font-size: 18px;
  }
}
.index-new .content .new-title .title p {
  font-size: 16px;
  line-height: 1.75;
  color: #999999;
}
@media screen and (max-width: 1199px) {
  .index-new .content .new-title .title p {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .index-new .content .new-title .title p {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .index-new .content .new-title .title p {
    font-size: 13px;
  }
}
.index-new .content .new-title .pic-btn {
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .index-new .content .new-title .pic-btn {
    display: none;
  }
}
.index-new .content .new-title .pic-btn a {
  position: relative;
  float: left;
  display: block;
  margin-right: 10px;
  width: 36px;
  height: 36px;
  border: 1px solid #ececec;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
@media screen and (min-width: 1200px) {
  .index-new .content .new-title .pic-btn a:hover {
    background-color: #f37121;
    border-color: #f37121;
  }
  .index-new .content .new-title .pic-btn a:hover::before {
    color: #fff;
  }
}
.index-new .content .new-title .pic-btn a::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e9b5';
  color: #d0d0d0;
  font-size: 20px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.index-new .content .new-title .pic-btn a:nth-child(2)::before {
  content: '\e72f';
}
.index-new .content .new-title > a {
  display: inline-block;
  font-size: 14px;
  line-height: 2.57142857;
  color: #999999;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
@media screen and (max-width: 767px) {
  .index-new .content .new-title > a {
    margin-bottom: 20px;
    padding: 5px 15px;
    line-height: 1;
    color: #f37121;
    border: 1px solid #f37121;
  }
}
@media screen and (min-width: 1200px) {
  .index-new .content .new-title > a:hover {
    color: #f37121;
    text-decoration: underline;
  }
}
.index-new .content .index-new-slick {
  width: 73.4375%;
  /* margin-right: 3%; */
}
@media screen and (max-width: 767px) {
  .index-new .content .index-new-slick {
    position: relative;
    margin-right: 0;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .index-new .content .index-new-slick {
    min-height: 275px;
  }
}
@media screen and (max-width: 400px) {
  .index-new .content .index-new-slick {
    min-height: 250px;
  }
}
.index-new .content .index-new-slick .slick-list {
  margin: 0 -15px;
}
@media screen and (max-width: 1439px) {
  .index-new .content .index-new-slick .slick-list {
    margin: 0 -10px;
  }
}
@media screen and (max-width: 991px) {
  .index-new .content .index-new-slick .slick-list {
    margin: 0 -5px;
  }
}
.index-new .content .index-new-slick .slick-list .item {
  padding: 0 15px;
}
@media screen and (max-width: 1439px) {
  .index-new .content .index-new-slick .slick-list .item {
    padding: 0 10px;
  }
}
@media screen and (max-width: 991px) {
  .index-new .content .index-new-slick .slick-list .item {
    padding: 0 5px;
  }
}
.index-new .content .index-new-slick .slick-list .item .pic {
  display: block;
}
.index-new .content .index-new-slick .slick-list .item .pic .img-box {
  padding-bottom: 60.60606061%;
}
.index-new .content .index-new-slick .slick-list .item .txt-box .title {
  padding: 20px 0 10px;
}
@media screen and (max-width: 1199px) {
  .index-new .content .index-new-slick .slick-list .item .txt-box .title {
    padding: 25px 0 10px;
  }
}
@media screen and (max-width: 991px) {
  .index-new .content .index-new-slick .slick-list .item .txt-box .title {
    padding: 15px 0 5px;
  }
}
@media screen and (max-width: 767px) {
  .index-new .content .index-new-slick .slick-list .item .txt-box .title {
    padding: 10px 0 5px;
  }
}
.index-new .content .index-new-slick .slick-list .item .txt-box .title a {
  display: inline-block;
  margin-bottom: 5px;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 18px;
  line-height: 1.33333333;
  color: #000;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
@media screen and (max-width: 991px) {
  .index-new .content .index-new-slick .slick-list .item .txt-box .title a {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .index-new .content .index-new-slick .slick-list .item .txt-box .title a {
    font-size: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .index-new .content .index-new-slick .slick-list .item .txt-box .title a:hover {
    color: #f37121;
  }
}
.index-new .content .index-new-slick .slick-list .item .txt-box .title span {
  display: block;
  font-size: 16px;
  line-height: 1.5625;
  color: #000;
  opacity: 0.5;
}
@media screen and (max-width: 991px) {
  .index-new .content .index-new-slick .slick-list .item .txt-box .title span {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .index-new .content .index-new-slick .slick-list .item .txt-box .title span {
    font-size: 12px;
  }
}
.index-new .content .index-new-slick .slick-list .item .txt-box .txt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .index-new .content .index-new-slick .slick-list .item .txt-box .txt {
    -webkit-line-clamp: 2;
  }
}
.index-new .content .index-new-slick .slick-list .item .txt-box .txt p {
  font-size: 14px;
  line-height: 1.71428571;
  color: #000;
}
@media screen and (max-width: 767px) {
  .index-new .content .index-new-slick .slick-arrow {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    font-size: 0;
    background-color: #f37121;
    z-index: 2;
  }
  .index-new .content .index-new-slick .slick-arrow::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e9b5';
    color: #fff;
    font-size: 20px;
  }
}
.index-new .content .index-new-slick .slick-prev {
  left: 0;
}
.index-new .content .index-new-slick .slick-next {
  right: 0;
}
.index-new .content .index-new-slick .slick-next::before {
  content: '\e72f';
}
.index-cooperation {
  /* padding: 65px 0; */
  padding-bottom: 65px;
  background-color: #f6f6f6;
}
@media screen and (max-width: 991px) {
  .index-cooperation {
    /* padding: 70px 0 60px; */
    padding: 0 0 45px;
  }
}
@media screen and (max-width: 767px) {
  .index-cooperation {
    /* padding: 30px 0; */
    padding: 0 0 30px;
  }
}
.index-cooperation .content .index-cooperation-slick {
  /* padding-top: 55px; */
}
@media screen and (max-width:1199px) {
  .index-cooperation .content .index-cooperation-slick {
    /* padding-top: 35px; */
  }
}
.index-cooperation .content .index-cooperation-slick .slick-list{
  margin: 0 -15px;
}
.index-cooperation .content .index-cooperation-slick .slick-list .item {
  padding: 0 15px;
  margin-bottom: 25px;
}
@media screen and (max-width:767px) {
  .index-cooperation .content .index-cooperation-slick .slick-list{
    margin: 0 -5px;
  }
  .index-cooperation .content .index-cooperation-slick .slick-list .item {
    padding: 0 5px;
    margin-bottom: 10px;
  }
}
.index-cooperation .content .index-cooperation-slick .slick-list .item .img-box {
  padding-bottom: 42.85714285714286%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.06);
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
@media screen and (min-width: 1200px) {
  /* .index-cooperation .content .index-cooperation-slick .slick-list .item .img-box:hover img{
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
  }
  .index-cooperation .content .index-cooperation-slick .slick-list .item .img-box img{
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    transition: all .2s;
    -webkit-transition: all .2s;
  } */
}
.about-bar,
.new-bar,
.contact-bar {
  text-align: center;
  margin: 0 -8px;
  padding: 40px 0;
}
@media screen and (max-width: 1199px) {
  .about-bar,
  .new-bar,
  .contact-bar {
    padding: 35px 0;
    margin: 0 -15px;
  }
}
@media screen and (max-width: 991px) {
  .about-bar,
  .new-bar,
  .contact-bar {
    padding: 30px 0;
    margin: 0 -10px;
  }
}
@media screen and (max-width: 767px) {
  .about-bar,
  .new-bar,
  .contact-bar {
    padding: 25px 0;
    margin: 0 -5px;
  }
}
.about-bar li,
.new-bar li,
.contact-bar li {
  display: inline-block;
  padding: 0 8px;
  margin-bottom: 5px;
}
@media screen and (max-width: 1199px) {
  .about-bar li,
  .new-bar li,
  .contact-bar li {
    padding: 0 15px;
  }
}
@media screen and (max-width: 991px) {
  .about-bar li,
  .new-bar li,
  .contact-bar li {
    padding: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .about-bar li,
  .new-bar li,
  .contact-bar li {
    padding: 0 5px;
  }
}
.about-bar li a,
.new-bar li a,
.contact-bar li a {
  display: block;
  padding: 4px 20px;
  font-size: 20px;
  line-height: 1.8;
  color: #999999;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
@media screen and (max-width: 1199px) {
  .about-bar li a,
  .new-bar li a,
  .contact-bar li a {
    padding: 3px 18px;
    font-size: 18px;
  }
}
@media screen and (max-width: 991px) {
  .about-bar li a,
  .new-bar li a,
  .contact-bar li a {
    line-height: 1.7;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .about-bar li a,
  .new-bar li a,
  .contact-bar li a {
    padding: 3px 20px;
    font-size: 14px;
  }
}
.contact-bar li a{
    background-color: rgba(243, 113, 33, 0.1);
    color: #f37121;
    font-weight: 700;
}
@media screen and (min-width: 1200px) {
  .about-bar li a:hover,
  .new-bar li a:hover,
  .contact-bar li a:hover {
    background-color: rgba(243, 113, 33, 0.1);
    color: #f37121;
    font-weight: 700;
  }
}
.about-bar .active a,
.new-bar .active a,
.contact-bar .active a {
  background-color: rgba(243, 113, 33, 0.1);
  color: #f37121;
  font-weight: 700;
}
@media screen and (min-width: 1200px) {
  .new-bar {
    padding: 40px 0 45px;
  }
}
@media screen and (min-width: 1200px) {
  .contact-bar {
    padding: 40px 0 50px;
  }
}
@media screen and (max-width:480px) {
  .about .about-bar{
    padding-bottom: 10px !important;
  }
}
.about {
  overflow: hidden;
}
.about .info .title{
  padding: 35px 0 5px;
}
@media screen and (max-width:767px) {
  .about .info .title{
    padding: 20px 0 5px;
  }
}
.about .info .title b{
  display: block;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width:991px) {
  .about .info .title b{
    font-size: 18px;
  }
}
@media screen and (max-width:767px) {
  .about .info .title b{
    font-size: 16px;
  }
}
.about .info p{
  font-size: 16px;
  line-height:1.875;
  color: #686868;
}
@media screen and (max-width:767px) {
  .about .info p{
    font-size: 14px;
  }
}
.about .info p img{
  max-width: 100%;
  height: auto;
}
.about .info .item-honor .title{
  padding: 0;
}
.about .info .item-honor .title b{
  padding: 35px 0 5px;
}
@media screen and (max-width:767px) {
  .about .info .item-honor .title b{
    padding: 20px 0 10px;
  }
}
.about .info .item-honor .content {
  margin: 0 -20px;
  padding-bottom: 30px;
}
@media screen and (max-width:991px) {
  .about .info .item-honor .content {
    padding-bottom: 20px;
  }
}
.about .info .item-honor .content li{
  float: left;
  width: 33.3333333333333333333%;
  padding:0 20px;
  font-size: 16px;
  line-height: 2.2;
}
@media screen and (max-width:1439px) {
  .about .info .item-honor .content li{
    padding:0 10px;
  }
  .about .info .item-honor .content {
    margin: 0 -10px;
  }
}
@media screen and (max-width:1199px) {
  .about .info .item-honor .content li{
    width: 50%;
  }
}
@media screen and (max-width:991px) {
  .about .info .item-honor .content li{
    font-size: 15px;
  }
}
@media screen and (max-width:767px) {
  .about .info .item-honor .content li{
    width: 50%;
    min-height: 45px;
    line-height: 1.3;
  }
}
@media screen and (max-width:450px) {
  .about .info .item-honor .content li{
    width: 100%;
    min-height: 0;
    margin-bottom: 10px;
  }
} 
.about .info .item-honor .content li p{
  position: relative;
  padding-left: 17px;
  line-height: inherit;
}
@media screen and (max-width:1439px) {
  .about .info .item-honor .content li p{
    font-size: 15px;
  }
}
.about .info .item-honor .content li p::before{
  content: '';
  position: absolute;
  top: 15px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #f47c39;
}
@media screen and (max-width:1439px){
  .about .info .item-honor .content li p::before{
    top:13px;
  }
}
@media screen and (max-width:767px){
  .about .info .item-honor .content li p::before{
    top:6px;
  }
}
/* @media screen and (min-width:992px) {
  .about .info .item-honor .content li:nth-child(4n){
    padding-right: 0;
  }
} */
@media screen and (min-width:768px) and (max-width:991px) {
  .about .info .item-honor .content li:nth-child(3n){
    padding-right: 0;
  }
}
@media screen and (min-width:449) and (max-width:767px) {
  .about .info .item-honor .content li:nth-child(2n){
    padding-right: 0;
  }
}
@media screen and (max-width:450px){
  .about .info .item-honor .content li{
    padding-right: 0;
  }
}
.about .info .pic li{
  margin-bottom: 15px;
}
.about .info .pic li:last-child{
  margin-bottom: 0;
}
.about .info .pic li .img-box{
  padding-bottom: 35.81560283687943%;
}
.about .num {
  text-align: left;
  padding: 22px 0;
  margin: 57px 0 75px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.06);
}
@media screen and (max-width: 1199px) {
  .about .num {
    padding: 22px 0 15px 10px;
  }
}
@media screen and (max-width: 991px) {
  .about .num {
    padding: 35px 0 15px 5px;
    margin: 30px 50px;
  }
}
@media screen and (max-width: 767px) {
  .about .num {
    box-shadow: none;
    padding: 0;
    margin: 40px 0 10px;
  }
}
@media screen and (max-width: 400px) {
  .about .num {
    margin: 25px 0 10px;
  }
}
.about .num li {
  position: relative;
  float: left;
  width: 28.08%;
  padding-left: 92px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
@media screen and (max-width: 1199px) {
  .about .num li {
    padding-left: 70px;
  }
}
@media screen and (max-width: 991px) {
  .about .num li {
    min-height: 120px;
  }
}
@media screen and (max-width: 767px) {
  .about .num li {
    padding-left: 55px;
  }
}
@media screen and (max-width: 600px) {
  .about .num li {
    padding-left: 0;
    padding-top: 65px;
    text-align: center;
    margin-bottom: 15px;
  }
}
@-webkit-keyframes narrow {
  0% {
    transform: rotateZ(0);
  }
  25% {
    transform: rotateZ(20deg);
  }
  50% {
    transform: rotateZ(0);
  }
  75% {
    transform: rotateZ(20deg);
  }
  100% {
    transform: rotateZ(0);
  }
}
@keyframes narrow {
  0% {
    transform: rotateZ(0);
  }
  25% {
    transform: rotateZ(20deg);
  }
  50% {
    transform: rotateZ(0);
  }
  75% {
    transform: rotateZ(20deg);
  }
  100% {
    transform: rotateZ(0);
  }
}
@media screen and (min-width: 1200px) {
  .about .num li:hover::before {
    -webkit-animation: narrow 1s 0s ease both;
    animation: narrow 1s 0s ease both;
  }
}
.about .num li::before {
  position: absolute;
  top: 1px;
  left: 0;
  width: 80px;
  height: 80px;
  text-align: center;
  line-height: 80px;
  border-radius: 50%;
  border: 1px dashed #e0e0e0;
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e649';
  color: #f37121;
  font-size: 35px;
}
@media screen and (max-width: 1199px) {
  .about .num li::before {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .about .num li::before {
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  .about .num li::before {
    width: 50px;
    height: 50px;
    line-height: 50px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
.about .num li b {
  display: block;
}
.about .num li b span {
  display: inline-block;
  font-size: 52px;
  line-height: 1;
  font-weight: 700;
  color: #f37121;
}
@media screen and (max-width: 1439px) {
  .about .num li b span {
    font-size: 45px;
  }
}
@media screen and (max-width: 1199px) {
  .about .num li b span {
    font-size: 35px;
  }
}
@media screen and (max-width: 767px) {
  .about .num li b span {
    font-size: 30px;
  }
}
@media screen and (max-width: 600px) {
  .about .num li b span {
    font-size: 35px;
  }
}
.about .num li b sup {
  top: -27px;
  right: -8px;
  font-size: 24px;
  line-height: 1.33333333;
  color: #f37121;
  font-weight: 400;
  z-index: 2;
}
@media screen and (max-width: 1199px) {
  .about .num li b sup {
    top: -20px;
    right: -5px;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .about .num li b sup {
    top: -15px;
    right: -5px;
    font-size: 14px;
  }
}
.about .num li p {
  font-size: 16px;
  line-height: 2;
  color: #666666;
}
@media screen and (max-width: 1439px) {
  .about .num li p {
    font-size: 13px;
  }
}
@media screen and (max-width: 1199px) {
  .about .num li p {
    font-size: 12px;
  }
}
@media screen and (max-width: 600px) {
  .about .num li p {
    font-size: 15px;
  }
}
.about .num li:nth-child(1) {
  margin-left: 2%;
}
@media screen and (max-width: 1199px) {
  .about .num li:nth-child(1) {
    margin-left: 0;
    width: 30%;
  }
}
@media screen and (max-width: 991px) {
  .about .num li:nth-child(1) {
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .about .num li:nth-child(1) {
    width: 100%;
  }
}
.about .num li:nth-child(2) {
  width: 22.46808511%;
}
@media screen and (max-width: 1199px) {
  .about .num li:nth-child(2) {
    width: 22%;
  }
}
@media screen and (max-width: 991px) {
  .about .num li:nth-child(2) {
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .about .num li:nth-child(2) {
    width: 100%;
  }
}
.about .num li:nth-child(2)::before {
  content: '\e64c';
}
.about .num li:nth-child(3) {
  width: 22.41134752%;
}
@media screen and (max-width: 1199px) {
  .about .num li:nth-child(3) {
    margin-left: 0;
    width: 23%;
  }
}
@media screen and (max-width: 991px) {
  .about .num li:nth-child(3) {
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .about .num li:nth-child(3) {
    width: 100%;
  }
}
.about .num li:nth-child(3)::before {
  content: '\e62e';
}
.about .num li:nth-child(4) {
  width: 24.96453901%;
}
@media screen and (max-width: 1199px) {
  .about .num li:nth-child(4) {
    margin-left: 0;
    width: 25%;
  }
}
@media screen and (max-width: 991px) {
  .about .num li:nth-child(4) {
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .about .num li:nth-child(4) {
    width: 100%;
  }
}
.about .num li:nth-child(4)::before {
  content: '\e648';
}
.about-honor {
  padding-bottom: 55px;
}
@media screen and (max-width:1199px) {
  .about-honor {
    padding-bottom: 45px;
  }
}
@media screen and (max-width:991px) {
  .about-honor {
    padding-bottom: 35px;
  }
}
@media screen and (max-width:767px) {
  .about-honor {
    padding-bottom: 25px;
  }
}
.about-honor .honor-list {
  padding-bottom: 2px;
  margin: 0 -7.5px;
}
.about-honor .honor-list li{
  padding: 0 7.5px;
}
@media screen and (max-width: 767px) {
  .about-honor .honor-list {
    margin: 0 -5px;
  }
}
@media screen and (max-width: 767px) {
  .about-honor .honor-list li {
    padding: 0 5px;
  }
}
@media screen and (max-width: 450px) {
  .about-honor .honor-list li {
    width: 100%;
  }
}
.about-honor .honor-list li .item {
  display: block;
}
.about-honor .honor-list li .item .pic .img-box {
  padding-bottom: 72.72727273%;
}
.about-honor .honor-list li .item .txt {
  margin: 13px 0 15px;
  min-height: 46px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .about-honor .honor-list li .item .txt {
    margin: 5px 0;
    min-height: 50px;
  }
}
@media screen and (max-width: 450px) {
  .about-honor .honor-list li .item .txt {
    padding: 15px 0;
    margin: 0;
    min-height: 0;
    -webkit-line-clamp: 6;
  }
}
.about-honor .honor-list li .item .txt p {
  font-size: 13px;
  line-height: 1.75;
  color: #000000;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .about-honor .honor-list li .item .txt p {
    font-size: 14px;
  }
}
.about-research,
.about-service{
  overflow: hidden;
}
.about-research .research-list,
.about-service .research-list {
  padding-bottom: 75px;
}
@media screen and (max-width: 1199px) {
  .about-research .research-list,
  .about-service .research-list {
    padding-bottom: 55px;
  }
}
@media screen and (max-width: 991px) {
  .about-research .research-list,
  .about-service .research-list {
    padding-bottom: 45px;
  }
}
@media screen and (max-width: 767px) {
  .about-research .research-list,
  .about-service .research-list {
    padding-bottom: 35px;
  }
}
.about-research .research-list li,
.about-service .research-list li {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.about-research .research-list li:last-child,
.about-service .research-list li:last-child{
margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .about-research .research-list li,
  .about-service .research-list li {
    display: block;
    margin-bottom:20px;
  }
}
.about-research .research-list li .pic,
.about-service .research-list li .pic {
  width: 28.36879433%;
}
@media screen and (max-width: 767px) {
  .about-research .research-list li .pic,
  .about-service .research-list li .pic {
    width: 100%;
    margin-bottom: 15px;
  }
}
.about-research .research-list li .pic .img-box,
.about-service .research-list li .pic .img-box {
  padding-bottom: 67.5%;
}
.about-research .research-list li .txt,
.about-service .research-list li .txt {
  width: 71.63120567%;
  padding-left: 4.25531915%;
}
@media screen and (max-width: 767px) {
  .about-research .research-list li .txt,
  .about-service .research-list li .txt {
    padding-left: 0;
    width: 100%;
  }
}
.about-research .research-list li .txt p,
.about-service .research-list li .txt p {
  font-size: 16px;
  line-height: 1.75;
  color: #686868;
}
@media screen and (max-width: 991px) {
  .about-research .research-list li .txt p,
  .about-service .research-list li .txt p {
    font-size: 14px;
  }
}
.about-research .research-list li:nth-child(even),
.about-service .research-list li:nth-child(even) {
  flex-direction: row-reverse;
}
.about-research .research-list li:nth-child(even) .txt,
.about-service .research-list li:nth-child(even) .txt {
  padding-right: 4.25531915%;
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .about-research .research-list li:nth-child(even) .txt,
  .about-service .research-list li:nth-child(even) .txt {
    padding-right: 0;
  }
}
.common-page-nav > li {
  margin-bottom: 10px;
}
.common-page-nav > li > a {
  position: relative;
  display: block;
  padding: 14px 30px;
  font-size: 16px;
  line-height: 2;
  color: #000;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.common-page-nav > li > a::before {
  position: absolute;
  top: 13px;
  left: 32px;
  content: '>';
  color: #fff;
  padding-right: 5px;
  opacity: 0;
}
@media screen and (min-width: 1200px) {
  .common-page-nav > li > a:hover {
    background-color: #f37121;
    padding-left: 45px;
    color: #fff;
  }
  .common-page-nav > li > a:hover::before {
    opacity: 1;
  }
}
.common-page-nav > li .page-nav-second {
  display: none;
  padding: 20px 0;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.common-page-nav > li .page-nav-second > li > a {
  position: relative;
  display: block;
  padding: 9px 65px;
  padding-right: 20px;
  font-size: 16px;
  line-height: 2;
  color: #666666;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
@media screen and (min-width: 1200px) {
  .common-page-nav > li .page-nav-second > li > a:hover {
    background-color: rgba(243, 113, 33, 0.1);
    color: #000;
  }
  .common-page-nav > li .page-nav-second > li > a:hover::before {
    opacity: 1;
  }
}
.common-page-nav > li .page-nav-second > li > a::before {
  position: absolute;
  top: 9px;
  left: 50px;
  content: '>';
  color: #f6996c;
  opacity: 0;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
@media screen and (min-width: 1200px) {
  .common-page-nav > li .page-nav-second > .active > a,
  .common-page-nav > li .page-nav-second .second-active > a {
    background-color: rgba(243, 113, 33, 0.1);
    color: #000;
  }
  .common-page-nav > li .page-nav-second > .active > a::before,
  .common-page-nav > li .page-nav-second .second-active > a::before  {
    opacity: 1;
  }
}
@media screen and (max-width: 1199px) {
  .common-page-nav > li .page-nav-second > .active > a {
    color: #f37121;
    text-decoration: underline;
  }
}
@media screen and (min-width: 1200px) {
  .common-page-nav > .active > a {
    background-color: #f37121;
    padding-left: 45px;
    color: #fff;
  }
  .common-page-nav > .active > a::before {
    opacity: 1;
  }
}
@media screen and (min-width: 1200px) {
  .common-page-nav .first-active > a {
    background-color: #f37121;
    padding-left: 45px;
    color: #fff;
  }
  .common-page-nav .first-active > a::before {
    opacity: 1;
  }
}
@media screen and (max-width: 1199px) {
  .have-second-xs > li {
    float: none;
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
  }
  .have-second-xs > li:last-child{
    margin-bottom: 0;
  }
  .have-second-xs > li::after {
    display: none;
  }
  .have-second-xs > li > a {
    padding: 5px 0;
    line-height: 1.6;
    text-align: center;
  }
  .have-second-xs > li > a::before {
    display: none;
  }
  .have-second-xs > li .page-nav-second {
    padding: 10px 0;
    background-color: transparent;
    box-shadow: none;
    display: block;
    text-align: center;
  }
  .have-second-xs > li .page-nav-second li {
    display: inline-block;
  }
  .have-second-xs > li .page-nav-second li a {
    display: block;
    padding: 5px 10px;
    line-height: 1.5;
  }
  .have-second-xs > li .page-nav-second li a::before {
    display: none;
  }
  .have-second-xs > .active > a {
    background-color: #f37121;
    color: #fff;
  }
}
@media screen and (max-width: 1199px) {
  .not-have-second > li {
    float: left;
  }
  .not-have-second > li > a {
    display: inline-block;
    padding: 5px 10px;
    line-height: 1.5;
    font-size: 16px;
    box-shadow: none;
  }
  .not-have-second > li::after {
    content: '/';
    padding: 0 5px;
  }
  .not-have-second > li::before {
    display: none;
  }
  .not-have-second > .active > a {
    color: #f37121;
    text-decoration: underline;
  }
}
@media screen and (max-width: 991px) {
  .not-have-second > li {
    margin-bottom: 10px;
  }
  .not-have-second > li > a {
    padding: 2px 6px;
    font-size: 14px;
  }
  .not-have-second > li::after {
    content: '/';
    padding: 0 3px;
  }
}
.common-page-nav > li .page-nav-second .page-nav-third{
  display: none;

}
.common-page-nav > li .page-nav-second .page-nav-third li{
  margin: 2px 0;
}
.common-page-nav > li .page-nav-second .page-nav-third li a{
  position: relative;
  display: block;
  padding: 6px 70px;
  padding-right: 20px;
  font-size: 14px;
  line-height: 1.5;
  color: #666666;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.common-page-nav > li .page-nav-second .page-nav-third li a:hover{
  background-color: rgba(243, 113, 33, 0.1);
  color: #000;
}
.common-page-nav > li .page-nav-second .page-nav-third .active a{
  background-color: rgba(243, 113, 33, 0.1);
  color: #000;
}
.common-page {
  padding: 75px 0;
}
@media screen and (max-width: 991px) {
  .common-page {
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .common-page {
    padding: 30px 0;
  }
}
.common-page .item-list {
  padding-bottom: 30px;
}
@media screen and (max-width: 1199px) {
  .common-page .item-list {
    padding: 25px 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .common-page .item-list {
    padding: 5px 0 10px;
  }
}
@media screen and (max-width: 600px) {
  .common-page .item-list {
    margin: 0 -5px;
  }
}
.common-page .item-list li {
  /* overflow: hidden; */
  padding-bottom: 40px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1199px) {
  .common-page .item-list li {
    padding: 10px 15px 40px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 600px) {
  .common-page .item-list li {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media screen and (max-width: 400px) {
  .common-page .item-list li {
    width: 100%;
  }
}
.common-page .item-list li .item {
  position: relative;
  padding: 10px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 1200px) {
  /* .common-page .item-list li .item:hover .item-name {
    top: 150%;
  }
  .common-page .item-list li .item:hover .txt-box {
    top: 20px;
  } */
}
.common-page .item-list li .item .pic {
  display: block;
}
.common-page .item-list li .item .pic .img-box img {
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.common-page .item-list li .item .item-name {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 87.87878788%;
  padding: 0 10px;
  background-color: rgba(243,113,33,.8);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.06);
  z-index: 2;
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
}
.common-page .item-list li .item .item-name a {
  display: block;
  font-size: 16px;
  line-height: 3.75;
  color: #fff;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media screen and (max-width: 1439px) {
  .common-page .item-list li .item .item-name a {
    line-height: 3;
  }
}
@media screen and (max-width: 767px) {
  .common-page .item-list li .item .item-name a {
    font-size: 14px;
  }
}
@media screen and (max-width: 600px) {
  .common-page .item-list li .item .item-name a {
    font-size: 12px;
  }
}
.common-page .item-list li .item .txt-box {
  position: absolute;
  top: 130%;
  left: 50%;
  transform: translateX(-50%);
  width: 87.87878788%;
  height: 102.12121212%;
  padding: 50px 30px 13px;
  background-color: rgba(243, 113, 33, 0.95);
  text-align: center;
  z-index: 3;
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
}
@media screen and (max-width: 1439px) {
  .common-page .item-list li .item .txt-box {
    padding: 20px;
  }
}
.common-page .item-list li .item .txt-box a:nth-child(1) {
  margin-bottom: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  word-break: break-word;
  font-size: 20px;
  font-weight: 700;
  font-weight: 700;
  color: #fff;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
@media screen and (max-width: 1439px) {
  .common-page .item-list li .item .txt-box a:nth-child(1) {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .common-page .item-list li .item .txt-box a:nth-child(1):hover {
    text-decoration: underline;
  }
}
.common-page .item-list li .item .txt-box .txt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.common-page .item-list li .item .txt-box .txt p {
  font-size: 14px;
  line-height: 2;
  color: #fff;
}
.common-page .item-list li .item .txt-box a:nth-child(3) {
  display: inline-block;
  margin-top: 35px;
  font-size: 16px;
  color: #fff;
  line-height: 2;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
@media screen and (max-width: 1439px) {
  .common-page .item-list li .item .txt-box a:nth-child(3) {
    margin-top: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .common-page .item-list li .item .txt-box a:nth-child(3):hover {
    text-decoration: underline;
  }
}
.common-details {
  padding: 75px 0 ;
}
/* @media screen and (max-width: 1199px) {
  .common-details {
    padding: 70px 0 90px;
  }
} */
@media screen and (max-width: 991px) {
  .common-details {
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .common-details {
    padding: 30px 0;
  }
}
.common-details .info {
  overflow: hidden;
  padding: 27px 30px 54px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1199px) {
  .common-details .info {
    margin: 20px 0;
  }
}
@media screen and (max-width: 991px) {
  .common-details .info {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .common-details .info {
    padding: 20px 10px;
    margin: 20px 0 0;
  }
}
.common-details .info .left {
  float: left;
  width: 42.82828283%;
}
@media screen and (max-width: 991px) {
  .common-details .info .left {
    float: none;
    width: 100%;
  }
}
.common-details .info .left .slider-for {
  padding-bottom: 9px;
}
.common-details .info .left .slider-for .slick-list .item {
  position: relative;
}
.common-details .info .left .slider-for .slick-list .item i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  cursor: pointer;
}
@media screen and (min-width: 1200px) {
  .common-details .info .left .slider-for .slick-list .item i:hover::before {
    color: #f37121;
  }
}
.common-details .info .left .slider-for .slick-list .item i::before {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e651';
  color: #fff;
  font-size: 55px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
@media screen and (max-width: 1199px) {
  .common-details .info .left .slider-for .slick-list .item i::before {
    font-size: 45px;
  }
}
.common-details .info .left .slider-nav .slick-list {
  margin: 0 -8.5px;
  margin-bottom: -5px;
}
.common-details .info .left .slider-nav .slick-list .item {
  position: relative;
  padding: 0 8.5px;
}
.common-details .info .left .slider-nav .slick-list .item .img-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #f37121;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  z-index: 2;
  opacity: 0;
}
.common-details .info .left .slider-nav .slick-list .item i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  cursor: pointer;
}
@media screen and (min-width: 1200px) {
  .common-details .info .left .slider-nav .slick-list .item i:hover::before {
    color: #f37121;
  }
}
.common-details .info .left .slider-nav .slick-list .item i::before {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e651';
  color: #fff;
  font-size: 30px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
@media screen and (max-width: 1199px) {
  .common-details .info .left .slider-nav .slick-list .item i::before {
    font-size: 25px;
  }
}
.common-details .info .left .slider-nav .slick-list .slick-current .item .img-box::before {
  opacity: 1;
}
.common-details .info .right {
  float: right;
  width: 53.03030303%;
}
@media screen and (max-width: 991px) {
  .common-details .info .right {
    float: none;
    width: 100%;
  }
}
.common-details .info .right .title {
  padding-top: 10px;
  padding-bottom: 25px;
}
@media screen and (max-width: 991px) {
  .common-details .info .right .title {
    padding-top: 25px;
    padding-bottom: 20px;
  }
}
.common-details .info .right .title b {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  color: #999999;
}
@media screen and (max-width: 1199px) {
  .common-details .info .right .title b {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .common-details .info .right .title b {
    font-size: 12px;
  }
}
.common-details .info .right .title h4 {
  margin: 0;
  font-size: 28px;
  line-height: 1.42857143;
  color: #000000;
  font-weight: 700;
}
@media screen and (max-width: 1199px) {
  .common-details .info .right .title h4 {
    font-size: 23px;
  }
}
@media screen and (max-width: 767px) {
  .common-details .info .right .title h4 {
    font-size: 20px;
  }
}
.common-details .info .right .txt p {
  font-size: 16px;
  line-height: 2;
  color: #000000;
}
.common-details .info .right > a {
  display: inline-block;
  margin-top: 25px;
  padding: 8px 58px;
  font-size: 16px;
  line-height: 1.5;
  color: #ffffff;
  background-color: #f37121;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
@media screen and (max-width: 767px) {
  .common-details .info .right > a {
    padding: 3px 30px;
    font-size: 14px;
    margin-top: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .common-details .info .right > a:hover {
    opacity: 0.7;
  }
}
.common-details .item-details {
  padding-top: 70px;
}
@media screen and (max-width: 1199px) {
  .common-details .item-details {
    padding-top: 60px;
  }
}
@media screen and (max-width: 991px) {
  .common-details .item-details {
    padding-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .common-details .item-details {
    padding-top: 30px;
  }
}
.common-details .item-details .title {
  padding-bottom: 20px;
}
.common-details .item-details .title b {
  display: block;
  font-size: 20px;
  line-height: 1.2;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .common-details .item-details .title b {
    font-size: 18px;
  }
}
.common-details .item-details .content p {
  font-size: 16px;
  line-height: 2;
  color: #686868;
}
@media screen and (max-width:767px) {
  .common-details .item-details .content p {
    font-size: 14px;
  }
}
.common-details .item-details .content p img {
  max-width: 100%;
  height: auto;
}
.common-details .item-details .content .table-box table tr,
.common-details .item-details .content .table-box table th,
.common-details .item-details .content .table-box table td {
  background-color: #fff !important;
}
.common-details .inquire {
  padding-top: 70px;
}
@media screen and (max-width: 1199px) {
  .common-details .inquire {
    padding-top: 60px;
  }
}
@media screen and (max-width: 991px) {
  .common-details .inquire {
    padding-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .common-details .inquire {
    padding-top: 30px;
  }
}
.common-details .inquire .title {
  padding-bottom: 20px;
}
.common-details .inquire .title b {
  display: block;
  font-size: 20px;
  line-height: 1.2;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .common-details .inquire .title b {
    font-size: 18px;
  }
}
.common-details .inquire .content p {
  padding-bottom: 42px;
  font-size: 16px;
  line-height: 1;
  color: #6d7378;
}
@media screen and (max-width: 1439px) {
  .common-details .inquire .content p {
    line-height: 1.5;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 1199px) {
  .common-details .inquire .content p {
    font-size: 14px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .common-details .inquire .content p {
    padding-bottom: 15px;
  }
}
.common-details .inquire .content form ul li input,
.common-details .inquire .content form ul li textarea {
  display: block;
  float: right;
  width: calc(100% - 50px);
  padding: 14px 22px;
  margin-bottom: 25px;
  background-color: #f6f5f5;
  font-size: 16px;
  line-height: 2;
  color: #6d7378;
}
.common-details .inquire .content form ul li span{
  float: left;
  font-size: 16px;
  line-height: 60px;
  color: #6d7378;
}
@media screen and (max-width: 1199px) {
  .common-details .inquire .content form ul li input,
  .common-details .inquire .content form ul li textarea {
    padding: 10px 20px;
    margin-bottom: 20px;
  }
  .common-details .inquire .content form ul li span{
    line-height: 52px;
 }
}
@media screen and (max-width: 991px) {
  .common-details .inquire .content form ul li input,
  .common-details .inquire .content form ul li textarea {
    padding: 6px 15px;
    margin-bottom: 15px;
  }
  .common-details .inquire .content form ul li span{
     line-height: 40px;
  }
}
@media screen and (max-width: 991px) {
  .common-details .inquire .content form ul li input,
  .common-details .inquire .content form ul li textarea {
    font-size: 14px;
  }
}
.common-details .inquire .content form ul li textarea {
  height: 250px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1199px) {
  .common-details .inquire .content form ul li textarea {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .common-details .inquire .content form ul li textarea {
    height: 200px;
  }
}
@media screen and (max-width: 1199px) {
  .common-details .inquire .content form ul li textarea {
    height: 180px;
  }
}
.common-details .inquire .content form ul li input::-webkit-input-placeholder,
.common-details .inquire .content form ul li textarea::-webkit-input-placeholder {
  color: #6d7378;
}
.common-details .inquire .content form ul li input:-o-placeholder,
.common-details .inquire .content form ul li textarea:-o-placeholder {
  color: #6d7378;
}
.common-details .inquire .content form ul li input::-moz-placeholder,
.common-details .inquire .content form ul li textarea::-moz-placeholder {
  color: #6d7378;
}
.common-details .inquire .content form ul li input:-ms-input-placeholder,
.common-details .inquire .content form ul li textarea:-ms-input-placeholder {
  color: #6d7378;
}
.common-details .inquire .content form ul li input:focus::-webkit-input-placeholder,
.common-details .inquire .content form ul li textarea:focus::-webkit-input-placeholder {
  color: #ababab;
}
.common-details .inquire .content form ul li input:focus::-o-placeholder,
.common-details .inquire .content form ul li textarea:focus::-o-placeholder {
  color: #ababab;
}
.common-details .inquire .content form ul li input:focus::-moz-placeholder,
.common-details .inquire .content form ul li textarea:focus::-moz-placeholder {
  color: #ababab;
}
.common-details .inquire .content form ul li input:focus::-ms-input-placeholder,
.common-details .inquire .content form ul li textarea:focus::-ms-input-placeholder {
  color: #ababab;
}
.common-details .inquire .content form ul li button {
  display: inline-block;
  overflow: hidden;
  position: relative;
  min-width: 190px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background-color: #f37121;
  z-index: 1;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
@media screen and (max-width: 1199px) {
  .common-details .inquire .content form ul li button {
    height: 45px;
    line-height: 45px;
  }
}
@media screen and (max-width: 991px) {
  .common-details .inquire .content form ul li button {
    height: 40px;
    line-height: 40px;
    min-width: 150px;
  }
}
@media screen and (max-width: 767px) {
  .common-details .inquire .content form ul li button {
    height: 35px;
    line-height: 35px;
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .common-details .inquire .content form ul li button:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5) inset;
  }
}
.common-details .inquire .content form ul li button::after {
  display: inline-block;
  margin-left: 20px;
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e63d';
  color: #fff;
}
@media screen and (max-width: 767px) {
  .common-details .inquire .content form ul li button::after {
    margin-left: 10px;
  }
}
.common-details .inquire .content form ul li:nth-child(1) input {
  background-color: #ececf0;
}
@media screen and (max-width: 1199px) {
  .common-details .inquire .content form ul li:nth-child(7) {
    text-align: center;
  }
}
.new {
  padding-bottom: 75px;
}
/* @media screen and (max-width: 1199px) {
  .new {
    padding-bottom: 45px;
  }
} */
@media screen and (max-width: 991px) {
  .new {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .new {
    padding-bottom: 30px;
  }
}
.new .news-lsit {
  padding-bottom: 40px;
}
@media screen and (max-width: 1199px) {
  .new .news-lsit {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 991px) {
  .new .news-lsit {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .new .news-lsit {
    padding-bottom: 10px;
  }
}
.new .news-lsit li {
  margin-bottom: 30px;
}
.new .news-lsit li .item {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  .new .news-lsit li .item {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 600px) {
  .new .news-lsit li .item {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  .new .news-lsit li .item:hover .pic img {
    transform: scale(1.1);
  }
  .new .news-lsit li .item:hover .txt-box {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  .new .news-lsit li .item:hover .txt-box .title a {
    color: #f37121;
  }
}
.new .news-lsit li .item .pic {
  position: relative;
  width: 47.82608696%;
}
@media screen and (max-width: 600px) {
  .new .news-lsit li .item .pic {
    width: 100%;
  }
}
.new .news-lsit li .item .pic .img-box {
  padding-bottom: 60.60606061%;
}
.new .news-lsit li .item .pic .img-box img {
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.new .news-lsit li .item .pic .date {
  position: absolute;
  top: 15px;
  right: -15px;
  background-color: #f37121;
  min-width: 70px;
  min-height: 60px;
  text-align: center;
  z-index: 2;
}
@media screen and (max-width: 1439px) {
  .new .news-lsit li .item .pic .date {
    min-width: 60px;
    min-height: 50px;
  }
}
@media screen and (max-width: 600px) {
  .new .news-lsit li .item .pic .date {
    right: 100%;
    top: 0;
    transform: translateX(100%);
  }
}
.new .news-lsit li .item .pic .date b {
  display: block;
  padding: 5px 0;
  font-weight: 400;
  font-size: 28px;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 1439px) {
  .new .news-lsit li .item .pic .date b {
    font-size: 20px;
  }
}
.new .news-lsit li .item .pic .date span {
  display: block;
  font-size: 14px;
  line-height: 3;
  /*line-height: 1;*/
  color: #ffffff;
}
@media screen and (max-width: 1439px) {
  .new .news-lsit li .item .pic .date span {
    font-size: 13px;
  }
}
.new .news-lsit li .item .txt-box {
  width: 52.17391304%;
  padding: 20px 0;
  padding-left: 4.34782609%;
  padding-right: 5.07246377%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
@media screen and (max-width: 1439px) {
  .new .news-lsit li .item .txt-box {
    padding: 15px 20px;
  }
}
@media screen and (max-width: 600px) {
  .new .news-lsit li .item .txt-box {
    padding: 20px 10px;
    width: 100%;
  }
}
.new .news-lsit li .item .txt-box .title a {
  max-width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  font-size: 17px;
  line-height: 1.5;
  color: #000;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
@media screen and (max-width:1439px) {
  .new .news-lsit li .item .txt-box .title a {
    -webkit-line-clamp: 4;
  }
}
@media screen and (max-width:767px) {
  .new .news-lsit li .item .txt-box .title a {
    font-size: 15px;
  }
}
.new .news-lsit li .item .txt-box .txt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
@media screen and (max-width: 1439px) {
  .new .news-lsit li .item .txt-box .txt {
    -webkit-line-clamp: 3;
  }
}
.new .news-lsit li .item .txt-box .txt p {
  font-size: 14px;
  line-height: 1.71428571;
  color: #666666;
}
.new-details {
  padding: 75px 0;
}
/* @media screen and (max-width: 1199px) {
  .new-details {
    padding: 40px 0 70px;
  }
} */
@media screen and (max-width: 991px) {
  .new-details {
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .new-details {
    padding: 30px 0;
  }
}
.new-details .title {
  text-align: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #eeeeee;
}
.new-details .title h1 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 28px;
  line-height: 1;
  font-weight: 400;
  color: #000000;
}
@media screen and (max-width: 991px) {
  .new-details .title h1 {
    font-size: 23px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 767px) {
  .new-details .title h1 {
    font-size: 18px;
  }
}
.new-details .title span {
  display: block;
  font-size: 16px;
  line-height: 1.5;
  color: #666666;
}
@media screen and (max-width: 991px) {
  .new-details .title span {
    font-size: 14px;
  }
}
.new-details .content {
  padding: 40px 0 27px;
}
@media screen and (max-width: 1199px) {
  .new-details .content {
    padding: 30px 0 25px;
  }
}
@media screen and (max-width: 991px) {
  .new-details .content {
    padding: 20px 0 25px;
  }
}
@media screen and (max-width: 767px) {
  .new-details .content {
    padding: 10px 0 20px;
  }
}
.new-details .content p {
  font-size: 16px;
  line-height: 2;
  color: #686868;
}
@media screen and (max-width:767px) {
  .new-details .content p {
    font-size: 14px;
  }
}
.new-details .content p img {
  max-width: 100%;
  height: auto;
}
.new-details .new-link p {
  max-width: 90%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
  line-height: 2;
  color: #666666;
}
@media screen and (max-width:767px) {
  .new-details .new-link p {
    font-size: 14px;
  }
}
.new-details .new-link p a {
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
@media screen and (min-width: 1200px) {
  .new-details .new-link p a:hover {
    color: #f37121;
  }
}
.new-details .new-link p:nth-child(1) {
  margin-bottom: 5px;
}
.contact {
  padding-bottom: 75px;
}
/* @media screen and (max-width: 1199px) {
  .contact {
    padding-bottom: 80px;
  }
} */
@media screen and (max-width: 991px) {
  .contact {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .contact {
    padding-bottom: 30px;
  }
}
/* .contact .content {
  overflow: hidden;
  background-color: #fff;
  padding: 60px;
  padding-left: 90px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
@media screen and (max-width: 1199px) {
  .contact .content {
    padding: 45px;
  }
} */
/* @media screen and (max-width: 991px) {
  .contact .content {
    padding: 35px;
  }
}
@media screen and (max-width: 767px) {
  .contact .content {
    padding: 20px;
  }
} */
.contact .content .info{
  margin: 75px 0;
}
@media screen and (max-width:991px) {
  .contact .content .info{
    margin: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .contact .content .info{
    margin: 30px 0;
  }
}
.contact .content .info .info-details{
  position: relative;
  float: left;
  width: 450px;
  padding: 40px;
  background-color: rgba(243,113,33,1);
  z-index: 1;
}
@media screen and (max-width:991px) {
  .contact .content .info .info-details{
    float: none;
    width: 100%;
    padding: 30px 10px;
  }
}
.contact .content .info .info-details::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  background-color: rgba(243,113,33,.55);
  z-index: -1;
}
.contact .content .info .info-details .info-txt::before,
.contact .content .info .info-details .info-txt::after{
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 30px);
  height: 1px;
  background-color:rgba(255,255,255,.5);
}
.contact .content .info .info-details .info-txt::before{
  top: 15px;
}
.contact .content .info .info-details .info-txt::after{
  bottom: 15px;
}
.contact .content .info .info-details .info-txt li {
  padding-left: 30px;
  padding-right: 10px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .contact .content .info .info-details .info-txt li {
    float: none;
    width: 100%;
    min-height: 0;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .contact .content .info .info-details .info-txt li:hover b::before {
    -webkit-animation: swing 1s 0s ease both;
    animation: swing 1s 0s ease both;
  }
}
.contact .content .info .info-details .info-txt li b {
  position: relative;
  display: inline-block;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #fff;
}
@-webkit-keyframes swing {
  0% {
    transform: translate(0, -50%) rotateZ(0);
  }
  25% {
    transform: translate(0, -50%) rotateZ(20deg);
  }
  50% {
    transform: translate(0, -50%) rotateZ(0);
  }
  75% {
    transform: translate(0, -50%) rotateZ(20deg);
  }
  100% {
    transform: translate(0, -50%) rotateZ(0);
  }
}
@keyframes swing {
  0% {
    transform: translate(0, -50%) rotateZ(0);
  }
  25% {
    transform: translate(0, -50%) rotateZ(20deg);
  }
  50% {
    transform: translate(0, -50%) rotateZ(0);
  }
  75% {
    transform: translate(0, -50%) rotateZ(20deg);
  }
  100% {
    transform: translate(0, -50%) rotateZ(0);
  }
}
.contact .content .info .info-details .info-txt li b::before {
  position: absolute;
  top: 46%;
  left: -28px;
  transform: translateY(-50%);
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e623';
  color: #fff;
  font-size: 22px;
}
.contact .content .info .info-details .info-txt li p {
  display: inline-block;
  font-size: 16px;
  line-height: 30px;
  color: #fff;
}
@media screen and (max-width:767px) {
  .contact .content .info .info-details .info-txt  li p {
    font-size: 14px;
  }
}
.contact .content .info .info-details .info-txt li p span{
  display: inline-block;
}
.contact .content .info .info-details .info-txt li p a {
  display: inline-block;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
@media screen and (min-width: 1200px) {
  .contact .content .info .info-details .info-txt li p a:hover {
    text-decoration: underline;
  }
}
.contact .content .info .info-details .info-txt li:nth-child(2) b::before {
  content: '\e62a';
}
.contact .content .info .info-details .info-txt li:nth-child(3) b::before {
  content: '\e619';
}
.contact .content .info .info-details .info-txt li:nth-child(3) p{
display: block;
}
.contact .content .info .info-details .info-txt li:nth-child(4) b::before {
  content: '\e647';
}
.contact .content .info .info-details .info-pic{
  overflow: hidden;
}
.contact .content .info .info-details .info-pic li{
  float: left;
  width: 35%;
  margin-right: 8.10810810810811%;
  max-width: 120px;
}
.contact .content .info .info-details .info-pic li p{
  text-align: center;
  white-space: nowrap;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
}
@media screen and (max-width:767px) {
  .contact .content .info .info-details .info-pic li p{
    font-size: 12px;
  }
}
.contact .content .info form{
  float: right;
  width: calc(100% - 450px);
  padding-top: 20px;
  padding-left: 30px;
}
.contact .content .info form p{
  padding-bottom: 30px;
  padding-left: 60px;
  font-size: 16px;
  line-height: 2;
  color: #999999;
}
@media screen and (max-width:1199px) {
  .contact .content .info form{
    padding-top: 5px;
  }
}
@media screen and (max-width:991px) {
  .contact .content .info form{
    float: none;
    width: 100%;
    margin-top: 35px;
    padding-left: 0;
  }
  .contact .content .info form p{
    padding-left: 0;
    padding-bottom: 15px;
    font-size: 14px;
  }
}
.contact .content .info form ul li input,
.contact .content .info form ul li textarea {
  float: right;
  display: block;
  width: calc(100% - 60px);
  height: 47px;
  padding: 18px;
  margin-bottom: 30px;
  font-size: 16px;
  color: #999999;
  /* border: 1px solid #eeeeee; */
  background-color: #ededed;
}
@media screen and (max-width:1199px) {
.contact .content .info form ul li input,
.contact .content .info form ul li textarea {
  margin-bottom: 20px;
}
}
.contact .content .info form ul li span{
  float: left;
  display: inline-block;
  font-size: 16px;
  line-height: 47px;
  color: #999999;
}
@media screen and (max-width:767px) {
  .contact .content .info form ul li span{
    font-size: 14px;
  }
  .contact .content .info form ul li input,
  .contact .content .info form ul li textarea {
  font-size: 14px;
}
}
@media screen and (max-width: 991px) {
  .contact .content .info form ul li input,
  .contact .content .info form ul li textarea {
    height: 40px;
    padding: 5px 10px;
  }
  .contact .content .info form ul li span{
    line-height: 40px;
  }
}
.contact .content .info form ul li input::-webkit-input-placeholder,
.contact .content .info form ul li textarea::-webkit-input-placeholder {
  color: #999999;
}
.contact .content .info form ul li input:-o-placeholder,
.contact .content .info form ul li textarea:-o-placeholder {
  color: #999999;
}
.contact .content .info form ul li input::-moz-placeholder,
.contact .content .info form ul li textarea::-moz-placeholder {
  color: #999999;
}
.contact .content .info form ul li input:-ms-input-placeholder,
.contact .content .info form ul li textarea:-ms-input-placeholder {
  color: #999999;
}
.contact .content .info form ul li input:focus::-webkit-input-placeholder,
.contact .content .info form ul li textarea:focus::-webkit-input-placeholder {
  color: #e4e3e3;
}
.contact .content .info form ul li input:focus::-o-placeholder,
.contact .content .info form ul li textarea:focus::-o-placeholder {
  color: #e4e3e3;
}
.contact .content .info form ul li input:focus::-moz-placeholder,
.contact .content .info form ul li textarea:focus::-moz-placeholder {
  color: #e4e3e3;
}
.contact .content .info form ul li input:focus::-ms-input-placeholder,
.contact .content .info form ul li textarea:focus::-ms-input-placeholder {
  color: #e4e3e3;
}
.contact .content .info form ul li textarea {
  height: 210px;
  margin-bottom: 24px;
}
@media screen and (max-width:1199px) {
  .contact .content .info form ul li textarea {
    height: 160px;
  }
}
.contact .content .info form ul li button {
  display: inline-block;
  padding: 16.5px 72px;
  font-size: 14px;
  color: #ffffff;
  line-height: 1;
  background-color: #f37121;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
@media screen and (max-width: 991px) {
  .contact .content .info form ul li button {
    padding: 14px 65px;
  }
}
@media screen and (max-width: 767px) {
  .contact .content .info form ul li button {
    padding: 8px 40px;
    font-size: 13px;
  }
}
@media screen and (min-width: 1200px) {
  .contact .content .info form ul li button:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.35) inset;
  }
}
.contact .content .info form ul li:nth-child(6) {
  text-align: center;
}
.contact .content .map {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.contact .content .map .map-content {
  width: 100%;
  height: 380px;
}
@media screen and (max-width: 767px) {
  .contact .content .map .map-content {
    height: 249px;
  }
}
.contact-message .content {
  padding-bottom: 100px;
}
@media screen and (max-width: 1199px) {
  .contact-message .content {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 991px) {
  .contact-message .content {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .contact-message .content {
    padding-bottom: 40px;
  }
}
.contact-message .content form ul li input,
.contact-message .content form ul li textarea {
  float: right;
  display: block;
  width: calc(100% - 60px);
  height: 47px;
  padding: 18px;
  margin-bottom: 17px;
  font-size: 16px;
  color: #999999;
  border: 1px solid #eeeeee;
}
.contact-message .content form ul li span{
  float: left;
  display: inline-block;
  font-size: 16px;
  line-height: 47px;
  color: #999999;
}
@media screen and (max-width:767px) {
  .contact-message .content form ul li span{
    font-size: 14px;
  }
  .contact-message .content form ul li input,
.contact-message .content form ul li textarea {
  font-size: 14px;
}
}
@media screen and (max-width: 991px) {
  .contact-message .content form ul li input,
  .contact-message .content form ul li textarea {
    height: 40px;
    padding: 5px 10px;
  }
  .contact-message .content form ul li span{
    line-height: 40px;
  }
}
.contact-message .content form ul li input::-webkit-input-placeholder,
.contact-message .content form ul li textarea::-webkit-input-placeholder {
  color: #999999;
}
.contact-message .content form ul li input:-o-placeholder,
.contact-message .content form ul li textarea:-o-placeholder {
  color: #999999;
}
.contact-message .content form ul li input::-moz-placeholder,
.contact-message .content form ul li textarea::-moz-placeholder {
  color: #999999;
}
.contact-message .content form ul li input:-ms-input-placeholder,
.contact-message .content form ul li textarea:-ms-input-placeholder {
  color: #999999;
}
.contact-message .content form ul li input:focus::-webkit-input-placeholder,
.contact-message .content form ul li textarea:focus::-webkit-input-placeholder {
  color: #e4e3e3;
}
.contact-message .content form ul li input:focus::-o-placeholder,
.contact-message .content form ul li textarea:focus::-o-placeholder {
  color: #e4e3e3;
}
.contact-message .content form ul li input:focus::-moz-placeholder,
.contact-message .content form ul li textarea:focus::-moz-placeholder {
  color: #e4e3e3;
}
.contact-message .content form ul li input:focus::-ms-input-placeholder,
.contact-message .content form ul li textarea:focus::-ms-input-placeholder {
  color: #e4e3e3;
}
.contact-message .content form ul li textarea {
  height: 100px;
  margin-bottom: 24px;
}
.contact-message .content form ul li button {
  display: inline-block;
  padding: 16.5px 72px;
  font-size: 14px;
  color: #ffffff;
  line-height: 1;
  background-color: #f37121;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
@media screen and (max-width: 991px) {
  .contact-message .content form ul li button {
    padding: 14px 65px;
  }
}
@media screen and (max-width: 767px) {
  .contact-message .content form ul li button {
    padding: 8px 40px;
    font-size: 13px;
  }
}
@media screen and (min-width: 1200px) {
  .contact-message .content form ul li button:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.35) inset;
  }
}
.contact-message .content form ul li:nth-child(6) {
  text-align: center;
}
.sitemap .site-list {
  padding: 80px 0 65px;
}
@media screen and (max-width: 1199px) {
  .sitemap .site-list {
    padding: 70px 0 55px;
  }
}
@media screen and (max-width: 991px) {
  .sitemap .site-list {
    padding: 60px 0 45px;
  }
}
@media screen and (max-width: 767px) {
  .sitemap .site-list {
    padding: 50px 0 35px;
  }
}
@media screen and (max-width: 991px) {
  .sitemap .site-list > li {
    margin-bottom: 20px;
  }
}
.sitemap .site-list > li > a {
  float: left;
  display: block;
  padding: 0 20px;
  width: 14.18439716%;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 2.5;
  color: #ffffff;
  background-color: #f37121;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
@media screen and (max-width: 1199px) {
  .sitemap .site-list > li > a {
    padding: 0 15px;
    font-size: 14px;
    width: 16%;
  }
}
@media screen and (max-width: 991px) {
  .sitemap .site-list > li > a {
    padding: 0;
    width: 100%;
    float: none;
    text-align: center;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .sitemap .site-list > li > a:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.35) inset;
  }
}
.sitemap .site-list > li ul {
  float: right;
  width: 79.07801418%;
  margin: 0 -25px;
}
@media screen and (max-width: 991px) {
  .sitemap .site-list > li ul {
    float: none;
    width: 100%;
    margin: 0;
    padding: 25px 0 0;
    text-align: center;
  }
}
.sitemap .site-list > li ul li {
  float: left;
  padding: 0 25px;
}
@media screen and (max-width: 991px) {
  .sitemap .site-list > li ul li {
    float: none;
    padding: 0 10px;
    display: inline-block;
  }
}
.sitemap .site-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 2.5;
  margin-bottom: 10px;
  color: #000000;
  white-space: nowrap;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
@media screen and (max-width: 1199px) {
  .sitemap .site-list > li ul li a {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .sitemap .site-list > li ul li a {
    line-height: 2;
  }
}
@media screen and (min-width: 1200px) {
  .sitemap .site-list > li ul li a:hover {
    color: #f37121;
    text-decoration: underline;
  }
}

