* {
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style-type: none;
    font-family: "微软雅黑", "microsoft yahei", "Times New Roman", Times, Serif;
    font-weight: normal
}

img {
    border: 0
}

html,body{
    min-width: 1100px;
}

.nav {
    margin: 0 auto;
    width: 100%;
    min-width: 1000px;
    height: 88px;
    background: #ffffff;
    border-bottom: 1px solid #e2e0e0;
}
.nav .navbar {
    margin: 0 auto;
    width: 1000px;
    height: 88px;
}
.navbar {
    position: relative;
}
.navbar .left {
    width: 200px;
    height: 88px;
    float: left;
}
.navbar .left a {
    display: block;
    width: 100%;
    height: 100%;
    background: url("../images/home/logo.png") no-repeat 0 center;
}
.navbar .right {
    margin-left: 200px;
    width: 800px;
    height: 88px;
}
.nav .select {
    width: 600px;
    height: 88px;
    float: left;
}
.nav .select li {
    margin: 0 15px;
    display: block;
    float: right;
    padding: 0 15px;
    height: 88px;
    line-height: 88px;
}
.nav .select li a {
    color: #787878;
    font-size: 18px;
}
.nav .select li.click,
.nav .select li:hover {
    border-bottom: 2px solid #00a0e8;
}
.nav .select li:hover a,
.nav .select li.click a {
    color: #00a0e8;
}
.nav .btn-group {
    margin-left: 600px;
    width: 200px;
    height: 88px;
}
.nav .btn-group a {
    display: block;
    margin: 29px 0 0 30px;
    width: 58px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #00a0e8;
    border-radius: 5px;
    text-align: center;
    color: #00a0e8;
    float: left;
}
.nav .btn-group a.click,
.nav .btn-group a:hover {
    background: #00a0e8;
    color: #fff;
}

.foot {
    width: 1100px;
    height: 252px;
    margin: 0 auto;
    background-color: #fdfdfd
}

.foot .box {
    float: left;
    width: 180px;
    height: 252px;
    text-align: left
}

.foot .box h4 {
    font-size: 18px;
    color: #484848;
    padding: 40px 0 20px 0;
    font-family: "microsoft yahei"
}

.foot .box ul li {
    padding: 15px 0 0 0;
    font-size: 14px
}

.foot .box ul li a {
    color: #9f9f9f;
    font-family: "宋体"
}
.foot .box ul li a:hover{
    color: #06d9f6;
}

.foot .box_1 {
    margin-left: 160px
}

.foot .box_2 {
    margin-left: 40px
}

.foot .box_3 {
    margin-left: 40px
}

.foot .box_4 {
    margin-left: 40px
}

.foot .box_4 .ma {
    width: 110px;
    height: 110px;
    margin: 10px 0;
    background: url("../images/ma.png")
}

.footer {
    margin: 0 auto;
    width: 100%;
    min-width: 1000px;
    height: 420px;
    background: #181238;
}
.footer .footer-top {
    margin: 0 auto;
    width: 1000px;
    height: 360px;
}
.footer .footer-top li {
    display: block;
    padding-left: 20px;
    width: 180px;
    height: 100%;
    float: left;
}
.footer .footer-top li h3 {
    padding-top: 40px;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    line-height: 60px;
}
.footer .footer-top li a {
    display: block;
    line-height: 30px;
    color: #9f9f9f;
    font-size: 14px;
}
.footer .footer-top li a:hover {
    color: #00a0e8;
}
.footer .footer-bottom {
    margin: 0 auto;
    width: 100%;
    min-width: 1000px;
    height: 59px;
    border-top: 1px solid #e2e0e0;
    color: #fff;
}
.footer-bottom-box {
    margin: 0 auto;
    width: 1000px;
    height: 59px;
    line-height: 59px;
    font-size: 12px;
    color: #9f9f9f;
    text-align: center;
}

.phone {
    width: 100%;
    height: 100px;
    background-color: #00a0e9;
    overflow: hidden;
    min-width: 1100px
}

