/*
* @Author: Marte
* @Date:   2020-09-23 09:24:46
* @Last Modified by:   Marte
* @Last Modified time: 2020-10-16 15:13:17
*/
* {
	margin: 0;
	padding: 0;
	font-family: microsoft yahei;
	color: #464646;
	font-size: 16px
}


ul {
	list-style: none
}

a {
	text-decoration: none !important;
	cursor: pointer;
	outline: none;
	color: #464646
}

body {
	color: #f5f5f5;
	overflow-x: hidden;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

#header {
	width: 100%;
}

#header .logo {
	height: 180px;
	position: relative
}

#header .logo .tops {
	margin-top: 41px;
}


.col-md-6>.search {

	margin-top: 35px;
	float: right;
	display: inline-block;

}

.search:after {
	content: '';
	display: block;
	clear: both;
}

.search>div {
	float: left;
}

.logo .input {
	position: relative;
	// width: 200px;
	height: 32px;
	border-top: #ccc solid 1px;

	border-bottom: #ccc solid 1px;
	border-left: #ccc solid 1px;
	border-radius: 4px 0 0 4px;

}

.logo .input>input {
	outline: none;
	border: 1px solid #004ea2;
	padding: 0 10px 0 10px;
	margin: 0;
	height: 33px;
	width: 300px;
	color: #333;
	font-size: 16px;
	border-radius: 4px 0 0 4px;
}

.contain.center .c1200 .row {
	width: 1200px !important;
	margin: 0 auto
}

.logo .input>input::-webkit-input-placeholder {
	color: #999;
}

.t40 {
	margin-top: 40px
}

.logo strong {
	font-size: 36px;
	margin-left: 5px;
	vertical-align: middle;
}

.logo .input .picker {
	width: 40px;
	padding-right: 30px;
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	line-height: 44px;
	cursor: pointer;
	color: #999;
	font-size: 12px;
	text-align: right;
	background-image: url("../img/down.png");
	background-position: 50px center;
	background-repeat: no-repeat;
	user-select: none;
}

.logo .input .picker-list {
	list-style: none;
	padding: 5px 0;
	width: 100px;
	position: absolute;
	right: 0;
	top: 50px;
	margin: 0;
	line-height: 26px;
	font-size: 12px;
	border-radius: 2px;
	box-shadow: 0 1px 5px rgba(0, 0, 0, .2);
	background-color: #fff;
	display: none;
}

.logo .input .picker-list>li {
	padding-left: 36px;
	background-position: 10px center;
	background-repeat: no-repeat;
	background-size: 16px auto;
}

.logo .input .picker-list>li:hover {
	background-color: #ebf1f5;
	cursor: pointer;
}

.logo .input .hot-list {
	padding: 10px 0;
	width: 100%;
	position: absolute;
	left: 0;
	top: 50px;
	margin: 0;
	line-height: 32px;
	font-size: 14px;
	border-radius: 2px;
	box-shadow: 0 1px 5px rgba(0, 0, 0, .2);
	background-color: #fff;
	display: none;
}

.logo .input .hot-list>a {
	display: block;
	color: #333;
	text-decoration: none;
	padding: 0 10px;
	overflow: hidden;
}

.logo .input .hot-list>a:hover {
	background-color: #f3f3f3;
}

.logo .input .hot-list>a>div {
	float: left;
}

.logo .input .hot-list>a>div.number {
	text-align: center;
	width: 40px;
}

.logo img {
	max-width: 100%
}

.search .search {
	width: 46px;
	height: 34px;
	background-color: #004ea2;
	background-image: url("../images/search.png");
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 0 4px 4px 0;
	cursor: pointer;
}

.shenlan {
	color: #004ea2 !important
}

.logo a {
	font-weight: 500;
	margin-left: 5px;
	font-size: 16px;
	line-height: 2;
}

// 导航
//
.block {
	padding: 20px 0
}

.head {
	position: relative;
	width: 100%;
	background: #3aaaf8;
	border-bottom: 1px solid #ddd;
	height: 40px;
	z-index: 9999
}

.head .navbox {
	width: 1330px;
	margin: 0 auto
}

.head .nav {
	display: block;
	float: left;
	width: 100%
}

.head .nav .nav_pc {
	width: 100%
}

.head .nav ul li {
	float: left;
	position: relative;
	border-right: 1px solid #80c4e9;
	box-sizing: border-box;
	z-index: 999
}

.head .nav ul li:first-child {
	border-left: 1px solid #80c4e9
}

.head .nav ul li .f_a {
	line-height: 40px;
	display: block;
	text-align: center;
	font-size: 16px;
	color: #fff
}

