﻿@charset "utf-8";
/* CSS Document */

.wrap {
    margin: 0px auto;
    width: 990px;
}
.head {
    margin: 0px 0px 20px 0px;
}

/*分页*/
.pages_left {
}

    .pages_left a {
        width: 50px;
        height: 24px;
        line-height: 24px;
        text-align: center;
        font-size: 12px;
        display: block;
        background: #3c6aa6;
        color: #FFF;
    }

        .pages_left a:hover {
            width: 50px;
            height: 24px;
            line-height: 24px;
            text-align: center;
            font-size: 12px;
            display: block;
            background: #aaceff;
        }

.pages_list {
    text-align: center;
    line-height: 24px;
}

    .pages_list a {
        float: left;
        width: 24px;
        height: 24px;
        display: block;
        background: #3c6aa6;
        font-size: 12px;
        color: #FFF;
        margin: 0px 3px;
    }

        .pages_list a:hover {
            float: left;
            width: 24px;
            height: 24px;
            display: block;
            background: #aaceff;
            font-size: 12px;
        }

/*设定按钮*/
.btn_blue {
    width: 70px;
    height: 29px;
    line-height: 30px;
    display: block;
    text-align: center;
    border: none;
    background: #4aa0f6;
    color: #FFF;
}

    .btn_blue:hover {
        width: 70px;
        height: 31px;
        line-height: 30px;
        display: block;
        text-align: center;
        border: none;
        background: #3084d8;
        color: #FFF;
    }

.btn_green {
    width: 55px;
    height: 25px;
    display: block;
    text-align: center;
    line-height: 25px;
    border: none;
    background: #81d005;
    color: #FFF;
}

    .btn_green:hover {
        width: 55px;
        height: 25px;
        display: block;
        text-align: center;
        line-height: 25px;
        border: none;
        background: #a4e243;
        color: #FFF;
    }

.btn_red {
    width: 55px;
    height: 25px;
    line-height: 25px;
    display: block;
    text-align: center;
    border: none;
    background: #ce4848;
    color: #FFF;
}

    .btn_red:hover {
        width: 55px;
        height: 25px;
        line-height: 25px;
        display: block;
        text-align: center;
        border: none;
        background: #b52727;
        color: #FFF;
    }

.btn_yel {
    width: 55px;
    height: 25px;
    line-height: 25px;
    display: block;
    text-align: center;
    border: none;
    background: #F93;
    color: #FFF;
}

    .btn_yel:hover {
        width: 55px;
        height: 25px;
        line-height: 25px;
        display: block;
        text-align: center;
        border: none;
        background: #F96;
        color: #FFF;
    }

.tb_btn_red {
    width: 75px;
    height: 25px;
    line-height: 25px;
    display: block;
    text-align: center;
    border: none;
    background: #fb7c51;
    color: #FFF;
}

    .tb_btn_red:hover {
        width: 75px;
        height: 25px;
        line-height: 25px;
        display: block;
        text-align: center;
        border: none;
        background: #ec6a3e;
        color: #FFF;
    }

.tb_btn_blue {
    width: 75px;
    height: 25px;
    line-height: 25px;
    display: block;
    text-align: center;
    border: none;
    background: #65bb6e;
    color: #FFF;
}

    .tb_btn_blue:hover {
        width: 75px;
        height: 25px;
        line-height: 25px;
        display: block;
        text-align: center;
        border: none;
        background: #3ca347;
        color: #FFF;
    }

.tb_btn_green {
    width: 75px;
    height: 25px;
    line-height: 25px;
    display: block;
    text-align: center;
    border: none;
    background: #30a0b4;
    color: #FFF;
}

    .tb_btn_green:hover {
        width: 75px;
        height: 25px;
        line-height: 25px;
        display: block;
        text-align: center;
        border: none;
        background: #22889a;
        color: #FFF;
    }

/*设置Title*/
.title_yellow {
    width: 140px;
    display: block;
    text-align: center;
    line-height: 25px;
    border: none;
    background: #3c6aa6;
    color: #FFF;
}

.title_help {
    width: 100px;
    height: 39px;
    display: block;
    text-align: center;
    line-height: 39px;
    border: none;
    color: #f95b45;
    font-weight: bold;
}

/*设定搜索*/
.sch_input {
    width: 455px;
    height: 37px;
    border: 1px solid #c5c4c9;
    line-height: 37px;
}

.sch_input1 {
    width: 655px;
    height: 37px;
    border: 1px solid #c5c4c9;
    line-height: 37px;
}

.sch_inputN {
    width: 300px;
    height: 37px;
    border: 1px solid #c5c4c9;
    line-height: 37px;
}

.btn_sch {
    background: url(image/sch.gif);
    width: 37px;
    height: 37px;
    border: 1px solid #d0d0d0;
}


