* {
    box-sizing: border-box;
}

*,
body,
html {
    margin: 0;
    padding: 0;
}

body.fixed {
    position: fixed;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

body {
    font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'PingFang SC', 'Hiragino Sans GB', 'Heiti SC', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: #333;
    -webkit-font-smoothing: antialiased;
}

html {
    height: 100%;
    font-size: 100px;
}

li,
ol,
ul {
    list-style: none;
}

a {
    color: inherit;
}

a:hover,
a:link,
a:visited {
    text-decoration: none;
    color: inherit;
}

input[type=number] {
    -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    margin: 0;

    -webkit-appearance: none;
}

p {
    margin: 0;
    padding: 0;
    line-height: 30px;
}

ul {
    margin: 0;
    padding: 0;
}

button,
input,
textarea {
    resize: none;
    border: none;
    outline: none;
}

img {
    border: 0;
    max-width: 100% !important;
    height: auto!important;
}

a {
    text-decoration: none;
    color: inherit;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

a:hover {
    text-decoration: none;
    color: inherit;
}

a:visited,
a:link {
    text-decoration: none;

    color: inherit;
}

.lazy {
    /* background: url(/static/js/slick/ajax-loader.gif) no-repeat center; */
}

.img-box {
    /* position: relative; */

    display: block;
    overflow: hidden;

    /* height: 0;
    padding-bottom: 100%; */
}

.img-box img {
    /* position: absolute; */
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;
}

.img-box img[src=''],
.img-box img:not([src]) {
    opacity: 0;
    border: 0;
}

*[data-type='iframe'],
*[data-fancybox],
.slick-slide:focus,
a:link {
    outline: none !important;
}

.container {
    width: auto;
    margin: 0 15px;
    padding: 0;
}

.imgs {
    max-width: 100%;
    width: 100%;
    height: auto;
    display: block;
}

@media (max-width: 1600px) {
    html {
        font-size: 95px;
    }
}

@media (max-width: 1440px) {
    html {
        font-size: 90px;
    }
}

@media (max-width: 1220px) {
    html {
        font-size: 85px;
    }
}

@media (max-width: 1024px) {
    html {
        font-size: 80px;
    }
}

@media (max-width: 991px) {
    html {
        font-size: 70px;
    }
}

@media (max-width: 639px) {
    html {
        font-size: 60px;
    }
}

@media (min-width: 640px) {
    .container {
        margin: 0 7.5%;
    }
}

@media (min-width: 1200px) {
    .container {
        margin: 0 12%;
    }
}

@media (min-width: 1600px) {
    .container {
        margin: 0 13%;
    }
}

@media (min-width: 768px) {
    .tce-ml20 {
        margin-left: 20px;
    }
}

.w-100 {
    float: left;
    width: 100%;
}

.img-cover {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.header-full {
    overflow: hidden;
    height: 100%;
}

.mobile-menu {
    display: none;
}

.nav_menu {
    display: none;
}

.header {
    position: absolute;
    z-index: 10;
    top: 30px;
    left: 0;
    width: 100%;
    height: 70px;
    /* -webkit-transition: all .4s;
    transition: all .4s; */
}

.child-header {
    position: relative;
    top: 0px;
}

.header.child-header .header-con {
    width: 100% !important;
    background: rgba(255, 255, 255, 1) !important;
}

.header .header-con {
    width: 95%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    margin: 0px auto;
    float: none;
    border-radius: 20px;
}

.header .logo {
    position: relative;
    float: left;
    padding-left: 3.2%;
    margin-top: 8px;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.mobile-logo {
    display: none;
}

@media (max-width: 1440px) {
    .header .logo {
        padding-left: 1.5%;
    }
}

@media (max-width: 1199px) {
    .header .logo {
        height: 50px;
        margin-top: 10px;
    }
}

.header .logo a {
    display: block;
    height: 100%;
}

.header .logo img {
    display: block;
    height: 100%;
}

@media (max-width: 1199px) {
    .header .nav {
        position: fixed;
        z-index: 9998;
        top: 0;
        left: 0;

        display: none;

        width: 100%;
        height: 100%;
        padding: 0 50px;

        -webkit-transition: left .3s;
        transition: left .3s;
        text-align: left;
        text-align: center;

        background: #fafafa;
        background-color: rgba(12, 77, 162, .9);
        background-color: rgba(154, 203, 216, .9);
    }

    .header .nav .tbl {
        display: table;

        width: 100%;
        height: 100%;
    }

    .header .nav .tbl-cell {
        display: table-cell;

        height: 100%;

        vertical-align: middle;
    }
}

@media (max-width: 767px) {
    .header .nav {
        width: 100%;
        padding: 30px;
    }
}

.header .nav.left-100 {
    left: -100%;
}

.header .nav.left-200 {
    left: -200%;
}

@media (min-width: 1200px) {
    .header .nav {
        float: right;
        height: 100%;
    }

    .header.fixed-header .nav {
        height: 70px;
    }

    .header .nav .nav-list1 li a {
        white-space: nowrap;
    }

    .header .nav .nav-list1>li {
        float: left;
    }

    .header .nav .nav-list1>li>a {
        font-size: 16px;
        line-height: 70px;
        position: relative;
        display: inline-block;
        overflow: hidden;
        padding: 0 22px;
        color: #333;
    }

    .header .nav .nav-list1>li>a span {
        display: block;
        text-align: center;
    }

    .header .nav .nav-list1>li:hover>a {
        color: #e31f1f;
    }

    .header .nav .nav-list1>li.active>a {
        color: #e31f1f;
    }

    /* .header .nav .nav-list1 > li > a:before
    {
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;

        -moz-box-sizing: border-box;
             box-sizing: border-box;
        width: 100%;
        height: 100%;

        content: attr(data-hover);
        -webkit-transition: all .4s;
                transition: all .4s;
        -webkit-transform: translateX(-101%);
            -ms-transform: translateX(-101%);
                transform: translateX(-101%);
        text-align: center;

        color: #fff;
        background: #0c4da2;
    }
    .header .nav .nav-list1 > li:hover > a:before
    {
        -webkit-transform: translateX(0%);
            -ms-transform: translateX(0%);
                transform: translateX(0%);
    }
    .header .nav .nav-list1 > li:hover > a span
    {
        -webkit-transform: translateX(-101%);
            -ms-transform: translateX(-101%);
                transform: translateX(-101%);
    } */
    .header .nav .nav-list1 .navbg {
        position: absolute;
        top: 110px;
        left: 0;

        display: none;

        width: 100%;
        height: 50%;
    }

    .header .nav .nav-list1 .navbg .info {
        width: 100%;
        height: 50px;

        border-top: 1px solid #d2d2d2;
        background-color: #fff;
        box-shadow: 10px 0 10px rgba(0, 0, 0, .1);
    }

    .header .nav .nav-list1 .nav-list2 {
        position: absolute;
        z-index: 50;
        top: 100%;

        display: none;

        padding: 0;
    }

    .header .nav .nav-list1 .nav-list2 li {
        padding: 0;
        list-style: none;
        float: none;
        height: 46px;
        line-height: 46px;
        padding: 0px;
    }

    .header .nav .nav-list1 .nav-list2 li>a {
        font-size: 15px;
        position: relative;
        z-index: 1;
        display: block;
        padding: 0 30px;
        -webkit-transition: -webkit-transform .6s ease;
        transition: -webkit-transform .6s ease;
        transition: transform .6s ease;
        transition: transform .6s ease, -webkit-transform .6s ease;
        color: #333;
        background: rgba(255,255,255,0.9);
        text-align: center;
        padding: 0 20px;
        /* width: 120px; */
        height: 46px;
    }

    .header .nav .nav-list1 .nav-list2 li>a:hover {
        color: #e31f1f;
    }

    .header .nav .nav-list1 .nav-list3 {
        position: absolute;
        left: 100%;

        display: none;

        margin-top: -44px;
        padding: 20px 0;

        background-color: rgba(255, 255, 255, .95);
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    }

    .header .nav .nav-list1 .nav-list3 li>a {
        font-size: 12px;
        line-height: 2;
    }
}

@media (max-width: 1600px) {
    .header .nav .nav-list1>li>a {
        padding: 0 18px;
    }
}

@media (max-width: 1440px) {
    .header .nav .nav-list1>li>a {
        font-size: 16px;
        padding: 0px 10px;
    }
}

@media (max-width: 1199px) {
    .mobile-menu {
        position: fixed;
        z-index: 101;
        top: 0px;
        right: 0px;
        width: 66%;
        background: rgba(255, 255, 255, 0.95);
        box-shadow: -4px 4px 16px rgba(0, 0, 0, 0.3);
        padding-top: 20%;
        padding-bottom: 10%;
        /* transform: translateX(100%); */
        transition: all 0.3s ease;
        /* display: none !important; */
    }

    .menu-link {
        color: #333;
        position: absolute;
        right: 15px;
        top: 20px;
        cursor: pointer;
        text-align: center;
        font-size: 12px;
        transform: translateY(0.5rem);
    }

    .menu-link span {
        width: 26px;
        height: 20px;
        display: inline-block;
        position: relative;
    }

    .menu-link span:before {
        content: '';
        background: #666;
        width: 100%;
        height: 2px;
        position: absolute;
        bottom: 0;
        left: 0;
        transition: all 0.3s ease-out;
        transform-origin: right bottom;
        transform: rotate(43deg);
        left: -2px;
    }

    .menu-link span:after {
        content: '';
        background: #666;
        width: 100%;
        height: 2px;
        position: absolute;
        top: 0;
        left: 0;
        transition: all 0.3s ease-out;
        transform-origin: right top;
        transform: rotate(-43deg);
        left: -2px;
    }

    .menu-link em {
        display: block;
        text-align: right;
        font-style: normal;
    }

    .mobile-menu>ul>li {
        padding: 10px 20px;
        padding-top: 15px;
        border-bottom: 1px solid #dedede;
    }

    .mobile-menu>ul>li span {
        display: block;
        position: relative;
        padding-right: 30px;
    }

    .mobile-menu>ul>li span a {
        font-size: 14px;
        color: #1d1d1d;
    }

    .nav_menu {
        /* transform: translateY(-50%) translateX(-50%); */
        /* left: 50%;
        font-size: 20px;
        color: #fff; */
        cursor: pointer;
        opacity: 0.9;
        transition: all 0.3s;
        /* left: auto; */
        /* right: -10px; */
        font-size: 0;
        color: #000;
        float: right;
        margin-top: 34px;
        display: block !important;
    }

    .nav_menu i,
    .nav_menu i:after,
    .nav_menu i:before {
        background: rgba(0, 0, 0, 0.6);
    }

    .nav_menu i {
        width: 22px;
        height: 2px;
        display: inline-block;
        margin-right: 10px;
        position: relative;
        vertical-align: middle;
        transition: all 0.3s;
    }

    .nav_menu i:before {
        content: '';
        width: 30px;
        height: 2px;
        position: absolute;
        bottom: -10px;
        right: 0;
        transition: all 0.3s;
    }

    .nav_menu i:after {
        content: '';
        width: 30px;
        height: 2px;
        position: absolute;
        top: -10px;
        right: 0;
        transition: all 0.3s;
    }

    .header .nav .nav-list1 {
        margin: 20px 0;

        opacity: 0;
    }

    .header .nav .nav-list1>li {
        -webkit-transform: translateX(-25px);
        -ms-transform: translateX(-25px);
        transform: translateX(-25px);

        opacity: 0;
    }

    .header .nav .nav-list1>a {
        font-size: 20px;

        color: #fff;
    }

    .header .nav .nav-list2,
    .header .nav .nav-list3 {
        display: none;
    }

    .header .nav .nav-list2 a,
    .header .nav .nav-list3 a {
        font-size: 16px;
        line-height: 2;

        margin-top: 5px;

        color: #fff;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
    .header .nav .nav-list1>li>a {
        padding: 0px 6px;
    }
}

.header .nav .nav-list2 a,
.header .nav .nav-list3 a {
    display: block;
}

.header.header-tmbg {
    background: rgba(255, 255, 255, 0.8);
}

@media (max-height: 580px) {

    .header .nav .nav-list2 a,
    .header .nav .nav-list3 a {
        margin-top: 0;
    }
}

.header .right {
    float: right;
    height: 70px;
    margin-left: 30px;
    margin-right: 50px;
}

.header .right .en {
    float: left;
    width: 23px;
    height: 70px;
    margin-left: 0px;
    -webkit-transition: all .4s;
    transition: all .4s;
    text-align: center;
    line-height: 70px;
    /* color: #cdcdcd; */
    /* background: url(/static/images/en_icon.png) center no-repeat; */
}

.header .right .en a {
    font-weight: 500;
    font-size: 18px;
    color: #333333;
}

.header .right .en a:hover {
    color: #e31f1f;
}

.header .right .find {
    float: left;
    width: 18px;
    height: 70px;
    margin-left: 0px;
    cursor: pointer;
    -webkit-transition: all .4s;
    transition: all .4s;
    text-align: center;
    /* color: #cdcdcd; */
    background: url(/static/images/search_icon.png) center no-repeat;
}

.header .right .xsx {
    width: 1px;
    height: 14px;
    background-color: #949494;
    float: left;
    margin-top: 28px;
    opacity: 0.42;
    margin-left: 14px;
    margin-right: 14px;
}

@media (max-width: 540px) {
    .logo {
        display: none;
    }

    .mobile-logo {
        display: block;
    }

    .mobile-logo img {
        display: block;
        height: 50px;
        width: 85%;
    }

    .mobile-logo a {
        display: block;
        float: left;
        margin-top: 8px;
        margin-left: 9px;
    }

    .header .right {
        margin-left: 5px;
        margin-right: 10px;
    }

    .header .right .xsx {
        margin-left: 5px;
        margin-right: 5px;
    }

    .header {
        position: fixed !important;
        top: 0px !important;
    }
}

/* banner轮播图 S */
.banner {
    font-size: 0;
    position: relative;
    z-index: 8;
    overflow: hidden;
    width: 100%;
    margin-top: 0px;
    float: left;
}

@media (max-width: 1199px) {
    .banner {
        padding: 0;
    }
}

@media (max-width: 1199px) {
    .banner .slickbanner {
        width: 100%;
        max-width: 100%;
        margin-left: 0;
    }
}

@media (max-width: 991px) {

    .banner .slickbanner {
        /* width: 120%;
        max-width: 120%;
        margin-left: -10%; */
    }
}

.banner .line {
    position: absolute;
    z-index: 12;
    top: 50%;
    left: 0;

    display: block;

    width: 100%;
}

@media (max-width: 991px) {
    .banner .line {
        display: none;
    }
}

.banner .line:before {
    display: block;

    width: 60%;
    height: 6px;

    content: '';

    background-color: #8cc63f;
}

.banner .slick-dots {
    position: absolute;
    left: 9%;
    bottom: 49px;
    z-index: 99;
}

.banner .slick-dots li {
    display: block;
    float: left;
    width: 11px;
    height: 11px;
    margin: 0px 5px;
    cursor: pointer;
    border-radius: 100%;
    /* background: #ffffff; */
    border: 1px solid #ffffff;
}

.banner .slick-dots li.slick-active {
    background: #ffffff;
}

.banner .slick-dots li button {
    display: none;
}

/* 

@media (max-width: 1440px){
	.banner .slick-dots{
		bottom: 50px;
	}
	.banner .slick-dots li{
		width: 80px;
		height: 10px;
		margin: 0px 4px;
		border-radius: 5px;
	}
}

@media (max-width: 991px){
    
	.banner .slick-dots li {
	    width: 48px;
	    height: 6px;
	    margin: 0px 3px;
	    border-radius: 3px;
	}
}
@media (max-width: 991px){
	.banner .slick-dots {
		bottom: 15px;
		width: 100%;
		text-align: center;
		left: 0;
	}
	.banner .slick-dots li{
		float: none;
		display: inline-block;
		width: 30px;
		height: 4px;
		border-radius: 2px;
	}
}
.banner .slick-dots li button:before
{
    content: '0';
} */

/* .slickbanner .banner-pic {
    
    bottom: 15px !important;
} */

.banner .item {
    position: relative;
}

.banner .banner-con-pic {
    width: 797px;
    /* height: 140px; */
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translateX(-50%);
}

/* .banner3-pic {
    -webkit-animation: fadeInUp 0.8s 0s ease both;
    animation: fadeInUp 0.8s 0s ease both;
    animation-delay: 0.3s;
} */

.banner .banner3-con-pic {
    width: 797px;
    /* height: 140px; */
    position: absolute;
    top: 37%;
    left: 50%;
    transform: translateX(-50%);
}

.banner-text {
    position: absolute;
    bottom: 15%;
    left: 8.5%;
    font-size: 50px;
    color: #ffffff;
    font-weight: bolder;
}

.banner img {
    display: block;

    width: 100%;
}

.banner .img-box {
    /* padding-bottom: 49.5%; */
}

.banner .text {
    position: absolute;
    z-index: 9;
    top: 50%;

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

    color: #fff;
}

.banner.banner-in .img-box {
    padding-bottom: 18.75%;
}

.banner.banner-in .text {
    color: #014099;
    top: 41.5%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.banner.banner-in h1 {
    float: left;
    width: 100%;
    position: relative;
    font-size: 42px;
    margin: 0;
}

.banner.banner-in h2 {
    float: left;
    width: 100%;
    position: relative;
    font-size: 26px;
    padding-bottom: 43px;
    margin: 0;
    margin-top: 8px;
}

.banner.banner-in h2::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 32px;
    height: 3px;
    background: #014099;
    content: "";
}

/* @media (max-width: 1440px){
	.banner.banner-in .text{
		top: 36%;
		left: 3%;
		-webkit-transform: translateX(-0%);
		-ms-transform: translateX(-0%);
		transform: translateX(-0%);
	}
	.banner.banner-in h1 {
	    font-size: 30px;
	}
	.banner.banner-in h2 {
	    font-size: 20px;
	    padding-bottom: 24px;
	    margin-top: 4px;
	}
} */

@media (max-width: 1440px) {
    .banner-text {
        font-size: 35px;
    }

    .banner .banner-con-pic {
        width: 500px !important;
    }

    .banner3-con-pic {
        width: 500px !important;
    }
}

@media (max-width: 1024px) {
    .banner-text {
        font-size: 32px;
    }

    .banner .banner-con-pic {
        width: 400px !important;
    }

    .banner3-con-pic {
        width: 400px !important;
    }

    .banner .slick-dots {
        bottom: 25px;
    }
}

@media (max-width: 992px) {
    .banner-text {
        font-size: 30px;
    }

    .banner .banner-con-pic {
        width: 300px !important;
    }

    .banner3-con-pic {
        width: 300px !important;
    }

    .banner .slick-dots {
        bottom: 20px;
    }
}

@media (max-width: 540px) {
    #banner {
        margin-top: 70px;
    }

    .header .header-con {
        width: 100%;
        border-radius: 0px;
    }

    .banner .slick-dots {
        bottom: 8px;
    }

    .banner-text {
        font-size: 15px;
    }

    .banner .slick-dots {
        left: 7%;
    }

    .banner .slick-dots li {
        width: 8px;
        height: 8px;
        margin: 0px 4px;
    }

    .banner .banner-con-pic {
        width: 170px !important;
    }

    .banner .banner3-con-pic {
        width: 140px !important;
    }
}

/* banner轮播图 E */

/* 关于AG旗舰厅 S */
#index-about {
    width: 100%;
    float: left;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% 650px;
    background-image: url(/static/images/about_bg.jpg);
}

.index-title {
    margin-top: 63px;
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
}

.index-title h2 {
    font-size: 60px;
    opacity: 0.8;
    color: #ededed;
    text-transform: uppercase;
    left: 50%;
    bottom: 5px;
    z-index: -1;
    transform: translateX(-50%);
    position: absolute;
    margin: 0px;
}

.index-title h3 {
    font-size: 32px;
    color: #333333;
    z-index: 10;
    text-align: center;
    margin: 0px;
}

.index-about-con .detail {
    width: 50%;
    text-align: left;
    margin: 0 auto;
    color: #333;
    font-size: 16px;
    line-height: 30px;
}

.index-about-num {
    width: 62%;
    margin: 0 auto;
    margin-top: 66px;
}

.index-about-num .num-txt {
    float: left;
    width: 25%;
    text-align: center;
}

.index-about-num .num-txt-p1 {
    font-size: 16px;
    color: #333;
}

.index-about-num .num-txt-p1 .counter {
    font-size: 45px;
    color: #e31f1f;
}

.index-about-num .num-txt-p2 {
    font-size: 16px;
    color: #666;
}

.index-about-more {
    margin-top: 85px;
    overflow: hidden;
}

.index-more {
    margin: 0 auto;
    display: block;
    width: 153px;
    height: 38px;
    background-color: #e31f1f;
    box-sizing: border-box;
    border-radius: 20px;
    padding-left: 20px;
    text-align: left;
    position: relative;
    transition: background-color .3s;
}

.index-more span {
    display: inline-block;
    zoom: 1;
    font-size: 15px;
    line-height: 38px;
    color: #fff;
    vertical-align: top;
}

.index-more:before {
    content: "";
    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -5px;
    width: 19px;
    height: 11px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(/static/images/index-more-jt.png);
    transition: all .3s;
}

.index-more:hover:before {}

.index-about-pic {
    position: relative;
}

.index-about-pic .swiper-container {
    padding: 100px 0;
}

.index-about-pic .swiper-slide {
    width: 28.8%;
}

.index-about-pic .swiper-button-prev {
    left: 50px;
    font-size: 46px;
    color: #ffffff;
}

/* .index-about-pic .swiper-button-prev::before {
    font-family: iconfont;
    content: "\e72a";
    font-size: 18px;
    color: #222;
    font-weight: bold;
} */
.index-about-pic .swiper-button-next:hover,
.index-about-pic .swiper-button-prev:hover {
    opacity: 0.35;
}

.index-about-pic .swiper-button-next,
.index-about-pic .swiper-button-prev {
    width: 46px;
    height: 46px;
    background: none;
    line-height: 46px;
    text-align: center;
    transition: all .5s;
}

.index-about-pic .swiper-button-next {
    right: 50px;
    font-size: 46px;
    color: #ffffff;
}

.index-about-pic .item {
    height: 18.75vw;
    display: flex;
    align-items: center;
    justify-content: center;
}

.index-about-pic .item .imgbox {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transform: skewY(8deg);
    overflow: hidden;
    background: #222;
}

.index-about-pic .item .imgbox img {
    transform: skewY(-8deg) scale(1.3);
    object-fit: cover;
    transition: all .3s;
    filter: grayscale(0);
    max-width: 100%;
    height: auto;
}

.index-about-pic .item:hover .imgbox img {
    opacity: .5;
}

.index-about-pic .item .txtbox {
    position: relative;
    z-index: 2;
    text-align: center;
    transform: translateY(20px);
    opacity: 0;
    transition: all .3s;
}

.index-about-pic .item:hover .txtbox {
    opacity: 1;
    transform: translateY(0);
}

.index-about-pic .item .txtbox .h1 {
    font-size: 32px;
    color: #fff;
    line-height: 1;
}

.index-about-pic .item .txtbox p {
    font-size: 14px;
    color: #fff;
    margin-top: 10px;
    line-height: 1;
}

.index-about-pic .swiper-slide:nth-child(even) .imgbox {
    transform: skewY(-8deg);
}

@media (max-width: 1440px) {
    .index-about-num .num-txt-p1 .counter {
        font-size: 42px;
    }
}

@media (max-width: 1024px) {
    .index-about-num .num-txt-p1 .counter {
        font-size: 40px;
    }
}

@media (max-width: 992px) {
    .index-about-con .detail {
        width: 80%;
    }

    .index-about-num .num-txt-p1 .counter {
        font-size: 36px;
    }
}

@media (max-width: 768px) {
    .index-about-pic .swiper-slide {
        width: 50%;
    }

    .index-about-pic .item {
        height: 36vw;
    }

    .index-about-pic .item .imgbox img {
        transform: skewY(-8deg) scale(1.4);
    }

    .index-about-pic .item .txtbox {
        opacity: 1;
        transform: none;
    }

    .index-about-pic .txtbox .h1 {
        font-size: 19px !important;
    }

    .index-about-pic .item .txtbox p {
        font-size: 12px;
    }

    .index-about-pic .swiper-button-next,
    .index-about-pic .swiper-button-prev {
        font-size: 32px;
    }

    .index-about-pic .swiper-button-next {
        right: 30px;
    }

    .index-about-pic .swiper-button-prev {
        left: 30px;
    }

    #index-about {
        background-size: 100% 630px;
    }
}

@media (max-width: 540px) {
    .index-about-con .detail {
        width: 85%;
        font-size: 14px;
    }

    .index-about-num {
        margin-top: 14px;
    }

    .index-about-num .num-txt {
        width: 50%;
        margin-bottom: 9px;
    }

    .index-about-num {
        width: 90%;
    }

    .index-about-num .num-txt-p1 .counter {
        font-size: 24px;
    }

    .index-about-num .num-txt-p1 {
        font-size: 14px;
    }

    .index-about-num .num-txt-p2 {
        font-size: 14px;
    }

    .index-about-more {
        margin-top: 30px;
    }

    .index-more {
        width: 120px;
        height: 35px;
        padding-left: 8px;
    }

    .index-more:before {
        right: 8px;
        margin-top: -6px;
    }

    .index-more span {
        font-size: 14px;
        line-height: 35px;
    }

    #index-about {
        background-size: 100% 550px;
    }
}

/* 关于AG旗舰厅 E */

/* 我们的客户 S */
.w1520 {
    max-width: 1520px;
    width: 90%;
    margin: 0 auto;
}

#index-clients {
    width: 100%;
    float: left;
    margin-top: 65px;
    
}

