﻿/*资料1*/
.index-list{
    display: none;
}
.index-list:nth-of-type(1){
    display: block;
}
.tools{
    padding-bottom: 10.833%;
}
.tools li{
    float: left;
    width: 31.833%;
    position: relative;
    margin-right: 2.25%;
}
.tools li:last-child{
    margin: 0;
}
.tools li img{
    width: 100%;
}
.tools-black{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/tools-black.png) repeat;
}
.tools p{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;

}



/*2*/
.download li{
    border-bottom: 1px solid #e5e5e5;
    /*line-height: 80px;*/
    padding: 2.4% 0;
}
.download li:nth-of-type(1){
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}
.download li p{
    display: inline-block;
}
.downText a {
    color: #333;
}
.download li:hover .downText{
    color: #026bb9;
}
.downRg{
    float: right;
    /*width: 20%;*/
}
.downRg i{
    margin-right: 7px;
}
.down-see{
    margin-right: 25px;
}
.down-see i{
    width: 16px;
    height: 12px;
    background: url(../images/down-see.png) no-repeat 0px center;
}
.down-see:hover i{
    width: 16px;
    height: 12px;
    background: url(../images/down-see-act.png) no-repeat 0px center;
}
.down-load i{
    width: 11px;
    height: 12px;
    background: url(../images/down-load.png) no-repeat 0px center;
}
.down-load:hover i{
    width: 11px;
    height: 12px;
    background: url(../images/down-load-act.png) no-repeat 0px center;
}


/*3*/
.msds-ul li{
    float: left;
    width: 49%;
    background: #f5f5f5;
    padding: 46px 49px 114px 49px;
    padding: 3.8% 4% 9.5% 4%;
}
.msds-ul li:nth-of-type(2){
    float: right;
}
.msds-ul li h2{
    margin-bottom: 11px;
    margin-bottom: 2.22%;
}
.msds-ul>li>p{
    margin-top: 23px;
    margin-top: 4.67%;
}
.msdsIpt strong{
    display: block;
    width: 100%;
    color: #333;
    line-height: 43px;
    padding-top: 9px;
    padding-top: 1.8%;
}
.msdsIpt input[type=text]{
    width: 100%;
    /*line-height: 48px;*/
    border: 1px solid #dcdcdc;
    background: #fff;
    border-radius: 3px;
    padding: 3.2% 3%;
}
.browse{
    margin-top: 18px;
}
.browse a{
    color: #333;
}
.browse a input[type=radio]{
    margin-right: 10px;
    margin-top: -2px;
}
.msds-btn{
    width: 100%;
    /*line-height: 54px;*/
    padding: 3.25% 0;
    border-radius: 3px;
    margin-top: 7.11%;
}

.fichier-tab-big{
	width: 100%;
}
.fichier-tab-big h6{
	padding: 10px 0;
	font-size: 16px;
	color:#1d9b00;
	font-weight: 400;
}
.fichier-tab-big .fichier-tab{
	width: 100%;
	padding: 15px 0 16px;
	background: #f3f3f3;
	border-top: 1px solid #1d9b00;
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.fichier-tab li{
	font-size: 12px;
	color:#545454;
}
.docume-tab{
	width: 100%;
	padding: 15px 0 16px;
	display: flex;
	justify-content: space-around;
	align-items: center;
}