﻿html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	cursor: default;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

input {
	font-family: "microsoft yahei";
}

:focus {
	outline: 1;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
	display: block;
}

ul,
ol,
li {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

a {
	margin: 0;
	padding: 0;
	border: 0;
	cursor: default;
	text-decoration: none;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title],
dfn[title] {
	border-bottom: 1px dotted #000;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}

input,
select {
	vertical-align: middle;
}

i {
	font-style: normal;
}

.btn {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	border: 1px solid #ccc;
	background: #ddd;
	padding: 6px;
	cursor: pointer;
}

* {
	font-family: "Microsoft YaHei", 微软雅黑, STHeiti, 华文黑体, Arial, SimSun, 宋体, sans-serif;
}

.clearfix:after {
	content: "";
	display: block;
	visibility: hidden;
	clear: both;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.container {
	width: 1200px;
	margin: 0 auto;
}

a {
	color: inherit;
}

.clear {
	clear: both;
}

.under {
	text-decoration: underline;
}


/*头部*/

.zy_top {
	/*background: #f0f0f0;*/
	/*zhy*/
}

.zy_top_state {
	width: 1200px;
	margin: 0 auto;
	/*line-height: 32px;*/
	line-height: 45px;
	/*zhy*/
}

.zy_top_welcome {
	/*color: #999;
	font-size: 13px;*/
	font-size: 12px;
	color: #444;
	/*zhy*/
	float: left;
}

.zy_top_info {
	float: right;
}

.zy_top_info li {
	float: left;
	font-size: 13px;
	/*margin-left: 20px;
	font-size: 13px;*/
	margin-left: 17px;
	font-size: 12px;
	/*zhy*/
}

.zy_top_info li img {
	padding-right: 4px;
	vertical-align: -2px;
}

.zy_top_info .maps {
	position: relative;
	/*color: #999;*/
	color: #444;
	/*zhy*/
}

.zy_top_info .maps .content {}

.zy_top_info .maps a:hover {
	/*color: #666;*/
	/*zhy*/
}

.zy_top_info .onlines {
	/*color: #999;*/
	color: #444;
	/*zhy*/
}

.zy_top_info .onlines a:hover {
	/*color: #333;*/
	/*zhy*/
}

.zy_top_info .service_call {
	/*color: #999;*/
	color: #444;
	letter-spacing: 1px;
	margin-left: 33px;
	/*zhy*/
}

.zy_top_info .service_call span {
	/*color: #3e3e3e;
	font-size: 15px;*/
	font-size: 14px;
	color: #444;
	letter-spacing: 1.2px;
	/*zhy*/
}

.zy_top_info .top_jb {
	display: inline-block;
	width: 14px;
	height: 14px;
	background: url(../images/top_jb.png) no-repeat 0px 2px;
	vertical-align: middle;
	margin-left: 3px;
}

.zy_nav {
	/*background: rgba(0, 0, 0, .5);
	height: 60px;*/
	height: 54px;
	background-color: rgba(0, 0, 0, 0.8);
	/*zhy*/
	width: 100%;
	top: 33px;
	z-index: 99;
}

.zy_nav .warp {
	width: 1400px;
	margin: 0 auto;
	position: relative;
}

.zy_nav .nav {
	float: left;
	padding-left: 50px;
}

.zy_nav .nav>li {
	float: left;
	position: relative;
	margin: 0 21px;
	cursor: pointer;
	text-align: center;
	width: 97px;
}

.zy_nav .nav>li>a {
	color: #fff;
	cursor: pointer;
	font-size: 15px;
	line-height: 56px;
	height: 54px;
	/*margin: 0 8px;*/
	display: inline-block;
}

.zy_nav .nav>li>a>img {
	position: relative;
	margin-left: 6px;
}

.zy_nav .nav>li>a:hover {}


/* 二级菜单 */

.zy_nav .nav li.er {}

.zy_nav .nav li.er:hover ul {
	display: block;
}

.zy_nav .nav li.er ul.active {
	display: block;
}

.zy_nav .nav li.er ul {
	display: none;
	position: absolute;
	z-index: 99;
	border-top: 2px solid #003399;
	left: 0;
	right: 0;
	background: rgba(255, 255, 255, .5);
	padding-bottom: 7px;
	padding-top: 5px;
}

.zy_nav .nav li.er ul li {}

.zy_nav .nav li.er ul li a {
	color: #444;
	cursor: pointer;
	font-size: 15px;
	line-height: 28px;
	white-space: nowrap;
}

.zy_nav .nav li.er ul li a:hover {}

.gif {
	position: absolute;
	left: 220px;
	top: 0;
	width: 117px;
	height: 55px;
}


/* 菜单 Logo */

.zy_nav_logo {
	float: left;
	color: #fff;
	margin-left: 52px;
}


/* Banner */


/*banner*/

.banner {
	position: relative;
}

.banner .bannerImg .slidesjs-navigation {
	display: none;
}

.banner .bannerImg .slidesjs-pagination {
	z-index: 99;
	width: 100%;
	position: absolute;
	text-align: center;
	bottom: 137px;
}

.banner .bannerImg .slidesjs-pagination li {
	display: inline-block;
}

.banner .bannerImg .slidesjs-pagination li a {
	cursor: pointer;
	display: inline-block;
	float: inherit;
	width: 21px;
	margin-left: 9px;
	height: 1px;
	background-color: #666;
	text-indent: 2000px;
}

.banner .bannerImg .slidesjs-pagination li a.active {
	background: #fff;
}

.banner .slideBox {
	width: 100%;
	position: relative;
	border: none;
	height: inherit;
}

.banner .slideBox .hd {
	overflow: hidden;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 1;
	bottom: 137px;
	height: inherit;
	right: inherit;
}

.banner .slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	float: inherit;
	width: 100%;
}

.banner .slideBox .hd ul li {
	cursor: pointer;
	display: inline-block;
	float: inherit;
	width: 21px;
	margin-left: 9px;
	height: 1px;
	background-color: #666;
	text-indent: 2000px;
}

.banner .slideBox .hd ul li:first-child {
	margin-left: 0;
}

.banner .slideBox .hd ul li.on {
	background: #fff;
}

.banner .slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
	height: 548px;
	overflow: hidden;
}

.banner .slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
	position: relative;
	height: 548px;
	width: 100%;
}

