.adword{
    font-size: 18px;
    position: absolute;
    bottom: 57%;
    left: 50%;
    margin-left: 175px;
}
.icon-table{
    display: inline-block;
    width: 19px;
    height: 16px;
    background: url("../img/common/icon-table.png") no-repeat;
    vertical-align: middle;
}

#header .logo{
    float: left;
    padding-top: 16px;
    padding-left: 2px;
}

#header .logo>img{
    width: 138px;
}

body{  color: #595757;}
/*@font-face {
    font-family: Adobe Heiti Std;
    src: url('../font/AdobeHeitiStd-Regular.otf') format('opentype');
}


@font-face {
    font-family: Hiragino Sans GB W6;
    src: url('../font/Hiragino Sans GB W6.otf') format('opentype');
}*/
/*
@font-face {
    font-family: Hiragino Sans GB W3;
    src: url('../font/Hiragino Sans GB W3.otf') format('opentype');
}
*/

.font-adobeHeiti{
    font-family: Adobe Heiti Std;
}

.font-gbW3{
    font-family: "Microsoft YaHei", "SimHei", "Microsoft JhengHei", "STHeiti ";
}

.font-gbW6{
    font-family: Hiragino Sans GB W6;
}

.page {
    max-width: 1700px;
    margin: 0 auto;
}

.page-width {
    margin: 0 auto;
    width: 1000px;
}

* {
    font-family: "Microsoft YaHei", "SimHei", "Microsoft JhengHei", "STHeiti ";
}

div, p {
    margin: 0;
    padding: 0;
}

.font12 {
    font-size: 12px;
}

.font16 {
    font-size: 16px;
}

.font18 {
    font-size: 18px;
}

.font20 {
    font-size: 20px;
}

.font22 {
    font-size: 22px;
}

.font24 {
    font-size: 24px;
}

.white {
    color: white;
}

.blue {
    color: #1faae2;
}
.lightblue{
    color:rgb(31,170,226);
}
.black{
    color:#000000;
}

.line-height3 {
    line-height: 3em;
}

/*line1*/
.top {
    min-width: 1024px;
    background-color: rgb(236, 238, 244);
}

.nav {
    margin-bottom: 0;
    margin-left: 0;
    list-style: none;
}

.page-ul1 {
    height: 38px;
    width: 158px;
    margin-right: 105px;
}

.img-li {
    /*width: 22px;
  height: 22px;*/
}

/*line2*/
.logo-line {
    margin: 0 auto;
}

.ulli-con {
    height: 68px;
    margin: 22px auto;
}

.f-left {
    float: left;
    width: 116px;
    position: relative;
    height: 68px;
    margin-left: 90px;
}

.f-right {
    float: right;
    width: 185px;
    position: relative;
    height: 70px;
    margin-right: 75px;
}

.f-rightinner {
    position: absolute;
    bottom: 0em;
    height: 26px;
    left: 28px;
}

.img-logo1 {
    /*  width: 85px;
  height: 85px;*/
}

.img-logo2 {
    /*   width: 136px;
  height: 35px;*/
    position: absolute;
    top: 29px;
    left: 30px;
}

.img-logo3 {
    /*   width: 74px;
  height: 19px;*/
    position: absolute;
    top: 53px;
    left: 63px;
}

.container1 {
    width: 43px;
    display: inline-block;
    text-align: center;
    border-right: 1px solid rgb(188, 190, 195);
}

.container2 {
    width: 43px;
    display: inline-block;
    text-align: center;
    border-right: 1px solid rgb(188, 190, 195);
}

.container3 {
    width: 43px;
    display: inline-block;
    text-align: center;
}

.img-icon1 {
    /* width: 33px;height:33px;*/
}

.img-icon2 {
    /*  width: 33px;height:35px;*/
}

.img-icon3 {
    /*  width: 33px;
  height: 25px; */
}

.tip-position {
    border-radius: 2px;
    border: 1px solid rgb(212, 212, 213);
    width: 182px;
    z-index: 100;
    height: 31px;
    line-height: 31px;
    text-align: center;
}

.p-square {
    font-size: 12px;
    color: rgb(134, 134, 137);
    font-family: Adobe Heiti Std;
}

.p-triangle {
    width: 15px;
    height: 15px;
    display: inline-block;
    border-right: 1px solid rgb(212, 212, 213);
    border-bottom: 1px solid rgb(212, 212, 213);
    position: absolute;
    top: 25px;
    left: 84px;
    z-index: 1000;
    background-color: white;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*line3*/
.ul-inner {
}

.page-li2 .page-a:hover {
    background-color: white;
    text-decoration: none;
}

.page-nav {
    border-top: 1px solid rgb(236, 238, 244);
    position: relative;
    min-width: 1024px;z-index:2;
}

.input-container {
    float: right;
    height: 60px;
    line-height: 69px;
    position: relative;
}

input[type="text"].page-input {
    line-height: 30px;
    width: 160px;
    height: 28px;
    background-color: rgb(236, 238, 244);
    border: none;
    text-indent: 2em;
    margin-right: 40px;
}

.search-img {
    /*width: 17px;*/
    position: absolute;
    top: 22px;
    left: 15px;
}

#navTop > li > a.active {
    color: rgb(31, 170, 226);
    position: relative;
    display: block;
}

.nav-pills > li > a.active >i{
    display: block;
    border-width: 6px 14px;
    border-color: transparent transparent rgb(31,170,226);
    border-style: solid;
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -14px;
}

.nav-pills > .active > a, .nav-pills > .active > a:hover, .nav-pills > .active > a:focus {
    color: rgb(31, 170, 226);
    background-color: white;
}

div.panel {
    display: none;
    z-index: 1001;
    position: absolute;
    top: 88px;
    padding-top: 60px;
    width: 100%;
    left: 0;
}

.panel1 {
    display: none;
    z-index: 1001;
    position: absolute;
    top: 54px;
    padding-top: 22px;
    width: 100%;
    left: 0;
}

.panel2 {
    display: none;
    z-index: 1001;
    position: absolute;
    top: 54px;
    padding-top: 22px;
    width: 100%;
    left: 0;
}

.wisdom-con {
    height: 122px;
    margin: 0 auto;
    z-index: 3;
    position: relative;
}

.panel-inner {
    height: 100%;
    /* background-color: rgba(255,255,255,0.7); */
    padding-top: 45px;
    position: relative;
    padding-bottom: 45px;
}
.opa{
    background-color: white;
    filter: alpha(opacity=85);
    -moz-opacity: 0.85;
    -khtml-opacity: 0.85;
    opacity: 0.85;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: absolute;
    top: 0px;
}
.wisdom-inner {
    position: relative;
    color: #6e6e6e;
    width: 250px;
    display: block;
    float: left;
    text-align: center;
    height: 122px;
}

.wisdom-inner:hover{
    text-decoration: none;
}

.wisdom-img {
    margin-bottom: 1em;
    cursor: pointer;
    border-radius: 6px;  border-top: 2px solid rgb(31,170,226);
    border-left: 2px solid rgb(31,170,226);
}

.wisdom-img1 {
    margin-bottom: 1em;
    cursor: pointer;
    width: 154px;
    height: 88px;
    border-top: 2px solid rgb(31,171,226);
    border-left: 2px solid rgb(31,171,226);
    border-radius: 10px;
}
.wisdom-img2 {
    margin-bottom: 1em;
    cursor: pointer;
    border-radius: 6px;
}
/*line4*/
.nav-blue {
    line-height: 40px;
    color: #eceef4;
    font-size: 12px;
    background-color: rgb(31, 170, 226);
    min-width: 1024px;
    height: 40px;
}

.nav-blue .pull-left{
    margin-left: 45px;
}

.nav-blue .pull-right{
    color:#eceef4;
    margin-right: 45px;
    cursor: pointer;
}

#up-triangle {
    width: 20px;
    height: 20px;
    z-index: 1000;
    background-color: rgb(31, 170, 226);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: -10px;
}

