
@font-face{
    font-family: 'p';
    src : url('../font/Poppins-Regular.ttf');
}
@font-face{
    font-family: 'pb';
    src : url('../font/Poppins-Bold.ttf');
}
*{
    margin: 0;
    padding: 0;
    font-family:p;
}
li{
    list-style: none;
}
a{
    text-decoration: none;
    cursor: pointer;
}
body{
    max-width: 19.2rem;
    margin: 0 auto;
}
.banner{
    width: 100%;
    height: 8.5rem;
    background: url(../img/banner.jpg) no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
}


#bkform3{
position: fixed;
z-index: 99999999;
top: 0%;
display: none;
}
.form {
width: 7.71rem;
padding: 0.2rem 0.1rem;
background: rgba(75, 74, 73, 0.8);
box-shadow: 0px 0.03rem 0.2rem 0.01rem rgba(3, 69, 158, 0.03921569);
font-size: 0.2rem;
font-family: Arial-Regular, Arial;
font-weight: 400;
color: #001323;
}
.form .dropdown.active .option {
display: block;
}
.form .dropdown {
position: relative;
width: 100%;
height: 0.58rem;
}
.form .dropdown input {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
cursor: pointer;
background-color: rgba(0, 19, 35, 0.03);
border: none;
outline: none;
padding: 0 0.2rem;
font-size: 0.21rem;
font-family: Arial-Regular, Arial;
font-weight: 400;
color: #001323;
}
.form .dropdown::before {
content: "";
position: absolute;
right: 0.2rem;
top: 0.14rem;
z-index: 10000;
width: 0.14rem;
height: 0.14rem;
border: 0.02rem solid #001323;
border-top: 0.02rem solid transparent;
border-right: 0.02rem solid transparent;
transform: rotate(-45deg);
transition: 0.5s;
pointer-events: none;
}

.form .dropdown.active::before {
top: 0.25rem;
transform: rotate(-225deg);
}
.form .dropdown .option {
height: 2.32rem;
display: none;
position: absolute;
top: 0.58rem;
width: 100%;
background-color: #ffffff;
overflow-y: auto;
}
.form .dropdown .option div {
height: 0.58rem;
line-height: 0.58rem;
padding: 0 0.2rem;
cursor: pointer;
}
.form .dropdown .option div:hover {
background-color: rgba(0, 19, 35, 0.1);
}
.form .contact-way {
font-size: 0.2rem;
font-family: Arial-Regular, Arial;
height: 1rem;
color: #001323;
display: flex;
justify-content: space-between;
}
.form .contact-way div {
width: 2.5rem;
}
.form .contact-way input {
margin-top: 0.17rem;
width: 2.87rem;
height: 0.46rem;
background: #fafafa;
border: 1px solid #cccccc;
font-size: 0.21rem;
font-family: Arial-Regular, Arial;
font-weight: 400;
color: #000;
padding-left: 0.1rem;
}
.form .Requirement p {
margin-top: 0.22rem;
margin-bottom: 0.17rem;
}
.form .Requirement textarea {
width: 100%;
height: 1.29rem;
background-color: rgba(0, 19, 35, 0.03);
resize: none;
border: 1px solid #ccc;
padding: 0.2rem;
font-size: 0.21rem;
font-family: Arial-Regular, Arial;
font-weight: 400;
color: #fff;
}
.form .submit {
text-align: center;
margin-top: 0.27rem;
}
.form .submit button {
width: 1.97rem;
height: 0.68rem;
background: #1daf0f;
border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
font-size: 0.28rem;
font-family: Microsoft YaHei-Regular, Microsoft YaHei;
font-weight: 400;
color: #f9fbfc;
}
.guanbi{
float: right;
position: absolute;
top: -0.25rem;
right: -0.25rem;

}
.hint{
font-size: 0.18rem;
color: red;
}


#form3 input::-webkit-input-placeholder{

color: #000;
font-size: 0.18rem;
}

#form3 input::-moz-placeholder{   /* Mozilla Firefox 19+ */

color: #000;
font-size: 0.18rem;
}

#form3 input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */

color: #000;
font-size: 0.18rem;
}

#form3 input:-ms-input-placeholder{  /* Internet Explorer 10-11 */

color: #000;
font-size: 0.18rem;

}
#form3 textarea::-webkit-input-placeholder{

color: #000;
font-size: 0.18rem;
}

#form3 textarea::-moz-placeholder{   /* Mozilla Firefox 19+ */

color: #000;
font-size: 0.18rem;
}

#form3 textarea:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */

color: #000;
font-size: 0.18rem;
}

#form3 textarea:-ms-input-placeholder{  /* Internet Explorer 10-11 */

color:#000;
font-size: 0.18rem;
}


