/*头部开始*/
.header {
    width: 100%;
    height: 120px;
    overflow: hidden;
}

.header_top {
    width: 100%;
    height: 32px;
    background: #f8f7f7;
}

.header_top_con {
    width: 1200px;
    height: 32px;
    margin: 0 auto;
}

.header_top_con_lefttext {
    width: auto;
    height: 32px;
    line-height: 32px;
    font-size: 12px;
    color: #999999;
    float: left;
}

.login_register {
    width: 120px;
    height: 32px;
    background: #379be9;
    float: right;
}

.login_register a {
    width: auto;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
}

.login_pic {
    width: 11px;
    height: 15px;
    display: inline-block;
    background-position: 0px -15px;
    background: url(/static/images/rw_icon.png) no-repeat scroll transparent;
    margin: 0px 6px 0px 10px;
    vertical-align: -2px;
}

.login_register span {
    color: #fff;
    margin: 0 1px 0 5px;
}

.login_register_user {
    width: 220px;
    height: 32px;
    color: #999999;
    float: right;
    font-size: 12px;
}

.login_register_user a {
    width: auto;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    color: #999999;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    margin-left: 10px;
}

.header_logo {
    width: 100%;
    height: 87px;
    float: left;
    border-bottom: 1px solid #e8e8e8;
    background: #ffffff;
}

.header_logo_con {
    width: 1200px;
    height: 88px;
    margin: 0 auto;
}

.header_logo_img {
    width: 326px;
    height: 50px;
    float: left;
    display: block;
    margin: 23px 0px 0px 0px;
}

.logo_pic {
    width: 150px;
    height: 50px;
    display: inline-block;
    background: url(/static/images/logo.jpg) no-repeat;
}

.logo_pic_txt {
    width: 158px;
    height: 24px;
    float: right;
    border-left: 1px solid #e8e8e8;
    margin: 10px 6px;
}

.logo_pic_txt p {
    width: auto;
    height: 24px;
    font-size: 16px;
    color: #666;
    font-family: simsun;
    line-height: 26px;
    float: right;
}

.brand_logo_pic_txt {
    width: 110px;
    height: 30px;
    float: left;
    background: #dd4f50;
    margin: 2px 0px 0px 15px;
    display: inline;
}

.brand_logo_pic_txt p {
    width: 110px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    font-size: 22px;
}

.header_logo_con ul {
    width: 700px;
    height: 88px;
    float: right;
}

.header_logo_con ul li {
    width: 116px;
    height: 88px;
    float: left;
    line-height: 88px;
    text-align: center;
    position: relative;
    z-index: 30px;
}

.header_logo_con ul li a {
    width: 98px;
    height: 88px;
    line-height: 88px;
    font-size: 16px;
    color: #666666;
}

.header_logo_con ul li span {
    width: 20px;
    height: 16px;
    background: url(/static/images/rw_icon.png) no-repeat;
    background-position: -21px 0px;
    position: absolute;
    z-index: 31px;
    top: 20px;
    right: -3px;
}

.header_logo_con ul li:hover a {
    color: #379be9;
}

/*头部结束*/

/*banner轮播开始*/
.mid {
    width: 100%;
    position: relative;
    margin: 0px auto;
    overflow: hidden;
}

.mid .banner {
    width: 1424px;
    margin: 0px auto;
    text-align: center;
    height: 412px;
    overflow: hidden;
}

.mid .login {
    width: 296px;
    height: 382px;
    position: absolute;
    top: 9px;
    right: 6%;
    box-shadow: 5px 5px 30px #444444;
}

.mid .login .head h3 {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    line-height: 45px;
    padding: 5px 26px;
    background-color: #08a5e0;
}

.mid .login .body {
    width: 246px;
    height: 232px;
    padding: 19px 25px;
    background-color: #fafafa;
}

.mid .login .body p {
    height: 44px;
    padding: 7px 0px;
}

.mid .login .body .text {
    height: 24px;
    line-height: 24px;
    border: 0;
    padding: 10px 30px;
    outline: none;
}

