@charset "utf-8";
#bodyer {
	width:100%;
	max-width:1200px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 100px;
	padding-top: 100px;
}
#bodyer .box {
	width: 33.3333333%;
	padding-right: 1%;
	padding-left: 1%;
	float: left;
	text-align: center;
	/* line-height: 24px; */
	color: #FFF;
	height: 380px;
	position: relative;
	margin-bottom: 50px;
}
#bodyer .box img {
	display: block;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#bodyer .box .line {
	background-color: #FFF;
	height: 1px;
	width: 50%;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
}
#bodyer .box h2 {margin-bottom: 10px;}
#bodyer .box h2 a{color:#fff;}
#bodyer .box a.but {
	height: 38px;
	width: 40%;
	line-height: 38px;
	position: absolute;
	left: 30%;
	bottom: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	transition: all 0.5s;
	-moz-transition: all 0.5ss;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}
#bodyer .box a.but.red{color: #fff;background-color: #DC3419;}
#bodyer .box a.but.red:hover {color: #000;background-color: #fff;}

#bodyer .box a.but.green{color: #fff;background-color: #30c375;}
#bodyer .box a.but.green:hover {color: #000;background-color: #fff;}

#bodyer .box a.but.yellow{color: #fff;background-color: #ff9e21;}
#bodyer .box a.but.yellow:hover {color: #000;background-color: #fff;}

#bodyer .box a.but.blue{color: #fff;background-color: #2987e8;}
#bodyer .box a.but.blue:hover {color: #000;background-color: #fff;}

#bodyer .box a.but.purple{color: #fff;background-color: #6662dc;}
#bodyer .box a.but.purple:hover {color: #000;background-color: #fff;}

#bodyer .box a.but.young{color: #fff;background-color: #93d81c;}
#bodyer .box a.but.young:hover {color: #000;background-color: #fff;}


.trademark
{
	position: relative;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	max-width: 1200px;
	overflow: hidden;
	margin-bottom: 100px;
	background-color: #FFF;
	color: #333;
	-webkit-box-shadow: rgba(0,0,0,0.3) 0px 10px 20px;
	-moz-box-shadow: rgba(0,0,0,0.3) 0px 10px 20px;
	box-shadow: rgba(0,0,0,0.3) 0px 10px 20px;
	margin-top: 50px;
	padding-bottom: 50px;
}
.trademark .box {
	float: left;
	width: 19%;
	text-align: center;
	margin: 3%;
	margin-bottom: 30px;
	margin-top:10px;
	background-color: #FFF;
}
.trademark .box img {
	margin-bottom: 15px;
	width: 100%;
	max-width:300px;
}
.trademark h2
{
	font-size: 18px;
	clear: both;
	padding-top: 40px;
	margin-left:4%
}
.trademark h2 span {
	display: inline-block;
	margin-bottom: -2px;
	margin-right:10px;
	border-top-width: 7px;
	border-right-width: 7px;
	border-bottom-width: 7px;
	border-left-width: 7px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0FF;
	border-right-color: #0CF;
	border-bottom-color: #09F;
	border-left-color: #06F;
	background-color: #03F;
}
.trademark h1 {
	font-size: 21px;
	line-height: 28px;
	padding-top: 10px;
	padding-bottom: 5px;
}
.trademark .text {
	width: 40%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding:40px;
}


