@media(max-width:8920px) and (min-width:750px) {
    .warp {
        width: 1024px;
        margin: 0 auto;
    }

    .header {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        padding-top: 44px;
    }

    .header ul {
        display: flex;
        padding-left: 174px;
    }

    .header ul li {
        padding-right: 25px;
    }

    .header ul li a {
        font-size: 12px;
        color: #606060;
    }

    .container {
        background-color: #4262ab;
        padding: 0 90px;
        margin-top: 48px;
    }

    .container ul {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .container ul li {
        line-height: 40px;
        font-size: 18px;
		text-transform:uppercase;
		
    }

    .container ul li a {
        color: #FFFFFF;
    }

    .container-a {
        height: 6px;
        background-color: #FFFFFF;
    }

    .container-b h2 {
        font-size: 18px;
        color: #4262ab;
        text-align: center;
        font-weight: 400;
        padding-top: 30px;
    }

    .container-b ul {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 26px 25px 13px;
    }

    .container-b ul li a {
        font-size: 13px;
        color: #4262ab;
    }

    .content {
        position: relative;
        display: flex;
        background-color: #FFFFFF;
        border-top: 2px solid #4262ab;
    }

    .content-a {
        position: absolute;
        background-image: url(../images/2.png);
        background-size: cover;
        -webkit-background-size: cover;
        -o-background-size: cover;
        background-position: center 0;
        width: 188px;
        line-height: 31px;
        text-align: center;
        font-size: 18px;
        color: #FFFFFF;
        top: 0;
        left: 0;
        margin-left: 398px;
    }

    .content-a p span {
        font-size: 14px;
		text-transform:uppercase;
    }

    .content .texts {
        width: 665px;
        padding-top: 57px;
        padding-bottom: 14px;
    }

    .content .texts p {
        font-size: 12px;
        padding-left: 28px;
        line-height: 20px;
        color: #606060;
    }

    .content .texts a {
        display: block;
        font-size: 12px;
        color: #cc2262;
        text-align: right;
        padding-right: 82px;
    }

    .texts ul {
        padding-left: 76px;
    }

    .texts ul li {
        padding-top: 5px;
        display: flex;
    }

    .texts ul li span {
        font-size: 12px;
        color: #606060;
    }

    .content .texts ul li a {
        font-size: 12px;
        color: #606060;
        padding-left: 5px;
    }

    .forms {
        margin-top: 135px;
        padding: 45px 0;
        background-color: #0c0d0f;
        border-top: 9px solid #4262ab;
    }

    .bottom {
        width: 1024px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .bottom-a ul {
        display: flex;
    }

    .bottom-img {
        width: 85px;
        height: 85px;
        background-color: #FFFFFF;
    }

    .bottom-a ul li {
        padding: 0 18px;
        border-left: 1px solid #FFFFFF;
        line-height: 10px;
    }

    .bottom-a ul li:nth-child(1) {
        border-left: 0px solid #FFFFFF;
    }

    .bottom-a ul li a {
        color: #FFFFFF;
        font-size: 14px;
    }

    .bottom-a p {
        padding-left: 18px;
        padding-top: 10px;
        color: #FFFFFF;
        font-size: 14px;
    }

    /*  */
    .middle-nav {
        background-color: #FFFFFF;
        padding: 10px 180px;
        border-bottom: 1px solid #f1f1f1;
        display: flex;
    }

    .middle {
        width: 680px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .middle ul {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .middle ul p {
        font-size: 12px;
        color: #000000;
    }

    .middle ul li {
        padding: 0 5px;
        border-left: 1px solid #6f6f6f;
        line-height: 10px;
    }

    .middle ul li:nth-child(2) {
        border-left: 0px solid #6f6f6f;
    }

    .middle ul li a {
        font-size: 12px;
        color: #6f6f6f;
    }

    .middle-a {
        display: flex;
        border: 1px solid #dddddd;
    }

    .middle-a input {
        padding-left: 10px;
    }

    .secondary {
        background-color: #FFFFFF;
        padding-left: 20px;
        padding-right: 165px;
        padding-top: 13px;
        display: flex;
        padding-bottom: 158px;
    }

    .secondary-a .seng {
        width: 204px;
        height: 25px;
        background-image: url(../images/8.png);
        background-size: cover;
        -webkit-background-size: cover;
        -o-background-size: cover;
        background-position: center 0;
    }

    .secondary-a .seng h2 {
        text-align: center;
        color: #FFFFFF;
        font-size: 14px;
        line-height: 25px;
        font-weight: 400;
    }

    .secondary-a .seng h2 span {
        font-size: 11px;
    }

    .secondary-a .condar {
        background-color: #f6f5f5;
        padding: 5px 10px;
    }

    .secondary-a .condar ul li {
        position: relative;
        margin-top: 5px;
    }

    .secondary-a .condar ul li a {
        display: block;
        line-height: 22px;
        font-size: 14px;
        color: #000000;
        text-align: center;
    }

    .secondary-a .condar ul .active a {
        color: #FFFFFF;
        background-image: url(../images/9.png);
        background-size: cover;
        -webkit-background-size: cover;
        -o-background-size: cover;
        background-position: center 0;
    }

    .secondary-a .condar ul .active a:after {
        background-color: #fff;
    }

    .secondary-a .condar ul li a:after {
        display: block;
        content: "";
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background-color: #000000;
        position: absolute;
        top: 8px;
        left: 47px;
    }

    .dary-a {
        background-color: #f6f5f5;
        padding-top: 20px;
    }

    .dary-a span {
        display: flex;
        justify-content: space-around;
        background-color: #4262ab;
    }

    .dary-a span p {
        font-size: 14px;
        color: #FFFFFF;
    }

    .dary-a ul {
        padding-top: 26px;
        padding-left: 20px;
        padding-bottom: 24px;
    }

    .dary-a ul h2 {
        font-size: 14px;
        position: relative;
        color: #4262ab;
        padding-bottom: 12px;
    }

    .dary-a ul h2:after {
        display: block;
        content: "";
        width: 3px;
        height: 3px;
        background-color: #4262ab;
        position: absolute;
        top: 5px;
        left: -10px;
    }

    .dary-a ul li {
        font-size: 12px;
    }

   .secondary-v {
        width: 650px;
        padding-left: 7px;
    }

    .ndary-v {
        border-bottom: 2px solid #c4c4c4;
        padding-bottom: 5px;
    }

    .ndary-v h2 {
        font-size: 14px;
        color: #4262ab;
        line-height: 21px;
        border-left: 7px solid #000000;
        padding-left: 8px;
    }

    .econdary-v {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }

    .econdary-v ul {
        width: 400px;
    }

    .econdary-v ul p {
        font-size: 16px;
        padding: 20px 10px;
        text-indent: 25px;
        line-height: 35px;
    }

    .econdary-v img {
        margin-top: 20px;
    }

    .header-m {
        display: none;
    }
}

@media(max-width:750px) {
    .header-pc {
        display: none;
    }
    .m-ttes{
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        background-color: rgba(0,0,0,0.2);
        display: none;
        z-index: 999;
    }
    .header-m {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: .2rem;
    }

    .header-m .m-img img {
        width: 2rem;
    }

    .header-m .m-imss img {
        width: .4rem;
    }

    .m-tang {
        position: fixed;
        top: 0;
        right: 0;
        background-color: #FFFFFF;
        width: 50%;
        height: 100%;
        
        padding: .3rem;
        z-index: 99999;
    }

    .m-text ul li {
        /* width: 95px; */
        text-align: center;
        padding: .15rem .22rem .15rem;
		border-bottom:1px solid #999999;
		text-transform:uppercase;
        /* height: .4rem; */
    }

    .m-text ul li a {
        font-size: .18rem;
        color: #000;
        display: block;
    }

    .clear-a {
        display: flex;
        justify-content: flex-end;
    }

    .clear-a img {
        width: .4rem;
    }

    .container-b h2 {
        font-size: .18rem;
        color: #4262ab;
        text-align: center;
        font-weight: 400;
        padding-top: .3rem;
    }

    .container-b ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: flex-start;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: .26rem .25rem .13rem;
    }

    .container-b ul li {
        width: 20%;
        padding-top: .1rem;
        text-align: center;
    }

    .container-b ul li a {
        display: block;
        font-size: .13rem;
        color: #4262ab;
    }

    .content {
        position: relative;
        /* display: flex; */
        background-color: #FFFFFF;
        border-top: 2px solid #4262ab;
        padding-bottom: .5rem;
        overflow: hidden ;
    }

    .content-a {
        position: absolute;
        background-image: url(../images/2.png);
        background-size: cover;
        -webkit-background-size: cover;
        -o-background-size: cover;
        background-position: center 0;
        width: 1.88rem;
        line-height: .31rem;
        text-align: center;
        font-size: .18rem;
        color: #FFFFFF;
        top: 0;
        left: 40%;
        /* margin-left: 398px; */
    }

    .content-a p span {
        font-size: .14rem;
    }

    .content .texts {
        width: 100%;
        padding-top: .57rem;
    }

    .content .texts p {
        font-size: .12rem;
        padding: 0 .2rem;
        line-height: .35rem;
    }

    .content .texts a {
        display: block;
        font-size: .12rem;
        color: #cc2262;
        text-align: right;
        padding-right: .82rem;
		
    }

    .texts ul {
        padding-left: .4rem;
    }

    .texts ul li {
        padding-top: .05rem;
        padding-bottom: .2rem;
		float:left;
    }
	 .texts ul li a {
        padding-top: .05rem;
        padding-bottom: .2rem;
		float:left;
		color:#666666;
    }

    .texts ul li span {
        display: block;
        font-size: .12rem;
		color:#666666;
    }

    .img-text {
        padding: .5rem 0;
        text-align: center;
        width: 4.9rem;
        margin: 0 auto;
    }

    .forms {
        margin-top: 1.35rem;
        padding: .45rem 0;
        background-color: #0c0d0f;
        border-top: .09rem solid #4262ab;
    }

    .bottom {
        /* width: 1024px; */
        /* margin: 0 auto; */
        /*        display: flex;
        justify-content: space-between;
        align-items: center; */
    }

    .bottom-a ul {
        display: flex;
    }

    .bottom-img {
        width: .85rem;
        height: .85rem;
        background-color: #FFFFFF;
        margin: 0 auto;
        margin-top: .3rem;
    }

    .bottom-a ul li {
        padding: 0 .18rem;
        border-left: 1px solid #FFFFFF;
        line-height: .1rem;
    }

    .bottom-a ul li:nth-child(1) {
        border-left: 0px solid #FFFFFF;
    }

    .bottom-a ul li a {
        display: block;
        color: #FFFFFF;
        font-size: .14rem;
    }

    .bottom-a p {
        padding-left: .18rem;
        padding-top: .1rem;
        color: #FFFFFF;
        font-size: .14rem;
    }

    .bottom .imgs {
        width: 2.5rem;
        margin: 0 auto;
    }

    .bottom-a {
        padding-top: .4rem;
        width: 5.3rem;
        margin: 0 auto;
    }

    .dary-a {
        display: none;
    }

    /*  */
    .secondary {
        background-color: #FFFFFF;
        padding-left: .2rem;
        padding-right: .2rem;
        padding-top: .13rem;
        /* display: flex; */
        padding-bottom: 1.58rem;
    }

    .secondary-a .seng {
        width: 2.04rem;
        height: .25rem;
        background-image: url(../images/8.png);
        background-size: cover;
        -webkit-background-size: cover;
        -o-background-size: cover;
        background-position: center 0;
    }

    .secondary-a .seng h2 {
        text-align: center;
        color: #FFFFFF;
        font-size: .14rem;
        line-height: .25rem;
        font-weight: 400;
    }

    .secondary-a .seng h2 span {
        font-size: .11rem;
    }

    .secondary-a .condar {
        background-color: #f6f5f5;
        padding: .05rem .1rem;
        margin-top: .2rem;
    }

    .secondary-a .condar ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: flex-start;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .secondary-a .condar ul li {
        position: relative;
        margin: .1rem 0;
        width: 1.7rem;
    }

    .secondary-a .condar ul li a {
        display: block;
        line-height: .22rem;
        font-size: .14rem;
        color: #000000;
        text-align: center;
    }

    .secondary-a .condar ul .active a {
        color: #FFFFFF;
        background-image: url(../images/9.png);
        background-size: cover;
        -webkit-background-size: cover;
        -o-background-size: cover;
        background-position: center 0;
    }

    .secondary-a .condar ul .active a:after {
        background-color: #fff;
    }

    .secondary-a .condar ul li a:after {
        display: block;
        content: "";
        width: .04rem;
        height: .04rem;
        border-radius: 50%;
        background-color: #000000;
        position: absolute;
        top: .09rem;
        left: 0.35rem;
    }

    .dary-a {
        background-color: #f6f5f5;
        padding-top: .2rem;
    }

    .dary-a span {
        display: flex;
        justify-content: space-around;
        background-color: #4262ab;
    }

    .dary-a span p {
        font-size: .14rem;
        color: #FFFFFF;
    }

    .dary-a ul {
        padding-top: .26rem;
        padding-left: .2rem;
        padding-bottom: .24rem;
    }

    .dary-a ul h2 {
        font-size: .14rem;
        position: relative;
        color: #4262ab;
        padding-bottom: .12rem;
    }

    .dary-a ul h2:after {
        display: block;
        content: "";
        width: .03rem;
        height: .03rem;
        background-color: #4262ab;
        position: absolute;
        top: .05rem;
        left: -.1rem;
    }

    .dary-a ul li {
        font-size: .14rem;
    }

    .secondary-v {
        /* width: 650px; */
        padding-left: .07rem;
    }

    .ndary-v {
        border-bottom: 2px solid #c4c4c4;
        padding-bottom: .05rem;
        margin-top: .2rem;
    }

    .ndary-v h2 {
        font-size: .14rem;
        color: #4262ab;
        line-height: .21rem;
        border-left: .07rem solid #000000;
        padding-left: .08rem;
    }

    .econdary-v {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }

    .econdary-v ul {
        width: 100% !important;
    }

    .econdary-v ul p {
        font-size: .11rem;
        padding: .2rem .1rem;
        text-indent: .25rem;
    }

    .econdary-v img {
        width: 2.5rem;
        margin-top: .2rem;
    }
    
    .middle-nav {
        display: none;
/*        background-color: #FFFFFF;
        padding: .1rem .2rem;
        border-bottom: 1px solid #f1f1f1; */
        /* display: flex; */
    }
    
/*    .middle {
        width: 100%;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    .middle ul {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    .middle ul p {
        font-size: .12rem;
        color: #000000;
    }
    
    .middle ul li {
        padding: 0 .05rem;
        border-left: 1px solid #6f6f6f;
        line-height: .1rem;
    }
    
    .middle ul li:nth-child(2) {
        border-left: 0px solid #6f6f6f;
    }
    
    .middle ul li a {
        display: block;
        font-size: .12rem;
        color: #6f6f6f;
    }
    
    .middle-a {
        display: flex;
        border: 1px solid #dddddd;
    }
    
    .middle-a input {
        padding-left: .1rem;
    } */
}
.xypg-news-list li {
    border: 1px solid #e1e1e1;
    padding: 30px;
    background: #fff;
    margin-bottom: 35px;
    -webkit-transition: all .5s;
    transition: all .5s
}

.xypg-news-list li .tit {
    border-bottom: 1px solid #cbcbcb;
    margin-bottom: 15px;
    position: relative
}

.xypg-news-list li .tit h3 {
    padding-bottom: 15px;
    font-size: 14px;
    color: #565656;
    font-weight: 400;
    padding-right: 0%;
    margin: 0
}

.xypg-news-list li .tit .date {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
    color: #666
}

.xypg-news-list li .info {
    font-size: 14px;
    line-height: 2;
    color: #999
}

.xypg-news-list li .more {
    margin-top: 15px
}

.xypg-news-list li .more span {
    display: inline-block;
    width: 130px;
    line-height: 33px;
    text-align: center;
    color: #000;
    font-size: 14px;
    color: #666;
    border: 1px solid #e1e1e1;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.xypg-news-list li:hover {
    -webkit-box-shadow: 0 2px 13px 1px rgba(8,1,3,.18);
    box-shadow: 0 2px 13px 1px rgba(8,1,3,.18)
}

.xypg-news-list li:hover .tit h3 {
    color: #4262ab
}

.xypg-news-list li:hover .more span {
    color: #fff;
    background-color: #4262ab
}

@media (max-width: 990px) {
    .xypg-news-list li .tit {
        border-bottom:none
    }

    .xypg-news-list li .tit h3 {
        padding-right: 0;
        padding-bottom: 10px
    }

    .xypg-news-list li .tit .date {
        position: static;
        border-bottom: 1px solid #cbcbcb;
        padding-bottom: 5px;
        color: #999
    }
	
	.g-pages{
	text-align: center;
	font-size: 0;
	margin: 20px 0;color:#333333;
}
.g-pages li{
	display: inline-block;color:#333333;
}

.g-pages li a{
	display: block;
	padding: 2px 10px;
	line-height: 24px;
	margin: 0 2px;
	border: 1px solid #dbdbdb;
	font-size: 13px;
	color:#333333;
}
.g-pages li.on a,
.g-pages li a:hover{
	background-color: #4262ab;
	border: 1px solid #4262ab;
	color: #fff
}

@import url(font_1144939_pdz8umy9ap.css);body {
    overflow-x: hidden;
    font-family: Microsoft YaHei
}

ul {
    padding: 0;
    margin: 0
}

ul li {
    list-style: none
}

a {
    color: #337ab7;
    text-decoration: none
}

h1,h2,h3,h4,h5 {
    margin: 0
}

a:focus,a:hover {
    color: #a60c15;
    text-decoration: none
}

a:focus {
    outline: none;
    outline-offset: -2px
}

.hot-keys:after,.product-detail-tab .product-detail-tabli:after,.tag-list-product .tag-wz .tab-fenli:after,.xypg-detail-file-dwon:after,.xypg-detail-info-bar .xypg-file-down .file-down-list li:after,.xypg-detail-info-bar:after,.xypg-detail-pn div:after,.xypg-download-list .download-item .download-item-span:after,.xypg-download-list .download-item:after,.xypg-download-list .download-title:after,.xypg-job-list .job-item .job-item-span:after,.xypg-job-list .job-item:after,.xypg-job-list .job-title:after {
    content: "";
    display: table;
    clear: both
}

.cover-item .item-first .wz h3,.cover-item .item-list h4,.demo-case-item .wz h3,.demo-header-right .demo-login .username,.demo-news-list li a,.demo-news-top h3,.demo-product-list li h3,.hot-keys li a,.latest-news li a,.relate-news-list li a,.relate-product-slick .owl-item p,.tag-list-product .tag-wz .tab-fenli p,.tag-list-product .tag-wz h1,.xypg-album-cate li .album-title,.xypg-album-list li h3,.xypg-case-list li h3 a,.xypg-detail-info-bar .xypg-file-down .file-down-list li .list-con p,.xypg-detail-pn div a,.xypg-download-list .download-item .download-item-span .download-item-con,.xypg-download-list .download-item .download-item-span.download-item-first,.xypg-job-list .job-item .job-item-span .job-item-con,.xypg-jod-detail .job-detail-title,.xypg-left-nav .xypg-left-subnav>li>a,.xypg-left-nav .xypg-left-threenav>li>a,.xypg-left-nav>li>a,.xypg-news-list li .tit h3,.xypg-product-list li h3 a {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.demo-case-item .img,.demo-layout-ewm img,.demo-layout-logo,.demo-logo a,.demo-news-img,.demo-product-list li .img,.owl-carousel .banner-item a,.page-banner,.page-message-img,.relate-product-slick .owl-item .img,.xypg-case-list li .img,.xypg-product-list li .img {
    font-size: 0
}

.demo-case-item .img img,.demo-news-img img,.demo-product-list li .img img,.owl-carousel .banner-item a img,.page-banner img,.relate-product-slick .owl-item .img img,.xypg-case-list li .img img,.xypg-product-list li .img img {
    width: 100%
}

.demo-layout-ewm img img,.demo-layout-logo img,.demo-logo a img,.page-message-img img {
    max-width: 100%
}

.demo-case-item .img,.demo-news-img,.demo-product-list li .img,.relate-product-slick .owl-item .img,.xypg-case-list li .img,.xypg-product-list li .img {
    overflow: hidden
}

.demo-case-item .img img,.demo-news-img img,.demo-product-list li .img img,.relate-product-slick .owl-item .img img,.xypg-case-list li .img img,.xypg-product-list li .img img {
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.demo-case-item .img:hover img,.demo-news-img:hover img,.demo-product-list li .img:hover img,.relate-product-slick .owl-item .img:hover img,.xypg-case-list li .img:hover img,.xypg-product-list li .img:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.container-fluid {
}

@media (max-width: 768px) {
    body {
        padding-top:0px
    }
}

@font-face {
    font-family: filetypeicon;
    src: url("//at.alicdn.com/t/font_455609_md6xsqc4pwrk9.eot");
    src: url("../fonts/font_455609_md6xsqc4pwrk9.eot") format("embedded-opentype"),url("../fonts/font_455609_md6xsqc4pwrk9.woff") format("woff"),url("../fonts/font_455609_md6xsqc4pwrk9.ttf") format("truetype"),url("../fonts/font_455609_md6xsqc4pwrk9.svg#iconfont") format("svg")
}

.filetypeicon {
    font-family: filetypeicon;
    font-size: 13px;
    font-style: normal
}

.xymob-head {
    position: fixed;
    top: 0;
    z-index: 999999;
    left: 0;
    right: 0;
    background: #36434b;
	

}

.xymob-head-box {
    position: relative;
    height: 60px
}

.xymob-head-box .xymob-logo {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 70%;
    height: 40px;
    text-align: center;
}

.xymob-head-box .xymob-logo a,.xymob-head-box .xymob-logo h1 {
    display: inline;
    font-size: 0
}

.xymob-head-box .xymob-logo img {
    height: 40px;
}

.xymob-navbtn {
    position: absolute;
    z-index: 9;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto 0 auto 27px;
    width: 30px;
    height: 20px
}

.xymob-navbtn:after,.xymob-navbtn:before,.xymob-navbtn span {
    display: block;
    height: 2px;
    width: 100%;
    background: #fff;
    -webkit-transition: all .5s;
    transition: all .5s
}

.xymob-navbtn span {
    margin: 7px 0
}

.xymob-navbtn:after,.xymob-navbtn:before {
    content: "";
    -webkit-transform-origin: 7.5%;
    transform-origin: 7.5%
}

.xymob-navbtn.clicked span {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0
}

.xymob-navbtn.clicked:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.xymob-navbtn.clicked:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.xymob-search-btn {
    position: absolute;
    z-index: 9;
    right: 0;
    top: 0;
    bottom: 0;
    width: 14%;
    text-align: center;
    line-height: 60px
}

.xymob-search-btn i {
    font-size: 24px;
    color: #fff
}

.xymob-menu {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    height: 100vh;
    background: #36434b;
    padding: 0 10%
}

.xymob-menu .xymob-menu-box {
    height: 100vh;
    overflow: auto;
    padding-bottom: 80px
}

.xymob-nav>li {
    border-bottom: 1px solid #2b2b2b;
    position: relative
}

.xymob-nav>li>a {
    display: block;
    line-height: 50px;
    font-size: 16px;
    color: #fff
}

.xymob-nav .xymob-menu-jt {
    position: absolute;
    width: 20%;
    height: 50px;
    line-height: 50px;
    right: 0;
    top: 0;
    text-align: center;
    z-index: 9
}

.xymob-nav .xymob-menu-jt i {
    font-size: 18px;
    color: #fff
}

.xymob-nav .xymob-menu-jt.clicked i:before {
    content: "\E607"
}

.xymob-nav .xymob-sub-menu {
    background: #1e1e1e;
    display: none
}

.xymob-nav .xymob-sub-menu>li {
    border-top: 1px dashed #2b2b2b
}

.xymob-nav .xymob-sub-menu>li>a {
    display: block;
    font-size: 14px;
    color: hsla(0,0%,100%,.8);
    line-height: 40px;
    text-indent: 2em
}

.xymob-dlbtn {
    margin-top: 40px
}

.xymob-dlbtn a {
    text-align: center;
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #a60c15;
    color: #fff;
    font-size: 16px;
    border-radius: 5px
}

.xymob-dlbtn a i {
    font-size: 20px;
    color: #fff;
    vertical-align: -2px;
    margin-right: 10px
}

.xymob-dlbtn .zx-btn {
    margin-top: 10px;
    background: none;
    border: 1px solid #fff
}

.xymob-search {
    position: fixed;
    z-index: 99999;
    left: 100%;
    bottom: 0;
    top: 0;
    width: 100%;
    background: #36434b;
    padding: 15px 15% 0;
    -webkit-transition: all .5s;
    transition: all .5s
}

.xymob-search .xymob-search-close-btn {
    position: absolute;
    top: 27px;
    left: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px
}

@media (max-width: 420px) {
    .xymob-search .xymob-search-close-btn {
        left:15px
    }
}

.xymob-search .xymob-search-close-btn i {
    font-size: 20px;
    color: #fff
}

.xymob-search .xymob-search-box {
    height: 50px;
    border-bottom: 2px solid #2d2d2d
}

.xymob-search .xymob-search-box input[type=text] {
    width: 80%;
    float: left;
    background: none;
    border: none;
    outline: none;
    color: hsla(0,0%,100%,.3);
    font-family: Microsoft YaHei;
    font-size: 16px;
    height: 50px
}

.xymob-search .xymob-search-box input[type=submit] {
    width: 20%;
    height: 50px;
    background: none;
    outline: none;
    border: none;
    cursor: pointer;
    font-size: 20px;
    color: #fff
}

.xymob-search .xymob-seaerch-wz a,.xymob-search .xymob-seaerch-wz span {
    display: block;
    font-size: 14px;
    color: hsla(0,0%,100%,.9);
    line-height: 45px;
    border-bottom: 1px solid #2b2b2b
}

.xymob-search.clicked {
    left: 0
}

.demo-header {
    background: #36434b;
    height: 200px;
    box-shadow: 0px 2px 13px 0px rgba(112, 112, 112, 0.13);
    margin-bottom: 0px;
    left:0;
    top:0;
    z-index: 9999;
    width:100%;
}
.logo{
    width: 70%;
    overflow: hidden;
    line-height: 117px;
}
.logo img{ }
.search{
    width: 300px;
    overflow: hidden;
    padding-top: 40px;
}
.search #formsearch{
    width: 235px;
    height: 41px;
    float: right;
    background: url(../images/ss.png) no-repeat center center/100% auto;
}
.search #formsearch input{
    height: 41px;
    line-height: 39px;
    float: left;
    outline: none;
    background: none;
    padding: 10px;
    margin:0;
    font-size: 12px;
    line-height: 39px;
    color: #999999;
    border: none;
}
.search #formsearch input#keyword{
    width: 197px;
    overflow: hidden;
    padding-left: 19px;
}
.search #formsearch input#s_btn{
    width: 38px;
}
.hotSearch{
    width: 100%;
    overflow: hidden;
    margin-top: 13px;
    text-align: right;
}
.hotSearch,.hotSearch a{
    font-size: 12px;
    line-height: 12px;
    color: #c8c8c8;
}
.hotSearch a{margin-right:6px;}
.tadv{
    margin-right: -35px;
}
@media(min-width:992px){
    .demo-banner{
        margin-top:117px;
    }
}
@media(max-width:991px){
    .xypg-right-content img{
         max-width: 100%;
         width:auto !important;
         height:auto !important;
    }
}

.demo-menu {
    width: 100%;
    height:90px;
    text-align: center;
}

.demo-menu>li {
    display: inline-block;
    position: relative;
	width:10%;
}

.demo-menu>li>a {
    display: block;
    padding: 0 3.3vw;
    font-size: 18px;
    color: #ffffff;
    height: 90px;
    line-height: 90px;
}
@media (min-width: 992px){
     .demo-menu>li>a {
    padding: 0 0.5vw;
    }
}
@media (min-width: 1200px){
     .demo-menu>li>a {
    padding: 0 1.2vw;
    }
}

@media (min-width: 1400px) and (max-width: 1619px) {
    .demo-menu>li>a {
    padding: 0 1.2vw;
    }
}


.demo-menu>li.active>a,.demo-menu>li:hover>a {
    color: #fff;
}


.demo-menu>li:hover .demo-sub-menu {
    opacity: 1;
    visibility: visible;
}

.demo-sub-menu {
    position: absolute;
    z-index: 99;
    left: -20%;
    top: 117px;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    width: 140%;
}

.demo-sub-menu>li>a {
    display: block;
    width: 100%;
    border-bottom: 1px dashed rgba(49,49,49,0.3);
    text-align: center;
    line-height: 38px !important;
    font-size: 16px;
    color: #333333;
    height: 38px !important;
}

.demo-sub-menu>li>a:hover {
    color: #a60c15;
}







.demo-header-right #formsearch,.demo-header-right .demo-login {
    display: inline-block;
    vertical-align: middle
}

.demo-header-right #formsearch {
    width: calc(100% - 100px);
    position: relative
}

