/**
 * style.less
 * 层叠样式表
 */
.ff
{
    font-family: 'iconfont' !important;
}
@font-face
{
    font-family: 'ITC Avant Garde Gothic';
    font-weight: 500;
    font-style: normal;

    src: url('../fonts/AvantGardeITCbyBT-Medium.eot');
    src: local('AvantGardeITCbyBT-Medium'), url('../fonts/AvantGardeITCbyBT-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/AvantGardeITCbyBT-Medium.woff2') format('woff2'), url('../fonts/AvantGardeITCbyBT-Medium.woff') format('woff'), url('../fonts/AvantGardeITCbyBT-Medium.ttf') format('truetype'), url('../fonts/AvantGardeITCbyBT-Medium.svg#AvantGardeITCbyBT-Medium') format('svg');
    font-display: swap;
}
@font-face
{
    font-family: 'ITC Avant Garde Gothic Book';
    font-weight: 500;
    font-style: normal;

    src: url('../fonts/AvantGardeITCbyBT-Book.eot');
    src: local('AvantGardeITCbyBT-Book'), url('../fonts/AvantGardeITCbyBT-Book.eot?#iefix') format('embedded-opentype'), url('../fonts/AvantGardeITCbyBT-Book.woff2') format('woff2'), url('../fonts/AvantGardeITCbyBT-Book.woff') format('woff'), url('../fonts/AvantGardeITCbyBT-Book.ttf') format('truetype'), url('../fonts/AvantGardeITCbyBT-Book.svg#AvantGardeITCbyBT-Book') format('svg');
    font-display: swap;
}
@font-face
{
    font-family: 'Barlow Semi Condensed';
    font-weight: bold;
    font-style: normal;

    src: url('../fonts/BarlowSemiCondensed-Bold.eot');
    src: local('Barlow Semi Condensed Bold'), local('BarlowSemiCondensed-Bold'), url('../fonts/BarlowSemiCondensed-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/BarlowSemiCondensed-Bold.woff2') format('woff2'), url('../fonts/BarlowSemiCondensed-Bold.woff') format('woff'), url('../fonts/BarlowSemiCondensed-Bold.ttf') format('truetype'), url('../fonts/BarlowSemiCondensed-Bold.svg#BarlowSemiCondensed-Bold') format('svg');
    font-display: swap;
}
*[data-type='iframe'],
*[data-fancybox],
.slick-slide:focus
{
    outline: none !important;
}
.slick-slide a
{
    outline: none !important;
}
.header a,
.footer a
{
    color: inherit;
}
.header ul,
.footer ul
{
    margin: 0;
    padding: 0;
}
.header ul li,
.footer ul li
{
    list-style: none;
}
.header button,
.footer button
{
    border: none;
    outline: none;
}
@-ms-viewport
{
    width: auto !important;
}
body
{
    font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Heiti SC', 'PingFang SC', 'Hiragino Sans GB', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;

    color: #333;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body.fixed
{
    position: fixed;

    overflow: hidden;

    width: 100%;
    height: 100%;
}
body.searchactive
{
    position: fixed;

    overflow: hidden;

    width: 100%;
    height: 100%;
}
@media (min-width: 1350px)
{
    .container
    {
        width: 1320px;
    }
}
@media (min-width: 1470px)
{
    .container
    {
        width: 1440px;
    }
}
@media (max-width: 767px)
{
    .col-xs-6:nth-child(2n+1)
    {
        padding-right: 7.5px;
    }
    .col-xs-6:nth-child(2n)
    {
        padding-left: 7.5px;
    }
}
ul
{
    margin: 0;
    padding: 0;
}
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;
}
a:active,
a:link,
a:visited
{
    text-decoration: none;
}
.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;
}
ul
{
    margin: 0;
    padding: 0;
}
ul li
{
    list-style: none;
}
.header
{
    position: fixed;
    z-index: 10;
    top: 0;

    width: 100%;
    height: 100px;
    padding: 0 4%;

    -webkit-transition: all .6s;
            transition: all .6s;

    background-color: #fff;
}
@media (max-width: 1650px)
{
    .header
    {
        padding: 0 15px;
    }
}
@media (max-width: 1199px)
{
    .header
    {
        height: 90px;
    }
}
.header .logo
{
    position: relative;

    float: left;

    height: 70px;
    margin-top: 8px;

    -webkit-transition: all .6s;
            transition: all .6s;
}
@media (max-width: 1350px)
{
    .header .logo
    {
        height: 70px;
        margin-top: 8px;
    }
}
@media (max-width: 1199px)
{
    .header .logo
    {
        margin-top: 10px;
    }
}
@media (max-width: 767px)
{
    .header .logo
    {
        height: 30px;
        margin-top: 15px;
    }
}
.header .logo a
{
    display: block;

    height: 100%;
}
.header .logo img
{
    display: inline-block;

    height: 100%;

    vertical-align: middle;
}
.header .tel
{
    font-size: 30px;

    display: inline-block;
    float: right;
}
@media (max-width: 767px)
{
    .header .tel
    {
        display: none;
    }
}
.header .tel p
{
    font-family: 'ITC Avant Garde Gothic';
    font-size: 30px;
    line-height: 100px;

    margin: 0;

    -webkit-transition: all .6s;
            transition: all .6s;

    color: #e31118; background:url(../images/tel.png) 0 center no-repeat; background-size:28px; padding-left:34px;
}
@media (max-width: 1400px)
{
    .header .tel p
    {
        font-size: 20px;
    }
}
@media (max-width: 1199px)
{
    .header .tel p
    {
        line-height: 60px;
    }
}

.header .nav-collapse
{
    position: relative;

    display: none;
    float: right;

    width: 20px;
    height: 40px;
    margin-left: 10px;
    padding: 0;

    cursor: pointer;

    background: none;
}
@media (max-width: 1199px)
{
    .header .nav-collapse
    {
        display: block;

        margin-top: 8px;
    }
    .header .nav-collapse.nav-collapse-1
    {
        position: absolute;
        z-index: 9999;
        top: 10px;
        right: 20px;

        display: block;

        margin-top: 8px;

        border: none;
    }
    .header .nav-collapse.nav-collapse-1 .btn-line
    {
        background-color: #fff !important;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .header .nav-collapse.nav-collapse-xs:hover .btn-line
    {
        background-color: #000;
    }
}
.header .nav-collapse .btn-line
{
    position: absolute;
    left: 50%;

    width: 20px;
    height: 2px;

    -webkit-transition: all .5s ease;
            transition: all .5s ease;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);

    background-color: #999;
}
.header .nav-collapse .btn-line:nth-child(3),
.header .nav-collapse .btn-line:nth-child(1)
{
    position: absolute;

    display: block;

    width: 20px;
    height: 2px;

    content: '';
    -webkit-transition: all .5s ease;
            transition: all .5s ease;

    background-color: #999;
}
.header .nav-collapse .btn-line:nth-child(1)
{
    top: 35%;
}
.header .nav-collapse .btn-line:nth-child(2)
{
    top: 50%;
}
.header .nav-collapse .btn-line:nth-child(3)
{
    top: 65%;
}
.header .nav-collapse.active
{
    border-color: transparent;
}
.header .nav-collapse.active .btn-line
{
    background-color: #fff;
}
.header .nav-collapse.active .btn-line:nth-child(2)
{
    -webkit-transform: translateX(-50px);
        -ms-transform: translateX(-50px);
            transform: translateX(-50px);

    opacity: 0;
}
.header .nav-collapse.active .btn-line:nth-child(1)
{
    top: 50%;
    left: 50%;

    -webkit-transform: translateX(-50%) rotateZ(45deg);
        -ms-transform: translateX(-50%) rotate(45deg);
            transform: translateX(-50%) rotateZ(45deg);
}
.header .nav-collapse.active .btn-line:nth-child(3)
{
    top: 50%;
    left: 50%;

    -webkit-transform: translateX(-50%) rotateZ(-45deg);
        -ms-transform: translateX(-50%) rotate(-45deg);
            transform: translateX(-50%) rotateZ(-45deg);
}
@media (min-width: 1200px)
{
    .header .nav
    {
        display: inline-block;

        margin-left: 5%;

        -webkit-transition: all .4s;
                transition: all .4s;
        vertical-align: middle;
    }
    .header .nav a:hover
    {
        color: #133077;
    }
}
@media (min-width: 1200px) and (max-width: 1650px)
{
    .header .nav
    {
        margin-left: 30px;
    }
}
@media (max-width: 1199px)
{
    .header .nav
    {
        position: fixed;
        z-index: 9998;
        top: 0;
        left: 0;

        display: none;

        width: 100%;
        height: 100%;
        padding: 0 26px;

        -webkit-transition: left .3s;
                transition: left .3s;
        text-align: left;
        text-align: center;

        background: #fafafa;
        background-color: #000;
    }
    .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 .nav-list1
    {
        font-size: 0;
    }
    .header .nav .nav-list1 > li
    {
        float: left;
    }
    .header .nav .nav-list1 > li > a
    {
        font-size: 17px;
        line-height: 100px;

        position: relative;

        display: inline-block;
        overflow: hidden;

        padding: 0 28px;

        -webkit-transition: all .4s;
                transition: all .4s;
    }
    .header .nav .nav-list1 > li:hover > a,
    .header .nav .nav-list1 > li.active > a
    {
        color: #fff;
        background-color: #133077;
    }
    .header .nav .nav-list1 .nav-list2
    {
        position: absolute;
        z-index: 50;
        top: 100%;

        display: none;
        overflow: hidden;

        min-width: 140px;
        padding: 20px 0;

        text-align: center;

        color: #666;
        background-color: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, .15);
    }
    .header .nav .nav-list1 .nav-list2 > li
    {
        list-style: none;
    }
    .header .nav .nav-list1 .nav-list2 > li > a
    {
        font-size: 15px;
        line-height: 24px;

        padding: 4px 20px;
    }
    .header .nav .nav-list1 .nav-list2 > li:hover > a
    {
        text-decoration: underline;

        color: #133077;
    }
}
@media (max-width: 1840px){
	.header .nav .nav-list1 > li > a{
		padding: 0 20px;
	}
}
@media (min-width: 1200px) and (max-width: 1560px)
{
    .header .nav .nav-list1 > li > a
    {
   
        padding: 0 13px;
    }
}
@media (min-width: 1200px) and (max-width: 1350px)
{
    .header .nav .nav-list1 > li > a
    {
        padding: 0 7px;
				font-size: 14px;
    }
}
@media (max-width: 1199px)
{
    .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;
    }
}
@media (max-width: 1199px)
{
    .header .nav .nav-list2
    {
        display: none;
    }
    .header .nav .nav-list2 a
    {
        font-size: 15px;
        line-height: 2;

        margin-top: 5px;

        color: #fff;
    }
}
.header .nav .nav-list2 a
{
    display: block;
}
@media (max-height: 580px)
{
    .header .nav .nav-list2 a
    {
        margin-top: 0;
    }
}
@media (max-width: 1199px)
{
    .header .nav .nav-list3 a
    {
        line-height: 30px;

        padding: 0 10px;
    }
    .header .nav .nav-list3 a:before
    {
        margin-right: 4px;

        content: '-';
    }
    .header .nav .nav-list3 .nav-list4 a
    {
        display: inline-block;

        padding: 0 4px;

        opacity: .6;
    }
    .header .nav .nav-list3 .nav-list4 a:before
    {
        content: '·';
    }
}
.header .nav-2,
.header .nav-3
{
    display: none;
}
@media (max-width: 1199px)
{
    .header .nav-2,
    .header .nav-3
    {
        position: absolute;
        z-index: 9999;
        top: 0;

        display: block;
        overflow: hidden;

        width: 100%;
        height: 100%;
        padding: 20px;

        -webkit-transition: left .3s;
                transition: left .3s;
        text-align: left;
        text-align: center;

        color: #fff;
        background: #fafafa;
        background-color: #000;
    }
    .header .nav-2 .img-box,
    .header .nav-3 .img-box
    {
        display: none;
    }
    .header .nav-2 .item,
    .header .nav-3 .item
    {
        display: block;
    }
    .header .nav-2 .item p,
    .header .nav-3 .item p
    {
        font-size: 14px;

        position: relative;
        top: 0;

        display: block;

        margin: 0;
        padding: 0;

        -webkit-transform: translateY(0%);
            -ms-transform: translateY(0%);
                transform: translateY(0%);

        color: #fff;
    }
}
.header .nav-2 .nav-top .back-btn:before,
.header .nav-3 .nav-top .back-btn:before
{
    font-family: 'iconfont';
    font-size: 26px;

    content: '\e9b5';
}
.header .nav-2 .nav-top .nav-title,
.header .nav-3 .nav-top .nav-title
{
    font-size: 24px;

    margin: 0;

    text-transform: uppercase;
}
@media (max-width: 767px)
{
    .header .nav-2 .nav-top .nav-title,
    .header .nav-3 .nav-top .nav-title
    {
        font-size: 20px;

        width: 100%;
    }
}
.header .nav-2 .nav-top .nav-collapse-2,
.header .nav-3 .nav-top .nav-collapse-2
{
    margin: 0;
}
.header .nav-2 .nav-top .nav-collapse-2 .btn-line,
.header .nav-3 .nav-top .nav-collapse-2 .btn-line
{
    background-color: #fff;
}
.header .nav-2 .content,
.header .nav-3 .content
{
    overflow: auto;

    height: 80%;
    margin-top: 12%;
}
.header .nav-2 .content ul,
.header .nav-3 .content ul
{
    margin: 0;
    padding: 0;
}
@media (max-width: 767px)
{
}
.header .nav-2 .content ul li,
.header .nav-3 .content ul li
{
    line-height: 30px;

    clear: both;

    margin: 25px 0;

    text-align: left;
}
@media (max-width: 767px)
{
    .header .nav-2 .content ul li,
    .header .nav-3 .content ul li
    {
        margin: 0;
    }
}
.header .nav-2 .content ul li.more,
.header .nav-3 .content ul li.more
{
    position: relative;
}
.header .nav-2 .content ul li.more:after,
.header .nav-3 .content ul li.more:after
{
    font-family: 'iconfont' !important;
    font-size: 16px;

    position: absolute;
    top: 50%;
    right: 0;

    content: '\e72f';
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    color: #fff;
}
.header .nav-2 .content ul li a,
.header .nav-3 .content ul li a
{
    display: block;
}
.header .nav-2
{
    left: 100%;
}
.header .nav-3
{
    left: 200%;
}
.header .nav-3 .content ul li
{
    font-size: 15px;
}
.header .fade-out ul
{
    text-align: left;
}
@media only screen and (min-width: 768px) and (max-width: 1199px)
{
    .header .fade-out ul
    {
        padding: 0 5%;
    }
}
@media (max-width: 1199px)
{
    .header .fade-out ul .pic
    {
        display: none !important;
    }
}
@media (max-width: 1199px)
{
    .header .fade-out ul.nav-list1
    {
        opacity: 1;
    }
    .header .fade-out ul.nav-list1 a
    {
        color: #fff;
    }
    .header .fade-out ul.nav-list1 > li
    {
        position: relative;

        margin: 20px 0;
    }
    .header .fade-out ul.nav-list1 > li.act
    {
        -webkit-transition: all .4s;
                transition: all .4s;
        -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
                transform: translateX(0);

        opacity: 1;
    }
    .header .fade-out ul.nav-list1 > li > a
    {
        font-size: 18px;
        line-height: 2.5;

        display: block;

        text-transform: uppercase;
    }
    .header .fade-out ul.nav-list1 .nav-list2 > li > a
    {
        font-size: 20px;
    }
}
@media (max-width: 1199px) and (max-width: 767px)
{
    .header .fade-out ul.nav-list1 > li
    {
        margin: 0;
    }
}
@media (max-width: 1199px) and (max-height: 768px)
{
    .header .fade-out ul.nav-list1 .nav-list2 > li > a
    {
        font-size: 18px;
    }
}
@media (max-width: 1199px) and (max-width: 480px)
{
    .header .fade-out ul.nav-list1 .nav-list2 > li > a
    {
        font-size: 14px;
    }
}
.header .fade-out ul.nav2-list2 h4
{
    font-size: 20px;
    line-height: 50px;
}
.header .find
{
    line-height: 100px;

    display: inline-block;
    float: right;

    height: 100px;
    margin-right: 20px;
    padding: 0; background:url(../images/search.png) 0 40px no-repeat; background-size:18px; padding-left:10px;

    cursor: pointer;
    -webkit-transition: all .4s;
            transition: all .4s;
    text-align: center;
    vertical-align: middle;

    color: #939393;
}
@media (max-width: 1199px)
{
    .header .find
    {
        line-height: 60px; width:20px;        background-position: center;
        height: 60px;
        margin: 0;
        margin-right: 5px;
    }
}

