.box1 {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 6rem;
    position: relative;
    margin-top: 1rem;
}

.box1_text {
    position: absolute;
    top: 25%;
    left: 2.2rem;
    transform: translate(-50%, -50%);
}

.box1_text_p1 {
    font-family: w27;
    font-size: 0.5rem;
    color: #FFFFFF;
    text-align: left;
    font-style: normal;
    text-transform: none;

}

.box1_text_p2 {
    font-family: w15;
    font-size: 0.2rem;
    color: #FFFFFF;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 0.17rem;
}

.nav {
    width: 100%;
    height: 1.2rem;
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 0;
    right: 0;
}

.nav .main {
    display: flex;
    justify-content: center;
    background-image: linear-gradient(to right, #303360, #43c5ec);
    border-radius: .2rem;
    height: 1.2rem;

}

.nav .main a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 1.2rem;
    text-align: center;
    color: #fff;
    font-size: .2rem;
    position: relative;
    transition: .4s all ease;
    flex: 1;
    border-radius: .2rem;
    border-bottom-right-radius: 0;
}
.nav .main a:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 70px;
    background: rgba(255, 255, 255, .3);
    display: block;
}
.nav .main a.active {
    background-image: linear-gradient(to right, #f4b312, #e17626);
}
.nav .main a div{
    display: flex;
    flex-wrap: wrap;
}
.nav .main a div span{
    width: 100%;
    text-align: center;
}
.nav .main a:hover {
    background-image: linear-gradient(to right, #f4b312, #e17626);
}

.nav .main a .img10 {
    width: .31rem;
    height: .31rem;
    margin: 0 auto;
    object-fit: contain;
}

.nav .main a .img11 {
    width: .32rem;
    height: .3rem;
    margin: 0 auto;

}

.nav .main a span {
    text-align: center;
}


.box2 {
    /*background: #F4F5FF;*/
    padding-top: 1.06rem;
    padding-bottom: 1.09rem;
    background: url(../images/n_contact1.jpg);
    background-size: cover;

}

.box2_title {
    font-size: .5rem;
}

.box2 .main ul {
    display: flex;
    flex-wrap: wrap;
}

.box2 .main ul li {
    margin-top: .6rem;
    width: 33.33%;
    color: #30335f;
}

.box2 .main ul li .g_btn {
    width: 2rem;
    margin-top: .2rem;
}

.g_btn::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    border-radius: .24rem;
    border-bottom-right-radius: 0;
    background-image: linear-gradient(to right, #303360, #243e91, #43c5ec);
    transform: scale(.99);
    transition: .4s all ease;
}

.g_btn span {
    display: block;
    width: 100%;
    height: 100%;
    transition: .4s all ease;
    position: relative;
    z-index: 9;
    background-image: linear-gradient(to right, #f9c40c, #e17626);
    border-radius: .24rem;
    border-bottom-right-radius: 0;
}

.g_btn {
    display: block;
    height: .56rem;
    line-height: .56rem;
    text-align: center;
    font-size: .18rem;
    color: #fff;
    position: relative;
}

.g_btn:hover span {
    transform: translate(-3px, -3px);
}



.box2 .main ul li .name {
    font-size: .18rem;
    display: flex;
    align-items: center;
}

.box2 .main ul li .name .img12 {
    width: .2rem;
    height: .18rem;
    margin-right: .06rem;
}

.box2 .main ul li .name .img13 {
    width: .19rem;
    height: .18rem;
    margin-right: .06rem;
}

.box2 .main ul li .name .img14 {
    width: .18rem;
    height: .21rem;
    margin-right: .06rem;
}

.box2 .main ul li .name .img15 {
    width: .17rem;
    height: .2rem;
    margin-right: .06rem;
}

.box2img {
    width: 100%;
    margin-top: .45rem;
}

.box2_box {
    display: flex;
    padding-top: 1.07rem;
}

.box2_left {
    width: 5.4rem;
}
.box2_left .i_title{
    text-align: left;
    font-size: .46rem;
    color: #474747;
}
.box2_left .i_title h2{
    font-size: 46px;
    color: #474747;
    font-weight: 600;
}

.box2 .main ul li .text {
    font-size: .4rem;
    display: block;
    font-weight: bold;
}

.box2 .main ul li p {
    font-size: .3rem;
    display: block;
    color: #337AB7;
}

.box2_left .form {
    margin-top: .49rem;
}

.box2_left .form .name::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: .04rem;
    height: .36rem;
    background: #e07405;
}

.box2_left .form .name {
    position: relative;
    padding-left: .18rem;
    font-size: .3rem;
    color: #474747;
    display: block;
}

.box2_left .form input {
    display: block;
    margin-top: .2rem;
    padding: 0 .26rem;
    width: 100%;
    height: .6rem;
    font-size: .18rem;
    color: #777777;
    background: #fff;
    border: 0;
    border-radius: .08rem;
}
.box2_left .form input:hover {
  box-shadow: 0 0 .04rem #e17626;
}
.box2_left .form textarea {
    display: block;
    margin-top: .2rem;
    padding: .26rem;
    width: 100%;
    height: 1.4rem;
    font-size: .18rem;
    color: #777777;
    background: #fff;
    border: 0;
    border-radius: .08rem;
}

.box2_left .form .verification {
    display: flex;
}

.box2_left .formw .verification input {
    width: calc(100% - 1.5rem);
}

.box2_left .form .verification canvas {
    width: 1.4rem;
    margin-top: .2rem;
}

.box2_left .form  .g_btn {
    width: 1.7rem;
    margin-top: .38rem;
    border: 0;
    background: none;
    padding: 0
}
.g_btn::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  border-radius: 24px;
    border-bottom-right-radius: 24px;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to right, #303360 , #243e91 ,#43c5ec);
  transform: scale(.99);
  transition: .4s all ease;
}
.g_btn {
  line-height: 56px;
  text-align: center;
  font-size: 18px;
  color: #fff;
}
.g_btn span {
  display: block;
  width: 100%;
  height: 100%;
  transition: .4s all ease;
  position: relative;
  z-index: 9;
  background-image: linear-gradient(to right, #f9c40c, #e17626);
}
.box2_right{
    width: 9.98rem;
    height: 6.68rem;
    margin-left: .41rem;
}

@media only screen and (max-width: 1024px) {
.box2_title{
    font-size: 0.2rem;
    text-align: center;
}
.box2 .main ul{
    display: block;
    height: auto;
    overflow: hidden;
}
.box2 .main ul li{
    margin-top: .2rem;
    width: 100%;
    text-align: center;
}
.box2 .main ul li .g_btn{
    width: 55%;
    margin: 0 auto;
    font-size: 0.16rem;
}
.box1{
    margin-top: 0;
    height: 2.5rem !important;
    background-size: auto;
    background-position: center;
    background-size: cover;
}
.box2 .main ul li .text{
    font-size: 0.18rem;
}
.box2 .main ul li .name{
    justify-content: center;
    font-size: 0.16rem;
}
.box2 .main ul li p{
    font-size: 0.18rem;
}
.box2img{
    margin-top: 0;
}
.box2_box{
    display: block;
    height: auto;
    overflow: hidden;
    padding-top: 0;
}
.box2_left .i_title{
font-size: 0.18rem;    
}
.box2_left .i_title h2{
    font-size: 0.24rem;
}
.box2_left{
    width: 100%;
}
.box2_left .form .name{
    font-size: 0.16rem;
}
.box2_left .form input{
    font-size: 0.16rem;
}
.box2_right{
    width: 100%;
    margin-top: .3rem;
    margin-left: 0;
    height: auto;
}
.box2_right img{
    width: 100%;
}
.nav{
    display: none;
}
    
.box1_text_p1{
    font-size: 0.24rem;
}
.box2{
    padding-top: .5rem;
}
}