/* CSS Document */
body {
	margin: 0 auto !important;
	max-width: 1920px;
	font-size: 12px;
	color: #666;
	background-color: #fff;
	font-family: "微软雅黑", Arial;
}
html {
	background-color: #fff;
}


ul,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
form,
p {
	padding: 0;
	margin: 0;
}

ul {
	list-style: none;
}

img {
	border: none;
}

a {
	color: #666;
	text-decoration: none;
}

a:hover {
	color: #ff8900;
}

.clear {
	clear: both;
}

.clear30 {
	clear: both;
	height: 30px;
}

.col02 {
	color: #2d5f9a;
	font-size: 14px;
	font-family: Arial;
	font-weight: 600;
}

/* header */
.wrap {
	width: 1020px;
	margin: 0 auto;
}

.topwrap {
	width: 1000px;
	margin: 0 auto;
}

.wrap600 {
	width: 600px;
}

.header {
	position: relative;
	height: 102px;
	z-index: 99;
	width: 100%;
	background: #00438b;
}

.header .wrap {
	height: 102px;
}

.header .logo {
	display: inline-block;
	margin-top: 20px;
	width: 205px;
	height: 59px;
	float: left;
}

.header .nav {
	float: right;
	height: 60px;
	clear: right;
}

.header .nav>li {
	display: inline-block;
	vertical-align: top;
	height: 60px;
	line-height: 60px;
}

.header .nav>li>a {
	font-size: 14px;
	height: 16px;
	padding: 0 15px;
	border-right: 1px solid #828282;
	color: #f4f5f9;
}

.header .nav>li.navlilast>a {
	border-right: none;
	padding-right: 0;
}

.header .nav>li>a.actived {
	color: #ff8900;
}

.header .nav>li>a:hover {
	color: #ff8900;
}

.drop-down-list {
	width: 220px;
}

.abanxin .drop-down-list {
	width: 130px;
}

.drop-down-list a {
	color: #fff;
}

.drop-down-list a:hover {
	color: #F39800;
}

.drop-down {
	z-index: 99;
	display: none;
	position: absolute;
	top: 102px;
	left: 0;
	width: 100%;
	background: #2d5f9a;
	filter: alpha(Opacity=100);
	opacity: 1;
}

.drop-down>div {
	padding-top: 35px;
}

.drop-down>div>div {
	float: left;
	height: 280px;
}

.drop-down>div>div.xiala-img {
	width: 300px;
	height: 190px;
	margin-top: 10px;
}

.drop-down>div>div.xiala-img2 {
	width: 310px;
	margin-left: -10px;
}

.drop-down>div>div.xiala-img img {
	border: 5px solid #4c77a9;
	margin-left: 0px;
	margin-right: 30px;
	margin-top: 25px;
}

