html {
  height: 100%;
}

body {
  margin: 0;
  font-family: "微软雅黑";
  font-size: 12px;
  color: #000;
  overflow-y: scroll;
  font-family: Microsoft Yahei, Helvetica Neue, Hiragino Sans GB, WenQuanYi Micro Hei, sans-serif;
  position: relative;
  min-height: calc(100% - 60px);
  padding-bottom: 60px;
  background: #F0F0F0;
}

a {
  text-decoration: none;
  color: #000;
}

a:hover {
  text-decoration: underline;
}

.goto-link {
  cursor: pointer;
}

.hidden {
  display: none;
}

.disabled {
  color: #888 !important;
}

.pages {
  text-align: center;
}

.pages a,
.pages span {
  margin: 0 5px;
  font-size: 12px;
}

.pages a {
  color: #000;
}

.pages span {
  font-weight: bold;
}

div.pages {
  text-align: center;
  margin: 10px 0 10px;
  font-family: "微软雅黑";
  font-size: 12px;
}

div.pages span,
div.pages a {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  margin: 3px 0;
  padding: 4px 10px;
  border-top: solid 1px #dddddd;
  border-right: solid 1px #dddddd;
  border-bottom: solid 1px #dddddd;
  background: #fff;
}

div.pages span {
  color: #999999;
  cursor: not-allowed;
}

div.pages span.current {
  color: #ffffff;
  background: #428bca;
  border-color: #428bca;
  font-weight: normal;
  cursor: default;
}

div.pages a {
  color: #428bca;
}

div.pages a:hover {
  background: #eee;
}

div.pages .first {
  border-left: solid 1px #dddddd;
  border-radius: 5px 0 0 5px;
}

div.pages .end {
  border-radius: 0 5px 5px 0;
}

.header-bg {
  width: 100%;
  min-width: 1200px;
  height: 151px;
  background: url(../images/header_bg.jpg) repeat-x;
  z-index: 99;
}

.header-bg .header {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

.header-bg .header .header-logo {
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  position: absolute;
}

.header-bg .header .logo {
  position: absolute;
  width: 133px;
  height: 177px;
  left: 25px;
  top: 0px;
  z-index: 9;
}

.header-bg .header .logo img {
  position: absolute;
  /*height: 100%;*/
  left: 0;
  top: 0px;
  max-width: 100%;
}

.header-bg .header .logo-title {
  position: absolute;
  width: 419px;
  height: 44px;
  left: 220px;
  top: 45px;
  z-index: 9;
}

.header-bg .header .logo-title img {
  height: 100%;
}

.header-bg .header ul.nav {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 1000px;
  height: 33px;
}
.mobile-menu{
    display: none;
}
/*.header-bg .header ul.nav li:nth-child(n + 9) {
	display: none;
}*/
.header-bg .header ul.nav li {
  height: 30px;
  line-height: 30px;
  display: inline-block;
  padding: 0 10px;
  margin: 0px 10px 0px;
  text-align: center;
  position: relative;
}

.header-bg .header ul.nav li a {
  font-size: 16px;
  text-decoration: none;
  color: #333;
}

.header-bg .header ul.nav li:hover,
.header-bg .header ul.nav li.active {
  border-bottom: solid 3px #C00715;
}

.header-bg .header ul.nav li:hover a,
.header-bg .header ul.nav li.active a {}

.header-bg .header ul.nav li .subnav {
  position: absolute;
  left: 0;
  top: 33px;
  display: none;
  z-index: 9;
  background: #eee;
  min-width: 96px;
  padding-top: 0px;
}

.header-bg .header ul.nav li .subnav a {
  background: #83604D;
  display: block;
  line-height: 30px;
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  padding: 0 16px;
  white-space: nowrap;
  border-top: solid 1px #eee;
  color: #fff;
}

.header-bg .header ul.nav li .subnav a:hover {
  background: #CC9933;
}

.header-bg .header ul.nav li:hover .subnav {
  display: block;
}

.footer-bg {
  width: 100%;
  min-width: 1200px;
  background: #333333;
  position: absolute;
  left: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 99;
}

.footer-bg .footer {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  position: relative;
  border-top: solid 1px #83604D;
}

.footer-bg .footer .nav {
  text-align: center;
  margin-top: 25px;
}

.footer-bg .footer .nav a {
  font-size: 14px;
  margin: 0 10px;
}

.footer-bg .footer .copyright {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;
  font-size: 12px;
  line-height: 18px;
  color: #888;
}

.footer-bg .footer .copyright a {
  color: #888;
}

.main {
  width: 100%;
  min-width: 1200px;
  min-height: 100%;
  margin: 0px auto;
  padding: 0px;
  background: url(../images/bg.jpg) no-repeat top;
  background-size: 100% auto;
  position: relative;
  z-index: 9;
}

.main .main-container {
  width: 1200px;
  margin: 0 auto;
  padding: 0px;
  overflow: hidden;
}

.main .slider {
  width: 100%;
  height: 500px;
  background: #eee;
  float: left;
}

.main .slider img {
  width: 100%;
}

.main .slider .swiper-container {
  width: 100%;
  height: 100%;
}

.main .slider .swiper-container .swiper-slide {
  background: center no-repeat;
  background-size: cover;
}

.main .slider .swiper-container .pagination {
  position: absolute;
  z-index: 20;
  bottom: 10px;
  width: 100%;
  text-align: center;
}

.main .slider .swiper-container .swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #555;
  margin: 0 5px;
  opacity: 0.8;
  border: 1px solid #fff;
  cursor: pointer;
}

.main .slider .swiper-container .swiper-active-switch {
  background: #fff;
  border: 1px solid #555;
}

.main .list1 {
  width: 560px;
  height: 370px;
  float: left;
  margin: 25px 0 0 18px;
  border: solid 1px #000;
  position: relative;
}

.main .list1 .title {
  width: 160px;
  height: 27px;
  background: #EFEFEF;
  position: absolute;
  left: 18px;
  top: -14px;
  text-align: center;
}

.main .list1 .title img {
  height: 100%;
}

.main .list1 .more {
  width: 78px;
  height: 14px;
  background: url(../images/more.png) no-repeat center #EFEFEF;
  position: absolute;
  right: 48px;
  top: -7px;
}

.main .list1 ul {
  list-style: none;
  padding: 0;
  margin: 44px 0 0 30px;
  overflow: hidden;
}

.main .list1 ul li {
  float: left;
  margin-bottom: 13px;
  width: 100%;
  height: 18px;
  line-height: 16px;
  overflow: hidden;
}

.main .list1 ul li a {
  color: #333;
  font-size: 14px;
  margin-left: 6px;
  width: 370px;
  display: inline-block;
  overflow: hidden;
  height: 16px;
  line-height: 16px;
  float: left;
}

.main .list1 ul li a:hover {
  color: #FE8400;
}

.main .list1 ul li i {
  display: inline-block;
  float: left;
  font-style: normal;
}

.main .list1 ul li span {
  color: #333;
  font-size: 14px;
  margin-left: 10px;
  display: inline-block;
  height: 16px;
  line-height: 16px;
  float: left;
}

.main .title-container {
  width: 1150px;
  height: 0px;
  float: left;
  margin: 25px 0 0 0px;
  border-top: solid 1px #000;
  position: relative;
  z-index: 99;
}

