body{
    -webkit-font-smoothing: antialiased!important;
    -moz-osx-font-smoothing: grayscale!important;
}
.btn{
    border-radius: 3px;
    height: 44px;
    line-height: 32px;
    transition: 0.3s;
}
.btn-blue {
    background-color: #325ccd;
    color: #ffffff;
}
.btn-white {
    background-color: #ffffff;
    color: #325ccd;
}
.btn-d4bd {
    border: solid 1px #d4d8e4;
    color: #325ccd;
}
.btn-red {
    background-color: #f13644;
    color: #ffffff;
}
.btn-redbd {
    background-color: rgba(241, 54, 68, 0.1);
    border: solid 1px rgba(241, 54, 68, 0.3);
    color: #f13644;
}
.btn-bludbd {
    background-color: #ffffff;
    border: solid 1px #d4d8e4;
    color: #325ccd;
}
.btn-ffftel {
    color: #323f64;
    background-color: #ffffff;
    border-radius: 3px;
    border: solid 1px rgba(212, 216, 228, 0.4);
    font-weight: bold;
    font-size: 18px;
}
.btn-ffftel span {
    padding-left: 20px;
    background: url("../images/icon-tel.png") no-repeat left center;
}
.btn-ffftel2 {
    background-color: rgba(255, 255, 255, 0.2);
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
}
.btn-ffftel2 span {
    padding-left: 20px;
    background: url("../images/icon-telw.png") no-repeat left center;
}
.btn-blue:hover {
    background-color: #20429d;
    color: #ffffff;
}
.btn-d4bd:hover {
    background-color: #325ccd;
    color: #fefeff;
    border-color: #325ccd;
}
.btn-red:hover {
    background-color: #d53c48;
    color: #ffffff;
}
.btn-redbd:hover {
    background-color: #f13644;
    border-color: #f13644;
    color: #ffffff;
}
.btn-white:hover {
    background-color: #325ccd;
    color: #ffffff;
}
.btn-bludbd:hover {
    background-color: #325ccd;
    border-color: #325ccd;
    color: #ffffff;
}
.btn-ffftel2:hover {
    color: #ffffff;
}
.btn-fff3 {
    background-color: rgba(255, 255, 255, 0.15);
    border-radius: 3px;
    border: solid 1px rgba(255, 255, 255, 0.3);
    color: rgba(255, 255, 255, 1);
}
.btn-fff3:hover {
    background-color: rgba(255, 255, 255, 1);
    border: solid 1px rgba(255, 255, 255, 1);
    color: #325ccd;
}
@media (max-width: 767px){
    .btn {
        font-size: 13px;
        height: 40px;
        line-height: 28px;
    }
}

/*标题文字*/
.jtTit {
    position: relative;
    line-height: 24px;
    height: 24px;
}
.jtTitText {
    float: left;
    font-size: 20px;
    color: #323f64;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.jtTit .lTitMore {
   line-height: 24px;
}
.lTit .lTitMore {
    line-height: 24px;
}
.lTitMore {
    color: #a4a7b0;
}
.lTitMore span {
    display: inline-block;
    padding-right: 24px;
    background: url(../images/jt-hui15.png) no-repeat right center;
}
.bjtTit {
    position: relative;
    line-height: 28px;
    height: 28px;
}
.bjtTit .jtTitText {
    font-size: 28px;
}
.wsc-line {
    width: 100%;
    height: 10px;
    background-color: #eef1f6;
}
.lTit {
    position: relative;
    line-height: 24px;
    height: 24px;
}
.lTit .lTitText {
    float: left;
    font-size: 20px;
    color: #323f64;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-left: 15px;
    background: url(../images/edittit-line.png) no-repeat 0 center;
}

@media (max-width: 767px){
    .jtTitText{
        font-size: 18px;
    }
    .bjtTit .jtTitText {
        font-size: 20px;
    }
    .lTit .lTitText {
        font-size: 18px;
        padding-left: 12px;
    }
    .lTitMore {
        font-size: 12px;
        transition: 0.3s;
    }
    .lTitMore span {
        padding-right: 20px;
    }
}
@media (min-width: 767px){
    .lTitMore:hover {
        color: #325ccd;
    }
    .lTitMore:hover span {
        background: url(../images/jt-lan.png) no-repeat right center;
    }
}