.up-triangle0 {
    left: 43px;
}

.up-triangle1 {
    left: 152px;
}

.up-triangle2 {
    left: 259px;
}

.up-triangle3 {
    right: 259px;
}

.up-triangle4 {
    right: 152px;
}

.up-triangle5 {
    right: 43px;
}

/*line5图片*/
.img-trs {
    width: 100%;
}
.banner{
    height: 550px;
}
.carousel {
    position: relative;
    margin-bottom: 20px;
    line-height: 1;
}

.zhezhao {
    width: 1024px;
    position: absolute;
    border: 1px solid black;
    background-color: white;
    opacity: 0.2;
    height: 395px;
}
#banner,.banner{
    text-align: center;
    min-width: 1024px;
}

#banner>img,.banner>img{
    display: block;
    margin: 0 auto;
}

/*line8footer*/
.page-footer{
    width: 100%;
    margin-top: 100px;
    background-color: rgb(38,54,69);min-width:1024px;
}


.earth-container{
    background-image: url("../img/foot-bg.png");
    background-repeat: no-repeat;
    background-position: 100% -4%;
}
.foot-left {
    width: 220px;
    height: 100%;
    float: left;  margin-left: 89px;
}
.earth-content{
    color: white;
    font-size: 12px;
    float: right;
    margin: 38px 346px 0 0;
}
.earth{font-family: "微软雅黑";
    display:inline-block;width:77px;height:1em;line-height:1em;border-right:1px solid white;text-align: center;
}
.darkblue{
    background-color: rgb(26,36,45);
    color: white;
    float: left;
    margin-left: 25px;
    font-size: 12px;
    padding: 26px 16px;
    width: 220px;
    height: 170px;
}

