* {

    margin: 0px;

    padding: 0px;

    box-sizing: border-box;

}

html {

    font-size: 14px;

    width: 100%;

    color: #111111;

    font-family: "microsoft yahei","微软雅黑";

}

body{

    overflow-x: hidden;

}

a {

    text-decoration: none;

    color: #111111;

}

a:hover, a:active, a:focus{

    color: #111111;

}

img {

    vertical-align: middle;

    max-width: 100%;

}

ul {

    margin: 0px;

    padding: 0px;

}

li {

    list-style: none;

}

input,button,select,textarea {

    outline: none!important;

}

.fl {

    float: left;

}

.fr {

    float: right;

}

.ta_l{

    text-align: left;

}

.ta_c{

    text-align: center;

}

.ta_r{

    text-align: right;

}

.flex{

    display: flex;

    justify-content: space-between;

    align-items: center;

    flex-wrap: wrap;

}

.clearfix:after{

    display: block;

    clear: both;

    content: '';

}

.m_top20{

    margin: 30px 0;

}



.max-main{

    max-width: 1400px;

    margin: 0 auto;
	position: relative;

}
.product {
	position: relative;
}
.zlm_box {
	padding: 20px 0 0;
}
.sj_lm{
	width: 100%;
    font-size: 16px;
    color: #ff8712;
    position: absolute;
    left: 0;
    top: -17px;
}
.sj_lm a{
	color: #111;
	font-weight: bold;
	margin-right: 15px;
}
.sj_lm a.hover{
	color: #e99100;
}
.main{

    max-width: 1200px;

    margin: 0 auto;

}

.pd_70{

    padding: 70px 0;

}

.pd_60{

    padding: 60px 0;

}



.header{

    padding: 10px 0;

    position: fixed;

    width: 100%;

    left: 0;

    top: 0;

    z-index: 999;

    background: #ff8712;

}

.logo img{

    height: 65px;

}

.nav_box{

    margin-left: 80px;

}

.nav_box ul li{

    float: left;

    font-size: 18px;

    margin: 20px 25px;

    position: relative;

}

.nav_box ul li a:after{

    content: "";

    width: 0;

    height: 1px;

    background: #fff;

    position: absolute;

    bottom: -10px;

    left: 0px;

    transition: all 0.5s ease 0s;

    border-radius: 5px;

}

.nav_box ul li:hover a{

    color: #fff;

}

.nav_box ul li:hover a:after {

    width: 100%;

}

.lang{

	float: right;

    margin-top: 21px;

    margin-left: 20px;

	font-size: 16px;

}

.lang a{

	margin: 0 5px;

}

.search{

    margin: 17px 0;

}

.search .input_t{

    border: 1px solid #f0f0f0;

    width: 200px;

    height: 32px;

    line-height: 32px;

    color: #dfdfdf;

    padding: 5px 10px;

    font-size: 16px;

}

.search .tj{

    border: none;

    width: 32px;

    height: 32px;

    background: #e99100 url("../images/ss.png")no-repeat center;

    background-size: 30px;

}



.banner{

    margin-top: 86px;

    position: relative;

}

.banner .jiantou{

    position: absolute;

    width: 50px;

    height: 50px;

    background: rgba(0,0,0,0.5);

    top: 48%;

    z-index: 99;

    overflow: hidden;

    border-radius: 50%;

}

.banner .jiantou.jt_prev{

    left: 30px;

}

.banner .jiantou.jt_next{

    right: 30px;

}



.banner .swiper-button-prev::after,.banner .swiper-button-next::after{

    font-size: 30px;

}



.sy_about{

    background: url("../images/syab_bg.jpg") no-repeat center;

    background-size: cover;

}

.sy_name{

    text-align: center;

}

.sy_name .name{

    font-size: 30px;

    color: #101010;

    width: 260px;

    margin: auto;

    margin-bottom: 10px;

    position: relative;

}

.sy_name .name:before{

    content: '';

    display: block;

    position: absolute;

    width: 40px;

    height: 2px;

    top: 22px;

    left: 0;

    background: #ff9f00;

}

.sy_name .name:after{

    content: '';

    display: block;

    position: absolute;

    width: 50px;

    height: 2px;

    top: 22px;

    right: 0;

    background: #ff9f00;

}

.sy_name span{

    display: block;

    margin: auto;

    height: 3px;

    width: 50px;

    background: #e99100;

}

