* {
	margin: 0;
	padding: 0;
}

* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

ul, li {
	list-style: none;
	margin: 0;
}

a:hover, a:focus {
	text-decoration: none
}

body {
	background: #f6f6f6;
	font: 12px/1.5  "Helvetica Neue", Helvetica, "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
	word-wrap: break-word;
	word-break: break-all;
}

.bgfff {
	background: #fff;
}

.fl {
	float: left;
	*display: inline;
}

.fr {
	float: right;
	*display: inline;
}

.fontArial {
	font-family: arial;
}

.mtop20 {
	margin-top: 20px;
}

.br4 {
	-moz-border-radius: 4px;
	border-radius: 4px;
}

i, em {
	font-style: normal;
	text-decoration: none;
}

.ellipsis {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
img {
	border: 0;
}

.clr {
	clear: both;
	height: 0px;
	margin: 0px;
	padding: 0px;
	font-size: 0;
	overflow: hidden;
}

input, button, textarea, select {
	font-size: 100%;
	font-weight: inherit;
	font-family: inherit;
}

table, td {
	border: 0;
	margin: 0;
	padding: 0;
}

table {
	width: 100%;
}

.blank15 {
	clear: both;
	height: 15px;
}

.blank25 {
	clear: both;
	height: 25px;
}

.mtop {
	margin-top: 15px;
}

.mtop30 {
	margin-top: 30px;
}
.d-flex {
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.flex-item{
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
/* top条 */
.topcontainer {
	/* height: 36px; */
	line-height: 36px;
	background: #f6f6f6;
}

.topcontainer a {
	display: inline-block;
}

.topcontainer a:hover {
	color: #1184e1
}

.topcontainer a {
	color: #595959;
}

.topcontainer a img {
	margin-right: 5px;
}

.topcontainer .glyphicon {
	font-size: 10px;
}

.topcontainer .pull-left {
	margin-right: 10px;
}
/* logo */
.header-agency-container {
	min-height: 100px;
	padding: 22px 0;
	transition: all .5s;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.affix .header-agency-container {
	padding: 10px 0;
	min-height: 30px;
}

.header-agency-left {
	padding-right: 10px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
}

/* .header-agency-logo { max-height: 56px; } */

.header-agency-logo img {
	max-width: 350px;
	height: 56px;
	float: left;
}

.header-agency-logo h1, .header-agency-logo span {
	margin-left: 15px;
	/* float: left; */
	font-size: 16px;
	font-weight: 600;
	line-height: 56px;
	letter-spacing: 0;
	color: #262626;
	margin-bottom: 0;
}

.header-agency-logo a, .header-agency-logo a:hover, .header-agency-logo a:link, .header-agency-logo a:visited {
	color: #262626;
}

.header-agency-logo-position {
	height: 56px;
	position: relative;
}

.header-agency-logo-position img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.header-agency-line {
	width: 1px;
	height: 40px;
	margin-top: 8px;
	margin-left: 20px;
	display: inline-block;
	line-height: 56px;
	background: #eee;
}

.header-agency-info-outer {
	width: auto;
	display: inline-block;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.header-agency-info {
	width: 100%;
	height: 56px;
	padding-left: 20px;
	display: table;
}

.header-agency-info p {
	width: 100%;
	max-height: 44px;
	display: table-cell;
	overflow: hidden;
	font-size: 14px;
	line-height: 22px;
	vertical-align: middle;
	letter-spacing: 0;
	color: #262626;
}

.header-agency-info dl {
	margin: 0;
	font-weight: bold;
	font-size: 14px;
}

.header-agency-info dt {
	color: #ec455a;
	font-size: 14px;
}

.header-agency-tel p {
	margin: 0;
	color: #ec455a;
	font-size: 14px;
	line-height: 1;
	font-weight: bold;
}

.header-agency-tel-phone {
	margin-top: -15px;
}



.header-agency-right div {
	font-size: 35px;
	text-align: right;
	line-height: 1;
}

.header-agency-right div .icon-jigou {
	font-size: 18px;
	color: #ec455a;
}

.header-agency-right span {
	font-weight: bold;
	font-size: 20px;
	letter-spacing: 0;
	color: #ec455a;
	font-family: arial;
}

.header-agency-tel {
	-webkit-animation: d 2s ease infinite .5s;
	animation: d 2s ease infinite .5s;
}
.header-agency-tel .btn-danger{
	border:none;border-radius: 0;background:#e60000;
}
.glyphicon-earphone, .glyphicon-phone {
	color: #ec455a;
	font-size: 16px;
}

.fixtopbar {
	width: 100%;
	z-index: 1001;
	top: 0;
}

/*banner CSS*/

.fullbanner {
	width: 100%;
	height: auto;
}

.fullbanner .swiper-slide {
	background: #fff;
}

.fullbanner .swiper-slide a {
	display: block;
}

.fullbanner .swiper-slide img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
	width: 100%;
}

.fullbanner .swiper-button-next {
	right: 15%;
}

.fullbanner .swiper-button-prev {
	left: 15%;
}

.fullbanner .swiper-pagination-bullet-active {
	background: #006AB4
}
.fullbanner video{
	display: block;
	margin: 0 auto;
	min-width: 1140px;
}
.Mbanner img {
	max-width: 100%;
	width: 100%;
}

.pr5 {
	padding-right: 5px
}

.font15 {
	font-size: 15px
}

.footer a {
	color: #aaa;
}

.complaint-help li {
	color: #999999;
	font-size: 12px;
	padding-top: 12px;
}

.complaint-help i {
	font-size: 14px;
	color: #4a8bfd;
	margin-right: 10px;
}

@-webkit-keyframes d {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	30% {
		-webkit-transform: scale(1.13);
		transform: scale(1.13)
	}
	60% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes d {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	30% {
		-webkit-transform: scale(1.13);
		transform: scale(1.13)
	}
	60% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}





/* 导航 */

.proNavBox {
	background: #000;
}

.navBoxCon li {
	float: left;
	font-family: "microsoft yahei";
	font-size: 16px;
	line-height: 50px;
	margin-right: 20px;
}

.navBoxCon li a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 0 30px;
}

.navBoxCon li a.navCur, .navBoxCon li a:hover {
	background: #d02802;
}

/* 滚动产品 */

.marqueeleft {
	width: 100%;
	height: 300px;
	overflow: hidden;
	margin: 0 auto;
	background: #f4f4f4;
}

.marqueeleft>div {
	width:400%; 
	white-space:nowrap;
}
.marqueeleft ul{
	white-space: nowrap;
}
.marqueeleft li {
	display: inline-block;
	width: 240px;
	height: 282px;
	margin: 0 5px;
	padding: 4px 4px 0 4px;
	margin: 6px 4px 0 10px;
	overflow: hidden;
	box-sizing: content-box;
}

.marqueeleft img {
	width: 240px;
	height: 240px;
	display: block;
}

.marqueeleft .pro-con {
	width: 240px;
	height: 240px;
	overflow: hidden;
}

.marqueeleft .pro-con .pro_txt {
	position: relative;
	top: -240px;
	left: 0;
	width: 230px;
	height: 240px;
	display: none;
}

.marqueeleft .pro-con .pro_txt .popup_bg {
	width: 240px;
	height: 240px;
	background: #034374;
	opacity: 0.6;
	filter: Alpha( opacity=60);
}

.marqueeleft .pro-con .pro_txt .p1, .marqueeleft li .pro-con .pro_txt .p2, .marqueeleft li .pro-con .pro_txt .p3 {
	width: 200px;
	height: 25px;
	position: absolute;
	left: 15px;
	color: #fff;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.marqueeleft li .pro-con .pro_txt .p1 {
	top: 70px;
}

.marqueeleft li .pro-con .pro_txt .p2 {
	top: 100px;
	font-size: 16px;
	font-weight: 600;
}

.marqueeleft li .pro-con .pro_txt .p2 span {
	font-size: 12px;
	padding-right: 5px;
}

.marqueeleft li .pro-con .pro_txt .p3 {
	font-size: 14px;
	top: 130px;
}

.marqueeleft li .price {
	overflow: hidden;
	margin-top: 7px;
	background: url(http://img00.hc360.com/service/201611/201611010936065980.jpg) no-repeat;
	height: 32px;
	line-height: 32px;
}

.marqueeleft li .price dt {
	float: left;
	width: 90px;
	padding-left: 5px;
	overflow: hidden;
	font-size: 22px;
	font-weight: 400;
	color: #fff;
}

.marqueeleft li .price dt span {
	padding-left: 3px;
	font-size: 14px;
	font-family: Arial, Verdana, Simsun;
}

.marqueeleft li .price dd {
	float: right;
	width: 90px;
	height: 32px;
	overflow: hidden;
	display: block;
}

.marqueeleft li .price dd a {
	background:#fe963e;
	color:#fff;
	width: 90px;
	height: 32px;
	display: block;
	text-align: center;
	line-height: 32px;
	font-weight: bold;
	font-size: 14px;
}

.marqueeleft .pro-con a:hover .pro_txt {
	display: block;
}


.titlesbg {
	height: 100px;
	background-image:url(../images/titlesbg.png);
	background-color: #3677c4;
	background-repeat: no-repeat;
	background-position: center top;
	letter-spacing: 4px;
	text-align: center;
	color:#ffe5a4;
	font-size:45px;
	line-height: 85px;
}


/* 新品上市 */

.hotPic .hd {
	z-index: 3;
	overflow: hidden
}

.hotPic .hd ul {
	float: left;
	padding-top: 20px;
	overflow: hidden;
	zoom: 1
}

.hotPic .hd ul li img {
	border: 1px solid #ebeaea;
	cursor: pointer;
	margin-bottom: 10px;
}

.hotPic .hd ul li.on img {
	border: 1px solid #3677c4;
}

.hotPic .hd ul li img {
	width: 100%;
}

.hotPic .bd {
	overflow: hidden;
	margin-top: 20px;
}

.hotPic .bd li {
	zoom: 1;
	vertical-align: middle;
	background: #fff;
}
.hotPic .bd li img{
	display: block;
	width: 90%;
	margin: 0 auto;
}
.hotPic .bd li a {
	color: #333;
}

.hotPic .bd li a:hover {
	color: #333
}

.hotPic .bd li a p {
	padding: 5px 10px;
	font-size: 16px;
	font-weight: bold;
}

.hotPic .bd li a p.price {
	color: red
}

.hotPic .bd li a p.price span {
	font-size: 35px;
	line-height: 1;
}

/*主推品牌*/

.proList ul {
	padding: 20px 0;
}

.proList ul li {
	position: relative;
	font-size: 16px;
	line-height: 20px;
}

.proList ul li .listPic {
	overflow: hidden;
	position: relative;
}

.proList ul li .price {
	background: url(../images/btnbg1.jpg) no-repeat right;
	height: 40px;
	line-height: 40px;
	color: #fff;
	margin-top: 10px;
	margin-bottom: 5px;
	overflow: hidden
}

.proList ul li .price span {
	float: left;
	font-size: 20px;
	font-weight: 600;
	padding-left: 10px;
	overflow: hidden;
}

.proList ul li .price span i {
	font-style: normal;
	padding-right: 5px;
	font-size: 14px;
	font-family: Arial, Verdana, Simsun;
	font-weight: 400;
}

.proList ul li .price a {
	float: right;
	width: 110px;
	height: 40px;
	background:#fe963e;
	color:#fff;
	text-align: center;
	line-height: 40px;
	font-weight: bold;
	font-size: 14px;
}
.proList ul li .price a:hover{
	color:#fefefe;

}

.proList ul li .listPic .proBoder_top {
	height: 4px;
	background: #ff0505;
	position: absolute;
	top: 0;
	left: 300px;
	width: 300px;
	overflow: hidden;
	z-index: 99;
	transition: all 0.3s ease-in 0s;
	-moz-transition: all 0.3s ease-in 0s;
	-webkit-transition: all 0.3s ease-in 0s;
	-o-transition: all 0.3s ease-in 0s;
}

.proList ul li .listPic:hover .proBoder_top {
	left: 0;
	top: 0;
}

.proList ul li .listPic .proBoder_right {
	height: 300px;
	background: #ff0505;
	position: absolute;
	bottom: 300px;
	right: 0;
	width: 4px;
	overflow: hidden;
	z-index: 99;
	transition: all 0.3s ease-in 0s;
	-moz-transition: all 0.3s ease-in 0s;
	-webkit-transition: all 0.3s ease-in 0s;
	-o-transition: all 0.3s ease-in 0s;
}

.proList ul li .listPic:hover .proBoder_right {
	right: 0;
	top: 0;
}

.proList ul li .listPic .proBoder_bottom {
	height: 4px;
	background: #ff0505;
	position: absolute;
	bottom: 0;
	left: -300px;
	width: 300px;
	overflow: hidden;
	z-index: 99;
	transition: all 0.3s ease-in 0s;
	-moz-transition: all 0.3s ease-in 0s;
	-webkit-transition: all 0.3s ease-in 0s;
	-o-transition: all 0.3s ease-in 0s;
}

.proList ul li .listPic:hover .proBoder_bottom {
	left: 0;
	bottom: 0
}

.proList ul li .listPic .proBoder_left {
	height: 300px;
	background: #ff0505;
	position: absolute;
	top: 300px;
	left: 0;
	width: 4px;
	overflow: hidden;
	z-index: 99;
	transition: all 0.3s ease-in 0s;
	-moz-transition: all 0.3s ease-in 0s;
	-webkit-transition: all 0.3s ease-in 0s;
	-o-transition: all 0.3s ease-in 0s;
}

.proList ul li .listPic:hover .proBoder_left {
	left: 0;
	top: 0
}

.proList ul li a {
	color: #444;
	text-decoration: none;
}

.proList ul li a:hover {
	color: #c00;
}

.proList ul li a img {
	width: 100%;
}

/* 公司简介 */

.profile {
	margin-top: 25px;
	text-indent: 2em;
	font-size: 14px;
	padding-top: 10px;
	overflow: hidden;
}



/* 企业档案 */

.columnbox {
	/* overflow:hidden; */
	margin-bottom: 10px;
	background: #fff;
}


.leftBoxCon {
	padding: 10px 15px;
}

.qyArchives h2 {
	font-size: 14px;
	line-height: 20px;
}

.qyArchives .memyear {
	padding: 0 0 10px 0;
	border-bottom: 1px dashed #e6e6e6;
	margin-bottom: 5px;
	font-size: 14px;
	overflow: hidden;
	text-align: center;
}

.qyArchives .memyear img {
	margin: 5px auto;
	display: block;
}

.qyArchives .memyear span.mRed, .memyear span b {
	color: #ee2e2c;
}

.qyArchives .ArchivesList {
	font-size: 14px;
	overflow: hidden;
}

.qyArchives .ArchivesList ul li {
	padding: 6px 0 5px;
	line-height: 22px;
	overflow: hidden;
}

.qyArchives .ArchivesList ul li span.aLeft {
	float: left;
	display: block;
	color: #666;
}

.qyArchives .ArchivesList li a.aqqIco {
	width: 25px;
	height: 23px;
	background: url(http://pub.idqqimg.com/qconn/wpa/button/button_121.gif);
	display: inline-block;
	vertical-align: middle;
	margin: -3px 0 0 3px;
}

.ArchivesList a.redbold14 {
	text-decoration: underline;
}

.ArchivesList a.rnzz {
	color: #ee2e2c;
}

.ArchivesList li.txtmid {
	border-top: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
}


/* 产品分类 */


.classBox {
	background: #fff;
	padding: 10px;
	overflow: hidden;
}

.classBox li {
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	background-image: url(../images/bg1.jpg);
	margin: 15px auto;
	color: #ffe6a3;
	border-radius: 10px;
	padding-left: 10px;
}

.classBox li a {
	color: #fff;
	display: block;
	text-decoration: none;
}

.classBox li a:hover {
	color: #fff;
}
.classBox li.f_b a{
	color: #000;
	font-weight: bold;
}
/* 联系方式 */

.contact {
	background: #fff;
	padding: 10px;
	overflow: hidden;
	margin-bottom: 10px;
	line-height: 2;
	font-size: 14px;
}

.contact li span {
	padding-left: 15px;
}


.more {
	clear: both;
	text-align: right;
	padding: 10px 15px 10px 0;
}

/* 供应产品 */

.supplyBox {
	overflow: hidden;
}

.supplyTit {
	background-image: url(../images/bg1.jpg);
	height: 40px;
	padding: 0 20px;
	font-size: 16px;
	line-height: 40px;
	color: #fff;
	letter-spacing: 2px;
}

.supplyTit span {
	float: right;
	font-size: 12px;
}

.supplyTit a {
	color: #fff;
	text-decoration: none;
}

.supplyTit strong {
	font-weight: normal
}

.supplyList {
	overflow: hidden;
}

.supplyList li {
	margin: 10px 0 5px 0;
}

.supplyList li .ProImg img {
	width: 100%;
}

.supplyList li .ProImg a {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	*display: block;
	*font-size: 157.14px;
	*font-family: Arial;
}

.supplyList li .price {
	color: #ee2e2c;
	line-height: 30px;
	font-size: 18px;
	font-weight: 600;
}

.supplyList li .price span i {
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	font-family: Arial, Verdana, Simsun;
	padding-right: 5px;
}

.supplyList li .price a {
	float: right;
	width: 64px;
	height: 18px;
	background: url(http://image.hc360.com/b2b/0815/btn.jpg) no-repeat;
	display: block;
	margin-top: 8px;
}

.supplyList li .proTxt {
	clear: both;
	line-height: 16px;
	height: 20px;
	overflow: hidden;
}

.supplyList li .proTxt a {
	color: #444;
	text-decoration: none;
}

.supplyList li .proTxt a:hover {
	color: #c00;
}

/* 友情链接 */

.link_con {
	clear: both;
	background: #fff;
	padding: 10px 15px;
	overflow: hidden;
}

.link_con li {
	float: left;
	line-height: 40px;
	margin: 10px;
	overflow: hidden;
}

.link_con li img {
	max-width: 110px;
	max-height: 40px;
	border: 2px solid #ccc;
}
/* 产品切换 */
.proSwitch {
	clear: both;
	background: url(../images/bg2.jpg) no-repeat center top;
	height: 600px;
	padding-top: 100px;
}

#certify {
	position: relative;
	margin: 0 auto
}

#certify .swiper-container {
	padding-bottom: 60px;
}

#certify .swiper-slide {
	width: 520px;
	height: 408px;
	background: #fff;
	box-shadow: 0 8px 30px #ddd;
}

#certify .swiper-slide img {
	display: block;
	margin: 20px auto 0;
}

#certify .swiper-slide p {
	line-height: 98px;
	padding-top: 0;
	text-align: center;
	color: #636363;
	font-size: 1.1em;
	margin: 0;
}

#certify .swiper-pagination {
	width: 100%;
	bottom: 20px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	border: 3px solid #fff;
	background-color: #d5d5d5;
	width: 10px;
	height: 10px;
	opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	border: 3px solid #00aadc;
	background-color: #fff;
}

#certify .swiper-button-prev {
	left: 30px;
	width: 62px;
	height: 91px;
	background: url(../images/left_img.png) no-repeat;
	background-position: 0 0;
	background-size: 100%;
}

