﻿

/* 鄂旅投201904 */
body{
    background-color: #f5f5f5;
}
a{text-decoration:none;}
/* 当前位置 */
.where b{
    font-size: 16px;
    color: #119977;
}
.where span{
    color: #aaaaaa;
}
.where i {
    color: #36ab63;
}
.where p{
    font-size: 14px;
}
/* 侧栏 */
.side {
    float: left;
    width: 220px;
}
.side h2 {
    height: 80px;
    line-height: 80px;
    font-size: 22px;
    text-align: center;
    background: url(../images/menu.png) 0 0 no-repeat;
    color: #fff;
}
.menu,.ztzl{
     border: 1px solid #ccc;
}
.menu li{
      border-bottom: 1px solid #ddd;
}
.menu li a {
    position: relative;
    display: block;
    line-height: 70px;
    text-align: center;
    font-size: 18px;
}

.menu li.current a {
    color: #36ab63;
}

.menu li.current a:before,
.menu li a:hover:before {
    content: '';
    position: absolute;
    top: 40%;
    left: 0px;
    margin-top: -6px;
    width: 4px;
    height: 30px;
    background-color: #36ab63;
}
/* main */
.main {
    width: 920px;
    float:right;
    background-color: #fff;
	padding-bottom:20px;
}
.main a:hover{
	color:#119977;
	}

.main .list-b {
    margin: 0;
}

.main .list-b li {
   height: 130px;
    padding: 25px 18px 10px 130px;
    box-sizing: border-box;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}

.main .list-b li h4 {
    line-height: 36px;
    font-size: 18px;
    font-weight: normal;
    margin:0px;
}

.main .list-b li .text{
    line-height: 24px;
    font-size:14px;
}
.main .list-b li .date {
    position: absolute;
    top: 30px;
    left: 20px;
    text-align: center;
    padding:5px 10px;
    color: #fff;
    background-color: #36ab63;
}
.main .list-b li .date b{
    font-size:40px;
    line-height: 40px;
} 
.main .list-b li .date span {
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    display: block;
}

.main .list-b li .date:before {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 0;
    border: 3px solid transparent;
}

.main .list-b li .pic {
    width: 134px;
    height: 100px;
    float: right;
}

.main .list-b li .pic img {
    width: 100%;
    min-height: 100%;
    transition: all .3s;    
}

.main .list-b li a:hover .pic img {
    transform: scale(1.05);
}
.main .list-b li:hover {
    background:#f6f6f6;
}

.main .list-b li:hover {
    transition: all 0.5s;
    border-bottom:  1px solid #36ab63;
}


.article-option.fixed {
    position: fixed;
    top: 20px;
    width: 180px;
    background-color: #fff;
  top: 0;
    right: 0;
}
.article-option{
    padding: 20px;
}

.article-option h4 {
    position: relative;
    overflow: hidden;
    line-height: 30px;
}

.article-option h4 b {
    position: relative;
    display: inline-block;
    margin: 5px;
    padding: 0 15px;
    font-size: 16px;
}

.article-option h4 b:before,
.article-option h4 b:after {
    content: '';
    position: absolute;
    top: 50%;
    width: 200%;
    border-top: 1px solid #ddd;
}

.article-option h4 b:before {
    left: 100%;
}

.article-option h4 b:after {
    right: 100%;
}

.article-option h4 span {
    display: block;
    font-weight: normal;
}

.article-option .jfontsize {
    float: none;
    width: 120px;
    margin: 0 auto;
}

.article-option .share a {
    float: none;
    display: block;
    width: 40px;
    height: 40px;
    margin: 10px auto;
    border-radius: 100px;
    background-image: url(../images/share_i.png);
    transition: background-position .3s;
}

.article-option .share a.bds_weixin {
    background-position: 0 0;
}

.article-option .share a.bds_tsina {
    background-position: -40px 0;
}

.article-option .share a.bds_sqq {
    background-position: -80px 0;
}

.article-option .share a.bds_qzone {
    background-position: -120px 0;
}

.article-option .share a.bds_weixin:hover {
    background-position: 0 -40px;
}

.article-option .share a.bds_tsina:hover {
    background-position: -40px -40px;
}

.article-option .share a.bds_sqq:hover {
    background-position: -80px -40px;
}

.article-option .share a.bds_qzone:hover {
    background-position: -120px -40px;
}

.article h2 {
    font-size: 34px;
}
.content .opt {
    text-align: right;
    line-height: 36px;
    color: #323232;
    padding: 0 20px;
    margin-bottom: 30px;
}

.article .option{
    text-align: center;
    font-size: 16px;
}






















.list{
	width : 218px;
}
.list ul{
	list-style: none;
}
.list li {
    border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

.list>ul>li p[class=title]{
	width      : 100%;
	text-align : center;
	height     : 70px;
	line-height: 70px;
	padding    : 0;
	display: block;
	font-size:16px;
	border     : none;
	position   : relative;
	
}
.list>ul>li p[class=title]>span{
	position: absolute;
	right: 10%;
	
}
.list-se{
	overflow: hidden;
	display: none;
}
.list-se>p{
	background:#f0f0f0;
	color     :#838383;
}
.list-se>li{
	position: relative;
	right   : -100%;
	-webkit-transition: right .5s;
	-moz-transition   : right .5s;
	-o-transition     : right .5s;
	transition        : right .5s;
}
.list-se>li>p{
	background  : #fff;
	color       : #119977;
	height      : 50px;
	-webkit-box-sizing :border-box;
	        box-sizing :border-box;
	padding-left: 10px;
	line-height : 50px;
	font-size:14px;
	border-left : 5px solid #119977; 
	-webkit-transition   : border .5s; 
			 transition  : border .5s;
	-webkit-transition   : background .3s;
			 transition  : background .3s;
}
.list-se > li > p a{color: #119977;}
.list-se>li>p:hover{
	border-color: #119977; 
	background  : #fff;
}
.list h2 {
    height: 80px;
    line-height: 80px;
    font-size: 22px;
    text-align: center;
    background:url(../images/menu.png) 0 0 no-repeat;
    color: #fff;
}



/**jj**/
#bloc #center {
  position: relative;
  transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
}
#bloc #center #main {
  width: 100%;
  position: relative;
}
#bloc #center #main .content {
  box-sizing: content-box;
}
#bloc #center #main .content #indexBanner {
  height: 100%;
  position: relative;
}
#bloc #center #main .content #indexBanner nav {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8%;
  margin: auto;
  width: 50px;
  z-index: 1000;
  padding: 0 5px;
  box-sizing: content-box;
  visibility: hidden;
}
#bloc #center #main .content #indexBanner .numChoose {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10%;
  width: 1.2rem;
  margin: auto;
  z-index: 1000;
  height: 1.6rem;
}
#bloc #center #main .content #indexBanner .numChoose > li {
  font-size: 0.15rem;
  color: rgba(255, 255, 255, 0.5);
  position: relative;
  text-align: right;
  padding-right: 0.1rem;
  height: 0.4rem;
  line-height: 0.4rem;
  width: 100%;
  transition: 0.3s all cubic-bezier(0.27, 0.54, 0.44, 0.85);
  font-family: num;
  opacity: 1;
  cursor: pointer;
  pointer-events: inherit;
}
#bloc #center #main .content #indexBanner .numChoose > li:after {
  content: "";
  position: absolute;
  right: 0;
  opacity: 0;
  width: 100%;
  height: 3px;
  background-color: #fff;
  bottom: 0;
  transition: 7s width cubic-bezier(0.36, 0, 0.59, 0.84);
}
#bloc #center #main .content #indexBanner .numChoose > li:hover {
  color: #fff;
}
#bloc #center #main .content #indexBanner .numChoose .active {
  color: #fff;
}
#bloc #center #main .content #indexBanner .numChoose .active:after {
  opacity: 1;
  width: 0%;
}
#bloc #center #main .content #indexBanner .Tmsg {
  position: absolute;
  left: 10%;
  bottom: 15%;
  z-index: 1000;
  width: 7rem;
}
#bloc #center #main .content #indexBanner .Tmsg > div:nth-child(1) .list {
  display: none;
}
#bloc #center #main .content #indexBanner .Tmsg > div:nth-child(1) .list > span {
  font-size: 0.48rem;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 1px 1px #000000;
  display: block;
}
#bloc #center #main .content #indexBanner .Tmsg > div:nth-child(1) .list > small {
  font-size: 0.36rem;
  color: rgba(255, 255, 255, 0.35);
  letter-spacing: 5px;
  text-transform: uppercase;
  font-family: En_bold;
}
#bloc #center #main .content #indexBanner .Tmsg > div:nth-child(1) .list.show {
  display: inline-block;
}
#bloc #center #main .content #indexBanner .Tmsg > div:nth-child(2) {
  font-size: 0.14rem;
  padding-left: 0.4rem;
  position: relative;
  color: #fff;
  height: 0.28rem;
  line-height: 0.28rem;
  margin: 40px 0;
}
#bloc #center #main .content #indexBanner .Tmsg > div:nth-child(2):after {
  content: '';
  position: absolute;
  width: 18px;
  height: 28px;
  border-radius: 50px;
  left: 5px;
  background-color: #262626;
  top: -4px;
  /*-webkit-animation: Tmouse 0.5s cubic-bezier(.56,.01,.46,1) infinite alternate;
									animation: Tmouse 0.5s cubic-bezier(.56,.01,.46,1) infinite alternate;*/
}
#bloc #center #main .content #indexBanner .Tmsg > div:nth-child(2):before {
  content: "";
  position: absolute;
  width: 2px;
  height: 7px;
  left: 13px;
  top: 7px;
  background-color: #ffffff;
  border-radius: 50px;
  z-index: 5;
  -webkit-animation: Tmouse 0.5s cubic-bezier(0.56, 0.01, 0.46, 1) infinite alternate;
  animation: Tmouse 0.5s cubic-bezier(0.56, 0.01, 0.46, 1) infinite alternate;
}
@-webkit-keyframes Tmouse {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    -o-transform: translateY(-8px);
    transform: translateY(-5px);
  }
}
@keyframes Tmouse {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    -o-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}

