@charset "UTF-8";
/* CSS Document */

body {
    background: #000;
    width: 100%;
    height: 100%;
}

/* banner设置 */

.banner_box{
	overflow: hidden;
    position: relative;
	width: 100vw;
	height: 42vw;
    margin-top: 80px;

	
}
.banner_imgbox{
	width: 100vw;
	height: 42vw;
	overflow: hidden;
    position: relative;

}
.banner{
   
	width:100vw;
	height: 100%;
	display: block;
	float: left;
	position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.8s;
	cursor: pointer;
	
}
.banner img{
	width:100%;
    min-height: 100%;

	
}
.banner > a{
	width: 100%;
	height: 100%;
	display: inline-block;
	z-index: 99;
}
.banner a:hover{
	cursor: pointer;
}
.banner a{
	cursor: pointer;
}

.banner table{
	position: absolute;
	top:0;
	left: 0;
	height: 100%;
	width: 60%;
	display: table;
	background-image: linear-gradient(to right, rgba(0,0,0,0.6), rgba(0,0,0,0));
}

.banner table td{
	height: 100%;
	display:table-cell; 
	vertical-align:middle;
	
}
.banner table td div{
	margin-left: 10vw;
	
	table-layout: fixed;
	word-wrap: break-all;
	word-break: normal;
	overflow: hidden;
	width:-webkit-calc(100% - 10vw);
	width:calc(100% - 10vw);
}
.banner_wenan h2{
	margin-bottom: 1vw;
	color: rgba(255, 197, 57, 1);
	font-size: 4.2rem;
	text-transform: capitalize;
	font-weight: 500;
	text-shadow: 0 2px 3px rgba(0,0,0,0.6);
	table-layout: fixed;
	word-wrap: break-all;
	word-break: normal;
	overflow: hidden;
}
.banner p{
	margin-bottom: 2.5vw;
	font-size: 1.95rem;
	color: #fff;
	line-height: 1.4;
	text-shadow: 0 2px 3px rgba(0,0,0,0.7);
	width: 50%;
}
.banner_wenan a{
	display: inline-block;
	line-height: 2.6;
	border-radius: 2px;
	padding: 0 1vw;
	background:rgba(255, 197, 57, 1);
	box-shadow: 0 2px 3px rgba(0,0,0,0.3);
	color: #111;
	font-size: 1.25rem;
	position: relative;
    transition: 0.3s linear;
}
.banner_wenan a:hover{
	background:rgba(0, 0, 0, 1);
	color: rgba(255, 197, 57, 1);
	-webkit-transition-duration:1s;
	transition-duration:1s;
	-webkit-transition-timing-function:　linear;
	transition-timing-function:　linear;
}
.banner_wenan a:hover::after{
	position: absolute;
	top:0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	border:0.08rem solid rgba(255, 197, 57, 0.6);
	box-sizing: border-box;
}

.left_jiantou_box{
	position: absolute;
	left: 4vw;
    top: calc(50% - 1.5vw);

}
.right_jiantou_box{
    position: absolute;
    right: 4vw;
    top: calc(50% - 1.5vw);
   
}

