﻿@import url("footer.css");

body {
    font-family: Calibri, Arial;
    font-size: 14px;
}

input,
select,
textarea {
    font-family: Calibri, Arial;
    font-size: 1em;
}

.wrap {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

img, a {
    border: 0;
}

a:link {
    color: #00a6d6;
    text-decoration: none;
}

ul, li {
    list-style: none;
}

* {
    margin: 0;
    padding: 0;
}

.flt {
    float: left;
}

.frt {
    float: right;
}

.clear {
    clear: both;
}

.clear:after, .clear:before {
    content: '';
    clear: both;
    display: table;
}

/*
img{max-width:100%;}
*,*:before,*:after{ transition:all .5s;}
*/
/*#header_qrcodes{ position:relative;}
#header_qrcodes #header_qrcodessaa {position:absolute;top:20px;right:10px;display:none;padding:6px;background:#333;}
#header_qrcodes:hover #header_qrcodessaa{ display:block;width:121px;height:121px;position:absolute;top:20px;right:10px; z-index:999;}*/

/********Home***********/
#home_bg {
    background: #ebebeb none repeat scroll 0 0;
    padding: 00;
    margin: 0;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 20;
}

#home {
    background: #fff;
    border-radius: 2rem;
    box-sizing: border-box;
    padding: 2em;
    left: 50%;
    /*height:610px;*/
    max-height: 100%;
    max-width: 550px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 98%;
}

#home h2 {
    text-align: center;
    font-size: 2em;
    line-height: 1.5em;
    color: #00a6d6;
}

#home_cent {
    line-height: 2em;
}

#btns {
    text-align: center;
    padding: 3rem 0;
}

#home_bottom {
    border-top: 1px solid #000;
    line-height: 1.5;
    padding: 1rem 0;
}

.button-normal {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #00a6d6;
    margin: 5px;
    padding: 0 1.5rem;
    border-color: #00a6d6;
    color: #00a6d6;
    border-radius: 14.4px;
    color: #00a6d6;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    transition: all 0.2s ease 0s;
    white-space: nowrap;
}

.age_above {
    border-color: #00a6d6;
    color: #00a6d6;
}

.age_below {
    border-color: #797979;
    color: #797979;
}

/*----------header----------*/


#header_qrcodessaa {
    position: absolute;
    top: 33px;
    right: 3px;
    display: none;
    padding: 6px;
    background: #333;
    z-index: 999
}

#header_qrcodessaa2 {
    position: absolute;
    bottom: 3px;
    left: 70px;
    display: none;
    padding: 6px;
    background: #333;
    z-index: 999
}

.ttddcc {
    position: relative;
}

.header {
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
}

.header.on {
    background: #000;
}

.langs {
    position: relative;
}

#head_language {
    color: #00a6d6;
    padding: 0 15px;
    content: ">";
}

#head_language:after {
    display: inline-block;
    content: ">";
    font-family: sans-serif;
    font-size: 12px;
    width: 14px;
    height: 14px;
    top: 42%;
    right: -14px;
    line-height: 1;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: .2s;
    transition: .2s;
    text-align: center;
}

.langs .langers90:after {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}


.langers {
    display: none;
    width: 190px;
    padding: 15px;
    line-height: 30px;
    position: absolute;
    left: -130px;
    top: 70px;
    background: #fff;
}

.langers img {
    position: absolute;
    left: 150px;
    position: absolute;
    top: -10px;
}

.langers a {
    display: inline-block;
    width: 100%;
}

.langersass:before {
    opacity: 1;
}


.icoss {
    display: none;
    width: 190px;
    padding: 15px;
    line-height: 30px;
    position: absolute;
    left: -80px;
    top: 70px;
    background: #fff;
}

.icoss img {
    position: absolute;
    left: 150px;
    position: absolute;
    top: -10px;
}

.icoss a {
    display: inline-block;
    width: 100%;
}

.header_nav {
    background: none;
    line-height: 59px;
}

.header_nav .logos {
    z-index: 10;
    position: relative;
    float: left;
    margin: 0 35px;
    text-align: center;
    position: relative;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    max-width: 160px;
}

.header_nav .logos img {
    width: 100%;
}

.header_nav ul li {
    z-index: 10;
    position: relative;
    float: left;
    margin: 0 35px;
    text-align: center;
    position: relative;
    height: 70px;
    line-height: 70px;
}

.header_nav ul li a {
    line-height: 68px;
    display: inline-block;
    display: table;
}

.header_nav ul li img {
    line-height: 100px;
    display: inline-block;
    display: table-cell;
    vertical-align: middle;
}

.header_nav ul li .drop {
    transition: all 0s;
    display: none;
    background: hsla(0, 0%, 100%, 0.9) none repeat scroll 0 0;
    position: fixed;
    width: 100%;
    height: 180px;
    top: 70px;
    left: 0;
    white-space: nowrap;
    padding: 0 8px 15px 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    border-radius: 0 0 5px 5px;
}

.header_nav ul li:hover > h4 > a {
    color: #00a6d6;
    border-bottom: 1px solid #00a6d6;
}

.header_nav ul li .on {
    color: #00a6d6;
}

/*.header_nav ul li .drop ul{ width:auto; text-align:center;}
.header_nav ul li .drop ul li{padding:5px 0; border-bottom:1px solid #ebeaea;line-height:28px; width:100%; float:none;}
.header_nav ul li .drop ul  li a{ display:block; padding:0 5px; text-align:left; float:left;}
.header_nav ul li .drop ul li a:hover{ background:#1a58ab;color:#00a6d6 ;}*/
.header_nav ul li .drop .list {
    min-width: 150px;
    width: 1200px;
    margin: 0 auto;
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px;
}

.header_nav ul li .drop .list li {
    display: inline-block;
    width: auto;
    height: auto;
    float: none;
    padding: 0;
    margin: 20px 30px
}

.header_nav ul li .drop .list li a i {
    font-size: 30px;
}

.header_nav ul li .drop .list li a {
    color: #333;
    line-height: 35px;
}

.header_nav ul li .drop .list li a:hover {
    color: #00a6d6;
}

.header_nav ul li .drop .list li a img {
    height: 130px;
}

.index_video {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    color: #fff;
    text-align: center;
}

.index_video .in_title {
    font-size: 3rem;
    line-height: 2.3;
    font-weight: bold;
    color: #000;
    text-align: center;
    padding: 1rem 0 2rem 0;
}

.index_video .in_title span {
    width: 66px;
    border-bottom: 2px solid #000;
    margin: 0 auto;
    display: block;
}

.index_video .in_title2 {
    font-size: 24px;
    line-height: 1.2;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 2;
    margin: 0 auto;
    color: #fff;
}

.index_video .in_desc {
    font-size: 14px;
    line-height: 2rem;
    position: absolute;
    left: 0;
    right: 0;
    top: 59%;
    z-index: 2;
    margin: 0 auto;
    color: #fff;
    width: 60%;
}

.index_video .video {
    margin-top: 5%;
    height: 482px;
    position: relative
}

.index_video img {
    width: 100%;
    height: auto;
    z-index: 1;
    -webkit-transition: .4s;
    transition: .4s;
    cursor: pointer
}
.in_video {
    max-width: 1000px;
    text-align: center;
    margin: 0 auto;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #333), color-stop(50.1%, transparent));
    background: linear-gradient(180deg, #333 50%, transparent 50.1%);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 5rem;
    padding: 5%;
    padding-bottom: 0;
}

.in_video .in_desc {
    color: #fff;
    margin: 0 0 5%;
    text-align: center;
}

.in_video .in_desc .in_title {
    font-size: 36px;
    line-height: 1.2;
    margin: 0 0 10px
}

.in_video .in_desc .in_title2 {
    font-size: 12px;
    line-height: 1.2;
    margin: 0 0 10px
}

.in_video .in_desc .in_desc {
    font-size: 14px;
    line-height: 1.2;
}

.in_video .video {
    margin-top: 5%;
    height: 482px;
    position: relative
}

.in_video .video img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 1;
    -webkit-transition: .4s;
    transition: .4s;
    cursor: pointer
}


