* {
  padding: 0;
  margin: 0;
  font-size: 100%;
}
img {
  border: none;
}
a {
  text-decoration: none;
  color: #333;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
}
.m_ {
  -webkit-animation: ro 5s infinite linear;
          animation: ro 5s infinite linear;
  -webkit-transform-origin: center;
          transform-origin: center;
}
li {
  list-style: none;
}
div,
section,
li,
figure {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.container {
  width: 1200px;
  position: relative;
  margin-left: 8.125%;
}
.swiper-container {
  /* width: 100%; */
  height: 100%;
}
.swiper-slide {
  width: 100%;
  height: 100%;
}

.maxline2{
  display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
.maxline3{
  display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
}


html,
body {
  font-size: 100%;
  font-family: en, '微软雅黑';
  color: #333;
  font-weight: 400;
}
@font-face {
  font-family: 'iconfont';
  src: url('../font/iconfont.eot');
  src: url('../font/iconfont.eot?#iefix') format('embedded-opentype'), url('../font/iconfont.woff') format('woff'), url('../font/iconfont.ttf') format('truetype'), url('../font/iconfont.svg#iconfont') format('svg');
}


@font-face{
  font-family: 'en';
  src: url(../imgs/inner/calibri.ttf);
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
.inner_common {
  width: 100%;
  height: 650px;
}
.imgs {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.btn {
  display: inline-block;
  pointer-events: auto;
  width: 120px;
  height: 40px;
  line-height: 40px;
  letter-spacing: 1px;
  border-radius: 2px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  position: relative;
  border: 1px solid #7E38E5;
  z-index: 1;
  background-color: #7E38E5;
  font-size: 16px;
}
.btn:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background-color: #000;
  top: 0;
  left: 0%;
  transform-origin: 100%;
  -webkit-transform-origin: 100%;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  visibility: hidden\9;
  z-index: -1;
}
.btn:hover:after {
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  transform-origin: 0;
  -webkit-transform-origin: 0;
  visibility: visible\9;
}
.btn:hover {
  color: #fff;
}
.page {
  height: 50px;
  text-align: center;
  padding-top: 25px;
}
.page a {
  padding: 6px 12px 6px 12px;
  font-size: 16px;
  color: #666;
  background-color: #fff;
  margin-left: 5px;
  margin-right: 5px;
  border: 1px solid #cccccc;
  font-size: 12px;
}
.page a:hover {
  background-color: #19305f;
  color: #fff;
}
.page .page_active {
  background-color: c;
  color: #fff;
}
#page {
  height: 50px;
  text-align: center;
  padding-top: 25px;
  clear: both;
}
#page a {
  padding: 6px 12px 6px 12px;
  font-size: 16px;
  color: #666;
  background-color: #fff;
  margin-left: 5px;
  margin-right: 5px;
  border: 1px solid #cccccc;
  font-size: 12px;
}
#page a:hover {
  background-color: #19305f;
  color: #fff;
}
#page .selected {
  background-color: #19305f;
  color: #fff;
}
footer {
  background-color: #142955;
  position: relative;
  height: 248px;
  margin-top: 60px;
}

