a {
	text-decoration: none;
}

fieldset,
img {
	border: none;
}

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 12px;
	font-family: "微软雅黑" !important;
	background: #fff;
	color: #666;
}

ul,
ol,
li {
	list-style-type: none;
}

a{
	cursor: pointer;
}
.clear {
	clear: both;
}


/*头部*/

.header-top {
	width: 100%;
	min-width: 1190px;
	height: 32px;
	background: #f2f2f2;
	border-bottom: 1px solid #ddd;
}

.header-top .headers {
	width: 1190px;
	height: 32px;
	margin: 0px auto;
	line-height: 32px;
}

.header-top .headers span {
	float: left;
}

.header-top .headers .encyclopedia {
	float: left;
	width: auto;
	height: 32px;
	line-height: 32px;
	text-align: center;
	padding: 0px 10px;
	position: relative;
	text-indent: 15px;
}

.header-top .headers .encyclopedias {
	float: right !important;
	margin-right: 20px;
}

.header-top .headers .encyclopedia-act {
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	background: #ffffff;
}

.header-top .headers .encyclopedia img {
	float: right;
	margin-top: 15px;
	margin-left: 10px;
}

.header-top .headers .encyclopedia ul {
	display: none;
	float: left;
	width: 100%;
	height: auto;
	position: absolute;
	top: 32px;
	left: -1px;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	background: #ffffff;
}

.header-top .headers .encyclopedia ul li {
	float: left;
	width: 100%;
	height: auto;
	text-align: center;
	text-indent: 0px;
}

.header-top .headers .encyclopedia ul li a {
	float: left;
	width: 100%;
	height: 100%;
	color: #333333;
}

.header-top .headers .encyclopedia ul li a:hover {
	float: left;
	width: 100%;
	height: auto;
	text-align: center;
	text-indent: 0px;
	background: #fff7ef;
	color: #ff7300;
}

.header-top .headers .business {
	float: right;
	width: 80px;
	height: 100%;
	background: url(../images/icon/yw.png) no-repeat left center;
	color: #c11920;
	margin-right: 10px;
}

.header-top .headers .business a {
	float: right;
	width: 80px;
	height: 100%;
	color: #c11920;
	text-indent: 20px;
}

.header-top .headers .wxs {
	position: relative;
	float: right;
	width: 80px;
	height: 100%;
	background: url(../images/icon/wxx.png) no-repeat left center;
	margin-right: 10px;
}

.header-top .headers .wxs-xx {
	display: none;
	position: absolute;
	top: 33px;
	left: 0px;
	width: 85px;
	height: 85;
	background: url(../images/wx.png) no-repeat center;
}

.header-top .headers .wxs a {
	float: right;
	width: 80px;
	height: 100%;
	color: #666;
	text-indent: 20px;
}

.header-top .headers .reg {
	float: right;
	width: auto;
	height: 100%;
	margin-right: 10px;
}

.header-top .headers .reg a {
	float: right;
	width: auto;
	height: 100%;
	line-height: 32px;
	color: #ff7300;
	text-align: center;
	font-size:18px;
}

.header-top .headers .logs {
	float: right;
	width: auto;
	height: 100%;
	margin-right: 10px;
}

.header-top .headers .logs a {
	float: right;
	width: auto;
	height: 100%;
	line-height: 32px;
	color: #b81b20;
	text-align: center;
	font-size:18px;
}

.big_header {
	width: 100%;
	min-width: 1190px;
	height: 158px;
}

.big_header .header {
	display: block;
	width: 1190px;
	margin: 0 auto;
}

.big_header .header .logo {
	float: left;
	width: 263px;
	height: 47px;
	margin-top: 29px;
}

.big_header .nav {
	display: inline-block;
	width: 100%;
	height: 40px;
	background: #b81b20;
/*	border-top: 5px solid #ff7300;*/
	margin-top: 15px;
}

.big_header .nav .tel {
	float: right;
	width: 181px;
	height: 20px;
	margin-top: 10px;
}

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

.big_header .nav ul li {
	float: left;
	width: auto;
	height: 40px;
	padding: 0px 22px;
	font-size: 18px;
	line-height: 40px;
}

.big_header .nav ul li:hover {
	float: left;
	width: auto;
	height: 40px;
	padding: 0px 22px;
	font-size: 18px;
	line-height: 40px;
	background: #FF7300;
}

.big_header .nav ul li a {
	float: left;
	width: 100%;
	height: 40px;
	color: #ffffff;
	font-weight: bolder;
}

