   ﻿
/**通用部分**/
.owl-theme .owl-controls {
	position: absolute;
	bottom: 10px;
	width: 100%
}
dt {
	text-align: center;
}
* {
	border: 0;
	padding: 0;
	margin: 0;
	text-decoration: none;
}
html {
	font-size: 20px
}
body {
	font: 16px "microsoft yahei", Arial, Helvetica, sans-serif;
	color: #666;
	margin: 0px;
	padding: 0px;
	position: relative;
}
ul, li, p, h1, h2, h3, h4, h5, h6, dl, dt, dd {
	margin: 0px;
	padding: 0px;
	border: none;
	list-style: none;
}
input {
	border: none;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
div:after, ul:after, li:after {
	content: "";
	display: block;
	clear: both;
}
a {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
}
img {
	max-width: 100%;
	max-height: 100%;
}
#myCarousel .carousel-indicators, #myCarousela .carousel-indicators {
	bottom: -5px;
}
.swiper-container, .swiper-container1 {
	width: 100%;
	height: 100%;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
/*supperslide轮播样式*/
.none {
	display: none;
}
.slideTxtBox {
	position: relative;
}
.hd {
	text-align: center;
	margin-top: -20px;
}
.hd ul {
	display: inline-block;
}
.hd ul li {
	float: left;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: rgba(0, 0, 0, 0.5);
	margin-left: 10px;
	cursor: pointer;
}
.hd ul li.on {
	background-color: #007AFF;
}
.tempWrap {
	z-index: -1;
}
.product_detail_images {
	text-align: center;
}
.slideTxtBox2 {
	display: inline-block;
}
/**主体部分**/
#head {
	position: relative;
}
#head .banner {
	overflow: hidden;
}
#head .go {
	height: 65px;
	transition: all 0.3s linear;
}
#head .go .menu {
	margin-top: 1.3%;
	transition: all 0.3s linear;
}
#head .go .logo {
	width: 110px;
	transition: all 0.3s linear;
}
.logo {
	width: 20%;
	transition: all 0.3s linear;
}
.menu_box {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 86px;
	/*background: url("../images/blackopacitybg.png") repeat;*/
	background: #fff;
	transition: all 0.3s linear;
}
.menu {
	font-size: 18px;
	margin-top: 2.4%;
	transition: all 0.3s linear;
	width: 75%;
}
.menu li {
	float: left;
	padding: 6px 0 20px;
	position: relative;
	text-align: center;
}
.menu li:hover{
    background:#0E57B5 ;
}
.menu li:hover>a {
	/*color: #FF0000;*/
	color: #fff;
}
.menu li>a {
	display: block;
	/*color: #fff;*/
}
.menu li.current>a {
	color: #FF0000;
}
.menu_2 {
	width: 100%;
	background: #EEEEEE;
	position: absolute;
	top: 40px;
	left: 0;
	display: none;
}
.menu_2 div a {
	font-size: 18px;
	padding: 15px 10px;
	color: #0E57B5;
	display: block;
	text-align: center;
	/*border-bottom: 1px dashed #888;*/
}
.menu_2 div a:hover {
	background-color: #fff;
}
.title_box {
   /*margin-top:110px;*/
	padding: 30px 0 0;
	text-align: center;
	color: #333333;
}
.title_ch {
	font-size: 28px;
}
.title_ch:after {
	content: "";
	display: block;
	width: 80px;
	height: 3px;
	/*background-color: #1C202C;*/
	background-color: #fff;
	margin: 16px auto 12px;
}
.title_box>p {
	font-size: 16px;
	color: #fff;
}


.title_box.bounceInLeft.animated{
    color: #fff;
}


.title_box.animate.bounceInLeft.animated>.title_en{
    color: #000;
}
.title_box.animate.bounceInLeft.animated>.title_ch{
    color: #000;
}
.title_box.animate.bounceInLeft.animated>p{
    color: #000;
}

/*.new_list1>ul{*/
/*    display: flex;*/
/*    flex-direction: row;*/
/*    flex-wrap: wrap;*/
/*    justify-content: space-around;*/
/*    width: 100%;*/
/*}*/
.new_list1>ul>li:nth-child(1){
    float: left;
}
.new_list1>ul>li:nth-child(2){
    float: left;
}
.new_list1>ul>li:nth-child(3){
    float: left;
}
.new_list1>ul>li:nth-child(4){
    float: left;
}
.new_list1>ul>li:nth-child(5){
    float: left;
}
.new_list1>ul>li:nth-child(6){
    float: left;
}




.new_list1 .selectionli>a>div{
    width: 100%;
}

.new_list1>ul>li>a>div>span{
    word-break:keep-all;    
    white-space:nowrap;      
    overflow:hidden;        
    text-overflow:ellipsis; 
    width: 60%;
    float: left;
    position: relative;
    top: 21px;
}

.new_list1 .selectionli>a>div>p:nth-child(3){
    font-size: 30px;
    position: relative;
    top: 23px;
}

.new_list1 .selectionli>a>div:hover{
    color: #0E57B5;
}

.new_list2{
    width: 100%;    
}

.new_list2>ul{
    height: 303px;
    display: flex;
    justify-content: space-between;
    flex-flow: column wrap;
}

.pagination{
    display: flex;
    justify-content:center
}

.product_content>div {
	margin-top: 30px;
	overflow: hidden;
	position: relative;
}
.product_content>div a {
	display: block;
	text-align: center;
	position: relative;
	overflow: hidden;
}
.product_title_bg {
	width: 100%;
	height: 100%;
	background: url("../images/blackopacitybg2.png") repeat;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	z-index: 100;
	font-size: 18px;
	color: #fff;
	text-align: center;
	padding-top: 26%;
}
.product_content>div.animate img {
	animation: product_content 0.3s;
	-webkit-animation: product_content 0.3s;
	-moz-animation: product_content 0.3s;
	-o-animation: product_content 0.3s;
	animation-fill-mode: forwards;
}
.rotateInDownRight .title_box .title_en{
    color: #000;
}
.rotateInDownRight .title_box .title_ch:after{
    background: #000;
}
.rotateInDownRight .title_box>p{
    color: #000;
}


@keyframes product_content {
 0% {
 transform: scale(1)
}
 100% {
 transform: scale(1.2)
}
}
@-webkit-keyframes product_content {
 0% {
 transform: scale(1)
}
 100% {
 transform: scale(1.2)
}
}
@-moz-keyframes product_content {
 0% {
 transform: scale(1)
}
 100% {
 transform: scale(1.2)
}
}
@-o-keyframes product_content {
 0% {
 transform: scale(1)
}
 100% {
 transform: scale(1.2)
}
}
.company_introduction {
	margin-top: 30px;
	background: url("../images/index_bg2.jpg") no-repeat;
	background-size: 100% 100%;
}
.coffee_img {
	padding-top: 8%;
	padding-bottom: 8%;
}
.company_introduction_meassage {
	/*color: #fff;*/
	background: #fff;
	margin: 3% 0;
	padding-left: 5%;
}
.company_introduction_meassage h1 {
	font-size: 20px;
	/*xx9.19修改*/ font-weight: bold;
	margin-bottom: 20px;
}