.main .title-container .title {
  width: 160px;
  height: 27px;
  background: #EFEFEF;
  position: absolute;
  left: 18px;
  top: -14px;
  text-align: center;
}

.main .title-container .title img {
  height: 100%;
}

.main .title-container .more {
  width: 60px;
  height: 14px;
  background: url(../images/more.png) no-repeat right #EFEFEF;
  position: absolute;
  right: 0px;
  top: -7px;
}

.main1 {
  width: 100%;
}

.main1 .main-container {
  width: 1200px;
  margin: 0 auto;
}

.main1 .slider {
  width: 100%;
  height: 382px;
  background: #eee;
  float: left;
}

.main2 {
  width: 100%;
}

.main2 .main-container {
  padding: 30px 0px;
  background: url(../images/bg3.jpg) no-repeat bottom;
}

.main3 {
  width: 100%;
  background: #F0F0F0;
}

.main3 .main-container {
  padding: 50px 0px;
}

.main3 .main-img {
  float: left;
  width: 488px;
  height: 448px;
}

.main3 .main-img img {
  height: 100%;
}

.main3 .main-content {
  float: left;
  width: 488px;
  height: 448px;
  margin: 0 0 0 150px;
}

.main3 .main-content .title {
  left: 164px;
}

.main3 .main-content .title img {
  height: 100%;
}

.main3 .title-container {
  width: 477px;
}

.main3 .main-content p {
  height: 190px;
  line-height: 30px;
  font-size: 14px;
  margin: 70px 0 20px;
}

.main3 .main-content .feature {
  text-align: center;
  height: 143px;
}

.main3 .main-content .feature img {
  height: 100%;
}

.main4 {
  width: 100%;
}

.main4 .main-container {
  padding: 50px 0px;
  background: url(../images/4.jpg) no-repeat bottom;
}

.main4 .main-img {
  float: right;
  width: 488px;
  height: 448px;
  margin: 0 0 0 100px;
}

.main4 .main-img img {
  height: 100%;
}

.main4 .features {
  width: 762px;
  height: 370px;
  margin: 100px auto 30px;
  position: relative;
}

.main4 .features .features-main {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.main4 .features .features-main .feature-list {
  width: 100%;
  height: 100%;
}

.main4 .features .feature {
  width: 250px;
  height: 100%;
  margin: 0 0px;
  float: left;
  overflow: hidden;
}

.main4 .features .feature .img {
  width: 232px;
  height: 100%;
  overflow: hidden;
  margin: 0 9px;
}

.main4 .features .feature .img a {
  width: 100%;
  height: 100%;
  display: block;
  background: no-repeat center;
  background-size: 100%;
}

.main4 .features .feature .img img {
  width: 100%;
}

.main4 .features .feature1 .img a {
  background-image: url(../images/1.jpg);
}

.main4 .features .feature2 .img a {
  background-image: url(../images/2.jpg);
}

.main4 .features .feature3 .img a {
  background-image: url(../images/3.jpg);
}

.main4 .features .feature4 .img a {
  background-image: url(../images/4.jpg);
}

.main4 .features .feature5 .img a {
  background-image: url(../images/5.jpg);
}

.main4 .features .feature6 .img a {
  background-image: url(../images/6.jpg);
}

.main4 .features .feature .title {
  text-align: center;
  background: rgba(255, 255, 255, .5);
  padding: 20px 0;
}

.main4 .features .feature .title img {
  height: 30px;
}

.main4 .features .btn-left {
  position: absolute;
  left: -85px;
  top: 132px;
  width: 29px;
  height: 48px;
  background: url(../images/arrow1-left.png) no-repeat;
  cursor: pointer;
}

.main4 .features .btn-right {
  position: absolute;
  right: -85px;
  top: 132px;
  width: 29px;
  height: 48px;
  background: url(../images/arrow1-right.png) no-repeat;
  cursor: pointer;
}

.main4 .features2 {
  width: 990px;
  height: 320px;
  margin: 80px auto 40px;
  display: none;
}

.main4 .features2 .feature {
  width: 145px;
  height: 370px;
  margin: 0 10px;
  float: left;
}

.main4 .features2 .feature .img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: no-repeat center;
  background-size: auto 100%;
}

.main4 .features2 .feature .img a {
  width: 100%;
  height: 100%;
  display: block;
}

.main4 .features2 .feature .img img {
  width: 100%;
}

.main4 .features2 .feature1 .img {
  background-image: url(../images/1.jpg);
}

.main4 .features2 .feature2 .img {
  background-image: url(../images/2.jpg);
}

.main4 .features2 .feature3 .img {
  background-image: url(../images/3.jpg);
}

.main4 .features2 .feature4 .img {
  background-image: url(../images/4.jpg);
}

.main4 .features2 .feature5 .img {
  background-image: url(../images/5.jpg);
}

.main4 .features2 .feature6 .img {
  background-image: url(../images/6.jpg);
}

.main-nav .main4 .features2 {
  display: block;
}

.main5 {
  width: 100%;
  background: #F0F0F0;
}

.main5 .main-container {
  padding: 50px 0px;
  background: url(../images/5.jpg) no-repeat bottom;
}

.main5 .main-img {
  float: left;
  width: 488px;
  height: 448px;
}

.main5 .main-img img {
  height: 100%;
}

.main5 .main-content {
  float: left;
  width: 488px;
  height: 410px;
  margin: 30px 0 0 20px;
}

.main5 .main-content .title {
  height: 58px;
}

.main5 .main-content .title img {
  height: 100%;
}

.main5 .main-content p {
  height: 190px;
  line-height: 30px;
  font-size: 14px;
  margin: 25px 0 10px;
}

.main5 .features {
  width: 550px;
  height: 415px;
  margin: 30px 0 0 20px;
  float: left;
  position: relative;
  overflow: hidden;
}

.main5 .features .feature {
  width: 100%;
  height: 100%;
  margin: 0 0px;
  float: left;
  overflow: hidden;
}

.main5 .features .feature .img {
  width: 100%;
  height: 288px;
  overflow: hidden;
  background: #fff;
}

.main5 .features .feature .img img {
  width: 100%;
}

.main5 .features .feature .title {
  background: rgba(255, 255, 255, .5);
  padding: 20px;
  overflow: hidden;
}

.main5 .features .feature .title a {
  display: block;
  text-align: left;
  padding: 0px;
  height: 90px;
  font-size: 14px;
  line-height: 30px;
  overflow: hidden;
}

.main5 .features .btn-left {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 29px;
  height: 48px;
  background: url(../images/arrow2-left.png) no-repeat;
  cursor: pointer;
  z-index: 9;
}

.main5 .features .btn-right {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 29px;
  height: 48px;
  background: url(../images/arrow2-right.png) no-repeat;
  cursor: pointer;
  z-index: 9;
}

.main6 {
  width: 100%;
}

.main6 .main-container {
  padding: 50px 0px;
  background: url(../images/bg6.jpg) no-repeat bottom;
}

.main6 .main-container .title-container .more2 {
  display: none;
}

.main6 .main-img {
  float: right;
  width: 488px;
  height: 448px;
  margin: 0 0 0 100px;
}

.main6 .main-img img {
  height: 100%;
}

.main6 .features {
  width: 996px;
  height: 320px;
  margin: 80px auto 40px;
}

.main6 .features .feature {
  width: 126px;
  height: 345px;
  margin: 0 20px;
  float: left;
}

