@font-face {
	font-family: 'word1';
	src: url('https://www.nyp-pump.cn/template/default/style/%3C!--%7B$url_index%7D--%3Etemplate/default/assets/images//ALIBABA-PUHUITI-BOLD.TTF') format('truetype');
}


@font-face {
	font-family: 'constan';
    src:url('../font/ALIBABA-PUHUITI-BOLD.TTF') format('truetype');
}


input {
    padding: 0;
    margin: 0;
    font-family: 'Microsoft YaHei';
}

img {
    border: none;
    background: none;
    vertical-align: middle;
}

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

select,
input,
img,
select {
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

table,
th,
td {
    vertical-align: middle
}

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

.clearfix {
    zoom: 1
}

.clearboth {
    height: 0px;
    line-height: 0px;
    overflow: hidden;
    clear: both;
    font-size: 0px;
}

hr {
    border: 0;
    border-top: 1px solid #ccc;
    height: 0;
}

p {
    margin: 0;
}

h1,
h2,
h3,
h4 {
    font-weight: bold;
    line-height: 1.7;
}

.wd1200 {
    width: 1200px;
    margin: 0 auto;
}


/*滚动*/

#demo {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

#indemo {
    float: left;
    width: 800%
}

#demo1 {
    float: left;
}

#demo2 {
    float: left;
}

#m_demo {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

#m_indemo {
    float: left;
    width: 800%
}

#m_demo1 {
    float: left;
}

#m_demo2 {
    float: left;
}


/*----- Common css ------*/

.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

.dib {
    *display: inline;
    _zoom: 1;
    _display: inline;
    _font-size: 0px;
}

.com-img {
    display: block;
    overflow: hidden;
}

.com-img img {
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}

.com-img:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.max1600 {
    max-width: 1630px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

.flex {
    display: flex;
    justify-content: space-between;
}


/*头部样式*/

.top_head {
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 999;
    top: 0px;
}

.top_head .flex {
    height: 90px;
    align-items: center;
}

.logo {
    width: 20%;
    position: relative;
}

.logo img {
    max-width: 100%;
}

.top_right {
    /* width: 50%; */
    position: relative;
    display: flex;
    justify-content: space-between;
}
.top_right span:hover .select{
    text-decoration:none;
}
.lan{position:inherit;}

.ft_xx {
    display: flex;
}

.ft_xx li {
    position: relative;
    padding: 0 1.5rem;
    font-size: .8rem;
    color: #333333;
}

.ft_xx li span {
    padding-right: 15px;
}
.select{height:0;background:#fff;color:#333;overflow:hidden;z-index:9999999;position:absolute;top:30px;}
.select a{}
.select img{z-index:9999999;}

/* top_menu */

.top_menu {
    position: fixed;
    background: #3b3b3b;
    height: 50px;
    top: 90px;
    width: 100%;
    z-index: 99;
}

.n_banner{
    margin-top: 0%;
}

@media screen and (min-width: 768px){
    .n_banner{
    margin-top: 7.333333%;
}
}

.top_ss {
    float: right;
    position: relative;
    width: 15.869%;
    padding: 8px 0;
}

.top_ss #formsearch {
    width: 100%;
    height: 30px;
    line-height: 30px;
    border-radius: 30px;
    background: #fff;
}

.top_ss #formsearch input {
    height: 30px;
    line-height: 30px;
    background: #fff;
    border: none;
    outline: none;
    float: left;
}

.top_ss #formsearch input#keyword {
    height: 30px;
    line-height: 30px;
    padding-left: 15px;
    color: #686868;
    background: none;
    border: none;
    font-size: 13px;
    width: calc(100% - 60px);
}

.top_ss #formsearch input#s_btn {
    width: 60px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    border: none;
    cursor: pointer;
    background: url(../image/ssbg.png) no-repeat center;
}


/* c1_index */

.c1_index {
	height: calc(100vh - 100px);
    position: relative;
    overflow: hidden;
}


/*定位*/

.pos-r {
    position: relative;
    z-index: 0;
}

.p-Ycenter {
    position: absolute;
    top: 50%;
    z-index: 0;
    transform: translateY(-50%);
}


/*尺寸*/

.m-WH100 {
    max-height: 100%;
    max-width: 100%;
}


/*显示/隐藏尺寸*/

.pc,
.pc-800 {
    display: block;
}

.mob,
.mob-800 {
    display: none;
}

.ov-h {
    overflow: hidden;
}


/*浮动*/

.clear {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.float-R {
    float: right;
}

.float-L {
    float: left;
}


/*宽度*/

.imgW-100,
.w-100 {
    width: 100%;
}

.w-1200 {
    width: 62.5%;
}

.w-1400 {
    width: 73%;
}

.w-1600 {
    width: 84%;
}

.w-1200,
.w-1400,
.w-1600 {
    margin: 0 auto;
}

.w-50 {
    width: 50%;
}


/*对齐方式*/

.flex-wrap {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}

.dis-t,
.dis-m,
.dis-b {
    display: inline-block;
}

.dis-t {
    vertical-align: top;
}

.dis-m {
    vertical-align: middle;
}

.dis-b {
    vertical-align: bottom;
}

.v-align-m1,
.v-align-m2 {
    font-size: 0;
}

.v-align-m1:before,
.v-align-m2:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0;
}

.m-ot {
    margin: 0 auto;
}