.demo-header-right #formsearch:before {
    content: "|";
    position: absolute;
    left: 36px;
    top: 5px
}

.demo-header-right #formsearch #s_btn {
    float: left;
    background: none;
    outline: none;
    border: none;
    color: #000;
    font-weight: 700;
    font-size: 18px;
    width: 35px;
    height: 30px
}

.demo-header-right #formsearch #keyword {
    float: left;
    background: none;
    outline: none;
    border: none;
    width: calc(100% - 35px);
    color: rgba(0,0,0,.8);
    margin-top: 5px;
    height: 20px;
    padding-left: 10px
}

.demo-header-right .demo-login {
    font-size: 14px;
    color: #000;
    line-height: 1.6;
    line-height: 30px
}

.demo-header-right .demo-login .username {
    max-width: 75px;
    vertical-align: -10px;
    display: inline-block
}

.demo-header-right .demo-login a {
    color: #000
}

.demo-header-right .demo-login a:hover {
    color: #a60c15
}

.owl-carousel {
    position: relative
}

.owl-carousel .banner-item a {
    display: block
}

.owl-carousel .owl-nav .owl-prev {
    left: 0
}

.owl-carousel .owl-nav .owl-next {
    right: 0
}

.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev {
    outline: none;
    position: absolute;
    top: 50%;
    z-index: 9999;
    background: #424246;
    height: 65px;
    width: 50px;
    margin-top: -32.5px;
    border-radius: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    display:none;
}