#index-clients .w-100 {
    /* background-color: #f9f9fb; */
    padding-bottom: 80px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    background-image: url(/static/images/index-clients-bg.png);
    position: relative;
    
}

#index-clients .w-100::after {
    position: absolute;
    width: 100%;
    height: 150px;
    bottom: 0rem;
    left: 0rem;
    background-color: #efefef;
    content: "";
    z-index: -1;
}

/* .index-clients .w-100 {
    background-color: #f9f9fb;
} */

.index-clients-con {
    display: flex;
    flex-flow: row wrap;
}

.index-clients-con .itemdiv {
    width: 16.6%;
    background: #fff;
    height: 110px;
    border: 1px solid #eaeaea;
    transition: all .4s;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
}

.index-clients-con .itemdiv img {
    display: block;
    max-width: 70%;
    max-height: 50%;
}

@media (max-width: 992px) {
    .index-clients-con .itemdiv {
        width: 50%;
    }

    #index-clients .w-100 {
        padding-bottom: 140px;
    }

    #index-clients .index-title {
        margin-top: 130px;
    }

    .index-title h2 {
        font-size: 48px;
    }

    .index-title h3 {
        font-size: 22px;
    }
}

@media (max-width: 768px) {
    .index-title h2 {
        font-size: 35px;
    }

    .index-title h3 {
        font-size: 18px;
    }
}

