.pl50 {
    padding-left: 50px;
}

.pr50 {
    padding-right: 50px;
}

.pt50 {
    padding-top: 50px;
}

.fw16 {
    max-width: 1600px;
    margin: 0 auto;
}

.mt100 {
    margin-top: 148px;
}

.head-top {
    width: 100%;
    overflow: hidden;
    position: fixed;
    top: 0;
    z-index: 1999;
    background-image: url(../images/bg1.png);
    background-repeat: repeat-x;
    background-position: center bottom;
    height: 54px;
    background-size: auto 100%;
}

.head-top .tel {
    padding-left: 30px;
    background-image: url(../images/tel.png);
    background-repeat: no-repeat;
    background-position: left center;
    height: 36px;
    line-height: 36px;
}

.head-top .tel span {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    vertical-align: middle;
}

.head-top .tel .on {
    font-size: 18px;
    font-weight: bold;
}

.header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 54px;
    z-index: 999;
    background-color: #fff;
    height: 94px;
}

.header::after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #e7e7e7;
    display: none;
}

.header.hasline::after {
    display: block;
}

.backwrap {
    border-bottom: 1px solid #e7e7e7;
}

.backwrap .back {
    display: flex;
    width: 198px;
    height: 70px;
    align-items: center;
    justify-content: center;
    background-color: #f2f2f2;
    color: #333333;
    font-size: 14px;
}

.backwrap .back img {
    margin-right: 20px;
}

.backwrap .back:hover {
    background-color: #e7e7e7;
    color: #1e75c7;
}

.header .fw16 {
    display: flex;
    justify-content: space-between;
}

.header .logo {
    display: inline-block;
    height: 94px;
    line-height: 94px;
    position: relative;
}

.header .logo img {
    max-height: 90%;
}

.navwrap {
    position: relative;
}

.nav {
    display: flex;
    align-items: center;
}

.nav li {
    position: relative;
    margin-left: 60px;
}

.nav li .item {
    display: block;
    padding: 28px 16px 0 16px;
    position: relative;
    height: 94px;
}

.nav li .item::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 8px;
    width: 0;
    height: 4px;
    background-color: #1e75c7;
    transition: all .4s ease;
}

.nav li:hover .item::after {
    width: 100%;
}

.nav li .item.active::after {
    width: 100%;
}

.nav li .cn {
    color: #333333;
    font-size: 16px;
    text-align: center;
    margin-bottom: 8px;
}

.nav li .en {
    color: #b3b3b3;
    font-size: 10px;
    text-transform: uppercase;
    text-align: center;
}

.nav li .item.active .cn {
    color: #1768b4;
    font-weight: bold;
}

.nav li:hover .item .cn {
    color: #1768b4;
}

.nav li .item.active .en,
.nav li:hover .item .en {
    color: #1768b4;
}

.nav li::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 34px;
    background-color: #e0e0e0;
    right: -30px;
    top: 30px;
}

.nav li:last-child::after {
    display: none;
}

.subnav {
    position: absolute;
    width: 120px;
    left: 50%;
    margin-left: -60px;
    top: 100%;
    background-color: #fff;
    z-index: 9;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .1);
    transform: translate(0, -20px);
    transition: all .4s ease;
    opacity: 0;
    padding: 6px 0;
    visibility: hidden;
}

.subnav a {
    display: block;
    text-align: center;
    width: 100%;
    color: #333;
    font-size: 14px;
    padding: 10px 0;
}

.subnav a:hover {
    color: #1e75c7;
}

.subnav a+a {
    border-top: 1px solid #f2f2f2;
}

.nav li:hover .subnav {
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0);
}

.navbtn {
    display: none;
    overflow: hidden;
    width: 60px;
    height: 60px;
    cursor: pointer;
    position: absolute;
    right: 8px;
    top: 0px;
    z-index: 999;
    transition: all .6s ease;
}