#certify .swiper-button-next {
	right: 30px;
	width: 62px;
	height: 91px;
	background: url(../images/right_img.png) no-repeat;
	background-size: 100%;
}


/* tui2 */
/* 举报 */

.complaint-help {
	padding: 10px 30px 10px;
	min-height: 250px;
}

/* .complaint-help-title { height: 36px;font-size: 18px;} */

.complaint-help-title .glyphicon {
	color: #f8cc61;
	font-size: 18px;
}

.complaint-help-title span {
	font-size: 18px;
	line-height: 35px;
	margin-left: 2px;
	font-weight: 600;
	letter-spacing: 0;
	color: #262626;
}

.complaint-help>p {
	font-size: 12px;
	line-height: 22px;
	letter-spacing: 0;
	color: #262626;
	margin-top: 10px;
	margin-bottom: 10px;
}

.complaint-help .jyb-btn {
	color: #fff;
	width: 100%;
}

.complaint-help .jyb-btn:link, .complaint-help .jyb-btn:visited, .complaint-help .jyb-btn:active {
	color: #fff;
	text-decoration: none;
}

.complaint-help>em {
	height: 17px;
	margin-top: 10px;
	display: block;
	font-size: 12px;
	line-height: 17px;
	text-align: center;
	letter-spacing: 0;
	color: #8c8c8c;
}

