/*!
 * @since:2014/5/14
 * @Copyright © 2014 hzgxr.com. All Rights Reserved.
 **/


/* Reset */

body,
div,
section,
article,
header,
nav,
footer,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
img,
form,
fieldset,
legend,
input,
textarea,
blockquote,
th,
td,
menu,
figure,
dir,
sup {
	margin: 0;
	padding: 0
}

body {
	-webkit-text-size-adjust: none;
}

body,
button,
input,
select,
textarea {
	font: 12px/1.5 "微软雅黑"
}

h1,
h2,
h3,
h4,
h5,
h6,
th {
	font-size: 100%;
	font-weight: normal
}

q:before,
q:after {
	content: ''
}

address,
cite,
dfn,
em,
var {
	font-style: normal
}

code,
kbd,
pre,
samp {
	font-family: courier new, courier, monospace
}

small {
	font-size: 11px
}

sup {
	vertical-align: text-top
}

sub {
	vertical-align: text-bottom
}

legend {
	color: #000;
	display: none
}

img {
	border: 0
}

input,
button,
textarea,
select {
	vertical-align: middle;
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit
}

textarea {
	overflow: auto
}

a {
	text-decoration: none
}

:focus {
	outline: 0
}

a,
.hand {
	cursor: pointer
}

ul li {
	list-style-type: none;
}


/* 禁止webkit横屏改变字体大小 */

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}


/* Public */

html {
	height: 100%;
	width: 100%;
}

body {
	color: #494949;
	height: 100%;
	background: #fff;
}

a {
	color: #666
}

a:hover {
	color: #e60000;
}


/* Font */

.fsi {
	font-style: italic
}


/*斜体*/

.fwb {
	font-weight: bold
}


/*加粗*/

.fs1 {
	font-size: 14px
}

.fs2 {
	font-size: 16px
}

.fs3 {
	font-size: 18px
}

.fs4 {
	font-size: 24px
}

.fs5 {
	font-size: 30px
}

.fs {
	font-size: 12px
}


/*默认大小*/

.ch {
	font-family: "宋体";
}


/*宋体*/

.en {
	font-family: Arial;
}


/*英文字体*/

.blue {
	color: #08C;
}


/*蓝色*/

.c1 {
	color: #ccc;
}


/*浅灰色*/

.c2 {
	color: #999;
}


/*深灰色*/

.c3 {
	color: #666;
}


/*灰色*/

.c5 {
	color: #44b83b;
}

.red {
	color: #e61d71;
}


/*红色*/

.white {
	color: #FFF;
}


/*白色*/

.black {
	color: #333;
}


/*黑色*/

.tdu {
	text-decoration: underline
}


/*下划线文字*/

.tdl {
	text-decoration: line-through;
}


/*中划线文字*/

.icon-btn {
	background: url(../images/btn.png) no-repeat;
}


/* COMMON */

.clearfix {
	line-height: 0px;
	clear: both;
}

.fl {
	float: left
}

.fr {
	float: right
}

.pa {
	position: absolute
}

.pr {
	position: relative
}

.tal {
	text-align: left
}

.tar {
	text-align: right
}

.tac {
	text-align: center
}

.vam {
	vertical-align: middle;
}