.owl-carousel .owl-nav button.owl-next:hover,.owl-carousel .owl-nav button.owl-prev:hover {
    background: #a60c15
}

.owl-carousel .owl-nav .iconfont {
    font-size: 30px;
    color: #fff;
    line-height: 1
}

@media (max-width: 990px) {
    .owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev {
        height:40px;
        width: 30px;
        margin-top: -20px
    }

    .owl-carousel .owl-nav .iconfont {
        font-size: 20px
    }
}

.owl-carousel .owl-dots {
    position: absolute;
    z-index: 999;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 0;
    bottom: 5.7%;
}

.owl-carousel .owl-dots button.owl-dot {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-family: ArialMT;
    margin: 0 13px;
    outline: none;
    width: 20px;
    height: 20px;
    border: solid 1px #ffffff;
    position:relative;
}
.owl-carousel .owl-dots button.owl-dot:before{
    position:absolute;
    color: #ffffff;
    text-align:center;
    line-height:18px;
    width: 20px;
    height: 20px;
    display:block;
    top:0;
    left:0;
}
.owl-carousel .owl-dots button.owl-dot:first-of-type:before{
    content:"1";
}
.owl-carousel .owl-dots button.owl-dot:nth-of-type(2):before{
    content:"2";
}
.owl-carousel .owl-dots button.owl-dot:nth-of-type(3):before{
    content:"3";
}
.owl-carousel .owl-dots button.owl-dot:hover {
    background-color: #a60c15;
    border: solid 1px #a60c15;
}

.owl-carousel .owl-dots button.owl-dot.active {
   background-color: #a60c15;
   border: solid 1px #a60c15;
}

@media (max-width: 990px) {
    .owl-carousel .owl-dots button.owl-dot {
        font-size:12px
    }
}

