   /*style css*/
   
   * {
   	padding: 0;
   	margin: 0 auto;
   	font-family: "MicrosoftYaHei-Bold";
   }
   
   body {
   	max-width: 1920px;
   	width: 100%;
   	height: 100%;
   	background: #fff;
   	font-size: 14px;
   	font-family: "MicrosoftYaHei-Bold", Helvetica, sans-serif;
   	font-weight: 400;
   	-webkit-box-sizing: border-box;
   	-moz-box-sizing: border-box;
   	box-sizing: border-box;
   	-webkit-font-smoothing: subpixel-antialiased;
   	color: #222;
   	line-height: 25px;
   	-webkit-backface-visibility: hidden;
   	backface-visibility: hidden;
   }
   
   html {
   	max-width: 1920px;
   	width: 100%;
   	height: 100%;
   }
   
   h1,
   h2,
   h3,
   h4,
   h5,
   h6
   {
   	font-weight: 400;
   }
   
   h1 {
   	font-size: 38px;
   	text-transform: capitalize;
   }
   
   p {
   	font-size: 16px;
   	font-weight: 300;
   	margin-top: 0;
   	margin-bottom: 0;
   	color: #404040;

   }
   
   a {
   	color: #2a3855;
   	font-family: "Source Sans Pro", Helvetica, sans-serif;
   	font-weight: 400;
   	-webkit-transition: 0.2s ease-in-out;
   	-moz-transition: 0.2s ease-in-out;
   	transition: 0.2s ease-in-out;
   }
   
   a:hover,
   a:active,
   a:focus {
   	outline: none;
   	text-decoration: none;
   }
   
   img {
   	max-width: 100%;
   	/*max-height: 100%;*/
   }
   
   ul>li {
   	color: #726a84;
   	font-size: 17px;
   	font-weight: 300;
   	list-style-type: none;
   }
   
   .typearea {
   	padding: 0px 10rem;
   	width: 100%;
   }
   /*map  css*/
   
   .iw_poi_title {
   	color: #CC5522;
   	font-size: 14px;
   	font-weight: bold;
   	overflow: hidden;
   	padding-right: 13px;
   	white-space: nowrap
   }
   
   .iw_poi_content {
   	font: 12px arial, sans-serif;
   	overflow: visible;
   	padding-top: 4px;
   	white-space: -moz-pre-wrap;
   	word-wrap: break-word
   }
   /*map  css*/
   /* header   start*/
   
   .header {
   	width: 100%;
   	height: 100px;
   	position: fixed;
   	z-index: 10000;
   	background-color: #fff;
   	top: 0px;
   }
   
   .nav-right {
   	display: flex;
	width: 1200px;
   }
   
   .logobox {
   	margin: auto 0;
   }
   
   .logo {
	   width: 271px;
	   height: 64px;
   }
   
   .navbar-nav {
   	flex-direction: row !important;
	   margin-left: 13.5rem;
   }
   
   .nav-bottom {
   	width: 100%;
   	height: 18px;
   	opacity: 0.63;
   	background-color: #486AA2;
   	position: relative;
   	z-index: 10000;
   }
   
   .nav-item {
   	/*width: 60px;*/
   	text-align: center;
   	margin-right: 10px;
	/*height: 100px;*/
	/*background: #cc0000;*/
   }
   
   .nav-link {
   	font-size: 14px;
   	font-family: "MicrosoftYaHei-Bold";
   	color: #122a88;
   	font-weight: 600;
   }
   
   .nav-header {
   	line-height: 84px;
   }
   
   .nav-bg {
   	width: 60px;
   	height: 100%;
   	background-color: #122a88;
   	margin-right: 0px;
   }
   
   .nav-cn {
   	color: #fff;
   }
   
   .nav-cn:hover,
   .nav-cn:focus {
   	color: #fff !important;
   }
   
   .nav-link:hover,
   .nav-link:focus {
   	color: #122a88;
   }
   
   .redLine {
   	width: 20px;
   	height: 2px;
   	background-color: #c30d23;
   	margin: -15px auto;
   	display: none;
   }
   /* header  end*/
   /* footer  start*/
   
   .footer {
   	width: 100%;
   	background-color: #0e1b51;
   	text-align: center;
   	margin-top: 60px;
   }
   
   .footer_item {
   	display: flex;
   	margin-bottom: 0rem;
   }
   
   .footer_line {
   	width: 100%;
   	height: 1px;
   	background-color: #ffffff;
   	opacity: 0.2;
   }
   
   .code img {
   	width: 140px;
   	height: 140px;
   	margin-top: -60px;
   }
   
   .footer_item li {
   	margin: auto;
   }
   
   .footer_item a {
   	font-family: "MicrosoftYaHei";
   	font-size: 16px;
   	font-weight: normal;
   	font-stretch: normal;
   	color: #ffffff !important;
   }
   
   .footer_item a:hover {
   	color: #ffffff !important;
   	text-decoration: none;
   }
   
   .footer_text {
   	margin-top: 30px;
   }
   
   .footer_text p {
   	font-family: "MicrosoftYaHei";
   	font-size: 18px;
   	font-weight: normal;
   	font-stretch: normal;
   	color: #ffffff;
   }
   
   .copyright {
	   padding-top: 50px;
   }
   
   .copyright p {
   	font-family: "MicrosoftYaHei";
   	font-size: 12px;
   	font-weight: normal;
   	font-stretch: normal;
   	color: #777777;
   }
   .helpdesk {
	   padding-top: 10px;
   }
   .helpdesk a{
	   color: #777777;
	   font-size: 12px;
	   text-decoration: none;
   }
   .helpdesk a:hover{
	   color: #777777;
	   font-size: 12px;
	   text-decoration: none;
   }

   /*footer  end*/
   /* index start*/
   
   .slider {
   	margin-top: 100px;
   }
   
   .product_center {
   	width: 100%;
   	margin-top: 80px;
   }
   
   .headline {
   	text-align: center;
   	margin: auto;
   }
   
   .headline_title {
   	display: inline-flex;
   }
   
   .title_left {
   	font-size: 40px;
   	color: #122a89;
   	font-weight: 600;
   	height: 60px;
   }
   
   .title_right {
   	font-size: 30px;
   	color: #444444;
   	margin-left: 14px;
   	line-height: 60px;
   	height: 60px;
   	font-family: "MicrosoftYaHei";
   }
   
   .line {
   	width: 220px;
   	height: 4px;
   	background-color: #c30c22;
   }
   
   .title_bottom {
   	font-family: "MicrosoftYaHei";
   	font-size: 16px;
   	font-weight: bold;
   	letter-spacing: 5px;
   	color: #555555;
   	margin: 30px 0 60px 0;
   }
   
   .description {
   	font-family: "MicrosoftYaHei";
   	font-size: 28px;
   	font-weight: bold;
   	color: #444444;
   }
   
   .description_bottom {
   	font-family: "MicrosoftYaHei";
   	font-size: 18px;
   	font-weight: bold;
   	color: #666666;
   }
   
   .product_slide {
   	padding: 0 2rem !important;
   }
   
   .hot {
   	position: absolute;
   	z-index: 9999;
   }
   
   .slide_next,
   .slide_prev {
   	border-radius: 50px;
   	width: 80px !important;
   	height: 80px !important;
   	background-color: #122a88;
   	opacity: 0.5;
   }
   
   .about {
   	width: 100%;
   	height: 934px;
   	background: url("../img/about_bg.png") no-repeat center center;
   	background-size: 100% 100%;
   	text-align: center;
   	padding-top: 10rem;
   }
   
   .aboutbox_left,
   .aboutbox_right {
   	color: #ffffff;
   }
   
   .aboutbox_text {
   	margin: 60px auto 90px auto;
   }
   
   .aboutbox_text p {
   	font-family: "MicrosoftYaHei";
   	font-size: 16px;
   	font-weight: bold;
   	font-stretch: normal;
   	line-height: 22px;
   	color: #ffffff;
   }
   
   .aboutbox_img {
   	display: flex;
   }
   
   .aboutimg {
   	width: 300px;
   	height: 320px;
   	background-color: #000000;
   }
   
   .aboutsmall {
   	width: 100%;
   	height: 320px;
   	background-image: linear-gradient( rgba(10, 114, 231, 0.61), rgba(10, 114, 231, 0.61)), linear-gradient( #122a89, #122a89);
   	opacity: 0.6;
   	transform: translate(0%, -100%);
   	display: none;
   	padding-top: 35%;
   }
   
   .aboutbox_textone {
   	font-family: "MicrosoftYaHei";
   	font-size: 26px;
   	font-weight: bold;
   	font-stretch: normal;
   	letter-spacing: 0px;
   	color: #ffffff;
   }
   
   .aboutbox_texttwo {
   	font-family: "MicrosoftYaHei";
   	font-size: 16px;
   	font-weight: bold;
   	font-stretch: normal;
   	letter-spacing: 0px;
   	color: #ffffff;
   }
   
   .contactUs {
   	width: 100%;
   	height: 600px;
   	background: url("../img/contact_bg.png") no-repeat center center;
   	background-size: 100% 100%;
   	text-align: center;
   	padding-top: 10rem;
   	margin-bottom: 10rem;
   }
   
   .contactUs_bottom {
   	font-family: "MicrosoftYaHei";
   	font-size: 16px;
   	font-weight: bold;
   	font-stretch: normal;
   	color: #ffffff;
   }
   
   .presscenterbox {
   	margin: 70px 0 80px 0;
   }
   
   .presscentersmall {
   	background-color: #f7f7f7;
   	text-align: center;
   }
   
   .presscentersmall a:hover,
   a:active,
   a:focus {
   	text-decoration: none;
   }
   
   .presscentersmallone {
   	font-family: " MicrosoftYaHei-Bold";
   	font-size: 51px;
   	font-weight: normal;
   	font-stretch: normal;
   	color: #444444;
   	font-weight: 600;
   	padding-top: 20px;
   	margin-bottom: 0px;
   }
   
   .presscentersmalltwo {
   	font-family: "MicrosoftYaHei";
   	font-size: 23px;
   	font-weight: normal;
   	font-stretch: normal;
   	color: #777777;
   }
   
   .presscentersmallthree {
   	font-family: "MicrosoftYaHei";
   	font-size: 18px;
   	font-weight: bold;
   	font-stretch: normal;
   	color: #555555;
   	margin: 55px 0 10px 0;
   	padding-left: 18px;
   	text-align: left;
   }
   
   .presscentersmallfour {
   	font-family: "MicrosoftYaHei";
   	font-size: 16px;
   	font-weight: bold;
   	font-stretch: normal;
   	color: #666666;
   	padding: 0 18px;
   	text-align: left;
   	line-height: 30px;
   }
   
   .presscentersmallfive {
   	width: 100%;
   	height:150px;
   	background-color: #535353;
   }
   
   .contactUs_addbox {
   	display: flex;
   	width: 100%;
   }
   
   .contactUs_map {
   	width: 50%;
   	height: 300px;
   	border: 1px solid #C0C0C0;
   	box-shadow: 0px 2px 3px #C0C0C0;
   	border-right: none;
   }
   
   .contactUs_add {
   	width: 50%;
   	height: 300px;
   	background-color: #ffffff;
   	border: 1px solid #C0C0C0;
   	box-shadow: 0px 2px 3px #C0C0C0;
   	padding: 30px 0 30px 40px;
   	text-align: left;
   	line-height: 55px;
   }
   
   .contactUs_add li {
   	font-family: "MicrosoftYaHei";
   	font-size: 18px;
   	font-weight: normal;
   	font-stretch: normal;
   	letter-spacing: 0px;
   	color: #444444;
   }
   .floating{
   	width: 50px;
    height: 400px;
    background: #fff;
    border: 1px solid #ddd;
    background-color: #000f4e;
    position: fixed;
    right: 30px;
    top: 30%;
    z-index: 2000;
   }
   .floating li{
   	width: 100%;
	   height: 50px;
    cursor: pointer;
   }
   .floating a:hover{
	   text-decoration: none;

   }
   .floating a li{
	  list-style: none;
   }
   .showTel{
	   position: absolute;
	   top: 20%;
	   left: -150px;
	   width: 150px;
	   height: 50px;
	   background: #000f4e;
	   border: 1px solid #ddd;
	   padding: 4px;
	   display: none;
	   line-height: 40px;
	   color:#fff;
	   font-weight: bold;
   }
   .showCode{
   	position: absolute;
    top: 40%;
    left: -100px;
    width: 100px;
    height: 100px;
    background: #fff;
    border: 1px solid #ddd;
    padding: 4px;
    display: none;
   }
   .showCode img{
    width: 100%;
    height: 100%;
    margin: auto;
   }
   .item:hover{
   	background-color: #c30c22;
   	cursor: pointer;
   }
   /*index end*/
   /*Products start*/
   
   .product_recommend {
   	width: 100%;
   	height: 550px;
   	background: url("../img/Products_bg.png") no-repeat center center;
   	background-size: 100% 100%;
   	margin-top: 100px;
   	text-align: center;
   }
   
   .companyname {
   	width: 65%;
   	height: 300px;
   	background-color: rgba(0, 0, 0, 0.5);
   	margin: auto;
   	position: relative;
   	top: 15%;
   	padding-top: 7%;
   }
   
   .companyname_head {
   	font-family: "MicrosoftYaHei-Bold";
   	font-size: 38px;
   	font-weight: normal;
   	font-stretch: normal;
   	color: #ffffff;
   }
   
   .companyname_text {
   	font-family: "MicrosoftYaHei";
   	font-size: 24px;
   	font-weight: normal;
   	font-stretch: normal;
   	color: #ffffff;
   }
   
   .recommendation {
   	width: 100%;
   	/*height: 100px;*/
   	background-color: #ffffff;
   	border-radius: 10px 10px 0px 0px;
   	margin-top: 150px;
   }
   .recommendationone{
   	background-color: #ffffff;
   }
   .Showpicturebig {
   	margin-top: 40px;
   }
   
   .recommendationbox {
   	width: 100%;
   	height: 60px;
   	background-color: #ffffff;
   }
   
   .nav-bottomone {
   	width: 100%;
   	height: 10px;
   	background-color: #122A88;
   }
   
   .recommendation_lefthead {
   	font-family: "MicrosoftYaHei-Bold";
   	font-size: 22px;
   	font-weight: normal;
   	font-stretch: normal;
   	color: #333333;
   	font-weight: 600;
   	padding-top: 20px;
   	margin-bottom: 10px;
   }
   .recommendation_leftheadone{
	font-family: "MicrosoftYaHei";
	font-size: 1rem;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #333333;
	line-height: 50px;
	margin-bottom: 0px;
   }
   .recommendation_rightone a{
	   text-decoration: none;
   }
   .recommendation_rightone a:hover{
	   text-decoration: none;
   }
   .redlineone{
   	width: 60%;
	height: 2px;
	background-color: #c30d23;

   }
   .recommendationone a:hover,
   a:active,
   a:focus {
   	text-decoration: none;
   }
   
   .recommendation_lefttext {
   	font-family: "MicrosoftYaHei";
   	font-size: 14px;
   	font-weight: normal;
   	font-stretch: normal;
   	color: #777777;
   }
   .color{
	   color: #c30d23;
   }
   .cc{
	   color: #122a88;
   }
   .recommendation a:hover,
   a:active,
   a:focus {
   	text-decoration: none;
   }
   
   .Showpicturebox {
   	width: 100%;
   	height: 100%;
   	background-color: #ffffff;
   }

   .Showpicturebigone {
   	width: 100%;
   	height: 390px;
   	padding-left: 0 !important;
   	/*margin-bottom: 20px;*/
	   margin: 0 0 20px 0;
   }


   .Showpicturebigtwo{
   	padding-right: 0 !important;
   }
   .Showpicturebigone a:hover,
   a:active,
   a:focus {
   	text-decoration: none;
   }
   
   /*.Showpicture {
   	position: absolute;
   }*/
   
   .Showpicture_text {
   	width: 100%;
   	position: absolute;
   	top: 75%;
   	z-index: 1000;
   	text-align: center;
   	
   }
   
   .Showpicture_textone {
   	font-family: "MicrosoftYaHei-Bold";
   	font-size: 22px;
   	font-weight: normal;
   	font-stretch: normal;
   	color: #333333;
   	margin-bottom: 0px;
   }
   
   .Showpicture_texttwo {
   	width: 50px;
   	height: 2px;
   	background-color: #cccccc;
   	margin: 15px auto;
   }
   
   .Showpicture_textthree {
   	font-family: "MicrosoftYaHei";
   	font-size: 16px;
   	font-weight: normal;
   	font-stretch: normal;
   	color: #777777;
   	margin-bottom: 0px;
   }
   
   .container_type {
   	padding-right: 0px !important;
   	padding-left: 0px !important;
   }
   
   .Showpicturebox_bottom {
   	width: 100%;
   	height: 100%;
   	background-color: rgba(251, 251, 251, 0.5);
   	position: absolute;
   	transform: translate(0%, -100%);
   	text-align: center;
   	padding-top: 6rem;
   	display: none;
   }
   /*Products end*/
   /*details start*/
   
   .details {
   	width: 100%;
   	height: 280px;
   	background: url("../img/Details_bg.jpg") no-repeat center center;
   	background-size: 100% 100%;
   	margin-top: 100px;
   }
   
   .detailsbig {
   	position: relative;
   	top: 20%;
   }
   
   .details_title {
   	font-family: "MicrosoftYaHei-Bold";
   	font-size: 38px;
   	font-weight: normal;
   	font-stretch: normal;
   	color: #c30d23;
   }
   
   .blueline {
   	width: 60px;
   	height: 2px;
   	background-color: #122a88;
   	margin: 20px 0;
   }
   
   .details_text {
   	font-family: "MicrosoftYaHei";
   	font-size: 20px;
   	font-weight: normal;
   	font-stretch: normal;
   	color: #333333;
   }
   
   .detailsbox {
   	width: 100%;
   	background-color: #eeeeee;
   	display: flex;
   }
   
   .detailsbox_img {
   	width: 50%;
   	height: 100%;
   	display: flex;
   }
   
   .detailsbox_text {
   	width: 50%;
   	height: 100%;
   }
   
   .detailsbox_text {
   	margin: auto;
   }
   
   .detailsbox_textone {
   	font-family: "MicrosoftYaHei-Bold";
   	font-size: 42px;
   	font-weight: normal;
   	font-stretch: normal;
   	color: #122a88;
   }
   
   .detailsbox_texttwo {
   	display: flex;
   }
   
   .detailsbox_textfirst {
   	font-family: "MicrosoftYaHei";
   	font-size: 14px;
   	font-weight: normal;
   	font-stretch: normal;
   	color: #c30d23;
   	width: 8%;
   }
   
   .detailsbox_textsecond {
   	font-family: "MicrosoftYaHei";
   	font-size: 14px;
   	font-weight: normal;
   	font-stretch: normal;
   	letter-spacing: 0px;
   	color: #777777;
   	width: 92%;
   }
   
   .detailsbox_textthree {
   	font-family: "MicrosoftYaHei-Bold";
   	font-size: 22px;
   	font-weight: normal;
   	font-stretch: normal;
   	color: #c30d23;
   	margin-top: 30px;
   }
   
   .detailsbox_textthird {
   	font-family: "MicrosoftYaHei";
   	font-size: 14px;
   	font-weight: normal;
   	font-stretch: normal;
   	letter-spacing: 0px;
   	color: #777777;
   	width: 92%;
   	line-height: 25px;
   	margin-bottom: 0px;
   }
   
   .detailsbox_textfourth {
   	font-family: "MicrosoftYaHei";
   	font-size: 20px;
   	font-weight: normal;
   	font-stretch: normal;
   	letter-spacing: 0px;
   	color: #333333;
   	width: 92%;
   }
   
   .usage {
   	width: 100%;
   	text-align: center;
   }
   
   .usage_title {
   	margin: 40px auto 30px;
   	height: 60px;
   	line-height: 60px;
   	font-family: "MicrosoftYaHei";
   	font-size: 30px;
   	font-weight: normal;
   	font-stretch: normal;
   	letter-spacing: 0px;
   	color: #ffffff;
   	background: url("../img/usage.png") no-repeat center center;
   }
   
   .usage_text {
   	font-family: "MicrosoftYaHei";
   	font-size: 20px;
   	font-weight: normal;
   	font-stretch: normal;
   	letter-spacing: 0px;
   	color: #333333;
   }
   
   .usage_video {
   	width: 100%;
	   height: auto;
   /*	background-color: #898989;*/
   	margin: 30px 0 10rem 0;
   }
   
   .usage_titletext {
   	position: absolute;
   	left: 46%;
   	line-height: 60px;
   }
   /*details end*/
  
   /*News  start*/
  .News{
  	width: 100%;
   	height: 550px;
   	background: url("../img/Newslist_bg.png") no-repeat center center;
   	background-size: 100% 100%;
   	margin-top: 100px;
   	text-align: center;
  }
  .Newslist{
  	display: flex;
  	border: solid 1px #dddddd;
  	padding: 15px;
  }
  .Newslist_time{
  	width: 20%;
  	text-align: center;
  }
  .Newslist_img{
  	width: 36%;
	height: 128px;
  }
  .Newslist_img img{
	  height: 100%;
  }
  .Newslist_text{
  	width: 44%;
  	padding-left: 20px;
    text-align: left;
  }
  .Newslist_timeone{
  	font-family: "MicrosoftYaHei-Bold";
	font-size: 46px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #333333;
  }
  .Newslist_timetwo{
  	font-family: "MicrosoftYaHei";
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #777777;
  }
  .Newslist_textone{
  	font-family: "MicrosoftYaHei-Bold";
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #333333;
	margin-top: 10px;
  }
  .Newslist_texttwo{
  	font-family: "MicrosoftYaHei";
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #777777;
	line-height: 25px;
  }
  .companynews,.Industrynews{
  	margin: 60px 0 10rem 0;
  }
  .companynews_left{
  	padding-left: 0 !important;
  	margin-bottom: 30px;
  }
  .companynews_right{
  	padding-right: 0 !important;
  	margin-bottom: 30px;
  }
  .companynewsbox a:hover,
   a:active,
   a:focus{
   	text-decoration: none;
   }
   .Page_codebox{
   	width: 80px !important;
	height: 40px;
	line-height: 35px;
	background-color: #eeeeee;
	border-radius: 4px;
   }
   .Page_code{
   	width: 40px;
	height: 40px;
	line-height: 35px;
	background-color: #ffffff;
	border-radius: 4px;
	border: solid 2px #cccccc;
	margin: 0 5px;
    text-align: center;
    color: #888888;
   }
   .pagination{
   	width: 100%;
   	margin: auto;
   	justify-content: center;
   }
  /*News end*/
   /*NewsDetail  start*/
   
   .NewsDetail {
   	width: 100%;
   	height: 280px;
   	background: url("../img/Newscenter.jpg") no-repeat center center;
   	background-size: 100% 100%;
   	margin-top: 100px;
   }
   
   .NewsDetail_center {
   	text-align: center;
   	margin: auto;
   }
   
   .NewsDetail_title {
   	font-family: "MicrosoftYaHei";
   	font-size: 38px;
   	font-weight: normal;
   	font-stretch: normal;
   	letter-spacing: 0px;
   	color: #000000;
   	padding-top: 60px;
   }
   
   .NewsDetail_time {
   	font-family: "MicrosoftYaHei";
   	font-size: 14px;
   	font-weight: normal;
   	font-stretch: normal;
   	letter-spacing: 0px;
   	color: #666666;
   	text-align: right;
   	padding: 0 4rem;
   }
   
   .NewsDetail_text {
   	font-family: "MicrosoftYaHei";
   	font-size: 20px;
   	font-weight: normal;
   	font-stretch: normal;
   	letter-spacing: 0px;
   	color: #000000;
   	text-indent: 25px;
   	padding: 0 4rem;
   	text-align: left;
   	margin-top: 60px;
   }
   
   .NewsDetail_img {
   	width: 770px;
   	height: 522px;
   	background-color: #88abda;
   	margin: 50px 0 65px 0;
   }
   /*NewsDetail  end*/
   /*Merchants  start*/
   
   .Merchants {
   	width: 100%;
   	height: 280px;
   	background: url("../img/Merchants_bg.jpg") no-repeat center center;
   	background-size: 100% 100%;
   	margin-top: 100px;
   }
   
   .Merchants_title {
   	font-family: "MicrosoftYaHei-Bold";
   	font-size: 38px;
   	font-weight: normal;
   	font-stretch: normal;
   	letter-spacing: 0px;
   	color: #ffffff;
   }
   
   .Merchants_text {
   	font-family: "MicrosoftYaHei";
   	font-size: 20px;
   	font-weight: normal;
   	font-stretch: normal;
   	letter-spacing: 0px;
   	color: #eeeeee;
   }
   
   .Merchants_titleone {
   	font-family: "MicrosoftYaHei";
   	font-size: 36px;
   	font-weight: normal;
   	font-stretch: normal;
   	letter-spacing: 0px;
   	color: #c30d23;
   	padding-top: 60px;
   	margin-bottom: 20px;
   }
   
   .Merchants_titletwo {
   	display: flex;
   	justify-content: center;
   }
   
   .Merchants_line {
   	height: 3px;
   	margin: auto 0;
   }
   
   .Merchants_textone {
   	font-family: "MicrosoftYaHei-Bold";
   	font-size: 18px;
   	font-weight: normal;
   	font-stretch: normal;
   	letter-spacing: 0px;
   	color: #122a88;
   	margin: 0 30px;
   	font-weight: 600;
   }
   /*Merchants  end*/
   /*contactme  start*/
   
   .contactme {
   	width: 100%;
   	height: 550px;
   	background: url("../img/contactme_bg.png") no-repeat center center;
   	background-size: 100% 100%;
   	margin-top: 100px;
   	text-align: center;
   }
   
   .contactme_title {
   	padding-top: 40px;
   }
   
   .contactme_addbox {
   	display: flex;
   	padding: 0px;
   	margin-top: 70px;
   }
   
   .contactme_add {
   	width: 50%;
   	height: 400px;
   	background-color: #ffffff;
   	padding: 70px 0 30px 30px;
   	text-align: left;
   	line-height: 60px;
   }
   
   .contactme_add li {
   	font-family: "MicrosoftYaHei";
   	font-size: 22px;
   	font-weight: normal;
   	font-stretch: normal;
   	letter-spacing: 0px;
   	color: #333333;
   }
   
   .contactme_map {
   	width: 50%;
   	height: 400px;
   }
   
   .Message {
   	margin: auto;
   	text-align: center;
   	margin-top: 60px;
   }
   
   .Message_title {
   	display: flex;
   }
   
   .Message_titleline {
	   width: 40%;
   	height: 2px;
   	margin: auto 0;
   }
   
   .Message_titleone {
   	margin: 0 20px;
	   width: 20%;
   }
   
   .Message_text {
   	font-family: "MicrosoftYaHei";
   	font-size: 34px;
   	font-weight: normal;
   	font-stretch: normal;
   	letter-spacing: 0px;
   	color: #333333;
   }
   
   .Message_textone {
   	font-family: "MicrosoftYaHei";
   	font-size: 18px;
   	font-weight: normal;
   	font-stretch: normal;
   	letter-spacing: 0px;
   	color: #c30d23;
   }
   
   .Message_btn {
   	width: 200px;
   	height: 40px;
   	background-color: #c30d23;
   	border-radius: 6px;
   	color: #fff;
   	border: none;
   	cursor: pointer;
   	margin: 30px 0 10rem 0;
   }
   
   .Message_nametext {
   	font-family: "MicrosoftYaHei";
   	font-size: 24px;
   	font-weight: normal;
   	font-stretch: normal;
   	letter-spacing: 0px;
   	color: #333333;
   	margin-bottom: 5px;
   }
   
   .Message_name {
   	margin-top: 60px;
   }
   
   .Message_phone,
   .Message_leaveword {
   	margin-top: 30px;
   }
   
   .Message_input {
   	width: 600px;
   	height: 40px;
   	border-radius: 6px;
   	border: solid 1px #bbbbbb;
   }
   
   .Message_inputone {
   	width: 600px;
   	height: 300px;
   	border-radius: 6px;
   	border: solid 1px #bbbbbb;
   }
   
   .xiajiantou {
   	width: 0;
   	height: 0;
   	border-width: 10px;
   	border-style: solid;
   	border-color: #c30d23 transparent transparent transparent;
   }
   
   .contactme_add img {
   	width: 38px;
   	height: 38px;
   	margin-right: 15px;
   }
   /*contactme  end*/
   /*joinin  start*/
   
   .joinin {
   	width: 100%;
   	height: 550px;
   	background: url("../img/joinin_bg.png") no-repeat center center;
   	background-size: 100% 100%;
   	margin-top: 100px;
   	text-align: center;
   }
   
   .joinin_content {
   	margin: auto;
   	text-align: center;
   	margin-top: 80px;
   }
   
   .joinin_text {
   	display: flex;
   }
   
   .joinin_textone {
   	width: 50%;
   	padding: 40px;
   }
   
   .joinin_textimg {
   	width: 50%;
   }
   
   .joinin_contenttitle {
   	font-family: "MicrosoftYaHei-Bold";
   	font-size: 32px;
   	font-weight: normal;
   	font-stretch: normal;
   	letter-spacing: 0px;
   	color: #333333;
   	margin-bottom: 20px;
   }
   
   .joinin_contenttext {
   	font-family: "MicrosoftYaHei";
   	font-size: 24px;
   	font-weight: normal;
   	font-stretch: normal;
   	letter-spacing: 0px;
   	color: #777777;
   	text-align: left;
   }
   
   .joinin_btn {
   	width: 120px;
   	height: 40px;
   	background-color: #c30d23;
   	border-radius: 4px;
   	line-height: 40px;
   	margin-top: 30px;
   }
   
   .joinin_btn a {
   	color: #FFFFFF;
   	text-decoration: none;
   }
   
   .joinin_btn a:hover,
   a:active,
   a:focus {
   	color: #FFFFFF;
   	text-decoration: none;
   }
   
   .joinin_contentbox {
   	width: 100%;
   	background: url("../img/joinin_bgone.png") no-repeat;
   	background-size: 100% 400px;
   	margin: 100px auto 10rem auto;
   	text-align: center;
   }
   
   .joinin_contentboxtitle {
   	padding-top: 50px;
   }
   
   .joinin_contentboxtext {
   	margin-top: 50px;
   	padding: 0px;
   	background-color: #dddddd;
   	border: 1px solid #BBBBBB;
   }
   
   .contentbox_titlebox {
   	text-align: start;
   }
   
   .collapsed {
   	font-family: "MicrosoftYaHei";
   	font-size: 18px;
   	font-weight: normal;
   	font-stretch: normal;
   	letter-spacing: 0px;
   	color: #333333;
   }
   .contentbox_title{
   	width: 100%;
   	height: 60px;
   	line-height: 60px;
    padding:0 40px 0 40px;
   	margin-bottom: 0px;
   	border: 1px solid #BBBBBB;
   	border-top: none;
   }
   .contentbox_titleone{
   	width: 100%;
	height: 60px;
   	line-height: 60px;
	padding:0 40px 0 70px;
	margin-bottom: 0px;
	border: 1px solid #BBBBBB;
   	border-top: none;
   }
   .contentbox_text{
    width: 100%;
	padding:20px 40px 20px 70px;
	margin-bottom: 0px;
	background-color: #ffffff;
   }
   .panel-heading a:hover,
   a:active,
   a:focus {
   	text-decoration: none;
   }
   .contentbox_zuojiantou,.contentbox_xiajiantou{
   	float: right;
    font-size: 30px !important;
    font-weight: 600 !important;
   }
   .jiantouhide{
   	display: none;
   }
   /*joinin  end*/
   /*about  start*/
   
   .aboutMe {
   	width: 100%;
   	height: 550px;
   	background: url("../img/about_bgone.png") no-repeat center center;
   	background-size: 100% 100%;
   	margin-top: 100px;
   	text-align: center;
   }
   
   .aboutMebox {
   	margin-top: 100px;
   	text-align: center;
   	
   }
   
   .aboutMe_title {
   	font-family: "MicrosoftYaHei";
   	font-size: 36px;
   	font-weight: normal;
   	font-stretch: normal;
   	letter-spacing: 0px;
   	color: #c30d23;
   }
   
   .aboutMe_content {
   	margin-top: 80px;
   }
   
   .aboutMe_content p {
   	font-family: "MicrosoftYaHei";
   	font-size: 18px;
   	font-weight: normal;
   	font-stretch: normal;
   	letter-spacing: 0px;
   	color: #333333;
   	text-indent: 35px;
   	text-align: left;
   	margin-bottom: 0px;
   	line-height: 35px;
   }
   
   .aboutMe_content img {
	   /*margin: 5px 2.5px 5px 5px;*/
	   width: 100%;
	   height: 100%;
   }
   
   .aboutMe_contenttime {
   	text-align: right;
   	margin: 30px auto 10rem auto;
   }
   
   .aboutMe_speech {
   	width: 100%;
   	height: auto;
   	background: url("../img/speech.png") no-repeat center center;
   	background-size: 100% 100%;
   	margin-top: 100px;
   	text-align: center;
   }
   
   .speechname {
   	font-family: "MicrosoftYaHei";
   	font-size: 48px;
   	font-weight: normal;
   	font-stretch: normal;
   	letter-spacing: 0px;
   	color: #122a88;
      margin-top: -50px;
   }
   
   .speechjob {
   	font-family: "MicrosoftYaHei";
   	font-size: 20px;
   	font-weight: normal;
   	font-stretch: normal;
   	letter-spacing: 0px;
   	color: #333333;
   }
   
   .aboutMe_speechone {
   	padding: 15% 0 0 40%;
   	text-align: left;
   }
   
   .aboutMe_speechtwo {
   	padding: 10% 0 5% 40%
   }
   
   .speechtext {
   	    width: 80%;
   	font-family: "MicrosoftYaHei";
   	font-size: 18px;
   	font-weight: normal;
   	font-stretch: normal;
   	letter-spacing: 0px;
   	color: #ffffff;
   	margin-left: 0px;
   	text-align: left;
   }
   .News_networkup{
   	margin: 80px auto 60px auto;
   }
   .News_networkdown img{
   	margin-bottom: 80px;
   }
   .News_networktitle{
   	font-family: "MicrosoftYaHei-Bold";
	font-size: 22px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #c30d23;
   }
   .News_networktext{
   	font-family: "MicrosoftYaHei";
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #333333;
   }
   .progressbox{
   	width: 100%;
   	/*background: url("../img/progress_bg.png") no-repeat center center;*/
   	background-size: 100% 100%;
   	margin-top: 100px;
   	text-align: center;
   }
   .bluejiantou{
   	width: 0;
    height: 0;
    border-width: 12px;
    border-style: solid;
    border-color: transparent transparent #122a88 transparent ;
    position: absolute;
    top: -1%;
    left: 48.9%;
    z-index: 10000;
   }
   .timeline_left{
   	width: 25rem !important;
   	background: #fff;
    /* border: 1px solid #888888; */
    color: #555;
    position: relative;
    float: right !important;
    text-align: left;
   }
   .timeline_right{
   	width: 25rem !important;
   	background: #fff;
    /* border: 1px solid #888888; */
    color: #555;
    position: relative;
    float: left !important;
    text-align: left;
   }
   .hualine_left{
   	height: 4px;
    width: 26rem;
    position: absolute;
    right: 13px;
    margin-top: 3px;
    background-image: linear-gradient(90deg, 
		#c30d23 0%, 
		#122a88 100%), 
	linear-gradient(
		#122a88, 
		#122a88);
	background-blend-mode: normal, 
		normal;
   }
   .hualine_right{
   	height: 4px;
     width: 26rem;
    position: absolute;
    left: 13px;
    margin-top: 3px;
    background-image: linear-gradient(-90deg, 
		#c30d23 0%, 
		#122a88 100%), 
	linear-gradient(
		#122a88, 
		#122a88) ;
	background-blend-mode: normal, 
		normal;
   }
   .timeline_left h4{
   	font-family: "MicrosoftYaHei-Bold";
	font-size: 28px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #c30d23 !important;
	padding-left: 1.1rem;
	font-weight: 600 !important;
   }
   .timeline_left p{
   	font-family: "MicrosoftYaHei";
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #333333 !important;
	line-height: 2rem;

   }
   .timeline_right h4{
   	font-family: "MicrosoftYaHei-Bold";
	font-size: 28px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #c30d23 !important;
	padding-right: 1.1rem;
	text-align: right !important;
	font-weight: 600 !important;
   }
   .timeline_right p{
   	font-family: "MicrosoftYaHei";
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #333333 !important;
	line-height: 2rem;

   }
   .News_networkdownbox{
   	width: 260px;
   	height: 450px;
   	margin: 60px auto;
   }
   .News_networkdowntext{
   	font-family: "MicrosoftYaHei";
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #ffffff;
	padding: 0 55px 0 50px;
	text-align: left;
	position: absolute;
    top: 40%;
   }
   .culture{
   	padding: 0 !important;
   	height: 100%;
   	width: 100%;
   	margin: 80px auto;
   }
   .culturebox{
   	padding: 0 !important;
   	height: 100%;
   	width: 100%;
   }
   .cultureboxone{
   	text-align: center;
   	margin: auto;
   }
   .culturebox_textone{
   	font-family: "icrosoftYaHei";
	font-size: 28px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #333333;
   }
   .culturebox_texttwo{
   	width: 60px;
	height: 5px;
	background-color: #c30d23;
   }
   .culturebox_textthree{
   	font-family: "MicrosoftYaHei";
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #777777;
   }
   .culturebox_one{
   	height: 220px;
   	width: 100%;
   	background-color: #EEEEEE;
   	padding-top: 50px;
   }
   .culturebox_two{
   	height: 300px;
   	width: 100%;
   }
   .culturebox_four{
   	height: 220px;
   	width: 100%;
   }
   .culturebox_three{
   	height: 140px;
   	width: 100%;
   	background-color: #EEEEEE;
   }
   .culturebox_five{
   	background-color: #e0e6ff;
   }
   /*about  end*/
   /*innovate  start*/
   
   .innovate {
   	width: 100%;
   	height: 550px;
   	background: url("../img/innovate_bg.png") no-repeat center center;
   	background-size: 100% 100%;
   	margin-top: 100px;
   	text-align: center;
   }
   .innovatebox_left{
   	padding-left: 0px !important;
   }
   .innovatebox_right{
   	padding-right: 0px !important;
   }
   .innovate_right{
   	margin: 30px auto 8rem auto;
   }
   .innovatebox{
   	margin-top:40px;
   }
    /*innovate  end*/
   
   /*kitchen  start*/
   .kitchen{
   	width: 100%;
   	height: 550px;
   	background: url("../img/kitchen_bg.png") no-repeat center center;
   	background-size: 100% 100%;
   	margin-top: 100px;
   	text-align: center;
   }
   .innovate_img{
   	margin:40px auto;
   }
   .innovate_imgone{
   	margin:40px auto 80px auto;
   }
    /*kitchen  end*/

   .icon-icon_arrow_left:before {
	   content: "\e60c";
	   color: #7b7373;
	   font-size: 50px;
   }

   .icon-jiantouyou:before {
	   content: "\e62d";
	   color: #7b7373;
	   font-size: 50px;
   }

   .icon-jiantouzuo:before {
	   content: "\e620";
	   color: #fff;
	   font-size: 50px;
	   margin-left: 13px;
   }

   .icon-jiantouyou1:before {
	   content: "\e61f";
	   color: #fff;
	   font-size: 50px;
	   margin-left: 17px;
   }
   .icon-zuojiantou:before {
	   content: "\e731";
   }
   .icon-xiajiantou:before {
	   content: "\e732";
   }
   .icon-dian:before {
	   content: "\ec1e";
	   color: #c30d23;
	   font-size: 30px;
	   margin-left:-9px;
   }
   .icon-shangjiantou:before {
	   content: "\e61d";
	   font-size: 1.8rem;
	   color: #fff;
	   margin: 10px;
   }
   .icon-tubiao-:before {
	   content: "\e618";
	   font-size: 1.8rem;
	   color: #fff;
	   margin: 10px;
   }
   .icon-erweima1:before {
	   content: "\e61a";
	   font-size: 1.8rem;
	   color: #fff;
	   margin: 10px;
   }
   .icon-dianhua:before {
	   content: "\e667";
	   font-size: 1.8rem;
	   color: #fff;
	   margin: 10px;
   }
   .icon-tianmao:before {
	   content: "\e757";
	   font-size: 1.8rem;
	   color: #fff;
	   margin: 10px;
   }

   .icon-chaolianjie:before {
	   content: "\e61d";
	   font-size: 1.8rem;
	   color: #fff;
	   margin: 10px;
   }
   .icon-tuite_twitter:before {
	   content: "\e6e4";
	   font-size: 1.8rem;
	   color: #fff;
	   margin: 10px;
   }
   .icon-FACEBOOK:before {
	   content: "\e601";
	   font-size: 1.8rem;
	   color: #fff;
	   margin: 10px;
   }
   .icon-LinkedinIn:before {
	   content: "\e608";
	   font-size: 1.8rem;
	   color: #fff;
	   margin: 10px;
   }
   .ss{
	   margin-left: 25px;
	   border: 2px solid #122a88;
	   height: 40px;
	   margin-top: 30px;
	   color:#122a88;
	}
   .ss option{
	   color:#122a88;

   }