﻿@import url("/shpt/assets/iconfont/iconfont.css");
@import "https://at.alicdn.com/t/font_178760_8g94hx64868.css";
.iconfont{font-size: inherit;line-height: 1;-webkit-text-stroke-width:0;}
a{-webkit-transition: all .15s ease-in-out; transition: all .15s ease-in-out;}
a:hover,a:focus{text-decoration: none; color: #0069c5;}
#skip{height: 0; overflow: hidden;}

body {
    background: #ebeff1;
    font-size: 14px !important;
}
table td {
    vertical-align: middle !important;
    word-wrap: break-word;
    word-break: break-all;
}
[disabled] {
    cursor: not-allowed;
}
a[disabled] {
    color: #666;
}
/* 氓驴鈩⒚┧喡ッ︹�櫬柯矫⑺喡睹Ｆ掆�毭�︹�好柯矫︹�撯�犆⑩�澟久⑩�樎疵︹�櫬伱ｂ�灺⒚柯矫ヂヂッ柯� */
.text-primary{
    color: #0069c5!important;
}
.text-success{
    color: #66bb6a!important;
}
.text-error{
    color: #f15a5d!important;
}
.text-info{
    color: #42a5f5!important;
}
.text-warning{
    color: #ffa726!important;
}
.text-orange{
    color: #ff7043!important;
}
.text-purple{
    color: #5c6bc0!important;
}
.text-pink{
    color: #ec407a!important;
}
.text-blue {
    color: #0069c5!important;
}
.text-default {
    color: #444 !important;
}
.text-white {
    color: #fff !important;
}
/* 氓驴鈩⒚ㄢ�扳�斆┧喡ッ︹�∨犆⑩�澛久柯矫β柯� */
.btn {
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.2);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.btn:hover {
    box-shadow: 0 4px 7px rgba(0,0,0,0.25);
}
.btn-primary{
    color: #fff;
    background-color: #0069c5;
    border-color: #0069c5;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active{
    background-color:#0070d1!important;
    border-color:#0070d1!important;
}
.btn-info{
    color: #fff;
    background-color: #20a0e4;
    border-color: #20a0e4;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active{
    background-color:#22a8f0!important;
    border-color:#22a8f0!important;
}
.btn-cyan-blue{
    color: #fff;
    background-color: #23b6c8;
    border-color: #23b6c8;
}
.btn-cyan-blue:hover,
.btn-cyan-blue:focus,
.btn-cyan-blue.focus,
.btn-cyan-blue:active,
.btn-cyan-blue.active{
    color: #fff;
    background-color:#24bfd4!important;
    border-color:#24bfd4!important;
}
.btn-blue{
    color: #fff;
    background-color: #0069c5;
    border-color: #0069c5;
}
.btn-blue:hover,
.btn-blue:focus,
.btn-blue.focus,
.btn-blue:active,
.btn-blue.active{
    color: #fff;
    background-color:#368DDA!important;
    border-color:#368DDA!important;
}
.btn-success{
    color: #fff;
    background-color: #66bb6a;
    border-color: #66bb6a;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active{
    background-color:#6dc772;
    border-color:#6dc772;
}

.btn-danger{
    color: #fff;
    background-color: #f15a5d;
    border-color: #f15a5d;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active{
    background-color:#ff5e61;
    border-color:#ff5e61;
}
.btn-orange{
    color: #fff;
    background-color: #ff7043;
    border-color: #ff7043;
}
.btn-orange:hover,
.btn-orange:focus,
.btn-orange.focus,
.btn-orange:active,
.btn-orange.active{
    color: #fff;
    background-color:#ff855f;
    border-color:#ff855f;
}
.btn-yellow{
    color: #fff;
    background-color: #ffa726;
    border-color: #ffa726;
}
.btn-yellow:hover,
.btn-yellow:focus,
.btn-yellow.focus,
.btn-yellow:active,
.btn-yellow.active{
    color: #fff;
    background-color:#ffbe5f;
    border-color:#ffbe5f;
}
.btn-purple{
    color: #fff;
    background-color: #5c6bc0;
    border-color: #5c6bc0;
}
.btn-purple:hover,
.btn-purple:focus,
.btn-purple.focus,
.btn-purple:active,
.btn-purple.active{
    color: #fff;
    background-color:#7987D8;
    border-color:#7987D8;
}
.btn-pink{
    color: #fff;
    background-color: #ec407a;
    border-color: #ec407a;
}
.btn-pink:hover,
.btn-pink:focus,
.btn-pink.focus,
.btn-pink:active,
.btn-pink.active{
    color: #fff;
    background-color:#EE6090;
    border-color:#EE6090;
}
.btn-white {
    background-color: #fff;
    border: 0;
}
.btn-default:hover {
    background: #fff;
}

ul.btnicon-lg li{
    text-align: center;
}
ul.btnicon-lg li a{
    padding-top: 14px;
    padding-bottom: 6px;
    display: block;
}

ul.btnicon-lg li a:active{
    background: #efefef;
}
ul.btnicon-lg li a i.iconfont{
    font-size: 38px;
}
ul.btnicon-lg li a p{
    margin-top: 15px;
    color: #444;
}

ul.btn-line li a.btn{
    box-shadow: none;
    border-color: #ebebeb;
}
ul.btn-line li a.btn:hover{
    border-color: #ddd;
    background-color: transparent;
    box-shadow: 0 4px 7px rgba(0,0,0,0.1);
}


/* 氓驴鈩� 茅藛楼芒藛露卯啪聽卯鈥灺幻柯� */
.label{
    line-height: 16px;
}
.label-primary{
    background-color:#42a5f5;
}
.label-success{
    background-color:#66bb6a;
}
.label-warning{
    background-color:#ffa726;
}
.label-info{
    background-color:#26c6da;
}
/* 猫艗鈥γ伮好ヅ锯�灻ヂ库劉猫聛潞茅漏麓 */
.panel {
    position: relative;
    overflow: hidden;
    border:0;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

.panel:hover {
    box-shadow: 0 10px 20px 0 rgba(168,182,191,.6);
}

.panel-title1 {
    padding: 0 0 12px 0;
    margin: 0 5px;
    overflow: hidden;
    letter-spacing: 1px;
    font-weight: bold;
    font-size: 20px;
    color: #0069c5;
    border-bottom: 1px solid #ebebeb;
}

.panel-title1 i {
    float: left;
    font-size: 22px;
    margin-right: 5px;
    margin-top: 2px;
    font-weight: normal;
}
.panel-title1 small.text-muted{
    color: #999;
    margin-left: 10px;
}
.panel-title1 .tab-link{
    float: right;
    margin: 0;
    position: inherit;
}

.panel-title1 .tab-link a{
    padding: 0 15px;
    font-weight: normal;
    font-size: 14px;
    border-left: 1px solid #ddd;
}
.panel-title1 .tab-link a:first-child{
    border-left: 0;
}
.panel-title1 .tab-link a:last-child{
    padding-right: 0;
}


.panel-vertical .panel-title{
    float: left;
    width: 66px;
    border-right: 1px solid #ebebeb;
}
.panel-vertical .panel-title h2{
    margin: 8px 20px 0 20px;
    padding: 15px 0 24px 0;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    color: #0069c5;
}
.panel-vertical .panel-title h2 a i {
    display: block;
    padding-bottom: 5px;
    font-size: 28px;
}
.panel-vertical .panel-body{
    float: left;
    width: 85%;
}
.panel-vertical .panel-body h3{
    margin: 10px 0;
    font-weight: bold;
    font-size: 18px;
}

/* 忙掳鈥溍ヂ嵚っ┧喡ッ幝趁Ｂ伮⒚ニ溑矫�灺济⑩�澟久β锯�好⑩�櫯∶幝裁β锯�好βＢ得柯� 茅藛楼芒藛露芒鈥澟久⑩�樎好柯� */
.panel-heading2 {
    margin: 20px;
    border-bottom: 2px solid #e6e6e6;
}
.panel-heading2 .panel-title {
    position: absolute;
    left: 50%;
    margin-left: -75px;
    padding: 0 15px;
    overflow: hidden;
    letter-spacing: 1px;
    font-weight: bold;
    font-size: 22px;
    color: #0069c5;
    background: #fff;
}
.panel-heading2 .panel-title i {
    margin-right: 5px;
}

/* 氓驴鈩� 茅藛楼芒藛露芒鈥澟久⑩�樎好柯� */
.page-header-1 h4 {
    padding: 0 15px;
    font-size: 16px;
    border-left: 3px solid #0069c5;
    color: #0069c5;
    margin-top:30px !important;
}
.page-header-1 h3 {
    padding: 0 20px;
    font-size: 18px;
    color: #0069c5;
    border-left: 4px solid #0069c5;
}
.page-header-1 h3 a {
    color: #0069c5;
}
.page-header-1 h4 small {
    margin-left: 15px;
}
.page-header-2 {
    margin-top: 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #ebebeb;
}
.page-header-2 h3 {
    display: inline;
    padding: 10px 15px 16px;
    font-size: 16px;
    color: #0069c5;
    border-bottom: solid 2px #005daf;
}
.page-header-2 a {
    padding-bottom: 0;
    border-bottom: 0;
}
.page-header-2 a.pull-right {
    font-weight: 500;
}
.tab-link{
    position: absolute;
    top: 0;
    right: 0;
}
.tab-link a{
    padding: 0 12px;
    border-left: 1px solid #ebebeb;
}
.tab-link a:first-child{
    border-left: 0;
}


/* TAB氓驴鈩� 茅藛楼芒藛露卯啪聽卯鈥灺幻柯� */
ul.nav-pills{
    background-color: #f4f2f5;
}
ul.nav-pills li:first-child{
    border-top-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    overflow: hidden;
}
ul.nav-pills li:last-child{
    border-top-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    overflow: hidden;
}
.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover{
    background-color: #0069c5;
}

ul.nav-tabs.nav-line{
    padding-bottom: 1px;
    border-bottom: 1px solid #ebebeb;
}
ul.nav-tabs.nav-line>li>a{
    padding: 0 15px 13px;
    font-size: 16px;
    border-bottom: 2px solid transition;
}
ul.nav-tabs.nav-line>li.active>a{
    padding: 0 15px 13px;
    font-weight: bold;
    font-size: 16px;
    border-bottom: 2px solid #0069c5;
    color: #0069c5;
}


/* 莽鈥郝裁β脚久ㄢ�扳�斆ㄅ铰矫β脚久β愨�毭ㄅ掆�γヅ锯�灻┧喡ッβ徝⑩�澟久ぢ铰裁柯矫β郝嵜柯� 茅藛楼芒藛露卯鸥艩卯鈥÷访柯� */
.panel-fast{
    margin-bottom: 30px;
    background-color: #fff;
    border-bottom: 1px solid #dee0e2;
}
.panel-fast-body{
    padding: 50px 0;
    background: url(../images/fast-ms.png) right no-repeat;
}
.panel-fast-body p{
    margin: 15px 0;
    font-size:28px;
    color: #666;
}

/* 忙掳鈥溍ㄢ�斺�好┧喡ッ︹�撯�犆概犆兟访柯� */

.uli14 li{
    padding: 6px 0 6px 15px;
    background: url(../images/dot-circle.png) 0 center no-repeat;
}

.uli14 li a{
   font-size: 18px;
    color: #000;
    font-weight: bold;
    line-height: 45px;
}
.uli14 li a:hover{
    color: #0069c5;
}

/* 忙掳鈥溍β脚久伮β扳�溍伮仿β扳�溍ㄢ�斺�好┧喡ッ︹�撯�犆概犆兟访柯� */
.hotnews .uli14 span {
    margin: 4px 5px 0 10px;
    float: left;
    width: 15px;
    height: 15px;
    font-size: 12px;
    line-height: 15px;
    background-color: #a8b2be;
    color: #fff;
    text-align: center;
}

.hotnews .uli14 span.active {
    background-color: #20a0e4;
}

.hotnews .uli14 li {
    padding: 6px 10px;
    background: none;
}
.owl-carousel .owl-item img:hover {
    opacity: 1;
}
/* 猫沤陆莽娄鈥灻┧喡ッ伮幻Ｆ掆�毭︹�炂捗モ�撀⒚Ｆ掆�姑モ�斅徝柯矫︹�撯�犆概犆兟访柯� */
.complex-list li{
    padding: 14px 0 !important;
    border-top: 1px dashed #ebebeb;
    background: none !important;
    overflow: hidden;
}
.complex-list li:first-child{
    border-top: 0;
}

.complex-list li .label{
    float: left;
    margin-right: 10px;
}
.complex-list li a{
    float: left;
    width: 50%;
}
.complex-list li>span{
    float: right;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}
.complex-list li span i{
    margin-right: 3px;
}

.complex-list li .time{
    width: 30%;
}
.complex-list li .address{
    width: 20%;
}

.dotted-list{
    margin: 0 5px;
    padding: 0;
}
.dotted-list li{
    padding: 13px 0;
    float: left;
    border-bottom: 1px dashed #ebebeb;
}
.dotted-list li:nth-last-of-type(1),
.dotted-list li:nth-last-of-type(2),
.dotted-list li:nth-last-of-type(3){
    border-bottom: 0;
}
.dotted-list li a{
    color: #444;
}
.dotted-list li a:hover{
    color: #0069c5;
}
/* 氓驴鈩⒚┧喡ッβㄢ劉忙潞聧卯鸥艩脦虏盲录卤茫茠鈥姑モ�斅徝柯矫︹�撯�犆概犆兟访柯� */
.summary-list{
    padding: 0;
}
.summary-list li{
    padding:8px 0;
    border-bottom: 1px dashed #ebebeb;
}
.summary-list li:last-child{
    border-bottom: 0;
}

.summary-list li h4 a{
    font-size: 16px;
    color: #444;
}
.summary-list li h4 a:hover{
    color: #0069c5;
}
.summary-list li p{
    color: #999;
}

/* 忙掳鈥溍碘�毭ヂㄢ�灻ヂ库劉 茅藛楼芒藛露卯啪聽卯鈥灺幻ぢ光�γ幝得ε解�犆柯矫︹�∨犆⑩�澛久柯矫β�犈∶Ｆ掆�姑モ�斅徝柯矫︹�撯�犆概犆兟访柯� */
.list-labelbtn{
    padding: 10px 0;
}

.list-labelbtn li{
    overflow: hidden;
}

.list-labelbtn li>a{
    width: 85%;
}
.list-labelbtn li span{
    position: absolute;
    right: 0;
    top: 5px;
}
.list-labelbtn li span a{
    margin-left: 5px;
    padding: 1px 10px;
    float: left;
    width: auto;
    box-shadow: none;
    border: 1px solid #ebebeb;
}
.list-labelbtn li span a:first-child{
    margin-left: 0;
}
.list-labelbtn li span a:hover{
    box-shadow: 0 2px 4px rgba(0,0,0,0.25);
}



/* 忙掳鈥溍ㄢ�奥� 忙掳鈥溍伮仿β扳�溍ㄢ�斺�好┧喡ッ犫�犆Ｂ伮⒚┢捖澝柯� */
.btn-float {
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    border: none;
    font-size: 24px;
    color: #fff;
    text-align: center;
    position: relative;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.11);
}

.btn-float:hover,.btn-float:focus {
    color: #fff;
    text-decoration: none;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15), 0 4px 15px rgba(0, 0, 0, 0.13);
}

.btn-float:active, .btn-float:focus {
    outline: none;
}

.yellow {
    background: #ffa000;
}

.red {
    background: #e32428;
}

.green {
    background: #58c307;
}

.blue {
    background: #20a0e4;
}
.cyan-blue {
    background: #00b9db;
}
.pink {
    background: #f15a5d;
}
.icon-bars {
    background: #fff;
    height: 2px;
    width: 22px;
    margin: auto;
    display: block;
    position: relative;
    position: absolute;
    top: 24px;
    right: 14px;
    -moz-transition: 0.3s 0.3s;
    -o-transition: 0.3s 0.3s;
    -webkit-transition: 0.3s;
    -webkit-transition-delay: 0.3s;
    -webkit-transition: 0.3s 0.3s;
    transition: 0.3s 0.3s;
}

.icon-bars:after {
    content: '';
    position: absolute;
    height: 22px;
    width: 2px;
    background: #fff;
    top: -10px;
    left: 10px;
}

