/* 通用初始化样式 START*/

blockquote,
body,
button,
dd,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0
}

html {
  color: #333;
}

body,
button,
input,
pre,
select,
textarea {
  font-family: "Microsoft Yahei", Arial, sans-serif, Arial, STHeiti;
  font-size: 12px;
  line-height: 150%
}

body {
  overflow-x: hidden;
  /* background: url('./background.png') no-repeat top center; */
  background-size: cover;
  -webkit-text-size-adjust: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 500
}

address,
cite,
dfn,
em,
var {
  font-style: normal
}

small {
  font-size: 12px
}

ol,
ul {
  list-style: none outside none
}

li {
  vertical-align: top
}

a {
  color: #333;
  text-decoration: none
}

a:hover {
  color: #02487c;
  cursor: pointer
}

a:focus {
  outline: 0;
  -moz-outline: 0;
  -webkit-outline: 0
}

sup {
  vertical-align: text-top
}

sub {
  vertical-align: text-bottom
}

legend {
  color: #333
}

fieldset,
img {
  border: 0 none
}

button,
input,
select,
textarea {
  font-size: 12px;
  vertical-align: middle;
  border: 0
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

img {
  vertical-align: top;
  border: 0
}

textarea {
  resize: none
}

:focus {
  outline: 0 none
}

.overflow {
  overflow: hidden
}

.hide {
  display: none
}

.disblock {
  display: block
}

.inlineBlock {
  display: inline-block
}

.positionRelative {
  position: relative;
}

.block {
  display: block
}

.inline {
  display: inline
}

.error {
  color: red;
  font-size: 12px
}

button {
  cursor: pointer
}

i {
  font-style: normal
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline
}

button,
input {
  line-height: normal
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer
}

button[disabled],
input[disabled] {
  cursor: default
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0
}

textarea {
  overflow: auto;
  vertical-align: top
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block
}

.wordwrap {
  word-break: break-all;
  word-wrap: break-word
}

pre.wordwrap {
  white-space: pre-wrap
}

.fl {
  float: left
}

.fr {
  float: right
}

input {
  border: 0
}

.hidden {
  overflow: hidden
}

.clearfix:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: "."
}

.clearfix {
  display: block
}

.area {
  width: 1200px;
  margin: 0 auto;
  text-align: left
}

.tl {
  text-align: left
}

.tc {
  text-align: center
}

.tr {
  text-align: right
}

.ellipsis {
  width: 100%;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden
}

.common-box {
  width: 1200px;
  margin: 0 auto;
  /* background: #fff;
  border-radius: 25px;
  padding-bottom: 20px; */
}

/* 通用初始化样式 END*/

/* 通用头 START */

.header {
  position: relative;
  width: 100%;
  height: 330px;
  background: url("./header-bg.png") no-repeat center;
  background-size: cover;
}

.header-box {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 25px;
}

/* 简体繁体 */

.header-jf {
  width: 505px;
  float: right;
}

.header-jf span {
  display: inline-block;
  position: relative;
  padding: 0 13px;
  font-size: 14px;
  color: #3a3a3a;
  cursor: pointer;
  line-height: 33px;
}
.header-jf span img{
  position: absolute;
  top: 30px;
  left: -30px;
  z-index: 10;
  width: 138px;
  height: 138px;
}
/* logo */

.header-logo {
  margin-top: 5px;
}

/* search */

.header-search {
  position: relative;
  width: 780px;
  margin-left: 272px;
  padding-top: 25px;
  line-height: 43px;
}

.header-search input {
  width: 530px;
  height: 43px;
  padding-left: 30px;
}

.header-search button {
  position: absolute;
  left: 560px;
  top: 25px;
  width: 91px;
  height: 43px;
  font-size: 14px;
  color: #fff;
  background: #0089cb;
  border: none;
}

.header-search>a {
  position: absolute;
  display: block;
  width: 43px;
  height: 70px;
  top: 0;
  left: 730px;
}

/* 导航 */

.header-nav {
  position: absolute;
  width: 100%;
  height: 60px;
  background: #0089cb;
  bottom: 0;
}

.header-nav ul {
  width: 1200px;
  margin: 0 auto;
}

.header-nav ul li {
  float: left;
  width: 200px;
  line-height: 60px;
  font-size: 20px;
  text-align: center;
  color: #fff;
}

