@charset "UTF-8";

*,
dl,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0
}

div.footer-wrapper2 .red-wrap .item-box.left-img a.arrow img,
div.header-wrapper .right .slide-info a.logo-min img {
  max-width: 100%
}

@-webkit-keyframes loadingText {
  0% {
    content: ''
  }

  30% {
    content: '.'
  }

  60% {
    content: '..'
  }

  100% {
    content: '...'
  }
}

@keyframes loadingText {
  0% {
    content: ''
  }

  30% {
    content: '.'
  }

  60% {
    content: '..'
  }

  100% {
    content: '...'
  }
}

.container:after,
div.header-wrapper .logo a:after {
  content: '';
  clear: both
}

* {
  padding: 0
}

body,
html {
  font-size: 12px;
  font-family: "Microsoft Yahei", sans-serif
}

body {
  background: url(body_bg_min.png) left top #FAFAFA
}

@media screen and (max-width:980px) {
  body {
    padding-top: 100px
  }
}

@media screen and (max-width:420px) {
  body {
    padding-top: 80px
  }
}

li,
ol,
ul {
  list-style: none
}

.container {
  width: 1200px;
  margin: 0 auto;
  padding: 0
}

.container:after {
  display: block
}

@media screen and (max-width:1200px) {
  .container {
    width: 100%;
    padding: 0 15px
  }
}

.clearfix {
  width: 100%;
  clear: both
}

div.select-wrap {
  display: inline-block;
  background: url(select_down.png) right 6px center no-repeat #FFF;
  padding-right: 25px;
  padding-left: 5px;
  box-sizing: border-box;
  position: relative
}

div.select-wrap p.name {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
  line-height: 30px;
  color: #666;
  text-align: center
}

div.select-wrap .select-list {
  display: none;
  min-width: 100%;
  padding-top: 10px;
  position: absolute;
  left: 0
}

div.select-wrap .select-list ul {
  width: 100%;
  max-height: 120px;
  padding: 5px 0;
  overflow-y: auto;
  background: #FFF;
  border-radius: 3px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .1)
}

div.select-wrap .select-list ul li {
  padding: 6px 10px;
  font-size: 14px;
  color: #666;
  white-space: nowrap;
  cursor: pointer
}

div.select-wrap:hover .select-list {
  display: block
}

div.header-wrapper {
  width: 100%;
  padding: 45px 0 45px;
  background: url(header_bg.jpg) bottom center no-repeat;
  backgorund-size: cover;
 /* position: fixed;	      top: 0;	      left: 0;	      z-index: 999; */
}

div.header-wrapper .logo {
  width: 590px;
  height: 115px;
  overflow: hidden;
  float: left;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column
}

div.header-wrapper .logo a,
div.header-wrapper .logo a:after {
  display: block
}

div.header-wrapper .logo img.hui {
  width: 120px;
  height: 115px;
  display: block;
  float: left
}

div.header-wrapper .logo ul.img {
  width: 470px;
  height: 115px;
  overflow: hidden;
  float: right;
  position: relative
}

div.header-wrapper .logo ul.img li {
  display: none;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0
}

div.header-wrapper .logo ul.img li img {
  width: 100%;
  display: block
}

div.header-wrapper .logo ul.img li.active {
  display: block
}

div.header-wrapper .logo.logo3 {
  width: 590px;
  height: 152px
}

div.header-wrapper .logo.logo3 img.hui,
div.header-wrapper .logo.logo3 img.three {
  display: inline-block;
  vertical-align: middle;
  float: none
}

div.header-wrapper .logo.logo3 img.three {
  width: 456px;
  height: 152px
}

div.header-wrapper .right {
  float: right
}

div.header-wrapper .right .fl {
  float: left
}

div.header-wrapper .right .search-wrap {
  width: 350px
}

div.header-wrapper .right .search-wrap form.search-box {
  display: block;
  margin: 15px 0;
  width: 100%;
  height: 48px;
  border-radius: 5px;
  border: 1px solid #CCC;
  position: relative;
  background: #FFF;
  padding: 0 60px 0 100px;
  box-sizing: border-box
}

div.header-wrapper .right .search-wrap form.search-box .select {
  width: 100px;
  height: 100%;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999
}

div.header-wrapper .right .search-wrap form.search-box .select p.name {
  line-height: 46px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

div.header-wrapper .right .search-wrap form.search-box .select .select-list {
  padding-top: 1px
}

div.header-wrapper .right .search-wrap form.search-box input.txt {
  width: 100%;
  height: 100%;
  border: 0;
  outline: 0;
  font-size: 14px;
  color: #333
}

div.header-wrapper .right .search-wrap form.search-box input.txt::-webkit-input-placeholder {
  color: #aaa
}

div.header-wrapper .right .search-wrap form.search-box input.txt::-moz-placeholder {
  color: #aaa
}

div.header-wrapper .right .search-wrap form.search-box input.txt:-ms-input-placeholder {
  color: #aaa
}

div.header-wrapper .right .search-wrap form.search-box input.txt::-ms-input-placeholder {
  color: #aaa
}

div.header-wrapper .right .search-wrap form.search-box input.txt::placeholder {
  color: #aaa
}

div.header-wrapper .right .search-wrap form.search-box button.btn-search {
  width: 60px;
  height: 100%;
  background: url(search.png) center no-repeat #bd1a2d;
  background-size: 27px 26px;
  border: 0;
  box-shadow: none;
  outline: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  position: absolute;
  top: 0;
  right: 0
}

div.header-wrapper .right .search-wrap ul.tags {
  padding-left: 56px;
  position: relative;
  box-sizing: border-box
}

div.header-wrapper .right .search-wrap ul.tags:before {
  display: block;
  content: '热门搜索：';
  font-size: 13px;
  color: #666;
  position: absolute;
  left: 0;
  top: 5px;
  z-index: 1
}

div.header-wrapper .right .search-wrap ul.tags li {
  display: inline-block;
  vertical-align: middle;
  padding: 5px 10px
}

div.header-wrapper .right .search-wrap ul.tags li a {
  font-size: 12px;
  color: #666;
  text-decoration: none
}

div.header-wrapper .right .slide-info {
  padding-top: 15px;
  padding-left: 24px
}

div.header-wrapper .right .slide-info a.logo-min {
  display: block;
  width: 57px;
  height: 57px
}

div.header-wrapper .right .slide-info ul.enter {
  width: 138px;
  padding-left: 10px;
  box-sizing: border-box
}

div.header-wrapper .right .slide-info ul.enter:after {
  display: block;
  content: '';
  clear: both
}

div.header-wrapper .right .slide-info ul.enter li {
  width: 50%;
  padding: 5px 0;
  float: left
}

div.header-wrapper .right .slide-info ul.enter li a {
  font-size: 12px;
  color: #333;
  text-decoration: none
}

@media screen and (max-width:1200px) {
  div.header-wrapper {
	  position: fixed;
	      top: 0;
	      left: 0;
	      z-index: 999;
    padding: 20px 0;
    box-sizing: border-box
  }

  div.header-wrapper .logo {
    width: 385px;
    height: 75px
  }

  div.header-wrapper .logo img.hui {
    width: 78px;
    height: 75px
  }

  div.header-wrapper .logo ul.img {
    width: 307px;
    height: 75px
  }

  div.header-wrapper .logo.logo3 {
    width: 420px;
    height: 100px
  }

  div.header-wrapper .logo.logo3 img.three {
    width: 300px;
    height: 100px
  }

  div.header-wrapper .right {
    zoom: .8
  }

  div.header-wrapper .right .search-wrap ul.tags {
    display: none
  }
}

@media screen and (max-width:980px) {
  div.header-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    padding: 10px 0
  }

  div.header-wrapper .logo {
    width: 305px;
    height: 59px
  }

  div.header-wrapper .logo img.hui {
    width: 62px;
    height: 59px
  }

  div.header-wrapper .logo ul.img {
    width: 241px;
    height: 59px
  }

  div.header-wrapper .logo.logo3 {
    width: 320px;
    height: 80px;
    display: block
  }

  div.header-wrapper .logo.logo3 img.three {
    width: 240px;
    height: 80px
  }

  div.header-wrapper .right {
    display: none
  }

  div.header-wrapper .mobile-menu {
    width: 26px;
    height: 26px;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -13px;
    cursor: pointer
  }

  div.header-wrapper .mobile-menu span,
  div.header-wrapper .mobile-menu:after,
  div.header-wrapper .mobile-menu:before {
    display: block;
    content: '';
    width: 100%;
    height: 4px;
    background: #999;
    margin: 5px 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: relative;
    top: 0
  }

  div.header-wrapper .mobile-menu:before {
    margin-top: 0
  }

  div.header-wrapper .mobile-menu span {
    left: 0
  }

  div.header-wrapper .mobile-menu.active span {
    width: 1px;
    left: 100%;
    visibility: hidden
  }

  div.header-wrapper .mobile-menu.active:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 8px;
    left: 1px
  }

  div.header-wrapper .mobile-menu.active:after {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    top: -10px;
    left: 1px
  }
}

@media screen and (max-width:420px) {
  div.header-wrapper .logo {
    width: 231px;
    height: 45px
  }

  div.header-wrapper .logo img.hui {
    width: 47px;
    height: 45px
  }

  div.header-wrapper .logo ul.img {
    width: 184px;
    height: 45px
  }

  div.header-wrapper .logo.logo3 {
    width: 255px;
    height: 67px
  }

  div.header-wrapper .logo.logo3 img.hui,
  div.header-wrapper .logo.logo3 img.three {
    display: block;
    float: left
  }

  div.header-wrapper .logo.logo3 img.hui {
    margin-top: 12px
  }

  div.header-wrapper .logo.logo3 img.three {
    width: 200px;
    height: 67px;
    margin-left: 3px
  }
}

div.navigation-wrapper {
  width: 100%;
  background: url(nav_bg.png) top center repeat-x
}

div.navigation-wrapper .list {
  display: table;
  width: 100%;
  height: 64px
}

div.navigation-wrapper .list .item {
  text-indent: -4px;
  display: table-cell;
  vertical-align: middle;
  width: 1%;
  padding: 0 5px;
  white-space: nowrap;
  text-align: center;
  position: relative
}

div.navigation-wrapper .list .item a {
  font-size: 22px;
  color: #FFF;
  text-decoration: none;
  outline: 0;
  display: inline-block;
  position: relative;
  z-index: 10;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

div.navigation-wrapper .list .item a:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1)
}

div.navigation-wrapper .list .item span.hot {
  display: block;
  width: 40px;
  height: 20px;
  background: url(hot.png) left center no-repeat;
  background-size: 40px 20px;
  position: absolute;
  top: 2px;
  left: 6px;
  z-index: 10
}

div.navigation-wrapper .list .item.active a {
  font-size: 20px;
  color: #f31515;
  font-weight: 700
}

div.navigation-wrapper .list .item.active:before {
  display: block;
  content: '';
  background: url(nav_active.png) center no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 76px;
  position: absolute;
  top: -6px;
  left: 0;
  z-index: 1
}

div.navigation-wrapper .list .item .sub-list {
  display: none;
  min-width: 100%;
  color: #333;
  background: #FFF;
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  position: absolute;
  left: 0;
  top: 64px;
  z-index: 999
}

div.navigation-wrapper .list .item .sub-list:before {
  display: block;
  content: '';
  width: 20px;
  height: 10px;
  background: url(select_up.png) bottom center no-repeat;
  background-size: 20px 10px;
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -10px
}

div.navigation-wrapper .list .item .sub-list .sub-item {
  padding: 15px 12px;
  border-top: 1px dashed #EEE;
  text-indent: 0;
  position: relative
}

div.navigation-wrapper .list .item .sub-list .sub-item a {
  font-size: 16px;
  color: #333;
  white-space: nowrap
}

div.navigation-wrapper .list .item .sub-list .sub-item:first-child {
  border-top: none
}

div.navigation-wrapper .list .item .sub-list .sub-item .inner-sub {
  display: none;
  top: 0;
  left: 100%;
  padding-left: 0;
  position: absolute
}

div.navigation-wrapper .list .item .sub-list .sub-item .inner-sub .white {
  background: #FFF;
  box-shadow: 0 0 10px rgba(0, 0, 0, .1)
}

div.navigation-wrapper .list .item .sub-list .sub-item .inner-sub .sub-item {
  text-align: center
}

div.navigation-wrapper .list .item .sub-list .sub-item:hover {
  background: #FADD70
}

div.navigation-wrapper .list .item .sub-list .sub-item:hover a {
  color: #FFF;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, .5)
}

div.navigation-wrapper .list .item .sub-list .sub-item:hover a:hover {
  color: #FFF;
  -webkit-transform: scale(1);
  transform: scale(1)
}

div.navigation-wrapper .list .item .sub-list .sub-item:hover .inner-sub {
  display: block
}

div.navigation-wrapper .list .item .sub-list .sub-item:hover .inner-sub .sub-item a {
  color: #333
}

div.navigation-wrapper .list .item .sub-list .sub-item:hover .inner-sub .sub-item:hover a {
  color: #FFF;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, .5)
}

div.navigation-wrapper .list .item.search {
  padding: 15px 0;
  display: none
}

div.navigation-wrapper .list .item.search a.btn-search {
  width: 110px;
  margin: 0 auto;
  display: block;
  font-size: 14px;
  color: #FFF;
  background: #f31515;
  border-radius: 5px;
  line-height: 26px
}

div.navigation-wrapper .list .item.search a.btn-search span,
div.navigation-wrapper .list .item.search a.btn-search:before {
  display: inline-block;
  vertical-align: middle
}

div.navigation-wrapper .list .item.search a.btn-search:before {
  content: '';
  width: 26px;
  height: 26px;
  background: url(search.png) center no-repeat;
  background-size: 16px 16px;
  margin-right: 5px
}

div.navigation-wrapper .list .item:hover .sub-list {
  display: block
}

div.navigation-wrapper .list .item:hover .sub-list .inner-sub .sub-item a {
  color: #333;
  font-weight: 400;
  text-shadow: none
}

@media screen and (max-width:1200px) {
  div.navigation-wrapper .list .item a {
    font-size: 16px
  }

  div.navigation-wrapper .list .item span.hot {
    width: 30px;
    height: 15px;
    background-size: 30px 15px;
    left: 15px
  }

  div.navigation-wrapper .list .item.active a {
    font-size: 20px
  }
}

@media screen and (max-width:980px) {
  div.navigation-wrapper {
    width: 200px;
    height: 100%;
    position: fixed;
    top: 0;
    left: -200px;
    z-index: 990;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
  }

  div.navigation-wrapper.fixed {
    left: 0
  }

  div.navigation-wrapper .container {
    height: 100%;
    box-sizing: border-box;
    padding: 100px 0 0;
    background: #FFF;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1)
  }

  div.navigation-wrapper .list {
    display: block;
    height: 100%;
    overflow-y: auto
  }

  div.navigation-wrapper .list .item {
    display: block;
    width: auto
  }

  div.navigation-wrapper .list .item a {
    color: #333;
    font-size: 14px;
    display: block;
    width: 100%;
    height: 100%
  }

  div.navigation-wrapper .list .item .sub-list:before,
  div.navigation-wrapper .list .item span.hot {
    display: none
  }

  div.navigation-wrapper .list .item p.top {
    border-top: 1px solid #EEE;
    padding-right: 36px;
    position: relative
  }

  div.navigation-wrapper .list .item p.top a {
    padding: 12px 0;
    font-size: 16px
  }

  div.navigation-wrapper .list .item p.top i.handle {
    width: 36px;
    height: 100%;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    background: url(arrow.png) center no-repeat
  }

  div.navigation-wrapper .list .item .sub-list {
    display: none;
    position: static;
    box-shadow: none;
    background: #f4f4f4
  }

  div.navigation-wrapper .list .item .sub-list .sub-item {
    border-top: 1px solid #dfdfdf;
    padding: 0
  }

  div.navigation-wrapper .list .item .sub-list .sub-item a {
    font-size: 14px;
    color: #666;
    padding: 12px 15px
  }

  div.navigation-wrapper .list .item .sub-list .sub-item .inner-sub {
    left: 0;
    position: static
  }

  div.navigation-wrapper .list .item .sub-list .sub-item .inner-sub .white {
    background: #f4f4f4;
    box-shadow: none;
    border-top: 1px solid #dfdfdf
  }

  div.navigation-wrapper .list .item .sub-list .sub-item:hover {
    background: 0 0
  }

  div.navigation-wrapper .list .item .sub-list .sub-item:hover a {
    color: #f31515;
    text-shadow: none
  }

  div.navigation-wrapper .list .item .sub-list .sub-item:hover .inner-sub {
    display: block
  }

  div.navigation-wrapper .list .item .sub-list .sub-item:hover .inner-sub .sub-item a {
    color: #333
  }

  div.navigation-wrapper .list .item .sub-list .sub-item:hover .inner-sub .sub-item:hover a {
    color: #f31515;
    text-shadow: none
  }

  div.navigation-wrapper .list .item.search {
    display: block !important
  }

  div.navigation-wrapper .list .item.active:before,
  div.navigation-wrapper .list .item:hover .sub-list {
    display: none
  }

  div.navigation-wrapper .list .item.hover p.top i.handle {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
  }

  div.navigation-wrapper .list .item.hover .sub-list {
    display: block
  }
}

@media screen and (max-width:420px) {
  div.navigation-wrapper .container {
    padding-top: 80px
  }
}

div.footer-wrapper2 .red-wrap {
  width: 100%;
  padding: 36px 0;
  background: url(footer_bg.png) top center no-repeat #bd1a2d;
  background-size: cover
}

div.footer-wrapper2 .red-wrap:after {
  display: block;
  content: '';
  clear: both
}

div.footer-wrapper2 .red-wrap .item-box {
  min-height: 150px;
  float: left;
  background: #a91728;
  padding: 10px 20px;
  margin-left: 20px;
  box-sizing: border-box;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center
}

div.error-dialog-wrap,
div.fixed-share-wrap ul.list li span.tit {
  -webkit-box-pack: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal
}

div.footer-wrapper2 .red-wrap .item-box:first-child {
  margin-left: 0
}

div.footer-wrapper2 .red-wrap .item-box.left-img {
  width: 240px;
  text-align: center;
  background: 0 0
}

div.footer-wrapper2 .red-wrap .item-box.left-img a.arrow {
  display: inline-block;
  /* padding: 10px; */
  vertical-align: middle;
  text-align: left;
  margin-top: 25px
}

div.footer-wrapper2 .red-wrap .item-box.left-img a.arrow.gov {
  width: 60px
}

div.footer-wrapper2 .red-wrap .item-box.left-img a.arrow.jc {
  width: 120px
}

div.footer-wrapper2 .red-wrap .item-box.nav-list {
  width: 320px;
  padding: 21px 28px;
  text-align: center
}

div.footer-wrapper2 .red-wrap .item-box.nav-list ul.list {
  width: 260px;
  display: inline-block
}

div.footer-wrapper2 .red-wrap .item-box.nav-list ul.list:after {
  display: block;
  content: '';
  clear: both
}

div.footer-wrapper2 .red-wrap .item-box.nav-list ul.list li {
  width: 130px;
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
  color: #FFF;
  padding: 15px 0;
  float: left
}

div.footer-wrapper2 .red-wrap .item-box.nav-list ul.list li a {
  color: #FFF;
  text-decoration: none
}

div.footer-wrapper2 .red-wrap .item-box.nav-list ul.list li a:focus,
div.footer-wrapper2 .red-wrap .item-box.nav-list ul.list li a:hover {
  text-decoration: none
}

div.footer-wrapper2 .red-wrap .item-box.info-list {
  width: 290px;
  padding: 10px 28px;
  text-align: center
}

div.footer-wrapper2 .red-wrap .item-box.info-list ul.list {
  display: inline-block
}

div.footer-wrapper2 .red-wrap .item-box.info-list ul.list li {
  font-size: 14px;
  line-height: 1.5;
  color: #FFF;
  padding: 5px 0;
  text-align: left
}

div.footer-wrapper2 .red-wrap .item-box.code-list {
  width: 250px;
  padding: 20px 28px;
  text-align: center
}

div.footer-wrapper2 .red-wrap .item-box.code-list dl.wx-box {
  width: 80px;
  display: inline-block;
  margin-left: 20px
}

div.footer-wrapper2 .red-wrap .item-box.code-list dl.wx-box:first-child {
  margin-left: 0
}

div.footer-wrapper2 .red-wrap .item-box.code-list dl.wx-box dt img {
  width: 100%;
  height: 80px
}

div.footer-wrapper2 .red-wrap .item-box.code-list dl.wx-box dd {
  font-size: 14px;
  color: #FFF;
  line-height: 1;
  text-align: center;
  padding-top: 10px
}

div.footer-wrapper2 .bottom-wrap {
  width: 100%;
  background: #dabb85;
  color: #000
}

div.footer-wrapper2 .bottom-wrap ul.list {
  padding: 18px 0;
  text-align: center;
  width: 100%
}

div.footer-wrapper2 .bottom-wrap ul.list li {
  font-size: 14px;
  color: #000;
  padding-left: 20px;
  display: inline-block;
  vertical-align: middle
}

div.footer-wrapper2 .bottom-wrap ul.list li:first-child {
  padding-left: 0
}

@media screen and (max-width:1200px) {
  div.footer-wrapper2 .red-wrap .item-box {
    width: 32%;
    margin: 1%
  }

  div.footer-wrapper2 .red-wrap .item-box:nth-child(2n+1) {
    margin-left: 0
  }

  div.footer-wrapper2 .red-wrap .item-box.left-img {
    width: 100%;
    min-height: 100px
  }

  div.footer-wrapper2 .red-wrap .item-box.left-img a.arrow {
    margin-top: 0
  }

  div.footer-wrapper2 .red-wrap .item-box.code-list,
  div.footer-wrapper2 .red-wrap .item-box.info-list,
  div.footer-wrapper2 .red-wrap .item-box.nav-list {
    width: 31.6%
  }

  div.footer-wrapper2 .red-wrap .item-box.nav-list ul.list {
    width: 100%
  }

  div.footer-wrapper2 .red-wrap .item-box.nav-list ul.list li {
    width: 50%
  }

  div.footer-wrapper2 .bottom-wrap ul.list li {
    padding: 5px 10px
  }
}

@media screen and (max-width:980px) {
  div.footer-wrapper2 .red-wrap .item-box {
    margin: 1% 2%
  }

  div.footer-wrapper2 .red-wrap .item-box.left-img dl.wx-box {
    width: 80px;
    display: inline-block !important;
    margin-left: 20px
  }

  div.footer-wrapper2 .red-wrap .item-box.left-img dl.wx-box:first-child {
    margin-left: 0
  }

  div.footer-wrapper2 .red-wrap .item-box.left-img dl.wx-box dt img {
    width: 100%
  }

  div.footer-wrapper2 .red-wrap .item-box.left-img dl.wx-box dd {
    font-size: 14px;
    color: #FFF;
    line-height: 1;
    text-align: center;
    padding-top: 10px
  }

  div.footer-wrapper2 .red-wrap .item-box.info-list,
  div.footer-wrapper2 .red-wrap .item-box.nav-list {
    width: 47%
  }

  div.footer-wrapper2 .red-wrap .item-box.code-list {
    display: none
  }
}

@media screen and (max-width:768px) {

  div.footer-wrapper2 .red-wrap .item-box.info-list,
  div.footer-wrapper2 .red-wrap .item-box.nav-list {
    width: 100%;
    margin: 10px 0;
    text-align: left
  }

  div.footer-wrapper2 .red-wrap .item-box.nav-list {
    min-height: inherit;
    padding: 0
  }

  div.footer-wrapper2 .red-wrap .item-box.nav-list ul.list {
    display: table;
    width: 100%
  }

  div.footer-wrapper2 .red-wrap .item-box.nav-list ul.list:after {
    display: none
  }

  div.footer-wrapper2 .red-wrap .item-box.nav-list ul.list li {
    display: table-cell;
    width: 1%;
    float: none
  }

  div.footer-wrapper2 .red-wrap .item-box.info-list ul.list {
    display: block;
    width: 100%
  }
}

@media screen and (max-width:420px) {

  div.footer-wrapper2 .bottom-wrap ul.list li,
  div.footer-wrapper2 .red-wrap .item-box.info-list ul.list li,
  div.footer-wrapper2 .red-wrap .item-box.nav-list ul.list li {
    font-size: 12px
  }

  div.footer-wrapper2 .red-wrap .item-box {
    background: 0 0;
    min-height: inherit
  }

  div.footer-wrapper2 .red-wrap .item-box.left-img {
    margin: 0;
    display: block
  }

  div.footer-wrapper2 .red-wrap .item-box.left-img .line {
    display: block;
    width: 100%;
    height: 15px
  }

  div.footer-wrapper2 .red-wrap .item-box.left-img dl.wx-box {
    margin: 0 10px
  }

  div.footer-wrapper2 .red-wrap .item-box.left-img dl.wx-box dd {
    font-size: 12px;
    white-space: nowrap
  }

  div.footer-wrapper2 .red-wrap .item-box.info-list {
    padding: 0 10px
  }
}

div.footer-wrapper {
  width: 100%;
  padding: 25px 0;
  background: url(footer_bg.png) top center no-repeat #F32020;
  background-size: cover
}

div.footer-wrapper .left-content,
div.footer-wrapper .left-img,
div.footer-wrapper .right-content {
  font-size: 14px;
  color: #FFF;
  line-height: 30px;
  float: left
}

div.footer-wrapper .left-content a,
div.footer-wrapper .left-img a,
div.footer-wrapper .right-content a {
  color: #FFF;
  text-decoration: none
}

div.footer-wrapper .left-content a[href]:hover,
div.footer-wrapper .left-img a[href]:hover,
div.footer-wrapper .right-content a[href]:hover {
  text-decoration: underline
}

div.footer-wrapper .left-img {
  width: 250px;
  text-align: center;
  padding: 26px 0
}

div.footer-wrapper .left-img img {
  margin: 0 20px
}

div.footer-wrapper .left-img dl.wx-box {
  width: 80px;
  display: none;
  margin-top: 20px
}

div.footer-wrapper .left-img dl.wx-box dt img {
  display: block;
  width: 100%;
  height: 80px;
  margin: 0
}

div.footer-wrapper .left-img dl.wx-box dd {
  font-size: 12px;
  text-align: center;
  padding-top: 8px;
  letter-spacing: 3px;
  white-space: nowrap
}

div.footer-wrapper .left-content ul.list:after,
div.footer-wrapper .right-content ul.list:after {
  display: block;
  content: '';
  clear: both
}

div.footer-wrapper .left-content ul.list li.fl,
div.footer-wrapper .right-content ul.list li.fl {
  float: left
}

div.footer-wrapper .left-content ul.list li.ml15,
div.footer-wrapper .right-content ul.list li.ml15 {
  margin-left: 15px
}

div.footer-wrapper .left-content {
  width: 700px
}

div.footer-wrapper .left-content ul.list:after {
  display: block;
  content: '';
  clear: both
}

div.footer-wrapper .left-content ul.list li {
  padding: 0 10px;
  font-size: 14px;
  float: left
}

div.footer-wrapper .left-content ul.list.btm-nav {
  width: 100%;
  margin-bottom: 20px
}

div.footer-wrapper .left-content ul.list.btm-nav li {
  width: 25%;
  font-size: 16px
}

div.footer-wrapper .left-content ul.list.btm-nav li a:hover {
  text-decoration: none;
  opacity: .9
}

div.search-wrapper .search-result-wrap table.list td a.voice:hover,
div.yq-wrapper .yq-inner .title .more-box a.view:hover {
  opacity: .8
}

div.footer-wrapper .right-content {
  width: 245px;
  text-align: right
}

div.footer-wrapper .right-content:after {
  display: block;
  content: '';
  clear: both
}

div.footer-wrapper .right-content dl.wx-box {
  width: 105px;
  display: inline-block;
  margin-top: 30px;
  float: left;
  margin-left: 20px
}

div.footer-wrapper .right-content dl.wx-box:first-child {
  margin-left: 0
}

div.footer-wrapper .right-content dl.wx-box dt img {
  display: block;
  width: 100%;
  height: 105px
}

div.footer-wrapper .right-content dl.wx-box dd {
  font-size: 16px;
  text-align: center;
  padding-top: 10px;
  letter-spacing: 3px
}

@media screen and (max-width:1200px) {
  div.footer-wrapper {
    text-align: center
  }

  div.footer-wrapper .left-img {
    width: 100%;
    float: none
  }

  div.footer-wrapper .left-content,
  div.footer-wrapper .right-content {
    float: none;
    display: inline-block;
    vertical-align: top;
    text-align: left
  }
}

@media screen and (max-width:980px) {

  div.footer-wrapper .left-content,
  div.footer-wrapper .right-content {
    width: 100%
  }

  div.footer-wrapper .left-content ul.list li.fl,
  div.footer-wrapper .right-content ul.list li.fl {
    float: none
  }

  div.footer-wrapper .left-content ul.list li.ml15,
  div.footer-wrapper .right-content ul.list li.ml15 {
    margin-left: 0
  }

  div.footer-wrapper .left-img {
    text-align: center
  }

  div.footer-wrapper .left-img a.jc {
    display: none
  }

  div.footer-wrapper .left-img a.gov,
  div.footer-wrapper .left-img dl.wx-box {
    display: inline-block !important;
    vertical-align: middle
  }

  div.footer-wrapper .left-img dl.wx-box {
    margin-left: 30px
  }

  div.footer-wrapper .right-content dl.wx-box {
    display: none
  }
}

@media screen and (max-width:768px) {

  div.footer-wrapper .left-content,
  div.footer-wrapper .right-content {
    width: 100%;
    padding: 10px 5px
  }
}

@media screen and (max-width:420px) {
  div.footer-wrapper .left-img img {
    margin: 0
  }

  div.footer-wrapper .left-content ul.list.btm-nav li {
    width: 50%
  }
}

div.index-main-wrapper {
  padding: 20px 0
}

@media screen and (max-width:980px) {
  div.index-main-wrapper .container {
    padding-left: 0;
    padding-right: 0
  }
}

div.friend-links .friend-inner {
  position: relative;
  padding-top: 15px
}

div.friend-links .friend-inner:after {
  display: block;
  content: '';
  clear: both
}

div.friend-links .select-wrap {
  width: 376px;
  height: 42px;
  margin-left: 16px;
  display: block;
  float: left;
  border: 1px solid #EEE;
  border-radius: 6px;
  background: url(select.png) right 15px center no-repeat;
  padding-right: 20px;
  position: initial
}

div.friend-links .select-wrap.ml-none {
  margin-left: 0
}

div.friend-links .select-wrap p.name {
  line-height: 40px
}

div.friend-links .select-wrap .select-list ul {
  max-height: 190px;
  padding: 10px;
  background-color: rgba(255, 255, 255, .9) !important
}

div.friend-links .select-wrap .select-list ul:after {
  display: block;
  content: '';
  clear: both
}

div.friend-links .select-wrap .select-list ul li {
  width: 20%;
  padding: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left
}

@media screen and (max-width:1200px) {
  div.friend-links .select-wrap {
    margin-left: 1%;
    width: 32.6%
  }
}

@media screen and (max-width:980px) {
  div.friend-links .container {
    padding: 0
  }
}

@media screen and (max-width:768px) {
  div.friend-links .select-wrap {
    margin: 10px 0;
    width: 100%
  }

  div.friend-links .select-wrap .select-list ul:after {
    display: none
  }

  div.friend-links .select-wrap .select-list ul li {
    width: 100%;
    float: none
  }
}

div.index-box.icon-title .title a.more,
div.index-box.tab-title .title a.more {
  margin-right: 10px
}

div.index-box {
  width: 100%;
  padding: 0 20px;
  background: #FFF
}

div.index-box.fl {
  float: left
}

div.index-box.fr {
  float: right
}

div.index-box.half {
  width: 50%
}

div.index-box .title {
  border-bottom: 1px solid #ccc;
  background: left bottom no-repeat;
  position: relative
}

div.index-box .title:after {
  display: block;
  content: '';
  clear: both
}

div.index-box .title h2,
div.index-box .title h3 {
  font-size: 22px;
  line-height: 1;
  padding: 12px 0 15px;
  color: #333;
  background: left bottom no-repeat;
  position: relative;
  bottom: -1px;
  float: left
}