.float-btn-group {
    z-index: 999;
    position: fixed;
    right: 30px;
    bottom: 20px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.float-btn-group .btn-triger {
    z-index: 15;
    float: left;
}

.float-btn-group .btn-list {
    position: absolute;
    right: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.float-btn-group .btn-list li {
    display: inline-block;
}

.float-btn-group.open .icon-bars {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.float-btn-group .icon-bars {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.float-btn-group .btn-list .btn-float {
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
    -ms-transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
}

.float-btn-group .btn-list .btn-float:nth-child(1) {
    -moz-transition: 0.2s 0.3s;
    -o-transition: 0.2s 0.3s;
    -webkit-transition: 0.2s;
    -webkit-transition-delay: 0.3s;
    -webkit-transition: 0.2s 0.3s;
    transition: 0.2s 0.3s;
}

.float-btn-group .btn-list .btn-float:nth-child(2) {
    -moz-transition: 0.2s 0.5s;
    -o-transition: 0.2s 0.5s;
    -webkit-transition: 0.2s;
    -webkit-transition-delay: 0.5s;
    -webkit-transition: 0.2s 0.5s;
    transition: 0.2s 0.5s;
}

.float-btn-group .btn-list .btn-float:nth-child(3) {
    -moz-transition: 0.2s 0.7s;
    -o-transition: 0.2s 0.7s;
    -webkit-transition: 0.2s;
    -webkit-transition-delay: 0.7s;
    -webkit-transition: 0.2s 0.7s;
    transition: 0.2s 0.7s;
}

.float-btn-group .btn-list .btn-float:nth-child(4) {
    -moz-transition: 0.2s 0.92s;
    -o-transition: 0.2s 0.92s;
    -webkit-transition: 0.2s;
    -webkit-transition-delay: 0.92s;
    -webkit-transition: 0.2s 0.92s;
    transition: 0.2s 0.92s;
}

.float-btn-group.open .btn-list .btn-float {
    opacity: 1;
    -ms-transform: scale(0.9, 0.9);
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
}

.float-btn-group.open .btn-list .btn-float:nth-child(1) {
    top: -275px;
    -moz-transition: 0.2s 0.9s;
    -o-transition: 0.2s 0.9s;
    -webkit-transition: 0.2s;
    -webkit-transition-delay: 0.9s;
    -webkit-transition: 0.2s 0.9s;
    transition: 0.2s 0.9s;

}

.float-btn-group.open .btn-list .btn-float:nth-child(2) {
    top: -220px;
    -moz-transition: 0.2s 0.7s;
    -o-transition: 0.2s 0.7s;
    -webkit-transition: 0.2s;
    -webkit-transition-delay: 0.7s;
    -webkit-transition: 0.2s 0.7s;
    transition: 0.2s 0.7s;
}

.float-btn-group.open .btn-list .btn-float:nth-child(3) {
    top: -165px;
    -moz-transition: 0.2s 0.5s;
    -o-transition: 0.2s 0.5s;
    -webkit-transition: 0.2s;
    -webkit-transition-delay: 0.5s;
    -webkit-transition: 0.2s 0.5s;
    transition: 0.2s 0.5s;
}

.float-btn-group.open .btn-list .btn-float:nth-child(4) {
    top: -110px;
    -moz-transition: 0.2s 0.5s;
    -o-transition: 0.2s 0.5s;
    -webkit-transition: 0.2s;
    -webkit-transition-delay: 0.5s;
    -webkit-transition: 0.2s 0.5s;
    transition: 0.2s 0.5s;
}

.float-btn-group.open .btn-list .btn-float:nth-child(5) {
    top: -55px;
    -moz-transition: 0.2s 0.3s;
    -o-transition: 0.2s 0.3s;
    -webkit-transition: 0.2s;
    -webkit-transition-delay: 0.3s;
    -webkit-transition: 0.2s 0.3s;
    transition: 0.2s 0.3s;
}
.line-clamp3 {
    height: 59px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* 猫沤陆茅鈩⑩�犆┧喡ッβ徝韭犆�毰该ヅ犫�懊β扳�溍ㄢ�扳劉忙沤鲁忙掳鈥溍┧喡ッ┢捖澝柯� */
#header {
    min-height: 80px;
}
body.nav-open {
    overflow: hidden;
}

body.nav-open .sitemap {
    height: auto;
    overflow: inherit;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

body.nav-open .navbar-toggle {
    box-shadow: none;
}

body.nav-open .navbar-toggle:before {
    width: 3600px;
    height: 3600px;
    background-color: rgba(0, 0, 0, 0.8);
}

body.nav-open .navbar-toggle .icon {
    width: 0;
}

body.nav-open .navbar-toggle .icon:before {
    -webkit-transform: translateY(9px) rotate(45deg);
    -ms-transform: translateY(9px) rotate(45deg);
    transform: translateY(9px) rotate(45deg);
}

body.nav-open .navbar-toggle .icon:after {
    -webkit-transform: translateY(-9px) rotate(-45deg);
    -ms-transform: translateY(-9px) rotate(-45deg);
    transform: translateY(-9px) rotate(-45deg);
}
.dropdown-menu {
    z-index: 998;
}
.destroy-overflow {
    overflow: inherit;
}
.navbar-toggle {
    width: 50px;
    height: 50px;
    z-index: 2;
    border-radius: 50%;
    margin: 10px 0 0 0;
    position: absolute;
    cursor: pointer;
    -webkit-transition-duration: 0.55s;
    transition-duration: 0.55s;
    -webkit-transition-timing-function: swing;
    transition-timing-function: swing;
}

.navbar-toggle:before {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transition-duration: 0.55s;
    transition-duration: 0.55s;
    -webkit-transition-timing-function: swing;
    transition-timing-function: swing;
}

.navbar-toggle .icon {
    width: 22px;
    height: 3px;
    background-color: white;
    position: absolute;
    top: 28px;
    left: 15px;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    transiting-timing-function: swing;
}

.navbar-toggle .icon:before,
.navbar-toggle .icon:after {
    width: 22px;
    height: 3px;
    background-color: white;
    content: "";
    position: absolute;
    left: 0;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: swing;
    transition-timing-function: swing;
}

.navbar-toggle .icon:before {
    top: -9px;
}

.navbar-toggle .icon:after {
    top: 9px;
}

.navbar-toggle {
    border: 0;
}

.sitemap {
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    z-index: 9;
    padding: 0 20px;
    -webkit-transition-duration: 0.44s;
    transition-duration: 0.44s;
    -webkit-transition-timing-function: swing;
    transition-timing-function: swing;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

.sitemap-bg {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000;
    filter: alpha(opacity=80);
    z-index: 1;
    display: none;
}

.slogan {
    margin: -55px 60px 40px 60px;
    letter-spacing: 2px;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}

.slogan span + span {
    margin-left: 10px;
}

.panel-blue {
    background-color: #20a0e4;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
}

.panel-blue:hover {
    background-color: #158bca;
}

.panel-blue ul:hover li a {
    opacity: 0.5;
}

.panel-blue ul:hover li:hover a {
    opacity: 1;
}

.panel-blue ul li a {
    display: block;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
}

.panel-nav {
    min-height: 310px;
    padding: 10px 0;
}

.panel-nav:hover {
    box-shadow: none!important;
}

.panel-nav .panel-title {
    padding-left: 35px;
}

.panel-nav .panel-title a {
    font-size: 22px;
    color: #fff;
}

.sitemap-list {
    padding: 0;
}

.sitemap-list li {
    padding: 7px 0 7px 35px;
    width: 50%;
    float: left;
}

.sitemap-list li a {
    color: #fff;
}

.navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus {
    background-color: transparent;
}

.navbar .navbar-header {
    margin-left: 65px !important;
    margin-right: 50px !important;
}

.navbar .navbar-header h1 {
    min-width: 180px;
    margin-top: 15px;
}

.navbar-header a {
    letter-spacing: 2px;
    font-weight: bold;
    font-size: 24px;
    color: #fff;
}

.navbar-header a:hover,.navbar-header a:focus {
    color: #fff;
}

.navbar.navbar-inverse {
    position: absolute;
    z-index: 101;
    width: 100%;
    margin: 0;
    min-height: 80px;
    background-color: #0069c5;
    border-color: #0069c5;
    color: #fff;
    border-radius: 0;
    box-shadow: 0 5px 5px 0 rgba(0,0,0,0.1), 0 2px 6px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12);
}

.navbar-nav>li {
    float: left !important;
}

.navbar-nav>li>a {
    padding: 30px 15px !important;
    letter-spacing: 1px;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
}

.navbar-inverse .navbar-nav>li>a {
    color: #fff;
}

.navbar-icon>li>a {
    padding: 30px 10px !important;
}

.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
    background-color: rgba(255,255,255,0.2);
}

.navbar-icon li:first-child {
    position: static;
}

.search {
    width: 100%;
    border: 0;
}

.search button
, .search a {
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 25px;
    color: #0069c5;
    background: transparent;
    border: 0;
}

.search input {
    padding: 15px 0;
    width: 100%;
    border: 0;
    text-align: center;
    font-size: 16px;
    outline: none;
    background-color: transparent;
}
.text-ellipsis {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.page-header-1 a {
    border-left: 0 !important;
    padding-left: 0 !important;
    color: #0069c5;
}
.pagination li[disabled=disabled] {
    cursor: not-allowed;
}
.pagination select {
    margin: 0 5px;
}
.Article {
    padding: 20px 30px;
}
.Article-title {
    font-size: 26px;
    padding: 0 5%;
    color: #5f5f5f;
}
.Article_content {
    font-family: 'Microsoft YaHei',arial,helvetica,sans-serif;
}
.Article_content:before
, .Article_content:after {
    display: table;
    content: " ";
}
.Article_content:after {
    clear: both;
}
.Article_content table {
    width: 100% !important;
}
.Article_content p {
    text-align: justify;
    color: #5f5f5f;
}
.Article_content img {
    width: auto;
    max-width: 100%;
}
.Article_content img[src*="icon_doc.gif"] {
    display: inline-block;
    *display: inline;
    margin-right: 10px !important;
}
.Article_content object {
    display: block;
    margin: 0 auto;
}
.Article_content object embed {
    width: 100%;
}
/* 氓驴鈩⒚�溍┡♀�犆ヂ库劉茅藛搂卯茠聺盲录卤脦虏芒鈩⑩偓茂驴陆茂驴陆 */
#weChat .modal-dialog {
    width: 300px;
    margin-top: 15% !important;
    margin-left: auto;
    margin-right: auto;
}
.embed-responsive-zw {
    padding-bottom: 885px;
}
.embed-responsive-xw {
    padding-bottom: 835px;
}
.embed-responsive-ys {
    padding-bottom: 660px;
}
.embed-responsive-ms {
    padding-bottom: 735px;
}
/*-----猫艗鈥γヂㄢ�灻┧喡ッ︹�櫬伱⑩�澟久兟访柯�------------------------------------------------------------------------*/
.news-tab .nav-tabs.nav-info a {
    padding-left: 0 !important;
    padding-right: 0 !important;
    font-size: 16px !important;
}
.padding-top-6 {
    padding-top: 6px !important;
}
.margin-top-2 {
    margin-top: 2px !important;
}
.main-visual {
    height: 540px;
    margin: 0 auto 20px;
    overflow: hidden;
    background: url(../images/index-banner.jpg) no-repeat;
    background-size: 100% 540px;
}
.card-area {
    padding: 0;
    margin-top: 35px;
}
.card-area .card-item {
    z-index: 10;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1), z-index 0s 0.12s;
    position: relative;
    float: left;
    width: 25%;
    background-color: transparent;
    border: 1px solid #DBDBDD;
    margin-left: -1px;
}
.card-area .card-item .card {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1), z-index 0s 0.12s;
    width: 100%;
    height: 100%;
    text-align: center;
    background: #fff;
    position: relative;
}
.card-area .card-item .card>img{
    position: absolute;
    top: -7px;
    left: -7px;
    display: none;
}
.card-area  .card-item.active  .card>img{

    display: block;
}
.card-area .card-item .card .card-title {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1), z-index 0s 0.12s;
    top: 0;
}
.ali-product-img .circle-btn .btn {
    width: 45px;
    height: 45px;
    padding: 0;
    line-height: 40px;
    background: #b3b6b8;
    color: #eeeeef;
    font-size: 26px;
    border-radius: 100%;
}
.card-area .card>a {
    display: block;
}
.card-title {
    padding: 20px 0;
    background-color: #eeeeef;
}
.card-title h1 {
    font-size: 20px;
    font-weight: bold;
    color: #666;
}
.card-title .short-info {
    color: #999;
    margin-bottom: 0;
}
.card-content {
    padding: 5px 20px;
}
.content-first-list li {
    border-bottom: 1px dashed #e4e5e6;
}
.card-content .content-first-list li a{
    padding-top:13px;
}
/*.content-first-list li:last-child {
    border: 0;
}*/
.content-icon li a i {
    margin-right: 15px;
    font-size: 22px;
}
.card-content li {
    border-bottom: 1px dashed #e4e5e6;
}
.card-content li a {
    display: block;
    padding: 22px 0;
    font-size: 18px;
    color: #5b6265 !important;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.content-first ul li {
    float: left;
    width: 50%;
    padding: 0;
}
/*.content-first ul li.hidden {
    border: 0;
}*/
.card-area li.active {
    width: 50%;
    z-index: 100;
    margin-top: -15px;
    border: 1px solid #00c1de;
    box-shadow: 0 0 20px rgba(0, 198, 226, 0.5);
}
.card-area li.active .content-first ul li {
    width: 33.333%;
}
.card-area li.active .content-first ul li.hidden {
    display: block !important;
}
.card-area li.active .card-content .uli14 li {
    background: url(../images/dot-circle.png) 35px center no-repeat;
}
.card-area li.active .card-title {
    padding-top: 35px;
    background: #00c1de;
}
.card-area .sbg.active .card-title {
    background: url(../images/sbg.jpg) no-repeat;
}
.card-area li.active .card-content {
    padding-bottom: 20px;
}
.card-area li.active .ali-product-img .circle-btn .btn {
    background: #fff;
    color: #00c1de;
}
.card-area li.active .card-title h1 {
    color: #fff;
}
.card-area li.active i {
    color: #00c1de;
}
.card-area li.active .card-title .short-info {
    color: #F0F0F0;
}
.card-area li.active a:hover {
    color: #00c1de !important;
}
.index-sliders {
    padding: 20px 94px;
}
.index-sliders .item {
    position: relative;
    width: 174px;
    margin: 10px auto;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.index-sliders .item .card-open a {
    display: block;
    height: 155px;
    border-radius: 3px;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #ededed;
}
.index-sliders .item .card-open h5 {
    width: 80%;
    padding-left: 15px;
    color: #333;
    line-height: 25px;
}
.index-sliders .item .card-open i {
    width: 23px;
    height: 23px;
    line-height: 23px;
    text-align: center;
    color: #ccc;
    border-radius: 100%;
    border: 1px solid #ddd;
    position: absolute;
    right: 7px;
    bottom: 10px;
}
.index-sliders .item img {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.index-sliders .item:hover {
    box-shadow: 0 4px 7px rgba(0,0,0,0.25);
}
.index-sliders .owl-controls {
    margin: 0;
}
.index-sliders .owl-dots {
    display: none !important;
}
.index-sliders .owl-prev,
.index-sliders .owl-next {
    position: absolute;
    top: 35%;
    width: 40px;
    height: 40px;
    line-height: 34px;
    background: #a8b2be !important;
    border-radius: 50% !important;
    font-size: 20px !important;
}
.index-sliders .owl-prev {
    left: -70px;
}
.index-sliders .owl-next {
    right: -70px;
}
.public-post {
    margin-bottom: 5px;
}
.public-post span {
    position: relative;
    float: left;
    padding: 5px 12px;
    margin-right: 20px;
    background: #0069c5;
    color: #fff;
}
.public-post span:before {
    position: absolute;
    top: 25%;
    right: -15px;
    z-index: 9;
    content: "";
    border: 8px solid transparent;
    border-left-color: #0069c5;
}
.public-post .slider-text-1 {
    line-height: 34px;
    float: right;
    width: 85%;
}
.public-post .slider-text-1 .item {
    width: 90%;
}
.public-post .slider-text-1 .item a {
    max-width:80%;
    float:left;
    display: block;
    padding-left: 15px;
    /*width: 80%;*/
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: url(../images/dot-circle.png) left center no-repeat;
}
.chat a.circle-btn .btn {
    border: 1px solid #dfdfdf;
    color: #7e8486;
}
.chat a.circle-btn p {
    font-size: 16px !important;
    margin-top: 10px !important;
}
.ft-notice dt {
    float: left;
}
.ft-notice {
    margin: 25px 0 30px;
    background: #f5f5f5;
}
.ft-notice dt a {
    position: relative;
    display: block;
    padding: 15px 10px;
    background: #0069c5;
    /*background: #f15a5d;*/
    color: #fff;
    width: 80px;
    text-align: center;
    font-size: 18px;
    letter-spacing: 3px;
    font-weight: normal;
}
.ft-notice dt a:before {
    position: absolute;
    left: 0px;
    bottom: -10px;
    z-index: 9;
    content: "";
    /*border-top: 10px solid #f15a5d;*/
    border-top: 10px solid #0069c5;
    border-right: 15px solid transparent;
}
.ft-notice dd {
    padding-left: 80px;
}
.ft-notice dd a {
    display: block;
    max-height: 40px;
    margin: 10px 10px 5px;
    color: #393939;
    overflow: hidden;
}
.ft-notice dd p {
    font-size: 12px;
    color: #777;
    padding: 0 10px;
    margin-bottom: 0
}
.file-query .nav-tabs {
    margin: 5px 0 20px;
}
.file-query .nav-tabs li a {
    border: 0;
    margin-right: 0;
    padding: 5px 15px;
    color: #666;
    border-radius: 4px;
    border: 1px solid #fff;
}
.file-query .nav-tabs li a:hover,
.file-query .nav-tabs li a:focus,
.file-query .nav-tabs li.active a {
    border: 1px solid #0069c5;
    color: #0069c5 !important;
    background: none;
}
.file-query-serchar {
    position: relative;
}
.file-query-serchar input {
    height: 40px;
    padding-left: 30px;
    margin-bottom: 15px;
}
.file-query-serchar select {
    height: 40px;
    color: #8b91a0;
    margin-bottom: 15px;
}
.file-query-serchar i {
    position: absolute;
    left: 20px;
    top: 10px;
    font-size: 20px;
    color: #8b91a0;
}
.margin-top-20 {
    margin-top: 140px;
}
.weather span {
    line-height: 20px;
}
.weather iframe {
    float: left;
    height: 20px;
    width: 60%;
}
#modal-notice > div {
    margin-top: 80px;
}
#modal-notice .close {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #0069c5;
    opacity: 1;
    font-size: 36px;
}
/* 猫艗鈥γヂㄢ�灻┧喡ッ︹�櫬伱⑩�澟久兟访ヂ锯�斆戔偓茂驴陆莽聛潞脦鲁脩鈧柯矫βヂр�樏Ｆ掆�γβ嶁�撁柯� */
.panel-news {
    border-bottom: 1px dashed #ccc;
    margin-bottom: 21px;
    padding-bottom: 18px;
}

.panel-news-img {
    position: relative;
    float: left;
    width: 38%;
    text-align: center;
}

.panel-news-img:before {
    position: absolute;
    top: 46%;
    right: 0;
    z-index: 9;
    content: "";
    border: 10px solid transparent;
    border-right-color: #fff;
}

.panel-news-img img {
    max-width: inherit;
}
.panel-news-img.ImgCrop {
    width: 135px;
    height: 100px;
    overflow: hidden;
}

.panel-news-info {
    float: right;
    margin-bottom: 10px;
    width: 58%;
}

.panel-news-info h3 {
    margin: 0;
}

.panel-news-info h3 a {
    font-weight: bold;
    font-size: 16px;
    color: #20a0e4;
}

.panel-news-info dd a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
    font-size: 14px;
    color: #666;
}

.panel-news-info dd a:hover {
    color: #20a0e4;
}

.panel-news-info dd p {
    max-height: 40px;
    margin-bottom: 5px;
    font-size: 14px;
    color: #999;
    overflow: hidden;
}

.panel-news-info dd small {
    font-size: 12px;
    color: #999;
}

.panel-news .owl-controls {
    margin: 0;
}

.panel-news .owl-controls .owl-nav {
    top: 0;
}

.panel-news .owl-controls .owl-nav [class*=owl-] {
    margin: 0;
    padding: 0;
    font-size: 18px;
    background: transparent;
    color: #666;
}

.panel-news .owl-controls .owl-nav .owl-prev {
    left: auto;
    right: 24px;
}

/* 莽艗芦忙虏陇猫路炉忙掳鈥溍伮┧喡ッ︹�櫬伱嘎姑柯矫β锯�好βＢ得Ｆ掆�毭ヂ徛访︹�櫬伱幝得︹�欌偓氓碌艙茫茠鈥γ犫�γ柯� */
.home-service>div {
    padding: 22px 0 6px 0;
    border-left: 1px solid #ebebeb;
}

.home-service>div:first-child {
    border-left: 0;
}

.home-service .circle-btn p {
    font-size: 16px;
    color: #444;
}

