html{-webkit-text-size-adjust:none;}
a{outline:none;text-decoration:none;} 
a:hover{text-decoration:none;}
html{zoom:1;}
html *{outline:0;zoom:1;} 
html button::-moz-focus-inner{border-color:transparent!important;} 
body{font-size:12px;} 
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;} 
table{/*border-collapse:collapse;border-spacing:0;*/} 
fieldset,a img{border:0;} 
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;} 
li{list-style:none;}
caption,th{text-align:left;} 
h1,h2,h3,h4,h5,h6{font-size:100%;} 
q:before,q:after{content:'';}
input[type="submit"],input[type="reset"],input[type="button"],input[type="text"],input[type="password"],textarea,button{-webkit-appearance:none !important;} 
em,i{font-style:normal;}
select{-webkit-appearance:none;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);}
img{display:block;transition:0.4s;-webkit-transition:0.4s;-moz-transition:0.4s;}
.pics{width:100%;height:auto;}
.wbox{width:1200px;margin:0px auto;}

html{font-size:62.5%;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
@media only screen and (min-width:321px) { /*iphone5*/
	html {
	   font-size:62.5%!important
	}
}
@media only screen and (min-width:361px) {
	html {
	   font-size:70.31%!important
	}
}
@media only screen and (min-width:376px) {
	html {
	   font-size:73.24%!important
	}
}
@media only screen and (min-width:481px) {
	html {
	   font-size:84%!important
	}
}
@media only screen and (min-width:561px) {
	html {
	   font-size:90%!important
	}
}
@media only screen and (min-width:641px) {
	html {
	   font-size:100%!important
	}
}

body{font-family:"Microsoft YaHei",sans-serif;margin:0 auto;min-width:1200px;padding:0;width:100%;}
.banner{height:520px;background:url(../images/banner.jpg) no-repeat center center;}

.titBox{margin-bottom:30px;position:relative;}
.titBox dl{position:relative;z-index:99;}
.titBox dt{padding:20px 0 10px 0;font-size:32px;text-align:center;font-weight:bold;position:relative;}
.titBox dt span{color:#fa591a;}
.titBox dt::after{content:'';height:6px;width:70px;position:absolute;left:50%;margin-left:-35px;bottom:-5px;background:#333;}
.titBox dd{color:#666;text-align:center;font-size:20px;margin-top:15px;}
.titBox p{position:absolute;left:0px;top:10px;width:100%;text-align:center;text-transform:uppercase;color:#999;font-size:30px;font-weight:400; opacity:0.4;}


.oneBox{background:#f1f1f1;padding:80px 0;}
.oneBox .wbox{display:flex;justify-content:flex-end;}
.oneBox .itemBox{width:660px;position:relative;}
.oneBox .itemBox p{width:600px;height:315px;position:absolute;left:-540px;bottom:50px;overflow:hidden;cursor:pointer;}
.oneBox .itemBox p:hover img{
	transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
}
.oneBox .itemBox dl{margin-top:60px;padding:40px 50px 40px 100px;background:#fff;}
.oneBox .itemBox dl dt{font-size:24px;font-weight:bold;}
.oneBox .itemBox dl dd{font-size:16px;color:#666;margin-top:10px;line-height:28px;}
.oneBox .itemBox dl a{display:inline-block;width:260px;height:50px;line-height:50px;margin-top:30px;font-size:20px;color:#fff;background-image:linear-gradient(to right, #b42120, #e00707);border-radius:40px;text-align:center;}

.twoBox{padding:60px 0;background:url(../images/picBg.jpg) no-repeat;background-size:cover;}
.twoBox .titBox{}
.twoBox .titBox dt{color:#fff;}
.twoBox .titBox dt::after{background:#fff;}
.twoBox .titBox dd{color:#fff;}
.twoBox .titBox p{color:#fff;} 
.twoBox .itemBox{margin-top:60px;}
.twoBox .itemBox ul{display:flex;align-items:center;justify-content:space-between;}
.twoBox .itemBox ul li{width:24.5%;cursor:pointer;}
.twoBox .itemBox ul li p{overflow:hidden;}
.twoBox .itemBox ul li:hover img{
	transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
}
.twoBox .itemBox ul li:hover dl{background:#b42120;}
.twoBox .itemBox ul li:hover dl dt{color:#fff;}
.twoBox .itemBox ul li:hover dl dd{color:#fff;}
.twoBox .itemBox ul li dl{background:#fff;height:180px;padding:25px 0 10px 0;}
.twoBox .itemBox ul li dl dt{width:80%;margin:0px auto;font-size:22px;text-align:center;}
.twoBox .itemBox ul li dl dd{width:80%;margin:15px auto;font-size:16px;color:#666;line-height:24px;}
.twoBox .itemBox ul li dl span{display:block;width:28px;height:28px;background: url(../images/icon.png) no-repeat;background-size:100% 100%; float:right;margin-right:30px;opacity:0.8;}


.threeBox{background:#f1f1f1;padding:80px 0;}
.threeBox .picBox{display:flex;align-items:flex-start;justify-content:space-between;margin-top:60px;}
.threeBox .picBox .flBox{width:874px;}
.threeBox .picBox .flBox ul{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px;}
.threeBox .picBox .flBox ul:last-child{margin-bottom:0px;}
.threeBox .picBox .flBox ul li{overflow:hidden;}
.threeBox .picBox .flBox ul li:nth-child(1){margin-right:10px;}
.threeBox .picBox .frBox{width:320px;flex:1;margin-left:10px;overflow:hidden;}
.threeBox .picBox li:hover img,.threeBox .picBox .frBox:hover img{
	transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
}

.fourBox{padding:80px 0;background:url(../images/picBg02.jpg) no-repeat;background-size:cover;}
.fourBox .titBox{}
.fourBox .titBox dt{color:#fff;}
.fourBox .titBox dt::after{background:#fff;}
.fourBox .titBox dd{color:#fff;}
.fourBox .titBox p{color:#fff;} 

.fourBox .itemBox{margin-top:60px;}
.fourBox .itemBox ul{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;}
.fourBox .itemBox ul li{width:32.5%;margin-bottom:15px;overflow:hidden;}
.fourBox .itemBox ul li img{cursor:pointer;}
.fourBox .itemBox ul li:hover img{
	transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
}

.fiveBox{background:#f1f1f1;padding:80px 0;}
.fiveBox .itemBox {display:flex;align-items:flex-start;justify-content:space-between;margin-top:50px;}
.fiveBox .itemBox .firstBox{width:435px;height:100%;cursor:pointer;overflow:hidden;}
.fiveBox .itemBox .firstBox:hover img{
	transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
}
.fiveBox .itemBox .item{width:755px;}
.fiveBox .itemBox .item ul{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;}
.fiveBox .itemBox .item ul li{width:375px;height:248px;margin-bottom:10px;overflow:hidden;cursor:pointer;}
.fiveBox .itemBox .item ul li img{display:block;height:100%;}
.fiveBox .itemBox .item ul li:hover img{
	transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
}
.fiveBox .itemBox .item ul li:nth-child(n+3){margin-bottom:0}

.hslfooter{margin-top:0;}


.tipModal{background:rgba(0,0,0,0.8);padding:20px;border-radius:20px;color:#fff;text-align:center;max-width:80%;line-height:30px;position: fixed;z-index:9999999999999;left:50%;top:50%;margin-top:-35px;display:none;}