.layout-mobile {
 padding:0;
}
.product-view {
 width:100%;
}
.block {
 margin-bottom:3%;
}

.navigation h2{display:none;}

.block .position {
 width:100%;
 margin-top:30px;
}
.block .position a,
.block .position span {
 display:inline-block;
 padding-right:5px;
 font-size:14px;
 color:#333;
 text-transform:capitalize;
}
.block .classes {
 margin-top:3%;
}
.block .classes h3 {
 text-align:center;
 line-height:30px;
 font-size:34px;
 color:#333;
 margin-bottom:30px;
}
.block .classes h1 {
 text-align:center; 
 line-height:35px;
 font-size:30px;
 color:#000;
 margin-bottom:30px; 
}
.block .classes .class-info p {
 text-align:center;
}
.block .classes .class-name ul {
 display:-webkit-flex;
 display:flex;
 justify-content:center;
}
.block .classes .class-name ul li {
 padding:10px 30px;
 background-color:#303030;
 margin:30px 20px;
 border-radius:5px;
}
.block .classes .class-name ul .current {
 background-color:#333;
}
.block .classes .class-name ul li:hover {
 background-color:#333;
}
.block .classes .class-name ul li a {
 display:block;
 color:#fff;
 font-size:20px;
}

.block .classes .class-content img {
 text-align:center;

}
.block .class-content .news-list {
display: flex;
align-items: flex-start;
flex-wrap: wrap;
margin: 0 -0.1rem -0.3rem;
}
.block .class-content .news-item {
 display:block;
 box-sizing:border-box;
 width:25%;padding: 0 0.1rem 0.3rem;
 background-color:#fff;
}
.block .class-content .news-item .news-img {
 float:left;
 width:100%;
}
.block .class-content .news-item .news-img img {
 width:100%;
 margin:0;
 border-bottom:1px solid #eee;
}
.block .class-content .news-item .news-info {
 float:right;
 width:100%;
 text-align:left;
 padding:15px;
}
.block .class-content .news-item .news-info span {
 display:block;
 font-size:16px;
 line-height:20px;
 font-weight:bold;
 overflow:hidden;
 text-overflow:ellipsis;
 display:-webkit-box;
 -webkit-line-clamp:1;
 -webkit-box-orient:vertical;
 margin-top:10px;
}
.block .class-content .news-item .news-info p {
 overflow:hidden;
 text-overflow:ellipsis;
 display:-webkit-box;
 -webkit-line-clamp:4;
 -webkit-box-orient:vertical; font-size:14px; color:#747474;margin-top:5%;line-height:22px;
}
.block .class-content .news-item .news-info .news-btn {
 display:block;
 color:#747474;
 font-size:13px;margin-top:5%;
}

