* {
  margin: 0;
  padding: 0;
}

#web {
  width: 100%;
  height: 100%;
  background: #fff;
}

.body {
  width: 1400px;
  height: 100%;
  margin: 0 auto;
}

#logo {
  height: 128px;
  width: 100%;

  background: #0c5fc7;
}
#logo .logo-left {
  margin-top: 30px;
  width: 300px;
  float: left;
}
#logo .logo-left img {
width:509px;
height:60px;
}
#logo .logo-center {
  float: right;
  margin-right: 30px;
  display: flex;
  flex-direction: row;
  margin-top: 20px;
}
#logo .logo-center img {
  width: 72px;
  height: 72px;
}
#logo .logo-center div {
  width: 72px;
  margin-left: 20px;
}
#logo .logo-center span {
  display: block;
  font-size: 12px;
  color: #fff;
  text-align: center;
  width: 72px;
}
#logo .logo-right {
  padding-top: 30px;
  float: right;
}
#logo .logo-right .link {
  float: right;
}
#logo .logo-right .link a {
  height: 14px;
  display: block;
  float: left;
  font-size: 12px;
  line-height: 14px;
  color: #fff;
  margin: 0 20px;
  text-decoration: none;
}
#logo .logo-right .link a:last-child {
  margin-right: 0;
}
#logo .logo-right .link span {
  margin-bottom: 2px;
  background: #fff;
  text-align: center;
  width: 1px;
  height: 14px;
  display: block;
  float: left;
}
#logo .logo-right .search {
  width: 320px;
  height: 24px;
  border: 1px solid #fff;
  top: 38px;
  right: -14px;
  position: relative;
  border-radius: 15px;
}
#logo .logo-right .search tr td:nth-child(1) input {
  top: 0;
  outline: none;
  border: 0px;
  left: 15px;
  position: absolute;
  display: block;
  height: 22px;
  width: 300px;
  background: #0c5fc7;
  color: #fff;
}
#logo .logo-right .search tr td:nth-child(2) input {
  width: 14px;
  height: 14px;
  position: absolute;
  top: 15%;
  left: 93%;
  background: url(/_upload/tpl/0d/6a/3434/template3434/static/img/img/searchIcon.png) no-repeat;
  border: none;
  background-size: 100%;
}
#logo .logo-right .search ::-webkit-input-placeholder {
  color: #fff;
}
#logo .logo-right .search a {
  position: absolute;
  left: 172px;
  top: 4px;
  background: url(/_upload/tpl/0d/6a/3434/template3434/static/img/img/searchIcon.png);
  background-position: center;
  display: block;
  height: 14px;
  width: 14px;
}

#tab {
  height: 44px;
  background: #0c7ed9;
}
#tab .wp_nav .sub-nav{
border:none;
}
#tab .wp_nav .sub-nav .nav-item .mark{
   background:#0c7ed9;
}

#tab .wp_nav .sub-nav .nav-item a{
                border: none;
font-weight:100;
            }
#tab .wp_nav .sub-nav{
                border: none;
            }
#tab .wp_nav .nav-item .on>a:first-child{
                 background: #1573d5;
                 color: #fff;
            }
#tab .uls {
  padding: 0 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
#tab .uls li {
  list-style: none;
}
#tab .uls li a {
  text-decoration: none;
  line-height: 44px;
  font-size: 14px;
  color: #fff;
}
#tab .wp_nav {
  padding: 0 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
#tab .wp_nav li {
  list-style: none;
}
#tab .wp_nav li a {
  text-decoration: none;
  line-height: 44px;
  font-size: 16px;
font-weight:900;
  color: #fff;
}


#show {
  height: 300px;
  width: 100%;
}
#show tr td div {
  width: 100%;
  height: 300px;
background-size:cover;
}

#mainMessage {
  background: #f5f5f5;
  height: auto;
  overflow: hidden;
  padding-bottom: 20px;
}
#mainMessage .top {
  width: 100%;
  height: 50px;
  background: #fff;
  margin-top: 20px;
}
#mainMessage .top .Column_Position {
  display: block;
  float: left;
  margin-left: 20px;
  color: #666;
  font-size: 20px;
  line-height: 50px;
}
#mainMessage .top .Column_Position .possplit {
  background: none;
  width: 0;
}
#mainMessage .top .Column_Position a {
  text-decoration: none;
  font-size: 14px;
  color: #666;
  font-weight: 900;
  padding-left: 16px;
  background: url(/_upload/tpl/0d/6a/3434/template3434/static/img/img/greater.png) no-repeat;
  background-position: 4px;
}
#mainMessage .top .Column_Position a:first-of-type {
  background: url(/_upload/tpl/0d/6a/3434/template3434/static/img/img/location.png) no-repeat;
  padding-left: 20px;
  background-position: 0px;
}
#mainMessage .bottom {
  margin-top: 20px;
}
#mainMessage .bottom .left {
  float: right;
  width: 900px;
  height: auto;
  background: #fff;
}