.header .find:after
{
    float: right;

    margin-left: 20px;

    content: '|';
}
@media (max-width: 1199px)
{
    .header .find:after
    {
        margin-left: 10px;
    }
}
@media (max-width: 767px)
{
    .header .find:after
    {
        display: none;
    }
}
.header .find:hover
{
    color: #133077;
}
.header .open-search
{
    font-size: 14px;

    position: fixed;
    z-index: 2;
    top: 100px;
    left: 0;

    display: none;

    width: 100%;
    padding: 14px 0;

    background-color: #fff;
    box-shadow: 0 10px 10px rgba(0, 0, 0, .1);
}
@media (max-width: 1199px)
{
    .header .open-search
    {
        top: 60px;
    }
}
.header .open-search form
{
    position: relative;

    display: inline-block;

    width: -webkit-calc(100% - 60px);
    width:         calc(100% - 60px);
}
.header .open-search form input
{
    line-height: 24px;

    width: 100%;
    padding: 4px 60px 4px 20px;

    border: 1px solid #dcdcdc;
    outline: none;
}
.header .open-search form input::-webkit-input-placeholder,
.header .open-search form textarea::-webkit-input-placeholder
{
    color: #666;
}
.header .open-search form input:-o-placeholder,
.header .open-search form textarea:-o-placeholder
{
    color: #666;
}
.header .open-search form input::-moz-placeholder,
.header .open-search form textarea::-moz-placeholder
{
    color: #666;
}
.header .open-search form input:-ms-input-placeholder,
.header .open-search form textarea:-ms-input-placeholder
{
    color: #666;
}
.header .open-search form input:focus::-webkit-input-placeholder,
.header .open-search form textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.header .open-search form input:focus::-o-placeholder,
.header .open-search form textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.header .open-search form input:focus::-moz-placeholder,
.header .open-search form textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.header .open-search form input:focus::-ms-input-placeholder,
.header .open-search form textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.header .open-search form .submit
{
    line-height: 32px;

    position: absolute;
    top: 0;
    right: 0;

    width: 40px;
    padding: 0;

    text-align: center;

    background: none;
}

.header .open-search form .submit:hover
{
    color: #133077;
}
.header .open-search .search-close
{
    line-height: 30px;

    float: right;

    width: 60px;

    text-align: right;
}
.header .open-search .search-close:hover
{
    color: #133077;
}
.header .back-btn
{
    position: absolute;
    left: 15px;
}
.header.fixed-header
{
    height: 90px;

    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 1199px)
{
    .header.fixed-header
    {
        height: 60px;
    }
}
.header.fixed-header .logo
{
    margin-top: 3px;
}
@media (max-width: 1350px)
{
    .header.fixed-header .logo
    {
        margin-top: 10px;
    }
}
@media (max-width: 1199px)
{
    .header.fixed-header .logo
    {
        margin-top: 10px;
    }
}
@media (max-width: 767px)
{
    .header.fixed-header .logo
    {
        margin-top: 15px;
    }
}
.header.fixed-header .nav .nav-list1 > li > a
{
    line-height: 80px;
}