.home-service .circle-btn .btn-info {
    width: 70px;
    height: 70px;
    line-height: 60px;
    background-color: #20a0e4;
    border: 0;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.home-service .circle-btn:hover .btn-info {
    background-color: #0069c5;
    box-shadow: 0 6px 6px rgba(0,0,0,0.15);
}
.home-service .circle-btn:hover p {
    color: #0069c5;
}


.home-service .btn-list {
    margin: 0 10px;
}

.home-service .btn-list a {
    padding: 5px 0;
    font-size: 14px;
    color: #999;
    text-align: center!important;
    box-shadow: none;
}

.home-service .btn-list a:hover {
    background-color: transparent!important;
}

.home-service .btn-list a:active {
    box-shadow: none;
}

.home-service .btn-list a i {
    margin-right: 3px;
}

/* 莽鈥郝裁碘�毭┧喡ッβ郝嵜⑩�澟久⑩�樎好β郝嵜Ｆ掆�姑モ�斅徝柯矫⑺喡睹幝裁ヂ蹬∶柯� */
.sliders1 {
    box-shadow: 0 1.5px 1px rgba(0,0,0,0.1);
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

.sliders1:hover {
    box-shadow: 0 10px 20px 0 rgba(168,182,191,.6);
}

.sliders1 .owl-item img {
    border-radius: 3px;
}

.sliders1 .owl-item img:hover {
    opacity: inherit;
}

.sliders1 h4 {
    width: 100%;
    position: absolute;
    top: 20px;
    letter-spacing: 2px;
    font-size: 24px;
    line-height: 38px;
    color: #fff;
    text-align: center;
}

.sliders1 a.btn {
    position: absolute;
    bottom: 80px;
    left: 50%;
    margin-left: -41px;
    color: #20a0e4;
}

.sliders1 a.btn:hover {
    color: #20a0e4;
}

.sliders1 .owl-dots {
    width: 100%;
    right: 0;
    bottom: 15px;
    text-align: center;
}

.sliders1 .owl-dots .owl-dot span {
    background: #bbb;
}

.sliders1 .owl-dots .owl-dot.active span,.owl-dots .owl-dot:hover span {
    background: #fff;
}

.sliders1 .owl-controls .owl-nav {
    top: auto;
    bottom: 50px;
    z-index: 2;
}

.sliders1 .owl-controls .owl-nav [class*=owl-] {
    font-size: 14px;
}

.sliders1 .owl-controls .owl-nav .owl-prev {
    left: 20%;
}

.sliders1 .owl-controls .owl-nav .owl-next {
    right: 20%;
}


/* 忙掳鈥溍伮┧喡ッβ徝韭Ｃ┾�溌懊柯� */
.panel-find {
    border: 0;
}

.panel-find .find-text {
    padding: 30px 25px;
    background-color: #f15a5d;
    color: #fff;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.panel-find .find-text p {
    margin-bottom: 20px;
    line-height: 24px;
}

.find-text .btn {
    background-color: #fff;
    color: #f15a5d;
}

@-webkit-keyframes flipOutYtest {
    from {
        -webkit-transform: perspective(1400px);
        transform: perspective(1400px);
    }

    40% {
        -webkit-transform: perspective(1400px) rotate3d(0, 1, 0, 60deg);
        transform: perspective(1400px) rotate3d(0, 1, 0, 60deg);
        opacity: 1;
    }

    50% {
        -webkit-transform: perspective(1400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(1400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }

    to {
        -webkit-transform: perspective(1400px) rotate3d(0, 1, 0, 180deg);
        transform: perspective(1400px) rotate3d(0, 1, 0, 180deg);
        opacity: 0;
    }
}

.test {
    -webkit-animation: flipOutYtest 0.75s linear;
    animation: flipOutYtest 0.75s linear;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes flipInYtest {
    from {
        -webkit-transform: perspective(1400px) rotate3d(0, 1, 0, -180deg);
        transform: perspective(1400px) rotate3d(0, 1, 0, -180deg);
        opacity: 0;
    }

    50% {
        -webkit-transform: perspective(1400px) rotate3d(0, 1, 0, -90deg);
        transform: perspective(1400px) rotate3d(0, 1, 0, -90deg);
        opacity: 0;
    }

    60% {
        -webkit-transform: perspective(1400px) rotate3d(0, 1, 0, -60deg);
        transform: perspective(1400px) rotate3d(0, 1, 0, -60deg);
        opacity: 1;
    }

    to {
        -webkit-transform: perspective(1400px);
        transform: perspective(1400px);
        opacity: 1;
    }
}

.test2 {
    -webkit-animation: flipInYtest 0.75s linear;
    animation: flipInYtest 0.75s linear;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.opposite{
    background-color: #fff\0;
    width: 100%;
    position: absolute;
    top: 0;
}
.opposite .test{
    display: none\0;
}

.find-card li .card-open a {
    display: block;
}

/* fixed stickUp */
.hack-stickUp {
    height: 1px;
    background-color: #0069c5;
}


/*-----氓驴鈩⒚ε铰趁┧喡ッβ徝戔偓茂驴陆忙戮鸥茂驴陆------------------------------------------------------------------------*/
ul.btn-focus{
    margin-top: 8px;
}

ul.btn-focus li a.btn{
    margin: 0 10px;
    padding: 18px 10px;
    font-weight: bold;
}
ul.btn-focus li a.btn p{
    margin: 10px 0 0 0;
    font-size: 18px;
}
ul.btn-focus li a i.iconfont{
    font-size: 48px;
    line-height: 1;
}
.special-service{
    padding: 0;
    margin: 0 5px;
}
.special-service li{
    position: relative;
    margin-left: 3.7333%;
    float: left;
    width: 22.2%;
}
.special-service li:first-child{
    margin-left: 0;
}

.special-service li img{
    border-radius: 3px;
}
.special-service li span{
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    width: 90px;
    height: 75px;
    padding: 15px 20px;
    margin-top: -45px;
    margin-left: -45px;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    overflow: hidden;
    color: #fff;
}

.special-service li i{
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    margin-top: -45px;
    margin-left: -45px;
    width: 90px;
    height: 90px;
    border-radius: 100%;
    opacity: 0.7;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}
.special-service li i.cyan-blue{
    background-color: #71abc9
}
.special-service li i.bule{
    background-color: #00729e;
}
.special-service li i.green{
    background-color: #35a77b
}
.special-service li i.yellow{
    background-color: #d3916b;
}
.special-service li a:hover i{
    opacity: 1;
    -webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -o-transform:scale(1.1);
}
.special-service li img{
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.special-service li a:hover img{
    -webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -o-transform:scale(1.1);
}
.special-service li p {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    margin-bottom: 0;
    padding: 5px;
    background: #434343;
    opacity: 0.8;
    color: #fff;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.yearbook{
    position: absolute;
    top: 0;
    right: 20px;
}
.yearbook h3{
    margin-right: 20px;
    float: left;
    font-weight: bold;
    font-size:16px;
    color: #0069c5;
}
.yearbook ul{
    padding: 0;
    margin-top: 15px;
    float: left;
    border-top: 1px solid #ebebeb;
}
.yearbook ul li{
    padding: 0 16px;
    float: left;
    text-align: center;
}
.yearbook ul li a{
    color: #444;
}
.yearbook ul li a:hover{
    color: #0069c5;
}


.yearbook ul li em{
    margin: -4px auto 5px auto;
    display: block;
    width: 8px;
    height: 8px;
    background-color: #0069c5;
    border-radius: 100%;
}

.postcard .nav-tabs{
    width: 23%;
    margin-right: 3%;
    float: left;
    border: 0;
}
.postcard .nav-tabs li{
    width: 100%;
    margin: 0;
    float: none;
    background-color: #f5f5f5;
    border-bottom: 1px solid #e9e9e9;
}
.postcard .nav-tabs li:last-child{
    border: 0;
}

.postcard .nav-tabs .postcard-title{
    margin-bottom: 10px;
    text-align: center;
    border: 0;
}
.postcard .nav-tabs .postcard-title a{
    padding: 20px 0;
    text-align: center;
    font-size: 20px;
    color: #fff;
    border-radius: 3px;
}
.postcard .nav-tabs a{
    margin-right: 0;
    text-align: right;
    border: 0;
    border-right: 2px solid transparent;
    border-radius: 0;
}

.postcard .nav-tabs a:hover,
.postcard .nav-tabs a:focus{
    background: none;
    border-color: transparent;
}
.postcard .nav-tabs .active a,
.postcard .nav-tabs .active a:hover,
.postcard .nav-tabs .active a:focus{
    border: 0;
    border-right: 2px solid #0069c5;
    background: transparent;
    color: #0069c5;
}
.postcard .nav-tabs a{
    font-size: 16px;
    color: #444;
}
.postcard .nav-tabs a p{
    font-size: 12px;
    color: #999;
}

.postcard .tab-content{
    float: left;
    width: 74%;
}
.postcard .tab-content img{
    border-radius: 3px;
    height: 377px;
}

.postcard .Slider-one .owl-dots{
    right: auto;
    width: 100%;
    text-align: center;
}
ul.charm-btn li{
    margin-bottom: 11px;
}
ul.charm-btn li a{
    padding: 16px 0;
    font-size: 18px;
    line-height: 52px;
}
ul.charm-btn li a span {
    margin-left: 15%;
}
ul.charm-btn li a i{
    margin-right: 15%;
    float: right;
    width: 52px;
    height: 52px;
    line-height: 52px!important;
    border-radius: 100%;
    font-size: 24px;
    color: #fff;
}
ul.charm-btn li a.blue,
ul.charm-btn li a.blue:hover{
    color: #20a0e4;
}
ul.charm-btn li a.blue i{
    background-color: #20a0e4;
}
ul.charm-btn li a.red,
ul.charm-btn li a.red:hover{
    color: #f15a5d;
}
ul.charm-btn li a.red i{
    background-color: #f15a5d;
}
ul.charm-btn li a.green,
ul.charm-btn li a.green:hover{
    color: #66bb6a;
}
ul.charm-btn li a.green i{
    background-color: #66bb6a;
}
ul.charm-btn li a.cyan-blue,
ul.charm-btn li a.cyan-blue:hover{
    color: #26c6da;
}
ul.charm-btn li a.cyan-blue i{
    background-color: #26c6da;
}
/* 氓驴鈩⒚ε铰趁┧喡ッβ徝戔偓茂驴陆忙戮鸥猫炉楼卯鈥÷访︹�毬该ヂ蹬撁Ｂ伮⒚ニ溑矫ヂ孤幻⑩�澟久⑩�樎好β郝嵜幝得︹�欌偓氓碌艙茫茠鈥γ犫�γ柯� */
.theme-service dl {
    overflow: hidden;
    border: 1px solid #ebebeb;
    border-radius: 4px;
}
.theme-service dl dt {
    background-color: #ebeff1;
    text-align: center;
    padding: 15px 0;
}
.theme-service dl dt a {
    padding: 0 20px;
    font-size: 18px;
    border-left: 1px solid #c7c7c7;
    border-right: 1px solid #c7c7c7;
}
.theme-service dl dd {
    overflow: hidden;
    padding: 17px 0;
    min-height: 166px;
}
.theme-service dl dd .btn {
    width: 80px;
    height: 80px;
    line-height: 70px;
    margin: 10px auto;
    border: 1px solid #ebebeb;
}
/* 氓驴鈩⒚ε铰趁┧喡ッβ徝戔偓茂驴陆忙戮鸥猫炉楼卯鈥÷访︹�毬该ヂ蹬撁幝得犅柯矫⑩�櫯∶概犆⑺溍柯矫伮幻Ｆ掆�γ犫�γ糕�姑嘎姑ヂ佲�溍佲�� */
.case-slider-blue a {
    background-color: #23b6c8 !important;
    font-weight: bold;
    font-size: 20px;
    padding: 25px 0;
}
.case-slider-blue a:hover {
    background-color: #3BC5D5 !important;
    color: #fff;
}
/* 氓驴鈩⒚ε铰趁┧喡ッβ徝戔偓茂驴陆忙戮鸥猫炉楼卯鈥÷访︹�毬该ヂ蹬撁嘎姑ヅ犫�懊ヂ郝惷ㄅ掆�γ┧喡┟⑩�樎┟ヂ佲�溍β扳�溍┞孤棵┞衡�溍ㄅ掆�γ┧喡ッヂヂッ柯� */
.yearbook-list {
    padding: 0 50px;
}
.yearbook-list li {
    padding: 15px 0 15px 15px;
    border-bottom: 1px dashed #ebebeb;
    font-size: 16px;
    background-position: 0 24px\0 !important;
}
.yearbook-page li {
    float: left;
    width: 14.28%;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 100px;
    height: 32px;
    border-bottom: 1px solid #ebebeb;
}
.yearbook-page li em {
    display: block;
    width: 17px;
    height: 17px;
    margin: 15px auto;
    border-radius: 50%;
    border: 5px solid #f1f1f1;
    background: #0069c5
}
.yearbook-page li a {
    color: #535353;
    font-size: 16px;
}
.yearbook-page li a:focus,
.yearbook-page li a:hover {
    background: none;
}
.yearbook-page .active a {
    background: none !important;
}
.yearbook-page .active em {
    margin: -22% auto;
    width: 100px;
    height: 100px;
    text-align: center;
    border-radius: 50%;
    border: 2px solid #0069c5;
    background: #fff;
}
.yearbook-page .active span {
    position: absolute;
    font-size: 24px;
    color: #0069c5;
    top: 12px;
    right: 48px;
}
/* 氓驴鈩⒚┧喡┟⑩�欌劉卯鈥犈∶⑩�澛久ヅ犫�懊┧喡捙久幝幻β衡�樏嘎Ｂ伮⒚ε嘎⑺喡睹戔偓茂驴陆忙鈥奥趁柯矫柯� */
a { color: #0069c5;}
.breadcrumb {
    padding: 15px;
    background: none;
}
.postcard-list li {
    float: left;
    width: 33.333%;
    padding: 0 3.5%;
}
.postcard-list li a {
    text-align: center;
    color: #444;
}
.postcard-list li a .title {
    height: auto !important;
    margin: 8px 0 !important;
    border-left: 0 !important;
}
.postcard-list li a img { border-radius: 4px;max-height:150px;}
.txt-20 { font-size: 20px !important;}

.service-agency .tab-content .tab-pane
{
    height:189px;
    overflow:auto;
}

.live-card a {
    margin-right: 10px;
    padding-right: 10px;
    color: #F15A5D;
    font-size: 18px;
    border-right: 1px solid #ddd;
}
.live-card a:hover {
    color: #0069c5;
}
.live-card a:last-child {
    border-right: 0;
}
/* 氓驴鈩⒚ε铰趁┧喡ッβ徝戔偓茂驴陆忙戮鸥猫炉楼卯鈥÷访︹�毬该ヂ蹬撁Ｆ掆�γβ嶁�撁ヂ孤幻戔偓茂驴陆忙鈥櫬柯矫︹�撯�犆Ｆ掆�毭ヂ蹬∶�氣偓脩鈧柯矫β九该柯� */
.fast-body-health {
    padding: 80px 0;
    background: url(../images/fast-ms-health.png) right no-repeat;
}
.margin-hz-5 {
    margin-left: 5px;
    margin-right: 5px;
}
.health-outfit {
    margin-bottom: 0;
}
.health-outfit img {
    min-height: 115px;
    border-radius: 4px;
}
.health-outfit li {
    margin-bottom: 22px !important;
}
.health-outfit dl {
    margin-bottom: 0;
}
.health-outfit dt a {
    color: #444;
    font-size: 16px;
    font-weight: normal;
}
.health-outfit dt a:hover {
    background: none !important;
    color: #0069c5;
}
.health-outfit dd {
    margin-bottom: 15px;
    color: #999;
}
.health-outfit dd span {
    margin: 5px 0;
}
.health-outfit dd:last-child {
    margin-bottom: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.pharmacy dt {
    margin-bottom: 20px;
}
.bodybuild h3 a {
    color: #444;
    font-size: 16px;
}
.bodybuild .brief p {
    height: auto;
    text-indent: 0;
    color: #666;
}
.health-video {
    border-right: 1px solid #ddd;
}
.health-video span {
    position: relative;
    display: inline-block;
    padding: 5px 15px;
    color: #fff;
    background: #66bb6a;
}
.health-video em {
    position: absolute;
    top: 8px;
    right: -7px;
    border-color: transparent;
    border-style: solid;
    border-width: 7px 0 7px 7px;
    border-left-color: #66bb6a;
}
.price a:hover {
    color: #0069c5 !important;
}
.btn-small li a {
    margin: 0 10px 10px;
    font-size: 14px;
}
.panel-heading2-mini {
    margin: 0 15px 15px;
    border-bottom: 2px solid #0069c5;
}
.panel-heading2-mini h2 {
    margin-left: -82px !important;
}
.online {
    display: block;
    padding: 50px 40px 51px;
    font-size: 23px;
    background: url(../images/online.jpg) right no-repeat;
}
.city-service-list {
    padding-bottom: 7px;
}
.city-service-list .btn {
    width: 45px !important;
    height: 45px !important;
    line-height: 40px !important;
    padding: 6px 5px;
}
.city-service-list .btn i {
    font-size: 24px;
}
/*-----莽艗芦猫聛卢忙楼录忙掳鈥溍┧喡ッ⑩�樎┟柯矫柯�------------------------------------------------------------------------*/
.zhaibian {
    position: absolute;
    top: 82px;
    right: 20px;
}
.ys-slider .title{
    font-size: 14px;
}
.ys-slider .item img{
    height: 260px;
}
.interview h4 a{
    font-size: 16px;
    color: #444;
}
.interview h4 a:hover{
    color: #0069c5;
}

.interview p{
    color: #999;
}
.interview-avatar img{
    width: 90px;
    border-radius: 100%;
}
.case-slider a{
    padding: 30px 0;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 18px;
    background-color: #0069c5;
    border-radius: 3px;
}
.interview .owl-dots{
    top: -50px;
    bottom: auto;
}
.interview .owl-dots .owl-dot:hover span{
    background-color: #0069c5;
}
.btn-list-plain li{
    width: 33.333%;
    float: left;
}
div.multi-hover {
    position: relative;
    overflow: hidden;
    padding: 15px 30px;
    margin: 0 5px 15px 5px;
    background: #f5f5f5;
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    font-size: 14px;
    color: #656565;
    text-align: center;
    -webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out;
}
div.multi-hover:hover{
    background-color: #e87c7c;
    background-color: hsla(0,70%,50%,0.6);
    border-color: #e87c7c;
    border-color: hsla(0,70%,50%,0.6);
    color: #fff;
    box-shadow: 0 4px 7px rgba(0,0,0,0.25);
}
.pt-overview-title{
    float: left;
    width: 7%;
    margin-right: 2%;
    border-top: 3px solid #0069c5;
}
.pt-overview-title h4{
    padding: 10px;
    text-align: center;
    color: #0069c5;
}
.pt-overview-img{
    float: left;
    width: 35%;
    margin-right: 3%
}
.pt-overview-img img{
    border-radius: 3px;
}
.pt-overview-info{
    float: left;
    width: 53%;
}
.pt-overview-info ul{
    padding: 0;
}

.pt-overview-info li{
    float: left;
    width: 25%;
    text-align: center;
}
.pt-overview-info li i{
    display: block;
    margin: 7px 0;
    font-size: 28px;
    color: #0069c5;
}
.pt-overview-info li p{
    font-size: 12px;
}
.pt-overview-info a{
    color: #444;
}
ul.pt-overview-btn{
    padding: 14px 0;
}
ul.nav-policy{
    width: 65%;
    margin: 35px auto 15px;
}
ul.nav-policy li {
    width: 25%;
    text-align: center;
    margin: 0;
}
ul.nav-policy li a{
    padding: 10px 0;
    font-weight: bold;
    font-size: 16px;
    color: #444;
}
ul.btn-policy{
    margin-top: 15px;
}
ul.btn-policy a.btn{
    padding: 26px 10px;
    font-size: 16px;
}
.hall-list li{
    background-position: 0 15px;
}

.hall-list .hall-btn{
    display: none;
    margin-top: 5px;
    margin-left: 0;
}
.hall-list .hall-btn a{
    border: 1px solid #ebebeb;
    float: left;
    box-shadow: none;
    margin-right: 10px;
    color: #0069c5;
}
.hall-list .hall-btn a:hover{
    border-color: #ddd;
    box-shadow: 0 4px 7px rgba(0,0,0,0.15);
}

.service-agency .nav-tabs{
    margin-top: 18px;
    margin-bottom: 20px;
    float: left;
    width: 40%;
    border: 1px solid #ebebeb;
    border-radius: 3px;
}
.service-agency .nav-tabs li{
    float: none;
    margin: 0;
    width: 100%;
}
.service-agency .nav-tabs li a{
    padding: 10px;
    margin-right: 0;
    border: 0;
    border-radius: 0;
    text-align: left;
    color: #444;
}

.service-agency .nav-tabs>li.active>a,
.service-agency .nav-tabs>li.active>a:focus,
.service-agency .nav-tabs>li.active>a:hover{
    border: 0;
    background-color: #0069c5;
    color: #fff;
}
.service-agency .tab-content{
    margin-left: 5%;
    width: 55%;
    float: left;
}
.service-agency .tab-content dl{
    padding: 10px 0 14px;
    margin: 0;
    border-bottom: 1px dashed #ebebeb;
}
.service-agency .tab-content dl:last-child{
    border-bottom: 0;
}


.service-agency .tab-content dt{
    line-height: 30px;
}

.service-agency-btn{
    clear: both;
    background-color: #f5f5f5;
    border-radius: 3px;
}
.service-agency-btn a{
    display: block;
    padding: 17px 0;
    font-size: 18px;
    line-height: 52px;
    color: #444;
}
.service-agency-btn i{
    width: 52px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    border-radius: 100%;
    font-size: 28px;
    float: left;
    margin-right: 10px;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}
.service-agency-btn a:hover i{
    box-shadow: 0 4px 7px rgba(0,0,0,0.25);
}

.bg-list {
    overflow: hidden;
    background: #f5f5f5;
    border-radius: 4px;
    padding: 10px 20px !important;
}
.bg-list li {
    float: left;
}

.credit-btn{
    padding-top: 25px;
    padding-bottom: 10px;
    border-radius: 3px;
    border: 1px solid #ebebeb;
}
.btn-credit a{
    padding: 21px 0;
}
.credit-img{
    margin-top: 20px;
    text-align: center;
}
.credit-img a{
    border-radius: 3px;
    display: block;
}

.credit-img a:hover{
    box-shadow: 0 4px 7px rgba(0,0,0,0.25);
}

.credit-img img{
    border-radius:3px;
}


/* 12.17 */
.relative { position: relative;}
.location {
    position: absolute;
    left: -75px;
}
.location .bs-docs-sidebar {
    border-right: 1px solid #bdbdbd;
}
.location ul {
    border-right: 1px solid #bdbdbd;
    border-bottom: 0;
    width: 38px;
}
.location a {
    width: 76px;
    height: 76px;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 12px;
    color: #808080;
    background-color: #fff;
    border-radius: 50% !important;
}
.location li + li {
    margin: 20px 0 0 !important;
}
.location a i {
    display: block;
    padding-top: 20px;
    padding-bottom: 2px;
    font-size: 20px;
}
.location ul.nav-tabs li.active a,
.location  ul.nav-tabs li a:hover {
    border: 1px solid #0088cc;
    background-color: #0088cc;
    color: #fff;
}
.location ul.nav-tabs li.active a + .arrow-right {
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    top: 35px;
    right: -43px;
    right: -4px\9\0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #0088cc;
}
[data-spy] {
    top: 100px;
}

.hack-anchor {
    padding-top: 111px;
    margin-top: -111px;
}

.modern-system dt {
    display: block;
    padding-bottom: 5px;
    color: #666;
    border-bottom: 2px solid #ccc;
}
.modern-system dt a:hover {
    color: #0069c5;
}
.modern-system dd {
    padding-left: 15px;
    margin: 15px 0;
    line-height: 1.8;
    text-indent: 2em;
}
.border-bottom {
    border-bottom: 1px solid #e4e4e4;
}
.survey {
    line-height: 1.8;
    margin: 25px 0;
    text-indent: 2em;
}
.nav-support {
    display: table;
    margin: 0 auto;
    margin: 0 auto 20px;
    text-align: center;
}
.nav-support li a {
    padding: 5px 15px;
}
.nav-answer {
    padding: 20px;
    margin-bottom: 15px;
    background: #f5f5f5;
    border-radius: 4px;
}
.nav-answer li {
    width: 19.8%;
    text-align: left;
}
.nav-answer a {
    border-radius: 4px;
}
.nav-tab2 {
    transition: all .2s;
}
.p-style p {
    text-indent: 2em;
    margin-bottom: 20px;
    line-height: 1.8;
}
.layout p {
    line-height: 1.8;
    margin-bottom: 30px;
    text-indent: 2em;
    letter-spacing: 1px;
}
.layout p strong {
    color: #0069c5;
    font-size: 16px;
}
.layout .place-goodness p {
    text-indent: 0;
}
.place-goodness {
    width: 100%;
}
.place-goodness i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto 10px !important;
    border-radius: 50%;
    border: 1px solid #dadada;
}
.simple-layout {
    padding: 0 35px;
}
.simple-layout .row {
    margin-bottom: 45px;
}
.form-online {
    padding: 45px 0;
}
input {
    /* -webkit-appearance: none; */
    border-radius: 3px !important;
}
.list-dashed li:nth-child(5n) {
    margin-bottom: 15px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #E1E1E1;
    background-position: 0 15px;
}
.modern-system .text-info {
    border-color: #42a5f5;
}
.modern-system .text-orange {
    border-color: #ff7043;
}
.modern-system .text-error {
    border-color: #f15a5d;
}
.modern-system .text-success {
    border-color: #66bb6a;
}
.modern-system .text-warning {
    border-color: #ffa726;
}
.modern-system .text-purple {
    border-color: #5c6bc0;
}
#see-dynamic {
    z-index: 100;
}
#find-policy {
    z-index: 99;
}
#enjoy-service {
    z-index: 98;
}
.community-table{
    display: none;
    clear: both;
    margin-top: 40px;
}
.community-table table{
    margin-bottom: 0;
}
.language {
    position: absolute;
    top: -220px;
    right: -25px;
    width: 100px;
    min-width: 0;
    padding: 5px 10px;
    z-index: 10001;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.language a {
    display: block;
    margin: 5px 0;
    padding: 5px 0;
    color: #00b9db;
    text-align: center;
    font-weight: bold;
    border: 1px solid #a6eaf7;
}
.wechat {
    position: absolute;
    top: -110px;
    right: -25px;
    width: 100px;
    min-width: 0;
    padding: 10px;
    z-index: 10001;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.wechat2 {
    top: -160px;
    left: -40px;
    width: 160px;
}
.wechat3 {
    top: -165px;
    right: -1px;
    width: 160px;
}
.no-height {
    width: 0;
    height: 0;
    padding: 0;
    overflow: hidden;
}
.wechat3-img img {
    transition: width 5s;
    -moz-transition: width 5s;  /* Firefox 4 */
    -ms-transition: width 5s;   /* Firefox 4 */
    -webkit-transition: width 5s;   /* Safari 忙掳鈥溍┧喡ッβ柯� Chrome */
    -o-transition: width 5s;
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    transform: rotateY(360deg);
}
.overflow-inherit {
    overflow: inherit;
}
.complex-community li a {
    width: 40%;
}
.complex-community li .phone {
    width: 15%;
}
.complex-community li .time {
    width: 25%;
}
.form-actions .btn {
    padding: 6px 25px;
}
.fast-live {
    margin-bottom: 30px;
    background-color: #4CD399;
    border-bottom: 1px solid #dee0e2;
}
.fast-live .panel-fast-body {
    padding: 0;
    background: none;
}
.wells .col-md-1 {
    margin-left: 0;
}
.city-service-nav{
    border: 0;
}

.city-service-nav li{
    width: 100%;
    padding: 5px 0;
    float: none;
}
.city-service-nav li a{
    display: block;
    padding: 10px 0 10px 40px;
    text-align: left;
    border-radius: 3px;
}
ul.city-service-nav li.active a,ul.city-service-nav li.active a:hover,ul.city-service-nav li a:hover,ul.city-service-nav li.active a:focus{
    background-color: #22a8f0;
    border-color: #22a8f0;
    color: #fff;
}

.city-service-nav li i{
    margin-right: 10px;
}
.city-service-phone{
    margin: 0 auto;
    width: 400px;
    height: 800px;
    border: 1px solid #ebebeb;
    border-radius: 40px;
}
.phone-top{
    margin: 30px auto;
    width: 50px;
    height: 5px;
    background-color: #ccc;
    border-radius: 5px;
}
.phone-box{
    margin: 0 auto 10px auto;
    width: 375px;
    height: 667px;
}
.phone-box iframe{
    width: 375px;
    border-radius: 3px;
    border:1px solid #ebebeb;
}
.phone-bottom{
    margin: 0 auto;
    width: 44px;
    height: 44px;
    border-radius: 100%;
    border:1px solid #ebebeb;
}
.case-slider .owl-dots {
    display: none !important;
}
.case-slider .owl-controls .owl-nav .owl-prev,
.case-slider .owl-controls .owl-nav .owl-next {
    display: block !important;
}
.case-slider .owl-controls .owl-nav {
    top: 23%;
}
.case-slider .owl-controls .owl-nav [class*=owl-] {
    padding: 0;
    font-size: 25px;
}

/* fixed for firefox */
ul.nowrapli li {
    list-style-type: none;
}
.special-double span {
    top: 60% !important;
}
.special-three span {
    top: 60% !important;
    padding: 15px 0 !important;
}
/* 忙掳鈥溍ヂ嵚っ┧喡ッ幝趁Ｂ伮⒚┾�溌懊ヂ韭澝概犆�÷访ぢ悸泵�÷访︹�毬该ヂ蹬撁Ｆ掆�γ犓喢ぢ光�γ韭犆︹�灺柯矫犫�犆Ｆ掆�γ︹�欌偓忙鈥∨犆戔偓茂驴陆忙炉卢茂驴陆 */
.bl-address>li {
    position: relative;
    float: left;
    width: 25%;
    text-align: center;
}
.bl-address>li>a {
    display: block;
    margin-bottom: 10px;
    color: #444;
}
.address-details {
    display: none;
    position: absolute;
    z-index: 998;
    top: 30px;
    left: 10px;
    width: 280px;
    padding: 15px;
    background: #F8F8F8;
    border: 1px solid #DEDEDE;
}
.address-details i {
    position: absolute;
    top: 5px;
    right: 5px;
}
.address-details>ul>li{
    text-align: left;
}

/*-----氓驴鈩⒚┧喡ッ︹�欌偓忙鈥∨犆⑩�澛久柯矫︹�撯�γ柯�------------------------------------------------------------------------*/
.panel-fast-news{
    background: none;
}
.news-hot{
    margin: 0 70px;
    padding-bottom: 80px;
}
.news-hot-img{
    margin-top: 10px;
    padding-top: 10px;
    width: 30%;
    float: left;
    border-right: 1px dashed #ccc;
}
.news-hot-title{
    width: 70%;
    float: left;
}
.news-hot-title h2{
    margin: 20px 0;
    text-align: center;
}
.news-hot-title h2 a {
    font-weight: bold;
    font-size: 34px;
}
.news-hot-title p a {
    float: left;
    width: 33.333%;
    padding: 0 15px;
    text-align: center;
    font-size: 14px;
    color: #666;
    border-right: 1px solid #ccc;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}
.news-hot-title p a:last-child {
    border-right: 0;
}
.news-hot-title p a:hover{
    color: #0069c5;
}

.news-slider{
    margin-top: -110px;
    margin-bottom: 20px;
}
.news-slider .owl-controls .owl-nav{
    top: 42%;
}
.news-slider div{
    padding: 0;
}
.news-slider .item a{
    display: block;
    position: relative;
}
.news-slider .item a .title {
    padding: 20px 10px;
}
.news-slider .item a .title span{
    width: 100%;
    text-align: center;
    font-size: 18px;
}
.news-slider .item .col-sm-8 img{
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.news-slider .item .col-sm-8 h4{
    border-bottom-left-radius: 3px;
}
.news-slider .item .col-sm-4 a:first-child img{
    border-top-right-radius: 3px;
}
.news-slider .item .col-sm-4 a:last-child img{
    border-bottom-right-radius: 3px;
}
.news-slider .item .col-sm-4 a:last-child h4{
    border-bottom-right-radius: 3px;
}
.news-headline{
    margin-top: 15px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #ebebeb;
}

.news-headline h3{
    margin:0;
}

.news-headline h3 a{
    line-height: 25px;
    font-weight: bold;
    font-size: 18px;
}
.news-headline h3 span{
    float: left;
    position: relative;
    margin-right: 15px;
    padding: 5px 10px;
    font-size:14px;
    color: #fff;
    background-color: #ff7043;
}
.news-headline h3 span:after{
    position: absolute;
    top: 8px;
    right:-10px;
    content: "";
    border:5px solid;
    border-color: transparent transparent transparent #ff7043;
}
.news-headline p{
    margin-bottom: 0;
    padding-top: 10px;
}

.news-headline p a{
    display: inline-block;
    margin: 5px 0;
    padding: 0 20px;
    color: #444;
    border-right:1px solid #ebebeb;
}
.news-headline p a:hover{
    color: #0069c5;
}
.news-list{
    padding: 0;
    margin-bottom: 0;
}
.news-list li{
    overflow: hidden;
    padding-top: 6px;
    border-bottom: 1px dashed #ebebeb;
}
.news-list li:hover{
    background-color: #f9f9f9;
}
.news-list li dt{
    float: left;
    margin-top: 10px;
    margin-right: 15px;
}
.news-list li dd {
    padding: 0 15px;
}
.news-list li dd a{
    font-size: 18px;
    line-height: 28px;
    color: #444;
}
.news-list li dd a:hover{
    color: #0069c5;
}

.news-list li dd .label{
    margin-right: 10px;
}
.news-special .panel-body{
    padding: 10px 20px;
}
.news-special .panel-body a{
    display: block;
    margin: 10px 0;
}
.news-special .panel-body a img{
    border-radius: 3px;
}
.btn-single{
    margin-bottom: 20px;
}
.btn-single a{
    display: block;
    padding: 10px;
    font-weight: bold;
    font-size: 20px;
    line-height: 52px;
    letter-spacing: 1px;
}
.btn-single a i{
    margin-right: 15%;
    float: right;
    width: 52px;
    height: 52px;
    font-size: 30px;
    line-height: 52px;
    border-radius: 100%;
    background-color: #fff;
    color: #0069c5;
    font-weight: normal;
}
.btn-weixin a{
    text-align: center;
}

.btn-weixin a img{
    width: 66px;
    height: 66px;
    border:1px solid #ddd;
    border-radius: 7px;
}
.btn-weixin a p{
    margin-top: 5px;
}
.news-tab {
    padding-bottom: 10px !important;
}
.news-tab .nav-tabs a {
    font-size: 18px !important;
}
.news-tab > a {
    position: absolute;
    top: 18px;
    right: 20px;
}
.news-tab-hidden dl {
    max-height: 70px;
    overflow: hidden;
}
.news-tab-hidden dt {
    float: left;
}
.news-tab-hidden dd {
    padding-left: 60px;
}
.news-tab-hidden dd a {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 15px;
    color: #444;
}
.news-tab-hidden dd a:hover {
    color: #0069c5;
}
.news-tab .tab-content {
    position: relative;
}
.news-tab .news-tab-hidden {
    position: absolute;
    top: 20px;
    opacity: 0;
    height: 155px;
    overflow-y: scroll;
}

.weixin-matrix li {
    margin-bottom: 10px !important;
}
.weixin-matrix a {
    text-align: center;
    color: #666;
}
.weixin-matrix a:hover {
    color: #0069C5 !important;
}
.weixin-matrix img {
    width: 66px;
    height: 66px;
    border: 1px solid #ddd;
    border-radius: 7px;
}
.opposite>div {
    text-align: center;
}
.opposite>div p {
    margin-top: 5px;
    margin-bottom: 0;
    line-height: 1;
}
#eye-all2 {
    display: none;
}

.no-float {
    float: none !important;
    margin-left: 20px;
}
.cover {
    position: relative;
}
.btn-cover {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
.spokesman-list ul li {
    float: left;
    width: 20%;
    margin-bottom: 30px;
    text-align: center;
}
.spokesman-list ul li h4 {
    color: #444;
}
.spokesman-list ul li p {
    color: #888;
    width: 95%;
    min-height: 45px;
    overflow: hidden;
}
.spokesman-list img {
    width: 138px;
    height: 194px;
}
.nav-spokesman li {
    width: 16.45%;
    text-align: center;
}
.nav-spokesman li a {
    padding: 5px 45px;
}
.nav-spokesman li.li1 a {
    padding: 5px 60px;
}
.nav-spokesman li.li5 a {
    padding: 5px 10px;
}
.new-video
.new-video ul li,
.new-video ul {
    margin-bottom: 0;
}
.new-video li p {
    height: auto !important;
    border-left: 0 !important;
    text-align: center;
}
.new-video li p span {
    display: block;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #444;
}
.news-slider img {
    max-height: 506px;
}
.news-circle {
    padding: 15px 0;
}
.news-circle a.circle-btn .btn {
    width: 52px;
    height: 52px;
}
.news-circle a.circle-btn .btn-lg i {
    font-size: 26px;
}
.news-circle .btn-group-lg>.btn, .btn-lg {
    padding: 10px 12px;
}
.news-circle a.circle-btn p {
    margin: 5px 0 0;
    font-size: 20px;
    color: #444;
}
.news-list li a:hover img {
    opacity: .7;
}
.news-list li:last-child {
    border-bottom: 0;
}
.xw-home .ImgCrop {
    width: 140px;
    height: 88px;
    overflow: hidden;
}
.xw-home .ImgCrop img {
    margin-left: 0 !important;
}
/*-----莽鈥郝裁碘�毭┾劉鈥姑р�郝裁β脚久β脚久р�郝裁碘�毭┞⑩�γβ扳�溍┞┞疵ㄅ捖�------------------------------------------------------------------------*/
.panel-inner {
    position: relative;
    margin-bottom: 30px;
}
.sy .panel-inner {
    border: 1px solid #ddd;
}
.panel-inner h2 {
    margin: 0;
    padding: 20px;
    font-size: 18px;
    font-weight: bold;
    color: #0069c5;
    border-bottom: 1px solid #ddd;
}
.panel-inner h2 a {
    color: #f60;
    font-size: 14px;
    font-weight: normal;
}
.panel-inner h2 a:hover {
    color: #FA893D;
}
.more {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #444;
}
.my-community {
    margin-left: 5%;
    margin-bottom: 0;
    border-left: 1px solid #ccc;
}
.my-community li a:before {
    content: "";
    width: 12px;
    height: 12px;
    display: block;
    border: 3px solid #ccc;
    background: #f60;
    border-radius: 50%;
    position: absolute;
    left: -6px;
    top: 19px;
}
.my-community li {
    min-height: 50px;
}
.my-community li,.my-community a {
    overflow: inherit;
}
.my-community li a span {
    padding: 0 15px 0 30px;
    margin-right: 10px;
    color: #0069c5;
    font-size: 13px;
    border-right: 1px solid #8c8c8c;
}
.table-easy {
    min-width: 800px;
}
.table-easy th {
    background: #f2f2f2;
    border-bottom: 0 !important;
}
.table-easy th,.table-easy td {
    border-top: 0 !important;
}
.table-easy td {
    border-bottom: 1px solid #ddd;
}
.table-easy tr:last-child td {
    border-bottom: 0;
}
.use-img {
    padding: 30px 0;
    color: #666;
    border-right: 1px solid #ddd;
}
.use-img .btn {
    width: 94px !important;
    height: 94px !important;
    background: #cfcfcf;
    color: #fff;
}
.use-img .btn i {
    font-size: 45px;
    line-height: 1.8;
}
.center-menu li a {
    display: block;
    padding: 10px;
    font-size: 16px;
    color: #515151;
    border: 1px solid #fff;
    border-right: 1px solid #ddd;
}
.center-menu li.active a{
    color: #0069c5;
    border-left: 3px solid #0069c5;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-right: 0;
}
.center-menu li a i {
    font-size: 22px;
    padding: 0 15px 0 25px;
}

.table-container {
    width: 100%;
    overflow-y: auto;
    _overflow: auto;
    margin: 0 0 1em;
}
.my-advice {
    padding: 0 35px;
}
.advice-title {
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
}
.advice-title h2 {
    font-size: 24px;
    color: #004;
}
.advice-title span {
    display: block;
    color: #999;
    margin: 15px 0;
}
.advice-info ul {
    padding: 0 60px 0 40px;
}
.advice-info ul li {
    line-height: 40px;
    overflow: hidden;
}
.advice-info ul li label {
    float: left;
    font-weight: bold;
    width: 100px;
    text-align: right;
}
.advice-info ul li span {
    display: block;
    padding-left: 120px;
}
.advice-info a {
    display: block;
}
.advice-info a i {
    font-size: 20px;
    margin-right: 10px;
}
.symbol.ok:before {
    content: "\e664";
}
.short-page {
    padding: 40px 0 110px;
}
.btn-form {
    width: 100%;
    min-height: 45px;
}
.like-label p {
    display: inline-block;
    margin-bottom: 0;
}
.like-label .nav-pills {
    height: 25px;
    overflow: hidden;
    display: inline-block;
    width: 70%;
    margin-top: -4px;
    margin-left: 10px;
    background: none;
}
.like-label .nav-pills a {
    padding: 5px;
    color: #666;
}
.like-label p a {
    color: #666;
    margin: 0 5px;
}
.like-tag li {
    float: left;
    width: 20%;
    margin-bottom: 15px;
    text-align: center;
}
.like-tag .checkbox-inline {
    display: block;
    background: #E3F5F6;
    padding: 15px 0;
    margin: 0 10%;
    border-radius: 10px;
    color: #666;
}
.like-tag .active {
    background: #FAF2C9;
}
.list-more i {
    padding: 3px 8px;
    border: 1px solid #D8D8D8;
}
.margin-25 {
    margin: 25px;
}
.no-data {
    padding: 50px 0;
    margin-bottom: 0;
    background: #F6F6F6;
    text-align: center;
}
/*-----猫沤陆茅藛楼忙戮鈥好糕�姑幝幻モ�撀∶棵Ｂ伮⒚ニ溑矫�灺济Ｆ掆�毭р�樏柯�------------------------------------------------------------------------*/
.login {
    border-right: 1px solid #f1f1f1;
}
.login .form-control {
    height: 45px;
}
.login .control-label {
    padding-top: 12px;
}
.login .form-group {
    margin-bottom: 20px;
}
.register-step li {
    float: left;
    padding: 20px 0;
    margin-bottom: 45px;
    font-size: 18px;
    color: #797979;
    border-bottom: 3px solid #dfdfdf;
}
.register-step li.active {
    border-bottom: 3px solid #0069c5;
}
.register-step li em {
    display: inline-block;
    text-align: center;
    margin: 0 20px;
    width: 35px;
    height: 35px;
    font-style: normal;
    font-weight: bold;
    line-height: 32px;
    border: 2px solid #0069c5;
    border-radius: 50%;
    color: #0069c5;
}
.register-step li.active em {
    background: #0069c5;
    color: #fff;
}
.prompt {
    padding: 20px;
    background: #eaf3fa;
    overflow: hidden;
    margin-bottom: 30px;
}
.register-success p {
    font-size: 18px;
    color: #5a5a5a;
}
.register-success span {
    display: block;
    margin-top: 30px;
}
.result-icon {
    font-size: 45px;
}
.result-success {
    color: #22A028;
}
.result-error {
    color: #f00;
}
.yzm {
    min-height: 45px;
}
.hq-yzm {
    display: block;
    width: 100%;
    line-height: 40px;
    text-align: center;
    background: #D6E7F7;
    border: 0;
    color: #0065C0;
}

/*-----莽鈥郝裁β脚久┧喡ッβＦ掆�γ犫�γ柯�------------------------------------------------------------------------*/
.opinion-levy p {
    margin-bottom: 30px;
}
.opinion-levy .tab-pane h4 {
    padding: 20px 0;
    margin-bottom: 15px;
    font-size: 20px;
    color: #0069c5;
    text-align: center;
    border-bottom: 1px solid #f1f1f1;
}
.opinion-levy .complex-list a {
    width: 70%;
}
.label-gray {
    background-color: #a8b2be;
}
.opinion-levy .complex-list .time {
    text-align: right;
}

.label-blue {
    background-color: #0069c5;
}
#ctlBtn {
    margin-top: 6px;
}
.levy-select {
    position: absolute;
    top: 0;
    right: 15px;
    width: 220px;
}
.levy-table-p p {
    padding-top: 6px;
    color: #8d8d8d;
}
.comment-content li {
    padding: 20px 0;
    border-bottom: 1px solid #ECEAEA;
}
.comment-group {
    overflow: hidden;
    margin-bottom: 10px;
}
.comment-group span {
    display: block;
}
.shequ .dropdown-toggle {
    height: 45px;
    border: 1px solid #E6E8E8;
    border-radius: 4px;
}
.no-shadow,
.no-shadow button,
.no-shadow button:hover {
    box-shadow: none;
}
.comment-reply {
    margin-top: 10px;
}
.opinion-reply .comment-inner {
    border-left: 3px solid #0069c5;
}
.opinion-levy-content {
    margin-bottom: 30px;
}
.reply-result {
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #f7f7f7;
}
.more2 {
    top: 5px;
}
.reply-result .row {
    border-bottom: 1px solid #dfdfdf;
    padding-top: 10px;
}
.reply-result .row:last-child {
    border-bottom: 0;
}
.bg-fafafa {
    background: #fafafa;
    border-radius: 4px;
}
.btn-public {
    padding-left: 30px;
    padding-right: 30px;
}
.vote-question dl {
    margin-bottom: 30px;
}
.vote-question dt {
    font-size: 18px;
    color: #0069c5;
    border-left: 3px solid #0069c5;
    padding-left: 15px;
    line-height: 18px;
    margin: 20px 0;
}
.vote-question dd {
    padding-top: 15px;
    border-top: 1px solid #E6E8E8;
    overflow: hidden;
}
.vote-question dd label {
    width: 100%;
    margin-left: 0 !important;
    padding: 5px 0 5px 40px;
}
.comments li {
    background: none;
    padding: 15px 0;
    border-bottom: 1px dashed #eee;
}
.comments li a {
    line-height: 25px;
}
.comments li:last-child {
    border-bottom: 0;
}
.comments li span {
    margin-right: 10px;
}
.margin-vt-10 {
    margin-top: 10px;
    margin-bottom: 10px;
}
.margin-vt-20 {
    margin-top: 20px;
    margin-bottom: 20px;
}
.col-50 {
    width: 50%;
}
.vote-title {
    margin: 25px 0;
    font-size: 22px;
    color: #444;
    text-align: center;
}
.online-talk {
    margin: 18px 0;
}
.online-talk li>a img {
    height: 158px;
}
.online-talk p {
    color: #666;
}
.online-talk p strong a {
    font-size: 16px;
    color: #4e4e4e;
}
.online-talk p strong a:hover {
    color: #0069c5;
}
.online-talk p span {
    color: #000;
    margin-right: 8px;
}
.hot-response {
    text-align: center;
}
.hot-response .col-md-2 a {
    color: #fff;
}
.hot-response .normal-slider {
    position: relative;
    height: 80px;
}
.hot-response .normal-slider a:hover {
    color: #0069c5;
}
.hot-response .owl-nav {
    display: none;
}
.hot-response .owl-dots {
    right: 50%;
    margin-right: -30px;
}
.hot-response .owl-stage-outer {
    line-height: 60px;
}
.hot-response .normal-slider a {
    font-size: 18px;
    font-weight: bold;
    color: #444;
}
.hot-response .col-md-2 {
    height: 80px;
    background: #ef7130;
    color: #fff;
}
.hot-response .col-md-2 i {
    display: block;
    font-size: 26px;
    padding-top: 12px;
    padding-bottom: 5px;
}
.hot-response .col-md-2 p {
    font-size: 16px;
    font-weight: bold;
}
.hot-response .owl-dots .owl-dot.active span,
.hot-response .owl-dots .owl-dot:hover span {
    background: #ef7130;
}
.btn-hd .col-xs-6 {
    padding: 0 10px;
}
.btn-hd li em {
    display: block;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    background: #fff;
    border-radius: 50%;
}
.btn-hd {
    margin: 0 -10px;
}
.btn-hd li {
    margin-bottom: 20px !important;
}
.btn-hd li i {
    font-size: 20px;
    line-height: 40px;
    color: #000;
}
.btn-hd-1 em {
    float: left;
    margin-top: 8px !important;
}
.btn-hd-1 p {
    margin: 16px 0;
}
.btn-hd-2 p {
    margin: 6px 0 0;
    font-size: 16px;
}
.btn-hd-3 em {
    margin: 27px auto 28px !important;
    width: 50px !important;
    height: 50px !important;
}
.btn-hd-3 i {
    line-height: 50px !important;
    font-size: 25px !important;
}
.btn-hd-3 p {
    margin: 25px 0;
}
.section-title {
    margin: 30px 0 15px;
}
.section-title a {
    color: #666;
    font-weight: bold;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 80%;
    display: block;
}
.section-title a:hover {
    color: #0069c5;
}
.section-title+p {
    max-height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: 1px;
}
.answers {
    margin-top: 22px;
    margin-bottom: 22px;
}
.answers h4 {
    font-size: 16px;
    font-weight: bold;
    color: #4c4c4c;
}
.margin-top-14 {
    margin-top: 6px;
}
.panel-fast-hd {
    background: url(../images/fast-hd.png) right no-repeat;
}
.file-upload-indicator {
    display: none;
}
/* 莽鈥郝裁β脚久┧喡ッβＦ掆�γ犫�γ糕�姑�÷访︹�毬该ヂ蹬撁Ｆ掆�γ︹�欌偓卯鸥鈥姑韭犆┢捖澝βＢ得Ｆ捖⒚柯矫β糕�姑概犆�÷访柯� */
.text-indent2em {
    text-indent: 2em;
}
.no-indent {
    text-indent: 0 !important;
}
.notice li {
    position: relative;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
    margin-bottom: 30px;
    overflow: hidden;
}
.notice-btn {
    position: absolute;
    right: 15px;
    top: 40px;
}
.notice-btn .btn {
    color: #0069c5;
    border-color: #5B98CC;
}
.qa-question .comment-group {
    margin-top: 10px;
}
.qa-question .comment-group span:last-child {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.qa-question li {
    margin-bottom: 15px;
    padding-bottom: 8px;
    border-bottom: 1px dashed #ddd;
}
.qa-question li:last-child {
    border-bottom: 0;
}
.review-question dt {
    font-size: 16px;
}
.review-video .jp-video-270p object,
.review-video .jp-video-270p .jp-jplayer {
    width: auto;
    height: auto;
}
.review-video .jp-video-270p .jp-video-play,
.review-video .jp-video-360p .jp-video-play {
    z-index: 10;
}
.p-line-height p {
    line-height: 1.8;
}
.interview-list-img {
    text-align: center;
}
.interview-list-img img {
    max-height: 150px;
}
.lx-btn {
    display: block;
    padding: 6px 12px;
    width: 100%;
    height: 80px;
    margin-bottom: 20px;
    line-height: 70px;
    background: url(../images/zdxzjc.jpg) no-repeat;
    font-size: 24px;
    color: #fff;
    letter-spacing: 3px;
    text-align: center;
}
.lx-btn:focus,
.lx-btn:hover {
    color: #fff;
    box-shadow: 0 4px 7px rgba(0,0,0,0.25);
}
.lx-btn i {
    font-size: 32px;
    margin-right: 15px;
}
.hd-notice li {
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 0;
    margin-top: 21px;
}
/*-----氓驴鈩⒚┧喡ッβ锯�好βＢ得Ｆ掆�γ犫�γ柯�------------------------------------------------------------------------*/
.zw-top-vedio {
    display: block;
    margin: 30px 0;
}
.zw-list li a {
    display: block;
    padding: 16px 5px;
    text-align: center;
    background: #fff;
    border-radius: 4px;
    margin-bottom: 15px;
    color: #656565;
    font-size: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.government-topic img {
    border-radius: 4px;
}
.border-color-blue {
    border-left: 4px solid #0069c5;
}
.border-color-purple {
    border-left: 4px solid #5c6bc0;
}
.border-color-green {
    border-left: 4px solid #66bb6a;
}
.border-color-orange {
    border-left: 4px solid #eb793d;
}
.float-right-text {
    position: absolute;
    right: 25px;
    bottom: 6px;
}
.btn-zw {
    margin: 0 5px !important;
}
.btn-zw>ul>li {
    float: left;
    width: 20%;
    padding: 0 5px !important;
    margin: 10px 0 !important;
}
.btn-zw>ul>li>a {
    padding: 15px 12px;
}
.btn-zw>ul>li>ul>li {
    margin-bottom: 0 !important;
}
.btn-zw>ul>li>ul>li>a:hover {
    color: #0069c5;
}
.btn-zw>ul>li>a>p {
    margin-top: 10px;
    margin-bottom: 0;
}
.btn-zw .dropdown-menu {
    top: initial;
    margin: 0;
}
.zw-slider a{
    padding: 0;
}
.zw-slider .owl-controls .owl-nav {
    top: 28%;
}
.zw-file-dropdown {
    position: relative;
}
.zw-file-dropdown li {
    position: initial;
    position: static;
}
.visible {
    overflow: visible;
}
.zw-figure {
    padding-bottom: 5px;
    padding-top: 13px;
}
.zw-form .form-group {
    margin-bottom: 0;
}
.zw-form .form-group>div {
    margin-bottom: 15px;
}
.over-hidden {
    overflow: hidden;
}
.zw-file-dropdown li {
    float: left;
}
.zw-file-dropdown>li>a {
    display: block;
    padding: 5px;
    margin: 0 20px;
    color: #606060;
    font-size: 16px;
    border-radius: 4px;
}
.zw-file-dropdown>li>a.active,
.zw-file-dropdown>li>a:hover {
    color: #fff;
    background-color: #0069c5;
}
.zw-file-dropdown .dropdown-menu {
    width: 100%;
    top: initial;
    margin: 0;
    border-color: #0069c5;
}
.zw-file-dropdown .dropdown-menu li {
    float: left;
    width: 20%;
}
.zw-file-dropdown .dropdown-menu li a {
    padding: 8px 0 8px 20px;
}
.zw-file-dropdown .dropdown-menu li a:hover
, .zw-file-dropdown .dropdown-menu li.active a {
    color: #0069c5;
}
.zw-left-menu li a {
    display: block;
    padding: 18px 15px;
    margin-bottom: 20px;
    font-size: 16px;
}
.list-content li a {
    font-size: 16px;
}
.list-content li {
    background: url(../images/dot-circle.png) 0 15px no-repeat;
    border-bottom: 1px dashed #E2E2E2;
}
.list-content li span {
    padding-top: 3px;
}
.list-content li div.row {
    margin-bottom: 5px;
}
.zw-weiban-form {
    margin-bottom: 20px;
    padding-bottom: 15px;
}
.zw-weiban-form button[type="submit"] {
    margin-bottom: 15px;
}
.margin-bottom-4 {
    margin-bottom: 4px !important;
}
.date-icon {
    padding: 4px 12px 3px;
}
.date-icon i {
    font-size: 24px;
}
/* 氓驴鈩⒚┧喡ッβ锯�好βＢ得Ｆ掆�毭ヂ徛访︹�櫬伱Ｆ捖⒚柯矫幝裁捙久幝得犫�γ柯� */
.gongbao h4 {
    padding: 30px 0;
    border: 1px solid #ddd;
    font-weight: bold;
}
.gongbao h4 p {
    margin-top: 10px;
    color: #0069c5;
}
.gongbao .dropdown-menu.inner {
    height: 200px;
}
/* 氓驴鈩⒚┧喡ッβ锯�好βＢ得Ｆ掆�毭ヂ徛访︹�櫬伱幝得︹�欌偓氓楼陆脦碌茅鈥澛柯矫柯� */
.govagency .navi {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.govagency .navi > li {
    float: left;
}
.govagency .navi > li a {
    display: block;
    padding: 8px 12px;
    margin: 0 5px;
    border-radius: 3px;
}
.govagency .navi > li.active a
, .govagency .navi > li:hover a {
    background-color: #0069c5;
    color: #fff;
}
.govagency .ability li {
    float: right;
    border: 1px solid #ddd;
}
.govagency .ability li + li {
    margin-right: 10px;
}
.govagency .ability a {
    display: block;
    padding: 0 10px;
    color: #666;
}
.govagency table tbody {
    border-bottom: 1px solid #ddd;
}
.govagency table td {
    padding: 25px 12px !important;
}
.govagency table td.text-left {
    height: 34px;
    line-height: 34px;
}
.govagency div.dataTables_filter input {
    margin-left: 0 !important;
    border-radius: 0 !important;
    text-indent: .5em;
}
.govagency .dataTables_paginate {
    text-align: center !important;
}
.govagency .dt_tools_top > div[class^="col-"]:first-child {
    display: none;
}
/* 氓驴鈩⒚┧喡ッβ锯�好βＢ得Ｆ掆�毭ヂ徛访︹�櫬伱嘎姑柯矫︹�櫬柯矫⑺喡睹Ｂ伮⒚ヂγ澛姑韭犆概犆βＢ得Ｂ伮⒚ヂγ柯� */
.article-info {
    /*margin-bottom: 20px;*/
    padding: 10px 30px;
    background-color: #f4f2f5;
    color: #5f5f5f;
}
.article-info div[class*="col-"] {
    margin: 5px 0;
}
.article-info div[class*="col-"] {
    overflow: hidden;
}
.article-info span {
    float: left;
    min-width: 70px;
}
/* 莽鈥郝裁λ喡伮好ㄅ铰矫┧喡ッβ锯�好堵伱概犆�÷访棵Ｆ捖⒚柯矫幝裁捙久Ｆ掆�毭ヂ扳�撁ヂ佲�溍ㄅ铰矫┧喡ッ┢捖澝�犈∶Ｆ掆�毭Ｃ柯矫柯� */
.directory thead td {
    font-size: 16px;
    font-weight: bold;
}
.directory td {
    word-break: break-all;
    vertical-align: middle !important;
}
.directory td a.label {
    font-weight: normal;
}
.no-bg {
    background: none !important;
}
.border {
    border: 1px solid #eee;
}
.nav-simple li a {
    border-radius: 4px;
}
.policy-read-btn .btn-single i {
    float: left;
    margin: 0 15px;
    width: 40px;
    height: 40px;
    line-height: 42px;
    font-size: 24px;
}

.policy-read-btn .btn-single a {
    font-size: 18px;
    line-height: 40px;
}
.policy-pic img {
    margin-bottom: 10px;
}
.policy-pic p {
    color: #666;
    margin-bottom: 5px;
}
.policy-pic a:hover p {
    color: #0069c5;
}
/* 莽鈥郝裁λ喡伮好ㄅ铰矫┧喡ッβ锯�好堵伱概犆�÷访棵Ｆ捖⒚柯矫幝裁捙久Ｆ掆�毭ヂ扳�撁ヂ佲�溍β扳�溍ヂ解�⒚┞孤棵ヂ库劉茅拧鈥犆┧喡ッ柯� */
#publicApply .modal-dialog {
    width: 710px;
}
#publicApply .modal-body > div {
    width: 678px;
    overflow: hidden;
}
.left-menu {
    border: 1px solid #eee;
}
.left-menu p {
    padding: 10px 0;
    margin-bottom: 0;
    text-align: center;
    background: #ebeff1;
    color: #0069c5;
    font-size: 18px;
    font-weight: bold;
}
.left-menu dl dt {
    padding: 12px 0 12px 15px;
    border-bottom: 1px solid #eee;
}
.left-menu dl dt a {
    display: block;
    padding-left: 10px;
    font-size: 16px;
    color: #444;
    border-left: 3px solid #0069c5;
}
.left-menu dl dd ul {
    padding-left: 15px;
    margin: 10px 0;
}
.left-menu dl dd ul li a {
    display: block;
    padding: 5px 0;
    color: #444;
}
.left-menu dl dd ul li a:hover {
    color: #0069c5 !important;
}
.left-menu dl dd ul li a i {
    margin-right: 10px;
}
.left-sub-menu {
    display: none;
}
.left-menu dl dd ul li.active .left-sub-menu {
    display: block;
}
.left-sub-menu li a {
    color: #777 !important;
}
/* 莽鈥郝裁┞┞疵┡♀�犆ヂ库劉猫聛鈥好р�氣�懊β扳�溍┧喡ッ幝裁捙久Ｆ掆�毭ヂ扳�撁ヂ佲�溍ㄅ铰矫┧喡ッ┢捖澝�犈∶Ｆ掆�毭Ｃ柯矫柯� */
.public-catalog-btn li{
    width: 20%;
    float: left;
}
.public-catalog-btn li .btn{
    margin: 5px 10px;
    padding: 13px 0;
}

/*-----猫艗鈥γヅ锯�灻┧喡ッ犫�犆Ｆ掆�毭�÷访柯�------------------------------------------------------------------------*/
.ld-menu li a {
    background: #f5f5f5;
    color: #6b6b6b;
}
.ld-menu li.active a {
    background: #0069c5;
    color: #fff;
}
.ld-list li {
    position: relative;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    margin-bottom: 20px;
    overflow: hidden;
}
.ld-list li:last-child {
    border-bottom: 0;
}
.ld-list li div.col-sm-9 {
    position: initial;
    position: static\0;
}
.ld-list li h4 {
    color: #333;
}
.ld-list .ld-btn {
    position: absolute;
    bottom: 20px;
    margin-bottom: 0;
}
.worker-list li a {
    color: #888;
}
.worker-list li a span {
    font-size: 16px;
    margin-right: 8px;
    color: #333;
}
.ld-move h4 {
    margin-top: 3px;
}
.ld-list img {
    max-width: 129px;
}
.excerpt-title a {
    display: block;
    height: 400px;
    background: url(../images/zb.jpg) no-repeat;
    background-size: 100% 400px;
}
.excerpt-tab li {
    float: left;
    width: 14.285%;
}
.excerpt-tab li a.circle-btn .btn {
    border: 1px solid #eee;
}
.excerpt-tab li a:hover {
    background: none;
}
.excerpt-tab li.active .btn,
.excerpt-tab li a:hover .btn {
    background: #0069c5;
    color: #fff;
    border: 1px solid #0069c5;
}
.excerpt-content {
    padding: 20px !important;
    border: 1px solid #eee;
}
.excerpt-header-2 {
    position: relative;
}
.excerpt-header-2 div {
    display: inline;
}
.excerpt-header-2 a {
    bottom: 0;
    margin-left: 10px;
    color: #666;
}
.bold {
    font-weight: bold;
}
.excerpt-tab li.active:before {
    position: absolute;
    bottom: -20px;
    left: 45%;
    z-index: 9;
    content: "";
    border: 8px solid transparent;
    border-bottom-color: #0069c5;
}
.index-nav li:hover {
    background: #1475ca;
}
/* 猫沤陆莽炉鈥溍┞┞疵р�郝裁︹�灻┡撀裁ㄅ掆�γ┧喡┟⑩�樎┟柯矫伮幻Ｂ伮⒚ヂγ柯� */
.attachments {
    padding: 5px 20px !important;
    background-color: #f5f5f5;
    border-radius: 7px;
    color: #5f5f5f !important;
}
.attachments a {
    font-size: 14px;
    color: #5f5f5f !important;
}
/* 莽艗芦茅拧鈥犆ㄢ�扳�斆ヂ库劉茅藛楼忙戮鈥好βＢ得Ｆ掆�毭ｂ�氣�毭柯矫伮幻韭犆ㄢ�炁∶柯� */
.table-punish td {
    cursor: pointer;
}
.license .table-easy {
    min-width: 700px;
    margin-bottom: 0;
}
.license .nav {
    position: absolute;
    top: 10px;
    right: 20px;
}
.license .nav li {
    float: left;
}
.license .nav li.active {
    background: #eee;
}
.important-area {
    background: url(../images/zt_bj.jpg) no-repeat;
}
.important-area h4 {
    color: #fff;
    font-size: 23px;
    letter-spacing: 2px;
    margin: 9px 0;
    font-weight:600;
}
.important-area h4 span {
    color: #ff0;
}
.important-area li {
    float: left;
    width: 50%;
}
.important-area li a {
    display: block;
    padding: 4px;
    margin: 5px 30px;
    background: #eee;
    text-align: center;
    color: #0069c5;
    border-radius: 4px;
}
.important-area li a:hover {
    background: #fff;
}
.margin-bottom-20 {
    margin-bottom: 20px !important;
}
.margin-bottom-29 {
    margin-bottom: 29px !important;
}
.padding-ud-13 {
    padding-top: 13px;
    padding-bottom: 13px;
}
.visible .nav {
    position: absolute;
    top: 10px;
    right: 10px;
}
.visible .nav li {
    float: left;
}
.visible .nav li a {
    color: #666;
}
.visible .dropdown-menu {
    margin-top: 0 !important;
}
.visible .dropdown-menu li {
    width: 33.33%;
}
.visible .zw-file-dropdown>li>a {
    margin: auto;
    padding: 8px 12px;
    font-size: 14px;
}
.visible .zw-file-dropdown>li>a:hover {
    background-color: #eee;
    border-radius: 0;
}

.more4 {
    top: 0;
}
.quanze {
    top: 16px;
}
.yj-jy {
    text-decoration: none;
    /* color: #FFF; */
    float: left;
    margin-left: 8px;
    border: 1px solid #0069c5;
    padding: 5px 10px;
    margin-top: -5px;
    border-radius: 5px;
}
.gua {
    position: fixed;
    bottom: 10px;
    left: 10px;
    z-index: 1000;
}

.inter-zw {
    margin-top: 20px;
    background: url(../images/zw1.png) center 0 no-repeat;
}
.inter-zw a {
    display: inline-block !important;
    height: 55px;
    line-height: 50px;
    text-align: center;
    color: #f5f5f5;
    font-weight: bold;
    font-size: 30px;
    letter-spacing: 2px;
}
.inter-zw a i {
    font-weight: normal;
    font-size: 40px;
    vertical-align: text-bottom;
    margin-right: 10px;
}
.unfold {
    display: block;
    padding: 5px 0;
    letter-spacing: 2px;
    background: #cbe0f3;
    text-align: center;
    color: #666 !important;
}
.unfold:hover {
    background: #b6d4ed;
}
.article-info {
    overflow: hidden;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
ul.nowrapli li .list-infro{
    display:none;
    position: absolute;
    top:-30px;
    left:30%;
    z-index:100;
    background-color:white;
    border:1px solid #ccc;
    padding:10px;
}
ul.nowrapli li .list-infro thead{
    font-size:16px;
    font-weight:700;
    text-align:center;
    color:black;
}
ul.nowrapli li .list-infro p{
    color:black;
}
ul.nowrapli li .list-infro strong{
    color:black;
}
ul.nowrapli li:hover .list-infro{
    display:block;
}

ul.nowrapli li .list-infro td{
    padding:1px 10px;
    line-height:1.5;
}
.datatable th {
    border-bottom-width: 1px !important;
}
.datatable th,.datatable td {
    text-align: center;
}

.no-border-left {
    border-left: 0 !important;
}
.footer-bottom {
    padding-top: 8px;
    border-top: 1px solid #b7b9ba;
}
.collect {
    overflow: hidden;
    padding: 0;
    margin: 0;
}
.collect li {
    float: left;
    width: 33.3333%;
    padding: 15px;
}
.collect li a {
    position: relative;
    display: block;
}
.collect li a img {
    width: 100%;
    height: 155px;
}
.collect li span {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .7);
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    padding: 55px 70px 0;
    opacity: 0;
    transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
}
.collect li a:hover span {
    opacity: 1;
}
.close-fff {
    color: #fff;
    opacity: 1;
}

/* 忙掳鈥溍ㄢ�扳�斆β脚久β扳�溍β愨�毭┧喡ッβ韭澝⑩�澟久⑩�樎┟柯矫犫�犆Ｆ掆�毭�÷访柯�-猫沤陆莽娄鈥灻┧喡┟⑩�櫯∶幝幻モ�斅徝柯矫β徝Ｆ捖⒚柯矫犅ヅ犫�懊р�郝裁┞┞疵┡♀�犆β扳�溍ヂ解�⒚┞孤棵ヂ库劉茅拧鈥犆┧喡ッ柯� */
.modal-continue .modal-dialog {
    margin-top: 0;
    top: 20%;
}
.modal-continue .modal-body {
    padding: 45px 30px;
    text-align: center;
}
.modal-continue .modal-content {
    overflow: hidden;
}
.modal-continue p {
    margin-bottom: 0;
    font-size: 18px;
}
.modal-continue .modal-footer {
    background-color: #f5f5f5;
}
.modal-continue .close {
    position: absolute;
    top: 15px;
    right: 15px;
}

/*氓驴鈩� 茅藛楼芒藛露茫茠垄茂驴陆芒鈩⑩偓茂驴陆莽艩鈥犆Ｆ掆�γε解�犆柯矫︹�櫬伱嘎姑柯矫β锯�好ヂр�樏⑩�澛久ヂ佲�� 氓驴鈩⒚┧喡ッ︹�欌偓忙鈥∨犆Ｆ掆�毭⑩�樎疵柯�*/
.article-info-bz {
    /*margin-bottom: 20px;*/
    padding: 10px 30px;
    background-color: #f4f2f5;
    color: #5f5f5f;
}
.article-info-bz div[class*="col-"] {
    margin: 5px 0;
}
.article-info-bz div[class*="col-"] {
    overflow: hidden;
}
.article-info-bz span {
    float: left;
    min-width: 70px;
}
.article-info-bz {
    overflow: hidden;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.unfold-bz {
    display: block;
    padding: 5px 0;
    letter-spacing: 2px;
    background: #cbe0f3;
    text-align: center;
    color: #666 !important;
}
.unfold-bz:hover {
    background: #b6d4ed;
}
/* 猫艗鈥γヂㄢ�灻┧喡ッ︹�櫬伱⑩�澟久兟访ヂ锯�斆韭っβ嶁�撁�灺济⑩�澛久柯矫︹�撯�γ糕�姑幝得︹�欌偓氓碌艙茫茠鈥γ犫�γ柯� */
.card-content.style2 li{
    float:left;
    width:33.333%;
}
.card-area li.disabled a:hover{
    color: #ccc!important;
}

.card-content li.disabled a{
    color:#ccc!important;
}
.card-content li a{
    position: relative;
}
.card-content li a>img{
    position: absolute;
    right: 14px;
    top: 50%;
    margin-top: -20px;
    opacity:0;
}
.card-area li.active .content-first ul li img{
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    opacity:1;
}

/* 氓驴鈩⒚┧喡ッβ锯�好βＢ得Ｆ掆�γ犫�γ⑺喡睹⑩�澟久嘎姑柯矫︹�櫬伱⑩�澟久兟访ヂ锯�斆概犆戔偓茂驴陆莽艩鈥犆⑩�澟久⑩�樎┟柯矫柯� */
.media-link{
    margin:0 -5px;
}
.media-link a{
    display:inline-block;
    max-width:50%;
    padding:0 5px;
    float:left;
}




/************氓驴鈩⒚┧喡ッβ锯�好βＢ得Ｆ掆�γ犫�γ柯�     氓驴鈩⒚┧喡ッβ锯�好βＢ得Ｆ掆�γ犫�γ⑺喡睹Ｆ捖⒚柯矫幝裁捙久Ｆ掆�毭ヂ扳�撁ヂ佲�溍捖β愨�毭┧喡ッ犫�犆⑩�澟久⑩�樎┟柯矫β徝Ｆ捖⒚柯矫ββ嶁�斆Ｂ伮⒚┢捖澝ヂヂ矫幝裁︹�奥趁柯矫β徝嘎姑柯矫β锯�好βＢ得Ｆ掆�毭ヂ徛访︹�櫬伱Ｆ捖⒚柯矫幝裁捙久幝得犫�γ柯�************/

.zwgksp ul.btn-list li{
    padding: 0px 15px;
}
.zwgksp ul.btn-line li a.btn{
    border-radius: 5px;
}

/************猫艗鈥γヂㄢ�灻┧喡ッ︹�櫬伱⑩�澟久兟访ヂ锯�斆嘎姑柯矫︹�欌偓忙鈥∨犆Ｆ掆�毭⑩�樎疵柯�************/
.footer .links .dropdown{
    margin-left:166px;
}
.maxim{
    background:url("../images/maxim-bg.png") no-repeat center;
    background-size:cover;
    padding:8px 0;
}
.maxim-text{
    padding-top:25px;
    text-align:right;
}
.panel-clearfix{
    overflow: initial;
    clear: both;
}
.new-dropdown-list{
    position: relative;
}
.new-dropdown-list li.dropdown{
    position:initial;
}
.new-dropdown-list li.dropdown ul.dropdown-menu{
    left:0;
    width:100%;
    border-radius:4px;
}
.new-dropdown-list li.dropdown ul.dropdown-menu li{
    display:inline-block;
    width:33.333%;
    float:left;
}
.link-otherweb{
    padding:0;
    margin:0;
}
.otherweb-modal
.link-otherweb a{
    font-size:16px;
    width:33.333%;
    display:inline-block;
    float:left;
    text-align: center;
    padding:5px 0;
}
@media (max-width: 767px){
    .footer .links{
        float:none;
    }
    .footer .links li{
        margin:0;
        width:50%;
        text-align: center;
    }
}




/*氓驴鈩⒚仿︹�灻β扳�溍ㄢ�奥� 忙掳鈥溍ㄢ�斺�� 氓驴鈩⒚┧喡ッβ锯�好ヂр�樏嘎姑ヅ犫�懊ヂ郝惷ㄅ掆�γ┧喡┟⑩�樎┟ヂ佲�溍р�郝裁碘�毭︹�灻ㄅ掆�γ┡♀�犆⑴捗ヂ库劉茅藛漏芒鈥欌劉氓楼陆茫鈥炩�犆β嶁�撁嘎幝得︹�欌偓氓碌艙茫茠鈥γ犫�γ柯�*/

#intelligent{
    -moz-box-shadow:0px 0px 20px #FFDE00;
    -webkit-box-shadow:0px 0px 20px #FFDE00;
    box-shadow:0px 0px 20px #FFDE00;
    color:#ffffff;
    background-color:#ffb400;
    /*-webkit-animation-name: breathingLight;*/
    /*-webkit-animation-duration: 3s;*/
    /*-webkit-animation-iteration-count: infinite;*/
}

/*@-webkit-keyframes breathingLight{*/

/*from {*/

/*background-color: #fff;*/
/*-webkit-box-shadow:0 0 20px #ccc;*/
/*}*/

/*50% {*/

/*background-color: #fff6e6;*/
/*-webkit-box-shadow: 0 0 20px #FFDE00;*/

/*}*/

/*to {*/
/*background-color: #fff;*/
/*-webkit-box-shadow:0 0 20px #ccc;*/

/*}*/

/*}*/

.intelligent-box-panel{
    width:360px;
    height:395px;
    position:absolute;
    left:15px;
    top:0;
    z-index:9;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    /*-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);*/
    /*-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);*/
    /*box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);*/
    /*-webkit-animation-name:zoomInRight;*/
    -webkit-animation-duration: 1s;
    /*-webkit-animation-iteration-count: infinite;*/
}

.intelligent-box-title{
    position: relative;
    background-color:#005ebd;
    padding:0 10px;
}
.intelligent-box-title>h5{
    margin:0;
    font-size:18px;
    color:#ffffff;
    line-height:45px;
}
.intelligent-box-title>h5>i{
    font-size:30px;
    vertical-align: middle;
    margin-right:10px;
}
.close-intelligent{
    position: absolute;
    top:0;
    right:10px;
    font-size:14px;
    line-height:40px;
    border:none;
    background-color:transparent;
    color:#ffffff;
}
.intelligent-panel{
    padding:0 14px;
}
.intelligent-panel-title>a{
    display:block;
    font-size: 16px;
    color:#333333;
    position: relative;
    padding:10px 0;
}
.intelligent-panel-title>a>i{
    font-size:30px;
    color:#005ebd;
    margin-right:10px;
    vertical-align: middle;
    position: relative;
    top:-3px;
}

.intelligent-panel-title>a:before,.intelligent-panel-title>a:after{
    content:'';
    display:block;
    border:8px solid transparent;
    border-left-color:#333333;
    position: absolute;
    right:10px;
    top:14px;
}
.intelligent-panel-title>a:after{
    right:12px;
    border-left-color:#ffffff;
}
.intelligent-panel-list{
    padding:0;
    display:flex;
    justify-content: space-between;
    margin:8px 0;
}
.intelligent-panel-list>li{
    display:inline-block;
    border:1px solid #666666;
    margin-right:10px;
    transition:all .3s;
}
.intelligent-panel-list>li.active{
    background-color:#005ebd;
    transition:all .3s;
}
.intelligent-panel-list>li.active>a{
    color:#ffffff;
    transition:all .3s;
}
.intelligent-panel-list>li:last-child{
    margin-right:0;
}

.intelligent-panel-list>li>a{
    font-size:14px;
    color:#666666;
    display:block;
    padding:2px 5px;
    transition:all .3s;
}

.tab-content-tips{
    position: relative;
    color:#999999;
    font-size:12px;
    margin-bottom:10px;
}
.tab-content-tips:before{
    content:'';
    display:block;
    width:100%;
    height:1px;
    background-color:#999999;
    position:absolute;
    left:0;
    top:50%;
}
.tab-content-tips>span{
    display:inline-block;
    padding:0 8px;
    background-color:#ffffff;
    position: relative;
    z-index: 1;
}
.float-btn-group .intelligent-panel .uli14 li{
    display:block;
    background-position:0 14px;
}
.intelligent-panel .uli14{
    margin:0;
}
.intelligent-panel .uli14 li>a{
    font-size:14px;
}
.intelligent-panel .uli14 li>p{
    font-size:12px;
    color:#999999;
    margin-left:0;
}




.btn-float>i{
    font-size: 24px;
}
.intelligent-panel{
    padding:0;
}

.intelligent-tab-panel{
    -webkit-animation: hideDown 1s forwards;
    animation: hideDown 1s forwards
}
.intelligent-tab-panel.active{
    opacity:1;
    -webkit-animation: showUp .4s forwards;
    animation: showUp .4s forwards
}



/*氓驴鈩⒚仿︹�灻β扳�溍ㄢ�奥� css*/
.navOutNext {
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-animation: cornerScaleDown .3s forwards ease-in-out;
    animation: cornerScaleDown .3s forwards ease-in-out
}

.navInNext {
    opacity: 1;
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
    -webkit-animation: cornerScaleUp .3s .1s forwards ease-in-out;
    animation: cornerScaleUp .3s .1s forwards ease-in-out
}

.navOutPrev {
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
    -webkit-animation: cornerScaleDown .3s forwards ease-in-out;
    animation: cornerScaleDown .3s forwards ease-in-out
}

.navInPrev {
    opacity: 1;
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-animation: cornerScaleUp .3s .1s forwards ease-in-out;
    animation: cornerScaleUp .3s .1s forwards ease-in-out
}

.btn-link-wrap{
	padding:20px;
}
.btn-link-wrap .btn-link{
	display:block;
	width:47%;
	height:60px;
	line-height:60px;
	text-align:center;
	color:#fff;
	font-size:20px;
	border-radius:4px;
	text-decoration:none;
}
.btn-link-wrap .btn-link.btn1{
	background:#187adf;
	float:left;
}
.btn-link-wrap .btn-link.btn2{
	background:#18bdb7;
	float:right;
}




@-webkit-keyframes slideDown {
    from {}

    to {
        -webkit-transform: translateY(150%);
        opacity: 0
    }
}

@keyframes slideDown {
    from {}

    to {
        -webkit-transform: translateY(150%);
        transform: translateY(150%);
        opacity: 0
    }
}

@-webkit-keyframes showUp {
    from {
        -webkit-transform: scale(.5)
    }

    to {
        -webkit-transform: scale(1);
        opacity: 1
    }
}

@keyframes showUp {
    from {
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@-webkit-keyframes hideDown {
    from {}

    to {
        -webkit-transform: scale(.5);
        opacity: 0
    }
}

@keyframes hideDown {
    from {}

    to {
        -webkit-transform: scale(.5);
        transform: scale(.5);
        opacity: 0
    }
}

@-webkit-keyframes slideUp {
    from {
        -webkit-transform: translateY(150%)
    }

    to {
        -webkit-transform: translateY(0%);
        opacity: 1
    }
}

@keyframes slideUp {
    from {
        -webkit-transform: translateY(150%);
        transform: translateY(150%)
    }

    to {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        opacity: 1
    }
}

.fxFPulse .navOutNext {
    -webkit-animation: elastScaleUp .4s forwards;
    animation: elastScaleUp .4s forwards
}

.fxFPulse .navInNext {
    -webkit-animation: growUp .4s .3s forwards;
    animation: growUp .4s .3s forwards
}

.fxFPulse .navOutPrev {
    -webkit-animation: elastScaleDown .4s forwards;
    animation: elastScaleDown .4s forwards
}

.fxFPulse .navInPrev {
    -webkit-animation: growDown .4s .3s forwards;
    animation: growDown .4s .3s forwards
}

@-webkit-keyframes elastScaleUp {
    from {}

    30% {
        -webkit-transform: scale(.7);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1.3);
        opacity: 0
    }
}

@keyframes elastScaleUp {
    from {}

    30% {
        -webkit-transform: scale(.7);
        transform: scale(.7);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
        opacity: 0
    }
}

@-webkit-keyframes growUp {
    0% {
        -webkit-transform: scale(0)
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 1
    }
}

@keyframes growUp {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@-webkit-keyframes elastScaleDown {
    from {}

    30% {
        -webkit-transform: scale(1.3);
        opacity: .5
    }

    100% {
        -webkit-transform: scale(0);
        opacity: 0
    }
}

@keyframes elastScaleDown {
    from {}

    30% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
        opacity: .5
    }

    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }
}

@-webkit-keyframes growDown {
    0% {
        -webkit-transform: scale(1.3)
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 1
    }
}


.fxHearbeat .navOutNext {
    -webkit-animation: scaleUpDown .4s forwards ease-in;
    animation: scaleUpDown .4s forwards ease-in
}

.fxHearbeat .navInNext {
    -webkit-animation: growUp .4s .3s forwards;
    animation: growUp .4s .3s forwards
}

.fxHearbeat .navOutPrev {
    -webkit-animation: scaleUpDown .4s forwards ease-in;
    animation: scaleUpDown .4s forwards ease-in
}

.fxHearbeat .navInPrev {
    -webkit-animation: growUp .4s .3s forwards;
    animation: growUp .4s .3s forwards
}

@-webkit-keyframes scaleUpDown {
    from {}

    70% {
        -webkit-transform: scale(1.3);
        opacity: .8
    }

    80% {
        -webkit-transform: scale(1);
        opacity: 1;
        -webkit-animation-timing-function: ease-out
    }

    100% {
        -webkit-transform: scale(.5);
        opacity: 0;
        -webkit-animation-timing-function: ease-out
    }
}

@keyframes scaleUpDown {
    from {}

    70% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
        opacity: .8
    }

    80% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    100% {
        -webkit-transform: scale(.5);
        transform: scale(.5);
        opacity: 0;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

.fxCoverflow .itemwrap {
    -webkit-perspective: 1400px;
    perspective: 1400px
}

.fxDeal .itemwrap {
    -webkit-perspective: 1500px;
    perspective: 1500px
}

.fxDeal .navOutPrev,
.fxDeal .navOutNext {
    opacity: 1;
    -webkit-animation: scaleDown .5s forwards;
    animation: scaleDown .5s forwards
}

.fxDeal .navInNext {
    z-index: 9999;
    -webkit-animation: throwFromRight .4s .1s forwards ease-out;
    animation: throwFromRight .4s .1s forwards ease-out
}

.fxDeal .navInPrev {
    z-index: 9999;
    -webkit-animation: throwFromLeft .4s .1s forwards ease-out;
    animation: throwFromLeft .4s .1s forwards ease-out
}

.fxDeal li::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    pointer-events: none;
    background-color: rgba(0, 0, 0, .3);
    transition: opacity .5s
}

.fxDeal .navOutPrev::after,
.fxDeal .navOutNext::after {
    opacity: 1
}

@-webkit-keyframes scaleDown {
    from {}

    to {
        -webkit-transform: scale(.9)
    }
}

@keyframes scaleDown {
    from {}

    to {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }
}

@-webkit-keyframes throwFromRight {
    from {
        -webkit-transform: translateX(20%) rotateZ(10deg) rotateY(40deg) translateZ(500px);
        opacity: 1
    }

    to {
        -webkit-transform: translateX(0) rotateZ(0) rotateY(0) translateZ(0);
        opacity: 1
    }
}

@keyframes throwFromRight {
    from {
        -webkit-transform: translateX(20%) rotateZ(10deg) rotateY(40deg) translateZ(500px);
        transform: translateX(20%) rotateZ(10deg) rotateY(40deg) translateZ(500px);
        opacity: 1
    }

    to {
        -webkit-transform: translateX(0) rotateZ(0) rotateY(0) translateZ(0);
        transform: translateX(0) rotateZ(0) rotateY(0) translateZ(0);
        opacity: 1
    }
}

@-webkit-keyframes throwFromLeft {
    from {
        -webkit-transform: translateX(-20%) rotateZ(-10deg) rotateY(-40deg) translateZ(500px);
        opacity: 1
    }

    to {
        -webkit-transform: translateX(0) rotateZ(0) rotateY(0) translateZ(0);
        opacity: 1
    }
}

@keyframes throwFromLeft {
    from {
        -webkit-transform: translateX(-20%) rotateZ(-10deg) rotateY(-40deg) translateZ(500px);
        transform: translateX(-20%) rotateZ(-10deg) rotateY(-40deg) translateZ(500px);
        opacity: 1
    }

    to {
        -webkit-transform: translateX(0) rotateZ(0) rotateY(0) translateZ(0);
        transform: translateX(0) rotateZ(0) rotateY(0) translateZ(0);
        opacity: 1
    }
}

.fxFerris .navOutNext {
    -webkit-transform-origin: 400% 50%;
    transform-origin: 400% 50%;
    -webkit-animation: RotateTranslatedToRight .2s forwards ease-out;
    animation: RotateTranslatedToRight .2s forwards ease-out
}

.fxFerris .navInNext {
    -webkit-transform-origin: 200% 50%;
    transform-origin: 200% 50%;
    -webkit-animation: RotateTranslatedFromRight .2s forwards ease-out;
    animation: RotateTranslatedFromRight .2s forwards ease-out
}

.fxFerris .navOutPrev {
    -webkit-transform-origin: -300% 50%;
    transform-origin: -300% 50%;
    -webkit-animation: RotateTranslatedToLeft .2s forwards ease-out;
    animation: RotateTranslatedToLeft .2s forwards ease-out
}

.fxFerris .navInPrev {
    -webkit-transform-origin: -100% 50%;
    transform-origin: -100% 50%;
    -webkit-animation: RotateTranslatedFromLeft .2s forwards ease-out;
    animation: RotateTranslatedFromLeft .2s forwards ease-out
}

@-webkit-keyframes RotateTranslatedToRight {
    from {}

    to {
        -webkit-transform: rotateZ(20deg);
        opacity: 0
    }
}

@keyframes RotateTranslatedToRight {
    from {}

    to {
        -webkit-transform: rotateZ(20deg);
        transform: rotateZ(20deg);
        opacity: 0
    }
}

@-webkit-keyframes RotateTranslatedFromRight {
    from {
        -webkit-transform: rotateZ(-45deg);
        opacity: .5
    }

    to {
        -webkit-transform: rotateZ(0deg);
        opacity: 1
    }
}

@keyframes RotateTranslatedFromRight {
    from {
        -webkit-transform: rotateZ(-45deg);
        transform: rotateZ(-45deg);
        opacity: .5
    }

    to {
        -webkit-transform: rotateZ(0deg);
        transform: rotateZ(0deg);
        opacity: 1
    }
}

@-webkit-keyframes RotateTranslatedToLeft {
    from {}

    to {
        -webkit-transform: rotateZ(-20deg);
        opacity: 0
    }
}

@keyframes RotateTranslatedToLeft {
    from {}

    to {
        -webkit-transform: rotateZ(-20deg);
        transform: rotateZ(-20deg);
        opacity: 0
    }
}

@-webkit-keyframes RotateTranslatedFromLeft {
    from {
        -webkit-transform: rotateZ(45deg);
        opacity: .5
    }

    to {
        -webkit-transform: rotateZ(0deg);
        opacity: 1
    }
}

@keyframes RotateTranslatedFromLeft {
    from {
        -webkit-transform: rotateZ(45deg);
        transform: rotateZ(45deg);
        opacity: .5
    }

    to {
        -webkit-transform: rotateZ(0deg);
        transform: rotateZ(0deg);
        opacity: 1
    }
}

.fxShinkansen .navOutNext {
    -webkit-animation: skewOutLeft .4s forwards ease-in;
    animation: skewOutLeft .4s forwards ease-in
}

.fxShinkansen .navInNext {
    -webkit-animation: skewInRight .4s forwards ease-in;
    animation: skewInRight .4s forwards ease-in
}

.fxShinkansen .navOutPrev {
    -webkit-animation: skewOutRight .4s forwards ease-in;
    animation: skewOutRight .4s forwards ease-in
}

.fxShinkansen .navInPrev {
    -webkit-animation: skewInLeft .4s forwards ease-in;
    animation: skewInLeft .4s forwards ease-in
}

@-webkit-keyframes skewOutLeft {
    50% {
        -webkit-animation-timing-function: ease-out;
        -webkit-transform: skew(-20deg) translateX(-75%);
        opacity: .7
    }

    100% {
        -webkit-transform: skew(0deg) translateX(-150%);
        opacity: 0
    }
}

@keyframes skewOutLeft {
    50% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-transform: skew(-20deg) translateX(-75%);
        transform: skew(-20deg) translateX(-75%);
        opacity: .7
    }

    100% {
        -webkit-transform: skew(0deg) translateX(-150%);
        transform: skew(0deg) translateX(-150%);
        opacity: 0
    }
}

@-webkit-keyframes skewInRight {
    0% {
        -webkit-transform: skew(0deg) translateX(150%)
    }

    50% {
        -webkit-animation-timing-function: ease-out;
        -webkit-transform: skew(-20deg) translateX(75%)
    }

    100% {
        -webkit-transform: skew(0) translateX(0);
        opacity: 1
    }
}

@keyframes skewInRight {
    0% {
        -webkit-transform: skew(0deg) translateX(150%);
        transform: skew(0deg) translateX(150%)
    }

    50% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-transform: skew(-20deg) translateX(75%);
        transform: skew(-20deg) translateX(75%)
    }

    100% {
        -webkit-transform: skew(0) translateX(0);
        transform: skew(0) translateX(0);
        opacity: 1
    }
}

@-webkit-keyframes skewOutRight {
    50% {
        -webkit-animation-timing-function: ease-out;
        -webkit-transform: skew(20deg) translateX(75%);
        opacity: .7
    }

    100% {
        -webkit-transform: skew(0deg) translateX(150%);
        opacity: 0
    }
}

@keyframes skewOutRight {
    50% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-transform: skew(20deg) translateX(75%);
        transform: skew(20deg) translateX(75%);
        opacity: .7
    }

    100% {
        -webkit-transform: skew(0deg) translateX(150%);
        transform: skew(0deg) translateX(150%);
        opacity: 0
    }
}

@-webkit-keyframes skewInLeft {
    0% {
        -webkit-transform: skew(0deg) translateX(-150%)
    }

    50% {
        -webkit-animation-timing-function: ease-out;
        -webkit-transform: skew(20deg) translateX(-75%)
    }

    100% {
        -webkit-transform: skew(0) translateX(0);
        opacity: 1
    }
}



.fxSnake li {
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%
}

.fxSnake .navOutNext {
    -webkit-animation: slideOutBounceLeft .3s forwards linear;
    animation: slideOutBounceLeft .3s forwards linear
}

.fxSnake .navInNext {
    -webkit-animation: slideInBounceRight .3s forwards linear;
    animation: slideInBounceRight .3s forwards linear
}

.fxSnake .navOutPrev {
    -webkit-animation: slideOutBounceRight .3s forwards linear;
    animation: slideOutBounceRight .3s forwards linear
}

.fxSnake .navInPrev {
    -webkit-animation: slideInBounceLeft .3s forwards linear;
    animation: slideInBounceLeft .3s forwards linear
}

@-webkit-keyframes slideOutBounceLeft {
    25% {
        -webkit-transform: translateX(-50%) rotate(-7deg)
    }

    50% {
        -webkit-transform: translateX(-100%) rotate(7deg);
        opacity: .7
    }

    100% {
        -webkit-transform: translateX(-200%) rotate(0deg);
        opacity: 0
    }
}

@keyframes slideOutBounceLeft {
    25% {
        -webkit-transform: translateX(-50%) rotate(-7deg);
        transform: translateX(-50%) rotate(-7deg)
    }

    50% {
        -webkit-transform: translateX(-100%) rotate(7deg);
        transform: translateX(-100%) rotate(7deg);
        opacity: .7
    }

    100% {
        -webkit-transform: translateX(-200%) rotate(0deg);
        transform: translateX(-200%) rotate(0deg);
        opacity: 0
    }
}

@-webkit-keyframes slideInBounceRight {
    0% {
        -webkit-transform: translateX(200%)
    }

    50% {
        -webkit-transform: translateX(100%) rotate(-7deg);
        opacity: .7
    }

    75% {
        -webkit-transform: translateX(50%) rotate(7deg)
    }

    100% {
        -webkit-transform: translateX(0) rotate(0deg);
        opacity: 1
    }
}

@keyframes slideInBounceRight {
    0% {
        -webkit-transform: translateX(200%);
        transform: translateX(200%)
    }

    50% {
        -webkit-transform: translateX(100%) rotate(-7deg);
        transform: translateX(100%) rotate(-7deg);
        opacity: .7
    }

    75% {
        -webkit-transform: translateX(50%) rotate(7deg);
        transform: translateX(50%) rotate(7deg)
    }

    100% {
        -webkit-transform: translateX(0) rotate(0deg);
        transform: translateX(0) rotate(0deg);
        opacity: 1
    }
}

@-webkit-keyframes slideOutBounceRight {
    25% {
        -webkit-transform: translateX(50%) rotate(7deg)
    }

    50% {
        -webkit-transform: translateX(100%) rotate(-7deg);
        opacity: .7
    }

    100% {
        -webkit-transform: translateX(200%) rotate(0deg);
        opacity: 0
    }
}

@keyframes slideOutBounceRight {
    25% {
        -webkit-transform: translateX(50%) rotate(7deg);
        transform: translateX(50%) rotate(7deg)
    }

    50% {
        -webkit-transform: translateX(100%) rotate(-7deg);
        transform: translateX(100%) rotate(-7deg);
        opacity: .7
    }

    100% {
        -webkit-transform: translateX(200%) rotate(0deg);
        transform: translateX(200%) rotate(0deg);
        opacity: 0
    }
}

@-webkit-keyframes slideInBounceLeft {
    0% {
        -webkit-transform: translateX(-200%)
    }

    50% {
        -webkit-transform: translateX(-100%) rotate(7deg);
        opacity: .7
    }

    75% {
        -webkit-transform: translateX(-50%) rotate(-7deg)
    }

    100% {
        -webkit-transform: translateX(0) rotate(0deg);
        opacity: 1
    }
}

@keyframes slideInBounceLeft {
    0% {
        -webkit-transform: translateX(-200%);
        transform: translateX(-200%)
    }

    50% {
        -webkit-transform: translateX(-100%) rotate(7deg);
        transform: translateX(-100%) rotate(7deg);
        opacity: .7
    }

    75% {
        -webkit-transform: translateX(-50%) rotate(-7deg);
        transform: translateX(-50%) rotate(-7deg)
    }

    100% {
        -webkit-transform: translateX(0) rotate(0deg);
        transform: translateX(0) rotate(0deg);
        opacity: 1
    }
}

.fxShuffle li {
    -webkit-transform-origin: -50% -50%;
    transform-origin: -50% -50%
}

.fxShuffle .navOutNext {
    -webkit-animation: fanBehindDown .5s forwards;
    animation: fanBehindDown .5s forwards
}

.fxShuffle .navInNext {
    opacity: 1;
    -webkit-animation: fanFrontUp .5s forwards;
    animation: fanFrontUp .5s forwards
}

.fxShuffle .navOutPrev {
    -webkit-animation: fanBehindUp .5s forwards;
    animation: fanBehindUp .5s forwards
}

.fxShuffle .navInPrev {
    opacity: 1;
    -webkit-animation: fanFrontDown .5s forwards;
    animation: fanFrontDown .5s forwards
}

.fxShuffle li::before,
.fxShuffle li::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background-color: rgba(0, 0, 0, .5);
    transition: opacity .5s
}

.fxShuffle li::after,
.fxShuffle .navOutNext::before,
.fxShuffle .navOutPrev::before {
    opacity: 1
}

.fxShuffle .navOutNext::before,
.fxShuffle .navOutPrev::before {
    -webkit-transition-speed: .25s;
    transition-speed: .25s;
    transition-delay: .2s
}

.fxShuffle li::before,
.fxShuffle li.current::after,
.fxShuffle .navInNext::after,
.fxShuffle .navInPrev::after {
    opacity: 0
}

@-webkit-keyframes fanBehindDown {
    from {}

    50% {
        -webkit-transform: rotate(30deg);
        z-index: 9999
    }

    100% {
        -webkit-transform: rotate(0deg)
    }
}

@keyframes fanBehindDown {
    from {}

    50% {
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
        z-index: 9999
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@-webkit-keyframes fanFrontUp {
    from {}

    50% {
        -webkit-transform: rotate(-20deg)
    }

    51% {
        -webkit-transform: rotate(-20deg);
        z-index: 9999
    }

    100% {
        -webkit-transform: rotate(0deg);
        z-index: 9999
    }
}

@keyframes fanFrontUp {
    from {}

    50% {
        -webkit-transform: rotate(-20deg);
        transform: rotate(-20deg)
    }

    51% {
        -webkit-transform: rotate(-20deg);
        transform: rotate(-20deg);
        z-index: 9999
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        z-index: 9999
    }
}

@-webkit-keyframes fanBehindUp {
    from {}

    50% {
        -webkit-transform: rotate(-20deg);
        z-index: 9999
    }

    100% {
        -webkit-transform: rotate(0deg)
    }
}

@keyframes fanBehindUp {
    from {}

    50% {
        -webkit-transform: rotate(-20deg);
        transform: rotate(-20deg);
        z-index: 9999
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@-webkit-keyframes fanFrontDown {
    from {}

    50% {
        -webkit-transform: rotate(30deg)
    }

    51% {
        -webkit-transform: rotate(30deg);
        z-index: 9999
    }

    100% {
        -webkit-transform: rotate(0deg);
        z-index: 9999
    }
}

@keyframes fanFrontDown {
    from {}

    50% {
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg)
    }

    51% {
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
        z-index: 9999
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        z-index: 9999
    }
}

.fxPhotoBrowse .itemwrap {
    -webkit-perspective: 1300px;
    perspective: 1300px
}

.fxPhotoBrowse .navOutNext {
    -webkit-animation: moveBehind .5s forwards;
    animation: moveBehind .5s forwards
}

.fxPhotoBrowse .navInNext {
    opacity: 1;
    -webkit-animation: appear .5s forwards;
    animation: appear .5s forwards
}

.fxPhotoBrowse .navOutPrev {
    -webkit-animation: disappear .5s forwards;
    animation: disappear .5s forwards
}

.fxPhotoBrowse .navInPrev {
    opacity: 1;
    -webkit-animation: moveFront .5s forwards;
    animation: moveFront .5s forwards
}

.fxPhotoBrowse li::before,
.fxPhotoBrowse li::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background-color: rgba(0, 0, 0, .6);
    transition: opacity .5s
}

.fxPhotoBrowse li::after,
.fxPhotoBrowse .navOutNext::before,
.fxPhotoBrowse .navOutPrev::before {
    opacity: 1
}

.fxPhotoBrowse .navOutNext::before,
.fxPhotoBrowse .navOutPrev::before {
    -webkit-transition-speed: .25s;
    transition-speed: .25s;
    transition-delay: .2s
}

.fxPhotoBrowse li::before,
.fxPhotoBrowse li.current::after,
.fxPhotoBrowse .navInNext::after,
.fxPhotoBrowse .navInPrev::after {
    opacity: 0
}

@-webkit-keyframes moveBehind {
    from {}

    50% {
        z-index: 9999;
        -webkit-transform: translateX(-105%) rotateY(35deg) rotateX(10deg)
    }

    100% {
        -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg)
    }
}

@keyframes moveBehind {
    from {}

    50% {
        z-index: 9999;
        -webkit-transform: translateX(-105%) rotateY(35deg) rotateX(10deg);
        transform: translateX(-105%) rotateY(35deg) rotateX(10deg)
    }

    100% {
        -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg);
        transform: translateX(0%) rotateY(0deg) rotateX(0deg)
    }
}

@-webkit-keyframes appear {
    0% {
        -webkit-transform: translateZ(-200px)
    }

    51% {
        z-index: 9999
    }

    70% {
        z-index: 9999;
        -webkit-transform: translateZ(50px)
    }

    100% {
        z-index: 9999;
        -webkit-transform: translateZ(0px)
    }
}

@keyframes appear {
    0% {
        -webkit-transform: translateZ(-200px);
        transform: translateZ(-200px)
    }

    51% {
        z-index: 9999
    }

    70% {
        z-index: 9999;
        -webkit-transform: translateZ(50px);
        transform: translateZ(50px)
    }

    100% {
        z-index: 9999;
        -webkit-transform: translateZ(0px);
        transform: translateZ(0px)
    }
}

@-webkit-keyframes disappear {
    from {}

    30% {
        -webkit-transform: translateZ(50px)
    }

    50% {
        z-index: 9999
    }

    100% {
        -webkit-transform: translateZ(-200px)
    }
}

@keyframes disappear {
    from {}

    30% {
        -webkit-transform: translateZ(50px);
        transform: translateZ(50px)
    }

    50% {
        z-index: 9999
    }

    100% {
        -webkit-transform: translateZ(-200px);
        transform: translateZ(-200px)
    }
}

@-webkit-keyframes moveFront {
    from {}

    50% {
        -webkit-transform: translateX(-105%) rotateY(35deg) rotateX(10deg)
    }

    51% {
        z-index: 9999
    }

    100% {
        z-index: 9999;
        -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg)
    }
}

@keyframes moveFront {
    from {}

    50% {
        -webkit-transform: translateX(-105%) rotateY(35deg) rotateX(10deg);
        transform: translateX(-105%) rotateY(35deg) rotateX(10deg)
    }

    51% {
        z-index: 9999
    }

    100% {
        z-index: 9999;
        -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg);
        transform: translateX(0%) rotateY(0deg) rotateX(0deg)
    }
}

.fxSlideBehind .itemwrap {
    -webkit-perspective: 1000px;
    perspective: 1000px
}

.fxSlideBehind .navOutNext {
    -webkit-animation: hideLeft .5s forwards;
    animation: hideLeft .5s forwards
}

.fxSlideBehind .navInNext {
    -webkit-animation: showRight .5s forwards;
    animation: showRight .5s forwards
}

.fxSlideBehind .navOutPrev {
    -webkit-animation: hideRight .5s forwards;
    animation: hideRight .5s forwards
}

.fxSlideBehind .navInPrev {
    -webkit-animation: showLeft .5s forwards;
    animation: showLeft .5s forwards
}

.fxSlideBehind li::before,
.fxSlideBehind li::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background-color: rgba(0, 0, 0, .5);
    transition: opacity .5s
}

.fxSlideBehind li::after,
.fxSlideBehind .navOutNext::before,
.fxSlideBehind .navOutPrev::before {
    opacity: 1
}

.fxSlideBehind li::before,
.fxSlideBehind li.current::after,
.fxSlideBehind .navInNext::after,
.fxSlideBehind .navInPrev::after {
    opacity: 0
}

@-webkit-keyframes hideLeft {
    0% {
        -webkit-transform: translateZ(0px)
    }

    40% {
        -webkit-transform: translate(-40%, 0) scale(0.8) rotateY(20deg);
        z-index: 9999
    }

    100% {
        opacity: 1;
        -webkit-transform: translateZ(-400px)
    }
}

@keyframes hideLeft {
    0% {
        -webkit-transform: translateZ(0px);
        transform: translateZ(0px)
    }

    40% {
        -webkit-transform: translate(-40%, 0) scale(0.8) rotateY(20deg);
        transform: translate(-40%, 0) scale(0.8) rotateY(20deg);
        z-index: 9999
    }

    100% {
        opacity: 1;
        -webkit-transform: translateZ(-400px);
        transform: translateZ(-400px)
    }
}

@-webkit-keyframes showRight {
    0% {
        -webkit-transform: translateZ(-400px);
        opacity: 1
    }

    40% {
        -webkit-transform: translate(40%, 0) scale(0.8) rotateY(-20deg);
        opacity: 1
    }

    41% {
        -webkit-transform: translate(40%, 0) scale(0.8) rotateY(-20deg);
        opacity: 1;
        z-index: 9999
    }

    100% {
        -webkit-transform: translateZ(0px);
        opacity: 1;
        z-index: 9999
    }
}

@keyframes showRight {
    0% {
        -webkit-transform: translateZ(-400px);
        transform: translateZ(-400px);
        opacity: 1
    }

    40% {
        -webkit-transform: translate(40%, 0) scale(0.8) rotateY(-20deg);
        transform: translate(40%, 0) scale(0.8) rotateY(-20deg);
        opacity: 1
    }

    41% {
        -webkit-transform: translate(40%, 0) scale(0.8) rotateY(-20deg);
        transform: translate(40%, 0) scale(0.8) rotateY(-20deg);
        opacity: 1;
        z-index: 9999
    }

    100% {
        -webkit-transform: translateZ(0px);
        transform: translateZ(0px);
        opacity: 1;
        z-index: 9999
    }
}

@-webkit-keyframes hideRight {
    0% {
        -webkit-transform: translateZ(0px)
    }

    40% {
        -webkit-transform: translate(40%, 0) scale(0.8) rotateY(-20deg);
        z-index: 9999
    }

    100% {
        opacity: 1;
        -webkit-transform: translateZ(-400px)
    }
}

@keyframes hideRight {
    0% {
        -webkit-transform: translateZ(0px);
        transform: translateZ(0px)
    }

    40% {
        -webkit-transform: translate(40%, 0) scale(0.8) rotateY(-20deg);
        transform: translate(40%, 0) scale(0.8) rotateY(-20deg);
        z-index: 9999
    }

    100% {
        opacity: 1;
        -webkit-transform: translateZ(-400px);
        transform: translateZ(-400px)
    }
}

@-webkit-keyframes showLeft {
    0% {
        -webkit-transform: translateZ(-400px);
        opacity: 1
    }

    40% {
        -webkit-transform: translate(-40%, 0) scale(0.8) rotateY(20deg);
        opacity: 1
    }

    41% {
        -webkit-transform: translate(-40%, 0) scale(0.8) rotateY(20deg);
        opacity: 1;
        z-index: 9999
    }

    100% {
        -webkit-transform: translateZ(0px);
        opacity: 1;
        z-index: 9999
    }
}

@keyframes showLeft {
    0% {
        -webkit-transform: translateZ(-400px);
        transform: translateZ(-400px);
        opacity: 1
    }

    40% {
        -webkit-transform: translate(-40%, 0) scale(0.8) rotateY(20deg);
        transform: translate(-40%, 0) scale(0.8) rotateY(20deg);
        opacity: 1
    }

    41% {
        -webkit-transform: translate(-40%, 0) scale(0.8) rotateY(20deg);
        transform: translate(-40%, 0) scale(0.8) rotateY(20deg);
        opacity: 1;
        z-index: 9999
    }

    100% {
        -webkit-transform: translateZ(0px);
        transform: translateZ(0px);
        opacity: 1;
        z-index: 9999
    }
}

.fxVacuum .navOutNext {
    -webkit-animation: slideScaleOutLeft .4s forwards;
    animation: slideScaleOutLeft .4s forwards
}

.fxVacuum .navInNext {
    -webkit-animation: slideScaleInRight .4s .2s forwards;
    animation: slideScaleInRight .4s .2s forwards
}

.fxVacuum .navOutPrev {
    -webkit-animation: slideScaleOutRight .4s forwards;
    animation: slideScaleOutRight .4s forwards
}

.fxVacuum .navInPrev {
    -webkit-animation: slideScaleInLeft .4s .2s forwards;
    animation: slideScaleInLeft .4s .2s forwards
}

@-webkit-keyframes slideScaleOutLeft {
    from {}

    50% {
        -webkit-transform: translateX(25%) scale(1.2);
        opacity: .8
    }

    100% {
        -webkit-transform: translateX(-250%) scale(0);
        opacity: 0
    }
}

@keyframes slideScaleOutLeft {
    from {}

    50% {
        -webkit-transform: translateX(25%) scale(1.2);
        transform: translateX(25%) scale(1.2);
        opacity: .8
    }

    100% {
        -webkit-transform: translateX(-250%) scale(0);
        transform: translateX(-250%) scale(0);
        opacity: 0
    }
}

@-webkit-keyframes slideScaleInRight {
    from {
        -webkit-transform: translateX(250%) scale(0)
    }

    to {
        -webkit-transform: translateX(0) scale(1);
        opacity: 1
    }
}

@keyframes slideScaleInRight {
    from {
        -webkit-transform: translateX(250%) scale(0);
        transform: translateX(250%) scale(0)
    }

    to {
        -webkit-transform: translateX(0) scale(1);
        transform: translateX(0) scale(1);
        opacity: 1
    }
}

@-webkit-keyframes slideScaleOutRight {
    from {}

    50% {
        -webkit-transform: translateX(-25%) scale(1.2);
        opacity: .8
    }

    100% {
        -webkit-transform: translateX(250%) scale(0);
        opacity: 0
    }
}

@keyframes slideScaleOutRight {
    from {}

    50% {
        -webkit-transform: translateX(-25%) scale(1.2);
        transform: translateX(-25%) scale(1.2);
        opacity: .8
    }

    100% {
        -webkit-transform: translateX(250%) scale(0);
        transform: translateX(250%) scale(0);
        opacity: 0
    }
}

@-webkit-keyframes slideScaleInLeft {
    from {
        -webkit-transform: translateX(-250%) scale(0)
    }

    to {
        -webkit-transform: translateX(0) scale(1);
        opacity: 1
    }
}

@keyframes slideScaleInLeft {
    from {
        -webkit-transform: translateX(-250%) scale(0);
        transform: translateX(-250%) scale(0)
    }

    to {
        -webkit-transform: translateX(0) scale(1);
        transform: translateX(0) scale(1);
        opacity: 1
    }
}

.hot-word-click{
    padding:0;
}
.hot-word-click>li{
    display:inline-block;
    margin:0 5px;
    color:#878787;
    font-size:16px;
}
.hot-word-click>li>a{
    border-radius:4px;
    /*background-color:#0069c5;*/
    color:#ffffff;
    padding:4px 8px;
    font-size: 14px;
}
.hot-word-click>li:nth-child(1)>a{
    background-color:#168ef7;
}
.hot-word-click>li:nth-child(2)>a{
    background-color:#46A6F7;
}
.hot-word-click>li:nth-child(3)>a{
    background-color: #4eb0f7;
}
.hot-word-click>li:nth-child(4)>a{
    background-color: #66c2f7;
}
.hot-word-click>li:nth-child(5)>a{
    background-color: #66c2f7;
}
#intelligent.open:before{
    content:'氓驴鈩⒚┧喡ッβ糕�姑Ｆ捖⒚柯矫幝裁堵伱幝裁┾劉藛卯鸥鈥姑韭Ｃ⑩劉鈧柯矫伮幻Ｂ伮⒚ε嘎⑺喡睹幝裁ぢ悸�÷该⑩�澛⒚β嶁�撁嘎Ｆ掆�γ︹�欌偓卯鸥鈥姑概犆ヂ衡�溍ヅ犫�懊ㄅ掆�γ┧喡ッ⑺喡柯�';
    position: absolute;
    top:-80px;
    font-size:14px;
    width:100px;
    right:0px;
    line-height:normal;
    border-radius:20px;
    background-color:#ffb400;
    color:#fff;
    padding:10px;
    opacity: 1;
}
#intelligent.open:after{
    content: '';
    border:10px solid transparent;
    border-top-color:#ffb400;
    position: absolute;
    top:-21px;
    right:15px;
    opacity:1;
}