@media (max-width: 540px) {
    .index-title {
        margin-top: 43px;
        margin-bottom: 20px;
    }

    .index-title h2 {
        font-size: 28px;
    }

    .index-title h3 {
        font-size: 15px;
    }

    #index-clients .index-title {
        margin-top: 120px;
    }

    #index-clients .w-100 {
        padding-bottom: 130px;
    }

    #index-clients {
        margin-top: 5px;
    }
}

/* 我们的客户 E */

/* 产品系列 S */
#index-product {
    width: 100%;
    float: left;
    padding-bottom: 50px;
}

.index-product-con {
    width: 90%;
    margin: 0 auto;
}

.index-product-ul {
    float: left;
    width: 100%;
}

.index-product-li {
    display: inline-block;
    width: 33.3%;
    padding: 0 18px;
}

.pro-item {
    overflow: hidden;
    border-radius: 20px;
}

.pro-item-a {
    /* display: flex;
    align-items: center;
    justify-content: center; */
    position: relative;
    display: block;
}

.pro-item-a .pro-tit {
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: 8%;
    padding-left: 8%;
}

.pro-item-a .pro-tit img {
    display: block;
    margin-bottom: 16px;
}

.pro-item-a .pro-tit p {
    color: #ffffff;
    font-size: 26px;
}