.main6 .features .feature .img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: no-repeat center;
  background-size: contain;
}

.main6 .features .feature .img a {
  width: 100%;
  height: 100%;
  display: block;
}

.main6 .features .feature .img img {
  width: 100%;
}

.main6 .features .feature1 .img {
  background-image: url(../images/t1.jpg);
}

.main6 .features .feature2 .img {
  background-image: url(../images/t2.jpg);
}

.main6 .features .feature3 .img {
  background-image: url(../images/t3.jpg);
}

.main6 .features .feature4 .img {
  background-image: url(../images/t4.jpg);
}

.main6 .features .feature5 .img {
  background-image: url(../images/t5.jpg);
}

.main6 .features .feature6 .img {
  background-image: url(../images/t6.jpg);
}

.main6 .features .feature .title {
  text-align: center;
  background: rgba(255, 255, 255, .5);
  padding: 20px 0;
}

.main6 .features .feature .title img {
  height: 30px;
}
.search-msg{
    display: none;
    padding: 50px 0;
    background: #fff;
    text-align: center;
    font-size: 20px;
}
.search-msg.show{
    display: block;
}
.main-feiyi{}

.feiyi-box{
    width: 1000px;
    margin: 100px auto 50px;
}

.main-feiyi .title-container{
    margin-top: 50px;
}

.feiyi-box img{
    max-width: 100%;
}

.main-zhengce{}

.zhengce-category{
    display: flex;
    flex-direction: row;
    justify-content: center;
    list-style: none;
    gap: 20px;
    padding: 0;
}

.zhengce-category li{
    padding: 10px 16px;
    position: relative;
}

.zhengce-category li::before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 8px;
    width: 0%;
    height: 10px;
    border-radius: 8px;
    background: #c4eaff;
    background-image: linear-gradient(to right, #c4eaff, #e6b2ff);
    transition: all 1s;
    z-index: -1;
}

.zhengce-category li.active::before,.zhengce-category li:hover::before{
    width: 100%;
}

.zhengce-category li.active a{
    font-weight: bold;
}

.zhengce-category li a{
    font-size: 18px;
    text-decoration: none;
}

