.container {
  padding: 0 15.5rem;
  width: auto;
}
strong{
 font-weight: bold;   
}
.daohang {
  line-height: 5.9375rem;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
}
.daohang.active,
.daohang:hover {
  background: #fff;
  line-height: 4rem;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
}
.daohang .logo .block {
  display: inline-block;
}
.daohang:hover .daohang_fr .daohang_fr_icon,
.daohang:hover .daohang_fr span,
.daohang:hover .daohang_fr,
.daohang:hover .daohang_fr div a,
.daohang:hover .daohang_ul > li > a,
.daohang.active .daohang_fr .daohang_fr_icon,
.daohang.active .daohang_fr span,
.daohang.active .daohang_fr,
.daohang.active .daohang_fr div a,
.daohang.active .daohang_ul > li > a {
  color: #606060;
}
.daohang:hover .none,
.daohang.active .none {
  display: inline-block;
}
.daohang:hover .block,
.daohang.active .block {
  display: none;
}
.daohang:hover .more,
.daohang.active .more {
  border: 1px solid #0081CC;
  color: #0081CC;
}
.daohang:hover .logo,
.daohang.active .logo {
  width: 5.875rem;
}
.daohang .daohang_fr span {
  font-size: 1rem;
  color: #FFFFFF;
  font-weight: bold;
}
.daohang .daohang_fr span .iconfont {
  font-size: 1.5rem;
  margin-right: 0.3125rem;
  font-weight: 500;
}
.daohang .daohang_fr .daohang_fr_icon {
  font-size: 1rem;
  font-weight: 500;
  color: #fff;
  display: inline-block;
  margin-right: 0.3125rem;
}
.daohang .daohang_fr .daohang_fr_icon .iconfont {
  font-size: 1.5rem;
}
.daohang .daohang_fr .daohang_fr_icon em {
  font-style: inherit;
  position: relative;
  top: -2px;
  font-weight: 200;
}
.daohang .daohang_fr .more {
  background: none;
  border-color: #ffffff;
  margin-left: 1.25rem;
}
.daohang .logo {
  width: 6.875rem;
}
.daohang .daohang_ul>li {
  position: relative;
  margin-right: 2.8125rem;
  display: inline-block;
}
.daohang .daohang_ul>li>a {
  font-size: 1rem;
  color: #FFFFFF;
  position: relative;
  display: block;
}
.daohang .daohang_ul>li>a::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 1px;
  content: "";
  background: #0081CC;
}
.daohang .daohang_ul li:hover > ::after,
.daohang .daohang_ul li.active > ::after {
  width: 100%;
  line-height: 4rem;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
}
.daohang .daohang_ul li:hover>a,
.daohang .daohang_ul li.active>a{
  color: #0081CC;
  line-height: 4rem;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
}

.searchbox.active{
  top: 4.3rem;
}
.searchbox{
  /* top: 4rem; */
  border-color: #0081CC;
}
.serbtn{
  background: #0081CC;
}
.daohang .daohang_ul>li:hover .daohang_box{opacity:1;transform:scale(1)}
.daohang_box{
  position: absolute;
  left: 0;
  top: 101%;
  width: 31.25rem;
  transition: 400ms ease-in-out;
  transform: scaleY(0);
  transform-origin: top center;
  opacity: 0;
  background: #fff;
  padding: 1.5625rem;
}

.daohang .daohang_box .er-ul-div li a{
  font-size : 1rem;
  line-height : 2.2rem;
  color : #838384;
  display: block;
}
.daohang .daohang_box .er-ul-div li a:hover{
  color: #0081CC;
}

















.ph_dl{
  float: left;
  margin-left: 40%;
}
.ph_dl a.more{
  font-size: 1.275rem;
  height: 40px;
  line-height: 40px;
}




