/*header部分*/
.header {
    height: 176px;
}

.header .logo, .header .tit {
    margin-top: 40px;
}

.hea-ri {
    margin-top: 25px;
}

.hea-ri .ri-top {
}

.hea-ri .ri-top a, .hea-ri .ri-top img {
    display: inline-block;
}

.hea-ri .ri-top img {
    margin-top: 4px;
}

.hea-ri .ri-top .cu, .hea-ri .ri-top span {
    color: #d1202f;
}

.hea-ri .ri-top span {
    font-weight: bold;
}

.hea-ri .yj {
    padding-left: 194px;
    line-height: 60px;
}

.hea-ri .yj-inp {
    padding-left: 194px;
}

.hea-ri .yj-inp input, .hea-ri .yj-inp button, .hea-ri .yj-inp img {
    display: block;
    float: left;
}

.hea-ri .yj-inp input {
    border: solid 1px #ccc;
    height: 24px;
    line-height: 24px
}

.hea-ri .yj-inp button {
    margin-top: 1px;
    margin-left: 5px;
}

.hea-ri .yj-inp img {
    margin-top: 3px;
    height: 18px;
    width: 18px;
    margin-left: 5px;
    display: none;
}

.nav {
    height: 52px;
    position: relative;
}

.nav img {
    position: absolute;
    left: 50%;
    margin-left: -1000px;
}



.banner {
    height: 660px;
    position: relative;
}

.ban-box img {
    position: absolute;
    left: 50%;
    margin-left: -1000px;
}

.ban-btn {
    width: 1220px;
    position: absolute;
    left: 50%;
    margin-left: -610px;
    bottom: 20px;
    height: 30px;
    text-align: center;
    z-index: 1000;
}

.ban-btn span {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 50%;
    margin: 5px 5px;
    opacity: 0.4;
    filter: alpha(opacity=40);
    cursor: pointer;
}

.ban-btn .lei {
    opacity: 1;
    filter: alpha(opacity=100);
}

/*内容部分*/
.main {
    margin-top: 30px;
    padding-bottom: 40px;
    font-size: 16px;
    line-height: 30px;
    color: #333;
}

.main .title {
    font-weight: bold;
    color: #06a7e3;
    margin-top: 15px;
}

.main span {
    color: #06a7e3;
}

.main .list {
    height: 30px;
    border-bottom: solid 1px #06a7e3;
}

.main .list1 {
    height: 50px;
    border-bottom: solid 1px #06a7e3;
    width: 33%;
	float:left;
	line-height:50px;
}

.main .list div {
    float: left;
    margin-left: 20px
}

/*.main .ditu{height:400px;border:solid 1px #ccc;margin-top:20px;}*/

/*footer
.footer {
    background: #06a7e3;
    padding: 40px 0 90px 0;
}

.footer-box {
    width: 1100px;
    margin: 0 auto;
}

.footer-box .list {
    width: 190px;
}

.footer-box .list span, .footer-box .list a {
    display: block;
    line-height: 30px
}

.footer-box .list span {
    font-size: 18px;
}

.footer-box .list a {
    font-size: 14px;
    color: #000;
    cursor: pointer;
}
*/