. {
    font-family: PingFangSC-Medium !important;
}
body {
    background: #fff;
    margin-bottom: 66px;
    font-family:"Microsoft YaHei", 微软雅黑, "Source Han Sans SC", "HanHei SC", "PingFang SC", "Helvetica Neue", Helvetica, "Hiragino Sans GB", Arial, sans-serif;
}

.left {
    float: left;
}

.right {
    float: right;
}

.container {
    min-width: 1200px;
}

a {
    color: #28603e;
    text-decoration: none;
}
.header-top {
    background: #2a2f35;
    color: #fff;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    font-size: 14px;
    width: 100%;
    min-width: 1200px;
    z-index: 15000;
    font-family: "Source Han Sans SC", "HanHei SC", "PingFang SC", "Helvetica Neue", Helvetica, "Hiragino Sans GB", Arial, sans-serif;
}
.header-user-name{
    color:#fff;
    font-weight: 200;
}
#goto-top {
    display: none;
    position: fixed;
    width: 38px;
    height: 36px;
    background: url(../images/goto-top.png) no-repeat 0 0;
    bottom: 100px;
    right: 40px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    z-index: 9999;
}

.header-top i {
    padding: 0px 3px;
}

.header-top span {
    padding: 0px 5px;
    font-weight: 200;
}

.header-top span:hover {
    color: #28603e;
}

.header-top-left {
    float: left;
}

.header-top-right {
    float: right;
}

.greyBody {
    background: #f9f9f9;
    padding-top: 40px;
    padding-bottom: 90px;
}

.navbar-brand {
    padding: 0px;
}

.xt_logo .logo-img {
    height: 40px;
    margin-top: 5px;
}
.xt_logo>span {
    line-height: 50px;
    font-size:18px;

    color:#000;
    margin-left: 10px;
    font-weight: 400;
}
.xt_logo {
    float: left;
	margin-top: 20px;
}

.homeImg {
    width: 100%;
    min-width: 1200px;
}

.homeImg img {
    display: block;
  margin: auto;
}


.clear {
    clear: both;
}


.fuwu >a{
    position: relative;
}
.header-top .lookme {
    display: inline-block;
    position: relative;
}

.header-top .business_company {
    position: relative;
    display: inline-block;
    z-index: 1000;
}

.container {
    width: 1200px;
}

.lookme .show_qrcode {
    position: absolute;
    display: none;
}

.business_company:hover {
    color: #28603e;
}

.lookme:hover .show_qrcode {
    display: block;
}

.business_company:hover .business_up {
    display: block;
    width: 270px;
}

.business_company .business_up {
    position: absolute;
    top: 40px;
    background: #28603e;
    color: #fff;
    width: 270px;
    z-index: 100;
    display: none;
    padding-left: 10px;
}
.nav-body li .child-select a {
    padding: 5px 0px 5px 10px;
    text-align: left;
    line-height: 18px;
    border: none;
    margin: 10px auto;
    color: #000;
}

.nav-body li .child-select a:hover {
    background: #28603e;
    color: #fff;
}

.nav-body li:hover {
/*    background: #28603e;
    color: #fff;
    border-radius: 25px;*/
}

.nav-body li:hover .z-title {
    /*color: #fff;*/
}



.child-select div:hover {
    border-bottom: 1px solid #28603e;
}

.nav-body input {
    display: inline-block;
    border: none;
    border-color: #28603e;
    border-bottom: 1px;
}
.nav-search {
    margin: 30px 0px;
    float: right;
    line-height: 30px;
    font-size: 14px;
    border-bottom: 1px solid #fff;
}

.nav-search i {
    font-size: 18px;
    cursor: pointer;
    color:#fff;
}

.nav-search input:hover {
    border: none;
    outline: none;
}

.nav-search input {
    width: 150px;
    border: none;
    background-color: transparent;
    color:#fff;
    font-size: 14px;
}
.nav-search input::-webkit-input-placeholder{
    color:#fff;
}
.nav-search input:-moz-placeholder{
    color:#fff;
}
.nav-search input::-moz-placeholder{
    color:#fff;
}
.nav-search input:-ms-input-placeholder{
    color:#fff;
}
.app-nav-hover{
    width: 100%;
    min-width: 1200px;
    height: auto;
    background-color: #fff;
    position: absolute;
    z-index: 1300;
    left:0;
    top:90px;
    line-height: initial;
    display: none;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
}
.nav-body >ul> li:hover .app-nav-hover{
    display: block;
}
.app-nav-hover a:hover{
    color:#018cb9;
}
.nav-hover-production a:hover{
    color:#28603e;
}
.nav-hover-list{
    width: 1200px;
    margin:0 auto;
    background-color: #fff;
}
.nav-hover-box{
    display: inline-block;
}
.nav-hover-list a:hover{
    text-decoration: none;
}
.nav-hover-list >div{
    padding:20px 0;
}
.app-nav-hover li{
    list-style-type: none;
}
.nav-production-list,
.nav-fuwu-list{
    margin-bottom: 0;
    color:#838383;
    font-size: 18px;
    letter-spacing: 3.6px;
    text-align: center;
}
.nav-production-list li,
.nav-home-list li{
    display: inline-block;
    cursor: pointer;
    height: 42px;
    line-height: 42px;
}
.nav-home-list li{
    position: relative;
    color:#838383;
}
.nav-home-list a{
    margin-left:40px;
}
.nav-home-list li + li{
    margin-left:50px;
}
.nav-home-list i{
    color:#fe7c86;
    font-size: 35px;
    margin-right: 10px;
    position: absolute;
}
.nav-production-list li a,
.nav-home-list li a{
    color:inherit;
}
.nav-fuwu-list a:hover{
    color:#018cb9;
}
.nav-production-list li span{
    display: inline-block;
    width: 2px;
    transform: translate(0,4px);
    background-color: #c1c1c1;
    height: 20px;
    line-height: 42px;
    margin:0 30px;
}
.nav-hover-home>.search-box{
    width: 370px;
    margin-left:50px;
    height: 42px;
    line-height: 42px;
    display: inline-block;
}
.nav-hover-home>.search-box> form{
    position: relative;
    height: 100%;
    width: 100%;
    margin:0 auto;
}
.nav-hover-home>.search-box input{
    position: absolute;
    top: 0;
    left:0;
    width: 100%;
    height: 43px;
    border: none;
    background-color: #fff;
    border-radius:5px;
    border: 1px solid #bfbfbf;
    padding-left: 10px;
    line-height: 43px;
    color:#999;
}
.nav-hover-home>.search-box button{
    position: absolute;
    top: 0;
    right: 0px;
    width: 43px;
    height: 43px;
    border: none;
    background: #28603e;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
}
.nav-hover-home>.search-box button:before{
    content: "\f002";
    font-family: FontAwesome;
    font-size: 1em;
    color: #fff;
    position: relative;
}
.nav-hover-img a{
    position: relative;
    display: inline-block;
    height: 84px;
    width: 100px;
    text-align: center;
    color:#818181;
}
.nav-hover-img i{
    font-size: 40px;
}
.nav-hover-img a span{
    position: absolute;
    left:0;
    top:55px;
    display: inline-block;
    width: 100px;
    text-align: center;
}
.nav-hover-img a +a{
    margin-left:90px;
}
.nav-hover-gonglue .nav-hover-img,
.nav-hover-xiaoguotu .nav-hover-img
{
    float:left;
}
.nav-hover-gonglue .nav-hover-img a +a,
.nav-hover-xiaoguotu .nav-hover-img a +a
{
    margin-left:40px;
}
.nav-gonglue-list{
    width: 130px;
    margin-right: 37px;
    border-right: 1px dashed #d8d8d8;
    float: left;
    text-align: left;
}
.nav-gonglue-list a{
    color:#212930;
    font-size: 16px;
    letter-spacing: 3.2px;
    line-height: 28px;
}
.nav-hover-one{
    width: 100px;
}
.nav-hover-two{
    width: 140px;
}
.nav-hover-three{
    width: 200px;
}
.nav-hover-title{
    position: relative;
    padding-right:20px;
    font-size: 18px !important;
    color:#141414;
    text-align: left;
    letter-spacing: 3.6px;
}
.nav-hover-title i{
    top:6px;
    position: absolute;
    right:0;
    color:inherit;
    font-size: 14px;
}
a.nav-hover-title i{
    top:auto;
}
.nav-hover-title +ul{
    margin:12px 0 -8px;
    overflow: hidden;
}
.nav-hover-title +ul li{
    width: 65px;
    margin-bottom: 3px;
    font-size: 16px;
    color:#c1c1c1;
    float: left;
    text-align: left;
}
.crumbs-nav li {
    display: inline-block;
    cursor: pointer;
}

.crumbs-nav h1 {
    font-size: 14px;
}

.crumbs-nav {
    padding: 10px 0px;
}

.crumbs-nav ul {
    padding: 0px 15px;
    margin-bottom: 0px;
}

.crumbs-nav li a {
    color: #28603e;
}

.crumbs-nav ul li:first-child {
    margin-right: 10px;
}

.crumbs-nav ul li:last-child a {
    font-weight: 800;
}

/*.renovation {
    position: relative;
    box-shadow: 5px 5px 5px #f0f0f0;
    margin-top: 20px;
}

.renovation .header {
    height: 135px;
    line-height: 100px;
    background: #28603e;
    text-align: center;
    font-size: 24px;
    color: #fff;
}*/

.renovation .renovation1 {
    background: url("../images/renovation-01.jpg") no-repeat;
}

.renovation .renovation2 {
    background: url("../images/renovation-02.jpg");
}

.renovation .renovation3 {
    background: url("../images/renovation-03.jpg");
}

.renovation .showImg {
    position: absolute;
    top: 80px;
    margin: auto;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    left: 25px;
}

.renovation .imgBack {
    position: absolute;
    top: 70px;
    margin: auto;
    width: 140px;
    height: 140px;
    border: 10px solid #fff;
    border-radius: 50%;
    left: 15px;
    background: #fff;
}

.renovation .mask {
    position: absolute;
    width: 100%;
    height: 135px;
    top: 0px;
    color: #fff;
}

