@charset "utf-8";
@import url("iconfont.css");
* {
    margin: 0;
    padding: 0
}

html {
    overflow-x: hidden;
    font-size: 13.3333333333vw
}

body {
    width: 100%;
    min-width: 320px;
    min-height: 100vh;
    margin: 0 auto;
    background: #fff;
    overflow-x: hidden;
    text-align: left;
    position: relative;
    font-size: 16px;
    color: #000
}

img {
    border: none
}

h1,
h2,
h3 {
    font-weight: 400
}

a {
    color: inherit;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent;
    outline: none;
}

input,
select,
textarea {
    font-family: PingFang SC, Hiragino Sans GB, Microsoft YaHei UI, Microsoft YaHei, Source Han Sans CN, sans-serif;
    font-size: 16px;
    outline: 0;
    margin: 0;
    padding: 0
}

input::-webkit-input-placeholder {
    color: #999!important
}

textarea::-webkit-input-placeholder {
    color: #999!important
}

input[type=button],
input[type=date],
input[type=number],
input[type=reset],
input[type=search],
input[type=submit],
input[type=text],
input[type=time] {
    -webkit-appearance: none
}

select {
    -webkit-appearance: none
}

textarea {
    -webkit-appearance: none
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none!important;
    margin: 0
}

ol,
ul {
    padding: 0;
    list-style-type: none
}

em {
    font-style: normal
}

.lt {
    float: left
}

.rt {
    float: right
}

input.sub,
label {
    border: none;
    cursor: pointer
}

input,
textarea {
    font-family: PingFang SC, Hiragino Sans GB, Microsoft YaHei UI, Microsoft YaHei, Source Han Sans CN, sans-serif;
    outline: 0;
    margin: 0;
    padding: 0
}

table {
    border-collapse: collapse
}

td,
th {
    padding: 0
}

.clearfix::after {
    content: "";
    display: block;
    clear: both
}

* {
    box-sizing: border-box
}

.fixed:before,
.clearfix:before,
.cf:before,
body:before,
.header:before,
.main:before,
.footer:before {
    content: '';
    display: table
}

.fixed:after,
.clearfix:after,
.cf:after,
.header:after,
.main:after,
.footer:after {
    content: '';
    display: table;
    clear: both;
}

.fixed,
.clearfix,
.cf,
.header,
.main,
.footer {
    *zoom: 1
}

.clear {
    clear: both;
}

.wrap {
    width: 1600px;
    position: relative;
    max-width: 100%;
    margin: 0 auto
}

.wrap::after {
    content: "";
    display: block;
    clear: both
}


/*自定义*/

body {
    font-family: roboto, 'helvetica narrow', PingFang-SC-Medium, PingFang-SC, sans-serif;
}

.welcome {
    background: #f3f3f3;
    color: #525252;
    padding: 10px 0;
}


/*header*/

.header {
    height: 135px;
    position: relative;
    background-color: #ffffff;
}

.header .logo {
    float: left;
    height: 70px;
    margin-top: 32.5px;
}

.header .logo a {
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header .logo img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

.header .nav {
    float: right;
}

.header .nav ul li {
    float: left;
    width: auto;
    color: #666564;
    font-size: 22px;
    line-height: 135px;
    margin-left: 36px;
    position: relative;
    font-weight: bold;
}

.header .nav ul li:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 3px;
    background-color: #d10202;
    left: 50%;
    transform: translateX(-50%);
    transition: all .5s ease;
}

.header .nav ul li a {
    display: block;
    color: #666564;
}

.header .nav ul li:hover:after {
    width: 100%;
    transform: translateX(-50%) scale(1.1);
}

.header .nav ul li.active:after {
    width: 100%;
}

.header .nav ul li .sub {
    position: absolute;
    width: 200%;
    left: -50%;
    text-align: center;
    top: 104px;
    z-index: 30000;
}

.header .nav ul li .sub ul li {
    float: left;
    min-width: auto;
    width: 100%;
    line-height: 50px;
    position: relative;
    text-align: center;
    margin: 0;
    padding: 0;
    font-size: 15px;
    font-weight: normal;
    background-color: #FFF;
}

.header .nav ul li .sub ul li:hover:after {
    display: none;
}

.header .nav ul li .sub ul li:hover {
    background-color: #d10202;
}

.header .nav ul li .sub ul li:hover a {
    color: #FFF;
}

.h-tel {
    float: right;
    display: inline-block;
    background-color: #d10202;
    color: #ffffff;
    font-size: 18px;
    line-height: 36px;
    margin-top: 50px;
    padding: 0 30px;
    border-radius: 18px;
    margin-left: 36px;
}

.h-tel i {
    display: inline-block;
    width: 48px;
    height: 18px;
    background: url(../images/h-tel.png) no-repeat center center;
    background-size: 100% 100%;
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -4px;
}

