﻿* {
	margin: 0;
	padding: 0;
	border: none;
}

body {
	width: 100%;
	height: 100%;
	font-family: "宋体";
	font-size: 12px;
}

head {
	width: 100%;
	height: 80px;
}

a {
	text-decoration: none;
	color: #333;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

.banner_topgation {
	width: 100%;
	height: 36px;
	line-height: 36px;
	background: #E19D34;
	margin: 0 auto;
}

.banner_top {
	width: 900px;
	height: 36px;
	margin: 0 auto;
}

.banner_top li {
	float: left;
	width: 170px;
	border-right: #FFF solid 2px;
	text-align: center;
}

.banner_top li a {
	color: white;
	transition: 0.2s;
}

.banner_top li a:hover {
	color: darkgoldenrod;
}

.banner_top .last {
	border-right: none;
}

a:hover {
	color: #e77a12;
}

li {
	list-style-type: none;
}

.float_r {
	float: right;
}

.float_l {
	float: left;
}

.content {
	width: 1000px;
	/*height: 80px;*/
	margin: 0 auto;
}

.content ul a li img {
	width: 112px;
}

.headlink {
	width: 327px;
	height: 80px;
	margin-left: 170px;
}

.td_code_h {
	margin-top: 16px;
	padding-left: 10px;
}

.td_code_h>a>img {
	padding: 8px 0px 2px 5px;
}

.td_code_imgs {
	height: 12px;
	width: 12px;
}

.td_code_font {
	color: #fff;
	font-size: 12px;
	margin-top: 5px;
	padding: 3px 5px;
	background-color: #e77a12;
}

.td_code_sao {
	border: 1px #ccc solid;
	height: 130px;
	width: 130px;
	position: relative;
	top: 8px;
	left: -20px;
	margin-left: 15%;
	z-index: 999;
	display: none;
}

.search {
	width: 165px;
	margin-top: 20px;
	background: #d0d0d0;
	border-radius: 10px;
}

.search_con {
	padding-left: 10px;
}

.search_text {
	border: 0 none;
	color: #fff;
	height: 22px;
	margin-left: 10px;
	outline: medium none;
	width: 120px;
	background: #d0d0d0;
	font-family: '微软雅黑';
	font-weight: bold;
}

.search_btn {
	background: url("../images/search-img.jpg") no-repeat scroll #d0d0d0;
	border: 0 none;
	cursor: pointer;
	height: 22px;
	outline: medium none;
	vertical-align: middle;
	width: 22px;
}

.link_h {
	height: 14px;
	margin-top: 50px;
	margin-left: 19%;
}

.tip {
	/*background: url('../images/online-link.jpg') no-repeat ;*/
	/*	padding:0 0px 0 25px ;*/
	/*display:inline-block; */
	font-family: "宋体";
	color: #080808;
	background-size: 22px;
	background-position: 0 60%;
	margin-left: 3%;
}

.tel {
	font-family: "宋体";
	color: #E77A12;
	background-size: 22px;
	background-position: 0 60%;
}

.link_h a {
	/*background: url('../images/online-sec.jpg') no-repeat ;*/
	/*display:inline-block;*/
	float: left;
}

nav {
	border-top: 1px solid #f69321;
	/*background: url('../images/nav_bg.jpg') repeat-x;*/
	height: 40px;
	width: 100%;
	-webkit-box-shadow: 0px 2px 10px #ccc;
	-moz-box-shadow: 0 2px 10px #ccc;
	box-shadow: 0 2px 10px #ccc;
	z-index: 10;
}

nav li {
	height: 40px;
	line-height: 40px;
	float: left;
	padding-left: 15px;
	padding-right: 20px;
	font-size: 14px;
}

nav a:hover {
	color: #e77a12;
	cursor: pointer;
}

.subnav {
	width: 100%;
	background-color: #f6f6f6;
	position: relative;
}

.subnav:hover {
	-webkit-box-shadow: 0 2px 5px #ccc;
	-moz-box-shadow: 0 2px 5px #ccc;
	box-shadow: 0 2px 5px #ccc;
}

.itit {
	color: #f05a24;
	height: 30px;
	line-height: 30px;
	padding: 5px 10px 0 10px;
	text-align: left;
	font-size: 14px;
}

.sub_cont {
	width: 60%;
}

.sub_cont ul {
	width: 100%;
	overflow: hidden;
	padding-left: 30px;
}

.sub_cont ul a {
	height: 24px;
	line-height: 24px;
	float: left;
	padding: 8px 20px;
	white-space: nowrap;
}

.sub_cont ul a:hover {
	background: #e77a12;
	color: #fff;
	display: inline-block;
}

.sub_intr {
	margin: 20px 0 20px;
	width: 30%;
}

.sub_intr img {
	width: 300px;
	height: 150px;
}

.sub_intr p {
	width: 300px;
	line-height: 26px;
	text-align: left;
}

.banner {
	height: 350px;
	overflow: hidden;
	position: relative;
	width: 100%;
	border-bottom: 1px solid #f69321;
	-webkit-box-shadow: 0 -2px 10px #ccc;
	-moz-box-shadow: 0 -2px 10px #ccc;
	box-shadow: 0 -2px 10px #ccc;
}

.flicks li {
	height: 350px;
}

.news {
	border-top: 1px solid #f69321;
	margin-top: 25px;
	height: 250px;
	overflow: hidden;
}

.news-title-bg {
	height: 54px;
	background: url('../images/newsinfo.jpg') no-repeat;
}

.listnews {
	margin-top: 10px;
	font-size: 14px;
}

.listnews h2 {
	color: #e77a12;
	font-size: 16px;
	font-weight: bold;
	height: 36px;
	line-height: 36px;
}

.listnews h2 span {
	color: #122e67;
	font-size: 16px;
	height: 36px;
	line-height: 36px;
}

.listnews ul {
	float: left;
	padding-left: 16px;
	/*height: 200px;*/
	width: 350px;
	border-right: 1px solid #e77a12;
}

.listnews ul li {
	height: 30px;
	line-height: 30px;
	border-bottom: 1px dashed #999;
	margin: 0 10px;
	overflow: hidden;
}

.listnews ul li span {
	float: right;
}

.scrollnews {
	width: 246px;
	/*height: 200px;*/
	overflow: hidden;
	margin-top: 10px;
	font-size: 14px;
}

.scrollnews h2 {
	padding-left: 16px;
	color: #e77a12;
	font-size: 16px;
	font-weight: bold;
	height: 36px;
	line-height: 36px;
}

.scrollnews h2 span {
	color: #122e67;
	font-size: 16px;
	height: 36px;
	line-height: 36px;
}

.scrollnews ul {
	float: left;
	padding-left: 16px;
	/*height: 200px;*/
	width: 246px;
	overflow: hidden;
}

.scrollnews ul li {
	height: 30px;
	line-height: 30px;
	margin: 0 10px;
	overflow: hidden;
}

.scroll {
	/*height: 200px;*/
	overflow: hidden;
}

.more {
	padding-right: 10px;
}

.more a {
	font-size: 12px;
	color: #e77a12;
}

.more a:hover {
	font-weight: bold;
}

.example {
	border-top: 1px solid #e77a12;
	height: 230px;
}

.example-title-bg {
	height: 54px;
	background: url('../images/exam_title.jpg') no-repeat;
}

.example_main {
	width: 900px;
	margin: 20px auto 0 auto;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	overflow: hidden;
}

.exam_title {
	height: 50px;
	width: 100%;
	background-color: #dcdcdc;
}

.exam_title ul {
	float: left;
	width: 33.2%;
	height: 100%;
	text-align: center;
	line-height: 50px;
	border-right: 1px dashed #fff;
	font-size: 20px;
}

.exam_title ul:hover {
	background: #eee;
	cursor: pointer;
}

.exam_title .actice {
	background: #eee;
	cursor: pointer;
}

.exam_content {
	width: 100%;
}

.exam_content ul {
	padding: 20px 0;
	/*background-color: #fff5e7;*/
}

.exam_content ul li {
	/*background-color: #fff5e7;*/
	float: left;
	height: 30px;
	line-height: 30px;
	width: 19.7%;
	overflow: hidden;
	font-size: 14px;
	color: #122e67;
	/* text-align: center; */
	border: 1px dashed #fff;
}

.exam_content ul li:hover {
	/*background-color: #ffb74b;*/
	border: 1px dashed #e77a12;
}

.img_run {
	height: 350px;
	width: 100%;
	/*background:url('../images/foot_bg.jpg') no-repeat;*/
	margin: 0 auto;
}

.software {
	margin-top: 20px;
	border-top: 1px solid #e77a12;
	box-shadow: 0 3px 10px #bbb inset, 0 -3px 10px #bbb inset;
	-webkit-box-shadow: 0 3px 10px #bbb inset, 0 -3px 10px #bbb inset;
	-moz-box-shadow: 0 3px 10px #bbb inset, 0 -3px 10px #bbb inset;
	height: 335px;
	width: 100%;
}

.software ul {
	background: url('../images/icon-07.png') no-repeat;
	height: 250px;
	width: 100%;
	padding-top: 50px;
}

.software ul li {
	/*width: 60px;*/
	display: inline-block;
	float: left;
	padding: 0px 40px 20px 40px;
}

.software ul li p {
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	text-align: center;
	color: #122e67;
}

.software ul li p:hover {
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	font-weight: bold;
	color: #e77a12;
	text-align: center;
	cursor: pointer;
}

.sub_comp {
	margin-top: 20px;
	border-top: 1px solid #e77a12;
	box-shadow: 0 3px 10px #bbb inset;
	-webkit-box-shadow: 0 3px 10px #bbb inset;
	-moz-box-shadow: 0 3px 10px #bbb inset;
	height: 270px;
	width: 100%;
	background-color: #fafafa;
}

.sub_bg {
	background: url('../images/icon-08.png') no-repeat;
}

.company {
	width: 650px;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 80px;
}

.company li {
	display: inline-block;
	float: left;
	padding: 0px 35px;
}

.coop {
	padding-top: 40px;
}

.coop li {
	display: inline-block;
	float: left;
	padding: 0px 16px;
}

.moreinfo {
	margin-top: 20px;
	/*background: url('../images/software_bg.jpg') repeat-x #eeeeee ;*/
	/*height: 380px;*/
	width: 100%;
	overflow: hidden;
}

.moreinfo_title {
	/*background: url('../images/moreinfo.jpg') no-repeat;*/
	width: 100%;
	padding-bottom: 10px;
}

.moreinfo_title ul {
	float: left;
	padding-top: 30px;
	margin-right: 75px;
	overflow: hidden;
}

.moreinfo_title ul li {
	padding-left: 5px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
}

.moreinfo_title ul li a:hover {
	color: #e77a12;
}

.moreinfo_title ul h3 {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	font-family: '宋体';
	color: #122e67;
}

.subcomp {
	width: 700px;
}

.subcomp ul {
	width: 100%;
	padding-top: 20px;
	margin-left: 20px;
	overflow: hidden;
}

.subcomp ul h3 {
	font-size: 24px;
	font-weight: normal;
}

.subcomp ul li {
	width: 200px;
	height: 40px;
	line-height: 40px;
	padding-left: 20px;
	float: left;
	font-size: 14px;
}

.moreinfo_bottom {
	height: 150px;
}

.ew_code {
	width: 100px;
	margin-left: 20px;
	margin-top: 20px;
	display: table;
}

.ew_code>div {
	display: table-cell;
	vertical-align: top;
}

.ew_code img {
	width: 90px;
	height: 90px;
}

footer {
	height: 230px;
	width: 100%;
	background: url('../images/footer_bg.jpg') repeat;
}

.footer_info {
	padding-top: 30px;
	height: 220px;
	width: 50%;
	overflow: hidden;
}

.footer_info ul {
	width: 100%;
	height: 100px;
}

.footer_info ul li {
	font-size: 14px;
	float: left;
	padding: 0 20px;
	height: 30px;
	line-height: 30px;
}

.footer_info ul h2 {
	font-size: 16px;
	color: #333;
	height: 30px;
	line-height: 30px;
}

.footer_info ul li a:hover {
	color: #e77a12;
	font-weight: bold;
}

.demand {
	padding-top: 30px;
	width: 40%;
	height: 220px;
	overflow: hidden;
}

.demand form>label {
	font-size: 16px;
	color: #333;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	padding-right: 30px;
}

.demand form input {
	font-size: 12px;
	color: #666;
	padding: 2px;
}

.demand_con {}

.demand_con label {
	width: 80px;
	font-size: 14px;
	text-align: right;
	display: inline-block;
	height: 24px;
}

.textarea_cell {
	display: table;
	padding: 5px 0;
}

.textarea_cell label {
	display: table-cell;
	vertical-align: middle;
}

.demand .btn {
	margin-top: 5px;
	margin-left: 80px;
	padding: 5px 10px;
	background-color: #e77a12;
	color: #fff;
	border-radius: 3px;
}

.demand .btn:hover {
	padding: 8px 10px;
	font-weight: bold;
	cursor: pointer;
}

.powered {
	/*width: 700px;
	margin: 0 auto;*/
	border-top: 1px dashed #707070;
	/*border-left: 2px dashed #fff;
	border-right: 2px dashed #fff;*/
	text-align: center;
	line-height: 30px;
	font-size: 14px;
	clear: both;
	height: 70px;
}

.powered span {
	padding: 0 15px;
}

.bannerbox {
	width: 100%;
	position: relative;
	overflow: hidden;
	height: 350px;
}

.banner1 {
	width: 1920px;
	position: absolute;
	left: 50%;
	margin-left: -960px;
}

.contaibox3 {
	height: 120px;
}

.contaibox2 {
	clear: both;
	height: 620px;
	margin: 0 auto;
	padding: 0 30px;
	width: 934px;
}


/******登录页面*****/

.login {
	z-index: 2;
	position: relative;
	background: url(../images/login_win.png) no-repeat 0 0;
	width: 420px;
	height: 274px;
	float: right;
	margin-right: 0;
	margin-top: 145px;
	padding-top: 12px;
	*padding-top: 10px
}

.login table {
	width: 100%;
}

.login table tr {
	height: 50px
}

#login .detail {
	height: 500px;
}