.phone .phone_box {
    width: 900px;
    height: 100px;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    line-height: 100px
}

.phone .phone_box h2 {
    float: left;
    margin-left: 80px;
    font-size: 24px;
    color: #fdfdfd;
    letter-spacing: 2px;
    font-weight: 400
}

.phone .phone_box a {
    float: right;
    margin-right: 80px;
    font-size: 18px;
    color: #fdfdfd;
    display: block;
    height: 42px;
    margin-top: 29px;
    line-height: 42px;
    padding: 0 20px;
    border: 1px solid #fdfdfd;
    border-radius: 10px
}

.ait {
    width: 100%;
    height: 60px;
    overflow: hidden;
    background-color: #000;
    min-width: 1100px
}

.ait .ait_box {
    width: 800px;
    height: 60px;
    margin: 0 auto;
    line-height: 8px;
    text-align: center
}

.ait .ait_box p {
    color: #9f9f9f;
    padding-top: 15px;
    font-size: 12px;
    font-family: "microsoft yahei"
}

.welcome {
    width: 170px;
    height: 210px;
    background: #19b5fe;
    position: fixed;
    right: -170px;
    top: 120px;
    z-index: 8888;
  transition: all 0.5s ;
  -webkit-transition:all 0.5s ;
  -moz-transition: all 0.5s ;
  -ms-transition: all 0.5s ;
  -o-transition: all 0.5s ;	    
}

.welcome_miss {
    position: fixed;
    right: 0;
    top: 120px
}

.welcome .welcome_title {
    display: block;
    background: url("../images/welcome-0.png") no-repeat center;
    width: 170px;
    height: 40px;
    position: relative;
    top: -20px
}

.welcome p {
    font-size: 14px;
    color: #fff;
    text-align: center;
    height: 30px;
    line-height: 30px
}

.welcome .welcome_btn {
    display: block;
    width: 150px;
    height: 30px;
    text-align: center;
    margin: 0 10px;
    border-radius: 8px;
    background-color: #b5e7ff;
    line-height: 30px;
    color: #0e709e;
    text-decoration: none;
    opacity: .8;
    filter: "alpha(opacity=80)";
    zoom: 1
}

.welcome .welcome_btn:hover {
    opacity: 1;
    filter: "alpha(opacity=100)";
    zoom: 1
}

.welcome .welcome_btn_click {
    opacity: 1;
    filter: "alpha(opacity=100)";
    zoom: 1
}

.welcome .welcome_btn em {
    font-style: normal;
    position: relative;
    left: 10px
}

.welcome .welcome_btn .welcome_img1 {
    display: block;
    width: 34px;
    height: 36px;
    background: url("../images/qq-0.png") no-repeat center center;
    position: absolute;
    top: -10px;
    left: 10px
}

.welcome .welcome_btn .welcome_img2 {
    display: block;
    width: 34px;
    height: 36px;
    background: url("../images/phone-0.png") no-repeat center center;
    position: absolute;
    top: -10px;
    left: 10px
}

.top_box {
    width: 100%;
    height: 700px;
    background: url("../images/1_01.png") no-repeat center 0;
    min-width: 1100px
}

.top_box_bu {
    width: 100%;
    height: 550px;
    background: url("../images/1_02.png") no-repeat center 0;
    min-width: 1100px
}

.bottom_box {
    width: 100%;
    height: 550px;
    background-color: #EEE;
    min-width: 1100px
}

.bottom_square {
    width: 100%;
    height: 111px;
    background: url("../images/1_04.png") no-repeat center 0 #eee;
    min-width: 1100px
}

.bottom_box_bu {
    width: 100%;
    height: 531px;
    background: url("../images/1_05.png") no-repeat center 0;
    min-width: 1100px
}

.banner_box {
    width: 100%;
    height: 630px;
    overflow: hidden;
    min-width: 1100px;
    position: absolute;
    top: 80px
}

.banner_box .banner {
    width: 100%;
    height: 630px;
    overflow: hidden;
    position: relative
}

