@charset "utf-8";
@import url("edittext.css");



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{
	background: url(../images/body_bg.png) repeat left top;
	color:#555;
	font:normal 14px/1.5 "Microsoft YaHei", tahoma, Simsun,"Arial Unicode MS",Mingliu,Arial,Helvetica;
}
body,html{}
table{border-collapse:collapse;border-spacing:0}
table,td,th{vertical-align: middle;}
input,select{vertical-align:middle;}
input,select,textarea{font-family:"Microsoft YaHei",arial,verdana,sans-serif;font-size:14px;}
/*input:focus{outline:0 none}*/
h1,h2,h3,h4,h5,h6{
 font-weight: normal;    
 font-size: 100%; 
}
ul,ol,menu{list-style:none;}
a img{border:none;}
img{ vertical-align:top;}
p{margin-bottom:1.5em;}
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:#555;cursor:pointer; text-decoration:none;}
a:hover{color:#555;text-decoration:underline;}
a:focus{}


/*
a:visited{color:#800080;}
a:hover,a:active{color:#FF3300;text-decoration:underline;}*/
/*text style*/
.t12{font-size:12px;}
.t14{font-size:14px;}
.t16{font-size:16px;}
.t18{font-size:18px;}
.t24{font-size:24px;}
.black{color:#000;}
.white{color:#fff;}
.grey{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 20px 10px 0;}
.img_float_right {float:right;clear:right;margin:0 0 10px 20px;}

.highlight {background:#ff0;}
.thin{font-weight: lighter;}
.error_tips,.notice_tips,.success_tips{padding:.3em .8em;margin-bottom:1em;border:2px solid #ddd;}
.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;}
.tdu{text-decoration:underline;}
.errorMessage{ color:#f00;}
.hidden{ display:none;}
.oh{overflow:hidden;}
.lefthalf{
	float:left;
	width:48%;
}
.righthalf{
	float:right;
	width:48%;
}



.h1{ font-size:36px;}
.h2{ font-size:24px;}
.h3{ font-size:18px;}
.h4{ font-size:16px;}
.h5{ font-size:14px;}
.h6{ font-size:12px;}

.submit{ cursor:pointer; overflow:visible;}
.radio, .checkbox{ margin:0 5px 3px 0;}
.input, .textarea{
	padding:8px;
	color:#555;
	border:1px solid #e2e2e2;
	color:#474747;
	/*-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	-webkit-box-shadow:1px 1px 1px #eee;
	-moz-box-shadow:1px 1px 1px #eee;
	box-shadow:1px 1px 1px #eee;*/
	background: url(../images/bg_input.png) no-repeat left top;
}
.input:focus, .textarea:focus{
}
.formbox .input,.formbox  .textarea{
	-webkit-transition:all .2s ease;
	-moz-transition:all .2s ease;
	-o-transition:all .2s ease;
	-ms-transition:all .2s ease;
	transition:all .2s ease;
}
.formbox .input:focus, .formbox .textarea:focus{
	background:#FFFFFF;
    border: 1px solid #4d6a7f;
    box-shadow: 1px 1px 1px #d7e2ee inset;
}

input::-moz-placeholder {
    color: #999;
	/*opacity:1;filter:Alpha(opacity=100);*/
}
textarea::-moz-placeholder {
    color: #999;
	/*opacity:1;filter:Alpha(opacity=100);*/
}
/*input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { 
    color:#474747;
}
input:-moz-placeholder, textarea:-moz-placeholder { 
    color:#474747;
}
input::-moz-placeholder, textarea::-moz-placeholder { 
    color:#474747;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder { 
    color:#474747;
}*/
/*input:focus::-webkit-input-placeholder,textarea:focus::-webkit-input-placeholder{color:transparent;}解决chrome和safari点击后不会消失*/

.btn_1{
	/*display:inline-block;
	padding:5px 25px;
	background-color:#fdd121;
	border:none;

	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	color:#cb8b00;*/
}

.btn_2{
	width:135px;
	height:40px;
	background:url(../images/btn.png) no-repeat left -100px;
	border:none;
	text-align:center;
	color:#fff;
	font-size:16px;
	font-weight:bold;
}



/**/
.clearfix:after {content: "\0020";display: block;height: 0;clear: both;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
* html .clearfix {height: 1%;}
* html .clearfix {display: block;}


.mainwidth:after,.container:after{ content:'\0020'; display:block; height:0; clear:both;}
.mainwidth,.container{ zoom:1;}



.pbody{}
.mainwidth{
	margin:0 auto;
	/*padding:0 15px;*/
	width:1000px;
}


.header{
	border-top:4px solid #0c2466;
}
.headcon{
	background:#132e77 url(../images/head_bg.jpg) no-repeat left 0;
	overflow:hidden; zoom:1;
	padding:0 0 15px 0;
}
.logobox{
	margin:10px 0 0px 20px;
	float:left;
	width:220px;
}

.headright{ float:right;}
.lanbox{ text-align:right;}
.lanbox a{
	display:inline-block;
	color:#4e75de;
	font-size:12px;
	margin:0 20px 0 0;
}

.nav{ margin:10px 0 0 0;}
.nav ul{ overflow:hidden; zoom:1;}
.nav li{
	float:left;
	display:inline;
	background:url(../images/nav_line.png) no-repeat left 6px;
}
.nav li.line{ background: none;}
.nav li a{
	display:block;
	color:#fff;
	margin:0 13px;
	padding:0 0 10px 0;
}
.nav li a:hover{text-decoration:none;}
.nav li.active a,.nav li a:hover{
	background:url(../images/nav_active.png) no-repeat 50% bottom;
}


.indbancon{
	position:relative;
	background:url(../images/ban_bg.png) repeat left 0;
}
.indbancon .bg{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:url(../images/ban_bg.png) repeat left 0;
	z-index:-1;
	/*opacity:0.1;filter:Alpha(opacity=10);*/
}

.container{}
.container_1{}
.container .mainwidth{ background:#fff;}
.container_1 .mainwidth{ padding:15px 0 0 0;}
.indnews{
	padding:10px 15px;
	background:#f2f7fc;
	font-size:12px;
	color:#484848;
	overflow:hidden; zoom:1;
	margin:0 0 10px 0;
}
.indnews .title{
	float: left;
}
.indnewslist{
	float:left;
	width:890px;
	height:18px;
	overflow: hidden;
}
.indnewslist li{background:#f2f7fc; width:890px;}
.indnewslist a{color:#484848; margin:0 5px 0 0;}

.indnews .more{
	float:right;
	display:block;
	width:7px;
	height:11px;
	background:url(../images/ico.png) no-repeat right 0;
	margin:5px 0 0 0;
}

.cont_con{ overflow:hidden; zoom:1; padding: 15px; min-height:300px;}
.cont_con .item{ float:left;}
.ind_partners{
	width:220px;
}
.itemtitle{
	border-bottom:1px solid #e2e2e2;
	background:url(../images/line_bg.png) no-repeat left bottom;
	padding:0 0 10px 0;
	overflow:hidden; zoom:1;
	margin:0 0 25px 0;
}
.itemtitle span{
	font-size:16px;
	color:#484848;
	font-weight:bold;
	float:left;
}
.itemtitle .more{
	float:right;
	color:#73848d;
	font-size:12px;
	background:url(../images/ico.png) no-repeat right 4px;
	padding:0 12px 0 0;
	margin:5px 0 0 0;
}
.indpartlist{ overflow:hidden; zoom:1; margin:0 0 0 -16px;}
.indpartlist li{
	float:left;
	width:100px;
	border:1px solid #e5e9ec;
	margin:0 0 15px 16px;
}

.indpartlist_1{ margin:0;}
.indpartlist_1 li{margin:0 14px 25px 14px; border:none;}


.ind_profile{
	width:490px;
	margin:0 27px;
}
.indprocon{ overflow: hidden; zoom:1;}
.indprocon .img{
	float:left;
	border:1px solid #efeded;
	margin:0 20px 15px 0;
}
.indprocon .text{ font-size:12px;}

.querybox{ width:205px;}
.querybox_1{ margin:0 0 20px 0;}
.querybox .querytitle{
	padding:0 10px;
	background:#d7e2ee;
	height:38px;
	line-height:38px;
}
.querybox .querytitle span{
	display:block;
	color:#4d6a7f;
	font-size:16px;
	font-weight:bold;
	background:url(../images/ico.png) no-repeat right -19px;
}
.querybox .querytitle_1 a{color:#4d6a7f;}
.querybox .querytitle_1 span{background:url(../images/ico.png) no-repeat right -58px;}
.querybox .querytitle_1 a:hover{ text-decoration:none;}
.querycon{
	margin-bottom:10px;
	padding:8px 10px; 
	border:1px solid #e7eef3;
	background:#fafcfe;
	border-top:none;
}
.querycon .title{
	color:#3c627c;
	margin:0 0 5px 0;
}
.queryform{}
.queryform li{ margin:0 0 5px 0;}
.queryform  .input{
	border:1px  solid #dce5eb;
	padding:3px 5px;
	width:171px;
}
.queryform .formbtn{ margin:0;}
.queryform .submit,.submitcon .submit,.submitbtn .submit,.queryform .formbtn a{
	background:#759ab5;
	border:1px solid #6c90ab;
	text-align:center;
	height:25px;
	color:#fff;
}
.queryform .submit_1{ margin:0 0 0 70px;}

.queryform .formbtn a{ display:block;}
.queryform .formbtn a:hover{text-decoration:none;}

.queryform .label{ float:left; width:70px; text-align:right; margin:0 5px 0 0;}
.queryform .asterisk{ margin:0 0 0 5px; color:#b15c3a;}

.submitbtn .submit{ margin:0 0 0 70px;}

.queryform .cont_btn{ margin:0 0 0 75px; padding:10px 0 0 0;}
.queryform .cont_btn .submit{ margin:0 15px 0 0;}

.buyproform .label{ width:120px;}
.submitbtn_1 .submit{ margin:0 0 0 125px;}

.hotproduct{
	font-size:12px;
}
.hotproduct table td{ vertical-align:middle;}
.hotproduct table td img{ vertical-align:middle;}











.contentcon{ padding:15px 0 0 0;}

.sitecon{ font-size:12px; padding:15px 15px 0 10px;}
.sitecon a{
	color:#3c627c;
	background:url(../images/ico.png) no-repeat right -101px;
	padding:0 13px 0 5px;
}
.sitecon span{color:#3c627c; padding:0 0 0 5px;}

.con_left{ float:left; width:205px;}

.invdowncon{}
.invdowncon span{ display:block; color:#3c627c; margin:0 0 5px 0;}


.con_right{ float:right; width:740px;}

.queryinst{ margin:0 0 35px 0;}
.queryinst .title,.queryresults .title{ color:#3c627c; font-weight:bold;}

.querylistcon{}
.querylistcon .title{ margin:0 0 10px 0;}
.querylist{}
.querylist li{
	margin:0 0 10px 0;
}
.querylist .input{ padding:6px 5px; width:200px;}
.querylist .formbtn{ padding:10px 0 0 0;}
.querylist .submit{ height:30px; width:75px;}

.queryrescon{ padding:0 45px;}
.queryresults{ margin:0 0 35px 0;}
.queryresults .title{ margin:0 0 8px 0;}

.queryresults_1{ margin:0;}
.pagecon{ text-align:center; margin:10px 0 0 0;}

.table_1{
	border-collapse:collapse;
	/*table-layout:fixed;*/
	word-wrap:break-word;
}
.table_1 thead tr th,.table_1 tbody tr td{
	text-align:center;
	padding:6px 10px;
	border:1px solid #dce5eb;
}
.table_1 thead tr th{
	background:#f7fafd;
}

.table_1 .w17{ width:175px;}
.table_1 .w13{ width:130px;}
.table_1 .w12{ width:125px;}

.table_1 .input{
	padding:2px 5px;
	border:1px solid #dce5eb;
}
.table_1 .w10{ width:100px;}
.table_1 .w15{ width:160px;}
.table_1 .w120{ width:120px;}
.table_1 .w115{ width:115px;}

.table_1 .w110{ width:110px;}
.table_1 .w65{ width:65px;}
.table_1 .w55{ width:55px;}
.table_1  .select{ width:55px;}
.table_1  .select option{ margin:0; padding:0;}


.submitcon{ text-align:right; margin:30px 0 0 0;}
.submitcon .submit{}

.contact{
	padding:0 0 25px 0;
	margin:0 0 25px 0;
	border-bottom:1px solid #f3f3f3;
}
.contact .title{
	font-size:16px;
	color:#4a80a9;
	font-weight:bold;
	margin:0 0 10px 0;
}

.conttext{ margin:0 0 30px 0;}
.conttext a{ color:#b15c3a;}


.newscon{ padding:0 140px;}
.newslist li{
	margin:0 0 10px 0;
	background:url(../images/news_ico.png) no-repeat left 9px;
	padding:0 0 0 12px;
}
.newslist li:hover{background:url(../images/news_ico_1.png) no-repeat left 9px;}
.newslist a{ color:#444;}
.newslist .date{ color:#555; font-size:12px;}
.newslist a:hover,.newslist a:hover .date{ color:#1f5282;}

.newsdetailhead{
	border-bottom:1px solid #e7eef3;
	padding:0 0 5px 0;
	font-size:16px;
	color:#142f78;
	margin:0 0 25px 0;
	text-align:center;
}
.newsdetailhead .date{ font-size:12px; color:#807f7f; display:block;}

.newsdetailcon{ padding:0 35px;}

.footer{
	background:#e2e2e2;
	padding:30px 0;
	text-align:center;
	border-bottom:4px solid #c6c6c6;
	font-size:12px;
	margin:10px 0 0 0;
}


.footcontact{ color:#484848; margin:0 0 5px 0;}
.copyright{color:#888;}





#downArrowBox {
    background: url(../images/top.png) no-repeat left 0px;
    bottom: 0px;
    cursor: pointer;
    display: none;
    height: 60px;
    position: fixed;
    right: 0px;
    width: 60px;
    z-index: 30;
	opacity:0.6;filter:Alpha(opacity=60);
	/*border-radius:45px;
	box-shadow:0 0 5px rgba(255,255,255,0.5);*/
}