#blacklist {
	width: 100%;
	background-color: #FFF;
	min-width: 300px;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-bottom: 100px;
	color: #333;
	-webkit-box-shadow: rgba(0,0,0,0.3) 0px 10px 20px;
	-moz-box-shadow: rgba(0,0,0,0.3) 0px 10px 20px;
	box-shadow: rgba(0,0,0,0.3) 0px 10px 20px;
	margin-top: 50px;
}
#blacklist .int{padding: 50px;}
#blacklist .l{width:100%;}
#blacklist .l .abox
{
	position: relative;
	float:left;
	width:19.2%;
	height: 38px;
	margin-right: 1%;
	margin-bottom:10px;	
}
#blacklist .l .abox a
{
    color: #000000;
	display: block;
	height: 36px;
	line-height: 36px;
	background-color: #efefef;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid #eaeaea;
	transition: all 0.5s;
	-moz-transition: all 0.5ss;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;	
}
#blacklist .l .abox:hover a{background-color: #eaeaea;border: 1px solid #e4e4e4;}
#blacklist .l .abox.onthis a{background-color: #006cff;border: 1px solid #005ede;color:#FFF;}
#blacklist .l .abox a span
{
	-moz-border-radius: 10px;
	border-radius: 10px;
	height: 20px;
	position: absolute;
	top: 8px;
	right: 10px;
	line-height:20px;
	background-color: #e6e6e6;
	font-size:12px;
	text-align:center;
	padding-left:8px;
	padding-right:8px;
	transition: all 0.5s;
	-moz-transition: all 0.5ss;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;	
}
#blacklist .l .abox a:hover span{background-color: #e4e4e4;}
#blacklist .l .abox.onthis a span{background-color: #0053c5; color:#FFF}
#blacklist .r{width:100%;}
#blacklist h1 {font-size: 24px;text-align: center;}
#blacklist .bbox {position: relative;margin-bottom: 50px;}
#blacklist .box {
	line-height: 18px;
	min-height: 40px;
	width: 96%;
	font-family: "微软雅黑", Helvetica, Arial, "Microsoft YaHei", sans-serif, STXihei, "Microsoft JhengHei;";
	vertical-align: bottom;
	border: 1px solid #ddd;
	background-color: #f6f6f6;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-right: 2%;
	padding-bottom: 10px;
	padding-left: 2%;
	color:#3a3d3d;
	overflow:hidden;
}
#blacklist p{margin-bottom: 5px;}
#blacklist span.line {
	background-color: #333;
	height: 1px;
	width: 200px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	overflow: hidden;
	position: relative;
	display: block;
}
#blacklist .redtext {color: #F60;}
#blacklist p.foot {
	font-size: 12px;
	line-height: 50px;
	color: #666;
	text-align: center;
	padding-top: 30px;
}
#blacklist h3 {
	line-height: 20px;
	padding: 0px;
	color: #000;
	font-weight: bold;
	margin-bottom: 20px;
	padding-top:50px;
}
#blacklist h4 {margin-bottom: 5px;}
#blacklist h2 {
	font-size: 16px;
	font-weight: normal;
	color: #666;
	text-align: center;
}
#blacklist .bbox .box p {margin: 0px;}

.tac{text-align:center !important;}