#bloc #center #main .content #indexBanner .Tmsg > div:nth-child(3) {
  width: 100%;
  height: 1px;
  position: relative;
  background-color: rgba(0, 0, 0, 0.2);
  margin: 60px 0;
}
#bloc #center #main .content #indexBanner .Tmsg > div:nth-child(3):after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  bottom: -1px;
  left: 0;
}
#bloc #center #main .content #indexBanner .Tmsg > div:nth-child(4) {
  line-height: 34px;
  position: relative;
}
#bloc #center #main .content #indexBanner .Tmsg > div:nth-child(4) > span {
  font-size: 0.18rem;font-weight: lighter;
  color: #fff;
  display: block;
}
#bloc #center #main .content #indexBanner .Tmsg > div:nth-child(4) > small {
  font-size: 0.16rem;
  color: #fff;
  font-weight: bold;
}
#bloc #center #main .content #indexBanner .Tmsg > div:nth-child(4) > .addMore {
  position: absolute;
  width: 0.68rem;
  height: 0.68rem;
  left: 4rem;
  border-radius: 50%;
  line-height: 0.68rem;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  cursor: pointer;
  display: inline-block;
  transition-origin: 50% 50%;
  transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
}
#bloc #center #main .content #indexBanner .Tmsg > div:nth-child(4) > .addMore > i {
  font-size: 0.24rem;
  color: #fff;
}
#bloc #center #main .content #indexBanner .Tmsg > div:nth-child(4) > .addMore:hover {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
#bloc #center #main .content #indexBanner .go {
  -webkit-filter: blur(12px);
  filter: blur(12px);
  transform: scale(1.2);
  opacity: 1;
  -webkit-animation: scaleDownFadeIn 1s forwards ease;
  animation: scaleDownFadeIn 1s forwards ease;
}
#bloc #center #main .content .rowMain {
  max-width: 1200px;
  margin: auto;
  overflow: hidden;
  box-sizing: content-box;
  position: relative;
  padding: 0px 5%;
  z-index: 2000;
  padding-bottom: 36px;
}
#bloc #center #main .content .row {
  margin: auto;
  padding: 20px 5%;
  box-sizing: content-box;
  position: relative;
  overflow: visible;
}
#bloc #center #main .content .skew {
  transform: skew(0, -2.4deg);
  -webkit-transform: skew(0, -2.4deg);
  -moz-transform: skew(0, -2.4deg);
  -o-transform: skew(0, -2.4deg);
  z-index: 1000;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transform-origin: left top;
}
#bloc #center #main .content .banner {
  width: 100%;
  position: relative;
}
#bloc #center #main .content .banner .Tmsg {
  position: absolute;
  left: 20%;
  z-index: 1000;
  width: 7rem;
  bottom: 25%;
  padding-bottom: 0.2rem;
}
#bloc #center #main .content .banner .Tmsg:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 2.2rem;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
}
#bloc #center #main .content .banner .Tmsg > div:nth-child(1) {
  font-size: 0.14rem;
  color: #fff;
  letter-spacing: 10px;
  height: 0.8rem;
  line-height: 0.8rem;
}
#bloc #center #main .content .banner .Tmsg > div:nth-child(2) {
  font-size: 0.24rem;
  padding-right: 0.4rem;
  position: relative;
  color: #fff;
  height: 0.28rem;
  line-height: 0.28rem;
  text-transform: uppercase;
  width: 2rem;
  font-family: En_bold;
}
#bloc #center #main .content .banner .Tmsg > div:nth-child(2):after {
  content: '';
  position: absolute;
  width: 18px;
  height: 28px;
  border-radius: 50px;
  right: 5px;
  background-color: #fff;
  top: -4px;
  /*-webkit-animation: Tmouse 0.5s cubic-bezier(.56,.01,.46,1) infinite alternate;
									animation: Tmouse 0.5s cubic-bezier(.56,.01,.46,1) infinite alternate;*/
}
#bloc #center #main .content .banner .Tmsg > div:nth-child(2):before {
  content: "";
  position: absolute;
  width: 2px;
  height: 7px;
  right: 13px;
  top: 7px;
  background-color: #262626;
  border-radius: 50px;
  z-index: 5;
  -webkit-animation: Tmouse 0.5s cubic-bezier(0.56, 0.01, 0.46, 1) infinite alternate;
  animation: Tmouse 0.5s cubic-bezier(0.56, 0.01, 0.46, 1) infinite alternate;
}
#bloc #center #main .content .banner > img {
  width: 100%;
  filter: blur(0px);
  transition: all 2s cubic-bezier(0.7, 0.01, 0.3, 1);
  -webkit-transition: all 2s cubic-bezier(0.7, 0.01, 0.3, 1);
  -moz-transition: all 2s cubic-bezier(0.7, 0.01, 0.3, 1);
  -o-transition: all 2s cubic-bezier(0.7, 0.01, 0.3, 1);
}
#bloc #center #main .content .banner > img.go {
  filter: blur(0px);
}
#bloc #center #main .content .banner > .buleMask1 {
  mix-blend-mode: multiply;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  position: absolute;
  width: 100%;
  height: 100%;
  right: 100%;
  bottom: 0;
  margin: auto;
  background-color: #275cfd;
  z-index: 1000;
  transition: all 1s cubic-bezier(0.7, 0.01, 0.3, 1);
  -webkit-transition: all 1s cubic-bezier(0.7, 0.01, 0.3, 1);
  -moz-transition: all 1s cubic-bezier(0.7, 0.01, 0.3, 1);
  -o-transition: all 1s cubic-bezier(0.7, 0.01, 0.3, 1);
  transform-origin: 0 50%;
}
#bloc #center #main .content .banner > .buleMask1.go {
  /* right: 64%; */
  -webkit-animation: bannergo 2s forwards ease-in-out;
  animation: bannergo 2s forwards ease-in-out;
}
@-webkit-keyframes bannergo {
  0% {
    right: 0%;
    opacity: 1;
  }
  60% {
    right: -100%;
    opacity: 1;
  }
  61% {
    right: 100%;
    opacity: 0;
  }
  100% {
    right: 63%;
    opacity: 1;
  }
}
@keyframes bannergo {
  0% {
    right: 100%;
    opacity: 1;
  }
  60% {
    right: -100%;
    opacity: 1;
  }
  60.0001% {
    right: 100%;
    opacity: 0;
  }
  100% {
    right: 63%;
    opacity: 1;
  }
}
#bloc #center #main .content .banner .b_txt {
  position: absolute;
  top: -30%;
  bottom: 0;
  left: 20%;
  margin: auto;
  line-height: 60px;
  z-index: 1001;
  /* text-shadow:2px 0 2px rgba(20,35,51,0.2); */
  height: 100px;
  color: transparent;
  transition: 1.2s all ease-in-out;
}
#bloc #center #main .content .banner .b_txt > span {
  font-size: 0.52rem;
  font-weight: bold;
  color: #fff;
  letter-spacing: 25px;
  text-shadow: 0 1px 1px #000000;
  display: block;
  transition: 1.5s all ease-in-out 1.2s;
}
#bloc #center #main .content .banner .b_txt > small {
  font-size: 0.28rem;
  color: #ffffff;
  letter-spacing: 25px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: 1.5s all ease-in-out 1.2s;
  font-family: En_bold;
}
#bloc #center #main .content .banner .b_txt > small >p{
    font-size: 24px;
    white-space: nowrap;
}
#bloc #center #main .content .banner .b_txt > small > em{
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: 1.5s all ease-in-out 1.2s;
    font-size: 50px;
}
#bloc #center #main .content .banner .b_txt .picMove {
  height: 46px;
  line-height: 46px;
  margin: 0.3rem 0 1.4rem 0;
  position: absolute;
    left: -12px;
}
#bloc #center #main .content .banner .b_txt .picMove > a {
  display: table-cell;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  position: relative;
  background-color: transparent;
  line-height: 46px;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
  color: rgba(255, 255, 255, 0.5);
  vertical-align: top;
}
#bloc #center #main .content .banner .b_txt .picMove > a:hover {
  color: #ffffff;
}
#bloc #center #main .content .banner .b_txt .picMove .next:after {
  content: attr(data-href);
  position: absolute;
  left: 100%;
  height: 100%;
  width: 200px;
  text-align: left;
  text-indent: 0.1rem;
    font-weight: bold;
}
#bloc #center #main .content .banner.banner_about .b_txt > div:nth-child(4),#bloc #center #main .content .banner.banner_business .b_txt > div:nth-child(3) {
    font-size: 0.14rem;
    padding-left: 0.4rem;
    position: relative;
    color: #fff;
    height: 0.28rem;
    line-height: 0.28rem;
    margin: 40px 0 54px 0;
    letter-spacing: 8px;
    padding-bottom: 8px;
    box-sizing: content-box;
    border-bottom: 1px solid rgba(255,255,255,0.5);
}
#bloc #center #main .content .banner.banner_about .b_txt > div:nth-child(4):after,#bloc #center #main .content .banner.banner_business .b_txt > div:nth-child(3):after {
    content: '';
    position: absolute;
    width: 18px;
    height: 28px;
    border-radius: 50px;
    left: 5px;
    background-color: #ffffff;
    top: -4px;
    /*-webkit-animation: Tmouse 0.5s cubic-bezier(.56,.01,.46,1) infinite alternate;
                                      animation: Tmouse 0.5s cubic-bezier(.56,.01,.46,1) infinite alternate;*/
}
#bloc #center #main .content .banner.banner_about .b_txt > div:nth-child(4):before,#bloc #center #main .content .banner.banner_business .b_txt > div:nth-child(3):before {
    content: "";
    position: absolute;
    width: 2px;
    height: 7px;
    left: 13px;
    top: 7px;
    background-color: #262626;
    border-radius: 50px;
    z-index: 5;
    -webkit-animation: Tmouse 0.5s cubic-bezier(0.56, 0.01, 0.46, 1) infinite alternate;
    animation: Tmouse 0.5s cubic-bezier(0.56, 0.01, 0.46, 1) infinite alternate;
}
#bloc #center #main .content .banner .b_txt.go {
  filter: blur(0px);
}
#bloc #center #main .content .banner .b_txt.go > span {
  letter-spacing: 0;
}
#bloc #center #main .content .banner .b_txt.go > small {
  letter-spacing: 0;
}
#bloc #center #main .content .bannerPro > img.go {
  
}
#bloc #center #main .content .bannerPro .b_txt {
  top: -20%;
  line-height: 52px;
}
#bloc #center #main .content .bannerPro .b_txt > label {
  color: #fff;
  display: block;
  font-size: 0.18rem;
  height: 0.4rem;
  line-height: 0.6rem;
}
#bloc #center #main .content .bannerPro .aniBtn {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1002;
  width: 2rem;
  height: 0.5rem;
  line-height: 0.5rem;
  visibility: hidden;
  bottom: 15%;
  padding: 6px 6px;
  box-sizing: content-box;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 50px;
}
#bloc #center #main .content .bannerPro .aniBtn > a {
  display: inline-block;
  height: 0.5rem;
  line-height: 0.5rem;
  position: absolute;
  background-color: #337aff;
  width: calc(100% - 12px);
  left: 6px;
  top: 6px;
  color: #fff;
  text-align: center;
  border-radius: 50px;
  font-size: 0.16rem;
}
#bloc #center #main .content .bannerPro .aniBtn > a.leftbtn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
#bloc #center #main .content .bannerPro .aniBtn > a.rightbtn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  right: 6px;
  left: auto;
}
#bloc #center #main .content .bannerPro .aniBtn > a.on {
  background-color: #39414f;
}
#bloc #center #main .content .bannerPro .aniBtn:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  top: 0;
  left: 0;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
  z-index: -1;
  pointer-events: none;
  animation-delay: 0.5s;
  animation: anibtn2 2s ease infinite ;
}
#bloc #center #main .content .bannerPro .aniBtn:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  top: 0;
  left: 0;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  border: 1px solid rgba(255, 255, 255, 0.3);
  z-index: -1;
  pointer-events: none;
  animation: anibtn1 2s ease infinite ;
}
@-webkit-keyframes anibtn1 {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
    opacity: 0;
  }
}