.mid .login .body .text1 {
    width: 185px;
    background: url(/static/images/bg_03.png) no-repeat;
}

.mid .login .body .text2 {
    width: 185px;
    background: url(/static/images/bg_04.png) no-repeat;
}

.mid .login .body .text3 {
    width: 85px;
    background: url(/static/images/bg_05.png) no-repeat;
}

.mid .login .body .verify {
    width: 94px;
    height: 42px;
    margin: -4px 0px 0px 0px;
    border: 1px solid #c2c9cf;
}

.mid .login .body .button {
    width: 100%;
    height: 43px;
    background-color: #08a5e0;
    text-align: center;
    font-size: 14px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.mid .login .body .button:hover {
    background-color: #229fce;
}

.mid .login .body .btn1 {
    float: left;
    color: #fff;
}

.mid .login .body .btn2 {
    background: url(/static/images/bg_07.png) no-repeat;
    float: right;
    color: #6d798c;
}

.mid .login .foot {
    height: 69px;
    line-height: 69px;
    text-align: center;
    font-size: 16px;
    color: #6d798c;
    background-color: #fafafa;
}

.mid .login .foot em {
    color: #d73800;
    padding: 0px 5px 0px 0px;
}

.mid .login .btn-link {
    font-weight: normal;
    color: #08a5e0;
    border-radius: 0;
    font-size: 14px;
}

/* 到这里 登录开始 */
.mid .login .body .logined .title {
    font-size: 15px;
    color: #333;
    text-align: center;
    margin-bottom: 15px;
}

.mid .login .body .logined .userImg {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    border: none;
    margin-bottom: 15px;
}

.mid .login .body .logined .userLoginTxtTip {
    text-align: center;
    font-size: 16px;
    margin-bottom: 5px;
}

.mid .login .body .logined .userNameTxt {
    text-align: center;
    width: 246px;
    height: 17px;
    overflow: hidden;
    margin-bottom: 5px;
    color: #08a5e0;
    font-size: 13px;
    margin-bottom: 10px;
}

.mid .login .body .logined .qbtn {
    width: 100%;
    display: block;
    height: 35px;
    line-height: 35px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 8px;
    background: #08a5e0;
    border-radius: 4px;
    text-align: center;
}

.mid .login .body .logined .otherLoginBtn {
    width: 100%;
    display: block;
    height: 35px;
    line-height: 35px;
    color: #333;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    background: #eee;
    border-radius: 4px;
    border: 1px solid #ddd;
    text-align: center;
    font-weight: normal;
}
/* 到这里 登录结束 */
/*banner轮播结束*/

/*vip登录后样式开始*/
.vipinfo {
    overflow: hidden;
    font-size: 14px;
    color: #ffffff;
}

.vipinfo ul li {
    overflow: hidden;
    height: 60px;
    line-height: 60px;
    text-align: center;
}

.vipinfo ul li a {
    color: #ffffff;
    text-decoration: underline;
}

.vipbt {
    overflow: hidden;
    line-height: 30px;
    margin-top: 30px;
    text-align: center;
}

.vipbt a {
    color: #ffffff;
    text-align: center;
    width: 300px;
    margin-bottom: 20px;
}

.vipinfobutton {
    width: 300px;
    height: 30px;
    line-height: 30px;
    background: #379be9;
    border-radius: 20px;
    float: left;
    display: inline;
}
/*vip登录后样式结束*/
/*floor开始*/
.floor {
    overflow: hidden;
    background: #f9f9f9;
    margin: 20px auto;
}

.floor_content {
    width: 1200px;
    margin: 20px auto;
    text-align: center;
}

.floor_title {
    text-align: center;
    cursor: default;
    padding: 20px;
}

.floor_title h2 {
    font-size: 36px;
    color: #08a5e0;
    font-weight: 400;
    padding: 10px;
}

.floor_title p {
    font-size: 18px;
    color: #999;
}

.floor ul {
    margin: 0 auto;
    text-align: center;
}

.floor ul li {
    margin-top: 20px;
    margin-bottom: 20px;
    cursor: default;
    width: 279px;
    height: 270px;
    padding-top: 50px;
    margin-right: 28px;
    float: left;
    background: #fff;
}

.floor ul li .circle {
    margin: 0 auto;
    width: 100px;
    height: 100px;
    position: relative;
}

.floor ul li:hover .circle {
    opacity: 0.5;
    -webkit-filter: grayscale(50%);
    -moz-filter: grayscale(50%);
    -o-filter: grayscale(50%);
    filter: grayscale(50%);
    filter: grayscale(50%);
}

.floor ul li p {
    font-size: 22px;
    color: #08a5e0;
    text-align: center;
    margin: 15px 0 30px 0;
}

.floor ul li span {
    font-size: 15px;
    color: #999;
    width: 139px;
    float: left;
    margin: 5px auto;
    display: block;
}

/*floor1开始*/
.floor1 {
    overflow: hidden;
    background: #fff;
    margin: 20px auto;
}

.floor1_content {
    width: 1200px;
    margin: 20px auto;
    text-align: center;
}

.floor1_title {
    text-align: center;
    cursor: default;
    padding: 20px;
}

.floor1_title h2 {
    font-size: 36px;
    color: #08a5e0;
    font-weight: 400;
    padding: 10px;
}

.floor1_title p {
    font-size: 18px;
    color: #999;
}

.floor1_content .body {
    padding: 20px 0px;
    width: 1200px;
    margin: 0 auto;
}

.floor1_content .body ul li {
    padding: 30px 0px 30px 90px;
    width: 250px;
    height: 66px;
    float: left;
}

.floor1_content .body ul li h3 {
    height: 34px;
    line-height: 34px;
    font-size: 22px;
    color: #08a5e0;
    overflow: hidden;
}

.floor1_content .body ul li p {
    height: 38px;
    line-height: 20px;
    color: #454545;
    overflow: hidden;
}

.floor1_content .body ul li.i1 {
    background: url(/static/images/icon_05.png) no-repeat 0px center;
}

.floor1_content .body ul li.i2 {
    background: url(/static/images/icon_06.png) no-repeat 0px center;
}

.floor1_content .body ul li.i3 {
    background: url(/static/images/icon_07.png) no-repeat 0px center;
}

.floor1_content .body ul li.i4 {
    background: url(/static/images/icon_08.png) no-repeat 0px center;
}

.floor1_content .body ul li.i5 {
    background: url(/static/images/icon_09.png) no-repeat 0px center;
}

.floor1_content .body ul li.i6 {
    background: url(/static/images/icon_10.png) no-repeat 0px center;
}

/*floor2开始*/
.floor2 {
    overflow: hidden;
    background: #f9f9f9;
    margin: 20px auto;
}

.floor2_content {
    width: 1200px;
    margin: 20px auto;
    text-align: center;
}

.floor2_title {
    text-align: center;
    cursor: default;
    padding: 20px;
}

.floor2_title h2 {
    font-size: 36px;
    color: #08a5e0;
    font-weight: 400;
    padding: 10px;
}

.floor2_title p {
    font-size: 18px;
    color: #999;
}

.floor2 ul li {
    width: 600px;
    height: 110px;
    transition: 0.5s;
    float: left;
    margin: 10px auto;
}

.floor2 ul li:hover {
    background: #08a5e0;
}

.floor2 ul li .li_left {
    margin: 20px 0 0 30px;
    float: left;
    width: 70px;
    height: 70px;
    border-width: 2px;
    border-style: solid;
    border-color: #d8d8d8;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #fff;
    transition: 0.5s;
}

.floor2 ul li:hover .li_left {
    border-color: #fff;
    background-color: transparent;
}

.floor2 ul li .left_1 {
    background-image: url(/static/img/f3_icon01.png);
}

.floor2 ul li .left_2 {
    background-image: url(/static/img/f3_icon02.png);
}

.floor2 ul li .left_3 {
    background-image: url(/static/img/f3_icon03.png);
}

.floor2 ul li .left_4 {
    background-image: url(/static/img/f3_icon04.png);
}

.floor2 ul li .left_5 {
    background-image: url(/static/img/f3_icon05.png);
}

.floor2 ul li .left_6 {
    background-image: url(/static/img/f3_icon06.png);
}

.floor2 ul li:hover .left_1 {
    background-image: url(/static/images/f3_icon01-.png);
}

.floor2 ul li:hover .left_2 {
    background-image: url(/static/images/f3_icon02-.png);
}

.floor2 ul li:hover .left_3 {
    background-image: url(/static/images/f3_icon03-.png);
}

.floor2 ul li:hover .left_4 {
    background-image: url(/static/images/f3_icon04-.png);
}

.floor2 ul li:hover .left_5 {
    background-image: url(/static/images/f3_icon05-.png);
}

.floor2 ul li:hover .left_6 {
    background-image: url(/static/images/f3_icon06-.png);
}

.floor2 ul li .li_right {
    float: left;
    width: 430px;
    cursor: default;
    text-align: left;
    padding-left: 25px;
    padding-top: 20px;
}

.floor2 ul li .li_right strong {
    font-size: 16px;
    font-weight: bold;
    color: #666;
    padding-top: 20px;
}

.floor2 ul li .li_right p {
    font-size: 12px;
    color: #999;
    padding-top: 5px;
}

.floor2 ul li:hover .li_right strong {
    color: #fff;
}

.floor2 ul li:hover .li_right p {
    color: #fff;
}

/* 行业动态开始 */
.auto {
    width: 1200px;
    margin: 0 auto;
    height: 300px;
}

.fl {
    float: left;
}

.hydt {
    width: 490px;
    padding: 20px 0;
}

.hydt_title {
    height: 44px;
    line-height: 44px;
    border-bottom: 1px solid #cccccc;
    background: url(/static/images/hydt_title_icon.gif) no-repeat 0 13px;
}

.hydt_title span {
    color: #666666;
    font-size: 20px;
    border-bottom: 1px solid #0066cc;
    padding-left: 20px;
}

.hydt_title a {
    color: #0066cc;
    font-size: 14px;
}

.rt {
    float: right;
}

.hydt_newscont {
    padding: 10px 0;
}

.t-box li {
    height: 32px;
    line-height: 32px;
    font-size: 14px;
}

/* 行业动态结束 */

/*底部开始*/
.footer {
    width: 100%;
    overflow: hidden;
    background-color: #2b2f31;
    color: #fff;
    margin-top: 50px;
    padding: 25px 0px;
}

.footer a {
    color: #fff;
}

.con {
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
}

.footer .footer_1 {
    width: 257px;
    text-align: center;
    border-right: 1px solid #3f4348;
}

.footer .footer_1 h1 {
    line-height: 36px;
    font-size: 24px;
    padding-top: 10px;
    color: #ffffff;
}

.footer .footer_1 h2 {
    line-height: 26px;
    font-size: 12px;
    font-weight: 300;
}

.footer .footer_1 p {
    margin: 15px 0px;
}

.footer .footer_2 {
    overflow: hidden;
    width: 942px;
}

.footer .footer_2 .footer_2_1 {
    line-height: 40px;
    font-size: 14px;
    width: 264px;
    text-align: left;
    padding: 0px 0px 0px 50px;
}

.footer .footer_2 dl dt {
    color: #fff;
    line-height: 25px;
    overflow: hidden;
    font-size: 18px;
    margin-bottom: 20px;
}

.footer .footer_2 a:hover {
    color: #ffffff;
}

.footer .footer_3 {
    text-align: left;
    border-top: 1px solid #3f4348;
    line-height: 50px;
    border-bottom: 1px solid #3f4348;
}

.footer .footer_3 a {
    margin-right: 20px;
}

.footer .footer_3 a:hover {
    color: #08a5e0;
}

.footer .footer_4 {
    font-size: 16px;
    text-align: center;
    padding-top: 10px;
    line-height: 30px;
}

/*底部结束*/
