/*顶部*/
.wsc-Nav {
    border-bottom: 0;
    box-shadow: 0px 3px 35px 0px rgba(50, 50, 50, 0.13);
}
.wsc-HeadCon {
    background-color: #333333;
    height: 40px;
}
.wsc-HeadCon .right-block,.wsc-HeadCon .left-block {
    font-size: 0;
}
.left-block {
    float: left;
}
.right-block {
    float: right;
}
.wscH-bk {
    line-height: 40px;
    color: #999999;
    font-size: 14px;
}
.wscH-line {
    color: #ffffff;
    opacity: 0.1;
    font-size: 12px;
    margin: 0 15px;
    line-height: 40px;
    vertical-align: top;
}
.wscH-tel {
    line-height: 40px;
    color: #999999;
    font-size: 14px;
}
.wscH-tel span {
    font-weight: bold;
    color: #f2ac0c;
    font-size: 20px;
}
.wscH-ali {
    font-size: 14px;
    color: #f2ac0c;
}
.wscH-ali span {
    padding-left: 32px;
    background: url("../images/icon-ali.png") no-repeat left center;
}
.search-icon{
    background:url(../images/search-top.png) no-repeat center center;
    transition: 0.3s;
}
.wsc-search .input-group-btn .btn {
    background-color: #2275df;
    line-height: 10px;
    transition: 0.3s;
}
@media(max-width:1239px) and (min-width:992px){
    .hn-item {
        margin: 0px 10px;
    }
    .hn-search {
        margin-left: 10px;
    }
}
@media (min-width:768px) {
    .search-icon:hover {
        background-image: url(../images/search-toph.png);
    }
    .wscH-bk:hover {
        color: #2275df;
    }
    .wscH-ali:hover {
        color: #f2ac0c;
    }
}

@media (min-width: 992px){
    .hn-pro,.hn-case {
        position: static;
    }
    .hn-pro .hn-text,.hn-case .hn-text {
        position: relative;
    }
    .hn-pro .hn-drop,.hn-case .hn-drop {
        width: 100%;
        padding: 30px 0 30px 70px;
    }
    .hn-pro .hn-drop li,.hn-case .hn-drop li {
        float: left;
        width: 25%;
        font-size: 14px;
        line-height: 46px;
        letter-spacing: 1px;
        color: #666666;
    }
    .hn-pro .hn-drop li a, .hn-case .hn-drop li a {
        padding-right: 16px;
        background: url(../images/jt-grey6.png) no-repeat right center;
        transition: 0.3s;
        display: inline;
        padding-left: 0;
    }

    .hn-pro .hn-drop li a:hover, .hn-case .hn-drop li a:hover {
        background-image: url("../images/jt-blue6.png");
        color: #2275df;
    }
}