.banner_box .banner_list {
    width: 1100px;
    height: 630px;
    position: relative;
    margin: 0 auto
}

.banner_list li {
    width: 100%;
    height: 630px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 6
}

.banner_btn, .banner_link {
    width: 980px;
    margin: 0 auto;
    position: relative
}

.banner_box .prev_btn, .banner_box .next_btn {
    width: 31px;
    height: 90px;
    position: absolute;
    top: 207px;
    display: none;
    z-index: 999
}

.banner_box .prev_btn {
    left: -50px;
    background: url("../images/sy_btns.png") 0 0 no-repeat
}

.banner_box .next_btn {
    right: -50px;
    background: url("../images/sy_btns.png") -39px 0 no-repeat
}

.banner_box .prev_btn:hover {
    background: url("../images/sy_btns.png") 0 0 no-repeat
}

.banner_box .next_btn:hover {
    background: url("../images/sy_btns.png") -39px 0 no-repeat
}

.banner_box .circle_btns {
    width: 210px;
    height: 30px;
    position: absolute;
    bottom: 0;
    left: 50%;
    text-align: center;
    z-index: 9;
    margin-left: -100px
}

.banner_box .circle_btns a {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("../images/sy_btns.png") 0 -190px no-repeat;
    margin-right: 10px
}

.banner_box .circle_btns .a1 {
    margin-right: 0
}

.banner_box .circle_btns .cur {
    background-position: -50px -190px
}

.api-txt {
    width: 1100px;
    height: 100px;
    margin: 0 auto;
    padding-top: 50px
}

.api-txt h2 {
    text-align: center;
    font-size: 24px;
    color: #484848;
    padding-top: 10px
}

.api-txt p {
    text-align: center;
    font-size: 18px;
    color: #9f9f9f;
    padding-top: 10px
}

.sliderbox {
    width: 1100px;
    height: 360px;
    overflow: hidden;
    margin: 0 auto;
    position: relative
}

.arrow-btn {
    margin: 35px 0 0 0;
    display: inline;
    background: url(../images/arrow-btn.png) no-repeat;
    width: 26px;
    height: 124px;
    overflow: hidden;
    cursor: pointer;
    position: absolute
}

#btn-left {
    background-position: 0 0;
    left: 30px;
    top: 10px;
    z-index: 20
}

#btn-left.dasabled {
    background-position: 0 -124px
}

#btn-right {
    cursor: pointer;
    background-position: -26px 0;
    right: 30px;
    top: 10px;
    z-index: 20
}

#btn-right.dasabled {
    background-position: -26px -124px
}

.slider {
    width: 1000px;
    overflow: hidden;
    position: relative;
    height: 350px;
    margin: 0 auto
}

.slider ul {
    position: absolute;
    left: 0;
    top: 0;
    width: 8888px;
    height: 140px;
    list-style: none
}

.slider li {
    float: left;
    width: 250px;
    height: 350px
}

.slider a {
    display: block;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    margin-top: 24px
}

.slider img {
    width: 110px;
    height: 110px;
    display: inline-block !important;
    overflow: hidden
}

.slider li h3 {
    text-align: center;
    margin-top: 18px;
    color: #484848
}

.slider li p {
    display: block;
    width: 190px;
    height: 90px;
    margin: 10px auto;
    text-align: center;
    word-break: break-all;
    overflow: hidden;
    color: #9f9f9f;
    font-size: 14px;
    font-family: "宋体"
}

.slider .btn_gengduo {
    display: block;
    color: #00a0e9;
    margin-top: 0
}
.slider .btn_gengduo:hover{
    text-decoration: underline;
}

.text-for-api {
    width: 100%;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 24px;
    color: #484848;
    padding-top: 30px;
    min-width: 1100px
}

.api-box {
    width: 900px;
    height: 540px;
    margin: 0 auto;
    padding-top: 30px
}

.api-box .api-left {
    width: 320px;
    height: 540px;
    float: left
}

