* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
html,
body {
	/*width: 100%;
	height: 100%;*/
	color: #333333;
	font-family: Segoe UI,SegoeUI,"Helvetica Neue",Helvetica,Arial,sans-serif;
	background: #f2f3f9;
	font-size: 12px;
}
li {
	list-style-type: none;
}

h2 {
	font-weight: normal;
	font-size: 20px;
}

img {
	border: 0px;
}

a {
	text-decoration: none;
	color: #333333;
}

a:focus {
	outline: none;
	-moz-outline: none;
}
.clearfix:after {
	content: '';
	clear: both;
	display: block;
}
.width_1260 {
	width: 1260px;
	margin: 0 auto;
}
.m_t_20 {
	margin-top: 20px;
}
.f_l {
	float: left;
}
.f_r {
	float: right;
}
.shield_bg {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 99;
	left: 0;
	top: 240px;
	background: rgba(0, 0, 0, .6);
	display: none;
}

/*头部样式开始*/
.header {
	padding-top: 20px;
	border-bottom: 1px solid #D6D6D6;
	background: #FFFFFF;
}
.header_box .logo_box {
	width: 195px;
	margin-top: 37px;
}
.ulwrapper .header_box .logo_box {
	width: 195px;
	margin-top: 0;
}
.header_box .logo_box div{
	position: relative;
}
.header_box .logo_box img {
	width: 195px;
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.header_box .logo_box div:last-child {
	margin-top: 5px;
}
.header_box .isearch_box {
	width: 685px;
	position: relative;
}
.ulwrapper .header_box .isearch_box {
	border: 2px solid #D51A1C;
	border-radius: 23px;
	width: 685px;
	position: relative;
	margin-left: 90px;
	display: flex;
	height: 45px;
}
.header_box .search_style {
	padding: 7px 0 10px;
}
.header_box .search_style .items {
	font-size: 14px;
	color: #333333;
	margin: 0 5px 0 15px;
	cursor: pointer;
	float: left;
	line-height: 20px;
	position: relative;
}
.header_box .search_style .items.active {
	color: #D51A1C;
}
.header_box .search_style .items.active:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-bottom: 10px solid #D51A1C;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -10px;
}
.header_box .search_style .items.active:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-bottom: 10px solid #ffffff;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -12.5px;
	z-index: 9;
}
.header_box .search_box_border {
	border: 2px solid #D51A1C;
	width: 685px;
	position: relative;
	display: flex;
	height: 45px;
}
.header_box .isearch_box .key_words_box {
	position: absolute;
	top: 50px;
	width: 100%;
	display: flex;
	align-items: center;
	padding-left: 15px;
	left: 0;
}
.header_box .isearch_box .key_words_box h1 {
	font-size: 12px;
	font-weight: normal;
	color: #999999;
}
.header_box .isearch_box  .key_words {
	display: flex;
	margin-left: 5px;
	flex-wrap: wrap;
	height: 20px;
	overflow: hidden;
}
.header_box .isearch_box .key_words div {
	margin: 0 10px;
	line-height: 20px;
	font-size: 12px;
	cursor: pointer;
	color: #999999;
}
.header_box .isearch_box .key_words div a {
	color: #999999;
}
.header_box .isearch_box .key_words div:hover {
	color: #333333;
}
.header_box .isearch_box  .key_words div:hover a{
	color: #333333;
}
.isearch_select_box {
	float: left;
	position: relative;
	height: 41px;
}
.isearch_select{
	height: 41px;
	width: 120px;
	padding-left: 15px;
	line-height: 41px;
	cursor: default;
	font-size: 13px;
}
.select_choice {
	width: 120px;
	background: #FFFFFF;
	box-shadow: 2px 2px 2px #CCCCCC;
	border: 1px solid #D6D6D6;
	border-radius: 2px;
	/*padding-top: 5px;*/
	position: absolute;
	left: 0;
	z-index: 9;
	top: 43px;
	display: none;
}
/*.select_choice_small {*/
/*top: 36px;*/
/*}*/
.select_choice li {
	padding-left: 15px;
	font-size: 13px;
	line-height: 31px;
	cursor: default;
}
.select_choice li:hover {
	background: #E9EFF7;
}
.isearch_select_box>i {
	position: absolute;
	font-size: 10px;
	right: 10px;
	top: 14px;
	z-index: 2;
	cursor: default;
}
.isearch_ipt {
	height: 35px;
	margin-top: 3px;
	border: none;
	outline: none;
	padding-left: 15px;
	flex: 1;
}
.ulwrapper .isearch_ipt {
	border-left: 1px solid #ABB7CD;
}
.search_box_content {
	width: 650px;
	background-color: #fff;
	font-size: 12px;
	border: 2px solid #E9E9E9;
	position: absolute;
	top: 43px;
	left: -2px;
	z-index: 399;
	display: none;
}
.ulwrapper .search_box_content {
	width: 503px;
	background-color: #fff;
	font-size: 12px;
	border: 2px solid #E9E9E9;
	position: absolute;
	top: 43px;
	left: 120px;
	z-index: 99;
	display: none;
}

.search_box_content ul li{
	line-height: 24px;
	cursor: pointer;
	padding: 0px 15px;
}
.search_box_content ul li:hover{
	background: #e6ecf2;
}
.isearch_btn {
	width: 75px;
	height: 41px;
	background: #D51A1C;
	display: block;
	text-align: center;
	line-height: 41px;
	cursor: pointer;
}
.ulwrapper  .isearch_btn {
	width: 100px;
	border-top-right-radius: 20.5px;
	border-bottom-right-radius: 20.5px;
}
.isearch_btn i {
	color: #FFFFFF;
	font-size: 25px;
}
.language_box .ul {
	height: 40px;
}
.language_box .ul .items > .box_shadow {
	height: 40px;
	/*padding: 0 10px 0 18px;*/
	background: #FFFFFF;
	font-size: 13px;
	padding-top: 5px;
}
.language_box .ul .items p>a.hover_a:hover {
	color: #d51a1c;
}
.language_box .ul .items .p1 {
	width: 140px;
}
.language_box .ul .items .p2 {
	width: 70px;
}
.language_box .ul .items div i {
	font-size: 18px;
	color: #8691a1;
	vertical-align: -2px;
}

.language_box .ul .items:hover .menu_box {
	display: block;
}
.language_box .ul .items.border {
	/*border: 1px solid #D6D6D6;*/
	border-bottom: none;
}
.menu_box {
	position: absolute;
	box-shadow: 0 0 10px 2px rgba(0,0,0,.1);
	top: 42px;
	padding-left: 20px;
	background: #FFFFFF;
	z-index: 399;
	padding-bottom: 10px;
	display: none;
	transform: translateX(-50%);
}
.menu_box1 {
	width: 200px;
	left: 50%;
	top: 45px;
	padding: 10px;
}