div.index-box .title h2 a,
div.index-box .title h3 a {
  color: #333;
  text-decoration: none
}

div.index-box .title h2 a[href]:hover,
div.index-box .title h3 a[href]:hover {
  color: #666
}

div.index-box .title h2 {
  background-image: url(title_line_large.jpg);
  background-size: 100% 4px
}

div.index-box .title h3 {
  background-image: url(title_line.png);
  letter-spacing: 2px;
  background-size: 100% 4px
}

div.index-box .title a.more {
  font-size: 14px;
  color: #999;
  line-height: 24px;
  padding: 12px 15px 12px 0;
  display: block;
  background: url(arrow.png) right center no-repeat;
  background-size: 8px 15px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10
}

div.index-box .title a.more:focus,
div.index-box .title a.more:hover {
  text-decoration: none;
  color: #666
}

div.index-box .title ul.list {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  margin-bottom: 0
}

div.index-box .title ul.list:before {
  display: block;
  content: '';
  width: 100%;
  border-bottom: 1px solid #f83c41;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1
}

div.index-box .title ul.list li {
  height: 40px;
  line-height: 40px;
  color: #666;
  padding: 0 10px;
  display: inline-block;
  vertical-align: middle
}

div.index-box .title ul.list li a {
  color: #333;
  font-size: 16px;
  line-height: 42px
}

div.index-box .title ul.list li a:focus,
div.index-box .title ul.list li a:hover {
  text-decoration: none
}

div.index-box .title ul.list li a:hover {
  color: #bd1a2d
}

div.index-box .title ul.list li.active {
  border: 1px solid #bd1a2d;
  background: #FFF;
  border-bottom-color: #FFF;
  position: relative;
  bottom: 0;
  z-index: 10
}

div.index-box .title ul.list li.active a {
  color: #bd1a2d;
  font-size: 18px;
  font-weight: 700;
  line-height: 40px
}

div.index-box .title.pr70 {
  padding-right: 60px
}

div.index-box .content:after {
  display: block;
  content: '';
  clear: both
}

div.index-box.tab-title .title {
  background-size: auto 100%;
  padding-left: 40px;
  background-color: #f7f7f7;
  border-bottom: 0
}

div.index-box.tab-title .title h2,
div.index-box.tab-title .title h3 {
  background: 0 0
}

div.index-box.tab-title .title ul.list {
  padding-left: 30px;
  box-sizing: border-box
}

div.index-box.tab-title.icon-04 .title {
  background-image: url(title_03.png)
}

div.index-box.tab-title.icon-05 .title {
  background-image: url(title_04.png)
}

div.index-box.icon-title .title {
  background-size: auto 100%;
  padding-left: 70px;
  background-color: #f7f7f7;
  border-bottom: 0
}

div.index-box.icon-title .title h2,
div.index-box.icon-title .title h3 {
  background: 0 0
}

div.index-box.icon-title.icon-01 .title {
  background-image: url(title_06.png)
}

div.index-box.icon-title.icon-02 .title {
  background-image: url(title_01.png)
}

div.index-box.icon-title.icon-03 .title {
  background-image: url(title_02.png)
}

div.index-box.icon-title.icon-06 .title {
  background-image: url(title_icon_06.png)
}

div.index-box.icon-title.icon-07 .title {
  background-image: url(guoji_icon1.png)
}

div.index-box.icon-title.icon-08 .title {
  background-image: url(guoji_icon2.png)
}

div.index-box.icon-title.icon-09 .title {
  background-image: url(guoji_icon3.png)
}

div.index-box.icon-title.icon-10 .title {
  background-image: url(guoji_icon4.png)
}

div.index-box.index-inner {
  padding: 0
}

div.index-box.index-inner .title {
  background-color: transparent;
  background-image: none !important;
  padding-left: 0
}

div.index-box.index-inner .title ul.list {
  padding-left: 0;
  border-bottom-color: #ccc
}

div.index-box.index-inner .title ul.list li {
  line-height: 46px;
  height: 46px;
  padding: 0 15px
}

div.index-box.index-inner .title ul.list li.active {
  background-color: #bd1a2d;
  color: #FFF
}

div.index-box.index-inner .title ul.list li.active a {
  color: #FFF;
  font-size: 16px
}

@media (max-width:420px) {

  div.index-box .title h2,
  div.index-box .title h3,
  div.index-box .title ul.list li a,
  div.index-box .title ul.list li.active a {
    font-size: 18px
  }
}

div.tab-content .panel {
  display: none;
  margin: 0;
  padding: 0;
  box-shadow: none
}

div.tab-content .panel.active {
  display: block
}

div.progress-box {
  width: 100%;
  height: 7px;
  background: #eee;
  border-radius: 8px;
  margin: 0 auto
}

div.progress-box span.bar {
  display: block;
  width: 0;
  height: 100%;
  background: #bd1a2d;
  border-radius: 8px
}

.index-slider {
  width: 620px;
  overflow: hidden;
  position: relative
}

.index-slider.fl {
  float: left
}

.index-slider .list {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 5
}

.index-slider .list .moveBox:after {
  display: block;
  content: '';
  clear: both
}

.index-slider .list .list-item {
  float: left;
  box-sizing: border-box
}

.index-slider .list .list-item img {
  width: 100%;
  display: block
}

.index-slider .button-left,
.index-slider .button-right {
  display: none;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background: center no-repeat rgba(0, 0, 0, .5);
  position: absolute;
  top: 50%;
  margin-top: -25px;
  z-index: 10;
  cursor: pointer
}

.index-slider .button-left {
  left: 10px;
  background-image: url(arrow2.png)
}

.index-slider .dots,
.index-slider .dots .nums {
  height: 40px;
  position: absolute;
  left: 0;
  bottom: 0;
  box-sizing: border-box
}

.index-slider .button-right {
  right: 10px;
  background-image: url(arrow.png)
}

.index-slider:hover .button-left,
.index-slider:hover .button-right {
  display: block
}

.index-slider .dots {
  width: 100%;
  padding-left: 80px;
  line-height: 40px;
  background: rgba(0, 0, 0, .3);
  z-index: 10
}

.index-slider .dots .nums {
  width: 80px;
  padding: 6px 0 0 15px;
  z-index: 1
}

.index-slider .dots .nums span {
  display: block;
  float: left
}

.index-slider .dots .nums span.large {
  font-size: 28px;
  color: #bd1a2d;
  line-height: 28px
}

.index-slider .dots .nums span.total {
  font-size: 18px;
  color: #FFF;
  line-height: 18px;
  margin-top: 8px
}

.index-slider .dots ul.title {
  width: 100%
}

.index-slider .dots ul.title li {
  display: none;
  font-size: 18px;
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}

.index-slider .dots ul.title li a {
  color: #fff
}

.index-slider .dots ul.title li.active {
  display: block
}

div.fixed-share-wrap {
  display: none;
  width: 70px;
  height: 430px;
  margin-right: -720px;
  margin-top: -190px;
  position: fixed;
  top: 50%;
  right: 50%;
  z-index: 99999
}

div.fixed-share-wrap ul.list li {
  padding: 8px 0;
  position: relative
}

div.fixed-share-wrap ul.list li span.tit {
  display: none;
  width: 60px;
  height: 60px;
  background: #FFF;
  font-size: 16px;
  text-align: center;
  padding: 8px 10px;
  border-radius: 70px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  margin: 5px auto;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  flex-direction: column
}

div.fixed-share-wrap ul.list li img {
  width: 100%
}

div.fixed-share-wrap ul.list li a img {
  display: block;
  margin: 0 auto
}

div.fixed-share-wrap ul.list li:hover a img {
  display: none
}

div.fixed-share-wrap ul.list li:hover a:hover {
  text-decoration: none
}

div.fixed-share-wrap ul.list li:hover span.tit {
  display: -webkit-box;
  display: flex;
  text-decoration: none;
  color: #333
}

div.fixed-share-wrap ul.list li .pos-code {
  width: 180px;
  position: absolute;
  right: 100%;
  top: 12px;
  display: none
}

div.fixed-share-wrap ul.list li .pos-code img {
  box-shadow: 0 0 10px rgba(0, 0, 0, .1)
}

div.fixed-share-wrap ul.list li .bdsharebuttonbox {
  display: none;
  position: absolute;
  right: 100%;
  top: 12px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  background: #FFF;
  padding: 0
}

div.fixed-share-wrap ul.list li .bdsharebuttonbox ul {
  margin: 0;
  padding: 0
}

div.fixed-share-wrap ul.list li .bdsharebuttonbox ul li {
  padding: 8px 26px;
  border-top: 1px solid #EEE
}

div.fixed-share-wrap ul.list li .bdsharebuttonbox ul li .qrcode {
  display: none !important;
  position: absolute;
  border: 1px solid #ccc;
  padding: 5px;
  background: #fff;
  width: 150px;
  height: 150px;
  left: -120%;
  top: 0;
  z-index: 11
}

div.fixed-share-wrap ul.list li .bdsharebuttonbox ul li .qrcode canvas {
  width: 100%
}

div.fixed-share-wrap ul.list li .bdsharebuttonbox ul li a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(icons_0_16.png) center no-repeat;
  white-space: nowrap;
  padding: 2px 0 2px 24px;
  float: none;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
  color: #333
}

div.fixed-share-wrap ul.list li .bdsharebuttonbox ul li a:focus,
div.fixed-share-wrap ul.list li .bdsharebuttonbox ul li a:hover {
  text-decoration: none
}

div.fixed-share-wrap ul.list li .bdsharebuttonbox ul li a.bds_weixin {
  background-position: 0 -1610px
}

div.fixed-share-wrap ul.list li .bdsharebuttonbox ul li a.bds_tsina {
  background-position: 0 -102px
}

div.fixed-share-wrap ul.list li .bdsharebuttonbox ul li a.bds_qzone {
  background-position: 0 -50px
}

div.fixed-share-wrap ul.list li .bdsharebuttonbox ul li a.bds_renren {
  background: url(share_all.png) -20px -18px no-repeat;
  background-size: 38px
}

div.fixed-share-wrap ul.list li .bdsharebuttonbox ul li.share-wechat:hover .qrcode {
  display: block !important
}

div.fixed-share-wrap ul.list li .gwds_share_fixed {
  display: none;
  position: absolute;
  right: 100%;
  top: 15px;
  background: #FFF;
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  padding: 10px 15px
}

div.fixed-share-wrap ul.list li .gwds_share_fixed a {
  margin: 6px 5px;
  width: auto;
  height: 26px !important;
  line-height: 24px;
  font-size: 14px;
  color: #333;
  padding: 0 0 0 30px;
  white-space: nowrap
}

div.fixed-share-wrap ul.list li .gwds_share_fixed a.gwds_weixin {
  background: url(share.png) no-repeat;
  background-position: 0 -37px !important
}

div.fixed-share-wrap ul.list li .gwds_share_fixed a.gwds_tsina {
  background: url(share.png) no-repeat;
  background-position: 0 1px !important
}

div.fixed-share-wrap ul.list li .gwds_share_fixed a.gwds_qzone {
  background: url(is_24.png) no-repeat;
  background-position: -4px -240px !important
}

div.fixed-share-wrap ul.list li:hover .bdsharebuttonbox,
div.fixed-share-wrap ul.list li:hover .gwds_share_fixed,
div.fixed-share-wrap ul.list li:hover .pos-code {
  display: block
}

@media screen and (max-width:1440px) {
  div.fixed-share-wrap {
    margin-right: 0;
    right: -45px;
    -webkit-animation: all .5s ease-in-out;
    animation: all .5s ease-in-out
  }

  div.fixed-share-wrap:hover {
    right: 0;
    padding-right: 10px
  }
}

@media screen and (max-width:980px) {
  div.fixed-share-wrap {
    display: none
  }
}

div.main-wrapper {
  width: 100%;
  padding-bottom: 20px
}

div.main-wrapper .container {
  background-color: #FFF;
  border-radius: 5px;
  box-shadow: 0 0 8px rgba(0, 0, 0, .03);
  padding: 10px 20px
}

div.main-wrapper.detail-error-wrap .container {
  padding: 20px
}

div.main-wrapper.detail-error-wrap .title {
  padding: 10px 0;
  text-align: center
}

div.main-wrapper.detail-error-wrap .title h3 {
  font-size: 22px;
  color: #333;
  line-height: 32px
}

div.main-wrapper.detail-error-wrap .content {
  font-size: 16px;
  color: #333;
  line-height: 26px;
  padding: 10px 0
}

div.main-wrapper.detail-error-wrap .wx-code-box {
  width: 100%;
  text-align: center;
  padding: 30px 0
}

div.main-wrapper.detail-error-wrap .wx-code-box img.img {
  width: 200px;
  border: 1px solid #CCC;
  margin-bottom: 10px
}

div.main-wrapper.detail-error-wrap .wx-code-box p {
  font-size: 16px;
  color: #666
}

div.main-wrapper.detail-error-wrap form.form-wrap {
  display: block
}

div.main-wrapper.detail-error-wrap form.form-wrap:after {
  display: block;
  content: '';
  clear: both
}

div.main-wrapper.detail-error-wrap form.form-wrap .item {
  width: 520px;
  padding: 10px 0;
  display: table
}

div.main-wrapper.detail-error-wrap form.form-wrap .item.fl {
  float: left
}

div.main-wrapper.detail-error-wrap form.form-wrap .item.fr {
  float: right
}

div.main-wrapper.detail-error-wrap form.form-wrap .item.all {
  width: 100%
}

div.main-wrapper.detail-error-wrap form.form-wrap .item .cont,
div.main-wrapper.detail-error-wrap form.form-wrap .item .tit {
  display: table-cell;
  vertical-align: middle
}

div.main-wrapper.detail-error-wrap form.form-wrap .item .tit {
  width: 230px;
  white-space: nowrap
}

div.main-wrapper.detail-error-wrap form.form-wrap .item .tit p {
  font-size: 14px;
  color: #333;
  text-align: right;
  font-weight: 700
}

div.main-wrapper.detail-error-wrap form.form-wrap .item .tit p span {
  display: inline-block;
  vertical-align: middle
}

div.main-wrapper.detail-error-wrap form.form-wrap .item .tit p span.red {
  color: #f31515
}

div.main-wrapper.detail-error-wrap form.form-wrap .item .cont {
  padding-left: 15px
}

div.main-wrapper.detail-error-wrap form.form-wrap input.txt {
  width: 100%;
  font-size: 14px;
  color: #666;
  height: 46px;
  border: 1px solid #eee;
  border-radius: 5px;
  outline: 0;
  padding: 0 15px
}

div.main-wrapper.detail-error-wrap form.form-wrap input.txt.error::-webkit-input-placeholder {
  color: #f31515
}

div.main-wrapper.detail-error-wrap form.form-wrap input.txt.error::-moz-placeholder {
  color: #f31515
}

div.main-wrapper.detail-error-wrap form.form-wrap input.txt.error:-ms-input-placeholder {
  color: #f31515
}

div.main-wrapper.detail-error-wrap form.form-wrap input.txt.error::-ms-input-placeholder {
  color: #f31515
}

div.main-wrapper.detail-error-wrap form.form-wrap input.txt.error::placeholder {
  color: #f31515
}

div.main-wrapper.detail-error-wrap form.form-wrap label.upload {
  font-size: 14px;
  color: #f31513;
  cursor: pointer
}

div.main-wrapper.detail-error-wrap form.form-wrap label.upload input[type=file] {
  display: none
}

div.main-wrapper.detail-error-wrap form.form-wrap label.upload span {
  display: inline-block;
  vertical-align: middle
}

div.main-wrapper.detail-error-wrap form.form-wrap .upload-info ul.upload_img:after,
div.main-wrapper.detail-error-wrap form.form-wrap .upload-info:after {
  display: block;
  content: '';
  clear: both
}

div.main-wrapper.detail-error-wrap form.form-wrap label.upload span.txt {
  padding-right: 15px
}

div.main-wrapper.detail-error-wrap form.form-wrap label.upload span.txt:first-child {
  padding-left: 0
}

div.main-wrapper.detail-error-wrap form.form-wrap .upload-info ul.upload_img {
  min-width: 300px;
  max-width: 500px;
  float: left
}

div.main-wrapper.detail-error-wrap form.form-wrap .upload-info ul.upload_img li {
  float: left;
  margin-left: 10px;
  font-size: 14px;
  color: #333
}

div.main-wrapper.detail-error-wrap form.form-wrap .upload-info ul.upload_img li:first-child {
  margin-left: 0
}

div.main-wrapper.detail-error-wrap form.form-wrap .upload-info .success {
  float: left;
  margin-left: 20px;
  background: url(.up_succe.jpg) left center no-repeat;
  background-size: 16px 16px;
  padding-left: 24px
}

div.main-wrapper.detail-error-wrap form.form-wrap .select {
  width: 100%;
  height: 46px;
  border: 1px solid #eee;
  border-radius: 5px;
  padding-right: 30px;
  background-image: url(select_jiucuo.jpg);
  background-position: right 12px center
}

div.main-wrapper.detail-error-wrap form.form-wrap .select p.name {
  line-height: 44px;
  text-align: left;
  padding: 0 10px
}

div.main-wrapper.detail-error-wrap form.form-wrap .btn-box {
  text-align: center
}

div.main-wrapper.detail-error-wrap form.form-wrap .btn-box button.btn-submit {
  width: 120px;
  height: 36px;
  font-size: 16px;
  color: #FFF;
  background-color: #f31515;
  border-radius: 8px;
  border: 0;
  outline: 0;
  margin: 15px auto
}

div.main-wrapper.detail-error-wrap form.form-wrap .btn-box p.intro {
  font-size: 12px;
  color: #f31515;
  font-weight: 700
}

@media screen and (max-width:1200px) {
  div.main-wrapper.detail-error-wrap form.form-wrap {
    width: 800px;
    margin: 0 auto
  }

  div.main-wrapper.detail-error-wrap form.form-wrap .item {
    width: 100%
  }
}

@media screen and (max-width:980px) {
  div.main-wrapper.detail-error-wrap form.form-wrap {
    width: 640px
  }
}

@media screen and (max-width:768px) {
  div.main-wrapper.detail-error-wrap form.form-wrap {
    width: 100%
  }

  div.main-wrapper.detail-error-wrap form.form-wrap .item {
    display: block;
    padding: 15px 0
  }

  div.main-wrapper.detail-error-wrap form.form-wrap .item .cont,
  div.main-wrapper.detail-error-wrap form.form-wrap .item .tit {
    display: block
  }

  div.main-wrapper.detail-error-wrap form.form-wrap .item .tit p {
    text-align: left
  }

  div.main-wrapper.detail-error-wrap form.form-wrap .item .cont {
    padding-top: 15px;
    padding-left: 0
  }
}

div.error-dialog-wrap .model .btn-box,
div.error-dialog-wrap .model .title {
  padding: 18px 0
}

div.error-dialog-wrap {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: flex;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999
}

div.error-dialog-wrap .watermark {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: rgba(0, 0, 0, .5)
}

div.error-dialog-wrap .model {
  width: 400px;
  border-radius: 5px;
  background: #FFF;
  position: relative;
  z-index: 10;
  text-align: center
}

div.error-dialog-wrap .model .title h3 {
  font-size: 20px;
  color: #333;
  line-height: 20px
}

div.error-dialog-wrap .model .content {
  padding: 18px 0;
  font-size: 14px;
  color: #333;
  border-bottom: 1px solid #EEE;
  border-top: 1px solid #EEE
}

div.error-dialog-wrap .model .btn-box button.button {
  width: 100px;
  height: 36px;
  font-size: 16px;
  color: #FFF;
  background: #f31515;
  border-radius: 5px;
  outline: 0;
  border: 0
}

@media screen and (max-width:768px) {
  div.error-dialog-wrap .model {
    width: 300px
  }
}

div.paging-box {
  width: 100%;
  text-align: center;
  padding: 20px 0
}

div.paging-box ul.list {
  display: inline-block
}

div.paging-box ul.list:after {
  display: block;
  content: '';
  clear: both
}

div.paging-box ul.list li {
  line-height: 28px;
  margin: 0 5px;
  float: left
}

div.paging-box ul.list li a {
  display: block;
  width: 30px;
  height: 30px;
  font-size: 14px;
  color: #bd1a2d;
  background: #FFF;
  border: 1px solid #eee;
  border-radius: 8px
}

div.paging-box ul.list li a:focus,
div.paging-box ul.list li a:hover {
  text-decoration: none;
  color: #bd1a2d
}

div.paging-box ul.list li span.dot {
  width: 30px;
  height: 30px;
  color: #999;
  border: 1px solid #eee;
  border-radius: 8px;
  display: block;
  line-height: 23px
}

div.paging-box ul.list li span.intro {
  display: inline-block;
  vertical-align: middle;
  color: #999
}

div.paging-box ul.list li input.cur_page {
  vertical-align: middle;
  width: 40px;
  height: 30px;
  border: 1px solid #EEE;
  border-radius: 5px;
  margin: 0 8px;
  text-align: center;
  outline: 0
}

div.paging-box ul.list li button.btn-ok {
  height: 30px;
  font-size: 14px;
  color: #FFF;
  background: #bd1a2d;
  border: 0;
  margin: 0 8px;
  padding: 0 10px;
  border-radius: 8px
}

div.paging-box ul.list li.txt {
  width: auto
}

div.paging-box ul.list li.prev a {
  background: url(news_list_03.png) center center no-repeat;
  background-size: 6px
}

div.paging-box ul.list li.next a {
  background: url(news_list_04.png) center center no-repeat;
  background-size: 6px
}

div.paging-box ul.list li.active a,
div.paging-box ul.list li:hover a {
  background-color: #bd1a2d;
  color: #FFF;
  text-decoration: none
}

div.paging-box ul.list li.active.next a,
div.paging-box ul.list li.active.prev a,
div.paging-box ul.list li:hover.next a,
div.paging-box ul.list li:hover.prev a {
  background-color: #FFF;
  border-color: #CCC
}

@media screen and (max-width:980px) {

  div.paging-box ul.list li.number,
  div.paging-box ul.list li.txt {
    display: none
  }

  div.paging-box ul.list li.next,
  div.paging-box ul.list li.prev {
    margin: 0 15px
  }

  div.paging-box ul.list li.next a,
  div.paging-box ul.list li.prev a {
    width: 50px;
    height: 50px;
    background-size: 10px
  }
}

div.inner-main-wrap .friend-links {
  margin-bottom: 20px
}

div.inner-main-wrap .friend-links .content {
  padding-bottom: 20px
}

div.inner-main-wrap .mainShareDiv_24 {
  background: 0 0;
  width: 135px;
  height: 26px;
  float: left;
  margin-top: 7px
}

div.inner-main-wrap .mainShareDiv_24 .get-codes-gwdshare a {
  margin: 0 5px;
  height: 26px !important;
  padding: 0
}

div.inner-main-wrap .mainShareDiv_24 .get-codes-gwdshare a.gwds_weixin {
  background: url(share.png) no-repeat;
  background-position: 0 -37px !important
}

div.inner-main-wrap .mainShareDiv_24 .get-codes-gwdshare a.gwds_tsina {
  background: url(share.png) no-repeat;
  background-position: 0 1px !important
}

div.inner-main-wrap .mainShareDiv_24 .get-codes-gwdshare a.gwds_qzone {
  background: url(is_24.png) no-repeat;
  background-position: -4px -240px !important
}

div.inner-main-wrap .mainShareDiv_24 .get-codes-gwdshare span.gwds_more {
  width: 24px;
  height: 24px;
  background: url(icon_17.jpg) center center no-repeat;
  overflow: hidden
}

div.inner-main-wrap div.shoadow-box {
  padding-bottom: 0
}

div.inner-main-wrap .duty-wrap .duty-content .content {
  position: relative
}

div.inner-main-wrap .duty-wrap .duty-content .content .layer-table {
  display: table;
  width: 100%
}

div.inner-main-wrap .duty-wrap .duty-content .content .layer-table .cell {
  display: table-cell;
  vertical-align: top
}

div.inner-main-wrap .duty-wrap .duty-content .content .layer-table .cell.left {
  width: 160px;
  white-space: nowrap
}

div.inner-main-wrap .duty-wrap .duty-content .content .layer-table .cell.right {
  width: 100%;
  padding: 0 0 0 20px;
  margin-left: 0;
  float: none
}

div.inner-main-wrap .duty-wrap .duty-content .content .lawyer-wrapper {
  width: 160px;
  float: none
}

div.inner-main-wrap .duty-wrap .duty-content .content .right-info {
  width: 100%;
  margin-left: 0;
  float: none
}

div.inner-main-wrap .duty-wrap .duty-content .content .right-info .setting-content {
  position: relative;
  left: 20px
}

div.inner-main-wrap .duty-wrap .duty-content .content .right-info .setting-content ul {
  width: 100%
}

div.inner-main-wrap .duty-wrap .duty-content .content .right-info .setting-content ul:after {
  display: block;
  content: '';
  clear: both
}

div.inner-main-wrap .duty-wrap .duty-content .content .right-info .setting-content ul li {
  width: 25%;
  height: inherit;
  float: left;
  margin: 0;
  padding: 10px;
  background: 0 0;
  border: 0
}

div.inner-main-wrap .duty-wrap .duty-content .content .right-info .setting-content ul li a {
  background: #f7f7f7;
  padding: 15px 0;
  min-height: 70px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column
}

div.inner-main-wrap .inter-communicate-wrap .InCo-total-box .InCo-list-box .title {
  height: 40px;
  position: relative;
  background: left center no-repeat #f7f7f7;
  background-size: auto 40px;
  padding: 0 70px 0 65px
}

div.inner-main-wrap .inter-communicate-wrap .InCo-total-box .InCo-list-box .title a.more {
  display: block;
  line-height: 40px;
  float: none;
  padding-top: 0;
  padding-right: 15px;
  background: url(arrow.png) right center no-repeat;
  position: absolute;
  top: 0;
  right: 15px;
  z-index: 0
}

div.inner-main-wrap .inter-communicate-wrap .InCo-total-box .InCo-list-box .title h3 {
  font-size: 18px;
  padding: 12px 0;
  line-height: 1
}

div.inner-main-wrap .inter-communicate-wrap .InCo-total-box .InCo-list-box .title h3 a {
  color: #333
}

div.inner-main-wrap .inter-communicate-wrap .InCo-total-box .InCo-list-box .title.one {
  background-image: url(guoji_icon1.png)
}

div.inner-main-wrap .inter-communicate-wrap .InCo-total-box .InCo-list-box .title.two {
  background-image: url(guoji_icon2.png)
}

div.inner-main-wrap .inter-communicate-wrap .InCo-total-box .InCo-list-box .title.three {
  background-image: url(guoji_icon3.png)
}

div.inner-main-wrap .inter-communicate-wrap .InCo-total-box .InCo-list-box .title.four {
  background-image: url(guoji_icon4.png)
}

div.inner-main-wrap .ad-wrap-box .public-g .container .ad-box .title {
  height: 50px
}

div.inner-main-wrap .ad-wrap-box .public-g .container .ad-box .title:before {
  background-size: 70px auto
}

div.inner-main-wrap .ad-wrap-box .public-g .container .ad-box .title h2 {
  font-size: 22px;
  line-height: 50px
}

div.inner-main-wrap .deal-wrap-box .deal-wrap .container div.sub-menu {
  border-bottom-color: #bd1a2d
}

div.inner-main-wrap .deal-wrap-box .deal-wrap .container div.sub-menu ul {
  position: relative;
  bottom: -1px;
  display: block
}

div.inner-main-wrap .deal-wrap-box .deal-wrap .container div.sub-menu ul li.active {
  bottom: 0;
  background: #FFF;
  border-bottom: 1px solid #FFF
}

div.inner-main-wrap .deal-wrap-box .deal-wrap .container div.sub-menu ul li.active:after {
  display: none
}

div.inner-main-wrap .deal-wrap-box .deal-wrap .container .content .panel .bszn-box {
  display: block;
  width: 100%;
  padding: 8px 0
}

div.inner-main-wrap .deal-wrap-box .deal-wrap .container .content .panel .bszn-box:after {
  display: block;
  content: '';
  clear: both
}

div.inner-main-wrap .deal-wrap-box .deal-wrap .container .content .panel .bszn-box a.item {
  display: block;
  width: 33.33%;
  float: left;
  padding: 5px;
  box-sizing: border-box
}

div.inner-main-wrap .deal-wrap-box .deal-wrap .container .content .panel .bszn-box a.item:focus,
div.inner-main-wrap .deal-wrap-box .deal-wrap .container .content .panel .bszn-box a.item:hover {
  text-decoration: none
}

div.inner-main-wrap .deal-wrap-box .deal-wrap .container .content .panel .bszn-box a.item dl {
  background: #f7f7f7;
  width: 100%;
  height: 122px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  border-radius: 5px;
  overflow: hidden
}

div.inner-main-wrap .deal-wrap-box .deal-wrap .container .content .panel .bszn-box a.item dl dt img.normal {
  display: block
}

div.inner-main-wrap .deal-wrap-box .deal-wrap .container .content .panel .bszn-box a.item dl dt img.hover,
div.inner-main-wrap .deal-wrap-box .deal-wrap .container .content .panel .bszn-box a.item:hover dl dt img.normal {
  display: none
}

div.inner-main-wrap .deal-wrap-box .deal-wrap .container .content .panel .bszn-box a.item dl dd {
  font-size: 16px;
  color: #666;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-top: 5px
}

div.inner-main-wrap .deal-wrap-box .deal-wrap .container .content .panel .bszn-box a.item:hover dl {
  background: #FFF;
  box-shadow: 0 0 10px rgba(0, 0, 0, .1)
}

div.inner-main-wrap .deal-wrap-box .deal-wrap .container .content .panel .bszn-box a.item:hover dl dt img.hover {
  display: block
}

