﻿@charset "UTF-8";
html {
  font-family: sans-serif;
  /* 1*/
  -ms-text-size-adjust: 100%;
  /* 2*/
  -webkit-text-size-adjust: 100%;
  /* 2*/
}

body {
    margin: 0;
    background-color: #f9f9f9;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1*/
  vertical-align: baseline;
  /* 2*/
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1*/
  font: inherit;
  /* 2*/
  margin: 0;
  /* 3*/
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2*/
  cursor: pointer;
  /* 3*/
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1*/
  padding: 0;
  /* 2*/
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1*/
  box-sizing: content-box;
  /*2*/
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  /* 1*/
  padding: 0;
  /* 2*/
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #333;
  color: inherit;
}

ul, ol, h1, h2, h3, h4, h5, h6, p, dd {
  margin: 0;
  padding: 0;
}

img {
  vertical-align: top;
  border: none;
  max-width: 100%;
}

li {
  list-style: none;
}

body {
  font-size: 14px;
  color: #333;
  line-height: 1.8;
}

.l-wrap {
  width: 1200px;
  margin: 0 auto;
}
.l-wrap:before, .l-wrap:after {
  content: " ";
  display: table;
}
.l-wrap:after {
  clear: both;
}

.fullimg {
  min-width: 1200px;
}
.fullimg img {
  width: 100%;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.ellips {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.float-l {
  float: left;
}

.float-r {
  float: right;
}

.cl6 {
  color: #666;
}

.cl9 {
  color: #999;
}

.white {
  color: #fff;
}

.cl-theme {
    color: #122b88;
}

.h14 {
  font-size: 14px;
}

.h16, .ft16 {
  font-size: 16px;
}

.h18, .ft18 {
  font-size: 18px;
}

.h20, .ft20 {
  font-size: 20px;
}

.h22, .ft22 {
  font-size: 22px;
}

.h24, .ft24 {
  font-size: 24px;
}

.h26, .ft26 {
  font-size: 26px;
}

.h28, .ft28 {
  font-size: 28px;
}

.h18, .h22, .h24, .h28, .h14, .h16, .h20, .h26 {
  line-height: 1;
  font-weight: bold;
}

.pb10 {
  padding-bottom: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.pb20 {
  padding-bottom: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.pb30 {
  padding-bottom: 30px;
}

.mb30 {
  margin-bottom: 30px;
}

.pb40 {
  padding-bottom: 40px;
}

.mb40 {
  margin-bottom: 40px;
}

.pb50 {
  padding-bottom: 50px;
}

.mb50 {
  margin-bottom: 50px;
}

.pb60 {
  padding-bottom: 60px;
}

.mb60 {
  margin-bottom: 60px;
}

.pb70 {
  padding-bottom: 70px;
}

.mb70 {
  margin-bottom: 70px;
}

.pb80 {
  padding-bottom: 80px;
}

.mb80 {
  margin-bottom: 80px;
}

.pb90 {
  padding-bottom: 90px;
}

.mb90 {
  margin-bottom: 90px;
}

.pb100 {
  padding-bottom: 100px;
}

.mb100 {
  margin-bottom: 100px;
}

.l-col2:before, .l-col2:after, .l-col3:before, .l-col3:after, .l-col4:before, .l-col4:after, .l-col5:before, .l-col5:after, .l-col6:before, .l-col6:after {
  content: " ";
  display: table;
}
.l-col2:after, .l-col3:after, .l-col4:after, .l-col5:after, .l-col6:after {
  clear: both;
}

.l-col2_item, .l-col3_item, .l-col4_item, .l-col5_item, .l-col6_item, .l-col7_item {
  float: left;
  background-color: #fff;
}

.l-table {
  display: table;
  width: 100%;
}

.l-tablecell {
  display: table-cell;
  vertical-align: middle;
}

.article-prevnext{
    padding-top: 20px;
    margin-top: 40px;
    border-top: 1px solid #ddd;
}
.article-prevnext li{
  margin-bottom:10px;
}
.article-prevnext a:hover{
  color:#fea800;
}

/*??????????????????*/
.xm-newsdetail {
  margin-bottom: 30px;
}

.xm-newsdetail h2 {
  text-align: center;
  padding: 40px 0;
}

.xm-newsdetail .info {
  color: #999;
  margin-bottom: 40px;
}

.xm-newsdetail .content {
  line-height: 1.8;
}

/*??????????????????*/
/*????????????*/
.c-bt {
  margin: 50px 0 40px;
  text-align: center;
}

.c-bt_title {
  font-size: 34px;
}

.c-bt_sub {
  font-size: 18px;
  color: #666;
}

.c-bt--white {
  color: #fff;
}
.c-bt--white .c-bt_sub {
  color: #fff;
}

.c-title1 {
  font-size: 18px;
  line-height: 1;
  position: relative;
  padding-bottom: 1em;
  text-align: center;
}

.c-title1:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 2em;
  margin-left: -1em;
  background-color: #fff;
  height: 2px;
}

.c-title2 {
  border-bottom: 1px solid #333;
}
.c-title2 .txt {
  background-color: #fafafa;
  display: inline-block;
  position: relative;
  top: 10px;
  padding-right: 14px;
}
.c-title2 .txt:after {
  content: ".";
  position: absolute;
  right: -2px;
  top: -4px;
}

/*????????????*/
/*icon ??????*/
.c-icon {
  display: inline-block;
  background-repeat: no-repeat;
  vertical-align: top;
}

/*icon ??????*/
/*tab1/tab??????*/
.c-tab1_nav:before, .c-tab1_nav:after, .c-tab_nav:before, .c-tab_nav:after {
  content: " ";
  display: table;
}
.c-tab1_nav:after, .c-tab_nav:after {
  clear: both;
}

.c-tab1_navItem, .c-tab_navItem {
  float: left;
  cursor: pointer;
}

.c-tab1_content, .c-tab_content {
  overflow: hidden;
  -webkit-transition: all .5s;
  transition: all .5s;
  background-color: #fff;
}

.c-tab1_content {
  height: 0;
}

.c-tab1_page, .c-tab_page {
  display: none;
}
.c-tab1_page.is-active, .c-tab_page.is-active {
  display: block;
}

.c-tab1.is-active .c-tab1_content {
  height: 200px;
}

/*tab1??????*/
/*btn??????*/
.c-btn {
  display: inline-block;
  text-align: center;
  font-size: 14px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.c-btn-default {
  background-color: #fea800;
  color: #fff;
  line-height: 2;
  padding: 0 2em;
}
.c-btn-default:hover {
  background-color: #e59700;
}

.c-btn-borderTheme {
  border: 1px solid #fea800;
  color: #fea800;
  line-height: 30px;
  padding: 0 1em;
  border-radius: 15px;
}
.c-btn-borderTheme:hover {
  color: #fff;
  background-color: #fea800;
  border-color: #fea800;
}

.c-btn-borderGray {
  border: 1px solid #afafaf;
  color: #333;
  line-height: 30px;
  padding: 0 1em;
  border-radius: 4px;
}
.c-btn-borderGray:hover {
  color: #fff;
  background-color: #fea800;
  border-color: #fea800;
}

.c-btn-whiteCircle {
  background-color: #fff;
  border: 1px solid #fff;
  color: #fea800;
  padding: 0 1.4em;
  line-height: 1.6em;
  border-radius: .8em;
}
.c-btn-whiteCircle:hover {
  background: transparent;
}

.c-btn-radius {
  border-radius: 4px;
}

.c-btn_s {
  font-size: 16px;
}

.c-btn_m {
  font-size: 18px;
}

.c-btn_l {
  font-size: 20px;
}

/*btn??????*/
.c-circle {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  background-color: #fea800;
  color: #fff;
  border-radius: 50%;
  text-align: center;
}

/*????????????????????????*/
.c-hotline {
  position: relative;
  height: 54px;
  width: 600px;
  margin: 0 auto;
  background: url(img1/icontel1.png) 34px 10px no-repeat;
  border: 2px solid #122b88;
  border-radius: 27px;
}

.c-hotline_bt {
    margin-left: 70px;
    font-size: 16px;
    color: #333333;
    display: inline-block;
    font-weight: bold;
    vertical-align: middle;
}
.c-hotline_bt.white {
  color: #fff;
}

.c-hotline_num {
  display: inline-block;
  margin-left: 10px;
  font-size: 34px;
  font-weight: bold;
  line-height: 52px;
  color: #122b88;
  vertical-align: middle;
}

.c-hotline_btn {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 176px;
  padding-left: 60px;
  color: #ffe098;
  font-size: 22px;
  line-height: 52px;
  border-radius: 26px;
  background: #122b88 url(img1/iconweixin.png) 24px center no-repeat;
}
.c-hotline_btn:hover {
  background-color: #253f9f;
}

/*????????????????????????*/
.l-data2 {
  margin-top: 40px;
}

.l-data2_item {
  float: left;
  position: relative;
  text-align: center;
}
.l-data2_item:after {
  content: "";
  position: absolute;
  top: 10px;
  bottom: 10px;
  right: 0;
  width: 2px;
  background-color: #ddd;
  display: inline-block;
}
.l-data2_item:last-child:after {
  width: 0;
}
.l-data2_item .txtbox {
  display: inline-block;
  text-align: left;
}

/*item??????*/
.c-item1 {
  border: 1px solid #ddd;
}

.c-item1_txt {
  display: inline-block;
}

.c-item2 {
  border: 1px solid #333;
  padding: 20px;
}

.c-item2_bt {
  color: #fea800;
  padding: 10px 0;
}

.c-item2_desc {
  margin-bottom: 20px;
}

.c-item2_img {
  position: relative;
}
.c-item2_img .c-btn {
  position: absolute;
  bottom: 40px;
  left: 50%;
  font-size: 18px;
  margin-left: -54px;
}

/*item??????*/
.a-bigger:hover .a-imgbox img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.a-bigger .a-imgbox {
  overflow: hidden;
}

.a-bigger .a-imgbox img {
  width: 100%;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.l-crumbs {
  background: #f5f5f5;
  padding: 10px 0;
}
.l-crumbs a:hover {
  color: #fea800;
}
.l-crumbs a.c-btn:hover{
  color:#fff;
}

.topbar {
  background: #f5f5f5;
  height: 38px;
  line-height: 36px;
}

.topbar_city, .topbar_focus {
  position: relative;
  display: inline-block;
  padding: 0 10px;
  border: 1px solid transparent;
  border-bottom: none;
  cursor: pointer;
}
.topbar_city:hover, .topbar_focus:hover {
  background-color: #fff;
  border-color: #ddd;
}
.topbar_city:hover .txt, .topbar_focus:hover .txt {
  color: #fea800;
}
.topbar_city:hover .c-dropdown_menu, .topbar_focus:hover .c-dropdown_menu {
  display: block;
}
.topbar_city:hover:after, .topbar_focus:hover:after {
  content: "";
  position: absolute;
  bottom: -1px;
  z-index: 1501;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #fff;
}
.topbar_city .c-dropdown_menu, .topbar_focus .c-dropdown_menu {
  position: absolute;
  top: 100%;
  z-index: 1500;
  right: -1px;
  display: none;
  border: 1px solid #ddd;
  background-color: #fff;
  padding: 10px 0;
}

.topbar_city .c-dropdown_menu {
  width: 210px;
}
.topbar_city .c-dropdown_menu a {
  margin: 0 10px;
  display: inline-block;
  white-space: nowrap;
}
.topbar_city .c-dropdown_menu a:hover {
  color: #fea800;
}

.topbar_focus .c-dropdown_menu {
  left: -1px;
  text-align: center;
}

/*header ??????*/
.header {
  height: 100px;
}

.header_logo {
    margin-top: 30px;
    position: relative;
    margin-left: -30px;
}
.header_logo .title {
  position: absolute;
  top: 4px;
  left: 164px;
  width: 94px;
  background-color: #fea800;
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  white-space: nowrap;
  border-radius: 2px;
  text-align: center;
  /*padding:0 6px 2px;*/
  line-height: 1.8;
}

.c-nav1 {
    height: 116px;
    white-space: nowrap;
    width: 58%;
    text-align: center;
    margin-right: 30px;
}
.c-nav1 .c-dropdown {
  position: relative;
}
.c-nav1 .c-dropdown:hover .c-dropdown_menu {
  max-height: 150px;
}
.c-nav1 .c-dropdown_menu {
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 1400;
  max-height: 0;
  overflow: hidden;
  text-align: center;
  background: #fff;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all .4s;
  transition: all .4s;
}
.c-nav1 .c-dropdown_menu a {
  display: block;
  padding: 0 20px;
  color: #666;
  font-size: 14px;
}
.c-nav1 .c-dropdown_menu a:hover {
  background-color: #fea800;
  color: #fff;
}
.c-nav1 .c-dropdown_menu .inner {
  padding: 10px 0;
  border: 1px solid #ddd;
}

.c-nav1_item {
  display: inline-block;
  height: 42px;
  margin: 38px 15px 0 0;
  font-size: 16px;
}
.c-nav1_item:hover > a, .c-nav1_item.active > a {
  color: #fea800;
}
.c-nav1_item > a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight:bold;
}

.header_tel {
  margin-top: 34px;
  color: #122b88;
  font-size: 20px;
  font-weight: bold;
}
.header_tel .c-icon {
  width: 42px;
  height: 42px;
  background: url(img1/icontel1.png) center no-repeat;
  margin: -2px 0px 0px 16px;
}

/*header ??????*/
/*????????????1*/
.l-news1 {
  background: url(img/news-bg1.png) center/cover no-repeat;
}
.l-news1 .item {
  display: block;
  color: #fff;
  padding: 20px 0;
  position: relative;
}
.l-news1 .item:hover .item_title, .l-news1 .item:hover .item_detail {
  color: #fea800;
}
.l-news1 .item_title {
  font-size: 16px;
  margin-bottom: 8px;
}
.l-news1 .c-btn {
  padding: 0 1em;
  line-height: 2.6;
}
.l-news1 .time {
  position: absolute;
}

.l-news1_left {
  width: 45%;
}
.l-news1_left .time {
  right: 0;
  top: 20px;
}

.l-news1_right {
  width: 51%;
}
.l-news1_right .item {
  padding-left: 110px;
  border-bottom: 1px solid #fff;
}
.l-news1_right .item:last-child {
  border: none;
}
.l-news1_right .time {
  left: 0;
  top: 20px;
  text-align: right;
}
.l-news1_right .date {
  font-size: 28px;
  line-height: 1.2;
}
.l-news1_right .year {
  font-size: 16px;
}

/*????????????1 ??????*/
/*???????????? ??????*/
.l-partner_col5 {
  margin-right: -1%;
}
.l-partner_col5 .l-col5_item {
  width: 19%;
  margin-right: 1%;
  margin-bottom: 1%;
  border: 1px solid #eee;
  text-align: center;
}

/*???????????? ??????*/
/*????????? ??????*/
.l-swiper1-container, .l-swiper2-container {
  position: relative;
}
.l-swiper1-container .swiper-container, .l-swiper2-container .swiper-container {
  position: static;
}

.l-swiper1 .swiper-button-prev, .l-swiper1 .swiper-button-next, .l-swiper2 .swiper-button-prev, .l-swiper2 .swiper-button-next {
  width: 50px;
  height: 50px;
  opacity: 1;
  background-image: url(img/icons1.png);
  background-size: 200px auto;
}
.l-swiper1 .swiper-button-next.swiper-button-disabled, .l-swiper1 .swiper-button-prev.swiper-button-disabled, .l-swiper2 .swiper-button-next.swiper-button-disabled, .l-swiper2 .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}

.l-swiper1 .swiper-button-prev {
  left: -60px;
  background-position: 0 0;
}
.l-swiper1 .swiper-button-prev:hover {
  background-position: -50px 0;
}
.l-swiper1 .swiper-button-next {
  right: -60px;
  background-position: -100px 0;
}
.l-swiper1 .swiper-button-next:hover {
  background-position: -150px 0;
}

.l-swiper2 .swiper-button-prev {
  left: -60px;
  background-position: 0 -50px;
}
.l-swiper2 .swiper-button-prev:hover {
  background-position: -50px -50px;
}
.l-swiper2 .swiper-button-next {
  right: -60px;
  background-position: -100px -50px;
}
.l-swiper2 .swiper-button-next:hover {
  background-position: -150px -50px;
}

/*????????? ??????*/
/*????????????*/
.l-bj1 {
  border-collapse: separate;
  border-spacing: 20px;
  margin: 0 -20px;
  text-align: center;
}
.l-bj1 td {
  vertical-align: middle;
}

/*????????????*/
/*???????????? ??????*/
.l-gyYw {
  background: url(img/gy-bg1.jpg) center no-repeat;
}

.l-gyYw_con td {
  height: 264px;
  padding: 0 36px;
}
.l-gyYw_con .item1 {
  background: url(img/gy-yw1.png) center/cover no-repeat;
}
.l-gyYw_con .item2 {
  background: url(img/gy-yw3.png) center/cover no-repeat;
  height: 550px;
}
.l-gyYw_con .item3 {
  background: url(img/gy-yw4.png) center/cover no-repeat;
}
.l-gyYw_con .item4 {
  background: url(img/gy-yw2.png) center/cover no-repeat;
}
.l-gyYw_con .item5 {
  background: url(img/gy-yw5.png) center/cover no-repeat;
}
.l-gyYw_con .c-icon {
  width: 80px;
  height: 80px;
  background-image: url(img/icons-about.png);
}
.l-gyYw_con .icon1 {
  background-position: -240px 0;
}
.l-gyYw_con .icon2 {
  background-position: -80px 0;
}
.l-gyYw_con .icon3 {
  background-position: -160px 0;
}
.l-gyYw_con .icon4 {
  background-position: 0 0;
}
.l-gyYw_con .icon5 {
  background-position: -320px 0;
}
.l-gyYw_con .title {
  margin: 10px 0;
}
.l-gyYw_con .desc {
  font-size: 16px;
  line-height: 1.5;
}

.l-gyWh {
  background-color: #f8f8f8;
}

.l-gyWh_right {
  width: 62%;
}

.l-gyWh_left {
  width: 35.8%;
}

.l-gyWh_tabnav .c-tab_navItem {
  width: 33.33%;
  background-color: #fff;
  line-height: 106px;
  text-align: center;
}
.l-gyWh_tabnav .iconfont {
  font-size: 46px;
  vertical-align: middle;
  position: relative;
  top: -4px;
}
.l-gyWh_tabnav .iconjingyinglinian {
  font-size: 50px;
  right: -4px;
}
.l-gyWh_tabnav .c-tab_navItem:hover, .l-gyWh_tabnav .is-active {
  background-color: #fea800;
  color: #fff;
}

.l-gyWh_content {
  background: transparent;
}

.l-gyWh_page {
  height: 343px;
  padding-left: 30px;
}
.l-gyWh_page .desc {
  font-size: 16px;
  margin: 6px 0 16px;
}

.l-team-wrap{
  padding-top:40px;
  padding-bottom:40px;
}
.l-team-wrap .job{
  font-size:16px;
  margin-bottom:10px;
}
.l-team .swiper-slide {
  text-align: center;
}
.l-team .imgbox {
  height: 350px;
  overflow: hidden;
  margin-bottom: 10px;
}
.l-team .desc {
  color: #666;
  padding:0 22px;
}
.l-team .c-btn {
  padding: 0 2em;
  margin-top: 10px;
}
.l-team-photo{
  margin-right:30px;
}
.l-team-content h2{
  padding:0;
  line-height: 3;
  text-align: left;
}

.l-gyYs {
  background: url(img/gy-bg2.jpg) center/cover no-repeat;
}

.l-gyYs_con {
  margin: 0 -20px;
  text-align: center;
  vertical-align: middle;
  border-collapse: separate;
  border-spacing: 20px;
}
.l-gyYs_con td {
  width: 25%;
}
.l-gyYs_con td img {
  width: 100%;
}
.l-gyYs_con .txtbox {
  background: #fff;
}
.l-gyYs_con .iconfont {
  font-size: 50px;
  color: #fea800;
  line-height: 1.4;
}
.l-gyYs_con .desc {
  padding: 10px 40px 0;
}

.l-gyLs_content {
  background: url(img/gy-lsbg.jpg) 0 288px repeat-x;
}
.l-gyLs_content .swiper-slide {
  height: 500px;
  text-align: center;
}
.l-gyLs_content .imgbox {
  position: relative;
  height: 300px;
}
.l-gyLs_content .imgbox:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-left: -10px;
  border-radius: 50%;
  background-color: #fea800;
}
.l-gyLs_content .year {
  width: 248px;
  display: inline-block;
  border: 1px solid #fea800;
  line-height: 64px;
  margin: 45px 0 30px;
}
.l-gyLs_content .desc {
  padding: 0 30px;
  font-size: 18px;
  line-height: 1.5;
}
.l-gyLs_content .swiper-button-next, .l-gyLs_content .swiper-button-prev {
  top: 288px;
}

.l-gyJs_con {
  background-color: #f8f8f8;
}
.l-gyJs_con .imgbox {
  width: 514px;
}
.l-gyJs_con .txtbox {
  padding-left: 554px;
  padding-top: 30px;
  padding-right: 50px;
}
.l-gyJs_con .title {
  margin-bottom: 20px;
}

/*???????????? ??????*/
.l-search {
  padding-top: 18px;
  background-color: #fea800;
  height: 100px;
}
.l-search .c-icon {
  width: 60px;
  height: 60px;
}

.l-search_title {
  display: inline-block;
  color: #fff;
  vertical-align: middle;
  line-height: 1.2;
  margin: 0 20px;
}

.l-search_form {
  display: inline-block;
  vertical-align: middle;
}
.l-search_form .input {
  border: none;
  height: 40px;
  width: 258px;
  margin-right: 20px;
  text-indent: 1em;
}
.l-search_form .submit {
  height: 46px;
  background-color: #404040;
  border: none;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  width: 148px;
}

.footer {
  background: url(img1/footer-bg.jpg) center/cover no-repeat;
  padding-top: 50px;
}

.footer_part1 {
  width: 27%;
  margin-right: 8%;
}

.footer_part2 {
  width: 12%;
  margin-right: 8%;
}

.footer_part3 {
  width: 18%;
  margin-right: 8%;
}

.footer_partList {
  font-size: 0;
}
.footer_partList a {
  display: inline-block;
  color: #d1d9e2;
  font-size: 14px;
  line-height: 3;
}
.footer_partList a:hover {
  color: #fea800;
}

.footer_part1 a {
  width: auto;
  margin-right: 9%;
}
.footer_part1 .footer_partList {
  margin-right: -9%;
}

.footer_part2 a {
  width: auto;
  margin-right: 14%;
}
.footer_part2 .footer_partList {
  margin-right: -14%;
}

.footer_title {
  margin-bottom: 10px;
  color: #fff;
  border-bottom: 1px solid #adadad;
}
.footer_title .en {
  color: #d1d9e2;
  margin-left: 4px;
}

.footer_partCon .line {
  color: #d1d9e2;
}

.footer_part4 {
  position: relative;
  padding: 15px;
}
.footer_part4 .txt {
  position: absolute;
  bottom: -30px;
  color: #fff;
  left: 50%;
  font-size: 16px;
  margin-left: -2em;
}

.footer_beian {
  margin-top: 50px;
  padding: 20px 0;
  text-align: center;
  color: #d1d9e2;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.friendlink {
    background-color: #122b88;
    padding: 20px 0;
    color: #fff;
}
.friendlink a {
  margin-right: 6px;
}
.friendlink .title {
  font-size: 16px;
  margin-right: 6px;
}

/*????????????*/
.c-newsNav {
  padding: 40px 0;
  text-align: center;
}
.c-newsNav a {
  width: 140px;
  line-height: 40px;
  display: inline-block;
  margin: 0 10px;
  border: 1px solid #333;
}
.c-newsNav a:hover, .c-newsNav a.is-active {
  background-color: #fea800;
  color: #fff;
  border-color: #fea800;
}

.l-news_item {
  position: relative;
  display: block;
  border-bottom: 1px solid #ddd;
  height: 250px;
  padding: 26px 0;
}
.l-news_item:hover .l-news_title {
  color: #fea800;
}
.l-news_item img {
  width: 100%;
  max-height: 100%;
}
.l-news_item .xm-imgbox {
  float: left;
  margin-right: 30px;
}
.l-news_item .l-news_txtbox {
  margin-right: 160px;
}
.l-news_item .c-btn {
  line-height: 26px;
  border: 1px solid #333333;
  border-radius: 0;
  padding: 0 10px;
}
.l-news_item .c-btn:hover {
  color: #fea800;
  border-color: #fea800;
}

.l-news_title {
  margin: 20px 0;
  font-size: 22px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.l-news_desc {
  font-size: 16px;
  color: #666;
  height: 3.6em;
  overflow: hidden;
  margin-bottom: 30px;
}

.l-news_time {
  position: absolute;
  right: 0;
  top: 35%;
  text-align: center;
}

.l-news_date {
  font-size: 50px;
}

.l-news_month {
  font-size: 16px;
  border-top: 1px solid #333;
  line-height: 2;
}

/*????????????*/

/*??????*/
.c-page {
  margin: 40px 0 60px;
  text-align: center;
}

.c-page a, .c-page span {
  display: inline-block;
  border: 1px solid #ddd;
  line-height: 36px;
  margin: 0 6px;
  vertical-align: middle;
  padding: 0 15px;
}

.c-page span.disabled{
    color: #ccc;
}

.c-page a:hover, .c-page a.active, .c-page span.active, .c-page span.current {
  color: #fff;
  background-color: #fea800;
  border-color: #fea800;
}

.c-page .prev, .c-page .next {
  padding: 0 50px;
  font-size: 16px;
}

.c-page .c-page-num {
  width: 40px;
}

/*?????? ??????*/
.l-left {
    width: 800px;
    float: left;
}
.l-right {
    float: right;
    width: 360px;
}
.rbox {
    width: 100%;
    margin-bottom: 20px;
    overflow: hidden;
}

.rbox .tit {
    width: 100%;
    border-bottom: 2px solid #09c;
    margin-bottom: 10px;
    line-height: 40px;
    color: #000;
    font-size: 20px;
}

.pictxt-list {
    width: 100%;
    overflow: hidden;
    list-style: none;
    margin: 0;
    padding: 0;
}
.pictxt-list li {
    margin-bottom: 10px;
    overflow: hidden;
}
.pictxt-list li a {
    color: #777;
    text-decoration: none;
    outline: 0;
}
.pictxt-list li a:hover {
    color: #1c8ec6;
    text-decoration: none;
}
.pictxt-list .pictxt-list-img {
    width: 120px;
    height: 90px;
    float: left;
}
.pictxt-list .pictxt-list-img img {
    border: 0;
    vertical-align: middle;
}
.pictxt-list .pictxt-list-txt {
    width: 230px;
    height: 90px;
    float: right;
}
.pictxt-list .pictxt-list-txt h4 {
    margin-bottom: 5px;
    height: 20px;
    line-height: 20px;
    color: #000;
    font-size: 16px;
    overflow: hidden;
    font-weight: bold;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.pictxt-list .pictxt-list-txt p {
    line-height: 20px;
    color: #777;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.pictxt-list span {
    margin: 0 10px 0 0;
    width: 21px;
    height: 21px;
    line-height: 21px;
    background: #ff5591;
    color: #fff;
    font-size: 12px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    text-align: center;
    display: inline-block;
}


.twopic-list {
    width: 100%;
    overflow: hidden;
    list-style: none;
    margin: 0;
    padding: 0;
}
.twopic-list li {
    border-bottom: #eee 1px solid;
    line-height: 35px;
    font-size: 14px;
    overflow: hidden;
}
.twopic-list li a {
    color: #777;
    text-decoration: none;
    outline: 0;
}
.twopic-list li a:hover {
    color: #1c8ec6;
    text-decoration: none;
}
.twopic-list-1 {
    width: 170px;
    height: 132px;
    position: relative;
    overflow: hidden;
    margin-bottom: 5px;
    float: left;
}
.twopic-list-2 {
    width: 170px;
    height: 132px;
    position: relative;
    overflow: hidden;
    margin-bottom: 5px;
    float: right;
}
.twopic-list-3 {
    clear:both;
}
.twopic-list h6 {
    padding: 0 5px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 160px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    background: #000;
    opacity: 0.6;
    filter: alpha(opacity=60);
    overflow: hidden;
    box-sizing: unset;
}
.twopic-list img {
    border: 0;
    vertical-align: middle;
}
.fixedNav {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 100000;
    _position: absolute;
    _top: expression(eval(document.documentElement.scrollTop));
    background-color:#fff;
}

.item .title .h20 {
    max-width: 80px;
    line-height: 1.2;
    font-size: 18px;
}

.l-inGscs_up .arrowr {
    z-index: 999999;
    float: left;
    margin-left: -50px;
    margin-right: -60px;
    position: relative;
    margin-top: 16px;
    height: 166px;
    line-height: 166px;
}
.l-inGscs_up .arrowr img{
    vertical-align: middle;
    width:50px;
    margin-left:35px;
}

.l-inGscs_up .arrowb {
    position: relative;
    z-index: 999999;
    float: left;
    margin-top: 165px;
    height: 110px;
    line-height: 110px;
    margin-left: -150px;
    margin-bottom: -120px;
}
.l-inGscs_up .arrowb img {
    height: 50px;
}
.l-inGscs_down .arrowl {
    z-index: 999999;
    float: left;
    margin-right: -50px;
    margin-left: -35px;
    position: relative;
    height: 166px;
    line-height: 166px;
}
.l-inGscs_down .arrowl img {
    vertical-align: middle;
    float: unset;
    width:50px;
}

.met-editor {
    width: 100%;
    max-width: 100%;
    font-size: 16px;
    line-height: 1.8;
}

.p-x-10 {
    padding-right: 10px !important;
    padding-left: 10px !important;
}

.p-y-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.onlinebox {
    background-color: #fff;
    -webkit-box-shadow: 0 5px 9px rgba(4,0,0,.17);
    box-shadow: 0 5px 9px rgba(4,0,0,.17);
    z-index: 1699
}

    .onlinebox,
    .onlinebox * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box
    }

.onlinebox-box {
    width: 160px
}

.onlinebox .onlinebox-top {
    padding: 20px 20px 10px;
    background: #444;
    font-size: 18px;
    color: #fff
}

    .onlinebox .onlinebox-top h4 {
        margin: 0;
        color: #fff;
    }

.onlinebox .onlinebox-top-btn {
    position: absolute;
    top: 0;
    right: 10px;
}

.onlinebox .onlinebox-close,
.onlinebox .onlinebox-min {
    float: right;
    color: #fff
}

.onlinebox .onlinebox-close {
    position: relative;
    top: -2px
}

.onlinebox .onlinebox-min {
    margin-right: 10px
}

    .onlinebox .onlinebox-close:hover,
    .onlinebox .onlinebox-min:hover {
        color: #fff;
        text-decoration: none
    }

.onlinebox .onlinebox-open,
.onlinebox.min .onlinebox-box {
    display: none
}

.onlinebox.min .onlinebox-open {
    display: block;
    cursor: pointer;
    padding: 0 10px;
    background: #444;
    font-size: 18px;
    line-height: 40px;
    color: #fff
}

.onlinebox-center {
    padding: 5px 0;
    margin-bottom: 0
}

.onlinebox .list-group-item {
    padding: 0
}

    .onlinebox .list-group-item .fa,
    .onlinebox .list-group-item img {
        width: 16px;
        float: left;
        font-size: 16px;
        line-height: 16px
    }

.onlinebox .met_qq .fa {
    color: #62a8ea
}

.onlinebox .met_facebook .fa {
    color: #4267b2
}

.onlinebox .met_skype .fa {
    color: #00AFF0
}

.onlinebox .list-group-item img {
    height: 16px
}

.onlinebox .list-group-item .list-group-item-text {
    padding: 5px 1.25rem
}

    .onlinebox .list-group-item .list-group-item-text:hover {
        background: #f8f8f8
    }

    .onlinebox .list-group-item .list-group-item-text a {
        display: block;
        color: #76838f
    }

        .onlinebox .list-group-item .list-group-item-text a:hover {
            text-decoration: none
        }

    .onlinebox .list-group-item .list-group-item-text span {
        display: table-cell;
        padding-left: 5px;
        word-break: break-all;
        line-height: 16px
    }

.onlinebox .onlinebox-bottom {
    border-top: 1px solid #eee;
    padding: .75rem 1.25rem
}

    .onlinebox .onlinebox-bottom p {
        margin-bottom: 0
    }

.onlinebox_three {
    border: 2px solid;
}

    .onlinebox_three .onlinebox_three_list {
        width: 160px;
        padding: 10px 0px;
    }

    .onlinebox_three .online-item {
        margin-bottom: 5px;
        padding: 0px 17px;
        position: relative;
        display: block;
        color: #666;
    }

        .onlinebox_three .online-item:last-child {
            margin-bottom: 0px;
        }

        .onlinebox_three .online-item:hover {
            background: #f8f8f8;
        }

        .onlinebox_three .online-item i {
            font-size: 16px;
        }

    .onlinebox_three .onlinebox-open {
        font-size: 22px;

{
    display: none;
    cursor: pointer;
    padding: 0 10px;
    font-size: 18px;
    line-height: 40px;
}

.onlinebox.min .onlinebox-open {
    display: block;
    padding: 0 10px;
    background: #444;
    font-size: 18px;
    line-height: 40px;
    color: #fff
}

@media (max-width: 767px) {
    .onlinebox_three .online-item {
        font-size: 12px;
        padding-top: 6px;
    }

        .onlinebox_three .online-item i {
            font-size: 14px;
        }
}