.menu_top {
	padding: 5px 0 15px;
	border-bottom: 1px solid #d6d6d6;
}
.menu_top .name{
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.menu_top .name p {
	font-size: 16px;
	font-weight: bold;
	max-width: 150px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.menu_top .name i {
	display: block;
	width: 15px;
	height: 15px;
	background-image: url("../png/zuanshi_v80c14f.png");
	background-size: cover;
	margin-left: 5px;
}
.menu_top a {
	color: #1470cc;
	font-size: 14px;
}
.menu_botton {
	margin: 0 -10px;
	padding-top: 10px;
}
.menu_botton .link_item {
	padding: 0 10px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
}
.menu_botton .link_item:hover {
	background: #F8F9FC;
}
.menu_box2 {
	width: 70px;
	left: 50%;
}
.menu_box ul {
	padding-bottom: 10px;
}
.menu_box ul li {
	line-height: normal;
	margin-top: 13px;
	font-size: 12px;
}
.menu_box ul li b {
	font-size: 14px;
}
.menu_box ul li a:hover {
	color: #D51A1C;
}
.nav_box {
	margin-top: 35px;
	display: flex;
	justify-content: space-between;
	height: 75px;
}
.nav_box>li {
	padding-bottom: 15px;
	position: relative;
	text-align: center;
}
.nav_box>li img {
	width: 40px;
	height: 40px;
	display: block;
	margin: 0 auto;
}
.nav_box>li:hover p,
.nav_box>li:hover .arrow{
	color: #D51A1C;
}
.nav_box li p {
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	position: relative;
	display: inline-block;
}
.nav_box li i.arrow {
	font-size: 16px;
	margin-top: 3px;
	margin-left: 3px;
}
.nav_box li:last-child p{
	border: none;
}
.nav_box li i {
	font-size: 19px;
	font-weight: normal;
}
.nav_box li i.new_icon {
	position: absolute;
	font-size: 30px;
	color: #ff0000;
	left: 50%;
	top: -10px;
	margin-left: 15px;
}
.nav_box li:hover ul {
	display: block;
}
.nav_box ul {
	position: absolute;
	top: 35px;
	left: 50%;
	padding-left: 30px;
	height: 85px;
	border: 1px solid #AAB7CC;
	background: #FFFFFF;
	z-index: 101;
	display: none;
	padding-top: 10px;
	width: 190px;
	margin-left: -95px;
}
.nav_box ul:before {
	content: '';
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-bottom: 10px solid #AAB7CC;
	position: absolute;
	left: 90px;
	top: -20px;
}
.nav_box ul:after {
	content: '';
	width: 0;
	height: 0;
	border: 9px solid transparent;
	border-bottom: 9px solid #FFFFFF;
	position: absolute;
	left: 91px;
	top: -17px;
}
.nav_box ul li {
	line-height: 35px;
	font-size: 13px;
	text-align: left;
}
.nav_box ul li a {
	display: block;
}
.nav_box ul li:hover a {
	color: #D51A1C;
}
.header_nav {
	position: relative;
}
.mi_drop_menu {
	position: absolute;
	left: 0;
	right: 0;
	background-color: #FFFFFF;
	top: 75px;
	z-index: 299;
	display: none;
	border-top: 1px solid #D6D6D6;
}
.mi_drop_menu_common {
	display: none;
}
/*头部样式结束*/

/*固定搜索框样式*/
.ulwrapper {
	height: 65px;
	background: #FFFFFF;
	padding-top: 10px;
	display: none;
	width: 100%;
}
.ulwrapperfixed {
	position: fixed;
	display: block;
	box-shadow: 0 5px 5px #CCCCCC;
	-webkit-box-shadow: 0 2px 5px #CCCCCC;
	-moz-box-shadow: 0 2px 5px #CCCCCC;
	-ms-box-shadow: 0 2px 5px #CCCCCC;
	-o-box-shadow: 0 2px 5px #CCCCCC;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#CCCCCC', Direction=180, Strength=5);
	top: 0;
	z-index: 999;
}
/*固定搜索框样式结束*/
/*新增banner样式*/
.for_new_banner_box {
	position: relative;
	padding-bottom: 20px;
}
.for_overflow {
	overflow: hidden;
	width: 100%;
}
.new_banner_box {
	height: 550px;
	background-position: top center;
	padding-top: 80px;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 8;
}
.for_new_banner_box .simply-countdown {
	position: relative;
	left: 50%;
	margin-left: 130px;
	display: flex;
	z-index: 9;
	padding-top: 24px;
	max-width: 250px;
}
.only_banner {
	height: 80px;
}
.for_new_banner_box .simply-section {
	width: 55px;
	height: 55px;
	background: rgba(0,0,0,.5);
	text-align: center;
	border-radius: 5px;
	margin-right: 7px;
	color: #ffffff;
}
.for_new_banner_box .simply-amount {
	font-size: 30px;
	font-weight: bold;
	line-height: 35px;
}
.for_new_banner_box .simply-word {
	font-size: 12px;
}

/*第一部分样式开始*/
.index_top_cont {
	padding: 15px 0;
	background: #ffffff;
	border: 1px solid #E5E5E5;
	position: relative;
	z-index: 9;
}
.catege_box {
	float: left;
	width: 280px;
	height: 400px;
	background: #FFFFFF;
	position: relative;
	padding-left: 10px;
}

.catege_box .title {
	height: 32px;
	line-height: 26px;
	font-size: 14px;
	border-bottom: 1px solid #e9eff7;
}
.catege_box .title i {
	font-size: 15px;
	margin-right: 5px;
}
.catege_box ul.category_1 {
	height: 359px;
	padding-top: 8px;
}
.catege_box .for_opc {
	position: relative;
}

.catege_box .category_1 li {
	height: 29px;
	line-height: 27px;
	font-size: 14px;
	display: flex;
	align-items: center;
	padding-right: 10px;
	flex-wrap: wrap;
	border: 1px solid #ffffff;
}
.catege_box .category_1 li:last-child {
	border-bottom: none;
}
.catege_box .category_1 li span {
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #b2bfd3;
	display: block;
	margin-left: 5px;
}
.catege_box .category_1 li.see_more_li>span {
	background: #ffffff;
}
.catege_box .category_1 li.see_more_li {
	color: #1470cc;
	border-top: 1px solid #e9eff7;
	margin-top: 7px;
	padding-top: 5px;
}
.catege_box .category_1 li.see_more_li i {
	font-size: 14px;
}
.catege_box .category_1 li p {
	margin-left: 10px;
	position: relative;
}
.catege_box .category_1 li p a {
	display: block;
}
.catege_box .category_1 li:hover {
	border: 1px solid #E5E5E5;
}
.catege_box .category_1 li:hover>p:after {
	content: '';
	width: 10px;
	height: 27px;
	display: block;
	left: 245px;
	background: #ffffff;
	position: absolute;
	z-index: 99;
	top: 0;
}
.catege_box .category_1 li:hover>p a{
	color: #D51A1C;
}
.catege_box .category_1 li:hover>span {
	background: #D51A1C;
}
.catege_box .category_1 li:hover>.category_2 {
	display: flex;
}
.catege_box .category_1.category_1_more {
	height: 432px;
	padding-left: 10px;
	position: absolute;
	width: 280px;
	background: #ffffff;
	top: -16px;
	left: 279px;
	z-index: 19;
	display: none;
	border: 1px solid #E5E5E5;
}
.catege_box .category_1 li.see_more_li:hover .category_1_more{
	display: block;
}
.catege_box .category_1 li.see_more_li:hover>p:after {
	content: '';
	width: 0;
}
.catege_box .category_1 li.see_more_li:hover {
	border: none;
	border-top: 1px solid #e9eff7;
}
.catege_box .category_1 li.see_more_li:hover span {
	background: none;
}
.catege_box .category_2 {
	position: absolute;
	height: 432px;
	width: 670px;
	background: #ffffff;
	top: -16px;
	left: 279px;
	z-index: 19;
	padding: 20px 0;
	display: none;
	border: 1px solid #E5E5E5;
	flex-direction: column;
}
.catege_box .category_1_more .category_2 {
	top: -1px;
}
.catege_box .category_top {
	flex: 1;
	overflow-y: auto;
}
.catege_box .category_top::-webkit-scrollbar {
	width:6px;
	height:10px;
}
.catege_box .category_top::-webkit-scrollbar-button {
	display: none;
	height: 40px;
}
.catege_box .category_top::-webkit-scrollbar-track {
	background: #e4e8eb;
}
.catege_box .category_top::-webkit-scrollbar-thumb{
	background:#AAB7CC;
	border-radius:3px;
}
.catege_box .category_top div {
	padding-left: 30px;
	width: 50%;
	font-size: 14px;
	border: none;
	float: left;
	line-height: 27px;
}
.catege_box .category_top div a {
	color: #333333;
}
.catege_box .category_top div a:hover {
	color: #D51A1C;
}
.category_2 .for_swiper {
	margin: 20px 30px 0;
	position: relative;
}
.for_swiper .swiper_btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 15px;
	height: 40px;
	line-height: 40px;
	color: #ffffff;
	background: rgba(0,0,0,.6);
	cursor: pointer;
	display: none;
	z-index: 88;
}
.for_swiper .left_btn {
	left: -15px;
}
.for_swiper .right_btn {
	right: -15px;
}
.category_2 .swiper-container {
	height: 140px;
}
.category_2 .swiper-slide {
	width: 190px;
	height: 138px;
	margin-right: 15px;
}
.category_2 .swiper-slide img {
	width: 190px;
	height: 138px;
}
.swiper_box {
	width: 705px;
	height: 400px;
	float: left;
	margin-left: 10px;
}
.swiper_box {
	position: relative;
}
.swiper_box img {
	width: 705px;
	height: 400px;
	display: block;
}
.swiper_box .btn_swiper {
	height: 70px;
	width: 25px;
	position: absolute;
	background: rgba(0,0,0,.7);
	line-height: 70px;
	text-align: center;
	top: 140px;
	z-index: 9;
	display: none;
	cursor: pointer;
}
.swiper_box .btn_swiper i {
	font-size: 15px;
	color: #FFFFFF;
}
.swiper_box:hover .btn_swiper {
	display: block;
}
.swiper_box .prev_btn {
	left: 0;
}
.swiper_box .next_btn {
	right: 0;
}
.swiper_box .pagination_box {
	position: absolute;
	width: 250px;
	left: 225px;
	bottom: 10px;
	height: 5px;
	border-radius: 2.5px;
	background: rgba(255,255,255,.3);
	z-index: 9;
}
.swiper_box .pagination {
	margin-top: -8px;
}
.swiper_box .swiper-pagination-bullet {
	/*width: 20%;*/
	height: 5px;
	display: inline-block;
	border-radius: 2.5px;
	background: rgba(255,255,255,.6);
}
.swiper_box .swiper-pagination-bullet-active {
	opacity: 1;
	background: #FFFFFF;
}
.sqmr_box {
	width: 250px;
	height: 400px;
	background: #FFFFFF;
	float: left;
	margin-left: 8px;
	position: relative;
	z-index: 8;
}
.sqmr_box .img_box {

}
.sqmr_box img {
	width: 235px;
	height: 60px;
	display: block;
	margin: 0 auto;
}

.quick_cont {
	width: 100%;
	background: #ffffff;
	padding: 0 17.5px 65px;
	border-top: none;
	min-height: 334px;
	position: relative;
}
.quick_cont p {
	padding: 20px 0 10px;
	color: #333333;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	border-bottom: none;
}
.quick_cont p i {
	font-size: 15px;
	color: #333333;
	margin-right: 5px;
	display: inline-block;
	font-weight: normal;
}
.quick_cont .inputs_box {
	padding: 0 0 20px;
}
.quick_cont .item {
	margin-top: 15px;
	border: 1px solid #e6e6e6;
	height: 34px;
	padding: 3.5px 0;
}
.quick_cont .item input {
	width: 100%;
	border: none;
	padding-left: 5px;
	height: 25px;
	outline: none;
}
.quick_cont .item input.short_input {
	width: 134px;
}
.quick_cont .item.hide_input {
	width: 100%;
	display: none;
}
.quick_cont .item select {
	width: 100%;
	border: none;
	height: 25px;
	outline: none;
}
.quick_cont .item select.short_select {
	width: 65px;
	height: 25px;
	margin-left: 7px;
	border: none;
	outline: none;
	border-left: 1px solid #e6e6e6;
}
.quick_cont .item.add_input select {
	margin-left: 0;
	border-left: none;
}
.quick_cont .add_input input.short_input {
	border-left: 1px solid #e6e6e6;
}
.quick_cont .item.textarea {
	height: 67px;
}
.quick_cont .item textarea {
	height: 60px;
	width: 100%;
	resize: none;
	padding: 3px 0;
	padding-left: 5px;
	font-family: Arial;
	outline: none;
	font-size: 12px;
	border: none;
}
.quick_cont .item input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	color: #999999;
}
.quick_cont .item input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #999999;
}
.quick_cont .item input::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #999999;
}
.quick_cont .item input:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #999999;
}
.quick_cont .item textarea::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	color: #999999;
}
.quick_cont .item textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #999999;
}
.quick_cont .item textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #999999;
}
.quick_cont .item textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #999999;
}
.quick_cont .btn_sub {
	text-align: center;
	bottom: 30px;
	position: absolute;
	left: 50%;
	margin-left: -50px;
}
.quick_cont .btn_sub a {
	width: 100px;
	height: 35px;
	display: inline-block;
	border-radius: 17.5px;
	line-height: 35px;
	background: #D51A1C;
	color: #ffffff;
	font-size: 14px;
	box-shadow: 2px 2px 5px #D51A1C;
}
.quick_cont .btn_sub a:hover {
	background: #B81C22;
}
.quick_cont .error_msg {
	color: #d51a1c;
	font-size: 12px;
	text-align: left;
	line-height: 14px;
	padding: 2px 2px;
	display: none;
}
.quick_cont .error_msg i {
	color: #d51a1c;
	font-size: 13px;
	margin-right: 5px;
}
/*第一部分样式结束*/
/*标题公用样式*/
.title_box {
	display: flex;
	align-items: center;
	padding: 15px 0 10px;
}
.title_box a {
	display: flex;
	align-items: center;
}
.title_box p {
	font-size: 26px;
	color: #333333;
	font-weight: bold;
	text-transform: uppercase;
}
.title_box h2 {
	font-size: 26px;
	color: #333333;
	font-weight: bold;
	text-transform: uppercase;
}
.title_box i {
	font-size: 24px;
	margin-left: 5px;
	font-weight: bold;
}
.title_box div {
	height: 5px;
	margin-left: 10px;
	background: url("../jpg/122_v632643.jpg") repeat-x;
	flex: 1;
}
/*标题公用样式结束*/

