﻿
/* yui3 reset.css */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
  vertical-align: top;
}

address,
caption,
cite,
code,
dfn,
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; */
}

q:before,
q:after {
  content: '';
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}

legend {
  color: #000;
}

iframe {
  display: block;
}

/* yui3 fonts */
body {
  color: #333;
  font: 14px/1.231 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
}

select,
input,
button,
textarea {
  font: 99% arial, helvetica, clean, sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

a {
  text-decoration: none;
}

input,
button,
textarea {
  border: 0;
  outline: 0;
}

input[type='text']::-ms-clear,
input[type='password']::-ms-reveal {
  display: none;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: #999;
}

textarea::-moz-placeholder,
input::-moz-placeholder {
  color: #999;
}

textarea:-moz-placeholder,
input:-moz-placeholder {
  color: #999;
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
  color: #999;
}

.placeholder {
  color: #999;
}

/* utilities */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: '';
}

.clearfix:after {
  clear: both;
}

.l {
  float: left !important;
}

.r {
  float: right !important;
}

.hidden {
  display: none !important;
}

.invisible {
  visibility: hidden !important;
}

.trans {
  -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
}

.text-overflow {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* 通用样式 */
@font-face {
  font-family: 'OPPOSans';
  src: url("../font/OPPOSans-H.woff") format("woff"), url("../font/OPPOSans-H.ttf") format("truetype"), url("../font/OPPOSans-H.eot") format("embedded-opentype");
}

/*头部*/
.header {
  /*padding-top: 36px;
  background: url("../images/header_bg.png") no-repeat center center;20221208*/
  height: 470px;
}

.header-logo {
  margin-top: 13px;
  width: 567px;
  height: 68px;
}

.header-weather {
  line-height: 34px;
  color: #fff;
  font-size: 16px;
}

.header-weather-name {
  margin-left: 20px;
}

.header-weather-name.tmp {
  margin-left: 30px;
}

.header .city {
  padding-left: 40px;
  background: url("../image/sun.png") no-repeat left center;
  margin-left: 0;
}

.header-box {
  margin-top: 5px;
}

.header-browse {
  height: 42px;
  line-height: 42px;
  background: #fc9b03;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  padding: 0 10px;
  margin-left: 20px;
  border-radius: 21px;
}

.header-browse span {
  display: inline-block;
  padding-left: 30px;
  background: url("../image/browse.png") no-repeat left center;
}

.search {
  width: 321px;
  height: 44px;
  border-radius: 22px;
  /*background: #3a6ea9;*/
  background: #125eb4;/*20230201*/
}

.search-box {
  /*width: calc(100% - 77px);*/
  width: calc(100% - 10px);/*20220914*/
  height: 44px;
  border-left: 0;
}

.search-input {
  height: 100%;
  /*width: calc(100% - 58px);*/
  padding: 0 10px;
  font-size: 16px;
  color: #b7d1f0;
  /*background: #3a6ea9;*/
  background: #125eb4;/*20230207*/
  width: calc(100% - 78px);/*20220914*/
  margin-left:20px;/*20220914*/
}

.search-input::-webkit-input-placeholder {
  color: #b7d1f0;
}

.search-input:-ms-input-placeholder {
  color: #b7d1f0;
}

.search-input::-ms-input-placeholder {
  color: #b7d1f0;
}

.search-input::placeholder {
  color: #b7d1f0;
}

.search-btn {
  cursor: pointer;
  width: 58px;
  border-radius: 22px;
  height: 100%;
  /*background: url("../image/search.png") no-repeat center #3a6ea9;*/
  background: url("../image/search.png") no-repeat center #125eb4;/*20230207*/
}

.search-chosen {
  width: 77px;
}

.search .header-sel {
  display: none;
  width: 100%;
  height: 44px;
  line-height: 44px;
  padding-left: 6px;
  border: none;
  border-right: 1px solid #fff;
  background: #3a6ea9;
}

.search .chosen-container {
  width: 100%;
  height: 44px;
  line-height: 44px;
  font-family: 'Microsoft YaHei';
}

.search .chosen-container-single .chosen-single {
  padding: 0 0 0 12px;
  height: 44px;
  border: none;
  border-right: 1px solid #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 16px;
  color: #fff;
  background: #3a6ea9;
  border-radius: 22px 0 0 22px;
}

.search .chosen-container-single .chosen-default {
  color: #999;
}

.search .chosen-container-single .chosen-single.cur {
  color: #333;
}

.search .chosen-container-active.chosen-with-drop .chosen-single {
  border: none;
  border-right: 1px solid #fff;
  background-image: none;
}

.search .chosen-container-single .chosen-single span {
  margin-right: 20px;
  height: 44px;
  line-height: 44px;
}

.search .chosen-container-single .chosen-single div {
  width: 20px;
  padding: 0;
}

.search .chosen-container-single .chosen-single div b {
  width: 20px;
  height: 44px;
  background: url("../image/header_ico.png") left center no-repeat;
}

.search .chosen-container-active.chosen-with-drop .chosen-single div b {
  background: url("../image/header_ico_cur.png") left center no-repeat;
}

.search .chosen-container-single .chosen-drop {
  top: 44px;
  border: none;
  border-top: 0;
  border-radius: 0;
}

.search .chosen-container .chosen-search {
  display: none;
}

.search .chosen-container .chosen-results {
  margin: 0;
  padding: 0;
  color: #676767;
}

.search .chosen-container .chosen-results li {
  padding-left: 10px;
  padding-right: 10px;
  line-height: 20px;
}

.search .chosen-container .chosen-results li.highlighted {
  color: #fff;
  background-color: #0087ff;
}

.nav {
  margin-top: 291px;
  background: rgba(58, 110, 169, 0.9);
}

.nav-list {
  height: 60px;
}

.nav-item {
  /*width: 16.66667%;*/
  width: 14%;/*20230428*/
  height: 60px;
  text-align: center;
  font-size: 24px;
  color: #ffffff;
}

.nav-item a {
  display: block;
  line-height: 60px;
  color: #ffffff;
}

.nav-item.active {
  background: rgba(68, 139, 218, 0.9);
}

/*底部*/
.footer {
  background: url("../image/footer_bg.jpg") no-repeat center center;
  background-size: 100% 100%;
  position: relative;
  z-index: 10000;
}

.footer .container {
  padding-top: 29px;
}

.footer-chose {
  width: calc((100% - 100px) / 6);
  height: 40px;
  margin-right: 20px;
}

.footer-chose:last-child {
  margin-right: 0;
}

.footer .footer-sel {
  display: none;
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding-left: 6px;
  border: 1px solid #ddd;
}

.footer .chosen-container {
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-family: 'Microsoft YaHei';
}

.footer .chosen-container-single .chosen-single {
  padding: 0 0 0 12px;
  height: 40px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  /*background: #626a8b;*/
  background: #5ea1ed;
  font-size: 16px;
  color: #ffffff;
}

.footer .chosen-container-single .chosen-default {
  color: #999;
}

.footer .chosen-container-single .chosen-single.cur {
  color: #333;
}

.footer .chosen-container-active.chosen-with-drop .chosen-single {
  border: none;
}

.footer .chosen-container-single .chosen-single span {
  margin-right: 20px;
  height: 40px;
  line-height: 40px;
  color: #ffffff;
}

.footer .chosen-container-single .chosen-single div {
  width: 20px;
  padding: 0;
}

.footer .chosen-container-single .chosen-single div b {
  width: 20px;
  height: 40px;
  background: url("../image/footer_ico.png") left center no-repeat;
}

.footer .chosen-container-active.chosen-with-drop .chosen-single div b {
  background: url("../image/footer_icon.png") left center no-repeat;
}

.footer .chosen-container-single .chosen-drop {
  border: none;
  border-top: 0;
  border-radius: 0;
  background: #626a8b;
  bottom: 40px;
  top: auto;
}

.footer .chosen-container .chosen-search {
  display: none;
}

.footer .chosen-container .chosen-results {
  margin: 0;
  padding: 0;
  color: #fff;
}

.footer .chosen-container .chosen-results li {
  padding-left: 10px;
  padding-right: 10px;
  line-height: 20px;
}

.footer .chosen-container .chosen-results li.highlighted {
  color: #fff;
  background-color: #0087ff;
}

.connect {
  margin-top: 45px;
  text-align: center;
}

.connect-list {
  display: inline-block;
}

.connect-item {
  line-height: 30px;
}

.connect-item.us {
  position: relative;
  margin-right: 46px;
}

.connect-item.us::before {
  position: absolute;
  content: '';
  height: 16px;
  width: 1px;
  background: #d1d8e6;
  right: -23px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.connect-name {
  display: block;
  font-size: 16px;
  color: #d1d8e6;
  line-height: 30px;
}

.link {
  position: relative;
  margin-top: 17px;
  padding-bottom: 50px;
}

.link-logo {
  width: 130px;
  height: 45px;
  margin-top: 20px;
}

.link-box {
  text-align: center;
  width: 700px;
  /*margin-left: 110px;*/
}

.link-list {
  display: inline-block;
}

.link-item {
  margin-right: 32px;
}

.link-item:last-child {
  margin-right: 0;
}

.police {
  position: relative;
}

.police img {
  position: absolute;
  width: 18px;
  height: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -30px;
}

.government {
  margin-top: 20px;
}

.government-box {
  display: inline-block;
}

.gov {
  width: 110px;
  height: 55px;
  margin-right: 30px;
}

.org {
  width: 52px;
  height: 64px;
}

@media (max-width: 1199px) {
  .header-logo,
  .header-search {
    float: none !important;
  }
  .search .header-sel {
    display: block;
  }
  .nav {
    margin-top: 210px;
  }
  .footer .footer-sel {
    display: block;
  }
  .footer-chose {
    width: calc((100% - 40px) / 3);
  }
  .footer-chose:nth-child(3n) {
    margin-right: 0;
  }
  .footer-chose:nth-child(n + 4) {
    margin-top: 10px;
  }
  .link {
    text-align: center;
  }
  .link-logo, .link-box,
  .link .government {
    float: none !important;
  }
  .link-logo {
    margin-top: 0;
    margin-bottom: 20px;
  }
  .link-box {
    width: auto;
    margin-left: 0;
  }
}

@media (max-width: 979px) {
  .container {
    padding: 0;
  }
  .nav {
    margin-top: 151px;
  }
  .nav-list {
    height: 120px;
  }
  .nav-item {
    width: 33.33333%;
  }
}

@media (max-width: 767px) {
  .link-item {
    float: none !important;
    margin-right: 0;
  }
  .link-list {
    display: inherit;
  }
  .police img {
    left: 50%;
    -webkit-transform: translate(-150px, -50%);
            transform: translate(-150px, -50%);
  }
}

@media (max-width: 519px) {
  .header-browse,
  .search {
    float: none !important;
  }
  .header-browse {
    width: 140px;
    margin-left: 0;
  }
  .search {
    width: 100%;
    margin-top: 12px;
  }
  .header-weather {
    width: 100%;
    line-height: 26px;
    height: 52px;
  }
  .nav {
    margin-top: 118px;
  }
  .nav-list {
    height: 80px;
  }
  .nav-item {
    height: 40px;
    font-size: 16px;
  }
  .nav-item a {
    line-height: 40px;
  }
  .footer-chose {
    float: none !important;
    width: 100%;
    margin-top: 10px;
    margin-right: 0;
  }
  .footer-chose:first-child {
    margin-top: 0;
  }
}

/* 侧边栏 */
.navigation {
  position: fixed;
  top: 50%;
  right: 10px;
  z-index: 10000;
}

.navigation-item {
  width: 100px;
  height: 100px;
  -webkit-box-shadow: 0px 3px 7px 0px rgba(187, 209, 233, 0.29);
          box-shadow: 0px 3px 7px 0px rgba(187, 209, 233, 0.29);
  border-radius: 50%;
  background: #fff;
}

.navigation-item:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#1563ce), to(#74b3fd));
  background: linear-gradient(0deg, #1563ce, #74b3fd);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.navigation-item + .navigation-item {
  margin-top: 20px;
}

.navigation-name {
  display: block;
  height: 100%;
  padding-top: 62px;
  line-height: 26px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: #333333;
  background: no-repeat center 20px;
}

.navigation-item:hover .navigation-name {
  color: #fff;
}

.navigation-name.icon1 {
  background-image: url("../image/navigation_icon1.png");
}

.navigation-name.icon2 {
  background-image: url("../image/navigation_icon2.png");
}

.navigation-name.icon3 {
  background-image: url("../image/navigation_icon3.png");
}

.navigation-item:hover .icon1 {
  background-image: url("../image/navigation_icon1h.png");
}

.navigation-item:hover .icon2 {
  background-image: url("../image/navigation_icon2h.png");
}

.navigation-item:hover .icon3 {
  background-image: url("../image/navigation_icon3h.png");
}

.wzhly > a {
	color:#ffffff;
}

/*20221208top轮播*/
.ewb-banner {
    position: relative;
}

.ewb-rslides {
    width: 100%;
    overflow: hidden;
    position: absolute;
    z-index: 1;
}

.ewb-rslides li {
    left: 0;
    top: 0;
    width: 100%;
    display: none;
    position: absolute;
    -webkit-backface-visibility: hidden;
}

.ewb-rslides img {
    border: 0;
    width: 100%;
    min-height: 250px;
	height:auto;
    float: left;
    display: block;
}

.hidden-desktop {
    display: none !important;
}

.visible-desktop {
    display: inherit !important;
    width: 100%;
    height: 466px;
    background-size: cover;
    background-repeat: no-repeat;
}
.ewb-top{
	width:100%;
}
.ewb-sea{
	padding-top:33px;
}
.ewb-up{
	position:relative;
	z-index:2;
}

/* 处理编辑器样式冲突，编辑器内容放在 class="ewb-article-content" */

.ewb-article-content h1,
.ewb-article-content h2,
.ewb-article-content h3,
.ewb-article-content h4,
.ewb-article-content h5,
.ewb-article-content h6{
  font-weight: bold;
  display: block;
}
.ewb-article-content h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

.ewb-article-content h2 {
    font-size: 1.5em;
    margin: 0.83em 0;
}

.ewb-article-content h3 {
    font-size: 1.17em;
    margin: 1em 0;
}

.ewb-article-content h4 {
    font-size: 1em;
    margin: 1.33em 0;
}

.ewb-article-content h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}

.ewb-article-content h6 {
    font-size: 0.67em;
    margin: 2.33em 0;
}

.ewb-article-content p {
    display: block;
    margin: 1em 0;
}

.ewb-article-content em {
    font-style: italic;
}

.ewb-article-content span {
    display: inline;
}

/* 处理编辑器样式冲突，编辑器内容放在 class="ewb-article-content" end */

/*20241025*/
.navigation-name.icon5 {
  background-image: url("../image/icon_ewm.png");
}

.navigation-item:hover .icon5 {
  background-image: url("../image/icon_ewm.png");
}

.ghlogo {
    background: url(../image/icon_gh.png) no-repeat left center;
    height: 50px;
    padding-left: 55px;
    width: 260px;
    font-size: 20px;
    color: #ffffff;
    line-height: 50px;
    text-decoration: none;
}