.header_nav .menu {
    color: #00a6d6;
    font-size: 30px;
    display: table-cell;
    padding: 0 1rem;
    width: 30px;
    float: left;
}

.header_nav .menu button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
    vertical-align: middle;
}

.header_nav .menu button i {
    color: #00a6d6;
    font-size: 30px;
}

.mobile_menu {
    background: #fff none repeat scroll 0 0;
    left: 0;
    position: absolute;
    top: 70px;
    width: 100%;
    height: 100%;
    overflow: scroll;
    z-index: 998;
    display: none;
}

.mobile_menu.on {
    display: inline-block;
}

.mobile_menu.off {
    display: none;
}

.mobile_menu .user_m {
    width: 100%;
}

.mobile_menu .user_m .loginreg {
    text-align: center;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    width: 49%;
    padding: 5px;
}

.mobile_menu .user_m .loginreg {
    text-align: center;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    width: 49%;
    padding: 5px;
}

.mobile_menu .user_m .loginreg a {
    -webkit-transition: .4s;
    transition: .4s;
    background: #00a6d6;
    border-radius: 10px;
    line-height: 50px;
    display: inline-block;
    color: #fff;
    width: 100%;
    margin: 10px 0;
}

.mobile_menu .user_m .loginreg a:hover {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
}

#head_mobile_register {
    background: #424242;
}

.mobile_menu .list {
    padding: 5px;
}

.mobile_menu .list .top_pic {
    position: relative;
}

.mobile_menu .list .top_pic .pic img {
    vertical-align: middle;
    width: 100%;
}

.mobile_menu .list .top_pic .texts {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 20px;
    color: #fff;
}

.mobile_menu .list .top_pic .texts a {
    color: #fff;
}