#blacklist .red{
	color:#ff0000 !important; 
	border: 1px solid #ff8888 !important;
	background-color: #fff0f0 !important;
}
#blacklist .green
{
	color:#3ed321 !important;
	border: 1px solid #81ff69 !important;
	background-color: #f2fff0 !important;	
}
#blacklist .blue
{
	color:#0f9df7 !important;
	border: 1px solid #57beff !important;
	background-color: #e8f6ff !important;
}
#blacklist .orange
{
	color:#f7810f !important;
	border: 1px solid #ffaa57 !important;
	background-color: #fff1e4 !important;	
}
#blacklist .purple
{
	color:#c518d4 !important;
	border: 1px solid #f588ff !important;
	background-color: #fdebff !important;	
}
#blacklist .young
{
	color:#2b8476 !important;
	border: 1px solid #96ffee !important;
	background-color: #eefffc !important;	
}
#report
{
	display:block;
	width:100%;
	max-width:800px;
	margin-left:auto;
	margin-right:auto;
}
.inputtextbox
{
	height: 50px;
	width: 100%;
	position: relative;
}
.inputtextbox a
{
	position: absolute;
	height: 38px;
	width: 100px;
	top: 1px;
	right: -1px;
	line-height:38px;
	background-color: #F90;
	color:#FFF;
	overflow:hidden;
	display:none;
	font-size:13px;
	text-align:center;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;	
}
.inputtextbox a:hover{background-color:#ffab2e;}
.inputtext {
	line-height: 38px;
	height: 38px;
	width: 99%;
	font-family: "微软雅黑", Helvetica, Arial, "Microsoft YaHei", sans-serif, STXihei, "Microsoft JhengHei;";
	vertical-align: middle;
	border: 1px solid #e8e8e8;
	background-color: #fff;
	margin-bottom: 0px;
	padding-left: 1%;
	overflow: hidden;
}
.inputtext.red
{
	border:1px solid #ff9900;
	background-color:#ffeccf;
}
.orgtext{color:#ff9900}
#report .but {
	background-color: #F90;
	height: 50px;
	width: 100%;
	border: none;
	color: #FFF;
	cursor: pointer;
	font-size:18px;
	font-family: "微软雅黑", Helvetica, Arial, "Microsoft YaHei", sans-serif, STXihei, "Microsoft JhengHei;";
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}
#report .but:hover{background-color:#ffab2e;}
#report p
{
	font-size:13px;
	height:18px;
	line-height:18px;
	overflow:hidden;
}
#report p span{color:#F00; display:none; font-size:12px;}
#report p strong{ color: #F00; font-size:18px; display:inline-block; margin-right:3px;}



#accredit{
	padding-top:80px;
	padding-bottom:80px;
}
.searchform{
	display: block;
	height: 50px;
	width: 96%;
	max-width: 580px;
	margin-left: auto;
	margin-right: auto;
	border: 2px solid #ff9e21;
	-moz-border-radius: 2px;
	border-radius: 2px;
	position: relative;
	overflow:hidden;
	background-color: #ff9e21;
	margin-bottom:8px;
}
.searchform:hover{border: 2px solid #ff9000;}
.searchform .searchtxt {
	height: 50px;
	width: 500px;
	line-height: 46px;
	padding-left: 10px;
	border: none;
	float: left;
	font-family: "Helvetica Neue","微软雅黑", Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
}
.searchform .searchbut {
	height: 54px;
	border: none;
	background-color: #ff9e21;
	width: 20%;
	position: absolute;
	top: -2px;
	right: 0px;
	font-weight: bold;
	color: #FFF;
	line-height:44px;
	font-size: 16px;
	cursor:pointer;
	-moz-border-radius: 2px;
	border-radius: 2px;
	cursor:pointer;	
	font-family: "Helvetica Neue","微软雅黑", Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
}
.searchform .searchbut:hover{background-color: #ff9000;}
.searchdiv {
	width: 100%;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	padding-bottom: 140px;
	min-height: 300px;
	position: relative;
	line-height:25px;
	overflow:hidden;
}
.searchdiv .txt {
    width: 90%;
    color: #960B13;
    line-height: 21px;
    position: absolute;
    left: 5%;
    bottom: 60px;
    text-align: center;
    color: #fff;
}

.searchdiv img.custom{
	width: 100%;
	height:auto;
	display:block;
}
.searchdiv .zbox {
	max-width: 730px;
	overflow: hidden;
	color: #8e5d25;
	margin-right: auto;
	margin-left: auto;
	-moz-border-radius: 5px;
	border-radius: 5px;
	z-index: 1;
	border: 10px solid #6d3c2d;
	background-color:#FFF;
}
.searchdiv .zbox img {display:block}
.searchdiv .zbox img.boxbg {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
}
.searchdiv .zbox .box{
	margin: 5px;
	border: 1px solid #ca8f7d;	
	position: relative;
	padding-bottom:60px;
	color: #960B13;
}
.searchdiv .zbox .box img.licon{
	display:block;
	width:100%;
	max-width:245px;
	margin-left:auto;
	margin-right:auto;
}
.searchdiv .zbox .box .ibox{
	float: left;
	width: 30%;
	padding-left: 7%;
	padding-right:3%;
	padding-top:50px;	
	position:relative;
	z-index:2;	
}
.searchdiv .zbox .box .tbox {
	width: 50%;
	padding-right: 5%;
	padding-left: 5%;
	float: left;
	padding-right: 5%;
	padding-left: 5%;
	position:relative;
	z-index:2;
}
.searchdiv .zbox .box .tbox strong.int{display:inline-block;margin-left:10px;}
.searchdiv .zbox .box .tbox h3{padding-bottom:5px;margin-bottom:5px;position:relative;}
.searchdiv .zbox .box .tbox h3 i{
	background-color: #8e5d25;
	overflow: hidden;
	position: absolute;
	height: 1px;
	width: 130px;
	left: 0px;
	bottom: 0px;
}

.searchdiv .abox{
	width: 100%;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	position: relative;
	max-width:800px;
	font-size:17px;
}
.searchdiv .abox .bg{
	position: relative;
	height: auto;
	width: 100%;
}
.searchdiv .abox .in {
	position: absolute;
	width: 60%;
	height: 60%;
	left: 20%;
	top: 29%;
	z-index: 2;
	color: #814f23;
	overflow: hidden;
}
.searchdiv .abox .in h3{font-weight:normal; text-align:center; margin-bottom:10px;}
.searchdiv .abox .in p{line-height:20px !important;margin-bottom:5px;}
.searchdiv .abox .in p strong{font-weight:normal;color:#960b13;}

.searchdiv .bbox{
	width: 97%;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	position: relative;
	max-width:500px;
	/* display:none; */
}
.phone{
	display:none;
}
.searchdiv .bbox .bg{
	position: relative;
	height: auto;
	width: 100%;
}
.searchdiv .bbox .in {
	position: absolute;
	width: 80%;
	height: 62%;
	left: 10%;
	top: 30%;
	z-index: 2;
	color: #814f23;
	overflow: hidden;
}
.searchdiv .bbox .in h3{font-weight:normal; text-align:center; margin-bottom:10px;}
.searchdiv .bbox .in p{line-height:20px !important;margin-bottom:5px;}
.searchdiv .bbox .in p strong{font-weight:normal;color:#960b13;}
@media only screen  and (max-width: 1000px)
{
	#bodyer .box {width:46%;padding-right:2%;padding-left:2%;}
	.trademark .text {width: 80%;padding:20px; padding-left:0px; padding-right:0px;}
	.trademark .box {width:21%;margin: 2%;}
	.trademark .box img {margin-bottom: 15px;}
	.trademark h2{padding-top: 20px;margin-left:2%}	
	#blacklist .l .abox{width:24%;margin-right: 1%;}
	#blacklist .l .abox.nomr{width:24%;margin-right:1% !important;}
	
	.searchdiv .abox{font-size:16px;}
	.searchdiv .abox .in {width: 60%;left: 20%;}
	.searchdiv .abox .in h3{font-weight:normal; text-align:center; margin-bottom:10px;}
	.searchdiv .abox .in p{line-height:20px !important;margin-bottom:3px;}
}
@media only screen  and (max-width: 800px)
{
	body{padding-top: 0px;}
	#blacklist .int{padding: 10px; padding-top:30px; padding-bottom:30px;}
	#blacklist .bbox {margin-bottom: 40px;}
	#blacklist h1 {font-size: 19px;}
	.prompt .com{margin-top:0px;}
	.trademark .box {width:42%;margin: 4%;}
	.trademark .box img {margin-bottom: 15px;}
	.trademark h2{padding-top: 20px;margin-left:4%}	
	
	#bodyer {margin-bottom: 50px;padding-top: 50px;}	
	
	#blacklist .l .abox{width:32.33333332%;margin-right: 1%;}
	#blacklist .l .abox.nomr{width:32.33333332%;margin-right:1% !important;}
	
	.searchdiv .abox{display:none}
	.searchdiv .bbox{display:block}
	.searchdiv .bbox .in h3{font-weight:normal; text-align:center; margin-bottom:6px;}
	.searchdiv .bbox .in p{line-height:18px !important;margin-bottom:4px;}
}
@media only screen  and (max-width: 600px)
{
	#bodyer .box {width:100%;padding-right:4%;padding-left:4%;}
	.trademark .text {width: 90%;}
	
	.searchdiv {line-height:20px}
	.searchdiv .zbox {max-width: 730px;margin-right: 5px;margin-left: 5px;border: 5px solid #6d3c2d;}
	.searchdiv .zbox .box .ibox{float:none;width: 100%;padding-left: 0%;padding-right:0%;padding-top:20px;margin-bottom:20px;}
	.searchdiv .zbox .box .tbox {width: 80%;padding-right: 10%;padding-left: 10%;float:none;}
	.searchdiv .zbox .box img.licon{max-width:180px;}
	#blacklist .bbox {margin-bottom: 30px;}
	#blacklist .l .abox{width:49%;margin-right: 1%;}
	#blacklist .l .abox.nomr{width:49%;margin-right:1% !important;}
	
	.searchdiv .bbox .in p{line-height:16px !important;margin-bottom:3px;}
}
@media only screen  and (max-width: 400px)
{
	#bodyer .box {width:90%;padding-right:5%;padding-left:5%;}
	.trademark .box {width:92%;margin: 4%;}
	.trademark .box img {margin-bottom: 10px;}
	.trademark h2{margin-left:4%}
	#blacklist .bbox {margin-bottom: 20px;}
}

#checkin{
	display: block;
	width: 84%;
	margin-left: auto;
	margin-right: auto;
}
#checkin .but {
	background-color: #F90;
	height: 50px;
	width: 100%;
	border: none;
	color: #FFF;
	cursor: pointer;
	font-size:18px;
	font-family: "微软雅黑", Helvetica, Arial, "Microsoft YaHei", sans-serif, STXihei, "Microsoft JhengHei;";
	margin-bottom:5px;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}
#checkin .but:hover{background-color:#ffab2e;}
#checkin p.title
{
	font-size: 13px;
	height: 18px;
	line-height: 18px;
	overflow: hidden;
	margin-bottom: 2px;
	position: relative;
}
#checkin p.title span{color:#F00; display:none; font-size:12px;}
#checkin p.title strong{
	color: #F00;
	font-size: 16px;
	display: inline-block;
	margin-right: 3px;
}


#world {
	position: relative;
	width: 100%;
	max-width: 1000px;
	padding-top: 80px;
	padding-bottom: 80px;
	margin-left: auto;
	margin-right: auto;
	min-height: 720px;
	background-image: url(../image/world.png);
	background-position: center center;
	background-repeat: no-repeat;
}
#world .int{
	background-color: #fff;
	padding-top: 50px;
	padding-bottom: 50px;
	margin-right: auto;
	margin-left: auto;
	width:96%;
	max-width:700px;
	margin-bottom:30px;
}
#world span.line {
	background-color: #333;
	height: 1px;
	width: 200px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	overflow: hidden;
	position: relative;
	display: block;
}
#world .int h1{text-align: center;}
#world .int h2 {
	font-size: 16px;
	font-weight: normal;
	color: #999;
	text-align: center;
}
#ubquery {
	height: 50px;
	border: 3px solid #CCC;
	display: block;
	width:100%;
	max-width: 700px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	-moz-border-radius: 3px;
	border-radius: 3px;
	position: relative;
	margin-bottom:30px;
	position:relative;
	top:80px;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;	
}
#ubquery:hover{border: 3px solid #ff9000;}
#ubquery.onthis{border: 3px solid #ff9000;}
#ubquery input.text
{
	border: none;
	position: absolute;
	height: 100%;
	width: 98%;
	padding-left:2%;
	left: 0px;
	top: 0px;
	background-color:transparent;
	font-size:18px;
}
#ubquery input.but{
	border: none;
	position: absolute;
	font-size: 16px;
	background-color: #CCC;
	height: 100%;
	width: 140px;
	top: 0px;
	right: 0px;
	cursor:pointer;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;	
}
#ubquery:hover input.but{background-color:#ff9000; color:#FFF}
#ubquery.onthis input.but{background-color:#ff9000; color:#FFF}
#world .result {
	width: 100%;
	max-width: 706px;
	background-color: #FFF;
	margin-left: auto;
	margin-right: auto;
	-moz-border-radius: 3px;
	border-radius: 3px;
	position: relative;
	top: 80px;
	display: none;
}
#world .result div.in
{
	padding: 30px;
	text-align: center;
	padding-top:40px;
}
#world .result div.in img.icon
{
	display:block;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
}
#world .result div.in .state
{
	height:82px;
	line-height:40px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #72bb38;
	border-left-color: #72bb38;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #72bb38;
	background-color:#eeffe0;
	margin-bottom:10px;
}
#world .result div.in .state span
{
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #72bb38;
	height: 40px;
	float: left;
	width: 46%;
	padding-left: 4%;
	position: relative;
}
#world .result div.in .state span em
{
	background-color: #72bb38;
	overflow: hidden;
	position: absolute;
	height: 100%;
	width: 1px;
	top: 0px;
	right: 0px;
}
#world .result .remark{
	color: #9d7337;
	padding: 20px;
	background-color: #fcf8e2;
	border: 1px solid #edd28a;
	font-size: 13px;
	text-align: left;
}