.renovation .mask div {
    margin-top: 70px;
    margin-left: 35px;
}

.maskBlue {
    filter: alpha(Opacity=85);
    -moz-opacity: 0.85;
    opacity: 0.85;
    background: rgb(0, 85, 130);
}

.maskgrey {
    background: rgba(74, 75, 75, 0.55);
}

.maskYellow {
    filter: alpha(Opacity=85);
    -moz-opacity: 0.85;
    opacity: 0.85;
    background: rgb(255, 210, 0);
}

.renovation .body {
    height: 255px;
    color: #000;
}

.body .list {
    width: 305px;
    margin: auto;
    padding-top: 150px;
}

.body .list2 {
    width: 305px;
    margin: auto;
    padding-top: 5px;
}

.body .block div {
    text-align: center;
}

.body .list2:first-child {
    padding-top: 100px;
}

.body .list2 span {
    display: inline-block;
    width: 70px;
}

.body .list3:first-child {
    padding-top: 125px;
}

.body .list3 {
    padding: 0px 20px;
}

.body .list3 span {
    display: inline-block;
    width: 155px;
}

.body .list span {
    display: inline-block;
    width: 70px;
}

.body .block div:first-child {
    width: 35px;
    height: 35px;
    margin: auto;
    cursor: pointer;
}

.body .block:hover div {
    color: #28603e;
}

.body .list3 .block div:first-child {
    width: 45px;
    height: 45px;
}

.renovation .body .ruanzhuang {
    background: url("../images/icon-default.png") no-repeat -104px -289px;
}

.renovation .body .ruzhu {
    background: url("../images/icon-default.png") no-repeat -195px -289px;
}

.renovation .body .ruanzhuang:hover {
    background: url("../images/icon-hover.png") no-repeat -104px -289px;
}

.renovation .body .ruzhu:hover {
    background: url("../images/icon-hover.png") no-repeat -195px -289px;
}

.renovation .body .shoufang {
    background: url("../images/icon-default.png") no-repeat -110px -85px;
}

.renovation .body .sheji {
    background: url("../images/icon-default.png") no-repeat -195px -85px;
}

.renovation .body .yusuan {
    background: url("../images/icon-default.png") no-repeat -290px -85px;
}

.renovation .body .hetong {
    background: url("../images/icon-default.png") no-repeat -375px -85px;
}

.renovation .body .shoufang:hover {
    background: url("../images/icon-hover.png") no-repeat -110px -85px;
}

.renovation .body .sheji:hover {
    background: url("../images/icon-hover.png") no-repeat -195px -85px;
}

.renovation .body .yusuan:hover {
    background: url("../images/icon-hover.png") no-repeat -290px -85px;
}

.renovation .body .hetong:hover {
    background: url("../images/icon-hover.png") no-repeat -375px -85px;
}

.renovation .body .cailiao {
    background: url("../images/icon-default.png") no-repeat -110px -153px;
}

.renovation .body .chaigai {
    background: url("../images/icon-default.png") no-repeat -195px -153px;
}

.renovation .body .shuidian {
    background: url("../images/icon-default.png") no-repeat -290px -153px;
}

.renovation .body .fangshui {
    background: url("../images/icon-default.png") no-repeat -375px -153px;
}

.renovation .body .mugong {
    background: url("../images/icon-default.png") no-repeat -110px -223px;
}

.renovation .body .youqi {
    background: url("../images/icon-default.png") no-repeat -195px -223px;
}

.renovation .body .niwa {
    background: url("../images/icon-default.png") no-repeat -290px -223px;
}

.renovation .body .gengduo {
    background: url("../images/icon-default.png") no-repeat -375px -223px;
}

.renovation .body .cailiao:hover {
    background: url("../images/icon-hover.png") no-repeat -110px -153px;
}

.renovation .body .chaigai:hover {
    background: url("../images/icon-hover.png") no-repeat -195px -153px;
}

.renovation .body .shuidian:hover {
    background: url("../images/icon-hover.png") no-repeat -290px -153px;
}

.renovation .body .fangshui:hover {
    background: url("../images/icon-hover.png") no-repeat -375px -153px;
}

.renovation .body .mugong:hover {
    background: url("../images/icon-hover.png") no-repeat -110px -223px;
}

.renovation .body .youqi:hover {
    background: url("../images/icon-hover.png") no-repeat -195px -223px;
}

.renovation .body .niwa:hover {
    background: url("../images/icon-hover.png") no-repeat -290px -223px;
}

.renovation .body .gengduo:hover {
    background: url("../images/icon-hover.png") no-repeat -375px -223px;
}

.footer {
    width: 100%;
    background: #fff;
    margin-bottom: 0px;
    min-width: 1200px;
    /*padding:30px 12px 0 12px;*/
    position: relative;
    z-index: 2;
    font-family: "Source Han Sans SC", "HanHei SC", "PingFang SC", "Helvetica Neue", Helvetica, "Hiragino Sans GB", Arial, sans-serif;
}
.app-service{
    width: 1200px;
    min-width: 1200px;
    margin:0 auto;
    padding:0 27.5px;
    line-height: 30px;
    font-size: 20px;
    letter-spacing: 0.66px;
    color:#fff;
    border-bottom: solid 1px #404040;
}
.app-service .img-box>div{
    color:#272626;
}
.app-service>.service-item{
    float: left;
    /*width: 25%;*/
    text-align: center;
    padding:60px 0;
    cursor: pointer;
}
.app-service i{
    color:#fff;
    font-size: 70px;
}
.app-service img{
    height: 60px;
    width: 60px;
    margin-bottom: 25px;
}
.app-service .service-des{
    font-size: 16px;
}
.app-help{
    padding:40px 27.5px;
    margin-top:5px;
    border-top: solid 1px #404040;
    position: relative;
}
.app-help>.row{
    margin:0;
}
.footer a:hover{
    text-decoration:none;
}
.footerLinks{
    /*margin-top:20px;*/
}
.footerLinks>div{
    padding:0;
}
.friend-link>.container{
    padding:0 27.5px;
}
.footerLinks .header {
    /*border-bottom: 1px solid #758a9c;*/
    font-size: 16px;
    color: #fff;
    padding:0;
    width: 130px;
}
.footerLinks .header span{
    display: inline-block;
    height: 40px;
    border-bottom: 3px solid #28603e;
    line-height: 40px;
    color:#272626;
    letter-spacing: 1px;
}
.footerLinks .body.contact .contact-number{
    color:#28603e;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 2.16px;
}
.footerLinks .body.contact .contact-time{
    color:#272626;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 2.88px;
}
.app-help .qrcode{
    position: absolute;
    top:50%;
    transform: translate(0,-50%);
    right:0;
}
.bottom-book{
    background: #28603e;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.64px;
    padding: 3px 25px;
    border:none;
}
.series-detail:hover,
.bottom-book:hover{
  background: #ff5a00;
}
#content-box{
    margin-top: 10px;
}
.footerLinks .body.contact .contact-mail{
    letter-spacing: 1px;
}
.footerLinks .body.contact{
    font-weight: normal;
}
.footerLinks .body .contact-des{
    line-height: 17px;
    font-size: 16px;
    color:#fff;
}
.footerLinks .body .contact-main span{
    font-size: 16px;
    letter-spacing: 0.6px;
    display: inline;
    color:inherit;
}
.footerLinks .body .contact-main{
    font-size: 18px;
    line-height: 30px;
    color:#fff;
    /*padding-left:25px;*/
}
.footerLinks .body i{
    font-size: 17px;
    margin-top: -1px;
}
.footer .footend-container{
    background: #28603e;
}
.footer .footend {
    width: 1200px;
    margin: 0 auto;
    padding:0 27.5px;
    text-align: left;
    color: #eee;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0.84px;
}
.footer .footend a{
	color: #d2ffdf;
}

.footerLinks .body {
    margin-top: 20px;
    font-family: "黑体";
}

.footerLinks .body a,
.footerLinks .body span {
    text-decoration: none;
    color: #272626;
    display: block;
    font-size: 14px;
    /*font-weight: 200;*/
    line-height: 35px;
}
.footer a:hover {
    color: #28603e;
}

.footerLinks .body .tel {
    font-weight: 600;
    font-size: 22px;
}

.footerLinks .contact_btn {
    display: inline-block;
    width: 100%;
    background: #28603e;
    color: #fff;
    text-align: center;
    cursor: pointer;
    margin-top: 5px;
}

.footerLinks .contact_btn:hover {
    background: #28603e;
    color: #fff;
}

.footer .qrcode img {
    width: 120px;
    height: 120px;
}
.qrcode .des{
    font-size: 16px;
    line-height: 30px;
    text-align: left;
    color:#fff;
    letter-spacing: 1px;
}
.qrcode .scan {
    color: #ffffff;
    font-size: 12px;
    width: 120px;
    line-height: 30px;
    text-align: center;
}

.effects {
    margin-top: 50px;
    color: #000;
}

.usualheader {
    text-align: center;
}

.color-blue {
    color: #28603e;
}

.usualheader div:first-child span {
    display: inline-block;
    margin: auto;
    padding: 0px 15px;
    font-size: 28px;
    border-left: 4px solid #28603e;
    border-right: 4px solid #28603e;
}

.usualheader div:first-child span a {
    color: #3a3a3a;
}

.usualheader ul {
    margin: 10px auto;
}

.usualheader ul li {
    font-size: 18px;
    display: inline-block;
    padding: 0px 5px;
    cursor: pointer;
}

.usualheader ul li a {
    text-decoration: none;
}

.effects .row {
    margin: 15px 0px;
    height: 275px;
}

.effects .imgshow {
    padding: 0px 2px;
    position: relative;
    height: 100%;
}

.effects .imgshow:hover .mask {
    display: block;
}

.imgshow img {
    width: 100%;
    height: 100%
}

.imgshow .mask {
    position: absolute;
    width: 99%;
    height: 100%;
    top: 0px;
    filter: alpha(Opacity=70);
    -moz-opacity: 0.70;
    background-color: #28603e;
    filter: Alpha(opacity=70);
    *zoom: 1;
    /* 婵€娲籌E6銆�7鐨刪aslayout灞炴€э紝璁╁畠璇绘噦Alpha */
    color: #fff;
    background: rgba(0, 96, 128, 0.7);
}