.schbtn {
    margin-top: 7px;
}

/*设定TABS*/
.tabs tr {
    height: 30px;
    border: 1px solid #cccccc;
    text-align: center;
    font-size: 12px;
}

    .tabs tr td {
        padding-left: 0px;
        border: 1px solid #cccccc;
    }

    .tabs tr:hover {
        height: 30px;
        background: #eaeaea;
    }

.tabs thead td {
    background: #979797;
    color: #FFF;
}

.tabs thead tr, .tabs thead tr td {
    border: 1px solid #cccccc;
}


.ts li {
    color: #767676;
}

    .ts li:hover {
        background: #e2e2e2;
    }

/*header*/
.header {
    height: 186px;
}



.topbar {
    height: 30px;
	width:1080px;
 border-bottom: 1px solid #d2dae4;
}

.topbar_m {
    line-height: 40px;
}

.login a {
    margin: 0px 5px;
    color: #494e54;
}

    .login a:hover {
        color: #933;
    }

.logo {
    margin-top: 12px;
}

.navbar-default .navbar-nav li a:hover,
.navbar-default .navbar-nav li a:focus {
    color: #014a8e;
}

.navbar-default .navbar-nav li.nav_list_li>a {
    padding-top: 11px;
    border-top: 4px solid #014a8e;
    color: #014a8e;
    background-color: transparent;
}

.navbar-default .navbar-nav li.nav_list_li>a:hover {
    background-color: #ccc;
}


.sch {
    height: 50px;
    border-bottom: 5px solid #1b69b6;
    background: #fcfcfc;
}

.notice {
    width: 325px;
    height: 50px;
    overflow: hidden;
    line-height: 53px;
}

    .notice a {
        color: #666;
    }

        .notice a:hover {
            color: #999;
        }


/*main*/

.main {
    min-height: 920px;
}
/*首页*/
.main_index {
    min-height: 1770px;
}

.main_newsview {
    min-height: 620px;
}

.ad {
    height: 400px;
}

.index_tag {
    position: relative;
}

.advantage_cnt {
    height: 280px;
}

.advantage_1, .advantage_2, .advantage_3 {
    width: 300px;
    height: 230px;
    margin: 50px 13px 0px 13px;
}

    .advantage_1 p, .advantage_2 p, .advantage_3 p {
        color: #23a9f6;
        line-height: 23px;
    }

.simpel_ctn {
    padding-top: 40px;
}

    .simpel_ctn a {
        display: block;
        margin-bottom: 40px;
    }

/*新闻列表*/
.news_title {
    height: 30px;
    display: block;
    overflow: hidden;
    margin-top: 10px;
}

    .news_title a {
        font-size: 18px;
        color: #2d7fd0;
    }

        .news_title a:hover {
            color: #1f63a6;
        }

.news_time {
    height: 50px;
    font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif;
    font-weight: normal;
    color: #4a4a4a;
}

.news_cnt {
    height: 100px;
    display: block;
    overflow: hidden;
    color: #4a4a4a;
    line-height: 23px;
}

.news_more {
    width: 40px;
    height: 20px;
    display: block;
    background: #f95b45;
    text-align: center;
    line-height: 20px;
    color: #FFF;
    float: right;
}

    .news_more:hover {
        background: #c83824;
    }

.news_cnts {
    display: block;
    overflow: hidden;
    color: #4a4a4a;
    line-height: 25px;
    font-size: 14px;
}

.news_title_in {
    height: 30px;
    font-size: 18px;
    color: #2d7fd0;
    margin-top: 40px;
}


.user_nav {
    /* min-height: 900px; 
    min-width: 145px;*/
    margin: 10px 0px;
    background: #3c6aa6;
}

    .user_nav li {
        height: 40px;
        line-height: 40px;
        text-align: center;
        border-bottom: 1px dotted #3483d1;
    }

        .user_nav li:hover {
            background: #344973;
        }

        .user_nav li a {
            color: #FFF;
        }

.user_nav_li {
    background: #344973;
}

.user_nav_top {
    background: #243040;
}

    .user_nav_top a {
        font-weight: bold;
    }

        .user_nav_top a:hover {
            background: #243040;
        }

/*帮助中心*/
.QA {
    margin: 20px;
}

    .QA li {
        margin-top: 30px;
    }

.Q {
    color: #565656;
    margin: 10px;
    font-weight:700;
    font-size: 100%;
}

.A {
    color: #6e6e6e;
    line-height: 26px;
    text-indent: 2em;
}

/*个人设置*/
.user_right {
    min-height: 500px;
    margin-top: 10px;
}