.btn {
	height: 40px;
	line-height: 38px;
	cursor: pointer;
	display: inline-block;
	color: #FFF;
	background-color: #e60000;
	border: none;
	width: 100%;
	font-size: 16px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: -webkit-gradient(linear, center top, center bottom, from(#e60000), to(#ab0000));
	background-image: linear-gradient(to bottom, #e60000, #ab0000);
	-webkit-box-shadow: 0px 2px 0px rgba(255, 255, 255, 0.25) inset, 0px 1px 5px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 2px 0px rgba(255, 255, 255, 0.25) inset, 0px 1px 5px rgba(0, 0, 0, 0.25);
}

.btn:hover {
	background: #c80000;
	color: #FFF;
}

.input {
	border: #dfdfdf 1px solid;
	background: #FFF;
	width: 100%;
	height: 34px;
	line-height: 24px;
	padding: 5px 8px;
	display: inline-block;
	-webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, .1) inset;
	box-shadow: 0px 1px 5px rgba(0, 0, 0, .1) inset;
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}


/* Page content */

.header {
	height: 60px;
	padding: 0 6px;
	position: fixed;
	z-index: 9999;
	left: 0px;
	top: 0px;
	width: 100%;
	background: -webkit-gradient(linear, center top, center bottom, from(#fffff), to(#fffff));
	background-image: linear-gradient(to bottom, #ffffff, #ffffff);
	-wekit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.25);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.header .logo {
	height: auto;
	float: left;
	line-height: 0px;
	padding: 0;
}

.header .logo img {
	
	margin-top: 5px;
}

.header .tel {
	padding: 10px 0 8px 30px;
	height: auto;
	line-height: 18px;
	margin-left: 10px;
	background: url(../images/ico-tel.png) no-repeat left center;
	-webkit-background-size: 24px;
	background-size: 24px;
}

.header .tel a {
	color: #e60000;
	font-size: 16px;
}


/*---------------------nav-------------------*/


/*---------------------nav-------------------*/

#nav {
	width: 100%;
	height: 48px;
	background: #e10815;
	margin-top: 60px;
	position: fixed;
	z-index: 22222;
}

#nav ul li {
	float: left;
	height: 48px;
	line-height: 40px;
	font-size: 16px;
}

#nav ul .li_search {
	width: 60%;
	height: 40px;
	border: 4px solid #e10815;
	background-color: #f5f5f5;
	margin: 0 auto;
	text-indent: 1em;
	position: absolute;
	left: 20%;
}

#nav ul .li_search input {
	border: none;
	background: none;
	height: 40px;
}

#nav ul .li_search input.t1 {
	width: 80%;
}

#nav ul .li_search input.t2 {
	opacity: 0;
	cursor: pointer;
	width: 20%;
	position: absolute;
	right: 0px;
	z-index: 22222;
}

#nav ul .li_search .su1 {
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
}

#nav ul .li_search:hover {
	color: #666;
}

.ico-nav {
	width: 55px !important;
	height: 48px !important;
	display: inline-block !important;
	color: #fff!important;
	line-height: 48px;
	font-size: 14px !important;
	position: relative;
	text-align: left !important;
}

.ico-nav i {
	background: url(../images/nav_on.png) no-repeat 0 0;
	width: 24px;
	height: 24px;
	display: inline-block;
	position: absolute;
	right: 3px;
	top: 12px;
	color:#fff!important;
}

.ico-nav.active {
	color: #fff!important;
}

.ico-nav.active i {
	background-position: 0 -24px;
}

.nav2 {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 98;
	background: rgba(255, 255, 255, 0.95);
	opacity: 0;
	right: 0;
	-webkit-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	padding-top: 140px;
}

.nav2.active {
	opacity: 1;
	-webkit-transform: translateY(0%);
	-o-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
}

.nav2 li {
	list-style: none;
	width: 29.3%;
	margin: 2%;
	display: inline-block;
	float: left;
}

.nav2 li .name {
	color: #333;
	display: inline-block;
	border: 1px solid #ddd;
	font-size: 14px;
	text-transform: uppercase;
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 0 1%;
	line-height: 36px;
	text-align: center;
}

.nav2 li:first-child {}


/*-------------------banner--------------------*/

.slides ul,
ol,
li {
	list-style-type: none
}

.slider {
	width: auto;
	overflow: hidden;
}

.flexslider .slides>li {
	display: none;
	-webkit-backface-visibility: hidden;
}


/* Hide the slides before the JS is loaded. Avoids image jumping */

.flexslider .slides img,
.flexslider2 .slides img,
.flexslider3 .slides img {
	width: 100%;
	display: block;
	margin-top: 108px;
}

.flex-pauseplay span {
	text-transform: capitalize;
}


/* Clearfix for the .slides element */

.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.no-js .slides>li:first-child {
	display: block;
}


/* FlexSlider Default Theme
*********************************/

.flexslider,
.flexslider2 {
	position: relative;
	zoom: 1;
	width: 100%;
}