@media (max-width: 1199px)
{
    .header.fixed-header .nav .nav-list1 > li > a
    {
        line-height: 60px;
    }
}
.header.fixed-header .find
{
    line-height: 80px;

background-position: 0 33px;
    height: 80px;
}
@media (max-width: 1199px)
{
    .header.fixed-header .find
    {
        line-height: 60px;

        height: 60px;
    }
}
.header.fixed-header .open-search
{
    top: 80px;
}
@media (max-width: 1199px)
{
    .header.fixed-header .open-search
    {
        top: 60px;
    }
}
.header.fixed-header .tel p
{
    line-height: 80px;
}
@media (max-width: 1199px)
{
    .header.fixed-header .tel p
    {
        line-height: 60px;
    }
}
.online-wrap .btn
{
    line-height: 36px;

    position: fixed;
    z-index: 9;
    right: 0;
    bottom: 70px;

    width: 40px;
    height: 40px;
    padding: 0;

    -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
            transform-origin: center center;
    text-align: center;

    border-radius: 0;
    background-color: rgba(0, 0, 0, .8);
}
@media (min-width: 992px)
{
    .online-wrap .btn
    {
        display: none;
    }
}
.online-wrap .btn:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;

    display: inline-block;

    content: '\e6d2';
    -webkit-transition: -webkit-transform .3s;
            transition: -webkit-transform .3s;
            transition:         transform .3s;
            transition:         transform .3s, -webkit-transform .3s;

    color: #fff;
}
.online-wrap .btn.active:before
{
    -webkit-transform: rotateZ(225deg);
        -ms-transform: rotate(225deg);
            transform: rotateZ(225deg);
}
.online-wrap .code-pic
{
    position: fixed;
    z-index: 101;
    right: 45px;
    bottom: 180px;

    display: none;

    max-width: 120px;
}
.online-wrap .code-pic .pic-box
{
    padding: 5px;

    background-color: #fff;
}
.online-wrap .code-pic img
{
    display: block;

    max-width: 100%;
}
.online-wrap .online
{
    position: fixed;
    z-index: 10;
    top: 50%;
    right: 0;

    -webkit-transition: right .3s;
            transition: right .3s;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
@media (max-width: 991px)
{
    .online-wrap .online
    {
        right: -60px;
        bottom: 90px;
    }
    .online-wrap .online.active
    {
        right: 0;
    }
}
.online-wrap .online a
{
    line-height: 48px;

    position: relative;

    display: block;

    width: 48px;
    height: 48px;
    margin-top: 4px;

    -webkit-transition: all .4s;
            transition: all .4s;
    text-align: center;

    border-radius: 10px;
    background-color: rgba(0, 0, 0, .7);
}
.online-wrap .online a:hover
{
    text-decoration: none;
}
.online-wrap .online a:before
{
    font-size: 22px;
    font-weight: normal;

    color: #fff;
}
.online-wrap .online a:after
{
    display: block;

    width: 30px;
    height: 1px;
    margin: 0 auto;

    content: '';

    opacity: .5;
    background-color: #fff;
}
@media (min-width: 992px)
{
    .online-wrap .online a:hover
    {
        background-color: #898989;
    }
    .online-wrap .online a:hover:before
    {
        color: #fff;
    }
}
@media (max-width: 767px)
{
    .online-wrap .online a
    {
        line-height: 50px;

        width: 40px;
        height: 50px;
    }
    .online-wrap .online a:before
    {
        font-size: 20px;
    }
}
@media (min-width: 992px)
{
    .online-wrap .online .icon-phone:hover .phone-num
    {
        left: 100%;
    }
}
.online-wrap .online .icon-phone .phone-num
{
    position: absolute;
    z-index: -1;
    top: 0;
    left: -300px;

    padding-right: 5px;

    -webkit-transition: left .3s;
            transition: left .3s;
    white-space: nowrap;
}
.online-wrap .online .icon-phone .phone-num p
{
    margin: 0;
    padding: 0 10px;

    color: #fff;
    background-color: #062164;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .12);
}
.online-wrap .online .cart
{
    position: relative;
}
.online-wrap .online .cart:before
{
    font-family: 'iconfont' !important;

    content: '\e633';
}
.online-wrap .online .cart span
{
    line-height: 20px;

    position: absolute;
    top: 4px;
    right: 0;

    width: 20px;
    height: 20px;

    color: #fff;
    border-radius: 50%;
    background-color: #133077;
}
.online-wrap .online .icon-qq:before
{
    font-family: 'iconfont' !important;

    content: '\e62d';
}
.online-wrap .online .icon-weixin:before
{
    font-family: 'iconfont' !important;

    content: '\e604';
}
.online-wrap .online .icon-message:before
{
    font-family: 'iconfont' !important;

    content: '\e6a4';
}
.online-wrap .online .icon-skype:before
{
    font-family: 'iconfont' !important;

    content: '\e6b7';
}
.online-wrap .online .icon-line:before
{
    font-family: 'iconfont' !important;

    content: '\e640';
}
.online-wrap .online .icon-messenger:before
{
    font-family: 'iconfont' !important;

    content: '\e663';
}
.online-wrap .online .icon-whatsapp:before
{
    font-family: 'iconfont' !important;

    content: '\e751';
}
.online-wrap .online .icon-phone:before
{
    font-family: 'iconfont' !important;

    content: '\e61c';
}
.online-wrap .online .icon-arrow-top:before
{
    font-family: 'iconfont' !important;
    font-size: 26px !important;

    content: '\e614';
}
.online-wrap .online .icon-arrow-top:after
{
    display: none !important;
}
.online-wrap .online .code:before
{
    font-size: 24px;
}
@media (max-width: 767px)
{
    .online-wrap .online .code:before
    {
        font-size: 22px;
    }
}
.online-wrap .online .code .mask
{
    position: absolute;
    z-index: 10;
    top: 0;
    right: 100%;

    display: none;

    width: 130px;
    height: 130px;
    padding-right: 5px;
}
.online-wrap .online .code .mask .mask-box
{
    border: 1px solid #e5e5e5;
    background-color: #fff;
}
.online-wrap .online .code .mask img
{
    display: block;

    width: 100%;
}
.online-wrap .online .code .mask p
{
    font-size: 13px;
    line-height: 16px;

    margin: 5px 0 8px 0;

    color: #888;
}
.xs-online
{
    position: fixed;
    z-index: 9;
    bottom: 0;
    left: 0;

    display: none;

    width: 100%;

    background-color: #133077;
    box-shadow: 0 -2px 14px 1px rgba(0, 0, 0, .2);
}
@media (max-width: 991px)
{
    .xs-online
    {
        display: block !important;
    }
}
.xs-online ul
{
    overflow: hidden;

    margin: 0;
    padding: 0;

    text-align: center;

    color: #fff;
}
.xs-online ul li
{
    float: left;

    width: 20%;

    list-style: none;

    border-left: 1px solid rgba(255, 255, 255, .6);
}
.xs-online ul li > a
{
    font-size: 10px;

    display: block;

    padding: 8px 0;

    text-transform: uppercase;

    color: inherit;
}
@media (max-width: 320px)
{
    .xs-online ul li > a
    {
        font-size: 8px;
    }
}
.xs-online ul li > a:before
{
    font-family: 'iconfont' !important;
    font-size: 16px;
    font-style: normal;

    display: block;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.xs-online ul li:first-child
{
    border-left: none;
}
.xs-online ul li.tel > a:before
{
    content: '\e61c';
}
.xs-online ul li.mail > a:before
{
    font-weight: normal;

    content: '\e72e';
}
.xs-online ul li.whatsapp > a:before
{
    font-weight: normal;

    content: '\e621';
}
.xs-online ul li.feedback > a:before
{
    font-weight: normal;

    content: '\e826';
}
.xs-online ul li.top > a:before
{
    font-weight: normal;

    content: '\e60f';
}
.banner
{
    font-size: 0;

    position: relative;

    overflow: hidden;

    width: 100%;
    padding-top: 100px;
}
@media (max-width: 1199px)
{
    .banner
    {
        padding-top: 60px;
    }
}
.banner .item
{
    position: relative;
}
.banner .slickbanner
{
    overflow: hidden;
}
@media (max-width: 1199px)
{
    .banner .slickbanner
    {
        width: 120%;
        max-width: 120%;
        margin-left: -10%;
    }
}
@media (max-width: 991px)
{
    .banner .slickbanner
    {
        width: 130%;
        max-width: 130%;
        margin-left: -15%;
    }
}
@media (max-width: 767px)
{
    .banner .slickbanner
    {
        width: 160%;
        max-width: 160%;
        margin-left: -30%;
    }
}
.banner .slick-dots
{
    position: absolute;
    bottom: 30px;

    width: 100%;
    margin: 0;
    padding: 0;

    text-align: center;
}
@media (max-width: 1199px)
{
    .banner .slick-dots
    {
        bottom: 10px;
    }
}
.banner .slick-dots li
{
    display: inline-block;

    width: 10px;
    height: 10px;
    margin: 0 10px;

    cursor: pointer;
    -webkit-transition: all .4s;
            transition: all .4s;

    border-radius: 50%;
    background-color: #fff;
}
.banner .slick-dots li.slick-active
{
    background-color: #133077;
}
.banner .slick-dots li button
{
    display: none;
}
.banner .slick-arrow
{
    line-height: 40px;

    position: absolute;
    z-index: 9;
    z-index: 8;
    top: 50%;
    left: 3%;

    overflow: hidden;

    padding: 0;

    cursor: pointer;
    -webkit-transition: all .4s;
            transition: all .4s;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;

    color: #fff;
    border: none;
    border-radius: 50%;
    outline: none;
    background: none;
}
@media (max-width: 1199px)
{
    .banner .slick-arrow
    {
        left: 8%;
    }
}
.banner .slick-arrow:before
{
    font-family: 'iconfont' !important;
    font-size: 40px;

    content: '\e601';
}
@media (max-width: 991px)
{
    .banner .slick-arrow:before
    {
        font-size: 30px;
    }
}
.banner .slick-arrow.slick-next
{
    right: 3%;
    left: auto;
}
@media (max-width: 1199px)
{
    .banner .slick-arrow.slick-next
    {
        right: 10%;
    }
}
.banner .slick-arrow.slick-next:before
{
    right: 0;
    left: auto;

    content: '\e827';
}
.banner .slick-arrow:hover
{
    color: #062164;
}
.banner img
{
    display: block;

    width: 100%;
}
.banner .text
{
    position: absolute;
    top: 50%;

    width: 100%;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    color: #fff;
}
@media (max-width: 991px)
{
    .banner .text
    {
        padding: 0 15%;
    }
}
@media (max-width: 767px)
{
    .banner .text
    {
        padding: 0 20%;
    }
}
.banner .text-1 h3
{
    font-size: 54px;
    font-weight: bold;
    line-height: 1.5;

    display: inline-block;

    margin: 0;
    padding-bottom: 10px;

    border-bottom: 1px solid rgba(255, 255, 255, .3);
}
.banner .text-1 h3:after
{
    display: block;

    width: 100%;
    height: 1px;
    margin-top: 10px;

    content: '';

    background-color: rgba(255, 255, 255, .3);
}
@media (max-width: 1600px)
{
    .banner .text-1 h3
    {
        font-size: 50px;
    }
}
@media (max-width: 1199px)
{
    .banner .text-1 h3
    {
        font-size: 40px;
    }
}
@media (max-width: 991px)
{
    .banner .text-1 h3
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .banner .text-1 h3
    {
        font-size: 18px;
    }
}
.banner .text-1 h4
{
    font-size: 24px;
    line-height: 1.4;

    max-width: 60%;
}
@media (max-width: 1470px)
{
    .banner .text-1 h4
    {
        max-width: 70%;
    }
}
@media (max-width: 1199px)
{
    .banner .text-1 h4
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .banner .text-1 h4
    {
        font-size: 16px;

        max-width: 100%;
    }
}
.banner .text-1 p
{
    font-family: 'ITC Avant Garde Gothic Book';
    font-size: 18px;
    font-weight: normal;
    line-height: 1.44444444;

    max-width: 60%;
    margin: 10px 0 0 0;
}
@media (max-width: 1470px)
{
    .banner .text-1 p
    {
        max-width: 70%;
    }
}
@media (max-width: 1199px)
{
    .banner .text-1 p
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .banner .text-1 p
    {
        display: none;
    }
}
@media (max-width: 991px)
{
    .banner-in .slickbanner
    {
        width: 140%;
        max-width: 140%;
        margin-left: -20%;
    }
}
@media (max-width: 767px)
{
    .banner-in .slickbanner
    {
        width: 200%;
        max-width: 200%;
        margin-left: -30%;
    }
	.banner-in img{ margin-left:-10%;}
}
.banner-in img
{
    width: 100%;
}
.banner-in .text-in
{
    position: absolute;
    bottom: 0;

    width: 100%;

    text-align: center;

    color: #fff;
}
@media (max-width: 767px)
{
    .banner-in .text-in
    {
        bottom: -50px;
    }
}
.banner-in .text-in:after
{
    display: block;

    width: 12px;
    height: 100px;
    margin: 0 auto;
    margin-top: 20px;

    content: '';

    background: url(../images/line-3.png) no-repeat;
}
.banner-in .text-in b
{
    font-family: 'ITC Avant Garde Gothic book';
    font-size: 70px;
    font-weight: normal;
    line-height: 1;

    display: inline-block;

    text-transform: uppercase;
}
@media (max-width: 1199px)
{
    .banner-in .text-in b
    {
        font-size: 40px;

        display: block;
    }
}
@media (max-width: 767px)
{
    .banner-in .text-in b
    {
        font-size: 20px;

        display: block;
    }
}
.banner-in .text-in p
{
    font-size: 26px;
    line-height: 1.53846154;

    margin: 10px 0 0 0;

    text-transform: uppercase;
}
@media (max-width: 991px)
{
    .banner-in .text-in p
    {
        font-size: 16px;
    }
}
.banner-in .text-product-show
{
    position: absolute;
    z-index: 2;
    top: 54%;

    width: 100%;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: left;
    text-align: right;

    color: #fff;
}
.banner-in .text-product-show .note
{
    display: inline-block;

    width: 45%;

    text-align: left;
}
.banner-in .text-product-show .title-product-show
{
    padding-bottom: 14px;

    border-bottom: 1px solid rgba(255, 255, 255, .3);
}
.banner-in .text-product-show .title-product-show h1
{
    font-size: 34px;
    line-height: 1.2;
}
@media (max-width: 991px)
{
    .banner-in .text-product-show .title-product-show h1
    {
        font-size: 26px;
    }
}
@media (max-width: 767px)
{
    .banner-in .text-product-show .title-product-show h1
    {
        font-size: 18px;
    }
}
.banner-in .text-product-show .title-product-show h2
{
    font-family: 'ITC Avant Garde Gothic Book';
    font-size: 30px;
    line-height: 1.2;

    margin: 0;

    text-transform: uppercase;
}
@media (max-width: 991px)
{
    .banner-in .text-product-show .title-product-show h2
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .banner-in .text-product-show .title-product-show h2
    {
        font-size: 14px;
    }
}
.banner-in .text-product-show .desc
{
    margin-top: 6%;
}
.banner-in .text-product-show p
{
    font-size: 18px;
    line-height: 2;

    display: -webkit-box;
    overflow: hidden;

    height: 108px;
    margin: 10px 0 0 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
@media (max-width: 991px)
{
    .banner-in .text-product-show p
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .banner-in .text-product-show p
    {
        font-size: 13px;
        line-height: 22px;

        height: 66px;
    }
}
.banner-in .text-product-show a.more
{
    font-size: 16px;
    line-height: 50px;

    display: inline-block;

    margin-top: 8%;
    padding: 0 30px;

    -webkit-transition: all .2s;
            transition: all .2s;

    color: #fff;
    border-radius: 30px;
    background-color: #e31118;
}
@media (max-width: 767px)
{
    .banner-in .text-product-show a.more
    {
        font-size: 14px;
        line-height: 30px;

        padding: 0 20px;
    }
}
.banner-in .text-product-show a.more:hover
{
    background-color: #b8060c;
}
.banner .slick-current img
{
    -webkit-animation: narrow 9s 0s ease both;
            animation: narrow 9s 0s ease both;
}
.banner .slick-current .text-1 h3,
.banner .slick-current .text-2 h3,
.banner .slick-current .text-1 p,
.banner .slick-current .text-2 p
{
    -webkit-animation: fadeInLeftBig 1s 0s ease both;
            animation: fadeInLeftBig 1s 0s ease both;
}
.banner .slick-current .text-1 h4,
.banner .slick-current .text-2 h4
{
    -webkit-animation: fadeInRightBig 1s 0s ease both;
            animation: fadeInRightBig 1s 0s ease both;
}
.banner .slick-current .text-3 h3,
.banner .slick-current .text-3 h4,
.banner .slick-current .text-3 p
{
    -webkit-animation: fadeInRightBig 1s 0s ease both;
            animation: fadeInRightBig 1s 0s ease both;
}
.banner .slick-current:after
{
    -webkit-animation: fadeInUp 1s 0s ease both;
            animation: fadeInUp 1s 0s ease both;
}
.home
{
    overflow: hidden;

    padding: 70px 0;
}
@media (max-width: 991px)
{
    .home
    {
        padding: 50px 0;
    }
}
.title
{
    text-align: center;
}
.title h3
{
    font-family: 'ITC Avant Garde Gothic';
    font-size: 42px;
    line-height: 1;

    margin: 0;

    color: #133077;
}
@media (max-width: 1470px)
{
    .title h3
    {
        font-size: 36px;
    }
}
@media (max-width: 1199px)
{
    .title h3
    {
        font-size: 30px;
    }
}
@media (max-width: 991px)
{
    .title h3
    {
        font-size: 26px;
    }
}
@media (max-width: 767px)
{
    .title h3
    {
        font-size: 24px;
    }
}
.title h2
{
    font-size: 32px;
    line-height: 1.2;

    margin: 8px 0 0 0;
}
@media (max-width: 1470px)
{
    .title h2
    {
        font-size: 28px;
    }
}
@media (max-width: 1199px)
{
    .title h2
    {
        font-size: 26px;
    }
}
@media (max-width: 991px)
{
    .title h2
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .title h2
    {
        font-size: 20px;
    }
}
.indexcontent
{
    position: relative;
    z-index: 2;
}
.home-about .text
{
    max-width: 1170px;
    margin: 0 auto;
    margin-top: 30px;

    text-align: center;
}
.home-about .text p
{
    font-size: 16px;
    line-height: 2.25;

    margin: 0;
}
@media (max-width: 767px)
{
    .home-about .text p
    {
        font-size: 14px;
    }
}
.home-about .about
{
    margin-top: 30px;
}
.home-about .about > ul
{
    font-size: 0;
}
.home-about .about > ul > li
{
    font-size: 14px;

    display: inline-block;

    width: 33.33333333%;
    padding: 30px 40px;

    vertical-align: top;

    background: url(../images/line-1.png) no-repeat right center;
}
@media (max-width: 1199px)
{
    .home-about .about > ul > li
    {
        padding: 30px 20px;
    }
}
@media (max-width: 767px)
{
    .home-about .about > ul > li
    {
        width: 100%;
        padding: 10px;

        background: none;
    }
}
.home-about .about > ul > li:last-child
{
    background: none;
}

.home-about .about > ul > li:nth-child(1) .item:before
{
    content: ''; background:url(../images/ico01.png) center center no-repeat; background-size:50px;
}

.home-about .about > ul > li:nth-child(2) .item:before
{
    content: ''; background:url(../images/ico02.png) center center no-repeat; background-size:50px;
}
.home-about .about > ul > li:nth-child(3) .item:before
{
    content: ''; background:url(../images/ico03.png) center center no-repeat; background-size:50px;
}
.home-about .about .item
{
    position: relative;

    padding-left: 110px;
}
@media (max-width: 1199px)
{
    .home-about .about .item
    {
        padding-left: 70px;
    }
}
.home-about .about .item:before
{
    font-family: 'iconfont' !important;
    font-size: 40px;
    line-height: 90px;

    position: absolute;
    top: 20px;
    left: 0;

    width: 90px;
    height: 90px;

    content: ''; 
    text-align: center;

    color: #133077;
    border: 1px solid #133077;
    border-radius: 50%;
}
@media (max-width: 1199px)
{
    .home-about .about .item:before
    {
        font-size: 30px;
        line-height: 60px;

        top: 10px;

        width: 60px;
        height: 60px;
    }
}
.home-about .about .item b
{
    font-family: 'Barlow Semi Condensed';
    font-size: 60px;

    color: #133077;
}
@media (max-width: 991px)
{
    .home-about .about .item b
    {
        font-size: 40px;
    }
}
@media (max-width: 767px)
{
    .home-about .about .item b
    {
        font-size: 30px;
    }
}
.home-about .about .item b sup
{
    font-size: 26px;
    font-weight: normal;
}
.home-about .about .item p
{
    font-size: 16px;
    line-height: 30px;

    margin: 0;

    color: #999;
}
@media (max-width: 991px)
{
    .home-about .about .item p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.home-application
{
    padding: 0;
}
.home-application > ul
{
    margin: 0 !important;
}
.home-application > ul > li
{
    padding: 0 !important;
}
.home-application .item
{
    position: relative;

    display: block;
}
.home-application .item .img-box
{
    padding-bottom: 152.08333333%;
}
.home-application .item .img-box img{
	-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;
}
.home-application > ul > li:hover .item:hover .img-box img{
	-webkit-transform: scale(1.1);
	-mos-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);	 
}
.home-application .item .note
{
    position: absolute;
    bottom: 10%;

    padding: 0 8%;

    color: #fff;
}
@media (max-width: 991px)
{
    .home-application .item .note
    {
        bottom: 30px;

        padding: 0 14px;
    }
}
.home-application .item .note b
{
    font-size: 36px;
    line-height: 40px;

    display: block;
}
@media (max-width: 1470px)
{
    .home-application .item .note b
    {
        font-size: 30px;
    }
}
@media (max-width: 991px)
{
    .home-application .item .note b
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .home-application .item .note b
    {
        font-size: 20px;
    }
}
.home-application .item .note b:after
{
    display: block;

    width: 46px;
    height: 3px;
    margin-top: 8px;

    content: '';

    background-color: #fff;
}
.home-application .item .note p
{
    font-size: 20px;
    line-height: 1.4;

    margin: 10px 0 0 0;
}
@media (max-width: 1470px)
{
    .home-application .item .note p
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .home-application .item .note p
    {
        font-size: 16px;
    }
}
.home-product .product .item
{
    display: block;

    margin-top: 50px;

    -webkit-transition: all .2s;
            transition: all .2s;

    background-color: #f8f8f8;
}
@media (max-width: 1470px)
{
    .home-product .product .item
    {
        margin-top: 30px;
    }
}
.home-product .product .item .img-box
{
    padding-bottom: 63.63636364%;
}
.home-product .product .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.home-product .product .item .note
{
    padding: 30px;
}
@media (max-width: 1199px)
{
    .home-product .product .item .note
    {
        padding: 20px 15px;
    }
}
.home-product .product .item .note b
{
    font-size: 22px;
    font-weight: normal;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1199px)
{
    .home-product .product .item .note b
    {
        font-size: 18px;
    }
}
@media (max-width: 991px)
{
    .home-product .product .item .note b
    {
        font-size: 16px;
    }
}
.home-product .product .item .note .desc
{
    margin-top: 16px;
    padding-top: 10px;

    border-top: 1px solid #d2d2d2;
}
@media (max-width: 991px)
{
    .home-product .product .item .note .desc
    {
        margin-top: 8px;
    }
}
.home-product .product .item .note p
{
    font-size: 14px;
    line-height: 26px;

    display: -webkit-box;
    overflow: hidden;

    height: 52px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.home-product .product .item:hover
{
    background-color: #133077;
}
.home-product .product .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.home-product .product .item:hover .note
{
    color: #fff;
}
.home-service
{
    padding: 120px 0;

    color: #fff;
    background: url(../images/service_bg.jpg) no-repeat center;
    background-size: cover;
}
@media (max-width: 1199px)
{
    .home-service
    {
        padding: 50px 0;
    }
}
.home-service .title h3
{
    color: #fff;
}
.home-service .service ul
{
    overflow: hidden;
}
.home-service .service ul li
{
    float: left;

    width: 50%;
    margin-top: 80px;
    padding: 0 30px;

    text-align: center;
}
@media (max-width: 767px)
{
    .home-service .service ul li
    {
        width: 100%;
        margin-top: 30px;
        padding: 0;
    }
}
.home-service .service ul li:nth-child(1)
{
    background: url(../images/line-2.png) no-repeat right center;
}
@media (max-width: 767px)
{
    .home-service .service ul li:nth-child(1)
    {
        background: none;
    }
}
.home-service .service ul li .item
{
    position: relative;

    display: inline-block;

    padding-left: 120px;

    text-align: left;
}
@media (max-width: 1199px)
{
    .home-service .service ul li .item
    {
        padding-left: 90px;
    }
}
@media (max-width: 767px)
{
    .home-service .service ul li .item
    {
        display: block;
    }
}



.home-service .service ul li .item:before
{
    font-family: 'iconfont' !important;
    font-size: 50px;
    line-height: 90px;

    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 90px;
    height: 90px;

    content: '';
    text-align: center;

    border: 1px solid rgba(255, 255, 255, .7);
    border-radius: 50%;
}
@media (max-width: 1199px)
{
    .home-service .service ul li .item:before
    {
        font-size: 36px;
        line-height: 70px;

        width: 70px;
        height: 70px;
    }
}
.home-service .service ul li .item h3
{
    font-size: 42px;
    font-weight: bold;
    line-height: 1;

    margin: 0;
}
@media (max-width: 1470px)
{
    .home-service .service ul li .item h3
    {
        font-size: 36px;
    }
}
@media (max-width: 1199px)
{
    .home-service .service ul li .item h3
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .home-service .service ul li .item h3
    {
        font-size: 20px;
    }
}
.home-service .service ul li .item h4
{
    font-family: 'ITC Avant Garde Gothic Book';
    font-size: 24px;
    font-weight: normal;
    line-height: 1.66666667;

    margin: 10px 0;

    text-transform: uppercase;
}
@media (max-width: 1470px)
{
    .home-service .service ul li .item h4
    {
        font-size: 20px;
    }
}
@media (max-width: 1199px)
{
    .home-service .service ul li .item h4
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .home-service .service ul li .item h4
    {
        font-size: 16px;
    }
}
.home-service .service ul li .item h4:after
{
    display: block;

    width: 58px;
    height: 2px;

    content: '';

    background-color: #fff;
}
.home-service .service ul li .item p
{
    font-size: 26px;
    line-height: 1.53846154;

    margin: 10px 0 0 0;
}
@media (max-width: 1470px)
{
    .home-service .service ul li .item p
    {
        font-size: 20px;
    }
}
@media (max-width: 1199px)
{
    .home-service .service ul li .item p
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .home-service .service ul li .item p
    {
        font-size: 16px;
    }
}
.home-service .service ul li:nth-child(1) .item:before
{
    content: ''; background: url(../images/sh01.png) center center no-repeat;
    background-size: 50px;
} 

.home-service .service ul li:nth-child(2) .item:before
{
    content: ''; background: url(../images/sh02.png) center center no-repeat;
    background-size: 50px;
} 
.home-news .news .slick-news
{
    margin: 0 -15px;
}
.home-news .news .slick-slide
{
    padding: 0 15px;
}
.home-news .news .item
{
    display: block;

    margin-top: 30px;
}
.home-news .news .item .pic
{
    position: relative;
}
.home-news .news .item .pic .img-box
{
    padding-bottom: 53.33333333%;
}
.home-news .news .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.home-news .news .item .pic .date
{
    position: absolute;
    z-index: 2;
    top: 10px;
    left: 20px;

    padding: 10px;

    -webkit-transition: all .2s;
            transition: all .2s;
    text-align: center;

    color: #fff;
    background-color: #a0a0a0;
}
.home-news .news .item .pic .date b
{
    font-family: 'ITC Avant Garde Gothic Book';
    font-size: 36px;
    line-height: 1;
}
@media (max-width: 991px)
{
    .home-news .news .item .pic .date b
    {
        font-size: 26px;
    }
}
.home-news .news .item .pic .date span
{
    font-family: 'ITC Avant Garde Gothic Book';
    line-height: 1;

    display: block;

    margin-top: 4px;
}
.home-news .news .item .note
{
    padding: 14px;
}
.home-news .news .item .note b
{
    font-size: 22px;
    font-weight: normal;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .home-news .news .item .note b
    {
        font-size: 18px;
    }
}
.home-news .news .item .note p
{
    line-height: 28px;

    display: -webkit-box;
    overflow: hidden;

    height: 84px;
    margin: 10px 0 0 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.home-news .news .item .note span.more
{
    line-height: 24px;

    display: inline-block;

    margin-top: 14px;

    color: #133077;
    border-bottom: 1px solid #133077;
}
.home-news .news .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.home-news .news .item:hover .date
{
    background-color: #133077;
}
.home-news .news .item:hover .note b
{
    color: #133077;
}
.footer
{
    font-size: 0;

    position: relative;

    clear: both;
    overflow: hidden;

    color: #fff;
    background-color: #143079;
}
.footer .foot
{
    position: relative;
    z-index: 2;

    padding: 60px 4%;
}
@media (max-width: 1199px)
{
    .footer .foot
    {
        padding: 15px 15px;
    }
}
@media (min-width: 1200px)
{
    .footer .foot > ul
    {
        padding: 0;

        text-align: justify;
        text-justify: distribute-all-lines;
    }
    .footer .foot > ul:after
    {
        display: inline-block;
        overflow: hidden;

        width: 100%;
        height: 0;
        margin: 0;

        content: '';
    }
}
@media (min-width: 1200px) and (max-width: 1199px)
{
    .footer .foot > ul:after
    {
        display: none;
    }
}
@media (max-width: 1199px)
{
    .footer .foot > ul
    {
        display: block;
        overflow: hidden;

        margin: 0 -15px;
    }
}
@media (min-width: 1200px)
{
    .footer .foot > ul > li
    {
        display: inline-block;

        vertical-align: top;
        word-break: break-all;
    }
}
@media (max-width: 1199px)
{
    .footer .foot > ul > li
    {
        display: inline-block;

        width: 25%;
        margin-right: -4px;
        padding: 0 15px;

        vertical-align: top;
    }
}
@media (max-width: 991px)
{
    .footer .foot > ul > li
    {
        width: 100%;
    }
}
.footer .foot > ul > li .item
{
    text-align: left;
}
.footer .foot > ul > li .item a{
	width: 33.33%;
}
@media (max-width: 1199px)
{
    .footer .foot > ul > li .item
    {
        margin-top: 14px;
    }
}
@media (max-width: 1199px)
{
    .footer .foot > ul > li .item-1
    {
        display: none;
    }
}
.footer .foot > ul > li .item-1 img
{
    display: block;

    max-width: 100%;
}
.footer .foot > ul > li .item-2
{
    width: 360px;
}
@media (max-width: 1470px)
{
    .footer .foot > ul > li .item-2
    {
        width: 320px;
    }
}
@media (max-width: 1199px)
{
    .footer .foot > ul > li .item-2
    {
        width: 100%;

        text-align: center;
    }
}
.footer .foot > ul > li .item-2 a
{
    font-size: 18px;
    line-height: 46px;

    display: inline-block;

    padding: 0 24px;
    padding: 0 0px!important;
}
@media (max-width: 1470px)
{
    .footer .foot > ul > li .item-2 a
    {
        font-size: 16px;

        padding: 0 18px;
    }
}
@media (max-width: 1199px)
{
    .footer .foot > ul > li .item-2 a
    {
        font-size: 14px;
        line-height: 30px;
    }
}
.footer .foot > ul > li .item-2 a:hover
{
    text-decoration: underline;
}
.footer .foot > ul > li .item-3
{
    width: 440px;
}
@media (max-width: 1470px)
{
    .footer .foot > ul > li .item-3
    {
        width: 340px;
    }
}
@media (max-width: 1350px)
{
    .footer .foot > ul > li .item-3
    {
        width: 300px;
    }
}
@media (max-width: 1199px)
{
    .footer .foot > ul > li .item-3
    {
        display: none;
    }
}
.footer .foot > ul > li .item-3 b
{
    font-family: 'ITC Avant Garde Gothic';
    font-size: 36px;
    line-height: 1; background:url(../images/footel.png) no-repeat; padding-left:40px; background-size:36px;

    display: block;

    margin-bottom: 14px;
}
@media (max-width: 1350px)
{
    .footer .foot > ul > li .item-3 b
    {
        font-size: 30px;
    }
}

.footer .foot > ul > li .item-3 p
{
    font-size: 14px;
    line-height: 14px;
    line-height: 26px;

    margin: 0;

    color: #999;
		color: #fff;
}
.footer .foot > ul > li .item-4
{
    text-align: center;
}
@media (max-width: 1199px)
{
    .footer .foot > ul > li .item-4
    {
        display: none;
    }
}
.footer .foot > ul > li .item-4 img
{
    display: block;

    max-width: 131px;
}
.footer .foot > ul > li .item-4 p
{
    font-size: 14px;
    line-height: 2.14285714;

    margin: 4px 0 0 0;
}
.footer .copyright
{
    font-size: 14px;

    padding: 15px 4%;

    color: #666;
    color: #fff;
    background-color: #0e2358;
}
@media (max-width: 1199px)
{
    .footer .copyright
    {
        padding: 10px 15px;

        text-align: center;
    }
}
.footer .copyright p
{
    line-height: 30px;

    display: inline-block;

    margin: 0;
}
@media (max-width: 1199px)
{
    .footer .copyright p
    {
        line-height: 24px;

        display: block;
        float: none;
    }
}
.footer .copyright .link
{
    display: inline-block;
    float: right;
}
@media (max-width: 1199px)
{
    .footer .copyright .link
    {
        display: block;
        float: none;
    }
}
.footer .copyright .link a
{
    line-height: 24px;

    display: inline-block;
}
.footer .copyright .link a:after
{
    margin: 0 10px;

    content: '|';
}
.footer .copyright .link a:last-child:after
{
    display: none;
}
.footer .copyright .link a:hover
{
    text-decoration: underline;

    color: #fff;
}
.footer .copyright a.power
{
    line-height: 24px;

    display: inline-block;
    float: right;

    margin-left: 30px;
}
@media (max-width: 1199px)
{
    .footer .copyright a.power
    {
        display: block;
        float: none;
    }
}
.footer .copyright a.power:hover
{
    text-decoration: underline;

    color: #fff;
}
.wrap
{
    overflow: hidden;

    padding: 50px 0;
}
@media (max-width: 991px)
{
    .wrap
    {
        padding: 50px 0;
    }
}
.title-in
{
    text-align: center;
}
.title-in h3
{
    font-family: 'ITC Avant Garde Gothic book';
    font-size: 42px;
    line-height: 1.5;

    display: block;

    margin: 0;

    text-transform: uppercase;

    color: #c5c5c5;
}
@media (max-width: 1350px)
{
    .title-in h3
    {
        font-size: 34px;
    }
}
@media (max-width: 991px)
{
    .title-in h3
    {
        font-size: 28px;
    }
}
@media (max-width: 767px)
{
    .title-in h3
    {
        font-size: 24px;
    }
}
.title-in h2
{
    font-size: 26px;
    line-height: 1.25;

    margin: 0;

    color: #133077;
}
@media (max-width: 991px)
{
    .title-in h2
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .title-in h2
    {
        font-size: 18px;
    }
}
.inside-nav
{
    position: relative;

    overflow: hidden;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    text-align: center;
		text-align: left;

    background-color: #f9f9f9;
}
.inside-nav .nav-wrap
{
    position: relative;
    z-index: 2;

    overflow-x: auto;

    -webkit-overflow-scrolling: touch;
    /*定义滚动条轨道 内阴影+圆角*/
    /*定义滑块 内阴影+圆角*/
    /*滑块效果*/
}
.inside-nav .nav-wrap::-webkit-scrollbar
{
    width: 5px;
    height: 5px;

    background-color: #fefefe;
}
.inside-nav .nav-wrap::-webkit-scrollbar-track
{
    border-radius: 5px;
    background-color: #fefefe;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}
.inside-nav .nav-wrap::-webkit-scrollbar-thumb
{
    border-radius: 5px;
    background-color: rgba(0, 0, 0, .1);
}
.inside-nav .nav-wrap::-webkit-scrollbar-thumb:hover
{
    border-radius: 5px;
    background: rgba(0, 0, 0, .3);
}
.inside-nav ul
{
    font-size: 0;

    position: relative;

    display: inline-block;

    margin: 0;
    margin: 0 -24px;

    white-space: nowrap;
}
@media (max-width: 991px)
{
    .inside-nav ul
    {
        margin: 0 -15px;
    }
}
@media (max-width: 767px)
{
    .inside-nav ul
    {
        margin: 0 -5px;
    }
}
.inside-nav ul li
{
    display: inline-block;
}
.inside-nav ul li a
{
    font-size: 15px;
    font-weight: normal;
    line-height: 60px;

    display: inline-block;

    padding: 0 24px;

    -webkit-transition: all .2s;
            transition: all .2s;

    color: inherit;
}
@media (max-width: 991px)
{
    .inside-nav ul li a
    {
        padding: 0 15px;
    }
}
@media (max-width: 767px)
{
    .inside-nav ul li a
    {
        padding: 0 5px;
    }
}
.inside-nav ul li a i
{
    font-style: normal;

    float: left;
}
.inside-nav ul li a i:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;

    float: left;

    margin-right: 10px;

    content: '\e654';

    color: #666;
}
.inside-nav ul li a .icon-history:before
{
    content: '\e64e';
}
.inside-nav ul li a .icon-culture:before
{
    content: '\e650';
}
.inside-nav ul li a .icon-honor:before
{
    content: '\e651';
}
.inside-nav ul li a .icon-environment:before
{
    content: '\e655';
}
.inside-nav ul li a .icon-customers:before
{
    content: '\e6b4';
}
.inside-nav ul li a .icon-network:before
{
    content: '\e726';
}
.inside-nav ul li a .icon-news:before
{
    content: '\e66c';
}
.inside-nav ul li a .icon-industry:before
{
    font-size: 14px;

    content: '\e706';
}
.inside-nav ul li a .icon-exhibition:before
{
    content: '\e705';
}
.inside-nav ul li a .icon-jobs:before
{
    content: '\e659';
}
.inside-nav ul li a .icon-contact:before
{
    content: '\e715';
}
.inside-nav ul li a .icon-message:before
{
    content: '\e793';
}
.inside-nav ul li.active a,
.inside-nav ul li:hover a
{
    color: #e31118; font-weight:bold;
}
.inside-nav ul li.active a i:before,
.inside-nav ul li:hover a i:before
{
    color: #e31118;
}
.wrap-about .about
{
    overflow: hidden;
}
.wrap-about .about .title-about h2
{
    font-size: 28px;
    line-height: 1.2;

    display: block;

    color: #133077;
}
@media (max-width: 991px)
{
    .wrap-about .about .title-about h2
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .wrap-about .about .title-about h2
    {
        font-size: 20px;
    }
}
.wrap-about .about .title-about h1
{
    font-family: 'ITC Avant Garde Gothic Book';
    font-size: 18px;
    line-height: 1.25;

    margin: 0;

    text-transform: uppercase;

    color: #999;
}
@media (max-width: 991px)
{
    .wrap-about .about .title-about h1
    {
        font-size: 16px;
    }
}
.wrap-about .about .text
{
    margin-top: 20px;
}
.wrap-about .about .text p
{
    font-size: 16px;
    line-height: 2.25;

    margin: 0;
}
@media (max-width: 767px)
{
    .wrap-about .about .text p
    {
        font-size: 14px;
    }
}
.wrap-about .number
{
    position: relative;

    margin-top: 60px;
}
@media (max-width: 991px)
{
    .wrap-about .number
    {
        margin-top: 30px;
    }
}
.wrap-about .number .pic
{
    overflow: hidden;

    background-color: #133077;
}
.wrap-about .number .pic img
{
    width: 100%;
}
@media (max-width: 767px)
{
    .wrap-about .number .pic img
    {
        width: 300%;
        margin-left: -100%;

        opacity: .8;
    }
}
.wrap-about .number > ul
{
    font-size: 0;

    position: absolute;
    top: 50px;
    left: 0;

    width: 100%;
    padding: 0 3%;
}
@media (max-width: 1199px)
{
    .wrap-about .number > ul
    {
        top: 10px;

        padding: 0;
    }
}
.wrap-about .number > ul > li
{
    font-size: 14px;

    display: inline-block;

    width: 33.33333333%;
    padding: 30px 40px;

    vertical-align: top;

    color: #fff;
}
@media (max-width: 1199px)
{
    .wrap-about .number > ul > li
    {
        padding: 30px 20px;
    }
}
@media (max-width: 767px)
{
    .wrap-about .number > ul > li
    {
        width: 100%;
        padding: 10px;

        background: none;
    }
}
.wrap-about .number > ul > li:last-child
{
    background: none;
}
.wrap-about .number > ul > li:nth-child(1) .item:before
{
   background: url(../images/aico02.png) center center no-repeat;
    background-size: 50px;
}

.wrap-about .number > ul > li:nth-child(2) .item:before
{
   background: url(../images/aico02.png) center center no-repeat;
    background-size: 50px;
}
.wrap-about .number > ul > li:nth-child(3) .item:before
{
   background: url(../images/aico03.png) center center no-repeat;
    background-size: 50px;
}
.wrap-about .number .item
{
    position: relative;

    padding-left: 110px;
}
@media (max-width: 1199px)
{
    .wrap-about .number .item
    {
        padding-left: 70px;
    }
}
.wrap-about .number .item:before
{
    font-family: 'iconfont' !important;
    font-size: 40px;
    line-height: 90px;

    position: absolute;
    top: 20px;
    left: 0;

    width: 90px;
    height: 90px;

    content: '';
    text-align: center;

    color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
}
@media (max-width: 1199px)
{
    .wrap-about .number .item:before
    {
        font-size: 30px;
        line-height: 60px;

        top: 10px;

        width: 60px;
        height: 60px;
    }
}
.wrap-about .number .item b
{
    font-family: 'Barlow Semi Condensed';
    font-size: 60px;
    font-weight: normal;
}
@media (max-width: 991px)
{
    .wrap-about .number .item b
    {
        font-size: 40px;
    }
}
@media (max-width: 767px)
{
    .wrap-about .number .item b
    {
        font-size: 30px;
    }
}
.wrap-about .number .item b sup
{
    font-size: 26px;
    font-weight: normal;

    top: 20px;

    vertical-align: top;
}
.wrap-about .number .item p
{
    font-size: 16px;
    line-height: 30px;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-about .number .item p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.wrap-history
{
    background-color: #f8f8f8;
}
.wrap-history .slick-history
{
    font-size: 0;

    margin: 0 -30px;
    margin-top: 50px;
}
.wrap-history .slick-history .slick-slide
{
    font-size: 14px;

    display: inline-block;

    vertical-align: bottom;
}
.wrap-history .slick-history .item
{
    text-align: center;
}
.wrap-history .slick-history .item .note
{
    position: relative;

    padding: 0 30px;

    border-bottom: 2px solid #dcdcdc;
}
.wrap-history .slick-history .item .note:before
{
    position: absolute;
    bottom: -4px;
    left: 50%;

    display: block;

    width: 8px;
    height: 8px;
    margin-left: -4px;

    content: '';

    border-radius: 50%;
    background-color: #133077;
}
.wrap-history .slick-history .item .note:after
{
    display: block;

    width: 1px;
    height: 48px;
    margin: 0 auto;
    margin-top: 20px;

    content: '';

    border-left: 1px dashed #133077;
}
.wrap-history .slick-history .item .note p
{
    font-size: 16px;
    line-height: 1.875;

    margin: 0;
}
.wrap-history .slick-history .item .title-number
{
    margin-top: 20px;
}
.wrap-history .slick-history .item .title-number b
{
    font-family: 'ITC Avant Garde Gothic Book';
    font-size: 24px;
    line-height: 30px;

    display: block;

    color: #133077;
}
@media (max-width: 991px)
{
    .wrap-history .slick-history .item .title-number b
    {
        font-size: 20px;
    }
}
.wrap-history .slick-history .slick-arrow
{
    position: absolute;
    z-index: 2;
    bottom: 42px;
    left: 0;

    width: 16px;
    height: 16px;

    -webkit-transition: all .2s;
            transition: all .2s;

    border: none;
    border-radius: 50%;
    background-color: #a0a0a0;
}
.wrap-history .slick-history .slick-arrow:before
{
    font-family: 'iconfont' !important;
    font-size: 30px;
    line-height: 30px;

    position: absolute;
    top: 50%;
    left: -6px;

    display: block;

    width: 16px;

    content: '\e9bb';
    -webkit-transition: all .2s;
            transition: all .2s;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    opacity: 0;
    color: #133077;
}
.wrap-history .slick-history .slick-arrow.slick-next
{
    right: 0;
    left: auto;
}
.wrap-history .slick-history .slick-arrow.slick-next:before
{
    content: '\e61f';
}
.wrap-history .slick-history:hover .slick-arrow
{
    background: none;
}
.wrap-history .slick-history:hover .slick-arrow:before
{
    opacity: 1;
}
.wrap-culture
{
    padding: 150px 0;

    background: url(../images/culture_bg.jpg) no-repeat center;
    background-size: cover;
}
@media (max-width: 991px)
{
    .wrap-culture
    {
        padding: 50px 0;
    }
}
.wrap-culture .culture
{
    float: right;

    max-width: 500px;

    color: #fff;
}
.wrap-culture .culture .title-in
{
    text-align: left;
}
.wrap-culture .culture .title-in:after
{
    display: block;

    width: 60px;
    height: 2px;
    margin-top: 14px;

    content: '';

    background-color: #fff;
}
.wrap-culture .culture .title-in h3,
.wrap-culture .culture .title-in h2
{
    color: #fff;
}
.wrap-culture .culture .title-in h2
{
    margin-top: 10px;
}
.wrap-culture .culture .text
{
    margin-top: 30px;
}
.wrap-culture .culture .text p
{
    font-size: 26px;
    line-height: 1.92307692;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-culture .culture .text p
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .wrap-culture .culture .text p
    {
        font-size: 16px;
    }
}
.wrap-honor .slick-honor
{
    padding: 0 10%;
}
@media (max-width: 1470px)
{
    .wrap-honor .slick-honor
    {
        padding: 0 6%;
    }
}
.wrap-honor .slick-honor .slick-slide
{
    padding: 0 30px;
}
@media (max-width: 1470px)
{
    .wrap-honor .slick-honor .slick-slide
    {
        padding: 0 15px;
    }
}
@media (max-width: 767px)
{
    .wrap-honor .slick-honor .slick-slide
    {
        padding: 0 8px;
    }
}
.wrap-honor .slick-honor .item
{
    display: block;

    margin-top: 40px;
}
.wrap-honor .slick-honor .item .img-box
{
    padding-bottom: 133.33333333%;

    border: 1px solid #e4e4e4;
}
.wrap-honor .slick-honor .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-honor .slick-honor .item p
{
    font-size: 14px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 10px 0 0 0;

    text-align: center;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-honor .slick-honor .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-honor .slick-honor .slick-arrow
{
    line-height: 50px;

    position: absolute;
    z-index: 2;
    top: 50%;
    left: 0;

    width: 50px;
    height: 50px;

    -webkit-transition: all .2s;
            transition: all .2s;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;

    color: #fff;
    border: none;
    border-radius: 50%;
    outline: none;
    background: none;
    background-color: #b5b5b5;
}
@media (max-width: 991px)
{
    .wrap-honor .slick-honor .slick-arrow
    {
        line-height: 36px;

        left: -10px;

        width: 36px;
        height: 36px;
    }
}
.wrap-honor .slick-honor .slick-arrow:after
{
    font-family: 'iconfont' !important;
    font-size: 20px;

    content: '<';
}
@media (max-width: 991px)
{
    .wrap-honor .slick-honor .slick-arrow:after
    {
        font-size: 16px;
    }
}
.wrap-honor .slick-honor .slick-arrow.slick-next
{
    right: 0;
    left: auto;
}
@media (max-width: 991px)
{
    .wrap-honor .slick-honor .slick-arrow.slick-next
    {
        right: -10px;
    }
}
.wrap-honor .slick-honor .slick-arrow.slick-next:after
{
    content: '>';
}
.wrap-honor .slick-honor .slick-arrow:hover
{
    background-color: #133077;
}
.wrap-service
{
    padding-top: 100px;
    padding-bottom: 0;
}
@media (max-width: 1199px)
{
    .wrap-service
    {
        padding-top: 60px;
    }
}
.wrap-service .service > ul
{
    font-size: 0;
}
.wrap-service .service > ul > li
{
    font-size: 14px;

    display: inline-block;

    width: 50%;

    vertical-align: top;
}
@media (max-width: 991px)
{
    .wrap-service .service > ul > li
    {
        width: 100%;
    }
}
.wrap-service .service > ul > li:nth-child(2) .item .text:before
{
    content: '\e744';
}
.wrap-service .service .item
{
    position: relative;
}
.wrap-service .service .item .img-box
{
    padding-bottom: 89.58333333%;
}
.wrap-service .service .item .text
{
    position: absolute;
    top: 50%;

    width: 100%;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;

    color: #fff;
}
.wrap-service .service .item .text:before
{
    font-family: 'iconfont' !important;
    font-size: 60px;
    line-height: 120px;

    display: block;

    width: 120px;
    height: 120px;
    margin: 0 auto;

    content: '\e6e8';

    border: 1px solid #fff;
    border-radius: 50%;
}
@media (max-width: 1470px)
{
    .wrap-service .service .item .text:before
    {
        line-height: 100px;

        width: 100px;
        height: 100px;
    }
}
@media (max-width: 767px)
{
    .wrap-service .service .item .text:before
    {
        font-size: 40px;
        line-height: 80px;

        width: 80px;
        height: 80px;
    }
}
.wrap-service .service .item .text h3
{
    font-size: 32px;
    line-height: 1.5625;

    margin: 20px 0 0 0;
}
@media (max-width: 1470px)
{
    .wrap-service .service .item .text h3
    {
        font-size: 26px;
    }
}
@media (max-width: 767px)
{
    .wrap-service .service .item .text h3
    {
        font-size: 20px;
    }
}
.wrap-service .service .item .text h4
{
    font-family: 'ITC Avant Garde Gothic book';
    font-size: 36px;
    line-height: 1.3;

    margin: 0;
}
@media (max-width: 1470px)
{
    .wrap-service .service .item .text h4
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .wrap-service .service .item .text h4
    {
        font-size: 22px;
    }
}
.wrap-environment .slick-environment
{
    margin: 0 -15px;
    margin-top: 40px;
}
.wrap-environment .slick-environment .slick-slide
{
    padding: 0 15px;
}
.wrap-environment .slick-environment .item
{
    display: block;

    -webkit-transition: all .2s;
            transition: all .2s;

    background-color: #f0f0f0;
}
.wrap-environment .slick-environment .item .img-box
{
    padding-bottom: 63.75%;
}
.wrap-environment .slick-environment .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-environment .slick-environment .item p
{
    font-size: 16px;
    line-height: 60px;

    display: -webkit-box;
    overflow: hidden;

    height: 60px;
    margin: 0;

    text-align: center;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px)
{
    .wrap-environment .slick-environment .item p
    {
        font-size: 15px;
        line-height: 50px;

        height: 50px;
    }
}
.wrap-environment .slick-environment .item:hover
{
    background-color: #133077;
}
.wrap-environment .slick-environment .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-environment .slick-environment .item:hover p
{
    color: #fff;
}
.wrap-environment .slick-environment .slick-dots
{
    width: 100%;
    margin: 50px 0 0 0;
    padding: 0;

    text-align: center;
}
@media (max-width: 1199px)
{
    .wrap-environment .slick-environment .slick-dots
    {
        margin-top: 30px;
    }
}
.wrap-environment .slick-environment .slick-dots li
{
    display: inline-block;

    width: 15px;
    height: 15px;
    margin: 0 6px;

    cursor: pointer;
    -webkit-transition: all .4s;
            transition: all .4s;

    border: 3px solid #d2d2d2;
    border-radius: 50%;
    background-color: #fff;
}
.wrap-environment .slick-environment .slick-dots li.slick-active
{
    border-color: #133077;
    background-color: #133077;
}
.wrap-environment .slick-environment .slick-dots li button
{
    display: none;
}
.wrap-customers
{
    background-color: #f9f9f9;
}
.wrap-customers .customers
{
    margin-top: 40px;

   
}

.wrap-customers .customers .item p {
    font-size: 16px;
    line-height: 60px;
    display: -webkit-box;
    overflow: hidden;
    height: 60px;
    margin: 0;
    text-align: center;
    color: #666;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;}

@media (max-width: 767px)
{
    .wrap-customers .customers .item
    {
        margin-top: 20px;
    }
}
.wrap-customers .customers .item .img-box
{
    padding-bottom: 78%;
}
.wrap-network .network
{
    font-size: 0;
}
.wrap-network .network .pic,
.wrap-network .network .text
{
    font-size: 14px;

    display: inline-block;

    vertical-align: middle;
}
.wrap-network .network .pic
{
    width: 58%;
}
@media (max-width: 767px)
{
    .wrap-network .network .pic
    {
        width: 100%;
    }
}
.wrap-network .network .pic img
{
    max-width: 100%;
}
.wrap-network .network .text
{
    width: 42%;
    padding-left: 5%;
}
@media (max-width: 767px)
{
    .wrap-network .network .text
    {
        width: 100%;
        margin-top: 30px;
        padding-left: 0;
    }
}
.wrap-network .network .text .title-network
{
    position: relative;

    border-bottom: 1px solid #d2d2d2;
}
.wrap-network .network .text .title-network h3
{
    font-family: 'ITC Avant Garde Gothic Book';
    font-size: 34px;
    line-height: 1.2;

    margin: 0;

    text-transform: uppercase;

    color: #c5c5c5;
}
@media (max-width: 1350px)
{
    .wrap-network .network .text .title-network h3
    {
        font-size: 30px;
    }
}
@media (max-width: 991px)
{
    .wrap-network .network .text .title-network h3
    {
        font-size: 28px;
    }
}
@media (max-width: 767px)
{
    .wrap-network .network .text .title-network h3
    {
        font-size: 24px;
    }
}
.wrap-network .network .text .title-network h2
{
    font-size: 32px;
    line-height: 1.5;

    display: inline-block;

    margin: 0 0 -2px 0;
    padding-bottom: 10px;

    border-bottom: 3px solid #133077;
}
@media (max-width: 1350px)
{
    .wrap-network .network .text .title-network h2
    {
        font-size: 26px;
    }
}
@media (max-width: 991px)
{
    .wrap-network .network .text .title-network h2
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .wrap-network .network .text .title-network h2
    {
        font-size: 18px;
    }
}
.wrap-network .network .text .note
{
    margin-top: 20px;
}
.wrap-network .network .text .note p
{
    font-size: 18px;
    line-height: 2.22222222;

    margin: 0;

    color: #666;
}
@media (max-width: 991px)
{
    .wrap-network .network .text .note p
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .wrap-network .network .text .note p
    {
        font-size: 14px;
    }
}
.wrap-news .news-top
{
    margin-top: -30px;
}
.wrap-news .news-top .item
{
    display: block;

    margin-top: 30px;
}
.wrap-news .news-top .item .pic
{
    position: relative;
}
.wrap-news .news-top .item .pic .img-box
{
    padding-bottom: 53.33333333%;
}
.wrap-news .news-top .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-news .news-top .item .pic .date
{
    position: absolute;
    z-index: 2;
    top: 10px;
    left: 20px;

    padding: 10px;

    -webkit-transition: all .2s;
            transition: all .2s;
    text-align: center;

    color: #fff;
    background-color: #a0a0a0;
}
.wrap-news .news-top .item .pic .date b
{
    font-family: 'ITC Avant Garde Gothic Book';
    font-size: 36px;
    line-height: 1;
}
@media (max-width: 991px)
{
    .wrap-news .news-top .item .pic .date b
    {
        font-size: 26px;
    }
}
.wrap-news .news-top .item .pic .date span
{
    font-family: 'ITC Avant Garde Gothic Book';
    line-height: 1;

    display: block;

    margin-top: 4px;
}
.wrap-news .news-top .item .note
{
    padding: 14px;
}
.wrap-news .news-top .item .note b
{
    font-size: 22px;
    font-weight: normal;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .wrap-news .news-top .item .note b
    {
        font-size: 18px;
    }
}
.wrap-news .news-top .item .note p
{
    line-height: 28px;

    display: -webkit-box;
    overflow: hidden;

    height: 84px;
    margin: 10px 0 0 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.wrap-news .news-top .item .note span.more
{
    line-height: 24px;

    display: inline-block;

    margin-top: 14px;

    color: #133077;
    border-bottom: 1px solid #133077;
}
.wrap-news .news-top .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-news .news-top .item:hover .date
{
    background-color: #133077;
}
.wrap-news .news-top .item:hover .note b
{
    color: #133077;
}
.wrap-news .news
{
    margin-top: 40px;
}
@media (max-width: 991px)
{
    .wrap-news .news
    {
        margin-top: 20px;
    }
}
.wrap-news .news .item
{
    position: relative;

    display: block;

    margin-top: 50px;
    padding-left: 100px;
}
@media (max-width: 991px)
{
    .wrap-news .news .item
    {
        margin-top: 30px;
    }
}
.wrap-news .news .item .date
{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    width: 80px;
    padding: 14px 10px;

    -webkit-transition: all .2s;
            transition: all .2s;
    text-align: center;

    color: #fff;
    background-color: #a0a0a0;
}
.wrap-news .news .item .date b
{
    font-family: 'ITC Avant Garde Gothic Book';
    font-size: 30px;
    line-height: 1.3;
}
@media (max-width: 991px)
{
    .wrap-news .news .item .date b
    {
        font-size: 26px;
    }
}
.wrap-news .news .item .date span
{
    font-family: 'ITC Avant Garde Gothic Book';
    line-height: 1;

    display: block;

    margin-top: 4px;
}
.wrap-news .news .item .note b
{
    font-size: 20px;
    font-weight: normal;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .wrap-news .news .item .note b
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .wrap-news .news .item .note b
    {
        font-size: 16px;
    }
}
.wrap-news .news .item .note p
{
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    height: 48px;
    margin: 6px 0 0 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.wrap-news .news .item:hover .date
{
    background-color: #133077;
}
.wrap-news .news .item:hover .note b
{
    color: #133077;
}
.wrap-news-show .title-news
{
    text-align: center;
}
.wrap-news-show .title-news:after
{
    display: block;

    width: 90px;
    height: 5px;
    margin: 0 auto;
    margin-top: 40px;

    content: '';

    background-color: #133077;
}
@media (max-width: 991px)
{
    .wrap-news-show .title-news:after
    {
        width: 40px;
        height: 2px;
        margin-top: 20px;
    }
}
.wrap-news-show .title-news h1
{
    font-size: 28px;
    line-height: 1.53846154;

    display: block;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-news-show .title-news h1
    {
        font-size: 20px;
    }
}
.wrap-news-show .news-info
{
    overflow: hidden;

    border-top: 1px solid #dcdcdc;
    border-bottom: 1px dashed #dcdcdc;
}
.wrap-news-show .news-info span.date
{
    font-size: 16px;
    line-height: 60px;

    position: relative;

    display: inline-block;

    color: #666;
}
@media (max-width: 991px)
{
    .wrap-news-show .news-info span.date
    {
        font-size: 14px;
    }
}
.wrap-news-show .news-info span.date:after
{
    position: absolute;
    bottom: 0;
    left: 0;

    display: block;

    width: 90px;
    height: 5px;

    content: '';

    background-color: rgba(19, 48, 119, .5);
}
.wrap-news-show .news-info a.return
{
    font-size: 14px;
    line-height: 60px;

    display: inline-block;
    float: right;

    color: #133077;
}
.wrap-news-show .news-info a.return:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;

    display: inline-block;
    float: left;

    margin-right: 10px;

    content: '\e647';
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg);
}
.wrap-news-show .news-info a.return:hover
{
    text-decoration: underline;
}
.wrap-news-show .news-show
{
    overflow: hidden;

    padding-top: 50px;
}
@media (max-width: 991px)
{
    .wrap-news-show .news-show
    {
        padding-top: 30px;
    }
}
.wrap-news-show .news-show p
{
    font-size: 16px;
    line-height: 2.25;

    margin: 0;
}
@media (max-width: 767px)
{
    .wrap-news-show .news-show p
    {
        font-size: 14px;
        line-height: 2;
    }
}
.wrap-news-show .news-show img
{
    max-width: 100%;
    height: auto !important;
}
.wrap-news-show .news-relate
{
    margin-top: 60px;
    padding-top: 40px;

    border-top: 1px dashed #dcdcdc;
}
.wrap-news-show .news-relate a
{
    font-size: 16px;
    line-height: 54px;

    display: inline-block;
    overflow: hidden;

    height: 54px;
    margin-top: 10px;
    padding: 0 30px;

    -webkit-transition: all .2s;
            transition: all .2s;

    color: #666;
    border: 1px solid #c4c4c4;
    border-radius: 30px;
}
@media (max-width: 991px)
{
    .wrap-news-show .news-relate a
    {
        font-size: 14px;
        line-height: 44px;

        height: 44px;
        padding: 0 14px;
    }
}
.wrap-news-show .news-relate a:hover
{
    color: #e31118;
    border-color: #e31118;
}
.wrap-news-show .news-relate .next
{
    text-align: right;
}
@media (max-width: 991px)
{
    .wrap-news-show .news-relate .next
    {
        text-align: left;
    }
}
.wrap-product .product
{
    margin-top: -50px;
}
@media (max-width: 1470px)
{
    .wrap-product .product
    {
        margin-top: -30px;
    }
}
.wrap-product .product .item
{
    display: block;

    margin-top: 50px;

    -webkit-transition: all .2s;
            transition: all .2s;

    background-color: #f8f8f8;
}
@media (max-width: 1470px)
{
    .wrap-product .product .item
    {
        margin-top: 30px;
    }
}
.wrap-product .product .item .img-box
{
    padding-bottom: 63.63636364%;
}
.wrap-product .product .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-product .product .item .note
{
    padding: 24px;
}
@media (max-width: 1199px)
{
    .wrap-product .product .item .note
    {
        padding: 10px;
    }
}
.wrap-product .product .item .note b
{
    font-size: 22px;
    font-weight: normal;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1199px)
{
    .wrap-product .product .item .note b
    {
        font-size: 18px;
    }
}
@media (max-width: 991px)
{
    .wrap-product .product .item .note b
    {
        font-size: 16px;
    }
}
.wrap-product .product .item .note span.more
{
    line-height: 32px;

    display: inline-block;

    margin-top: 14px;
    padding: 0 18px;

    color: #666;
    border: 1px solid #d1d1d1;
}
@media (max-width: 991px)
{
    .wrap-product .product .item .note span.more
    {
        margin-top: 6px;
    }
}
.wrap-product .product .item:hover
{
    background-color: #133077;
}
.wrap-product .product .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-product .product .item:hover .note
{
    color: #fff;
}
.wrap-product .product .item:hover .note span.more
{
    color: #fff;
}
.wrap-product-show .parameter .title-parameter
{
    padding: 0 10px;

    border-left: 4px solid #535353;
}
.wrap-product-show .parameter .title-parameter h2
{
    font-size: 26px;
    font-weight: bold;
    line-height: 1;

    margin: 0;
}
@media (max-width: 767px)
{
    .wrap-product-show .parameter .title-parameter h2
    {
        font-size: 22px;
    }
}
.wrap-product-show .parameter .text
{
    margin-top: 50px;
}
@media (max-width: 767px)
{
    .wrap-product-show .parameter .text
    {
        margin-top: 30px;
    }
}
.wrap-product-show .parameter .text p
{
    font-size: 16px;
    line-height: 2;

    margin: 0;
}
@media (max-width: 767px)
{
    .wrap-product-show .parameter .text p
    {
        font-size: 14px;
    }
}
.wrap-product-show .parameter .text img
{
    max-width: 100%;
    height: auto !important;
}
.wrap-product-show .parameter .table-box
{
    overflow: auto;

    width: 100%;
    max-width: 100%;
}
.wrap-product-show .parameter table
{
    font-size: 16px;
    line-height: 2;

    width: 100%;
    margin: 0;
    margin-bottom: 30px;
    padding: 0;

    border-spacing: 0;
    border-collapse: collapse;

    text-align: center;

    border: 1px solid #dcdcdc !important;
}
@media (max-width: 991px)
{
    .wrap-product-show .parameter table
    {
        font-size: 14px;
    }
}
@media (max-width: 767px)
{
    .wrap-product-show .parameter table
    {
        font-size: 12px;
        line-height: 20px;
    }
}
.wrap-product-show .parameter table th
{
    font-size: 20px;
    font-weight: normal;
    line-height: 30px;

    padding: 10px;

    text-align: center;

    color: #fff;
    background-color: #133077;
}
@media (max-width: 991px)
{
    .wrap-product-show .parameter table th
    {
        font-size: 14px;
        line-height: 20px;

        padding: 10px 4px;
    }
}
.wrap-product-show .parameter table td,
.wrap-product-show .parameter table th
{
    width: 10%;
}
.wrap-product-show .parameter table td:nth-child(1),
.wrap-product-show .parameter table th:nth-child(1),
.wrap-product-show .parameter table td:nth-child(2),
.wrap-product-show .parameter table th:nth-child(2)
{
    width: 20%;
}
.wrap-product-show .parameter table td:nth-child(6),
.wrap-product-show .parameter table th:nth-child(6)
{
    width: 30%;
}
.wrap-product-show .parameter table tr,
.wrap-product-show .parameter table td
{
    width: auto !important;
    height: auto !important;

    vertical-align: middle;
}
.wrap-product-show .parameter table td
{
    padding: 10px !important;

    color: #666;
    border: 1px solid #dcdcdc !important;
    background-color: #fff;
}
@media (max-width: 991px)
{
    .wrap-product-show .parameter table td
    {
        padding: 4px !important;
    }
}
.wrap-product-show .parameter table td:nth-child(6)
{
    text-align: left;
}
.wrap-product-show .parameter table tr p,
.wrap-product-show .parameter table tr span
{
    margin: 0 !important;
    padding: 0 !important;

    background: none !important;
}
/****chanpinxiangqing****/
.wrap-product-show {
    overflow: hidden;
}
.wrap-product-show .carousel-wrap {
    overflow: hidden;
}
.wrap-product-show .carousel-wrap .carousel {
    font-size: 0;
    position: relative;
    padding-right: 5px;
}
@media (max-width: 1470px) {
    .wrap-product-show .carousel-wrap .carousel {
        padding-right: 8px;
    }
}
@media (max-width: 1350px) {
    .wrap-product-show .carousel-wrap .carousel {
        padding-right: 10px;
    }
}
@media (max-width: 1200px) {
    .wrap-product-show .carousel-wrap .carousel {
        padding-right: 0;
    }
}
.wrap-product-show .carousel-wrap .carousel .img-box {
    padding-bottom: 66.66666667%;
}
.wrap-product-show .carousel-wrap .carousel .slider-for {
    position: relative;
    padding: 14px;
    border: 1px solid #dbdbdb;
}
@media (max-width: 991px) {
    .wrap-product-show .carousel-wrap .carousel .slider-for {
        padding: 4px;
    }
}
.wrap-product-show .carousel-wrap .carousel .slider-for .item {
    position: relative;
}
.wrap-product-show .carousel-wrap .carousel .slider-nav {
     position: relative;
        width: 100%;
    height: 100%;

}
@media (max-width: 1470px) {
    .wrap-product-show .carousel-wrap .carousel .slider-nav {
        width: 128px;
    }
}
@media (max-width: 1350px) {
    .wrap-product-show .carousel-wrap .carousel .slider-nav {
        top: -2px;
        width: 116px;
    }
}
@media (max-width: 1200px) {
    .wrap-product-show .carousel-wrap .carousel .slider-nav {
        position: relative;
        width: 100%;
        margin: 0;
        margin-top: 10px;
        padding: 0 20px;
    }
}
.wrap-product-show .carousel-wrap .carousel .slider-nav .slick-slide {
    padding: 4px;
    outline: none;
}
.wrap-product-show .carousel-wrap .carousel .slider-nav .item {
    position: relative;
    border: 1px solid #e1e1e1; padding:4px;
}
.wrap-product-show .carousel-wrap .carousel .slider-nav .slick-current .item {
    border: 1px solid #102446;
}
.wrap-product-show .carousel-wrap .carousel .slick-arrow
{
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;

    width: 30px;
    height: 100%;
    margin: 0;
    padding: 0;

    cursor: pointer;
    -webkit-transition: all .4s;
            transition: all .4s;
    text-align: left;
    text-align: center;

    border: none;
    outline: none;
    background: none;
}

@media (max-width: 1200px) {
    .wrap-product-show .carousel-wrap .carousel .slick-arrow {
        top: 50%;
        left: 0;
        display: block !important;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}
.wrap-product-show .carousel-wrap .carousel .slick-arrow:before {
    font-family: 'iconfont' !important;
    font-size: 24px;
    font-size: 20px;
    line-height: 30px;
    float: left;
    width: 30px;
    height: 30px;
    content: '<';
    -webkit-transition: all .2s;
    transition: all .2s;
    text-align: center;
    background-color: #eee;
}
@media (max-width: 1199px) {
    .wrap-product-show .carousel-wrap .carousel .slick-arrow:before {
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
}
.wrap-product-show .carousel-wrap .carousel .slick-arrow.slick-next {
 right: 0;
    left: auto;
}
@media (max-width: 1350px) {
    .wrap-product-show .carousel-wrap .carousel .slick-arrow.slick-next {
        bottom: 0;
    }
}
@media (max-width: 1199px) {
    .wrap-product-show .carousel-wrap .carousel .slick-arrow.slick-next {
        top: 50%;
        right: 0;
        bottom: auto;
        left: auto;
    }
}
.wrap-product-show .carousel-wrap .carousel .slick-arrow.slick-next:before {
    content: '>';
}
.wrap-product-show .carousel-wrap .carousel .slick-arrow:hover:before {
    color: #fff;
    background-color: #102446;
}
.wrap-product-show .carousel-wrap .carousel:hover .slick-arrow {
    display: block !important;
}
.wrap-product-show .carousel-wrap .info-box {
    padding-top: 20px;
    padding-left: 20px;
}
@media (max-width: 1470px) {
    .wrap-product-show .carousel-wrap .info-box {
        padding-left: 0;
    }
}
@media (max-width: 1350px) {
    .wrap-product-show .carousel-wrap .info-box {
        padding-top: 0;
    }
}
@media (max-width: 991px) {
    .wrap-product-show .carousel-wrap .info-box {
        margin-top: 30px;
        padding-left: 0;
    }
}
.wrap-product-show .carousel-wrap .info-box h1 {
    font-size: 30px;
    font-weight: bold;
    margin: 0;
}
@media (max-width: 1200px) {
    .wrap-product-show .carousel-wrap .info-box h1 {
        font-size: 20px;
    }
}
.wrap-product-show .carousel-wrap .info-box .text {
    margin-top: 30px;
}
@media (max-width: 1350px) {
    .wrap-product-show .carousel-wrap .info-box .text {
        margin-top: 20px;
    }
}
.wrap-product-show .carousel-wrap .info-box .text p {
    font-size: 14px;
    line-height: 30px;
    margin: 0;
    color: #888;
}
@media (max-width: 1350px) {
    .wrap-product-show .carousel-wrap .info-box .text p {
        line-height: 2;
    }
}
.wrap-product-show .carousel-wrap .info-box .share {
    margin-top: 70px;
}
@media (max-width: 1350px) {
    .wrap-product-show .carousel-wrap .info-box .share {
        margin-top: 30px;
    }
}
.wrap-product-show .carousel-wrap .info-box .share span {
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
}
.wrap-product-show .carousel-wrap .info-box .share .addthis_inline_share_toolbox {
    display: inline-block;
    vertical-align: middle;
}
.wrap-product-show .carousel-wrap .info-box .fun-btn {
    display: inline-block;
    margin-top: 20px;
}
.wrap-product-show .carousel-wrap .info-box .fun-btn a {
    line-height: 50px;
    display: inline-block;
    min-width: 192px;
    height: 50px;
    margin-top: 10px;
    margin-right: 50px;
    padding: 0 18px;
    -webkit-transition: all .2s;
    transition: all .2s;
    text-align: center;
    color: #fff;
    background-color: #102446;
}
@media (max-width: 1470px) {
    .wrap-product-show .carousel-wrap .info-box .fun-btn a {
        margin-right: 30px;
    }
}
@media (max-width: 1200px) {
    .wrap-product-show .carousel-wrap .info-box .fun-btn a {
        margin-right: 10px;
        padding: 0 20px;
    }
}

.wrap-product-show .carousel-wrap .info-box .fun-btn a.addcart {
    background-color: #004098;
}

.wrap-product-show .carousel-wrap .info-box .fun-btn a:hover {
    background-color: #154493;
}
.wrap-product-show .carousel-wrap .info-box .video {
    position: relative;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
}
.wrap-product-show .carousel-wrap .info-box .video img {
    max-width: 100%;
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-product-show .carousel-wrap .info-box .video .video-box {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    text-align: center;
}
.wrap-product-show .carousel-wrap .info-box .video .iframe {
    display: none;
    width: 100% !important;
    height: 100% !important;
}
.wrap-product-show .carousel-wrap .info-box .video p {
    font-size: 14px;
    line-height: 46px;
    margin: 0;
    padding-right: 30px;
}
.wrap-product-show .carousel-wrap .info-box .video .play {
    line-height: 46px;
    display: inline-block;
    float: right;
    margin-left: 10px;
    color: #666;
}
.wrap-product-show .carousel-wrap .info-box .video .play:after {
    font-family: 'iconfont' !important;
    font-size: 24px;
    display: inline-block;
    content: '\e630';
    vertical-align: middle;
}
.wrap-product-show .carousel-wrap .info-box .video .play:hover {
    color: #102446;
}
.wrap-product-show .carousel-wrap .info-box .video:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    opacity: .9;
}
.wrap-product-show .title-product-show b {
    font-size: 24px;
    line-height: 30px;
    display: block;
}
.wrap-product-show .describtion,
.wrap-product-show .parameter,
.wrap-product-show .inquiry {
    padding-top: 60px;
}
.wrap-product-show .describtion .text,
.wrap-product-show .parameter .text {
    margin-top: 28px;
}
.wrap-product-show .describtion .text p,
.wrap-product-show .parameter .text p {
    line-height: 2.14285714;
    margin: 0;
    color: #777;
}
.wrap-product-show .describtion .text img,
.wrap-product-show .parameter .text img {
    max-width: 100%;
}
.wrap-product-show .inquiry .message {
    margin-top: 12px;
}
.wrap-product-show .inquiry .message p {
    line-height: 1.71428571;
    margin: 0;
    color: #666;
}
.wrap-product-show .inquiry input,
.wrap-product-show .inquiry textarea {
    font-size: 14px;
    line-height: 30px;
    width: 100%;
    min-height: 50px;
    margin-top: 16px;
    padding: 10px 20px;
	border:none;
    background: none;
    background-color: #ededed;
}
.wrap-product-show .inquiry input::-webkit-input-placeholder,
.wrap-product-show .inquiry textarea::-webkit-input-placeholder {
    color: #333;
}
.wrap-product-show .inquiry input:-o-placeholder,
.wrap-product-show .inquiry textarea:-o-placeholder {
    color: #333;
}
.wrap-product-show .inquiry input::-moz-placeholder,
.wrap-product-show .inquiry textarea::-moz-placeholder {
    color: #333;
}
.wrap-product-show .inquiry input:-ms-input-placeholder,
.wrap-product-show .inquiry textarea:-ms-input-placeholder {
    color: #333;
}
.wrap-product-show .inquiry input:focus::-webkit-input-placeholder,
.wrap-product-show .inquiry textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5;
}
.wrap-product-show .inquiry input:focus::-o-placeholder,
.wrap-product-show .inquiry textarea:focus::-o-placeholder {
    color: #c5c5c5;
}
.wrap-product-show .inquiry input:focus::-moz-placeholder,
.wrap-product-show .inquiry textarea:focus::-moz-placeholder {
    color: #c5c5c5;
}
.wrap-product-show .inquiry input:focus::-ms-input-placeholder,
.wrap-product-show .inquiry textarea:focus::-ms-input-placeholder {
    color: #c5c5c5;
}
.wrap-product-show .inquiry .read input {
    background-color: #d8d8d8;
}
.wrap-product-show .inquiry .read input::-webkit-input-placeholder,
.wrap-product-show .inquiry .read textarea::-webkit-input-placeholder {
    color: #333;
}
.wrap-product-show .inquiry .read input:-o-placeholder,
.wrap-product-show .inquiry .read textarea:-o-placeholder {
    color: #333;
}
.wrap-product-show .inquiry .read input::-moz-placeholder,
.wrap-product-show .inquiry .read textarea::-moz-placeholder {
    color: #333;
}
.wrap-product-show .inquiry .read input:-ms-input-placeholder,
.wrap-product-show .inquiry .read textarea:-ms-input-placeholder {
    color: #333;
}
.wrap-product-show .inquiry .read input:focus::-webkit-input-placeholder,
.wrap-product-show .inquiry .read textarea:focus::-webkit-input-placeholder {
    color: #333;
}
.wrap-product-show .inquiry .read input:focus::-o-placeholder,
.wrap-product-show .inquiry .read textarea:focus::-o-placeholder {
    color: #333;
}
.wrap-product-show .inquiry .read input:focus::-moz-placeholder,
.wrap-product-show .inquiry .read textarea:focus::-moz-placeholder {
    color: #333;
}
.wrap-product-show .inquiry .read input:focus::-ms-input-placeholder,
.wrap-product-show .inquiry .read textarea:focus::-ms-input-placeholder {
    color: #333;
}
.wrap-product-show .inquiry .submit {
    font-size: 14px;
    font-weight: bold;
    line-height: 46px;
    display: block;
    width: 150px;
    height: 46px;
    margin: 0 auto;
    margin-top: 30px;
    padding: 0 20px;
    -webkit-transition: all .4s;
    transition: all .4s;
    color: #fff;
    border-radius: 0;
    outline: none;
    background-color: #004098;
}
.wrap-product-show .inquiry .submit:hover {
    background-color: #154493;
}
.wrap-product-show .table-box {
    overflow: auto;
    width: 100%;
    max-width: 100%;
}
.wrap-product-show table {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    border-spacing: 0;
    border-collapse: collapse;
}
.wrap-product-show table tr,
.wrap-product-show table td {
    width: auto !important;
    height: auto !important;
    vertical-align: middle;
}
.wrap-product-show table td {
    padding: 8px 20px !important;
    border: 1px solid #fff !important;
    background-color: #dcdcdc;
}
.wrap-product-show table td:first-child {
    background-color: #b5b5b5;
}
.wrap-product-show table tr p,
.wrap-product-show table tr span {
    margin: 0 !important;
    padding: 0 !important;
    background: none !important;
}
/*****/
.wrap-other-product
{
    padding: 60px 0;

    background-color: #f9f9f9;
}
.wrap-other-product .title-other-product
{
    padding: 0 10px;

    border-left: 4px solid #535353;
}
.wrap-other-product .title-other-product h2
{
    font-size: 26px;
    font-weight: bold;
    line-height: 1;

    display: inline-block;

    margin: 0;
}
@media (max-width: 767px)
{
    .wrap-other-product .title-other-product h2
    {
        font-size: 22px;
    }
}
.wrap-other-product .title-other-product a.more
{
    line-height: 20px;

    display: inline-block;
    float: right;

    color: #999;
}
.wrap-other-product .title-other-product a.more:hover
{
    text-decoration: underline;

    color: #133077;
}
.wrap-other-product .product .item
{
    display: block;

    margin-top: 30px;

    text-align: center;
}
@media (max-width: 767px)
{
    .wrap-other-product .product .item
    {
        margin-top: 20px;
    }
}
.wrap-other-product .product .item .img-box
{
    padding-bottom: 63.63636364%;
}
.wrap-other-product .product .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-other-product .product .item p
{
    font-size: 16px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 8px 0 0 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px)
{
    .wrap-other-product .product .item p
    {
        font-size: 14px;
    }
}
.wrap-other-product .product .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-other-product .product .item:hover p
{
    color: #e31118;
}
.wrap-contact .contact
{
    position: relative;
}
.wrap-contact .contact .map
{
    height: 650px;
}
@media (max-width: 767px)
{
    .wrap-contact .contact .map
    {
        height: 300px;
    }
}
.wrap-contact .contact .text
{
    position: absolute;
    z-index: 9;
    right: 0;
    bottom: 0;

    max-width: 560px;
    padding: 30px;

    color: #fff;
    background-color: #133077;
}
@media (max-width: 767px)
{
    .wrap-contact .contact .text
    {
        position: relative;

        padding: 30px 14px;
    }
}
.wrap-contact .contact .text p.tel
{
    font-family: 'ITC Avant Garde Gothic';
    font-size: 36px;
    line-height: 1;
    line-height: 50px; background:url(../images/tel2.png) no-repeat; background-size:50px; padding-left:65px;
    display: block;
    overflow: hidden;

    margin-bottom: 14px;
    padding-bottom: 14px;

    border-bottom: 1px solid rgba(255, 255, 255, .6);
}
@media (max-width: 1350px)
{
    .wrap-contact .contact .text p.tel
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .wrap-contact .contact .text p.tel
    {
        font-size: 24px;
    }
}
.wrap-contact .contact .text p.address
{
    font-size: 16px;
    line-height: 28px;

    position: relative;

    margin: 10px 0 0 0;
    padding-left: 40px;
}
@media (max-width: 767px)
{
    .wrap-contact .contact .text p.address
    {
        font-size: 14px;

        padding-left: 40px;
    }
}
.wrap-contact .contact .text p.address:before
{
    font-family: 'iconfont' !important;
    font-size: 24px;

    position: absolute;
    left: 0;

    content: '';
}
.wrap-contact .contact .text p.address span
{
    position: absolute;
    top: 0;
    left: 0px;
}
.wrap-message
{
    background: url(../images/message_bg.jpg) no-repeat center;
    background-size: cover;
}
.wrap-message .message
{
    font-size: 0;
}
.wrap-message .message .message-left,
.wrap-message .message .message-right
{
    font-size: 14px;

    display: inline-block;

    vertical-align: middle;
}
.wrap-message .message .message-left
{
    width: 35%;

    text-align: center;

    color: #fff;
}
@media (max-width: 767px)
{
    .wrap-message .message .message-left
    {
        width: 100%;
    }
}
.wrap-message .message .message-left .title-message
{
    padding-bottom: 14px;

    border-bottom: 1px solid rgba(255, 255, 255, .5);
}
.wrap-message .message .message-left .title-message:before
{
    font-family: 'iconfont' !important;
    font-size: 100px;
    line-height: 1;

    display: block; background:url(../images/ym.png) center no-repeat;    
	background-size: 95px;
    height: 105px;
    content: '';
}
@media (max-width: 991px)
{
    .wrap-message .message .message-left .title-message:before
    {
        font-size: 60px;
    }
}
.wrap-message .message .message-left .title-message h2
{
    font-size: 28px;
    line-height: 1.2;

    display: block;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-message .message .message-left .title-message h2
    {
        font-size: 22px;
    }
}
.wrap-message .message .message-left .title-message p
{
    font-size: 16px;
    line-height: 24px;

    margin: 18px 0 0 0;
}
@media (max-width: 991px)
{
    .wrap-message .message .message-left .title-message p
    {
        font-size: 14px;
    }
}
.wrap-message .message .message-left .note
{
    margin-top: 20px;
}
.wrap-message .message .message-left .note p
{
    font-size: 16px;
    line-height: 24px;
}
.wrap-message .message .message-left .note b
{
    font-family: 'ITC Avant Garde Gothic book';
    font-size: 40px;
    line-height: 1.2;

    display: block;

    margin-top: 10px;
}
@media (max-width: 991px)
{
    .wrap-message .message .message-left .note b
    {
        font-size: 30px;
    }
}
.wrap-message .message .message-right
{
    width: 65%;
    padding-left: 5%;
}
@media (max-width: 767px)
{
    .wrap-message .message .message-right
    {
        width: 100%;
        margin-top: 30px;
        padding: 0;
    }
}
.wrap-message .message .message-right input,
.wrap-message .message .message-right textarea
{
    font-size: 16px;
    line-height: 30px;

    width: 100%;
    margin-bottom: 20px;
    padding: 10px 0;

    color: #fff;
    border: none;
    border-bottom: 1px solid #fff;
    outline: none;
    background: none;
}
@media (max-width: 767px)
{
    .wrap-message .message .message-right input,
    .wrap-message .message .message-right textarea
    {
        font-size: 14px;
    }
}
.wrap-message .message .message-right input::-webkit-input-placeholder,
.wrap-message .message .message-right textarea::-webkit-input-placeholder
{
    color: #c1c1c1;
}
.wrap-message .message .message-right input:-o-placeholder,
.wrap-message .message .message-right textarea:-o-placeholder
{
    color: #c1c1c1;
}
.wrap-message .message .message-right input::-moz-placeholder,
.wrap-message .message .message-right textarea::-moz-placeholder
{
    color: #c1c1c1;
}
.wrap-message .message .message-right input:-ms-input-placeholder,
.wrap-message .message .message-right textarea:-ms-input-placeholder
{
    color: #c1c1c1;
}
.wrap-message .message .message-right input:focus::-webkit-input-placeholder,
.wrap-message .message .message-right textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.wrap-message .message .message-right input:focus::-o-placeholder,
.wrap-message .message .message-right textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.wrap-message .message .message-right input:focus::-moz-placeholder,
.wrap-message .message .message-right textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.wrap-message .message .message-right input:focus::-ms-input-placeholder,
.wrap-message .message .message-right textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.wrap-message .message .message-right .submit,
.wrap-message .message .message-right .resite
{
    font-size: 18px;
    line-height: 54px;

    width: 100%;
    margin-top: 10px;

    resize: vertical;
    -webkit-transition: all .2s;
            transition: all .2s;
    text-align: center;

    color: #fff;
    border: 1px solid #fff;
    border-radius: 0;
    outline: none;
    background: none;
}
@media (max-width: 991px)
{
    .wrap-message .message .message-right .submit,
    .wrap-message .message .message-right .resite
    {
        font-size: 16px;
        line-height: 44px;
    }
}
.wrap-message .message .message-right .submit:hover,
.wrap-message .message .message-right .resite:hover
{
    border-color: #ac080e;
    background-color: #ac080e;
}
.wrap-message .message .message-right .submit
{
    border-color: #e31118;
    background-color: #e31118;
}
.amap-drags,
.amap-layers
{
    z-index: 9;
}
.wrap-recruit .recruit
{
    padding-top: 50px;
}
@media (max-width: 991px)
{
    .wrap-recruit .recruit
    {
        padding-top: 30px;
    }
}
.wrap-recruit .recruit .title-recruit
{
    text-align: center;
}
.wrap-recruit .recruit .title-recruit b
{
    font-size: 24px;
    line-height: 1;

    display: block;
}
@media (max-width: 991px)
{
    .wrap-recruit .recruit .title-recruit b
    {
        font-size: 24px;
    }
}
.wrap-recruit .recruit .title-recruit p
{
    font-family: 'ITC Avant Garde Gothic';
    font-size: 36px;
    line-height: 1;

    margin: 10px 0 0 0;

    text-transform: uppercase;
}
@media (max-width: 991px)
{
    .wrap-recruit .recruit .title-recruit p
    {
        font-size: 26px;
    }
}
.wrap-recruit .recruit .title-recruit p span
{
    font-weight: bold;
}
.wrap-recruit .list
{
    overflow-x: auto;
}
.wrap-recruit .list > ul
{
    overflow: hidden;
}
.wrap-recruit .list > ul > li
{
    padding: 20px 0;

    border-bottom: 1px solid #e6e6e6;
}
.wrap-recruit .list > ul > li .tlist
{
    display: table;
    overflow: hidden;

    width: 100%;
}
.wrap-recruit .list > ul > li .tlist .titem-left
{
    width: 15%;
    padding: 10px;

    text-align: center;

    border-right: 1px solid #c8c8c8;
}
.wrap-recruit .list > ul > li .tlist .titem-left b
{
    font-size: 24px;
    font-weight: normal;
    line-height: 1.66666667;

    display: block;
}
@media (max-width: 1199px)
{
    .wrap-recruit .list > ul > li .tlist .titem-left b
    {
        font-size: 18px;
    }
}
.wrap-recruit .list > ul > li .tlist .titem-middle
{
    width: 70%;
    padding: 10px 3%;
}
@media (max-width: 1470px)
{
    .wrap-recruit .list > ul > li .tlist .titem-middle
    {
        padding: 10px;
    }
}
.wrap-recruit .list > ul > li .tlist .titem-middle p
{
    font-size: 18px;
    line-height: 2;

    color: #666;
}
@media (max-width: 1470px)
{
    .wrap-recruit .list > ul > li .tlist .titem-middle p
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .wrap-recruit .list > ul > li .tlist .titem-middle p
    {
        font-size: 14px;

        margin: 0;
    }
}
.wrap-recruit .list > ul > li .tlist .titem-middle p span
{
    display: inline-block;

    min-width: 32%;

    vertical-align: top;
}
@media (max-width: 767px)
{
    .wrap-recruit .list > ul > li .tlist .titem-middle p span
    {
        display: block;

        margin-right: 0;
    }
}
.wrap-recruit .list > ul > li .tlist .titem-right
{
    width: 15%;
    padding: 10px;
}
.wrap-recruit .list > ul > li .tlist .titem-right a.more
{
    font-size: 16px;
    line-height: 44px;

    display: inline-block;

    height: 44px;
    margin-top: 20px;
    padding: 0 40px;

    color: #fff;
    border-radius: 4px;
    background-color: #133077;
}
@media (max-width: 1199px)
{
    .wrap-recruit .list > ul > li .tlist .titem-right a.more
    {
        font-size: 12px;
        line-height: 24px;

        height: auto;
        margin-top: 0;
        padding: 10px;
    }
}
.wrap-recruit .list > ul > li .tlist .titem-right a.more:before
{
    display: inline-block;

    content: '查看详情 +';
    vertical-align: middle;
    word-break: break-all;
}
.wrap-recruit .list > ul > li .tlist .titem-left,
.wrap-recruit .list > ul > li .tlist .titem-middle,
.wrap-recruit .list > ul > li .tlist .titem-right
{
    display: table-cell;

    vertical-align: top;
}
.wrap-recruit .list > ul > li.current .titem-right a.more
{
    color: #333;
    background-color: #dcdcdc;
}
.wrap-recruit .list > ul > li.current .titem-right a.more:before
{
    content: '关闭详情 -';
}
.wrap-recruit .list > ul > li .note
{
    display: none;

    padding: 30px 30px;

    border-top: 1px solid #e6e6e6;
}
@media (max-width: 991px)
{
    .wrap-recruit .list > ul > li .note
    {
        padding: 30px 0;
    }
}
.wrap-recruit .list > ul > li .note h3
{
    font-size: 22px;
    line-height: 1.63636364;
}
@media (max-width: 991px)
{
    .wrap-recruit .list > ul > li .note h3
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .wrap-recruit .list > ul > li .note h3
    {
        font-size: 16px;
    }
}
.wrap-recruit .list > ul > li .note p
{
    font-size: 16px;
    line-height: 2;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-recruit .list > ul > li .note p
    {
        font-size: 15px;
    }
}
@media (max-width: 767px)
{
    .wrap-recruit .list > ul > li .note p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.wrap-recruit .list > ul > li .note a.apply
{
    font-size: 16px;
    line-height: 44px;

    display: inline-block;

    height: 44px;
    margin-top: 40px;
    padding: 0 44px;

    -webkit-transition: all .2s;
            transition: all .2s;

    color: #fff;
    border-radius: 4px;
    background-color: #e31118;
}
.wrap-recruit .list > ul > li .note a.apply:hover
{
    background-color: #a70006;
}
.wrap-recruit .message
{
    position: fixed;
    z-index: 11;
    top: 5%;
    left: 0;

    display: none;
    overflow: hidden;
    overflow-y: auto;

    width: 100%;
    max-height: 90%;
    padding: 20px 0;
}
@media (max-width: 991px)
{
    .wrap-recruit .message
    {
        padding: 20px;
    }
}
.wrap-recruit .message .messageinfo
{
    position: relative;

    max-width: 1400px;
    height: 100%;
    margin: 0 auto;
    padding: 0 10% 30px 10%;

    background-color: #fff;
}
@media (max-width: 991px)
{
    .wrap-recruit .message .messageinfo
    {
        padding: 0 15px 15px 15px;
    }
}
.wrap-recruit .message form
{
    overflow: hidden;
}
.wrap-recruit .message .col-xs-12
{
    margin-top: 6px;
}
.wrap-recruit .message form
{
    margin-top: 30px;
}
.wrap-recruit .message .title-message
{
    padding: 20px 0;

    border-bottom: 1px solid #ddd;
}
.wrap-recruit .message .title-message h3
{
    font-size: 20px;
    line-height: 2;

    display: block;

    margin: 0;

    text-align: center;
}
@media (max-width: 991px)
{
    .wrap-recruit .message .title-message h3
    {
        font-size: 18px;
    }
}
.wrap-recruit .message .title-message .m-close
{
    position: absolute;
    top: -20px;
    right: -20px;

    float: right;

    width: 42px;
    height: 42px;

    cursor: pointer;
    -webkit-transition: all .4s;
            transition: all .4s;
    text-align: center;

    color: #666;
    border-radius: 50%;
    background-color: #fff;
}
.wrap-recruit .message .title-message .m-close:after
{
    font-family: 'iconfont' !important;
    font-size: 30px;
    line-height: 42px;

    display: block;

    content: '\e628';
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}
.wrap-recruit .message .title-message .m-close:hover
{
    color: #fff;
    background-color: #133077;
}
.wrap-recruit .message .item
{
    position: relative;

    overflow: hidden;

    min-height: 50px;
    padding-left: 120px;
}
@media (max-width: 991px)
{
    .wrap-recruit .message .item
    {
        padding-left: 90px;
    }
}
.wrap-recruit .message p
{
    font-size: 16px;
    line-height: 48px;

    position: absolute;
    top: 0;
    left: 0;

    width: 110px;
    margin: 0;

    text-align: right;
}
@media (max-width: 991px)
{
    .wrap-recruit .message p
    {
        font-size: 14px;

        width: 70px;
    }
}
.wrap-recruit .message input,
.wrap-recruit .message textarea,
.wrap-recruit .message select
{
    font-size: 14px;
    line-height: 28px;

    width: 100%;
    max-width: 250px;
    min-height: 38px;
    padding: 5px 10px;

    border: 1px solid #dcdcdc;
    border-radius: 6px;
    outline: none;
    background: #fff;
}
.wrap-recruit .message .radio
{
    font-size: 18px;
    line-height: 30px;

    display: inline-block;

    margin-top: 10px;

    cursor: pointer;
    vertical-align: middle;
}
@media (max-width: 767px)
{
    .wrap-recruit .message .radio
    {
        font-size: 15px;
    }
}
.wrap-recruit .message .radio input[type='radio']
{
    position: absolute;

    opacity: 0;
}
.wrap-recruit .message .radio input[type='radio'] + .radio-label:before
{
    position: relative;
    top: 6px;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin-right: 1em;

    content: '';
    cursor: pointer;
    -webkit-transition: all 250ms ease;
            transition: all 250ms ease;
    text-align: center;
    vertical-align: top;

    border: 1px solid #b4b4b4;
    border-radius: 100%;
    background: #f4f4f4;
}
.wrap-recruit .message .radio input[type='radio']:checked + .radio-label:before
{
    background-color: #133077;
    box-shadow: inset 0 0 0 4px #f4f4f4;
}
.wrap-recruit .message .radio input[type='radio']:focus + .radio-label:before
{
    border-color: #3197ee;
    outline: none;
}
.wrap-recruit .message .radio input[type='radio'] + .radio-label:empty:before
{
    margin-right: 0;
}
.wrap-recruit .message .item-1
{
    padding-left: 0;

    text-align: center;
}
.wrap-recruit .message .btn
{
    font-size: 18px;
    line-height: 40px;

    display: inline-block;

    height: 40px;
    margin-top: 20px;
    padding: 0 40px;

    cursor: pointer;
    -webkit-transition: all .4s;
            transition: all .4s;

    color: #fff;
    border-radius: 6px;
    outline: none;
    background-color: #133077;
}
@media (max-width: 1560px)
{
    .wrap-recruit .message .btn
    {
        font-size: 16px;
    }
}
.wrap-recruit .message .btn.reset
{
    margin-right: 100px;

    color: #333;
    background-color: #cecece;
}
@media (max-width: 991px)
{
    .wrap-recruit .message .btn.reset
    {
        margin-right: 20px;
    }
}
.wrap-recruit .message .btn:hover
{
    background-color: #062164;
}
.maskbg
{
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;

    display: none;

    width: 100%;
    height: 100%;

    background: rgba(0, 0, 0, .7);
}
.page
{
    padding-top: 70px;

    text-align: center;
}
@media (max-width: 991px)
{
    .page
    {
        padding-top: 40px;
    }
}
.page a
{
    font-size: 16px;
    line-height: 30px;

    display: inline-block;

    padding: 0 14px;

    color: #999;
}
@media (max-width: 991px)
{
    .page a
    {
        font-size: 14px;

        padding: 0 4px;
    }
}
.page a:hover,
.page a.active
{
    color: #e31118;
}
.lazy
{
    background-image: url(../js/slick/ajax-loader.gif);
    background-repeat: no-repeat;
    background-position: center;
}
.zoomDiv
{
    z-index: 8;

    display: none;
    overflow: hidden;

    text-align: center;

    border: 1px solid #ccc;
    background: #fff;
}
@media (min-width: 768px)
{
    .zoomDiv
    {
        position: absolute;
    }
}
.zoomMask
{
    position: absolute;
    z-index: 1;

    cursor: move;

    background: url('../images/mask.png') repeat scroll 0 0 transparent;
}
@media (max-width: 767px)
{
    .zoomMask
    {
        display: none;
    }
}
.fancybox-slide--iframe .fancybox-content
{
    width: 733px;
    max-width: 80%;
    height: 500px;
    max-height: 50%;
    margin: 0;
}
#google_translate_element
{
    float: right;

    margin-top: 48px;
    margin-left: 30px;
}
@media (max-width: 1199px)
{
    #google_translate_element
    {
        display: none;
    }
}
a
{
    color: inherit;
}
a:hover
{
    color: inherit;
}


.app{
	float: left;
	width: 100%;
	padding: 28px 0 164px 0;
}
.app ul li{
	float: left;
	width: 100%;
	margin-top: 80px;
	padding: 72px 50px 72px 86px;
	border-radius: 60px;
	border: 1px dashed #c8c7c7;
}
.app ul li:first-child{
	margin-top: 0;
}
.app ul li .app-t span{
	display: inline-block;
	font-size: 28px;
	padding-bottom: 18px;
	border-bottom: 1px solid #d5d5d5;
}
.app ul li .app-bot{
	margin-top: 38px;
}
.app ul li .app-bot .app-pic{
	float: left;
	width: 34.3%;
	overflow: hidden;
	border-radius: 12px;
}
.app ul li .app-bot .app-pic .img-box{
	padding-bottom: 108.5152838427948%;
}
.app ul li .app-bot .app-pic .img-box img{
	-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;
}
.app ul li:hover .app-bot .app-pic .img-box img{
	-webkit-transform: scale(1.1);
	-mos-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.app ul li .app-bot .app-p{
	float: right;
	width: 60.3%;
}	
.app ul li .app-bot .app-p .app-pt{
	font-size: 18px;
	line-height: 2;
	color: #666;
}
.app ul li .app-bot .app-p .app-pt p{
	margin-bottom: 0;
}
.app ul li .app-bot .app-p .app-pp{
	font-size: 16px;
	margin-top: 36px;
	line-height: 2;
	color: #999;
}
.app ul li .app-bot .app-p .app-pp p{
	margin-top: 15px;
	padding-left: 30px;
	margin-bottom: 0;
	position: relative;
}
.app ul li .app-bot .app-p .app-pp p span{
	position: absolute;
	left: 0;
	top: 0;
}
@media (max-width: 1440px){
	.app{
		padding: 28px 0 104px 0;
	}
	.app ul li {
		margin-top: 60px;
		padding: 60px 40px 60px 68px;
		border-radius: 40px;
	}
	.app ul li .app-t span {
		font-size: 24px;
		padding-bottom: 16px;
	}
	.app ul li .app-bot .app-p .app-pp{
		margin-top: 28px;
	}
	.app ul li .app-bot .app-p .app-pp p {
	  margin-top: 10px;
	}
}
@media (max-width: 1199px){
	.app{
		padding: 20px 0 64px 0;
	}
	.app ul li {
		margin-top: 40px;
		padding: 40px 30px 40px 48px;
		border-radius: 24px;
	}
	.app ul li .app-t span {
		font-size: 22px;
		padding-bottom: 14px;
	}
	.app ul li .app-bot {
	  margin-top: 30px;
	}
	.app ul li .app-bot .app-p .app-pt{
		font-size: 16px;
		line-height: 1.8;
	}
	.app ul li .app-bot .app-p .app-pp {
	  margin-top: 20px;
		font-size: 14px;
		line-height: 1.8;
	}
	.app ul li .app-bot .app-p .app-pp p {
		margin-top: 8px;
		padding-left: 24px;
	}
}
@media (max-width: 991px){
	.app ul li .app-bot .app-pic,
	.app ul li .app-bot .app-p{
		width: 100%;
	}
	.app ul li .app-bot .app-p{
		margin-top: 30px;
	}
	.app ul li {
	  padding: 30px 5% 30px 5%;
	}
}
@media (max-width: 767px){
	.app {
	  padding: 0px 0 0px 0;
	}
	.app ul li{
		margin-top: 20px;
	}
	.app ul li .app-t span {
		font-size: 20px;
		padding-bottom: 12px;
	}
	.app ul li {
	  padding: 20px 5% 20px 5%;
		border-radius: 20px;
	}
	.app ul li .app-bot {
	  margin-top: 20px;
	}
	.app ul li .app-bot .app-p {
	  margin-top: 20px;
	}
}


/*面包屑*/
.add{
	font-family: 'AvantGardeITCbyBT-Book';
	position: absolute;
	right: 0;
	top: 0;
	line-height: 60px;
	color: #c3c2c2;
	padding-left: 34px;
	background: url(../images/link-ico.png) left center no-repeat;
}
.add a{
	font-size: 14px;
	margin: 0 4px;
	color: #c3c2c2;
}
.add a:hover,
.add a.active{
	color: #e31118;
}
@media (max-width: 1680px){
	.add{
		right: 3%;
	}
}

@media (max-width: 1199px){
	.add{
		display: none;
	}
}

.wrap-product .proLeft{
	float: left;
	width: 19.1%;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	overflow: hidden;
	line-height: 58px;
	line-height: 64px;
}
.wrap-product .proLeft .proL-t{
	font-size: 28px;
	padding-left: 20px;
	letter-spacing: 0px;
	background: #0b2052;
	color: #fff;
}
.wrap-product .proLeft .proL-list,
.wrap-product .proLeft .proL-list > ul{
	float: left;
	width: 100%;
}
.wrap-product .proLeft .proL-list > ul > li{
	float: left;
	width: 100%;
	border-top: 1px solid #fff;
}
.wrap-product .proLeft .proL-list > ul > li > a{
	display: block;
	float: left;
	width: 100%;
	font-size: 18px;
	padding-left: 20px;
	letter-spacing: -1px;
	color: #999;
	-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;
	background: #f8f8f8;
	position: relative;
}
.wrap-product .proLeft .proL-list > ul > li.active > a,
.wrap-product .proLeft .proL-list > ul > li > a:hover{
	background: #133077;
	color: #fff;
}



.wrap-product .proLeft .proL-list > ul > li:nth-child(1) > a::after,
.wrap-product .proLeft .proL-list > ul > li:nth-child(1) > a::before,
.wrap-product .proLeft .proL-list > ul > li:nth-child(3) > a::after,
.wrap-product .proLeft .proL-list > ul > li:nth-child(3) > a::before
{
	display: none;
}


.wrap-product .proLeft .proL-list > ul > li.active > a::after,
.wrap-product .proLeft .proL-list > ul > li > a:hover::after{
	background: #fff;
}

.wrap-product .proLeft .proL-list > ul > li.active > a::before,
.wrap-product .proLeft .proL-list > ul > li > a:hover::before{
	background: #fff;
}



.wrap-product .product{
	float: right;
	width: 76.9%;
}
@media (max-width: 1440px){
	.wrap-product .proLeft{
		line-height: 59px;
	}
	.wrap-product .proLeft .proL-t{
		font-size: 24px;
		letter-spacing: 0px;
	}
	.wrap-product .proLeft .proL-list > ul > li > a{
		font-size: 16px;
		letter-spacing: 0px;
	}
}
@media (max-width: 1199px){
	.wrap-product .proLeft{
		margin-bottom: 5px;
	}
	.wrap-product .proLeft,
	.wrap-product .product{	
		width: 100%;
	}
}
@media (max-width: 767px){
	.wrap-product .proLeft .proL-list > ul > li > a{
		font-size: 14px;
	}
	.wrap-product .proLeft .proL-list > ul > li{
		float: left;
		width: 49%;
		margin: 2px 2% 2px 0;
	}
	.wrap-product .proLeft .proL-list > ul > li:nth-child(2n){
		margin-right: 0;
	}
	.wrap-product .proLeft{
		line-height: 42px;
	}
	.wrap-product .proLeft .proL-t {
	  font-size: 18px;
	}
	.wrap-product .proLeft .proL-list > ul > li > a{
		font-size: 14px;
	}
	.wrap-product .proLeft .proL-list > ul > li > a::after{
		top: 15px;
		right: 15px;
		width: 2px;
		height: 12px;
	}
	.wrap-product .proLeft .proL-list > ul > li > a::before{
		top: 20px;
		right: 10px;
		width: 12px;
		height: 2px;
	}
}

.proL-ul2{
	display: none;
}
.wrap-product .proLeft .proL-list > ul > li.active .proL-ul2{
	display: block;
}
.proL-ul2,
.proL-ul2 ul{
	float: left;
	width: 100%;
}
.proL-ul2 ul li{
	float: left;
	width: 100%;
	border-top: 1px solid #fff;
}
.proL-ul2 ul li a{
	display: block;
	width: 100%;
	float: left;
	background: #f1f1f1;
	color: #999;
	line-height: 60px;
	font-size: 14px;
	padding-left: 22px;
	-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;
}
.wrap-product .proLeft .proL-list > ul > li.active .proL-ul2 ul li.active a,
.proL-ul2 ul li a:hover{
	background: #133077;
	color: #fff;
}
@media (max-width: 767px){
	.proL-ul2 ul li a{
		font-size: 12px;
		line-height: 36px;
	}
}