.block {
    display: block;
}


/*字号*/

.f-0 {
    font-size: 0;
}

.f-12 {
    font-size: 12px;
}

.f-14 {
    font-size: 14px;
}

.f-16 {
    font-size: 16px;
}

.f-18 {
    font-size: 18px;
}

.f-20 {
    font-size: 20px;
}

.f-24 {
    font-size: 1.25vw;
}

.f-26 {
    font-size: 1.35vw;
	padding:25px 0;
}

.f-28 {
    font-size: 1.45vw;
}

.f-30 {
    font-size: 1.55vw;
}

.f-32 {
    font-size: 1.65vw;
}

.f-38 {
    font-size: 2vw;
}

.f-48 {
    font-size: 2.5vw;
}

.f-60 {
    font-size: 3.12vw;
}


/*颜色*/

.c-fff {
    color: #fff;
}

.b-fff {
    background: #fff;
}

.c-ddd {
    color: #ddd;
}

.c-bbb {
    color: #bbb;
}

.c-ccc {
    color: #ccc;
}

.c-f5 {
    color: #f5f5f5;
}

.c-999 {
    color: #999;
}

.c-888 {
    color: #888;
}

.c-777 {
    color: #777;
}

.c-666 {
    color: #666;
}

.c-444 {
    color: #444;
}

.c-333 {
    color: #333;
}


/*字体*/