.pro-item-a .imgbox {
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    background: #222;
}

.pro-item-a .imgbox img.bg {
    object-fit: cover;
    transition: all .3s;
    width: 100%;
    height: auto;
}

.pro-item-a:hover .imgbox img {
    opacity: .5;
}

.pro-item-a:hover .pro-tit {
    display: none;
}

.pro-item-a .txtbox {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 2;
    transition: all .3s;
    transform: translateY(100%);
}

.pro-item-a:hover .txtbox {
    opacity: 1;
    transform: translateY(0);
}

.pro-item-a .txtbox {
    padding-left: 8%;
    padding-top: 45%;
}

.pro-item-a .txtbox img.pic {
    display: block;
    margin-bottom: 16px;
}

.pro-item-a .txtbox p.title {
    color: #ffffff;
    font-size: 26px;
}

.pro-item-a .txtbox .hx {
    width: 56px;
    height: 2px;
    background-color: #e31f1f;
    margin-top: 2%;
    margin-bottom: 4%;
}

.pro-item-a .txtbox .txt {
    color: #ffffff;
    font-size: 16px;
    line-height: 26px;
    width: 80%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.pro-item-a .txtbox .more {
    color: #ffffff;
    font-size: 14px;
    margin-top: 10%;
    float: left;
}

.pro-item-a .txtbox .more span {
    margin-left: 17px;
    position: relative;
}

.pro-item-a .txtbox .more span.icon-xiangyou-:before {
    font-size: 20px;
    top: -6px;
    position: absolute;
}

.index-product-ul .slick-prev {
    width: 35px;
    height: 35px;
    background: none;
    line-height: 35px;
    text-align: center;
    transition: all .5s;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.index-product-ul .slick-prev::before {
    font-family: iconfont;
    content: "\e844";
    font-size: 35px;
    color: #b1b6be;
}

.index-product-ul .slick-next {
    width: 35px;
    height: 35px;
    background: none;
    line-height: 35px;
    text-align: center;
    transition: all .5s;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
}

.index-product-ul .slick-next::before {
    font-family: iconfont;
    content: "\e60e";
    font-size: 35px;
    color: #b1b6be;
}

.index-product-ul .slick-list {
    margin: 0 70px;
}

.index-product-ul .slick-dots {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 17px;
}

.index-product-ul .slick-dots li {
    display: block;
    float: left;
    width: 6px;
    height: 6px;
    margin: 0px 2.5px;
    cursor: pointer;
    border-radius: 100%;
    background: #8aa0b4;
}

.index-product-ul .slick-dots li.slick-active {
    width: 17px;
    border-radius: 5px;
}

.index-product-ul .slick-dots li button {
    display: none;
}

@media (max-width: 992px) {
    .index-product-ul .slick-list {
        margin: 0 50px;
    }

    .index-product-li {
        padding: 0 9px;
    }

    .pro-item-a .pro-tit p {
        font-size: 18px;
    }

    .pro-item-a .pro-tit img {
        margin-bottom: 16px;
        width: 34px;
    }

    .pro-item-a:hover .txtbox {
        display: none;
    }

    .pro-item-a:hover .pro-tit {
        display: block;
    }

    /* .pro-item-a {
        pointer-events: none;
    } */
}

@media (max-width: 768px) {
    .index-product-ul .slick-list {
        margin: 0 50px;
    }

    .index-product-li {
        padding: 0 5px;
    }

    .index-about-pic .swiper-container {
        padding: 35px 0px !important;
    }
}

@media (max-width: 540px) {
    .pro-item-a .pro-tit img {
        margin-bottom: 6px;
        width: 30px;
    }

    .pro-item-a .pro-tit p {
        font-size: 16px;
    }

}

/* 产品系列 E */

/* 发展理念 S */
#index-idea {
    width: 100%;
    height: 788px;
    /* position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1; */
}

#index-idea .title {
    font-family: 'Microsoft YaHei';
    font-size: 40px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    margin-top: 295px;
    margin-bottom: 35px;
}