.head .nav ul li:hover .f_a {
	background-image: linear-gradient(to bottom, #0062b2, #00a0e9);
	color: #fff;
	transition: all .3s
}

.head .nav ul li .s_navbox {
	display: none;
	position: absolute;
	left: 0;
	width: 100%;
	background: #fff;
	background-color: #d3d4d5;
	z-index: 9999;
	box-sizing: border-box
}

.head .nav ul li .s_navbox .s_a a {
	color: #464646;
	font-size: 14px;
	text-transform: uppercase;
	display: block;
	text-align: center;
	padding: 10px 0;
	border-top: 1px solid #fff
}

.head .nav ul li .s_navbox .s_a a:hover {
	background-color: #f4f2f4;
	color: #464646
}

.bluel {
	background-image: linear-gradient(to top, #0062b2, #00a0e9);
}

#foot .bluelfoot {
	background-image: linear-gradient(to bottom, #0062b2, #00a0e9);
}

.proudct {
	background: #d3d4d5;
	display: none;
	height: 280px;

}

.proudct .s_navbox .s_a a:first-child {
    font-size: 16px;
    font-weight: bold;
}
.proudct .s_navbox .s_a a:hover {
    background-color: #f4f2f4;
    color: #464646;
}
.proudct a {
	color: #464646;
	font-size: 14px;
	//text-transform: uppercase;
	display: block;
	line-height: 0.6;
	text-align: center;
	padding: 10px 0;
	line-height: 15px;
	font-family: arial;
	margin-left: 2px;
}

.proudct .s_navbox .s_a {
	display: inline-block;
	border-right: 1px solid #646161;
	margin-right: -0.15%;
	vertical-align: top;
	height: 190px;
	width: 15.2% !important;
}

.proudct .s_navbox .s_a:last-child {
	border-right:none;
}
.proudct .s_navbox {
	font-size: 0
}

.proudct .c1200 {
	padding: 20px 0
}

.col-xs-12 img {
	// width: 60%;
}

.col-xs-12 {
	// text-align: center
}

/* 小屏幕（平板，大于等于 768px） */
@media (min-width: @screen-sm-min) {
	.col-md-6>.search {
		width: 350px;

		float: right;
		margin-top: 15px;
		display: inline-block;

	}

}

@media (max-width: @screen-sm-min) {}

// shouye
.swiper-container img,
	{
	max-width: 100%;

	max-height: 300px
}

.col-md-5ths img {
	max-width: 100%;
	border: 1px solid #b5b5b5
}

.swiper-container {
	// max-height: 300px;
	overflow: hidden
}

.proudct_top {
	margin: 30px 0px;
	position: relative
}

.pcenter {
	position: absolute;
	left: 50%;
	top: 50%;
	color: white;
	transform: translate(-50%, -50%);
}

.proudct_top img {
	max-width: 100%
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
	float: left;
	position: relative;
	min-height: 0px;
	// padding-left: 0px;
	// padding-right: 0px;
}

#contact .col-md-9 p {
	text-align: left;

}

#download .col-md-4 {
	margin: 1em auto;

}
.actives{
	    background-image: linear-gradient(to bottom, #0062b2, #00a0e9)!important;
}
@media (min-width : 768px) {
	// #detail .t2{text-align:center!important}
	.ones .bluel{
		color: white;
    padding: 5px;
    // text-indent: 1.5em;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
	}
	.products .product .col-md-4 img{
		border:1px solid #c3c3c3
	}
	#contact .bluel{
		color: white;
    padding: 2px;
    text-indent: 1.5em;
    text-align: left;
    margin-bottom: 40px;

	}
	.visiblexs{display: none}
	#xunpan .form-inline {
	text-align: left;
	padding-left: 70px;
	padding-right: 40px;
}
	#download .row {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	.t2 {
		text-indent: 1em !important
	}

	.t64 {
		margin-top: 60px !important
	}

	#download .form-control {
		height: 44px;
	}

	#download .col-md-4 {
		margin: 1em auto;
		width: 80%;
	}

	#contact .col-md-9 p {
		text-align: left;
		text-indent: 2em
	}

	.w1200 {
		width: 1200px !important;
		margin: 0 auto !important
	}

	.c1200 {
		max-width: 1330px;
		margin: 0 auto;
		overflow: hidden
	}

	#download .col-md-9.row {
		// margin-top: 90px
	}

	#download .row.product .col-md-4 {
		width: 33.3333%;
	}

	.col-sm-5ths {
		width: 20%;
		float: left;
	}

	th {
		width: 150px;
	}

	.form-group {
		width: 30%;
		padding-right：2em
	}
}

@media (min-width : 992px) {
	.col-md-5ths {
		width: 20%;
		float: left;
	}
}