.banner .slideBox .bd img {
	width: 100%;
	display: block;
	border: none;
	height: inherit;
}

.banner .txt {
	text-align: center;
	position: absolute;
	width: 100%;
	bottom: 39.5%;
	z-index: 99;
}

.banner .txt h2 {
	font-size: 62px;
	color: #fff;
	font-weight: 700;
	line-height: 90px;
}

.banner .txt p {
	font-size: 18px;
	color: #fff;
	line-height: 24px;
	margin-top: 31px;
}

.banner .query {
	position: absolute;
	z-index: 99;
	bottom: 0;
	height: 112px;
	background: rgba(0, 0, 0, .5);
	width: 100%;
	text-align: center;
}

.banner .query .queryContent {
	width: 930px;
	margin: 27px auto 0;
	position: relative;
}

.banner .query .select {
	display: inline-block;
	width: 100%;
	position: absolute;
	width: 135px;
	height: 58px;
	line-height: 58px;
	color: #444;
	font-size: 18px;
	font-weight: 700;
	border: none;
	top: 0;
	outline: none;
	cursor: pointer;
}

.banner .query .select span {
	cursor: pointer;
}

.banner .query .line {
	position: absolute;
	width: 1px;
	height: 46px;
	top: 6px;
	left: 136px;
	background-color: #444;
}

.banner .query .select i {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 10px;
	border-left: 4.5px solid transparent;
	border-right: 4.5px solid transparent;
	border-top: 6px solid #454545;
}

.banner .query .select .dropList {
	background-color: #595959;
	border-radius: 8px;
	display: none;
	position: absolute;
	top: 58px;
	left: 4px;
	width: 122px;
	line-height: 20px;
}