#index-idea .detail {
    font-size: 21px;
    color: #ffffff;
    text-align: center;
    width: 50%;
    margin: 0 auto;
}

@media (max-width: 1024px) {
    #index-idea {
        height: 650px;
    }

    #index-idea .detail {
        font-size: 18px;
    }

    #index-idea .title {
        font-size: 35px;
        margin-top: 235px;
        margin-bottom: 30px;
    }
}

@media (max-width: 992px) {
    #index-idea {
        height: 540px;
    }

    #index-idea .title {
        font-size: 35px;
        margin-top: 190px;
        margin-bottom: 28px;
    }

    #index-idea .detail {
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    #index-idea .title {
        font-size: 32px;
    }

    #index-idea .detail {
        font-size: 17px;
    }
}

@media (max-width: 540px) {
    #index-idea .title {
        font-size: 18px;
    }

    #index-idea .detail {
        font-size: 15px;
        width: 90%;
    }

    #index-idea {
        height: 350px;
    }

    #index-idea .title {
        margin-top: 120px;
    }

}

/* 发展理念 E */

/* 新闻动态 S */
#index-news .w-100 {
    background: url(/static/images/news_bg.png) left top no-repeat;
    background-size: contain;
}

#index-news .news-con {
    width: 80%;
    background: pink;
    margin: 0 auto;
    margin-top: 80px;
}