.company_introduction_meassage h2{
    float: left;
    	margin: 15px 0;
}

.company_introduction_meassage p {
	text-indent: 24px;
	line-height: 30px;
	overflow: hidden;/*xx9.19修改*/
	float: left;
	margin-bottom: 30px;
}
.company_introduction_meassage a {
	display: block;
	width: 95px;
	text-align: center;
	padding: 5px 0;
	color: #fff;
	background: #0E57B5;
	border: 1px solid #aaa;/*xx9.19修改*/
	border-radius: 8px;
	margin: 15px 0;
	float: right;
}
.company_introduction_meassage a:hover {
	background-color: #000;
}
.map {
	padding: 20px 0;
}
.map_meassage {
	padding: 6% 0 30px 0;
	/*border-bottom: 1px dashed #F0F0F0;*/
}
.map_meassage>h2 {
	width: 80%;
	margin: 0 auto;
	color: #1CB9C8;
	font-size: 45px;
	color: #fff;
}
.map_meassage>p {
	width: 80%;
	margin: 0 auto;
	line-height: 50px;
	color: #fff;
}
.map_meassage>strong{
    display: block;
	width: 80%;
	margin: 0 auto;
	line-height: 40px;
	color: #fff;
}
.map.rotateInDownLeft.animated>div:nth-child(2){
    height: 336px;
    background: #0E57B5;
    /*transform: perspective(.5em) rotateX(5deg) ;*/
    /*transform-origin:bottom right;*/
    
}






.map_yy {
	color: #1CB9C8;
	margin-top: 8%;
	text-align: center;
}
.news_center {
	/*background: url("../images/footbg_02.jpg") no-repeat;*/
	/*background-size: 100% 100%;*/
	background: #fff;
}

.selectionli{
    background:#F7F7F7 ;
        
}
.selectionli2>a>span{
    line-height: 40px;
    border-left: 1px solid;
    margin: 26px 10px;
    padding-left: 10px;

}
.selectionli2{
    border: 1px solid ;
    background: #fff;
    height: 91px;
    margin-top: 10px;
}

.selectionli2>a>p:last-child{
    font-size: 30px;
    position: relative;
    top: 23px;
}




.new_list {
	background-color: #fff;
	padding: 15px 0;
	font-size: 16px;
	margin-top: 20px;
}

.new_list td{
	padding: 0px 10px;
}
.new_list ul>li {
    line-height: 25px;
    padding: 0 20px;
    width: 47%;
    margin: 0 0 10px 0;
}
.new_list ul>li:hover {
	color: #0E57B5;
}

.news_more{
    float: left;
    position: relative;
    left: 40%;
}


.news_more a {
    width: 106px;
    text-align: center;
    border: 1px solid #C3C3C3;
    padding: 8px 8px;
    margin-top: 15px;
}
.news_more a:hover {
	color: #fff;
	background-color: #000;
}
.new_list ul>li:hover a {
	color: #0E57B5;
}
.new_list ul>li a {
	color: #000;
}
.new_lists ul>li a>span {
	width: 72%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;

}