.header-nav ul li:hover {
  background: #5cd889;
}

.header-nav ul li.hover {
  background: #5cd889;
}

.header-nav ul li a {
  color: inherit;
  display: block;
  width: 100%;
  height: 100%;
}

/* 通用头 END */

/* 通用中心样式 START*/

.content {
  position: relative;
  margin-top: 0px;
  padding-bottom: 40px;
}

.common-content {
  width: 1200px;
  margin: 0 auto;
}

/* 当前位置 */

.typostion {
  line-height: 70px;
  font-size: 14px;
  color: #656564;
}

/* 通用中心样式 END*/

/* 通用底部样式 START*/

.footer {
  background: #2d2d2d;
  height: 310px;
  overflow: hidden;
}

.footer-box {
  width: 1200px;
  margin: 0 auto;
}

/* 下拉菜单 */

.select-list {
  width: 100%;
  margin-top: 30px;
}

.select-list select {
  width: 278px;
  height: 40px;
  margin-right: 24px;
  font-size: 14px;
  background: #4d4d4d;
  color: #cccccc;
  text-align: center;
  border: 1px solid #999999;
  background: url(./footer-select-img.png) no-repeat center right;
  background-color: #4d4d4d;
  appearance:none;
  -moz-appearance:none;
  -webkit-appearance:none;
}

.select-list select.last {
  margin-right: 0;
}
.footer-center-content {
  padding: 35px 250px;
  text-align: center;
}

.footer-img {
  height: 66px;
}

.footer-img .footer-first-img {
  height: 100%;
  margin-right: 12px;
}

.footer-img .footer-second-img {
  height: 80%;
  margin-top: 6px;
}

.footer-map {
  height: 66px;
  padding-top: 10px;
}

.footer-map li {
  float: left;
  width: 60px;
  color: #939393;
  margin-left: 66px;
  font-size: 14px;
}

.footer-map li a {
  display: block;
  width: 100%;
  height: 100%;
  color: inherit;
  text-align: center;
}

.footer-map li .one {
  display: block;
  margin: 0 auto;
}

.footer-map li .two {
  display: none;
  margin: 0 auto;
}

.footer-map li:hover .one {
  display: none;
}

.footer-map li:hover .two {
  display: block;
}

.footer-map li p {
  padding-top: 10px;
}

.footer-map li:hover p {
  color: #ffffff;
}

.footer-text {
  color: #cccccc;
  font-size: 16px;
  text-align: center;
}

.footer-text div {
  padding-top: 20px;
}

.footer-text div>div {
  padding-top: 0;
}

.footer-text div span {
  padding-right: 15px;
}

.footer-text div.footer-second {
  padding-left: 385px;
  padding-bottom: 20px;
}

/* 通用底部样式 END*/

/* common-list */

.common-list {
  width: 100%;
}

.common-list>li {
  width: 100%;
  height: auto;
  line-height: 47px;
  color: #fff;
  font-size: 16px;
  background-color: #0089cb;
  margin-bottom: 1px;
}

.common-list>li.hover {
  background: #3b9ac8;
}

.common-list>li:hover {
  background: #3b9ac8;
}

.common-list li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  color: inherit;
}

.common-list li a span {
  padding-left: 45px;
}

.common-list li a img {
  position: absolute;
}

.common-list li a .common-list-img1 {
  top: 15px;
  left: 20px;
}

.common-list li a .common-list-img2 {
  top: 15px;
  right: 20px
}

.common-list>li ul li {
  background: #dceff9;
  color: #333333;
}

.common-list>li ul li a {
  display: block;
  width: calc(100% - 45px);
  padding-left: 45px;
}

.common-list>li ul li a:hover {
  color: #008acb;
}

.common-list-mobile-nav {
  display: none;
}

/* common-list END */

/* ty-title */

.ty-title {
  width: 100%;
  line-height: 27px;
  text-align: center;
}

.ty-title-box {
  width: 195px;
}

.ty-title-box a {
  display: block;
  color: #fff;
  font-size: 16px;
  background: url(./ty-title-bgc1.jpg) 100% 100% no-repeat;
  background-size: 195px;
  transition: 0.3s all linear;
}