/*莽鈥郝裁┞┞疵ヂ郝惷ヂ库劉茅藛楼忙戮鈥好ヂр�樏韭っβ嶁�撁�灺济概犆�÷访ヂ蹬撁韭Ｃ⑩劉鈧柯矫р偓鈥箂s*/
.hot-word-click{
    padding:0;
}
.hot-word-click>li{
    display:inline-block;
    margin:0 5px;
    color:#878787;
    font-size:16px;
}
.hot-word-click>li>a{
    border-radius:4px;
    /*background-color:#0069c5;*/
    color:#ffffff;
    padding:4px 8px;
    font-size: 14px;
}
.hot-word-click>li:nth-child(1)>a{
    background-color:#168ef7;
}
.hot-word-click>li:nth-child(2)>a{
    background-color:#46A6F7;
}
.hot-word-click>li:nth-child(3)>a{
    background-color: #4eb0f7;
}
.hot-word-click>li:nth-child(4)>a{
    background-color: #66c2f7;
}
.hot-word-click>li:nth-child(5)>a{
    background-color: #66c2f7;
}

/****** 莽艗芦忙聬鈥毭┧喡ッ伮幻ｂ�炩�γβ嵟∶β嶁�斆嘎姑ヂ佲�溍β愨�毭ヂ库劉茅藛楼忙鈥櫬柯矫⑺喡睹Ｂ伮⒚ヂγ澛姑Ｆ掆�毭Ｂ伮⒚β陈得嘎姑柯矫⑩�樎好柯� *******/
.sx_img {
    background: url(../images/sx_img.png) no-repeat right;
}

