/* ban图 */
.ban{
    width: 100%;
}
.ban img{
    width: 100%;
}
/* 中间导航 */
.nav{
    width: 100%;
    height: 60px;
    background-color: #ececec;
}
.nav-nr{
    width: 70%;
    margin: auto;
    display: flex;
    justify-content: space-between;
}
.nav-nrleft p{
    display: inline-block;
    line-height: 60px;
    font-size: 16px;
	color: #666666;
}
.nav-nrleft p img{
    margin-top: -2%;
}
.nav-nrleft span a{
    line-height: 60px;
    display: inline-block;
	font-size: 16px;
	color: #666666;
}
.nav-nrright{
    display: flex;
    justify-content: space-between;
}
.nav-nrright li{
    margin-left: 37px;
    line-height: 60px;
	font-size: 16px;
	color: #1a1a1a;
    position: relative;
}
.nav-nrright li::before{
    content: "";
    width: 0;
	height: 4px;
	background-color: #4271ce;
    position: absolute;
    left: 50%;
    bottom: 0;
    transition: .5s;
}
.nav-nrright li:hover::before{
    content: "";
    width: 100%;
	height: 4px;
	background-color: #4271ce;
    position: absolute;
    left: 0;
    bottom: 0;
}
.nav-nrright a:nth-child(1) li{
    margin-left: 0;
}
.sj-nav{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    display: none;
}
.sj-nav a{
    width: 33.33%;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    color: #1a1a1a;
    transition: .5s;
}
.sj-nav a:hover{
    background: #4271ce;
    color: #fff;
}
/* 内容 */
.zotl{
    width: 100%;
    margin-top: 3%;
    padding-bottom: 5%;
}
.zotl-tit{
    width: 100%;
}
.zotl-tit h3{
	font-size: 38px;
	line-height: 50px;
	color: #dfdfdf;
    text-align: center;
    font-weight: 600;
}
.zotl-tit h4{
	font-size: 30px;
	line-height: 50px;
	color: #333333;
    text-align: center;
}
/* 下拉 */
.cx{
    width: 100%;
    /* border-bottom: solid 1px #dddddd; */
    margin-top: 2%;
}
.cx ul{
    width: 70%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: solid 1px #dddddd;
}
.cx ul a{
    width: 33.3%;
    height: 100%;
}
.cx ul li{
    position: relative;
    text-align: center;
    width: 100%;
    height: 100%;
    line-height: 80px;
    font-size: 20px;
	color: #333333;
    transition: .8s;
}
.cx ul a li::after{
    content: "";
    width: 1px;
	height: 41px;
    background: #e5e5e5;
    position: absolute;
    left: -.3%;
    top: 20%;
}
.cx ul a:nth-child(1) li::after{
    display: none;
}
.img1{
    position: absolute;
    left: 23%;
    top: 27%;
}
.img2{
    position: absolute;
    left: 23%;
    top: 27%;
    display: none;
}
.cx ul li:hover .img2{
    display: block !important;
}
.active{
    background: #4271ce;
    
}
.active span{
    color: #fff;
}
.active>.img1{
    display: none;
}
.active>.img2{
    display: inline-block;
}
.cx ul li:hover{
    background: #4271ce;
    color: #fff;
}
#foc:focus {
    background-color:#4271ce;
}
.input{
    /* max-width: 1300px; */
    width: 70%;
    margin: auto;
    border: 1px solid #dddddd;
    border-top: none;
    padding: 1.5% 3%;
    color: #333333 !important;
}
.input>form{
    display: flex;
    justify-content: space-between;
}
.form-control{
    width: 32%;
	height: 56px;
	background-color: #ffffff;
	border: solid 1px #dedede;
    -webkit-tap-highlight-color: #000;
}
.cx-btn{
	width: 24%;
	height: 56px;
	background-color: #4271ce;
	border-radius: 2px;
    color: #fff;
    font-size: 22px;
	color: #ffffff;
}
.cx-btn2{
	width: 24%;
	height: 56px;
	background-color: #4271ce;
	border-radius: 2px;
    color: #fff;
    font-size: 22px;
	color: #ffffff;
}
.cx-btn3{
	width: 24%;
	height: 56px;
	background-color: #4271ce;
	border-radius: 2px;
    color: #fff;
    font-size: 22px;
	color: #ffffff;
}
.input-box{
    width: 70%;
    display: flex;
    justify-content: flex-start;
}
.input-box>input{
    width: 100%;
    margin-left: 2%;
}
.input3>form{
    display: flex;
    justify-content: space-between;
}
.input2{
    display: none;
}
.input3{
    display: none;
}

