﻿*{margin:0;padding:0;}
body{ font-family:"Microsoft YaHei", Arial, Helvetica, sans-serif;margin:0px; padding:0px; margin:0px auto; font-size:16px; color:#333; width:100%;  zoom:1;}
.Pages em{font-style:normal}
ul,li,form, dl,dt,dd,div,ul,li,p,em,i,address{ padding: 0px; margin: 0px;}
h1,h2,h3,h4,h5,h6{ padding:0px; margin:0px;}
select,input,textarea,button{ font-size:14px; border-radius:0; -webkit-border-radius:0; color:#333;font-family: Microsoft YaHei,arial, sans-serif;}
input:focus { outline: none;}
input,button,select,textarea{ border:0px;outline:none;/*-webkit-appearance:none;*//*强制去除表单自带的样式*/}
button{ cursor:pointer;}
textarea{resize:none;/*-webkit-appearance:none;*//*强制去除textarea自带的样式*/}
textarea,input,select { background:none; border:none; margin:0; padding:0;}
article,aside,footer,header,hgroup,nav,section,figure,fxigcaption,address{ display: block;} /*html5设置*/
figure,figcaption{ margin:0px; padding:0px;}
audio,canvas,progress,video { display: inline-block; vertical-align: baseline;}
img{ max-width:100%; border:none; border:0;  vertical-align:middle;}
a{ color:#333333; text-decoration:none;transition: all ease 0.3s;}
a:focus {outline:none; -moz-outline:none;}
a:hover{ text-decoration:none; color:#da251d;}
.fl{float:left;}
.fr{float:right;}
.clear{ clear:both;}

/*单行文本省略号*/
.dot {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.dot2, .dot3, .dot4 {
	display: -webkit-box;
	display: box;
	overflow: hidden;
	text-overflow: ellipsis;
	/* word-break: break-all; */
	-webkit-box-orient: vertical;
}
.dot2 {
	-webkit-line-clamp: 2;
}
/*多行文本省略号*/
.dot3 {
	-webkit-line-clamp: 3;
}
.dot4 {
	-webkit-line-clamp: 4;
}

/*input字体*/
:-moz-placeholder {color: #999999;}
::-moz-placeholder {color: #999999;}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {color: #999999;}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {color: #999999;}

select {
	/*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
	border: solid 1px #d9d9d9; text-indent:1em;
	/*很关键：将默认的select选择框样式清除*/
	appearance: none; color:#999999;
	-moz-appearance: none;
	-webkit-appearance: none;
	/*在选择框的最右侧中间显示小箭头图片*/
	background: url(../img/selectarr.png) no-repeat scroll 95% center transparent;
	/*为下拉小箭头留出一点位置，避免被文字覆盖*/
	padding-right: 14px;
}

/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand {
display: none;
}

/*网页滚动条*/
::-webkit-scrollbar{
	width: 6px; height:6px;-webkit-overflow-scrolling : touch;
	background-color: #e6e6e6;}
::-webkit-scrollbar-track{
	background-color: #e6e6e6;}
::-webkit-scrollbar-thumb{
	border-radius: 10px;
	background-color: #58504a;}
::-webkit-scrollbar-button{
	height: 0px;
	background-color: #e6e6e6;}

/*effict*/
.Scale-img {overflow: hidden;cursor: pointer; zoom:1; overflow: hidden;}
.Scale-img img,.Scale-img span {opacity: 1;-webkit-transition: opacity 0.6s, -webkit-transform 0.6s;transition: opacity 0.6s, transform 0.6s;}
.Scale-img:hover img,.Scale-img:hover span {opacity: 1;-webkit-transform: scale3d(1.05,1.05,1.05);transform: scale3d(1.05,1.05,1.05); top:0px; left:0px;}
.effict{transition: all ease 0.3s;}
.imgbox{ overflow:hidden; position:relative; /*background:url(../uploadfiles/nopic.jpg) center center no-repeat; background-size:contain;*/}
.imgbox span{ background-position:center center; background-repeat:no-repeat; background-size:cover; position:absolute; left:0px; top:0px; width:100%; height:100%;display: flex;align-items: center;justify-content: center;transition: all .5s;-webkit-transition: all .5s;}
.imgbox img{ width:auto !important; max-height:100%;}


/*pages*/
.Pages{margin:30px 0;text-align: center;}
.Pages a{display: inline-block;margin:0 3px;width:35px;height:35px;border-radius: 50%;text-align: center;line-height: 35px;border:1px solid #ebebeb;font-size: 14px;font-family: syrh;color:#666;background:#fff;}
.Pages a.a_prev,.Pages a.a_next{width:68px;border-radius: 5px;margin:0 20px;}
.Pages a:hover{background:#da251d;color:#fff;}
.Pages a.a_cur{background:#da251d;color:#fff;}
@media ( max-width:1024px){
	.Pages a{margin:0;width:28px;height:28px;line-height: 28px;font-size: 12px;}
	.Pages a.a_prev,.Pages a.a_next{margin:0;width:50px;}
}
/*pages end*/
p{display: block;margin-block-start: 0em;margin-block-end: 0em;}
li{list-style:none;}
.mt50{margin-top:50px;}
.mt100{padding-top:100px !important;}
.w1600{max-width:1600px;margin:0 auto;width:96%;box-sizing: border-box;}
.w1400{max-width:1400px;margin:0 auto;width:96%;box-sizing: border-box;}
.w1200{max-width:1200px;margin:0 auto;width:96%;box-sizing: border-box;}
.newdesc{font-size:16px; line-height:32px; color:#000 !important;}
.newdesc li{margin-left:20px; list-style:square}

@media(max-width:768px){
	body{font-size: 14px;}
	.mt100{padding-top:20px !important;}
}

.btn-arrow{padding:5px;border-radius: 36px; font-size:16px;align-items: center;display: inline-flex;-webkit-box-align: center;}
.btn-green{background:#2155ef;color: #fff;}
.btn-pd20{padding: 10px 25px;}
.btn-pd50{padding: 15px 55px;}
.btn-green:hover{background:#fff;color: #2155ef;}
.cent{text-align:center;}

.title-h2 {padding-left: 30px;margin-bottom: 50px;display: block;border-left: 8px solid #2155ef;font-size: 32px;}

.prolist-1{display:flex;align-items:flex-start;flex-wrap:wrap}
.prolist-1 li{background-color:#FFFFFF;width:calc(33% - 20px);margin:0px 10px 40px;border-radius: 10px; padding-bottom:30px;}
.prolist-1 li>a{width:100%;border-radius: 10px 10px 0 0;display:flex;justify-content:center;align-items:center;overflow:hidden}
.prolist-1 li>a img{transition:all .3s ease;max-width:100%;max-height:100%}
.prolist-1 li>a:hover img{transform:scale(1.05)}
.prolist-1 li .pro-info{flex:1;background:#FCFCFC;}
.prolist-1 li .pro-info .pro-name{padding:15px 15px 0px;font-size:20px; font-weight:600;color:#111111;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}
.prolist-1 li:hover .pro-info .pro-name{color:#2155EF;}
.prolist-1 li .pro-info .product-price{padding:0px 15px}
.prolist-1 li .pro-intro{padding:15px;color:#555555;font-size:16px; line-height:26px;}
.prolist-1 li .more-btn{display:flex;justify-content:center;align-items:center;width:100%;height:48px;color:#111111;font-size:15px;background:#B23ACB}
.prolist-1 li .compare-action{margin:0px;padding:10px 15px;text-align:center}

.project-info{border-bottom:1px solid #ddd; padding:20px 0 20px 0; margin-bottom:20px;}
.project-name{font-weight: 400;font-size: 24px;line-height: initial;color: #333;margin-bottom: 20px;}
.project-info{font-weight: 600;font-size: 16px;line-height: 160%;color: #222;}

.btmad{background:url(../img/btmad.jpg) no-repeat center center;background-size: cover; padding:60px;color:#fff; position:relative; font-size:16px;}
.btmad b{display:block; padding-bottom:30px; font-size:30px;}

.msgbox{width:50%; margin:0 auto;box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);border-radius:10px;padding:30px; background-color:#fff;}
.msgbox2{width:100%; box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);border-radius:10px;padding:30px; background-color:#fff;}

.zhezhao{position: fixed;top: 0;left: 0;right: 0;bottom: 0;background: rgba(0,0,0,0.9);z-index: 9999; display:none;}
.msg{height:450px;display:none;margin:auto;left:0;right:0;top:15%;z-index:9999999}

@media screen and (max-width:768px){
.msgbox{width:80%;}
}

.send-inquiry .inquiry-form{-ms-flex-pack:justify;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:space-between;position:relative}
.send-inquiry .inquiry-form input,.send-inquiry .inquiry-form textarea{border-radius:5px;padding-right:40px;transition:.3s}
.send-inquiry .inquiry-form input::-webkit-input-placeholder,.send-inquiry .inquiry-form textarea::-webkit-input-placeholder{color:#4c4c4c;transform-origin:top left;-webkit-transition:.3s;transition:.3s}
.send-inquiry .inquiry-form input::-moz-input-placeholder,.send-inquiry .inquiry-form textarea::-moz-input-placeholder{color:#4c4c4c}
.send-inquiry .inquiry-form input::-ms-input-placeholder,.send-inquiry .inquiry-form textarea::-ms-input-placeholder{color:#4c4c4c}
.send-inquiry .inquiry-form input:focus::-webkit-input-placeholder,.send-inquiry .inquiry-form textarea:focus::-webkit-input-placeholder{transform:scale(.8) translate(2px,-14px)}
.send-inquiry .inquiry-form input:focus,.send-inquiry .inquiry-form textarea:focus{border-color:#fcb026}
.send-inquiry .inquiry-form input{height:50px;margin-bottom:30px;position:relative;width:49%}
.send-inquiry .inquiry-form input,.send-inquiry .inquiry-form textarea{border:1px solid #d5d5d5;box-sizing:border-box;outline:0;padding-left:20px}
.send-inquiry .inquiry-form textarea{height:150px;padding-top:20px;resize:none;width:100%}
.send-inquiry .inquiry-form .input-error{border:1px solid #f77}
.send-inquiry .send-btn{background-color:#fcb026;border-radius:5px;box-sizing:border-box;height:50px;margin:50px 0;width:200px}
.send-inquiry .send-btn,.send-inquiry .send-btn .span:first-child{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex}
.send-inquiry .send-btn .span:first-child{-ms-flex-pack:center;color:#fff;-ms-flex:1;flex:1;font-weight:700;justify-content:center;text-transform:uppercase;-ms-user-select:none;user-select:none}
.send-inquiry .send-btn .span:nth-child(2){display:none}
.send-inquiry .send-btn:hover{border:1px solid #fcb026;cursor:pointer}
.inquiry .send-inquiry .send-btn{margin:50px auto}
.inquiry-tip{line-height:1.5em;margin-bottom:30px}
.inquiry-tip a{text-decoration:underline}
.inquiry-tip a:hover{color:#fcb026}
.l-main-single .inquiry{background: url(conbg.jpg) no-repeat;background-size: cover;padding:40px 0}
.send-tit{color:#222;font-size:34px;font-weight:700;margin:70px 0 30px;text-transform:uppercase}
.send-btn{background-color:#034B93;color:#FFF;outline:0;border:none;border-radius:5px;box-sizing:border-box;height:45px;margin:20px auto; padding:0 10px 0 10px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all 0.1s linear}
.send-btn:hover{background-color:#232122}
.contact-tit {color: #09080d;font-size: 2.375em;font-weight: 700;margin: 14px 0 40px;text-align: center;}
@media screen and (max-width:768px){
.send-tit{color:#222;font-size:18px;font-weight:700;margin:20px 0}
.send-inquiry .inquiry-form input{height:12vw;margin-bottom:4vw;padding-left:2.66667vw;width:100%}
.send-inquiry .inquiry-form textarea{height:20vw;padding-left:2.66667vw;padding-top:3.33333vw;width:100%}
.send-inquiry .inquiry-form #in-company,.send-inquiry .inquiry-form #in-name,.send-inquiry .inquiry-form #in-title{background-position:right 2.66667vw top 3.2vw;background-size:5.33333vw 5.33333vw}
.send-inquiry .inquiry-form #in-email,.send-inquiry .inquiry-form #in-phone{background-position:right 2.66667vw top 3.2vw;background-size:4.66667vw 4.66667vw}
.send-inquiry .inquiry-form #in-content{background-position:right 2.66667vw top 3.2vw;background-size:4vw 4vw}
.send-inquiry .send-btn{height:50px;margin:20px auto;width:150px}
.send-inquiry .send-btn .span:first-child{font-size:14px}
.send-inquiry .send-btn .span:nth-child(2){width:6.66667vw}
.l-main-single .inquiry{padding:8vw 0}
.inquiry .send-inquiry .send-btn{margin:8vw auto 4vw}
.inquiry-tip{margin-bottom:6vw}
}

@media(max-width:768px){
.prolist-1{justify-content:space-between}
.prolist-1 li{width:100%;margin:0px 0px 6vw}
.prolist-1 li>a{width:100%;display:flex;justify-content:center;align-items:center}
.prolist-1 li>a img{display:block}
.prolist-1 li .pro-info .pro-name{padding:3vw;font-size:18px;min-height:auto;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}
.prolist-1 li .pro-info .pro-intro{display:none}
.prolist-1 li .pro-info .more-btn{margin-top:0px;font-size:14px;height:9.3333333333vw}
}


/* Top */
.fixtop{background:#fff;}
.fixtop .MainNav ul li>a,.fixtop .gupiao a{color:#000 !important;}
.HomeTop{position: fixed;top:0;left:0;width:100%;z-index:999;}
.Top{height:85px;line-height: 85px;border-bottom:1px solid rgba(255,255,255,0.1);}
.Top .m-btn{display: none;cursor: pointer;padding:15px 5px;border-radius: 5px;z-index:999;margin-top:13px;margin-left:10px;}
.Top .m-btn span{display: block;width:25px;height:3px;background:#fff;position: relative;-webkit-transition: all 200ms cubic-bezier(.4,0,0,1);-o-transition: all 200ms cubic-bezier(.4,0,0,1);transition: all 200ms cubic-bezier(.4,0,0,1);}
.Top .m-btn span::before, .m-btn span::after{content:'';display: block;height:3px;width:25px;background: #fff;position: absolute;left: 0;-webkit-transition: all 200ms cubic-bezier(.4,0,0,1);-o-transition: all 200ms cubic-bezier(.4,0,0,1);transition: all 200ms cubic-bezier(.4,0,0,1);}

.ny .m-btn span{background:#000 !important;}
.ny .m-btn span::before, .ny .m-btn span::after{background: #000 !important;}

.Top .m-btn span:before {top: -8px;}
.Top .m-btn span:after {bottom: -8px;}
.Top .m-btn.active span {background: transparent;}
.Top .m-btn.active span:before {transform: rotate(-48deg) translate(-6px, 5px);-webkit-transform: rotate(-48deg) translate(-6px, 5px);-o-transform: rotate(-48deg) translate(-6px, 5px);width: 24px;}
.Top .m-btn.active span:after {transform: rotate(48deg) translate(-6px, -5px);-webkit-transform: rotate(48deg) translate(-6px, -5px);-o-transform: rotate(48deg) translate(-6px, -5px);width: 24px;}

.Top .Search {position: absolute;right:0;top:0;height:100%;}
.Top .Search .SearchIco{width:90px;text-align: center;background:rgba(0,0,0,0.3);}
.Top .Search .SearchBox{position: absolute;top:85px;right:0;width:300px;height:50px;line-height: 50px;background:#fff;box-shadow: 0 0 10px rgba(0,0,0,0.1);box-sizing: border-box;padding-right:50px;display: none;z-index:0;}
.Top .Search .SearchBox input{width:100%;height:100%;box-sizing: border-box;padding:0 10px;}
.Top .Search .SearchBox button{width:50px;background:rgba(0,0,0,0.3);position: absolute;right:0;top:0;height:100%;}

.Top .oa a{display: block;width:35px;height:35px;font-size: 14px;text-align: center;font-family: bebas;color:#fff;border:1px solid rgba(255,255,255,0.2);border-radius: 50%;line-height: 35px;margin-top:24px;}
.Top .lan{padding:0 20px;position: relative;margin-left:30px;}
.Top .lan::before{content:'';display: block;width:1px;height:16px;background:rgba(255,255,255,0.2);position: absolute;left:0;top:50%;margin-top:-8px;}
.Top .lan a{font-family: bebas;font-size: 14px;color:#fff;opacity: 0.3;display: inline-block;margin:0 5px;}
.Top .lan a.on{opacity: 1;}
.Top .lan a:hover{color:#d9251d;opacity: 1;}
.Top .gupiao{color:#fff;font-size: 20px;}
.Top .gupiao span{font-family: bebas;}

.Top .MainNav {margin-right:50px;}
.Top .MainNav ul li{list-style:none;display: inline-block;position: relative;padding:0 20px;}
.Top .MainNav ul li>a{color:#fff;position: relative;display: block;}
.Top .MainNav ul li>a::before{content:'';display: block;width:100%;height:2px;background:#fff;position: absolute;bottom:0;left:0;transition: all .5s;-webkit-transition: all .5s;transform: rotateY(90deg);-webkit-transform: rotateY(90deg);}
.Top .MainNav ul li .NavPull{position: absolute;width:140px;top:86px;left:50%;margin-left:-70px;background:rgba(255,255,255,1);display: none; padding:8px;}
.Top .MainNav ul li .NavPull dl dd{line-height:20px;text-align: left;font-size: 14px; padding:7px 0 7px 0;}
.Top .MainNav ul li .NavPull dl dd a{color:#000;display: block;}
.Top .MainNav ul li.navmeun .NavPull{width:300px;left:50%;margin-left:-150px; }
.Top .MainNav ul li.navmeun .NavPull dl{padding:15px 0 ;}
.Top .MainNav ul li.navmeun .NavPull dl dd{text-align: left;}
.Top .MainNav ul li.navmeun .NavPull dl dd>a{display: block;line-height: 60px;padding-left:75px;position: relative;padding-right:10px;}
.Top .MainNav ul li.navmeun .NavPull dl dd>a .ico{width:41px;position: absolute;left:20px;top:0;text-align: center;}
.Top .MainNav ul li.navmeun .NavPull dl dd>a .ico .img2{display: none;}

.Top .MainNav ul li.navmeun .NavPull .NavThree{position: absolute;top:0;left:300px;width:320px;background:#f5f5f5;box-sizing: border-box;padding:20px 0 20px 0;display: none;min-height:240px;}
.Top .MainNav ul li.navmeun .NavPull .NavThree a{display: block;color:#333;line-height: 25px;position: relative;padding-left:15px;font-size: 15px;}
.Top .MainNav ul li.navmeun .NavPull .NavThree a::before{content:'';display: block;width:5px;height:5px;background:#717171;border-radius: 50%;position: absolute;left:0;top:10px;}

.Top .MainNav ul li.navmeun .NavPull .NavThree .item{position: relative;}
.Top .MainNav ul li.navmeun .NavPull .NavThree .item>em{padding:10px 10px 10px 20px;line-height: 28px;display:block;font-style:normal}
.Top .MainNav ul li.navmeun .NavPull .NavThree .item .NavFour{width:360px;background:#fff;position: absolute;top:-20px;left:320px;box-sizing: border-box;padding:20px 10px 20px 20px;display: none;}
.Top .MainNav ul li.navmeun .NavPull .NavThree .item .new i{display: inline-block;width:48px;height:16px;background:url(../img/new.png) no-repeat center center;margin-left:2px;position: relative;top:2px;}
.Top .MainNav ul li.navmeun .NavPull .NavThree .item .hot i{display: inline-block;width:48px;height:16px;background:url(../img/hot.png) no-repeat center center;margin-left:2px;position: relative;top:2px;}
.Top .MainNav ul li.navmeun .NavPull .NavThree .item .new {display: inline-block;width:48px;height:16px;background:url(../img/new.png) no-repeat center center;margin-left:2px;position: relative;top:2px;}
.Top .MainNav ul li.navmeun .NavPull .NavThree .item .hot {display: inline-block;width:48px;height:16px;background:url(../img/hot.png) no-repeat center center;margin-left:2px;position: relative;top:2px;}

.Top .MainNav ul li.navmeun .NavPull .NavThree .item .NavFour a{color:#333;line-height: 25px;margin:10px 0;font-size: 14px;}
.Top .MainNav ul li.navmeun .NavPull .NavThree .item .NavFour a::before{background: #717171;}


.Top .MainNav ul li#nav2 .NavPull .NavThree{min-height:450px;}
.Top .MainNav ul li#nav3 .NavPull .NavThree{min-height:210px;}

.Top .MainNav ul li .NavPull dl dd:hover{/*background:#f5f5f5;*/}
.Top .MainNav ul li .NavPull dl dd:hover a{color:#2155EF;}

.Top .MainNav ul li.onnav>a::before{transform: rotateY(0);-webkit-transform: rotateY(0);}
.Top .MainNav ul li:hover>a::before{transform: rotateY(0);-webkit-transform: rotateY(0);}
.Top .MainNav ul li.navmeun .NavPull dl dd.on{background:#f5f5f5;color:#333;}
.Top .MainNav ul li.navmeun .NavPull dl dd.on a{color:#333;}
.Top .MainNav ul li.navmeun .NavPull dl dd.on a .ico .img1{display: none;}
.Top .MainNav ul li.navmeun .NavPull dl dd.on a .ico .img2{display: inline-block;}
.Top .MainNav ul li.navmeun .NavPull .NavThree .item>a:hover{color:#da251d;}
.Top .MainNav ul li.navmeun .NavPull .NavThree .item>a:hover::before{background:#da251d;}

.Top .MainNav ul li.navmeun .NavPull .NavThree .item .NavFour a:hover{color:#da251d;}
.Top .MainNav ul li.navmeun .NavPull .NavThree .item .NavFour a:hover::before{background: #da251d;}

.Top .MainNav ul li.navmeun .NavPull .NavThree .item.on>a{color:#da251d;}
.Top .MainNav ul li.navmeun .NavPull .NavThree .item.on>a::before{background:#da251d;}
.Top .MainNav .navClose{display: none;}

@media(max-width:1680px){
	.Top .w1600{padding-right:90px;}
}


@media(max-width:1440px){
	.Top .MainNav{margin-right:30px;}
	.Top .MainNav ul li{padding:0 20px;list-style:none;}
}

@media(max-width:1280px){
	.Top .w1600{padding-right:70px;}
	.Top .Search .SearchIco{width:80px;}
	.Top .lan{padding:0 10px;}
	.Top .MainNav ul li{padding:0 15px;list-style:none;}
}

@media(max-width:1200px){
	.Top .MainNav{margin-right:20px;}
	.Top .MainNav ul li{padding:0 10px;list-style:none;}
}

@media(max-width:1024px){
	.Top{height:60px;line-height: 60px;}
	.Top .w1600{padding-right:0;}
	.Top .Logo img{height:40px;}
	.Top .m-btn{display: block;}
	.Top .Search{position: relative;}
	.Top .Search .SearchIco{width:30px;background:none;}
	.Top .oa a{border:none;line-height: 60px;margin-top:0;margin:0 10px;}
	.Top .Search .SearchBox{top:60px;width:200px;height:40px;line-height: 40px;}
	.Top .MainNav{position: fixed;top:0;width:0;right:-40px;transition: all .5s;-webkit-transition: all .5s;background:#fff;margin-right:0;box-shadow: 0 0 10px rgba(0,0,0,0.1);height:100%;}
	.Top .MainNav ul{height:100%;overflow-y: auto;box-sizing: border-box;padding:10px 0;}
	.Top .MainNav ul li{list-style:none;display: block;line-height: 40px;padding:0 15px;padding-right:30px;font-size: 15px;border-bottom:1px dashed #eee;position: relative;min-width:150px;}
	.Top .MainNav ul li a{color:#333;}
	.Top .MainNav ul li b{display: block;width:30px;height:40px;background:url(../img/navjt.png) no-repeat center center;position: absolute;right:0;top:0;background-size: 5px;}
	.Top .MainNav ul li .NavPull{position: static;margin-left:0;width:100%;padding:0;box-sizing: border-box;background:#fff;margin-bottom:10px;}
	.Top .MainNav ul li .NavPull dl dd{line-height: 35px;font-size: 14px;text-align: left;}
	.Top .MainNav ul li .NavPull dl dd a{color:#333;padding:0 10px;color:#666;}

	.Top .MainNav ul li.navmeun .NavPull{width:100%;margin-left:0;}
	.Top .MainNav ul li.navmeun .NavPull dl{padding:0;}
	.Top .MainNav ul li.navmeun .NavPull dl dd>a{line-height: 35px;padding:0 10px;}
	.Top .MainNav ul li.navmeun .NavPull dl dd>a .ico{display: none;}

	.Top .MainNav ul li.navmeun .NavPull .NavThree{position: static;padding:0;width:100%;min-height:0;display: block !important;min-height:100px;}
	.Top .MainNav ul li#nav2 .NavPull .NavThree{min-height:100px;}
	.Top .MainNav ul li.navmeun .NavPull .NavThree .item{padding-top:3px;padding-bottom:3px;}
	.Top .MainNav ul li.navmeun .NavPull .NavThree a{line-height: 30px;color:#999;padding-left:10px;}
	.Top .MainNav ul li.navmeun .NavPull .NavThree a::before{width:4px;height:4px;}
	.Top .MainNav ul li.navmeun .NavPull .NavThree .item .NavFour a{margin:5px 0;}

	.Top .MainNav.show{width:90%;right:0;}
	.Top .MainNav .navClose{width:35px;height:35px;background:#fff;display: block;position: absolute;left:-35px;top:0;line-height: 35px;text-align: center;box-shadow: 0 0 10px rgba(0,0,0,0.1);}
	.Top .MainNav .navClose img{width:15px;}

	.Top .MainNav ul li.navmeun .NavPull .NavThree .item .NavFour{display: block;position: static;width:100%;box-sizing: border-box;padding:3px 0 3px 35px;background:none;left:0;}
	.Top .MainNav ul li.navmeun .NavPull .NavThree .item>em{padding:0 0 0 20px;}

}

/* banner */
.HomeBan{}
.HomeBan .item{position: relative;}
.HomeBan .item .imgbox{height:100vh;}
.HomeBan .item .txt{position: absolute;width:100%;left:0;top:50%;transform: translateY(-50%);-webkit-transform: translateY(-50%);z-index:999;}
.HomeBan .item .txt b{display: block;width:50px;height:3px;background:#da251d;margin-bottom:80px;opacity: 0;}
.HomeBan .item .txt h1{font-size: 70px;color:#fff;text-shadow: 1px 1px 1px rgba(0,0,0,0.1);letter-spacing: 5px;opacity: 0;}
.HomeBan .item .txt p.en{font-family: DINB;color:#fff;opacity: 0.3;text-transform: uppercase;letter-spacing: 5px;margin:20px 0 60px 0;opacity: 0;}
.HomeBan .item .txt .banMore{display: inline-block;height:55px;line-height: 55px;background:rgba(0,0,0,0.3);position: relative;padding:0 80px 0 30px;opacity: 0;}

.HomeBan .item .txt .banMore a{color:#fff;}
.HomeBan .item .txt .banMore span{position: absolute;width:50px;border-left:1px solid rgba(255,255,255,0.15);top:0;right:0;height:100%;text-align: center;}
.HomeBan .item .txt .banMore img{display: inline-block;}

.HomeBan .item.active .txt b{animation: txtmove 0.5s  ease-in-out 0s 1 forwards;-webkit-animation: txtmove 0.5s  ease-in-out 0s 1 forwards;}
.HomeBan .item.active .txt h1{animation: txtmove 0.5s  ease-in-out 0.1s  forwards;-webkit-animation: txtmove 0.5s  ease-in-out 0.1s 1 forwards;}
.HomeBan .item.active .txt p.en{animation: txtmove 0.5s  ease-in-out 0.2s 1 forwards;-webkit-animation: txtmove 0.51s  ease-in-out 0.2s 1 forwards;}
.HomeBan .item.active .txt .banMore{animation: txtmove 0.5s  ease-in-out 0.3s 1 forwards;-webkit-animation: txtmove 0.5s  ease-in-out 0.3s 1 forwards;}

.HomeBan .item.active .txt1 .banMore{width:170px;border-radius: 20px;background:#fff;text-align: center;padding:0;margin-top:50px;}
.HomeBan .item.active .txt1 .banMore a{color:#000;;}

.HomeBan .slick-dots{position: absolute;width:100%;left:0;bottom:30px;text-align: center;}
.HomeBan .slick-dots li{display: inline-block;list-style:none;}
.HomeBan .slick-dots li::after{content:'';display: inline-block;width:0;height:1px;background:#da251d;transition: all .5s;-webkit-transition: all .5s;overflow: hidden;position: relative;top:-5px;margin:0 10px;}
.HomeBan .slick-dots li::before{content:'';display: inline-block;font-family: bebas;font-size: 14px;color:#fff;opacity: 0.3;}
.HomeBan .slick-dots li:first-child:before{content:'01';}
.HomeBan .slick-dots li:nth-child(2):before{content:'02';}
.HomeBan .slick-dots li:nth-child(3):before{content:'03';}
.HomeBan .slick-dots li:nth-child(4):before{content:'04';}
.HomeBan .slick-dots li:nth-child(5):before{content:'05';}
.HomeBan .slick-dots li:nth-child(6):before{content:'06';}
.HomeBan .slick-dots li:nth-child(7):before{content:'07';}
.HomeBan .slick-dots li:nth-child(8):before{content:'08';}
.HomeBan .slick-dots li:nth-child(9):before{content:'09';}
.HomeBan .slick-dots li:nth-child(10):before{content:'10';}
.HomeBan .slick-dots li button{display: none;}
.HomeBan .slick-dots li.slick-active::after{width:50px;}
.HomeBan .slick-dots li.slick-active::before{opacity: 1;}
.HomeBan .slick-dots li:last-child::after{display: none;}


@-webkit-keyframes txtmove{
	0%{
		transform: translateY(100px);
		opacity: 0;
	}
	100%{
		transform: translateY(0);
		opacity: 1;
	}
}
@keyframes txtmove{
	0%{
		transform: translateY(100px);
		opacity: 0;
	}
	100%{
		transform: translateY(0);
		opacity: 1;
	}
}

/* 第二屏 */
.HomeAbout.on #myMask{animation: 2s linear bounch 0s alternate forwards;}
 
@keyframes bounch{
	from{
	  transform:translateY(0%);
	}
	to{
	  transform:translateY(-100%);
	}
}

.HomeTit h1{font-size: 42px;font-family: syrh;font-weight: normal;line-height: 60px; color:#fff; font-size:36px;}
.HomeTit h1 b{display: inline-block;width:15px;height:2px;background:#da251d;margin-left:15px;position: relative;top:-14px;}
.HomeTit p{font-size: 14px;color:#666;margin-top:5px;}

.HomeTit2{border-bottom:1px solid #f2f2f2;background:url(../img/jt.png) no-repeat center right;padding-bottom:15px;}
.HomeTit2 .en{font-size: 20px;font-family: bebas;}
.HomeTit2 h1{font-size: 24px;font-family: syrh;font-weight: normal;margin-top:2px;}
.HomeTit2 b{display: inline-block;width:6px;height:2px;background:#da251d;margin-left:10px;position: relative;top:-10px;}
.HomeTit2:hover{background:url(../img/jt2.png) no-repeat center right;}


.HomeAbout{padding:10% 0;}
.HomeAbout .HomeNum{margin-top:40px;margin-bottom:40px;color:#fff; font-size:20px; line-height:34px;}
.HomeAbout .HomeNum ul li{list-style:none;display: inline-block;margin-right:40px;list-style:none}
.HomeAbout .HomeNum ul li span{font-family: bebas;color:#da251d;font-size: 40px;}
.HomeAbout .HomeNum ul li span b{font-size: 20px;font-weight: normal;position: relative;top:-20px;margin-left:5px;}
.HomeAbout .HomeNum ul li strong{font-weight: normal;}
.HomeAbout .HomeNum ul li:last-child{margin-right:0;}
.HomeAbout .HomeAboutImg{width:60%;position: absolute;height:329px;right:0}
.HomeAbout .HomeAboutImg>img{height:0;position: absolute;bottom:0;right:0;width:100%;transition: all 1s 2.5s ease-in-out;opacity: 0;}
.HomeAbout .HomeAboutImg .svg{position: absolute;width:100%;right:20%;top:66%;}
.HomeAbout .HomeAboutTxt{padding:5% 0;color:#333;}

.sec-2.active .HomeAbout .HomeAboutImg>img{height:100%;opacity: 1;}

.HomeAbout .HomeCul {padding:40px 0;position: relative;z-index:99;margin-top:2%;color:#333;}
.HomeAbout .HomeCul ul::after{content:'';display: block;clear: both;}
.HomeAbout .HomeCul ul li{float:left;width:25%;box-sizing: border-box;position: relative;list-style:none}
.HomeAbout .HomeCul ul li:first-child{border-left:none;}
.HomeAbout .HomeCul ul li .ico{height:60px;line-height: 60px; color:#fff; font-size:36px; font-weight:bold}
.HomeAbout .HomeCul ul li .ico img,.HomeAbout .HomeCul ul li .ico svg{width:60px;height:60px;border-radius:60px;}
.HomeAbout .HomeCul ul li .ico path{stroke:#fff;}
.HomeAbout .HomeCul ul li p{font-size: 18px;margin-top:15px; color:#fff;}
.HomeAbout .HomeMore{width:50px;height:50px;background:url(../img/aboutjt.png) no-repeat center center;background-size: 100% 100%;}
.HomeAbout .HomeMore:hover{background:url(../img/solumore.png) no-repeat center center;background-size: 100% 100%;}


.HomeAbout .HomeCul ul li:hover .ico{ -webkit-animation: icon-bounce 0.5s alternate;
	-moz-animation: icon-bounce 0.5s alternate;
	-o-animation: icon-bounce 0.5s alternate;
	animation: icon-bounce 0.5s alternate;}
@media(max-width:768px){
	.HomeAbout .HomeNum{margin-top:20px;margin-bottom:20px;color:#fff; font-size:16px; line-height:24px;}
	.HomeAbout .HomeCul ul li p{font-size: 14px;margin-top:10px; color:#fff;}
	.HomeAbout .HomeCul ul li .ico{color:#fff; font-size:36px; padding-bottom:10px; font-weight:bold}
}

/* 第四屏 */
.sec-1,.sec-2,.sec-3,.sec-4,.sec-5,.sec-6,.sec-7,.sec-8,.sec-9{background-size: cover;background-repeat: no-repeat;background-position: center;}
.sec-9 .HomeNews{padding:5% 0;}
.sec-9 .HomeNews .HomeNewsTit .HomeMore{margin-top:20px;width:50px;height:50px;background:url(../img/aboutjt.png) no-repeat center center;background-size: 100% 100%;}
.sec-9 .HomeNews .HomeNewsTit .HomeMore:hover{background:url(../img/solumore.png) no-repeat center center;background-size: 100% 100%;}
.sec-9 .HomeNews .HomeNewsCon{margin-left:-2%;margin-top:60px;}
.sec-9 .HomeNews .HomeNewsCon .HomeNewsBox{width:48%;margin-left:2%;float:left;background:#fff;box-sizing: border-box;padding:50px;box-shadow: 0 0 10px rgba(0,0,0,0.05);}
.sec-9 .HomeNews .HomeNewsCon .HomeNewsBox .xNews{margin-top:31px;}
.sec-9 .HomeNews .HomeNewsCon .HomeNewsBox .xNews .item{}
.sec-9 .HomeNews .HomeNewsCon .HomeNewsBox .xNews .item .img{position: relative;}
.sec-9 .HomeNews .HomeNewsCon .HomeNewsBox .xNews .item .imgbox{padding-top:335px;}
.sec-9 .HomeNews .HomeNewsCon .HomeNewsBox .xNews .item .hnewsName{position: absolute;width:100%;padding:30px;background:url(../img/newsceng.png) no-repeat top center;background-size: cover;position: absolute;bottom:0;left:0;box-sizing: border-box;}
.sec-9 .HomeNews .HomeNewsCon .HomeNewsBox .xNews .item .hnewsName span{font-size:14px;font-family: bebas;color:#fff;}
.sec-9 .HomeNews .HomeNewsCon .HomeNewsBox .xNews .item .hnewsName p{font-family: syrh;color:#fff;font-size: 20px;line-height: 30px;margin-top:10px;}
.sec-9 .HomeNews .HomeNewsCon .HomeNewsBox .xNews .item .txt{margin-top:20px;font-size: 14px;line-height: 24px;color:#666;}
.sec-9 .HomeNews .HomeNewsCon .HomeNewsBox .xNews .slick-arrow{width:40px;height:70px;position: absolute;top:43%;margin-top:-35px;box-shadow: 0 0 10px rgba(0,0,0,0.1);z-index:999;color:transparent;font-size: 0;}
.sec-9 .HomeNews .HomeNewsCon .HomeNewsBox .xNews .slick-arrow.slick-prev{background:url(../img/prev1.png) no-repeat center center #fff;left:-20px;}
.sec-9 .HomeNews .HomeNewsCon .HomeNewsBox .xNews .slick-arrow.slick-next{background:url(../img/next.png) no-repeat center center #da251d;right:-20px;}

.sec-9 .HomeNews .HomeNewsCon .HomeNewsBox .Jqactive{}
.sec-9 .HomeNews .HomeNewsCon .HomeNewsBox .Jqactive .item{padding:30px 0;border-bottom:1px solid #f2f2f2;}
.sec-9 .HomeNews .HomeNewsCon .HomeNewsBox .Jqactive .item:last-child{padding-bottom:0;border-bottom:none;}
.sec-9 .HomeNews .HomeNewsCon .HomeNewsBox .Jqactive .item h1{font-size: 18px;font-family: syrh;font-weight: normal;margin-bottom:10px;}
.sec-9 .HomeNews .HomeNewsCon .HomeNewsBox .Jqactive .item dl dd{display: inline-block;font-size: 14px;color:#999;padding:0 20px;position: relative; }
.sec-9 .HomeNews .HomeNewsCon .HomeNewsBox .Jqactive .item dl dd span{color:#666;}
.sec-9 .HomeNews .HomeNewsCon .HomeNewsBox .Jqactive .item dl dd::before{content:'';display: block;width:1px;height:12px;background:#f2f2f2;position: absolute;left:0;top:50%;margin-top:-6px;}
.sec-9 .HomeNews .HomeNewsCon .HomeNewsBox .Jqactive .item dl dd:first-child{padding-left:0;}
.sec-9 .HomeNews .HomeNewsCon .HomeNewsBox .Jqactive .item dl dd:first-child::before{display: none;}



/* Bottom */
.Bottom{background:#464646;position: relative;z-index:99;}
.Bottom .BototmBox{padding:3% 0 2% 0;}
.Bottom .BototmBox .BototmNav{width:100%;}
.Bottom .BototmBox .BototmNav .navBox{width:25%;float:left;}
.Bottom .BototmBox .BototmNav .navBox h1{font-weight: normal;margin-bottom:10px;font-size: 16px;list-style:none; color:#fff; font-weight:bold;}
.Bottom .BototmBox .BototmNav .navBox ul li{line-height: 1.3;font-size: 14px;list-style:none;padding:5px 0;}
.Bottom .BototmBox .BototmNav .navBox ul li a{color:#fff;}
.Bottom .BototmBox .BototmNav .navBox ul li:hover a{color:#da251d;}

.Bottom .BototmBox .BottomCon{text-align: right;width:23%;}
.Bottom .BototmBox .BottomCon .Bgupiao ul li{list-style:none;display: inline-block;text-align: center;padding:0 10px;position: relative;}
.Bottom .BototmBox .BottomCon .Bgupiao ul li p{font-family: bebas;font-size: 26px;color:#12182b;}
.Bottom .BototmBox .BottomCon .Bgupiao ul li span{font-size: 15px;color:#808080;letter-spacing: 5px;position:relative;left:3px;}
.Bottom .BototmBox .BottomCon .Bgupiao ul li:nth-child(2) p{color:#666;}
.Bottom .BototmBox .BottomCon .Bgupiao ul li:nth-child(2) span{font-size: 14px;letter-spacing: 0;}
.Bottom .BototmBox .BottomCon .Bgupiao ul li:nth-child(2){padding-right:0;padding-left:15px;}
.Bottom .BototmBox .BottomCon .Bgupiao ul li:nth-child(2)::before{content:'';display: block;width:1px;height:90%;background:#e6e6e6;position: absolute;left:0;top:50%;transform: translateY(-50%);-webkit-transform: translateY(-50%);}

.Bottom .BototmBox .BottomCon .fico{margin:30px 0;}
.Bottom .BototmBox .BottomCon .fico ul li{list-style:none;display: inline-block;margin-left:10px;position: relative;}
.Bottom .BototmBox .BottomCon .fico ul li .tcbox{width:120px;position: absolute;left:50%;margin-left:-60px;display: none;}
.Bottom .BototmBox .BottomCon .fico ul li .tcbox img{width:100%;}
.Bottom .BototmBox .BottomCon .fico ul li:hover .tcbox{display: block;}

.Bottom .Copy{font-size: 12px;color:#999;}
.Bottom .Copy a{color:#999;}
.Bottom .Copy .copyBox{padding-right:60px;position: relative;padding:20px 0;}
.Bottom .Copy .copyBox .gotop{width:60px;height:100%;position: absolute;right:0;top:0;text-align: center;line-height: 57px;}

@media(max-width:1680px){
	.sec-3 .HomeSolu .slider-nav{width:32%;}
}

@media(max-width:1600px){
	.HomeBan .item .txt h1{font-size: 50px;}
	.HomeBan .item .txt p.en{font-size: 14px;}
	.HomeBan .item .txt .banMore{height:45px;line-height: 45px;padding:0 70px 0 20px;}
	.HomeBan .item .txt h1 img{max-width:30%;}

	.HomeAbout{padding:6% 0;}
	.sec-3 .HomeSolu .slider-nav{padding:4% 0;width:31%;}
	.sec-3 .HomeSolu .slider-nav .item{height:90px;line-height: 90px;}
	.sec-3 .HomeSolu .slider-for{width:71%;}
	.sec-3 .HomeSolu .slider-nav .item.slick-current a{width:110%;}

	.HomeTit h1{font-size: 35px;}

	.sec-9 .HomeNews{padding:3% 0;}
	.sec-9 .HomeNews .HomeNewsCon{margin-top:30px;}
	.sec-9 .HomeNews .HomeNewsCon .HomeNewsBox{padding:40px;}
	.sec-9 .HomeNews .HomeNewsCon .HomeNewsBox .Jqactive .item{padding:20px 0;}
	.sec-9 .HomeNews .HomeNewsCon .HomeNewsBox .xNews{margin-top:20px;}
	.sec-9 .HomeNews .HomeNewsCon .HomeNewsBox .xNews .item .txt{margin-top:10px;}
	.sec-9 .HomeNews .HomeNewsCon .HomeNewsBox .xNews .item .imgbox{padding-top:285px;}
	.sec-9 .HomeNews .HomeNewsCon .HomeNewsBox .xNews .item .hnewsName{padding:20px 30px;}
	.sec-9 .HomeNews .HomeNewsCon .HomeNewsBox .xNews .item .hnewsName p{font-size: 16px;line-height: 30px;}
	
}

@media(max-width:768px){
	.sec-9 .HomeNews{padding:1% 0;}
	.sec-9 .HomeNews .HomeNewsCon{margin-top:10px;}
}

@media(max-width:1440px){
	.HomeAbout .HomeAboutImg{max-width:55%;}
	.HomeAbout .HomeNum ul li span{font-size: 30px;}
	.sec-3 .HomeSolu .slider-for .item .txt{padding-left:3%;}
	.sec-3 .HomeSolu .slider-for{width:74%;}
}

@media(max-width:1366px){
	.HomeBan .item .txt h1{font-size: 40px;}
	.HomeBan .item .txt p.en{margin:20px 0 40px 0;letter-spacing: 3px;font-size: 12px;}
	.HomeBan .item .txt .banMore{padding:0 50px 0 10px;height:40px;line-height: 40px;font-size: 14px;}
	.HomeBan .item .txt .banMore span{width:40px;}
	.HomeBan .item.active .txt1 .banMore{width:120px;border-radius: 10px;font-size: 14px;}

	.HomeAbout{padding:3% 0;}
	.HomeAbout .HomeAboutTxt{padding-bottom:2%;}
	.sec-3 .HomeSolu .slider-nav .item{height:75px;line-height: 75px;}

	.HomeTit h1{font-size: 30px;}
	.HomeTit h1 b{top:-9px;}
	.sec-9 .HomeNews .HomeNewsCon .HomeNewsBox{padding:30px;}
	.HomeTit2{padding-bottom:10px;}
	.HomeTit2 .en{font-size: 18px;}
	.HomeTit2 h1{font-size: 20px;}
	.HomeTit2 b{top:-6px;}
	.sec-9 .HomeNews .HomeNewsCon .HomeNewsBox .Jqactive .item{padding:16px 0;}
	.sec-9 .HomeNews .HomeNewsCon .HomeNewsBox .Jqactive .item h1{margin-bottom:5px;}
	.sec-9 .HomeNews .HomeNewsCon .HomeNewsBox .xNews .item .imgbox{padding-top:235px;}
	.sec-9 .HomeNews .HomeNewsCon .HomeNewsBox .xNews{margin-top:10px;}
	.sec-9 .HomeNews .HomeNewsCon .HomeNewsBox .xNews .slick-arrow{width:30px;height:56px;margin-top:-28px;}
	.sec-9 .HomeNews .HomeNewsCon .HomeNewsBox .Jqactive .item h1{font-size: 16px;}
}

@media(max-width:1280px){
	.HomeAbout .HomeAboutImg{max-width:50%;}
}

@media(max-width:1200px){
	.HomeAbout .HomeAboutImg{min-width:100%;}
	.sec-5 .HomeContact{position: static;transform: translateY(0);-webkit-transform: translateY(0);padding:10% 0;}
	.sec-3 .HomeSolu .slider-nav .item .ico{width:40px;left:20px;}
	.sec-3 .HomeSolu .slider-nav .item a{padding-left:80px;padding-right:30px;}
}

@media(max-width:1024px){
	.HomeBan .item .imgbox{height:70vh;}
	.HomeAbout .HomeAboutImg{min-width:100%;}
	.HomeAbout .HomeCul ul li{padding-left:10px;list-style:none;}
	.HomeAbout .HomeCul ul li .ico{left:20px;}

	.sec-3 .HomeSolu .slider-nav .item .ico{width:40px;left:20px;}
	.sec-3 .HomeSolu .slider-nav .item a{padding-left:80px;padding-right:30px;}
	.sec-3 .HomeSolu .slider-for{width:72%;}
	.sec-5 .HomeContact{padding:6% 0;}
	.sec-5 .HomeContact .HomeContactBox .item{padding:50px 30px;}

	#fp-nav{display: none;}
}


@media(max-width:768px){
	.HomeBan .item .imgbox{height:55vh;}
	.HomeBan .item .txt h1{font-size: 30px;}
	.HomeBan .item .txt b{width:30px;margin-bottom:30px;}
	
    .sec-3 .HomeSolu .slider-for .item .img{padding-top:60vh;}
    .sec-3 .HomeSolu .slider-nav .item{width:33.33% !important;}
	.sec-3 .HomeSolu .slider-nav{width:100%;}
	.sec-3 .HomeSolu .slider-for{width:100%;position: static;}
	.sec-3 .HomeSolu .slider-for .slick-list{width:100%;}
	.sec-3 .HomeSolu .slider-nav .slick-track{padding-left:0;}
	.sec-3 .HomeSolu .slider-nav .item.slick-current a{width:100%;}

	.sec-9 .HomeNews .HomeNewsCon .HomeNewsBox{width:98%;margin-bottom:10px;}
	.sec-5 .HomeContact .HomeContactBox .item .itemBox dl dd{margin-right:10px;}

	.Bottom .BototmBox .BototmNav{display: none;}
	.Bottom .BototmBox .BottomCon{width:100%;text-align: center;}

	.HomeAbout .HomeNum ul li span b{font-size: 16px;top:-9px;margin-left:3px;}
}

@media(max-width:768px){
	.Top .gupiao{display: none;}
	.Top .lan::before{display: none;}
	.HomeBan .item .txt h1{font-size: 22px;}
	.HomeBan .item .txt p.en{margin:20px 0;}
	.HomeBan .item .txt h1 img{max-width:60%;}
	.HomeTit h1{font-size: 22px; padding-top:50px;}
	.HomeTit h1 b{top:-7px;}
	.HomeAbout .HomeNum{margin:20px 0;}
	.HomeAbout .HomeNum ul li{list-style:none;margin-right:0;width:100%;display: block;font-size: 14px;}
	.HomeAbout .HomeNum ul li span{font-size: 20px;}
	.HomeMore img{width:30px;}
	.HomeAbout .HomeMore{width:30px;height:30px;}
	.HomeAbout .HomeCul{padding:0;}
	.HomeAbout .HomeCul ul li{list-style:none;width:50%;margin:10px 0;border-left:none;}

	.sec-3 .HomeSolu .slider-nav {display: none;}
	.sec-3 .HomeSolu .slider-nav .item{width:360px !important;}
	.sec-3 .HomeSolu .slider-for .item .txt .more{position: static;margin-top:10px;}
	.sec-3 .HomeSolu .slider-for .item .txt .more img{width:30px;}
	.sec-3 .HomeSolu .slider-for .item .txt{padding:20px;position: static;background:rgba(0,0,0,0.5);}
	.sec-3 .HomeSolu .slider-for .item .txt h1{font-size: 18px;}
	.sec-3 .HomeSolu .slider-for .item .txt .dec{font-size: 13px;line-height: 22px;}
	.sec-9 .HomeNews .HomeNewsCon .HomeNewsBox .Jqactive .item dl dd{display: block;padding:0;}
	.sec-5 .HomeContact .HomeContactBox .item{width:100%;margin-bottom:10px;overflow: hidden;background:#fff;}
	.sec-5 .HomeContact .HomeContactBox{background:none;}
	.Bottom .BototmBox .BottomCon .Bgupiao ul li p{font-size: 20px;}
	.Bottom .BototmBox .BottomCon .Bgupiao ul li span{font-size: 14px;letter-spacing: 0px;}
	.Bottom .Copy .copyBox{padding:14px 0;padding-right:60px;}
	.Bottom .BototmBox .BottomCon .fico ul li{margin:0;list-style:none;}

	.sec-9 .HomeNews .HomeNewsCon .HomeNewsBox .xNews .item .hnewsName{padding:10px 20px;}
	.sec-9 .HomeNews .HomeNewsCon .HomeNewsBox .xNews .item .hnewsName p{font-size: 14px;line-height: 22px;margin-top:5px;}

	.HomeAbout .HomeAboutImg{height:160px;}
}

/* 产品 */
.nTop{position: fixed;width:100%;top:0;left:0;z-index:990;transition: all .5s;-webkit-transition: all .5s;}
.nTop.on{top:-90px;}

.section01{position: fixed;width:100%;top:0;left:0;overflow: hidden;}
.section01 .MainImg img{width:100%}


.section02{margin-top:50%;position: relative;z-index:99;background:#F8F8F8;}
.Localtion{height:80px;line-height: 80px;background:#F8F8F8;box-shadow: 0 0 10px rgba(0,0,0,0.1);font-size: 14px;color:#999;}
.Localtion a{color:#999;}
.Localtion a:last-child{color:#666;}
.Localtion img{display: inline-block;margin-right:10px;position: relative;top:-3px;}

.nCommon{padding:70px 0;}

.Product{background:#f1f1f1;}
.Product .ProductBox {margin-left:-2%;}
.Product .ProductBox::after{content:'';display: block;clear: both;}
.Product .ProductBox .item{background:#fff;margin-bottom:30px;border:1px solid #fff;transition: all .5s;-webkit-transition: all .5s;width:48%;margin-left:2%;float:left;box-sizing: border-box;}
.Product .ProductBox .item .img{width:37.5%;border-right:1px solid #ececec;height:300px;line-height: 300px;text-align: center;box-sizing: border-box;}
.Product .ProductBox .item .img img{max-width:90%;max-height:90%;}
.Product .ProductBox .item .txt{width:62.5%;box-sizing: border-box;height:300px;padding:20px 7%;display:flex;justify-content:center;flex-direction: column; }

.Product .ProductBox .item .txt h1{font-size: 20px;font-family: syrh;font-weight: normal;}
.Product .ProductBox .item .txt b{display: block;width:15px;height:2px;background:#da251d;margin:20px 0;}
.Product .ProductBox .item .txt .dec{line-height: 25px;font-size: 14px;color:#999;height:50px;}
.Product .ProductBox .item .txt .more{width:40px;height:40px;background:url(../img/aboutjt.png) no-repeat center center;background-size: 100% 100%;margin-top:20px;}

.Product .ProductBox .item:hover{border:1px solid #da251d;box-shadow: 0 0 30px rgba(0,0,0,0.1);}
.Product .ProductBox .item:hover .txt .more{background:url(../img/solumore.png) no-repeat center center;background-size: 100% 100%;}

@media(max-width:768px){
	.Localtion{display: none;}
	.nCommon{padding:30px 0;}
	.Product .ProductBox .item .img{width:100%;border-right:none;height:auto;line-height: 160px;border-bottom:1px solid #eee;}
	.Product .ProductBox .item .img img{max-height:120px;}
	.Product .ProductBox .item .txt{width:100%;padding:20px;height:auto;}
	.Product .ProductBox .item .txt h1{font-size: 18px;}
	.Product .ProductBox .item .txt b{margin:10px 0;}
	.Product .ProductBox .item .txt .more{width:30px;height:30px;margin-top:20px;}
}

.ProTanc{position: fixed;top:0;left:0;background:rgba(0,0,0,0.5);width:100%;height:100%;z-index:9999;display: none;}
.ProTanc .popup{position: relative;width:100%;height:100%;z-index:999;}
.ProTanc .ProTancBox{background:url(../img/tcbg.jpg) no-repeat top center;background-size: cover;position: absolute;top:50%;left:50%;transform: translate(-50%,-50%);-webkit-transform: translate(-50%,-50%);width:96%;max-width:1200px;box-sizing: border-box;padding:100px 140px;}
.ProTanc .ProTancBox .close{position: absolute;right:15px;top:15px;}
.ProTanc .ProTancBox .txt{width:50%;padding-top:10%;}
.ProTanc .ProTancBox .txt h1{font-size: 30px;font-weight: normal;font-family: syrh;margin-top:5px;}
.ProTanc .ProTancBox .txt b{width:15px;height:2px;background:#da251d;margin:20px 0;display: block;}
.ProTanc .ProTancBox .txt .con{font-size: 18px;line-height: 40px;font-family: syrh;}
.ProTanc .ProTancBox .Form{width:45%;}
.ProTanc .ProTancBox .Form .inputBox{margin-bottom:10px;padding-left:15px;position: relative;line-height: 48px;}
.ProTanc .ProTancBox .Form .inputBox b{color:red;position: absolute;left:0;top:0;font-weight: normal;}
.ProTanc .ProTancBox .Form .inputBox input{width:100%;height:48px;border:1px solid #e5e5e6;border-radius: 10px;box-sizing: border-box;padding:0 10px;}
.ProTanc .ProTancBox .Form .inputBox.yzm{padding-right:160px;}
.ProTanc .ProTancBox .Form .inputBox.yzm a.yzmBtn{width:150px;height:48px;text-align: center;background:#6e6e6e;color:#fff;text-align: center;display: block;border-radius: 10px;position: absolute;top:0;right:0;font-size: 14px;}
.ProTanc .ProTancBox .Form .FormBtn{padding-left:15px;margin-top:30px;}
.ProTanc .ProTancBox .Form .FormBtn button{height:48px;line-height: 48px;text-align: center;background:#da251d;color:#fff;width:100%;border-radius: 10px;}

@media(max-width:768px){
	.ProTanc .ProTancBox .txt{display: none;}
	.ProTanc .ProTancBox .Form{width:100%;}
}

@media(max-width:640px){
	.ProTanc .ProTancBox{padding:50px 30px;}
	.ProTanc .ProTancBox .Form .inputBox{line-height: 40px;}
	.ProTanc .ProTancBox .Form .inputBox input{height:40px}
	.ProTanc .ProTancBox .Form .inputBox.yzm{padding-right:120px;}
	.ProTanc .ProTancBox .Form .inputBox.yzm a.yzmBtn{width:110px;height:40px;}
	.ProTanc .ProTancBox .Form .FormBtn button{height:40px;line-height: 40px;}
}

/* 了解 */
.absoluteBox{position: absolute;top:0;left:0;width:100%;z-index:99;}
.About .con{width:70%;color:#fff;padding:14% 0;}
.About .con h1{font-size: 48px;font-weight: normal;margin:10px 0 60px 0;}
.About .con .dec{font-size:20px;line-height:34px;overflow: auto;}

.AboutCon{background:#F8F8F8;padding-top:45px;padding-bottom:70px;}
.AboutCon .aboutNum{background:#fff;text-align: center;padding:50px 0;box-shadow: 0 0 10px rgba(0,0,0,0.05);}
.AboutCon .aboutNum ul li{display: inline-block;margin:0 30px;list-style:none;}
.AboutCon .aboutNum ul li span{font-size: 38px;font-family: bebas;color:#da251d;}
.AboutCon .aboutNum ul li span b{position: relative;top:-20px;font-size: 20px;position: relative;margin-left:5px;}

.AboutCon .Culture{margin-top:40px;box-shadow: 0 0 10px rgba(0,0,0,0.05);}
.AboutCon .Culture .Img{width:60%;padding-top:440px;}
.AboutCon .Culture .Img::after{content:'';display: block;width:100%;height:100%;background:rgba(0,0,0,0.5);position: absolute;top:0;left:0;transition: all .5s;-webkit-transition: all .5s;}
.AboutCon .Culture .txt{width:40%;box-sizing: border-box;padding:22px 70px 23px;background:#fff;}
.AboutCon .Culture .txt ul li{list-style:none;padding:37px 0 37px 90px;position: relative;border-bottom:1px solid #e5e5e5;}
.AboutCon .Culture .txt ul li .ico{width:90px;text-align: center;position: absolute;left:0;top:50%;height:48px;line-height: 48px;margin-top:-24px;}
.AboutCon .Culture .txt ul li p{font-size: 20px;font-family: syrh;margin-bottom:5px;}
.AboutCon .Culture .txt ul li span{font-size:14px;opacity: 0.6;}
.AboutCon .Culture .txt ul li:last-child{border-bottom:none;}

.AboutCon .Culture .txt ul li:hover .ico{-webkit-animation: icon-bounce 0.5s alternate;
	-moz-animation: icon-bounce 0.5s alternate;
	-o-animation: icon-bounce 0.5s alternate;
	animation: icon-bounce 0.5s alternate;}

.AboutCon .Culture .Img:hover::after{opacity: 0;}

@media(max-width:1560px){
	.About .con{padding:12% 0;}
	.About .con h1{margin-bottom:30px;}
	.About .con .dec{line-height: 25px;max-height:350px;}
}

@media(max-width:1366px){
	.About .con{width:65%;}
	.About .con .tit img{height:20px;}
	.About .con h1{font-size:18px;}
	.About .con .dec{font-size:14px;line-height: 22px;}
}

@media(max-width:1200px){
	.About .con{width:75%;}
}

@media(max-width:1024px){
	.absoluteBox{position: relative;margin-top:50%;z-index:0;background:#fff;}
	.About .con{color:#333;width:100%;padding:30px;box-shadow: 0 0 10px rgba(0,0,0,0.1);margin:20px 0;box-sizing: border-box;}
	.AboutCon .Culture .txt{padding:22px 30px 23px;}
	.section03{margin:0;}
	.About .con .dec{max-height:100%;}
}

@media(max-width:768px){
	.AboutCon .aboutNum{padding:20px;}
	.AboutCon .aboutNum ul li{height:27px;display: block;margin:0;list-style:none;}
	.AboutCon .aboutNum ul li span{font-size:20px;}
	.About .con{padding:20px;}
	.AboutCon{padding-top:20px;padding-bottom:30px;}
	.AboutCon .Culture {margin-top:20px;}
	.AboutCon .Culture .Img{width:100%;padding-top:50%;}
	.AboutCon .Culture .txt{width:100%;}
	.AboutCon .Culture .txt{padding:20px;}
	.AboutCon .Culture .txt ul li{padding:20px 0 20px 60px;list-style:none;}
	.AboutCon .Culture .txt ul li .ico{width:50px;}
	.AboutCon .Culture .txt ul li .ico img{width:40px;}
	.AboutCon .Culture .txt ul li p{font-size:18px;}
	.AboutCon .aboutNum ul li span b{font-size: 16px;top:-9px;margin-left:3px;}
}

/* 列表页 */
.List .ListBox{margin-left:-1%;position: relative;}

.List .ListBox .goback{width:70px;height:70px;background:#da251d;text-align: center;display:flex;justify-content:center;flex-direction: column;position: absolute;right:0;top:-70px;}
.List .ListBox .goback a{color:#fff;font-size: 14px;}
.List .ListBox .goback a p{margin-top:5px;}

.List .ListBox .item{width:24%;margin-left:1%;float:left;margin-bottom:20px;background:#fff;transition: all .5s;-webkit-transition: all .5s;}
.List .ListBox .item .img{height:280px;line-height: 280px;text-align: center;border-bottom:1px solid #f3f3f3;}
.List .ListBox .item .img img{max-width:90%;max-height:90%;}
.List .ListBox .item .txt{padding:30px 30px;text-align: center;}
.List .ListBox .item .txt h1{font-size: 16px;font-weight: normal;line-height: 30px;height:60px;}
.List .ListBox .item .txt .dec{font-size: 14px;color:#999;line-height: 20px;margin:10px 0;}
.List .ListBox .item .txt .more{}

.List .ListBox .item:hover{box-shadow: 0 0 10px rgba(0,0,0,0.1);transform: translate3d(0,-3px,0);-webkit-transform: translate3d(0,-3px,0);}


@media(max-width:1024px){
	.List .ListBox .item .img{height:200px;line-height: 200px;}
	.List .ListBox .item .txt{padding:20px;}
	.List .ListBox .goback{width:50px;height:50px;top:-50px;right:0;}
}

@media(max-width:768px){
	.List .ListBox .item{width:32.33%;margin-bottom:10px;}
}
@media(max-width:480px){
	.List .ListBox .item {width:49%;margin-bottom:5px;}
	.List .ListBox .item .txt{padding:10px;}
	.List .ListBox .item .txt h1{font-size: 16px;}
	.List .ListBox .item .txt .dec{margin:5px 0;}
}

.youshi{margin-left:-3%;}
.youshi .item{width:30.33%;margin-left:3%;float:left;display:flex;justify-content:center;align-items:center;flex-direction: column;box-sizing: border-box;padding:50px 35px;text-align:center;transition: all .5s;-webkit-transition: all .5s;}
.youshi .item .ico{text-align: center;}
.youshi .item h1{font-size: 24px;font-weight: normal;color:#000;margin-top:25px;}
.youshi .item .dec{font-size: 18px;line-height: 25px;color:#000;opacity: 0.7;margin:25px 0 50px 0;text-align: left;}
.youshi .item .more{width:40px;height:40px;line-height: 40px;margin:0 auto;transition: all .5s;-webkit-transition: all .5s;}


@media(max-width:1024px){
	.youshi .item{padding:30px;}
}

@media(max-width:768px){
	.youshi .item{width:47%;margin-bottom:10px;height:250px;padding:10px;}
	.youshi .item .ico img{height:30px;}
	.youshi .item h1{font-size: 16px;margin-top:10px;}
	.youshi .item .dec{margin:5px 0 10px 0;}
}


.hotProslider .slick-list{margin-left:-30px;}
.hotProslider .item{background:#f8f7fa;transition: all .5s;-webkit-transition: all .5s;margin-left:30px;}
.hotProslider .item img{display:inline-block;}
.hotProslider .item .img{height:280px;line-height: 280px;text-align: center;border-bottom:1px solid #f3f3f3;}
.hotProslider .item .img img{max-width:90%;max-height:90%;}
.hotProslider .item .txt{padding:22px 12px;text-align: center;}
.hotProslider .item .txt h1{font-size: 16px;font-weight: normal;line-height: 30px;height:60px;}
.hotProslider .item .txt .dec{font-size: 14px;color:#999;line-height: 20px;margin:10px 0;display:none;}
.hotProslider .item .txt .more{}
.hotProslider .slick-arrow{width:50px;height:50px;bottom:-70px;background-position:center center;background-size:contain;background-repeat:no-repeat;background-color:transparent;background-image:url(../img/aboutjt.png);font-size:0;color:transparent;position:absolute;left:53%;}
.hotProslider .slick-arrow.slick-prev{transform:rotateY(180deg);right:53%;left:auto;}
.hotProslider .slick-arrow:hover{background-image:url(../img/solumore.png);}
.hotProslider .item:hover{box-shadow: 0 0 10px rgba(0,0,0,0.1);transform: translate3d(0,-3px,0);-webkit-transform: translate3d(0,-3px,0);}


@media(max-width:1024px){
	.hotProslider .item .img{height:200px;line-height: 200px;}
	.hotProslider .item .txt{padding:20px;}
	.hotProslider .goback{width:50px;height:50px;top:-50px;right:0;}
		.hotProslider {padding-bottom:30px;}
	.hotProslider .slick-arrow{width:35px;bottom:-30px;}
}


@media(max-width:480px){
	.hotProslider .item .img{height:100px;line-height: 100px;}
	.hotProslider .item .txt{padding:10px;}
	.hotProslider .item .txt h1{font-size: 14px;line-height:24px;}
	.hotProslider .item .txt .dec{margin:5px 0;}
}


.Top .lan {position:static;}
.Top .lan a{color:#333;opacity:1;margin:0;}
.Top .lan a:hover{color:#d9251d;}
.Top .lan span{padding-right:14px;padding-left:24px;position: relative;background-position: left center;background-size: 16px;background-repeat: no-repeat;cursor: pointer;position:relative;color:#fff;background-image: url(../img/lanw.png);}
.Top .lan span::before{content:'';display: block;width:10px;height:100%;background-position: left center;background-size: 6px;background-repeat: no-repeat;position: absolute;right:0;top:0;background-image: url(../img/lan_jtw.png);}
/* .Top .lan ul{position: absolute;width:160%;line-height: 0.4rem;background: rgba(255,255,255,0.8);position: absolute;top:100%;left:50%;text-align: center;box-shadow: 0 0 10px rgba(0,0,0,0.1);display: none;transform: translateX(-50%);}
.Top .lan ul li:hover{background: #da251d;}
.Top .lan ul li:hover a{color:#fff;} */
.Top .lan .LanDowm{position: absolute;width:100%;background: #fff;box-sizing: border-box;box-shadow: 0 0 10px rgba(0,0,0,0.1);top:100%;left:0;display: none;}
.Top .lan .LanDowm .LanDowmBox{padding:30px 0;}
.Top .lan .LanDowm .LanDowmBox ul{display: flex;margin-left:-3%;flex-wrap: wrap;list-style:none;}
.Top .lan .LanDowm .LanDowmBox ul li{width:17%;margin-left:3%;list-style:none;}
.Top .lan .LanDowm .LanDowmBox ul li .name{font-size: 18px;line-height: 40px;border-bottom:1px solid #eee;margin-bottom:10px;color:#333;}
.Top .lan .LanDowm .LanDowmBox ul li dl dd{line-height: 32px;padding-left:30px;position: relative;}
.Top .lan .LanDowm .LanDowmBox ul li dl dd .icon{position: absolute;left:0;top:50%;transform: translateY(-50%);width:20px;}

@media(max-width:1024px){
	.Top .lan .LanDowm .LanDowmBox{padding:20px 0;}
	.Top .lan .LanDowm .LanDowmBox ul li .name{font-size: 16px;line-height: 40px;margin-bottom:10px;}
	.Top .lan .LanDowm .LanDowmBox ul li dl dd{line-height: 30px;padding-left:26px;}
	.Top .lan .LanDowm .LanDowmBox ul li dl dd .icon{width:18px;}
}

@media(max-width:768px){
	.Top .lan .LanDowm .LanDowmBox{padding:12px;}
	.Top .lan .LanDowm{max-height:calc(100vh - 60px);overflow: auto;}
	.Top .lan .LanDowm .LanDowmBox ul li{width:97%;margin-bottom:10px;}
}

.scrollsidebar, .scrollsidebar a {font-size:12px;color:#999;font-family:Arial, Helvetica, sans-serif;}
.scrollsidebar {position:absolute;z-index:9999999;top:150px;right:0;}
.show_btn {width:38px;height:192px;overflow:hidden;cursor:pointer;display:block;overflow:hidden;background:url(../img/show_btn.png) no-repeat center center;position: absolute;right: 0;top: 0;}
.side_content {width:0;height:auto;overflow:hidden;float:left;}
.side_content .side_list {width:140px;overflow:hidden;border:1px solid #dadada;border-radius:8px;position:relative;background:#FFF;}
.side_content .side_list .hd img {width:100%;border-bottom:1px solid #dadada;}
.side_content .side_list .cont li {height:40px;line-height:40px;border-bottom:1px solid #dadada;list-style:none;position:relative;}
.side_content .side_list .cont li a {position:relative;display:block;padding:0 0 0 43px;text-decoration:none;}
.side_content .side_list .cont li a:before {content:"";position:absolute;display:block;overflow:hidden;top:0;left:10px;width:25px;height:40px;background-repeat:no-repeat;background-position:center center;}
.side_content .side_list .cont li .email:before {background-image:url(../img/icons01.png);}
.side_content .side_list .cont li .skype:before {background-image:url(../img/icons02.png);}
.side_content .side_list .cont li .inquiry:before {background-image:url(../img/icons03.png);}
.side_content .side_list .cont li .qq:before {background-image:url(../img/icons04.png);}
.ww {margin-left:-30px;}
.side_content .side_list .t-code {padding:10px 10px 7px;border-bottom:1px solid #dadada;}
.side_content .side_list .t-code img {width:100%;}
.side_content .side_list .side_title {height:30px;line-height:30px;padding:0 12px;}
.side_content .side_list .side_title .close_btn {background:url(../img/close.png) no-repeat center center;width:12px;height:30px;position:absolute;bottom:0;right:10px;cursor:pointer;}
.side_content .side_list .side_title .close_btn span {display:none;} 


.inquiry-pop-bd{position:fixed;left:50%;top:50%;margin:-300px 0 0 -275px;width:550px;height:500px;background:#FFF;box-shadow:0 0 10px rgba(255, 255, 255, .5);display:none;z-index:2000;}
.inquiry-pop-bd:before{content:"";position:fixed;width:100%;height:100%;left:0;top:0;background:rgba(0, 0, 0, .7);z-index:-1;}
.inquiry-pop-bd .inquiry-pop {position:absolute;width:100%;height:100%;left:0;top:0;padding:22px;z-index:1;background:#FFF;-webkit-animation:fadeInDownA .4s ease;-o-animation:fadeInDownA .4s ease;animation:fadeInDownA .4s ease;}
.inquiry-pop-bd .inquiry-pop .ico-close-pop {position:absolute;right:-10px;top:-10px;width:30px;height:30px;background:url(../img/fancy_close.png) no-repeat center center;cursor:pointer;z-index:1;}
.inquiry-form-wrap {position:relative;height: 420px;width: 100.5%;}
.ad_prompt {position:absolute;display:block;top:50%;left:0;width:100%;line-height:40px;margin:-20px 0 0;text-align:center;color:#ff6f00;font-size:20px;-webkit-animation:twinkling 1s infinite ease-in-out;animation:twinkling 1s infinite ease-in-out;display:none;}
@media screen and (max-width: 550px) {
.inquiry-pop-bd{width: auto;left: 10px;right: 10px;top: 10px;bottom: 10px;margin: auto;}
.inquiry-pop-bd .inquiry-pop{padding:10px;}
.scrollsidebar {display:block;}
}