@media screen and (max-width:980px) {

  div.inner-main-wrap .HKandMA-wrap .container,
  div.inner-main-wrap .ad-wrap-box .container,
  div.inner-main-wrap .administrative .container,
  div.inner-main-wrap .deal-wrap-box .container,
  div.inner-main-wrap .duty-wrap .container,
  div.inner-main-wrap .external-wrap .container,
  div.inner-main-wrap .inter-communicate-wrap .container,
  div.inner-main-wrap .map-wrapper .container,
  div.inner-main-wrap .news-list-box .container,
  div.inner-main-wrap .online-con-detail .container,
  div.inner-main-wrap .online-wrap .container,
  div.inner-main-wrap .plat-box .container,
  div.inner-main-wrap .work-wrapper .container {
    padding: 0
  }

  div.inner-main-wrap .HKandMA-wrap .container .news-box,
  div.inner-main-wrap .ad-wrap-box .container .news-box,
  div.inner-main-wrap .administrative .container .news-box,
  div.inner-main-wrap .deal-wrap-box .container .news-box,
  div.inner-main-wrap .duty-wrap .container .news-box,
  div.inner-main-wrap .external-wrap .container .news-box,
  div.inner-main-wrap .inter-communicate-wrap .container .news-box,
  div.inner-main-wrap .map-wrapper .container .news-box,
  div.inner-main-wrap .news-list-box .container .news-box,
  div.inner-main-wrap .online-con-detail .container .news-box,
  div.inner-main-wrap .online-wrap .container .news-box,
  div.inner-main-wrap .plat-box .container .news-box,
  div.inner-main-wrap .work-wrapper .container .news-box {
    margin-bottom: 0
  }

  div.inner-main-wrap .news-detail {
    padding: 30px 0;
    background: #FFF
  }

  div.inner-main-wrap .news-detail .news-content .title {
    line-height: 1.5;
    letter-spacing: 1px
  }

  div.inner-main-wrap .news-detail .news-content .container {
    padding: 0 20px;
    box-shadow: none
  }

  div.inner-main-wrap .HKandMA-wrap .hk-total-box .imgBox:after {
    display: block;
    content: '';
    clear: both
  }

  div.inner-main-wrap .HKandMA-wrap .hk-total-box .imgBox a {
    width: 49%;
    float: left
  }

  div.inner-main-wrap .HKandMA-wrap .hk-total-box .imgBox a:nth-child(2) {
    float: right
  }

  div.inner-main-wrap .map-wrapper .container .map-box .map-list {
    padding: 5px 20px
  }

  div.inner-main-wrap .map-wrapper .container .map-box .map-list .map-item {
    padding: 5px 0;
    display: table;
    min-height: 42px
  }

  div.inner-main-wrap .map-wrapper .container .map-box .map-list .map-item div.name,
  div.inner-main-wrap .map-wrapper .container .map-box .map-list .map-item ul {
    display: table-cell;
    vertical-align: middle;
    float: none
  }

  div.inner-main-wrap .map-wrapper .container .map-box .map-list .map-item div.name {
    width: 120px;
    height: auto
  }

  div.inner-main-wrap .map-wrapper .container .map-box .map-list .map-item div.name p {
    line-height: inherit;
    background: 0 0
  }

  div.inner-main-wrap .map-wrapper .container .map-box .map-list .map-item.item1 div.name {
    background: #f04743
  }

  div.inner-main-wrap .map-wrapper .container .map-box .map-list .map-item.item2 div.name {
    background: #4089c6
  }

  div.inner-main-wrap .map-wrapper .container .map-box .map-list .map-item.item3 div.name {
    background: #ffc763
  }

  div.inner-main-wrap .map-wrapper .container .map-box .map-list .map-item.item4 div.name {
    background: #28c2ba
  }

  div.inner-main-wrap .map-wrapper .container .map-box .map-list .map-item.item5 div.name {
    background: #f04743
  }

  div.inner-main-wrap .map-wrapper .container .map-box .map-list .map-item.item6 div.name {
    background: #4792d9
  }

  div.inner-main-wrap .map-wrapper .container .map-box .map-list .map-item.item7 div.name {
    background: #f6ab6e
  }

  div.inner-main-wrap .map-wrapper .container .map-box .map-list .map-item.item8 div.name {
    background: #81b2ec
  }

  div.inner-main-wrap .duty-wrap .duty-content .content .layer-table {
    display: block
  }

  div.inner-main-wrap .duty-wrap .duty-content .content .layer-table .cell {
    display: block;
    width: 100%
  }

  div.inner-main-wrap .duty-wrap .duty-content .content .layer-table .cell.left {
    width: 100%
  }

  div.inner-main-wrap .duty-wrap .duty-content .content .layer-table .cell.right {
    width: 100%;
    padding-left: 0
  }

  div.inner-main-wrap .duty-wrap .duty-content .content .lawyer-wrapper {
    width: 100%;
    overflow-y: hidden;
    overflow-x: auto
  }

  div.inner-main-wrap .duty-wrap .duty-content .content .lawyer-wrapper .list .item {
    white-space: nowrap;
    min-width: 100px;
    position: static
  }

  div.inner-main-wrap .duty-wrap .duty-content .content .lawyer-wrapper .list .item .sub-list {
    height: 50px;
    position: absolute;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0;
    text-align: left;
    border: 0
  }

  div.inner-main-wrap .duty-wrap .duty-content .content .lawyer-wrapper .list .item .sub-list .sub-item {
    display: inline-block;
    line-height: 45px;
    padding: 0 15px;
    border-top: 0
  }

  div.inner-main-wrap .duty-wrap .duty-content .content .right-info {
    padding: 15px 0
  }

  div.inner-main-wrap .duty-wrap .duty-content .content .right-info .leader-content {
    padding-top: 50px
  }

  div.inner-main-wrap .duty-wrap .duty-content .content .right-info .leader-content dd {
    padding: 0
  }

  div.inner-main-wrap .duty-wrap .duty-content .content .right-info .setting-content {
    left: 0;
    position: static
  }

  div.inner-main-wrap .duty-wrap .duty-content .content .right-info .setting-content ul li {
    width: 33.33%
  }

  div.inner-main-wrap .duty-wrap .duty-content .content .right-info .unit-content {
    padding-right: 0
  }

  div.inner-main-wrap .inter-communicate-wrap .InCo-total-box {
    padding: 15px 20px
  }
}

@media screen and (max-width:768px) {
  div.inner-main-wrap .duty-wrap .duty-content .content .right-info .setting-content ul li {
    width: 50%
  }
}

@media screen and (max-width:560px) {
  div.inner-main-wrap .HKandMA-wrap .hk-total-box .imgBox a {
    width: 100%
  }

  div.inner-main-wrap .deal-wrap-box .deal-wrap .container .content .panel .bszn-box a.item {
    width: 50%
  }
}

@media screen and (max-width:420px) {
  div.inner-main-wrap .map-wrapper .container .map-box .map-list .map-item {
    display: block
  }

  div.inner-main-wrap .map-wrapper .container .map-box .map-list .map-item div.name,
  div.inner-main-wrap .map-wrapper .container .map-box .map-list .map-item ul {
    display: block;
    width: 100%
  }

  div.inner-main-wrap .map-wrapper .container .map-box .map-list .map-item div.name {
    padding: 10px 0
  }

  div.inner-main-wrap .duty-wrap .duty-content .content .right-info .setting-content ul li {
    width: 100%
  }

  div.inner-main-wrap .duty-wrap .duty-content .content .right-info .setting-content ul li a {
    display: block;
    height: inherit;
    min-height: inherit;
    padding: 10px 0;
    line-height: 24px
  }

  div.inner-main-wrap .duty-wrap .duty-content .content .right-info .setting-content ul li a span.child,
  div.inner-main-wrap .duty-wrap .duty-content .content .right-info .setting-content ul li a span.name {
    line-height: 24px
  }

  div.inner-main-wrap .inter-communicate-wrap .InCo-total-box .InCo-list-box .title h3 {
    font-size: 16px
  }

  div.inner-main-wrap .inter-communicate-wrap .InCo-total-box .InCo-list-box .title a.more {
    font-size: 14px
  }

  div.inner-main-wrap .deal-wrap-box .deal-wrap .container .title-name a,
  div.inner-main-wrap .external-wrap .total-box .list-box h3.title-s a,
  div.inner-main-wrap .external-wrap .total-box .list-box h3.title-s.fr-ti-bg a,
  div.inner-main-wrap div.HKandMA-wrap .hk-total-box .hk-list h3.title-s a,
  div.inner-main-wrap div.HKandMA-wrap .hk-total-box .title-f a,
  div.inner-main-wrap div.online-wrap .whole-box .title-box .title a {
    font-size: 16px
  }

  div.inner-main-wrap .external-wrap .total-box {
    padding: 15px 20px
  }

  div.inner-main-wrap div.HKandMA-wrap .hk-total-box .title-f {
    line-height: 40px;
    height: 40px;
    background-size: auto 40px;
    padding-left: 65px
  }

  div.inner-main-wrap div.HKandMA-wrap .hk-total-box .hk-list h3.title-s {
    background-size: 65px auto
  }

  div.inner-main-wrap .deal-wrap-box .deal-wrap .container .content .panel .bszn-box a.item {
    width: 100%;
    padding: 10px 0
  }

  div.inner-main-wrap div.online-wrap .whole-box .title-box .title {
    height: 40px;
    line-height: 40px;
    background-size: auto 40px;
    padding-left: 65px
  }
}

div.search-wrapper {
  padding: 5px 0
}

div.search-wrapper .inner-white-box {
  width: 100%;
  min-height: 500px;
  background: #FFF;
  border-radius: 6px;
  box-shadow: 0 0 8px rgba(0, 0, 0, .03);
  margin: 15px 0 20px;
  padding: 0 20px
}

div.search-wrapper .inner-white-box form {
  display: block;
  width: 650px;
  margin: 0 auto;
  padding: 50px 0
}

div.search-wrapper .inner-white-box form ul.type-list {
  padding: 15px 0
}

div.search-wrapper .inner-white-box form ul.type-list:after {
  display: block;
  content: '';
  clear: both
}

div.search-wrapper .inner-white-box form ul.type-list li {
  font-size: 14px;
  color: #666;
  float: left;
  padding: 8px 15px;
  line-height: 14px;
  border-radius: 3px;
  cursor: pointer
}

div.search-wrapper .inner-white-box form ul.type-list li.active {
  background: #bd1a2d;
  color: #FFF
}

div.search-wrapper .inner-white-box form .search-box {
  border: 1px solid #CCC;
  position: relative;
  padding-right: 90px;
  box-sizing: border-box;
  border-radius: 8px
}

div.search-wrapper .inner-white-box form .search-box input.txt {
  width: 100%;
  height: 50px;
  border: 0;
  outline: 0;
  padding: 0 15px;
  font-size: 14px;
  color: #333;
  background: 0 0
}

div.search-wrapper .inner-white-box form .search-box input.txt::-webkit-input-placeholder {
  color: #999
}

div.search-wrapper .inner-white-box form .search-box input.txt::-moz-placeholder {
  color: #999
}

div.search-wrapper .inner-white-box form .search-box input.txt:-ms-input-placeholder {
  color: #999
}

div.search-wrapper .inner-white-box form .search-box input.txt::-ms-input-placeholder {
  color: #999
}

div.search-wrapper .inner-white-box form .search-box input.txt::placeholder {
  color: #999
}

div.search-wrapper .inner-white-box form .search-box button.btn-search {
  width: 90px;
  height: 100%;
  background: #bd1a2d;
  font-size: 16px;
  color: #FFF;
  border: 0;
  outline: 0;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10
}

div.search-wrapper .inner-white-box form .error-box {
  width: 100%;
  padding-top: 15px;
  font-size: 12px;
  color: red
}

@media screen and (max-width:980px) {
  div.search-wrapper .inner-white-box {
    margin: 0
  }
}

@media screen and (max-width:768px) {
  div.search-wrapper .inner-white-box {
    min-height: 300px
  }

  div.search-wrapper .inner-white-box form {
    width: 100%
  }
}

div.search-wrapper .search-result-wrap {
  width: 100%;
  background: #FFF;
  border-radius: 6px;
  box-shadow: 0 0 8px rgba(0, 0, 0, .03);
  margin: 15px 0 20px;
  padding: 15px 0
}

div.search-wrapper .search-result-wrap .scroll-box {
  width: 100%
}

div.search-wrapper .search-result-wrap table.list {
  width: 100%;
  margin: 15px 0
}

div.search-wrapper .search-result-wrap table.list td,
div.search-wrapper .search-result-wrap table.list th {
  vertical-align: middle;
  padding: 10px 5px;
  text-align: center
}

div.search-wrapper .search-result-wrap table.list th {
  background: #bd1a2d;
  font-size: 16px;
  color: #FFF
}

div.search-wrapper .search-result-wrap table.list td {
  font-size: 14px
}

div.search-wrapper .search-result-wrap table.list td.column_01 {
  width: 180px
}

div.search-wrapper .search-result-wrap table.list td.column_02 {
  width: 230px
}

div.search-wrapper .search-result-wrap table.list td.column_03 {
  width: 590px
}

div.search-wrapper .search-result-wrap table.list td.column_04 {
  white-space: nowrap
}

div.search-wrapper .search-result-wrap table.list td a.voice {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  background: url(notice.png) center no-repeat;
  background-size: 24px 24px
}

div.search-wrapper .search-result-wrap table.list td a.voice:focus,
div.search-wrapper .search-result-wrap table.list td a.voice:hover {
  text-decoration: none
}

div.search-wrapper .search-result-wrap table.list tr:nth-child(odd) {
  background: #f7f7f7
}

@media screen and (max-width:980px) {
  div.search-wrapper .search-result-wrap {
    margin: 0
  }

  div.search-wrapper .bottom-list-wrap .bottom-left ul.index-dot-list,
  div.search-wrapper .bottom-list-wrap .bottom-right ul.index-dot-list {
    margin-bottom: 15px
  }
}

@media screen and (max-width:1200px) {
  div.search-wrapper .search-result-wrap .scroll-box {
    overflow-x: auto
  }

  div.search-wrapper .search-result-wrap table.list {
    width: auto
  }

  div.search-wrapper .search-result-wrap table.list td,
  div.search-wrapper .search-result-wrap table.list th {
    white-space: nowrap
  }
}

div.search-wrapper .bottom-list-wrap {
  width: 100%;
  padding: 20px 0 50px
}

div.search-wrapper .bottom-list-wrap:after {
  display: block;
  content: '';
  clear: both
}

div.search-wrapper .bottom-list-wrap .bottom-left,
div.search-wrapper .bottom-list-wrap .bottom-right {
  width: 49%
}

div.search-wrapper .bottom-list-wrap .bottom-left ul.index-dot-list,
div.search-wrapper .bottom-list-wrap .bottom-right ul.index-dot-list {
  height: 285px
}

div.search-wrapper .bottom-list-wrap .bottom-left ul.index-dot-list.ht60,
div.search-wrapper .bottom-list-wrap .bottom-right ul.index-dot-list.ht60 {
  height: 60px
}

div.search-wrapper .bottom-list-wrap .bottom-left ul.index-dot-list li,
div.search-wrapper .bottom-list-wrap .bottom-right ul.index-dot-list li {
  width: 100%;
  padding: 18px 80px 18px 20px;
  box-sizing: border-box;
  border-top: 1px dashed #eee;
  position: relative
}

div.search-wrapper .bottom-list-wrap .bottom-left ul.index-dot-list li:first-child,
div.search-wrapper .bottom-list-wrap .bottom-right ul.index-dot-list li:first-child {
  border-top: 0
}

div.search-wrapper .bottom-list-wrap .bottom-left ul.index-dot-list li:before,
div.search-wrapper .bottom-list-wrap .bottom-right ul.index-dot-list li:before {
  display: block;
  content: '';
  width: 11px;
  height: 11px;
  background: url(news_list1_02.png) center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -6px
}

div.search-wrapper .bottom-list-wrap .bottom-left ul.index-dot-list li:after,
div.search-wrapper .bottom-list-wrap .bottom-right ul.index-dot-list li:after {
  display: block;
  content: '';
  clear: both
}

div.search-wrapper .bottom-list-wrap .bottom-left ul.index-dot-list li a,
div.search-wrapper .bottom-list-wrap .bottom-left ul.index-dot-list li span.time,
div.search-wrapper .bottom-list-wrap .bottom-right ul.index-dot-list li a,
div.search-wrapper .bottom-list-wrap .bottom-right ul.index-dot-list li span.time {
  font-size: 16px;
  font-weight: 700;
  color: #333
}

div.search-wrapper .bottom-list-wrap .bottom-left ul.index-dot-list li span.time,
div.search-wrapper .bottom-list-wrap .bottom-right ul.index-dot-list li span.time {
  font-size: 14px;
  color: #999;
  display: block;
  font-weight: 400;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  line-height: 14px;
  right: 0;
  z-index: 10
}

div.search-wrapper .bottom-list-wrap .bottom-left ul.index-dot-list li a,
div.search-wrapper .bottom-list-wrap .bottom-right ul.index-dot-list li a {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left
}

div.search-wrapper .bottom-list-wrap .bottom-left ul.index-dot-list li a:focus,
div.search-wrapper .bottom-list-wrap .bottom-left ul.index-dot-list li a:hover,
div.search-wrapper .bottom-list-wrap .bottom-right ul.index-dot-list li a:focus,
div.search-wrapper .bottom-list-wrap .bottom-right ul.index-dot-list li a:hover {
  text-decoration: none;
  color: #bd1a2d;
  font-weight: 700
}

div.search-wrapper .bottom-list-wrap .bottom-left ul.index-dot-list li a.news:before,
div.search-wrapper .bottom-list-wrap .bottom-right ul.index-dot-list li a.news:before {
  display: inline-block;
  content: attr(data-title);
  font-size: 18px;
  line-height: 1;
  font-style: italic;
  color: #bd1a2d;
  border-right: 1px solid #CCC;
  padding-right: 10px;
  margin-right: 10px
}

div.search-wrapper .bottom-list-wrap .bottom-left ul.index-dot-list li:hover:before,
div.search-wrapper .bottom-list-wrap .bottom-right ul.index-dot-list li:hover:before {
  background-image: url(news_list1_01.png)
}

div.search-wrapper .bottom-list-wrap .bottom-left ul.index-dot-list li:hover a,
div.search-wrapper .bottom-list-wrap .bottom-right ul.index-dot-list li:hover a {
  color: #bd1a2d;
  font-weight: 700
}

div.main-bg-wrap .top-box .top-title h3 a,
div.main-bg-wrap .top-box .top-title h3 a:hover {
  color: #333
}

@media screen and (max-width:768px) {

  div.search-wrapper .bottom-list-wrap .bottom-left ul.index-dot-list li a,
  div.search-wrapper .bottom-list-wrap .bottom-left ul.index-dot-list li span.time,
  div.search-wrapper .bottom-list-wrap .bottom-right ul.index-dot-list li a,
  div.search-wrapper .bottom-list-wrap .bottom-right ul.index-dot-list li span.time {
    font-size: 14px
  }
}

@media screen and (max-width:420px) {

  div.search-wrapper .bottom-list-wrap .bottom-left ul.index-dot-list,
  div.search-wrapper .bottom-list-wrap .bottom-right ul.index-dot-list {
    height: inherit
  }

  div.search-wrapper .bottom-list-wrap .bottom-left ul.index-dot-list li,
  div.search-wrapper .bottom-list-wrap .bottom-right ul.index-dot-list li {
    padding: 15px 80px 15px 20px
  }

  div.search-wrapper .bottom-list-wrap .bottom-left ul.index-dot-list li a,
  div.search-wrapper .bottom-list-wrap .bottom-left ul.index-dot-list li span.time,
  div.search-wrapper .bottom-list-wrap .bottom-right ul.index-dot-list li a,
  div.search-wrapper .bottom-list-wrap .bottom-right ul.index-dot-list li span.time {
    font-size: 12px
  }

  div.search-wrapper .bottom-list-wrap .bottom-left ul.index-dot-list li span.time,
  div.search-wrapper .bottom-list-wrap .bottom-right ul.index-dot-list li span.time {
    margin-top: -6px;
    line-height: 12px
  }
}

div.search-wrapper .bottom-list-wrap .bottom-left {
  float: left
}

div.search-wrapper .bottom-list-wrap .bottom-right {
  float: right
}

@media screen and (max-width:980px) {

  div.search-wrapper,
  div.search-wrapper .bottom-list-wrap .index-box,
  div.search-wrapper .container {
    padding: 0
  }

  div.search-wrapper .bottom-list-wrap .bottom-left,
  div.search-wrapper .bottom-list-wrap .bottom-right {
    width: 100%
  }
}

div.text-slider {
  width: 100%
}

div.text-slider .bootstrap-item {
  display: none
}

div.text-slider .bootstrap-dot {
  width: 100%;
  text-align: center
}

div.text-slider .bootstrap-dot ul {
  display: inline-block
}

div.text-slider .bootstrap-dot ul:after {
  display: block;
  content: '';
  clear: both
}

div.text-slider .bootstrap-dot ul li {
  width: 80px;
  height: 6px;
  background: #ddd;
  border-radius: 8px;
  float: left;
  cursor: pointer
}

div.text-slider .bootstrap-dot ul li.active {
  background: #bd1a2d
}

div.text-slider .bootstrap-dot ul li:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

div.text-slider .bootstrap-dot ul li:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

@media screen and (max-width:768px) {
  div.text-slider .bootstrap-dot ul li {
    width: 60px;
    height: 8px
  }
}

div.main-bg-wrap .top-box {
  margin-bottom: 20px;
  background: #FFF;
  padding: 15px 20px;
  border-radius: 5px;
  box-shadow: 0 0 8px rgba(0, 0, 0, .03)
}

div.main-bg-wrap .top-box .top-title {
  padding-left: 60px;
  background: left center no-repeat #f7f7f7;
  background-size: auto 100%;
  margin-bottom: 5px
}

div.main-bg-wrap .top-box .top-title:after {
  display: block;
  content: '';
  clear: both
}

div.main-bg-wrap .top-box .top-title h3 {
  font-size: 18px;
  line-height: 40px;
  color: #333
}

div.main-bg-wrap .top-box .top-title h3 a:focus,
div.main-bg-wrap .top-box .top-title h3 a:hover {
  text-decoration: none
}

div.main-bg-wrap .top-box .top-content:after {
  display: block;
  content: '';
  clear: both
}

div.main-bg-wrap .top-box .top-content .index-box .title h3 {
  font-size: 20px
}

div.main-bg-wrap .top-box.icon-01 .top-title {
  background-image: url(city_title_01.png)
}

div.main-bg-wrap .top-box.icon-02 .top-title {
  background-image: url(city_title_03.png)
}

div.main-bg-wrap .top-box.icon-03 .top-title {
  background-image: url(city_title_02.png)
}

div.main-bg-wrap .top-box.icon-04 .top-title {
  background-image: url(duiwai_icon1.png)
}

div.main-bg-wrap .top-box.icon-05 .top-title {
  background-image: url(duiwai_icon2.jpg)
}

@media screen and (max-width:980px) {
  div.main-bg-wrap {
    padding: 0
  }

  div.main-bg-wrap .top-box:last-child {
    margin-bottom: 0
  }
}

div.main-bg-wrap ul.yhcs-list:after {
  display: block;
  content: '';
  clear: both
}

div.main-bg-wrap ul.yhcs-list li {
  position: relative;
  padding: 15px 80px 15px 20px;
  border-top: 1px dashed #EEE;
  font-size: 16px
}

div.main-bg-wrap ul.yhcs-list li:before {
  display: block;
  content: '';
  width: 10px;
  height: 10px;
  background: url(dot.png) center no-repeat;
  background-size: 10px 10px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -5px
}

div.main-bg-wrap ul.yhcs-list li:first-child {
  border-top: 0
}

div.main-bg-wrap ul.yhcs-list li span.time {
  display: block;
  padding: 15px 0;
  color: #666;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1
}

div.main-bg-wrap ul.yhcs-list li a {
  color: #333;
  font-weight: 700;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block
}

div.main-bg-wrap ul.yhcs-list li a:focus,
div.main-bg-wrap ul.yhcs-list li a:hover {
  text-decoration: none
}

div.main-bg-wrap ul.yhcs-list li a.news:before {
  display: inline-block;
  font-size: 16px;
  color: #bd1a2d;
  content: attr(data-title);
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #CCC;
  line-height: 1;
  font-style: italic
}

div.main-bg-wrap ul.yhcs-list li:hover:before {
  background-image: url(dot_hover.png)
}

div.main-bg-wrap ul.yhcs-list li:hover a {
  color: #bd1a2d
}

@media screen and (max-width:768px) {
  div.main-bg-wrap ul.yhcs-list li {
    font-size: 14px
  }
}

div.main-bg-wrap .index-inner {
  margin-top: 10px
}

div.main-bg-wrap .index-inner .title {
  border-bottom: 0
}

div.main-bg-wrap .index-inner .title ul.list {
  border-bottom: 0;
  overflow: inherit
}

div.main-bg-wrap .index-inner .title ul.list:before {
  display: none
}

div.main-bg-wrap .index-inner .title ul.list li {
  border-bottom: 0;
  position: relative
}

div.main-bg-wrap .index-inner .title ul.list li:before {
  display: block;
  content: '';
  width: 10px;
  height: 5px;
  position: absolute;
  left: 50%;
  margin-left: -5px;
  bottom: -5px;
  z-index: 10
}

div.main-bg-wrap .index-inner .title ul.list li.active:before {
  background-image: url(arrow_down.png)
}

@media screen and (max-width:560px) {
  div.main-bg-wrap .index-inner .title ul.list {
    overflow-y: hidden;
    overflow-x: auto
  }
}

div.main-bg-wrap .index-box.line-all {
  padding: 0
}

div.main-bg-wrap .index-box.line-all.half {
  width: 565px
}

div.main-bg-wrap .index-box.line-all.half.fl {
  float: left
}

div.main-bg-wrap .index-box.line-all.half.fr {
  float: right
}

@media screen and (max-width:1200px) {
  div.main-bg-wrap .index-box.line-all.half {
    width: 49%
  }
}

@media screen and (max-width:1024px) {
  div.main-bg-wrap .index-box.line-all.half {
    width: 100%
  }
}

div.main-bg-wrap ul.index-country-list {
  border: 1px solid #EEE;
  padding: 15px 20px
}

div.main-bg-wrap ul.index-country-list:after {
  display: block;
  content: '';
  clear: both
}

div.main-bg-wrap ul.index-country-list li {
  width: 25%;
  padding: 18px 0 18px 15px;
  border-bottom: 0;
  float: left;
  position: relative
}

div.main-bg-wrap ul.index-country-list li:before {
  display: block;
  content: '';
  width: 5px;
  height: 5px;
  border: 1px solid #f60007;
  border-radius: 5px;
  position: absolute;
  top: 50%;
  margin-top: -2px;
  left: 0;
  z-index: 1
}

div.main-bg-wrap ul.index-country-list li a {
  font-size: 16px;
  color: #333;
  font-weight: 700;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}

div.main-bg-wrap ul.index-country-list li:hover:before {
  background-color: #bd1a2d
}

div.main-bg-wrap ul.index-country-list li:hover a {
  color: #bd1a2d;
  text-decoration: none
}

@media screen and (max-width:768px) {
  div.main-bg-wrap ul.index-country-list li {
    padding: 12px 0 12px 15px
  }

  div.main-bg-wrap ul.index-country-list li a {
    font-size: 14px
  }
}

@media screen and (max-width:420px) {
  div.main-bg-wrap ul.index-country-list li {
    width: 50%
  }
}

div.main-bg-wrap .layer-table {
  display: table;
  width: 100%;
  margin-top: 20px
}

div.main-bg-wrap .layer-table .cell {
  display: table-cell;
  vertical-align: top
}

div.main-bg-wrap .layer-table .cell.left {
  width: 160px;
  white-space: nowrap
}

div.main-bg-wrap .layer-table .cell.left .lawyer-wrapper {
  width: 160px;
  overflow-y: hidden;
  overflow-x: auto
}

div.main-bg-wrap .layer-table .cell.left .lawyer-wrapper .list .item {
  white-space: nowrap;
  position: static
}

div.main-bg-wrap .layer-table .cell.left .lawyer-wrapper .list .item p.top {
  text-align: center
}

div.main-bg-wrap .layer-table .cell.left .lawyer-wrapper .list .item p.top a {
  font-size: 18px;
  color: #333;
  text-decoration: none;
  line-height: 50px;
  height: 50px
}

div.main-bg-wrap .layer-table .cell.left .lawyer-wrapper .list .item.active {
  background-image: url(unit_bg.png)
}

div.main-bg-wrap .layer-table .cell.left .lawyer-wrapper .list .item.active p.top a {
  color: #fff
}

div.main-bg-wrap .layer-table .cell.right {
  width: 100%;
  padding: 0 0 15px 50px;
  margin-left: 0;
  float: none
}

div.main-bg-wrap .layer-table .cell.right .right-info {
  font-size: 16px;
  color: #333;
  line-height: 2.2
}

div.main-bg-wrap .layer-table .cell.right .right-info div.title {
  font-size: 26px;
  line-height: 1.5;
  color: #333;
  width: 100%;
  text-align: center;
  padding: 10px 0
}

@media screen and (max-width:980px) {
  div.main-bg-wrap .layer-table .cell.right .right-info div.title {
    font-size: 22px
  }
}

div.main-bg-wrap .layer-table .cell.right .right-info div.setting {
  margin: 20px 0;
  height: 40px;
  background-color: #f9fbff;
  display: table;
  width: 100%
}

div.main-bg-wrap .layer-table .cell.right .right-info div.setting div.t1 {
  font-size: 14px;
  line-height: 40px;
  color: #999;
  text-align: center;
  display: table-cell;
  vertical-align: middle
}

div.main-bg-wrap .layer-table .cell.right .right-info div.setting div.t1.share:after {
  display: block;
  content: '';
  clear: both
}

div.main-bg-wrap .layer-table .cell.right .right-info div.setting div.t1.share span {
  float: left
}

div.main-bg-wrap .layer-table .cell.right .right-info div.setting div.t1.share div.bdsharebuttonbox {
  margin-top: 8px
}

div.main-bg-wrap .layer-table .cell.right .right-info div.setting div.t1.share div.bdsharebuttonbox a {
  width: 22px;
  height: 23px;
  background-image: url(share_all.png);
  margin: 0 10px
}

div.main-bg-wrap .layer-table .cell.right .right-info div.setting div.t1.share div.bdsharebuttonbox a.bds_weixin {
  background-position: -1px -27px
}

div.main-bg-wrap .layer-table .cell.right .right-info div.setting div.t1.share div.bdsharebuttonbox a.bds_tsina {
  background-position: -27px -1px
}

div.main-bg-wrap .layer-table .cell.right .right-info div.setting div.t1.share div.bdsharebuttonbox a.bds_qzone {
  background-position: -1px -1px
}

div.main-bg-wrap .layer-table .cell.right .right-info div.setting div.t1.share div.bdsharebuttonbox a.bds_renren {
  background-position: -28px -26px
}

div.main-bg-wrap .layer-table .cell.right .right-info div.setting div.t1 .m-share {
  float: left;
  margin-top: 6px
}

div.main-bg-wrap .layer-table .cell.right .right-info div.setting div.t1 .share {
  zoom: 1
}

div.main-bg-wrap .layer-table .cell.right .right-info div.setting div.t1 .share:after {
  content: "";
  display: block;
  clear: both
}

div.main-bg-wrap .layer-table .cell.right .right-info div.setting div.t1 .share a {
  float: left;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  margin-left: 13px;
  background: #c9c9c9;
  cursor: pointer;
  display: block
}

div.main-bg-wrap .layer-table .cell.right .right-info div.setting div.t1 .share a i {
  display: block;
  width: 26px;
  height: 26px;
  overflow: hidden;
  border-radius: 50%;
  -webkit-transition: .4s all;
  transition: .4s all
}

div.main-bg-wrap .layer-table .cell.right .right-info div.setting div.t1 .share a:hover i {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg)
}

div.main-bg-wrap .layer-table .cell.right .right-info div.setting div.t1 .share #share-icon {
  width: 26px;
  height: 26px;
  float: left;
  display: none
}

div.main-bg-wrap .layer-table .cell.right .right-info div.setting div.t1 .share #share-icon img {
  width: 100%;
  height: 100%
}

div.main-bg-wrap .layer-table .cell.right .right-info div.setting div.t1 .share .share-qqzone i {
  background: url(cont_ico_share.png) 4px center no-repeat
}

div.main-bg-wrap .layer-table .cell.right .right-info div.setting div.t1 .share .share-qqzone:hover {
  background-color: #fc7354
}

div.main-bg-wrap .layer-table .cell.right .right-info div.setting div.t1 .share .share-wechat {
  position: relative
}

div.main-bg-wrap .layer-table .cell.right .right-info div.setting div.t1 .share .share-wechat i {
  background: url(cont_ico_share.png) -30px center no-repeat
}

div.main-bg-wrap .layer-table .cell.right .right-info div.setting div.t1 .share .share-wechat :hover {
  background-color: #1fbc7d
}

div.main-bg-wrap .layer-table .cell.right .right-info div.setting div.t1 .share .share-weibo i {
  background: url(cont_ico_share.png) -65px center no-repeat
}

div.main-bg-wrap .layer-table .cell.right .right-info div.setting div.t1 .share .share-weibo :hover {
  background-color: #e96157
}

div.main-bg-wrap .layer-table .cell.right .right-info div.setting div.t1 .share .share-qq i {
  background: url(cont_ico_share.png) -96px center no-repeat
}

div.main-bg-wrap .layer-table .cell.right .right-info div.setting div.t1 .share .share-qq :hover {
  background-color: #27a8f2
}

div.main-bg-wrap .layer-table .cell.right .right-info div.setting div.t1 .share .bg-code {
  left: -36px;
  z-index: 10
}

div.main-bg-wrap .layer-table .cell.right .right-info div.setting div.t1 .share .qrcode {
  display: none;
  position: absolute;
  top: 36px;
  border: 1px solid #ccc;
  padding: 5px;
  background: #fff;
  width: 150px;
  height: 150px;
  left: -98%;
  z-index: 11
}

div.main-bg-wrap .layer-table .cell.right .right-info div.setting div.t1 .share .qrcode canvas {
  width: 100%
}

div.main-bg-wrap .layer-table .cell.right .right-info div.setting div.t1 .share .close-btn {
  position: absolute;
  background: #fff;
  color: #000;
  font-size: 12px;
  z-index: 12;
  width: 12px;
  height: 12px;
  line-height: 12px;
  text-align: center;
  right: -39px;
  top: 50px;
  display: none;
  cursor: pointer
}

