/**

 * style.less

 * 层叠样式表

 */

.ff {
    font-family: "iconfont" !important;
}

@font-face {
    font-family: "DIN";
    font-weight: bold;
    font-style: normal;
    src: url("../fonts/DIN-Bold.eot");
    src: local("DIN-Bold"), url("DIN-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/DIN-Bold.woff2") format("woff2"), url("DIN-Bold.woff") format("woff"), url("../fonts/DIN-Bold.ttf") format("truetype"), url("../fonts/DIN-Bold.svg#DIN-Bold") 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: "Bebas Neue";
    font-weight: normal;
    font-style: normal;
    src: url("../fonts/BebasNeue-Regular.eot");
    src: local("Bebas Neue Regular"), local("BebasNeue-Regular"), url("../fonts/BebasNeue-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/BebasNeue-Regular.woff2") format("woff2"), url("../fonts/BebasNeue-Regular.woff") format("woff"), url("../fonts/BebasNeue-Regular.ttf") format("truetype"), url("../fonts/BebasNeue-Regular.svg#BebasNeue-Regular") 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: "PingFang SC", "Microsoft YaHei", "WenQuanYi Micro Hei", "Heiti 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%;
}

.container {
    width: 100%;
    padding: 0 5%;
}

@media (max-width: 1199px) {
    .container {
        padding: 0 15px;
    }
}

@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,
a:focus {
    text-decoration: none;
    color: inherit;
}

.img-size {
    position: relative;
    display: block;
    overflow: hidden;
    height: 0;
    padding-bottom: 100%;
}

.img-size img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
}

.img-size img[src=""],
.img-size img:not([src]) {
    opacity: 0;
    border: 0;
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    list-style: none;
}

.mt30 {
    margin-top: 30px;
}

.mt60 {
    margin-top: 60px;
}

@media (max-width: 991px) {
    .mt60 {
        margin-top: 30px;
    }
}

.fsize0 {
    font-size: 0;
}

.w50 {
    font-size: 14px;
    position: relative;
    display: inline-block;
    width: 50%;
    vertical-align: middle;
}

@media (max-width: 767px) {
    .w50 {
        width: 100%;
    }
}

.common-txt {
    margin-top: 30px;
}

@media (max-width: 767px) {
    .common-txt {
        margin-top: 20px;
    }
}

.common-txt p {
    font-size: 17px;
    font-weight: 300;
    line-height: 2;
    margin: 0;
    color: #666;
}

