@charset "utf-8";
/* CSS Document */

body{ margin:0px; padding:0px; border:0px; font-family:"Helvetica Neue",Helvetica,Arial,"Microsoft Yahei","Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei"; color:#333333; font-size:14px; width:100%; background:#ffffff;}
a{ margin:0px; padding:0px; border:0px; text-decoration:none; color:#333333; font-size:14px;}
a:hover{ text-decoration:none;}
*{ padding:0px; margin:0px; border:0px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;font-family:'Microsoft YaHei','微软雅黑'; }
/* background:rgba(0,0,0,0);filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000,endcolorstr=#7F000000);*/
li{ list-style:none;}
.clear{ clear:both !important; height:0px !important; width:0px !important; float:none !important; margin:0px !important; padding:0px !important; border:0px !important; line-height:0 !important; position:relative !important; }
input:focus{ outline: none;}/*去除按钮选中的高亮标签*/
textarea:focus{ outline: none;}/*去除文本框选中的高亮标签*/
button:focus{ outline: none;}/*去除按钮选中的高亮标签*/
select:focus{ outline: none;}/*去除下拉框选中的高亮标签*/
img{ max-width:100% !important; vertical-align: middle;}
div,p,table,td,ul,li,span,a,ol,input,label{ padding:0px; margin:0px; border:0px;}
input::-ms-input-placeholder{ /* Internet Explorer 10+ */ color:#4d4d4d; font-size:12px;}
input::-webkit-input-placeholder{ /* WebKit browsers */ color:#4d4d4d; font-size:12px;}
input::-moz-placeholder{ /* Mozilla Firefox 4 to 18 */  color:#4d4d4d; font-size:12px;}
input::-moz-placeholder{ /* Mozilla Firefox 19+ */ color:#4d4d4d; font-size:12px;}
.fl{ float:left;}
.fr{ float:right;}

/*黑白照片*/
.gray { 
-webkit-filter: grayscale(100%); 
   -moz-filter: grayscale(100%); 
    -ms-filter: grayscale(100%); 
     -o-filter: grayscale(100%); 
        filter: grayscale(100%); 
        filter: gray; 
}

.gray:hover { 
-webkit-filter: grayscale(0%); 
   -moz-filter: grayscale(0%); 
    -ms-filter: grayscale(0%); 
     -o-filter: grayscale(0%); 
        filter: grayscale(0%); 
        filter: gray; 
}
/*圆角5px*/
.radius5{ 
-webkit-border-radius:5px; 
   -moz-border-radius:5px; 
    -ms-border-radius:5px; 
     -o-border-radius:5px; 
        border-radius:5px; 
}
/*圆角10px*/
.radius10{ 
-webkit-border-radius:10px; 
   -moz-border-radius:10px; 
    -ms-border-radius:10px; 
     -o-border-radius:10px; 
        border-radius:10px; 
}
/*图片变大*/
.tra .imgs{
-webkit-transform: scale(1);
   -moz-transform: scale(1);
    -ms-transform: scale(1);
     -o-transform: scale(1);
           filter: scale(1);
           filter: transform;
       transition: all 0.5s ease 0s;
-webkit-transform: all 0.5s ease 0s; 
}
.tra:hover .imgs{
-webkit-transform: scale(1.15);
   -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
     -o-transform: scale(1.15);
           filter: scale(1.15);
           filter: transform;
       transition: all 0.5s ease 0s;
-webkit-transform: all 0.5s ease 0s; 
}
/*透明度50%*/
.opacity5{ filter:alpha(opacity=50);-moz-opacity:0.5; -khtml-opacity:0.5;opacity: 0.5;}

.shadow5{ 
-webkit-box-shadow:rgba(0,0,0,0.13) 5px 5px 5px; 
   -moz-box-shadow:rgba(0,0,0,0.13) 5px 5px 5px; 
    -ms-box-shadow:rgba(0,0,0,0.13) 5px 5px 5px; 
     -o-box-shadow:rgba(0,0,0,0.13) 5px 5px 5px; 
        box-shadow:rgba(0,0,0,0.13) 5px 5px 5px; 
}

.shadow10{ 
-webkit-box-shadow:rgba(0,0,0,0.13) 5px 5px 10px; 
   -moz-box-shadow:rgba(0,0,0,0.13) 5px 5px 10px; 
    -ms-box-shadow:rgba(0,0,0,0.13) 5px 5px 10px; 
     -o-box-shadow:rgba(0,0,0,0.13) 5px 5px 10px; 
        box-shadow:rgba(0,0,0,0.13) 5px 5px 10px; 
}

::-webkit-scrollbar-track-piece {
    background-color: #b7b7b7;
}

::-webkit-scrollbar {
    width: 10px;
    height: 7px;
}

::-webkit-scrollbar-thumb {
    background-color: #767575;
    background-clip: padding-box;
    min-height: 28px;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #767575;
}

.pagination{display: flex; font-size: 18px; justify-content: center; margin-bottom: 20px;}
.page-item{ padding: 0 5px;}
.pagination a.page-link{ color: #10069f;font-size: 18px; text-decoration: underline;}
.pagination span.page-link{ color:#999; }
/* .swiper-wrapper{ color: #fff; font-size: 26px;} */

.moMenuBox{
	width: 100%;
	display: none;
	/* background: rgba(210, 4, 7,0.1); */
	background: #97969e91;
	height: 100vh;
	position: fixed;
	z-index: 999999999;
	top: 0;
}
.moMenu{ width:60%; background:#ffffff; padding:0 20px; display:flex; flex-direction:column; align-items:center; height:100vh; position:fixed; z-index:999999; top:0; left:-60%;}

.moDropLogo{ display:inline-block; margin:15px 10px 15px 0;}
/* .moDropLogo img{ height:20px;} */
.moTop{ background-color: #ffffff; display: flex; padding: 8px; justify-content: space-between; align-items: center;}
.moDrop{ width:100%; display:flex; flex-direction:column;}
.moDrop .yiji{ width:100%;}
.moDrop .yiji .yijiTitle{ width:100%; display:flex; justify-content:center; position:relative; border-bottom:#d1cdcd solid 1px;}
.moDrop .yiji .yijiTitle .yijiTitleText{ display:flex; line-height:2.2em; text-align:center; font-size:18px; color:#e50012; width: 100%;}
.moDrop .yiji .yijiTitle .yijiTitleIcon{ position:absolute; right:0px; top:50%; height:0; display:flex; align-items:center; justify-content:flex-end;}
.moDrop .yiji .yijiTitle .yijiTitleIcon img{ cursor:pointer; height:10px;}
.moDrop .yiji .yijiTitle .yijiTitleIcon img:nth-child(2){ display:none;}
.moDrop .yiji.on{}
.moDrop .yiji.on .yijiTitle .yijiTitleIcon img:nth-child(1){ display:none;}
.moDrop .yiji.on .yijiTitle .yijiTitleIcon img:nth-child(2){ display:block;}
.moarrow{background: url("../img/inquiry_active.jpg") right center no-repeat;}
.mo-second{ padding: 8px 0; display: none;}
.mo-second a{ display: block; height: 35px;line-height: 35px;padding-left: 20px; font-size: 16px;}

/*.moDrop .yiji.on .erjiDrop{ display:block;} */
.erjiDrop{ width:100%; display:none;}
.moDrop .yiji.on .erjiDrop{ border-bottom:rgba(255,255,255,0.50) solid 1px;}
.erjiDrop .erji{ width:100%;}
.erjiDrop .erji .erjiTitle{ width:100%; position:relative; display:flex; align-items:center; justify-content:center;}
.erjiDrop .erji .erjiTitle .erjiTitleText{ line-height:2em; font-size:14px; color:#fd902e; display:block;}
.erjiDrop .erji .erjiTitle .erjiTitleIcon{ position:absolute; right:25px; top:50%; height:0; display:flex; align-items:center; justify-content:flex-end;}
.erjiDrop .erji .erjiTitle .erjiTitleIcon img{ cursor:pointer;}
.erjiDrop .erji .erjiTitle .erjiTitleIcon img:nth-child(2){ display:none;}
.erjiDrop .erji.on .erjiTitle .erjiTitleIcon{}
.erjiDrop .erji.on .erjiTitle .erjiTitleIcon img:nth-child(1){ display:none;}
.erjiDrop .erji.on .erjiTitle .erjiTitleIcon img:nth-child(2){ display:block;}
/*.otherBox{ width: 100%; position: fixed; top: 0; left: 0; background: rgba(0,0,0,0.5); z-index: 21474836475; display:none; justify-content: center; align-items: center; height: 100%;}*/
.otherBox{ width: 100%; position: fixed; top: 0; left: 0; background: rgba(0,0,0,0.5); z-index: 21474836475; display:none; justify-content: center; align-items: center; height: 100%;}

.other{ width:80%; display:none;}

.moSear{width:25px; height:25px; margin:6px; }
/*.moSearch{ align-items:center; justify-content:space-between; padding:20px 0; margin:230px auto 0 auto; background:#FFFFFF;}*/
/*.moSearch input[type='text']{ height:60px; width:100%; padding:0 15px; background:none; border-bottom:#FFFFFF solid 1px;}*/
/*.moSearch input[type='submit']{ background:url(../images/icon20.png) no-repeat 50%/60% 60%; height:60px; width:60px; flex-shrink:0;}*/
.moSearch{ align-items:center; width:90%; height:40px; display:flex; justify-content:space-between; padding:0; margin:130px auto 0 auto; background:#FFFFFF;}
.moSearch input[type='text']{ height:40px; line-height:40px; width:100%; padding:0 15px; background:none; border-bottom:#FFFFFF solid 1px;}
.moSearch input[type='submit']{ background: url(/assets/img/search_white.png) center center no-repeat #fff;
    background-size: 22px; height:40px; width:40px; flex-shrink:0;}
    
img.moLogo{ max-width: 285px !important;}
.moLeng{ justify-content:center; align-items:center; flex-direction: column; margin: 0 auto;}
.moLeng a{ font-size:18px; color:#FFFFFF; margin:25px 15px;}
.moLeng a.on{ color:#eb7404;}

.pagew{
	padding: 30px 160px; margin: 0 auto;
}
.header-top{
	background-color: #e50003; color: #ffffff; height: 48px; line-height: 48px; display: flex; justify-content: space-between;
}
.header-top-item{ width: 33.33%;}
.form-top-box{ width: 100%; display: flex; padding-top: 9px;}
.form-top-input{ width: calc(100% - 20px - 30px); height: 30px; line-height: 30px; padding-left: 5px; background-color: #fff;}
.form-top-btn{ width: 20px; height: 30px; line-height: 30px;background: url("../img/index-1_08.jpg") left center no-repeat #fff; cursor: pointer;}
.header-top-right{ display: flex;}
.sign-in{ height: 30px; line-height: 30px; width: 90px; text-align: center; color: #fff; border: #fff solid 1px; display: block;  margin: 9px 25px 0 0;}
.request{ height: 30px; line-height: 30px; width: 130px; text-align: center; color: #fff; border: #fff solid 1px; display: block;  margin: 9px 25px 0 0;}
.cart{ height: 30px; width: 26px;background: url("../img/cart.png") left bottom no-repeat; position: relative; margin: 9px 10px 0 0; background-size: 80%;}
.m_cart{ background: url("../img/m_cart.png") left bottom no-repeat; color: red; position: relative; margin: 0px 0px 0 0; background-size: 15px 15px;}
.num-box{ position:absolute; right: 0; top: 0; background-color: #10069f; border-radius: 50%; width: 16px; height: 16px; line-height: 16px; text-align: center; color: #fff; font-size: 9px;}
.header-nav{
	padding: 0 120px; display: flex; justify-content:space-around
}
.header-logo{ width: 340; height: 100px; display: flex; align-items: center;}
.top-log{ width: 340px !important; height: 48px !important;}
.header-menu{ width: calc(100% - 320px);}
.index-banner-text{text-align:center; line-height:200%; font-size:44px}
.feature{ background-color: #e50003; height: 90px; line-height: 90px; text-align: center; color: #fff; font-size: 32px;}
.one-box{ display: flex; justify-content: space-between;}
.one-box-img{ width: 55%; height: 550px;}
.one-box-text{ width: 36%;}
.one-box-text h3{ font-size: 30px; padding:50px 0 20px 0;}
.one-p{ line-height: 200%; width: 75%;}
.QUICKER{font-size:30px;}
.From{font-size:18px;}
.learn-more{ display: block; color: #fff; background-color: #10069f; width: 100px; text-align: center; border-radius: 5px; padding: 8px 0; margin-top: 40px;}

.two-box{display: flex; justify-content: space-between;}
.two-box-text{ width: 45%; padding-left: 9%; }
.two-box-text h3{ font-size: 30px; padding:90px 0 50px 0;}
.two-box-img{ width: 55%; height: 555px;}

.index-news-box{ background-color: #f8f8f8; padding-bottom: 25px;}
.index-news-title{ padding: 70px 160px 0px 160px; font-size: 26px;}
.index-news-body{ padding:20px 130px 10px 130px;}
.news-swiper-slide{ width: 33%;}
.news-swiper{ height: 430px; position: relative;}
.news-swiper-button-next {
	right: 20px;
	transform: rotate(90deg);
	background-color: red;
}

.news-swiper-button-prev {
	left: 20px;
	transform: rotate(90deg);
	background-color: red;
}
.index-news-item-box{ width: 85%; height: 410px; overflow: hidden; margin: 10px auto;box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;border: #dddbdb solid 1px; position: relative;}
.news-swiper .swiper-button-next, .swiper-rtl .swiper-button-prev{right: -40px;}
.news-swiper .swiper-button-prev, .swiper-rtl .swiper-button-next{ left: -40px;}
.index-swiper-news-btn{ color:#999; border-radius:50%; border:#999 solid 1px;width:40px; height:40px}
.news-swiper .swiper-button-next:after, .news-swiper .swiper-button-prev:after{ font-size:20px}

.index-news-thumb{ height: 205px; margin-bottom:15px; width: 100%; overflow:hidden}
.index-news-thumb img{ width: 100% !important; max-height: 210px !important; }
.index-news-item-title{ height: 60px; line-height: 25px; padding: 6px 12px; overflow: hidden; font-weight:bold; font-size:18px;/*word-wrap: break-word;
    word-break: break-all;*/}
.index-news-item-desc{ height: 60px; line-height: 25px;  -webkit-line-clamp: 2; padding: 6px 12px;display: -webkit-box;-webkit-box-orient: vertical; overflow: hidden;text-overflow:ellipsis; }
.index-news-more{ margin:20px 12px 0px 12px; display: block; height: 30px; line-height: 30px; text-align: center; width: 100px; border: red solid 1px; color: red;}
.index-news-ymd{ position:absolute; left: 5px; top: 5px; height: 70px; width: 70px; text-align: center; background-color: #ebebed; z-index:3000;}
.index-news-d{ padding: 10px 0 0px 0; font-size: 20px;font-weight: bold; }
.index-news-item-box:hover .index-news-ymd{ background-color: #d20407; color: #fff;}
.index-news-item-box:hover .index-news-more{ background-color: #10069f; border: #10069f solid 1px; color: #fff;}
.index-news-item-box:hover .index-news-item-title{ color: #10069f; }
.index-news-item-box:hover .index-news-thumb img{-webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    filter: scale(1.15);
    filter: transform;
    transition: all 0.5s ease 0s;
    -webkit-transform: all 0.5s ease 0s; }

.footer-box{
	/* margin-top: 25px; */
	padding: 40px 160px;
	background: url("../img/index-1_31-12.jpg") left top repeat-x; height: 400px;
	display: flex;
	color: rgb(188, 186, 186);
}
.footer-title{ font-size: 18px; font-weight: bold; color: #fff; padding:0 0 8px 0;}
.footer-about{ width: 25%;}
.footer-menu-box{ width: 50%;}
.footer-info-box{ width: 25%;}
.footer-about-p{ line-height: 180%;}
.footer-about-more{ padding: 15px 0 0 0;}
.footer-about-more a{ color: rgb(188, 186, 186);}

.footer-menu-box ul{
	margin: 0 10%;
	display: flex;
	justify-content: space-between;
}
.footer-menu-box ul li h6{
	color: #fff;
	font-size: 16px;
}
.footer-items-box{
	padding: 16px 0;
}
.footer-items-box a{
	color: #ddd7d7;
	display: block;
	padding: 6px 0;
}
.copyright{ text-align: left; padding: 30px 0; color: #8c8c8c;}
.footer-line-box{ border-top: #838aad solid 1px;border-bottom: #838aad solid 1px; color:#ddd7d7}
.footer-logo{ padding: 10px 0 25px 0;}
.footer-line-box p{ padding:0 0 15px 0;}
.footer-line-box p span{ display: inline-block; width: 60px; color:#b0a9a9}
.share-box { padding: 20px 0 0 0; display: flex;}
.share-box a{ display: block; border: #fff solid 1px; width: 30px; padding: 5px 0; text-align: center;  margin-right: 12px; }


.header-pc{
	display: flex; justify-content: space-between;
}
.logo-pc{ padding: 20px 0 0 0; width: 260px;}
.logo-pc a{ color: #666;}
.logo-pc img{margin-right: 12px;}
.header-pc-menu-box{ width: 500px;}
.pc-menu-ul{display: flex;justify-content: flex-end;}
.pc-menu-ul .pc-menu-li{margin-right: 8px; padding: 0 8px 0 0; position:relative;}
.pc-menu-li-a{ color: #333;padding: 0 40px 0 12px; line-height: 100px;font-size: 18px; display: block;}
.pc-menu-down .pc-menu-li-a{ background: url("../img/menu-down.jpg") right center no-repeat;}
.pc-menu-down:hover .pc-menu-li-a{color: #333333; background: url("../img/menu-down-active.jpg") right center no-repeat #eee;}
.pc-menu-li:hover{ background-color: #eee;}
.user-info:hover{ background-color: #e50003;}
.pc-menu-li:hover .pc-menu-li-a{color: #333333;}
.pc-menu-ul .pc-menu-down:hover .sec-menu-box{ display: block; z-index: 100; width: 150px;}
.sec-menu-box .sec-menu-li-a{ height: 45px; line-height: 45px;border-left: #eeeeee solid 3px; color: #333333;background-color: #eee; display: block; padding-left: 15px; font-size: 14px;}
.sec-menu-box .sec-menu-li-a:hover{ background-color: #fff;border-left: #e50003 solid 3px;}

.sec-menu-container{
	display: flex; position: relative; width: 360px;
}
/* .sec-menu-box-third{ width: 300px;} */
.sec-menu-box-third a.sec-menu-a{ width: 180px;height: 45px; line-height: 45px;border-left: #eeeeee solid 3px; border-bottom: #f0efef solid 1px; color: #333333;background: url("../img/icon_right_arrow.png") 165px center no-repeat #eeeeee; display: block; padding-left: 10px; font-size: 14px;}
.sec-menu-box-third a.sec-menu-a:hover{ background-color: #fff;border-left: #e50003 solid 3px;}
.third-menu-box{ width: 180px; position: absolute; top: 0; right: 0; display: none;}
.sec-menu-box-third:hover .third-menu-box{ display: block;}
.sec-menu-box-third:hover a.sec-menu-a{ background-color: #fff;border-left: #e50003 solid 3px;}
.sign-info .sec-menu-li-a{background-color: #e50003; color:#fff;border-left: #e50003 solid 3px;border-bottom:#e5a4a4 solid 1px;}
.sign-info .sec-menu-li-a:hover{background-color: #e50003;border-left: #e50003 solid 3px;}

.third-menu-box{ z-index: 10000;
height: auto;
    max-height: 300px;
    overflow-y: scroll;}
.third-menu-box a{  display: block; background-color: #fff;  padding-left: 5px; line-height: 45px;/*height: 45px;border-left: #eeeeee solid 3px;*/}
.third-menu-box a:hover{background-color: #fff;/**/ font-weight:bold}
.search-pc{ width: 165px; border: #fff solid 1px; margin: 20px 0 0 10px; padding-left: 8px; height: 35px; line-height: 35px;}
.shopping-cart-pc{padding: 20px 10px 0 15px; width: 35px; position: relative; cursor: pointer;}
.shopping-cart-pc img{margin-top: 16px;}
.shopping-cart-pc .num{position: absolute; top: 22px;right: 0; width: 16px; height: 16px; text-align: center; line-height: 16px; font-size: 9px; display:block; background-color: red; border-radius: 50%;}
.lang-switch-pc{width: 95px;position: relative; padding-left:23px;  background: url("/assets/img/top3.png") left center no-repeat;}
.lang-switch-pc .parent-a{color: #fff; display: block;}
.parent-son-a{
	display: none;
	background-color: #fff;
	z-index: 100;
	width: 100px;
	position: absolute;
	right: 0;
	top: 80px;
}
.parent-son-a a{ text-align: left;
	height: 40px;
	line-height: 40px;
	display: block;
}
/* .lang-switch-pc:hover{ background: url("../img/top3.png") 10px center no-repeat #eee;} */
.lang-switch-pc{ margin-top: 5px;}
.lang-switch-pc .parent-a{ display: block; background: url("/assets/img/n_down_arrow.png") right center no-repeat;background-size:25px}
.lang-switch-pc:hover .parent-son-a{ display: block;}
.lang-switch-pc:hover .parent-son-a a{
	padding-left: 15px;}
.lang-switch-pc:hover .parent-son-a a:hover{ background: #e6e6e6;}
/* .sec-menu-box{position:absolute; left:50%; top:80px; transform:translateX(-50%); background:rgba(254,94,16,0.9); flex-direction:column; align-items:center; width:120px; display:none;} */
.sec-menu-box{position:absolute; left:0; top:100px; background:rgba(254,94,16,0.9); flex-direction:column; align-items:center; width:120px; display:none;}
.menu-active{ color: #e50003;}

html,
body {
position: relative;
height: 100%;
}
.swiper {
width: 100%;
height: 600px;
}

.swiper-slide {

/* 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-slide img {
/* display: block;
width: 100%;
height: 100%; */
/* object-fit: cover; */
}
/* .my-bullet-active{
  background: #ff6600;
  opacity: 1;
} */
.index-swiper-btn{ color:#666; background:#e5e5e5; padding:5px 20px;}
.bannerSwiper .swiper-button-next:after, .bannerSwiper .swiper-button-prev:after{ font-size:20px}
.bannerSwiper .swiper-pagination-bullet{ box-sizing: content-box;
	opacity: 1;
	outline: none;
	border: none;
	padding: 1px 10px;
	height: 2px;
	background: rgba(255, 255, 255, 0.314);
	margin: 2px 5px;
	overflow: hidden;
	border-radius: 2px;
	transition: all .6s;
	cursor: pointer;}
.bannerSwiper .swiper-pagination-bullet-active{ background: rgba(255, 255, 255, 0.909);}

.index-one-box{
	height: 590px;
	padding: 50px 160px;
}
.index-one-content{
	display: flex;
}
.index-one-left{
	height: 490px;
	width: 38%;
	background: url("../img/index_1_bg_l.jpg") no-repeat  50% / cover;
}
.index-one-right{
	height: 490px;
	width: 62%;
	background: url("../img/index_1_bg_r.jpg") no-repeat  50% / cover;
}
.index-one-body{
	margin: 95px 0;
	padding: 30px 50px;
	height: 300px;
	background-color: #112d8cd1;
	color: #fff;
}
.index-one-title{padding-top: 10px; font-size: 26px;}
.index-one-info{ padding: 20px 0; line-height: 200%;}
.index-one-btn{
	width: 120px;
	text-align: center; padding: 8px 0;
	background:url("../img/btn-l.jpg") 3px 12px no-repeat #fe5e10;
	background-size: 11%;
}
.index-one-btn a{ color: #fff; display: block; background:url("../img/btn-r.jpg") 100px 4px no-repeat;background-size: 11%; z-index: 100;}
.index-two-box{
	height: 600px;
	overflow: hidden;
}
.index-two-content{
	width: 550px;
	height: 460px;
	text-align: center;
	background-color: #fff;
	margin: 70px auto;
	padding: 50px;
}
.index-two-title{
	font-size: 26px;
}
.index-two-body{
	text-align: left;
	line-height: 180%;
	padding: 30px 0;
	font-size: 16px;
}
.index-about-box{
	padding: 0;
	height: 600px;
	background: url("../img/index_4.jpg") no-repeat  50% / cover;
}
.index-about-content{
	text-align: center;
	width: 600px;
	margin: 0 auto;
}
.index-about-title{
	padding: 80px 0 8px 0;
	border-bottom: #fe5e10 solid 2px;
	width: 120px;
	margin: 0 auto;
	font-size: 22px;
}
.index-about-body{
	line-height: 180%;
	padding:80px 20px 30px 20px;
}





/* 用户登录 */
.login-box{
	width: 100%;
	min-height: 700px;
	background: url("../img/login_bg.jpg") no-repeat  50% / cover;
	padding-top: 120px;
}
.login-title{ color: #222; font-size: 26px;}
.login-form{
	width: 320px;
	height: auto;
	margin: 0px auto;
	border-radius: 5px; padding: 20px;
	background-color: rgb(255 255 255 / 74%);
}
.login-item{ padding: 20px 0 5px 0;}
.login-item span{ color: #e50003;}
.login-item .input{
	width: 100%;
	border-radius: 15px;
	margin-top: 8px;
	border: #e50003 solid 1px;
	display: flex;
}
.login-item input{
	background-color: rgb(255 255 255 / 74%);
	width: 100%;
	border-radius: 15px;
	font-size: 16px;
	padding: 10px 10px;
}

.go-home{text-align: center; padding-top: 15px;}
.go-home a{color: #fff; display: flex;justify-content: center; border-bottom: #fff solid 1px; width: 66px; padding: 0 0 8px 0; margin: 0 auto;}
.go-home a span{ font-size: 14px;}

.collect-bg{background-color: #f8f8f8;min-height: 100px;padding: 30px 160px;}
.bread-nav{padding: 15px 160px; color: #fff; background-color: #10069f;}
.bread-nav a{ color: #fff;}
.collect-box{ min-height: 100px; background-color: #fff;}
.collect-tab-box{ display: flex; justify-content: center;}
.collect-tab-box li{ width: 135px; padding: 20px 0;}
.collect-tab-box li a{ font-size: 22px; display: block; padding-top: 15px; text-align: center;}
.collect-tab-box li .active{ background: url("../img/collect-active.jpg") no-repeat center top; color: #d20407; font-weight: bold;}
.collect-body{ display: flex; flex-wrap: wrap; width: 100%; padding: 12px;}
.collect-body li{ border: #e5e5e5 solid 1px; margin: 15px; width: calc(25% - 16px - 16px); position: relative;}
.collect-body li .do-collect{ width: 24px; height: 24px; cursor: pointer; position: absolute; top: 8px; right: 8px;}
.collect-body li:hover{border: #10069f solid 1px;}
.collect-body .collect-img{border-bottom: #e5e5e5 solid 1px;}
.collect-body .collect-img img{height: 200px;}
.collect-body li:hover .collect-img{border-bottom: #10069f solid 1px;}
.collect-body .collect-info{ padding: 8px; height: 60px;}
.collect-body .collect-info p{ height: 28px; line-height: 28px; overflow: hidden; }
.collect-body .collect-info span{ color: #999;}
.collect-btn-inquiry{ border: #e50003 solid 1px; display: block; border-radius: 15px; color: #e50003; margin: 8px; text-align: center; padding: 8px 0;}
.collect-body li:hover .collect-btn-inquiry{ background: #10069f; border: #10069f solid 1px;color: #fff; }

.inquiry-body{}
.inquiry-body li{ display: flex; height: 50px; line-height: 50px; border-bottom: #e5e5e5 solid 1px; overflow: hidden; color: #777; }
.inquiry-body li .inquiry-content,.inquiry-body li .inquiry-product{ text-overflow: ellipsis; overflow: hidden; white-space: nowrap;}
.inquiry-body li.inquiry-title{ align-items: center; background-color: #e50003; color: #fff;padding:20px 5px; }
.inquiry-body li.active { height: auto; padding: 20px 0; color: #222;}
.inquiry-body li.active div{ height: auto; line-height: 150%; overflow: auto; white-space: inherit;}
.inquiry-body li.active a{ background: url("../img/inquiry_active.jpg") no-repeat right center;color: #d20407;}
.inquiry-time{ width: 135px; text-align: center;}
.inquiry-action{ width: 100px; text-align: center;}
.inquiry-action a{ background: url("../img/menu-down.jpg") no-repeat right center; display: block; width: 80px; margin: 0 auto;}
.inquiry-product{ width: calc((100% - 135px - 100px) / 100 * 45); padding: 0 10px;}
.inquiry-content{ width: calc((100% - 135px - 100px) / 100 * 55)}


.about-box{ padding: 30px 160px;}
.about-title{ color: #d20407; font-size: 30px; padding: 20px 0 10px 0;}
.about-desc{  font-size: 30px; padding: 12px 0;}
.about-data-title{ text-align: center; font-size: 22px; margin: 50px 0;}
.about-data-box{ display: flex; justify-content: space-between;}
/* .about-data-box li{ width: 23%;} */
.about-data-num{ color: #d20407; padding: 20px 0; font-size: 36px; text-align: center;}
.about-data-p{ font-size: 18px;}
.about-thumb{ margin: 40px 0;}
.about-list{ display: flex; justify-content: space-around;}
.about-left{ width: 44%; min-width:410px;}
.about-right{ width: 52%; line-height: 170%; padding-left:10px; font-size:13px;}
.about-left li{ height: 70px;
    line-height: 70px;
    background-color: #10069f;
    color: #fff;
    margin-bottom: 40px;
    padding-left: 20px;
    font-size: 20px;
    font-weight: bold;}
.about-left li img{ width: 31px; height: 23px; margin-right: 12px;}
.cert-box{ padding: 30px 160px;}
.cert-title{ font-size: 22px; font-weight: bold; padding: 15px 0 30px 0;}
.cert-body{ display: flex; justify-content:space-between}
.cert-thumb{ width: 46%;}
.cert-info{ width: 46%;}
.cert-info-p{ line-height: 180%; margin-bottom: 30px; font-size:13px;}
.cert-info-li li{ margin-bottom: 20px; font-size: 16px; color: #10069f;}
.cert-info-li img{ width: 27px; height: 20px; margin-right: 12px;}
.cert-list-title{ text-align: center; padding: 30px 0; font-size: 28px;}
.cert-list-info{ font-size: 26px;}
.cert-swiper-thumb{ height: 280px !important;}
.cert-swiper-thumb img{ width: 100% !important; height: 280px !important;}

.news-box{ padding: 30px 160px;}
.news-title{ text-align: center; font-size: 24px; padding: 30px 0;}
.news-item{ display: flex; justify-content: space-between; padding: 20px; border-bottom: #e5e5e5 solid 1px;}
.news-item-cover{ width: 215px; height: 150px; border:#e5e5e5 solid 1px; display:flex; align-items:center; justify-content:center; }
.news-item-cover img{  max-height: 100%; }
.news-item-box{ width: calc(100% - 215px - 30px);}
.news-item-date{ text-align: center; color: #d3d4db;}
.news-item-title{ font-weight: bold; font-size: 18px;}
.news-item-desc{ line-height: 180%; height: 70px; margin-top: 10px; color: #999;font-size:15px}
.news-item-btn{ display: block; border: #d20407 solid 1px; color: #d20407; height: 30px; line-height: 30px; width: 100px; text-align: center; }
.news-item:hover{box-shadow:rgb(0 0 0 / 24%) 0px 0px 8px}
.news-item:hover .news-item-btn{border: #10069f solid 1px; background: #10069f; color: #fff; }

.news-detail-box{ padding: 30px 160px; background-color: #f8f8f8;}
.news-detail-title{ padding: 15px 0; text-align: center; font-size: 18px; font-weight: bold;}
.news-detail-date{ color: #777; text-align: center; padding: 10px 0 25px 0;}
.news-detail-body{ background: #fff; padding: 20px; min-height: 200px;}
.news-detail-body p{ margin: 18px 0; line-height: 170%;}
.news-detail-body img{ height: auto !important;}

.down-box{ padding: 30px 160px; background-color: #f8f8f8;}
.down-title{ text-align: center; background: #fff; padding: 30px 0; font-size: 22px;}
.down-body{background: #fff; padding: 30px; display: flex; justify-content: space-between; flex-wrap: wrap;}
.down-body li{ width: 49%; display: flex; justify-content: space-between; margin-bottom: 50px;}
.down-thumb{ width: 220px; height: 220px;}
.down-thumb img{ width: 220px; height: 220px;}
.down-info{ width: calc(100% - 220px - 20px);}
.down-info-title{ font-size: 16px; height: 180px;}
.down-info-btn{display: block; border: #d20407 solid 1px; color: #d20407; height: 40px; line-height: 40px; width: 120px; padding: 0 0 0 12px; background: url("../img/down_10.jpg") no-repeat 85px center ; background-size: 25px;}
.down-info-btn:hover{border: #10069f solid 1px; background-color: #10069f; color: #fff;background: url("../img/down_06.jpg") no-repeat 85px center #10069f;background-size: 25px; }
.contact-box{ padding: 30px 220px; background: url("../img/contact_bg.jpg") no-repeat center top #d2dae1;}
.contact-form-box{ background-color: #fff; padding: 30px 60px;}
.contact-title{ line-height: 160%; font-size: 22px; margin-bottom: 30px;}
.contact-form-item{ margin-bottom: 20px;}
.contact-form-title{ color: #999; padding-bottom: 8px;}
.contact-form-title span{ color:red;}
.contact-input{ height: 40px; line-height: 40px; width: 100%; padding-left: 15px; border-radius: 15px; border: #e5e5e5 solid 1px;}
.contact-btn{ border: #d20407 solid 1px; color: #d20407; border-radius: 20px; width: 200px; height: 40px; line-height: 40px; display: block; text-align: center; margin: 20px auto;}

.cart-box{ padding: 30px 160px; background: #f8f8f8;}
.cart-list{ background: #fff; padding: 30px;}
.cart-title{ font-size: 22px; font-weight: bold; text-align: center;}
.cart-body{ padding: 30px 0;}
.cart-body li{ display: flex; height: 125px; border-top: #e5e5e5 solid 1px; border-bottom: #e5e5e5 solid 1px; margin-top: 20px; align-items: center;}
.cart-body li .cart-check{ width: 90px; text-align: center; display: flex; justify-content: center;}
.cart-body li .cart-desc{ width: calc(100% - 80px - 130px - 110px);display: flex; align-items: center; }
.cart-body li .cart-desc .cart-item-thumb{ width: 100px; height: 100px; border: #e5e5e5 solid 1px; margin: 12px 0 20px 0; display: flex; align-items: center; justify-content: center;}
.cart-body li .cart-desc .cart-item-thumb img{ max-width: 100px; max-height: 100px;}
.cart-body li .cart-desc .cart-item-p{ width: calc(100% - 128px); padding:0px 12px 0 15px; line-height: 160%;}
.cart-body li .cart-no{ width: 130px;}
.cart-body li .cart-quantity{ width: 160px; text-align: center;}
.cart-body li .cart-check .cart-status{ width: 27px; height: 27px; background: url("../img/cart_09.jpg") no-repeat center center;  cursor: pointer;background-size: 80%; }
.cart-body li .cart-check .cart-checked{ background: url("../img/cart_03.jpg") no-repeat center center; background-size: 80%;  }
.cart-body li.cart-item-title{ background-color: #e50003; height: 40px; line-height: 40px; color: #fff;}
.cart-plus-min{ display: flex; width: 90px; border: #e5e5e5 solid 1px; margin: 0 auto;}
.cart-plus-min .cart-min{ width: 20px; font-size: 22px; cursor: pointer;}
.cart-plus-min .cart-plus{ width: 20px;font-size: 22px; cursor: pointer;}
.cart-plus-min input{ width: 50px; border-left: #e5e5e5 solid 1px;border-right: #e5e5e5 solid 1px; text-align: center;}
.cart-sel{ display: flex; padding-left: 30px;}
.sel-btn{  text-align: right; background: url("../img/cart_03.jpg") no-repeat left center;width: 100px; height: 22px; line-height: 22px;  cursor: pointer; background-size: 20%;}
.sel-text{height: 22px; line-height: 22px; margin-left: 15px; color: #e50003; cursor: pointer;}
.cart-form-body{
	padding: 50px 0 0 0;
}
.cart-form-body li{
	display: flex;
	margin-bottom:20px;
}
.cart-form-body .form-label{
	width: 130px;
}
.cart-form-body span{
	color: red;
}
.cart-form-body .form-input{
	border: #dcd9d9 solid 1px;
	padding: 6px;
	width: calc(100% - 140px);
	border-radius: 15px;
}
.cart-form-btn{
	text-align: right;
	padding-right: 10px;
}
.cart-form-btn input{
	width: 80px;
	color: #d20407;
	border: #d20407 solid 1px;
	background-color: #fff;
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
}
.tmp-cart-form{ width: 100%; max-width: 660px; margin: 10px auto;}

.pro-box{ padding: 30px 160px; display: flex; justify-content: space-between;}
.pro-cate-box{ width: 190px;}
.pro-list-box{ width: calc(100% - 190px - 30px); padding-top: 12px; }
.no-data{ text-align: center; padding: 30px 0; color: #999; font-size: 16px;}
.pro-cate-title{ font-size: 18px; border-bottom: #d20407 solid 2px; height: 50px; line-height: 50px;background: url("../img/pro_16.jpg") no-repeat right center; cursor: pointer;}
.pro-cate-box .cateactive .pro-cate-title{ color: #d20407;background: url("../img/pro_03.jpg") no-repeat right center;}
.pro-cate-body{ padding: 12px 0; display: none;}
.pro-cate-box .cateactive .pro-cate-body{ display: block;}
.pro-cate-body li{  height: 35px; line-height: 35px; padding-left: 35px;background: url("../img/pro_10.jpg") no-repeat left center;}
.pro-cate-body li.active{background: url("../img/pro_07.jpg") no-repeat left center;}
.pro-list-data li{ display: flex;border: #e5e5e5 solid 1px; align-items: center; padding: 12px; margin-bottom: 20px;}
.pro-list-data li:hover{box-shadow: rgb(0 0 0 / 24%) 0px 0px 8px;}
.pro-thumb{ width: 100px; height: 100px; border: #e5e5e5 solid 1px; margin-right: 20px;    display: flex;align-items: center; padding: 2px;}
.pro-item-title{ width: calc(100% - 100px - 120px);}
.pro-item-detail{ width: 120px; text-align: center;}
.pro-spec-count{ background-color: #999; padding: 10px 0;}
.pro-item-detail a{ display: block; padding: 10px 0; color: #d20407; border: #d20407 solid 1px;}
.pro-list-data li:hover .pro-thumb{ border: #10069f solid 1px;}
.pro-list-data li:hover .pro-item-title{ color: #10069f;}
.pro-list-data li:hover a{ background-color: #10069f; color: #fff;border: #10069f solid 1px; }

.pro-detail-box{ padding: 30px 160px;}
.pro-detail-top{ display: flex; justify-content: space-between; }
.pro-detail-swiper{ width: 47%;}
.pro-detail-info{ width: 47%; padding: 0 0 0 20px;}
.pro-detail-title{ font-weight: bold; font-size: 18px; padding-bottom: 15px; border-bottom: #e5e5e5 solid 1px; margin-bottom: 20px;}
.pro-detail-desc{ line-height: 170%;}
.pro-detail-var{font-size: 22px; color: #e50003; padding: 20px 0;margin-top: 40px;}
.pro-detail-where{display: flex;  }
.pro-detail-where li{ display: flex; align-items: center; padding:10px; border: #e5e5e5 solid 1px; margin:0 12px 12px 0; }
.where-input{ margin-left: 12px; width: 100px; border: #e5e5e5 solid 1px; height: 28px; line-height: 28px; border-radius: 18px;border: #10069f solid 1px;}

.spec-list{padding: 0; margin:20px 0; overflow-y:scroll; max-height:675px}
.spec-list li{ display: flex; justify-content: space-between; align-items: center; padding: 8px; border: #e5e5e5 solid 1px; margin: 15px 0; }
.spec-list li:hover{border: #10069f solid 1px;}
.spec-list li div{ text-align: center;}
.spec-list li .paramsdiv{ width:100px;word-wrap: break-word;
    word-break: break-word;}
.spec-list li .spec-no{ width: 110px;}
.spec-list li .spec-len{ width: 110px;}
.spec-list li .spec-count{ width: 110px;}
.spec-list li.spec-list-title{ background: #d20407; color: #FFFFFF;border-top: #d20407 solid 1px; border-bottom: #d20407 solid 1px;margin: 0 0 10px 0;}
.spec-list li.spec-list-title:hover{ border-top: #d20407 solid 1px; border-bottom: #d20407 solid 1px;}
.spec-action{ width: 75px;}
.spec-action a{ display: block; padding: 8px; border-radius: 15px; text-align: center; margin: 5px 0; }
.spec-action .spec-action-inquiry { background: #10069f; color: #fff;}
.spec-action .spec-action-collect { border: #d20407 solid 1px; color: #d20407;}
.spec-action .collected { border: #dcd4d4 solid 1px;color: #b8b1b1;}


/*.spec-list{padding: 20px 0; width:100%;}*/
/*.spec-list li{ display: table-row; padding: 8px; border: #e5e5e5 solid 1px; margin: 15px 0; }*/
/*.spec-list li:hover{border: #10069f solid 1px;}*/
/*.spec-list li div{ text-align: center; display:table-cell; width:100px;}*/
/*.spec-list li .spec-no{ width: 110px;}*/
/*.spec-list li .spec-len{ width: 110px;}*/
/*.spec-list li .spec-count{ width: 130px !important;}*/
/*.spec-list li.spec-list-title{ background: #d20407; color: #FFFFFF;border-top: #d20407 solid 1px; border-bottom: #d20407 solid 1px;}*/
/*.spec-list li.spec-list-title:hover{ border-top: #d20407 solid 1px; border-bottom: #d20407 solid 1px;}*/
/*.spec-action{ width: 75px;}*/
/*.spec-action a{ display: block; padding: 8px; border-radius: 15px; text-align: center; margin: 5px 0; }*/
/*.spec-action .spec-action-inquiry { background: #10069f; color: #fff;}*/
/*.spec-action .spec-action-collect { border: #d20407 solid 1px; color: #d20407;}*/
/*.spec-action .collected { border: #dcd4d4 solid 1px;color: #b8b1b1;}*/



.bigImgBox{position: relative; background: none; border: #EEEEee solid 1px; width:100%;}
.bigImgBox:before{ display: block; content: ''; padding-top:100%;}
.bigImgBox .bigImgBoxNei{ width: 100%; height: 100%; overflow: hidden; position: absolute; left: 0; top: 0;}
.bigImgBox .bigImgBoxNei img{ width: 100%; height: 100%; }
/* .bigImgBox .xzk{ width:100px; position:absolute; z-index:999; border:#e5e5e5 solid 1px; background:rgba(0, 128, 204, 0.5); top:0; left:0; display:none;}
.bigImgBox .xzk:before{ display:block; content:''; padding-top:100%;}
.bigImgBox:hover .xzk{ display:block;} */
.smallImgBox{ width:100%; display:flex; align-items:center;margin-top: 30px; height: 70px;}
.smallImgBox img{ width:14px; flex-shrink:0;}
.sImg{ width:100%; width: calc(100% - 48px); margin: 0 10px 0 10px !important;height: 100%;}
.sImg li div{ width:calc(100% - 10px); margin:0 5px; height:70px; border:#eeeeee solid 1px; display:flex; justify-content:center; align-items:center; cursor: pointer;}
.sImg li div img{ width:100%; cursor: pointer;}
.sImg li.on{ border:#000000 solid 1px;}
.sImg li .on{ border:#000000 solid 1px;}
.slick-prev, .slick-next{ opacity:0;}
.img_gallery .slick-slider .slick-track,.img_gallery  .slick-slider .slick-list{ height:100%;}

.des-adv-app-tab{ display: flex; justify-content: center; font-size: 22px; margin: 10px 0 20px 0;}
.des-adv-app-tab li{ padding: 15px 25px; cursor: pointer;}
.des-adv-app-tab li.active{ padding: 15px 25px; color: #10069f; font-weight: bold; background: url("../img/pro-tab.jpg") no-repeat center top;}
.pro-tab-body{ line-height: 170%; display: none;}
.pro-related-title{ padding: 50px 0 12px 0; text-align: center; font-size: 22px; font-weight: bold;}
.pro-related-body { display: none; width: 100%; flex-wrap: wrap;}
.pro-related-body li{ width: 25%; padding: 12px;}
.pro-related-body li a{ display: block; border: #e5e5e5 solid 1px;}
.pro-related-body li a img{ height: 230px; }
.pro-related-body li a div{ color: #e82225; padding: 0 5px; height: 40px; line-height: 40px; overflow: hidden; }
.pro-related-body li a:hover{border: #10069f solid 1px;}
.pro-related-body li a:hover div{background-color: #10069f; color: #fff;}
.pro-related-body.active{display: flex;}

.pro-last-body { display: none; width: 100%; flex-wrap: nowrap;}
.pro-last-body li{ width: 25%; padding: 12px;}
.pro-last-body li a{ display: block; border: #e5e5e5 solid 1px;}
.pro-last-body li a img{ height: 230px; }
.pro-last-body li a div{ color: #e82225; padding: 0 5px; height: 40px; line-height: 40px; overflow: hidden; }
.pro-last-body li a:hover{border: #10069f solid 1px;}
.pro-last-body li a:hover div{background-color: #10069f; color: #fff;}
.pro-last-body.active{display: flex;}

.my-page-box{ display: flex; justify-content: center;}
.my-page-box li{ width: 20px; height: 20px; border-radius: 50%; text-align: center; line-height: 20px; cursor: pointer; margin: 0 3px;}
.my-page-box li.on{ background-color: #e82225; color: #fff;}

.mask-box{ position: fixed; height: 100vh;top: 0; width: 100%; background: #97969e91; z-index: 1000;}
.mask-form{ width: 350px; margin: 12% auto; background-color: #fff; height: 360px;}
.mask-form-title-box{ display: flex; justify-content: space-between; padding: 8px;}
.mask-form-title{ font-size: 18px; padding-top: 10px;}

.about-tips{ padding:30px 0}

#messagebox{ display: none;}
.message-box{ width: 370px; margin: 15% auto;  background-color: #fff; height: 115px;}
.msg-title{ padding: 10px; font-size: 16px;}
.msg-btn{ padding:10px 10px 0 150px; display: flex; justify-content: space-between;}
.msg-btn a{ width: 90px; height: 30px; line-height: 30px; display: block; border: #e5e5e5 solid 1px; text-align: center;}
a.msg-btn-ok{ color: #10069f; border: #10069f solid 1px;}

@media screen and (min-width:1200px){
	
.moTop{ display:none !important;}
.moMenuBox{ display:none !important;}


}
@media screen and (max-width:1500px){

	.index1 .indexBox1 {
		font-size: 35px;
		line-height: 80px;
	}

    /*.two-box-img{ max-width:57%}*/

}

@media screen and (max-width:1200px){
	.header-nav{
		padding: 0 20px; 
	}
	.header-menu{ width: 590px;}
	.header-box{ display:block;}
	.moMenuBox{ display:none;}
	.moTop{ display: none;}
	.disable_text_highlighting,body {
		/*去除选中高亮*/
	-webkit-touch-callout: none;
	-webkit-user-select: none;    /* Webkit */
	-moz-user-select: none;      /* Firefox */
	-ms-user-select: none;        /* IE 10  */
			/* Opera 目前不支持在Opera，但将很快 */
	-o-user-select: none;
	user-select: none;
	}
	.logo-pc{ width: 120px;}
	.logo-pc span{ display: none;}
	.search-pc{display: none;}
	.swiper {width: 100%;height: 430px;}

	.one-box-img{  height: 580px;}
	.one-box-text{ padding-left: 30px;}
	.one-box-text h3,.two-box-text h3{padding: 30px 0 10px 0;font-size: 24px;}
	.learn-more{ margin-top: 10px;}
	.two-box-text{height: 100%;padding-left: 30px;}
	.two-box-img{height: 550px;}
	.three-box-img{ height: 550px;}
	.index-banner-text{text-align:center; line-height:200%; font-size:34px}


}

@media screen and (max-width:770px){
	.moMenuBox{ display:none;}
	.moTop{ display: flex;}
	.moTopRight{ display: flex; width: 95px;}
	.header-top,.header-nav{
		display: none;
	}
	.index-banner-text{text-align:center; line-height:200%; font-size:20px}
	.swiper {width: 100%;height: 270px;}
	.feature{height: 50px;line-height: 50px; font-size: 26px;}
	.one-box{ flex-wrap: wrap; margin-bottom: 20px;}
	.one-box-img{ width: 100%; height: 250px;}
	.one-box-text{ width: 100%; height: 100%; padding-left: 20px;}
	.one-box-text h3,.two-box-text h3{padding: 30px 0 10px 0;font-size: 24px;}
	.learn-more{ margin-top: 10px;}
	.two-box{ flex-wrap: wrap-reverse;margin-bottom: 20px; }
	.two-box-text{width: 100%; height: 100%;padding-left: 20px;}
	.two-box-img{ width: 100%; height: 330px;}
	.three-box-img{ height: 250px;}
	.index-news-title{padding: 20px 10px 0px 20px;}
	.index-news-body{ padding: 20px 50px 0px 50px;}
	.index-news-item-box{ height: 410px;}
	.index-news-thumb img{ height: 220px;}
	.footer-box{padding: 20px 10px;display: block; height: 415px;padding-bottom: 20px; }
	.footer-about{ height: 1px; overflow: hidden;}
	.footer-menu-box ul{ margin: 0;}
	.footer-menu-box{ width: 100%; height: 160px;}
	.footer-info-box{ width: 100%; }
	.share-box{ padding: 10px 0; display: none;}
	.copyright{ display: none;}

	.bread-nav{ padding: 15px 20px;}
	.about-box{padding: 15px 20px;}
	.about-data-title{margin:20px 0;}
	.about-data-box{ flex-wrap: wrap;}
	.about-data-box li{ width: 50%; text-align: center; margin-bottom: 20px;}
	.about-list{flex-wrap: wrap;}
	.about-left,.about-right{ width: 100%;}
	.about-left{ min-width:100%}
	.about-left li{height: 50px;
    line-height: 50px;
    background-color: #10069f;
    color: #fff;
    margin-bottom: 15px;
    padding-left: 10px;
    font-size: 16px;
    min-width:100%;
    font-weight: bold;}

	.collect-bg{padding: 15px 0px;}
	.collect-body li{width: calc(50% - 16px - 16px);}

	.cert-box{padding: 15px;}
	.cert-body{ flex-wrap: wrap;}
	.cert-thumb,.cert-info{ width: 100%;}
	.cert-list-title{ padding: 20px 0 0 0; }

	.news-box{padding: 15px;}
	.news-item{flex-wrap: wrap;}
	.news-item-cover{ width: 100%; height: 100%;}
	.news-item-box{width: 100%;}
	.news-item-date{ padding: 10px 0; text-align: left;}
	.news-item-desc{ height: 55px; overflow:hidden}

	.cart-box{padding: 15px 0;}
	.cart-list{padding: 0px;}
	.cart-body{ padding: 5px;}
	.cart-body li{ height: auto;}
	.cart-body li .cart-check{ width: 60px;}
	.cart-body li .cart-no{ width: 85px;}
	.cart-plus-min{width: 70px;}
	.cart-plus-min input{ width: 30px;}
	.cart-body li .cart-quantity{ width: 70px;}
	.cart-body li .cart-desc{width: calc(100% - 60px - 85px - 70px);}
	.cart-body li .cart-desc .cart-item-thumb{ width: 40px; height: 40px; display: flex; align-items: center;}
	.cart-body li .cart-desc .cart-item-p{width: calc(100% - 58px);padding: 3px 3px 0 5px;}
	.tmp-cart-form{ padding: 15px;}

	.contact-box{padding: 15px;}
	.down-box{padding: 15px;}
	.down-body li{ width: 100%;}
	.down-thumb,.down-thumb img{ width: 160px; height: 180px;}
	.down-info-title{ height: 140px;}
	.down-info{width: calc(100% - 160px - 20px);}

	.news-detail-box{padding: 15px;}
	.pro-box{padding: 15px; flex-wrap: wrap;}
	.pro-cate-box,.pro-list-box{ width: 100%;}
	.pro-detail-box{padding: 15px;}
	.pro-detail-top{ flex-wrap: wrap;}
	.pro-detail-swiper,.pro-detail-info{ width: 100%;}
	.pro-detail-info{ padding: 20px 0;}
	.pro-detail-where{ flex-wrap: wrap;}
	.des-adv-app-tab{ font-size: 14px;}
	.des-adv-app-tab li{ padding: 15px;}
	.pro-related-body{ flex-wrap: wrap;}
	.pro-related-body li{ width: 50%;}
	.pro-related-body li a img{height: 150px;}
	.pro-last-body{ flex-wrap: wrap;}
	.pro-last-body li{ width: 50%;}
	.pro-last-body li a img{height: 150px;}
	.spec-list { width: 100%; overflow-x: scroll;}
	.spec-list li{ width: 1000px;}
	/*.spec-list li .paramsdiv{ display: none;}*/
	/* .spec-list li .spec-no{ width: 60px;}
	.spec-list li .spec-len{ width: 60px;}
	.spec-list li .spec-count{ width: 90px;} */
	.spec-action{ width: 90px;}

	.contact-form-box{ padding: 15px;}
	
	.inquiry-time{ display: none;}
	.inquiry-action{ width: 75px;}
	.inquiry-item{ justify-content: space-between;}
	.inquiry-action a{width: 65px;}
	.inquiry-product {width: calc((100% - 75px) / 100 * 45);}
	.inquiry-content {width: calc((100% - 75px) / 100 * 55);}
	.collect-body .collect-img img{height: 150px;}

}


@media screen and (max-width:640px){


}

@media screen and (max-width:420px){
	img.moLogo{ width: 210px !important;}

}

.centervideo
{
    text-align: center;
}