div.main-bg-wrap .layer-table .cell.right .right-info div.setting div.t1 span.value {
  color: #666
}

div.main-bg-wrap .layer-table .cell.right .right-info div.setting div.t1 span.value a {
  margin-left: 20px;
  color: #666;
  font-size: 14px;
  line-height: 1
}

div.main-bg-wrap .layer-table .cell.right .right-info div.setting div.t1 span.value a.active,
div.main-bg-wrap .layer-table .cell.right .right-info div.setting div.t1 span.value a:hover {
  color: #f31515;
  text-decoration: none
}

div.main-bg-wrap .layer-table .cell.right .right-info div.setting div.t1 span.value a:first-child {
  margin-left: 0
}

div.main-bg-wrap .layer-table .cell.right .right-info div.setting div.t1 span.value a img {
  width: 22px;
  height: 22px;
  margin-left: 5px;
  -webkit-transition: all .5s ease-in;
  transition: all .5s ease-in
}

div.main-bg-wrap .layer-table .cell.right .right-info div.setting div.t1 span.value a:hover {
  text-decoration: none
}

div.main-bg-wrap .layer-table .cell.right .right-info div.setting div.t1 span.value a:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2)
}

@media screen and (max-width:980px) {
  div.main-bg-wrap .layer-table .cell.right .right-info div.setting div.t1.share {
    display: none
  }

  div.main-bg-wrap .layer-table .cell.right .right-info div.setting {
    display: block;
    height: auto;
    padding: 10px 20px
  }

  div.main-bg-wrap .layer-table .cell.right .right-info div.setting:after {
    display: block;
    content: '';
    clear: both
  }

  div.main-bg-wrap .layer-table .cell.right .right-info div.setting div.t1 {
    width: 50%;
    float: left;
    text-align: left;
    line-height: 26px
  }
}

@media screen and (max-width:420px) {
  div.main-bg-wrap .layer-table .cell.right .right-info div.setting {
    display: block;
    height: auto;
    padding: 10px 20px
  }

  div.main-bg-wrap .layer-table .cell.right .right-info div.setting:after {
    display: block;
    content: '';
    clear: both
  }

  div.main-bg-wrap .layer-table .cell.right .right-info div.setting div.t1 {
    width: 100%;
    text-align: left;
    line-height: 26px
  }
}

div.main-bg-wrap .layer-table .cell.right .right-info .content p {
  text-indent: 2em
}

@media screen and (max-width:980px) {

  div.main-bg-wrap .layer-table,
  div.main-bg-wrap .layer-table .cell {
    display: block
  }

  div.main-bg-wrap .layer-table .cell.left,
  div.main-bg-wrap .layer-table .cell.left .lawyer-wrapper {
    width: 100%
  }

  div.main-bg-wrap .layer-table .cell.left .lawyer-wrapper .list {
    width: 100%;
    overflow-y: hidden;
    overflow-x: auto;
    white-space: nowrap
  }

  div.main-bg-wrap .layer-table .cell.left .lawyer-wrapper .list:after {
    display: block;
    content: '';
    clear: both
  }

  div.main-bg-wrap .layer-table .cell.left .lawyer-wrapper .list .item {
    padding: 0 15px;
    display: inline-block;
    border-bottom: 2px solid transparent
  }

  div.main-bg-wrap .layer-table .cell.left .lawyer-wrapper .list .item.active {
    background-image: none;
    border-bottom-color: #f31515
  }

  div.main-bg-wrap .layer-table .cell.left .lawyer-wrapper .list .item.active p.top a {
    color: #f31515
  }

  div.main-bg-wrap .layer-table .cell.right {
    padding: 20px 0
  }
}

div.table-loading {
  width: 100%;
  color: #666;
  font-size: 14px
}

div.table-loading span,
div.table-loading:after {
  display: inline-block;
  vertical-align: middle
}

div.table-loading:after {
  content: '';
  -webkit-animation: loadingText 1s infinite;
  animation: loadingText 1s infinite
}

div.dialog-box {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .1);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999
}

div.dialog-box .model {
  width: 280px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-bottom: 40px;
  background: #FFF;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -130px;
  margin-top: -50px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .1)
}

div.dialog-box .model .info {
  padding: 20px 20px 15px
}

div.dialog-box .model .info img.code,
div.dialog-box .model .info span.reset {
  display: inline-block;
  vertical-align: middle
}

div.dialog-box .model .info input.ipt {
  width: 100%;
  height: 36px;
  padding: 0 10px;
  font-size: 14px;
  outline: 0;
  border: 1px solid #CCC;
  margin-bottom: 10px;
  text-align: left
}

div.dialog-box .model .info input.ipt.error::-webkit-input-placeholder {
  color: red
}

div.dialog-box .model .info input.ipt.error::-moz-placeholder {
  color: red
}

div.dialog-box .model .info input.ipt.error:-ms-input-placeholder {
  color: red
}

div.dialog-box .model .info input.ipt.error::-ms-input-placeholder {
  color: red
}

div.dialog-box .model .info input.ipt.error::placeholder {
  color: red
}

div.dialog-box .model .info img.code {
  width: 90px;
  height: 40px;
  border: 1px solid #CCC
}

div.dialog-box .model .info span.reset {
  font-size: 12px;
  color: #666;
  margin-left: 12px;
  cursor: pointer
}

div.dialog-box .model .error-box {
  font-size: 12px;
  color: red;
  padding: 0 20px 10px
}

div.dialog-box .model .error-box:empty {
  display: none
}

div.dialog-box .model button.btn-ok {
  width: 100%;
  height: 40px;
  font-size: 16px;
  color: #666;
  background: 0 0;
  border: 0;
  outline: 0;
  border-top: 1px solid #EEE;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  cursor: pointer
}

div.dialog-load-box {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999
}

div.dialog-load-box .model {
  display: none;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  font-size: 14px;
  color: #FFF;
  border-radius: 6px;
  width: 160px;
  min-height: 50px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  background: rgba(0, 0, 0, .5);
  position: absolute;
  left: 50%;
  margin-left: -80px;
  top: 50%;
  margin-top: -45px;
  z-index: 999
}

div.dialog-load-box .model.active {
  display: -webkit-box;
  display: flex
}

div.screen-wrap div.yhcs-row-box {
  width: 100%;
  padding: 15px 20px;
  box-shadow: 0 0 8px rgba(0, 0, 0, .03);
  margin-bottom: 20px;
  background: #FFF
}

div.screen-wrap div.yhcs-row-box ul.yhcs-list:after,
div.screen-wrap div.yhcs-row-box:after {
  display: block;
  content: '';
  clear: both
}

div.screen-wrap div.yhcs-row-box ul.yhcs-list li {
  position: relative;
  padding: 15px 80px 15px 20px;
  border-top: 1px dashed #EEE;
  font-size: 16px
}

div.screen-wrap div.yhcs-row-box ul.yhcs-list li:before {
  display: block;
  content: '';
  width: 10px;
  height: 10px;
  background: url(dot.png) center no-repeat;
  background-size: 10px 10px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -5px
}

div.screen-wrap div.yhcs-row-box ul.yhcs-list li:first-child {
  border-top: 0
}

div.screen-wrap div.yhcs-row-box ul.yhcs-list li span.time {
  display: block;
  padding: 15px 0;
  color: #666;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1
}

div.screen-wrap div.yhcs-row-box ul.yhcs-list li a {
  color: #333;
  font-weight: 700;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block
}

div.screen-wrap div.yhcs-row-box ul.yhcs-list li a:focus,
div.screen-wrap div.yhcs-row-box ul.yhcs-list li a:hover {
  text-decoration: none
}

div.screen-wrap div.yhcs-row-box ul.yhcs-list li a.news:before {
  display: inline-block;
  font-size: 16px;
  color: #bd1a2d;
  content: attr(data-title);
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #CCC;
  line-height: 1;
  font-style: italic
}

div.screen-wrap div.yhcs-row-box ul.yhcs-list li:hover:before {
  background-image: url(dot_hover.png)
}

div.screen-wrap div.yhcs-row-box ul.yhcs-list li:hover a {
  color: #bd1a2d
}

@media screen and (max-width:768px) {
  div.screen-wrap div.yhcs-row-box ul.yhcs-list li {
    font-size: 14px
  }
}

div.screen-wrap div.yhcs-row-box .index-box {
  padding: 0
}

div.screen-wrap div.yhcs-row-box .index-box.half {
  width: 565px
}

div.screen-wrap div.yhcs-row-box .index-box.half.fl {
  float: left
}

div.screen-wrap div.yhcs-row-box .index-box.half.fr {
  float: right
}

@media screen and (max-width:1200px) {
  div.screen-wrap div.yhcs-row-box .index-box.half {
    width: 49%
  }
}

@media screen and (max-width:1024px) {
  div.screen-wrap div.yhcs-row-box {
    margin-bottom: 0;
    padding: 0;
    box-shadow: none
  }

  div.screen-wrap div.yhcs-row-box .index-box {
    padding-bottom: 10px
  }

  div.screen-wrap div.yhcs-row-box .index-box.half {
    width: 100%
  }
}

@media screen and (max-width:980px) {
  div.screen-wrap {
    padding: 20px 15px;
    background: #FFF
  }
}

div.yq-wrapper {
  padding: 20px 0
}

div.yq-wrapper .yq-inner {
  background: #FFF;
  padding: 10px 0
}

div.yq-wrapper .yq-inner .title {
  width: 100%;
  text-align: center;
  padding: 15px 30px;
  line-height: 1.5
}

div.yq-wrapper .yq-inner .title img.t {
  max-width: 100%
}

div.yq-wrapper .yq-inner .title img.t2 {
  display: none;
  max-width: 100%
}

div.yq-wrapper .yq-inner .title h3 {
  font-size: 24px;
  color: #00456f;
  padding: 10px 0;
  line-height: 1.5
}

div.yq-wrapper .yq-inner .title p.intro {
  font-size: 16px;
  color: #333;
  text-indent: 2em;
  text-align: justify
}

div.yq-wrapper .yq-inner .title p.intro a {
  color: #024d7b
}

div.yq-wrapper .yq-inner .title .more-box {
  text-align: left;
  padding-top: 15px
}

div.yq-wrapper .yq-inner .title .more-box a.view {
  display: inline-block;
  border: 1px solid #CCC;
  color: #666;
  font-size: 14px;
  line-height: 1;
  padding: 5px 10px
}

div.yq-wrapper .yq-inner .title .more-box a.view:focus,
div.yq-wrapper .yq-inner .title .more-box a.view:hover {
  text-decoration: none
}

div.yq-wrapper .yq-inner .list-content {
  padding: 0 10px 15px
}

div.yq-wrapper .yq-inner .list-content .rows:after,
div.yq-wrapper .yq-inner .list-content:after {
  display: block;
  content: '';
  clear: both
}

div.yq-wrapper .yq-inner .list-content .list-panel {
  width: 550px;
  margin: 15px 20px;
  float: left
}

div.yq-wrapper .yq-inner .list-content .list-panel .in-title {
  background: #f7f7f7;
  border-left: 4px solid #024d7b
}

div.yq-wrapper .yq-inner .list-content .list-panel .in-title h3 {
  font-size: 22px;
  color: #333;
  padding: 8px 15px;
  font-weight: 700
}

div.yq-wrapper .yq-inner .list-content .list-panel .in-title h3 span {
  display: inline-block;
  vertical-align: middle
}

div.yq-wrapper .yq-inner .list-content .list-panel .in-title h3 span.en {
  font-size: 18px;
  color: #666;
  margin-left: 10px
}

div.yq-wrapper .yq-inner .list-content .list-panel .in-list ul.list {
  min-height: 255px
}

div.yq-wrapper .yq-inner .list-content .list-panel .in-list ul.list li {
  padding: 15px 90px 15px 0;
  border-bottom: 1px solid #EEE;
  font-size: 16px;
  color: #333;
  line-height: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative
}

div.yq-wrapper .yq-inner .list-content .list-panel .in-list ul.list li a,
div.yq-wrapper .yq-inner .list-content .list-panel .in-list ul.list li:before {
  vertical-align: middle
}

div.yq-wrapper .yq-inner .list-content .list-panel .in-list ul.list li:before {
  display: none;
  content: attr(data-title);
  font-style: italic;
  font-weight: 700;
  font-size: 16px;
  color: #bd1a2d;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #CCC;
  line-height: 1
}

div.yq-wrapper .yq-inner .list-content .list-panel .in-list ul.list li:after {
  display: block;
  content: '';
  clear: both
}

div.yq-wrapper .yq-inner .list-content .list-panel .in-list ul.list li span.time {
  color: #999;
  font-size: 14px;
  display: block;
  padding: 15px 0;
  line-height: 24px;
  position: absolute;
  right: 0;
  top: 0
}

div.yq-wrapper .yq-inner .list-content .list-panel .in-list ul.list li a {
  color: #333
}

div.yq-wrapper .yq-inner .list-content .list-panel .in-list ul.list li a:focus,
div.yq-wrapper .yq-inner .list-content .list-panel .in-list ul.list li a:hover {
  text-decoration: none
}

div.yq-wrapper .yq-inner .list-content .list-panel .in-list ul.list li a:hover {
  color: #bd1a2d
}

div.yq-wrapper .yq-inner .list-content .list-panel .in-list ul.list li.news:before {
  display: inline-block
}

div.yq-wrapper .yq-inner .list-content .list-panel .more-box {
  padding-top: 15px
}

div.yq-wrapper .yq-inner .list-content .list-panel .more-box a.btn-more {
  display: inline-block;
  border: 1px solid #CCC;
  font-size: 14px;
  color: #666;
  line-height: 1;
  padding: 5px 10px
}

@media (max-width:1200px) {
  div.yq-wrapper .yq-inner .title h3 {
    font-size: 20px
  }

  div.yq-wrapper .yq-inner .title p {
    font-size: 14px
  }

  div.yq-wrapper .yq-inner .list-content .list-panel {
    width: 46%;
    margin: 15px 2%
  }

  div.yq-wrapper .yq-inner .list-content .list-panel .in-title h3 {
    font-size: 18px
  }

  div.yq-wrapper .yq-inner .list-content .list-panel .in-title h3 span.en {
    font-size: 16px
  }

  div.yq-wrapper .yq-inner .list-content .list-panel .in-list ul.list li {
    font-size: 14px;
    padding: 12px 90px 12px 0
  }

  div.yq-wrapper .yq-inner .list-content .list-panel .in-list ul.list li span.time {
    padding: 12px 0
  }

  div.yq-wrapper .yq-inner .list-content .list-panel .more-box {
    padding-top: 12px
  }
}

@media (max-width:980px) {
  div.yq-wrapper .yq-inner .title {
    padding: 15px 20px
  }

  div.yq-wrapper .yq-inner .title img.t {
    display: none
  }

  div.yq-wrapper .yq-inner .title img.t2 {
    display: inline-block
  }
}

@media (max-width:768px) {
  div.yq-wrapper .yq-inner .list-content {
    padding: 0 20px
  }

  div.yq-wrapper .yq-inner .list-content .list-panel {
    width: 100%;
    margin: 15px 0
  }

  div.yq-wrapper .yq-inner .list-content .list-panel .in-list ul.list {
    min-height: auto
  }

  div.yq-wrapper .yq-inner .list-content .list-panel .more-box {
    text-align: center;
    padding-top: 20px
  }
}

@media (max-width:420px) {
  div.yq-wrapper .yq-inner .title h3 {
    font-size: 18px
  }

  div.yq-wrapper .yq-inner .list-content {
    padding: 0 20px
  }

  div.yq-wrapper .yq-inner .list-content .list-panel .in-title h3 {
    font-size: 16px
  }

  div.yq-wrapper .yq-inner .list-content .list-panel .in-title h3 span.en {
    font-size: 14px
  }

  div.yq-wrapper .yq-inner .list-content .list-panel .in-list ul.list li span.time {
    font-size: 12px
  }
}

@media (max-width:768px) {

  div.yq-wrapper,
  div.yq-wrapper .container {
    padding: 0
  }
}

div.icon-all-important {
  background-image: none !important;
  padding-left: 0 !important
}

div.icon-all-important h2,
div.icon-all-important h3,
div.icon-all-important.news-name a,
div.icon-all-important.title-f a,
div.icon-all-important.title-name a {
  font-size: 22px !important;
  font-weight: 700 !important;
  padding-left: 15px !important
}

div.icon-all-important h2:focus,
div.icon-all-important h2:hover,
div.icon-all-important h3:focus,
div.icon-all-important h3:hover,
div.icon-all-important.news-name a:focus,
div.icon-all-important.news-name a:hover,
div.icon-all-important.title-f a:focus,
div.icon-all-important.title-f a:hover,
div.icon-all-important.title-name a:focus,
div.icon-all-important.title-name a:hover {
  text-decoration: none
}

div.icon-all-important ul.list {
  padding-left: 0 !important
}

div.icon-all-important ul.list li {
  height: inherit !important
}

div.icon-all-important ul.list li a {
  display: block;
  font-size: 22px !important
}

@media screen and (max-width:420px) {

  div.icon-all-important h2,
  div.icon-all-important h3,
  div.icon-all-important ul.list li a,
  div.icon-all-important.news-name a,
  div.icon-all-important.title-f a,
  div.icon-all-important.title-name a {
    font-size: 18px !important
  }
}

ul {
  margin: 0
}

div.clear {
  clear: both
}

.news-list-box .news-list-content .container .news-box {
  margin-bottom: 20px;
  padding: 20px 20px 30px;
  background-color: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, .03);
  border-radius: 5px
}

.news-list-box .news-list-content .container .news-box .news-name {
  width: 100%;
  height: 40px;
  background: url(news_list_01.png) left center no-repeat #f7f7f7;
  background-size: 54px 40px;
  padding-left: 40px
}

.news-list-box .news-list-content .container .news-box .news-name a {
  font-size: 18px;
  color: #000;
  line-height: 40px;
  padding-left: 20px;
  width: 100%
}

.news-list-box .news-list-content .container .news-box .news-name a:after {
  display: block;
  content: '';
  clear: both
}

.news-list-box .news-list-content .container .news-box .news-name a span {
  font-size: 14px;
  color: #999;
  font-weight: 400;
  float: right;
  background: url(news_list_02.png) right 11px center no-repeat;
  padding-right: 32px;
  background-size: 8px 14px
}

.news-list-box .news-list-content .container .news-box .news-name a[href]:hover {
  color: #1a1a1a;
  text-decoration: none
}

.news-list-box .news-list-content .container .news-box .content ul.news-ul {
  padding-top: 15px
}

.news-list-box .news-list-content .container .news-box .content ul.news-ul li {
  width: 100%;
  padding: 15px 0;
  position: relative
}

.news-list-box .news-list-content .container .news-box .content ul.news-ul li a {
  font-size: 16px;
  display: block;
  padding: 0 90px 0 20px;
  position: relative
}

.news-list-box .news-list-content .container .news-box .content ul.news-ul li a:before {
  display: inline-block;
  content: '';
  background: url(news_list1_02.png) left center no-repeat;
  background-size: 11px 11px;
  width: 11px;
  height: 11px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -5.5px
}

.news-list-box .news-list-content .container .news-box .content ul.news-ul li a span.title {
  color: #333;
  display: inline-block;
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden
}

.news-list-box .news-list-content .container .news-box .content ul.news-ul li a span.title:before {
  display: inline-block;
  content: attr(data-title);
  vertical-align: middle;
  font-style: italic;
  font-size: 16px;
  color: #bd1a2d;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #CCC;
  line-height: 1
}

.news-list-box .news-list-content .container .news-box .content ul.news-ul li a span.title.no-before:before {
  display: none
}

.news-list-box .news-list-content .container .news-box .content ul.news-ul li a:hover {
  text-decoration: none
}

.news-list-box .news-list-content .container .news-box .content ul.news-ul li a:hover span.title {
  color: #bd1a2d
}

.news-list-box .news-list-content .container .news-box .content ul.news-ul li a:hover:before {
  background-image: url(news_list1_01.png)
}

.news-list-box .news-list-content .container .news-box .content ul.news-ul li span.datetime {
  color: #666;
  font-size: 14px;
  line-height: 1;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  right: 0
}

.news-list-box .news-list-content .container .news-box .content ul.news-ul li.li10,
.news-list-box .news-list-content .container .news-box .content ul.news-ul li.li5 {
  border-bottom: 1px dotted #eee
}

.news-list-box .news-list-content .container .news-box .content ul.news-ul li:first-child {
  border: none
}

@media screen and (max-width:980px) {
  .news-list-box .news-list-content .container .news-box .content ul.news-ul li a {
    font-size: 14px
  }
}

.news-list-box .news-list1-content .container .news-box .content ul.news-ul {
  position: relative
}

.news-list-box .news-list1-content .container .news-box .content ul.news-ul li a.ha span.title {
  max-width: 80%
}

.news-list-box .news-list1-content .container .news-box .content ul.news-ul li span.name {
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  display: inline-block;
  color: #f31515;
  margin-right: 20px;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  left: 20px
}

.news-list-box .news-list1-content .container .news-box .content ul.news-ul li span.name:before {
  display: block;
  content: '';
  width: 1px;
  height: 14px;
  background-color: #ccc;
  position: absolute;
  right: -10px;
  top: 0
}

.news-list-box .news-list1-content .container .news-box .content ul.news-ul li a span.left {
  margin-left: 50px
}

.news-content .container {
  padding: 30px 20px 40px;
  margin-bottom: 20px;
  background-color: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, .03);
  border-radius: 5px
}

.news-content .container div.title {
  font-size: 26px;
  line-height: 1.5;
  color: #333;
  width: 100%;
  text-align: center
}

@media screen and (max-width:980px) {
  .news-content .container div.title {
    font-size: 20px
  }
}

.news-content .container div.setting {
  margin: 30px 0 40px;
  height: 40px;
  background-color: #f9fbff;
  display: table;
  width: 100%
}

.news-content .container div.setting div.t1 {
  font-size: 14px;
  line-height: 40px;
  color: #999;
  text-align: center;
  display: table-cell;
  vertical-align: middle
}

.news-content .container div.setting div.t1.share:after {
  display: block;
  content: '';
  clear: both
}

.news-content .container div.setting div.t1.share span {
  float: left
}

.news-content .container div.setting div.t1.share div.bdsharebuttonbox {
  margin-top: 8px
}

.news-content .container div.setting div.t1.share div.bdsharebuttonbox a {
  width: 22px;
  height: 23px;
  background-image: url(share_all.png);
  margin: 0 10px
}

.news-content .container div.setting div.t1.share div.bdsharebuttonbox a.bds_weixin {
  background-position: -1px -27px
}

.news-content .container div.setting div.t1.share div.bdsharebuttonbox a.bds_tsina {
  background-position: -27px -1px
}

.news-content .container div.setting div.t1.share div.bdsharebuttonbox a.bds_qzone {
  background-position: -1px -1px
}

.news-content .container div.setting div.t1.share div.bdsharebuttonbox a.bds_renren {
  background-position: -28px -26px
}

.news-content .container div.setting div.t1 span.value {
  color: #666
}

.news-content .container div.setting div.t1 span.value a {
  margin-left: 20px;
  color: #666;
  font-size: 14px;
  line-height: 1
}

.news-content .container div.setting div.t1 span.value a.active,
.news-content .container div.setting div.t1 span.value a:hover {
  color: #bd1a2d;
  text-decoration: none
}

.news-content .container div.setting div.t1 span.value a:first-child {
  margin-left: 0
}

.news-content .container div.setting div.t1 span.value a img {
  width: 22px;
  height: 22px;
  margin-left: 5px;
  -webkit-transition: all .5s ease-in;
  transition: all .5s ease-in
}

.news-content .container div.setting div.t1 span.value a:hover {
  text-decoration: none
}

.news-content .container div.setting div.t1 span.value a:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2)
}

@media screen and (max-width:980px) {
  .news-content .container div.setting div.t1.share {
    display: none
  }
}

.news-content .container div.setting .m-share {
  float: left;
  margin-top: 6px
}

.news-content .container div.setting .share {
  zoom: 1
}

.news-content .container div.setting .share:after {
  content: "";
  display: block;
  clear: both
}

.news-content .container div.setting .share a {
  float: left;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  margin-left: 13px;
  background: #c9c9c9;
  cursor: pointer;
  display: block
}

.news-content .container div.setting .share a i {
  display: block;
  width: 26px;
  height: 26px;
  overflow: hidden;
  border-radius: 50%;
  -webkit-transition: .4s all;
  transition: .4s all
}

.news-content .container div.setting .share a:hover i {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg)
}

.news-content .container div.setting .share #share-icon {
  width: 26px;
  height: 26px;
  float: left;
  display: none
}

.news-content .container div.setting .share #share-icon img {
  width: 100%;
  height: 100%
}

.news-content .container div.setting .share .share-qqzone i {
  background: url(cont_ico_share.png) 4px center no-repeat
}

.news-content .container div.setting .share .share-qqzone:hover {
  background-color: #fc7354
}

.news-content .container div.setting .share .share-wechat {
  position: relative
}

.news-content .container div.setting .share .share-wechat i {
  background: url(cont_ico_share.png) -30px center no-repeat
}

.news-content .container div.setting .share .share-wechat :hover {
  background-color: #1fbc7d
}

.news-content .container div.setting .share .share-weibo i {
  background: url(cont_ico_share.png) -65px center no-repeat
}

.news-content .container div.setting .share .share-weibo :hover {
  background-color: #e96157
}

.news-content .container div.setting .share .share-qq i {
  background: url(cont_ico_share.png) -96px center no-repeat
}

.news-content .container div.setting .share .share-qq :hover {
  background-color: #27a8f2
}

.news-content .container div.setting .share .bg-code {
  left: -36px;
  z-index: 10
}

.news-content .container div.setting .share .qrcode {
  display: none;
  position: absolute;
  top: 36px;
  border: 1px solid #ccc;
  padding: 5px;
  background: #fff;
  width: 150px;
  height: 150px;
  left: -98%;
  z-index: 11
}

.news-content .container div.setting .share .qrcode canvas {
  width: 100%
}

.news-content .container div.setting .share .close-btn {
  position: absolute;
  background: #fff;
  color: #000;
  font-size: 12px;
  z-index: 12;
  width: 12px;
  height: 12px;
  line-height: 12px;
  text-align: center;
  right: -39px;
  top: 50px;
  display: none;
  cursor: pointer
}

@media screen and (max-width:980px) {
  .news-content .container div.setting {
    display: block;
    height: auto;
    padding: 10px 20px
  }

  .news-content .container div.setting:after {
    display: block;
    content: '';
    clear: both
  }

  .news-content .container div.setting div.t1 {
    width: 50%;
    float: left;
    text-align: left;
    line-height: 26px
  }
}

@media screen and (max-width:420px) {
  .news-content .container div.setting {
    display: block;
    height: auto;
    padding: 10px 20px
  }

  .news-content .container div.setting:after {
    display: block;
    content: '';
    clear: both
  }

  .news-content .container div.setting div.t1 {
    width: 100%;
    text-align: left;
    line-height: 26px
  }
}

.news-content .container div.content {
  width: 100%;
  font-size: 16px;
  color: #333;
  line-height: 220%;
  overflow: hidden;
  overflow-x: auto
}

.news-content .container div.content img {
  max-width: 100% !important;
  height: auto !important
}

.news-content .container div.content p {
  text-indent: 2em;
  margin-bottom: 15px
}

.news-content .container div.content video {
  max-width: 100% !important
}

.news-content .container div.after a,
.news-content .container div.pre a {
  color: #666;
  font-size: 14px;
  line-height: 1
}

.news-content .container div.after a:hover,
.news-content .container div.pre a:hover {
  text-decoration: none;
  color: #f31515
}

.news-content .container div.after span,
.news-content .container div.pre span {
  padding-right: 15px
}

.news-content .container div.pre {
  padding: 50px 0 25px
}

@media screen and (max-width:980px) {
  .news-content .container div.content table {
    display: block;
    overflow-x: auto
  }
}

.map-wrapper .container .map-box {
  background-color: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, .03);
  border-radius: 5px
}

.map-wrapper .container .map-box .map-title {
  padding: 15px 20px 0
}

.map-wrapper .container .map-box .map-title .title {
  width: 100%;
  height: 40px;
  background: url(map_01.png) left center no-repeat #f7f7f7;
  background-size: 54px 40px;
  padding-left: 40px
}

.map-wrapper .container .map-box .map-title .title a {
  font-size: 18px;
  font-weight: 700;
  color: #333;
  line-height: 40px;
  padding-left: 20px;
  width: 100%
}

.map-wrapper .container .map-box .map-title .title a:after {
  display: block;
  content: '';
  clear: both
}

.map-wrapper .container .map-box .map-title .title a[href]:hover {
  color: #1a1a1a;
  text-decoration: none
}

.map-wrapper .container .map-box .map-list {
  padding: 0 20px
}

.map-wrapper .container .map-box .map-list .map-item {
  width: 100%;
  padding: 20px 0;
  border-bottom: 2px solid #EEE
}

.map-wrapper .container .map-box .map-list .map-item:after {
  display: block;
  content: '';
  clear: both
}

.map-wrapper .container .map-box .map-list .map-item div.name {
  float: left;
  width: 140px;
  height: 80px
}

.map-wrapper .container .map-box .map-list .map-item div.name a {
  display: block;
  line-height: 80px;
  font-size: 20px;
  color: #fff;
  text-align: center
}

.map-wrapper .container .map-box .map-list .map-item div.name a:focus,
.map-wrapper .container .map-box .map-list .map-item div.name a:hover {
  text-decoration: none
}

.map-wrapper .container .map-box .map-list .map-item div.name a:hover {
  opacity: .9
}

.map-wrapper .container .map-box .map-list .map-item ul {
  float: left
}

.map-wrapper .container .map-box .map-list .map-item ul li {
  display: inline-block
}

.map-wrapper .container .map-box .map-list .map-item ul li a {
  line-height: 80px;
  font-size: 18px;
  color: #333;
  position: relative;
  margin-left: 50px
}

.map-wrapper .container .map-box .map-list .map-item ul li a:before {
  display: block;
  content: '';
  background: url(map_03.png) left center no-repeat;
  background-size: 6px 6px;
  width: 6px;
  height: 6px;
  position: absolute;
  left: -15px;
  top: 50%;
  margin-top: -3.5px
}

.map-wrapper .container .map-box .map-list .map-item ul li a:focus,
.map-wrapper .container .map-box .map-list .map-item ul li a:hover {
  text-decoration: none
}

.map-wrapper .container .map-box .map-list .map-item ul li a:hover {
  color: #f72228
}

.map-wrapper .container .map-box .map-list .map-item ul li a:hover:before {
  background-image: url(map_02.png)
}

.map-wrapper .container .map-box .map-list .map-item.item1 div.name a {
  background-color: #f04743
}

.map-wrapper .container .map-box .map-list .map-item.item2 div.name a {
  background-color: #4089c6
}

.map-wrapper .container .map-box .map-list .map-item.item3 div.name a {
  background-color: #ffc763
}

.map-wrapper .container .map-box .map-list .map-item.item4 div.name a {
  background-color: #28c2ba
}

.map-wrapper .container .map-box .map-list .map-item.item5 div.name a {
  background-color: #f04743
}

.map-wrapper .container .map-box .map-list .map-item.item6 div.name a {
  background-color: #4792d9
}

.map-wrapper .container .map-box .map-list .map-item.item7 div.name a {
  background-color: #f6ab6e
}

.map-wrapper .container .map-box .map-list .map-item.item8 div.name a {
  background-color: #81b2ec
}

.map-wrapper .container .map-box .map-list .map-item:last-child {
  border: none;
  margin-bottom: 20px
}