.jiantou{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.jiantou_scale{
	opacity: 0.3;
}
.jiantou img{
	width: 3vw;
	height: 3vw;
	display: block;
	border-radius:50%;
	box-shadow: 0px 0px 2px rgba(0,0,0,0.1);
	border:1px solid rgba(255, 197, 57, 1);


}
.jiantou p{
	width: 3vw;
	height: 3vw;
	display: inline-block;
	border-radius:50%;
/* 	box-shadow: 0px 0px 2px rgba(0,0,0,1); */
	border:1px solid rgba(255, 197, 57, 1);
	font-size: 5vw;
	font-weight: 100;
	line-height: 2.2vw;
	
	text-align: center;
	color: rgba(255, 197, 57, 1);
	background: rgba(0,0,0,0.5);
	cursor: pointer;
}

.yuanniu{
	position: absolute;
	bottom:1vw;
	width: 100%;
	cursor: pointer;
}
.yuanniu table{
	margin-left: auto;
	margin-right: auto;
	border-collapse:separate;
	border-spacing: 10px;
}
.yuanniu table td:first-child{
	background: #fdb900;
	width: 6vw;
}

.yuanniu table td{
	width: 4vw;
	height: 3px;
	margin: 20px;
	background: #fff;
	vertical-align: middle;
	border-radius:20px;
	
	
}
/*增加按键的点击区域*/
.big-link{position:relative; cursor: pointer;}
.big-link:before{
    position:absolute;
    content:'';
    top:-15px;
    right:-15px;
    left:-15px;
    bottom:-15px;
	cursor: pointer;
}
/* 产品设置 */
.product_box {
    background: #000;
    overflow: hidden;
    width: 100%;
}

.bg {
    background-image: url('../images/bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: absolute;
    z-index: -1;
    top: 0;
    width: 100vw;
    height: 72vw;
    opacity: 1;
}

.product {
    margin: 14rem auto;
    overflow: hidden;
}

.biaoti {
    margin: auto auto 7rem auto;
    text-align: center;
    color: #fff;
}

.biaoti h1 {
    font-size: 3.2rem;
    text-transform: uppercase;
}

.biaoti hr {
    width: 6.4rem;
    background-color: rgba(255, 197, 57, 1);
    height: 0.05rem;
    border: none;
    margin: 3rem auto;
}

.biaoti p {
    font-size: 1.7rem;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.4;
    font-weight: 300;
}

.product_class > div {
    width: 27.6vw;
    margin-right: 0.6vw;
    overflow: hidden;
    position: relative;
    float: left;
}

.product_class .new_img_box {
    width: 100%;
    max-height: 28.4vw;
    overflow: hidden;
    cursor: pointer;
}

.product_class div:last-child {
    margin-right: 0;
}

.product_class img {
    width: 100%;
    height: auto;
    display: block;
}

.product_wenan {
    width: 100%;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 1.5rem 0;
}

.product_wenan h1 {
    font-size: 1.6rem;
    font-weight: 500;
    color: #ffc539;
}

.product_wenan p {
    font-size: 1.3rem;
    margin: 0.4rem 0;
    font-weight: 300;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.7);
}

.more {
    width: 18rem;
    height: 3.4rem;
    text-align: center;
    margin: 7rem auto 0;
    line-height: 3.4rem;
    border: 1px solid rgba(255, 197, 57, 0.5);
    color: rgba(255, 255, 255, 0.8);
    border-radius: 0.2rem;
    cursor: pointer;
}
.more:hover {
    background: rgba(255, 197, 57, 0.9);
    color: #000;
    transition: 0.1s linear;

}
.jinxian_hr {
    background-color: rgba(255, 197, 57, 0.3);
    border: none;
    height: 0.05rem;
    z-index: 33;
    position: relative;
}

.Scale {
    transform: scale(1.08);
    transition: 1.5s linear;
}

/* NEW设置 */
.new_box {
    clear: both;
    overflow: hidden;
    position: relative;
    z-index: 3;
}

.new {
    margin: 14rem auto;
    overflow: hidden;
    position: relative;
}

.new_class .newsminbox {
    width: 20.25vw;
    margin-right: 1vw;
    float: left;
   
    position: relative;
    z-index: 3;
    cursor: pointer;
    overflow: hidden;
}

.new_img_box {
    position: relative;
    width: 100%;
    max-height: 28.4vw;
    overflow: hidden;
    cursor: pointer;
}

.new_class > div:last-child {
    margin-right: 0;
}

.new_class img {
    width: 100%;
    display: block;
    cursor: pointer;
}

.new_img_box::before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 197, 57, 0.4) url(../../index/images/cross.png) center 70% no-repeat;
    z-index: 99;
    opacity: 0;
    cursor: pointer;
    transition: 0.8s;
}

.new_img_box:hover::before {
    background-position: center 50%;
    opacity: 1;
}

/* 用于控制P的高度 */
.shared_highly {
    display: block;
}