.article-ad {
	margin-top: 10px;
}
.article-ad img {
	height: 60px;
	width: 1260px;
	display: block;
}

.for_eu {
	background: #ffffff;
	margin-top: 25px;
	padding: 25px 20px;
}
.for_eu .title {
	border-bottom: 1px solid #E9EFF7;
	display: flex;
	padding-bottom: 20px;
	justify-content: space-between;
	align-items: center;
}
.for_eu .title div {
	display: flex;
	align-items: center;
}
.for_eu .title img {
	width: 25px;
	height: 25px;
}
.for_eu .title h2 {
	font-size: 26px;
	color: #333333;
	font-weight: bold;
	margin-left: 10px;
}
.for_eu .title a {
	font-size: 15px;
	color: #121737;
}
.for_eu .title p {
	font-size: 16px;
	color: #999999;
	margin-top: 10px;
}
.for_eu .commodity_cont {
	margin: 28px 0 0;
	display: flex;
}
.for_eu .commodity_cont li {
	width: 220px;
	margin-right: 30px;
}
.for_eu .commodity_cont li:last-child {
	margin-right: 0;
}
.commodity_cont li .img {
	position: relative;
}
.commodity_cont li .img img {
	width: 220px;
	height: 211px;
	display: block;
}
.commodity_cont li .img span {
	display: block;
	min-width: 50px;
	height: 25px;
	padding: 0 10px;
	line-height: 25px;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	background: #d4181c;
	position: absolute;
	top: 0;
	left: 0;
}
.commodity_cont li .img span:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-top: 25px solid #d4181c;
	border-right: 12.5px solid transparent;
	position: absolute;
	top: 0;
	right: -12px;

}
.commodity_cont li .name {
	font-size: 16px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-top: 5px;
}
.commodity_cont li .name .main_icon {
	display: inline-block;
	width: 18px;
	height: 18px;
	vertical-align: -2px;
	margin-right: 5px;
}
.commodity_cont li .items {
	display: flex;
	font-size: 14px;
	margin-top: 10px;
}
.commodity_cont li .items span {
	color: #999999;
}
.commodity_cont li .items p {
	margin-left: 3px;
}
.commodity_cont li .price {
	font-size: 16px;
	color: #d4181c;
	padding-top: 10px;
	margin-top: 10px;
	border-top: 1px solid #dee2e5;
	font-weight: bold;
}
.commodity_cont li .price span {
	font-size: 14px;
	color: #999999;
	text-decoration: line-through;
	font-weight: normal;
}