#about_1 .row.r2 .playBox > a.Tplay {
  display: block;
  text-align: center;
  color: #fff;
  width: 0.74rem;
  height: 0.74rem;
  line-height: 0.74rem;
  border-radius: 50%;
  background-color: #2640bf;
  box-shadow: 0 10px 32px -5px rgba(0, 44, 255, 0.43);
  cursor: pointer;
}
#about_1 .row.r2 .playBox > a.Tplay > i {
  color: #fff;
  font-size: 0.32rem;
}
#about_1 .row.r2 .playBox > span {
  color: #b2b2b2;
  font-size: 0.12rem;
  text-align: center;
  height: 0.4rem;
  line-height: 0.4rem;
}
#about_1 .row.r2 .skew {
  overflow: hidden;
}
#about_1 .row.r2 .skew .Tvideo {
  position: absolute;
  width: 100%;
  height: 112%;
  top: -6%;
  left: 0;
  overflow: hidden;
  transform-origin: 50% 50%;
  transform: skew(0, 2.4deg);
  -webkit-transform: skew(0, 2.4deg);
  -moz-transform: skew(0, 2.4deg);
  -o-transform: skew(0, 2.4deg);
  transition: all 1s cubic-bezier(0.7, 0.01, 0.3, 1);
  -webkit-transition: all 1s cubic-bezier(0.7, 0.01, 0.3, 1);
  -moz-transition: all 1s cubic-bezier(0.7, 0.01, 0.3, 1);
  -o-transition: all 1s cubic-bezier(0.7, 0.01, 0.3, 1);
}
#about_1 .row.r2 .skew .Tvideo video{
    object-fit: contain!important;
    height: 90%;
}
#about_1 .row.r2 .skew .Tvideo .pic {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  transform-origin: 50% 50%;
  z-index: 6;
  opacity: 1;
  transition: all 1s cubic-bezier(0.7, 0.01, 0.3, 1);
  -webkit-transition: all 1s cubic-bezier(0.7, 0.01, 0.3, 1);
  -moz-transition: all 1s cubic-bezier(0.7, 0.01, 0.3, 1);
  -o-transition: all 1s cubic-bezier(0.7, 0.01, 0.3, 1);
}
#about_1 .row.r2 .skew .Tvideo .Tmask {
  transition: all 1s cubic-bezier(0.7, 0.01, 0.3, 1);
  -webkit-transition: all 1s cubic-bezier(0.7, 0.01, 0.3, 1);
  -moz-transition: all 1s cubic-bezier(0.7, 0.01, 0.3, 1);
  -o-transition: all 1s cubic-bezier(0.7, 0.01, 0.3, 1);
  position: absolute;
  width: 0.74rem;
  left: 0;
  top: 100%;
  bottom: 0;
  right: 0;
  margin: auto;
  background-color: transparent;
  border-radius: 50%;
  border-width: 20rem;
  border-color: #fff;
  border-style: solid;
  box-sizing: content-box;
  z-index: 5;
}
#about_1 .row.r2 .skew .Tvideo.on .pic {
  opacity: 0;
}
#about_1 .row.r2 .skew .Tvideo.on .Tmask {
  width: 200%;
  height: 20rem!important;
  left: -32rem;
  top: 0;
  bottom: 0%;
  right: 0;
}
#about_1 .row.r2 .rowMain.on {
  opacity: 0;
}
#about_1 .row.r2 .rowMain {
  transition: all 1s cubic-bezier(0.7, 0.01, 0.3, 1);
  -webkit-transition: all 1s cubic-bezier(0.7, 0.01, 0.3, 1);
  -moz-transition: all 1s cubic-bezier(0.7, 0.01, 0.3, 1);
  -o-transition: all 1s cubic-bezier(0.7, 0.01, 0.3, 1);
  opacity: 1;
}
#about_1 .row.r2 .r_top .title {
  margin-bottom: 0rem!important;
}
#about_1 .row.r2 .r_center {
  height: 4.6rem;
  position: relative;
}
#about_1 .row.r2 .r_center > span {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3.6rem;
  margin: auto;
  text-transform: uppercase;
  font-size: 2.2rem;
  font-family: En_light;
  letter-spacing: 15px;
  text-align: center;
  color: #2640bf;
  opacity: 0.9;
}
#about_1 .row.r3 .rowMain .r_center .box {
  width: 100%;
  height: 400px;
  margin-top: 50px;
  position: relative;
  overflow: hidden;
}
#about_1 .row.r3 .rowMain .r_center ul {
  width: 30000%;
  height: 200px;
  position: absolute;
  float: none;
  top: 100px;
  left: 50px;
  z-index: 10;
  cursor: move;
}
#about_1 .row.r3 .rowMain .r_center li {
  width: 13px;
  height: 13px;
  position: absolute;
  float: none;
}
#about_1 .row.r3 .rowMain .r_center li i,
#about_1 .row.r3 .rowMain .r_center li i img {
  width: 13px;
  height: 13px;
  position: relative;
  float: left;
  cursor: pointer;
  webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#about_1 .row.r3 .rowMain .r_center li i img:hover {
  webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
}
#about_1 .row.r3 .rowMain .r_center .box .e {
  width: 1px;
  height: 1px;
  background-color: #198eed;
  position: absolute;
}
#about_1 .row.r3 .rowMain .r_center li h3 {
  font-size: 18px;
  color: #119977;
  white-space: nowrap;
  font-weight: bold;
}
#about_1 .row.r3 .rowMain .r_center li h4 {
  width: 130px;
  line-height: 18px;
  overflow: hidden;
  font-size: 13px;
  color: #464646;
}
#about_1 .row.r3 .rowMain .r_center li span {
  position: absolute;
  float: none;
  left: -8px;
  bottom: 25px;
}
#about_1 .row.r3 .rowMain .r_center li.b span {
  bottom: auto;
  top: 23px;
}
#about_1 .row.r3 .rowMain .r_center li.active h3 {
  font-size: 35px;
}
#about_1 .row.r3 .rowMain .r_center li.active h4 {
  width: 340px;
}
#about_1 .row.r3 .rowMain .r_center .car {
  width: 61px;
  height: 38px;
  position: absolute;
  float: none;
  opacity: 0;
  margin: -13px 0 0 -24.5px;
  z-index: 10;
  background: url(../images/public.png) no-repeat;
  background-position: -195px -40px;
}
#about_1 .row.r3 .rowMain .r_center .car.back {
  background-position: -195px -78px;
}
#about_1 .row.r3 .rowMain .r_center canvas {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
#about_1 .row.r3 .rowMain .r_btm {
  width: 100%;
  text-align: center;
  font-size: 16px;
  vertical-align: middle;
  margin-top: 20px;
}
#about_1 .row.r3 .rowMain .r_btm img {
  float: none;
  margin: 0 5px;
  border: none;
}
#about_1 .row.r3 .rowMain .r_btm img:nth-child(1) {
  margin-top: -10px;
}
#about_1 .row.r4 .r_center {
  display: flex;
  justify-content: space-between;
}
#about_1 .row.r4 .r_center .left-btn,
#about_1 .row.r4 .r_center .right-btn {
  width: 0.64rem;
  height: 0.64rem;
  box-sizing: border-box;
  border-radius: 100%;
  border: 1px solid #d2d2d2;
  position: relative;
    display: inline-block;
}
#about_1 .row.r4 .r_center .left-btn img,
#about_1 .row.r4 .r_center .right-btn img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
#about_1 .row.r4 .r_center .left-btn img {
  right: 0;
}
#about_1 .row.r4 .r_center .year {
  height: 0.64rem;
  margin: 0 5px;
  position: relative;
    text-align: center;
    width: calc(100% - 1.28rem);
}
#about_1 .row.r4 .r_center .year:before {
  content: '';
  width: 100%;
  border-bottom: 1px dashed #bec3cc;
  position: absolute;
  top: 50%;
  z-index: -1;
    left: 0;
}
#about_1 .row.r4 .r_center .year .year-div span {
  line-height: 0.64rem;
  font-size: 0.28rem;
  font-weight: bold;
  padding: 0 0.2rem;
  background-color: #fff;
  color: #adadad;
}
#about_1 .row.r4 .r_center .year .year-cur {
  position: relative;
}
#about_1 .row.r4 .r_center .year .year-cur i {
  width: 0.31rem;
  height: 0.17rem;
  display: block;
  line-height: 1em;
  font-size: 0.3rem;
  color: #337aff;
  position: absolute;
  left: 0;
  right: 0;
  top: -0.16rem;
  margin: auto;
}
#about_1 .row.r4 .r_center .year .year-cur span {
  font-size: 0.46rem;
  color: #337aff;
}
#about_1 .row.r4 .r_center .zhu {
  width: 100%;
  font-size: 0.14rem;
  color: #9c9c9c;
  text-align: center;
  line-height: 5em;
}
#about_1 .row.r4 .r_btm ul {
  width: 8.5rem;
  margin: 20px auto 0;
}
#about_1 .row.r4 .r_btm ul li {
  transform: skew(-10deg, 0);
  position: relative;
  margin-bottom: 20px;
	transition: all 0.3s ease;
}
#about_1 .row.r4 .r_btm ul li i{
	opacity: 0;pointer-events: none;
	transition: all 0.3s ease;
}