.img{

    overflow: hidden;

}

.img img{

    transition: 2s;

    display: block;

}

.img:hover img{

    transform: scale(1.2);

}

.about_box{

    margin-top: 50px;

    background: url("../images/gyb.png") no-repeat right;

    background-size: 750px;

    height: 530px;

}

.about_img {

    width: 52%;

    position: relative;

    top: 65px;

}

.about_img img{

    width: 100%;

}

.ab_r {

    width: 46%;

    margin-top: 95px;

    padding: 0 20px;

}

.ab_r h3{

    font-size: 22px;

    color: #101010;

    margin-bottom: 20px;

    font-weight: 500;

}

.ab_r p{

    color: #585858;

    font-size: 14px;

    line-height: 2;

}

.ab_r ul{

    margin-top: 20px;

}

.ab_r ul li{

    display: inline-block;

    text-align: center;

    width: 32%;

}

.cp_box{

    margin-top: 50px;

}

.cp_lm {

    text-align: center;
	position: relative;

}

.cp_lm .lm_li{

    display: inline-block;

    /*margin: 0 10px;

    padding: 7px 15px;

    border: 1px solid #ccc;
	position: relative;*/

    font-size: 16px;
    line-height: 26px;
}

.cp_lm .lm_li:hover,.cp_lm .lm_li.active{

    /*background: #f49a18;

    border: 1px solid #f49a18;

    transition: ease-in-out .35s;*/

}
.cp_lm .lm_li a{
	margin: 0 10px;
    padding: 7px 15px;
    border: 1px solid #ccc;
}
.cp_lm .lm_li:hover a,.cp_lm .lm_li.active a{

    color: #fff;
	display: block;
	background: #f49a18;
    border: 1px solid #f49a18;
    transition: ease-in-out .35s;

}
.sy_zfl{
	position: absolute;
    left: 0;
    width: 100%;
    z-index: 999;
    top: 55px;
    text-align: left;
	display: none;
	text-align: center;
}
.sy_zfl li{
	display: inline-block;
}
.cp_lm .lm_li .sy_zfl li a{
	color: #6a430c;
    display: block;
    background: #fff;
    border: none;
    padding: 0;
    margin-right: 0;
    font-size: 14px;
}
.cp_lm .lm_li.active .sy_zfl{
	display: block;
}
.cp_body{

    margin-top: 80px;

}

.pt_box{

    display: none;

}

.pt_box li{

    float: left;

    width: 23.5%;

    margin-right: 2%;

    border: 1px solid #d5d5d5;

    transition: all .5s ease;

}

.pt_box li:nth-child(4n){

    margin-right: 0;

}

.pt_box li .pt_text{

    padding: 20px 15px;

}

.pt_text h3{

    font-size: 18px;

    border-bottom: 1px solid #d5d5d5;

    padding-bottom: 20px;

}

.pt_text h3 span{

    width: 85%;

    color: #000;

    white-space: nowrap;

    text-overflow: ellipsis;

    overflow: hidden;

    word-break: break-all;

}

.pt_text p{

    font-size: 14px;

    line-height: 24px;

    color: #333;

    white-space: nowrap;

    text-overflow: ellipsis;

    overflow: hidden;

    word-break: break-all;

}

.pt_box li:hover{

    -moz-box-shadow: 0px 0px 30px #ccc;

    -webkit-box-shadow: 0px 0px 30px #ccc;

    box-shadow: 0px 0px 1rem #ccc;

}

.pt_img {

	position: relative;

    height: 200px;

}

.pt_img img{

	position: absolute;

    top: 50%;

    left: 50%;

    width: 100%;

    transform: translate(-50%,-50%) scale(1.0);

}

.pt_img:hover img{

	transform: translate(-50%,-50%) scale(1.1);

}

.zizhi{

    background: url("../images/zz_bg.jpg") no-repeat center;

    background-size: cover;

	background: #dfdfdf;

}

.zizhi .sy_name .name{

    /*color: #fff;*/

}

.ry_box{

    position: relative;

    margin-top: 50px;

    margin-bottom: 40px;

}

.ry_box .swiper-pagination{

    width: 100%;

    bottom: -40px;

}

.ry_box .swiper-pagination-bullet{

    margin: 0 5px;

    width: 15px;

    height: 15px;

    border-radius: 0 !important;

    background: #fff;

}

