* {
  -webkit-text-size-adjust: none;
}

html {
  padding: 0;
  margin: 0;
}

body {
  overflow-x: hidden;
  font-size: 14px;
  margin: 0;
  padding: 0;
  font-family: "Microsoft YaHei", sans-serif;
  color: #333;
  min-width: 1000px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background: #fff;
}

a {
  text-decoration: none;
  color: #333;
}

a:hover {
  color: #2543A7;
}

:focus {
  outline: 0;
}

::-moz-focus-inner {
  padding: 0;
  border: 0;
}

img {
  max-width: 100%;
  border: 0;
  vertical-align: middle;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

ul, ol, dl, li, dd, th, td, form, textarea, input, p, figure, blockquote {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

input {
  border-radius: 0;
  color: inherit;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: normal;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: '.';
  display: block;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  clear: both;
}

.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

input::-webkit-input-placeholder {
  color: #DADADA;
}

input::-moz-placeholder {
  
  color: #DADADA;
}

input:-moz-placeholder {
  
  color: #DADADA;
}

input:-ms-input-placeholder {
  
  color: #DADADA;
}

.g-wrap, .is-main {
  width: 1000px;
  margin: 0 auto;
}

.is-header {
  position: relative;
  z-index: 9;
}

.is-header .m-top {
  height: 35px;
  background: #f6f6f6;
}

.is-header .m-top .slogan {
  line-height: 35px;
}

.is-header .u-search {
  position: relative;
  margin-top: 4px;
}

.is-header .u-search .search-text {
  border: 1px solid #EAEAEA;
  height: 24px;
  line-height: 24px;
  padding-left: 10px;
  padding-right: 30px;
  color: #999;
}

.is-header .u-search .search-text:focus {
  -webkit-box-shadow: inset 0 0 12px 1px rgba(37, 67, 167, .3);
  box-shadow: inset 0 0 12px 1px rgba(37, 67, 167, .3);
}

.is-header .u-search .search-btn {
  width: 14px;
  height: 14px;
  background: url('../image/search.png') 0 0 no-repeat;
  border: 0;
  z-index: 5;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 7px;
}

.is-header .m-nav {
  height: 90px;
  background: #fff;
}

.is-header .m-nav .logo {
  width: 201px;
  height: 62px;
  margin-top: 14px;
}

.is-header .m-nav .nav {
  height: 90px;
}

.is-header .m-nav .nav li {
  float: left;
  position: relative;
}

.is-header .m-nav li > a {
  padding: 0 25px;
  display: block;
  height: 90px;
  line-height: 90px;
  font-size: 16px;
  font-weight: bold;
  transition: .2s;
}

.is-header .m-nav li .sub_nav {
  position: absolute;
  left: 0;
  top: 90px;
  width: 100%;
  background: rgba(256, 256, 256, 05);
  display: none;
}

.is-header .m-nav li .sub_nav a {
  display: block;
  line-height: 40px;
  height: 40px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
  color: #666;
  text-align: center;
  padding: 0 5px;
  border-top: 1px solid rgba(226, 226, 226, 1);
}

.is-header .m-nav li .sub_nav a:hover {
  color: #2543A7;
  background: #f6f6f6;
}

.is-header .m-nav li.active > a, .is-header .m-nav li:hover > a {
  color: #2543A7;
}

.is-header .m-nav li.active > a:after, .is-header .m-nav li:hover > a:after {
  content: '';
  display: block;
  height: 2px;
  background: #2543A7;
  border-radius: 5px;
  position: absolute;
  bottom: 22px;
  left: 50%;
  margin-left: -25px;
  width: 50px;

}

.is-header .m-nav li:hover .sub_nav {
  display: block;
}

.is-footer {
  margin-top: 30px;
  background: #2647a4;
}

.is-footer .footer-nav {
  text-align: center;
  padding-top: 30px;
}

.is-footer .footer-nav li {
  font-weight: bold;
  display: inline-block;
  margin: 0 54px;
  transition: 0.3s;
}

.is-footer .footer-nav li a {
  color: #fff;
}

.is-footer .footer-nav li:hover {
  transform: translateY(-3px);
}

.is-footer .footer-select {
  margin-top: 25px;
  height: 35px;
}

.is-footer .footer-select dl {
  height: 35px;
  line-height: 35px;
  width: 220px;
  float: left;
  margin-right: 40px;
  background: #fff;
  position: relative;
  z-index: 10
}

.is-footer .footer-select dl:last-child {
  margin-right: 0;
}

.is-footer .footer-select dl dt {
  padding-left: 10px;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  cursor: pointer;
  color: #333;
  background: url(../image/link-jt.png) no-repeat 200px center;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.is-footer .footer-select dd {
  position: absolute;
  left: 0px;
  bottom: 35px;
  background: #fff;
  display: none;
  z-index: 98;
  border: #ddd 1px solid;
  width: 218px;
}

.is-footer .footer-select dd ul li {
  float: none;
  width: auto;
  text-align: left;
}

.is-footer .footer-select dd ul li a {
  display: block;
  padding: 0 10px;
  width: auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #444;
}

.is-footer .footer-select dd ul li a:hover {
  background: #f0f0f0;
  text-decoration: none;
}

.is-footer .footer-bottom {
  padding: 20px 0;
  text-align: center;
  color: #fff;
  line-height: 26px;
  font-size: 13px;
}

.is-footer .footer-bottom .ga {
  margin-top: 5px;
}

.is-footer .footer-bottom .ga img {
  margin-right: 10px;
  position: relative;
  top: -2px;
}

.is-banner {
  height: 300px;
  position: relative;
  width: 100%;
}

.is-banner img {
  width: 1920px;
  height: 300px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.m-route {
  height: 60px;
  line-height: 60px;
  background: #fff;
}


.m-slide {
  float: left;
  width: 225px;
  position: relative;
}

.m-slide .menu dt {
  
  line-height: 30px;
  font-size: 20px;
  text-align: center;
  background: #F5F5F5;
  white-space: break-spaces;
  padding: 10px 0;
}

.m-slide .menu dd {
  border: 1px solid #ddd;
  border-top: none;
  position: relative;
}

.m-slide .menu dd a {
  display: block;
  line-height: 48px;
  font-size: 16px;
  text-align: center;
}

.m-slide .menu dd a:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 5px;
  height: 48px;
  background: #fff;
}

.m-slide .menu dd a:hover, .m-slide .menu dd a.active {
  color: #2543A7;
  font-weight: bold;
}

.m-slide .menu dd a:hover:after, .m-slide .menu dd a.active:after {
  background: #2543A7;
}


.m-slide .side-search {
  margin-top: 20px;
}

.m-slide .side-search .txt {
  height: 40px;
  line-height: 40px;
  border: 1px solid #eee;
  padding-left: 10px;
  box-sizing: border-box;
  width: 100%;
}

.m-slide .side-search .group {
  margin-top: 10px;
}

.m-slide .side-search select {
  width: 135px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #555;
  border: 1px solid #eee;
  text-align: center;
}

.m-slide .side-search .submit {
  float: right;
  width: 80px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  font-size: 14px;
  background: #2647a4;
  border: none;
  cursor: pointer;
}


.m-container {
  float: right;
  width: 745px;
  position: relative;
}


.m-container .list-content img {
  margin: 15px auto;
  display: block;
  max-width: 100%;
}

.m-container .list-content p {
  font-size: 16px;
  line-height: 30px;
  text-align: justify;
  margin-right: 10px;
}


.m-container .list li {
  padding: 15px 0;
  border-bottom: 1px solid #e9e9e9;
  overflow: hidden;
}

.m-container .list li .pic {
  float: left;
  display: block;
  width: 150px;
  height: 100px;
  margin-right: 30px;
  overflow: hidden;
}

.m-container .list li .pic img {
  max-width: 100%;
  height: auto;
  transition: .5s;
}

.m-container .list li .pic img:hover {
  transform: scale(1.1);
}

.m-container .list li:last-child {
  border-bottom: none;
}

.m-container .list li h2 {
  line-height: 1.4;
  margin-bottom: 10px;
}

.m-container .list li h2 a {
  color: #000;
  font-size: 20px;
}

.m-container .list li h2 a:hover {
  color: #2647a4;
}

.m-container .list li p a {
  color: #999
}

.m-container .list li p:hover {
  color: #2647a4;
}

.m-container .list li p:hover a {
  color: #2647a4;
}

.m-container .list .info {
  color: #999;
  line-height: 30px;
  margin-top: 5px;
}

.m-container li .info span {
  margin-right: 10px;
}

.getMore {
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  text-align: center;
  display: block;
  margin: 20px auto;
}

#pagination {
  margin-top: 20px;
}

.info-state {
  border: 1px solid #f0f0f0;
  padding: 15px;
  font-size: 12px;
  line-height: 1.8;
}

.info-state .state {
  color: #333;
}

.info-state .info-state-one {
  color: #999;
  text-align: justify;
}


.m-content .title {
  font-size: 22px;
  color: #000;
  text-align: center;
  line-height: 36px;
}

.m-content .sub_title {
  font-size: 18px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.m-content .info {
  font-size: 14px;
  color: #999;
  position: relative;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #ddd;
}

.m-content .info span {
  display: inline-block;
  margin-right: 15px;
}

.sizeControl {
  float: right;
  color: #999;
}

.sizeControl a {
  display: inline-block;
  margin: 0 3px;
  color: #999;
  cursor: pointer;
}

.sizeControl a.hover, .sizeControl a:hover {
  color: #F37F11;
}

.m-content .content-box {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.8;
  text-align: justify;
}

.m-content .content-box p {
  margin: 10px 0;
  text-indent: 2em;
}

.m-content .content-box div {
  margin: 10px 0;
  text-indent: 2em;
}

.m-content .content-box p span{
  white-space: normal !important;
}
.m-content .content-box .indext{
  display: inline-block;
  padding-right: 2em;
}

.m-content .content-box img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.m-content .switch {
  margin: 15px 0;
  height: 80px;
}

.m-content .switch .switch-btn {
  width: 420px;
  background: #f6f6f6;
  height: 50px;
  padding: 15px;
  display: block;
}

.m-content .switch .switch-btn h2 {
  color: #333;
  font-size: 14px;
  margin-bottom: 10px;
}

.m-content .switch .switch-btn p {
  font-size: 16px;
  color: #A3A3A3;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.m-content .switch a:hover p {
  color: #2647a4;
}


.is-share {
  background: #2543A7;
  width: 70px;
  padding: 0 10px;
  height: 325px;
  top: 145px;
  position: fixed;
  z-index: 999;
  left: 50%;
  margin-left: -590px;
}

.is-share h2 {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 60px;
}

.is-share .box {
  height: 195px;
  background: #fff;
}

.is-share .social-share a {
  margin: 0 !important;
  font-size: 0;
}

.is-share .social-share span {
  font-size: 12px !important;
}

.is-share .weixin, .is-share .weibo, .is-share .qq {
  background-image: url('../image/fenxiang.png');
  color: #999;
  text-align: center;
  padding-top: 44px;
  cursor: pointer;
  display: block;
}

.is-share .weixin:hover, .is-share .weibo:hover, .is-share .qq:hover {
  background-position-x: -82px;
}

.is-share .weixin {
  background-position: 0 -28px;
}

.is-share .weibo {
  background-position: 0 -92px;
}

.is-share .qq {
  background-position: 0 -152px;
}

.is-share .backTop {
  cursor: pointer;
  margin-top: 20px;
  padding-top: 20px;
  background: url('../image/top.png') top center no-repeat;
  font-size: 14px;
  color: #fff;
  text-align: center;
}

.open-link {
  width: 200px;
  float: right;
  line-height: 35px;
  text-align: right;
  margin-left: 10px;
}

.open-link a {
  display: inline-block;
  margin-right: 10px;
}