.tit{
    width: 100%;
    text-align: left;
    overflow: hidden;
}
.tit h3{
    float: left;
    margin-right: 16px;
    font-size: 36px;
    line-height: 36px;
    color: #333333;
}
.tit h3 span{color: #a60c15;}
.tit p{
    float: left;
    font-family: ArialMT;
    font-size: 14px;
    line-height: 36px;
    color: #999999;
}
@media(max-width:767px){
    .tit h3 {
        margin-right:0;
        font-size: 29px;
        line-height: 29px;
    }
    .tit p{
        font-size: 13px;
        line-height: 29px;
    }
}
/*box1*/
.box1{
    overflow: hidden;
    padding: 65px 0 80px;
}
.b1_index{
    width: 100%;
    overflow: hidden;
    margin-top: 55px;
}
.b1_index ul{
    width: calc(100% + 52px);
    margin: 0 -26px;
    overflow: hidden;
}
.b1_index ul li{
    margin: 0 0 41px 0;
    overflow: hidden;
    padding: 0 26px;
}
.b1_index ul li .b1img1{
    width: 100%;
    overflow: hidden;
}
.b1_index ul li .b1img1 img{width: 100%;transition:all 0.4s linear;}
.b1_index ul li:hover .b1img1 img{transform:scale(1.1)}
.b1_index ul li .b1con1{
    width: 100%;
    padding: 27px 0 21px;
    overflow: hidden;
}
.b1_index ul li .b1con1 h3{
    float: left;
    transition: all 0.4s linear;
    font-size: 22px;
    line-height: 22px;
    color: #333333;
    font-weight: normal;
}
.b1_index ul li:hover .b1con1 h3{color: #a60c15}
.b1_index ul li .b1con1 .b1more1{
    display: block;
    float: right;
    width: 23px;
    height: 22px;
    background: url(../images/b1more.png) no-repeat;
}
.b1_index ul li p{
    font-size: 15px;
    line-height: 30px;
    color: #666666;
    overflow:hidden;
    text-overflow:ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
}
.b1more2{
    margin:16px auto 0;
    width: 162px;
    height: 48px;
    border: solid 1px #cecece;
    display: block;
    text-align: center;
    overflow: hidden;
    line-height: 46px;
    font-size: 14px;
    color: #666666;
    transition: all 0.4s linear;
}
.b1more2:hover{
    background-color:#a60c15;
    color:#fff;
    border:1px solid #a60c15;
}

/* box2 */
.box2{
    overflow: hidden;
    display: flex;
    flex-direction: row;
}
.b2_fl{
    overflow: hidden;
    position: relative;
    flex: auto;
    width: 50%;
}
.b2img1{width: 100%}
.b2img1 img{width: 100%;max-height: 100%;}
.b2num{
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 22px 15px 20px 15px;
    background-color: #a60c15;
}
.b2num li{
    text-align: center;
}
.b2num li h3{
    font-family: Bahnschrift;
    font-size: 48px;
    font-weight: normal;
    line-height: 35px;
    color: #ffffff;
    margin-bottom: 18px;
}
.b2num li h3 sup{
    font-size: 24px;
    line-height: 24px;
    color: #ffffff;
}
.b2num li p{
    font-size: 14px;
    line-height: 18px;
    color: #ffffff;
}
.b2_fr{
    overflow: hidden;
    background: url(../images/b2bg.jpg) no-repeat center top/100% 100%;
    padding: 7.36% 160px 7.36% 80px;
    text-align: center;
    width: 50%;
    flex: auto;
}

.b2_fr .b2_tit{
    width: 100%;
    text-align: center;
    overflow: hidden;
}
.b2_fr .b2_tit h3{
    font-size: 45px;
    line-height: 45px;
    color: #333333;
    margin-bottom: 21px;
}
.b2_fr .b2_tit h3 span{color: #a60c15;}
.b2_fr .b2_tit p{
    font-family: ArialMT;
    font-size: 24px;
    line-height: 24px;
    text-transform: uppercase;
    color: #666666;
}
.b2cen1{
    width: 100%;
    overflow: hidden;
    margin-top:66px;
}
.b2cen1 p{
   font-size: 19px;
    line-height: 36px;
    color: #666666;
}
.b2cen1 .b2more{
    display: block;
    width: 162px;
    height: 48px;
    border: solid 1px #666666;
    margin: 76px auto 0;
    text-align: center;
    line-height: 46px;
    font-size: 15px;
    color: #666666;
    transition:all 0.4s linear;
}
.b2cen1 .b2more:hover{
    background-color:#a60c15;
    color:#fff;
    border:1px solid #a60c15;
}
@media(max-width:767px){
    .box2 {
        display: block;
    }
    .b2_fl{
        width: 100%;
    }
    .b2num {
        width: 100%;
        position: relative;
        padding: 22px 15px 20px 15px;
    }
    .b2num li{
        overflow:hidden;
    }
    .b2num li h3 {
        font-size: 33px;
        line-height: 30px;
        margin-bottom: 11px;
    }
    .b2num li h3 sup {top:-0.4em}
    .b2_fr {
        padding: 5% 7px 5% 7px;
        width: 100%;
    }
    .b2cen1 {
        margin-top: 22px;
    }
    .b2cen1 .b2more {
        margin: 26px auto 0;
        width: 140px;
        height: 38px;
        line-height: 36px;
    }
    .b2_fr .b2_tit h3{
        font-size: 28px;
        line-height: 28px;
        margin-bottom: 8px;
    }
    .b2_fr .b2_tit p{
        font-size: 17px;
        line-height: 17px;
    }
    .b2cen1 p{
       font-size: 15px;
        line-height: 26px;
    }
}
@media(min-width:768px)and (max-width:990px){
    .b2_fr{
        padding: 5% 36px 5% 20px;
    }
    .b2_fr .b2_tit h3{
        font-size: 32px;
        line-height: 32px;
        margin-bottom: 11px;
    }
    .b2_fr .b2_tit p {
        font-size: 20px;
        line-height: 20px;
    }
    .b2cen1{
         margin-top: 19px;
    }
    .b2cen1 p {
        font-size: 16px;
        line-height: 30px;
    }
    .b2cen1 .b2more{
        margin: 29px auto 0;
    }
    .b2num {
    padding: 22px 0px 20px 0px;
    }
    .b2num li p {
    font-size: 13px;
    }
}
@media(min-width:991px)and (max-width:1199px){
    .b2_fr{
        padding: 5% 45px 5% 28px;
    }
    .b2cen1{
         margin-top: 31px;
    }
    .b2cen1 .b2more{
        margin: 29px auto 0;
    }
    .b2num {
    padding: 22px 0px 20px 0px;
    }
    .b2num li p {
    font-size: 13px;
    }
}
@media(min-width:1200px){
    .b2_fr{
        padding: 6% 70px 6% 40px;
    }
    .b2cen1{
         margin-top: 40px;
    }
    .b2cen1 .b2more{
        margin: 49px auto 0;
    }
}
@media(min-width:1400px) and (max-width: 1619px) {
    .b2_fr{
        padding: 5.5% 160px 5.5% 80px;
    }
    .b2cen1{
         margin-top: 54px;
    }
    .b2cen1 .b2more{
        margin: 66px auto 0;
    }
}

/*box3*/
.box3{
    padding: 70px 0 71px;
    overflow: hidden;
}
.b3_top{
    width: 100%;
    overflow: hidden;
}
.b3_top .tit{
    width: 40%;
}
.b3ul1{
    width: 60%;
    overflow: hidden;
    text-align: right;
}
.b3ul1 li{
    margin: 0 2px;
    width: 126px;
    height: 44px;
    display: inline-block;
    text-align: center;
    transition: all 0.4s linear;
}
.b3ul1 li a{
    font-size: 16px;
    color: #666666;
    line-height: 44px;
    transition: all 0.4s linear;
}
.b3ul1 li:hover{background-color: #a60c15}
.b3ul1 li:hover a{color: #ffffff;}
.b3_bot{
    width: 100%;
    margin-top: 58px;
    overflow: hidden;
}
.b3_bot ul{
    width: calc(100% + 50px);
    margin:0 -25px;
    overflow: hidden;
}
.b3_bot li{
    padding:0 25px;
    box-sizing: border-box;
    overflow:hidden;

}
.b3_bot li:last-of-type{display:none;}
.b3_bot li a{
    display:block;
    position: relative;
    transition: all 0.4s linear;
    border: solid 1px #dfdfdf;
    box-shadow: 0 0 10px rgba(0,0,0,.2);
    margin-bottom:10px;
}
.b3_bot li .b3img1{
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;

}
.b3_bot li .b3img1 img{
    width: 100%;
    max-height: 100%;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.b3_bot li:hover .b3img1 img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.b3_bot li .b3con1{

    padding:40px 40px 46px 25px;
    position: relative;
}
.b3_bot li .b3con1:after{
    position: absolute;
    width:3px;
    height: 60px;
    left:0;
    top:24px;
    background:#a60c15;
    content:"";
}
.b3_bot li .b3con1 .newstt{
    width: 100%;
    overflow: hidden;
    height: 64px;
}
.b3_bot li .b3con1 .newstt h3{
    overflow:hidden;
    text-overflow:ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient:vertical;
    font-size: 18px;
    font-weight: normal;
    line-height: 30px;
    color: #333333;
    transition: all 0.4s linear;
}
.b3_bot li:hover .b3con1 .newstt{}
.b3_bot li:hover .b3con1 .newstt h3{
    color:#a60c15;
}
.b3_bot li .b3con1 p:first-of-type{
    font-family: ArialMT;
    font-size: 14px;
    line-height: 14px;
    color: #999999;
    transition: all 0.4s linear;
    margin-bottom: 30px;
}
.b3_bot li:hover .b3con1 p:first-of-type{}
.b3_bot li .b3con1 .b3cen1{
    width: 100%;
    height: 122px;
    overflow: hidden;

    transition: all 0.4s linear;
}
.b3_bot li .b3con1 .b3cen1 p{
    font-size: 15px;
    line-height: 30px;
    color: #666666;
    overflow:hidden;
    text-overflow:ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient:vertical;
    transition: all 0.4s linear;
}


.b3more{
    margin: 60px auto 0;
    width: 162px;
    height: 48px;
    border: solid 1px #cecece;
    display: block;
    text-align: center;
    line-height: 46px;
    font-size: 14px;
    color: #999999;
    transition: all 0.4s linear;
}
.b3more:hover{
    background-color:#a60c15;
    color:#fff;
    border:1px solid #a60c15;
}
@media (max-width: 767px){
    .b3_top .tit {
        width: 100%;
    }
    .b3ul1 {
        width: 100%;
        text-align: left;
        margin-top: 15px;
    }
    .b3ul1 li {
        width: 93px;
    }
    .b3_bot {
        margin-top: 20px;
    }
    .b3_bot li{
        margin-bottom:20px
    }

    .b3_bot li .b3con1{
        padding: 15px 18px 15px 15px;
    }
    .b3_bot li .b3con1 .newstt{
        height: 40px;
    }
    .b3_bot li:hover .b3con1 .newstt{height: 63px;}
    .b3_bot li:hover .b3con1 .newstt h3{line-height:26px}
    .b3_bot li .b3con1 p:first-of-type {
        margin-bottom: 12px;
    }
    .b3_bot li:hover .b3con1 p:first-of-type{margin-bottom: 7px;}
    .b3_bot li .b3con1 .b3cen1{
        height: 90px;
    }
    .b3_bot li:hover .b3con1 .b3cen1{
        height: 70px;
    }
    .b3_bot li .b3con1 .b3cen1 p{margin-bottom:0;line-height: 26px;}
    .b3more{margin: 26px auto 0;}

}
@media (min-width: 768px) and (max-width: 990px){

.b3_bot ul{
    width: calc(100% + 25px);
    margin:0 -12.5px;
}

.b3_bot li{
    padding:0 12.5px;
    margin-bottom:15px;
}
.b3_bot li:last-of-type{display:block;}
.b3_bot li .b3con1{
    padding: 25px 30px 21px 20px;
}
.b3_bot li .b3con1 .newstt{
    height: 53px;
}
.b3_bot li:hover .b3con1 .newstt{height: 76px;}
.b3_bot li .b3con1 p:first-of-type {
    margin-bottom: 17px;
}
.b3_bot li:hover .b3con1 p:first-of-type{margin-bottom: 17px;}
.b3_bot li .b3con1 .b3cen1{
    height: 102px;
}
.b3_bot li:hover .b3con1 .b3cen1{
    height: 79px;
}
.b3_bot li .b3con1 .b3cen1 p{margin-bottom:0;}
.b3more{ margin: 30px auto 0;}
}
@media (min-width: 991px)  and (max-width: 1199px) {

.b3_bot ul{
    width: calc(100% + 20px);
    margin: 0 -10px;
}
.b3_bot li{
    padding:0 10px;
}
.b3_bot li .b3con1{
    padding: 20px 21px 18px 15px;
}
.b3_bot li .b3con1 .newstt{
    height: 43px;
}
.b3_bot li:hover .b3con1 .newstt{height: 65px;}
.b3_bot li .b3con1 p:first-of-type {
    margin-bottom: 8px;
}
.b3_bot li .b3con1 .newstt h3{
    line-height: 25px;
}
.b3_bot li:hover .b3con1 p:first-of-type{margin-bottom: 8px;}
.b3_bot li .b3con1 .b3cen1{
    height: 93px;
}
.b3_bot li:hover .b3con1 .b3cen1{
    height: 69px;
}
.b3_bot li .b3con1 .b3cen1 p{margin-bottom:0;line-height: 26px;}
}


@media (min-width: 1200px) and (max-width: 1619px) {
.b3_bot ul{
    width: calc(100% + 25px);
    margin:0 -12.5px;
}
.b3_bot li{
    padding:0 12.5px;
}
.b3_bot li .b3con1{
    padding: 25px 30px 21px 20px;
}
.b3_bot li .b3con1 .newstt{
    height: 53px;
}
.b3_bot li:hover .b3con1 .newstt{height: 76px;}
.b3_bot li .b3con1 p:first-of-type {
    margin-bottom: 17px;
}
.b3_bot li:hover .b3con1 p:first-of-type{margin-bottom: 17px;}
.b3_bot li .b3con1 .b3cen1{
    height: 102px;
}
.b3_bot li:hover .b3con1 .b3cen1{
    height: 79px;
}
.b3_bot li .b3con1 .b3cen1 p{margin-bottom:0;}
}

/*box4*/
.box4{
    overflow: hidden;
    display: flex;
    flex-direction: row;
}
.b4_fl{
    overflow: hidden;
    background-color: #F4F4F4;
    padding: 2% 0 1.8%;
    flex: auto;
    width: 50%;
}
.b4_fl li{
    width: 100%;
    transition: all 0.4s linear;
    padding: 0 13.2% 0 17.5%;
}
.b4_fl li:hover{
    background-color: #fff;
    border-bottom: 2px solid #a60c15;
}
.b4_fl li a{
    display: block;
    width: 100%;
    transition: all 0.4s linear;
    border-bottom: 1px solid #e8e8e8;
    padding: 4.53% 0;
    overflow: hidden;
}
.b4_fl li:hover a{border-bottom: none;}
.b4_fl li .b4img1{
    width: 16.9%;
    overflow: hidden;
    float: left;
}
.b4_fl li .b4img1 img{width: 100%;}
.b4_fl li .b4con1{
    width: 78%;
    overflow: hidden;
    padding: 4% 0 0 0;
}
.b4_fl li .b4con1 h3{
    font-size: 20px;
    font-weight: normal;
    line-height: 20px;
    color: #333333;
    margin-bottom: 27px;
    white-space: nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.b4_fl li .b4con1 p{
    font-size: 15px;
    line-height: 15px;
    color: #666666;
    white-space: nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.b4_fr{
    flex: auto;
    width:50%;
}
.b4img1{
    width: 100%;
    overflow: hidden;
}
.b4img1 img{width: 100%;}
@media(max-width:767px){
    .box4{
        display: block;
    }
    .b4_fl{
        width: 100%;
    }
    .b4_fl li {
        padding: 0 7% 0 6%;
    }
    .b4_fr {
        width: 100%;
    }


}
@media (min-width: 768px) and (max-width: 990px) {
    .b4_fl li a{
        padding: 3% 0;
    }
    .b4_fl li .b4con1 {
        padding: 1.5% 0 0 0;
    }
    .b4_fl li .b4con1 h3 {
        margin-bottom: 12px;
        font-size: 18px;
    }
}
@media (min-width: 991px) and (max-width: 1199px) {
    .b4_fl li a{
        padding: 4% 0;
    }
    .b4_fl li .b4con1 {
        padding: 1.5% 0 0 0;
    }
    .b4_fl li .b4con1 h3 {
        margin-bottom: 12px;
        font-size: 18px;
    }
}
@media (min-width: 1200px) and (max-width: 1399px) {
    .b4_fl li a{
        padding: 4% 0;
    }
    .b4_fl li .b4con1 {
        padding: 3% 0 0 0;
    }
    .b4_fl li .b4con1 h3 {
        margin-bottom: 18px;
    }
}

/*box5*/
.box5{
    overflow: hidden;
    padding: 65px 0 70px;
}
.b5_top{
    width: 100%;
    overflow: hidden;
}
.b5_top .tit{
    width: 65%;
}
.b5_top .b5more1{
    display: block;
    background: url(../images/b5more.png) no-repeat right center;
    padding-right: 28px;
    font-size: 14px;
    line-height: 36px;
    color: #333333;
    transition:all 0.4s linear;
}
.b5_top .b5more1:hover{
    color: #a60c15;
    background: url(../images/b5moreh.png) no-repeat right center;
}
.b5bot{
    width: 100%;
    margin-top: 57px;
    overflow: hidden;
}
.b5bot .bd{
    width: calc(100% + 32px);
    margin:0 -16px;
}
.b5bot .bd ul{
   
    float: left;
    padding: 0 16px;
    overflow: hidden;
}
.b5bot li{
    width: 100%;
    overflow: hidden;
    text-align: center;
}
.b5bot li a{
    display: block;
    width: 100%;
    overflow: hidden;
}
.b5img1{
    width: 100%;

    overflow: hidden;
    position: relative;
}
.b5img1 img{
    width: 400px;
	

}
.b5img1 .b5cen1{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/b5dot.png) no-repeat center center/13% auto rgba(43, 208, 94, 0.91);
    opacity: 0;
    transition: all 0.4s linear;
}
.b5bot li:hover .b5img1 .b5cen1{
    opacity: 1;
}
.b5bot li p{
    transition: all 0.4s linear;
    font-size: 16px;
    line-height: 16px;
    color: #666666;
    margin-top: 20px;
}
.b5bot li:hover p{color: #a60c15}
@media (max-width:990px){
    .b5bot li{
        margin-bottom:20px
    }
}


















.demo-message {
    background: #f0f0f0;
    padding: 2.34375% 0
}

.demo-message-wrap {
    margin-left: 24.375%;
    margin-right: 24.375%
}

@media (max-width: 1366px) {
    .demo-message-wrap {
        margin-left:12.5%;
        margin-right: 12.5%
    }
}

.demo-message-wrap .row {
    margin-left: -5px;
    font-size: 0;
    margin-right: -5px
}

.demo-message-wrap div[class^=col-] {
    padding-left: 5px;
    padding-right: 5px;
    position: relative
}

.demo-message-wrap input[type=text],.demo-message-wrap textarea {
    width: 100%;
    height: 42px;
    border: 1px solid #d8d8d8;
    padding: 0 10px;
    font-size: 14px;
    color: rgba(0,0,0,.9);
    background: #f0f0f0;
    outline: none;
    margin-bottom: 10px
}

.demo-message-wrap input[type=text]::-webkit-input-placeholder,.demo-message-wrap textarea::-webkit-input-placeholder {
    color: rgba(0,0,0,.8)
}

.demo-message-wrap input[type=text]:-ms-input-placeholder,.demo-message-wrap input[type=text]::-ms-input-placeholder,.demo-message-wrap textarea:-ms-input-placeholder,.demo-message-wrap textarea::-ms-input-placeholder {
    color: rgba(0,0,0,.8)
}

.demo-message-wrap input[type=text]::placeholder,.demo-message-wrap textarea::placeholder {
    color: rgba(0,0,0,.8)
}

.demo-message-wrap textarea {
    padding-top: 5px;
    height: 95px;
    resize: none
}

.demo-message-wrap #checkcode {
    float: left;
    width: 32.29813665%;
    margin-bottom: 0
}

.demo-message-wrap .checkCodeImg {
    float: left;
    display: block;
    text-align: center;
    width: 17.39130435%;
    height: 42px;
    font-size: 0;
    background: #e7e4e4;
    padding: 5px 10px
}

.demo-message-wrap .checkCodeImg img {
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
    vertical-align: middle
}

.demo-message-wrap .checkCodeImg:after {
    content: "";
    height: 100%;
    display: inline-block;
    vertical-align: middle
}

.demo-message-wrap .checkCodeImg img {
    cursor: pointer
}

.demo-message-wrap .demo-submit {
    float: right;
    width: 49.68944099%;
    height: 42px;
    background: #2d323b;
    color: #fff;
    font-size: 14px;
    border: none;
    outline: none;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.demo-message-wrap .demo-submit:hover {
    background: #a60c15
}

.n-default .n-invalid {
    border-color: #a60c15!important
}

.n-default .msg-wrap {
    top: 8px;
    right: 5px;
    margin-left: 0
}

.n-default .demo-textarea .msg-wrap {
    top: 65px
}

@media (max-width: 990px) {

    .demo-message-wrap {
        margin-left: 0;
        margin-right: 0
    }

    .demo-message-wrap #checkcode {
        width: 65%
    }

    .demo-message-wrap .checkCodeImg {
        width: 35%
    }

    .demo-message-wrap .demo-submit {
        float: none;
        margin-top: 10px;
        width: 100%
    }
}

/*底部样式*/
.foot{
    background-color: #252524;
    overflow: hidden;
}
.foot1{
    width: 100%;
    padding: 67px 0;
}
.foot1_fl{
    overflow: hidden;
    border-right: 1px solid #313131;
}
.fcontacttt{
    width: 42%;
    overflow: hidden;
    padding: 7% 0 0 0;
}
.fcontacttt h3{
    font-size: 30px;
    font-weight: normal;
    line-height: 30px;
    color: #ffffff;
}
.fcontacttt h3 span{
    font-family: ArialMT;
    font-size: 14px;
    line-height: 30px;
    color: #9b9b9b;
}
.fcontactcen{
    width: 58%;
    overflow: hidden;
    padding-top: 8px;
}
.fcontactcen h4{
    font-size: 16px;
    line-height: 16px;
    font-weight: normal;
    color: #ffffff;
    margin-bottom: 37px;
}
.fcontactcen div{width: 100%;margin-bottom: 35px;overflow: hidden;}
.fcontactcen p{
    float: left;
    margin-right: 12px;
    padding-left: 30px;
    font-size: 14px;
    line-height: 18px;
    color: rgba(255,255,255,0.78);
}
.fcontactcen p a{
    font-size: 14px;
    line-height: 18px;
    color: rgba(255,255,255,0.78);
}
.fcontactcen p:first-of-type{
    background: url(../images/ftel.png) no-repeat left center/auto 14px;
}
.fcontactcen p:nth-of-type(2){
    background: url(../images/fwebsite.png) no-repeat left center/auto 17px;
}
.fcontactcen div:nth-of-type(2) p:first-of-type{
    background: url(../images/fadress.png) no-repeat left center/auto 16px;
}
.foot1_fr{overflow: hidden;}
.fewm{
    width: 27%;
    overflow: hidden;
    margin-left: 10%;
}
.fewm img{max-width: 100%;}
.f_link{
    width: 280px;
    overflow: hidden;
    padding-top: 25px;
    margin-right: 7%;
}
.f_link p{
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 32px;
    color: #ffffff;
}
.flinkcen{
    width: 100%;
    overflow: hidden;
    background: url(../images/flink.jpg) center top no-repeat/100% auto;
    padding-top: 40px;
    height: 40px;
    transition: all 0.8s linear;
}
.flinkcen:hover{height: auto;}
.flinkcen a{
    display: block;
    width: 100%;
    overflow: hidden;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    border:1px solid rgba(255,255,255,0.4);
    border-top:none;
    padding: 0 0 0 10px;
}
.foot2{
    width: 100%;
    background-color: #a60c15;
    overflow: hidden;
    padding: 19px 0;
}
.copyright{
    text-align: left;
}
.copyright,.copyright a{
    font-size: 12px;
    line-height: 24px;
    color: #ffffff;
}
.k1{
    text-align: right;
    overflow: hidden;
}
.k1,.k1 a{
    font-size: 12px;
    line-height: 24px;
    color: #ffffff;
}

@media(min-width:1200px) and (max-width:1599px){
    .fewm{
        margin-left: 5%;
    }
    .f_link{
        margin-right: 4%;
    }
}
@media(min-width:768px) and (max-width:1199px){
    .fewm{
        margin-right: 5%;
    }
    .f_link{
        margin-right: 4%;
    }
    .fcontacttt {
        margin-bottom:2%;
        width: 100%;
        padding: 0;
    }
    .fcontactcen {
        width: 100%;
    }
}
@media(min-width:768px) and (max-width:990px){
    .k1 {
    text-align: left;
    }
}
@media(max-width:767px){
    .fewm{
        float:left!important;
    }
    .f_link{
        float:left !important;
        margin-left:5%;
    }
    .fcontacttt {
        margin-bottom:2%;
        width: 100%;
        padding: 0;
    }
    .fcontactcen {
        width: 100%;
    }
    .k1 {
    text-align: left;
    }
}












.demo-seo {
    float: left
}



#toolbar {
    position: fixed;
    z-index: 9999;
    right: 17px;
    bottom: 10%
}

#toolbar li {
    margin-bottom: 3px;
    position: relative
}

#toolbar li,#toolbar li a {
    font-size: 0;
    width: 50px;
    height: 50px;
    right: 0;
    border-radius: 50%;
    margin-bottom: 7px;
}

#toolbar li a {
    display: block;
    position: absolute;
    z-index: 9;
    top: 0;
    overflow: hidden;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    white-space: nowrap;
}

#toolbar li .iconfont {
    width: 50px;
    height: 50px;
    background-color: #a60c15;
    text-align: center;
    color: #2b2b2b;
    font-size: 26px;
    border-radius: 50%;
}

#toolbar li .iconfont,#toolbar li .wz {
    display: inline-block;
    vertical-align: middle;
    line-height: 50px;
}
.icon-phone:before{
    content:"";
    display:block;
    background:url(../images/ltel.png) center center no-repeat;
    width:100%;
    height:100%;
}
.icon-qq:before{
    content:"";
    display:block;
    background:url(../images/lqq.png) center center no-repeat;
    width:100%;
    height:100%;
}
.icon-ewm:before{
    content:"";
    display:block;
    background:url(../images/lewm.png) center center no-repeat;
    width:100%;
    height:100%;
}
.icon-qq:before{
    content:"";
    display:block;
    background:url(../images/lqq.png) center center no-repeat;
    width:100%;
    height:100%;
}
#toolbar li .wz {
    font-size: 22px;
    line-height: 50px;
    color: #fff;
    font-weight: normal;
    font-family: ArialMT;
}

