/* 公共页面 */

.header {
	width: 100%;
	height: 89px;
	background: #fff;
	padding: 0 104px;
    box-sizing: border-box;
	  max-width: 1920px;
	   margin:  0 auto;
}

.logo {
	display: block;
	padding: 14px 92px 14px 104px;
	box-sizing: border-box;
	border-right: 1px solid #EEEEEE;
	width: 360px;
}

.logo>img {
	display: block;
	width: 166px;
}

.header_menu {
	border-right: 1px solid #EEEEEE;
}

.header_menu>li>a {
	display: block;
	/* margin-right: 50px; */
	font-size: 18px;
	color: #666;
	font-weight: 400;
	line-height: 90px;
	 width: 100px;
	 text-align: center;
}

.header_menu li>a:hover {
	color: #C90915;
	font-weight: bold;
}

.header_menu li:hover .sub_menu {
	display: block;

}

.header_menu li {
	position: relative;
}

.header_menu li .sub_menu {
	position: fixed;
	width: auto;
	background: #fff;
	z-index: 99999 !important;
	display: none;
	width: 210px;
	padding-top: 40px;
	top: 80px;
	box-shadow: 7px 7px 25px 0px rgba(220, 220, 220, 0.8);
}

.sub_menu>li {
	text-align: left;
	font-size: 18px;
	color: #333;
	margin-bottom: 28px;
	padding: 0 30px;
}

.sub_menu>li>a:hover::before {
	transition: all 0.3s ease-in-out;
	content: "_";
	display: inline-block;
	left: 0;

}