.block .layout .page {
 text-align:center;width:100%;float:left;
 margin-top:3%;
 padding-bottom:3%;
}
.block .layout .page a {
 display:inline-block;
 background-color:#eeeeee; color:#707070;
 line-height:35px;
 text-align:center;
 border-radius:3px;margin-left:5px;margin-right:5px;padding-left:15px;padding-right:15px;
}
.block .layout .page a:hover {
 color:#fff;
 background-color:#e60012; cursor:pointer;
}
.block .layout .page .current {
 display:inline-block;
 color:#fff;
 background-color:#e60012;
}
.col-l-1 {
 float:left;
 text-align:left;
 width:50%;
}
.col-l-2 {
 float:left;
 text-align:left;
 width:100%;
}
.col-r-1 {
 float:right;
 text-align:right;
 width:50%;
}
.col-r-2 {
 float:right;
 text-align:right;
 width:100%;
}
.block .class-content .form .form-item textarea,
.block .class-content .form .form-item input {
 box-sizing:border-box;
 width:98%;
 line-height:40px;
 padding:0 5px;
 border:1px solid #999;
 border-radius:5px;
 border-left:solid 3px #07b82d;
}
.block .class-content .form .form-item textarea {
 min-height:100px;
 width:100%;
}
#submit {
 text-align:center;


}
#submit:hover {
 background-color:#333;
}
.block .class-content .form .form-item img {
 position:absolute;
 right:0;
 top:50%;
 margin:0;
 transform:translate(-50%,-50%);
}
.block .classes .inquiry h3 {
 text-align:center;
 margin-bottom:30px;
 color:#333;
}
.block .classes .contact .contact-content {
 float:left;
 width:70%;
 text-align:left;
}
.block .classes .contact .contact-content h3 {
 color:#333;
 text-align:left;
 line-height:40px;
}
.block .classes .contact .contact-content a,
.block .classes .contact .contact-content span {
 display:inline-block;
 text-align:left;
 line-height:30px;
 font-size:14px;
}
.block .classes .contact .contact-img {
 float:right;
 width:30%;
 text-align:center;
}
.block .classes .contact .contact-img img {
 width:50%;
}
.block .classes .contact {}
.block .class-content .download-list {
 width:100%;
 float:left;
 margin-bottom:25px;
}
.download-list .download-item {
 width:49%;
 float:left;
 padding:15px 0;
 border-bottom:1px solid #eee;
}
.download-list .download-item:nth-child(2n) {
 float:right;
}
.download-list .download-item .download-img {
 width:20%;
 float:left;
}
.download-list .download-item .download-img img {
 width:100%;
 margin:0;
}
.download-list .download-item .download-info {
 width:70%;
 float:right;
 text-align:left;
}
.download-list .download-item .download-info span:nth-child(1) {
 font-weight:bold;
 margin-bottom:15px;
}
.block .download-list .download-item .download-info span {
 font-size:16px;
 line-height:20px;
 overflow:hidden;
 text-overflow:ellipsis;
 display:-webkit-box;
 -webkit-line-clamp:1;
 -webkit-box-orient:vertical;
}
.download-list .download-item .download-info a {
 display:block;
 display:block;
 background-color:#303030;
 color:#fff;
 padding:10px 0;
 margin-top:20px;
 width:150px;
 text-align:center;
 font-weight:700;
 font-size:14px;
}
.block .product-right,
.block .product-left {
 margin-top:30px;
}
.block .product-left {
 float:left;
 width:100%;
}
.block .product-left h3 {
 padding:20px 10px;
 background-color:#333;
 color:#fff;
 font-size:18px;
 font-weight:700;
}
.block .product-left ul {
}
.block .product-left ul ul {
 border:0;
 float:left;
 display:none;
}
.block .product-left ul li {
 position:relative;
 width:25%;
 float:left;
 text-align:center;
}
.block .product-left .product-nav ul li span {
 background:url(https://i.trade-cloud.com.cn/NewImages/images/product_01.webp);
 display:block;
 width:15px;
 height:15px;
 position:absolute;
 cursor:pointer;
 right:35px;
 top:30px;
 transform:translate(-50%,0%);
}
.block .product-left .product-list ul li .btn:hover {
}
.block .product-left .product-nav ul li a {
 display:block;
 margin:15px 30px 15px 20px;
 font-size:14px;
 border:solid 1px #ccc;
 border-radius:35px;
 display:-webkit-box;
 -webkit-box-orient:vertical;
 -webkit-line-clamp:1;
 overflow:hidden;
 padding-left:40px;
 padding-right:40px;
 line-height:45px;
 border-radius:35px;
}
.block .product-left .product-list ul li .btn span {
 width:auto;
 padding:10px 15px;
 background-color:#333;
 color:#fff;
 font-size:14px;
}
.block .product-left .product-list ul li .btn span:hover {
 background-color:#5c9508;
}
.block .product-left ul li a:hover {
}
.block .product-left ul li .current {
 background:inherit;
 font-weight:700;
}
.block .product-left ul li ul li {
 width:100%;
 float:left;
}
.block .product-left .product-nav ul li ul li a {
 border:none;
 margin:0;
 border-bottom:solid 1px #f3f4f8;
}
.block .product-left .product-list {
 margin-top:30px;
}
.block .product-left .product-list li {
 padding:0 10px;
}
.block .product-left .product-list li a {
 display:-webkit-flex;
 display:flex;
 align-items:center;
 padding:15px 0;
 border-bottom:1px solid #ccc;
}
.block .product-left .product-list img {
 width:30%;
}
.block .product-left .product-list span {
 display:inline-block;
 width:65%;
 margin-left:5%;
}
.block .product-right {
 float:left;
 width:100%;
}
.product-right h3 {
 font-size:24px;
 line-height:150%;
 margin-top:30px;
}
.block .product-right .product-info p {
 margin-top:30px;
 font-size:14px;
 color:#666;
 line-height:150%;
}
.block .product-right .product-list .product-item {
 width:100%;
 box-sizing:border-box;
 display:-webkit-flex;
 display:flex;
 justify-content:space-between;
padding: 0 0.05rem 0.3rem;
 border-bottom:1px solid #ccc;
}
.block .product-right .product-list .product-item .product-img {
}
.block .product-right .product-list .product-item .product-img img {
 width:90%;
 margin:0;
}
.block .product-right .product-list .product-item .product-info {
 width:68%;
 margin:0;
}
.block .product-right .product-list .product-item .product-info span {
 display:block;
 font-size:16px;
 font-weight:700;
 margin-top:10px;
}
.block .product-right .product-list .product-item .product-info p {
 display:block;
 line-height:25px;
 font-size:14px; text-align:center; color:#626262;
}
.block .product-right .product-list .product-item .product-info .btn {
 display:inline-block;
 font-size:16px;
 font-weight:700;
 padding:10px 20px;
 background-color:#303030;
 color:#fff;
 margin-top:30px;
 margin-right:10px;
}
.block .product-right .product-list .product-item .product-info .btn:hover {
 background-color:#333;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
 background-color:inherit;
 color:#555;
}
.owl-theme .owl-nav [class*="owl-"] {
 background-color:inherit;
 font-size:20px;
 color:#555;
 padding:0;
}
.banner img {
 width:100%;
}
.shown_products_a_left,
.shown_products_a_right {
 margin-top:30px;
}
.shown_products_a_right {
 float:right;
 text-align:left;
 width:50%;
}
.shown_products_a_left {
 float:left;
 border:0;
 padding:2px;
 width:40%;
}
.shown_products_a_right h1 {
 float:left;
 width:100%;
 font-size:26px;
 color:#5b5b5b;
 font-weight:normal;
 padding:0px;
margin-top:5%;
}
.block .shown_products_a_right h3 {
 float:left;
 width:100%;
 font-size:16px;

 color:#5b5b5b;
 font-weight:normal;margin-top:5%;
}
.block .shown_products_a_right h2 {
 float:left;
 width:100%;
 font-size:18px; font-weight:bold;margin-top:5%;
 color:#5b5b5b;
}

.block .shown_products_a_right h4 {
 float:left;
 width:100%;
 font-size:18px; font-weight:bold;margin-top:5%;
 color:#5b5b5b;
}



.shown_products_b {
 width:100%;
 height:auto;
 margin-top:10px;
 float:left; background-color:#fff;padding:5%;
}
.shown_products_b_a {
 width:100%;
 height:auto;
 float:left;
 margin-bottom:10px;
}
.op {
 float:left;
 width:100%;
}
.opt{ font-size:15px; color:#686868;}
.shown_products_b_a h2 {
 width:100%;
 float:left;
 font-weight:normal;
 color:#5b5b5b;
 line-height:40px;
 font-size:23px;
}
.opt {
 float:left;
 width:100%;
 margin-top:3%;
 font-size:14px;
 word-wrap:break-word;
 white-space:normal;
 word-break:normal;
}
.opt_pt {
 float:left;
 font-size:16px;
 margin-top:1.5%;
 width:100%;
 color:#666;
}
.opt h3 {
 margin-right:10px;
 margin-top:0;
 font-size:14px;
 font-weight:normal;
}
.block .opt h3 a {
 float:left;
 display:inline-block;
 margin-right:20px;
}
#proabout a {
 background-color:#333;
 color:#fff;
 margin-right:5px;
 margin-top:10px;
 padding:0.5% 0.5% 0.5% 0.5%;
 float:left;
}
.plane-body {
 float:left;
 width:100%;
 padding-bottom:20px;
 margin-top:20px;
}
button,
input,
select,
textarea {
 font-size:100%;
 margin:0;
 vertical-align:baseline;
 vertical-align:middle;
}
#form-group-6 {
 width:100%;
 float:left;
}
.form-group {
 margin-bottom:15px;
}
#form-group-11 {
 width:48%;
 float:left;
}
#form-group-12 {
 width:48%;
 float:right;
}
#form-group-14 {
 width:100%;
 float:left;
}
#form-group-4 {
 width:48%;
 float:right;
}
.form-group .form-control {
 border:1px solid #ccc;
 border-left:solid 3px #07b82d;
 width:100%;
 border-radius:5px;
 height:50px;
 color:#333;
 font-size:14px;
}
#form-group-14 textarea {
 min-height:100px;
}
input[type="text"],
input[type="password"],
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea {
 -webkit-appearance:none;
 appearance:none;
 border-radius:0;
}
.form-control {
 padding:3px 5px;
 height:27px;
 -webkit-box-shadow:none;
 box-shadow:none;
}
.form-control {
 display:block;
 width:100%;
 height:32px;
 padding:6px 12px;
 font-size:13px;
 line-height:1.42857;
 color:#9c9b9b;
 vertical-align:middle;
 background-color:white;
 border:1px solid #d6d4d4;
 border-radius:0px;
 -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);
 box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);
 -webkit-transition:border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
 transition:border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
}
button,
input,
select,
textarea {
 font-size:100%;
 margin:0;
 vertical-align:baseline;
 *vertical-align:middle;
}
.btn.btn-submit {
 border:0;
 box-sizing:border-box;
 color:#fff;
 background-color:#333;
 float:right;
 font-size:18px;
 height:auto;
 margin-top:0;
 padding:10px;
 text-align:center;
}
#AboutPro {
display: flex;
align-items: flex-start;
flex-wrap: wrap;
margin: 0 -0.25rem -0.5rem;
}
#AboutPro h3 {
 width:25%;padding: 0 0.25rem 0.5rem;
 float:left;
 margin-right:0;
 text-align:center;
}