.bg-blue{
    /*background: #3ca0dc!important;*/
    background: rgba(77,159,212,.1)!important;
    color: #444;
    border-color:rgba(77,159,212,.4)!important;
}
.bg-blue:hover{
    background: #3ca0dc!important;
    color: #fff!important;
}
.bg-green{
    /*background: #7eb247!important;*/
    background: rgba(142,166,91,.1)!important;
    color: #444;
    border-color:rgba(142,166,91,.4)!important;
}
.bg-green:hover{
    background: rgba(142,166,91,1)!important;
    color: #fff!important;
}
.bg-red{
    background: rgba(244,157,64,.1)!important;
    /*background: #d05536!important;*/
    color: #444;
    border-color: rgba(244,157,64,.4)!important;
}
.bg-red:hover{
    background: rgba(244,157,64,1)!important;
    color: #fff!important;
}
.bg-org{
    background: rgba(193,103,67,.1)!important;
    /*background: #ff9600!important;*/
    color: #444;
    border-color:rgba(193,103,67,.4)!important;
}
.bg-org:hover{
    background: rgba(193,103,67,1)!important;
    color: #fff!important;
}
/* ccy 20190417*/

.app-blue{
    background: #005ebd;
}
.float-btn-group .app-blue{
    position: relative;
}
.float-btn-group .appline{
    position: absolute;
    right:80px;
    bottom: 10px;
    max-width:none;
    width:144px;
    height:auto;
}
.float-btn-group .appline button{
    display: block;
    width:30px;
    height:30px;
    position: absolute;
    right:0;
    top:0;
    border:none;
    background:none;
    z-index: 3;
    outline: none
}
.float-btn-group .app-blue:hover .appline{
    display: block;
}
.float-btn-group i.phone{
    display: inline-block;
    width:20px;
    height:20px;
    background:url(/shpt/assets/img/fixed-leftphone.png) no-repeat;
    background-size: 100%;
}
/***************gcf 06-24**********************************/
.review-header {
    position: relative;
    text-align: center;
    margin: 40px 0 25px;
}
.review-header:before {
    content: "";
    display: block;
    width: 100%;
    border-top: 3px solid #efefef;
    position: absolute;
    left: 0;
    top: 59%;
    margin-top: -5px;
}
.review-header b {
    display: inline-block;
    font-size: 30px;

    padding: 0 25px;
    position: relative;
    background: #fff;
}