/**xwzx**/
.xwnr{
	height:70px;
	padding-bottom:15px;
	margin-bottom:30px;
	border-bottom:1px solid #e0e1e2;
	}
.infor:hover{
	color:#119977;
	}
.content li a {
    display: block;
	text-decoration:none;
	color:#333;
}
.side li a:hover {
    color: #fff;
	background:#119977
}
.content li .date {
    float: left;
    width: 6.5%;
    padding: 6px 0 19px;
    color: #8b8b8b;
    font-family: Arial;
    position: relative;
    line-height: 22px;
	border-right:1px solid #e0e1e2;
}
.news_list02 .content li .date {
    float: left;
    width: 6.5%;
    padding: 6px 0 19px;
    color: #8b8b8b;
    font-family: Arial;
    position: relative;
    line-height: 22px;
}
.content li .date .d {
    font-size: 17px;
}
.content li .date .y {
    font-size: 13px;
}
.contentli .date::after {
    content: '';
    width: 1px;
    height: 69px;
    background: #d7d7d7;
    position: absolute;
    top: 0;
    right: 0;
}
.content li .date {
    color: #8b8b8b;
    font-family: Arial;
    line-height: 22px;
}
.content li .infor {
    float: left;
    width: 88%;
    padding: 5px 0 4px;
}
.content li .infor .tit {
    font-size: 17px;
    line-height: 24px;
    padding-left: 25px;
    margin-bottom: 11px;
}
.content li .infor .con {
    font-size: 13px;
    line-height: 24px;
    padding-left: 25px;
}
.news_list0 .content li .date {
    float: left;
    width: 6.5%;
    padding: 6px 0 19px;
    color: #8b8b8b;
    font-family: Arial;
    position: relative;
    line-height: 22px;
}
. li:hover{
	background:#119977;
	color:#fff;
	}