#toolbar li.ewm .ewm-box {
    position: absolute;
    z-index: 1;
    padding: 5px;
    background: #a60c15;
    width: 110px;
    right: 120%;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .7s;
    transition: all .7s
}

#toolbar li.ewm .ewm-box p {
    margin-bottom: 0
}

#toolbar li.ewm .ewm-box img {
    max-width: 100%
}

#toolbar li.ewm .ewm-box:after {
    content: "";
    position: absolute;
    right: -5px;
    bottom: 20px;
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 5px;
    cursor: pointer;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #a60c15;
    border-right: none
}

#toolbar li.ewm:hover .icon {
    background-position: -57px -180px
}

#toolbar li.ewm:hover .ewm-box {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

#toolbar li.backtop {
    cursor: pointer
}

#toolbar li.backtop .iconfont {
    color: #fff;
    background-color: #a60c15;
}

#toolbar li:hover a {
    width: 230px;
    border-radius: 23px;
    background-color: #a60c15;
    padding-left: 12px;
}

#toolbar li:hover .iconfont {
    color: #fff;
    background-color: #a60c15;
}

@media (max-width: 990px) {
    #toolbar {
        display:none
    }
}

.page-position {
    background: #a60c15;
    padding: 10px 0;
    line-height: 20px;
    color: #fff;
    font-size: 14px
}

.page-position a {
    color: #fff
}

.page-position a:hover {
    text-decoration: underline
}

.page-wrap {
    background: #fff;
    padding: 35px 0 4.16666667%
}

@media (min-width: 990px) {
    .page-wrap-left {
        float:left;
        width: 240px;
        margin-right: 5.41666667%
    }
}

.xypg-left-box {
    margin-bottom: 15px
}

.xypg-left-title {
    text-align: center;
    padding: .7em 0;
    font-size: 20px;
    line-height: 1.5;
    background: #a60c15
}

.xypg-left-title span {
    color: #fff
}

.xypg-left-title span:after {
    margin-left: .5em
}

.xypg-left-title span:before {
    margin-right: .5em
}

.xypg-left-title span:after,.xypg-left-title span:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 1.5em;
    height: 1px;
    background: #fff
}

@media (max-width: 990px) {
    .xypg-left-title {
        font-size:16px
    }
}

.xypg-left-con {
    border: 1px solid #d2d2d2;
    border-top: none
}

.latest-news {
    padding: 10px
}

.latest-news li {
    padding: .5em 0;
    font-size: 14px
}

.latest-news li a {
    display: block;
    line-height: 1.2;
    color: #666
}

.latest-news li a:before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    background: #d1d1d1 url(../images/xypg-left-jt.png) -1px -16px no-repeat;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 10px
}

.latest-news li a:hover {
    color: #a60c15;
    text-decoration: underline
}

.latest-news li a:hover:before {
    background-color: #a60c15
}

.hot-keys {
    padding: 0 10px 10px;
    margin: 0 -5px
}

.hot-keys li {
    width: calc(50% - 10px);
    float: left;
    margin: 10px 5px 0
}

.hot-keys li a {
    display: block;
    text-align: center;
    font-size: 13px;
    color: #666;
    line-height: 2.2;
    background: #ededed
}

.hot-keys li a:hover {
    color:#a60c15;
    text-decoration: underline
}

.page-wrap-contact {
    padding: 10px;
    font-size: 14px
}

.page-wrap-contact h4 {
    margin: .5em 0 .8em;
    font-size: 16px;
    color: #000
}

.page-wrap-contact p {
    position: relative;
    margin-bottom: 0;
    color: #5a5a5a;
    padding: .4em 0 .4em 45px
}

.page-wrap-contact p em {
    position: absolute;
    font-style: normal;
    margin-left: -45px
}

.page-wrap-contact p+p {
    border-top: 1px dashed #efefef
}

.page-message-img img {
    border: 1px solid #d2d2d2
}

.page-wrap-right {
    overflow: hidden
}

.page-mob-tool {
    position: fixed;
    right: 15px;
    bottom: 100px;
    z-index: 9999
}

.page-mob-tool li {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 1px;
    cursor: pointer;
    position: relative
}

.page-mob-tool li:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #a60c15;
    opacity: .7
}

.page-mob-tool li i {
    position: relative;
    z-index: 9;
    font-size: 20px;
    color: #fff
}

@media (min-width: 992px) {
    .page-mob-tool {
        display:none
    }
}

.navigation a {
    display: inline-block;
    font-size: 14px;
    color: #333;
    font-family: Microsoft YaHei,Arial;
    line-height: 26px;
    border: 1px solid #cbcbcb;
    margin: 0 5px;
    padding: 0 8px
}

.navigation a.previous_page {
    float: left
}

.navigation a.next_page {
    float: right
}

.navigation a:hover {
    color: #fff;
    border-color: #a60c15;
    background: #a60c15
}

.xymob-left-close-btn {
    display: none
}

@media (max-width: 990px) {
    body.no-scroll,html.no-scroll {
        height:100vh;
        overflow: hidden
    }

    .xymob-menu-click {
        position: fixed;
        width: 100vw;
        overflow-y: scroll;
        top: 0;
        left: 100%;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        z-index: 999999;
        height: 100vh;
        background: rgba(0,0,0,.7)
    }

    .xymob-menu-click .page-message-img,.xymob-menu-click .xypg-left-contact,.xymob-menu-click .xypg-left-keys,.xymob-menu-click .xypg-left-news {
        display: none
    }

    .xymob-menu-click .xymob-left-close-btn {
        display: block;
        position: absolute;
        top: 15px;
        right: 15px;
        width: 32px;
        height: 32px;
        line-height: 32px;
        border-radius: 50%;
        border: 1px solid #fff;
        text-align: center;
        background: #000
    }

    .xymob-menu-click .xymob-left-close-btn i {
        font-size: 18px;
        color: #fff
    }

    .xymob-menu-click .xypg-left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        min-height: 90vh;
        padding: 5vh 0
    }

    .xymob-menu-click .xypg-left .xypg-left-menu {
        width: 90%;
        background: #fff
    }

    .xymob-menu-click.click {
        left: 0
    }
}

.xypg-left-nav {
    margin: 0 -1px
}

.xypg-left-nav>li+li {
    border-top: 1px solid #e4e4e4
}

.xypg-left-nav>li {
    position: relative
}

.xypg-left-nav>li>a {
    display: block;
    font-size: 16px;
    line-height: 2.6;
    color: #2e2e2e;
    padding: 0 45px 0 25px
}

.xypg-left-nav>li .first-nav-btn {
    position: absolute;
    z-index: 99;
    width: 20px;
    text-align: center;
    font-family: iconfont;
    top: 10px;
    right: 25px;
    cursor: pointer
}

.xypg-left-nav>li .first-nav-btn:after {
    content: "\E61F"
}

