body, html {
    background: #fff;
    overflow-x: hidden;
}

ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.content {
    width: 1200px;
    margin: 0 auto;
}

.trail-nav {
    height: 76px;
    width: 100%;
    background: #fff;
}

.trial-logo {
    float: left;
    width: 180px;
    height: 54px;
    margin-top: 12px;
    margin-right: 220px;

}

.en-nav {
    margin-top: 35px;
}

.en-nav > li {
    float: left;
    height: 15px;
    border-left: 1px solid #d1d1d1;
}

.en-nav > li a {
    color: #7c7c7c;
    font-size: 14px;
    padding: 0 15px;
    display: block;
    cursor: pointer;
    text-align: center;
}

.en-nav > .nav-cur a, .en-nav > li:hover a {
    color: #2678cb;
}

.en-nav > .first-li {
    border: none;

}

.en-nav > .first-li a {
    padding-left: 0px;
}

.s-nav {
    display: none;
    margin-top: 12px;
    position: absolute;
    z-index: 10;
    text-align: center;
    top: 48px;

}

.s-nav.s-nav1 {
    width: 200px;
    left: 0px;
}

.s-nav.s-nav2 {
    width: 138px;
    left: -10px;
}

.s-nav > .multi-line {
    line-height: normal;
    padding-top: 5px;
}

.s-nav > li {
    height: 45px;
    text-align: center;
    background-color: #f2f2f2;
    line-height: 45px;
}

.s-nav > li:hover {
    background-color: #2779cb;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.s-nav > li > a {
    color: #000;
}

.s-nav > li:hover > a {
    color: #FFF;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.sel-lang {
    margin-top: 35px;
    line-height: 19px;
}

.sel-lang > li {
    float: left;
    padding: 0 10px;
}

.sel-lang > li > a {
    color: #7c7c7c;
    font-size: 14px;
}

.sel-lang .first-li {
    border-right: 1px solid #d1d1d1;
}

.sel-lang .first-li a {
    color: #1174c1;
    font-size: 14px;
}

.trail-main {
    width: 100%;
    height: 1000px;
    background: url(../../images/trial_bg.jpg) no-repeat center #3880c1;
    overflow: hidden;
}

.trail-main-left {
    float: left;
    width: 580px;
    margin-top: 180px;
}

.trail-slogan {
    font-family: Microsoft YaHei;
    font-weight: lighter;
    font-size: 78px;
    color: #fff;
    line-height: 1;
}

.trail-slogan span {
    color: #fffcad;
}

.trail-title {
    margin-top: 110px;
    color: #fff;
    font-size: 36px;
}

.trail-list {
    margin-top: 30px;
    overflow: hidden;
}

.trail-list > li {
    float: left;
    height: 170px;
    width: 145px;
    margin-right: 32px;
    padding: 10px;
    border: 1px solid #9bbcda;
}

.trail-list > li .trail-ico {
    margin: 20px auto 0 auto;
    background: url(../../images/trail_ico.png) no-repeat;
}

.trail-list > li .trail-ico.ico1 {
    width: 47px;
    height: 47px;

}

.trail-list > li .trail-ico.ico2 {
    width: 45px;
    height: 45px;
    background-position: -101px 0;
}

.trail-list > li .trail-ico.ico3 {
    width: 50px;
    height: 47px;
    background-position: -47px 0;
}

.trail-t {
    margin-top: 24px;
    font-size: 16px;
    padding: 0 5px;
    color: #fff;
    text-align: center;
}

.trail-main-form {
    float: right;
    width: 405px;
    height: 880px;
    padding: 32px;
    margin-top: 55px;
    background: #fff;
}

.form-title {
    font-size: 26px;
    font-weight: bold;
    color: #2877bd;
    text-align: center;
}

.form-t {
    color: #8a8a8a;
    font-size: 16px;
    margin-top: 18px;
    clear: both;
}

.form-t span {
    color: #2877bd;
}

.form-inp {
    height: 30px;
    margin-top: 5px;
}

.form-inp input[type=text], .form-inp input[type=email], .form-inp input[type=tel] {
    height: 28px;
    font-size: 14px;
    width: 100%;
    border: 1px solid #c4c4c4;
    padding: 5px;
}