#mainMessage .bottom .left .title {
  font-weight: 900;
  font-size: 28px;
  text-align: center;
  padding: 0 30px;
  line-height: 36px;
  padding-top: 28px;
}
#mainMessage .bottom .left .info {
  text-align: center;
 padding-bottom:20px;
margin:0 15px;
border-bottom:1px solid #eee;
margin-bottom:42px;
padding-top:10px;
}
#mainMessage .bottom .left .info span {
  color: #969696;
  font-size: 12px;
}
#mainMessage .bottom .left .content{
padding:0 60px;
}
#mainMessage .bottom .left .content p{
font-size:16px !important;
line-height:32px !important;
font-family:Microsoft YaHei !important;

}
//#mainMessage .bottom .left .content span{
font-size:16px !important;
line-height:30px !important;
}
#mainMessage .bottom .left .content #setborder {

  margin:0 15px !important;
  margin-top: 15px !important;
  padding: 0 25px !important;
  padding-top:15px !important;
  border-top:1px dashed #ccc;
  box-sizing:border-box ;
}
#mainMessage .bottom .left .content .wp_articlecontent p  span{
  background: #fff;
  background-color: #fff !important;
  font-size:16px !important;
  line-height:30px !important;
}
#mainMessage .bottom .right {
  float: left;
  width: 460px;

  box-sizing: border-box;
}
#mainMessage .bottom .right .message1 {
  width: 100%;
  background: #fff;
  padding: 0 24px;
  padding-bottom: 20px;
  box-sizing: border-box;
}
#mainMessage .bottom .right .message1 .messageTop {
  padding-top: 36px;
  padding-bottom: 14px;
  height: 78px;
  box-sizing: border-box;
}
#mainMessage .bottom .right .message1 .messageTop p {
  font-size: 22px;
margin-bottom:0px;
  float: left;
  color: #0a79e2;
  padding-left: 36px;
  background-position: left;
  background: url(/_upload/tpl/0d/6a/3434/template3434/static/img/img/redian.png) no-repeat;
  margin-bottom: 9px;
}
#mainMessage .bottom .right .message1 .messageTop a {
  float: right;
  font-size: 14px;
  color: #616161;
  background: url(/_upload/tpl/0d/6a/3434/template3434/static/img/img/more.png) no-repeat;
  padding-right: 28px;
  background-position: right;
  text-decoration: none;
  line-height: 36px;
}
#mainMessage .bottom .right .message1 .messageBottom a {
  display: block;
  height: 28px;
  padding-left: 20px;
  background: url(/_upload/tpl/0d/6a/3434/template3434/static/img/img/point.png) left no-repeat;
  font-size: 18px;
  color: #000;
  text-decoration: none;
  line-height: 28px;
}
#mainMessage .bottom .right .message1 .messageBottom a:hover {
  color: #0c7ed9;
}
#mainMessage .bottom .right .message2 {
  margin-top: 20px;
  width: 100%;
  background: #fff;
  height: 1314px;
  padding: 0 18px;
  box-sizing: border-box;
}
#mainMessage .bottom .right .message2 .messageTop {
  padding-top: 20px;
  padding-bottom: 20px;
}
#mainMessage .bottom .right .message2 .messageTop p {
margin-bottom:0px;
  font-size: 22px;
  float: left;
  color: #0a79e2;
  padding-left: 36px;
  background-position: left;
  background: url(/_upload/tpl/0d/6a/3434/template3434/static/img/img/xiaoyuan.png) no-repeat;
}

#mainMessage .bottom .right .message2 .messageTop a {
  float: right;
  font-size: 14px;
  color: #616161;
  background: url(/_upload/tpl/0d/6a/3434/template3434/static/img/img/more.png) no-repeat;
  padding-right: 28px;
  background-position: right;
  text-decoration: none;
  line-height: 36px;
}
#mainMessage .bottom .right .message2 .messageBottom img {
  margin-top: 15px;
  width: 424px;
  height: 290px;
}


#bottomTabbar {
  height: 342px;
  background: #eeeeee;
}
#bottomTabbar .bottomTabbarCommon {
  float: left;
  margin-top: 44px;
  margin-bottom: 30px;
  height: 274px;
}
#bottomTabbar .bottomTabbarCommon .title {
  font-size: 18px;
  color: #1478d8;
}
#bottomTabbar .bottomTabbarCommon .message ul {
  float: left;
  padding: 0;
  margin-top: 6px;
}
#bottomTabbar .bottomTabbarCommon .message ul li {
  list-style: none;
  height: 40px;
}
#bottomTabbar .bottomTabbarCommon .message ul li a {
  text-decoration: none;
  line-height: 40px;
  color: #6c5d6a;
  font-size: 16px;
}
#bottomTabbar .message1 {
  width: 363px;
  border: 3px solid #e7e7e7;
  border-width: 0px 3px 0px 0px;
  margin-left: 30px;
}
#bottomTabbar .message2 {
  width: 305px;
  margin-left: 50px;
  border: 3px solid #e7e7e7;
  border-width: 0px 3px 0px 0px;
}
#bottomTabbar .message3 {
  width: 406px;
  margin-left: 42px;
  border: 3px solid #e7e7e7;
  border-width: 0px 3px 0px 0px;
}
#bottomTabbar .message4 {
  margin-left: 34px;
}