.news_box {

    margin-top: 50px;

}

.news_box .news_item {

    width: 48%;

}

.news_center_list_img img{

    width: 100%;

}

.news_center_list_title {

    font-size: 18px;

    color: #333;

    margin: 15px 0;

}

.news_center_list_title a {

    float: right;

}

.news_item ul li a {

    width: 66.66666667%;

    float: left;

    display: block;

    color: #767676;

    font-size: 16px;

    margin-bottom: 10px;

    white-space: nowrap;

    text-overflow: ellipsis;

    overflow: hidden;

    background: url(../images/056.png) left center no-repeat;

    padding: 5px 0 5px 15px;

    transition: 0.2s all;

    -webkit-transition: 0.2s all;

}

.sy_time {

    font-size: 14px;

    color: #666;

    float: right;

    margin-top: 3px;

}

.news_item ul li:after{

    display: block;

    clear: both;

    content: '';

}

.news_item ul li:hover a {

    color: #333;

    text-indent: 5px;

}

.links{

    background: #f5f5f5;

    padding: 20px 0;

    line-height: 24px;

}

.footer{

    padding: 40px 0;

    background-color: rgba(40, 43, 48, 1);

}

.footer .foot_l{

    width: 34%;

}

.footer .foot_z{

    width: 40%;

    border-right: 1px dashed #ddd;

    border-left: 1px dashed #ddd;

    padding: 0 30px;

}

.footer .foot_r{

    width: 26%;

}

.foot_l ul li{

    font-size: 16px;

    line-height: 26px;

    margin-bottom: 10px;

    display: inline-block;

    width: 49%;

}

.foot_l ul li a{

    color: #fff;

}

.foot_z{

    font-size: 16px;

    line-height: 26px;

    color: #fff;

}

.db_lx{

    margin-bottom: 10px;

    justify-content: flex-start;

}

.db_lx img{

    margin-right: 5px;

}

.foot_r{

    text-align: right;

}

.foot_r img{

    height: 120px;

}

.cory{

    background: #000;

    color: #fff;

    text-align: center;

    padding: 20px 0;

    font-size: 16px;

}

.cory a{

    color: #d6d6d6;

}

.ny_banner{

    margin-top: 86px;

    height: 380px;

    background-size: cover !important;

}

.ab_ban{

    background: url("../images/ab_ban.jpg") no-repeat center;

}

.mbx{

    padding: 25px 0;
	position: relative;

}

.location a{

    color: #555;

}

.location img{

    height: 20px;

    margin-right: 5px;

}

.lanmu ul li{

    float: left;

    padding: 0px 30px;

    color: #333;

    font-size: 16px;

    position: relative;

    border-right: 1px solid #ddd;

}

.lanmu ul li a{

    color: #333;

}

.lanmu ul li a:before {

    position: absolute;

    content: '';

    left: 50%;

    bottom: -27px;

    width: 0%;

    height: 3px;

    background-color: none;

    transition: all .3s;

}

.lanmu ul li:hover a,.lanmu ul li.cur a{

    color: #e99100;

}

.lanmu ul li:hover a:before,.lanmu ul li.cur a:before {

    width: 80%;

    left: 10%;

    background-color: #e99100;

}

.lanmu ul.cp_navbox li:nth-child(2){

	display: none;

}

.lanmu ul.cp_navzi li{

	 padding: 0px 10px;

}

.ny_body{

    background-color: rgba(243, 243, 243, 1);

    padding: 50px 0;

}

.ny_about{

    padding: 40px 30px;

    background: #fff;

}

.ny_name{

    font-size: 28px;

    margin-bottom: 30px;

    padding-bottom: 30px;

    border-bottom: 1px solid #e8e8e8;

}

.ny_name h3{

    margin-bottom: 0;

    font-weight: 500;

}

.ab_detail{

    font-size: 16px;

    line-height: 1.5;

    color: #666;

}

.ab_detail p{

    margin-bottom: 10px;

}

.cont_l {

    width: 40%;

}

.cont_l .c_name{

    font-size: 18px;

    margin-bottom: 20px;

    color: #333;

}

.cont_r{

    width: 55%;

}

.cont_r img{

    max-width: inherit !important;

}

.case_item li{

    width: 23.5%;

    margin-right: 2%;

    float: left;

    margin-bottom: 2.5%;

}