@media (min-width: 992px){
    .wsc-Nav{
        border-bottom: 0;
        background-color: #ffffff;
        box-shadow: 0px 0px 18px 0px rgba(185, 183, 188, 0.3);
    }
    .wsc-logo{
        height: 160px;
    }
    .wsc-logo h1{
        display: block;
    }
    .wsc-logo a{
        height: 160px;
    }
    .wsc-logo img {
        max-height: 80px;
    }
    .wsc-topNav {
        height: 89px;
        border-bottom: 1px solid #eeeeee;
        padding: 25px 0 24px;
    }
    .wsc-TopSearch {
        float: left;
        width: 380px;
    }
    .wsc-TopSearch .wsc-search {
        margin-bottom: 0;
    }
    .wsc-TopSearch .input-group {
        display: block;
    }
    .wsc-TopSearch .input-group label {
        position: absolute;
        left: 20px;
        top: 0;
        color: #455278;
        font-size: 14px;
        line-height: 40px;
        z-index: 4;
        margin-bottom: 0;
    }
    .wsc-TopSearch .wsc-search .form-control {
        background-color: #f1f4f8;
        border-color: #e6e6e6;
        border-radius: 20px!important;
        padding-left: 92px;
    }
    .wsc-TopSearch .wsc-search .input-group-btn {
        position: absolute;
        right: 0;
        width: 42px;
        z-index: 3;
    }
    .wsc-TopSearch .wsc-search .input-group-btn .btn {
        padding-left:0 ;
        padding-right: 0;
        transition: 0.36s;
        background-color: transparent;
        line-height: 28px;
    }
    .wsc-TopSearch .wsc-search .input-group-btn span {
        width: 20px;
        display: inline-block;
        vertical-align: middle;
        height: 28px;
        background: url(../images/search-icon.png) no-repeat center center;
    }
    .nav-cont {
        float: right;
    }
    .nav-cont .hn-item {
        margin: 0;
    }
    .nav-cont .hn-text {
        font-size: 14px;
        margin-top: 0;
        color: #777777;
        padding-bottom: 0;
    }
    .nav-cont .hn-text span {
        margin: 0 11px;
        padding-left: 2px;
        font-size: 12px;
        color: #dedede;
        line-height: 12px;
    }
    .nav-cont .hn-log {
        font-size: 14px;
        line-height: 40px;
        color: #333333;
        padding-left: 23px;
        background: url("../images/hn-log.png") no-repeat left center;
    }
    .nav-cont .hn-log:hover {
        color: #325ccd;
        font-weight: bold;
        background-image: url("../images/hn-logh.png");
    }
    .hn-item {
        margin: 0px 22px;
    }
    .hn-item:first-child {
        margin-left: 0;
    }
    .hn-item:last-child {
        margin-right: 0;
    }
    .hn-text{
        font-size: 14px;
        padding-bottom: 15px;
        margin-top: 16px;
    }
    .wsc-TopSearch .wsc-search .form-control:focus {
        border-color: #e6e6e6;
        background-color: #fafbfd;
        box-shadow: none;
    }
    .wsc-TopSearch .wsc-search .input-group-btn:hover span{
        background-image: url("../images/search-iconh.png");
    }
    .hn-drop {
        top: 70px;
    }
    .pro-drop {
        position: absolute;
        top: 160px;
        width: 100%;
        display: none;
        padding: 30px 0 30px 70px;
        background: #FFFFFF;
        box-shadow: 0px 5px 10px rgba(0,0,0,0.16);
    }
    .pro-drop ul {

    }
    .pro-drop li {
        float: left;
        width: 25%;
        font-size: 14px;
        line-height: 46px;
        letter-spacing: 1px;
        color: #666666;
    }
    .pro-drop li a {
        padding-right: 16px;
        background: url("../images/arr-grey6.png") no-repeat right center;
        transition: 0.3s;
    }
    .pro-drop li a:hover {
        background-image: url("../images/arr-blue6.png");
        color: #325ccd;
        font-weight: bold;
    }

}
@media (max-width: 1240px) and (min-width: 1040px){
    .wsc-TopSearch {
        width: 300px;
    }
    .wsc-TopSearch .input-group label {
        left: 12px;
    }
    .wsc-TopSearch .wsc-search .form-control {
        padding-left: 87px;
    }
    .wsc-TopSearch .wsc-search .input-group-btn {
        width: 30px;
    }
    .nav-cont .hn-text span {
        margin: 0 4px;
        font-size: 0;
    }
    .hn-item {
        margin: 0px 10px;
    }

}

@media (max-width: 1040px) and (min-width: 992px){

    .wsc-logo {
        float: none;
        text-align: center;
        height: auto;
    }
    .wsc-logo a {
        display: inline-block;
        margin-top: 15px;
        height: unset;
    }
    .wsc-headNav {
        float: none;
        width: 757px;
        margin: 0 auto;
    }
    .wsc-logo img {
        vertical-align: middle;

    }
    .pro-drop {
        top: 255px;
    }


}

.wsc-foot{
    padding: 38px 0 80px;
    background-color: #eef1f6;
}

.wsc-foot .wsc-search {
    margin-bottom: 0;
    margin-top: 0;
}
.wsc-foot .wsc-search .input-group {
    display: block;
}
.wsc-foot .wsc-search .form-control {
    width: 100%;
    height: 40px;
    background-color: #e1e6ee;
    border-radius: 20px;
    padding-right: 44px;
}
.wsc-foot .wsc-search .input-group-btn {
    position: absolute;
    width: 44px;
    height: 40px;
    right: 0;
    top: 0;
}
.wsc-foot .wsc-search .input-group-btn .btn {
    height: 40px;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
    transition: 0.36s;
    background-color: transparent;
    border-color: transparent;
    margin: 0;
    padding: 0;
    line-height: 40px;
    z-index: 4;
}
.wsc-foot .wsc-search .input-group-btn span {
    width: 20px;
    display: inline-block;
    height: 40px;
    background: url(../images/search-icon.png) no-repeat center center;
}
.wsc-foot .wsc-search .form-control:focus {
    background-color: #fcfcfc;
    border-color: #fcfcfc;
}

@media (min-width: 767px){
    .ft-nav {
        float: left;
        font-size: 0;
    }
    .ft-nav li {
        display: inline-block;
        vertical-align: middle;
        font-size: 14px;
        line-height: 40px;
        color: #455278;
        padding-left: 35px;
        margin-left: 35px;
        background: url("../images/ft-line.png") no-repeat left center;
        transition: 0.3s;
    }
    .ft-nav li:first-child {
        padding-left: 0;
        margin-left: 0;
        background: none;
    }
    .ft-nav li:hover {
        color: #325ccd;
    }
    .ft-search {
        float: right;
        width: 300px;
    }
    .ft-main {
        padding-top: 50px;
        margin-top: 25px;
        border-top: 1px solid #dbe0e9;
    }
    .fn-pic {
        float: left;
        width: 200px;
    }

    .ft-logo{
        padding-bottom: 25px;
    }
    .ft-logo a{
        display: block;
        font-size: 0;
    }
    .ft-logo img{
        vertical-align: middle;
        width: 200px;
    }
    .fn-gz {
        font-size: 12px;
        line-height: 30px;
        color: #999999;
        margin-top: 5px;
    }
    .foot-nav {
        float: left;
    }
    .fn-item {
        float: left;
        margin-left: 110px;
    }
    .fn-list:nth-of-type(2) {
        margin-left: 35px;
    }
    .ft-info {
        float: right;
    }
    .fn-list li a:hover {
        color: #325ccd;
    }
}
.fn-text {
    font-size: 16px;
    font-weight: bold;
    line-height: 32px;
    color: #323f64;
}
.fn-list {
    font-size: 14px;
    line-height: 30px;
    color: #6c717e;
    margin-top: 20px;
    display: inline-block;
}