/*第二部分活动样式开始*/
.article_coatings {
	margin-top: 25px;
}
.common_style_coatings .cont {
	display: flex;
}
.common_style_coatings .cont .img_box {
	width: 285px;
	height: 300px;
	position: relative;
}
.common_style_coatings .cont .img_box img{
	width: 285px;
	height: 300px;
}
.common_style_coatings .cont .img_box:hover div {
	display: block;
}
.common_style_coatings .cont .img_box div {
	position: absolute;
	padding: 50px 30px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,.3);
	display: none;
}
.common_style_coatings .cont .img_box div span {
	font-size: 18px;
	color: #ffffff;
	line-height: 28px;
}
.common_style_coatings .cont ul {
	display: flex;
	flex-wrap: wrap;
	background: #ffffff;
	flex: 1;
	border-bottom: 1px solid #E5E5E5;
}
.common_style_coatings .cont ul li {
	width: 325px;
	height: 150px;
	position: relative;
	padding: 20px;
	border-right: 1px solid #E5E5E5;
	border-top: 1px solid #E5E5E5;
}
.common_style_coatings .cont ul li .name {
	font-size: 15px;
	color: #333333;
	line-height: 21px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	max-height: 42px;
}
.common_style_coatings .cont ul li .price {
	color: #D51A1C;
	line-height: 26px;
	font-size: 14px;
}
.common_style_coatings .cont ul li .price b {
	font-size: 16px;
}
.common_style_coatings .cont ul li>img {
	width: 80px;
	height: 80px;
	position: absolute;
	bottom: 2px;
	right: 2px;
}
.common_style_coatings .cont ul li div {
	margin-top: 5px;
	text-align: center;
}
.common_style_coatings .cont ul li div img {
	display: block;
	margin: 0 auto;
	margin-bottom: 17px;
}
.common_style_coatings .cont ul li div p {
	font-size: 18px;
	font-weight: bold;
	color: #333333;
}
.common_style_coatings .cont ul li div a:hover p {
	color: #D51A1C;
}
.common_related_box {
	margin-top: 10px;
	overflow: hidden;
	height: 20px;
}
.common_related_box h3 {
	font-size: 13px;
	color: #777777;
	margin-right: 50px;
	margin-top: 3px;
	float: left;
	font-weight: normal;
}
.common_related_box h3:hover {
	color: #1470cc;
}
.article_api {
	margin-top: 10px;
}
/*第二部分活动样式结束*/
/*第三部分样式开始*/
.common_style_food {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.common_style_food>div {
	width: 615px;
	margin-top: 5px;
}
.common_style_food  .cont {
	display: flex;
}
.common_style_food  .cont .img_box {
	width: 200px;
	height: 300px;
	position: relative;
}
.common_style_food  .cont .img_box img{
	width: 200px;
	height: 300px;
}
.common_style_food  .cont .img_box:hover div {
	display: block;
}
.common_style_food  .cont .img_box div {
	position: absolute;
	padding: 40px 25px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,.3);
	display: none;
}
.common_style_food  .cont .img_box div span {
	font-size: 18px;
	color: #ffffff;
	line-height: 28px;
}
.common_style_food  .cont ul {
	display: flex;
	flex-wrap: wrap;
	background: #ffffff;
	flex: 1;
	border-bottom: 1px solid #E5E5E5;
}
.common_style_food  .cont ul li {
	width: 207.5px;
	height: 150px;
	position: relative;
	padding: 15px;
	border-right: 1px solid #E5E5E5;
	border-top: 1px solid #E5E5E5;
}
.common_style_food  .cont ul li .name {
	font-size: 16px;
	color: #333333;
	line-height: 26px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.main_icon {
	display: inline-block;
	width: 18px;
	height: 18px;
	vertical-align: -2px;
	margin-right: 5px;
	background-image: url("https://static-www.echemi.com/static_v3/images/common/main_v3a26b7.svg");
}
.common_style_food  .cont ul li .price {
	color: #D51A1C;
	line-height: 26px;
	font-size: 14px;
}
.common_style_food  .cont ul li .price b {
	font-size: 16px;
}
.common_style_food  .cont ul li>img {
	width: 80px;
	height: 80px;
	position: absolute;
	bottom: 2px;
	right: 2px;
}
/*第三部分样式结束*/

.index_add_box1 .flex {
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
}
.index_add_box1 .flex_item {
	width: 400px;
	height: 120px;
	background: #f8f9fc;
	border: 1px solid #f1f1f1;
	padding: 18px;
}
.index_add_box1 .flex_item .title a {
	font-size: 16px;
	font-weight: bold;
	color: #101636;
	margin-left: 3px;
}
.index_add_box1 .flex_item .title i {
	font-size: 20px;
	color: #101636;
}
.index_add_box1 .flex_item p {
	font-size: 13px;
	color: #5D77A8;
	margin-top: 5px;
}

	/*活动样式开始*/
.activity {
	margin-top: 30px;
	background: url("../jpg/h-9_v34d40f.jpg");
	height: 330px;
	display: flex;
	padding: 25px 0;
}
.activity>div {
	width: 50%;
	height: 280px;
}
.activity>div .view_more {
	width: 150px;
	height: 45px;
	text-align: center;
	background: #ffffff;
	line-height: 45px;
	border-radius: 22.5px;
	display: block;
	font-size: 16px;
	color: #D51D1F;
	position: absolute;
	bottom: 25px;
}
.activity .left_text {
	padding-left: 110px;
	position: relative;
}
.activity .left_text p {
	font-size: 35px;
	line-height: 50px;
	font-weight: bold;
	color: #ffffff;
	margin-top: 25px;
}
.activity .left_text ul {
	margin-top: 15px;
}
.activity .left_text ul li {
	font-size: 18px;
	color: #ffffff;
	line-height: 30px;
}
.activity>div.cont {
	width: 540px;
	border-radius: 5px;
	background: #ffffff;
	margin-left: 15px;
}
.activity>div.cont .swiper-container {
	height: 100%;
}
.activity>div.cont .top_slide {
	display: flex;
	height: 35px;
	align-items: center;
	border-bottom: 1px solid #E1E1E1;
}
.activity>div.cont .top_slide p {
	padding: 0 15px 0 20px;
	border-right: 1px solid #E1E1E1;
	font-size: 14px;
}
.activity>div.cont .top_slide .simply-countdown {
	display: flex;
	padding-left: 10px;
	font-size: 14px;
	color: #1F88E4;
}
.activity>div.cont .top_slide .simply-countdown .simply-section {
	padding: 0 3px;
	font-size: 14px;
}
.activity>div.cont .middle_slide {
	display: flex;
}
.activity>div.cont .middle_slide .img_box {
	width: 210px;
	height: 195px;
	text-align: center;
	border-right: 1px solid #E1E1E1;
	border-bottom: 1px solid #E1E1E1;
}
.activity>div.cont .middle_slide .img_box img {
	width: 170px;
	height: 170px;
	margin-top: 12.5px;
}
.activity>div.cont .middle_slide .detail_box {
	width: 330px;
	padding: 15px 20px 0;
	height: 195px;
	position: relative;
}
.activity>div.cont .name {
	font-size: 18px;
	font-weight: bold;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.activity>div.cont .cas {
	color: #999999;
	margin-top: 10px;
	font-size: 14px;
}
.activity>div.cont .price_box {
	display: flex;
	border-top: 1px solid #E1E1E1;
	border-bottom: 1px solid #E1E1E1;
	margin-top: 25px;
}
.activity>div.cont .price_box .items {
	display: flex;
	padding: 10px 0;
	align-items: center;
}
.activity>div.cont .price_box .items:last-child {
	margin-left: 20px;
	border-left: 1px solid #E1E1E1;
	padding-left: 20px;
}
.activity>div.cont .price_box .items .grey {
	color: #999999;
	font-size: 12px;
}
.activity>div.cont .price_box .items p {
	font-size: 14px;
	margin-left: 10px;
}
.activity>div.cont .price_box .items p span {
	font-size: 16px;
	color: #D51A1C;
}
.activity>div.cont .progress {
	position: absolute;
	bottom: 15px;
	height: 4px;
	background: #eef2f5;
	width: calc(100% - 40px);
}
.activity>div.cont .progress .sold_out {
	height: 4px;
	position: absolute;
	left: 0;
	top: 0;
	background: #253F8E;
}
.activity>div.cont .sold_out.special {
	right: 0px;
	left: auto;
}
.activity>div.cont .sold_out.group {
}
.activity>div.cont .progress .sold_out.time {
	right: 0;
	left: auto;
}
.activity>div.cont .progress span {
	display: block;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #ffffff;
	position: absolute;
	top: -5px;
	margin-left: -7px;
}
.activity>div.cont .progress p {
	height: 25px;
	line-height: 25px;
	padding: 0 5px;
	background: #333333;
	color: #ffffff;
	position: absolute;
	bottom: 18px;
	border-radius: 2px;
	transform: translateX(-50%);
}
.activity>div.cont .progress p.special {
	transform: translateX(40%);
}
.activity>div.cont .progress p.time {
	transform: translateX(40%);
}
.activity>div.cont .progress p:after {
	content: '';
	width: 0;
	height: 0;
	border: 4px solid transparent;
	border-top: 4px solid #333333;
	position: absolute;
	bottom: -8px;
	left: 50%;
	margin-left: -4px;
}
.swiper_bottom {
	display: flex;
	justify-content: flex-end;
}
.swiper_bottom .shop_now i {
	margin-right: 5px;
}
.swiper_bottom .shop_now {
	height: 40px;
	width: 290px;
	background: #D51A1C;
	color: #ffffff;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
	margin-right: 20px;
}
.swiper_bottom .shop_now:hover {
	background: #B81C22;
}
.activity>div.cont .pagination_box {
	display: flex;
	width: 210px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #ffffff;
	z-index: 9;
	border-bottom-left-radius: 5px;
	border-right: 1px solid #ecf1f5;
}
.activity>div.cont .pagination_box div {
	width: 45px;
	height: 50px;
	text-align: center;
	line-height: 50px;
}
.activity>div.cont .pagination_box div i {
	font-size: 15px;
	color: #B6B6B6;
}
.activity>div.cont .pagination_box .paginate {
	width: 120px;
	height: 50px;
	border-left: 1px solid #E1E1E1;
	border-right: 1px solid #E1E1E1;
}
.pagination_box .paginate .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	opacity: 1;
	background: #F2F3F9;
	margin: 0 5px;
}
.pagination_box .paginate .swiper-pagination-bullet-active {
	background: #999999;
}

/*活动样式结束*/

.ad_middle {
	margin-top: 35px;
	height: 70px;
	display: flex;
	justify-content: space-between;
}
.ad_middle img {
	width: 615px;
	height: 70px;
}
.ad_middle div {
	position: relative;
}
.ad_middle div p {
	position: absolute;
	top: 50%;
	width: 100%;
	padding: 0 30px;
	color: #ffffff;
	font-size: 16px;
	line-height: 20px;
	transform: translateY(-50%);
	left: 0;
	text-align: center;
}
/*第四部分分析样式开始*/
.article_analysis {
	margin-top: 5px;
}
.analysis_cont {
	/*padding-top: 35px;*/
}
.analysis_cont ul li{
	width: 300px;
	overflow: hidden;
	height: 340px;
	border: 1px solid #E5E5E5;
	background: #FFFFFF;
	float: left;
	margin-right: 20px;
	padding: 0 15px;
}
.analysis_cont ul li:last-child {
	margin-right: 0;
}
.analysis_cont .info_box {
	padding: 13px 0;
	font-size: 14px;
	border-bottom: 1px solid #f2f3f9;
}
.analysis_cont .info_box p.name {
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
}
.analysis_cont .info_box p.name:hover a {
	color: #D51A1C;
}
.analysis_cont .info_box p.cs_no {
	line-height: 28px;
}
.analysis_cont .info_box p.cs_no span {
	color: #999999;
}
.analysis_cont .intro_text {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	font-size: 13px;
	height: 36px;
	color: #999999;
	margin-top: 12px;
}
.analysis_cont .echart_box {
	margin-top: 5px;
	width: 270px;
	height: 200px;
	margin-left: -5px;
}
/*第四部分分析样式结束*/
/*第五部分最近询盘样式开始*/
.article_inquiry {
	margin-top: 15px;
}
.article_inquiry>ul>li {
	width: 615px;
}
.article_inquiry>ul>li .com_box {
	height: 332px;
	width: 615px;
	border: 1px solid #E5E5E5;
	background: #FFFFFF;
}
.article_inquiry .exhibiton_box {
	display: flex;
}
.article_inquiry .exhibiton_box .img_box {
	width: 200px;
	height: 330px;
	position: relative;
}
.article_inquiry .exhibiton_box img {
	width: 200px;
	height: 330px;
}
.article_inquiry .exhibiton_box .img_box p {
	position: absolute;
	font-size: 18px;
	color: #ffffff;
	top: 90px;
	width: 100%;
	padding: 0 26px;
	line-height: 35px;
	text-align: center;
}
.article_inquiry .exhibiton_box .cont {
	width: calc(100% - 200px);
	padding: 0 11px;
}
.article_inquiry .exhibiton_box .cont .text {
	height: 55px;
	border-bottom: 1px solid #E1E1E1;
	font-size: 14px;
	line-height: 55px;
	color: #999999;
}
.article_inquiry .exhibiton_box .cont ul {
	max-height: 264px;
	overflow: hidden;
}
.article_inquiry .exhibiton_box .cont ul li {
	padding: 0 5px;
	line-height: 44px;
	font-size: 14px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.article_inquiry .exhibiton_box .cont ul li:first-child {
	line-height: 20px;
	margin-top: 15px;
}
.article_inquiry .exhibiton_box .cont ul li p {
	font-size: 13px;
	color: #999999;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	max-height: 40px;
	white-space: normal;
	margin-top: 6px;
	margin-bottom: 6px;
}
.article_inquiry .exhibiton_box .cont ul li a:hover {
	color: #D51A1C;
}
.article_inquiry .inquiry_box .text {
	width: 590px;
	margin: 0 auto;
	height: 55px;
	border-bottom: 1px solid #E1E1E1;
	font-size: 14px;
	line-height: 55px;
	color: #333333;
}
.article_inquiry .inquiry_box .text span {
	color: #D51A1C;
}

.content_ul_inquiry {
	width: 590px;
	margin: 0 auto;
	height: 275px;
	overflow: hidden;
	position: relative;
}
.content_ul_inquiry li {
	padding: 0 10px;
	position: absolute;
	top: 0;
	width: 100%;
}
.content_ul_inquiry .swiper_slide {
	overflow: hidden;
	height: 55px;
	line-height: 55px;
	font-size: 13px;
}
.content_ul_inquiry .swiper_slide>p {
	float: left;
	width: 160px;
	text-align: center;
}
.content_ul_inquiry .swiper_slide img {
	display: block;
	height: 30px;
	width: 40px;
	margin-left: 25px;
	float: left;
	border: 1px solid #F1F1F1;
	margin-top: 14px;
}
.content_ul_inquiry .swiper_slide div {
	margin-top: 7px;
	width: 175px;
	line-height: 22px;
	font-size: 14px;
	float: left;
}
.content_ul_inquiry .swiper_slide div p {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}
.content_ul_inquiry .swiper_slide div:hover p{
	color: #D51A1C;
}
.for_hotSearch_bg {
	margin-top: 25px;
	padding: 20px 0 50px;
	background: #EDEEF6;
	border-top: 1px solid #E5E5E5;
}
dl.hot_search{
	display: flex;
	flex-wrap: wrap;
}
dl.hot_search dt {
	font-weight: bold;
}
dl.hot_search dt,
dl.hot_search dd a{
	display: block;
	margin-top: 10px;
	margin-right: 30px;
	font-size: 12px;
	color: #999999;
	line-height: 1;
}
dl.hot_search dd a:hover{
	color: #333333;
}

.index_add_box2 .add_title{
	font-size: 20px;
	margin-top: 25px;
	font-weight: bold;
}
.index_add_box2 .flex {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}
.index_add_box2 .flex_item {
	width: 370px;
}
.index_add_box2 .flex_item img {
	width: 40px;
	margin-bottom: 5px;
}
.index_add_box2 .flex_item .title {
	font-size: 16px;
	font-weight: bold;
}
.index_add_box2 .flex_item p {
	font-size: 13px;
	color: #555555;
	margin-top: 8px;
}

/*第五部分最近询盘样式结束*/
.article_banner {
	margin-top: 60px;
}
.article_banner a {
	display: block;
	float: left;
}
.article_banner a:last-child {
	margin-left: 30px;
}
.article_banner img {
	width: 615px;
	height: 70px;
}

/*底部样式开始*/
.index_footer {
	margin-top: 0;
	background: #313d51;
	padding-top: 55px;
	position: relative;
	min-width: 1260px;
}
.width_1050 {
	width: 1050px;
	margin: 0 auto;
}
.index_footer .tip {
	text-align: center;
	color: #AAB7CC;
	font-size: 14px;
	line-height: 22px;
}
.index_footer .input_box {
	width: 650px;
	margin: 0 auto;
	margin-top: 10px;
}
.index_footer .input_box input {
	height: 45px;
	width: 535px;
	float: left;
	padding-left: 15px;
	background: #445268;
	outline: none;
	font-size: 14px;
	border: 1px solid #AAB7CC;
	color: #AAB7CC;
}
.index_footer .input_box input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	color: #AAB7CC;
}
.index_footer .input_box input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #AAB7CC;
}
.index_footer .input_box input::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #AAB7CC;
}
.index_footer .input_box input:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #AAB7CC;
}
.index_footer .input_box .subscribe_btn {
	width: 115px;
	text-align: center;
	height: 45px;
	border-bottom-right-radius: 2px;
	border-top-right-radius: 2px;
	line-height: 45px;
	float: left;
	background: #AAB7CC;
	color: #313d51;
	font-size: 14px;
	position: relative;
	cursor: pointer;
}
.index_footer .input_box .subscribe_btn:after {
	content: '';
	display: block;
	position: absolute;
	border: 8px solid transparent;
	border-right: 10px solid #AAB7CC;
	left: -19px;
	top: 14px;
}