.user_info {
    margin: 25px;
}

    .user_info li {
        margin-bottom: 18px;
    }

    .user_info span {
        margin-right: 10px;
    }

    .user_info .aa {
        display: inline-block;
        width: 75px;
        text-align: right;
    }

        .user_info .aa b.xx {
            color: #F00;
            font-weight: normal;
            padding-right: 5px;
        }
/*我的无忧导航*/
.user_rsnav {
    height: 118px;
}

.user_rsnav_b {
    height: 76px;
}

    .user_rsnav_b li {
        width: 270px;
        height: 71px;
        display: block;
        float: left;
        margin-right: 5px;
    }

        .user_rsnav_b li:hover {
            width: 270px;
            height: 71px;
            display: block;
            border-bottom: 4px solid #65bb6e;
        }

        .user_rsnav_b li a {
            width: 270px;
            height: 71px;
            display: block;
        }

.user_rsnav_s {
    height: 50px;
}

    .user_rsnav_s li {
        width: 270px;
        height: 45px;
        display: block;
        float: left;
        margin-right: 5px;
    }

        .user_rsnav_s li:hover {
            width: 270px;
            height: 45px;
            display: block;
            border-bottom: 4px solid #65bb6e;
        }

.user_rsnav_s_li {
    width: 270px;
    height: 45px;
    display: block;
    border-bottom: 4px solid #65bb6e;
}

/*无忧运单*/
.user_tab {
    width: 822px;
    height: 34px;
    border: 1px solid #65bb6e;
}

    .user_tab li {
        float: left;
        width: 137px;
        height: 34px;
        display: block;
        line-height: 34px;
        text-align: center;
    }

        .user_tab li a {
            width: 137px;
            height: 34px;
            display: block;
            color: #060;
        }

            .user_tab li a:hover {
                width: 137px;
                height: 34px;
                display: block;
                color: #FFF;
                background: #65bb6e;
            }

.user_tab_li {
    width: 137px;
    height: 34px;
    display: block;
    color: #FFF;
    background: #65bb6e;
}

/*无忧登陆*/




.login_l {
    width: 655px;
    padding-top: 200px;
}

.btn_login {
    width: 250px;
    height: 48px;
    line-height: 45px;
    display: block;
    text-align: center;
    font-size: 14px;
    border: none;
    background: #a9d051;
    color: #FFF;
}

    .btn_login:hover {
        width: 250px;
        height: 48px;
        line-height: 45px;
        display: block;
        text-align: center;
        font-size: 14px;
        border: none;
        background: #88ac37;
        color: #FFF;
    }

.btn_regeit {
    width: 176px;
    height: 48px;
    line-height: 45px;
    display: block;
    text-align: center;
    font-size: 14px;
    border: none;
    background: #23a9f6;
    color: #FFF;
}

    .btn_regeit:hover {
        width: 176px;
        height: 48px;
        line-height: 45px;
        display: block;
        text-align: center;
        font-size: 14px;
        border: none;
        background: #1b8bcc;
        color: #FFF;
    }

.login_r {
    width: 310px;
    padding-top: 200px;
    margin-left: 10px;
}

/*无忧注册*/
.main_regedit {
    min-height: 800px;
    background: url(image/regedit_bg.gif) no-repeat;
}

.btn_regeit2 {
    width: 250px;
    height: 48px;
    line-height: 45px;
    display: block;
    text-align: center;
    font-size: 14px;
    border: none;
    background: #23a9f6;
    color: #FFF;
}

    .btn_regeit2:hover {
        width: 250px;
        height: 48px;
        line-height: 45px;
        display: block;
        text-align: center;
        font-size: 14px;
        border: none;
        background: #1b8bcc;
        color: #FFF;
    }

.btn_login2 {
    width: 176px;
    height: 48px;
    line-height: 45px;
    display: block;
    text-align: center;
    font-size: 14px;
    border: none;
    background: #a9d051;
    color: #FFF;
}

    .btn_login2:hover {
        width: 176px;
        height: 48px;
        line-height: 45px;
        display: block;
        text-align: center;
        font-size: 14px;
        border: none;
        background: #88ac37;
        color: #FFF;
    }

/*我的无忧*/
.tbg {
    width: 780px;
    height: 32px;
    display: block;
    line-height: 32px;
    padding-left: 50px;
    margin: 10px 0px;
    color: #404040;
    background: url(/images/Help/tbg.gif) no-repeat;
}

.news ul {
    margin: 10px;
}

    .news ul li {
        margin-bottom: 10px;
    }

        .news ul li h1 a {
            color: #404040;
            width: 810px;
            height: 25px;
            display: block;
            overflow: hidden;
        }

.time {
    color: #808080;
    margin: 5px 0px;
    font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif;
}

.newcnt a {
    color: #5f5f5f;
    width: 830px;
    height: 40px;
    display: block;
    overflow: hidden;
}