.ty-title-box:hover a {
  background: url(./ty-title-bgc2.jpg) 100% 100% no-repeat;
  background-size: 195px;
}

/* tytitle END */

/*分页开始*/

.qt-page {
  font-size: 14px;
  padding: 15px 0;
  text-align: center;
}

.qt-page button,
.qt-page input,
.qt-page p {
  font-size: 12px;
  color: #333;
}

.qt-page .page-show,
.qt-page .page-search {
  display: inline-block;
}

.qt-page .pre-page-btn {
  position: relative;
  margin-right: 10px;
}

.qt-page .next-page-btn {
  position: relative;
  margin-left: 10px;
}

.qt-page button,
.qt-page input {
  display: inline-block;
  border: 1px solid #d9d9d9;
  padding: 0 10px;
  height: 25px;
}

.qt-page button {
  margin: 0 5px;
  background: #e3e3e3;
  border-color: #e3e3e3;
  cursor: pointer;
}

.qt-page .page-search-btn {
  margin: 0 5px 0 10px;
}

.qt-page input {
  width: 50px;
  padding: 0 4px;
  text-align: center;
}

.qt-page .pre-ico-page-btn,
.qt-page .next-ico-page-btn {
  width: 30px;
  padding: 0;
  display: none;
}

.qt-page .pre-ico-page-btn,
.qt-page .next-ico-page-btn,
.qt-page .page-btn-number button {
  margin: 0;
  border: 1px solid #e3e3e3;
  background: #fff;
}

.qt-page .page-btn-number {
  display: none;
}

.qt-page .pre-ico-page-btn,
.qt-page .page-btn-number button {
  border-right: none;
}

.qt-page .page-btn-number .current {
  background: #0062b4;
  border-color: #0062b4;
  color: #fff;
}

/*分页结束*/

/* 左侧通用导航  START */

/* .mb-text .mb-text-li{

  padding: 16px;
  margin-bottom: 0px;
  line-height: 40px;
  background-color: transparent;
  color: #357ded;
  border: none;
  font-size: 16px;
  text-indent: 0px;
} 
.mb-text .mb-text-li .mb-text-a {
  display: block;
  width: 100%;
  color: #357ded;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mb-text .mb-text-li p {
  text-align: left;
  font-size: 14px;
  line-height: 26px;
  color: #111111;
  word-wrap: break-word;

} */

/* 列表头 */

.common-list-title {
  width: 100%;
  height: 61px;
  margin-bottom: 12px;
  background: url(./common-list-title.png) no-repeat;
  background-size: cover;
  text-align: center;
  line-height: 61px;
  font-size: 18px;
  color: #fff;
}

.mb-text .contact-line {
  border-bottom: 0;
}

.s-side {
  width: 229px;
  font-size: 16px;
  margin-right: 37px;
}

.s-side .first {
  display: block;
  line-height: 47px;
  background-color: #0089cb;
  border-bottom: 1px solid #fff;
}

.s-side-showimg,
.s-side-hideimg {
  display: none;
  margin-left: 20px;
  margin-top: 15px;
  max-width: 32px;
  margin-right: 10px;
  max-height: 32px;
  float: left;
}

.s-side-showimg {
  display: block;
}

.s-side-right-jt {
  margin-top: -32px;
  margin-right: 10px;
  width: 16px;
  float: right;
}

.s-side .first .d-firstDrop {
  background-color: #dceff9;
}