.fn-btn {
    margin-top: 30px;
    font-size: 0;
}
.fn-btn .btn {
    width: 120px;
    margin-left: 8px;
}
.fn-btn .btn:first-child {
    margin-left: 0;
}

.wsc-bottom {
    background-color: #eef1f6;
    color: #b2b2b2;
    border-top: 1px solid #dbe0e9;
}
.wb-left {
    float: left;
}
.wb-text {
    display: inline;
    line-height: 30px;
    margin-left: 10px;
}
.wsc-bottom .infobd {
    font-size: 12px;
    color: #b2b2b2;
    margin-left: 10px;
    margin-right: 10px;
    vertical-align: top;
}
.wb-right {
    float: right;
    line-height: 30px;
}
.botfix-lxway {
    display: none;
}
@media (max-width: 1240px) and (min-width: 992px){
    .ft-nav li {
        padding-left: 25px;
        margin-left: 25px;
    }
    .fn-item {
        float: left;
        margin-left: 60px;
    }
}
@media (max-width: 992px) and (min-width: 768px){
    .ft-nav li {
        margin-left: 15px;
        padding-left: 0;
        background: none;
    }
    .ft-search {
        float: right;
        width: 250px;
    }
    .fn-item:nth-child(2) {
        display: none;
    }
    .fn-item {
        margin-left: 100px;
    }
}
@media (max-width: 767px){
    .wsc-foot {
        padding: 30px 0;
    }
    .fn-pic .ft-logo img {
        width: 200px;
    }
    .ft-top {
        display: none;
    }
    .fn-wx {
        display: none;
    }
    .foot-nav {
        display: none;
    }
    .ft-info {
        margin-top: 20px;
    }
    .fn-list {
         margin-top: 0;
    }
    .fn-btn {
        margin-top: 15px;
    }
    .wb-right, .wb-left {
        float: none;
    }
    .botfix-nav{
        background-color: #fff;
        border-top: 1px solid #eaeaea;
    }
    .btnav-item{
        color:#555555;
        padding: 10px 0 8px;
        font-size: 12px;
        text-align: center;
        width: 25%;
        float: left;
    }
    .btnav-item .glyphicon{
        font-size: 18px;
    }
    .btnav-item .text{
        margin-top: 5px;
    }
    .botfix-height{
        height: 60px;
    }
    .navbar-height{
        height: 50px;
        display: block;
    }
    .wsc-botfix{
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 60px;
        background-color: #fff;
        z-index: 1000;
        border-top: 1px solid #eaeaea;
    }
    .botfix-block{
        height: 60px;
    }
    .wsc-botfix .item{
        float: left;
        width: 20%;
        height: 100%;
        box-sizing: border-box;
        padding-top: 31px;
        font-size: 12px;
        line-height: 18px;
        color: #555555;
        font-weight: 300;
        text-align: center;
        position: relative;
    }
    .wsc-botfix .item1{
        background: url(../images/ft-index.png) no-repeat center 12px;
        background-size: 15px auto;
    }
    .wsc-botfix .item1 path {
        fill: red;
    }
    .wsc-botfix .item2{
        background: url(../images/ft-apl.png) no-repeat center 12px;
        background-size: 15px auto;
    }
    .wsc-botfix .item4{
        background: url(../images/ft-anli.png) no-repeat center 12px;
        background-size: 15px auto;
    }
    .wsc-botfix .item5{
        background: url(../images/ft-ser.png) no-repeat center 12px;
        background-size: 15px auto;
    }
    .wsc-botfix .item3 i{
        position: absolute;
        top: -25px;
        left: 0;
        right: 0;
        margin: auto;
        width: 50px;
        height: 50px;
        box-sizing: border-box;
        border: 4px solid #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
        border-radius: 50%;
        background: #f13644 url(../images/btfix-ico3.png) no-repeat center center;
        background-size: 17px auto;
    }
    .wsc-botfix .item2:hover,.wsc-botfix .item2.active{
        background-image: url(../fonts/ft-aplh.svg);
    }
    .wsc-botfix .item4:hover,.wsc-botfix .item4.active{
        background-image: url(../fonts/ft-anlih.svg);
    }
    .wsc-botfix .item5:hover,.wsc-botfix .item5.active{
        background-image: url(../fonts/ft-serh.svg);
    }

    .botfix-dialog{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        display: none;
        z-index: 100;
        overflow: hidden;
    }
    .botfix-lxway{
        position: fixed;
        left: 0;
        right: 0;
        margin: auto;
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        height: 50px;
        bottom: 100px;
        overflow: hidden;
        z-index: 102;
        display: none;
    }
    .botfix-lxway ul{
        margin-left: -5px;
        margin-right: -5px;
    }
    .botfix-lxway li{
        width: 50%;
        float: left;
        text-align: center;
        padding-left: 5px;
        padding-right: 5px;
    }
    .botfix-lxway li .btn{
        width: 100%;
        font-size: 14px;
    }
    .botfix-lxway .btn-orange span{

    }
}
@media (min-width: 767px){
    .fn-text:hover {
        color: #333;
    }
}
/*侧边*/
@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: #f13644;
        border-color: #f13644;
    }
    .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: #f13644;
        border-color: #f13644;
    }
    .wsc-fixBar .fix-item.fb-online:hover{
        background-color: #d53c48;
        border-color: #d53c48;
    }
    .wsc-fixBar .fb-top:hover{
        background-color: #fff;
        border: 1px solid #f4d1d3;
    }
    .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: 18px;
        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-em: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;
    }
}
@media (max-width: 991px){
    .wsc-tnav {
        padding: 15px;
    }
    .wn-item {
        float: left;
    }
    .wn-text {
        font-size: 14px;
        color: #777777;
    }
    .wn-text span {
        margin: 0 11px;
        padding-left: 2px;
        font-size: 12px;
        color: #dedede;
        line-height: 12px;
    }
}



