@charset "UTF-8";
a:hover {
    color: #1890ff;
}
.header {
    width: 100%;
    height: 110px;
    line-height: 110px;
    background-color: #fff;
    z-index: 999;
    overflow: hidden;
    padding-left: 4%;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.nav-list {
    margin-left: 145px;
}
.nav-list li {
    float: left;
    font-size: 0;
}
.nav-list li~li {
    margin-left: 40px;
}
.nav-list li a {
    display: inline-block;
    font-size: 18px;
    color: #1d1f1c;
    padding: 0 20px;
    line-height: 36px;
    height: 36px;
    position: relative;
    vertical-align: middle;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.nav-list li.on a,
.nav-list li a:hover {
    color: #fff;
    background-color: #1890ff;
}
/*.nav-list li a:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    border-bottom: 2px solid #fcc500;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.nav-list li.on a:before,
.nav-list li a:hover:before {
    width: 100%;
    left: 0;
}*/
.header-right {
    padding: 0 4%;
    border-left: 1px solid #ddd;
}
.header-right li {
    font-size: 0;
}
.header-right li a {
    line-height: 30px;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #595959;
}
.header-right li a span {
    font-size: 18px;
    color: #1d1f1c;
}
.header-right li a .icon-dianhua {
    font-size: 21px;
    color: #1890ff;
    margin-top: -2px;
    margin-right: 5px;
}

/*首页*/
.product-side {
    width: 310px;
}
.product-content {
    overflow: hidden;
    padding-left: 0;
}
.product-cate {
    padding-right: 30%;
    margin-bottom: 50px;
}
.product-cate li~li {
    margin-top: 8px;
}
.product-cate li a {
    display: inline-block;
    color: #595959;
    line-height: 30px;
    font-size: 16px;
}
.product-cate li a:before {
    content: "";
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
    width: 0;
    height: 1px;
    margin-top: -2px;
    background-color: #1890ff;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.product-cate li.on a:before,
.product-cate li a:hover:before {
    width: 50px;
}
.product-cate li.on a,
.product-cate li a:hover {
    color: #1890ff;
}
.com-more {
    display: inline-block;
    padding: 0 26px;
    height: 42px;
    background-color: #ffffff;
    border-radius: 2px;
    border: solid 1px #bfbfbf;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    color: #113355;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.com-more.mini {
    height: 36px;
    line-height: 34px;
}
.product-list {
    margin-bottom: -10px;
}
.product-list li {
    text-align: center;
    margin-bottom: 10px;
}
.product-list li .abox .pic {
    border: solid 1px #dddddd;
}
.product-list li .abox .tit {
    font-size: 16px;
    padding: 10px;
    color: #595959;
}
.youshi-list .item {
    width: 49.28%;
    height: 200px;
    background-color: rgba(246, 246, 246, 1);
    border-radius: 10px;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-left: 56px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.youshi-list .item:hover {
    background: #fff;
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}
.youshi-list .item .pic {
    width: 125px;
    height: 125px;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0px 10px 20px 0px rgba(11, 84, 128, 0.1);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    border-radius: 50%;
    overflow: hidden;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.youshi-list .item:first-child .pic {
    background-image: url(../images/icon/ys-1.png);
}
.youshi-list .item:nth-child(2) .pic {
    background-image: url(../images/icon/ys-2.png);
}
.youshi-list .item:nth-child(3) .pic {
    background-image: url(../images/icon/ys-3.png);
}
.youshi-list .item:nth-child(4) .pic {
    background-image: url(../images/icon/ys-4.png);
}
.youshi-list .item:hover .pic {
    background-color: #1890ff;
}
.youshi-list .item:first-child:hover .pic {
    background-image: url(../images/icon/ys-1-on.png);
}
.youshi-list .item:nth-child(2):hover .pic {
    background-image: url(../images/icon/ys-2-on.png);
}
.youshi-list .item:nth-child(3):hover .pic {
    background-image: url(../images/icon/ys-3-on.png);
}
.youshi-list .item:nth-child(4):hover .pic {
    background-image: url(../images/icon/ys-4-on.png);
}
.youshi-list .item .cont {
    padding-left: 54px;
}
.youshi-list .item .cont h4 {
    font-size: 24px;
    line-height: 1.3;
    color: rgba(38, 38, 38, 1);
}
.youshi-list .item .cont p {
    color: #8c8c8c;
    line-height: 1.5;
    margin-top: 15px;
}
.more-bar {
    text-align: center;
    font-size: 0;
    padding-top: 25px;
}
.more-bar a {
    display: inline-block;
    vertical-align: middle;
    height: 42px;
    border-radius: 21px;
    border: solid 1px #bfbfbf;
    line-height: 40px;
    margin: 0 3px;
}
.more-bar .zx {
    width: 160px;
    background-color: #ffffff;
    font-size: 16px;
    color: #113355;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.more-bar .zx:hover {
    background: #1890ff;
    color: #fff;
}
.more-bar .tel {
    width: 182px;
    background-color: rgba(0, 0, 0, .3);
    font-size: 18px;
    color: #f6f6f6;
}
.more-bar .tel .iconfont {
    font-size: 25px;
    margin-top: -2px;
    margin-right: 10px;
}
.youshi {
    background: url(../images/ys-bg.jpg) no-repeat center;
    background-size: cover;
}
.index-about {
    padding-top: 128px;
}
.index-about .pic {
    width: 520px;
    height: 666px;
    position: relative;
    z-index: 2;
}
.index-about .cont {
    overflow: hidden;
    padding-right: 70px;
}
.index-about .cont h3 {
    font-size: 32px;
    line-height: 1.3;
    color: #1890ff;
}
.index-about .cont .des {
    font-size: 16px;
    line-height: 2;
    color: #8c8c8c;
    margin-top: 20px;
    margin-bottom: 50px;
}
.index-news {
    padding-top: 120px;
}
.news-cate {
    position: absolute;
    right: 0;
    top: 35px;
}
.news-cate li {
    float: left;
    margin-left: 35px;
}
.news-cate li a {
    font-size: 18px;
    color: #595959;
}
.news-cate li.on a,
.news-cate li a:hover {
    color: #1890ff;
}
.news-list {
    margin-bottom: -42px;
}
.news-list .item {
    width: 49.28%;
    margin-bottom: 42px;
}
.news-list .item .abox {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    background-color: #ffffff;
    border: solid 1px #d9d9d9;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.news-list .item .abox:hover {
    border-color: #1890ff;
}
.news-list .item .abox .cont {
    padding: 40px;
    width: 80%;
}
.news-list .item .abox .cont h4 {
    font-size: 24px;
    color: #262626;
    line-height: 1.3;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.news-list .item .abox .cont p {
    line-height: 24px;
    color: #8c8c8c;
    margin-top: 15px;
    font-size: 14px;
}
.news-list .item .abox .date {
    width: 20%;
    height: 120px;
    text-align: center;
    border-left: solid 1px #d9d9d9;
    font-size: 16px;
    color: #595959;
    padding-top: 16px;
}
.news-list .item .abox .date strong {
    font-size: 60px;
    line-height: 1;
    color: #595959;
    width: 100%;
    display: block;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.news-list .item .abox .more {
    position: absolute;
    left: 39px;
    bottom: -18px;
    width: 120px;
    height: 36px;
    background-color: #ffffff;
    border-radius: 2px;
    border: solid 1px #bfbfbf;
    line-height: 34px;
    text-align: center;
    color: #113355;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.news-list .item .abox:hover .more {
    background: #1890ff;
    border-color: #1890ff;
    color: #fff;
}
.news-list .item .abox:hover .cont h4,
.news-list .item .abox:hover .date strong {
    color: #1890ff;
}
.index-case {
    background: url(../images/partner-bg.png) no-repeat center;
    background-size: cover;
}
.index-case .com-title .tit-en {
    color: #d9d9d9;
}
.index-case .tit-side {
    position: relative;
    width: 16.78%;
}
.index-case .tit-side .com-more {
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.index-case .tit-side .com-more:hover,
.com-more:hover {
    background: #1890ff;
    border-color: #1890ff;
    color: #fff;
}
.index-case .parter-list {
    width: 83.22%;
}
.parter-list {
    margin-bottom: -15px;
}
.parter-list li {
    margin-bottom: 15px;
}
.parter-list li .box {
    position: relative;
}
.parter-list li .box .cover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #1890ff;
    font-size: 16px;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.parter-list li .box:hover .cover {
    opacity: 1;
}
.footer {
    padding-top: 50px;
    padding-bottom: 45px;
    background-color: #373e45;
}
.foot-left {
    width: 64.3%;
}
.foot-nav {
    margin-top: 25px;
    margin-bottom: 35px;
}
.foot-nav li {
    float: left;
    margin-right: 80px;
}
.foot-nav li:last-child {
    margin-right: 0;
}
.foot-nav li a {
    font-size: 18px;
    color: rgba(255, 255, 255, .8);
}
.links {
    margin-bottom: 5px;
    font-size: 14px;
}
.links a {
    margin-right: 10px;
}
.links,
.links a,
.copyright,
.copyright a {
    color: rgba(255, 255, 255, .3);
}
.links a:hover,
.copyright a:hover,
.foot-contact p a:hover {
    color: rgba(255, 255, 255, .8);
}
.copyright {
    font-size: 14px;
}
.foot-contact {
    font-size: 14px;
    padding-bottom: 6px;
    text-align: right;
}
.foot-contact .tel {
    font-size: 12px;
    color: rgba(24, 144, 255, 1);
    line-height: 1.2;
}
.foot-contact .tel strong {
    display: block;
    font-size: 24px;
}
.foot-contact .tel strong .iconfont {
    font-size: 28px;
    margin-right: 10px;
    margin-top: -4px;
}
.foot-contact p {
    margin-top: 20px;
    line-height: 26px;
    color: rgba(255, 255, 255, .3);
}
.foot-contact p a {
    color: rgba(255, 255, 255, .3);
}


/*产品详情*/
.product-content .con-hd {
    padding-top: 15px;
    padding-left: 35px;
    padding-right: 20px;
    background-color: #fff;
    margin-bottom: 20px;
}
.product-content .con-hd .tit {
    padding: 0 2px;
    padding-bottom: 15px;
    color: #0261e3;
    font-size: 18px;
    border-bottom: 2px solid #0261e3;
}
.product-content .con-hd form input,
.product-content .con-hd form button {
    display: inline-block;
    vertical-align: middle;
    background: none;
}
.product-content .con-hd form button {
    cursor: pointer;
}
.product-content .con-bd li {
    margin-top: 20px;
}
.product-content .con-bd li .box {
    padding: 0 10px 20px;
    background-color: #fff;
    text-align: center;
}
.product-content .con-bd li .img {
    padding: 40px 30px;
}
.product-content .con-bd li .img img {
    width: 100%;
}
.com-padding {
    padding-bottom: 70px;
}
.pro-detail .image {
    padding-bottom: 20px;
}
.pro-detail .txt {
    padding-top: .5rem;
    padding-left: 6vw;
}
.pro-detail .txt h4.t {
    padding-bottom: .15rem;
    color: #0261e3;
    font-size: 0.28rem;
}
.pro-detail .txt p.t {
    font-size: 0.14rem;
    color: #666;
    padding-bottom: .1rem;
    border-bottom: 1px solid #cccccc;
    margin-bottom: .3rem;
}
.pro-detail .txt .p {
    color: #666;
    line-height: 1.5;
}
.pro-detail .txt .phone {
    margin-top: 4vw;
    font-size: .24rem;
}
.pro-detail .txt .phone img {
    margin-right: .15rem;
}
.pro-detail .txt .phone .com-more {
    margin-left: 20px;
    position: relative;
    top: -2px;
}
.pro-detail .txt .get {
    display: block;
    width: 1.7rem;
    height: .44rem;
    line-height: .44rem;
    margin-top: 4vw;
    text-align: center;
    color: #fff;
    background-color: #0261e3;
}
.pro-detail .image {
    padding-bottom: .2rem;
}
.pro-detail .image .big li .box {
    height: 4rem;
    line-height: 4rem;
    text-align: center;
    background: #fff;
}
.pro-detail .image .big li .box img {
    max-width: 100%;
    max-height: 100%;
}
.pro-detail .image .list {
    padding: 0 4vw;
    margin-top: 20px;
    position: relative;
}
.pro-detail .image .list li .box {
    height: .6rem;
    line-height: .6rem;
    text-align: center;
    background: #fff;
    cursor: pointer;
}
.pro-detail .image .list li .box img {
    max-width: 95%;
    max-height: 95%;
}
.pro-detail .image .list .swiper-slide-thumb-active .box {
    border: 1px solid #0261e3;
}
.pro-detail .image .list .swiper-button-prev,
.pro-detail .image .list .swiper-button-next {
    left: 1.2vw;
    margin-top: -15px;
    border: 1px solid #f8f8f8;
}
.pro-detail .image .list .swiper-button-next {
    left: auto;
    right: 1.2vw;
}
.pro-content .t2 {
    margin-top: .6rem;
}
.pro-content .title {
    line-height: .65rem;
    margin-bottom: .3rem;
    font-size: 0.2rem;
    position: relative;
}
.pro-content .title h3 {
    line-height: .65rem;
}
.pro-content .title span {
    font-size: 0.14rem;
}
.pro-content .title:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 12.5%;
    border-bottom: 2px solid #0261e3;
}
.pro-content .title:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 87.5%;
    border-bottom: 2px solid #000;
}
.pro-content .main {
    padding-right: .25rem;
    overflow: hidden;
}
.pro-content .main .con {
    padding: .7rem .5rem;
    background: #fff;
    line-height: 1.5;
}
.pro-content .side {
    width: 20%;
}
.pro-content .side li {
    margin-bottom: .2rem;
}
.pro-content .side li .img {
    background: #fff;
    text-align: center;
    padding: 20% 10%;
}
.pro-content .side li .img img {
    max-width: 90%;
}
.pro-content .side li .txt {
    padding-top: .15rem;
    padding-bottom: .15rem;
    text-align: center;
    border: 1px solid #dcdcdc;
    background: #333;
}
.pro-content .side li .txt h4 {
    color: #fff;
}
.pro-content .side li .txt p {
    height: 50px;
    overflow: hidden;
    margin-top: 6px;
    color: #0261e3;
    font-size: 0.14rem;
    line-height: 25px;
}
.pro-content .side li:hover .txt {
    background-color: #0261e3;
}
.position {
    height: 55px;
    line-height: 55px;
    overflow: hidden;
    font-size: 14px;
    transition: all .3s;
    background-color: #f4f4f4;
}
.position.fff {
    background: #fff;
}
.position.top {
    position: fixed;
    left: 0;
    top: 60px;
    width: 100%;
    background: #fff;
    z-index: 998;
    border-bottom: 1px solid #ddd;
}
.position .nav a {
    display: inline-block;
    width: 115px;
    text-align: center;
    color: #333;
    transition: all .3s;
}
.position .nav a.active,
.position .nav a:hover {
    color: #fff;
    background: #1890ff;
}
.position .pos>a,
.position .w>a {
    transition: all .3s;
}
.position .pos>a:hover,
.position .w>a:hover {
    color: #1890ff;
}

.contact {
    position: relative;
    z-index: 2;
}
.contact .w1400 {
    background: #fff;
}
.contact .left {
    width: 54%;
    overflow: hidden;
}
.contact .left img {
    width: auto;
    max-width: 100%;
    max-height: 100%;
}
.contact .right {
    width: 45%;
    padding-top: 4vw;
    padding-left: 4vw;
}
.contact .right h3 {
    padding-bottom: 2%;
    padding-right: 2%;
    line-height: 1.5;
    font-size: 24px;
    color: #1890FF;
    border-bottom: 1px solid #ddd;
    margin-bottom: 33px;
}
.contact .right p {
    font-size: 16px;
    color: #666666;
}
.contact .right p~p {
    margin-top: 10px;
}
.contact .right .qrcode {
    margin-top: 40px;
    position: relative;
    display: none;
}
.contact .right .qrcode img {
    float: left;
    width: 85px;
    height: 85px;
}
.contact .right .qrcode span {
    position: absolute;
    left: 100px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    color: #666666;
}
.contact #map,
.contact #map2 {
    width: 100%;
    height: 500px;
}
.contact #map img,
.contact #map2 img {
    max-width: none;
    max-height: none;
}
.contact #map .BMapLib_SearchInfoWindow .BMapLib_bubble_center,
.contact #map2 .BMapLib_SearchInfoWindow .BMapLib_bubble_center {
    line-height: 1.5;
}
.contact #map td,
.contact #map2 td {
    box-sizing: content-box;
}
.contact-form input {
    width: 100%;
    height: 60px;
    padding: 20px 0 24px 30px;
    margin-right: 30px;
    font-size: 16px;
    color: #666666;
}
.contact-form input:last-child {
    margin-right: 0;
}
.contact-form textarea {
    width: 100%;
    height: 240px;
    padding: 20px 30px;
    margin-top: 10px;
    font-size: 16px;
    color: #333333;
}
.contact-form .more {
    padding-top: 50px;
    width: 680px;
    margin: 0 auto;
}
.contact-form .more a {
    display: block;
    width: 246px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    background-color: #1890FF;
    border-radius: 45px;
    margin: 0 auto;
    width: 100%;
}
.contact-form .more .icon {
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    height: 45px;
    color: #1890FF;
    margin-left: 64px;
    padding-left: 40px;
    padding-top: 5px;
    background: url(../images/icon_phone.png) left center no-repeat;
    -webkit-background-size: 30px 30px;
    background-size: 30px 30px;
}
.contact-form .more .phone {
    font-size: 30.715px;
    color: #33323a;
    font-weight: 700;
    padding-left: 26px;
    height: 45px;
    line-height: 45px;
    letter-spacing: 1px;
}
/*内页大标题*/
.page-title {
    padding-bottom: 60px;
    text-align: center;
    font-size: 32px;
    color: #333;
    line-height: 1;
}
.page-title h3 {
    line-height: 1;
}
.page-title .en {
    font-size: 18px;
    color: #999;
    margin-top: 13px;
}
.page-title.min {
    padding-top: 60px;
    padding-bottom: 40px;
}

/*在线留言*/
.form-content .one .item {
    width: 28.5%;
    height: 60px;
    background-color: #ffffff;
    border-radius: 5px;
    border: solid 1px #dddcd7;
    line-height: 58px;
    font-size: 0;
}
.form-content .one .item input {
    height: 30px;
    vertical-align: middle;
    padding-left: 35px;
    padding-right: 35px;
    width: 100%;
    color: #2e3136;
    font-size: 16px;
}
.form-content .one .item:nth-child(3) {
    width: 41%;
}
.form-content .two textarea {
    width: 100%;
    height: 200px;
    background-color: #ffffff;
    border-radius: 5px;
    border: solid 1px #dddcd7;
    margin-top: 10px;
    display: block;
    line-height: 1.75;
    padding: 30px 35px;
    color: #2e3136;
    font-size: 16px;
}
.form-content .sub {
    display: block;
    margin: 30px auto 0;
    width: 240px;
    height: 50px;
    background-color: #1890FF;
    box-shadow: 0px 10px 20px 0px rgba(47, 113, 214, 0.15);
    border-radius: 28px;
    font-size: 18px;
    color: #ffffff;
    cursor: pointer;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.form-content .sub:hover {
    width: 260px;
    box-shadow: 0px 10px 20px 0px rgba(47, 113, 214, 0.25);
}
@media (max-width: 768px) {
    .form-content .one .item {
        width: 100%;
        height: 40px;
        line-height: 38px;
    }
    .form-content .one .item~.item {
        margin-top: 10px;
    }
    .form-content .one .item input {
        height: 30px;
        padding-left: 15px;
        padding-right: 15px;
        font-size: 14px;
    }
    .form-content .one .item:nth-child(3) {
        width: 100%;
    }
    .form-content .two textarea {
        height: 100px;
        padding: 10px 15px;
        font-size: 14px;
    }
    .form-content .sub {
        margin: 28px auto 0;
        width: 150px;
        height: 40px;
        line-height: 40px;
        border-radius: 28px;
        font-size: 16px;
    }
}

.about-honor .main {
  margin: 0 -1rem;
}
.about-honor .main li {
  padding: 0 1rem;
  margin-bottom: 2rem;
}
.about-honor .main li .img {
  height: 25rem;
  line-height: 25rem;
  border: 1px solid #d2d2d2;
  background: #fff;
}
.about-honor .main li .img img {
  max-width: 90%;
  max-height: 90%;
}
.about-honor .main li h4 {
  color: #292b3e;
  height: 55px;
  line-height: 55px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 20px;
}
.about-honor .more {
  display: block;
  width: 150px;
  line-height: 45px;
  margin: 60px auto 0;
  text-align: center;
  background: #963344;
}
.about-photo ul {
  margin: 0 -1rem;
}
.about-photo li {
  padding: 0 1rem;
  margin-bottom: 2rem;
}
.about-photo li .img {
  overflow: hidden;
}
.about-photo li .img img {
  width: 100%;
}
.about-photo li h4 {
  height: 5rem;
  line-height: 5rem;
  text-align: center;
  color: #1e242b;
  font-size: 1.8rem;
  background-color: #fff;
}

.layout-row-bd {
    margin-top: 20px;
    line-height: 30px;
}
.index-news-tab {
    padding-bottom: 20px;
}
.page-about {
    background: #fff;
    padding: 30px;
}