@media (min-width : 1200px) {
	.col-lg-5ths {
		width: 20%;
		float: left;
	}
}

@media (max-width : 768px) {
	.daohang{margin-top:3em}
	body .newlist li {
    border-bottom: 1px dashed #c3c3c3;
    text-align: left;
    margin-top: 1.5em;
    text-indent: 1em;
    cursor: pointer;
}
	#news .long {
    background: url(../images/mfenleitop.png);
    height: 50px;
    width: 100%;
    text-align: left;
    color: white;
    font-weight: 700;
    font-size: 0.6em;
    line-height: 3em;
    margin-top: 10px;
    text-indent: 2em;
    background-repeat: no-repeat;
}
	#download .col-md-6.search_down{
		margin: 0!important;
		margin-top:-1em!important;
		margin-bottom:1em!important;
	}
	#xunpan .title{margin-top: 3px!important;}
body #xunpan	.form-group.area{width: 100%!important;}
#xunpan .form-group{width: 49%!important;}
	.info,
	.col-md-9 .hui {
		display: none;
	}

	.sear_top.visible-xs span {
		position: relative;
		font-size: 0.8em !important;
		left: 0.51em;
		top: 0.2em;
	}

	.sear_top.visible-xs .smore {
		font-size: 0.5em !important;
		position: relative;
		padding-right: 1em;
		top: -0.8em;
	}

	.sear_top.visible-xs .smore a {
		font-size: 0.8em !important;

	}

	#searchs .sear_top img {
		width: 1.1em;
		transform: scale(1);
		vertical-align: text-top !important;
	}

	#searchs .sear_top {
		height: 1.4em !important;
		margin-top: 0.5em !important;
		// background: red;
		margin-bottom: 1em;
		width: 100%;
		height: 2em;
		border-top-right-radius: 0.5em;
		border-top-left-radius: 0.5em;
	}




.t64 .product .col-md-9 {
	margin-bottom: 0 !important
}

#detail .col-md-9 .col-md-6 .xun {
	border-radius: 0.8em !important;
	font-size: 0.5em !important;
	//padding: 0.5em 2em !important;
}

#detail .col-md-9 .col-md-6 .shenlan {
	font-size: 0.8em !important;
	margin-bottom: -1em;
}

.product .col-md-9.row,
.product .col-xs-12 {
	padding-right: 0 !important;
	padding-left: 0 !important;
}

#process-demo-3 tr th,
#process-demo-4 tr th {
	font-size: 0.81em;
}

.fenlei_top.t2 {
	font-size: 0.9em;
	text-indent: 1em;
}

.fenlei_top {
	background: url(../images/mfenleitop.png) no-repeat !important;
	// background-size:100% 100%!important;
	height: auto !important;


}

#fenlei .titles {
	font-size: 0.8em !important;
	text-indent: 1em
}

body #download .search_down {
	width: 100% !important;
}

.pn {
	padding: 0 !important
}

#dituContent {
	width: 100% !important;
	margin-left: 0 !important;
	height: 14em !important;
}

.c1200 .row {
	margin-right: 10px !important;
	margin-left: 10px !important;
}

.col-md-5ths,
.col-xs-4.pr {
	padding: 0 !important;
	width: 32% !important;
}

.col-md-5ths:nth-child(3n+2),
.col-xs-4.pr:nth-child(3n+1) {
	margin-right: 1.6%;
	margin-left: 1.6%;

}

#header .logo .tops {
	margin: 1em auto;
	text-align: center;
}

#header .logo .tops img {
	width: 70%;
}

.logo strong {
	font-size: 1.1em;
}

.logo .input {
	border: none !important
}

.col-md-6>.search {
	margin-top: -1em !important;
	float: none !important
}

body .search .search {
	width: 46px;
	height: 33px;
	box-sizing: border-box;
	background-color: white;
	background-size: 80%;
	border: 2px solid #1c58a0;
	border-left: none;
	background-image: url(../images/search1.png);
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 0 4px 4px 0;
	cursor: pointer;
}

#header .logo {
	height: auto !important;
}

#search-input {
	width: 15em !important;
	border: 2px solid #004ea2 !important;
	border-right: none !important;
	margin-right: -0.21em
}

.form_tit {}

margin-left: 1em;
}

.col-md-6.hidden-xs {
	// display: none
}

#download .search_down {
	// margin: -1em auto 2em;
	width: 50% !important;
}

.qrm-lev-1.qrm-lev,
.qrm-border2 {
	width: 120px !important;
}

.detail .leftss p {
	text-align: left;
	padding-left: 1em
}
}

.newlist li {
	text-indent: 2em !important
}

#download .col-md-9 {
	margin-top: 0px
}



