* {
    margin: 0;
    padding: 0;
}


li {
    list-style: none;
}

input,
button,
textarea,
video {
    outline: 0;
    border: 0;
    background: none;
    resize: none;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    content: '' !important;
}

.swiper-button-next,
.swiper-button-prev {
    outline: none;
}

.swiper-button-lock,
.swiper-pagination-lock {
    display: block !important;
}

.swiper-pagination-bullet {
    outline: none;
}

@font-face {
    font-family: alir;
    src: url(../font/alir.otf);
}

@font-face {
    font-family: alil;
    src: url(../font/alil.otf);
}

body {
    min-width: 1200px;
    max-width: 1920px;
    margin: 0 auto !important;
    font-size: 18px;
    font-family: alir !important;
    color: #333333 !important;
}

.box {
    width: 1200px;
    margin: auto;
}

/* header */
header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
    background: #fff;
    color: #333333;
    border-bottom: 1px solid #f3f3f3;
}

header .box {
    height: 120px;
}

header .left p {
    font-size: 16px;
    line-height: 20px;
}

header .left p b {
    font-size: 24px;
    letter-spacing: 10px;
}

header .left .line {
    width: 1px;
    height: 67px;
    background: #08519f;
    margin: 0 10px 0 14px;
}

header .right {
    width: 807px;
}

nav {
    width: 584px;
}

nav a {
    font-size: 18px;
    position: relative;
    color: #333333;
}

nav a:hover,
nav .active {
    color: #08509f;
}

nav a:hover::after,
nav .active::after {
    content: '';
    width: 100%;
    height: 2px;
    background: #08519f;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -48px;
    margin: auto;
}

header .phone {
    width: 172px;
    height: 35px;
    font-size: 18px;
    font-weight: bold;
    border: 2px solid #333333;
    border-radius: 18px;
}

header .phone img {
    margin-right: 5px;
}

/* header end */

/* footer */
footer {
    background: #1b1b1c;
    font-size: 18px;
    color: #fff;
}

footer a,
footer a:hover {
    color: #fff;
}

.ftop {
    padding: 81px 0 32px;
}

.ftop .cn {
    color: #aeaeae;
}

.ftop .phone {
    font-size: 38px;
    font-family: Impact;
    margin: 3px 0 53px;
}

.ftop .txt>div:nth-child(2) {
    margin: 0 37px 0;
}

.ftop .qr {
    width: 332px;
}

.ftop .qr img {
    width: 128px;
    padding: 8px;
    border: 1px solid #fff;
    margin-bottom: 11px;
}

.ft_btm {
    margin-top: 42px;
}

.ft_btm>div {
    width: 612px;
}

.fbtm {
    height: 74px;
    border-top: 1px solid #aeaeae;
    font-size: 16px;
    color: #c7c7c7;
}

.fbtm a,
.fbtm a:hover {
    color: #c7c7c7;
}

/* footer end */

/* 列表分页 */
.pagination {
    font-size: 18px;
    color: #9e9e9e;
    text-align: center;
    margin-top: 10px;
}

.pagination li {
    width: 42px;
    text-align: center;
    line-height: 39px;
    display: inline-block;
    margin: 0 4px;
    background: #f4f4f4;
}

.pagination li a {
    display: block;
    font-size: 18px;
    color: #333333;
}

.pagination li.active,
.pagination li a:hover {
    color: #fff;
    background: #08509f;
}

.sxy {
    padding-top: 30px;
    border-top: 1px solid #cccccc;
    font-size: 18px;
    color: #111111;
    margin-top: 70px;
}

.sxy>div {
    max-width: 45%;
}

/* 列表分页 end */


/* index */
.swiper0::after {
    content: '';
    width: 21px;
    height: 207px;
    background: url(../images/aa.png) no-repeat center;
    position: absolute;
    left: 186px;
    bottom: 202px;
    z-index: 9;
}

.swiper.swiper0 .swiper-pagination {
    width: 32px;
    left: 10%;
    bottom: 546px;
}

.swiper.swiper0 .swiper-pagination-bullet {
    position: relative;
    display: block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    border: 2px solid transparent;
    border-radius: 50%;
    background: none;
    font-size: 16px;
    color: rgb(255, 255, 255, .3);
    margin: 12px 0 !important;
    opacity: 1;
}

.swiper.swiper0 .swiper-pagination-bullet-active {
    color: #1e4d9f;
    border-color: #1e4d9f;
    margin-left: 53px !important;
}