.reg_content {
	padding-bottom: 20px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 20px;
}

.reg_content .word {
	font-size: 12px;
	text-align: right;
	width: 98px;
}

.login_btn {
	background: url(../images/login_btn.png) no-repeat 0 0;
	cursor: pointer;
	width: 139px;
	height: 35px;
	border: 0
}

.login_info {
	font-size: 12px;
	color: #666;
	margin-top: 40px;
	line-height: 20px;
	letter-spacing: 2px;
	padding: 25px 5px;
}

.login_info p {
	text-indent: 2em;
	background: url(../images/icon05.jpg) no-repeat 0 10px
}

.login_win_yy {
	background: url(../images/login_win_yy.png);
	width: 479px;
	height: 267px;
	z-index: 0;
	position: absolute;
	right: 0;
	top: 235px;
}

.contaibox4 {
	margin: 0 auto;
	clear: both;
	width: 994px;
}

.barbox {
	height: 30px;
	margin-top: 50px;
}

.barbox ul {}

.barbox ul li {
	float: left;
	height: 30px;
	line-height: 30px;
	font-family: 'Microsoft Yahei', '宋体';
	text-align: center
}

.barbox ul li a:link,
.barbox ul li a:visited {
	padding: 0 6px;
	color: #FFE;
	font-size: 14px;
	display: block
}

