.bannerTexts { 
    position: absolute;z-index:300;width:1000px;height:100px;margin:auto;padding-top:130px;text-align:center; left:50%; margin-left:-500px;
    text-shadow:rgba(91,91,91,0.4) 2px 2px 3px
}


.product {

    height: 605px;

    background: url(../images/indexprodi.jpg);

    background-repeat: no-repeat; 

    background-size: 100% 100%; 

    /* background-attachment: fixed; */

    text-align: center;

    padding: 35px 0;

    color: #fff;

}

.proTit {

    font-size: 24px;

    margin-bottom: 35px;

}

.proEn {

    font-size: 24px;    

}

.proBox {

    margin-top: 35px;

	width: 1250px; 

	height:400px;

	position:relative; 

	overflow:hidden;

}

.left1 {

    width: 30px;

    height: 60px;

    background: url(../images/left1.png);

    background-repeat: no-repeat; 

    background-size: 100% 100%; 

    cursor: pointer;

	position:absolute; 
	
	top: 136px; 
	
	left: 13px;

}

.right1 {

    width: 30px;

    height: 60px;

    background: url(../images/right1.png);

    background-repeat: no-repeat; 

    background-size: 100% 100%; 

    cursor: pointer;

	position:absolute; 
	
	top: 136px; 
	
	right: 13px;

}