/* CSS Document */

@charset "UTF-8";
html {
    font-family: "微软雅黑", "宋体", sans-serif;
}

body {
    line-height: 2;
    font-size: 16px;
    color: #221815;
    background: #fff;
    outline: 0;
}

html,
body,
header,
section,
footer,
div,
ul,
ol,
li,
img,
a,
span,
em,
del,
legend,
center,
strong,
var,
fieldset,
form,
label,
dl,
dt,
dd,
cite,
input,
hr,
time,
mark,
code,
figcaption,
figure,
textarea,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    border: 0;
    padding: 0;
    font-style: normal;
    box-sizing: border-box;
}

ul,
li {
    list-style: none;
}

b,
strong {
    font-weight: 700;
}

pre {
    overflow: auto;
}

img {
    border: 0;
    display: block;
    margin: 0 auto;
}

em,
i {
    font-style: normal;
}

p {
    margin-top: 0;
    margin-bottom: 0;
}

div {
    margin: 0 auto;
}

a {
    color: #221815;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    outline: 0;
    color: #221815;
}

area {
    outline: none
}

textarea {
    overflow: hidden;
    resize: none;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}

hr {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

pre {
    overflow: auto;
}

button,
.aui-btn {
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    text-align: center;
    margin: 0;
    background: #e5e5e5;
    padding: 0 12px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #bdbdbd;
    border-radius: 1px;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    user-select: none;
}

textarea {
    width: 100%;
    -webkit-appearance: none;
    padding: 5px;
    margin-bottom: 15px;
    line-height: 21px;
    -webkit-user-select: text;
    background-color: #fff;
    border: none;
    border-radius: 3px;
    outline: none
}

select,
input[type="text"],
input[type="password"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="date"],
input[type="month"],
input[type="time"] {
    width: 100%;
    -webkit-appearance: none;
    -webkit-user-select: text;
    padding: 0px;
    margin-bottom: 0px;
    background-color: #fff;
    border: none;
    border-radius: 0px;
    outline: none;
}

input[type="submit"] {
    padding: 0px;
    margin-bottom: 0px;
    border: 0;
    border-radius: 0px;
    outline: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #969697;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #969697;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #969697;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #969697;
}

.clearfix {
    clear: both;
}

.clearfix:before {
    display: table;
    content: " ";
}

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.fl {
    float: left !important;
}

.fr {
    float: right !important;
}

.show {
    display: block !important;
}

.no {
    display: none !important;
}

.white,
.white a,
.white a:hover {
    color: #fff !important;
}

.gray,
.gray a,
.gray a:hover {
    color: #999;
}

.yin,
.yin a,
.yin a:hover {
    color: #cfcfcf;
}

.baibg {
    background-color: #fff !important;
}

.lanbg {
    background-color: #324c95 !important;
}

.lanbg:hover {
    background-color: #3786eb !important;
}

.border-n {
    border: none!important;
}

.more {
    display: block;
    width: 160px;
    height: 34px;
    line-height: 32px;
    border: 1px solid #fff;
    text-align: center;
    color: #fff;
    margin: 30px auto;
}

.more:hover {
    color: #fff;
}

.moreh:hover {
    color: #959595;
}

.w100 {
    width: 100%;
    margin: 0 auto;
}

.font30 {
    font-size: 30px !important;
    font-weight: 600;
}

.font24 {
    font-size: 24px !important;
}

.font20 {
    font-size: 20px !important;
}

.font18 {
    font-size: 18px !important;
}

.font16 {
    font-size: 16px !important;
}

.font14 {
    font-size: 14px !important;
}

.font12 {
    font-size: 12px !important;
}

.song {
    font-family: "宋体";
}


/*文字对齐*/

.text-l {
    text-align: left!important;
}

.text-c {
    text-align: center!important;
}

.text-j {
    text-align: justify!important;
}

.text-r {
    text-align: right!important;
}

.pr {
    position: relative;
}

.ov {
    overflow: hidden;
}


/*自动隐藏文字*/

.ellipsis-1 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ellipsis-2 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: normal !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


/**top**/

.header {
    width: 100%;
    height: 800px;
    position: relative;
}

.header66 {
    width: 100%;
    height: 660px;
    position: relative;
}


/* background: -webkit-linear-gradient(90deg, #cca24e, #1793ea); 
    background: -o-linear-gradient(90deg, #cca24e, #1793ea); 
    background: -moz-linear-gradient(90deg, #cca24e, #1793ea); 
    background: linear-gradient(90deg, #cca24e, #1793ea); */

.w93 {
    position: fixed;
    left: 0vw;
    top: 0;
    width: 100vw;
    z-index: 49;
}

.menu {
    width: 100%;
    height: 133px;
    position: absolute;
    left: 0px;
    top: 0;
    padding: 0 60px;
    z-index: 50;
    border-bottom: 1px solid rgba(242, 242, 242, .5);
}

.menu h1 {
    float: left;
    margin-top: 35px;
    width: 430px;
}

.menu h1 img {
    width: 100%;
}

.menu p {
    float: right;
    margin-top: 35px;
    margin-left: 23px;
    font-size: 26px !important;
    position: relative;
}

.menu p:hover {
    color: #fff;
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
}

.menu ul {
    display: block;
    float: right;
    width: 765px;
}

.menu li {
    float: left;
    width: 90px;
    height: 128px;
    line-height: 128px;
    text-align: left;
}

.menu li a {
    display: block;
    width: 90px;
    height: 128px;
    font-size: 14px;
    line-height: 128px;
    text-align: center;
    color: #fff;
}

.menu li:hover,
.menu li.active {
    color: #fff;
}

.menu li:hover a,
.menu li.active a {
    color: #fff;
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
}

.menu .hidden {
    position: absolute;
    top: 130px;
    width: 100%;
    height: 350px;
    padding-top: 48px;
    background: url(../img/menu_01.jpg) no-repeat #fff;
    background-size: 100%;
    display: none;
    z-index: 51;
    box-sizing: border-box;
    left: 0;
}

.menu .hidden dl {
    float: right;
    display: block;
    width: 825px;
    box-sizing: border-box;
    color: #333;
}

.menu .hidden dt:hover a strong,
.menu .hidden dt.on a strong {
    color: rgb(19, 60, 179);
}

.menu .hidden dt {
    float: left;
    width: 255px;
    height: 124px;
    color: #333;
    text-align: left;
    padding: 45px 0 0;
    border-bottom: 1px solid #ddd;
    margin: 0 105px 0 0;
    position: relative;
}

.menu .hidden dt a {
    color: #333;
}

.menu .hidden dt strong {
    display: block;
    float: left;
    width: 200px;
    height: 24px;
    text-align: left;
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;
    text-transform: uppercase;
}

.menu .hidden dt i {
    display: block;
    float: left;
    width: 11vw;
    text-align: left;
    font-size: 12px;
    line-height: 14px;
    color: #999;
    text-transform: uppercase;
}

.menu .hidden dt span {
    position: absolute;
    right: 0;
    top: 48px;
    color: #999;
    font-size: 17px;
    line-height: 24px;
}


/* .menu .hidden dt:before { float: left; width: 90px !important; color: #fff; text-align: left; margin-left: 42px; } */

.menu .hidden dt a,
.menu .hidden dt a:hover {
    color: #333;
    display: inline;
}

.menu ul li:hover .hidden {
    display: block;
}

.anzhengwen {
    display: block;
    position: absolute;
    left: 160px;
    top: 35%;
    text-align: left;
}

.anzhengwen h3 {
    font-size: 30px;
    line-height: 50px;
    margin: 30px 0 0;
    font-weight: normal;
}

.anzhengwen p {
    font-size: 16px;
    line-height: 23px;
}

.indexfoot {
    position: fixed;
    left: 0vw;
    bottom: 0;
    width: 100vw;
    z-index: 49;
    border-top: 1px solid rgba(242, 242, 242, .5);
    line-height: 40px;
    font-size: 14px;
}

.mouse {
    position: fixed;
    left: 50%;
    bottom: 70px;
    width: 75px;
    margin-left: -35px;
    z-index: 49;
    animation: mymove 3s ease infinite;
}

.mouse span {
    font-size: 3vw;
    line-height: 3.5vw;
}

.footer {
    width: 100%;
    height: 726px;
    background: url(../img/foot.jpg) no-repeat top center;
    background-size: 100% 100%;
    margin-top: 30px;
    overflow: hidden;
    position: relative;
}

.footer .all {
    width: 1600px;
    height: 340px;
    padding: 40px 200px;
    background: rgba(68, 138, 202, .1);
}

.grayff,
.grayff a,
.grayff a:hover {
    color: #c4c4c4;
}

.llshang {
    width: 1200px;
    height: 240px;
    padding-top: 60px;
}

.llshang p {
    text-align: center;
    margin-top: 12px;
    margin-bottom: 20px;
    line-height: 22px !important;
    font-size: 14px;
}

.ffshang {
    float: left;
    width: 288px;
    height: 235px;
}

.foottt {
    display: block;
    margin-bottom: 40px;
}

.foottt strong {
    display: block;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 22px;
}

.footer p {
    font-size: 14px;
    line-height: 28px;
}

.dizhi {
    float: left;
    width: 615px;
    height: 235px;
    border-right: 1px solid #448aca;
    border-left: 1px solid #448aca;
    padding: 0px 0px 0px 90px;
    position: relative;
}


/* .dizhi:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0vw;
    width: 1px;
    height: 235px;
    background: ##448aca;
} */

.ckdt {
    width: 260px;
    height: 62px;
    line-height: 62px;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    background: rgb(0, 111, 192);
    margin-top: 17px;
    margin-left: 0;
}

.ckdt:hover {
    background: rgb(19, 60, 179);
}

.ewm {
    float: right;
    width: 220px;
}

.footer .xia {
    width: 100%;
    height: 74px;
    line-height: 74px;
    clear: both;
    background: rgba(0, 0, 0, .3);
    position: absolute;
    bottom: 0;
    left: 0;
}

.footer .xia_1 {
    width: 1200px;
}

.footer .xia p {
    height: 74px;
    line-height: 74px;
}

.footer .xia a {
    padding: 0 12px;
}

.footer .xia a:hover {
    color: #fff;
}

@media screen and (min-width:1200px) and (max-width:1600px) {
    .footer .all {
        width: 1140px;
        height: 340px;
        padding: 40px 50px;
        background: rgba(68, 138, 202, .1);
    }
    .ffshang {
        width: 250px;
    }
    .dizhi {
        width: 510px;
        padding: 0px 60px 0px 70px;
    }
    .ckdt {
        height: 42px;
        line-height: 42px;
    }
    .footer .xia_1 {
        width: 1060px;
    }
}

@media screen and (max-width:1200px) {
    .footer .all {
        width: 1000px;
        height: 340px;
        padding: 40px 50px;
        background: rgba(68, 138, 202, .1);
    }
    .dizhi {
        width: 390px;
        padding: 0px 50px 0px 50px;
    }
    .ffshang {
        width: 230px;
    }
    .ckdt {
        height: 42px;
        line-height: 42px;
    }
    .footer .xia_1 {
        width: 920px;
    }
}

@media screen and (min-width:1367px) and (max-width:1600px) {
    .menu .hidden {
        height: 300px;
        padding-top: 20px;
    }
    .menu .hidden dt {
        height: 110px;
        margin: 0 35px 0 0;
    }
}

@media screen and (max-width:1366px) {
    .menu h1 {
        margin-top: 35px;
        width: 330px;
    }
    .menu ul {
        width: 700px;
    }
    .menu .hidden dl {
        width: 625px;
    }
    .menu .hidden dt {
        height: 95px;
        margin: 0 35px 0 0;
        padding: 30px 0 0;
    }
    .menu .hidden {
        height: 235px;
        padding-top: 0;
    }
    .menu .hidden dt span {
        top: 38px;
    }
    .menu .hidden dt strong {
        font-size: 15px;
    }
    .swiper-container-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        left: 70px !important;
        bottom: 80px !important;
    }
}