.case_item li:nth-child(4n){

    margin-right: 0;

}

.case_item li .ny_pic {

    font-size: 0px;

    overflow: hidden;

    text-align: center;

    background: #f6f6f6;

    width: 100%;

    margin: 0 auto;

    height: 13.6vw;

    display: block;

}

.case_item li .ny_pic img{

    vertical-align: middle;

    margin: 5% auto;

    width: auto;

    height: auto;

    max-height: 87%;

    max-width: 90%;

}

.case_item li p{

    text-align: center;

    padding: 5px 10px;

    color: #666;

    white-space: nowrap;

    text-overflow: ellipsis;

    overflow: hidden;

    word-break: break-all;

}

.page{

    text-align: center;

    margin: 40px 0 0;

}

.page a{

    display: inline-block;

    height: 38px;

    min-width: 38px;

    margin: 0 5px 0 0;

    padding: 0 5px;

    background-size: 100% 100%;

    color: #595959;

    border: 1px solid #ddd;

    cursor: pointer;

    line-height: 38px;

    font-family: inherit;

    font-size: 14px;

    font-weight: inherit;

    text-decoration: none;

    background-color: #fff;

    text-align: center;

    border-radius: 0px;

}

.page a:hover,.page a.cur{

    background-color: #e99100;

    border: 1px solid #e99100;

    color: #fff;

}

.pt_item li{

    width: 23.5%;

    margin-right: 2%;

    float: left;

    margin-bottom: 2.5%;

    border: 1px solid #ccc;

}

.pt_item li:nth-child(4n){

    margin-right: 0;

}

.pt_item li .pt_pic{

    position: relative;

    overflow: hidden;

    padding-bottom: 106%;

}

.pt_item li .pt_pic img{

    position: absolute;

    top: 50%;

    left: 50%;

    width: 100%;

    transform: translate(-50%,-50%) scale(1.0);

    transition: all .5s ease;

}

.pt_item li .pt_pic:hover img{

    transform: translate(-50%,-50%) scale(1.1);

}

.txtbox{

    padding: 10px 20px;

    transition: all .5s ease;

    background: #eee;

}

.txtbox h3{

    font-size: 18px;

    font-weight: 500;

    transition: all .5s ease;

    color: #707070;

    background: none !important;

    white-space: nowrap;

    text-overflow: ellipsis;

    overflow: hidden;

    word-break: break-all;

}

.txtbox .line {

    position: relative;

    margin-top: 10px;

    width: 100%;

    height: 2px;

}

.txtbox .line::before {

    content: '';

    position: absolute;

    left: 0px;

    display: block;

    width: 30px;

    height: 1px;

    background: #999;

    transition: all .5s ease;

}

.pt_item li:hover .txtbox{

    background: #e99100;

}

.pt_item li:hover .txtbox h3{

    background: #e99100;

    color: #fff;

}

.pt_item li:hover .txtbox .line::before {

    width: 100%;

    background: #fff;

}

.product_l{

    width: 38%;

}

.product_l img{

    width: 100%;

}

.product_l .gallery-top{

    border: 1px solid #ddd;

}

.tj_btbox{

    position: relative;

    padding: 0 30px;

    margin-top: 10px;

}

.tj_btbox .swiper-button-prev{

    height: 100%;

    top: 22px;

    left: 0;

    background: #ccc;

}

.tj_btbox .swiper-button-prev:after,.tj_btbox .swiper-button-next:after{

    font-size: 24px;

}

.tj_btbox .swiper-button-next{

    height: 100%;

    top: 22px;

    right: 0;

    background: #ccc;

}

.tj_btbox .swiper-button-prev:focus,.tj_btbox .swiper-button-next:focus{

    outline: -webkit-focus-ring-color auto 0;

}

.tj_btbox .swiper-slide{

    border: 1px solid #ddd;

}

.tj_btbox .swiper-slide.swiper-slide-thumb-active{

    border: 1px solid #e99100;

}

.product_r{

    width: 57%;

}

.product_r h1 {

    font-size: 24px;

    line-height: 30px;

    font-weight: 500;

    color: #000;

    margin-top: 25px;

}

.product_r .text {

    font-size: 14px;

    line-height: 36px;

    padding: 20px 0px;

    color: #666;

}