/*面包屑*/
.wsc-bread {
    border-bottom: 0;
}
.wsc-banner {
    height: auto;
}
.wsc-breadCon {
    color: #999999;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 63px;
    height: 63px;
}
.wsc-bread span {
    margin: 0 3px;
}
.wsc-bread a, .wsc-bread em, .wsc-bread span, .wsc-bread strong, .wsc-bread h1 {
    font-size: 12px;
    display: inline;
    font-weight: normal;
}
.wsc-bread h1 {
    color: #555555;
}
.bread-nav .wsc-bread {
    float: left;
}
.bnav-box {
    float: left;
}
.bnav-box {
    float: right;
    line-height: 63px;
    height: 63px;
}
.bnav-box li {
    float: left;
    font-size: 14px;
    color: #455c87;
    transition: 0.3s;
}
.bnav-box li span {
    margin: 0 25px;
    color: #e8eaf2;
    font-size: 12px;
}
.bnav-box li:last-child span {
    display: none;
}
.bnav-box .active, .bnav-box li:hover{
    font-weight: bold;
    color: #325ccd;
}

@media (max-width: 767px){
    .wsc-banner {
        background: none!important;
    }
    .wsc-bannerCon {
        background-size: contain!important;
    }
    .bread-nav .wsc-bread,.bnav-box {
        float: none;
    }
    .wsc-breadCon {
        line-height: 43px;
        height: 43px;
    }
    .bnav-box {
        margin-top: 10px;
        line-height: 30px;
        height: 30px;
    }
    .bnav-box li {
        float: left;
        width: 33.33%;
        padding: 0 2px;
        font-size: 12px;
    }
    .bnav-box ul {
        margin: 0 -2px;
    }
    .bnav-box li a {
        display: block;
        text-align: center;
        border: 1px solid #e8eaf2;
    }
    .bnav-box li span {
        display: none;
    }
}
.inMain {
    margin-right: auto;
    margin-left: auto;
    padding-top: 70px;
}
@media (max-width:767px){
    .inMain{
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 15px;
    }
}
@media (min-width:776px){
    .inMain{width:750px;}
}
@media (min-width:860px){
    .inMain{width:810px;}
}
@media (min-width:992px){
    .inMain{width:970px;}
}
@media (min-width:1020px){
    .inMain{width:990px;}
}
@media (min-width:1200px){
    .inMain{width:1030px;}
}
@media (min-width:1240px){
    .inMain{width:1220px;}
}
@media (min-width:1280px){
    .inMain{width:1240px;}
}
@media (min-width:1360px){
    .inMain{width:1340px;}
}

.banTit {
    font-size: 34px;
    line-height: 42px;
    letter-spacing: 2px;
    color: #ffffff;
    font-weight: bold;
    text-align: left;
    padding-top: 0;
}
.banText {
    margin-top: 20px;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 1px;
    color: #ffffff;
}
.banText p {
    margin-top: 10px;
}
.banText p:first-child {
    margin-top: 0;
}
@media (max-width: 767px){
    .banTit {
        font-size: 18px;
        line-height: 24px;
    }
    .banText {
        margin-top: 10px;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0;
    }
    .banText p {
        margin-top: 3px;
    }
}



@media (max-width: 1240px) and (min-width: 992px){
    .banMain{
        max-width: 420px;
    }
}
@media (max-width: 991px){
    .ft-compinfo{
        float: unset;
    }
    .ft-link{
        width: unset;
        margin-top: 30px;
        float: unset;
    }
}
@media (max-width: 767px){
    .ft-logo .tit{
        display: block;
        margin-top: 10px;
    }
}
.page-wrap{
    padding: 40px 0 80px;
    overflow: hidden;
}
.wsc-class{
    border: 1px solid #EAEAEA;
   border-radius: 6px; 
}
.wsc-classTit{
    border-bottom: 1px solid #eaeaea;
    padding: 24px 0;
    text-align: center;
    line-height: 34px;
    font-size: 18px;
    background-color: #F9F9FC;
    color: #222222;
    font-weight: bold;
}
.wsc-classCon{
    padding: 35px 30px 0;
}
.classItem{
    margin-top: 20px;
    padding-bottom: 20px;
    margin-left: 0;
    border-bottom: 1px solid #eaeaea;
}
.classItem:first-child{
    margin-top: 0;
}
.classItem:last-child{
    padding-bottom: 0;
    border-bottom: 0;
}
.classItema{
    height: unset;
}
.classItema a{
    padding: 0;
    color: #222222;
    border-bottom: 0;
    background: unset;
    padding-right: 30px;
}
.wsc-class .active .classItema a, .classItema:hover a{
    background: unset;
}

.classItema i{
    height: 22px;
    right: 0;
    background:url(../images/class-more.png) no-repeat right center;
}

.wsc-classbtn{
    margin-top: 30px;
    padding: 0 30px 35px;
}
.wsc-classbtn .btn{
    width: 100%;
    height: 50px;
    line-height: 36px;
}

.layout-box{
    
}
.layout-side{
    width: 280px;
    float: right;
}
.layout-content{
    width: 880px;
    float: left;
}


@media (max-width: 1240px) and (min-width: 992px){
    .layout-side{
        width: 220px;
    }
    .layout-content{
        width: 700px;
    }
    .wsc-classTit{
        padding: 15px 0;
    }
    .wsc-classCon{
        padding: 20px 20px 0;
    }
    .wsc-classbtn{
        margin-top: 20px;
        padding: 0 20px 20px;
    }
}
@media (max-width: 991px){
    .layout-content{
        width: 100%;
    }
}


.page-edit{
    padding: 40px 40px 30px;
    border: 8px solid #EAEAEA;
    border-radius: 6px;
}
.pTit{
    font-size: 28px;
    line-height: 40px;
    color: #333333;
    font-weight: bold;
}
.pMain{
    margin-top: 30px;
    font-size: 14px;
    line-height: 26px;
    color: #666666;
}
.pMain > *:first-child{
    margin-top: 0;
}
.pMain > *:last-child{
    margin-bottom: 0;
}
.pMain ul{
    color: #222222;
    font-weight: bold;
}
.pMain a{
    text-decoration: underline;
}