@media (max-width: 991px) {
    .common-txt p {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .common-txt p {
        font-size: 14px;
    }
}

.header {
    position: fixed;
    z-index: 10;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    padding: 0 4%;
    -webkit-transition: background 0.4s;
    transition: background 0.4s;
    text-align: right;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

@media (max-width: 1470px) {
    .header {
        padding: 0 15px;
    }
}

@media (max-width: 1199px) {
    .header {
        top: 0;
        left: 0;
        width: 100%;
        height: 60px;
        padding-right: 0;
    }
}

.header .logo {
    position: relative;
    display: inline-block;
    float: left;
    height: 70px;
    margin-top: 15px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    vertical-align: middle;
}

@media (max-width: 1199px) {
    .header .logo {
        height: 50px;
        margin-top: 5px;
    }
}

.header .logo a {
    display: block;
    height: 100%;
}

.header .logo img {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.header .logo .logo2 {
    display: none;
}

.header .tel {
    display: inline-block;
    float: right;
    margin-left: 60px;
    padding: 22px 0 23px 2%;
    text-align: left;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
}

@media (max-width: 1470px) {
    .header .tel {
        margin-left: 30px;
        padding: 15px 0 15px 15px;
    }
}

@media (max-width: 1350px) {
    .header .tel {
        margin: 0;
	    padding: 15px 0 15px 12px;
    }
}

@media (max-width: 1199px) {
    .header .tel { display:none;
        padding: 5px 10px;
        border-right: 1px solid rgba(255, 255, 255, 0.3);
    }
}

.header .tel p {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    color: rgba(255, 255, 255, 0.3);
}

@media (max-width: 1199px) {
    .header .tel p {
        font-size: 14px;
        line-height: 20px;
    }
}

.header .tel h3 {
    font-family: "DIN";
    font-size: 25px;

    margin: 0;
}

@media (max-width: 1470px) {
    .header .tel h3 {
        font-size: 24px;
    }
}

@media (max-width: 1199px) {
    .header .tel h3 {
        font-size: 22px;
        line-height: 22px;
    }
}

.header .menu {
    line-height: 60px;
    display: inline-block;
    float: right;
    padding: 0 10px;
    cursor: pointer;
}

.header .menu .icon {
    font-size: 30px;
}

.header .nav {
    display: inline-block;
    vertical-align: top;
}






@media (min-width: 1200px) {
    .header .nav ul.menu-level1>li {
        position: relative;
        display: inline-block;
        vertical-align: top;
        padding-right: 7px;
    }
    .header .nav ul.menu-level1>li:after {
        font-size: 20px;
        font-weight: 300;
        display: inline-block;
        content: "";
        vertical-align: middle;
        position: absolute;
        line-height: 100px;
        right: 0;
        top: 0;
        width: 10px;
        text-align: center;
    }
    .header .nav ul.menu-level1>li:last-child:after {
        display: none;
    }
    .header .nav ul.menu-level1>li>a {
        font-size: 18px;
        line-height: 100px;
        position: relative;
        display: inline-block;
        padding: 0 11px;
        -webkit-transition: all 0.6s;
        transition: all 0.6s;
        vertical-align: middle;
    }
    .header .nav ul.menu-level1>li>a:after {
        position: absolute;
        bottom: 0;
        left: -1px;
        display: block;
        width: 0;
        height: 3px;
        content: "";
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
        /* -webkit-transform: translateX(-50%);

            -ms-transform: translateX(-50%);

                transform: translateX(-50%); */
        background-color: #ffc525;
    }
    .header .nav ul.menu-level1>li.active>a,
    .header .nav ul.menu-level1>li:hover>a {
        color: #ffc525;
    }
    .header .nav ul.menu-level1>li.active>a:after,
    .header .nav ul.menu-level1>li:hover>a:after {
        width: 100%;
    }
    .header .nav ul.menu-level2 {
        position: absolute;
        top: 100%;
        left: -1px;
        display: none;
        width: calc(100% - 10px);
        text-align: center;
        background-color: rgba(237, 236, 236, 0.9);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }
    .header .nav ul.menu-level2>li>a {
        font-size: 14px;
        line-height: 30px;
        display: block;
        padding: 5px 10px;
        white-space: nowrap;
        color: #333;
    }
	  .header .nav ul.menu-level2>li:hover{ background:#ffc525;}
    .header .nav ul.menu-level2>li>a:hover {
        color: #000;
    }
}


@media (min-width: 1430px) {
   .header .nav ul.menu-level1>li {
        position: relative;
        display: inline-block;
        vertical-align: top;
        padding-right: 10px;
    }
	
	 .header .nav ul.menu-level1>li>a {
        font-size: 18px;
        line-height: 100px;
        position: relative;
        display: inline-block;
        padding: 0 15px;
        -webkit-transition: all 0.6s;
        transition: all 0.6s;
        vertical-align: middle;
    }
	
	
}




@media (min-width: 1200px) and (max-width: 1199px) {
    .header .nav ul.menu-level2 {
        display: block;
    }
}

@media (max-width: 1199px) {
    .header .nav {
        position: fixed;
        z-index: 9;
        top: 0;
        right: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 100%;
        padding: 0 30px;
        -webkit-transition: all 0.6s;
        transition: all 0.6s;
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
        text-align: left;
        color: #333;
        background-color: #fff;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .header .nav .close-menu {
        position: absolute;
        top: 15px;
        right: 15px;
        cursor: pointer;
    }
    .header .nav .close-menu .icon {
        font-size: 20px;
    }
    .header .nav .logo-nav {
        position: absolute;
        top: 15px;
        left: 15px;
        height: 60px;
    }
    .header .nav .logo-nav a {
        height: 100%;
    }
    .header .nav .logo-nav a img {
        height: 100%;
    }
    .header .nav .logo-nav p {
        line-height: 30px;
        display: block;
        margin-top: 10px;
        padding: 0 10px;
        color:#005198;
        border: 1px dashed#005198;
        border-radius: 30px;
    }
    .header .nav ul.menu-level1 {
        text-align: center;
    }
    .header .nav ul.menu-level1>li {
        margin: 0;
    }
    .header .nav ul.menu-level1>li>a {
        font-size: 18px;
        line-height: 3;
        display: block;
        letter-spacing: 10px;
    }
    .header .nav ul.menu-level2 {
        font-size: 0;
        margin: 0 -10px;
        padding: 10px 0;
    }
    .header .nav ul.menu-level2>li {
       
        padding: 4px 10px;
        vertical-align: top;
    }
    .header .nav ul.menu-level2>li a {
        font-size: 16px;
        display: block;
        text-align: center;
    }
}

@media (max-width: 1199px) and (max-width: 1199px) {
    .header .nav ul.menu-level2 {
        display: block;
    }
}

@media (max-width: 1199px) and (max-width: 991px) {
    .header .nav ul.menu-level2 {
        padding: 5px 0;
    }
}

@media (max-width: 1199px) and (max-width: 991px) {
    .header .nav ul.menu-level2>li a {
        font-size: 14px;
        line-height: 24px;
        color: #666;
    }
}

.header .tel-xs {
    position: absolute;
    z-index: 2;
    bottom: 10px;
    left: 0;
    width: 100%;
    text-align: center;
}

.header .tel-xs h3 {
    font-family: "ITC Avant Garde Gothic Book";
    font-size: 18px;
    line-height: 1;
    margin: 0;
    color: #ce000c;
}

.header .tel-xs h3:before {
    
    font-size: 50px;
    display: inline-block;
    margin-right: 8px;
 
    vertical-align: middle;
}
.header .tel-xs h3 img{ width:45px;}

.header .open-search {
    font-size: 14px;
    position: fixed;
    z-index: 2;
    top: 90px;
    left: 0;
    display: none;
    width: 100%;
    padding: 14px 0;
    background-color:#005198;
    box-shadow: 0 10px 10px rgba(0, 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;
    color: #333;
    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;
    color: #999;
    background: none;
}

.header .open-search form .submit:before {
    font-family: "iconfont";
    font-size: 20px;
    content: "\e660";
}

.header .open-search form .submit:hover {
    color: #999;
}

.header .open-search .search-close {
    line-height: 30px;
    float: right;
    width: 60px;
    cursor: pointer;
    text-align: right;
    color: #fff;
}

.header .open-search .search-close:hover {
    color: rgba(255, 255, 255, 0.8);
}

.header .back-btn {
    position: absolute;
    left: 15px;
}

.header.top-header,
.header.header-in {
    color: #333;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.header.top-header .logo .logo1,
.header.header-in .logo .logo1 {
    display: none;
}

.header.top-header .logo .logo2,
.header.header-in .logo .logo2 {
    display: block;
}

.header.top-header .tel,
.header.header-in .tel {
    color: #e60909;
    border-left: 1px solid #dcdcdc;
}

.header.top-header .tel p,
.header.header-in .tel p {
    color: #e60909;
}

.open-nav .header {
    z-index: 1000;
}

.open-nav .nav {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.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, 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 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.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 0.3s;
    transition: right 0.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 0.4s;
    transition: all 0.4s;
    text-align: center;
    border-radius: 10px;
    background-color: rgba(0, 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: 0.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 0.3s;
    transition: left 0.3s;
    white-space: nowrap;
}

.online-wrap .online .icon-phone .phone-num p {
    margin: 0;
    padding: 0 10px;
    color: #fff;
    background-color: #09890a;
    box-shadow: 0 0 6px 0 rgba(0, 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:#005198;
}

.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:#005198;
    box-shadow: 0 -2px 14px 1px rgba(0, 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, 0.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%;
}

.banner .itempack {
    position: relative;
}

.banner .banner-scroll {
    overflow: hidden;
}

@media (max-width: 767px) {
    .banner .banner-scroll {
        width: 160%;
        max-width: 160%;
        margin-left: -30%;
    }
}

.banner .slick-dots {
    position: absolute;
    z-index: 6;
    bottom: 50px;
    display: block;
    width: 100%;
    text-align: center;
}

@media (max-width: 1199px) {
    .banner .slick-dots {
        bottom: 10px;
    }
}

.banner .slick-dots li {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin: 0 10px;
    cursor: pointer;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    background-color: #fff;
}

@media (max-width: 1199px) {
    .banner .slick-dots li {
        width: 30px;
        height: 3px;
    }
}

.banner .slick-dots li.slick-active {
    background-color:#005198;
}

.banner .slick-dots li button {
    display: none;
}

.banner .slick-arrow {
    line-height: 60px;
    position: absolute;
    z-index: 9;
    z-index: 8;
    top: 50%;
    left: 2%;
    overflow: hidden;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    color: #fff;
    border: none;
    outline: none;
    background: none;
}

@media (max-width: 767px) {
    .banner .slick-arrow {
        left: 8%;
    }
}

.banner .slick-arrow:before {
    font-family: "iconfont" !important;
    font-size: 50px;
    content: "\e601";
    text-shadow: 0 0 4px #333;
}

@media (max-width: 991px) {
    .banner .slick-arrow:before {
        font-size: 30px;
    }
}

.banner .slick-arrow.slick-next {
    right: 2%;
    left: auto;
}

@media (max-width: 767px) {
    .banner .slick-arrow.slick-next {
        right: 10%;
    }
}

.banner .slick-arrow.slick-next:before {
    right: 0;
    left: auto;
    content: "\e827";
}

.banner img {
    display: block;
    width: 100%;
}

.banner .txt {
    position: absolute;
    top: 50%;
    width: 100%;
    padding: 0 3%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}

@media (max-width: 767px) {
    .banner .txt {
        padding: 0 20%;
    }
}

.banner .txt img {
    display: inline-block;
    width: auto;
    max-width: 50%;
}

.banner .txt h3 {
    font-family: Impact;
    font-size: 54px;
    text-transform: capitalize;
    color: rgba(255, 255, 255, 0.6);
}

@media (max-width: 1470px) {
    .banner .txt h3 {
        font-size: 40px;
    }
}

@media (max-width: 1199px) {
    .banner .txt h3 {
        font-size: 30px;
    }
}

@media (max-width: 991px) {
    .banner .txt h3 {
        font-size: 18px;
        margin: 0;
    }
}

.banner .slick-current .txt h2 {
    -webkit-animation: fadeInDown 1s 0s ease both;
    animation: fadeInDown 1s 0s ease both;
}

.banner .slick-current .txt h3 {
    -webkit-animation: fadeInUp 1s 0s ease both;
    animation: fadeInUp 1s 0s ease both;
}

.banner .slick-dots {
    bottom: 0;
}

.banner .slick-dots li {
    width: 2px;
    height: 60px;
    margin: 0 20px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    background-color: rgba(255, 255, 255, 0.3);
}

@media (max-width: 1199px) {
    .banner .slick-dots li {
        height: 80px;
    }
}

@media (max-width: 991px) {
    .banner .slick-dots li {
        height: 40px;
    }
}

@media (max-width: 767px) {
    .banner .slick-dots li {
        height: 30px;
        margin: 0 20px;
    }
}

.banner .slick-dots li:before {
    display: block;
    width: 30px;
    height: 23px;
    margin-top: -23px;
    margin-left: -15px;
    content: "";
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    opacity: 0;
    background: url(../images/iconlogo.png) no-repeat;
    background-size: cover;
}

.banner .slick-dots li.slick-active {
    height: 80px;
    background-color: rgba(255, 255, 255, 0.6);
}

@media (max-width: 1199px) {
    .banner .slick-dots li.slick-active {
        height: 80px;
    }
}

@media (max-width: 991px) {
    .banner .slick-dots li.slick-active {
        height: 60px;
    }
}

@media (max-width: 767px) {
    .banner .slick-dots li.slick-active {
        height: 50px;
    }
}

.banner .slick-dots li.slick-active:before {
    opacity: 1;
}

.banner-inner img {
    width: 100%;
}

.banner-inner .txt-inner {
    position: absolute;
    top: 58%;
    width: 100%;
    padding: 0 3%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
}

.banner-inner .txt-inner h2 {
    font-size: 48px;
    font-weight: bold;
    line-height: 1.4;
    margin: 0;
}

@media (max-width: 1470px) {
    .banner-inner .txt-inner h2 {
        font-size: 40px;
    }
}

@media (max-width: 1199px) {
    .banner-inner .txt-inner h2 {
        font-size: 30px;
    }
}

@media (max-width: 991px) {
    .banner-inner .txt-inner h2 {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .banner-inner .txt-inner h2 {
        font-size: 18px;
    }
}

.banner-inner .txt-inner h3 {
    font-size: 36px;
    text-transform: uppercase;
}

@media (max-width: 1470px) {
    .banner-inner .txt-inner h3 {
        font-size: 30px;
    }
}

@media (max-width: 1199px) {
    .banner-inner .txt-inner h3 {
        font-size: 24px;
    }
}

@media (max-width: 991px) {
    .banner-inner .txt-inner h3 {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .banner-inner .txt-inner h3 {
        margin: 10px 0 0 0;
    }
}

.banner-inner .txt-inner h3:after {
    display: block;
    width: 178px;
    height: 3px;
    margin-top: 30px;
    content: "";
    background-color: #fff;
}

@media (max-width: 1470px) {
    .banner-inner .txt-inner h3:after {
        width: 150px;
    }
}

@media (max-width: 1199px) {
    .banner-inner .txt-inner h3:after {
        width: 100px;
    }
}

@media (max-width: 991px) {
    .banner-inner .txt-inner h3:after {
        width: 60px;
        margin-top: 10px;
    }
}

@-webkit-keyframes barrow {
    0% {
        -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
        transform: translateY(10px);
        opacity: 1;
    }
    50% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
        transform: translateY(10px);
        opacity: 1;
    }
}

@-webkit-keyframes narrow {
    0% {
        -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
        transform: translateY(10px);
        opacity: 1;
    }
    50% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
        transform: translateY(10px);
        opacity: 1;
    }
}

@keyframes narrow {
    0% {
        -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
        transform: translateY(10px);
        opacity: 1;
    }
    50% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
        transform: translateY(10px);
        opacity: 1;
    }
}

.barrow {
    -webkit-animation-name: barrow;
    animation-name: barrow;
}

.home {
    position: relative;
    z-index: 2;
    overflow: hidden;
    padding: 90px 0;
    background-color: #fff;
}

@media (max-width: 1470px) {
    .home {
        padding: 70px 0;
    }
}

@media (max-width: 991px) {
    .home {
        padding: 50px 0;
    }
}

.home .viewmore {
    margin-top: 50px;
}

@media (max-width: 991px) {
    .home .viewmore {
        margin-top: 20px;
    }
}

.home .viewmore a {
    font-size: 18px;
    line-height: 30px;
    display: inline-block;
}

@media (max-width: 991px) {
    .home .viewmore a {
        font-size: 16px;
    }
}

.home .viewmore a span,
.home .viewmore a img {
    display: inline-block;
    vertical-align: middle;
}

.home .viewmore a span {
    margin-right: 10px;
}

.home .viewmore a img {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

@media (max-width: 767px) {
    .home .viewmore a img {
        width: 50px;
    }
}

.home .viewmore a:hover img {
    -webkit-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    transform: rotate(25deg);
}

.home .home-more {
    margin-top: 50px;
    text-align: center;
}

@media (max-width: 1199px) {
    .home .home-more {
        margin-top: 30px;
    }
}

.home .home-more a {
    font-size: 20px;
    line-height: 60px;
    display: inline-block;
    padding: 0 30px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    color: #999;
    border: 1px solid #ccc;
    border-radius: 30px;
}

@media (max-width: 1199px) {
    .home .home-more a {
        font-size: 18px;
        line-height: 50px;
    }
}

@media (max-width: 991px) {
    .home .home-more a {
        font-size: 16px;
        line-height: 40px;
    }
}

.home .home-more a:after {
    font-family: "iconfont" !important;
    display: inline-block;
    margin-left: 10px;
    content: "》";
    vertical-align: middle;
}

.home .home-more a:hover {
    color: #fff;
    border-color: #ce000c;
    background-color: #ce000c;
}

.title-home {
    /* text-align: center; */
}

.title-home span {
    font-family: Impact;
    font-size: 50px;
    line-height: 1;
    display: inline-block;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.3);
}

@media (max-width: 767px) {
    .title-home span {
        font-size: 32px;
    }
}

.title-home h2 {
    font-size: 32px;
    font-weight: bold;
    line-height: 50px;
    margin: 0;
    /* margin-top: -80px; */
}

@media (max-width: 767px) {
    .title-home h2 {
        font-size: 20px;
        line-height: 40px;
        margin-top: 0;
    }
}

.home-about {
    position: relative;
    padding: 140px 0 120px;
    background: url(../images/about_bg.jpg) no-repeat bottom center;
    background-size: cover;
}

@media (max-width: 991px) {
    .home-about {
        padding: 50px 0 50px;
    }
	
	
}

@media (max-width: 767px) {
    .home-about {
        padding: 50px 0 50px;
    }
}

.home-about .aboutimg {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0;
    max-width: 50%;
}

@media (max-width: 1350px) {
    .home-about .aboutimg {
        max-width: 60%;
    }
}

@media (max-width: 767px) {
    .home-about .aboutimg {
        max-width: 70%;
    }
}

.home-about .aboutimg img {
    max-width: 100%;
}

.home-about .about {
    position: relative;
    padding-left: 150px;
    background-color: #fff;
}

@media (max-width: 991px) {
    .home-about .about {
        padding-left: 80px;
    }
}

@media (max-width: 767px) {
    .home-about .about {
        padding-left: 0;
    }
}

.home-about .about .alogo {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 150px;
    height: 150px;
    background-color: #003c71;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 991px) {
    .home-about .about .alogo {
        width: 80px;
        height: 80px;
        padding: 6px;
    }
}

@media (max-width: 767px) {
    .home-about .about .alogo {
        display: none;
    }
}

.home-about .about .alogo img {
    display: inline-block;
    max-width: 100%;
}

.home-about .about .aboutinfo {
    padding: 40px 40px 60px 40px;
}

@media (max-width: 991px) {
    .home-about .about .aboutinfo {
        padding: 40px 20px;
    }
}

.home-about .about .about-note {
    display: -webkit-box;
    overflow: hidden;
    /* max-height: 170px; */
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
}

@media (max-width: 991px) {
    .home-about .about .about-note {
        /* max-height: 160px; */
    }
}

@media (max-width: 767px) {
    .home-about .about .about-note {
        /* max-height: 140px; */
    }
}

.home-about .about .about-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 767px) {
    .home-about .about .about-top {
        display: block;
    }
}

.home-about .about .about-top .title-home {
    display: inline-block;
}

.home-about .about .about-top .atoplogo {
    display: inline-block;
}

.home-about .about .about-top .atoplogo img {
    max-width: 288px;
}

@media (max-width: 767px) {
    .home-about .about .about-top .atoplogo img {
        max-width: 150px;
        margin-top: 10px;
    }
		.home-about .about .about-top .title-home {
			padding-bottom: 20px;
		}
}


.home-production .production-left {
    padding: 70px 4%;
    vertical-align: bottom;
    background: url(../images/production_bg.jpg) no-repeat center bottom #003c71;
    background-size: contain;
}


.home-production .title-home {
    text-align: center;
}


@media (max-width: 1199px) {
    .home-production .production-left {
        width: 100%;
        padding: 40px 15px;
    }
}

.home-production .production-left .title-home {
    display: inline-block;
}

.home-production .production-left .title-home span {
    color: rgba(255, 255, 255, 0.3);
}

.home-production .production-left .title-home h2 {
    color: #fff;
}

.home-production .production-left .production-txt p {
    color: #fff;
}

.home-production .production-right {
    padding-left: 20px;
    vertical-align: bottom;
}

@media (max-width: 1199px) {
    .home-production .production-right {
        width: 100%;
        padding: 40px 15px 0 15px;
    }
}

@media (max-width: 767px) {
    .home-production .production-right {
        padding: 20px 0 0 0;
    }
}

.home-production .production-right .production-scroll {
    width: 150%; margin-top:80px;
}

@media (max-width: 767px) {
    .home-production .production-right .production-scroll {
        width: 100%; margin-top:30px;
    }
	
	
}

.home-production .production-right .slick-slide {
    padding: 0 40px;
}

@media (max-width: 1199px) {
    .home-production .production-right .slick-slide {
        padding: 0 20px;
    }
}

.home-production .production-right .itempack {
    display: block;
}

.home-production .production-right .itempack .img-size {
    padding-bottom: 58.62068966%;
}

.home-production .production-right .itempack .img-size img {
    -webkit-transition: all 1s;
    transition: all 1s;
}

.home-production .production-right .itempack .title-info {
    position: relative;
    padding-left: 150px;
}

@media (max-width: 1199px) {
    .home-production .production-right .itempack .title-info {
        padding-left: 130px;
    }
}

.home-production .production-right .itempack .title-info .number {
    font-size: 30px;
    line-height: 60px;
    position: absolute;
    top: -20px;
    left: 0;
    width: 120px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    text-align: center;
    color: #fff;
    background-color: #999;
}

@media (max-width: 991px) {
    .home-production .production-right .itempack .title-info .number {
        font-size: 24px;
        width: 100px;
    }
}

@media (max-width: 767px) {
    .home-production .production-right .itempack .title-info .number {
        line-height: 40px;
        top: 0;
    }
}

.home-production .production-right .itempack .title-info .number:after {
    position: absolute;
    top: 0;
    right: -20px;
    display: block;
    width: 0;
    height: 0;
    content: "";
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    border-width: 30px 0 30px 20px;
    border-style: solid;
    border-color: transparent transparent transparent #999;
}

@media (max-width: 767px) {
    .home-production .production-right .itempack .title-info .number:after {
        border-width: 20px 0 20px 20px;
    }
}

.home-production .production-right .itempack .title-info h3 {
    font-size: 20px;
    line-height: 40px;
    margin: 0;
    color: #999;
}

@media (max-width: 1199px) {
    .home-production .production-right .itempack .title-info h3 {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .home-production .production-right .itempack .title-info h3 {
        font-size: 16px;
    }
}

.home-production .production-right .itempack:hover .img-size img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.home-production .production-right .itempack:hover .title-info .number {
    background-color: #003c71;
}

.home-production .production-right .itempack:hover .title-info .number:after {
    border-color: transparent transparent transparent #003c71;
}

.home-production .production-right .itempack:hover .title-info h3 {
    color: #003c71;
}

.home-production .production-right .slick-dots {
    width: 65%;
    height: 2px;
    margin-top: 60px;
    margin-left: 40px;
    background-color: #e6e6e6;
}

@media (max-width: 1199px) {
    .home-production .production-right .slick-dots {
        margin-top: 30px;
        margin-left: 20px;
    }
}

@media (max-width: 767px) {
    .home-production .production-right .slick-dots {
        width: 100%;
    }
}

.home-production .production-right .slick-dots li {
    display: inline-block;
    width: 16.6667%;
    height: 2px;
    vertical-align: top;
    background-color: #e6e6e6;
}

@media (max-width: 991px) {
    .home-production .production-right .slick-dots li {}
}

.home-production .production-right .slick-dots li button {
    display: none;
}

.home-production .production-right .slick-dots li.slick-active {
    background-color: #003c71;
}

.home-production .production-mask {
    margin-top: 60px;
    margin-left: -20px;
    padding: 30px 0;
    padding-left: 60px;
    background-color: #fafafa;
}

@media (max-width: 767px) {
    .home-production .production-mask {
        margin: 0;
        margin-top: 30px;
        padding: 15px;
    }
}

.home-production .production-mask h3 {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.46875;
    margin: 0;
    color:#005198;
}

@media (max-width: 1199px) {
    .home-production .production-mask h3 {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .home-production .production-mask h3 {
        font-size: 20px;
    }
}

.home-product {
    position: relative;
    height: 100vh;
    padding: 0;
}

@media (max-width: 991px) {
    .home-product {
        height: 500px;
    }
}

@media (max-width: 767px) {
    .home-product {
        height: 340px;
    }
}

.home-product .title-home {
    position: absolute;
    z-index: 3;
    top: 50px;
    left: 4%;
}

@media (max-width: 991px) {
    .home-product .title-home {
        top: 30px;
    }
}

.home-product .title-home span {
    color: rgba(255, 255, 255, 0.3);
}

.home-product .title-home h2 {
    color: #fff;
}

.home-product .productimg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.home-product .product-sort {
    position: relative;
    z-index: 2;
    height: 100%;
}

.home-product .product-sort>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
}

.home-product .product-sort>ul>li {
    width: 25%;
    height: 100%;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    background-color: rgba(0, 0, 0, 0.3);
}

.home-product .product-sort>ul>li.active {
    background-color: rgba(0, 0, 0, 0.1);
}

@media (min-width: 1200px) {
    .home-product .product-sort>ul>li.active .itempack .viewmore {
        max-height: 200px;
        margin-top: 50px;
    }
}

@media (min-width: 1200px) and (max-width: 991px) {
    .home-product .product-sort>ul>li.active .itempack .viewmore {
        margin-top: 20px;
    }
}

.home-product .product-sort .itempack {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    height: 100%;
    text-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
}

.home-product .product-sort .itempack .number {
    font-family: Impact;
    font-size: 98px;
    line-height: 1;
    color: rgba(255, 255, 255, 0.3);
}

@media (max-width: 1199px) {
    .home-product .product-sort .itempack .number {
        font-size: 80px;
    }
}

@media (max-width: 991px) {
    .home-product .product-sort .itempack .number {
        font-size: 60px;
    }
}

@media (max-width: 767px) {
	.home-product .product-sort .itempack {
		padding-top: 100px;
	}
    .home-product .product-sort .itempack .number {
        font-size: 40px;
    }
}

.home-product .product-sort .itempack h3 {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
}

@media (max-width: 991px) {
    .home-product .product-sort .itempack h3 {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .home-product .product-sort .itempack h3 {
        font-size: 14px;
    }
}

.home-product .product-sort .itempack .viewmore {
    overflow: hidden;
    max-height: 0;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
}

.home-product .product-sort .itempack .viewmore img {
    display: block;
    margin: 0 auto;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

@media (max-width: 991px) {
    .home-product .product-sort .itempack .viewmore img {
        width: 50px;
    }
}

.home-product .product-sort .itempack .viewmore span {
    font-size: 20px;
    line-height: 2;
    display: block;
    margin-top: 20px;
    color: #fff;
}

@media (max-width: 991px) {
    .home-product .product-sort .itempack .viewmore span {
        font-size: 18px;
    }
}

.home-partners {
    background: url(../images/partners_bg.jpg) no-repeat center;
    background-size: cover;
}
.home-partners .title-home { text-align:center; }
@media (min-width: 1200px) {
    .home-partners {
        background-attachment: fixed;
    }
}

.home-partners .title-home span {
    color: rgba(255, 255, 255, 0.6);
}

.home-partners .partners {
    margin-top: 30px;
}

.home-partners .partners .partners-scroll {
    margin: 0 -25px;
    padding: 0 130px;
}

@media (max-width: 1199px) {
    .home-partners .partners .partners-scroll {
        margin: 0 -15px;
        padding: 0 80px;
    }
}

@media (max-width: 767px) {
    .home-partners .partners .partners-scroll {
        margin: 0 -8px;
        padding: 0 60px;
    }
}

.home-partners .partners .slick-slide {
    padding: 0 25px;
}

@media (max-width: 1199px) {
    .home-partners .partners .slick-slide {
        padding: 0 15px;
    }
}

@media (max-width: 767px) {
    .home-partners .partners .slick-slide {
        padding: 0 8px;
    }
}

.home-partners .partners .itempack {
    margin: 35px 0;
    text-align: center;
}

@media (max-width: 1199px) {
    .home-partners .partners .itempack {
        margin: 15px 0;
    }
}

@media (max-width: 767px) {
    .home-partners .partners .itempack {
        margin: 8px 0;
    }
}

.home-partners .partners .itempack .img-size {
    padding-bottom: 65%;
    border: 1px solid #c8c8c8;
}

.home-partners .partners .itempack .img-size img {
    -webkit-transition: all 1s;
    transition: all 1s;
}

.home-partners .partners .itempack p {
    font-size: 18px;
    line-height: 30px;
    display: -webkit-box;
    overflow: hidden;
    height: 30px;
    margin: 10px 0 0 0;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    color:#005198;
}

@media (max-width: 991px) {
    .home-partners .partners .itempack p {
        font-size: 16px;
    }
}

.home-partners .partners .itempack:hover .img-size {
    -webkit-animation: flipInY 1s 0s ease both;
    animation: flipInY 1s 0s ease both;
}

.home-partners .slick-arrow {
    font-size: 30px;
    line-height: 68px;
    position: absolute;
    top: 50%;
    left: 0;
    width: 70px;
    height: 70px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
    background: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-shadow: 0 0 1px #666;
}

@media (max-width: 1199px) {
    .home-partners .slick-arrow {
        font-size: 24px;
        line-height: 48px;
        width: 50px;
        height: 50px;
    }
}

.home-partners .slick-arrow:before {
    font-family: "iconfont" !important;
    display: inline-block;
    content: "\e647";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.home-partners .slick-arrow.slick-next {
    right: 0;
    left: auto;
}

.home-partners .slick-arrow.slick-next:before {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.home-partners .slick-arrow:hover {
    color:#005198;
    border-color:#005198;
}

.home-partners .home-more a {
    color: #fff;
    border-color: #fff;
}
.home-news .title-home { text-align:center; }
.home-news .news-scroll {
    margin: 0 -12px;
    margin-top: 50px;
}

@media (max-width: 1470px) {
    .home-news .news-scroll {
        margin-top: 30px;
    }
}

.home-news .news-scroll .slick-slide {
    padding: 0 12px;
}

.home-news .itempack,
.inner-news .itempack {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 20px;
    background-color: #f7f7f7;
}

@media (max-width: 767px) {
    .home-news .itempack,
    .inner-news .itempack {
        padding: 10px;
    }
}

.home-news .itempack .title-news,
.inner-news .itempack .title-news {
    padding: 10px 0;
}

@media (max-width: 1199px) {
    .home-news .itempack .title-news,
    .inner-news .itempack .title-news {
        padding: 0;
    }
}

.home-news .itempack .title-news .date,
.inner-news .itempack .title-news .date {
    font-family: "DIN";
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    display: block;
    color: #aaa9a9;
}

@media (max-width: 1199px) {
    .home-news .itempack .title-news .date,
    .inner-news .itempack .title-news .date {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .home-news .itempack .title-news .date,
    .inner-news .itempack .title-news .date {
        font-size: 20px;
    }
}

.home-news .itempack .img-size,
.inner-news .itempack .img-size {
    margin-top: 20px;
    padding-bottom: 69.44444444%;
}

@media (max-width: 767px) {
    .home-news .itempack .img-size,
    .inner-news .itempack .img-size {
        margin-top: 10px;
    }
}

.home-news .itempack .img-size img,
.inner-news .itempack .img-size img {
    -webkit-transition: all 1s;
    transition: all 1s;
}

.home-news .itempack .title-desc h3,
.inner-news .itempack .title-desc h3 {
    font-size: 20px;
    line-height: 36px;
    display: -webkit-box;
    overflow: hidden;
    height: 72px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

@media (max-width: 1199px) {
    .home-news .itempack .title-desc h3,
    .inner-news .itempack .title-desc h3 {
        font-size: 18px;
        line-height: 30px;
        height: 60px;
    }
}

@media (max-width: 767px) {
    .home-news .itempack .title-desc h3,
    .inner-news .itempack .title-desc h3 {
        font-size: 16px;
        line-height: 24px;
        height: 48px;
    }
}

.home-news .itempack .desc p,
.inner-news .itempack .desc p {
    font-size: 18px;
    line-height: 26px;
    display: -webkit-box;
    overflow: hidden;
    height: 26px;
    margin: 0;
    color: #9b9a9a;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

@media (max-width: 1199px) {
    .home-news .itempack .desc p,
    .inner-news .itempack .desc p {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .home-news .itempack .desc p,
    .inner-news .itempack .desc p {
        font-size: 14px;
    }
}

.home-news .itempack .mask,
.inner-news .itempack .mask {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    -webkit-transform: translateY(102%);
    -ms-transform: translateY(102%);
    transform: translateY(102%);
    background-color: #ce000c;
}

.home-news .itempack .mask .title-news,
.inner-news .itempack .mask .title-news {
    padding: 30px 20px;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}

.home-news .itempack .mask .title-news .date,
.inner-news .itempack .mask .title-news .date {
    color: #fff;
}

.home-news .itempack .mask .maskdesc,
.inner-news .itempack .mask .maskdesc {
    overflow-y: auto;
    max-height: 80%;
    padding: 40px 20px;
}

.home-news .itempack .mask .maskdesc::-webkit-scrollbar,
.inner-news .itempack .mask .maskdesc::-webkit-scrollbar {
    position: absolute;
    left: 0;
    width: 4px;
}

.home-news .itempack .mask .maskdesc::-webkit-scrollbar-track,
.inner-news .itempack .mask .maskdesc::-webkit-scrollbar-track {
    background-color: #dcdcdc;
}

.home-news .itempack .mask .maskdesc::-webkit-scrollbar-thumb,
.inner-news .itempack .mask .maskdesc::-webkit-scrollbar-thumb {
    background-color: #9f9f9f;
}

.home-news .itempack .mask .maskdesc h3,
.inner-news .itempack .mask .maskdesc h3 {
    font-size: 20px;
    line-height: 1.8;
    margin: 0 0 20px;
    color: #fff;
}

.home-news .itempack .mask .maskdesc p,
.inner-news .itempack .mask .maskdesc p {
    font-size: 18px;
    line-height: 1.77777778;
    margin: 0;
    color: rgba(255, 255, 255, 0.6);
}

@media (min-width: 1200px) {
    .home-news .itempack:hover .img-size img,
    .inner-news .itempack:hover .img-size img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    .home-news .itempack:hover .title-news h3,
    .inner-news .itempack:hover .title-news h3 {
        color:#005198;
    }
    .home-news .itempack:hover .desc .newsmore,
    .inner-news .itempack:hover .desc .newsmore {
        color:#005198;
    }
    .home-news .itempack:hover .mask,
    .inner-news .itempack:hover .mask {
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
    }
}

.footer {
    padding: 0 5%;
    color: #fff;
    background-color: #000;
}

@media (max-width: 1199px) {
    .footer {
        padding: 0 15px;
    }
}

@media (max-width: 767px) {
    .footer {
        display: block;
    }
}

.footer .foot {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    padding: 50px 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 991px) {
    .footer .foot {
        display: block;
    }
}

@media (max-width: 767px) {
    .footer .foot {
        padding: 20px 0;
    }
}

.footer .foot .foot-nav {
    font-weight: 300;
    overflow: hidden;
}

.footer .foot .foot-nav>ul {
    margin: 0 -40px;
}

@media (max-width: 991px) {
    .footer .foot .foot-nav>ul {
        margin: 0 -20px;
    }
}

.footer .foot .foot-nav>ul>li {
    display: inline-block;
    vertical-align: top;
}

@media (max-width: 767px) {
    .footer .foot .foot-nav>ul>li {
        margin: 10px 0;
    }
}

.footer .foot .foot-nav>ul>li:last-child>a:after {
    display: none;
}

@media (max-width: 767px) {
    .footer .foot .foot-nav>ul>li:nth-child(3n)>a:after {
        display: none;
    }
}

.footer .foot .foot-nav>ul>li>a {
    font-size: 18px;
    line-height: 30px;
    position: relative;
    display: block;
    padding: 0 60px;
    vertical-align: middle;
}

@media (max-width: 991px) {
    .footer .foot .foot-nav>ul>li>a {
        font-size: 16px;
        padding: 0 20px;
    }
}

.footer .foot .foot-nav>ul>li>a:after {
    position: absolute;
    right: 0;
    display: inline-block;
    content: "/";
    vertical-align: top;
}

.footer .foot .foot-nav>ul>li>a:hover {
    font-weight: normal;
    color: #fff;
}

.footer .foot .foot-nav>ul>li>ul {
    margin-top: 20px;
}

@media (max-width: 767px) {
    .footer .foot .foot-nav>ul>li>ul {
        margin-top: 10px;
    }
}

.footer .foot .foot-nav>ul>li>ul>li>a {
    font-size: 16px;
    line-height: 30px;
    padding: 0 60px;
}

@media (max-width: 991px) {
    .footer .foot .foot-nav>ul>li>ul>li>a {
        font-size: 14px;
        padding: 0 20px;
    }
}

@media (max-width: 767px) {
    .footer .foot .foot-nav>ul>li>ul>li>a {
        line-height: 24px;
    }
}

.footer .foot .foot-nav>ul>li>ul>li>a:hover {
    text-decoration: underline;
    color: #fff;
}

.footer .foot .foot-logo { padding-top:38px;

  
}
.footer .foot .foot-logo .flogo { max-width:220px; float:right; display:none;
}

@media (max-width: 991px) {
    .footer .foot .foot-logo .flogo{
        display: none;
    }
}



.footer .foot .foot-logo .flogo img {
    max-width: 100%;
}

.footer .foot-bottom { width:100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 30px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 767px) {
    .footer .foot-bottom {
        display: block;
        padding-bottom: 10px;
    }
}

.footer .foot-bottom .foot-text .text>li {
    display: inline-block;
    margin-right: 40px;
    vertical-align: top;
}

@media (max-width: 1350px) {
    .footer .foot-bottom .foot-text .text>li {
        margin-right: 20px;
    }
}

@media (max-width: 991px) {
    .footer .foot-bottom .foot-text .text>li {
        display: block;
        margin: 0;
    }
}

.footer .foot-bottom .foot-text .text>li p {
    line-height: 22px;
    margin: 0;
}

@media (max-width: 767px) {
    .footer .foot-bottom .foot-contact {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-top: 20px;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.footer .foot-bottom .foot-contact .wechat,
.footer .foot-bottom .foot-contact .tel,
.footer .foot-bottom .foot-contact .top {
    display: inline-block;
    margin-left: 40px;
    vertical-align: bottom;
}

@media (max-width: 1350px) {
    .footer .foot-bottom .foot-contact .wechat,
    .footer .foot-bottom .foot-contact .tel,
    .footer .foot-bottom .foot-contact .top {
        margin-left: 20px;
    }
}

@media (max-width: 991px) {
    .footer .foot-bottom .foot-contact .wechat,
    .footer .foot-bottom .foot-contact .tel,
    .footer .foot-bottom .foot-contact .top {
        margin-left: 10px;
    }
}

@media (max-width: 767px) {
    .footer .foot-bottom .foot-contact .wechat,
    .footer .foot-bottom .foot-contact .tel,
    .footer .foot-bottom .foot-contact .top {
        margin: 0;
    }
	
	
	.footer .foot-bottom .foot-contact .top{ display:none;}
	
}

.footer .foot-bottom .foot-contact .wechat .info {
    position: relative;
}

.footer .foot-bottom .foot-contact .wechat .info:hover img {
    opacity: 1;
}

.footer .foot-bottom .foot-contact .wechat .icon {
    font-size: 20px;
    line-height: 48px;
    display: block;
    width: 48px;
    height: 48px;
    margin: 0 auto;
    text-align: center;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
}

@media (max-width: 1199px) {
    .footer .foot-bottom .foot-contact .wechat .icon {
        font-size: 16px;
        line-height: 40px;
        width: 40px;
        height: 40px;
    }
}

.footer .foot-bottom .foot-contact .wechat img {
    position: absolute;
    z-index: 2;
    top: -100px;
    left: -20px;
    width: 100px;
    opacity: 0;
}

.footer .foot-bottom .foot-contact .wechat .wxpic img{position: absolute;
    z-index: 2;
    top: 12px;
    left: 19px;
    width: 25px;
    opacity: 1;}


.footer .foot-bottom .foot-contact .tel .info h3 {
    font-family: "DIN";
    font-size: 26px;
    line-height: 48px;
    margin: 0;
}

@media (max-width: 1470px) {
    .footer .foot-bottom .foot-contact .tel .info h3 {
        font-size: 28px;
    }
}

@media (max-width: 1199px) {
    .footer .foot-bottom .foot-contact .tel .info h3 {
        font-size: 20px;
        line-height: 40px;
    }
}

.footer .foot-bottom .foot-contact .top a {
    font-size: 16px;
    display: inline-block;
    text-align: center;
    color: rgba(255, 255, 255, 0.3);
}

.footer .foot-bottom .foot-contact .top a:before {
    font-family: "iconfont" !important;
    font-size: 24px;
    display: block;
    content: "↑";
    color: #fff;
}

.footer .title-foot {
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .footer .title-foot {
        margin: 0;
    }
}

.footer .title-foot h3 {
    font-size: 16px;
    line-height: 30px;
    margin: 0;
    color: rgba(255, 255, 255, 0.3);
}

@media (max-width: 767px) {
    .footer .title-foot h3 {
        font-size: 16px;
    }
}

.copyright {
    line-height: 24px;
    overflow: hidden;
    padding: 15px 0;
    color: rgba(255, 255, 255, 0.3);
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}

@media (max-width: 1199px) {
    .copyright {
        line-height: 24px;
    }
}

@media (max-width: 767px) {
    .copyright {
        font-size: 12px;
    }
}

.copyright p {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
}

.copyright a.power {
    display: inline-block;
    float: right;
}

@media (max-width: 767px) {
    .copyright a.power {
        float: none;
    }
}

.copyright a.power:hover {
    text-decoration: underline;
    color: #fff;
}

.online-service {
    position: fixed;
    z-index: 13;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 1199px) {
    .online-service {
        z-index: 9;
    }
}

@media (max-width: 991px) {
    .online-service {
        top: auto;
        bottom: 0;
        width: 100%;
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
    }
}

@media (max-width: 991px) {
    .online-service ul {
        font-size: 0;
    }
}

.online-service ul li {
    margin: 3px 0;
}


.online-service ul li .dy img{ width:50px; height:50px; left:-100px; background:none;}
.online-service a:hover .dy img{ width:50px; height:50px; left:0px; background:none;}




@media (max-width: 991px) {
    .online-service ul li {
        font-size: 14px;
        display: inline-block;
        width: 25%;
        margin: 0;
        text-align: center;
        vertical-align: top;
        border-right: 1px solid rgba(255, 255, 255, 0.2);
    }
	
	
}

.online-service a {
    line-height: 48px;
    position: relative;
    display: block;
    width: 48px;
    height: 48px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    background-color: #ce000c;
}

@media (max-width: 991px) {
    .online-service a {
        line-height: 48px;
        width: 100%;
        height: 48px;
        border-radius: 0;
        background-color: rgba(51, 51, 51, 0.9);
    }
}

.online-service a p,
.online-service a img {
    font-size: 16px;
    position: absolute;
    top: 0;
    left: -242px;
    padding: 0 10px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: translateX(200%);
    -ms-transform: translateX(200%);
    transform: translateX(200%);
    white-space: nowrap;
    border-radius: 5px;
    background-color: #000;
}

@media (max-width: 991px) {
    .online-service a p,
    .online-service a img {
        display: none;
    }
}

.online-service a img {
    left: -120px;
    width: 120px;
    padding: 10px;
}

@media (max-width: 991px) {
    .online-service a img {
        top: -130px;
        left: 0;
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }
	
	
	.online-service ul li .dy img{     width: 50px;
    height: 50px;
    left: 20px;
    background: none;
    top: 0;
    display: block;}
	
}

.online-service a .icon {
    font-size: 24px;
    color: #fff;
}

@media (max-width: 991px) {
    .online-service a .icon {
        font-size: 24px;
    }
	
	.online-service a:hover .dy img{  left:20px; }
}

@media (min-width: 992px) {
    .online-service a:hover {
        color: #fff;
        background-color: #000;
    }
    .online-service a:hover p,
    .online-service a:hover img {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }
}

@media (max-width: 991px) {
    .online-service a:hover img {
        display: block;
    }
}

.innerwrap {
    position: relative;
    z-index: 2;
}

@media (max-width: 767px) {
    .innerwrap {
        padding-bottom: 50px;
    }
}

.inner {
    overflow: hidden;
    padding: 90px 0;
}

@media (max-width: 991px) {
    .inner {
        padding: 40px 0;
    }
}

.inner .slick-arrow {
    font-size: 26px;
    line-height: 50px;
    position: absolute;
    z-index: 9;
    z-index: 8;
    top: 50%;
    left: 0;
    overflow: hidden;
    width: 50px;
    height: 50px;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all 0.4s;
    transition: all 0.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;
    background-color: #b7b7b7;
}

@media (max-width: 767px) {
    .inner .slick-arrow {
        font-size: 20px;
        line-height: 34px;
        width: 34px;
        height: 34px;
    }
}

.inner .slick-arrow:before {
    font-family: "fangsong" !important;
    display: inline-block;
    content: "﹥";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.inner .slick-arrow.slick-next {
    right: 0;
    left: auto;
}

.inner .slick-arrow.slick-next:before {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.inner .slick-arrow:hover {
    background-color:#005198;
}

.inner .slick-dots {
    margin-top: 30px;
    text-align: center;
}

@media (max-width: 767px) {
    .inner .slick-dots {
        margin-top: 20px;
    }
}

.inner .slick-dots li {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 8px;
    vertical-align: top;
    border: 4px solid #d2d2d2;
    border-radius: 50%;
}

@media (max-width: 1199px) {
    .inner .slick-dots li {
        width: 10px;
        height: 10px;
        margin: 0 4px;
        border-width: 2px;
    }
}

.inner .slick-dots li button {
    display: none;
}

.inner .slick-dots li.slick-active {
    border-color:#005198;
}

.inner-txt {
    margin-top: 30px;
}

@media (max-width: 991px) {
    .inner-txt {
        margin-top: 14px;
    }
}

.inner-txt p {
    font-size: 18px;
    line-height: 2;
    margin: 0;
}

@media (max-width: 1199px) {
    .inner-txt p {
        font-size: 16px;
        line-height: 24px;
    }
}

@media (max-width: 991px) {
    .inner-txt p {
        font-size: 14px;
    }
}

.t-inner {
    text-align: center;
}

.t-inner h2 {
    font-size: 48px;
    line-height: 1.2;
    display: block;
    margin: 0;
}

@media (max-width: 1470px) {
    .t-inner h2 {
        font-size: 40px;
    }
}

@media (max-width: 1199px) {
    .t-inner h2 {
        font-size: 30px;
    }
}

@media (max-width: 991px) {
    .t-inner h2 {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .t-inner h2 {
        font-size: 22px;
    }
}

.t-inner h2:after {
    display: block;
    width: 93px;
    height: 4px;
    margin: 0 auto;
    margin-top: 14px;
    content: "";
    background: url(../images/line.png) no-repeat center;
    background-size: cover;
}

.t-inner span {
    font-family: "ITC Avant Garde Gothic Book";
    font-size: 24px;
    line-height: 1.4;
    display: block;
    margin-top: 10px;
    text-transform: uppercase;
    color: #d4d5d4;
}

@media (max-width: 991px) {
    .t-inner span {
        font-size: 20px;
    }
}

.title-wrap {
    text-align: center;
}

.title-wrap:after {
    display: block;
    width: 100%;
    height: 15px;
    margin-top: 30px;
    content: "";
    background: url(../images/line1.png) no-repeat center;
}

.title-wrap h3 {
    font-family: "Tungsten";
    font-size: 72px;
    line-height: 72px;
    display: block;
    margin: 0;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.07);
}

@media (max-width: 1470px) {
    .title-wrap h3 {
        font-size: 60px;
    }
}

@media (max-width: 1199px) {
    .title-wrap h3 {
        font-size: 50px;
    }
}

@media (max-width: 991px) {
    .title-wrap h3 {
        font-size: 40px;
    }
}

@media (max-width: 767px) {
    .title-wrap h3 {
        font-size: 38px;
    }
}

.title-wrap h2 {
    font-size: 48px;
    font-weight: bold;
    line-height: 72px;
    margin: 0;
    margin-top: -76px;
}

@media (max-width: 1470px) {
    .title-wrap h2 {
        font-size: 40px;
    }
}

@media (max-width: 1199px) {
    .title-wrap h2 {
        font-size: 34px;
    }
}

@media (max-width: 991px) {
    .title-wrap h2 {
        font-size: 30px;
    }
}

.pro-sort {
    padding-bottom: 0;
    text-align: center;
}

.pro-sort ul {
    font-size: 0;
}

.pro-sort ul li {
    display: inline-block;
    margin-top: -1px;
    margin-left: -1px;
    vertical-align: top;
}

@media (max-width: 767px) {
    .pro-sort ul li {
        width: 50%;
    }
}

.pro-sort ul li a {
    font-size: 18px;
    line-height: 28px;
    display: block;
    min-width: 230px;
    padding: 15px 10px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    text-align: center;
    border: 1px solid #c9c9c9;
}

@media (max-width: 1199px) {
    .pro-sort ul li a {
        font-size: 16px;
        min-width: 200px;
        padding: 10px;
    }
}

@media (max-width: 767px) {
    .pro-sort ul li a {
        font-size: 14px;
        min-width: auto;
    }
}

.pro-sort ul li.active a,
.pro-sort ul li:hover a {
    color: #fff;
    background-color:#005198;
}

.inside-nav {
    overflow: hidden;
    background-color: #f2f2f2;
}

.inside-nav .nav-wrap {
    position: relative;
    display: inline-block;
}

@media (max-width: 1199px) {
    .inside-nav .nav-wrap {
        display: block;
    }
}

@media (max-width: 767px) {
    .inside-nav .nav-wrap {
        padding: 10px 0;
        background: none;
    }
}

.inside-nav .nav-wrap ul>li {
    display: inline-block;
    vertical-align: top;
}

.inside-nav .nav-wrap ul>li>a {
    font-size: 18px;
    line-height: 30px;
    display: block;
    padding: 25px 30px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

@media (max-width: 1199px) {
    .inside-nav .nav-wrap ul>li>a {
        padding: 10px 20px;
    }
}

@media (max-width: 991px) {
    .inside-nav .nav-wrap ul>li>a {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .inside-nav .nav-wrap ul>li>a {
        font-size: 14px;
        padding: 0 5px;
        color: #666;
    }
}

.inside-nav .nav-wrap ul>li.active>a,
.inside-nav .nav-wrap ul>li:hover>a {
    color: #fff;
    background-color: #005198;
}

@media (max-width: 767px) {
    .inside-nav .nav-wrap ul>li.active>a,
    .inside-nav .nav-wrap ul>li:hover>a {
        font-weight: bold;
        color:#005198;
        background: none;
    }
}

.inside-nav .location {
    display: inline-block;
    float: right;
    padding-right: 2%;
    color: #999;
}

@media (max-width: 1199px) {
    .inside-nav .location {
        display: block;
        float: none;
        border-top: 1px solid #dcdcdc;
        border-bottom: 1px solid #dcdcdc;
    }
}

.inside-nav .location:before {
    font-family: "iconfont" !important;
    font-size: 0; width:28px; height:28px;
    display: inline-block;
    content: "\e667";
	background:url(../images/home.png) center center no-repeat; background-size:26px;
    vertical-align: middle;
    color:#005198;
}

.inside-nav .location span,
.inside-nav .location ul {
    display: inline-block;
    vertical-align: middle;
}

.inside-nav .location ul>li {
    font-size: 16px;
    display: inline-block;
    vertical-align: top;
    color: #868585;
}

@media (max-width: 767px) {
    .inside-nav .location ul>li {
        font-size: 14px;
    }
}

.inside-nav .location ul>li:after {
    content: ">";
}

.inside-nav .location ul>li:last-child a {
    color:#005198;
}

.inside-nav .location ul>li:last-child:after {
    display: none;
}

.inside-nav .location ul>li a {
    line-height: 30px;
    display: inline-block;
    padding: 25px 4px;
}

@media (max-width: 1199px) {
    .inside-nav .location ul>li a {
        padding: 10px 4px;
    }
}

@media (max-width: 767px) {
    .inside-nav .location ul>li a {
        font-size: 12px;
        padding: 4px;
    }
}

.inside-nav .location ul>li a:hover {
    text-decoration: underline;
    color:#005198;
}

.inner-about .about {
    font-size: 0;
}

.inner-about .about .a-text,
.inner-about .about .a-img {
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
}

.inner-about .about .a-text {
    width: 100%;
}

@media (max-width: 767px) {
    .inner-about .about .a-text {
        width: 100%;
    }
		.inner-about .about .a-text .t-about-bak { width:50%; }
		.inner-about .about .a-text .t-about-bak img { width:100%; }
}

.inner-about .about .a-text .t-about img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-filter: gray;
    filter: gray;
}

.inner-about .about .a-img {
    width: 48%;
    padding-left: 5%;
    /* -webkit-animation: morphing 20s infinite;
    animation: morphing 20s infinite; */
}

@media (max-width: 767px) {
    .inner-about .about .a-img {
        width: 100%;
        margin-top: 20px;
        padding-left: 0;
    }
}

.inner-about .about .a-img img {
    max-width: 100%;
}

.inner-about .strategic {
    margin-top: 80px;
    padding-top: 80px;
    border-top: 1px solid #f7f7f7;
}

@media (max-width: 991px) {
    .inner-about .strategic {
        margin-top: 40px;
        padding-top: 40px;
    }
}

.inner-about .strategic h3 {
    font-weight: bold;
    line-height: 36px;
    margin: 0;
    color:#005198;
}

@media (max-width: 991px) {
    .inner-about .strategic h3 {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .inner-about .strategic h3 {
        font-size: 18px;
    }
}

.inner-about .strategic p {
    font-size: 16px;
    line-height: 28px;
    margin: 0;
}

@media (max-width: 767px) {
    .inner-about .strategic p {
        font-size: 14px;
        line-height: 24px;
    }
}

@-webkit-keyframes morphing {
    0% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    50% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    75% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes morphing {
    0% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    50% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    75% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

.inner-honor .honor-scroll {
    margin: 0 -8px;
    margin-top: 40px;
}

@media (max-width: 1199px) {
    .inner-honor .honor-scroll {
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .inner-honor .honor-scroll {
        margin: 0 -5px;
        margin-top: 20px;
    }
}

.inner-honor .honor-scroll .slick-slide {
    padding: 0 8px;
}

@media (max-width: 767px) {
    .inner-honor .honor-scroll .slick-slide {
        padding: 0 5px;
    }
}

.inner-honor .honor-scroll .h-itempack {
    display: block;
    text-align: center;
}

.inner-honor .honor-scroll .h-itempack .picbox {
    padding: 10px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    background-color: #f2f2f2;
}

@media (max-width: 1199px) {
    .inner-honor .honor-scroll .h-itempack .picbox {
        padding: 10px;
    }
}

@media (max-width: 767px) {
    .inner-honor .honor-scroll .h-itempack .picbox {
        padding: 5px;
    }
}

.inner-honor .honor-scroll .h-itempack .picbox .img-size {
    padding-bottom: 148.38709677%;
}

.inner-honor .honor-scroll .h-itempack .picbox .img-size img {
    -webkit-transition: all 1s;
    transition: all 1s;
}

.inner-honor .honor-scroll .h-itempack p {
    font-size: 16px;
    line-height: 30px;
    /* display: -webkit-box;
    overflow: hidden;
    height: 30px; */
    margin: 14px 0 0 0;
    color: #666;
    /* -webkit-box-orient: vertical;
    -webkit-line-clamp: 1; */
}

.inner-honor .honor-scroll .h-itempack:hover .picbox {
    background-color:#005198;
}

.inner-honor .honor-scroll .h-itempack:hover .picbox .img-size img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.inner-development {
    background: url(../images/development_bg.jpg) no-repeat center;
    background-size: cover;
}

@media (min-width: 1200px) {
    .inner-development {
        background-attachment: fixed;
    }
}

.inner-development .t-inner h2,
.inner-development .t-inner span {
    color: #fff;
}

.inner-development .t-inner h2:after {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.inner-development .development-scroll {
    font-size: 0;
    position: relative;
    margin-top: 30px;
}

.inner-development .development-scroll .slick-arrow {
    top: -webkit-calc(50% - 16px);
    top: calc(50% - 16px);
    left: -30px;
}

@media (max-width: 1470px) {
    .inner-development .development-scroll .slick-arrow {
        top: -webkit-calc(50% - 35px);
        top: calc(50% - 35px);
    }
}

@media (max-width: 1350px) {
    .inner-development .development-scroll .slick-arrow {
        top: -webkit-calc(50% + 10px);
        top: calc(50% + 10px);
    }
}

@media (max-width: 991px) {
    .inner-development .development-scroll .slick-arrow {
        top: 54.5%;
    }
}

@media (max-width: 767px) {
    .inner-development .development-scroll .slick-arrow {
        top: auto;
        bottom: -30px;
        left: -15px;
    }
}

.inner-development .development-scroll .slick-arrow.slick-next {
    right: -30px;
    left: auto;
}

@media (max-width: 767px) {
    .inner-development .development-scroll .slick-arrow.slick-next {
        right: -15px;
    }
}

.inner-development .development-scroll .slick-list {
    padding-bottom: 400px;
}

@media (max-width: 1350px) {
    .inner-development .development-scroll .slick-list {
        padding-bottom: 300px;
    }
}

@media (max-width: 767px) {
    .inner-development .development-scroll .slick-list {
        padding-bottom: 0;
    }
}

.inner-development .development-scroll .slick-slide {
    position: relative;
    display: inline-block;
    float: none;
    overflow: hidden;
    padding: 0 0 0 23px;
    vertical-align: top;
}

@media (max-width: 1470px) {
    .inner-development .development-scroll .slick-slide {
        padding-left: 17px;
    }
}

@media (max-width: 1350px) {
    .inner-development .development-scroll .slick-slide {
        padding-left: 15px;
    }
}

@media (max-width: 767px) {
    .inner-development .development-scroll .slick-slide {
        padding: 0 10px;
    }
}

.inner-development .development-scroll .slick-slide .itempack-line {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 26px;
    background: url(../images/dline.png) repeat-x left;
    background-size: 100% 100%;
}

@media (min-width: 768px) {
    .inner-development .development-scroll .slick-slide:nth-child(2n+1) {
        margin-top: -45.6px;
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%);
    }
    .inner-development .development-scroll .slick-slide:nth-child(2n+1) .itempack-line {
        top: 0;
        bottom: auto;
    }
    .inner-development .development-scroll .slick-slide:nth-child(2n+1) .itempack {
        padding: 70px 0 20px 20px;
    }
    .inner-development .development-scroll .slick-slide:nth-child(2n+1) .itempack:before {
        top: 0;
    }
    .inner-development .development-scroll .slick-slide:nth-child(2n+1) .itempack:after {
        top: auto;
        bottom: 0;
    }
}

.inner-development .development-scroll .itempack {
    font-size: 14px;
    position: relative;
    padding: 20px 0 50px 20px;
    color: #fff;
}

.inner-development .development-scroll .itempack:before {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 1px;
    height: -webkit-calc(100% - 22px);
    height: calc(100% - 22px);
    content: "";
    background-color: #fff;
}

.inner-development .development-scroll .itempack:after {
    position: absolute;
    top: 0;
    left: -11px;
    display: block;
    width: 22px;
    height: 22px;
    content: "";
    border: 1px solid #fff;
    border-radius: 50%;
}

.inner-development .development-scroll .itempack .picbox {
    margin: 10px 0;
}

.inner-development .development-scroll .itempack .picbox .img-size {
    padding-bottom: 47.05882353%;
}

.inner-development .development-scroll .itempack .txt .date {
    font-family: "Bebas Neue";
    font-size: 32px;
    line-height: 1.4;
    margin: 0;
}

.inner-development .development-scroll .itempack .txt .note p {
    font-size: 14px;
    line-height: 24px;
    overflow: hidden;
    height: 94px;
    margin: 0;
}

@media (max-width: 1470px) {
    .inner-development .development-scroll .itempack .txt .note p {
        font-size: 14px;
    }
}
@media (max-width: 1470px) {
	.inner-development .development-scroll .itempack .txt .note p {
	    font-size: 12px;
	}
}
.inner-development .development-scroll .itempack .txt .note p::-webkit-scrollbar {
    position: absolute;
    left: 0;
    width: 4px;
}

.inner-development .development-scroll .itempack .txt .note p::-webkit-scrollbar-track {
    background-color: #dcdcdc;
}

.inner-development .development-scroll .itempack .txt .note p::-webkit-scrollbar-thumb {
    background-color: #9f9f9f;
}

.inner-development .development-scroll .slick-current .itempack:after {
    background-color: #fff;
}

.inner-service-customer .customer>ul {
    font-size: 0;
    margin: 0 -10px;
}

@media (max-width: 767px) {
    .inner-service-customer .customer>ul {
        margin: 0 -5px;
    }
}

.inner-service-customer .customer>ul>li {
    font-size: 14px;
    display: inline-block;
    float: none;
    padding: 10px;
    vertical-align: top;
}

@media (max-width: 767px) {
    .inner-service-customer .customer>ul>li {
        padding: 5px;
    }
}

.inner-service-customer .customer>ul>li:nth-child(5n+3) .c-itempack,
.inner-service-customer .customer>ul>li:nth-child(5n+4) .c-itempack,
.inner-service-customer .customer>ul>li:nth-child(5n+5) .c-itempack {
    display: block;
}

.inner-service-customer .customer>ul>li:nth-child(5n+3) .c-itempack .img-size,
.inner-service-customer .customer>ul>li:nth-child(5n+4) .c-itempack .img-size,
.inner-service-customer .customer>ul>li:nth-child(5n+5) .c-itempack .img-size {
    padding-bottom: 91.93548387%;
}

.inner-service-customer .customer .c-itempack {
    display: block;
}

.inner-service-customer .customer .c-itempack .img-size {
    padding-bottom: 60%;
}

.inner-service-customer .customer .c-itempack .img-size img {
    -webkit-transition: all 1s;
    transition: all 1s;
}

.inner-service-customer .customer .c-itempack:hover .img-size img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.inner-solution-customer .solution {
    display: table;
    width: 100%;
}

@media (max-width: 767px) {
    .inner-solution-customer .solution {
        display: block;
    }
}

.inner-solution-customer .solution .s-left,
.inner-solution-customer .solution .s-right {
    display: table-cell;
    vertical-align: middle;
}

@media (max-width: 767px) {
    .inner-solution-customer .solution .s-left,
    .inner-solution-customer .solution .s-right {
        display: block;
    }
}

.inner-solution-customer .solution .s-left {
    width: 45%;
}

@media (max-width: 767px) {
    .inner-solution-customer .solution .s-left {
        width: 100%;
    }
}

.inner-solution-customer .solution .s-left img {
    width: 100%;
}

.inner-solution-customer .solution .s-right {
    width: 55%;
    padding: 30px 5%;
    background: url(../images/solution_bg.jpg) no-repeat center #f3f3f3;
}

@media (max-width: 767px) {
    .inner-solution-customer .solution .s-right {
        width: 100%;
    }
}

.inner-solution-customer .solution .s-right .title-solution h2 {
    font-size: 36px;
    line-height: 1.2;
    margin: 0;
}

@media (max-width: 1199px) {
    .inner-solution-customer .solution .s-right .title-solution h2 {
        font-size: 30px;
    }
}

@media (max-width: 991px) {
    .inner-solution-customer .solution .s-right .title-solution h2 {
        font-size: 24px;
    }
}

.inner-solution-customer .solution .s-right .title-solution h3 {
    font-size: 30px;
    line-height: 1.4;
    margin: 0;
}

@media (max-width: 1199px) {
    .inner-solution-customer .solution .s-right .title-solution h3 {
        font-size: 24px;
    }
}

@media (max-width: 991px) {
    .inner-solution-customer .solution .s-right .title-solution h3 {
        font-size: 20px;
    }
}

.inner-solution-customer .solution .s-right .s-text {
    margin-top: 20px;
}

.inner-solution-customer .solution .s-right .s-text p {
    font-size: 20px;
    line-height: 1.8;
    margin: 0;
}

@media (max-width: 1199px) {
    .inner-solution-customer .solution .s-right .s-text p {
        font-size: 18px;
    }
}

@media (max-width: 991px) {
    .inner-solution-customer .solution .s-right .s-text p {
        font-size: 16px;
    }
}

.inner-solution-customer .solution .s-right .s-number {
    overflow: hidden;
    margin-top: 50px;
}

@media (max-width: 1199px) {
    .inner-solution-customer .solution .s-right .s-number {
        margin-top: 20px;
    }
}

.inner-solution-customer .solution .s-right .s-number ul {
    margin: 0 -30px;
}

@media (max-width: 1199px) {
    .inner-solution-customer .solution .s-right .s-number ul {
        margin: 0 -15px;
    }
}

@media (max-width: 767px) {
    .inner-solution-customer .solution .s-right .s-number ul {
        margin: 0 -6px;
    }
}

.inner-solution-customer .solution .s-right .s-number li {
    margin-top: 30px;
    padding: 0 30px;
    border-right: 1px solid #d3d3d3;
}

@media (max-width: 1199px) {
    .inner-solution-customer .solution .s-right .s-number li {
        padding: 0 15px;
    }
}

@media (max-width: 767px) {
    .inner-solution-customer .solution .s-right .s-number li {
        padding: 0 6px;
    }
}

.inner-solution-customer .solution .s-right .s-number .s-num {
    text-align: center;
}

.inner-solution-customer .solution .s-right .s-number .s-num h3 {
    font-family: "Bebas Neue";
    font-size: 62px;
    line-height: 1;
    margin-top: 0;
}

@media (max-width: 1199px) {
    .inner-solution-customer .solution .s-right .s-number .s-num h3 {
        font-size: 54px;
    }
}

@media (max-width: 991px) {
    .inner-solution-customer .solution .s-right .s-number .s-num h3 {
        font-size: 44px;
    }
}

@media (max-width: 767px) {
    .inner-solution-customer .solution .s-right .s-number .s-num h3 {
        font-size: 30px;
    }
}

.inner-solution-customer .solution .s-right .s-number .s-num p {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
}

@media (max-width: 1199px) {
    .inner-solution-customer .solution .s-right .s-number .s-num p {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .inner-solution-customer .solution .s-right .s-number .s-num p {
        font-size: 12px;
        line-height: 20px;
    }
}

.inner-partners .partners {
    margin-top: -24px;
}

@media (max-width: 767px) {
    .inner-partners .partners {
        margin-top: -15px;
    }
}

.inner-partners .partners .itempack {
    margin: 35px 0;
    text-align: center;
}

@media (max-width: 1199px) {
    .inner-partners .partners .itempack {
        margin: 15px 0;
    }
}

@media (max-width: 767px) {
    .inner-partners .partners .itempack {
        margin: 8px 0;
    }
}

.inner-partners .partners .itempack .img-size {
    padding-bottom: 65%;
    border: 1px solid #c8c8c8;
}

.inner-partners .partners .itempack .img-size img {
    -webkit-transition: all 1s;
    transition: all 1s;
}

.inner-partners .partners .itempack p {
    font-size: 18px;
    line-height: 30px;
    display: -webkit-box;
    overflow: hidden;
    height: 30px;
    margin: 10px 0 0 0;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

@media (max-width: 991px) {
    .inner-partners .partners .itempack p {
        font-size: 16px;
    }
}

.inner-partners .partners .itempack:hover .img-size {
    -webkit-animation: flipInY 1s 0s ease both;
    animation: flipInY 1s 0s ease both;
}

.inner-production {
    padding-bottom: 0;
}

.inner-production .title-production h2 {
    font-size: 30px;
    line-height: 1.2;
    margin: 0;
}

@media (max-width: 1199px) {
    .inner-production .title-production h2 {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .inner-production .title-production h2 {
        font-size: 20px;
    }
}

.inner-production .p-text {
    margin-top: 20px;
}

.inner-production .p-text p {
    font-size: 16px;
    line-height: 1.875;
    margin: 0;
}

@media (max-width: 767px) {
    .inner-production .p-text p {
        font-size: 14px;
    }
}

.inner-production .p-video {
    margin-top: 60px;
}

.inner-production .p-video .video-js {
    width: 100%;
    padding-bottom: 43.75%;
}

.inner-production .p-video .video-js .play {
    font-size: 80px;
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    cursor: pointer;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    color: #fff;
}

.inner-production .p-video .video-js .play:before {
    font-family: "iconfont" !important;
    content: "\e72b";
}

.video-js .vjs-big-play-button {
    line-height: 80px;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    border: none;
    border-radius: 50%;
    outline: none;
    background: none;
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before,
.video-js .vjs-play-control .vjs-icon-placeholder:before,
.vjs-icon-play:before {
    font-family: "iconfont" !important;
    font-size: 80px;
    content: "\e72b";
}

@media (max-width: 767px) {
    .video-js .vjs-big-play-button .vjs-icon-placeholder:before,
    .video-js .vjs-play-control .vjs-icon-placeholder:before,
    .vjs-icon-play:before {
        font-size: 50px;
    }
}

.inner-technology-system .system {
    font-size: 0;
}

.inner-technology-system .system .ts-text,
.inner-technology-system .system .ts-img {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
}

.inner-technology-system .system .ts-text {
    width: 50%;
}

@media (max-width: 767px) {
    .inner-technology-system .system .ts-text {
        width: 100%;
        margin-top: 20px;
    }
}

@media (min-width: 1200px) {
    .inner-technology-system .system .ts-text p {
        font-size: 24px;
    }
}

.inner-technology-system .system .t-system:after {
    display: block;
    width: 140px;
    height: 2px;
    content: "";
    background-color:#005198;
}

.inner-technology-system .system .t-system h2 {
    font-size: 36px;
    line-height: 1.4;
    margin: 0;
}

@media (max-width: 1199px) {
    .inner-technology-system .system .t-system h2 {
        font-size: 30px;
    }
}

@media (max-width: 991px) {
    .inner-technology-system .system .t-system h2 {
        font-size: 24px;
    }
}

.inner-technology-system .system .ts-img {
    width: 50%;
    padding-right: 5%;
}

@media (max-width: 767px) {
    .inner-technology-system .system .ts-img {
        width: 100%;
        padding-right: 0;
    }
}

.inner-technology-system .system .ts-img img {
    max-width: 100%;
    /* -webkit-animation: morphing 20s infinite;
    animation: morphing 20s infinite; */
}

.inner-technology-quality {
    background-color: #f6f6f6;
}

.inner-technology-quality .t-quality {
    text-align: center;
}

.inner-technology-quality .t-quality h2 {
    font-size: 36px;
    line-height: 1.4;
    margin: 0;
}

@media (max-width: 1199px) {
    .inner-technology-quality .t-quality h2 {
        font-size: 30px;
    }
}

@media (max-width: 991px) {
    .inner-technology-quality .t-quality h2 {
        font-size: 24px;
    }
}

.inner-technology-quality .t-quality p {
    font-size: 16px;
    line-height: 2;
    margin: 10px 0 0 0;
}

.inner-technology-quality .tq-text {
    max-width: 1260px;
    margin: 0 auto;
    margin-top: 20px;
    text-align: center;
}

@media (min-width: 1200px) {
    .inner-technology-quality .tq-text p {
        font-size: 20px;
    }
}

.inner-technology-quality .imgwrap {
    margin-top: 30px;
}

.inner-technology-quality .imgwrap>ul {
    font-size: 0;
}

.inner-technology-quality .imgwrap>ul>li {
    font-size: 14px;
    display: inline-block;
    width: 20%;
    padding: 6px;
    vertical-align: top;
}

@media (max-width: 767px) {
    .inner-technology-quality .imgwrap>ul>li {
        width: 50%;
    }
}

.inner-technology-quality .imgwrap .q-itempack {
    display: block;
}

.inner-technology-quality .imgwrap .q-itempack .img-size {
    padding-bottom: 142.42424242%;
}

.inner-technology-quality .imgwrap .q-itempack .img-size img {
    -webkit-transition: all 1s;
    transition: all 1s;
}

.inner-technology-quality .imgwrap .q-itempack:hover .img-size img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

@media (min-width: 1200px) {
    .inner-technology-equipment .tq-text p {
        font-size: 20px;
    }
}

.inner-technology-equipment .equipment .q-itempack {
    display: block;
    margin-top: 30px;
    text-align: center;
}

.inner-technology-equipment .equipment .q-itempack .img-size {
    padding-bottom: 63.63636364%;
    border: 1px solid #dcdcdc;
}

.inner-technology-equipment .equipment .q-itempack .img-size img {
    -webkit-transition: all 1s;
    transition: all 1s;
}

.inner-technology-equipment .equipment .q-itempack p {
    font-size: 20px;
    line-height: 30px;
    margin: 14px 0 0 0;
}

@media (max-width: 991px) {
    .inner-technology-equipment .equipment .q-itempack p {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .inner-technology-equipment .equipment .q-itempack p {
        font-size: 16px;
    }
}

.inner-technology-equipment .equipment .q-itempack:hover .img-size img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.inner-technology-equipment .equipment .q-itempack:hover p {
    color:#005198;
}

.inner-research .research {
    margin-top: -30px;
}

.inner-research .research .r-itempack {
    display: block;
    margin-top: 30px;
}

.inner-research .research .r-itempack p{ font-size:16px; padding-top:5px; text-align:center; line-height:2; overflow:hidden; margin:0;}


@media (max-width: 767px) {
    .inner-research .research .r-itempack {
        margin-top: 14px;
    }
	
	.inner-research .research .r-itempack p{ font-size:14px; padding-top:2px; text-align:center; line-height:2; overflow:hidden; margin:0;}
	
}

.inner-research .research .r-itempack .img-size {
    padding-bottom: 56.36363636%;
}

.inner-research .research .r-itempack .img-size img {
    -webkit-transition: all 1s;
    transition: all 1s;
}

.inner-research .research .r-itempack:hover .img-size img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.inner-join .j-img .i-part {
    margin-top: 30px;
}

.inner-join .j-img .i-part .img-size {
    padding-bottom: 60.71428571%;
}

.inner-join .join {
    margin-top: 50px;
}

@media (max-width: 991px) {
    .inner-join .join {
        margin-top: 30px;
    }
}

.inner-join .join-list {
    clear: both;
}

.inner-join .join-list>ul>li {
    margin-top: 30px;
}

.inner-join .join-list .itempack:hover .title-item p {
    color:#ce000c;
}

.inner-join .join-list .title-item {
    cursor: pointer;
    text-align: left;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.inner-join .join-list .title-item>ul {
    font-size: 0;
    position: relative;

}

@media (max-width: 991px) {
    .inner-join .join-list .title-item>ul {
        padding-right: 50px;
    }
}

.inner-join .join-list .title-item>ul>li {
    font-size: 14px;
    display: inline-block;
    width: 23%;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    vertical-align: top;
}

@media (max-width: 767px) {
    .inner-join .join-list .title-item>ul>li {
        width: 25%;
    }
}

.inner-join .join-list .title-item>ul>li:last-child {
    
    width: 8%;
    height: 100px; line-height:100px;
    padding: 35px 20px; text-align:center;
    background-color: #eee;
}

@media (max-width: 991px) {
    .inner-join .join-list .title-item>ul>li:last-child {
        width: 50px;
        padding: 10px;
    }
}

.inner-join .join-list .title-item>ul>li:last-child .apply {
   
 
    display: block;
    width: 100%;
    height: 100%;
}



.inner-join .join-list .title-item:hover>ul>li:last-child .apply{ color:#fff;}

.inner-join .join-list .title-item>ul>li:last-child p {
    padding: 0;
}

.inner-join .join-list .title-item>ul>li:last-child img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    opacity: 0.8;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-filter: gray;
    filter: gray;
}

@media (max-width: 767px) {
    .inner-join .join-list .title-item>ul>li:last-child img {
        max-width: 80%;
    }
}

.inner-join .join-list .title-item>ul>li:last-child:hover {
    background-color:#005198; color:#fff;
}

.inner-join .join-list .title-item>ul>li:last-child:hover img {
    opacity: 1;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.inner-join .join-list .title-item p {
    font-size: 18px;
    line-height: 30px;
    margin: 0;
    padding: 35px 20px;
    color: #878787;
}

@media (max-width: 1800px) {
    .inner-join .join-list .title-item p {
        font-size: 16px;
    }
}

@media (max-width: 1470px) {
    .inner-join .join-list .title-item p {
        font-size: 15px;
        padding: 35px 10px;
    }
}

@media (max-width: 991px) {
    .inner-join .join-list .title-item p {
        font-size: 14px;
        padding: 20px 10px;
    }
}

@media (max-width: 767px) {
    .inner-join .join-list .title-item p {
        font-size: 12px;
        line-height: 20px;
        padding: 5px 5px;
    }
}

.inner-join .join-list .desc,
.inner-join .join-list .email {
    display: none;
}

@media (max-width: 767px) {
    .inner-join .join-list .link {
        margin-top: 10px;
    }
}

.inner-join .join-list .link a {
    font-size: 14px;
    line-height: 46px;
    display: inline-block;
    margin-top: 30px;
    padding: 0 50px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    text-align: center;
    vertical-align: top;
    color: #fff;
    background-color: #1058bb;
}

.inner-join .join-list .link a:hover {
    background-color: #09890a;
}

.inner-join .join-list .current .title-item .more {
    color:#005198;
}

.maskbg {
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
}

.fixed-message {
    position: fixed;
    z-index: 100001;
    top: 50%;
    left: 5%;
    display: none;
    overflow: hidden;
    overflow-y: auto;
    width: 90%;
    max-height: 90%;
    padding: 20px 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.fixed-message .messageinfo {
    position: relative;
    height: 100%;
    margin: 0 auto;
    padding: 0 30px;
    background-color: #fff;
}

.fixed-message .title-message {
    padding: 20px 0;
    text-align: right;
}

.fixed-message .title-message .m-close {
    display: inline-block;
    width: 42px;
    height: 42px;
    cursor: pointer;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    text-align: center;
    color: #666;
    border: 1px solid #666;
    border-radius: 50%;
    background-color: #fff;
}

.fixed-message .title-message .m-close:after {
    font-family: "iconfont" !important;
    font-size: 30px;
    line-height: 42px;
    display: block;
    content: "\e61b";
}

.fixed-message .title-message .m-close:hover {
    color: #fff;
    background-color:#005198;
}

.fixed-message .title-item {
    padding: 30px 0;
    text-align: center;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

@media (max-width: 991px) {
    .fixed-message .title-item {
        padding: 10px 0;
    }
}

.fixed-message .title-item>ul>li {
    display: inline-block;
    padding: 0 30px;
    vertical-align: top;
}

@media (max-width: 1600px) {
    .fixed-message .title-item>ul>li {
        padding: 0 20px;
    }
}

@media (max-width: 1470px) {
    .fixed-message .title-item>ul>li {
        padding: 0 10px;
    }
}

.fixed-message .title-item>ul>li:last-child {
    display: none;
}

.fixed-message .title-item>ul>li p {
    font-size: 20px;
    line-height: 30px;
    margin: 0;
}

@media (max-width: 1600px) {
    .fixed-message .title-item>ul>li p {
        font-size: 18px;
    }
}

@media (max-width: 1470px) {
    .fixed-message .title-item>ul>li p {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .fixed-message .title-item>ul>li p {
        font-size: 14px;
        line-height: 24px;
    }
}

.fixed-message .desc {
    padding: 50px 5%;
}

@media (max-width: 767px) {
    .fixed-message .desc {
        padding: 30px 0;
    }
}

.fixed-message .desc p,
.fixed-message .desc b {
    font-size: 16px;
    line-height: 2.25;
    margin: 0;
}

@media (max-width: 767px) {
    .fixed-message .desc p,
    .fixed-message .desc b {
        font-size: 14px;
        line-height: 24px;
    }
}

.fixed-message .desc p {
    color: #666;
}

.fixed-message .email {
    padding: 0 5% 50px;
}

@media (max-width: 767px) {
    .fixed-message .email {
        padding: 0 0 30px 0;
    }
}

.fixed-message .email p {
    font-size: 16px;
    line-height: 36px;
}

.fixed-message .email p a {
    color:#005198;
}

.inner-news .news-top {
    margin-top: -30px;
}

.inner-news .itempack {
    margin-top: 30px;
}

.inner-news .news .n-itempart {
    display: block;
    margin-top: 60px;
    padding: 20px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    background-color: #f7f7f7;
}

@media (max-width: 1199px) {
    .inner-news .news .n-itempart {
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .inner-news .news .n-itempart {
        padding: 10px;
    }
}

.inner-news .news .n-itempart .date {
    font-family: "DIN";
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    color: #c6c6c6;
}

@media (max-width: 767px) {
    .inner-news .news .n-itempart .date {
        font-size: 20px;
    }
}

.inner-news .news .n-itempart h3 {
    font-size: 24px;
    line-height: 30px;
    display: -webkit-box;
    overflow: hidden;
    max-height: 30px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

@media (max-width: 991px) {
    .inner-news .news .n-itempart h3 {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .inner-news .news .n-itempart h3 {
        font-size: 18px;
        margin: 10px 0;
    }
}

.inner-news .news .n-itempart p {
    font-size: 16px;
    line-height: 36px;
    display: -webkit-box;
    overflow: hidden;
    max-height: 72px;
    margin: 0;
    color: #757575;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

@media (max-width: 767px) {
    .inner-news .news .n-itempart p {
        font-size: 14px;
        line-height: 24px;
        max-height: 48px;
    }
}

.inner-news .news .n-itempart:hover {
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.inner-news .news .n-itempart:hover h3 {
    color:#005198;
}

.inner-news-show {
    overflow: visible;
}

.inner-news-show .container {
    max-width: 1440px;
}

.inner-news-show .title-news {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 10px;
    border-bottom: 1px solid #f1f1f1;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

@media (max-width: 767px) {
    .inner-news-show .title-news {
        display: block;
    }
}

.inner-news-show .title-news h1 {
    font-size: 26px;
    line-height: 40px;
    display: block;
    margin: 0 0 10px 0;
    color: #333;
}

@media (max-width: 991px) {
    .inner-news-show .title-news h1 {
        font-size: 22px;
        line-height: 30px;
    }
}

@media (max-width: 767px) {
    .inner-news-show .title-news h1 {
        font-size: 18px;
    }
}

.inner-news-show .title-news p {
    font-size: 16px;
    line-height: 30px;
    margin: 0;
    color: #b8b7b7;
}

@media (max-width: 767px) {
    .inner-news-show .title-news p {
        font-size: 14px;
    }
}

.inner-news-show .title-news p span {
    display: inline-block;
    margin: 0 5px;
    vertical-align: top;
}

.inner-news-show .title-news .share {
    white-space: nowrap;
}

.inner-news-show .title-news .share a {
    font-size: 20px;
    line-height: 50px;
    display: inline-block;
    width: 50px;
    height: 50px;
    margin: 0;
    margin-left: 20px;
    padding: 0;
    text-align: center;
    vertical-align: top;
    border: 0;
    border-radius: 50%;
    background-color: #e0e0e0;
}

@media (max-width: 991px) {
    .inner-news-show .title-news .share a {
        line-height: 40px;
        width: 40px;
        height: 40px;
        margin-left: 10px;
    }
}

.inner-news-show .title-news .share a:before {
    font-family: "iconfont" !important;
    font-size: 24px;
    font-weight: normal;
    content: "\e604";
    color: #fff;
}

.inner-news-show .title-news .share a:hover {
    background-color: #bfd2ec;
}

.inner-news-show .title-news .share a:hover:before {
    color:#005198;
}

.inner-news-show .title-news .share a.icon-qzone:before {
    content: "\e698";
}

.inner-news-show .title-news .share a.icon-wechat:before {
    content: "\e604";
}

.inner-news-show .title-news .share a.icon-weibo:before {
    content: "\e666";
}

.inner-news-show .text {
    font-size: 16px;
    line-height: 2.25;
    overflow: hidden;
    padding-top: 40px;
}

@media (max-width: 991px) {
    .inner-news-show .text {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .inner-news-show .text {
        font-size: 14px;
        line-height: 26px;
        padding-right: 0;
    }
}

.inner-news-show .text p {
    margin: 0;
    color: #666;
}

.inner-news-show .text img {
    max-width: 100%;
    height: auto !important;
}

.inner-news-show .news-relate {
    margin-top: 60px;
}

@media (max-width: 991px) {
    .inner-news-show .news-relate {
        margin-top: 30px;
    }
}

.inner-news-show .news-relate a {
    font-size: 16px;
    line-height: 60px;
    display: block;
    overflow: hidden;
    height: 60px;
    margin-top: 10px;
    padding: 0 20px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    border: 1px dashed #dcdcdc;
    border-radius: 30px;
}

@media (max-width: 991px) {
    .inner-news-show .news-relate a {
        font-size: 14px;
        line-height: 44px;
        height: 44px;
        padding: 0 14px;
    }
}

.inner-news-show .news-relate a:hover {
    color: #fff;
    border-color:#005198;
    background-color:#005198;
}

.social-share {
    -webkit-text-stroke-width: 0;
}

.wechat-qrcode .help p {
    font-size: 12px;
}

.inner-download .download {
    margin-top: -30px;
}

.inner-download .download .itemgroup {
    display: block;
    margin-top: 30px;
}

.inner-download .download .itemgroup .picbox {
    padding: 18px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    background-color: #fff;
}

@media (max-width: 991px) {
    .inner-download .download .itemgroup .picbox {
        padding: 10px;
    }
}

@media (max-width: 767px) {
    .inner-download .download .itemgroup .picbox {
        padding: 5px;
    }
}

.inner-download .download .itemgroup .picbox .img-size {
    padding-bottom: 147.22222222%;
}

.inner-download .download .itemgroup .picbox .img-size img {
    -webkit-transition: all 1s;
    transition: all 1s;
}

.inner-download .download .itemgroup .desc {
    position: relative;
    margin-top: 30px;
    padding: 0 90px 0 14px;
    border: 1px dashed #d2d2d2;
    border-radius: 30px;
}

@media (max-width: 767px) {
    .inner-download .download .itemgroup .desc {
        margin-top: 10px;
        padding-right: 70px;
    }
}

.inner-download .download .itemgroup .desc h3 {
    font-size: 16px;
    line-height: 40px;
    display: -webkit-box;
    overflow: hidden;
    height: 40px;
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

@media (max-width: 767px) {
    .inner-download .download .itemgroup .desc h3 {
        font-size: 14px;
    }
}

.inner-download .download .itemgroup .desc .down {
    line-height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 80px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    text-align: center;
    color: #666;
    border-radius: 0 30px 30px 0;
    background-color: #e5e5e5;
}

@media (max-width: 767px) {
    .inner-download .download .itemgroup .desc .down {
        width: 60px;
    }
}

.inner-download .download .itemgroup:hover .picbox {
    background-color:#005198;
}

.inner-download .download .itemgroup:hover .picbox .img-size img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.inner-download .download .itemgroup:hover .desc h3 {
    color:#005198;
}

.inner-download .download .itemgroup:hover .desc .down {
    color: #fff;
    background-color:#005198;
}

.inner-contact .contact ul {
    margin: 0;
    margin-top: 30px;
    border: 1px solid #e5e5e5;
}

.inner-contact .contact ul li {
    padding: 50px 30px;
    text-align: center;
    border-right: 1px solid #e5e5e5;
}

@media (max-width: 1199px) {
    .inner-contact .contact ul li {
        padding: 30px 15px;
    }
}

@media (max-width: 767px) {
    .inner-contact .contact ul li {
        border-bottom: 1px solid #e5e5e5;
    }
}

.inner-contact .contact ul li:last-child {
    border-right: none;
}

@media (max-width: 767px) {
    .inner-contact .contact ul li:last-child {
        border-bottom: none;
    }
}

.inner-contact .contact .i-conpart .icon {
    font-size: 60px;
  
    width: 100px;
    height: 100px;
    margin: 0 auto;
    margin-bottom: 20px;
    text-align: center;
    color:#005198;
    border: 1px solid#005198;
    border-radius: 50%;
}


.inner-contact .contact .i-conpart .icon img{ width:72px;}

@media (max-width: 991px) {
    .inner-contact .contact .i-conpart .icon {
        font-size: 50px;
        line-height: 80px;
        width: 80px;
        height: 80px;
    }
}

@media (max-width: 767px) {
    .inner-contact .contact .i-conpart .icon {
        font-size: 40px;
        line-height: 58px;
        width: 70px;
        height: 70px;
    }
	
	.inner-contact .contact .i-conpart .icon img{ width:43px;}
}

.inner-contact .contact .i-conpart h3 {
    font-family: "Bebas Neue";
    font-size: 48px;
    line-height: 1.4;
}

@media (max-width: 1199px) {
    .inner-contact .contact .i-conpart h3 {
        font-size: 40px;
    }
}

@media (max-width: 991px) {
    .inner-contact .contact .i-conpart h3 {
        font-size: 30px;
    }
}

.inner-contact .contact .i-conpart p {
    font-size: 16px;
    line-height: 30px;
    margin: 0;
}

.wrap-map {
    padding-bottom: 80px;
}

.wrap-map .map {
    height: 800px;
}

@media (max-width: 1199px) {
    .wrap-map .map {
        height: 600px;
    }
}

@media (max-width: 767px) {
    .wrap-map .map {
        height: 400px;
    }
}

.inner-product-custom {
    padding: 300px 0 110px;
    color: #fff;
    background: url(../images/product_bg.jpg) no-repeat center;
    background-size: cover;
}

@media (max-width: 1470px) {
    .inner-product-custom {
        padding: 200px 0 110px;
    }
}

@media (max-width: 767px) {
    .inner-product-custom {
        padding: 140px 0 60px;
    }
}

.inner-product-custom .product-custom {
    max-width: 1070px;
    margin: 0 auto;
    text-align: center;
}

.inner-product-custom .product-custom .t-product h2 {
    font-size: 48px;
}

@media (max-width: 1470px) {
    .inner-product-custom .product-custom .t-product h2 {
        font-size: 40px;
    }
}

@media (max-width: 1199px) {
    .inner-product-custom .product-custom .t-product h2 {
        font-size: 34px;
    }
}

@media (max-width: 991px) {
    .inner-product-custom .product-custom .t-product h2 {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .inner-product-custom .product-custom .t-product h2 {
        font-size: 24px;
    }
}

.inner-product-custom .product-custom .t-text {
    margin-top: 30px;
}

.inner-product-custom .product-custom .t-text p {
    font-size: 16px;
    line-height: 1.875;
    margin: 0;
}
.inner-product-custom .product-custom .t-text p:first-child {
	padding-bottom:10px;
}
.inner-product-custom .product-custom .t-text p span {
	font-size:20px;
}
.inner-product-custom .product-custom .t-text p i {
	padding:0 5px;
}
@media (max-width:768px) {
	.inner-product-custom .product-custom .t-text p span {
		font-size:16px;
	}
	.inner-product-custom .product-custom .t-text p i {
		padding:0 2px;
	}
}
.inner-product-custom .product-custom .tel {
    margin-top: 30px;
}

.inner-product-custom .product-custom .tel h3 {
    font-family: "Bebas Neue";
    font-size: 48px;
    line-height: 48px;
    margin: 0;
}

@media (max-width: 767px) {
    .inner-product-custom .product-custom .tel h3 {
        font-size: 40px;
    }
}

.inner-product-custom .product-custom .c-nav {
    margin-top: 200px;
}

@media (max-width: 1350px) {
    .inner-product-custom .product-custom .c-nav {
        margin-top: 150px;
    }
}

@media (max-width: 767px) {
    .inner-product-custom .product-custom .c-nav {
        margin-top: 80px;
    }
}

.inner-product-custom .product-custom .c-nav ul {
    font-size: 0;
    border: 1px solid #fff;
}

.inner-product-custom .product-custom .c-nav ul li {
    font-size: 14px;
    display: inline-block;
    width: 25%;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    vertical-align: top;
    border-right: 1px solid #fff;
}

@media (max-width: 767px) {
    .inner-product-custom .product-custom .c-nav ul li {
        width: 50%;
    }
    .inner-product-custom .product-custom .c-nav ul li:nth-child(2) {
        border-right: none;
    }
    .inner-product-custom .product-custom .c-nav ul li:nth-child(1),
    .inner-product-custom .product-custom .c-nav ul li:nth-child(2) {
        border-bottom: 1px solid #fff;
    }
}

.inner-product-custom .product-custom .c-nav ul li:last-child {
    border-right: none;
}

.inner-product-custom .product-custom .c-nav ul li a {
    font-size: 20px;
    line-height: 30px;
    display: block;
    padding: 15px;
}

@media (max-width: 1199px) {
    .inner-product-custom .product-custom .c-nav ul li a {
        font-size: 18px;
    }
}

@media (max-width: 991px) {
    .inner-product-custom .product-custom .c-nav ul li a {
        font-size: 16px;
    }
}

.inner-product-custom .product-custom .c-nav ul li.active,
.inner-product-custom .product-custom .c-nav ul li:hover {
    background-color:#005198;
}

.inner-product {
    background-color: #f8f8f8;
}

.inner-product .product ul {
    margin: 0 -10px;
}

.inner-product .product ul li {
    padding: 10px;
}

.inner-product .product .itempack {
    display: block;
    background-color: #fff;
}

@media (max-width: 767px) {
    .inner-product .product .itempack {
        text-align: center;
    }
}

.inner-product .product .itempack .pimg .img-size {
    padding-bottom: 77.64705882%;
}

.inner-product .product .itempack .pimg .img-size img {
    -webkit-transition: all 1s;
    transition: all 1s;
}

.inner-product .product .itempack .title-desc {
    font-size: 0;
    position: relative;
    padding: 50px 150px 50px 30px;
}

@media (max-width: 1199px) {
    .inner-product .product .itempack .title-desc {
        padding: 30px 130px 30px 10px;
    }
}

@media (max-width: 767px) {
    .inner-product .product .itempack .title-desc {
        padding: 10px;
    }
}

.inner-product .product .itempack .title-desc h3,
.inner-product .product .itempack .title-desc .more {
    display: inline-block;
    vertical-align: middle;
}

.inner-product .product .itempack .title-desc h3 {
    font-size: 24px;
    line-height: 40px;
    display: -webkit-box;
    overflow: hidden;
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

@media (max-width: 1199px) {
    .inner-product .product .itempack .title-desc h3 {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .inner-product .product .itempack .title-desc h3 {
        font-size: 16px;
    }
}

.inner-product .product .itempack .title-desc .more {
    font-size: 16px;
    line-height: 40px;
    position: absolute;
    top: 50px;
    right: 30px;
    display: block;
    width: 120px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    text-align: center;
    color: #b6b6b6;
    border: 1px solid #eee;
    border-radius: 50px;
}

@media (max-width: 1199px) {
    .inner-product .product .itempack .title-desc .more {
        top: 30px;
    }
}

@media (max-width: 767px) {
    .inner-product .product .itempack .title-desc .more {
        font-size: 14px;
        line-height: 30px;
        position: relative;
        top: 0;
        right: auto;
        width: 100px;
        margin: 0 auto;
    }
}

.inner-product .product .itempack:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.inner-product .product .itempack:hover .img-size img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.inner-product .product .itempack:hover .title-desc h3 {
    color:#005198;
}

.inner-product .product .itempack:hover .title-desc .more {
    color: #fff;
    border-color:#005198;
    background-color:#005198;
}

.inner-product .showMorehandle {
    margin-top: 60px;
    text-align: center;
}

@media (max-width: 991px) {
    .inner-product .showMorehandle {
        margin-top: 30px;
    }
}

.inner-product .showMorehandle a {
    font-size: 18px;
    line-height: 60px;
    display: inline-block;
    padding: 0 60px;
    color: #bab9b9;
    border: 1px solid #dcdcdc;
    border-radius: 40px;
}

@media (max-width: 991px) {
    .inner-product .showMorehandle a {
        font-size: 16px;
        line-height: 40px;
        padding: 0 40px;
    }
}

.inner-product-show {
    background-color: #f8f8f8;
}

.inner-product-show .product-show {
    font-size: 0;
    overflow: hidden;
}

.inner-product-show .product-show .p-left,
.inner-product-show .product-show .p-right {
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
}

.inner-product-show .product-show .p-left {
    width: 76%;
    padding-right: 30px;
}

@media (max-width: 1470px) {
    .inner-product-show .product-show .p-left {
        width: 70%;
    }
}

@media (max-width: 767px) {
    .inner-product-show .product-show .p-left {
        width: 100%;
        padding-right: 0;
    }
}

.inner-product-show .product-show .p-left .pro-info {
    font-size: 0;
    background-color: #fff;
}

.inner-product-show .product-show .p-left .pro-info .img-l,
.inner-product-show .product-show .p-left .pro-info .pro-r {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
}

.inner-product-show .product-show .p-left .pro-info .img-l {
    width: 60%;
}

@media (max-width: 991px) {
    .inner-product-show .product-show .p-left .pro-info .img-l {
        width: 100%;
    }
}

.inner-product-show .product-show .p-left .pro-info .img-l .img-size {
    padding-bottom: 77.64705882%;
}

.inner-product-show .product-show .p-left .pro-info .pro-r {
    width: 40%;
    padding: 0 3%;
    border-left: 1px solid #e7e5e5;
}

@media (max-width: 991px) {
    .inner-product-show .product-show .p-left .pro-info .pro-r {
        width: 100%;
        padding: 30px 15px;
        border: none;
    }
}

.inner-product-show .product-show .p-left .pro-info .pro-r .t-pro h1 {
    font-size: 36px;
    line-height: 1.2;
}

@media (max-width: 1470px) {
    .inner-product-show .product-show .p-left .pro-info .pro-r .t-pro h1 {
        font-size: 30px;
    }
}

@media (max-width: 991px) {
    .inner-product-show .product-show .p-left .pro-info .pro-r .t-pro h1 {
        font-size: 24px;
    }
}

.inner-product-show .product-show .p-left .pro-info .pro-r .t-note {
    margin-top: 30px;
}

@media (max-width: 1470px) {
    .inner-product-show .product-show .p-left .pro-info .pro-r .t-note {
        margin-top: 20px;
    }
}

.inner-product-show .product-show .p-left .pro-info .pro-r .t-note p {
    font-size: 16px;
    line-height: 2.25;
    margin: 0;
}

@media (max-width: 1470px) {
    .inner-product-show .product-show .p-left .pro-info .pro-r .t-note p {
        line-height: 30px;
    }
}

@media (max-width: 767px) {
    .inner-product-show .product-show .p-left .pro-info .pro-r .t-note p {
        font-size: 14px;
        line-height: 24px;
    }
}

.inner-product-show .product-show .p-left .pro-info .pro-r .tel {
    margin-top: 30px;
    padding: 20px 0;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
}

@media (max-width: 1470px) {
    .inner-product-show .product-show .p-left .pro-info .pro-r .tel {
        margin-top: 20px;
        padding: 10px 0;
    }
}

.inner-product-show .product-show .p-left .pro-info .pro-r .tel h3 {
    font-family: "ITC Avant Garde Gothic Book";
    font-size: 48px;
    line-height: 1;
    margin: 0;
    color:#005198;
}

@media (max-width: 1700px) {
    .inner-product-show .product-show .p-left .pro-info .pro-r .tel h3 {
        font-size: 40px;
    }
}

@media (max-width: 1470px) {
    .inner-product-show .product-show .p-left .pro-info .pro-r .tel h3 {
        font-size: 30px;
    }
}

.inner-product-show .product-show .p-left .pro-info .pro-r .tel h3:before {
   
    font-size: 80px;
    display: inline-block;
    margin-right: 8px;
  
    vertical-align: middle;
}

.inner-product-show .product-show .p-left .pro-info .pro-r .tel h3 img{ width:45px;}

@media (max-width: 1700px) {
    .inner-product-show .product-show .p-left .pro-info .pro-r .tel h3:before {
        font-size: 60px;
    }
}

.inner-product-show .product-show .p-left .pro-info .pro-r .p-link {
    margin-top: 30px;
}

.inner-product-show .product-show .p-left .pro-info .pro-r .p-link a {
    font-size: 18px;
    line-height: 48px;
    display: block;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    text-align: center;
    color: #fff;
    background-color:#005198;
}

.inner-product-show .product-show .p-left .pro-info .pro-r .p-link a:hover {
    background-color: #e60909;
}

.inner-product-show .product-show .p-left .pro-par {
    margin-top: 20px;
    padding: 30px;
    background-color: #fff;
}

@media (max-width: 991px) {
    .inner-product-show .product-show .p-left .pro-par {
        padding: 20px;
    }
}

.inner-product-show .product-show .p-left .pro-par img {
    max-width: 100%;
    height: auto !important;
}

.inner-product-show .product-show .p-left .pro-par table {
    font-size: 16px;
    line-height: 2;
    width: 100%;
    border: 1px solid #dcdcdc;
}

@media (max-width: 767px) {
    .inner-product-show .product-show .p-left .pro-par table {
        font-size: 14px;
    }
}

.inner-product-show .product-show .p-left .pro-par table td,
.inner-product-show .product-show .p-left .pro-par table th {
    padding: 10px;
    border: 1px solid #dcdcdc;
}

.inner-product-show .product-show .p-left .pro-relate {
    margin-top: 40px;
}

@media (max-width: 991px) {
    .inner-product-show .product-show .p-left .pro-relate {
        margin-top: 30px;
    }
}

.inner-product-show .product-show .p-left .pro-relate a {
    font-size: 16px;
    line-height: 60px;
    display: block;
    overflow: hidden;
    height: 60px;
    margin-top: 10px;
    padding: 0 20px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    border-radius: 30px;
    background-color: #fff;
}

@media (max-width: 991px) {
    .inner-product-show .product-show .p-left .pro-relate a {
        font-size: 14px;
        line-height: 44px;
        height: 44px;
        padding: 0 14px;
    }
}

.inner-product-show .product-show .p-left .pro-relate a:hover {
    color: #fff;
    border-color:#005198;
    background-color:#005198;
}

.inner-product-show .product-show .p-right {
    width: 24%;
    margin-bottom: -99999px;
    padding: 40px;
    padding-bottom: 99999px;
    background-color: #f1f1f1;
}

@media (max-width: 1470px) {
    .inner-product-show .product-show .p-right {
        width: 30%;
        padding: 30px 30px 99999px;
    }
}

@media (max-width: 991px) {
    .inner-product-show .product-show .p-right {
        padding-top: 20px;
        padding-right: 20px;
        padding-left: 20px;
    }
}

@media (max-width: 767px) {
    .inner-product-show .product-show .p-right {
        width: 100%;
        margin-top: 30px;
        margin-bottom: 0;
        padding-bottom: 20px;
    }
}

.inner-product-show .product-show .p-right .title-p-right h3 {
    font-size: 24px;
    margin: 0;
}

.inner-product-show .product-show .p-right .itempack {
    display: block;
    margin-top: 30px;
    background-color: #fff;
}

@media (max-width: 767px) {
    .inner-product-show .product-show .p-right .itempack {
        margin-top: 14px;
    }
}

.inner-product-show .product-show .p-right .itempack .img-size {
    padding-bottom: 77.64705882%;
}

.inner-product-show .product-show .p-right .itempack .img-size img {
    -webkit-transition: all 1s;
    transition: all 1s;
}

.inner-product-show .product-show .p-right .itempack .title-desc h3 {
    font-size: 18px;
    line-height: 60px;
    display: -webkit-box;
    overflow: hidden;
    height: 60px;
    margin: 0;
    padding: 0 30px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.inner-product-show .product-show .p-right .itempack:hover .img-size img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.inner-product-show .product-show .p-right .itempack:hover .title-desc h3 {
    color:#005198;
}

.page {
    padding-top: 70px;
    text-align: right;
}

@media (max-width: 991px) {
    .page {
        padding-top: 40px;
    }
}

.page a {
    font-size: 16px;
    line-height: 30px;
    line-height: 56px;
    display: inline-block;
    width: 56px;
    height: 56px;
    margin: 0 6px;
    padding: 0 4px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    text-align: center;
    vertical-align: top;
    color: #aaa;
    border: 1px solid #dcdcdc;
    background-color: #fff;
}

@media (max-width: 991px) {
    .page a {
        line-height: 50px;
        width: 50px;
        height: 50px;
    }
}

@media (max-width: 767px) {
    .page a {
        line-height: 34px;
        width: 34px;
        height: 34px;
        margin: 0 4px;
    }
}


.icon-chakanxiangqing:before {
 font-family: "fangsong" !important;
 font-size: 35px;
  content: "≡";
}

.icon-chahao:before{

 font-family: "fangsong" !important;
 font-size: 35px;
  content: "✕";
  }


.page a.prev:before,
.page a.next:before {
    font-family: "fangsong" !important;
    font-size: 20px;
    content: "<";
}

@media (max-width: 767px) {
    .page a.prev:before,
    .page a.next:before {
        font-size: 16px;
    }
}

.page a.next:before {
    content: ">";
}

.page a:hover,
.page a.active {
    color: #fff;
    background-color:#005198;
}

.lazy {
    background-repeat: no-repeat;
    background-position: center;
}

.fancybox-slide--iframe .fancybox-content {
    width: 100% !important;
    max-width: 100% !important;
    height: 100% !important;
    max-height: 100% !important;
    margin: 0;
}

a {
    color: inherit;
}

a:hover {
    text-decoration: none;
    color: inherit;
}

.nicescroll-rails {
    position: relative !important;
    margin-top: 50px;
}

@media (max-width: 991px) {
    .nicescroll-rails {
        margin-top: 30px;
    }
}

.nicescroll-rails:before {
    position: absolute;
    z-index: 2;
    top: 30px;
    left: 0;
    display: block;
    width: 100%;
    height: 8px;
    content: "";
    background: #e9e9ea;
}

.nicescroll-cursors {
    border: none !important;
}

.nicescroll-cursors::before {
    position: absolute;
    z-index: 2;
    top: 30px;
    left: 0;
    display: block;
    width: -webkit-calc(100% - 34px);
    width: calc(100% - 34px);
    width: 100%;
    height: 8px;
    content: "";
    background:#005198;
}

.nicescroll-cursors::after {
    position: absolute;
    z-index: 3;
    top: 0;
    right: 0;
    width: 64px;
    height: 70px;
    content: "";
    background: url(../images/scroll.png) no-repeat;
}

.banner .play {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    cursor: pointer;
    z-index: 2;
    color: #ffffff;
    font-size: 20px;
    text-align: center;
}

.banner .play:before {
    font-family: "iconfont" !important;
    content: "\e617";
    display: block;
    font-size: 50px;
}

@media (max-width: 991px) {
    .banner .play {
        top: 75%;
        font-size: 15px;
    }
    .banner .play:before {
        font-size: 40px;
    }
}


 .banner .scr {
  position: absolute;
  z-index: 10;
  bottom: 4vh;
  right: 5vw;
  padding-top: 90px;
  cursor: pointer;
}
 .banner .scr > span {
  position: absolute;
  top: 0;
  left: 50%;
  text-align: center;
  width: 84px;
  height: 84px;
  line-height: 84px;
  display: block;
  letter-spacing: 5px;
  transform: translateX(-50%) rotate(90deg);
  -webkit-transform: translateX(-50%) rotate(90deg);
  -moz-transform: translateX(-50%) rotate(90deg);
  -o-transform: translateX(-50%) rotate(90deg);
  -ms-transform: translateX(-50%) rotate(90deg);
}
 .banner .scr #mouse {
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  -ms-transform: scale(0.8);
}
 .banner .scr #mouse #mouse-move {
  animation: Tmouse 0.8s cubic-bezier(0.56, 0.01, 0.46, 1) infinite alternate;
}
@keyframes Tmouse {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    -ms-transform: translateY(8px);
    -o-transform: translateY(8px);
    transform: translateY(8px);
  }
}

.f-bold {
    font-weight: bold;
}
.f-14 {
    font-size: 14px;
}
.wc {
    color: #fff;
}


.home-about .title-home {
    text-align: left;
}

.home-about .title-home h2 {
    margin: 0;
}

.container {
    max-width: 1920px;
    margin: 0 auto;
}


.video-js .vjs-play-control .vjs-icon-placeholder:before {
	font-size:18px;
}


@media (max-width: 991px) {
  .banner .scr{ display:none;}
}
