body {
    font-family: "微软雅黑;";
    font-size: 14px;
    color: #666;
    line-height: 1.5;
    width: 100%;
    background: #fff;
    -webkit-tap-highlight-color: transparent;
}
body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, strong, b, small, u, i, center, dl, dt, dd, ol, ul, li, sub, sup, tt, var, del, dfn, ins, kbd, q, s, samp, strike, applet, object, iframe, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, blockquote, pre, a, abbr, acronym, address, big, cite, code, mark, audio, video, input, textarea, select {
    margin: 0;
    padding: 0;
}
input,textarea,select,a:focus {
     outline: none;
 }
ul {
    list-style: none;
}
a:link, a:visited {
    text-decoration: none;
    outline: 0;
    color: #666;
}
input[type='reset'], input[type='button'], input[type='submit'], input[type='radio'] {
    cursor:pointer;
    outline:0;
    border: none;
}
::-webkit-input-placeholder {
    color:#fff;
}
:-moz-placeholder {
    color:#fff;
    opacity:1;
}
::-moz-placeholder {
    color:#fff;
    opacity:1;
}
:-ms-input-placeholder{
    color:#fff;
}
.container{
	width: 1400px;
	margin: 0 auto;
}
.new .new_bj img{
	width: 100%;
}
.swiper {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	height: calc((100% - 30px) / 2);
	/* Center slide text vertically */
	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;
}
.swiper-banner .swiper-pagination-bullet{
	width: 40px;
    height: 6px;
    border-radius: 0;
}
:root {
    --swiper-theme-color: #4e7db5;
}
img {
    border: 0;
    padding: 0;
    margin: 0;
    max-width: 100%;
}
/*顶部菜单*/
.head_sj{
	display: none;
}
#head .top{
    height: 51px;
    background: #4e7db5;
    font-size: 14px;
	color: #FFFFFF;
	line-height: 50px;
}
#head .top .top_nr {
    display: flex;
    justify-content: space-between;
}
#head .top .top_nr .top_rl {
    display: flex;
    align-items: center;
}
#head .top .top_nr .top_rl .top_tel {
    background: url(/static/web/images/icon1.png) no-repeat;
    line-height: 14px;
    padding-left: 20px;
    margin-right: 36px;
}
#head .top .top_nr .top_rl .top_tel span {
    font-size: 16px;
    font-weight: bold;
}
#head .top .top_nr .top_rl .tup_ser {
    position: relative;
}
#head .top .top_nr .top_rl .tup_ser .form-control {
    width: 235px;
    height: 30px;
    border: 1px solid #DDDDDD;
    border-radius: 3px;
    background-color: transparent;
	padding-left: 15px;
	color: #fff;
}
#head .top .top_nr .top_rl .tup_ser .btn {
    background-color: transparent;
    position: absolute;
    background: url(/static/web/images/icon2.png) no-repeat;
    width: 16px;
    height: 16px;
    background-size: 100%;
    top: 17px;
    right: 8px;
}
#head .head_dh {
    display: flex;
    justify-content: space-between;
    height: 88px;
    align-items: center;
}
#head .head_dh .nav {
    display: flex;
    font-size: 16px;
    color: #333333;
}
#head .head_dh .nav li a{
    padding: 0 20px;
	line-height: 84px;
}
#head .head_dh .nav .choice a{
    color: #4e7db5;
}
#head .head_dh .nav li:hover a{
	color: #4e7db5;
}