#download .search_down {
	// margin: -1em auto 2em;
	// width: 40%;
}

#searchs .col-md-9 {
	margin-left: -5px
}

#xunpan .form-group {
	margin-bottom: 15px;
	width: 31%;
	page-break-before: left;
	// margin-left: 1em;
	display: inline-block;
}

#detail .nice {
	padding-left: 2em;
}

#detail .fenlei_top {
	text-indent: 1em;
}

.statu {
	position: absolute;
	top: 5px;
	left: 10px;
}

#fenlei .product .col-md-9 {
	margin-top: 0px
}

.fenlei_top {
	// text-indent: 2em !important
}

.t1 {
	width: 8em;
}

.ptb20 {
	padding: 1em !important;
}

.col-xs-3s {
	width: 20%;
	float: left;
}

.foots .col-md-9 a {
	font-size: 12px !important;
}

.nohover img:hover {
	border: 0px solid red !important;
}

.foots .col-md-3 img {
	width: 15%;
}

#foot li div {
	position: fixed !important;
	bottom: 12% !important;
	text-align: center !important;
	left: 50% !important;
	transform: translateX(-7%) !important;
	border: 1px solid #009de6 !important;
	background: white !important;
	padding: 0.51em !important;
	border-radius: 5px !important;
}

#foot li div a {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.online_support_text {
	font-size: 10px;
	color: #0090db;
	font-weight: bold;
}

.blues {
	color: #0062b2
}

.col-xs-3s .none img {
	width: 150px;

}

.pr_fen {
	text-align: center;
	white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.bluel .c1200 p {
	color: white;
	text-align: center
}

/* 新闻列表 */
.row .news {
	border-bottom: 2px solid #00a0e9;
	padding-bottom: 5px
}

.row .news span {
	font-size: 20px;
	color: #0062b2;
}

.more {
	color: white;
	padding: 5px 4px;
	float: right;
	font-size: 14px;
	border-radius: 5px
}

.more:hover {
	color: white
}

.newl {
	margin-top: 20px;
	// border: 1px solid #aeaeae;
	padding: 10px
}

.newl li {
	padding-top: 30px;
	border-bottom: 1px dashed #aeaeae
}

footer .hr {
	height: 3px;
	background: white;
	margin-top: 20px
}

footer a p {
	color: white;
	text-align: center;
}

.cover img {
	max-width: 100%;
}

.visible-xs.cover {
	margin-top: 30px;
	margin-bottom: 10px
}

#foot {
	position: fixed;
	width: 100%;
	bottom: 0
}

#foot li {
	text-align: center;
	border-right: 1px solid white;
	padding-top: 10px
}

#foot li a img {
	max-width: 40%
}

#foot .row {
	margin-bottom: 0;
}

.mfoot {
	margin-top: 1em;
	margin-bottom: 100px
}

.mfoot p,
.mfoot a {
	text-align: center;
	font-size: 0.5em;
	color: #464646;
	line-height: 1
}

.mfoot a img {
	width: 10%;
}
.mfoot{
	font-size: 11px;
}
.mfoot p {
	font-size: 11px;
}
.mfoot a {
	font-size: 11px;
}

.top {
	position: fixed;
	right: -5%;
	bottom: 15%
}

.top img {
	width: 50%;
}

.kefu {
	position: fixed;
	right: 0%;
	top: 20%;
	z-index: 9999
}

.qq {
position: absolute;
    top: 36px;
    left: 8px;
}

.qq .email {
	margin-left: 15px;
	margin-top: 15px;
}

.qq p {
	color: white;
	margin-top: 1px;
	line-height: 1;
}

.support p {
	color: #0385c6;
	margin-top: 1px;
	line-height: 1;
	font-size: 20px;
	font-weight: bold;
	margin-left: 19px;
	text-align: center;
}

.qq span {
	margin-left: 35px;
	color: white;
	font-size:12px
}
.email p:first-child{
	font-size:14px
}
.email p:nth-child(2){
	font-size:12px;line-height:1px
}
.foots.hidden-xs .c1200.row{
	padding-left:150px;
}
.qq img {
	width: 96px;
	margin-left: 19px;
}

.foots span{
	font-size: 14px;
	color: #464646c;
}
.foots a{
	font-size: 14px;
	color: #464646c;
}

.qq .support {
	z-index: 1000;
	position: absolute;
}

.code img {
	margin-left: 25px;
	margin-top: 139px;
}

.code p {
	margin-left: 23px;
	color: #464646;font-size:14px
}

.qq a {
	display: block;
	height: 35px;
	padding-left: 5px;
}

// width: 100px;
}