.fenye {
    width: 337px;
    height: 28px;
    clear: both;
    margin: 0 auto;
}

ul, ol {
    list-style: none;
}
.fenye li {
    float: left;
    margin-right: 5PX;
    width: 30px;
    height: 26px;
    border: 1px solid #ededed;
    line-height: 26px;
    text-align: center;
}
.fenye a {
    display: block;
}
.fenye a {
    color: #888888;
    display: block;
}
.fenye li {
    line-height: 26px;
    text-align: center;
}
.fenye .cur {
    background:#337ab7;
	color:#fff;
}

.fenye .cur  a  {
   
	color:#fff;
}


/**下载中心**/
.r_center > ul li{
display: inline-block;
box-sizing: content-box;
min-width: 40%;
height:80px;
line-height:80px;
padding: 20px 20px;
padding-right:20px;
padding-left:20px;
padding-left:40px;
padding-right:40px;
position: relative;
cursor: pointer;
margin-bottom:25px;
width: 2rem;
background:#f5f5f5;
	}
.r_center > ul li:hover{
	background:#119977;
	}
.r_center > ul li > i{
vertical-align:20px;
color: #eb062b;
font-size:30px;
margin-right:24px;
transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
-webkit-transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
-moz-transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
	}
.r_center > ul li span{
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
vertical-align: super !important;
height: 68%;
vertical-align:20px;
line-height:25px;
width: 70%;
font-size:16px;
color: #333;
font-weight: bold;
display: inline-block;
transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
-webkit-transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
-moz-transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
	}
.r_center > ul li a.downLoad{
position: absolute;
display: inline-block;
right:30px;
top:15px;
bottom: 0;
margin: auto;
height: 50%;
font-size:12px;
line-height:25px;
transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
-webkit-transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
-moz-transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
	}
.r_center > ul li span > small{
font-size: 13px;
font-weight: 500;
display: block;
transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
-webkit-transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
-moz-transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
	}
.r_center > ul li:hover span, #gonggao .r1 .r_center > ul li:hover span, #zhili .r1 .r_center > ul li:hover span, #baogao .r2 .r_center > ul li:hover span, #gonggao .r2 .r_center > ul li:hover span, #zhili .r2 .r_center > ul li:hover span {
    color: #fff;
	background:#119977;
}
	
/**yxdh**/


/**ghjs**/
#inside_mian {
    width: 100%;
    background: #fff;
    margin: 0px auto;
    overflow: hidden;
    padding-bottom: 20px;
    min-height: 900px;
}
.news_list_i3 li {
	width:100%;
    height: 70px;
    color: #444;
    padding-left: 29px;
    line-height: 70px;
    clear: both;
    border-bottom: #d3d3d3 1px dashed;
}
.news_list_i3 li:hover{
	width:100%;
    height: 70px;
	color:#119977;
}
.news_list_i3 a:hover{
	color:#119977;
	}
.news_list_i3 li a {
    float: left;
    font-size: 16px;
}
.news_list_i3 li span {
    padding-right: 5px;
    float: right;
    color: #999999;
    font-size: 16px;
}
.news_list_i3 {
    padding: 20px 0;
}
.news_list_i3 {
    overflow: hidden;
}
.news_list_i3 li:hover {
    background:url(../images/tz_03.jpg) no-repeat 3px 30px;
    padding-left: 29px;
    display: block;
}

/**bmgl**/

.hover_li .box {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}
.i_news_ul .box {
    border-bottom: 1px solid #ddd;
    padding: 35px 30px;
	height:110px;
}
.i_news_ul .t_t_l {
    font-size: 30px;
    line-height: 1.1;
    padding-top: 6px;
    padding-bottom: 6px;
    border-right: 1px solid #ccc;
    padding-right: 30px;
    margin-right: 30px;
}
.i_news_ul .t_t_l p {
    font-size: 14px;
    color: #666;
}
.i_news_ul h5 {
    font-size: 20px;
}
a {
    transition: .2s;
    -moz-transition: .2s;
    -webkit-transition: .2s;
}
.i_news_ul .t_t_r p {
    font-size: 16px;
    color: #666;
}
.hide1 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.i_news_ul .t_d {
    color: #666;
    margin: 20px 0 0 0;
}
.box:hover{
	background:#f5f5f5;
	}
	