.product_r ul li{

    display: inline-block;

    margin-bottom: 10px;

    font-size: 16px;

    color: rgb(255, 255, 255);

    background: rgb(233, 145, 0);

    padding: 0.6vw 3vw;

    border-radius: 0px;

    border-width: 1px;

    border-style: solid;

    border-color: rgb(233, 145, 0);

    border-image: initial;

    transition: all 0.36s ease 0s;

}

.product_r ul li a{

    color: #fff;

}

.product_r ul li:hover {

    color: rgb(233, 145, 0);

    background: rgb(255, 255, 255);

    border-width: 1px;

    border-style: solid;

    border-color: rgb(233, 145, 0);

    border-image: initial;

}

.product_r ul li:hover a{

    color: #e99100;

}

.product_xq{

    margin-top: 40px;

}

.product_xq .cp_ms{

    border-bottom: 1px solid #ddd;

    margin-bottom: 30px;

}

.product_xq .cp_ms span{

    display: block;

    width: 195px;

    text-align: center;

    background: #e99100;

    padding: 25px 0;

    color: #fff;

    font-size: 20px;

}

.detail{

    font-size: 16px;

    line-height: 1.5;

    color: #555;

}

.newList {

    display: flex;

    padding: 30px 0;

    border-bottom: 1px solid #DDD;

}

.newList .content {

    display: flex;

    width: calc( 100% - 165px );

}

.leftTime {

    width: 100px;

    position: relative;

}

.leftTime .newTime {

    display: block;

    color: #999;

    font-size: 18px;

    font-weight: normal;

    margin: 0px 0 30px;

    transition: all .5s ease;

}

.newIcon {

    padding: 6px 11px;

    border: 1px solid transparent;

    transition: all .5s ease;

    color: #ccc;

    display: inline;

}

.rightC {

    position: relative;

    width: calc( 100% - 100px);

    transition: all .5s ease;

    padding: 0 30px 0 60px;

}

.newTitle {

    margin-bottom: 10px;

}

.newTitleLink {

    transition: all .5s ease;

    display: block;

    width: 100%;

    font-size: 18px;

    font-weight: 500;

    color: #333;

    overflow: hidden;

    text-overflow: ellipsis;

    white-space: nowrap;

    margin: 0;

    padding: 0;

    text-align: left;

    cursor: pointer;

}

.p_summary {

    white-space: normal;

    text-overflow: ellipsis;

    display: -webkit-box;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 2;

    overflow: hidden;

    color: #888;

}

.newPicBox {

    width: 165px;

    height: 110px;

}

.newPicLink {

    display: block;

    width: 100%;

    height: 100%;

    overflow: hidden;

    position: relative;

}

.rightC::before {

    content: '';

    position: absolute;

    left: 10px;

    top: 12px;

    display: block;

    width: 40px;

    height: 1px;

    background: #aaa;

    transition: all .5s ease;

}

.newPic {

    width: auto;

    height: 100%;

    transform: translate(-50%, -50%);

    transition: all .5s ease;

    position: absolute;

    left: 50%;

    top: 50%;

}

.newList:hover .newTime {

    color: #333;

}

.newList:hover .newIcon {

    border-color: #e99100;

    margin-top: 10px;

    background: #e99100;

    color: #fff;

}

.newList:hover .rightC {

    padding-left: 80px;

}

.newList:hover .rightC::before {

    width: 60px;

}

.newList:hover .newTitleLink {

    color: #e99100;

}

.newPicBox:hover .newPic {

    transform: scale(1.1) translate(-50%, -50%);

}

.ny_name h1{

    font-size: 26px;

    font-weight: 500;

}

.news_text{

    text-align: center;

    margin-bottom: 20px;

    color: #999;

}

.newspage{

    margin-top: 40px;

    padding-bottom: 20px;

    border-bottom: 1px solid #ddd;

}

.newspage .prev,.newspage .next{

    width: 50%;

}

.newspage .next{

    text-align: right;

}

.menu{

	display: none;

}

.menu img{

	height: 30px;

	margin-top: 18px;

}

.m_nav {

	position: fixed;

    top: 0px;

	left: 0;

    box-shadow: 0 15px 27px 0 rgb(167 165 165 / 38%);

    width: 100%;

    height: 100%;

    background: #fff;

    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;

    -webkit-transition: all ease 0.5s;

    z-index: 1000;

    opacity: 1;

    visibility: visible;

    margin-top: 0px;

    overflow-y: auto;

    transform: translateX(100%);

    animation-fill-mode: both;

}