.api-box .api-left li {
    display: block;
    width: 320px;
    height: 120px;
    padding: 20px 0
}

.api-box .api-left li a {
    display: block;
    width: 200px;
    height: 120px;
    float: left
}

.api-box .api-left li a h4 {
    font-size: 18px;
    color: #484848;
    text-align: right;
    padding-bottom: 15px
}
.api-box .api-left li a h4:hover{
    color: #00a0e9;
    text-decoration: underline;
}

.api-box .api-left li a p {
    color: #b8b8b8;
    font-size: 14px;
    font-family: "宋体"
}

.api-box .api-left li span {
    display: block;
    width: 80px;
    height: 80px;
    float: left;
    border-radius: 50%;
    margin-left: 20px
}

.api-box .api-center {
    width: 260px;
    height: 540px;
    float: left;
    background: url("../images/phone-bg.png") no-repeat center 0
}

.api-box .api-right {
    width: 320px;
    height: 540px;
    float: left
}

.api-box .api-right li {
    display: block;
    width: 320px;
    height: 120px;
    padding: 20px 0
}

.api-box .api-right li a {
    display: block;
    width: 200px;
    height: 120px;
    float: right
}

.api-box .api-right li a h4 {
    font-size: 18px;
    color: #484848;
    text-align: left;
    padding-bottom: 15px
}
.api-box .api-right li a h4:hover{
    color: #00a0e9;
    text-decoration: underline;
}

.api-box .api-right li a p {
    color: #b8b8b8;
    font-size: 14px;
    font-family: "宋体"
}

.api-box .api-right li span {
    display: block;
    width: 80px;
    height: 80px;
    float: right;
    border-radius: 50%;
    margin-right: 20px
}

.solve-box {
    width: 100%;
    min-width: 1100px;
    height: 500px;
    margin: 0 auto
}

.solve-box .solve-header {
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 30px
}

.solve-box .solve-header h4 {
    color: #fdfdfd;
    font-size: 24px
}

.solve-box .solve-body {
    width: 1100px;
    height: 470px;
    margin: 0 auto
}

.solve-box .solve-body .solve {
    width: 500px;
    height: 200px;
    float: left
}

.solve-box .solve-body .solve .img-box {
    width: 120px;
    height: 200px;
    float: left
}

.solve-box .solve-body .solve .txt-box {
    width: 360px;
    height: 200px;
    float: left;
    color: #fdfdfd;
    padding: 0 0 0 20px
}

.solve-box .solve-body .solve .txt-box h1 {
    font-size: 22px;
    margin-bottom: 8px
}
.solve-box .solve-body .solve .txt-box h1:hover{
    text-decoration: underline;
}

.solve-box .solve-body .solve .txt-box h5 {
    font-size: 18px;
    margin-bottom: 22px
}

.solve-box .solve-body .solve .txt-box p {
    font-size: 14px;
    font-family: "宋体"
}

.friend {
    width: 100%;
    height: 270px;
    background-color: #EEE;
    min-width: 1100px
}

.friend_1 {
    width: 1100px;
    height: 270px;
    margin: 0 auto
}

.friend_1 .txt {
    width: 1100px;
    height: 40px;
    text-align: center;
    font-size: 26px;
    color: #484848;
    line-height: 80px
}

.friend_1 .friend_box {
    width: 900px;
    height: 230px;
    margin: 0 100px 0 100px
}

.friend_1 .friend_box li {
    display: block;
    float: left;
    width: 160px;
    height: 160px;
    margin: 40px 35px 0 30px;
    overflow: hidden
}

.friend_1 .friend_box li:hover i {
    color: #484848
}

.friend_1 .friend_box li a {
    display: block;
    width: 86px;
    height: 90px;
    margin: 0 auto;
    overflow: hidden;
    background: url("../images/anli.png") no-repeat 0 1px
}

.friend_1 .friend_box li i {
    display: block;
    margin: 20px auto;
    text-align: center;
    font-style: normal;
    font-size: 18px;
    font-family: "microsoft yahei";
    color: #9f9f9f
}