.font-over1 {
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.font-over2 {
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.text-u {
    text-transform: uppercase;
}

.text-c {
    text-transform: capitalize;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}


/*  */

@media screen and (min-width: 801px) {
    .i2 {
        height: 43vw;
    }
}

.text-u {
    padding-bottom: 0px;
}

@keyframes a1 {
    0% {
        transform: translateY(0);
    }
    20% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-5px);
    }
    50% {
        transform: translateY(0);
    }
    60% {
        transform: translateY(-3px);
    }
    80% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes a2 {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes a3 {
    0%,
    50% {
        background: #28395b;
    }
    51%,
    100% {
        background: #fff;
    }
}

.a1 i {
    width: 3.5vw;
    height: 3.5vw;
}

.a1 i:before,
.a1 i:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    left: 0;
    top: 0;
    border-radius: 50%;
    box-sizing: border-box;
    transition: 0.5s ease 0s;
}

.a1 i:before {
    border: 1px dashed;
    animation: a2 15s linear 0s infinite;
}

.a1 i:after {
    border: 1px solid #e8e8e8;
    /*transform:scale(0.75);*/
    width: 75%;
    height: 75%;
    left: 12.5%;
    top: 12.5%;
}

.a1 small {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.a1 span {
    margin-left: 1vw;
}

.num {
    margin-bottom: 0.5vw;
}


/*  */

.title1 p:before,
.title1 p:after {
    content: '';
    position: absolute;
    right: -1vw;
    transform: translateX(100%);
    z-index: -1;
    border-radius: 999px;
    height: 4px;
}

.title1 p {
    line-height: 1;
}

.title1 p:before {
    bottom: 0.4vw;
    width: 1vw;
}

.title1 p:after {
    bottom: 1vw;
    width: 1.5vw;
}

.c1.title1 p:before,
.c1.title1 p:after {
    background: #ba4241;
}

.c2.title1 p:before,
.c2.title1 p:after {
    background: #fff;
}


/*  */

#i2-swiper2 {
    width: 100%;
    height: 100%;
}

.i2 h3 {
    font-weight: normal;
}

.i2 .L {
    background-image: url(../image/c1left.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    padding-left: 10vw;
    padding-right: 19vw;
}

.i2 .M {
    width: 32vw;
    height: 32vw;
    z-index: 1;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.i2 .R {
    height: 100%;
    padding: 6vw 10vw 7vw 18vw;
}

.i2 .LB p {
    -webkit-line-clamp: 5px;
    line-height: 2px;
    max-height: 160px;
    margin-top: 2vw;
    margin-bottom: 2vw;
}

.i2 .LB h3 {
    font-weight: normal;
}

.i2 .i2-text p {
    margin-top: 5px;
}

.i2 .R li {
    height: auto;
    margin-top: 1vw;
    width: auto;
}

.i2 .R i {
    width: 1.7vw;
    height: 1.7vw;
    margin-left: 1vw;
}

.i2 .R a {
    padding-right: 2vw;
}

.i2 .R a:after {
    display: block;
    content: '';
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
    background: #fff;
    border-radius: 50%;
    border: 2px solid #888;
    box-sizing: border-box;
    transition: 0.5s ease 0s;
    width: 1vw;
    height: 1vw;
}

.i2 .R .swiper-slide-thumb-active p,
.i2 .R .swiper-slide-thumb-active h3 {
    color: #e25518;
}

.i2 .R .swiper-slide-thumb-active a:after {
    border-color: #e25518;
}

.i2 .M-border {
    height: 100%;
    width: 100%;
    animation: a2 40s linear 0s infinite;
}

.i2 .M-border:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    z-index: -1;
    border: 1px solid #dcdcdc;
    box-sizing: border-box;
}

.i2 .M-border:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #e25518;
    margin-top: 1px;
    animation: a3 40s linear 0s infinite;
}

@keyframes a1 {
    0% {
        transform: translateY(0);
    }
    20% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-5px);
    }
    50% {
        transform: translateY(0);
    }
    60% {
        transform: translateY(-3px);
    }
    80% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes a2 {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes a3 {
    0%,
    50% {
        background: #fff;
    }
    51%,
    100% {
        background: #fff;
    }
}

.i2 .M-box {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 1.5vw;
    left: 0px;
    top: 0px;
    z-index: 0;
}

.i2 .M-bg {
    border-radius: 50%;
    width: 100%;
    height: 100%;
}

.i2 .M ul {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.i2 .M li {
    position: absolute;
    width: 80%;
    height: 80%;
    top: 10%;
    left: 10%;
    z-index: -1;
    transform: scale(0.5);
    opacity: 0;
    transition: 0.5s ease 0s;
}

.i2 .M li img {
    max-height: 100%;
    max-width: 100%;
    transition: 0.5s linear 0s;
    border-radius: 300px;
    transform: scale(1.1);
}

.i2 .M li.on {
    transform: scale(1);
    opacity: 1;
    transition-delay: 0.4s;
    z-index: 0;
}

.i2 .a1:hover span {
    color: #fff;
}

.i2 .R a>div {
    width: calc(100% - 4.5vw);
}

@keyframes img {
    100% {
        transform: scale(1.07);
    }
}

@media screen and (min-width: 801px) {
    .i2 .M li:hover img,
    .i3 [class*="PhotoList"] li:hover a {
        transform: scale(1.3);
    }
    .i2 .R a:hover h3 {
        color: #e25518;
    }
    .i2 .L:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: -1;
    }
    .i2 .M {
        width: 40vw;
        height: 40vw;
        z-index: 1;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
    .i2 {
        height: 43vw;
    }
}


@media screen and (max-width: 1100px) {
    .i2 .L {
        padding-left: 4vw;
    }
    .i2 .R {
        padding-right: 4vw;
    }
    .i2 .M-border:after {
        width: 8px;
        height: 8px;
    }
    .i2 .R a {
        padding-right: 3vw;
    }
    .i2 .R a:after {
        width: 1.6vw;
        height: 1.6vw;
    }
    .i2 .R i {
        width: 4.5vw;
        height: 4.5vw;
    }
    .i2 .R a>div {
        width: calc(100% - 5.5vw);
    }
}

@media screen and (max-width: 800px) {
    .i2 {
        padding-top: 6vw;
    }
    .i2 .L {
        padding-right: 0;
        float: none;
        background: none;
    }
    .i2 .R {
        float: none;
    }
    .i2 .M {
        width: 90vw;
        height: 90vw;
        position: relative;
        transform: none;
        margin: 0 auto;
        left: 0;
        top: 0;
        margin-top: 0;
        z-index: 0;
    }
    .i2 .M-box {
        padding: 4vw;
    }
    /* .i2 .M-bg {
        box-shadow: 8px 0 5vw 0 rgba(40, 57, 91, 0.1);
    } */
    .i2 .R {
        float: none;
        width: 100%;
        padding: 0;
        height: auto;
        margin-top: 15vw;
    }
    .i2 .R a {
        padding-right: 0;
    }
    .i2 .R a:after {
        position: static;
        width: 3vw;
        height: 3vw;
        margin: 4vw auto 0;
        transform: none;
    }
    .i2 .i2-text p {
        margin-top: 1vw;
    }
    .i2 .R a>div {
        width: auto;
    }
    .i2 .R i {
        width: auto;
        height: 10vw;
        margin-left: 3vw;
    }
    .i2 .R i img {
        max-height: none;
        max-width: none;
        height: 100%;
    }
    .i2 .R li {
        margin-top: 0;
    }
    .i2 .R li {
        margin: 0 5vw;
    }
    .i2:before {
        content: '';
        position: absolute;
        width: 50%;
        height: 116vw;
        left: 0;
        top: 0;
        z-index: -1;
        background: url(../image/c1left.jpg);
    }
    .i2 .a1 i {
        margin: 0 auto;
    }
    .i2 .a1 span {
        margin-left: 0;
        margin-top: 1vw;
    }
    .i2 .i-btn {
        margin-top: 5vw;
    }
}

@media screen and (max-width: 800px) {
    .mt-5v {
        margin-top: 5vw;
    }
    .f-3v8 {
        font-size: 3.8vw;
    }
    .f-4v4 {
        font-size: 4.4vw;
    }
    .f-5v {
        font-size: 5vw;
    }
    .f-5v6 {
        font-size: 5.6vw;
    }
    .f-6v25 {
        font-size: 6.25vw;
    }
    .pc-800 {
        display: none;
    }
    .mob-800 {
        display: block;
    }
}

@media (max-width:480px) {
    .c1_index {
        padding-bottom: 30px;
    }
}


/* c2_index */

.c2_index {
    position: relative;
    background: url(../image/c2bg.jpg) no-repeat;
    background-size: cover;
    padding: 4.427vw 0;
    overflow: hidden;
}

.c2_index .flex {
    flex-wrap: wrap;
}

.c2_left {
    width: 50%;
    padding-left: 8.333vw;
}

.c2_left h2 {
    font-size: 2rem;
    color: #333333;
    font-weight: normal;
    padding-bottom: 15px;
    line-height: 1.5;
    background: url(../image/sline1.jpg) no-repeat left bottom;
}

.c2_left h2 em {
    display: block;
    font-style: inherit;
    font-family: "Myriad Pro";
    font-size: 1.2rem;
    text-transform: uppercase;
}

.c2_left .abbtxt {
    line-height: 2;
    padding: 2rem 0;
    font-size: .8rem;
    color: #666666;
}

.ggt_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ggt_list li {
    width: 22%;
    text-align: center;
    background: #fff;
    padding: 1.5rem 0;
    border-bottom: 2px solid #036eb7;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
}

.ggt_list li a {
    display: block;
}

.ggt_list li .simg {
    line-height: 60px;
}

.ggt_list li .simg img {
    vertical-align: middle;
    max-width: 100%;
    margin: 0 auto;
}

.ggt_list li h3 {
    font-weight: normal;
    font-size: 16px;
    color: #6b6b6b;
    line-height: 2;
}

.ggt_list li:hover {
    background: #036eb7;
}

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

.ggt_list li:hover h3 {
    color: #fff;
}


/*  */

.c2_right {
    width: 50%;
    padding-left: 8.166vw;
    padding-top: 8.3vw;
}

.c2_right .video {
    width: 100%;
}

.c2_right .video img {
    width: 100%;
}
.c2_right .sjvideo{
    display: none;
}
@media (max-width:990px){
.c2_right .sjvideo {
    width: 100%;
    display:block;
}

.c2_right .sjvideo img {
    width: 100%;
}
.c2_right .video{
    display:none;
}
}


/* c3_index */

.c3_index {
    position: relative;
    padding: 4.6875vw 0 5.729vw;
    overflow: hidden;
}

.ttt3 {
    text-align: center;
    background: url(../image/line2.png) no-repeat center bottom;
    padding-bottom: 10px;
}

.ttt3 h3 {
    font-weight: normal;
    font-size: 2rem;
    color: #333;
    line-height: 1.5;
}

.ttt3 p {
    font-size: 1.2rem;
    text-transform: uppercase;
}

.c3_list {
    font-size: 0;
    margin: 0 -.5%;
    margin-top: 2.604vw;
}

.c3_list li {
    display: inline-block;
    vertical-align: top;
    width: 13.28%;
    text-align: center;
    margin: 0 .5% 10px .5%;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    background: #f4f4f4;
    padding: 2.604vw 0;
}

.c3_list li a {
    display: block;
}

.c3_list li .uimg {
    line-height: 100px;
    height: 100px;
}

.c3_list li .uimg img {
    max-width: 100%;
    margin: 0 auto;
}

.c3_list li h3 {
    font-size: 0.8rem;
    color: #333333;
    font-weight: normal;
}

.c3_list li .liney {
    width: 50px;
    height: 2px;
    display: block;
    background: #036eb7;
    margin: 1rem auto;
}

.c3_list li:hover {
    box-shadow: 0px 5px 15px rgba(0, 0, 0, .2);
    transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    background: #0772bc;
}

.c3_list li:hover .uimg img {
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(282deg) brightness(102%) contrast(101%);
}

.c3_list li:hover h3 {
    color: #fff;
}

.c3_list li:hover .liney {
    background: #fff;
}


/* c4_index */

.c4_index {
    position: relative;
    background: url(../image/c4bg.jpg) no-repeat;
    background-size: cover;
    padding: 4.6875vw 0;
    overflow: hidden;
}

.c4_list {
    position: relative;
    margin: 0 -8px;
    margin-top: 40px;
}

.c4_list .slick-slide {
    position: relative;
    text-align: center;
    margin: 0 8px;
}

.c4_list .slick-slide a {
    display: block;
}

.c4_list .slick-slide .com-img img {
    width: 100%;
}

.c4_list .slick-slide .cfu {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99;
    background: rgba(0, 0, 0, .3);
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    opacity: 0;
}

.c4_list .slick-slide .cfu h3 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
}

.c4_list .slick-slide .cfu h3 em {
    display: block;
    width: 43px;
    height: 43px;
    background: url(../image/jiahao.png) no-repeat center;
    margin: 0 auto;
    margin-top: 1rem;
}

.c4_list .slick-slide:hover .cfu {
    opacity: 1;
}

.cha {
    text-align: center;
    margin-top: 2.2rem;
}

.cha a {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    background: #036eb7;
    width: 214px;
    line-height: 45px;
}


/*c5_index*/

.c5_index {
    position: relative;
    padding: 3.125% 0;
    overflow: hidden;
}

.c5_ttt {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.c5_ttt h3 {
    color: #333333;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.5;
}

.c5_ttt h3 em {
    display: block;
    font-style: inherit;
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: -1px;
}

.c5_ttt ul {
    position: relative;
    display: flex;
}

.c5_ttt ul li {
    position: relative;
    margin: 0 .5rem;
}

.c5_ttt ul li a {
    display: block;
    color: #333333;
    font-size: 16px;
    padding: .5rem 2rem;
    background: #eaeaea;
}

.c5_ttt ul li a:hover {
    background: #036eb7;
    color: #fff;
}


/*  */

.news_list22 {
    position: relative;
    font-size: 0;
    margin: 0 -1%;
    margin-top: 2.125%;
}

.news_list22 li {
    position: relative;
    display: inline-block;
    width: 31.33%;
    margin: 0 1% 10px 1%;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, .1);
}

.news_list22 li::before {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 0px;
    height: 2px;
    background: #036eb7;
    content: "";
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
}

.news_list22 li:hover::before {
    width: 100%;
}

.news_list22 li a {
    display: block;
}

.news_list22 li .com-img img {
    width: 100%;
}

.news_list22 li .kuan {
    padding: 15px;
}

.news_list22 li .kuan i {
    display: block;
    font-style: inherit;
    color: #999999;
    font-size: 14px;
    padding: 18px 0 10px;
}

.news_list22 li .kuan h3 {
    font-size: 18px;
    color: #333333;
    padding-bottom: 10px;
    font-weight: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.news_list22 li .kuan span {
    font-size: 14px;
    display: block;
    color: #999999;
    margin-top: 10px;
    line-height: 1.7;
    padding-bottom: 25px;
}

.news_list22 li:hover .kuan h3 {
    color: #036eb7;
}

@media (max-width: 992px) {
    .news_list22 {
        flex-wrap: wrap;
    }
    .news_list22 li {
        width: 48%;
    }
    .news_list22 li .kuan h3 {
        padding-bottom: 10px;
    }
    .news_list22 li .kuan span {
        font-size: 12px;
    }
}

@media (max-width: 768px) {
    .news_list22 li {
        width: 98%;
    }
    .c5_ttt h3 {
        font-size: 20px;
    }
    .c5_ttt h3 em {
        font-size: 14px;
    }
}


/*c6_index*/

.c6_index {
    position: relative;
    background: #f5f5f5;
    padding: 2.125% 0;
    overflow: hidden;
}

.c6_list {
    display: flex;
    justify-content: space-between
}

.c6_list li {
    position: relative;
}

.c6_list li a {
    display: block
}

.c6_list li span {
    float: left;
    width: 66px;
    height: 66px;
    overflow: hidden;
}

.c6_list li span img {
    max-width: 100%;
}

.c6_list li:hover span img {
    margin-top: -66px;
}

.c6_list li .time2 {
    float: left;
    margin-left: 20px;
    padding-top: 10px;
}

.c6_list li .time2 h3 {
    color: #666666;
    font-size: 18px;
    font-weight: 400;
}

.c6_list li .time2 h4 {
    color: #666666;
    font-size: 16px;
    font-weight: 600;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

@media (max-width:1200px) {
    .c6_list {
        flex-wrap: wrap;
    }
    .c6_list li {
        margin-bottom: 20px;
        width: 50%;
    }
}

@media (max-width:992px) {
    .c6_list li {
        margin-bottom: 15px;
        width: 100%;
    }
}

@media (max-width:500px) {
    .c6_list li span {
        width: 20%;
    }
    .c6_list li .time2 {
        width: 70%;
    }
    .c6_list li .time2 h3 {
        font-size: 16px;
    }
    .c6_list li .time2 h4 {
        font-size: 16px;
    }
}


/*底部搜索*/

.foot_search {
    /*float: right;*/
    /*width:auto;*/
}

.foot_ewm {
    padding-left: 15px;
    padding-right: 15px;
}

.hotSearch {
    margin-top: 20px;
    color: rgba(255, 255, 255, .5);
    font-size: 14px;
}

.hotSearch a {
    color: rgba(255, 255, 255, .5);
    font-size: 14px;
    padding: 0px 3px;
}

#formsearch2 {
    width: 337px;
    background: url(../image/foot_ss.png) no-repeat center center;
}

#formsearch2 input {
    height: 40px;
    border: none;
    line-height: 40px;
    outline: none;
    background: none;
}

#formsearch2 input#keyword {
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
    color: #666;
    float: left;
    width: 80%;
}