.big_header .nav ul li.active {
	background: #FF7300;
}


/*搜索*/

.search {
	float: left;
	margin-top: 29px;
	margin-left: 56px;
}

.searchbar {
	height: 32px;
	border-left: none;
	border-top: 3px solid #c11920;
	border-right: 3px solid #c11920;
	border-bottom: 3px solid #c11920;
}

.searchbar input {
	float: left;
	width: 340px;
	height: 32px;
	line-height: 32px;
	text-indent: 10px;
	border: none;
	color: #999;
	font-size: 12px;
}

.searchbar button {
	float: right;
	width: 87px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	cursor: pointer;
	border: none;
	background-color: #c11920;
}

.keywords {
	margin-top: 5px;
	margin-left: 5px;
}

.keywords a {
	float: left;
	color: #666;
	margin-right: 20px;
}

.button-head {
	float: left;
	width: 90px;
	height: 38px;
	margin-top: 29px;
	margin-left: 10px;
}

.button-head a.register-btn {
	float: left;
	width: 90px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	cursor: pointer;
	border: none;
	background-color: #ff7300;
}

.news-logo {
	float: right;
	width: 220px;
	height: 75px;
	margin-top: 20px;
	background: #dddddd;
}

.news-logo img {
	float: left;
	width: 220px;
	height: 75px;
}


/* plugin */

.header-search-dropmenu.PLG-dropmenu-button {
	background: url(../images/icon/icon-carat-1-s.png) no-repeat right center;
}

.header-search-dropmenu.PLG-dropmenu-button .PLG-dropmenu-result,
.header-search-dropmenu .PLG-dropmenu-menu-item {
	font-size: 12px;
	color: #333;
}

.header-search-dropmenu.PLG-dropmenu-button.PLG-focus .PLG-dropmenu-result {
	color: #333;
}

.header-search-dropmenu.PLG-dropmenu-button.PLG-focus {
	background-color: #fff;
}

.header-search-dropmenu .PLG-dropmenu-menu-item.PLG-hover {
	color: #333;
	background-color: #ddd;
}


/*so详情*/

.so-left {
	float: left;
	width: 196px;
	height: auto;
	margin-bottom: 20px;
}

.so-left .title {
	float: left;
	width: 196px;
	height: 36px;
	line-height: 36px;
	margin-top: 10px;
	text-indent: 18px;
	font-size: 14px;
	color: #000000;
	margin-left:0px;
}

.so-left ul {
	float: left;
	width: 196px;
	height: auto;
}

.so-left ul li {
	float: left;
	width: 196px;
	height: 28px;
	line-height: 28px;
	background: #f2f2f2;
	margin-bottom: 2px;
}

.so-left ul li a {
	float: left;
	width: 196px;
	height: 28px;
	line-height: 28px;
	text-indent: 18px;
	color: #000000;
}

.so-left ul li a:hover {
	float: left;
	width: 196px;
	height: 28px;
	line-height: 28px;
	text-indent: 18px;
	color: #ff7300;
	background: #f2f2f2;
}

.so-left ul li a.act {
	float: left;
	width: 196px;
	height: 28px;
	line-height: 28px;
	text-indent: 18px;
	color: #ff7300;
	background: #f2f2f2;
}

.so-right {
	float: left;
	width: 750px;
	height: auto;
	margin-left: 15px;
	margin-bottom: 30px;
}

.so-right .titles {
	float: left;
	width: 735px;
	height: 36px;
	line-height: 36px;
	margin-top: 5px;
	font-size: 14px;
	color: #000000;
}

.so-right .titles span {
	color: #ff0000;
}

.so-right ul {
	float: left;
	width: 735px;
	height: auto;
}

.so-right ul li {
	border-bottom: 1px solid #ececec;
	height: 110px;
	padding: 15px 0;
}

.so-right ul li .imgs-pic {
	float: left;
}

.so-right ul li .imgs-pic img {
	float: left;
	width: 147px;
	height: 108px;
	border: 1px solid #eee;
	margin-right: 20px;
}

.so-right ul li .pro-name {
	font-size: 16px;
	color: #dc2400;
	font-weight: bold;
	line-height: 22px;
	float: left;
	width: 425px;
}

.so-right ul li .pro-name a {
	float: left;
	color: #a46028;
	font-weight: 900;
	width: 425px;
	overflow: hidden;
	white-space: nowrap;
}

.so-right ul li .pro-name a span {
	color: red;
}

