﻿@charset "utf-8";
/* CSS Document */
/*******作者***周******/
/*********日期****2017-02-15**********/
html, body, div, p, ul,ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, input, select, button, textarea, iframe, frameset, table, th, tr, td, fieldset { margin:0; padding:0; }
/* IE5.xIE6бbug */ 
* html body{overflow: visible;} 
* html iframe, * html frame{overflow: auto;} 
* html frameset{overflow: hidden;} 

/* body */ 
body{color:#333333; font-size:12px; line-height:24px; font-family:Arial, Helvetica, sans-serif;} 
i, em, cite { font-style:normal; }
/* a */ 
/* a标签初始化以及取消a标签点击后的虚线框 */ 
a {outline: none; color:#696969;  text-decoration:none; }  
a:hover{text-decoration:none; color:#0c63d4 }
a:focus{outline:none}
a:active {star:expression(this.onFocus=this.blur());}
a,button,input,div,li,select{ -webkit-tap-highlight-color: rgba(255, 255, 255, 0);}
input[type=text]:focus,input[type=password]:focus { outline: none;}
body { -webkit-overflow-scrolling: touch; overflow-scrolling: touch;}
a,img {-webkit-touch-callout: none;-webkit-tap-highlight-color:rgba(255,255,255,0) }


/*表单的初始化*/
textarea,input{ word-wrap:break-word;word-break:break-all;} 
input,select,textarea,button {vertical-align:middle; font-family:Arial, Helvetica, sans-serif; outline:none; border-radius:0}
input[type="text"],input[type="submit"],input[type="reset"],input[type="button"],input[type="tel"],button ,select{-webkit-appearance: none;}
::-webkit-input-placeholder { /* WebKit browsers */color:#999999; }
::-moz-input-placeholder { /* Mozilla Firefox 4 to 18 */ color:#999999; }
::-o-input-placeholder { /* Mozilla Firefox 19+ */ color:#999999; }
::-ms-input-placeholder { /* Internet Explorer 10+ */ color:#999999; }
textarea { resize:none; /*禁用了文本的拖拉*/}
input::-moz-focus-inner{border: 0;padding: 0; outline:none }
input::-webkit-focus-inner{border: 0;padding: 0; outline:none}
input::-ms-focus-inner{border: 0;padding: 0; outline:none}
input::-o-focus-inner{border: 0;padding: 0; outline:none}
input::focus-inner{border: 0;padding: 0; outline:none}

::-webkit-textfield-decoration-container {background-color: #FFFF;} /*type=number去掉默认样式*/
::-webkit-inner-spin-button {-webkit-appearance: none;}
::-webkit-outer-spin-button {-webkit-appearance: none;	/* 有无看不出差别 */}

/* li */ 
ul,li{list-style-type:none; } 
/* img */ 
img{border:0 none; vertical-align:middle;} 

/* Hides from IE-mac \*/
* html .clearfix {height:1%;}.clearfix {display:block;}
/* End hide from IE-mac */
/*********清除浮动处理**********/
.clr { clear:both; display:block; height:0;font-size:0; overflow:hidden;}




/*网站头部*/
.headbj{ background:#FFF}
.topwrap{ width:100%; height:30px;/* background:#e0e8f3;*/ border-top:3px solid #0b5fd3; }
.top-T { width:1020px; margin:0 auto; text-align:right;  line-height:30px; height:30px; color:#909090;}

.top-T a{color:#909090;display:inline-block; font-size:12px; padding:0 10px;}
.top-T a:hover{color:#0c63d4}


.top-B{ height:88px; position:relative; width:1020px; margin:0 auto;}
.top-B .logo{ width:240px; height:auto; position:absolute; bottom:10px; left:0}
.top-B .logo img{ width:100%;}
.top-B .logo a{display:block;}
.top-B .B-right{ width:800px; float:right;}




.logo{ width:1020px;margin:0 auto; height:75px; margin-top:10px;}

/***********nav*******/
.navwrap{ border-bottom:2px solid #0d65d3;}
.nav{ width:800px; text-align:right; float:right}
.nav li{  display:inline-block; position:relative; height:33px; line-height:33px; margin-left:30px;}
.nav li > a{ font-size:16px; font-weight:bold; color:#666;}
.nav li > a:hover{ color:#2e94f7}



.navwrap .nav li .box{position:absolute; z-index:99999; display:none; padding:10px; min-width:160px; text-align:left; top:33px; overflow:hidden;  margin:auto; left:0px;  background:#0c63d6; }
.navwrap .nav li .box a{display:block; height:24px; color:#FFF; line-height:24px;}
.navwrap .nav li .box a:hover{color:#2e94f7;}
.navwrap .nav li.on > a{color:#0c63d6;  height:33px; z-index:100000; position:relative}



.search_R{ width:191px; margin: 15px 0; height:25px; background:url(../images/search.jpg) left center no-repeat;  display:inline-block; float:right}

.search_R .search01-box{ padding-left:10px; width:150px; height:25px; background:none; color:#808080; line-height:25px; float:left; border:0; }
.search_R .search01-box:focus{ outline:none;color:#808080; }
.search_R .search01-an{width:20px;border:0;height:25px; float:right; cursor:pointer;  background:none;  cursor:pointer;}



/* mainbanner */
.mainbanner{overflow:hidden; height:280px; position:relative ; width:1020px; margin:0 auto; text-align:center;}

	/* 本例子css */
		.slideBox{ width:1133px; height:280px; overflow:hidden; margin:0 auto; position:relative; }
		.slideBox .hd{ height:7px; overflow:hidden; position:absolute; right:5px; bottom:5px; z-index:1; }
		.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
		.slideBox .hd ul li{ float:left; margin-right:2px;  width:7px; height:7px; line-height:14px; text-align:center; background:#fff; cursor:pointer; }
		.slideBox .hd ul li.on{ background:#0d65d3; color:#fff; }
		.slideBox .bd{ position:relative; height:100%; z-index:0;   }
		.slideBox .bd li{ zoom:1; vertical-align:middle; }
		.slideBox .bd img{ width:1133px; height:280px; display:block;  }




/*********头部结束**********/






/***网站底部**/
.footerWrap{ height:203px; background:#FFF}
.footbj{  width:1020px; margin:0 auto; height:203px;}
.footer{ width:890px; margin:0 auto; overflow:hidden; background:url(../images/LOGO01.png) left 20px no-repeat; padding:15px 0 0 120px;}
.footer li{ width:200px;  float:left;   font-size:14px; color:#333333;}
.footer li strong{font-size:16px; display:block; margin-bottom:5px}
.footer li p{ float:left; display:block; width:100%; height:28px; line-height:28px; }
.footer li p a{color:#333333; }
.footer li p a:hover{ text-decoration:underline; color:#2e94f7}
.footer li.a01{ width:160px; }
.footer li.a02{ width:260px; }
.footer li.a03{ width:140px;}
.footer li.a04{ width:320px;}
.footer li.a04 .nr{ line-height:28px; }
.footer li.a04 .nr a{ display:inline-block; float:inherit; margin:0 5px; width:auto}
.footer li.a04 .nr a:hover img{opacity:0.7;}

.copyWrap{ text-align:center; padding:10px 0; line-height:22px; background:#e9e9e9; color:#333333}

/******分页样式********/
div.flickr{ padding:0px;margin:20px auto 30px; clear:both; height:40px; padding-top:15px;  text-align:center; overflow:hidden; font-size:16px;}
div.flickr a{  border: #dedfde 1px solid; font-size:16px;  color: #adaaad; margin-right:7px; padding:10px 10px;  }
div.flickr a:hover{ background: #1966c2; color:#FFF;}
div.flickr a:active{  background: #1966c2; color: #fff;  }
div.flickr span{ padding:10px 10px; border:1px solid #dedfde;   color: #999; margin-right: 7px; }
div.flickr span.current{  background: #1966c2; font-weight: bold; font-size:16px;color: #FFF; margin-right: 3px;padding:10px 10px; }
div.flickr span.disabled{ color: #adaaad; margin-right: 7px; padding:10px 10px; }