.swiper.swiper0 .swiper-pagination-bullet-active::before {
    content: '';
    width: 28px;
    height: 2px;
    background: #1e4d9f;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -43px;
    margin: auto;
}

.title {
    font-size: 38px;
    color: #1e4d9f;
}

.titlea {
    color: #fff;
}

.title span {
    font-family: alil;
}

.index1 {
    background: url(../images/index1.jpg) no-repeat center;
    padding: 150px 0;
}

.index1 .con {
    width: 597px;
    font-size: 18px;
    line-height: 40px;
    color: #333333;
    margin: 71px 0 160px;
}

.index1 a {
    font-size: 16px;
    color: #1e4d9f;
    width: 120px;
    height: 50px;
    border: 2px solid #2c6eb3;
    border-radius: 25px;
}

.index1 img {
    border-radius: 10px;
}

.index1 .tt {
    font-size: 18px;
    color: #333333;
    margin-top: 28px;
}

.index1 .tt b {
    font-size: 32px;
}

.index1 .tt span {
    font-family: alil;
}

.index2 {
    background: url(../images/index2.jpg) no-repeat center;
    padding: 90px 0 98px;
}

.index2 li {
    width: 382px;
    height: 519px;
    background: #fff;
    border-radius: 10px;
    padding: 24px 28px 0;
    margin: 70px 0 20px;
}

.index2 .tit {
    font-size: 24px;
    color: #1e4d9f;
    font-weight: bold;
    margin: 56px 0 41px;
}

.index2 .con {
    width: 304px;
    margin: auto;
    font-size: 18px;
    line-height: 32px;
    color: #898989;
}

.index2 li:hover {
    background: #1e4d9f;
}

.index2 li:hover .tit,
.index2 li:hover .con {
    color: #fff;
}

.index2 .tt {
    width: 382px;
    height: 53px;
    border: 2px solid #fff;
    border-radius: 10px;
    font-size: 18px;
    font-family: alil;
    color: #fff;
}

.index3 {
    padding: 126px 0 254px;
    overflow: hidden;
}

.index3 .swiper {
    width: 1200px;
    overflow: initial;
    margin-top: 79px;
    color: #333333;
    padding-bottom: 82px;
}

.index3 img {
    width: 380px;
    height: 240px;
    border: 4px solid transparent;
}

.index3 .tit {
    font-size: 24px;
    font-weight: bold;
    margin: 33px 0 8px;
}

.index3 .con {
    font-size: 18px;
}

.index3 .swiper-slide:hover img {
    border-color: #1e4d9f;
    box-shadow: 0px 1px 15px 0px rgba(113, 113, 113, 0.27);
}

.index3 .swiper-slide:hover .tit {
    color: #1e4d9f;
}

.index3 .swiper-horizontal>.swiper-scrollbar {
    height: 2px;
    background: #d3d3d3;
    left: 0;
}

.index3 .swiper-scrollbar-drag {
    background: #1e4d9f;
}

.index3 .swiper-button {
    width: 44px;
    height: 44px;
    background: url(../images/left.png) no-repeat center;
    top: auto;
    bottom: -124px;
    opacity: 1 !important;
}

.index3 .swiper-button-next {
    right: auto;
    left: 58px;
    transform: rotate(180deg);
}

.index3 .swiper-button:hover {
    background-image: url(../images/lefta.png);
}

.index4 {
    background: url(../images/index4.jpg) no-repeat center;
    padding: 190px 0 179px;
}

.index4 .con {
    width: 601px;
    font-size: 18px;
    line-height: 48px;
    color: #333333;
    margin: 70px 0 220px;
    font-family: 'alil';
}

.index4 a,
.index4 a:hover {
    font-size: 18px;
    color: #1e4d9f;
    width: 116px;
    height: 46px;
    border: 2px solid #1e4d9f;
    border-radius: 25px;
    float: right;
}

.index4 a::before {
    content: '';
    width: 476px;
    height: 2px;
    background: #1e4d9f;
    position: absolute;
    right: 118px;
}

.index5 {
    padding: 119px 0 128px;
}

.index5 ul {
    margin-top: 27px;
}

.index5 li {
    background-color: rgb(247, 247, 247);
    width: 390px;
    height: 280px;
    padding: 30px 25px 0;
    margin-top: 13px;
}

.index5 .num {
    font-family: alil;
    color: rgb(255, 255, 255, .3);
    font-size: 32px;
}

.index5 .tit {
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    margin: 23px 0 9px;
}

.index5 .con {
    font-size: 18px;
    line-height: 32px;
    font-family: alil;
    color: #898989;
}

.index5 li:hover {
    background: #1e4d9f;
}