/*单号查询*/
.schexad {
    width: 600px;
    height: 600px;
    display: block;
    overflow: hidden;
}

.schexul {
    width: 946px;
    height: 600px;
    display: block;
    padding-left: 20px;
    margin: 20px 0px;
    border: 1px dotted #d2dae4;
}

    .schexul li {
        margin-top: 20px;
    }

        .schexul li img {
            margin-top: 5px;
            margin-right: 20px;
        }

.schtime {
    font-size: 12px;
    color: #999;
    margin-top: 5px;
}

/*footer*/
.footer {   

}

.links {
    height: 48px;
    background: #ededed;
}

.links_m li {
    float: left;
    margin: 12px 5px;
}

.about {
    background:#014A8E;
    border-bottom: 1px solid #085478;
}

.about_m {
    line-height: 112px;
}



    .about_m img {
        display: inline-block;
        margin: 0px 30px;
    }

.copy {
    height: 45px;
    /*background: #1e6ab6;*/
    background:#014A8E;
}

.copynumber, .icpnumber{
    line-height: 40px;
    color: #A99877;
    font-size: 10px;
    text-align:center;
}


/*表单验证*/
label.error {
    background: url('image/unchecked.png') no-repeat 0px 0px;
    padding-left: 16px;
    margin-left: 5px;
    top: 0px;
    position: relative;
    color: #999;
    font-size: 14px;
}

label.success {
    background: url(image/checked.png) no-repeat 0px 0px;
    padding-left: 16px;
    margin-left: 5px;
    top: 0px;
    position: relative;
}