#formsearch2 input#s_btn {
    width: 20%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    border: none;
    cursor: pointer;
    float: left;
}

@media (max-width:1200px) {
    #formsearch2 {
        width: 100%;
        background-size: 100%;
    }
}

#formsearch2 input::-webkit-input-placeholder,
#formsearch2 textarea::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #a8abaf;
    opacity: .5;
}

#formsearch2 input:-moz-placeholder,
textarea:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #a8abaf;
    opacity: .5;
}

#formsearch2 input::-moz-placeholder,
textarea::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #a8abaf;
    opacity: .5;
}

#formsearch2 input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #a8abaf;
    opacity: .5;
}

#formsearch2 input[type='text']::-webkit-input-placeholder {
    color: #a8abaf;
    opacity: .5;
}


/*------------内页-------------------*/

.left .box {
    margin-bottom: 15px;
}

.left .box h3 {
    line-height: 59px;
    font-weight: 400;
    font-family: "微软雅黑";
    background: #014c90;
    font-size: 20px;
    color: #fff;
    padding-left: 40px;
    position: relative;
}

.left .box .content {
    padding: 5px 0;
    background: #f0f0f0;
}

.prodescription {
    border: 1px solid #e5e5e5;
    background: #f9f9f9;
    line-height: 24px;
    padding: 10px;
    margin-bottom: 15px;
    text-indent: 20px;
}