.so-right ul li .pro-company {
	font-size: 13px;
	color: #666666;
	line-height: 18px;
	float: left;
	max-width: 425px;
	background: #fff3e9;
	padding: 2px 10px;
	border-radius: 5px;
	margin: 5px 0px;
}

.so-right ul li .pro-company a{
	color: #666666;
}

.so-right ul li .pro-smbol {
	float: left;
	width: 425px;
	font-size: 12px;
	color: #333333;
	line-height: 18px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}

.so-right ul li .pro-text {
	float: left;
	width: 425px;
	height:36px;
	font-size: 12px;
	color: #999999;
	line-height: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin-top: 5px;
}

.so-right ul li .vip{
	float: left;
    width: 25px;
    height: 25px;
	margin-left: 115px;
    background: url(../images/jsk_08.jpg) no-repeat center;
}

.so-right ul li .day{
	float: right;
    width:110px;
    height: 36px;
    color: #999999;
	line-height: 18px;
	text-align: right;
}

.so-right ul li .msg{
	float: right;
	width:110px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 12px;
    color: #ffffff;
    border-radius: 5px;
    background: #ff7300;
    margin-top: 5px;
    cursor: pointer;
    
}

.notice{
	float: left;
	width: 1190px;
	height: auto;
	line-height: 24px;
	margin-bottom: 20px;
	color: #666666;
}

/*搜索底部*/
.search-botom{
	float: left;
	width: 1188px;
	height: auto;
	border: 1px solid #dddddd;
	margin-bottom: 30px;
}

.search-botom .nav-search{
	float: left;
	width: 1188px;
	height: 40px;
	background: #f4f4f4;
	border-bottom: 1px solid #dddddd;
}

.search-botom .nav-search ul{
	float: left;
	width: 1188px;
	height: 41px;
}

.search-botom .nav-search ul li{
	float: left;
	width: 100px;
	height: 41px;
	line-height: 41px;
	text-align: center;
	font-size: 13px;
	cursor: pointer;
}

.search-botom .nav-search ul li.act{
	float: left;
	width: 100px;
	height: 41px;
	line-height: 41px;
	background: #ffffff;
}

.search-a,.search-b,.search-c,.search-d,.search-f{
	float: left;
	width: 1188px;
	height: auto;
	
}


.search-a ul,.search-b ul,.search-c ul,.search-d ull,.search-f ul{
	float: left;
	width: 1158px;
	height: auto;
	padding: 15px 15px 5px;
}

.search-a ul li,.search-b ul li,.search-c ul li,.search-d ul li,.search-f ul li{
	float: left;
	width: auto;
	height: auto;
	padding: 0px 15px 10px 5px;
	cursor: pointer;
}

.search-a ul li a,.search-b ul li a,.search-c ul li a,.search-d ul li a,.search-f ul li a{
	float: left;
	width: 100%;
	height: auto;
	color: #666666;
}

.search-b,.search-c,.search-f{
	display: none;
}

.search-pingyin{
	float: left;
	width: 1190px;
	height: auto;
	line-height: 24px;
	margin-bottom: 40px;
	font-size: 14px;
}

.search-pingyin ul{
	float: right;
	width: 1070px;
	height: auto;
	line-height: 24px;
}

.search-pingyin ul li{
	float: left;
	width: auto;
	height: auto;
	line-height: 24px;
	padding: 0px 10px;
}

.search-pingyin ul li a{
	float: left;
	width: auto;
	height: auto;
	line-height: 24px;
	font-size: 14px;
	color: #666666;
	cursor: pointer;
}

/*没找到想要的产品*/



/*底部*/

.footer {
	float: left;
	width: 100%;
	padding: 40px 0 65px;
	border-top: 3px solid #c11920;
	background-color: #ffffff;
}

.footer .footer-container {
	width: 1190px;
	margin: 0 auto;
}

.footer .footer-container .footer-dh {
	float: left;
	width: 230px;
	margin-left: 60px;
	margin-right: 45px;
}

.footer .footer-container .footer-dh img {
	float: left;
	margin-top: 10px;
}

.footer .footer-container .footer-dh span.service {
	float: right;
	width: 170px;
	height: 26px;
	line-height: 26px;
	font-size: 18px;
	color: #666666;
}

.footer .footer-container .footer-dh span.tels {
	float: right;
	width: 170px;
	height: 40px;
	line-height: 40px;
	font-size: 24px;
	color: #c11920;
}

.footer .footer-container .footer-details {
	float: left;
	width: 170px;
	margin-right: 60px;
}

