/** 鑳屾櫙杞姩鍥� start **/
.slideBox {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 300px;
    z-index: 1;
}

.slideBox .hd {
    position: absolute;
    bottom: 10px;
    left: 0;
    z-index: 1;
    overflow: hidden;
    width: 100%;
    height: 20px;
    text-align: center;
}

.slideBox .hd a {
    display: inline-block;
    overflow: hidden;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    border-radius: 14px;
    background-color: #bbb;
    line-height: 99em;
    cursor: pointer;
}

.slideBox .hd a.on {
    background-color: #fff;
}

.slideBox .bd {
    position: relative;
    z-index: 0;
    height: 100%;
}

.slideBox .bd a {
    display: block;
    width: 100%;
    outline: 0;
    height: 300px;
}

.slideBox .bd li {
    width: 100%;
    height: 300px;
    vertical-align: middle;
    zoom: 1;
}

.slideBox .bd li img {
    width: 1060px;
    height: 300px;
}

/** 鑳屾櫙杞姩鍥� end **/

/** 姝ラ鎸夐挳 start **/
.step-link {
    margin: 20px 0 30px 2px;
}

.step-link li {
    float: left;
}

.step-link li.arrow {
    width: 48px;
    height: 100px;
}

.step-link li.arrow i {
    display: block;
    background: url("../img/icon-btn.png") -500px 0;
    width: 25px;
    height: 50px;
    margin: 18px auto;
}

.step-link li a .circle {
    width: 90px;
    height: 80px;
    padding-top: 10px;
    background-color: #dbeaf7;
    border-radius: 45px;
    font-size: 12px;
    letter-spacing: 0.02em;
    text-align: center;
    position: relative;
}

.step-link li a .circle i {
    display: block;
    width: 65px;
    height: 65px;
    margin: 0 auto;
    background-image: url("../img/icon-btn.png");
}

.step-link li a i.link-cgba {
    background-position: -58px 0;
}

.step-link li a i.link-jy {
    background-position: -123px 0;
}

.step-link li a i.link-zh {
    background-position: -185px 0;
}

.step-link li a i.link-zx {
    background-position: -247px 0;
}

.step-link li a i.link-bgbj {
    background-position: -310px 0;
}

.step-link li a i.link-msgl {
    background-position: -376px 0;
}

.step-link li a i.link-whgl {
    background-position: -439px 0;
}

.step-link li a .circle span {
    display: none;
    position: absolute;
    top: 25px;
    color: #fff;
    width: 80px;
    margin-left: 5px;
}

.step-link li a:hover .circle, .step-link li a.active .circle {
    background-color: #0f89df;
}

.step-link li a:hover .circle i, .step-link li a.active .circle i {
    background: none;
}

.step-link li a:hover .circle span, .step-link li a.active .circle span {
    display: block;
}

.step-link li a .des {
    width: 100%;
    text-align: center;
    font-size: 12px;
    margin-top: 8px;
    color: #000;
    font-weight: bold;
    letter-spacing: 0.02em;
}

.step-link li a:hover .des, .step-link li a.active .des {
    color: #3b93dc;
}

/** 姝ラ鎸夐挳 end **/

/** 鍥剧墖鏂伴椈鐨勬粴鍔ㄥ浘 start **/
.SlideBox-01 {
    margin: 10px auto 0;
    height: 215px;
    overflow: hidden !important;
    position: relative;
    width: 362px;
}

.SlidePic-01 {
    position: absolute;
}

.SlidePic-01 li {
    float: left;
    height: 215px;
    overflow: hidden;
}

.SlidePic-01 li a {
    color: #fff;
}

.SlidePic-01 li .Photo, .SlidePic-01 li .Photo img {
    height: 190px;
    width: 362px;
}

.SlidePic-01 li .Txt {
    background: #424242 none repeat scroll 0 0;
    color: #fff;
    height: 24px;
    font-size: 12px;
    line-height: 24px;
    text-align: left;
    padding-left: 10px;
    width: 352px;
}

.SlideBtn-01 {
    bottom: 8px;
    float: right;
    position: absolute;
    right: 20px;
}

.SlideBtn-01 li {
    background-color: #7f7473;
    cursor: pointer;
    float: left;
    height: 10px;
    line-height: 10px;
    text-align: center;
    width: 10px;
    margin-right: 2px;
}

.SlideBtn-01 li.Current {
    background-color: #fff;
}

/** 鍥剧墖鏂伴椈鐨勬粴鍔ㄥ浘 end **/
/** 骞冲彴鍏ュ彛 start **/
.login-area {
    width: 230px;
    margin: 25px auto 0;
}

.login-area li {
    border-bottom: 1px solid #dddddd;
    padding-bottom: 6px;
    margin-bottom: 15px;
}

.login-area li.no-border {
    border: none;
}

.login-area li i {
    display: block;
    width: 20px;
    height: 20px;
    float: left;
    background-image: url("../img/icon-title.png");
}

.login-area li i.account {
    background-position: -280px 0;
}

.login-area li i.password {
    background-position: -262px 0;
}

.login-area li i.verify {
	display: block;
    width: 20px;
    height: 20px;
    float: left;
    background-image: url("../img/gantanhao.png");
    background-size:20px,20px;
    background-position: center;
}

.login-area li input {
    border: none;
    width: 200px;
    margin-left: 10px;
    height: 25px;
}

.login-area li .login-btn {
    width: 100%;
    height: 40px;
    font-size: 16px;
    background-color: #f8c206;
    color: #fff;
    border: none;
    cursor: pointer;
    border-radius: 3px;
    margin-top: 20px;
}

.login-area li a {
    color: #000;
    font-size: 12px;
}

/** 骞冲彴鍏ュ彛 end **/
/** 骞冲彴浠嬬粛 start **/
.s-banner {
    width: 260px;
    display: block;
    margin: 10px auto 0;
}

.introduce {
    text-indent: 2em;
    width: 86%;
    margin: 10px auto;
    color: #555555;
    font-size: 12px;
}

/** 骞冲彴浠嬬粛 end **/

/** 鐩稿叧缁熻 start **/
.chart {
    padding: 10px 6px;
    width: 340px;
    float: left;
}

/** 鐩稿叧缁熻 end **/

/** 搴曢儴閫夋嫨妗� start **/
.select {
    width: 880px;
    margin: 0 auto 10px;
}

.select li {
    display: block;
    width: 200px;
    margin: 0 10px;
    float: left;
}

.sle-bg {
    width: 198px;
    height: 24px;
    border: 1px solid #dddddd;
    display: block;
}

.sle-bg .sle-hid {
    display: block;
    width: 176px;
    overflow: hidden;
    float: left;
}

.sle-bg .sle-hid .sle {
    width: 198px;
    height: 24px;
    background: none;
    border: none;
    padding-left: 40px;
    color: #999999;
}

.sle-bg .sle-hid .sle:focus {
    padding-left: 0;
}

.sle-bg .sle-arrow {
    width: 20px;
    height: 20px;
    display: block;
    float: left;
    background: url("../img/icon-title.png") -230px 0;
}

/** 搴曢儴閫夋嫨妗� end **/