.friend_1 .friend_box li .uhuacall {
    background-position: 0 1px
}

.friend_1 .friend_box li .uhuacall:hover {
    background-position: -87px 1px
}

.friend_1 .friend_box li .G {
    background-position: 0 -130px
}

.friend_1 .friend_box li .G:hover {
    background-position: -87px -130px
}

.friend_1 .friend_box li .shenghuafei {
    background-position: 0 -392px
}

.friend_1 .friend_box li .shenghuafei:hover {
    background-position: -87px -392px
}

.friend_1 .friend_box li .LoveCall {
    background-position: 0 -261px
}

.friend_1 .friend_box li .LoveCall:hover {
    background-position: -87px -261px
}

.content-right {
    width: 450px;
    height: 420px;
    overflow: hidden;
    position: relative
}

.content-right .right-box {
    width: 100%;
    height: 100%;
    display: none
}

.content-right .right-box h3 {
    font-size: 24px;
    color: #484848;
    text-align: left;
    height: 80px;
    line-height: 80px;
    padding-top: 55px
}

.content-right .right-box h4 {
    font-size: 18px;
    color: #484848;
    text-align: left;
    line-height: 26px;
    width: 98%;
    margin-bottom: 15px
}

.content-right .right-box p {
    font-size: 14px;
    color: #9f9f9f;
    line-height: 30px
}

.content-right .open {
    display: block
}

.content-left {
    width: 450px;
    height: 420px;
    float: left;
    position: relative;
    overflow: hidden
}

.content-left .content-bg {
    width: 150px;
    height: 320px;
    top: 0;
    position: absolute;
    left: 150px;
    top: 50px;
    background: url("../images/phone_33.png") no-repeat center center
}

.content-left .change-img {
    width: 400px;
    height: 110px;
    overflow: hidden;
    position: absolute;
    top: 170px;
    left: 28px
}

.content-left .change-img ul {
    position: absolute;
    width: 924px;
    height: 110px;
    overflow: hidden;
    z-index: 999
}

.content-left .change-img ul li {
    display: block;
    width: 110px;
    height: 110px;
    float: left;
    padding: 0 11px;
    opacity: .2;
    filter: alpha(opacity=20);
    transform: scale(.8);
    -ms-transform: scale(.8);
    -moz-transform: scale(.8);
    -webkit-transform: scale(.8);
    -o-transform: scale(.8);
    -webkit-transition: all 1s .5s;
    -moz-transition: all 1s .5s;
    -ms-transition: all 1s .5s;
    -o-transition: all 1s .5s;
    transition: all 1s .5s
}

.content-left .change-img ul .open {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1)
}

.bj {
    width: 100%;
    height: 432px;
    background: url("../images/chanpin_01-0.png") no-repeat center 0;
    min-width: 1100px
}

.bj-box {
    width: 1100px;
    height: 432px;
    margin: 0 auto;
    position: relative
}

.bj-box .btn-group {
    width: 900px;
    height: 70px;
    position: absolute;
    bottom: -10px;
    left: 100px
}

.bj-box .btn-group li {
    display: block;
    float: left;
    width: 178px;
    height: 60px;
    margin-left: 1px;
    line-height: 60px;
    font-size: 20px;
    text-align: center;
    color: #fdfdfd;
    background-color: #b0591e;
    box-sizing: border-box;
    position: relative
}

.bj-box .btn-group li:hover {
    height: 70px;
    line-height: 70px;
    position: relative;
    top: -10px;
    cursor: pointer
}

.container {
    width: 100%;
    height: 420px;
    background: #EEE;
    min-width: 1100px
}

.content-box {
    width: 900px;
    height: 420px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    left: -20px
}

.look {
    width: 100%;
    height: 100px;
    border-top: 1px dashed #00a0e9;
    background: #EEE;
    min-width: 1100px
}

.look-text {
    width: 900px;
    height: 100px;
    margin: 0 auto;
    position: relative;
    left: 20px
}