.index_footer .icon_box {
	padding: 30px 0;
	text-align: center;
	color: #AAB7CC;
}
.index_footer .icon_box span {
	display: inline-block;
	vertical-align: 5px;
	font-size: 13px;
}
.index_footer .icon_box i {
	font-size: 30px;
	margin-left: 25px;
	color: #FFFFFF;
}
.index_footer .icon_box i:hover {
	color: #AAB7CC;
}
.index_footer .group_box {
	margin-bottom: 25px;
	text-align: center;
	color: #AAB7CC;
	font-size: 12px;
}
.index_footer .group_box a {
	color: #AAB7CC;
	margin: 0 7px;
}
.index_footer .company_box {
	text-align: center;
	margin-bottom: 25px;
}
.index_footer .company_box span {
	color: #AAB7CC;
	font-size: 12px;
}
.index_footer .company_box a {
	display: inline-block;
	padding: 0 7px 0 5px;
	font-size: 12px;
	color: #AAB7CC;
	border-right: 1px solid #AAB7CC;
}
.index_footer .company_box div {
	display: inline-block;
	margin-left: 10px;
}
.index_footer .company_box div a{
	border-right: none;
}
.index_footer .company_box div a:last-child {
	border-right: 1px solid #AAB7CC;
	padding-right: 10px;
}
.index_footer .company_box div a:first-child {
	border-left: 1px solid #AAB7CC;
	padding-left: 10px;
}
.index_footer .company_box a:hover {
	color: #FFFFFF;
}
.index_footer .company_box a:last-child {
	border-right: none;
}
.footer_box2 {
	color: #AAB7CC;
	font-size: 12px;
	text-align: center;
	margin-bottom: 15px;
}
.index_footer p.reference {
	color: #AAB7CC;
	text-align: center;
	padding-bottom: 10px;
}
.index_footer p.reference a {
	color: #AAB7CC;
}

