@charset "utf-8";
/* CSS Document */
/**
 * 通用标签初始化
 */
html {margin:0;padding:0;border:0;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);}
body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, q, dl, dt, dd, ol, ul, li,
fieldset, form, legend, caption, tbody, tfoot, thead, article, aside, dialog, figure, footer, header, hgroup, nav, section {
	margin:0;padding:0;border:0;/*font-size:100%;*/font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure, dialog, footer, header, hgroup, menu, nav, section {display:block;}
body {color:#3e3a39;background:#fff;font-family:"Microsoft YaHei","simsun","Helvetica Neue", Arial, Helvetica, sans-serif;}
img {border:0;vertical-align:bottom; -ms-interpolation-mode:bicubic;}
::-webkit-input-placeholder {color:#999;}
:-moz-placeholder {color:#999;}
::-moz-placeholder {color:#999;}
:-ms-input-placeholder {color:#ccc;}
* {-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
/*-webkit-box-shadow:0 4px 40px rgba(0,0,0,0.5);-moz-box-shadow:0 4px 40px rgba(0,0,0,0.5);box-shadow:0 4px 40px rgba(0,0,0,0.5);-webkit-border-radius:4px;*/
*:before,*:after {-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
button::-moz-focus-inner,input::-moz-focus-inner {padding:0;border:0;}
textarea {overflow:auto;}
input:focus,textarea:focus,button:focus,select:focus {outline:none;}
input::-ms-clear {display:none;}
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {display:block;}
audio,canvas,progress,video {display:inline-block;vertical-align:baseline;}
audio:not([controls]) {display:none;height:0;}
[hidden],template {display:none;}
a {background:transparent; text-decoration:none; outline:none;}
a:active,a:hover {outline:0;}
a:focus {outline:none;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px;}
abbr[title] {border-bottom:1px dotted;}
b,strong {font-weight:bold;}
dfn {font-style:italic;}
mark {color:#000;background:#ff0;}
small {/*font-size:80%;*/}
sub,sup {position:relative;/*font-size:75%;*/line-height:0;vertical-align:baseline;}
sup {top:-.5em;}
sub {bottom:-.25em;}
svg:not(:root) {overflow:hidden;}
figure {margin:1em 40px;}
hr {height:0;-moz-box-sizing:content-box;box-sizing:content-box;}
pre {overflow:auto;}
code,kbd,pre,samp {font-family:monospace, monospace;/*font-size:1em;*/}
button,input,optgroup,select,textarea {margin:0;font:inherit;}
button {overflow:visible;}
button,select {text-transform:none;}
button,html input[type="button"],input[type="reset"],input[type="submit"] {-webkit-appearance:button;cursor:pointer;}
button[disabled],html input[disabled] {cursor:default;}
button::-moz-focus-inner,input::-moz-focus-inner {padding:0;border:0;}
input {line-height:normal;}
input[type="checkbox"],input[type="radio"] {box-sizing:border-box;padding:0;}
input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {height:auto;}
input[type="search"] {-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield;}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {-webkit-appearance:none;}
fieldset {padding:.35em .625em .75em;margin:0 2px;border:1px solid #c0c0c0;}
legend {padding:0;border:0;}
optgroup {font-weight:bold;}
table {border-spacing:0;border-collapse:collapse;}
td,th {padding:0;}
hr {clear:both;float:none;width:100%;height:1px;margin:10px 0;border:none;-moz-box-sizing:content-box;box-sizing:content-box;margin:0;}
blockquote {border:solid 1px #ddd;border-left-width:6px;padding:20px;border-radius:4px;}
blockquote strong {display:block;margin-bottom:10px;}
blockquote p:last-child {margin:0;}
h1 small,h2 small,h3 small,h4 small,h5 small,h6 small {filter:alpha(opacity=60); opacity:.6;}
q {quotes:none;}
q:before,q:after {content:'';content:none;}
ul,li {list-style:none;}
body{ background-color: #fff;}
a{color: inherit;}
.fl{ float:left;}
.fr{ float:right;}
.over{ overflow:hidden;}
.clear{ clear:both;}
.c{ clear:both;}
.full-width {max-width: 100%; min-width: 1200px;}
.width-1200 {max-width: 1200px;width: 95%; margin:0 auto;}
.width-1200:after {content:""; display: block; width: 0;height: 0;clear: both;}
.width-1400 {width: 1400px; margin:0 auto;}
.width-1400:after {content:""; display: block; width: 0;height: 0;clear: both;}
.flexbox{display: flex;justify-content: space-between;flex-wrap: wrap;}
.width-1500 {max-width: 1500px;width: 95%; margin:0 auto;}
.width-1500:after {content:""; display: block; width: 0;height: 0;clear: both;}
.flexwidth{
	width: 1200px;
	margin: 0 auto;
}
.top-30{ margin-top:30px;}
.top-60{ margin-top:60px;}
/*页头*/
/* 顶部欢迎条样式 */
.top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f5f5f5;
  padding: 10px 10px;
  font-size: 16px;color:#8e908e
} 
.top-bar p{ float:left}
.top-bar .phone {
  display: flex;
  align-items: center; float:right
}

.top-bar .phone img {
 
  height: 25px;
  margin-right: 10px;
}

/* 头部区域样式 */
.header {
  display: flex;
  align-items: center;
  padding: 5px 0px;
  background-color: #fff;
}

.header .logo img {
  height:90px;
  margin-right: 20px;
}

.header h1 {
  font-size: 25px;
  font-weight: normal;
  color: #333;
  margin-right: auto;
}

.search-box {
  display: flex;font-size:12px;
}

.search-box input {
  padding: 8px;
  border: 1px solid #ccc;
  border-right: none;
  outline: none;
}

.search-box button {
  padding: 8px 15px;
  background-color: #0099ff;
  color: #fff;
  border: 1px solid #0099ff;
  cursor: pointer; 
}

/* 导航栏样式 */
.nav {
  background-color: #0099ff;
}

.nav ul {
  list-style: none;
  display: flex;
  justify-content: center;
}

.nav ul li {
  margin: 0;
}

.nav ul li a {
  display: block;
  padding: 20px 60px;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
}

.nav ul li a:hover {
  background-color: #007acc;color:#ff0000
}

.nav .cur a{
  background-color: #007acc;color:#ff0000
}


/* 底部整体容器样式 */
.footer {
  display: flex;
  justify-content: center;
  padding: 20px;background-color: #2694f8;color:#fff
}

/* 左侧内容样式 */
.footer-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 50px;
}

.logo img {
  width: 200px; /* logo宽度，可根据实际调整 */
  height: auto;
  margin-bottom: 15px;
}

.contact-phone {
  font-size: 18px;
  margin-bottom: 20px;
}

.footer .nav_er {
  margin-bottom: 20px;
}

.footer .nav_er a {
  color: #fff;
  text-decoration: none;
  margin: 0 8px;font-size:14px;
}

.footer .nav_er span {
  color: #fff;
}

.company-name {
  margin-bottom: 15px; font-size:12px;
}
.site-links{font-size:12px;}
.site-links a {
  color: #fff;
  text-decoration: none;font-size:12px;
}

/* 右侧内容样式 */
.footer-right {
  display: flex;
  align-items: flex-start; margin-top:40px;
}

.qrcode {
  width: 120px; /* 二维码宽度，可根据实际调整 */
  height: auto;
  margin-right: 30px;
}

.message-form input,
.message-form textarea {
  display: block;
  width: 250px;
  margin-bottom: 10px;
  padding: 8px;
  border: 1px solid #ccc;
  background-color: #fff;
  color: #333;
}

.message-form textarea {
  height: 140px;
  resize: none; float:right; margin-left:10px;
}

.verify {
  display: flex;
  align-items: center;
}

.verify input {
  margin-right: 10px;width: 130px;
}

.verify-code {
  width: 80px; /* 验证码图片宽度，可根据实际调整 */
  height: auto;background-color: #fff; 
}

.message-form button {
  width: 100px;
  padding: 8px;
  background-color: #fff;
  color: #0099ff;
  border: 1px solid #ccc;
  border-radius: 20px; /* 使按钮呈椭圆形 */
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.message-form button:hover {
  background-color: #0099ff;
  color: #fff;
}

/* 响应式适配，小屏幕下左右布局改为上下布局 */
@media (max-width: 992px) {
  .footer {
    flex-direction: column;
    align-items: center;
  }
  .footer-left {
    margin-right: 0;
    margin-bottom: 30px;
    align-items: center;
    text-align: center;
  }
  .footer-right {
    flex-direction: column;
    align-items: center;
  }
  .qrcode {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

/* 海报 */
.banner {z-index:1; position:relative;overflow: hidden;}
.flexslider {position:relative;overflow:hidden;background:url(../images/loading.gif) 50% no-repeat;}
.slides {position:relative;}
.flex-control-nav {position:absolute;bottom:10px;z-index:2;width:100%;text-align:center;}
.flex-control-nav li {display:inline-block;width:90px;height:2px;margin:0 5px;*display:inline;zoom:1;position: relative;}
.flex-control-nav a {opacity: 0.5; display:inline-block;width:90px;height: 2px;overflow:hidden;background-color: #fff;cursor:pointer; text-indent: -99em;}
.flex-control-nav .flex-active {background-color: #4a4947;opacity: 1;}
.flex-direction-nav {position:absolute;z-index:3;width:100%;top:45%;display: none;}
.flex-direction-nav li a {display:block;width:58px;height:77px;overflow:hidden;cursor:pointer;position:absolute;}
.flex-direction-nav li a.flex-prev {left:50%;margin-left:-600px; background:url(../images/prev.png) center center no-repeat;}
.flex-direction-nav li a.flex-next {right:50%;margin-right:-600px; background:url(../images/next.png)center center no-repeat;}
.flex-direction-nav li{}
.banner-content {
  max-width: 1000px;
  width: 100%;
  padding: 0 20px;
  z-index: 196210;position:absolute;color:#fff; text-align:center;left: 50%;
  transform: translateX(-50%); margin-top:100px
}

.banner-content h1 {
  font-size: 50px;
  margin-bottom: 20px;
  font-weight: bold;
}

.banner-content h1 span {
  color: #ff2d2d; /* 红色部分 */
}

.banner-content h2 {
  font-size: 50px;
  margin-bottom: 70px;
  font-weight: normal;
}

.banner-content p {
  font-size: 20px;
  line-height: 1.8;
  margin-bottom: 30px;
  background-color: rgba(0, 153, 255, 0.6); /* 蓝色半透明背景，可根据实际调整 */
  display: inline-block;
  padding: 5px 10px;
}

.contact-btn {
  display: inline-block;
  margin-top: 140px;
  padding: 12px 40px;
  background-color: #ff2d2d;
  color: #fff;
  text-decoration: none;
  border-radius: 30px;
  font-size: 16px;
  transition: background-color 0.3s ease;
}

.contact-btn:hover {
  background-color: #e60000;
}

/* 页码 */
.pagelist {
	margin: 40px 0;
	text-align: center;
}
.pagelist li {
	display: inline-block;
	margin: 0 4px;
	border: 1px solid #ddd;
	vertical-align: middle;
	font-size: 14px;
}
.pagelist li a{
	padding: 0 10px;
	font-size: 12px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    overflow: hidden;
    display: inline-block;
    text-align: center;

    color: #787878;
}
.pagelist li a{
	display: block;
	color: #787878;
}
.pagelist li a:hover {
	background: -webkit-linear-gradient(bottom, #3099dd, #3099dd); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(top, #3099dd, #3099dd); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(top, #3099dd, #3099dd); /* Firefox 3.6 - 15 */
	background: linear-gradient(to top, #3099dd, #3099dd); /* 标准的语法 */
    color: #fff;
}
.pagelist li.active a{
	
	height: 30px;
    line-height: 30px;
	border: 1px solid #3099dd;
	background: -webkit-linear-gradient(bottom, #3099dd, #3099dd); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(top, #3099dd, #3099dd); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(top, #3099dd, #3099dd); /* Firefox 3.6 - 15 */
	background: linear-gradient(to top, #3099dd, #3099dd); /* 标准的语法 */
	color: #fff;
}