.xypg-left-nav>li .first-nav-btn.clicked:after {
    content: "\E638"
}

.xypg-left-nav>li.clicked>a,.xypg-left-nav>li:hover>a {
    color: #fff;
    background: #a60c15
}

.xypg-left-nav>li.clicked .first-nav-btn,.xypg-left-nav>li:hover .first-nav-btn {
    color: #fff
}

.xypg-left-nav .xypg-left-subnav {
    display: none;
    padding: 8px 0
}

.xypg-left-nav .xypg-left-subnav>li {
    padding: 8px 45px 8px 25px
}

.xypg-left-nav .xypg-left-subnav>li>a {
    display: block;
    line-height: 20px;
    color: #969494;
    font-size: 15px
}

.xypg-left-nav .xypg-left-subnav>li.clicked>a,.xypg-left-nav .xypg-left-subnav>li>a:hover {
    color: #a60c15
}

.xypg-left-nav .xypg-left-threenav>li>a {
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #999;
    padding-left: 10px
}

.xypg-left-nav .xypg-left-threenav>li>a:before {
    content: "\2014   "
}

.xypg-left-nav .xypg-left-threenav>li.clicked>a,.xypg-left-nav .xypg-left-threenav>li>a:hover {
    color: #a60c15
}

@media (max-width: 990px) {
    .xypg-left-nav .xypg-left-threenav {
        display:block
    }
}

.xypg-pro-description {
    border: 1px solid #e5e5e5;
    background: #f9f9f9;
    line-height: 24px;
    padding: 10px;
    margin-bottom: 15px;
    text-indent: 2em
}

.xypg-product-list {
    margin: 0 -1.5%;
    font-size: 0
}

.xypg-product-list li {
    display: inline-block;
    vertical-align: bottom;
    width: 30.333%;
    margin: 0 1.5% 20px;
    padding: 10px 10px 0;
    border: 1px solid #eee;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.xypg-product-list li .img {
    display: block

}

.xypg-product-list li h3 a {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #5a5a5a;
    line-height: 1.6;
    padding: .8em 0
}

.xypg-product-list li:hover {
    border-color: #a60c15
}

.xypg-product-list .no-result {
    margin: 0 1.5%;
    font-size: 14px
}

.xypg-case-list {
    margin: 0 -1%;
    font-size: 0
}

.xypg-case-list li {
    display: inline-block;
    vertical-align: bottom;
    width: 31.333%;
    margin: 0 1% 10px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.xypg-case-list li .img {
    display: block
}

.xypg-case-list li h3 a {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #5a5a5a;
    line-height: 1.6;
    padding: .8em 0
}

.xypg-case-list li:hover h3 a {
    color: #a60c15
}

.xypg-news-list li {
    border: 1px solid #e1e1e1;
    padding: 30px;
    background: #fff;
    margin-bottom: 35px;
    -webkit-transition: all .5s;
    transition: all .5s
}

.xypg-news-list li .tit {
    border-bottom: 1px solid #cbcbcb;
    margin-bottom: 15px;
    position: relative
}

.xypg-news-list li .tit h3 {
    padding-bottom: 15px;
    font-size: 18px;
    color: #565656;
    font-weight: 400;
    padding-right: 25%;
    margin: 0
}

.xypg-news-list li .tit .date {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
    color: #666
}

.xypg-news-list li .info {
    font-size: 14px;
    line-height: 2;
    color: #999
}

.xypg-news-list li .more {
    margin-top: 15px
}

.xypg-news-list li .more span {
    display: inline-block;
    width: 130px;
    line-height: 33px;
    text-align: center;
    color: #000;
    font-size: 14px;
    color: #666;
    border: 1px solid #e1e1e1;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.xypg-news-list li:hover {
    -webkit-box-shadow: 0 2px 13px 1px rgba(8,1,3,.18);
    box-shadow: 0 2px 13px 1px rgba(8,1,3,.18)
}

.xypg-news-list li:hover .tit h3 {
    color: #a60c15
}

.xypg-news-list li:hover .more span {
    color: #fff;
    background-color: #a60c15
}

@media (max-width: 990px) {
    .xypg-news-list li .tit {
        border-bottom:none
    }

    .xypg-news-list li .tit h3 {
        padding-right: 0;
        padding-bottom: 10px
    }

    .xypg-news-list li .tit .date {
        position: static;
        border-bottom: 1px solid #cbcbcb;
        padding-bottom: 5px;
        color: #999
    }
}

.xypg-album-cate {
    margin: 0 -1%
}

.xypg-album-cate li {
    float: left;
    width: 31.33333%;
    margin: 0 1% 20px;
    border: 1px solid #eaeaea;
    padding: 10px
}

.xypg-album-cate li .album-img {
    margin-bottom: 15px
}

.xypg-album-cate li .album-img img {
    width: 100%
}

.xypg-album-cate li .album-title {
    text-align: center;
    font-size: 15px;
    color: #666;
    margin-bottom: 5px
}

.xypg-album-cate li .album-num {
    font-size: 16px;
    color: #333;
    text-align: center
}

.xypg-album-cate li .album-num span {
    display: inline-block;
    margin-right: 5px
}

@media (max-width: 768px) {
    .xypg-album-cate li {
        width:48%
    }
}

@media (max-width: 420px) {
    .xypg-album-cate {
        margin:0
    }

    .xypg-album-cate li {
        width: 100%;
        margin: 0 0 20px
    }
}

.xypg-album-list {
    margin: 0 -1%
}

.xypg-album-list li {
    float: left;
    width: 31.33333%;
    margin: 0 1% 20px;
    position: relative
}

.xypg-album-list li .img {
    display: block;
    overflow: hidden
}

.xypg-album-list li .img img {
    width: 100%;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.xypg-album-list li h3 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    background: rgba(0,0,0,.5);
    text-align: center;
    color: #fff;
    line-height: 40px;
    font-weight: 400;
    font-size: 16px
}

.xypg-album-list li:hover .img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

@media (max-width: 768px) {
    .xypg-album-list li {
        width:48%
    }
}

@media (max-width: 420px) {
    .xypg-album-list {
        margin:0
    }

    .xypg-album-list li {
        width: 100%;
        margin: 0 0 20px
    }
}

.xypg-album-list.xypg-getkey-list li {
    width: 18%
}

@media (max-width: 1200px) {
    .xypg-album-list.xypg-getkey-list li {
        width:31.3333%
    }
}

@media (max-width: 768px) {
    .xypg-album-list.xypg-getkey-list li {
        width:48%
    }
}

@media (max-width: 420px) {
    .xypg-album-list.xypg-getkey-list {
        margin:0
    }

    .xypg-album-list.xypg-getkey-list li {
        width: 100%;
        margin: 0 0 20px
    }
}

.xypg-download-list .download-title {
    line-height: 60px;
    background: #d9d9d9;
    font-size: 18px;
    color: #333
}

.xypg-download-list .download-title span {
    display: block;
    float: left;
    text-align: center;
    width: 19%
}

.xypg-download-list .download-title .file-name {
    width: 43%;
    text-align: left;
    padding-left: 5%
}

.xypg-download-list .download-item {
    line-height: 50px
}

.xypg-download-list .download-item .download-item-span {
    float: left;
    width: 19%;
    text-align: center;
    font-size: 14px;
    color: #555
}

.xypg-download-list .download-item .download-item-span.download-item-first {
    padding-left: 4%;
    width: 43%;
    text-align: left
}

.xypg-download-list .download-item .download-item-span.download-item-iocn .iconfont {
    margin-right: 5px;
    font-size: 14px
}

.xypg-download-list .download-item .download-item-span.download-item-iocn a {
    color: #a60c15
}

.xypg-download-list .download-item .download-item-span.download-item-iocn a:hover {
    text-decoration: underline
}

.xypg-download-list .download-item:nth-child(odd) {
    background: #f3f3f3
}

.xypg-download-list .download-item .mob-download-title {
    display: none
}

@media (max-width: 768px) {
    .xypg-download-list .download-title {
        display:none
    }

    .xypg-download-list .download-item {
        border: 1px solid #ebebeb;
        margin-bottom: 20px;
        background: #fff!important
    }

    .xypg-download-list .download-item .download-item-span {
        float: none;
        width: 100%
    }

    .xypg-download-list .download-item .download-item-span.download-item-first {
        padding-left: 0;
        width: 100%
    }

    .xypg-download-list .download-item .download-item-span .mob-download-title {
        float: left;
        display: block;
        width: 130px;
        padding-left: 15px;
        text-align: left;
        font-weight: 700
    }

    .xypg-download-list .download-item .download-item-span .download-item-con {
        float: right;
        width: calc(100% - 130px);
        text-align: right;
        padding-right: 20px
    }

    .xypg-download-list .download-item .download-item-span+.download-item-span {
        border-top: 1px dashed #ebebeb
    }
}

.xypg-job-list .job-name,.xypg-job-list .job-xlyq {
    width: 32.5%;
    padding-left: 4%
}

.xypg-job-list .job-number {
    width: 20%;
    text-align: center
}

.xypg-job-list .job-more {
    width: 15%;
    text-align: center
}

.xypg-job-list .job-title {
    line-height: 60px;
    background: #a60c15;
    font-size: 18px;
    color: #fff
}

.xypg-job-list .job-title span {
    display: block;
    float: left;
    font-weight: 700
}

.xypg-job-list .job-item {
    margin-top: 20px;
    line-height: 60px;
    background: #f8f8f8
}

.xypg-job-list .job-item .job-item-span {
    float: left;
    font-size: 16px;
    color: #333;
    min-height: 1px
}

.xypg-job-list .job-item .job-item-span .job-item-con {
    display: block
}

.xypg-job-list .job-item .job-more a {
    float: right;
    display: block;
    text-align: center;
    background: #000;
    width: 29px;
    height: 29px;
    margin: 15px 30px 0 0;
    background: #9c9c9c url(../images/xypg-job-jt.png) 50% no-repeat;
    border-radius: 50%
}

.xypg-job-list .job-item .job-more a:hover {
    background-color: #a60c15
}

.xypg-job-list .job-item .mob-job-title {
    display: none
}

@media (max-width: 768px) {
    .xypg-job-list .job-title {
        display:none
    }

    .xypg-job-list .job-item {
        border: 1px solid #ebebeb;
        margin-bottom: 20px;
        background: #fff!important;
        line-height: 50px
    }

    .xypg-job-list .job-item .job-item-span {
        float: none;
        width: 100%;
        padding-left: 0;
        font-size: 14px
    }

    .xypg-job-list .job-item .job-item-span .mob-job-title {
        float: left;
        display: block;
        width: 130px;
        padding-left: 15px;
        text-align: left;
        font-weight: 700
    }

    .xypg-job-list .job-item .job-item-span .job-item-con {
        float: right;
        width: calc(100% - 130px);
        text-align: right;
        padding-right: 20px
    }

    .xypg-job-list .job-item .job-more a {
        margin: 12px 0 0
    }

    .xypg-job-list .job-item .job-item-span+.job-item-span {
        border-top: 1px dashed #ebebeb
    }
}

@media (max-width: 768px) {
    .xypg-product-list li {
        width:47%
    }

    .xypg-case-list li {
        width: 48%
    }
}

@media (max-width: 375px) {
    .xypg-product-list li {
        width:97%
    }

    .xypg-case-list li {
        width: 98%
    }
}

.xypg-pagination {
    margin-top: 20px;
    text-align: center;
    font-size: 0
}

.xypg-pagination .pagin-left,.xypg-pagination .pagin-mid,.xypg-pagination .pagin-right,.xypg-pagination .pagin-select {
    display: inline-block;
    vertical-align: middle
}

.xypg-pagination #current,.xypg-pagination a {
    display: inline-block;
    font-size: 14px;
    color: #333;
    font-family: Microsoft YaHei,Arial;
    line-height: 26px;
    border: 1px solid #cbcbcb;
    margin: 0 5px;
    padding: 0 8px
}

.xypg-pagination #current,.xypg-pagination a:hover {
    color: #fff;
    border-color: #a60c15;
    background: #a60c15
}

.xypg-pagination .pagin-mid {
    font-size: 14px
}

.xypg-pagination .pagin-mid .mob-pagin-mid {
    display: none
}

.xypg-pagination .pagin-select {
    font-size: 14px
}

.xypg-pagination .pagin-select select {
    height: 28px;
    padding: 0 8px;
    margin: -1px 5px 0
}

@media (max-width: 768px) {
    .xypg-pagination .pagin-mid .pc-pagin-mid {
        display:none
    }

    .xypg-pagination .pagin-mid .mob-pagin-mid {
        display: block
    }

    .xypg-pagination .pagin-mid .mob-pagin-mid span {
        display: inline-block;
        padding: 0 8px;
        line-height: 28px;
        font-size: 14px
    }

    .xypg-pagination .pagin-select {
        display: none
    }
}

.paging_num {
    padding: 10px 0
}

.paging_num a {
    padding: 0 7px;
    text-align: center;
    display: inline-block;
    border: 1px dashed #e0e1dc;
    color: #666;
    margin-right: 8px
}

.paging_num a.paging_hover,.paging_num a:hover {
    border-color: #a60c15
}

.xypg-detail-title {
    font-size: 20px;
    color: #363636;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.7
}

.xypg-detail-info-bar {
    font-size: 14px;
    font-family: Arial;
    color: #9e9e9e;
    line-height: 35px;
    border-bottom: 1px dashed #cfcfcf;
    margin-bottom: 20px
}