#AboutPro h3 a.proli1 {
 padding-bottom:0;
}
#AboutPro h3 a {
 padding:5%;
 line-height:normal;
 margin-right:0;
}
#AboutPro h3 a.proli2 {
 white-space:nowrap;
 text-overflow:ellipsis;
 width:100%;
 overflow:hidden;
}
.content_scene_cat a {
 color:#333;
 padding-left:1%;
 padding-right:0.5%;
 padding-top:0.5%;
 padding-bottom:0%;
 float:left;
}
.proli1 {
 width:100%;
 float:left;
}
#AboutPro h3 a img {
 max-width:100%;
 border:solid 1px #ccc;
}
.productsTags {
 line-height:120%;
 color:#666;
}
.form-item {
 margin-bottom:10px;
}
.image-additional  .owl-theme .owl-nav [class*=owl-] {
 font-size:20px;
 padding:0;
 background:inherit;
 color:#666;
}
.block .product-right .product-info a p {
 text-align:left;
}

}
.block .product-right .product-list .product-item .product-img {
 border:1px solid #eee;
}
.block .class-content .news-item .news-img {
 border-bottom:1px solid #eee;
}
.block .class-content .news-item .news-img img {
 height:auto;
}


.block .class-content .news-item .news-info {
 padding:20px; background-color:#f7f7f7;
 box-sizing:border-box;
}