.navbtn .line {
    width: 32px;
    height: 3px;
    background: #2A273E;
    display: block;
    position: absolute;
    z-index: 5;
    top: 18px;
    left: 50%;
    margin: 0px 0px 0px -16px;
    transition: all .6s ease;
}

.navbtn .line2 {
    top: 28px;
}

.navbtn .line3 {
    top: 38px;
}

body.open .navbtn .line1 {
    top: 30px;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}

body.open .navbtn .line2 {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(opacity=0);
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    left: -100%;
}

body.open .navbtn .line3 {
    top: 30px;
    -webkit-transform: rotate(-225deg);
    transform: rotate(-225deg);
}

body.open .navbtn {
    right: 220px;
}

body.open .navwrap {
    right: 0;
}

body.open .header .logo {
    left: -200px;
}


.mask {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2999;
    display: none;
    background-color: rgba(0, 0, 0, .7);
}

.mask .content {
    position: relative;
    width: 720px;
    z-index: 9;
    max-width: 90%;
    margin: 0 auto;
    top: 47%;
    transform: translateY(-50%);
}

.mask .title {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    background-image: url(../images/zxbg.png);
    background-repeat: no-repeat;
    background-position: right top;
    height: 126px;
    padding-top: 56px;
    border-top-left-radius: 5px;
    padding-left: 54px;
}

.mask .title img {
    margin-right: 24px;
}