/*建议弹出框样式开始*/
.suggestions_dialog {
	display: none;
	position: fixed;
	width: 600px;
	left: 50%;
	top: 50%;
	margin-left: -300px;
	margin-top: -180px;
	z-index: 101;
	background: #FFFFFF;
	padding: 15px 40px 25px;
}
.suggestions_dialog .title {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 10px;
}
.suggestions_dialog .close_icon {
	position: absolute;
	right: -35px;
	color: #FFFFFF;
	font-size: 25px;
	top: 0;
	cursor: pointer;
}
.suggestions_dialog .label {
	font-size: 14px;
	margin-top: 20px;
}
.suggestions_dialog input {
	width: 100%;
	height: 35px;
	padding-left: 10px;
	outline: none;
	margin-top: 5px;
	font-size: 12px;
	border: 1px solid #999999;
}
.suggestions_dialog input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	color: #999;
}
.suggestions_dialog input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #999;
}
.suggestions_dialog input::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #999;
}
.suggestions_dialog input:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #999;
}
.suggestions_dialog input.error_ipt{
	border: 1px solid #d51a1c !important;
	box-shadow: 0px 0px 3px #d51a1c;
}
.suggestions_dialog textarea {
	width: 100%;
	height: 90px;
	resize: none;
	outline: none;
	padding: 5px 10px;
	margin-top: 5px;
	font-size: 12px;
	border: 1px solid #999999;
}
.suggestions_dialog .textarea {
	width: 100%;
	height: 90px;
	outline: none;
	padding: 5px 10px;
	margin-top: 5px;
	font-size: 12px;
	border: 1px solid #D6D6D6;
	overflow: hidden;
	overflow-y: auto;
}
.suggestions_dialog textarea.error_ipt {
	border: 1px solid #d51a1c !important;
	box-shadow: 0px 0px 3px #d51a1c;
}
.suggestions_dialog .textarea p {
	color: #999999;
}