.look-text ul li {
    display: block;
    width: 300px;
    height: 100px;
    float: left;
    text-align: center;
    line-height: 100px;
    font-size: 26px;
    position: relative
}

.look-text ul li img {
    position: absolute;
    left: 50px;
    top: 32px
}

.text-btn {
    width: 100%;
    height: 100px;
    margin: 0 auto;
    background: #EEE;
    min-width: 1100px
}

.text-btn a {
    display: block;
    padding: 15px 30px;
    width: 120px;
    height: 20px;
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
    line-height: 20px;
    color: #00a0e9;
    border: 1px dashed #00a0e9;
    border-radius: 10px
}
.text-btn a:hover{
    background: rgba(255,255,255,.5);
}

.bg-box {
    width: 100%;
    height: 433px;
    background: url("../images/jiejue_01-1.jpg") no-repeat center 0;
    min-width: 1100px
}

.min-nav {
    width: 100%;
    height: 41px;
    background-color: #fdfdfd;
    min-width: 1100px
}

.nav-bar {
    width: 1100px;
    height: 41px;
    margin: 0 auto
}

.nav-bar li {
    display: block;
    width: 180px;
    height: 38px;
    float: left;
    margin-left: 3px;
    font-size: 18px;
    text-align: center
}

.nav-bar .addClass-on {
    border-bottom: 3px solid #00a0e9
}

.nav-bar .addClass-on a {
    color: #00a0e9
}

.nav-bar li:hover {
    border-bottom: 3px solid #00a0e9
}

.nav-bar li:hover a {
    color: #00a0e9
}

.nav-bar li a {
    display: inline-block;
    color: #484848;
    width: 180px;
    height: 20px;
    margin: 9px 0;
    line-height: 20px;
    border-left: 1px solid #9f9f9f
}

.title {
    width: 100%;
    height: 80px;
    min-width: 1100px;
    background-color: #EEE
}

.title h3 {
    text-align: center;
    font-size: 24px;
    color: #484848;
    line-height: 80px
}

.solve {
    width: 1100px;
    height: 350px;
    margin: 0 auto;
    padding-top: 40px
}

.solve h3 {
    width: 1100px;
    height: 50px;
    text-align: center;
    font-size: 18px;
    color: #484848;
    line-height: 50px
}

.solve ul {
    width: 900px;
    height: 300px;
    margin: 0 auto
}

.solve ul li {
    display: block;
    width: 225px;
    height: 300px;
    float: left;
    text-align: center
}

.solve ul li img {
    display: block;
    margin: 10px auto
}

.solve ul li h4 {
    font-size: 18px;
    margin-top: 10px;
    color: #484848
}

.solve ul li p {
    font-size: 14px;
    padding: 0 15px;
    margin-top: 15px;
    color: #9f9f9f;
    font-family: "宋体"
}

.message-box {
    width: 100%;
    height: 400px;
    min-width: 1100px;
    background-color: #EEE
}

.message {
    width: 1100px;
    height: 400px;
    margin: 0 auto
}

.message-left {
    width: 550px;
    height: 400px;
    float: left;
    position: relative
}

.message-left .left-img {
    display: block;
    position: absolute;
    left: 0;
    top: 60px
}

.message-left .right-img {
    display: block;
    position: absolute;
    right: 0;
    top: 60px
}

.message-right {
    width: 550px;
    height: 400px;
    float: left
}

.message-right h3 {
    margin: 30px 0 30px 0;
    font-size: 24px;
    line-height: 84px;
    color: #484848
}

.message-right h4 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 5px;
    color: #484848
}

.message-right p {
    font-size: 14px;
    line-height: 28px;
    color: #9f9f9f;
    font-family: "宋体"
}

.use-box {
    width: 100%;
    height: 380px;
    background: #EEE;
    min-width: 1100px
}

.use {
    width: 1100px;
    height: 380px;
    margin: 0 auto;
    padding-top: 50px
}