.imgshow .mask-click-btn {
    margin: auto;
    margin-top: 200px;
    width: 150px;
    background: #fff;
    text-align: center;
    border-radius: 50px;
    color: #28603e;
    font-size: 24px;
    padding: 3px 24px;
    cursor: pointer;
}

.imgshow .mask-content {
    font-size: 30px;
    font-family: "黑体";
    position: absolute;
    top: 30%;
    width: 100%;
    text-align: center;
}

.imgshow .title {
    position: absolute;
    bottom: 30px;
    right: 2px;
    font-size: 26px;
    color: #fff;
    font-family: "黑体";
    background: grey;
    filter: alpha(Opacity=85);
    -moz-opacity: 0.85;
    opacity: 0.85;
    padding: 0px 5px;
}

.learn .row {
    position: relative;
}

.learn .img img {
    width: 345px;
}

.col-xs-4 .showContent:hover {
    box-shadow: 8px 8px 12px #ccc;
    margin-top: -5px;
}

.learn2 .showContent {
    box-shadow: 5px 5px 1px #ccc;
    width: 365px;
    padding: 10px;
    height: 450px;
    position: relative;
}

.learn3 .showContent {
    box-shadow: 5px 5px 1px #ccc;
    width: 365px;
    padding: 10px;
    height: 450px;
    position: relative;
}

.learn .showContent {
    box-shadow: 3px 3px 1px #ccc;
    width: 365px;
    padding: 10px;
    height: 450px;
    position: relative;
}

.learn .final {
    background: url(../images/learnBg.jpg);
}

.learn2 .final {
    background: url(../images/learnBg.jpg);
}

.learn3 .final {
    background: url(../images/learnBg.jpg);
}

.showContent .ques {
    width: 90%;
    margin: auto;
    background: #fff;
    margin-top: -30px;
    height: 150px;
}

.ques .header span {
    background: #fff;
    display: inline-block;
    width: 100%;
}

.ques .header {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    padding: 10px 0px;
}

.ques .body {
    font-size: 14px;
    padding: 0px 5px 10px 5px;
}

.learn2 {
    margin-top: 60px;
    cursor: pointer;
    padding-bottom: 100px;
}

.learn3 {
    margin-top: 20px;
    cursor: pointer;
}

.showContent .showDetails {
    margin: 0px auto;
    text-align: right;
    width: 80%;
}

.showDetails i {
    font-size: 24px;
    cursor: pointer;
}

.showDetails i:hover {
    color: #28603e;
}

.showContent .showBody {
    width: 100%;
    margin: auto;
    overflow: hidden;
    position: relative;
    background: #fff;
}

.showContent .mask {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0px;
    color: #fff;
    height: 100%;
    background: #28603e;
}
.showContent .mask-title{
    color:#28603e;
    font-size: 24px;
    padding:10px 30px;
}
.showContent .fa{
    margin-left: 5px;
    font-size: 26px;
    transform:rotate(45deg);
-ms-transform:rotate(45deg);     /* IE 9 */
-moz-transform:rotate(45deg);    /* Firefox */
-webkit-transform:rotate(45deg); /* Safari 鍜� Chrome */
-o-transform:rotate(45deg);  /* Opera */
}
.showContent .mask-more a{
        display: block;
        color:#fff;
        font-size: 20px;
        padding-left: 40px;
        width: 90%;
        word-break: keep-all;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        text-decoration: none;
        cursor: pointer;
        margin:4px 0px;
}
.mask-i{
    width: 90% !important;
}
.mask-i i:hover{
    color:#28603e;
}
.mask-i i{
        color:#28603e;
}
.showContent .mask-more a:hover{
   color:#28603e;

    }
.learn2 .row {
    margin-top: 20px;
}

.learn3 .row {
    margin-top: 20px;
}



.mask .header {
    font-size: 20px;
    text-align: left;
    height: 90px;
    font-weight: 600;
    line-height: 90px;
}

.mask .showDetails {
    position: absolute;
    bottom: 10px;
}

.mask .body ul {
    padding: 10px;
    font-size: 18px;
    color: #fff;
}

.mask .body ul li:hover {
    color: #28603e;
}

.mask .header .arrow {
    margin: 0px 5px;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    /* IE 9 */
    -moz-transform: rotate(-45deg);
    /* Firefox */
    -webkit-transform: rotate(-45deg);
    /* Safari 鍜� Chrome */
    -o-transform: rotate(-45deg);
    /* Opera */
}

.sharePrice {
    width: 100%;
    margin: 20px auto;
}

.sharePrice img {
    width: 100%;
}

.question {
    padding-top: 40px;
}

.question .body {
    overflow: hidden;
    height: 280px;
}

.question .carsoule {
    width: 200%;
    padding: 0;
}

.question .carsoule .item {
    color: #fff;
    height: 190px;
    padding: 10px 0px;
}

.item .content {
    width: 90%;
    background: #f9f9f9;
    margin: auto;
}

.carsoule .header {
    height: 60px;
    padding: 5px;
    border-bottom: 1px solid #fff;
}

.yinhao {
    display: inline-block;
    width: 50px;
    height: 50px;
    position: relative;
    background: #28603e;
}

.yinhao span {
    position: absolute;
    font-size: 50px;
    color: #000;
    width: 100%;
    text-align: center;
}

.carsoule .body .que {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    width: 90%;
    margin: auto;
    word-break:keep-all;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    display: block;
    text-decoration: none;
}

.carsoule .body {
    margin-top: 20px;
    padding-bottom: 20px;
    height: 150px;
}

.carsoule .body .anw {
    font-size: 18px;
    color: #000;
    width: 90%;
    margin: auto;
    display: block;
   text-decoration: none;
}

.carsoule-click {
    text-align: center;
    font-size: 10px;
    margin-top: 60px;
}

.carsoule-click i {
    cursor: pointer;
}

.carsoule .final .content {
    width: 100%;
    height: 230px;
    background: url("../images/learnImg1.png");
}

.final .content .mask {
    position: absolute;
    width: 100%;
    margin-top: 10px;
    height: 230px;
    top: 0px;
    color: #fff;
    cursor: pointer;
}

.final .body .que {
    text-align: center;
    color: #fff;
    z-index: 10000;
}

.hotWord {
    width: 95%;
    margin: auto;
    background: #f9f9f9;
    margin-top: 75px;
    margin-bottom: 75px;
    height: 320px;
}

.hotWord .left-img {
    float: left;
    width: 50%;
}

.hotWord .words {
    height: 320px;
    float: left;
    padding: 30px 10px;
    width: 50%;
}

.hotWord .words a {
    display: inline-block;
    margin: 5px 10px;
    padding: 2px;
    border: 1px solid #f9f9f9;
    cursor: pointer;
    color: #888;
}

.hotWord .words .hot {
    color: #28603e;
}

.hotWord .words span:hover {
    border-radius: 25px;
    border: 1px solid #28603e;
    font-weight: 600;
}

.friend-link {
    /*padding: 30px;*/
    min-width: 1200px;
}

.friend-link span {
    cursor: pointer;
    padding-right: 20px;
}

.link-header span {
    display: inline-block;
    padding: 3px 25px;
    color: #fff;
    background-color: #000;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.64px;
    border:solid 1px #fff;
}
.link-header span +span{
    margin-left:25px;
}

.link-header .active {
    background: #28603e;
    color:#fff;
    border-color:#28603e;
}

.link-header .active span {
    border-bottom: 2px solid #28603e;
}

.link-body {
    /*background: #fff;*/
    padding:20px 0 30px 0;
}

.link-body span a ,
.link-body span span
{
    display: inline-block;
    /*font-weight: lighter;*/
    color: #272626;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0.56px;
}

.link-body span a:hover {
    color: #28603e;
}

.footer-contact {
    position: fixed;
    bottom: 0px;
    height: 100px;
    background: rgba(0,0,0,0.6);
    width: 100%;
    z-index: 10000;
    transition: 0.3s;
}

.footer-contact .contact-main {
    width: 1200px;
    margin: 2px auto;
}
.footer-contact .contact-main .footer-img{
    height: 200px;
    width: auto;
    float: left;
    transform: translate(0,-25%);
}
.footer-contact .contact-main .zhufanimg {
    float: left;
    height: 50px;
    transform: translate(0,50%);
}

.footer-contact .contact-cont {
    float: left;
    /*width: 150px;*/
    margin:0px 5px 0px 10px;
    height: 100px;
    line-height: 100px;
}
.footer-contact  .contact-cont2{
    float: left;
    /*width: 430px;*/
    margin:0px 5px;
    height: 100px;
    line-height: 100px;
    position: relative;
}
.footer-contact .contact-body {
    display: inline-block;
    width: 300px;
    margin-left: 30px;
    height: 130px;
    float: left;
   line-height: 130px;
   font-size: 20px;
}

.footer-contact .contact-title {
    font-size: 20px;
    line-height: 50px;
    height: 50px;
    color: #fff;
}

.footer-contact .contact-detail {
    color: #fff;
}

#footer-phonenumber{
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    width: 300px;
    text-indent: 1em;
    border-radius: 5px;
    border: none;
}
.footer-contact .footer-qcode {
    width: 70px;
    height: 70px;
    float: right;
    margin-right: 50px;
}

.footer-contact .footer-con-btn {
    width: 150px;
    display: inline-block;
    height: 40px;
    color: #464646;
    font-size: 20px;
    letter-spacing: 3.6px;
    text-align: center;
    background: #fed847;
    line-height: 40px;
    box-shadow: 1px 1px 2px #c4b281;
    border-radius: 20px;
    border:none;
    cursor: pointer;
    margin-top: 28.5px;
}
.footer-contact .footer-con-btn:hover {
    /*background:#28603e;*/
    /*background:#e4563a;*/
    /*box-shadow: 1px 1px 2px #e4563a;*/
    /*box-shadow: 1px 1px 2px #28603e;
    color:#fff;*/
}
.footer-contact .close-footer {
    position: absolute;
    top: 10px;
    right: 100px;
    cursor: pointer;
    font-size: 18px;
    color: #fff;
}