.suggestions_dialog .textarea::-webkit-scrollbar {
	width:6px;
	height:10px;
}
.suggestions_dialog .textarea::-webkit-scrollbar-button {
	display: none;
	height: 40px;
}
.suggestions_dialog .textarea::-webkit-scrollbar-track {
	background: #e4e8eb;
}
.suggestions_dialog .textarea::-webkit-scrollbar-thumb{
	background:#AAB7CC;
	border-radius:3px;
}


.suggestions_dialog .errormsg_suggestion {
	line-height: 22px;
	color: #d51a1c;
	margin: 5px 0 0 0;
	font-size: 12px;
}
.suggestions_dialog .errormsg_suggestion i {
	font-size: 13px;
	margin-right: 4px;
}
.suggestions_dialog .btn_send {
	width: 120px;
	height: 30px;
	text-align: center;
	margin: 0 auto;
	margin-top: 25px;
	line-height: 30px;
	background: #D51A1C;
	color: #FFFFFF;
	font-size: 13px;
	cursor: pointer;
	border-radius: 2px;
}
.suggestions_dialog .btn_send:hover {
	background: #b81c22;
}
.shield_suggestion {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 100;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, .6);
}

/*侧边栏样式开始*/
.aside_box {
	position: fixed;
	right: 5px;
	top: 50%;
	margin-top: -80px;
	text-align: center;
	z-index: 15;
}
.aside_box .aside_btn {
	width: 40px;
	height: 40px;
	font-size: 12px;
	color: #FFFFFF;
	padding-top: 8px;
	background: #4B667B;
	cursor: pointer;
	position: relative;
	margin-top: 5px;
	border-radius: 2px;
}
.aside_box .go_top {
	padding-top: 5px;
}
.aside_box .aside_btn i {
	font-size: 24px;
}
.aside_box .go_top i {
	font-size: 16px;
}
.aside_btn div.tips {
	position: absolute;
	right: 40px;
	top: 0;
	background: #4B667B;
	height: 40px;
	line-height: 40px;
	padding: 0px 10px;
	white-space: nowrap;
	display: none;
	color: #FFFFFF;
	font-size: 12px;
	border-radius: 2px;
}
.aside_box .aside_btn:hover .tips {
	display: block;
}
.aside_box .aside_btn a{
	display: block;
	height: 40px;
	width: 40px;
	position: absolute;
	top: 0;
	left: 0;
}
/*首页特有RFQ侧边栏导航链接样式开始*/
.aside_box .aside_btn_special {
	width: 45px;
	height: 30px;
	font-size: 12px;
	color: #FFFFFF;
	padding-top: 8px;
	background: #D51A1C;
	cursor: pointer;
	position: absolute;
	bottom: -35px;
	right: 0px;
}
.aside_box .aside_btn_special:before {
	content: '';
	height: 30px;
	width: 30px;
	position: absolute;
	left: -15px;
	top: 0;
	background: #D51A1C;
	border-radius: 50%;
	z-index: 0;
}
.aside_box .aside_btn_special i {
	font-size: 40px;
	display: inline-block;
	margin-top: -14px;
	position: relative;
	z-index: 1;
}