.flexslider3 {
	position: relative;
	zoom: 1;
	width: 60%;
	margin: 2% auto;
}

.flexslider3 .flex-viewport {
	overflow: visible!important;
}

.flexslider3 .slides li {
	margin-right: 8px
}

.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}

.loading .flex-viewport {
	max-height: 300px;
}

.flexslider .slides,
.flexslider2 .slides,
.flexslider3 .slides {
	zoom: 1;
}

.carousel li {
	margin-right: 5px
}


/* Direction Nav */

.flex-direction-nav {
	*height: 0;
	display: none;
}

.flex-direction-nav a {
	width: 22px;
	height: 24px;
	margin: -20px 0 0;
	display: block;
	background: url(../images/bg_direction_nav.png) no-repeat 0 0;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	text-indent: -9999px;
	opacity: 0;
	-webkit-transition: all .3s ease;
}

.flex-direction-nav .flex-next {
	background-position: 100% 0;
	right: -22px;
}

.flex-direction-nav .flex-prev {
	right: 0px;
}

.flexslider:hover .flex-next {
	opacity: 0.8;
	right: -1px;
}

.flexslider:hover .flex-prev {
	opacity: 0.8;
	right: 22px;
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
	opacity: 1;
}

.flex-direction-nav .flex-disabled {
	opacity: .3!important;
	filter: alpha(opacity=30);
	cursor: default;
}


/* Control Nav */

.flexslider .flex-control-nav {
	width: 60px;
	position: absolute;
	bottom: 1px;
	text-align: center;
	left: 50%;
	margin-left: -30px;
}

.flexslider2 .flex-control-nav {
	width: 60px;
	position: absolute;
	bottom: 4px;
	right: 0;
	text-align: center;
}

.flexslider3 .flex-control-nav {
	width: 60px;
	position: absolute;
	bottom: 1px;
	text-align: center;
	left: 50%;
	margin-left: -30px;
}

