.header{
    position: fixed;
    top: 0;
    z-index: 99;
    width: 100%;
    min-width: 1200px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    height: 60px;
    transition: all .5s ease-in-out;
    background: rgba(0, 0, 0, 0.6);
}
.nav_box{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.logo{padding-top:10px;}
.logo a{
    margin-top:15px;color: #fff; font-size: 30px; line-height: 40px;
}
.logo_img{
    border:none;
}
.nav{
    height: 100%;
    line-height:60px;
}
.nav > ul > li{
    float: left;
    margin:0 27px;
}
.nav ul li.dropdown > a, .case_box ul li a,.data_services_content ul li a,.a_button,.button_box a{
    cursor: default;
}
.nav > ul > li > a{
    font-size:18px;
    display: block;
    color: #fff;
}
.nav > ul > li.dropdown:hover ul.dropdown_men{
    visibility: visible;
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
}
ul.dropdown_men{
    background: #fff;
    padding: 2px 10px;
    border-radius: 3px;
    border: 1px solid #ddd;
    position: absolute;
    top:80px;
    visibility: hidden;
    -ms-transition: all .2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform-origin: top center;
    -moz-transform-origin: top center;
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
}
ul.dropdown_men:before {
    position: absolute;
    top: -7px;
    left: 40%;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-left: 7px solid transparent;
    content: '';
}
ul.dropdown_men li a{
    width:100%;
    height:30px;
    line-height:30px;
    font-size:14px;
    display: block;
}
/*   banner_box    */
.banner_inner {
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 50%;
    color: #fff;
}
.banner_inner a{
    color: #fff;
}
.banner_inner p {
    font-size: 56px;
    margin: 0;
    line-height: 75px;
}
.banner_imag_box img{
    width:100%;
    position: relative;
}
.banner_imag_box h1{position: absolute; left: 30%; top: 45%; color: #fff; font-size: 46px; z-index: 999}
.small_box small{
    font-size: 28px;
    display: block;
    line-height: 50px;
}
.small_box{
    margin-top:35px;
}
.banner_button_box {
    overflow: hidden;
    display: inline-block;
    margin-top: 55px;
}
.banner_button_box a{
    color: #fff;
}
.button_inner {
    font-size: 16px;
}
.button_inner_short{
    padding:10px 20px;
    background: #fe7e00;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.button_inner_long{
    background: #217437;
    padding:10px 30px;
    border-top-right-radius:5px;
    border-bottom-right-radius:5px;
}
.banner_span{
    display: block;
    margin-top: 30px;
    color: #fff;
    font-size: 16px;
}
.swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
/*  content_box */
.page_box{
    overflow: hidden; padding-bottom: 30px;
}
.text-center{text-align: center}
.title{
    margin:60px 0 55px 0;
    text-align: center;
}
.title_white h1,.title_white p{
    color: #fff !important;
}
.title_white h1:before{
    background: #fff !important;
}

.title h1{
    color: #000;
    margin: 0;
    padding-bottom: 10px;
    position: relative;
}


.title h1:before {
    position: absolute;
    content: '';
    width: 50px;
    height: 2px;
    background: #777;
    bottom: 0;
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
}

.new_media_box .title h1:before {
    position: absolute;
    content: '';
    width: 50px;
    height: 2px;
    background: transparent;
    bottom: 0;
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
}
.title p {
    font-size: 16px;
    margin: 10px 0;
    color: #777;
}
.title span {
    font-size: 18px;
    color: #777;
}
.service ul{overflow: hidden}
.service ul li{
    float: left;
    width:33.3%;
    margin-bottom: 30px; text-align: center;
}
.service ul li img{width: 82px; height: 82px;}
#product_features_list ul li img{width: 24px; height: 24px;}
.new-service ul li{height: 80px; overflow: hidden;}
.new-service ul li img{width: 124px; height: auto;}

.service .icon_box i {
    font-size: 86px;
    line-height: 150px;
    margin: 0 auto;
    width: 86px;
    display: block;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.service ul li:hover .icon_box {
    border-color: #fe7e00;
}
.service ul li:hover i {
    color:#fe7e00;
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
}
.icon_box {
    margin-right: 25px;
    border: 2px solid;
    width: 150px;
    height: 150px;
    box-sizing: border-box;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.details {
    width: 325px;
}
.details a:hover{
    color: #fff;
}
.details_title {
    font-size: 16px;
}
.details p{
    font-size:14px;
    line-height:24px;
    color: #777;
}
.details_button{
    font-size: 16px;
    padding: 13px 35px;
    color: #fff;
    background: #fe7e00;
    margin: 25px 0;
    display: inline-block;
    border-radius: 5px;
}
.investment_bg{
    background: url("../images/investment.jpg") no-repeat center;
    color: #fff;
    overflow: hidden;
}

.investment_content ul li{
    /*-webkit-border-radius: 50%;*/
    /*-moz-border-radius: 50%;*/
    /*border-radius: 50%;*/
    /*border: 5px solid #fff;*/
    float: left;
    width: 255px;
    height: 255px;
    display: table;
    text-align: center;
    margin: 0 22px;
    position: relative;
    background: url("../images/market_circle.png") no-repeat center;
}
.investment_content ul li u {
    background: url("../images/market_circle_hover.png") no-repeat center;
    display: inline-block;
    width: 255px;
    height: 255px;
    position: absolute;
    left: 50%;
    top: 0px;
    margin-left: -127px;
    /* -webkit-transition: all .5s ease-in-out 0s; */
    -moz-transition: all .5s ease-in-out 0s;
    -ms-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
}
.investment_content ul li u.cl {
    clip: rect(0px,255px,-10px,127px);
}
.investment_content ul li u.cr {
    clip: rect(255px,127px,255px,0px);
}
.investment_content ul li:hover u.cl {
    clip: rect(0px,255px,255px,127px);
}
.investment_content ul li:hover u.cr {
    clip: rect(0px,127px,255px,0px);
}
.investment_content ul li:last-child{
    margin-right:0;
}
.investment_content ul li:hover h1{
    color: #fe7e00;
}
.investment_content h1 {
    display: table-cell;
    vertical-align: middle;
}

.case_box img{
    display: block;
    width: 100%;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}
.case_box ul li{
    float: left;
    width:33.33%;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    position: relative;
    overflow: hidden;
}
.case_box ul li:hover img{
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    filter: none;
}
.case_box ul li:hover img.case_hover_img{
    opacity:0;
}
.case_hover_img{
    position: absolute;
    top: 0;
}
.case_box span{
    text-align: center;
    height:55px;
    line-height:55px;
    font-size:16px;
    display: block;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.case_box ul li:hover span{
    background: #fe7e00;
    color: #fff;
}
.case_img_box{
    overflow: hidden;
}
/*.general_service{*/
    /*width:1920px;*/
    /*height:1000px;*/
/*}*/
.finance_bg{
    background:url("../images/service_1.jpg") no-repeat;
    width: 1920px;
    height:1000px;
}
.training_bg{
    background:url("../images/service_2.jpg") no-repeat;
    width: 1920px;
    height:1000px;
}
.exhibition_bg{
    background:url("../images/service_3.jpg") no-repeat;
    width: 1920px;
    height:1000px;
}
.financial_bg{
    background:url("../images/service_4.jpg") no-repeat;
    width: 1920px;
    height:1000px;
}
.general_service_last_bg{
    background:url("../images/service_5.jpg") no-repeat;
    width:1920px;
    height:710px;
    margin:0 auto;
    display: table;
    color: #fff;
}
.general_service_last_box h2{
    margin-top: 230px;
    font-size: 52px;
    font-weight: normal;
}
.general_service_last_box span {
    font-size: 18px;
    display: inline-block;
}
.general_service_box,.company_culture_box {
    color: #fff;
}
.general_service_box{
    text-align: left;
}
.general_service_box p{
    font-size:14px;
}
.general_service_box h2 {
    margin-top: 230px;
    font-size: 52px;
    font-weight: normal;
}
.general_service_box span {
    font-size: 18px;
    display:inline-block;
}
.service_box_content {
    padding: 5px 20px;
    background: #333;
    width: 490px;
    margin-top: 50px;
    line-height: 25px;
}
.culture_box{
    display: table;
    margin:0 auto;
}
.company_culture_box {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    position: relative;
}
.company_culture_box img {
    display: block;
    width:100%;
}
.company_culture_box p{
    font-size:16px;
}
.culture_bg{
    background:url("../images/culture_1.jpg") no-repeat center;
    width:1920px;
    height:500px;
    margin: 0 auto;
}
.company_culture_title {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transform: translateY(50%);
    height: 50%;
}
.company_culture_title h2{
    font-size:52px;
    font-weight:normal;
    text-transform:uppercase;
    margin-bottom: 0;
}
.company_culture_title h3{
    font-size:44px;
}
.company_culture_title a{
    color: #fff;
}
.button_box {
    overflow: hidden;
    margin: 0 auto;
    display: inline-block;
}
.button_box a{
    color: #fff;
}
.corporate_box .title,.system_box_bg .title{
    margin:50px 0;
}
.corporate_box p{
    color: #777;
}
.culture_content {
    margin: 0 auto;
    width: 650px;
    margin-bottom: 120px;
}
.corporate_vision_bg{
    /*background:url("../images/culture_2.jpg") no-repeat;*/
    background: transparent;
    height:400px;
}
.talent_standards_bg{
    /*background:url("../images/culture_3.jpg") no-repeat;*/
    background: transparent;
    height:400px;
}
.fixed_bg{
    background:url("../images/fixed_bg.jpg") no-repeat;
    width:1920px;
    height:1000px;
    position: fixed;
    top:0;
    bottom:0;
    right:0;
    left:0;
    margin:0 auto;
    z-index:-999;
}
.corporate_box {
    overflow: hidden;
    background: #fff;
}
.banner_box{
    overflow: hidden;
    margin:0 auto;
    position: relative;
}
.banner_box img{
    display: block;
    margin:0 auto;
    width: 100%;
}
.banner_box_content {
    position: absolute;
    top: 50%;
    color: #fff;
    width: 100%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 50%;
    margin: 0 auto;
}
.banner_box_title{
    font-size:46px;
    margin-bottom:30px;
    font-weight: bolder;
}
.banner_box_content p{
    font-size:30px;
    margin: 0;
}
.banner_box .button_box{
    margin-top:45px;
}
.banner_box_page {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 50%;
    transform: translateY(-50%);
}
.banner_box_page_title p {
    font-size: 50px;
    color: #fff;
    font-weight: bold;
    margin: 0;
}
.technical_services_nav{
    text-align: center;
}
.technical_services_nav_bg{
    background: #eee;
    padding:33px 0;
}
.technical_services_nav ul li {
    width: 20%;
    float: left;

}
.technical_services_nav ul li i {
    font-size: 80px;
    color: #6f6f6f;
}
.technical_services_nav ul li p {
    margin: 0;
    font-size: 18px;
    color: #777;
    padding-top:25px;
}
.technical_services_nav ul li:hover i,.technical_services_nav ul li:hover p ,.technical_services_nav ul li.active i,.technical_services_nav ul li.active p{
    color: #fe7e00;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.data_services_content ul li {
    width: 285px;
    margin: 0 20px 0 0;
    float: left;
    color: #777;
    background: #f9f9f9;
}
.data_services_content ul li img{
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.data_services_content ul li:hover img{
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.data_services_content ul li:hover .data_services_li_title{
    color: #fe7e00;
}
.data_services_img_box{
    overflow: hidden;
    height:190px;
}
.data_services_content ul li p{
    line-height:24px;
    padding:10px;
    height: 120px;
    background: #f9f9f9;
    margin-top: 0;

}
.data_services_li_title {
    font-size: 16px;
    text-align: center;
    line-height: 30px;
    height: 30px;
    margin:20px;
    color: #777;
}
.data_services_content ul li:last-child{
    margin-right:0;
}
.analysis_bg{
    background: url("../images/date_service_bg.jpg")no-repeat center;
    height: 1000px;
    margin:0 auto;
}
.analysis_box ul li {
    width: 580px;
    height: 100px;
    line-height: 100px;
    border-radius: 5px;
    float: left;
    background: #fff;
    margin-bottom: 40px;
    padding: 0 20px;
    box-sizing: border-box;
}
.analysis_box ul li:nth-child(odd){
    margin-right:40px;
}
.analysis_box ul li span {
    font-size: 60px;
    font-weight: bold;
    font-style: italic;
    color: #fe7e00;
    float: left;
}
.analysis_box ul li p {
    color: #777;
    margin: 0 0 0 30px;
    display: inline;
    font-size: 20px;
    float: left;
}
.channels_services_title{
    text-align: center;
    margin:90px 0 70px;
}
.channels_services_title h1{
    font-size:30px;
    margin-bottom:0;
}
.channels_services_title h5{
    font-size:18px;
    text-transform:uppercase;
    line-height: 30px;
}
.channels_services_content,.new_media_box,.contact_us_content,.map_box_content,.system_box,.data_services_content,.global_box_problem,.global_partner_box,.article_box{
    margin-bottom:100px;
    overflow: hidden;
}
.chanels_services_left {
    width: 185px;
    height: 350px;
    border: 4px solid #abb3c4;
    position: relative;
}
.chanels_services_position {
    position: absolute;
    background: #fff;
    overflow: hidden;
    width: 420px;
    top: 54px;
    padding: 50px 10px 50px 30px;
}
.chanels_services_position_title {
    font-size: 24px;
    margin-bottom:10px;
}
.chanels_services_position p {
    font-size: 14px;
    line-height: 30px;
    color: #777;
    margin:0;
}
.business_channel_bg{
    background:url("../images/channel_construction_service_2.jpg")no-repeat center;
    width:100%;
    height:820px;
    margin:0 auto;
    display: table;
}
.business_channel_box {
    display: table-cell;
    vertical-align: middle;
}
.business_channel_title {
    font-size: 52px;
    position: relative;
}
.business_channel_box p {
    font-size:30px;
}
.business_channel_box ul li p{
    font-size:20px;
    display: none;
}
.business_channel_content {
    text-align: center;
    color: #fff;
}
.before_border {
    width: 15px;
    height: 35px;
    border-top: 5px solid #fff;
    border-left: 5px solid #fff;
    overflow: hidden;
    display: inline-block;
    position: absolute;
}
.after_border {
    width: 15px;
    height: 35px;
    border-bottom: 5px solid #fff;
    border-right: 5px solid #fff;
    overflow: hidden;
    display: inline-block;
    position: absolute;
    bottom: -10px;
}
.business_channel_content ul {
    overflow: hidden;
    margin: 0 auto;
    width: 800px;
}
.business_channel_content ul li {
    float: left;
    margin: 20px;
}

.global_data_box ul li {
    float: left;
    margin: 0 90px;
}
.global_data_box ul li p {
    font-size: 16px;
    color: #6f6f6f;
    text-align: center;
}
.advantages_bg{
    background:url("../images/channel_construction_service_3.jpg") no-repeat center;
    height:845px;
    margin:0 auto;
}
.advantages_box_content ul li {
    margin: 20px 0 40px 0;
    color: #fff;
    text-align: center;
    opacity: 0.5;
    float: left;
    width: 390px;
}
.advantages_box_content ul li h2 {
    padding: 22px 0 10px 0 ;
    font-size: 26px ;
    margin: 0;
}
.advantages_box_content ul li:hover, .advantages_box_content ul li:focus {
    opacity: 1 ;
    _filter: alpha(opacity=100);
}
.new_media-item{
    width: 390px;
    overflow: hidden;
}
.state-wrap dl {
    margin: 25px 0 50px;
    overflow: hidden;
}
.state-wrap dl dt.cir-box{
    color: #888;
    font-size: 16px;
    padding: 5px 15px;
    border-bottom: 2px solid #fe7e00;
    position: relative;
}
.state-wrap dl dt.cir-box:after {
    content: '';
    position: absolute;
    background: #fe7e00;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    bottom: -8px;
}
.state-wrap dl dt.cir-l:after {
    left: 0;
}
.state-wrap dl dt.cir-r:after {
    right: 0;
}
.state-wrap dl dd {
    overflow: hidden;
    line-height: 155%;
    color: #777;
    border: 1px solid #DDD;
    padding: 10px;
}
.state_wrap_right{
    margin-top:80px;
}
.new_media_bg{
    background: #f6f4f4;
}
.new_media_content ul li{
    width: 385px;
}
.new_media_mod_bg{
    background:url("../images/new_media_5.jpg") no-repeat center;
    height:1000px;
}
.new_media_mod_box .item {
    width: 33.3%;
    text-align: center;
    color: #fe7e00;
    height: 350px;
    overflow: hidden;
    position: relative;
    float: left;
    padding-top:10px;
}
.new_media_mod_box .title{
    margin-bottom:20px;
}
.new_media_mod_box .item:hover {
    background-color: #fe7e00;
    color: #ffffff;
    -webkit-transition: all .5s ease-in-out .3s;
    -moz-transition: all .5s ease-in-out .3s;
    -ms-transition: all .5s ease-in-out .3s;
    -o-transition: all .5s ease-in-out .3s;
    transition: all .5s ease-in-out .3s;
}
.new_media_mod_box .item .ico-ser {
    display: inline-block;
    width: 80px;
    height: 80px;
    background-image: url("../images/media_ico.png");
    background-repeat: no-repeat;
    margin-top: 50px;
}
.new_media_mod_box .item:hover .ico-ser {
    -webkit-transition: all .5s ease-in-out .4s;
    -moz-transition: all .5s ease-in-out .4s;
    -ms-transition: all .5s ease-in-out .4s;
    -o-transition: all .5s ease-in-out .4s;
    transition: all .5s ease-in-out .4s;
}
.new_media_mod_box .item.promotion .ico-ser {
    background-position: 0 0;
}
.new_media_mod_box .item.research .ico-ser {
    background-position: 0 -100px;
}
.new_media_mod_box .item.advertising .ico-ser {
    background-position: 0 -200px;
}
.new_media_mod_box .item.article .ico-ser {
    background-position: 0 -300px;
}
.new_media_mod_box .item.design .ico-ser {
    background-position: 0 -400px;
}
.new_media_mod_box .item.marketing .ico-ser {
    background-position: 0 -500px;
}

.new_media_mod_box .item.promotion:hover  .ico-ser {
    background-position: -120px 0;
}
.new_media_mod_box .item.research:hover  .ico-ser {
    background-position: -120px -100px;
}
.new_media_mod_box .item.advertising:hover  .ico-ser {
    background-position: -120px -200px;
}
.new_media_mod_box .item.article:hover  .ico-ser {
    background-position: -120px -300px;
}
.new_media_mod_box .item.design:hover  .ico-ser {
    background-position: -120px -400px;
}
.new_media_mod_box .item.marketing:hover  .ico-ser {
    background-position: -120px -500px;
}
.new_media_mod_box .item .item_title {
    display: block;
    margin-top: 40px;
    font-size: 18px;
}
.new_media_mod_box .item .desc p{
    margin:0;
    line-height:18px;
}
.new_media_mod_box .item u {
    background: url("../images/server_circle.png")no-repeat center;
    display: inline-block;
    width: 160px;
    height: 160px;
    position: absolute;
    left: 50%;
    top: 20px;
    margin-left: -80px;
    -webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    -ms-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
}
.new_media_mod_box .item u.cl {
    clip: rect(0px,160px,-10px,80px);
}
.new_media_mod_box .item:hover u.cl {
    clip: rect(0px,160px,160px,80px);
}
.new_media_mod_box .item u.cr {
    clip: rect(160px,80px,160px,0px);
}
.new_media_mod_box .item:hover u.cr {
    clip: rect(0px,80px,160px,0px);
}
.new_media_mod_box .item .desc {
    position: relative;
    top: 200px;
    line-height: 24px;
    color: #ffffff;
}
.new_media_mod_box .item:hover .desc {
    top: 20px;
    -webkit-transition: all .3s ease-in-out .5s;
    -moz-transition: all .3s ease-in-out .5s;
    -ms-transition: all .3s ease-in-out .5s;
    -o-transition: all .3s ease-in-out .5s;
    transition: all .3s ease-in-out .5s;
}
.new_media_last_bg{
    background:url("../images/new_media_6.jpg") center no-repeat;
    margin: 0 auto;
}
.new_media_last_bg ul li h1{
    font-size:20px;
    color: #3e3a38;
    padding: 40px;
}
.new_media_last_bg ul li{
    border-color: #3e3a38;
}
.contact_us_box{
    line-height: normal;
    margin: 30px auto;
    padding: 30px;
    background: #edf1f5;
}
.contact_service {
    padding: 30px 30px;
    box-sizing: border-box;
    width: 340px;
}
.contact_title {
    font-size: 18px;
    margin-bottom: 25px;
}
.contact_icon{
    display: inline-block;
    width: 70px;
    height: 70px;
}
.contact_iconContact1 {
    background: url(../images/contact_1.png) no-repeat;
    width: 161px;
    height: 161px;
}
.contact_serviceItem {
    text-align: left;
    margin-top: 26px;
}
.contact_serviceOther {
    margin-left: 70px;
}

.contact_servicePhone {
    display: block;
    padding-bottom: 12px;
}
.contact_us_box p {
    margin:0;
    font-size: 12px;
}
.contact_serviceTime {
    color: #777;
    display: inline-block;
    margin-right: 15px;
    line-height: 1.8em;
}
.contact_serviceDay {
    color: #777;
}
.contact_other {
    margin-left: 340px !important;
    width: 780px;
    overflow: hidden;
    background:#fff;
}
.contact_item {
    text-align: center;
    width: 260px;
    height: 260px;
    box-sizing: border-box;
    border: 1px solid #edf1f5;
    border-left: none;
    border-top: none;
    display: block;
    float: left;
    padding: 36px 30px 30px;
    position: relative;
}
.contact_address{
    font-size: 14px;
    margin: 10px 0;
}
.contact_aside {
    margin-top: 20px;
    font-size: 12px;
    color: #999;
}
.contact_iconContact2 {
    background: url(../images/contact_2.png) no-repeat;
}
.contact_iconContact3 {
    background: url(../images/contact_3.png) no-repeat;
}
.contact_iconContact4 {
    background: url(../images/contact_4.png) no-repeat;
}
.contact_iconContact5 {
    background: url(../images/contact_5.png) no-repeat;
}
.contact_iconContact6 {
    background: url(../images/contact_6.png) no-repeat;
}
.contact_qCodeBig {
    background: url(../images/weixin.jpg) no-repeat;
    width: 127px;
    height: 127px;
    position: absolute;
    top: 40px;
    left: 65px;
    display: none;
}
.contact_qrCodeBox:hover .contact_qCodeBig {
    display: block;
}

.map_box{
    background: #f5f5f5;
    overflow: hidden;
}
.system_box_right{
    width:690px;
    overflow: hidden;
}
.system_box_bg{
    background:url("../images/system_box_bg.jpg") center no-repeat;
    margin:0 auto;
    overflow: hidden;
}
.system_box_right ul{
    overflow: hidden;
}
.system_box_right ul li {
    float: left;
    margin: 0 15px;
    text-align: center;
    font-size: 20px;
}
.system_box_right p {
    color: #777;
    line-height: 24px;
}
.system_box_right_title {
    color: #fe7e00;
    font-size: 18px;
    margin-top: 50px;
}
.system_box_right_content{
    margin-left:20px;
}
.system_box_content .itemContainer {
    width:240px;
    height: 400px;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 0;
    position: relative;
    float: left;
    overflow: hidden;
}
.global_box_content .itemContainer{
    width:200px;
}
.information{
    background:url("../images/information.jpg");
}
.commodity{
    background:url("../images/commodity.jpg");
}
.sales{
    background:url("../images/sales.jpg");
}
.after_sale{
    background:url("../images/after_sale.jpg");
}
.purchase{
    background:url("../images/purchase.jpg");
}
.stock{
    background:url("../images/stock.jpg");
}
.bill{
    background:url("../images/bill.jpg");
}
.finance{
    background:url("../images/finance.jpg");
}
.logistics{
    background:url("../images/logistics.jpg");
}
.distribution{
    background:url("../images/distribution.jpg");
}
.Warehousing{
    background:url("../images/Warehousing.jpg");
}
.flow{
    background:url("../images/flow.jpg");
}
.order{
    background:url("../images/order.jpg");
}
.management{
    background:url("../images/management.jpg");
}
.itemContainer .infoGroup {
    text-align: center;
    position: relative;
    z-index: 2;
    padding: 100px 20px 0 20px;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.itemContainer .infoGroup .info-ico {
    display: block;
    width: 70px;
    height: 70px;
    overflow: hidden;
    margin: 0 auto;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.itemContainer .infoGroup .info-ico i {
    font-size:60px;
    color: #fff;

}
.itemContainer .infoGroup .info-title .title {
    font-size: 24px;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    color: #fff;
    margin-top: 30px;
    margin-bottom:0;
    border-bottom: 3px solid #fff;
    padding-bottom: 10px;
}
.itemContainer .infoGroup .info-des {
    font-size: 14px;
    display: block;
    line-height: 24px;
    height: 270px;
    overflow: hidden;
    color: #fff;
    margin-top: 45px;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    visibility: hidden;
    opacity: 0;
    text-align: left;
    margin-left: 70px;
}

.itemContainer .mask-txt {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background:#fe7e00;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    visibility: hidden;
    opacity: 0;
}
.itemContainer:hover .infoGroup .info-des p{
    margin:0;
}
.itemContainer:hover .infoGroup {
    padding: 0px 20px 0 20px;
}
.itemContainer:hover .infoGroup .info-des {
    visibility: visible;
    opacity: 1;
    margin-top: 25px;
}
.itemContainer:hover .info-ico{
    height:0;
}
.itemContainer:hover .mask-txt {
    visibility: visible;
    opacity: .5;
}
.itemContainer .mask-img {
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background:url("../images/ico-mask-black.png") repeat;
}
.global_box_content .itemContainer:hover .info-ico{
    height:auto;
}
.global_box_content .itemContainer:hover .infoGroup{
    padding-top:50px;
}
.global_box_content .itemContainer .infoGroup .info-des{
    margin-left:40px;
}
.system_solve_bg{
    background:url("../images/system_box_bg_2.jpg") center no-repeat;
    overflow: hidden;
    height:1000px;
    margin: 0 auto;
}
.system_solve_content{
    background:url("../images/system_box_bg_2_img.png") no-repeat center center;
    width:470px;
    height:570px;
    margin:0 auto;
    position: relative;
    color: #fff;
}

.system_solve_content span {
    position: absolute;
    font-size: 16px;
}
.system_solve_content span:before {
    width: 17px;
    height: 17px;
    content: "";
    position: absolute;
    background: #fff;
    border-radius: 50%;

}
.system_solve_content span:after {
    content: "";
    width: 100px;
    height: 2px;
    background: #fff;
    position: absolute;
}
.system_solve_content span.span_left:before {
    right: 0;
    margin-right: -30px;
    top: 10%;
}
.system_solve_content span.span_left:after {
    top: 50%;
    margin-left: 23px;
}
.system_solve_content span.span_right:before {
    left: 0;
    margin-left: -30px;
    top: 10%;
}
.system_solve_content span.span_right:after {
    top: 50%;
    left: -130px;
}
.system_solve_content span.system_solve_1{
    top: 235px;
    left: -250px;
}
.system_solve_content span.system_solve_2 {
    top: 100px;
    left: -203px;
}
.system_solve_content span.system_solve_3 {
    top: 30px;
    left: -140px;
 }
.system_solve_content span.system_solve_4 {
    top: -10px;
    left: -20px;

}
.system_solve_content span.system_solve_5 {
    top: 30px;
    right: -175px;
}
.system_solve_content span.system_solve_6 {
    top: 150px;
    right: -248px;
}
.system_solve_content span.system_solve_7 {
    top: 280px;
    right: -280px;
}
.system_solve_content span.system_solve_8 {
    top: 370px;
    right: -232px;
}
.system_solve_content span.system_solve_9 {
    top: 470px;
    right: -95px;;
}
.system_solve_content span.system_solve_10 {
    top: 555px;
    right: -65px;
}
a.a_button {
    padding: 30px 40px;
    font-size: 30px;
    color: #fff;
    background: #fe7e00;
    display: inline-block;
    margin-top: 60px;
}



/*page-join*/

.page-join {
    width: 100%;
    height: auto;
    padding: 60px 0 80px;
    overflow: hidden;
}
.page-join p{
    margin:0;
}
.word_address {
    width: 100%;
    font-size: 14px;
    color: #666;
    line-height: 30px;
}

.word_address span {
    font-weight: bold;
    font-size: 16px;
    margin: 0 20px 0 0;
}

.page-join .word_address .active,
.page-join .word_address a:hover {
    background: #ec782e;
    color: #fff;
}

.word_address a {
    color: #575757;
    padding: 4px 10px;
    margin: 0 5px;
    border-radius: 15px;
    line-height: 30px;
    cursor: pointer;
}

.page-join .job {
    font-size: 12px;
    width: 100%;
    margin-top: 28px;
    border: 1px #e7e7e7 solid;
    box-sizing: border-box;
    overflow: hidden;
}

.page-join .job > ul > li.job_head {
    height: 50px;
    line-height: 50px;
    color: #333;
    clear: left;
}

.page-join .job > ul > li {
    border-bottom: 1px #e7e7e7 solid;
    overflow: hidden;
}
.page-join .job > ul > li.hide {
    border: none;
}

.page-join .job > ul > li .name {
    width: 12%;
    padding-left: 12px;
    float: left;
}

.page-join .job > ul > li .class {
    width: 43%;
    float: left;
}

.page-join .job > ul > li .num {
    width: 12%;
    text-align: center;
    float: left;
}

.page-join .job > ul > li .address {
    width: 15%;
    text-align: center;
    float: left;
}

.page-join .job > ul > li .time {
    width: 15%;
    text-align: center;
    float: left;
}

.page-join .job > ul > li .toggle {
    width: 100%;
    min-height: 50px;
    line-height: 50px;
    color: #1e1e1e;
    display: block;
    cursor: pointer;
}

.page-join .job > ul > li .active,
.page-join .job > ul > li .toggle:hover {
    background: #fffcec;
    color: #ec782e;
}

.page-join .job > ul > li .display_none {
    display: none;
    border-top: 1px #e7e7e7 solid;
    padding-left: 14px;
    padding:20px;
}


/*campus-join*/

.banner-relative {
    position: relative;
}

.campus-join {
    text-align: center;
    font-size: 17px;
}

.campus-join {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    line-height: 30px;
}

.join-banner-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.join-box ul {
    width: 1200px;
    height: 250px;
    margin: 200px auto;
}

.join-banner-bg .gangwei {
    float: left;
    background: url(../images/xingxing01.png) no-repeat center 60% rgba(223, 119, 23, 0.7);
}

.join-banner-bg .gangwei p {
    background: rgba(223, 119, 23, 0.5);
}

.join-banner-bg .xingcheng {
    float: right;
    background: url(../images/xingcheng.png) no-repeat center 60% rgba(27, 179, 200, 0.7);
}

.join-banner-bg .xingcheng p {
    background: rgba(27, 179, 200, 0.5);
}

.join-banner-bg ul li {
    float: left;
    margin: 10px;
    width: 370px;
    height: 100%;
    cursor: pointer;
    border-radius: 10px;
}

.join-banner-bg ul li p {
    width: 100%;
    height: 90px;
    font-size: 24px;
    text-align: center;
    line-height: 90px;
    color: #FFFFFF;
    border-radius: 10px;
}

.join-banner-bg ul li span {
    color: #FFFFFF;
    font-size: 14px;
    margin-top: 120px;
    display: block;
    text-align: center;
}
.global_box_problem_bg{
    background: #f1f1f1;
}
.global_box_problem ul li{
    float: left;
    width:565px;
    margin-right:70px;
    background: #fff;
    margin-top: 100px;
    box-shadow: 0px 15px 10px -10px #999;
    margin-bottom: 10px;
}
.global_box_problem ul li:last-child{
    margin-right:0;
}
.global_box_problem ul li h4 {
    font-size: 20px;
    color: #131313;
    padding: 20px 20px 0 20px;
    margin-bottom: 20px;
}
.global_box_problem ul li p {
    padding: 0 20px 34px 20px;
    margin-bottom: 6px;
    line-height: 24px;
    font-size: 15px;
    overflow: hidden;
    color: #777;
}
.global_box_problem ul li dl {
    background-color: #fe7e00;
    height: 286px;
    margin-top: 5px;
    color: #fff;
    margin-bottom: 0;
}
.global_box_problem ul li dl img {
    display: block;
}
.global_box_problem ul li dl dt {
    float: left;
}
.global_box_problem ul li dl dd {
    text-indent: 10px;
    font-size: 14px;
    list-style: disc;
    margin-left: 320px;
    line-height: 32px;
}

.global_partner_box  ul li{
    float: left;
    margin-right:82.5px;
}
.global_partner_box ul li img {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.global_partner_box  ul li:hover img{
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.global_partner_box  ul li:nth-child(3n){
    margin-right:0;
}

.global_partner_box  ul li p {
    font-size:16px;
    color: #777;
}
.article_box_bg{
    background:url("../images/company_profile_bg.jpg") no-repeat center;
    margin:0 auto;
}

.article_box_content{
    overflow: hidden;
    color: #777;
}
.article_box_title {
    margin-top: 100px;
    text-align: center;
    margin-bottom:50px;
}
.article_box_title h1{
    margin:0;
}
.article_box_title h5 {
    font-size: 16px;
    text-transform: uppercase;
    color: #777;
}
.article_box_content p {
    font-size: 16px;
    text-indent: 2em;
    line-height: 30px;
}
.company_profile_content ul li {
    width: 33.33%;
    float: left;
    text-align: center;
    margin-top:100px;
    color: #5a5a5a;
}
.company_profile_content ul li i{
    font-size: 132px;
    margin-bottom:35px;
    display: block;
}
.company_profile_content ul li p{
    margin:0;
    font-size: 20px;
}
.company_profile_content ul li:hover {
    color: #fe7e00;
}
.develpment_content{
    margin-top: 100px;
}
.develpment_content:before {
    width: 2px;
    height: 1400px;
    background: #777;
    margin: 0 auto;
    position: absolute;
    content: '';
    left: 0;
    right: 0;
}
.develpment_title{
    font-size:26px;
    color: #fe7e00;
    text-align: right;
    position: relative;
}
.develpment_title:before {
    content: '';
    position: absolute;
    right: -105px;
    width: 11px;
    height: 11px;
    background: #777;
    border-radius: 50%;
    top: 35%;
}
.develpment_item {
    width: 500px;
}
.develpment_content ul {
    overflow: hidden;
    margin: 90px 0;
}
.develpment_content ul li {
    overflow: hidden;
}
.develpment_content ul li:nth-child(even) .develpment_item{
    float: right;
}
.develpment_content ul li:nth-child(even) .develpment_title{
    text-align: left;
}
.develpment_content ul li:nth-child(even) .develpment_title:before {
    right: 0;
    left: -105px;
}
.develpment_content ul li p{
    color: #777;
    text-indent: 2em;
    line-height: 24px;
}
.investment_box_content{
    padding-top:100px;
    position: relative;
}
.investment_box_content:before {
    position: absolute;
    content: '';
    width: 1020px;
    height: 2px;
    background: #dfdfdf;
    top: 50px;
    left: 85px;
}
.investment_box_content ul:after {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    background: #dfdfdf;
    border-radius: 50%;
    top: 0;
    left: 596px;
}
.investment_box_content ul:before {
    position: absolute;
    width: 2px;
    height: 50px;
    background: #dfdfdf;
    content: '';
    top: 0;
    left: 50%;
}
.investment_box_title{
    font-size: 44px;
    color: #3f3b3a;
    margin-top:100px;
    text-align: center;
}
.investment_box_content ul li {
    width: 170px;
    height: 170px;
    background: #ababab;
    border-radius: 50%;
    box-shadow: 8px 8px rgba(202,201,201,0.75);
    float: left;
    margin: 0 34px 0px 0;
    color: #fff;
    box-sizing: border-box;
    text-align: center;
    position: relative;
}
.investment_box_content ul li:before {
    position: absolute;
    content: '';
    width: 2px;
    height: 50px;
    background: #dfdfdf;
    top: -50px;
}
.investment_box_content ul li:last-child {
    margin-right: 0;
}
.investment_box_content ul li:hover {
    background: #fe7e00;
}
.investment_box_content ul li h5 {
    font-size: 16px;
    margin-bottom: 10px;
    line-height:170px;
}
.investment_box_content ul li p {
    font-size: 14px;
    color: #fff;
    width: 88%;
    margin: 0 auto;
}
.investment_trends_content{
    background:url("../images/investment_img_1.png") 0 45px no-repeat;
    height: 400px;
    color: #777;
}
.investment_trends_content ul{
    width: 650px;
    height: 100%;
    float: right;
}
.investment_trends_content ul li:nth-child(2){
    margin-left:75px;
}
.investment_trends_content ul li:nth-child(3){
    margin-left:150px;
}
.investment_trends_content ul li span{
    font-size: 34px;
    color: #fe7e00;
    display:inline-block;
    width:150px;
    padding-bottom: 10px;
    border-bottom:2px solid #d8d8d8;
    text-align: center;
    margin-right: 40px;
    position: relative;
}
.investment_trends_content ul li span:after,.investment_trends_content ul li span:before{
    position: absolute;
    content: '';
    width:14px;
    height:14px;
    background: #d8d8d8;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    bottom:-8px;
}
.investment_trends_content ul li span:after{
    left:0;
}
.investment_trends_content ul li span:before{
    right:0;
}
.investment_trends_content ul li p{
    width: 259px;
    border-radius: 3px;
    background: #fff;
    padding: 30px 20px;
    text-align: left;
    font-size: 16px;
    display: inline-block;
}
.investment_support ul li{
    width:300px;
    float: left;
    text-align: center;
    padding:20px 0;
    background: #efefef;
    color: #777;
    margin-bottom:20px;
    position: relative;
}
.investment_support ul li:before {
    position: absolute;
    content: '';
    z-index: 9;
    top: 0;
    bottom: 0;
    right: -17px;
    margin: auto 0;
    width: 0;
    height: 0;
    border-top: 18px solid transparent;
    border-left: 17px solid #fe7e00;
    border-bottom: 19px solid transparent;
}


.investment_support ul li:nth-child(even):before {
    border-left: 17px solid #efefef;
}
.investment_support ul li:nth-child(odd){
    background: #fe7e00;
    color: #fff;
}
.investment_support ul li:nth-child(5):before,.investment_support ul li:nth-child(7):before {
    right: 0px;
    border-right: 17px solid #efefef;
    border-left: none;
}
.investment_support ul li:nth-child(6):before{
    right: 0px;
    border-right: 17px solid #fe7e00;
    border-left: none;
}
/*.investment_support ul li:nth-child(5n+1):before{*/
    /*border-right: 17px solid #efefef;*/
/*}*/
/*.investment_support ul li:first-child:before{*/

/*}*/
.investment_support ul li i{
    font-size:60px;
}
.investment_support ul li p{
    font-size:18px;
}
.business_unit_bg{
    background:url("../images/new_media_6.jpg") no-repeat center;
    margin:0 auto;
}
.business_unit_content ul li{
    float: left;
    width: 200px;
    text-align: center;
    margin-bottom: 70px;
    padding: 0 30px;
    box-sizing: border-box;
}
.business_unit_content ul li:hover{
    color: #fe7e00;
}
.business_unit_content ul li i{
    font-size:50px;
}
.business_unit_content ul li p{
    font-size:16px;
}
.partner_title{
    color: #333;
    font-size: 36px;
    padding: 0 20px;
    text-align: center;
    margin: 40px 0;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
}
.listContainer .item{
    float: left;
    margin: 0 10px 20px;
    width: 380px;
}
.listContainer .item .imgContainer {
    width: 380px;
    height: 320px;
    position: relative;
    z-index: 0;
}
.listContainer .item .imgContainer .img {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
}
.listContainer .item .imgContainer .mask {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(254, 126, 0, .6);
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    visibility: hidden;
    opacity: 0;
}
.listContainer .item:hover .imgContainer .mask {
    visibility: visible;
    opacity: 1;
}
.listContainer .item .txtContainer {
    padding: 15px;
    background: #fff;
}
.listContainer .item .txtContainer .titleBar {
    position: relative;
    z-index: 0;
    margin-bottom: 15px;
}
 .listContainer .item .txtContainer .titleBar .aItem {
    display: block;
    font-size: 26px;
    overflow: hidden;
}
.listContainer .item .txtContainer .description {
    height: 72px;
    line-height: 24px;
    overflow: hidden;
    color: #777;
    margin-bottom: 15px;
}
.listContainer .item .lineContainer {
    display: block;
    height: 4px;
    position: relative;
    z-index: 0;
    background: #e5e5e5;
}
.listContainer .item .lineContainer .lineInner {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 4px;
    background: #fe7e00;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.listContainer .item:hover .lineContainer .lineInner {
    width: 100%;
}
.bg-gray{background: #f5f5f5}
    /*footer*/
.footer{
    background: #444444;
    color: #fff;
    padding:30px 0;
    text-align: left;
    margin:0px  auto 0;
}
.footer_box ul{
    float: left;
    margin-right:100px;
}
.footer_box ul li{
    font-size:12px;
    margin-bottom:13px;
}
.footer_box ul li span{
    font-size:16px;
    margin-bottom:22px;
    display: inline-block;
}
.footer_box ul li a{
    color: #fff;
    font-size:12px;
}
.footer_box ul li a:hover{
    color: #fe7e00;
}
.footer_box p{
    font-size:12px;
    margin:0;
}

.scroll-top {
    display: none;
    background-color: #000;
    position: fixed;
    bottom: 80px;
    right: 10px;
    /* width: 40px; */
    /* height: 40px; */
    text-align: center;
    font-size: 12px;
    color: #fff !important;
    text-transform: uppercase;
    padding: 15px 15px 10px;
    z-index: 9999;
    opacity: .6;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none;
}
.scroll-top:after {
    content: '';
    display: block;
    top: 8px;
    left: 0;
    width: 5px;
    height: 5px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(225deg);
    text-align: center;
    position: absolute;
    right: 0;
    margin: 0 auto;
}
.frame{
    overflow: hidden;
    margin: 0 auto;
    border-radius: 50%;
    border: 1px solid #CCC;
    width: 80px;
    height: 80px;
    background-image: url(../images/pointers.png);
    background-repeat: no-repeat;
}
.points03{
    background-position: -206px 5px;
}
.records_a {
    color: #fff;
    cursor: pointer;
    padding-left: 5px;
}