/*  关于我们*/
.about .col-md-3,
.product .col-md-3 {
	padding-right: 5%
}

.about .col-md-3 ul {
	margin-top: 20px;
}

.ea {
	background: #eae8eb;
}

.b8 {
	background: #b8bbc0;
}

.about .col-md-3 li {
	margin-bottom: 2px;
	height: 40px;
	cursor: pointer;
	line-height: 40px;
	text-align: center;
	width: 264px;
	color: #575757
}

.tblue {
	background: #52c3f1
}

.about .col-md-9 {
	margin-left: -1%
}

.abouttop {
	margin-top: 50px;
	border-bottom: 2px solid #0062b2;
	padding-bottom: 5px
}

.ts {
	margin-top: 60px;
}

.tit {
	height: 39px;

	padding: 10px;
	color: white;
	font-size: 20px
}

.contents,
.contentrm li {
	//height: 500px;
	width: 100%;
	border: 1px solid #F9F9F9
}

.mabout .col-xs-3 {
	text-align: center;
	position: relative;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-left: 10px;
	padding-right: 10px;
	// border:1px solid red;
	box-sizing: border-box
}

.info {
	text-align: right;
	padding-right: 20px;
}

.info a,
.info span {
	color: #464646;
	font-size: 14px
}

.lianxi p {
	font-size: 14px;
	margin: 0;
}

.lianxi {
	margin: 40px 0px -30px 0px;
}

.mabout .col-xs-3 p {
	position: absolute;
	color: white;
	width: 100%;
	line-height: 3.5;
	left: 50%;
	font-size: 13px;
	transform: translateX(-50%)
}

.mabout .col-xs-3:nth-child(1) {
	margin-left: 4.98%;
}

.mabout .col-xs-3:nth-child(4) {
	margin-right: -1%
}

.mabout .col-xs-3:nth-child(2),
.mabout .col-xs-3:nth-child(3) {
	margin-right: -1%;
	margin-left: -1%
}

.contentlm {
	overflow: hidden;
	wcidth: 100%;
}

/*左侧导航菜单    home*/
.sideMenu {
	border: 1px solid #ddd;
	margin-right: 15px;
	width: 262px;
}

.sideMenu h3 {
	height: 38px;
	line-height: 38px;
	padding-left: 10px;
	margin: 5px auto;
	font-size: 18px !important;
	padding-left: 20px !important;

	cursor: pointer;
	font-family: 'Microsoft YaHei';
	font-size: 14px;
	color: #464646;
}

.sideMenu ul .nLi.on .sub {
	display: block;
}

.sideMenu ul .nLi .sub {
	padding: 8px 0;
	color: #999;
	display: none;
}

.sideMenu ul .nLi .sub li {
	height: 30px;
	line-height: 30px;
	list-style: none;
}

.sideMenu ul .nLi .sub li a {
	display: block;
	width: 100%;
	height: 100%;
	font-family: 'Microsoft YaHei';
	color: #333;
	text-decoration: none;
	padding: 0 25px;
	box-sizing: border-box;
}

.sideMenu ul .nLi .sub li a:hover {
	background: #eee;
}

.circle {
	background: url('../images/plus.png');
	background-size: contain;
	width: 20px;
	height: 20px;
	float: right;
	margin-top: 10px;
	margin-right: 10px;

}

.nLi .shan {
	background: url('../images/shan.png');
	background-size: contain;
}

.bluehr {
	height: 3px;
	width: 100%;
}

.products .col-md-9 {
	// margin-top: 40px;
	margin-bottom: 50px;
	margin-left: -20px;
	text-align: center
}

.products .col-md-6 img {
	//border: 1px solid #c3c3c3;
	margin-top: 20px;
	width: 150px;
}

.fenlei a {
	display: block;
	color: #0062b2;
	line-height: 1.5;
}

.down img {
	border: none !important;
	width: auto !important;
	margin-top: 0 !important;
}

.fenlei .none {
	display: none;
}

.mproduct {
	padding: 1em;
}

.mproduct img {
	border: 1px solid #c3c3c3;
	// border-right: none;
}

.mproduct span {
	width: 0.8em;
	height: 0.8em;
	display: inline-block;
}

.mproduct .col-xs-6 {
	padding-right: 0
}

.mproduct .col-xs-4 {
	width: 40%;
	height: 10.5em;
	overflow: hidden
}

.mproduct .col-xs-4 p {
	color: white;
	text-align: center;
	font-size: 1.4em;
	height: 2em;
}

.mproduct .col-xs-6 p {
	color: white;
	text-align: center;
	font-size: 1em;
	height: 2em;
	line-height: 2;
}

.mproduct .col-xs-8 {
	border: 1px solid #c3c3c3;
	padding: 1em 0;
	width: 60%;
}