.xypg-detail-info-bar .detail-info-time {
    float: left;
    margin-right: 20px
}

.xypg-detail-info-bar .detail-info-time i {
    font-size: 20px;
    vertical-align: -3px;
    margin-right: 4px
}

.xypg-detail-info-bar .detail-info-numbers {
    float: left
}

.xypg-detail-info-bar .detail-info-numbers i {
    font-size: 12px;
    margin-right: 4px
}

.xypg-detail-info-bar .xypg-file-down {
    float: right;
    position: relative
}

.xypg-detail-info-bar .xypg-file-down .file-down-title {
    cursor: pointer
}

.xypg-detail-info-bar .xypg-file-down .file-down-title i {
    margin-right: 5px
}

.xypg-detail-info-bar .xypg-file-down .file-down-title:hover {
    color: #a60c15
}

.xypg-detail-info-bar .xypg-file-down .file-down-list {
    position: absolute;
    z-index: 9999;
    width: 250%;
    right: 0;
    background: #fff;
    display: none
}

.xypg-detail-info-bar .xypg-file-down .file-down-list li {
    padding: 10px 0;
    border-top: 1px dashed #cfcfcf
}

.xypg-detail-info-bar .xypg-file-down .file-down-list li .icon {
    float: left;
    font-size: 40px;
    line-height: 40px;
    margin-right: 5px;
    height: 40px
}

.xypg-detail-info-bar .xypg-file-down .file-down-list li .list-con {
    overflow: hidden;
    line-height: 1
}

.xypg-detail-info-bar .xypg-file-down .file-down-list li .list-con p {
    font-size: 12px;
    margin-bottom: 0;
    line-height: 20px
}

.xypg-detail-info-bar .xypg-file-down .file-down-list li .list-con a {
    font-size: 12px
}

.xypg-detail-info-bar .xypg-file-down .file-down-list li .list-con a:hover {
    color: #a60c15
}

.xypg-detail-con-title {
    margin: 20px 0 10px
}

.xypg-detail-con-title span {
    display: inline-block;
    font-size: 18px;
    color: #a60c15
}

.xypg-detail-con {
    font-size: 14px;
    color: #333;
    line-height: 1.7
}

.xypg-detail-con img,.xypg-detail-con p img {
    width: auto!important;
    max-width: 100%;
    height: auto!important
}

.xypg-detail-tags {
    margin-top: 40px
}

.xypg-detail-tags .tags-title {
    border-bottom: 1px solid #c3c3c3;
    position: relative
}

.xypg-detail-tags .tags-title h3 {
    display: inline-block;
    padding: 0 30px;
    font-size: 16px;
    color: #a60c15;
    line-height: 40px;
    border-bottom: 3px solid #a60c15;
    margin-bottom: -1px
}

.xypg-detail-tags .tags-title .baidu-share {
    position: absolute;
    right: 0;
    top: 8px
}

.xypg-detail-tags .tags-content {
    padding-top: 10px
}

.xypg-detail-tags .tags-content a {
    font-size: 13px;
    color: #666;
    display: inline-block
}

.xypg-detail-tags .tags-content a:hover {
    color: #a60c15
}

.xypg-detail-url {
    margin-top: 30px
}

.xypg-detail-url a {
    word-break: break-all
}

.xypg-detail-article p {
    margin: 10px 0 20px;
    line-height: 24px
}

.xypg-detail-pn {
    margin-top: 30px
}

.xypg-detail-pn div {
    margin-bottom: 10px;
    background: #ededed;
    line-height: 35px;
    padding: 0 20px;
    position: relative
}

.xypg-detail-pn div b {
    font-size: 16px;
    color: #333;
    float: left;
    font-weight: 400
}

.xypg-detail-pn div a {
    float: left;
    width: 75%;
    font-size: 14px;
    color: #565656
}

.xypg-detail-pn div a:hover {
    color: #a60c15
}

@media (max-width: 600px) {
    .xypg-detail-pn div a {
        width:60%;
        width: 50%
    }
}

.xypg-detail-pn div span {
    position: absolute;
    right: 20px;
    top: 0;
    font-size: 13px;
    color: #666
}

.xypg-relate {
    margin-top: 30px
}

.relate-title {
    background: #eee;
    color: #fff;
    font-size: 14px;
    line-height: 2.5;
    margin-bottom: 15px
}

.relate-title span {
    background: #a60c15;
    padding: 0 10px;
    display: inline-block
}

.relate-product-slick {
    padding: 0 30px;
    position: relative
}

.relate-product-slick .owl-item {
    display: block;
    font-size: 0
}

.relate-product-slick .owl-item .img {
    display: block
}

.relate-product-slick .owl-item p {
    margin-bottom: 0;
    padding: .5em 0;
    font-size: 12px;
    color: #333;
    text-align: center
}

.relate-product-slick .owl-item:hover p {
    color: #a60c15
}

.relate-product-slick .owl-nav button.owl-next,.relate-product-slick .owl-nav button.owl-prev {
    width: 25px;
    height: 35px;
    color: #fff;
    font-size: 20px;
    margin-top: -17.5px;
    line-height: 35px
}

.relate-product-slick .owl-nav button.owl-next span,.relate-product-slick .owl-nav button.owl-prev span {
    display: inline
}

.xypg-relate .relate-news {
    margin-top: 40px
}

.relate-news-list li {
    float: left;
    width: 48%;
    position: relative;
    line-height: 30px;
    font-size: 14px;
    color: #666
}

.relate-news-list li:nth-child(2n) {
    float: right
}

.relate-news-list li a {
    display: block;
    padding-right: 30%;
    color: #666
}

.relate-news-list li a:before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    background: #d1d1d1 url(../images/xypg-left-jt.png) -1px -16px no-repeat;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 10px
}

.relate-news-list li span {
    position: absolute;
    right: 0;
    top: 0
}

.relate-news-list li:hover a {
    color: #a60c15
}

.relate-news-list li:hover a:before {
    background-color: #a60c15
}

.relate-news-list li:hover span {
    color: #a60c15
}

@media (max-width: 990px) {
    .xypg-relate {
        display:none
    }
}

.xypg-case-detail .main-img {
    text-align: center
}

.xypg-case-detail .main-img img {
    max-width: 100%
}

.xypg-jod-detail .job-detail-title {
    font-size: 16px;
    color: #fff;
    background: #a60c15;
    line-height: 60px;
    padding-left: 25px
}

.xypg-jod-detail .job-detail-con {
    background: #f8f8f8;
    padding: 25px
}

.xypg-jod-detail .job-detail-small-title {
    font-size: 16px;
    color: #a60c15;
    margin-bottom: 10px
}

.xypg-jod-detail .job-detail-con-box {
    font-size: 14px;
    color: #666;
    margin-bottom: 20px
}

.xypg-jod-detail .job-detail-btn a {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    background: #666;
    width: 200px;
    line-height: 50px;
    text-align: center;
    border-radius: 5px
}

.xypg-jod-detail .job-detail-btn a:hover {
    background: #a60c15
}

.job-detail-form .form-title {
    border-bottom: 1px solid #ccc;
    font-size: 20px;
    line-height: 2.5
}

.job-detail-form .form-info {
    line-height: 2;
    margin: 10px 0
}

.job-detail-form .form-info span,.job-detail-form .red-star {
    color: red
}

.job-detail-form textarea {
    resize: none
}

.job-detail-form #checkcode {
    display: inline-block;
    width: 30%
}

.job-detail-form #checkCodeImg {
    vertical-align: top;
    margin-left: 10px
}

.job-detail-form #change_code {
    line-height: 34px;
    padding: 0 10px;
    color: #a60c15
}

.job-detail-form .form-small-tit {
    line-height: 2;
    font-size: 16px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px
}

.job-detail-form .form-prompt {
    font-size: 12px;
    margin-bottom: 15px;
    color: #999
}

#message-form {
    font-size: 0
}

#message-form .red-star {
    color: red
}

#message-form label {
    font-size: 14px
}

#message-form textarea {
    resize: none
}

#message-form #checkcode {
    display: inline-block;
    width: 30%
}

#message-form #checkCodeImg {
    vertical-align: top;
    margin-left: 10px
}

#message-form #change_code {
    line-height: 34px;
    padding: 0 10px;
    color: #a60c15;
    font-size: 14px
}

#message-form .error-info {
    padding-top: 4px;
    display: inline-block;
    vertical-align: top;
    position: absolute
}

@media (max-width: 768px) {
    #message-form .form-group {
        margin-bottom:25px
    }

    #message-form .error-info {
        display: block;
        padding-top: 0;
        float: none!important;
        padding-left: 10px
    }

    #message-form #change_code+.error-info {
        padding-left: 0;
        margin-left: -7px
    }
}

#message-form.n-default .msg-wrap {
    position: static
}

.xypg-download-list.xypg-download-detail-list .download-title {
    background: #f3f3f3
}

.xypg-download-list.xypg-download-detail-list .download-title .file-name {
    width: 35%
}

.xypg-download-list.xypg-download-detail-list .download-item .download-item-span,.xypg-download-list.xypg-download-detail-list .download-title span {
    width: 16.25%
}

.xypg-download-list.xypg-download-detail-list .download-item .download-item-span.download-item-first {
    width: 35%
}

@media (max-width: 768px) {
    .xypg-download-list.xypg-download-detail-list .download-item .download-item-span,.xypg-download-list.xypg-download-detail-list .download-item .download-item-span.download-item-first {
        width:100%
    }
}

.xypg-search-result .search-tag {
    margin-bottom: 20px;
    border: 1px solid #efefef;
    border-radius: 5px;
    overflow: hidden
}

.xypg-search-result .search-tag a {
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
    padding: 0 20px;
    font-size: 16px;
    color: #333
}

.xypg-search-result .search-tag a.on,.xypg-search-result .search-tag a:hover {
    color: #a60c15
}

.xypg-search-result-box {
    margin-bottom: 20px
}

.xypg-search-result-box .xypg-search-title {
    border-left: 3px solid #a60c15;
    padding-left: 15px;
    font-size: 18px;
    line-height: 35px;
    margin-bottom: 15px;
    font-weight: 700
}

.xypg-detail-file-dwon li {
    padding: 10px 0;
    border-bottom: 1px dashed #cfcfcf;
    width: 50%;
    float: left
}

.xypg-detail-file-dwon li .icon {
    float: left;
    font-size: 40px;
    line-height: 40px;
    margin-right: 5px;
    height: 40px
}

.xypg-detail-file-dwon li .list-con {
    overflow: hidden;
    line-height: 1
}

.xypg-detail-file-dwon li .list-con p {
    font-size: 12px;
    margin-bottom: 0;
    line-height: 20px
}

.xypg-detail-file-dwon li .list-con a {
    font-size: 12px
}

.xypg-detail-file-dwon li .list-con a:hover {
    color: #a60c15
}

.xypg-detail-article .article-img {
    text-align: center;
    margin: 5px 0
}

.xypg-detail-article .article-img img {
    border: 1px solid #efefef;
    padding: 1px;
    max-width: 100%;
    height: auto!important
}

.xypg-product-detail>h1 {
    text-align: center;
    font-size: 24px;
    color: #333;
    margin-bottom: 1.5em
}

@media (max-width: 990px) {
    .xypg-product-detail>h1 {
        font-size:18px
    }
}

.page-product-detail-effect {
    height: 520px;
    overflow: hidden
}

@media (min-width: 1200px) {
    .page-product-detail-effect {
        margin:0 12.22222222%
    }
}

.page-product-detail-effect .big-img {
    float: left;
    width: 76.86567164%;
    height: 510px;
    border: 1px solid #efefef
}

.page-product-detail-effect .big-img a {
    display: block;
    text-align: center;
    width: 100%;
    height: 100%;
    font-size: 0
}

.page-product-detail-effect .big-img a img {
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
    vertical-align: middle
}

.page-product-detail-effect .big-img a:after {
    content: "";
    height: 100%;
    display: inline-block;
    vertical-align: middle
}

.page-product-detail-effect .product-detail-slick {
    float: right;
    width: 20.89552239%
}

.page-product-detail-effect .product-detail-slick a {
    display: block;
    text-align: center;
    width: 100%;
    height: 100%;
    font-size: 0;
    border: 1px solid #efefef
}

.page-product-detail-effect .product-detail-slick a img {
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
    vertical-align: middle
}

.page-product-detail-effect .product-detail-slick a:after {
    content: "";
    height: 100%;
    display: inline-block;
    vertical-align: middle
}

.page-product-detail-effect .product-detail-slick .slick-slide {
    outline: none;
    height: 140px;
    margin: 5px 0
}

.page-product-detail-effect .product-detail-slick .slick-slide.active a {
    border-color: #a60c15
}

.page-product-detail-effect .product-detail-slick .slick-arrow {
    height: 30px;
    text-align: center;
    line-height: 30px;
    background: #838383;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    cursor: pointer
}

.page-product-detail-effect .product-detail-slick .slick-arrow:hover {
    background: #a60c15
}

.page-product-detail-effect .product-detail-slick .slick-arrow .iconfont {
    color: #fff;
    font-size: 20px
}