.inquiry{
    width: 100%;
    height: 8.49rem;
    background: url(../img/849.jpg) no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
    padding-top: 0.4rem;
}
.inquirycenter{
    width: 16rem;
    height: 8.49rem;
    margin: 0 auto;
    position: relative;
}
.inquiryleft{
    width: 6rem;
    height: 8.6rem;
    float: left;
    position: relative;
}
.inquiryleft h2{
    font-size: 0.42rem;
    font-family: pb;
    text-align: left;
    line-height: 0.42rem;
    padding-top: 1.58rem;
    padding-bottom: 0.56rem;
}
.inquirytitle{
    width: 7rem;
    height: auto;
    font-size: 0.2rem;
    line-height: 0.36rem;
    color: #666;
    text-align: left;
    font-family: p;
}
.inquirybox{
    width: 100%;
    height: 0.01rem;
    background: #ccc;
    margin-top: 0.55rem;
    margin-bottom: 0.3rem;
}
.inquirytitle2{
    width: 6rem;
    height: auto;
    font-size: 0.2rem;
    line-height: 0.36rem;
    font-family: p;
    text-align: left;
    color: #666;
}
.inquirycenter ul li:nth-of-type(1){
    font-size: 0.22rem;
    color: #fff;
    font-family: p;
    position: absolute;
    top: 3.65rem;
    left: 1.65rem;
}
.inquirycenter ul li:nth-of-type(2){
    font-size: 0.22rem;
    color: #fff;
    font-family: p;
    position: absolute;
    top: 4.55rem;
    left: 1.56rem;
}
.inquirycenter ul li:nth-of-type(3){
    font-size: 0.22rem;
    color: #fff;
    font-family: p;
    position: absolute;
    top: 5.55rem;
    left: 1.45rem;
}
.inquiryright{
    width: 9.08rem;
    height: 6.17rem;
    float: left;
    /* box-shadow: 0px 0px 6px #f4f4f4; */
    margin-top: 0.59rem;
    margin-left: 5.3rem;
}
.inquiryright h3{
    font-size: 0.42rem;
    font-family: pb;
    font-weight: 600;
    color: #000;
    width: 100%;
    text-align: left;
    line-height: 0.42rem;
    padding-top: 0.47rem;
    padding-bottom: 0.1rem;
}
#form2{
    padding-bottom: 0.8rem;
    border-radius: 10px;
    margin-top: -0.3rem;
    MARGIN-LEFT: 0REM;
}
.five1{width: 9.08rem;height: 2.55rem;margin: 0 auto;display: flex;flex-direction: row;flex-wrap: wrap;/* float: left; */justify-content: space-between;align-content: space-between;}
.five2{
width: 4.27rem;
height: 0.6rem;
}
.five2 p{
width: 4.27rem;
height: 0.3rem;
font-size: 0.22rem;
line-height: 0.3rem;
color: #000;
}
..five2 span{
color: red;
font-size: 0.2rem;
}
.five2 input{
   width: 3.92rem;
   height: 0.52rem;
   float: left;
   border: 1px solid #ccc;
   padding-left: 0.35rem;
   background: #fafafa;
   font-size: 0.2rem;
}

.five3{width: 100%;margin: 0 auto;height: 1.85rem;margin-top: 0.15rem;}
.five3 p{
width: 100%;
margin: 0 auto;
height: 0.3rem;
font-size: 0.22rem;
line-height: 0.3rem;
color: #000;
}
..five3 span{
color: red;
font-size: 0.2rem;
}
.buttons1{
    width: 4.22rem;
    height: 0.65rem;
    line-height: 0.65rem;
    text-align: center;
    font-size: 0.3rem;
    color: #fff;
    margin: 0 auto;
    font-weight: 600;
    display: table;
    border-radius: 0.65rem;
    background: #df2c25;
    box-shadow: 0.05rem 0.06rem 1px #fdedc9;
}
.five3 textarea{
    width: 8.74rem;
    height: 1.55rem;
    background: #fafafa;
    float: left;
    resize: none;
    border: 1px solid #ccc;
    padding-top: 0.1rem;
    line-height: 0.3rem;
    color: #666;
    font-size: 0.2rem;
    padding-left: 0.35rem;
    /* margin-left: 0.38rem; */
}
input::-webkit-input-placeholder{

color: #666;
font-size: 0.18rem;
}

input::-moz-placeholder{   /* Mozilla Firefox 19+ */

color: #666;
font-size: 0.18rem;
}

input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */

color: #666;
font-size: 0.18rem;
}

input:-ms-input-placeholder{  /* Internet Explorer 10-11 */

color: #666;
font-size: 0.18rem;

}
textarea::-webkit-input-placeholder{

color: #666;
font-size: 0.18rem;
}

