﻿/* Style Reset
-----------------------------------------------------------------------------------------------------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	font-family:"微软雅黑", Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
	padding:0;
}
html button::-moz-focus-inner{ border-color:transparent!important; } 
input, button, textarea,select, optgroup, option { font-family: inherit; font-size: 100%; font-style: inherit; font-weight: inherit;}
iframe { background-image: none; }
hr{ border:0 #ccc solid; border-top-width: 1px; clear: both; height: 0; }
/*隐藏横向滚动条*/
body,html{ overflow-x:hidden;}
/*隐藏横向滚动条*/
body{ overflow:hidden; height:auto;  margin:0 auto; background:url(../images/bg7.jpg) repeat;}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0
}

address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal
}
ol, ul {
	list-style:none
}
caption, th {
	text-align:left
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal
}
textarea{margin:5px 0;}
q:before, q:after {
	content:''
}
abbr, acronym {
	border:0
}
a:link, a:visited, a:active {
	text-decoration:none;

}
a:hover {
	color:#FF6600; text-decoration:none;
}
a{cursor:hand;}
.red {
	color:#FF0000;
}
.input {line-height:16px; height:16px; border:none; margin:9px 0 0 34px; width:162px; color:#fff;}
.checkbox { line-height:13px; height: 13px; width:13px; padding:0px; margin: 0px; }
.indent { text-indent: 24px; }
.db{ display: block; }
.di{ display: inline; }
.L{float:left;}
.R{float:right;}
.C{clear:both;}



/* Color 颜色-各彩色值可跟据页面实际需要进行修改
-----------------------------------------------------------------------------------------------------*/
.c_red { color: #990000; }
.c_orage { color: #cc6600; }
.c_yellow { color: #ffff00; }
.c_green { color: #009900; }
.c_blue { color: #0066cc; }
.c_purple { color: #9900cc; }
.c_pro_class{ color:#6f4606;}
.c0{ color: #000000; }
.c3{ color: #333333; }
.c6{ color: #666666; }
.c9{ color: #999999; }
.cc{ color: #cccccc; }
.cd{ color: #dddddd; }
.ce{ color: #eeeeee; }
.cf{ color: #ffffff; }

/* Border 边框-色值可跟据页面实际需要进行修改
-----------------------------------------------------------------------------------------------------*/
/* 实边框 */
.border{ border:1px #4a4a4a solid }
.border_t{ border-top:1px #4a4a4a solid }
.border_r{ border-right:1px #4a4a4a solid }
.border_b{ border-bottom:1px #4a4a4a solid }
.border_l{ border-left:1px #4a4a4a solid }

/* 虚边框 */
.border_d{ border:1px #4a4a4a dotted }
.border_dt{ border-top:1px #4a4a4a dotted }
.border_dr{ border-right:1px #4a4a4a dotted }
.border_db{ border-bottom:1px #4a4a4a dotted }
.border_dl{ border-left:1px #4a4a4a dotted }


/* F 文字样式
-----------------------------------------------------------------------------------------------------*/
.f10p{ font-size: 10px; }
.f12p{ font-size: 12px; }
.f13p{ font-size: 13px; }
.f14p{ font-size: 14px; }
.f15p{ font-size: 15px; }
.f16p{ font-size: 16px; }
.f17p{ font-size: 17px; }
.f18p{ font-size: 18px; }
.f20p{ font-size: 20px; }
.f25p{ font-size: 25px; }
.fw{ font-weight:bold; }
.fi{ font-style:italic; }
.fs{ text-decoration:line-through;}
.fu{ text-decoration:underline;}

/* Test 文本对齐方式
----------------------------------------------------------------------------------------------------*/
.text_l { text-align: left; }
.text_r { text-align: right; }
.text_c { text-align: center; }

/* Mouse Style  鼠标样式
----------------------------------------------------------------------------------------------------*/
.mou_p { cursor: pointer; }
.mou_m { cursor: move; }
.mou_t { cursor: text; }

/* Paddings 内补丁
----------------------------------------------------------------------------------------------------*/
.pad_0p { padding: 0; }
.pad_10p { padding: 10px; }
.pad_10p0p { padding: 10px 0; }
.pad_t10p { padding-top: 10px; }
.pad_r10p { padding-right: 10px; }

.pad_b10p { padding-bottom: 10px; }
.pad_l10p { padding-left: 10px; }
.pad_5p { padding: 5px; }
.pad_5p0p { padding: 5px 0; }
.pad_t5p { padding-top: 5px; }
.pad_r5p { padding-right: 5px; }
.pad_b5p { padding-bottom: 5px; }
.pad_l5p { padding-left: 5px; }


/* Margins  外补丁
----------------------------------------------------------------------------------------------------*/
.mar_0p { margin: 0px; }
.mar_10p { margin: 10px; }
.mar_10p0p { margin: 10px 0; }
.mar_t10p { margin-top: 10px; }
.mar_r10p { margin-right: 10px; }
.mar_b10p { margin-bottom: 10px; }
.mar_l10p { margin-left: 10px; }
.mar_5p { margin: 5px; }
.mar_5p0p { margin: 5px 0; }
.mar_t5p { margin-top: 5px; }
.mar_r5p { margin-right: 5px; }
.mar_b5p { margin-bottom: 5px; }
.mar_l5p { margin-left: 5px; }

/* Line height  行高
----------------------------------------------------------------------------------------------------*/
.lh30p { line-height: 30px; }
.lh25p { line-height: 25px; }
.lh22p { line-height: 22px; }
.lh18p { line-height: 18px; }
.lh180p{ line-height: 180%; }
.lh150p{ line-height: 150%; }
.lh200p{ line-height: 200%; }

/* Page width  页面宽度
----------------------------------------------------------------------------------------------------*/
.w1004 { width: 1004px; margin:0 auto; }
.w970 { width: 970px; margin:0 auto; }
.w960 { width: 960px; margin:0 auto; }

/* Module Width 模块宽度
----------------------------------------------------------------------------------------------------*/
.w10 { width: 10px; }
.w20 { width: 20px; }
.w30 { width: 30px; }
.w40 { width: 40px; }
.w50 { width: 50px; }
.w60 { width: 60px; }
.w70 { width: 70px; }
.w80 { width: 80px; }
.w90 { width: 90px; }
.w100 { width: 100px; }
.w120 { width: 120px; }
.w160 { width: 160px; }
.w320 { width: 320px; }
.w400 { width: 400px; }
.w560 { width: 560px; }
.w640 { width: 640px; }


/*startIndex*/
.banner{ width:100%; height:94px; background: url(../images/PC_01.jpg) no-repeat center top; }
.main1{ width:100%; height:119px; background:url(../images/PC_02.jpg) center no-repeat;}
.hezuo{ width:1000px; margin:0 auto; height:auto; }
.main2{ width:100%; height:598px; background:url(../images/PC_03.jpg) no-repeat center top;}
.main3{width:100%; height:969px; background:url(../images/PC_04.jpg) no-repeat center;}
.main5{width:100%; height:1090px; background:url(../images/PC_05.jpg) no-repeat center;}
.main6{width:100%; height:1551px; background:url(../images/PC_06.jpg) no-repeat center;}
.main7{ width:100%; height:579px; background:url(../images/PC_07.jpg) no-repeat center;}
.main8{ width:100%; height:398px; background:url(../images/PC_08.jpg) no-repeat center;}
.main9{width:100%; height:95px; background:#0085da;}



.lianxi{width:1000px; margin:0 auto; height:320px;}
.liuyan{ width:480px; height:199px; margin-right:15px; margin-top:97px;}
.liuyanleft{ width:171px; height:146px;}
.xingming{ width:128px; height:39px; margin-left:43px;}
.dianhua{width:128px; height:39px; margin-left:43px; margin-top:14px;}
.youxiang{width:128px; height:39px; margin-left:43px; margin-top:15px;}
.input1{ line-height:39px; height:39px; border:none; width:128px; background:#30a9e2; color:#fff;}
#content1{  height:141px; border:none; width:264px; background:#30a9e2; color:#fff; margin-left:34px;}
.liuyanright{ width:299px; height:146px; margin-left:10px;}
.tijiao{ width:479px; height:39px; line-height:39px; text-align:center; color:#fff; font-size:16px; margin-top:14px;}
.foot{ width:1000px; margin:0 auto; text-align:center; color:#fff; line-height:240%; padding-top:20px;}

/*startneiye*/
.bannerny{width:100%; height:266px; }
