
@media only screen and (min-width: 750px){

}
@media only screen and (min-width: 970px){

}
@media only screen and (min-width: 1170px){
    .head{
        width:1170px ;
    }
}
@media only screen and (min-width: 1920px){

}
@font-face {
    font-family: 'NotoSansHansRegular';
    src: url("NotoSansHans-Regular.otf");
}
html{
    font-family: 'NotoSansHansRegular';
    -webkit-touch-callout: none;

    -webkit-user-select: none;

    -khtml-user-select: none;

    -moz-user-select: none;

    -ms-user-select: none;

    user-select: none;

}

a {
    text-decoration: none;
    color: white;
}

.cont-one {


     display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 66;

    top: 0;
    max-width: 1400px;
    /*min-width: 750px;*/
    width: 72%;
   margin: 0 auto;
    min-width: 800px;

}
.mt{
    width: 100%;
    /*background-color: red;*/
    position: fixed;
    height: 100px;
    z-index: 88;
    top: 0;
    left: 0;


}

.top-head {
    width: 100%;
    max-width: 1920px;
    /*background-color: red;*/
    /*position: fixed;*/
    height: 100px;
    /*z-index: 88;*/
    /*top: 0;*/
    /*left: 0;*/
    margin: 0 auto;
}

.gun {
    /*background-color: #0065CD;*/
    background: rgba(0, 101, 205, 0.9);


}

input::-webkit-input-placeholder { /* WebKit browsers */
    color: white;
}

input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: white;
}

input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: white;
}

input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: white;
}

.one-search img {
    height: 21px;
    width: 21px;


}
.one-bot image{
    width: auto;
    height:40px ;
}

.search {

    display: flex;

    align-items: center;

    justify-content: flex-end;

}

.one-search {

    font-family: Microsoft YaHei;

    display: flex;

    align-items: center;

    border-bottom: 1px solid #fff;

    font-size: 16px;

    font-weight: 400;

    color: #FFFFFF;

    line-height: 28px;

    opacity: 5;
    height: 36px;

}

.one-search input {

    background: rgba(0, 0, 0, 0);

    color: white;

    font-size: 16px;

}


.one-bot {

    /*display: flex;*/

    /*align-items: center;*/

    /*justify-content: space-between;*/

}

.one-list {

    display: flex;

    align-items: center;

    color: white;

    justify-content: flex-end;
    margin-top: 5px;

}

.one-ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.one-li {
    height: 40px;
    margin-left: 50px;
    line-height: 40px;

}

.one-li-p {
    position: relative;
   /*background-color: red;*/
}

.my-a:hover {
    display: inline-block;
    height: 36px;
    line-height: 36px;
    border-bottom: 2px solid #fff;


}


.xia {
    width: 320px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: absolute;
    justify-content: space-between;
    top: 40px;
    background-color: #0065CD;
    opacity: 0.72;
    padding: 10px 0;
}

.xia-last{
    right: 0;
}

.xia-li {
    width: 50%;
    height: 50px;

}

.xia-li a {
    display: inline-block;
    width: 100%;
    height: 40px;
    color: #fff;
    line-height: 40px;
    text-indent: 25px;
    font-size: 16px;
    overflow: hidden;

}

.xia-li a:hover {
    /*color: #066ACF;*/
    background-color:  #0044AA;
}

.foot {
    height: 60px;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0065CD;
    color: #BBBFE0;
    font-size: 14px;

}


.foot-right {

    margin-left: 110px;
    font-size:13px ;

}
.foot-top{
    display: flex;
    align-items: center;
}
.foot-bot{
    text-align: center;
    font-size: 12px;
}

 .foot-img{
     margin-left: 20px;
}
.foot-img img{
    height: 40px;
    width: 40px;
}
.cont {

    max-width: 1400px;
    min-width: 800px;
    width: 72%;
    margin: 0 auto;
    position: relative;
    top: -8px;

}
 .cont-four-right-one img{
     max-width: 100%;
     max-height: 595px;
     min-width: 194px;
     min-height: 250px;

}
.head{
    width: 100%;
    max-width: 1920px;
    min-width: 800px;
    height: 320px;
    /*position: relative;*/
    margin: 0 auto;

}
.head img{
    height: 100%;
    width: 100%;
}
.biao {
    display: flex;
    align-items: center;
    margin: 0px auto;
    width: 72%;
    max-width: 1400px;
    height: 60px;
    margin-top: 30px;
    min-width: 800px;

}
.biao a{
    color: #0066CD;
}