.ar-header .ar-date {
    float: left;
}

.ar-header .ar-label {
    float: right;
}

.ar-label .label-color {
    background: #28603e;
}

.ar-label span {
    background: #474747;
    color: #fff;
    border-radius: 25px;
    padding: 3px 15px;
    margin: 0px 3px;
}

.ar-label span:hover {
    background: #28603e;
}

.ar-label span a {
    color: #fff;
}

.ar-img {
    margin: 10px auto;
    width: 100%;
}

.ar-img img {
    width: 100%;
    height: 250px;
}

.ar-img .img2 {
    width: 49%;
}

.ar-img .img3 {
    width: 32%;
}

.ar-shortDetails .ar-content {
    color: #c4c4c4;
}

.ar-shortDetails .ar-readAll {
    text-align: right;
}

.zx-right .title-bar {
   background: #F2EFEF;
    padding: 5px;
    margin-top: 20px;
    color: #28603e;
    height: 38px;
    line-height: 30px;
}
.ar-yuyue .title-bar{
     text-align: center;
     border-left: none;
     background: #fff;
     height: auto;
}
.zx-right .ar-about li a{
    width: 230px;
    display: inline-block;
    overflow: hidden;
   word-break: keep-all;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 25px;
    vertical-align: bottom;
    }
.title-bar .title {

    padding-left: 5px;
    font-size: 20px;
    padding-left: 5px;
    font-size: 16px;
    border-left: 10px #28603e solid;
}


.article .ar-header .ar-title a {
    color: #000;
}



/*.article .ar-header .ar-title:hover{
  color:#28603e;
}*/

.zx-mid .article:hover .ar-title a {
    color: red;
}

.skip_pages {
    width: 100%;
}

.skip_pages .pagination {
    float: right;
}

.left_ad .ad_img {
    width: 100%;
}

.ar-new .row {
    margin-top: 15px;
    padding: 3px 0px;
}

.ar-new .row:hover {
    background: #018Ab7;
}

.ar-new .row:hover a {
    color: #fff;
}

.zx-righ .col-md-8 {
    line-height: 20px;
    padding: 15px 20px;
}

.zx-right a {
    color: #000;
    font-size: 14px;
}

.zx-right .ar-body ul {
    display: block;
    padding: 15px;
}

.ar-body .row {
    margin: 15px 0px 0px 0px;
}

.ar-body ul a:hover {
    color: #28603e;
}

.guanzhu .guanzhucode img {
    width: 80px;
    height: 80px;
}

.guanzhu .content {
    width: 60%;

}

.ar-que li {
    margin: 5px auto;
    padding:5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1;
}

.ar-body .img-s img {
    width: 85px;
    height: 55px;
    transition: all .5s;
}

.ar-advise .ar-body a {
    display: inline-block;
    padding: 3px;

    border-radius: 25px;
    white-space: nowrap;
    margin: 5px;
}

.ar-advise .ar-body a:hover {
    color: #28603e;
}

.ar-advise .ar-body a {
    color: #28603e;
}

.ar-advise .ar-body .min-label1 {
    font-size: 18px;
}

.ar-advise .ar-body .min-label2 {
    font-size: 18px;
    font-weight: 500;
}

.ar-hot .ar-body li {
    margin: 10px 0px;
}

.ar-hot .ar-body li a {
    display: inline-block;
    width: 100%;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1;
}

.customer-btn {
    margin: 10px auto;
    display: block;
    width: 100%;
    background: #28603e;
    color: #000;
    border-radius: 10px;
    text-align: center;
    padding: 5px;
    font-size: 20px;
    cursor: pointer;
    border: none;
}

.customer-btn:hover {
    background: #000;
    color:#fff;
}

.title-bar .title span {
    font-weight: 600;
}

.zx-right .select-city {
    width: 100%;
    padding: 4px;
    margin: 10px 0px;
    height: 35px;
    border-radius: 0;
    color: #000;
    background: #fff;
}

.zx-right .customer-phone {
    padding-left: 4px;
    width: 100%;
    height: 35px;
}
.swiper-container-horizontal>.swiper-pagination{
    bottom: 3px !important;
}
.bk-jumu img {
    display: block;
    margin: auto;
}

.bk-body {
    width: 1200px;
    margin: auto;
    color: #292a2b;
}

.bk-body .wordsdir {
    display: none;
    position: absolute;
    top: 0px;
    color: #fff;
    padding: 25px 5px;
    text-align: center;
    right: 0;
    font-size: 20px;
    width: 1.5em;
    background: #a0a2a3;
    cursor: pointer;
    right: -30px;
}

.bk-body .col-xs-9 {
    padding: 0px 41px;
}

.hot-bk .header {
    font-size: 30px;
    color: #353434;
    font-weight: 500;
    margin-top: 40px;
}

.hot-bk-block {
    margin: 10px 0px;
    padding: 0px;
}

.hot-bk-block img {
    width: 100%;
    height: 120px;
}

.wordsdir ul {
    list-style: none;
}

.wordsdir:hover .showlist-dir {
    display: block;
}

.wordsdir .showlist-dir {
    position: absolute;
    width: 200px;
    left: -200px;
    top: 20px;
    background: #fff;

    text-align: left;
    padding-left: 10px;
    font-size: 16px;
    padding-top: 21px;
    display: none;
}

.wordsdir .showlist-dir a {
    color: #4d4e4e;
    text-decoration: none;
}