.complaint-container {
	padding: 20px;
	position: relative;
}

.complaint-container>div {
	padding: 10px;
	font-size: 13px;
	text-align: center;
	color: #262626;
	border: 1px dashed #d9d9da;
}

.complaint-container p {
	display: inline-block;
	margin: 0;
}

/* footer */

.footer {
	margin: 30px auto 50px auto;
}

.footer ul {
	text-align: center;
	overflow: hidden;
	list-style: none;
}

.footer li {
	display: inline-block;
	height: 14px;
	border-left: 1px solid #ddd;
	padding: 0 10px;
	line-height: 14px;
	float: none;
	margin: 0;
}

.footer li:first-child {
	border-left: 0;
	*border-left-style: expression(this.previousSibling==null?"none":"solid")
}

.footer li a {
	font-size: 12px;
	color: #666;
	line-height: 14px
}

.footer li a:hover {
	color: #256caf
}

.footer li a:focus {
	color: #666
}

.fcopyright {
	margin: 15px auto 0 auto;
	font-size: 12px;
	color: #aaa;
	line-height: 17px;
	text-align: center
}

.fcopyright .colora2 {
	color: #2a2a2a
}


.fixedtelephone {
	position: fixed;
	right: 5px;
	bottom: 60px;
	width: 50px;
	height:50px;
	overflow: hidden;
	z-index: 9999;
	background: #7f39b0;
	color: #fff;
	font-size: 12px;
	text-align: center;
}