.barbox ul li a:hover {
	color: #f6921e;
	background: #FFF;
	border: 1px solid #CCC;
	font-weight: bold;
	border-radius: 5px 5px 0 0
}

.barbox ul li.on a {
	color: #f6921e;
	background: #FFF;
	border: 1px solid #CCC;
	font-weight: bold;
	border-radius: 5px 5px 0 0
}

.cebianlan {
	float: right;
	width: 30px;
	margin-top: 10px;
}

.cebianlan_t {
	width: 100%;
	height: 6px;
	background: url(../images/cebianlan/cebianlan_t.png) 0 0
}

.cebianlan_m {
	width: 100%;
	height: 105px;
	background: url(../images/cebianlan/cebianlan_m.png) 0 0
}

.cebianlan_b {
	width: 100%;
	height: 6px;
	background: url(../images/cebianlan/cebianlan_b.png) 0 0
}

.cebianlan_m ul {
	float: right;
	text-align: center;
}

.cebianlan_m ul li {
	position: relative;
	z-index: 100;
	float: left;
	width: 30px;
}

.cebianlan_m ul li a {
	color: #000;
	*margin: 0;
	*padding: 0;
	*vertical-align: auto
}

.cebianlan_m ul li ul {
	border: 1px solid #e19d34;
	border-right: 0;
	display: none;
	position: absolute;
	right: 0;
	background: #f1f1f1;
	top: -1px;
	right: 30px;
	margin: 0;
	z-index: 1000
}