.index5 li:hover img {
    filter: brightness(100);
}

.index5 li:hover .tit,
.index5 li:hover .con {
    color: #fff;
}

.index6 {
    background: url(../images/index6.jpg) no-repeat center;
    padding: 105px 0 143px;
}

.index6 .swiper {
    margin-top: 52px;
    padding-bottom: 77px;
}

.index6 .swiper-slide {
    background: #fff;
    border: 2px solid #fff;
}

.index6 .swiper-slide>div {
    height: 200px;
    padding: 40px 31px 0 24px;
    border-top: 2px solid #fff;
}

.index6 .tit {
    font-size: 24px;
    font-weight: bold;
    color: #333333;
}

.index6 .con {
    font-size: 18px;
    line-height: 32px;
    color: #898989;
}

.index6 .swiper-horizontal>.swiper-scrollbar {
    background: #fff;
    height: 2px;
}

.index6 .swiper-scrollbar-drag {
    background: #1e4d9f;
}

.index7.prolist {
    padding: 171px 0 181px;
}

.index7.prolist .pro>div {
    margin-bottom: 0;
    margin-top: 48px;
}

.index8 {
    background: url(../images/index8.jpg) no-repeat center;
    padding: 135px 0 139px;
    color: #fff;
}

.index8 li {
    overflow: hidden;
    margin-top: 49px;
}

.index8 .img {
    border: 1px solid #fff;
}

.index8 .p_a {
    opacity: 0;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0,.7);
}

.index8 .p_a img {
    width: 106px;
    border: 1px solid #fff;
    padding: 10px;
}

.index8 .p_a p {
    font-size: 18px;
    margin-top: 21px;
}

.index8 .tt {
    font-size: 24px;
    font-family: alil;
    margin-top: 34px;
}

.index8 li:hover .img {
    border-color: #1e4d9f;
}

.index8 li:hover .p_a {
    opacity: 1;
}

.index9 {
    padding: 150px 0 130px;
}

.index9 ul {
    margin-top: 50px;
}

.index9 img {
    border: 2px solid #ededed;
    transition: .3s;
}

.index9 li p {
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    margin-top: 20px;
}

.index9 li:hover img {
    border-color: rgb(255, 255, 255);
    box-shadow: 0px 1px 18px 0px rgba(66, 66, 68, 0.33);
}

.index9 li:hover p {
    color: #1e4d9f;
}

.index10 {
    padding-bottom: 109px;
    overflow: hidden;
}

.index10::after {
    content: '';
    width: 1060px;
    height: 225px;
    background: #f9f9f9;
    position: absolute;
    right: 0;
    bottom: 0;
}

.index10 .img {
    width: 651px;
}

.index10 .img p::after {
    content: '';
    width: 337px;
    height: 212px;
    background: url(../images/index10.png) no-repeat center;
    position: absolute;
    right: -26px;
    top: 28px;
}

.index11 {
    background: url(../images/index11.jpg) no-repeat top;
    padding: 206px 0 0;
    color: #1e4d9f;
    height: 960px;
}

.index11 .tit {
    font-size: 50px;
    font-weight: bold;
}

.index11 .con {
    font-size: 38px;
    margin: 10px 0 90px;
}

.index11 .more {
    width: 265px;
    height: 50px;
    border: 1px solid #1e4d9f;
    border-radius: 25px;
    font-size: 32px;
    font-family: Impact;
    float: right;
}

.index11 .more img {
    margin-right: 9px;
}

.index12 {
    padding: 178px 0;
}

.index12 .box {
    box-shadow: 0px 1px 32px 0px rgba(37, 45, 68, 0.22);
    width: 1202px;
    height: 600px;

}

.index12 .left {
    width: 520px;
    height: 600px;
    background: url(../images/index12.jpg) no-repeat center;
    padding: 102px 67px 0 44px;
    color: #fff;
}

.index12 .tit {
    font-size: 60px;
    letter-spacing: -1px;
    line-height: 77px;
}

.index12 .left img {
    margin: 79px 0 37px;
}

.index12 .left .con {
    font-size: 24px;
}

.index12 form {
    width: 580px;
    margin: auto;
}

.index12 form>div>div:nth-child(n+3) {
    margin-top: 42px;
}

.index12 form p {
    font-size: 24px;
    color: #333333;
    font-weight: bold;
}

.index12 input {
    width: 277px;
    height: 59px;
    border: 1px solid #ececec;
    border-radius: 5px;
    margin-top: 3px;
    text-indent: 20px;
    font-size: 18px;
    color: #898989;
}