.topbanner {
    width: 100%;
    height: 807px;
}

.left {}

.sort_menu {}

.sort_menu h3 {
    background-color: #ececec;
    line-height: 28px;
    padding-left: 15px;
    font-weight: bold;
}

.sort_product {
    margin-top: 10px;
}

.sort_product h3 {
    background-color: #ececec;
    line-height: 28px;
    padding-left: 15px;
    font-weight: bold;
}

.n_contact {
    margin-top: 10px;
}

.n_contact h3 {
    background-color: #ececec;
    line-height: 28px;
    padding-left: 15px;
    font-weight: bold;
}

.left .n_contact .content {
    padding: 20px;
    line-height: 30px;
    color: #000;
}

.right {
    padding-bottom: 10px;
}

.sitemp {
    border-bottom: 1px solid #ddd;
    padding-top: 15px;
}

.pages {
    padding-top: 0px;
}
.pages .max1600 {
    /*max-width: 1730px;*/
    /*padding-left: 15px;*/
    /*padding-right: 15px;*/
    /*margin: 0 auto;*/
}

.sitemp a {
    color: #666;
}

.sitemp h2 {
    font-size: 16px;
    color: #014c90;
    line-height: 40px;
    height: 40px;
    overflow: hidden;
}

.sitemp .site {
    color: #000;
    font: 400 14px/30px "Microsoft Yahei";
}