/*底部*/
.wsc-foot {
    padding: 57px 0 40px;
    background-color: #222327;
}
.ft-logo img {
    height: 63px;
}
.ft-logo {
    float: left;
}
.ft-search {
    float: right;
}
.wsc-foot .wsc-search {
    margin-top: 10px;
}
.wsc-search .form-control {
    height: 50px;
    border-color: #eaeaea;
    padding-left: 20px;
    padding-right: 20px;
}
.wsc-search .input-group-btn .btn {
    height: 50px;
}
.wsc-foot .wsc-search .input-group-btn .btn {
    background-color: #2275df;
    border-color: #2275df;
    color: #ffffff;
    padding-left: 20px;
    padding-right: 20px;
}
.wsc-foot .wsc-search .input-group-btn span {
    background: none;
    width: auto;
    height: auto;
}
.ft-main {
    padding-top: 38px;
    margin-top: 38px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.foot-info {
    float: left;
}
.foot-info li {
    line-height: 44px;
    font-size: 16px;
    color: #c1c1c1;
    padding-left: 32px;
    transition: 0.3s;
}
.fn-tel {
    background: url(../images/fn-tel.png) no-repeat left center;
}
.fn-mail {
    background: url(../images/fn-mial.png) no-repeat left center;
}
.fn-site {
    background: url(../images/fn-site.png) no-repeat left center;
}
.fn-btn {
    margin-top: 26px;
}
.fn-btn .btn {
    width: 200px;
}
@media (min-width: 767px){
    .foot-nav {
        float: right;
    }
    .fn-item {
        float: left;
        margin-left: 60px;
    }
    .fn-text {
        font-size: 18px;
        color: #c1c1c1;
        line-height: 34px;
        transition: 0.3s;
    }
    .fn-list {
        margin-top: 10px;
        font-size: 14px;
        line-height: 34px;
        color: #999999;
        display: inline-block;
    }
    .fn-list:nth-of-type(2) {
        margin-left: 30px;
    }
    .fn-list li {
        transition: 0.3s;
    }
    .fn-list li:hover {
        color: #2275df;
    }
    .fn-text:hover {
        color: #2275df;
    }
    .wsc-bottom {
        background-color: #1b1d20;
        color: rgba(153, 153, 153, 0.8);
        border-top: 0;
    }
    .wb-left {
        float: left;
    }
    .wb-right {
        float: right;
        line-height: 30px;
    }
    .wsc-bottom .infobd {
        font-size: 12px;
        margin-left: 10px;
        margin-right: 10px;
    }
    .wb-text span {
        margin: 0 2px;
    }
    .wb-text {
        margin-left: 0;
    }
    .wsc-search .form-control:focus {
        border-color: #2275df;
    }
    .wsc-foot .wsc-search .input-group-btn .btn:hover {
        background-color: #1358b1;
        border-color: #1358b1;
    }
    .wsc-search .input-group-btn .btn:hover {
        background-color: #1358b1;
        border-color: #1358b1;
    }
    .foot-info li:hover a{
        color: #2275df;
    }
}
@media(max-width:1239px) and (min-width:992px){
    .fn-pro {
        display: none;
    }
    .fn-item {
        margin-left: 45px;
    }
    .wsc-search .input-group-btn {
        width: 11.7%;
    }
}
@media (max-width: 992px) and (min-width: 768px){
    .fn-pro {
        display: none;
    }
    .fn-news {
        display: none;
    }
    .fn-item {
        margin-left: 23px;
    }
    .wsc-search .input-group-btn {
        width: 15%;
    }
    .foot-info li {
        font-size: 15px;
    }
    .wb-right {
        float: left;
    }
}
@media (max-width:768px) {
    .wsc-foot {
        padding: 30px 0;
    }
    .ft-logo img {
        height: 31.5px;
    }
    .wsc-foot .wsc-search {
        margin-top: 15px;
    }
    .wsc-search .form-control {
        height: 40px;
    }
    .wsc-search .input-group-btn .btn {
        height: 40px;
        line-height: 28px;
    }
    .foot-nav {
        display: none;
    }
    .ft-main {
        padding-top: 18px;
        margin-top: 18px;
        border-top: 1px solid rgba(255, 255, 255, 0.15);
    }
    .foot-info {
        float: none;
    }
    .foot-info li {
        line-height: 32px;
        font-size: 14px;
    }
    .fn-btn {
        margin-top: 15px;
    }
}



/*按钮*/
.btn {
    border-radius: 21px;
    height: 42px;
    line-height: 30px;
    font-size: 14px;
    transition: 0.3s;
}
.btn-whitedb {
    border: solid 1px #ffffff;
    color: #ffffff;
}
.btn-yellow {
    background-color: #f2ac0c;
    color: #ffffff;
}
.btn-ed {
    background-color: rgba(237, 237, 237, 0.3);
    color: #ffffff;
}
.btn-bluebd {
    border: solid 1px #2275df;
    color: #2275df;
}
.btn-e8tel {
    background-color: rgba(232, 232, 235, 0.5);
    color: #f2ac0c;
    font-weight: bold;
}
.btn-e8tel span {
    padding-left: 22px;
    background: url("../images/icon-tel.png") no-repeat left center;
}
.btn-ffa {
    background-color: #FFAB41;
    color: #FFFFFF;
}
.btn-f0f0 {
    background-color: #F0F0F0;
    color: #F2AC0C;
}
.btn-f2abd {
    border: 1px solid #F2AC0C;
    color: #F2AC0C;
}
.btn-whitedb:hover {
    background-color: rgba(255, 255, 255, 1);
    color: #2275df;
}
.btn-bluebd:hover {
    background-color: #1358b1;
    border-color: #1358b1;
    color: #ffffff;
}
.btn-yellow:hover {
    background-color: #d07805;
    color: #ffffff;
}
.btn-ed:hover {
    background-color: rgba(237, 237, 237, 0.3);
    color: #ffffff;
}
.btn-e8tel:hover {
    background-color: rgba(232, 232, 235, 0.5);
    color: #f2ac0c;
    font-weight: bold;
}
.btn-f0f0:hover {
    background-color: #F0F0F0;
    color: #F2AC0C;
}
.btn-ffa:hover {
    background-color: #d07805;
    color: #ffffff;
}
.btn-f2abd:hover {
    background-color: #F2AC0C;
    color: #ffffff;
}
@media (max-width:768px) {
    .btn {
        border-radius: 18px;
        height: 36px;
        line-height: 24px;
        font-size: 12px;
    }
}


/*banner*/
.wsc-banner {
    height: 400px;
    margin-top: -54px;
}
.banTit {
    font-size: 44px;
    font-weight: bold;
    line-height: 50px;
    padding-top: 150px;
    color: #FFFFFF;
}
.banText {
    margin-top: 28px;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
}



/*面包屑*/
.wsc-bread {
    border-bottom: 1px solid #F5F5F5;
}
.wsc-bread .breadcrumb {
    line-height: 23px;
    padding: 15px 0;
    color: #999999;
    background: none;
}
.breadcrumb > .active {
    color: #666666;
}
.ban-bread .wsc-bread .breadcrumb {
    color: rgba(255, 255, 255, 0.5);
}
.ban-bread .breadcrumb > .active {
    color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 767px){
    .wsc-banner {
        height: 160px;
        margin-top: -44px;
    }
    .wsc-banner .wsc-bannerCon {
        background-size: cover!important;
    }
    .banTit {
        font-size: 20px;
        line-height: 26px;
        padding-top: 58px;
    }
    .banText {
        margin-top: 10px;
        font-size: 14px;
        line-height: 20px;
    }
    .wsc-bread .breadcrumb {
        line-height: 20px;
        padding: 12px 0;
        font-size: 12px;
    }
    .wsc-bread h1, .wsc-bread em, .wsc-bread span {
        font-size: 12px;
    }
}

/*视频*/
.wsc-video .list-item {
    border: 0;
    background-color: #f5f6fa;
    transition: 0.3s;
    margin-top: 0;
}
.wsc-video [class^="col-"]{
    margin-top: 20px;
}
.wsc-video .row {
    margin-top: -20px;
}
.list-playicon {
    width: 60px;
    height: 60px;
    transition: 0.3s;
}
.wsc-video .list-info {
    padding: 4px 0;
    border-top: 0;
    text-align: center;
}
.wsc-video .list-tit {
    font-size: 18px;
    line-height: 48px;
    -webkit-line-clamp: 1;
}
.page-video {
    background-color: #F5F6FA;
    padding: 60px 0;
}
.page-video .wsc-video .list-info {
    background-color: #fff;
    padding: 10px 30px 20px;
    text-align: left;
}
.page-video .list-time {
    color: #999999;
    font-size: 14px;
}
.page-video.bgf {
    background-color: #fff;
}
.page-video.bgf .wsc-video .list-info {
    background-color: #F5F6FA;
}
@media (max-width: 992px) and (min-width: 768px){
   .wsc-video [class^="col-"]:nth-child(3) {
        display: none;
    }
}
@media (max-width: 768px){
    .wsc-video .row {
        margin-top: -10px;
    }
    .wsc-video [class^="col-"] {
        margin-top: 10px;
    }
    .wsc-video .list-tit {
        font-size: 14px;
        line-height: 32px;
        height: 32px;
        -webkit-line-clamp: 1;
    }
    .list-playicon {
        width: 30px;
        height: 30px;
    }
    .inb6-main .wsc-video [class^="col-"]:nth-child(3) {
        display: none;
    }
    .wsc-video [class^="col-"]:nth-child(3) {
        display: none;
    }
    .page-video {
        padding: 30px 0;
    }
    .page-video .wsc-video .list-info {
        padding: 10px 15px;
    }
}
@media (min-width: 768px){
    .wsc-video .list-item:hover {
        box-shadow: 0px 3px 35px 0px rgba(0, 0, 0, 0.11);
        background-color: #ffffff;
    }
    .wsc-video .list-item:hover img {
        transform: scale(1.08);
    }
    .wsc-video .list-item:hover .list-playicon {
        background-image: url("../images/list-playicoh.png");
    }
}



/*标题*/
.jTit {
    line-height: 24px;
    position: relative;
}
.jTitText {
    float: left;
    color: #333333;
    font-size: 24px;
    font-weight: bold;
}
.jTitMore {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    box-sizing: border-box;
    text-align: right;
    font-size: 14px;
    color: #999999;
    transition: 0.3s;
}
.jTitMore span {
    padding-right: 16px;
    background: url("../images/jt-grey6.png") no-repeat right center;
}
.lTit {
    line-height: 24px;
}
.lTitText {
    color: #333333;
    font-size: 24px;
    font-weight: bold;
    padding-left: 16px;
    background: url("../images/ltit.png") no-repeat left center;
}

.rMain {
    margin-top: 30px;
}
.page-tit {
    color: #333333;
    font-size: 30px;
    font-weight: bold;
    line-height: 36px;
    text-align: center;
}
.page-text {
    color: #666666;
    font-size: 16px;
    line-height: 26px;
    margin-top: 30px;
    text-align: center;
}
@media (max-width: 768px){
    .jTitText {
        font-size: 18px;
    }
    .jTitMore {
        font-size: 12px;
        width: 100%;
    }
    .jTitMore span {
        padding-right: 14px;
    }
    .rMain {
        margin-top: 15px;
    }
    .page-tit {
        font-size: 20px;
        line-height: 24px;
    }
    .page-text {
        font-size: 14px;
        line-height: 24px;
        margin-top: 15px;
    }
    .lTitText {
        font-size: 18px;
    }
}
@media (min-width: 768px){
    .jTitMore:hover {
        color: #2275df;
    }
    .jTitMore:hover span {
        background-image: url("../images/jt-blue6.png");
    }

}


/*底部新闻*/
.pln-main .row {
    margin-left: -50px;
    margin-right: -10px;
}
.pln-main [class^="col-"] {
    padding-left: 50px;
    padding-right: 10px;
}
.pln-main .list-style2 .media {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px dashed #ebebeb;
}
.pln-main .list-style2 .media:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
}
.pln-main .list-style2 .media-left a {
    width: 206px;
    overflow: hidden;
}
.pln-main .list-style2 .media-left a img {
    transition: 0.36s;
}
.pln-main .list-style2 .media-left, .pln-main .list-style2 .media > .pull-left {
    padding-right: 20px;
}
.pln-main .list-style2 .media-heading {
    font-size: 16px;
    -webkit-line-clamp: 1;
    font-weight: bold;
}
.pln-main .list-style2 .media-text {
    margin-top: 8px;
    color: #999999;
    font-size: 14px;
    line-height: 24px;
}
.pln-main .btnews-main {
    padding: 30px;
    height: auto;
    background-color: #f5f6fa;
}
.pln-main .btnews-main .list-item {
    padding-top: 20px;
    border-top: 1px solid #ebebeb;
    margin-top: 20px;
}
.pln-main .btnews-main .list-item:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
}
.pln-main .btnews-main .list-tit {
    font-size: 16px;
    line-height: 30px;
    height: 30px;
    color: #333333;
    padding-left: 0;
    background: none;
    transition: 0.3s;
}
.pln-main .btnews-main .list-time {
    line-height: 30px;
    font-size: 16px;
}
@media (max-width: 992px) and (min-width: 768px){
    .pln-main .row {
        margin-top: -30px;
    }
    .pln-main [class^="col-"] {
        margin-top: 30px;
    }
}
@media (max-width: 768px){
    .pln-main .list-style2 .media {
        margin-top: 15px;
        padding-top: 15px;
    }
    .pln-main .list-style2 .media-left, .pln-main .list-style2 .media > .pull-left {
        padding-right: 10px;
    }
    .pln-main .list-style2 .media-left a {
        width: 150px;
    }
    .pln-main .list-style2 .media-heading {
        font-size: 14px;
        -webkit-line-clamp: 2;
    }
    .list-style2 .media-info {
        font-size: 12px;
    }
    .pln-main .row {
        margin-top: -25px;
    }
    .pln-main [class^="col-"] {
        margin-top: 25px;
    }
    .pln-main .btnews-main {
        padding: 20px;
    }
    .pln-main .btnews-main .list-item {
        padding-top: 10px;
        margin-top: 10px;
    }
    .pln-main .btnews-main .list-tit {
        font-size: 14px;
        line-height: 24px;
        height: 24px;
    }
    .pln-main .btnews-main .list-time {
        line-height: 24px;
        font-size: 12px;
    }
}
@media (min-width: 768px){
    .pln-main .list-style2 .media:hover img {
        transform: scale(1.08);
    }
    .pln-main .btnews-main .list-item:hover .list-tit{
        color: #2275df;
    }
}

