.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.search_list li {
  padding: 20px 0;
}
.search_list li img {
  width: 250px;
  float: left;
}
.search_list li .content {
  padding-left: 300px;
}
.search_list li .content .title {
  font-size: 20px;
}
.search_list li .content .desc {
  line-height: 24px;
  height: 72px;
  overflow: hidden;
  color: #999;
  margin: 25px 0 0px;
  padding: 0;
}
.video-js .vjs-big-play-button {
  width: 50px;
  border-radius: 50px;
  background: transparent;
  height: 50px;
  left: 50%;
  margin-left: -25px;
  border: solid 5px #fff;
  top: 110px;
}
.video-js .vjs-big-play-button .vjs-icon-placeholder {
  color: #fff;
  font-size: 30px;
}
.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  top: 6px;
}
/* reset css */
html,
body,
div,
span,
applet,
object,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul,
li {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th,
td {
  vertical-align: middle;
}
a {
  outline: none;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
}
a:focus {
  outline: none;
}
input:focus,
select:focus,
textarea:focus {
  outline: -webkit-focus-ring-color auto 0;
}
* {
  color: #333333;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 28px;
}
*:focus {
  outline: none;
}
h2,
h1,
h3 {
  line-height: 1;
  text-align: center;
  display: block;
}
body {
  font-family: "Microsoft Yahei", '微软雅黑', Arial;
}
.liner {
  background-image: -webkit-linear-gradient(to bottom right, #ffb424, #ff9b00);
  background: #fcc92b;
  background: -moz-linear-gradient(top, #ffb424 0%, #fcc92b 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffb424), color-stop(100%, #fcc92b));
  background: -webkit-linear-gradient(top, #ffb424 0%, #fcc92b 100%);
  background: -o-linear-gradient(top, #ffb424 0%, #fcc92b 100%);
  background: -ms-linear-gradient(top, #ffb424 0%, #fcc92b 100%);
  background: linear-gradient(to bottom, #ffb424 0%, #fcc92b 100%);
}
.hidden {
  display: none;
}
.desc {
  text-align: justify;
  line-height: 28px;
}
.desc:hover {
  opacity: 0.8;
}
.pull-r {
  float: right !important;
}
.pull-l {
  float: left !important;
}
body {
  overflow-x: hidden;
}
.channel_title {
  font-size: 36px;
  text-align: center;
  padding: 145px 0 70px;
}
/* header样式 */
.navbar {
  line-height: 110px;
  height: 110px;
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
}
.navbar.navbar_channel {
  position: relative;
  height: 98px;
  line-height: 98px;
}
.navbar.navbar_channel .menu_box_wrapper .menu_box .menu_search {
  color: #333;
  margin: 0 0 0 15px;
  line-height: 98px;
  position: relative;
}
.navbar.navbar_channel .menu_box_wrapper .menu_box .menu_search input {
  position: absolute;
  right: 60px;
  top: 32px;
  display: none;
}
.navbar.navbar_channel .menu_box_wrapper .menu_box .menu_search:hover input {
  display: block;
}
.navbar.navbar_channel .menu_box_wrapper .menu_box .menu_search .box {
  background: url(../img/search_c.png) left center no-repeat;
  padding-right: 28px;
}
.navbar.navbar_channel .menu_box_wrapper .menu_box .menu_search a {
  color: #333;
}
.navbar.navbar_channel .menu_box_wrapper .menu_box .menu > a {
  margin: 0;
  color: #333;
  line-height: 98px;
}
.navbar.navbar_channel .logo > img {
  margin-top: 10px;
}
.navbar .logo > img {
  height: 72px;
  margin: 24px 0 0 50px;
}
.navbar .menu_box_wrapper {
  float: right;
}
.navbar .menu_box_wrapper .close {
  display: none;
}
.navbar .menu_box_wrapper .menu_box_pc .menu:hover .sub_menu {
  display: block;
}
.navbar .menu_box_wrapper .menu_box {
  float: left;
}
.navbar .menu_box_wrapper .menu_box .menu_search {
  color: #fff;
  position: relative;
  float: left;
  margin: 45px 0;
  margin-left: 15px;
  line-height: 36px;
}
.navbar .menu_box_wrapper .menu_box .menu_search input {
  position: absolute;
  right: 60px;
  top: 0;
  display: none;
}
.navbar .menu_box_wrapper .menu_box .menu_search:hover input {
  display: block;
}
.navbar .menu_box_wrapper .menu_box .menu_search .box {
  height: 18px;
  display: inline-block;
  background: url(../img/search.png) left center no-repeat;
  background-size: 15px 15px;
  vertical-align: middle;
  padding-right: 32px;
  height: 36px;
}
.navbar .menu_box_wrapper .menu_box .menu_search a {
  vertical-align: middle;
  color: #fff;
  padding-left: 20px;
  display: inline-block;
  line-height: 36px;
}
.navbar .menu_box_wrapper .menu_box .menu {
  float: left;
  position: relative;
}
.navbar .menu_box_wrapper .menu_box .menu a {
  color: #fff;
  font-size: 16px;
  padding: 0 20px;
  display: block;
  opacity: 1 !important;
  border-bottom: solid 2px transparent;
}
.navbar .menu_box_wrapper .menu_box .menu > a {
  margin: 45px 0;
  line-height: 37px;
}
.navbar .menu_box_wrapper .menu_box .menu.active > a,
.navbar .menu_box_wrapper .menu_box .menu:hover > a {
  color: #fcc92b;
  border-bottom: solid 2px #fcc92b;
}
.navbar .menu_box_wrapper .menu_box .menu:hover a {
  color: #fcc92b;
}
.navbar .menu_box_wrapper .menu_box .menu .sub_menu {
  z-index: 2;
  position: absolute;
  width: 100%;
  top: 100px;
  display: none;
}
.navbar .menu_box_wrapper .menu_box .menu .sub_menu a {
  color: #666;
  padding: 0;
  background: #fff;
  font-size: 14px;
  text-align: center;
  font-weight: normal;
  line-height: 40px;
}
.navbar .menu_box_wrapper .menu_box .menu .sub_menu a:hover {
  background: #fcc92b;
  /* font-weight: bold;*/
  color: #fff;
}
.animate__animated {
  opacity: 0;
}
.container {
  width: 1440px;
  margin: 0 auto;
  position: relative;
}
a:hover {
  opacity: 0.8;
}
a {
  cursor: pointer;
}
.btn_shadow {
  display: inline-block;
  width: 140px;
  cursor: pointer;
  text-align: center !important;
  line-height: 45px;
  font-size: 14px;
}
.btn_shadow:hover {
  opacity: 0.8;
}
.more:hover {
  opacity: 0.8;
}
/*footer*/
.footer {
  background: #f7f7f7 url(../img/footer_bg.jpg) center center no-repeat;
  background-size: 100% 100%;
  padding-top: 115px;
}
.footer * {
  font-size: 14px;
}
.footer .pull-r {
  width: 430px;
}
.footer .logo_ewm {
  width: 135px;
}
.footer .logo_footer {
  margin: 60px 0 5px;
  width: 160px;
}
.footer .title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
}
.footer .phone_box {
  padding-left: 160px;
}
.footer .phone_box h2 {
  font-size: 24px;
  font-weight: bold;
  text-align: left;
  padding: 5px 0 10px;
}
.footer .phone_box ol {
  margin-top: 5px;
}
.footer .phone_box ol li {
  line-height: 22px;
  font-size: 15px;
  color: #666666;
}
.footer .logo-bottoms {
  padding-bottom: 30px;
}
.footer .logo-bottoms img {
  margin-right: 48px;
}
.footer .channel_list {
  text-align: left;
  display: inline-block;
  margin-top: 20px;
}
.footer .channel_list .menu {
  display: inline-block;
  margin-right: 38px;
  vertical-align: top;
}
.footer .channel_list .menu > a {
  font-weight: bold;
  font-size: 20px;
  display: block;
  padding-bottom: 20px;
  text-align: left;
}
.footer .channel_list .menu .sub_menu {
  margin-top: 16px;
  /*height: 270px;*/
}
.footer .channel_list .menu .sub_menu a {
  line-height: 36px;
  color: #999;
  font-size: 16px;
}
.footer .channel_list .menu .sub_menu a:hover {
  color: #014085;
}
.footer .bottom {
  margin-top: 140px;
  height: 70px;
  overflow: hidden;
  font-size: 13px;
  background: #00428b;
  text-align: right;
}
.footer .bottom .container {
  line-height: 70px;
  color: #fff;
  font-size: 13px;
}
.footer .bottom a {
  color: #fff;
  font-size: 13px;
}
.footer .bottom span {
  padding-left: 40px;
}
.footer .bottom .links {
  float: left;
  text-align: left;
  position: relative;
}
.footer .bottom .links .mlink {
  display: inline-block;
  position: relative;
}
.footer .bottom .links .mlink > a {
  color: #fff;
  padding: 0 15px;
  line-height: 70px;
  text-align: center;
  display: block;
  font-size: 13px;
}
.footer .bottom .links .mlink > a:after {
  content: "";
  width: 1px;
  height: 12px;
  background: #aaa;
  position: absolute;
  right: 0;
  top: 30px;
  display: block;
}
.footer .bottom .links .mlink > a.none:after {
  width: 0;
}
/*栏目页导航 */
.breadcumb {
  height: 55px;
  width: 100%;
  line-height: 55px;
  position: absolute;
  border-bottom: solid 1px #f0f0f0;
  color: #666666;
  z-index: 2;
}
.breadcumb a {
  color: #666666;
}
.breadcumb a:hover {
  color: #014085;
}
.breadcumb .container {
  line-height: 55px;
}
.channel_banner {
  position: relative;
}
.channel_banner img {
  width: 100%;
  display: block;
}
.channel_banner .text {
  position: absolute;
  left: 50%;
  margin-left: -720px;
  top: 42%;
  z-index: 10;
}
.channel_banner .text h2 {
  font-size: 48px;
  color: #fff;
  font-weight: normal;
  margin-bottom: 20px;
}
.channel_banner .text .en {
  color: #aaa;
}
.scale {
  transition: all 0.5s;
}
.scale:hover {
  transform: scale(1.05);
}
.content_container {
  width: 1280px;
  margin: 0 auto;
}
/*分页*/
.pagination {
  text-align: center;
  margin-bottom: 30px;
}
.pagination li {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: solid 1px #f0f0f0;
  margin: 0 6px;
}
.pagination li.active {
  background: #9cc6ff;
}
.pagination li.active a,
.pagination li.active span {
  color: #fff;
}
.pagination li.prev,
.pagination li.next {
  width: 80px;
}
.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
.ellipsis3 {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.ellipsis2 {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.dot {
  position: absolute;
  width: 40px;
  height: 40px;
  left: 47.5px;
  top: 47.5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  opacity: 0.9;
  z-index: 2;
  background: rgba(118, 189, 24, 0.9);
}
.banner_inner {
  position: absolute;
  left: 50%;
  margin-left: -720px;
  width: 1440px;
}
.news_detail h1 {
  font-size: 30px;
  text-align: left;
  margin-top: 145px;
}
.news_detail .brief {
  margin: 10px 0 25px;
  padding-bottom: 35px;
  border-bottom: solid 1px #e0e0e0;
}
.news_detail .brief span {
  padding-right: 25px;
  color: #999;
}
.news_detail .content img {
  max-width: 100%;
}
.artcle_more {
  padding: 25px 0 130px;
  border-top: solid 1px #e0e0e0;
}
.artcle_more p {
  width: 50%;
  float: left;
}
.artcle_more p:hover a {
  color: #00428b;
}
.list_channel {
  text-align: center;
  margin: 155px 0 50px;
}
.list_channel li {
  width: 150px;
  line-height: 50px;
  border: solid 1px #e0e0e0;
  margin: 0 10px;
  cursor: pointer;
  display: inline-block;
}
.list_channel li a {
  font-size: 18px;
  display: block;
  line-height: 50px;
}
.list_channel li.active,
.list_channel li:hover {
  background: #00428b;
}
.list_channel li.active a,
.list_channel li:hover a {
  color: #fff;
}
.list_more {
  text-align: center;
  font-size: 18px;
  color: #999;
  background: url(../img/list_more.png) center bottom no-repeat;
  padding-bottom: 26px;
  margin-top: 50px;
  cursor: pointer;
}
@media screen and (max-width: 1440px) {
  .container {
    width: 1100px;
  }
  .banner_inner {
    margin-left: -550px;
  }
  .navbar {
    line-height: 110px;
    height: 110px;
  }
  .navbar.navbar_channel {
    position: relative;
    height: 88px;
    line-height: 88px;
  }
  .navbar.navbar_channel .menu_box_wrapper .menu_box .menu_search {
    line-height: 88px;
  }
  .navbar.navbar_channel .menu_box_wrapper .menu_box .menu > a {
    line-height: 88px;
  }
  .navbar.navbar_channel .menu_box_wrapper .menu_box .sub_menu {
    top: 90px;
  }
  .navbar.navbar_channel .logo > img {
    margin-top: 10px;
  }
  .navbar .logo > img {
    height: 62px;
    margin: 28px 0 0 0px;
  }
  .navbar .menu_box_wrapper .menu_box .menu a {
    font-size: 15px;
    padding: 0 10px;
  }
  .navbar .menu_box_wrapper .menu_box .menu .sub_menu a {
    line-height: 36px;
  }
  .banner_inner {
    margin-left: -550px;
  }
  .channel_banner .text {
    margin-left: -550px;
    top: 42%;
  }
  .channel_banner .text h2 {
    font-size: 40px;
  }
  .footer {
    padding-top: 80px;
  }
  .footer .pull-r {
    width: 330px;
  }
  .footer .logo_ewm {
    width: 105px;
  }
  .footer .phone_box {
    padding-left: 120px;
  }
  .footer .phone_box h2 {
    font-size: 20px;
    padding: 5px 0 10px;
  }
  .footer .phone_box ol {
    margin-top: 2px;
  }
  .footer .phone_box ol li {
    line-height: 18px;
    font-size: 14px;
  }
  .footer .logo-bottoms {
    padding-bottom: 30px;
  }
  .footer .logo-bottoms img {
    width: 81px;
    margin-right: 38px;
  }
  .footer .channel_list {
    margin-top: 0px;
  }
  .footer .channel_list .menu {
    margin-right: 13px;
  }
  .footer .channel_list .menu > a {
    font-size: 18px;
    padding-bottom: 18px;
  }
  .footer .channel_list .menu .sub_menu {
    margin-top: 5px;
  }
  .footer .channel_list .menu .sub_menu a {
    line-height: 28px;
    font-size: 15px;
  }
  .footer .bottom {
    margin-top: 100px;
  }
}
@media screen and (max-width: 1280px) {
  .content_container {
    width: 1000px;
  }
}
@media screen and (max-width: 1100px) {
  .container {
    width: 1000px;
  }
}
@media screen and (max-width: 1000px) {
  * {
    font-size: 15px;
    line-height: 24px;
  }
  .hidden-xs {
    display: none;
  }
  body {
    overflow-x: hidden;
  }
  .container {
    width: 100%;
    padding: 0 20px;
  }
  .content_container {
    width: 100%;
    padding: 0 20px;
  }
  .navbar {
    height: 50px;
    line-height: 50px;
    background: #fff;
    position: relative;
  }
  .navbar .container {
    padding: 0;
  }
  .navbar.navbar_channel {
    height: 50px;
    line-height: 50px;
  }
  .navbar.navbar_channel .logo > img {
    margin-top: 5px;
  }
  .navbar.navbar_channel .menu_box_wrapper .menu_box .menu_search {
    line-height: 88px;
    margin: 0;
  }
  .navbar.navbar_channel .menu_box_wrapper .menu_box .menu_search a {
    color: #fff;
  }
  .navbar.navbar_channel .menu_box_wrapper .menu_box .menu_search input {
    top: 80px;
  }
  .navbar.navbar_channel .menu_box_wrapper .menu_box .menu > a {
    line-height: 88px;
    color: #fff;
  }
  .navbar.navbar_channel .menu_box_wrapper .menu_box .sub_menu {
    top: 90px;
  }
  .navbar .logo > img {
    height: 40px;
    margin: 5px 0 0 8px;
  }
  .navbar .menu_box_wrapper .navmobile {
    display: block;
    position: absolute;
    right: 10px;
    width: 30px;
    height: 50px;
    cursor: pointer;
    background: url(../img/menu.png) center center no-repeat;
  }
  .navbar .menu_box_wrapper .menu_box {
    position: fixed;
    display: none;
    width: 100%;
    right: 0;
    height: 120vh;
    top: 0;
    padding: 0 20px;
    background: rgba(0, 0, 0, 0.9);
    z-index: 22;
    padding-top: 40px;
  }
  .navbar .menu_box_wrapper .menu_box .menu_search {
    text-align: center;
    width: 100%;
    margin: 0;
  }
  .navbar .menu_box_wrapper .menu_box .close {
    display: inline-block;
    text-align: right;
    position: absolute;
    right: 20px;
    top: 4px;
    margin-top: 10px;
  }
  .navbar .menu_box_wrapper .menu_box .menu {
    float: none;
    text-align: center;
    padding: 0 5%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .navbar .menu_box_wrapper .menu_box .menu a {
    color: rgba(255, 255, 255, 0.5);
    line-height: 50px !important;
    font-weight: normal;
    font-size: 15px;
    border: none !important;
    padding: 0;
    margin: 0;
    border: none;
  }
  .navbar .menu_box_wrapper .menu_box .menu a + i {
    display: block;
    position: absolute;
    width: 20px;
    height: 50px;
    background: url(/cms/img/icon_more_white.png) no-repeat center;
    background-size: 6px auto;
    right: 0;
    top: 0;
    z-index: 10;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
  }
  .navbar .menu_box_wrapper .menu_box .menu.active a + i {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .navbar .menu_box_wrapper .menu_box .menu.active a {
    background: none;
  }
  .navbar .menu_box_wrapper .menu_box .menu:hover {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .navbar .menu_box_wrapper .menu_box .menu .sub_menu {
    top: 50px;
    left: 0;
    z-index: 20;
  }
  .navbar .menu_box_wrapper .menu_box .menu .sub_menu li a {
    background: rgba(255, 175, 51, 0.95);
    color: #fff;
    line-height: 45px !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
  }
  .navbar .menu_box_wrapper .search_box_m {
    margin-top: 18px;
    display: block;
    position: absolute;
    top: 0;
    right: 60px;
    border: none;
  }
  .navbar .menu_box_wrapper .search_box {
    display: none;
  }
  .navbar .menu_box_wrapper .phone_box {
    margin-right: 50px;
    font-size: 16px;
    line-height: 50px;
  }
  .channel_banner .text {
    left: 10px;
    margin-left: 0;
    top: 25%;
  }
  .channel_banner .text h2 {
    font-size: 24px;
    color: #fff;
    font-weight: normal;
    margin-bottom: 10px;
  }
  .channel_banner .text .en {
    font-size: 15px;
    color: #aaa;
  }
  .channel_title {
    padding: 100px 0 50px;
    font-size: 28px;
  }
  .footer {
    padding-top: 35px;
  }
  .footer * {
    font-size: 13px;
  }
  .footer .pull-r {
    width: 100%;
    float: none;
  }
  .footer .logo-bottoms {
    padding-bottom: 0px;
  }
  .footer .logo-bottoms img {
    margin-right: 28px;
  }
  .footer .logo_ewm {
    width: 135px;
  }
  .footer .logo_footer {
    margin: 60px 0 5px;
    width: 160px;
  }
  .footer .title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .footer .phone_box {
    padding-left: 140px;
  }
  .footer .phone_box h2 {
    font-size: 18px;
  }
  .footer .phone_box ol li {
    line-height: 22px;
    font-size: 14px;
    color: #666666;
  }
  .footer .channel_list {
    margin-top: 0;
    text-align: center;
    display: none;
  }
  .footer .channel_list .menu {
    margin-right: 15px;
  }
  .footer .channel_list .menu > a {
    font-size: 18px;
    padding-bottom: 20px;
    text-align: left;
  }
  .footer .channel_list .menu .sub_menu {
    display: none;
  }
  .footer .bottom {
    margin-top: 20px;
    height: auto;
    text-align: left;
  }
  .footer .bottom .container {
    line-height: 22px;
  }
  .footer .bottom span {
    padding-left: 40px;
  }
  .footer .bottom .links {
    float: none;
  }
  .footer .bottom .links .mlink {
    text-align: center;
  }
  .footer .bottom .links .mlink > a {
    line-height: 30px;
    display: inline-block;
  }
  .footer .bottom .links .mlink > a:after {
    top: 14px;
  }
  .footer .bottom .links .mlink > a.none:after {
    width: 0;
  }
  .list_channel {
    margin: 95px 0 50px;
  }
  .list_channel li {
    display: block;
    float: left;
    width: 25%;
    line-height: 50px;
    margin: 0;
    display: inline-block;
  }
  .list_channel li a {
    font-size: 14px;
    line-height: 40px;
  }
  .pagination li {
    display: inline-block;
    width: 40px;
    height: 30px;
    line-height: 30px;
    margin: 9px 1px;
  }
  .pagination li.prev,
  .pagination li.next {
    width: 60px;
  }
  .news_detail h1 {
    font-size: 20px;
    margin-top: 95px;
  }
  .news_detail .brief {
    padding-bottom: 25px;
  }
  .news_detail .brief span {
    padding-right: 5px;
    color: #999;
    font-size: 13px;
  }
}