.wordsdir .showlist-dir li {
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.showlist-dir .dir-list i {
    font-size: 12px
}

.hot-bk .row {
    width: 95%;
    padding: 5px 10px;
}

.block-name {
    height: 25px;
    position: absolute;
    line-height: 25px;
    color: #fff;
    bottom: 0;
    font-size: 17px;
    text-align: center;
    width: 100%;
    background: rgba(6, 6, 6, 0.3);
    z-index: 10;
}

.hot-bk-block .block-detail {
    width: 90%;
    position: relative;
    margin: auto;
}

.bk-main {
    background: #f2efef;
    height: 525px;
    margin: 50px auto;
}

.bk-main .row .main-short {
    width: 150px;
    float: left;
    color: #fff;
    height: 525px;
    position: relative;
    border-radius: 15px 0px 0px 0px;
}

.main-short .short-name {
    position: absolute;
    top: 38%;
    width: 100%;
    text-align: center;
    font-size: 45px;
}

.main-short .show-name-div {
    width: 2em;
    margin: auto;
}

.show-name-div h2 {
    font-size: 45px;
}

.bk-main .row .main-long {
    float: left;
    width: 665px;
}

.bk-main .look-more {
    position: absolute;
    bottom: 40px;
    width: 100%;
    text-align: center;
}

.bk-main .look-more a {
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.bk-main .bk-main-row {
    margin: 0;
}

.single-main {
    border-radius: 50px 0px 0px 0px;
}

.bk-main .zhuangxiu {
    background: url('../images/bk-main.jpg') no-repeat -26px -20px;
}

.bk-main .sj {
    background: url('../images/bk-main.jpg') no-repeat -182px -20px;
}

.bk-main .jiancai {
    background: url('../images/bk-main.jpg') no-repeat -342px -20px;
}

.bk-main .jiaju {
    background: url('../images/bk-main.jpg') no-repeat -503px -20px;
}

.bk-main .shenghuo {
    background: url('../images/bk-main.jpg') no-repeat -661px -20px;
}

.bk-main .jiadian {
    background: url('../images/bk-main.jpg') no-repeat -820px -16px;
}

.bk-main .fangchan {
    background: url('../images/bk-main.jpg') no-repeat -978px -16px;
}

.bk-main .pinpai {
    background: url('../images/bk-main.jpg') no-repeat -1139px -15px;
}

.double-main {
    border-radius: 0px 50px 0px 0px;
}

.bk-main .short-title {
    font-size: 50px;
    width: 2em;
    margin: auto;
    font-family: "隶书";
    text-align: center;
}

.main-long .bk-title {
    margin: 0;
    padding: 0;
}

.main-long .bk-title li {
    display: inline-block;
    position: relative;
    margin: 20px 0px 20px 7px;
    font-size: 17px;
    height: 35px;
    line-height: 35px;
    width: 120px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    font-weight: 200;
}

.main-long .bk-long-body {
    width: 100%;
    height: 250px;
}

.main-long .bk-long-body .body-content {
    width: 305px;
    float: left;
    background: #fff;
    margin-left: 15px;
    text-decoration: none;
}

.bk-long-body .body-content img {
    width: 100%;
    height: 165px;
}

.bk-long-body .body-footer-title {
    font-size: 18px;
    padding: 5px 10px 0px 10px;
    color: #1e1d1d;
    text-decoration: none;
    display: block;
}

.bk-long-body .body-footer-detail {
    font-size: 16px;
    padding: 0px 10px 5px 10px;
    text-decoration: none;
    display: block;
    color: #4d4e4e;
}

.main-long .bk-title .showdetail {
    background: #fff;
    width: 260px;
    height: 0px;
    left: 0;
    transition: 0.3s;
    border: 1px solid #b5b5b5;
    border-width: 0px;
    overflow: hidden;
    top: 39px;
    z-index: 10;
    position: absolute;
}

.main-long ul li:last-child .showdetail {
    left: -140px;
}

.showdetail a {
    display: inline-block;
    width: 80px;
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #575656;
    text-decoration: none;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
}

.main-long .bk-title .bk-name {
    width: 100%;
    height: 35px;
    display: block;
    border: 1px solid #b5b5b5;
    background: #b5b5b5;
    z-index: 100;
    color: #fff;
    position: absolute;
    text-decoration: none;
}

.main-long .bk-title li:hover .bk-name {
    color: #353434;
    background: #fff;
    border: 1px solid #b5b5b5;
    border-bottom: none;
    height: 40px;
    padding-bottom: 11px;
}

.main-long .bk-title li:hover .showdetail {
    height: 75px;
    border: 1px solid #b5b5b5;
}

.bk-long-footer {
    margin: 20px 0px;
}

.bk-long-footer .bk-footer-block {
    position: relative;
    display: block;
}

.bk-long-footer .col-xs-3 {
    padding: 0px 8px;
}

.bk-long-footer .bk-footer-block img {
    width: 100%;
    height: 150px;
}

.bk-long-footer .footer-detail {
    position: absolute;
    bottom: 0px;
    font-size: 18px;
    text-align: center;
    width: 100%;
    color: #fff;
    background: rgba(8, 8, 8, 0.3);
}

.baike-header .baike-title {
    font-size: 30px;
    color: #292a2b;
    padding: 35px 0px 10px 10px;
}

.baike-header .baike-catalog {
    /*width: 685px;*/
    margin: auto;
    background: #fbfbfb;
    padding: 20px 0px;
}

.baike-catalog .header-name {
    border-left: 8px solid #28603e;
    padding-left: 10px;
    font-size: 22px;
}

.baike-header .catalog-list {
    list-style-type: none;
    margin-left: 100px;
    font-size: 18px;
    color: #292a2b;
}

.baike-header .catalog-list a span {
    display: inline-block;
    width: 1.5em;
}

.baike-header .catalog-list li {
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.baike-header .showimg {
    width: 220px;
    margin: auto;
}

.baike-header .showimg img {
    width: 100%;
    height: 145px;
}

.baike-catalog .show-abstract {
    /*width: 550px;*/
    margin: auto;
    padding: 20px 100px;
    font-size: 18px;
}

.bk-content {

    line-height: 2.2;
    margin-top: 80px;
    font-size: 18px;
    position: relative;
}

.bk-content img {
    max-width: 800px;
}

.bk-content h2 {
    border-left: 15px solid #28603e;
    padding-left: 10px;
    font-size: 22px;
    margin: 20px 0px;
}

.show-images .show-name {
    border-left: 15px solid #28603e;
    padding-left: 10px;
    font-size: 22px;
}

.show-images .show-name h2 {
    font-size: 22px;
    margin: 0;
    padding: 0;
}

.show-images .show-img {
    width: 695px;
    height: 180px;
    float: left;
    margin: 0px 1px;
}

.show-images .show-img img {
    height: 140px;
    width: 210px;
    display: block;
    margin: auto;
}

.show-images .swiper-slide {
    height: 180px;
    width: 231px !important;
    padding: 18px 0px;
    border: 1px #d2d2d2 solid;
    margin-right: 1px !important;
}

.show-images .swiper-button {
    width: 45px;
    height: 180px;
    float: left;
    position: relative;
    display: block;
    margin-top: 0px;
    background: #d2d2d2;
    color: #fff;
    line-height: 180px;
    font-size: 50px;
    text-align: center;
    left: 0;
    cursor: pointer;
}

.show-images .images-body {
    margin: 50px 0px;
}

.second-page {
    width: 1200px;
    margin: auto;
    color: #fff;
    padding-top: 10px;
}

.second-page .category {
    font-size: 26px;
    background: #28603e;
    display: inline-block;
    width: 100px;
    text-align: center;
}

.second-page .second-category {
    margin: 10px 0px 70px 0px;
    font-size: 0px;
}

.second-page .category-all {
    background: #28603e;
    display: inline-block;
}

.second-category .category-item:first-child {
    background: #4d4e4e;
    font-size: 26px;
    line-height: 58px;
    padding: 0px 10px;
}

.second-category .category-item {
    background: #28603e;
    font-size: 22px;
    display: inline-block;
    height: 60px;
    line-height: 60px;
    padding: 0px 8px;
    font-weight: 200;
    position: relative;
    cursor: pointer;
}

.second-category .category-item a {
    color: #fff;
    text-decoration: none;
    padding: 3px 10px;
}

.second-category .active .first-a {
    background: #fff;
    color: #28603e;
    border-radius: 25px;
}

.second-category .showItem {
    position: absolute;
    top: 100%;
    width: 1116px;
    padding: 0px 10px;
    background: #f1f2f3;
    color: #666;
    display: none;
}

.second-category .showItem a {
    text-decoration: none;
    color: #666;
}

.second-category .showItem a:hover {
    background: #4d4e4e;
    color: #fff !important;
    border-radius: 5px;
}

.second-category .active .showItem {
    /*display: block;*/
}

.second-category .active .category-triangle {
    /*display: block;*/
}



/*.second-category .category-item:hover .showItem{
    display: block;
}*/

.triangle-up {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 10px solid #f1f2f3;
}

.category-triangle {
    position: absolute;
    display: none;
    width: 5px;
    height: 5px;
    bottom: 0px;
    left: 45%;
}

.showItem .showactive {
    background: #4d4e4e;
    color: #fff !important;
    border-radius: 5px;
}

.second-page .show-list {
    font-size: 16px;
    color: #000;
}

.second-page .show-list .baike-img {
    width: 100%;
    height: 100px;
}

.show-list .col-xs-6 {
    margin: 15px 0px;
}

.show-list .baike-list-title {
    color: #000;
    font-size: 20px;
    padding: 10px 0px;
    text-decoration: none;
}

.show-list .col-xs-4 {
    padding: 0px;
}

.show-list .col-xs-8 {
    padding-right: 0px;
    text-decoration: none;
}

.show-list .baike-list-abstract {
    font-size: 16px;
    color: #4d4e4e;
    display: block;
    text-decoration: none;
}

.showfadeout {
    position: relative;
    width: 100%;
}

.showfadeout .image-item {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.showfadeout .image-item img {
   display: block;
   margin: auto;
}

.showfadeout .show-btn {
    width: 100%;
    position: absolute;
    top: 100px;
    z-index: 1000;
}

.show-btn .four-btn {
    width: 1000px;
    margin: auto;
}

.four-btn table {
    width: 100%;
}

.four-btn td {
    width: 25%;
    text-align: center;
    background: #fff;
    color: #404040;
    padding: 15px;
    border: 1px solid #000;
    cursor: pointer;
    font-size: 28px;
}

.four-btn .active {
    background: rgba(0, 96, 128, 0.8);
    color: #fff;
}

.images-blocks-every {
    width: 1200px;
    margin: auto;
}

.zhengti-main-images {
    width: 100%;
}

.zhengti-main-images img {
    display: block;
    margin: auto;
}

.zhengti-main-images-more {
    width: 1300px;
    margin: auto;
}

.zhengti-main-images-more .swiper-button-next {
    width: 50px;
    float: left;
    display: block;
    position: relative;
    height: 545px;
}

.zhengti-main-images-more .swiper-button-prev {
    width: 50px;
    float: left;
    display: block;
    position: relative;
    height: 545px;
}

.zhengti-main-images-more .swiper-container {
    width: 1200px;
    float: left;
}

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

.youliao img {
    width: 100%;
}

.youliao .col-xs-2 {
    padding: 0px;
}

.youliao .name {
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-size: 22px;
    color: #fff;
    margin: 10px auto;
}

.youliao .blackname {
    background: #6c6b6b;
}

.youliao .bluename {
    background: #28603e;
}

.show-grey {
    background: #f5f3f3;
}

.youliao .youliao-detail {
    position: absolute;
/*    width: 200px;
    height: 200px;*/
    height:240px;
    top: 0;
    left: 0;
    color: #fff;
    font-size: 18px;
    padding: 30px 5px;
    display: none;
    background: rgba(63, 63, 63, 0.85);
}

.baike-catalog .col-xs-6 {
    padding-right: 0px;
}

.scroll-bar-slow {
    position: fixed;
    top: -51px;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #000;
    z-index: 10000;
    transition: 0.3s;
}

.scroll-bar-slow .logo-img {
    display: inline-block;
    margin-right: 20px;
    float: left;
}

.scroll-bar-slow .nav-body {
    padding: 10px 0px;
    height: 50px;
}

.scroll-bar-slow .nav-search {
    margin: 10px 0px;
}

.ask-search{
    width: 1200px;
    margin:10px auto;
    font-size: 0px;
    padding: 0px;
}
.ask-search .add_ask{
    float: right;
    text-decoration: none;
}
.ask-search .search-main{
    position: relative;
}
.ask-search .search-img{
 position: absolute;
 top: 11px;
 left: 15px;
}
.ask-search .search-input{
    width: 885px;
    height: 55px;
    padding-left: 60px;
    line-height: 55px;
    font-size: 16px;
    border:2px solid #28603e;
}
.ask-search .get_answer{
    background: #28603e;
    color:#fff;
    display: inline-block;
    line-height: 55px;
    padding: 0px 30px;
    font-size: 16px;

}
.ask-search .add_ask{
    background: #28603e;
    color:#fff;
    display: inline-block;
    line-height: 55px;
    padding: 0px 30px;
    font-size: 16px;

    margin-left: 25px;
}
.show-user-main{
    min-height: 500px;
    padding: 10px 0px;
}
.show-user-main .user-sider{
    width: 185px;
    float: left;
    font-size: 20px;

}
.show-user-main .user-sider a{
    border:1px solid #ccc;
    text-align: center;
    padding: 5px 0px;
    border-bottom: none;
    cursor: pointer;
    display: block;
    text-decoration: none;
}
.show-user-main .user-sider a:last-child{
    border-bottom: 1px solid #ccc;

}
.show-user-main .user-sider a:hover{
    background: #28603e;
    color:#28603e;
}
.show-user-main .user-sider .active{
    background: #28603e;
    color:#28603e;

 }
 .user-main{
    width: 970px;
    float: right;
      background: #f2efef;
 }
 .user-main .user-main-header{
    border-left: 8px solid #28603e;
    line-height: 50px;
    padding-left: 15px;
    font-size: 24px;
    color:#28603e;

    border-bottom: 1px solid #888;
 }
 .user-main .row{
    margin:0;
 }
  .user-main .userinfo{
    padding: 10px 0px;
 }
.userinfo  .info-name{
    display: inline-block;
    width: 100px;
    text-align: center;
    line-height: 33px;
    height: 33px;
 }
 .userinfo .info-name-textarea{
    display: inline-block;
    width: 100px;
    text-align: center;
    vertical-align: top;
 }
 .userinfo .info-input{
    width: 440px;
    padding: 7px 0px;

 }
.userinfo .userinfo-block{
    margin:15px auto;
 }
.userinfo .info-radio{
    margin-left: 10px;
    cursor: pointer;
}
 .userinfo  textarea{
    border:1px solid #ccc;
 }
.userinfo .user-change{
        background: #28603e;
        color: #fff;
        display:block;
        margin:0px auto;
        width: 125px;
        padding:5px 0px;
        text-align: center;
        border-radius: 25px;
        font-size: 20px;
        cursor: pointer;
 }
 .userinfo .user-change:hover{
    background: #017da7;
 }
  .userinfo .date-div{
    width:140px;
    display: inline-block;
    vertical-align: bottom;
 }
  .userimg{
    padding: 10px 0px;
  }
 .userimg  .upload-img {
    height: 150px;
    border: 1px solid #ccc;
    cursor: pointer;
    width: 275px;
    margin:auto;
    display: block;
    background: #fff;
    position: relative;
    background: url("../images/adduser.png") no-repeat 87px;
}
.dz-image img{
    width: 150px;
    height: 150px;
    display: block;
    margin:0px auto;
}
.dz-error-mark{
    position: absolute;
    right: 0;
    top: 0;
}
 .userimg .showimg{
    text-align: center;
    font-size: 12px;
    margin-top:15px;
}
.userimg .dz-details{
    margin-top: 20px;
}
.other-user-main{
    margin-top:30px;

}
.other-user-main .other-user-header{
    background: #f4f4f4;
    padding: 15px;
}
.other-user-main .other-user-img{

    float: left;;
}
.other-user-main .other-user-img img{
    width: 130px;
    height: 130px;
    border-radius: 50%;
    border:1px solid #28603e;
}
.other-user-main .other-user-content{
       width: 900px;
       float: left;
}
.other-user-main  .other-user-content{
    padding:10px 20px;
}
 .other-user-content .user-name{
    font-size: 24px;
    padding-left:10px;
 }
 .other-user-content .user-detail{
    margin:10px 0px;
    font-size: 18px;
 }
 .user-detail span{
    display: inline-block;
    margin:0px 5px;
    padding-left: 5px;
 }
.other-user-content .gerenjieshao{
    margin:20px 0px;
    padding: 10px;
    background: #e1e1e1;
}

.other-user-main .other-user-body{
    font-size: 20px;
    margin:30px 0px;
}
.other-user-body .nav-tabs li{
    background: #fff;
}
.other-user-body .nav-tabs li.active a{
    background: #f4f4f4;
    border-top:3px solid #28603e;
}
.other-user-body .tab-pane.active{
    background: #f4f4f4;
}
.ask-or-anw-item{
    padding:10px 20px;
    border-bottom: 1px solid #ccc;
}
.ask-or-anw-item .date{
    color:#7d7d7d;
}



.redpack{
  position: fixed;
  left: 65%;
  top: 0;
  z-index: 10000;
  width: 3px;
  cursor: pointer;
}
.redline img{
  height: 0px;
  transition: 0.8s;
}
.redpack .real-red-pack{
  margin-left: -90px;
}
.real-red-pack img{
  width: 200px;
  height: 170px;
  margin-top: -80px;
  display: none;
  }
.real-red-pack:hover img{
  width: 210px;
  height: 180px;
  margin-left: -5px;
}
.red-pack-click{
  position: fixed;
  background: rgba(0,0,0,0.6);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
  z-index: 12000;
}
.show-red-back{
  position: fixed;
  width: 460px;
  top: 100px;
  z-index: 13000;
  display: none;
}
.show-red-back img{
  margin:auto;
  width: 460px;
  display: block;
  height: 500px;
}
.show-red-back .show-input{
  position: absolute;
  top: 257px;
  line-height: 37px;
  height: 37px;
  font-size: 16px;
  left: 100px;
  width: 250px;
  border: none;
  background: #f6d494;
  outline: none;
}
.show-red-back-div{
  width: 460px;
  margin: auto;
  position: relative;
}
.show-red-back-div .get-red{
    width: 78px;
    height: 78px;
    border-radius: 50px;
    background: rgba(0,0,0,0);
    position: absolute;
    top: 348px;
    left: 191px;
    z-index: 13500;
    cursor: pointer;
}
.show-red-back .red-pack-city{
  position: absolute;
  top: 207px;
  line-height: 37px;
  height: 37px;
  font-size: 16px;
  left: 100px;
  width: 260px;
  border: none;
  background: #f6d494;
  outline: none;
}
.show-red-success{
  width: 460px;
  margin: auto;
  position: relative;
  display: none;
}
.zx-right .ar-yuyue{
    border-top: 5px solid #28603e;
    margin-top:10px;
    box-shadow: 0px 0px 8px #888;
    padding: 8px 10px;
    z-index: 1200;
        background: #fff;
}
.ar-yuyue .title-bar{
    margin-top:6px;

}

.ar-yuyue .title-bar .title{
    font-size: 26px;
    border-left: none;
}
.ar-yuyue .title-bar .title2{
    font-size: 16px;
    margin-top:5px;
}
.ar-yuyue  .show-liucheng{
    margin:13px 0px;
}
.ar-yuyue  .show-liucheng img{
    width: 100%;
    height: auto;
}
.production-col-5{
    width: 20% !important;
}

.zt-right .title-bar{
    margin-bottom: 5px;
}
.swiper-title{
    position: absolute;
    top: 50%;;
    margin-top: -22px !important;
    border-radius: 0  !important;
    height: 44px;
    width: 100%;
    line-height: 44px;
    z-index: 10;
    letter-spacing: 1px;
    text-align: center;
    color:#fff  !important;
    font-weight: bolder;
    background-color: rgba(98, 98, 98, 0.8);
    opacity: 0.7;
    z-index: 9;
}
.swiper-title:hover{
    border:none !important;
    color:#28603e !important;
    text-decoration:none !important;
}

.ar-yuyue .title-bar .title{
    font-size: 26px;
    border-left: none;
}
.ar-yuyue .title-bar .title2{
    font-size: 16px;
    margin-top:5px;
}
.ar-yuyue  .show-liucheng{
    margin:13px 0px;
}
.ar-yuyue  .show-liucheng img{
    width: 100%;
    height: auto;
}
.production-col-5{
    width: 20% !important;
}
.fz-right .order{
    padding:0;
    border:solid 1px #c0c0c0;
    z-index: 1200;
    background-color: #fff;
}
.fz-right .about-artical{
    background: #fff;
    padding-bottom: 0;
    border:solid 1px #c0c0c0;
    margin-top: 20px;
}
.fz-right .about-title{
    font-size: 18px;
    letter-spacing: 1.35px;
    color:#28603e;
    border-bottom:solid 1px #c0c0c0;
}
.fz-right .about-title span{
    height: 40px;
    line-height: 40px;
    display: inline-block;
    padding: 0 10px;
    border-bottom: solid 4px #c0c0c0;
}
.fz-right .about-title span:hover{
    border-bottom: solid 4px #28603e;
}
.fz-right .artical-list{
    margin:10px 15px;
    font-size: 14px;
    letter-spacing: 0.56px;
    color:#1f1f1f;
}
.fz-right .artical-list a{
    font-size: 14px;
    letter-spacing: 0.56px;
    color:#1f1f1f;
    padding-left: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline;
}
.index{
    padding:0 2px;
    background-color: #ededed;
}
.yellow{
    background-color: #d2ffdf;
}
.artical-list a:hover{
    color:#28603e;
}
.order-title{
    font-size: 20px;
    letter-spacing: 4.29px;
    text-align: center;
    margin-top:8px;
}
.info #contact-city,
.info #contact-phoneNumber{
    width: 80%;
    height: 35px;
    margin-top: 15px;
    border: solid 1px #ededed;
}
.info #contact-phoneNumber{
    padding-left: 5px;
}
.info button{
    width: 80%;
    height: 35px;
    border-radius: 0;
    color:#fff;
    border:none;
    font-size: 20px;
    letter-spacing: 6px;
}
.statement{
    width: 80%;
    margin:34.1px auto;
    font-size: 10px;
    letter-spacing: -0.25px;
}
.zt-right .swiper-slide{
    width: 300px !important;
}
/*网站地图*/
.map-container,
.video-container
{
    width: 100%;
    background-color: #f9f9f9;
}
.video-container{
    margin-top:50px;
}
.map-body{
    width: 1200px;
    margin:auto;
    background-color: #f9f9f9;
}
.map-box{
    background-color: #fff;
}
.map-title{
    border-bottom: solid 1px #c0c0c0;
    margin: 0 15px;
    position: relative;
}
.map-title h1{
    border-bottom: solid 2px #28603e;
    display: inline-block;
    margin:0;
    padding:15px 0;
    color:#28603e;
    font-size: 26px;
    letter-spacing: 2px;
}
.map-title a{
    margin-right: 0;
    border: solid 1px #28603e;
    padding: 5px;
    position: absolute;
    right: 0;
    display: inline-block;
    transform: translate(0,50%);
}
.map-title a:hover{
    text-decoration:none;
    background-color: #28603e;
    color:#fff;
}
.map-item{
    padding:5px 0;
}
.map-item a{
    font-size: 14px;
    color:#898989;
    display: inline-block;
    float: left;
    padding:0 15px;
    height: 35px;
    line-height: 35px;
    cursor: pointer;
    max-width: 100%;
}
.map-item a:hover,
.map-item .item-content:hover{
    color:#28603e;
    text-decoration: none;
}
.map-item .item-title{
    width: 88px;
    float: left;
    text-align: center;
}
.map-item .item-title span{
    padding:5px 10px;
    border:solid 1px #c0c0c0;
    background: #f8f8f8;
}
.map-box:last-child{
    padding-bottom: 20px;
}
.nav-right{
    width: 200px;
    margin-bottom: 0;
}
.nav-item{
    width: 100%;
    padding:10px;
    margin:0 auto;
    list-style-type: none;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.4);
    text-align: center;
    background-color: #fff;
}
.nav-item + .nav-item{
    margin-top: 15px;
}
.nav-item a{
    color:#303030;
}
.nav-item i{
    display: inline-block;
    color:#28603e;
    font-size: 25px;
    height: 45px;
    width: 45px;
    line-height: 40px;
    border:solid 1px;
    border-radius: 50%;
}
.nav-item h2{
    display: inline-block;
    font-size: 22px;
    letter-spacing: 1.8px;
    margin:0;
    color:inherit;
    height: 40px;
    line-height: 40px;
    margin-left: 5px;
}
.nav-item a:hover{
    text-decoration: none;
    color:#28603e;
}
.map-box dl{
    margin:0 15px;
}
.map-item dt{
    width: 75px;
    text-align: center;
    float: left;
    height: 35px;
    line-height: 35px;
    background-color: #f8f8f8;
    /*border:solid 1px #ababab;*/
}
.map-item dd{
    float: left;
    width: 765px;
}
.map-item dd a{
    margin-bottom: 5px;
}
dl.map-item{
    margin-bottom: 0;
}
@media(min-height:650px) {
    .nav-right{
        position: fixed;
        top:141px;
        z-index: 10;
    }
}
.map-body,
.video-body
{
    width: 1200px;
    margin:auto;
    /*background: #fff;*/
}
.video-body.video{
    padding:0 15px;
}
.block-contain{
    padding-bottom: 40px;
}
.video-list{
    background-color: #fff;
    padding:20px 0;
    margin:0;
}
.video-item{
    cursor: pointer;
    color:#1f1f1f;
    font-size: 16px;
    letter-spacing: 0.6px;
    margin-bottom: 20px;
    height: 225px;
}
.video-item .video-title{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 22.5px;
    max-height: 45px;
}
.home-fanxin{
    height: 450px;
}
.video-item:hover{
    /*box-shadow: 0 3px 3px 0 rgba(0,0,0,0.3);*/
    transition:all 0.4s;
}
.video-item img{
    width: 100%;
    height: 180px;
}
.videoplay-title{
    height: 40px;
    line-height: 40px;
    color:#303030;
    font-size: 16px;
    letter-spacing: 1.5px;
    text-indent: 1em;
}
.videoplay-body{
    width: 770px;
    float: left;
    display: inline-block;
    position: relative;
}
.home-video-list{
    color:#ebebeb;
    width: 400px;
    background-color: #333333;
    float: right;
    height: 530px;
    padding:10px;
    font-size: 14px;
    position: relative;
}
.home-video-list .list-title{
     border-bottom:solid 1px #fff;

}
.home-video-list .list-title span{
    display: inline-block;
    font-size: 16px;
    border-bottom: solid 3px #28603e;
}
.home-video-list ul{
    overflow: scroll;
    height: 480px;
    margin-bottom: 0;
    cursor: pointer;
}
.home-video-list li{
    position:relative;
}
.video-body .home-video-list a{
    display: inline-block;
    width: 100%;
    padding-left: 25px;
    height: 40px;
    color:#fff;
    line-height: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
}
.home-video-list li i{
    color:#28603e;
    font-size: 14px;
    position: absolute;
    height: 40px;
    line-height: 40px;
    /*left:0;*/
}
.home-video-list a:hover{
    text-decoration: none;
}
.home-video-list li:hover{
    background: #555555;
}
.home-video-list .close,
.videoplay-body .open
{
    position:absolute;
    text-align: center;
    height: 40px;
    line-height: 40px;
    color:#fff;
    width: 15px;
    font-size: 21px;
    background-color: #000;
    right:0;
    top:50%;
    cursor: pointer;
    display: none;
}
.home-video-list .close{
     margin-top:-20px;
     left:0;
}
.videoplay-body .open{
    margin-top:-22.5px;
}
.random-list{
    padding:1em;
    background-color: #fff;
}
.random-title{
    margin-top: 15px;
    background-color: #fff;
    font-size: 22px;
    border-bottom: solid 1px #c0c0c0;
    /*padding: 1em 0 0 1em;*/
}
.random-title span{
    display: inline-block;
    border-bottom: solid 2px #c0c0c0;
}
.video-container .ar-new:last-child{
    margin-bottom: 20px;
    background-color: #fff;
    padding-bottom: 20px;
}
.didiImg-bg img{
    width: 100%;
    /*height: 600px;*/
}
.didiImg-md img{
    width: 500px;
    height: 300px;
}
.service-box{
    width: 1200px;
    margin:0 auto;
    background-color: #fff;
    font-size: 20px;
    letter-spacing: 1px;
}
.service-box .book-box{
    background-color: #f9f9f9;
    position: relative;
    height: 100%;
    width: 340px;
    margin-left:130px;
    padding: 0;
    top:-70px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
}
.service-box .book-title,
.service-box .book-title i
{
    height: 70px;
    line-height: 70px;
    text-align: center;
    background-color: #ee6b00;
    font-size: 24px;
    letter-spacing: 6px;
    color:#fff;
}
.service-box .book-body{
    text-align: center;
    padding:25px 0;

}
.service-box .body-title{
    color:#2f2f2f;
    font-size: 18px;
}
.service-box .body-title .city-control{
    color:#ee6b00;
}
.service-box input,
.service-box button{
    display: block;
    height: 40px;
    line-height: 40px;
    width:250px;
    margin:20px auto;
    font-size: 16px;
}
.service-box input{
    padding-left: 1em;
}
.service-box input::-webkit-input-placeholder{
    color:#aeacac;
}
.service-box input:-moz-placeholder{
    color:#aeacac;
}
.service-box input::-moz-placeholder{
    color:#aeacac;
}
.service-box input:-ms-input-placeholder{
    color:#aeacac;
}
.service-box button{
    background-color: #2f2f2f;
    color:#fff;
    letter-spacing: 3px;
    margin-top: 35px;
    border:none;
}
.service-box button:focus,
.service-box input:focus
{
    outline:none;
}
.ser-process{
    padding:0;
    text-align: center;
    font-size: 18px;
    color:#2f2f2f;
    position: relative;
    top:50%;
    transform: translate(0,50%);
}
.process-body{
    margin:20px auto;
}
.ser-process .process-body span{
    background-color: #eeeded;
    display: inline-block;
    height: 100px;
    width: 150px;
    position: relative;
}
.ser-process .process-body span.process-des{
    background-color: #fff;
    font-size: 14px;
    position: absolute;
    top:110px;
    left:0;
}
.process-body i{
    font-size: 60px;
    color:#28603e;
}
.process-body .icon-sanx-up{
    color:#ee6b00;
}
.didi-rule{
    background-color: #eeeded;
    font-size: 18px;
    color:#2f2f2f;
}
.rule-box{
    width: 1200px;
    margin:0 auto;
}
.didi-rule .black{
    color:#000;
    font-weight: bolder;
}
.rule-des{
    padding:0;
}
.des-title{
    text-align: center;
    margin:50px auto 20px auto;
}
.des-body{
    background-color: #f6f6f6;
    padding:20px 40px;
    font-size: 16px;
    letter-spacing: 2px;
}
.des-body li{
    list-style-type:decimal;
}
.didiImg-md{
    padding:20px;
}
.didiImg-md img{
    box-shadow: 0 0 10px 3px rgba(0,0,0,0.3);
}
.didi-bottom{
    background-color: #fff;
    text-align: center;
    font-size: 20px;
    letter-spacing: 8px;
    padding:50px 0 ;
}
.fuwu.active .sm-img{
    display: none;
}
.sm-img{
    position: absolute;
    top:-35px;
    left:25px;
}
.pager-container{
    text-align: center;
    background-color: inherit;
    margin:0;
    padding: 20px 0;
}
.pager-container a{
    color:#28603e;
}
.pager-container a:hover{
    border-color:#bed4db;
    background-color: #eef2f3;
}
.pager-container .active{
    background-color: transparent;
}
.pager-container .active a,
.pager-container .totalPage a,
.pager-container .active a:hover,
.pager-container .totalPage a:hover
{
    background-color: #28603e;
    color:#fff;
}
.pager-container .active a{

    cursor: pointer;
}
.pager-container input{
    width: 50px;
    text-align: center;
    padding: 5px;
}
.pager-container button{
    display: inline-block;
    padding: 5px 14px;
    background-color: #28603e;
    color:#fff;
    border: 1px solid #ddd;
    border-radius: 15px;
}
.pager-container button:focus{
    outline: none;
}
.pager-container .select-des{
    color:#28603e;
    margin:0 10px;
}
/*贝壳金融*/
.beike-top{
    position: relative;
}
.beike-top img,
.beike-process img
{
    width: 100%;
    height: auto;
}
.beike-body .book-box{
    position: absolute;
    top:50%;
    left:60%;
    transform: translate(0,-50%);
    background-color: #fff;
    width: 300px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.4);
    padding:20px 30px;
}
.beike-body .book-title{
    color:#1e1e1e;
    font-size: 24px;
    letter-spacing: 3px;
    text-align: center;
}
.book-title .text-yellow{
    color:#ffde00;
}
.beike-body input,
.beike-body select,
.beike-body button{
    display: block;
    height: 40px;
    width: 100%;
    line-height: 40px;
    margin:15px auto;
    font-size: 16px;
    padding:1em;
}
.beike-body button{
    padding:0;
    border:none;
    font-size: 20px;
    letter-spacing: 2px;
}
.beike-body button:focus{
    outline: none;
}
.beike-body .book-footer{
    color:#bebebe;
    font-size: 10px;
}
.beike-intro,
.beike-ans
{
    width: 1200px;
    margin:0 auto;
    text-align: center;
    padding:30px;
}
.beike-intro .intro-title,
.beike-process .process-title,
.beike-ans .ans-title
{
    font-size: 24px;
    color:#3a3a3a;
    padding:30px;
}
.beike-intro .intro-title p:last-child{
    font-size: 16px;
    color:#707070;
}
.into-body i{
    font-size: 100px;
    color:#28603e;
}
.img-des p:first-child{
    font-size: 20px;
    font-weight: bold;
}
.beike-process{
    background-color: #f7f7f7;
    text-align: center;
    padding:30px;
}
.beike-process .process-body{
    width: 1200px;
}
.pro-no{
    background-color: #28603e;
    color:#fff;
    display: inline-block;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    margin-bottom: 20px;
}
.pro-line{
    position: absolute;
    width: 90%;
    height: 2px;
    top: 10px;
    left: 220px;
    background: -webkit-linear-gradient(left, #f8f8f8 , #28603e);
    background: -o-linear-gradient(right, #f8f8f8, #28603e);
    background: -moz-linear-gradient(right, #f8f8f8, #28603e);
    background: linear-gradient(to right, #f8f8f8 , #28603e);
}
.text-yellow{
    color:#ffde45;
}
.beike-ans{

    margin-bottom: 30px;
}
.ans-item-body{
    /*width: 50%;*/
    text-align: left;
}
.ans-item{
    height: 100px;
    margin-bottom: 10px;
}
.ans-item:nth-child(2n){
    border-left: dashed 2px #ffde00;
}
.ans-item-no{
    display: inline-block;
    height: 30px;
    width: 30px;
    background-color: #ffde00;
    border-radius: 50%;
    text-align: center;
    padding:0;
    line-height: 30px;
}
.ans-item-title{
    text-align: left;
    font-size: 18px;
    line-height: 30px;
    color:#000;
}
.ans-item-body{
    margin:10px 0;
    color:#3f3f3f;
}
.tequan-top img{
    width: 100%;
    height: auto;
}
.tequan-body .book-container,
.tequan-body .tequan-intro,
.tequan-body .tequan-bottom{
    width: 1200px;
    margin:30px auto;
}
.book-container .tequan-box,
.book-container .book-box{
    height: 360px;
    box-sizing:border-box;
}
.book-container .tequan-box{
    position: relative;
    color:#000;
    font-size: 20px;
    text-align: center;
}
.tequan-box .row{
    width: 100%;
   position:absolute;
   top:50%;
   left:50%;
   transform: translate(-50%,-50%);
   margin:0;
}
.tequan-box p{
    margin-top: 15px;
}
.tequan-box .top-title{
    height: 60px;
    line-height: 60px;
    font-size: 30px;
    text-align: center;
    letter-spacing: 2px;
    color:#3a3a3a;
    padding:0;
}
.tequan-line img{
    position: absolute;
    z-index: 100;
    left:-25px;
    top:10px;
    width: 150px;
}
.book-container .book-box{
    text-align: center;
    padding: 0 50px;
}
.book-container .book-title{
    font-size: 26px;
    background-color: #2172c5;
    line-height: 60px;
    height: 60px;
    color:#fff;
    letter-spacing: 3px;
    box-shadow: 0 5px 12px 0 rgba(0,0,0,0.4);
}
.book-container .book-body{
    background-color: #f7f7f7;
    padding:0 30px;
    box-shadow: 0 5px 12px 0 rgba(0,0,0,0.4);
}
.book-container input,
.book-container button{
    display: block;
    margin:30px auto;
    height: 40px;
    line-height: 40px;
    width: 100%;
    padding-left: 1em;
}
.book-container button{
    border:none;
    padding-left: 0;
    color:#5a5a5b;
    font-size: 20px;
    letter-spacing: 3px;
}
.book-container button:focus{
    outline:none;
}
.tequan-intro .intro-title{
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 30px;
    color:#3a3a3a;
    background-color: #f7f7f7;
}
.tequan-intro .imgbar{
    margin-top: 20px;
    box-shadow: 2px 2px 10px 0 rgba(123,30,207,0.4);
}
.tequan-bottom img{
    width: 100%;
    height: auto;
}
.ellipsis{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/*个人页*/
.new-item{
    padding: 10px 20px;
    border-bottom: 1px solid #ccc;
    margin:0;
}
.new-item img{
    width: 100px;
    height: 100px;
    border-radius: 50%;
}
.active-item-date,
.active-item-des{

    line-height: 50px;
}
.active-item-des img,
.new-item img{
    height: auto;
    width:auto;
}
.active-item-des a{
    display: inline-block;
}
.active-item-des a:hover{
    text-decoration: none;
}
.user-subject-date,
.user-subject-replay,
.user-subject-check{
    width: auto;
    float: left;
    padding:0 15px;
}
.user-replay-item{
    font-size: 16px;
    display: block;
    background-color: #fff;
    padding: 10px 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 30px;
    max-height: 75px;
}
.user-subject-title.col-xs-1{
    width: 12.5%;
    padding:0;
    text-align: right;
}
.user-subject-title.col-xs-1+.user-subject-title.col-xs-1{
    text-align: left;
}
.new-item a:hover{
    text-decoration: none;
}
/*我要吐槽*/
.roast-bar{
  position: fixed;
  height: 75px;
  width:70px;
  text-align: center;
  top:calc(50% - 20px);
  right:0;
  box-shadow: 0 0 10px 0 #888;
  border-right:none;
  border-radius: 10px 0 0 10px;
  color:#999;
  z-index: 3;
  cursor: pointer;
  font-size: 14px;

  right:20px;
  border-radius: 10px;
  top:auto;
  bottom:200px;
  background:#fff;
}
.roast-bar>span{
  font-size:12px;
  color:#333;
}
.roast-bar+ .roast-code{
  position: fixed;
  height:208px;
  left:auto;
  right:110px;
  transform: none;
  top:auto;
  bottom:133.5px;
}
.roast-bar>i{
  display: block;
  font-size: 30px;
  color:#28603e;
  margin-bottom: 3px;
}
.footerLinks .body{
  position: relative;
}
.roast{
  cursor: pointer;
}
.roast-code{
  background: #fff;
  box-shadow: 0 0 10px 0 #888;
  border-radius: 8px;
  padding: 10px 0;
  position: absolute;
  top:50%;
  left:100px;
  transform: translateY(-50%);
  opacity: 0;
  width:0;
  overflow:hidden;
  transition:opacity 1s;
  z-index: 3;
}
.roast-code>img{
  width:150px;
  height: auto;
  margin:auto;
  margin-top:10px;
  display: block;
}
.roast:hover + .roast-code,
.roast-bar:hover + .roast-code,
.roast-code:hover
{
  opacity: 1;
  width:200px;
}
.roast-des{
  text-align:center;
  line-height:2;
}
/*我要吐槽*/
/*footer*/
.pc-section{
  width: 1200px;
  min-width: 1200px;
  margin:auto;
}
#dist_footer{
  position: fixed;
  bottom: 0;
  background: #28603ea6;
  width: 100%;
  z-index: 2;
  transition: .3s;
  font-family: "microsoft yahei";
}
#footer-shade{
  height:66px;
  margin:0 auto;
  cursor:pointer;
}
#footer-shade>.pc-section>img{
  height: 126px;
  position:absolute;
  bottom:0;
  float: left;
}
#footer-shade>.pc-section{
  width:800px;
  min-width: 800px;
  position:relative;
}
#footer-shade>.pc-section>.pf-des{
  margin-left:120px;
  color:#fff337;
  line-height:66px;
  font-size:24px;
}
#footer-shade>.pc-section>.pf-des>i{
  font-size: 30px;
  position: relative;
  margin-left: 20px;
  top: 0px;
  vertical-align: middle;
  animation: footerUpDown linear infinite alternate .5s;
}
.pf-des>span{
  vertical-align: middle;
}
.pf-des-title{
  font-size: 36px;
}
.footer-min{
  color:#f36f20;
  margin-left:30px;
}
#footer-area{
    padding-right:30px;
}
.bj-cal-cell{
  position:absolute;
  right:30px;
  top:0;
  bottom:0;
  margin:auto;
  height:20px;
  line-height:20px;
}
#footer-body{
  display: none;
  background: #28603e70;
  padding: 10px;
}
#footer-body>.pc-section{
  width:1100px;
  min-width: 1100px;
}
.footer-bj-box{
  background:#fff;
  position:relative;
  width:980px;
}
.bj-box-info{
  float: left;
  width: 414px;
  height: 287px;
  padding: 28px 38px 20px 38px;
  border-right: 1px solid #ccc;
  box-sizing: content-box;
}
.bj-cal-title{
  font-size: 20px;
  color: #333;
  letter-spacing: .5px;
  margin-bottom: 15px;
  font-weight: 700;
}
.bj-box-info label{
  line-height:34px;
  margin-bottom:0;
}
.bj-box-info .w-half{
  width:48%;
}
.bj-box-info .w-third{
  width:32%;
  margin-bottom:10px;
}
.bj-box-info .w-third.inline{
  display:inline-block;
}
#footer-submit{
  position: absolute;
  top: 120px;
  left: 50%;
  margin-left: -66px;
  width: 132px;
  height: 138px;
  font-size: 18px;
  color: #fff;
  border:none;
  background: url(../images/footer_btn.png) no-repeat;
}
#footer-submit:focus{
  outline: none;
}
#footer-submit:hover{
  background-position: -150px 0;
}
.bj-box-result{
  float: left;
  width: 347px;
  margin-left: 100px;
  padding: 28px 0 0 0;
}
.bj-result-title{
  font-size: 19px;
  text-align: center;
}
#fbj-ryg,
#fbj-rmp,
#fbj-res
{
  color: #f36f20;
  margin: 0 10px;
  display:inline-block;
}
#fbj-rmp,
#fbj-res{
  font-size:14px;
}
.bj-box-result .result-list {
  width: 345px;
  height: 140px;
  padding:35px 20px;
  border: 1px solid #e8e8e8;
  margin: 15px 0 20px 0;
  color: #504f4f;
  font-size:12px;
  line-height: 30px;
  text-align: center;
}
.result-list>ul>li{
  list-style-type:none;
}
.bj-box-result>p{
  font-size: 12px;
  color: #f36f20;
  font-weight: 600;
}
.footer-qrcode{
  text-align:center;
}
.footer-qrcode>img{
  height: 100px;
}

@keyframes footerUpDown{
  from {top:-5px;}
  to {top:5px;}
}
@-moz-keyframes footerUpDown {
  from {top:-5px;}
  to {top:5px;}
}

@-webkit-keyframes footerUpDown {
  from {top:-5px;}
  to {top:5px;}
}

@-o-keyframes footerUpDown {
  from {top:-5px;}
  to {top:5px;}
}
/*footer-end*/