.mainbox {
    width: 100%;
    overflow: hidden;
    background-image: url(../images/house.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 240px;
    position: relative;
}

.mainbox.oncolor {
    background-color: #f8fafb;
    padding-top: 36px;
}

.mainbox-wrap {
    width: 100%;
    overflow: hidden;
}

.mainbox .mbg {
    position: absolute;
    bottom: 100px;
    left: 0;
    width: 100%;
    height: 1688px;
    background-image: url(../images/bodybg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 1920px 1688px;
}

.more {
    display: inline-block;
    padding-left: 20px;
    background-image: url(../images/yuan1.png);
    background-repeat: no-repeat;
    background-position: left center;
    color: #1768b4;
    transition: all .3s ease;
    font-size: 14px;
}

.more:hover {
    background-position: 6px center;
    color: #1768b4;
    padding-left: 24px;
}

.more.white {
    background-image: url(../images/yuan2.png);
    color: #fff;
}

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

.footer {
    width: 100%;
    overflow: hidden;
}

.foot-top {
    background-image: url(../images/fbg.png);
    padding-top: 45px;
    padding-bottom: 24px;
    background-repeat: repeat-x;
    background-position: center top;
    background-size: cover;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 40px;
}

.foot-top .left {
    flex: 1;
    overflow: hidden;
}

.foot-top .right {
    display: flex;
    padding-left: 40px;
    flex-shrink: 0;
}

.foot-top .logo {
    padding-bottom: 20px;
    background-image: url(../images/line.png);
    background-repeat: repeat-x;
    background-position: center bottom;
}

.foot-top .code {
    margin-left: 36px;
}

.foot-top .code .img {
    background-color: #fff;
    width: 120px;
}

.foot-top .code .img img {
    width: 100%;
}

.foot-top .code .tt {
    text-align: center;
    margin-top: 10px;
    color: #fff;
    opacity: .5;
    font-size: 14px;
}

.foot-top .infos {
    display: flex;
    flex-wrap: wrap;
    padding-top: 4px;
}

.foot-top .infos .item {
    padding-left: 42px;
    background-repeat: no-repeat;
    background-position: left center;
    color: #ffffff;
    font-size: 16px;
    opacity: .5;
    line-height: 28px;
    margin-right: 48px;
    margin-top: 24px;
}

.foot-top .infos .item:last-child {
    width: 100%;
}

.foot-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #1e1e1e;
    padding-top: 20px;
    padding-bottom: 20px;
}

.foot-bottom .tt {
    color: #999999;
    font-size: 12px;
    line-height: 1.8;
}

.foot-bottom .tt span {
    display: inline-block;
    margin-right: 15px;
}

.foot-bottom .tt a {
    display: inline-block;
    color: #999999;
    margin-right: 15px;
}

.foot-bottom .tt a:hover {
    color: #ccc;
}

.colors {
    text-align: center;
}

.colors span {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    border-radius: 50%;
}

.slide-product {
    background-color: #fff;
    padding: 32px 10px;
    display: flex;
    align-items: stretch;
    max-width: 1130px;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    display: none;
}

.slide-product .namewrap {
    width: 265px;
    flex-shrink: 0;
}

.slide-product .namewrap .name {
    color: #283c4f;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 18px;
}

.slide-product .namewrap .colors {
    margin-bottom: 80px;
}

.slide-product .close {
    display: flex;
    width: 88px;
    text-align: center;
    color: #999;
    font-size: 12px;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.slide-product .close .icon {
    margin-bottom: 14px;
}

.slide-product .close:hover {
    color: #1768b4;
}

.slide-product .middle {
    flex: 1;
    border-left: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
    padding: 0 50px;
}

.slide-product .middle .state {
    color: #787e84;
    font-size: 12px;
    line-height: 1.8;
    margin-bottom: 16px;
}

.partlist {
    display: flex;
    flex-wrap: wrap;
}

.partlist li {
    width: 25%;
    margin-top: 20px;
}

.partlist li .pic {
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-right: 1px solid #e8eaee;
}

.partlist li:last-child .pic {
    border-right: 0;
}

.partlist li .pic img {
    max-height: 100%;
    max-width: 80%;
}

.partlist li .tt {
    text-align: center;
    color: #666666;
    font-size: 12px;
    margin-top: 20px;
}

.partlist li a:hover .tt {
    color: #1768b4;
}

.subbanner {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 106px 20px 150px;
}

.subbanner h3 {
    text-align: center;
    color: #fff;
    font-size: 36px;
    margin-bottom: 16px;
}

.subbanner p {
    text-align: center;
    color: #fff;
    font-size: 18px;
    background-image: url(../images/line2.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.intabs {
    width: 100%;
    overflow: hidden;
    border: 1px solid #e7e7e7;
}

.intabs2 {
    padding-left: 100px;
}

.intabs a:first-child {
    border-left: 1px solid #e7e7e7;
}

.intabs li {
    width: auto;
}

.intabs a {
    display: inline-block;
    width: 200px;
    height: 71px;
    line-height: 71px;
    border-right: 1px solid #e7e7e7;
    text-align: center;
    color: #333333;
    font-size: 14px;
}

.intabs a.on {
    background-image: url(../images/wrap.png);
    background-position: center center;
    background-size: 192px 65px;
    background-repeat: no-repeat;
    background-color: #1768b4;
    color: #ffffff;
}

.intabs a.on:hover {
    color: #fff;
}

.intabs a:hover {
    color: #1768b4;
}

.right-tool {
    position: fixed;
    right: 0;
    top: 50%;
    margin-top: -120px;
    width: 78px;
    /**height: 243px;**/
    height: 323px;
    background-image: url(../images/bg2.png);
    background-repeat: no-repeat;
    background-position: center center;
    padding: 0 9px 0 8px;
    z-index: 3999;
}

.right-tool .item {
    position: relative;
}

.right-tool .ss {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 12px;
}

.right-tool .ss p {
    margin-top: 4px;
}

.right-tool .item1 {
    height: 62px;
    margin-bottom: 10px;
    padding-top: 10px;
}

.right-tool .item2 {
    width: 28px;
    margin: 0 auto 5px;
    border-bottom: 1px solid #70a0ce;
    padding: 12px 0 15px;
}

.right-tool .item3 {
    width: 28px;
    margin: 0 auto 5px;
    border-bottom: 1px solid #70a0ce;
    padding: 12px 0 15px;
}

.right-tool .item4 {
    padding: 12px 0;
}

.right-tool .item2 .ss p {
    margin-top: 6px;
}

.right-tool .item3 .ss p {
    margin-top: 6px;
}

.right-tool .wx {
    position: absolute;
    right: 54px;
    width: 132px;
    height: 126px;
    top: 50%;
    margin-top: -63px;
    background-image: url(../images/kk.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    padding: 13px 22px 13px 10px;
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease;
    text-align: center;
}

.right-tool .wx img {
    width: 100px;
    height: 100px;
}

.right-tool .tel {
    position: absolute;
    right: 68px;
    width: 235px;
    height: 52px;
    background-image: url(../images/kk2.png);
    background-repeat: no-repeat;
    background-position: center center;
    color: #fff;
    font-size: 16px;
    display: flex;
    align-items: center;
    padding-left: 26px;
    top: 50%;
    margin-top: -26px;
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease;
}

.right-tool .tel img {
    margin-right: 18px;
}

.right-tool .item2:hover .wx {
    opacity: 1;
    visibility: visible;
}

.right-tool .item3:hover .tel {
    opacity: 1;
    visibility: visible;
}

.loading {
    background-image: url(../images/line4.png);
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    align-items: center;
    color: #4b6ed4;
    font-size: 14px;
    justify-content: center;
    margin-top: 34px;
}

.loading img {
    margin-right: 12px;
    transition: all .3s ease;
}

.loading.on img {
    animation: rotate 1s linear infinite;
}

.loading:hover {
    color: #4b6ed4;
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
    }

    25% {
        -webkit-transform: rotate(90deg);
    }

    50% {
        -webkit-transform: rotate(180deg);
    }

    75% {
        -webkit-transform: rotate(270deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

.layui-form-select dl dd.layui-this {
    background-color: #1768b4;
}

.layui-input,
.layui-select,
.layui-textarea {
    border: 0;
    font-size: 16px;
}

.mask .btns {
    text-align: center;
    padding-top: 20px;
}

.commonbtn {
    display: inline-block;
    width: 180px;
    height: 40px;
    border-radius: 40px;
    text-align: center;
    line-height: 40px;
    margin: 0 10px;
    transition: all ease .3s;
    color: #fff;
}

.commonbtn.cancel {
    background-color: #c9c9c9;
}

.commonbtn.submit {
    background-color: #1768b4;
}

.commonbtn:hover {
    opacity: .8;
    color: #fff;
}

.submit-infos {
    background-color: #fff;
    padding: 40px 56px 50px;
}

.submit-infos .info {
    display: flex;
    margin-bottom: 15px;
}

.submit-infos .info .tt {
    flex-shrink: 0;
    color: #333333;
    font-size: 16px;
    display: block;
    width: 112px;
    line-height: 38px;
}

.submit-infos .info .con {
    flex: 1;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 10px;
}

.textareas {
    position: relative;
    padding-bottom: 12px;
    padding-top: 3px;
}

.textareas .counts {
    color: #666666;
    font-size: 14px;
    text-align: right;
}

.textareas textarea {
    resize: none
}

.inwrap {
    padding-top: 42px;
    background-color: #eff2f8;
    padding-bottom: 120px;
    position: relative;
    background-image: url(../images/inbg0.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    padding-left: 15px;
    padding-right: 15px;
}

.inwrap .fw16 {
    position: relative;
    z-index: 29;
}

.sortwrap {
    background-color: #fff;
    margin-bottom: 15px;
    border-top: 1px solid #f2f2f2;
    border-left: 1px solid #f2f2f2;
    align-items: stretch;
    display: flex;
}

.sortwrap .tt {
    width: 120px;
    padding-left: 32px;
    background-image: url(../images/rr.png);
    background-position: 86px center;
    background-repeat: no-repeat;
    color: #333333;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-right: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    box-shadow: 5px 0px 5px 0px rgba(102, 102, 102, .1);
    flex-shrink: 0;
}

.sortlist {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}

.sortlist li {
    width: 200px;
    border-right: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
}

.sortlist li a {
    display: block;
    padding: 20px 0;
    overflow: hidden;
    transition: all .3s ease;
}

.sortlist li .pic {
    height: 50px;
    line-height: 50px;
    text-align: center;
}

.sortlist li .pic img {
    transition: all ease .5s;
    max-width: 90%;
    max-height: 100%;
}

.sortlist li .name {
    text-align: center;
    color: #666666;
    font-size: 14px;
    margin-top: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sortlist li a:hover .name {
    color: #fff;
}

.sortlist li a:hover .pic img {
    transform: scale(1.1);
}

.sortlist li.active a {
    background-color: #1768b4;
    background-image: url(../images/kk4.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 95% 95%;
    color: #fff;
}

.sortlist li a:hover .name {
    color: #1768b4;
}

.sortlist li.active .name {
    color: #fff;
}

.sortlist li.active a:hover .name {
    color: #fff;
}

.product-title {
    text-align: center;
    margin-bottom: 30px;
}

.product-title .t1 {
    color: #333333;
    font-size: 36px;
    text-align: center;
    margin-bottom: 12px;
}

.product-title .t2 {
    background-image: url(../images/line5.png);
    background-repeat: no-repeat;
    background-position: center center;
    color: #333333;
    font-size: 18px;
    text-align: center;
}

.product-title .t2 span+span {
    margin-left: 6px;
}

.product-wrap {
    display: flex;
    align-items: stretch;
    border: 1px solid #e7e7e7;
    background-color: #fff;
}

.product-wrap .left {
    border-right: 1px solid #e7e7e7;
    width: 200px;
    flex-shrink: 0;
}

.product-wrap .left .title {
    text-align: center;
    padding: 20px 0;
    color: #1768b4;
    font-weight: bold;
    font-size: 18px;
    border-bottom: 1px solid #e7e7e7;
}

.product-wrap .sort {
    padding: 20px 10px 0;
}

.product-wrap .sort a {
    display: block;
    text-align: center;
    color: #333333;
    font-size: 16px;
    height: 53px;
    line-height: 53px;
    margin-bottom: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product-wrap .sort a.on {
    color: #fff;
    background-image: url(../images/kk6.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 94% 84%;
    background-color: #1768b4;
}

.product-wrap .sort a.on:hover {
    color: #fff;
}

.product-wrap .sort a:hover {
    color: #1768b4;
}

.product-wrap .right {
    flex: 1;
    overflow: hidden;
    padding-left: 64px;
    padding-top: 24px;
}

.product-wrap .right .tt {
    padding-bottom: 24px;
    border-bottom: 1px solid #e9eae7;
    margin-bottom: 25px;
}

.product-wrap .right .tt span {
    display: inline-block;
    color: #333333;
    font-size: 14px;
    padding-left: 10px;
    border-left: 3px solid #1768b4;
    height: 14px;
    line-height: 14px;
}

.plist {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px;
}

.plist li {
    padding: 0 12px;
    margin-bottom: 36px;
    width: 25%;
}

.plist li a {
    display: block;
    height: 100%;
    border: 1px solid #f1ebe8;
}

.plist li .pic {
    overflow: hidden;
    height: 210px;
    line-height: 210px;
    text-align: center;
}

.plist li .pic img {
    transition: all ease .5s;
    max-width: 80%;
    max-height: 84%;
}

.plist li a:hover .pic img {
    transform: scale(1.1);
}

.plist li .name {
    border-top: 1px solid #f1ebe8;
    background-color: #f3f3f3;
    padding: 30px 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    color: #333333;
    font-size: 16px;
}

.plist li a:hover .name {
    color: #1768b4;
}

.product-wrap2 {
    display: block;
}

.product-wrap2 .right {
    padding: 26px 45px;
}

.plist2 li {
    width: 20%;
}

.plist3 {
    margin: 0;
}

.plist3 li {
    padding: 0;
}

.plist3 li .pic {
    height: 130px;
    line-height: 130px;
}

.plist3 {
    border-top: 1px solid #f1ebe8;
    border-left: 1px solid #f1ebe8;
    margin-bottom: 15px;
}

.plist3 li {
    margin-bottom: 0;
}

.plist3 li a {
    background-color: #fff;
    padding: 60px 10px;
}

.plist3 li .name {
    background-color: #fff;
    border-top: 0;
    padding: 0;
    margin-top: 30px;
}

.plist3 li a {
    border-left: 0;
    border-top: 0;
    border-right: 1px solid #f1ebe8;
    border-bottom: 1px solid #f1ebe8;
}

.aboutbox {
    padding-top: 50px;
}

.about-title {
    background-image: url(../images/quan.png);
    background-repeat: no-repeat;
    background-position: left center;
    color: #1768b4;
    font-size: 24px;
    font-weight: bold;
    padding-left: 40px;
    margin-bottom: 50px;
}

.about-us .pic {
    border: 1px solid #dcdddd;
    width: 40%;
    max-width: 560px;
}

.about-us2 .pic {
    max-width: 404px;
}

.ideas .pic {
    max-width: 548px;
}

.about-us .pic img {
    width: 100%;
}

.about-us .con {
    overflow: hidden;
    padding-left: 50px;
}

.about-us .brief {
    color: #000000;
    font-size: 18px;
    line-height: 2;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    padding: 26px 0;
}

.about-us2 .brief2 {
    color: #1768b4;
    font-size: 18px;
    font-weight: bold;
    padding: 32px 0;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}

.about-us2 .brief2 span {
    padding-right: 20px;
    display: inline-block;
    background-image: url(../images/yuan00.png);
    background-repeat: no-repeat;
    background-position: right bottom;
}

.about-us2 .con {
    padding-left: 100px;
}

.about-us .state {
    color: #333333;
    font-size: 16px;
    line-height: 2;
    margin-top: 36px;
}

.about-us .logo {
    margin-bottom: 26px;
}

.honor-swiper {
    overflow: hidden;
    position: relative;
}

.honor-swiper li .img {
    text-align: center;
    height: 370px;
    line-height: 370px;
    overflow: hidden;
}

.honor-swiper li .img img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    transition: all ease .5s;
}

.honor-swiper li .name {
    text-align: center;
    color: #333333;
    font-size: 16px;
    margin-top: 24px;
}

.honor-swiper li:hover .name {
    color: #1768b4;
}

.honor-swiper li:hover .img img {
    transform: scale(1.1);
}

.honor-swiper>.swiper-pagination-progressbar,
.honor-swiper>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 528px;
    max-width: 100%;
}

.honor-swiper .swiper-pagination-progressbar {
    height: 6px;
    margin: 70px auto 0;
    position: relative;
    background-color: #ececec;
    border-radius: 6px;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    border-radius: 6px;
}

.ideacon {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #dadada;
}

.ideacon .tt {
    color: #1768b4;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 18px;
}

.ideacon .desc {
    color: #333333;
    font-size: 18px;
    line-height: 2.2;
}

.ideacon:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.newsdetail .fw16 {
    background-color: #fff;
    padding: 40px 40px 80px;
}

.newsdetail .title {
    max-width: 1300px;
    margin: 0 auto;
    color: #333333;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 18px;
    padding-bottom: 32px;
    border-bottom: 1px solid #e9ebed;
}

.newsdetail .date {
    color: #666666;
    font-size: 14px;
    text-align: center;
}

.newsdetail .details {
    color: #333333;
    font-size: 16px;
    line-height: 2;
    max-width: 1300px;
    margin: 50px auto;
}

.switchs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 60px;
    border-top: 1px solid #e9ebed;
    max-width: 1300px;
    margin: 0 auto;
}

.switchs a {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 48%;
    color: #333333;
    font-size: 18px;
    background-repeat: no-repeat;
    height: 36px;
    line-height: 36px;
}

.switchs .prev {
    background-image: url(../images/prev4.png);
    background-position: left center;
    padding-left: 80px;
}

.switchs .next {
    background-image: url(../images/next4.png);
    background-position: right center;
    padding-right: 80px;
    text-align: right;
}

.switchs a:hover {
    color: #1768b4;
}

.news-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -25px;
    align-items: stretch;
}

.news-list li {
    width: 50%;
    margin-bottom: 40px;
    padding: 0 25px;
}

.news-list li a {
    display: flex;
    align-items: stretch;
    height: 100%;
}

.news-list li .pic {
    overflow: hidden;
    flex-shrink: 0;
    max-width: 255px;
    width: 40%;
}

.news-list li .pic img {
    transition: all ease .5s;
    height: 100%;
    width: 100%;
    display: none;
}

.news-list li .pic .bimg {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 100%;
    width: 100%;
    transition: all ease .5s;
}

.news-list li a:hover .pic img {
    transform: scale(1.1);
}

.news-list li a:hover .pic .bimg {
    transform: scale(1.1);
}

.news-list li .con {
    flex: 1;
    overflow: hidden;
    border: 1px solid #eaeaea;
    border-left: 0;
    padding: 20px 24px;
}

.news-list li .t1 {
    color: #333333;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e9ebed;
}

.news-list li .t2 {
    color: #666666;
    font-size: 14px;
}

.news-list li .state {
    color: #666666;
    font-size: 14px;
    line-height: 1.8;
    margin: 18px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-list li .jt {
    background-image: url(../images/jt.png);
    background-repeat: no-repeat;
    background-position: left center;
    height: 10px;
    transition: all .4s ease;
}

.news-list li a:hover .jt {
    background-image: url(../images/jt2.png);
    background-position: 10px center;
}

.news-list li a:hover .t1 {
    color: #1768b4;
}

.news-list li a:hover .t2 {
    color: #1768b4;
}

.pages {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 20px;
}

.pages a {
    display: inline-block;
    border: 1px solid #dcdddd;
    height: 36px;
    line-height: 32px;
    width: 36px;
    text-align: center;
    border-radius: 3px;
    color: #666666;
    font-size: 16px;
    margin: 0 4px;
    transition: all .3s ease;
}

.pages .item:hover {
    color: #fff;
    background-color: #1768b4;
    border-color: #1768b4;
}

.pages .item.active {
    background-color: #1768b4;
    color: #fff;
    border-color: #1768b4;
}

.pages a.active:hover {
    color: #fff;
}

.pages .prev {
    margin-right: 20px;
}

.pages .next {
    margin-left: 20px;
}

.contact-us .right {
    overflow: hidden;
    padding-left: 90px;
}

.contact-us .map {
    border: 1px solid #dcdcdc;
    height: 600px;
}

.contact-us .map img {
    max-width: none;
}

.contact-us .left {
    padding-left: 40px;
    width: 50%;
    max-width: 620px;
}

.contact-us .name {
    color: #333333;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 26px;
}

.contact-us .info {
    color: #333333;
    font-size: 18px;
}

.contact-us .info p {
    margin-bottom: 22px;
}

.contact-us .zxwrap {
    padding: 30px 0;
    border-top: 1px solid #e9ebed;
    border-bottom: 1px solid #e9ebed;
}

.contact-us .zxwrap .zxbtn {
    display: inline-block;
}

.contact-us .code {
    width: 205px;
    margin-top: 44px;
}

.contact-us .code .pic {
    border: 1px solid #d7d7d7;
}

.contact-us .code .pic img {
    width: 100%;
    height: auto;
}

.contact-us .code .tt {
    text-align: center;
    font-size: 14px;
    color: #333333;
    margin-top: 18px;
}

.con-title {
    color: #1768b4;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 50px;
    background-image: url(../images/quan.png);
    background-repeat: no-repeat;
    background-position: left 5px;
    padding-left: 40px;
}

.con-title p {
    border-bottom: 1px solid #e9ebed;
    padding-bottom: 18px;
}