.lastnews {  margin-bottom:3%; border: #ddd 1px solid; }
.lastnews h3, .hotpro h3 { background: #e8e8e8; color: #000; height: 40px; line-height: 40px; border-bottom: #ddd solid 1px; font-size: 0.7rem;word-break:keep-all;}
.lastnews ul { overflow: hidden; padding: 5px 5px 8px 0; }
.lastnews ul li { line-height: 34px; height: 34px; overflow: hidden; width: 100%; background: url(../images/bg_title.gif) no-repeat 5px 13px; text-indent: 19px; }
.lastnews ul li a { font-size: 16px; color: #666; }
.lastnews ul li a:hover { color: #ff4a00; }	












.friendly_link {
	margin: 40px 0 20px;
}
.friendly_link>div {
	text-align: center;
}
.top {
	position: absolute;
	right: 10px;
	bottom: 25%;
}
#foot {
	padding: 16px;
	background-color: #525252;
	position: relative;
}
#foot p {
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 30px;
}
.menu_icon {
	margin: 12px 12px 0 0;
	cursor: pointer;
}
.small_menu {
	width: 250px;
	background-color: #1C202C;
	position: fixed;
	top: 0px;
	left: -250px;
	height: 100%;
	z-index: 10000001;
	overflow-y: scroll;
}
.small_menu li:nth-child(2) a {
	font-size: 18px;
	font-weight: bold;
	background: rgba(255,255,255,0.3);
}
.small_menu p {
	color: #fff;
	cursor: pointer;
	position: absolute;
	top: 15px;
	right: 15px;
}
.small_menu li.menu_close {
	font-size: 20px;
	position: absolute;
	top: 10px;
	right: 15px;
	color: #fff;
	border-bottom: none;
	z-index: 1000;
}
.small_menu li {
	margin-bottom: 2px;
	font-size: 14px;
	position: relative;
}
.small_menu li a {
	display: block;
	line-height: 30px;
	font-size: 16px;
	text-transform: Uppercase;
	color: #fff;
	background: rgba(255,255,255,0.1);
	padding: 10px 15px;
}
.small_menu li .small_menu_2 a {
	display: block;
	background: none;
	color: rgba(255,255,255,0.8);
	overflow: hidden;
	line-height: 30px;
	font-size: 14px;
	border-bottom: rgba(255,255,255,0.1) solid 1px;
}
.small_menu_2 {
	display: none;
}
.small_menu_2 a {
	display: block;
	color: #fff;
	overflow: hidden;
	line-height: 24px;
	font-size: 12px;
}
.small_menu_2 a i {
	float: left;
	width: 4px;
	height: 4px;
	background-color: #fff;
	margin: 13px 10px 0 5px;
}
.small_menu_2 a span {
	float: left;
	width: 175px;
}
.location {
	/*color: #fff;*/
	/*background-color: #006886;*/
	font-size: 14px;
	margin-top: 30px;
	padding: 12px 0;
}
.location .right {
	margin-right: 15px;
}
.pc-main .row {
	position: relative;
}

.row>p>a:hover{
    color: #0E57B5;
    font-weight:bold;
}

.menu_list {
	width: 20%;
	float: left;
	margin-top: -60px;
	margin-bottom: 40px;
}
.menu_list_head {
	padding: 25px 0;
	color: #fff;
	background-color: #1C202C;
	font-size: 20px;
	text-align: center;
	display: none;
}
.menu_list_head span {
	margin: 10%;
}
.product_meassage {
	width: 78.5%;
	float: right;
}
.product_meassage>div {
	margin-top: 13px;
}
.product_meassage>div.feedback, .product_meassage>div.lyfk {
	margin-top: 10px;
}
.product_meassage>div dd {
	text-align: center;
	line-height: 40px;
	font-size: 14px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}




.col-xs-12.news-center-list{
    border-bottom: 1px solid ;
    padding: 20px 0;
}

.col-xs-12.news-center-list:nth-child(1){
    border-top: 1px solid ;
    padding-top: 34px;
}


.menu_list_foot .one_level {
	width: 100%;
	background-color: #0E57B5;
	color: #fff;
	box-shadow: 0 3px 4px rgba(0, 0, 0, 0.4);
	font-size: 16px;
	padding: 14px 0;
	cursor: pointer;
	text-align: center;
	margin-top: 10px;
}
.menu_list_foot .one_level .square {
	/*float: left;*/
	/*width: 8px;*/
	/*height: 8px;*/
	/*background-color: #fff;*/
	/*margin: 8px 6% 0 16%;*/
	background: #0E57B5;
}

.menu_list_body {
	padding-top: 10px;
	border: 1px solid #C1C1C1;
	margin-top: 10px;
	display: none;
}
/*二次修改*/
.menu_list_body li.sub1 {
	width: 100%;
	margin-top: 5px;
}
.menu_list_body li.sub1 a.sub1_a {
	width: 110%;
	display: block;
	background: url(../images/sub1.png) no-repeat right bottom;
	line-height: 22px;
	color: #fff;
	position: relative;
	color: #fff;
	font-size: 14px;
	padding: 10px 10% 20px 25%;
	margin-left: -10%;
	position: relative;
	font-weight: bold
}
.menu_list_body li.sub1 a.sub1_a em {
	position: absolute;
	left: 15%;
	top: 18px;
	background: url(../images/sub1_ico.jpg) no-repeat;
	display: block;
	width: 7px;
	height: 7px;
}
.menu_list_body li.sub1 a.sub1_a:hover, .menu_list_body li.sub1 a.sub1_a.cur {
	background: url(../images/sub1_hover.png) no-repeat right bottom;
}
.menu_list_body li.sub1 ul.sub2 {
	display: none
}
.menu_list_body li.sub1 ul.sub2 li a.sub2_a {
	position: relative;
	width: 95%;
	margin: auto;
	color: #666;
	line-height: 20px;
	padding: 5px 0 5px 12%;
	display: block;
	font-size: 14px;
}
.menu_list_body li.sub1 ul.sub2 li a.sub2_a em {
	background: url(../images/sub2.jpg) no-repeat;
	position: absolute;
	left: 5%;
	top: 12px;
	display: block;
	width: 6px;
	height: 6px;
}
.menu_list_body li.sub1 ul.sub2 li a.sub2_a:hover {
	color: #f00
}
.menu_list_body li.sub1 ul.sub3 li a.sub3_a {
	background: none;
	width: 86%;
	line-height: 18px;
	padding: 3px 0;
	padding-left: 8%;
	margin: auto;
	color: #666;
	display: block;
	line-height: 30px;
	font-size: 14px;
}
.menu_list_body li.sub1 ul.sub3 li a.sub3_a:hover {
	color: #f00
}
.menu_list_body li.current ul.sub2 {
	display: block;
}
.menu_list_body li.current a.sub1_a {
	background: url(../images/sub1_hover.png) no-repeat right bottom;
}
.menu_list_body a.current {
	color: red !important;
	text-decoration: underline;
}
/*二次修改*/
.menu_list_foot {
	margin-top: 20px;
	/*padding: 10px 0;*/
	border: 1px solid #C1C1C1;
}
.menu_list_foot .about_meassage {
	padding: 0 6px 10px 6px;
	font-size: 14px;
}
.menu_list_foot .about_meassage p {
	margin-top: 8px;
    border-bottom: 1px solid;
    padding: 10px 0;
}

.menu_list_foot .about_meassage p:last-child{
    border-bottom: none;
}

.phone {
	padding: 5px 15px;
	font-size: 14px;
	color: #fff;
	background-color: #006886;
}
.phone .phone-menuicon {
	float: right;
	cursor: pointer;
}
.phone-menulist {
	width: 96%;
	margin: 0 auto;
	background-color: #F0F0F0;
	display: none;
}
/*二次修改*/
.phone-menulist li.sub1 {
	width: 100%;
	margin-top: 5px;
	margin-bottom: 2px;
	background-color: #F0F0F0;
}
.phone-menulist li.sub1 a.sub1_a {
	display: block;
	line-height: 22px;
	padding: 5px 0 5px 20px;
	position: relative;
	color: #555;
	font-size: 14px;
	position: relative;
}
.phone-menulist li.sub1 a.sub1_a em {
	position: absolute;
	left: 9px;
	top: 14px;
	background: rgba(0,0,0,0.5);
	display: block;
	width: 5px;
	height: 5px;
}
.phone-menulist li.sub1 a.sub1_a i {
	float: right;
	font-style: normal;
	margin-right: 8px;
	font-size: 18px;
}
.phone-menulist li.sub1 a.sub1_a i.jian {
	display: none;
	margin-right: 10px;
	font-size: 20px;
}
.menu_list_body li.sub1 a.sub1_a.cur {
	background: url(../images/sub1_hover.png) no-repeat right bottom;
}
.phone-menulist li.sub1 ul.sub2 {
	display: none
}
.phone-menulist li.sub1 ul.sub2 li a.sub2_a {
	position: relative;
	color: #666;
	line-height: 20px;
	padding: 5px 0 5px 35px;
	display: block;
	font-size: 14px;
}
.phone-menulist li.sub1 ul.sub2 li a.sub2_a em {
	background: rgba(0,0,0,0.4);
	position: absolute;
	left: 20px;
	top: 12px;
	display: block;
	width: 5px;
	height: 5px;
	border-radius: 50%
}
.phone-menulist li.sub1 ul.sub3 li a.sub3_a {
	background: none;
	line-height: 20px;
	padding: 3px 0 3px 45px;
	color: #999;
	display: block;
	font-size: 14px;
}
.phone-menulist li.sub1 ul.sub3 li:last-child {
	margin-bottom: 5px;
}
/*.phone-menulist li{display: block;padding-left: 10px;line-height: 30px;font-size: 14px;border-bottom: 1px solid #fff;}
.phone-menulist li em{ width:5px; height:5px; border-radius:50%; background:rgba(0,0,0,0.4); float:left; }
.phone-menulist li.sub1{ font-weight:bold}
.phone-menulist li.sub1 em{margin:12px 8px 0 0}
.phone-menulist li.sub2 a{ color:#777}
.phone-menulist li.sub2 em{margin:12px 8px 0 5px;background:rgba(0,0,0,0.3)}
.phone-menulist li.sub3 a{ color:#aaa}
.phone-menulist li.sub3 em{margin:12px 8px 0 10px; background:rgba(0,0,0,0.2)}*/


#owl-demo>.item:nth-child(4){
    display: none;
}
#owl-demo>.item:nth-child(5){
    display: none;
}
#owl-demo>.item:nth-child(6){
    display: none;
}