.fixedtelephone a {
	color: #fff;
}
.fixedtelephone:hover{
	background-color: #8f39b0;
}
.fixedtelephone a:hover {
	color: #fff;
}

.fixedtelephone img {
	display: block;
	height: 32px;
	margin-left: -7px;
}

/* pages */

.pages {
	padding: 20px 0;
	text-align: center;
	font-size: 12px;
}

.pages a:link, .pages a:visited, .pages a:active {
	background: #FFFFFF;
	border: #E6E6E6 1px solid;
	padding: 6px;
	text-decoration: none;
	margin: 0 6px;
}

.pages a:hover {
	background: #F1F1F1;
	border: #CCCCCC 1px solid;
	color: #FF6600;
}

.pages strong {
	background: #2E6AB1;
	padding: 6px;
	border: #CCCCCC 1px solid;
	color: #FFFFFF;
}

.pages_inp {
	border: #CCCCCC 1px solid;
	padding: 6px;
	width: 30px;
	text-align: center;
	color: #666666;
}

.pages_btn {
	width: 48px;
	background: #EEEEEE;
	border: #CCCCCC 1px solid;
	font-weight: bold;
	padding: 6px;
	margin: 0 6px;
}

.pages label {
	background: #FFFFFF;
	border: #CCCCCC 1px solid;
	padding: 6px;
}