.zhengce-item{
    display: none;
}
.zhengce-item.show{
    display: block;
}
.zhengce-item li{
    padding: 10px 15px;
    list-style: none;
    margin: 10px 0;
    background: #fff;
    border-radius: 12px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.zhengce-item li a{
    font-size: 14px;
}

.zhengce-item li .date{
    margin-right: 20px;
}
.main-link{
    padding: 10px 0;
    margin-bottom: 30px;
}

.main-link .tit{
    padding: 0 10px;
}

.main-link .tit h3{
    font-size: 20px;
    font-weight: 400;
    padding-left: 15px;
    position: relative;
}

.main-link .tit h3:before{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 70%;
    background-color: #0086ff;
    border-radius: 8px;
}

.main-link .link-list a{
    font-size: 14px;
}

.main-shizi .tit h3,.main-fenhui .tit h3{
    border-bottom: 1px solid #ddd;
    padding: 20px 0;
    text-align: center;
    font-size: 18px;
}

.main7 {
  width: 100%;
}

.main7 .main-container {
  padding: 50px 0px;
  background: url(../images/7.jpg) no-repeat bottom;
}

.main7 .main-content {
  width: 1000px;
  height: 220px;
  margin: 60px auto 40px;
}

.main7 .main-content p {
  line-height: 30px;
  font-size: 14px;
  margin: 25px 0 10px;
}

.main7 .main-content-mobile {
  display: none;
}

.channel-main {
  width: 100%;
}

.channel-main .main-container {
  padding: 50px 50px;
}

.channel-main .main-img {
  float: left;
  width: 488px;
  height: 448px;
  vertical-align: middle;
}

.channel-main .main-img img {
  width: 100%;
  margin-top: 50%;
  transform: translateY(-50%);
}

.channel-main .main-content {
  float: left;
  width: 488px;
  height: 448px;
  margin: 0 0 0 100px;
}

.channel-main .main-content .title {
  height: 27px;
  text-align: center;
}

.channel-main .main-content .title img {
  height: 100%;
}

.channel-main .main-content p {
  height: 280px;
  line-height: 30px;
  font-size: 14px;
  margin: 25px 0 20px;
  overflow: hidden;
}

.channel-main .main-content .more {
  text-align: center;
  height: 51px;
}

.channel-main .main-content .more img {
  height: 100%;
}

/*.channel-main2 {
	background: #FFF;
}
.channel-main3 {
	background: #F0F0F0;
}*/
.channel-main:nth-child(even) {
  background: #FFF;
}

.channel-main:nth-child(odd) {
  background: #F0F0F0;
}

.article-nav-bottom {
  display: none;
}

.articles-container {
  background: url(../images/bg2.png) right top no-repeat;
}

.articles-left {
  width: 290px;
  float: left;
  margin-left: 0px;
  margin-bottom: 80px;
}

.articles-left .decoration {
  margin-top: 60px;
  text-align: right;
  height: 46px;
}

.articles-left .decoration img {
  height: 100%;
}

.article-nav {
  list-style: none;
  margin-top: 20px;
}

.article-nav li {
  float: left;
  width: 100%;
  margin: 8px 0;
  overflow: hidden;
  text-align: right;
}

.article-nav li a {
  display: inline-block;
  width: 200px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  border-radius: 5px;
  color: #fff;
  background: url(../images/menu-bg.png) no-repeat center;
  margin-right: 20px;
}

.article-nav li a:hover,
.article-nav li.active a {
  background: url(../images/menu-bg-on.png) no-repeat center;
}

.articles-right {
  width: 850px;
  float: left;
  min-height: 450px;
  margin-left: 0px;
  margin-top: 0px;
  margin-bottom: 30px;
}

.articles-right .breadcrumb {
  font-size: 14px;
  margin-top: 15px;
}

.articles-right .breadcrumb-mobile {
  display: none;
}

.article-list {
  background: #fff;
  padding: 20px 40px;
  margin-top: 10px;
  height: 600px;
}

.article-list ul.list li {
  margin: 0 0 20px;
  overflow: hidden;
}

.article-list ul.list li .img {
  width: 250px;
  float: left;
  margin-right: 10px;
  overflow: hidden;
}

.article-list ul.list li .img img {
  width: 100%;
}

.article-list ul.list li .intro {
  float: left;
  width: 350px;
  margin-left: 30px;
}

.article-list ul.list li .intro h1 {
  font-size: 16px;
  line-height: 27px;
}

.article-list ul.list li .intro .info {
  font-size: 14px;
  color: #888;
  line-height: 24px;
  margin-top: 10px;
}

.article-list ul.list li .intro p {
  font-size: 12px;
  line-height: 24px;
  overflow: hidden;
  margin-top: 10px;
}

.article-list ul.list2 {
  list-style: none;
  padding: 0;
  margin: 24px 0 0;
  overflow: hidden;
}

.article-list ul.list2 li {
  float: left;
  margin-bottom: 12px;
  width: 100%;
  line-height: 24px;
  overflow: hidden;
}

.article-list ul.list2 li i {
  float: left;
  font-style: normal;
  height: 24px;
}

.article-list ul.list2 li a {
  color: #333;
  font-size: 14px;
  float: left;
  margin-left: 10px;
  width: 490px;
  height: 24px;
  overflow: hidden;
}

.article-list ul.list2 li a:hover {
  color: #FE8400;
}

.article-list ul.list2 li span.cname {
  float: left;
  height: 24px;
  margin-left: 10px;
  color: #333;
  font-size: 14px;
}

.article-list ul.list2 li span.date {
  float: right;
  height: 24px;
  margin-right: 5px;
  color: #333;
}

.article-list ul.list2 li p {
  display: none;
}

.job-list {
  background: #fff;
  padding: 20px 0px;
  margin-top: 10px;
  height: auto;
}

.job-list .list2 {
  padding: 0 10px;
  overflow: hidden;
}

.job-list .list2 li {
  width: 23%;
  margin: 1%;
  list-style: none;
  float: left;
}

.job-item:hover {
  text-decoration: none;
}

.job-item .job-pic {
  position: relative;
  padding-bottom: 150%;
  width: 100%;
  overflow: hidden;
}

.job-item .job-pic img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.job-item .job-name .tit {
  padding: 5px 0;
  text-align: center;
  font-size: 16px;
  margin: 0;
  text-decoration: none;
  overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}

.job-item .job-name .info {
  font-size: 12px;
  color: #a1a1a1;
  margin: 0;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}

.job-search {
  padding: 20px 0;
  width: 80%;
  margin: 0 auto;
}

.job-search .row {
  margin: 10px 0;
}

.job-search .row label {
  font-size: 16px;
  display: block;
}

.job-search .row input {
  width: 100%;
  height: 30px;
  border: 1px solid #ddd;
  outline: none;
  padding: 5px;
  font-size: 14px;
}

.job-search .row input:focus {
  border: 1px solid #000;
}

.job-search .button2 {
  display: block;
  margin: 30px auto;
  width: 300px;
  height: 40px;
  border: 0;
  font-size: 14px;
  background-color: #0099ff;
  color: #fff;
  cursor: pointer;
}
.job-search .button2:hover{
  background-color: #0a5586;
}
@media screen and (max-width: 800px) {
  .job-list .list2 li {
    width: 48%;
  }
  .main-search a{
      display: block;
    text-align: center;
  }
  .articles-container .box{
     flex-direction: column;
  }
}

.article-main {
  background: #fff;
  padding: 20px 40px;
  margin-top: 10px;
  min-height: 600px;
}

.detail-title {
  font-size: 20px;
  font-weight: normal;
  line-height: 32px;
  margin: 0;
  padding: 0;
  text-align: center;
}

.detail-info {
  font-size: 14px;
  margin: 24px 0 0;
  text-align: center;
  color: #9A9A9A;
}

.detail-info span {
  margin: 0 8px;
}

.detail-line {
  width: 100%;
  height: 0;
  border-top: solid 1px #DDDDDD;
  margin: 24px auto 0;
}

.detail-content {
  font-size: 14px;
  line-height: 30px;
  margin: 40px auto 0;
  color: #555;
  min-height: 450px;
}

.detail-content img {
  max-width: 100%;
}

.detail-content iframe {
  width: 100%;
  height: 500px;
}

.detail-line2 {
  width: 100%;
  height: 0;
  border-top: solid 1px #DDDDDD;
  margin: 40px auto 0;
}

.detail-links {
  width: 100%;
  margin: 30px auto 0;
  font-size: 14px;
  line-height: 38px;
}

.detail-links span {
  margin-right: 5px;
  color: #555;
}

.detail-links a {
  color: #555;
}

/* about */
.about-title {
  font-size: 20px;
  font-weight: normal;
  line-height: 32px;
  margin: 0;
  padding: 0;
  text-align: center;
}

.about-line {
  width: 100%;
  height: 0;
  border-top: solid 1px #DDDDDD;
  margin: 24px auto 0;
}

.about-content {
  font-size: 14px;
  line-height: 30px;
  margin: 30px auto 0;
  color: #555;
  min-height: 400px;
}

.about-content img {
  max-width: 100%;
}

.about-content iframe {
  width: 100%;
  height: 500px;
}


.photos-list {
  width: 100%;
  min-height: 680px;
  float: left;
  overflow: hidden;
  margin-bottom: 20px;
  background: #fff;
  padding: 20px 40px;
  margin-top: 10px;
  height: 600px;
}

.photos-list .title {
  height: 30px;
  border-bottom: solid 5px #eee;
}

.photos-list .title h2 {
  height: 30px;
  border-bottom: solid 1px #f08300;
  display: inline-block;
  padding: 0;
  margin: 4px 0 0;
  background: #fff;
  float: left;
}

.photos-list .title span {
  width: 13px;
  height: 30px;
  display: inline-block;
  margin: 5px 0 0;
  background: url(../images/titlebg1.jpg) no-repeat bottom;
  float: left;
}

.photos-list ul {
  list-style: none;
  width: 720px;
  padding: 0;
  margin: 20px auto 0;
}

.photos-list ul li {
  float: left;
  width: 200px;
  height: 260px;
  margin: 20px;
}

.photos-list ul li .img {
  width: 100%;
  height: 200px;
  float: left;
}

.photos-list ul li .img a {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-align: center;
  overflow: hidden;
}

.photos-list ul li .img a img {
  max-width: 100%;
  max-height: 100%;
}

.photos-list ul li .text {
  width: 100%;
  height: 40px;
  float: left;
  margin-top: 20px;
}

.photos-list ul li h1 {
  font-size: 16px;
  line-height: 20px;
  font-weight: normal;
  margin: 0;
  padding: 0;
  overflow: hidden;
  text-align: center;
}

.photos-list ul li h1 a:hover {
  color: #764d39;
}


.videos-list {
  width: 100%;
  min-height: 680px;
  float: left;
  overflow: hidden;
  margin-bottom: 20px;
  background: #fff;
  padding: 20px 20px;
  margin-top: 20px;
}

.videos-list .sorts {
  text-align: right;
}

.videos-list .sorts a {
  display: inline-block;
  padding: 8px 10px;
  background: #EEEEEE;
  font-size: 14px;
}

.videos-list .sorts a:hover,
.videos-list .sorts a.on {
  background: #BEBEBE;
}

.videos-list .title {
  height: 30px;
  border-bottom: solid 5px #eee;
}

.videos-list .title h2 {
  height: 30px;
  border-bottom: solid 1px #f08300;
  display: inline-block;
  padding: 0;
  margin: 4px 0 0;
  background: #fff;
  float: left;
}

.videos-list .title span {
  width: 13px;
  height: 30px;
  display: inline-block;
  margin: 5px 0 0;
  background: url(../images/titlebg1.jpg) no-repeat bottom;
  float: left;
}

.videos-list ul {
  list-style: none;
  width: 840px;
  padding: 0;
  margin: 20px auto 0;
  overflow: hidden;
}

.videos-list ul li {
  float: left;
  width: 250px;
  height: 260px;
  margin: 15px;
}

.videos-list ul li .img {
  width: 100%;
  height: 200px;
  float: left;
  background: #CCCCCC;
  overflow: hidden;
}

.videos-list ul li .img a {
  display: inline-block;
  width: 100%;
  height: 100%;
  line-height: 198px;
  text-align: center;
  padding: 0;
  overflow: hidden;
}

.videos-list ul li .img a img {
  max-width: 100%;
  max-height: 100%;
  margin: 0;
  vertical-align: middle;
}

.videos-list ul li .text {
  width: 100%;
  height: 40px;
  float: left;
  margin-top: 20px;
}

.videos-list ul li h1 {
  font-size: 16px;
  line-height: 20px;
  font-weight: normal;
  margin: 0;
  padding: 0;
  overflow: hidden;
  text-align: center;
}

.videos-list ul li h1 a:hover {
  color: #764d39;
}

.form-container .col {
  margin-top: 10px;
}

.form-container .col .name {
  font-size: 14px;
  line-height: 20px;
  color: #333;
}

.form-container .col .form-control-box {
  position: relative;
  display: block;
  margin-top: 8px;
}

.form-container .col .form-control-box .form-control {
  width: calc(100% - 12px);
  height: 30px;
  padding: 6px 6px;
  background: #FFFFFF;
  border: none;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.40);
  border-radius: 6px;
}

