html {
    font-size: 62.5%;
    height: 100%
}

body {
    margin: 0 auto;
    font-family: CenturyGothic, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    height: 100%;
    background: #fff;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    overflow-x: hidden
}

img {
    border: none;
}

ul li {
    list-style-type: none;
}

ul, form, p, a, img, table, tr, td, li, dd, dt, dl, span {
    margin: 0;
    padding: 0;
    list-style: none;
}
a {
    text-decoration: none;
    color: #333;
    outline: none;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
}

a:hover, button:hover {
    color: #003586;
}

h1, h2 {
    margin: 0;
    padding: 0;
    font-weight: normal;
    color: #333;
}

.clear {
    clear: both;
}

.maln {
    margin-left: auto !important
}

input, textarea, select {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    color: #999999;
    border: none;
    outline: none;
}

input, textarea {
    border: none;
    background: none;
    font-family: inherit;
}

input[type="submit"], textarea[type="submit"] {
    cursor: pointer;
}

input[type="checkbox"], textarea[type="checkbox"] {
    cursor: pointer;
}

input[type="radio"], textarea[type="radio"] {
    cursor: pointer;
}

input:focus, textarea:focus {
    outline: none;
}

textarea {
    resize: none;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.clear {
    clear: both;
}

.fix {
    *zoom: 1;
}

.fix:after, .fix:before {
    display: block;
    content: "clear";
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

article, aside, dialog, footer, header, section, footer, nav, figure, menu {
    display: block
}

::selection {
    color: #fff;
    background: #003586;
}

* {
    margin: 0px;
    padding: 0px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.self-ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
}

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

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

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

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

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}
.text-right {
    text-align: right;
}
.text-left {
    text-align: left;
}
.text-center {
    text-align: center;
}
.nlazy {
    min-width: 20%;
}
.email {
    word-break: break-all;
}
.contain {
    position: relative;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .contain {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .contain {
        width: 980px;
    }
}

@media (min-width: 1260px) {
    .contain {
        width: 1230px;
    }
}

@media (min-width: 1460px) {
    .contain {
        width: 1430px;
    }
}

/*  head  */
.head {
    background: #fff;
    width: 100%;
    left: 0px;
    top: 0px;
    z-index: 1;
}

.logo {
    display: block;
    float: left;
    width: auto;
    font-size: 0px;
}

.daoz {
    float: right;
}

.daohang {
    max-width: 910px;
}

.daohang > li {
    float: left;
    position: relative;
    z-index: 9;
    margin-left: 40px;
    text-align: right;
}

.daohang > li:nth-of-type(1) {
    margin-left: 0 !important;
}

.daohang > li > a {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    font-family: CenturyGothic;
    color: #333;
    line-height: 24px;
    position: relative;
    overflow: hidden;
    padding: 44px 1px 40px;
    text-transform: uppercase;
}

.daohang > li:hover > a {
    color: #003586;
	font-weight:bold;
}

.dangqiandao > a {
    color: #003586 !important;
	font-weight:bold;
}

.yijiw {
    background: #FFFFFF;
    box-shadow: 2px 0px 9px 0px rgba(0, 0, 0, 0.21);
    position: absolute;
    width: 202px;
    top: -9999px;
    left: 0;
    text-align: left;
}

.yiji li {
    position: relative;
    transition: 0.5s;
    padding: 5px;
}

.yiji li a {
    display: block;
    padding: 10px 20px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 20px;
    color: #555;
}

.yiji li:hover > a {
    color: #fff;
    background: #003586;
}

.erji {
    position: absolute;
    width: 206px;
    background: #FFFFFF;
    box-shadow: 2px 0px 9px 0px rgba(0, 0, 0, 0.21);
    top: -9999px;
    left: 100%;
}

.sanji {
    position: absolute;
    width: 206px;
    background: #FFFFFF;
    box-shadow: 2px 0px 9px 0px rgba(0, 0, 0, 0.21);
    top: -9999px;
    left: 100%;
}

.daohang > li:hover .yijiw {
    top: 100%;
}

.daohang > li:hover .yiji > li > a {
    line-height: 24px;
}

.yiji > li:hover .erji {
    top: 0px;
}

.yiji > li:hover .erji > li > a {
    line-height: 24px;
}

.erji > li:hover .sanji {
    top: 0px;
}

.erji > li:hover .sanji > li > a {
    line-height: 24px;
}

.matn {
    margin-top: auto !important;
}

.head-top {
    width: 100%;
    background: #E7E7E7;

}

.yvn {
    position: relative;
    min-width: 76px;
    margin-left: 22px;
    padding: 13px 0;
}

.yvzhonga {
    display: block;
    height: 24px;
    padding-left: 30px;
    padding-right: 14px;
    line-height: 24px;
    font-size: 16px;
    font-size: 1.6rem;
    color: #fff;
    cursor: pointer;
    position: relative;
    z-index: 9
}

.yvzhonga:hover {
    color: #fff;
}

.yvzhonga:before {
    content: "\e72f";
    font-family: iconfont;
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 10px;
}

.yvn i {
    position: absolute;
    left: 2px;
    top: 50%;
    transform: translateY(-50%)
}

.yvul {
    min-width: 140px;
    position: absolute;
    top: 110%;
    right: 0px;
    background: #ffffff;
    box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.16);
    display: none;
    z-index: 999;
}

.yvul a {
    display: block;
    padding: 5px 10px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
    position: relative;
    padding-left: 56px;
}

.yvul a i {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.yvul a:hover {
    color: #000;
    background: #003586;
}

.head-top-left {
    float: left;
    padding: 13px 0;
    font-size: 0;
    letter-spacing: 0;
}

.head-top-left .head-top-text {
    font-size: 14px;
    color: #000;
    line-height: 24px;
    display: inline-block;
    vertical-align: top;
    margin-right: 40px;
}

.head-top-left .head-top-text a, .head-top-left .head-top-text a:hover {
    color: #fff;
}

/*  sousuo  */
.sousuo {
    float: right;
    position: relative;
    z-index: 9;
    padding: 37px 0 35px;
    margin-left: 36px;
}

.sousuo form {
    width: 240px;
    height: 36px;
    overflow: hidden;
    position: relative;
    border: 1px solid #EBEBEB;
    background: #fff;
    color: #333;
    transition: 0.5s;
    z-index: 99999
}

.sou {
    width: 200px;
    height: 34px;
    line-height: 34px;
    padding-left: 10px;
    font-size: 14px;
    font-size: 1.4rem;
    color: #333;
}

.suo {
    width: 26px;
    height: 34px;
    float: right;
    background: none;
    position: relative;
    z-index: 9999999;
    cursor: pointer;
}

.sou1 {
    width: 20px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 14px;
    position: absolute;
    right: 5px;
    top: 5px;
    color: #333;
    font-size: 14px !important;
    cursor: pointer;
    z-index: 99990
}

/* .sousuof form{ height:36px;border:1px solid rgba(0,0,0,4);} */
.sou2 {
    width: 16px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    color: #333;
    font-size: 16px !important;
    cursor: pointer;
    font-weight: bold;
    display: none;
    z-index: 99990
}

.ynav .dangqiandao a {
    color: #fff !important;
}

.ynav {
    float: right;
    padding: 13px 0px;
    position: relative;
    cursor: pointer;
}

.yvnava {
    width: 20px;
    height: 18px;
    position: relative;
    display: none;
}

.yvnava img {
    width: 100%;
}

/* .ysp1{ display:block; width:20px; height:3px; background:#333; position:absolute; left:0px; top:0px; }
.ysp2{ display:block; width:20px; height:3px; background:#333; position:absolute; left:0px; top:50%; transform: translateY( -50%);}
.ysp3{ display:block; width:20px; height:3px; background:#333; position:absolute; left:0px; bottom:0px;}
 */
.yyiji {
    position: relative;
    width: auto;
    font-size: 0;
    letter-spacing: 0;
    border-right: 0px solid #003586;
}

.yyiji li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 32px;
}

.yyiji li a {
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
    color: #000;
    text-transform: uppercase;
}

.yyiji li a:hover {
    color: #003586;
}

.yerji {
    position: absolute;
    right: 0;
    top: 100%;
    width: 200px;
    border: solid 1px #d9d9d9;
    border-bottom: none;
    background: #fff;
    padding: 5px 0;
    border-radius: 5px;
    z-index: 9999;
    display: none;
}

.yyiji > li:hover .yerji {
    display: block;
}

.yerji li {
    display: block;
    margin-right: 0;
    padding: 0 10px;
}

.yerji li a {
    padding: 3px 5px;
    color: #333;
}

.yerji li a:hover {
    color: #fff;
    background: #003586;
}

.xnav {
    display: none
}




@media screen and (max-width: 1459px) {
    .logo {
        width: auto;
    }

    .daohang {
        max-width: 740px;
    }

    .daohang > li {
        margin-left: 28px;
    }

    .daohang > li > a {
        font-size: 15px;
        line-height: 24px;
        padding: 42px 1px 38px;
    }

    .sousuo {
        padding: 35px 0 33px;
        margin-left: 26px;
    }

    .sousuo form {
        width: 230px;
        height: 36px;
    }

    .sou {
        width: 200px;
        height: 34px;
        line-height: 34px;
    }

    .suo {
        width: 26px;
        height: 34px;
    }

    .sou1 {
        width: 20px;
        height: 24px;
        line-height: 24px;
        right: 5px;
        top: 5px;
    }

    /* .sousuof form{ height:36px;border:1px solid rgba(0,0,0,4);} */
    .sou2 {
        width: 16px;
        height: 24px;
        line-height: 24px;
        font-size: 16px !important;
    }

    .yvn {
        min-width: 76px;
        margin-left: 18px;
        padding: 12px 0;
    }

    .yvzhonga {
        height: 24px;
        padding-left: 30px;
        padding-right: 14px;
        line-height: 24px;
        font-size: 16px;
        font-size: 1.6rem;
    }

    .head-top-left {
        padding: 12px 0;
    }

    .head-top-left .head-top-text {
        font-size: 14px;
        line-height: 24px;
        margin-right: 32px;
    }

    /*  sousuo  */
    .ynav {
        padding: 12px 0px;
    }

    .yyiji li {
        margin-right: 28px;
    }

    .yyiji li a {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 24px;
    }


}

@media screen and (max-width: 1259px) {
    .logo {
        width: auto;
    }

    .daohang {
        max-width: 710px;
    }

    .daohang > li {
        margin-left: 24px;
    }

    .daohang > li > a {
        font-size: 14px;
        line-height: 24px;
        padding: 39px 1px 35px;
    }
    .yvn {
        min-width: 76px;
        margin-left: 18px;
        padding: 10px 0;
    }

    .yvzhonga {
        height: 24px;
        padding-left: 30px;
        padding-right: 14px;
        line-height: 24px;
        font-size: 14px;
        font-size: 1.4rem;
    }

    .head-top-left {
        padding: 10px 0;
    }

    .head-top-left .head-top-text {
        font-size: 13px;
        line-height: 24px;
        margin-right: 32px;
    }

    /*  sousuo  */
    .ynav {
        padding: 10px 0px;
    }

    .yyiji li {
        margin-right: 28px;
    }

    .yyiji li a {
        font-size: 13px;
        font-size: 1.3rem;
        line-height: 24px;
    }
}

@media screen and (min-width: 992px) {
    .carousel, .nav, .clear3 {
        display: none
    }
}

@media screen and (max-width: 991px) {
    .logo {
        width: auto;
        float: none;
        margin: 0 auto;
    }
    .head-top-left {
        display: none;
    }

    .yvn {
        min-width: 72px;
        padding: 8px 0;
        margin-left: 0px;
        margin-right: 38px;
    }

    .yvzhonga {
        height: 24px;
        padding-left: 30px;
        padding-right: 14px;
        line-height: 24px;
        font-size: 14px;
        font-size: 1.4rem;
    }

    .het {
        padding: 0px;
    }

    .daoz, .yijiw, .yiji2, .htag, .hexin, .shejiao, .sousuo {
        display: none
    }

    .clear3 {
        clear: both;
    }

    .header-top {
        background: #fff;
        position: relative;
        padding: 10px 0;
    }

    .header-top .item-text {
        display: none
    }

    .ynav {
        display: none
    }

    .slick-dots {
        bottom: 24px;
    }

    .slick-dots li button {
        margin: 0 15px;
    }

    .slick-dots li.slick-active button::before {
        width: 20px;
        height: 20px;
    }

    .slick-prev, .slick-next {
        width: 32px;
        height: 32px;
        line-height: 32px;
    }

    .slick-prev::before {
        font-size: 14px;
    }

    .slick-next::before {
        font-size: 14px;
    }

    .xnav {
        display: block
    }

    .nav {
        position: fixed;
        width: 35px;
        height: 25px;
        background: #003586;
        right: 10px;
        top: 8px;
        cursor: pointer;
        border-radius: 5px;
        z-index: 99999999999
    }

    .nav span {
        display: block;
        width: 20px;
        height: 2px;
        background: #fff;
        position: absolute;
        left: 50%;
        margin-left: -10px;
        top: 50%;
        transition: 0.5s;
        z-index: 9999999999
    }

    .nav .nav1 {
        margin-top: -1px;
    }

    .nav .nav2 {
        margin-top: -8px;
    }

    .nav .nav3 {
        margin-top: 6px;
    }

    .nav:hover .nav1 {
        width: 25px;
    }

    .navh .nav1 {
        transform: rotate(45deg)
    }

    .navh .nav2 {
        transform: rotate(-45deg);
        width: 10px;
        margin-left: -1px;
        margin-top: -5px;
    }

    .navh .nav3 {
        transform: rotate(-45deg);
        width: 9px;
        margin-top: 3px;
        margin-left: -8px;
    }

    .navh:hover .nav2 {
        margin-top: -8px;
        margin-left: 7px;
    }

    .navh:hover .nav3 {
        margin-top: 5px;
        margin-left: -12px;
    }

    .smdaohang {
        position: fixed;
        width: 300px;
        height: 0px;
        overflow: auto;
        top: 0px;
        right: 0px;
        background: #000;
        background: rgba(0, 0, 0, 0.8);
        z-index: 999999999;
        transition: 0.5s;
        text-align: center;
    }

    .smdaohangh {
        right: 0px;
        top: 0px;
        height: 100%;
    }

    .topnav {
        margin: auto;
        margin-top: 30px;
        padding: 20px;
    }

    ul.topnav li {
        text-align: left;
        position: relative;
    }

    ul.topnav li a {
        padding: 5px;
        padding-left: 0px;
        color: #fff;
        display: block;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 24px;
        padding-right: 50px;
    }

    ul.topnav ul {
        display: none;
    }

    ul.topnav ul li {
        clear: both;
    }

    ul.topnav ul li a {
        padding-left: 20px;
        font-size: 14px;
        font-size: 1.4rem;
        font-weight: normal;
        outline: 0;
    }

    ul.topnav ul li a:hover {
    }

    ul.topnav ul ul li a {
        padding-left: 40px;
    }

    ul.topnav ul ul ul li a {
        padding-left: 60px;
    }

    ul.topnav span {
        display: block;
        position: absolute;
        right: 0px;
        top: 7px;
        width: 20px;
        height: 20px;
        background: #fff;
        background: rgba(255, 255, 255, 0.6);
        cursor: pointer;
        border-radius: 50%;
        transition: 0.5s;
    }

    ul.topnav span:before {
        content: "";
        width: 6px;
        height: 2px;
        background: #333;
        position: absolute;
        left: 50%;
        margin-left: -3px;
        top: 50%;
        margin-top: 0px;
        transform: rotate(45deg);
        transform-origin: right center
    }

    ul.topnav span:after {
        content: "";
        width: 6px;
        height: 2px;
        background: #333;
        position: absolute;
        left: 50%;
        margin-left: -3px;
        top: 50%;
        margin-top: -1px;
        transform: rotate(-45deg);
        transform-origin: right center;
        transition: 0.5s;
    }

    ul.topnav span.yizi {
        transform: rotate(90deg)
    }

    .smdaohang form {
        margin-top: 15px;
        margin-bottom: 15px;
        width: 240px;
        height: 26px;
        border: 1px solid #fff;
        position: relative;
        background: #fff;
        border-radius: 13px;
    }

    .smdaohang form .iptc {
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 15px;
        background-color: #fff;
        width: 80%;
        height: 24px;
        line-height: 24px;
        display: block;
        float: left;
        border-radius: 10px;
    }

    .smdaohang form .ipsc {
        width: 20%;
        height: 26px;
        line-height: 26px;
        display: block;
        float: right;
        background: transparent;
        position: relative;
        z-index: 99;
    }

    .smdaohang form i {
        position: absolute;
        right: 10px;
        top: 5px;
    }
}

.product-detail {
    position: relative;
    z-index: 1;
    margin-top: 6px;
}

.prodetails-title {
    margin-bottom: 7px;
}

.pro-detail-title {
    position: relative;
    font-size: 24px;
    font-family: ITCAvantGardeStd-Md;
    color: #333;
    line-height: 30px;
    padding-bottom: 24px;
    border-bottom: 1px solid #D7D7D7;
    margin-bottom: 0px;
}

.pro-detail-title::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -2px;
    height: 5px;
    width: 95px;
    background: #003586;
}

.news-text {
    border-top: 1px solid #EBEBEB;
    border-bottom: 1px solid #EBEBEB;
    padding-bottom: 32px;
    font-size: 16px;
    color: #666;
    line-height: 26px;
}

.news-text img {
    display: block;
	width: 100%;
}

.fanpian {
    padding-top: 10px;
    margin-bottom: 10px;
}

.fanpian li {
    padding-left: 0px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 26px;
    color: #888888;
    position: relative;
    margin: 8px 0;
}