.banner .query .select.on .dropList {
	display: block;
}

.banner .query .select .dropList li {
	line-height: 49px;
	font-size: 18px;
	color: #f0f0f0;
	font-weight: 500;
	border-top: solid 1px #fff;
	width: 92px;
	margin: 0 auto;
	cursor: pointer;
}

.banner .query .select .dropList li:first-child {
	border-top: none;
}

.banner .query input[type=text] {
	width: 428px;
	height: 56px;
	line-height: 56px;
	border-radius: 6px;
	padding-left: 165px;
	padding-right: 30px;
	border: none;
	font-size: 16px;
	background-color: #fff;
	color: #444;
	outline: none;
}

.banner .query input[type=button] {
	height: 58px;
	width: 298px;
	margin-left: 2px;
	border-radius: 6px;
	cursor: pointer;
	color: #f0f0f0;
	font-weight: 700;
	border: none;
	font-size: 23px;
	padding: 0 20px 0 68px;
	letter-spacing: 1px;
	outline: none;
	background-color: #003366;
	background-image: url(/templates/cn2014/images1/fdj.png);
	background-repeat: no-repeat;
	background-position: 35px 17px;
}

.banner .query input[type=button]:hover {
	background-color: rgba(0, 51, 102, 0.8);
}


/*底部*/

.zy_footer {
	background: #050e1d;
}

.zy_footer_warp {
	width: 1200px;
	margin: 0 auto;
	height: 100%;
}

.zy_footer_maps {
	float: left;
	padding-right: 103px;
	padding-top: 35px;
}

.zy_footer_maps h2 img {
	vertical-align: -2px;
	padding-right: 10px;
}

.zy_footer_maps h2 {
	color: #fefbfb;
	font-size: 16px;
	font-weight: 500;
	line-height: 22px;
}

.zy_footer_maps ul li {
	line-height: 35px;
	position: relative;
	padding-left: 32px;
}

.zy_footer_maps ul li:after {
	content: '';
	position: absolute;
	width: 14px;
	height: 1px;
	background: #fff;
	top: 17px;
	left: 7px;
}

.zy_footer_maps ul li a {
	color: #666;
	display: inline-block;
	font-size: 14px;
	cursor: pointer;
}

.zy_footer_maps ul li a:hover {
	color: #c1b57b;
}

.zy_footer_logo {
	float: left;
	color: #fff;
	margin-right: 67px;
	width: 347px;
	height: 270px;
	/*background: #0c1523 url(/templates/cn2014/images1/footer_di.png) no-repeat center;*/
	background-color: #0c1523;
}

.zy_footer_logo img {
	display: block;
	margin: 0 auto;
	padding-top: 77px;
}

.zy_footer_logo .tel {
	text-align: center;
	font-size: 28px;
	color: #366ea9;
	letter-spacing: 4px;
	background: url(/templates/cn2014/images1/footer_tel_bg.png) no-repeat center 11px;
	padding-top: 42px;
	font-weight: 700;
}

.zy_footer_copyright {
	background: #050e1d;
	color: #999;
	font-size: 13px;
	overflow: hidden;
	border-top: 1px solid #3a404a;
}

.zy_footer_copyright .layer {
	width: 1200px;
	margin: 0 auto;
}

.zy_footer_copyright .cp1 {
	float: left;
	width: 347px;
	letter-spacing: 1.5px;
	text-align: center;
	font-size: 14px;
	color: #666;
	padding: 13px 0 40px;
	background-color: #0c1523;
}

.zy_footer_copyright .cp2 {
	/*float: right;*/
	width: 100%;
	text-align: center;
	margin-left: 12px;
	letter-spacing: 1.2px;
	padding: 13px 0 24px;
	font-size: 14px;
	color: #666;
}


/*注册资料下载*/

.box input {
	font-family: "microsoft yahei";
}

.mask {
	background-color: rgba(0, 0, 0, 0.65);
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 98;
	display: none;
}