.pTip{
    margin-top: 40px;
    border-top: 1px dashed #d6d6d6;
    padding-top: 40px;
    font-size: 14px;
    line-height: 26px;
    color: #666666;
}
.pTip a{
    color: #938168;
    text-decoration: underline;
}


.page-bot{
    margin-top: 25px;
}
.page-bot .item{
    padding: 40px;
    border-width: 8px;
    border-style: solid;
    border-radius: 6px;
    margin-top: 15px;
}
.page-bot .item-main{
    max-width: 420px;
    float: left;
}
.page-bot .item-img{
    float: right;
}
.page-bot .item .tit{
    font-size: 22px;
    line-height: 30px;
    color: #222222;
    font-weight: bold;
}
.page-bot .item .text{
    font-size: 14px;
    line-height: 26px;
    color: #666666;
    margin-top: 20px;
}
.page-bot .item .item-btn{
    margin-top: 35px;
}
.page-bot .item .btn{
    width: unset;
    padding-left: 20px;
    padding-right: 20px;
    height: 40px;
    line-height: 26px;
}

.page-bot .item .item-link{
    margin-top: 35px;
    font-size: 14px;
    line-height: 40px;
    color: #938168;
}
.page-bot .item .item-link a{
    text-decoration: underline;
}

.page-bot .item.item-f8bg{
    border-color: #F8F7F5;
    background-color: #F8F7F5;
}
.page-bot .item.item-f2bg{
    border-color: #F2F6F7;
    background-color: #F2F6F7;
}
.page-bot .item.item-bdbd{
    border-color: #BDD0B2;
    background-color: #fff;
}
.page-bot .item.item-e2bd{
    border-color: #E2CCC0;
    background-color: #fff;
}

@media (max-width: 1240px) and (min-width: 992px){
    .page-bot .item{
        padding: 30px;
    }
    .page-bot .item-main{
        max-width: 360px;
    }
}

@media (max-width: 992px){
    .page-bot .item-main{
        max-width: 360px;
    }
}
@media (max-width: 768px){
    .page-bot .item-main{
        max-width: unset;
        float: unset;
    }
}