.use h3 {
    width: 1100px;
    height: 50px;
    text-align: center;
    font-size: 24px;
    color: #484848;
    line-height: 24px
}

.use ul {
    width: 900px;
    height: 330px;
    margin: 0 auto
}

.use ul li {
    display: block;
    width: 225px;
    height: 330px;
    float: left;
    text-align: center
}

.use ul li img {
    display: block;
    margin: 10px auto
}

.use ul li h4 {
    font-size: 18px;
    margin-top: 30px;
    color: #484848
}

.use ul li a {
    display: block;
    font-size: 18px;
    margin: 20px 0 20px 0;
    color: #00a0e9
}
.use ul li a:hover{
    text-decoration: underline;
}

.nav .login-box .zhuce {
    display: block;
    margin: 18px 0 13px 0;
    height: 43px;
    padding: 0 10px;
    line-height: 43px;
    text-align: center;
    width: 60px;
    float: left;
    border: 1px solid #fff;
    border-left: none;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    color: #192753;
    background-color: #fdfdfd
}

.bj-1 {
    width: 100%;
    height: 432px;
    background: url("../images/jiage_01-0.png") no-repeat center 0;
    min-width: 1100px
}

.bj-box-1 {
    width: 1100px;
    height: 432px;
    margin: 0 auto;
    position: relative
}

.jiage_box {
    width: 900px;
    height: auto;
    margin: 50px auto;
    background-color: #fdfdfd;
    text-align: center;
    border: 1px solid #19a88e;
    border-bottom: 0
}

th {
    height: 60px;
    font-size: 24px;
    color: white;
    font-family: "microsoft yahei"
}

.cols-1 {
    width: 249px;
    height: 60px;
    border-right: 1px solid #19a88e;
    border-bottom: 1px solid #19a88e;
    font-size: 14px;
    font-family: "microsoft yahei"
}

.cols-2 {
    width: 650px;
    height: 60px;
    border-bottom: 1px solid #19a88e;
    font-size: 14px;
    font-family: "microsoft yahei"
}

.cols-2 a {
    color: #19a88e;
    font-family: "microsoft yahei"
}

.blue {
    background-color: #19a88e
}

.blue .cols-1 {
    border-right: 1px solid #fdfdfd;
    color: #fdfdfd;
    font-size: 18px;
    font-family: "microsoft yahei"
}

.blue .cols-2 {
    color: #fdfdfd;
    font-size: 18px;
    font-family: "microsoft yahei"
}

.blue .cols-3 {
    color: red;
    font-size: 22px;
    font-family: "microsoft yahei"
}

.nav .login-box .login-btn {
    display: block;
    margin: 18px 0 13px 0;
    padding: 0 10px;
    height: 43px;
    line-height: 43px;
    text-align: center;
    width: 60px;
    float: left;
    border: 1px solid #fff;
    border-right: 0;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    color: #fff
}

.nav .login-box .zhuce {
    display: block;
    margin: 18px 0 13px 0;
    height: 43px;
    padding: 0 10px;
    line-height: 43px;
    text-align: center;
    width: 60px;
    float: left;
    border: 1px solid #fff;
    border-left: none;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    color: #19a88e;
    background-color: #fdfdfd
}


.nav .select li{
	border-bottom: 0px solid #00a0e8;
	-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.nav .select li.click,
.nav .select li:hover{
	border-bottom: 3px solid #00a0e8;
}
.nav .select li,
.nav .select li a{
	transition: all 0.1s ;
  -webkit-transition:all 0.1s ;
  -moz-transition: all 0.1s ;
  -ms-transition: all 0.1s ;
  -o-transition: all 0.1s ;	
}



.hide,
.show,
.footer .footer-top li a,
.nav .btn-group a,
.banner-download-btn,
.banner .banner-login img,
.pro .pro-bottom li a.img-btn{
  transition: all 0.3s ;
  -webkit-transition:all 0.3s ;
  -moz-transition: all 0.3s ;
  -ms-transition: all 0.3s ;
  -o-transition: all 0.3s ;	
}