* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
body,
input,
button,
select,
textarea,
table,
pre {
  margin: 0;
  padding: 0;
  font-family: 'font-en', 'Arial','PingFang SC','Microsoft YaHei', '΢���ź�',  'Helvetica', 'SimSun';
  color: #000;
  text-align: justify;
  line-height: 1.5;
}

input,
textarea {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 100px #fff inset;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

em,
b,
s,
i,
u {
  font-style: normal;
  text-decoration: none;
  font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

img {
  vertical-align: top;
  -ms-interpolation-mode: bicubic;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

iframe {
  vertical-align: top !important;
}

a {
  cursor: pointer;
  text-decoration: none;
}
/*** Base ***/

a{color:#000;}
a:hover{color:#000;}
html {
  font-size: 16px;
}

@media screen and (max-width: 1440px) {
  html {
    font-size: 16px;
  }
}

@media screen and (max-width: 992px) {
  html {
    font-size: 14px;
  }

  html img {
     max-width: 100%; 
  }
}
.clear:before,
.clear:after {
  display: block;
  height: 0;
  content: "";
  clear: both;
  font-size: 0;
}

.body-inner {
  background: #f5f5f5;
  padding-top:97px;
}

.body-inner .web-header .header-btn .icon {
  display: none;
}

.body-inner .web-header .header-btn .search {
  display: inline-block;
}

.web-header {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 320px;
  color: #000;
  background:#fff;
  -webkit-transition: background 0.6s ease-out;
  -o-transition: background 0.6s ease-out;
  transition: background 0.6s ease-out;
}
.body-home .web-header{
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  background:none;
}
.web-header.shadow {
  /*background: rgba(174, 24, 31, 0.9);*/
  background:#fff;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.web-header.shadow .wrap {
  /*padding: 15px 5%;*/
}

.web-header.shadow .header-left .logo {
  /*padding: 5px 0;*/
}
.web-header .header-left .logo-phone {
  display:none;
}
.web-header.shadow .header-nav li > a > em {
  /*opacity: 0.5;*/
}

.web-header .wrap {
  position: relative;
  margin: 0 auto;
  padding: 2vh 5%;
  -webkit-transition: padding 0.6s ease-out;
  -o-transition: padding 0.6s ease-out;
  transition: padding 0.6s ease-out;
}

.web-header .wrap:before,
.web-header .wrap:after {
  content: '';
  display: table;
}

.web-header .wrap:after {
  clear: both;
}

.web-header .header-left {
  float: left;
  padding-right: 5%;
  z-index:999;
  position:relative;
}

.web-header .header-left a {
  display: inline-block;
}

.web-header .header-left .logo {
  height: 60px;
  -webkit-transition: padding 0.6s ease-out;
  -o-transition: padding 0.6s ease-out;
  transition: padding 0.6s ease-out;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.web-search-header .title .logo {
  height: 90px;
}
.web-header .header-left .logo-phone {
  display:none;
}
.web-header .header-right {
  position: relative;
}

.web-header .header-nav {
  padding-right: 5vw;
  white-space: nowrap;
  text-align: right;
}

.web-header .header-nav li {
  position: relative;
  display: inline-block;
  margin: 0 20px;
}

.web-header .header-nav li > a {
  position: relative;
  display: inline-block;
  padding: 5px 0;
  line-height: 25px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  color: #000;
  text-align: center;
  font-size:1.12rem;
}

.web-header .header-nav li > a > span {
  display: block;
}

.web-header .header-nav li > a > em {
  display: block;
/*  opacity: .35;*/
  font-size: 0.875rem;
  color: #b2b2b2;
}
.web-header .header-nav li > a.active em {
 color: #ae181f;
}
.web-header .header-nav li a:hover em {
 color: #ae181f;
}
.web-header .header-nav li > a:after {
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  content: '';
  width: 100%;
  height: 2px;
  margin: 0 auto;
  border-bottom: 3px solid #ae181f;
  opacity: 0;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
}

.web-header .header-nav li > a.active,
.web-header .header-nav li > a:hover {
/*  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);*/
 color: #ae181f;
}

.web-header .header-nav li > a.active:after,
.web-header .header-nav li > a:hover:after {
  width: 1.5em;
  opacity: 1;
}

.web-header .header-nav li > a.active {
  text-shadow: none;
  color: #ae181f;
}

.web-header .header-nav li > a.active:hover {
  text-shadow: none;
}

.web-header .header-nav li:hover .header-nav-sub {
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

.web-header .header-nav-sub {
  position: absolute;
  z-index:9;
  left: 50%;
  width: 9rem;
  margin: 1.1rem 0 0 -4.5rem;
  padding: 20px 0;
  background-color: rgba(255, 255, 255, 0.95);
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: center top;
  -ms-transform-origin: center top;
  -o-transform-origin: center top;
  transform-origin: center top;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.web-header .header-nav-sub > a {
  display: block;
  padding: 0 40px;
  color: #000;
  line-height: 60px;
  white-space: nowrap;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
  text-align: center;
}

.web-header .header-nav-sub > a:hover {
  background: #ae181f;
  color: #fff;
}

.web-header .header-btn {
  position: absolute;
  right: 0;
  top: 18px;
  white-space: nowrap;
  vertical-align: top;
  text-align: right;
  z-index:999;
}

.web-header .header-btn > a {
  display: inline-block;
  margin-left: 3vw;
  vertical-align: top;
}

.web-header .header-btn > a i {
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
}

.web-header .header-btn > a:first-of-type {
  margin-left: 0;
}

.web-header .header-btn .qr-code {
  position: relative;
  top: 1.5rem;
  right: -1rem;
  padding: .6rem .6rem .8rem;
  background: #fff;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
  line-height: 1;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: center top;
  -ms-transform-origin: center top;
  -o-transform-origin: center top;
  transform-origin: center top;
  opacity: 0;
}

.web-header .header-btn .qr-code:before {
  content: '';
  position: absolute;
  top: -1.4rem;
  right: 1rem;
  display: block;
  border-style: solid;
  border-color: transparent transparent #fff;
  border-width: .7rem;
}

.web-header .header-btn .qr-code p {
  margin-top: .5rem;
  color: #666;
}

.web-header .header-btn .qr-code img {
  width: 10rem;
}

.web-header .header-btn .icon:hover i,
.web-header .header-btn .icon:active i {
  -webkit-transform: scale3d(1.2, 1.2, 1.2);
  transform: scale3d(1.2, 1.2, 1.2);
}

.web-header .header-btn .icon:hover .qr-code,
.web-header .header-btn .icon:active .qr-code {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  opacity: 1;
}

.web-header .navbar-toggle {
  display: none;
}
/***�ƶ���***/
@media screen and (max-width: 1440px) {
	.web-header .wrap{
		padding: 2vh 3%;
	}
	.web-header .header-nav li {
		margin: 0 10px;
	}
}
@media only screen and (max-width:1279px){
	.web-header .header-left .logo {
    height: 50px;
	}
	.web-header .wrap {
		padding: 2vh 0;
	}
	.web-header .header-nav li {
		margin: 0 6px;
	}	
	.web-header .header-left{
		padding-right: 1%;
	}
	.web-header .header-nav {
		padding-right: 5%;
	}
	.web-about-one .total li h5 {
		font-size: 2.5rem;
	}
}
@media screen and (max-width: 992px) {
  body {
    width: 100%;
    padding-top: 50px !important;
  }

  .web-header {
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 320px;
    background: #ae181f !important;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) !important;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) !important;
    z-index: 101;
  }

  .web-header .wrap {
    max-width: 100%;
    padding: 0 !important;
    opacity: 1 !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
  }

  .web-header .header-left {
    position: relative;
    float: none;
    height: 50px;
    padding: 9px 0;
  }

	.web-header .header-left .logo {
	  display:none;
	}
	.web-header .header-left .logo-phone {
	    display:block;
		height: 32px;
		margin-left: 0;
		padding: 0 !important;
	}
  .web-header .header-right {
    position: absolute;
    left: 0;
    top: 50px;
    bottom: 0;
    width: 100%;
  }
  .icon-search {
    background: url(../image/icon/search.png) no-repeat;
	-webkit-background-size: 80% auto;
    background-size: 80% auto;
    background-position: center;
	}
  .web-header .navbar-toggle {
    position: absolute;
    right: 0;
    top: 5px;
    z-index: 999;
    display: inline-block;
    width: 50px;
    height: 40px;
    border: none;
    background: transparent;
  }

  .web-header .navbar-toggle i {
    position: absolute;
    right: 15px;
    display: block;
    width: 20px;
    height: 1px;
    background-color: #fff;
    overflow: hidden;
    color: #fff;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    -o-transform-origin: right center;
    transform-origin: right center;
  }

  .web-header .navbar-toggle i:nth-of-type(1) {
    top: 13px;
  }

  .web-header .navbar-toggle i:nth-of-type(2) {
    top: 50%;
  }

  .web-header .navbar-toggle i:nth-of-type(3) {
    bottom: 12px;
  }

  .web-header .navbar-toggle.active i:nth-of-type(2) {
    opacity: 0;
  }

  .web-header .navbar-toggle.active i:nth-of-type(1) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .web-header .navbar-toggle.active i:nth-of-type(3) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .web-header .header-nav {
    display: block !important;
    float: none;
    height: 0;
    padding: 0 15px;
    background-color: rgba(174, 24, 31, 0.95);
    overflow: hidden;
    overflow-y: auto;
    font-size: 125%;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
  }

  .web-header .header-nav.active {
    padding-top: 10px;
    padding-bottom: 10px;
    height: -webkit-calc(100vh - 50px);
    height: calc(100vh - 50px);
  }

  .web-header .header-nav > li {
    display: block;
    margin: 0;
  }

  .web-header .header-nav > li:last-of-type a {
    border-bottom: none;
  }

  .web-header .header-nav > li > a {
    display: block;
    padding: 0 10px;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    line-height: 50px;
    text-align: left;
	color:#fff;
  }

  .web-header .header-nav > li > a > span {
    display: inline-block;
  }

  .web-header .header-nav > li > a > em {
    display: inline-block;
    margin-left: 0.5em;
    opacity: 0.6;
	color:#fff;
  }
	.web-header .header-nav li > a.active em {
		color: #fff;
	}
  .web-header .header-nav > li > a:after {
    content: none;
  }

  .web-header .header-nav > li > a.active,
  .web-header .header-nav > li > a:hover,
  .web-header .header-nav > li > a:active {
    background-color: rgba(23, 23, 28, 0.1);
	color:#fff;
  }

  .web-header .header-nav-sub {
    position: static;
    left: auto;
    margin: 0;
    width: 100%;
    padding: 5px 0;
    background-color: rgba(174, 24, 31, 0.6);
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }

  .web-header .header-nav-sub > a {
    padding: 0 30px;
    line-height: 45px;
    text-align: left;
    color: rgba(255, 255, 255, 0.8);
  }

  .web-header .header-btn {
    right: 55px;
    top: -50px;
    padding-top: 13px;
  }

  .web-header .header-btn .qr-code {
    top: 2rem;
    right: -0.8rem;
  }
}
.web-header .wrap {
  position: relative;
  margin: 0 auto;
  padding: 2vh 5%;
  -webkit-transition: padding 0.6s ease-out;
  -o-transition: padding 0.6s ease-out;
  transition: padding 0.6s ease-out;
}

.web-header .wrap:before,
.web-header .wrap:after {
  content: '';
  display: table;
}

.web-header .wrap:after {
  clear: both;
}
.web-header .header-left {
  float: left;
  padding-right: 5%;
  z-index:999;
  position:relative;
}

.web-header .header-left a {
  display: inline-block;
}

.web-header .header-left .logo {
  height: 60px;
  -webkit-transition: padding 0.6s ease-out;
  -o-transition: padding 0.6s ease-out;
  transition: padding 0.6s ease-out;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.web-search-header .title .logo {
  height: 90px;
}
.web-header .header-left .logo-phone {
  display:none;
}
.web-inner-nav {
  padding: 0 15px;
  background: #fff;
}
.web-inner-nav .list {
  width: 100%;
  text-align: center;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  border-top: 1px solid #e6e6e6;
}

.web-inner-nav .list::-webkit-scrollbar {
  width: 14px;
  height: 14px;
}

.web-inner-nav .list::-webkit-scrollbar-track,
.web-inner-nav .list::-webkit-scrollbar-thumb {
  border-radius: 999px;
  border: 5px solid transparent;
}

.web-inner-nav .list::-webkit-scrollbar-track {
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2) inset;
}

.web-inner-nav .list::-webkit-scrollbar-thumb {
  min-height: 20px;
  -webkit-background-clip: content-box;
  background-clip: content-box;
  -webkit-box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.2) inset;
}

.web-inner-nav .list::-webkit-scrollbar-corner {
  background: transparent;
}

.web-inner-nav .list li {
  display: inline-block;
  padding: 0 1.5rem;
}

.web-inner-nav .list a {
  position: relative;
  display: inline-block;
  padding: 1.8rem 0;
  vertical-align: top;
  font-size: 1.125rem;
}

.web-inner-nav .list a:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20%;
  display: block;
  width: 4em;
  height: 2px;
  margin: 0 auto;
  background-color: #ae181f;
  opacity: 0;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.web-inner-nav .list a span,
.web-inner-nav .list a em {
  display: block;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
  white-space: nowrap;
}

.web-inner-nav .list a span {
  color: #666;
  line-height: 1.5rem;
}

.web-inner-nav .list a em {
  margin-top: .2rem;
  color: #b2b2b2;
  font-size: 0.875rem;
  line-height: 1;
}

.web-inner-nav .list li.active:after,
.web-inner-nav .list a.active:after,
.web-inner-nav .list li:hover:after,
.web-inner-nav .list a:hover:after {
  width: 1.5em;
  opacity: 1;
}

.web-inner-nav .list li.active span,
.web-inner-nav .list a.active span,
.web-inner-nav .list li:hover span,
.web-inner-nav .list a:hover span,
.web-inner-nav .list li.active em,
.web-inner-nav .list a.active em,
.web-inner-nav .list li:hover em,
.web-inner-nav .list a:hover em {
  color: #ae181f !important;
}

.web-inner-nav .list li.active span,
.web-inner-nav .list a.active span {
  font-size: 1.25rem;
}

.web-inner-nav .list li.active a:after,
.web-inner-nav .list a.active a:after {
  width: 1.5em;
  opacity: 1;
}
.header-sub2-list{ opacity: 0;}
.web-inner-nav .list{
    border-bottom: 1px solid #e6e6e6;
}
.web-header .header-nav li:hover .header-sub2-list {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
.web-inner-nav .sublist{
    text-align:center;
    background: rgba(235, 235, 235, 0.25);
}
.web-inner-nav .sublist a {
    position: relative;
    display: inline-block;
    padding: 1.2rem;
    vertical-align: top;
    font-size: 1.125rem;
}
.web-inner-nav .sublist a span {
    display: block;
    color: #666;
    line-height: 1.5rem;
}
.web-inner-nav .sublist a em {
    margin-top: .2rem;
    color: #b2b2b2;
    font-size: 0.875rem;
    line-height: 1;
}
.web-inner-nav .sublist .active span,
.web-inner-nav .sublist .active em,
.web-inner-nav .sublist a:hover span,
.web-inner-nav .sublist a:hover em {
    color: #ae181f !important;
}
.web-inner-nav .businessSub {
  background: #c0d2e1;
  position: absolute;
  top: 105px;
  z-index: 9;
}

.web-control {
  width: 100%;
  margin: 0 auto;
}

.web-control .web-wrap {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.web-control .web-wrap.w-1048 {
  max-width: 1048px;
}

.web-control .web-wrap.w-1200 {
  max-width: 1200px;
}

.web-control .web-wrap.w-1360 {
  max-width: 1360px;
}

.web-control .web-wrap.w-1440 {
  max-width: 1440px;
}

.web-control .web-wrap:before,
.web-control .web-wrap:after {
  display: table;
  clear: both;
  content: "";
}
.web-top-news{
  width: 73%;margin: 0 auto;padding: 4rem 0 3rem;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.web-top-news .toutu{
  flex: 0 0 55%;
  width: 55%;
}
.web-top-news a{display: block;}
.web-top-news .toutu .txt {
  padding: 1rem;
}
.web-top-news .toutu .pic {
  width: 100%;
  overflow: hidden;
}
.web-top-news .toutu .pic img {
  width: 100%;
  height: 27.875rem;
  object-fit: cover;
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
}
.web-top-news .toutu a:hover{
  background: #fff;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
}
.web-top-news .toutu:hover img  {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.web-top-news h3 {
  font-size: 1.25rem;
  color: #1a1a1a;
  height: 3.7rem;
  font-weight: bold;
  line-height: 1.75rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: .5rem;
}
.web-top-news p {
  font-size: 1rem;
  color: #999;
  height: 3rem;
  line-height: 1.5rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: .8rem;
}
.web-top-news .toutiao{
  flex: 0 0 45%;
  width: 45%;
  padding-left: 3rem;
}
.web-top-news .toutiao a {
  padding: 1.75rem 1.5rem;
  margin-bottom: 2rem;
  border-left: 3px solid transparent;
  background: #fff;

}
.web-top-news .toutiao a:hover{
  border-left: 3px solid #ae181f;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
}
.web-top-news .toutiao p {
  font-size: 1rem;
  color: #999;
  height: 1.5rem;
  line-height: 1.5rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin-bottom: .8rem;
}

.web-news-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #1a1a1a;
  background-color: #f2f2f2;
}

.web-news-list > li {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
  background-color: #fff;
}

.web-news-list > li:nth-of-type(2n) {
  background-color: #f2f2f2;
}

.web-news .web-paging {
  padding: 4rem 0;
}

.web-paging {
  text-align: center;
}
.web-paging a {
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  margin: 0 .2rem;
  border: 1px solid #e6e6e6;
  color: #999;
  line-height: 2.5rem;
  vertical-align: top;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.web-paging a:first-of-type,
.web-paging a:last-of-type {
  font-family: "����";
  font-weight: bold;
}

.web-paging a:hover {
  color: #000;
  border-color: #000;
  font-size: 18px;
}

.web-paging a.active {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.web-footer {
  min-height: 60px;
  padding: 15px 5%;
  background: #0a0a0a;
  font-size: 87.5%;
  color: #999;
  line-height: 30px;
  text-align: left;
}
.web-footer a{color: #999;}
.web-footer a:hover{color: #999;}
.web-footer span {
  white-space: nowrap;
  margin-right: 1em;
}

.web-footer .left {
  float: left;
  width: 70%;
}

.web-footer .right {
  float: right;
}
.web-news-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5% 0 3%;
  text-align: left;
  background: no-repeat left top;
  -webkit-background-size: cover;
  background-size: cover;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  overflow: hidden;
  width: 73%;
  margin: 0 auto;
}
.web-news-item a{
  color:#1a1a1a;
  display: block;  
}
.web-news-item a:hover{
  cursor: pointer;
}
/*.web-news-item:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url('../image/page/inner/bg-logo1.png') center top;
  -webkit-background-size: 33.333333% auto;
  background-size: 33.333333% auto;
  opacity: 0;
  -webkit-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
}*/

.web-news-item:hover:before {
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

.web-news-item:hover h3,
.web-news-item:hover p {
  /*text-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);*/
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

.web-news-item:hover h5 {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  background: rgba(255, 255, 255, 0.2);
  opacity: 1;
}

.web-news-item:hover .web-link-more {
  opacity: 0.5;
}

.web-news-item h3 {
  overflow: hidden;
  font-size: 1.35rem;
  margin-bottom: 0.5rem;
  font-weight: bold;
  line-height: 1.2;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  -webkit-transform: translateY(-45%);
  -ms-transform: translateY(-45%);
  -o-transform: translateY(-45%);
  transform: translateY(-45%);
}

.web-news-item p {
  height: 3em;
  color:#999;
  /*margin: 5% 0;*/
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 1.8rem;
  overflow: hidden;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  -webkit-transform: translateY(40%);
  -ms-transform: translateY(40%);
  -o-transform: translateY(40%);
  transform: translateY(16%);
}

.web-news-item h5 {
  display: block;
  float: left;
  width: 10rem;
  /*height: 6rem;*/
  /*margin-bottom: 4%;*/
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  opacity: 0.75;
  background: rgba(255, 255, 255, 0.1);
  -moz-border-radius: 100%;
  border-radius: 100%;
  font-size: 0.875rem;
  line-height: 1;
  -webkit-transition: all 1s .3s;
  -o-transition: all 1s .3s;
  transition: all 1s .3s;
  -webkit-transform: translateY(-40%);
  -ms-transform: translateY(-40%);
  -o-transform: translateY(-40%);
  transform: translateY(-40%);
}

.web-news-item h5 span {
  font-size: 1.85rem;
}
.web-news-item .news-right{
  float: left;width: 80%;

}
.web-news-item .web-link-more {
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  opacity: 1;
}
.web-news-item .web-link-more {
  position: relative;
  display: block;
  -webkit-transition: all .6s ease;
  -o-transition: all .6s ease;
  transition: all .6s ease;
  background: url(../image/icon/moreicon.png)no-repeat;
  width: 30px;
  height: 30px;
}
.phone-title{display:none;}
.topbanner-phone{display:none;}
.topbanner{
	width: 100%;
	height: 10rem;
	object-fit: cover;
}
.icon-search {
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    background: url(../image/icon/searchRed.png) no-repeat;
    overflow: hidden;
    vertical-align: top;
    -webkit-background-size: 80% auto;
    background-size: 80% auto;
    background-position: center;
}
/***�ƶ���***/
@media screen and (max-width: 992px) {
  /*Box*/
  .web-header .header-left .logo-phone {
    display: block;
    height: 32px;
    margin-left: 0;
    padding: 0 !important;
}
  .topbanner{
    display:none;
  }
  .topbanner-phone{
    width: 100%;
    display:block;
   }
  .web-control {
    width: 100%;
  }

  .web-control .web-wrap {
    width: 100%;
    padding: 0 15px;
  }
  /*Tips*/
  .web-tips {
    width: 90vw;
    padding: 1.25rem 1.5rem;
  }

  .web-link-more {
    /*width: 50%;*/
    /*font-size: 120%;*/
    transform: scale(0.8);
  }
  
.web-news .web-wrap {
    padding: 0;
  }
  .web-top-news, .web-news-list {
    display: block;
    width: 100%;
    padding: 2rem 0 1rem;
  }
  .web-top-news .toutu, .web-top-news .toutiao {flex: 0 0 100%;padding-left:0;width:100%}
  .web-top-news .toutu .pic img{height:auto;min-height: 15rem;}
  .web-news-list > li {
    width: 100%;
  }
  .web-top-news .toutiao a{
    box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);margin-bottom: 0rem;
  }
  .web-news-item {
    width: 100%;
    padding: 3.5rem 1.5rem;
  }
  .web-news-item .news-right{width: 100%;}
  .web-news-item h5 span{font-size: 1.5rem;}
  .web-news-item h3 {
    font-size: 1.25rem;
    margin-top: .8rem;
    transform: none;
    transition: none;
  }

  .web-news-item p {
    margin-bottom: 1rem;
    transition: none;
    transform: none;
  }

  .web-news-item .web-link-more {
    opacity: 1;
  }

  .web-news .web-paging {
    padding: 2rem 0;
  }
.icon-search {
    background: url(../image/icon/search.png) no-repeat;
    -webkit-background-size: 80% auto;
    background-size: 80% auto;
    background-position: center;
}
}
