@charset "utf-8";
/* CSS Document */
* {
  margin: 0px;
  padding: 0px;
}
body {
  font-family: Arial, Helvetica, sans-serif !important;
}
img {
  border: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
ul,
li,
ol,
h1,
h2,
h3,
dl,
dt,
dd,
form,
p,
span,
b,
u,
s,
i {
  list-style: none;
  margin: 0;
  padding: 0;
  text-decoration: none;
  font-weight: normal;
}
ul {
  margin-bottom: 0 !important;
}
ul > li {
  display: inline;
}
a{text-decoration: none;}
.fl {
  float: left;
}
.fr {
  float: right;
}
.fac {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.fbc {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.fsc {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.faec {
  display: flex;
  justify-content: space-around;
  align-items: end;
}
.fc {
  display: flex;
  justify-content: center;
}
.flex_column {
  display: flex;
  flex-direction: column;
}
.flex_column_reverse {
  display: flex;
  flex-direction: column-reverse;
}
:root{
    --text-color-darker:#333;
    --text-color-theme:#3aa69f;
}
*{
    margin:0;
    padding:0;
    box-sizing: border-box;
    font-family:"Microsoft Yahei",Arial;
}
h3,h5,h6{margin:0 !important;}
a{text-decoration: none !important;}
/* 内容 */
.common-width {
  width: 80%;
  margin: 0 auto;
}
.common-width .title {
  margin-top: 5%;
}
.common-width .title .cont_top {
  text-align: center;
  width: 100%;
}
.common-width .title .cont_top .p_up {
  color: #000;
  font-size: 36px;
}
.common-width .title .cont_top .p_dazi {
  position: relative;
}
.common-width .title .cont_top .p_down {
  color: #3aa69f;
  font-size: 30px;
  font-family: Arial;
  font-weight: bold;
}
.common-width .title .cont_top .dazi {
  width: 100%;
  color: #eeeded;
  font-family: 900;
  font-size: 150px;
  position: absolute;
  top: -45px;
  z-index: -100;
  font-weight: 600;
}
.common-width .title_content {
  justify-content: center;
  background: #fff;
  padding: 10%;
  margin: 30px auto;
  padding-top:5%;
}
.r_logo {
  width: 312px;
  height: 72px;
  position: absolute;
  top: 50px;
  z-index: 101;
  right: 70px;
  display: none;
}
.home_banner {
  display: none;
  position: absolute;
  z-index: 100;
}
/* left_nav  --statr*/
.leftnav{
  width: 100%;
  height: 100%;
  position: fixed;
  background: url(../img/home_banner.png);
  z-index: 1000;
  display: none;
  top:0;
  transition: left linear .1s;
  animation: slide 0.5s forwards;
  animation-delay: 2s;
  background-size: cover;
}
@-webkit-keyframes slide {
  100% { left: 0; }
}

@keyframes slide {
  100% { left: 0; }
}
/* 头部样式  start*/
html {
  font-size: 1rem;
}
body {
  background: #f5f5f5 !important;
}
.header {
  width: 100%;
  height: auto;
  position: relative;
}
.header .top {
  width: 100%;
  height: auto;
  min-height: 150px;
  vertical-align: middle;
}
.header .logo {
  position: absolute;
  top: 5%;
  left: 5%;
}
.header .text {
  position: absolute;
  left: 30%;
  top: 30%;
}
.header .text .text_up {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
}
.header .text .text_down {
  margin-top: 3%;
}
.header .text .text_down .one {
  font-size: 26px;
  color: #3aa69f;
  padding-bottom: 10px;
  border-bottom: 2px solid #3aa69f;
}
.header .text .text_down .two {
  font-size: 26px;
  background: #3aa69f;
  padding: 2%;
  color: #fff;
  margin-left: 20px;
}
.header .nav_bar {
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 15%;
  color: #fff;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.6);
  justify-content: center;
}
.header .nav_bar .nav_box {
  width: 85%;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
}
.header .nav_bar .nav_box .nav_list .nav_ul {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fill, 180px);
  justify-items: center;
  align-items: center;
}
.header .nav_bar .nav_box .nav_list .nav_ul .active{
  color: #fff;
  border-radius: 20px;
  background: #3aa69f;
  padding: 10px 20px;
}
.header .nav_bar .nav_box .nav_list .nav_ul li {
  margin-right: 10px;
  font-size: 18px;
}
.header .nav_bar .nav_box .nav_list .nav_ul li:hover{
  background: #3aa69f;
  color:#fff;
  padding: 10px 20px;
  border-radius: 20px;
}
.header .nav_bar .nav_box .nav_list .nav_ul li a {
  color: #fff;
}
.header .nav_bar .nav_box .home .home_ul .homeicon{
  margin:5px;
}
.header .nav_bar .nav_box .home .home_ul .m_l{
  margin-left:10px;
}
.header .nav_bar .nav_box .home .home_ul .m_line{
  margin-right:5px;
}
.header .nav_bar .nav_box .home .home_ul .homeicon img {
  width: 20px;
  vertical-align: bottom;
}
.header .nav_bar .nav_box .home .home_ul li {
  /* margin: 5px; */
  font-size: 14px;
}
.header .nav_bar .nav_box .home .home_ul span{
  width: 10px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
}
/* 头部样式  end */
.leftnav .left_bg{
  position: absolute;
  width: 650px;
  height: 1920px;
  background: #fff;
  border-radius: 0 80% 80% 0/ 60%;
  top:-50%;
}
.leftnav .left_nav_cont{position: absolute;}

.leftnav .right_logo{position: absolute;right: 80px;top: 80px;}
.left_nav_logo {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 22%;
  left: 5%;
  z-index: 99;
}

.leftnav .left_nav_cont .close {
  width: 60px;
  height: 60px;
  margin-left: 70px;
  position: absolute;
  opacity: 1;
}
.leftnav .left_nav_cont{
  margin-top:50px;
  width: 50%;
}
.leftnav  .nav_left_list {
  margin-left: 120px;
  margin-top: 100px;
}
.leftnav  .nav_left_list .left_ul {
  display: grid;
  row-gap: 35px;
}
.leftnav .nav_left_list .left_li {
  position: relative;
}
.leftnav .nav_left_list .left_li h6 {
  font-size: 12px;
  color: #d9d9d9;
  font-weight: 400;
}
.leftnav .nav_left_list .left_li h4 {
  font-size: 22px;
  color: #343434;
  font-weight: 400;
}
.leftnav .nav_left_list .left_li .left_li_a {
  width: 100px;
  display: block;
  text-align: right;
  text-decoration: none !important;
}
.leftnav  .nav_left_list .active_li h6 {
  color: #3aa69f !important;
}
.leftnav .nav_left_list .active_li h4 {
  color: #3aa69f !important;
}
.leftnav  .nav_left_list .ul_none {
  display: none;
  position: absolute;
  top: 20px;
  left: 270px;
  z-index: 1;
}
.leftnav  .nav_left_list .ul_none li a {
  font-size: 12px;
  color: #343434;
  margin-bottom: 20px;
  display: block;
  text-decoration: none !important;
}
.leftnav  .nav_left_list .line {
  width: 100px;
  height: 1px;
  background: #3aa69f;
  display: none;
  position: absolute;
  top: 60%;
  left: 130px;

}
.leftnav .nav_left_list .left_li:hover h6 {
  color: #3aa69f;
}
.leftnav  .nav_left_list .left_li:hover h4 {
  color: #3aa69f;
}
.leftnav .nav_left_list .left_li:hover .ul_none {
  display: block;
}
.leftnav .nav_left_list .left_li:hover .line {
  display: block;
}

.leftnav .link {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 2vw;
  left: 10%;
  bottom: 13%;
  position: absolute;
  justify-items: center;
  align-items: center;
}
.leftnav .link .link_1 {
  width: 69px;
  height: 46px;
  background: url(../img/left_nav1-1.jpg);
}
.leftnav .link .link_1:hover{background: url(../img/left_nav1-2.jpg);}
.leftnav .link .link_2 {
  width: 55px;
  height: 52px;
  background: url(../img/left_nav2-1.jpg);
}
.leftnav .link .link_2:hover{background: url(../img/left_nav2-2.jpg);}
.leftnav .link .link_3 {
  width: 80px;
  height: 38px;
  background: url(../img/left_nav3-1.jpg);
}
.leftnav .link .link_3:hover{background: url(../img/left_nav3-2.jpg);}
/* left_nav  --end*/
.logo_desc {
  position: absolute;
  top: 30%;
  right: 20%;
}
.logo_desc .logo_desc1 {
  display: grid;
  align-items: center;
  column-gap: 1vw;
  grid-template-areas: "img text" "img text";
}
.logo_desc .logo_desc1 .logo_desc_l {
  color: #fff;
  text-align: end;
}
.logo_desc .logo_desc1 .logo_desc_l .zh {
  font-size: 36px;
}
.logo_desc .logo_desc1 .logo_desc_l .en {
  font-size: 14px;
}
.logo_desc .logo_desc1 .logo_desc_r .lg {
  font-size: 60px;
  color: #3aa69f;
  font-weight: 600;
}
.logo_desc .logo_desc1 .logo_desc_l2 {
  text-align: left;
}


/*// 内容title  通用样式*/
.section_title {
  margin-top: 80px;
  margin-bottom: 50px;
  width: 100%;
  text-align: center;
}
.section_title .title {
  font-size: 38px;
    width: 70%;
    margin: 0 auto;
    line-height: 150%;
    color: var(--text-color-darker);
	overflow:hidden; 

text-overflow:ellipsis;

display:-webkit-box; 

-webkit-box-orient:vertical;

-webkit-line-clamp:2; 
}
/* 8.5新加代码 */
	.common-width .framework  .framework_img>p>img{
		    display: inline-block;
			width: auto;
			height:auto;
			max-width:100% !important;
	}
/* 结束 */
.section_title .intro_text {
  position: relative;
}
.section_title .intro_sm {
  color: var(--text-color-theme);
  font-weight: bold;
  font-size: 30px;
}
.section_title .intro_large {
  font-size: 150px;
  font-weight: 600;
  color: #eeeded;
  position: absolute;
  top: -50px;
  z-index: -100;
  width: 100%;
}
.page_fenye {
  display: grid;
  justify-items: center;
  margin: 30px 0;
}
.page_fenye .pagination-lg > li > a {
  margin: 0 4px;
  border-radius: 4px;
  color: #666;
}
.page_fenye .pagination-lg > li > a:hover {
  background: #3aa69f;
  color: #fff;
}
.page_fenye .pagination-lg > li a.active_a {
  background: #3aa69f;
  color: #fff;
}
@media only screen and (max-width: 1440px){
	.header .nav_bar .nav_box .nav_list .nav_ul {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fill, 160px);
    justify-items: center;
    align-items: center;
}
}
@media only screen and (max-width: 1680px){
	.leftnav .nav_left_list {
    margin-left: 70px;
    margin-top: 90px;
}
	.leftnav .nav_left_list .left_li h4 {
    font-size: 18px;
    color: #343434;
    font-weight: 400;
}
		.leftnav .nav_left_list .left_ul {
    display: grid;
    row-gap: 14px;
}
}
@media only screen and (max-width: 1400px) {
		.logo {
    width: 282px;
    height: 64px;
    position: absolute;
    top: 50px;
    left: 70px;
    z-index: 99;
}
.left_nav_logo{
	position: absolute;
	left: 70px !important;
    top: 95px !important;
}
	.leftnav .nav_left_list .left_ul {
    display: grid;
    row-gap: 10px;
}
.leftnav .nav_left_list .left_li h4 {
    font-size: 18px;
    color: #343434;
    font-weight: 400;
}
.leftnav .nav_left_list {
    margin-left: 70px;
    margin-top: 90px;
}
	
  .common-width{width: 85%;}
  .common-width .title {
    margin-top: 5%;
  }
  .section_title .intro_large {
   display:none;
}
.under .under_p {
   height: 80px;
    width: 100%;
    background: url(../img/junzi.png) center center no-repeat;
    z-index: 9999;
    position: absolute;
    top: 235px;
}
  .common-width .title .cont_top {
    text-align: center;
    width: 100%;
  }
  .common-width .title .cont_top .p_up {
    color: #000;
    font-size: 33px;
  }
  .common-width .title .cont_top .p_dazi {
    position: relative;
  }
  .common-width .title .cont_top .p_down {
    color: #3aa69f;
    font-size: 26px;
    font-family: Arial;
  }
  .common-width .title .cont_top .dazi {
    width: 100%;
    color: #eeeded;
    font-family: 900;
    font-size: 150px;
    position: absolute;
    top: -45px;
    z-index: -100;
  }
  .common-width .title_content{
    margin-top:30px;
    padding: 7%;
  }
  .section .section_title .intro_large{font-size: 120px !important;top:-40px;}
	.header .nav_bar .nav_box .nav_list .nav_ul {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fill, 160px);
    justify-items: center;
    align-items: center;
   
}
 .header .nav_bar .nav_box .nav_list .nav_ul li a{
	 font-size: 16px;
 }
}
@media only screen and (max-width: 1200px) {
  .section .section_title .intro_large{font-size: 80px !important;top:-30px;}
  .left_nav_logo{display: none;}
  .under .under_p {
    display: none;
}
 /* 导航栏改 */
  .header .nav_bar{display: none !important;}
}
@media only screen and (max-width: 1024px) {
  
  .section .section_title .intro_large{font-size: 100px;top:-35px;}
  .common-width .title {
    margin-top: 5%;
  }
  .common-width .title_content{padding: 4%;}
  .common-width .title .cont_top {
    text-align: center;
    width: 100%;
  }
  .common-width .title .cont_top .p_up {
    color: #000;
    font-size: 22px;
  }
  .common-width .title .cont_top .p_dazi {
    position: relative;
  }
  .common-width .title .cont_top .p_down {
    color: #3aa69f;
    font-size: 22px;
    font-family: Arial;
  }
  .common-width .title .cont_top .dazi {
    width: 100%;
    color: #ccc;
    /*letter-spacing: 24px;*/
    font-family: 900;
    font-size: 48px;
    position: absolute;
    top: -5px;
    z-index: -100;
  }
  .common-width .title_content .framework_img {
    width: 80%;
  }
}
@media only screen and (max-width: 992px) {
  .common-width {width: 90%;}

.common-width .title .cont_top .dazi {
    width: 100%;
    color: #ccc;
    font-family: 900;
    font-size: 35px;
    position: absolute;
    top: -5px;
    z-index: -100;
  }
  .logo_desc{display: none;}
}
@media only screen and (max-width: 680px) {
  .common-width {width: 90%;}

.common-width .title .cont_top .dazi {
    display:none;
  }
  .logo_desc{display: none;}
}
@media only screen and (max-width: 1440px){
.right_nav {
    display: none;
}
}

/*平台架构修改*/
.framework_img p{
	width:100%;
	margin:0 auto;
	line-height:170%;
	text-indent:2em;
}

/*适应手机端*/
@media only screen and (max-width: 768px){
	.common-width .title_content .framework_img {
    width: 100%;
    margin: auto;
}
	.framework_img p {
    width: 95%;
	font-size:12px;
    margin: 0 auto;
	margin-bottom: 20px;
}
.framework_img div img{
	height:auto !important;
}
.framework_img p img{
	/* width:100% !important; */
}
.framework_img p font span{
	font-size:14px;
}
.section_title .title {
   padding: 0 10px 0 10px;
    font-size: 20px;
    
    color: var(--text-color-darker);
}
.section_title .intro_sm {
    color: var(--text-color-theme);
    font-weight: bold;
    font-size: 18px;
}
.section_title {
    margin-top: 0px; 
     margin-bottom: 0px; 
    width: 100%;
    text-align: center;
}
.section_title .title {
    font-size: 20px;
    color: var(--text-color-darker);
}
.section_title .intro_sm {
    color: var(--text-color-theme);
    font-weight: bold;
    font-size: 18px;
}
.common-width {
    width: 100% !important;
}
.message .chairman_r {
    padding: 10px 0;
    margin-left: -25px;
}

}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none){
	.right_nav .right_nav_ul li img{
		width:auto;
	}
	.header .nav_bar .nav_box .nav_list .nav_ul{
		display: flex;
		flex-direction: row;
		justify-content: none;
	}
	.header .nav_bar .nav_box .nav_list .nav_ul li{
		margin-right: 50px;
	}
	.header .nav_bar .nav_box .nav_list .nav_ul li{
		padding: 10px 20px;
	}
	.header .nav_bar .nav_box .nav_list .nav_ul li:hover{
		background: #3aa69f;
		color: #fff;
		border-radius: 20px;
	}
	.logo_desc .logo_desc1{
		display:flex;
		
	}
	.logo_desc{
		position: absolute;
		top:45%;
		right:20%;
	}
}