.footer .footer-container .footer-details img {
	float: left;
}

.footer .footer-container .footer-details span.services {
	float: right;
	width: 90px;
	height: 26px;
	line-height: 26px;
	font-size: 18px;
	color: #ff1300;
	margin-top: 15px;
}

.footer .footer-container .footer-details span.detail {
	float: right;
	width: 90px;
	height: 24px;
	line-height: 24px;
	font-size: 14px;
	color: #333333;
}

.footer .footer-container .wx {
	float: left;
	width: 85px;
}

.footer .footer-container .contact {
	float: left;
	width: 440px;
	height: 30px;
	margin-left: 390px;
	margin-top: 20px;
}

.footer .footer-container .contact a {
	line-height: 30px;
	font-size: 14px;
	color: #333333;
}

.footer .footer-container .text {
	float: left;
	width: 100%;
	height: auto;
	margin-top: 10px;
}

.footer .footer-container .text p {
	float: left;
	width: 100%;
	height: 20px;
	line-height: 20px;
	text-align: center;
	color: #999999;
	font-size: 13px;
	margin-bottom: 0px;
	padding: 0px;
}

.footer .footer-container .consult {
	float: left;
	width: auto;
	height: 44px;
	margin-top: 20px;
	line-height: 44px;
	background: #f3f3f3;
	color: #333333;
	padding: 0px 15px;
	font-size: 14px;
	margin-right: 10px;
}

.footer .footer-container .lefts {
	margin-left: 150px;
}

.footer .footer-container .consult a.qq {
	padding: 0px 5px 0px 15px;
}


/*代理弹窗*/