.index12 button {
    border-radius: 4px;
    background: linear-gradient(to right, #1e4d9f, #3a9da0);
    width: 275px;
    height: 61px;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    margin-top: 80px;
}

/* index end */

/* 关于我们 */
.about {
    padding: 100px 0 0;
}

.about .tab {
    width: 520px;
    margin: auto;
}

.about .tab a {
    width: 160px;
    height: 50px;
    border: 2px solid #333333;
    font-size: 24px;
    color: #333333;
}

.about .tab a:nth-child(2) {
    margin: 0 20px;
}

.about1 {
    padding: 100px 0 170px;
}

.about .tit {
    font-size: 38px;
    font-weight: bold;
    color: #024b98;
}

.about .con {
    font-size: 18px;
    line-height: 32px;
    color: #333333;
    margin-top: 35px;
}

.about2 {
    background: url(../images/about2.jpg) no-repeat center;
}

.about2 .box {
    height: 800px;
    padding-bottom: 110px;
}

.about2 .tit,
.about2 .con {
    color: #fff;
}

.about3 {
    padding: 180px 0 210px;
}

/* 关于我们 end */

/* 产品中心 */
.prolist {
    padding: 112px 0 259px;
}

.prolist .tit {
    font-size: 38px;
    font-weight: bold;
    color: #08509f;
    margin-bottom: 100px;
}

.prolist .pro>div {
    width: 280px;
    height: 420px;
    background: #f9f9f9;
    margin-right: 26px;
    margin-bottom: 46px;
    padding: 90px 33px 60px;
    font-size: 18px;
    color: #333333;
    transition: .3s;
}

.prolist .pro>div:nth-child(4n) {
    margin-right: 0;
}

.prolist .img {
    width: 214px;
    height: 132px;
    overflow: hidden;
    margin: auto;
}

.prolist .tt {
    -webkit-line-clamp: 2;
    margin-top: 73px;
}

.prolist .tt b {
    font-size: 24px;
}

.prolist .pro>div:hover {
    box-shadow: 0px 4px 13px 0px rgba(43, 41, 46, 0.33);
}

.prolist .pro>div:hover .tt {
    color: #08509f;
}

/* 产品中心 end */

/* 酒厂 */
.test>.box {
    margin-top: 50px;
}

.test .content {
    margin: 45px 0 80px;
}

.test .content>div {
    width: 232px;
    height: 390px;
    background: #4376ac;
    padding: 9px 8px 0;
}

.test .img {
    width: 216px;
    height: 304px;
    overflow: hidden;
    margin-bottom: 16px;
}

.test .tit {
    font-size: 16px;
    font-family: syl;
    color: #fff;
    text-transform: uppercase;
}

/* 酒厂 end */


/* 英才合作 */
.cooperation {
    padding: 98px 0 170px;
}

.cooperation .index11 {
    height: 503px;
    padding: 106px 60px 0 0;
    background-size: cover;
}

.cooperation .index12 {
    padding: 70px 0 0;
}

/* 英才合作 end */
.arc {
    padding: 80px 0;
}

.arc .top {
    margin-bottom: 50px;
}

.arc h3 {
    font-size: 32px;
}

.arc .content {
    font-size: 18px;
    line-height: 30px;
    margin-top: 30px;
}

.arc img {
    display: inline-block;
    max-width: 100%;
}

/* contactUs */
.contact {
    padding: 100px 0 200px;
}

.contact .left {
    width: 330px;
    height: 500px;
    background: #f8f8f8;
    padding: 65px 20px 0;
}

.contact .left>div:nth-child(-n+2) {
    padding-bottom: 45px;
    margin-bottom: 50px;
    border-bottom: 1px solid #898989;
}

.contact .tit {
    font-size: 20px;
    font-weight: bold;
    color: #181818;
}

.contact .con {
    font-size: 18px;
    font-family: alil;
    color: #898989;
    margin-top: 4px;
}

.contact form {
    width: 800px;
}

.contact form p {
    font-size: 18px;
    color: #181818;
}

.contact input,
.contact textarea {
    width: 100%;
    height: 60px;
    background: #f3f3f3;
    font-size: 14px;
    color: #909090;
    text-indent: 21px;
    margin: 6px 0 27px;
}

.contact textarea {
    height: 100px;
    padding-top: 20px;
}

.contact button {
    width: 200px;
    height: 60px;
    background: #2f6bab;
    font-size: 24px;
    color: #fff;
    margin-top: 20px;
}

.contact .map {
    height: 468px;
    margin-top: 100px;
}

/* contactUs end */