/* 响应式设计 */
@media screen and (max-width: 1024px) {
    .biaoti h1 {
        color: rgba(255, 197, 57, 0.9);
    }

    .biaoti p {
        width: 70%;
        margin: auto;
    }

    .banner h2 {
        text-shadow: 0 2px 3px rgba(0, 0, 0, 0.8);
    }

    .banner p {
        line-height: 1.3;
        width: 70%;
        text-shadow: 0 2px 3px rgba(0, 0, 0, 0.9);
    }

    .bg {
        display: none;
    }

    .product-box,
    .new_box {
        clear: both;
        overflow: hidden;
        position: relative;
        z-index: 3;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .product-box {
        background-image: url(../images/bg2.jpg);
    }

    .new_box {
        background-image: url(../images/bg.jpg);
    }

    .jinxian_hr {
        background-color: rgba(255, 197, 57, 0.4);
        margin: 0 auto;
    }

    .product_wenan h1 {
        font-size: 1.3rem;
    }

    .product_wenan {
        padding: 1vw 0;
    }

    .product_wenan p {
        font-size: 1.2rem;
        line-height: 1.2;
    }

    .product_wenan .more_a {
        font-size: 1.2rem;
    }

    .product_class .phone_wenan,
    .new_class .phone_wenan {
        display: block;
        line-height: 1.8;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 20;
        background: rgba(0, 0, 0, 0.8);
        text-align: center;
        font-size: 1.4rem;
        padding: 0.5rem 0;
        color: rgba(255, 255, 255, 0.8);
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .jiantou {
        width: 4vw;
        height: 4vw;
        font-size: 7vw;
        line-height: 2.8vw;
    }
}

@media screen and (max-width: 768px) {

    .new_class .newsminbox {
        width: 100%;
        margin-right: 0vw;

        margin-bottom: 5vw;
        float: left;
       
        position: relative;
        z-index: 3;
        cursor: pointer;
        overflow: hidden;
    }

    .jinxian_hr {
        background-color: rgba(255, 197, 57, 0.3);
    }
   
    .banner_box{
        margin-top: 7vw;
    }
    .left_jiantou_box,
    .right_jiantou_box {
        display: none;
    }

    .banner table {
        width: 100%;
    }


    .banner h2 {
        font-size: 6vw;
        text-shadow: 0 2px 3px rgba(0, 0, 0, 0.8);
    }

    .banner_wenan a,
    .banner_wenan p {
        display: none;
    }

    .yuanniu table td {
        margin: 10px 20px;
    }

    .bg {
        background: none;
    }

    .new,
    .product {
        margin: 10vw auto 16vw auto;
    }

    .biaoti {
        width: 91vw;
        margin: auto auto 8vw auto;
        text-align: left;
    }

    .biaoti h1 {
        font-size: 5.4vw;
    }

    .biaoti hr {
        width: 40vw;
        background-color: rgba(255, 197, 57, 0.6);
        height: 0.05rem;
        border: none;
        margin: 3vw 0;
    }

    .biaoti p {
        width: 100%;
        font-size: 3.6vw;
        line-height: 1.4;
        letter-spacing: 0.3px;
    }

    span8 {
        display: none;
    }

    .product_class .new_img_box {
        max-height: 100vh;
    }

    .product_class > div {
        width: 91vw;
        margin-bottom: 4vh;
    }

    .product_class div:last-child {
        margin-bottom: 2vh;
    }

    .more {
        width: 90vw;
        height: 8vw;
        line-height: 8vw;
        margin: 3vh 0 0 4.5vw;
        font-size: 4vw;
    }

    .product-box,
    .new_box {
        background-image: none;
    }

    .product_wenan {
        background-color: rgba(20, 20, 20, 0.7);
        padding: 3vw 0;
    }

    .product_class .phone_wenan,
    .new_class .phone_wenan {
        line-height: 3.4vh;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 20;
        background: rgba(140, 94, 27, 0.8);
        padding: 0 5vw;
        text-align: center;
        color: rgba(255, 255, 255, 0.8);
        font-size: 3vw;
        height: 3.4vh;
        width: auto;
    }

    .product_wenan h1 {
        font-size: 4vw;
    }

    .product_wenan p {
        font-size: 3.3vw;
        padding: 0 4vw;
        line-height: 1.4;
    }
    .new_class > div {
        float: none;
    }
    .new_img_box {
        max-height: 100vh;
    }
    .new_class > div {
        width: 100%;
        margin-bottom: 10vw;
    }
}