#index-news .news-con .news-con-left {
    float: left;
    width: 46.9%;
    position: relative;
}

#index-news .news-con .news-con-left a {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    border-radius: 22px;
}

/* #index-news .news-con .news-con-left .img-box img {
    height: auto;
} */

#index-news .news-con .news-con-right {
    float: right;
    width: 45.5%
}

.news-con-right ul {
    float: left;
    width: 100%;
    margin-top: -32px;
}

.news-con-right ul li {
    float: left;
    width: 100%;
}

.news-con-right ul li.current a .news-con-right-p {
    color: #e31f1f;
    border-color: #e31f1f;
}

.news-con-right ul li a {
    padding-top: 32px;
    display: inline-block;
    width: 100%;
}

.news-con-right-time {
    color: #ababab;
    font-size: 18px;
}

.news-con-right-p {
    float: left;
    width: 100%;
    margin-top: 20px;
    line-height: 30px;
    padding-bottom: 40px;
    font-size: 22px;
    color: #333;
    border-bottom: 1px solid #f3f3f3;
    /* display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; */
    overflow: hidden;
}

#index-news .news-con .news-con-left .img-box img {
    width: 100%;
    display: block;
}

@media (max-width: 1440px) {
    .news-con-right ul li a {
        padding-top: 15px;
    }

    .news-con-right-time {
        font-size: 17px;
    }

    .news-con-right-p {
        font-size: 20px;
    }

    .news-con-right-p {
        margin-top: 13px;
        line-height: 28px;
        padding-bottom: 30px;
    }
}

@media (max-width: 1024px) {
    .news-con-right ul li a {
        padding-top: 15px;
    }

    .news-con-right-time {
        font-size: 16px;
    }

    .news-con-right-p {
        font-size: 19px;
    }

    .news-con-right-p {
        margin-top: 12px;
        line-height: 26px;
        padding-bottom: 26px;
    }

    #index-news .news-con .news-con-left {
        width: 49.9%;
    }
}

@media (max-width: 992px) {
    #index-news .news-con .news-con-left {
        width: 100%;
    }

    #index-news .news-con .news-con-right {
        width: 100%;
    }

    .news-con-right ul {
        margin-top: 0px;
    }
}