.sitemp .site a {
    color: #000;
}

.right .content {
    padding: 10px 0 10px;
    overflow: hidden;
    line-height: 24px;
}

.right .content img {
    max-width: 100%;
    width: auto !important;
    height: auto !important;
}

.bottom_tel {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 62px;
    background: url(../image/top_bg.jpg) repeat-x left top;
}

.span-line {
    border-left: #ccc 1px solid;
}

.bottom_tel a {
    display: block;
    height: 62px;
}

.bottom_tel a.tel {
    background: url(../image/tel.png) no-repeat 50% 50%;
}

.bottom_tel a.mail {
    background: url(../image/mail.png) no-repeat 50% 50%;
}

.bottom_tel a.tel:hover {
    background: url(../image/tel2.png) no-repeat 50% 50%;
}

.bottom_tel a.mail:hover {
    background: url(../image/mail2.png) no-repeat 50% 50%;
}

.ys {
    height: 800px;
    position: relative;
    background: url(../image/ys.jpg) center;
    background-size: cover;
}

.ys ul {
    position: absolute;
    top: 205px;
    left: calc(50% + 400px);
}

.ys ul li {
    width: 158px;
    text-align: center;
    font: 29px/45px "微软雅黑";
    color: #000;
    background: url(../image/ysLi.png);
    margin-bottom: 25px;
    transition: 1s;
    transform: translateY(-100px);
    opacity: 0;
}

.ys ul li.on {
    transform: none;
    opacity: 1;
}

@media (max-width: 425px) {
    .news .news_list1 {
        width: 100%;
    }
    .news .news_list1 p img {
        width: 100%;
    }
}


/*互动留言*/

.vn {
    max-width: 1200px;
    margin: 0 auto;
}
.title1 p:after {
	    bottom: 1.5vw;
	    width: 2vw;
	}
	.title1 p:before {
	    bottom: 0.4vw;
	    width: 1vw;
	}

@media(max-width: 768px) {
    .vn {
        padding: 0 15px;
    }
	.title1 p:after {
		    bottom: 3vw;
		    width: 3.5vw;
		}
		.title1 p:before {
		    bottom: 0.4vw;
		    width: 2vw;
		}
}

.inquiry-con {
    margin-top: 30px;
    margin-bottom: 30px;
}

.inquiry-con h3 {
    font-size: 22px;
    color: #333;
    font-weight: 600;
    margin-bottom: 30px;
}

.inquiry-con a.submit {
    display: block;
    background: #3480ce;
    width: 132px;
    line-height: 35px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    margin-top: 15px;
}

.inquiry-list {
    margin-top: 20px;
    height: 720px;
    overflow-x: scroll;
    padding: 20px;
}

.inquiry-list li {
    padding: 20px;
    border: 1px solid #ccc;
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
}

.list-contents {
    margin-bottom: 20px;
}

.list-contents span {
    padding-top: 20px;
    font-size: 14px;
    display: block;
}

.list-contents img {
    max-width: 615px;
    max-height: 410px;
}

.list-reply {
    margin-left: 20px;
}

.list-reply h3 {
    font-size: 17px;
    color: red;
    font-weight: 600;
}

.list-reply-cons {
    text-indent: 15px;
    margin-top: 10px;
}

#edui1 {
    width: 100%!important;
}

.huifu {
    font-size: 22px;
    color: #333;
    font-weight: 600;
    margin-bottom: 30px;
    margin-top: 20px;
}


/*主体样式*/

#container {
    padding: 0 10%;
}

.boxx {
    padding: 0 10%;
}

@media (max-width: 991px) {
    .boxx {
        padding: 0;
    }
}

@media (max-width:992px) {
    .c2_left {
        padding-left: 4.333vw;
    }
    .c2_left .abbtxt {
        font-size: 14px;
    }
    .c3_list li {
        width: 32.33%;
    }
    .c3_list li h3 {
        font-size: 16px;
    }
    .cha a {
        width: 150px;
        line-height: 40px;
        font-size: 14px;
    }
    .c5_ttt ul li a {
        font-size: 14px;
    }
}

@media (max-width:768px) {
    .c2_left {
        width: 100%;
        padding: 15px;
    }
    .c2_right {
        width: 100%;
        padding: 15px;
    }
    .ggt_list li {
        padding: 10px 0;
    }
    .ggt_list li .simg {
        line-height: 50px;
    }
    .ggt_list li h3 {
        font-size: 14px;
        margin-top: 5px;
    }
    .x-layout-menu dl {
        width: 100%;
    }
    .x-layout-menu dl:nth-child(2) {
        width: 100%;
    }
}