/**车间管理**/
.r_center .Tbox {
    padding: 40px 30px 160px 30px;
    transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
    -webkit-transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
    -moz-transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
    -o-transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
    cursor: pointer;
	margin-bottom:30px;
}
.r_center .Tbox:hover {
    box-shadow: 0 15px 16px -3px rgba(0, 0, 0, 0.08);
}
.r_center .Tbox > img {
    width: 170px;
    bottom: 0;
    top: 0;
    left: 50px;
    margin: auto;
	float:left;
}
.layout-top {
    display: inline-block;
}
.layout-articles .layout-top h4.layout-title {
    text-align: left;
    font-weight: bold;
    font-size: 18px;
    color: #545454;
    margin-bottom: 10px;
    transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
    -webkit-transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
    -moz-transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
    -o-transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
}
.r_center .Tbox .layout-articles p {
    height:42px;
}
.layout-articles p {
    line-height: 150%;
    font-size: 14px;
    color: #a6a6a6;
}
.r_center .Tbox .layout-articles .layout-btm {
    padding: 10px 0 0 0;
}
.layout-articles .layout-btm {
    clear: both;
    height:45px;
    line-height:45px;
    padding: 30px 0;
    position: relative;
    box-sizing: content-box;
}
.r_center .Tbox .layout-articles .layout-btm .skewBox {
    position: relative;
    box-sizing: content-box;
    min-width:60px;
    height: 0rem;
    line-height: 0rem;
    padding:20px 20px;
    display: inline-block;
    float: left;
    margin: 0rem 5px;
    padding:18px 16px;
}
.r_center .Tbox .Tmsg {
    bottom: 0;
    top: 0;
    right:50px;
    margin: auto;
    background-color: #f3f3f3;
    padding:20px 32px;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
    -webkit-transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
    -moz-transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
    -o-transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
}
 .r_center .Tbox .Tmsg > span:first-child {
    border-bottom: 1px solid #dcdcdc;
}
.r_center .Tbox .Tmsg > span {
    text-align: center;
    color: #b0b0b0;
    font-family: En_light;
    display: inline-block;
    font-size:14px;
    width: 100%;
    height: 38px;
    line-height:38px;
    transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
    -webkit-transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
    -moz-transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
    -o-transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
    position: relative;
    z-index: 10;
}
.r_center .Tbox .Tmsg > span {
    text-align: center;
    color: #b0b0b0;
    font-family: En_light;
    display: inline-block;
    font-size:14px;
    width: 100%;
    height:38px;
    line-height:38px;
    transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
    -webkit-transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
    -moz-transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
    -o-transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
    position: relative;
    z-index: 10;
}
#new .r2 .rowMain .r_center .Tbox .Tmsg > span > i {
    font-size:18px;
    color: #b0b0b0;
    display: inline-block;
    vertical-align: top;
    margin-right: 7px;
    transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
    -webkit-transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
    -moz-transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
    -o-transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
}
.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.skewBox{
    background: #e8ebf0;}
.r_center .Tbox .Tmsg:hover{
	 background: #119977;
	}
.r_center .Tbox:hover .Tmsg span {
    color: #fff;
}

/**djgz**/
.New_Rightcent{width:100%;float: left;position: relative;}
.New_RightTp1{width: 100%;position: relative;padding-top:20px;}
.New_RTp1ablock{width: auto;display: block;position: relative;overflow: hidden;height: 100px;padding:20px 25px 30px;margin-bottom:20px}
.New_RTp1ablock:hover{background:url(../images/i6.png) no-repeat right 20px center #f5f5f5;}
.New_RTime{width: 100px;height: 100px;background:#119977; text-align: center;position: relative;float: left;}
.New_RTime p{font-size:45px;color: #fff;margin-top:6px}
.New_RTime span{font-size:14px;width: 100%; color: #fff;display: block;text-align: center;position: absolute;bottom:15px;left:0 }
.New_RTp1ablock:hover .New_RTime{background: #fff;}
.New_RTp1ablock:hover .New_RTime p{color: #119977;}
.New_RTp1ablock:hover .New_RTime span{color: #119977;}
.New_pred{width:76%;height: 100px; position: relative;float: left;margin-left: 20px;}
.New_pred h2{width: 100%;font-size: 20px;color: #119977;}
.New_pred em{display: block;width: 32px;height: 1px;background: #119977;margin:10px 0 5px 0;}
.New_pred p{width: 100%;font-size: 14px;color: #333;padding-top:10px;}
.New_innercent{width: 100%;position: relative;padding: 50px 0;padding-top:180px;}
.New_innercent .inn_left{width:100%;padding-left:30px;float:left;position: relative;}
.inn_left h2{font-size: 20px;color: #333333;line-height:30px;}
.inn_left p{font-size: 14px;color: #4c4c4c;padding: 20px 0 25px;}
.page_text{width: 200px;position: relative;}
.page_text a{float: left;width: 80px;height: 34px;text-align: center;line-height: 34px;margin-right: 20px; background: #c9caca;color: #fff;}
.page_text a:hover,.page_text a.current{background: #004ea2;}
.w_c_sub {
    text-align: center;
    line-height: 35px;
    text-align: center;
	font-size:14px;
	margin-bottom:10px;
}
.w_sub_span, .w_sub_span span {
    color: #666;
}
.w_sub_ly, .w_sub_ft {
    margin-left: 20px;
}
.w_sub_span, .w_sub_span span {
    color: #666;
}
.w_ft_a{
	color: #666;
	}
.w_ft_a:hover{
	color: #119977;
	}
.content .pageBar {
    padding-top: 20px;
    margin-top: 35px;
    border-top: 1px solid #dedede;
}
.content .pageBar p {
    padding: 5px 0;
    font-size: 14px;
}
.pageBar p a {
    color: #212121;
}

/**aqgl**/
.list22 { float: right; width:920px;; background: #FFF; }
.list-1 { width: 100%; padding: 30px; background: #FFF; }
.list-1 ul li a .list_r { width:100%; }
.list22 ul li a { display: block; padding: 25px; height:150px;}
.list22 ul li a .date { float: left; width: 70px; text-align: center; font-weight: 600; }
.list22 ul li a .date .day { font-size: 48px; line-height: 48px; color: #c8c8c8; }
.list22 ul li a .date .year { ont-size: 12px; line-height: 20px; font-weight: normal; color: #c8c8c8 }
.list22 ul li a .list_r { width: 88%; }
.list22 ul li a .list_r h3 { margin-bottom: 12px; font-size: 18px; font-weight: normal; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.list22 ul li a .list_r p { color: #767676; margin-bottom: 20px; }
.list22 ul li a .list_r .news_more { font-size: 14px; color: #aaaaaa; }
.list22 ul li a .list_r .news_more:hover { color: #0179c7; }
.list22 ul li a:hover { background-color: #f7f7f7; }
.list22 ul li a:hover h3 { font-weight: bold; color: #000; }
.list22 ul li a:hover p { color: #434343; }
.list22 ul li a:hover .date .day, .list22 ul li a:hover .date .year { color: #119977; }
.bjh { background-color: #f3f3f3; }
.padding-40 { padding: 40px 0px; }
.padding-22 { padding: 0px 22px; }
.padding-38 { padding: 10px 38px; }

/**drhd**/
/*.media02 ul{margin-left:-4%;}*/
.media02 li{width:32%; margin-right:2%; float:left; margin-bottom:30px;}
.media02 li.three{margin-right:0;}
.media02 li:nth-child(3n){margin-right:0;}
.media02 li .li_bott{border:1px solid #ededed; border-top:none; transition:all 0.5s ease;}
.media02 li .li_bott .infor2{line-height:30px; padding:22px 12px 39px 20px;}
.media02 li .li_bott .infor2 .tit{font-size:16px; color:#2e2e2e; height:60px; overflow:hidden;}
.media02 li .li_bott .infor2 .date{font-size:14px; color:#929292;}
.media02 li .li_bott .infor2 .date span{display:inline-block; vertical-align:middle;}
.media02 li .li_bott .infor2 .con{font-size:12px; color:#929292; line-height:23px; height:46px; overflow:hidden;}
.media02 .uni_btn_more_wrap{margin-top:0;}
.rect-534 img{
	width:100%;}
.media02 li:hover .li_bott{box-shadow:0px 3px 10px #ededed; transition:all 0.5s ease;}
.media02 li:hover .infor2 .tit{color:#119977;}

/**影像东华**/
.video_list{padding-top: 0;}
.video_list .box2 li{width: 31.6%;float: left;margin-right: 2.5%;cursor: pointer;padding-bottom:30px;}
.video_list .box2 li.end{margin-right: 0;}
.video_list .box2 li .video_paly{width: 53px;height: 53px; background: url(../images/video_normal.png) no-repeat;}
.video_list .box2 li:hover .video_paly{background: url(../images/video_active.png) no-repeat;}
.video_list .box2 li .tit{font-size: 15px;color: #3c3c3c;line-height: 24px;padding-top: 4%; overflow: hidden; text-align:center;}

/**总经理信箱**/
 
 .sdtitle{border-bottom:1px solid #ddd; padding:10px 50px; margin-bottom:15px;color:#e20000;}
 .sdtitle h3{ font-size:26px; text-align:center; margin-bottom:10px;font-weight:bold; }
  .sdtitle h4{ font-size:20px; text-align:center; margin-bottom:10px; font-weight:bold;}
 .sdtitle .sfzhushi{ font-size:12px; color:#999; text-align:center;}
 .sdcontnetf{padding:10px 10px; font-size:15px; line-height:180%;}
 .sdcontnetf p{padding:0 0px 10px 0 ;}
/*  增加一个图片的样式 20160418*/
  .redsdtitle{  padding:10px; }
 .redsdtitle h3{ font-size:24px; color:#000; font-weight:bold; text-align:center;   }

.dgtable{ font-size:13px;}
.dgtable td{ padding:4px 0;}
.dgdgtable{ }
.dgdgtable li{ clear:both; margin-top:8px;height:31px;   }
.sdg{ float:left; width:55px; height:30px; text-align:right; line-height:30px;}
.sdgright{ float:right; width:140px; height:30px; line-height:30px;}
.bsinput{ background:url(../images/inbg.gif) top repeat-x;width:130px; height:24px; border:1px solid #ddd;}
.csinput{ background:url(../images/inbg.gif) top repeat-x;width:130px; height:24px; border:1px solid #ddd;}
.csbutton{ background:url(../images/annniu.png) no-repeat; color:#fff; border:0px;	 font-size:13px; width:192px; line-height:22px; height:24px; cursor:pointer;}
.dsinput{ background:#fff url(../images/inbg.gif) top repeat-x;width:270px; height:28px; border:1px solid #ddd;}
.esinput{ background:#fff url(../images/inbg.gif) top repeat-x;width:170px; height:28px; border:1px solid #ddd;}
.estextarea{ background:#fff url(../images/inbg.gif) top repeat-x;width:580px; height:100px; border:1px solid #ddd;}
.dgstextarea{ background: #fff url(../images/inbg.gif) top repeat-x;width:280px; height:100px; border:1px solid #ddd;}



.gjbklist{ padding-bottom:10px; }
.gjbklist li{ clear:both;margin-top:15px; background:#f7f7f7;padding:15px;}
.gjbklist li .aspic{ float:left; width:160px; height:224px; background:url(../images/picgb.png);}
.gjbklist li .aspic img{  width:150px; height:214px; margin-left:5px; margin-top:5px;  }
.gjbklist li .aspicright{ float:right; width:584px; height:224px;  }
.gjbklist li .aspicright p{ font-size:12px; color:#666; padding:5px; text-indent:26px; margin-top:10px; line-height:180%;}
.gjbklist li .aspicright .stitle{   height:40px; line-height:40px;   border-bottom:1px solid #e4e4e4; }
.gjbklist li .aspicright .stitle h2{ float:left; height:40px; line-height:40px; font-size:20px; font-weight:bold; color:#e20000;  }
.gjbklist li .aspicright .stitle .dgesel{ float:right; height:40px; line-height:40px;    }



.gdzxtgc{  padding:15px; clear:both; margin-top:15px; margin-bottom:15px; font-size:13px; }
.gdzxtgc h2{  font-size:20px; font-weight:bold; text-align:center;margin-bottom:15px;}
.gdzxtgc p{ margin-bottom:10px;line-height:190% ; font-size:14px;}

.renfont{ font-size:16px; color:#e20000; margin-bottom:10px;}
.redfont{color:#e20000;}
.tgtable{ font-size:14px; margin-top:15px;}
.tgtable td{padding:5px 0;}

.kezlist{ margin-top:60px; padding-bottom:20px;}
.kezlist li{ float:left; width:245px; height:30px; line-height:30px;   margin-left:10px;}
.xinfeng{ margin:0 auto; width:715px; height:683px; background:url(../images/xf.jpg);}
.xinfeng .cont{padding-left:100px;padding-top:40px;}

.fgbutton{ width:80px; height:80px; color:#fff;border:0; font-size:17px; background:url(../images/redbu.png); cursor:pointer;}
.dfdr{ margin-top:50px; padding-left:80px;}
.asdfdr{   margin-top:40px; margin-left:80px; width:350px; text-align:center; font-size:12px; color:#999;}
.hongfotn{ color:#119977;}


/**zpxx**/
.presentation-item {
	background-color: #fff;
	border-bottom: 1px solid #eee;
	box-sizing: border-box;
	padding: 3%;
	margin-bottom:20px;
}

.presentation-item .position {
	color: #333;
	cursor: pointer;
	font-family: PingFangSC-Medium;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 15px;
	margin-right: 15px;
	max-width: 340px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.presentation-item .position:hover {
	color: #55b1e4
}

.presentation-item .source {
	border: 1px solid #119977;
	border-radius: 2px;
	color: #119977;
	font-family: PingFangSC-Regular;
	font-size: 12px;
	font-weight: 400;
	padding: 0 2px
}

.presentation-item .blueBg {
	border: 1px solid #55b1e4;
	color: #55b1e4
}

.presentation-item .greenBg {
	border: 1px solid #8cc657;
	color: #8cc657;
	margin-left: 8px
}

.presentation-item .highColor {
	color: #f87002
}

.presentation-item .company {
	color: #333;
	font-family: PingFangSC-Regular;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 15px
}

.presentation-item .city,.presentation-item .num,.presentation-item .time {
	color: #666;
	display: block;
	font-family: PingFangSC-Regular;
	font-size: 12px;
	font-weight: 400;
	margin-right: 37px
}

.presentation-item .city {
	background: url(../images/city.c7ed567d363c10d260378055b63c57f0.png) no-repeat;
	background-position: 0;
	background-size: 11px 13px;
	padding-left: 15px
}

.presentation-item .num {
	background: url(../images/num.f0270fa70d5f47509217866bf85c4b7f.png) no-repeat;
	background-position: 0;
	background-size: 12px 12px;
	padding-left: 15px
}

.presentation-item .time {
	background: url(../images/time.52297cf28824b4f65e1c450bb0fcf0c3.png) no-repeat;
	background-position: 0;
	background-size: 12px 12px;
	padding-left: 15px
}

.presentation-item .industry {
	color: #999;
	font-family: PingFangSC-Regular;
	font-size: 12px;
	font-weight: 400
}

.presentation-item:last-child {
	border-bottom: none
}

.auth {
	background-size: 100%;
	display: inline-block;
	height: 17px;
	margin: 0 10px;
	position: relative;
	top: 2px;
	width: 43px
}

.company {
	color: #333;
	font-family: MicrosoftYaHei;
	font-size: 16px
}

.address-icon {
	display: inline-block;
	height: 16px;
	margin-right: 10px;
	position: relative;
	top: 3px;
	width: 13px
}

.address {
	color: #999;
	font-family: MicrosoftYaHei;
	font-size: 14px;
	margin: 10px 0
}

.date-icon {
	display: inline-block;
	height: 14px;
	margin-right: 10px;
	position: relative;
	top: 3px;
	width: 14px
}

.presentation-time {
	color: #666;
	font-family: MicrosoftYaHei;
	font-size: 14px
}

.item-wrapper {
	display: inline-block;
	width: 756px
}

.btn-wrapper {
	display: inline-block;
	width: 95px
}

.orange {
	color: #fdb535
}

.school-name {
	display: inline-block;
	margin: 0 10px
}

.btn-join,.btn-nojoin {
	background: #27b3e9;
	border-radius: 2px;
	color: #fff;
	cursor: pointer;
	font-family: MicrosoftYaHei;
	font-size: 14px;
	height: 32px;
	line-height: 32px;
	margin-top: 27px;
	text-align: center;
	width: 95px
}

.btn-nojoin {
	background: #eee;
	color: #999
}

.pagination {
	margin: 20px auto 50px;
	text-align: center
}

.page-prev {
	margin-right: 8px
}

.page-next {
	margin-left: 8px
}

.page-item,.pages-list {
	display: inline-block
}

.page-item {
	color: #666;
	margin: 0 3px
}

.page-btn {
	background-color: #fff;
	border: 1px solid #f1f1f1;
	border-radius: 2px;
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	height: 28px;
	line-height: 26px;
	min-width: 28px;
	padding: 0 7px;
	text-align: center
}

.page-btn:hover {
	border: 1px solid #27b3e9
}

.page-disable:hover {
	border: 1px solid #f1f1f1
}

.page-btn-current {
	background-color: #27b3e9;
	border: 1px solid #27b3e9;
	color: #fff
}

.page-disable {
	background-color: #f1f3ff;
	color: #666;
	cursor: not-allowed
}

#newData .no-result {
	background: url(../images/searchnoresult.832d53b1d027ef3c650f54a954d085e2.jpg) no-repeat;
	background-color: #fff;
	background-position: 50%;
	background-size: auto;
	display: block;
	height: 400px;
	margin: 0 auto;
	text-align: center;
	width: 1200px
}

#newData .title {
	border-left: 5px solid #1eb4e5;
	color: #1eb4e5;
	font-family: microsoft yahei;
	font-size: 16px;
	line-height: 23px;
	margin: 30px 0 5px;
	padding-left: 20px
}

#newData .wrapper {
	background-color: #fff;
	margin-bottom: 60px;
	padding: 20px
}

#sou-position {
	margin: 0 auto;
	position: relative;
	width: 1200px
}

.el-tabs--border-card {
	background-color: rgba(0,0,0,0);
	border: none;
	box-shadow: none
}

.el-tabs--border-card>.el-tabs__header {
	background-color: #fff;
	border-bottom: 3px solid #55b1e4;
	height: 43px;
	line-height: 43px;
	margin-bottom: 10px
}

.el-tabs--border-card>.el-tabs__header .el-tabs__item {
	color: #000;
	height: 43px;
	line-height: 43px
}

.el-tabs--border-card>.el-tabs__header .el-tabs__item.is-active {
	background-color: #55b1e4;
	border-left: 1px solid #55b1e4;
	border-right: 1px solid #55b1e4;
	border-top: 1px solid #55b1e4;
	color: #fff
}

.el-tabs--border-card>.el-tabs__header .el-tabs__item.is-active:hover {
	color: #fff
}

.el-tabs--border-card>.el-tabs__header .el-tabs__item+.el-tabs__item,.el-tabs--border-card>.el-tabs__header .el-tabs__item:first-child {
	margin: 0
}

.el-tabs--border-card>.el-tabs__content {
	background-color: #fff;
	margin-bottom: 50px;
	padding: 0 34px 0 31px
}

.total-wrapper {
	color: #999;
	position: absolute;
	right: 34px;
	top: 13px
}

.total {
	color: #fe9a2e
}

.upbullet {
	bottom: 76px;
	height: 10px;
	left: 50%;
	margin-left: -600px;
	position: fixed;
	transition: bottom .5s;
	width: 1200px;
	z-index: 1
}

.upbullet--position {
	bottom: 80px;
	position: absolute;
	right: -55px;
	width: 26px;
	z-index: 999
}

.upbullet--position img {
	height: 46px;
	width: 26px
}

.upbullet--position:hover {
	cursor: pointer
}

#search {
	background-color: #f4f6f9
}

#search .testInput {
	background-color: #fff;
	border: 1px solid #eee;
	height: 50px;
	margin: 20px;
	width: 300px
}

#app[data-v-334b84fc] {
	color: #2c3e50;
	margin-top: 60px;
	text-align: center
}


label {
	cursor: pointer
}

a:link,a:visited {
	text-decoration: none
}

body,html {
	height: 100%
}

input:focus {
	outline: none
}

input::-webkit-search-cancel-button,input::-webkit-search-decoration {
	display: none
}

button,input,select,textarea {
	outline: none
}

textarea {
	resize: none
}

input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 1000px #fff inset;
	box-shadow: inset 0 0 0 1000px #fff
}

input,select,textarea {
	background: none;
	border: none;
	margin: 0;
	padding: 0
}



article,aside,figcaption,figure,footer,header,hgroup,nav,section {
	display: block
}

h1,h2,h3,h4,h5,h6,sub {
	font-size: 1rem
}

button,input,select,sub,textarea {
	font-family: PingFang Medium
}

address,b,cite,em,i,optgroup {
	font-style: normal;
	font-weight: 400
}

code,kbd,samp {
	font-family: monospace
}

button,img,input,select,textarea {
	border: none;
	outline: none;
	vertical-align: middle
}


.fn-clear:after,.fn-clearfixVisible:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden
}

.fn-clear,.fn-clearfixVisible {
	*zoom: 1
}

.fn-left {
	float: left
}

.fn-right {
	float: right
}

.box {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex
}

.flex1 {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.margin-left20 {
	margin-left: 20px
}

.margin-bottom20 {
	margin-bottom: 20px
}
.presentation-item:hover{
	background:#f3f3f3;
	padding:3%;
	}
.describe{
	font-size:14px;
	}

/**公司荣誉**/
.j-honor li,.newslistbo .newSbo li,.nieslit li{-webkit-transition:-webkit-box-shadow .25s,-webkit-transform .6s,opacity .8s;transition:box-shadow .25s,transform .6s,opacity .8s}
.nieslit li:nth-child(3n){margin-right:0}
.j-honor li:hover,.newslistbo .newSbo li:hover,.nieslit li:hover{box-shadow:0 0 8px 1px #999}
.pagebo{overflow:hidden;text-align:center;font-size:0;margin-bottom:50px;margin-top:20px}
.j-honor li{float:left;background:#FFF;padding:40px 10px 0;width:264px;border:1px #e5e5e5 solid;height:382px;overflow:hidden;margin:10px;}
.j-honor .j-pic{width:194px;margin:0 auto}
.j-honor p{font-size:13px;color:#333;text-align:center;line-height:25px;padding-top:43px}
.j-honor .j-nomar{margin-right:0}
.j-introduce{background:#f7f7f7}