/*首页特有RFQ侧边栏导航链接样式结束*/
/*鼠标滚动时 各模块动画出现*/
.article-common{
	opacity: 1;
}
.article-m0{
	animation:upToBack 0.8s ease-out 0s forwards;
	-webkit-animation:upToBack 0.8s ease-out 0s forwards;
	-moz-animation:upToBack 0.8s ease-out 0s forwards;
	-o-animation:upToBack 0.8s ease-out 0s forwards;
	-ms-animation:upToBack 0.8s ease-out 0s forwards;
}
.article-m1,
.article-m2,
.article-m3,
.article-m4,
.article-m5,
.article-m6,
.article-m7{
	animation:upToBackLonger 0.8s ease-out 0s forwards;
	-webkit-animation:upToBackLonger 0.8s ease-out 0s forwards;
	-moz-animation:upToBackLonger 0.8s ease-out 0s forwards;
	-o-animation:upToBackLonger 0.8s ease-out 0s forwards;
	-ms-animation:upToBackLonger 0.8s ease-out 0s forwards;
}
@keyframes upToBack{
	from{
		-webkit-transform:translate3d(0,50px,0);
		-moz-transform:translate3d(0,50px,0);
		-o-transform:translate3d(0,50px,0);
		-ms-transform:translate3d(0,50px,0);
		transform:translate3d(0,50px,0);
		opacity:0;
	}
	to{
		opacity:1;
	}
}
@-webkit-keyframes upToBack{
	from{
		-webkit-transform:translate3d(0,50px,0);
		-moz-transform:translate3d(0,50px,0);
		-o-transform:translate3d(0,50px,0);
		-ms-transform:translate3d(0,50px,0);
		transform:translate3d(0,50px,0);
		opacity:0;
	}
	to{
		opacity:1;
	}
}
@-moz-keyframes upToBack{
	from{
		-webkit-transform:translate3d(0,50px,0);
		-moz-transform:translate3d(0,50px,0);
		-o-transform:translate3d(0,50px,0);
		-ms-transform:translate3d(0,50px,0);
		transform:translate3d(0,50px,0);
		opacity:0;
	}
	to{
		opacity:1;
	}
}
@-o-keyframes upToBack{
	from{
		-webkit-transform:translate3d(0,50px,0);
		-moz-transform:translate3d(0,50px,0);
		-o-transform:translate3d(0,50px,0);
		-ms-transform:translate3d(0,50px,0);
		transform:translate3d(0,50px,0);
		opacity:0;
	}
	to{
		opacity:1;
	}
}
@keyframes upToBackLonger{
	from{
		-webkit-transform:translate3d(0,80px,0);
		-moz-transform:translate3d(0,80px,0);
		-o-transform:translate3d(0,80px,0);
		-ms-transform:translate3d(0,80px,0);
		transform:translate3d(0,80px,0);
		opacity:0;
	}
	to{
		opacity:1;
	}
}
@-webkit-keyframes upToBackLonger{
	from{
		-webkit-transform:translate3d(0,80px,0);
		-moz-transform:translate3d(0,80px,0);
		-o-transform:translate3d(0,80px,0);
		-ms-transform:translate3d(0,80px,0);
		transform:translate3d(0,80px,0);
		opacity:0;
	}
	to{
		opacity:1;
	}
}
@-moz-keyframes upToBackLonger{
	from{
		-webkit-transform:translate3d(0,80px,0);
		-moz-transform:translate3d(0,80px,0);
		-o-transform:translate3d(0,80px,0);
		-ms-transform:translate3d(0,80px,0);
		transform:translate3d(0,80px,0);
		opacity:0;
	}
	to{
		opacity:1;
	}
}
@-o-keyframes upToBackLonger{
	from{
		-webkit-transform:translate3d(0,80px,0);
		-moz-transform:translate3d(0,80px,0);
		-o-transform:translate3d(0,80px,0);
		-ms-transform:translate3d(0,80px,0);
		transform:translate3d(0,80px,0);
		opacity:0;
	}
	to{
		opacity:1;
	}
}
echemi-captcha {
	margin-top: 20px;
}
