@charset "utf-8";
/* CSS Document */

/*公共样式*/
html{color:#000;background:#FFF;font-family:'Microsoft YaHei';}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td,strong{padding:0;margin:0;font-family:'Microsoft YaHei';}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
a{text-decoration:none;outline:none;}
var,em,strong{font-style:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:14px;font-weight:normal;}
q:before,q:after{content:'';}
legend{color:#000;}
input,button,textarea,select,optgroup,option{font-family:inherit; font-size:14px;font-style:inherit;font-weight:inherit;}
input,button,textarea,select{*font-size:100%;}
input checkbox{ cursor:pointer;}
body{-webkit-user-select:none;-webkit-text-size-adjust:none;-webkit-transform-style:preserve-3d;}
*{-webkit-tap-highlight-color:rgba(0,0,0,0);}
.clearfix:after {content: "\200B";display: block;height: 0;overflow: hidden;clear: both;}
.clear{clear: both;}
.clearfix {*zoom:1;}
.textoverflow{ display:inline-block; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; word-wrap:normal;}

/*part1*/
.part1{ width:100%; height:auto;}
.p1_text{ width:1000px; height:76px; position:absolute; left:0; top:-560px; *top:-548px;}
.slide{width:100%;  height:auto;  margin:0 auto;}
.slide_cont{ width:100%; height:auto; overflow:hidden;}
.slide_cont ul li{ float:left;height:auto;}
.slide_cont ul li img{ display:block; width:100%; height:auto; margin:0 auto; margin-top:0;min-height:200px;}
.slide_point{ width:96%;max-width:800px;; margin:0 auto; height:50px;background-color:rgba(255,255,255,0.8);position:relative;margin-top:-60px;border-radius:50px;overflow:hidden;}
.slide_point span{ float:left; width:22.44%; text-align:center; height:50px; color:#666; font-size:16px; font-weight:normal; line-height:50px; cursor:pointer;padding-left:2%;border-right:1px #ccc solid;}
.slide_point ul{width:102%;}
.slide_point .point1{ background: url(/statics/images/ico1.png) no-repeat 30px center;}
.slide_point .point2{ background: url(/statics/images/ico2.png) no-repeat 30px center;}
.slide_point .point3{ background: url(/statics/images/ico3.png) no-repeat 30px center;}
.slide_point .point4{ background: url(/statics/images/ico4.png) no-repeat 30px center;}
.slide_point .point5{ background: url(/statics/images/ico5.png) no-repeat 30px center;}
.slide_point .point6{ background: url(/statics/images/ico3.png) no-repeat 30px center;}

.slide_point .cur_point,  .slide_point span:hover{ height:50px;cursor:pointer;background:#de8e0d;color:#fff;width:24.44%;padding-left:0;}
.slide_point .cur_point a,  .slide_point span:hover a{color:#fff;}


@media (max-width:800px){
.slide_point span{font-size:12px;background:none; width:24.44%;padding-left:0;height:40px;line-height:40px;}
	.slide_point .point1{background:none}
	.slide_point .point2{background:none}
	.slide_point .point3{background:none}
	.slide_point .point4{background:none}
	.slide_point .point5{background:none}
	.slide_point .point6{background:none}
.slide_point .cur_point,  .slide_point span:hover{ height:40px;cursor:pointer;background:#de8e0d;color:#fff;width:24.44%;padding-left:0;}
.slide{width:100%;  height:auto;  margin:0 auto;overflow:hidden;padding-bottom:10px;}
.slide_point{height:40px;line-height:40px;}


}