.pages label em {
	color: red;
	font-weight: bold;
	font-style: normal;
}

.pages label span {
	font-weight: bold;
}

/* show */

.dsn {
	padding: 15px 0;
	font-size: 14px;
}

.title {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	line-height: 48px;
}

.info {
	margin: 16px 16px 0 16px;
	background: #F1F1F1;
	line-height: 48px;
	text-align: center;
}

.content {
	font-size: 14px;
	line-height: 180%;
	padding: 20px;
}

.content p {
	margin: 0 0 16px 0;
}

.property {
	border: #E6E6E6 1px solid;
	background: #F6F6F6;
	padding: 16px;
	margin: 0 20px;
}

.property li {
	float: left;
	width: 30%;
	height: 24px;
	line-height: 24px;
	overflow: hidden;
}

.header-agency-right .header-phone {
	font-size: 16px;
	color: #ec455a;
	line-height: 25px;
	text-align: left
}

.header-agency-right .header-phone p {
	margin: 0
}

.header-agency-right .header-phone img {
	width: 50px;
	margin-right: 5px;
}

.header-agency-right .header-phone span {
	display: block;
	text-align: left;
	font-size: 22px;
	line-height: 1;
	color: #000
}

@media (max-width: 768px) {
	.topcontainer a img {
		height: 10px;
	}
	.header-agency-container {
		min-height: 40px;
		margin-left:-10px;
		margin-right: -10px;
	}
	.header-agency-logo {
		overflow: hidden;
		height: 30px;
	}
	.header-agency-logo img {
		height: 30px;
		margin-right: 5px;
	}
	.header-agency-container {
		padding-top: 5px;
		padding-bottom:5px;
	}
	.header-agency-right div {
		font-size: 14px;
	}
	.header-agency-logo h1, .header-agency-logo span, .header-agency-right span {
		font-size: 14px;
		line-height: 30px;
		margin: 0;
	}
	.header-agency-tel-phone {
		line-height: 1;
		margin: 0
	}
	/* 手机轮播图 */
	.swiper-container .swiper-pagination-bullet-active {
		background: #fff;
	}
	.swiper-container .swiper-button-next {
		right: 5%;
		-webkit-transform: scale(.8);
		transform: scale(.8);
	}
	.swiper-container .swiper-button-prev {
		left: 5%;
		-webkit-transform: scale(.8);
		transform: scale(.8);
	}
	.header-agency-right .header-phone .pull-left {
		text-align: right;
		width: 100%;
	}
	.header-agency-right .header-phone {
		font-size: 14px;
	}
	.header-agency-right .header-phone span {
		font-size: 16px;
		text-align: right;
	}
	.header-agency-left {
		padding: 0
	}
	.navBoxCon li {
		margin: 0
	}
	.navBoxCon {
		padding: 0;
	}
	.navBoxCon li a {
		padding: 0 9px;
	}
	.vs-noflex{
		display: block!important;
	}
	.titlesbg{
		font-size: 15px;
		height: 50px;
		line-height: 50px;
		background-size: cover;
	}
	#certify .swiper-container{
		padding-bottom: 0;
	}
	.proSwitch{
		background: none;
		padding: 0;
		height: auto;
	}
	#certify .swiper-slide{
		height: 200px;
	}
	#certify .swiper-slide p{
		line-height: 30px;
	}
	#certify .swiper-slide img{
		margin: 5px auto;
		height: 160px;
	}
}
/*左侧右侧通话*/

