/* reset style */
@font-face{
  font-family: "HarmonyOS_Sans_SC_Regular";
  font-style: normal;
  font-display: swap;
  src: url('../font/HarmonyOS_Sans_SC_Regular.ttf');
}
* {
  margin: 0;
  padding: 0;
  word-break: break-all;
  font-family: "HarmonyOS_Sans_SC_Regular"!important;
}
p,span,a,i,b,s,u,small,big,sub,sup,label,h1,h2,h3,h4,h5,h6{
  font-family: "HarmonyOS_Sans_SC_Regular"!important;
}
html,
body {
  height: 100%;
}
body {
  /* font-family: "Microsoft YaHei UI", "Arial"; */
  font-family: HarmonyOS_Sans_SC_Regular;
  width: 100%;
  margin: 0 auto;
  font-size: 16px;
}
address,
caption,
cite,
code,
dfn,
em,
var {
  font-style: normal;
  font-weight: normal;
}
h1,
h2,
h3,
h4,
h5,
h6,
div,
p,
img,
label,
ul,
ol,
li,
dl,
dt,
dd {
  margin: 0px;
  padding: 0px;
  border: 0px;
  list-style: none;
}
form,
input,
textarea,
file,
button,
select {
  padding: 0px;
  margin: 0px;
  font: 14px/24px "瀹嬩綋", "Arial", Verdana, Helvetica, sans-serif;
}
input,
textarea {
  outline: none;
  /* font-family: "Microsoft YaHei UI", "瀹嬩綋"; */
}
textarea {
  resize: none;
  overflow: auto;
}
img {
  display: block;
}
a {
  text-decoration: none;
}
table {
  border: 0;
  margin: 0;
  border-collapse: collapse;
  border-spacing: 0;
}
input {
  -webkit-user-select: auto;
  /*webkit娴忚鍣�*/
}
/* common style */
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  line-height: 0;
  height: 0;
}
.clearfix {
  display: inline-block;
}
html .clearfix {
  display: block;
}
* html .clearfix {
  height: 1%;
}
.cl {
  clear: both;
}
.fB {
  font-weight: bold;
}
.fN {
  font-weight: normal;
}
.ovfw {
  overflow: hidden;
}
.lineTh {
  text-decoration: line-through;
}
.cursor {
  cursor: pointer;
}
.auto {
  margin: 0 auto;
}
.tl {
  text-align: left;
}
.tc {
  text-align: center;
}
.tr {
  text-align: right;
}
.fr {
  float: right;
}
.fl {
  float: left!important;
}
.col_blue {
  color: #636A86;
}
.bg_blue {
  background: #636A86;
}
.b_radius {
  border-radius: 3px;
}
.block {
  display: block;
}
.in_block {
  display: inline-block;
}
.pr {
  position: relative;
}
.pa {
  position: absolute;
}
.text_over {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.border-box {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
}
/* .main_width {
  width: 1200px;
}
.minWidth {
  min-width: 1480px;
} */
.w240 {
  width: 240px!important;
}
.bg_f8 {
  background: #f8f8f8;
  width: 100%;
  min-height: calc(100% - 316px);
}
.mg_t10 {
  margin-top: 10px!important;
}
.mg_l15 {
  margin-left: 15px;
}
.mg_t20 {
  margin-top: 20px;
}
.mg_t30 {
  margin-top: 30px;
}
.mg_b30 {
  margin-bottom: 30px;
}
.mg_t50 {
  margin-top: 50px;
}
.mg_b50 {
  margin-bottom: 50px;
}
.mg_t0 {
  margin-top: 0!important;
}
.mg_r30{
	margin-right: 30px;
}
.pd_b30 {
  padding-bottom: 30px;
}
.opacity3 {
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  opacity: 0.3;
}
.opacity5 {
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}
/* header {
  width: 100%;
  position: fixed;
  z-index: 10;
  background: #fff;
}
header .logo {
  width: 80%;
  margin: 0 auto;
}
header .logo img {
  float: left!important;
  margin: 12px 0;
} */
/* header .logo .nav {
  float: right;
  width: 50%;
  height: 70px;
}
header .logo .nav ul.nav_menu{
	display: flex;
	justify-content: space-between; 
} */
/* header .logo .nav ul.nav_menu li.nav_menu-item {
  display: inline-block;
  position: relative;
  height: 70px;
  line-height: 70px;
  text-align: center;
}
header .logo .nav ul.nav_menu li.nav_menu-item a {
  position: relative;
  display: block;
  color: #0b0b0b;
  font-size: 0.2rem;
  padding: 39px 16px 0 16px;
  box-sizing: border-box;
  width: 100px;
  padding: 0 30px;
}
header .logo .nav ul.nav_menu li.nav_menu-item a em.narrow_top {
  top: 43px;
  right: 8px;
  transform: rotate(180deg);
}
header .logo .nav ul.nav_menu li.nav_menu-item ul {
  text-transform: none;
  display: none;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  top: 70px;
  z-index: 10;
}
header .logo .nav ul.nav_menu li.nav_menu-item ul li {
  height: 44px;
  line-height: 44px;
  text-align: center;
}
header .logo .nav ul.nav_menu li.nav_menu-item ul li a {
  display: block;
  font-size: 0.16rem;
  color: #fff;
}

header .logo .nav ul.nav_menu li.nav_menu-item ul li:hover a {
  background: #5088ee;
}
header .logo .nav ul.nav_menu li.nav_menu-item:hover a .narrow_top {
  transform: rotate(0deg);
  top: 27px;
  right: 18px;
}
header .logo .nav ul.nav_menu li.nav_menu-item:hover ul {
  display: block;
}
header .logo .nav ul.nav_menu li.nav_menu-item:hover a.nav_title,
header .logo .nav ul.nav_menu .current a.nav_title {
  color: #5088ee;
}
header .logo .nav ul.nav_menu li.nav_menu-item:hover .narrow_top:before,
header .logo .nav ul.nav_menu .current .narrow_top:before {
  border-bottom: 5px #5088ee solid;
}
 */
 
header {
  width: 100%;
  position: fixed;
  z-index: 100;
  background: #fff;
}
header .header{
  width: 80%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .logo {
  width: 50%;
}
header .logo img {
  float: left!important;
  height: 0.6rem;
  margin: 0.15rem 0;
}
header .header .nav {
  /* float: right; */
  width: 50%;
  height: 0.9rem;
}
header .header .nav ul.nav_menu{
	display: flex;
	justify-content: space-between; 
	height: 100%;
}
header .header .nav .nav_menu>li.nav_menu-item {
  float: left;
  position: relative;
  display: block;
  height: 100%;
}
header .header .nav .nav_menu>li.nav_menu-item a {
  padding: 0.35rem 15px 0;
  display: block;
  color: #010101;
  min-height: 70px;
  box-sizing: border-box;
  font-size: 0.2rem;
  line-height: 22px;
}
header .header .nav .nav_menu>li.nav_menu-item a:hover, header .header .nav .nav_menu>li.nav_menu-item.current a {
  color: #636A86
}
header .header .nav .nav_menu>li.nav_menu-item a:hover, header .header .nav .nav_menu>li.nav_menu-item a:focus, header .header .nav .nav_menu>li.current a{
  border-top: solid 4px #636A86;
  padding-top: 0.2rem
}
header .header .nav .nav_menu>li.nav_menu-item a small {
  display: none;
  color: #636A86;
  font-size: 0.12rem;
  text-align: center;
  margin: 2px auto 0;
  padding: 0;
  border-top: 1px dotted rgba(255,255,255,0.5)
}
header .header .nav .nav_menu>li.nav_menu-item a:hover small, header .header .nav .nav_menu>li.nav_menu-item a:focus small, header .header .nav .nav_menu>li.current a small {
  display: table
}


*:link {
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear
}
/* header {
  width: 100%;
  position: relative;
  z-index: 10;
  background: #fff;
}
header .top_nav {
  width: 100%;
  background: #f2f2f2;
  height: 36px;
  line-height: 36px;
}
header .top_nav .nav_con {
  width: 1200px;
  margin: 0 auto;
}
header .top_nav .nav_con .line {
  float: right;
  color: #a9c4dd;
  margin: 0 10px;
}
header .top_nav .nav_con .welcome {
  color: #333;
}
header .top_nav .nav_con .wb,
header .top_nav .nav_con .wx {
  float: right;
  color: #666;
}
header .top_nav .nav_con .wb em,
header .top_nav .nav_con .wx em {
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  margin-right: 5px;
}
header .top_nav .nav_con .wb em {
  background: url(../imgs/wb.png) no-repeat;
}
header .top_nav .nav_con .wx {
  margin-right: 40px;
}
header .top_nav .nav_con .wx em {
  background: url(../imgs/wx.png) no-repeat;
}
header .top_nav .nav_con a {
  float: right;
  color: #636A86;
}
header .logo {
  width: 1200px;
  margin: 0 auto;
}
header .logo img {
  float: left!important;
  margin: 20px 0;
}
header .logo .search {
  float: right;
  margin-top: 21px;
  font-size: 0;
  border: 1px solid #636A86;
  border-radius: 5px;
}
header .logo .search input {
  float: left!important;
  width: 380px;
  height: 40px;
  margin: 0;
  padding-left: 5px;
  color: #999;
  font-size: 14px;
  border: none;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
header .logo .search input:focus {
  color: #333;
}
header .logo .search a {
  float: right;
  display: block;
  width: 120px;
  height: 40px;
  line-height: 40px;
  background: #636A86;
  text-align: center;
  color: #fff;
  margin: 0;
  font-size: 16px;
}
header .nav {
  width: 100%;
  min-width: 1480px;
  height: 44px;
  background: #636A86;
}
header .nav ul.nav_menu {
  width: 1200px;
  margin: 0 auto;
}
header .nav ul.nav_menu li.nav_menu-item {
  display: inline-block;
  position: relative;
  height: 44px;
  line-height: 44px;
  text-align: center;
}
header .nav ul.nav_menu li.nav_menu-item a {
  position: relative;
  display: block;
  color: #fff;
  padding: 0 10px;
  font-size: 16px;
  width: 100px;
}
header .nav ul.nav_menu li.nav_menu-item ul {
  text-transform: none;
  display: none;
  position: absolute;
  background: #636A86;
  top: 44px;
  z-index: 10;
}
header .nav ul.nav_menu li.nav_menu-item ul li {
  height: 44px;
  line-height: 44px;
  text-align: center;
}
header .nav ul.nav_menu li.nav_menu-item ul li a {
  display: block;
  font-size: 16px;
  padding: 0 10px;
  width: 100px;
}
header .nav ul.nav_menu li.nav_menu-item ul li:hover a {
  background: #006eb9;
}
header .nav ul.nav_menu li.nav_menu-item:hover {
  background: #636A86;
}
header .nav ul.nav_menu li.nav_menu-item:hover a .n_arrow {
  position: absolute;
  top: 20px;
}
header .nav ul.nav_menu li.nav_menu-item:hover a .n_arrow:before {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #fff;
  border-top: 0;
  margin-left: 6px;
}
header .nav ul.nav_menu li.nav_menu-item:hover ul {
  display: block;
}
header .nav ul.nav_menu li.nav_menu-item:hover,
header .nav ul.nav_menu .current {
  background: #006eb9;
} */
footer {
  background: #333333;
  /* padding: 40px 0 30px 0; */
  width: 100%;
  /* border-top: 1px solid #ffffff; */
}
footer .footer {
  /* position:relative; */
  width: 80%;
  margin: 0 auto;
  /* padding-bottom: 20px; */
}
/* footer .footer .company h4 {
  font-weight: normal;
  color: #fff;
  text-align: center;
  font-size: 18px;
}
footer .footer .company ul {
  text-align: center;
}
footer .footer .company ul li {
  display: inline-block;
  width: 110px;
  height: 56px;
  margin: 20px;
}
footer .footer .company ul li a {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  text-align: center;
  font-size: 18px;
  color: #fff;
}
footer .footer .company ul li a img {
  margin: 0 auto;
} */
footer .footer .middle{
	display: flex;
	justify-content: space-between;
  	border-bottom: 1px dotted #bbbbbb;
  	padding-bottom: 40px;
}
footer .footer .middle .con{
	color: rgba(255, 255, 255, 1);
	padding: 30px 0;
}
footer .footer .middle .con ul li{
	line-height: 50px;
	font-size: 0.2rem;
}
footer .footer .middle .con h3{
	font-size: 0.2rem;
	line-height: 40px;
}
footer .footer .middle .con .code{
	display: flex;
	justify-content: flex-end;
	margin-top:5px;
}
footer .footer .middle .con .code img{
	width: 100px;
	margin-left: 20px;
}
footer .footer ul.link {
  margin: 0 auto;
  text-align: center;
  height: 135px;
  padding-top: 35px;
}
footer .footer ul.link li {
  display: inline-block;
  height: 135px;
  line-height: 135px;
  /* border-right: 1px solid #2e96d4; */
  padding: 0 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
  color: #fff;
}
footer .footer ul.link li a {
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 0.24rem;
}
footer .footer ul.link li:last-child {
  border-right: none;
}
footer .footer .foot_tip {
  color: #fff;
  line-height: 50px;
  text-align: center;
  padding: 40px 0;
}
footer .footer .foot_tip a{
	margin-right: 50px;
	color: #fff;
}
/* .main_bg{
	background-image: url(../imgs/bg.png);
	background-size: 100% 100%;
} */
.main{
	padding-top: 0.9rem;
	background-color: #FAFAFA;
	/* background-repeat: repeat; */
	/* backdrop-filter: blur(100px;) */
}
.main .dig_bg{
	width:100%;
	border:none;
	padding:0;
	margin:0;
}
.main .banner,.main .banner img {
  width: 100%;
  /* position: relative; */
}
/* .main .banner .bg {
  width: 100%;
}
.main .banner .balloon {
  position: absolute;
  width: 1200px;
  height: 100%;
  left: 50%;
  top: 0;
  margin-left: -600px;
}
.main .banner .balloon img {
  position: absolute;
}
.main .banner .balloon .balloon1 {
  animation: balloon1 15s linear infinite;
  animation-delay: 0s;
  -webkit-animation: balloon1 15s linear infinite;
  -webkit-animation-delay: 0s;
}
.main .banner .balloon .balloon2 {
  animation: balloon2 17s ease infinite;
  animation-delay: 0s;
  -webkit-animation: balloon2 17s ease infinite;
  -webkit-animation-delay: 0s;
}
.main .banner .balloon .balloon3 {
  left: 240px;
  animation: balloon3 20s linear infinite;
  animation-delay: 0s;
  -webkit-animation: balloon3 20s linear infinite;
  -webkit-animation-delay: 0s;
}
@keyframes balloon1 {
  0% {
    left: 1000px;
    bottom: 35%;
  }
  25% {
    left: 1025px;
    bottom: 45%;
  }
  50% {
    left: 1050px;
    bottom: 55%;
  }
  75% {
    left: 1025px;
    bottom: 45%;
  }
  100% {
    left: 1000px;
    bottom: 35%;
  }
}
@keyframes balloon2 {
  0% {
    left: 160px;
    bottom: 60%;
  }
  20% {
    left: 140px;
    bottom: 60%;
  }
  40% {
    left: 120px;
    bottom: 65%;
  }
  60% {
    left: 120px;
    bottom: 70%;
  }
  80% {
    left: 140px;
    bottom: 70%;
  }
  90% {
    left: 150px;
    bottom: 65%;
  }
  100% {
    left: 160px;
    bottom: 60%;
  }
}
@keyframes balloon3 {
  0% {
    bottom: 65%;
  }
  50% {
    bottom: 75%;
  }
  100% {
    bottom: 65%;
  }
}
@-webkit-keyframes balloon1 {
  0% {
    left: 1000px;
    bottom: 35%;
  }
  25% {
    left: 1025px;
    bottom: 45%;
  }
  50% {
    left: 1050px;
    bottom: 55%;
  }
  75% {
    left: 1025px;
    bottom: 45%;
  }
  100% {
    left: 1000px;
    bottom: 35%;
  }
}
@-webkit-keyframes balloon2 {
  0% {
    left: 160px;
    bottom: 60%;
  }
  20% {
    left: 140px;
    bottom: 60%;
  }
  40% {
    left: 120px;
    bottom: 65%;
  }
  60% {
    left: 120px;
    bottom: 70%;
  }
  80% {
    left: 140px;
    bottom: 70%;
  }
  90% {
    left: 150px;
    bottom: 65%;
  }
  100% {
    left: 160px;
    bottom: 60%;
  }
}
@-webkit-keyframes balloon3 {
  0% {
    bottom: 65%;
  }
  50% {
    bottom: 75%;
  }
  100% {
    bottom: 65%;
  }
}
.main .banner #balloon1 {
  width: 10%;
}
.main .banner #balloon2 {
  width: 6%;
}
.main .banner #balloon3 {
  width: 2.8%;
} */
.main .column {
  width: 80%;
  margin: 0 auto;
  padding: 40px 0 0 0;
}
.main .column .title{
  position: relative;
}
.main .column .title h3{
  font-weight: normal;
  color: #4F4F4F;
  font-size: 0.26rem;
  text-align: center;
  margin-bottom: 40px;
}
.main .column span.line {
  position: absolute;
  top: 40px;
  left: 50%;
  margin-left: -25px;
  width: 50px;
  border-bottom: 2px solid #636a86;
}
/* .main .introduce {
  width: 100%;
  background-image: url(../imgs/bg0.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.main .introduce p {
  color: #333;
  line-height: 60px;
  margin-bottom: 10px;
  text-indent: 40px;
  font-size: 0.2rem;
} */
/* .main .news {
  width: 100%;
  height: 569px;
  background-image: url(../imgs/bg1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
} */
.main .news ul {
  /* position: relative; */
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main .news ul li {
  position: relative; 
  width: 24%;
  background: #fff;
  border-radius: 5px;
  padding-bottom: 35px;
  /* margin-right: 40px; */
  /* box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.2); */
  border: 1px solid #e5e5e5;
  padding: 40px 0;
}
.main .news ul li p {
  line-height: 40px;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main .news ul li p em {
  /* display: inline-block; */
  width: 4px;
  height: 4px;
  background: #636a86;
  margin-right: 8px;
  /* vertical-align: middle; */
}
.main .news ul li p span {
  display: block;
  font-size: 0.14rem;
  color: #888;
  vertical-align: middle;
  width: 90px;
  text-align: right;
}
.main .news ul li p a {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.18rem;
  color: #666;
  width: calc(100% - 100px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main .news ul li p a:hover {
  color: #636A86;
}
.main .news ul li a.tip {
  display: block;
  height: 26px;
  line-height: 26px;
  border-top: 1px solid #636a86;
  border-right: 1px solid #636a86;
  border-bottom: 1px solid #636a86;
  width: 100px;
  font-size: 0.16rem;
  text-align: center;
  color: #636a86;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  /* margin-top: 30px; */
  position: absolute;
  left:0;
  bottom:40px;
}
.main .news ul li a.tip:hover {
  background: #636A86;
  border-top: 1px solid #636A86;
  border-right: 1px solid #636A86;
  border-bottom: 1px solid #636A86;
  color: #fff;
}

.main .news ul li{
  min-height:312px;
}
/* .main .news ul li.newsList {
  left: 0;
}
.main .news ul li.datebook {
  left: 380px;
}
.main .news ul li.notice {
  left: 760px;
}
.main .news ul li.industry {
  right: 0;
  margin-right: 0;
} */
/* .main .info {
  width: 100%;
  background-image: url(../imgs/bg2.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.main .info ul {
  display: flex;
  justify-content: space-between;
}
.main .info ul li {
  position: relative;
  width: 380px;
  height: 400px;
  background: #fff;
  border-radius: 5px;
  margin-bottom: 13px;
}
.main .info ul li a {
  display: block;
  position: absolute;
  z-index: 2;
  width: 380px;
  height: 400px;
  background-size : cover;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  font-size: 18px;
  color: #fff;
  line-height: 50px;
  padding-top: 58px;
  box-sizing: border-box;
}
.main .info ul li a img {
  margin: 0 auto;
  width: 100%;
  height: 100%;
}
.main .info ul li a.info1 {
  background-image: url(../imgs/info1.png);
}
.main .info ul li a.info2 {
  background-image: url(../imgs/info2.png);
}
.main .info ul li a.info3 {
  background-image: url(../imgs/info3.png);
}
.main .info ul li a.info4 {
  background-image: url(../imgs/info4.png);
}
.main .info ul li a.info5 {
  background-image: url(../imgs/info5.png);
}
.main .info ul li a.info6 {
  background-image: url(../imgs/info6.png);
}
.main .info ul li a:hover {
  background-size: 110%;
  animation: bg 0.3s linear 1;
  animation-delay: 0s;
  -webkit-animation: bg 0.3s linear 1;
  -webkit-animation-delay: 0s;
} */
/* @keyframes bg {
  0% {
    background-size: 100%;
  }
  50% {
    background-size: 105%;
  }
  100% {
    background-size: 110%;
  }
}
@-webkit-keyframes bg {
  0% {
    background-size: 100%;
  }
  50% {
    background-size: 105%;
  }
  100% {
    background-size: 110%;
  }
} */
.main .discount {
  width: 100%;
  /* background-image: url(../imgs/product_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;  */
  position: relative;
  padding-bottom: 2rem;
}
.main .discount .list{
  width: 100%;
  display: flex;
  justify-content: space-around;
  position: absolute;
  top: 30%;
  left: 0;
  padding: 0 3%;
  box-sizing: border-box;
}
.main .discount .list .square{
	width: 23%;
	padding: 0.7rem 0.6rem 0.6rem;
    background-image: url(../imgs/product_text.png);
    background-size: 100%;
    box-sizing: border-box;
    text-align: center;
}

.main .discount .list .square h1{
	width: 0.4rem;
	height: 0.4rem;
	line-height: 0.4rem;
	border-radius: 50%;
	background: #fff;
	font-size: 0.2rem;
	font-weight: normal;
	margin: 0 auto;
}
.main .discount .list .square h3{
	font-size: 0.2rem;
	margin: 0.3rem 0;
	color: #fff;
	white-space: nowrap;
}
.main .discount .list .square p{
	font-size: 0.18rem;
	font-weight: normal;
	color: #fff;
	white-space: nowrap;
}
.main .discount .list .square .line{
	width: 70%;
    border-bottom: 1px dotted #FFFFFF;
    padding-bottom: 0.4rem;
    margin: 0 auto;
}
.main .company {
  /* background: #636A86; */
  
  /* width: 100%;
  background-image: url(../imgs/bg0.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; */
}
.main .company h4 {
  font-weight: normal;
  color: #fff;
  text-align: center;
  font-size: 0.18rem;
}
.main .company .partener {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0 0 68px;
  overflow: hidden;
  font-size: 0;
}
.main .company .partener .leftCover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 300px;
  /* height: 100%; */
  height: 602px;
  background-image: linear-gradient(90deg,#fff,hsla(0,0%,100%,0))
}
.main .company .partener .rightCover {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  width: 300px;
  /* height: 100%; */
  height: 602px;
  background-image: linear-gradient(90deg,hsla(0,0%,100%,0),#fff)
}
@keyframes move {
  0%{
    transform: translateX(-1800px)
  }
  to {
    transform: translateX(0)
  }
}
@keyframes reverseMove {
  0% {
    transform: translateX(0)
  }
  to {
    transform: translateX(-1800px)
  }
}
 .main .company .partener .content .cooperationFirst,.main .company .partener .content .cooperationThird {
  width: 4800px;
  margin-top: 30px;
  overflow: hidden;
  animation: move 60s linear infinite normal;
  animation-fill-mode: forwards
}
 .main .company .partener .content .cooperationSecond,.main .company .partener .content .cooperationFourth {
  width: 4800px;
  margin-top: 30px;
  overflow: hidden;
  animation: reverseMove 60s linear infinite normal;
  animation-fill-mode: forwards
}
 .main .company .partener .content .cooperationFirst {
  margin-top: 0;
}
 .main .company .partener .content li {
  float: left;
  width: 310px;
  height: 128px;
  padding: 0 6px;
}
 .main .company .partener .content li img {
  width: 100%;
  height: 100%
}
.main .honor .partener{
	padding: 0;
}
.main .honor .partener .content ul.cooperationFirst {
  width: 7000px;
}
 .main .honor .partener .content li {
	float: left;
	width: 3.6rem;
	height: auto!important;
	padding: 0.4rem 0 0.2rem;
	border-radius: 0.15rem;
	text-align: center;
	border: 1px solid rgba(175, 176, 180, 0.4);
	box-shadow: 0px 1px 6px 0px rgba(175, 176, 180, 0.4);
	box-sizing: border-box;
	margin-right: 0.3rem;
	background: #fff;
}
 .main .honor .partener .content li img {
  width: 70%;
  margin: 0 auto;
}
 .main .honor .partener .content li h1 {
  font-size: 0.18rem;
  white-space: nowrap;
  margin-top: 0.15rem;
}
 .main .honor .partener .content li h2 {
  font-size: 0.16rem;
  white-space: nowrap;
  font-weight: normal;
}
.main .honor .partener .leftCover,.main .honor .partener .rightCover{
	height: 100%;
}
@keyframes honorMove {
  0%{
    transform: translateX(-3400px)
  }
  to {
    transform: translateX(0)
  }
}
 .main .honor .partener .content .cooperationFirst {
  overflow: hidden;
  animation: honorMove 60s linear infinite normal;
  animation-fill-mode: forwards
}
@keyframes featureMove {
  0%{
    transform: translateX(-5800px)
  }
  to {
    transform: translateX(0)
  }
}
 .main .feature .partener .content .cooperationFirst {
  overflow: hidden;
  animation: featureMove 120s linear infinite normal;
  animation-fill-mode: forwards
}
.main .certificate{
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}
.main .certificate div{
	width: 49%;
	border-radius: 0.15rem;
	text-align: center;
	box-shadow: 0px 1px 6px 0px rgba(175, 176, 180, 0.4);
	border: 1px solid rgba(175, 176, 180, 0.4);
	background: #fff;
	padding-top: 0.3rem;
}
.main .certificate img{
	width: 70%;
	margin: 0 auto;
}
.main .certificate h1{
	font-size: 0.18rem;
	font-weight: normal;
	line-height: 0.7rem;
}
/* .main .company ul {
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-content: flex-start; 
  flex-wrap: wrap;
  width: 100%;
  width: 80%;
}
.main .company ul li {
  display: inline-block;
  width: 310px;
  height: 128px;
  width: 19.25%;
  margin-bottom: 80px;
  margin-bottom: 30px;
  margin-right:0.75%;
}
.main .company ul li:nth-child(5){
	margin-right:0;
}
.main .company ul li a {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  text-align: center;
  font-size: 18px;
  color: #fff;
}
.main .company ul li a img {
  margin: 0 auto;
  width: 100%;
  height: 100%;
} */
.main .info ul li:nth-of-type(3n) {
  margin-right: 0;
}

.main .discount img {
  width: 100%;
  margin: 0 auto;
}
.main .lifeSettlement{
	display:flex;
	justify-content: space-between;
}
.main .lifeSettlement img{
	width: 250px;
	height: 250px;
}
.main .lifeSettlement p{
	color: #333;
    line-height: 0.3rem;
    text-indent: 28px;
    font-size: 0.18rem;
}
.main .ePaper {
  width: 100%;
  /* min-width: 1480px; */
}
.main .ePaper .feature .pcont { overflow:hidden; }
.main .ePaper .feature .ScrCont { width:36960px; zoom:1;}
.main .ePaper .feature #botton-scroll, .main .ePaper .feature #List2 { float:left; }
.main .ePaper .feature {
  position: relative;
  margin: 20px auto 0;
  overflow:hidden; 
  zoom:1;
  /* width: calc(100% - 60px); */
  padding: 0 15px;
}
.main .ePaper .feature .leftCover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100px;
  height: 100%;
  background-image: linear-gradient(90deg,#fff,hsla(0,0%,100%,0))
}
.main .ePaper .feature .rightCover {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  width: 100px;
  height: 100%;
  background-image: linear-gradient(90deg,hsla(0,0%,100%,0),#fff)
}
.main .ePaper .feature .prev {
  position: absolute;
  width: 20px;
  height: 34px;
  display: block;
  background: url(../imgs/feature_left.png) center top;
  background-size: 20px 34px;
  left: 0;
  top: 145px;
  top: 50%;
  margin-top: -24px;
  z-index: 30;
}
.main .ePaper .feature .next {
  position: absolute;
  width: 20px;
  height: 34px;
  display: block;
  background: url(../imgs/feature_right.png) center top;
  background-size: 20px 34px;
  right: 0;
  top: 145px;
  top: 50%;
  margin-top: -24px;
  z-index: 30;
}
.main .ePaper .feature .prev:hover,
.main .ePaper .feature .next:hover {
  background-position: center bottom;
}
/* .main .ePaper .feature .content {
  z-index: 0;
  position: relative;
  margin: 0px auto;
  width: 1200px;
  height: 350px;
  overflow: hidden;
} */
/* .main .ePaper .feature .featureUL {
  position: relative;
  min-width: 38000px;
  float: left;
} */
.main .ePaper .feature li{
	width: 260px;
	padding: 0 10px;
  	float: left;
}
.main .ePaper .feature .box {
  /* width: 260px; */
  width: 100%;
  /* height: 340px; */
  /* padding: 10px 20px; */
}
/* .main .ePaper .feature .box a {
  display: block;
  position: relative;
  box-shadow: 0 0 10px #e5e5e5;
  height: 330px;
  border: 1px solid #e5e5e5;
  height: 100%;
  padding: 24px 20px;
  width: 100%;
  box-sizing: border-box;
} */
.main .ePaper .feature .box .box_con {
  /* border: 1px solid #e5e5e5;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px; */
  width: 100%;
  height: 100%;
  position: relative;
  padding: 20px;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #e5e5e5;
  box-shadow: 0 -5px 0 0 #e5e5e5;
  /* height: 270px; */
}
/* .main .ePaper .feature .box a .box_con p {
  color: #636a86;
  font-size: 0.18rem;
  height: 20%;
  line-height: 400%;
  text-align: center;
  padding-left: 0;
} */
.main .ePaper .feature .box .box_con img {
  width: 100%;
  height: 180px;
  /* height: 140px; */
  display: block;
  margin: 0px auto;
}
.main .right .ePaper .feature .box .box_con img {
  height: 140px;
}
.main .ePaper .feature .box .box_con span {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: #333;
  font-size: 0.2rem;
  text-align: center;
}
.main .ePaper .feature .box .hover {
  background: rgba(0, 0, 0, 0.5);
  display: none;
  position: absolute;
  /* height: 330px; */
  width: 100%;
  height:100%;
  top: 0;
  left: 0;
  z-index: 25;
}
.main .ePaper .feature .box .hover span {
  display: block;
  width: 130px;
  height: 40px;
  line-height: 40px;
  background: #636A86;
  color: #fff;
  border-radius: 40px;
  margin: 1rem auto 0;
  text-align: center;
}
.main .ePaper .feature .box .hover span em {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../imgs/icon.png);
  background-repeat: no-repeat;
  background-position: -3px -578px;
  vertical-align: middle;
  margin-right: 7px;
}
.main .ePaper .feature .box a:hover .hover {
  /* background: rgba(0, 0, 0, 0.5); */
  display: block;
}
/* .main .ePaper .feature li:last-child .box {
  width: 150px;
} */
.breadLine {
  width: 1200px;
  margin: 0 auto;
  color: #999;
  height: 50px;
  line-height: 50px;
}
.breadLine a {
  color: #636A86;
}
.recruit {
  margin: 0 auto;
  width: 1120px;
  background: #fff;
  padding: 20px 40px;
  border-radius: 10px;
}
.recruit .textindent {
  text-indent: 32px;
}
.recruit h3 {
  height: 50px;
  line-height: 50px;
  color: #636A86;
  border-bottom: 1px solid #ebebeb;
  font-weight: normal;
  font-size: 0.24rem;
}
.recruit h6 {
  font-weight: normal;
  font-size: 0.16rem;
  color: #333;
  line-height: 26px;
}
.recruit h4 {
  color: #333;
  font-size: 0.16rem;
  line-height: 30px;
  margin-top: 30px;
}
.recruit h5 {
  font-weight: normal;
  color: #000;
  font-size: 0.16rem;
  line-height: 34px;
}
.recruit p {
  color: #666;
  font-size: 0.16rem;
  line-height: 0.3rem;
}
.recruit h2 {
  font-weight: normal;
  color: #333;
  font-size: 0.16rem;
  line-height: 30px;
  margin-top: 30px;
}
.advise .editAdvise {
  width: 400px;
  margin: 60px auto;
  font-size: 0;
}
.advise .editAdvise label {
  float: left!important;
  display: block;
  width: 100px;
  height: 36px;
  line-height: 36px;
  text-align: right;
  color: #666;
  /* font-family: "Microsoft YaHei UI", "Arial"; */
  margin: 10px 0;
}
.advise .editAdvise label.con_title {
  vertical-align: top;
}
.advise .editAdvise label em{
	color: red;
	font-style:normal;
	margin-right:3px;
}
.advise .editAdvise input,
.advise .editAdvise textarea,
.advise .editAdvise select {
  float: left!important;
  width: 300px;
  border: 1px solid #ebebeb;
  box-sizing: border-box;
  padding: 0 5px;
  margin: 10px 0;
  /* font-family: "Microsoft YaHei UI", "Arial"; */
  border-radius: 3px;
}
.advise .editAdvise input,
.advise .editAdvise select {
  height: 36px;
  line-height: 36px;
}
.advise .editAdvise select {
  padding-left: 2px;
}
.advise .editAdvise textarea {
  height: 80px;
  line-height: 0.3rem;
  padding-top: 5px;
}
.advise .editAdvise .submit {
  width: 300px;
  height: 36px;
  line-height: 36px;
  background: #636A86;
  border: none;
  color: #fff;
  margin-left: 80px;
  margin-top: 10px;
  /* font-family: "Microsoft YaHei UI", "Arial"; */
  border-radius: 3px;
}
.main .con {
  /* width: 1200px; */
  width: 80%;
  margin: 0 auto;
  padding: 30px 0;
  display:flex;
  justify-content:space-between;
}
.con .nav {
  float: left!important;
  width: 200px;
  background-color: #fff;
}
.con .nav dl dt {
  color: #333;
  font-size: 0.16rem;
  position: relative;
  line-height: 60px;
  cursor: pointer;
  text-align: center;
}
.con .nav dl dt em.n_arrow {
  top: 27px;
}
.con .nav dl dt em.n_arrow:before {
  border-top: 5px solid #636A86;
}
.con .nav dl dt em.n_arrow.down:before {
  border-top: none;
  border-bottom: 5px solid #636A86;
}
.con .nav dl dt.current,
.con .nav dl dt:hover {
  background: #e5eef7;
  border-left: 4px solid #636A86;
}
.con .nav dl dd {
  display: none;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.con .nav dl dd a {
  display: block;
  color: #666;
}
.con .nav dl dd:hover a {
  color: #636A86;
}
.con .left {
  float: left!important;
  width: 13%;
  /* width: 200px; */
  background: #fff;
}
.con .left li {
  line-height: 60px;
}
.con .left li a {
  position: relative;
  display: block;
  color: #333;
  text-align: center;
  font-size: 0.2rem;
}
.con .left li ul li a {
  font-size: 0.14rem;
}
.con .left li.current {
  background: #F1F1F1;
  border-left: 4px solid #5F6580;
}
.con .right {
  float: right;
  width: 85%;
  /* width: 1370px; */
  background: #fff;
  padding: 30px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
}
.con .right .content {
  display: none;
}
.con .right h2 {
  border-bottom: 1px solid #ebebeb;
  font-size: 0.24rem;
  color: #636A86;
  font-weight: normal;
  line-height: 50px;
}
.con .right ul.service li h3 {
  border-left: 3px solid #636A86;
  font-size: 0.2rem;
  height: 26px;
  line-height: 26px;
  padding-left: 10px;
  margin: 20px 0;
  color: #333;
}
.con .right ul.service li p {
  line-height: 26px;
  color: #333333;
  padding-left: 15px;
}
.con .right ul.download li {
  border-bottom: 1px solid #ebebeb;
  padding: 10px 0 20px 0;
}
.con .right ul.download li h4 {
  color: #636A86;
  font-size: 0.16rem;
  line-height: 50px;
  font-weight: normal;
}
.con .right ul.download li h4 em {
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #636A86;
  margin-right: 8px;
  vertical-align: middle;
}
.con .right ul.download li h4 a {
  float: right;
  color: #636A86;
  font-size: 0.14rem;
}
.con .right ul.download li h4 a em {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../imgs/icon.png);
  background-repeat: no-repeat;
  background-position: -183px -10px;
  margin-right: 0;
}
.con .right ul.download li p {
  line-height: 0.3rem;
  color: #666;
  padding-left: 15px;
}
.con .right ul.download li p a {
  display: block;
  color: #636A86;
  margin-top: 10px;
}
.con .right ul.download li:last-child {
  border: none;
}
.con .right ul.questions li {
  border-bottom: 1px solid #ebebeb;
  padding: 10px 0 20px 0;
}
.con .right ul.questions li h4 {
  color: #333;
  font-size: 0.2rem;
  line-height: 50px;
  font-weight: normal;
}
.con .right ul.questions li h4 em {
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #636A86;
  margin-right: 8px;
  vertical-align: middle;
}
.con .right ul.questions li p {
  line-height: 0.3rem;
  color: #666;
  padding-left: 15px;
  font-size: 0.18rem;
}
.con .right ul.questions li:last-child {
  border: none;
}
.con .right .summary {
  padding-top: 20px;
}
.con .right .summary p {
  color: #333;
  line-height: 0.3rem;
  text-indent: 28px;
  font-size: 0.18rem;
}
.con .right .summary h4.name {
  line-height: 40px;
  font-weight: normal;
  font-size: 0.16rem;
  text-align: right;
  margin-top: 20px;
}
.con .right .summary h4.name img {
  display: inline-block;
  height: 60px;
  vertical-align: middle;
}
.con .right .summary p.text0 {
  text-indent: 0;
}
.con .right .summary p.download {
  line-height: 40px;
}
.con .right .summary p.download a {
  color: #636A86;
}
.con .right .summary h3 {
  border-left: 3px solid #636A86;
  padding-left: 10px;
  font-weight: normal;
  font-size: 0.2rem;
  height: 24px;
  line-height: 0.3rem;
  margin: 30px 0 20px 0;
}
.con .right .summary img.rj_info {
  margin: 0 auto;
  width: 100%;
}

.con .right .summary ul {
  display:flex;
  justify-content:space-between;
}
.con .right .summary ul.imgs li {
  float: left!important;
  width: 22%;
  /* width: 210px; */
  margin-right: 23px;
}
.con .right .summary ul.imgs li img {
  width:100%;
  /* width: 210px; */
  /* height: 380px; */
}
.con .right .summary ul.imgs li:last-child {
  margin-right: 0;
}
/* .con .right .summary .chairman {
  position: relative;
  padding-top: 60px;
  background: url(../imgs/mountain.png) bottom left no-repeat;
}
.con .right .summary .chairman .left_mark {
  position: absolute;
  top: 10px;
  left: 0;
}
.con .right .summary .chairman .right_mark {
  float: right;
  margin-top: 15px;
} */

.con .right .summary .chairman{
	width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 1.2rem 1.6rem 0;
  box-sizing: border-box;
}
.con .right .summary .chairman .head{
	width: 100%;
	display:flex;
	justify-content:space-between;
	align-items: flex-end;
	padding-bottom: 0.1rem;
}
.con .right .summary .chairman .intro{
	border-left: solid 8px #636A86;
	padding-left: 0.5rem;
	height: 1.2rem;
	display:flex;
	flex-direction: column;
}
.con .right .summary .chairman .intro h4{
	font-size: 0.22rem;
	font-weight: normal;
	margin-bottom: 0.14rem;
}
.con .right .summary .chairman .intro h1{
	font-size: 0.28rem;
	font-weight: normal;
}
.con .right .summary .chairman .head img{
	width: 43%;
	margin: 0 0 0 0.4rem;
}
.con .right .summary .chairman p{
	font-size: 0.18rem;
	text-indent: 0.4rem;
	margin-top: 0.16rem;
	line-height: 0.33rem;
	text-align: justify;
}
.con .right .summary .chairman .signature{
	width: 15%;
	position: absolute;
	bottom: -1rem;
	right: 1.6rem;
}
.con .right .summary .introBg{
	position: absolute;
	width: 40%;
	top: 1rem;
	left: 0.7rem;
}
.con .right .summary .introBg img{
	width: 100%;
}
.con .right .summary .introDetail{
	position: absolute;
	width: 28%;
	top: 1.8rem;
	left: 1.4rem;
}
.con .right .summary .introDetail h4{
	color: #fff;
	font-size: 0.24rem;
	margin-bottom: 0.3rem;
}
.con .right .summary .introDetail p{
	color: #fff;
	font-size: 0.18rem;
	line-height: 0.32rem;
	text-indent: 0;
	margin-bottom: 0.1rem;
}
.con .right .summary .introDetail h5{
	color: #636A86;
	font-size: 0.18rem;
	width:1.2rem;
	height: 0.4rem;
	line-height: 0.4rem;
	background: #fff;
	text-align: center;
	margin-top: 0.5rem;
	font-weight: normal;
}
.con .right .summary .introDetail1{
	position: absolute;
	width: 30%;
	top: 8.1rem;
	right: 1.3rem;
	font-size: 0.18rem;
	line-height: 0.32rem;
}
.con .right .summary .introDetail2{
	position: absolute;
	width: 35%;
	top: 10.8rem;
	right: 2.5rem;
	font-size: 0.18rem;
	line-height: 0.32rem;
}
.con .right .summary ul.tags{
	width: 100%;
	position: absolute;
	bottom: 3.3rem;
	left: 0;
	padding: 0 5%;
	display: flex;
	justify-content: space-around;
	box-sizing: border-box;
}
.con .right .summary ul.tags li{
	color: #636A86;
	font-size: 0.22rem;
	width: 18%;
	height: 0.46rem;
	line-height: 0.46rem;
	background: #fff;
	text-align: center;
	margin-top: 0.5rem;
	font-weight: normal;
	border-radius: 0.23rem;
	box-shadow: 2px 2px 2px #999999;
    border: 1px solid rgba(175, 176, 180, 0.4);
}
.con .right .summary ul.aim{
	position: absolute;
	bottom: 0.7rem;
	left: 0;
	display: flex;
	justify-content: space-around;
	padding: 0 0.5rem;
	box-sizing: border-box;
}
.con .right .summary ul.aim li{
	width: 45%;
	padding: 0.4rem 0.5rem;
	display: flex;
	justify-content: space-around;
	align-items: center;
	background: #fff;
	box-sizing: border-box;
	box-shadow: 3px 3px 3px #999999;
}
.con .right .summary ul.aim li img{
	width: 0.7rem;
	height: 0.7rem;
	margin-right: 0.3rem;
}
.con .right .summary ul.aim li h5{
	color: #636A86;
	font-size: 0.22rem;
}
.con .right .summary ul.aim li p{
	font-size: 0.18rem;
	line-height: 0.32rem;
	text-indent: 0;
	margin-top: 0.1rem;
}



.con .right .summary .firm{
	/* padding: 0 0 0 1rem; */
}
.con .right .summary .firm h1{
	font-size: 0.26rem;
	text-align: center;
	margin-top: 0.4rem;
}
.con .right .summary .firm .detail{
	display:flex;
	justify-content: space-between;
}
.con .right .summary .firm .detail .left{
	width: 40%;
	padding-top: 0.8rem;
	padding-left: 0.9rem;
	box-sizing: border-box;
}
.con .right .summary .firm .detail .left .list{
	display:flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 0.25rem;
}
.con .right .summary .firm .detail .left .list img{
	width: 0.4rem;
	height: 0.4rem;
	/* margin-right: 0.4rem; */
}
.con .right .summary .firm .detail .left .list h4{
	font-size: 0.2rem;
    color: #636A86;
    font-weight: normal;
    line-height: 0.3rem;
    white-space: nowrap;
	margin-left: 0.4rem;
}
.con .right .summary .firm .detail .left .list h5{
	font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.4rem;
    white-space: nowrap;
    margin-left: 0.4rem;
}
.con .right .summary .firm .detail .left .list h5 span{
	font-size: 0.22rem;
}
.con .right .summary .firm .detail .left .list .code{
	display:flex;
	justify-content: space-between;
}
.con .right .summary .firm .detail .left .list .code li{
	margin-left: 0.25rem;
}
.con .right .summary .firm .detail .left .list .code img{
	width: 1rem;
	height: 1rem;
	margin: 0 auto;
}
.con .right .summary .firm .detail .left .list .code h6{
	font-size: 0.14rem;
    font-weight: normal;
    margin-top: 0.1rem;
    line-height: 0.2rem;
    text-align: center;
}
.con .right .summary .firm .detail img{
	width: 60%;
}

.con .right .summary .sub h4{
	font-size: 0.24rem;
	text-align: center;
}
.con .right .summary .sub .detail{
	display:flex;
	justify-content: space-between;
	align-items: center;
}
.con .right .summary .sub .detail img{
	width: 55%;
}
.con .right .summary .sub .detail .right{
	width: 41%;	
	box-sizing: border-box;
	border: 1px solid #F5F5F5;
	padding: 2px;
	height: 2.5rem;
}
.con .right .summary .sub .detail .right h5{
	font-size: 0.24rem;
	text-align: center;
	margin-top: 0.4rem;
}
.con .right .summary .sub .detail .right .card{
  	background: #F5F5F5;
  	padding: 0.3rem 0.4rem;
	box-sizing: border-box;
	height: 100%;
}
.con .right .summary .sub .detail .right .card h5{
  	margin: 0;
  	font-size: 0.22rem;
  	line-height: 0.4rem;
  	white-space: nowrap;
}
.con .right .summary .sub .detail .right .card .infodetail{
	display:flex;
	justify-content: space-between;
	margin-top: 0.16rem;
}
.con .right .summary .sub .detail .right .card .info p{
	text-indent: 0;
	font-size: 0.18rem;
  	white-space: nowrap;
}
.con .right .summary .sub .detail .right .card img{
	width: 1.2rem;
	height: 1.2rem;
}


.con .right ul.annual_info li {
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #ebebeb;
}
.con .right ul.annual_info li em {
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #636A86;
  vertical-align: middle;
  margin-right: 5px;
}
.con .right ul.annual_info li a {
  color: #333;
  font-size: 0.14rem;
}
.con .right ul.annual_info li a:hover {
  color: #636A86;
}
.con .right ul.annual_info li span {
  float: right;
  color: #999;
}
.con .right ul.annual_info li:last-child {
  border: none;
}
.con .right ul.company_news li {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 15px;
}
.con .right ul.company_news li h3 {
  font-size: 0.16rem;
  line-height: 50px;
  font-weight: normal;
}
.con .right ul.company_news li h3 a {
  color: #333;
}
.con .right ul.company_news li h3 a:hover {
  color: #636A86;
}
.con .right ul.company_news li h3 em {
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #636A86;
  margin-right: 8px;
  vertical-align: middle;
}
.con .right ul.company_news li p {
  line-height: 0.3rem;
  color: #666;
  padding-left: 15px;
}
.con .right ul.company_news li p.date {
  text-align: right;
}
.con .right ul.company_news li p.date span {
  color: #999;
}
.con .right ul.memorabilia {
  border-left: 1px solid #b2cde6;
  margin: 15px 0 10px 50px;
}
.con .right ul.memorabilia li {
  position: relative;
  height: 36px;
  line-height: 36px;
  padding-left: 15px;
  margin: 5px 0;
}
.con .right ul.memorabilia li em {
  position: absolute;
  display: block;
  width: 7px;
  height: 7px;
  top: 14.5px;
  left: -4px;
  border-radius: 50%;
  background: #636A86;
  margin-right: 5px;
}
.con .right ul.memorabilia li a {
  float: left!important;
  font-size: 0.16rem;
  font-weight: normal;
  color: #333;
}
.con .right ul.memorabilia li span {
  float: right;
  color: #999;
}
.con .right ul.memorabilia li span.date {
  position: absolute;
  display: block;
  top: 0;
  left: -50px;
  font-size: 0.16rem;
  font-weight: normal;
  color: #636A86;
}
.con .right ul.memorabilia li:hover em {
  top: 12.5px;
  left: -6px;
  border: 2px solid #c3d8eb;
}
.con .right ul.memorabilia li:hover a {
  color: #636A86;
}
.con .right .news_detail h3 {
  text-align: center;
  font-weight: normal;
  margin-top: 30px;
  font-size: 0.24rem;
}
.con .right .news_detail p.source {
  color: #999;
  text-align: center;
  line-height: 40px;
  margin-top: 10px;
}
.con .right .news_detail p {
  text-indent: 28px;
  line-height: 26px;
  margin-bottom: 10px;
  color: #666;
}
.con .right .news_detail p img {
  margin: 0 auto;
  max-width: 100%;
}
.con .right .news_detail p.bottom {
  text-align: right;
}
.con .right .news_detail p.no_indent {
  text-indent: 0;
}
.login_box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
}
.login_box .login_bg {
  position: fixed;
  background: #000;
  width: 100%;
  height: 100%;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}
.login_box .login_content {
  position: fixed;
  top: 50%;
  left: 50%;
  transition: 1s;
  transform-style: preserve-3d;
}
.login_box .login_content .login_con {
  border-radius: 6px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 400px;
  margin-top: -170px;
  margin-left: -200px;
  background: #fff;
  padding: 50px;
  backface-visibility: hidden;
}
.login_box .login_content .login_con h1 {
  font-size: 0.18rem;
  font-weight: normal;
  line-height: 40px;
  margin-bottom: 15px;
}
.login_box .login_content .login_con h1 span {
  float: right;
  font-size: 0.14rem;
  color: #999;
}
.login_box .login_content .login_con h1 a {
  float: right;
  font-size: 0.14rem;
  color: #636A86;
}
.login_box .login_content .login_con h1 a.gray {
  color: #999;
}
.login_box .login_content .login_con ul li {
  position: relative;
  margin-bottom: 20px;
}
.login_box .login_content .login_con ul li em.tel,
.login_box .login_content .login_con ul li em.message,
.login_box .login_content .login_con ul li em.password {
  position: absolute;
  display: block;
  left: 8px;
  top: 12px;
  width: 24px;
  height: 24px;
  background: url(../imgs/icon.png);
  background-repeat: no-repeat;
}
.login_box .login_content .login_con ul li em.tel {
  background-position: -14px -10px;
}
.login_box .login_content .login_con ul li em.message {
  background-position: -62px -10px;
}
.login_box .login_content .login_con ul li em.password {
  background-position: -118px -10px;
}
.login_box .login_content .login_con ul li input {
  width: 360px;
  padding-left: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #ccc;
  background: url("../imgs/icon.png") -15px -580px no-repeat;
}
.login_box .login_content .login_con ul li input .placeholder {
  color: #cdcdcd;
}
.login_box .login_content .login_con ul li input:focus {
  border: 1px solid #636A86;
}
.login_box .login_content .login_con ul li a.send_code {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-size: 0.14rem;
  background: #636A86;
  border: #636A86;
  border-radius: 5px;
}
.login_box .login_content .login_con ul li em.eye,
.login_box .login_content .login_con ul li em.close,
.login_box .login_content .login_con ul li em.clear {
  position: absolute;
  display: inline-block;
  top: 10px;
  right: 10px;
  width: 24px;
  height: 24px;
  background: url("../imgs/icon.png") 0px -437px no-repeat;
  vertical-align: middle;
}
.login_box .login_content .login_con ul li em.close {
  background: url("../imgs/icon.png") 0px -471px no-repeat;
}
.login_box .login_content .login_con ul li em.clear {
  background: url("../imgs/icon.png") -241px -435px no-repeat;
}
.login_box .login_content .login_con ul a.register {
  float: right;
  color: #ddd !important;
  font-size: 0.12rem;
}
.login_box .login_content .login_con p.forgot {
  text-align: right;
}
.login_box .login_content .login_con p.forgot a {
  color: #999;
}
.login_box .login_content .login_con a.btn {
  display: block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 0.18rem;
  width: 400px;
  background: #636A86;
  color: #fff;
  border-radius: 5px;
  margin: 15px auto 0 auto;
}
.login_box .login_content .login_con a.btn.checked {
  background: #999;
  cursor: pointer;
}
.login_box .login_content .login_con p.err {
  color: #d63535;
  margin-top: 15px;
}
.login_box .login_content .login_con p.isAgree,
.login_box .login_content .login_con p.checked {
  margin-top: 15px;
  color: #999;
}
.login_box .login_content .login_con p.isAgree em,
.login_box .login_content .login_con p.checked em {
  display: inline-block;
  width: 22px;
  height: 22px;
  vertical-align: middle;
  margin-right: 5px;
  background: url(../imgs/icon.png) -131px -437px no-repeat;
}
.login_box .login_content .login_con p.isAgree a,
.login_box .login_content .login_con p.checked a {
  color: #636A86;
}
.login_box .login_content .login_con p.checked em {
  background: url(../imgs/icon.png) -186px -437px no-repeat;
}
.login_box .login_content .login_con a.close {
  width: 40px;
  height: 40px;
  background: url("../imgs/icon.png") -58px -427px no-repeat;
  position: absolute;
  top: 10px;
  right: 10px;
}
.page {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  background: #fff;
}
.page a,
.page span {
  display: inline-block;
  color: #666;
  margin: 0 5px;
  border: 1px solid #dedede;
  height: 36px;
  line-height: 36px;
  border-radius: 3px;
  padding: 0 13px;
}
.page a.current,
.page a:hover {
  color: #636A86;
  border: 1px solid #636A86;
}
.page a.unable {
  border: 1px solid #f0f0f0;
  color: #999;
}
.n_arrow {
  position: absolute;
  width: 0;
  height: 0;
  top: 20px;
}
.n_arrow:before {
  content: '';
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
  position: absolute;
  margin-left: 6px;
}
/*# sourceMappingURL=commen.css.map */