.video {
    position: relative;
    padding-bottom: 30.25%;
    height: 0;
    overflow: hidden;
}
.video iframe,
.video object,
.video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.xyin-news-container li{
    list-style-type: none;
}
.index-news .img img{
    max-width: 100%;
}
.xyin-news-container li .wz h3{
    color: #333333;
    font: 600 16px/30px "Microsoft yahei";
    padding-top: 30px;
    padding-bottom: 20px;
}
.xyin-news-container li .wz .info{
    color: #666666;
    font: 400 14px/28px "Microsoft Yahei";
}
.xyin-news-container li .more1{
    display: inline-block;
    padding: 5px 30px;
    background: #EC1A0F;
    color: #fff;
    border-radius: 5px;
    margin-top: 20px;
 }
.w11{
    font: 400 14x/28px "Microsoft yahei";
}
/*内页主体宽度*/
.container1{
    position: relative;
    margin: 0 auto;
    padding: 0px 15px;
}
@media (min-width: 992px) {
    .container1 {
        width: 970px
    }
}

@media (min-width: 1200px) {
    .container1 {
        width: 1170px
    }
}


@media (min-width: 1200px) and  (max-width: 1600px) {
    .container {
        width: 98%
    }
}

/*关于我们导航栏*/
.about-sub-menu {
    display: none;
    width: 530px;
    height: 245px;
    padding: 30px 10px;
    position: absolute;
    background: #F5F5F5;
    z-index: 99;
}
.about-sub-menu:before {
    content: '';
    width:0;
    height:0;
    border-width:0 13px 13px;
    border-style:solid;
    border-color:transparent transparent #F5F5F5;
    position:absolute;
    top: -13px;
    left: 5%;
}

.about-sub-menu ul li {
    border-bottom: 1px solid #333;
    line-height: 30px;
}

.about-sub-menu ul li a {
    display: block;
    font-size: 14px;
    line-height: 32px;
    color: #333;
    position: relative;
    padding-left: 20px;
    transition: all .5s ease; 
    background: url(../images/jt.png) 3px center no-repeat;
}

.about-sub-menu ul li a:hover {
    background: url(../images/jt.png) 3px center no-repeat #ececec;
    color: #4a4a4a;
    padding-left: 25px;
}

.about-sub-menu img {
    max-width: 100%;
}

.about-nav:hover .about-sub-menu {
    display: block !important;
}
/*内页产品*/
.xypg-product-list li .img{
    border: 1px solid #eee;
}
/*优势*/
.text{
    position: absolute;
    top: 16%;
    left: 0%;
    padding: 3% 2%;
    background: rgba(23,134,85,.66);
}
.text p{
    font: 500 14px/20px "Microsoft YaHei";
    color: #f6f6f6;
}
.text p:before{
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 3px;
    margin-bottom: 5px;
    margin-right: 10px;
}

.text strong{
    font: 500 48px/50px "Arial";
    color: #ffffff;
}
.text span{
    font: 500 24px/48px "Arial";
    color: #ffffff;
}

.top-phone{
    font: 600 24px/85px "Microsoft ayhei";
}


@media(max-width:992px){
    .text strong{
        font: 500 30px/40px "Arial";
        color: #ffffff;
    }
    .text span{
        font: 500 20px/30px "Arial";
        color: #ffffff;
    }
}


@media(max-width:798px){
    .text{
        position: absolute;
        top: 20%;
        left: 0%;
        padding: 1% 1%;
        background: rgba(23,134,85,.66);
    }
    .text strong{
        font: 500 20px/40px "Arial";
        color: #ffffff;
    }
    .text span{
        font: 500 16px/30px "Arial";
        color: #ffffff;
    }
}


@media(max-width:460px){
    .text{
        position: static;
        top: 0%;
        left: 0%;
        height: 100%;
        padding: 1% 1%;
        background: rgba(23,134,85,.66);
    }
    .text strong{
        font: 500 16px/40px "Arial";
        color: #ffffff;
    }
    .text span{
        font: 500 14px/30px "Arial";
        color: #ffffff;
    }
    .text p{
        font: 500 12px/20px "Microsoft YaHei";
        color: #f6f6f6;
    }
}
/*产品经过效果*/
.xyin-product-list li .img {
    display: block;
    overflow: hidden;
    opacity: 0.95;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    position: relative;
}

.xyin-product-list li .img figcaption {
    transition: all 0.8s;
    position: absolute;
    top: -200px;
    left: 200px;
    width: 150%;
    height: 40%;
    background-color: rgba(255, 255, 255, .1);
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
}

.xyin-product-list li:hover .img figcaption {
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0) translate(0px, 400px);
}

.xyin-product-list h3{
    text-align: center;
    color: #333333;
    font: 400 16px/40px "Microsoft Yahei";
}
.xyin-product-list .slick-con:hover h3{
    background-color: #178655;
    color: #fff;
}
/*底部*/
.xy-tl-nav{
    width: 80%;
    float: left;
}
.xy-tl-nav dl {
    width: 14.285%;
    float: left;
}

.xyin-product-sort{
    position: relative;
    z-index: 99;
}
.xyin-news-contact{
    background: url(../images/newsbg.png) repeat-y center;
}
.xypg-right-content p img{
    height: auto !important;
}


.xyin-honer-container .slick-con {
    width: 100%;   
}

.xyin-honer-container .slick-con .img img {
    width: 100%;
}
.xyin-honer-container .slick-con h3 {
    font-size: 14px;
    text-align: center;
}

.xyin-honer-container {
	position: relative;
}

.xyin-honer-container .slick-arrow {
    background: none;
	position: absolute;
	z-index: 99;
	width: 60px;
	height: 60px;
	margin-top: -30px;
	top: 50%;
	background-repeat: no-repeat;
	background-size: auto;
	border-radius: 5px;
	cursor: pointer;
	outline: none;
	border: none;
	font-size: 0;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.xyin-honer-container .slick-arrow.slick-prev {
	left: -50px;
	background-image: url(../images/hprev.png);
}

.xyin-honer-container .slick-arrow.slick-next {
	right: -60px;
	background-image: url(../images/hnext.png);
}

