﻿/* 动画样式 */

.animated .action_d {
    visibility: visible;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated .scroll-up {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.animated .scroll-left {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

.animated .scroll-right {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

.animated .scroll-down {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

.animated .scroll-bottom {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}

.animated .scroll-r {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}

.animated .scroll-d {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown
}



/* 动画样式结束 */

body{
    padding-top: 104px;
}
header .nav,
header .logo {
    margin-top: 12px;
}

header .logo img {
    width: 164px;
}

header {
    height: 104px;
    background: #fff;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
      position: fixed;
    left: 0;
    width: 100%;
    top: 0;
    z-index: 10;
}

.search p {
    display: inline-block;
}

.search .ipt {
    width: 143px;
    line-height: 25px;
    border: 1px solid #adadad;
    border-radius: 10px;
    position: relative;
    text-align: left;
    margin-right: 30px;
    display: inline-block;
}

 .search .sear-sub{
    position: absolute;
    display: block;
    width: 16px !important;
    height: 16px;
    padding-left: 0 !important;
    right: 8px;
    top: 50%;
    margin-top: -8px;
    opacity: 0;
    visibility: hidden;
}
.nav .search {
    text-align: right;
    padding-right: 24px;
}

.nav ul {
    margin-top: 20px;
}

.search .ipt img {
    width: 16px;
    position: absolute;
    right: 8px;
    top: 50%;
    margin-top: -8px;
}

.search .ipt input {
    border: none;

    width: 105px;
    padding-left: 10px;
    background: transparent;
}

.search .icons span {
    display: inline-block;
    vertical-align: middle;
    position: relative;

    padding: 0 8px;
}

.search .icons .qq-span:hover .qq-box {
    visibility: visible;
    opacity: 1;
}

.search .icons .wechat-span:hover .wechat-box {
    visibility: visible;
    opacity: 1;
}

.search .icons span .qq {
    width: 16px;
    cursor: pointer;
}

.search .icons span .qq-box {
    display: block;
    width: 120px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 16px;
    color: #fff;
    position: absolute;
    left: 0;
    top: 40px;
    background: #16b4ff;
    z-index: 100;
    border-radius: 5px;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
}

.search .icons span .wechat-box {
    display: block;
    width: 143px;
    height: 143px;
    text-align: center;
    border: 5px solid #16b4ff;
    line-height: 60px;
    font-size: 16px;
    color: #fff;
    position: absolute;
    left: 0;
    top: 40px;
    background: #16b4ff;
    z-index: 100;
    border-radius: 5px;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
}

.search .icons span .qq-box:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 12px solid #16b4ff;
    position: absolute;
    left: 13px;
    top: -12px;
}

.search .icons span .wechat-box:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 12px solid #16b4ff;
    position: absolute;
    left: 13px;
    top: -12px;
}

.search .icons .wechat {
    width: 19px;
    cursor: pointer;
}

.search a {
    color: #adadad;
    font-size: 14px;
}

.search .icons span::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 10px;
    background: #adadad;
    right: 0;
    top: 50%;
    margin-top: -5px;
}

.search .icons span:last-child::after {
    display: none;
}

i.wechat-box img {
    width: 100%;
}

.nav ul li {
    float: left;
    margin: 0 28px;
}

.nav ul>li.active>a {
    color: #16b4ff;
}



.nav ul>li.active>a:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background: #16b4ff;
    left: 0;
    bottom: 0;
    transition: all 0.3s;
}

.nav ul li a {
    color: #666666;
    font-size: 16px;
    padding-bottom: 10px;
    position: relative;
}

.nav ul li {
    position: relative;
}

.nav ul li a:after {
    position: absolute;
    content: "";
    width: 0px;
    height: 2px;
    background: #16b4ff;
    left: 0;
    bottom: 0;
    transition: all 0.3s;
}

.nav ul li a:hover:after {
    width: 100%;
}

.nav ul li a:hover {
    color: #16b4ff;
}

.banner {
    width: 100%;
    height: 609px;
    position: relative;
    overflow: hidden;
}

.banner .bd {
    position: absolute;
    width: 1920px;
    height: 609px;
    left: 50%;
    margin-left: -960px;
    top: 0;
}


.bannernei {
    width: 100%;
    height: 400px;
    position: relative;
    overflow: hidden;
}

.bannernei .bd {
    position: absolute;
    width: 1920px;
    height: 400px;
    left: 50%;
    margin-left: -960px;
    top: 0;
}

.drop-down {
    position: absolute;
    top: 45px;
    width: 300px;
    padding: 15px;
    background:#fdfdfd;
    z-index: 1000;
    left: -107px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
}

.drop-down li a {
    color: #999999;
    font-size: 14px !important;
}

.drop-down li {
    width: 50%;
    float: left;
    margin: 0 !important;
    padding-bottom: 20px !important;
    text-align: center;
}

.nav ul>li:hover .drop-down {
    visibility: visible;
    opacity: 1;
}

.drop-down li:last-child {
    padding-bottom: 0 !important;
}

.title h1 {
    font-size: 32px;
    color: #666666;
    padding-bottom: 13px;
    text-align: center;
    margin-top: 70px;
}

.title {
    text-align: center;
}



.title p {
    font-size: 14px;
    color: #999999;
    text-align: center;
    padding: 5px 20px;
    border-radius: 20px;
    border: 1px solid #e5e5e5;
    display: inline-block;
    position: relative;
}

.title p::after {
    position: absolute;
    content: "";
    width: 145px;
    height: 1px;
    background: #e5e5e5;
    left: -145px;
    top: 50%;
}

.title p::before {
    position: absolute;
    content: "";
    width: 145px;
    height: 1px;
    background: #e5e5e5;
    right: -145px;
    top: 50%;
}

.idx-about ul li {
    float: left;
    width: 238px;
    margin-right: 80px;
    height: 244px;
}

.idx-about ul li:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.idx-about ul li:hover span,
.idx-about ul li:hover p {
    color: #16b4ff;
}

.idx-about ul li:hover i {
    color: #Fff;
}

.idx-about ul li:hover h1 {
    background: #16b4ff;
}

.idx-about ul {
    margin-right: -80px;
    margin-top: 40px;
}

.idx-about ul li h1 {
    width: 85px;
    height: 85px;
    background: #f7f7f7;
    border-radius: 50%;
    margin: 15px auto 0px;
    text-align: center;
    line-height: 85px;
}

.idx-about ul li span {
    color: #666666;
    font-size: 16px;
    display: block;
    text-align: center;
    padding-bottom: 10px;
    position: relative;
    margin-top: 17px;
}

.idx-about ul li span::after {
    content: "";
    width: 65px;
    height: 1px;
    background: #e5e5e5;
    left: 50%;
    margin-left: -33px;
    bottom: 0;
    position: absolute;
}

.idx-about ul li p {
    color: #999999;
    font-size: 14px;
    padding: 0 15px 20px;
    margin-top: 10px;
    text-align: center;
}

.idx-about ul li a {
    display: block;
}

.icon-chengxinrenzheng {
    margin-left: 28px;
}

.idx-case {
    margin-top: 40px;
    width: 100%;
    height: 486px;
    background: url('../img/bg_02.jpg') top center no-repeat;
}

.idx-case ul li {
    float: left;
    width: 600px;
    height: 200px;
    text-align: center;
    position: relative;
}

.idx-case ul li h1 {
    display: inline-block;
    vertical-align: middle;
    width: 99px;
    height: 99px;
    border: 2px solid #ccc;
    line-height: 99px;
    text-align: center;
    transition: all 0.3s;
}

.idx-case ul li h1 i {
    font-size: 42px;
    color: #ccc;
}

.idx-case ul li a.active h2,
.idx-case ul li a.active p,
.idx-case ul li a.active i {
    color: #16b4ff;
}

.idx-case ul li a.active h1 {
    color: #16b4ff;
    border: 2px solid #16b4ff;
}

.idx-case ul li .text-box {
    width: 340px;
    display: inline-block;
    margin-left: 30px;
    vertical-align: middle;
}

.idx-case ul li .text-box h2 {
    color: #fff;
    font-size: 18px;
    padding-bottom: 14px;
    position: relative;
    text-align: left;
}



.idx-case ul li .text-box p {
    color: #999999;
    font-size: 14px;
    text-align: left;
    margin-top: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.idx-case ul .line1{
     height: 1px;
    background: #ccc;
    left: 0;
    width: 100%;
    top: 240px;
    position: absolute;
}
.idx-case ul .line2{
     height: 400px;
    background: #ccc;
    left: 50%;
    width: 1px;
    top: 40px;
    position: absolute;
}
.idx-case ul {
    padding-top: 40px;
    position: relative;
}

.idx-case ul li a {
    display: block;
    margin-top: 60px;
}

.pro-icon ul li {
    float: left;
    width: 200px;
    text-align: center;
}

.pro-icon {
    padding:80px 0px 60px 0px;
    background: #eeeeee;
}

.pro-icon ul li img {
    margin: 0 auto;
    display: block;
}
.pro-icon ul li .icon-img{width: 130px;
height: 100px;}
.pro-icon ul li p {
    color: #666666;
    font-size: 14px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
    margin-top: 10px;
}

.pro-icon ul li .gif {
    display: none;
    opacity: 0;
}

.pro-icon ul li:hover .gif {
    display: block;
    opacity: 1;
}

.pro-icon ul li:hover p {
    visibility: visible;
    opacity: 1;
}

.pro-icon ul li .gif {
    width: 130px;
    height: 100px;
}

.pro-icon ul li:hover .icon-img {
    display: none;
}

.idx-pro ul li {
    float: left;
    width: 25%;
}

.idx-pro ul li .now {
    display: none;width: 192px;height: 192px;border-radius: 50%;border: 10px slide #0000CC;border: 6px solid #000;
}
.idx-pro ul li .former{width: 192px;height: 192px;border-radius: 50%;border: 6px solid #16b4ff;}
.idx-pro ul li p {
    margin-top: 25px;
    color: #666666;
    font-size: 15px;
    text-align: center;
}

.idx-pro ul li img {
    margin: 0 auto;
    display: block;
}

.idx-pro ul li:hover .former {
    display: none;
}

.idx-pro ul li:hover .now {
    display: block;
}

.idx-pro ul {
    margin-top: 80px;
    padding-bottom: 50px;
}

footer {
    background: #3b3b3b;
}

.foot {

    padding: 30px 0px;
    position: relative;
}

.erweima {
    width: 143px;
    position: absolute;
    left: 50%;
    top: 60px;
    margin-left: -71px;
}

.erweima img {
    width: 100%;
}

.erweima p {
    text-align: center;
    color: #999999;
    margin-top: 10px;
    font-size: 14px;
}

.foot-title h1 {
    color: #ffffff;
    font-size: 24px;
    padding-bottom: 30px;
}

.foot-title p {
    color: #999999;
    font-size: 14px;
    margin-bottom: 10px;
}

.foot .tell i {
    display: block;
    color: #16b4ff;
    text-align: center;
    font-size: 40px;
}

.foot .tell h1 {
    padding-top: 5px;
    font-size: 18px;
    padding-bottom: 25px;
    color: #16b4ff;
}

.foot .tell h1 em {
    font-style: italic;
}

.foot .tell p {
    color: #999999;
    font-size: 14px;
    margin-bottom: 10px;
}

.foot-copy {
    text-align: center;
    color: #717171;
    font-size: 12px;
    background: #333333;
}

.foot-copy a {
    color: #717171;
    font-size: 12px;
}

.foot-copy p {
    line-height: 30px;
}

.nav-bar {
    padding: 20px;
    border: 1px solid #dcdcdc;
    margin-top: 55px;
    width: 1160px;
}

.category {
    position: relative;
    padding-left: 70px;
    margin-bottom: 20px;
}

.category:last-child {
    margin-bottom: 0;
}

.category:last-child ul {
    border: none;
}

.category ul li.active a {
    color: #16b4ff;
}

.category h1 {
    position: absolute;
    left: 20px;
    top: 0;
    color: #5f5f5f;
    font-size: 16px;
}

.category h1::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-left: 16px solid #e5e5e5;
    border-bottom: 8px solid transparent;
    left: -22px;
    top: 3px;
}

.category ul li {
    float: left;
    padding: 0 20px;
    margin-bottom: 20px;
}

.category ul li a {
    color: #5f5f5f;
    font-size: 16px;
}

.category ul {
    border-bottom: 1px dashed #ccc;
}

.pro-list ul li {
    float: left;
    width: 200px;

    margin-right: 50px;
    margin-bottom: 40px;
    transition: all 0.3s;
}

.pro-list ul li:hover {
    transform: translateY(-10px);
}

.pro-list ul li img {
    width: 100%;
}

.pro-list ul {
    margin-right: -50px;
    margin-top: 50px;
}

.pro-list ul li a {
    display: block;
}

.pro-list ul li:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.pro-list ul li h1 {
    color: #444444;
    font-size: 15px;
    text-align: center;
    margin-top: 13px;
    margin-bottom: 8px;
}

.pro-list ul li p {
    color: #999999;
    font-size: 12px;
    text-align: center;
    padding-bottom: 15px;
}

.page ul li a {
    display: block;
    padding: 2px 10px;
    border: 1px solid #16b4ff;
    color: #686868;
    font-size: 14px;
}

.page ul li a.active {
    background: #16b4ff;
    color: #fff;
}

.page ul li a:hover {
    background: #16b4ff;
    color: #fff;
}

.page ul li {
    display: inline-block;
    padding: 0 5px;
}

.page ul {
    text-align: center;
}

.desc-wrap {
    padding: 20px 45px;
    width: 1110px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    margin: 35px 0px;
}

.crumb i {
    margin-right: 5px;
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url('../img/house.png');
}

.crumb {
    line-height: 44px;
    border-bottom: 1px solid #e6e6e6;
    color: #b9b7b7;
}

.crumb a {
    color: #000;
    font-size: 14px;
}

.desc-wrap .article .img-box {
    width: 390px;
    border: 1px solid #dbdbdb;
}

.desc-wrap .article .text-box {
    width: 660px;
}

.article .text-box h1 {
    color: #444444;
    font-size: 28px;
    margin-top: 15px;
}

.article .text-box h2 {
    color: #999999;
    font-size: 14px;
    margin-top: 10px;
}

.article .text-box h3 {
    color: #16b4ff;
    font-size: 20px;
    margin-top: 20px;
}

.article .text-box p {
    color: #666666;
    font-size: 14px;
    margin-top: 10px;
    line-height: 25px;
}

.article {
    margin-top: 35px;
}

.atr-pic {
    margin-top: 30px;
    border-top: 1px dashed #ccc;
    padding: 30px 0;
    font-size: 14px;
}
.atr-pic img {
    display: inline;
}

.con-box .img-box {
    width: 600px;
}

.con-box .text-box {
    width: 540px;
    margin-left: 55px;
}

.con-box .text-box h1 {
    color: #333333;
    font-size: 24px;
    line-height: 50px;
}

.con-box .text-box h1 {
    color: #333333;
    font-size: 24px;
    line-height: 50px;
}

.con-box .text-box h2 {
    color: #666666;
    font-size: 16px;
    padding-bottom: 30px;
}

.con-box .text-box p {
    color: #666666;
    font-size: 16px;
    padding-bottom: 10px;
}

.con-box {
    margin-top: 70px;
}

.map {
    margin-top: 60px;
}

.bgf7 {
    background: #f7f7f7;
}

.news-tab ul li {
    display: inline-block;
}

.news-tab ul {
    font-size: 0;
    text-align: center;
}

.news-tab ul li a {
    color: #16b4ff;
    font-size: 18px;
    display: block;
    width: 188px;
    line-height: 36px;
    border: 1px solid #16b4ff;
}

.news-tab ul li a.active {
    color: #fff;
    background: #16b4ff;
}

.news-tab {
    margin-top: 30px;
}

.new-box ul li {
    width: 1200px;
    clear: both;
    margin-top: 40px;
}

.new-box ul li a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

.period {
    position: absolute;
    left: 5px;
    top: 0px;
    z-index: 1;
    background-color: #636363;
    padding: 25px 25px;
    text-align: center;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
    margin-top: 57px;
}

.period h6 {
    font-family: arial;
    color: #EEEEEE;
    font-size: 58px;
    border-bottom: 1px solid #EEEEEE;
    text-align: center;
}

.period p {
    font-family: arial;
    color: #EEEEEE;
    font-size: 18px;
    margin-top: 10px;
}

.new1 {
    background-color: #FFFFFF;
    padding: 40px 30px;
    float: right;
    width: 1023px;
    position: relative;
    z-index: 5;
    right: 10px;
    top: 0px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}

.new-figure {
    width: 303px;
    height: 180px;
    float: left;
}

.new-z {
    float: right;
    width: 660px;
}

.new-z h6 {
    font-size: 18px;
    padding-left: 15px;
    position: relative;
}

.new-z h6:before {
    content: "";
    background: url(../img/sjx.png) no-repeat center;
    display: block;
    width: 7px;
    height: 9px;
    top: 50%;
    left: 0px;
    position: absolute;
    margin-top: -4.5px;
}

.new-z p {
    font-size: 14px;
    color: #686868;
    text-align: left;
    word-break: break-word;
    display: -webkit-box;
    line-height: 27px;
    overflow: hidden;
    white-space: normal!important;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin: 26px 0;
}

.new-z span {
    font-size: 12px;
    color: #979797;
}

.new-box ul li a:hover .day {
    color: #fff;
    border-bottom: 1px solid #fff;
}

.new-box ul li a:hover .year {
    color: #fff;
}

.new-box ul li a {
    overflow: hidden;
}

.new-box ul li a:hover .period {
    background-color: #16b4ff;
    transform: translateX(-5px);
}

.new-box ul li :hover .new1 {
    transform: translateX(5px);
}

.details-module {
    background-color: #f4f4f2;
    width: 100%;
    padding: 60px 0;
}

.details-box {
    margin: 0 auto;
    width: 1200px;
    background-color: #ffffff;
}

.news-details {
    padding: 35px 80px;
}

.release {
    line
}

.news-text {
    text-align: left;
    margin-top: 50px;
}

.release {
    margin-top: 20px;
}

.bread ul .b-index {
    background: url(../img/nidx-icon.png) no-repeat center left;
    padding-left: 18px;
}

.bread ul .b-center {
    background: url(../img/n-righticon.png) no-repeat center left;
    padding-left: 12px;
}

.news-text h6 {
    font-size: 22px;
    text-align: center;
}

.release a {
    font-size: 14px;
    color: #979797;
    margin-top: 30px;
}

.news-figure img {
    margin: 0 auto;
    margin: 40px 0 30px 0;
}

.word {
    font-size: 16px;
    color: #686868;
    word-break: break-word;
    line-height: 32px;
    margin-bottom: 40px;
    margin-top: 40px;
}
.word img {
    width: 100% ! important;
    height: auto;
}

.chapter {
    padding: 36px 0;
    border-top: 1px solid #e6e6e6;
}

.chapter ul li {
    float: left;
    font-size: 14px;
    color: #686868;
    width: 346px;
    text-align: center;
    margin-top: 10px;
}

.chapter ul li .up {
    background: url(../img/n-lefticon.png) no-repeat left;
    padding-left: 20px;
}

.chapter ul li .under {
    background: url(../img/n-righticon.png) no-repeat right;
    padding-right: 20px;
}

.chapter ul li .in {
    background: url(../img/n-listicon.png) no-repeat left;
    padding-left: 30px;
}

.segmentation {
    border-left: 1px solid #b9b7b7;
    border-right: 1px solid #b9b7b7;
}

.case-list {
    margin-top: 40px;
}

.case-list li {
    float: left;
    width: 360px;
    margin: 0px 20px 30px 20px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    transition: all 0.3s;
}

.case-list li:hover {
    transform: translateY(-10px);
}

.case-list li .list-img {
    width: 100%;
}

.case-list li h1 {
    color: #3b3939;
    font-size: 16px;
    padding: 20px 10px 5px 10px;
    border-bottom: 1px dashed #e5e5e5;
}

.case-list li .dsp {
    color: #939191;
    font-size: 14px;
    padding: 0 10px;
    margin-top: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
}

.case-list li .text-box {
    padding: 0 10px 15px 10px;
}

.case-list li .text-box p {
    margin-right: 30px;
   /*  float: left; */
    margin-top: 10px;
}

.case-list li .text-box p img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}

.case-list li .text-box p span {
    display: inline-block;
    vertical-align: middle;
    color: #939191;
    font-size: 14px;
}


.city-picker-selector {
    text-align: center;
    margin-top: 30px;
}


.city-picker-selector .selector-item {
    border: 1px solid #ccc;
    width: 200px;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    margin-left: 20px;
    position: relative
}

.city-picker-selector .selector-item:first-child {
    margin-left: 0
}

.city-picker-selector .selector-item:after {
    content: '';
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-top: 6px solid #ccc;
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 15px;
    right: 5px
}

.city-picker-selector .selector-name {
    color: #333;
    font-size: 16px;
    display: block;
    text-indent: 5%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.city-picker-selector .selector-name:hover {
    background-color: #fdfdfd
}

.city-picker-selector .selector-name.df-color {
    color: #999
}

.city-picker-selector .selector-name.forbid {
    cursor: default
}

.city-picker-selector .selector-name.disabled {
    background-color: #eef1f6;
    cursor: not-allowed
}

.city-picker-selector .selector-list {
    border: 1px solid #ccc;
    background: #fff;
    width: 100%;
    position: absolute;
    top: 36px;
    left: -1px;
    z-index: 1;
    transition-duration: 400ms;
    transform: translateY(0);
    opacity: 1;
    visibility: visible
}

.city-picker-selector .selector-list.hide {
    transform: translateY(-2%);
    opacity: 0;
    visibility: hidden
}

.city-picker-selector ul {
    max-height: 160px;
    overflow-x: hidden;
    overflow-y: auto
}

.city-picker-selector li {
    border-top: 1px solid #ccc;
    color: #333;
    cursor: pointer;
    width: 90%;
    padding: 0 5%;
    height: 30px;
    line-height: 30px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.city-picker-selector li:first-child {
    border-top: none
}

.city-picker-selector li.caller:hover {
    background: #f5f5f5
}

.city-picker-selector li.caller.active,
.city-picker-selector li.caller.active:hover {
    background: #16b4ff;
    color: #fff
}

.city-picker-selector li.forbid {
    color: #999;
    font-size: 14px;
    cursor: not-allowed
}

.city-picker-selector .selector-search {
    border: 1px solid #ccc;
    border-top: none;
    background: #f8f8f8;
    font-size: 0;
    padding: 10px;
    height: 28px;
    margin-left: -1px;
    margin-right: -1px
}

.city-picker-selector .input-search {
    border: 1px solid #ccc;
    border-radius: 5px;
    color: #333;
    font-size: 14px;
    width: 100%;
    height: 26px;
    line-height: 26px\9;
    padding: 0;
    text-indent: 5px
}

.city-picker-selector .input-search:focus {
    outline: none
}

.slide-nav {
    width: 257px;
}

.slide-nav h1 {
    font-size: 20px;
    color: #fff;
    text-align: center;
    line-height: 60px;
    background: #076ce0;
}

.all-box {
    margin-top: 25px;
    padding-bottom: 30px;
}

.slide-nav ul {
    background: #fff;
    padding: 0 10px;
}

.slide-nav ul li a {
    position: relative;
    display: block;
    font-size: 16px;
    color: #333333;
    line-height: 40px;
    border-bottom: 1px dashed #ebebeb;
}

.slide-nav ul li {
    position: relative;
}

.slide-nav ul li a.active {
    color: #16b4ff;
}

.desc-box {
    width: 890px;
    background: #fff;
    padding: 10px;

    font-size: 14px;
    color: #666666;
    line-height: 30px;
    text-indent: 2em;
}

.desc-box .name span {
    display: inline-block;
    line-height: 50px;
    padding: 0 30px;
    border-bottom: 1px solid #16b4ff;
    font-size: 16px;
    color: #16b4ff;text-indent: 0;
}

.desc-box .name {
    border-bottom: 1px solid #ebebeb;
}

.dsp-box .switch-bar li a {
    display: block;
    color: #16b4ff;
    font-size: 12px;
    text-align: center;
    line-height: 30px;
    border: 1px solid #16b4ff;
    width: 140px;
}

.dsp-box .switch-bar li {
    display: inline-block;
}

.dsp-box .switch-bar {
    text-align: center;
    font-size: 0;
}

.dsp-box .switch-bar li a.active {
    color: #fff;
    background: #16b4ff;
}

.dsp-box {
    margin-top: 30px;
    padding: 0px 30px;
}

.down-list {

    margin-top: 40px;
}

.down-list li {
    overflow: hidden;
    line-height: 30px;
    border-bottom: 1px dashed #ebebeb;
}

.down-list li span {
    color: #666666;
}

.down-list li span img {
    vertical-align: middle;
    display: inline-block;
    margin-right: 5px;
}

.down-list li .down {
    color: #16b4ff;
}

.partner li {
    float: left;
    width: 178px;
    border: 1px solid #ebebeb;
    margin-right: 22px;
    margin-bottom: 40px;
}

.partner li img {
    width: 100%;
}

.slide-nav .nav-drop li a {
    display: block;
    color: #808080;
    font-size: 14px;
    padding-left: 15px;
    line-height: 38px;
    border: none;
}

.dsp-box .article-dsp {
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    text-indent: 2em;
}
.showbox.active{
    visibility: visible !important;
    opacity: 1 !important;
}
#showbox {
    width: 528px;
    height: 204px;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    z-index: 999999999999;
    margin: 0px;
    padding: 0px;
   visibility: hidden;
   opacity: 0;
    background-image: url(../img/closebar.png);
    position: fixed;
    left: 50%;
    top: 50%;
    margin-top: -102px;
    margin-left: -264px;
    transition: all 0.3s;
}


.mp_close {
    float: right;
    margin-top: 3px;
}
.layer-bg.active{
   display: block !important;
    opacity: 1 !important;
}
.mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.29;
    filter: alpha(opacity=29);
    z-index: 999999998;
    display: none
}

.showbox2 {
    width: 286px;
    float: right;
    margin-right: 10px;
    padding-top: 10px;
}

.showbox2 .comdiv {
    text-align: left
}

.password_input {
    height: 28px;
    line-height: 28px;
    border: 1px #eee solid;
    float: left;
    width: 190px;
    padding: 0 5px;
    font-family: "微软雅黑";
    color: #666;
}

.password_btn {
    text-align: center;
    line-height: 30px;
    float: left;
    width: 80px;
    border: none;
    height: 30px;
    background-color: #16b4ff;
    font-size: 14px;
    color: #fff;
}

/* 荣誉资质 */
.slide-carousel {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.slide-carousel .item-list {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.slide-carousel .item-list li .item-content {
  width: 100%;
  height: 100%;
}
.slide-carousel .item-list li .item-content a {
  display: block;
  width: 100%;
  height: 100%;
}
.slide-carousel .item-list li .item-content a .cover-img {
  /* width: 100%; */
  height: 100%;
   margin: 0 auto;
}
.slide-carousel .indicator-list {
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-left: -63px;
  z-index: 100;
}
.slide-carousel .indicator-list a {
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 2px solid #fff;
  border-radius: 50%;
  overflow: hidden;
  background-color: #ccc;
  margin-left: 5px;
}
.slide-carousel .indicator-list a.selected {
  border-color: #ff6700;
  background-color: #5fff92;
}
.slide-carousel .controls {
  opacity: 0;
}
.slide-carousel .controls a {
  cursor: pointer;
  text-decoration: none;
  width: 40px;
  height: 60px;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 35px;
  padding-top: 25px;
  z-index: 2;
}
.slide-carousel .controls a:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.slide-carousel .controls .item-prev {
  top: 50%;
  left: 0;
  margin-top: -42px;
}
.slide-carousel .controls .item-next {
  top: 50%;
  right: 0;
  margin-top: -42px;
}
.slide-carousel .desc {
  height: 72px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 99;
}
.slide-carousel .desc strong {
  color: #fff;
  font-size: 20px;
  line-height: 72px;
  margin-left: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.slide-carousel:hover .controls {
  opacity: 1;
  transition: opacity 0.5s ease;
}

 .slide-carousel {
  margin-bottom: 20px;
  height: 300px;
}
.slide-3d .desc {
  display: none;
}
.slide-3d .item-list li {
  width: 400px;
  height: 300px;
  transition: all 0.5s ease-out;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
 .slide-3d .item-list li.item0 {
  transform: translate3d(-225px, 0, 0) scale(0.8);
}
 .slide-3d .item-list li.item1 {
  transform: translate3d(0, 0, 0) scale(0.8);
  transform-origin: 0 50%;
  opacity: 1;
  z-index: 2;
}
 .slide-3d .item-list li.item2 {
  transform: translate3d(225px, 0, 0) scale(1);
  transform-origin: 0 50%;
  opacity: 1;
  z-index: 3;
}
 .slide-3d .item-list li.item3 {
  transform: translate3d(450px, 0, 0) scale(0.8);
  transform-origin: 100% 50%;
  opacity: 1;
  z-index: 2;
}
 .slide-3d .item-list li.item4 {
  transform: translate3d(675px, 0, 0) scale(0.8);
}
 .slide-3d .item-list li.item5 {
  transform: translate3d(900px, 0, 0) scale(0.8);
}
 .slide-3d .item-list li.item6 {
  transform: translate3d(1125px, 0, 0) scale(0.8);
}
 .slide-3d .item-list li.item7 {
  transform: translate3d(1350px, 0, 0) scale(0.8);
}
 .slide-3d .item-list li.item8 {
  transform: translate3d(1575px, 0, 0) scale(0.8);
}
 .slide-3d .item-list li.item9 {
  transform: translate3d(1800px, 0, 0) scale(0.8);
}

.cus-ipt{
    width: 250px;
    height: 36px;
    line-height: 36px;
    padding-left: 5px;
    /* margin-right: 45px; */

}
.cus-text{
    width: 776px;
    padding: 5px;
}
.cus-sub{
    width:785px;
    line-height: 30px;
    border-radius: 3px;
    background: #16b4ff;
    text-align: center;
    height: 30px;
    border: none;
    color: #fff;
}
.cus-form p{
    margin-bottom: 22px;
}
.remind b{
    color: #333;
}
.remind{
    font-size: 12px;
    color: #666;
    margin-bottom: 40px;
}
.fl.foot-title.action_d.scroll-left a {
    color: #fff;
}