#head .head_dh .nav .dropdown-toggle::after{
	content: '';
    display: block;
    width: 0%;
	height: 3px;
	background-color: #4e7db5;
	-webkit-transition: width .3s ease-in-out;
	transition: width .3s ease-in-out;
}
#head .head_dh .nav li:hover:after{
	width: 100%;
}
.banner1{
	position: relative;
}
.banner1 img{
	width: 100%;
	display: block;
}
.banner img{
	width: 100%;
	display: block;
}
/*#head .head_dh .nav .choice:after{
	content: '';
    display: block;
    width: 100%;
	height: 3px;
	background-color: #4e7db5;
}*/
.banner1 .bannre_txt{
	position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
}
.banner1 .bannre_txt h3{
	font-size: 48px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1;
}
.banner1 .bannre_txt p{
	font-size: 18px;
    color: #FFFFFF;
    line-height: 2;
    text-transform: uppercase;
}
/*底部*/
.foot {
    background: #36363A;
    padding-top: 42px;
    border-top: 5px solid #4e7db5;
    font-size: 14px;
    color: #DDDDDD;
}
.foot a {
    color: #DDDDDD;
}
.foot .footer {
    display: flex;
    justify-content: space-between;
    padding-bottom: 75px;
}
.foot .footer .footer1 {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.foot .footer .footer1 img {
    padding: 0 10px;
}
.foot .footer .footer2 {
    border-left: 1px solid #555555;
    padding-left: 80px;
}
.foot .footer .footer2 h3 {
    font-size: 16px;
    color: #FFF000;
}
.foot .footer .footer2 p {
    margin: 9px 0;
    line-height: 18px;
    padding-left: 28px;
}
.foot .footer .footer2 .ftel {
    background: url(/static/web/images/icon6.png) no-repeat;
}
.foot .footer .footer2 .ffax {
    background: url(/static/web/images/icon7.png) no-repeat;
}
.foot .footer .footer2 .fmail {
    background: url(/static/web/images/icon8.png) no-repeat;
}
.foot .footer .footer2 .fadd {
    background: url(/static/web/images/icon9.png) no-repeat;
}
.foot .footer .footer2 ul {
    display: flex;
    flex-direction: column;
    height: 108px;
    flex-wrap: wrap;
}
.foot .footer .footer2 ul a {
    font-size: 14px;
    color: #EEEEEE;
    line-height: 36px;
}
.foot .footer .footer2 ul li {
    padding-right: 20px;
}
.foot .footer .footer_img {
    padding-left: 100px;
    text-align: center;
    border-left: 1px solid #555555;
	margin-left: 80px;
}
.foot .foot_db{
	text-align: center;
    line-height: 48px;
    border-top: 1px solid #555555;
}
/*首页*/
.product{
	margin: 60px 0;
	position: relative;
}
.product .swiper-slide {
	justify-content: flex-start;
}
.product .pro{
	position: relative;
	margin: 10px 0;
}
.product .pro:hover .pro_bj{
	background: #4e7db5;
    border: none;
}
.product .pro:hover .pro_bt .pro_txt{
	color:#fff;
}
.product .pro:hover .pro_bt .pro_nl{
	background: url(/static/web/images/pro_bj2.png) no-repeat;
}
.product .pro .pro_img{
	width: 420px;
    overflow: hidden;
	height: 270px;
	background: #ECEEF0;
	z-index: 999;
    position: relative;
}
.product .pro .pro_img img {
    z-index: 999;
    position: relative;
    max-height: 100%;
    transition: 0.5s;
    max-width: 100%;
}
.product .pro .pro_img img:hover{
	transform: scale(1.05);
}

.product .pro .pro_bj {
    width: 412px;
    height: 300px;
    border: 1px solid #E93A25;
    position: absolute;
    top: 25px;
    left: 30px;
}
.product .pro .pro_bt {
	z-index: 999;
    position: relative;
    display: flex;
    justify-content: space-between;
    bottom: 0;
    align-items: flex-end;
    margin-top: 10px;
    padding-bottom: 10px;
}
.product .pro .pro_bt .pro_txt{
	padding-left: 50px;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    line-height: 30px;
}
.product .pro .pro_bt .pro_nl{
	width: 111px;
    background: url(/static/web/images/pro_bj.png) no-repeat;
    background-size: 100% 100%;
    height: 31px;
}
.product .pro .pro_bt .pro_nl p{
	font-size: 14px;
    color: #FFFFFF;
    line-height: 30px;
}
.txt_bt{
	text-align: center;
}
.txt_bt h3{
	font-size: 80px;
    font-weight: 400;
    color: #F3F3F3;
    line-height: 30px;
}
.txt_bt p{
	font-size: 38px;
    color: #333333;
    line-height: 30px;
    padding-bottom: 20px;
}
.txt_bt span{
	color: #E93A25;
}
.swiper-button-prev{
	width: 50px;
    height: 50px;
    border: 1px solid #4e7db5;
    background: url(/static/web/images/icon10.png) no-repeat center;
	left: 100px;
	top: 54%;
}
.swiper-button-prev:hover{
    background: url(/static/web/images/icon11.jpg) no-repeat center;
}
.swiper-button-next:hover{
    background: url(/static/web/images/icon27.jpg) no-repeat center;
}
.swiper-button-prev:after{
	display: none;
}
.swiper-button-next{
	width: 50px;
    height: 50px;
    border: 1px solid #4e7db5;
    background: url(/static/web/images/icon26.png) no-repeat center;
	right: 100px;
	top: 54%;
}
.swiper-button-next:after{
	display: none;
}
.about {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.about .about_bj {
    width: 48%;
}
.about .about_txt {
    width: 48%;
}
.about .about_txt .about_nr {

}
.about .about_txt .about_nr h3 {
    font-size: 80px;
    font-weight: 400;
    color: #F3F3F3;
    line-height: 30px;
    padding-top: 60px;
}
.about .about_txt .about_nr h4 {
    font-size: 38px;
    font-weight: 400;
    color: #333;
    line-height: 40px;
}
.about .about_txt .about_nr h4 span {
    color: #E93A25;
}
.about .about_txt .about_nr p {
    font-size: 16px;
    color: #666666;
    line-height: 34px;
    padding-top: 40px;
    padding-right: 10px;
}
.about .about_txt .about_nr .about_nl {
    border: 1px solid #4e7db5;
    border-radius: 24px;
    width: 180px;
    font-size: 14px;
    line-height: 48px;
    text-align: center;
    margin: 60px 0 0 90px;
}
.about .about_txt .about_nr .about_nl a{
	color: #4e7db5;
}
.about .about_txt .about_nr .about_nl:hover{
	background-color: #4e7db5;
}
.about .about_txt .about_nr .about_nl:hover a{
	color: #fff;
}
.new {
    margin: 65px 0 85px;
	position: relative;
}
.new .new_bj{
	position: absolute;
    left: 0;
    top: 55px;
    z-index: -1;
}
.new .new_nr {
    display: flex;
    margin-top: 50px;
    justify-content: space-between;
}
.new .new1 {
    display: flex;
    width: 48%;
}
.new .new1:hover .new_txt h3{
	color: #E93A25;
}
.new .new1:hover .new_txt span{
	color: #E93A25;
}
.new .new1 .new_txt {
    padding-left: 15px;
}
.new .new1 .new_txt h3 {
    font-size: 18px;
    color: #333333;
    line-height: 1;
    padding-bottom: 20px;
}
.new .new1 .new_txt h4 {
    font-size: 14px;
    font-weight: 400;
    color: #BBBBBB;
    line-height: 1;
    padding-bottom: 18px;
}
.new .new1 .new_txt p {
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    padding-bottom: 10px;
}
.new .new1 .new_txt span {
    font-size: 14px;
    color: #DDDDDD;
    line-height: 1;
}
.par {
    padding: 65px;
    background: #F2F3F4;
	position: relative;
}
.par .par_img {
    padding: 20px;
	border: 1px solid #DDDDDD;
	overflow: hidden;
	margin: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
	width: 100%;
	height: 90px;
}
.par .par_img img:hover{
	transform: scale(1.05);
}
.par .par_img img {
    width: 100%;
	transition: 0.5s;
}
.side {
    position: fixed;
    width: 60px;
    right: 5px;
    bottom: 40%;
    z-index: 98;
}
.sidel {
    position: fixed;
    width: 88px;
    left: 5px;
    bottom: 40%;
    z-index: 98;
	
}
.sidel .side_txt{
    height: 44px;
	background: url(/static/web/images/side.jpg) no-repeat;
	font-size: 16px;
	color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
	background-size: 100% 100%;
}
.sidel .side_xx{
	border: 1px solid #4e7db5;
	padding: 10px 0;
	background: #fff;
}
.sidel .side_xx a{
    color: #4e7db5;
    width: 60px;
    display: block;
    text-align: center;
    margin: 5px 12px;
    padding-top: 60px;
    background: url(/static/web/images/icon28.png) no-repeat;
}

.paging .pagination a{
	border: 1px solid #DDDDDD;
    padding: 12px;
    margin: 0 2px;
}
.paging .pagination a:hover{
	background: #4e7db5;
    color: #fff;
}
.side ul li {
    width: 60px;
    height: 60px;
    float: left;
    position: relative;
    margin-bottom: 1px;
}
.side ul li .sidebox {
    position: absolute;
    width: 60px;
    height: 60px;
    top: 0;
    right: 0;
    transition: all 0.5s;
    background-color: #FFAC15;
    color: #fff;
    overflow: hidden;
}
.side ul li p {
    line-height: 60px;
}
.side ul li img {
    float: left;
}
.side ul li .sidetop {
    width: 60px;
    height: 60px;
    line-height: 60px;
    display: inline-block;
    background-color: #FFAC15;
    transition: all 0.5s;
}
.side ul li img{
	width: 60px;
}
/*内页*/
.page_txt{
	margin: 60px 0;
}
.crumbs{
	height: 50px;
    border-bottom: 1px solid #EEEEEE;
    line-height: 50px;
}
.crumbs a{
	color: #999;
	font-size: 14px;
}
.crumbs .position{
	background: url(/static/web/images/icon12.png) no-repeat left;
    padding-left: 30px;
	display: flex;
}
.aboutn .page_txt h3{
	font-size: 32px;
    font-weight: 400;
    color: #333333;
    line-height: 1;
    text-align: center;
}
.aboutn .page_txt h4{
	font-size: 16px;
    font-weight: 400;
    color: #E93A25;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 20px;
}
.aboutn .page_txt p{
	font-size: 16px;
    color: #666666;
    line-height: 34px;
	text-indent: 2em;
}
.shop .shop_nr{
	display: flex;
	justify-content: space-between;
}
.shop .shop1{
	border: 1px solid #DD402D;
    border-radius: 12px;
    padding: 27px;
    display: flex;
    justify-content: space-between;
	width: 44%;
	margin: 20px 0;
	overflow: hidden;
}
.shop .shop1 .shop_txt{
	padding-left: 27px;
}
.shop .shop1 .shop_txt h3{
	font-size: 32px;
    font-weight: bold;
    color: #333333;
    line-height: 1;
    text-align: left;
}
.shop .shop1 .shop_txt p{
	font-size: 16px;
    color: #333333;
    line-height: 30px;
    padding-top: 20px;
}
.shop .shop1 .shop_txt a{
	color: #DD402D;
}
.pos{
	display: flex;
    justify-content: space-between;
}
.pos .posr{
	display: flex;
	align-items: center;
}
.pos .posr em{
	width: 1px;
    height: 16px;
    background: #DDDDDD;
}
.pos .posr .posr_nr1 a{
	font-size: 14px;
    color: #FFFFFF;
    line-height: 30px;
    margin: 0 10px;
    padding: 0 20px;
    background: #4e7db5;
    display: block;
}
.pos .posr .posr_nr a{
	font-size: 14px;
    line-height: 30px;
    margin: 0 10px;
    padding: 0 20px;
    display: block;
}
.news_ny .news_pro {
	display: flex;
    padding-bottom: 40px;
    border-bottom: 1px solid #e5e5e5;
	margin-bottom: 40px;
	width: 100%;
    overflow: hidden;
}
.news_ny .news_pro img{
	transition: 0.5s;
    width: 200px;
    height: auto;
}
.news_ny .news_pro img:hover{
	transform: scale(1.05);
}
.news_ny .news_pro:hover .news_txt h3{
	color: #E93A25;
}
.news_ny .news_pro:hover .news_txt span{
	color: #E93A25;
}
.news_ny .news_pro .news_txt{
	padding-left: 40px;
}
.news_ny .news_pro .news_txt h3{
	font-size: 20px;
    font-weight: 400;
    color: #333333;
    line-height: 1;
    padding-bottom: 20px;
}
.news_ny .news_pro .news_txt h4{
	font-size: 16px;
    font-weight: 400;
    color: #999999;
    line-height: 1;
    padding-bottom: 20px;
}
.news_ny .news_pro .news_txt p{
	font-size: 16px;
    color: #666666;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 50px;
}
.news_ny .news_pro .news_txt span{
	font-size: 16px;
    color: #999999;
    line-height: 1;
}
.pos .posr_nr a:hover {
	color: #FFFFFF;
    background: #4e7db5;
}
.news_show .show_title h3{
	font-size: 24px;
    text-align: center;
    color: #000;
    padding-bottom: 25px;
    line-height: 28px;
}
.news_show .show_title span{
	color: #949494;
    margin: 0px 10px;
    font-size: 14px;
    padding-left: 20px;
}
.news_show .show_title .ldate{
	background: url(../images/date.png) no-repeat left center;
}
.news_show .show_title .rbrowse{
	background: url(../images/browse.png) no-repeat left center;
}
.news_show .show_txt{
	border-top: 1px dashed #bfbfbf;
    border-bottom: 1px dashed #bfbfbf;
    line-height: 30px;
    color: #616161;
    padding: 50px 0px;
    margin: 25px 0;
}
.page_foot{
	display: flex;
    align-items: center;
	justify-content: space-between;
    flex-wrap: wrap;
}
.page_foot .pagerwrap p{
	margin-bottom: 2px;
    line-height: 25px;
    color: #616161;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.page_foot .back a{
	display: block;
    line-height: 44px;
    color: #fff;
    background: #4e7db5 url(../images/return.png) no-repeat 112px center;
    padding: 0 20px 0 40px;
    text-align: left;
    border-radius: 5px;
	width: 112px;
}
.ny_tit{
	font-size: 32px;
    color: #333333;
    line-height: 1.5;
    text-align: center;
}
#amap{
	width: 68%;
}
.con_ny .con_con{
	display: flex;
    justify-content: space-between;
	padding-top: 40px;
}
.con_ny .con_con .con_mode{
	width: 22%;
    background: #F7F7F7;
    padding: 30px 40px;
	line-height: 30px;
}
.con_ny .con_con .con_mode h3{
	padding-left: 40px;
}
.con_ny .con_con .con_mode P{
	padding-left: 40px;
}
.con_ny .con_con .con_mode h3{
	font-size: 18px;
    font-weight: 400;
    color: #333333;
}
.con_ny .con_con .con_mode p{
	font-size: 14px;
    color: #838383;
}
.con_ny .con_con .con_mode .con_mode1{
	background: url(../images/icon13.png) no-repeat left top;
}
.con_ny .con_con .con_mode .con_mode2{
	background: url(../images/icon14.png) no-repeat left top;
}
.con_ny .con_con .con_mode .con_mode3{
	background: url(../images/icon15.png) no-repeat left top;
}
.con_ny .con_con .con_mode .con_mode4{
	background: url(../images/icon16.png) no-repeat left top;
}
.con_ny .con_con .con_mode .con_mode5{
    background: url(../images/icon27.png) no-repeat left top;
}
.feed_ny .page-body{
	padding: 36px 30px;
    border: 1px solid #CCCCCC;
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.feed_ny .page-body .fh1{
	width: 42%;
}
.feed_ny .page-body .fh2{
	width: 42%;
	margin-bottom: 20px;
	position: relative;
	margin-right: 70px;
}
.feed_ny .page-body .fh4{
	width: 100%;
	text-align: center;
}
.feed_ny .page-body .fh1 input{
	height: 54px;
	width: 100%;
	border: 1px solid #CCCCCC;
	margin-bottom: 20px;
	padding-left: 75px;
    color: #333;
	line-height: 56px;
	font-size: 16px;
}
.feed_ny .page-body .fh1 .fh1s{
	position: relative;
}
.feed_ny .page-body label{
	position: absolute;
	font-size: 16px;
    color: #333333;
    line-height: 54px;
    padding-left: 20px;
}
.feed_ny .page-body textarea{
	width: 100%;
    height: 100%;
    border: 1px solid #CCCCCC;
	padding-left: 70px;
    color: #333;
	font-size: 16px;
	line-height: 56px;
}
.feed_ny .page-body .fh4 input{
	background: #ffffff;
    border-radius: 28px;
    font-size: 14px;
    line-height: 55px;
    width: 360px;
	border: 1px solid #4e7db5;
    color: #4e7db5;
}	
.feed_ny .page-body .fh4 input:hover{
	background: #4e7db5;
	color: #FFFFFF;
}
.con_ny .con_con .con_mode div:after{
	content: '';
	display: block;
	width: 100%;
	background: #DFDFDF;
	height: 1px;
	margin: 16px 0;
}
/*产品页*/
.left-side-menu {-webkit-touch-callout: none;-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none; user-select: none; }
.left-side-menu{height: calc(100% - 80px);width: 220px;}
.lsm-expand-btn{height: 65px;}
.lsm-container {    width: 17.5%; transition: all .3s;z-index: 100}

.lsm-container li>a.active{ background: #c55b03; color: #fff; }

.lsm-sidebar-show,.lsm-sidebar-item>a:hover span{color: #FFF;}
.lsm-sidebar a{
	display: block;
    overflow: hidden;
    transition: all .3s;
    font-size: 14px;
    color: #666;
    line-height: 52px;
}
.lsm-container ul:first-child > li> a, .lsm-container ul:first-child > li> a{ 
	line-height: 50px;
    font-size: 16px;
    color: #333333;}
.lsm-sidebar a span{margin-left: 30px;}
.lsm-sidebar .lsm-sidebar-item .lsm-sidebar-item >ul>li a span{margin-left: 60px;}
.lsm-sidebar-item{position: relative;border-bottom: 7px solid #f8f8f8;}
.lsm-sidebar-item.lsm-sidebar-show{border-bottom: none;}
.lsm-sidebar-item ul{display: none;background: rgba(0,0,0,.1);}
.lsm-sidebar-item.lsm-sidebar-show ul{display: block;}

.lsm-sidebar .lsm-sidebar-icon{font-size: 20px;position: absolute;margin-left:-1px;}
/* 此处修改导航图标 可自定义iconfont 替换*/
.lsm-sidebar-more{float:right;margin-right: 20px;font-size: 12px;transition: transform .3s;}
/* 导航右侧箭头 换用其他字体需要替换*/
/*.lsm-sidebar-more::after{content: "\e621";}*/
.lsm-sidebar-show > a > i.my-icon.lsm-sidebar-more{transform:rotate(90deg);}
.lsm-sidebar-show,.lsm-sidebar-item>a:hover{color: #FFF;background: #4e7db5;}
.lsm-sidebar-item li>a:hover,.lsm-popup>div>ul>li>a:hover{
	color: #4e7db5;
    background: url(/static/web/images/icon19.png) no-repeat left;
}
.lsm-mini-btn{height: 70px;width: 70px;}
.lsm-mini-btn svg{margin: -10px 0 0 -10px;}
.lsm-mini-btn input[type="checkbox"]{display: none;}

.lsm-mini-btn path {
    fill: none;
    stroke: #ffffff;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
    --length: 24;
    --offset: -38;
    stroke-dasharray: var(--length) var(--total-length);
    stroke-dashoffset: var(--offset);
    transition: all .8s cubic-bezier(.645, .045, .355, 1);
}

.lsm-mini-btn circle {fill: #fff3;opacity: 0;}
.lsm-mini-btn label {top: 0; right: 0;}
.lsm-mini-btn label:hover circle {opacity: 1;}
.lsm-mini-btn input:checked+svg .line--1, .lsm-mini-btn input:checked+svg .line--3 {--length: 8.602325267;}
.lsm-mini-btn .line--1, .lsm-mini-btn .line--3 {--total-length: 126.38166809082031;}
.lsm-mini-btn .line--2 {--total-length: 80;}
.lsm-mini-btn input:checked+svg .line--1, .lsm-mini-btn input:checked+svg .line--3 {--offset: -109.1770175568;}

.lsm-mini .lsm-container, .lsm-mini .lsm-container{width: 60px;}
.lsm-container.lsm-mini .lsm-sidebar .lsm-sidebar-icon{/* margin-left:-2px; */}
.left-side-menu.lsm-mini ul:first-child>li.lsm-sidebar-item>a span{display: none;}
.left-side-menu.lsm-mini ul:first-child>li.lsm-sidebar-item>a> i.lsm-sidebar-more{margin-right: -20px;}

.lsm-container.lsm-mini .lsm-sidebar>ul>li.lsm-sidebar-item>ul>li.lsm-sidebar-item>ul{
    display:none;
    position: absolute;top:0px;left:180px;width: 180px;z-index: 99;
    bottom: 0px;
    top: 0px;
    overflow: hidden;
}
.left-side-menu.lsm-mini ul:first-child > li > ul{
    display: none;
}
.transform { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }
.lsm-popup div{background: #05161f;}
.lsm-popup{
    display: block;
    position: absolute;
    border: 3px solid rgba(60, 71, 76, 0);
}

.lsm-popup > div > a > i.my-icon.lsm-sidebar-more{
    transform:rotate(90deg);
}

.lsm-popup.second{
    left: 60px;
}
.lsm-popup.third{
    left: 243px;
}
.lsm-popup.third.lsm-sidebar > div > ul {
    display: block;
}
.lsm-popup div {
    border-radius: 5px;
}
.lsm-popup .lsm-sidebar-icon{
    display: none;
}
.lsm-popup.lsm-sidebar a span{
    margin-left: 0px;
}
.lsm-popup.lsm-sidebar > div > ul > li.lsm-sidebar-item>ul{position: absolute;top:0px;left:180px;width: 180px;z-index: 99;}

.lsm-popup.lsm-sidebar   ul {
    width: 180px;
}
.lsm-popup.lsm-sidebar   ul li{
    width: 180px;
}
.lsm-popup.lsm-sidebar ul li:last-child, .lsm-popup>div>ul>li:last-child>a{
    border-radius: 0 0 5px 5px ;
}
/*结束*/
.pro_ny{
	background: #f8f8f8;
}
.pro_ny .pro_list{
	display: flex;
	justify-content: space-between;
}
.pro_ny .pro_list .pro_right{
	width: 79%;

}
.pro_ny .pro_list .pro_right .right_nr{

    display: flex;
    flex-wrap: wrap;
}
.lsm-sidebar ul{
	background: #fff;
}
.lsm-sidebar-item .second{
    padding-left: 20px;
    background: url(/static/web/images/icon18.png) no-repeat left;
}
.lsm-sidebar-item ul li{
	margin: 0 30px;
    border-bottom: 1px solid #DFDFDF;
}
.lsm-sidebar-item ul li:last-child{
	border: none;
}
.lsm-sidebar-show span{
	color: #fff;
}
.pro_ny .pro_right .right_pro{
	background: #FFFFFF;
    width: 30%;
    margin: 0 1.35% 28px 1.35%;
	overflow: hidden;
}
.pro_ny .pro_right .right_pro .tp{
	border: 1px solid #DD402D;
    margin-bottom: -1px;
    overflow: hidden;
	height: 212px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pro_ny .pro_right .right_pro p{
	font-size: 16px;
    color: #333333;
    line-height: 50px;
    text-align: center;
    border: 1px solid #DD402D;
	padding: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.pro_ny .pro_right .right_pro img{
	display: block;
	max-width: 100%;
    max-height: 100%;
    margin: auto;
    transition: .5s;
}
.pro_ny .pro_right .right_pro:hover{
	box-shadow: 0 0 18px #e5e5e5;
}
.pro_ny .pro_right .right_pro:hover p{
	background: #4e7db5;
    color: #fff;
}
.pro_ny .pro_right .right_pro:hover img{
	transform: scale(1.05);
}
.page_pro {
	padding: 40px 0 70px;
}
/* Clear Fix */ 
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;} 
.clearfix{display:inline-block;} 
/* Hide from IE Mac */ 
.clearfix{display:block;} 
/*图片放大镜样式*/
.jqzoom{border:none;position:relative;padding:0px;cursor:pointer;margin:0px;display:block;width: auto; height: 100%;}
.jqzoom img{max-height: 100%;width: auto;}
.zoomdiv{z-index:100;position:absolute;top:0px;left:0px;width: 100%;height: auto;background:#ffffff;border:1px solid #CCCCCC;display:none;text-align:center;overflow:hidden;}
.jqZoomPup{z-index:10;visibility:hidden;position:absolute;top:0px;left:0px;width:20px;height:20px;border:1px solid #aaa;background:#ffffff /*url(../images/zoom.png) 50% center no-repeat*/;opacity: 0.5;-moz-opacity: 0.5;-khtml-opacity: 0.5;filter: alpha(Opacity=50);}
/*图片小图预览列表*/
.spec-preview{width: 656px;height: 432px;display: flex;align-items: center;justify-content: center;}
.spec-scroll{clear:both;margin-top:5px;width:100%;display: none;}
.spec-scroll .prev{float:left;margin-right:5px;}
.spec-scroll .next{float:right;margin-left: 5px;}
.spec-scroll .prev,.spec-scroll .next{display:block;font-family:"宋体";text-align:center;width:3%;height:90px; line-height:90px;background:#DDDDDD;cursor:pointer;text-decoration:none;}
.spec-scroll .items{float:left;position:relative;width:92%;height:93px;overflow:hidden;}
.spec-scroll .items ul{position:absolute;width:999999px;height:100%;}
.spec-scroll .items ul li{float:left;width:142px;text-align:center;margin: 0 5px;height: 90px;}
.spec-scroll .items ul li img{border:1px solid #CCC;width:97%;height:100%;}
.spec-scroll .items ul li img:hover{border:1px solid #4e7db5;}

.pro_show .pro_detail{
	display: flex;
	justify-content: space-between;
}
.pro_show .pro_detail .detail_right{
	width: 50%;
	margin-left: 20px;
}
.pro_show .pro_detail .detail_right h3{
	font-size: 36px;
    font-weight: 400;
    color: #4e7db5;
    padding-bottom: 20px;
    border-bottom: 2px solid #4e7db5;
    margin-bottom: 30px;
}
.pro_show .pro_detail .detail_right p{
	font-size: 16px;
    color: #666666;
    line-height: 30px;
    padding: 0;
}
.pro_show .pro_detail .detail_right a{
	font-size: 14px;
    color: #FFFFFF;
    line-height: 38px;
    width: 123px;
    display: block;
    padding-left: 25px;
	margin-right: 20px;
}
.pro_show .pro_detail .detail_right .backlb{
	
	background: url(/static/web/images/icon20.png) no-repeat 110px center;
	background-color: #4e7db5;
}
.pro_show .pro_detail .detail_right .conkf{
	
	background: url(/static/web/images/icon21.png) no-repeat 110px center;
	background-color: #4e7db5;
}
.pro_show .pro_detail .detail_right .detail_nl{
	display: flex;
	margin-top: 40px;
}
.pro_show .pro_detail .detail_right a:hover{
	background-color: #E93A25;
}
.pro_show .deta_txt h3{
	text-align: center;
    margin: 30px;
    font-size: 30px;
    font-weight: 400;
    color: #272727;
}
.pro_show .deta_txt .xq_pro{
	width: 23%;
    padding: 0 1%;
}
.pro_show .pro_xg{
	display: flex;
    flex-wrap: wrap;
}
.pro_show .pro_xg a{
	display: block;
}
.pro_show .pro_xg .tp{
	border: 1px solid #DDDDDD;
    margin-bottom: -1px;
    overflow: hidden;
	width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.pro_show .pro_xg .tp img{
	display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
    transition: .5s;
}
.pro_show .pro_xg .tp img:hover{
	transform: scale(1.05);
}
    
.pro_show .pro_xg p{
	font-size: 16px;
    color: #333333;
    line-height: 50px;
    text-align: center;
    border: 1px solid #DDDDDD;
    padding: 0;
	width: 100%;
}
.deta_txt img{
    max-width: 100%;
}
.new1 img{
    width: 30%;
}

/*响应式*/
@media (max-width: 1601px){
    .container {
	width: 90%;
}
	.swiper-button-prev {
    left: 10px;
}
	.swiper-button-next {
    right: 10px;
}
}
/*1500*/
@media (max-width: 1501px){
	.product .pro .pro_img {
    width: 360px;
}
	.pro_ny .pro_right .right_pro .tp{
	height: 196px;
	}
	.product .pro .pro_bj {
    width: 360px;
    height: 92%;
}
	.product .pro .pro_img{
	height: 230px;
	}
}
/*1400*/
@media (max-width: 1401px){
	.product .pro .pro_img {
    width: 320px;
}
	.product .pro .pro_img{
	height: 206px;
	}
	.product .pro .pro_bj {
    width: 320px;
}
	.swiper-button-prev {
    top: 56%;
    width: 42px;
    height: 42px;
}
	.swiper-button-next {
    top: 56%;
    width: 42px;
    height: 42px;
}
	.about .about_bj img{
    width: 50%;
}
	.about .about_txt .about_nr {
    padding-left: 60px;
}
	.about .about_txt .about_nr h3 {
    font-size: 60px;
    padding-top: 50px;
}
	.about .about_txt .about_nr h4 {
    font-size: 32px;
    line-height: 20px;
}
	.about .about_txt{
	width: 60%;
}
	.about .about_txt .about_nr p {
    line-height: 30px;
    padding-top: 30px;
}
	.about .about_txt .about_nr .about_nl{
	margin: 20px 0 30px 90px;	
}
	.pro_ny .pro_right .right_pro .tp{
	height: 184px;
	}
}
/*1280*/
@media (max-width: 1281px){
	.about .about_bj img {
    width: 60%;
}
	.pro_ny .pro_right .right_pro .tp{
	height: 172px;
	}
	.par .par_img {
	height: 60px;
}
	.foot .footer .footer_img {
    padding-left: 60px;
}
	.foot .footer .footer2 {
    padding-left: 40px;
}
	.banner1 .bannre_txt {
    top: 45%;
    left: 45%;
}
	.product .pro .pro_img{
	height: 192px;
	}
}
/*1200*/
@media (max-width: 1201px){
	.product .pro .pro_img {
    width: 300px;
}
    .swiper-banner{
		padding-top: 60px;
	}
		
	.product .pro .pro_bj {
    width: 300px;
}
	.about .about_bj img {
    width: 80%;
}
	.new .new1 {
    display: flex;
    width: 100%;
    margin: 20px 0;
}
	.new .new_nr {
    display: flex;
    margin-top: 50px;
    justify-content: space-between;
    flex-wrap: wrap;
}
	.par .par_img {
    padding: 10px;
}
	.foot .footer .foot_b{
	display: none;
}
	.pro_ny .pro_right .right_pro {
    width: 47%;
}
	.lsm-container {
    width: 230px;
}
	.shop .shop_nr {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
}
	.shop .shop1 {
    width: 60%;
}
	#head .head_dh {
    display: none;
}
	#head .top {
    display: none;
}
	.head_sj{
	display: block;
}
	.feed_ny .page-body .fh1 {
    width: 32%;
}
	.pro_show .pro_detail {
    flex-direction: column;
}
	.pro_show .pro_detail .detail_right {
    width: 100%;
    margin-left: 0;
	margin-top: 20px;
}
	.pro_ny .pro_right .right_pro .tp{
	height: 240px;
	}
}
/*768*/
@media (max-width: 768px){
	.product .swiper-slide {
    justify-content: center;
}
    .about .about_bj {
        width: 100%;
    }
	.pro_ny .pro_right .right_pro .tp{
	height: 120px;
	}
	.par .par_img {
	height: 50px;
}
	.side{
		display: none;
	}
	.sidel{
		display: none;
	}
	#head .top {
    display: none;
}
	.about .about_bj img {
    width: 100%;
}
	.about .about_txt {
    width: 80%;
}
	.about .about_txt .about_nr h3 {
    font-size: 48px;
    padding-top: 30px;
    line-height: 24px;
}
	.foot .footer {
    flex-direction: column;
    align-items: center;
	padding-bottom: 30px;
}
	.foot .footer .footer2 {
    margin: 20px 0;
    border: none;
}
	.foot .footer .footer_img {
    border: none;
    padding: 0;
    margin: 0;
}
	.pro_ny .pro_list .pro_right {
    width: 60%;
}
	.shop .shop1 {
    width: 98%;
}
	.banner1 .bannre_txt {
    top: 40%;
    left: 40%;
}
	.banner1 .bannre_txt h3 {
    font-size: 36px;
}
	.banner1 .bannre_txt p {
    font-size: 16px;
}
	.news_ny .news_pro {
    flex-direction: column;
}
	.news_ny .news_pro .news_txt {
    padding-top: 40px;
}
	.con_ny .con_con {
    flex-direction: column;
}
	.con_ny .con_con .con_mode {
    width: 100%;
    margin-bottom: 20px;
}
	#amap {
    width: 100%;
    height: 360px;
}
	.feed_ny .page-body {
    justify-content: space-between;
}
	.feed_ny .page-body .fh1 {
    width: 90%;
}
	.feed_ny .page-body .fh2 {
    width: 90%;
    margin-right: 0;
	height: 200px;
}
	.feed_ny .page-body textarea {
    padding-left: 75px;
}
	.pro_show .deta_txt .xq_pro {
    width: 48%;
    padding: 10px 1%;
}
    .news_ny .news_pro img {
        transition: 0.5s;
        width: 100%;
    }
    .news_ny .news_pro .news_txt {
        padding-left: 0;
    }
}
/*484*/
@media (max-width: 484px){
	.swiper-button-prev {
    display: none;
}
    .spec-preview{
        width: 100%;
        height: 360px;
    }
	.pro_ny .pro_right .right_pro .tp{
	height: 108px;
	}
	.swiper-button-next {
    display: none;
}
	.product .pro .pro_bt .pro_txt {
    font-size: 16px;
}
	.product .pro .pro_bt .pro_nl p {
    font-size: 12px;
}
	.about .about_txt {
    width: 90%;
	top: 5%;
}
	.about .about_txt .about_nr h3 {
    font-size: 32px;
    padding-top: 20px;
    line-height: 20px;
}
	.about .about_txt .about_nr h4 {
    font-size: 20px;
    line-height: 12px;
}
	.about .about_txt .about_nr .about_nl {
    margin: 20px 0 20px 0px;
    width: 96px;
    line-height: 28px;
    font-size: 12px;
}
	.about .about_txt .about_nr p {
    line-height: 20px;
    padding-top: 20px;
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
	.about .about_txt .about_nr {
    padding-left: 20px;
}
	.new .new1 {
    flex-wrap: wrap;
	justify-content: center;
}
	.new .new1 .new_txt {
    padding-top: 20px;
}
	.product .pro .pro_bj {
    width: 260px;
    top: 20px;
    height: 94%;
}
	.product .pro .pro_img {
    width: 260px;
}
	.new {
    margin: 30px 0 20px;
}
	.shop .shop1 {
	padding: 10px;
}
	.shop .shop1 img{
	width: 108px;
}
	.shop .shop1 .shop_txt {
    padding-left: 16px;
}
	.shop .shop1 .shop_txt h3 {
    font-size: 18px;
}
	.shop .shop1 .shop_txt p {
    font-size: 14px;
    line-height: 20px;
    padding-top: 10px;
}
    .banner1 {
        padding-top: 60px;
    }
    .aboutn .page_txt h3 {
        font-size: 28px;
    }
	.banner1 .bannre_txt h3 {
    font-size: 24px;
}
	.banner1 .bannre_txt p {
    font-size: 14px;
}
	.banner1 .bannre_txt {
        top: 60%;
        left: 35%;
}
	.pos {
    flex-direction: column;
}
	.pos .posr {
    margin-top: 10px;
}
	.feed_ny .page-body .fh4 input {
    line-height: 40px;
    width: 120px;
}
	.feed_ny .page-body .fh2 {
    width: 70%;
}
	.feed_ny .page-body .fh1 {
    width: 70%;
}
	.spec-scroll .items {
    width: 90%;
}
	.txt_bt h3 {
    font-size: 42px;
    line-height: 24px;
}
	.pro_ny .pro_list .pro_right {
    width: 100%;
	margin-top: 40px;
}
	.pro_ny .pro_list {
    flex-direction: column;
}
	.lsm-container {
    width: 100%;
}
	.product .pro .pro_img{
	height: 168px;
	}
	.pro_show .deta_txt .xq_pro {
    width: 100%;
}
    .new1 img {
        width: 100%;
    }
    .txt_bt p {
        font-size: 28px;
        line-height: 16px;
    }
    .new .new_nr {
        margin-top: 0;
    }
    .par .par_img{
        margin: 4px;
    }
    .par {
        padding: 32px;
    }
    .product {
        margin: 30px 0;
    }
    .product .pro {
        margin: 10px 0 10px 24px;
    }
    .product .swiper-slide {
        justify-content: flex-start;
    }
	 .swiper-grid>.swiper-wrapper {
padding-left: 50px;
}
}
@media (max-width: 414px){
    .swiper-grid>.swiper-wrapper {
padding-left: 20px;
}
}
/*375*/
@media (max-width: 375px){
	.pro_ny .pro_right .right_pro .tp{
	height: 96px;
	}
}