@media screen and (max-width:980px) {
  .map-wrapper .container .map-box .map-title {
    padding: 15px 20px 0
  }

  .map-wrapper .container .map-box .map-title .title {
    width: 100%;
    height: 40px
  }

  .map-wrapper .container .map-box .map-title .title a {
    font-size: 14px;
    line-height: 40px;
    padding-left: 20px;
    width: 100%
  }

  .map-wrapper .container .map-box .map-list {
    padding: 0 20px
  }

  .map-wrapper .container .map-box .map-list .map-item {
    padding: 5px 0;
    border: none
  }

  .map-wrapper .container .map-box .map-list .map-item div.name {
    text-align: center;
    width: 100%
  }

  .map-wrapper .container .map-box .map-list .map-item div.name a {
    display: inline-block;
    width: 100%;
    font-size: 14px
  }

  .map-wrapper .container .map-box .map-list .map-item ul li a {
    line-height: 40px;
    font-size: 12px;
    margin-left: 35px
  }
}

.work-wrapper .container .work-list {
  padding: 20px 20px 10px;
  background-color: #fff;
  margin-bottom: 20px;
  box-shadow: 0 0 8px rgba(0, 0, 0, .03);
  border-radius: 5px
}

.work-wrapper .container .work-list ul {
  width: 100%;
  padding-left: 30px;
  background-color: #f7f7f7;
  margin-bottom: 10px
}

.work-wrapper .container .work-list ul li {
  display: inline-block;
  width: 15%
}

.work-wrapper .container .work-list ul li a {
  font-size: 14px;
  line-height: 80px;
  color: #666;
  width: 15%;
  text-decoration: none
}

.work-wrapper .container .work-list ul li a img {
  width: 20px;
  height: 22px;
  margin-right: 17px
}

.work-wrapper .container .work-list ul li a:hover {
  color: #bd1a2d
}

.work-wrapper .container .work-list ul li.item1 {
  width: 38%
}

.work-wrapper .container .work-list ul li.item1 a {
  font-size: 16px;
  line-height: 1;
  color: #333
}

.work-wrapper .container .work-list ul li.item1 a:hover {
  color: #333;
  text-decoration: none;
  cursor: auto
}

@media screen and (max-width:980px) {
  .work-wrapper .container .work-list ul li {
    width: 24%
  }

  .work-wrapper .container .work-list ul li a {
    line-height: 40px
  }

  .work-wrapper .container .work-list ul li.item1 {
    width: 100%;
    line-height: 50px;
    border-bottom: 1px dotted #EEE
  }
}

@media screen and (max-width:768px) {
  .work-wrapper .container .work-list ul li {
    width: 48%
  }

  .work-wrapper .container .work-list ul li a {
    line-height: 40px;
    font-size: 12px
  }

  .work-wrapper .container .work-list ul li.item1 {
    width: 100%;
    line-height: 50px;
    border-bottom: 1px dotted #EEE
  }

  .work-wrapper .container .work-list ul li.item1 a {
    font-size: 13px
  }
}

.deal-wrap-box .deal-wrap {
  margin-bottom: 20px
}

.deal-wrap-box .deal-wrap .container .deal-box {
  padding: 15px 20px 5px;
  background-color: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, .03);
  border-radius: 5px
}

.deal-wrap-box .deal-wrap .container .left {
  float: left;
  width: 69%
}

.deal-wrap-box .deal-wrap .container .right {
  float: right;
  width: 30%
}

.deal-wrap-box .deal-wrap .container .title-name {
  width: 100%;
  height: 40px;
  background: url(for_us_01.png) left center no-repeat #f7f7f7;
  background-size: 54px 40px;
  padding-left: 40px
}

.deal-wrap-box .deal-wrap .container .title-name h3 {
  font-size: 18px;
  color: #333;
  line-height: 40px
}

.deal-wrap-box .deal-wrap .container .title-name a {
  font-size: 18px;
  color: #333;
  line-height: 40px;
  padding-left: 20px;
  width: 100%
}

.deal-wrap-box .deal-wrap .container .title-name a:after {
  display: block;
  content: '';
  clear: both
}

.deal-wrap-box .deal-wrap .container .title-name a span {
  font-weight: 400;
  float: right;
  background: url(news_list_02.png) right 11px center no-repeat;
  padding-right: 32px;
  background-size: 8px 14px
}

.deal-wrap-box .deal-wrap .container .title-name a[href]:hover {
  color: #1a1a1a;
  text-decoration: none
}

.deal-wrap-box .deal-wrap .container .title-name a.more {
  font-size: 14px !important;
  color: #999;
  background: url(news_list_04.png) right center no-repeat;
  margin-right: 10px;
  background-size: 8px;
  padding-right: 10px;
  font-weight: 400 !important;
  float: right;
  width: auto
}

.deal-wrap-box .deal-wrap .container .title-name a.news:before {
  display: inline-block;
  font-size: 16px;
  color: #bd1a2d;
  content: attr(data-title);
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #CCC;
  line-height: 1;
  font-style: italic
}

@media screen and (max-width:420px) {
  .deal-wrap-box .deal-wrap .container .title-name a {
    font-size: 14px
  }
}

.deal-wrap-box .deal-wrap .container .qzxx-box .title-name.line-wrap {
  height: 45px;
  background: url(title_line.png) left bottom no-repeat !important;
  background-size: 90px 3px !important;
  border-bottom: 1px solid #CCC;
  padding-left: 0;
  padding-right: 0
}

.deal-wrap-box .deal-wrap .container .qzxx-box .title-name.line-wrap h3 {
  font-weight: 700;
  padding: 0 5px;
  font-size: 20px
}

.deal-wrap-box .deal-wrap .container div.sub-menu {
  width: 100%;
  margin-top: 10px;
  border-bottom: 1px solid #eee
}

.deal-wrap-box .deal-wrap .container div.sub-menu ul {
  float: left
}

.deal-wrap-box .deal-wrap .container div.sub-menu ul:after {
  display: block;
  content: '';
  clear: both
}

.deal-wrap-box .deal-wrap .container div.sub-menu ul li {
  height: 100%;
  display: inline-block;
  padding: 0 15px;
  text-align: center
}

.deal-wrap-box .deal-wrap .container div.sub-menu ul li a {
  font-size: 18px;
  line-height: 36px;
  color: #333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-decoration: none
}

.deal-wrap-box .deal-wrap .container div.sub-menu ul li a:focus,
.deal-wrap-box .deal-wrap .container div.sub-menu ul li a:hover {
  text-decoration: none
}

.deal-wrap-box .deal-wrap .container div.sub-menu ul li a:hover {
  color: #bd1a2d
}

.deal-wrap-box .deal-wrap .container div.sub-menu ul li.active {
  position: relative;
  border: 1px solid #bd1a2d;
  border-bottom-color: #fff;
  bottom: -1px
}

.deal-wrap-box .deal-wrap .container div.sub-menu ul li.active a {
  color: #bd1a2d;
  text-decoration: none
}

.deal-wrap-box .deal-wrap .container div.sub-menu a.more {
  display: block;
  width: 55px;
  text-align: left;
  float: right;
  font-size: 14px;
  line-height: 36px;
  color: #999;
  position: relative;
  padding-right: 10px
}

.deal-wrap-box .deal-wrap .container div.sub-menu a.more img {
  width: 9px;
  height: 16px;
  margin-left: 5px;
  position: relative;
  top: -2px
}

@media screen and (max-width:420px) {
  .deal-wrap-box .deal-wrap .container div.sub-menu ul li {
    padding: 0 12px
  }

  .deal-wrap-box .deal-wrap .container div.sub-menu ul li a {
    font-size: 14px;
    line-height: 30px;
    color: #666
  }

  .deal-wrap-box .deal-wrap .container div.sub-menu a.more {
    font-size: 12px;
    line-height: 30px
  }

  .deal-wrap-box .deal-wrap .container div.sub-menu a.more img {
    width: 7px;
    height: 13px;
    margin-left: 10px
  }
}

@media screen and (max-width:768px) {
  .deal-wrap-box .deal-wrap .container div.sub-menu {
    position: relative;
    padding-right: 60px;
    box-sizing: border-box
  }

  .deal-wrap-box .deal-wrap .container div.sub-menu ul {
    width: 100%;
    overflow-x: auto;
    white-space: nowrap
  }

  .deal-wrap-box .deal-wrap .container div.sub-menu a.more {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    float: none
  }
}

.deal-wrap-box .deal-wrap .container .content .panel {
  border-bottom: 0;
  display: none;
  box-shadow: none;
  margin: 0
}

.deal-wrap-box .protect-wrapper .container .left .content .jwaqtx-box a.item.active,
.deal-wrap-box .protect-wrapper .container .left .content ul.jwsafe li.active {
  box-shadow: 0 0 1px #f7f7f7
}

.deal-wrap-box .deal-wrap .container .content .panel.active {
  display: block
}

.deal-wrap-box .deal-wrap .container .content .panel .progress-box {
  width: 180px;
  margin-bottom: 10px
}

.deal-wrap-box .deal-wrap .container .content ul.ul1 li {
  width: 100%;
  height: 56px;
  padding-left: 20px;
  padding-right: 100px;
  position: relative;
  border-bottom: 1px dotted #efefef
}

.deal-wrap-box .deal-wrap .container .content ul.ul1 li:before {
  display: inline-block;
  content: '';
  background: url(news_list1_02.png) left center no-repeat;
  background-size: 11px 11px;
  width: 11px;
  height: 11px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -5.5px
}

.deal-wrap-box .deal-wrap .container .content ul.ul1 li a {
  font-size: 16px;
  color: #333;
  font-weight: 700;
  height: 56px;
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 56px;
  display: inline-block
}

.deal-wrap-box .deal-wrap .container .content ul.ul1 li a:after {
  display: block;
  content: '';
  clear: both
}

.deal-wrap-box .deal-wrap .container .content ul.ul1 li a span.title {
  color: #333;
  display: inline-block;
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden
}

.deal-wrap-box .deal-wrap .container .content ul.ul1 li a.news .title:before {
  display: inline-block;
  font-size: 16px;
  color: #bd1a2d;
  content: attr(data-title);
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #CCC;
  line-height: 1;
  font-style: italic
}

.deal-wrap-box .deal-wrap .container .content ul.ul1 li a span.datetime {
  color: #666;
  float: right;
  position: absolute;
  top: 0;
  right: 10px
}

.deal-wrap-box .deal-wrap .container .content ul.ul1 li a:hover span.title,
.deal-wrap-box .deal-wrap .container .content ul.ul1 li.active a span.title,
.deal-wrap-box .deal-wrap .container .content ul.ul1 li:hover a span.title {
  color: #bd1a2d
}

.deal-wrap-box .deal-wrap .container .content ul.ul1 li a:hover {
  text-decoration: none
}

.deal-wrap-box .deal-wrap .container .content ul.ul1 li:nth-child(5n) {
  padding-bottom: 18px;
  border-bottom: 1px dotted #eee
}

.deal-wrap-box .deal-wrap .container .content ul.ul1 li:last-child {
  padding-bottom: 0;
  border: none
}

.deal-wrap-box .deal-wrap .container .content ul.ul1 li.active:before,
.deal-wrap-box .deal-wrap .container .content ul.ul1 li:hover:before {
  background-image: url(news_list1_01.png)
}

.deal-wrap-box .deal-wrap .container .content ul.ul1 li.active a,
.deal-wrap-box .deal-wrap .container .content ul.ul1 li:hover a {
  text-decoration: none
}

@media screen and (max-width:420px) {
  .deal-wrap-box .deal-wrap {
    margin-bottom: 0
  }

  .deal-wrap-box .deal-wrap .container .content ul.ul1 li {
    height: 35px;
    padding-right: 90px
  }

  .deal-wrap-box .deal-wrap .container .content ul.ul1 li a {
    font-size: 12px;
    height: 35px;
    line-height: 35px
  }

  .deal-wrap-box .deal-wrap .container .content .progress-box {
    width: 100%
  }
}

.deal-wrap-box .protect-wrapper .container .left {
  width: 46.5%
}

.deal-wrap-box .protect-wrapper .container .left .content .jwaqtx-box {
  width: 100%
}

.deal-wrap-box .protect-wrapper .container .left .content .jwaqtx-box .list {
  height: 260px;
  overflow: hidden
}

.deal-wrap-box .protect-wrapper .container .left .content .jwaqtx-box a.item {
  display: block;
  width: 100%;
  padding: 10px 0 10px 42px;
  background-color: #f7f7f7;
  box-sizing: border-box;
  margin-bottom: 7px;
  border-radius: 6px;
  position: relative
}

.deal-wrap-box .protect-wrapper .container .left .content .jwaqtx-box a.item:before {
  display: block;
  content: '';
  background: url(for_us_04.png) center no-repeat;
  background-size: 16px 16px;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 20px;
  top: 12px
}

.deal-wrap-box .protect-wrapper .container .left .content .jwaqtx-box a.item:first-child {
  margin-top: 12px
}

.deal-wrap-box .protect-wrapper .container .left .content .jwaqtx-box a.item:focus,
.deal-wrap-box .protect-wrapper .container .left .content .jwaqtx-box a.item:hover {
  text-decoration: none
}

.deal-wrap-box .protect-wrapper .container .left .content .jwaqtx-box a.item p {
  color: #333;
  font-size: 14px;
  line-height: 1
}

.deal-wrap-box .protect-wrapper .container .left .content .jwaqtx-box a.item p span {
  color: #666;
  line-height: 1
}

.deal-wrap-box .protect-wrapper .container .left .content .jwaqtx-box a.item.active p.title,
.deal-wrap-box .protect-wrapper .container .left .content .jwaqtx-box a.item:hover p {
  color: #bd1a2d
}

.deal-wrap-box .protect-wrapper .container .left .content .jwaqtx-box a.item p.title {
  padding-bottom: 15px;
  position: relative;
  font-size: 16px
}

.deal-wrap-box .protect-wrapper .container .left .content .jwaqtx-box a.item p.title:before {
  display: block;
  content: '';
  background: #f60007;
  width: 60px;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0
}

.deal-wrap-box .protect-wrapper .container .left .content .jwaqtx-box a.item p.info {
  margin-top: 13px
}

.deal-wrap-box .protect-wrapper .container .left .content .jwaqtx-box a.item p.info:after {
  display: block;
  content: '';
  clear: both
}

.deal-wrap-box .protect-wrapper .container .left .content .jwaqtx-box a.item p.info span {
  width: 50%;
  display: inline-block;
  float: left
}

@media screen and (max-width:420px) {
  .deal-wrap-box .protect-wrapper .container .left .content .jwaqtx-box .list {
    height: auto
  }

  .deal-wrap-box .protect-wrapper .container .left .content .jwaqtx-box a.item p.title {
    font-size: 13px
  }

  .deal-wrap-box .protect-wrapper .container .left .content .jwaqtx-box a.item p.info span {
    width: 100%;
    display: block;
    padding-bottom: 10px
  }
}

.deal-wrap-box .protect-wrapper .container .left .content ul.jwsafe {
  width: 100%
}

.deal-wrap-box .protect-wrapper .container .left .content ul.jwsafe li {
  width: 100%;
  padding: 12px 0 9px 42px;
  background-color: #f7f7f7;
  box-sizing: border-box;
  margin-bottom: 7px;
  border-radius: 6px;
  position: relative
}

.deal-wrap-box .protect-wrapper .container .left .content ul.jwsafe li:before {
  display: block;
  content: '';
  background: url(for_us_04.png) center no-repeat;
  background-size: 16px 16px;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 20px;
  top: 12px
}

.deal-wrap-box .protect-wrapper .container .left .content ul.jwsafe li:first-child {
  margin-top: 12px
}

.deal-wrap-box .protect-wrapper .container .left .content ul.jwsafe li a:focus,
.deal-wrap-box .protect-wrapper .container .left .content ul.jwsafe li a:hover {
  text-decoration: none
}

.deal-wrap-box .protect-wrapper .container .left .content ul.jwsafe li a p {
  color: #333;
  font-size: 14px;
  line-height: 1
}

.deal-wrap-box .protect-wrapper .container .left .content ul.jwsafe li a p span {
  color: #666;
  font-size: 12px;
  line-height: 1
}

.deal-wrap-box .protect-wrapper .container .left .content ul.jwsafe li a:hover p,
.deal-wrap-box .protect-wrapper .container .left .content ul.jwsafe li.active a p.title {
  color: #f60007
}

.deal-wrap-box .protect-wrapper .container .left .content ul.jwsafe li a p.title {
  padding-bottom: 17px;
  position: relative
}

.deal-wrap-box .protect-wrapper .container .left .content ul.jwsafe li a p.title:before {
  display: block;
  content: '';
  background: #f60007;
  width: 60px;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0
}

.deal-wrap-box .protect-wrapper .container .left .content ul.jwsafe li a p.info {
  margin-top: 13px
}

.deal-wrap-box .protect-wrapper .container .left .content ul.jwsafe li a p.info:after {
  display: block;
  content: '';
  clear: both
}

.deal-wrap-box .protect-wrapper .container .left .content ul.jwsafe li a p.info span {
  width: 50%;
  display: inline-block;
  float: left
}

@media screen and (max-width:420px) {
  .deal-wrap-box .protect-wrapper .container .left .content ul.jwsafe li a p.title {
    font-size: 13px
  }

  .deal-wrap-box .protect-wrapper .container .left .content ul.jwsafe li a p.info span {
    width: 100%;
    display: block;
    padding-bottom: 10px
  }
}

.deal-wrap-box .protect-wrapper .container .left .content ul.homeListBox li {
  width: 100%;
  font-size: 16px;
  color: #333;
  border-top: 1px dashed #eee;
  line-height: 54px;
  height: 54px;
  padding-left: 21px;
  position: relative;
  padding-right: 90px;
  background-color: #FFF
}

.deal-wrap-box .protect-wrapper .container .left .content ul.homeListBox li:first-child {
  border-top: none
}

.deal-wrap-box .protect-wrapper .container .left .content ul.homeListBox li a {
  display: inline-block;
  font-size: 16px;
  color: #333;
  font-weight: 700;
  text-decoration: none;
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 54px
}

.deal-wrap-box .protect-wrapper .container .left .content ul.homeListBox li a.news:before {
  display: inline-block;
  font-size: 16px;
  color: #bd1a2d;
  content: attr(data-title);
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #CCC;
  line-height: 1;
  font-style: italic
}

.deal-wrap-box .protect-wrapper .container .left .content ul.homeListBox li span {
  position: absolute;
  top: 0;
  right: 5px;
  line-height: 54px;
  font-size: 14px;
  color: #666;
  display: inline-block;
  height: 54px
}

.deal-wrap-box .protect-wrapper .container .left .content ul.homeListBox li:before {
  width: 10px;
  height: 10px;
  display: block;
  content: '';
  background: url(dot.png) no-repeat;
  background-size: 10px 10px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -5px
}

.deal-wrap-box .protect-wrapper .container .left .content ul.homeListBox li:hover a {
  color: #bd1a2d
}

.deal-wrap-box .protect-wrapper .container .left .content ul.homeListBox li:hover:before {
  background-image: url(dot_hover.png)
}

@media screen and (max-width:420px) {
  .deal-wrap-box .protect-wrapper .container .left .content ul.homeListBox li a {
    font-size: 14px
  }

  .deal-wrap-box .protect-wrapper .container .left .content ul.homeListBox li span {
    font-size: 12px
  }
}

.deal-wrap-box .protect-wrapper .container .right {
  width: 51.4%
}

.deal-wrap-box .protect-wrapper .container .right .title-name {
  background-image: url(for_us_02.png)
}

.deal-wrap-box .protect-wrapper .container .right .content .sub-menu1 {
  width: 100%
}

.deal-wrap-box .protect-wrapper .container .right .content .sub-menu1 .title {
  width: 100%;
  border-bottom: 1px solid #ccc;
  padding-right: 60px;
  position: relative
}

.deal-wrap-box .protect-wrapper .container .right .content .sub-menu1 .title ul.menu-name {
  float: left;
  overflow-x: auto;
  white-space: nowrap;
  overflow-y: hidden;
  height: 35px;
  width: 100%
}

.deal-wrap-box .protect-wrapper .container .right .content .sub-menu1 .title ul.menu-name:after {
  display: block;
  content: '';
  clear: both
}

.deal-wrap-box .protect-wrapper .container .right .content .sub-menu1 .title ul.menu-name li {
  display: inline-block;
  padding: 0 17px;
  height: 100%;
  text-align: center
}

.deal-wrap-box .protect-wrapper .container .right .content .sub-menu1 .title ul.menu-name li a {
  font-size: 16px;
  line-height: 35px;
  color: #666;
  font-weight: 400;
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow-x: hidden;
  text-decoration: none
}

.deal-wrap-box .protect-wrapper .container .right .content .sub-menu1 .title ul.menu-name li a:focus,
.deal-wrap-box .protect-wrapper .container .right .content .sub-menu1 .title ul.menu-name li a:hover {
  text-decoration: none
}

.deal-wrap-box .protect-wrapper .container .right .content .sub-menu1 .title ul.menu-name li.active {
  background-color: #f60007
}

.deal-wrap-box .protect-wrapper .container .right .content .sub-menu1 .title ul.menu-name li.active a {
  font-size: 18px;
  color: #fff;
  text-decoration: none
}

.deal-wrap-box .protect-wrapper .container .right .content .sub-menu1 .title a.more {
  display: block;
  width: 50px;
  text-align: left;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
  line-height: 36px;
  color: #999
}

.deal-wrap-box .protect-wrapper .container .right .content .sub-menu1 .title a.more img {
  width: 9px;
  height: 16px;
  margin-left: 12px;
  position: relative;
  top: -2px
}

@media screen and (max-width:420px) {

  .deal-wrap-box .protect-wrapper .container .right .content .sub-menu1 .title ul.menu-name li a,
  .deal-wrap-box .protect-wrapper .container .right .content .sub-menu1 .title ul.menu-name li.active a {
    font-size: 14px
  }

  .deal-wrap-box .protect-wrapper .container .right .content .sub-menu1 .title a.more {
    font-size: 12px;
    line-height: 25px
  }

  .deal-wrap-box .protect-wrapper .container .right .content .sub-menu1 .title a.more img {
    width: 7px;
    height: 14px;
    margin-left: 9px;
    position: relative;
    top: -2px
  }
}

.deal-wrap-box .protect-wrapper .container .right .content .sub-menu1 ul.menu-content li {
  width: 24.4%;
  height: 58px;
  display: inline-block;
  position: relative;
  padding-left: 5.8%;
  border-bottom: 1px dotted #eee
}

.deal-wrap-box .protect-wrapper .container .right .content .sub-menu1 ul.menu-content li:before {
  display: block;
  content: '';
  background-color: #333;
  border-radius: 4px;
  width: 4px;
  height: 4px;
  position: absolute;
  left: 17%;
  top: 50%;
  margin-top: -2px
}

.deal-wrap-box .protect-wrapper .container .right .content .sub-menu1 ul.menu-content li a {
  color: #333;
  line-height: 58px;
  font-size: 16px
}

.deal-wrap-box .protect-wrapper .container .right .content .sub-menu1 ul.menu-content li.active:before,
.deal-wrap-box .protect-wrapper .container .right .content .sub-menu1 ul.menu-content li:hover:before {
  background-color: #f60007
}

.deal-wrap-box .protect-wrapper .container .right .content .sub-menu1 ul.menu-content li.active a,
.deal-wrap-box .protect-wrapper .container .right .content .sub-menu1 ul.menu-content li:hover a {
  color: #f60007;
  text-decoration: none
}

.deal-wrap-box .protect-wrapper .container .right .content .sub-menu1 ul.menu-content li.li10,
.deal-wrap-box .protect-wrapper .container .right .content .sub-menu1 ul.menu-content li.li11,
.deal-wrap-box .protect-wrapper .container .right .content .sub-menu1 ul.menu-content li.li12,
.deal-wrap-box .protect-wrapper .container .right .content .sub-menu1 ul.menu-content li.li9 {
  border: 0
}

@media screen and (max-width:420px) {
  .deal-wrap-box .protect-wrapper .container .right .content .sub-menu1 ul.menu-content li {
    height: 30px;
    padding-left: 5.8%
  }

  .deal-wrap-box .protect-wrapper .container .right .content .sub-menu1 ul.menu-content li a {
    color: #333;
    line-height: 30px;
    font-size: 12px
  }
}

@media screen and (max-width:768px) {
  .deal-wrap-box .protect-wrapper .container .right .content .sub-menu1 ul.menu-content li {
    width: 48%
  }

  .deal-wrap-box .protect-wrapper .container .right .content .sub-menu1 ul.menu-content li:before {
    left: 5%
  }

  .deal-wrap-box .protect-wrapper .container .right .content .sub-menu1 ul.menu-content li.li10,
  .deal-wrap-box .protect-wrapper .container .right .content .sub-menu1 ul.menu-content li.li9 {
    border-bottom: 1px dotted #eee
  }
}

@media screen and (max-width:320px) {
  .deal-wrap-box .protect-wrapper .container .right .content .sub-menu1 ul.menu-content li {
    width: 100%
  }

  .deal-wrap-box .protect-wrapper .container .right .content .sub-menu1 ul.menu-content li:before {
    left: 2%
  }

  .deal-wrap-box .protect-wrapper .container .right .content .sub-menu1 ul.menu-content li.li11 {
    border-bottom: 1px dotted #eee
  }
}

.deal-wrap-box .language-wrapper .container .right .content-title ul.nav-three,
.deal-wrap-box .protect-wrapper .container .right .content-title ul.nav-three {
  border-bottom: 1px dotted #efefef
}

.deal-wrap-box .protect-wrapper .container .right .content-title {
  padding-top: 18px
}

.deal-wrap-box .protect-wrapper .container .right .content-title:after {
  display: block;
  content: '';
  clear: both
}

.deal-wrap-box .protect-wrapper .container .right .content-title a.more {
  line-height: 40px;
  font-size: 14px;
  color: #999;
  padding-right: 12px;
  background: url(news_list_04.png) right center no-repeat;
  background-size: 8px;
  float: right
}

.deal-wrap-box .protect-wrapper .container .right .content-title ul.nav-three:after {
  display: block;
  content: '';
  clear: both
}

.deal-wrap-box .protect-wrapper .container .right .content-title ul.nav-three li {
  font-size: 16px;
  float: left
}

.deal-wrap-box .protect-wrapper .container .right .content-title ul.nav-three li a {
  color: #666;
  display: block;
  padding: 10px 15px
}

.deal-wrap-box .protect-wrapper .container .right .content-title ul.nav-three li a:focus,
.deal-wrap-box .protect-wrapper .container .right .content-title ul.nav-three li a:hover {
  text-decoration: none
}

.deal-wrap-box .protect-wrapper .container .right .content-title ul.nav-three li.active a {
  background: #bd192d;
  color: #FFF
}

@media screen and (max-width:980px) {
  .deal-wrap-box .protect-wrapper .container .left {
    width: 100%;
    margin-bottom: 20px
  }

  .deal-wrap-box .protect-wrapper .container .right {
    width: 100%
  }
}

.deal-wrap-box .language-wrapper .container .left {
  width: 46.5%
}

.deal-wrap-box .language-wrapper .container .left .fast-door:after {
  display: block;
  content: '';
  clear: both
}

.deal-wrap-box .language-wrapper .container .left .fast-door div {
  width: 49%;
  height: 120px;
  text-align: center;
  border-radius: 6px;
  padding-top: 12px;
  box-sizing: border-box;
  float: left
}

.deal-wrap-box .language-wrapper .container .left .fast-door div a {
  color: #fff;
  font-size: 20px;
  line-height: 1;
  font-weight: 400
}

.deal-wrap-box .language-wrapper .container .left .fast-door div a:hover {
  text-decoration: none
}

.deal-wrap-box .language-wrapper .container .left .fast-door div a img {
  width: 60px;
  margin-bottom: 10px
}

.deal-wrap-box .language-wrapper .container .left .fast-door .top {
  background-color: #ee6557
}

.deal-wrap-box .language-wrapper .container .left .fast-door .bottom {
  background-color: #fbca66;
  margin-left: 2%
}

.deal-wrap-box .language-wrapper .container .right {
  width: 51%
}

.deal-wrap-box .language-wrapper .container .right .title-name {
  background-image: url(for_us_05.png)
}

.deal-wrap-box .language-wrapper .container .right .content-title {
  padding-top: 18px
}

.deal-wrap-box .language-wrapper .container .right .content-title:after {
  display: block;
  content: '';
  clear: both
}

.deal-wrap-box .language-wrapper .container .right .content-title a.more {
  line-height: 40px;
  font-size: 14px;
  color: #999;
  padding-right: 12px;
  background: url(news_list_04.png) right center no-repeat;
  background-size: 8px;
  float: right
}

.deal-wrap-box .language-wrapper .container .right .content-title ul.nav-three:after {
  display: block;
  content: '';
  clear: both
}

.deal-wrap-box .language-wrapper .container .right .content-title ul.nav-three li {
  font-size: 16px;
  float: left
}

.deal-wrap-box .language-wrapper .container .right .content-title ul.nav-three li a {
  color: #666;
  display: block;
  padding: 10px 15px
}

.deal-wrap-box .language-wrapper .container .right .content-title ul.nav-three li a:focus,
.deal-wrap-box .language-wrapper .container .right .content-title ul.nav-three li a:hover {
  text-decoration: none
}

.deal-wrap-box .language-wrapper .container .right .content-title ul.nav-three li.active a {
  background: #bd192d;
  color: #FFF
}

.deal-wrap-box .language-wrapper .container .right .index-inner {
  margin-top: 15px
}

.deal-wrap-box .language-wrapper .container .right .index-inner ul.index-country-list {
  padding: 5px 20px 0
}

.deal-wrap-box .language-wrapper .container .right .index-inner ul.index-country-list:after {
  display: block;
  content: '';
  clear: both
}

.deal-wrap-box .language-wrapper .container .right .index-inner ul.index-country-list li {
  width: 25%;
  padding: 15px 0 15px 15px;
  border-bottom: 1px dashed #eee;
  float: left;
  position: relative
}

.deal-wrap-box .language-wrapper .container .right .index-inner ul.index-country-list li:before {
  display: block;
  content: '';
  width: 5px;
  height: 5px;
  border: 1px solid #f60007;
  border-radius: 5px;
  position: absolute;
  top: 50%;
  margin-top: -2px;
  left: 0;
  z-index: 1
}

.deal-wrap-box .language-wrapper .container .right .index-inner ul.index-country-list li a {
  font-size: 16px;
  color: #333;
  font-weight: 700;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}

.deal-wrap-box .language-wrapper .container .right .index-inner ul.index-country-list li:hover:before {
  background-color: #bd1a2d
}

.deal-wrap-box .language-wrapper .container .right .index-inner ul.index-country-list li:hover a {
  color: #bd1a2d;
  text-decoration: none
}

@media screen and (max-width:768px) {
  .deal-wrap-box .language-wrapper .container .right .index-inner ul.index-country-list li {
    padding: 12px 0 12px 15px
  }

  .deal-wrap-box .language-wrapper .container .right .index-inner ul.index-country-list li a {
    font-size: 14px
  }
}

@media screen and (max-width:420px) {
  .deal-wrap-box .language-wrapper .container .right .index-inner ul.index-country-list li {
    width: 50%
  }
}

.deal-wrap-box .language-wrapper .container .deal-box-normal .left {
  width: 64%
}

.deal-wrap-box .language-wrapper .container .deal-box-normal .right {
  width: 34%
}

.deal-wrap-box .language-wrapper .container .deal-box-normal .right .bottom,
.deal-wrap-box .language-wrapper .container .deal-box-normal .right .top {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
  height: 170px;
  text-align: center;
  float: left;
  border-radius: 8px
}

.deal-wrap-box .language-wrapper .container .deal-box-normal .right .bottom a,
.deal-wrap-box .language-wrapper .container .deal-box-normal .right .top a {
  color: #FFF;
  font-size: 16px
}

.deal-wrap-box .language-wrapper .container .deal-box-normal .right .bottom a:focus,
.deal-wrap-box .language-wrapper .container .deal-box-normal .right .bottom a:hover,
.deal-wrap-box .language-wrapper .container .deal-box-normal .right .top a:focus,
.deal-wrap-box .language-wrapper .container .deal-box-normal .right .top a:hover {
  text-decoration: none
}

.deal-wrap-box .language-wrapper .container .deal-box-normal .right .bottom p,
.deal-wrap-box .language-wrapper .container .deal-box-normal .right .top p {
  margin-top: 10px
}