.flex-control-nav li,
{
	margin: 0 1px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.flex-control-paging li a {
	display: block;
	width: 12px;
	height: 0;
	padding-top: 12px;
	background: url(../images/pagination.png) 0 0;
	float: left;
	overflow: hidden;
	cursor: pointer;
}

.flex-control-paging li a:hover {
	background-position: 0 -12px;
}

.flex-control-paging li a.flex-active {
	background-position: 0 -12px;
	cursor: pointer;
}

.flex-control-thumbs {
	margin: 5px 0 0;
	position: static;
	overflow: hidden;
}

.flex-control-thumbs li {
	width: 25%;
	float: left;
	margin: 0;
}

.flex-control-thumbs img {
	width: 100%;
	display: block;
	opacity: .7;
	cursor: pointer;
}

.flex-control-thumbs img:hover {
	opacity: 1;
}

.flex-control-thumbs .flex-active {
	opacity: 1;
	cursor: default;
}


/*-------------------banner--------------------*/

.plist {
	padding-left: 10px;
}

.plist li {
	width: 50%;
	padding-right: 10px;
	margin-top: 10px;
	float: left;
	-webit-box-sizing: border-box;
	box-sizing: border-box;
}

.plist li .pic {
	line-height: 0px;
	border: #CCC 1px solid;
	background: #FFF;
	padding: 5px;
	display: block;
	-webit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.plist li .pic img {
	width: 100%;
}

.plist li .text {
	height: 48px;
	line-height: 24px;
	text-align: center;
	font-size: 14px;
}

.idx-title {
	margin: 10px 10px 0;
	padding: 0 10px;
	height: 36px;
	line-height: 34px;
	border: #ccc 1px solid;
	font-size: 0px;
	background: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#efefef));
	background-image: linear-gradient(to bottom, #ffffff, #efefef);
	-webit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.idx-title font {
	font-size: 26px;
	font-weight: 600;
	color: #d30202;
	line-height: 36px;
	vertical-align: middle;
	margin-right: 8px;
}

.idx-title .name {
	font-size: 15px;
	font-weight: bold;
	color: #333;
	display: inline-block;
	vertical-align: middle;
}

.idx-title .ico {
	width: 8px;
	height: 8px;
	background: #e60000;
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-wekit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.25);
}

.idx-title .more {
	float: right;
	padding: 0px 8px;
	background: #e10815;
	color: #FFF;
	font-size: 10px;
	display: block;
	height: 16px;
	line-height: 16px;
	margin-top: 9px;
	font-family: Arial, Helvetica, sans-serif;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.a-box {
	background: #FFF;
	overflow: hidden;
}

.a-box .pic {
	line-height: 0px;
	overflow: hidden;
	margin: 10px 10px 0;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.a-box .pic img {
	width: 100%;
}


/*.a-box .a-nav{padding:0 0 10px 10px; overflow: hidden;}

.a-box .a-nav li{

width:50%; float:left; padding-right:10px; margin-top:10px; 

-webkit-box-sizing:border-box;

box-sizing:border-box;

}

.a-box .a-nav li .a{

width:100%; height:28px; line-height:28px; display:block; border:#CCC 1px solid;

background:-webkit-gradient(linear,center top,center bottom,from(#fffff), to(#efefef));

background-image:linear-gradient(to bottom,#ffffff, #efefef);

-webkit-border-radius:3px;

border-radius:3px;

}

.a-box .a-nav li .a img{ vertical-align:-9px; width:22px; margin:3px 5px;}

.a-box .a-nav li a.current,.a-box .a-nav li a:hover{

color:#ab0000; 

}*/

.idx-news {
	margin: 10px 10px 0;
	padding: 5px;
	background: #FFF;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.idx-news li {
	line-height: 36px;
	overflow: hidden;
	border-bottom: #efefef 1px dashed;
	list-style: circle inside;
	color: #e60000;
	padding-left: 3px;
}

.idx-news li a {
	padding-left: 5px;
	font-size: 14px;
	clor: #494949!important;
}

.idx-news li span {
	float: right;
	color: #494949;
}

.copyright {
	color: #49494;
	text-align: center;
	line-height: 28px;
	border-top: 2px solid #ddd;
	padding-top: 5px;
	margin-bottom: 80px;
	font-size: 12px;
	margin-top: 20px;
}

.copyright a {
	color: #494949;
	font-size: 14px;
}

.copyright a:hover {
	text-decoration: underline;
	color: #e60000;
	font-size: 14px;
}

#con {
	font-size: 12px;
	margin: 0px auto;
	width: 100%;
}

#tags {
	width: 100%;
	height: 33px;
	border-bottom: 1px solid #ddd;
	margin-top: 2px;
}

#tags LI {
	float: left;
	list-style-type: none;
	height: 33px;
	width: 25%;
	text-align: center;
	font-family: "Microsoft YaHei", "微软雅黑", "黑体";
	font-size: 13px;
	line-height: 33px;
}

#tags LI A {
	color: #494949;
	line-height: 33px;
	height: 33px;
	text-decoration: none;
	display: block;
	padding: 0 5px;
}

#tags LI.emptyTag {
	background: none transparent scroll repeat 0% 0%;
	width: 4px
}

#tags LI.selectTag {
	background-position: left top;
	position: relative;
	height: 33px
}

#tags LI.selectTag A {
	color: #fff;
	line-height: 33px;
	height: 33px;
	background: #e60000;
	display: block;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	-webkit-border-top-radius: 6px;
	-moz-border-top-radius: 6px;
}

#tagContent {}

.tagContent {
	padding-right: 0px;
	display: none;
	padding-left: 0px;
	padding-bottom: 0px;
	width: auto;
	color: #474747;
	padding-top: 0px;
	height: auto;
}

#tagContent DIV.selectTag {
	display: block
}

.i-icon {
	/*background:#FFF;*/
	padding: 1em 0;
}

.i-icon ul li {
	float: left;
	width: 20%;
	margin: 0 0 0 4%;
	text-align: center;
}

.i-icon ul li div {
	line-height: 20px;
	font-size: 12px;
	text-align: center;
}

.i-icon ul li a {
	display: block;
	height: 100%;
	width: 100%;
	text-indent: -200px;
	border-radius: 0.3em;
}

.i-icon ul li a img {
	display: block;
	width: 100%;
}