.dbfads-modal {position: fixed; top:0; left:0; width: 100%; height: 100%; background:rgba(0,0,0,0.5);z-index:99;filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000,endcolorstr=#7F000000); display:none;}
.dbfads-dialog{ width:608px; height:516px; padding-bottom:37px; position:fixed; left:50%; top:50%; margin-left:-304px; margin-top:-258px; background:#fff; border-radius:15px;display:none;}
.title-a{ padding:25px 35px 15px; background:#f3f3f3; line-height:30px; text-align:center; font-weight:900; color:#333; font-size:24px; position:relative;border-top-left-radius:15px;border-top-right-radius:15px; margin-bottom:30px;}
.js-delete{ position:absolute; right:10px; top:10px; width:18px; height:18px;}
.dbfads-product{ margin:18px 35px 0px; width:auto; height:50px;}
.dbfads-products{ height:125px;}
.dbfads-product span{ float:left; width:auto; margin-right:10px; color:#333; font-size:16px; line-height:40px; font-weight:900;}
.dbfads-product span.reds{ float:left; width:10px;height:40px; margin-right:0px; color:red; font-size:16px; line-height:40px; font-weight:900;}
.dbfads-product span font{ float:left; width:auto;height:auto; margin-right:0px; color:#999; font-size:14px; line-height:0px;}
.dbfads-name,.dbfads-tel{ float:left; width:432px; text-indent:10px; border:1px solid #c3c3c3;line-height:40px; height:40px; border-radius:5px; color:#666;font-size:14px; }
.dbfads-product ul{ float:left; width:448px; margin-top:13px;font-size:14px; }
.dbfads-product ul.qudao{ float:left; width:448px; margin-top:13px;font-size:14px;margin-bottom: 5px; }
.dbfads-product ul li{ float:left; width:100px;height:32px;margin-right:10px;margin-bottom:10px;line-height:32px; text-align:center;background:#ffeddf;color:#c11920;border-radius:5px;border:1px solid #ffbda9;cursor:pointer; }
.dbfads-product ul li.acts{ float:left; width:100px;height:32px;margin-right:10px;line-height:32px; text-align:center;background:#c11920;color:#fff;border-radius:5px;border:1px solid #c11920; }
.dbfads-finish{ width:300px; height:46px; color:#fff; background:#c11920; margin:10px 122px 0px; border:0 none; border-radius:5px; font-size:16px; cursor:pointer;}
.dbfads-left,.detail_second_fo_title{ float:left; width:475px;}
.titleb{width:5px; height:6px;}
.tip{ color:red;text-align:center;font-weight: bold; margin-top:10px;text-indent: 55px;}

.titleb {
	width: 5px;
	height: 6px;
}

.tip {
	color: red;
	text-align: center;
	font-weight: bold;
	margin-top: 10px;
	text-indent: 55px;
}

.dbfads-left,
.detail_second_fo_title {
	float: left;
	width: 475px;
}

.content-right p {
	padding: 5px 15px;
	font-size: 14px;
}

.content-right h1 {
	padding: 5px 15px;
	font-size: 24px;
	margin-top: 20px;
	margin-bottom: 20px;
}


/*字母排序*/

.contentm {
	position: relative;
	width: 1190px;
	margin: 0px auto;
	height: auto;
	background: #ffffff;
}

.location {
	width: 1190px;
	height: 30px;
	line-height: 30px;
	margin: 15px auto 10px auto;
	font-size: 14px;
}

.location a {
	color: #666;
}

.seqencing_nav {
	width: 1190px;
	height: 45px;
	background: url(../images/bg_03.jpg) repeat-x;
	margin: 0 auto;
}

.seqencing_nav_title {
	float: left;
	width: 100px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	font-size: 14px;
	color: #333;
	margin-right: 10px;
}

.seqencing_nav_list ul li {
	float: left;
	width: 41px;
	height: 41px;
	line-height: 41px;
	text-align: center;
	font-size: 18px;
}

.seqencing_nav_list ul li a {
	color: #ff7300;
	font-family: 'Microsoft YaHei';
}

.act {
	background: #c11920;
}

.act a {
	color: #fff!important;
}

.seqencing_seqencing_list {
	width: 1188px;
	height: auto;
	display: flex;
}

.seqencing_left_list {
	float: left;
	/*width:272px;*/
	height: auto;
}

.seqencing_left_list ul {
	float: left;
	border-left: #ddd solid 1px;
	border-right: #ddd solid 1px;
	border-top: #ddd solid 1px;
	border-bottom: #ddd solid 1px;
	padding-bottom: 20px;
	padding-top: 20px;
	padding-left: 10px;
	margin: 13px auto 30px;
}

.seqencing_left_list ul li,
.seqencing_right_list ul li {
	float: left;
	width: 272px;
	height: 28px;
	padding: 0 3px 0 10px;
	border-right: 1px solid #ddd;
	line-height: 28px;
	text-overflow: ellipsis;
	overflow: hidden;
}

.seqencing_left_list ul li.last {
	border: 0;
}

.seqencing_left_list ul li a,
.seqencing_right_list ul li a,
.seqencing_right_list1 ul li a {
	color: #333
}

.seqencing_right_list,
.seqencing_right_list1 {
	float: left;
	width: 272px;
	height: auto;
	padding-left: 20px;
}

.seqencing_right_list1 ul li {
	float: left;
	width: 272px;
	height: auto;
	line-height: 25px;
}


/*分页*/

.big_yeshu {
	width: 1190px;
	margin: 0 auto;
	overflow: hidden;
}

.yeshu_box {
	width: 1190px;
	float: left;
}

.big_yeshu .yeshu {
	overflow: hidden;
	width: 750px;
	margin: 15px auto 35px auto;
}

.big_yeshu .yeshu a {
	cursor: pointer;
	float: left;
	width: 42px;
	height: 28px;
	border: 1px solid #e8e8e8;
	background: #FFFFFF;
	text-align: center;
	line-height: 28px;
	margin-right: 6px;
	font-family: "微软雅黑";
	color: #666666;
}

.big_yeshu .yeshu a:hover {
	border: 1px solid #ff7300;
}

.big_yeshu .yeshu .xuanzhong {
	border: 1px solid #ff7300;
	color: #ff7300;
}

.big_yeshu .yeshu .zuo,
.big_yeshu .yeshu .you {
	cursor: auto;
	float: left;
	width: 27px;
	height: 28px;
	border: 1px solid #e8e8e8;
	background: #FFFFFF;
	margin-right: 5px;
}

.big_yeshu .yeshu span img {
	display: block;
	width: 8px;
	height: 14px;
	margin: 0 auto;
	margin-top: 7px;
}

.big_yeshu .yeshu span {
	float: left;
	font-family: "微软雅黑";
	color: #666666;
	font-size: 14px;
	line-height: 28px;
}

.big_yeshu .yeshu input {
	float: left;
	border: 1px solid #e8e8e8;
	height: 28px;
	line-height: 28px;
	font-family: "微软雅黑";
	color: #666666;
	font-size: 14px;
	text-align: center;
}

.big_yeshu .yeshu .queren {
	width: 60px;
	background: #FFFFFF;
	line-height: 20px;
	cursor: pointer;
}

.big_yeshu .yeshu a:hover {
	border: 1px solid #FF7300;
}

.big_yeshu .yeshu a {
	cursor: pointer;
	float: left;
	height: 28px;
	border: 1px solid #E8E8E8;
	background: #FFF none repeat scroll 0% 0%;
	text-align: center;
	line-height: 28px;
	margin-right: 6px;
	font-family: "微软雅黑";
	font-size: 12px !important;
	color: #666;
	width: 42px;
}

/*右侧广告*/
/*.dls_right_hotproduct{
	position: absolute;
	right: 0px;
	top: 55px;
    width: 220px;
    height: auto;
    border: 1px solid #ddd;
    margin-bottom: 15px;
}*/

.dls_right_hotproduct{
	position: fixed;
	right: 50%;
	top: 205px;
    width: 220px;
    height: auto;
    margin-right: -595px;
    border: 1px solid #ddd;
    margin-bottom: 15px;
    background: #ffffff;
}

.dls_right_hotproduct h1 {
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    text-indent: 15px;
    background: #f3f3f3;
    border-bottom: 1px solid #ddd;
    font-weight: 900;
    color: #333;
    margin-bottom: 15px;
}

.dls_right_hotproduct p {
	width: 100%;
    font-size: 14px;
    height: 24px;
    line-height: 24px;
    color: #333333;
    text-align: center;
}

.dls_right_hotproduct .img-ewm {
	float: left;
	width: 158px;
    height: 155px;
    margin-left: 30px;
    margin-top: 25px;
    margin-bottom: 30px;
    background: url(../images/ewm.jpg) no-repeat center;
}

/*留言咨询*/
.box {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
	opacity: 1;
}
.box2 {
	width: 100%;
	min-width: 1190px;
	margin: 0 auto;
	display: none;
	z-index: 5;
	position: fixed;
	background: rgba(0, 0, 0, 0.52) none repeat scroll 0% 0%;
	opacity: 1;
	overflow-y: scroll;
	height:100%;
}

.mainbody {
    background-color: #ffffff;
    border: 6px solid #929292;
    color: #333333;
    margin: 0% auto 0;
    padding: 0 0 30px;
    width: 592px;
}

.Title {
    color: #db2500;
    float: left;
    font-family: "微软雅黑";
    font-size: 20px;
    font-weight: normal;
    margin-left: 71px;
    margin-top: 14px;
}

.closebuttom {
	float: right;
	margin-right: 12px;
	padding-top: 10px;
	display: inline;
}

.contentInput {
	margin-left: 58px;
	margin-top: 10px;
	float: left;
	overflow: hidden;
	width: 792px;
}
.contentInput .juse {
	border: 1px #ffc290 solid;
}

.dbfads-left, .detail_second_fo_title {
    float: left;
    width: 475px;
}

.detail_second_fo_right {
    float: left;
    width: 475px;
}

.detail_second_fo_title ul li, .detail_second_fo_right ul li {
    color: #333;
    float: left;
    height: 47px;
    line-height: 47px;
    margin-bottom: 15px;
    margin-right: 5px;
}

.icon {
    float: left;
    margin-right: 10px;
    margin-top: 20px;
}
.titleb {
    width: 5px;
    height: 6px;
}

.detail_buttom {
    float: left;
    height: 54px;
    margin-top: 17px;
}

#qrtj {
    cursor: pointer;
}
.refer {
    background: #c01a1f;
    border: medium none;
    border-radius: 3px;
    color: #fff;
    float: left;
    font-size: 16px;
    height: 54px;
    margin-left: 86px;
    width: 385px;
}
input {
    font-size: 14px;
    height: 30px;
    outline: none;
    font-family: "宋体";
}

.register-r {
    width: 540px;
    height: 84px;
    position: relative;
    float: left;
    margin-left: 25px;
}

.box .g_clist_32 {
    margin: 0px auto;
    display: none;
    padding-top: 15px;
}

.register-a {
    height: 30px;
    position: absolute;
    right: 23px;
    top: 31px;
    width: 110px;
}

.register-b {
    height: 30px;
    position: absolute;
    right: 23px;
    top: 62px;
    width: 50px;
}

.form_title {
	 border: 1px solid #ddd;
    color: #333;
    float: left;
    font-size: 14px;
    height: 47px;
    margin-left: 5px;
    text-indent: 1em;
    width: 383px;
}

.dls_right_hotproducts .head1 {
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    text-indent: 15px;
    background: #f3f3f3;
    border-bottom: 1px solid #e9e9e9;
    font-weight: 900;
    color: #000;
    margin-bottom: 15px;
}