.deal-wrap-box .language-wrapper .container .deal-box-normal .right .top {
  background-color: #ee6557;
  margin-bottom: 20px
}

.deal-wrap-box .language-wrapper .container .deal-box-normal .right .bottom {
  background-color: #fbca66
}

@media screen and (max-width:980px) {

  .deal-wrap-box .language-wrapper .container .deal-box-normal .left,
  .deal-wrap-box .language-wrapper .container .deal-box-normal .right,
  .deal-wrap-box .language-wrapper .container .left {
    width: 100%
  }

  .deal-wrap-box .language-wrapper .container .right {
    width: 100%;
    padding: 10px 0
  }

  .deal-wrap-box .language-wrapper .container .deal-box-normal .right .bottom,
  .deal-wrap-box .language-wrapper .container .deal-box-normal .right .top {
    width: 49%
  }

  .deal-wrap-box .language-wrapper .container .deal-box-normal .right .bottom {
    margin-left: 2%
  }
}

@media screen and (max-width:420px) {
  .deal-wrap-box .language-wrapper .container .left .fast-door div {
    height: 90px
  }

  .deal-wrap-box .language-wrapper .container .left .fast-door div a {
    font-size: 14px
  }

  .deal-wrap-box .language-wrapper .container .left .fast-door div a img {
    width: 35px
  }

  .deal-wrap-box .language-wrapper .container .right .content-title a.more {
    font-size: 12px
  }

  .deal-wrap-box .language-wrapper .container .right .content-title ul.nav-three li {
    font-size: 14px
  }

  .deal-wrap-box .language-wrapper .container .right .content-title ul.nav-three li a {
    padding: 6px 12px
  }

  .deal-wrap-box .language-wrapper .container .right div.index-inner .title ul.list li a {
    font-size: 14px;
    line-height: 30px
  }
}

.deal-wrap-box .diplomacy-wrapper .container .title-name a span {
  font-size: 14px;
  line-height: 40px;
  color: #999
}

.deal-wrap-box .diplomacy-wrapper .container .left {
  float: left;
  width: 46.5%
}

.deal-wrap-box .diplomacy-wrapper .container .left .title-name {
  background-image: url(for_us_08.png)
}

.deal-wrap-box .diplomacy-wrapper .container .right {
  float: right;
  width: 51.4%
}

.deal-wrap-box .diplomacy-wrapper .container .right .title-name {
  background-image: url(for_us_09.png)
}

@media screen and (max-width:980px) {

  .deal-wrap-box .diplomacy-wrapper .container .left,
  .deal-wrap-box .diplomacy-wrapper .container .right {
    width: 100%
  }
}

.ad-wrap-box .administrative-wrap .container .ad-box {
  padding: 20px 20px 10px;
  background-color: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, .03);
  border-radius: 5px
}

.ad-wrap-box .administrative-wrap .container .ad-box:after {
  display: block;
  content: '';
  clear: both
}

.ad-wrap-box .administrative-wrap .container .ad-box .left {
  width: 51.4%;
  float: left
}

.ad-wrap-box .administrative-wrap .container .ad-box .right {
  width: 46.5%;
  float: right
}

.ad-wrap-box .administrative-wrap .container .ad-box .title {
  width: 100%;
  background: url(ad_title_icon_01.png) left center no-repeat #f7f7f7;
  background-size: 54px 40px;
  padding: 0 74px;
  position: relative
}

.ad-wrap-box .administrative-wrap .container .ad-box .title:before {
  display: block;
  content: '';
  width: 100%;
  border-bottom: 1px solid #bd1a2d;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1
}

.ad-wrap-box .administrative-wrap .container .ad-box .title ul.list {
  white-space: nowrap;
  overflow-x: auto;
  width: 100%;
  overflow-y: hidden;
  position: relative;
  z-index: 10;
  bottom: 0
}

.ad-wrap-box .administrative-wrap .container .ad-box .title ul.list:after {
  display: block;
  content: '';
  clear: both
}

.ad-wrap-box .administrative-wrap .container .ad-box .title ul.list li {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #f7f7f7;
  border-bottom-color: transparent
}

.ad-wrap-box .administrative-wrap .container .ad-box .title ul.list li a {
  color: #333;
  font-size: 18px;
  line-height: 1
}

.ad-wrap-box .administrative-wrap .container .ad-box .title ul.list li a:focus,
.ad-wrap-box .administrative-wrap .container .ad-box .title ul.list li a:hover {
  text-decoration: none
}

@media screen and (max-width:980px) {
  .ad-wrap-box .administrative-wrap .container .ad-box .title ul.list li a {
    font-size: 16px
  }
}

.ad-wrap-box .administrative-wrap .container .ad-box .title ul.list li.active {
  background-color: #fff;
  border: 1px solid #bd1a2d;
  border-bottom-color: #FFF
}

.ad-wrap-box .administrative-wrap .container .ad-box .title ul.list li.active a {
  color: #bd1a2d;
  text-decoration: none
}

.ad-wrap-box .administrative-wrap .container .ad-box .title a.more {
  color: #999;
  font-size: 14px;
  line-height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  width: 60px;
  z-index: 1
}

.ad-wrap-box .administrative-wrap .container .ad-box .content {
  width: 100%
}

.ad-wrap-box .administrative-wrap .container .ad-box .content .panel {
  width: 100%;
  display: none;
  margin-bottom: 0;
  box-shadow: none
}

.ad-wrap-box .administrative-wrap .container .ad-box .content .panel.active {
  display: block
}

.ad-wrap-box .administrative-wrap .container .ad-box .content .panel .tab-list {
  height: 285px;
  overflow: hidden
}

.ad-wrap-box .administrative-wrap .container .ad-box .content .panel ul li {
  height: 57px;
  padding: 0;
  position: relative;
  border-bottom: 2px dotted #f8f8f8
}

.ad-wrap-box .administrative-wrap .container .ad-box .content .panel ul li:before {
  width: 10px;
  height: 10px;
  display: block;
  content: '';
  background: url(dot.png);
  background-size: 10px 10px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -5px
}

.ad-wrap-box .administrative-wrap .container .ad-box .content .panel ul li a {
  line-height: 55px;
  font-size: 16px;
  color: #333;
  font-weight: 700;
  display: inline-block;
  width: 100%;
  position: relative;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 0 100px 0 20px
}

.ad-wrap-box .administrative-wrap .container .ad-box .content .panel ul li a.news:before {
  display: inline-block;
  font-size: 16px;
  color: #bd1a2d;
  content: attr(data-title);
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #CCC;
  line-height: 1;
  font-style: italic
}

.ad-wrap-box .administrative-wrap .container .ad-box .content .panel ul li span {
  font-size: 14px;
  line-height: 55px;
  position: absolute;
  right: 0;
  top: 0;
  margin-right: 13px
}

.ad-wrap-box .administrative-wrap .container .ad-box .content .panel ul li:hover:before {
  background-image: url(dot_hover.png)
}

.ad-wrap-box .administrative-wrap .container .ad-box .content .panel ul li:hover a {
  color: #bd1a2d;
  text-decoration: none
}

.ad-wrap-box .administrative-wrap .container .ad-box .content .panel ul li:last-child {
  border-bottom: 0
}

.ad-wrap-box .administrative-wrap .container .ad-box .content .panel .tab-list-none ul li:before {
  display: none
}

@media screen and (max-width:980px) {
  .ad-wrap-box .administrative-wrap .container .ad-box .content .panel .tab-list {
    height: auto
  }
}

@media screen and (max-width:768px) {
  .ad-wrap-box .administrative-wrap .container .ad-box .content .panel ul li a {
    font-size: 14px
  }
}

.ad-wrap-box .administrative-wrap.row1 .right .title {
  background-image: url(ad_title_icon_02.png)
}

.ad-wrap-box .administrative-wrap.row1 .right .content .tab-list ul:after {
  display: block;
  content: '';
  clear: both
}

.ad-wrap-box .administrative-wrap.row1 .right .content .tab-list ul li a img.hover,
.ad-wrap-box .administrative-wrap.row1 .right .content .tab-list ul li a:before {
  display: none
}

.ad-wrap-box .administrative-wrap.row1 .right .content .tab-list ul li {
  height: 75px;
  padding: 0;
  position: relative;
  border: 1px solid #f1f2f2;
  width: 48%;
  margin-top: 10px;
  float: left
}

.ad-wrap-box .administrative-wrap.row1 .right .content .tab-list ul li.li2,
.ad-wrap-box .administrative-wrap.row1 .right .content .tab-list ul li.li4 {
  margin-left: 15px
}

.ad-wrap-box .administrative-wrap.row1 .right .content .tab-list ul li a {
  line-height: 75px;
  padding: 0;
  text-align: center
}

.ad-wrap-box .administrative-wrap.row1 .right .content .tab-list ul li a img {
  margin-right: 20px
}

.ad-wrap-box .administrative-wrap.row1 .right .content .tab-list ul li a img.normal,
.ad-wrap-box .administrative-wrap.row1 .right .content .tab-list ul li:hover a img.hover {
  display: inline-block
}

@media screen and (max-width:500px) {
  .ad-wrap-box .administrative-wrap.row1 .right .content .tab-list ul li {
    width: 100%
  }

  .ad-wrap-box .administrative-wrap.row1 .right .content .tab-list ul li.li2,
  .ad-wrap-box .administrative-wrap.row1 .right .content .tab-list ul li.li4 {
    margin-left: 0
  }
}

.ad-wrap-box .administrative-wrap.row1 .right .content .tab-list ul li:last-child {
  border-bottom: 1px solid #f1f2f2
}

.ad-wrap-box .administrative-wrap.row1 .right .content .tab-list ul li:hover {
  border: 1px solid #bd1a2d
}

.ad-wrap-box .administrative-wrap.row1 .right .content .tab-list ul li:hover a {
  color: #bd1a2d
}

.ad-wrap-box .administrative-wrap.row1 .right .content .tab-list ul li:hover a img.normal {
  display: none
}

.ad-wrap-box .administrative-wrap.row2 {
  margin-top: 10px
}

.ad-wrap-box .administrative-wrap.row2 .container .left .title {
  background-image: url(ad_title_icon_03.png)
}

.ad-wrap-box .administrative-wrap.row2 .container .right .title {
  background-image: url(ad_title_icon_04.png)
}

.ad-wrap-box .public-g {
  margin: 20px 0
}

.ad-wrap-box .public-g .container .ad-box {
  padding: 0 20px 20px;
  background-color: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, .03);
  border-radius: 5px
}

.ad-wrap-box .public-g .container .ad-box .title {
  height: 60px;
  border-bottom: 1px solid #ccc;
  position: relative
}

.ad-wrap-box .public-g .container .ad-box .title:after {
  display: block;
  content: '';
  clear: both
}

.ad-wrap-box .public-g .container .ad-box .title h2 {
  color: #333;
  font-size: 22px;
  line-height: 60px;
  float: left;
  background: url(ad_img.png) left bottom no-repeat;
  background-size: 100% 4px
}

.ad-wrap-box .public-g .container .ad-box .content div.public-thumb-list {
  margin-top: 15px;
  display: table;
  width: 100%
}

.ad-wrap-box .public-g .container .ad-box .content div.public-thumb-list a.item {
  display: table-cell;
  width: 1%
}

.ad-wrap-box .public-g .container .ad-box .content div.public-thumb-list a.item:focus,
.ad-wrap-box .public-g .container .ad-box .content div.public-thumb-list a.item:hover {
  text-decoration: none
}

.ad-wrap-box .public-g .container .ad-box .content div.public-thumb-list a.item dl {
  text-align: center;
  position: relative
}

.ad-wrap-box .public-g .container .ad-box .content div.public-thumb-list a.item dl:before {
  display: block;
  content: '';
  height: 40px;
  border-left: 1px solid #EEE;
  position: absolute;
  top: 10px;
  left: 0
}

.ad-wrap-box .public-g .container .ad-box .content div.public-thumb-list a.item dl dt img {
  margin: 0 auto
}

.ad-wrap-box .public-g .container .ad-box .content div.public-thumb-list a.item dl dt img.normal {
  display: block
}

.ad-wrap-box .public-g .container .ad-box .content div.public-thumb-list a.item dl dt img.hover,
.ad-wrap-box .public-g .container .ad-box .content div.public-thumb-list a.item dl:hover dt img.normal {
  display: none
}

.ad-wrap-box .public-g .container .ad-box .content div.public-thumb-list a.item dl dd {
  font-size: 14px;
  color: #333;
  padding-top: 5px
}

.ad-wrap-box .public-g .container .ad-box .content div.public-thumb-list a.item dl:hover dt img.hover {
  display: block
}

.ad-wrap-box .public-g .container .ad-box .content div.public-thumb-list a.item dl:hover dd {
  color: #bd1a2d
}

.ad-wrap-box .public-g .container .ad-box .content div.public-thumb-list a.item:first-child dl:before {
  display: none
}

@media screen and (max-width:1200px) {
  .ad-wrap-box .public-g .container .ad-box .content div.public-thumb-list {
    display: block;
    width: 100%
  }

  .ad-wrap-box .public-g .container .ad-box .content div.public-thumb-list:after {
    display: block;
    content: '';
    clear: both
  }

  .ad-wrap-box .public-g .container .ad-box .content div.public-thumb-list a.item {
    display: block;
    width: 33.33%;
    padding: 10px 0;
    float: left
  }

  .ad-wrap-box .public-g .container .ad-box .content div.public-thumb-list a.item:nth-child(4n+1) dl:before {
    display: block
  }

  .ad-wrap-box .public-g .container .ad-box .content div.public-thumb-list a.item:nth-child(3n+1) dl:before {
    display: none
  }
}

@media screen and (max-width:768px) {
  .ad-wrap-box .public-g .container .ad-box .content div.public-thumb-list a.item {
    width: 33.33%
  }

  .ad-wrap-box .public-g .container .ad-box .content div.public-thumb-list a.item dl dd {
    font-size: 12px
  }
}

@media screen and (max-width:420px) {
  .ad-wrap-box .public-g .container .ad-box .content div.public-thumb-list a.item {
    width: 50%
  }

  .ad-wrap-box .public-g .container .ad-box .content div.public-thumb-list a.item:nth-child(3n+1) dl:before {
    display: block
  }

  .ad-wrap-box .public-g .container .ad-box .content div.public-thumb-list a.item:nth-child(2n+1) dl:before {
    display: none
  }
}

@media screen and (max-width:980px) {

  .ad-wrap-box .administrative-wrap.row1 .container .left,
  .ad-wrap-box .administrative-wrap.row1 .container .right,
  .ad-wrap-box .administrative-wrap.row2 .container .left,
  .ad-wrap-box .administrative-wrap.row2 .container .right {
    width: 100%
  }
}

.split {
  width: 100%;
  margin-top: 10px;
  text-align: center
}

.split div.split-box {
  display: inline-block
}

.split div.split-box:after {
  display: block;
  content: '';
  clear: both
}

.split div.split-box ul.split-ul {
  margin: 0;
  float: left
}

.split div.split-box ul.split-ul li {
  margin-left: 10px;
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 10px;
  background-color: #fff;
  text-align: center;
  border: 1px solid #eee
}

.split div.split-box ul.split-ul li a {
  font-size: 14px;
  line-height: 30px;
  color: #9f9f9f
}

.split div.split-box ul.split-ul li.active,
.split div.split-box ul.split-ul li:hover {
  background-color: #f31515;
  border-color: #f31515
}

.split div.split-box ul.split-ul li.active a,
.split div.split-box ul.split-ul li:hover a {
  color: #fff
}

.split div.split-box ul.split-ul li:first-child {
  margin-left: 0
}

.split div.split-box ul.split-ul li.after,
.split div.split-box ul.split-ul li.pre {
  padding-top: 5px
}

.split div.split-box ul.split-ul li.after a,
.split div.split-box ul.split-ul li.pre a {
  font-size: 14px;
  line-height: 20px
}

.split div.split-box ul.split-ul li.after a img,
.split div.split-box ul.split-ul li.pre a img {
  width: 9px;
  height: 16px;
  vertical-align: middle
}

.split div.split-box ul.split-ul li.after:hover,
.split div.split-box ul.split-ul li.pre:hover {
  background-color: #fff;
  border-color: #eee
}

@media screen and (max-width:980px) {
  .split div.split-box ul.split-ul {
    width: 100%;
    text-align: center
  }

  .split div.split-box ul.split-ul li.t {
    display: none
  }
}

.split div.split-box div.right {
  float: left
}

.split div.split-box div.right:after {
  display: block;
  content: '';
  clear: both
}

.split div.split-box div.right div {
  float: left;
  line-height: 30px;
  color: #999;
  font-size: 14px
}

.split div.split-box div.right div span.gong {
  margin: 0 23px 0 8px
}

.split div.split-box div.right div input.di {
  display: inline-block;
  margin: 0 10px;
  max-width: 40px;
  padding: 0 7px;
  height: 30px;
  box-sizing: border-box;
  background-color: #fff;
  text-align: center;
  border: 1px solid #eee;
  border-radius: 10px
}

.duty-wrap .duty-content .content .right-info .lawyer-content img,
.duty-wrap .duty-content div.leader-content img {
  max-width: 100% !important
}

.split div.split-box div.right button.go-page {
  float: left;
  margin-left: 10px;
  width: 40px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background-color: #f31515;
  border: 0;
  border-radius: 10px
}

@media screen and (max-width:980px) {
  .split div.split-box div.right {
    display: none
  }
}

.slider-box {
  box-shadow: 0 0 8px rgba(0, 0, 0, .03);
  border-radius: 5px;
  margin-bottom: 20px;
  padding-bottom: 20px
}

.slider-box div.index-slider.index-three-slider.city-four-slider {
  padding: 0 70px;
  width: 100%;
  margin-top: 20px;
  overflow: hidden
}

.slider-box div.index-slider.index-three-slider.city-four-slider .list a {
  display: block;
  position: relative;
  overflow: hidden
}

.slider-box div.index-slider.index-three-slider.city-four-slider .list a img {
  position: relative;
  display: block;
  z-index: 1;
  -webkit-transition: All .4s ease-in-out;
  transition: All .4s ease-in-out
}

.slider-box div.index-slider.index-three-slider.city-four-slider .list a:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2)
}

.slider-box div.index-slider.index-three-slider.city-four-slider .list a p.tit {
  width: 100%;
  background-color: rgba(0, 0, 0, .5);
  font-size: 12px;
  color: #FFF;
  text-align: center;
  line-height: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10
}

.slider-box div.index-slider.index-three-slider.city-four-slider .button-left,
.slider-box div.index-slider.index-three-slider.city-four-slider .button-right {
  display: block;
  width: 57px;
  border-radius: 0;
  background: center center no-repeat;
  top: 0;
  margin-top: 0;
  height: 100%
}

.slider-box div.index-slider.index-three-slider.city-four-slider .button-left {
  left: 10px;
  background-image: url(city_right_hover.png)
}

.slider-box div.index-slider.index-three-slider.city-four-slider .button-left:hover {
  background-image: url(city_left.png)
}

.slider-box div.index-slider.index-three-slider.city-four-slider .button-right {
  right: 10px;
  background-image: url(city_right.png)
}

.slider-box div.index-slider.index-three-slider.city-four-slider .button-right:hover {
  background-image: url(city_left_hover.png)
}

.slider-box div.index-slider.index-three-slider.city-four-slider .bootstrap-button-left,
.slider-box div.index-slider.index-three-slider.city-four-slider .bootstrap-button-right {
  display: block;
  width: 57px;
  border-radius: 0;
  background: center center no-repeat;
  top: 0;
  margin-top: 0;
  height: 100%
}

.duty-wrap .duty-content,
div.shoadow-box {
  box-shadow: 0 0 8px rgba(0, 0, 0, .03);
  border-radius: 5px
}

.slider-box div.index-slider.index-three-slider.city-four-slider .bootstrap-button-left {
  left: 10px;
  background-image: url(city_right_hover.png)
}

.slider-box div.index-slider.index-three-slider.city-four-slider .bootstrap-button-left:hover {
  background-image: url(city_left.png)
}

.slider-box div.index-slider.index-three-slider.city-four-slider .bootstrap-button-right {
  right: 10px;
  background-image: url(city_right.png)
}

.slider-box div.index-slider.index-three-slider.city-four-slider .bootstrap-button-right:hover {
  background-image: url(city_left_hover.png)
}

@media screen and (max-width:768px) {
  .slider-box div.index-slider.index-three-slider.city-four-slider {
    padding: 0
  }

  .slider-box div.index-slider.index-three-slider.city-four-slider .bootstrap-button-left {
    left: -60px
  }

  .slider-box div.index-slider.index-three-slider.city-four-slider .bootstrap-button-right {
    right: -60px
  }
}

div.shoadow-box {
  margin: 20px 0;
  width: 100%;
  box-sizing: border-box;
  padding: 0 0 20px;
  background: #FFF
}

div.index-box .title h3.fri {
  background-image: url(youh_line.png);
  background-size: 89px 7px
}

.duty-wrap .friend-links {
  margin-bottom: 20px
}

.duty-wrap .friend-links .content {
  padding-bottom: 20px
}

.duty-wrap .duty-content {
  background-color: #fff;
  margin-bottom: 18px;
  padding: 18px 18px 36px
}

.duty-wrap .duty-content:after {
  display: block;
  content: '';
  clear: both
}

.duty-wrap .duty-content .title {
  height: 40px;
  padding-left: 64px;
  background: url(duty_icon.png) left top no-repeat #f7f7f7;
  background-size: 54px 40px
}

.duty-wrap .duty-content .title h3 {
  font-size: 18px;
  color: #333;
  line-height: 40px;
  height: 40px
}

.duty-wrap .duty-content .content {
  margin-top: 35px
}

.duty-wrap .duty-content .content:after {
  display: block;
  content: '';
  clear: both
}

.duty-wrap .duty-content .content .lawyer-wrapper {
  width: 14%;
  float: left
}

.duty-wrap .duty-content .content .lawyer-wrapper:after {
  display: block;
  content: '';
  clear: both
}

.duty-wrap .duty-content .content .lawyer-wrapper .list {
  width: 100%;
  padding-left: 1.5px;
  padding-right: 1.5px;
  box-sizing: border-box
}

.duty-wrap .duty-content .content .lawyer-wrapper .list .item {
  text-align: center;
  color: #333;
  background-color: #f7f7f7;
  font-size: 18px;
  line-height: 50px;
  border-bottom: 1px solid #fff
}

.duty-wrap .duty-content .content .lawyer-wrapper .list .item p.top a {
  font-size: 18px;
  color: #333;
  text-decoration: none;
  line-height: 50px;
  height: 50px
}

.duty-wrap .duty-content .content .lawyer-wrapper .list .item .sub-list {
  display: none;
  background-color: #FFF;
  padding: 0 18px;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee
}

.duty-wrap .duty-content .content .lawyer-wrapper .list .item .sub-list .sub-item {
  border-top: 1px solid #f7f7f7;
  text-align: left;
  padding-left: 25px
}

.duty-wrap .duty-content .content .lawyer-wrapper .list .item .sub-list .sub-item:first-child {
  border-top: none
}

.duty-wrap .duty-content .content .lawyer-wrapper .list .item .sub-list .sub-item a {
  color: #333;
  font-size: 16px;
  text-decoration: none
}

.duty-wrap .duty-content .content .lawyer-wrapper .list .item .sub-list .sub-item.active a {
  color: #bd1a2d
}

.duty-wrap .duty-content .content .lawyer-wrapper .list .item.active {
  background-color: #bd1a2d
}

.duty-wrap .duty-content .content .lawyer-wrapper .list .item.active p.top a {
  color: #fff
}

.duty-wrap .duty-content .content .lawyer-wrapper .list .item.active .sub-list {
  display: block
}

@media screen and (max-width:980px) {
  .duty-wrap .duty-content .content .lawyer-wrapper {
    width: 100%
  }

  .duty-wrap .duty-content .content .lawyer-wrapper .list {
    width: 100%;
    display: table;
    padding: 0
  }

  .duty-wrap .duty-content .content .lawyer-wrapper .list .item {
    display: table-cell;
    position: relative;
    border-left: 1px solid #eee
  }

  .duty-wrap .duty-content .content .lawyer-wrapper .list .item:first-child {
    border-left: none
  }

  .duty-wrap .duty-content .content .lawyer-wrapper .list .item .sub-list {
    width: 100%;
    display: none;
    border-bottom: 1px solid #eee;
    position: absolute;
    top: 50px;
    left: 0;
    text-align: center;
    height: 200px;
    overflow-x: auto;
    white-space: nowrap
  }

  .duty-wrap .duty-content .content .lawyer-wrapper .list .item .sub-list .sub-item:first-child {
    border-top: none
  }

  .duty-wrap .duty-content .content .lawyer-wrapper .list .item.active {
    background-image: none;
    background-color: #f31515
  }

  .duty-wrap .duty-content .content .lawyer-wrapper .list .item.active p.top a {
    color: #fff
  }
}

@media screen and (max-width:768px) {
  .duty-wrap .duty-content .content .lawyer-wrapper .list .item p.top a {
    font-size: 16px
  }

  .duty-wrap .duty-content .content .lawyer-wrapper .list .item .sub-list {
    padding: 0 18px;
    text-align: center;
    height: 150px;
    overflow-x: auto;
    white-space: nowrap
  }

  .duty-wrap .duty-content .content .lawyer-wrapper .list .item .sub-list .sub-item {
    text-align: center;
    padding: 0
  }

  .duty-wrap .duty-content .content .lawyer-wrapper .list .item .sub-list .sub-item:first-child {
    border-top: none
  }

  .duty-wrap .duty-content .content .lawyer-wrapper .list .item .sub-list .sub-item a {
    font-size: 14px
  }
}

@media screen and (max-width:560px) {
  .duty-wrap .duty-content .content .lawyer-wrapper .list .item p.top a {
    font-size: 14px
  }
}

.duty-wrap .duty-content .content .right-info {
  float: left;
  width: 81%;
  padding: 0 16px;
  margin-left: 5%
}

@media screen and (max-width:980px) {
  .duty-wrap .duty-content .content .right-info {
    width: 100%;
    margin-left: 0;
    padding-top: 20px;
    padding-bottom: 0
  }
}

.duty-wrap .duty-content .content .right-info .lawyer-content p {
  color: #333;
  font-size: 16px;
  line-height: 35px
}

.duty-wrap .duty-content .content .right-info .leader-content {
  font-size: 16px;
  line-height: 1.6
}

.duty-wrap .duty-content .content .right-info .leader-content dt {
  text-align: center;
  width: 100%
}

.duty-wrap .duty-content .content .right-info .leader-content dt img {
  margin: 0 auto;
  height: 180px;
  width: 140px
}

.duty-wrap .duty-content .content .right-info .leader-content dd {
  margin-top: 20px;
  padding: 0 24px
}

.duty-wrap .duty-content .content .right-info .leader-content dd h3 {
  font-size: 18px;
  color: #333;
  margin-bottom: 25px
}

.duty-wrap .duty-content .content .right-info .leader-content dd p {
  font-size: 16px;
  color: #333;
  margin-bottom: 25px;
  line-height: 1.5
}

@media screen and (max-width:980px) {
  .duty-wrap .duty-content .content .right-info .leader-content {
    padding-left: 0;
    padding-right: 0
  }

  .duty-wrap .duty-content .content .right-info .leader-content dd h3 {
    font-size: 14px
  }
}

.duty-wrap .duty-content .content .right-info .unit-content {
  padding-right: 10px
}

.duty-wrap .duty-content .content .right-info .unit-content .unit-box {
  margin-bottom: 27px
}

.duty-wrap .duty-content .content .right-info .unit-content .unit-box .title {
  height: 40px;
  line-height: 1.5;
  background: #f7f7f7 !important;
  padding-left: 15px !important
}

.duty-wrap .duty-content .content .right-info .unit-content .unit-box .title h3 {
  font-size: 18px;
  color: #333;
  height: 40px;
  line-height: 40px
}

@media screen and (max-width:768px) {
  .duty-wrap .duty-content .content .right-info .unit-content .unit-box .title h3 {
    font-size: 14px
  }
}

.duty-wrap .duty-content .content .right-info .unit-content .unit-box .box {
  margin-top: 15px;
  border: 1px solid #f3f3f3;
  padding: 28px
}

.duty-wrap .duty-content .content .right-info .unit-content .unit-box .box:after {
  display: block;
  content: '';
  clear: both
}

.duty-wrap .duty-content .content .right-info .unit-content .unit-box .box ul {
  width: 100%
}

.duty-wrap .duty-content .content .right-info .unit-content .unit-box .box ul li {
  width: 55%;
  position: relative;
  padding-left: 20px;
  line-height: 1.5;
  font-size: 16px;
  text-align: left;
  display: inline-block
}

.duty-wrap .duty-content .content .right-info .unit-content .unit-box .box ul li:nth-child(2n) {
  width: 35%
}

.duty-wrap .duty-content .content .right-info .unit-content .unit-box .box ul li:nth-child(2n) span.right-con {
  width: 70%
}

.duty-wrap .duty-content .content .right-info .unit-content .unit-box .box ul li:last-child {
  width: 100%
}

.duty-wrap .duty-content .content .right-info .unit-content .unit-box .box ul li:last-child span.right-con {
  width: 80%
}

@media screen and (max-width:768px) {
  .duty-wrap .duty-content .content .right-info .unit-content .unit-box .box ul li:last-child span.right-con {
    width: 60%
  }
}

.duty-wrap .duty-content .content .right-info .unit-content .unit-box .box ul li.spe:last-child,
.duty-wrap .duty-content .content .right-info .unit-content .unit-box .box ul li.spe:last-child span.right-con {
  width: 30%
}

.duty-wrap .duty-content .content .right-info .unit-content .unit-box .box ul li span.left-con {
  display: inline-block;
  width: 65px;
  color: #666;
  text-align: justify;
  float: left
}

.duty-wrap .duty-content .content .right-info .unit-content .unit-box .box ul li i {
  display: inline-block;
  width: 100%
}

.duty-wrap .duty-content .content .right-info .unit-content .unit-box .box ul li span.right-con {
  display: inline-block;
  color: #666;
  float: left;
  padding-left: 12px;
  line-height: 1.5;
  width: 80%
}

.duty-wrap .duty-content .content .right-info .unit-content .unit-box .box ul li span.m {
  float: left
}

.duty-wrap .duty-content .content .right-info .unit-content .unit-box .box ul li:before {
  display: block;
  content: '';
  height: 5px;
  width: 5px;
  background: #bd1a2d;
  background-size: 5px 5px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 9px
}

@media screen and (max-width:1200px) {

  .duty-wrap .duty-content .content .right-info .unit-content .unit-box .box ul li,
  .duty-wrap .duty-content .content .right-info .unit-content .unit-box .box ul li:last-child,
  .duty-wrap .duty-content .content .right-info .unit-content .unit-box .box ul li:nth-child(2n) {
    width: 100%
  }

  .duty-wrap .duty-content .content .right-info .unit-content .unit-box .box ul li:last-child span.right-con {
    width: 90%
  }

  .duty-wrap .duty-content .content .right-info .unit-content .unit-box .box ul li span.left-con {
    width: 8%
  }

  .duty-wrap .duty-content .content .right-info .unit-content .unit-box .box ul li.spe:last-child {
    width: 100%
  }

  .duty-wrap .duty-content .content .right-info .unit-content .unit-box .box ul li.spe:last-child span.right-con {
    width: 90%
  }
}

@media screen and (max-width:980px) {

  .duty-wrap .duty-content .content .right-info .unit-content .unit-box .box ul li,
  .duty-wrap .duty-content .content .right-info .unit-content .unit-box .box ul li:last-child,
  .duty-wrap .duty-content .content .right-info .unit-content .unit-box .box ul li:nth-child(2n) {
    width: 100%
  }

  .duty-wrap .duty-content .content .right-info .unit-content .unit-box .box ul li:last-child span.right-con {
    width: 90%
  }

  .duty-wrap .duty-content .content .right-info .unit-content .unit-box .box ul li span.left-con {
    width: 50px
  }

  .duty-wrap .duty-content .content .right-info .unit-content .unit-box .box ul li.spe:last-child span.right-con {
    display: block
  }
}