.mobile_menu .list .top_pic .top_pic_ico {
    position: absolute;
    color: #fff;
    top: 50%;
    right: 26px;
    line-height: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.mobile_menu .list .top_pic .top_pic_ico i.on {
    display: inline-block;
    -webkit-transition: .2s;
    transition: .2s;
    transform: rotate(180deg);
    ms-transform: rotate(180deg); /* IE 9 */
    moz-transform: rotate(180deg); /* Firefox */
    webkit-transform: rotate(180deg); /* Safari and Chrome */
    o-transform: rotate(180deg); /* Opera */
}


.mobile_menu .list .toppro_list {
    padding: 0 5px;
}

.mobile_menu .list .toppro_list .pro {
    margin: 0 5px;
    border-bottom: 1px solid #ededed;
    font-size: 12px;
    max-height: 80px;
    font-size: 14px;
    overflow: hidden;
    transition: all 0.2s ease 0s;
}

.mobile_menu .list .toppro_list .pro a {
    display: block;
    margin: 10px;
    position: relative;
}

.mobile_menu .list .toppro_list .pro a:after {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.mobile_menu .list .toppro_list .pro a:after {
    position: absolute;
    top: 50%;
    right: 10px;
    color: #666;
    content: ">";
    font-family: sans-serif;
}

.mobile_menu .list .toppro_list .pro a img {
    vertical-align: middle;
    width: 48px;
    border: 1px solid #e0e0e0;
    background: #fff;
    border-radius: 30%;
    padding: 2px;
    max-width: 100%;
}

.mobile_menu .list .toppro_list .pro a span {
    display: inline-block;
    vertical-align: middle;
    padding: 0 8px;
    white-space: nowrap;
}

.mobile_menu .menu_logo {
    text-align: center;
}

.mobile_menu .menu_logo i {
    color: #00a6d6;
    font-size: 100px;
}


.homein_apbg {
    background: #fff;
}

.homein_ap {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 4rem 0;
}

.homein_desc {
    position: absolute;
}

.homein_desc h2 {
    line-height: 3;
    font-size: 1.8rem;
}

.homein_desc p {
    line-height: 1.5;
    font-size: 0.9rem;
}


.home_ap {
    position: relative;
    width: 100%;
}
@media screen and (min-width: 320px) and (max-width: 1156px){
    .in_video {
        max-width: 1000px;
        text-align: center;
        margin: 0 auto;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #333), color-stop(50.1%, transparent));
        background: linear-gradient(180deg, #333 50%, transparent 50.1%);
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin-top: 1rem;
        padding: 5%;
        padding-bottom: 0;
    }
    .in_video .video iframe {
        border: 0;
        width: 100%;
        height: 100%;
    }
    .homein_ap {
        position: relative;
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
        padding: 1rem 0;
    }
    .homein_desc{
        position: relative;
    }
    .homein_desc h2 {
        margin: 0 auto 1rem auto;
        width: 95%;
        line-height: 2;
        font-size: 1rem;
    }
}
.home_desc {
    position: absolute;
}

.home_desc h2 {
    line-height: 45px;
}


.img_list .img {
    position: relative;
}

.img_list .img img {
    display: block;
    max-width: 410px;
    max-height: 240px;
    width: 100%;
    height: 100%;
}

.img_list .img p {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.66);
    color: #fff;
    line-height: 40px;
}

.img_list .img p a {
    color: #fff;
}

.header_nav ul li h4 {
    font-weight: normal;
    font-size: 16px;
}

.header_nav ul li h4 a {
    display: block;
}
@media screen and (min-width: 320px) and (max-width: 1156px){
    .bannerMainer {
        max-height: 420px;
        width: 100%;
        overflow: hidden;
    }
    .banner {
        max-height: 420px;
        width: 100%;
        overflow: hidden;
    }
}
.banner {
    max-height: 720px;
    width: 100%;
    overflow: hidden;
}

.banner .item {
    text-align: center;
    position: relative;
}

.banner .item .bapic {
    display: inline-block;
}

.banner .item .bapicm {
    display: none;
}

.banner .item .aleft {
    position: absolute;
    text-align: left;
}

.banner .item .aleft .atitle {
    font-size: 30px;
}

.banner .item .aleft .adesc {
    font-size: 12px;
    padding-top: 15px;
    line-height: 50px;
}

.banner .item .aright {
    position: absolute;
}

.banner .item .aright .atitle, .banner .item .aleft .atitle {
    padding: 5px 0;
}

.banner .item .aright .adesc, .banner .item .aleft .adesc {
    padding: 5px 0;
}

.banner .item .aleft .amore, .banner .item .aright .amore {
    background: -webkit-gradient(linear, left top, right top, from(#00a6d6), to(#00a6d6));
    background: linear-gradient(90deg, #00a6d6, #00a6d6);
    background-image: -webkit-gradient(linear, left top, right top, from(#00a6d6), to(#00a6d6));
    background-image: linear-gradient(90deg, #00a6d6, #00a6d6);
    color: #fff;
    border: medium none;
    border-radius: 10.8px;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    padding: 0 28px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: all 0.2s ease 0s;
    white-space: nowrap;
    margin-top: 4rem;
}

.banner .item .aright .amore:after {
    content: ">";
    font-family: "sans-serif";
    font-size: 16px;
    line-height: 1;
    pointer-events: none;
    transform: translateY(-50%) scaleX(0.6);
}

.banner .item .aleft .amore:after {
    content: ">";
    font-family: "sans-serif";
    font-size: 16px;
    line-height: 1;
    pointer-events: none;
    transform: translateY(-50%) scaleX(0.6);
}

.banner .item a, .banner .item img {
    display: inline-block;
}

.banner.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    border-radius: 15px;
}

.owl-theme .owl-dots .owl-dot span {
    background: #1a58ab;
    margin: 0 5px;
    padding: 0;
    margin-bottom: 20px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #fff;
    border: 1px solid #a1a1a1;
}

/***********Pro*************/
.prolist {
    width: 100%;
    overflow: hidden;
}

.prolist .item {
    text-align: center;
    position: relative;
}

.prolist .item .proimg {
    width: 100%;
}

different tastes.
.prolist .item .aleft {
    position: absolute;
    text-align: left;
}

.prolist .item .aleft .atitle {
    font-size: 30px;
    text-align: left;
    font-weight: 400;
}

.prolist .item .aleft .adesc {
    font-size: 22px;
    padding-top: 15px;
    line-height: 24px;
    text-align: left;
}

.prolist .item .aright .atitle {
    font-size: 30px;
    text-align: right;
}

.prolist .item .aright .adesc {
    font-size: 22px;
    padding-top: 15px;
    line-height: 24px;
    text-align: right;
    width: 100%;
}

.prolist .item .aright {
    position: absolute;
    text-align: right;
}

.prolist .item .aright .atitle, .prolist .item .aleft .atitle {
    padding: 5px 0;
    font-size: 36px;
}

.prolist .item .aright .adesc, .prolist .item .aleft .adesc {
    padding: 5px 0;
}

.prolist .item .aright .adesc, .prolist .item .aleft .amore {
    float: left;
}

.prolist .item .aleft .amore, .prolist .item .aright .amore {
    background: -webkit-gradient(linear, left top, right top, from(#00a6d6), to(#00a6d6));
    background: linear-gradient(90deg, #00a6d6, #00a6d6);
    background-image: -webkit-gradient(linear, left top, right top, from(#00a6d6), to(#00a6d6));
    background-image: linear-gradient(90deg, #00a6d6, #00a6d6);
    color: #fff;
    border: medium none;
    border-radius: 10.8px;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    padding: 0 28px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: all 0.2s ease 0s;
    white-space: nowrap;
    margin-top: 4rem;
}

.prolist .item .aright .amore:after {
    content: ">";
    font-family: "sans-serif";
    font-size: 16px;
    line-height: 1;
    pointer-events: none;
    transform: translateY(-50%) scaleX(0.6);
}

.prolist .item .aleft .amore:after {
    content: ">";
    font-family: "sans-serif";
    font-size: 16px;
    line-height: 1;
    pointer-events: none;
    transform: translateY(-50%) scaleX(0.6);
}

.prolist .item a, .prolist .item img {
    display: inline-block;
}

.prolist.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    border-radius: 15px;
}

.owl-theme .owl-dots .owl-dot span {
    background: #1a58ab;
    margin: 0 5px;
    padding: 0;
    margin-bottom: 20px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #fff;
    border: 1px solid #a1a1a1;
}


.page_cur {
}

.page_cur .list {
    width: 70%;
    float: left;
}

.page_cur .list li {
    float: left;
    margin-right: 25px;
}

.page_cur .list li.li_tit {
    font-weight: bold;
    margin-right: 0;
    color: #404040;
    font-size: 15px;
}

.page_cur .list li a {
    color: #333;
}

.page_cur .list li a:hover {
    color: #1a58ab
}

.page_cur .search {
    width: 30%;
    float: right;
}

.page_cur .search .box {
    height: 31px;
    position: relative;
    padding: 0 15px;
    padding-right: 85px;
    border: 1px solid #1a58ab;
    background: #fff;
}

.page_cur .search input {
    width: 100%;
    border: 0;
    float: left;
    padding-top: 6px;
}

.page_cur .search a {
    position: absolute;
    font-size: 0;
    top: -1px;
    right: -1px;
    bottom: -1px;
    width: 57px;
    text-align: center;
    background: url(../images/search.png) no-repeat;
    color: #fff;
}

.page_cur .search a:hover {
}

.page_cur {
    line-height: 36px;
    padding: 15px 0;
    background: #fff;
}


.page_tit {
    text-align: center;
    margin-bottom: 20px;
}

.page_tit h3 {
    font-size: 30px;
    margin-bottom: 10px;
    color: #010101;
}

.page_tit p {
    text-transform: uppercase;
    color: #989898;
    letter-spacing: 2px;
}

.page_tit h4 {
    font-weight: normal;
    text-transform: uppercase;
    color: #555;
    font-size: 18px;
    letter-spacing: 10px;
    margin-bottom: 5px;
}

.page_tit h4 img {
    vertical-align: middle;
    margin: 0 10px;
}

.page {
    padding: 32px 0;
}

.page.on {
    background-color: #f4f4f4
}

.page_list {
    position: relative;
}

.page_list .list {
    position: absolute;
    width: auto;
    top: 0;
}

.page_list .img {
    text-align: center;
}

.page_list .list.flt {
    left: 5%;
}

.page_list .list.frt {
    right: 5%
}

.page_list .list .img {
    margin: 0 20px;
}

.page_list .list.flt .img {
    float: right;
}

.page_list .list.frt .img {
    float: left;
}

.page_list .list .text {
    overflow: hidden;
}

.page_list .list li:after {
    content: '';
    display: block;
    clear: both;
}

.page_list .list li {
    padding: 25px 0;
}

.page_list .list.flt li .text {
    text-align: right;
}

.page_list .list.flt li:nth-child(1), .page_list .list.flt li:nth-child(4) {
    margin-left: 50px;
}

.page_list .list.flt li:nth-child(3), .page_list .list.flt li:nth-child(2) {
    margin-right: 50px;
}

.page_list .list.frt li:nth-child(2), .page_list .list.frt li:nth-child(3) {
    margin-left: 50px;
}

.page_list .list.frt li:nth-child(1), .page_list .list.frt li:nth-child(4) {
    margin-right: 50px;
}

.page_list .list.frt li .text {
    text-align: left;
}

.page_list .list .text h3 {
    font-size: 18px;
    color: #333;
    font-weight: normal;
    padding-top: 20px;
    margin-bottom: 10px;
}

.page_list .list .text p {
    font-size: 12px;
    letter-spacing: -1px;
    text-transform: uppercase;
    color: #666
}

.page_banner {
    padding: 0;
    height: 166px;
}

.page_banner .wrap {
    height: 166px;
}

.page_banner a {
    display: block;
    padding: 0
}

.page_banner .tel h3 {
    display: inline-block;
    margin: 0 auto;
}

.page_banner .tel a {
    width: 253px;
    height: 47px;
    margin: 0 auto;
    margin-top: 20px;
}

.page_banner .tel {
    position: absolute;
}

.page_banner .tel1 {
    top: 32px;
    right: 0;
    width: 384px;
    text-align: center;
}

.page_banner .tel2 {
    top: 39px;
    right: 178px;
    text-align: center;
}

.page_banner .tel2 h3 {
    color: #fff;
    background: url(../img/tel1.png) no-repeat left center;
}

.page_banner .tel3 {
    top: 39px;
    left: 146px;
    text-align: center;
}

.page_banner .tel3 h3 {
    color: #fff;
    background: url(../img/tel1.png) no-repeat left center;
    font-size: 20px;
    line-height: 30px;
}

.page_banner .tel4 {
    top: 65px;
    right: 0;
    width: 384px;
    text-align: center;
}

.page_banner .tel4 h3 {
    font-size: 22px;
    line-height: 30px;
}

.page_banner .tel4 a {
    margin-top: 5px
}

.page_banner .tel5 {
    top: 39px;
    left: 173px;
    text-align: center;
}

.page_banner .tel5 h3 {
    color: #fff;
    background: url(../img/tel1.png) no-repeat left center;
    font-size: 20px;
    line-height: 30px;
}

.pro_nav {
    width: 282px;
    float: left;
    background: #fff;
    border: 1px solid #e4e4e4
}

.pro_nav .tit {
    padding: 10px;
    background: #fff;
    color: #333;
}

.pro_nav .tit .box {
    text-align: left;
    padding: 0;
}

.pro_nav .tit .box h3 {
    font-size: 30px;
    display: inline-block;
    font-weight: bold;
    color: #1a58ab;
}

.pro_nav .tit .box h3 span {
    display: block;
    font-size: 24px;
    text-transform: uppercase;
    color: #999;
    padding-top: 5px;
}

.pro_nav .list {
    padding: 0 10px;
    line-height: 36px;
    min-height: 905px;
    height: auto;
    overflow: hidden;
}

.pro_nav .list .item {
    padding: 5px 0;
}

.pro_nav .list .item .span_tit {
    height: 45px;
    line-height: 45px;
    background: #606060;
    border: 1px solid #d9d9d9;
    display: block;
    padding-left: 10px;
    font-size: 18px;
    position: relative;
}

.pro_nav .list .item .span_tit:hover {
}

.pro_nav .list .item .span_tit:hover:before {
}

.pro_nav .list .item .span_tit.ons {
    border-color: #00af5b
}

.pro_nav .list .item .span_tit.ons:before {
    border-color: #00af5b
}

.pro_nav .list .item .span_tit.ons a {
    color: #00af5b;
    background: url(../img/icon12-1.png) no-repeat 95% center;
}

.pro_nav .list .item .on a {
    color: #00af5b;
    background: url(../img/icon12-1.png) no-repeat left center;
}


.pro_nav .list .item .span_tit:before {
    display: inline-block;
    content: '';
    margin-right: 9px;
    width: 5px;
    height: 21px;
    background: #fff;
    position: absolute;
    top: 40%;
    margin-top: -5px;
}

.pro_nav .span_tit:hover a {
    color: #fff;
}

.pro_nav .span_tit a {
    display: block;
    padding: 0 13px;
    color: #fff;
}

.pro_nav .list ul li a {
    display: block;
    padding-left: 10px;
    background: url(../img/icon12.png) no-repeat left center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #666;
    margin-right: 8px;
}

.pro_nav .list ul li a:hover {
    color: #00af5b;
    background: url(../img/icon12-1.png) no-repeat left center;
}

.pro_nav .list ul li {
    width: 50%;
    float: left;
}

.pro_nav .list ul {
    overflow: hidden;
    margin-top: 10px;
}

.pro_nav .in_tel {
    width: 100%;
    padding-top: 30px;
}

.pro_nav .in_tel .c11 {
    width: 240px;
    height: 36px;
    margin: 0 auto;
    text-align: right;
    background: url(../images/c11.png) no-repeat;
    font-family: Calibri, Arial;
}

.pro_nav .in_tel .c11 h3 {
    font-size: 22px;
    color: #eb3b00;
    line-height: 23px;
    letter-spacing: -2px;
}

.pro_nav .in_tel .c11 p {
    font-size: 14px;
    color: #333;
    line-height: 14px;
}

.pro_nav .in_tel .c12 {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    width: 240px;
    height: 36px;
    margin: 0 auto;
    padding-top: 27px;
    color: #333;
    letter-spacing: 8px;
}

.pro_nav .in_tel .c13 {
    font-size: 14px;
    color: #666;
    text-align: center;
    line-height: 24px;
    padding-top: 7px;
}

.pro_list {
    width: 895px;
    float: right;
}

.pro_list ul {
    margin: -10px
}

.pro_list ul li {
    width: 33%;
    float: left;
}

.pro_item {
}

.pro_item a {
    margin: 10px;
    display: block;
    width: 285px;
    height: 289px;
    padding: 2px;
    border: 1px solid #e9e9e9;
    background: #fff;
}

.pro_item .img {
    text-align: center;
    height: 227px;
    line-height: 240px;
}

.pro_item .img img {
    width: auto;
    height: 227px;
    display: inline-block;
}

.pro_list .tit {
    line-height: 44px;
    padding: 0 10px 0 15px;
    background: #fff;
    border: 1px solid #e4e4e4;
    margin-bottom: 11px;
}

.pro_list .tit h3 {
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    color: #1a58ab;
}

.pro_list .tit a {
    float: right;
    width: 80px;
    font-size: 0;
    line-height: 26px;
    background: url(../images/more.png) no-repeat center center;
    padding-right: 0px;
    text-align: center;
    margin-top: 9px;
}

.pro_item .text {
    line-height: 63px;
}

.pro_item .text h3 {
    font-size: 18px;
    color: #666;
    font-weight: normal;
    text-align: center;
    padding-right: 5px;
    padding-left: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pro_item a:hover {
    background: #1a58ab;
    border-color: #1a58ab;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.25)
}

.pro_item a:hover .text h3 {
    color: #fff;
}


.proc_item {
}

.proc_item a {
    margin: 10px;
    display: block;
    width: 250px;
    height: 200px;
    padding: 9px;
    border: 1px solid #e9e9e9;
    background: #fff;
}

.proc_item .img {
    text-align: center;
    height: 160px;
    line-height: 160px;
}

.proc_item .img img {
    width: auto;
    height: auto;
    display: inline-block;
}

.proc_item .text {
    padding-top: 9px;
    line-height: 33px;
}

.proc_item .text h3 {
    font-size: 16px;
    color: #333;
    font-weight: normal;
    padding-right: 60px;
    background: url(../img/icon14.png) no-repeat 95% center;
    padding-left: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.proc_item a:hover {
    background: #00af5b;
    border-color: #00af5b;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.25)
}

.proc_item a:hover .text h3 {
    color: #fff;
    background: url(../img/icon14-1.png) no-repeat 95% center;
}

.case_more {
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    padding: 10px;
}

.case_more a {
    ont-size: 18px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border: 1px solid #aaa;
    border-radius: 20px;
    padding: 5px 25px;
}

.case_more a:hover {
    background: #00af5b;
    border: 1px solid #00af5b;
    color: #ffffff;
}


.page_taggle .tag_tit ul li {
    cursor: pointer;
    width: 15%;
    margin: 0 2.5%;
    float: left;
    text-align: center;
}

.page_taggle .tag_tit ul li div {
    color: #555;
    line-height: 40px;
    border-radius: 30px;
    border: 1px solid #dbdbdb;
    position: relative;
    margin-bottom: 20px;
}

.page_taggle .tag_tit ul li div span {
    color: #555
}

.page_taggle .tag_tit ul li div a {
    display: block;
    color: #555;;
}

.page_taggle .tag_tit ul li div .more {
    display: inline-block;
}

.page_taggle .tag_tit ul li.on div, .page_taggle .tag_tit ul li:hover div {
    background: #00af5b;
    color: #fff;
}

.page_taggle .tag_tit ul li.on div span, .page_taggle .tag_tit ul li:hover div span {
    color: #fff;
}

.page_taggle .tag_tit ul li.on div a, .page_taggle .tag_tit ul li:hover div a {
    color: #fff;
}

.page_taggle .tag_tit ul li.on div:after, .page_taggle .tag_tit ul li:hover div:after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    display: block;
    margin: 0 auto;
    border: 10px solid transparent;
    border-top-color: #00af5b
}

.page_taggle .tag_tit ul {
    margin: 0 -2.5%;
}

.page_taggle .tag_tit ul:after {
    content: '';
    display: block;
    clear: both;
}

.page_3dshow .tag_list {
    padding-right: 345px;
    position: relative;
}

.page_3dshow .div_from {
    position: absolute;
    top: 20px;
    right: 0;
    width: 310px;
}

.div_from {
    width: 322px;
    padding: 5px;
    border: 1px solid #e8e8e8;
    text-align: center;
}

.div_from .box {
    background: #f4f4f4;
    padding: 0 15px;
}

.div_from .tit {
    border-bottom: 1px solid #dcdcdc
}

.div_from .tit h3 {
    line-height: 60px;
    font-size: 24px;
    color: #00af5b
}

.div_from .tit p {
    padding-bottom: 10px;
    text-transform: uppercase;
    font-size: 12px;
    color: #a5a5a5;
}

.div_from .list .btn {
    margin-top: 25px;
}

.div_from .list {
    padding-bottom: 10px;
}

.div_from .list .btn a {
    display: block;
    line-height: 45px;
    background: #00af5b;
    text-align: center;
    font-size: 16px;
    border-radius: 3px;
    color: #fff;
}

.div_from .logo {
    width: 210px;
    margin: 0px auto;
    margin-top: 11px;
}

.div_from .tel h3 {
    font-family: Calibri, Arial;
    font-size: 25px;
    line-height: 50px;;
}

.div_from .list .div_input {
    margin-top: 25px;
    border-radius: 2px;
    line-height: 43px;
    background-color: #fff;
    background-position: left center;
    background-repeat: no-repeat;
    border: 1px solid #dbdbdb;
    padding-left: 65px;
}

.div_input input {
    width: 100%;
    border: 0;
    background: none;
}

.div_input.user {
    background-image: url(../img/user.png);
}

.div_input.pwd {
    background-image: url(../img/pwd.png);
}

.page_3dshow .item ul li {
    width: 50%;
    float: left;
}

.page_3dshow .item ul li .img {
    position: relative;
    height: 200px
}

.page_3dshow .item ul li .img .text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    line-height: 38px;
    color: #fff;
    background: rgba(0, 0, 0, 0.55)
}

.page_3dshow .item {
    display: none;
    clear: both;
    transition: all 0s;
}

.page_3dshow .item ul li a {
    display: block;
    padding: 4px;
    background: #fff;
    border: 1px solid #e8e8e8;
    margin: 10px;
}

.page_3dshow .item ul li:first-child {
    float: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 330px;
}

.page_3dshow .item ul li:first-child .img {
    height: 430px;
}

.page_3dshow .item ul {
    padding-left: 335px;
    position: relative;
    margin: -10px;
}

.page_3dshow .item ul:after {
    content: "";
    display: block;
    clear: both;
}

.pro_owl .owl-theme .owl-controls {
    bottom: 50%;
    height: 0;
    margin-bottom: 20px;
    left: -60px;
    right: -60px;
    width: auto;
}

.pro_owl .owl-theme .owl-controls .owl-nav [class*=owl-] {
    margin: 0;
    padding: 0;
    width: 55px;
    height: 55px;
    border-radius: 0
}

/*
.pro_owl .owl-theme .owl-controls .owl-nav .owl-prev{ float:left;background:url(../img/prev.png) no-repeat center center #666 ;}
.pro_owl .owl-theme .owl-controls .owl-nav .owl-next{ float:right;background:url(../img/next.png) no-repeat center center #666 ;}*/
.pro_owl .owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
    opacity: 1;
    background-color: #19b76b
}

.pro_owl .pro_item .text h3 {
    line-height: 50px;
}

.kh_list ul {
    margin: -14px;
}

.kh_list ul li {
    width: 50%;
    float: left;
}

.kh_list ul li a:after {
    content: '';
    display: block;
    clear: both;
}

.kh_list ul li a {
    position: relative;
    margin: 14px;
    display: block;
    background: #fff;
}

.kh_list ul li a:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.25)
}

.kh_list ul li a:hover:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 3px solid #00af5b;
    content: '';
}

.kh_list ul li a:hover .text:after {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    width: 3px;
    background: #00af5b
}

.kh_list ul li h4 {
    font-size: 20px;
    color: #333;
    font-weight: normal;
    padding: 5px 0;
}

.kh_list ul li h3 {
    font-size: 20px;
    color: #333;
}

.kh_list ul li h3 span {
    font-weight: normal;
    font-size: 14px;
    color: #999;
    display: inline-block;
    margin-left: 15px;
}

.kh_list ul li .img {
    width: 192px;
    height: 174px;
    float: left;
}

.kh_list ul li .img img {
    display: block;
}

.kh_list ul li .text {
    height: 164px;
    position: relative;
    padding: 0 25px;
    overflow: hidden;
    line-height: 24px;
    color: #999;
    padding-top: 10px;
}

.kh_list ul li .text p {
    height: 72px;
    overflow: hidden;
    margin-top: 15px;
}

.ys_list {
    position: relative;
    z-index: 1
}

.ys_list .img {
    position: absolute;
    z-index: -1
}

.ys_list .img1 {
    top: 0;
    right: 0;
}

.ys_list .img2 {
    bottom: -80px;
    left: -50px;
}

.ys_list li {
    width: 50%;
}

.ys_list li span {
    padding-right: 27px;
    padding-bottom: 39px;
    background: url(../img/icon15.png) no-repeat center center;
    font-size: 44px;
    font-family: Calibri, Arial;
    color: #fff;
    width: 86px;
    height: 86px;
    display: block;
    float: left;
    line-height: 86px;
    text-align: center;
    margin-right: 20px;
}

.ys_list li .text {
    overflow: hidden;
    padding-bottom: 40px;
    margin-bottom: 20px;
    background: url(../img/icon16.png) repeat-x bottom center;
    line-height: 30px;
    color: #666;
    max-width: 410px;
}

.ys_list li .text h3 {
    font-size: 24px;
    color: #00af5b;
    margin-bottom: 15px;
}

.ys_list li:nth-child(3), .ys_list li:nth-child(4), .ys_list li:nth-child(5) {
    padding-left: 50%;
}

.ys_list li:nth-child(3) .text, .ys_list li:nth-child(4) .text, .ys_list li:nth-child(5) .text {
    max-width: 440px;
}

.page_jj {
    background: url(../img/bg1.jpg) no-repeat top center;
}

.page_abouts .page_tit {
}

.page_abouts .page_tit h3 {
    background: url(../images/in_aboutus_bg.png) no-repeat center center;
    text-align: center;
}

.page_abouts .about_img {
    width: 517px;
    height: 375px;
    float: left;
}

.page_abouts .about_img img {
    border: 4px solid #cdcdcd;
}

.page_abouts .about_txt {
    width: 680px;
    height: 375px;
    float: left;
}

.page_abouts .about_txt h3 {
    color: #1a58ab;
    font-size: 33px;
}

.page_abouts .about_txt p {
    color: #999;
    font-size: 14px;
    font-family: Calibri, Arial;
    line-height: 30px;
    padding-top: 15px;
}

.page_abouts .about_txt .aa {
    width: 93px;
    height: 30px;
    color: #fffefe;
    background: #1a58ab;
    display: inline-block;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    -webkit-border-radius: 3px;
    margin-top: 23px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.page_abouts .about_txt .about_pp {
    padding-top: 38px;
}

.page_abouts .about_txt .about_pp .pp_owl .item img {
    width: 200px;
    height: 140px;
}

.page {
    overflow: hidden;
}

.page_tit.bg_fff h3, .page_tit.bg_fff p, .page_tit.bg_fff h4 {
    color: #fff;
}

.news_gg {
    line-height: 40px;
    padding: 15px 28px;
    box-shadow: 0px 1px 20px #c8c8c8 inset, 1px 0px 20px #c8c8c8 inset, 0px -1px 20px #c8c8c8 inset, -1px 0px 20px #c8c8c8 inset;
}

.news_gg span {
    display: block;
    float: left;
    margin-right: 20px;
    font-size: 18px;
    font-weight: bold;
}

.news_gg .text {;
    overflow: hidden;
}

.news_gg .text ul {
    height: 40px;
    overflow: hidden;
}

.news_gg .text a {
    font-size: 16px;
    color: #666;
    display: block;
}

.about_list .item1 {
    width: 77.5%;
    float: left;
}

.about_list .item2 {
    width: 20.5%;
    float: right;
}

.page_tit2 {
    line-height: 40px;
    padding-top: 10px;
}

.page_tit2 h3 {
    display: inline-block;
    font-size: 24px;
    color: #333
}

.page_tit2 span {
    text-transform: uppercase;
    color: #bcbcbc;
}

.about_list .box {
    background: #fff;
    padding: 25px;
    border: 1px solid #e9e9e9
}

.photo_owl .item {
    text-align: center;
    margin: 0 auto;
    max-width: 278px;
}

.photo_owl .item .img img {
    width: 277px;
    height: 200px;
}

.photo_owl .item p {
    margin-top: 20px;
    color: #333;
    font-size: 18px;
}

.photo_owl .owl-theme .owl-controls {
    bottom: 50%;
    height: 0;
    margin-bottom: 20px;
    left: -16px;
    right: -16px;
    width: auto;
}

.photo_owl .owl-theme .owl-controls .owl-nav [class*=owl-] {
    margin: 0;
    padding: 0;
    width: 14px;
    height: 28px;
    border-radius: 0
}

.photo_owl .owl-theme .owl-controls .owl-nav .owl-prev {
    float: left;
   /* background: url(../img/cur1.png) no-repeat center center;*/
}

.photo_owl .owl-theme .owl-controls .owl-nav .owl-next {
    float: right;
   /* background: url(../img/cur2.png) no-repeat center center;*/
}

.photo_owl .owl-theme .owl-controls .owl-nav .owl-prev:hover {;
    background: url(../img/cur1-1.png) no-repeat center center;
}

.photo_owl .owl-theme .owl-controls .owl-nav .owl-next:hover {;
    background: url(../img/cur2-1.png) no-repeat center center;
}

.photo_owl .owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
    opacity: 1;
}

.rw_owl {
    text-align: center;
}

.rw_owl img {
    margin: 0 auto;
}

.rw_owl.owl-theme .owl-dots .owl-dot span {
    margin-bottom: 10px;
}

.rw_owl .img {
    height: 238px;
}

.rw_owl .item .img img {
    width: 172px;
    height: 236px;
}


.page_news .news_lt {
    width: 71%;
    float: left;
}

.page_news .news_rt {
    width: 27%;
    float: right;
}

.page_news .box {
    padding: 20px 5%;
    padding-top: 0;
    border: 1px solid #e9e9e9;
    background: #fff;
}

.news_tit {
    line-height: 60px;
    background: url(../images/icon18.png) no-repeat left center;
    padding-left: 10px;
}

.news_tit .more {
    float: right;
}

.news_tit img {
    vertical-align: middle;
}

.news_tit span {
    display: inline-block;
    font-size: 22px;
    margin-left: 20px;
}

.news_tit span a {
    color: #1c1c1c
}

.news_tit span.on, .news_tit span:hover {
    font-weight: 100;
}

.news_tit span.on a, .news_tit span:hover a {
    color: #1c1c1c
}

.news_lt .tit .img {
    float: left;
    width: 222px;
    margin-right: 30px;
}

.news_lt .tit .text {
    overflow: hidden;
}

.news_lt .tit h3 {
    font-size: 16px;
    margin-bottom: 5px;
}

.news_lt .tit h3 a {
    color: #333;
}

.news_lt .tit span {
    font-size: 12px;
    color: #888
}

.news_lt .tit p {
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    color: #666;
    margin: 14px 0;
}

.news_lt .tit .btn {
    display: block;
    width: 93px;
    line-height: 30px;
    text-align: center;
    border-radius: 3px;
    background: #1a58ab;
    color: #fff;
}

.page_news ul {
    margin: 0px 0;
}

.page_news ul li {
    line-height: 35px;
    padding-top: 5px;
    border-bottom: 1px dashed #d7d7d7;
}

.page_news .news_lt ul {
    overflow: hidden;
    margin: 10px -2.5%;
}

.page_news .news_lt ul li {
    width: 45%;
    margin: 0 2.5%;
    float: left;
}

.page_news ul li a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    color: #555;
    padding-left: 20px;
    background: url(../img/icon19.png) no-repeat left center;
}

.page_news ul li a:hover {
    color: #1a58ab
}

.page_news .news_lt ul li a {
    padding-right: 100px;
}

.page_news ul li span {
    position: absolute;
    top: 0;
    right: 0;
    color: #999;
}

.page_news .news_rt .list {
    margin-top: -10px;
    margin-bottom: 2px;
}

.page_news .news_rt .list ul {
    height: 328px;
    overflow: hidden;
    width: 100%;
}

.link_list span {
    float: left;
    font-weight: bold;
    color: #333;
}

.link_list {
    margin-bottom: 30px;
    line-height: 36px;
}

.link_list .list {
    overflow: hidden;
}

.link_list li {
    display: inline-block;
    margin: 0 10px;
}

.link_list li a {
    color: #999
}

.link_list li a:hover {
    color: #00af5b
}


.full {
    position: fixed;
    top: 18%;
    right: 0;
    z-index: 1001;
}

.full li a {
    display: block;
    width: 52px;
    height: 52px;
    border-bottom: 1px solid #fff;
    position: relative;
    background: #00af5b;
    z-index: 1;
}

.full li a:hover span, .full li a:hover label {
    background-color: #018ad8 !important;
}

.full li:last-child a {
    border-bottom: 0;
}

.full li a span {
    display: block;
    width: 52px;
    height: 52px;
    position: relative;
    z-index: 100
}

.full li:nth-child(2) a, .full li:nth-child(1) a {
    z-index: 2
}

.full li a label {
    display: block;
    width: 150px;
    white-space: nowrap;
    padding: 0 20px;
    position: absolute;
    line-height: 52px;
    color: #fff;
    z-index: -1;
    background: #000;
    bottom: 0;
    left: 100%;
    box-sizing: inherit;
    max-width: 300%;;
}

.full li a:hover label {
    left: -140px;
}

.full li a .lbl_img {
    padding: 10px;
    height: auto;
    line-height: normal;
}

.full li a .lbl_img img {
    width: 120px;
    height: 120px;
}

.full li a span.span1 {
    background: url(../img/full1.png) no-repeat center center #262f34;
}

.full li a span.span2 {
    background: url(../img/full2.png) no-repeat center center #262f34;
}

.full li a span.span3 {
    background: url(../img/full3.png) no-repeat center center #262f34;
}

.full li a span.span4 {
    background: url(../img/full4.png) no-repeat center center #063f8c;
}


.textarea-normal {
    height: 120px;
}

.select-normal {
    display: block;
    position: relative;
}

.select-normal:after {
    content: "";
    position: absolute;
    right: 12px;
    bottom: 8px;
    border: 6px solid transparent;
    border-top-color: #999;
    pointer-events: none;
}

.input-normal input, .select-normal input, .select-normal select, .textarea-normal input, .textarea-normal textarea {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-radius: 10.8px;
    background: #fff;
    width: 100%;
    margin: 0;
    font-size: 14px;
    padding: 0 14px;
    color: #061a43;
    line-height: normal;
    border: 1px solid #e0e0e0
}

.input-normal input[disabled], .input-normal input[readonly], .select-normal input[disabled], .select-normal input[readonly], .select-normal select[disabled], .select-normal select[readonly], .textarea-normal input[disabled], .textarea-normal input[readonly], .textarea-normal textarea[disabled], .textarea-normal textarea[readonly] {
    background: #f2f2f2;
}

.input-normal input, .select-normal input, .textarea-normal input {
    height: 36px;
    font-size: 14px;
}

.select-normal input, .select-normal select {
    padding-right: 28px;
    height: 36px;
    white-space: nowrap;
    vertical-align: middle;
}

.textarea-normal textarea {
    padding: 6px 14px;
    height: 96px;
}

@media (min-width: 768px) {
    .header .menu {
        display: none;
    }

    .aa111 {
        display: table-cell;
        overflow: hidden;
        padding: 0 10px;
    }

    .prolist {
        display: block;
    }

    .prolist_mobile {
        display: none;
    }

    .banner {
        width: 100%;
        overflow: hidden;
    }

    .banner .item {
        width: 100%;
        overflow: hidden;
    }

    .banner .item .aleft {
        display: block;
    }

    .banner .item .aleftmobile {
        display: none;
    }


}

.copyright_bg {
    width: 100%;
    background: #00a6d6;
    color: #fff;
    font-size: 12px;
    padding: 10px 0;
    text-align: center;
}

.copyright_bg .copyright {
    width: 1000px;
    margin: 0 auto;
    padding: 0;
}

@media (max-width: 767px) {
    .header_nav .logos {
        z-index: 10;
        position: relative;
        float: left;
        margin: 0 0.5rem;
        text-align: center;
        position: relative;
        height: 4.5rem;
        line-height: 4.5rem;
        display: inline-block;
        max-width: 130px;
    }

    .header_nav .logos img {
        display: inline-block;
        padding-top: 0.2rem;
    }

    .header_nav ul {
        display: none;
    }

    .langs {
        padding-right: 1rem
    }

    .submit-normal .transparent {
        border-width: 1px;
    }

    .header_nav .menu {
        display: none;
    }

    .header .menu {
        display: inline-block;
    }

    .button-normal.phone-sort .line, .button-normal.phone-sort .price {
        display: none;
    }

    .footer .f_left {
        float: left;
        width: 100%;
    }

    .footer .f_middle {
        vertical-align: top;
        width: 100%;
        display: inline-block;
        float: left;
    }

    .footer .f_middle .f_middle_cent dl {
        width: 50%;
        text-align: center;
        float: left;
    }

    .footer .f_right {
        display: table-cell;
        margin: 0 auto;
        overflow: hidden;
        float: left;
        padding: 0 10px;
        text-align: center;
        width: 100%;
    }

    .footer .f_right .submit-normal {
        display: inline-block;
        position: relative;
        text-align: center;
        width: 300px;
    }

    .copyright_bg .copyright {
        width: 100%;
    }

    .footer_bg {
        padding: 30px 0;
    }

    .footer .f_right {
        padding: 0;
    }

    .prolist {
        display: none;
    }

    .prolist_mobile {
        display: block;
    }

    .prolist_mobile .item {
        width: 100%;
        background: #f4f4f4;
    }

    .prolist_mobile .item .pro_aleft {
        width: 96%;
        border-bottom: 1px solid #bbbbbb;
        padding: 2%;
        height: 11.5rem;
    }

    .prolist_mobile .item .pro_aleft .pro_apic {
        width: 30%;
        float: left;
        text-align: center;
    }

    .prolist_mobile .item .pro_aleft .pro_apic .proimg {
        width: auto;
        height: 11.5rem;
        max-height: 12.5rem;
        display: inline-block;
    }

    /* .prolist_mobile .item .pro_aleft .pro_apic .proimgm {width:100%; display:inline-block;}*/
    .prolist_mobile .item .pro_aleft .pro_aleft_mid {
        width: 46%;
        padding: 5px 2%;
        float: left;
        line-height: 1.55;
    }

    .prolist_mobile .item .pro_aleft .pro_aleft_mid .atitle {
        font-family: Calibri, Arial;
        font-size: 16px;
        color: #323232;
        font-weight: 400;
    }

    .prolist_mobile .item .pro_aleft .pro_amore {
        width: 20%;
        float: left;
        height: 13.5rem;
        display: table-cell;
        line-height: 13.5rem;
        vertical-align: middle;
        text-align: center;
    }

    .prolist_mobile .item .pro_aleft .pro_amore .amore {
        width: 3rem;
        height: 3rem;
        background: #00a6d6;
        display: inline-block;
        text-align: center;
        vertical-align: middle;
        color: #fff;
        line-height: 3rem;
        -webkit-border-radius: 30%;
        -moz-border-radius: 30%;
        -ms-border-radius: 30%;
        -o-border-radius: 30%;
    }

    .prolist_mobile .item.topsa {
        width: 100%;
        text-align: center;
    }

    .prolist_mobile .item.topsa img {
        width: 100%;
    }

    .prolist_mobile .item.topsa .atitlerr {
        width: 80%;
        margin: 0 auto;
        font-size: 2rem;
        display: inline-block;
        line-height: 2rem;
        font-weight: 500;
        line-height: 1;
        margin: 0;
        padding-top: 1.5rem;
    }

    .prolist_mobile .item.topsa .adescrr {
        width: 80%;
        margin: 0 auto;
        line-height: 1.55;
        display: inline-block;
        margin: 0;
        padding: 1.5rem 0;
        font-size: 1rem;
    }

    .banner .item .bapic {
        display: none;
    }

    .banner .item .bapicm {
        display: inline-block;
    }

    .banner .item .aleft {
        display: none;
    }

    .banner .item .aleftmobile {
        display: block;
        position: absolute;
        text-align: left;
        left: 0%;
        top: 76%;
        width: 100%;
        text-align: center;
    }

    .banner .item .aleftmobile .atitle {
        font-size: 1.5rem;
    }

    .banner .item .aleftmobile .adesc {
        font-size: 0.8rem;
        padding-top: 15px;
        line-height: 20px;
        font-size: 1rem;
    }

    .banner .item .aleftmobile .atitle {
        padding: 5px 0;
    }

    .banner .item .aleftmobile .adesc {
        padding: 5px 0;
        width: 90%;
        line-height: 1.3rem;
        text-align: center;
        margin: 0 auto;
    }

    .banner .item .aleftmobile .amore {
        background: -webkit-gradient(linear, left top, right top, from(#00a6d6), to(#00a6d6));
        background: linear-gradient(90deg, #00a6d6, #00a6d6);
        background-image: -webkit-gradient(linear, left top, right top, from(#00a6d6), to(#00a6d6));
        background-image: linear-gradient(90deg, #00a6d6, #00a6d6);
        color: #fff;
        border: medium none;
        border-radius: 10.8px;
        cursor: pointer;
        display: inline-block;
        font-size: 1rem;
        height: 2rem;
        line-height: 2rem;
        overflow: hidden;
        padding: 0 1rem;
        position: relative;
        text-align: center;
        text-decoration: none;
        transition: all 0.2s ease 0s;
        white-space: nowrap;
        margin-top: 0.5rem;
    }

    .banner .item .aright .amore:after {
        content: ">";
        font-family: "sans-serif";
        font-size: 16px;
        line-height: 1;
        pointer-events: none;
        transform: translateY(-50%) scaleX(0.6);
    }

    .banner .item .aleftmobile .amore:after {
        content: ">";
        font-family: "sans-serif";
        font-size: 16px;
        line-height: 1;
        pointer-events: none;
        transform: translateY(-50%) scaleX(0.6);
    }

    .bd___2onBA {
        line-height: 1.5rem;
    }

    .index_video .in_desc {
        width: 95%;
        font-size: 0.75rem;
        line-height: 1.5;
    }
}


/*----------custom----------*/

/* 浮动在线客服 */

#qq_online {
    position: absolute;
    z-index: 99;
    width: 130px;
    font-family: Calibri, Arial;
    font-size: 12px;
}

#qq_online_top {
    position: relative;
    padding-left: 10px;
    height: 26px;
    line-height: 26px;
    font-family: Calibri, Arial;
    font-weight: bold;
    color: #fff;
    background: url(../images/qq_style/style0_top.gif) no-repeat;
}

#qq_online_top img {
    position: absolute;
    top: 8px;
    right: 10px;
    cursor: pointer;
}

#qq_online_list {
    background: url(../images/qq_style/style0_bgs.gif) repeat-y;
}

#qq_online_list a {
    color: #222;
}

#qq_online_list a:hover {
    color: #ff0000;
}

#qq_online_list p {
    position: relative;
    margin: 0px 3px;
    padding-left: 31px;
    width: 93px;
    height: 25px;
    line-height: 26px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    background: #fff;
    overflow: hidden;
}

#qq_online_list p:hover {
    border-top: 1px solid #A3E7FC;
    border-bottom: 1px solid #A3E7FC;
    background: #E1F7FD;
}

#qq_online_list p img {
    position: absolute;
    top: 2px;
    left: 5px;
    width: 21px;
    height: 21px;
}

#qq_online_bottom {
    height: 42px;
    font-size: 0px;
    background: url(../images/qq_style/style0_bottom.gif) no-repeat;
}

#qq_onlines_top {
    position: relative;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    font-weight: bold;
}

#qq_onlines_top p {
    position: absolute;
    top: 40px;
    width: 35px;
    height: 173px;
    overflow: hidden;
    cursor: pointer;
}

.qq_onlines_small_left strong {
    left: 8px;
}

.qq_onlines_small_right strong {
    left: 13px;
}

#qq_onlines_top p strong {
    position: absolute;
    top: 40px;
    display: block;
    width: 16px;
    text-align: center;
    line-height: 20px;
}