.loadmoree {
	width: 100%;
	height: 35px;
	line-height: 35px;
	background: #ebebeb;
	border: 1px solid #ddd;
	-webit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
}

.hotlist {
	width: 100%;
	height: auto;
	line-height: 28px;
	padding: 0 8px;
	margin-top: 5px;
}

.hotlist ul li {
	float: left;
	margin: 2px 3px;
}

.hotlist ul li a {
	padding: 0px 8px;
	background-color: #eee;
	display: block;
}

.hotlist ul li a:hover {
	padding: 0px 8px;
	background: #e60000;
	color: #eee;
}

.content {
	padding: 10px;
	background: #FFF;
	margin: 10px 10px 0;
	-wekit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.25);
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.content .title {
	height: 30px;
	line-height: 20px;
	border-bottom: #efefef 1px solid;
}

.content .title .name {
	height: 29px;
	border-bottom: #f40 3px solid;
	display: block;
	float: left;
	margin-bottom: -2px;
	font-size: 14px;
	font-weight: bold;
}

.content .text-box {
	line-height: 1.65;
	margin-top: 10px;
	font-size: 13px;
}

.content .news-bt {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	margin: 10px 0;
}

.content .news-info {
	color: #999;
	border-bottom: #e3e3e3 1px solid;
	padding-bottom: 10px;
}

.table_11 td {
	text-indent: 6px;
	border-bottom: #ccc 1px solid;
	border-left: #ccc 1px solid;
	border-right: none;
}

.tablelll td {
	text-indent: 6px;
}

.picboxbody {
	width: 100%;
	height: 100%;
	margin: 15px 0;
}

#imgbox {
	width: auto;
	height: auto;
	text-align: center;
}

#imgbox img {
	width: 100%;
	height: 100%;
	border: 4px solid #ccc;
}

#imgbox .colect_love {
	display: block;
	line-height: 30px;
	width: 54px;
	margin: 0 auto;
}

#imgbox .colect_love i {
	display: inline-block;
	width: 18px;
	height: 18px;
	background: url(../images/love.png) no-repeat;
	vertical-align: middle;
	margin-right: 4px;
}

#imgbox .colect_love i.on {
	background-position: 0 -18px;
	color: #df0716;
}

#imgbox .colect_love.red {
	color: red;
}

.fybox {
	width: 100%;
	height: 100%;
	margin: auto;
	margin-bottom: 15px;
}

.next {
	float: left;
	width: 33.33%;
	text-align: center;
}

.pre {
	float: left;
	width: 33.33%;
	text-align: center;
}


/*------------------------6/12----------------*/

.thisnow {
	color: #e60000;
}


/*star*/

.star {
	display: inline-block;
	width: 75px;
	height: 14px;
	background: url(../images/star.png) no-repeat;
}

.sa5 {
	background-position: -0px 0px;
}

.sa4 {
	background-position: -15px 0px;
}

.sa3 {
	background-position: -30px 0px;
}

.sa2 {
	background-position: -45px 0px;
}

.sa1 {
	background-position: -60px 0px;
}

.sa0 {
	background-position: -75px 0px;
}

.pl_talbe {
	border-bottom: #ccc 1px solid;
	margin: 20px 0px;
}

.pl_talbe th {
	font-size: 14px;
	line-height: 30px;
	border-top: #ccc 1px solid;
	background: #f5f5f5;
	border-right: #ccc 1px solid;
}

.pl_talbe td {
	border-top: #ccc 1px solid;
	border-right: #ccc 1px solid;
	line-height: 30px;
	font-size: 14px;
	color: #666666;
}

.pl_talbe .pl_nr {
	margin: 10px;
	font-size: 12px;
	color: #333333;
	line-height: 18px;
}

.pl_talbe .pl_nr .time {
	color: #999999;
	display: block;
	clear: both;
	border-top: #ccc 1px dotted;
	margin-top: 5px;
	padding-top: 5px;
}


/*添加页面---国内注册*/

.content2 {}

.ban_wrap {
	width: 100%;
	height: auto;
	position: relative;
}

.ban_wrap img {
	width: 100%;
	height: auto;
}