.box {
	position: fixed;
	background-color: #fff;
	z-index: 99;
	text-align: center;
	display: none;
}

.box i {
	display: block;
	width: 100%;
	height: 6px;
	background-color: #eb2701;
}

.box h2 {
	font-weight: 500;
	font-size: 32px;
	color: #eb2701;
	border-bottom: solid 1px #808080;
	width: 450px;
	margin: 0 auto;
	line-height: 88px;
	height: 84px;
}

.box .close {
	display: inline-block;
	position: absolute;
	right: 18px;
	top: 19px;
}

.box .close img {
	cursor: pointer;
}

.download {
	width: 521px;
	height: 378px;
	left: 50%;
	top: 50%;
	margin-top: -189px;
	margin-left: -260.5px;
}

.box li {
	margin-top: 29px;
}

.box li span {
	font-size: 18px;
	color: #eb2701;
	vertical-align: middle;
	margin-right: 12px;
	display: inline-block;
	width: 9px;
}

.box li input {
	font-size: 18px;
	border: solid 1px #808080;
	outline: none;
	width: 314px;
	padding: 0 28px;
	height: 41px;
	line-height: 41px;
	border-radius: 5px;
}

.box li input.submit,
.down_submit,
.success_submit {
	border: none;
	cursor: pointer;
	font-size: 22px;
	color: #fff;
	text-align: center;
	width: 283px;
	height: 48px;
	line-height: 48px;
	border-radius: 5px;
	background-color: #eb2701;
}

.box li p.tip {
	font-size: 14px;
	color: #fff;
	width: 185px;
	margin-left: 85px;
	margin-bottom: 1px;
	height: 24px;
	line-height: 24px;
	border-radius: 3px;
	background: #57b74d url(/templates/cn2014/images1/img_protect.png)no-repeat 9px center;
	padding-left: 8px;
}


/*免费商标查询*/

.sbchaxun {
	width: 521px;
	left: 50%;
	top: 50%;
	margin-top: -200px;
	margin-left: -260.5px;
	padding-bottom: 40px;
}

.gnsbcx {
	width: 521px;
	left: 50%;
	top: 50%;
	margin-top: -229.5px;
	margin-left: -260.5px;
	padding-bottom: 40px;
}

.box .select {
	position: relative;
	border: solid 1px #808080;
	outline: none;
	width: 314px;
	padding: 0 28px;
	height: 41px;
	line-height: 41px;
	border-radius: 5px;
	display: inline-block;
	cursor: pointer;
	background: url(/templates/cn2014/images1/img_select.png)no-repeat 340px center;
	margin-left: -5px;
}

.box .select.on .selectList {
	display: block;
}

.box .select .selected {
	font-size: 16px;
	color: #000;
	cursor: pointer;
	width: inherit;
	text-align: left;
	margin: 0;
	vertical-align: inherit;
}

.box .select .selectList {
	display: none;
	position: absolute;
	border: solid 1px #808080;
	border-top: none;
	width: 288px;
	height: 141px!important;
	right: 9px;
	text-align: left;
	top: 42px;
	overflow-y: scroll;
	background-color: #fff;
}

.box .select .selectList li {
	font-size: 14px;
	color: #000;
	line-height: 24px;
	margin: 0;
	padding-left: 12px;
	cursor: pointer;
}

.box .select .selectList li:hover {
	color: #eb2701;
}


/*成功率评估*/

.success {
	width: 521px;
	left: 50%;
	top: 50%;
	margin-top: -229.5px;
	margin-left: -260.5px;
	padding-bottom: 40px;
}


/*用户关闭弹窗*/

.guanbi {
	width: 521px;
	height: 340px;
	left: 50%;
	top: 50%;
	margin-top: -170px;
	margin-left: -260.5px;
}

.guanbi p {
	font-size: 18px;
	color: #444;
	line-height: 30px;
	margin-top: 17px;
}