#qq_onlines_box {
    border: 1px solid #e3e3e3;
    border-top: none;
    background: #fff;
}

#qq_onlines_tel {
    padding-top: 15px;
    text-align: center;
    font-size: 14px;
    color: #505050;
    background: url(../images/qq_style/tel.jpg) no-repeat 15px 12px;
}

#qq_onlines_tel strong {
    display: block;
    padding: 12px 0px 8px 0px;
    font-family: Calibri, Arial;
    font-size: 16px;
    border-bottom: 1px dashed #ccc;
}

#qq_onlines_list {
    padding-top: 10px;
}

#qq_onlines_list a {
    position: relative;
    display: block;
    margin: 0px auto 8px auto;
    padding-left: 35px;
    width: 72px;
    height: 25px;
    line-height: 26px;
    color: #222;
    border: 1px solid #aaccd8;
    background: url(../images/qq_style/list_bg.jpg) repeat-x;
    overflow: hidden;
}

#qq_onlines_list a:hover {
    color: #ff0000;
}

#qq_onlines_list a img {
    position: absolute;
    top: 2px;
    left: 7px;
    width: 21px;
    height: 21px;
}

#qq_onlines_tdc {
    padding: 8px 0px;
    font-size: 0px;
    text-align: center;
    border-top: 1px dashed #ccc;
}

