@charset "UTF-8";
.font-f {
    font-family: "思源黑体 CN";
}

.main {
    width: 1320px;
    margin: 0 auto;
    max-width: 100%;
    position: relative;
}

.main::after {
    content: "";
    display: block;
    clear: both;
}

.nav_btn {
    display: none;
}

body {
    padding-top: 130px;
}

.header_out {
    background: url(../images/bg.png);
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
}

.header_out.header_out_sub {
    background: #303057;
}

.ts {
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.head {
    height: 130px;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.head .logo {
    display: block;
    float: left;
    margin-top: 16px;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.head .logo img {
    display: block;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    float: left;
}

.head .logo_sub {
    margin-top: 0;
}

.head .shop {
    float: right;
    text-align: center;
    margin-top: 42px;
}

.head .shop a {
    display: block;
    float: left;
    margin-right: 30px;
}

.head .shop img {
    display: block;
    margin: 0 auto;
}

.head .shop span {
    display: block;
    font-size: 14px;
    font-family: "思源黑体 CN";
    margin-top: 10px;
}

.head .shop span.s_sub {
    color: #fff;
}

.head .nav {
    float: left;
    margin-left: 18px;
    margin-top: 90px;
}

.head .nav li {
    float: left;
    position: relative;
    margin-right: 20px;
}

.head .nav li>a {
    line-height: 40px;
    font-size: 16px;
    font-family: "思源黑体 CN";
    width: 130px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    text-align: center;
    color: #5b5b5b;
    background: #fff;
    display: block;
    transition: all 0.9s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.head .nav li .sub {
    position: absolute;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    visibility: hidden;
    opacity: 0;
    top: 100%;
    text-align: center;
    background: #fff;
    box-shadow: 0px 1px 1px 0.26px rgba(0, 0, 0, 0.15);
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    white-space: nowrap;
    text-align: center;
    padding: 0 6px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.head .nav li .sub a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    line-height: 40px;
    font-size: 14px;
    font-family: "思源黑体 CN";
    color: #3c3c3c;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    border-bottom: 1px solid #f5f5f5;
}

.head .nav li .sub a:last-child {
    border: none;
}

.head .nav li .sub a:hover {
    color: #ed753a;
}

.banner {
    text-align: center;
    position: relative;
    color: #fff;
}

.banner .swiper-pagination {
    width: 100%;
    z-index: 35;
    bottom: -185px;
}

.banner .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    border: 1px solid #fff;
    opacity: 1;
    margin: 0 5px;
    background: none;
}

.banner .swiper-pagination-bullet-active {
    background: #fff;
}

.banner .swiper-slide {
    padding-top: 125px;
    padding-bottom: 100px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.banner .t {
    line-height: 1;
    text-transform: uppercase;
    font-size: 115px;
    font-weight: bold;
}

.banner .m {
    font-family: "宋体";
    font-size: 72px;
    margin-top: 20px;
}

.banner .b {
    font-size: 36px;
    margin-top: 50px;
}

.banner .box {
    font-size: 0;
    margin-top: 35px;
}

.banner .box span {
    display: inline-block;
    line-height: 36px;
    border-radius: 18px;
    background: #fff;
    font-size: 25px;
    font-weight: lighter;
    color: #000;
    letter-spacing: 11px;
    text-align: center;
    padding: 0 22px;
    padding-right: 11px;
    margin: 0 17px;
}

.icon_row {
    background: #303057;
 padding-top: 20px;
 padding-bottom: 45px;
}

.icon_row .box {
    float: left;
    text-align: center;
    width: 16.666666666666666%;
}

.icon_row .box img {
    display: block;
    margin: 0 auto;
}

.icon_row .box span {
    display: block;
    font-size: 18px;
    font-weight: lighter;
    color: #ffffff;
    margin-top: 5px;
}

.news {
    padding: 120px 20px 85px;
}

.news .box {
    width: 50%;
    float: left;
    padding: 0 20px;
}

.news .tt {
    border-left: 5px solid #ed753a;
    padding-left: 5px;
}

.news .tt p {
    line-height: 1;
    font-size: 24px;
    color: #ed753a;
}

.news .tt span {
    display: block;
    font-size: 13px;
    font-weight: lighter;
    color: #000;
    text-transform: uppercase;
}

.news ul {
    margin-top: 10px;
}

.news ul li {
    position: relative;
    line-height: 50px;
    padding-right: 80px;
    border-bottom: 1px dotted #eaeaea;
}

.news ul li a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: #333;
}

.news ul li a:hover {
    color: #ed753a;
}

.news ul li span {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 12px;
    color: #b8b8c6;
}

.i_title {
    text-align: center;
}

.i_title p {
    font-size: 65px;
    color: #c7c7c7;
    line-height: 1;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: lighter;
}

.i_title h3 {
    font-size: 0;
    position: relative;
}

.i_title h3::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #ed753a;
    top: 50%;
    margin-top: -0.5px;
    left: 0;
    position: absolute;
}

.i_title h3 span {
    display: inline-block;
    position: relative;
    z-index: 5;
    font-size: 24px;
    color: #ed753a;
    background: #fff;
    padding: 0 17px;
}

.brand {
    margin-top: 60px;
    padding-top: 133px;
    padding-bottom: 139px;
    background: url(../images/brand.png) no-repeat center/cover;
}

.brand .inner {
    width: 1080px;
    margin: 0 auto;
    max-width: 100%;
    background: rgba(255, 255, 255, 0.8);
    text-align: center;
    padding-top: 99px;
    padding-bottom: 84px;
}

.brand .inner p {
    line-height: 1;
    font-size: 48px;
    color: #3c3c3c;
    margin-bottom: 20px;
}

.brand .inner h3 {
    line-height: 1;
    font-size: 80px;
    color: #ed753a;
    font-weight: bold;
}

.brand .inner h4 {
    font-weight: normal;
    text-align: center;
    margin-top: 55px;
    font-size: 0;
}

.brand .inner h4 span {
    display: inline-block;
    font-size: 30px;
    color: #fff;
    background: #ed753a;
    padding: 0 30px;
    font-weight: lighter;
}

.product {
    padding-top: 90px;
    padding-bottom: 58px;
}

.product .box {
    margin-right: -25px;
    margin-left: -25px;
}

.product li {
    width: 33.333333333333333%;
    float: left;
    padding: 0 25px;
}

.product li a {
    display: block;
    transition: all 0.3s;
}

.product li a:hover {
    box-shadow: 0px 3px 20px 3.26px rgba(0, 0, 0, 0.15);
}

.product li img {
    display: block;
    width: 100%;
}

.team {
    margin-top: 55px;
}

.team li {
    width: 25%;
    float: left;
	position: relative;
}
.team li .text{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 50%;
	left: 0;
	text-align: center;
	z-index: 98;
}
.team li .text h3{
	font-size: 36px;
	color: #ffffff;
	padding-bottom: 18px;
}
.team li .text span{
	width: 50px;
	height: 3px;
	display: inline-block;
	background-color: #fff;
	margin-bottom: 15px;
	border-radius: 15px;
}
.team li .text p{
	font-size: 12px;
	color: #ffffff;
	line-height: 22px;
}

.team a {
    display: block;
    position: relative;
}
.team li a::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(49, 49, 77, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s;
    z-index: 5;
}
.team .li1 a::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(237, 117, 58, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s;
    z-index: 5;
}






.team a:hover::after {
    opacity: 0;
}

.team img {
    display: block;
    width: 100%;
}

.contact {
    padding-top: 120px;
    padding-bottom: 80px;
}

.contact .tel {
    width: 680px;
    line-height: 140px;
    border-radius: 70px;
    border: 1px solid #040000;
    position: relative;
    margin: 0 auto;
}

.contact .tel span {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 6;
    background: #fff;
    line-height: 1;
    font-size: 36px;
    font-weight: lighter;
    padding: 0 15px;
}

.contact .tel p {
    text-align: center;
    font-family: Arial;
    font-size: 84px;
    color: #000;
}

.contact .des {
    text-align: center;
    font-size: 18px;
    line-height: 34px;
    color: #000;
    margin-top: 40px;
}

footer {
    background: #ed753a;
    color: #fff;
    padding-bottom: 10px;
}

footer.sub_footer {
    background: #2e2e53;
    padding-bottom: 0;
}

footer .top {
    overflow: hidden;
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
}

footer .top.sub_top {
    border-color: #555589;
}

footer .top .f_logo {
    display: block;
    float: left;
    margin-top: 24px;
}

footer .top .f_l {
    float: left;
    display: block;
    margin-left: 244px;
    margin-top: 53px;
}

footer .top .shop {
    float: right;
    text-align: center;
    margin-top: 42px;
}

footer .top .shop a {
    display: block;
    float: left;
    margin-right: 30px;
    color: #fff;
}

footer .top .shop img {
    display: block;
    margin: 0 auto;
}

footer .top .shop span {
    display: block;
    font-size: 14px;
    font-family: "思源黑体 CN";
    margin-top: 10px;
}

footer .bottom {
    overflow: hidden;
    padding-top: 20px;
}

footer .bottom .left {
    float: left;
}

footer .bottom ul {
    overflow: hidden;
    margin-bottom: 50px;
}

footer .bottom ul li {
    float: left;
    margin-right: 60px;
}

footer .bottom ul li:last-child {
    margin-right: 0;
}

footer .bottom ul li a,
footer .bottom ul li span {
    display: block;
    color: #fff;
    font-size: 14px;
    margin-bottom: 15px;
    text-align: center;
}

footer .bottom ul.sub_ul li {
    margin-right: 25px;
}

footer .bottom ul.sub_ul li a,
footer .bottom ul.sub_ul li span {
    text-align: left;
    font-family: "思源黑体 CN";
}

footer .bottom ul.sub_ul li a:nth-child(1),
footer .bottom ul.sub_ul li span:nth-child(1) {
    font-size: 16px;
    font-weight: bold;
    border-right: 1px solid #555589;
    padding-right: 25px;
}

footer .f_contact {
    font-size: 14px;
}

footer .f_contact p {
    margin-bottom: 10px;
}

footer .code {
    float: right;
    margin-top: 102px;
}

footer .code.code_sub {
    margin-top: 40px;
}

footer .code .c {
    float: left;
    margin-right: 36px;
}

footer .code .c:last-child {
    margin-right: 0;
}

footer .code img {
    display: block;
}

footer .code span {
    display: block;
    text-align: center;
    font-size: 14px;
    font-family: "思源黑体 CN";
    color: #fff;
    margin-top: 10px;
}

footer .copy_t {
    text-align: center;
    color: #fff;
    background: #ed753a;
    font-size: 14px;
    font-family: "思源黑体 CN";
    padding: 14px 0;
}

.sub_banner {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 128px 0;
}

.sub_banner img {
    display: block;
    margin: 0 auto;
}

.position {
    margin-top: 60px;
    margin-bottom: 60px;
    font-size: 18px;
    color: #303057;
    font-weight: lighter;
}

.position a {
    color: inherit;
}

.position a:hover {
    color: #ed753a;
}

.sub_container .title {
    text-align: center;
    margin-bottom: 70px;
}

.sub_container .title span {
    display: block;
    line-height: 1;
    font-size: 65px;
    color: #ed753a;
    opacity: 0.5;
    text-transform: uppercase;
}

.sub_container .title p {
    font-size: 24px;
    margin-top: 13px;
}

.sub_container ul {
    overflow: hidden;
}

.sub_container ul li {
    float: left;
    width: 48.5%;
    margin-bottom: 82px;
}

.sub_container ul li:nth-child(2n) {
    float: right;
}

.sub_container ul li .pic {
    width: 42%;
    float: left;
}

.sub_container ul li .pic img {
    display: block;
    width: 100%;
}

.sub_container ul li .txt {
    width: 58%;
    float: left;
    padding-left: 10px;
}

.sub_container ul li .txt h3 {
    text-transform: uppercase;
    font-size: 28px;
    line-height: 39px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 78px;
}

.sub_container ul li .txt p {
    margin-top: 25px;
    font-size: 30px;
    color: #3c3c3c;
}

.sub_container ul li .txt a {
    display: block;
    width: 185px;
    line-height: 55px;
    text-align: center;
    color: #fff;
    background: #000;
    font-size: 24px;
    margin-top: 75px;
}

.model_mask {
    position: fixed;
    z-index: 9990;
    background: #000;
    opacity: 0.4;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}

.model {
    position: fixed;
    background: #fff;
    display: none;
    z-index: 9991;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1320px;
    max-width: 90%;
    border-radius: 20px;
    padding: 50px 0;
}

.model::after {
    content: "";
    display: block;
    clear: both;
}

.model .notice {
    text-align: center;
    width: 100%;
    font-size: 14px;
    color: #fff;
    position: absolute;
    bottom: -40px;
    left: 0;
}

.model .pbox {
    position: absolute;
    width: 50%;
    height: 100%;
    left: 0;
    top: 0;
}

.model .mimg {
    display: block;
    position: absolute;
    max-width: 90%;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
}

.model .des {
    float: right;
    width: 50%;
    border-left: 1px solid #efefef;
}

.model .inner {
    max-width: 94%;
    margin: 0 auto;
    width: 470px;
    text-align: center;
}

.model .inner .t {
    font-size: 34px;
}

.model .inner .size {
    font-size: 0;
    margin: 22px auto;
}

.model .inner .size span {
    display: inline-block;
    line-height: 22px;
    border-radius: 12px;
    border: 1px solid #000;
    font-size: 16px;
    padding: 0 15px;
}

.model .inner .intro {
    font-size: 14px;
    color: #332c2b;
    margin-bottom: 35px;
}

.model .inner .box {
    text-align: left;
    margin-bottom: 15px;
}

.model .inner .box .tt {
    font-size: 16px;
    font-weight: lighter;
    color: #332c2b;
    margin-bottom: 11px;
}

.model .inner .box .tt img {
    vertical-align: middle;
}

.model .inner .box .dd {
    font-size: 14px;
    font-weight: lighter;
    color: #332c2b;
    opacity: 0.6;
    line-height: 26px;
    padding-left: 30px;
}


/*  */

.banner-two {
    position: relative;
}

.banner-two .img1 {
    display: block;
    width: 100%;
}

.banner-two .text {
    position: absolute;
    width: 70%;
    height: 70%;
    background-color: rgb(46, 46, 83, .8);
    top: 15%;
    left: 15%;
    color: #fff;
    font-size: 24px;
    padding: 100px 150px;
    box-sizing: border-box;
    text-align: left;
    overflow-y: scroll;
}

.banner-two .text p {
    text-indent: 2em;
}

.banner-two .text::-webkit-scrollbar {
    display: none;
}

.fp-box-1 {
    padding: 100px 0;
}

.fp-box-1 .top {
    width: 678px;
    height: 140px;
    margin: 0 auto;
    background: url(../images/zhen.png) no-repeat center;
    background-size: 100% auto;
    position: relative;
}

.fp-box-1 .top h3 {
    text-align: center;
    width: 100%;
    font-size: 30px;
    font-family: "思源黑体 CN";
    position: absolute;
    top: -20px;
}

.fp-box-1 .top p {
    font-size: 84px;
    font-family: "思源黑体 CN";
    text-align: center;
    display: block;
    padding-top: 15px;
    color: #ff7536;
}

.fp-box-1 .text {
    text-align: center;
    margin-top: 50px;
    line-height: 34px;
    font-size: 18px;
    font-family: "思源黑体 CN";
    color: #000000;
}

.banner-two1 img {
    width: 100%;
}

.top-head {
    padding: 50px 0;
    color: #303057;
    font-size: 18px;
    font-family: "思源黑体 CN";
}

.top-head a:hover {
    color: #ff7536;
}


/* 企业动态 */

.fp-box-2 {
    background-color: #fbfbfb;
}

.et_container .title {
    text-align: center;
    margin-bottom: 70px;
}

.et_container .title span {
    display: block;
    line-height: 1;
    font-size: 65px;
    font-family: Aquawax;
    color: #ed753a;
    opacity: 0.5;
    text-transform: uppercase;
}

.et_container .title p {
    font-size: 24px;
    font-family: "思源黑体 CN";
    margin-top: 13px;
}

.et-ul-box {
    display: flex;
    justify-content: space-around;
}

.et-ul-box ul {
    padding-left: 60px;
}

.et-ul-box .et-left {
    flex: 50%;
}

.et-ul-box .et-left li {
    margin-bottom: 40px;
}

.et-ul-box .et-left li .pic {
    width: 100%;
}

.et-ul-box .et-left .pic img {
    display: block;
    width: 100%;
}

.et-ul-box .et-left .txt h3 {
    height: 70px;
    text-align: center;
    font-size: 28px;
    font-family: "思源黑体 CN";
    line-height: 70px;
    color: #fff;
    background-color: #ff7536;
}

.et-ul-box .et-right li {
    width: 90%;
    padding-bottom: 10px;
    position: relative;
    height: 150px;
    border-bottom: 1px solid #d5d5d5;
    overflow: hidden;
}

.et-ul-box .et-right li:nth-child(7) {
    border-bottom: 0px;
}

.et-ul-box .et-right li:nth-child(n+2) {
    margin-top: 28px;
}

.et-ul-box .et-right {
    flex: 50%;
}


/* .et-ul-box .et-right li {} */

.et-ul-box .et-right .pic {
    float: left;
    width: 50%;
}

.et-ul-box .et-right .txt {
    float: left;
    width: 50%;
    padding-left: 30px;
}

.et-ul-box .et-right .txt h3 {
    font-size: 22px;
    font-family: "思源黑体 CN";
    line-height: 30px;
    width: 100%;
    height: 120pxw;
    margin-bottom: 40px;
}

.et-ul-box .et-right .txt p {
    font-size: 14px;
    font-family: "思源黑体 CN";
    position: absolute;
    bottom: 8px;
    right: 0;
}


/* 按钮样式 */

.button-box {
    display: flex;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 20px;
}

.button-box .button-inner div {
    display: inline-block;
    width: 100px;
    height: 32px;
    margin-top: 20px;
    margin-left: 10px;
    text-align: center;
    font-family: "思源黑体 CN";
    line-height: 32px;
    border: 1px solid #666;
    border-radius: 20px;
    background-color: #fff;
}


/* 行业资讯 */

.id_container .title {
    text-align: center;
    margin-bottom: 70px;
}

.id_container .title span {
    display: block;
    line-height: 1;
    font-size: 65px;
    font-family: Aquawax;
    color: #ed753a;
    opacity: 0.5;
    text-transform: uppercase;
}

.id_container .title p {
    font-size: 24px;
    font-family: "思源黑体 CN";
    margin-top: 13px;
}

.id_container .news-box {
    width: 100%;
    padding: 0 100px;
}

.id_container .news-box li {
    width: 100%;
    padding-bottom: 8px;
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    font-family: "思源黑体 CN";
    color: #7c7c7c;
    border-bottom: 1px solid #d5d5d5;
    margin-bottom: 20px;
}


/* 企业动态文章 */

.art-bgc {
    background-color: #f6f6f6;
}

.art_container {
    width: 100%;
    margin-top: 80px;
}

.art-hd .hd-lg {
    width: 100%;
    height: 100px;
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px solid #3c3c3c;
}

.art-hd .hd-lg h3 {
    width: 60%;
    position: absolute;
    bottom: 0;
    text-align: left;
    line-height: 100px;
    font-size: 24px;
}

.art-hd .hd-lg a {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
    color: #ed753a;
}

.art-hd .hd-lg p {
    position: absolute;
    bottom: 10px;
    right: 0;
    text-align: right;
    font-size: 14px;
}

.hd-sm {
    display: none;
    width: 100%;
    height: 100px;
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px solid #3c3c3c;
}

.art_container .art-bd {
    width: 100%;
    padding: 0 50px;
}

.art_container .art-bd>p {
    padding: 50px 0;
    font-size: 18px;
    text-indent: 2em;
    line-height: 36px;
}

.art_container .art-bd .pic {
    width: 100%;
    padding: 0 140px;
}

.art-bd .pic img {
    width: 100%;
}

.art-bd .pic p {
    font-size: 12px;
    line-height: 50px;
    text-align: center;
    color: #6d6d6d;
}

.art_container .art-ft {
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.art-ft a {
    font-size: 12px;
    color: #ed753a;
}

@media (min-width: 1031px) {
    .nav li:hover>a {
        background: #ed753a;
        color: #fff;
    }
    .nav li:hover .sub {
        top: 100%;
        opacity: 1;
        visibility: visible;
    }
    .header_out.on {
        box-shadow: 0.174px 0.985px 13.58px 0.42px rgba(0, 0, 0, 0.1);
    }
    .header_out.on .head {
        height: 66px;
    }
    .header_out.on .head .nav li>a {
        line-height: 66px;
    }
    .header_out.on .head .logo {
        margin-top: 9px;
    }
    .m_nav {
        display: none !important;
    }
}

@media (max-width: 1366px) {
    /*  */
    .banner-two .text {
        position: absolute;
        width: 80%;
        height: 80%;
        top: 10%;
        left: 10%;
        font-size: 18px;
        padding: 50px;
        box-sizing: border-box;
        overflow-x: hidden;
        overflow-y: scroll;
    }
    /*  */
    .main {
        width: 1200px;
    }
    .head .nav li {
        margin-right: 10px;
    }
    .head .logo img {
        width: 120px;
    }
    .head .nav {
        margin-top: 70px;
    }
    .head .shop {
        margin-top: 18px;
    }
    .head {
        height: 110px;
    }
    body {
        padding-top: 110px;
    }
    .banner .t {
        font-size: 90px;
    }
    .banner .m {
        font-size: 60px;
    }
    .banner .b {
        font-size: 30px;
    }
    .icon_row .box img {
        width: 100px;
    }
    .news {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    footer .top .f_l {
        margin-left: 180px;
    }
    .sub_container .title span {
        font-size: 55px;
    }
    .sub_container ul li .txt h3 {
        font-size: 24px;
    }
    .sub_container ul li .txt p {
        font-size: 24px;
        margin-top: 18px;
    }
    .sub_container ul li .txt a {
        font-size: 19px;
        margin-top: 35px;
        line-height: 44px;
    }
    .model {
        width: 800px;
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .model .inner .t {
        font-size: 22px;
    }
    .model .inner .intro {
        margin-bottom: 15px;
    }
    .model .inner .box .tt {
        margin-bottom: 0;
    }
    .et-ul-box .et-left li:nth-child(n+3) {
        display: block;
    }
    .et-ul-box ul {
        padding-left: 0;
    }
    .et-ul-box .et-right {
        padding-left: 25px;
    }
    .et-ul-box .et-right .pic {
        width: 40%;
    }
    .et-ul-box .et-right .txt {
        width: 60%;
    }
    .et-ul-box .et-right li {
        width: 100%;
        height: 125px;
    }
    .et-ul-box .et-right .pic img {
        height: 100px;
    }
    .et_container .title span {
        font-size: 55px;
    }
    .et_container .title p {
        font-size: 24px;
        margin-top: 13px;
    }
    .id_container .title span {
        font-size: 55px;
    }
    .id_container .title p {
        font-size: 24px;
        margin-top: 13px;
    }
    .et-ul-box .et-left li {
        padding: 0 50px;
    }
    .et-ul-box .et-left .txt h3 {
        font-size: 28px;
    }
}

@media (max-width: 1620px) {
    /*  */
    .banner-two .text {
        position: absolute;
        width: 80%;
        height: 80%;
        top: 10%;
        left: 10%;
        font-size: 24px;
        padding: 50px;
        box-sizing: border-box;
        overflow-x: hidden;
        overflow-y: scroll;
    }
}


/*  */

@media (max-width: 1230px) {
    /*  */
    /*  */
    .banner-two .text {
        position: absolute;
        width: 80%;
        height: 80%;
        top: 10%;
        left: 10%;
        font-size: 14px;
        padding: 20px;
        box-sizing: border-box;
        overflow-x: hidden;
        overflow-y: scroll;
    }
    /*  */
    .main {
        width: 992px;
    }
    .head .nav li>a {
        padding: 0 16px;
    }
    .head .nav li>a {
        width: auto;
        font-size: 15px;
    }
    .head .shop span {
        display: none;
    }
    .head .nav {
        margin-top: 45px;
    }
    .head .logo img {
        width: 90px;
    }
    .head {
        height: 85px;
    }
    body {
        padding-top: 85px;
    }
    .banner .t {
        font-size: 60px;
    }
    .banner .m {
        font-size: 40px;
    }
    .banner .b {
        margin-top: 30px;
        font-size: 25px;
    }
    .banner .box span {
        font-size: 16px;
        margin: 0 5px;
    }
    .icon_row .box img {
        width: 80px;
    }
    .banner .swiper-pagination {
        bottom: -160px;
    }
    .banner .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
    }
    .news .box {
        width: 100%;
        margin-bottom: 35px;
    }
    .i_title p {
        font-size: 42px;
    }
    .i_title h3 span {
        font-size: 20px;
    }
    .brand .inner p {
        font-size: 35px;
    }
    .brand .inner h3 {
        font-size: 62px;
    }
    .brand .inner h4 span {
        font-size: 24px;
    }
    .contact .tel p {
        font-size: 60px;
    }
    .contact .tel {
        width: 600px;
        line-height: 100px;
        border-radius: 50px;
    }
    .contact .tel span {
        font-size: 26px;
    }
    footer .top .f_l {
        display: none;
    }
    .et-ul-box .et-left li {
        padding: 0;
    }
    .et-ul-box .et-left {
        flex: 45%;
    }
    .et-ul-box .et-right {
        flex: 45%;
    }
    .et-ul-box .et-right .pic img {
        height: 90px;
    }
}

@media (max-width: 1030px) {
    .head .nav {
        display: none;
    }
    .main {
        width: 768px;
    }
    .header_out {
        box-shadow: 0.174px 0.985px 13.58px 0.42px rgba(0, 0, 0, 0.1);
    }
    .header_out .head {
        height: 70px;
    }
    .header_out .head .nav li>a {
        line-height: 1.6;
    }
    .header_out .head .logo {
        margin-top: 13px;
        position: absolute;
        margin-top: 0;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
    html {
        position: relative;
        transition: all 0.3s;
        left: 0;
    }
    html.slide_nav {
        left: 450px;
    }
    .header_out {
        transition: all 0.3s;
        left: 0;
    }
    .header_out.slide_nav {
        left: 450px;
    }
    .head .nav {
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
        display: block;
        width: 450px;
        position: fixed;
        z-index: 999;
        top: 0;
        overflow: hidden;
        z-index: 50;
        background: #ed753a;
        margin-left: 0;
        height: 100%;
        padding-top: 60px;
        padding-right: 25px;
        padding-left: 25px;
        left: -450px;
        transition: all 0.3s;
    }
    .head .nav.on {
        left: 0;
    }
    .head .nav li {
        display: block;
        float: none;
        border-bottom: 0.6px solid rgba(255, 255, 255, 0.6);
        padding-right: 55px;
    }
    .head .nav li>a {
        line-height: 1;
        padding: 14px 0;
        font-size: 13px;
    }
    .head .nav li.has_sub::after {
        content: "";
        display: block;
        position: absolute;
        font-family: Arial;
        width: 40px;
        height: 100%;
        font-weight: lighter;
        font-size: 18px;
        color: #fff;
        text-align: center;
        line-height: 32px;
        right: 0;
        top: 0;
        background: url(../images/more.png) no-repeat center/20px 20px;
    }
    .header_out .head .nav li>a {
        line-height: 2;
        color: #fff;
    }
    .header_out.header_out_sub .nav_btn span {
        background: #fff;
    }
    .nav_btn {
        display: block;
        width: 26px;
        height: 18px;
        position: absolute;
        left: 15px;
        top: 50%;
        margin-top: -9px;
        z-index: 999;
    }
    .nav_btn span {
        display: block;
        transition: all 0.3s;
        height: 1px;
        width: 100%;
        position: absolute;
        left: 0;
        background: #666;
        transition: all 0.3s;
    }
    .nav_btn span:nth-of-type(1) {
        top: 0;
    }
    .nav_btn span:nth-of-type(2) {
        top: 50%;
        margin-top: -0.5px;
    }
    .nav_btn span:nth-of-type(3) {
        bottom: 0;
    }
    .nav_btn.active span {
        background: #333;
    }
    .nav_btn.active span:nth-of-type(1) {
        top: 50%;
        transform: rotate(45deg);
    }
    .nav_btn.active span:nth-of-type(2) {
        opacity: 0;
    }
    .nav_btn.active span:nth-of-type(3) {
        top: 50%;
        transform: rotate(-45deg);
    }
    .m_nav {
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 50;
        top: 0;
        left: 100%;
        background: #ed753a;
        transition: all 0.3s;
        padding: 150px 40px 0;
    }
    .m_nav .close {
        display: block;
        width: 30px;
        height: 30px;
        top: 80px;
        left: 50%;
        margin-left: -15px;
        position: absolute;
        background: url(../images/close.png) no-repeat center/cover;
    }
    .m_nav .con>a {
        display: block;
        text-align: center;
        color: #fff;
        font-size: 18px;
        margin-bottom: 25px;
    }
    .m_nav .sub a {
        display: block;
        text-align: center;
        margin-bottom: 15px;
        color: #fff;
        font-size: 14px;
    }
    .m_nav.on {
        left: 0;
    }
    .head .shop img {
        width: 34px;
    }
    .head .shop a:last-child {
        margin-right: 0;
    }
    .banner .swiper-pagination {
        bottom: 20px;
    }
    .icon_row .box {
        width: 50%;
        margin-bottom: 15px;
    }
    footer .code {
        width: 100%;
        margin-top: 25px;
    }
    .head .nav li>a {
        background: none;
    }
    .head .nav {
        margin-top: 0;
    }
    .sub_container ul li {
        width: 100%;
    }
    footer .code.code_sub {
        margin-top: 0;
    }
    body {
        padding-top: 70px;
    }
    .et-ul-box .et-left li {
        padding: 0;
    }
    .art_container .art-bd .pic {
        padding: 0 70px;
    }
    .art_container .art-bd>p {
        padding: 30px 0;
    }
    .id_container .news-box li p:nth-child(1) {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .et-ul-box {
        flex-direction: column;
    }
    .et-ul-box .et-right .pic {
        width: 45%;
    }
    .et-ul-box .et-right .txt {
        width: 55%;
        padding-left: 30px;
    }
    .et-ul-box .et-right li {
        height: 150px;
    }
    .et-ul-box .et-right .pic img {
        height: 120px;
    }
}

@media (max-width: 800px) {
    .header_out.slide_nav {
        left: 300px;
    }
    html.slide_nav {
        left: 300px;
    }
    .head .nav {
        width: 300px;
    }
    .header_out .head .nav li>a {
        line-height: 1.6;
    }
    .head .nav {
        padding-right: 0;
        padding-left: 0;
    }
    .head .nav li {
        padding-left: 26px;
    }
    .header_out .head {
        height: 50px;
    }
    body {
        padding-top: 50px;
    }
    .head .logo img {
        width: 65px;
    }
    .head .shop {
        margin-top: 9px;
    }
    .head .shop a {
        margin-right: 15px;
    }
    .main {
        padding-right: 15px;
        padding-left: 15px;
    }
    .banner .t {
        font-size: 45px;
    }
    .banner .m {
        font-size: 22px;
    }
    .banner .b {
        font-size: 20px;
    }
    .banner .box span {
        font-size: 12px;
        line-height: 26px;
        border-radius: 13px;
        margin-bottom: 15px;
    }
    .icon_row .box img {
        width: 64px;
    }
    .icon_row .box span {
        font-size: 15px;
    }
    .news .box {
        padding: 0;
    }
    .news {
        padding-top: 40px;
        padding-bottom: 20px;
    }
    .i_title p {
        font-size: 34px;
    }
    .i_title h3 span {
        font-size: 17px;
    }
    .brand {
        padding-top: 35px;
        padding-bottom: 60px;
    }
    .brand .inner {
        padding-top: 65px;
        padding-bottom: 65px;
    }
    .brand .inner p {
        font-size: 20px;
    }
    .brand .inner h3 {
        font-size: 32px;
    }
    .brand .inner h4 {
        margin-top: 30px;
    }
    .brand .inner h4 span {
        font-size: 14px;
    }
    .product li {
        width: 100%;
    }
    .product {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .team li {
        width: 50%;
        border: 1px solid #ed753a;
    }
    .team a::after {
        display: none;
    }
    .contact .tel {
        width: 260px;
        max-width: 84%;
    }
    .contact .tel p {
        font-size: 30px;
    }
    .contact .tel {
        line-height: 55px;
    }
    .contact .tel span {
        font-size: 15px;
    }
    .contact {
        padding-top: 50px;
        padding-bottom: 34px;
    }
    .contact .des {
        font-size: 15px;
        line-height: 2;
    }
    footer .top .f_logo {
        width: 110px;
    }
    footer .top .shop {
        margin-top: 23px;
    }
    footer .top .shop span {
        display: none;
    }
    footer .bottom ul li {
        display: none;
    }
    footer .bottom ul li:last-child {
        display: block;
    }
    footer .bottom ul {
        margin-bottom: 15px;
    }
    .sub_banner img {
        width: 110px;
    }
    .sub_banner {
        padding: 80px 0;
    }
    .position {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .sub_container .title span {
        font-size: 28px;
    }
    .sub_container ul li .pic {
        width: 100%;
    }
    .sub_container ul li .txt {
        padding-left: 0;
        width: 100%;
    }
    .model .pbox {
        width: 100%;
        position: static;
    }
    .model {
        max-height: 70%;
        overflow: auto;
    }
    .model .mimg {
        position: static;
        transform: translate(0, 0);
        margin: 0 auto;
    }
    .model .des {
        float: none;
        width: 100%;
    }
    footer .copy_t {
        margin-top: 35px;
        padding: 15px;
        font-size: 12px;
    }
    /*  */
    .fp-box-1 .top {
        width: 80%;
        height: 65px;
        margin-left: 10%;
        background: url(../images/zhen.png) no-repeat center;
        background-size: 100% auto;
    }
    .fp-box-1 .top h3 {
        font-size: 14px;
        top: -4%;
    }
    .fp-box-1 .top p {
        font-size: 27px;
        text-align: center;
        display: block;
        padding-top: 15px;
        color: #ff7536;
    }
    .fp-box-1 .text {
        text-align: center;
        margin-top: 10px;
        line-height: 25px;
        font-size: 14px;
        color: #000000;
    }
    .fp-box-1 {
        padding: 27px 0;
    }
    /*  */
    .et_container .title span {
        font-size: 28px;
    }
    .id_container .news-box li {
        font-size: 14px;
    }
    .id_container .title span {
        font-size: 28px;
    }
    .id_container .news-box {
        padding: 0;
    }
    .et-ul-box .et-left li {
        padding: 0;
    }
    .et-ul-box .et-left .txt h3 {
        font-size: 22px;
    }
    .hd-lg {
        display: none;
    }
    .hd-sm {
        display: block;
        height: 200px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
    }
    .art_container .art-bd .pic {
        padding: 0;
    }
    .art-hd .hd-sm a {
        font-size: 14px;
        color: #ed753a;
    }
    .art_container .art-bd>p {
        padding: 25px 0;
    }
    .art_container .art-bd {
        padding: 0;
    }
}

@media (max-width: 615px) {
    .et-ul-box .et-right li {
        height: 14%;
    }
    .et-ul-box .et-right .txt {
        width: 100%;
        padding: 0 50px;
        float: none;
        text-align: center;
    }
    .et-ul-box .et-right .pic {
        width: 100%;
        padding-bottom: 20px;
        float: none;
    }
    .et-ul-box .et-right .pic img {
        display: block;
        height: 120px;
        margin: 0 auto;
    }
	.team li .text {
	  
	    top: 35%;
	    
	}
	.team li .text h3 {
	    font-size: 23px;

	    padding-bottom: 6px;
	}
	.team li .text span {
	
	    margin-bottom: 7px;
	   
	}
}

@media (max-width: 414px) {
    .id_container .news-box {
        padding: 0;
    }
    .id_container .news-box li {
        font-size: 13px;
    }
    .et-ul-box .et-left li {
        padding: 0;
    }
    .et-ul-box .et-left .txt h3 {
        font-size: 20px;
    }
    .art-bd .pic p {
        font-size: 8px;
        line-height: 16px;
    }
    .et-ul-box .et-right .txt {
        padding: 0;
    }
}
.pagelist{ margin-bottom:20px;text-align:center; padding-top:20px; }
.pagelist ul{height:22px;line-height:22px;}
.pagelist li{display:inline-block;border:solid 1px #ccc;margin-right:2px;}
.pagelist li{*display:inline;}
.pagelist a{display:inline-block;padding:4px 12px;color:#666;background:#eee;text-decoration:none;}
.pagelist li a:hover{background:#ccc}
.pagelist li.on a{background:#ccc}