.guanbi .next {
	font-size: 22px;
	color: #fff;
	background-color: #eb2701;
	display: inline-block;
	margin-top: 34px;
	text-align: center;
	width: 283px;
	height: 48px;
	line-height: 48px;
	border-radius: 5px;
}

.guanbi p.cancle {
	text-decoration: underline;
	margin-top: 24px;
	cursor: pointer;
}


/**/

#form_search {
	z-index: 999;
	position: fixed;
	width: 925px;
	height: 530px;
	border-top: #ea2700 10px solid;
	left: 50%;
	top: 50%;
	margin-left: -462.5px;
	margin-top: -265px;
	background: #fff;
	overflow: hidden;
}

.rela {
	position: relative;
	/*overflow:hidden;*/
}

.sear_close {
	cursor: pointer;
	display: block;
	position: absolute;
	right: 5px;
	top: 10px;
	width: 35px;
	height: 35px;
	background: url(/templates/cn2014/images1/sear_close.jpg) left top no-repeat;
	z-index: 999;
	overflow: hidden;
}

.info_safe {
	margin: 0 0 5px 92px;
	width: 193px;
	height: 24px;
	background: url(/templates/cn2014/images1/safe.jpg) 8px 2px no-repeat #57b74d;
	border-radius: 5px;
	color: #fff;
	font: 14px/24px "微软雅黑";
	text-indent: 25px;
}

font {
	color: #ea2700;
}

#forms .info_safe {
	margin-left: 95px;
}

#form_search .form_sub {
	padding: 30px 60px 0;
}

#form_search h2 {
	font: bold 38px/40px "微软雅黑";
	text-align: center;
	letter-spacing: 10px;
	width: inherit;
	color: #000;
	border: none;
}

#form_search h2 p {
	font: 15px/30px "微软雅黑";
	letter-spacing: 0;
	color: #808080;
}

#form_search .search_left {
	width: 370px;
	padding: 0 20px;
}

#form_search .search_left input.sub {
	display: block;
	width: 365px;
	height: 50px;
	border: 1px solid #bbb;
	border-radius: 5px;
	font: 16px/50px "微软雅黑";
	text-indent: 40px;
	margin-top: 20px;
}

#form_search .search_left input.sbname {
	background: url(/templates/cn2014/images1/name.jpg) 10px center no-repeat;
}

#form_search .search_left input.sbindt {
	background: url(/templates/cn2014/images1/int.jpg) 10px center no-repeat;
}

#form_search .search_left input.sbtel {
	background: url(/templates/cn2014/images1/tel.png) 10px center no-repeat;
}

#form_search .search_left input.submit {
	display: block;
	width: 365px;
	height: 50px;
	border: 1px solid #ea2700;
	background: #ea2700;
	text-align: center;
	font: 22px/40px "微软雅黑";
	text-indent: 0;
	color: #fff;
	border-radius: 5px;
	cursor: pointer;
	margin-top: 20px;
}

#form_search .search_left span {
	display: block;
	font: 12px/25px "微软雅黑";
	margin-top: 5px;
	text-align: left;
}

#form_search .search_left .small_text {
	font: 12px/18px "微软雅黑";
	text-align: center;
	margin-top: 20px;
}

#form_search .search_right {
	width: 335px;
}

#form_search .sshy {
	position: relative;
}

#form_search .sshy i.choice {
	position: absolute;
	border-left: 1px solid #bbb;
	right: 0;
	top: 0;
	display: block;
	width: 61px;
	height: 54px;
	cursor: pointer;
	background: url(/templates/cn2014/images1/img_select.png)no-repeat center;
}

#form_search .sshy .sshyDown {
	position: absolute;
	display: none;
	overflow-y: auto;
	background-color: #fff;
	top: 54px;
	left: 0;
	border: solid 1px #ccc;
	border-top: none;
	width: 365px;
	height: 250px;
	text-align: left;
}

#form_search .sshy .sshyDown li {
	padding: 0 15px;
	line-height: 36px;
	margin: 0;
}