#qq_onlines_tdc img {
    width: 110px;
    height: 110px;
}

.qq_onlines_1 p#qq_onlines_tel strong {
    color: #e10000;
}

.qq_onlines_1 div#qq_onlines_top {
    border-bottom: 8px solid #ff7200;
    background: #e10000;
}

.qq_onlines_1 p.qq_onlines_small_left {
    right: -35px;
    background: url(../images/qq_style/style1_small_left.png) no-repeat;
}

.qq_onlines_1 p.qq_onlines_small_right {
    left: -35px;
    background: url(../images/qq_style/style1_small_right.png) no-repeat;
}

.qq_onlines_2 p#qq_onlines_tel strong {
    color: #555;
}

.qq_onlines_2 div#qq_onlines_top {
    border-bottom: 8px solid #5d5d5d;
    background: #343434;
}

.qq_onlines_2 p.qq_onlines_small_left {
    right: -35px;
    background: url(../images/qq_style/style2_small_left.png) no-repeat;
}

.qq_onlines_2 p.qq_onlines_small_right {
    left: -35px;
    background: url(../images/qq_style/style2_small_right.png) no-repeat;
}

.qq_onlines_3 p#qq_onlines_tel strong {
    color: #df5f00;
}

.qq_onlines_3 div#qq_onlines_top {
    border-bottom: 8px solid #ddc9ba;
    background: #df9800;
}