.cebianlan_m ul li ul li {
	position: static;
	height: 35px;
	line-height: 35px;
	width: 95px;
}

.cebianlan_m ul li ul li a {
	padding: 0 10px;
}

.cebianlan_m ul li ul li a:hover {
	text-decoration: underline
}

.powered p {
	color: #122e67;
	font-family: '宋体';
}

.ew_code div p {
	color: #122e67;
	font-family: '宋体';
}

.sub_intr p {
	color: #122e67;
	font-family: '宋体';
}

.head_div_div2_p1 {
	width: 200px;
	height: 19px;
	font-family: '方正准黑';
	line-height: 19px;
	font-size: 19px;
	border-bottom: 1px solid #fbaf3f;
	text-align: center;
	margin: 25px 0 0 10px;
	color: #122e67;
	letter-spacing: 2px;
}

.head_div_div2_p2 {
	width: 200px;
	height: 12px;
	font-family: '微软雅黑';
	font-size: 12px;
	text-align: center;
	margin: 0 0 0 10px;
	color: #122e67;
	letter-spacing: 2px;
}

table.gridtable {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #333333;
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

table.gridtable th {
	border-width: 0.1px;
	padding: 8px;
	border-style: none;
	background-color: #D4D4D4;
	color: #A8A8A8;
}

table.gridtable td {
	height: 44px;
	border-width: 1px;
	padding: 4px;
	border-bottom-style: solid;
	border-color: #666666;
	background-color: #ffffff;
	border-color: #CFCFCF;
}

.wg_png {
	margin-left: 1%;
	margin-top: 19px;
	float: left;
	height: 18px;
	width: 14px;
}

.wg_a {
	color: #878787;
	font-weight: bold;
	margin-left: 1%;
	margin-top: 21px;
	letter-spacing: 2px;
	float: left;
	font-size: 20px;
	font-family: '宋体';
}

.cp_a {
	color: #878787;
	font-weight: bold;
	margin-top: 25px;
	letter-spacing: 2px;
	float: left;
	font-size: 14px;
	font-family: '宋体';
}

.ls_a {
	color: #878787;
	font-weight: bold;
	margin-top: 28px;
	letter-spacing: 2px;
	float: left;
	font-size: 11px;
	font-family: '宋体';
}

.group_wg {
	height: 1162px;
	width: 100%;
}

.group_wg_div1 {
	float: left;
	height: 3px;
	width: 18%;
	background-color: #E77A12;
}

.group_wg_div2 {
	padding-left: 15%;
	height: 3px;
	width: 85%;
	background-color: #847880;
}

.group_wg_div3 {
	margin-top: 20px;
	padding-top: 20px;
	color: #EFEFEF;
	margin-bottom: 30px;
	height: 70px;
	width: 100%;
	background-color: #E19D34;
}

.group_wg_div4 {
	float: left;
	height: 70px;
	width: 50%;
}

.group_wg_p1 {
	font-weight: bold;
	font-size: 18px;
	margin-left: 5%;
}

.group_wg_p2 {
	margin-top: 5px;
	font-size: 15px;
	margin-left: 5%;
}

.group_wg_div5 {
	float: left;
	height: 70px;
	width: 50%;
}

.group_wg_div6 {
	margin-left: 47%;
	margin-top: 15px;
	background-color: white;
	height: 30px;
	width: 158px;
}

.group_wg_input {
	border: none;
	height: 26px;
	width: 125px;
}

.group_wg_input1 {
	border: none;
	background-size: cover;
	background: url(/templates/master/images/dls/dls-18.jpg) no-repeat;
	margin-left: -9px;
	height: 26px;
	width: 30px;
}

.group_wg_a {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 7%;
	margin-left: 18%;
	float: left;
	border-radius: 6px;
	text-align: center;
	line-height: 30px;
	width: 90px;
	height: 30px;
	background-color: #E68709;
	transition: 0.2s;
}

.group_wg_a span {
	color: white;
	transition: 0.2s;
}

.group_wg_a span:hover {
	color: #E68709;
}

.xiangq {
	cursor: pointer;
	font-size: 8px;
	color: #888899;
	margin-left: 16px;
}

.group_cp_div1 {
	float: left;
	height: 130px;
	line-height: 130px;
}

.group_cp_div2 {
	float: left;
	font-size: 12px;
	color: #888899;
	width: 400px;
}

.group_cp_p1 {
	margin-bottom: 12px;
	width: 400px;
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	font-family: '黑体';
}

.group_cp_span9 {
	padding-left: 7%;
}

.group_cp_p2 {
	line-height: 18px;
	font-size: 12px;
	margin-top: 7px;
	color: #666666;
	width: 400px;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 6em;
}

.group_cp_a1 {
	margin-bottom: 10px;
	margin-right: 5%;
	margin-left: 3%;
	float: left;
	border-radius: 6px;
	text-align: center;
	line-height: 30px;
	width: 90px;
	height: 30px;
	background-color: #E68709;
}

.group_cp_a1 span {
	color: white;
	transition: 0.2s;
}

.group_cp_a1 span:hover {
	color: #E68709;
}

.group_cp_p3 {
	font-size: 6px;
	color: #888899;
	margin-left: 16px;
}

.group_cp_div3 {
	width: 10px;
	height: 30px;
}

.group_cp_span1 {
	cursor: pointer;
	font-size: 8px;
	color: #888899;
	margin-left: 16px;
}

.group_cp_div4 {
	margin-top: 40px;
	height: 2px;
	width: 100%;
	background-color: #C0C0C0;
}

.group_xz_div1 {
	margin-left: 30px;
	float: left;
	height: 140px;
	width: 120px;
	text-align: center;
}

.group_xz_div2 {
	padding-left: 15%;
	color: #878787;
	font-weight: bold;
	margin-top: 10px;
}

#show {
	width: 380px;
	height: 300px;
	display: none;
	padding: 1px;
	position: absolute;
	background: #f2f7fd;
	z-index: 11;
	zoom: 0;
}