footer .container{
  background: none;
}
footer > div:last-child {
  height: 40px;
  background-color: #11264F;
}
footer > div:last-child > div {
  line-height: 40px;
  height: 40px;
}
footer > div:last-child > div > p {
  font-size: 14px;
  color: #FFFEFE;
  opacity: 0.1;
}
footer > div:last-child > div > p:last-child {
  position: absolute;
  right: 0;
  width: 288px;
  top: 0;
  height: 40px;
}
footer > .container.footer_main {
  height: 208px;
}
footer > .container.footer_main > div > div:first-child {
  min-height: 80px;
}
footer > .container.footer_main .contact {
  position: absolute;
  right: 0;
  top: 40px;
}
footer > .container.footer_main .contact p a {
  color: #fff;
}
footer > .container.footer_main .qrcode {
  position: absolute;
  top: 40px;
  left: 0;
  text-align: center;
}
footer > .container.footer_main .qrcode img {
  width: 120px;
}
footer > .container.footer_main .qrcode p {
  padding-top: 12px;
}
footer > .container.footer_main .phone_number {
  position: absolute;
  top: 40px;
  left: 30%;
}
footer > .container.footer_main .phone_number h5 a {
  font-size: 24px;
  color: #FFFF00;
}
footer .style_1 {
  font-size: 14px;
  color: #FFFEFE;
  opacity: 0.3;
  padding-bottom: 10px;
}
footer .style_2 {
  font-size: 14px;
  color: #FFFEFE;
  opacity: 0.7;
  line-height: 24px;
}
footer .style_2 span {
  margin-right: 15px;
}
body {
  background-color: #f7f7f7;
}
.main {
  margin-left: 320px;
  background-color: #fff;
}
.sub_menu {
  background-color: #fff;
  height: 80px;
  margin-bottom: 50px;
  box-shadow:0px 0px 0px 1px rgba(0, 0, 0, 0.1);
}
.sub_menu > div {
  height: 80px;
}
.sub_menu > div a {
  display: inline-block;
  height: 100%;
  line-height: 80px;
  font-size: 24px;
  color: #333;
  position: relative;
  margin-right: 75px;
}
.sub_menu > div a::after {
  width: 0%;
  position: absolute;
  content: '';
  left: 50%;
  bottom: 0;
  height: 2px;
  background-color: #19305f;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}
.sub_menu > div a:hover::after {
  width: 100%;
  left: 0;
}
.sub_menu > div .sub_menu_active::after {
  width: 100%;
  left: 0;
}
.left_title {
  padding-left: 90px;
  float: left;
}
.left_title h3 {
  position: relative;
  height: 25px;
  line-height: 25px;
}
.left_title h3 i {
  font-size: 100px;
  color: #19305f;
}
.left_title h3:after {
  position: absolute;
  content: '';
  width: 60px;
  height: 2px;
  background: #19305f;
  left: -90px;
  top: 50%;
  margin-top: -1px;
}
.left_title p {
  font-size: 14px;
  color: #19305f;
  opacity: 0.6;
  line-height: 24px;
  padding-bottom: 10px;
}
.left_title > img {
  width: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  height: 140px;
}
.common {
  width: 650px;
  float: right;
  margin-right: 125px;
}
header {
  height: 100vh;
  z-index: 123124;
  width: 320px;
  position: fixed;
  left: 0;
  top: 0;
}
header > div:first-child {
  background-color: #fff;
  height: 20%;
  text-align: center;
}
header > div:first-child h1 {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
header > div:last-child {
  height: 80%;
  background-color: #19305f;
  position: relative;
}
header > div:last-child > div {
  position: absolute;
  bottom: 25px;
  width: 70%;
  text-align: center;
  left: 15%;
}
header > div:last-child > div p {
  color: #FFFEFE;
  font-size: 14px;
  line-height: 24px;
  opacity: 0.3;
}
header > div:last-child > div .call {
  color: #FFEF03;
  font-size: 30px;
  opacity: 1;
  padding-top: 10px;
  padding-bottom: 20px;
}
header > div:last-child > div .call a {
  color: #FFEF03;
}
header nav {
  width: 100%;
  position: relative;
  top: 10%;
}
header nav ul li {
  text-align: center;
  height: 70px;
  line-height: 70px;
}
header nav ul li a i {
  color: #fff;
  font-size: 100px !important;
}

header nav ul li:hover a i{
  color: #FFEF03;
}
header nav ul .active a i{
  color: #FFEF03;
}
.common__ {
  width: 100%;
  height: 300px;
}
.common__ > div{
  background: none;
  overflow: hidden;
  height: 100%;
}
.common__ > div > div {
  position: relative;
  top: 102px;


}
.common__ > div > div h2 {
  height: 50px;
  line-height: 50px;
}
.common__ > div > div h2 i {
  font-size: 240px;
  color: #fff;
  font-weight: 100;
}
.common__ > div > div p {
  color: #fff;
  font-size: 24px;
  opacity: 0.4;
  padding-top: 15px;
}
@media screen and (max-width: 1440px) {
  body {
    min-width: 1406px;
  }

  .main .partner ul{
    margin: 0 15px;
  }
  .common {
    margin-right: 50px;
  }
  .sub_menu > div a {
    font-size: 22px;
  }
  header {
    width: 290px;
  }
  .main {
    margin-left: 290px;
  }
  .container {
    margin-left: 5%;
    width: 1030px;
  }
  .main .customer_evaluation > div > div:first-child {
    width: 1000px;
  }
  header > div:first-child {
    height: 15%;
  }
  header > div:last-child {
    height: 85%;
  }
  header nav {
    top: 5%;
  }
  header > div:first-child h1 img {
    height: 110px;
  }
  .main .partner {
    height: 120px;
  }
  .left__ {
    margin-left: 5%;
  }
  .main .team .box {
    width: 300px;
  }
  .main .team .box3 {
    right: 360px;
  }
  .main .team .box .team_desc {
    padding: 0px;
  }
  .main .case ul li div {
    height: 220px;
  }
  .main .our_advantage {
    height: 550px;
  }
  .main .our_advantage > div:first-child {
    height: 510px;
  }
  .main .our_advantage > div:first-child .our_advantage_desc {
    padding-top: 0;
    margin-top: -25px;
  }
  .main .our_advantage > div:first-child .our_advantage_desc div {
    bottom: 15px;
  }
}
@media screen and (max-width: 1366px) {
  body {
    min-width: 1332px;
  }
  header > div:first-child h1 img{
    height: 80px;
  }
  .form .common ul li input{
    width: 265px !important;
  }
  .form .common ul li:nth-of-type(3) input {
    width: 578px!important;
}

  header nav ul li {
    text-align: center;
    height: 60px;
    line-height: 60px;
  }
  header > div:last-child > div .call {
    font-size: 24px;
    padding-bottom: 10px;
    padding-top: 5px;
  }
  .main .team .box3 {
    right: 340px;
  }
  .sub_menu > div a {
    font-size: 20px;
    margin-right: 65px;
  }
  header {
    width: 290px;
  }
  .common {
    width: 600px;
  }
  .left_title h3:after {
    width: 50px;
    left: -70px;
  }
  .left_title {
    padding-left: 70px;
  }
  .main {
    margin-left: 290px;
  }
  .container {
    margin-left: 3%;
    width: 980px;
  }
  .left__ {
    margin-left: 3%;
  }
  .main .our_advantage > div:first-child .our_advantage_desc div > span {
    width: 55px;
  }
  .main .our_advantage > div:first-child .our_advantage_desc div > span > span {
    margin-left: -55px;
  }
  .main .service > ul li {
    width: 32%;
    margin-right: 2%;
  }
  .main .case ul li {
    width: 32%;
    margin-right: 2%;
  }
  .main .news ul li {
    width: 32%;
    margin-right: 2%;
  }
  .main .Message > div form {
    width: 848px;
  }
  .input {
    width: 334px;
  }
  .main .Message > div form ul li:nth-of-type(3) input {
    width: 634px;
  }
}
@media screen and (max-width: 1280px) {
  body {
    min-width: 1246px;
  }
  header nav ul li {
    text-align: center;
    height: 55px;
    line-height: 55px;
  }
  header > div:last-child > div p {
    font-size: 12px;
    line-height: 18px;
  }
  .common {
    width: 600px;
    margin-right: 25px;
  }
  header {
    width: 290px;
  }
  .main .team .box3 {
    right: 310px;
  }
  .main {
    margin-left: 290px;
  }
  .container {
    margin-left: 3%;
    width: 920px;
  }
  .left__ {
    margin-left: 3%;
  }
  .main .customer_evaluation > div > div:first-child {
    width: 920px;
  }
  .main .our_advantage > div:first-child .our_advantage_desc div > span {
    width: 55px;
  }
  .main .Message > div form {
    width: 800px;
  }
  .input {
    width: 310px;
  }
  .main .Message > div form ul li:nth-of-type(3) input {
    width: 586px;
  }
}
