﻿/*
2019-12-20 
*/

* {
	margin: 0;
	padding: 0;
}
body{
	font-family: Arial, "microsoft yahei";
}
a {
	text-decoration: none;
	color: #333;
	cursor: pointer;
}

li {
	list-style: none;
}

.head_top {
	width: 100%;
	background-color: #f6f6f6;
	line-height: 36px;
}

.head_top a:hover {
	color: #FF8300;
}

.head_top-topArea {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

.head_top_logo {
	font-size: 14px;
}

.head_top_logo img {
	float: left;
	margin-right: 10px;
}

.head_top_r {
	position: absolute;
	right: 0;
	top: 0;
	list-style: none;
}

.head_top_r li {
	float: left;
	line-height: 36px;
}

.head_top_r li a {
	border-right: 1px solid #dcdcdc;
	padding: 0 20px;
	font-size: 12px;
	color: #333;
}

.head_top_dropdown_l {
	position: absolute;
	top: 34px;
	left: 190px;
	background-color: #fff;
	z-index: 9999;
	border: 1px solid #dcdcdc;
	border-top: none;
	display: none;
	width: 89px;
}

.head_top_dropdown_r {
	position: absolute;
	top: 34px;
	left: 279px;
	background-color: #fff;
	z-index: 9999;
	border: 1px solid #dcdcdc;
	border-top: none;
	display: none;
	width: 89px;
}

.head_top_dropdown_l li,
.head_top_dropdown_r li {
	clear: both;
}

.head_top_dropdown_l a,
.head_top_dropdown_r a {
	border-right: none !important;

}

.head_top_nav_menu_f:hover {
	background-color: #fff;
	border-right: 1px solid #dcdcdc;
	border-left: 1px solid #dcdcdc;

}

.head_top_menu_r:hover {
	background-color: #fff;
	border-right: 1px solid #dcdcdc;
	border-left: 1px solid #dcdcdc;

}

.head_top_nav_menu_f:hover .head_top_dropdown_l {
	display: block;

}

.head_top_menu_r:hover .head_top_dropdown_r {
	display: block;
}

.head_top_icon_l {
	border-top: #FF8300 4px solid;
	border-right: #f6f6f6 4px solid;
	border-bottom: #f6f6f6 4px solid;
	border-left: #f6f6f6 4px solid;
	font-size: 0px;
	right: 100px;
	width: 0px;
	line-height: 0;
	position: absolute;
	top: 18px;
	height: 0px;
	-webkit-transition: -webkit-transform .2s ease-in;
	-moz-transition: -webkit-transform .2s ease-in;
	-o-transition: -webkit-transform .2s ease-in;
	transition: -webkit-transform .2s ease-in;
}

.head_top_icon_r {
	border-top: #FF8300 4px solid;
	border-right: #f6f6f6 4px solid;
	border-bottom: #f6f6f6 4px solid;
	border-left: #f6f6f6 4px solid;
	font-size: 0px;
	right: 10px;
	width: 0px;
	line-height: 0;
	position: absolute;
	top: 18px;
	height: 0px;
	-webkit-transition: -webkit-transform .2s ease-in;
	-moz-transition: -webkit-transform .2s ease-in;
	-o-transition: -webkit-transform .2s ease-in;
	transition: -webkit-transform .2s ease-in;
}

.head_top_nav_menu_f:hover .head_top_icon_l {
	border-left-color: #fff;
	border-bottom-color: #fff;
	border-top-color: #FF8300;
	top: 12px;
	border-right-color: #fff;
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.head_top_menu_r:hover .head_top_icon_r {
	border-left-color: #fff;
	border-bottom-color: #fff;
	border-top-color: #FF8300;
	top: 12px;
	border-right-color: #fff;
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.header_top {
	width: 1200px;
	margin: 0 auto;
	height: 110px;
}

.header_logo {
	float: left;
	margin-top: 20px;
}

.header_logo img {
	float: left;
	margin-right: 20px;
	height: 70px;
}

.header_logo h3 {
	float: left;
	font-size: 24px;
	color: #666;
	line-height: 80px;
}

.header_ewm {
	float: left;
	padding: 47px 20px;
}

.header_ewm img {
	width: 16px;
	height: 16px;
}

.header_tel {
	float: right;
	background: url(../image/tel1.png) no-repeat 0 center;
	color: #666;
	margin-left: 25px;
	margin-top: 7px;
	padding: 10px 0 10px 65px;
}

.header_tel strong {
	display: block;
	color: #ef530a;
	font-size: 24px;
}

.header_search {
	float: right;
	margin-top: 38px;
}

.textInput {
	padding: 0 15px;
	height: 40px;
	line-height: 40px\9;
	font-size: 12px;
	border: none;
	float: left;
	outline: none;
	border: 2px solid #ef530a;
}


.textBtn {
	display: block;
	width: 56px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	float: right;
	border: none;
	color: #fff;
	font-size: 16px;
	background: #ef530a;
	cursor: pointer;
	background: url(../image/search.png) no-repeat center center #EF530A;
}



.nav {
	background: #f75151;
	height: 60px;

}

.nav ul {
	width: 1200px;
	margin: 0 auto;
}

.nav li {
	float: left;
	border-right: 1px solid #e08282;
}

.nav li a {
	display: block;
	line-height: 60px;
	font-size: 16px;
	padding: 0 34px;
	color: #fff;
	margin-right: -1px;
}

.nav li a:hover,
.nav li a.on {
	background-color: #523b31;
}

.banner {
	height: 460px;
	position: relative;
	overflow: hidden;
}

.banner .hd {
	position: absolute;
	bottom: 20px;
	font-size: 0;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 2;
}

.banner .hd li {
	display: inline-block;
	width: 60px;
	height: 7px;
	background: #0486e1;
	margin: 0 7px;
	cursor: pointer;
}

.banner .hd li.on {
	background: #ef530a;
}

.banner .bd,
.banner .bd ul,
.banner .bd li {
	width: 100% !important;
	height: 100% !important;
}

.banner .bd li {
	background: no-repeat center;
}

.banner .bd li a {
	display: block;
	width: 100%;
	height: 100%;
}

.keywords {
	border-bottom: 1px solid #e5e5e5;
}

.keywords ul {
	width: 1200px;
	margin: 0 auto;
	height: 51px;
	line-height: 51px;
	font-size: 14px;
}

.keywords span {
	font-weight: 700;
}

.keywords a {
	padding: 0 7px;
}

.product {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

.product_t a {
	text-align: center;
	font-size: 38px;
	font-weight: bold;
	color: #333;
	display: block;
	margin-top: 30px;
	margin-bottom: 30px;
	background: url(../image/pro_title.jpg) no-repeat center 55px;
}

.product_t a em {
	font-size: 18px;
	color: #555;
	display: block;
	font-style: normal;
	padding-top: 23px;
}

.product_l {
	width: 276px;
	float: left;
	height: 857px;
	background: #f75151;
}

.product_l_t {
	height: 100px;
	color: #FFF;
	font-size: 24px;
	text-transform: uppercase;
	padding-left: 30px;
	padding-top: 30px;
}

.product_l_t span {
	display: block;
	font-size: 38px;
}

.product_l_b {
	width: 242px;
	height: 678px;
	padding-top: 21px;
	background-color: #fff;
	border-top: none;
	position: relative;
	margin-left: 17px;
}

.product_l_b ul {
	height: 440px;
}

.product_l_b h4 {
	width: 202px;
	height: 35px;
	margin: 0 auto 13px;
	overflow: hidden;
}

.product_l_b h4 a {
	display: block;
	height: 35px;
	line-height: 35px;
	text-indent: 14px;
	font-size: 16px;
	color: #fff;
	font-weight: normal;
	background: #f75151;
	border-radius: 20px;
}

.product_l_b_k {
	position: relative;
	width: 202px;
}

.product_l_b_k h4 {
	position: absolute;
	bottom: 4px;
	left: 65px;
	color: #fff;
}

.product_r {
	width: 900px;
	float: right;
}

.product_r .product_hot_l {
	position: relative;
	width: 358px;

}

.product_hot_l img {
	position: absolute;
}

.product_hot_l .hot_img {
	left: 20px;
	width: 92px;
	height: 149px;
}

.product_hot_l .img {
	width: 100%;
}

.product_hot_r {
	width: 542px;
	height: 333px;
	float: right;
	background: #f5f5f5;
	padding-top: 25px;
}

.product_hot_r h3 {
	padding-left: 25px;
}

.product_hot_r h3 a {
	font-size: 20px;
	color: #333;
	padding-bottom: 20px;
	display: block;
	background: url(../image/line1.jpg) no-repeat left bottom;
}

.product_hot_r p {
	font-size: 14px;
	color: #666;
	font-weight: normal;
	line-height: 26px;
	padding-top: 27px;
	width: 90%;
	margin: 0 auto;

}

.product_hot_r .xq {
	width: 144px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	margin-right: 18px;
	margin-top: 47px;
	background: #f75151;
	border-radius: 20px;
	display: block;
	float: left;
	color: #FFF;
	margin-left: 25px;
}

.product_hot_r .zx {
	width: 144px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	margin-top: 47px;
	background: #0a84ef;
	border-radius: 20px;
	display: block;
	float: left;
	color: #FFF;
}

.product_list {
	padding-top: 23px;
	width: 900px;
	height: auto;
	overflow: hidden;
}

.product_list li {
	float: left;
	width: 225px;
	padding-bottom: 8px;

}

.product_list img {
	width: 210px;
}

.about_us {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;

}

.about_us_t a {
	text-align: center;
	font-size: 38px;
	font-weight: bold;
	color: #333;
	display: block;
	margin-top: 30px;
	margin-bottom: 30px;
	background: url(../image/pro_title.jpg) no-repeat center 55px;
}

.about_us_t a em {
	font-size: 18px;
	color: #555;
	display: block;
	font-style: normal;
	padding-top: 23px;
}

.about_us_l {
	width: 512px;
	float: left;
	padding-left: 45px;
	padding-top: 20px;
	padding-bottom: 30px;
}

.about_us_l h3 {
	border-bottom: 1px solid #dddddd;
}

.about_us_l h3 a {
	font-size: 60px;
	color: #f75151;
	font-weight: bold;
	height: 150px;
	font-family: Arial;
}

.about_us_l h3 a em {
	font-size: 16px;
	color: #423f3b;
	font-style: normal;
	display: block;
	padding-bottom: 20px;
}

.about_us_l p {
	font-size: 14px;
	color: #555;
	line-height: 30px;
	margin-top: 24px;
}

.about_us_l .xq {
	width: 144px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	margin-right: 18px;
	background: #f75151;
	border-radius: 20px;
	display: block;
	float: left;
	color: #FFF;
}

.about_us_l .zx {
	width: 144px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	background: #0a84ef;
	border-radius: 20px;
	display: block;
	float: left;
	color: #FFF;
}

.about_us_l span a {
	margin-top: 20px;
}

.about_us_r {
	float: left;
	margin-left: 40px;
}

.about_us_r img {
	height: 360px;
}

.about_us_b {
	width: 1200px;
	margin: 0 auto;
	clear: both;
}

.about_us_b li {
	float: left;
}

.news {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;

}

.news_t a {
	text-align: center;
	font-size: 38px;
	font-weight: bold;
	color: #333;
	display: block;
	margin-top: 30px;
	margin-bottom: 30px;
	background: url(../image/pro_title.jpg) no-repeat center 55px;
}

.news_t a em {
	font-size: 18px;
	color: #555;
	display: block;
	font-style: normal;
	padding-top: 23px;
}

.news_l {
	float: left;
	width: 600px;
	height: 460px;
	overflow: hidden;
}

.news_r {
	width: 580px;
	overflow: hidden;
	margin-top: 0px;
	float: right;
}

.news_l_l {
	height: 58px;
	overflow: hidden;
	background: #f75151;
}

.news_l_l li {
	float: left;
}

.news_l_l li a {
	color: #FFF;

	font-size: 18px;
	height: 58px;
	line-height: 58px;
	background: #6f6f6f;
	display: block;
	padding: 0 30px;
}

.news_l_l span a {
	display: inline-block;
	font-size: 14px;
	color: #FFF;
	text-transform: uppercase;
	line-height: 58px;
	font-weight: normal;
	float: right;
	margin-right: 20px;
}

.news_l_b dl {
	height: 180px;
	overflow: hidden;
	width: 600px;
	margin-top: 20px;
}

.news_l_b dd {
	padding-top: 2px;
	width: 380px;
	float: right;
}

.news_l_b dt {
	height: 180px;
	width: 180px;
	overflow: hidden;
	float: left;
}

.news_l_b img{width: 100%;}


.news_l_b dd h3 {
	font-size: 16px;
	color: #333;
	line-height: 24px;
}

.news_l_b dd h3 a {
	color: #333;
	font-weight: bold;
}

.news_l_b dd span {
	display: block;
	color: #777;
	font-size: 14px;
	padding: 13px 0 0 0;
}

.news_l_b dd p {
	padding-top: 8px;
	line-height: 24px;
	font-size: 14px;
	color: #555;
}

.news_l_b dl p a {
	font-size: 12px;
}

.news_l_b li {
	font-size: 14px;
	color: #777777;
	line-height: 36px;
}

.news_l_b li span {
	float: right;
}

.news_r_t {
	height: 58px;
	overflow: hidden;
	background: #f75151;
}

.news_r_t span a {
	display: inline-block;
	font-size: 14px;
	color: #FFF;
	text-transform: uppercase;
	line-height: 58px;
	font-weight: normal;
	float: right;
	margin-right: 20px;
}

.news_r_t li {
	float: left;
}

.news_r_t li a {
	color: #FFF;
	font-size: 18px;
	height: 58px;
	line-height: 58px;
	background: #6f6f6f;
	display: block;
	padding: 0 30px;
}

.news_r_b li {
	margin-top: 17px;
	height: 113px;
	overflow: hidden;
}

.news_r_b dt {
	width: 113px;
	float: left;
	overflow: hidden;
	height: 113px;
}

.news_r_b dt img {
	width: 113px;
	height: 113px;
}

.news_r_b dd {
	width: 445px;
	float: right;
	overflow: hidden;
}

.news_r_b dd h3 {
	
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	overflow: hidden;
	font-weight: normal;
	margin-top: 5px;
}

.news_r_b dd h3 a {
	color: #333;
}

.news_r_b dd h3 a:hover {
	color: #e76825;
}

.news_r_b dd p {
	
	line-height: 20px;
	font-size: 14px;
	color: #555;
	margin-top: 5px;
}

.news_more {
	font-size: 12px;
	padding: .15rem .6rem;
	border: 1px solid #f6f6f6;
}
.link-es{
	margin: 0 auto;
	width: 1200px;
	padding: 20px;
}


.tab_title li {
    border-bottom: 2px solid #e1e1e1;
    padding-right: 40px;
    margin-right: 20px;
    cursor: pointer;
	list-style: none;
}

.tab_title li.on span {
    color: #e00515;
    border-color: #e00515;
}
.tab_title li span {
    border-bottom: 2px solid transparent;
    display: inline-block;
    margin-bottom: -2px;
	    font-size: 14px;
		line-height: 25px;
}
.tab_title li {
    float: left;
}
.tab_con {
    margin-top: 10px;
    color: #777;
    font-size: 12px;
	clear: both;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
	overflow: hidden;
	margin-bottom: 0;
}

.tab_con p{
	    line-height: 2;margin: 0;
}


.tab_title li.on span {
    color: #ff8708;
    border-color: #ff8708;
}

.tab_con a:hover{
	color: #ff8708;
}
.list-unstyled a{
	color: #222;
}
.list-unstyled a:visited{
	text-decoration: none !important;
}
.list-unstyled a:hover{
	text-decoration: none !important;
}

.footer{
	    background-color: #182029;
	    color: #919399;
	    font-size: 12px;
	    overflow: hidden;
		height: 208px;
}

.footer a{
	color: #919399;
	font-size: 14px;
}

.footer_main{
	width: 1200px;
	margin: 0 auto;
	padding: 20px 0;
}
.footer_contact{
	width: 350px;float: left;
}
.footer_contact h3{
	    font-size: 16px;
	    font-weight: bold;
	    color: #FFF;
	    padding: 15px 0 15px 0;
	    margin: 0;
}
.address{
	    background-image: url(../image/address-bg.png);
	    background-repeat: no-repeat;
	    background-position: -7px top;
	    padding-left: 34px;
	    margin-bottom: 10px;
	}
	.footer_contact li{
		line-height: 28px;
		text-align: left;
		font-style: normal;font-size: 14px;
	}
.footer_copyright{
	width: 500px;float: left;
}
.footer_copyright h3{
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	padding: 15px 0 15px 0;
	margin: 0;
}
.footer_copyright_t{
	line-height: 2;
	font-size: 14px;
}
.footer_bar{
	width: 350px;float: left;
}

.footer_bar h3{
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	padding: 15px 0 15px 0;
	margin: 0;
}
.footer_bar_l{
	float: left;margin-left: 5px;
}
.footer_bar_r{
	float: left;margin-left: 35px;
}
.footer_bar_l li,.footer_bar_r li {
	line-height: 28px;
}
.gohead{
	text-align: center;
}
.gohead a{
	    background-color: #0f141a;
	    color: #919399;
	    display: block;
	    padding: 15px 0;
	    clear: both;
	    text-align: center;
}
.gohead a:hover{
	color: #fff;
}


/*  公司简介 */
.intro_main{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 20px;
}
.intro_main_l{
	    float: left;
	    width: 276px;
	    height: auto;
	    padding-bottom: 10px;
	    background: #f75151;
}
.intro_main_l_t{
	    height: 100px;
	    color: #FFF;
	    font-size: 24px;
	    text-transform: uppercase;
	    padding-left: 30px;
	    padding-top: 30px;
}
.intro_main_l_t span{
	    display: block;
	    font-size: 38px;
}
.intro_main_l_b{
	    width: 242px;
	    height: auto;
	    padding-top: 21px;
	    position: relative;
	    background: #FFF;
	    padding-bottom: 18px;
	    margin: 0 auto;
}

.intro_main_l_b h4{
	    width: 202px;
	    height: 35px;
	    margin: 0 auto 10px;
	    text-align: center;
}
.intro_main_l_b h4 a{
    display: block;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    color: #fff;
    font-weight: normal;
    background: #f75151;
    border-radius: 20px;	
}
.product_hot{
	width: 87%;
	margin: 0 auto;
}
.product_hot img{
	width: 100%;
}
.intro_main_l_k span{
	background-color: #f75151;
	    display: block;
	    height: 67px;
	    width: 87%;
		margin: 0 auto;
	    text-align: center;
	    color: white;
	    line-height: 30px;
	    font-size: 18px;
	    font-weight: bold;
		margin-top: 10px;
}
.intro_main_r{
	    float: right;
	    width: 900px;
	    border: 1px solid #dddddd;
}
.intro_main_r_t{
	    height: 40px;
	    margin: 12px auto;
	    line-height: 40px;
	    font-size: 16px;
	    border-bottom: 1px solid #dddddd;
	    width: 880px;
}
.intro_main_r_t em{
	    float: left;
	    display: inline;
	    width: 330px;
	    height: 25px;
	    font-style: normal;
	    font-weight: bold;
	    color: #f75151;
}
.intro_main_r_t span{
	    float: right;
	    display: inline;
	    font-size: 14px;
	    color: #999999;
}

.intro_main_r_content{
	width: 95%;margin: 0 auto;
	overflow: hidden;
	padding-bottom: 20px;
}

.sell_main{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 20px;
}
.sell_main_l{
	width: 276px;
	float: left;
	overflow: hidden;
	background: #f75151;
}

.sell_main_l_t{
	    height: 100px;
	    color: #FFF;
	    font-size: 24px;
	    text-transform: uppercase;
	    padding-left: 30px;
	    padding-top: 30px;
}
.sell_main_l_t span{
	    display: block;
	    font-size: 38px;
}
.sell_main_l_b{
	    width: 242px;
	    height: auto;
	    padding-top: 21px;
	    position: relative;
	    background: #FFF;
	    padding-bottom: 18px;
	    margin: 0 auto;
}

.sell_main_l_b h4{
	    width: 202px;
	    height: 35px;
	    margin: 0 auto 10px;
	    text-align: center;
}
.sell_main_l_b h4 a{
    display: block;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    color: #fff;
    font-weight: normal;
    background: #f75151;
    border-radius: 20px;	
}
.product_hot{
	width: 87%;
	margin: 0 auto;
}
.product_hot img{
	width: 100%;
}

.product_hot li{
	padding-bottom: 15px;
}

.sell_main_l_k {
	width: 87%;
	margin: 0 auto;
}

.sell_main_l_k span {
    background-color: #f75151;
    display: block;
    height: 77px;
    width: 242px;
    text-align: center;
    color: white;
    line-height: 24px;
    font-size: 18px;
    font-weight: bold;
	padding-top: 20px;
}
.sell_main_l_k span b {
    color: #fff;
    font-size: 20px;
    text-align: center;
    width: 242px;
}

.sell_main_r{
	    float: right;
	    width: 900px;
	    border: 1px solid #dddddd;
}
.sell_main_r_t {
    height: 40px;
    margin: 12px auto;
    line-height: 40px;
    font-size: 16px;
    border-bottom: 1px solid #dddddd;
    width: 880px;
}
.sell_main_r_t  em {
    float: left;
    display: inline;
    width: 330px;
    height: 25px;
    font-style: normal;
    font-weight: bold;
    color: #f75151;
}
.sell_main_r_t span{
	    float: right;
	    display: inline;
	    font-size: 14px;
	    color: #999999;
}
.sell_main_r_list li{
	    float: left;
    width: 285px;
    margin: 10px 5px 5px;
    overflow: hidden;
} 
.sell_main_r_list img{
	width: 280px;
	height: 280px;
}
.sell_main_r_list p{
	line-height: 30px;
	text-align: center;
}
.sell_main_r_list p a:hover{
	color: #E00515;
}


.sell_page {
	clear: both;
}
.sell_page{text-align: center;margin: 30px auto; width: 830px;    float: left;}
.sell_page a {display: inline-block;margin: 0 3px;border: 1px solid #ddd;padding: 4px 12px;border-radius: 3px;background-color: #fff;}
.sell_page a.active {background-color: #1B4F9B;border-color: #1B4F9B;color: #fff;}

.sell_page label ,.sell_page input{
	display: none;
}

.sell_main_r_list {
	overflow: hidden;
	margin-left: 10px;
}


.news_main{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 20px;
}
.news_main_l{
	width: 276px;
	float: left;
	overflow: hidden;
	background: #f75151;
}

.news_main_l_t{
	    height: 100px;
	    color: #FFF;
	    font-size: 24px;
	    text-transform: uppercase;
	    padding-left: 30px;
	    padding-top: 30px;
}
.news_main_l_t span{
	    display: block;
	    font-size: 38px;
}
.news_main_l_b{
	    width: 242px;
	    height: auto;
	    padding-top: 21px;
	    position: relative;
	    background: #FFF;
	    padding-bottom: 18px;
	    margin: 0 auto;
}

.news_main_l_b h4{
	    width: 202px;
	    height: 35px;
	    margin: 0 auto 10px;
	    text-align: center;
}
.news_main_l_b h4 a{
    display: block;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    color: #fff;
    font-weight: normal;
    background: #f75151;
    border-radius: 20px;	
}

.news_main_l_hot img{
	width: 100%;
}

.news_main_l_hot li{
	padding-bottom: 15px;
}

.news_main_l_hot {
	width: 87%;
	margin: 0 auto;
}

.news_main_l_k span {
    background-color: #f75151;
    display: block;
    height: 77px;
    width: 242px;
    text-align: center;
    color: white;
    line-height: 24px;
    font-size: 18px;
    font-weight: bold;
	padding-top: 20px;
}
.news_main_l_k span b {
    color: #fff;
    font-size: 20px;
    text-align: center;
    width: 242px;
}

.news_main_r{
	    float: right;
	    width: 900px;
	    border: 1px solid #dddddd;
}
.news_main_r_t {
    height: 40px;
    margin: 12px auto;
    line-height: 40px;
    font-size: 16px;
    border-bottom: 1px solid #dddddd;
    width: 880px;
}
.news_main_r_t  em {
    float: left;
    display: inline;
    width: 330px;
    height: 25px;
    font-style: normal;
    font-weight: bold;
    color: #f75151;
}
.news_main_r_t span{
	    float: right;
	    display: inline;
	    font-size: 14px;
	    color: #999999;
}
.news_main_r_list{
	padding-top: 5px;
	    overflow: hidden;
	    width: 870px;
	    margin: 0 auto;
}
.news_main_r_list dl {
    overflow: hidden;
    padding: 25px 0 21px 29px;
}
.news_main_r_list dl dt{ float:left; padding:5px;}
.news_main_r_list dl dt img{ display:block; width:160px; height:102px;}
.news_main_r_list dl dd{ float:left; margin-left:23px; width:638px;}
.news_main_r_list dl dd h5{ margin-top:3px; padding-bottom:8px; border-bottom:1px solid #dedede; overflow:hidden;}
.news_main_r_list dl dd h5 a{ font-size:14px; color: #f75151; float:left; padding-left:5px;}
.news_main_r_list dl dd h5 em{ float:right;padding-right:10px; font-style: normal;}
.news_main_r_list dl dd p{ line-height:20px; font-size:13px; margin-top:10px;}
.news_main_r_list dl:hover { background: #eaeaea;}

.sell_detail{ 
	padding: 0 20px;
}
.sell_detail_img{
	width: 300px;
	float: left;
}
.sell_detail_img img{
	width: 300px;
	height: 300px;
}
.sell_detail_r{
	float: left;
	margin-left: 30px;
}
.sell_detail_r h1{
	    font-size: 24px;line-height: 40px;margin-bottom: 20px;
}
.sell_detail_r p{
	margin: 0;
	    color: #666;
	    padding: 3px 0;
}
.sell_detail_tel{
	border-top: 2px solid #e6e6e6;
	    margin-top: 15px;
	    padding-top: 18px;
	    background: url(../image/tel1.jpg) no-repeat 10px 15px;
	    height: 52px;
	    padding-left: 70px;
	    line-height: 46px;
	    font-size: 18px;
		width: 455px;
		
		}
		
.sell_detail_tel a{
	    float: right;
	    line-height: 42px;
	    padding: 0 15px;
	    background-color: #f75151;
	    color: #fff;
}
.sell_detail_b{
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
	clear: both;
	padding-top: 20px;
	padding-bottom: 30px;
}
.sell_detail_b_t {
	border-bottom: 1px solid #ececeb;
	    height: 44px;
	    margin-bottom: 15px;
	    font-size: 24px;
}
.sell_detail_b_t span{
	display: inline-block;
	    padding-bottom: 12px;
	    border-bottom: 2px solid #2454ac;
}

.news_hot {
	width: 100%;
	overflow: hidden;
}
.news_hot_t{
	border-bottom: 1px solid #ececeb;
	    height: 44px;
	    margin-bottom: 15px;
	    font-size: 24px;
}
.news_hot_t span{
	display: inline-block;
	    padding-bottom: 12px;
	    border-bottom: 2px solid #2454ac;
}
.news_hot li{
	width: 46%;
	float: left;
	margin:  0 10px;
	line-height: 36px;
}
.news_hot li a{
	float: left;font-size: 14px;
}
.news_hot li span{
	float: right;font-size: 14px;
}
.news_detail_b h1{
	font-size: 30px;
	    text-align: center;
	    line-height: 50px;
}
.news_detail_b h4{
	text-align: center;
	    font-weight: normal;
		margin-bottom: 20px;
}
.news_detail_b_body{
	width: 95%;
	margin: 0 auto;
	padding-bottom: 30px;
}
.news_detail_b_body p{
	font-size: 14px;
	line-height: 20px;
	color: #666;
}
.contact{
	width: 1200px;
	margin: 0 auto;
	padding-top: 20px;
	overflow: hidden;
}

.contact_r{
	float: right;
	    width: 900px;
	    border: 1px solid #dddddd;
}
.contact_b{
	width: 98%;
	margin: 0 auto;
	overflow: hidden;
}
.tab-cy {
    border-collapse: collapse;
    margin: 0 auto;
    text-align: center;
}
.tab-cy tr:nth-child(odd) {
    background: #fff;
}
.tab-cy td, .tab-cy th {
    border: 1px solid #cad9ea;
    color: #666;
    height: 30px;
    text-align: center;
}
.tab-cy td, .tab-cy th {
    border: 1px solid #cad9ea;
    color: #666;
    height: 30px;
    text-align: center;
}
.tab-cy tr:nth-child(even) {
    background: #F5FAFA;
}

.news_detail_b h4{
	color: #666;
}
.news_main_r_list li {
	text-align: center;
}
.product_r .product_hot{
	width: 100%;
}

.textBtn:focus{
	outline: medium;
}
.about_us_b a{
	font-size: 13px;
}
.bdsharebuttonbox{
	float: right;
	padding-bottom: 15px;
	padding-right: 15px;
	}
	

.news_main .news_hot{
	width: 900px;
	float: right;
	border: 1px solid #dddddd;
	margin-top: 20px;
}

.news_main .news_hot_t{
	height: 40px;
	    margin: 12px auto;
	    line-height: 40px;
	    font-size: 16px;
	    border-bottom: 1px solid #dddddd;
	    width: 880px;
}
.news_main .news_hot_t span{
	color: #f75151;
	padding-bottom: 0;
	border: none;
	font-weight: 700;
}