.s-side .d-secondNav a,
.s-side .d-firstNav a {
  display: block;
  color: #fff;
  margin-left: 52px;
  max-width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.s-side .s-secondNav,
.s-side .s-secondItem {
  margin-left: 0px;
}

.s-side .s-secondNav a {
  color: #357ded;
}

.s-side .d-secondDrop {
  margin-left: 70px;
}

.s-firstDrop,
.s-secondDrop {
  display: none;
}

.s-side .first:hover {
  background-color: #3b9ac8;
}

.s-side .active {
  background-color: #3b9ac8;
}

.s-side .first:hover a {
  color: #fff;
  line-height: 47px;
}

.s-side .active a {
  color: #fff;
  line-height: 47px;
}
.s-side .active .d-firstDrop{
  display: block;
}
/* 1层图片隐藏 */

.s-side .active .s-side-showimg,
.s-side .first:hover .s-side-showimg {
  display: none;
}

/* 1层图片切换显示 */

.s-side .active .s-side-hideimg,
.s-side .first:hover .s-side-hideimg {
  display: block;
}

/* 一层箭头hover显示 */

.s-side .first:hover .s-side-right-jt {
  display: block;
}

.s-side .active .s-side-right-jt {
  display: block;
}

/* 一层箭头显示，二层默认 */

.s-side .first .d-secondNav .s-side-right-jt {
  display: block;
}

.s-side .first .d-secondNav:hover .s-side-right-jt {
  display: block;
}

.s-side .first .active-se .s-side-right-jt {
  display: block;
}

.s-side .first .active-se {
  background: none;
}

.s-side .first .s-secondNav a {
  color: #000;
}

.s-side .d-secondNav .s-side-right-jt {
  display: none;
}

.s-side .d-secondNav:hover .s-side-right-jt {
  display: block;
}

.s-side .active-se .s-side-right-jt {
  display: block;
}

.s-side .active-se {
  background: none;
}

.s-side .first .d-secondNav:hover a {
  background: none;
}

.s-side .first .active-se {
  background: none;
}

.s-side .first .d-secondNav:hover a {
  color: #0089cb;
}

.s-side .first .active-se a {
  color: #0089cb;
}

.s-side .first .s-thirdItem a {
  display: block;
  line-height: 50px;
  color: #000;
  width: 140px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.s-side .first .d-secondDrop .active-th a {
  color: #0089cb;
}

.s-side .first .d-secondDrop .s-thirdItem:hover a {
  color: #0089cb;
}

/* 左侧通用导航  END */


/*分页开始*/

.qt-page {
  font-size: 14px;
  padding: 15px 0;
  text-align: center;
}

.qt-page button,
.qt-page input,
.qt-page p {
  font-size: 12px;
  color: #333;
}

.qt-page .page-show,
.qt-page .page-search {
  display: inline-block;
}

.qt-page .pre-page-btn {
  position: relative;
  margin-right: 10px;
}

.qt-page .next-page-btn {
  position: relative;
  margin-left: 10px;
}

.qt-page button,
.qt-page input {
  display: inline-block;
  border: 1px solid #d9d9d9;
  padding: 0 10px;
  height: 25px;
}

.qt-page button {
  margin: 0 5px;
  background: #e3e3e3;
  border-color: #e3e3e3;
  cursor: pointer;
}

.qt-page .page-search-btn {
  margin: 0 5px 0 10px;
}

.qt-page input {
  width: 50px;
  padding: 0 4px;
  text-align: center;
}

.qt-page .pre-ico-page-btn,
.qt-page .next-ico-page-btn {
  width: 30px;
  padding: 0;
  display: none;
}

.qt-page .pre-ico-page-btn,
.qt-page .next-ico-page-btn,
.qt-page .page-btn-number button {
  margin: 0;
  border: 1px solid #e3e3e3;
  background: #fff;
}

.qt-page .page-btn-number {
  display: none;
}

.qt-page .pre-ico-page-btn,
.qt-page .page-btn-number button {
  border-right: none;
}

.qt-page .page-btn-number .current {
  background: #0062b4;
  border-color: #0062b4;
  color: #fff;
}

/*分页结束*/

/* 新版标准分页样式开始 */

/* 页码 s*/

.page-list {
  text-align: center;
  color: #999;
  font-size: 12px;
  margin: 40px 0 35px 0;
}

.page-list a,
.page-list .lik {
  border: 1px solid #eee;
  margin: 0 3px;
  line-height: 30px;
  max-width: 32px;
  width: 32px;
  color: #999;
  border-radius: 3px;
  display: inline-block;
}

.page-list .on {
  background: #076fbe;
  color: #fff;
}

.page-list input#num {
  width: 50px;
  height: 28px;
  border: 1px solid #ddd;
  text-align: center;
  margin: 0 6px;
  color: #999;
  font-size: 12px;
}

.page-list input[type="submit"] {
  width: 40px;
  height: 28px;
  margin-left: 8px;
  background: #2374c2;
  border: 0;
  cursor: pointer;
  border-radius: 3px;
  font-size: 12px;
  color: #fff;
}

.page-list span {
  margin: 0 5px;
}

/* 页码 e*/

/* 新版标准分页样式结束 */