.m_nav .top {

    height: 70px;

    padding: 20px;

    box-sizing: border-box;

    background: #e99100;

}

.m_nav .top .closed {

    display: block;

    width: 30px;

    height: 30px;

    line-height: 30px;

    text-align: center;

    float: right;

    cursor: pointer;

    font-size: 26px;

    color: #fff;

	font-style: normal;

}

.m_nav .ul {

    margin-top: 10px;

}

.m_nav .ul li {

    padding: 0 20px;

    border-bottom: 1px solid #f5f5f5;

    transform: translateY(100%);

    -webkit-transform: translateY(100%);

    -webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;

    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;

    opacity: 0;

}

.m_nav .ul li a {

    display: inline-block;

    text-decoration: none;

    color: #333;

    font-size: 16px;

    padding: 10px 0;

    width: 80%;

}

.m_nav.open {

    transform: translateX(0);

}

.m_nav.open .ul li {

    opacity: 1;

    -webkit-transform: translateY(0);

    transform: translateY(0);

}



.xl_box{

	padding: 0 15px;

    font-size: 14px;

	display: none;

}

.xl_box .m_cpli a{

	font-size: 14px !important;

	padding: 6px 0;

}
.db_lx span{
	width: 90%;
}
#box2 {
	position:absolute;
	top:30px;
	width:300px;
	height:300px;
	box-shadow:4px 4px 10px 0 #616161;
}
#box2 {
	display:none;
	left:360px;
	overflow:hidden;
}
#mark {
	display:none;
	position:absolute;
	top:50px;
	left:50px;
	width:100px;
	height:100px;
	opacity:0.4;
	filter:alpha(opacity=40);
	cursor:move;
	background-color:#000;
	z-index: 999;
}

#box2 img {
	display:block;
	width:300%;
	height:300%;
}

#outBox{
	width: 1002px;
	height: auto;
	margin: 2px auto;
}
.w{
	width: 450px;
	height: auto;
}
.leftBox{
	width: 450px;
	height: auto;
	float: left;
}
.normalBox{
	overflow: hidden;
	position: relative;
	border: 1px solid #f2f2f2;
}
.normalBox .w{
	display: none;
}
.botBox{
	width: 100%;
	height: 90px;
	background: white;
	overflow: hidden;
}
.botBox ul li{
	float: left;
	width: 90px;
	border: 1px solid #fff;
	border-radius: 5px;
	margin-left: 25px;
	opacity: 0.5;
}
.botBox ul li:first-child{
	margin-left: 0;
}
.bord{
	border-color: #e4393c !important;
	opacity: 1 !important;
}
.moveBox{
	width: 200px;
	height: 200px;
	background: rgba(222,0,0,0.4);
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	cursor: move;
}
.magBox{
	width: 302px;
    height: 324px;
	border: 1px solid #f2f2f2;
	position: relative;
	float: left;
	overflow: hidden;
	display: none;
}

.magBox ul li{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}
#n,.m{
	display: block !important;
}
.box{
	width: 110px;
	margin: auto;
}
@media (max-width: 1400px) {

    .max-main{

        max-width: 1200px;

    }

}

