@import url("../../../css/common.css");
.topbg{
	padding: 20px 0px;
	background: #FFFFFF;
}
.topbg .logo a {
    display: table-cell;
    height: 60px;
    vertical-align: middle;
    text-align: center;
	padding: 15px 0px;
}

.topbg .width1300{
	position: relative;
	height: 90px;
}

.topbg .logo img {
    max-width: 100%;
    max-height: 100%;
}
.topbg .text{
	line-height: 90px;
	padding-left: 15px;
	font-size: 18px;
	font-weight: bold;
}

.topbg .text a{
	color: #000000;
}

.topbg .telphone {
    padding: 0px 10px 0px 68px;
    color: #7f7f7f;
    margin-top: 20px;
    font-size: 14px;
    line-height: 25px;
    position: relative;
	max-width: 400px;
}
.topbg .telphone i {
    font-size: 51px;
    color: #fb5a48;
    position: absolute;
    top: 12px;
    left: 0px;
}

.topbg .telphone b {
    font-size: 14px;
    color: #fb5a48;
}

.nav-index {
    height: 50px;
    background: #fb5a48;
}

.nav-ul {
    display: flex;
}

.nav-ul li.active {
    color: #fff;
    background: #e24234;
}
.nav-ul li a {
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
    transition: all 0.5s;
    font-weight: 700;
}

.nav-ul li {
    display: inline;
    float: left;
    margin: 0px;
    position: relative;
    flex: 1;
    text-align: center;
	height: 50px;
}

.nav-ul li:hover{
	color: #fff;
	background: #e24234;
}

.nav-ul li .div_a {
	width: 100%;
	overflow: hidden;
	position: absolute;
	top: 50px;
	left: 0px;
	z-index: 999;
	background: #FFF;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
	padding: 0px 0;
	display: none;
}

.nav-ul li .div_a a{
	color: #333333;
	font-weight: normal;
}

.nav-ul li:hover .div_a {
	display: block;
}

.nav-ul li .div_a a:hover{
	background:#e24234 ;
	color: #FFF
}

.header-logo .search {
	padding-left: 130px;
	padding-top: 30px;
	padding-bottom: 30px;
}

.wordlist li {
	cursor: pointer;
	line-height:22px;
	padding: 0px 8px;
}

.wordlist li.yes {
	
}

.topbg .search .search_k input {
	border: #db2719 1px solid;
	line-height: 40px;
	height: 40px;
	text-indent: 1em;
	width: 330px;
	border-left: 1px solid #FF0000;
}

.topbg .search .search_k button {
	border: #db2719 1px solid;
	background: #db2719;
	line-height: 38px;
	height: 40px;
	float: right;
	width: 60px;
	font-weight: 600;
	color: #FFF;
	outline: medium;
	cursor: pointer;
}
.topbg .search{
	position: absolute;
	right: 350px;
	top: 50%;
	margin-top: -20px;
}
.topbg .search .wordlist{
	float: left;
	height: 38px;
	border: 1px solid #FF0000;
	border-right: 0px;
	position: relative;
	padding-right: 14px;
	background: #FFFFFF;
}
.topbg .search .search_k{
	float: left;
}

.topbg .search .wordlist span{
	position: absolute;
	right: 4px;
	top: 10px;
}

.topbg .search .wordlist .wordlist-text{
	cursor: pointer;
	line-height:38px;
	padding: 0px 8px;
}

.topbg .search .wordlist .wordlist-box{
	position: absolute;
	left: 0px;
	width: 100%;
	top:38px;
	background: #FFFFFF;
	display: none;
}
.topbg .search .wordlist .wordlist-box li:hover{
	color: #FF0000;
}
.topbg .search .wordlist:hover .wordlist-box{
	display: block;
}

.footer {
    background: #333;
    padding: 30px 0px;
    overflow: hidden;
    text-align: center;
    line-height: 25px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #666;
}

.footer-bottom {
    background: #333;
    overflow: hidden;
    padding: 10px 0 20px;
    color: #999;
    line-height: 25px;
}



.box-title {
    background: #FFFFFF;
    padding: 40px 0px;
}

.box-title {
    background: #FFFFFF;
    padding: 40px 0px;
}

.box-title .box-db-01 p {
    padding: 0px 20px;
    font-size: 26px;
    line-height: 48px;
}

.box-title .box-db-01 {
    display: block;
    width: 370px;
    height: 48px;
    background: #fb5a48;
    margin: 0px auto;
    border-radius: 20px 0 20px 0px;
}

.box-title .box-db-01 h3 {
    font-weight: 400;
    margin: 0px auto;
    display: block;
    color: #fff;
    letter-spacing: 1px;
    overflow: hidden;
	text-align: center;
}