.form-inp input[type=text]:focus, .form-inp input[type=email]:focus, .form-inp input[type=tel]:focus {
    height: 30px;
    padding: 4px;
    border: 3px solid #a7c8e9;
    -webkit-transition: border-color ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s;
    transition: border-color ease-in-out .15s;
}

.form-inp input[type=radio] {
    height: 14px;
    width: 14px;
    margin-right: 5px;
    margin-top: 10px;
}

.form-inp label {
    font-size: 16px;
    color: #9f9f9f;
    margin-right: 60px;
    cursor: pointer;
}

.form-warning {
    display: none;
    height: 18px;
    font-size: 12px;
    float: left;
    color: #ff0035;
}

.form-inp input.inp-validate {
    border: 1px solid #ff0035;
    color: #ff0035;
    font-size: 12px;
}

.form-inp input.emailvalidate {
    border: 1px solid #ff0035;
}

.form-inp input.dial-code {
    float: left;
    width: 60px;
}

.form-inp input.tel {
    float: right;
    width: 250px;
}

.sub-item {
    width: 202px;
    height: 54px;
    margin: 40px auto 0 auto;
}

.trail-main-form .submit {
    width: 202px;
    height: 54px;
    line-height: 54px;
    color: #fff;
    background: #4a91e3;
    font-size: 21px;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}

.tel-plus {
    float: left;
    width: 30px;
    color: #a9a9a9;
    font-size: 24px;
    text-align: center;
}

.success-box {
    height: 448px;
    width: 705px;
    margin: 225px auto 0 auto;
    background: #fff;
    overflow: hidden;
}

.success-box .suc-pic {
    width: 86px;
    height: 85px;
    margin: 75px auto 0 auto;
    background: url(../../images/trail_suc.png) no-repeat;
}

.success-box .suc-mes {
    width: 320px;
    margin: 20px auto 0 auto;
    font-size: 24px;
    color: #4e8fc9;
    text-align: center;
    line-height: 1.25;
}

.success-box .suc-btn {
    width: 237px;
    height: 64px;
    margin: 60px auto 0 auto;
    background: #4a91e3;
    line-height: 64px;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;;
}

.success-box .suc-btn:hover, .trail-main-form .submit:hover {
    background: #5fa5ec;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.success-box .suc-btn:active, .trail-main-form .submit:active {
    background: #1c68b5;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.success-box .suc-btn a {
    display: block;
    color: #fff;
    font-size: 22px;
}

.bottom {
    width: 100%;
    height: 128px;
    padding-top: 55px;
    background: #272930;
    font-size: 18px;
    color: #959595;
}

.bottom-nav {

}

.bottom-nav > li {
    float: left;
    height: 18px;
    padding: 0 12px;
    line-height: 18px;
    border-right: 1px solid #959595;
}

.bottom-email {
    margin-left: 100px;
}

.bottom-tel {
    margin-left: 130px;
}

.bottom-nav > li > a, .bottom-email a {
    font-size: 18px;
    color: #959595;
}

.bottom-nav > li.last-li {
    border: none;
}

.footer {
    height: 75px;
    line-height: 75px;
    font-size: 14px;
    color: #7a7a7a;
    background: #313131;
}

.intl-tel-input {
    width: 100%;
    cursor: pointer;
}

.intl-tel-input.inside .flag-dropdown {
    z-index: 10;
    width: 100%;
    cursor: pointer;
}

.intl-tel-input .selected-flag {
    z-index: 1;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0 0 0 8px;
    cursor: pointer;
}

.intl-tel-input .selected-flag .flag {
    right: 20px;
}

.intl-tel-input .country-list {
    width: 100%;
}

.intl-tel-input.inside input[type="text"], .intl-tel-input.inside input[type="tel"] {
    padding-left: 10px;
    padding-right: 40px;
}

.intl-tel-input.inside input[type="text"]:disabled {
    background: #FFF;
}

.intl-tel-input .country-list .country {
    line-height: 1.25;
    cursor: pointer;
}

.intl-tel-input .country-list .divider {
    padding-bottom: 0;
    margin-bottom: 0;
}

.intl-tel-input .country-list .preferred {
    display: none;
}