#progress
{
	height: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	margin-top: 60px;
	position: relative;
	margin-bottom: 10px;
}
#progress .progressbar
{
	-moz-border-radius: 3px;
	border-radius: 3px;
	overflow: hidden;
	position: relative;
	height: 20px;
	width: 100%;
	background-image: url(../image/progressbar.png);
	background-repeat: repeat-x;
}
#progress .line
{
	background-image: url(../image/progress.png);
	background-repeat: repeat-x;
	overflow: hidden;
	position: absolute;
	z-index: 2;
	height: 20px;
	width: 0%;
	left: 0px;
	top: 0px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#progress .text
{
	line-height: 32px;
	background-color: #72bb38;
	height: 32px;
	width: 20%;
	position: absolute;
	top: -40px;
	left: -10%;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	text-align: center;
}
#progress .text span {
	background-image: url(../image/low.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 7px;
	width: 100%;
	overflow: hidden;
	position: absolute;
	left: 0px;
	bottom: -6px;
}


#world .box {
	width: 40%;
	padding-right: 5%;
	padding-left: 5%;
	float: left;
	text-align: center;
	line-height: 24px;
	color: #FFF;
	height: 370px;
	position: relative;
	margin-bottom: 50px;
	padding-top: 100px;
}
#world .box img {
	display: block;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#world .box .line {
	background-color: #FFF;
	height: 1px;
	width: 50%;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
}
#world .box h2 {margin-bottom: 10px;}
#world .box h2 a{color:#fff;}
#world .box a.but {
	height: 38px;
	width: 40%;
	line-height: 38px;
	position: absolute;
	left: 30%;
	bottom: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	transition: all 0.5s;
	-moz-transition: all 0.5ss;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}