/* 手机页脚 */

.footer3 {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: #222;
}

.footer3 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer3 ul li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    color: #ffffff;
    line-height: 50px;
    font-size: 0;
}

.footer3 ul li a {
    display: block;
    color: #ffffff;
}

.footer3 ul li .iconfont {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.footer3 ul li span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #ffffff;
}

.x-banner {
    margin-top: 140px;
}
@media (max-width: 780px){
    .x-banner {
    margin-top: 0;
}
}


/* 内页分类 */

.cate_nei {
    position: relative;
    background: #f8f8f8;
}

.cate_nei .xypg-left-nav {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cate_nei .xypg-left-nav>li {
    border: none;
    width: 16.66%;
    text-align: center;
    margin: 0;
}

.cate_nei .xypg-left-nav>li>a {
    font-size: .9rem;
    color: #666666;
    padding: 1.25rem 0;
    border-bottom: 4px solid transparent;
}

.cate_nei .xypg-left-nav>li>a.never{
    background: #036eb7;
    color: #fff;
}

.cate_nei .xypg-left-nav>li .first-nav-btn {
    display: none;
}

.cate_nei .xypg-left-nav>li:hover>a,
.cate_nei .xypg-left-nav>li.clicked>a {
    background: #f1f1f1;
    color: #036eb7;
    border-color: #036eb7;
}


.cate_nei .xypg-left-nav>li:hover .xypg-left-subnav{
    display: block;
    position: absolute;
    z-index: 999;
    left: 0px;
    top: 70px;
    font-size: 0;
    padding: 10px 0;
    display: flex;
}

.cate_nei .xypg-left-nav>li:hover .xypg-left-subnav li{
    border: none;
    margin: 10px 5px;
}

/* 内页banner */

@media (min-width:992px) {
    .page-banner {
        padding-top: 140px;
    }
    .pages {
    padding-top: 5px;
}
}

@media (min-width:768px) and (max-width:992px) {
    .page-banner {
        padding-top: 60px;
    }
}

.page-banner {
    position: relative;
}

.page-banner .wz {
    position: absolute;
    transform: translate(-50%, -55%);
    top: 55%;
    left: 50%;
    z-index: 9;
    text-align: center;
    font-size: 2.5rem;
    color: #fff;
}

.page-banner .wz::before {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 110px;
    height: 4px;
    background: #fff;
    content: "";
    z-index: 9;
}


/*内页公司简介*/

.aa_wap {
    position: relative;
    margin-top: 20px;
    padding: 60px 0;
    background: url(../image/nyp.png) no-repeat 80% top;
    background-size: 50%;
}

.aa_top {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
}

.aa_left {
    position: relative;
    width: 48%;
}

.aa_left h3 {
    color: #010101;
    font-size: 1.5rem;
    font-weight: normal;
    background: url(../image/nei_line.png) no-repeat left bottom;
    padding-bottom: 1rem;
    margin-bottom: 1.5rem
}

.aa_left .at_cname {
    font-size: 1rem;
    color: #036eb7;
    font-weight: normal;
    margin-bottom: 1.5rem
}

.aa_left .at_txt {
    line-height: 2;
    font-size: .8rem;
    color: #666666;
}

.aa_right {
    position: relative;
    width: 50%;
}

.aa_right img {
    width: 100%!important;
}


/*  */

.aa_bottom {
    margin-top: 50px;
    /*display: flex;*/
    /*justify-content: space-between;*/
    /*flex-wrap: wrap;*/
    /*align-items: flex-start;*/
}

.aa_bottom .bb_left {
    width: 48%;
}

.aa_bottom .bb_left img {
    width: 100%!important;
}

.aa_bottom .bb_right {
    width: 100%;
}

.aa_bottom .bb_right .bb_txt {
    line-height: 2;
    padding: 5px 0;
    font-size: .8rem;
    color: #666666;
    margin-bottom: 20px;
}

.aa_bottom .bb_right .bb_tu2 img {
    width: 100%!important;
}


/* 联系我们 */

.cc_wap {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 1.5rem 0 3.5rem;
}

.cc_zuo {
    position: relative;
    width: 36.25%;
}

.kh_tit {
    position: relative;
}

.kh_tit h3 {
    font-size: 1.5rem;
    color: #333333;
}

.kh_tit p {
    font-size: .8rem;
    color: #333333;
}

.x-message-wrap2 {
    margin-left: 5px;
    margin-right: 5px;
}

.x-message-wrap2 .row {
    margin-left: -5px;
    font-size: 0;
    margin-right: -5px;
}

.x-message-wrap2 div[class^='col-'] {
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
}

.x-message-wrap2 input[type='text'],
.x-message-wrap2 textarea {
    width: 100%;
    height: 42px;
    border: none;
    border-bottom: 1px solid #c9c9c9;
    padding: 0 10px;
    font-size: 14px;
    color: #727272;
    background: transparent;
    outline: none;
    margin-bottom: 10px;
    padding: 2rem 0;
}

.x-message-wrap2 input[type='text']::-webkit-input-placeholder,
.x-message-wrap2 textarea::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.8);
}

.x-message-wrap2 input[type='text']:-ms-input-placeholder,
.x-message-wrap2 textarea:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.8);
}

