/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
html {  font-family: sans-serif; /* 1 */  -ms-text-size-adjust: 100%; /* 2 */  -webkit-text-size-adjust: 100%; /* 2 */-webkit-tap-highlight-color: rgba(0, 0, 0, 0);/* 消除移动浏览器点击蓝色背景 */}
body {  margin: 0;text-align:left;font-size: 12px; background:#fff;font:12px/18px "sim sun";}
article,aside,details, /* 1 */figcaption,figure,footer,header,main, /* 2 */menu,nav,section,summary { /* 1 */  display: block;}
audio,canvas,progress,video {  display: inline-block;}
audio:not([controls]) {  display: none;  height: 0;}
progress {  vertical-align: baseline;}
template, /* 1 */[hidden] {  display: none;}
a {  background-color: transparent; /* 1 */  -webkit-text-decoration-skip: objects; /* 2 */}
a:active,a:hover {  outline-width: 0;}
abbr[title] {  border-bottom: none; /* 1 */  text-decoration: underline; /* 2 */  text-decoration: underline dotted; /* 2 */}
b,strong {  font-weight: inherit;}
b,strong {  font-weight: bolder;}
dfn {  font-style: italic;}
h1 {  font-size: 2em;  margin: 0.67em 0;}
mark {  background-color: #ff0;  color: #000;}
small {  font-size: 80%;}
sub,sup {  font-size: 75%;  line-height: 0;  position: relative;  vertical-align: baseline;}
sub {  bottom: -0.25em;}
sup {  top: -0.5em;}
img {  border-style: none;}
svg:not(:root) {  overflow: hidden;}
code,kbd,pre,samp {  font-family: monospace, monospace; /* 1 */  font-size: 1em; /* 2 */}
figure {  margin: 1em 40px;}
hr {  box-sizing: content-box; /* 1 */  height: 0; /* 1 */  overflow: visible; /* 2 */}
button,input,select,textarea {  font: inherit; /* 1 */  margin: 0; /* 2 */}
optgroup {  font-weight: bold;}
button,input { /* 1 */  overflow: visible;}
button,select { /* 1 */  text-transform: none;}
button,html [type="button"], /* 1 */[type="reset"],[type="submit"] {  -webkit-appearance: button; /* 2 */}
button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner {  border-style: none;  padding: 0;}
button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring {  outline: 1px dotted ButtonText;}
fieldset {  border:0;  margin: 0 2px;  padding: 0.35em 0.625em 0.75em;}
legend {  box-sizing: border-box; /* 1 */  color: inherit; /* 2 */  display: table; /* 1 */  max-width: 100%; /* 1 */  padding: 0; /* 3 */  white-space: normal; /* 1 */}
textarea {  overflow: auto;}
[type="checkbox"],[type="radio"] {  box-sizing: border-box; /* 1 */  padding: 0; /* 2 */}
[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button {  height: auto;}
[type="search"] {  -webkit-appearance: textfield; /* 1 */  outline-offset: -2px; /* 2 */}
[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration {  -webkit-appearance: none;}
::-webkit-input-placeholder {  color: inherit;  opacity: 0.54;}
::-webkit-file-upload-button {  -webkit-appearance: button; /* 1 */  font: inherit; /* 2 */}
/* normalize.css结束 */
.clearfix {	*zoom:1}
.clearfix:before,.clearfix:after {	display:table;	line-height:0;	content:""}
.clearfix:after {	clear:both}
p{margin: 0;}
img {	width:auto\9;	height:auto;	max-width:100%;	vertical-align:middle;	border:0;	-ms-interpolation-mode:bicubic}
ul,ol,dl,h1,h2,h3,h4,h5,h6,dt,dd{margin:0;padding:0}
ul li,ol li{list-style:none}
.f-fl,.f-lifl li{float:left;display:inline}
.f-fr{float:right;display:inline}
a,a:visited{text-decoration:none;color:#2a2a2a;}
em{ font-style:normal;}
/* 全站全局CSS部分结束 */

.box-1200{
  width: 1200px; height: auto; display: block; overflow: hidden;
}

.header-box{
  width: 100%; height: auto; border-bottom: 3px solid #27b4fd; display:block; overflow: hidden;
}
.header-box .header-head{
  margin: auto;
}
.header-box .header-head .header-logo{
  width: 225px; height: auto; margin: 12px 0 0; float: left; display: inline; overflow: hidden;
}
.header-box .header-head .search-box{
  width: auto; height: auto; margin: 30px 0 0; float: right; display: inline; overflow: hidden;
}
.header-box .header-head .search-box .searchInfo{
  width: 490px; height: 38px; line-height: 38px; font-size: 16px; font-weight: normal; color: #333; float: left; border: 2px solid #27b4fd; border-radius: 20px 0 0 20px; padding: 0 40px; display: inline; overflow: hidden;
}
.header-box .header-head .search-box .searchButton{
  width: 110px; height: 42px; line-height: 40px; font-size: 18px; font-weight: normal; color: #fff; text-align: center; background: #27b4fd; border-radius: 0 20px 20px 0; float: left; display: inline; overflow: hidden; border: 0; padding: 0; margin: 0;
}

.header-nav{
  margin:12px auto 0;
}
.header-nav a{
  width: auto; height: 40px; line-height: normal; float: left; display: flex; overflow: hidden; justify-content: center; align-items: center; position: relative; padding: 0 22px 0 0; margin: 0 24px 0 0;
}
.header-nav a .nav-icon{
  width: 18px; height:18px; display: block; overflow: hidden; filter: grayscale(100%);
}
.header-nav a strong{
  margin: 0 0 0 10px; color: #666; font-size: 16px; font-weight: normal;
}
.header-nav a .nav-label{
  position: absolute; right: 0; top: 0;
}
.header-nav a:hover strong{
  color: #27b4fd;
}
.header-nav a:hover .nav-icon{
  filter: grayscale(0);
}

/*foot*/
.foot_bg {width:100%; overflow:hidden; padding:15px 0; background:#3c3c3c;}
.foot_jz { width:1200px; overflow:hidden; margin:0 auto;}
.foot_jz img {float:left; margin-top:24px;}
.foot_jz span {width:600px; float:left; overflow:hidden;display:block; font-size:14px; color:#c2c2c2; line-height:22px; padding-top:15px; margin-left:50px;}
.foot_jz span i{ display:block; border-bottom:2px solid #ddd; padding-bottom:5px; width:70px; margin-bottom:5px;}
.list2_weixin {width:95px; float:right; overflow:hidden; text-align:center; margin-top:10px; color:#c2c2c2;}
.list2_weixin img {width:95px; height:95px; margin-bottom:3px; margin-left:0px; margin-top:0px;}
.foot_jz a{display: block;width: 400px;color: #c2c2c2;}
.foot_jz a img{margin-top:0;margin-right:5px;width: auto!important;}

/*评论*/
.messageTxt {border-radius: 4px;width:760px !important;border:1px solid #16aefd; margin: 20px 0 0;}
.messageTxt textarea{width: 750px !important;border:none;resize: none;border-radius: 4px 4px 0 0;    outline:none;padding:5px;font-size: 14px;height: 100px;}
.bottomTxt{border:none;background: #f2f2f2;border-radius: 0 0 4px 4px;padding:10px 0;height: 24px;}
.bottomTxt input{border-radius: 4px;line-height: 26px;border:none;text-indent: 5px;width: 80px;margin-left: 10px;float: left;outline: none;}
.bottomTxt .comment-input{float: right;margin-right: 10px;background: #16aefd;color: #fff;}
.bottomTxt .comment-input:hover{background:#1184c0;}
.bottomTxt .inputImg{height: 26px;    position: relative;    top: 1px;    border-radius: 4px;}
.inputImg{float: left;width: 80px;height: 28px;background: red;margin-left: 10px;}
.bottomTxt input[type="button"]{float: right;margin-right: 10px;background:#16aefd;color: #fff;border:none;cursor: pointer;outline: none;}
.bottomTxt input[type="button"]:hover{background: #1187c5;}
.message-box p{padding:10px 0;color:#c6c6c6; font-size: 14px;}

.comment-box{
  margin: 30px 0 0;
}
.comment-box ul{padding-top:10px;}
.commentContentTitle{height: 28px;width:800px;background: #545d64;position: relative;}
.commentContentTitle span{display: block;text-indent: 50px;line-height: 28px;color: #fff;}
.commentContentTitle img{position: absolute;display: block;width: 40px;height: 40px;left: 5px;top:-6px;}
.commentContent{margin-top:16px;padding:5px 0 10px 60px;line-height: 22px;font-size: 14px;}
.commentContentBottom{padding:0 0 20px 60px;font-size: 14px;}
.commentContentBottom span{color:#aaa;}
input:-webkit-autofill{  -webkit-box-shadow: 0 0 0px 1000px white inset;}