#world .box a.but.blue{color: #fff;background-color: #2987e8;}
#world .box a.but.blue:hover {color: #000;background-color: #fff;}
#world .box a.but.purple{color: #fff;background-color: #6662dc;}
#world .box a.but.purple:hover {color: #000;background-color: #fff;}
#world .box a.but.young{color: #fff;background-color: #93d81c;}
#world .box a.but.young:hover {color: #000;background-color: #fff;}

#world .foot
{
	position: absolute;
	width: 100%;
	left: 0px;
	bottom: 35px;
}
#world a.goback{
	display: block;
	width: 160px;
	margin-right: auto;
	margin-left: auto;
	height: 40px;
	color: #fff;
	line-height: 40px;
	text-align: center;
	transition: all 0.5s;
	-moz-transition: all 0.5ss;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	position: relative;
}
#world a.goback:hover{
	background-color:#fff;
	-moz-border-radius: 20px;
	border-radius: 20px;
	color:#006cff;
}
#reportbtn {
    position: absolute;
    height: 50px;
    width: 100px;
    top: 200px;
    right: 0px;
    color: #fff;
    background-color: #F60;
    font-size: 15px;
    line-height: 17px;
    padding: 7px;
    text-align: center;
    transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
}
#reportbtn a{
    color: #ffffff;
}