.form-container .btn {
  display: block;
  background-image: linear-gradient(-180deg, #5EB0FF 0%, #2B87E0 100%);
  border-radius: 8px;
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #F8F8F8;
  -webkit-letter-spacing: 0;
  -moz-letter-spacing: 0;
  -ms-letter-spacing: 0;
  letter-spacing: 0;
  text-align: center;
  width: 200px;
  height: 50px;
  line-height: 50px;
  margin: 35px auto 30px;
  border: none;
  outline: none;
  cursor: pointer;
  text-decoration: none;
}

.search-main .search-content {
  width: 400px;
  margin: 0 auto;
}

.search-main .search-result {
  padding: 20px 10px 30px;
  text-align: center;
  font-size: 14px;
  color: #333333;
}

.search-main .search-result span {
  display: block;
  height: 18px;
}

.search-main .search-result .ok {
  color: #0000ff;
}

.search-main .search-result .error {
  color: #ff0000;
}

@media all and (max-width: 800px) {
  body:after {
    content: '';
    background: url(../images/bg2.png) left bottom no-repeat;
    background-size: contain;
    display: block;
    width: 100%;
    height: 50px;
    position: absolute;
    left: 0;
    bottom: 85px;
  }

  .header-bg {
    width: 100%;
    height: 80px;
    min-width: auto;
    position: fixed;
  }
  .header-bg.fixed{
    position: fixed;
  }
  .header-bg .header {
    width: 100%;
    height: 100%;
    padding: 0px 0 0;
  }

  .header-bg .header .header-logo {
    width: 320px;
    height: 80px;
    position: relative;
    top: 0px;
    margin: 0 auto;
  }

    .header-bg .header .mobile-menu{
        display: block;
    position: absolute;
    right: 15px;
    top: 55%;
    transform: translateY(-50%);
    padding: 5px;
    text-align: center;
    cursor: pointer;
    transition: transform 0.3s;
    }
    .mobile-menu span{
        display: block;
    width: 22px;
    height: 2px;
    margin-bottom: 6.3px;
    background-color: #000;
    -webkit-transform-origin: 22.8px;
    transform-origin: 23px;
    transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), width 0.5s;
    }
    .mobile-menu.close span {
    opacity: 1;
    transform: rotate(45deg);
    }
    .mobile-menu.close span:nth-last-child(2) {
  width: 0;
  opacity: 0;
  transform: rotate(0);
  transition: width 0.5s;
}
    .mobile-menu.close span:nth-last-child(3) {
    opacity: 1;
    transform: rotate(-45deg);
}
  .header-bg .header .logo {
    position: absolute;
    width: 60px;
    height: 60px;
    left: 0px;
    top: 10px;
    z-index: 9;
    overflow: hidden;
  }

  .header-bg .header .logo-title {
    position: absolute;
    width: 200px;
    height: 24px;
    left: 0px;
    top: 27px;
    z-index: 9;
  }

  .header-bg .header ul.nav {
    left: -100%;
    transform: translateX(0%);
    bottom: 0;
    top: 0;
    width: 80%;
    height: 100%;
    position: fixed;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px 0;
    background: #fff;
    z-index: 9;
    transition: all .8s;
  }
  .header-bg .header ul.nav.show{
      left: 0;
  }
    .zhengce-category li a{
        font-size: 14px;
    }
  .header-bg .header ul.nav li {
    height: 30px;
    line-height: 30px;
    padding: 0 0px;
    margin: 0px 0px 0px;
    width: 50%;
  }

  .header-bg .header ul.nav li:hover .subnav {
    display: none;
  }

  .footer-bg {
    width: 100%;
    min-width: auto;
    background: #333333;
  }

  .footer-bg .footer {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: relative;
    border-top: solid 1px #83604D;
  }

  .footer-bg .footer .nav {
    text-align: center;
    margin-top: 25px;
  }

  .footer-bg .footer .nav a {
    font-size: 14px;
    margin: 0 10px;
  }

  .footer-bg .footer .copyright {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
    font-size: 12px;
    line-height: 18px;
    color: #888;
  }

  .main {
    width: 100%;
    min-width: auto;
    margin: 0px auto;
    padding: 0px;
    background: none;
    padding-top: 80px;
  }

  .main .main-container {
    width: auto;
    margin: 0 auto;
    padding: 0px;
    overflow: hidden;
  }

  .main .slider {
    width: 100%;
    height: auto;
    background: #eee;
    float: left;
  }

  .main .title-container {
    width: 100%;
    height: 0px;
    float: left;
    margin: 25px 0 0 0px;
    border-top: solid 1px #000;
    position: relative;
    z-index: 99;
  }

  .main .title-container .title {
    width: 80px;
    height: 20px;
    background: #EFEFEF;
    position: absolute;
    left: 18px;
    top: -8px;
    text-align: center;
  }

  .main .title-container .title img {
    width: 60px;
    height: auto;
  }

  .main-feiyi .title-container .title{
      width: 100px;
  }
  .main-feiyi .title-container .title img{
      width: 100px;
  }
  .feiyi-box{
      margin: 60px 0 30px;
  }
  .main .title-container .more {
    width: 50px;
    height: 8px;
    background: url(../images/more.png) no-repeat center #EFEFEF;
    background-size: contain;
    position: absolute;
    right: 20px;
    top: -5px;
  }

  .main .list1 {
    width: auto;
    height: 240px;
    float: none;
    margin: 25px 0px 0;
    border: none;
    border-top: solid 1px #000;
    position: relative;
  }

  .main .list1 .title {
    width: 80px;
    height: 28px;
    position: absolute;
    left: 18px;
    top: -8px;
    text-align: center;
  }

  .main .list1 .title img {
    width: 60px;
    height: auto;
  }

  .main .list1 .more {
    width: 50px;
    height: 8px;
    background-size: contain;
    right: 20px;
    top: -5px;
  }

  .main .list1 ul {
    list-style: none;
    padding: 0;
    margin: 32px 0 0 10px;
    height: 188px;
    overflow: hidden;
  }

  .main .list1 ul li {
    float: left;
    margin-bottom: 15px;
    margin-left: 5px;
    width: 100%;
    overflow: hidden;
  }

  .main .list1 ul li a {
    color: #333;
    font-size: 15px;
    margin-left: 6px;
    width: calc(100% - 30px);
    display: inline-block;
  }

  .main .list1 ul li span {
    color: #333;
    font-size: 14px;
    margin-left: 10px;
    display: none;
  }

  .main2 {
    width: 100%;
  }

  .main2 .main-container {
    padding: 0px 0px;
    margin: 0px;
  }

  .main2 .list1 {
    /*background: url(../images/2.jpg) no-repeat bottom;*/
  }

  .main3 {
    width: 100%;
    background: #F0F0F0;
  }

  .main3 .main-container {
    padding: 0px 0px;
  }

  .main3 .main-img {
    float: none;
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
    padding-top: 15px;
  }

  .main3 .main-img img {
    height: auto;
    width: 70%;
    max-width: 360px;
  }

  .main3 .main-content {
    float: none;
    width: 100%;
    height: auto;
    margin: 15px 0 0 0px;
  }

  .main3 .title-container {
    margin-bottom: 20px;
  }

  .main3 .main-content p {
    height: auto;
    line-height: 30px;
    font-size: 14px;
    margin: 20px 10px 10px;
  }

  .main3 .main-content .feature {
    text-align: center;
    height: auto;
  }

  .main3 .main-content .feature img {
    height: auto;
    width: 60%;
    max-width: 250px;
  }

  .main3 .list1 {
    padding-top: 0px;
  }

  .main4 {
    width: 100%;
  }

  .main4 .main-container {
    padding: 0px 0px 0px;
  }

  .main4 .main-img {
    float: none;
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
    margin: 0px 0 0 0px;
  }

  .main4 .main-img img {
    height: auto;
    width: 70%;
  }

  .main4 .main-content {
    float: none;
    width: 100%;
    height: auto;
    margin: 15px 0 0 0px;
  }

  .main4 .main-content .title {
    height: auto;
  }

  .main4 .main-content .title img {
    height: auto;
    width: 100%;
  }

  .main4 .main-content p {
    height: auto;
    line-height: 30px;
    font-size: 14px;
    margin: 15px 0 10px;
  }

  .main4 .main-content .feature {
    text-align: center;
    height: auto;
  }

  .main4 .main-content .feature img {
    height: auto;
    width: 60%;
  }

  .main4 .features {
    width: calc(100% - 20px);
    height: auto;
    margin: 50px 10px 10px;
    display: none;
  }

  .main4 .features .feature {
    width: 100%;
    height: 80px;
    margin: 5px auto;
    float: none;
  }

  .main4 .features .feature .img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: no-repeat center;
    background-size: contain;
  }

  .main4 .features .feature1 .img {
    background-image: url(../images/1.png);
  }

  .main4 .features .feature2 .img {
    background-image: url(../images/2.png);
  }

  .main4 .features .feature3 .img {
    background-image: url(../images/3.png);
  }

  .main4 .features .feature4 {
    display: block;
  }

  .main4 .features .feature4 .img {
    background-image: url(../images/4.png);
  }

  .main4 .features .feature .title {
    display: none;
  }

  .main4 .features .feature .title img {
    height: auto;
    width: 100%;
  }

  .main4 .features2 {
    width: calc(100% - 20px);
    height: auto;
    margin: 50px 10px 10px;
    display: block;
  }

  .main4 .features2 .feature {
    width: 100%;
    height: 80px;
    margin: 5px auto;
    float: none;
  }

  .main4 .features2 .feature .img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: no-repeat center;
    background-size: contain;
  }

  .main4 .features2 .feature1 .img {
    background-image: url(../images/1.jpg);
  }

  .main4 .features2 .feature2 .img {
    background-image: url(../images/2.jpg);
  }

  .main4 .features2 .feature3 .img {
    background-image: url(../images/3.jpg);
  }

  .main4 .features2 .feature4 .img {
    background-image: url(../images/4.jpg);
  }

  .main4 .features2 .feature5 .img {
    background-image: url(../images/5.jpg);
  }

  .main4 .features2 .feature6 .img {
    background-image: url(../images/6.jpg);
  }

  .main4 .features2 .feature .title {
    display: none;
  }

  .main4 .features2 .feature .title img {
    height: auto;
    width: 100%;
  }

  .main-nav .main4 .features2 {
    margin-bottom: 30px;
  }

  .main5 {
    width: 100%;
  }

  .main5 .main-container {
    padding: 0px 0px;
  }

  .main5 .main-content {
    float: none;
    width: 100%;
    height: auto;
    margin: 15px 0 0 0px;
    display: none;
  }

  .main5 .main-content .title {
    height: auto;
  }

  .main5 .main-content .title img {
    height: auto;
    width: 100%;
  }

  .main5 .main-content p {
    height: auto;
    line-height: 30px;
    font-size: 14px;
    margin: 45px 0 10px;
  }

  .main5 ul {
    list-style: none;
    padding: 0;
    margin: 30px 0 0;
    overflow: hidden;
    text-align: center;
    display: none;
  }

  .main5 ul li {
    width: 182px;
    height: 228px;
    display: inline-block;
    margin: 5px 5px;
  }

  .main5 ul li .img {
    width: 182px;
    height: 182px;
    display: inline-block;
  }

  .main5 ul li .img img {
    height: 100%;
  }

  .main5 ul li .name {
    font-size: 16px;
    padding-top: 10px;
    display: inline-block;
  }

  .main5 .features {
    width: calc(100% - 20px);
    height: auto;
    margin: 30px 10px 10px;
    float: left;
  }

  .main5 .features .feature {
    width: 100%;
    height: auto;
    margin: 0 0px;
    float: left;
  }

  .main5 .features .feature .img {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #fff;
  }

  .main5 .features .feature .img img {
    width: 100%;
  }

  .main5 .features .feature .title {
    background: rgba(255, 255, 255, .5);
    padding: 15px 20px;
    overflow: hidden;
  }



  .main6 .main-container {
    padding: 0px 0px;
  }

  .main6 .main-container .title-container .more {
    display: none;
  }

  .main6 .main-container .title-container .more2 {
    display: inline-block;
  }

  .main6 .features {
    width: 100%;
    height: auto;
    margin: 50px auto 10px;
    overflow: hidden;
  }

  .main6 .features .feature {
    width: 33%;
    height: 130px;
    margin: 5px 0px;
    float: left;
  }

  .main6 .features .feature .img {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  .main6 .features .feature .img img {
    width: 100%;
  }

  .main6 .features .feature1 .img {
    background-image: url(../images/t1.jpg);
  }

  .main6 .features .feature2 .img {
    background-image: url(../images/t2.jpg);
  }

  .main6 .features .feature3 .img {
    background-image: url(../images/t3.jpg);
  }

  .main6 .features .feature4 .img {
    background-image: url(../images/t4.jpg);
  }

  .main6 .features .feature5 .img {
    background-image: url(../images/t5.jpg);
  }

  .main6 .features .feature6 .img {
    background-image: url(../images/t6.jpg);
  }

  .main6 .features .feature .title {
    text-align: center;
    background: rgba(255, 255, 255, .5);
    padding: 20px 0;
  }

  .main6 .features .feature .title img {
    height: 30px;
  }


  .main-nav .main6 .features {
    margin-bottom: 30px;
  }

  .main-nav .main6 .features .feature5 {
    display: block;
  }

  .main-nav .main6 .features .feature6 {
    display: block;
  }

  .main7 .main-container {
    padding: 0px 0px;
    background: url(../images/7.jpg) no-repeat center #EFEFEF;
    background-size: 100% auto;
  }

  .main7 .main-content {
    display: none;
  }

  .main7 .main-content-mobile {
    width: 100%;
    height: auto;
    margin: 60px auto 20px;
    padding-bottom: 10px;
    display: block;
  }

  .main7 .main-content-mobile h2 {
    font-size: 18px;
    text-align: center;
  }

  .main7 .main-content-mobile .features {
    font-size: 16px;
    text-align: center;
    color: #898989;
    background: url(../images/arrow.png) no-repeat bottom center;
    background-size: 20px auto;
    padding-bottom: 28px;
    margin: 20px 0;
  }

  .main7 .main-content-mobile .qrcode {
    text-align: center;
    margin: 10px 0;
  }

  .main7 .main-content-mobile .qrcode img {
    width: 150px;
    height: auto;
  }

  .main7 .main-content-mobile h3 {
    font-size: 16px;
    text-align: center;
    color: #898989;
    margin: 20px 0 5px;
  }

  .main7 .main-content-mobile p {
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #898989;
    margin: 0;
  }

  .channel-main {
    width: 100%;
  }

  .channel-main .main-container {
    padding: 20px 20px;
  }

  .channel-main .main-img {
    float: none;
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
  }

  .channel-main .main-img img {
    height: auto;
    width: 70%;
    margin-top: 0px;
    transform: translateY(0%);
  }

  .channel-main .main-content {
    float: none;
    width: 100%;
    height: auto;
    margin: 15px 0 0 0px;
  }

  .channel-main .main-content .title {
    height: 20px;
  }

  .channel-main .main-content p {
    height: auto;
    line-height: 30px;
    font-size: 14px;
    margin: 15px 0 10px;
  }

  .channel-main .main-content .more {
    text-align: center;
    height: 36px;
    margin-top: 10px;
  }

  .article-nav-bottom {
    list-style: none;
    margin: 0;
    padding: 0;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
    z-index: 999;
    background: #BEBEBE;
    border-top: solid 1px #EEEEEE;
    border-bottom: solid 1px #EEEEEE;
    display: block;
  }

  .article-nav-bottom li {
    height: 50px;
    line-height: 50px;
    display: block;
    padding: 0 0px;
    margin: 0px 0px 0px;
    text-align: center;
    position: relative;
    width: 25%;
    float: left;
  }

  .article-nav-bottom li a {
    font-size: 14px;
    text-decoration: none;
    color: #FFFFFF;
    display: block;
    width: 100%;
    height: 100%;
  }

  .article-nav-bottom li:hover,
  .article-nav-bottom li.active {
    background: #AE0001;
  }

  .article-nav-bottom li:hover a,
  .article-nav-bottom li.active a {
    color: #FFFFFF;
  }

  .article-nav-bottom.nav-num-1 li {
    width: 50%;
  }

  .article-nav-bottom.nav-num-2 li {
    width: 50%;
  }

  .article-nav-bottom.nav-num-3 li {
    width: 33%;
  }

  .article-nav-bottom.nav-num-4 li a {
    font-size: 13px;
  }

  .article-nav-bottom.nav-num-5 li {
    width: 20%;
  }

  .article-nav-bottom.nav-num-5 li a {
    font-size: 13px;
  }

  .article-nav-bottom.nav-num-6 li {
    width: 16.6%;
  }

  .article-nav-bottom.nav-num-6 li a {
    font-size: 13px;
  }

  .articles-container {
    background: none;
  }

  .articles-left {
    width: 100%;
    float: left;
    margin-left: 0px;
    margin-bottom: 10px;
  }

  .articles-left .decoration {
    margin-top: 0px;
    text-align: right;
    height: 35px;
    display: none;
  }

  .articles-left .decoration img {
    height: 100%;
  }

  .article-nav {
    list-style: none;
    margin-top: 20px;
    padding: 0px;
    text-align: center;
    display: none;
  }

  .article-nav li {
    float: none;
    width: 50%;
    margin: 8px 0;
    overflow: hidden;
    text-align: center;
    display: inline-block;
  }

  .article-nav li a {
    display: inline-block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    border-radius: 5px;
    color: #fff;
    background: url(../images/menu-bg.png) no-repeat center;
    background-size: contain;
    margin-right: 0px;
  }

  .article-nav li a:hover,
  .article-nav li.active a {
    background: url(../images/menu-bg-on.png) no-repeat center;
    background-size: contain;
  }

  .articles-right {
    width: 100%;
    float: left;
    min-height: 300px;
    margin-left: 0px;
    margin-top: 20px;
    margin-bottom: 60px;
  }

  .articles-right .breadcrumb {
    display: none;
  }

  .articles-right .breadcrumb-mobile {
    font-size: 14px;
    margin-top: 10px;
    margin-left: 0px;
    border-top: solid 1px #000;
    position: relative;
    display: block;
  }

  .articles-right .breadcrumb-mobile span {
    height: 20px;
    position: absolute;
    left: 18px;
    top: -11px;
    text-align: center;
    background: #EFEFEF;
    padding: 0 10px;
  }

  .articles-right .breadcrumb-mobile .title {
    width: 80px;
    height: 28px;
    position: absolute;
    left: 18px;
    top: -8px;
    text-align: center;
    background: #EFEFEF;
  }

  .articles-right .breadcrumb-mobile .title img {
    width: 60px;
    height: auto;
  }

  .videos-container .articles-right .breadcrumb-mobile {
    width: calc(100% - 20px);
    height: 40px;
    position: absolute;
    left: 10px;
    top: 10px;
    text-align: center;
    background: none;
    border: none;
    border-bottom: solid 1px #999;
    font-size: 18px;
    line-height: 30px;
  }

  .article-list {
    background: none;
    padding: 10px 10px;
    margin-top: 10px;
    height: auto;
  }

  .article-list ul.list li {
    margin: 0 0 20px;
    overflow: hidden;
  }

  .article-list ul.list li .img {
    width: 250px;
    float: left;
    margin-right: 10px;
    overflow: hidden;
  }

  .article-list ul.list li .img img {
    width: 100%;
  }

  .article-list ul.list li .intro {
    float: left;
    width: calc(100% - 120px);
    margin-left: 30px;
  }

  .article-list ul.list li .intro h1 {
    font-size: 16px;
    line-height: 27px;
  }

  .article-list ul.list li .intro .info {
    font-size: 14px;
    color: #888;
    line-height: 24px;
    margin-top: 10px;
  }

  .article-list ul.list li .intro p {
    font-size: 12px;
    line-height: 24px;
    overflow: hidden;
    margin-top: 10px;
  }

  .article-list ul.list2 {
    list-style: none;
    padding: 0;
    margin: 10px 0 0;
    overflow: hidden;
  }

  .article-list ul.list2 li {
    float: left;
    margin-bottom: 12px;
    width: 100%;
    line-height: 24px;
    overflow: hidden;
  }

  .article-list ul.list2 li i {
    float: left;
    font-style: normal;
    height: 24px;
  }

  .article-list ul.list2 li a {
    color: #333;
    font-size: 15px;
    float: left;
    margin-left: 5px;
    width: calc(100% - 15px);
    height: 24px;
    overflow: hidden;
  }

  .article-list ul.list2 li a:hover {
    color: #FE8400;
  }

  .article-list ul.list2 li span.cname {
    float: left;
    height: 24px;
    margin-left: 10px;
    color: #333;
    font-size: 14px;
    display: none;
  }

  .article-list ul.list2 li span.date {
    float: right;
    height: 24px;
    margin-right: 5px;
    color: #333;
    display: none;
  }

  .article-list ul.list2 li p {
    display: none;
  }

  .article-main {
    background: none;
    padding: 0px 20px 20px;
    margin-top: 0px;
    min-height: 600px;
    padding-top: 30px;
  }

  .detail-title {
    font-size: 18px;
    font-weight: normal;
    line-height: 24px;
    margin: 0;
    padding: 0;
    text-align: center;
  }

  .detail-info {
    font-size: 14px;
    margin: 24px 0 0;
    text-align: center;
    color: #9A9A9A;
  }

  .detail-info span {
    margin: 0 8px;
  }

  .detail-line {
    width: 100%;
    height: 0;
    border-top: solid 1px #DDDDDD;
    margin: 24px auto 0;
  }

  .detail-content {
    font-size: 14px;
    line-height: 30px;
    margin: 30px auto 0;
    color: #555;
    min-height: 450px;
  }

  .detail-content img {
    max-width: 100%;
  }

  .detail-content iframe {
    width: 100%;
    height: 200px;
  }

  .detail-content iframe.map {
    width: 100%;
    height: 360px;
  }

  .detail-line2 {
    width: 100%;
    height: 0;
    border-top: solid 1px #DDDDDD;
    margin: 40px auto 0;
  }

  .detail-links {
    width: 100%;
    margin: 30px auto 0;
    font-size: 14px;
    line-height: 24px;
  }

  .detail-link {
    margin-top: 10px;
  }

  .detail-links span {
    margin-right: 5px;
    color: #555;
  }

  .detail-links a {
    color: #555;
  }

  /* about */
  .about-title {
    font-size: 20px;
    font-weight: normal;
    line-height: 32px;
    margin: 0;
    padding: 0;
    text-align: center;
  }

  .about-line {
    width: 100%;
    height: 0;
    border-top: solid 1px #DDDDDD;
    margin: 24px auto 0;
  }

  .about-content {
    font-size: 14px;
    line-height: 30px;
    margin: 30px auto 0;
    color: #555;
    min-height: 400px;
  }

  .about-content img {
    max-width: 100%;
  }

  .about-content iframe {
    width: 100%;
    height: 200px;
  }

  .about-content iframe.map {
    width: 100%;
    height: 360px;
  }


  .photos-list {
    width: 100%;
    min-height: 680px;
    float: left;
    overflow: hidden;
    margin-bottom: 20px;
    background: #fff;
    padding: 20px 40px;
    margin-top: 10px;
    height: auto;
  }

  .photos-list .title {
    height: 30px;
    border-bottom: solid 5px #eee;
  }

  .photos-list .title h2 {
    height: 30px;
    border-bottom: solid 1px #f08300;
    display: inline-block;
    padding: 0;
    margin: 4px 0 0;
    background: #fff;
    float: left;
  }

  .photos-list .title span {
    width: 13px;
    height: 30px;
    display: inline-block;
    margin: 5px 0 0;
    background: url(../images/titlebg1.jpg) no-repeat bottom;
    float: left;
  }

  .photos-list ul {
    list-style: none;
    width: 100%;
    padding: 0;
    margin: 20px auto 0;
  }

  .photos-list ul li {
    float: left;
    width: 200px;
    height: 260px;
    margin: 20px;
  }

  .photos-list ul li .img {
    width: 100%;
    height: 200px;
    float: left;
  }

  .photos-list ul li .img a {
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align: center;
    overflow: hidden;
  }

  .photos-list ul li .img a img {
    max-width: 100%;
    max-height: 100%;
  }

  .photos-list ul li .text {
    width: 100%;
    height: 40px;
    float: left;
    margin-top: 20px;
  }

  .photos-list ul li h1 {
    font-size: 16px;
    line-height: 20px;
    font-weight: normal;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-align: center;
  }

  .photos-list ul li h1 a:hover {
    color: #764d39;
  }

  .videos-list {
    width: 100%;
    min-height: 680px;
    float: left;
    overflow: hidden;
    margin-bottom: 20px;
    background: none;
    padding: 10px 0px;
    margin-top: 20px;
  }

  .videos-list .title {
    height: 30px;
    border-bottom: solid 5px #eee;
  }

  .videos-list .title h2 {
    height: 30px;
    border-bottom: solid 1px #f08300;
    display: inline-block;
    padding: 0;
    margin: 4px 0 0;
    background: none;
    float: left;
  }

  .videos-list .title span {
    width: 13px;
    height: 30px;
    display: inline-block;
    margin: 5px 0 0;
    background: url(../images/titlebg1.jpg) no-repeat bottom;
    float: left;
  }

  .videos-list ul {
    list-style: none;
    width: 520px;
    padding: 0;
    margin: 20px auto 0;
  }

  .videos-list ul li {
    float: left;
    width: 250px;
    height: 250px;
    margin: 5px;
  }

  .videos-list ul li .img {
    width: 100%;
    height: 188px;
    float: left;
    background: #CCCCCC;
  }

  .videos-list ul li .img a {
    display: inline-block;
    width: 100%;
    height: 100%;
    line-height: 186px;
    text-align: center;
    overflow: hidden;
  }

  .videos-list ul li .img a img {
    max-width: 100%;
    max-height: 100%;
  }

  .videos-list ul li .text {
    width: 100%;
    height: 40px;
    float: left;
    margin-top: 10px;
  }

  .videos-list ul li h1 {
    font-size: 12px;
    line-height: 20px;
    font-weight: normal;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-align: center;
  }

  .videos-list ul li h1 a:hover {
    color: #764d39;
  }

  .form-container .btn {
    width: 100px;
    height: 40px;
    line-height: 40px;
    margin: 35px auto 30px;
    border: none;
    outline: none;
    cursor: pointer;
    text-decoration: none;
  }

  .search-main .search-content {
    width: 100%;
    margin: 0 auto;
  }
}