.left_form {
	position: fixed;
	top: 30%;
	left: 0;
	z-index: 1000;
	border: 5px solid #004BA8;
	background: #fff;
	width: auto;
	height: auto;
	padding: 15px 0;
	padding-left: 35px;
	width: 255px;
	display: none;
}

.left_form h3 {
	font-size: 14px;
	color: #333;
	line-height: 30px;
	margin: 0;
}

.left_form h3 span {
	color: #C00000;
	font-size: 20px;
}

.left_form p {
	line-height: 24px;
	font-size: 12px;
	font-weight: 700;
	margin-bottom: 0;
}

.delbtn {
	position: absolute;
	top: 0;
	right: 5px;
	z-index: 9999;
	font-size: 18px;
	color: #aaa;
	cursor: pointer;
}

.kf_btn {
	height: 147px;
	background-color: #004dac;
	position: fixed;
	padding: 15px 5px 0;
	width: 30px;
	background: #004BA8;
	color: #fff;
	left: 0;
	top: 30%;
	z-index: 1001;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	text-align: center;
	line-height: 18px;
	cursor: pointer;
	display: none;
}

.sendmsg {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 5px 0;
}

.buyPhone {
	width: 130px;
	height: 40px;
	border: 0;
	padding: 5px;
	float: left;
	line-height: 30px;
	background: #eee;
	font-size: 15px;
}

