﻿@charset "utf-8";
/* CSS Document */


.head_frame {
	width: 100%;
	height: 50px;
	margin-bottom: 0px;
}

.header_img {
	min-width: 1280px;
	min-height: 444px;
	width:100%;
	height:auto;
/*	border:1px blue solid;*/
	margin:0px auto;
	background: url(../img/Firmenich/Slide_01.jpg) no-repeat center center;
	background-size: cover;
    margin-bottom:35px;
	
}

.brief {
	width: 1220px;
	height: 500px;
	border: 1px #dbdbdb solid;
	border-radius: 6px;
	background-color: #fff;
	margin: 0px auto;
}
.brief0 {
	position: relative;
}
.left, .right {
	width: 608px;
	height: 500px;
	float: left;
	list-style-type: none;
	display: inline-block;
	position: relative;
}
.mol {
	width: 100%;
	height: 400px;
/*	border: 1px violet solid;*/
	display: flex;
  justify-content: center;
  align-items: center;
}


.chem_name {
	width: 100%;
	height: 100px;
	text-align: center;
	line-height: 25px;
	font-size: 12px;
	color: #656565;
/*	border: 1px red solid;	*/
}

.chem_name span {
	color:#649B1C;
	
}

.right ul {
	list-style-type: none;
	position: relative;
}
.p_name {
	width: 100%;
	height: 50px;
	font-size: 30px;
	color: black;
	line-height: 50px;
	margin-top: 50px;
}
.e_name, .odor, .right .price span {
	width: 100%;
	height: 20px;
	font-size: 16px;
	color: #656565;
	line-height: 20px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.odor {
	color: #649B1C;
}
.cas, .fema, .mw, .struc, .right .price, .right .brand {
	width: 200px;
	height: 50px;
	font-size: 14px;
	color: #454545;
	border: 1px #dbdbdb solid;
	border-radius: 3px;
	text-align: center;
	line-height: 25px;
	margin-left: 15px;
	margin-top: 15px;
	float: left;
}
.cas, .struc, .right .price {
	margin-left: 0px;
}
.cas span, .fema span, .mw span, .struc span {
	color: #656565;
}
.right .price span {
	color: #9B1C55;
	font-weight: bold;
}
.right .sample, .right .buy {
	width: 120px;
	height: 40px;
	border: 1px #649B1C solid;
	position: absolute;
	top: 380px;
	left: 0px;
	text-align: center;
	line-height: 40px;
	border-radius: 2px;
	background-color: #649B1C;
	color: #fff;
	font-size: 16px;
	text-align: center;
}
.right .buy {
	left: 170px;
}
.brief0 .logo {
	position: absolute;
	right: 30px;
	top: 30px;
}
/*规格书1 - 非测部分 */

.spec_nontest, .spec_test, .download, .statement, .slide {
	width: 1220px;
	height: 100%;
	background-color: #fff;
	border-radius: 6px;
	margin: 35px auto 0px auto;
}

.td_left, .td_right {
	width: 30%;
	/*	border:1px blue solid;*/
	font-size: 18px;
	color: #333333;
	vertical-align: top;
	padding-left: 30px;
	padding-top: 5px;
	line-height: 30px;
}
.spec_nontest .td_right, .spec_test .td_right {
	width: 70%;/*	border:1px green solid;*/	
}
.td_right .item, .td_right .spec {
	padding-top: 5px;
	width: 246px;
	height: 40px;
	font-size: 14px;
	color: #649B1C;
	line-height: 30px;
	vertical-align: top;
}
.td_right .spec {
	width: 608px;
	color: #656565;
	padding-right: 30px;
}
.tips {
	position: absolute;
	right: 20px;
	top: 405px;
}
.download {
	border-radius: 0px;
	background-color: transparent;
}
/*.download td {
		background:#fff;	
}*/

.download td {
	width: 25%;
	height: 200px;
	border-radius: 6px;
	border: 1px #fff solid;
	background: #fff url("../img/btn_download.png") no-repeat;
	background-position: center center;
	background-size: 304px 200px;
	position: relative;
}
.download .dl3 {
	background: #fff url("../img/btn_demo.png") no-repeat;
}
.download .dl4 {
	background: #fff url("../img/btn_link.png") no-repeat;
}
.btn_dl {
	width: 80px;
	height: 25px;
	border: 1px #649B1C solid;
	position: absolute;
	top: 140px;
	left: 50%;
	margin-left:-40px;
	line-height: 25px;
	border-radius: 2px;
	background-color: #649B1C;
	color: #fff;
	font-size: 14px;
	text-align: center;
}
.fname, .fename {
	width: 100%;
	line-height: 30px;
	position: absolute;
	font-size: 16px;
	color: #454545;
	top: 50px;
	text-align: center;
}
.fename {
	top: 80px;
	font-size: 12px;
	color: #656565;
}
.statement .td_left, .statement .td_right {
	width: 50%;
	height: 30px;
}
.stmt_left, .stmt_right {
	vertical-align: top;
	font-size: 14px;
	color: #656565;
	padding: 10px 25px 15px 45px;
}
.stmt_left .focus, .stmt_right .focus {
	color: #649b1c;
}
.cs_link {
	position: fixed;
	bottom: 10px;
	right: 10px;
}
.cs_link img {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