.h-lag {
    float: right;
    display: inline-block;
    background-color: #d10202;
    color: #ffffff;
    font-size: 18px;
    line-height: 36px;
    margin-top: 50px;
    padding: 0 30px;
    border-radius: 18px;
    margin-left: 10px;
    position: relative;
    z-index: 9;
}
.h-lag img { vertical-align:middle; width:13px; margin-left:5px; margin-top:-2px; }
.h-lag-top { height:auto; }
.h-lag-bot { position:absolute; top:35px; left:0; width:100%; height:auto; background-color:#d10202; z-index:333;text-align:center; display:none;border-radius: 0 0 18px 18px; }
.h-lag-bot a { display:block;  color:#fff; font-size:18px; line-height:40px;}
.h-lag-bot a:hover { color:#fff;font-weight: bold; }
.h-lag:hover .h-lag-bot { display:block; }
.h-lag:hover{
    border-radius: 18px 18px 0 0;
}
/*header2*/

.header2 {
    height: 60px;
    position: fixed;
    background: #ffffff;
    z-index: 22;
    top: 0;
    width: 100%;
    display: none;
}

.header2 .main-wrap {
    height: 60px;
    padding: 0 3%;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1)
}

.header2 .logo {
    width: 250px;
    height: 40px;
    margin-top: 10px;
    overflow: hidden;
    float: left;
    display: inline;
}

.header2 .logo a {
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: left;
}

.header2 .logo img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

.header2 .nav-btn {
    width: 25px;
    height: 16px;
    position: relative;
    cursor: pointer;
    margin-top: 22px;
    float: right;
    display: inline;
}

.header2 .nav-btn .zi {
    width: 20px;
    color: #d10202;
    font-size: 0;
    line-height: 1;
    position: absolute;
    right: -10px;
    top: -8px;
}

.header2 .nav-btn.active {
    -webkit-animation: rotate .5s linear 0s;
    animation: rotate .5s linear 0s
}

.header2 .nav-btn .line {
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 2px;
    background-color: #d10202;
    position: absolute;
    left: 50%;
    margin-left: -15px
}

.header2 .nav-btn .line1 {
    -webkit-transform-origin: 4px 0;
    -ms-transform-origin: 4px 0;
    transform-origin: 4px 0
}

.header2 .nav-btn.active .line1 {
    top: 0
}

.header2 .nav-btn.hover .line {
    background: #d10202
}

.header2 .nav-btn .line2 {
    top: 7px
}

.header2 .nav-btn .line3 {
    bottom: 0;
    -webkit-transform-origin: 1px center;
    -ms-transform-origin: 1px center;
    transform-origin: 1px center
}

.header2 .sub-menu {
    width: 100%;
    padding: 0 3%;
    display: none;
    position: absolute;
    left: 0;
    top: 70px;
    z-index: 2;
    overflow-y: auto
}

.header2 .sub-menu ul {
    width: 100%;
    overflow-y: auto;
    height: calc(100vh - 55px - 1.5rem)
}

.header2 .js-m-3 {
    opacity: 0;
    -webkit-transform: translate(30px, 0);
    -ms-transform: translate(30px, 0);
    transform: translate(30px, 0);
    -webkit-transition: all .8s ease;
    transition: all .8s ease
}

.header2 .js-m-3.animate {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.header2 .sub-menu li {
    border-bottom: 1px solid #555;
    font-size: 16px;
    padding: 0 20px
}

.header2 .sub-menu .tit {
    display: inline-block;
    text-decoration: none;
    width: 80%;
    line-height: 50px;
    color: #fff;
    position: relative;
    box-sizing: border-box
}

.header2 .sub-menu .sub-tit.on {
    background-color: #e9e9e9
}

.header2 .sub-menu .sec-list {
    line-height: 40px;
    padding-bottom: 10px;
    display: none
}

.header2 .sub-menu .jt {
    position: relative;
    display: inline-block;
    width: 10%;
    height: 50px;
    text-align: center;
    background: 0 0;
    float: right
}

.header2 .sub-menu .jt:after {
    content: '';
    display: block;
    width: 26px;
    height: 26px;
    background: url(../images/mobile_nav_jia.png) no-repeat center;
    background-size: 17px auto;
    position: absolute;
    right: 3%;
    top: 10px
}

.header2 .sub-menu .jt.jtRote:after {
    background: url(../images/mobile_nav_jian.png) no-repeat center;
    background-size: 20px auto
}

.header2 .sub-menu .sec-list p {
    background: url(../images/mobile_nav_dian.png) no-repeat left center;
    background-size: 3px auto;
    font-size: 14px
}

.header2 .sub-menu .sec-list a {
    padding-left: 5%;
    color: #cccccc;
    display: block
}

.header2 .sub-menu .sec-list a:active {
    color: #37a3dc
}

.header2 .icon-close:before {
    content: "\e6d3"
}

.search-bg {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 20;
    background-color: rgba(55, 55, 55, .95);
    display: none;
}


/*f_nav*/

.f_nav {
    display: none;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    max-width: 750px;
    min-width: 320px;
    height: 3.5em;
    padding: 0.1em 0;
    background: #24211c;
    position: fixed;
    bottom: 0;
    z-index: 999;
}

.f_nav a {
    color: #fff;
    display: block;
    text-align: center;
    width: 33.33%;
    float: left;
    margin: 0 auto;
    font-size: 14px;
}

.f_nav a i {
    display: block;
    font-size: 1.5em;
    line-height: 1.4em;
}

.header-wrap {
    display: none;
}


/* nav_zzc */

.nav_zzc {
    display: none;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99990;
}

.nav_menu {
    width: 0;
    position: fixed;
    right: 0;
    top: 0;
    height: 100%;
    z-index: 99999;
    overflow: scroll;
    background: #fff;
}

.nav_menu .nav_menu_top {
    width: 100%;
    height: 50px;
}

.nav_menu .nav_menu_btn {
    display: block;
    width: 25px;
    position: absolute;
    top: 16px;
    right: 20px;
}

.nav_menu .nav_menu_btn img {
    display: block;
    width: 25px;
}

.nav_menu ul {
    overflow: hidden;
    width: 100%;
    overflow: scroll;
    height: 80%;
}

.nav_menu li {
    width: 100%;
    overflow: hidden;
    background: url(../images/nav_icon01.png) no-repeat 89% center;
    height: 50px;
    border-bottom: 1px solid #eaeaea;
}

.nav_menu li a {
    color: #333333;
    font-size: 14px;
    display: block;
    height: 50px;
    line-height: 50px;
    box-sizing: border-box;
    padding-left: 6%;
}


/*banner*/

.banner {
    width: 100%;
}

.banner .swiper-container {
    width: 100%;
    height: 100%
}

.banner .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.banner .swiper-button-next {
    opacity: 0.4;
    outline: none;
}

.banner .swiper-button-prev {
    opacity: 0.4;
    outline: none;
}

.banner .swiper-button-next:hover {
    opacity: 0.8;
}

.banner .swiper-button-prev:hover {
    opacity: 0.8;
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 25px;
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 9px;
    width: 13px;
    height: 13px;
    background: #ffffff;
    opacity: 0.7;
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active {
    background-color: #ffffff;
    opacity: 1;
}

.banner .swiper-slide a {
    display: block;
    width: 100%;
}

.banner .swiper-slide img {
    width: 100%;
    display: block;
}


/*about*/

.about {
    padding: 80px 0;
}

.about-left {
    float: left;
    width: 42%;
    height: 528px;
}

.about-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right 30%;
}

.about-right {
    float: right;
    width: 48.8%;
    margin-top: 10px;
    margin-right: 7.2%;
}

.about-right .en {
    color: #d10202;
    font-size: 18px;
    line-height: 1.5;
    font-weight: bold;
}

.about-right .tit {
    color: #161616;
    font-size: 40px;
    line-height: 1.5;
    margin-top: 5px;
    font-weight: bold;
}

.about-right .des {
    color: #1c1c1c;
    font-size: 18px;
    line-height: 30px;
    overflow: hidden;
    margin-top: 20px;
}

.about-right .des .mab25 {
    margin-top: 25px;
}

.about-right .des img {
    width: 36px;
    vertical-align: middle;
    margin-right: 8px;
}


/* .about-right .des img { width:11px; vertical-align:middle; margin-right:8px;} */

.about-right .more {
    width: 240px;
    height: 60px;
    text-align: center;
    background-color: #ffffff;
    color: #000;
    font-size: 20px;
    line-height: 60px;
    margin-top: 60px;
    border: 1px solid #000;
}

.about-right .more a {
    display: block;
}


/*youshi*/

.youshi {
    padding-top: 77px;
    padding-bottom: 90px;
}

.youshi ul li {
    float: left;
    width: 25%;
    text-align: center;
}

.youshi ul li .pic {
    height: 80px;
}

.youshi ul li .pic img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

.youshi ul li .tit {
    color: #161616;
    font-size: 30px;
    line-height: 1.5;
    margin-top: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.youshi ul li .des {
    color: #161616;
    font-size: 18px;
    line-height: 26px;
    height: 52px;
    margin-top: 9px;
    overflow: hidden;
}


/*public*/

.public {
    text-align: center;
}

.public .en {
    color: #d10202;
    font-size: 18px;
    line-height: 1.5;
    font-weight: bold;
}

.public .tit {
    color: #161616;
    font-size: 60px;
    line-height: 1.5;
    margin-top: 4px;
}

.public .des {
    color: #161616;
    font-size: 18px;
    line-height: 32px;
    /* width: 49%; */
    margin: 0 auto;
    margin-top: 4px;
}


/*pro*/

.pro {
    background-color: #f2f2f2;
    padding-top: 90px;
    padding-bottom: 80px;
}

.pro-list {
    padding-top: 80px;
}

.pro-list ul li {
    height: auto;
}

.pro-list ul li .pic {
    float: left;
    width: 50%;
    height: 500px;
    overflow: hidden;
}

.pro-list ul li .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right 30%;
}

.pro-list ul li .con {
    float: right;
    width: 39%;
    margin-right: 8%;
}

.pro-list ul li .con .nob {
    color: #d10202;
    font-size: 24px;
    line-height: 1.5;
    font-weight: bold;
    margin-top: 37px;
}

.pro-list ul li .con .tit {
    color: #000000;
    font-size: 38px;
    line-height: 1.5;
}

.pro-list ul li .con .des {
    color: #161616;
    font-size: 18px;
    line-height: 32px;
    margin-top: 3px;
}

.pro-list ul li .con .list {
    height: auto;
}

.pro-list ul li .con .list a {
    display: inline-block;
    float: left;
    width: 32%;
    height: 60px;
    text-align: center;
    background-color: #ffffff;
    border: #b5b5b5 solid 1px;
    color: #000000;
    font-size: 20px;
    line-height: 58px;
    margin-top: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pro-list ul li .con .list a:nth-child(3n+2) {
    margin-left: 2%;
}

.pro-list ul li .con .list a:nth-child(3n+3) {
    margin-left: 2%;
}

.pro-list ul li .con .list a:hover {
    background-color: #d10202;
    color: #ffffff;
}

.pro-list ul li .con .more {
    width: 32%;
    height: 60px;
    text-align: center;
    border: 1px solid #000000;
    color: #000000;
    font-size: 20px;
    line-height: 60px;
    margin-top: 23px;
}

.pro-list ul li .con .more a {
    display: block;
    width: 100%;
    height: 100%;
    color: #000000;
}

.pro-list ul li .con .more:hover {
    background-color: #d10202;
    border: 1px solid #d10202;
}

.pro-list ul li .con .more:hover a {
    color: #fff;
}

.pro-list ul li:nth-child(even) .pic {
    float: right;
}

.pro-list ul li:nth-child(even) .pic img {
    object-position: left 30%;
}

.pro-list ul li:nth-child(even) .con {
    float: left;
    margin-right: 0;
    margin-left: 8%;
}


/*factory*/

.factory {
    padding-top: 68px;
    padding-bottom: 60px;
}

.factory-list {
    padding-top: 43px;
}

.factory-list ul li {
    float: left;
    width: 33%;
    height: 475px;
    position: relative;
    margin-top: 10px;
    overflow: hidden;
}

.factory-list ul li:nth-child(3n+2) {
    margin-left: 0.5%;
}

.factory-list ul li:nth-child(3n+3) {
    margin-left: 0.5%;
}

.factory-list ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

.factory-list ul li .pic {
    width: 100%;
    height: 100%;
    transition: 0.5s;
}

.factory-list ul li .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 30%;
}
.factory-list ul li:hover .pic img {
    transform: scale(1.05);
    transition: 0.5s;
}
.factory-list ul li .con {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.6);
    padding-top: 115px;
}

.factory-list ul li .con .tit {
    color: #f4f4f2;
    font-size: 20px;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.factory-list ul li .con .more {
    width: 200px;
    margin: 0 auto;
    height: 60px;
    text-align: center;
    color: #ffffff;
    font-size: 20px;
    line-height: 58px;
    margin-top: 28px;
    border: #ffffff solid 1px;
}

.factory-list ul li:hover .con {
    background-color: rgba(0, 0, 0, 0.3);
}

.factory-list ul li:hover .con .tit {
    font-size: 30px;
    font-weight: bold;
}

.factory-list ul li:hover .con .more {
    background-color: #d10202;
    color: #ffffff;
    border: #d10202 solid 1px;
}


/*footer*/

.footer {
    background-color: #f2f2f2;
}

.fo-top {
    display: block;
    padding: 50px 0;
    border-bottom: 1px solid #b1aeae;
    
}
.fo-top .cf{
    padding: 0 80px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.fo-line {
    width: 1px;
    height: 90px;
    background: #000;
    margin: 0 2.5%;
}

.fo-img {
    width: 29.3125%;
    height: auto;
    float: left;
}

.fo-img img {
    width: 100%;
    height: auto;
}

.fo-text {
    font-size: 18px;
    color: #525252;
    width: 59.375%;
    line-height: 160%;
}

.f-box {
    display: block;
    padding: 80px 80px 25px;
    font-size: 16px;
    position: relative;
}

.f-box .item {
    float: left;
    width: 240px;
    margin-right: 155px;
}
.f-box .item li{
    width: 50%;
    padding-right: 10px;
    float: left;
    margin-bottom: 25px;
}
.f-box .item img{
    width: 7px;
    height: auto;
    margin-right: 7px;
}
.f-box .item2{
    width: 380px;
    float: left;
    margin-right: 100px;
}
.f-box .item2 ul li{
    width: 50%;
    float: left;
    padding-right: 10px;
    margin-bottom: 25px;
}
.f-box .item3{
    width: 445px;
    float: left;
}
.f-box .item3 p{
    margin-bottom: 15px;
}
.f-box .item3 .itext{
    line-height: 180%;
}
.f-box .tit {
    font-size: 26px;
    font-weight: bold;
    color: #000;
    margin-bottom: 35px;
}
.i-tel{
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.i-tel img{
    width: 40px;
    height: auto;
    margin-right: 15px;
}
.ewmbox{
    width: 140px;
    float: right;
    text-align: center;
    position: absolute;
    bottom: 70px;
    right: 80px;
}
.ewmbox .ewm{
    width: 140px;
    height: 140px;
    border:6px solid #bfbfbf;
    margin-bottom: 15px;
}
.ewmbox .ewm img{
    width: 100%;
    height: 100%;
}
.f-copy {
    display: block;
    border-top: #b1aeae solid 1px;
    color: #525252;
    font-size: 16px;
    line-height: 1.5;
    padding-top: 30px;
    padding-bottom: 30px;
    
}
.f-copy .cf{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.f-copy .cf div {
    flex: 1;
}
.f-copy .cf div a{
    margin-left: 35px;
}

.f-copy img {
    width: 20px;
    height: auto;
    top: 3px;
    position: relative;
}


/*banner-n*/

.banner-n {
    width: 100%;
}

.banner-n img {
    width: 100%;
    display: block;
}


/*n-main*/

.n-main {
    padding-top: 30px;
    padding-bottom: 50px;
    min-height: 300px;
}

.n-left {
    float: left;
    width: 300px;
}

.n-right {
    float: right;
    width: 1250px;
}

.n-left-ban {
    height: 100px;
    background-color: #d10202;
    text-align: center;
    color: #ffffff;
    font-size: 32px;
    line-height: 38px;
    padding-top: 10px;
    text-transform: uppercase;
}

.n-right-ban {
    border-bottom: #bfbfbf solid 1px;
    height: 81px;
}

.n-right-ban .tit {
    float: left;
    color: #000000;
    font-size: 32px;
    line-height: 80px;
}

.n-right-ban .tit span {
    display: inline-block;
    padding: 0 50px;
    position: relative;
}

.n-right-ban .tit span:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 3px;
    background-color: #d10202;
}

.n-right-ban .more {
    float: right;
    color: #111111;
    font-size: 20px;
    line-height: 80px;
    background: url(../images/home.png) no-repeat left center;
    padding-left: 36px;
}

.n-right-ban .more a:hover {
    color: #d10202;
}


/*pro-sub*/

.pro-sub {
    border: #e9e9e9 solid 1px;
}

.pro-sub .icon_jian {
    background: url(../images/jian.png) no-repeat center right;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-size: 100%;
    float: right;
    margin-top: 17px;
    cursor: pointer;
    margin-right: 32px;
}

.pro-sub .icon_jia {
    background: url(../images/jia.png) no-repeat center right;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-size: 100%;
    float: right;
    margin-top: 17px;
    cursor: pointer;
    margin-right: 32px;
}

.pro-sub ul .te>p {
    display: inline-block;
    padding-left: 27px;
    height: 55px;
    width: 100%;
    line-height: 54px;
    font-size: 0;
    background-color: #ffffff;
    border-bottom: #ebeced solid 1px;
}

.pro-sub ul .te>p.act {
    background-color: #ebeced;
}

.pro-sub ul .te:last-child>p {
    border-bottom: none;
}

.pro-sub ul li a,
.pro-sub ul li span {
    font-size: 16px;
    cursor: pointer;
    font-weight: bold;
}

.pro-sub ul li span {
    display: inline-block;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pro-sub ul li a {
    display: inline;
    color: #333333;
    padding-left: 0px;
}

.pro-sub ul li a:hover {
    color: #d10202;
}

.pro-sub ul li ul {
    padding-left: 27px;
    padding-bottom: 10px;
    border-bottom: #ebeced solid 1px;
}

.pro-sub ul li ul li {
    line-height: 45px;
    background: url(../images/dian.png) no-repeat left;
    padding-left: 15px;
}

.pro-sub ul li ul li a {
    color: #333333;
    font-size: 15px;
    font-weight: normal;
}

.pro-sub ul li ul li a:hover {
    color: #d10202;
}

.pro-sub ul li ul li.active a {
    color: #d10202;
    font-weight: bold;
}

.pro-sub .cl {
    display: block;
}

.pro-sub .yinc {
    display: none;
}


/*n-page*/

.n-page {
    padding-top: 30px;
    padding-bottom: 60px;
    color: #000000;
    font-size: 16px;
    line-height: 2;
}

.n-page img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}


/*pagination*/

.pagination {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 14px;
    color: #7b7b7b;
    padding-bottom: 30px;
    padding-top: 30px;
}

.pagination a {
    color: #7b7b7b;
    padding: 5px 9px;
    border-radius: 3px;
    border: #dddddd solid 1px;
    margin: 0 6px;
}
.pagination select{
    color: #7b7b7b;
    padding: 5px 9px;
    border-radius: 3px;
    border: #dddddd solid 1px;
    margin: 0 6px;
}
.pagination a:hover {
    background-color: #d10202;
    color: #FFF;
    border: #d10202 solid 1px;
}

.pagination a.now {
    background-color: #d10202;
    color: #FFF;
    border: #d10202 solid 1px;
}


/*n-newshow*/

.n-newshow {
    padding-top: 30px;
    padding-bottom: 60px;
}

.n-show {
    padding: 20px 0;
    color: #000000;
    font-size: 16px;
    line-height: 2;
}

.n-show img {
    max-width: 100%;
}

.n-show .img-responsive {
    display: inline;
}

.n-show table {
    border-collapse: collapse;
}

.n-show table tr th {
    color: #000000;
    font-size: 16px;
    line-height: 2;
    font-weight: normal;
    background-color: #f9f8f8;
    padding: 10px;
    border: #eeeeee solid 1px;
}

.n-show table tr td {
    line-height: 2;
    border: 1px solid #eeeeee;
    padding: 10px;
}

.n-tit {
    font-size: 40px;
    text-align: center;
    line-height: 1.5;
    color: #333333;
}

.n-time {
    font-size: 14px;
    text-align: center;
    line-height: 18px;
    margin-top: 13px;
    color: #999999;
}

.n-xian {
    border-bottom: #cccccc solid 1px;
    height: 1px;
    margin-top: 20px;
}

.n-other {
    line-height: 24px;
    padding: 20px 0;
    color: #666666;
}

.n-other a:hover {
    color: #d10202;
}


/*n-newlist*/

.n-newlist {
    height: auto;
    margin-top: 20px;
}

.n-newlist ul li {
    padding-bottom: 30px;
}

.n-newlist ul li .tit {
    color: #111111;
    font-size: 20px;
    line-height: 60px;
    font-weight: bold;
    border-bottom: #ebebeb solid 1px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.n-newlist ul li .tit span {
    float: right;
    color: #010101;
    font-size: 16px;
    font-weight: normal;
    background: url(../images/time.png) no-repeat left center;
    padding-left: 33px;
}

.n-newlist ul li .des {
    color: #777777;
    font-size: 16px;
    line-height: 30px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.n-newlist ul li:hover {
    background-color: #d10202;
    padding: 0 20px 30px 20px;
}

.n-newlist ul li:hover .tit {
    color: #ffffff;
    border-bottom: #ffffff solid 1px;
}

.n-newlist ul li:hover .tit span {
    color: #ffffff;
    background: url(../images/time2.png) no-repeat left center;
}

.n-newlist ul li:hover .des {
    color: #ffffff;
}


/*fact-list*/

.fact-list {
    padding-top: 25px;
}

.fact-list ul li {
    float: left;
    width: 400px;
    text-align: center;
    margin-top: 5px;
    position: relative;
}

.fact-list ul li:nth-child(3n+2) {
    margin-left: 25px;
}

.fact-list ul li:nth-child(3n+3) {
    margin-left: 25px;
}

.fact-list ul li .pic {
    height: 280px;
    overflow: hidden;
    border: #e5e5e5 solid 1px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fact-list ul li .pic img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    transition: 0.5s;
}

.fact-list ul li .tit {
    color: #111111;
    font-size: 20px;
    line-height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.fact-list ul li .more {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 280px;
    display: none;
    align-items: center;
    justify-content: center;
    background-color: rgba(7, 112, 241, 0.5);
    z-index: 3333;
}

.fact-list ul li .more img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    transition: 0.5s;
}

.fact-list ul li:hover .pic img {
    transform: scale(1.05);
    transition: 0.5s;
}

.fact-list ul li:hover .tit {
    color: #d10202;
}

.fact-list ul li:hover .more {
    display: flex;
}

@media (max-width:1650px) {
    .wrap {
        width: 90%
    }
    /*header1650*/
    .header {
        height: 135px;
    }
    .header .logo {
        height: 70px;
        margin-top: 32.5px;
    }
    .header .nav ul li {
        font-size: 19px;
        line-height: 135px;
        margin-left: 30px;
    }
    .header .nav ul li:after {
        height: 2px;
    }
    .header .nav ul li .sub {
        top: 90px;
    }
    .h-tel {
        font-size: 17px;
        line-height: 31px;
        padding: 0 25px;
        border-radius: 15px;
        margin-left: 30px;
    }
    .h-tel i {
        width: 42px;
        height: 17px;
    }
    .h-lag{
        font-size: 17px;
        line-height: 31px;
        padding: 0 25px;
        border-radius: 15px;
        margin-left: 10px;
    }
    .h-lag-bot {top:30px;border-radius: 0 0 15px 15px; }
    .h-lag-bot a { display:block;  color:#fff; font-size:17px; line-height:31px;}
    .h-lag-bot a:hover { color:#fff;font-weight: bold; }
    .h-lag:hover .h-lag-bot { display:block; }
    .h-lag:hover{
        border-radius: 15px 15px 0 0;
    }
    /*about1650*/
    .about {
        padding: 70px 0;
    }
    .about-left {
        width: 42%;
        height: 414px;
    }
    .about-right {
        width: 48.8%;
        margin-top: 10px;
        margin-right: 5.2%;
    }
    .about-right .en {
        font-size: 16px;
    }
    .about-right .tit {
        font-size: 34px;
    }
    .about-right .des {
        font-size: 18px;
        line-height: 28px;
        margin-top: 18px;
    }
    .about-right .des img {
        width: 36px;
    }
    .about-right .more {
        width: 206px;
        height: 52px;
        font-size: 18px;
        line-height: 52px;
        margin-top: 48px;
    }
    /*youshi1650*/
    .youshi {
        padding-top: 60px;
        padding-bottom: 80px;
    }
    .youshi ul li .pic {
        height: 70px;
    }
    .youshi ul li .tit {
        font-size: 26px;
        margin-top: 10px;
    }
    .youshi ul li .des {
        font-size: 16px;
        line-height: 24px;
        height: 48px;
        margin-top: 8px;
    }
    /*public1650*/
    .public .en {
        font-size: 16px;
    }
    .public .tit {
        font-size: 50px;
    }
    .public .des {
        font-size: 16px;
        line-height: 28px;
        /* width: 59%; */
    }
    /*pro1650*/
    .pro {
        padding-top: 80px;
        padding-bottom: 70px;
    }
    .pro-list {
        padding-top: 70px;
    }
    .pro-list ul li .pic {
        height: 430px;
    }
    .pro-list ul li .con {
        width: 42%;
        margin-right: 5%;
    }
    .pro-list ul li .con .nob {
        font-size: 20px;
        margin-top: 32px;
    }
    .pro-list ul li .con .tit {
        font-size: 34px;
    }
    .pro-list ul li .con .des {
        font-size: 16px;
        line-height: 28px;
    }
    .pro-list ul li .con .list a {
        height: 52px;
        font-size: 18px;
        line-height: 52px;
        margin-top: 15px;
    }
    .pro-list ul li .con .more {
        height: 52px;
        font-size: 18px;
        line-height: 50px;
        margin-top: 34px;
    }
    .pro-list ul li:nth-child(even) .con {
        margin-left: 5%;
    }
    /*factory1650*/
    .factory {
        padding-top: 58px;
        padding-bottom: 50px;
    }
    .factory-list {
        padding-top: 33px;
    }
    .factory-list ul li {
        height: 475px;
    }
    .factory-list ul li .con {
        padding-top: 85px;
    }
    .factory-list ul li .con .tit {
        font-size: 18px;
        line-height: 36px;
    }
    .factory-list ul li .con .more {
        width: 173px;
        height: 53px;
        font-size: 18px;
        line-height: 51px;
        margin-top: 26px;
    }
    .factory-list ul li:hover .con .tit {
        font-size: 26px;
    }
    /*footer1650*/
    .fo-top{
        font-size: 18px;
    }
    .fo-top .cf,.f-box{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .f-box .item{
        width: 19.1%;
        margin-right: 5%;
    }
    .f-box .item2{
        width: 25%;
        margin-right: 3%;
    }
    .f-box .item3{
        width: 28%;
        margin-right: 2%;
    }
    .f-copy {
        font-size: 16px;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .ewmbox{
        right: 0;
    }
    .f-copy-right img {
        width: 20px;
        height: auto;
    }
    /*n-main1650*/
    .n-left {
        width: 19%;
    }
    .n-right {
        width: 78%;
    }
    .n-left-ban {
        height: 90px;
        font-size: 28px;
        line-height: 33px;
    }
    .n-right-ban {
        height: 71px;
    }
    .n-right-ban .tit {
        font-size: 28px;
        line-height: 70px;
    }
    .n-right-ban .tit span {
        padding: 0 40px;
    }
    .n-right-ban .more {
        font-size: 18px;
        line-height: 70px;
    }
    /*pro-sub1650*/
    .pro-sub .icon_jian {
        margin-top: 15px;
        margin-right: 22px;
    }
    .pro-sub .icon_jia {
        margin-top: 15px;
        margin-right: 22px;
    }
    .pro-sub ul .te>p {
        padding-left: 22px;
        height: 50px;
        line-height: 49px;
    }
    .pro-sub ul li ul {
        padding-left: 22px;
    }
    /*n-newlist1650*/
    .n-newlist {
        margin-top: 15px;
    }
    .n-newlist ul li {
        padding-bottom: 25px;
    }
    .n-newlist ul li .tit {
        font-size: 18px;
        line-height: 50px;
    }
    .n-newlist ul li .tit span {
        font-size: 14px;
    }
    .n-newlist ul li .des {
        font-size: 14px;
        line-height: 26px;
    }
    .n-newlist ul li:hover {
        padding: 0 20px 25px 20px;
    }
    /*fact-list1650*/
    .fact-list {
        padding-top: 20px;
    }
    .fact-list ul li {
        width: 32%;
    }
    .fact-list ul li:nth-child(3n+2) {
        margin-left: 2%;
    }
    .fact-list ul li:nth-child(3n+3) {
        margin-left: 2%;
    }
    .fact-list ul li .pic {
        height: 250px;
    }
    .fact-list ul li .tit {
        font-size: 18px;
        line-height: 50px;
    }
    .fact-list ul li .more {
        height: 250px;
    }
}

@media (max-width:1400px) {
    /*header1400*/
    .header {
        height: 76px;
    }
    .header .logo {
        height: 50px;
        margin-top: 13px;
        /* height: 70px;
        margin-top: 0; */
    }
    .header .nav ul li {
        font-size: 16px;
        line-height: 76px;
        margin-left: 25px;
    }
    .header .nav ul li .sub {
        top: 76px;
    }
    .h-tel {
        font-size: 15px;
        line-height: 26px;
        padding: 0 20px;
        border-radius: 13px;
        margin-left: 25px;
        margin-top: 25px;
    }
    .h-tel i {
        width: 36px;
        height: 13px;
    }
    .h-lag{
        font-size: 15px;
        line-height: 26px;
        padding: 0 20px;
        border-radius: 13px;
        margin-left: 10px;
        margin-top: 25px;
    }
    .h-lag-bot {top:25px;border-radius: 0 0 13px 13px; }
    .h-lag-bot a { display:block;  color:#fff; font-size:15px; line-height:26px;}
    .h-lag-bot a:hover { color:#fff;font-weight: bold; }
    .h-lag:hover .h-lag-bot { display:block; }
    .h-lag:hover{
        border-radius: 13px 13px 0 0;
    }
    /*about1400*/
    .about {
        padding: 60px 0;
    }
    .about-left {
        height: auto;
    }
    .about-right {
        margin-top: 10px;
    }
    .about-right .en {
        font-size: 14px;
    }
    .about-right .tit {
        font-size: 29px;
    }
    /* .about-right .des {  font-size:14px; line-height:22px; height:176px; margin-top:16px; } */
    /* .about-right .des img { width:9px; } */
    .about-right .des {
        font-size: 14px;
        line-height: 22px;
        height: auto;
        margin-top: 16px;
    }
    .about-right .des .mab25 {
        margin-top: 10px;
    }
    .about-right .des img {
        width: 20px;
    }
    .about-right .more {
        width: 174px;
        height: 43px;
        font-size: 16px;
        line-height: 43px;
        margin-top: 43px;
    }
    /*youshi1400*/
    .youshi {
        padding-top: 50px;
        padding-bottom: 70px;
    }
    .youshi ul li .pic {
        height: 60px;
    }
    .youshi ul li .tit {
        font-size: 22px;
        margin-top: 8px;
    }
    .youshi ul li .des {
        font-size: 14px;
        line-height: 22px;
        height: 44px;
        margin-top: 7px;
    }
    /*public1400*/
    .public .en {
        font-size: 14px;
    }
    .public .tit {
        font-size: 29px;
    }
    .public .des {
        font-size: 14px;
        line-height: 24px;
        width: 69%;
    }
    /*pro1400*/
    .pro {
        padding-top: 70px;
        padding-bottom: 60px;
    }
    .pro-list {
        padding-top: 60px;
    }
    .pro-list ul li .pic {
        height: 365px;
    }
    .pro-list ul li .con .nob {
        font-size: 17px;
        margin-top: 25px;
    }
    .pro-list ul li .con .tit {
        font-size: 29px;
    }
    .pro-list ul li .con .des {
        font-size: 14px;
        line-height: 28px;
    }
    .pro-list ul li .con .list a {
        height: 44px;
        font-size: 16px;
        line-height: 44px;
        margin-top: 12px;
    }
    .pro-list ul li .con .more {
        height: 44px;
        font-size: 16px;
        line-height: 42px;
        margin-top: 28px;
    }
    /*factory1400*/
    .factory {
        padding-top: 48px;
        padding-bottom: 40px;
    }
    .factory-list {
        padding-top: 23px;
    }
    .factory-list ul li {
        height: 405px;
    }
    .factory-list ul li .con {
        padding-top: 75px;
    }
    .factory-list ul li .con .tit {
        font-size: 16px;
        line-height: 32px;
    }
    .factory-list ul li .con .more {
        width: 148px;
        height: 45px;
        font-size: 16px;
        line-height: 43px;
        margin-top: 20px;
    }
    .factory-list ul li:hover .con .tit {
        font-size: 22px;
    }
    /*footer1400*/
    .fo-top{
        font-size: 14px;
        padding-bottom: 40px;
    }
    .f-box,.fo-top .cf {
        padding-left: 0;
        padding-right: 0;
    }
    .f-box .item{
        width: 20.1%;
        margin-right: 4%;
    }
    .f-box .item2{
        width: 25%;
        margin-right: 3%;
    }
    .f-box .item3{
        width: 28%;
        margin-right: 2%;
    }
    .ewmbox{
        right: 0;
    }
    .f-copy {
        font-size: 16px;
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .f-copy img{
        width: 18px;
        height: auto;
    }
    /*n-main1400*/
    .n-left-ban {
        height: 80px;
        font-size: 24px;
        line-height: 30px;
    }
    .n-right-ban {
        height: 61px;
    }
    .n-right-ban .tit {
        font-size: 24px;
        line-height: 60px;
    }
    .n-right-ban .tit span {
        padding: 0 35px;
    }
    .n-right-ban .more {
        font-size: 15px;
        line-height: 60px;
    }
    /*pro-sub1400*/
    .pro-sub .icon_jian {
        margin-right: 17px;
    }
    .pro-sub .icon_jia {
        margin-right: 17px;
    }
    .pro-sub ul .te>p {
        padding-left: 17px;
    }
    .pro-sub ul li ul {
        padding-left: 17px;
    }
    /*fact-list1400*/
    .fact-list ul li .pic {
        height: 210px;
    }
    .fact-list ul li .tit {
        font-size: 15px;
        line-height: 42px;
    }
    .fact-list ul li .more {
        height: 210px;
    }
}

@media (max-width:1200px) {
    .wrap {
        width: 94%
    }
    /*header1200*/
    .header .nav ul li {
        margin-left: 15px;
    }
    .h-tel {
        font-size: 14px;
        line-height: 22px;
        padding: 0 10px;
        border-radius: 11px;
        margin-left: 15px;
    }
    .h-tel i {
        width: 34px;
        height: 11px;
    }
    .h-lag{
        font-size: 14px;
        line-height: 22px;
        padding: 0 10px;
        border-radius: 11px;
        margin-left: 10px;
    }
    .h-lag img{width: 9px;}
    .h-lag-bot {top:20px;border-radius: 0 0 11px 11px; }
    .h-lag-bot a { display:block;  color:#fff; font-size:14px; line-height:22px;}
    .h-lag-bot a:hover { color:#fff;font-weight: bold; }
    .h-lag:hover .h-lag-bot { display:block; }
    .h-lag:hover{
        border-radius: 11px 11px 0 0;
    }
    /*about1200*/
    .about {
        padding: 50px 0;
    }
    .about-left {
        height: 328px;
    }
    .about-right {
        margin-top: 10px;
    }
    .about-right .tit {
        font-size: 25px;
    }
    .about-right .more {
        margin-top: 38px;
    }
    /*youshi1200*/
    .youshi {
        padding-top: 40px;
        padding-bottom: 60px;
    }
    .youshi ul li .pic {
        height: 50px;
    }
    .youshi ul li .tit {
        font-size: 18px;
    }
    /*public1200*/
    .public .tit {
        font-size: 25px;
    }
    .public .des {
        width: 79%;
    }
    /*pro1200*/
    .pro {
        padding-top: 60px;
        padding-bottom: 50px;
    }
    .pro-list {
        padding-top: 50px;
    }
    .pro-list ul li .pic {
        height: 310px;
    }
    .pro-list ul li .con {
        width: 44%;
        margin-right: 3%;
    }
    .pro-list ul li .con .nob {
        font-size: 16px;
        margin-top: 15px;
    }
    .pro-list ul li .con .tit {
        font-size: 25px;
    }
    .pro-list ul li .con .list a {
        font-size: 14px;
        height: 38px;
        line-height: 38px;
        margin-top: 10px;
    }
    .pro-list ul li .con .more {
        font-size: 14px;
        height: 38px;
        line-height: 36px;
        margin-top: 20px;
    }
    .pro-list ul li:nth-child(even) .con {
        margin-left: 3%;
    }
    /*factory1200*/
    .factory {
        padding-top: 38px;
        padding-bottom: 30px;
    }
    .factory-list {
        padding-top: 18px;
    }
    .factory-list ul li {
        height: 296px;
    }
    .factory-list ul li .con {
        padding-top: 70px;
    }
    .factory-list ul li .con .tit {
        font-size: 14px;
        line-height: 26px;
    }
    .factory-list ul li .con .more {
        width: 124px;
        height: 35px;
        font-size: 14px;
        line-height: 33px;
        margin-top: 18px;
    }
    .factory-list ul li:hover .con .tit {
        font-size: 20px;
    }
    /*n-main1200*/
    .n-left-ban {
        height: 60px;
        font-size: 18px;
        line-height: 22px;
    }
    .n-right-ban {
        height: 46px;
    }
    .n-right-ban .tit {
        font-size: 18px;
        line-height: 45px;
    }
    .n-right-ban .tit span {
        padding: 0 27px;
    }
    .n-right-ban .more {
        font-size: 12px;
        line-height: 45px;
    }
    /*pro-sub1200*/
    .pro-sub .icon_jian {
        margin-right: 12px;
    }
    .pro-sub .icon_jia {
        margin-right: 12px;
    }
    .pro-sub ul .te>p {
        padding-left: 12px;
    }
    .pro-sub ul li ul {
        padding-left: 12px;
    }
    .pro-sub ul li a,
    .pro-sub ul li span {
        font-size: 15px;
        font-weight: normal;
    }
    .f-box{
        font-size: 14px;
    }
    .f-box .tit{
        font-size: 22px;
        margin-bottom: 25px;
    }
    .f-box .item li,.f-box .item2 ul li{
        margin-bottom: 15px;
    }
    .i-tel{
        font-size: 22px;
        margin-bottom: 15px;
    }
    .i-tel img {
        width: 25px;
        height: auto;
        margin-right: 4px;
    }
    .ewmbox{
        width: 120px;
    }
    .ewm{
        width: 120px;
        height: 120px;
        border:3px solid #bfbfbf;
        margin-bottom: 10px;
    }
}

@media (max-width:992px) {
    /*header992*/
    .welcome {
        display: none;
    }
    .header {
        display: none;
    }
    .nav {
        display: none;
    }
    .header2 {
        display: block;
    }
    .header-wrap {
        display: block;
        height: 60px;
    }
    .banner .swiper-container-horizontal>.swiper-pagination-bullets {
        bottom: 9px;
    }
    /*about992*/
    .about {
        padding: 40px 0;
    }
    .about-left {
        height: auto;
    }
    .about-right {
        margin-top: 0;
    }
    .about-right .tit {
        font-size: 20px;
    }
    .about-right .more {
        width: 120px;
        height: 30px;
        line-height: 29px;
        margin-top: 28px;
    }
    .about-right .more a {
        font-size: 14px;
    }
    /*public992*/
    .public .tit {
        font-size: 22px;
    }
    /*pro992*/
    .pro {
        padding-top: 50px;
        padding-bottom: 40px;
    }
    .pro-list {
        padding-top: 40px;
    }
    .pro-list ul li .con .nob {
        font-size: 14px;
        margin-top: 10px;
    }
    .pro-list ul li .con .tit {
        font-size: 22px;
    }
    .pro-list ul li .con .list a {
        height: 30px;
        line-height: 30px;
        margin-top: 8px;
    }
    .pro-list ul li .con .more {
        height: 30px;
        line-height: 29px;
        margin-top: 15px;
    }
    /*factory992*/
    .factory-list ul li {
        height: 244px;
    }
    .factory-list ul li .con {
        padding-top: 50px;
    }
    .factory-list ul li:hover .con .tit {
        font-size: 18px;
    }
    /*footer992*/
    .f-left {
        float: none;
        width: 100%;
    }
    .f-right {
        float: none;
        width: 100%;
    }
    .f-copy-left {
        float: none;
        width: 100%;
    }
    .f-copy-right {
        float: none;
        width: 100%;
    }
    /*n-main992*/
    .n-main {
        padding-top: 10px;
        padding-bottom: 40px;
    }
    .n-left {
        float: none;
        width: 100%;
        margin-top: 20px;
    }
    .n-right {
        float: none;
        width: 100%;
    }
}

@media (max-width:767px) {
    .wrap {
        width: 80%
    }
    /*header767*/
    .f_nav {
        display: block;
    }
    .footer{
        padding-bottom: 3.5em;
    }
    /* .fo-top,.f-box ,.f-copy{
        display: none;
    } */
     .f-box,.fo-top{
        padding-top: 20px;
        padding-bottom: 20px;
     }
    .f-box .item,.f-box .item2{
        display: none; 
    }
    .fo-top{
        flex:1;
    }
    .f-box .item3 {
        width: 60%;
    }
    .fo-text{
        font-size: 12px;
    }
    .f-box .item3 p{
        margin: 0;
        padding: 0;
    }
    .f-box .tit{
        font-size: 20px;
        margin-bottom: 10px;
    }
    .i-tel{
        font-size: 18px; 
    }
    .i-tel img{
        width: 20px;
    }
    .ewmbox{
        width: 100px;
        bottom: 20px;
        right: 0;
    }
    .ewmbox .ewm{
        width: 100px;
        height: 100px;
    }
    .banner .swiper-container-horizontal>.swiper-pagination-bullets {
        bottom: 4px;
    }
    /*about767*/
    .about {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .about-left {
        float: none;
        width: 100%;
        margin-top: 20px;
        height: auto;
    }
    .about-right {
        float: none;
        width: 100%;
        padding: 0 3%;
    }
    .about-right .tit {
        font-size: 18px;
    }
    /*youshi767*/
    .youshi {
        padding-top: 0px;
        padding-bottom: 30px;
    }
    .youshi ul li {
        width: 50%;
        margin-top: 20px;
    }
    .youshi ul li .tit {
        font-weight: bold;
        font-size: 15px;
    }
    .youshi ul li .des {
        height: 66px;
    }
    /*public767*/
    .public .tit {
        font-size: 18px;
    }
    .public .des {
        display: none;
    }
    /*pro767*/
    .pro {
        padding-top: 20px;
        padding-bottom: 30px;
    }
    .pro-list {
        padding-top: 0;
    }
    .pro-list ul li {
        margin-top: 20px;
    }
    .pro-list ul li .pic {
        float: none;
        width: 100%;
        height: auto;
    }
    .pro-list ul li .con {
        width: 80%;
        margin-right: 10%;
    }
    .pro-list ul li .con .tit {
        font-size: 18px;
        font-weight: bold;
    }
    .pro-list ul li:nth-child(even) .con {
        margin-left: 10%;
    }
    .pro-list ul li .con .list a {
        width: 48.5%;
    }
    .pro-list ul li .con .list a:nth-child(3n+2) {
        margin-left: 0;
    }
    .pro-list ul li .con .list a:nth-child(3n+3) {
        margin-left: 0;
    }
    .pro-list ul li .con .list a:nth-child(even) {
        margin-left: 3%;
    }
    .pro-list ul li .con .more {
        width: 48.5%;
    }
    /*factory767*/
    .factory {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .factory-list ul li {
        float: none;
        width: 100%;
    }
    .factory-list ul li:nth-child(3n+2) {
        margin-left: 0;
    }
    .factory-list ul li:nth-child(3n+3) {
        margin-left: 0;
    }
    .factory-list ul li .con {
        background-color: rgba(0, 0, 0, 0.3);
    }
    .factory-list ul li .con .tit {
        font-size: 18px;
    }
    .factory-list ul li .con .more {
        background-color: #d10202;
        color: #ffffff;
        border: #d10202 solid 1px;
    }
    /*footer767*/
    .f-ban {
        display: none;
    }
    .f-ban2 {
        display: none;
    }
    .f-right {
        display: none;
    }
    /* .f-copy {
        padding-bottom: 6em;
    } */
    /*n-main767*/
    .n-main {
        padding-top: 0;
        padding-bottom: 30px;
    }
    .n-right-ban .tit span {
        padding: 0 20px;
    }
    .n-right-ban .tit span:after {
        height: 2px;
    }
    .n-right-ban .more {
        display: none;
    }
    /*n-page767*/
    .n-page {
        padding-top: 20px;
        padding-bottom: 40px;
    }
    /*n-newshow767*/
    .n-newshow {
        padding-top: 20px;
        padding-bottom: 40px;
    }
    .n-tit {
        font-size: 20px;
    }
    /*fact-list767*/
    .fact-list {
        padding-top: 10px;
    }
    .fact-list ul li {
        width: 48.5%;
    }
    .fact-list ul li:nth-child(3n+2) {
        margin-left: 0;
    }
    .fact-list ul li:nth-child(3n+3) {
        margin-left: 0;
    }
    .fact-list ul li:nth-child(even) {
        margin-left: 3%;
    }
    .fact-list ul li .pic {
        height: 150px;
    }
    .fact-list ul li .more {
        height: 150px;
    }
    .pagination{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    .pagination a,.pagination select{
        margin-top: 10px;
    }
}

@media (max-width:500px) {
    .wrap {
        width: 94%
    }
    .pro-list ul li .con {
        width: 94%;
        margin-right: 3%;
    }
    .pro-list ul li:nth-child(even) .con {
        margin-left: 3%;
    }
}


}

}

}