.drop-down>div.abanxin>div.xiala-img img {
	border: 5px solid #4c77a9;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}

.drop-down>div>div.drop-down-right {
	float: left;
	margin-right: 0px;
}

.drop-down>div.abanxin>div.drop-down-right {
	float: right;
	margin-right: 0px;
	width: 230px;
}

.drop-down-list ul {
	margin-right: 76px;
	margin-bottom: 20px;
}

.drop-down-list li {
	cursor: pointer;
	line-height: 40px;
	font-size: 13px;
	color: #fff;
	border-bottom: 1px dotted #4e84c4;
	width: 300px;
}

.abanxin .drop-down-list li {
	width: 200px;
}

.drop-down-list li:hover {
	color: #F39800;
}

.drop-down-right .drop-down-h4 {
	line-height: 36px;
	font-size: 24px;
	color: #c2dbf4;
	font-weight: bold;
}

.drop-down-right p {
	font-size: 12px;
	line-height: 30px;
	color: #89b0de;
}

.search {
	float: right;
	margin-top: 25px;
	background: url(../images/search_bg.jpg) no-repeat;
	width: 124px;
	height: 17px;
}

.search .text {
	border: none;
	background: none;
	width: 98px;
	height: 17px;
	line-height: 17px;
	float: left;
	font-size: 12px;
}

.search .btn {
	border: none;
	background: none;
	width: 26px;
	height: 17px;
	display: block;
	cursor: pointer;
	float: right;
	text-indent: -9999px;
}

/* 公共 */
.wrap_main {
	width: 1032px;
	background: url(../images/body_bg.png) repeat-y center center;
	margin: 35px auto 0;
}

.wrapl {
	width: 211px;
	padding: 0 3px;
	float: left;
}

.wrapr {
	width: 755px;
	padding-right: 23px;
	float: right;
}

/* 滑环产品中心 */
.crbox {
	width: 211px;
}

.crbox h3 {
	width: 211px;
	height: 45px;
	line-height: 45px;
	background: url(../images/crbox_hd.png) no-repeat;
	color: #fff;
	text-align: center;
	font-size: 16px;
}

.crbox .selcrbox {
	overflow: hidden;
	/*删掉height:45px;增加postion:relative;*/
	position: relative;
}

.crbox .selcrbox h3 {
	text-align: left;
	text-indent: 12px;
}

.crbox .selcrbox h3.hover {
	margin-bottom: 5px;
}

.crbox .selcrbox h3 a {
	color: #fff;
}

.crbox h3.hover {
	height: 41px;
	overflow: hidden;
	position: relative;
	background: #00438A;
}

.crbox h3.hover i {
	position: absolute;
	right: 15px;
	top: 15px;
	background: url(../images/crbox_h3_jt.png) no-repeat;
	width: 18px;
	height: 9px;
}

.crbox .selcrnav {
	width: 211px;
	height: 35px;
	line-height: 35px;
	text-indent: 12px;
	border-bottom: 1px solid #d6d6d6;
	background-color: #eceff9;
	position: relative;
}

.crbox .selcrnavs {
	height: 40px;
	line-height: 20px;
	padding: 5px 0;
}

.crbox .selcrnavs span {
	font-size: 12px;
	text-indent: 12px;
	display: inline-block;
	font-family: "楷体";
}

.crbox .selcrnav a {
	font-size: 13px;
	color: #00438b;
}

.crbox .selcrnav i {
	position: absolute;
	right: 20px;
	top: 9px;
	background: url(../images/crbox_jt.png) no-repeat;
	width: 9px;
	height: 18px;
}

.crbox .selcrrows .selcrnavs i {
	top: 16px;
}

.crbox div.hover i {
	position: absolute;
	right: 15px;
	top: 12px;
	background: url(../images/crbox_hover_jt.png) no-repeat;
	width: 18px;
	height: 9px;
}

.crbox .selcrow {
	width: 211px;
	height: 35px;
	line-height: 35px;
	text-indent: 12px;
	border-bottom: 1px solid #d6d6d6;
	position: relative;
}

.crbox div.cur {
	background-color: #ff8900;
}

.crbox div.cur a {
	color: #fff;
}

.crbox .selcrow a {
	font-size: 12px;
	color: #5c5c5c;
}

.crbox .selcrow a:hover {
	color: #ff8900;
}

.crbox div.cur a:hover {
	color: #fff;
}

.crbox .selcrow i {
	position: absolute;
	right: 15px;
	top: 13px;
	background: url(../images/crow_jt.png) no-repeat;
	width: 5px;
	height: 9px;
}

.crbox div.cur i {
	background: url(../images/crow_cur_jt.png) no-repeat;
}

.crbox div.hover .selcrow {
	display: none;
}

/* 内页标题 */
.wrap_title {
	padding-top: 40px;
	text-align: center;
}

.wrap_title .wrap_hd {
	margin: 0 auto;
}

.wrap_title .wrap_hd h3 {
	color: #5C5C5C;
	font-size: 25px;
	line-height: 25px;
	font-weight: 100;
}

.wrap_title .wrap_hd .wrap_eng {
	color: #848484;
	font-size: 15px;
	line-height: 25px;
	margin-bottom: 15px;
}

.wrap_title .wrap_hd .wrap_hl {
	background: url(../images/news_hline.png) no-repeat;
	width: 184px;
	height: 3px;
	margin: 0 auto 15px;
}

.wrap_text {
	line-height: 22px;
}

.wrap_list {
	line-height: 30px;
}

.wrap_list li {
	float: left;
	width: 33%;
	background: url(../images/news_d.png) no-repeat center left;
	text-indent: 10px;
}

@media all and (min-width: 0) and (max-width: 1040px) {
	.wrap_list {
		line-height: 29px;
	}
	
	.wrap_list li {
		float: none;
		width: 100%;
	}
	
}

/* ABOUT */
.about_img {
	max-width: 100%;
	width: 760px;
	margin: 1px auto 0;
}

.pbtitle {
	color: #005bac;
	font-weight: 600;
	font-size: 18px;
	font-family: Arial;
	padding-top: 2px;
	width: 600px;
	height: 40px;
}

/*底部*/
.footer {
	height: 267px;
	width: 100%;
	background: url(../images/footerbg.jpg) no-repeat center center;
}

.footer section {
	width: 980px;
	margin: 0 auto;
}

.footbox {
	height: 225px;
}

.footboxl {
	float: left;
	width: 580px;
	padding-top: 40px
}

.footboxl .links {
	margin-bottom: 50px;
}

.footboxl .links li {
	float: left;
}

.footboxl .links li a {
	font-size: 14px;
	height: 16px;
	color: #b7daff;
	padding: 0 10px;
}

.footboxl .links li a:hover {
	color: #2d5f9a;
}

.footboxl p {
	padding-left: 10px;
	display: inline-block;
	line-height: 25px;
	color: #6f859d;
}

.footboxr {
	float: right;
	padding-top: 40px;
	text-align: right;
}

.footboxr p {
	font-size: 14px;
	color: #b7daff
}

.footboxr span {
	color: #fe8a00
}

.footboxr a {
	color: #b7daff
}

.footboxr a:hover {
	color: #2d5f9a;
}

.footboxr .telimg {
	background: url(../images/telbg.png) no-repeat 110px center;
	padding-left: 20px;
	font-size: 20px;
}

.footboxr .telnum {
	color: #fe8a00;
	font-size: 30px;
}

.footboxr .online {
	width: 100px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	background-color: #fe8a00;
	float: right;
	border-radius: 15px;
}

.footboxr .online a {
	color: #fff;
	font-size: 14px;
}

.copyright {
	float: right;
	color: #b7daff;
	line-height: 20px
}

.copyright a {
	color: #b7daff;
}


/*首页底部  300*/
.index_footer {
	height: 316px;
	width: 100%;
	background: url(../images/index_footerbg.jpg) no-repeat center center;
}

.index_footer section {
	width: 980px;
	margin: 0 auto;
}

.index_footbox {
	height: 225px;
}

.index_footboxl {
	float: left;
	width: 580px;
	padding-top: 40px
}

.index_footboxl .links {
	margin-bottom: 50px;
}

.index_footboxl .links li {
	float: left;
}

.index_footboxl .links li a {
	font-size: 14px;
	height: 16px;
	color: #b7daff;
	padding: 0 10px;
}

.index_footboxl .links li a:hover {
	color: #2d5f9a;
}

.index_footboxl p {
	padding-left: 10px;
	display: inline-block;
	line-height: 25px;
	color: #6f859d;
}

.index_footboxr {
	float: right;
	padding-top: 40px;
	text-align: right;
}

.index_footboxr p {
	font-size: 14px;
	color: #b7daff
}

.index_footboxr span {
	color: #fe8a00
}

.index_footboxr a {
	color: #b7daff
}

.index_footboxr a:hover {
	color: #2d5f9a;
}

.index_footboxr .telimg {
	background: url(../images/telbg.png) no-repeat 110px center;
	padding-left: 20px;
	font-size: 20px;
}

.index_footboxr .telnum {
	color: #fe8a00;
	font-size: 30px;
}

.index_footboxr .online {
	width: 100px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	background-color: #fe8a00;
	float: right;
	border-radius: 15px;
}

.index_footboxr .online a {
	color: #fff;
	font-size: 14px;
}

.index_copyright {
	float: right;
	color: #b7daff;
	line-height: 20px
}

.index_copyright a {
	color: #b7daff;
}

.index_youqing {
	float: left;
	color: #b7daff;
	line-height: 20px
}

.index_youqing a {
	color: #b7daff;
}


/* 产品详情页面*/
.prodtop {
	background-color: #F4F5F9;
	padding: 40px 30px;
}

.prodpic {
	width: 280px;
	height: 260px;
	float: left;
	box-shadow: 5px 5px 5px #ccc;
	overflow: hidden;
	position: relative;
}

.prodpic img {
	width: 280px;
	height: 260px;
}

/* 轮播*/
.prodpic ul {
	height: 260px;
	position: absolute;
}

.prodpic ul li {
	float: left;
	width: 280px;
	height: 260px;
	overflow: hidden;
	position: relative;
	background: #000;
}

.prodpic .btn {
	position: absolute;
	height: 10px;
	left: 35%;
	bottom: 10px;
	text-align: right;
}

.prodpic .btn span {
	display: inline-block;
	_display: inline;
	_zoom: 1;
	width: 25px;
	height: 10px;
	_font-size: 0;
	margin-left: 5px;
	cursor: pointer;
	background: #d6d6d6;
}

.prodpic .btn span.on {
	background: #ff8900;
}

.prodright h1 {
	float: right;
	width: 375px;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	color: #00438B;
	border-bottom: 1px solid #d6d6d6;
	overflow: hidden;
	font-weight: 100
}

.prodtitle {
	float: right;
	width: 375px;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	color: #00438B;
	border-bottom: 1px solid #d6d6d6;
	overflow: hidden;
}

.prodbrief {
	float: right;
	width: 375px;
	padding: 15px 0;
	color: #848484;
	line-height: 22px;
}

.prodright {
	float: right;
	width: 375px;
}

.proddownloadbtn {
	float: left;
}

.proddownloadbtn .pdf {
	background: url(../images/download_pdf.png) no-repeat;
	width: 130px;
	height: 25px;
	display: block;
	cursor: pointer;
	text-indent: -9999px;
	float: left;
	margin-right: 20px;
}

.proddownloadbtn .rar {
	background: url(../images/download_3d.png) no-repeat;
	width: 130px;
	height: 25px;
	display: block;
	cursor: pointer;
	text-indent: -9999px;
	float: left;
}

.proditem {
	padding: 15px 0;
}

.proditem img {
	max-width: 100%;
}

.prodtext {
	font-size: 12px;
	color: #848484;
	line-height: 22px;
}

.prodsubtitle {
	font-size: 18px;
	color: #5c5c5c;
	font-weight: 400;
	margin-bottom: 5px;
}

/*表格*/
.sharedtop {
	font-size: 18px;
	background-color: #F4F5F9;
	height: 38px;
	line-height: 38px;
	text-indent: 15px;
	text-align: center;
	font-weight: 400;
}

.protable .prodtext {
	line-height: 30px;
}

.protable table,
.protable table tr th,
.protable table tr td {
	border: 1px solid #EBEBEB;
}

.protable table {
	min-height: 30px;
	line-height: 30px;
	text-align: center;
	border-collapse: collapse;
}

.tab-title {
	height: 35px;
	border-bottom: 2px solid #FF8901;
	line-height: 35px;
}

.tab-title li {
	float: left;
	text-align: center;
	width: 252px;
}

.tab-title li a {
	color: #000;
	font-weight: bold;
	width: 251px;
	font-size: 14px;
	height: 35px;
	line-height: 35px;
	display: block;
	background-color: #F4F5F9;
	border-right: 1px solid #A4A4A4;
}

.tab-title li.last a {
	border-right: none;
}

.tab-title li.cur {}

.tab-title li.cur a {
	width: 252px;
	background: url(../images/tab_hd.png) no-repeat;
	color: #fff;
	text-align: center;
}

.tab-title li.last {
	width: 251px;
}

.tab-brief {
	height: 56px;
	background-color: #F4F5F9;
	padding: 7px 20px;
	overflow: hidden;
}

.tab-brief li {
	float: left;
	line-height: 28px;
	margin-right: 50px;
}

.tab-brief li a {
	font-size: 13px;
	font-weight: Normal;
}

.tab-brief li.cur a {
	font-size: 13px;
	font-weight: Normal;
	color: #ff8900;
}

.tab-brief li a span {
	font-size: 12px;
	color: #8E8D92;
	font-family: "楷体";
}

.tab-container {
	width: 720px;
	margin: 0 auto;
}

.product-variety,
.products-variety {
	text-align: center;
	overflow: hidden;
}

.products-variety li {
	float: left;
	width: 200px;
	padding: 20px;
	min-height: 280px;
}

.products-variety .product-pic {
	width: 200px;
	height: 140px;
	overflow: hidden
}

.products-variety .product-title {
	font-size: 14px;
	color: #000;
	line-height: 40px;
	font-weight: bold;
}

.products-variety .product-brief {
	padding: 5px 0;
	font-size: 12px;
	color: #7d7d7d;
	line-height: 20px;
}

.product-variety .product-wrap li {
	float: left;
	width: 280px;
	padding: 20px 40px;
}

.product-variety .product-wrap {
	float: left;
	width: 360px;
}

.product-variety .product-wrap li {
	display: none;
}

.product-variety .product-wrap li.cur {
	display: block;
}

.product-variety h2 {
	text-align: left;
	text-indent: 10px;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px dotted #7E7E7E;
	color: #00438B;
	margin-bottom: 20px;
}

.product-variety h2 em {
	font-size: 12px;
	color: #7d7d7d
}

.product-variety h2 span {
	text-align: left;
	text-indent: 10px;
	height: 50px;
	line-height: 50px;
	color: #00438B;
	margin-bottom: 20px;
	font-size: 12px;
}

.product-rl {
	float: right;
	width: 300px;
}

.product-rl li {
	line-height: 28px;
	text-align: left;
	font-weight: bold;
}

.product-rl li.cur a {
	color: #00438B;
}

.product-rl li a {
	padding-right: 20px;
}

.product-more {
	margin-top: 10px;
	font-size: 22px;
	color: #00438B;
	font-weight: bold;
}

.product-variety .product-wrap a {
	display: block;
	font-size: 15px;
	color: #00438B;
	line-height: 35px;
}

.product-variety .product-wrap .product-pic {
	width: 260px;
	height: 180px;
	overflow: hidden
}

.product-variety .product-wrap .product-title {
	font-size: 14px;
	color: #000;
	line-height: 40px;
	font-weight: bold;
}

.product-variety .product-wrap .product-brief {
	padding: 5px 0;
	font-size: 12px;
	color: #7d7d7d;
	line-height: 20px;
}

/*border-bottom: 1px dotted #7E7E7E;*/
.product-variety p:hover,
.products-variety p:hover {
	color: #ff8900;
}

#top_data {
	background-image: url(../images/prod_table_bg.gif);
	background-repeat: repeat;
	border: 1px solid rgb(72, 72, 72);
}