@media (max-width: 540px) {
    #index-news .news-con {
        width: 90%;
        margin-top: 33px;
    }

    .news-con-right-time {
        font-size: 14px;
    }

    .news-con-right-p {
        font-size: 16px;
    }
}

/* 新闻动态 E */

/* footer S */
#footer {
    width: 100%;
    background-color: #efefef;
}

.footer-con {
    width: 89%;
    margin: 0 auto;
}

.footer-info {
    width: 100%;
    overflow: hidden;
    padding: 80px 0 60px;
}

.footer-info-l {
    width: 65%;
    float: left;
}

.footer-info-l .footer-nav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer-info-l .footer-nav ul li {
    float: left;
}

.footer-info-l .footer-nav ul li h3 {
    font-size: 18px;
    line-height: 1.555555;
    color: #333333;
    font-weight: normal;
    margin: 0;
    padding-bottom: 22px;
}

.footer-info-l .footer-nav ul li>a {
    font-size: 14px;
    line-height: 2;
    display: block;
    color: #666666;
}

.footer-info-l .footer-nav ul li a:hover {
    /* text-decoration: underline; */
    color: #e31f1f;
}

.footer-info-r {
    width: 25%;
    float: right;
}

.footer-info-r .phone {
    font-weight: bolder;
    font-size: 24px;
    color: #c9182d;
    margin-bottom: 20px;
}

.footer-info-r .phone img {
    margin-right: 3px;
}

.footer-info-r h3 {
    margin: 0px;
    margin-top: 8px;
    margin-bottom: 18px;
    color: #333333;
    font-size: 18px;
    margin-left: 7px;
}

.footer-info-r .info {
    font-size: 16px;
    color: #7b7b7b;
    margin-left: 7px;
    margin-bottom: 16px;
}

.footer-copyright {
    border-top: 1px solid #f0f0f0;
    padding-top: 35px;
    padding-bottom: 37px;
    color: #7b7b7b;
    font-size: 16px;
}

@media (max-width: 1024px) {
    .footer-info-l .footer-nav ul li h3 {
        font-size: 16px;
    }

    .footer-info-r h3 {
        font-size: 16px;
    }

    .footer-info-r .info {
        font-size: 14px;
    }

    .footer-copyright {
        font-size: 14px;
    }
}

@media (max-width: 992px) {
    .footer-info-l {
        display: none;
    }

    .footer-info-r {
        width: 100%;
        float: left;
    }

    .footer-info-r .info {
        font-size: 16px;
    }

    .footer-info-r .info {
        font-size: 16px;
    }

    .footer-info {
        padding: 60px 0 40px;
    }

    .footer-copyright {
        padding-top: 25px;
        padding-bottom: 27px;
    }

    .footer-copyright {
        font-size: 14px;
    }

    .footer-info-r h3 {
        font-size: 18px;
    }

    .footer-info-r .phone img {
        width: 32px;
        height: 32px;
    }

    .footer-info-r .phone {
        font-size: 22px;
    }
}

@media (max-width: 540px) {
    .footer-info {
        padding: 26px 0 20px;
    }

    .footer-info-r .info {
        font-size: 14px;
    }

    .footer-copyright {
        padding-top: 15px;
        padding-bottom: 17px;
    }

    .footer-info-r .phone img {
        width: 28px;
        height: 28px;
    }

    .footer-info-r .phone {
        font-size: 20px;
    }

    .footer-info-r .phone {
        margin-bottom: 13px;
    }

    .footer-info-r h3 {
        margin-bottom: 14px;
    }

    .footer-info-r .info {
        margin-bottom: 12px;
    }
}

/* footer E */

#page-main{
    width: 100%;
    float: left;
    position: relative;
}

/* 页面banner S */
.page-banner {
    position: relative;
}

.page-banner>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-banner .banner-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    /* background: rgba(0, 0, 0, 0.2); */
}

.page-banner .page-tits {
    width: 100%;
}

.page-tit-txt .cn {
    color: #fff;
    font-size: 24px;
}

.page-tit-txt .cn span {
    font-weight: bolder;
}

.page-tit-txt .en {
    color: #fff;
    font-size: 40px;
    /* text-transform: uppercase; */
    font-weight: bolder;
    margin-bottom: 10px;
}

@media (max-width: 1024px) {
    .page-banner>img {
        height: 280px;
    }
}


@media (max-width: 768px) {
    .page-banner>img {
        height: 240px;
    }

    .page-tit-txt .en {
        color: #fff;
        font-size: 30px;
    }

    .page-tit-txt .cn {
        font-size: 22px;
    }
}

@media (max-width: 540px) {
    .child-header {
        position: relative !important;
        top: 0px !important;
    }

    .page-tit-txt .en {
        color: #fff;
        font-size: 18px;
    }

    .page-tit-txt .cn {
        font-size: 16px;
    }

    .page-banner>img {
        height: 200px;
    }
}

/* 页面banner E */


/* 侧边栏菜单 S */
.page-sidebar-menu{
    position: absolute;
    top: 0.2rem;
    z-index: 11;
    margin-left: 2%;
    width: 1.6rem
}
.page-sidebar-menu a{
    width: 100%;
    margin-bottom: .25rem;
    display: block;
    padding-left: .3rem;
    position: relative;
    font-size: .16rem;
    color: #666666;
}
.page-sidebar-menu a:last-child{
    margin-bottom: 0rem;
}
.page-sidebar-menu a.active:before{
    content: "";
    position: absolute;
    left: 0rem;
    top: 0rem;
    width: .19rem;
    height: .19rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(/static/images/page_sidebar_menu_icon.png);
    transition: all .3s;
}
.page-sidebar-menu a:hover{
    color: #de0e0e;
}
.page-sidebar-menu a.active{
    color: #de0e0e;
}