#form_search .sshy .sshyDown li:hover {
	background-color: #f5f5f5;
}


/**/

#form_forget {
	position: fixed;
	width: 520px;
	height: 560px;
	background: #fff;
	top: 50%;
	left: 50%;
	margin-left: -260px;
	margin-top: -280px;
	overflow: hidden;
}

#form_forget .fg_wrap {
	position: relative;
	width: 372px;
	padding: 45px 74px;
	text-align: center;
	z-index: 1;
}

#form_forget .fg_wrap h2 {
	font: 24px/40px "微软雅黑";
	color: #000;
	line-height: 23px;
	height: 24px;
	width: inherit;
	border: none;
	margin-bottom: 14px;
}

#form_forget .fg_wrap h3 {
	font: bold 24px/40px "微软雅黑";
	color: #eb2701;
}

#form_forget .fg_wrap span {
	display: block;
	width: 160px;
	height: 160px;
	margin: 43px auto;
}

#form_forget .fg_wrap p {
	font: 18px/25px "微软雅黑";
}

#form_forget .fg_wrap input {
	display: block;
	width: 372px;
	height: 48px;
	border-radius: 5px;
	color: #fff;
	background: #eb2701;
	font: 22px/48px "微软雅黑";
	border: 0;
	cursor: pointer;
	margin-top: 45px
}


/**/

#wxts {
	position: fixed;
	width: 925px;
	height: 530px;
	background: #fff;
	top: 50%;
	left: 50%;
	margin-left: -462.5px;
	margin-top: -265px;
	border-top: #ea2700 10px solid;
	overflow: hidden;
}

#wxts h2 {
	position: relative;
	height: 90px;
	border-bottom: 1px solid #000;
	text-align: center;
	font: bold 38px/90px "微软雅黑";
	letter-spacing: 5px;
	color: #000;
	width: 100%;
}

#wxts p {
	text-align: center;
}

#wxts p.info {
	font: 20px/30px "微软雅黑";
	margin: 40px 0 80px;
}

#wxts p.cxjg {
	width: 630px;
	font-size: 24px;
	margin: 0 auto 60px;
	line-height: 40px;
	margin-top: 47px;
}

#wxts .wxts_btn {
	width: 520px;
	margin: 0 auto;
	overflow: hidden;
}

#wxts input {
	display: block;
	width: 209px;
	height: 49px;
	background: #ea2700;
	border: 0;
	border-radius: 5px;
	color: #fff;
	font: 22px/49px "微软雅黑";
}

#wxts .wxts_tel {
	margin-top: 40px;
	font-size: 16px;
}


/**/

#forms {
	position: fixed;
	width: 450px;
	left: 50%;
	top: 50%;
	margin-left: -260px;
	margin-top: -162.5px;
	border-top: #ea2700 10px solid;
	background: #fff;
	padding: 0 35px 40px;
	overflow: hidden;
}

#forms .forms_wrap {
	width: 450px;
	position: relative;
	/*overflow:hidden;*/
}

#forms .forms_wrap h2 {
	position: relative;
	height: 84px;
	border-bottom: 1px solid #808080;
	text-align: center;
	font: 32px/84px "微软雅黑";
	letter-spacing: 5px;
	color: #eb2701;
}

#forms .forms_wrap .bjc {
	padding-left: 40px;
	width: 380px;
	margin: 0 auto;
	padding: 0;
}

#forms .forms_wrap .ywlx {
	margin: 26px 0 10px 0;
	text-align: left;
	margin-left: 3px;
}

#forms .forms_wrap input.bjtel {
	width: 280px;
	height: 42px;
	border: 1px solid #ccc;
	border-radius: 5px;
	text-indent: 10px;
}

#forms .forms_wrap input.bjsubmit {
	cursor: pointer;
	display: block;
	margin: 0 auto;
	width: 285px;
	height: 48px;
	margin-top: 30px;
	color: #fff;
	background: #eb2701;
	border: 0;
	border-radius: 5px;
	font: 22px/48px "微软雅黑";
	text-align: center;
}