#top_data a,
.topData {
	font-size: 12px;
	color: rgb(255, 255, 255);
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
}

/*当前地址*/
.location {
	height: 35px;
	line-height: 35px;
	border-bottom: 1px solid #BFBFBF;
	width: 100%;
	margin-bottom: 25px;
}

.location a {
	font-size: 14px;
	/**font-weight: bold; **/
	padding: 0 15px;
	float: left;
	color: #333
}

.location a:hover {
	color: #00438A;
}

.location span {
	background: url(../images/locati.png) no-repeat;
	width: 4px;
	height: 35px;
	float: left;
}

.location a.lprev,
.location a.lnext {
	font-size: 18px;
	padding: 0 5px;
}

.location .lhidden {
	color: #DDDBDE;
}

/**/
.flr {
	float: right;
}

.news-list-info img {
	display: inline-block;
}

.news-list-info>div {
	width: 600px;
	overflow: hidden;
	margin-left: 20px;
}

.news-list-info h5 {
	cursor: pointer;
	font-weight: normal;
	line-height: 34px;
}

.news-list-info h5 span {
	font-size: 12px;
	color: #888;
}

.news-list-info p {
	color: #888;
	line-height: 24px;
}

.ring-video .jzzclb_wz .flr>img {
	display: inline-block;
	vertical-align: middle;
	padding-top: 5px;
	float: left;
	margin-right: 10px;
}

.jzzclb_wz .flr p {
	width: 500px;
	float: left;
	font-size:12px;
	line-height:160%
}

.jzzclb_wz {
	padding: 20px 0;
	border-bottom: 1px dotted #E4E4E4;
	;
	width: 750px;
}

.jzzclb_wz>div {
	width: 575px
}

.bottom-rarea-list thead tr th {
	border: 1px solid #00438A;
	background: #00438A;
	padding: 10px 0;
	color: #fff;
}

.wid99 {
	width: 90px;
}

.wid72 {
	width: 72px;
}

.wid80 {
	width: 80px;
}

.wid123 {
	width: 123px;
}

.wid139 {
	width: 139px;
}

.wid109 {
	width: 109px;
}

.wid113 {
	width: 113px;
}

.wid96 {
	width: 69px;
}

.bottom-rarea-list tbody tr td {
	padding: 10px 0;
	font-size: 12px;
	text-align: center;
	border: 1px solid #ececec;
	color: #666;
}

.col01 a {
	color: #ff8900;
	cursor: pointer;
	font-family: "宋体";
}

.bottom-rarea-list tbody tr td img {
	display: inline-block;
}

.col02 {
	color: #00438A;
	font-size: 14px;
	font-family: Arial;
	font-weight: 600;
}

.table-layout {
	margin-bottom: 32px;
}

/*20180822*/
.prod_get {}

.prod_get table tr {
	height: 30px;
}

.prod_get select {
	color: #FF9923;
	width: 120px;
	text-align: center;
}

.prod_get table tr.prod_tr {
	height: 40px;
	background-color: #ECEFF9;
}

.prod_get table td {
	text-align: center;
}

/*sp*/

a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}

.sp {
	display: none !important;
}