.five2{
    position: relative;
}
.five2 img{
    width: 0.22rem;
    height: 0.22rem;position: absolute;
    top: 0.16rem;
    left: 0.1rem;
}
.five3{
    position: relative;
}
.five3 img{
    width: 0.22rem;
    height: 0.22rem;
    position: absolute;
    top: 0.16rem;
    left: 0.12rem !important;
}
.banner_bots{
    width: 100%;
    height: 15.5rem;
    background: url(../img/700.jpg) no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
}
.banner_botscenter{
    width: 15rem;
    height: auto;
    margin: 0 auto;
}
.banner_video{
    width: 7.88rem;
    height: 4.76rem;
    float: left;
    margin-top: 1.1rem;
}
.banner_right{
    width: 6.6rem;
    height: auto;
    float: right;
    font-size: 0.2rem;
    line-height: 0.36rem;
    color: #000;
    text-align: left;
    font-family: p;
    margin-top: 1.1rem;
}
.banner_Button{
    width: 2.71rem;
    height: 0.55rem;
    border-radius: 0.55rem;
    color: #fff;
    font-family: pb;
    text-align: center;
    line-height: 0.55rem;
    background: linear-gradient(to right,#6493ff,#2969f8);
    margin-top: 0.5rem;
}
.two_chas{
    width: 100%;
    height: 9.45rem;
    margin: 0 auto;
    background: url(../img/1145.jpg) no-repeat;
    background-size: 100% 100%;
}
.two_chascenter{
    width: 15rem;
    height: 11.45rem;
    margin: 0 auto;
}
.two_chascenter h2{
    width: 15rem;
    height: auto;
    font-size: 0.4rem;
    font-family: pb;
    font-weight: 600;
    color: #000;
    text-align: center;
    line-height: 0.4rem;
    padding-top: 1.09rem;
    padding-bottom: 0.54rem;
}
.dian{
    width: 0.72rem;
    height: 0.1rem;
    margin: 0 auto;
    display: block;
}
.bigBox {
    width: 15rem;
    height: 7.8rem;
    /* background: rgb(236, 236, 236); */
    margin: 0 auto;
    /* border-bottom: 5px solid orange; */
    /* border-radius: 5px; */
    box-sizing: border-box;
    margin-top: 30px;
    padding-top: 20px;
}

.bigBox ul {
    height: auto;
    display: flex;
    justify-content: space-evenly;
}

.bigBox ul li {
    width: 4.9rem;
    height: 1.48rem;
    background: url(../img/qie2.png) no-repeat;
    background-size: 100% 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    border-radius: 5px;
    transition:all .7s ease 0s;
    cursor: pointer;
}
.bigBox ul li:hover{
background:url(../img/qie.png) no-repeat;
background-size: 100% 100%;
}
.box {
    width: 15rem;
    height: 5.8rem;
    margin: 0.35rem auto;
    background: skyblue;
    overflow: hidden;
    border-radius: 5px;
}

.box>div {
    width: 15rem;
    height: 5.8rem;
    background: #fff;
    text-align: center;
    line-height: 400px;
    font-size: 30px;
    font-weight: 500;
}

.active {
    background:url(../img/qie.png) no-repeat !important;
background-size: 100% 100% !important;
cursor: pointer;
}
.two_tyes{
    width: 15rem;
    height: auto;
    font-size: 0.2rem;
    line-height: 0.2rem;
    font-family: p;
    margin: 0 auto;
    text-align: center;
    padding-top: 0.1rem;
    padding-bottom: 0.6rem;
}
.acctr{
    width: 2.45rem;
    height: 0.55rem;
    background: transparent !important;
    margin: 0 auto;
    font-size: 0.3rem;
    font-family: pb;
    color: #000;
    text-align: center;
    line-height: 0.55rem;
    transition: 0.4s;
}
.active .acctr{
    color: #fff !important;
    transition: 0.4s;
    cursor: pointer;
}
.accimg{
    width: 0.4rem;
    height: 0.55rem;
    float: left;
    background: url(../img/a11.png) no-repeat;
    background-size: 100% 100%;
    
}
.active .accimg{
    width: 0.4rem;
    height: 0.55rem;
    float: left;
    background: url(../img/a1.png) no-repeat;
    background-size: 100% 100%;
}

.accimg2{
    width: 0.4rem;
    height: 0.55rem;
    float: left;
    background: url(../img/a22.png) no-repeat;
    background-size: 100% 100%;
}
.active .accimg2{
    width: 0.4rem;
    height: 0.55rem;
    float: left;
    background: url(../img/a2.png) no-repeat;
    background-size: 100% 100%;
}
.accimg3{
    width: 0.4rem;
    height: 0.55rem;
    float: left;
    background: url(../img/a33.png) no-repeat;
    background-size: 100% 100%;
}
.active .accimg3{
    width: 0.4rem;
    height: 0.55rem;
    float: left;
    background: url(../img/a3.png) no-repeat;
    background-size: 100% 100%;
}
.boximgsright{
    width: 8.18rem;
    height: 5.8rem;
    float: right;
}
.boximgsright img{
    transition: 0.4s;
    width: 100%;
    height: 100%;
}
.box_left{
    width: 5.8rem;
    height: 5.8rem;
    float: left;
    margin-left: 0.49rem;
    position: relative;
}
.box_left h3{
    width: 5.8rem;
    height: auto;
    font-size: 0.28rem;
    line-height: 0.3rem;
    text-align: left;
    color: #000;
    font-family: pb;
    padding-top: 0.45rem;
    padding-bottom: 0.4rem;
}
.box_leftones{
    width: 5.8rem;
    height: 0.2rem;
    font-size: 0.2rem;
    font-family: p;
    color: #333;
    line-height: 0.2rem;
    text-align: left;
    margin-top: 0.15rem;
}
.box_leftones img{
    width: 0.14rem;
    height: 0.14rem;
    float: left;
    margin-right: 0.1rem;
    margin-top: 0.03rem;
}
.bx_box{
    width: auto;
    height: auto;
    font-size: 0.18rem;
    line-height: 0.26rem;
    color: #666;
    text-align: left;
    padding: 0.25rem;
    background: #ecf7fe;
    border: 0.01rem dashed #7ba4ff;
    margin-top: 0.3rem;
}
.bx_button{
    width: 3.95rem;
    position: absolute;
    height: 0.97rem;
    background: url(../img/buts.png) no-repeat;
    background-size: 100% 100%;
    left: 0rem;
    bottom: 0rem;
}
.tws_sd{
    width: 100%;
    height: 8rem;
    background: #ecf7fe;
    padding-top: 0.2rem;
    background-size: 100% 100%;
    margin: 0 auto;
    position: relative;
    padding-bottom: 0.9rem;
}
.tws_sdcenter{
    width: 15rem;
    height: 8rem;
    margin: 0 auto;
    position: relative;
}
.tws_sdcenter h2{
    width: 15rem;
    height: auto;
    font-size: 0.42rem;
    font-family: pb;
    font-weight: 600;
    color: #000;
    text-align: center;
    line-height: 0.42rem;
    padding-top: 0.8rem;
    padding-bottom: 0.2rem;
    
}
.tws_694{
    width: 15rem;
    height: 6.94rem;
    margin: 0 auto;
    margin-top: 0.5rem;
}
.thrs{
    width: 100%;
    height: 8.9rem;
    background: url(../img/890.jpg) no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
}
.thrscenter{
    width: 15rem;
    height: 8.9rem;
    margin: 0 auto;
}
.thrscenter h2{
    width: 15rem;
    height: auto;
    font-size: 0.42rem;
    font-family: pb;
    font-weight: 600;
    color: #fff;
    text-align: center;
    line-height: 0.42rem;
    padding-top: 0.8rem;
    padding-bottom: 0.2rem;
}
.thrscenter ul{
    width: 15rem;
    height: 4.68rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.thrscenter ul li{
    width: 4.85rem;
    height: 4.68rem;
    background: #fff;
}
.thr_img{
    width: 4.85rem;
    height: 3.37rem;
    overflow: hidden;
}
.thr_img img{
    width: 4.85rem;
    height: 3.37rem;
    transition: 0.4s;
}
.thr_img img:hover{
    transform: scale(1.05);
    transition: 0.4s;
}
.thr_ccs{
    width: 4.85rem;
    height: 1.31rem;
    background: #fff;
    position: relative;
}
.yuan{
    width: 0.42rem;
    height: 0.42rem;
    background: url(../img/yuan.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 0.41rem;
    top: 0.44rem;
}
.thr_ccs h3{
    width: auto;
    font-size: 0.24rem;
    font-family: pb;
    font-weight: 600;
    color: #000;
    text-align: left;
    line-height: 0.24rem;
    padding-top: 0.39rem;
    padding-left: 0.38rem;
}
.thd{
    width: auto;
    font-size: 0.2rem;
    font-family: p;
    color: #666;
    line-height: 0.2rem;
    padding-left: 0.38rem;
    padding-top: 0.1rem;
}
.for{
    width: 100%;
    height: 9.27rem;
    background: #fff;
    margin: 0 auto;
}
.forcenter{
    width: 15rem;
    height: 9.27rem;
    margin: 0 auto;
}
.forcenter h2{
    width: 15rem;
    height: auto;
    font-size: 0.42rem;
    font-family: pb;
    font-weight: 600;
    color: #000;
    text-align: center;
    line-height: 0.42rem;
    padding-top: 0.8rem;
    padding-bottom: 0.2rem;
}
.fs1{
    width: 15rem;
    height: 3.41rem;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}
.fs1 li {
    width: 7.44rem;
    height: 3.41rem;
    overflow: hidden;
}
.fs1 li img{
    width: 7.44rem;
    height: 3.41rem;
    transition: 0.4s;
}
.fs1 li img:hover{
    transform: scale(1.05);
    transition: 0.4s;
}

.container {
    width: 100%;
    margin: 0px auto;
}


.scroll {
    width: 100%;
    /* border: 1px solid #ccc; */
    overflow: hidden;
}

.scroll ul {
    white-space: nowrap;
}

.scroll ul li {
    display: inline-block;
    margin: 0.1rem ;
    width: 3.43rem;
    height: 2.69rem;
}

.scroll ul img {
    vertical-align: top;
    width: 100%;
    height: 100%;
}

.padding-5 {
    padding: 5px;
}

.margin-t-20 {
    margin-top: 20px;
}

a {
    text-decoration: none;
}

.select {
    margin-top: 10px;
}
.banner_huo{
    width: 0.45rem;
    height: 0.45rem;
    background: #ffdd8e;
    display: block;
    border-radius: 0.45rem;
    float: left;
    margin-top: 0.05rem;
}
.banner_huo img{
    width: 0.25rem;
    height: 0.28rem;
    margin: 0 auto;
    display: block;
    padding-top: 0.085rem;
}
.bans_ts{
    width: 7.5rem;
    height: auto;
    font-size: 0.42rem;
    font-family: pb;
    font-weight: 600;
    line-height: 0.63rem;
    color: #000;
    text-align: center;
    margin: 0 auto;
    /* padding-top: 0.85rem; */
    /* padding-bottom: 0.85rem; */
}
.bans_ts1{
    width: 6.8rem;
    height: auto;
    font-size: 0.42rem;
    font-family: pb;
    font-weight: 600;
    line-height: 0.63rem;
    color: #000;
    text-align: left;
    margin: 0 auto;
    /* padding-top: 0.85rem; */
    /* padding-bottom: 0.85rem; */
}
.bans_ts2{
    width: 10.5rem;
    height: auto;
    font-size: 0.2rem;
    line-height: 0.3rem;
    color: #666;
    text-align: center;
    font-family: p;
    margin: 0 auto;
    padding-bottom: 0.5rem;
}
.ul_bans{
    width: 15rem;
    height: 6.04rem;
    margin: 0 auto;
}
.ul_bans1{
    width: 6.24rem;
    height: 7.94rem;
    background: #ecf5fc;
    transition: 0.4s;
    overflow: hidden;
    float: left;
    position: relative;
}
.ul_bans1 img{
    width: 6.24rem;
    height: 7.94rem;
    transition: 0.4s;
}
.ul_bans1 h3{
    width: 6.24rem;
    height: auto;
    font-size: 0.26rem;
    text-align: center;
    line-height: 0.26rem;
    font-family: pb;
    position: absolute;
    bottom: 0.52rem;
}
.ul_bans1 img:hover{
    transition: 0.4s;
    transform: scale(1.05);
    cursor: pointer;
}
.ul_bans ul{
    width: 15rem;
    height: 7.24rem;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-content: space-between;
    float: right;
    margin-top: 0.5rem;
}
.ul_bans ul li{
    width: 4.79rem;
    height: 6.5rem;
    background: url(../img/343.jpg);
    /* overflow: hidden; */
    position: relative;
    box-shadow: 0px 0px 6px #eee;
}
.ul_bans ul li img{
    width: 100%;
    height: 3.08rem;
    transition: 0.4s;
    /* position: absolute; */
    display: block;
    right: 0rem;
    bottom: -0.2rem;
}
.ul_bans ul li h3{
    font-size: 0.24rem;
    font-family: pb;
    font-weight: 600;
    color: #000;
    width: 100%;
    /* position: absolute; */
    text-align: left;
    /* bottom: 0.36rem; */
    padding-left: 0.33rem;
    /* text-align: center; */
    padding-top: 0.5rem;
    padding-bottom: 0.22rem;
}
.ul_bans ul li img:hover{
    transform: scale(1.05);
    transition: 0.4s;
    cursor: pointer;
}
.two_tiaos{
    width: 100%;
    height: 9.2rem;
    margin: 0 auto;
    background: url(../img/401.jpg) no-repeat;
    background-size: 100% 100%;
    margin-top: 1.9rem;
}
.two_tiaoscenter{
    width: 15rem;
    height: 9.2rem;
    margin: 0 auto;
}
.two_right{
    width: 15rem;
    height: 9.2rem;
    float: right;
    font-size: 0.2rem;
    line-height: 0.36rem;
    font-family: p;
   position: relative;
    text-align: left;
}
.two_imgs{
    width: 7.25rem;
    height: 6.27rem;
    position: absolute;
    top: -0.7rem;
    left: 3rem;
    z-index: 9999;
}
.two_right h2{
    width: 6.66rem;
    height: auto;
    font-size: 0.32rem;
    font-weight: 600;
    color: #fff;
    text-align: left;
    line-height: 0.48rem;
    padding-top: 0.72rem;
    padding-bottom: 0.32rem;
    font-family: pb;
}
.two_right_button{
    width: 3rem;
    height: 0.6rem;
    background: #fff;
    font-size: 0.2rem;
    font-family: pb;
    line-height: 0.6rem;
    text-align: center;
    border-radius: 0.6rem;
    margin-top: 0.35rem;
}
.two_right_button img{
    width: 0.5rem;
    height: 0.5rem;
    float: right;
    margin-top: 0.05rem;
    margin-right: 0.05rem;
}
.two_chascenter ul{
    width: 15rem;
    height: 6.62rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: space-between;
    margin: 0 auto;
}
.two_chascenter ul li{
    width: 7.4rem;
    height: 1.98rem;
    background: #ecf5fb;
}
.two_chascenter ul li img{
    width: 3.11rem;
    height: 1.98rem;
    float: left;
}
.two_right_white{
    width: 4.12rem;
    height: 1.7rem;
    background: #fff;
    float: left;
    margin-top: 0.15rem;
}
.two_right_white h3{
    font-size: 0.22rem;
    color: #000;
    font-family: pb;
    text-align: left;
    line-height: 0.22rem;
    font-weight: 600;
    padding-top: 0.37rem;
    padding-bottom: 0.16rem;
    padding-left: 0.22rem;
}
.two_right_whs{
    width: auto;
    font-size: 0.2rem;
    line-height: 0.26rem;
    color: #666;
    text-align: left;
    padding-left: 0.22rem;
    padding-right: 0.22rem;
}
.tws_sds{
    width: 12rem;
    height: auto;
    font-size: 0.2rem;
    line-height: 0.32rem;
    font-family: p;
    margin: 0 auto;
    color: #333;
    text-align: center;
}
.tws_sdcenter ul{
    width: 15rem;
    height: 5.96rem;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: space-between;
    margin: 0 auto;
    margin-top: 0.8rem;
}
.tws_sdcenter ul li {
    width: 3.53rem;
    height: 2.8rem;
    /* border: 0.04rem solid #fff7cc; */
    /* overflow: hidden; */
}
.tws_sdcenter ul li img{
    width: 3.53rem;
    height: 2.8rem;
    transition: 0.4s;
}
.tws_sdcenter ul li img:hover{
    /* transform: scale(1.05); */
    transition: 0.4s;
    cursor: pointer;
}
.banner_bottom{
    width: 15rem;
    height: 2rem;
    margin: 0 auto;
    background: #fff;
    margin-top: -0.65rem;
    box-shadow: 0px 0px 6px #ccc;
    border-radius: 0.05rem;
}
.banner_bottom ul{
    width: 15rem;
    height: 1.1rem;
    display: flex;
    justify-content: space-around;
    margin: 0 auto;
}
.banner_bottom ul li{
    width: auto;
    height: 1.1rem;
    text-align: center;
    font-size: 0.2rem;
    color: #000;
    font-family: pb;
    line-height: 0.24rem;
    margin-top: 0.4rem;
}
.banner_bottom ul li img{
    width: 1rem;
    height: 0.7rem;
    display: block;
    margin: 0 auto;
}
.ul_tts{
    width: auto;
    height: auto;
    font-size: 0.2rem;
    line-height: 0.36rem;
    text-align: left;
    color: #666;
    padding-left: 0.33rem;
}
.ul_buttons{
    width: 2.25rem;
    height: 0.5rem;
    border-radius: 0.5rem;
    text-align: center;
    line-height: 0.5rem;
    font-size: 0.18rem;
    color: #fff;
    font-family: pb;
    background: #df2c25;
    margin-left: 0.33rem;
    margin-top: 0.2rem;
}
.tws_dds
{
    width: 1.44rem;
    height: 0.05rem;
    background: #df2c25;
}
.two_oi1{
    width: 4rem;
    height: 3.64rem;
    background: #fff;
    position: absolute;
    right: 0rem;
    top: 0.66rem;
    padding-left: 0.33rem;
    padding-right: 0.33rem;
}
.two_oi1 h1{
    font-size: 0.6rem;
    color:#df2c25;
    font-family: pb;
    text-align: left;
    line-height: 1.05rem;
}
.two_oi1 h3{
    font-size: 0.22rem;
    color:#000;
    font-family: pb;
    text-align: left;
    line-height: 0.32rem;
}
.two_oi2{
    width: auto;
    font-size: 0.2rem;
    line-height: 0.3rem;
    color: #666;
    text-align: left;
    padding-top: 0.25rem;
}
.two_right ul{
    width: 15rem;
    height: 3.64rem;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    position: absolute;
    bottom: 0.9rem;
}

.two_oi11{
    width: 4rem;
    height: 3.64rem;
    background: #fff;
    padding-left: 0.33rem;
    padding-right: 0.33rem;
}
.two_oi11 h1{
    font-size: 0.6rem;
    color:#df2c25;
    font-family: pb;
    text-align: left;
    line-height: 1.05rem;
}
.two_oi11 h3{
    font-size: 0.22rem;
    color:#000;
    font-family: pb;
    text-align: left;
    line-height: 0.32rem;
}
.tws_bur{
    /* background:#ebf1ff; */
    width: 15rem;
    height: auto;
    position: absolute;
    bottom: 0rem;
    left: 0rem;
    border-radius: 0.8rem;
}
.tws_sdcenter ul{
    width: 15rem;
    height: 5.83rem;
    display: flex;
    justify-content: space-around;
    margin: 0 auto;
    position: absolute;
    align-content: space-between;
    flex-wrap: wrap;
    bottom: 0.7rem;
}
.tws_sdcenter ul li{
    width: 3.72rem;
    height: 2.88rem;
    background: #000;
    transition: 0.4s;
    position: relative;
}
.tws_sdcenter ul li img{
    width: 3.72rem;
    height: 2.3rem;
    position: absolute;
    top: 0rem;
    left: 0rem;
}
.tws_bur ul li h3{
    font-size: 0.2rem;
    font-family: p !important;
    font-weight: 400;
    text-align: center;
    color: #fff;
    line-height: 0.58rem;
    position: absolute;
    bottom: 0rem;
    transition: 0.4s;
    width: 3.72rem;
    height: 0.58rem;
}
.fac{
    width: 100%;
    height: 11rem;
    margin: 0 auto;
    position: relative;
}
.faccenter{
    width: 15rem;
    height: 9.9rem;
    margin: 0 auto;
    position: relative;
}
.faccenter h2{
    font-size: 0.42rem;
    color: #000;
    font-family: pb;
    text-align: left;

}
.fac_tts{
    width: 11rem;
    height: auto;
    font-size: 0.2rem;
    line-height: 0.3rem;
    text-align: left;
    color: #666;
    font-family: p;
    margin-bottom: 0.5rem;
}
.facs{
    width: 7.6rem;
    height: 1.5rem;
    background: url(../img/ccn.png) no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
    position: absolute;
    right: 0rem;
    top: 1.77rem;
}
.facs_left{
    width: 6.94rem;
    height: 7.17rem;
    float: left;
    overflow: hidden;
}
.swiper {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .swiper-pagination{
    font-size: 0.3rem;
    color: #fff;
    font-family: pb;
    text-align: left !important;
    overflow: hidden;
    padding-left: 0.4rem;
    
  }
  .swiper-pagination-current{
    font-size: 0.4rem;
    font-family: pb;
  }
  .facs_right{
    width: 7.78rem;
    height: 7.15rem;
    float: right;
  }
  .facs_right ul{
    width: 7.78rem;
    height: 7.15rem;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-content: space-between;
  }
  .facs_right ul li{
    width: 3.81rem;
    height: 3.5rem;
    overflow: hidden;
  }
  .facs_right ul li img{
    width: 3.81rem;
    height: 3.5rem;
    transition: 0.4s;
  }
  .facs_right ul li img:hover{
    transform: scale(1.05);
    transition: 0.4s;
  }
  .swiper-button-next img{
    width: 0.44rem;
    height: 0.44rem;
    float: right;
  }
  .swiper-button-prev img{
    width: 0.44rem;
    height: 0.44rem;
    float: right;
  }
  .swiper-button-next{
    right: 70px !important;
    top: 93% !important;
    z-index: 9999999999999999999999999999 !important;
  }
  .swiper-button-prev{
    left: 528px !important;
    top: 93% !important;
    z-index: 9999999999999999999999999999 !important;

  }
  .shang{
    width: 15rem;
    height: 0.16rem;
    margin: 0 auto;
    display: block;
     margin-top: 0.66rem;
  }
  .shang1{
    width: 6.8rem;
    height: 0.16rem;
    margin: 0 auto;
    display: block;
     margin-top: 0.66rem;
  }
  .bans_tts{
    font-size: 0.2rem;
    color: #666;
    text-align: center;
    font-family: p;
    line-height: 0.2rem;
    margin: 0 auto;
    width: 15rem;
    height: auto;
  }
  .bans_tts1{
    font-size: 0.2rem;
    color: #666;
    text-align: left;
    font-family: p;
    line-height: 0.2rem;
    margin: 0 auto;
    width: 15rem;
    height: auto;
  }
  .xia{
    width: 15rem;
    height: 0.06rem;
    margin: 0 auto;
    display: block;
     margin-top: 0.16rem;
    margin-bottom: 0.46rem;
  }
  .xia1{
    width: 6.8rem;
    height: 0.06rem;
    margin: 0 auto;
    display: block;
     margin-top: 0.16rem;
    margin-bottom: 0.46rem;
  }
  .bans_top{
    width: 15rem;
    height: 5.49rem;
    margin: 0 auto;
    background: url(../img/549.jpg) no-repeat;
    background-size: 100% 100%;
    position: relative;
  }
  .bans_white{
    width: 4.35rem;
    height: 3.78rem;
    position: absolute;
    background: rgba(255,255,255,0.6);
    border: 0.01rem solid #fff;
    border-radius: 0.3rem;
    top: 0.8rem;
    right: 0.4rem;
  }
  .bans_white h3{
    font-size: 0.24rem;
    line-height: 0.3rem;
    color: #000;
    font-family: pb;
    text-align: left;
    margin: 0 auto;
    width: 3.6rem;
    margin-top: 0.44rem;
    margin-bottom: 0.25rem;
  }
  .bans_two img{
    width: 0.13rem !important;
    height: 0.13rem !important;
    float: left;
    margin-top: 0.09rem;
    margin-right: 0.1rem;
    display: block;
  }
  .bans_two{
    width: 3.6rem;
    height: auto;
    margin: 0 auto;
    font-size: 0.19rem;
    line-height: 0.36rem;
    color: #666;
    font-family: p;
   
    text-align: left;
  }
  .bs_buttons{
    width: 2.96rem;
    height: 0.6rem;
    background: url(../img/bs.png) no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
    margin-top: 0.25rem;
    cursor: pointer;
  }
  .ul_bans ul li .bans_two{
    width: 4rem !important;
  }
  .tws_sdcenter ul li:hover h3{
    background: #ffb700 !important;
    color: #fff !important;
    transition: 0.4s;
  }
  .facleft{
    width: 15rem;
    height: 7.08rem;
  }
  .facleft1{
    width: 6.8rem;
    height: 7.08rem;
    float: left;
  }
  .fact1{
    width: 6.8rem;
    height: auto;
    font-size: 0.2rem;
    line-height: 0.36rem;
    color: #666;
    text-align: left;
    font-family: p;
  }
  .fact_leftbtm{
    width: 13.89rem;
    height: 2.94rem;
    background: url(../img/294.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: 0rem;
    left: 0rem;
  }
  .fact_leftbtm1{
    width: 13.89rem;
    height: 2.94rem;
    
    background-size: 100% 100%;
    
  }
  .h_top{ width: 100%; height: 1500px; background-color: #00446F; }
	.h_top h3{text-align: center;color:#1d6ec9;line-height: 60px}
/*ÃƒÂ¦Ã¢â‚¬Â¢Ã‚Â°ÃƒÂ¥Ã‚Â­Ã¢â‚¬â€++++++++++*/
.digital{width: 100%;height: 150px;margin-bottom: 0.2rem;color: #363636;}
.main{width: 100%;height: 150px;margin:0 auto;font-size: 0;margin-top: 0.3rem;margin-left: -0.4rem;}
.mumping_mun li{width: 33%;display: inline-block;margin: 30px auto;text-align: center;position: relative;}
.mumping_mun{width: 7.79rem;list-style: none;display: flex;padding-top: 0.9rem;}
.mumping_mun p{font-size: 0.22rem;width: 100%;display: block;clear: both;color: #fff;text-align: center;}
.mumping_mun h2{font-size: 0.62rem;font-weight: normal;text-align: center;width: 100%;float: left;color: #fff !important;margin-right: 0.1rem;font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;/* margin-left: 0.98rem; */}
.jia{
    font-size: 0.3rem;
    position: absolute;
    right: 0.1rem;
    color: #fff !important;
    color: #1d6ec9;
}
.mun_top{
    position: relative;
}
.facimg{
    width: 9.35rem;
    height: 6.39rem;
    position: absolute;
    right: 0rem;
    top: 3.46rem;
    background:url(../img/dd.jpg) no-repeat;
    background-size: 100% 100%;
}
.facbutton{
    width: 4.02rem;
    height: 0.91rem;
    background: url(../img/91.jpg) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: 0rem;
    left: 0rem;
}
.bbs{
    width: 100%;
    height: 8rem;
    margin: 0 auto;
}
.bbscenter{
    width: 15rem;
    height: 10rem;
    margin: 0 auto;
}
.bbscenter ul{
    width: 15rem;
    height: 4.98rem;
    margin:  0 auto;
    display: flex;
    justify-content: space-between;
}
.bbscenter ul li{
    width: auto;
    height: 4.98rem;
    flex-wrap: wrap;
    align-content: space-between;
    
}
.bbscenter ul li:nth-of-type(1) img{
    width: 3.74rem;
    height: 4.98rem;
    transition: 0.4s;

}
.bbscenter ul li:nth-of-type(1){
    width: 3.74rem;
    height: 4.98rem;
    overflow: hidden;
}
.bbscenter ul li:nth-of-type(1) img:hover{
    transform: scale(1.05);
    transition: 0.4s;
    cursor: pointer;
}
.bbscenter ul li:nth-of-type(2){
    width: 4.23rem;
    height: 4.98rem;
    display: flex;
}
.li2{
    width: 4.23rem;
    height: 1.76rem;
    display: flex;
    justify-content: space-between;
}
.li2 img{
    width: 2.07rem;
    height: 1.76rem;
}

.bbscenter ul li:nth-of-type(3) img{
    width: 3.74rem;
    height: 4.98rem;
    transition: 0.4s;

}
.bbscenter ul li:nth-of-type(3){
    width: 3.74rem;
    height: 4.98rem;
    overflow: hidden;
}
.bbscenter ul li:nth-of-type(3) img:hover{
    transform: scale(1.05);
    transition: 0.4s;
    cursor: pointer;
}
.bbscenter ul li:nth-of-type(4){
    width: 3.02rem;
    height: 4.98rem;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
.bbsbutton{
    width: 3.21rem;
    height: 0.65rem;
    background: url(../img/321.jpg) no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
    margin-top: 0.7rem;
}
.black{
    width: 100%;
    height: 7.8rem;
    margin: 0 auto;
    background: #000;
    padding-top: 0.4rem;
    margin-top: 0.8rem;
}
.blackcenter{
    width: 15rem;
    height: 8.2rem;
    margin: 0 auto;
}
.blackcenter ul{
    width: 15rem;
    height: 4.11rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.blackcenter ul li{
    width: 4.75rem;
    height: 4.11rem;
    background: #fff;
}
.blackcenter ul li img{
    width: 4.75rem;
    height: 3.31rem;
    display: block;
}
.b_tts{
    width: 4.75rem;
    height: 0.8rem;
    line-height: 0.8rem;
    text-align: center;
    font-size: 0.2rem;
    font-family: pb;
    color: #000;
}
#bkform3{
    position: fixed;
    z-index: 99999;
    top: 0%;
    display: none;
}
.form {
    width: 7.71rem;
    padding: 0.2rem 0.1rem;
    background: rgba(75, 74, 73, 0.8);
    box-shadow: 0px 0.03rem 0.2rem 0.01rem rgba(3, 69, 158, 0.03921569);
    font-size: 0.18rem;
    font-family: Arial-Regular, Arial;
    font-weight: 400;
    color: #001323;
  }
  .form .dropdown.active .option {
    display: block;
  }
  .form .dropdown {
    position: relative;
    width: 100%;
    height: 0.58rem;
  }
  .form .dropdown input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background-color: rgba(0, 19, 35, 0.03);
    border: none;
    outline: none;
    padding: 0 0.2rem;
    font-size: 0.21rem;
    font-family: Arial-Regular, Arial;
    font-weight: 400;
    color: #001323;
  }
  .form .dropdown::before {
    content: "";
    position: absolute;
    right: 0.2rem;
    top: 0.15rem;
    z-index: 10000;
    width: 0.14rem;
    height: 0.14rem;
    border: 0.02rem solid #001323;
    border-top: 0.02rem solid transparent;
    border-right: 0.02rem solid transparent;
    transform: rotate(-45deg);
    transition: 0.5s;
    pointer-events: none;
  }
  
  .form .dropdown.active::before {
      top: 0.25rem;
      transform: rotate(-225deg);
  }
  .form .dropdown .option {
    height: 2.32rem;
    display: none;
    position: absolute;
    top: 0.58rem;
    width: 100%;
    background-color: #ffffff;
    overflow-y: auto;
  }
  .form .dropdown .option div {
    height: 0.58rem;
    line-height: 0.58rem;
    padding: 0 0.2rem;
    cursor: pointer;
  }
  .form .dropdown .option div:hover {
    background-color: rgba(0, 19, 35, 0.1);
  }
  .form .contact-way {
    font-size: 0.18rem;
    font-family: Arial-Regular, Arial;
    height: 1rem;
    color: #001323;
    display: flex;
    justify-content: space-between;
  }
  .form .contact-way div {
    width: 2.5rem;
  }
  .form .contact-way input {
    padding-left: 0.2rem;
    margin-top: 0.17rem;
    width: 2.87rem;
    height: 0.46rem;
    background: #fafafa;
    border: 1px solid #cccccc;
    font-size: 0.21rem;
    font-family: Arial-Regular, Arial;
    font-weight: 400;
    color: #000;
  }
  .form .Requirement p {
    margin-top: 0.22rem;
    margin-bottom: 0.17rem;
  }
  .form .Requirement textarea {
    width: 100%;
    height: 1.29rem;
    background-color: rgba(0, 19, 35, 0.03);
    resize: none;
    border: 1px solid #ccc;
    padding: 0.2rem;
    font-size: 0.21rem;
    font-family: Arial-Regular, Arial;
    font-weight: 400;
    color: #fff;
  }
  .form .submit {
    text-align: center;
    margin-top: 0.27rem;
  }
  .form .submit button {
    width: 1.97rem;
    height: 0.68rem;
    background: #ffc418;
    border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
    font-size: 0.28rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #f9fbfc;
  }
.guanbi{
  float: right;
  position: absolute;
  top: -0.25rem;
  right: -0.25rem;

}
.hint{
  font-size: 0.18rem;
  color: red;
}
.secbottom{
        width: 100%;
        max-width: 19.2rem;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        background: #1b1b1b;    
        height: 3.7rem;
    }
    .secbottomcenter{
        width: 14.5rem;
        height: auto;
        margin: 0 auto;
        display: flex;
    }
    .bottomlist1{
        width: 1.82rem;
        height: auto;
        margin-right: 1.67rem;
    }
    .bottomlist1 ul{
        width: 1.82rem;
        height: 3rem;
        float: left;
    }
    .bottomlist1 ul li{
        width: 3.82rem;
        height: 0.4rem;
        font-size: 0.2rem;
        line-height: 0.4rem;
        color: rgba(255, 255,255, 0.8);
    }
    .boxju{
        width: 4px;
        height: 16px;
        float: left;
        background: #ea5405;
        margin-top: 0.12rem;
        margin-right: 0.18rem;
    }
    .bottomlist1 ul li:nth-child(1){
        font-size: 0.26rem;
        font-weight: 600;
        line-height: 0.4rem;
        color: #fff;
        margin-bottom: 0.3rem;
    }
    .bottomlist1 ul li img{
        width: 0.14rem;
        height: 0.14rem;
        float: left;
        margin-top: 0.13rem;
        margin-right: 0.18rem;
    }
    .bottomlist2{
        width: 4.75rem;
        height: auto;
        margin-right: 1.01rem;
    }
    .bottomlist2 ul{
        width: 4.75rem;
        height: 3rem;
        float: left;
    }
    .bottomlist2 ul li{
        width: 4.75rem;
        height: 0.4rem;
        font-size: 0.2rem;
        line-height: 0.4rem;
        color: rgba(255, 255,255, 0.8);
    }
    .boxju{
        width: 4px;
        height: 16px;
        float: left;
        background: #ea5405;
        margin-top: 0.12rem;
        margin-right: 0.18rem;
    }
    .bottomlist2 ul li:nth-child(1){
        font-size: 0.26rem;
        font-weight: 600;
        line-height: 0.4rem;
        color: #fff;
        margin-bottom: 0.3rem;
    }
    .bottomlist2 ul li img{
        width: 0.3rem;
        height: 0.3rem;
        float: left;
        margin-top: 0.05rem;
        margin-right: 0.18rem;
    }
    .bottomlist2 ul li span{
        float: right;
        display: inline-block;
        width: 4.25rem;
    }
    .bottomlist3{
        width: 5.2rem;
        height: 3rem;
        float: left;
    }
    .bottomlist3 ul li:nth-child(1){
        font-size: 0.26rem;
        font-weight: 600;
        line-height: 0.4rem;
        color: #fff;
        margin-bottom: 0.3rem;
    }
    .bottomlist3 ul li:nth-child(2) img{
        width: 4.8rem;
        height: 1.35rem;
    }
    .bottomlist3 ul li:nth-child(2){
        width: 4.8rem;
        height: 1.35rem;
    }
    .bottomlist3 ul li{
        width: 4.75rem;
        height: 0.4rem;
        font-size: 0.2rem;
        line-height: 0.4rem;
        color: rgba(255, 255,255, 0.8);
    }
    .bottom{
        width: 100%;
        height: 0.77rem;
        line-height: 0.77rem;
        color: rgba(255, 255,255, 0.8);
        text-align: center;
        font-size: 0.2rem;
        background:#1b1b1b;
        border-top: 2px solid #373737;
    }