.zf-form{
    margin-top: 50px;
}
.zf-form .input-group-btn:last-child>.btn{
    margin-left: 20px;
    box-shadow: none;
}
.panel-body{
    min-height: 450px;
}
.btn-ddd{
    background-color:#ebeff1 ;
}
.gb-icon-ul  a:focus i,
.gb-icon-ul  a:hover i{
    color: #0069c5!important;
}
.qugb-form {
    position: absolute;
    right: 0px;
    top: 10px;
}
.qugb-form .margin-left-20{
    margin-left: 20px!important;
}
.main-body .page-header-1{
    margin-top: 50px;
}
.main-body .page-header-1 h4 a{
color: #444;
}
.main-body ul{
    border-bottom: 1px #ddd dashed;
    padding-bottom: 20px;
}
.main-body ul:last-child{
    border-bottom: none;
}
.zxgb-top-right{

    border-bottom: 1px #ddd dashed;
    padding-bottom: 30px;
}
.zxgb-top-right-form{
    position: absolute;
    top: 32px;
    left: 23%;
}
.list-zigb-div .list-zigb li{
    color: #0069c5;
}
.list-zigb-div .list-zigb li.active-border{
    border-bottom: 1px #ddd dashed;
    padding-bottom: 15px;
}
.list-zigb-div .list-zigb li span{
    color:#444 ;
}
.main-body .Article_content p{
    text-indent: 2em;
}
.gb-detail ul li a{
    width: 30%;
    text-align: right;
    float: left;
    padding-right: 5px;

}
.gb-detail ul li p{
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.gb-detail ul {
    background: #f7f7f7;
    padding: 10px 0px;
    margin-top: 30px;
}
.list-zigb-div ul.list-zigb li{
    list-style-type: disc;
    padding: 6px 0 6px 1px;
}
.main-body ul li a{
    text-align: center;
    border: 1px #e9e9e9 solid;
    box-shadow: -10px 0 0 #f1f1f1;
    width: 85%;

}
.zxgb-top-right-form select{
    width: 120px;
}
.main-body ul li{

}
.main-body ul li a img{
    height: 74px;
    margin-top: 20px;
}
.main-body ul li a .h3{
    color: #222;
    font-weight: bolder;
    font-size: 22px;
    letter-spacing: 2px;
    padding: 0px 20px;
    line-height: 1.5;
}

.main-body ul li a p{
    color: #222;
    font-size: 16px;
    font-weight: 600;
}
.main-body ul li a p.data{
    letter-spacing: 3px;
}
.seacher-ul li{
    border-bottom: #ddd 1px dashed;
    padding-left: 0px;
}
.seacher-ul li>a{
    padding: 6px 0 6px 15px;
    background: url(../images/dot-circle.png) 0 center no-repeat;
}
.seacher-ul li>a h4{
    font-weight: bolder;
    font-size: 18px;
}
.seacher-ul li  p>a{
    color: #999!important;
}
.seacher-ul li  p{
    margin-bottom: 10px;
    font-size: 14px;
}


@media (max-width: 767px) {
    .panel-body h3{
        font-size: 18px;
    }
    .qugb-form{
        position: static;
    }
    .zxgb-top-right-form {
        position: absolute;
        top: 24px;
        right: 0px;
        left: auto;
    }
    .gbxz{
        margin-top: 14px!important;
        margin-bottom: 20px;
    }
}