.clearfix{ clear: both; content: ""; display: block; overflow: hidden }
.clear{clear: both;}
.notice{}
.notice .notice_hd{background:url(../images/h.png) no-repeat;background-position:left center;text-indent:1.5em;line-height:35px;border-bottom:2px solid rgba(0,0,0,0.1)}
.notice .notice_hd h2{font-size:22px;color:#00438b;display:inline-block;line-height:35px;}
.notice .notice_hd span{font-size:18px;color:#878787;margin-left:10px;}
.notice .notice_hd a{float:right;color:#5c5c5c;font-size:15px;}
.notice ul{padding-top:10px;margin-bottom:30px;}
.notice ul li{background: url(../images/news_d.png) no-repeat;color:#5c5c5c; position:relative;background-position:left center;padding-left:1em}
.notice ul li a{color:#5c5c5c;font-size:15px;overflow:hidden;white-space: nowrap;text-overflow: ellipsis;display:block;line-height:30px;width:80%;}
.notice ul li span{font-size:15px;position:absolute;right:0;top:0;display:block;line-height:30px;}
.notice ul li a:hover,.Notice .Notice_hd a:hover{color:#ff8a02}
@media all and (min-width: 768px) and (max-width: 1040px) {
.notice{width:100%;margin:0 auto;padding-left:15px;max-width:96%}	
}
@media all and (min-width: 0) and (max-width: 1040px) {
	body {
		min-width: inherit;
	}
	img {
		max-width: 100%;
		height: auto !important;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.sp {
		display: block !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}

@media all and (min-width: 0) and (max-width: 1040px) {
	body {
	}
	.header {
		height: 45px;
	}
	.header .wrap {
		width: auto;
		height: 45px;
	}
	.lang {
		position: absolute;
		right: 80px;
		top: 15px;
	}
	.lang a {
		color: #fff;
	}
	.header .logo {
		margin: 0;
		padding: 4px 10px;
		width: 130px;
		height: auto;
		font-size: 0;
	}
	.header .logo a,
	.header .logo img {
		display: block;
		width: 130px;
	}
	.header .topright {
		display: none;
		float: none;
		clear: both;
		width: 100%;
		position: absolute;
		left: 0;
		top: 100%;
		z-index: 100;
		height: auto;
		box-sizing: border-box;
		border-top: 1px solid #000;
		background-color: #00438b;
	}

	/* .header .nav>li>a { font-size: 14px; height: 16px; padding: 0 15px; border-right: 1px solid #828282; color: #f4f5f9;}
	.header .nav>li.navlilast>a {border-right: none; padding-right: 0;}
	.header .nav>li>a.actived { color: #ff8900;}
	.header .nav>li>a:hover { color: #ff8900;} */
	.menu {
		position: absolute;
		right: 0;
		top: 0;
		z-index: 120;
		height: 45px;
		width: 60px;
		cursor: pointer;
		text-align: center;
		transition: opacity .25s ease;
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
		transform: scale(0.9);
		-webkit-transform: scale(0.9);
	}
	.menu.active .top {
		width: 45px;
		-webkit-transform: translateY(8px) translateX(-5px) rotate(45deg);
		-ms-transform: translateY(8px) translateX(-5px) rotate(45deg);
		transform: translateY(8px) translateX(-5px) rotate(45deg);
		background: #FFFFFF;
	}
	.menu.active .middle {
		opacity: 0;
		background: #FFFFFF;
	}
	.menu.active .bottom {
		width: 45px;
		-webkit-transform: translateY(-8px) translateX(-5px) rotate(-45deg);
		-ms-transform: translateY(-8px) translateX(-5px) rotate(-45deg);
		transform: translateY(-8px) translateX(-5px) rotate(-45deg);
		background: #FFFFFF;
	}
	.menu span {
		margin-left: -17px;
		background: #FFFFFF;
		border: none;
		height: 3px;
		width: 35px;
		position: absolute;
		top: 12px;
		left: 50%;
		-webkit-transition: all .35s ease;
		transition: all .35s ease;
		cursor: pointer;
	}
	.menu span:nth-of-type(2) {
		top: 20px;
	}
	.menu span:nth-of-type(3) {
		top: 28px;
	}
	.header .nav {
		clear: both;
		float: none;
		width: auto;
		height: auto;
	}
	.header .nav>li {
		padding: 0;
		display: block;
		float: none;
		height: auto;
		position: relative;
		line-height: 20px;
		border-bottom: 1px solid #000;
	}
	.header .nav>li.father:before {
		position: absolute;
		right: 0;
		top: 0;
		width: 40px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		content: "";
		background: url(../images/icon_03.png) no-repeat center center;
		background-size: 14px;
	}

	.header .nav>li.father.active:before {
		background: url(../images/icon_04.png) no-repeat center center;
		background-size: 14px;
	}

	.header .nav>li>a {
		margin-right: 50%;
		padding: 10px 20px;
		display: block;
		height: auto;
		border-right: 0;
	}
	.header .nav>li.icon i {
		right: 13px;
		top: 22px;
	}
	.search {
		margin: 20px 0 10px 20px;
		float: none;
	}
	.nav .drop-down {
		position: relative;
		width: 100% !important;
		top: auto !important;
		right: auto !important;
		left: auto !important;
		border: 0;
		padding: 0;
		overflow: hidden;
		box-sizing: border-box;
	}
	.nav .drop-down ul.down {
		float: none;
		width: auto;
		border-right: 0;
		margin-right: 0;
	}
	
	.drop-down>div {
		padding-top: 0;
	}
	.drop-down>div>div {
		height: auto;
		float: none;
		width: auto;
	}
	.drop-down-list {
		width: auto !important;
		margin: 0 !important;
	}
	.drop-down-list ul {
		margin: 0 20px;
	}
	.drop-down>div>div.drop-down-right {
		float: none;
	}
	
	
	.drop-down-list li {
		line-height: 30px;
		font-size: 13px;
		width: auto !important;
	}
	.drop-down .wrap {
		height: auto;
		padding: 10px;
	}
	.drop-down>div>div.xiala-img,
	.drop-down>div.abanxin>div.drop-down-right{
		display: none;
	}



	/* footer */

	.footer {
		display: none;
	}

	.footbox {
		padding-bottom: 20px;
		height: auto;
		width: 100%;
	}

	.footer section {
		width: auto;
	}

	.foot-item {
		display: none;
	}


	.footer .footboxl {
		float: none;
		width: auto;
		padding-top: 20px
	}
	
	.footer .footboxl .links {
		margin: 0 5px 5px;
		overflow: hidden;
	}
	
	.footer .footboxl .links li {
		float: left;
	}
	
	.footer .footboxl .links li a {
		font-size: 12px;
		height: 20px;
		padding: 0 5px;
	}
	
	.footer .footboxl p {
		padding-left: 10px;
		line-height: 20px;
	}
	
	.footer .footboxr {
		float: none;
		padding: 20px 10px 0;
		text-align: left;
	}
	
	.footer .footboxr br{
		display: none;
	}
	
	.footer .footboxr p {
		font-size: 12px;
		line-height: 30px;
	}
	
	.footer .footboxr .telimg {
		background: url(../images/telbg.png) no-repeat 5em center;
		padding-left: 0;
		font-size: 14px;
	}
	
	.footer .footboxr .telnum {
		font-size: 20px;
	}
	
	.footer .footboxr .online {
		width: 100px;
		height: 20px;
		line-height: 20px;
		border-radius: 10px;
	}
	
	.footer .footboxr .online a {
		font-size: 12px;
	}
	
	.footer .copyright {
		float: none;
		margin: 10px 5px;
		text-align: center;
		line-height: 20px
	}
	
	.footer .copyright a {
		color: #b7daff;
	}
	
	.footer .youqing {
		margin: 0 5px;
		float: none;
		text-align: center;
		line-height: 20px
	}


}

/*----------------------------------------------------------------------------
top_img banner
 ---------------------------------------------------------------------------*/
.top_img {
    max-width: 100%;
    height: auto !important;
}

.focus {
	display: none;
}


@media all and (min-width: 0) and (max-width: 1040px) {

	body {
		min-width: 320px;
		font-size: 14px;
		line-height: 1.5;
	}
	
	#pc {
		display: none;
	}
	
	/* 公共 */
	.wrap_main {
		width: auto;
		margin: 15px auto 0;
	}
	
	.wrapl {
		display: none;
	}
	
	.wrapr {
		width: auto;
		padding-right: 0;
		float: none;
	}
	
	

	.wrap {
		width: auto;
	}
	
	.wrapper {
		background: none;
	}

	.top_img {
		height: 120px;
		background-size: auto 100% !important;
	}

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

	.mrtb20 {
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.pd30 {
		padding: 0;
	}

	.mt30 {
		margin-top: 15px;
	}

	.wrap_text {
		line-height: 29px;
	}

	.wrap_text img[width="200"] {
		display: block;
		width: 80%;
		float: none !important;
		margin: 0 auto 10px !important;
	}

	.wrap_text embed {
		display: block;
		width: 100%;
		margin: 0 auto 10px !important;
	}

	.width550 {
		max-width: none;
	}

	.crbox {
		margin-bottom: 5px;
		position: relative;
	    width: auto;
	    float: none;
	    display: none;
	    padding: 0 10px;
	    box-sizing: border-box;
	}

	.wrapr.about {
		clear: both;
	}

	.about .cell {
		max-width: none;
		border-bottom: 1px dotted #bfbfbf;
		padding: 10px 0;
		margin: 0 auto;
	}

	.about .cell img {
		float: left;
		width: 50px;
	}

	.about .cell p {
		float: none;
		overflow: hidden;
		max-width: none;
		line-height: 1.5;
		padding-left: 10px;;
	}

	.about .about_pink {
		font-size: 15px;
		line-height: 25px;
	}

	.crbox .selcrbox .selcrrows {
	}

	.crbox .selcrnavs {
		/*display: none;*/
	}



	.crbox .selcrnav {
		width: auto;
	}

	.crbox .selcrow {
		    width: auto;
	}

	.crbox .selcrow i,
	.crbox .selcrnav i {
		/*display: none;*/
	}

	.wrapr {
		max-width: 1040px;
		padding: 0 10px;
		float: none;
		box-sizing: border-box;
	}
	.aboutline {
		background-size: 100% auto;
	}

	.wrap_line {
		border: 0;
		border-top: 1px dotted #6e6c6c;
	}

	.wrap_ul li {
		font-size: 12px;
		line-height: 15px;
		padding: 0 0 0 1em;
		text-indent: -1em;
		width: 50%;
		box-sizing: border-box;
	}

	.clear30 {
		height: 15px;
	}

	.about h1{
		font-size: 25px;
		vertical-align: middle;
		padding-top: 20px;
	}

	.about .cstrive {
		line-height: 1.5;
	}

	.crbox h3 {
	  	width: 100%;
	    /* padding: 0 0 15px;
	    height: auto;
	    line-height: 45px;
	    background: url(../images/crbox_bg01.png) no-repeat center bottom;
	    color: #00438a;
	    font-size: 25px;
	    font-weight: bold;
	    margin-bottom:  15px;*/
	   background-size: 100% 100%;
	}

	.crbox .selcrbox {
		margin-bottom: 5px;
	}

	.crbox .selcrbox.auto {
		height: auto !important;
	}
	.crbox .selcrbox h3 {
		text-align: center;
	}

	.crbox .selcrbox  h3.hover {
		margin: 0;
		padding: 0;
		color: #fff;
		height: auto;
	}

	.line {
		max-height: 15px;
		overflow: hidden;
	}

	/* questions */

	.questions {
		padding: 15px 0;
		width: auto;
		border-top: 0;
		box-sizing: border-box;
	}

	.questions-strong {
		font-size: 15px;
		line-height: 30px;
	}

	.questions-text {
		font-size: 12px;
		line-height: 20px;
	}

	.questions-btn {
		width: 200px;
		height: 35px;
		line-height: 35px;
		margin-top: 10px;
	}

	.wrapr + .wrapl {
		display: none;
	}



	/* products */

	.product-top {
		height: auto;
		border-bottom: 1px dotted #000;
	}

	.product-toptit,
	.prod-toptit {
		margin: 10px 0 0;
		padding: 0px;
		text-align: left;
		height: auto;
		line-height: 1.5;
		border-left: 0;
		font-size: 20px;
		float: none;
		clear: both;
		font-weight: bold;
	}

	.prod-toptit2 {
		text-align: left;
		text-indent: 0;
		height: auto;
		font-weight: normal;
		line-height: 1.5;
	}

	.product-topdown {
		background: url(../images/prodown.jpg) no-repeat center right;
		background-size: auto 32px;
		height: 32px;
		line-height: 32px;
		margin: 5px 0;
		font-size: 16px;
		padding-right: 40px;
	}

	.tab-container {
		max-width: none;
		margin: 0 auto;
		width: auto;
	}

	.product-variety {
		text-align: center;
		overflow: hidden;
	}

	.product-variety .product-wrap li {
		float: none;
		max-width: none;
		width: auto;
		display: block;
		padding: 10px;
	}

	.product-variety .product-wrap {
		float: none;
		width: auto;
		max-width: none;
	}

	.product-variety h2 {
		margin-bottom: 10px;
		border-bottom: 0;
		color: #000;
		height: auto;
		font-size: 25px;
		line-height: 30px;
		padding: 10px 0;
		position: relative;
	}

	.product-variety h2:before {
	    position: absolute;
	    left: 10px;
	    top: 0;
	    content: "";
	    width: 35px;
	    height: 6px;
	    background: #00438A;
	}

	.product-variety h2 em {
		display: inline-block;
		vertical-align: middle;
		line-height: 12px;
	}
	
	.product-variety h2 span {
		display: block;
    text-indent: 10px;
    height: auto;
    line-height: 20px;
    margin-bottom: 10px;
    font-size: 12px;
}

	.product-rl {
		margin-bottom: 10px;
		padding: 10px !important;
		float: none;
		max-width: none;
	}

	.product-rl li {
		line-height: 1.5;
		font-weight: normal;
	}

	.product-rl li a img {
		display: inline-block;
		vertical-align: top;
	}

	.product-more {
		margin-top: 5px;
		font-size: 12.5px;
	}

	.product-pic {
		margin: 0 auto;
		height: auto;
		display: block;
		pointer-events: none;
		overflow: hidden
	}

	.product-brief {
		padding: 5px 0;
		font-size: 10px;
		line-height: 1.5;
	}

	.product-variety .product-more a {
		display: inline-block;
		vertical-align: top;
		padding: 0;
		font-size: 12.5px;
		font-weight: normal;
		color: #fff;
		line-height: 30px;
		background-color: #2d2d2d;
	}

	.probox {
		padding: 0px !important;
	}
	.prodpic {
		margin: 0 auto;
		float: none;
		width: 300px;
		height: auto;
	}

	.prodpic img {
		vertical-align: top;
		width: 300px;
		height: auto;
	}

	.prodpic ul {
		height: auto;
		position: relative;
	}

	.prodpic ul li {
		float: none;
		width: auto;
		height: auto;
		overflow: hidden;
	}
	
	.prodtop {
			padding: 10px;
	}
	
	.prodtop ul li {
		float: left;
		overflow: hidden;
	}
	

	.prodpic .btn {
		position: absolute;
		height: 10px;
		left: 35%;
		bottom: 10px;
	}


	.prodright h1 {
		padding: 10px 0;
		float: none;
		max-width: 420px;
		height: auto;
		line-height: 1.5;
		font-size: 16px;
		border-bottom: 1px dotted #000;
	}

	.prodtitle {
		padding: 10px 0;
		float: none;
		max-width: 100%;
		height: auto;
		line-height: 1.5;
		font-size: 16px;
		border-bottom: 1px dotted #000;
	}

	.prodbrief {
		overflow: hidden;
		float: none;
		width: auto;
		color: #848484;
		line-height: 1.5;
	}

	.prodbrief li {
		margin:  0 0 5px;
		/*padding: 0 0 0 0.5em;
		text-indent: -0.5em;*/
	}

	.prodright {
		clear: both;
		overflow: hidden;
		float: none;
		width: auto;
		padding: 15px 0 0 0;
	}

	.proddownloadbtn {
		float: none;
	}

	.proddownloadbtn .pdf {
		margin: 0 5px;
	}

	.proddownloadbtn .rar {
		margin: 0 5px;
	}

	.proditem {
		padding: 10px 0;
	}

	.proditem img {
		max-width: 100%;
	}

	.prodtext {
		font-size: 10px;
		line-height: 1.5;
	}

	.prodsubtitle {
		margin-top: 15px;
		border-top: 1px dotted #000;
		padding-top: 15px;
		font-size: 16px;
		color: #5c5c5c;
		font-weight: 400;
		margin-bottom: 5px;
	}

	.showsliplist {
		padding: 10px 10px;
		background-color: #F4F5F9;
		margin: 15px 0;
		overflow: hidden;
	}

	.showsliplist ul li {
		padding: 5px 0;
		float: none;
		width: auto;
		background: url(../images/arrow.jpg) no-repeat left top 10px;
		padding-left: 8px;
		line-height: 1.5;
	}

	.showsliplist ul li.long {
		width: auto;
		max-width: none;
	}


	.showslipview {
		padding: 10px 0;
		overflow: hidden;
		line-height: 1.5;
	}
	
	.focus{ position:relative; width:100%; height:auto;overflow:hidden}  
	.focus img{width:280px;height:auto;display:block;margin:0 auto} 
	.focus .shadow .title{width: 260px; height: 65px;padding-left: 30px;padding-top: 20px;}
	.focus .shadow .title a{ text-decoration:none; color:#fff; font-size:14px; font-weight:bolder; overflow:hidden; }
	.focus .btn{ position:absolute; bottom:34px; left:510px; overflow:hidden; zoom:1;} 
	.focus .btn a{position:relative; display:inline; width:13px; height:13px; border-radius:7px; margin:0 5px;color:#B0B0B0;font:12px/15px "\5B8B\4F53"; text-decoration:none; text-align:center; outline:0; float:left; background:#D9D9D9; }  
	.focus .btn a:hover,.focus .btn a.current{  cursor:pointer;background:#fc114a;}  
	.focus .fPic{ position:relative;width:100%;height:auto;overflow:hidden;padding-bottom:30px;}  
	.focus .D1fBt{ overflow:hidden; zoom:1;  height:16px; z-index:10;  }  
	.focus .shadow{ width:100%; position:absolute; bottom:0; left:0px; z-index:10; height:80px; line-height: 80px; background:rgba(0,0,0,0.6);    
		filter:progid:DXImageTransform.Microsoft.gradient( GradientType = 0,startColorstr = '#80000000',endColorstr = '#80000000')\9;  display:block;  text-align:left; }  
	.focus .shadow a{ text-decoration:none; color:#fff; font-size:20px; overflow:hidden; margin-left:10px; font-family: "\5FAE\8F6F\96C5\9ED1";}  
	.focus .fcon{ position:relative; width:100%; float:left; display:none; padding: 15px 0; border-bottom: 1px dashed #bfbfbf;}  
	.focus .fcon img{ display:block; }  
	.focus .fbg{position:relative; height:auto; text-align:center;}  
	.focus .fbg div{margin:4px auto 0;overflow:hidden;zoom:1;height:auto;width:100%;overflow:hidden}    
	.focus .D1fBt li{position:relative; display:inline; width:50%;height:auto;color:#333;font:14px/30px "\5B8B\4F53"; text-decoration:none; text-align:center; outline:0; float:left;overflow:hidden}
	.focus .D1fBt img{display:none}    
	.focus .D1fBt i{display:block; font-style:normal; }    
	.focus .prev,.focus .next{position:absolute;width:28px;height:61px;}
	.focus .prev{top:30%;margin-top: -37px; left:5%;background: url(../images/sleftbtn.jpg) no-repeat;}  
	.focus .next{top:30%;margin-top: -37px; right:5%;background: url(../images/srightbtn.jpg) no-repeat;}  
	.focus{display:block; margin-bottom: 40px;}
	.product-title{font-size:14px;line-height: 20px;color:#00438b !important;font-family: "英文字体";width:100%;text-align:center;font-weight:normal;text-align:center;padding: 10px 0;overflow: hidden;}
	.product-brief{text-align:center;font-size:14px;color:#2d2d2d; line-height: 20px;padding: 0px;}
	.stitlebox{width:100%;height:auto;overflow:hidden;float:none;padding-left:0;}
	.product-more{width:25%;overflow:hidden;height:auto;background:#2d2d2d;padding:10px 0;font-size:20px;color:#fff;font-family: "英文字体";font-weight:normal;text-align:center;margin:0 auto;margin-top:10px;display: none;clear: both;}
	.product-title a{color:#2d2d2d !important}
	.tabtitletext{font-size:13px;color:#2d2d2d;font-family:"微软雅黑";line-height:18px;padding:5px 0;text-align:left}
	.pdficon{padding:4px 10px}
	.pdficon img{display:inline-block !important;width:18px !important;height:18px !important; vertical-align: top; }
	
	.product-variety .product-wrap .product-title {
		font-size: 14px;
		line-height: 20px;
		font-weight: normal;
	}
	.product-variety .product-wrap a {
		display: inline-block;
		vertical-align: top;
		font-size: 14px;
		line-height: 20px;
		padding: 0 5px;
	}
	
	.product-variety .product-title img {
		display: inline-block !important;
		width: 18px !important;
		height: 18px !important;
		vertical-align: top;
	}
	

	iframe[height="400"]{
		height: 700px;
	}
	
	/* list */

	.bottom-rarea-list tbody tr td {
		padding: 5px 0;
		font-size: 10px;
		    word-break: break-all;
	}

	.bottom-rarea-list thead tr th,
	.bottom-rarea-list tbody .prodtblheader td {
		padding: 5px 0;
		word-break: break-word;
		line-height: 1.2;
	}


	.col02 {
		font-size: 10px;
	}

	.table-layout {
		width: 100%;
		overflow-x: auto;
		margin-bottom: 15px;
	}

	.table-layout table {
		width: 100% !important;
		border-collapse: collapse;
	}

	.bottom-rarea-list tbody tr td img {
		height: auto;
	}

	

	.sharedtop {
		font-size: 16px;
		height: auto;
		padding: 10px 0;
		line-height: 1.5;
	}

	.protable .prodtext {
		line-height: 1.5;
	}


	.protable table {
		min-height: 30px;
		line-height: 30px;
		text-align: center;
		border-collapse: collapse;
	}

	.tab-title {
		overflow: hidden;
		height: auto;
		border-bottom: 1px dotted #7E7E7E;
		line-height: 15px;
		padding: 0 0 10px;
		margin: 0 0 10px;
	}

	.tab-title li {
		width: 33.33%;
	}

	.tab-title li a {
		display: block;
		width: auto;
		font-size: 12px;
		height: 45px;
		line-height: 45px;
	}

	.tab-title li.cur a {
		width: auto;
		background-size: cover;
	}

	.tab-title li.last {
		width: 33.33%;
	}

	#top_data {
		background-image: url(../images/prod_table_bg.gif);
		background-repeat: repeat;
		border: 1px solid rgb(72, 72, 72);
	}

	#top_data a,
	.topData {
		font-size: 12px;
		color: rgb(255, 255, 255);
		font-weight: normal;
		text-transform: uppercase;
		text-decoration: none;
	}


/* location */

	.location {
		border-bottom: 1px solid #BFBFBF;
		width: 100%;
		overflow: hidden;
		height: auto;
		margin-bottom: 25px;
	}

	.location a {
		font-size: 12px;
		padding: 0 10px;
	}

	.location a:first-child {
		padding: 0 10px 0 0;
	}

	.location a:nth-child(3) {
		/*display: none;*/
	}



	.tech-top {
		margin: 0 10px;
		height: auto;
		border-bottom: 1px dotted #000;
	}

	.tech-toptit {
		margin: 20px 0 10px;
		height: 24px;
		line-height: 24px;
		border-left: 5px solid #00438A;
		font-size: 35px;
		padding-left: 25px;
		float: none;
	}

	.tech-toptext {
		float: none;
		clear: both;
		padding: 10px 0;
		height: auto;
		line-height: 1.5;
		margin: 5px 0;
		font-size: 12px;
	}

	.techbox {
		margin-bottom: 25px;
	}

	.techitem {
		padding: 10px;
		float: none;
	}

	.techpic {
		max-width: none;
	}

	.techtit {
		font-size: 25px;
		line-height: 1.5;
	}

	.techinfo {
		text-align: left;
		line-height: 1.5;
		font-size: 10px;
	}

	.prod_series {
		margin: 0 0 10px;
		width: auto;
		height: auto;
		background-image: none;
		float: none;
		clear: both;
		border-bottom:  1px dotted #000000;
	}

	.prodsolu_info {
		float: none;
		width: auto !important;
		/*2013-2-21*/
		height: auto;
		margin-left: 0;
		padding-top: 3px;
	}

	.bysolution {
		margin: 30px 0;
		display: none;
	}


	.prodsolu_info ul {
		font-size: 10px;
		line-height: 1.5;
		clear: both;
		margin: 0 0 10px !important;
		float: none !important;
	}

	.prodsolu_info ul a {
		float: right;
		display: block;
	}

	.prod_series h2.cu-prod-title-orange {
		font-size: 1.6em!important;
		line-height: 1.5!important;
		padding-bottom: 10px;
		padding-left: 5px;
		font-weight: normal;
	}

	.prod_series h2.cu-prod-title-orange2 {
		font-size: 1.6em!important;
		line-height: 1.5!important;
		padding-bottom: 10px;
		padding-left: 5px;
		font-weight: normal;
	}

	.pbtitle {
		font-size: 12px;
		padding-top: 2px;
		width: auto;
		height: 30px;
	}

	.ms_byindustries .meat p {
		line-height: 20px;
	}

	.technical-top {
		border-bottom: 1px dotted  #000;
		padding: 0 0 10px;
		text-align: center;
	}

	.technical-toptit {
		padding: 10px 0;
		font-size: 16px;
		color: #2d2d2d;
		line-height: 20px;
	}

	.news-toptit {
		font-size: 16px;
	}

	.technical-topspan {
		line-height: 20px;
		font-size: 10px;
		padding: 5px 0;
	}

	.technical-topp {
		line-height: 30px;
	}

	.technical-download iframe {
		height: 623px !important;
	}
	
	iframe[height="950"] {
		height: 2400px !important;
	}


	.technical-download .techdoc,
	.technical-download .techdoc li {
		width: auto !important;
	}

	.technical-download ul li {
		border-bottom: 1px dotted  #000;
		height: auto;
		line-height: 1.5;
		padding: 10px 0;
	}


	.technical-download dl dt {
		padding: 0px 0px 0px 20px;
		font: bold 10px/1.5 verdana;
		margin: 5px 0px;
	}

	.technical-download dd {
		font: 10px/1.5 Tahoma;
		margin-bottom: 10px;
	}

	.quick-links {
		margin: 15px 0;
		padding: 15px 0;
	}

	.quick-links h3 {
		font-size: 25px;
	}

	.quick-line {
		border-bottom: 1px dotted #000;
		padding: 10px 0;
	}

	.quick-title {
		border-left: 5px solid #00438A;
		font-size: 25px;
		height: auto;
		line-height: 1.5;
		padding: 0 15px;
		margin: 15px 10px;
	}

	.quick-news {
		max-width: 840px;
		margin: 10px auto;
	}

	.quick-item {
		max-width: none;
		float: none;
		line-height: 1.5;
		padding-left: 10px;
	}



	.quick-item ul li a {
		font-size: 10px;
	}



	.slipring_sp p {
		font-size: 10px;
		width: auto;
	}

	.quick-sline {
		display: none;
	}

	.slipring_sp ul {
		margin: 20px 10px;
	}

	.slipring_sp ul li {
		height: auto;
		line-height: 1.5;
		float: none;
		width: auto;
	}

	.slipring_sp h3 {
		font-size: 16px;
		margin: 0 10px;
	}

	.slipring_sp h4 {
		width: auto;
		padding: 0;
		margin: 0 10px;
	}

	.slipring_sp .figures {
		text-align: center;
	}

	.slipring_sp .srimg {
		width: auto;
		margin: 0 10px;
		text-align: center;
	}

	.slipring_sp a {
		font-size: 12px;
	}

	.slipring_sp a:link {
		font-size: 12px;
	}

	.slipring_sp a:hover {
		font-size: 12px;
	}

	.contact-top {
		height: auto;
		overflow: hidden;
	}

	.contact-top a {
		display: block;
		width: 20%;
		height: 20vw;
		background-repeat: no-repeat;
		background-position: center left;
		background-size: 200% auto;
		float: left;
	}

	.contact-top a:hover,
	.contact-top .contact-active {
		background-position: center right;
	}

	.contact-top1 {
		background-image: url(../images/contact1.jpg);
	}

	.contact-top2 {
		background-image: url(../images/contact2.jpg);
	}

	.contact-top3 {
		background-image: url(../images/contact3.jpg);
	}

	.contact-top4 {
		background-image: url(../images/contact4.jpg);
	}

	.contact-top5 {
		background-image: url(../images/contact5.jpg);
	}

	.contact-body {
		margin: 15px 10px;
	}

	.contact-body .contact-tit + div {
		width: 100% !important;
		overflow-x: auto;
	}

	.contact-body table {
		width: 100%;
		table-layout: fixed;		
	}

	.contact-body table td {
		vertical-align: middle;
	}

	.contact-body table input {
		width: 90%;
	}

	.contact-body table textarea {
		max-width: 90%;
		
	}

	.contact-body form {
		padding-bottom: 15px;
		border-bottom: 1px dotted #000;
		margin-bottom: 10px;
		text-align: center;
	}

	.contact-tit {
		font-size: 25px;
		margin-bottom: 10px;
	}

	.contact-fl {
		margin: 0 auto;
		max-width: 345px;
		padding: 0;
		float: none;
	}

	.contact-fr {
		float: none;
		padding: 0;
		line-height: 1.5;
	}

	.contact-p {
		border-bottom: 1px dotted #000;
		line-height: 40px;
	}

	/*new a dd Technical Support*/


	/**/

	.flr {
		float: right;
	}

	.news-list-info img {
		max-width: 14px;
		height: 14px;
		margin-top: 0 !important;
	}

	.news-list-info>div {
		margin: 0px !important;
		width: auto;
		float: none !important;
	}

	.news-list-info h5 {
		font-size: 10px;
		line-height: 14px;
	}

	.news-list-info h5 span {
		font-size: 10px;
		color: #888;
		line-height: 14px;

	}

	.news-list-info p {
		color: #888;
		line-height: 14px;
	}

	.ring-video .jzzclb_wz .flr>img {
		display: inline-block;
		vertical-align: middle;
		padding-top: 5px;
		float: left;
		margin-right: 10px;
	}

	.jzzclb_wz .flr p {
		width: auto;
		float: none;
	}

	.jzzclb_wz {

		padding: 10px 0;
		border-bottom: 1px dotted #000;
		max-width: 1040px;
		width: 100%;
		overflow: hidden;
	}

	.jzzclb_wz>div {
		margin: 0px !important;
		width: auto;
		overflow: hidden;
		float: none !important;
	}

	.jzzclb_wz>img {
		float: left;
		max-width: 140px;
		width: 140px !important;
		padding-right: 10px;
	}

	.jzzclb_wz span {
		margin: 0 10px 0 0 !important;
	}

	.jzzclb_wz a {
		display: block;
		overflow: hidden;
		margin: 0 10px 0 0 !important;
	}


	/*20180717*/

	.prod_get {}

	.prod_get table tr {
		height: auto;
	}

	.prod_get select {
		width: 100%;
		font-size: 10px;
	}

	.prod_get select option {
		font-size: 10px;
	}

	.prod_get table {
		border-collapse: collapse;
		table-layout:  fixed;
		word-wrap: break-word;
	}

	.prod_get table tr.prod_tr {
		height: auto;
	}

	.prod_get table tr td {
		height: auto;
		line-height: 1.2;
	}

	.laypage_main a {
		margin: 0 2px;
		padding:5px;
	}



	/* Code Css */

	.product-variety h1 {
		border-bottom: 0;
		color: #000;
		font-size: 25px;
		line-height: 30px;
		padding: 10px 0;
		position: relative;
	}

	.product-variety h1:before {
	    position: absolute;
	    left: 10px;
	    top: 0;
	    content: "";
	    width: 35px;
	    height: 6px;
	    background: #00438A;
	}

	.product-variety h1 em {
		display: inline-block;
		vertical-align: middle;
		line-height: 12px;
	}
	
	
	/*首页底部  300*/
	.index_footer {
		display: none;		
	}
	
	.index_footer section {
		width: auto;
		margin: 0 auto;
	}
	
	.index_footbox {
		height: auto;
	}
	
	.index_footboxl {
		float: none;
		width: auto;
		padding-top: 20px
	}
	
	.index_footboxl .links {
		margin: 0 5px 5px;
		overflow: hidden;
	}
	
	.index_footboxl .links li {
		float: left;
	}
	
	.index_footboxl .links li a {
		font-size: 12px;
		height: 20px;
		padding: 0 5px;
	}
	
	.index_footboxl p {
		padding-left: 10px;
		line-height: 20px;
	}
	
	.index_footboxr {
		float: none;
		padding: 20px 10px 0;
		text-align: left;
	}
	
	.index_footboxr br{
		display: none;
	}
	
	.index_footboxr p {
		font-size: 12px;
		line-height: 30px;
	}
	
	.index_footboxr .telimg {
		background: url(../images/telbg.png) no-repeat 5em center;
		padding-left: 0;
		font-size: 14px;
	}
	
	.index_footboxr .telnum {
		font-size: 20px;
	}
	
	.index_footboxr .online {
		width: 100px;
		height: 20px;
		line-height: 20px;
		border-radius: 10px;
	}
	
	.index_footboxr .online a {
		font-size: 12px;
	}
	
	.index_copyright {
		float: none;
		margin: 0 5px;
		text-align: center;
		line-height: 20px
	}
	
	.index_copyright a {
		color: #b7daff;
	}
	
	.index_youqing {
		margin: 0 5px;
		float: none;
		text-align: center;
		line-height: 20px
	}
	
	.tab-brief {
		margin-bottom: 10px;
		height: auto;
		display: block;
	}
	
	.tab-brief li {
		margin-left: 0 !important;
	}
	
	.product-variety,
	.products-variety {
		text-align: center;
		overflow: hidden;
	}
	
	.products-variety li {
		float: none;
		width: 100%;
		padding: 10px;
		min-height: 1px;
		box-sizing: border-box;
	}
	
	.products-variety .product-pic {
		height: auto;
	}
	
	.products-variety .product-title {
		font-size: 14px;
		line-height: 20px;
		font-weight: normal;
	}
	
	.products-variety .product-brief {
		padding: 5px 0;
		font-size: 12px;
		line-height: 20px;
	}
	
	.techdoc,
	.techdoc li{
		max-width: 100%;
	}
	

}

@media all and (min-width: 768px) and (max-width: 1040px) {
	body {
		font-size: 14px;
		line-height: 1.5;
	}
	
	.wrap_main {
		max-width: 1040px;
	}
	
	.proddownloadbtn .pdf {
		background-size: 100% auto;
		width: 171px;
	}

	.proddownloadbtn .rar {
		background-size: 100% auto;
		width: 171px;
	}
	.domtab_maph_head {
		margin: 0 auto;
	}
	.downloadsize {
		display: block;
		text-align: center;
	}
	
}


.bar.bar-tab {
	display: none;
}

@media all and (min-width: 768px) and (max-width: 1040px) {
}

@media all and (max-width: 768px) {
	body {
		margin-bottom: 50px;
	}
	.bar.bar-tab {
		position: fixed;
    z-index: 100;
    right: 0;
    left: 0;
		display: block;
		bottom: 0;
    display: flex;
    width: 100%;
    padding: 0;
    align-items: center;
    -webkit-touch-callout: none;
		padding: 7px 0;
    background-color: #00438b;
	}
	
	.bar-tab .item {
		width: 50%;
		color: #fff;
		font-size: 11px;
		text-align: center;
		border-left: 1px solid #fff;
	}
	
	.bar-tab .item:first-child {
		border-left: 0;
	}
	
	.bar-tab .item span {
		padding: 0;
		display: block;
		line-height: 1;
	}
	
	.bar-tab .item .tab-label {
		padding-top: 3px;
	}
	
	.sp-clearfix {
		clear: both;
	}
	
	.sp-w100 {
		width: 100%;
	}
.notice{width:100%;margin:0 auto;padding-left:15px;max-width:96%}		
}
	.mianbao{
		font-size: 16px;
		margin: 15px 0;
		line-height: 25px;
	}		
	.caselist{
		margin: 0 -10px;
		padding: 0;
		list-style-type: none;
	}
	.caselist li{
		width:calc( 33.3333% - 22px );
		margin: 0 10px 20px;
		float: left;
		border: 1px solid #dadada;
		z-index: 1;
		transition: all 0.2s;
		position: relative;
	}
	.caselist li:hover a{
		color: #fff;
	}
	.caselist li:before{
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 42px;
		content: "";
		background:rgba(0,67,138,1);
		z-index: -1;
		display: none;
	}
	.caselist li:after{
		position: absolute;
		width: 100%;
		height: calc( 100% - 38px );
		background:rgba(0,67,138,.6);
		content: "";
		left: 0;
		bottom:38px;
		display: none;
	}
	.caselist li:hover:after,.caselist li:hover:before,.caselist li:hover .more{
		display: block;
	}
	.caselist li .more,.prolist li .more{
		position: absolute;
		z-index: 99;
		top: calc( 50% - 32px );
		left: 50%;
		transform: translate(-50%,-50%);
		border:1px solid #fff;
		height: 30px;
		line-height: 30px;
		font-size: 16px;
		min-width: 80px;
		text-align: center;
		display: none;
	}
	.prolist li .more{
		
		top: calc( 50% - 60px );
	}
	.caselist li .more a,.prolist li .more a{
		color:#fff;
	}
	.prolist li .img{
		position: relative;
	}
	.prolist li .img:after{
		background:rgba(0,67,138,.45);
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		display: none;
		content: "";
	}
	.prolist li:hover .img:after{
		display: block;
	}
	.prolist li:hover .more{
		display: block;
	}
	.caselist li img{
		max-width: 100%;
		height: 243px;
	}
	.caselist li .title{
		font-size:16px;
		font-weight: normal;
		transition: all 0.2s;
		height: 38px;
		
	}
	.caselist li .title h5{
		overflow: hidden;
		padding: 0 10px;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	#page1 a,#page1 font{
		display: inline-block;
		line-height: 36px;
		padding:0 10px;
		min-width: 16px;
		text-align: center;
		border: 1px solid #dddddd;
		margin: 0 3px;
	}
	.mytitle{
		font-size:18px;
		font-weight: bold;
		margin-bottom: 20px;
		color: #024d9e;
	}
	.prolist ul{
		margin: 0 -10px;
		padding: 0;
	}
	.prolist li{
		width: calc( 25% - 22px );
		border: 1px solid #eeeeee;
		position: relative;
		float: left;
		margin: 0 10px 15px;
	}
	.prolist li .txt{
		background:#eee;
		padding: 10px;
	}
	.prolist li .txt p{
		font-size: 14px;
		line-height: 35px;
		border-bottom: 1px solid #d7d7d7;
	}
	.prolist li .txt p:last-child{
		border:none;
	}
	.prolist li .title{
		background:#024d9e;
		font-size:14px;
	}
	.prolist li .title a{
		color: #fff;
	}
	.prolist li img{
		max-width: 100%;
		height: auto;
	}
	.swiper-button-next, .swiper-button-prev{
		position: static;
		transform: none;
		width: 38px;
		height:38px;
		border: 1px solid #eee;
		display: inline-block;
		border-radius:50%;
		margin:0;
		background-size:10px auto;
		margin: 30px 0;
	}
	@media all and (min-width: 0) and (max-width: 1040px) {
		.caselist li{
			width: calc( 50% - 22px );
			min-height: 192px;
		}
		.caselist{
			margin: 0px;
		}
		.mianbao{
			margin: 11px;
		}
		.mytitle{
			margin: 0 11px 20px 11px;
		}
		.prolist li{
			width: calc( 50% - 22px );
		}
		.prolist ul{
			margin: 0;
		}
		.prolist{
			padding-bottom: 50px;
		}
		.caselist li:hover::after, .caselist li:hover::before, .caselist li:hover .more,.prolist li:hover .img:after,.prolist li:hover .more{
			display: none;
		}
		.caselist li:hover a{
			color: #000;
		}