@media(max-width:767px){

	.max-main,.main{

        max-width: 95%;

    }

	.nav_box,.search{

		display: none;

	}

	.menu{

		display: block;

	}

	.pd_60 {

		padding: 40px 0;

	}

	.banner .swiper-button-prev::after, .banner .swiper-button-next::after {

		font-size: 20px;

	}

	.banner .jiantou.jt_prev {

		left: 20px;

	}

	.banner .jiantou.jt_next {

		right: 20px;

	}

	.banner .jiantou {

		width: 35px;

		height: 35px;

		top: 42%;

	}

	.banner .swiper-button-prev{

		left: 3px;

	}

	.banner .swiper-button-next{

		right: 3px;

	}

	.sy_name .name {

		font-size: 26px;

		width: 240px;

	}

	.sy_name .name:before,.sy_name .name:after{

		top: 18px;

	}

	.about_box{

		padding: 0 5px;

		background: none;

		background-size: auto;

		height: auto;

		margin-top: 0;

	}

	.about_img{

		width: 100%;

		top: 30px;

	}

	.ab_r {

		width: 100%;

		margin-top: 55px;

		padding: 0 0;

	}

	.ab_r h3 {

		font-size: 18px;

		margin-bottom: 10px;

	}

	.cp_lm .lm_li {

		margin: 0 0;

		padding: 7px 5px;

		font-size: 14px;

		margin-bottom: 10px;

	}

	.cp_box {

		margin-top: 40px;

	}

	.cp_body {

		margin-top: 30px;

	}

	.pt_box li{

		width: 49%;

		margin-right: 0;

		margin-bottom: 10px;

	}

	.pt_img {

		height: 150px;

	}

	.pt_box li:nth-child(2n){

		float: right;

	}

	.news_box {

		margin-top: 40px;

	}

	.news_box .news_item{

		width:100%;

	}

	.footer{

		display: none;

	}

	.pt_box li .pt_text {

		padding: 10px 10px;

	}

	.pt_text h3 span {

		width: 100%;

	}

	.pt_text h3 {

		font-size: 16px;

		padding-bottom: 10px;

		margin-bottom: 10px;

	}

	.pt_box li .pt_text img{

		display: none;

	}

	.ny_banner {

		height: 115px;

	}

	.location {

		width:100%;

		

	}

	.location .flex{

		justify-content: flex-start;

	}

	.lanmu {

		display: none;

	}

	.ny_body {

		padding: 40px 0;

	}

	.ny_about {

		padding: 20px 15px;

	}

	.ny_name {

		font-size: 20px;

		margin-bottom: 20px;

		padding-bottom: 20px;

	}

	.cont_l{

		width:100%;

		margin-bottom: 20px;

	}

	.cont_r{

		width:100%;

	}

	.newList {

		padding: 10px 0;

	}

	.newPicBox{

		display: none;

	}

	.leftTime .newTime{

		font-size: 14px;

		margin: 0px 0 20px;

	}

	.rightC::before{

		width: 30px;

		left: 7px;

		top: 9px;

	}

	.leftTime {

		width: 81px;

	}

	.newList .content{

		width: 100%;

	}

	.rightC {

		width: calc( 100% - 75px);

		padding: 0 0 0 50px;

	}

	.newTitleLink{

		font-size: 16px;

	}

	.newList:hover .rightC {

		padding-left: 55px;

	}

	.newList:hover .rightC::before {

		width: 40px;

	}

	.page a{

		height: 30px;

		min-width: 30px;

		line-height: 30px;

	}

	.ny_name h1 {

		font-size: 20px;

	}

	.newspage .prev, .newspage .next{

		width: 100%;

	}

	.newspage .next{

		text-align: left;

		margin-top: 10px;

	}

	.pt_item li{

		width: 49%;

		margin-right: 0;

	}

	.pt_item li:nth-child(2n){

		float: right;

	}

	.txtbox {

		padding: 10px 10px;

	}

	.txtbox h3 {

		font-size: 16px;

	}

	.product_l,.product_r{

		width: 100%;

	}

	.product_r h1 {

		font-size: 20px;

		margin-top: 20px;

	}

	.product_r .text {

		line-height: 24px;

	}

	.product_r ul li{

		font-size: 14px;

		padding: 6px 15px;

	}

	.product_xq {

		margin-top: 25px;

	}

	.product_xq .cp_ms span {

		width: 140px;

		padding: 10px 0;

		font-size: 18px;

	}

	.zlm_box{

		display: block;

		margin-top: 0;

	}

	.lanmu.zlm_box ul li a:before{

		display: none;

	}

	.lanmu.zlm_box ul li {

		width: 33.3%;

		margin-bottom: 10px;

		text-align: center;

	}

	.case_item li{

		width: 49%;

		margin-right: 0;

	}

	.case_item li:nth-child(2n){

		float: right;

	}

	.case_item li .ny_pic{

		height: 200px;

	}
	#outBox {
		width: 100%;
	}
	.leftBox,.w {
		width: 100%;
	}
	.moveBox{
		display: none!important;
	}
	.sy_zfl,.cp_lm .lm_li.active .sy_zfl{
		display: none;
	}
	.mbx {
		padding: 15px 0;
	}
	.location{
		margin-bottom: 15px;
	}
	.zlm_box{
		padding-top: 0
	}
	.sj_lm{
		position: relative;
		top: 0;
	}
	.sj_lm a{
		margin-right: 10px;
	}
	.cp_navzi{
		margin-top: 10px;
	}
}