@media (max-width:1600px) {
    .img1 {
        position: absolute;
        left: 22%;
        top: 27%;
    }
    .img2 {
        position: absolute;
        left: 22%;
        top: 27%;
    }
}
@media (max-width:1500px) {
    .img1 {
        position: absolute;
        left: 20%;
        top: 27%;
    }
    .img2 {
        position: absolute;
        left: 20%;
        top: 27%;
    }
}
@media (max-width:1400px) {
    .img1 {
        position: absolute;
        left: 16%;
        top: 27%;
    }
    .img2 {
        position: absolute;
        left: 16%;
        top: 27%;
    }
}
@media (max-width:1300px) {
    .img1 {
        position: absolute;
        left: 14%;
        top: 27%;
    }
    .img2 {
        position: absolute;
        left: 14%;
        top: 27%;
    }
}
@media (max-width:1199px) {
    .nav-nr{
        width: 85% !important;
    }
    .qywh-nr a li .qywh-nrz h3{
        font-size: 22px;
    }
    .qywh-nr a li .qywh-nrz p{
        font-size: 18px;
    }
    .zotl{
        padding: 2% 0;
    }
    .zotl-nr{
        display: flex;
        flex-wrap: wrap;
    }
    .zotl-nrleft{
        width: 100%;
    }
    .zotl-nrright{
        width: 100%;
        margin-top: 2%;
    }
    .zotl-nrright h4{
        text-align: center;
    }
    .zotl-nrright h5{
        text-align: center;
    }
    .img1 {
        position: absolute;
        left: 12%;
        top: 27%;
    }
    .img2 {
        position: absolute;
        left: 12%;
        top: 27%;
    }
}
@media (max-width:1100px) {
    .img1 {
        position: absolute;
        left: 7%;
        top: 27%;
    }
    .img2 {
        position: absolute;
        left: 7%;
        top: 27%;
    }
}
@media (max-width:990px) {
    .nav-nrright{
        display: none;
    }
    .form-control{
        width: 100%;
    }
    .form-control1{
        margin-top: 2%;
    }
    .sj-nav{
        display: flex;
    }
    .nav-nrright1 {
        display: flex;
        padding: 0 3.5%;
    }
    #act::before{
        display: none;
    }
    .zotl-nr{
        padding: 2%;
    }
    #myform{
        display: flex;
        flex-wrap: wrap;
    }
    #myform>input{
        width: 100%;
    }
    #myform>input:nth-child(2n){
        margin-left: 0;
    }
    .cx ul{
        display: flex;
        flex-wrap: wrap;
        border: none;
    }
    .cx ul a{
        width: 100%;
    }
    .cx ul li{
        width: 100%;
        border:  solid 1px #dddddd;
        margin-top: 2%;
    }
    .cx{
        border: none;
    }
    .cx ul a li::after{
        display: none;
    }
    .input{
        margin-top: 2%;
        padding: 0;
        border: none;
    }
    .input>form{
        display: flex;
        flex-wrap: wrap;
    }
    .input>form>input{
        width: 100%;
        margin-top: 2%;
    }
    .input>form>input:nth-child(1){
        margin-top: 0;
    }
    .input-box{
        width: 100%;
    }
}
@media (max-width:767px) {
    .sj-nav a{
        font-size: 15px;
    }
    .nav-nrleft p{
        font-size: 14px;
    }
    .nav-nrleft span a{
        font-size: 14px;
    }
    .zotl-tit h3{
        font-size: 24px;
        line-height: 30px;
        margin-top: 6%;
    }
    .zotl-tit h4{
        font-size: 18px;
        line-height: 20px;
    }
    .zotl-nr{
        width: 100%;
        padding-top: 0;
    }
    .btn{
        display: flex;
        flex-wrap: wrap;
        padding: 0;
        margin-top: 2%;
    }
    .btn>#tj{
        width: 100%;
        font-size: 16px;
    }
    .btn>#cz{
        width: 100%;
        margin-left: 0;
        margin-top: 2%;
        font-size: 16px;
    }
    .zotl{
        padding: 0;
    }
    .cx ul{
        width: 100%;
        padding: 0 2%;
    }
    .input{
        margin: 0;
        margin-top: 2%;
        width: 100%;
        padding: 0 2% 2% 2%;
    }
    .input>form>input:nth-child(1){
        margin-top: 0;
    }
    .cx ul a li span{
        font-size: 16px;
    }
    /* #btncx{
        font-size: 16px;
        height: 45px;
    } */
    .input-box{
        width: 100%;
    }
    .zotl{
        padding:0;
    }
}
