body,ul,li,p{margin:0 auto;padding:0; list-style:none;font-family: "Microsoft Yahei", SimSun, Arial, sans-serif;}
a:hover,div ul li a:hover,div a:hover{color:#F67027;}
.banner{width: 100%;min-width:1000px; _width:expression_r((documentElement.clientWidth<1000)?"1000px":"100%");margin-top: 45px;}
.banner01{
	width: 100%;
	margin:0 auto;
	height: 548px;
	float: left;
	text-align: center;
	background: linear-gradient(45deg, #149BE8 0%,#11a9e2 100%);
	text-shadow:0 1px 3px rgba(0,0,0,.4), 0 0 30px rgba(0,0,0,.075);
	background: url(images/index_01.jpg) center repeat;
}
.banner02{float: left;width: 100%;height: 252px;background: url(images/index_02.jpg) center repeat;margin:0 auto;}
.banner01 p{
	font-size: 40px;
	font-weight: 200;
	line-height: 1.4;
	color: #FFFFFF;
	margin: 0 0 10px;
	padding: 0;
}
@media only screen and (max-width: 900px) { .banner01 p{ font-size: 32px; }}
@media only screen and (max-width: 800px) { .banner01 p{ font-size: 28px; }}
@media only screen and (max-width: 700px) { .banner01 p{ font-size: 26px; }}
@media only screen and (max-width: 600px) { .banner01 p{ font-size: 22px; }}   

.btn {
  display: inline-block;text-decoration: none;
  *display: inline;
  padding: 19px 24px;
  margin-top: 20px;
  *margin-left: .3em;
  font-size: 24px;
  line-height: 26px;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  *border: 0;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  background-color: #e6e6e6;
  *background-color: #d9d9d9;font-size: 24px;
}

.btn:hover,
.btn:focus {
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;text-shadow: 0 1px 1px rgba(255, 255, 255, 0);
}

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.btn-large {
  padding: 19px 24px;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}

.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 4px;
}


.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  *background-color: #f89406;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #ffffff;
  background-color: #f89406;
  *background-color: #df8505;
}

.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}



.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  *background-color: #51a351;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #ffffff;
  background-color: #51a351;
  *background-color: #499249;
}

.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}