.header_menu .sub_menu::after {
	width: 100%;
	content: "";
	display: block;
	height: 6px;
	background: linear-gradient(-90deg, #EE7800 0%, #E60012 100%);
	bottom: 0;
}

.language {
	width: 154px;
	border-right: 1px solid #EEEEEE;
	text-align: center;
}

.language a {
	display: inline-block;
	line-height: 90px;
	color: #999;
	font-size: 18px;
	font-weight: 400;
	/* margin-right:50px */
}

.search {
	border-right: 1px solid #EEEEEE;
	width: 100px;
}

.search img {
	display: block;
	width: 28px;
	height: 28px;
}
/* header end */

/* footer */
.footer {
	width: 100%;
	height: 357px;
	background: url(2021_footer_l.png) no-repeat center bottom;
	background-size: auto;
	margin-top: 14px;
	min-width: 1200px;
}

.fotter_main {
	padding-top: 152px;
}

.footer_top {
	/*padding-bottom: .4rem;*/
	padding-bottom: 20px;
}

.ft_top1 img {
	display: block;
	width: 168px;
	height: 62px;
	margin-right: 70px
}

.ft_top2 p,
.ft_top3 p {
	font-size: 18px;
	font-weight: 400;
	color: #fff;
	padding-right: 32px;
	padding-bottom: 17px;
}

.ft_top4 {
	border-bottom: 1px solid #fff;
	height: auto;
	height: 30px;
}

.ft_top4 img {
	width: 17px;
	height: 17px;
}

.ft_top4 p {
	font-size: 18px;
	font-weight: 400;
	color: #fff;
	padding-right:30px;
}

.ft_top5 {
	padding-left: 20px;
}

.ft_top5 img {
	width: 30px;
	height: auto;
	margin-left: 30px;
}

.footer_b {
	border-top: 1px solid rgba(255, 255, 255, .5);
	padding-top: 24px;
	text-align: center;
}

.footer_b p span {
	font-size: 18px;
	font-weight: 400;
	color: #FFFFFF;
	opacity: 0.4;
	line-height: 24px;

}

.footer_b p {
	padding-bottom: 5px;
}

.footer_ba a {
	font-size: 18px;
	color: #fff;
	line-height: 24px;
	padding-top: 10px;
}

.footer_ba {
	padding-left: 55px;
}

/* 二微码 */
.wecat {
	position: relative;
	 display: block;
}

.app-qrcode {
	display: none;
	position: absolute;
	width: 130px;
	height: 130px;
	box-shadow: 0 0 6px rgba(14, 22, 30, .3);
	background: #fff;
	top: -145px;
	left: -25px;
}

.wecat:hover .app-qrcode {
	display: block;
}

.app-qrcode>img {
	width: 100%;
	margin-left: 0;
}

.app-qrcode:before {
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border-top: 10px solid rgba(0, 0, 0, .3);
	top: 130px;
	left: 56px;
}

.app-qrcode:after {
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border-top: 10px solid #fff;
	top: 129px;
	left: 57px;
}

/* 更多链接 */

.ft_top4 {
	position: relative;
}

.ft_top4 .sub_menu {
	display: none;
	position: absolute;
	left: 0;
	bottom: 22px;
	background: #fff;
	width: auto;
	min-width: 350px;
	z-index: 9999;
	padding-top: .3rem;
	box-shadow: 7px 7px 25px 0px rgba(220, 220, 220, 0.8);
}

.ft_top4 .sub_menu li a {
	margin-bottom: .3rem;
	display: block;
}

.ft_top4:hover .sub_menu {
	display: block;
}

.top4_a img {
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.ft_top4:hover .top4_a img {

	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}


/* 关于我们头部 */
.about_header{
	 width: 100%;
	  height: auto;  
}
.aboutBj_1{
	 background: url(2021about_1.png) no-repeat top center;
	  background-size:cover 360px;
}
.aboutBj_2{
	background: url(2021_investor.png) no-repeat top center;
	 background-size:cover 360px;
}
.aboutBj_3{
	 height: 360px;
	background: url(2021_joinus.png) no-repeat top center;
	 background-size:cover 360px;
}

.aboutBj_4{background: url(2021_news1.png) no-repeat top center;
	 background-size:cover 360px; }
.aboutBj_5{
	height: 360px;
	background: url(2021_brand1.png) no-repeat top center;
	 background-size:cover 360px;
}

.aboutBj_6{background: url(2021_info.png) no-repeat top center;
	 background-size:cover 360px; }	 
	.aboutBj_7{
		height: 360px;
		background: url(2021_industry.png) no-repeat top center;
		 background-size:cover 360px;
	} 
	.aboutBj_8{
		background: url(2021_info1.png) no-repeat top center;

	} 
	
	 
.about_title>h5{ font-size: 54px; color: #fff; font-weight: bold; padding-top: 104px; line-height: 1; padding-bottom:31px;}
.about_title>h6{font-size: 36px;font-family: Arial;font-weight: bold;color: #FFFFFF;padding-bottom: 76px; line-height: 1; }
.about_title .about_a{  margin-bottom: 32px;;}
.about_title .about_a a{color: #fff; font-size: 18px; font-weight: 400;  line-height: 1 }
 .about_a a:nth-child(1){ color:#E9E9E9}

  .about_a  span{ color: #E9E9E9;}
  .about_a a:last-child{ color: #fff;}
  
  .subNav_ul{ background: #FFFFFF;
box-shadow: 7px 7px 25px 0px rgba(220, 220, 220, 0.8);
border-radius: 0px 0px 30px 0px;  padding: 30px 30px 0; box-sizing: border-box;}
.subNav_ul li a{ color: #333; font-size: 18px; padding-bottom: 29px; display: block; margin-right: 28px;}
.subNav_ul li a:hover{ color: #CA0915; 
      border-bottom: 3px solid  #CA0915; 
      }
.subNav_ul .active a{ color: #CA0915; 
      border-bottom: 3px solid  #CA0915; 
          
}

/*  分页 */
.pages_wrap{ padding: 50px 0 35px; }
@font-face {
  font-family: "_iconfont";
  src: url("https://at.alicdn.com/t/font_2057696_oufcx8a9u4l.eot?t=1599707778754");
  /* IE9 */
  src: url("https://at.alicdn.com/t/font_2057696_oufcx8a9u4l.eot?t=1599707778754#iefix") format("embedded-opentype"), url("data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAAALAAAsAAAAABrAAAAJxAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHEIGVgCDBgqBDIEMATYCJAMMCwgABCAFhHkHNhveBciemjwJ1MKAYmHdqAUAcIqH//b7/T4zcy8qUVSSV5JJIlEaiQQt/NW9pN+9hHe1dJfQ6vi245PuomhNVft177/vX6UIw8Q3oaORCIvD43BYhp4AZP63ephSQZ5hGbtDAzyZLScbzyfunTaBAn4YAMw1bEzhKA1wrEERdZ8oIW6RXcSduIjTBFoNaagdn93cs2UFmhSIlyTy2HLBoyhGvFmoG1YW8aHSnN5SeI+Ij//WYpmkytDM8+fTkB38il+v2YbuOImXIK+vkLGAKcRDY+TKnDAYc1ol893ptSKkufyNiTi+qMZ/eCRB1FBuO5hRoolfQDmZNMu8u45luDtmRjHz9P5bQ/RsZ5P2NuM4UDhat2tE43qm8ElMZ0//oPDqrSBiavuznRn7YipYGk4ssU9PDa7Pq/BX0z5ByvQZ/wSk7+mHQPDW37XO1sFfc1sBP/0jRaoClk2zBJj7s7jAtuLzkTYXl0M5oS3rAZgSMsu0a0COXt/jFQM3lAgtBkY4mgzdnK3FZEYu9CVU2myj1uIQreZdr2/Tx5oTpQVzhhJCr3cknX4g6/VFLvQfVAb9o9YbG2h1EcM7tpkKs3ok0dMYgv8CSUAlJ3a9+pgU3mJkck8WBfG0R5QqoRK6rU41fo4lynnmKBv1tObAJRVwpp2HeU5QSUox0K1Y62rQbvOmD7UCKtiqIxLyaCgEfC9AIkBKnPfXVj1WibuFIkbOI7tqeJWPkKQkxmCgq6UDIZ9LSljVPb2jWJEeTeMAJ5ECODOGoVyOgKp5WAoFtJZ4RKgy0MbdOFTSWl9WfOUeaIUOy5EiR1GfSTJVc+7VEGMAAAA=") format("woff2"), url("//at.alicdn.com/t/font_2057696_oufcx8a9u4l.woff?t=1599707778754") format("woff"), url("//at.alicdn.com/t/font_2057696_oufcx8a9u4l.ttf?t=1599707778754") format("truetype"), url("//at.alicdn.com/t/font_2057696_oufcx8a9u4l.svg?t=1599707778754#_iconfont") format("svg");
  /* iOS 4.1- */
}

._iconfont {
  font-family: "_iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.iconGroup-:before {
  content: "\e683";
}

.iconzuo:before {
  content: "\e601";
}

._page_container {
  font-family: MicrosoftYaHei;
  font-size: 18px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  user-select: none;
}

._page_container input[type=number] {
  -moz-appearance: textfield;
}

._page_container input[type=number]::-webkit-inner-spin-button,
._page_container input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

._page_container ._pages {
  display: inline-block;
  margin: 0 auto;
}

._page_container ._pages li {
  display: inline-block;
  list-style: none;
  vertical-align: top;
  color: #303133;
  font-weight: bold;
  min-width: 40px;
  text-align: center;
  margin: 0 5px;
  border-radius: 2px;
  cursor: pointer;
}

._page_container ._pages li:hover {
  color: #CA0915;
}

._page_container ._pages li:first-child, ._page_container ._pages li:last-child {
  font-size: 14px;
}

._page_container ._pages ._prev, ._page_container ._pages ._next, ._page_container ._pages ._home, ._page_container ._pages ._last {
  font-size: 12px;
  font-weight: normal;
  padding: 0 8px;
}

._page_container ._jumper {
  display: inline-block;
  color: #606266;
  margin-left: 10px;
}

._page_container ._jumper ._count {
  margin-right: 10px;
}

._page_container ._jumper ._jumper_input {
  display: inline-block;
  font-size: 18px;
  color: #606266;
  width: 40px;
  height: 38px;
  text-align: center;
  margin: 0 5px;
  padding: 3px;
  border: 1px solid #CCCCCC;
  background: none;
  outline: none;
  box-sizing: border-box;
}

._page_container ._jumper ._jumper_input:focus {
  border-color: #CA0915;
}

._pages_1 li {
  background-color: #f4f4f5;
}

._active_1 {
  color: #fff !important;
  background-color: #CA0915 !important;
}

._active_2 {
  color: #CA0915 !important;
}

._disabled {
  cursor: not-allowed !important;
}

._disabled_c {
  color: #c0c4cc !important;
}