.modalBackground {
    z-index: 100;
    top: 0px;
    left: 0px;
    background-color: #000000;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}

.mesWindow {
    border: #fff 1px solid;
    background: #fff;
}

.mesWindowTop {
    border-bottom: #fff 1px solid;
    margin-left: 4px;
    padding: 3px;
    font-weight: bold;
    text-align: left;
    font-size: 12px;
}

.mesWindowContent {
    margin: 4px;
    font-size: 12px;
}

.mesWindow .close {
    height: 14px;
    width: 28px;
    border: none;
    cursor: pointer;
    text-decoration: underline;
    background: #fff;
}

.cl2 {
    margin: 20px;
}

    .cl2 li {
        margin-bottom: 10px;
    }

    .cl2 span {
        margin-right: 10px;
    }

    .cl2 .aa {
        display: inline-block;
        width: 75px;
        text-align: right;
    }

        .cl2 .aa b.xx {
            color: #F00;
            font-weight: normal;
            padding-right: 5px;
        }

.tab_div ul {
    width: 828px;
    border: 1px solid #999;
    height: 30px;
    background: #979797;
}

    .tab_div ul li {
        float: left;
        color: #FFF;
    }


.tab_div_m li {
    float: left;
}

.works-item {
	padding-top: 20px;
	text-align: center;
	font-size: 14px;
	padding-bottom: 60px;
}

.works-item .icon {
   /* width: 180px; */
    margin: auto;
    margin-bottom: 10px;
}
.works-item p{
    color: #23a9f6;
}

.f12 {
    font-size:12px;
    color: #595959;
}
.f12 th
{   
    display: table-cell;
    text-align:center;
    vertical-align:middle;
}
.f10 {
    font-size:10px;
    color: #666;
    
}
.f10r {
    font-size:10px;
    color:#EA5303;
    
}
.f10 th
{   
    display: table-cell;
    text-align:center;
    vertical-align:middle;
}

.f14 {
    font-size:14px;
    color: #595959;
}
.f14 th
{   
    display: table-cell;
    text-align:center;
    vertical-align:middle;
}
.f14b {
    font-size:14px;
    color: #595959;
    font-weight: bold;
}
.f14b th
{
    display: table-cell;
    text-align:center;
    vertical-align:middle;
    font-weight: bold;
}
.f18 {
    font-size:18px;
    color: #595959;
}
.f18 th
{
    display: table-cell;
    text-align:center;
    vertical-align:middle!important;
}

.f18b {
    font-size:18px;
    color: #595959;
    font-weight: bold;
}

.f18b small{
    font-size:12px;
}

.ftRed{
    color:#D9534F;
}

.f18b th
{
    display:table-cell;
    margin-top: auto;
    margin-top: auto;
    text-align:center;
    vertical-align:middle;
    font-weight: bold;
}

.price1 
{ display: table-cell;
    background-color:#888788;
    color:White;
}

.price2 { display: table-cell;
    background-color:#65bb6e;
    color:White;
}

.price3 { display: table-cell;
    background-color:#069de2;
    color:White;
}

.price4 {
    background-color:#fb7c51;
    color:White;
}

.price5 {
    background-color:#38afe9;
    color:White;
}

.trho{
    border-collapse: collapse;
    } 
.trho:hover{cursor:pointer;background-color:#fff8d9;}
.vmd
{
    text-align:center;
    vertical-align:middle;
}

.line_price{
    height: 1px;
    border-top: 1px solid #a94442;
    text-align: center;
    margin-top:70px;
    margin-bottom:50px;
}
.line_price span{
    position: relative;
    top: -20px;
    background: #fff;
    padding: 0 20px;
    font-size:24px;
    color:#a94442;
}

.addr_group{
}

.addr_group .addr_name{
    color: #7d7d7d;
    height: 32px;
}

.addr_group  .addr_input{
    background: #dfdfdf;
    border: 1px solid #c5c4c9;
height: 32px;
}

.addr_group  .addr_button{
    border: none;
    background: #3084d8;
    color: #FFF;
    width:57.11px;
}


.addr_group .addr_desc{
    border: none;
    background: #3084d8;
    color: #FFF;
}

.feature-heading {
    margin: 60px 0 60px;
    text-align: center;
}
.feature-heading .feature-content {
    margin: 0px 8%;
}
.feature-content .about-item{
    text-align: center;
    font-size: 16px;
    color: #999999;
}
.about-item h3 {
    color: #666;
    margin-top: 15px;
    margin-bottom: 15px;
    line-height:30px;
}
.about-item .icon 
{
    width: 122px;
    height: 120px;
    line-height: 126px;
    text-align: center;
    vertical-align:center;
    font-size: 48px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin:AUTO;
}
.about-item p
{
    margin: 0 0 40px;
}

.about-item .color-1
{
    background-color: #FF7400;
    color: #FFF;
}

.about-item .color-2
{
    background: #FF7474;
    color: #FFF;
}
.about-item .color-3
{
    background: #87D347;
    color: #FFF;
}

.about-item .color-1:hover{
    color: #FF7400;
    background-color: #FFECDC;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.about-item .color-2:hover{
    color: #FF7474;
    background-color: #FFE8E8;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.about-item .color-3:hover{
    color: #87D347;
    background-color: #DAFAE7;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.partner-box
{
    border-right: 1px solid #d8d8d8;
    display:inline;
    margin-bottom:40px;
}

.y-left
{
    display:inline;
}
    
.first
{
    border-left: 1px solid #d8d8d8;
}

.partner-box a
{
    display: block;
    text-align: center;
    height: 90px;
    padding-top:10px;
}

.partner-box > a img{
    width: 70%;
    -webkit-transform: scale(0.92);
    -moz-transform: scale(0.92);
    -ms-transform: scale(0.92);
    -o-transform: scale(0.92);
    transform: scale(0.92);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.partner-box > a:hover img
{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.section_color 
{
    background-color:#FEFEFE;
}
.section 
{
    margin-top:60px;
}
.section h2 {
    margin: 60px 0 40px;
    padding-left: 10%;
    text-align: left;
    color: #25bacb;
}
.section p
{
    font-size: 17px;
    line-height: 28px;
    padding-left: 10%;
    text-align: left;
    color:#6a727d;
}


.section .indeximg
{
    display: block;
    width:100%;
    height:300px;
}


.indexstart
{
    text-align: center;
    left: 0px;
    top: 0px;
    width: 100%;
    background: url(/images/foot/index1.JPG) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 400px;
}

.solutionstart
{
    text-align: center;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 600px;
    margin-bottom:30px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position-x: center;
}

.solutionbackground 
{
    background: url(/images/banner/p5.JPG) no-repeat center center;
}    

.pricebackground 
{
    background: url(/images/banner/p4.JPG) no-repeat center center;
}    
    

.solutionstart .container
{
        position: relative;
    top: 40%;
    padding-left: 70px;
}

.solutionstart .container .title{
    margin: 0;
    font-size: 40px;
    font-weight: 400;
    color: #fbfcfc;
    text-align:left;
}

.solutionstart .container .subtitle{
    margin: 0;
    padding-top: 14px;
    font-size: 20px;
    font-weight: 400;
    color: #fbfcfc;
    text-align:left;
}

.indexstart .start-btn {
    display: block;
    margin: 40px auto;
    width: 210px;
    line-height: 46px;
    font-size: 24px;
    text-decoration: none;
    font-weight: 200;
}

.indexstart p{
    font-size: 36px;
    color: #fff;
    margin-top:100px;
    text-align:center;
    line-height: 1.5em;
    letter-spacing:0.2em;
    font-weight:200;
}

.search
{
    position: relative;
height: 70px;
background-color: #303030;
}

.search .note
{
    float: left;
    padding-top: 20px;
    overflow: hidden;
}

.note p {
    font-size: 16px;
    color: #fff;
    line-height: 30px;
}

.morei
{
    margin-top:2px;
}

.helpno
{
    background-color: #FA5B45;
    color: #fff;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    float:left;
}

.helphead
{
    color: #164A83;
    line-height: 30px;
    font-size:18px;
    margin-left: 20px; 
    font-weight: 400;
    margin-bottom: 15px;
}

.helptext
{
    color: #666;
    line-height: 30px;
    font-size:14px;
    text-indent:50px;
    margin-bottom: 15px;
}

.helpimg
{
    padding-left: 44px;
    width: 700px;
    margin-bottom: 30px;
}

.helplink
{
    float:left;
    margin-bottom: 50px;
}

.helplink >img
{
    -webkit-transform: scale(0.92);
-moz-transform: scale(0.92);
-ms-transform: scale(0.92);
-o-transform: scale(0.92);
transform: scale(0.92);
-webkit-transition: all .3s;
-moz-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
}

.helplink:hover img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.helpcontent
{
    margin-bottom: 50px;
    
}

.faqlist
{
    margin:40px 15px 40px 47px
}

.faqlist .faqtext
{
     border-bottom: 2px solid #e9edf5;
     min-height:40px; 
     height:auto!important;
     height:40px;
     margin:20px 0px;
}

.faqlist  .faqtext .faqq
{
    font-size: 20px;
    line-height: 20px;
    text-align: left;
    vertical-align:middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    width:100%;
    color: #2b3645;
    margin:15px 0 15px 0;
}
.faqlist  .faqtext .faqa
{
    font-size: 16px;
    line-height: 24px;
    color: #68686f;
    margin:15px 0 15px 0;
}
.faqlist .faqtext .faqq > i
{
    float:right;
    color:#3aa3e3;
}

/*红点 start*/
.item-notice-out,
.item-notice-in{
    position: relative;
}
.item-notice-out:after,
.item-notice-in:after{
    position: absolute;
    content: " ";
    width: 6px;
    height: 6px;
    border-radius: 10px;
    background-color: #ee3131;
}
.item-notice-out:after{
    top: 10px;
    right: 10px;
}
.item-notice-in:after{
    top: 10px;
    right: 10px;
}
/*红点 end*/

.mh {
    -webkit-backface-visibility: hidden;
/*    -webkit-filter: brightness(-0.5);
    filter: brightness(-0.5);    
    -webkit-filter: blur(1px);
    filter: blur(1px); */
    opacity: .9;
    -webkit-animation: nvfadeInDown 1s .1s ease both;
    -moz-animation: nvfadeInDown .3s .1s ease both
}


.cd-cover-layer {
    display: block;
    background: rgba(0,0,0,0.2);
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s, visibility .3s;
    -moz-transition: opacity .3s, visibility .3s;
    transition: opacity .3s, visibility .3s
}

.cd-cover-layer.search-form-visible {
    opacity: 1;
    visibility: visible
}

.navbar-nav>li>a.btn-search {

    text-align: center;
    font-size: 20px;
    color: #ee3131;
}

.navbar-nav>li>a.btn-search:hover {
    color: #006390;
}


.header-search-slide {
    display: none;
    position: absolute;
    right: 0;
    width: 100%;
    clear: both;
    background: rgba(248, 248, 248, .99);
    z-index: 3;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, .2)
}

 .header-search-slide  {
    padding: 25px 25%;
    overflow: hidden
}

 .header-search-slide  input[type=search] {
    width: 90%;
    height: 50px;
    float: left;
    padding-right: 10px;
    margin: 0 auto;
    font-size: 20px;
    line-height: 30px;
    border: 2px solid #ddd;
    border-right: none;
    border-radius: 2px;
    padding-left: 20px
}

.header-search-slide  .search-btn {
    color: #fff;
    border: none;
    background: #45b6f7;
    height: 50px;
    font-size: 16px;
    padding: 0 12px;
    border-radius: 0 2px 2px 0;
    width: 10%;
    cursor: pointer;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s
}

.header-search-slide  label {
    float: left;
    margin-top: 20px;
    font-size: 16px;
    margin-right: 20px;
    font-weight: 100;
    color: #555
}

.header-search-slide  ul {
    margin-top: 20px;
    font-size: 16px
}

.header-search-slide  ul li {
    float: left;
    padding-right: 10px;
    font-size: 14px;
    padding-top: 3px
}

.port_table th
{
    text-align:center;
    font-size:13px;
}
.port_table th img
{
    height:12px;
}
.port_table th span
{
    margin:2px;
    display: inline-block;
    font-weight:500;
}


.pricecalc span
{
    font-size: 1.2em;
    letter-spacing: 1px;
    font-weight:400;
}
.pricecalc .Rprice{
font-weight:600;font-size:1.5em;color:#F95B45;

}
.pricetag{
    font-weight: 700;
    color: #000;
    font-size: 14px;
}
.priceitem
{
    color: #777;
        font-size: 14px;
}
.price-sn{
color: #fa4b4b;
    font-size: 22px;
    font-weight: 700;
}

.warnmsg
{
    padding: 0 10px;border: 1px solid #f9dfb2;background-color: #fff8d9;color: #ff8b00;font-size:12px;
}
.cover-heading
{
    margin: 30px 0px 20px 0px;
    font-weight: 300;
    font-size: 30px;
    text-align:center;
}

.cover-description {
    margin: 0 auto;
    color: #3d444f;
    font-size: 16px;
        text-align:center;
        margin-bottom: 50px;
}

.card {
    margin: 20px;
    text-align: center;
}

.card .card-icon {
    max-width: 230px;
    height: auto;
}
.card .card-icon  svg{
    width: 60px;
}

.card .card-title {
    margin: 20px 0 10px 0;
    color: #3d444f;
    font-weight: 400;
}

.card .card-subtitle {
    color: #3d444f;
    font-weight: 400;
}

.pricermb
{
    font-weight:bold;
}

.priceusd
{
    font-weight:400;
    color:#777;font-size:14px;
}

.bizprice2,.bizprice3
{
    display:none;
}

feature-grid
{
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
}

.feature-grid-icon {
    padding-left: 15px;
    text-align: left;
}

.feature-grid .feature-grid-title {
    text-align: left;
    font-size: 18px;
    color: #3d444f;
    padding: 8px 0 4px;
}

.feature-grid .feature-grid-description {
    text-align: left;
    color: #818790;
    max-width: 220px;
}

.feature-grid-icon svg {
    width: 64px;
    height: 64px;
    fill: #38afe9;
}

.feature-grid .row {
    margin-bottom: 20px;
}

.cards .row {
    margin-bottom: 20px;
}

.bottom-cta {
    padding: 60px 0 60px 0;
    text-align: center;
    background: -webkit-gradient(linear,left top,right top,from(#535da9),to(#5cacd2));
    background: -webkit-linear-gradient(left,#535da9,#5cacd2);
    background: linear-gradient(90deg,#535da9,#5cacd2);
    background-repeat: no-repeat;
    
}

.bottom-cta h3 {
    color: #fff;
    font-weight: 300;
    font-size: 32px;
    margin-bottom: 20px;
}

.cta-text {
    color: #c095eb;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 300;
}

.btn-light
{
   border:solid 1px #fff;
   border-radius: 4px;
   color:#fff;
   font-size:20px;
   font-weight:300;
}

.btn-light:hover
{
    background-color: #5ba8d0;
    color:#fff;
}


.section-solution {
    padding: 80px 0;
    font-weight: 400;
}

.section-solution .heading {
    margin-bottom: 15px;
    font-size: 24px;
    color: #1f2126;
    line-height: 32px;
    text-align:center;
}

.section-solution.legend .heading:after {
    content: '';
    display: block;
    height: 3px;
    width: 50px;
    margin: 20px 0 30px;
    margin-left: auto;
    margin-right: auto;
    bottom: -20px;
    background-color: #3890ff;
}

.section-solution.legend .content {
    font-size: 16px;
    max-width: 520px;
    color: #1f2126;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.solution-nav {
    text-align: center;
    border-bottom: 1px solid #ccd1d9;
    padding-bottom: 60px;
}

.solution-nav img {
    width: 80px;
    height: 80px;
}

.solution-nav .name {
    font-size: 16px;
    color: #3d444f;
    padding: 10px 0 30px;
}

.solution-guide .heading-icon img {
    width: 80px;
    height: 80px;
}

.section-solution.lighter {
    background-color: #fbfcfc;
}
.section-solution.border-bottom {
    border-bottom: 1px solid #ccd1d9;
}
.section-solution .heading-icon {
    text-align: center;
}

.section-solution .heading, .section-solution .subheading {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    margin-top:15px;
}

.section-solution .subheading {
    font-size: 16px;
    color: #9ba3af;
}


.products .products-body {
    padding: 20px;
}

.products .products-title {
    margin-bottom: 30px;
    color: #3d444f;
    font-weight: 400;
    text-align:center;
    font-size: 24px;
    line-height:30px;
}

.products .products-description {
    margin-bottom: 20px;
    padding-right: 40px;
    padding-left: 40px;
    font-size: 16px;
    line-height:24px;
        color: #595f69;
}

.products .products-footer {
    display: block;
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin: 0 auto;
    width: 100%;
    text-align:center;
}

.stp {
    margin: 50px auto 0 auto;
    width: 962px;
    overflow: hidden;
    position: relative;
}

.stp .one li {
    float: left;
    width: 192px;
}

.stp ul.one {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.stp .line {
    position: absolute;
    left: 68px;
    right: 68px;
    top: 32px;
    z-index: 0;
    opacity: 0.8;
    border-bottom: 2px dotted #333;
}

.stp .one li span {
    display: block;
    width: 62px;
    height: 62px;
    line-height: 62px;
    text-align: center;
    color: #333;
    font-size: 38px;
    margin: 0px auto 20px;
    border: solid 2px #333;
    border-radius: 50%;
    z-index:22;
    background: #fff;
}

.stp .one li span:hover
{
    background-color: Blue;
    color: #fff;
}


.stp .one li h4 {
    text-align: center;
    font-size: 20px;
    color:  #333;
    line-height:36px;
}

.stp .one li h4:after {
    content: '';
    display: block;
    height: 2px;
    width: 60px;
    margin: 10px 0 10px;
    margin-left: auto;
    margin-right: auto;
    bottom: -20px;
    background-color: #fbb114;
}

.stp .one li p {
    text-align: center;
    font-size: 14px;
    color:  #777;
    line-height:24px;
}

.section-solution .subsection {
    padding-top: 40px;
    padding-bottom: 40px;
}

.solution-tech .item {
    text-align: center;
    position: relative;
    margin-bottom: 40px;
    display: block;
}

.solution-tech .heading-icon img {
    width: 80px;
    height: 80px;
}
.solution-case .heading-icon img {
    width: 80px;
    height: 80px;
}

.solution-tech .item .title {
    color: #1f2126;
    font-size: 18px;
    line-height:30px;
}

.solution-tech .item .subtitle {
    color: #9ba3af;
    font-size: 14px;
    line-height:24px;
}

.solution-tech .item svg {
    width: 64px;
    height: 64px;
    fill: #fcbb2d;
}

.solution-case .item {
    position: relative;
    text-align: left;
    margin-bottom: 30px;
    border: 1px solid #ccd1d9;
    background-color: #f5f7fa;
    overflow: hidden;
    vertical-align: middle;
    border-radius: 6px;
    /* ReSharper disable once InvalidValue */
    -webkit-mask-image: -webkit-radial-gradient(circle,#fff,#000);
}


.solution-case .item01 {
    background-color: #186a58;
    border-color: #0f4035;
}

.solution-case .item02 {
    background-color: #f4f4f4;
    border-color: #dbdbdb;
}

.solution-case .item03 {
    background-color: #ee3b3b;
    border-color: #e21414;
}

.solution-case .item04 {
    background-color: #a2d100;
    border-color: #7a9e00;
}
.solution-case .item img {
    width: 100%;
}

.solution-case .item .content-wrapper {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    background-color: rgba(0,0,0,.7);
}

.solution-case .item .content-wrapper .content {
    position: relative;
    width: 100%;
    padding: 10px;
}

.solution-case .item .content-wrapper .subtitle {
    color: #ccd1d9;
    font-size: 14px;
}

.btn-green{
padding: 8px 20px;
    font-size: 16px;
    border-radius: 4px;
        background-color: #00A6F2;
    border: 0;
    outline: none;
    color: #fff;
}

.btn-green:hover{
        background-color: #0db3ff;
    color: #fff;
}

.tablebusiness tr th {
    padding: 18px;
    border-color: #ccd1d9;
    color: #434a54;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
}
.tablebusiness .title{
    background-color: #f5f7fa;
}

.tablebusiness .title th{
     font-size: 18px;
}


.progressbar {
                    height: auto;
    margin-top: 2px;
                }
                .progressbar .barstep {
                    margin-bottom: 3px;
                    min-width: 75px;
                }
                .progressbar .barstep .barhead {
                  font-size: 10px;
                }
                .barstep .barhead {
                    text-align: center;
                    margin-bottom: 5px;
                    min-width: 30px;
                    color: #ccc;
                }
                .barstep .barbody {
                    background-color: #dededd;
                    color: #fff;
                    height: 15px;
                    width: 15px;
                    border-radius: 50%;
                    text-align: center;
                    line-height: 30px;
                    margin: auto;
                    z-index: 2;
                }
                .current .barbody 
                {
                     background-color: #60c0f3;
                }
                
                .leftbar {
                    position: absolute;
                    height: 9px;
                    width: 100%;
                    right: 40px;
                    border-bottom: 3px solid #dededd;
                    z-index: -1;
            }
            .current .barbody .leftbar {
                border-bottom: 3px solid #60c0f3;
            }
            .current .barhead {
                color: #337ab7;
            }
            
            .noborder {
                border-bottom: none !important;
    border-top: none !important;
    }