.form-item {
 text-align:center;
}
.product-right  .product-info {
 margin-top:30px;
 font-size:14px;
 color:#666;
 line-height:150%;
}
.block .product-right .product-list .product-item .product-info span {
 margin-bottom:30px;
}
.maeta {
 font-size:14px;
 color:#666;
 line-height:150%;
}
.block .product-right .product-info p {
 margin-top:0;
}
.form-item {
 text-align:left;
}
.form-item:nth-child(2n) {
 text-align:right;
}
.form-item:last-child {
 text-align:center;
}
.poorder .tab-list {
 display:flex;
 justify-content:flex-end;
 width:100%;
}
.location {
 width:100%;
 float:left;
}
.location .layout {
 padding-top:1%;
 padding-bottom:1%;border-bottom:solid 1px #e7e4e4;
}
.position {
 float:left;
 line-height:40px; color:#5b5b5b;
}
.position span{color:#5b5b5b;}
.position a{color:#5b5b5b;}
.pro-cat {
 width:100%;
 float:left;
 margin-top:35px;
}
.pro-cat-two {
 width:100%;
 float:left;
 margin-top:35px;
}
.container-pro-navbar>ul {
 width:100%;
 overflow:hidden;
 float:left;
}
.container-pro-navbar>ul>li {margin-bottom:10px;
 float:left; background-color:#fff; border-radius:30px;margin-right:5%;padding-left:10px;padding-right:10px;padding-top:5px;padding-bottom:5px;
}
.container-pro-navbar>ul>li p {
 height:50px;
 line-height:50px;
 font-size:16px;
 padding:0 20px;
 cursor:pointer;
color:#4a4a4a;
 background-color:#ffffff;
 -webkit-transition:all .8s ease;
 -moz-transition:all .8s ease;
 -ms-transition:all .8s ease;
 -o-transition:all .8s ease;
 transition:all .8s ease;
}

.container-pro-navbar>ul>li select{ background-color:transparent;border:none; color:#4a4a4a; text-align:center; cursor:pointer;}
/*.container-pro-navbar>ul>li p::after {
  font-family: 'fontawesome';
  content: "\f107";
  color: #333; font-size:20px;
}*/

.container-pro-navbar>ul>li select option{ background-color:#fff; font-size:14px;}

.container-pro-navbar>ul>div {
 float:right;
 font-size:14px;
 color:#555555;
 margin-top:26px;
}
.container-pro-navbar>ul>div>img {
 vertical-align:top;
}
.container-pro-navbar .navbar-active {

}
.product-submenu {
 margin:0px auto;
 background:#f3f4f8;
}
.product-submenu ul li {
 display:inline-block;
 font-size:16px;
 color:#646565;
 position:relative;
 padding: 25px 40px;
}
.product-submenu ul li.cur,
.product-submenu ul li:hover a {
 color:#07b82d;
}
.product-submenu ul li:after {
 position:absolute;
 content:"";
 width:0%;
 height:2px;
 background:#07b82d;
 left:0px;
 bottom:0px;
 transition:all 0.5s;
}
.product-submenu ul li a {
 display:block;
 white-space:normal;
 word-break:break-all;
}
.product-submenu ul li.cur:after,
.product-submenu ul li:hover:after {
 width:100%;
}
.product-submenu ul li {
}
.block .product-right .show-detail .product-item .product-info .btn:last-child {
 background-color:#07b82d;
}
.shown_products_a_right-t p {
 margin-top:20px;
 width:100%;
 float:left;
}

/*location*/
.position span:nth-child(1)::before{font-family: 'fontawesome';
content: "\f041";
font-size: 24px;
margin: auto;}.icon-home{padding-left:10px;}
/*n-about*/
.n-about{width:100%;float:left;}
.abou-conyi{width:100%;float:left;margin-top:5%; font-size:15px; color:#666;}
.n-about .company_about-2{margin-top: 0%;}
.n-about .company_about-2 ul li{margin-top:20px;}

.advantages{width:100%;float:left;}
.advantages .Corporate_left span{ font-size:24px;line-height:30px;margin-top:10%;}
.advantages .Corporate_right img{float:right;width:100%;}
.advantages .Corporate_right {width:50%;}
.advantages .Corporate_left {width:50%;padding:5%;}
.advantages {background-color: #f8f8f8;}
.advantages .Corporate_left p{line-height:30px;}
.advantages .Corporate_left p strong{ font-size:20px;}
/*n-Certificate*/
.n-Certificate{width: 100%;float: left;padding-top: 3%;padding-bottom: 3%;background-color: #f8f8f8}
.ourCertificate{margin-top:3%;width: 100%;float: left;}

.ourCertificate .product_slider {

}
.ourCertificate .product_item {
 width:33.33333333%; text-align:center;
}
.ourCertificate .product_item .item_img {
 position:relative;
 overflow:hidden;
}
.ourCertificate .product_item .item_img img {
max-width:100%;
 margin:auto;
}

.ourCertificate .product_item figure {
 box-shadow:0 0 10px 0 rgba(0,0,0,0.15);
 overflow:hidden;
 outline:0;
}
.ourCertificate .product_item figcaption {
 padding:5% 5% 5%;
 position:relative;
 z-index:2;
 text-align:left;
}
.ourCertificate .product_item figcaption:before {
}
.ourCertificate .product_item .item_title {
 max-width:250px;
 font-size:24px;
 overflow:hidden;
 text-align:left;
}
.ourCertificate .product_item .item_title a {
 padding:0;
 height:1.5em;
 line-height:1.5em;
}
.ourCertificate .product_item .item_desc {
 margin-top:35px;
 max-height:9em;
 line-height:1.8em;
 overflow:hidden;
}
.ourCertificate .product_item .item_desc,
.ourCertificate .product_item .item_desc a {
 color:#666;
}
.ourCertificate .swiper-pagination-bullet {
 margin:0 0 0 10px;
}
.ourCertificate .swiper-button-prev,
.ourCertificate .swiper-button-next {
 top:50%;
 margin-top:-24px;
}
.ourCertificate .swiper-button-prev {
 left:-85px;
}
.ourCertificate .swiper-button-next {
 right:-85px;
}
.ourCertificate .item_num {
 display:none;
}
.ourCertificate .product_item:hover .item_img img {
 filter:grayscale(0);
 -webkit-transform:none;
 -ms-transform:none;
 -o-transform:none;
 transform:none;
}
.ourCertificate .product_item:hover figcaption:before {
 -webkit-transform:none;
 -ms-transform:none;
 -o-transform:none;
 transform:none;
}
.ourCertificate .product_item:hover .item_num {
 right:50%;
 margin-right:-35px;
}
.ourCertificate .product_item:hover .item_img:before {
 display:none;
}
.ourCertificate .product_item:hover .item_img a:before {
 display:none;
}
.ourCertificate .swiper-button-prev,
.ourCertificate .swiper-button-next {
 position:absolute;
 top:65%;
 margin-left:auto;
}
.ourCertificate .swiper-button-prev {
left:-70px;width:50px;height:50px; background-color:#666; opacity:1; color:#fff; font-size:20px;
}
.ourCertificate .swiper-button-prev:hover,.ourCertificate .swiper-button-next:hover{background-color:#e60012;}
.ourCertificate .swiper-button-next {
right:-70px;width:50px;height:50px; background-color:#666; opacity:1; color:#fff;font-size:20px;
}
.ourCertificate .index_swiper_control .swiper-pagination {
 position:absolute;
 right:0;
 top:-53px;
}
.ourCertificate .index_swiper_control {
 position:static;
 background:none;
 padding:0;
}
.swiper-container-horizontal{width:100%;}

/*n-Corporate*/
.n-Corporate{width: 100%;float: left;padding-top: 3%;padding-bottom: 3%;}
.Corporate_left{width:45%;float:left;}.Corporate_left span{width:100%;float:left; font-weight:bold;margin-top:15%; font-size:30px; color:#383838;}.Corporate_left p{width:100%;float:left;margin-top:5%;font-size:15px; color:#737373;}
.Corporate_right{width:50%;float:right;}.Corporate_right img{max-width:100%;}


/*n-contact*/
.n-contact{width:100%;float:left;}
.contact ul{
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -0.15rem -0.5rem;
}
.contact li {
 width:29.333333%;
 float:left;
 text-align:center;
     margin: 2%;
    padding-top: 1%;

}.contact li .tan{padding: 0.2rem 0.25rem 0.3rem;}
.contact li:first-child .tan{
 border-left:0; background-color:#fdf9eb;
}
.contact li:nth-child(2) .tan{background-color:#f9f9f9;}
.contact li:nth-child(3) .tan{background-color:#f8efe7;}
.contact li:nth-child(4) .tan{background-color:#f1f0f0;}

.contact li .titles-a {
 font-size:16px;margin-bottom:5%;
 color:#000;
}
.contact li .titles-a.ons {
 white-space:nowrap
}
.contact li span {
 display:blcok;
 width:80px;
 height:80px;
 line-height:80px; border:solid 1px #ccc;
 border-radius:50%;
 margin:25px auto;
 display:block;
 transition:all .3s ease
}
.contact li span img {margin:0 !important;
}
.contact li p {
 font-size:14px;
 color:#7b7b7b
}.contact li p a{ color:#7b7b7b}

/*n-inquiry*/
.n-inquiry{width:100%;float:left;padding-bottom: 3%;padding-top: 3%;}
.n-inquiry .layout{border-top: solid 1px #e7e4e4;border-bottom: solid 1px #e7e4e4; padding-top:3%; padding-bottom:3%;}
.n-inquiry .col-l-1{width:48%;float:left;}
.n-inquiry .col-r-1{width:48%;float:right;}
.n-inquiry .form-item{margin-bottom:2%;}
.n-inquiry .form-item span{float:left;width:20%; text-align:right;line-height:40px; color:#585858; font-size:15px;}
.n-inquiry .form-item p{float:right;width:70%;}
.n-inquiry .form-item p input{border:solid 1px #ccc;width:100%;float:left; background-color:#f9f9f9;height:40px;line-height:40px;}
.n-inquiry .form-item em{ color:#F00;}
.n-inquiry .col-l-2{width:100%;float:left;}
.n-inquiry .col-l-2 span{float:left;width:9.8%; text-align:right;line-height:40px;}
.n-inquiry .col-l-2 textarea{border:solid 1px #ccc;float:right;min-height:200px; background-color:#f9f9f9;height:40px;line-height:40px;width:85.5%;}
.inquirbott{width:100%;float:left; text-align:center;}
.inquirbott input{font-size:16px; border:none; background-color:#8e8d8d; color:#fff;height:50px;margin-right:2%;line-height:40px;padding-left:5%;padding-right:5%;}
.inquirbott input:hover{background-color:#e60012;}
.n-inquiry .form-item:last-child{margin-bottom: 0%;}
.n-contact .block{margin-bottom:0;}
 h1.pop{display:none;}


/*n_news*/
.n_news{width:100%;float:left;border-bottom: solid 1px #e7e4e4;margin-bottom:3%;}
.n_news .block{margin-bottom:0;}
.prev-next{width:100%;float:left;margin-top:3%;margin-bottom:3%;}
.n_shownews{width:100%;float:left;border-bottom: solid 1px #e7e4e4;margin-bottom:3%;}
.n_shownews .class-content{ color:#666;margin-top:3%;}
.n_shownews .class-info p{ color:#666;}



/*n-service*/
.n-service{width:100%;float:left;}
.n-service .classes p{ width:100%;float:left;text-align:center; font-size:14px; color:#8a8a8a;}
.service_about-2{width:100%;float:left;margin-top:3%;}
.service_about-2 ul li{width: 33.333%;
padding: 0 0.15rem 0.5rem; text-align:center;}
.service_about-2 ul {display: flex;align-items: flex-start;flex-wrap: wrap;margin: 0 -0.15rem -0.5rem;}
.service_center{background-color: #f8f8f8;float: left;padding: 15% 5%;}
.service-2-1{width:100%;float:left;}
.service-2-1 img{max-width:100%; background-color:#9a9a9a;padding:3%; border-radius:50%;margin-bottom:5%;}
.service-2-4{width:100%;float:left; line-height:50px;}
.service-2-4 a{font-size:17px; color:#da0909;}
.service-2-2{width:100%;float:left;font-size:17px; color:#000; font-weight:bold;margin-top:10px;}
.service-2-3{width:100%;float:left; font-size:14px; color:#7b7b7b;margin-top:0px;line-height:20px;}
.n-warranty{width:100%;float:left; font-size:14px; color:#8a8a8a;}
.n-warranty .block .classes{margin-top:0;}
.warranty-conu strong{ font-size:17px; color:#383838;margin-bottom:1%;width:100%;float:left;}
.warranty-conu p{line-height:28px;}
.n-warranty .block .classes h2 {text-align: center;line-height: 35px;font-size: 30px;color: #000;margin-bottom: 30px;}


/*n-manufacturing*/
.n-manufacturing{width:100%;float:left;}
.manufacturing-categories{width:100%;float:left;margin-top:3%;}
.manufacturing-categories ul li{width:49%; float:left;}
.manufacturing-categories ul li:nth-child(2n){float:right;}
.manufacturing-cat{}
.manufacturing-categories ul li span{width:100%;float:left;}
.manufacturing-categories ul li span img{max-width:100%;width:100%;}
.manufacturing-categories ul li p{width:100%;float:left; background-color:#efefef;height:70px;line-height:70px; text-align:center;}
.manufacturing-categories ul li p a{ font-size:20px; color:#2f2f2f;}
.manufacturing-categories ul li:hover p{background-color:#f1e8e1;}


/*n-workshop*/
.n-workshop{width:100%;float:left;}
.n-workshop ul li{width:100%;float:left; background-color:#fbfbfb;margin-bottom:3%;}
.workshop_1{width:55%;float:left;padding-left:10%;padding-right:10%;padding-top:10%;}
.workshop_1 h2{float:left;width:100%;  font-weight:normal;line-height:35px;}
.workshop_1 h2 a{font-size:25px; color:#494949;}
.workshop_1 h3{float:left;width:100%;font-weight:normal;margin-top:10%;}
.workshop_1 h3 a{width:40px;height:40px; text-align:center; float:left;border:solid 1px #ccc; border-radius:40px;color: #ccc;}
.workshop_1 h3 a::after {font-family: 'fontawesome';content: "\f105"; font-size:30px;}
.workshop_1 h3 a:hover{border:solid 1px #e60012;color: #e60012;}
.workshop_2{width:45%;float:right;}
.workshop_2 h4{float:left;width:100%;}.workshop_2 h4 img{max-width:100%;}

.n-workshop ul li:nth-child(2n) .workshop_1{float:right;}
.n-workshop ul li:nth-child(2n) .workshop_2{float:left;}
/*n-Control*/
.n-Control{width:100%;float:left;}
.n-Control ul li{width:100%;float:left; background-color:#fbfbfb;margin-bottom:3%;}
.Control_1{width:55%;float:left;padding-right:10%;padding-top:5%;}
.Control_1 .sp-1{float:left;width:100%;line-height:35px;}
.Control_1 .sp-1 span{float:left;font-size:20px;line-height:40px;width:40px;height:40px; background-color:#f1e8e1; text-align:center; border-radius:40px;}
.Control_1 .sp-1 p{float:left;font-size:25px; color:#494949;margin-left:5%;}
.Control_1 .sp-2{float:left;width:100%;margin-top:10%;}
.Control_1 .sp-2 a{ font-size:25px; color:#494949;}.Control_1 .sp-2 a:hover{color: #e60012;}
.Control_1 .sp-3{float:left;width:100%;margin-top:10%; font-size:15px; color:#494949;}


.Control_2{width:45%;float:right;}
.Control_2 h4{float:left;width:100%;}.Control_2 h4 img{max-width:100%;}

.n-Control ul li:nth-child(2n) .Control_1{float:right;padding-left:10%;padding-right:10%;}
.n-Control ul li:nth-child(2n) .Control_1 .sp-1 span{background-color: #efefef;}
.n-Control ul li:nth-child(2n) .Control_2{float:left;}


/*n-Performance*/
.n-Performance{width:100%;float:left;}
.Performance-1{width:100%;float:left; font-size:20px; color:#000;}
.Performance-2{width:100%;float:left;margin-top:3%;}.Performance-2 tr td{padding-top:2%;padding-bottom:2%;}
.Performance-2 tr td{padding-left:15px;}



/*productshow*/
.shown_products_a{margin-bottom:3%;width:100%;float:left;}
.Recommended-pro{margin-top:0%;margin-bottom:3%;}
.ded-title{width:100%;float:left;margin-bottom:3%;}
.ded-pro ul{display: flex;
align-items: flex-start;
flex-wrap: wrap;
margin: 0 -0.05rem -0.3rem;}
.ded-pro ul li{width: 25%;float:left;padding: 0 0.05rem 0.3rem;}

.ded-pro-a{border:solid 1px #dedede;padding:5%;float: left;}
.ded-pro-a .product-info{width:100%;float:left;}
.ded-pro-a .product-img{max-width:100%;}
.ded-pro-a .product-info h2{width:100%;float:left;}
.ded-pro-a .product-info h2 a{
  margin-bottom: 20px;
  text-align: center;
  margin-top: 20px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box; color:#666666;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;font-size: 16px;
font-weight: 700;
}.ded-pro-a .product-info h2 a:hover{color:#e60012;}
.ded-pro-a .product-info  p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;line-height: 25px;
font-size: 14px;
text-align: center;
color: #626262;width:100%;float:left;
}

#mn-p{display:none;}
#mn-t{width:80%;float:left;}

@media screen and (max-width:1420px) {.ourCertificate .product_item figure{padding:5%;}.ourCertificate .swiper-button-prev{left:0;}	
.ourCertificate .swiper-button-next{right:0;}}
@media screen and (max-width:950px) {
.Corporate_left span{ font-size:26px;}.block .classes h1{ font-size:26px;}
.contact li{width:50%;}.n-warranty .block .classes h2 { font-size:26px;}
.workshop_1 h2{ font-size:16px;line-height:25px;}


	}

@media(max-width:767px) {.Corporate_left{width:100%;}.Corporate_right{width:100%;margin-top:3%;}.Corporate_left span{margin-top:3%; font-size:20px;}
#AboutPro h3 { width:33.333%;}.block .classes h1{ font-size:20px;}.abou-conyi{ font-size:14px;}.Corporate_left p{ font-size:14px;}.n-inquiry .form-item span{ font-size:14px;}
.n-inquiry .col-l-1{width:100%;}.n-warranty .block .classes h2 { font-size:20px;}
.n-inquiry .col-r-1{width:100%;}
.n-inquiry .form-item span{width:100%; text-align:left;}
.n-inquiry .form-item p{width:100%;}
.n-inquiry .col-l-2 textarea{width:100%;}
.block .class-content .news-list{margin:0;}
.service_about-2 ul li{width:100%;padding:0;margin-bottom:3%;}
.service_about-2 ul{margin:0;}
.manufacturing-categories ul li p a{ font-size:16px;}
.manufacturing-categories{margin-top:0;}
.workshop_1{padding-left: 5%;padding-right:5%;padding-top: 5%;}
.workshop_1 h2{ font-size:14px;}

.Control_1{width:100%;padding:0;}
.Control_2{width:100%;padding:0;margin-top:3%;}
.n-Control ul li:nth-child(2n) .Control_1{padding:0;}
.Control_1 .sp-2{margin-top:3%;}.Control_1 .sp-3{margin-top:3%;}.Control_1 .sp-1 p{ font-size:16px;}
.Control_1 .sp-3{ font-size:14px;}.Control_1 .sp-2 a{font-size:16px;}
.container-pro-navbar > ul > li p{ font-size:14px;}
.block .product-right .product-list .product-item .product-info h2{ font-size:14px;}

#mn-p{display:block;}
#mn-t{display:none;}
#mn-p .owl-theme .owl-dots .owl-dot.active span, #mn-p .owl-theme .owl-dots .owl-dot:hover span {
  background-color:#e60012 !important;
}
.product-view .image-additional li{ opacity:1;}.ded-pro ul li{width:50%;}.block .shown_products_a_right h4{display:none;}
.advantages .Corporate_left{width:100%;}.advantages .Corporate_right{width:100%;}
}

@media screen and (max-width:480px) {
.contact ul{margin:0;}
.contact li {padding:0;margin-bottom:3%;}
.contact li{width:100%;}
.manufacturing-categories ul li{width:100%;}
.workshop_1{width:100%;}.workshop_2{width:100%;}.ded-pro ul li{width:100%;}

	}