.sbtn {
	width: 70px;
	height: 40px;
	background: #C00000;
	color: #fff;
	float: left;
	border: 0;
	cursor: pointer;
}

.yzmbox {
	width: 100%;
	height: 40px;
	z-index: 999;
	box-sizing: border-box;
	padding: 4px;
	border: 1px solid #ddd;
	float: left;
}

.yzmbox input {
	border: 0;
	height: 30px;
	line-height: 30px;
	display: block;
	float: left;
	width: 50%;
}

.yzmbox img {
	display: block;
	float: right;
	max-height: 30px;
}

.hidden {
	display: none;
}

.min_xingrong {
	width: 20px;
	line-height: 20px;
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	color: #e30259;
	text-align: center;
	cursor: pointer;
	display: none;
	height: 100px;
	font-size: 18px;
	background: rgba(255, 255, 255, 0.5);
}

.xinrong_fixed {
	width: 145px;
	height: 400px;
	position: fixed;
	top: 100px;
	right: 15px;
	z-index: 999999999;
}

.xinrong_fixed .girl {
	text-align: center;
	float: none;
	width: auto;
	height: auto;
}

.xinrong_fixed .box {
	border: 1px solid #d6d6d6;
	width: 100%;
	background: #fff;
	overflow: unset;
	padding: 0;
	position: unset;
	margin: 0;
	height: auto;
}

.xinrong_fixed .box .hastext {
	border-top: 1px solid #d6d6d6;
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-decoration: none;
	color: #333;
	font-size: 16px;
	margin: 0;
	padding: 0;
	background: none;
}

.xinrong_fixed .box input {
	width: 137px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	border: none;
	background: #eee no-repeat center;
	display: block;
	margin: 0 auto 10px;
	font-size: 14px;
	color: #666;
}

.xinrong_fixed .box .hastext img {
	vertical-align: middle;
	float: left;
	padding: 0 10px;
	margin: 0;
}

.xinrong_fixed .box>a>img {
	height: auto !important;
	width: auto !important;
}

.xinrong_fixed .box .calling {
	width: 137px;
	display: block;
	margin: 0 auto;
	padding: 8px 5px;
	text-align: center;
	color: #fff;
	font-size: 15px;
	background: #3486da;
	text-decoration: none;
	margin-bottom: 20px;
	background-size: 100% 100%;
	border-radius: 5px;
	cursor: pointer;
}