.x-message-wrap2 input[type='text']::-ms-input-placeholder,
.x-message-wrap2 textarea::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.8);
}

.x-message-wrap2 input[type='text']::placeholder,
.x-message-wrap2 textarea::placeholder {
    color: rgba(0, 0, 0, 0.8);
}

.x-message-wrap2 textarea {
    padding-top: 5px;
    height: 265px;
    resize: none;
    border: 1px solid #c9c9c9;
    padding: 15px;
    color: #c0c0c0;
}

.x-textarea {
    margin-top: 2rem;
}

.x-textarea h4 {
    padding-bottom: 10px;
    font-weight: normal;
    font-size: 14px;
}

.x-message-wrap2 #checkcode {
    float: left;
    width: 32.29813665%;
    margin-bottom: 0;
    height: 42px;
    line-height: 42px;
    padding: 0;
}

.x-message-wrap2 .checkCodeImg {
    float: left;
    display: block;
    text-align: center;
    width: 27.39130435%;
    height: 42px;
    font-size: 0;
    background: #e7e4e4;
    padding: 0px;
    margin-left: 10px;
}

.x-message-wrap2 .checkCodeImg img {
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.x-message-wrap2 .checkCodeImg:after {
    content: '';
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.x-message-wrap2 .checkCodeImg img {
    cursor: pointer;
}

.x-message-wrap2 .x-submit {
    float: left;
    margin-left: 10px;
    width: 135px;
    height: 42px;
    background: #036eb7;
    color: #fff;
    font-size: 14px;
    border: none;
    outline: none;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.x-message-wrap2 .x-submit:hover {
    background: #036eb7;
}


/*  */

.cc_you {
    position: relative;
    width: 54.68%;
}

.cc_ymiddle {
    position: relative;
    padding: 2rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.cc_ymiddle .cca {
    width: 68.5%;
    font-size: .8rem;
    color: #727272;
    line-height: 2.8;
}

.cc_ymiddle .ccb {
    width: 25%;
    text-align: center;
    font-size: .7rem;
    color: #727272;
    line-height: 30px;
}

.cc_map {
    position: relative;
}

.cc_map img {
    width: 100%!important;
}


/* 新闻列表页 */

.xypg-nlist {
    margin: 0 -1%;
    font-size: 0;
}

.xypg-nlist li {
    display: inline-block;
    vertical-align: bottom;
    width: 23%;
    margin: 0 1% 20px 1%;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.xypg-nlist li .a11 {
    display: block;
    position: relative;
}

.xypg-nlist li .a11 .com-img img {
    width: 100%!important;
}

.xypg-nlist li .a11 .nfu {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    text-align: center;
    opacity: 0;
}

.xypg-nlist li .a11 .nfu .nccss {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    z-index: 99;
}

.xypg-nlist li .a11 .nfu .nccss h3 {
    color: #fff;
    font-size: .8rem;
    width: 90%;
    margin: 0 auto;
    font-weight: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.xypg-nlist li .a11 .nfu .nccss em {
    display: inline-block;
    margin-top: 15px;
}

.xypg-nlist li .news_down {
    position: relative;
    margin-top: 10px;
    border: 1px solid #f2f2f2;
    padding: 0 1rem;
}

.xypg-nlist li .news_down a {
    display: block;
}

.xypg-nlist li .news_down .n_title {
    padding: 1.2rem 0;
    font-size: .8rem;
    color: #333333;
    border-bottom: 1px solid #e5e5e5;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.xypg-nlist li .news_down .flx {
    padding: 1.2rem 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.xypg-nlist li .news_down .flx span {
    display: block;
    font-size: 14px;
    color: #777777;
    text-transform: uppercase;
}

.xypg-nlist li:hover .a11 .nfu {
    opacity: 1;
}


/*  */

@media (max-width:1200px) {}

@media (max-width:992px) {
    .right .content {
        padding: 15px 0 10px;
    }
    .xypg-nlist li {
        width: 31.33%;
    }
}

@media (max-width:768px) {
    .aa_top>div {
        width: 100%!important;
        margin: 15px 0;
    }
    .aa_bottom>div {
        width: 100%!important;
        margin: 15px 0;
    }
    .cc_wap>div {
        width: 100%!important;
        margin: 15px 0;
    }
    .xypg-nlist li {
        width: 48%;
    }
}

@media (max-width:480px) {
    .cc_ymiddle>div {
        width: 100%!important;
        margin: 15px 0;
    }
    .xypg-nlist li {
        width: 98%;
    }
    .aa_wap {
        padding: 10px 0 30px;
    }
    .aa_left h3 {
        font-size: 24px;
    }
    .aa_left .at_cname {
        font-size: 15px;
    }
    .aa_left .at_txt {
        font-size: 14px;
    }
    .aa_bottom {
        margin-top: 10px;
    }
    .aa_bottom .bb_right .bb_txt {
        font-size: 14px;
    }
    .kh_tit h3 {
        font-size: 24px;
    }
    .kh_tit p {
        font-size: 14px;
    }
    .cc_ymiddle .cca {
        font-size: 14px;
    }
}


.product-detail-swiper .preview .swiper-slide.active-nav .slick-con{
    background:#fff !important;
}





/*说明书*/

.xypg-left-nav22 > li:hover > a,
.xypg-left-nav22 > li.clicked > a {
  color: #036eb7;
}












