*{
    margin: 0;
    padding:0;
    list-style: none;
    box-sizing: inherit;
}
body{
    width: 100%;
    font-size: 1.6rem;
}
a{
    text-decoration:none;
    color:#333;
}
p{
    margin: 0;
}
header{
    width: 100%;
    position: relative;
    height: 15rem;
}
header .title{
    margin: 0 auto;
    width: 90%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
header nav{
    width: 50%;
    height: 100%;
}
header nav ul{
    height: 100%;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex: 1;
}
header nav ul li{
    width: 76px;
    height: 100%;
    text-align: center;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
}
header nav ul li .line{
    width: 100%;
    height: 3px;
    background-color: red;
    position: absolute;
    bottom: 0;
    border-radius: 40px;
}
header nav ul li div p:last-child{
    font-size: 14px;
}
header nav ul li .enter{
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: white;
    background-color: red;
    border-radius: 50%;
}
header .selectList{
    width: 100%;
    background-color: rgba(255,255,255,0.8);
    position: absolute;
    z-index: 1;
    display: none;
}
header .selectList ul{
    width: 60%;
    margin: 0 auto;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex: 1;
}
header .selectList ul li{
    margin: 2rem;
    text-align: center;
    font-size: 1.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
header .selectList img{
    width: 22rem;
    height: 11.5rem;
}
header .selectList .border{
    background-color: red;
    border: 1px solid red;
    border-radius: 5px;
    width: 50%;
    margin: 0 auto;
}
.rotateImg {
    position: relative;
}
.rotateImg .imgNum{
    width: 100%;
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 0;
}
.rotateImg .imgNum p{
    margin: 10px 5px;
    width: 1.3rem;
    height: 1.3rem;
    border-radius: 50%;
    background-color: rgb(97,119,172);
}
.authentication{
    width: 100%;
    box-shadow:0 4px 4px #E3E3E3;
}
.authentication div{
    width: 65%;
    margin: 0 auto;
    text-align: center;
}
.authentication div img{
    width: 24%;
}
.introduce{
    width: 65%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 1.8rem;
}
.introduce>div{
    margin: 5% 0;
}
.introduce p:first-child{
    font-size: 3.5rem;
    font-weight: bold;
}
.enterprise ul{
    width: 100%;
    list-style: none;
    overflow: hidden;
}
.enterprise ul li{
    width: 33.33%;
    float: left;
    position: relative;
    font-size: 1.6rem;
	height: 200px;
}
.enterprise ul li .more{
    width: 40%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
}
.enterprise ul li .more p{
    margin: 4rem 0;
    color: rgb(10,62,119);
}
.enterprise ul li .more p:first-child{
    font-weight: bold;
    font-size: 3rem;
}
.enterprise ul li .details{
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}
.enterprise ul li .details p{
    width: 60%;
    margin: 0 auto 2rem;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient:vertical;
}
.enterprise ul li .details p>span:first-child{
    font-size: 6rem;
}
.enterprise ul li .details p>span:nth-child(2){
    position: absolute;
    top: 1.5rem;
}
.about .box{
    width: 100%;
    background: url("../img/index_23.png") no-repeat 100% 100%;
    object-fit: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}
.about .more{
    width: 55%;
    height: 38.4rem;
    padding: 10rem;
}
.about .more>div:first-child{
    float: left;
    width: 60%;
    height: 100%;
    background-color: white;
}
.about .more>div:nth-child(2){
    margin-left: 60%;
    width: 40%;
    height: 100%;
    background-color: white;
}
.about .more ul{
    width: 100%;
    height: 100%;
    list-style: none;
}
.about .more ul li{
    width: 50%;
    height: 33.33%;
    float: left;
    border: 1px solid gainsboro;
    box-sizing: border-box;
    text-align:center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.about .more ul li.redbg{
	background-color: #da251d;
}
.about .more ul li.bluebg{
	background-color: #0A3E77;
}
.about .more ul li a{
	color: #fff !important;
}
.about .more ul li.redbg:hover{
	background-color: #0A3E77;
	color: #fff !important;
}
.about .more ul li.bluebg:hover{
	background-color: #da251d;
	color: #fff !important;
}
.about .more ul li img{
    height: 5rem;
    width: 6.2rem;
}
.dynamic .box{
    width: 60%;
    box-shadow:0 4px 10px #E3E3E3;
    margin: 0 auto;
    text-align: left;
}
.dynamic .box .text{
    width: 75%;
    position: relative;
}
.dynamic .box>div{
    border-bottom: 1px solid lightgray;
    padding: 2rem 2rem;
    display: flex;
    font-size: 1.4rem;
}
.dynamic .box>div>div>p:first-child{
    font-size: 1.6rem;
    margin-bottom: 10px;
}
.dynamic .box>div>div>p:last-child{
    font-size: 1.4rem;
    position: absolute;
    bottom: 0px;
}
.dynamic .box img{
    height: 16rem;
    width: 25rem;
}
.btn1{
    margin: 2rem auto;
    width: 12rem;
    height: 3rem;
    line-height: 3rem;
    border-radius: 3rem;
    background-color: red;
    color: white !important;
    border: 1px solid transparent;
    outline: none;
    cursor: pointer;
    font-size: 1.6rem;
	display: block;
}
.btn1:hover{
	color: white !important;
	text-decoration: none;
}
.leaveMes{
    width: 100%;
    height: 60rem;
    background: url("../img/index_36.png") no-repeat 100% 100%;
    object-fit: cover;
}
.leaveMes form{
    width: 90%;
    float: right;
}
.leaveMes form input,textarea{
    height: 3rem;
    width: 80%;
    margin: 0.5rem 0;
    outline: none;
    border-radius: 5px;
    border: 1px solid lightgray;
    padding: 2px;
}
.smallScreen{
    display: none;
}
.nav_button{
    display: none;
}

footer{
    width: 100%;
    color: white;
    font-size: 1.5rem;
    overflow: hidden;
}
footer .box1{
    height: 17.8rem;
    width: 100%;
    background-color: rgba(0,0,0,0.8);
}
footer .box1>div{
    width: 80%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
}
footer>div:last-child>p{
    width: 70%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}
footer img{
    height: 11rem;
    width: 12.5rem;
}
footer>div>div>div>p>span{
    display: inline-block;
    width: 14rem;
    margin-right: 0.5rem;
    margin-top: 1rem;
}
footer>div>div>div>p:first-child{
    width: 10rem;
    border-bottom: 1px solid gray;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    margin-top: 2rem;
    font-size: 1.8rem;
}
.slqy6,.slqy4{
	background-color: #0B3F78;
}
.slqy2{
	background-color: #DA261E;
}
.slqy2:hover{
	background-color: #0B3F78;
}
.slqy6:hover,.slqy4:hover{
	background-color: #DA261E;
}
.slqy3,.slqy1,.slqy5{
	background-color: #F5F6F8;
}
.huhui{
	font-size: 4.2rem;
}
.hh2 a:hover{
	color: #d81e06;
	text-decoration: none;
}
.slqy_img{
	max-width: 59%;
	max-height: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}
.dh{
	height: 125px;
}
.shou .dh ul .menu{
	/* padding: 39px 0 !important; */
}
.pc{
	display: block;
}
.ipone{
	display: none;
}
/* @media(min-width:1500px){
    html {
        font-size: 10px;
    }
} */
@media(min-width:1325px) and (max-width:1500px){
/*    html {
        font-size: 9px;
    } */
    .dynamic .box{
        width: 70%;
    }
}
@media(min-width:1025px) and (max-width:1325px){
/*    html {
        font-size: 7px;
    } */
    header .selectList ul{
        width: 70%;
    }
    .authentication div{
        width: 80%;
    }
    .about .more{
        width: 65%;
        height: 50rem;
        padding: 5rem;
    }
    .dynamic .box{
        width: 70%;
    }
    .leaveMes form{
        width: 70%;
    }
    footer .box1>div{
        width: 90%;
    }
    footer>div:last-child>p{
        width: 80%;
    }
}
@media(min-width:770px) and (max-width:1025px){
    html {
        font-size: 7px;
    }
    header .selectList ul{
        width: 90%;
    }
    header .title img{
        width: 40%;
    }
    .authentication div{
        width: 90%;
    }
    .dynamic .box{
        width: 90%;
    }
    .about .more{
        width: 75%;
        height: 60rem;
        padding: 5rem;
    }
    .leaveMes{
        height: 55rem;
    }
    .leaveMes form{
        width: 80%;
    }
    footer .box1{
        display: none;
    }
    footer>div:last-child>p{
        width: 90%;
    }
    footer>div>div>div>p>span{
        display: inline-block;
        width: 15rem;
    }
    .enterprise{
        width: 100%;
    }
    .enterprise ul{
        width: 90%;
        margin: 0 auto;
    }
    .enterprise ul li{
        width: 50%;
        /* margin-right: 1%; */
    }
}
@media(max-width:990px){
    header .title{
        width: 100%;
        justify-content: center;
    }
    header .title img{
        width: 60%;
    }
    .bigScreen2{
        display: none;
    }
	.pc{
		display: none;
	}
	.ipone{
		display: block;
	}
}
@media(max-width:770px){
    html {
        font-size: 5px;
    }
    header .title{
        width: 100%;
        justify-content: center;
    }
    header .title img{
        width: 60%;
    }
    .authentication div{
        width: 100%;
    }
    .dynamic .box{
        width: 90%;
    }
    footer .box1{
        display: none;
    }
    footer>div:last-child>p{
        width: 90%;
    }
    footer>div>div>div>p>span{
        display: inline-block;
        width: 15rem;
    }
    .enterprise{
        width: 100%;
    }
    .enterprise ul{
        width: 100%;
        margin: 0 auto;
    }
    .enterprise ul li{
        width: 50%;
		height: 100px;
        /*margin-right: 1%;*/
    }
    .bigScreen{
        display: none;
    }
    .smallScreen{
		width: 100%;
        display: block;
    }
	.enterprise ul li .details p:first-child{
		font-size: 16px;
	}
    .enterprise ul li .details p{
        width: 80%;
        margin: 1rem auto;
        overflow:hidden;
        text-overflow:ellipsis;
        display:-webkit-box;
        -webkit-line-clamp:2;
        -webkit-box-orient:vertical;
    }
    .enterprise ul li .more p {
        margin: 2rem 0;
    }
    .enterprise ul li .more p:first-child {
        font-size: 1rem;
    }
    .about .more{
        width: 70%;
        height: 100%;
        padding: 5rem;
    }
    .about .more>div:first-child{
        float: none;
        width: 100%;
        height: 38.4rem;
        background-color: white;
    }
    .about .more>div:nth-child(2){
        margin-left: 0;
        width: 100%;
    }
    .about .more ul{
        height: 80%;
    }
    .about .more ul li{
        width: 33.33%;
        height: 80px;
        /* background-color: white; */
    }
    .dynamic .box img {
        padding: 20% 0;
    }
    .dynamic .box .text {
        width: 90%;
        margin: 0 auto;
    }
    .btn1 {
        margin: 2rem auto;
        width: 15rem;
        height: 5rem;
        line-height: 5rem;
        border-radius: 5rem;
    }
    .leaveMes{
        height: 125rem;
    }
    .leaveMes form{
        width: 90%;
    }
    .leaveMes form .margin{
        margin: 1rem 0 !important;
    }
    .leaveMes .btn{
        margin: 1rem 0 !important;
    }
    .leaveMes>div{
        height: 50% !important;
        width: 100% !important;
        display: block !important;
    }
    .leaveMes>div:first-child{
        width: 90% !important;
		margin: auto;

    }
    .leaveMes form input,textarea{
        height: 32px;
        width: 90%;
        margin: 1rem 0;
    }
    .text  .font1{
        overflow:hidden;
        text-overflow:ellipsis;
        display:-webkit-box;
        -webkit-line-clamp:1;
        -webkit-box-orient:vertical;
        margin: 0 0 5px 0 !important;
    }
    .font2{
        overflow:hidden;
        text-overflow:ellipsis;
        display:-webkit-box;
        -webkit-line-clamp:2;
        -webkit-box-orient:vertical;
    }
    .font3{
        bottom: 0 !important;
    }
	.introduce p:first-child{
		font-size: 16px;
		margin-bottom: 5px;
	}
	.introduce{
		width: 80%;
	}
	.introduce>div{
		margin: 20px 0;
	}
	.introduce p:first-child{
		margin: 0;
	}
}
@media(max-width:500px){
    footer .none{
        display: none;
    }
}
@media(max-width:415px){
    header .title img{
        width: 70%;
        margin-right: 20px;
    }
    .nav-btn{
        right: 10px!important;
        top: 25px!important;
    }
    .icon-bar{
        width: 20px!important;
        margin-top: 5px!important;
    }
    .about .more{
        width: 90%;
    }
    .about .more ul li{
        width: 33.33%;
        height: 60px;
        /* background-color: white; */
    }
}

