﻿/* 必要布局样式css */

.cban_box {
    height: 360px;
    width: 100%;
}

.cban_box ul {
    height: 100%;
}

.cban_box ul li {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
}

.cban_box ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

.cban_box .chubd {
    left: 50%;
    margin-left: -600px;
    bottom: 0px;
    height: 30px;
}

.cban_box .chubd a {
    margin-right: 10px;
    display: inline-block;
    background: rgba(0, 0, 0, 0.3);
    background: #999;
    color: #fff;
    font-size: 15px;
    text-align: center;
    height: 36px;
    line-height: 30px;
    padding: 0px 30px;
    border-radius: 5px 5px 0px 0px;
    cursor: pointer;
    position: relative;
}

.cban_box .chubd a.on,
.cban_box .chubd a:hover {
    background: #ff8a10;
    transform: translateY(-6px);
    line-height: 36px;
}

.cban_box .cban_tj {
    width: 360px;
    height: 300px;
    background: url(../image/bg_tm.png) repeat left top;
    left: 50%;
    margin-left: 240px;
    top: 35px;
    text-align: center;
}

.cban_box .cban_tj p {
    color: #fff;
    padding-top: 45px;
    font-size: 24px;
}

.cban_box .cban_tj h6 {
    display: block;
    text-align: center;
    color: #f8e774;
    font-size: 72px;
    line-height: 100px;
    font-weight: 100;
}

.cban_box .cban_tj h5 {
    display: block;
    text-align: center;
    color: #f8e774;
    font-size: 48px;
    line-height: 80px;
    font-weight: bold;
}

.cban_box .cban_tj span {
    display: block;
    opacity: 0.5;
    filter: alpha(opacity=50);
    color: #fff;
    font-size: 16px;
    line-height: 30px;
}