#bottomMessage {
  background: #0c7ed9;
  height: 202px;
}
#bottomMessage a {
  height: 14px;
  line-height: 14px;
}
#bottomMessage .top {
  border-bottom: 4px solid #1d87dd;
  height: 151px;
}
#bottomMessage .top .right {
  float: right;
}
#bottomMessage .top .right .bottomLogo {
  margin-top: 65px;
}
#bottomMessage .top .left {
  float: left;
}
#bottomMessage .top .left span {
  display: block;
  height: 14px;
  line-height: 14px;
  font-size: 14px;
  color: #fff;
  margin-top: 20px;
}
#bottomMessage .top .left div {
  margin-top: 20px;
  font-size: 14px;
  color: #fff;
}
#bottomMessage .top .left ul {
  display: flex;
  padding: 0;
  flex-direction: row;
  flex-wrap: wrap;
  width: 650px;
  margin-top: 10px;
}
#bottomMessage .top .left ul li {
  list-style: none;
  margin-right: 36px;
  font-size: 14px;
  color: #fff;
  height: 22px;
}
#bottomMessage .bottom {
  height: 29px;
  padding-top: 10px;
}
#bottomMessage .bottom span {
  float: left;
  font-size: 14px;
  color: #fff;
}
#bottomMessage .bottom p {
  float: right;
  font-size: 14px;
  color: #fff;
}
#bottomMessage .WP_VisitCount{
float:right !important;
}
#bottomMessage .WP_VisitCount span{
margin:0;
padding:0;
border:none;
}


@media screen and (max-width: 480px) {
#web{
overflow-x:hidden;
}
.content{
width:100%;
padding:10px 0 !important;
box-sizing:border-box;
}
#share{
position:unset !important;
}
  #logo {
    width: 100%;
    margin-top: 0px;
    padding-top: 0;
    height: auto;
padding-bottom:10px;
  }
#logo img{
width:95%;
margin-left:2%;
}
  #logo .logo-left {
    margin-top: 0px;
    width: auto;
    float: none;
  }
  #logo .logo-left img {
    margin-top: 10px;
    width: 100%;
    transform: scale(0.9);
  }
  #logo .logo-right {
    float: none;
    padding-top: 0px;
    margin-left: 0px;
  }
  #logo .logo-right .link {
    float: none;
    display: flex;
    justify-content: center;
    height: auto;
    margin-top: 10px;
  }
  #logo .logo-right .search {
    display: none;
  }
  #logo .logo-center {
    float: none;
    margin-right: 0;
    margin-top: 10px;
    padding-bottom: 10px;
justify-content: center;
  }
#logo .logo-center div{
margin-left:15px;
}
  .body {
    width: 100%;
  }

  #tab {
    display: none;
    width: 100%;
  }
  #tab ul {
    display: block;
  }

  #banner {
    width: 100%;
    height: 180px;
  }
  #banner img {
    height: 180px !important;
  }
  #banner .carousel-inner {
    height: 180px;
  }
  #banner .buttonLeft {
    display: none;
  }
  #banner .buttonRight {
    display: none;
  }
  #banner .carousel-indicators {
    display: none;
  }
  #banner #carouselExampleDark {
    height: 180px !important;
  }

  #show {
    display: none;
    width: 100%;
  }

#mainMessage .top{
width:96%;
margin:0 2%;
}
#mainMessage .bottom .left{
width:96%;
margin:0 2%;
float:none;

}
#mainMessage .bottom .left .content{
overflow-x:auto;
}
#mainMessage .bottom .left .wp_articlecontent{
width:600px;
}
#mainMessage .bottom .right{
width:96%;
margin:0 2%;
float:none

}
#mainMessage .bottom .right .message2 .messageBottom img{
width:100%;
}
  #bottomMessage {
    width: 100%;
    height: auto;
  }
  #bottomMessage .top {
    height: auto;
  }
  #bottomMessage .top .left {
    float: none;
    margin-left: 10px;
  }
  #bottomMessage .top .left span {
    display: block;
    padding-top: 20px;
    margin-top: 0;
  }
  #bottomMessage .top .left ul {
    display: block;
  }
  #bottomMessage .top .left ul li {
    margin-top: 10px;
  }
  #bottomMessage .top .right {
    float: none;
  }
  #bottomMessage .top .right .bottomLogo {
    margin-top: 25px;
  }
  #bottomMessage .top .right a img {
    width: 90%;
    height: 38px;
    margin-left: 3%;
  }
  #bottomMessage .bottom {
    height: auto;
    padding-left: 15px;
  }
  #bottomMessage .bottom span {
    float: none;
  }
  #bottomMessage .bottom div {
    display: none;
  }
  #bottomMessage .bottom p {
    display: none;
   
  }
}