html{ font-size:14px; }
body{
	margin:0;
	padding:0;
	background-color:#fff;
	overflow-x:hidden;
}
div,img,h3,h4,p,dd,dl,em{margin: 0; padding: 0; border: 0;}
h1{font:bold 1.26em Arial, Sans-Serif;letter-spacing:0px;margin:0;padding:0}
h2{font:bold 1.7em Arial, Sans-Serif;letter-spacing:0px;font-size:16px;color:#000;background:inherit;margin:0 0 5px;padding:0}
p{margin:0 auto}
ul,li{list-style:none;margin:0;padding:0}
form{margin:0}
a{text-decoration:none;}
a:hover{text-decoration:none; color:#c01701;transition:all 0.2s linear 0s;}
.clear{font-size:0; line-height:0;clear: both;overflow: hidden; zoom: 1;}
.fr{float:right;}
.fl{float:left;}

.menu_bg{background-color:#000;}

.banner{width:100%;}

.banner .fudong{width:100%;background: #f7f7f7 url(../images/youshibg.png) repeat-x center center;transition: all .3s ease;
    height: 380px;}
	
.banner h3{position: absolute;width: 100%;text-align:center;text-shadow: 3px 3px 6px #000;
    font-weight: bold;
    top: 260px;
    font-size: 1.6vw;
    color: #fff;}
.banner p{position: absolute;width: 100%;text-align:center;text-shadow: 6px 5px 6px #000;
    font-weight: bold;
    top: 430px;
    left: 0%;
    font-size: 18px;
    color: #fff;}
	
.about{width:80%;margin:80px auto;background: url(../images/xiaodd_03.jpg) center no-repeat;}
.about h3{font-size:1.8vw;color:#333;font-weight:bold;text-align:center;}
.about p{font-size:0.85vw;color:#888;line-height: 30px; margin-top: 30px;text-align:left;}

.youshiall{background:#f3f3f3;width:100%;padding:120px 0;}
.youshi{width:80%;overflow: hidden;margin:0px auto;}
.youshi h3{font-size:1.8vw;color: #000;text-align:center;margin-bottom:60px;font-weight: bold;}
.youshi ul{padding:0;margin:0;}
.youshi ul li{float:left;width: 22%;background: #FFF;margin-right: 4%;text-align: center;border-radius: 30px;}
.youshi ul li:nth-child(4){margin-right:0px;}
.youshi ul li img{width:80px;margin: 30px 0 5px 0;-webkit-transition: all 0.6s ease-in-out;  -moz-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;}
.youshi ul li:hover img{transform: scale(1.2,1.2); -webkit-transform: scale(1.2,1.2);}
.youshi ul li h2{font-size: 1vw;font-weight: bold;
    color: #000;
    padding: 0px 0;
    width: 125px;
    height: 30px;
    line-height: 30px;
    margin: 30px auto;}
.youshi ul li p{font-size:0.9vw;color:#999;line-height: 30px;width:80%;margin:0 auto;padding-bottom: 30px;}

.aboutbg{width:100%;background:url(../images/fuwu_ban.jpg) repeat-x center center fixed;height: 500px;}	


.toplan {
    width: 80%;
    margin: -120px auto 0 auto;
    background: #fff;
    overflow: hidden;
    height: 180px;
    border-radius: 30px;
}
.toplan ul{padding:0;margin: 0 auto;
    width: 600px;}
.toplan ul li{width:50%;float:left;text-align: center;}
.toplan ul li a{color:#333;font-size:16px;line-height: 120px;position: relative;}
.toplan ul li a::before {
    content: "";
    position: absolute;
    left: -25px;
    top: 0;
    width: 2px;
    height: 100%;
    background: #ef2d1a;
}

@media (max-width: 760px) {

.banner h3 {
    position: absolute;
    width: 60%;
    text-align: center;
    text-shadow: 3px 3px 6px #000;
    font-weight: bold;
    top: 25vw;
    font-size: 5vw;
    color: #fff;
    left: 20%;
}
.toplan {
    width: 96%;
    margin: -120px auto 0 auto;
    background: #fff;
    overflow: hidden;
    height: 180px;
    border-radius: 30px;
}
.toplan ul {
    padding: 0;
    margin: 0 auto;
    width: 100%;
}
.toplan ul li {
    width: 50%;
    float: left;
    text-align: center;
}
.about {
    width: 96%;
    margin: 0px auto 5vw auto;
    background: url(../images/xiaodd_03.jpg) center no-repeat;
}
.about h3 {
    font-size: 5vw;
    color: #333;
    font-weight: bold;
    text-align: center;
}
.about p {
    font-size: 14px;
    color: #888;
    line-height: 30px;
    margin-top: 30px;
    text-align: left;
}
.youshiall {
    background: #f3f3f3;
    width: 100%;
    padding: 60px 0;
}
.youshi {
    width: 96%;
    overflow: hidden;
    margin: 0px auto;
}
.youshi h3 {
    font-size: 5vw;
    color: #000;
    text-align: center;
    margin-bottom: 60px;
    font-weight: bold;
}
.youshi ul li {
    float: left;
    width: 49%;
    background: #FFF;
    margin-right: 2%;
    text-align: center;
    border-radius: 30px;
	margin-bottom: 2%;
}
.youshi ul li:nth-child(2n) {
    margin-right: 0px;
}
.youshi ul li h2 {
    font-size: 4vw;
    font-weight: bold;
    color: #000;
    padding: 0px 0;
    width: 125px;
    height: 30px;
    line-height: 30px;
    margin: 10px auto;
}
.youshi ul li p {
    font-size: 3.5vw;
    color: #999;
    line-height: 5vw;
    width: 80%;
    margin: 0 auto;
    padding-bottom: 30px;
    height: 8vw;
}
}