.bbkc02{width: 100%;background-color: #0e76cc;padding:20px 0;margin:20px 0;}
.bb07{
	margin: 0 auto;width: 868px;height:90px;padding:10px 0;background: url(images/index_70.jpg) no-repeat center;
}
.bb01zs01{width: 1000px;height:92px;margin: 0 auto;background: url(images/index_60.jpg) no-repeat center;}
.bb01zs02{width: 1000px;height:92px;margin: 0 auto;background: url(images/index_31.jpg) no-repeat center;}
.bb01zs05{width: 1000px;height:108px;margin: 0 auto;background: url(images/zd_05.jpg) no-repeat center;}
.bb01zs07{width: 1000px;height:107px;margin: 0 auto;background: url(images/zd_07.jpg) no-repeat center;}
.bb01zs08{width: 1000px;height:108px;margin: 0 auto;background: url(images/zd_08.jpg) no-repeat center;}
.fixed{
	height: 45px;float: left;
	width: 100%;
	background-color: #a2b7cc;border-bottom:5px solid #e2e2e2;
	}
.main01_nv{
	height: 45px;margin:0 auto;
	width: 1000px;
	line-height: 35px;
	font-size: 18px;
	color: #CCCCCC;
	font-family: "ËÎÌå";
}
.main01_nv a{
	height: 45px;
	line-height: 35px;
	font-size: 18px;
	color: #196fb8;
	font-family: "Î¢ÈíÑÅºÚ";
	margin: 0 10px;
	text-decoration: none;
	font-weight: bold;
}
h1{
	font-family: "Î¢ÈíÑÅºÚ";
	font-weight: bold;
	color: #FFFFFF;
	font-size: 120px;
	letter-spacing: -2px;
	margin: 50px 0 30px;
	line-height: 1.25;

}
@media only screen and (max-width: 900px) { h1{ font-size: 95px; }}
@media only screen and (max-width: 800px) { h1{ font-size: 90px; }}
@media only screen and (max-width: 700px) { h1{ font-size: 80px; }}
@media only screen and (max-width: 600px) { h1{ font-size: 70px; }}       
 

h2{
	font-family: "Î¢ÈíÑÅºÚ";
	font-weight: normal;
	color: #000000;
	font-size: 40px;
	letter-spacing: -2px;
	padding: 20px 0 10px 0;
	line-height:40px;
	width: 100%;
	text-align: center;
}
h3{
	font-family: "Î¢ÈíÑÅºÚ";
	font-weight: normal;
	color: #000000;
	font-size: 30px;
	letter-spacing: -2px;
	padding: 15px 0;
	line-height:40px;
	width: 350px;
	text-align: center;
	margin:0 auto;
	background-color: #5fbd5f;
}
h4{
	font-family: "Î¢ÈíÑÅºÚ";
	font-weight: normal;
	color: #000000;
	font-size: 40px;
	letter-spacing: -2px;
	padding: 10px 20px;margin:30px auto;
	line-height:50px;width: 660px;-webkit-border-radius: 10px;
	text-align: center;
background-color: #ffffff;
}
.top{
	height: 97px;
	width:1000px;margin:0 auto;
	}
.top_lt{
	float: left;
	width: 219px;
	height: 97px;
	background-image: url(images/index_02.gif);
}
.top_rt{
	float: right;
	width: 780px;
	height: 97px;
	line-height: 97px;
	text-align: right;
	font-size: 30px;
	font-family: "ºÚÌå";
	color: #ff7e00;
}
.main01,.main02,.main04{width: 1000px;margin:0 auto;}
.main01_nv{
	color: #FFFFFF;text-shadow:0 1px 3px rgba(0,0,0,.4), 0 0 30px rgba(0,0,0,.075);
	text-align: center;
}
.main02{
	color: #000000;
	text-align: center;
}

.main01_zt{
	padding:30px 0;
	font-size: 24px;
	line-height: 40px;
}
.main01_hd{
	font-size: 18px;
	background-color: #333333;
	width: 180px;
-webkit-border-radius: 5px;	margin:10px auto;
	line-height: 35px;
}
.main01_nv01{
	width: 220px;
	background-color: #f95959;
	float: left;
	-webkit-border-radius: 10px;
	padding:10px 0;
	margin-left: 16px;
}
.main01_nv02{
	width: 220px;
	background-color: #4ca44c;
	float: left;
	margin-left: 30px;
		-webkit-border-radius: 10px;
	padding:10px 0;
}
.main01_nv03{
	width: 220px;
	background-color: #f59815;
	float: left;
	margin-left: 30px;
		-webkit-border-radius: 10px;
	padding:10px 0;
}
.main01_nv04{
	width: 220px;
	background-color: #149be8;
	float: left;
	margin-left: 30px;
		-webkit-border-radius: 10px;
	padding:10px 0;
}

.main03{width: 100%;background-color: #11a9e2;margin:0 auto;padding-top:20px;}
.main03_nv{width: 1000px;	margin:0 auto;
	color: #000000;
	text-align: center;
}
.main03_nv01{
	width: 411px;
	height: 232px;padding:5px;
	background: url(images/index_03.jpg) #ffffff no-repeat center;
	float: left;
	margin-left: 60px;
}
.main03_nv02{
	width: 411px;
	height: 232px;padding:5px;
	background: url(images/index_05.jpg) #ffffff no-repeat center;
	float: left;
	margin-left: 38px;
}
.main03_nv03{
	font-size: 24px;
	width: 100%;
	float: left;
	line-height: 32px;
	padding: 40px 0;color: #ffffff;text-shadow:0 1px 2px rgba(0,0,0,.4), 0 0 30px rgba(0,0,0,.075);
}

.main04_nv01{
	width: 700px;margin:40px auto;
	height: 102px;
	background-image: url(images/index_10.jpg);
}
.main04_nv02{
	text-align: center;
}
.main04_nv03{
	width: 868px;
	height: 167px;margin:10px auto;
	background-image: url(images/index_14.jpg);
}
.main3{
	width: 1000px;margin:40px auto;
	height: 470px;
	background: url(images/js_29.gif) no-repeat left center;
}
.main3_nr01{
	width: 685px;
	height: 290px;
	float: right;
	background-color: #65c5fb;
	margin-right: 51px;
	font-size: 16px;
	line-height: 28px;
	padding: 20px 30px 0 30px;
}
.main3_nr02{
	width: 685px;
	height: 99px;
	float: right;
	background-color: #65C5FB;
	margin: 31px 51px 0 0;
	font-size: 16px;
	line-height: 28px;
	padding: 20px 30px 0 30px;
}
.main02_nr02{padding-top:30px;background-color: #f2f2f2;
	width: 1000px;margin:20px auto;
}
.djbm{padding:3px;background-color: #7ECDF4;text-decoration: none;color: #000000;line-height: 28px;}
.djzx{padding:3px;background-color: #FE8A4B;text-decoration: none;color: #000000;line-height: 28px;}
.djbm:hover,.djzx:hover{color:#ffffff;}
.main04_nr00{
	width: 745px;font-size: 18px;-webkit-border-radius: 10px;
	line-height:30px;padding:20px 40px;
	margin:0 auto;background-color: #e8e8e8;
}
.main04_nr01{
	width: 825px;
	height: 128px;
	background-image: url(images/index_45.gif);
	margin:0 auto;
}
.main04_nr02{
	width: 825px;
	height: 128px;
	background-image: url(images/index_47.gif);
	margin:0 auto;
}
.main04_nr03{
	width: 825px;
	height:128px;
	background-image: url(images/index_48.gif);
	margin:0 auto;
}

.main05{width: 100%;text-align: center;background-color:#11a9e2;padding:20px 0;}
.main05_nv01{font-size: 28px;padding-top:20px;}
.main05_nv03{font-size: 30px;padding:10px;margin-top:20px;width: 200px;background-color:#ff6238;color:#ffffff;-webkit-border-radius: 5px;}
.main05_nv03 a{color:#ffffff;text-decoration: none;}
.main05_nv03 a:hover{color:#fff100;text-decoration: none;}
.main05_nv03:hover{background-color:#FF471A;}
.floot{
	width: 100%;
	background-color: #212121;
	border-top:5px solid #666666;
	margin-top: 20px;
}
.floot_zj{
	width: 866px;margin:0 auto;
	color: #FFFFFF;
	line-height: 25px;
	font-size: 16px;
	background: url(images/index_77.jpg) no-repeat right center;
	padding: 30px 0 50px 0;
	font-family: "Î¢ÈíÑÅºÚ";
}