.qq_onlines_3 p.qq_onlines_small_left {
    right: -35px;
    background: url(../images/qq_style/style3_small_left.png) no-repeat;
}

.qq_onlines_3 p.qq_onlines_small_right {
    left: -35px;
    background: url(../images/qq_style/style3_small_right.png) no-repeat;
}

.qq_onlines_4 p#qq_onlines_tel strong {
    color: #89a611;
}

.qq_onlines_4 div#qq_onlines_top {
    border-bottom: 8px solid #464a4b;
    background: #adce25;
}

.qq_onlines_4 p.qq_onlines_small_left {
    right: -35px;
    background: url(../images/qq_style/style4_small_left.png) no-repeat;
}

.qq_onlines_4 p.qq_onlines_small_right {
    left: -35px;
    background: url(../images/qq_style/style4_small_right.png) no-repeat;
}

.qq_onlines_5 p#qq_onlines_tel strong {
    color: #df5f00;
}

.qq_onlines_5 div#qq_onlines_top {
    border-bottom: 8px solid #ff9241;
    background: #ff6d00;
}

.qq_onlines_5 p.qq_onlines_small_left {
    right: -35px;
    background: url(../images/qq_style/style5_small_left.png) no-repeat;
}

.qq_onlines_5 p.qq_onlines_small_right {
    left: -35px;
    background: url(../images/qq_style/style5_small_right.png) no-repeat;
}