.mproduct .col-xs-6 a {
	font-size: 0.7em;
	display: block;
	height: 2.9em;
	margin-left: 1em;
}

/*分类*/
#fenlei .titles {
	text-align: left;
	color: white;
	font-size: 18px;
	// text-indent: 1em;
	padding: 5px;
}

#fenlei .shitu {
	//border: 1px solid #c3c3c3;
	margin: 10px
}

#fenlei .col-md-9 {
	text-align: left;
}

.fenlei_top {
	background: url(../images/fenleitop.png);
	width: 100%;
	height: 50px;
	background-repeat-y: no-repeat;

	font-size: 18px;
	color: white;
	line-height: 2;
	text-indent: 0.31em;
}

/* 表格  */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.c-100 {
	width: 100%;
}

.c-t-center {
	text-align: center;
}

.mt30 {
	margin-top: 30px;
}

.mb10 {
	margin-bottom: 10px;
}

.ptb20 {
	padding-top: 20px;
	padding-bottom: 20px;
}

// .c-main {
//     width: 1000px;
//     margin: 0 auto;
// }
/* table
-----------------------------------------------------------------------------*/
th {
	text-align: center;
}

.tb th {
	font-size: 14px;
	padding: 10px 5px;
	text-align: center;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #c1c1bf;
	line-height: 20px;
	color: #464646;
	min-width: 130px;
	vertical-align: middle;
}

.tb td {
	padding: 5px 5px;
	line-height: 25px;
	background-color: #fff;
	border-bottom: 1px solid #ddd;
	word-wrap: break-word;
	//word-break: break-all;
	color: #666;
	vertical-align: middle;
}

.tb th.small {
	padding: 5px;
}

.tb .hover td {
	background-color: #fafafa;
}

.tb-b {
	border: 1px solid #ddd;
}

.tb-b th,
.tb-b td {
	border-color: #ddd;
	border-left: 1px solid #ddd;
}

.tb-n th,
.tb-n td {
	border: 0;
	background: none;
	vertical-align: middle;
	padding: 10px;
	color: #666;
}

tr.hover td {
	background-color: #fcfcfc
}

.tb-s {
	border-left: 1px solid #ddd;
	border-top: 1px solid #ddd;
}

.tb-s th {
	background-color: #F8F8F8;
	color: #333;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	padding: 15px 10px;
	width: 120px;
}

.tb-s td {
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	padding: 15px 10px;
}

.tb-skin1 th {
	position: relative;
	padding: 5px;
	border-top: 0 none;
	border-bottom: 0 none;
	background-color: #f4f5f6;
}

.tb-skin1 th:before {
	content: '';
	position: absolute;
	right: -1px;
	top: 5px;
	bottom: 5px;
	display: block;
	width: 1px;
	background-color: #ddd;
	font-size: 0;
	z-index: 1;
}

.tb-skin1 th:last-child {
	overflow: hidden;
	*zoom: 1;
}

.tb-min th,
.tb-min td {
	padding: 1px 4px;
}

.xinghao {
	color: #0068b7;
	font-weight: 700;
}

#detail .col-md-3 .bluel {
	text-align: center;
	color: white;
	font-size: 20px;
	font-weight: 900;
	height: 50px;
	line-height: 50px;
}

#detail .col-md-3 ul {
	background: #f4f2f4;
	width:260px;
}

#detail .col-md-3 li {
	text-align: center;
	width: 100%;
	margin: 0 auto;
	height: 50px;
	line-height: 50px;
}

#detail .col-md-3 .bg{
	background: #b8bbc0;
}

#detail .col-md-3 .xu {
	border-top: 1px dashed #c3c3c3;
	border-bottom: 1px dashed #c3c3c3;
}

#detail .col-md-9 .col-md-6 img {
	width: 350px;
}

#detail .col-md-9 .col-md-6 .shenlan {
	text-align: left;
	font-size: 20px;
	color: #464646;
	line-height: 100px;
	//margin-top: 100px
}
@media (max-width: 768px){
	#detail .col-md-9 .col-md-6 .shenlan {
	    margin-top: 50px;
		height: 80px;
		line-height: 20px;
	}
}
#detail .col-md-9 .col-md-6 .xun {
	float: left;
	/* height: 2em; */
	padding: 0.5em 1em;
	color: white;
	border-radius: 0.2em;
}

#detail .col-md-9 .col-md-12 {
	padding-left: 0;
	padding-right: 0
}

#detail .fenlei_top {
	text-align: left;
	margin-top: 20px
}

.conts {
	width: 100%;
	//height: 600px;
	//border: 1px solid #FFFFFF
}