@media screen and (max-width:768px) {
  .duty-wrap .duty-content .content .right-info .unit-content .unit-box .title h3 {
    font-size: 16px;
    font-weight: 700
  }

  .duty-wrap .duty-content .content .right-info .unit-content .unit-box .box {
    padding: 15px
  }

  .duty-wrap .duty-content .content .right-info .unit-content .unit-box .box ul li {
    font-size: 14px
  }

  .duty-wrap .duty-content .content .right-info .unit-content .unit-box .box ul li i {
    display: none
  }

  .duty-wrap .duty-content .content .right-info .unit-content .unit-box .box ul li span.left-con {
    width: auto;
    padding-left: 0;
    text-align: left
  }

  .duty-wrap .duty-content .content .right-info .unit-content .unit-box .box ul li span.m {
    width: 10px
  }

  .duty-wrap .duty-content .content .right-info .unit-content .unit-box .box ul li span.right-con {
    width: 70%;
    padding-left: 0
  }
}

@media screen and (max-width:560px) {
  .duty-wrap .duty-content .content .right-info .unit-content .unit-box .box ul li span.you {
    width: 40%
  }

  .duty-wrap .duty-content .content .right-info .unit-content .unit-box .box ul li:last-child span.right-con {
    width: 80%
  }
}

.duty-wrap .duty-content .content .right-info .setting-content ul {
  width: 100%
}

.duty-wrap .duty-content .content .right-info .setting-content ul li {
  display: inline-block;
  width: 158px;
  height: 50px;
  border: 1px solid #f7f7f7;
  background-color: #f7f7f7;
  text-align: center;
  margin: 0 0 30px 25px;
  padding: 16px 0
}

.duty-wrap .duty-content .content .right-info .setting-content ul li:nth-child(5n+1) {
  margin-left: 0
}

.duty-wrap .duty-content .content .right-info .setting-content ul li.oli {
  padding: 0;
  position: relative;
  bottom: -5px
}

.duty-wrap .duty-content .content .right-info .setting-content ul li a {
  font-size: 16px;
  color: #333;
  line-height: 1;
  text-decoration: none
}

.duty-wrap .duty-content .content .right-info .setting-content ul li a span.name {
  line-height: 25px;
  display: block
}

.duty-wrap .duty-content .content .right-info .setting-content ul li a span.child {
  font-size: 12px;
  line-height: 1;
  display: block
}

.duty-wrap .duty-content .content .right-info .setting-content ul li:hover {
  border: 1px solid #f31515;
  background-color: #fff
}

.duty-wrap .duty-content .content .right-info .setting-content ul li:hover a {
  color: #bd1a2d;
  text-decoration: none
}

@media screen and (max-width:1200px) {
  .duty-wrap .duty-content .content .right-info .setting-content ul li {
    width: 20%
  }

  .duty-wrap .duty-content .content .right-info .setting-content ul li:nth-child(5n+1) {
    margin-left: 25px
  }

  .duty-wrap .duty-content .content .right-info .setting-content ul li:nth-child(4n+1) {
    margin-left: 0
  }

  .duty-wrap .duty-content .content .right-info .setting-content ul li a {
    font-size: 14px
  }
}

@media screen and (max-width:980px) {
  .duty-wrap .duty-content .content .right-info .setting-content ul li {
    width: 30%
  }

  .duty-wrap .duty-content .content .right-info .setting-content ul li:nth-child(4n+1) {
    margin-left: 25px
  }

  .duty-wrap .duty-content .content .right-info .setting-content ul li:nth-child(3n+1) {
    margin-left: 0
  }

  .duty-wrap .duty-content .content .right-info .setting-content ul li a {
    font-size: 13px
  }
}

@media screen and (max-width:768px) {
  .duty-wrap .duty-content .content .right-info .setting-content ul li {
    width: 45%
  }

  .duty-wrap .duty-content .content .right-info .setting-content ul li:nth-child(2n) {
    margin-left: 8%
  }

  .duty-wrap .duty-content .content .right-info .setting-content ul li:nth-child(2n+1) {
    margin-left: 0
  }

  .duty-wrap .duty-content .content .right-info .setting-content ul li a {
    font-size: 12px
  }
}

@media screen and (max-width:420px) {
  .duty-wrap .duty-content .content .right-info .setting-content ul li {
    width: 100%
  }

  .duty-wrap .duty-content .content .right-info .setting-content ul li:nth-child(2n) {
    margin-left: 0
  }
}

.duty-wrap .duty-content div.leader-content {
  font-size: 14px;
  line-height: 24px;
  padding: 0 15px
}

div.HKandMA-wrap .hk-total-box .hk-list ul li a,
div.external-wrap .total-box .list-box ul li a,
div.inter-communicate-wrap .InCo-total-box .InCo-list-box ul li a,
div.plat-box .replay-wrap .tab-content .panel-box .replay-info p a {
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
  font-weight: 700;
  text-decoration: none;
  overflow: hidden
}

body,
html {
  background-color: #fbfdff
}

div.external-wrap .total-box,
div.position-title ul {
  background-color: #fff;
  padding-left: 20px;
  border-radius: 5px;
  box-shadow: 0 0 8px rgba(0, 0, 0, .03)
}

div.position-title {
  margin-top: 10px
}

div.position-title ul {
  width: 100%;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 10px;
  font-size: 14px;
  color: #666
}

div.position-title ul a {
  font-size: 14px;
  color: #666;
  text-decoration: none
}

div.position-title ul a:hover {
  opacity: .8;
  color: #666
}

div.position-title ul li {
  display: inline-block;
  font-size: 14px;
  color: #666
}

@media screen and (max-width:980px) {
  div.position-title {
    display: none
  }
}

div.external-wrap .total-box {
  padding-right: 20px;
  padding-top: 16.5px;
  margin-bottom: 18px
}

div.external-wrap .total-box:after {
  display: block;
  content: '';
  clear: both
}

div.external-wrap .total-box .title-f {
  height: 40px;
  width: 100%;
  background: url(duiwai_icon1.png) left top no-repeat #f7f7f7;
  background-size: 54px 40px;
  font-size: 18px;
  color: #333;
  padding-left: 64px;
  line-height: 40px
}

div.external-wrap .total-box .title-f a {
  font-size: 18px;
  color: #333;
  line-height: 18px
}

div.external-wrap .total-box .title-f a:hover {
  text-decoration: none;
  color: #666
}

div.external-wrap .total-box .title-f.theTwo {
  background-image: url(duiwai_icon2.jpg)
}

div.external-wrap .total-box .title-f.fr-h-bg1 {
  background-image: url(city_title_01.png)
}

div.external-wrap .total-box .title-f.fr-h-bg2 {
  background-image: url(city_title_02.png)
}

div.external-wrap .total-box .title-f.fr-h-bg3 {
  background-image: url(city_title_03.png)
}

div.external-wrap .total-box .list-box {
  float: left;
  margin-top: 15px;
  width: 51.4%;
  margin-right: 18px
}

div.external-wrap .total-box .list-box h3.title-s {
  margin: 0;
  background: url(duiwai_line1.png) bottom left no-repeat;
  background-size: 107px 4px;
  padding-bottom: 12px
}

div.external-wrap .total-box .list-box h3.title-s.fr-ti-bg {
  background-image: url(duiwai_line3.png);
  background-size: 71px 4px
}

div.external-wrap .total-box .list-box h3.title-s a {
  font-size: 18px;
  color: #333;
  text-decoration: none
}

div.external-wrap .total-box .list-box h3.title-s a:hover {
  text-decoration: none;
  color: #666
}

div.external-wrap .total-box .list-box h3.title-s.oneWay {
  background: url(duiwai_line3.png) bottom left no-repeat;
  background-size: 71px 4px
}

div.external-wrap .total-box .list-box h3.title-s.twoWay {
  background: url(duiwai_line4.png) bottom left no-repeat;
  background-size: 125px 4px
}

div.external-wrap .total-box .list-box a.more {
  float: right;
  font-size: 14px;
  color: #999;
  padding-top: 8px;
  padding-right: 21px;
  background: url(arrow.png) 90% 80% no-repeat
}

div.external-wrap .total-box .list-box a.more:hover {
  text-decoration: none;
  color: #666
}

div.external-wrap .total-box .list-box ul li {
  position: relative;
  padding-left: 21px;
  height: 56px;
  padding-right: 90px;
  border-top: 1px dashed #eee;
  line-height: 56px
}

div.external-wrap .total-box .list-box ul li a {
  display: inline-block;
  font-size: 16px;
  color: #333;
  line-height: 56px
}

div.external-wrap .total-box .list-box ul li:before {
  width: 10px;
  height: 10px;
  display: block;
  content: '';
  background: url(dot.png);
  background-size: 10px 10px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -5px
}

div.external-wrap .total-box .list-box ul li:first-child {
  border-top: 1px solid #eee
}

div.external-wrap .total-box .list-box ul li span {
  position: absolute;
  font-size: 14px;
  display: inline-block;
  line-height: 56px;
  height: 56px;
  right: 5px;
  color: #666
}

div.external-wrap .total-box .list-box ul li:hover a {
  color: #f31515
}

div.external-wrap .total-box .list-box ul li:hover:before {
  background-image: url(dot_hover.png)
}

div.external-wrap .total-box .spe {
  margin-right: 0;
  width: 46.5%
}

@media screen and (max-width:980px) {

  div.external-wrap .total-box .list-box,
  div.external-wrap .total-box .list-box ul li a,
  div.external-wrap .total-box .spe {
    width: 100%
  }
}

@media screen and (max-width:420px) {
  div.external-wrap .total-box {
    padding-right: 10px;
    padding-left: 10px;
    float: none;
    padding-top: 10px
  }

  div.external-wrap .total-box .list-box {
    margin-top: 6px;
    width: 100%
  }

  div.external-wrap .total-box .list-box a.more {
    font-size: 12px;
    background-size: 6px 13px
  }

  div.external-wrap .total-box .list-box ul li {
    padding-left: 11px;
    line-height: 40px;
    height: 40px
  }

  div.external-wrap .total-box .list-box ul li a {
    font-size: 12px;
    line-height: 40px;
    height: 40px
  }

  div.external-wrap .total-box .list-box ul li:before {
    width: 6px;
    height: 6px;
    background-size: 6px 6px;
    margin-top: -3px;
    top: 52%
  }

  div.external-wrap .total-box .list-box ul li:first-child a {
    font-size: 12px;
    line-height: 40px;
    height: 40px
  }

  div.external-wrap .total-box .list-box ul li:first-child:before {
    width: 6px;
    height: 6px;
    background-size: 6px 6px;
    margin-top: -3px;
    top: 52%
  }

  div.external-wrap .total-box .list-box ul li span {
    font-size: 12px;
    line-height: 40px;
    height: 40px
  }
}

div.HKandMA-wrap .hk-total-box {
  background-color: #fff;
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 16.5px;
  margin-bottom: 18px;
  box-shadow: 0 0 8px rgba(0, 0, 0, .03);
  border-radius: 5px
}

div.HKandMA-wrap .hk-total-box:after {
  display: block;
  content: '';
  clear: both
}

div.HKandMA-wrap .hk-total-box .title-f {
  height: 40px;
  width: 100%;
  background: url(HM_icon1.png) left top no-repeat #f7f7f7;
  font-size: 18px;
  color: #333;
  padding-left: 65px;
  line-height: 40px
}

div.HKandMA-wrap .hk-total-box .title-f a {
  font-size: 18px;
  color: #333;
  line-height: 18px
}

div.HKandMA-wrap .hk-total-box .title-f a:hover {
  text-decoration: none;
  color: #666
}

div.HKandMA-wrap .hk-total-box .title-f.aoMen {
  background-image: url(HM_icon2.png)
}

div.HKandMA-wrap .hk-total-box .hk-list {
  float: left;
  margin-top: 15px;
  width: 67%;
  margin-right: 15px
}

div.HKandMA-wrap .hk-total-box .hk-list h3.title-s {
  margin: 0;
  background: url(gangao_line.png) bottom left no-repeat;
  padding-bottom: 12px;
  background-size: 71px 4px
}

div.HKandMA-wrap .hk-total-box .hk-list h3.title-s a {
  font-size: 20px;
  color: #333;
  text-decoration: none
}

div.HKandMA-wrap .hk-total-box .hk-list h3.title-s a:hover {
  text-decoration: none;
  color: #666
}

div.HKandMA-wrap .hk-total-box .hk-list a.more {
  float: right;
  font-size: 14px;
  color: #999;
  padding-top: 8px;
  padding-right: 21px;
  background: url(arrow.png) 90% 80% no-repeat
}

div.HKandMA-wrap .hk-total-box .hk-list a.more:hover {
  text-decoration: none;
  color: #666
}

div.HKandMA-wrap .hk-total-box .hk-list ul li {
  position: relative;
  padding-left: 21px;
  height: 56px;
  line-height: 56px;
  padding-right: 90px;
  border-top: 1px dashed #eee
}

div.HKandMA-wrap .hk-total-box .hk-list ul li:first-child {
  border-top: 1px solid #eee
}

div.HKandMA-wrap .hk-total-box .hk-list ul li a {
  display: inline-block;
  font-size: 16px;
  color: #333;
  line-height: 56px
}

div.HKandMA-wrap .hk-total-box .hk-list ul li a.news:before {
  display: inline-block;
  font-size: 16px;
  color: #bd1a2d;
  content: attr(data-title);
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #CCC;
  line-height: 1;
  font-style: italic
}

div.HKandMA-wrap .hk-total-box .hk-list ul li:before {
  width: 10px;
  height: 10px;
  display: block;
  content: '';
  background: url(dot.png);
  background-size: 10px 10px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -5px
}

div.HKandMA-wrap .hk-total-box .hk-list ul li:hover a {
  color: #bd1a2d
}

div.HKandMA-wrap .hk-total-box .hk-list ul li:hover:before {
  background: url(dot_hover.png)
}

div.HKandMA-wrap .hk-total-box .hk-list ul li span {
  position: absolute;
  line-height: 56px;
  height: 56px;
  font-size: 14px;
  display: inline-block;
  right: 5px;
  color: #666
}

div.HKandMA-wrap .hk-total-box .imgBox {
  float: right;
  margin-top: 17px;
  -webkit-transition: all .5s ease-in;
  transition: all .5s ease-in;
  overflow: hidden;
  width: 29.5%
}

div.HKandMA-wrap .hk-total-box .imgBox a {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 13.5px
}

div.HKandMA-wrap .hk-total-box .imgBox a img {
  display: block;
  width: 100%;
  min-width: 100%;
  height: 100%;
  -webkit-transition: all .5s ease-in;
  transition: all .5s ease-in
}

div.HKandMA-wrap .hk-total-box .imgBox a img:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2)
}

@media screen and (max-width:1200px) {
  div.HKandMA-wrap .hk-total-box .imgBox {
    margin-top: 8%
  }
}

@media screen and (max-width:980px) {

  div.HKandMA-wrap .hk-total-box .hk-list,
  div.HKandMA-wrap .hk-total-box .hk-list ul li a {
    width: 100%
  }

  div.HKandMA-wrap .hk-total-box .imgBox {
    width: 100%;
    float: none;
    max-width: 100%;
    margin-top: 15px
  }

  div.HKandMA-wrap .hk-total-box .imgBox a {
    display: block
  }
}

@media screen and (max-width:420px) {
  div.HKandMA-wrap .hk-total-box .title-f {
    height: 30px;
    background-size: auto 30px;
    line-height: 30px;
    padding-left: 45px
  }

  div.HKandMA-wrap .hk-total-box .title-f a {
    font-size: 14px;
    line-height: 14px
  }

  div.HKandMA-wrap .hk-total-box .title-f .aoMen {
    height: 30px;
    background-size: auto 30px;
    line-height: 30px;
    padding-left: 45px
  }

  div.HKandMA-wrap .hk-total-box .title-f .aoMen a {
    font-size: 14px;
    line-height: 14px
  }

  div.HKandMA-wrap .hk-total-box .hk-list {
    width: 100%;
    float: none;
    margin-top: 5px
  }

  div.HKandMA-wrap .hk-total-box .hk-list h3.title-s {
    background-size: 56px auto
  }

  div.HKandMA-wrap .hk-total-box .hk-list h3.title-s a {
    font-size: 14px
  }

  div.HKandMA-wrap .hk-total-box .hk-list a.more {
    font-size: 12px;
    background-size: 5px 11px
  }

  div.HKandMA-wrap .hk-total-box .hk-list ul li {
    padding-left: 10px;
    height: 40px;
    line-height: 40px
  }

  div.HKandMA-wrap .hk-total-box .hk-list ul li a {
    font-size: 12px;
    height: 40px;
    line-height: 40px
  }

  div.HKandMA-wrap .hk-total-box .hk-list ul li:first-child a {
    font-size: 12px
  }

  div.HKandMA-wrap .hk-total-box .hk-list ul li span {
    font-size: 12px;
    height: 40px;
    line-height: 40px
  }

  div.HKandMA-wrap .hk-total-box .hk-list ul li:before {
    width: 6px;
    height: 6px;
    background-size: 6px 6px;
    margin-top: -3px
  }
}

div.inter-communicate-wrap .InCo-total-box {
  background-color: #fff;
  padding: 12px 18px;
  box-shadow: 0 0 8px rgba(0, 0, 0, .03);
  border-radius: 5px
}

div.inter-communicate-wrap .InCo-total-box.spe-ma {
  margin-top: 16px;
  margin-bottom: 16px
}

div.inter-communicate-wrap .InCo-total-box:after {
  display: block;
  content: '';
  clear: both
}

div.inter-communicate-wrap .InCo-total-box .InCo-list-box {
  float: left;
  width: 51.4%;
  box-sizing: border-box;
  margin-right: 20px
}

div.inter-communicate-wrap .InCo-total-box .InCo-list-box.sec {
  margin-right: 0;
  width: 46.5%
}

div.inter-communicate-wrap .InCo-total-box .InCo-list-box .title-f {
  font-size: 18px;
  color: #333;
  background: left top no-repeat #f7f7f7;
  background-size: 54px 40px;
  line-height: 40px;
  height: 40px;
  padding-left: 64px;
  padding-right: 15px
}

div.inter-communicate-wrap .InCo-total-box .InCo-list-box .title-f.one {
  background-image: url(guoji_icon1.png)
}

div.inter-communicate-wrap .InCo-total-box .InCo-list-box .title-f.two {
  background-image: url(guoji_icon2.png)
}

div.inter-communicate-wrap .InCo-total-box .InCo-list-box .title-f.three {
  background-image: url(guoji_icon3.png)
}

div.inter-communicate-wrap .InCo-total-box .InCo-list-box .title-f.four {
  background-image: url(guoji_icon4.png)
}

div.inter-communicate-wrap .InCo-total-box .InCo-list-box .title-f a {
  font-size: 18px;
  color: #333;
  line-height: 18px
}

div.inter-communicate-wrap .InCo-total-box .InCo-list-box .title-f a:hover {
  text-decoration: none;
  color: #666
}

div.inter-communicate-wrap .InCo-total-box .InCo-list-box a.more {
  float: right;
  padding-right: 21px;
  font-size: 14px;
  color: #999;
  padding-top: 10px;
  background: url(arrow.png) 90% 80% no-repeat;
  background-size: 8px 15px
}

div.inter-communicate-wrap .InCo-total-box .InCo-list-box a.more:hover {
  text-decoration: none;
  color: #666
}

div.inter-communicate-wrap .InCo-total-box .InCo-list-box ul li {
  font-size: 16px;
  color: #333;
  border-top: 1px dashed #eee;
  line-height: 56px;
  height: 56px;
  padding-left: 21px;
  position: relative;
  padding-right: 90px
}

div.inter-communicate-wrap .InCo-total-box .InCo-list-box ul li:first-child {
  border-top: 1px solid #eee
}

div.inter-communicate-wrap .InCo-total-box .InCo-list-box ul li a {
  display: inline-block;
  font-size: 16px;
  color: #333;
  line-height: 56px
}

div.inter-communicate-wrap .InCo-total-box .InCo-list-box ul li span {
  position: absolute;
  right: 5px;
  line-height: 56px;
  font-size: 14px;
  color: #666;
  display: inline-block;
  height: 56px
}

div.inter-communicate-wrap .InCo-total-box .InCo-list-box ul li:before {
  width: 10px;
  height: 10px;
  display: block;
  content: '';
  background: url(dot.png) no-repeat;
  background-size: 10px 10px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -5px
}

div.inter-communicate-wrap .InCo-total-box .InCo-list-box ul li:hover a {
  color: #f60007
}

div.inter-communicate-wrap .InCo-total-box .InCo-list-box ul li:hover:before {
  background-image: url(dot_hover.png)
}

@media screen and (max-width:1024px) {

  div.inter-communicate-wrap .InCo-total-box .InCo-list-box,
  div.inter-communicate-wrap .InCo-total-box .InCo-list-box ul li a,
  div.inter-communicate-wrap .InCo-total-box .InCo-list-box.sec {
    width: 100%
  }
}

@media screen and (max-width:420px) {
  div.inter-communicate-wrap .InCo-total-box .InCo-list-box {
    width: 100%
  }

  div.inter-communicate-wrap .InCo-total-box .InCo-list-box .title-f {
    font-size: 14px;
    background-size: auto 30px;
    line-height: 30px;
    height: 30px;
    padding-left: 45px;
    padding-right: 15px
  }

  div.inter-communicate-wrap .InCo-total-box .InCo-list-box .title-f a {
    font-size: 14px;
    color: #333;
    line-height: 18px
  }

  div.inter-communicate-wrap .InCo-total-box .InCo-list-box a.more {
    float: right;
    padding-right: 30px;
    font-size: 12px;
    color: #999;
    padding-top: 7px;
    background-size: 6px 10px;
    background-position: 70% 80%
  }

  div.inter-communicate-wrap .InCo-total-box .InCo-list-box a.more:hover {
    text-decoration: none;
    color: #666
  }

  div.inter-communicate-wrap .InCo-total-box .InCo-list-box ul li {
    padding-left: 15px;
    height: 40px;
    line-height: 40px
  }

  div.inter-communicate-wrap .InCo-total-box .InCo-list-box ul li:before {
    background-size: 6px 6px;
    width: 6px;
    height: 6px;
    top: 52%;
    margin-top: -3px
  }

  div.inter-communicate-wrap .InCo-total-box .InCo-list-box ul li a {
    font-size: 12px;
    height: 40px;
    line-height: 40px
  }

  div.inter-communicate-wrap .InCo-total-box .InCo-list-box ul li:hover:before {
    background-size: 6px 6px;
    width: 6px;
    height: 6px;
    top: 52%;
    margin-top: -3px
  }

  div.inter-communicate-wrap .InCo-total-box .InCo-list-box ul li span {
    font-size: 12px;
    height: 40px;
    line-height: 40px
  }
}

div.plat-box ul.box-group {
  padding: 20px;
  background-color: #fff;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 14px;
  box-shadow: 0 0 8px rgba(0, 0, 0, .03);
  border-radius: 5px
}

div.plat-box ul.box-group:after {
  display: block;
  content: '';
  clear: both
}

div.plat-box ul.box-group li.box {
  width: 275px;
  border-radius: 5px;
  margin-left: 20px;
  text-align: center;
  float: left
}

div.plat-box ul.box-group li.box.clr_01 {
  background-color: #d24c23;
  margin-left: 0
}

div.plat-box ul.box-group li.box.clr_02 {
  background-color: #de544b
}

div.plat-box ul.box-group li.box.clr_03 {
  background-color: #f38948
}

div.plat-box ul.box-group li.box.clr_04 {
  background-color: #fab619
}

div.plat-box ul.box-group li.box a {
  display: block;
  position: relative;
  overflow: hidden
}

div.plat-box ul.box-group li.box a:focus,
div.plat-box ul.box-group li.box a:hover {
  text-decoration: none
}

div.plat-box ul.box-group li.box a:after,
div.plat-box ul.box-group li.box a:before {
  display: block;
  content: '';
  width: 400px;
  height: 400px;
  border-radius: 270px;
  position: absolute;
  top: 90%;
  left: -15%;
  background: rgba(255, 255, 255, .1)
}

div.plat-box ul.box-group li.box a:after {
  left: 30%;
  top: 82%
}

div.plat-box ul.box-group li.box dl {
  height: 123px;
  margin: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  position: relative;
  z-index: 10
}

div.plat-box ul.box-group li.box dl dt {
  width: 55px;
  height: 55px;
  border-radius: 55px;
  margin: 0 auto;
  background-color: #FFF;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center
}

div.plat-box ul.box-group li.box dl dt img {
  display: block
}

div.plat-box ul.box-group li.box dl dd {
  font-size: 20px;
  color: #fff;
  padding-top: 10px
}

@media screen and (max-width:1200px) {
  div.plat-box ul.box-group li.box {
    width: 24.2%;
    box-sizing: border-box;
    margin-left: 1%
  }
}

@media screen and (max-width:768px) {
  div.plat-box ul.box-group {
    padding-top: 10px;
    padding-bottom: 10px
  }

  div.plat-box ul.box-group li.box {
    width: calc((100% - 20px)/ 2);
    margin: 10px 0 10px 20px
  }

  div.plat-box ul.box-group li.box.clr_01,
  div.plat-box ul.box-group li.box.clr_03 {
    margin-left: 0
  }

  div.plat-box ul.box-group li.box dl dd {
    font-size: 16px
  }

  div.plat-box ul.box-group dl dd {
    font-size: 14px
  }
}

div.plat-box .replay-wrap {
  box-shadow: 0 0 8px rgba(0, 0, 0, .03);
  border-radius: 5px
}

div.plat-box .replay-wrap .replay-box {
  background-color: #fff;
  padding: 20px;
  position: relative
}

div.plat-box .replay-wrap .replay-box .title {
  width: 100%;
  background: url(plat_icon5.png) left top no-repeat #f7f7f7;
  background-size: 54px 40px;
  padding-left: 74px;
  height: 40px;
  border-bottom: 1px solid #f31515;
  box-sizing: border-box
}

div.plat-box .replay-wrap .replay-box .title a.more {
  float: right;
  font-size: 14px;
  color: #999;
  padding-top: 10px;
  padding-right: 26px;
  background: url(arrow.png) 80% 80% no-repeat;
  background-size: 8px 15px
}

div.plat-box .replay-wrap .replay-box .title a.more:hover {
  text-decoration: none;
  color: #666
}

div.plat-box .replay-wrap .replay-box .title ul {
  height: 100%;
  margin: 0;
  display: block
}

div.plat-box .replay-wrap .replay-box .title ul:after {
  display: block;
  content: '';
  clear: both
}

div.plat-box .replay-wrap .replay-box .title ul li {
  display: block;
  line-height: 39px;
  padding: 0 15px;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  float: left
}

div.plat-box .replay-wrap .replay-box .title ul li a {
  color: #666;
  line-height: 1;
  font-size: 16px;
  text-decoration: none;
  white-space: nowrap
}

div.plat-box .replay-wrap .replay-box .title ul li.active {
  color: #f31515;
  background-color: #fff;
  border-top: 1px solid #f31515;
  border-left: 1px solid #f31515;
  border-right: 1px solid #f31515
}

div.plat-box .replay-wrap .replay-box .title ul li.active a {
  text-decoration: none;
  font-size: 18px
}

div.plat-box .replay-wrap .replay-box .title ul li.active:before {
  display: block;
  content: '';
  position: absolute;
  left: -1px;
  top: 100%;
  width: 110px;
  border-bottom: 2px solid #fff
}

@media screen and (max-width:420px) {
  div.plat-box .replay-wrap .replay-box {
    padding: 0 10px
  }

  div.plat-box .replay-wrap .replay-box .title {
    background-size: auto 30px;
    padding-left: 50px
  }

  div.plat-box .replay-wrap .replay-box .title a.more {
    font-size: 12px;
    background-size: 6px 10px;
    padding-right: 20px
  }

  div.plat-box .replay-wrap .replay-box .title ul li {
    width: 90px
  }

  div.plat-box .replay-wrap .replay-box .title ul li a {
    font-size: 14px
  }

  div.plat-box .replay-wrap .replay-box .title ul li.active a {
    font-size: 16px
  }
}

@media screen and (max-width:320px) {
  div.plat-box .replay-wrap .replay-box {
    padding: 10px 8px
  }

  div.plat-box .replay-wrap .replay-box .title a.more {
    font-size: 11px;
    background-size: 6px 10px;
    padding-right: 15px;
    padding-top: 10px
  }

  div.plat-box .replay-wrap .replay-box .title ul li {
    width: 80px
  }

  div.plat-box .replay-wrap .replay-box .title ul li a {
    font-size: 12px
  }

  div.plat-box .replay-wrap .replay-box .title ul li.active a {
    font-size: 14px
  }
}

div.plat-box .replay-wrap .tab-content {
  padding: 20px;
  background-color: #fff;
  margin-bottom: 20px
}

@media screen and (max-width:420px) {
  div.plat-box .replay-wrap .tab-content {
    padding: 15px
  }
}

div.plat-box .replay-wrap .tab-content .panel-box {
  display: none
}

div.plat-box .replay-wrap .tab-content .panel-box.active {
  display: block
}

div.plat-box .replay-wrap .tab-content .panel-box .replay-status {
  margin-bottom: 10px;
  background-color: #f7f7f7;
  padding-top: 10px;
  padding-bottom: 10px
}

div.plat-box .replay-wrap .tab-content .panel-box .replay-status ul {
  display: table;
  height: 58px;
  width: 100%
}

div.plat-box .replay-wrap .tab-content .panel-box .replay-status ul li {
  display: table-cell;
  width: 25%;
  vertical-align: middle;
  text-align: center;
  font-size: 14px;
  color: #666
}

div.plat-box .replay-wrap .tab-content .panel-box .replay-status ul li span {
  font-size: 16px;
  color: #0a2b4d
}

div.plat-box .replay-wrap .tab-content .panel-box .replay-status ul li img {
  width: 17px;
  height: 16px;
  margin-right: 8px
}

@media screen and (max-width:768px) {
  div.plat-box .replay-wrap .tab-content .panel-box .replay-status ul li {
    display: inline-block;
    width: 50%
  }
}

@media screen and (max-width:420px) {
  div.plat-box .replay-wrap .tab-content .panel-box .replay-status ul li {
    font-size: 12px
  }

  div.plat-box .replay-wrap .tab-content .panel-box .replay-status ul li span {
    font-size: 14px
  }
}

div.plat-box .replay-wrap .tab-content .panel-box .replay-info {
  position: relative;
  margin-bottom: 10px;
  background-color: #f7f7f7;
  padding: 10px 75px 10px 40px;
  border: 1px solid #f7f7f7
}

div.plat-box .replay-wrap .tab-content .panel-box .replay-info p {
  position: relative;
  margin-bottom: 40px;
  display: block;
  line-height: 14px
}

div.plat-box .replay-wrap .tab-content .panel-box .replay-info p a {
  display: inline-block;
  font-size: 14px;
  color: #333;
  line-height: 15px
}

div.plat-box .replay-wrap .tab-content .panel-box .replay-info p:before {
  display: inline-block;
  content: '';
  position: absolute;
  background: url(dot_hover.png) no-repeat;
  background-size: 10px 10px;
  left: -2%;
  top: 50%;
  margin-top: -6px;
  height: 10px;
  width: 10px
}

div.plat-box .replay-wrap .tab-content .panel-box .replay-info span {
  font-size: 14px;
  color: #666;
  padding-right: 105px;
  line-height: 16px
}

div.plat-box .replay-wrap .tab-content .panel-box .replay-info .replay {
  position: absolute;
  font-size: 14px;
  color: #999;
  top: 60%;
  line-height: 14px;
  right: 20px;
  font-weight: 700
}

div.plat-box .replay-wrap .tab-content .panel-box .replay-info .replay:before {
  position: absolute;
  display: block;
  content: '';
  height: 38px;
  width: 38px;
  top: -47px;
  background: url(plat_replay.png) no-repeat
}

div.plat-box .replay-wrap .tab-content .panel-box .replay-info:hover {
  border-color: #f42525
}

div.plat-box .replay-wrap .tab-content .panel-box .replay-info:hover p a {
  color: #f42525
}

div.plat-box .replay-wrap .tab-content .panel-box .replay-info:hover .replay:before {
  background-image: url(plat_replay2.png)
}

