@charset "utf-8";
/* CSS Document */
@font-face {
  src: url(../fonts/SourceHanSansCN-Regular.otf);
  font-family: "myfont";
}
@font-face {
  src: url(../fonts/SourceHanSansCN-Medium.otf);
  font-family: "title";
}
@font-face {
  src: url(../fonts/impact.ttf);
  font-family: "num";
}
* {
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  list-style: none;
  font-family: "myfont", sans-serif;
}
@font-face {
  font-family: "iconfont";
  src: url(../icons/iconfont.eot);
  src: url(../icons/iconfont.eot?#iefix) format("embedded-opentype"),
    url(../icons/iconfont.woff) format("woff"),
    url(../icons/iconfont.ttf) format("truetype"),
    url(../icons/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;
}
.clear {
  clear: both;
}
a {
  text-decoration: none;
}
img{
  display: block;
}
/*index*/
.w_all {
  width: 1120px;
  margin: auto;
}
html,body {
  width: 100%;
  position: relative;
  font-size: 68.5%;
}
header {
  width: 100%;
  z-index: 5;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  background: #fff;
  height: 80px;
}
header .nav_box{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header nav {
  display: flex;
  align-items: center;
  color: #001f9e;
}
header .logo {
  height: 40px;
  margin-right: 3rem;
}
header .logo img {
  height: 100%;
}
header ul {
  width: 100%;
  display: flex;
}
header ul li {
  position: relative;
  margin-left: 3.5rem;
}
header ul li h2 {
  color: #001f9e;
  line-height: 80px;
  font-size: 1.56rem;
  font-weight: normal;
  letter-spacing: 0.08rem;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: relative;
}
header ul li:hover >h2{
  cursor: default;
}
header ul li:hover h2 {
  color: #febb87;
}
header ul li .s_menu{
  position: absolute;
  left: -15px;
  top: 80px;
  width: 100%;
  background: #fff;
  width: 10rem;
  padding: 8px 10px;
  display: none;
}
header ul li .s_menu a{
  display: block;
  padding: 6px;
  font-size: 1.32rem;
  color: #001f9e;
}
header ul li .s_menu a:hover{
  text-decoration: underline;
}
header .others {
  display: flex;
  align-items: center;
  color: #001f9e;
  font-size: 1.3rem;
}
header .others img {
  width: 21px;
  margin-right: 5px;
  margin-top: -2px;
}
.navBtn {
  cursor: pointer;
  display: none;
  position: absolute;
  right: 5%;
  top: 15px;
}
.navBtn span {
  display: block;
  width: 21px;
  height: 3px;
  background: #001f9e;
  margin: 4px auto;
  border-radius: 2px;
}
.nav_btn_active {
  margin-top: 5px;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.nav_btn_active span:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.nav_btn_active span:nth-of-type(2) {
  margin-top: -7px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.nav_btn_active span:nth-of-type(3){
  opacity: 0;
}
/*banner*/
.banner {
  position: relative;
  width: 100%;
  height:100vh;
}
.banner .txt{
  position: absolute;
  left: 50%;
  top: 50%;
  line-height: 1.5;
  color: #fff;
  transform: translate(-50%,-50%);
}
.banner h3{
  font-size: 4.8rem;
  font-family: "title";
  margin-bottom: 2rem;
  letter-spacing: 0.2rem;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.08);
}
.banner p{
  width: 45%;
  font-size: 1.9rem;
  letter-spacing: 0.07rem;
  margin: 1rem 0;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.08);
}
.title{
  position: relative;
  font-size: 2.5rem;
  letter-spacing: 0.15rem;
  margin-bottom: 4rem;
}
.title span{
  color: #001f9e;
}
.index_box {
  padding: 8rem 0;
  position: relative;
}
.index_bar1 .contain {
  display: flex;
  justify-content: space-between;
  height: 100%;
  position: relative;
}
.index_bar1 ul {
  width: 50%;
}
.index_bar1 ul li{
  margin: 3rem 0;
}
.index_bar1 h5 {
  font-size: 1.9rem;
  color: #1a1a1a;
  margin-bottom:5px;
  display: flex;
  align-items: center;
  letter-spacing: 0.07rem;
}
.index_bar1 h5 img{
  width: 30px;
  margin-right: 10px;
  margin-top: -2px;
}
.index_bar1 p{
  padding-left: 40px;
  font-size: 1.4rem;
  color: #888;
  line-height: 1.6;
}
.index_bar1 .img {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.index_bar2{
  background: #010c36;
  text-align: center;
}
.index_bar2 .title{
  color: #fff;
  margin-bottom: 0rem;
}
.index_bar2 ul{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.index_bar2 ul li{
  width: 27%;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 15px;
  padding: 3.5rem 0;
  margin:6% 3% 0;
  color: #fff;
  letter-spacing: 0.1rem;
  font-size: 1.7rem;
  transition: all 0.4s ease-out;
  cursor: default;
  font-family: "title";
}
.index_bar2 ul li img{
  height: 50px;
  margin: 0 auto 2rem;
  transition: all 0.4s ease-out;
}
.index_bar2 ul li:hover{
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.index_bar2 ul li:hover img{
  transform: scale(1.1);
}
.index_bar3{
  background: #f6f7fb;
}
.index_bar3 .title{
  text-align: center;
}
.index_bar3 .title span{
  display: block;
}
.index_bar3 ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index_bar3 ul li{
  width: 23%;
  border-radius: 15px;
  padding: 4rem 3rem;
  color: #fff;
  box-sizing: border-box;
  letter-spacing: 0.1rem;
  font-size: 1.7rem;
  transition: all 0.4s ease-out;
  cursor: default
}
.index_bar3 ul li:hover{
  box-shadow: 0 2px 20px 0 rgba(18,33,52,.3);
  transform: translateY(-10px);
}
.index_bar3 ul li img{
  height: 40px;
  margin: 0 0 2rem;
}
.index_bar3 ul li p{
  font-size: 1.26rem;
  margin: 1rem 0;
  opacity: 0.8;
  letter-spacing: 0;
}
.index_bar5 .contain{
  display: flex;
  justify-content: space-between;
}
.index_bar5 .ll{
  width: 45%;
  margin-top: 5%;
}
.index_bar5 .ll h5{
  font-size: 2rem;
  margin: 3rem 0 1.5rem;
  letter-spacing: 0.07rem;
}
.index_bar5 .ll p{
  font-size: 1.4rem;
  color: #666666;
  line-height: 1.7;
}
.index_bar5 .rr{
  width: 48.5%;
  background: #fff;
  box-shadow: 0 2px 20px 0 rgba(18,33,52,.3);
  border-radius: 8px;
  padding: 3rem;
  box-sizing: border-box;
}
.index_bar5 .rr p{
  display: flex;
  margin: 2rem 0;
  align-items: center;
  justify-content: space-between;
  font-size: 1.4rem;
  color: #333;
}
.index_bar5 .rr p span{
  text-align: right;
  display: block;
  width: 80px;
  margin-right: 2rem;
}
.index_bar5 .rr p input{
  border: 1px solid #edf0fa;
  border-radius: 4px;
  padding: 12px 17px;
  font-size: 1.4rem;
  color: #0d2240;
  width: 80%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  caret-color: #001f9e;
  resize: none;
}
.index_bar5 .rr p textarea {
  border: 1px solid #edf0fa;
  border-radius: 4px;
  height: 100px;
  padding: 12px 17px;
  font-size: 1.4rem;
  color: #0d2240;
  width: 80%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  caret-color: #001f9e;
  resize: none;
}
.index_bar5 .rr p:last-of-type{
  align-items: flex-start;
}
.index_bar5 button{
  width: auto !important;
  background: #0c2ca6 !important;
  float: right;
  padding:1rem 3rem;
  text-align: center;
  color: #fff;
  border-radius: 40px;
  font-size: 1.36rem;
  margin: 2rem 0;
  transition: all 0.4s ease-out;
  cursor: pointer;
  letter-spacing: 0.05rem
}
.index_bar5 button:hover{
  background: #feba88 !important;
}
.footer {
  position: relative;
  z-index: 3;
  background: #02071a;
  padding: 15px 0;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
}
html[lang="en"] header ul li h2{
  letter-spacing: 0;
}
html[lang="en"] .banner p{
  letter-spacing: 0;
  font-size: 1.6rem;
}
html[lang="en"] .title{
  letter-spacing: 0rem;
  font-size: 2rem;
}
html[lang="en"] .title span{
  display: block;
}
html[lang="en"] .index_bar1 h5{
  letter-spacing: 0;
  font-size: 1.7rem;
}
html[lang="en"] .index_bar1 p{
  font-size: 1.3rem;
}
html[lang="en"] .index_bar2 ul li{
  letter-spacing: 0;
}
html[lang="en"] .index_bar3 ul li{
  letter-spacing: 0;
}
html[lang="en"] .index_bar5 .rr p span{
  letter-spacing: 0;
  width: 90px;
  font-size: 1.2rem;
}
html[lang="en"]  ::placeholder{
  font-size: 1.2rem;
}
html[lang="en"] .index_bar5 button{
  letter-spacing: 0;
}
html[lang="en"] .index_bar5 .ll p{
  font-size: 1.3rem;
}