#show span {
	position: absolute;
	right: 3px;
	top: 3px;
	display: block;
	cursor: pointer;
	color: #fff;
	font-weight: bold;
}

#show p {
	padding: 5px;
	opacity: 0.4;
}

#text {
	font-size: 12px;
	text-indent: 2em;
	line-height: 20px;
}

#bgbox {
	position: absolute;
	left: 0;
	top: 0;
	background: #000;
	filter: alpha(opacity=30);
	opacity: 0.1;
	z-index: 10
}

.tibug_btn{
	float: left; background-color: #EEA236; color: white; text-align: center; height: 30px; width: 82px; line-height: 30px;
}

.tibug_bianhao{
	margin-left: 10%; font: '微软雅黑'; font-size: 18px; float: left; margin-top: 6px;
}

.tibug_bianhao1{
	margin-left: 3%; font: '微软雅黑'; font-size: 18px; float: left; margin-top: 6px;
}


.tibug_shuru{
	float: left; height: 26px; outline: none; border: groove; width: 120px;
}

.tibug_shuru1{
	float: left; height: 26px; outline: none; border: groove; width: 120px;
}

.tibug_tip{
	margin-top: 6px; margin-left: 6%; font: '微软雅黑'; font-size: 18px; float: left;
}

.tibug_sjian{
	outline: none; height: 26px; border: groove; 
}