.qq_onlines_6 p#qq_onlines_tel strong {
    color: #006083;
}

.qq_onlines_6 div#qq_onlines_top {
    border-bottom: 8px solid #6b718d;
    background: #006083;
}

.qq_onlines_6 p.qq_onlines_small_left {
    right: -35px;
    background: url(../images/qq_style/style6_small_left.png) no-repeat;
}

.qq_onlines_6 p.qq_onlines_small_right {
    left: -35px;
    background: url(../images/qq_style/style6_small_right.png) no-repeat;
}

.qq_onlines_7 p#qq_onlines_tel strong {
    color: #00a0a8;
}

.qq_onlines_7 div#qq_onlines_top {
    border-bottom: 8px solid #6b718d;
    background: #00a0a8;
}

.qq_onlines_7 p.qq_onlines_small_left {
    right: -35px;
    background: url(../images/qq_style/style7_small_left.png) no-repeat;
}

.qq_onlines_7 p.qq_onlines_small_right {
    left: -35px;
    background: url(../images/qq_style/style7_small_right.png) no-repeat;
}

.qq_onlines_8 p#qq_onlines_tel strong {
    color: #c9004c;
}

.qq_onlines_8 div#qq_onlines_top {
    border-bottom: 8px solid #ebba28;
    background: #c9004c;
}