.earth-container>.content{
    margin-left: 277px;
}

.blue-line1{
    font-size: 18px;
    color: #1faae2;
    font-family: "Microsoft YaHei","微软雅黑";
    margin-bottom: 20px;
}
.lightblue{
    color: #1faae2;
}
.darkblue-p{
    font-size: 12px;
    line-height: 2em;
    font-family: "Microsoft YaHei","微软雅黑";
}

/*line6*/
.usion-line{
    text-align: center;
    margin: 42px auto 60px;
}
.usion-line>.usion-line-p1{
    line-height: 2em;
    font-size: 24px;
    /*font-family: Hiragino Sans GB W3;*/
    color:#1faae2;
}
/*.usion-line>.usion-line-p2{
    border:1px solid rgb(31,170,226);
    width:50px;
    margin: 17px auto 20px;
}*/
.usion-line>.usion-line-p2{
    width: 50px;
    margin: 17px auto 20px;
    background-color: rgb(31,170,226);
    color:rgb(31,170,226);
    height: 2px;
    border: none;
}
.usion-line>.usion-line-p3{
    color:#626262;
    /*font-family: Hiragino Sans GB W3;*/
    line-height: 1em;
    font-size:18px;
    margin-bottom: 40px;
}

#bottom-info{
    position: relative;
    width: 410px;
    height: 109px;
    color: #ffffff;  margin: 57px auto 0;
}

#bottom-info>.pull-right{
    position: relative;
    margin-top: 24px;
}

#bottom-info>.pull-right>p{
    position: absolute;
    right: 32px;
    top: 32px;
    font-size: 12px;
}

#bottom-info>.pull-right strong{
    font-size: 18px;
    vertical-align: top;
    margin-right: 15px;
}

#bottom-info>p{
    position: absolute;
    bottom: -28px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 12px;
}

input[type="text"].error{
    border: 1px solid red;
}