.page-left-menu{
    position: absolute;
    top: 0.2rem;
    z-index: 11;
    margin-left: 2%;
    width: 1.6rem
}
.page-left-menu ul li{
    width: 100%;
    margin-bottom: 0.25rem;
    position: relative;
    font-size: .16rem;
    color: #666666;
}
.page-left-menu .page-left-menu-top:hover .page-left-menu-con{
    display: block;
    width: max-content;
}
.page-left-menu-con{
    position: absolute;
    left: 120px;
    z-index: 9999;
    width: 0;
    background: #fff;
    top: 0px;
    padding: 10px 30px 0px 15px;
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, .2);
    border-radius: 5px;
    display: none;
}
.page-left-menu-con  a{
    padding: 0px !important;
}
.page-left-menu-con  li{
    list-style-type: disc;
    margin-left: 25px;
    margin-top: 10px;
}
.page-left-menu a{
    width: 100%;
    margin-bottom: .25rem;
    display: block;
    padding-left: .3rem;
    position: relative;
    font-size: .16rem;
    color: #666666;
}
.page-left-menu a:last-child{
    margin-bottom: 0rem;
}
.page-left-menu a.active:before{
    content: "";
    position: absolute;
    left: 0rem;
    top: 0rem;
    width: .19rem;
    height: .19rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(/static/images/page_sidebar_menu_icon.png);
    transition: all .3s;
}
.page-left-menu a:hover{
    color: #de0e0e;
}
.page-left-menu a.active{
    color: #de0e0e;
}

.rybg{
    margin-bottom: 20px;
    border: solid 10px #610a08
}
.rybg img{
    width: 100%;
}



@media (max-width: 1200px) {
    .page-left-menu-top{
        display: none;
    }
    .page-sidebar-menu{
        display: none;
    }
}

/* 侧边栏菜单 E */

/* 移动端navbar S */
.fixed-nav{
	position: fixed !important;
	top: 0px;
    z-index: 99;
}
.mobile-navbar {display:none;position:relative;height: .7rem;width: 100%;overflow: hidden;margin:0 auto;}
.mobile-navbar .scroller {position:relative;z-index:100;}
.mobile-navbar .scroller ul{
    position: absolute;
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
    background:#f3f3f3;
}
.mobile-navbar .scroller li {display: inline-block;height: .7rem;color:#333;line-height: .7rem;font-size: .20rem;text-align: center}
.mobile-navbar .scroller li a{color:#333;display:block;margin:0 .18rem}
.mobile-navbar .scroller li.active a {
    color: #de0e0e;
}
.mobile-navbar .scroller li a:hover{
    color: #e31f1f;
}
.mobile-navbar .scroller li.cur{background:#1cbb9b}
.mobile-navbar .scroller li.cur a{color:#fff;}

@media (max-width: 1200px) {
    .mobile-navbar {
        display: block;
    }
}
/* 移动端navbar E */

/* 分页 S */
.fenye {
    width: 100%;
    float: left;
    padding: .45rem 0;
}
.fenye-con{
    text-align: center;
}

.fenye-con a {
    display: inline-block;
    width: .4rem;
    height: .4rem;
    text-align: center;
    line-height: .4rem;
    color: #808080;
    text-decoration: none;
    transition: all 0.3s;
    font-size: 12px;
}

.fenye a:hover {
    background-color: #e50012;
    color: #fff;
}

.fenye a.active {
    background-color: #e50012;
    color: #fff;
    cursor: auto;
}
/* 分页 E */

/* 头部搜索 S */
.header-search-box {
    position: fixed;
    z-index: 13;
    top: 0;
    left: 0;
    display: none;
    overflow: hidden;
    width: 100%;
    height: 100%;
    margin-top: 20px;
    margin-top: 0;
    margin-right: 10px;
    padding: 0 3%;
    background-color: rgb(0,0,0,0.8);
}
.header-search-box .search {
    line-height: 40px;
    overflow: hidden;
    zoom: 1;
    width: 240px;
    border: 1px solid #dbdbdb;
    border-radius: 40px;
}
.header-search-box .search {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    width: 90%;
    max-width: 800px;
    margin: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: none;
    border-bottom: 1px solid #fff;
    border-radius: 0;
}

.header-search-box .input-text {
    font-size: 16px;
    line-height: 30px;
    width: 80%;
    height: 60px;
    padding: 0 10px;
    padding-bottom: 30px;
    -webkit-animation: zoomIn 1s 0s ease both;
    animation: zoomIn 1s 0s ease both;
    color: #fff;
    background: none;
}


.header-search-box .input-submit {
    line-height: 36px;
    float: right;
    width: 50px;
    -webkit-animation: fadeInLeft 1s 0s ease both;
    animation: fadeInLeft 1s 0s ease both;
    background: none;
}
.header-search-box .input-submit:before {
    font-family: 'iconfont' !important;
    font-size: 22px;
    content: '\e60d';
    color: #fff;
}
.header-search-box .close-btn {
    position: fixed;
    top: 34px;
    right: 18%;
    cursor: pointer;
}
.header-search-box .close-btn:before {
    font-size: 20px;
    content: '\2716';
    color: #fff;
}
.header-search-box .input-submit {
    line-height: 36px;
    float: right;
    width: 50px;
    -webkit-animation: fadeInLeft 1s 0s ease both;
    animation: fadeInLeft 1s 0s ease both;
    background: none;
}

@media (min-width: 768px){
    .header-search-box .input-submit {
        position: absolute;
        right: 0;
        bottom: 20px;
    }
}
/* 头部搜索 E */

.bigimg{max-width:60% !important;position: fixed;left: 0;top: 0; right: 0;bottom: 0;margin:auto;display: none;z-index:9999;border: 10px solid #fff; background: #000;}
.mask{position: fixed;left: 0;top: 0; right: 0;bottom: 0;background-color: #000;opacity:0.5;filter: Alpha(opacity=50);z-index: 98;transition:all 1s;display: none}
.bigbox{overflow: hidden;padding-top: 10px;}
.yyal .col-md-4{margin-bottom: 0px;}
.bigbox>.imgbox>div>img{width:100%;height: auto;}
.imgbox:hover{cursor:zoom-in}
.mask:hover{cursor:zoom-out}
.yyal .imgbox p{
    text-align: center;
    padding: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.mask>img{position: fixed;right:10px;top: 10px;width: 60px;}
.mask>img:hover{cursor:pointer}