@media screen and (max-width:980px) {
  div.plat-box .replay-wrap .tab-content .panel-box .replay-info {
    padding-left: 40px
  }

  div.plat-box .replay-wrap .tab-content .panel-box .replay-info p {
    margin-bottom: 10px;
    padding-bottom: 0
  }

  div.plat-box .replay-wrap .tab-content .panel-box .replay-info p:before {
    margin-top: -5px;
    left: -5%
  }

  div.plat-box .replay-wrap .tab-content .panel-box .replay-info span {
    display: block;
    padding-right: 0
  }
}

@media screen and (max-width:768px) {
  div.plat-box .replay-wrap .tab-content .panel-box .replay-info {
    padding-left: 40px
  }

  div.plat-box .replay-wrap .tab-content .panel-box span {
    display: block
  }
}

@media screen and (max-width:420px) {
  div.plat-box .replay-wrap .tab-content .panel-box .replay-info {
    padding-left: 30px
  }

  div.plat-box .replay-wrap .tab-content .panel-box .replay-info p:before {
    background-size: 7px 7px
  }
}

@media screen and (max-width:320px) {

  div.plat-box .replay-wrap .tab-content .panel-box .replay-info .replay,
  div.plat-box .replay-wrap .tab-content .panel-box .replay-info p a,
  div.plat-box .replay-wrap .tab-content .panel-box .replay-info span {
    font-size: 12px
  }

  div.plat-box .replay-wrap .tab-content .panel-box .replay-info .replay:before {
    background-size: 25px 25px;
    width: 25px;
    height: 25px;
    top: -30px;
    right: 6px
  }
}

div.online-wrap {
  margin-bottom: 15px
}

div.online-wrap .whole-box {
  background-color: #fff;
  padding: 20px 20px 17px;
  box-shadow: 0 0 8px rgba(0, 0, 0, .03);
  border-radius: 5px
}

div.online-wrap .whole-box .title-box .title {
  width: 100%;
  font-size: 18px;
  color: #333;
  background: url(plat_icon5.png) top left no-repeat #f7f7f7;
  height: 40px;
  background-size: 54px 40px;
  padding-left: 64px;
  line-height: 40px
}

div.online-wrap .whole-box .title-box .title a {
  font-size: 18px;
  color: #333;
  line-height: 1
}

div.online-wrap .whole-box .title-box a.more {
  float: right;
  font-size: 14px;
  color: #999;
  padding-top: 10px;
  padding-right: 26px;
  background: url(arrow.png) 80% 80% no-repeat;
  background-size: 8px 15px
}

div.online-wrap .whole-box .title-box a.more:hover {
  text-decoration: none;
  color: #666
}

div.online-wrap .whole-box .info-box {
  margin-top: 18px;
  background-color: #f7f7f7;
  padding: 20px 28px 10px 27px
}

div.online-wrap .whole-box .info-box h3 {
  color: #f60007;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1
}

div.online-wrap .whole-box .info-box img {
  max-width: 100% !important
}

div.online-wrap .whole-box .info-box ul li {
  margin-left: 20px;
  width: 100%;
  margin-bottom: 20px;
  position: relative;
  display: inline-block
}

div.online-wrap .whole-box .info-box ul li:before {
  display: block;
  content: '';
  position: absolute;
  background: url(dot_hover.png) no-repeat;
  background-size: 10px 10px;
  height: 10px;
  width: 10px;
  top: 5px;
  left: -1.5%
}

div.online-wrap .whole-box .info-box ul li:nth-child(-n+2) {
  display: inline-block;
  margin-bottom: 20px;
  width: 48%
}

div.online-wrap .whole-box .info-box ul li:nth-child(-n+2):before {
  left: -3.2%
}

div.online-wrap .whole-box .info-box ul li span.title {
  display: inline-block;
  font-size: 12px;
  color: #666;
  vertical-align: middle
}

div.online-wrap .whole-box .info-box ul li span.time {
  display: inline-block;
  font-size: 14px;
  color: #333;
  font-weight: 700;
  overflow: hidden;
  vertical-align: middle
}

div.online-wrap .whole-box .info-box ul.spe {
  padding-bottom: 83px
}

div.online-wrap .whole-box .but {
  width: 100px;
  height: 37px;
  background-color: #f60007;
  border-radius: 5px;
  text-align: center;
  line-height: 16px;
  margin: 17px auto;
  padding-top: 9px
}

div.online-wrap .whole-box .but a {
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  line-height: 1
}

@media screen and (max-width:768px) {

  div.online-wrap .whole-box .info-box ul li:before,
  div.online-wrap .whole-box .info-box ul li:nth-child(-n+2):before {
    left: -20px
  }

  div.online-wrap .whole-box .info-box ul li:nth-child(-n+2) {
    width: 100%
  }
}

@media screen and (max-width:420px) {
  div.online-wrap .whole-box .title-box .title {
    height: 30px;
    background-size: auto 30px;
    padding-left: 44px;
    line-height: 30px
  }

  div.online-wrap .whole-box .title-box .title a {
    font-size: 16px;
    line-height: 1
  }

  div.online-wrap .whole-box .title-box a.more {
    font-size: 12px;
    padding-top: 2px;
    padding-right: 16px;
    background-size: 6px 12.5px;
    background-position: 80% 60%;
    height: 30px;
    line-height: 30px
  }

  div.online-wrap .whole-box .title-box a.more:hover {
    text-decoration: none;
    color: #666
  }

  div.online-wrap .whole-box .info-box {
    padding-left: 15px
  }

  div.online-wrap .whole-box .info-box h3 {
    font-size: 14px
  }

  div.online-wrap .whole-box .info-box ul li,
  div.online-wrap .whole-box .info-box ul li:nth-child(-n+2) {
    margin-bottom: 10px
  }

  div.online-wrap .whole-box .info-box ul li:before {
    background-size: 7px 7px
  }

  div.online-wrap .whole-box .info-box ul li span.title {
    font-size: 10px
  }

  div.online-wrap .whole-box .info-box ul li span.time {
    font-size: 12px
  }
}

div.correct-wrap {
  position: relative
}

div.correct-wrap .correct-box {
  background-color: #fff;
  padding: 21px 57px 42px;
  margin-bottom: 18px;
  box-shadow: 0 0 8px rgba(0, 0, 0, .03);
  border-radius: 5px
}

div.correct-wrap .correct-box .text.spe {
  border-bottom: 1px solid #eee
}

div.correct-wrap .correct-box .text h3.title {
  text-align: center;
  padding-bottom: 18px;
  font-size: 22px;
  color: #333
}

div.correct-wrap .correct-box .text p.en,
div.correct-wrap .correct-box .text p.par1,
div.correct-wrap .correct-box .text p.par2 {
  font-size: 16px;
  line-height: 2;
  text-align: justify;
  color: #333
}

div.correct-wrap .correct-box .text h3.title.top-width {
  padding-top: 32px
}

div.correct-wrap .correct-box .text p.par1 {
  text-indent: 3em
}

div.correct-wrap .correct-box .text p.par2 {
  text-indent: 5em
}

div.correct-wrap .correct-box .text p.en {
  text-indent: 0;
  padding-bottom: 40px
}

div.correct-wrap .correct-box form.label-box {
  padding-top: 34px;
  display: block;
  width: 100%;
  height: 600px
}

div.correct-wrap .correct-box form.label-box:after {
  display: block;
  content: '';
  clear: both
}

div.correct-wrap .correct-box form.label-box .label-box1 {
  border-bottom: 1px solid #eee;
  height: 317px
}

div.correct-wrap .correct-box form.label-box .label-box1 .box1,
div.correct-wrap .correct-box form.label-box .label-box1 .box2,
div.correct-wrap .correct-box form.label-box .label-box1 .box3,
div.correct-wrap .correct-box form.label-box .label-box1 .box4 {
  width: 49.8%;
  display: block;
  margin-bottom: 25px;
  float: left;
  position: relative
}

div.correct-wrap .correct-box form.label-box .label-box1 .box1 input,
div.correct-wrap .correct-box form.label-box .label-box1 .box2 input,
div.correct-wrap .correct-box form.label-box .label-box1 .box3 input,
div.correct-wrap .correct-box form.label-box .label-box1 .box4 input {
  outline: 0;
  text-align: left
}

div.correct-wrap .correct-box form.label-box .label-box1 .box1:after,
div.correct-wrap .correct-box form.label-box .label-box1 .box2:after,
div.correct-wrap .correct-box form.label-box .label-box1 .box3:after,
div.correct-wrap .correct-box form.label-box .label-box1 .box4:after {
  display: block;
  content: '';
  clear: both
}

div.correct-wrap .correct-box form.label-box .label-box1 .box1 .label-font,
div.correct-wrap .correct-box form.label-box .label-box1 .box2 .label-font,
div.correct-wrap .correct-box form.label-box .label-box1 .box3 .label-font,
div.correct-wrap .correct-box form.label-box .label-box1 .box4 .label-font {
  width: 46.7%;
  text-align: right;
  height: 48px;
  float: left
}

div.correct-wrap .correct-box form.label-box .label-box1 .box1 .label-font p,
div.correct-wrap .correct-box form.label-box .label-box1 .box2 .label-font p,
div.correct-wrap .correct-box form.label-box .label-box1 .box3 .label-font p,
div.correct-wrap .correct-box form.label-box .label-box1 .box4 .label-font p {
  font-size: 14px;
  color: #333;
  display: block;
  padding-bottom: 13px;
  line-height: 1
}

div.correct-wrap .correct-box form.label-box .label-box1 .box1 .label-font p span,
div.correct-wrap .correct-box form.label-box .label-box1 .box2 .label-font p span,
div.correct-wrap .correct-box form.label-box .label-box1 .box3 .label-font p span,
div.correct-wrap .correct-box form.label-box .label-box1 .box4 .label-font p span {
  font-size: 14px;
  color: #f31515;
  line-height: 1
}

div.correct-wrap .correct-box form.label-box .label-box1 .box1 .label-font p.spe,
div.correct-wrap .correct-box form.label-box .label-box1 .box2 .label-font p.spe,
div.correct-wrap .correct-box form.label-box .label-box1 .box3 .label-font p.spe,
div.correct-wrap .correct-box form.label-box .label-box1 .box4 .label-font p.spe {
  padding-bottom: 0
}

div.correct-wrap .correct-box form.label-box .label-box1 .box1.spe {
  margin-bottom: 0
}

div.correct-wrap .correct-box form.label-box .label-box1 .box1 input[type=text] {
  padding-left: 5px;
  float: right;
  width: 53.3%;
  border-radius: 5px;
  border: 1px solid #eee;
  height: 48px;
  display: inline-block
}

div.correct-wrap .correct-box form.label-box .label-box1 .box2 .input-file {
  color: #f31515;
  display: inline-block;
  background: 0 0;
  text-align: center;
  overflow: hidden;
  position: relative;
  font-size: 14px;
  cursor: pointer
}

div.correct-wrap .correct-box form.label-box .label-box1 .box2 .input-file.one {
  width: 32%
}

div.correct-wrap .correct-box form.label-box .label-box1 .box2 .input-file.two {
  width: 20%
}

div.correct-wrap .correct-box form.label-box .label-box1 .box2 .input-file input[type=file] {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
  width: 100%;
  display: block
}

div.correct-wrap .correct-box form.label-box .label-box1 .box2 .picbox span.pic {
  font-size: 14px;
  padding-left: 10px
}

div.correct-wrap .correct-box form.label-box .label-box1 .up-success {
  display: inline-block;
  height: 48px;
  width: 20%;
  vertical-align: bottom;
  margin-bottom: 25px;
  padding-top: 15px;
  box-sizing: border-box
}

div.correct-wrap .correct-box form.label-box .label-box1 .up-success span {
  font-size: 14px;
  color: #333;
  line-height: 2;
  padding-left: 20px;
  display: inline-block;
  background: url(up_succe.jpg) bottom 8px left no-repeat;
  background-size: 16px 16px
}

div.correct-wrap .correct-box form.label-box .label-box1 .box3 {
  position: relative
}

div.correct-wrap .correct-box form.label-box .label-box1 .box3 .select-wrap {
  float: right;
  width: 53.3%;
  border-radius: 5px;
  border: 1px solid #eee;
  height: 48px;
  display: inline-block;
  background: url(select_jiucuo.jpg) right 10px center no-repeat;
  background-size: 12px 16px
}

div.correct-wrap .correct-box form.label-box .label-box1 .box3 .select-wrap .select {
  width: 100%;
  height: 48px
}

div.correct-wrap .correct-box form.label-box .label-box1 .box3 .select-wrap p.name {
  line-height: 48px
}

div.correct-wrap .correct-box form.label-box .label-box1 .box4 input[type=text] {
  padding-left: 5px;
  float: right;
  width: 53.3%;
  border-radius: 5px;
  border: 1px solid #eee;
  height: 48px;
  display: inline-block;
  background: url(date.jpg) right 10px center no-repeat;
  background-size: 22px 20px;
  padding-right: 8px;
  cursor: pointer
}

div.correct-wrap .correct-box form.label-box .label-box2 {
  padding-top: 38px;
  height: 165px;
  border-bottom: none
}

div.correct-wrap .correct-box form.label-box .submit-button {
  padding-top: 15px;
  width: 100%;
  text-align: center
}

div.correct-wrap .correct-box form.label-box .submit-button input[type=submit] {
  height: 38px;
  width: 98px;
  background-color: #f31515;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  padding-left: 2px;
  padding-right: 2px;
  outline: 0
}

div.correct-wrap .correct-box form.label-box .submit-button p {
  font-size: 12px;
  color: #f31515;
  padding-top: 15px
}

@media screen and (max-width:1200px) {
  div.correct-wrap .correct-box form.label-box {
    height: 950px
  }

  div.correct-wrap .correct-box form.label-box .label-box1 {
    border-bottom: none;
    margin-bottom: 0
  }

  div.correct-wrap .correct-box form.label-box .label-box1 .up-success {
    padding-top: 0;
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
    height: 30px;
    line-height: 30px
  }

  div.correct-wrap .correct-box form.label-box .label-box1 .up-success span {
    line-height: 30px;
    padding-top: 0
  }

  div.correct-wrap .correct-box form.label-box .label-box1 .box2 {
    margin-bottom: 0
  }

  div.correct-wrap .correct-box form.label-box .label-box2 {
    padding-top: 0
  }

  div.correct-wrap .correct-box form.label-box .label-box1 .box1,
  div.correct-wrap .correct-box form.label-box .label-box1 .box2,
  div.correct-wrap .correct-box form.label-box .label-box1 .box3,
  div.correct-wrap .correct-box form.label-box .label-box1 .box4,
  div.correct-wrap .correct-box form.label-box .label-box2 .box1,
  div.correct-wrap .correct-box form.label-box .label-box2 .box2,
  div.correct-wrap .correct-box form.label-box .label-box2 .box3,
  div.correct-wrap .correct-box form.label-box .label-box2 .box4 {
    width: 100%
  }

  div.correct-wrap .correct-box form.label-box .label-box1 .box1 .label-font,
  div.correct-wrap .correct-box form.label-box .label-box1 .box2 .label-font,
  div.correct-wrap .correct-box form.label-box .label-box1 .box3 .label-font,
  div.correct-wrap .correct-box form.label-box .label-box1 .box4 .label-font,
  div.correct-wrap .correct-box form.label-box .label-box2 .box1 .label-font,
  div.correct-wrap .correct-box form.label-box .label-box2 .box2 .label-font,
  div.correct-wrap .correct-box form.label-box .label-box2 .box3 .label-font,
  div.correct-wrap .correct-box form.label-box .label-box2 .box4 .label-font {
    width: 45%
  }

  div.correct-wrap .correct-box form.label-box .label-box1 .box1 input[type=file],
  div.correct-wrap .correct-box form.label-box .label-box1 .box1 input[type=text],
  div.correct-wrap .correct-box form.label-box .label-box1 .box2 input[type=file],
  div.correct-wrap .correct-box form.label-box .label-box1 .box2 input[type=text],
  div.correct-wrap .correct-box form.label-box .label-box1 .box3 .select-wrap,
  div.correct-wrap .correct-box form.label-box .label-box1 .box3 input[type=file],
  div.correct-wrap .correct-box form.label-box .label-box1 .box3 input[type=text],
  div.correct-wrap .correct-box form.label-box .label-box1 .box4 input[type=file],
  div.correct-wrap .correct-box form.label-box .label-box1 .box4 input[type=text],
  div.correct-wrap .correct-box form.label-box .label-box2 .box1 input[type=file],
  div.correct-wrap .correct-box form.label-box .label-box2 .box1 input[type=text],
  div.correct-wrap .correct-box form.label-box .label-box2 .box2 input[type=file],
  div.correct-wrap .correct-box form.label-box .label-box2 .box2 input[type=text],
  div.correct-wrap .correct-box form.label-box .label-box2 .box3 .select-wrap,
  div.correct-wrap .correct-box form.label-box .label-box2 .box3 input[type=file],
  div.correct-wrap .correct-box form.label-box .label-box2 .box3 input[type=text],
  div.correct-wrap .correct-box form.label-box .label-box2 .box4 input[type=file],
  div.correct-wrap .correct-box form.label-box .label-box2 .box4 input[type=text] {
    float: none;
    width: 40%
  }
}

@media screen and (max-width:768px) {
  div.correct-wrap .correct-box {
    padding: 10px
  }

  div.correct-wrap .correct-box .text h3.title {
    padding-bottom: 10px;
    font-size: 18px
  }

  div.correct-wrap .correct-box .text h3.title.top-width {
    padding-top: 16px
  }

  div.correct-wrap .correct-box .text p.par1,
  div.correct-wrap .correct-box .text p.par2 {
    font-size: 14px;
    line-height: 1.5;
    text-indent: 2em
  }

  div.correct-wrap .correct-box .text p.en {
    font-size: 14px;
    line-height: 1.5;
    padding-bottom: 10px
  }

  div.correct-wrap .correct-box form.label-box .label-box1 .box1 .label-font p,
  div.correct-wrap .correct-box form.label-box .label-box1 .box1 .label-font p span,
  div.correct-wrap .correct-box form.label-box .label-box1 .box2 .input-file,
  div.correct-wrap .correct-box form.label-box .label-box1 .box2 .label-font p,
  div.correct-wrap .correct-box form.label-box .label-box1 .box2 .label-font p span,
  div.correct-wrap .correct-box form.label-box .label-box1 .box2 .picbox span.pic,
  div.correct-wrap .correct-box form.label-box .label-box1 .box3 .label-font p,
  div.correct-wrap .correct-box form.label-box .label-box1 .box3 .label-font p span,
  div.correct-wrap .correct-box form.label-box .label-box1 .box4 .label-font p,
  div.correct-wrap .correct-box form.label-box .label-box1 .box4 .label-font p span,
  div.correct-wrap .correct-box form.label-box .label-box1 .up-success span,
  div.correct-wrap .correct-box form.label-box .label-box2 .box1 .label-font p,
  div.correct-wrap .correct-box form.label-box .label-box2 .box1 .label-font p span,
  div.correct-wrap .correct-box form.label-box .label-box2 .box2 .input-file,
  div.correct-wrap .correct-box form.label-box .label-box2 .box2 .label-font p,
  div.correct-wrap .correct-box form.label-box .label-box2 .box2 .label-font p span,
  div.correct-wrap .correct-box form.label-box .label-box2 .box2 .picbox span.pic,
  div.correct-wrap .correct-box form.label-box .label-box2 .box3 .label-font p,
  div.correct-wrap .correct-box form.label-box .label-box2 .box3 .label-font p span,
  div.correct-wrap .correct-box form.label-box .label-box2 .box4 .label-font p,
  div.correct-wrap .correct-box form.label-box .label-box2 .box4 .label-font p span,
  div.correct-wrap .correct-box form.label-box .submit-button input[type=submit] {
    font-size: 12px
  }

  div.correct-wrap .correct-box form.label-box {
    height: 900px
  }

  div.correct-wrap .correct-box form.label-box .label-box1 .box1,
  div.correct-wrap .correct-box form.label-box .label-box1 .box2,
  div.correct-wrap .correct-box form.label-box .label-box1 .box3,
  div.correct-wrap .correct-box form.label-box .label-box1 .box4,
  div.correct-wrap .correct-box form.label-box .label-box2 .box1,
  div.correct-wrap .correct-box form.label-box .label-box2 .box2,
  div.correct-wrap .correct-box form.label-box .label-box2 .box3,
  div.correct-wrap .correct-box form.label-box .label-box2 .box4 {
    width: 100%
  }

  div.correct-wrap .correct-box form.label-box .label-box1 .box1 .label-font,
  div.correct-wrap .correct-box form.label-box .label-box1 .box2 .label-font,
  div.correct-wrap .correct-box form.label-box .label-box1 .box3 .label-font,
  div.correct-wrap .correct-box form.label-box .label-box1 .box4 .label-font,
  div.correct-wrap .correct-box form.label-box .label-box2 .box1 .label-font,
  div.correct-wrap .correct-box form.label-box .label-box2 .box2 .label-font,
  div.correct-wrap .correct-box form.label-box .label-box2 .box3 .label-font,
  div.correct-wrap .correct-box form.label-box .label-box2 .box4 .label-font {
    width: 50%;
    text-align: right
  }

  div.correct-wrap .correct-box form.label-box .label-box1 .box1 input[type=file],
  div.correct-wrap .correct-box form.label-box .label-box1 .box1 input[type=text],
  div.correct-wrap .correct-box form.label-box .label-box1 .box2 input[type=file],
  div.correct-wrap .correct-box form.label-box .label-box1 .box2 input[type=text],
  div.correct-wrap .correct-box form.label-box .label-box1 .box3 input[type=file],
  div.correct-wrap .correct-box form.label-box .label-box1 .box3 input[type=text],
  div.correct-wrap .correct-box form.label-box .label-box1 .box4 input[type=file],
  div.correct-wrap .correct-box form.label-box .label-box1 .box4 input[type=text],
  div.correct-wrap .correct-box form.label-box .label-box2 .box1 input[type=file],
  div.correct-wrap .correct-box form.label-box .label-box2 .box1 input[type=text],
  div.correct-wrap .correct-box form.label-box .label-box2 .box2 input[type=file],
  div.correct-wrap .correct-box form.label-box .label-box2 .box2 input[type=text],
  div.correct-wrap .correct-box form.label-box .label-box2 .box3 input[type=file],
  div.correct-wrap .correct-box form.label-box .label-box2 .box3 input[type=text],
  div.correct-wrap .correct-box form.label-box .label-box2 .box4 input[type=file],
  div.correct-wrap .correct-box form.label-box .label-box2 .box4 input[type=text] {
    width: 50%;
    text-align: left;
    height: 40px;
    line-height: 1
  }

  div.correct-wrap .correct-box form.label-box .label-box1 .box2 .input-file.one,
  div.correct-wrap .correct-box form.label-box .label-box2 .box2 .input-file.one {
    width: 30%
  }

  div.correct-wrap .correct-box form.label-box .label-box1 .box2 .input-file.two,
  div.correct-wrap .correct-box form.label-box .label-box2 .box2 .input-file.two {
    width: 15%
  }

  div.correct-wrap .correct-box form.label-box .label-box1 .box3 .select-wrap,
  div.correct-wrap .correct-box form.label-box .label-box2 .box3 .select-wrap {
    float: none;
    width: 50%;
    height: 40px;
    line-height: 1
  }

  div.correct-wrap .correct-box form.label-box .label-box1 .box3 .select-wrap .select,
  div.correct-wrap .correct-box form.label-box .label-box2 .box3 .select-wrap .select {
    width: 100%;
    height: 40px
  }

  div.correct-wrap .correct-box form.label-box .label-box1 .box3 .select-wrap p.name,
  div.correct-wrap .correct-box form.label-box .label-box2 .box3 .select-wrap p.name {
    line-height: 40px;
    font-size: 12px
  }
}

@media screen and (max-width:457px) {

  div.correct-wrap .correct-box form.label-box .label-box1 .box2 .input-file,
  div.correct-wrap .correct-box form.label-box .label-box2 .box2 .input-file,
  div.correct-wrap .correct-box form.label-box .submit-button input[type=submit] {
    font-size: 12px
  }

  div.correct-wrap .correct-box {
    padding: 5px
  }

  div.correct-wrap .correct-box form.label-box {
    height: 900px;
    padding-top: 10px
  }

  div.correct-wrap .correct-box form.label-box .label-box1 .box1 .label-font,
  div.correct-wrap .correct-box form.label-box .label-box1 .box2 .label-font,
  div.correct-wrap .correct-box form.label-box .label-box1 .box3 .label-font,
  div.correct-wrap .correct-box form.label-box .label-box1 .box4 .label-font,
  div.correct-wrap .correct-box form.label-box .label-box2 .box1 .label-font,
  div.correct-wrap .correct-box form.label-box .label-box2 .box2 .label-font,
  div.correct-wrap .correct-box form.label-box .label-box2 .box3 .label-font,
  div.correct-wrap .correct-box form.label-box .label-box2 .box4 .label-font {
    text-align: right
  }

  div.correct-wrap .correct-box form.label-box .label-box1 .box1 input[type=file],
  div.correct-wrap .correct-box form.label-box .label-box1 .box1 input[type=text],
  div.correct-wrap .correct-box form.label-box .label-box1 .box2 input[type=file],
  div.correct-wrap .correct-box form.label-box .label-box1 .box2 input[type=text],
  div.correct-wrap .correct-box form.label-box .label-box1 .box3 input[type=file],
  div.correct-wrap .correct-box form.label-box .label-box1 .box3 input[type=text],
  div.correct-wrap .correct-box form.label-box .label-box1 .box4 input[type=file],
  div.correct-wrap .correct-box form.label-box .label-box1 .box4 input[type=text],
  div.correct-wrap .correct-box form.label-box .label-box2 .box1 input[type=file],
  div.correct-wrap .correct-box form.label-box .label-box2 .box1 input[type=text],
  div.correct-wrap .correct-box form.label-box .label-box2 .box2 input[type=file],
  div.correct-wrap .correct-box form.label-box .label-box2 .box2 input[type=text],
  div.correct-wrap .correct-box form.label-box .label-box2 .box3 input[type=file],
  div.correct-wrap .correct-box form.label-box .label-box2 .box3 input[type=text],
  div.correct-wrap .correct-box form.label-box .label-box2 .box4 input[type=file],
  div.correct-wrap .correct-box form.label-box .label-box2 .box4 input[type=text] {
    text-align: center;
    height: 45px
  }

  div.correct-wrap .correct-box form.label-box .label-box1 .box2 .input-file.one,
  div.correct-wrap .correct-box form.label-box .label-box2 .box2 .input-file.one {
    width: 32%
  }

  div.correct-wrap .correct-box form.label-box .label-box1 .box2 .input-file.two,
  div.correct-wrap .correct-box form.label-box .label-box2 .box2 .input-file.two {
    width: 15%
  }

  div.correct-wrap .correct-box form.label-box .label-box1 .box3 .select-wrap,
  div.correct-wrap .correct-box form.label-box .label-box2 .box3 .select-wrap {
    float: none;
    width: 50%;
    height: 45px;
    line-height: 1
  }

  div.correct-wrap .correct-box form.label-box .label-box1 .box3 .select-wrap .select,
  div.correct-wrap .correct-box form.label-box .label-box2 .box3 .select-wrap .select {
    width: 100%;
    height: 45px
  }

  div.correct-wrap .correct-box form.label-box .label-box1 .box3 .select-wrap p.name,
  div.correct-wrap .correct-box form.label-box .label-box2 .box3 .select-wrap p.name {
    line-height: 45px;
    font-size: 12px
  }
}

@media screen and (max-width:420px) {
  div.correct-wrap .correct-box form.label-box {
    height: 400px;
    padding-top: 10px;
    overflow: hidden;
    overflow-y: scroll
  }

  div.correct-wrap .correct-box form.label-box .label-box1 .box1,
  div.correct-wrap .correct-box form.label-box .label-box1 .box2,
  div.correct-wrap .correct-box form.label-box .label-box1 .box3,
  div.correct-wrap .correct-box form.label-box .label-box1 .box4,
  div.correct-wrap .correct-box form.label-box .label-box2 .box1,
  div.correct-wrap .correct-box form.label-box .label-box2 .box2,
  div.correct-wrap .correct-box form.label-box .label-box2 .box3,
  div.correct-wrap .correct-box form.label-box .label-box2 .box4 {
    text-align: center
  }

  div.correct-wrap .correct-box form.label-box .label-box1 .box1 .label-font,
  div.correct-wrap .correct-box form.label-box .label-box1 .box2 .label-font,
  div.correct-wrap .correct-box form.label-box .label-box1 .box3 .label-font,
  div.correct-wrap .correct-box form.label-box .label-box1 .box4 .label-font,
  div.correct-wrap .correct-box form.label-box .label-box2 .box1 .label-font,
  div.correct-wrap .correct-box form.label-box .label-box2 .box2 .label-font,
  div.correct-wrap .correct-box form.label-box .label-box2 .box3 .label-font,
  div.correct-wrap .correct-box form.label-box .label-box2 .box4 .label-font {
    width: 100%;
    text-align: center
  }

  div.correct-wrap .correct-box form.label-box .label-box1 .box1 input[type=file],
  div.correct-wrap .correct-box form.label-box .label-box1 .box1 input[type=text],
  div.correct-wrap .correct-box form.label-box .label-box1 .box2 input[type=file],
  div.correct-wrap .correct-box form.label-box .label-box1 .box2 input[type=text],
  div.correct-wrap .correct-box form.label-box .label-box1 .box3 input[type=file],
  div.correct-wrap .correct-box form.label-box .label-box1 .box3 input[type=text],
  div.correct-wrap .correct-box form.label-box .label-box1 .box4 input[type=file],
  div.correct-wrap .correct-box form.label-box .label-box1 .box4 input[type=text],
  div.correct-wrap .correct-box form.label-box .label-box2 .box1 input[type=file],
  div.correct-wrap .correct-box form.label-box .label-box2 .box1 input[type=text],
  div.correct-wrap .correct-box form.label-box .label-box2 .box2 input[type=file],
  div.correct-wrap .correct-box form.label-box .label-box2 .box2 input[type=text],
  div.correct-wrap .correct-box form.label-box .label-box2 .box3 input[type=file],
  div.correct-wrap .correct-box form.label-box .label-box2 .box3 input[type=text],
  div.correct-wrap .correct-box form.label-box .label-box2 .box4 input[type=file],
  div.correct-wrap .correct-box form.label-box .label-box2 .box4 input[type=text] {
    width: 80%
  }

  div.correct-wrap .correct-box form.label-box .label-box1 .box2,
  div.correct-wrap .correct-box form.label-box .label-box2 .box2 {
    text-align: justify
  }

  div.correct-wrap .correct-box form.label-box .label-box1 .box2 .input-file.one,
  div.correct-wrap .correct-box form.label-box .label-box1 .box2 .input-file.two,
  div.correct-wrap .correct-box form.label-box .label-box2 .box2 .input-file.one,
  div.correct-wrap .correct-box form.label-box .label-box2 .box2 .input-file.two {
    width: 100%
  }

  div.correct-wrap .correct-box form.label-box .label-box1 .box2 .picbox,
  div.correct-wrap .correct-box form.label-box .label-box2 .box2 .picbox {
    text-align: center
  }

  div.correct-wrap .correct-box form.label-box .label-box1 .box3 .select-wrap,
  div.correct-wrap .correct-box form.label-box .label-box2 .box3 .select-wrap {
    width: 80%
  }
}

.error {
  font-size: 14px;
  display: block;
  color: #f31515;
  padding-left: 46.7%
}

.inner-white-box .bottom-list-wrap .title {
  border-bottom: 1px solid #ccc;
  position: relative;
}

.inner-white-box .bottom-list-wrap .title h2 {
  font-size: 22px;
  line-height: 1;
  padding: 12px 0 15px;
  color: #333;
  background: url(title_line_large.jpg) left bottom no-repeat;
  background-size: 100% 4px;
  position: relative;
  bottom: -1px;
  float: left;
}

.inner-white-box .bottom-list-wrap .title:after {
  display: block;
  content: '';
  clear: both;
}

.inner-white-box .bottom-list-wrap .title h2 a {
  color: #333;
  text-decoration: none;
}