#forms .sear_close {
	right: -25px;
}


/**/

#bq_form {
	position: fixed;
	width: 520px;
	left: 50%;
	top: 50%;
	margin-left: -295px;
	margin-top: -232.5px;
	border-top: #ea2700 10px solid;
	background: #fff;
	padding: 0 35px 40px;
	overflow: hidden;
}

#bq_form .bq_wrap {
	width: 450px;
	overflow: hidden;
}

#bq_form h2 {
	position: relative;
	height: 84px;
	border-bottom: 1px solid #808080;
	text-align: center;
	font: 32px/84px "微软雅黑";
	letter-spacing: 5px;
	color: #eb2701;
}

#bq_form .bq_type {
	padding: 20px 0 20px 10px;
}

#bq_form .bq_zptype,
.bq_name,
.bq_tel {
	height: 50px;
	margin-bottom: 10px;
	padding-left: 80px;
}

#bq_form input.txt {
	width: 280px;
	height: 42px;
	border: #ccc solid 1px;
	border-radius: 5px;
	outline: none;
	text-indent: 10px;
}

#bq_form .bqsubmit {
	display: block;
	margin: 0 auto;
	margin-left: 115px;
	width: 280px;
	height: 42px;
	border: #eb2701 solid 1px;
	border-radius: 5px;
	background: #eb2701;
	color: #fff;
	font: 22px/35px "微软雅黑";
	cursor: pointer;
}

#bq_form .info_safe {
	margin-left: 164px;
}

#bq_form .sear_close {
	right: -63px;
}


/**/

#zl_form {
	position: fixed;
	width: 450px;
	height: 655px;
	border-top: #ea2700 10px solid;
	background: #fff;
	padding: 0 35px;
	overflow: hidden;
	left: 50%;
	top: 50%;
	margin-left: -260px;
	margin-top: -327.5px;
}

#zl_form h2 {
	position: relative;
	height: 84px;
	border-bottom: 1px solid #808080;
	text-align: center;
	font: 32px/84px "微软雅黑";
	color: #eb2701;
}

#zl_form .zl1,
.zl2,
.zl4,
.zl5,
.zl6 {
	height: 45px;
	padding-left: 70px;
}

.zl1 {
	margin-top: 30px;
}

#zl_form .zl1 {
	margin-left: 13px;
	padding: 0;
}

#zl_form .zl2 {
	margin-left: -14px;
	padding: 0;
}

#zl_form .zl3,
#zl_form .zl4,
#zl_form .zl5 {
	padding: 0;
}

#zl_form .zl1 span {
	cursor: pointer;
	margin-right: 5px;
	padding: 5px 8px;
	background: #d9d9d9;
	border-radius: 5px;
}

#zl_form .zl1 span.active {
	background: #003466;
	color: #fff;
}

#zl_form textarea {
	resize: none;
	overflow-x: hidden;
	overflow-y: hidden;
	width: 270px;
	height: 137px;
	margin-left: 80px;
	border-radius: 5px;
	padding: 5px;
}

#zl_form .info_safe {
	margin-left: 122px;
}

#zl_form .sear_close {
	right: -25px;
}

.zl3 {
	position: relative;
	height: 185px;
	padding-left: 70px;
}

.zl3 label {
	position: absolute;
	top: 0;
}

.zl4 {
	margin-bottom: 20px;
}

.zl6 {
	margin-top: 40px;
	padding-left: 0;
}

.zltxt {
	width: 283px;
	height: 43px;
	border: #ccc solid 1px;
	border-radius: 5px;
	text-indent: 10px;
}

.zlsubmit {
	cursor: pointer;
	display: block;
	width: 285px;
	height: 45px;
	border: 0;
	background: #eb2701;
	color: #fff;
	font-size: 22px;
	border-radius: 5px;
	margin: 0 auto;
}


/*版权、专利查询弹窗*/

.cxbox {
	position: fixed;
	background-color: #fff;
	z-index: 9999;
	text-align: center;
	display: none;
	border-top: solid 10px #ea2700;
}

