/* 新闻中心 */

#wBanner {
    overflow: hidden;
    position: relative;
	margin-top:1rem;
	z-index: 100;
}
#wBanner .img {
    position: relative;
    height:3.6rem;
}
.bg_cover {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
#wBanner .box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #ffffff;
    display: flex;
    align-items: center;
}
.container-fulid {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
	width: 100%;
}
#wBanner .box .breadcrumb {
    padding-bottom:0.2rem;
}
.breadcrumb {
    background-color: rgba(0, 0, 0, 0);
    border-radius: 0;
    padding: 0;
    margin-bottom: 0;
}
#wBanner .box .breadcrumb .breadcrumb-item {
    color: #fff;
	font-size:0.24rem;
	font-weight:bold;
}
#wBanner .box .text {
    font-size: 0.32rem;
	line-height:1.6;
}
.switch {
    width: 100%;
    height: 0.9rem;
    position: relative;
    z-index: 10;
}
.switch .show-view {
    width: 100%;
    height: 0.89rem;
    position: relative;
    background-color: #fff;
	padding:0 0.3rem;
    z-index: 400;
	display: flex;
    align-items: center;
    justify-content: space-between;
}
.switch .show-view p{
    color: #333;
    font-size: .30rem;
	font-weight:bold;
}
.switch .show-view .btn{
	position: relative;
	font-size:0.26rem;
	color:#333;
	font-weight:bold;
	padding-right:0.4rem;
}
.switch .show-view .btn:after {
    content: '';
    position: absolute;
    top: -0.05rem;
    right: 0;
    height: 0.20rem;
    width: 0.35rem;
    background: url(../img/topicon.png) no-repeat center;
    background-size:cover;
    transform: rotate(180deg);
	transition: all 400ms;
}
.switch.show .show-view .btn:after {
    transform: rotate(0);
}