.cban_box .cban_tj a {
    display: block;
    width: 225px;
    margin: 10px auto 0px;
    background: #ff8a10;
    color: #fff;
    font-size: 18px;
    height: 50px;
    border-radius: 5px;
    line-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cban_box .cban_tj a:hover {
    background: #ff6410;
}

.ylc_list_pic {
    width: 100%;
    height: 290px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
}

.Service-box {
    width: 1200px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    background-color: #fff;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.Service-item {
    width: 195px;
    padding: 30px 16px;
    text-align: center;
    float: left;
    height: 230px;
    border: 1px solid #E7E7E7;
    box-sizing: border-box;
    border-radius: 10px;
    overflow: hidden;
}

.Service-content .Service-item {
    -webkit-transition: all 160ms;
    transition: all 160ms;
}

.item-title {
    line-height: 25px;
    font-size: 18px;
    color: #3D3D3D;
    padding: 22px 0 7px;
    font-family: 'PingFangSC-Regular', "Microsoft YaHei", Tahoma, sans-serif;
    font-weight: normal;
}

.item-text {
    color: #9A9A9A;
    font-size: 12px;
    line-height: 17px;
    height: 34px;
    overflow: hidden;
    font-family: 'PingFangSC-Regular', "Microsoft YaHei", Tahoma, sans-serif;
}

.item-link {
    font-family: 'PingFangSC-SC', "Microsoft YaHei", Tahoma, sans-serif;
    color: #FFFFFF;
    display: none;
    padding: 6px 20px;
    background-color: #05A6F3;
    margin: 17px auto;
    font-size: 14px;
    line-height: 25px;
    border-radius: 5px;
    -webkit-transition: all 160ms;
    transition: all 160ms;
    font-weight: normal;
}

.Service-item:hover {
    border-color: #DEDDDD;
    padding-top: 26px;
    position: relative;
    z-index: 99;
    text-decoration: none;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    -webkit-transform: translate3d(0, -3px, 0);
    transform: translate3d(0, -3px, 0);
}

.Service-item:hover .item-image {
    height: 60px;
    width: 60px;
    line-height: 60px;
    margin: 0 auto;
}

.Service-item:hover .item-link {
    display: block;
}

.Service-item:hover .item-title {
    padding: 10px 0 7px;
}

.Service-item+.Service-item {
    position: relative;
}

.item-tag {
    width: 67px;
    height: 67px;
    color: #FFFFFF;
    position: absolute;
    transform: rotateZ(-315deg);
    top: 9px;
    right: 9px;
    font-size: 12px;
    line-height: 17px;
}

.item-background {
    width: 67px;
    height: 67px;
    position: absolute;
    top: 0px;
    right: 0px;
}

.item-background img {
    width: 100%;
    height: 100%;
}


/* 新闻公告 */

.ylc_news_rankings {
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
}

.ylc_news_rankings_1200 {
    width: 1200px;
    display: flex;
    flex-flow: row nowrap;
}

.ylc_news {
    width: 60%;
}

.ylc_rankings {
    width: 40%;
}

.ylc_rankings_num {
    background-color: #ef5651;
    width: 18px;
    height: 18px;
    border-radius: 18px;
    color: white;
    line-height: 18px;
}

.ylc_rankings_winpoints {
    color: red;
}

.layui-table-center th {
    text-align: center;
}

.ylc_carousel_1920 {
    width: 100%;
    margin: 0 auto;
}


/* 功能介绍 */

.auto-box {
    width: 100%;
    height: auto;
    background: #fff
}

.main-box {
    max-width: 1200px;
    height: auto;
    margin: 0 auto
}

.index-tit {
    padding: 40px 0;
    text-align: center
}

.index-tit h1 {
    font-size: 30px;
    color: #363f45;
    font-weight: normal
}

.index-tit p {
    font-size: 20px;
    color: #abb0b4;
    padding-top: 15px
}

.index-tserver {
    width: 100%;
    background: url('../image/360server-line.png') no-repeat center 145px;
    box-sizing: border-box;
    text-align: center;
    padding: 0 2.6%
}

.index-tserver li {
    width: 24.8%;
    min-width: 162px;
    height: 162px;
    text-align: center;
    box-sizing: border-box;
    padding-top: 106px;
    font-size: 14px;
    color: #656d73;
    display: inline-block;
    position: relative;
    cursor: pointer;
    margin-bottom: 60px;
    margin-left: -0.1%
}

.index-tserver li.tserver-list1 {
    background: url('../image/360server-icon1.png') no-repeat center top
}

.index-tserver li.tserver-list2 {
    background: url('../image/360server-icon2.png') no-repeat center top
}

.index-tserver li.tserver-list3 {
    background: url('../image/360server-icon3.png') no-repeat center top
}

.index-tserver li.tserver-list4 {
    background: url('../image/360server-icon4.png') no-repeat center top
}

.index-tserver li.tserver-list5 {
    background: url('../image/360server-icon5.png') no-repeat center top
}

.index-tserver li.tserver-list6 {
    background: url('../image/360server-icon6.png') no-repeat center top
}

.index-tserver li.tserver-list7 {
    background: url('../image/360server-icon7.png') no-repeat center top
}

.index-tserver li p {
    width: 162px;
    height: 162px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -81px;
    border-radius: 81px;
    padding: 40px 30px;
    box-sizing: border-box;
    text-align: left;
    font-size: 14px;
    line-height: 22px;
    background: linear-gradient(111deg, #04bde4, #1067fe);
    display: none
}

.index-tserver li p a {
    color: #fff
}

.index-tserver li p.animated {
    animation-duration: .5s;
    animation-fill-mode: both
}

.index-tserver li:hover p {
    display: block
}

.index-tserver-ad {
    width: 100%;
    background: #f3f3f3;
    text-align: center;
    padding: 40px 0
}

.index-tserver-ad li {
    display: inline-block;
    color: #abb0b4;
    font-size: 16px;
    padding: 0 3%
}

.index-tserver-ad li img {
    vertical-align: middle;
    display: inline-block;
    margin-right: 5px
}

.index-tserver-ad li+li {
    border-left: 1px solid #e2e3e4
}

.zoomin {
    animation-name: zoomin
}

@keyframes zoomin {
    0% {
        opacity: 0;
        transform: scale(.3)
    }
    50% {
        opacity: 1
    }
}


/* 首页轮播 */

.lunbo {
    position: relative;
    overflow: hidden;
}


/*** 首页幻灯片 ***/

.slide-main {
    height: 360px;
    position: relative
}

.prev,
.next {
    display: block;
    width: 44px;
    height: 44px;
    position: absolute;
    z-index: 222;
    top: 150px;
    overflow: hidden;
    cursor: pointer;
    opacity: 0.6;
    -moz-opacity: 0.6;
    filter: alpha(opacity=60);
    _border: 1px solid none
}

.prev {
    left: 70px
}

.next {
    right: 70px
}

.prev:hover,
.next:hover,
.nav-main a:hover,
.nav-main a.cur {
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100)
}

.slide-box,
.slide {
    display: block;
    width: 100%;
    height: 360px;
    overflow: hidden;
}

.slide-box {
    position: relative;
}

.slide {
    display: none;
    height: 360px;
    background-color: #f44337;
    position: relative;
    position: absolute;
    z-index: 8;
}

.slide a {
    display: block;
    width: 100%;
    height: 360px;
    text-align: center
}

.item {
    display: block;
    width: 100%;
    height: 5px;
    position: absolute;
    z-index: 124;
    top: 310px;
    left: 0;
    text-align: center
}

.item a {
    display: inline-block;
    width: 24px;
    height: 5px;
    margin-right: 11px;
    background-color: #333;
    opacity: 0.6;
    -moz-opacity: 0.6;
    filter: alpha(opacity=60);
    overflow: hidden
}

.item a.cur {
    background-color: #fff;
}


/*** Login/UserInfo ***/

.banner {
    width: 980px;
    margin: 0 auto;
    position: relative;
    font-family: 微软雅黑
}

.banner .dz_box {
    width: 300px;
    right: 0;
    top: -335px;
    position: absolute;
    z-index: 9999;
    background: rgba(255, 255, 255, 0.73);
    -webkit-box-shadow: 0 0 5px #000;
    -moz-box-shadow: 0 0 5px #000;
    box-shadow: 0 0 5px #000
}

.login {
    margin: 15px;
    background: rgba(255, 255, 255, 0.65);
    padding: 15px;
    overflow: hidden
}

.login .hd {
    margin-bottom: 15px;
    overflow: hidden
}

.login .hd .UserLog {
    float: left;
    font-size: 18px
}

.login .hd .Service {
    float: right;
    color: #03bce4;
}

.login .hd .Service a {
    color: #03bce4;
}

.login .hd .Service a:hover {
    color: #F60
}

.login .register_srk {
    width: 96%;
    height: 35px;
    line-height: 35px;
    background: #fff;
    border: 1px solid #e5e5e5;
    margin-top: 6px;
    padding: 0 2%;
}

.login .baohan {
    overflow: hidden;
}

.login .baohan .register_srk1 {
    width: 50%;
    height: 35px;
    line-height: 35px;
    background: fff;
    border: 1px solid #e5e5e5;
    margin-top: 6px;
    padding: 0 2%;
    float: left;
}

.login .baohan .register_right {
    width: 40%;
    float: right;
    height: 35px;
    line-height: 35px;
    background: #fff;
    border: 1px solid #e5e5e5;
    margin-top: 6px;
}

.login .register_button {
    background: #f44337;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    display: block;
    margin: 10px 0
}

.login .register_button:hover {
    text-decoration: none;
    opacity: .75;
    filter: alpha(opacity=75)
}

.lf {
    float: left
}

.lr {
    float: right
}


/*
 *通知公告
*/

.ctz_box {
    height: 52px;
    background: #f1f7fe;
}

.ctz_con {
    background: url(../image/tz.png) no-repeat left center;
    height: 50px;
}

.ctz_con ul {
    position: relative;
    left: 50px;
    width: 700px;
}

.ctz_con ul li {
    height: 52px;
    line-height: 52px;
}

.ctz_con ul li a {
    color: #555;
    display: inline-block;
    width: 600px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ctz_con ul li a:hover {
    color: #4db233;
}

.ctz_con ul li span {
    color: #999;
    float: right;
}

.ctz_con a.mor {
    position: absolute;
    right: 0px;
    display: block;
    width: 100px;
    height: 24px;
    line-height: 24px;
    color: #999;
    border: 1px solid #999;
    top: 14px;
    border-radius: 5px;
    text-align: center;
    font-size: 12px;
}

.ctz_con a.mor:hover {
    color: #4db233;
    border-color: #4db233;
}


/*
 *首页数据
*/

.csz_box {
    height: 90px;
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
}

.csz_con ul {
    position: relative;
    left: 10px;
}

.csz_con ul li.li01 {
    width: 330px;
}

.csz_con ul li.li02 {
    width: 290px;
}

.csz_con ul li.li03 {
    width: 290px;
}

.csz_con ul li.li04 {
    width: 290px;
}

.csz_con ul li {
    float: left;
    font-size: 16px;
    color: #555;
    line-height: 90px;
    position: relative;
}

.csz_con ul li div {
    display: inline-block;
}

.csz_con ul li div.szNum_box {
    color: #4db233;
    position: relative;
    top: 5px;
    *top: -52px;
    *float: right;
    *width: 180px;
    *text-align: left;
    *width: auto;
}

.csz_con ul li.li01 div.szNum_box {
    *left: -45px;
}

.csz_con ul li.li02 div.szNum_box {
    *left: -75px;
}

.csz_con ul li.li03 div.szNum_box {
    *left: -35px;
}

.csz_con ul li.li04 div.szNum_box {
    *left: -35px;
}

.csz_con ul li div.szNum_list {
    position: relative;
}

.csz_con ul li div.szNum {
    width: 12px;
    position: relative;
    overflow: hidden;
    height: 22px;
    float: left;
}

.csz_con ul li i {
    position: relative;
    font-style: normal;
    display: block;
    width: 100%;
    height: 22px;
    font-size: 20px;
    line-height: 22px;
    text-align: center;
    font-weight: 100;
}

.csz_con ul li div.szNum_y i {
    font-size: 16px;
    position: relative;
    left: -2px;
    top: 1px;
}

.csz_con ul li span.li_btn {
    display: inline-block;
    width: 30px;
    height: 25px;
    background: url(../image/btnSprites.png) no-repeat;
    position: relative;
    top: 8px;
    margin-right: 5px;
    *top: 5px;
}

.csz_con ul li span.li_btn01 {
    background-position: -154px 0px;
}

.csz_con ul li span.li_btn02 {
    background-position: -194px 0px;
    top: 6px;
    left: 3px;
}

.csz_con ul li span.li_btn03 {
    background-position: -223px 0px;
}

.csz_con ul li span.li_btn04 {
    background-position: -259px 0px;
}

.csz_con ul li:hover {
    color: #6dc058;
}

.csz_con ul li:hover span.li_btn01 {
    background-position: -154px -25px;
}

.csz_con ul li:hover span.li_btn02 {
    background-position: -194px -25px;
}

.csz_con ul li:hover span.li_btn03 {
    background-position: -223px -25px;
}

.csz_con ul li:hover span.li_btn04 {
    background-position: -259px -25px;
}


/*
 *首页优势
*/

.cys_box {
    background: #fff;
}

.cys_con {
    height: 170px;
}

.cys_box .cys_conList {
    width: 270px;
    height: 77px;
    position: absolute;
    top: 46px;
}

.cys_conOne {
    left: 0px;
}

.cys_conTwo {
    left: 50%;
    margin-left: -135px;
}

.cys_conThree {
    right: 0px;
}

.cys_box .cys_conList .pic {
    height: 100%;
    width: 95px;
}

.cys_box .cys_conList .pic .cicle {
    background: url(../image/btnSprites.png) no-repeat -513px 0;
    width: 79px;
    height: 77px;
    left: 0px;
    top: 0px;
}

.cys_box .cys_conList .pic .ys_z {
    height: 43px;
    width: 35px;
    left: 50%;
    top: 50%;
    margin-left: -25px;
    margin-top: -21px;
    background: url(../image/btnSprites.png) no-repeat -340px 0;
}

.cys_box .cys_conList .txt h6 {
    font-size: 24px;
    color: #555;
    font-weight: 100;
    line-height: 40px;
}

.cys_box .cys_conList .txt p {
    color: #999;
    font-size: 18px;
}

.cys_box .cys_conOne .pic .ys_z {
    background-position: -340px 0;
}

.cys_box .cys_conTwo .pic .ys_z {
    background-position: -384px 0;
}

.cys_box .cys_conThree .pic .ys_z {
    background-position: -428px 0;
}

.cys_sx {
    width: 1px;
    border-left: 1px dashed #d9d7d7;
    left: 365px;
    top: 45px;
    height: 82px;
}

.cys_sx02 {
    left: 830px;
}

.cys_box .cys_conList:hover .pic .cicle {
    transform: rotate(180deg);
    -webkit-transform: rotate(240deg);
    -moz-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    -o-transform: rotate(240deg);
}

.cys_box .cys_conList:hover .pic .ys_z {
    transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
}

.cys_box .cys_conList:hover .txt h6 {
    color: #4db233;
}

.cys_box .cys_conList:hover .txt p {
    color: #555;
}


/*
 *新手标 标列表
*/

.cbiao_box {
    margin-top: 40px;
    position: relative;
    overflow: hidden;
}

.cbiao_box .tit {
    width: 240px;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.cbiao_box .tit h5,
.cbiao_box .tit p,
.cbiao_box .tit a {
    margin-left: 25px;
}

.cbiao_box .tit h5 {
    font-size: 30px;
    font-weight: 100;
    padding-top: 68px;
}

.cbiao_box .tit p {
    font-size: 16px;
    line-height: 36px;
    padding: 20px 0;
}

.cbiao_box .tit a {
    display: inline-block;
    border: 1px solid;
    border-color: rgba(255, 255, 255, 0.4);
    width: 125px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border-radius: 10px;
    color: #fff;
    position: relative;
    z-index: 3;
}

.cbiao_box .tit a:before {
    z-index: 1;
    content: "";
    display: block;
    height: 100%;
    background: #fff;
    background: none\9;
    /* 所有IE浏览器(ie6+)支持 ；但是IE8不能识别“*”和“_”的css hack；所以我们可以这样写hack */
    opacity: 0.2;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 10px;
    transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    transition: all ease .3s;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -o-transition: all ease .3s;
}

.cbiao_box .tit a:hover:before {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
}

.cbiao_box .tit .pic {
    left: 0px;
    bottom: 0px;
    width: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
}

.cbiao_box .tit .pic img {
    display: block;
    margin: 0px auto;
}

.cbiao_box .txt {
    width: 960px;
    background: #fff;
    height: 100%;
}

.cbiao_xs .tit .pic {
    left: 90px;
    bottom: -10px;
}

.cbiao_xs .tit:hover .pic {
    left: 70px;
    bottom: -10px;
    opacity: 1;
    filter: alpha(opacity=100);
}

.cbiao_sl .tit .pic {
    left: 0px;
    bottom: -60px;
}

.cbiao_sl .tit:hover .pic {
    left: 0px;
    bottom: -30px;
    opacity: 1;
    filter: alpha(opacity=100);
}

.cbiao_xs .tit .pic {
    left: 90px;
    bottom: -10px;
}

.cbiao_xs {
    height: 255px;
    box-shadow: 0px 5px 5px #f1f1f1;
}

.cbiao_xs .tit a:hover {
    background: #1ca36a;
}

.cbiao_xs .tit {
    height: 255px;
    background: url(../image/index_bg01.jpg) no-repeat left top;
}

.cbiao_xs .tit h5 {
    padding-top: 35px;
}

.cbiao_xs .txt {
    width: 940px;
    padding-left: 20px;
}

.cbiao_xs .txt h6 {
    font-size: 20px;
    color: #555;
    font-weight: 100;
    padding-top: 20px;
    border-bottom: 1px solid #e5e5e5;
    height: 60px;
    line-height: 60px;
    position: relative;
    text-indent: 45px;
}

.cbiao_xs .txt h6 i {
    display: inline-block;
    position: absolute;
    width: 30px;
    height: 34px;
    background: url(../image/btnSprites.png) no-repeat 0 -70px;
    left: 0px;
    top: 30px;
    vertical-align: center;
}

.cbiao_xs .txt h6 span {
    float: right;
    font-size: 12px;
    color: #999;
    position: relative;
    left: -30px;
}

.cbiao_xs .txt h6 span b {
    color: #41ad26;
    font-weight: bold;
    font-size: 14px;
}

.cbiao_xs .txt ul {
    width: 923px;
    margin: 45px auto 0;
    height: 90px;
}

.cbiao_xs .txt ul li {
    border-right: 1px solid #e5e5e5;
    width: 215px;
    float: left;
    height: 100%;
}

.cbiao_xs .txt ul li.last {
    border: 0;
    width: 275px;
}

.cbiao_xs .txt ul li b {
    display: block;
    font-size: 48px;
    color: #41ad26;
    font-weight: 100;
    margin: 0 auto;
    height: 60px;
    line-height: 60px;
}

.cbiao_xs .txt ul li .small {
    font-size: 30px;
}

.cbiao_xs .txt ul li span {
    display: block;
    font-size: 16px;
    color: #999;
}

.cbiao_xs .txt ul li.num01 {
    text-indent: 50px;
}

.cbiao_xs .txt ul li.num02 {
    text-indent: 75px;
}

.cbiao_xs .txt ul li.num03 {
    text-indent: 55px;
}

.cbiao_xs .txt ul li.last {
    text-align: center;
}

.cbiao_xs .txt ul li.last a {
    display: block;
    width: 180px;
    height: 46px;
    background: #62cc48;
    text-align: center;
    line-height: 46px;
    color: #fff;
    font-size: 18px;
    margin: 10px auto;
    border-radius: 10px;
    position: relative;
}

.cbiao_xs .txt ul li.last b {
    color: #999;
}

.cbiao_xs .txt ul li.last a:before {
    z-index: 1;
    content: "";
    display: block;
    height: 100%;
    background: #fff;
    background: none/9;
    opacity: 0.15;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 10px;
    transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    transition: all ease .3s;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -o-transition: all ease .3s;
}

.cbiao_xs .txt ul li.last a:hover:before {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
}


/*
 *首页新闻
*/

.cnews_con {
    width: 835px;
    background: #fff;
    padding-bottom: 30px;
}

.cnews_con .tit {
    border-bottom: 1px solid #e5e5e5;
    position: relative;
}

.cnews_con .tit a.tab {
    display: inline-block;
    height: 65px;
    line-height: 65px;
    color: #555;
    font-size: 18px;
    min-width: 80px;
    _width: 80px;
    margin: 0px 21px;
}

.cnews_con .tit a.tab.on {
    color: #3baa20;
    border-bottom: 1px solid #3baa20;
}

.cnews_con .tit a.mor {
    position: absolute;
    right: 20px;
    color: #999;
    top: 29px;
}

.cnews_con .tit a.mor:hover {
    color: #3baa20;
}

.cnews_con .con ul li {
    width: 790px;
    margin: 30px auto 0;
}

.cnews_con .con ul li .pic {
    width: 198px;
    height: 114px;
}

.cnews_con .con ul li .pic img {
    display: block;
    width: 100%;
    min-height: 100%;
    height: 100%;
}

.cnews_con .con ul li .txt {
    width: 560px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 18px;
}

.cnews_con .con ul li .txt h6 {
    padding-bottom: 10px;
}

.cnews_con .con ul li .txt h6 i {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #d1d1d1;
    transform: ratate(90deg);
    -webkit-transform: ratate(90deg);
    -moz-transform: ratate(90deg);
    -o-transform: ratate(90deg);
    margin-right: 10px;
    position: relative;
    top: -8px;
}

.cnews_con .con ul li .txt h6:hover i {
    transform: ratate(0deg);
    -webkit-transform: ratate(0deg);
    -moz-transform: ratate(0deg);
    -o-transform: ratate(0deg);
}

.cnews_con .con ul li .txt h6 a {
    display: inline-block;
    width: 530px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
    font-weight: 100;
    font-size: 16px;
}

.cnews_con .con ul li .txt p {
    line-height: 28px;
    height: 56px;
    position: relative;
    overflow: hidden;
}

.cnews_con .con ul li .txt p a {
    color: #888;
    font-size: 14px;
}

.cnews_con .con ul li .txt p a b {
    font-weight: 100;
}

.cnews_con .con ul li:hover .pic img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
}

.cnews_con .con ul li:hover h6 a {
    color: #3baa20;
}

.cnews_con .con ul li:hover p a {
    color: #555;
}

.cnews_con .con ul li:hover .txt {
    border-color: #d0f0c8;
}


/*
 *理财风云榜
*/

.cpm {
    width: 330px;
    background: #fff;
}

.cpm .tit {
    height: 65px;
    border-bottom: 1px solid #e5e5e5;
    line-height: 65px;
    color: #555;
    font-size: 18px;
}

.cpm .tit i {
    display: inline-block;
    width: 21px;
    margin: 0px 15px 0px 12px;
    position: relative;
    top: 5px;
    height: 21px;
    background: url(../image/btnSprites.png) no-repeat -140px -70px;
}

.cpm .qs {
    margin: 10px auto;
    width: 330px;
    height: 135px;
    background: url(../image/gyj_bg.jpg) no-repeat center center;
}

.cpm .qs .qs_xq {
    width: 90px;
    height: 127px;
    bottom: 0;
}

.cpm .qs .qs_xq i,
.cpm .qs .qs_xq h6,
.cpm .qs .qs_xq p,
.cpm .qs .qs_xq img {
    position: absolute;
}

.cpm .qs .qs_xq h6 {
    font-size: 15px;
    font-weight: 100;
    color: #f61c0c;
    height: 20px;
    line-height: 20px;
}

.cpm .qs .qs_xq p {
    font-size: 13px;
    color: #555;
    height: 16px;
    line-height: 16px;
}

.cpm .qs .qs_xq i {
    display: inline-block;
    width: 33px;
    height: 66px;
    background: url(../image/btnSprites.png) no-repeat;
}

.cpm .qs .one {
    left: 0;
}

.cpm .qs .two {
    left: 115px;
}

.cpm .qs .three {
    left: 230px;
}

.cpm .qs .one i {
    background-position: -291px -70px;
    left: 5px;
    top: 0px;
}

.cpm .qs .one img {
    left: 45px;
    top: 11px;
}

.cpm .qs .one h6 {
    left: 5px;
    top: 80px;
}

.cpm .qs .one p {
    left: 5px;
    top: 100px;
}

.cpm .qs .two i {
    background-position: -248px -70px;
    left: 8px;
    top: -14px;
}

.cpm .qs .two img {
    left: 48px;
    top: 0px;
}

.cpm .qs .two h6 {
    left: 0px;
    top: 75px;
}

.cpm .qs .two p {
    left: 0px;
    top: 95px;
}

.cpm .qs .three i {
    background-position: -334px -70px;
    left: 5px;
    top: 3px;
}

.cpm .qs .three img {
    left: 40px;
    top: 18px;
}

.cpm .qs .three h6 {
    left: -5px;
    top: 85px;
}

.cpm .qs .three p {
    left: -5px;
    top: 105px;
}

.cpm .qs .qs_xq img {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 3px solid;
    border-color: rgba(255, 255, 255, 0.3);
}

.cpm ul.list {
    width: 260px;
    margin: 0px auto;
    padding-bottom: 8px;
}

.cpm ul.list li {
    width: 100%;
    line-height: 42px;
    *line-height: 44px;
}

.cpm ul.list li i,
.cpm ul.list li span,
.cpm ul.list li b {
    display: inline-block;
}

.cpm ul.list li i {
    text-align: center;
    line-height: 21px;
    color: #fff;
    text-indent: 2px;
    width: 19px;
    height: 19px;
    background: url(../image/btnSprites.png) no-repeat -202px -70px;
}

.cpm ul.list li span,
.cpm ul.list li b {
    font-size: 14px;
}

.cpm ul.list li span {
    min-width: 130px;
    _width: 150px;
    text-indent: 15px;
    font-size: 15px;
    color: #555;
}

.cpm ul.list li b {
    color: #f60;
}


/*
 *合作机构
*/

.chz_box {
    background: #fff;
}

.chz_box .tit {
    height: 65px;
    border-bottom: 1px solid #e5e5e5;
    line-height: 65px;
    color: #555;
    font-size: 18px;
}

.chz_box .tit i {
    display: inline-block;
    width: 21px;
    margin: 0px 15px 0px 32px;
    position: relative;
    top: 5px;
    height: 21px;
    background: url(../image/btnSprites.png) no-repeat -171px -70px;
}

.chz_box .con {
    padding: 30px 0px 20px;
    width: 1140px;
    margin: 0px auto;
}

.chz_box .con a {
    display: block;
    height: 68px;
    width: 228px;
    float: left;
    background: #f1f1f1;
    margin-bottom: 10px;
}

.chz_box .con a img {
    display: block;
    width: 220px;
    height: 60px;
    margin: 0px auto;
    position: relative;
    top: 4px;
}

.chz_box .con a:hover img {
    transform: scale(1.05);
}


/*
 *快速注册
*/

.cksLog {
    height: 179px;
    background: url(../image/zc_bg.jpg) no-repeat center center;
}

.cksLog p {
    text-align: center;
    font-size: 30px;
    padding-top: 45px;
    color: #fff;
}

.cksLog a {
    display: block;
    margin: 20px auto 0;
    border: 1px solid;
    border-color: rgba(255, 255, 255, 0.3);
    text-align: center;
    height: 36px;
    width: 160px;
    line-height: 36px;
    color: #fff;
    font-size: 16px;
    border-radius: 10px;
    position: relative;
}

.cksLog a:before {
    z-index: 1;
    content: "";
    display: block;
    height: 100%;
    background: #fff;
    background: none\9;
    opacity: 0.1;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 10px;
    transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    transition: all ease .3s;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -o-transition: all ease .3s;
}

.cksLog a:hover:before {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
}