.tibug_chax{
	margin-left: 5%; outline: none; background-color: #EEA236; color: white; text-align: center; height: 30px; width: 62px; line-height: 30px;
}

.jle{
	text-align: right;  font: '微软雅黑'; font-size: 18px;
}

.kzb{
	margin-top: 30px;  width: 50%; height: 30px; outline: none; border:1px  #647083 solid;
}

.card_bug{
	margin-left: 10%;  width: 80%;
}
.card_bug h3{padding-bottom: 8px;}

.zysx_tip{
	   text-align: center; margin-top: 20px  ; margin-bottom: 15px;
}
.cc_bug{
	margin-top: 40px; margin-left: 15%; border-radius: 80px; width: 70%; height: 40px; height: 800px; border: dashed;
}
.bug_tjz{
	width: 60px; font-size: 18px; height: 38px; margin-top: 100px; margin-left: 40%;
}
.bz_bug{
	margin-top: 30px; max-width: 70%; max-height: 90px; width: 70%; height: 90px; outline: none; border:1px  #647083 solid;
}

.lq_bug{
	padding-top: 50px; outline: none; float: left;  width: 50%;
}

.lq_bug2{
	float: left; width: 3%; height: 30px;
}

.lq_bug3{
	float: left;  width: 50%; 
}