.searchdiv {
	width: 100%;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	padding-bottom: 140px;
	min-height: 300px;
	position: relative;
	line-height:25px;
	overflow:hidden;
}
.searchdiv .bbox {
	max-width: 730px;
	overflow: hidden;
	color: #8e5d25;
	margin-right: auto;
	margin-left: auto;
	-moz-border-radius: 5px;
	border-radius: 5px;
	z-index: 1;
	border: 10px solid #6d3c2d;
	background-color:#FFF;
}
.searchdiv img {display:block}
.searchdiv img.boxbg {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
}
.searchdiv .box
{
	margin: 5px;
	border: 1px solid #ca8f7d;	
	position: relative;
	padding-bottom:60px;
	color: #960B13;
}
.searchdiv .box img.licon
{
	display:block;
	width:100%;
	max-width:245px;
	margin-left:auto;
	margin-right:auto;
}
.searchdiv .box .ibox
{
	float: left;
	width: 40%;
	padding-left: 7%;
	padding-right:3%;
	padding-top:50px;	
	position:relative;
	z-index:2;	
}
.searchdiv .box .tbox {
	width: 50%;
	padding-right: 5%;
	padding-left: 5%;
	float: left;
	padding-right: 5%;
	padding-left: 5%;
	position:relative;
	z-index:2;
}
.searchdiv .box .tbox strong.int
{
	display:inline-block;
	margin-left:10px;
}
.searchdiv .box .tbox h3
{
	padding-bottom:5px;
	margin-bottom:5px;
	position:relative;
}
.searchdiv .box .tbox h3 i
{
	background-color: #8e5d25;
	overflow: hidden;
	position: absolute;
	height: 1px;
	width: 130px;
	left: 0px;
	bottom: 0px;
}
.searchdiv .txt {
	width: 90%;
	color: #960B13;
	line-height: 21px;
	position: absolute;
	left: 5%;
	bottom:60px;
	text-align:center;
	color:#fff;
}
.searchdiv .txt a{text-decoration: underline; color:#FFF}
@media only screen  and (max-width: 600px)
{
	#bodyer .box {width:100%;padding-right:4%;padding-left:4%;}
	.trademark .text {width: 90%;}
	.searchdiv .bbox {
		max-width: 730px;
		margin-right: 5px;
		margin-left: 5px;
		border: 5px solid #6d3c2d;
	}
	.searchdiv .box .ibox{float:none;width: 100%;padding-left: 0%;padding-right:0%;padding-top:20px;margin-bottom:20px;}
	.searchdiv .box .tbox {width: 80%;padding-right: 10%;padding-left: 10%;float:none;}
	.searchdiv .box img.licon{max-width:180px;}
	.searchdiv {line-height:20px}
}