#detail .anli a {
	display: inline-block;
	float: left;
	margin-right: 15px
}

#detail .anli img {
	border: 1px solid #FFFFFF
}

#detail .tb th {
	background: #c9c9ca;
	color: #474644
}

#detail .two td {
	background: #f4f2f4
}

#detail #process-demo-4 td a {
	float: none;
}

#detail #process-demo-4 img {
	width: 40px;
	border: none
}

#detail .lli {
	cursor: pointer
}
.la a{
	width: 46%;
    float: left;
    margin: 1%;
    padding: 5px;
}
.la img{
	border:1px solid #c3c3c3
}
#fenlei .ptb20{
	padding-left:0!important;
	padding-right:0!important;
}
#fenlei .ptb20 a{
	font-family: Arial !important;
	color: #464646 !important;
}
.tops strong.blues{display: none;}
.three li {
	display: inline-block;
	color: white;
	font-size: 0.8em;
	padding: 0.2em 0.2em;
	border-radius: 0.4em;
	margin: 0.5em;

}

.threecontent li {
	/*height: 20em;*/
	border: 1px solid white;
	width: 100%;
}
.threecontent .ones {
	height: auto;
	border: 1px solid #ccc;
	width: 100%;
}
#detail .three .orange {
	background: #ea580f
}

.none {
	display: none;

}

.noner {
	display: none;
	position: fixed !important;
	bottom: 12% !important;
	text-align: center !important;
	left: 50% !important;
	transform: translateX(-50%) !important;
	border: 1px solid #009de6 !important;
	background: white;
	 !important;
	padding: 0.51em !important;
}

/* 询盘*/
#xunpan .title {
	margin-top: 50px;
	text-align: center;
	margin-bottom: 20px
}

#xunpan .title img {
	width: 3em;
	margin-top: 10px
}

#xunpan .title span {
	font-size: 1.5em;
	vertical-align: text-top;
	font-weight: 700
}

#xunpan .lw {
	color: #464646
}

#xunpan .rw {
	color: #0068b7
}

.reds:after {
	content: "*";
	color: red;
}

#xunpan label {    font-size: 14px;
	display: block;
	font-weight: normal;
	text-align: left;
	margin-top: 20px;
}

#xunpan .form-inline .form-control {
	display: block;
	width: 90%;
	/* vertical-align: middle; */
}



.form_tit {
	background: #0068b7;
	color: white;
	width: 120px;
	text-align: center;
	padding: 5px 15px;
}

.form_tit.las {
	margin-top: 20px
}

#xunpan .area {
	width: 100%;
}

.tijiao {
	text-align: center;
	margin-top: 10px
}

#xunpan .quxiao {
	background: #d3d4d5
}

#xunpan .tijiao button {
	border: none
}

.tijiao p {
	display: inline-block;
	cursor: pointer
}

// shaixuan
.qrm-input {
	outline: none;
	border: none;
	// height: 38px;
	width: 100%;
	position: absolute;
	left: 4px;
	top: 0;
	padding: 0 10px
}

.qrm-input-border {
	position: relative
}

.qrm-pinming {
	height: 38px;
	line-height: 40px;
	// border: 1px solid #ddd;
	border-radius: 5px;
	position: relative;
	// width: 300px;
	background-image: url(../images/qrm-arrow-down.png);
	background-repeat: no-repeat;
	background-position: 275px
}

.qrm-pinming:hover {
	cursor: pointer
}

.qrm-pinming input:hover {
	cursor: pointer
}

.qrm-pinming-panel {
	position: absolute;
	top: 52px;
	left: -1px;
	z-index: 99999;
	width: 350px;
	height: 210px;
	background: #fff
}

.qrm-border1 {
	float: left;
	width: 33%;
	height: auto;
	border-right: 1px solid #f1f1f1;
	position: absolute;
	top: 50px
}

.qrm-border2 {
	float: left;
	width: 33%;
	border-right: 1px solid #f1f1f1;
	position: absolute;
	top: 50px;
	left: 120px;
	background-color: #efefef
}

.qrm-border3 {
	float: left;
	width: 33%;
	border-right: 1px solid #f1f1f1;
	background-color: #efefef;
	position: absolute;
	top: 50px;
	left: 200px
}

.qrm-lev {
	float: left;
	width: 96.5%;
	margin: 0;
	padding: 0;
	font-size: 12px
}

.qrm-lev>li {
	width: 95%;
	position: relative;
	display: block;
	padding-left: 10px;
	height: 35px;
	line-height: 35px
}

.qrm-lev>li:hover {
	background: #4471d6;
	color: #fff
}