@media all and (max-width: 520px) {
  .videos-list ul {
    list-style: none;
    width: 400px;
    padding: 0;
    margin: 20px auto 0;
  }

  .videos-list ul li {
    float: left;
    width: 190px;
    height: 190px;
    margin: 5px;
  }

  .videos-list ul li .img {
    width: 100%;
    height: 144px;
    float: left;
    background: #CCCCCC;
  }

  .videos-list ul li .img a {
    line-height: 142px;
  }
}

@media all and (max-width: 400px) {
  .videos-list ul {
    list-style: none;
    width: 360px;
    padding: 0;
    margin: 20px auto 0;
  }

  .videos-list ul li {
    float: left;
    width: 170px;
    height: 170px;
    margin: 5px;
  }

  .videos-list ul li .img {
    width: 100%;
    height: 128px;
    float: left;
    background: #CCCCCC;
  }

  .videos-list ul li .img a {
    line-height: 126px;
  }
}

@media all and (max-width: 360px) {
  .videos-list ul {
    list-style: none;
    width: 310px;
    padding: 0;
    margin: 20px auto 0;
  }

  .videos-list ul li {
    float: left;
    width: 145px;
    height: 145px;
    margin: 5px;
  }

  .videos-list ul li .img {
    width: 100%;
    height: 110px;
    float: left;
    background: #CCCCCC;
  }

  .videos-list ul li .img a {
    line-height: 108px;
  }
}
.link-list a{
    padding: 0 6px;
}