/* 常量设置 */

@font-face {
    font-family: 'objectivity-bold';
    src: url('../fonts/Objectivity-Bold.woff2') format('woff2'), url('../fonts/Objectivity-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'objectivity';
    src: url('../fonts/Objectivity-Regular.woff2') format('woff2'), url('../fonts/Objectivity-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.wrap {
    width: 1600px;
    margin: 0 auto;
}

a {
    color: inherit;
}

 ::-moz-selection {
    color: #fff;
    background: #02609e;
}

 ::selection {
    color: #fff;
    background: #02609e;
}

 ::-webkit-input-placeholder {
    color: #aaa;
}

::selection {
    background-color: #02609e;
    color: #fff;
}

.placeholder {
    color: #aaa;
}


/*css组件设置*/

.form-control,
.input-group-addon,
.btn {
    border-radius: 2px;
}

.form-control:focus {
    border-color: #02609e;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(102, 175, 233, 0.6);
}

.imgZoom img,
.imgY180 img {
    -moz-transition: all .8s ease 0s;
    -ms-transition: all .8s ease 0s;
    -o-transition: all .8s ease 0s;
    -webkit-transition: all .8s ease 0s;
    transition: all .8s ease 0s;
}

.imgZoom {
    overflow: hidden;
    -webkit-transform: rotate(0);
    transform: rotate(0);
}

.imgZoom:hover img {
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.imgY180:hover img {
    cursor: pointer;
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}


/*
    设置在弹性容器上的属性
*/

.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.align_items_center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.align_items_start {
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
}

.justify_content_around {
    -webkit-box-pack: center;
    -webkit-justify-content: space-around;
    -ms-flex-pack: center;
    justify-content: space-around;
}

.justify_content_center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.justify_content_start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
}

.justify_content_space_between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.justify_content_end {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: end;
}

.boxSizing {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.rotate img {
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}

.rotate:hover img {
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
}

.head_bott {
    box-shadow: 0px 11px 5px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 11px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 11px 5px 0px rgba(0, 0, 0, 0.1);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 11110;
    height: 78px;
    background: linear-gradient(to right, #00a2c9, #02619e);
    font-family: 'objectivity';
}

.nav>ul>li {
    float: left;
    color: #ffffff;
    font-size: 16px;
    padding: 0 20px;
    height: 78px;
    line-height: 78px;
    margin: 0 10px;
}

.nav>ul>li a {
    color: #fff;
    display: block;
    height: 100%;
    text-align: center;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    font-size: 16px;
}

.nav>ul>li a:hover {
    color: #283071;
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
}

.nav .on a {
    color: #283071;
    font-weight: bold;
}

.nav .second_nav li {
    width: 100%;
    height: 35px;
    line-height: 35px;
}

.nav .on a {
    color: #ffffff;
    font-weight: bold;
}

.nav li,
.nv {
    position: relative;
}

.nav .dropdown-menu {
    display: none;
    position: absolute;
    z-index: 99;
    background: #f8f8fb;
    width: 270px;
    left: 50%;
    transform: translateX(-50%);
}

.nav .on .dropdown-menu a {
    color: #1f1f1f;
    font-weight: normal;
}

.nav li:hover .dropdown-menu {
    display: block;
}

.nav .dropdown-menu li {
    line-height: 40px;
}

.nav .dropdown-menu li a {
    color: #333333;
}

.nav .dropdown-menu li:hover {
    background: linear-gradient(to right, #00a2c9, #02619e);
}

.nav .dropdown-menu li:hover a {
    color: #fff;
}

.navigation .on {
    font-weight: bold;
    color: #e57834;
    border-bottom: 3px #e57834 solid;
}

.language a {
    display: block;
    color: #fff;
}

.language img {
    margin-right: 5px;
    margin-left: 25px;
}

.navigation .dropdown-menu {
    display: none;
    position: absolute;
    z-index: 99;
    background: #f8f8fb;
    width: 130px;
    left: 0;
}

.navigation .on .dropdown-menu a {
    color: #1f1f1f;
    font-weight: normal;
}

.navigation li:hover .dropdown-menu {
    display: block;
}

.navigation .dropdown-menu li {
    line-height: 40px;
}

.navigation .dropdown-menu li:hover {
    background: linear-gradient(to right, #013996, #283071);
}

.navigation .dropdown-menu li:hover a {
    color: #fff;
}

.head_bott .yun {
    background: #013996;
    display: block;
    height: 78px;
    line-height: 78px;
    color: #ffffff;
    font-size: 16px;
    padding: 0 40px;
    margin-left: 40px;
}

.logo {
    display: block;
    margin-left: 160px;
    margin-right: 40px;
}

.head-right {
    margin-right: 100px;
}

.head-right .search {
    background: #fff;
    height: 24px;
    border-radius: 30px;
}

.head-right .search input {
    margin-left: 10px;
    border: 0;
}

.head-right .search img {
    display: block;
}


/*footer*/


/* .footer {
    width: 100%;
    background: #f6f7f8 url(../images/footbg.png) no-repeat center;
    padding-top: 200px;
    padding-bottom: 50px;
    box-sizing: border-box;
    color: #fff;
    background-size: 100% 100%;
}

.footer a {
    color: rgba(255, 255, 255, .8);
}

.footer a:hover {
    color: rgba(255, 255, 255, 1);
}

.footer .top {
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    padding-bottom: 20px;
    box-sizing: border-box;
    overflow: hidden;
}

.footer .top .footlogo {
    width: auto;
    margin-bottom: 20px;
}

.footer .top .logo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.footer .top ul li {
    float: left;
    font-size: 16px;
    text-align: right;
    margin-left: 3rem;
    height: 60px;
    line-height: 60px;
}

.footer .top .fr .t1 {
    width: 50%;
    font-size: 22px;
}

.footer .top .fr .btn {
    float: right;
    width: 280px;
    height: 60px;
    line-height: 60px;
    background: #fb6b24;
    color: #fff;
    text-align: center;
    font-size: 22px;
    border-radius: 30px;
}

.footer .top .fr {
    width: 70%;
}

.footer .nav {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    overflow: hidden;
}

.footer .nav p {
    font-size: 22px;
    margin-bottom: 16px;
    color: #fff;
}

.footer .nav .left {
    width: 75%;
    padding-right: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
    box-sizing: border-box;
    height: 100%;
}

.footer .nav .left ul {
    width: 25%;
}

.footer .nav .left ul li {
    width: 100%;
    float: left;
    margin-bottom: 14px;
}

.footer .nav .left ul li a {
    color: rgba(255, 255, 255, .5);
}

.footer .nav .left ul li a:hover {
    color: rgba(255, 255, 255, 1);
}

.footer .nav .right {
    width: 25%;
    padding-left: 80px;
    color: rgba(255, 255, 255, .5);
    padding-top: 50px;
    padding-bottom: 40px;
    box-sizing: border-box;
    border-left: 1px solid rgba(255, 255, 255, .2);
}

.footer .nav .right span {
    display: block;
    margin-bottom: 10px;
}

.footer .nav .right em {
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    border-top: 1px solid rgba(255, 255, 255, .2);
    padding: 20px 0;
    box-sizing: border-box;
    margin: 15px 0;
}

.footer .link {
    margin-top: 30px;
}

.footer .link ul {
    float: right;
}

.footer .link ul li {
    float: left;
    margin: 0 12px;
}

.footer .link ul li img {
    display: block;
    width: 30px;
    height: auto;
}

@media only screen and (max-width: 1500px) {
    .footer .nav .left ul li {
        font-size: 12px;
    }
    .footer .nav .right {
        font-size: 12px;
    }
}

@media only screen and (max-width: 1000px) {
    .footer {
        padding-top: .5rem;
        background: #f6f7f8 url(../images/footbg1.png) no-repeat center;
        background-size: cover;
    }
    .footer .top .logo {
        width: 100%;
        height: auto;
    }
    .footer .top ul {
        width: 100%;
    }
    .footer .top ul li {
        display: inline-block;
        width: 25%;
        font-size: 14px;
        text-align: center;
        margin-left: 0;
        height: 30px;
        line-height: 30px;
    }
    .footer .nav p {
        font-size: 20px;
    }
    .footer .nav .left {
        width: 100%;
        padding-right: 0;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .footer .nav .left ul li {
        width: 50%;
    }
    .footer .nav .right {
        width: 100%;
        padding-left: 0;
        padding-top: 30px;
        padding-bottom: 30px;
        border-top: 1px solid rgba(255, 255, 255, .2);
    }
    .footer .nav .right span {
        margin-bottom: 4px;
    }
    .footer .nav .right em {
        padding: 14px 0;
        margin: 10px 0;
    }
    .footer .link {
        margin-top: 20px;
    }
    .footer .top .footlogo {
        width: 22%;
        margin-bottom: .2rem;
    }
    .footer .top .fr .t1 {
        width: 70%;
        font-size: .2rem;
    }
    .footer .top .fr .btn {
        width: 28%;
        height: .6rem;
        line-height: normal;
        font-size: .2rem;
        border-radius: 30px;
    }
    .footer .link .fl {
        margin-bottom: 20px;
    }
} */