.search_box {
	width: 94%;
	padding: 1%;
	background: rgba(0, 0, 0, 0.2);
	position: absolute;
	top: 0px;
	left: 5%;
}

.search_box h3 {
	font-size: 18px;
	color: #ff6600;
	font-weight: 400;
	text-align: center;
	line-height: 30px;
}

.search_bg {
	background: rgba(255, 255, 255, 0.3);
	padding: 5px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.search_border {
	height: 40px;
}

.int_search_border .int_setect {
	width: 26%;
	background-color: #fff;
	border: none;
	height: 40px;
	color: #333;
	font-size: 14px;
	float: left;
	cursor: pointer;
	font-family: 微软雅黑;
}

.int_search_border input.text {
	width: 50% !important;
}

.search_border input.text {
	background-color: #fff;
	color: #888;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	border: none;
	float: left;
	width: 76%;
	text-indent: 1em;
}

.search_border input.button {
	font-size: 16px;
	color: #fff;
	line-height: 40px;
	background: url(../images/22.png) no-repeat 10px center #ff6600;
	padding-left: 20px;
	border: none;
	height: 40px;
	width: 24%;
	float: right;
	cursor: pointer;
}

.brand_list h3,
.zclc h3,
.why_choose h3 {
	font-size: 18px;
	text-align: center;
	color: #222;
}

.patent_list {
	margin-left: 4px;
	margin-top: 14px;
}

.patent_list li {
	width: 25%;
	border: 1px solid #ddd;
	float: left;
	margin-left: -1px;
	height: 70px;
	text-align: center;
	line-height: 20px;
	overflow: hidden;
	margin-top: -1px;
	font-size: 12px;
	cursor: pointer;
}

.patent_list li img {
	width: 36px;
	height: 36px;
	display: block;
	margin: 6px auto 0;
}

.patent_list li.list_last {
	line-height: 70px;
	font-size: 15px;
}

.zclc {}

.zclc ul {
	text-align: center;
}

.zclc ul li {
	padding: 2px 10px;
	border: 1px solid #f67a28;
	border-radius: 10px;
	margin: 6px;
	text-align: left;
}

.zclc ul li i {
	font-size: 16px;
	color: #f67a28;
	font-style: normal;
	margin-right: 6px;
}

.zclc p {
	text-align: center;
	color: #ff0000;
}

.why_choose ul {
	width: 100%;
	padding: 10px;
}

.why_choose ul li {
	font-size: 16px;
	color: #444;
	border-bottom: 1px solid #ddd;
	margin-bottom: 6px;
}

.why_choose ul li p {
	font-size: 14px;
	color: #888;
	width: 90%;
	margin: 6px auto;
}

.page_ {
	width: 100%;
	margin-top: 20px;
	text-align: center;
	margin-bottom: 40px;
	font-size: 13px;
}

.page_ input {
	border: 1px solid #ddd;
	width: 46px;
	height: 20px;
	text-align: center;
	margin: 0 6px;
}

.page_ a {
	font-size: 13px;
	color: #666;
	padding: 4px 12px;
	border: 1px solid #ddd;
}

.page_ a.cur {
	background-color: #f5f5f5;
	color: #cc0000;
}

.page_ a:hover {
	background-color: #f5f5f5;
	color: #cc0000;
}

.page_ a.current_page {
	background-color: #f5f5f5;
	color: #cc0000;
}


/*表单 start*/
.idxform {
	background: #c10100;
	margin-top: 10px;
}
.idxform .bt{
	height: 48px;
	line-height: 48px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	border-bottom: #eee 1px solid;
}
.form-list {
	position: relative;
}

.form-list.b-t-l {
	border-top: #dfdfdf 1px solid;
}

.form-list .item {
	background: #FFF;
	position: relative;
	font-size: 14px;
	box-sizing: border-box;
}
.idxform .form-list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.idxform .form-list .item{
	width: 50%;
	padding-left: 0;
}

.form-list .item:after {
	content: '';
	width: 100%;
	display: block;
	height: 1px;
	background: #d6d6d6;
	position: absolute;
	left: 15px;
	bottom: 0;
	-webkit-transform: scaleY(0.5);
	transform: scaleY(0.5);
}

.form-list .item:last-child:after {
	display: none;
}
.form-list .item:nth-child(3):after {
	display: none;
}

.f-list-pl2 {
	padding-left: 3.5em;
}

.f-list-pl4 {
	padding-left: 90px;
}

.f-list-pl5 {
	padding-left: 6.5em;
}

.f-list-pl6 {
	padding-left: 7.5em;
}

.f-list-pl7 {
	padding-left: 8.5em;
}

.f-list-icon {
	padding-left: 44px !important;
}

.form-list .arrow {
	padding-right: 24px;
}

.form-list .icon-right {
	width: 14px;
	height: 14px;
	display: block;
	position: absolute;
	right: 12px;
	top: 50%;
	margin-top: -7px;
	color: #c3c4c8;
	font-size: 14px;
}

.form-list .icon-bottom {
	width: 12px;
	height: 12px;
	display: block;
	position: absolute;
	right: 12px;
	top: 50%;
	margin-top: -6px;
	color: #c3c4c8;
	font-size: 12px;
}

.form-list .icon-a12r {
	width: 16px;
	height: 16px;
	display: block;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -8px;
	color: #aaa;
	font-size: 16px;
}

.form-list .icon-a12b {
	width: 16px;
	height: 16px;
	display: block;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -8px;
	color: #aaa;
	font-size: 16px;
}

.form-list .name {
	height: 48px;
	line-height: 48px;
	display: block;
	position: absolute;
	left: 15px;
	top: 0;
	font-size: 15px;
	color: #222;
}

.f-list-mt10 {
	border: none;
}

.f-list-mt10 .item {
	margin-top: 12px;
}

.f-list-mt10 .item:after {
	display: none;
}

.form-list .txt {
	appearance: none;
	-webkit-appearance: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	display: block;
	height: 48px;
	padding: 14px 12px;
	line-height: 20px;
	font-size: 15px;
	border: none;
	background: #fff;
	position: relative;
	margin-bottom: 0 !important;
}

.form-list .txt::-webkit-input-placeholder {
	color: #ccc;
}

.form-list .txt-half {
	width: 50%;
	float: left;
	padding: 13px 0 13px 12px;
}

.form-list .tap {
	height: 48px;
	padding: 14px 10px;
	line-height: 20px;
}

.form-list .unit {
	font-size: 14px;
	display: block;
	height: 20px;
	line-height: 20px;
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -10px;
	color: #939498;
}

.form-list .img-yzm {
	width: 108px;
	height: 44px;
	padding: 5px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	border-left: #efefef 1px solid;
	border-right: #efefef 1px solid;
}

.form-list .img-yzm img {
	width: 98px;
	height: 34px;
}

.form-list textarea.txt {
	height: 100px;
}

.form-list .getyzm {
	width: 110px;
	height: 48px;
	line-height: 48px;
	position: absolute;
	right: 0;
	top: 0px;
	font-size: 12px;
	padding: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.form-list .text {
	height: 46px;
	line-height: 46px;
	padding: 0 12px;
}

.form-list .on-off {
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -15px;
}

.form-list .mrdz {
	height: 36px;
	line-height: 18px;
	padding: 4px 0;
	font-size: 12px;
	color: #ccc;
	float: left;
}

.id-photo-upload {
	width: 40px;
	height: 40px;
	float: left;
	margin: 10px 0 10px 12px;
}

.form-list .icon-24 {
	width: 20px;
	height: 20px;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -10px;
	font-size: 20px;
	color: #939498;
}

.form-list .yzm {
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -16px;
	height: 30px;
	display: block;
	border: #e5e5e5 1px solid;
}

.form-list .yzm img {
	height: 100%;
}

.form-list .label {
	height: 46px;
	line-height: 46px;
	display: inline-block;
	margin-right: 20px;
}

.form-list .label input {
	display: inline-block;
	vertical-align: middle;
	margin: -2px 3px 0 0;
}

.title-bt {
	font-size: 15px;
	color: #939498;
	line-height: 1;
	margin: 15px 12px 0;
}

.form-list .mui-switch {
	position: absolute;
	right: 12px;
	top: 50%;
	margin-top: -15px;
}

.form-list .mui-switch:before {
	height: 28px;
	line-height: 28px;
	top: 0;
}

.form-list .ico-check {
	position: absolute;
	display: block;
	right: 12px;
	top: 50%;
	margin-top: -9px;
}

.form-list .switch {
	height: 60px;
}

.form-list .names {
	line-height: 20px;
	padding-top: 4px;
}

.form-list .tip {
	line-height: 18px;
	font-size: 12px;
	color: #999;
}

.form-list .up-thumb {
	padding: 12px 35px 12px 12px;
	overflow: hidden;
}

.form-list .up-thumb .imgbox {
	height: 60px;
	float: left;
}

.form-list .up-thumb .imgbox img {
	width: auto;
	height: 60px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.form-list .up-thumb .dsp {
	float: right;
	height: 48px;
	line-height: 24px;
	font-size: 12px;
	color: #999;
	text-align: right;
	margin-top: 8px;
}

.form-list .btn-box {
	padding: 7px 15px !important;
}
.form-list .btn-box .btn{
	width: 100%;
	height: 34px;
	line-height: 34px;
	box-sizing: border-box;
}
.form-list .select:before {
	content: '';
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #ccc;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -2.5px;
	z-index: 4;
}


/*表单 end*/

.a-box .a-nav {
	padding: 0 0 10px 10px;
	overflow: hidden;
}

.a-box .a-nav li {
	width: 33.33%;
	float: left;
	padding-right: 10px;
	margin-top: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.a-box .a-nav li .a {
	display: block;
	background: #f5f5f5;
	padding: 15px 0;
	border-radius: 5px;
}

.a-box .a-nav li a {
	display: block;
	height: 20px;
	line-height: 20px;
	text-align: center;
	margin-top: 10px;
	font-size: 12px;
}

.a-box .a-nav li .a img {
	width: 60px;
	height: 60px;
	display: block;
	margin: 0 auto;
}

.dsp-msgs {
	padding: 15px;
	background: #f5f5f5;
	border-radius: 8px;
	margin-top: 20px;
}

.dsp-msgs .texts {
	color: #c00;
	line-height: 24px;
	font-size: 12px;
	text-align: center;
}

.dsp-msgs .input-box {
	height: 46px;
	border-radius: 5px;
	border: #e5e5e5 1px solid;
	position: relative;
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
}

.dsp-msgs .input-box .txt {
	width: 100%;
	height: 44px;
	padding: 0 10px;
	appearance: none;
	-webkit-appearance: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 5px;
	border: none;
}

.dsp-msgs .input-box .btns {
	appearance: none;
	-webkit-appearance: none;
	width: 90px;
	height: 44px;
	background: #c00;
	display: block;
	flex-shrink: 0;
	color: #fff;
	border-radius: 5px;
	border: none;
}
.steps{
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.steps .item {
	width: 100%;
	padding: 20px 0;
	text-align: center;
}

.steps .item .img-icon {
	width: 40px;
	height: 40px;
	display: block;
	margin: 0 auto;
	border-radius: 40px;
}

.steps .item .contents {
	margin-top: 10px;
}

.steps .item .bts {
	font-size: 14px;
	color: #c00;
}

.steps .item .text {
	font-size: 12px;
	color: #92999d;
	margin: 10px 0 0 0;
	display: none;
}

.steps .arrow {
	font-size: 0;
	text-align: center;
	padding: 20px 0;
	display: none;
}

.steps .arrow img {
	width: 30px;
	height: 30px;
	display: inline-block;
}

.tm-list{
	margin: 0;
	padding: 0;
	overflow: hidden;
	padding-bottom: 20px;
	margin-right: -8px;
}
.tm-list li{
	width: 25%;
	padding: 8px 8px 0 0;
	float: left;
}
.tm-list li span{
	height: 26px;
	line-height: 24px;
	border:#eee 1px solid;
	display: block;
	text-align: center;
	background: #fff;
}
.tm-list li.active span{
	background: #da2419;
	border-color:#da2419 ;
	color: #fff;
}
