body{
  padding-top: 168px;
}

@media screen and (max-width: 1440px){
  body {
      padding-top: 130px;
  }
}
@media screen and (max-width: 1280px){
  body {
      padding-top: 110px;
  }
}
@media screen and (max-width: 1024px){
  body {
      padding-top:80px;
  }
}
@media screen and (max-width: 768px){
  body {
      padding-top:60px;
  }
}
.container {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
}

@media screen and (max-width: 1280px) {
  .container {
    padding: 0 3%;
  }
}
@media screen and (max-width: 768px) {
  .container {
    padding: 0 2%;
  }
}
@media screen and (max-width: 480px) {
  .container {
    padding: 0 20px;
  }
}
.header-inner {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
  height: 168px;
  background: #fff;
  transition: background 1s;
}
.header-inner .logo {
  float: left;
  margin-top: 52px;
  width: 170px;
}
.header-inner .logo img {
  display: block;
  width: 100%;
  height: auto;
}
.header-inner .hr {
  padding-top: 30px;
  margin-left: 240px;
  text-align: right;
  font-size: 16px;
}
.header-inner .hr-t {
  margin-bottom: 20px;
  /* line-height: 0; */
}
.header-inner .nav {
  /* line-height: 0; */
}
.header-inner .hr-t .lang {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  font-size: 18px;
}
.header-inner .hr-t .lang a {
  color: #333;
}
.header-inner .hr-t .lang a:hover,
.header-inner .hr-t .lang a.active {
  color: #ff5560;
}
.header-inner .hr-t .lang span {
  color: #333;
  margin: 0 10px;
}
.header-inner .hr-t .box-search {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  margin-left: 30px;
  cursor: pointer;
}
.header-inner .hr-t .flag-search {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  background: url("../images/icon-zoom-b.png") center no-repeat;
}
.header-inner .nav li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  text-align: center;
  font-size: 20px;
  /* font-size: 0.2em; */
  margin-left: 30px;
}
.header-inner .search-form{
  display: none;
  position: relative;
  vertical-align: middle;
}
.header-inner .search-form .i-search{
  display: inline-block;
  vertical-align: middle;
  width: 172px;
  padding-left:20px;
  padding-right:64px;
  height: 38px;
  border: 1px solid #ff5560;
}
.header-inner .search-form .i-search input{
  display: block;
  width: 100%;
  height: 38px;
  line-height: 38px;
  outline: none;
  border: 0;
  background: none;
  font-size: 14px;
}
.header-inner .search-form .btn-search-sub{
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background: url('../images/icon-search-on.png') center no-repeat;
  border: 0;
  padding: 0;
  outline: none;
}
@media screen and (min-width: 1830px) {
  .header-inner .nav li{
   
    font-size: 18px;

  }
}
@media screen and (max-width: 2133px) {
  
}
.header-inner .nav li a {
  display: block;
  color: #333;
  border-bottom: 3px solid transparent;
}
.header-inner .nav li a:hover {
  color: #ff5560;
  /*border-bottom-color: #ff5560;*/
}
.header-inner .nav li:first-child {
  margin-left: 0;
}
.header-inner .nav li.active a {
  color: #ff5560;
  /*border-bottom-color: #ff5560;*/
}
.mobie-header-inner {
  display: none;
}
@media screen and (max-width: 1440px) {
  .header-inner {
    height: 130px;
  }
  .header-inner .hr {
    padding-top: 20px;
  }
  .header-inner .hr-t {
    margin-bottom: 10px;
  }
  .header-inner .logo {
    width: 180px;
    margin-top: 35px;
  }
}
@media screen and (max-width: 1366px) {
  .header-inner {
    height: 110px;
  }
  .header-inner .hr {
    margin-left: 165px;
  }
  .header-inner .hr-t {
    margin-bottom: 5px;
  }
  .header-inner .logo {
    width: 150px;
    margin-top: 30px;
  }
  .header-inner .nav li {
    font-size: 16px;
    margin-left: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .header-inner {
    display: none;
  }
  .mobie-header-inner {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    display: block;
    width: 90%;
    padding: 0 5%;
    height: 80px;
    background: #fff;
  }
  .mobie-header-inner .logo {
    width: 120px;
    padding-top: 18px;
  }
  .mobie-header-inner .logo img {
    display: block;
    width: 100%;
    height: auto;
  }
  .mobie-header-inner .btn-menu {
    position: absolute;
    right: 5%;
    top: 50%;
    width: 45px;
    height: 45px;
    margin-top: -25px;
    background: url("../images/icon-menu-b.png") center no-repeat;
  }
}
@media screen and (max-width: 768px) {
  .mobie-header-inner {
    height: 60px;
    padding: 0 3%;
    width: 94%;
  }
  .mobie-header-inner .logo {
    width: 100px;
    padding-top: 12px;
  }
  .mobie-header-inner .btn-menu {
    right: 3%;
    -webkit-background-size: 60% auto;
    background-size: 60% auto;
    margin-top: 5px;
    top: 0;
  }
}
.foot {
  position: relative;
  background: #f3f3f3;
}
.foot .foot-in {
  padding: 20px 5%;
}
.foot .foot-l {
  float: left;
  width: 350px;
}
.foot .foot-l p {
  display: none;
  font-size: 16px;
  color: #333;
  line-height: 30px;
}
.foot .foot-r {
  margin-left: 350px;
  padding-top: 20px;
}
.foot .sublogo {
  width: 170px;
}
.foot .sublogo img {
  display: block;
  width: 100%;
  height: auto;
}
.foot .foot-nav {
  /* margin-left: 10%; */
  font-size: 0;
  text-align: center
}
.foot .foot-nav dl {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  /* width: 18%; */
  padding: 0 3%;
  border-left: 1px solid #898ea3;
  font-size: 14px;
}
.foot .foot-nav dl:first-child{
  border-left: 0;
}
.foot .foot-nav dl.mid {
  /* width: 18%; */
}
.foot .foot-nav dl.long {
  /* width: 28%; */
}
.foot .foot-nav dl a {
  color: #666666;
  letter-spacing: 2px;
}
.foot .foot-nav dl dt {
  font-size: 16px;
}
.foot .foot-nav dl dd {
  display: none;
  font-size: 14px;
  padding: 4px 0;
}
.foot .copyright {
  padding: 20px 0;
  text-align: center;
  background: #e1e1e1;
  color: #51575e;
  letter-spacing: 1px;
}
.backtop {
  position: absolute;
  bottom: 59px;
  right: 5%;
  width: 80px;
  height: 80px;
  background: url("../images/icon-backtop.png") center no-repeat;
  cursor: pointer;
}
.foot-inner {
  background: #f3f3f3;
}
.foot-inner .foot-in {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
}
.foot-inner .foot-nav {
  margin-left: 0;
}
/* .foot-inner .foot-nav dl {
  width: 18%;
}
.foot-inner .foot-nav dl.mid {
  width: 18%;
}
.foot-inner .foot-nav dl.long {
  width: 28%;
} */
.foot-inner .foot-nav dl a {
  /*
  opacity: .3;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  */
}
.foot-inner .copyright {
  background: #e1e1e1;
  color: #666;
}
@media screen and (max-width: 1680px) {
  .foot .foot-in {
    /* padding: 80px 3% 45px; */
    padding-left: 3%;
    padding-right: 3%;
  }
  .foot .foot-nav {
    margin-left: 5%;
  }
  /* .foot .foot-nav dl {
    width: 12%;
  }
  .foot .foot-nav dl.mid {
    width: 23%;
  }
  .foot .foot-nav dl.long {
    width: 41%;
  } */
  .backtop {
    right: 3%;
  }
}
@media screen and (max-width: 1440px) {
  .foot .foot-nav {
    margin-left: 0;
  }
 /*  .foot .foot-nav dl {
    width: 12%;
  }
  .foot .foot-nav dl.mid {
    width: 23%;
  }
  .foot .foot-nav dl.long {
    width: 41%;
  } */
}
@media screen and (max-width: 1366px) {
  .foot .foot-l {
    width: 320px;
  }
  .foot .foot-r {
    margin-left: 320px;
  }
  .foot .foot-nav {
    margin-left: 0;
  }
 /*  .foot .foot-nav dl {
    width: 12%;
  }
  .foot .foot-nav dl.mid {
    width: 23%;
  }
  .foot .foot-nav dl.long {
    width: 41%;
  } */
  .foot .foot-nav dl a {
    letter-spacing: 1px;
  }
  .foot .foot-nav dl dt {
    padding: 0 3px;
  }
  .foot .foot-nav dl dd {
    padding: 4px 3px;
  }
  .foot .sublogo {
    width: 150px;
  }
  .backtop {
  	right: 0;
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 1024px) {
  .foot .foot-in {
    padding-bottom: 0;
  }
  .foot .foot-l {
    float: none;
    width: auto;
  }
  .foot .foot-r {
    margin-left: 0;
  }
  .foot .sublogo {
    width: 120px;
  }
  .foot .foot-nav {
    margin-bottom: 20px;
    text-align: left;
  }
  /* .foot .foot-nav dl {
    width: 20%;
  }
  .foot .foot-nav dl.mid {
    width: 20%;
  }
  .foot .foot-nav dl.long {
    width: 20%;
  } */
  .foot .foot-nav dl:first-child{
    padding-left: 0;
  }
  .foot .foot-nav dl dd {
    display: none;
  }
  .backtop {
    top: 0;
    bottom: auto;
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .foot .foot-in {
    padding-top: 40px;
  }
  /* .foot .foot-nav dl {
    width: 20%;
  } */
  .foot .foot-nav dl {
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .foot .foot-nav dl dt {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .foot .foot-nav dl {
    /* width: auto; */
    /* margin: 0 10px; */
  }
 /*  .foot .foot-nav dl.mid {
    width: auto;
  }
  .foot .foot-nav dl.long {
    width: auto;
  } */
}
.tit-h3 h3 strong {
  display: block;
  position: relative;
  top: -0.6em;
  font-size: 40px;
  color: #333;
  z-index: 3;
  font-weight: bold;
}
.tit-h3 h3 em {
  display: block;
  position: relative;
  z-index: 2;
  font-size: 90px;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  line-height: 1;
  color: #8c8c8c;
  opacity: 0.12;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=12);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=12);
}
.tit-h3 p {
  margin-top: 30px;
  width: 72%;
  font-size: 16px;
  line-height: 28px;
  color: #808080;
  text-align: justify;
}
.tit-h3 .link-more {
  margin-top: 55px;
}
@media screen and (max-width: 1440px) {
  .tit-h3 h3 strong {
    font-size: 36px;
  }
  .tit-h3 h3 em {
    font-size: 72px;
  }
}
@media screen and (max-width: 1280px) {
  .tit-h3 h3 strong {
    font-size: 32px;
  }
  .tit-h3 h3 em {
    font-size: 66px;
  }
}
@media screen and (max-width: 1024px) {
  .tit-h3 h3 strong {
    font-size: 28px;
  }
  .tit-h3 h3 em {
    font-size: 56px;
  }
  .tit-h3 p {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .tit-h3 h3 strong {
    font-size: 26px;
  }
  .tit-h3 h3 em {
    font-size: 48px;
  }
  .tit-h3 p {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .tit-h3 h3 strong {
    font-size: 22px;
  }
  .tit-h3 h3 em {
    font-size: 40px;
  }
}
.banner-inner {
  position: relative;
}
.banner-inner .banner-inner-pic {
  width: 100%;
  overflow: hidden;
}
.banner-inner .banner-inner-pic img {
  position: relative;
  left: 50%;
  margin-left: -960px;
  display: block;
  width: 1920px;
  height: auto;
}
.banner-inner .banner-inner-cont {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.banner-inner .banner-inner-cont .container {
  height: 100%;
}
.banner-inner .banner-inner-cont .banner-inner-box {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -138px;
  width: 480px;
  margin-left: -50px;
  height: 126px;
  padding: 75px 50px;
  color: #fff;
  background: url("../images/banner-bg.png") right bottom no-repeat;
}
.banner-inner .banner-inner-cont .banner-inner-tit {
  position: relative;
  z-index: 2;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  /*padding: 20px 0;*/
  padding-left: 50px;
  background: none;
}
.banner-inner .banner-inner-cont .banner-inner-tit h2 {
  font-size: 48px;
  font-weight: normal;
}
.banner-inner .banner-inner-cont .banner-inner-tit p {
  font-size: 20px;
  text-transform: uppercase;
}
.banner-inner .banner-inner-cont .banner-inner-rect {
  position: absolute;
  left: -50px;
  top: 50%;
  border: 3px solid #fff;
  width: 274px;
  height: 172px;
  margin-top: -86px;
  display: none;
}
@media screen and (max-width: 1440px) {
  .banner-inner .banner-inner-cont .banner-inner-box {
    width: 480px;
    height: 110px;
    margin-top: -126px;
    margin-left: -50px;
  }
  .banner-inner .banner-inner-cont .banner-inner-tit h2 {
    font-size: 42px;
  }
  .banner-inner .banner-inner-cont .banner-inner-tit p {
    font-size: 18px;
  }
  .banner-inner .banner-inner-cont .banner-inner-rect {
    width: 235px;
  }
}
@media screen and (max-width: 1366px) {
  .banner-inner .banner-inner-cont .banner-inner-box {
    left: 50px;
    width: 385px;
    height: 85px;
    margin-top: -112px;
    padding: 65px 40px;
    background-size: 95%;
  }
  .banner-inner .banner-inner-cont .banner-inner-tit {
    padding: 10px 0;
    padding-left: 25px;;
  }
  .banner-inner .banner-inner-cont .banner-inner-rect {
    left: -40px;
    width: 215px;
    height: 160px;
    margin-top: -80px;
  }
}
@media screen and (max-width: 1280px) {
  .banner-inner .banner-inner-cont .banner-inner-tit h2 {
    font-size: 36px;
  }
  .banner-inner .banner-inner-cont .banner-inner-tit p {
    font-size: 16px;
  }
  .banner-inner .banner-inner-cont .banner-inner-rect {
    width: 200px;
    height: 140px;
    margin-top: -70px;
  }
}
@media screen and (max-width: 1024px) {
  .banner-inner .banner-inner-pic img {
    width: 1440px;
    margin-left: -720px;
  }
  .banner-inner .banner-inner-cont .banner-inner-box {
    width: 280px;
    background-position: 160% 130%;
    margin-top: -105px;
  }
  .banner-inner .banner-inner-cont .banner-inner-tit {
    padding-top: 50px;
  }
  .banner-inner .banner-inner-cont .banner-inner-tit h2 {
    font-size: 32px;
  }
  .banner-inner .banner-inner-cont .banner-inner-tit p {
    font-size: 14px;
  }
  .banner-inner .banner-inner-cont .banner-inner-rect {
    width: 185px;
  }
}
@media screen and (max-width: 768px) {
  .banner-inner .banner-inner-pic img {
    width: 1280px;
    margin-left: -640px;
  }
  .banner-inner .banner-inner-cont .banner-inner-box {
    width: 240px;
    padding: 50px 30px;
    height: 60px;
    margin-top: -80px;
    -webkit-background-size: auto 40%;
    background-size: auto 80%;
    background-position: right bottom;
  }
  .banner-inner .banner-inner-cont .banner-inner-tit {
    padding-top: 17px;
  }
  .banner-inner .banner-inner-cont .banner-inner-tit h2 {
    font-size: 28px;
  }
  .banner-inner .banner-inner-cont .banner-inner-tit p {
    font-size: 12px;
  }
  .banner-inner .banner-inner-cont .banner-inner-rect {
    left: -30px;
    width: 150px;
    height: 110px;
    margin-top: -55px;
  }
}
@media screen and (max-width: 480px) {
  .banner-inner .banner-inner-pic img {
    width: 1280px;
    margin-left: -640px;
  }
  .banner-inner .banner-inner-cont .banner-inner-box {
    width: 200px;
    padding: 40px 20px;
    height: 60px;
    margin-top: -70px;
    background-position: right bottom;
    -webkit-background-size: auto 40%;
    background-size: auto 78%;
    left: 30px;
  }
  .banner-inner .banner-inner-cont .banner-inner-tit {
  padding-left: 16px;;
  }
  .banner-inner .banner-inner-cont .banner-inner-tit h2 {
    font-size: 26px;
  }
  .banner-inner .banner-inner-cont .banner-inner-rect {
    left: -20px;
    width: 125px;
    height: 88px;
    margin-top: -46px;
  }
}
.crumbs {
  margin-top: 20px;
}
.crumbs a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  padding: 0 20px;
  height: 28px;
  line-height: 28px;
  font-size: 14px;
  color: #999;
  border: 1px solid #ccc;
  border-radius: 1em;
}
.crumbs a.cur {
  border-color: #e0e0e0;
  background: #e0e0e0;
}
.crumbs .crumbs-arr {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background: url("../images/crumb-arr.png") center no-repeat;
}
@media screen and (max-width: 1024px) {
  .crumbs {
    display: none;
  }
}
.print-box p {
  margin: 3% 0;
  font-size: 16px;
  line-height: 30px;
  color: #666;
  text-align: justify;
}

.ani-bigger { -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; }
.ani-bigger:hover { transform: scale(1.2); -webkit-transform: scale(1.2); -moz-transform: scale(1.2); -o-transform: scale(1.2); -ms-transform: scale(1.2); }

/*移动端菜单*/
.mobi-nav {
  display: none;
  /*height: 100%;*/
  padding: 80px 5% 0;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
}
.mobi-nav .search-container{
  width: 90%;
  border: 1px solid #e0e0e0;
  border-radius: 20px;
  height: 40px;
  padding-left: 5%;
}
.mobi-nav .search-ipt{
  border: none;
  line-height: 40px;
  font-size: 18px;
}
.mobi-nav .search-btn{
  line-height: 40px;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 50px;
  float: right;
  background: url('../images/icon-search.png') no-repeat center;
  background-size: 50%;
}
.mobi-nav ul {
  margin-top: 10px;
}
.mobi-nav ul li{
  width: 100%;
  height: 48px;
  line-height: 48px;
  border-bottom: 1px solid #f5f5f5;
  font-size: 20px;
  background: url('../images/icon-jump.png') no-repeat right center;
}
.mobi-nav ul li .idx-icon{
  padding-left: 30px;
  background: url('../images/icon-home.png') no-repeat left center;
}
.mobi-nav ul li .curr{
  color: #3a5064;
}

.bshare-custom{

}
.bshare-custom.icon-medium a{
  padding-left: 32px!important;
}
.bshare-custom.icon-medium .bshare-sinaminiblog{
  background: url('../images/share-icon.png') -67px -3px no-repeat!important;
}
.bshare-custom.icon-medium .bshare-sinaminiblog:hover{
  background-position: -67px -37px!important;
}
.bshare-custom .share-wx{
  position: relative;
  display: inline-block;
  background: url('../images/share-icon.png') -32px -3px no-repeat!important;
}
.bshare-custom .share-wx img{
  display: none;
  position: absolute;
  left: 50%;
  bottom: 100%;
  margin-left: -100px;
  width: 200px;
  height: 200px;

}
.bshare-custom .share-wx:hover{
  background-position: -32px -37px!important;
}
.bshare-custom .share-wx:hover img{
  display: block;
}

.bshare-custom.icon-medium .bshare-qqim{
  background: url('../images/share-icon.png') 10px -1px no-repeat!important;
  -webkit-background-size: auto 50px!important;
  background-size: auto 50px!important;
}
.bshare-custom.icon-medium .bshare-qqim:hover{
  background-position: 10px -26px!important;
}


.foot .copyright{
  position: relative;
}
.foot .copyright p{
  display: inline-block;
}
.foot .nd-share{
  display: inline-block;
  margin-left: 20px;
}