/*推荐案例*/
.wsc-anli {
    margin-top: 60px;
}
.rMain {
    margin-top: 30px;
}
.wsc-anli .list-style1 .list-item {
    border: solid 1px #e6e8ed;
}
.wsc-anli .list-style1 .list-info {
    padding: 20px 30px;
}
.wsc-anli .list-style1 .list-tit {
    font-size: 18px;
    color: #323f64;
    -webkit-line-clamp: 1;
    height: 24px;
}
.wsc-anli .list-text {
    font-size: 14px;
    line-height: 24px;
    margin-top: 18px;
    color: #455c87;
    max-height: 72px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.wsc-anli .list-text p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.wsc-anli .list-text p span {
    display: inline-block;
    vertical-align: middle;
    width: 6px;
    height: 6px;
    border: solid 1px #95a4b4;
    background-color: #ffffff;
    border-radius: 50%;
    margin-right: 6px;
}
.plate-case {
    background-color: #f8fafd;
    padding: 80px 0;
}
.plate-case .wsc-anli {
    margin-top: 0;
}

@media (max-width: 992px) and (min-width: 768px){
    .wsc-anli .list-style1 .list-info {
        padding: 18px 20px;
    }
    .wsc-anli .list-text {
        margin-top: 15px;
    }
}
@media (max-width: 767px){
    .wsc-anli .list-style1 .col-md-4:nth-child(3) {
        display: none;
    }
    .wsc-anli {
        margin-top: 30px;
    }
    .wsc-anli .list-style1 .list-info {
        padding: 10px 15px;
    }
    .wsc-anli .list-style1 .list-tit {
        font-size: 16px;
    }
    .wsc-anli .list-text {
        font-size: 12px;
        line-height: 20px;
        margin-top: 8px;
        max-height: 60px;
    }
    .plate-case {
        padding: 30px 0;
    }
}
@media (min-width: 767px){
    .wsc-anli .list-style1 .list-img img {
        transition: 0.36s;
    }
    .wsc-anli .list-style1 .list-img:hover img {
        transform: scale(1.08);
    }
}


/*相关案例*/
.page-case .row {
    margin-left: -5px;
    margin-right: -5px;
}
.page-case [class^="col-"] {
    padding-left: 5px;
    padding-right: 5px;
}
.page-case .list-style1 .list-item {
    border: solid 1px #e6e8ed;
}
.page-case .list-style1 .list-info {
    padding: 20px 30px;
}
.page-case .list-style1 .list-tit {
    font-size: 18px;
    color: #323f64;
    -webkit-line-clamp: 1;
    height: 24px;
}
.page-case .list-text {
    font-size: 14px;
    line-height: 24px;
    margin-top: 15px;
    color: #455c87;
    max-height: 72px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.page-case .list-text p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0;
}
.page-case .list-text p span {
    display: inline-block;
    vertical-align: middle;
    width: 6px;
    height: 6px;
    border: solid 1px #95a4b4;
    background-color: #ffffff;
    border-radius: 50%;
    margin-right: 6px;
}
.page-case .list-style1 .list-img img {
   margin: 0;
}
@media (max-width: 1240px) and (min-width: 992px){
    .page-case .list-style1 .list-info {
        padding: 18px 20px;
    }
}
@media (max-width: 992px) and (min-width: 768px){
    .page-case .list-style1 .list-info {
        padding: 18px 20px;
    }
}
@media (max-width: 767px){
    .page-case .list-style1 .list-info {
        padding: 10px 15px;
    }
    .page-case .list-style1 .list-tit {
        font-size: 14px;
    }
    .page-case .list-text {
        font-size: 12px;
        line-height: 20px;
        margin-top: 10px;
        max-height: 60px;
    }
    .page-case .list-style1 .col-md-4:nth-child(3) {
        display: none;
    }

}
@media (min-width: 767px){
    .page-case .list-style1 .list-img img {
        transition: 0.36s;
    }
    .page-case .list-style1 .list-img:hover img {
        transform: scale(1.08);
    }
}





/*底部新闻*/
.plate-news {
    padding: 60px 0 80px;
}
.pn-hy .list-style1 .list-item {
    border: 0;
}
.pn-hy .list-style1 .list-info {
    padding: 30px 40px;
    border-top: 0;
    background: url("../images/pn-hy-bg2.jpg") no-repeat center;
    background-size: cover;
}
.pn-hy .col-md-6:first-child .list-info{
    background: url("../images/pn-hy-bg1.jpg") no-repeat center;
    background-size: cover;
}
.pn-hy .list-style1 .list-tit {
    font-size: 18px;
    line-height: 30px;
    color: #323f64;
    height: 60px;
}
.pn-hy .list-style1 .list-tit span {
    color: #5473c5;
}
.list-time {
    font-size: 14px;
    line-height: 14px;
    color: #6c717e;
    margin-top: 15px;
}
.pn-hy .list-text {
    font-size: 14px;
    line-height: 24px;
    color: #455c87;
    max-height: 72px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-top: 15px;
}
.pn-news {
    margin-top: 60px;
    border: solid 1px #e6e8ed;
}
.pn-news .col-md-6 {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
    border-left: 1px solid #e6e8ed;
}
.pn-news .col-md-6:first-child {
    border-left: 0;
}
.nMain {
    margin-top: 40px;
}
.pn-news .list-style3 .media {
    padding-top: 20px;
    border-top: 1px solid #eeeeee;

}
.pn-news .list-style3 .media .media-left a {
    width: 200px;
}

.pn-news .list-style3 .media:first-child {
    padding-top: 0;
    border-top: 0;
}
.pn-news .list-style3 .media-heading {
    font-size: 16px;
    line-height: 24px;
}
.pn-news .list-style3 .media-info {
    color: #6c717e;
}
.pn-news .list-style3 .media-text {
    margin-top: 8px;
    color: #6c717e;
    font-size: 14px;
    line-height: 24px;
}
.pn-news .rlist-item {
    overflow: hidden;
    padding-top: 15px;
    border-top: 1px solid #eeeeee;
}
.pn-news .rlist-tit {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    height: 24px;
    padding-left: 0;
    background: none;
}
.pn-news .rlist-time {
    float: right;
    text-align: right;
    width: 100px;
    margin-right: -100px;
    font-size: 14px;
    line-height: 24px;
    color: #6c717e;
    margin-top: 0;
}
.pn-news .list-tit {
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.pn-news .list-text {
    font-size: 14px;
    line-height: 24px;
    color: #6c717e;
    height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 20px;
}
@media (max-width: 992px) and (min-width: 768px){
    .pn-news .row {
        margin-left: 0;
        margin-right: 0;
    }
    .pn-hy .list-style1 .list-tit {
        height: 30px;
        -webkit-line-clamp: 1;
    }
    .pn-news .col-md-6 {
        border-left: 0;
        border-top: 1px solid #e6e8ed;
    }
    .pn-news .col-md-6:first-child {
        border-top: 0;
        border-right: 0;
    }
}
@media (max-width: 767px){
    .plate-news {
        padding: 30px 0;
    }
    .pn-hy .list-style1 .list-info {
        padding: 15px 20px;
    }
    .pn-hy .list-style1 .list-tit {
        font-size: 16px;
        line-height: 26px;
        height: 52px;
    }
    .pn-hy .list-text {
        margin-top: 10px;
    }
    .list-time {
        margin-top: 10px;
    }
    .pn-news {
        margin-top: 30px;
    }
    .pn-news .col-md-6 {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .nMain {
        margin-top: 20px;
    }
    .rMain {
        margin-top: 20px;
    }
    .pn-news .list-style3 .media-heading {
        font-size: 14px;
    }
    .list-style3 .media-info {
        font-size: 12px;
    }
    .pn-news .row {
        margin-left: 0;
        margin-right: 0;
    }
    .pn-news .col-md-6 {
        border-left: 0;
        border-top: 1px solid #e6e8ed;
    }
    .pn-news .list-style3 .media {
        padding-top: 15px;
        margin-top: 15px;
    }
    .pn-news .col-md-6:first-child {
        border-top: 0;
        border-right: 0;
    }
    .pn-news .list-style3 .media .media-left a {
        width: 120px;
    }
    .pn-news .list-text {
        margin-top: 10px;
    }
    .pn-news .rlist-item {
        padding-top: 10px;
        margin-top: 10px;
    }
    .pn-news .rlist-tit {
        font-size: 14px;
    }
}
@media (min-width: 767px){
    .pn-news .list-item:hover .list-tit {
        color: #325ccd;
    }
    .pn-news .rlist-item:hover .rlist-tit {
        color: #325ccd;
    }
    .pn-news .list-style3 .media-left img {
        transition: 0.36s;
    }
    .pn-news .list-style3 .media-left a {
        overflow: hidden;
    }
    .pn-news .list-style3 .media:hover img {
        transform: scale(1.08);
    }
}


/*标签*/
.det-tags {
    margin-top: 40px;
}
.wsc-tagsCon {
    margin-top: -10px;
    margin-right: -10px;
}
.wsc-tags a {
    border: solid 1px #e6e6e6;
    padding: 7px 16px;
    color: #888888;
    float: left;
    line-height: 14px;
    font-size: 14px;
    margin-right: 10px;
    margin-top: 10px;
    transition: 0.3s;
    border-radius: 5px;
}
.wsc-detseo {
    margin-top: 20px;
    padding: 20px;
    background-color: #f8fafd;
    border: solid 1px #f0f5fd;
    font-size: 14px;
    line-height: 26px;
    color: #666666;
}
.wsc-detseo a, .wsc-detseo em {
    font-weight: bold;
}
@media (max-width: 767px){
    .det-tags {
        margin-top: 20px;
    }
    .wsc-tags a {
        margin-right: 5px;
        margin-top: 5px;
        font-size: 12px;
    }
    .wsc-detseo {
        margin-top: 10px;
        padding: 10px;
        font-size: 12px;
        line-height: 24px;
    }
}
@media (min-width: 767px){
    .wsc-tags a:hover {
        border: solid 1px #325ccd;
        color: #325ccd;
    }

}

/*业务领域*/
.proList {
    background-color: #f8fafd;
    padding: 80px 0;
}
.pl-tit {
    font-size: 32px;
    line-height: 32px;
    letter-spacing: 2px;
    color: #323f64;
    font-weight: bold;
}
.pl-main {
    margin-top: 40px;
}
.pl-main .row {
    margin-left: -1px;
    margin-right: -1px;
    margin-top: -2px;
}
.pl-main [class^="col-"] {
    padding-left: 1px;
    padding-right: 1px;
    margin-top: 2px;
}

.pl-list {
    display: block;
    background-color: #eaeef4;
    border: solid 1px #d9e0eb;
    text-align: center;
    padding: 36px 0 35px;
    transition: 0.3s;
}
.pl-list span {
    display: block;
    height: 66px;
    background-size: contain;
}
.plTit {
    font-size: 18px;
    font-weight: bold;
    height: 24px;
    color: #323f64;
    margin-top: 17px;
}
.pl-icon1 {
    background: url("../images/pl-icon1.png") no-repeat center;
}
.pl-icon2 {
    background: url("../images/pl-icon2.png") no-repeat center;
}
.pl-icon3 {
    background: url("../images/pl-icon3.png") no-repeat center;
}
.pl-icon4 {
    background: url("../images/pl-icon4.png") no-repeat center;
}
.pl-icon5 {
    background: url("../images/pl-icon5.png") no-repeat center;
}
.pl-icon6 {
    background: url("../images/pl-icon6.png") no-repeat center;
}
.pl-icon7 {
    background: url("../images/pl-icon7.png") no-repeat center;
}
.pl-icon8 {
    background: url("../images/pl-icon8.png") no-repeat center;
}
.pl-icon9 {
    background: url("../images/pl-icon9.png") no-repeat center;
}
.pl-icon10 {
    background: url("../images/pl-icon10.png") no-repeat center;
}
.pl-icon11 {
    background: url("../images/pl-icon11.png") no-repeat center;
}
.pl-icon12 {
    background: url("../images/pl-icon12.png") no-repeat center;
}
.bgf.proList {
    background-color: #fff;
}
@media (max-width: 992px) and (min-width: 768px){
    .pl-tit {
        font-size: 31px;
    }
}
@media (max-width: 767px){
    .proList {
        padding: 30px 0;
    }
    .pl-tit {
        font-size: 18px;
        line-height: 26px;
        letter-spacing: 0px;
    }
    .pl-main {
        margin-top: 20px;
    }
    .pl-list {
        padding: 15px 0;
    }
    .plTit {
        font-size: 12px;
        height: 20px;
        margin-top: 10px;
    }
    .pl-list span {
        display: block;
        height: 33px;
        background-size: contain;
    }
}
@media (min-width: 767px){
    .pl-list:hover{
        border-color: rgb(207, 216, 231);
        background-color: rgb(221, 228, 239);
    }
}



/*页码*/
.paging-inner .prev {
    background: #f6f6f6 url(../images/page-prev.png) no-repeat center center;
    margin-right: 5px;
}
.paging-inner .current, .paging-inner a:hover {
    background-color: #325ccd;
    color: #fff;
}
.paging-inner .next {
    background: #f6f6f6 url(../images/page-next.png) no-repeat center center;
    margin-left: 5px;
}
@media (max-width: 767px){
    .paging-inner .prev {
        margin-right: 3px;
    }
    .paging-inner .next {
        margin-left: 3px;
    }
}


/*转化*/
.plate-change {
     padding: 60px 0;
}
.plate-change .row {
    margin-left: 0;
    margin-right: 0;
}
.plate-change [class^="col-"] {
    padding-left: 0;
    padding-right: 0;
}
.pc-list {
    display: block;
}
.pc-list1 {
    background: url("../images/pc-img1.jpg") no-repeat right center;
    background-size: cover;
}
.pc-list2 {
    background: url("../images/pc-img2.jpg") no-repeat right center;
    background-size: cover;
}
.pc-list3 {
    background: url("../images/pc-img3.jpg") no-repeat right center;
    background-size: cover;
}
.pc-list4 {
    background: url("../images/pc-img4.jpg") no-repeat right center;
    background-size: cover;
}
.pc-list5 {
    background: url("../images/pc-img5.jpg") no-repeat right center;
    background-size: cover;
}
.pc-list6 {
    background: url("../images/pc-img6.jpg") no-repeat right center;
    background-size: cover;
}
.pc-info {
    width: 100%;
    height: 100%;
    padding: 25px 40px 30px;
}
.pc-tit {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    color: #323f64;
}
.pc-text {
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 1px;
    color: #455c87;
    margin-top: 3px;
}
.pc-more {
    width: 60px;
    height: 24px;
    border-radius: 12px;
    margin-top: 20px;
    background: #466dd5 url("../images/jt-white15.png") no-repeat center;
    transition: 0.3s;
}
@media (max-width: 1240px) and (min-width: 992px){
    .pc-info {
        padding: 25px 35px 30px;
    }
}
@media (max-width: 992px) and (min-width: 768px){
    .pc-info {
        padding: 20px 23px 20px;
    }
    .pc-more {
        margin-top: 9px;
    }
    .pc-text {
        height: 52px;
    }
}
@media (max-width: 767px){
    .plate-change {
        padding: 30px 0;
    }
    .pc-info {
        padding: 15px;
    }
    .pc-tit {
        font-size: 15px;
    }
    .plate-change .row {
        margin-top: -10px;
    }
    .plate-change [class^="col-"] {
        margin-top: 10px;
    }
    .pc-list {
        background: #f2f4fe;
    }
    .pc-text {
        display: none;
    }
    .pc-more {
        width: 46px;
        height: 18px;
        border-radius: 9px;
        margin-top: 15px;
    }
    .plate-change .row {
        margin-left: -1px;
        margin-right: -1px;
    }
    .plate-change [class^="col-"] {
        padding-left: 1px;
        padding-right: 1px;
    }

}
@media (min-width: 767px){
    .pc-list:hover .pc-more {
        background: #20429d url(../images/jt-white15.png) no-repeat center;
    }
}

/*表单*/
.common-form {
    padding: 80px 0;
    background-color: #ffffff;
}
.fmTit {
    font-size: 32px;
    line-height: 38px;
    color: #323f64;
    font-weight: bold;
}
.cmfm-main {
    margin-top: 38px;
}
.cmfm-content {
    background-color: #fff;
    border: solid 1px #e6e8ed;
    padding: 50px;
}
.cmfm-main .row {
    margin-left: 0;
    margin-right: 0;
}
.cmfm-main [class^="col-"] {
    padding-left: 0;
    padding-right: 0;
}
.form-main {
    margin-top: 0;
}
.fm-row:first-child {
    margin: 0 -10px;
}
.fm-row .fm-col {
    float: right;
    width: 50%;
    padding: 0 10px;
}
.fm-row .fm-col:first-child {
    float: left;
}
.wsc-form label {
    color: #455c87;
    margin-bottom: 5px;
}
.wsc-form .form-control {
    height: 42px;
    background-color: #f3f5f8;
    border: 1px solid #f3f5f8;
}
.wsc-form .form-control:focus {
    border: 1px solid #e6e8ed;
    background-color: rgb(251, 252, 253);
}
.wsc-form .form-group {
    margin-top: 12px;
}
.wsc-form .fm-btn {
    margin-top: 30px;
}
.wsc-form .fm-btn .btn {
    width: 200px;
    border-radius: 3px;
    background-color: #325ccd;
}
.cmfm-bar {
    background-color: #f8fafd;
    border: solid 1px #e6e8ed;
    border-left: 0;
    padding: 40px 50px 43px;
}
.cmfm-peo {
    text-align: center;
}
.cmfm-bar .tit {
    font-size: 16px;
    line-height: 20px;
    color: #455c87;
    margin-top: 18px;
    text-align: center;
}
.cmfm-bar .item-btn {
    margin-top: 18px;
}
.cmfm-bar .item-btn .btn {
    width: 100%;
}
.sdci-way {
    margin-top: 33px;
    border-top: dashed 2px #e3e7ec;
    padding-top: 5px;
}
.sdci-way .item {
    margin-top: 20px;
}
.sdci-way .text {
    font-size: 14px;
    line-height: 30px;
    color: #455c87;
    text-align: center;
}
.sdci-way .item-tel {
    font-size: 18px;
    line-height: 30px;
    color: #323f64;
    text-align: center;
    font-weight: bold;
}
.common-form.bgf8 {
    background-color: #f8fafd;
}

/*公共标题*/
.page-tit {
    font-size: 32px;
    line-height: 42px;
    letter-spacing: 2px;
    color: #323f64;
    font-weight: bold;
}
.page-text {
    margin-top: 30px;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1px;
    color: #455c87;
}
.page-text p {
    margin-top: 15px;
}
.page-text p:first-child {
    margin-top: 0;
}


@media (max-width: 767px){
    .page-tit {
        font-size: 20px;
        line-height: 24px;
        letter-spacing: 0;
    }
    .page-text {
        margin-top: 15px;
        font-size: 12px;
        letter-spacing:0;
    }
    .page-text p {
        margin-top: 8px;
    }
}

/*相关问答*/
.wsc-faq .rlist-item {
    margin-bottom: 15px;
    padding-bottom: 15px;
    font-size: 16px;
    line-height: 24px;
    color: #333f64;
    padding-right: 0;
    border-bottom: 1px solid #eeeeee;
}
.wsc-faq .rlist-tit {
    float: none;
    max-width: 100%;
    padding-left: 15px;
    background: url(../images/rtit-dot.png) no-repeat 0 center;
}
@media (max-width: 767px){
    .wsc-faq .rlist-item {
        margin-bottom: 10px;
        padding-bottom: 10px;
        font-size: 14px;
        line-height: 20px;
    }
}
/*表单提交*/
.prompt-main {
    padding: 100px 0;
    background-color: #f6f6f6;
    text-align: left;
}
.prompt-icon {
    height: 65px;
    background: url(../images/susok.png) no-repeat center center;
}
@media (max-width: 768px){
    .prompt-box {
        text-align: center;
    }
    .prompt-main {
        padding: 40px 0;
    }
}
/*隐私地图*/
.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: 992px) and (min-width: 768px){
    .page-main .wsc-search {
        margin-bottom: 20px;
    }
    .page-main .wsc-search .form-control {
        height: 44px;
    }
    .page-main .wsc-search .input-group-btn .btn span {
        width: 18px;
        display: inline-block;
        height: 18px;
        background: url(../images/search-iconw.png) no-repeat center center;
    }
}
@media (max-width: 767px) {
    .page-main .wsc-search .input-group-btn .btn {
        height: 34px;
    }
    .page-main .wsc-search .input-group-btn .btn span {
        width: 18px;
        display: inline-block;
        height: 18px;
        background: url(../images/search-iconw.png) no-repeat center center;
    }
    .wsc-class2 {
        margin-top: 10px;
    }
    .wsc-classCon2 {
        margin-top: -5px;
    }
    .classItem2 {
        margin-top: 5px;
    }


}
.nav-cont .hn-text {
    font-size: 30px;
    margin-top: 0;
    color: #cd3240;
    padding-bottom: 0;
    font-weight: bold;
}