.qrm-arrow-right {
	display: inline-block;
	width: 4px;
	height: 7px;
	background: url(../images/qrm-arrow-right.png) no-repeat;
	position: absolute;
	right: 7px;
	top: 14px
}

.qrm-lev-1>li.active {
	background: #4471d6;
	color: #fff
}

.qrm-lev-2>li.active {
	background: #4471d6;
	color: #fff
}

.qrm-lev-3>li.active {
	background: #4471d6;
	color: #fff
}

.qrm-lev-4>li.active {
	background: #4471d6;
	color: #fff
}

/* 搜搜*/
#searchs .sear_top {
	text-align: left;
	color: #005eae;
	font-size: 18px;
	margin-top: 40px;
}

#searchs .sear_top img {
	vertical-align: bottom;
}

#searchs .pr1 {
	padding-top: 10px
}

#searchs .pr1 p {
	height: 30px;
}

#searchs .pr1 img {
	border: 1px solid #ccc
}

#searchs .pr1 :hover img {
	border: 1px solid #0060af !important;
}

.col-md-5ths :hover img,
#fenlei .shitu:hover,
a img:hover {
	border: 1px solid #0060af;
}

#searchs .pr1 :hover p {
	color: #0060af !important;
}

.sear_top.bluel {
	margin-top: -20px !important;
	text-indent: 1em;
	width: 85%;
	margin: 0 auto;
	border-top-right-radius: 1em;
	border-top-left-radius: 1em;

}

.sear_top.bluel img {
	transform: scale(0.5);
}

.sear_top.bluel span {
	color: white;
	margin-left: -10px;
	font-size: 18px;
	vertical-align: super;
}

.sear_top.bluel span a {
	color: white;
	margin-left: -10px;
	font-size: 18px;
	vertical-align: super;
}

.smore {
	line-height: 3;
	float: right;
	margin-right: 10px;
}

.search_down {
	margin: 60px auto;
	display: block;
	position: relative;
	float: none;
}

.tubiao {
	position: absolute;
	right: 6%;
	font-size: 1.62em;
	top: 30%;
	color: #898989;
	cursor: pointer
}

#download th {
	background: #c9c9ca;
	color: #474644
}

#download td a img,#process-demo-4 td a img {
	width: 25px!important;
}
#download tbody tr td:nth-child(2) a img ,
#process-demo-4 tbody tr td:nth-child(2) a img{
	width: 30px!important;
}
#download tbody tr:nth-child(even) td {
	background: #f4f2f4
}

#download .tubiao.visible-xs {
	color: white;
	font-size: 1.6em;
	width: 2em;
	right: 4%;
	height: 100%;
	line-height: 1.4;
	top: 0%;
}


.bannerdiv{
    text-align: center;
}

#contact .kuan {
	/*max-width: 100%;*/
	/*max-height: 280px;*/
}

.kuan {
	max-width: 1920px !important;
	/*max-height: 280px;*/
	/*height: 280px;*/
	width:100%;
}
@media (max-width: 768px){
	.kuan{
		max-height: 150px;
	}
}

.hui {
	background: #eae8eb
}

.fenye.col-md-12 {
	// border: 1px solid #c3c3c3;
	margin-top: 10px;
	height: 60px !important;
}

.fenye li {
	display: inline-block;
	color: #464646;
	font-size: 18px;
	box-sizing: border-box;
	line-height: 40px;
	cursor: pointer;
	height: 30px;
	width: 30px;
	margin: 10px;
}

.liactive {
	background: #0068b7 !important;
	color: white !important;
	line-height: 1.5 !important;
	border-radius: 100% !important;
}

.mfenye li {
	color: white;
	background: #0096e0;
	display: inline-block;
	font-size: 0.8em;
	padding: 0.2em 0.1em;
	margin-top: 1em;

	width: 3.5em;
}

.long {
	background: url(../images/fenleitop.png);
	height: 50px;
	width: 100%;
	text-align: left;
	color: white;
	font-weight: 700;
	font-size: 18px;
	line-height: 40px;
	margin-top: 60px;
	text-indent: 2em;
	background-repeat: no-repeat;
}

.newlist {
	width: 100%;
}

.newlist li {
	border-bottom: 1px dashed #c3c3c3;
	text-align: left;
	margin-top: 60px;
	text-indent: 1em;
	cursor: pointer
}

.newlist .rights {
	float: right;
}

.newlist li:hover span,
.num:hover {
	color: #0060af
}

.detail li p {
	text-align: center
}

.detail li .smalls {
	text-align: center;
	font-size: 0.6em
}

.detail .leftss p {
	text-align: left;
}

.qq .qqs {
	width: auto;
}

#foot ul .col-xs-3s:last-child {
	text-indent: -0.5em;
}