.banner {
  position: relative;
}
.banner .banner_div {
  color: #ffffff;
  width: 100%;
  text-align: center;
}
.banner .banner_div .p1 {
  font-size: 3.75rem;
  font-weight: bold;
}
.banner .banner_div .p2 {
  font-size: 1.5rem;
  margin: 0.5rem 0 1.85rem;
}
.banner .swiper-slide-active img {
  transform: scale(1.4);
  transition: transform 30s ease;
}
.more {
  font-size: 1rem;
  display: inline-block;
  border: 1px solid #0081CC;
  line-height: 2.8125rem;
  padding: 0 1.5625rem;
  color: #ffffff;
  background: #0081CC;
}
.one_img {
  position: absolute;
  -webkit-animation: scale 5s infinite linear;
  -moz-animation: scale 5s infinite linear;
  -o-animation: scale 5s infinite linear;
  animation: scale 5s infinite linear;
}
.one_img1 {
  left: 0;
  top: 0;
  width: 50rem;
}
.one_img2 {
  top: 0;
  right: 0;
  width: 52.1875rem;
}
.one_over {
  overflow: hidden;
}
@-webkit-keyframes scale {
  0% {
    transform: scale(1.2);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
.title p:nth-of-type(1) {
  font-size: 2.5rem;
  color: #000000;
  font-weight: bold;
}
.title p:nth-of-type(1) span {
  color: #0081CC;
}
.title p:nth-of-type(2) {
  font-size: 1.25rem;
  color: #828282;
  margin-top: 1.25rem;
}
.index_one {
  padding: 6.25rem 0;
  position: relative;
  overflow: hidden;
  z-index: 5;
}
.index_one .index_one_lb .swiper-container {
  padding: 0.3125rem;
}
.index_one .index_one_lb .index_one_div {
  background: #ffffff;
  position: relative;
  padding: 3.75rem 1.5625rem;
  text-align: center;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  z-index: 1;
  overflow: hidden;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
}
.index_one .index_one_lb .index_one_div:hover {
  background: #0081CC;
}
.index_one .index_one_lb .index_one_div:hover .font24 {
  color: #ffffff !important;
}
.index_one .index_one_lb .index_one_div:hover .font16 {
  color: #ffffff;
}
.index_one .index_one_lb .index_one_div:hover::after {
  opacity: 0.19;
}
.index_one .index_one_lb .index_one_div:hover .index_one_top .img1 {
  display: none;
}
.index_one .index_one_lb .index_one_div:hover .index_one_top .img2 {
  display: inline-block;
}
.index_one .index_one_lb .index_one_div::after {
  position: absolute;
  width: 100%;
  height: 90%;
  top: 5%;
  left: 0;
  background: url(../img/23.svg) no-repeat;
  background-size: 100% 100%;
  content: "";
  z-index: -1;
  -webkit-animation: scale 5s infinite linear;
  -moz-animation: scale 5s infinite linear;
  -o-animation: scale 5s infinite linear;
  animation: scale 5s infinite linear;
}
.index_one .index_one_lb .index_one_div .font24 {
  margin: 2.1875rem 0 1.25rem;
}
.index_one .index_one_lb .index_one_div .font16 {
  line-height: 1.5rem;
  color: #606060;
}
.index_one .index_one_lb .index_one_div .font16 span {
  display: block;
}
.index_one .index_one_lb .index_one_div .index_one_top img {
  width: 5rem;
}
.index_one .index_one_lb .index_one_div .index_one_top .img2 {
  display: none;
}
.index_two {
  padding-bottom: 4.375rem;
  position: relative;
  z-index: 5;
}
.index_two .title p:nth-of-type(2) {
  font-size: 1rem;
  line-height: 1.875rem;
}
.index_two .title p:nth-of-type(2) span {
  color: #0081CC;
  display: block;
  margin-bottom: 0.5rem;
  font-weight: bold;
}
.index_two .w30 {
  width: 34%;
}
.index_two .index_two_box {
  background: -moz-linear-gradient(50% 135.83% 90deg, #ffffff 0%, #fcfdff 22.54%, #f7f9fe 37.62%, #e9effd 55.45%, #d1def9 74.68%, #b0c7f5 94.77%, #a6c0f4 100%);
  background: -webkit-linear-gradient(90deg, #ffffff 0%, #fcfdff 22.54%, #f7f9fe 37.62%, #e9effd 55.45%, #d1def9 74.68%, #b0c7f5 94.77%, #a6c0f4 100%);
  background: -webkit-gradient(linear, 50% 135.83%, 50% 24.44%, color-stop(0, #ffffff), color-stop(0.2254, #fcfdff), color-stop(0.3762, #f7f9fe), color-stop(0.5545, #e9effd), color-stop(0.7468, #d1def9), color-stop(0.9477, #b0c7f5), color-stop(1, #a6c0f4));
  background: -o-linear-gradient(90deg, #ffffff 0%, #fcfdff 22.54%, #f7f9fe 37.62%, #e9effd 55.45%, #d1def9 74.68%, #b0c7f5 94.77%, #a6c0f4 100%);
  background: -ms-linear-gradient(90deg, #ffffff 0%, #fcfdff 22.54%, #f7f9fe 37.62%, #e9effd 55.45%, #d1def9 74.68%, #b0c7f5 94.77%, #a6c0f4 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#A6C0F4' ,GradientType=0)";
  background: linear-gradient(0deg, #ffffff 0%, #fcfdff 22.54%, #f7f9fe 37.62%, #e9effd 55.45%, #d1def9 74.68%, #b0c7f5 94.77%, #a6c0f4 100%);
  border: 1px solid rgba(201, 201, 201, 0.33);
  border-radius: 1px;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  filter: alpha(opacity=33) progid:DXImageTransform.Microsoft.Alpha(opacity=33) progid:DXImageTransform.Microsoft.gradient(startColorstr='#A6C0F4', endColorstr='#FFFFFF', GradientType=0);
}
.index_two .index_two_box > p span {
  font-size: 1.375rem;
  color: #FFFFFF;
  display: block;
  background: url(../img/24.png) no-repeat;
  background-size: 100% 100%;
  text-align: center;
  width: 15.3125rem;
  line-height: 3.125rem;
  position: relative;
  left: -2px;
}
.index_two .index_two_box ul {
  padding: 1.875rem;
  display: flex;
  justify-content: space-between;
}
.index_two .index_two_box ul li {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #282828;
}
.index_two .index_two_box ul li p {
  padding-left: 0.9375rem;
  position: relative;
}
.index_two .index_two_box ul li p::after {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.625rem;
  height: 0.625rem;
  background: #0081CC;
  content: "";
}
.index_three {
  padding: 7.5125rem 0;
  background: url(../img/25.jpg) no-repeat;
  background-size: 100% 100%;
}
.index_three .index_three_ul li {
  position: relative;
  padding: 4.375rem 0;
  border-bottom: 1px solid #E5E5E5;
}
.index_three .index_three_ul li:nth-last-child(1) {
  border-bottom: none;
}
.index_three .index_three_ul li > div:nth-of-type(2) {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.index_three .index_three_ul li:nth-of-type(odd) > div:nth-of-type(1) {
  float: right;
}
.index_three .index_three_ul li:nth-of-type(odd) > div:nth-of-type(2) {
  left: 0;
}
.index_three .index_three_ul li:nth-of-type(even) > div:nth-of-type(1) {
  float: left;
}
.index_three .index_three_ul li:nth-of-type(even) > div:nth-of-type(2) {
  right: 0;
}
.index_three .index_three_ul li > div {
  width: 48%;
}
.index_three .index_three_ul li .index_three_size {
  padding-left: 4.0625rem;
  position: relative;
}
.index_three .index_three_ul li .index_three_size > span {
  width: 2.8125rem;
  height: 4.6875rem;
  line-height: 3.8rem;
  background: url(../img/2.png) no-repeat;
  background-size: 100% 100%;
  color: #ffffff;
  text-align: center;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}
.index_three .index_three_ul li .index_three_size > span em {
  font-style: initial;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 0.5rem;
}
.index_three .index_three_ul li .index_three_size .font16 {
  line-height: 1.5rem;
  color: #606060;
}
.index_three .index_three_ul li .index_three_size .font22 {
  color: #0081CC;
  margin: 0.3125rem 0;
}
a.over {
  display: block;
}
.index_four {
  padding-top: 6.5625rem;
  background: url(../img/26.jpg) no-repeat;
  background-size: cover;
}
.index_four .swiper-container {
  padding: 0.625rem;
}
.index_four .title p {
  color: #ffffff !important;
}
.index_four .index_four_div {
  padding: 2.8125rem 3.125rem;
  background-color: #ffffff;
  box-shadow: 0.3125rem 0.375rem 0.625rem rgba(232, 232, 232, 0.75);
}
.index_four .index_four_div:hover img {
  transform: scale(1.1);
}
.index_four .index_four_div .over {
  border-radius: 1rem;
}
.index_four .index_four_div .over img {
  border-radius: 1rem;
}
.index_four .index_four_div .font24 {
  position: absolute;
  left: 0;
  bottom: 10%;
  width: 98%;
  background: url(../img/24.png) no-repeat;
  background-size: 100% 100%;
  display: block;
  line-height: 3.125rem;
  color: #ffffff;
  padding-left: 0.9375rem;
}
.index_four .index_four_div .font16 {
  line-height: 1.5rem;
  color: #606060;
  margin: 1.5625rem 0 0.9375rem 0;
}
.index_four .index_four_div .font14 {
  color: #9B9C9E;
  display: block;
  transition: all 0.6s;
}
.index_four .index_four_div .font14 .iconfont {
  font-size: 1.25rem;
  position: relative;
  top: 2px;
}
.index_five {
  padding: 8.125rem 0;
}
.index_five .title p:nth-of-type(2) {
  color: #0081CC;
}
.index_five .index_five_div .fr {
  text-align: right;
}
.index_five .index_five_div > div {
  width: 45%;
}
.index_five .index_five_div > div .font16 {
  line-height: 1.5rem;
  color: #606060;
  margin: 1.25rem 0;
}
.index_five .index_five_div > div > div > span {
  font-size: 0.875rem;
  padding: 0 1.875rem;
}
.index_six {
  padding-bottom: 3.25rem;
  overflow: hidden;
  position: relative;
}
.index_six .swiper-container {
  padding: 0.625rem;
  padding-bottom: 3.75rem;
}
.index_six .index_six_div {
  background: #ffffff;
  box-shadow: 0.3125rem 0.375rem 0.375rem rgba(232, 232, 232, 0.75);
}
.index_six .index_six_div:hover {
  background: #0081CC;
}
.index_six .index_six_div:hover a {
  color: #ffffff !important;
}
.index_six .index_six_div .index_six_size {
  padding: 0.9375rem 2.1875rem;
  line-height: 1.5rem;
}
.index_six .index_six_div .index_six_size a {
  display: block;
  width: 60%;
  color: #000000;
  font-weight: bold;
}
.index_six .index_six_div .index_six_size a p {
  font-weight: 500;
  color: #666666;
  margin-top: 0.3125rem;
}
.index_six .index_six_div:hover .index_six_size a p {
  color: #fff;
}
.index_six .index_six_div .index_six_size .fr {
  text-align: right;
  color: #929293;
  width: auto;
  font-weight: 500;
  margin-top: 1rem;
}
.swiper-pagination-bullet {
  background: #DADFE7;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background: #0081CC;
}
.index_seven {
  padding-bottom: 5rem;
}
.index_seven .index_seven_box {
  padding: 3.125rem;
  position: relative;
  z-index: 5;
  background: #ffffff;
  box-shadow: 0.3125rem 0.375rem 0.675rem rgba(232, 232, 232, 0.75);
}
.index_seven .over {
  text-align: center;
}
.index_seven .over:hover img {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
}
.index_seven .over img {
  -webkit-filter: grayscale(100%);
  /* Chrome, Safari, Opera */
  filter: grayscale(100%);
}
.index_eight {
  padding: 25.625rem 0 6.25rem;
  margin-top: -18.75rem;
  position: relative;
  background: url(../img/27.jpg) no-repeat;
  background-size: cover;
}
.index_eight .index_eight_div {
  position: relative;
  padding: 1.25rem 0 3.125rem;
  background: url(../img/28.svg) no-repeat;
  background-size: 100% 100%;
}
.index_eight .index_eight_ul {
  width: 90%;
  margin: 0 auto;
}
.index_eight .index_eight_ul li {
  width: 16.66%;
  float: left;
  text-align: center;
}
.index_eight .index_eight_ul li span {
  font-size: 0.875rem;
  color: #0081CC;
  width: 2.1875rem;
  height: 2.1875rem;
  line-height: 2.1875rem;
  background: #FFFFFF;
  box-shadow: 5px 6px 10px rgba(232, 232, 232, 0.75);
  border-radius: 50%;
  position: absolute;
  top: -5%;
  right: 5%;
}
.index_eight .index_eight_ul li > div {
  position: relative;
  background: #07112D;
  width: 8.4375rem;
  height: 8.4375rem;
  border-radius: 50%;
  padding-top: 1.125rem;
  color: #ffffff;
  margin: 0 auto;
}
.index_eight .index_eight_ul li > div .iconfont {
  font-size: 2.5rem;
  margin-bottom: 1.125rem;
}
.one_img3 {
  top: 5%;
  left: 0;
  width: 68.75rem;
}
.index_nine {
  background: url(../img/22.jpg) no-repeat;
  background-size: cover;
  padding-top: 5.3125rem;
}
.index_nine .index_nine_div {
  background: #ffffff;
  padding: 3.125rem 1.875rem;
}
.index_nine .index_nine_div .index_nine_inp input {
  width: 100%;
  height: 4.0625rem;
  background: #F2F6FF;
  border: 1px solid #F2F6FF;
  font-size: 0.875rem;
}
.index_nine .index_nine_div .index_nine_inp input::-webkit-input-placeholder {
  color: #979CAC;
  padding: 0 0.625rem;
}
.index_nine .index_nine_div .index_nine_but button {
  width: 100%;
  height: 4.0625rem;
  line-height: 4.0625rem;
  color: #ffffff;
  font-size: 1rem;
  background: #0081CC;
  border: 1px solid #0081CC;
}
.foot {
  background: #202121;
}
.foot .foot_div {
  padding: 3.75rem 0 3.125rem;
}
.foot .foot_div > .fl {
  padding-right: 5.75rem;
  border-right: 1px solid #1B2742;
}
.foot .foot_div .foot_logo {
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 1.6px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
}
.foot .foot_div .foot_logo span{
  position: relative;
  top: 0.6125rem;
}
.foot .foot_div .foot_logo img {
  width: 6.875rem;
  margin-right: 1.25rem;
}
.foot .foot_div .foot_box {
  display: flex;
  align-items: center;
}
.foot .foot_div .foot_box .fl {
  margin-right: 1.25rem;
}
.foot .foot_div .foot_box .fl p {
  font-size: 0.75rem;
  line-height: 1.5rem;
  letter-spacing: 0.075rem;
  color: #FFFFFF;
  opacity: 0.45;
  margin-top: 0.5rem;
}
.foot .foot_div .foot_box .fr {
  font-size: 0.875rem;
  line-height: 1.5rem;
  letter-spacing: 0.0875rem;
  color: #ffffff;
  position: relative;
  top: -1.25rem;
}
.foot .foot_div .foot_box .fr span {
  font-weight: bold;
  font-size: 1rem;
  letter-spacing: 0.125rem;
}
.foot .foot_div .foot_fix {
  display: flex;
  justify-content: space-between;
}
.foot .foot_div .foot_fix ul {
  padding-left: 2.5rem;
}
.foot .foot_div .foot_fix ul:nth-of-type(1) {
  padding-left: 0;
}
.foot .foot_div .foot_fix ul li:nth-of-type(1) a {
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0.1rem;
  color: #FFFFFF;
  opacity: 1;
  margin-bottom: 0.625rem;
}
.foot .foot_div .foot_fix ul li a {
  font-size: 0.875rem;
  line-height: 1.5rem;
  letter-spacing: 0.0875rem;
  color: #FFFFFF;
  opacity: 0.49;
  display: block;
}
.foot .foot_you {
  font-size: 0.875rem;
  line-height: 1.5rem;
  letter-spacing: 0.0875rem;
  opacity: 0.49;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #1B2742;
  color: #FFFFFF;
}
.foot .foot_you a {
  color: #FFFFFF;
}
.foot .foot_bot {
  line-height: 3.75rem;
  font-size: 0.875rem;
  letter-spacing: 0.0875rem;
  opacity: 0.49;
  color: #FFFFFF;
}
.foot .foot_bot a {
  color: #FFFFFF;
}
.rightfix {
  background: #FFFFFF;
  border: 1px solid #cccc3b;
  width: 5.625rem;
  padding: 1.5625rem 0;
  border-top-left-radius: 2.8125rem;
  border-top-right-radius: 2.8125rem;
}
.rightfix .fix_ul li {
  border: none;
  background: #ffffff;
}
.rightfix .fix_ul li:nth-of-type(1) {
  border-top-left-radius: 2.8125rem;
  border-top-right-radius: 2.8125rem;
  padding: 0;
}
.rightfix .fix_ul li:nth-of-type(1) img {
  width: 2.875rem;
}
.rightfix .fix_ul li:nth-of-type(1) p {
  background: #0081CC;
  line-height: 1.5625rem;
  color: #ffffff;
  margin-top: 0.625rem;
}
.rightfix .fix_ul li .iconfont {
  color: #0081CC;
}
.rightfix .fix_ul li p {
  font-size: 0.75rem;
  color: #000000;
}
.fix_ul li:hover .right_div {
  right: 5.625rem;
}
.ten {
  background: url(../img/45.png) no-repeat;
  background-size: cover;
  padding: 3.75rem 0 7.5rem 0;
}
.ten .ten_ul li {
  width: 25%;
  float: left;
  color: #ffffff;
  font-size: 1.25rem;
  text-align: center;
  border-left: 1px solid rgba(255, 255, 255, 0.35);
}
.ten .ten_ul li:nth-of-type(1) {
  border-left: none;
}
.ten .ten_ul li p sup {
  font-size: 0.75rem;
}
.ten .ten_ul li p span {
  font-weight: bold;
  font-size: 3.75rem;
  letter-spacing: 0.375rem;
}
.index_eleven {
  padding: 11.5625rem 0;
  background: url(../img/46.jpg) no-repeat;
  background-size: cover;
}
.index_eleven .title p {
  color: #fff;
}
.index_eight.mt0 {
  margin-top: 0;
  background: none;
  padding: 6.25rem 0;
}
.index_nine_fix {
  padding: 4.6875rem 0;
}
.index_nine_fix .title p {
  color: #fff !important;
}
.more1 {
  border: 1px solid #fff;
}
.picture .picture_div {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  color: #fff;
}
.picture .picture_div .picture_size p:nth-of-type(1) {
  font-size: 3.75rem;
}
.picture .picture_div .picture_size p:nth-of-type(2) {
  font-size: 1.5rem;
}
.flex {
  background: #FFFFFF;
  box-shadow: 5px 6px 10px rgba(232, 232, 232, 0.75);
  line-height: 5.25rem;
  text-align: center;
}
.flex .flex_box li {
  display: inline-block;
}
.flex .flex_box li.active a {
  color: #0081CC;
}
.flex .flex_box li a {
  display: block;
  font-size: 1.125rem;
  color: #828282;
  padding: 0 3.5rem;
}
.flex .flex_box li a:hover {
  color: #0081CC;
}
.bread .bread_div {
  font-size: 0.875rem;
  line-height: 1.6262rem;
  color: #BCBCBC;
}
.bread .bread_div a {
  color: #BCBCBC;
}
.bread .bread_div a:nth-last-child(1) em {
  display: none;
}
.bread .bread_div a em {
  font-style: initial;
}
.list_news {
  padding: 2.1875rem 0 3.125rem;
}
.list_news .list_news_div {
  margin-bottom: 1.875rem;
}
.list_news_div {
  box-shadow: 5px 6px 10px rgba(232, 232, 232, 0.75);
}
.list_news_div:hover .list_news_size {
  border-color: #0081CC;
  transition: all 0.6s;
}
.list_news_div:hover .list_news_size .font20 {
  color: #0081CC;
  transition: all 0.6s;
}
.list_news_div .list_news_size {
  padding: 1.875rem;
  border: 1px solid #fff;
  transition: all 0.6s;
}
.list_news_div .list_news_size .font20 {
  line-height: 1.825rem;
  color: #000000;
}
.list_news_div .list_news_size .font16 {
  line-height: 1.5rem;
  color: #7A7A7A;
  margin-top: 2.5rem;
}
.news_content {
  background: #F7FBFF;
  padding: 5.2rem 0 5.625rem;
}
.news_content .news_content_div {
  background: #fff;
  padding: 2.5rem;
}
.news_content .news_content_div .news_content_top {
  margin-top: 1.5625rem;
}
.news_content .news_content_div .news_content_top .tit {
  font-size: 1.875rem;
  color: #000000;
}
.news_content .news_content_div .news_content_top .date {
  font-size: 1rem;
  color: #7A7A7A;
  margin: 0.9375rem 0;
}
.news_content .news_content_div .news_content_top div span {
  font-size: 1rem;
  color: #0081CC;
  display: inline-block;
  background: rgba(0, 129, 204, 0.15);
  line-height: 2.1875rem;
  padding: 0 0.9375rem;
}
.news_content .news_content_div .news_content_size {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #666666;
  padding: 1.875rem 0;
}
.news_content .news_content_div .news_content_size .tits {
  font-size: 1.875rem;
  color: #000000;
}
.news_content .news_content_div .news_content_bot {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #000000;
  border-top: 1px solid #D1CFCF;
  padding-top: 1.875rem;
}
.news_content .news_content_div .news_content_bot a {
  color: #8E8E8E;
}
.index {
  padding-top: 4.0625rem;
}
.news_tui {
  padding: 5rem 0;
}
.preponderance {
  padding: 5rem 0;
}
.preponderance .preponderance_ul li {
  position: relative;
  margin-bottom: 3.125rem;
}
.preponderance .preponderance_ul li:nth-last-child(1) {
  margin-bottom: 0;
}
.preponderance .preponderance_ul li:nth-of-type(odd) .over {
  float: left;
}
.preponderance .preponderance_ul li:nth-of-type(odd) .preponderance_size {
  right: 0;
}
.preponderance .preponderance_ul li:nth-of-type(even) .over {
  float: right;
}
.preponderance .preponderance_ul li:nth-of-type(even) .preponderance_size {
  left: 0;
}
.preponderance .preponderance_ul li > div {
  width: 48%;
}
.preponderance .preponderance_ul li .preponderance_size {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  line-height: 1.75rem;
  color: #606060;
}
.preponderance .preponderance_ul li .preponderance_size p {
  font-size: 2.5rem;
  color: #000000;
  margin-bottom: 1.5rem;
}
.preponderance_bac {
  background: #F7FBFF;
}
.preponderance_bac .index_seven_box {
  box-shadow: none;
  background: none;
  padding: 0;
}
.index_seven.preponderance_bac {
  padding: 5rem 0;
}
.index_seven.preponderance_bac .swiper-container {
  padding-bottom: 2.8125rem;
}
.index_seven.preponderance_bac .swiper-container .swiper-pagination {
  bottom: 0;
}
.box {
  position: relative;
  width: 800px;
  margin: 0 auto;
  padding-top: 60px;
}
#china-map {
  width: 760px;
  height: 660px;
  margin: auto;
}
#back {
  position: absolute;
  top: 5%;
  left: 0;
  cursor: pointer;
  border: 1px solid #0081CC;
  background: #0081CC;
  color: #fff;
  padding: 0 0.625rem;
  line-height: 2.1875rem;
}
.hidden {
  display: none;
}
.content {
  padding: 5rem 0;
}
.content .index_two .w30 {
  margin-top: 0;
}
.content .title p:nth-of-type(3) {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #606060;
  margin-top: 1.875rem;
}
.content .ten {
  background: none;
  padding-bottom: 0;
}
.content .ten .ten_ul li {
  color: #1C1C1C;
  border-left: 1px solid #DBDBDB;
}
.values {
  padding: 5rem 0;
}
.values .values_div {
  background: #0081CC;
  color: #fff;
  padding: 2.5rem 3.75rem;
}
.values .values_div p:nth-of-type(1) {
  font-weight: bold;
  font-size: 5rem;
  line-height: 5rem;
  color: #FFFFFF;
  opacity: 0.19;
}
.ideas {
  padding: 5rem 0;
}
.ideas .ideas_div > div {
  width: 48%;
}
.ideas .ideas_div > div .ideas_ul {
  margin-top: 3.6875rem;
}
.ideas .ideas_div > div .ideas_ul li {
  line-height: 1.8rem;
  color: #606060;
  padding-bottom: 1.5625rem;
  border-bottom: 1px solid #EAEAEA;
  margin-top: 1.875rem;
}
.ideas .ideas_div > div .ideas_ul li:nth-of-type(1),
.ideas .ideas_div > div .ideas_ul li:nth-of-type(2) {
  margin-top: 0;
}
.ideas .ideas_div > div .ideas_ul li:nth-of-type(odd) {
  width: 60%;
  float: left;
}
.ideas .ideas_div > div .ideas_ul li:nth-of-type(even) {
  width: 36%;
  float: right;
}
.ideas .ideas_div > div .ideas_ul li .font30 {
  color: #000000;
}
.ideas .ideas_div > div .ideas_ul li .font16 {
  height: 5.25rem;
  margin-top: 0.75rem;
}
.ideas .ideas_div > div .ideas_ul li:hover {
  border-color: #0081CC;
}
.ideas .ideas_div > div .ideas_ul li:hover .font30 {
  color: #0081CC;
}
.framing {
  padding: 7.5rem 0 5rem;
}
.team {
  padding: 2.1875rem 0 5rem;
}
.team .team_ul li {
  width: calc(25% - 3.75rem);
  float: left;
  margin-left: 3.75rem;
  border-bottom: 1px solid #D1D1D1;
  margin-bottom: 3.75rem;
}
.team .team_ul li:nth-of-type(4n+1) {
  margin-left: 0;
}
.team .team_ul li .team_size {
  padding: 1.25rem;
}
.team .team_ul li .team_size .font20 {
  color: #202121;
}
.team .team_ul li .team_size .font18 {
  color: #888989;
  margin: 0.3125rem 0 0.9375rem;
}
.team .team_ul li .team_size .font16 {
  line-height: 1.75rem;
  color: #8E8E8E;
}
.team_ul_bot .over{
  position: relative;

}
.team_ul_bot .over::after{
  position: absolute;
  left: 0;
  bottom: -2.5rem;
  width: 100%;
  height: 2.5rem;
  line-height: 2.5rem;
  background: #0081CC;
  content: "+";
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
}
.team_ul_bot li:hover .over::after{
  bottom: 0;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
}
.team .team_ul li:hover {
  box-shadow: 5px 6px 10px rgba(232, 232, 232, 0.75);
  border-color: #fff;
}
.team .team_ul2 li {
  width: calc(50% - 3.75rem);
  border: 1px solid #D1D1D1;
}
.team .team_ul2 li .over {
  width: 48%;
  float: left;
}
.team .team_ul2 li .team_size {
  width: 48%;
  float: right;
}
.team .team_ul2 li .team_size .font14 {
  color: #9B9C9E;
  display: block;
  margin-top: 0.5rem;
}
.team .team_ul2 li .team_size .font14 .iconfont {
  padding-left: 0.3125rem;
}
.team .team_ul2 li .team_size .font16 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
}
.index_eight_content {
  padding: 15.4375rem 0;
  margin-top: 0;
}
.contact .contact_div {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.contact .contact_div .contact_box {
  background: #ffffff;
  width: 33%;
  padding: 1.5625rem;
}
.contact .contact_div .contact_box .contact_mess {
  font-size: 1rem;
  line-height: 1.75rem;
  color: #606060;
}
.contact .contact_div .contact_box .contact_mess span {
  font-weight: bold;
  font-size: 1.25rem;
  color: #0081CC;
}
.contact .contact_div .contact_fix div {
  margin-bottom: 1.125rem;
}
.contact .contact_div .contact_fix div button {
  letter-spacing: 0.1rem;
  color: #FFFFFF;
  font-size: 1rem;
  background: #0081CC;
  width: 100%;
  line-height: 3.125rem;
  border: 1px solid #0081CC;
}
.contact .contact_div .contact_fix input {
  width: 100%;
  border: none;
  background: #F2F6FF;
  height: 3.125rem;
  font-size: 0.875rem;
  padding: 0 0.625rem;
}
.contact .contact_div .contact_fix input::-webkit-input-placeholder {
  letter-spacing: 0.0875rem;
  color: #979CAC;
}
.case_list {
  padding: 3.75rem 0;
}
.case_list .title p:nth-of-type(2) {
  font-size: 1rem;
  line-height: 1.75rem;
}
.case_list .case_list_ul li {
  position: relative;
  margin-bottom: 3.125rem;
}
.case_list .case_list_ul li > div {
  width: 48%;
}
.case_list .case_list_ul li .case_list_size {
  float: right;
  /* top: 50%;
  transform: translateY(-50%); */
  position: static;
}
.case_list .case_list_ul li .case_list_size .font30 {
  color: #000000;
}
.case_list .case_list_ul li .case_list_size .font14 {
  line-height: 1.5rem;
  vertical-align: super;
  color: #929293;
  margin: 0.625rem 0;
}
.case_list .case_list_ul li .case_list_size .font14 span {
  margin-left: 0.9375rem;
}
.case_list .case_list_ul li .case_list_size .font14 span:nth-of-type(1) {
  margin-left: 0;
}
.case_list .case_list_ul li .case_list_size .font14 sup {
  font-size: 0.75rem;
}
.case_list .case_list_ul li .case_list_size .font16 {
  line-height: 1.75rem;
  color: #828282;
  margin-bottom: 1rem;
}
.case_content .case_content_div {
  background: rgba(0, 0, 0, 0.79);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 5;
}
.case_content .case_content_div .case_content_box {
  padding: 1.5625rem 0;
}
.case_content .case_content_div .case_content_box .case_content_size {
  line-height: 1.5rem;
  vertical-align: super;
  color: #929293;
}
.case_content .case_content_div .case_content_box .case_content_size .font24 {
  color: #ffffff;
}
.case_content .case_content_div .case_content_box .case_content_size span {
  margin-left: 1.25rem;
}
.case_content .case_content_div .case_content_box .case_content_size span:nth-of-type(1) {
  margin-left: 0;
}
.case_content .case_content_div .case_content_box .gallery-thumbs .swiper-slide div {
  border: 0.3125rem solid #fff;
}
.case_content .case_content_div .case_content_box .gallery-thumbs .swiper-slide-thumb-active div {
  border-color: #0081CC;
}
.case_content .case_content_div .case_content_box .gallery-thumbs .swiper-button-next,
.case_content .case_content_div .case_content_box .gallery-thumbs .swiper-button-prev {
  background: rgba(0, 0, 0, 0.51);
  opacity: 1;
  color: #fff;
  line-height: 44px;
  text-align: center;
}
.case_content .case_content_div .case_content_box .gallery-thumbs .swiper-button-next:hover,
.case_content .case_content_div .case_content_box .gallery-thumbs .swiper-button-prev:hover {
  background: rgba(0, 129, 204, 0.67);
}
.case_content .case_content_div .case_content_box .gallery-thumbs .swiper-button-next .iconfont,
.case_content .case_content_div .case_content_box .gallery-thumbs .swiper-button-prev .iconfont {
  font-size: 1.5rem;
}
.case_content .gallery-top .swiper-button-next,
.case_content .gallery-top .swiper-button-prev {
  background: none;
  color: #fff;
}
.case_content .gallery-top .swiper-button-next .iconfont,
.case_content .gallery-top .swiper-button-prev .iconfont {
  font-size: 2.2rem;
}
.case_con {
  padding-bottom: 3.4375rem;
}
.case_con .case_con_size {
  padding: 3.4375rem 0;
  font-size: 1rem;
  line-height: 1.75rem;
  color: #636363;
}
.index_six .index_six_lb2 .swiper-container {
  padding-bottom: 10;
  padding-left: 0;
}
.product_content {
  padding: 2.5rem 0 8.125rem;
}
.core {
  padding: 7.1875rem 0 4.4375rem 0;
}
.core .w45 {
  width: 46%;
}
.core .title p:nth-of-type(2) {
  font-size: 1rem;
  margin: 1.5rem 0;
}
.core .fl .font24 {
  color: #0081CC;
}
.core .fl .core_ul li {
  width: calc(20% - 0.9375rem);
  margin-left: 0.9375rem;
  float: left;
  text-align: center;
  border: 1px solid rgba(204, 224, 240, 0.92);
  padding: 1.25rem 0;
}
.core .fl .core_ul li:nth-of-type(1) {
  margin-left: 0;
}
.core .fl .core_ul li .font12 {
  margin-top: 0.9375rem;
}
.core .fl .core_ul li img {
  width: 1.875rem;
}
.business {
  background: #F7FBFF url(../img/27.jpg) top no-repeat;
  position: relative;
  padding: 15rem 0 6.875rem;
}
.business .business_ul li {
  position: relative;
  padding-top: 4.0625rem;
  padding-bottom: 0;
  border-bottom: none;
}
.business .business_ul li:nth-of-type(1) {
  padding-top: 0;
}
.business .business_ul li > div {
  width: 50%;
}
.business .business_ul li .business_ul_size {
  padding-left: 4.0625rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.business .business_ul li .business_ul_size > span {
  background: #0081CC;
  width: 3.4375rem;
  line-height: 2.5rem;
  height: 2.5rem;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  color: #fff;
}
.business .business_ul li .business_ul_size > span em {
  border-bottom: none;
  padding-bottom: 0;
}
.business .business_ul li .business_ul_size .font30 {
  position: relative;
  z-index: 2;
}
.business .business_ul li .business_ul_size .font30::after {
  position: absolute;
  left: -1.825rem;
  top: -0.525rem;
  width: 10.625rem;
  height: 3.4375rem;
  border: 1px solid #0081CC;
  content: "";
  z-index: -1;
}
.business .business_ul li .business_ul_size .font16 {
  line-height: 1.75rem;
  color: #828282;
}
.business .business_ul li:nth-of-type(odd) > div:nth-of-type(2) {
  width: 48%;
  right: 0;
}
.business .business_ul li:nth-of-type(even) > div:nth-of-type(2) {
  width: 48%;
  left: 0;
}
.business .business_ul li:nth-of-type(odd) > div:nth-of-type(1) {
  width: 50%;
  float: left;
}
.business .business_ul li:nth-of-type(even) > div:nth-of-type(1) {
  width: 50%;
  float: right;
}
.services_content {
  padding: 6.25rem 0;
  background: #F7FBFF;
  z-index: 55;
  position: relative;
}
.services_content .services_content_wid {
  background: #fff;
}
.services_content .services_content_wid .fl {
  width: 17%;
  background: #F7FBFF;
  position: relative;
}
.services_content .services_content_wid .fl::after {
  position: absolute;
  right: 0.9375rem;
  top: 0%;
  height: 100%;
  width: 1px;
  content: "";
  background: #BFC0C1;
}
.services_content .services_content_wid .fl ul {
  text-align: right;
  font-size: 1.125rem;
  line-height: 2.375rem;
  color: #666666;
}
.services_content .services_content_wid .fl ul li {
  position: relative;
  padding-right: 2.1875rem;
  cursor: pointer;
}
.services_content .services_content_wid .fl ul li.active {
  color: #0081CC;
}
.services_content .services_content_wid .fl ul li.active::after {
  position: absolute;
  right: 0.875rem;
  top: 10%;
  height: 80%;
  width: 3px;
  content: "";
  background: #0081CC;
  z-index: 2;
}
.services_content .services_content_wid .fr {
  width: 83%;
  padding: 1.875rem;
}
.services_content .services_content_wid .fr .services_content_size {
  display: none;
}
.services_content .services_content_wid .fr .font16 {
  line-height: 1.75rem;
  color: #666666;
  margin: 1.125rem 0;
}
.services_content .services_content_wid .fr .font18 {
  color: #0081CC;
}
.services_content .services_content_wid .fr .font14 {
  color: #FFFFFF;
  margin-top: 1.125rem;
}
.services_content .services_content_wid .fr .font14 span {
  display: inline-block;
  text-align: center;
  width: 8.75rem;
  line-height: 2.625rem;
  background: #0081CC;
  margin-left: 0.625rem;
}
.services_content .services_content_wid .fr .font14 span:nth-of-type(1) {
  margin-left: 0;
}
.index_eight_fix {
  background: none;
}
.index_eight_fix .index_eight_ul {
  width: 100%;
}
.index_eight_fix .index_eight_ul li {
  width: 14.28%;
}
.index_eight_fix .index_eight_ul li:nth-of-type(1) > div {
  padding-top: 2.5625rem;
}
/* 团队详情 */
.team_xq{
  padding: 4.0625rem 0 7.1875rem 0;
}
.team_xq_tit .font18{
  color : #888989;
}
.team_xq_tit .font34{
  color: #000000;
}
.team_xq_div .fr{
  font-size : 1rem;
  line-height : 1.75rem;
  color : #8E8E8E;
}




@media (max-width: 1550px) {
  .container {
    padding: 0 10.5rem;
  }
}
@media (max-width: 1480px) {
  .index_five .index_five_div > div {
    width: 47%;
  }
  .index_eleven {
    padding: 7.5625rem 0;
  }
  .picture .picture_div .picture_size p:nth-of-type(1) {
    font-size: 3rem;
  }
}
@media (max-width: 1024px) {
  .container {
    padding: 0 4.5rem;
  }
  .rightfix {
    display: none;
  }
  .foot .foot_div > .fl {
    padding-right: 2.75rem;
  }
  body,
  html {
    font-size: calc(100vw / 70);
  }
  .title p:nth-of-type(1) {
    font-size: 2rem;
  }
  .daohang .daohang_ul li {
    margin-right: 0.8125rem;
  }
  .banner .banner_div .p1 {
    font-size: 2rem;
  }
  .banner .banner_div .p2 {
    font-size: 1rem;
  }
  .more {
    line-height: 2.2125rem;
  }
  .font24 {
    font-size: 1.25rem;
  }
  .w65 {
    width: 55%;
  }
  .w25 {
    width: 40%;
  }
  .mt60 {
    margin-top: 1.75rem;
  }
  .font22 {
    font-size: 1.125rem;
  }
  .font30 {
    font-size: 1.5rem;
  }
  .index_four .index_four_div {
    padding: 1.25rem;
  }
  .case_content .case_content_div .case_content_box .case_content_size {
    margin-bottom: 1.25rem;
  }
  .index_six .index_six_div .index_six_size {
    padding: 0.9375rem 1.1875rem;
  }
  .index_six .index_six_div .index_six_size a {
    width: 55%;
  }
  .team .team_ul2 li .team_size .font16 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }
}
@media (max-width: 990px) {
  .phone_logo img {
    width: 6.875rem;
  }
  .container {
    padding: 0 2.5rem;
  }
  .index_eight .index_eight_ul {
    width: 100%;
  }
  .flex,
  .bread {
    display: none;
  }
  .box {
    display: none;
  }
  .ditu {
    display: block;
    padding: 2.5rem 0;
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 15px;
  }
  .phone_logo img {
    width: 4.875rem;
  }
  #phone_nav span {
    font-size: 1.625rem;
  }
  .banner .banner_div .p1 {
    font-size: 2rem;
  }
  body {
    padding: 64px 0;
  }
  .banner .banner_div .p1 {
    font-size: 1.6rem;
  }
  .banner .banner_div .p2 {
    margin: 0.5rem 0 1.125rem;
  }
  .one_img2 {
    width: 10.1875rem;
  }
  .one_img1 {
    width: 18rem;
  }
  .title p:nth-of-type(2) {
    font-size: 1rem;
  }
  .title p:nth-of-type(1) {
    font-size: 1.8rem;
  }
  .index_one .index_one_lb .index_one_div {
    padding: 1rem;
  }
  .index_one .index_one_lb .index_one_div .index_one_top img {
    width: 4rem;
  }
  .index_one .index_one_lb .index_one_div .font24 {
    margin: 1rem 0;
  }
  .index_five,
  .index_three,
  .index_one {
    padding: 2.5rem 0;
  }
  .mt75 {
    margin-top: 1.6rem;
  }
  .index_one .index_one_lb .index_one_div .font16 {
    text-align: left;
    height: 4.5rem;
  }
  .w60,
  .w30 {
    width: 100% !important;
    float: none;
  }
  .index_two {
    padding-bottom: 2.5rem;
  }
  .mt100 {
    margin-top: 2.25rem;
  }
  .index_two .w30{
      margin-top: 1.5rem;
  }
  .index_three .index_three_ul li > div:nth-of-type(2) {
    position: relative;
    top: 0%;
    transform: translateY(0%);
  }
  .index_five .index_five_div > div,
  .index_three .index_three_ul li > div {
    width: 100%;
    float: none !important;
  }
  .index_three .index_three_ul li {
    padding: 2.2rem 0;
  }
  .index_four {
    padding-top: 2.5rem;
  }
  .index_five .index_five_div .fr {
    width: 70%;
    margin: 0 auto;
    margin-bottom: 1.25rem;
  }
  .one_img3 {
    width: 15.75rem;
  }
  .index_six .index_six_div .index_six_size {
    padding: 0.9375rem;
    /* line-height: 2.375rem; */
  }
  .index_six .index_six_div .index_six_size a {
    /* float: none;
      width: 100%; */
  }
  .index_six .index_six_div .index_six_size .fr {
    /* text-align: left; */
  }
  .index_six {
    padding-bottom: 1.5rem;
  }
  .index_seven .index_seven_box {
    padding: 15px;
  }
  .index_eight .index_eight_ul {
    display: block;
  }
  .index_eight .index_eight_ul li {
    width: 50%;
    margin-bottom: 15px;
  }
  .index_eight {
    padding: 16.625rem 0 1rem;
    margin-top: -17.75rem;
  }
  .index_nine {
    padding-top: 2.5rem;
  }
  .index_nine_inp {
    margin-bottom: 15px;
  }
  .phone_footer_ul li .iconfont {
    padding-top: 0;
  }
  .phone_footer_ul li .iconfont {
    font-size: 1.25rem;
  }
  .phone {
    padding: 0.625rem 0;
  }
  body {
    padding: 55px 0;
  }
  .index_three .index_three_ul li .index_three_size {
    margin-top: 15px;
  }
  .index_eight .index_eight_div {
    background: none;
  }
  .index_six .index_six_div .index_six_size a:nth-of-type(1) {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
  .ten,
  .index_eleven {
    padding: 2.5rem 0;
    background-size: auto;
  }
  .index_eight.mt0 {
    padding: 2.5rem 0;
  }
  .ten .ten_ul li p span {
    font-size: 2.75rem;
  }
  .ten .ten_ul li {
    width: 50%;
    margin-bottom: 1.25rem;
    border-left: none;
  }
  .picture .picture_div .picture_size p:nth-of-type(2) {
    font-size: 1rem;
  }
  .business .business_ul li:nth-of-type(odd) > div:nth-of-type(1),
  .core .w45,
  .w50,
  .team .team_ul2 li .over,
  .team .team_ul2 li .team_size,
  .case_list .case_list_ul li > div {
    width: 100%;
    float: none;
  }
  .case_list .case_list_ul li .case_list_size {
    top: 0;
    transform: translateY(0%);
    position: static;
    margin-top: 1.25rem;
  }
  .case_list .case_list_ul li {
    margin-bottom: 1.8rem;
  }
  .case_list .case_list_ul li .case_list_size .font14 span {
    margin-left: 0.5rem;
  }
  .case_content .case_content_div {
    position: static;
  }
  .case_content .case_content_div .case_content_box .case_content_size .font24 {
    display: block;
    margin-bottom: 0.9375rem;
  }
  .case_content .case_content_div .case_content_box .case_content_size span:nth-of-type(2) {
    margin-left: 0;
  }
  .case_content .case_content_div .case_content_box .case_content_size span {
    margin-left: 1rem;
  }
  .case_content .case_content_div .case_content_box .gallery-thumbs .swiper-button-next,
  .case_content .case_content_div .case_content_box .gallery-thumbs .swiper-button-prev {
    line-height: 30px;
    height: 30px;
    width: 20px;
  }
  .mt45 {
    margin-top: 1.5125rem;
  }
  .index_six .swiper-container {
    padding: 0.625rem;
    padding-bottom: 1.75rem;
  }
  .pt95 {
    padding-top: 1.9375rem;
  }
  .product_content .w70 {
    width: 100%;
  }
  .picture .picture_div .picture_size p:nth-of-type(1) {
    font-size: 1.8rem;
  }
  .picture img {
    height: 15.75rem;
    object-fit: cover;
  }
  .index_eight_content {
    margin-top: 0;
  }
  .team .team_ul2 li .team_size {
    padding: 1rem;
  }
  .team .team_ul2 li {
    width: calc(50% - 1.125rem);
  }
  .team .team_ul li {
    width: calc(50% - 1.125rem);
    margin-left: 1.125rem !important;
    margin-bottom: 1.125rem;
  }
  .team .team_ul li:nth-of-type(odd) {
    margin-left: 0 !important;
  }
  .team .team_ul2 li .team_size .font16 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .team .team_ul li .team_size .font18 {
    margin: 0.3125rem 0 0.5rem;
  }
  .team .team_ul li .team_size {
    padding: 1rem;
  }
  .core .w45 {
    margin-top: 1.5625rem;
  }
  .core .fl .core_ul li {
    width: calc(33.33% - 0.9375rem);
    margin-top: 0.9375rem;
  }
  .core .fl .core_ul li:nth-of-type(3n+1) {
    margin-left: 0;
  }
  .preponderance .preponderance_ul li .preponderance_size,
  .contact .contact_div,
  .business .business_ul li:nth-of-type(even) > div:nth-of-type(2),
  .business .business_ul li:nth-of-type(odd) > div:nth-of-type(2) {
    width: 100%;
    position: static;
    margin-top: 1.8rem;
    transform: translateY(0%);
  }
    .business .business_ul li > div:nth-of-type(2){
        margin-top: 1.8rem;
    }
  .preponderance .preponderance_ul li:nth-of-type(odd) .over,
  .preponderance .preponderance_ul li > div,
  .ideas .ideas_div > div .ideas_ul li:nth-of-type(odd),
  .ideas .ideas_div > div .ideas_ul li:nth-of-type(even),
  .ideas .ideas_div > div,
  .services_content .services_content_wid .fl,
  .services_content .services_content_wid .fr,
  .business .business_ul li:nth-of-type(even) > div:nth-of-type(1) {
    width: 100%;
    float: none !important;
  }
  .business .business_ul li {
    padding-top: 2.0625rem;
  }
  .services_content .services_content_wid .fl ul {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
  }
  .services_content .services_content_wid .fl::after {
    height: 1px;
    width: 100%;
    right: 0rem;
    top: auto;
    bottom: 0.625rem;
  }
  .services_content .services_content_wid .fl {
    padding: 1.25rem 0;
  }
  .services_content .services_content_wid .fl ul li.active::after {
    right: 0;
    top: auto;
    height: 1px;
    width: 100%;
    bottom: 0;
  }
  .services_content .services_content_wid .fl ul li {
    padding-right: 0;
    margin-right: 1rem;
  }
  .services_content .services_content_wid .fr {
    padding: 1.25rem;
  }
  .index_eight_fix {
    margin-top: 0;
  }
  .services_content .services_content_wid .fr .font14 span {
    width: 47%;
    margin-bottom: 0.9375rem;
  }
  .services_content .services_content_wid .fr .font14 span:nth-of-type(odd) {
    margin-left: 0;
  }
  .contact .contact_div .contact_box {
    width: 100%;
    padding: 0;
  }
  .content .ten .ten_ul li:nth-of-type(odd) {
    border-left: none;
  }
  .values .values_div {
    padding: 1.25rem;
    margin-bottom: 0.9375rem;
  }
  .values .values_div p:nth-of-type(1) {
    font-size: 3rem;
    line-height: 3rem;
    margin-bottom: 0.9375rem;
  }
  .ideas .ideas_div > .fl,
  .ideas .ideas_div > div .ideas_ul {
    margin-top: 1.5625rem;
  }
  .ideas .ideas_div > div .ideas_ul li .font16 {
    height: auto;
  }
  .ideas .ideas_div > div .ideas_ul li:nth-of-type(1),
  .ideas .ideas_div > div .ideas_ul li:nth-of-type(2) {
    padding-top: 1.5625rem;
  }
  .preponderance .preponderance_ul li .preponderance_size p {
    font-size: 1.5rem;
    margin-bottom: 1.125rem;
  }
  .news_content .news_content_div {
    padding: 0.9375rem;
  }
  .news_content .news_content_div .news_content_top .tit,
  .news_content .news_content_div .news_content_size .tits {
    font-size: 1.5rem;
  }
  .mt50 {
    margin-top: 1.8rem;
  }
  .news_content,
  .news_tui,
  .preponderance,
  .index_seven.preponderance_bac,
  .ideas,
  .values,
  .content,
  .index_eight_fix,
  .services_content,
  .business,
  .core,
  .team,
  .index_eight_content,
  .product_content,
  .case_con .case_con_size,
  .index_nine_fix,
  .case_list {
    padding: 2.5rem 0;
  }
  .team_xq_div .fr{
      width: 100%;
      float: none;
      margin-top: 1.5rem;
  }
    .team_xq_div .fl{
        float: none;
    }
}
@media (max-width: 480px) {
  body,
  html {
    font-size: calc(100vw / 30);
  }
}
.index_eight .index_eight_ul li > div:hover {
  background: #0081CC;
}
.index_nine .index_nine_div .index_nine_but button {
  border: 1px solid #0081CC !important;
}
.ph_dl{
 
  margin-left: 20%;
}
.more:hover,
.index_nine .index_nine_div .index_nine_but button:hover {
  color: #ffffff;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  -webkit-transition: 400ms ease-in-out;
  -o-transition: 400ms ease-in-out;
  opacity: 0.8;
}
.daohang .daohang_fr .more:hover {
  box-shadow: inset 0 0 0 4.5rem #0081CC;
  border: 1px solid #0081CC !important;
  color: #ffffff;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  -webkit-transition: 400ms ease-in-out;
  -o-transition: 400ms ease-in-out;
}
.index_four .index_four_div .iconfont {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  -webkit-transition: 400ms ease-in-out;
  -o-transition: 400ms ease-in-out;
}
.index_four .index_four_div:hover .font14 {
  padding-left: 0.5rem;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  -webkit-transition: 400ms ease-in-out;
  -o-transition: 400ms ease-in-out;
}
.daohang.active .more, .daohang:hover .more{
  border: 1px solid #0081CC !important;
}
@media (max-width: 390px) {
  .index_one .index_one_lb .index_one_div .font16 {
    text-align: left;
    height: 5.5rem;
  }
}




