* {
  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;
}
.body > section {
  position: relative;
  left: -100%;
  opacity: 0;
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
}
.body .onshow {
  left: 0;
  opacity: 1;
}
.container {
  margin-left: 15px;
  margin-right: 15px;
}
.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  width: 100%;
  height: 100%;
}
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');
}
.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;
  color: #666;
  background-color: #fff;
  margin-left: 1px;
  margin-right: 1px;
  border: 1px solid #cccccc;
  font-size: 12px;
}
.page a:hover {
  background-color: #19305f;
  color: #fff;
}
.page .page_active {
  background-color: c;
  color: #fff;
}
#page {
  padding-bottom: 1px;
  text-align: center;
  height: 50px;
}
#page a {
  background-color: #fff;
  padding: 5px 10px 5px 10px;
  font-size: 12px;
  color: #666;
  margin: 3px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.container_{
  margin-top: 25px;
}
#page a:hover {
  background-color: #19305f;
  color: #fff !important;
}
#page .selected {
  background-color: #19305f;
  color: #fff !important;
}
footer {
  background-color: #f7f7f7;
  position: relative;
  height: 300px;
  margin-top: 25px;
}
footer h2 {
  padding-bottom: 20px;
  padding-top: 30px;
}
footer h2 a {
  font-size: 15px;
  color: #666;
}
footer ul li {
  font-size: 12px;
  color: #888;
  line-height: 22px;
}
footer ul li a {
  color: #888;
}
footer .qr {
  padding: 6px 0 ;
}
footer .qr img {
  width: 70px;
}
footer .copyright p {
  font-size: 12px;
  color: #999;
  line-height: 20px;
}
footer .copyright p a {
  font-size: 12px;
  color: #999;
}
.sub_menu {
  background-color: #fff;
  height: 50px;
  overflow: auto;

}
.sub_menu > div {
  height: 40px;
  white-space: nowrap;
}
.sub_menu > div a {
  display: inline-block;
  height: 100%;
  line-height: 50px;
  font-size: 14px;
  color: #333;
  position: relative;
  margin-right: 15px;
}
.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 {
  text-align: center;
  padding: 15px 0;
}
.left_title h3 {
  position: relative;
  height: 18px;
  line-height: 18px;
}
.left_title h3 img {
  height: 16px;
}
.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: 12px;
  color: #19305f;
  opacity: 0.6;
  line-height: 18px;
  padding-bottom: 10px;
}
.left_title > img {
  width: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  height: 140px;
}

header{
  position: fixed;
  z-index: 12312314;
  left: 0;
  top: 0;
  width: 100%;
  height: 45px;
  background-color: #fff;
}
header .header_show {
  position: absolute;
  width: 100%;
  left: 0;
  height: 45px;
}
header .header_show h1 {
  text-align: center;
}
header .header_show h1 img {
  height: 35px;
    position: relative;
    top: 5px;
}
header .header_show .inr {
  width: 30px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 45px;
  margin: -5px 0 0 -15px;
}
header .header_show .inr span {
  width: 100%;
  height: 1px;
  background: #000;
  right: 0px;
  position: absolute;
  display: block;
  -webkit-transition: width 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: width 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
header .header_show .inr span:nth-of-type(1) {
  top: 0;
}
header .header_show .inr span:nth-of-type(2) {
  top: 5px;
  transition-delay: .05s;
  -moz-transition-delay: .05s;
  -webkit-transition-delay: .05s;
}
header .header_show .inr span:nth-of-type(3) {
  top: 10px;
  transition-delay: .1s;
  -moz-transition-delay: .1s;
  -webkit-transition-delay: .1s;
}
header .header_show .inr.open_menu span {
  width: 0;
}
header .menu_content {
  position: absolute;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  left: -100%;
  top: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}
header .menu_content .menu_content_logo {
  position: absolute;
  left: 24px;
  top: 15px;
}
header .menu_content .menu_content_logo img {
  height: 40px;
}
header .menu_content a#btn_close {
  display: block;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 56px;
  height: 56px;
}
header .menu_content a#btn_close .inr {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -10px;
}
header .menu_content a#btn_close .inr span {
  width: 100%;
  display: block;
  height: 1px;
  background: #222;
  position: absolute;
  top: 9px;
}
header .menu_content a#btn_close .inr span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
header .menu_content a#btn_close .inr span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
header .menu_content nav {
  padding: 0 30px;
  position: relative;
  top: 75px;
}
header .menu_content nav ul {
  text-align: center;
}
header .menu_content nav ul li {
  height: 55px;
  line-height: 55px;
  border-bottom: 1px solid #ddd;
  overflow: hidden;
}

header .menu_content nav ul li a{
  display: inline-block;
  width: 100%;
  height: 100%;
}
header .menu_content nav ul li a i {
  font-size: 80px;
}
header .menu_open {
  left: 0;
}
header .contact_header {
  position: absolute;
  bottom: 25px;
  width: 80%;
  text-align: center;
  left: 10%;
}
header .contact_header p {
  color: #666;
  font-size: 14px;
  line-height: 24px;
}
header .contact_header .call {
  color: #19305f;
  font-size: 30px;
  opacity: 1;
  padding-top: 10px;
  padding-bottom: 20px;
}
header .contact_header .call a {
  color: #19305f;
}
.common__ {
  width: 100%;
  margin-top: 45px;
  height: 200px;
}
.common__ > div > div {
  position: relative;
  top: 70px;
}
.common__ > div > div h2 {
  height: 35px;
  line-height: 35px;
}
.common__ > div > div h2 i {
  font-size: 100px;
  color: #fff;
  font-weight: 100;
}
.common__ > div > div p {
  color: #fff;
  font-size: 14px;
  opacity: 0.4;
  padding-top: 6px;
}
.common p {
  font-size: 14px;
  line-height: 24px;
  color: #666;
}