.qq_onlines_8 p.qq_onlines_small_left {
    right: -35px;
    background: url(../images/qq_style/style8_small_left.png) no-repeat;
}

.qq_onlines_8 p.qq_onlines_small_right {
    left: -35px;
    background: url(../images/qq_style/style8_small_right.png) no-repeat;
}

/*===================================================================================*/

.below18bg {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0% 0%;
    z-index: 99998;
    width: 100%;
    height: 100%;
    display: none;
}

.below18 {
    display: none;
    width: 600px;
    max-width: 100%;
    position: fixed;
    background: white;
    border-radius: 0.5rem;
    text-align: left;
    opacity: 1;
    top: 30%;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 99999;
    text-align: center;
    box-sizing: border-box;
    padding: 2rem;
}

.below18 p {
    color: #666;
    font-size: 14px;
    padding: 1rem;
}

.below18 button {
    display: inline-block;
    text-align: center;
    border: none;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    border-radius: 14.4px;
    text-decoration: none;
    font-size: 16px;
    cursor: pointer;
    -webkit-transition: .2s;
    transition: .2s;
    white-space: nowrap;
    color: #00a6d6;
    padding: 0 20px;
    background: -webkit-gradient(linear, left top, right top, from(#00a6d6), to(#00a6d6));
    background: linear-gradient(90deg, #00a6d6, #00a6d6);
    background-image: -webkit-gradient(linear, left top, right top, from(#00a6d6), to(#00a6d6));
    background-image: linear-gradient(90deg, #00a6d6, #00a6d6);
    color: #fff;
}