.switch .link-list {
    position: absolute;
    width: 100%;
    height: auto;
    background: linear-gradient(to bottom, #0068b1, #008bd7);
    transition: transform 300ms;
    transform: translateY(-100%);
}
.switch .link-list .link {
    display: block;
    width: 100%;
    color: #fff;
    font-size: .26rem;
    padding:0.2rem 0.3rem;
	font-weight:bold;
    border-bottom: 0.02rem solid rgba(255, 255, 255, .3);
}
.switch.show .link-list {
    transform: translateY(0%);
}




.lianxi {
  padding:0.9rem 0;
  overflow:hidden;
  background-color:#f9f9f9;
}
.lxlist {
  width: 100%;
  text-align: center;
}
.lxlist li {
  width:50%;
  position: relative;
  float:left;
}
.lxlist li a {
  display: block;
}
.lxlist .pic {
  width: 1.5rem;
  height: 1.5rem;
  margin: 0 auto 0.2rem;
}
.lxlist .p1,
.lxlist .p2 {
  border-radius: 50%;
  overflow: hidden;
}
.lxlist .p1 {
  width: 1.5rem;
  height: 1.5rem;
  border: 0.02rem solid #ddd;
  background-color: #fff;
}
.lxlist .p2 {
  width: 1.5rem;
  height: 1.5rem;
  background-image: -webkit-gradient(linear, left top, right top, from(#006bb4), to(#008dd8));
  background-image: linear-gradient(to right, #006bb4, #008dd8);
}
.lxlist .pic .fig {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.lxlist .i1 .p1 .fig {
  background: url(../img/lx1.png) center no-repeat;
  background-size: cover;
}
.lxlist .i1 .p2 .fig {
  background: url(../img/lx1h.png) center no-repeat;
  background-size: cover;
}
.lxlist .i2 .p1 .fig {
  background: url(../img/lx2.png) center no-repeat;
  background-size: cover;
}
.lxlist .i2 .p2 .fig {
  background: url(../img/lx2h.png) center no-repeat;
  background-size: cover;
}
.lxlist .i3 .p1 .fig {
  background: url(../img/lx3.png) center no-repeat;
  background-size: cover;
}
.lxlist .i3 .p2 .fig {
  background: url(../img/lx3h.png) center no-repeat;
  background-size: cover;
}
.lxlist .i4 .p1 .fig {
  background: url(../img/lx4.png) center no-repeat;
  background-size: cover;
}
.lxlist .i4 .p2 .fig {
  background: url(../img/lx4h.png) center no-repeat;
  background-size: cover;
}

.rollover {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  position: relative;
  overflow: visible!important;
  -webkit-transition: .6s;
  transition: .6s;
}
.rollover .p1,
.rollover .p2 {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.rollover .p2 {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
li:hover .rollover {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.lxlist li h3 {
  font-size:0.28rem;
  color: #333;
  font-weight: bold;
  position: relative;
  overflow: hidden;
  -webkit-transition: .5s;
  transition: .5s;
}
.lxlist li .hx {
  width:0.5rem;
  height: 0.05rem;
  background-color: #bfbfbf;
  margin:0.25rem auto;
  -webkit-transition: .5s;
  transition: .5s;
}
.lxlist li .txt {
  font-size:0.28rem;
  color: #666;
  height: 1.0rem;
  overflow: hidden;
  -webkit-transition: .5s;
  transition: .5s;
}
.lxlist li .txt span {
  display: inline-block;
}
.lxlist li:hover h3 {
  color: #1373c0;
}
.lxlist li:hover .txt {
  color: #1373c0;
}
.lxlist li:hover .hx {
  background-color: #1373c0;
}
#map {
  width: 100%;
  height:7.0rem;
}

.container-fulid {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
    width: 100%;
}

.lian2 {
  padding:0.9rem 0;
  background: url(../img/formbg.jpg) center no-repeat;
  background-size: cover;
}
.lxout {
  padding:0.9rem 0.5rem 1.6rem;
  overflow: hidden;
  background-color: #fff;
}
.lxleft {
  width: 100%;
}
.lxright {
  width: 100%;
}
.lxleft .intro {
  font-size:0.26rem;
  line-height:1.6;
  color: #666;
}
.cate8 {
  color: #000;
}
.cate8 .cn {
  font-size:0.32rem;
  margin-bottom:0.2rem;
  font-weight:bold;
}
.cate8 .en {
  font-size:0.48rem;
  color: #1373c0;
  font-weight: bold;
  word-break: normal;
  line-height:1.2;
}
.lxleft .hx {
  width: 0.5rem;
  height: 0.05rem;
  background-color: #1373c0;
  margin:0.3rem 0;
}
.lxway {
  margin-top: 0.4rem;
}
.lxway p {
  font-size:0.26rem;
  line-height:1.6;
  color: #666;
  margin-bottom:0.1rem;
}
.lxway div {
  font-size:0.32rem;
  color: #1373c0;
  font-weight: bold;
}
.lxway div a {
  color: #1373c0;
}

.lxright {
  width: 100%;
  margin-top:0.4rem;
}

.liuyan {
    color:#666;
    font-size: 0;
    padding-bottom: 0.01rem;
}
.liuyan .hang {
    width:100%;
    height:0.8rem;
    line-height: 0.8rem;
    margin-bottom: 0.4rem;
}
.liuyan p {
    height: 100%;
    position: relative;
}
.liuyan label {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width:0.5rem;
    height:0.8rem;
    font-size:0.26rem;
    line-height: 0.8rem;
    color: #f70d0d;
    text-align: right;
    pointer-events: none;
}
.liuyan i.v {
    display: inline-block;
    width: 100%;
    height: 100%;
    vertical-align: top;
}
.liuyan input[type=text] {
    width: 100%;
    height:0.8rem;
    border: 0.02rem solid #ddd;
    border-radius: 0.1rem;
    line-height: 0.8rem;
    text-indent:2em;
    font-size:0.26rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	font-style:normal;
}
.liuyan input[type=text], .liuyan textarea {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.v span.Validform_checktip {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 1;
    font-style: normal;
}
.Validform_checktip {
    font-size:0.26rem;
    overflow: hidden;
    color: #999;
}
.liuyan .hang.fat {
    width: 100%;
    height: auto;
}
.liuyan textarea {
    padding:0.1rem 0.6rem;
    height:1.8rem;
    border: 0.03rem solid #ddd;
    border-radius: 0.1rem;
    resize: none;
    vertical-align: top;
    width: 100%;
    line-height:1.6;
    font-size:0.26rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	font-style:normal;
}
.liuyan input[type=text], .liuyan textarea {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.clearfloat {
    clear: both;
    height: 0;
    font-size: 0rem;
    line-height: 0rem;
    overflow: hidden;
    visibility: hidden;
}
.liuyan .hang2 {
    height:0.8rem;
    line-height: 0.8rem;
    margin-bottom: 0.3rem;
}
.liuyan .hang2 > div {
    height: 100%;
    position: relative;
}
.liuyan .hang2 i.v {
    width:2.5rem;
}

.liuyan .verifyImg {
    width:1.44rem;
    height:0.8rem;
    cursor: pointer;
    vertical-align: top;
    border: 0.03rem solid #ddd;
    border-radius: 0.1rem;
    margin-left: 0.2rem;
}
.liuyan .yzmchange {
    display: inline-block;
    vertical-align: top;
    width:0.30rem;
	height:0.24rem;
    background: url(../img/change.png) center no-repeat;
	background-size: cover;
	margin:0.25rem 0 0 0.3rem;
	
}
.liuyan input#tj {
    width:100%;
    height: 0.8rem;
    font-size:0.26rem;
    line-height: 0.8rem;
    color: #fff;
    border-radius:0.1rem;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    background-image: -webkit-gradient(linear, left top, right top, from(#006ab3), to(#008ad6));
    background-image: linear-gradient(to right, #006ab3, #008ad6);
	margin-top:0.3rem;
	border:none;
}