﻿@charset "utf-8";
/* CSS Document */

* {
    padding: 0;
    margin: 0;
}

body {
    font-family: "微软雅黑";
    color: #333;
    font-size: 12px;
}

img {
    border: none;
}

fieldset {
    border: none;
}

a {
    text-decoration: none;
    color: #000;
}
a:hover{ color:#e50012;}

li {
    float: left;
}

ul {
    list-style-type: none;
}

.clear {
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

/*引导页bannnr*/
.guide {
    width: 960px;
    height: 280px;
    margin: 40px 0;
    position: relative;
    margin-bottom: 15px;
}

.guidepic img {
    width: 960px;
    height: 280px;
	border-radius: 20px;
}

.guide .num {
    overflow: hidden;
    height: 25px;
    position: absolute;
    bottom: 12px;
    left: 15px;
    zoom: 1;
    z-index: 3
}

.guide .num li {
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-weight: 400;
    color: #FFFFFF;
    background: #444444;
    margin-right: 10px;
    border-radius: 50%;
    cursor: pointer;
    float: left;
}

.guide .num li.on {
    background: #FF7700;
}

.guide .prev,
.guide .next {
    width: 52px;
    height: 51px;
    background: url(../images/btn.png) no-repeat;
    position: absolute;
    top: 115px;
}

.guide .prev {
    left: -16px;
}

.guide .next {
    right: -16px;
    background-position: right
}

/*引导页bannnr*/
.bg-one {
    background: #f0f0f0;
	background: url(../images/index_bg.png) no-repeat center top;
}

.head {
    width: 100%;
}

.head-top {
  /* padding: 80px 0;*/ 
    width: 100%;
    text-align:center;
}
.head-top h1
{
    line-height:32px; 
    font-size:30px;
    color:#fff;
        font-weight: normal;
    font-family:黑体,Times New Roman;
}

.guide-banner {
    width: 960px;
    margin: 0 auto;
    padding: 0 40px;
}

.main {
    width: 1000px;
    margin: 0px auto;
    overflow: hidden;
    margin-top:8%;

}

.guide-main {
     width:1000px; 
}

.guide-main .guide-nav {
    float: left;
    width:1000px; 
}

.guide-main .guide-nav .guide-top {
    height: 158px;
    /*background: url("../images/bg-guide.png") no-repeat;*/
    margin-top:25px;
	text-align:center;
}

.guide-main .guide-nav .guide-top img {
    margin-top:10px;
}

.guide-main .guide-nav .guide-bottom {
    width: 100%;
    padding: 10px;
	text-align:center;
}

.guide-main .guide-nav .guide-bottom a {
    width: 100%;
    font-size: 25px;
	font-weight:bold;
	color:#c6e1f0;
	margin-right:20px;
	font-family:黑体,Times New Roman;
}
.guide-main .guide-nav .guide-bottom a:hover {
	color:#f00; 
}
.head-top .font_times{font-family:Times New Roman;}
.guide-main .guide-nav .guide-bottom .font_times{font-family:Times New Roman;}