.more {
    width: 200px;
    height: 48px;
    background: #fb5a48;
    text-align: center;
    line-height: 48px;
    margin: 0px auto 10px;
    transition: all 0.3s;
    font-size: 15px;
    border-radius: 24px;
}

.more a {
    color: #fff;
    display: block;
}

.about {
    overflow: hidden;
    background: #FFFFFF;
}

.about .left {
    width: calc(100% - 350px);
	width: -moz-calc(100% - 350px);
	width: -webkit-calc(100% - 350px);
    float: left;
    overflow: hidden;
    padding: 5% 2% 5% 5%;
    box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
    background: #dce6ee;
    margin-top: 50px;
    border-radius: 8px 0 0 8px;
}

.about .right {
    float: right;
    width: 45%;
    position: relative;
    border-radius: 8px;
    height: 540px;
    margin-bottom: 10px;
    overflow: hidden;
}

.about .intro em {
    font-size: 26px;
    color: #000;
    line-height: 50px;
}

.about .intro p {
    font-size: 14px;
    color: #444;
    line-height: 30px;
    display: -webkit-box;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.about .left .more1 a {
    background: #fb5a48;
    display: inline-block;
    color: #fff;
    margin-top: 20px;
    border-radius: 24px;
    width: 160px;
    height: 48px;
    line-height: 48px;
    padding-left: 6%;
    box-sizing: border-box;
    font-size: 16px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.about .left .more1 a i {
	margin-left: 10px;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

.about .left .more1 a:hover i {
	margin-left: 20px;
}

.about .right {
    float: right;
    width:350px;
    position: relative;
    border-radius: 8px;
    height: 540px;
    margin-bottom: 10px;
    overflow: hidden;
}

.about .right img {
    width: 100%;
    display: block;
}

.seka-box .width1300 {
    overflow: hidden;
    padding: 25px 0px;
    padding-bottom: 0px;
}

.seka-box .width1300 .item {
    float: left;
    width: calc(92% / 5);
	width: -moz-calc(92% / 5);
	width: -webkit-calc(92% / 5);
	margin-right: 2%;
	margin-bottom: 2%;
	background: #FFFFFF;
}
.seka-box .width1300 .item:nth-child(5n){
	margin-right: 0px;
}

.seka-box .width1300 .item a{
	display:block;
	background: #FFFFFF;
	padding: 2%;
}

.seka-box .width1300 .item a img{
	width: 100%;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	display: block;
}

.seka-box .width1300 .item a .intro {
    padding-top: 8px;
	font-size: 12px;
	line-height: 20px;
	color: #999999;
}

.seka-box .width1300 .item a .intro h3 {
    font-weight: normal;
    font-size: 14px;
    color: #000000;
}

.seka-box .width1300 .item a:hover .intro h3 {
	color: #FF0000;
}

.inews {
    width: 59%;
    float: right;
}

.inews li {
    width: 100%;
    float: left;
    padding: 11px 0;
    margin-bottom: 10px;
}

.inews li .date {
    float: left;
    width: 11%;
    text-align: center;
    padding: 0 10px;
    border-right: 1px solid #e0e0e0;
    font-family: arial;
}

.inews li .date .d1 {
    line-height: 60px;
    font-size: 40px;
    color: #c2c2c2;
    font-weight: 600;
}

.inews li .date span {
    display: block;
}

.inews li .date .d2 {
    font-size: 14px;
    line-height: 23px;
    color: #4c4c4c;
}

.inews li .nr {
    width: 80%;
    float: left;
    margin-left: 2%;
}

.inews li h3 {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 10px;
    margin-top: 2px;
    overflow: hidden;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #000000;
}

.inews li .sum {
    color: #666;
    font-size: 14px;
    line-height: 23px;
}

.inews li h3:hover{
	color: #fb5a48;
}

.inews-main {
    background: #FFFFFF;
	overflow: hidden;
	padding: 15px 0px;
}

.inews_img {
    width: 37%;
    float: left;
}

.content {
    padding: 20px 0px;
    overflow: hidden;
}

.content .left {
    width: 250px;
}

.company-box {
    background: #FFFFFF;
}

.company-box h2 {
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    background: #fb5a48;
    color: #fff;
    padding: 0px 15px;
    border-bottom: 1px solid #eee;
    font-weight: bold;
}

.company-box h2:before {
    content: "";
    display: block;
    width: 3px;
    height: 16px;
    background: #fff;
    margin: 14px 10px 0 0;
    float: left;
}

.shopname {
    height: 77px;
    padding: 0px 0px 0px 15px;
    border-bottom: #eee 1px solid;
    font-size: 12px;
}

.shopname h3 {
    color: #ee2e2c;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 20px;
    line-height: 20px;
    padding: 13px 5px 0px 0px;
    font-weight: bold;
}

.shopname h3 font {
    color: #fff;
    background: #fb5a48;
    padding: 1px 5px;
    height: 20px;
    line-height: 20px;
    border-radius: 3px;
    margin-top: 5px;
	font-weight: normal;
	font-size:12px;
}

.shopname .jwsy {
    margin-top: 10px;
    font-size: 12px;
    height: 27px;
    line-height: 27px;
}

.shopname .jwsy1 {
    background: #fb5a48;
    color: #fff;
    border-radius: 2px;
    text-align: center;
    padding: 4px 6px;
    margin-right: 5px;
}

.shopname .jwsy2 {
    background-color: #333;
    color: #fff;
    border-radius: 2px;
    text-align: center;
    padding: 4px 6px;
    margin-right: 5px;
}

.shopname .jwsy1:hover,
.shopname .jwsy2:hover {
	opacity: .8;
	filter: alpha(opacity=80);
}

.shopData p {
    line-height: 20px;
    padding: 4px 5px 4px 15px;
    z-index: 1;
    overflow: hidden;
    zoom: 1;
    font-size: 12px;
}

.shopData h3{
	line-height: 20px;
	padding: 0px 5px 0px 15px;
	z-index: 1;
	overflow: hidden;
	zoom: 1;
	font-size: 12px;
	color: #000000;
}

.shopData .bb{
	border-bottom: 1px solid #EEEEEE;
}

.shopData h3 i{
	border-left: 3px solid #FF0000;
	padding-left: 10px;
	font-weight: bold;
}

.shopData p font {
    float: left;
    color: #fff;
    background: #fb5a48;
    padding: 1px 5px;
    height: 20px;
    line-height: 20px;
    border-radius: 3px;
    display: block;
    margin-top: 5px;
}

.shopData p i {
    color: #999;
    float: left;
    font-size: 12px;
    padding-right: 4px;
    /* width: 60px; */
    text-align: right;
}

.companyInfo {
    height: auto;
    overflow: hidden;
    border-top: #eee solid 1px;
    padding: 15px 0px 5px 15px;
    margin-top: 10px;
}

.companyInfo a {
    width: 83px;
    height: 30px;
    float: left;
    border: #eee solid 1px;
    line-height: 30px;
    border-radius: 3px;
    margin: 0px 10px 10px 0px;
    padding: 0px 10px 0px;
    color: #535353;
}

.companyInfo a:hover {
	color: #ee2e2c;
	text-decoration: none;
}

.side_body {
    background: #FFFFFF;
    padding: 10px 20px;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 26px;
}

.content .right {
    width: calc(100% - 270px);
    width: -moz-calc(100% - 270px);
    width: -webkit-calc(100% - 270px);
}

.main_head {
    font-size: 16px;
    background: white;
    box-shadow: 0px 0px 15px #f2f2f2;
    padding: 0px 20px;
}

.main_head div {
    overflow: hidden;
    display: block;
    height: 45px;
    line-height: 45px;
}

.main_head strong {
    display: block;
    float: left;
    height: 16px;
    border-left: #fb5a48 3px solid;
    line-height: 16px;
    padding-left: 10px;
    margin-top: 12px;
    font-size: 16px;
}

.main_body {
    background: #FFFFFF;
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 20px;
    margin-top: 5px;
    padding: 1% 2%;
}

.main_body_right {
    width: 40%;
}

.main_body_right img{
	width: 100%;
}

.main_body_left {
    width: 60%;
}
.main_body_left p {
    padding-right: 2%;
}

.main_product {
    background: #FFFFFF;
    margin-top: 10px;
    padding: 2%;
}

.main_product ul {
	border-left: 1px solid #EEEEEE;
}

.main_product ul .item-box {
    width: 25%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-right: 1px solid #EEEEEE;
    border-top: 1px solid #EEEEEE;
    float: left;
}
.main_product ul .item-box a {
    display: block;
    padding: 2% 4%;
}

.main_product ul .item-box a .price-text p strong {
    font-size: 16px;
    color: #FF0000;
    padding: 5px 0px;
    display: block;
}

.main_product ul .item-box a .intro {
    padding: 5px 0px;
    font-size: 12px;
    line-height: 20px;
    color: #999999;
}

.main_product ul .item-box a .intro h3 {
    font-weight: normal;
    font-size: 14px;
    color: #000000;
}

.main_product ul .item-box.album-box .img-box{
	max-height: 220px;
	overflow: hidden;
}

.main_product ul .item-box img {
    width: 100%;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	object-fit: cover;
	-o-object-fit: cover;
}

.main_product ul .album-box img {
	height: 200px;
}

.footerTable {
    padding-top: 30px;
}

.main_product ul .item-box a .intro-p {
    padding-top: 5px;
    line-height: 20px;
    height: 40px;
}

.main_product ul .item-list{
	width:calc(100% / 5);
	width:-moz-calc(100% / 5);
	width:-webkit-calc(100% / 5);
}

.main_product ul .item-list img {
    width: 100%;
	height: auto;
    object-fit: cover;
	-o-object-fit: cover;
}

.btn-item {
    text-align: center;
    padding: 2% 0px;
	margin-bottom: 10px;
}

.btn-item a {
    display: inline-block !important;
    padding: 5px 25px !important;
    background: #fb5a48;
    color: #FFFFFF;
}

.side_body_goods {
    padding: 2%;
}

.side_body_goods li a .img-box img {
    width: 80px;
    display: block;
}

.side_body_goods li a .intro {
    width: calc(100% - 90px);
    width: -moz-calc(100% - 90px);
    width: -webkit-calc(100% - 90px);
    margin-left: 10px;
}

.side_body_goods li {
    padding: 4% 0px;
}

.side_body_goods li a .intro h3 {
    font-size: 14px;
    font-weight: normal;
}

.main_news {
    margin-top: 10px;
    padding: 2%;
    background: #FFFFFF;
}

.main_news ul li {
    padding: 20px 0px;
    border-bottom: 1px solid #E2E2E2;
}

.main_news ul li a .img {
    width: 150px;
    height: 120px;
    padding: 5px;
    border: 1px #eee solid;
}
.main_news ul li a .img p{
	display: table;
	width: 100%;
	height: 100%;
}
.main_news ul li a .img p span{
	display: table-cell;
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
}
.main_news ul li a .img p span img{
	max-width: 150px;
	max-height: 120px;
}

.main_news ul li a .intro {
    width: 500px;
    margin-left: 2%;
}

.main_news ul li a .intro p {
    padding: 5px 0px;
    color: #999999;
    font-size: 14px;
    line-height: 24px;
}

.main_news ul li a .intro span {
    color: #999999;
    font-size: 12px;
}

.box-content {
    text-align: center;
    border-bottom: 1px dashed #EEEEEE;
}

.new-title {
    font-size: 20px;
    color: #000000;
    padding: 15px 0px;
    padding-bottom: 10px;
}

.boxs span {
    margin: 0px 10px;
    color: #999999;
}

.main_body_intro {
    border-bottom: 1px solid #EEEEEE;
    padding: 2%;
    background: #FFFFFF;
    margin-top: 10px;
}

.main_body_intro img{
	max-width: 800px;
}

.win_right_fixed{
	position: fixed;
	width: 70px;
	background: #db2719;
	right: 0px;
	top: 30%;
	text-align: center;
	border-radius: 4px;
	z-index: 9999;
}
.win_right_fixed li{
	height: 70px;
	line-height: 70px;
	line-height: 70px;
	border-bottom: 1px solid #FFFFFF;
	color: #FFFFFF;
	cursor: pointer;
	position: relative;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
}
.win_right_fixed li a{
	display: block;
	height: 70px;
	color: #FFFFFF;
}

.win_right_fixed li .iconfont{
	font-size: 24px;
}

.win_right_fixed li .w200{
	position: absolute;
	right: 70px;
	background: #F43838;
	top: 0px;
	width: 0px;
	height: 48px;
	padding: 11px 0px;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	overflow: hidden;
}

.win_right_fixed li .w200 p{
	width: 150px;
	line-height: 24px;
}

.win_right_fixed li:hover{
	background: #F43838;
}
.win_right_fixed li:hover .w200{
	width: 150px;
}
.win_right_fixed li .w300{
	position: absolute;
	right: 70px;
	background: #F43838;
	top: 0px;
	width: 0px;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	overflow: hidden;
}

.win_right_fixed li .w300 p{
	width: 130px;
	padding:15px 10px;
	line-height:16px;
}

.win_right_fixed li .w300 p img{
	width: 130px;
}
.win_right_fixed li .w300 p.n-p{
	padding-top: 0px;
}
.win_right_fixed li:hover .w300{
	width: 150px;
}

.win_right_fixed li.goto_top{
	line-height: 24px;
}
.win_right_fixed li.goto_top i{
	padding-top: 11px;
	display: block;
}

.win_right_scroll li.goto_top{
	height: 0px;
}