.con-title {
    font-size: 36px;
    color: #333333;
    font-weight: 600;
    line-height: 50px;
    text-align: center;
}
.con-desc {
    margin-top: 16px;
    color: #868686;
    line-height: 30px;
    text-align: center;
}
.con-desc p {
    font-size: 16px;
    display: inline-block;
    text-align: left;
}
.wsc-info {
    padding: 60px 0;
}

.btn-580 {
    background: #2F4580;
    color: #ffffff;
}
.btn-b-580 {
    border: 1px solid #2F4580;
    color: #2F4580;
    font-weight: bold;
}
.color-white {
    color: #ffffff;
}
.color-580 {
    color: #2F4580;
}
.bg-f5 {
    background: #f5f5f5;
}
.title-left {
    text-align: left;
}
.wsc-line {
    width: 100%;
    height: 1px;
    background: #e5e5e5;
}
/*å…³äºŽ*/
.ld-desc {
    margin-top: 30px;
    text-align: left;
}
.ld-desc p {
    display: inline-block;
    text-align: left;
    color: #868686;
    font-size: 16px;
    line-height: 30px;
}
.ld-target {
    margin-top: 40px;
}
.ld-target .ld-target-item {
    position: relative;
    float: left;
    width: 380px;
    height: 160px;
    margin: 0 10px;
    background: #F5F5F5;
}
.ld-target .ld-target-item:nth-of-type(3n-2) {
    margin-left: 0;
}
.ld-target .ld-target-item:nth-of-type(3n) {
    margin-right: 0;
}
.target-item-content {
    margin-top: 37px;
    text-align: center;
}
.target-item-content .target-iTit {
    font-size: 14px;
}
.target-iTit span {
    font-size: 36px;
    color: #DE030D;
    line-height: 47px;
    font-weight: bold;
    margin-right: 8px;
}
.target-item-content .target-uTit {
    font-size: 20px;
    color: #333333;
    font-weight: bold;
    line-height: 28px;
}
.company-video-content {
    position: relative;
    width: 100%;
    margin-top: 40px;
}
.c-video-main .c-video-play {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 80px;
    height: 80px;
    background-color: rgba(0,0,0,.4);
    background-image: url("../images/p7-play.png");
    background-repeat: no-repeat;
    background-position: 35px;
    border-radius: 50%;
    border:1px solid rgba(255,255,255,.4);
    margin: auto;
    transition: all .36s;
}
.c-video-main .c-video-play:hover {
    cursor: pointer;
}
.ld-btn-main {
    text-align: center;
    font-size: 0;
    margin-top: 40px;
}
.ld-btn-main .btn {
    width: 220px;
    height: 58px;
    font-size: 16px;
    line-height: 58px;
    border-radius: 0;
}
.ld-btn-main .btn:not(:first-child) {
    margin-left: 30px;
}
.p7-bg1 {
    background: url("../images/p7-bg1.jpg") no-repeat center top;
}
.p7-bg1 .con-desc {
    opacity: 0.8;
}
.ld-growth-list, .ld-adv {
    margin-top: 30px;
}
.ld-growth-list .ld-growth {
    float: left;
    width: 580px;
    height: 210px;
    background: #FFFFFF;
    margin: 10px;
    box-sizing: border-box;
    border: 10px solid #CBCBCB;
}
.ld-growth-list .ld-growth:nth-of-type(2n-1) {
    margin-left: 0;
}
.ld-growth-list .ld-growth:nth-of-type(2n) {
    margin-right: 0;
}
.ld-growth .growth-icon, .ld-growth .growth-info {
    display: inline-block;
}
.ld-growth .growth-icon {
    position: absolute;
    width: 130px;
    height: 130px;
}
.ld-growth .ld-growth-main {
    padding: 30px;
}
.ld-growth .growth-info {
    position: relative;
    margin-left: 206px;
}
.growth-info .growth-date {
    max-width: 200px;
    position: relative;
    color: #2F4580;
    font-size: 20px;
    line-height: 42px;
    font-style: italic;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.growth-info .growth-date::before {
    content: '';
    position: absolute;
    left: -34px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: rgba(47,69,128,.2);
}
.growth-date span {
    font-size: 38px;
    font-weight: bold;
}
.growth-info .growth-desc {
    max-width: 266px;
    color: #868686;
    line-height: 24px;
    margin-top: 12px;
}

.ld-adv .adv-item {
    float: left;
    width: 380px;
    height: 305px;
    margin: 10px;
    background: #F5F5F5;
    text-align: center;
}
.ld-adv .adv-item:nth-of-type(3n-2) {
    margin-left: 0;
}
.ld-adv .adv-item:nth-of-type(3n) {
    margin-right: 0;
}
.adv-item img {
    height: 197px;
}
.adv-item .adv-item-title {
    color: #2F4580;
    font-size: 24px;
    line-height: 32px;
    margin-top: 16px;
}
.adv-item .adv-item-desc {
    color: #868686;
    padding: 0 10px;
    line-height: 20px;
    margin-top: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.p7-bg2 {
    background: url("../images/p7-bg2.jpg") no-repeat center top;
}
.fame-desc {
    margin-top: 40px;
    background: #F5F5F5;
    box-sizing: border-box;
    border: 1px solid #E5E5E5;
    color: #868686;
    font-size: 16px;
    padding: 32px 48px 32px 58px;
}
.fame-licenses {
    margin-top: 40px;
}
.fame-licenses .license {
    float: left;
    position: relative;
    width: 380px;
    height: 230px;
    margin: 0 10px;
    background: #ffffff;
    box-sizing: border-box;
    border: 6px solid #F5E5D1;
}
.fame-licenses .license:nth-of-type(3n-2) {
    margin-left: 0;
}
.fame-licenses .license:nth-of-type(3n) {
    margin-right: 0;
}
.license img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.licenses-list {
    margin-top: 30px;
}
.licenses-list .swiper-container {
    position: relative;
}
.licenses-list .swiper-slide {
    width: 228px!important;
    text-align: center;
    float: left;
}
.licenses-list .swiper-slide .license-item {
    width: 228px!important;
    min-height: 273px;
    background: #ffffff;
    box-sizing: border-box;
    border: 6px solid #F5E5D1;
}
.licenses-list .swiper-slide:not(:first-child) {
    margin-left: 10px;
}
.licenses-list .license-title {
    margin-top: 16px;
    line-height: 20px;
    color: #333333;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.license-next,.license-prev {
    position: absolute;
    top: 107px;
    width: 33px;
    height: 76px;
    z-index: 1;
}
.license-next {
    left: 0;
    background: url("../images/p7-prev.png") no-repeat center top;
}
.license-prev {
    right: 0;
    background: url("../images/p7-next.png") no-repeat center top;
}
.license-next:hover, .license-prev:hover {
    cursor: pointer;
}
.zx {
    height: 230px;
    background: url("../images/p7-bg3.png") no-repeat center top;
    color: #ffffff;
}
.zx .zx-text {
    float: left;
    font-size: 30px;
    line-height: 60px;
}

.zx .btn {
    float: right;
    width: 196px;
    height: 58px;
    font-size: 20px;
    line-height: 58px;
    background: #DE030D;
    margin-top: 22px;
    border-radius: 4px;
    transition: all .36s;
}
.zx .btn:hover {
    background: #B10008;
}

/*ç²¾å·¥åˆ¶é€ */
.zz-info1 {

}
.zz-info1 .zz-info1-l {
    position: relative;
    float: left;
    width: 575px;
}
.zz-info1-title {
    color: #2F4580;
    font-size: 36px;
    line-height: 50px;
    font-weight: bold;
    margin-top: 30px;
}
.zz-info1-desc {
    position: relative;
    font-size: 16px;
    color: #868686;
    line-height: 30px;
    margin-top: 66px;
}
.zz-info1-desc::before {
    content: '';
    position: absolute;
    left: 0;
    top: -33px;
    width: 13px;
    height: 12px;
    background: url("../images/p8-icon2.png") no-repeat center center;
    background-size: contain;
}
.zz-info1-name {
    position: absolute;
    margin-top: 35px;
    right: 82px;
}
.zz-info1-name img {
    width: 90px;
    height: 34px;
}
.zz-info1-line {
    display: inline-block;
    width: 112px;
    height: 1px;
    background: #C7C7C7;
    margin-right: 30px;
}
.zz-info1-r {
    position: relative;
    float: right;
}
.zz-info1-r img {
    position: relative;
    width: 552px;
    height: 358px;
    z-index: 3;
}
.zz-info1-r::before {
    content: '';
    position: absolute;
    left: 53px;
    top: 12px;
    width: 514px;
    height: 334px;
    background: #DBDBDB;
    z-index: 2;
}
.zz-info1-r::after {
    content: '';
    position: absolute;
    left: 124px;
    top: 30px;
    width: 458px;
    height: 298px;
    background: #EDEDED;
    z-index: 1;
}
.ys-list {
    margin-top: 40px;
}
.ys-list .ys-item {
    float: left;
    position: relative;
    width: 575px;
    height: 395px;
    overflow: hidden;
}
.ys-list .ys-item:nth-of-type(2n) {
    margin-left: 30px;
}
.ys-item img {
    transition: all .36s;
}
.ys-item .ys-bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 162px;
    color: #ffffff;
    background: linear-gradient(180deg,rgba(47,69,128,0) 0%,rgba(47,69,128,1) 100%);
}
.ys-bottom p {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    font-size: 24px;
    line-height: 27px;
}
.ys-item:hover .ys-img {
    transform: scale(1.08);
}
.ys-item .ys-item-shadow {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    color: #ffffff;
    background:rgba(47,69,128,0.71);
    text-align: center;
    display: none;
}
.ys-item-shadow .ys-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 33px;
    margin-top: 115px;
}
.ys-item-shadow .ys-desc {
    display: inline-block;
    width: 482px;
    text-align: left;
    line-height: 30px;
    font-size: 16px;
    margin-top: 20px;
}
.ys-item:hover .ys-item-shadow {
    display: block;
}
.ys-item:hover .ys-bottom {
    display: none;
}
.system-step {
    display: inline-block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin: 67px auto 0 auto;
}
.system-step::before {
    content: '';
    position: absolute;
    top: -27px;
    left: 0;
    right: 0;
    margin: auto;
    width: 1px;
    height: 27px;
    background: #d1d1d1;
}
.system-step .s-step {
    float: left;
    font-size: 0;
    width: 220px;
    height: 33px;
    box-sizing: border-box;
    border-top: 1px solid #D1D1D1;
    border-left: 1px solid #D1D1D1;
    text-align: center;
}
.system-step .s-step:last-of-type {
    border-right: 1px solid #D1D1D1;
}
.system-step-images {
    position: relative;
    height: 212px;
    margin-top: 40px;
}
.system-step-images .s-step-img {
    position: absolute;
    float: left;
    color: #868686;
    font-size: 16px;
    text-align: center;
}
.system-step-images .s-step-img:first-of-type {
    left: -45px;
}
.system-step-images .s-step-img:nth-of-type(2) {
    left: 170px;
}
.system-step-images .s-step-img:nth-of-type(3) {
    left: 392px;
}
.system-step-images .s-step-img:nth-of-type(4) {
    left: 615px;
}
.system-step-images .s-step-img:nth-of-type(5) {
    left: 835px;
}
.system-step-images .s-step-img:last-of-type {
    left: 1054px;
}
.s-step-img img {
    width: 170px;
    height: 170px;
}
.s-step-img p {
    line-height: 22px;
    margin-top: 20px;
}
.p8-bg1 {
    background: url("../images/p8-bg1.jpg") no-repeat center top;
}
.qt_products {
    margin-top: 40px;
}
.qt_products .qt-p-item {
    display: inline-block;
    float: left;
    width: 280px;
    color: #ffffff;
    font-size: 18px;
    margin: 0 10px;
    text-align: center;
}
.qt-p-item .qt-pro {
    width: 100%;
    height: 214px;
    overflow: hidden;
}
.qt-p-item .qt-pro img {
    transition: .3s;
}
.qt-p-item .qt-pro:hover img {
    transform: scale(1.08);
}
.qt_products .qt-p-item:first-of-type {
    margin-left: 0;
}
.qt_products .qt-p-item:last-of-type {
    margin-right: 0;
}
.qt-p-item p {
    font-size: 18px;
    line-height: 25px;
    margin-top: 20px;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.bg-f5 .qt-p-item p {
    color: #555555;
}

.jy-list {
    margin-top: 57px;
}
.jy-list .jy-item {
    height: 255px;
    background: #F5F5F5;
    font-size: 0;
    overflow: hidden;
}
.jy-l {
    float: left;
}
.jy-r {
    float: right;
}
.jy-item img {
    width: 590px;
    height: 255px;
}
.jy-item .jy-info {
    width: 590px;
    height: 100%;
    font-size: 16px;
    color: #868686;
    line-height: 32px;
}
.jy-info .jy-info-content {
    width: 517px;
    padding-top: 50px;
    padding-left: 38px;
}
.jy-info .jy-title {
    font-size: 20px;
    color: #333333;
    line-height: 28px;
    font-weight: bold;
}
.jy-info .jy-desc {
    margin-top: 20px;
}
/*æœåŠ¡æ‰¿è¯º*/
.sale-list {
    margin-top: 40px;
}
.sale-list .sale {
    float: left;
    width: 380px;
    background: #F5F5F5;
    margin: 0 10px;
    padding-bottom: 30px;
}
.sale-list .sale:nth-of-type(3n-2) {
    margin-left: 0;
}
.sale-list .sale:nth-of-type(3n) {
    margin-right: 0;
}
.sale img {
    height: 192px;
}
.sale .sale-title, .sale .sale-desc {
    padding: 0 30px;
}
.sale .sale-title {
    font-size: 20px;
    color: #333333;
    font-weight: bold;
    line-height: 28px;
    margin-top: 30px;
}
.sale .sale-desc {
    color: #868686;
    font-size: 16px;
    line-height: 30px;
    margin-top: 16px;
}
.promise-main {
    margin-top: 40px;
}
.promise-main .promise-item {
    float: left;
    width: 590px;
    background: #ffffff;
}
.promise-item img {
    height: 224px;
}
.promise-item .promise-info {
    width: 295px;
}
.promise-info .promise-info-main {
    width: 234px;
    margin: 0 auto;
    padding: 30px 0;
}
.promise-info-main .promise-title {
    font-size: 20px;
    color: #333333;
    font-weight: bold;
    text-align: center;
    line-height: 28px;
}
.promise-info-main .promise-desc {
    margin-top: 16px;
    color: #868686;
    line-height: 30px;
    font-size: 16px;
}
.p9-zx {
    background: url("../images/p9-bg1.png") no-repeat center top;
}
.p9-bg2 {
    background: url("../images/p9-map-bg.png") no-repeat center bottom;
    background-size: contain;
    text-align: center;
}
.map-image {
    width: 1017px;
    height: 743px;
    margin-top: 140px;
}
/*é¡¹ç›®å’¨è¯¢ä¸Žå®šåˆ¶*/
.p10-bg1 {
    background: url("../images/p10-bg1.png") no-repeat center top;
}
.p10-zx {
    background: url("../images/p10-bg2.png") no-repeat center top;
}
.service-list {
    margin-top: 30px;
}
.service-small {
    width: 960px;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
}
.service-list .service-item {
    float: left;
    width: 220px;
    height: 105px;
    color: #ffffff;
    margin: 0 10px;
    font-size: 20px;
    text-align: center;
    line-height: 105px;
}
.service-list .service-item:first-of-type {
    margin-left: 0;
}
.service-list .service-item:last-of-type {
    margin-right: 0;
}
.service-list .ser-item1 {
    background: url("../images/p10-icon1.png") no-repeat center top;
}
.service-list .ser-item2 {
    background: url("../images/p10-icon2.png") no-repeat center top;
}
.service-list .ser-item3 {
    background: url("../images/p10-icon3.png") no-repeat center top;
}
.service-list .ser-item4 {
    background: url("../images/p10-icon4.png") no-repeat center top;
}
.service-list .ser-item5 {
    background: url("../images/p10-icon5.png") no-repeat center top;
}
.service-list .ser-item6 {
    background: url("../images/p10-icon6.png") no-repeat center top;
}
.service-list .ser-item7 {
    background: url("../images/p10-icon7.png") no-repeat center top;
}
.service-list .ser-item8 {
    background: url("../images/p10-icon8.png") no-repeat center top;
}
.service-list .ser-item9 {
    background: url("../images/p10-icon9.png") no-repeat center top;
}
.custom-made {
    margin-top: 30px;
}
.custom-made .custom-title {
    font-size: 20px;
    color: #2F4580;
    line-height: 28px;
}
.custom-made .custom-list {
    background: #F5F5F5;
    padding: 20px;
    margin-top: 20px;
}
.custom-list .custom-item {
    float: left;
    width: 270px;
    height: 178px;
    margin: 0 10px;
    text-align: center;
    background: #ffffff;
}
.custom-list .custom-item:first-of-type {
    margin-left: 0;
}
.custom-list .custom-item:last-of-type {
    margin-right: 0;
}
.custom-item img {
    width: 78px;
    height: 78px;
    margin-top: 28px;
}
.custom-item p {
    margin-top: 20px;
    line-height: 22px;
    padding: 0 10px;
    font-size: 16px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/*è”ç³»æˆ‘ä»¬*/
.lx-product-main {
    background: #F5F5F5;
    margin-top: 40px;
}
.lx-product-list {
    padding: 20px;
}
.lx-product-list .lx-product {
    float: left;
    width: 279px;
    height: 106px;
    text-align: center;
    line-height: 106px;
    font-size: 20px;
    color: #868686;
    margin: 0 4px;
    background: #ffffff;
}
.lx-product-list .lx-product:nth-of-type(4n-3) {
    margin-left: 0;
}
.lx-product-list .lx-product:nth-of-type(4n) {
    margin-right: 0;
}
.lx-product-list .lx-product:nth-of-type(5),
.lx-product-list .lx-product:nth-of-type(6),
.lx-product-list .lx-product:nth-of-type(7),
.lx-product-list .lx-product:nth-of-type(8) {
    margin-top: 8px;
}
.lx-info {
    margin-top: 35px;
}
.lx-info .lx-brand {
    float: left;
    width: 279px;
    height: 134px;
    background: #ffffff;
    text-align: center;
}
.lx-brand img {
    width: 94%;
    height: 60px;
    margin-top: 40px;
}
.lx-info .lx-item {
    float: left;
    height: 132px;
    font-size: 16px;
    color: #555555;
    background: #ffffff;
    overflow: hidden;
}
.lx-item .lx-tel {
    width: 280px;
    line-height: 32px;
    overflow: hidden;
}
.lx-item .lx-number {
    font-size: 20px;
    color: #333333;
}
.lx-item .lx-tit {
    margin-top: 39px;
}
.lx-item p {
    margin-left: 60px;
}
.lx-item .lx-rx, .lx-item .lx-cz {
    float: left;
}
.lx-item .lx-rx {
    position: relative;
}
.lx-item .lx-cz {
    margin-left: 66px;
}
.lx-item .lx-rx::after {
    content: '';
    position: absolute;
    right: -66px;
    top: 40px;
    width: 1px;
    height: 56px;
    background: #e5e5e5;
    z-index: 2
}
.lx-580 {
    width: 580px;
}
.lx-800 {
    width: 799px;
}
.lx-155 .lx-item {
    height: 155px!important;
}
.lx-155 .lx-tit {
    margin-top: 50px
}
.lx-155 .lx-rx::after {
    top: 50px;
}
.lx-info .lx-item {
    margin: 0 10px;
}
.lx-info .lx-item:first-of-type {
    margin-left: 0;
}
.lx-info .lx-item:last-of-type {
    margin-right: 0;
}
.lx-code {
    width: 361px;
    font-size: 14px;
    color: #868686;
}
.lx-item-main {
    padding-top: 25px;
    display: inline-block;
    margin-left: 46px;
}
.lx-item-main .lx-code-img {
    float: left;
    width: 104px;
    height: 104px;
}
.lx-item-main .lx-code-desc {
    float: left;
    font-size: 14px;
    text-align: left;
    line-height: 28px;
    margin-left: 24px;
}
.lx-item-main .lx-code-desc span:first-of-type {
    margin-top: 28px;
}
.lx-code-desc span {
    display: block;
}
.bg-map {
    height: 528px;
    background: url("../images/p11-bg1.jpg") no-repeat center top;
}
.map-container {
    position: relative;
    height: 408px;
    background: #ffffff;
}
.map-container #map {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 1140px;
    height: 368px;
}
.map-control {
    position: absolute;
    bottom: 30px;
    right: 30px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #ffffff url("../images/map-icon.png") no-repeat center center;
    background-size: cover;
    z-index: 999
}
/*å…¬å…±-å…¬å¸åŠ¨æ€-è¡Œä¸šå’¨è¯¢*/
.news-adv {

}
.news-adv .news-adv-item {
    font-size: 0;
}
.news-adv .news {
    float: left;
    width: 687px;
}
.news-adv .adv {
    float: right;
    width: 463px;
}
.news-adv-title {
    position: relative;
}
.news-adv-title .title {
    display: inline-block;
    font-size: 36px;
    color: #333333;
    font-weight: 600;
    line-height: 50px;
}
.news-adv-title a {
    position: absolute;
    right: 14px;
    bottom: 0;
    display: inline-block;
    font-size: 16px;
    line-height: 22px;
    color: #868686;
    transition: all .36s;
}
.t-more {
    display: inline-block;
    width: 9px;
    height: 12px;
    margin-left: 11px;
    background: url("../images/p-more.png") no-repeat center top;
    background-size: cover;
    transition: all .36s;
}
.news-adv-title a:hover {
    color: #2F4580;
}
.news-adv-title a:hover .t-more {
    background-image: url("../images/p-more-active.png");
}
.new-list .new:first-of-type {
    margin-top: 10px;
}
.new-list .new {
    font-size: 14px;
    box-sizing: border-box;
    padding-top: 20px;
    padding-bottom: 20px;
}
.new-list .new:not(:last-of-type) {
    border-bottom: 1px solid #E5E5E5;
}
.new .new-img {
    width: 211px;
    height: 125px;
}
.new .new-img, .new .new-info {
    float: left;
    color: #868686;
}
.no-img .new-info {
    margin-left: 0!important;
}
.new .new-info {
    margin-left: 20px;
}
.new-info .new-title {
    display: inline-block;
    max-width: 440px;
    font-size: 18px;
    color: #333333;
    line-height: 25px;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all .36s;
}
.new-info .new-title:hover {
    color: #2F4580;
}
.new-info .new-date {
    font-size: 14px;
    line-height: 20px;
    margin-top: 12px;
}
.new-info .new-desc {
    width: 445px;
    height: 52px;
    margin-top: 22px;
    line-height: 26px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.new-desc p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.no-img .new-desc {
    width: 687px!important;
}
.new-list .adv-item:first-of-type {
    margin-top: 20px;
}
.new-list .adv-item {
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 15px;
}
.new-list .adv-item:not(:last-of-type) {
    border-bottom: 1px solid #E5E5E5;
}
.adv-item .adv-title {
    display: inline-block;
    max-width: 400px;
    font-size: 18px;
    color: #333333;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .36s;
}
.adv-item .adv-title:hover {
    color: #2F4580;
}
.adv-item .adv-date {
    color: #868686;
    line-height: 20px;
    margin-top: 9px;
}
/*è¡¨å•*/
.wsc-form {
    margin-top: 20px;
}
.form-main {
    float: left;
    width: 790px;
    height: 500px;
    background: #ffffff;
    padding: 40px 0 60px 30px;
    box-sizing: border-box;
}
.wsc-form .fm-row:first-child {
    margin-top: 0;
}
.wsc-form .fm-row {
    margin-top: 16px;
    padding-left: 80px;
}
.wsc-form label {
    font-size: 16px;
    line-height: 50px;
    color: #868686;
    float: left;
    width: 80px;
    margin-left: -80px;
    position: relative;
}
.wsc-form label sup {
    right: -8px;
    position: absolute;
    top: 8px;
    color: #d91c1c;
}
.wsc-form .fm-item {
    width: 300px;
    float: left;
    margin-top: 0!important;
}
.wsc-form input, .wsc-form .sel-head {
    width: 300px;
    height: 50px;
    background-color: #F6F6F6;
    border: solid 1px #E5E5E5;
    box-sizing: border-box;
    padding: 15px 20px;
    line-height: 20px;
    font-size: 16px;
    color: #333;
    transition: 0.36s;
}
.wsc-form input:focus {
    border-color: #3560CA;
    background-color: #fff;
}
.wsc-form input::placeholder,.wsc-form textarea::placeholder
{
    color: #ccc;
    font-size: 16px;
}
.wsc-form textarea {
    width: 605px;
    height: 158px;
    background-color: #F6F6F6;
    border: solid 1px #DDDDDD;
    box-sizing: border-box;
    padding: 15px 20px;
    line-height: 20px;
    font-size: 16px;
    color: #333;
    transition: 0.36s;
    display: block;
}
.wsc-form textarea:focus {
    border-color: #3560CA;
    background-color: #fff;
}
.form-main .btn {
    background: #2F4580;
}
.form-bar {
    float: right;
    width: 368px;
    height: 500px;
    background: #ffffff;
}
.form-bar .form-bar-main {
    padding: 16px;
}
.form-bar-main .form-bar-top {
    width: 336px;
    height: 224px;
    color: #ffffff;
    text-align: center;
    background: url("../images/pc-formbg.jpg") no-repeat center top;
    overflow: hidden;
}
.form-bar-top .form-bar-text {
    font-size: 24px;
    font-weight: bold;
    line-height: 33px;
    margin-top: 63px;
}
.zx-btn {
    width: 180px;
    font-size: 16px;
    margin-top: 20px;
    border-radius: 0;
    background: #DE030D;
}
.form-bar-bottom {
    margin-top: 20px;
    box-sizing: border-box;
    border: 1px solid #e6e6e6;
    background: #F7F7F7;
}
.form-bar-bottom .form-bar-bm {
    padding: 27px 30px;
}
.form-bar-item .form-bar-label {
    font-size: 16px;
    line-height: 22px;
    color: #868686;
}
.form-bar-bottom .form-bar-item:not(:first-of-type) {
    margin-top: 28px;
}
.form-bar-item .form-bar-tel {
    font-size: 26px;
    color: #2F4580;
    line-height: 30px;
    font-weight: bold;
    padding-bottom: 22px;
    border-bottom: 1px solid #e5e5e5;
}
.form-bar-item .form-bar-num {
    margin-top: 12px;
}
.form-bar-item .form-bar-email {
    font-size: 20px;
    color: #333333;
    line-height: 22px;
}
.qt-p-item:hover p {
    color: #DE030D;
}
.ft-search input {
    color: #333;
}
.fm-row span {
    color: #DE030D;
    display: inline-block;
    padding-left: 2px;
}
.newEs-box {
    float: left;
    width: 33.3%;
    margin-top: 30px;
}
.newEs-title {
    font-size: 16px;
    color: #333;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.newEs-time {
    font-size: 14px;
    color: #999;
    margin-top: 6px;
}
.newEs-title:hover {
    color: #2F4580;
}

.az12 {
    margin-top: 20px;
    font-size: 14px;
    color: #333;
    display: inline-block;
    padding-left: 22px;
    background: url("//static.westarcloud.com/5bc693c6a6246306b40f28f5/images/debz1.png") no-repeat 0 center;
}
.az12:hover {
    color: rgba(222,3,13,1);
}