/*二次修改*/
.phone-menulist li a {
	display: block;
	padding-left: 10px;
	line-height: 30px;
	font-size: 14px;
	border-bottom: 1px solid #fff;
}
.phone_location {
	font-size: 14px;
	line-height: 30px;
	border-bottom: 1px dashed #C1C1C1;
	padding-left: 2%;
	margin-top: 10px;
}
.phone_box {
	display: none;
	margin-top: 10px;
}
.about-us {
	padding: 20px;
}
.news-center-images {
	width: 18%;
	float: left;
}
.news-center-meassage {
	width: 80%;
	float: right;
}
.news-center-meassage>h5 {
	font-size: 16px;
	font-weight: bold;
	line-height: 28px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.news-center-meassage>p {
	line-height: 46px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #C1C1C1;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.news-center-meassage>div {
	font-size: 14px;
	line-height: 25px;
}

.news-center-meassage.news-center-meassage2>div>a{
    border: 1px solid  #0E57B5;
    padding: 5px;
    color: #0E57B5;
}


.product_meassage {
	margin-bottom: 30px;
}
.feedback {
	padding: 0 10px;
}
.feedback >div {
	border: 1px solid #C1C1C1;
	padding: 0;
	margin-top: 20px;
}
.feedback_meassage {
	border-bottom: 1px solid #C1C1C1;
	background-color: #F7F7F7;
}
.feedback_name {
	float: left;
	width: 53%;
	border-right: 1px solid #C1C1C1;
	padding-left: 1%;
	line-height: 30px;
}
.feedback_time {
	float: left;
	width: 45%;
	padding-left: 1%;
	line-height: 30px;
}
.lyb {
	font-size: 16px;
	color: #AC1100;
}
.feedback_content {
	line-height: 25px;
	padding: 0 1% 10px 1%;
	background-color: #F7F7F7;
}
.feedback_content h5 {
	line-height: 25px;
	font-size: 12px;
}
.admin {
	color: #FE6600;
	padding: 4px;
	border: 1px dashed #FE6600;
}
.remind {
	line-height: 25px;
	padding-left: 1%;
	background-color: #F7F7F7;
	border-bottom: 1px solid #C1C1C1;
}
.feedback_list {
	margin-top: 10px;
}
.feedback_list input {
	height: 24px;
	border: 1px solid #CACACA;
	border-radius: 5px;
	width: 100%;
	padding: 4px 0;
}
.feedback_list .ewm {
	width: 40%;
	margin-right: 5px;
}
.feedback_list_title {
	text-align: right;
	line-height: 24px;
	width: 25%;
	float: left;
}
.feedback_list_input {
	padding-left: 10px;
	width: 50%;
	float: left;
}
.feedback_list textarea {
	width: 100%;
	height: 100px;
	border: 1px solid #CACACA;
	border-radius: 5px;
}
.submit {
	padding: 10px 0 0 25%;
}
.submit input {
	padding: 5px 10px;
	border: 1px solid #CACACA;
	background: -webkit-linear-gradient(#fff, #EEE); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(#fff, #EEE); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(#fff, #EEE); /* Firefox 3.6 - 15 */
	background: linear-gradient(#fff, #EEE); /* 标准的语法 */
	margin-left: 10px;
}
.submit input:hover {
	border: 1px solid #000;
}
.product_detail_title {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
.news_detail_title>div {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
.news_detail_title>p {
	font-size: 14px;
	text-align: center;
	margin-top: 10px;
}

.selectionli>a>div>p>strong{
    display: block;
    font-size: 29px;
    margin: 10px;
}
.selectionli>a>div>p>p{
    display: block;
}



.selectionli>a>p{
    width: 65px;
    text-align: center;
    padding: 14px 0;
}




.new_list1>ul>li>a>span{
    line-height: 35px;
}


.news_detail_images {
	text-align: center;
	margin-top: 20px;
}
.news_detail_content, .product_detail_content {
	padding: 0 10px;
}
/*二次修改*/
.news_detail_content1, .product_detail_content1 {
	height: 34px;
	position: relative;
	margin-bottom: 10px;
	border-bottom: solid 1px #ddd
}
.news_detail_content1 p, .product_detail_content1 p {
	padding: 4px 6px;
	font-size: 16px;
}
.news_detail_title, .product_detail_title {
	padding-bottom: 10px;
	/*border-bottom: 1px dashed #CACACA;*/
}
.wrap_search_input {
	position: fixed;
	bottom: 70px;
	left: 100%;
	width: 100%;
	z-index: 1000;
	background-color: #525252;
	padding: 8px 2%;
}
.wrap_search_input input {
	float: left;
	background-color: #1C202C;
	width: 80%;
	border-radius: 4px;
	height: 26px;
	padding-left: 5px;
	color: #fff;
}
.wrap_search_input p {
	float: left;
	padding: 5px 15px;
	background-color: #1C202C;
	color: #fff;
	margin-left: 5px;
	border-radius: 5px;
}
.wrap_search_input ::-webkit-input-placeholder {
 color: #fff;
}
@media(max-width:1200px) {
.coffee_img {
	margin-top: 3%;
}
.map_meassage>h2 {
	font-size: 38px;
}
.menu {
	margin-top: 2.8%;
}
}
@media(max-width:992px) {
.coffee_img {
	margin-top: 8%;
}
.map_meassage>h2 {
	font-size: 33px;
}
.map_meassage {
	padding: 2% 0 30px 0;
}
.map_yy {
	margin-top: 4%;
}
.menu {
	margin-top: 3.4%;
}
.menu_list {
	width: 30%;
}
.product_meassage {
	width: 68.5%;
}
.news-center-images {
	width: 30%;
}
.news-center-meassage {
	width: 68%;
}
.feedback_list_input {
	width: 66%;
}
}
#foot a {
	color: #fff;
}
.location .right a {
	/*color: #fff;*/
}
.prevs {
	margin-top: 20px;
}
.nexts {
	margin-top: 5px;
}
.news_detail_content2, .product_detail_content2 {
	padding-bottom: 10px;
}
.aside {
	position: fixed;
	right: 0;
	top: 20%;
	z-index: 10000;
}
.aside li {
	width: 60px;
	line-height: 60px;
	background-color: #6A757C;
	text-align: center;
	margin-bottom: 2px;
	cursor: pointer;
	position: relative;
	z-index: 100;
}
.aside li.aside_search {
	line-height: 0;
}
.aside li>p {
	position: relative;
	z-index: 100;
	background-color: #6A757C;
	line-height: 60px;
}
.aside li img {
	vertical-align: middle;
}
.aside .img2 {
	display: none;
}
.ewm {
	position: absolute;
	top: -20px;
	right: 60px;
	width: 100px;
	height: 100px;
	display: none;
}
.phone_meassage {
	position: absolute;
	right: -240px;
	top: 0;
	width: 300px;
	background-color: #8B979E;
	text-align: center;
	font-size: 25px;
	color: #fff;
}
.kuzx {
	position: absolute;
	top: 0;
	right: -127px;
	width: 187px;
	padding: 0 20px 0 15px;
	background-color: #8B979E;
	color: #fff;
	display: none;
}
.kuzx_1 {
	text-align: left;
	font-size: 15px;
	line-height: 30px;
	border-bottom: 1px solid #fff;
	color: #FBCA33;
}
.kuzx_2_box {
	margin-top: 11px;
}
.kuzx_2 {
	line-height: 35px;
}
.kuzx_2 a {
	color: #fff;
}
.kuzx_2 i {
	float: left;
	margin-top: -17px;
}
.kuzx_2 span {
	float: left;
	margin-top: -16px;
	margin-left: 10px;
}
.fx {
	position: absolute;
	top: 0;
	right: -127px;
	width: 187px;
	background-color: #8B979E;
}
.fx>div {
	margin-left: 24px;
}
.ss {
	position: absolute;
	top: 0;
	right: -205px;
	width: 265px;
	background-color: #8B979E;
	text-align: center;
	padding: 12px 23px;
}
.ss .search_input_box {
	background-color: #6A757C;
	width: 220px;
	height: 36px;
	position: relative;
}
.search_input_box span {
	position: absolute;
	top: 18px;
	left: 10px;
}
.ss input {
	width: 220px;
	border: none;
	background-color: transparent;
	height: 36px;
	color: #fff;
	padding-left: 10px;
	line-height: 30px;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
}
.ss ::-webkit-input-placeholder {
 color: #fff;
}
.search_card {
	border: 1px solid #C1C1C1;
	padding: 20px 2%;
}
.search_card_title {
	font-size: 14px;
	margin-bottom: 10px;
}
.search_card_meassage {
	line-height: 20px;
}
.search_card_more {
	float: right;
}
.search_card_more a {
	display: block;
	padding: 4px 15px;
	background-color: #006886;
	color: #fff;
	margin-top: 10px;
}
.wrap_foot {
	width: 100%;
	position: fixed;
	left: 0;
	bottom: 0;
	background-color: #1C202C;
	padding: 10px 0;
}
.wrap_foot dl {
	width: 20%;
	float: left;
	text-align: center;
}
.wrap_foot dt {
	height: 33px;
}
.wrap_foot dd {
	color: #fff;
}
.share_box {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 100000;
	display: none;
}
.share_box_parent {
	overflow-y: auto;
}
.share_box_children {
	background-color: #F5F5F5;
	padding: 15px 0;
}
.share_box_children>a {
	float: left;
	text-align: center;
	font-size: 0.9rem;
	color: #ADADAD;
}
.cancel {
	text-align: center;
	background-color: #E9E9E9;
	font-size: 0.8rem;
	line-height: 2rem;
}
.share_box dd {
	font-size: 14px;
}
.placeholder_s {
	color: #999;
	position: absolute;
	top: 8px;
	left: 11px;
	z-index: -1;
}
.yzm {
	position: relative;
}
.product_content img {
	max-height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.go1{
    position: relative;
    top: 230px;
    background: #0E57B5;
    color: #fff;
    /*height: 30px;*/
    padding-top: 2px;
}


.new_list1>ul>li{
    margin: 0 10px 10px 10px;
}




@media(max-width:768px) {
.pad {
	display: block;
}
.logo {
	margin-left: 10px;
	width: 90px;
	position: relative;
	z-index: 10;
}
.menu_box {
	height: 60px;
	background-color: #525252;
}
.banner {
	padding-top: 60px;
}
.menu {
	margin-top: 1%;
}
}
@media(max-width:640px) {
.menu_list {
	display: none;
}
.product_meassage {
	width: 100%;
}
.phone_box {
	display: block;
}
.location {
	display: none;
}
.banner {
	position: relative;
	height: 250px;
	overflow: hidden;
}
.banner #owl-demo img {
	height: 200px;
	position: absolute;
	left: 50%;
	max-width: none;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: auto;
}
#owl-demo, #owl-demo .owl-wrapper-outer, #owl-demo .owl-wrapper, #owl-demo .owl-item {
	height: 200px;
	overflow: hidden;
}
#owl-demo .item {
	display: block;
	height: 100%;
	width: 100%;
	text-align: center;
	overflow: hidden;
}
}
@media(max-width:415px) {
.news-center-images {
	width: 30%;
}
.news-center-meassage {
	width: 68%;
}
.news-center-meassage p {
	display: none;
}
.news-center-meassage h5 {
	padding-bottom: 10px;
	/*border-bottom: 1px dashed #ddd;*/
}
.product_meassage>div {
	margin-top: 20px;
}
}

@media(max-width:360px) {
    .feedback_list_title {
    	width: 30%;
    }
    #owl-demo, #owl-demo .owl-wrapper-outer, #owl-demo .owl-wrapper, #owl-demo .owl-item  {
        height: 514px !important;
        border: #fff;
    } 
    .submit {
    	padding-left: 30%;
    }

    .company_introduction_meassage{
        bottom: 27px;
    }
    .selectionli2>a>p:last-child{
        top: -72px !important;
        left: 29px !important;
    }
}






@media(max-width:330px) {
.map_meassage>h2 {
	font-size: 28px;
}
}

.two-level>div {
	line-height: 30px;
}
.carousel-indicators li {
	width: 8px;
	height: 8px;
	background-color: #B49C7E;
	border: none;
}
.carousel-indicators .active {
	width: 10px;
	height: 10px;
	background-color: #007AFF;
}
.swiper-container {
	z-index: 0;
}
@media(min-width:640px) {
.menu_box {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
}
}

.product_content a {
	border: 1px solid #337ab7;
}
.product_meassage dl dt {
	border: 1px solid #ddd;
	position: relative;
}
.product_meassage dl dt span {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.product_meassage dl dt img {
	max-height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.news-center-meassage2>p {
	border-bottom: none;
}
.day {
	color: #fff;
	font-size: 37px;
	text-align: center;
	line-height: 58px;
	background-color: #0E57B5;
	font-weight: bold;
    padding-bottom: 8px;
}
.month {
	color: #fff;
	font-size: 15px;
	text-align: center;
	line-height: 26px;
	background-color: #0E57B5;
    padding-top: 10px;
}
.lyfk_title {
	font-size: 18px;
	padding-left: 2%;
}
.feedback_list_box {
	padding: 0 10px;
}
.feedback_list_box input {
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	height: 32px;
	width: 100%;
	padding-left: 10px;
	background-color: transparent;
	line-height: 32px;
}
.feedback_list_box>div>div {
	position: relative;
}
.feedback_list_box textarea {
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	height: 100px;
	width: 100%;
	padding-left: 10px;
	padding-top: 8px;
	background-color: transparent;
}
.feedback_list_box div {
	padding: 0;
	margin-top: 10px;
}
.feedback_list_box .i1, .feedback_list_box .i2 {
	padding-right: 10px;
}
.ss_placeholder {
	color: #fff;
	position: absolute;
	top: 30px;
	left: 32px;
}
@media(max-width:768px) {
    .feedback_list_box .i1, .feedback_list_box .i2 {
    	padding-right: 0;
    }

    .title_ch:after{
        background-color: #1C202C;
    }
    .product_content>div{
        width: 46%;
    }
    .product_content>div>a{
        display: flex;
        flex-direction:column;
    }

    
    .product_content img{
        height: auto;
    }
    .product_content.go.bounceInUp.animated{
        display: flex;
        flex-direction:row;
        flex-wrap:wrap;
        justify-content:space-around;
    }

    
    .go1{
        top: 88%;
        z-index: 9999;
        height: 12%;
        font-size: 0.3rem;
    }
    .new_list1>ul{
        height: auto; 
    }
    .new_list1>ul>li{
        width: 100%;
        margin-top: 10px;
    }
    .title_box>p>span{
        line-height: 30px;
    }
    .new_list ul>li{
        width: 100%;
    }
    .new_list2>ul{
        height: 100%;
    }
    .selectionli2>a>span{
        width: 55%;
        overflow:hidden;
        text-overflow:ellipsis;
        display:-webkit-box;
        -webkit-box-orient:vertical;
        -webkit-line-clamp:1;
    }
    .new_list1>ul>li>a>span {
        overflow:hidden;
        text-overflow:ellipsis;
        display:-webkit-box;
        -webkit-box-orient:vertical;
        -webkit-line-clamp:1;
        line-height: 65px;
    }
    .company_introduction_meassage{
        margin: 0 0;
        width: 65%;
        float: right;
        position: relative;
        bottom: 50px;
    }
    .coffee_img.col-sm-4.hidden-xs>img{
        width: 33%;
        float: left;
        position: relative;
        top: 50px;
    }
    .company_introduction_meassage p{
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 7;
    }
    .company_introduction_meassage h2{
        font-size: 20px;
    }
    .company_introduction_meassage a{
        margin: 9px 0;
    }
    
    
    .coffee_img.col-sm-4.hidden-xs:after{
        display:inline ;
    }
    .company_introduction_meassage.col-sm-8.col-xs-12.bounceIn.animated:after{
       display:inline ;
    }        
    .coffee_img{
        margin-top:0;
    }
    
    .headp{
        display: none;
    }
    .menu.right.hidden-xs.hidden-sm{
        display: none;
    }

    /*.pageinfo{*/
    /*    display: block;*/
    /*}*/
    .pagination>li:nth-last-child(1){
        display: block;
    }
    
    
    .active{
        border: 1px solid;
    }
    .active span:nth-child(1){
        float: left;
        display: block;
        height: 32px;
        line-height: 32px;
        padding: 0 12px;
        font-size: 16px;
        border: 1px solid #dddddd;
        color: #555555;
        text-decoration: none;
        background: #0E57B5;
        color: #fff;
    }
    .pageinfo{

        height: 32px;
        line-height: 36px;
        padding: 3px 12px;
        font-size: 16px;
        border: 1px solid #dddddd;
        color: #555555;
        text-decoration: none;
    }
    .owl-carousel .owl-stage-outer{
        margin-top: 0;
    }
    .banner{
        height: 100%;
    }
    
    .banner .owl-carousel>a{
        height: auto;
    }
    
    
    

    

    
    .owl-item .item1{
        background: url(../images/banner01.png) no-repeat ;
        background-size:100% auto;

    }
    .owl-item .item2{
        background:  url(../images/banner02.png) no-repeat;
        background-size:100% auto;

    }
    .owl-item .item3{
        background:  url(../images/banner03.png) no-repeat;
        background-size:100% auto;

    }   
    
    
    
    .selectionli2>a>p:last-child{
        top: 20px;
        left: 18px;
    }
    
    

    .logohead>a{
        display: inline;
    }
    .logohead>a>h2{
        color: #fff;
        width: 70%;
        font-size: 1rem;
    }

    .wrap_foot{
        z-index: 99999;
    }
    
    .banner #owl-demo img{
        display: none;
    }
    

    .xgss{
        color: #fff;
    }

    .menu_icon{
        position: absolute;
        left: 90%;;
        top: 5px;
    }

    
    
    .owl-item.cloned{
        height: 660px;
    }
    #owl-demo, #owl-demo .owl-wrapper-outer, #owl-demo .owl-wrapper, #owl-demo .owl-item{
        height: 660px;
        border: #fff;
    }
    .xl6.xs6.xm4.xb23.proitem>a>img{
        width: 100%;
        margin: 10px;
    }
    .xl6.xs6.xm4.xb23.proitem>a{
        text-align: center;
    }






.yzm input {
	width: 100px;
}
.feedback_button input {
	width: 70px;
	border-radius: 4px;
	border: none;
	text-align: center;
	color: #fff;
}
.feedback_button .feedback_submit {
	background-color: #E00000;
}
.feedback_button .feedback_reset {
	background-color: #1E1E1E;
}
.black_cloth {
	position: fixed;
	z-index: 10000000;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	display: none;
}
/*pages*/ .pagination-wrapper {
	margin: 50px 0;
}
.pagination {
	height: 34px;
	text-align: center;
	flex-wrap:wrap;
}
.pagination li {
	display: inline-block;
	height: 34px;
	margin-right: 5px;
}
    .pagination li a:nth-child(1){
        word-break:keep-all; 
        white-space:nowrap; 
    }


.pagination li a {
	float: left;
	display: block;
	height: 32px;
	line-height: 32px;
	padding: 0 12px;
	font-size: 16px;
	font-size: 0.7rem;
	border: 1px solid #dddddd;
	color: #555555;
	text-decoration: none;
}
.pagination li a:hover {
	background: #f5f5f5;
	color: #0099ff;
}
.pagination li.thisclass {
	background: #09f;
	color: #fff;
}
.pagination li.thisclass a, .pagination li.thisclass a:hover {
	background: transparent;
	border-color: #09f;
	color: #fff;
	cursor: default;
}
.sub_left_foot_pro { width: 100%; float: left; margin:0% 0%; }
.sub_left_foot_pro1 { width: 33%; float: left; }
.sub_left_foot_pro2 { width: 33%; float: left; }
.sub_left_foot_pro3 { width: 33%; float: left; }

.lastnews { margin-bottom: 10%!important; margin-bottom:3%; border: #ddd 1px solid; }
.lastnews h3, .hotpro h3 { background: #e8e8e8; color: #000; height: 40px; line-height: 40px; border-bottom: #ddd solid 1px; font-size: 0.7rem;word-break:keep-all;}
.lastnews ul { overflow: hidden; padding: 5px 5px 8px 0; }
.lastnews ul li { line-height: 34px; height: 34px; overflow: hidden; width: 100%; background: url(../images/bg_title.gif) no-repeat 5px 13px; text-indent: 19px; }
.lastnews ul li a { font-size: 16px; color: #666; }
.lastnews ul li a:hover { color: #ff4a00; }	

.explain {                       
    color: #999;
    margin: 16px;
    /*padding: 100px 30px;*/
    line-height: 2em;
}
}


.xgnew, .xgnew-layout {
	margin: 0 auto;
	padding: 0 10px
}


@media(min-width:760px) {
.xgnew {
	width: 750px
}
}
@media(min-width:1000px) {
.xgnew {
	width: 1000px
}
}
@media(min-width:1200px) {
.xgnew {
	width: 1200px
}
}

.padding-big-top {
	padding-top: 20px
}

.padding-big-bottom {
	padding-bottom: 20px
}

.text-center {
	text-align: center
}

.layout:after, .xgnew:after, .xgnew-layout:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden
}
.clearfix, .layout, .xgnew, .xgnew-layout {
	display: block
}

.layout {
	width: 100%
}

.padding-big {
	padding: 20px
}

.xl12, .xs12, .xm6, .xl6, .xs6, .xb6 {
	position: relative;
	min-height: 1px
}
.xm4, .xb3 {
	position: relative;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px
}
.xb23 {
	position: relative;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px
}

@media(min-width:1200px) {
.xb3{
	float: left
}
.xb3 {
	width: 25%
}
.xb23 {
	float: left
}
.xb23 {
	width: 22%
}
.newsitem .news-date {
	text-align: center;
	display: inline-block;
	float: left;
	width: 5rem;
	height: 5rem;
	background: #f2f2f2;
}
.newsitem li {
	border-bottom: dashed 1px #ddd;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.newsitem .news-date1 {
	text-align: center;
	color: #666666;
	font-size: 1.5625rem;
	margin-top: 0.6rem;
}
.newsitem .news-date2 {
	text-align: center;
	color: #999999;
	font-size: 0.8rem;
}
.newsitem .news-bodys {
	padding: 0 0.875rem;
	overflow: hidden;
	zoom: 1;
}
.newsitem .news-bodys h3 {
	word-wrap: break-word;
	overflow: hidden;
}
.newsitem .news-bodys p {
	word-wrap: break-word;
	overflow: hidden;
	line-height: 1.15rem;
	font-size: 0.75rem;
	color: #999;
	margin-top: 10px;
}
.prolist h3 {
	padding: 8px 0px;
	text-align: center;
}
.typelist {
	padding: 10px 0px;
}
.proitem {
	padding: 10px;
}
.proitem img {
	padding: 10px;
	width: 100%;
	border: solid 1px #999;
}

.logohead { 

    background: url("/skin/images/logo.png") no-repeat 44px -6px; 
    width: 25%;
    height: 55px;
    float: left;
    margin-left: -232px;
    margin-top: -3px;
    background-size: 81%;
}


.logohead a {
	position: relative;
    text-indent: -999em;

}
.news_detail_content2, .product_detail_content2 {
	padding-bottom: 10px;
	font-size: 16px;
	color: #333;
    line-height: 2;
}

.new_list table {
border:0;
}
.new_list table td, table th {
border:0;
}

.newsitem table {
border:0;
}
.newsitem table td, table th {
border:0;
}

.contact_intro {
    padding: 8px 13px 0;
    background: #fff;
}

.contact_intro>li{
    border-bottom: 1px solid;
    padding: 10px 0;
    font-size: 14px;
}
/*.contact_intro>li:nth-child(1){*/
/*    font-weight:bold;*/
/*}*/

.contact_title {
    padding: 17px;
    text-align: center;
    font-size: 17px;
    color: #fff;
    background: #0E57B5;
}

#daodu {
    padding: 10px 20px 10px 20px;
    font-size: 14px;
    width: 100%;
    background-color: #EDF1F7;
    /*border: 1px #E5E5E5 solid;*/
    color: #333;
    margin-bottom: 10px;
}

.prolistcontent {
    width: auto;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 3%;
    padding-left: 50px;
    padding-right: 50px;
}
  
.xgss {
    margin-top: 0px;
    font-size: 12px;
    color: #fff;
    line-height: 25px;
}
.j_hz {
    margin-top: 0px;
    font-size: 12px;
    color: #fff;
    line-height: 25px;
    text-align: center;
}

.news_detail_content2 img {
    width:590px;
    height:400px;
    }
.news_detail_content2 strong{
    margin-bottom: 8px;
    font-size: 17px;
    color: #1c4786;
    font-weight: 700;
    line-height: 20px;
    font-family: microsoft yahei;
    vertical-align: baseline;
    border-left: 3px #1c4786 solid;
    word-wrap: break-word;
    background-color: #f6f6f6;
    margin-top: 5px;
    }

.xun ul {
    display: block;
    margin: -10px;
    overflow: hidden;
	}
	
	
	

.classification{
    margin-left: auto;
    margin-right: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    }











.Productclassification ul {
    width: 200px;
    float: left;
    height: 50px;
    }

.Productclassification p{
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    background:#e69854;
    margin-bottom: 10px;
    color: #fff;
    padding: 30px 0;
	}
    

.Productclassification li {
    width: 200px;
    height: 60px;
    line-height: 50px;
    text-align: center;
	}



.Productclassification li a {
    display: block;
    font-size: 18px;
    font-family: "微软雅黑";
    font-weight: normal;
    background-color: #0a87fdd4;
    color: #fff;
    }


/*.classification{*/
/*     margin-left:120px*/
/*	 }*/

.classification_box {
    margin-left: auto;
    margin-right: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /* font-size: 0; */
}

.classification_box li:nth-child(-n+6) {
    margin-bottom: 10px;
}
.sb{
    width: 290px;
    border-radius: 10px;
    text-align: center;
    background-color: #FFFFFF;
    overflow: hidden;
    cursor: pointer;
}
.goods_img {
    margin-bottom: 6px;
    width: 232px;
    height: 232px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

 .goods_img img {
    width: 100%;
    height: auto;
}
.goods_title {
    width:211px;
    font-size: 14px;
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    padding: 0 24px;
    text-overflow: ellipsis;
    text-align: left;
}

.goods_price {
    font-size: 14px;
    /* font-weight: bold; */
    color: #909090;
    margin: 0 30px;
    margin-top: 4px;
    margin-bottom: 10px;
    text-align: left;
    /* color: #909090; */
}

.zbSELL {
    display: flex;
    align-items: center;
    margin-left: 20px;
}

.zbf {
    font-size: 14px;
    color: #333;
}
.goods_btn {
    margin: 0 auto;
    width: 155px;
    height: 29px;
    line-height: 30px;
    font-size: 14px;
    color: #FFFFFF;
    transition: 0.3s;
    background-color: #C64646;
    /* border: 1px solid #C64646; */
    text-align: center;
    border-radius: 2px;
    margin-left: 8px;
}
.Productclassification{margin-left:-100px
   }
   
   
   
.product_center{width:1300px}

}
}    

.ycrz {
    display: inline-block;
    vertical-align: 2px;
    margin-left: 20px;
    line-height: 22px;
    font-size: 14px;
    color: #fff;
    padding: 0 8px 0 6px;
    height: 22px;
    background-color: #2d7dff;
    border-radius: 0 20px 20px 0;
    font-weight: normal;
}

.yuanc {
    position: relative;
    top: 0px;
    background: #f33b3b;
    border-radius: 2px;
    font-size: 14px;
    font-weight: 400;
    color: #f6f6f6;
    line-height: 20px;
    padding: 3px 5px 3px 5px;
    margin-top: 0;
    margin-right: 20px;
}

.xgzt {
    background-color: #fff;
    width: 100%;
    margin: 0 auto;
    max-width: 1180px;
}
.rmwz {
    background: url(http://www.xuli-latex.com/images/xhx.jpg) no-repeat 0 15px;
    padding: 3px 15px;
    background-color: #fff;
    border-bottom: 1px solid #d9e0dd;
    height: 44px;
    line-height: 44px;
    margin-bottom: 5px;
    margin-top: 5px;
}
.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.xgzt li {
    margin: 5px;
    background-color: #f5f5f5;
    -webkit-border-radius: 8px;
    padding: 0 7px;
}

.daodu {
    padding: 10px 20px 10px 20px;
    font-size: 14px;
    width: 100%;
    background-color: #EDF1F7;
    border: 1px #E5E5E5 solid;
    color: #333;
    margin-bottom: 10px;
}

.yuyue {
    padding: 10px 0 25px 0;
    text-align: center;
}

.yuyue p {
    border-top: 1px solid #efefef9e;
    color: #777;
    font-size: 15px;
}

.yuyue a {
    display: block;
    margin: 15px auto 0;
    width: 160px;
    height: 40px;
    line-height: 40px;
    background: #EC3B3B;
    font-size: 16px;
    color: #fff;
    box-shadow: 0 8px 10px rgb(236 59 59 / 30%);
    /*border-radius: 22px;*/
    transition: all linear .3s;
}

.yuyue ul {
    padding: 25px 0 0 0;
}

.yuyue li {
    display: inline-block;
    width: 47%;
    font-size: 16px;
    line-height: 32px;
    margin: 8px;
}

.yuyue li i {
    color: #ff0000;
    width: 80px;
    display: inline-block;
}

em, i {
    font-style: normal;
}

.yuyue li span {
    color: #0057ff;
    margin: 0 5px;
}

#daodu {
    padding: 10px 20px 10px 20px;
    font-size: 14px;
    width: 100%;
    background-color: #EDF1F7;
    border: 1px #E5E5E5 solid;
    color: #333;
    margin-bottom: 10px;
}

.dong {
    width: 200px;
    display: inline-block;
    font-size: 14px;
    color: #888;
}

#newdigg {
    width: 130px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #00aef3;
    display: inline-block;
    margin: 0 2px;
    color: #00aef3;
    font-size: 14px;
}


 @media(max-width:768px){
        .hc-sidebar{
            display:none;
        }
    }
.hc-sidebar {
    position: fixed;
    z-index: 999;
    top: 200px;
    right: 20px;
    cursor: pointer;
    transition: all .3s ease;
}

.hc-sidebar ul {
    width: 78px;
    height: auto;
    border: 1px solid #ebebeb;
    list-style: none;
    margin: 0 auto;
    padding: 0;
}

.hc-sidebar ul li:nth-child(1) {
    background: url(/static/images/kefu1.png) no-repeat #ff8eff;
    background-size: 50%;
    background-position: center 5px;
}

.hc-sidebar ul li a {
    text-decoration: none;
    color: #135684;
    display: block;
    width: 100%;
    height: 100%;
}

.hc-sidebar i {
    width: 27px;
    height: 28px;
    margin: 0 auto;
    display: block;
    vertical-align: middle;
}

.hc-sidebar h3 {
    color: #fff;
    font-size: 14px;
    text-align: center;
    margin-bottom: 0;
    margin-top: 5px;
}

.hc-sidebar ul li:nth-child(2) {
    background: url(/static/images/dianhua1.png) no-repeat #ff9a49;
    background-size: 50%;
    background-position: center 5px;
}

.hc-sidebar ul li:nth-child(3) {
    background: url(/static/images/kefu1.png) no-repeat red;
    background-size: 50%;
    background-position: center 5px;
}

.hc-sidebar ul li:nth-child(4) {
    background: url(/static/images/QQ.png) no-repeat #1cc5fd;
    background-size: 50%;
    background-position: center 5px;
}

.hc-sidebar ul li:nth-child(5) {
    background: url(/static/images/weixin1.png) no-repeat #79b949;
    background-size: 50%;
    background-position: center 5px;
}

.hc-sidebar ul li:nth-child(6) {
    background: url(/static/images/zhiding1.png) no-repeat #1d5f91;
    background-size: 50%;
    background-position: center 5px;
}

.zx-wechat {
    width: 170px;
    position: absolute;
    right: 75px;
    top: -50px;
    /* opacity: 0; */
    transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    display: none;
}

.zx-wechat p {
    width: 170px;
    height: 74px;
    text-align: center;
    background: #FFF;
    color: #000;
    border: 1px solid #ebebeb;
    font-size: 16px;
    line-height: 21px;
    padding: 16px 0;
    margin: 0;
    box-sizing: border-box;
}

.hc-sidebar ul li {
    width: 72px;
    height: 75px;
    margin: 0 auto;
    border-bottom: 1px solid #ebebeb;
    box-sizing: border-box;
    padding-top: 13px;
    position: relative;
}

.hc-sidebar ul li:nth-child(1):hover {
    background: url(/static/images/kefu.png) no-repeat #fff;
    background-size: 50%;
    background-position: center 5px
}

.hc-sidebar ul li:nth-child(2):hover {
    background: url(/static/images/dianhua.png) no-repeat #fff;
    background-size: 50%;
    background-position: center 5px
}

.hc-sidebar ul li:nth-child(3):hover {
    background: url(/static/images/kefu.png) no-repeat #fff;
    background-size: 50%;
    background-position: center 5px
}

.hc-sidebar ul li:nth-child(4):hover {
    background: url(/static/images/QQ.png) no-repeat #fff;
    background-size: 50%;
    background-position: center 5px
}

.hc-sidebar ul li:nth-child(5):hover {
    background: url(/static/images/weixin.png) no-repeat #fff;
    background-size: 50%;
    background-position: center 5px
}

.hc-sidebar ul li:nth-child(5):hover .zx-wechat{
	display: block;
}

.hc-sidebar ul li:nth-child(6):hover {
    background: url(/static/images/zhiding.png) no-repeat #fff;
    background-size: 50%;
    background-position: center 5px
}

.ic-kc {
    width: 27px;
    height: 22px;
    margin: 0 auto
}

.ic-gh {
    width: 20px;
    height: 22px;
    margin: 0 auto
}

.ic-st {
    width: 20px;
    height: 22px;
    margin: 0 auto
}

.ic-tel {
    width: 24px;
    height: 28px;
    margin: 0 auto
}

.ic-wx {
    width: 20px;
    height: 22px;
    margin: 0 auto
}

.hc-sidebar ul li:hover .ic-wx {
    background: no-repeat center
}

.hc-sidebar ul li:hover h3 {
    color: #264cb1
}

.hc-sidebar ul li:hover .zx-phone {
    opacity: 1
}

.zx-wechat img {
    width: 170px;
    height: 170px;
    display: block;
    background-color: #000
}
