@charset "UTF-8";
@import url("edittext.css");
@import url("layout.css");


/*
--------------------
Style Name: doocom.cn
Author: Lucky
Email: li@doocom.cn
http://www.doocom.cn/
--------------------
*/

/*
--------------------
Author: Lucky
Updated: 170914
--------------------
*/

/*html{-webkit-text-size-adjust:none;}*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}

/*html5 reset*/
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
/*section,article,aside,header,footer,nav,dialog,figure{display:block;}*/
menu, figure{margin:0;padding:0;}


body{
	color:#555;
	font:normal 16px/1.5 tahoma, "Microsoft YaHei",Simsun,"Arial Unicode MS",Mingliu,Arial,Helvetica;
	background:#030e18 url(../images/bg.jpg) no-repeat left top;
	background-size:cover;
}
body{ -webkit-text-size-adjust: 100%; -ms-text-size-adjust:none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } /*for mobile link*/

table{empty-cells:show;border-collapse:collapse;border-spacing:0}
table,td,th{vertical-align: middle;}
input,select{vertical-align:middle;}
input,select,textarea{font-family:arial,verdana,sans-serif;font-size:12px;line-height:1.8;}
input[type=button],input[type=submit],input[type=reset]{-webkit-appearance: none;}
textarea{resize:vertical;}
/*input:focus{outline:0 none}*/
::-webkit-input-placeholder{color: #999;}
input::-moz-placeholder{color: #999;}
::-webkit-textarea-placeholder{color: #999;}
textarea::-moz-placeholder{color: #999;}
#input:-ms-input-placeholder {color: #f30;}/*ie must id*/

/*input:-webkit-autofill { -webkit-box-shadow: 0 0 0px 1000px white inset;}*/


h1,h2,h3,h4,h5,h6{}
ul,ol,menu{list-style:none;}
a img{border:none;}
img{ vertical-align:bottom;}
p{margin-bottom:1.2em;}
td p{margin:0;}
fieldset{padding:0 1em 1em 1em; margin:1.6em 0;border:1px solid #ccc;} /*** padding-top is margin-top for fieldsets in Opera ***/
legend{padding-left:.8em; padding-right:.8em;}
legend+*{margin-top:1em;} /*** compensates for the opera margin bug ***/
sub{ font-size:smaller; line-height:0; vertical-align:sub;}
sup{ font-size:smaller; line-height:0; vertical-align:super;}

a{color:#2e2e2e;cursor:pointer; text-decoration:none;}
a:hover,a:active{color:#db0210;text-decoration:underline;}


/*
a:visited{color:#800080;}
a:hover,a:active{color:#FF3300;text-decoration:underline;}
a:focus{outline:1px dotted}

::selection {
	color: #000000;
	background-color: #FF0000;
}
::-moz-selection {
	color: #000000;
	background: #FF0000;
}*/

/*text style*/
.t12{font-size:12px;}
.t14{font-size:14px;}
.t16{font-size:16px;}
.t18{font-size:18px;}
.black{color:#000;}
.white{color:#fff;}
.gray{color:#ccc;}
.red{color:#db0210;}
.blue{color:#03f;}
.green{color:#008000;}
.mcolor{color:#900;}
.b{font-weight:bold;}
.clear{clear:both;}
.delete{text-decoration:line-through;}
.nob{border:none;background:none;}
.fl{float:left;}
.fr{float:right;}
.float_left {float:left;padding:7px;}
.float_right {float:right;padding:7px;}
.img_float_left {float:left;clear:left;margin:0 8px 10px 0;}
.img_float_right {float:right;clear:right;margin:0 0 10px 8px;}
.mb10{margin-bottom:10px;}
.mb20{margin-bottom:20px;}
.simsun{font-family:"Simsun";}

.highlight {background:#ff0;}
.thin{font-weight: lighter;}
.error_tips,.notice_tips,.success_tips{padding:.3em .8em;margin-bottom:1em;border:2px solid #ddd;white-space:nowrap;}
.error_tips{background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice_tips{background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success_tips{background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error_tips a{color:#8a1f11;}
.notice_tips a{color:#514721;}
.success_tips a{color:#264409;}
.center{text-align: center;}
.left{text-align:left;}
.right{text-align:right;}
.tdu{text-decoration:underline;}
.errorMessage{ color:#f00;}
.hidden{ display:none;}
.oh{overflow:hidden; zoom:1;}
.lefthalf{
	float:left;
	width:48%;
}
.righthalf{
	float:right;
	width:48%;
}
/*all*/
.submit{ cursor:pointer; overflow:visible;}
.radio, .checkbox, input[type="radio"], input[type="checkbox"]{ margin:0 5px 3px 0;}
.input, .textarea{
	padding:3px;
	border:1px solid #9f9f9f;
	background:#fcfcfc url(../images/bg_input.png) no-repeat left top;
}
textarea{ resize:none;}

.formlist .input,.formlist  .textarea{
	-webkit-transition:all .5s ease;
	-moz-transition:all .5s ease;
	transition:all .5s ease;
}
.formlist .input:focus, .formlist .textarea:focus{
	border:1px solid #000;
	-webkit-box-shadow:0 0 6px #555;
	-moz-box-shadow:0 0 6px #555;
	box-shadow:0 0 6px #555;
}

.overlay{
	overflow:hidden; zoom:1;
	position:absolute;
	z-inde:0;
	left:0;
	top:0;
	width:100%;
	height:100%;
}




.clearfix:after{content:"\0020";display:block;height:0;clear:both;visibility:hidden;}
.clearfix{zoom:1;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
* html .clearfix {height: 1%;}
* html .clearfix {display: block;}


.wrapper:after, #container:after{content:"\0020";display:block;height:0;clear:both;visibility:hidden;}
.wrapper, #container{zoom:1;}
/*label css*/
.wrapper{ margin-bottom:10px;}
.pbody{ margin:0 auto; width:1140px;}
.header{
	padding:80px 0 80px;
	text-align:center;
}
.header .logo img{
	max-width:70%;
}


.headright{
	float:right;
	margin-top:20px;
}


.navigation{}
.navigation li{}
.navigation li a{}
.navigation li.active{}


.homelistbox{ position:relative;}
.homelist{
	overflow:hidden; zoom:1;
}
.homelist li{
	overflow:hidden; zoom:1;
	position:relative;
	float:left;
	width:50%;
}
.homelist li img{
	width:100%;
	-webkit-transition:all .5s ease;
	-moz-transition:all .5s ease;
	-ms-transition:all .5s ease;
	-o-transition:all .5s ease;
	transition:all .5s ease;
}
.homelist li .t{
	position:absolute;
	left:10%;
	bottom:10%;
	color:#fff;
	font-weight:bold;
}
.homelist li .t .cn{
	display:block;
	font-size:28px;
}
.homelist li .t .en{
	display:block;
	font-size:18px;
}
.homelist a:hover img{
	-webkit-transform:scale(1.05);
	-moz-transform:scale(1.05);
	-ms-transform:scale(1.05);
	-o-transform:scale(1.05);
	transform:scale(1.05);
}


.showwrapper{
	display:none;
	position:absolute;
	left:0;
	top:0;
	background-color:#3b2cd9;
	color:#fff;
}
.showwrapper a{ color:#fff;}
.showwrapper .close{
	position:absolute;
	right:0;
	top:0;
	width:80px;
	height:80px;
	background:url(../images/ico_close.png) no-repeat 50% 50%;
}

.showwrapper .showbox{
	display:none;
	padding:20px 5%;
}
.showwrapper .titlebox{
	margin-bottom:20px;
	padding-bottom:10px;
	background:url(../images/line_1.png) no-repeat 50% bottom;
	text-align:center;
	font-weight:bold;
	font-size:28px;
}
.showwrapper .text_1{
	margin-bottom:20px;
	font-size:22px;
}
.showwrapper .text_1 ul img{ display:none;}
.showwrapper .text_1 a{
	padding-right:35px;
	background:url(../images/ico_1.png) no-repeat right 50%;
}
.showwrapper .list{
	overflow:hidden; zoom:1;
}
.showwrapper .list li{
	float:left;
	margin-right:3%;
	width:47%;

	margin-bottom:10px;
	/*padding-left:10px;
	background:url(../images/ico_2.png) no-repeat left 12px;*/
}
.showwrapper .list li a{}
.showwrapper .list li img{
	margin-left:10px;
	vertical-align:middle;
}
.showwrapper .list li.item_pdf{}
.showwrapper .list li.item_video{}
.showwrapper .list li.item_img{}
.showwrapper .list li.item_link{
	font-weight:bold;
}



.showwrapper_on{}


.showwrapper .showbox_1 .text_1 ul{
	float:right;
	width:45%;
}
.showwrapper .showbox_1 .text_1 .img_1 img{
	float:left;
	border:5px solid #aaa;
	max-width:50%;
}









.detailbot{ margin-top:30px;}
.detailbot div{ padding:5px 0;}
.detailbot ul{ border-top:3px solid #e3e3e3;}
.detailbot li{ padding:5px 0;}
.detailbot .prev, .detailbot .next{
	border-bottom:1px solid #ddd;
	text-align:right;
}
.detailbot .label{ float:left; margin-right:20px; color:#71b7f8; font-weight:bold;}
.detailbot .date{ color:#999;}
.detailbot .prev a, .detailbot .next a{ float:left;}

.detailbot .back{ margin-left:-10px;padding-top:10px;}
.detailbot .back a{ margin:0 10px;color:#005ca1;}


















.sitemap{ overflow:hidden; zoom:1;}
.sitemap li{
	float:left;
	display:inline;
	margin:0 10px;
	width:150px;
	text-align:center;
}
.sitemap li a{
	display:block;
	padding:5px;
	background-color:#e8702c;
	font-size:16px;
	color:#fff;
	font-weight:bold;
}
.sitemap li ul{}
.sitemap li li{
	float:none;
	margin:0;
}
.sitemap li li a{
	padding:10px;
	border-bottom:1px solid #ccc;
	background:none;
	color:#555;
	font-size:12px;
	font-weight:normal;
}
.sitemap li li a:hover{ color:#64150e;}



.paginal{ padding:10px 0; text-align:center;}
.paginal ul{}
.paginal li{ display:inline;}
.paginal a{ padding:2px 4px; margin:0 0 0 1px; border:1px solid #fff; text-decoration:none;}
.paginal a:hover{ border:1px solid #969696; background:#f7f7f7;}
.paginal .selected a{ border:1px solid #969696; background:#f7f7f7; color:#f20c0c; font-weight:bold;}
.paginal .prev a, .paginal .next a{ margin:0 5px; border:1px solid #969696; background:#f7f7f7;}



.footer{
	padding:60px 0 10px;
	text-align:center;
	color:#aaa;
}
.footer a{ color:#aaa;}
.footer .copy{}

















.row:after{content:"\0020";display:block;height:0;clear:both;visibility:hidden;}
.row{ zoom:1; margin-left:-10px; margin-bottom:10px;}
.span1, .span2, .span3, .span4, .span5, .span6, .span7, .span8, .span9, .span10, .span11, .span12, .span4-5{
	float:left;
	display:inline;
	margin-left:10px;
	margin-bottom:10px;
}
.span1{
	width:90px;
}
.span2{
	width:190px;
}
.span3{
	width:290px;
}
.span4{
	width:390px;
}
.span5{
	width:490px;
}
.span6{
	width:590px;
}
.span7{
	width:690px;
}
.span8{
	width:790px;
}
.span9{
	width:890px;
}
.span10{
	width:990px;
}
.span11{
	width:1090px;
}
.span12{
	width:1190px;
}
.span4-5{
	width:440px;
}




.row-fluid:after{content:"\0020";display:block;height:0;clear:both;visibility:hidden;}
.row-fluid{ zoom:1; margin-left:-1.282051282051282%; margin-bottom:10px;}
.row-fluid .span1, .row-fluid .span2, .row-fluid .span3, .row-fluid .span4, .row-fluid .span5, .row-fluid .span6, .row-fluid .span7, .row-fluid .span8, .row-fluid .span9, .row-fluid .span10, .row-fluid .span11, .row-fluid .span12, .row-fluid .span4-5{
	margin-left: 1.282051282051282%;
}
.row-fluid .span12 {
	width: 100%;
	*width: 99.94680851063829%;
}
.row-fluid .span11 {
	width: 91.45299145299145%;
	*width: 91.39979996362975%;
}
.row-fluid .span10 {
	width: 82.90598290598291%;
	*width: 82.8527914166212%;
}
.row-fluid .span9 {
	width: 74.35897435897436%;
	*width: 74.30578286961266%;
}
.row-fluid .span8 {
	width: 65.81196581196582%;
	*width: 65.75877432260411%;
}
.row-fluid .span7 {
	width: 57.26495726495726%;
	*width: 57.21176577559556%;
}
.row-fluid .span6 {
	width: 48.717948717948715%;
	*width: 48.664757228587014%;
}
.row-fluid .span5 {
	width: 40.17094017094017%;
	*width: 40.11774868157847%;
}
.row-fluid .span4 {
	width: 31.623931623931625%;
	*width: 31.570740134569924%;
}
.row-fluid .span3 {
	width: 23.076923076923077%;
	*width: 23.023731587561375%;
}
.row-fluid .span2 {
	width: 14.52991452991453%;
	*width: 14.476723040552828%;
}
.row-fluid .span1 {
	width: 5.982905982905983%;
	*width: 5.929714493544281%;
}