.cxbox {
	width: 923px;
	height: 547px;
	left: 50%;
	top: 50%;
	margin-top: -278.5px;
	margin-left: -461.5px;
}

.cxbox h2 {
	font-size: 38px;
	color: #000;
	line-height: 40px;
	margin-top: 34px;
}

.cxbox>p {
	font-size: 15.27px;
	color: #808080;
	line-height: 20px;
	margin-top: 11px;
}

.cxbox>p span {
	color: #ea2700;
}

.cxbox .form {
	text-align: left;
}

.bqcxtc .form {
	width: 375px;
}

.cxbox li {
	margin-top: 30px;
	position: relative;
}

.cxbox li span {
	font-size: 18px;
	color: #444;
	display: inline-block;
	width: 95px;
	margin-right: -7px;
}

.cxbox li i {
	display: inline-block;
	font-size: 16px;
	color: #444;
	vertical-align: middle;
	margin-right: 20px;
}

.cxbox li input[type=text] {
	display: inline-block;
	outline: none;
	font-size: 16px;
	border: solid 1px #808080;
	border-radius: 5px;
	width: 222px;
	height: 41px;
	line-height: 41px;
	padding: 0px 29px;
}

.cxbox li p.tishi {
	font-size: 12.21px;
	color: #000;
	line-height: 14px;
	margin-left: 90px;
	margin-top: 9px;
}

.cxbox li p.tishi span {
	font-size: 18.32px;
	color: #ea2700;
	width: inherit;
	vertical-align: middle;
	margin-right: 4px;
}

.cxbox li .ljtj {
	font-size: 21.37px;
	cursor: pointer;
	color: #fff;
	background-color: #ea2700;
	border-radius: 5px;
	width: 366px;
	text-align: center;
	height: 52px;
	line-height: 52px;
	border: none;
	outline: none;
	display: block;
	margin: 0 auto;
}

.cxbox .form>p {
	font-size: 12.21px;
	color: #000;
	text-align: center;
	line-height: 17px;
	margin-top: 24px;
}

.cxbox .form>p span {
	color: #ea2700;
}

.cxbox .form>p img {
	vertical-align: middle;
	margin-right: 5px;
}

.cxbox p.img {
	margin-top: 36px;
}

.bqcxtc p.img {
	margin-left: 44px;
}

.cxbox .content {
	width: 760px;
	margin: 0 auto;
}

.cxbox .cxboxClose {
	position: absolute;
	right: 15px;
	top: 20px;
	cursor: pointer;
}

.cxbox li a {
	display: inline-block;
	font-size: 14px;
	color: #444;
	background-color: #d9d9d9;
	height: 29px;
	line-height: 29px;
	border-radius: 5px;
	margin-right: 2px;
	text-align: center;
	padding: 0 13px;
}

.cxbox li a.active {
	background-color: #003466;
	color: #fff;
}

.zlcxtc .form {
	width: 420px;
}

.zlcxtc p.img {
	margin-left: 1px;
}

.cxbox .bqlxSelect {
	position: relative;
}

.cxbox i.choice {
	position: absolute;
	margin: 0;
	border-left: 1px solid #bbb;
	right: 2px;
	top: 1px;
	display: block;
	width: 42px;
	height: 41px;
	cursor: pointer;
	background: url(/templates/cn2014/images1/img_select.png)no-repeat center;
	background-color: #fff;
	border-radius: 0 5px 5px 0;
}

.cxbox .bqlxSelect {
	position: absolute;
	display: none;
	overflow-y: auto;
	top: 43px;
	right: 44px;
	border: solid 1px #ccc;
	border-top: none;
	width: 234px;
	height: 186px;
	background-color: #fff;
	z-index: 9;
	text-align: left;
}

.cxbox .bqlxSelect li {
	padding: 0 15px;
	line-height: 36px;
	margin: 0;
}

.cxbox .bqlxSelect li:hover {
	background-color: #f5f5f5;
}