span.error{
    display: block;
    margin-left: 108px;
    margin-top: 10px;
}
@media only screen and (max-device-width: 767px) {
    .mobhide {
        display: none !important;
    }

    body {
        overflow-x: hidden;
    }

    .page-width {
        width: 100%;
        margin: 0 auto;
    }
    .page-nav {
        min-width: 0;
    }
    #header .logo>img {
        width: 90px;
    }
    #header .logo {
        float: none;
    }
    .nav-pills > li > a.active >i {
        display: none;
        border-width: 6px 14px;
        border-color: transparent transparent rgb(31,170,226);
        border-style: solid;
        position: absolute;
        bottom: -20px;
        left: 50%;
        margin-left: -14px;
    }
    .adword {
        position: absolute;
        bottom: 78%;
        left: 33%;
        margin-left: 0;
    }
    #navTop > li > a.page-a {
        color: rgb(134, 134, 137);
        text-align: center;
        font-size: 12px;
        padding: 0;
        display: block;
        line-height: 3em;
    }
    .page-li2 {
        height: 3em;
        width: 32%;
        display: inline-block;
        border-right: none;
        border-bottom: 1px solid rgb(236, 238, 244);
    }
    #navTop {
        padding-left: 10px;
        float: none;
        padding-top: 0px;
        display: block;
        padding-bottom: 0px;
        margin-top: 20px;
    }
    #navTop> #nav4 {
        border-left: none;
    }

    #banner, .banner {
        text-align: center;
        min-width: 0;
    }
    .page-footer {
        width: 100%;
        height: auto;
        margin-top: 2em;
        min-width: 100%;
    }
    .earth-container>.content {
        margin-left: 0;
    }
    .center{
        text-align: center;
    }
    #bottom-info {
        position: relative;
        width: 100%;
        height: auto;
        color: #ffffff;
        margin: 0 auto;
    }
    .earth-container {
        width: 100%;
        height: 2em;
        background-color: rgb(26,36,45);
        padding-top: 2em;
        background-image: none;
        position: static;
    }
    .pull-left {
        float: none;
    }
    .pull-right {
        float: none;
    }
    .darkblue {
        background-color: rgb(26,36,45);
        color: white;
        float: none;
        margin-left: 0;
        font-size: 12px;
        padding: 26px 0;
        width: 220px;
        height: 170px;  padding-left: 8%;
    }
    #bottom-info>.pull-right>p {
        position: absolute;
        right: 24%;
        top: 0px;
        font-size: 12px;
        height: 50px;
    }
    #bottom-info>p {
        position: absolute;
        bottom: 12px;
        left: 0px;
        width: 100%;
        text-align: center;
        font-size: 12px;
    }
    .earth-container {
        width: 100%;
        height: 2em;
        background-color: rgb(26,36,45);
        padding-top: 2em;
        background-image: none;
        position: static;
    }
    div.panel {
        display: none;
        z-index: 1001;
        position: absolute;
        top: 170px;
        padding-top: 0;
        width: 100%;
        left: 0;
    }
    .panel-inner {
        height: 100%;
        /* background-color: rgba(255,255,255,0.7); */
        padding-top: 0px;
        position: relative;
        padding-bottom: 45px;
    }
    .wisdom-inner {
        position: relative;
        color: #6e6e6e;
        width: 23%;
        display: block;
        float: left;
        text-align: center;
        height: auto;
        padding: 1%;
    }
    #navTop .sec-panel {
        position: absolute;
        display: none;
        width: 240%;
        left: -140%;
        margin-left: 0;
        top: 110%;
    }
    #navTop .sec-panel>.wisdom-inner {
        width: 31%;
    }
    .wisdom-img1 {
        margin-bottom: 1em;
        cursor: pointer;
        width: 154px;
        height: 47px;
        border-top: 2px solid rgb(31,171,226);
        border-left: 2px solid rgb(31,171,226);
        border-radius: 10px;
    }
    .panel-inner p{
        font-size:12px;
    }
}