/*产品*/
.wsc-pro .list-item {
    border: 1px solid #EBEBEB;
    transition: 0.36s;
}
.wsc-pro .list-info {
    padding: 15px 30px 20px;
    border-top: 1px solid #EBEBEB;
}
.wsc-pro .list-tit {
    font-size: 16px;
    line-height: 28px;
    height: 28px;
    -webkit-line-clamp: 1;
}
.wsc-pro .list-text {
    margin-top: 10px;
    color: #999999;
    font-size: 14px;
    line-height: 24px;
    height: 72px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.wsc-pro .list-text p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.wsc-pro .list-text p span {
    display: inline-block;
    vertical-align: middle;
    width: 6px;
    height: 6px;
    background: #CCCCCC;
    border-radius: 50%;
    margin-right: 8px;
}
.wsc-pro .list-btn {
    margin-top: 15px;
    font-size: 0;
}
.wsc-pro .list-btn .btn {
    height: 30px;
    width: 104px;
    margin-left: 10px;
    border-radius: 4px;
    line-height: 18px;
}
.wsc-pro .list-btn .btn:first-child {
    margin-left: 0;
}
.page-pro {
    background-color: #F5F6FA;
    padding: 60px 0;
}
.page-pro .wsc-pro .list-info {
    background-color: #FFFFFF;
}
.page-pro.bgf {
    background-color: #FFFFFF;
}
@media(max-width:1239px) and (min-width:992px){
    .wsc-pro .list-info {
        padding: 15px 20px 20px;
    }
    .wsc-pro .list-btn .btn {
        width: 84px;
    }
}
@media (max-width:768px) {
    .ph-block2 {
        padding: 30px 0;
    }
    .wsc-pro .list-info {
        padding: 10px;
    }
    .wsc-pro .list-tit {
        font-size: 15px;
        line-height: 24px;
        height: 24px;
    }
    .wsc-pro .list-text {
        margin-top: 5px;
        font-size: 12px;
        line-height: 20px;
        height: 60px;
    }
    .wsc-pro .list-btn {
        margin-top: 10px;
    }
    .wsc-pro .list-btn .btn {
        width: 48%;
        margin-left: 5px;
    }
    .page-pro {
        padding: 30px 0;
    }
}
@media (max-width:374px) {
    .wsc-pro .list-btn .btn {
        width: 100%;
        margin-left: 0;
        margin-top: 5px;
    }
}
@media (min-width:768px) {
    .wsc-pro .list-item:hover {
        box-shadow: 0px 6px 27px 0px rgba(0, 0, 0, 0.1);
    }
    .wsc-pro .list-item:hover img {
        transform: scale(1.08);
    }
}

/*案例*/
.page-case {
    padding: 60px 0;
}
.wsc-case .list-item {
    background-color: #F5F6FA;
    border:0;
    transition: 0.3s;
}
.wsc-case .list-info {
    padding: 20px 30px;
    border-top: 0;
}
.wsc-case .list-tit {
    font-size: 18px;
    line-height: 26px;
    height: 26px;
    -webkit-line-clamp: 1;
}
.wsc-case .list-text {
    color: #999999;
    font-size: 14px;
    line-height: 30px;
    margin-top: 10px;
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.wsc-case .list-text p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.wsc-case .list-text p span {
    display: inline-block;
    vertical-align: middle;
    width: 6px;
    height: 6px;
    background: #CCCCCC;
    border-radius: 50%;
    margin-right: 8px;
}
.page-case.bgf5 {
    background-color: #F5F6FA;
}
.page-case.bgf5 .list-info {
    background-color: #FFFFFF;
}
@media (max-width: 992px) and (min-width: 768px){
    .wsc-case [class^="col-"]:nth-child(3) {
        display: none;
    }
}
@media (max-width:768px) {
    .wsc-case [class^="col-"]:nth-child(3) {
        display: none;
    }
    .page-case {
        padding: 30px 0;
    }
    .wsc-case .list-info {
        padding: 10px 15px;
    }
    .wsc-case .list-tit {
        font-size: 16px;
        line-height: 24px;
        height: 24px;
    }
    .wsc-case .list-text {
        font-size: 12px;
        line-height: 22px;
        margin-top: 5px;
        height: 44px;
    }
}
@media (min-width:768px) {
    .wsc-case .list-item:hover {
        box-shadow: 0px 6px 27px 0px rgba(0, 0, 0, 0.1);
        background-color: #ffffff;
    }
    .wsc-case .list-item:hover img {
        transform: scale(1.08);
    }
}



/*底部关联*/
.layout-page {
    padding: 60px 0;
    background-color: #F5F6FA;
}
.wser-list {
    background-color: #FFFFFF;
}
.wser-img {
    position: relative;
}
.wser-img img {
    width: 100%;
}
.wser-img span {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 40px;
    width: 100%;
}
.wser-icon1 {
    background: url("../images/wser-icon1.png") no-repeat center;
}
.wser-icon2 {
    background: url("../images/wser-icon2.png") no-repeat center;
}
.wser-icon3 {
    background: url("../images/wser-icon3.png") no-repeat center;
}
.wser-info {
    padding: 25px 0 30px;
}
.wser-tit {
    color: #333333;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    font-weight: bold;
}
.wser-btn {
    text-align: center;
    font-size: 0;
    margin-top: 25px;
}
.wser-btn .btn {
    width: 180px;
}
.plate-news {
    margin-top: 50px;
    padding-top: 50px;
    border-top: 1px dashed #DBDBDB;
}
.plate-news .pln-main .btnews-main {
    background-color: #fff;
}
.layout-page.bgf {
    background-color: #fff;
}
.layout-page.bgf .wser-info {
    border: 1px solid #E6E6E6;
}
.layout-page.bgf .plate-news .pln-main .btnews-main {
    background-color: #F5F6FA;
}
@media (max-width: 768px){
    .layout-page {
        padding: 30px 0;
    }
    .wsc-ser [class^="col-"] {
        margin-top: 10px;
    }
    .wsc-ser .row {
        margin-top: -10px;
    }
    .wser-info {
        padding: 20px;
    }
    .wser-tit {
        font-size: 16px;
        line-height: 22px;
    }
    .wser-btn {
        margin-top: 15px;
    }
    .plate-news {
        margin-top: 25px;
        padding-top: 25px;
    }
}


/*表单*/
.cmfm-main {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px dashed #EBEBEB;
}
.cmfm-content {
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    padding: 40px 40px 40px 50px;
}
.form-main {
    margin-top: 0;
}
.wsc-form .form-group {
    margin-top: 8px;
}
.fm-item {
    padding-left: 90px;
    position: relative;
    height: auto;
}
.fm-item label {
    margin-left: -90px;
    float: left;
    width: 90px;
    font-size: 14px;
    line-height: 46px;
    color: #333333;
    position: relative;
}
.wsc-form sup {
    position: absolute;
    left: -6px;
    top: 20px;
}
.pro-form .wsc-form sup {
    top: 10px;
}
.fm-item input.form-control {
    max-width: 446px;
    height: 46px;
    background-color: #F5F8FA;
    border: 1px solid #F5F8FA;
}
.fm-item textarea.form-control {
    height: 92px;
    max-width: 637px;
    background-color: #F5F8FA;
    border-color: #F5F8FA;
    box-shadow: unset;
}
.wsc-form .fm-btn {
    margin-left: 90px;
}
.wsc-form .fm-btn .btn {
    width: 180px;
    height: 42px;
    border-radius: 21px;
    background-color: transparent;
    border: 1px solid #2275DF;
    color: #2275DF;
    line-height: 30px;
}
.wsc-form .fm-btn .btn:hover {
    border: solid 1px #2275df;
    background-color: #1358b1;
    color: #ffffff;
}
.cmfm-bar {
    border: 1px solid #E6E6E6;
    padding: 35px 25px 28px;
}
.cmfm-bar .text {
    color: #666666;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
}
.cmfm-bar .item-tel {
    color: #2275DF;
    font-size: 24px;
    line-height: 26px;
    margin-top: 10px;
    text-align: center;
    font-weight: bold;
}
.cmfm-bar .item-btn {
    margin-top: 20px;
    text-align: center;
}
.cmfm-bar .item-btn .btn {
    width: 180px;
}
.cmfm-way {
    padding-top: 28px;
    margin-top: 30px;
    border-top: 1px dashed #E6E6E6;
}
.cmfm-way .tit {
    color: #666666;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
}
.cmfm-way .item-img {
    margin-top: 8px;
    text-align: center;
}
.cmfm-way .item-img img {
    max-width: 150px;
}
.layout-form {
    background-color: #F5F6FA;
    padding: 58px 0 60px;
}
.layout-form .cmfm-main {
    margin-top: 0;
    padding-top:0;
    border-top: 0;
}
.cmfm-Tit {
    color: #333333;
    font-size: 24px;
    line-height: 28px;
    font-weight: bold;
}
.layout-form .cmfm-bar {
    background-color: #FFFFFF;
}
@media(max-width:1239px) and (min-width:992px){
    .cmfm-bar .item-tel {
        font-size: 22px;
    }
}


@media (max-width:768px) {
    .cmfm-main {
        margin-top: 15px;
        padding-top: 15px;
    }
    .layout-form {
        padding: 30px 0;
    }
    .cmfm-Tit {
        font-size: 18px;
        line-height: 26px;
    }
    .cmfm-content {
        padding: 20px;
    }
    .fm-item label {
        float: none;
        margin-left: 0;
        width: auto;
        line-height: 30px;
        margin-bottom: 0;
    }
    .fm-item {
        padding-left: 0;
    }
    .fm-item input.form-control {
        height: 40px;
    }
    .fm-item textarea.form-control {
        height: 80px;
    }
    .wsc-form .fm-btn {
        margin-left: 0;
        text-align: center;
    }
    .wsc-form sup {
        top: 13px;
    }
}

/*关键词*/
.wsc-detseo {
    margin-top: 20px;
    background-color: #F5F6FA;
    border: 1px solid #EBEBEB;
    color: #333333;
    padding: 20px;
    font-size: 14px;
    line-height: 26px;
}
.wsc-detseo em, .wsc-detseo a {
    font-weight: bold;
}
.det-tags {
    margin-top: 30px;
    border-top: 1px dashed #EBEBEB;
}
.det-tags .wsc-tags {
    margin-top: 20px;
}
@media (max-width:768px) {
    .wsc-tagsCon {
        font-size: 0;
    }
    .wsc-tags .label {
        padding: 2px 15px;
        line-height: 30px;
        font-size: 12px;
        margin-right: 8px;
        margin-top: 8px;
    }
    .wsc-detseo {
        margin-top: 15px;
        padding: 15px;
        font-size: 12px;
        line-height: 24px;
    }
}
/*上一页下一页*/
.wsc-detlink {
    margin-top: 0;
    padding: 0;
    box-shadow: none;
    border: 1px solid #EBEBEB;
}
.dl-prev, .dl-next {
    padding: 30px;
    font-size: 16px;
    line-height: 26px;
    box-sizing: border-box;
    position: relative;
}
.wsc-detlink>div {
    border-top: 1px solid #DFE7E9;
}
.wsc-detlink>div:first-child {
    border-top: none;
}
.wsc-detlink .dl-next {
    margin-top: 0;
}
.dp-arr, .dn-arr {
    position: relative;
    line-height: 28px;
}
.dp-text, .dn-text {
    color: #666666;
    display: block;
    padding-left: 0;
    margin-top: 10px;
}
/*侧边*/
@media (min-width:992px){

    .wsc-fixBar{
        position: fixed;
        right: 0;
        top: 52%;
        z-index: 1000;
    }
    .wsc-fixBar .fix-item{
        width: 80px;
        height: 70px;
        position: relative;
        box-sizing: border-box;
        background-color: #fff;
        border: solid 1px #e6e8ed;
        transition: 0.36s;
        margin-top: -1px;
    }
    .wsc-fixBar .fix-item a{
        display: block;
        width: 80px;
        height: 100%;
        box-sizing: border-box;
        font-size: 12px;
        line-height: 1;
        padding-top: 42px;
        text-align: center;
        color: #5b7098;
    }
    .wsc-fixBar .fb-top{
        margin-top: 10px;
        height: 44px;
        /*  display: none;*/
    }
    .wsc-fixBar .fix-item.fb-online {
        background-color: #f2ac0c;
        border-color: #f2ac0c;
    }
    .wsc-fixBar .fix-item.fb-online a{
        color: #fff;
    }
    .fb-online a{
        background:  url(../images/fix-online.png) no-repeat  center 14px;
    }
    .fb-tel a{
        background:  url(../images/fix-tel.png) no-repeat  center 16px;
    }
    .fb-wx a{
        background: url(../images/fix-wx.png) no-repeat  center 16px;
    }
    .fb-em a{
        background:  url(../images/fix-em.png) no-repeat  center 18px;

    }
    .fb-top a{
        background: url(../images/fix-top.png) no-repeat  center center;

    }
    .fb-online:hover a{

    }
    .fb-wx:hover a{
        background-image: url(../images/fix-wxh.png);
    }
    .fb-tel:hover a{
        background-image: url(../images/fix-telh.png);
    }
    .fb-em:hover a{
        background-image: url(../images/fix-emh.png);
    }
    .fb-top:hover a{
        background-image: url(../images/fix-toph.png);
    }
    .wsc-fixBar .fix-item:hover{
        background-color: #f2ac0c;
        border-color: #f2ac0c;
    }
    .wsc-fixBar .fix-item.fb-online:hover{
        background-color: #d07805;
        border-color: #d07805;
    }
    .wsc-fixBar .fb-top:hover{
        background-color: #fff;
        border: 1px solid #f2ac0c;
    }
    .fb-wx:hover a,.fb-em:hover a,.fb-online:hover a,.fb-tel:hover a,.fb-top:hover a{
        color: #ffffff;
    }
    .fbarCon{
        height: 70px;
        line-height:70px;
        font-size: 24px;
        color: #fff;
        font-weight: bold;
        text-align: center;
        position: absolute;
        right: 80px;
        top: 0;
        z-index: 10;
    }
    .fb-em .fbarCon{
        font-size: 15px;
        font-weight: 600;
    }
    .fb-tel .fbarCon,.fb-em .fbarCon{
        width: 220px;
    }
    .fb-tel,.fb-em{
        overflow: hidden;
    }
    .fb-tel a,.fb-em a{
        position: absolute;
        right: 0;
        top: 0;
    }
    .fb-tel:hover{
        width: 300px;
        margin-left: -220px;
        z-index: 10;
    }

    .fb-wx .fbarCon{
        width: 145px;
        height: 145px;
        box-shadow: 0px 0px 15px 0px
        rgba(0, 0, 0, 0.15);
        display: none;
        padding: 8px 7px 7px 8px;
        background-color: #fff;
    }
    .fb-wx .fbarCon img{
        width: 100%;
    }
    .fb-wx:hover .fbarCon{
        display: block;
    }
}
/*隐私地图*/
.wsc-pages{padding: 60px 0;background-color: #fff;box-sizing: border-box;margin: auto;}
.pagesTit{font-weight: bold;font-size: 28px;color: #333;line-height: 40px;}

.wsc-pages p{font-size: 14px;color: #555;margin-top: 10px;line-height: 28px;}
.wsc-pages h3{font-size: 22px;color: #222;font-weight: bold;line-height: 1;margin-top: 39px; }

.map-item{font-size: 20px;line-height: 30px;color: #222;font-weight: bold;margin-top: 45px;padding-bottom: 25px;border-bottom: 1px dashed #e0e0e0;}
.map-item ul{overflow: hidden;font-size: 16px;line-height: 28px;color: #555;font-weight: normal;padding-top: 10px;}
.map-item ul li{width: 33.33%;float: left;margin-top: 10px;}
.map-item ul li:hover{
    color: #185A9D;
}
@media (min-width: 992px){

}
@media (max-width: 767px){
    .wsc-pages{
        padding: 40px 0;
    }
    .wsc-pages h3{
        margin-top: 20px;
    }
    .pagesTit{
        font-size: 18px;
        line-height: 28px;
    }
    .map-item{
        font-size: 16px;
        margin-top: 20px;
    }
    .map-item ul{
        font-size: 14px;
    }
    .wsc-pages p{
        line-height: 24px;
    }
}
/*搜索*/
@media (max-width: 767px) {
    .page-main .wsc-search .input-group-btn .btn {
        height: 34px;
    }
    .wsc-class2 {
        margin-top: 10px;
    }
    .wsc-classCon2 {
        margin-top: -5px;
    }
    .classItem2 {
        margin-top: 5px;
    }
}
.wsc-editCon a {
    color: #2275DF;
}