@media (max-width: 530px) {
    .page-product-detail-effect {
        height:290px
    }

    .page-product-detail-effect .big-img {
        height: 280px
    }

    .page-product-detail-effect .product-detail-slick .slick-slide {
        height: 70px
    }

    .page-product-detail-effect .product-detail-slick .slick-arrow {
        height: 20px;
        line-height: 20px
    }

    .page-product-detail-effect .product-detail-slick .slick-arrow .iconfont {
        font-size: 16px
    }
}

.page-product-inquiry {
    text-align: center;
    margin: 20px 0 40px;
    font-size: 0
}

.page-product-inquiry a {
    display: inline-block;
    margin: 0 1%;
    border-radius: 40px;
    background: #a60c15;
    color: #fff;
    font-size: 18px;
    line-height: 2.5;
    width: 31%;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.page-product-inquiry a:hover {
    background: #a60c15
}

@media (max-width: 990px) {
    .page-product-inquiry a {
        font-size:14px
    }
}

.product-detail-item {
    font-size: 0
}

.product-detail-item li {
    margin: 8px 0;
    font-size: 14px;
    line-height: 20px;
    color: #5a5a5a
}

.product-detail-item li span {
    color: #a60c15
}

@media (min-width: 990px) {
    .product-detail-item {
        margin:0 -1%
    }

    .product-detail-item li {
        display: inline-block;
        vertical-align: top;
        width: 48%;
        margin: 7px 1%
    }
}

.product-detail-tab {
    margin-top: 50px
}

.product-detail-tab .product-detail-tabli {
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    height: 40px
}

.product-detail-tab .product-detail-tabli li {
    float: left;
    width: 20%;
    line-height: 40px;
    margin-top: -1px;
    text-align: center;
    font-size: 14px;
    color: #333;
    cursor: pointer
}

.product-detail-tab .product-detail-tabli li.on,.product-detail-tab .product-detail-tabli li:active,.product-detail-tab .product-detail-tabli li:visited {
    background: #a60c15;
    color: #fff
}

.product-detail-tab .product-detail-tabcon {
    padding: 15px 0
}

.product-detail-tab .product-detail-tabcon img,.product-detail-tab .product-detail-tabcon p img {
    max-width: 100%;
    height: auto!important;
    width: auto!important
}

@media (max-width: 768px) {
    .product-detail-tab .product-detail-tabli {
        height:35px
    }

    .product-detail-tab .product-detail-tabli li {
        font-size: 13px;
        line-height: 35px
    }
}

@media (max-width: 420px) {
    .product-detail-tab .product-detail-tabli {
        height:30px
    }

    .product-detail-tab .product-detail-tabli li {
        font-size: 12px;
        line-height: 30px
    }
}

.xypg-sitemap .map_title {
    line-height: 40px;
    background-color: #f5f8fa;
    border: 1px solid #d6dbe1;
    text-indent: 20px;
    color: #666;
    border-bottom: 2px solid #ccc;
    font-size: 16px
}

.xypg-sitemap .map_list {
    line-height: 30px;
    padding: 0 5px;
    margin-top: 8px;
    margin-bottom: 8px
}

.xypg-sitemap .map_list a {
    padding: 4px;
    white-space: nowrap;
    font-size: 14px;
    color: #666
}

.xypg-sitemap .map_list a:hover {
    text-decoration: none;
    color: #3b639f;
    padding: 4px
}

.xypg-sitemap .map_list .layer1 {
    margin-bottom: 10px
}

.xypg-sitemap .map_list h3 {
    border-bottom: 1px dashed #ccc;
    margin-bottom: 10px;
    line-height: 36px
}

.xypg-sitemap .map_list h3 a {
    font-weight: 400
}

.xypg-sitemap .map_list .layer2 a {
    color: #999
}

.xypg-sitemap .map_list .layer2 a:hover {
    text-decoration: none;
    color: #3b639f
}

.cover-item {
    margin-bottom: 20px;
    border-bottom: 3px double #ccc
}

.cover-item a {
    display: block
}

.cover-item .img {
    float: left;
    border: 1px solid #ddd;
    padding: 1px
}

.cover-item .img img {
    width: 100%
}

.cover-item .item-first {
    margin-bottom: 20px;
    position: relative
}

.cover-item .item-first .img {
    width: 30%;
    margin-right: 20px
}

.cover-item .item-first .wz {
    overflow: hidden
}

.cover-item .item-first .wz h3 {
    font-size: 18px;
    color: #333;
    line-height: 2
}

.cover-item .item-first .wz .info {
    font-size: 14px;
    line-height: 1.7;
    color: #666
}

.cover-item .item-first .wz .more {
    width: 100px;
    line-height: 30px;
    color: #fff;
    background: #666;
    font-size: 14px;
    text-align: center;
    position: absolute;
    right: 0;
    bottom: 0
}

.cover-item .item-list a {
    margin-bottom: 10px
}

.cover-item .item-list .img {
    float: none
}

.cover-item .item-list h4 {
    font-size: 14px;
    color: #333;
    line-height: 30px;
    text-align: center
}

@media (max-width: 768px) {
    .cover-item .item-first .img {
        margin-bottom:10px;
        text-align: center;
        float: none;
        width: 100%
    }

    .cover-item .item-first .wz .more {
        position: static;
        margin-top: 10px;
        display: block
    }
}

.sort_a {
    overflow: hidden
}

.sort_a .layer1 {
    padding: 15px 0;
    border-bottom: 1px dashed #a7b8d4;
    position: relative;
    z-index: 1
}

.sort_a .layer1 .img {
    float: left;
    padding: 5px;
    border: 1px solid #ddd
}

.sort_a .layer1 .img img {
    width: 191px;
    height: 153px
}

.sort_a .layer1 .img_right {
    width: 560px;
    float: right
}

.sort_a .layer1 .img_right h3 {
    font: 700 14px/36px Microsoft YaHei
}

.sort_a .layer1 .img_right span {
    line-height: 25px;
    display: block
}

.sort_a .layer1 .pro_more {
    position: absolute;
    right: 0;
    bottom: 15px;
    width: 110px;
    padding-left: 10px;
    height: 28px;
    line-height: 28px;
    background: #666;
    color: #fff;
    font: 700 24px/24px Microsoft YaHei
}

.sort_a .layer1 .pro_more span {
    float: left
}

.sort_a .layer1 .pro_more a {
    font: normal 12px/28px Microsoft YaHei;
    color: #fff;
    padding-right: 15px;
    display: inline-block
}

.sort_a .layer1 .pro_more a:hover {
    text-decoration: none;
    color: #faf104
}

.sort_a .abb_product {
    padding-top: 15px;
    border: 1px dashed #a7b8d4;
    border-top: none
}

.productcates {
    padding-top: 10px
}

.catemore {
    color: #0080d9;
    margin-top: 6px;
    overflow: hidden;
    position: relative
}

.catemore h2 {
    width: 360px;
    float: left;
    font: 700 15px/36px Microsoft YaHei
}

.catemore a {
    float: right;
    font: normal 14px/36px Microsoft YaHei;
    color: #444;
    padding-right: 28px
}

.catemore a:hover {
    text-decoration: none;
    color: #0080d9
}

.product-comment-list {
    position: relative;
    overflow: hidden
}

#commentList li {
    padding: 10px 10px 20px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
    overflow: hidden
}

.user-column {
    width: 100px;
    float: left
}

.user-column img {
    height: 50px;
    max-width: 50px;
    border-radius: 50%
}

.user-name {
    color: #333;
    padding-top: 5px;
    display: block
}

.comment-content {
    margin-left: 120px;
    overflow: hidden;
    position: relative
}

.comment-stars i {
    width: 18px;
    height: 18px;
    vertical-align: middle;
    background: url(../images/star-h.png) 50% no-repeat;
    display: none
}

.comment-stars i.shows {
    display: inline-block
}

.comment-stars span {
    position: absolute;
    right: 0;
    top: 5px;
    color: #999
}

.comment-text {
    padding: 5px 0;
    line-height: 22px
}

.comment-recovery {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px dashed #ddd;
    line-height: 22px;
    color: #888
}

.comment-recovery span {
    color: #f90
}

.no-content-icon {
    text-align: center;
    line-height: 50px;
    padding-top: 40px;
    color: #999
}

.no-content-icon .iconfont {
    font-size: 60px
}

.holder {
    margin: 15px 0;
    text-align: center
}

.holder a {
    cursor: pointer;
    margin: 0 5px;
    display: inline-block;
    padding: 3px 12px;
    border: 1px solid #efefef;
    font-size: 12px;
    color: #333
}

.holder a:hover {
    background-color: #222;
    color: #fff
}

.holder a.jp-previous {
    margin-right: 15px
}

.holder a.jp-next {
    margin-left: 15px
}

.holder a.jp-current,a.jp-current:hover {
    color: #ff4242;
    font-weight: 700
}

.holder a.jp-disabled,a.jp-disabled:hover {
    color: #bbb
}

.holder a.jp-current,.holder a.jp-disabled,a.jp-current:hover,a.jp-disabled:hover {
    cursor: default;
    background: none
}

.holder span {
    margin: 0 5px
}

.tagdescription {
    border: 1px solid #ccc;
    padding: 10px;
    font-size: 14px;
    line-height: 1.7;
    background: #efefef;
    margin-bottom: 20px;
    margin-top: 15px
}

.tag-all a {
    background-color: #f2f2f2;
    color: #666;
    padding: 5px 8px;
    text-decoration: none;
    margin-right: 5px;
    margin-bottom: 10px;
    display: inline-block
}

.tag-all a:hover {
    background-color: #ddd
}

.tag-menu {
    border: 1px solid #efefef;
    border-radius: 5px;
    overflow: hidden
}

.tag-menu li {
    list-style-type: none;
    text-align: center;
    line-height: 40px;
    padding: 0 20px;
    float: left
}

.tag-menu li a {
    color: #666;
    font-size: 16px
}

.tag-menu li.active a,.tag-menu li a:hover {
    color: #a60c15
}

.tag-notice {
    line-height: 40px;
    padding: 0 10px;
    margin-top: 10px
}

.tag-item {
    padding: 15px 0;
    font-size: 14px;
    border-bottom: 1px solid #d6dbe1;
    margin-top: 10px;
    color: #666
}

.tag-item span {
    color: #a60c15
}

.tag-category {
    margin-bottom: 20px
}

.tag-category span {
    font-size: 16px;
    color: #000;
    display: inline-block
}

.tag-category a {
    display: inline-block;
    line-height: 25px;
    padding: 0 15px;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    color: #333;
    margin-right: 10px
}

.tag-category a:hover {
    background: #a60c15;
    color: #fff
}

.tag-list-product li {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc
}

.tag-list-product li:last-child {
    padding-bottom: 0;
    border-bottom: 0
}

.tag-list-product .tag-img {
    width: 220px;
    float: left;
    margin-right: 20px
}

.tag-list-product .tag-img .img {
    display: block;
    border: 1px solid #e1e1e1
}

.tag-list-product .tag-img .img img {
    width: 100%
}

.tag-list-product .tag-wz {
    overflow: hidden
}

.tag-list-product .tag-wz h1 {
    font-size: 16px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 5px
}

.tag-list-product .tag-wz h1 a {
    color: #000
}

.tag-list-product .tag-wz .tab-fenli p {
    width: 50%;
    float: left;
    font-size: 14px;
    color: #333;
    margin-bottom: 0
}

.tag-list-product .tag-wz .desp {
    font-size: 12px;
    line-height: 2;
    height: 48px;
    overflow: hidden;
    color: #666;
    margin: 5px 0
}

@media (max-width: 768px) {
    .tag-list-product .tag-img {
        width:100%;
        float: none;
        text-align: center;
        margin-bottom: 10px
    }

    .tag-list-product .tag-img .img img {
        width: auto;
        max-width: 100%
    }

    .tag-list-product .tag-wz .tab-fenli p {
        width: 100%;
        float: none
    }
}

.xytag-title {
    font-size: 18px;
    border-bottom: 1px solid #ccc;
    line-height: 40px;
    margin-bottom: 10px
}

.xytag-recom-product ul {
    margin: 0 -1%
}

.xytag-recom-product li {
    float: left;
    position: relative;
    width: 18%;
    margin: 0 1%;
    overflow: hidden
}

.xytag-recom-product li img {
    width: 100%;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.xytag-recom-product li .zz-bg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0,0,0,.5);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.xytag-recom-product li .zz-bg h2 {
    position: absolute;
    z-index: 9;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    height: 30px;
    margin: auto
}

.xytag-recom-product li:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.xytag-recom-product li:hover .zz-bg {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

.input-box {
    position: relative
}

.input-box .placeholder {
    position: absolute;
    z-index: 10;
    color: #999;
    top: 10px;
    font-size: 14px
}

#job-detail-form .input-box .placeholder,#message-form .input-box .placeholder {
    top: 8px
}

.demo-header-right .input-box .placeholder {
    top: 5px;
    left: 50px!important
}

.code-group .input-box {
    float: left;
    width: 32.29813665%
}

.code-group .input-box #checkcode {
    float: none;
    width: 100%
}
/*内业样式*/
.anim_fade_image{
position:absolute;
-webkit-transition: opacity 1s ease-in-out;
-moz-transition: opacity 1s ease-in-out;
-o-transition: opacity 1s ease-in-out;
transition: opacity 1s ease-in-out;
filter: contrast(20%);
 -webkit-filter: contrast(20%);
}
.anim_fade_image:hover{
opacity:0;
 filter: alpha(opacity=0);


}
#juzhong{
width: 216px;
height: 308px;
}