#guanbi {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 13px;
	color: #395066;
	cursor: pointer;
	font-weight: bold;
}
.main_body{
	max-width: 100%;
}
.main_body_content img,#content img,.main_body img,#content embed{
	max-width: 100%!important;
}
.main_body table img{
	/* display: block; */
	/* margin-bottom: 5px; */
}
.main_body table .thumb div{
	padding:0 5px;
}
.main_body table .thumb a{
	font-size: 14px;
}
.hxmxbo,.hxmxbox .supplyList{
	background: #ff0048;
}
.hxmxbox .button-buy{
	display: block;
	text-align:center;
    font: 18px "黑体";
    color: #ffffff;
    background: #ff0048;
    line-height: 38px;
	border-radius: 20px;
	margin:5px auto
}
.hxmxbox .button-buy:hover{
	text-decoration: underline;
}
.hxmxbox .supplyTit{
	background: #ff0048;
	padding:20px 0 0 0;
	height: auto;
	overflow: hidden;
	text-align: center;
    color: #ffffff;
}
.hxmxbox .supplyTit p{
	font: bold 30.0px "黑体";
	line-height: 48.0px;
	margin:0
}
.hxmxbox .supplyTit span{
	float: none;
	font: 18.0px "黑体";
    line-height: 18.0px;
}
.hxmxbox .supplyTit span:before,.hxmxbox .supplyTit span:after{
	content:"";
	background: url(../images/tit_line.png) no-repeat;
	display: inline-block;
    width: 72px;
    height: 6px;
	vertical-align: middle;
	margin-right: 8.0px;
	margin-left: 8.0px;
}
.hxmxbox .supplyTit span:after{
	transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
}
.hxmxbox .supplyTit p:before,.hxmxbox .supplyTit p:after{
	content:"";
	display: inline-block;
	width: 63px;
    height: 46px;
	vertical-align: middle;
	margin-right: 8.0px;
	margin-left: 8.0px;
	background: url(../images/tit_left.png) no-repeat;

}
.hxmxbox .supplyTit p:after{
	width: 43px;
    height: 48px;
	background: url(../images/tit_right.png) no-repeat;
	
}
.hxmxbox .supplyList{
	padding-right: 1%;
}
.hxmxbox .supplyList li{
	box-sizing: border-box;
	background-color: #ffffff;
	margin:0;
	margin-left: 1%;
    margin-bottom: 10px;
    padding-bottom: 5px;
	width: 24%;
	padding-top: 5px;
}
.hxmxbox .supplyList li .proTxt{
	text-align: center;
}
@media (max-width: 768px) {
	.hxmxbox .button-buy{
		font: inherit;
	}
	.hxmxbox .supplyTit span{
		font-size:12px
	}
	.hxmxbox .supplyTit p{
		font-size: 15px;
		line-height: 20px;
	}
	.hxmxbox .supplyTit p:before,.hxmxbox .supplyTit p:after{
		width: 30px;
		height: 20px;
		background-size: contain;
	}
	.supplyList li{
		width:49%;
		float: left;
		margin-right: 1%;
	}
	.marqueeleft img{
		width:120px;
		height:120px
	}
	.marqueeleft li .price{
		display: none;
	}
	.marqueeleft .pro-con,.marqueeleft li{
		width:120px;
		height:120px
	}
	.marqueeleft{
		height:140px
	}
}

.main_body td.f_b1{
	min-width: 100px;
}

.header-official{
    border-bottom: 1px solid #f0f0f0;
}
.header-official .header-agency-logo img{
    height: 86px;
}
.header-agency-info-outer{
    margin-left: 24px;
}
.header-official-tname{
    font-size: 28px;
    font-weight: 700;
}
.header-official-tsite{
    font-size: 18px;
    color: #666;
}
.header-official-phone-link {
    display: inline-block;
    margin-bottom: 4px;
    padding: 0 14px;
    line-height: 28px;
    color: #ff4a66;
    font-size: 14px;
    border: 1px solid #ff4a66;
    border-radius: 15px;
}
.header-official-phone-num {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 16px;
    min-width: 154px;
    line-height: 30px;
    font-size: 22px;
    color: #fff;
    background-color: #ff4a66;
    border-radius: 15px;
    cursor: pointer;
}
.header-official-phone-num .glyphicon{
    color: #fff;
}
.official-nav-container {
    background-color: #fff;
    box-shadow: 0 4px 4px rgb(0 0 0 / 20%);
}
.official-nav-content ul{
    display: flex;
    align-items: center;
}
.official-nav-content li {
    flex: 1;
    max-width: 240px;
}
.official-nav-content li a{
    width: 120px;
    display: block;
    height: 70px;
    padding: 0 5px;
    position: relative;
    text-align: center;
    line-height: 68px;
    font-size: 18px;
    color: #333;
}
.official-nav-content li a.navCur,.official-nav-content li a:hover{
    color: #ff4365;
    font-weight: 700;
    background: url(bg03.png) no-repeat;
    background-size: 100%;
}