   /*style css*/
   
   * {
   	padding: 0;
   	margin: 0 auto;
   	font-family: "MicrosoftYaHei-Bold";
   }
   
   body {
   	max-width: 1920px;
   	width: 100%;
   	height: 100%;
   	background: #fff;
   	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 1rem;
   	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%;
   	position: fixed;
   	z-index: 10000;
   	background-color: #fff;
   	top: 0px;
   }
   
   .logobox {
   	margin: auto 0;
   }
   
   .logo {
   	height: 70%;
   }
   
   .nav-bottom {
   	width: 100%;
   	height: 2.5rem;
   	background-color:rgba(18,42,136,1);
   }
   
   .nav-header {
   	height: 3.75rem;
   	display: flex;
   }
   
   .nav-left {
   	width: 100%;
   	height: 100%;
   	margin: auto 0;
   	line-height: 3.75rem;
   }
   
   .nav-right {
   	width: 100%;
   	height: 100%;
   	text-align: right;
   	margin: auto 0;
   	line-height: 3.75rem;
   }
   
   .translate {
   	font-family: "PingFang-SC-Medium";
   	font-size: 1rem;
   	font-weight: normal;
   	font-stretch: normal;
   	letter-spacing: 0px;
   	color: #122a88;
   }
   
   .navbar-default {
   	padding: 0 !important;
   }
   
   .nav_text {
   	background-color: #112C88;
   	width: 100%;
   	height: 100%;
   	text-align: center;
   	margin: auto;
   	border-bottom: 1px solid #ACB5D5;
   	line-height: 2.5rem;
   }
   .nav_text a {
   	color: #FFFFFF;
   	font-size: 1rem;
   }
   .nav_text a:hover,
   a:active,
   a:focus{
   	text-decoration: none;
   	color: #FFFFFF;
   }
   .nav_upjiantouone,.nav_downjiantouone{
   	position: absolute;
   	right: 1rem;
   }
   .header .dropdown-menu li{
   	border-top: 1px solid #ACB5D5;
   }
   .header .navbar-header {
   	width: 100%;
   	line-height: 1.875rem;
   	text-align: center;
   }
   
   .header .navbar-toggle {
   	/*float: right;*/
   	position: absolute;
    right: 1rem;
   	border: 0;
   	background-color: transparent;
   	outline: none !important;
   }
   .header .dropdown-toggle::after{
   	content: none;
   }
   .nav_upjiantou,
   .nav_downjiantou {
   	line-height: 2.4rem;
   }
   
   .header .navbar-brand {
   	color: #FFFFFF;
   	font-size: 0.875rem !important;
   	margin-right: 0px;
   }
   
   .nav_jiantouhide,.nav_jiantouonehide {
   	display: none;
   }
   
   .header .collapse {
   	background-color: #112C88;
   }
   
   .header .dropdown-divider {
   	width: 90%;
   	background-color: #8F9FC6 !important;
   	margin: auto;
   }
   
   .header .dropdown-menu {
   	border: 0;
   	border-radius: 0;
   	background-color: #284093;
   	text-align: center;
   	padding: 0;
   	margin: 0;
   }
   .nav_line{
   	border-bottom: 1px solid #ACB5D5;
   }
   .nav_lineone{
   	border-bottom:0;
   }
   .nav_bg{
   	background-color: #3E5F9D !important;
   }
   /* header  end*/
   /* footer  start*/
   
   .footer {
   	width: 100%;
   	background-color: #0e1b51;
   	text-align: center;
   	margin-top: 2.5rem;
   }
   
   .code img {
   	width: 6.25rem;
   	height: 6.25rem;
   	margin-top: -2.5rem;
   }
   
   .footer_text {
   	margin-top: 1.5rem;
   }
   
   .footer_text p {
   	font-family: "MicrosoftYaHei";
   	font-size: 1rem;
   	font-weight: normal;
   	font-stretch: normal;
   	color: #ffffff;
   }
   
   .copyright {
   	padding:0.75rem 0;
   }
   
   .copyright p {
   	font-family: "MicrosoftYaHei";
   	font-size: 0.75rem;
   	font-weight: normal;
   	font-stretch: normal;
   	color: #777777;
   	margin-bottom: 0;
   }

   .helpdesk {
	   padding: .75rem 0 .5rem 0;
   }
   .helpdesk a{
	   color: #777777;
	   font-size: .75rem;
	   text-decoration: none;
	   font-weight: normal;
	   font-stretch: normal;
   }
   .helpdesk a:hover{
	   color: #777777;
	   font-size: 0.75rem;
	   text-decoration: none;

   }

   /*footer  end*/
   /* index start*/
   
   .slider {
   	margin-top: 6.25rem;
   }
   
   .product_center {
   	width: 100%;
   	margin-top: 3.75rem;
   }
   
   .headline {
   	text-align: center;
   	margin: auto;
   }
   
   .headlinebox {
   	margin-top: 1.875rem;
   }
   
   .headline_title {
   	display: inline-flex;
   }
   
   .title_left {
   	font-size: 1.875rem;
   	color: #122a89;
   	font-weight: 600;
   }
   
   .title_right {
   	font-size: 1rem;
   	color: #444444;
   	margin-left: 0.875rem;
   	line-height: 2.5rem;
   	font-family: "MicrosoftYaHei";
   }
   
   .line {
   	width: 25%;
   	height: 2px;
   	background-color: #c30c22;
   }
   
   .title_bottom {
   	font-family: "MicrosoftYaHei";
   	font-size: 0.875rem;
   	font-weight: bold;
   	letter-spacing: 5px;
   	color: #555555;
   	margin: 1.5rem 0 2rem 0;
   }
   
   .description {
   	font-family: "MicrosoftYaHei";
   	font-size: 1rem;
   	font-weight: bold;
   	color: #444444;
   	margin-bottom: 0.652rem;
   }
   
   .description_bottom {
   	font-family: "MicrosoftYaHei";
   	font-size: 0.5rem;
   	font-weight: bold;
   	color: #666666;
   	margin-bottom: 0rem;
   }
   
   .product_slide {
   	padding: 0 2rem !important;
   }
   
   .about {
   	width: 100%;
   	background: url("../img/about_bg.png") no-repeat center center;
   	background-size: 100% 100%;
   	text-align: center;
   	padding-top: 3.2rem;
   }
   
   .aboutbox_left,
   .aboutbox_right {
   	color: #ffffff;
   }
   
   .aboutbox_text {
   	margin: 2rem auto;
   }
   
   .aboutbox_text p {
   	font-family: "MicrosoftYaHei";
   	font-size: 0.75rem;
   	font-weight: bold;
   	font-stretch: normal;
   	/*line-height: 22px;*/
   	color: #ffffff;
   	margin-bottom: 0;
   }
   
   .aboutbox_img {
   	display: flex;
   }
   
   .aboutimg {
   	width: 100%;
   	height: 100%;
   	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%;
   	background: url("../img/contact_bg.png") no-repeat;
   	background-size: 100% 60%;
   	text-align: center;
   	padding-top: 3.2rem;
   	margin-bottom: 4.5rem;
   }
   
   .contactUs_bottom {
   	font-family: "MicrosoftYaHei";
   	font-size: 0.875rem;
   	font-weight: bold;
   	font-stretch: normal;
   	color: #ffffff;
   }
   
   .presscenterbox {
   	width: 100%;
   	margin: 1.875rem 0;
   }
   
   .presscenterbox_text {
   	width: 32% !important;
   	padding: 0 !important;
   }
   
   .presscentersmall {
   	background-color: #f7f7f7;
   	text-align: center;
   }
   
   .presscentersmall a:hover,
   a:active,
   a:focus {
   	text-decoration: none;
   }
   
   .presscentersmallone {
   	font-family: " MicrosoftYaHei-Bold";
   	font-size: 1.5rem;
   	font-weight: normal;
   	font-stretch: normal;
   	color: #444444;
   	font-weight: 600;
   	padding-top: 1.125rem;
   	margin-bottom: 0px;
   }
   
   .presscentersmalltwo {
   	font-family: "MicrosoftYaHei";
   	font-size: 0.75rem;
   	font-weight: normal;
   	font-stretch: normal;
   	color: #777777;
   	margin-bottom: 0;
   }
   
   .presscentersmallthree {
   	font-family: "MicrosoftYaHei";
   	font-size: 0.875rem;
   	font-weight: bold;
   	font-stretch: normal;
   	color: #555555;
   	margin: 0.5rem auto 0.1rem auto;
   	text-align: left;
   	word-wrap: normal;
   	padding: 0 0.5rem;
   }
   
   .presscentersmallfour {
   	font-family: "MicrosoftYaHei";
   	font-size: 0.6rem;
   	font-weight: bold;
   	font-stretch: normal;
   	color: #666666;
   	padding: 0 0.5rem;
   	text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
   }
   
   .presscentersmallfive {
   	width: 110px;
   	height: 74px;
   	background-color: #535353;
   }
   
   .contactUs_addbox {
   	width: 100%;
   }
   
   .contactUs_map {
   	width: 100%;
   	height: 18rem;
   }
   
   .contactUs_add {
   	width: 100%;
   	background-color: #ffffff;
   	border: 1px solid #C0C0C0;
   	box-shadow: 0px 2px 3px #C0C0C0;
   	padding: 1.5rem 0 0 0.5rem;
   	text-align: left;
   	line-height: 2.75rem;
   	border-top: 0px;
   }
   
   .contactUs_add li {
   	font-family: "MicrosoftYaHei";
   	font-size: 0.95rem;
   	font-weight: normal;
   	font-stretch: normal;
   	letter-spacing: 0px;
   	color: #444444;
   	word-wrap: break-word;
   }
   /*index end*/
   /*Products start*/
   
   .product_recommend {
   	width: 100%;
   	height: 16.5rem;
   	background: url("../img/Products_bg.png") no-repeat center center;
   	background-size: 100% 100%;
   	margin-top: 6.25rem;
   	text-align: center;
   }
   
   .companyname {
   	height: 11.5rem;
   	background-color: rgba(0, 0, 0, 0.5);
   	margin: auto;
   	position: relative;
   	top: 1.875rem;
   	padding-top: 15%;
   }
   
   .companyname_head {
   	font-family: "MicrosoftYaHei-Bold";
   	font-size: 1.5rem;
   	font-weight: normal;
   	font-stretch: normal;
   	color: #ffffff;
   }
   
   .companyname_text {
   	font-family: "MicrosoftYaHei";
   	font-size: 1rem;
   	font-weight: normal;
   	font-stretch: normal;
   	color: #ffffff;
   }
   
   .recommendationone {
   	background-color: #ffffff;
   }
   
   .Showpicturebig {
   	margin: 2rem auto 4.5rem auto;
   }
   
   .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;
   }
   
   .redlineone {
   	width: 60%;
   	height: 2px;
   	background-color: #c30d23;
   	display: none;
   }
   
   .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;
   }
   
   .recommendation a:hover,
   a:active,
   a:focus {
   	text-decoration: none;
   }
   
   .Showpicturebox {
   	width: 100%;
   	height: 100%;
   	background-color: #ffffff;
   }
   
   .Showpicturebigone {
   	width: 50% !important;
   	/*height: 100%;*/
   	padding-left: 0 !important;
   	margin-bottom: 2.5rem;
   }
   
   .Showpicturebigtwo {
   	width: 50% !important;
   	/*height: 100%;*/
   	padding-right: 0 !important;
   	margin-bottom: 2.5rem;
   }
   
   .Showpicturebigone a:hover,
   a:active,
   a:focus {
   	text-decoration: none;
   }
   
   .Showpicture {
   	width: 100%;
   	height: 100%;
   }
   
   .Showpicture_text {
   	width: 100%;
   	position: relative;
   	bottom: 25%;
   	z-index: 1000;
   	text-align: center;
   }
   
   .Showpicture_textone {
   	font-family: "MicrosoftYaHei-Bold";
   	font-size: 1rem;
   	font-weight: normal;
   	font-stretch: normal;
   	color: #333333;
   	margin-bottom: 0px;
   }
   
   .Showpicture_texttwo {
   	width: 30%;
   	height: 2px;
   	background-color: #cccccc;
   	margin: 0.9375rem auto;
   }
   
   .Showpicture_textthree {
   	font-family: "MicrosoftYaHei";
   	font-size: 0.5rem;
   	font-weight: normal;
   	font-stretch: normal;
   	color: #777777;
   	margin-bottom: 0px;
   }
   
   .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;
   }
   .pagination span, a{
    font-size: 0.75rem;
   }
   /*Products end*/
   /*details start*/
   
   .details {
   	width: 100%;
   	height: 10rem;
   	background: url("../img/Details_bg.jpg") no-repeat center center;
   	background-size: 100% 100%;
   	margin-top: 6.25rem;
   }
   
   .detailsbig {
   	position: relative;
   	top: 20%;
   }
   
   .details_title {
   	font-family: "MicrosoftYaHei-Bold";
   	font-size: 1.5rem;
   	font-weight: normal;
   	font-stretch: normal;
   	color: #c30d23;
   	margin-bottom: 0;
   }
   
   .blueline {
   	width: 3.75rem;
   	height: 2px;
   	background-color: #122a88;
   	margin: 0.5rem 0;
   }
   
   .details_text {
   	font-family: "MicrosoftYaHei";
   	font-size: 0.975rem;
   	font-weight: normal;
   	font-stretch: normal;
   	color: #333333;
   }
   
   .detailsbox {
   	width: 100%;
   	height: auto;
   	background-color: #eeeeee;
   }
   
   .detailsbox_img {
   	width: 100%;
   	display: flex;
    padding-top: 6%;
    padding-bottom: 6%;
   }
   
   .detailsbox_text {
   	width: 100%;
   	height: auto;
   }
   
   .detailsbox_text {
   	margin: auto;
	background-color: #eeeeee;
   }
   
   .detailsbox_textone {
   	font-family: "MicrosoftYaHei-Bold";
   	font-size: 1.5rem;
   	font-weight: normal;
   	font-stretch: normal;
   	color: #122a88;
   	text-align: center;
   	margin-bottom: 1.25rem;
   }
   
   .detailsbox_texttwo {
   	display: flex;
   }
   
   .detailsbox_textfirst {
   	font-family: "MicrosoftYaHei";
   	font-size: 0.875rem;
   	font-weight: normal;
   	font-stretch: normal;
   	color: #c30d23;
   	width: 8%;
   }
   
   .detailsbox_textthree {
   	font-family: "MicrosoftYaHei-Bold";
   	font-size: 1.125rem;
   	font-weight: normal;
   	font-stretch: normal;
   	color: #c30d23;
   	margin-top: 1.875rem;
   }
   
   .detailsbox_textthird {
   	font-family: "MicrosoftYaHei";
   	font-size: 0.8rem;
   	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: 1rem;
   	font-weight: normal;
   	font-stretch: normal;
   	letter-spacing: 0px;
   	color: #333333;
   	width: 92%;
   }
   
   .usage {
   	width: 100%;
   	text-align: center;
	padding-bottom: 10px;
   }
   
   .usage_title {
   	margin: 2rem auto 1.5rem;
   	height: 2rem;
   	line-height: 2rem;
   	font-family: "MicrosoftYaHei";
   	font-size: 1.25rem;
   	font-weight: normal;
   	font-stretch: normal;
   	letter-spacing: 0px;
   	color: #ffffff;
   	background: url("../img/usage.png") no-repeat center center;
   	background-size: 50% 100%;
   }
   
   .usage_text {
   	font-family: "MicrosoftYaHei";
   	font-size: 1rem;
   	font-weight: normal;
   	font-stretch: normal;
   	letter-spacing: 0px;
   	color: #333333;
   }
   
   .usage_video {
   	width: 100%;
    height: auto;
   	/*background-color: #898989;*/
   	margin: 1.875rem auto 4.5rem auto;
   }
   
   .usage_titletext {
   	position: absolute;
   	left: 46%;
   	line-height: 60px;
   }
   /*details end*/
   /*News  start*/
   
   .News {
   	width: 100%;
   	height: 16.5rem;
   	background: url("../img/Newslist_bg.png") no-repeat center center;
   	background-size: 100% 100%;
   	margin-top: 6.25rem;
   	text-align: center;
   }
   
   .companynews {
   	margin: 2rem auto 4.5rem auto;
   }
   
   .Newslist {
   	display: flex;
   	border: solid 1px #dddddd;
   	padding: 0.5rem;
   }
   
   .Newslist_time {
   	width: 20%;
   	text-align: center;
   }
   
   .Newslist_img {
   	width: 36%;
   	padding: 0 0.875rem 0 0.5rem;
   }
   
   .Newslist_text {
   	width: 44%;
   	text-align: left;
   }
   
   .Newslist_timeone {
   	font-family: "MicrosoftYaHei-Bold";
   	font-size: 2.25rem;
   	font-weight: normal;
   	font-stretch: normal;
   	letter-spacing: 0px;
   	color: #122a88;
   	margin-bottom: 0.1rem;
   }
   
   .Newslist_timetwo {
   	font-family: "MicrosoftYaHei";
   	font-size: 0.5rem;
   	font-weight: normal;
   	font-stretch: normal;
   	letter-spacing: 0px;
   	color: #c30d23;
   }
   
   .Newslist_imgone {
   	width: 100%;
   	height: 100%;
   }
   
   .Newslist_textone {
   	font-family: "MicrosoftYaHei-Bold";
   	font-size: 0.95rem;
   	font-weight: normal;
   	font-stretch: normal;
   	letter-spacing: 0px;
   	color: #333333;
   	margin: 0.625rem 0 0.5rem 0;
   }
   
   .Newslist_texttwo {
   	font-family: "MicrosoftYaHei";
   	font-size: 0.4rem;
   	font-weight: normal;
   	font-stretch: normal;
   	letter-spacing: 0px;
   	color: #777777;
   }
   
   .companynews_left {
   	padding-left: 0 !important;
   	margin-bottom: 1.5rem;
   }
   
   .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: 10rem;
   	background: url("../img/Newscenter.jpg") no-repeat center center;
   	background-size: 100% 100%;
   	margin-top: 6.25rem;
   }
   
   .NewsDetail_center {
   	text-align: center;
   	margin: auto;
   }

   .NewsDetail_title {
   	font-family: "MicrosoftYaHei";
   	font-size: 1.5rem;
   	font-weight: normal;
   	font-stretch: normal;
   	letter-spacing: 0px;
   	color: #000000;
   	padding-top: 2rem;
   }
   
   .NewsDetail_time {
   	font-family: "MicrosoftYaHei";
   	font-size: 0.875rem;
   	font-weight: normal;
   	font-stretch: normal;
   	letter-spacing: 0px;
   	color: #666666;
   	text-align: right;
   }
   
   .NewsDetail_text {
   	font-family: "MicrosoftYaHei";
   	font-size: 0.95rem;
   	font-weight: normal;
   	font-stretch: normal;
   	letter-spacing: 0px;
   	color: #000000;
   	text-indent: 30px;
   	text-align: left;
   	margin-top: 1.5rem;
   }

   .NewsDetail_img {
   	width: 100%;
   	height: 100%;
   	background-color: #88abda;
   	margin: 1rem 0 2rem 0;
   }
   /*NewsDetail  end*/
   /*Merchants  start*/
   
   .Merchants {
   	width: 100%;
   	height: 10rem;
   	background: url("../img/Merchants_bg.jpg") no-repeat center center;
   	background-size: 100% 100%;
   	margin-top: 6.25rem;
   }
   
   .Merchants_title {
   	font-family: "MicrosoftYaHei-Bold";
   	font-size: 1.5rem;
   	font-weight: normal;
   	font-stretch: normal;
   	letter-spacing: 0px;
   	color: #ffffff;
   	margin-bottom: 0px;
   }
   
   .Merchants_text {
   	font-family: "MicrosoftYaHei";
   	font-size: 0.975rem;
   	font-weight: normal;
   	font-stretch: normal;
   	letter-spacing: 0px;
   	color: #eeeeee;
   }
   
   .Merchants_titleone {
   	font-family: "MicrosoftYaHei";
   	font-size: 1.65rem;
   	font-weight: normal;
   	font-stretch: normal;
   	letter-spacing: 0px;
   	color: #c30d23;
   	margin-top: 2rem;
   }
   
   .Merchants_titletwo {
   	display: flex;
   	justify-content: center;
   }
   
   .Merchants_line {
   	height: 3px;
   	margin: auto 0;
   	width: 20%;
   }
   
   .Merchants_textone {
   	font-family: "MicrosoftYaHei-Bold";
   	font-size: 1rem;
   	font-weight: normal;
   	font-stretch: normal;
   	letter-spacing: 0px;
   	color: #122a88;
   	margin: 0 0.9375rem;
   	font-weight: 600;
   }
   /*Merchants  end*/
   /*contactme  start*/
   
   .contactme {
   	width: 100%;
   	height: 16.5rem;
   	background: url("../img/contactme_bg.png") no-repeat center center;
   	background-size: 100% 100%;
   	margin-top: 6.25rem;
   	text-align: center;
   }
   
   .contactme_addbox {
   	padding: 0px;
   	margin-top: 2rem;
   }
   
   .contactme_add {
   	width: 100%;
   	padding: 2rem 0 0 0.5rem;
   	text-align: left;
   }
   
   .contactme_add li {
   	font-family: "MicrosoftYaHei";
   	font-size: 0.95rem;
   	font-weight: normal;
   	font-stretch: normal;
   	letter-spacing: 0px;
   	color: #333333;
   	word-wrap: break-word;
   	line-height: 2rem;
   }
   
   .contactme_map {
   	width: 100%;
   	height: 18rem;
   	box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.5);
   }
   
   .Message {
   	margin: auto;
   	text-align: center;
   	width: 100%;
   	margin-top: 2rem;
   }
   
   .Message_title {
   	display: flex;
   }
   
   .Message_titleline {
   	width: 30%;
   	height: 2px;
   	margin: auto 0;
   }
   
   .Message_titleone {
   	width: 40%;
   }
   
   .Message_text {
   	font-family: "MicrosoftYaHei";
   	font-size: 1.25rem;
   	font-stretch: normal;
   	letter-spacing: 0px;
   	color: #333333;
   	font-weight: 600;
   	margin-bottom: 0.625rem;
   }
   
   .Message_textone {
   	font-family: "MicrosoftYaHei";
   	font-size: 0.75rem;
   	font-weight: normal;
   	font-stretch: normal;
   	letter-spacing: 0px;
   	color: #c30d23;
   	margin-bottom: 0;
   }
   
   .Message_btn {
   	width: 40%;
   	height: 2rem;
   	background-color: #c30d23;
   	border-radius: 6px;
   	color: #fff;
   	border: none;
   	cursor: pointer;
   	margin: 1.25rem 0 2rem 0;
   }
   
   .Message_nametext {
   	font-family: "MicrosoftYaHei";
   	font-size: 0.95rem;
   	font-weight: normal;
   	font-stretch: normal;
   	letter-spacing: 0px;
   	color: #333333;
   	margin-bottom: 5px;
   }
   
   .Message_name {
   	margin-top: 1.5rem;
   }
   
   .Message_phone,
   .Message_leaveword {
   	margin-top: 1.25rem;
   }
   
   .Message_input {
   	width: 80%;
   	height: 2rem;
   	border-radius: 6px;
   	border: solid 1px #bbbbbb;
   }
   
   .Message_inputone {
   	width: 80%;
   	height: 10rem;
   	border-radius: 6px;
   	border: solid 1px #bbbbbb;
   	overflow: scroll;
   	word-break: normal;
   }
   
   .xiajiantou {
   	width: 0;
   	height: 0;
   	border-width: 8px;
   	border-style: solid;
   	border-color: #c30d23 transparent transparent transparent;
   }
   
   .contactme_add img {
   	width: 2rem;
   	height: 2rem;
   	margin-right: 0.5rem;
   }
   /*contactme  end*/
   /*joinin  start*/
   
   .joinin {
   	width: 100%;
   	height: 16.5rem;
   	background: url("../img/joinin_bg.png") no-repeat center center;
   	background-size: 100% 100%;
   	margin-top: 6.25rem;
   	text-align: center;
   }
   
   .joinin_content {
   	margin: auto;
   	text-align: center;
   	margin-top: 2rem;
   }
   
   .joinin_text {
   	display: flex;
   }
   
   .joinin_textone {
   	width: 100%;
   	padding: 0 10%;
   }
   
   .joinin_contenttitle {
   	font-family: "MicrosoftYaHei-Bold";
   	font-size: 1.25rem;
   	font-weight: normal;
   	font-stretch: normal;
   	letter-spacing: 0px;
   	color: #333333;
   	margin-bottom: 0.5rem;
   }
   
   .joinin_contenttext {
   	font-family: "MicrosoftYaHei";
   	font-size: 0.95rem;
   	font-weight: normal;
   	font-stretch: normal;
   	letter-spacing: 0px;
   	color: #777777;
   	text-align: left;
   }
   
   .joinin_btn {
   	width: 35%;
   	height: 1.5rem;
   	background-color: #c30d23;
   	border-radius: 4px;
   	line-height: 1.25rem;
   	margin: 1.5rem auto;
   }
   
   .joinin_btn a {
   	color: #FFFFFF;
   	font-size: 0.75rem;
   	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% 16.5rem;
   	margin: 0 auto 4.5rem auto;
   	text-align: center;
   }
   
   .joinin_contentboxtitle {
   	padding-top: 2rem;
   }
   
   .joinin_contentboxtext {
   	margin-top: 2rem;
   	padding: 0px;
   	background-color: #dddddd;
   	border: 1px solid #BBBBBB;
   }
   
   .contentbox_titlebox {
   	text-align: start;
   }
   
   .collapsed {
   	font-family: "MicrosoftYaHei";
   	font-size: 1.125rem;
   	font-weight: normal;
   	font-stretch: normal;
   	letter-spacing: 0px;
   	color: #333333;
   }
   
   .contentbox_title {
   	width: 100%;
   	height: 2rem;
   	font-size: 1.125rem !important;
   	line-height: 2rem;
   	padding: 0 1.5rem;
   	margin-bottom: 0px;
   	border: 1px solid #BBBBBB;
   	border-top: none;
   }
   
   .contentbox_titleone {
   	width: 100%;
   	height: 2rem;
   	line-height: 2rem;
   	padding: 0 1.5rem 0 2rem;
   	margin-bottom: 0px;
   	border: 1px solid #BBBBBB;
   	border-top: none;
   	font-size: 0.875rem;
   }
   
   .contentbox_text {
   	width: 100%;
   	padding: 0.5rem 2rem;
   	margin-bottom: 0px;
   	font-size: 0.4rem;
   	background-color: #ffffff;
   }
   
   .panel-heading a:hover,
   a:active,
   a:focus {
   	text-decoration: none;
   }
   
   .contentbox_zuojiantou,
   .contentbox_xiajiantou {
   	float: right;
   	font-size: 1rem !important;
   	font-weight: 600 !important;
   }
   
   .jiantouhide {
   	display: none;
   }
   /*joinin  end*/
   /*about  start*/
   
   .aboutMe {
   	width: 100%;
   	height: 16.5rem;
   	background: url("../img/about_bgone.png") no-repeat center center;
   	background-size: 100% 100%;
   	margin-top: 6.25rem;
   	text-align: center;
   }
   
   .aboutMebox {
   	margin-top: 2rem;
   	text-align: center;
   }
   
   .aboutMe_title {
   	font-family: "MicrosoftYaHei";
   	font-size: 1.65rem;
   	font-weight: normal;
   	font-stretch: normal;
   	letter-spacing: 0px;
   	color: #c30d23;
   }
   
   .aboutMe_content {
   	margin-top: 2rem;
   }

   .aboutMe_content p {
   	font-family: "MicrosoftYaHei";
   	font-size: 0.95rem;
   	font-weight: normal;
   	font-stretch: normal;
   	letter-spacing: 0px;
   	color: #333333;
   	text-indent: 30px;
   	text-align: left;
   	margin-bottom: 0px;
   }
   .aboutMe_content img{
	   margin-top: .5rem;
	   margin-bottom: .5rem;
   }
   .aboutMe_contentimg {
   	margin: 2rem auto;
   }
   
   .aboutMe_contenttime {
   	text-align: right;
   	margin-top: 1.5rem;
   }
   
   .aboutMe_speech {
   	width: 100%;
   	height: 100%;
   	background: url("../img/speech.png") no-repeat center center;
   	background-size: 100% 100%;
   	text-align: center;
   	margin-top: 1.5rem;
   }
   
   .speechname {
   	font-family: "MicrosoftYaHei";
   	font-size: 1.25rem;
   	font-weight: normal;
   	font-stretch: normal;
   	letter-spacing: 0px;
   	color: #122a88;
   	margin-bottom: 0;
   }
   
   .speechjob {
   	font-family: "MicrosoftYaHei";
   	font-size: 0.5rem;
   	font-weight: normal;
   	font-stretch: normal;
   	letter-spacing: 0px;
   	color: #333333;
   	margin-bottom: 0;
   }
   
   .aboutMe_speechone {
   	padding: 5% 0 0 35%;
   	text-align: left;
   }
   
   .aboutMe_speechtwo {
   	padding: 35% 0 0 35%;
   }
   
   .speechtext {
   	width: 97%;
   	font-family: "MicrosoftYaHei";
   	font-size: 0.8rem;
   	font-weight: normal;
   	font-stretch: normal;
   	letter-spacing: 0px;
   	color: #ffffff;
   	margin-left: 0px;
   	text-align: left;
   }
   
   .aboutMe_speechtext {
   	margin-top: 1.25rem;
   }
   
   .aboutMe_speechtext p {
   	font-family: "PingFang-SC-Regular";
   	font-size: 0.95rem;
   	font-weight: normal;
   	font-stretch: normal;
   	letter-spacing: 0px;
   	color: #333333;
	text-align: left;
   }
   
   .News_networkup {
   	margin: 2.5rem auto;
   }
   
   .News_networktitle {
   	font-family: "MicrosoftYaHei-Bold";
   	font-size: 1.25rem;
   	font-weight: normal;
   	font-stretch: normal;
   	letter-spacing: 0px;
   	color: #c30d23;
   }
   
   .News_networktext {
   	font-family: "MicrosoftYaHei";
   	font-size: 0.75rem;
   	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: 2.5rem;
   	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: 18rem !important;
   	background: #fff;
   	/* border: 1px solid #888888; */
   	color: #555;
   	position: relative;
   	float: right !important;
   	text-align: left;
   }
   
   .timeline_right {
   	width: 18rem !important;
   	background: #fff;
   	/* border: 1px solid #888888; */
   	color: #555;
   	position: relative;
   	float: left !important;
   	text-align: left;
   }
   
   .hualine_left {
   	height: 3px;
   	width: 100%;
   	background-image: linear-gradient(90deg, #c30d23 0%, #122a88 100%), linear-gradient( #122a88, #122a88);
   	background-blend-mode: normal, normal;
   }
   
   .hualine_right {
   	height: 3px;
   	width: 100%;
   	margin-left: -6px;
   	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: 1.25rem;
   	font-weight: normal;
   	font-stretch: normal;
   	letter-spacing: 0px;
   	color: #c30d23 !important;
   	/*padding-left: 1rem;*/
   	font-weight: 600 !important;
   }
   
   .timeline_left p {
   	font-family: "MicrosoftYaHei";
   	font-size: 0.75rem;
   	font-weight: normal;
   	font-stretch: normal;
   	letter-spacing: 0px;
   	color: #333333 !important;
   	line-height: 1.5rem;
   }
   
   .timeline_right h4 {
   	font-family: "MicrosoftYaHei-Bold";
   	font-size: 1.25rem;
   	font-weight: normal;
   	font-stretch: normal;
   	letter-spacing: 0px;
   	color: #c30d23 !important;
   	/*padding-right: 1rem;*/
   	text-align: right !important;
   	font-weight: 600 !important;
   }
   
   .timeline_right p {
   	font-family: "MicrosoftYaHei";
   	font-size: 0.75rem;
   	font-weight: normal;
   	font-stretch: normal;
   	letter-spacing: 0px;
   	color: #333333 !important;
   	line-height: 1.5rem;
   }
   
   .News_networkdownbox {
   	width: 32% !important;
   	height: 20rem;
   	margin-top: 0.5rem;
   	padding: 0 !important;
   }
   
   .News_networkdownbox img {
   	height: 80%;
   	width: 100%;
   }
   
   .News_networkdowntext {
   	font-family: "MicrosoftYaHei";
   	font-size: 0.8rem;
   	font-weight: normal;
   	font-stretch: normal;
   	letter-spacing: 0px;
   	color: #ffffff;
   	padding: 0 0.2rem;
   	text-align: left;
   	position: absolute;
   	top: 30%;
   }
   
   .culture {
   	padding: 0 !important;
   	height: 100%;
   	width: 100%;
   	margin:2rem auto;
   }
   
   .culturebox {
   	padding: 0 !important;
   	height: 100%;
   	width: 100%;
   }
   
   .cultureboxsmall {
   	width: 28% !important;
   }
   
   .cultureboxbig {
   	width: 44% !important;
   }
   
   .cultureboxone {
   	text-align: center;
   	margin: auto;
   }
   
   .culturebox_textone {
   	font-family: "icrosoftYaHei";
   	font-size: 0.95rem;
   	font-weight: normal;
   	font-stretch: normal;
   	letter-spacing: 0px;
   	color: #333333;
   	margin-bottom: 0px;
   }
   
   .culturebox_texttwo {
   	width: 2.1875rem;
   	height: 2px;
   	background-color: #c30d23;
   	margin: 5px auto;
   }
   
   .culturebox_textthree {
   	font-family: "MicrosoftYaHei";
   	font-size: 0.4rem;
   	font-weight: normal;
   	font-stretch: normal;
   	letter-spacing: 0px;
   	color: #777777;
   	margin-bottom: 0px;
   }
   
   .culturebox_one {
   	height: 7.5rem;
   	width: 100%;
   	background-color: #EEEEEE;
   	padding-top: 1rem;
   }
   
   .culturebox_two {
   	height: 8.75rem;
   	width: 100%;
   }
   
   .culturebox_four {
   	height: 7.5rem;
   	width: 100%;
   }
   
   .culturebox_three {
   	height: 6.25rem;
   	width: 100%;
   	background-color: #EEEEEE;
   }
   
   .culturebox_five {
   	background-color: #e0e6ff;
   }
   /*about  end*/
   /*innovate  start*/
   
   .innovate {
   	width: 100%;
   	height: 16.5rem;
   	background: url("../img/innovate_bg.png") no-repeat center center;
   	background-size: 100% 100%;
   	margin-top: 6.25rem;
   	text-align: center;
   }
   
   .innovatebox {
   	margin-top: 1.25rem;
   }
   
   .innovatebox img {
   	width: 100%;
   	height: 100%;
   	margin-bottom: 1.25rem;
   }
   
   .innovatebox img:last-child {
   	margin-bottom: 2rem;
   }
   /*innovate  end*/
   /*kitchen  start*/
   
   .kitchen {
   	width: 100%;
   	height: 16.5rem;
   	background: url("../img/kitchen_bg.png") no-repeat center center;
   	background-size: 100% 100%;
   	margin-top: 6.25rem;
   	text-align: center;
   }
   
   .innovate_img,.innovate_imgone {
   	margin: 2rem 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-xiajiantou1:before {
   content: "\e600";
  color: #122a88;
  margin-left: 0.5rem;
}
.icon-arrowTop-fill:before {
   content: "\e614";
   color: #FFFFFF;
   font-size: 1.355rem;
  font-weight: 600;
}
.icon-arrowBottom:before {
   content: "\e613";
   color: #FFFFFF;
   font-size: 1.355rem;
  font-weight: 600;
}
   /* 分页*/
   .layui-box,.layui-box * {
	   box-sizing: content-box
   }
   .layui-laypage {
	   display: inline-block;
	   *display: inline;
	   *zoom: 1;
	   vertical-align: middle;
	   margin: 10px 0;
	   font-size: 0
   }

   .layui-laypage>a:first-child,.layui-laypage>a:first-child em {
	   border-radius: 2px 0 0 2px
   }

   .layui-laypage>a:last-child,.layui-laypage>a:last-child em {
	   border-radius: 0 2px 2px 0
   }

   .layui-laypage>:first-child {
	   margin-left: 0!important
   }

   .layui-laypage>:last-child {
	   margin-right: 0!important
   }

   .layui-laypage a,.layui-laypage button,.layui-laypage input,.layui-laypage select,.layui-laypage span {
	   border: 1px solid #e2e2e2
   }

   .layui-laypage a,.layui-laypage span {
	   display: inline-block;
	   *display: inline;
	   *zoom: 1;
	   vertical-align: middle;
	   padding: 0 15px;
	   height: 28px;
	   line-height: 28px;
	   margin: 0 -1px 5px 0;
	   background-color: #fff;
	   color: #333;
	   font-size: 12px
   }

   .layui-flow-more a *,.layui-laypage input,.layui-table-view select[lay-ignore] {
	   display: inline-block
   }

   .layui-laypage a:hover {
	   color: #009688
   }

   .layui-laypage em {
	   font-style: normal
   }

   .layui-laypage .layui-laypage-spr {
	   color: #999;
	   font-weight: 700
   }

   .layui-laypage a {
	   text-decoration: none
   }

   .layui-laypage .layui-laypage-curr {
	   position: relative
   }

   .layui-laypage .layui-laypage-curr em {
	   position: relative;
	   color: #fff
   }

   .layui-laypage .layui-laypage-curr .layui-laypage-em {
	   position: absolute;
	   left: -1px;
	   top: -1px;
	   padding: 1px;
	   width: 100%;
	   height: 100%;
	   background-color: #009688
   }

   .layui-laypage-em {
	   border-radius: 2px
   }

   .layui-laypage-next em,.layui-laypage-prev em {
	   font-family: Sim sun;
	   font-size: 16px
   }

   .layui-laypage .layui-laypage-count,.layui-laypage .layui-laypage-limits,.layui-laypage .layui-laypage-refresh,.layui-laypage .layui-laypage-skip {
	   margin-left: 10px;
	   margin-right: 10px;
	   padding: 0;
	   border: none
   }

   .layui-laypage .layui-laypage-limits,.layui-laypage .layui-laypage-refresh {
	   vertical-align: top
   }

   .layui-laypage .layui-laypage-refresh i {
	   font-size: 18px;
	   cursor: pointer
   }

   .layui-laypage select {
	   height: 22px;
	   padding: 3px;
	   border-radius: 2px;
	   cursor: pointer
   }

   .layui-laypage .layui-laypage-skip {
	   height: 30px;
	   line-height: 30px;
	   color: #999
   }

   .layui-laypage button,.layui-laypage input {
	   height: 30px;
	   line-height: 30px;
	   border-radius: 2px;
	   vertical-align: top;
	   background-color: #fff;
	   box-sizing: border-box
   }

   .layui-laypage input {
	   width: 40px;
	   margin: 0 10px;
	   padding: 0 3px;
	   text-align: center
   }

   .layui-laypage input:focus,.layui-laypage select:focus {
	   border-color: #009688!important
   }

   .layui-laypage button {
	   margin-left: 10px;
	   padding: 0 10px;
	   cursor: pointer
   }

   .layui-table-page .layui-laypage {
	   margin: 0
   }

   .layui-table-page .layui-laypage a,.layui-table-page .layui-laypage span {
	   height: 26px;
	   line-height: 26px;
	   margin-bottom: 10px;
	   border: none;
	   background: 0 0
   }

   .layui-table-page .layui-laypage a,.layui-table-page .layui-laypage span.layui-laypage-curr {
	   padding: 0 12px
   }

   .layui-table-page .layui-laypage span {
	   margin-left: 0;
	   padding: 0
   }

   .layui-table-page .layui-laypage .layui-laypage-prev {
	   margin-left: -7px!important
   }

   .layui-table-page .layui-laypage .layui-laypage-curr .layui-laypage-em {
	   left: 0;
	   top: 0;
	   padding: 0
   }

   .layui-table-page .layui-laypage button,.layui-table-page .layui-laypage input {
	   height: 26px;
	   line-height: 26px
   }

   .layui-table-page .layui-laypage input {
	   width: 40px
   }

   .layui-table-page .layui-laypage button {
	   padding: 0 10px
   }
