@charset "UTF-8";
/*SourceHan字体可以删除20250112*/
@font-face {
	font-family:'SourceHan';
	src:url('../images/font/SourceHanSansCN-Light.eot');
	src:url('../images/font/SourceHanSansCN-Light.eot?#iefix') format('embedded-opentype'),
	url('../images/font/SourceHanSansCN-Light.woff') format('woff'),
	url('../images/font/SourceHanSansCN-Light.ttf') format('truetype'),
	url('../images/font/SourceHanSansCN-Light.svg#Light') format('svg');
	font-weight:normal;
	font-style:normal;
}﻿
@font-face {
	font-family:'SourceHans';
	src:url('../images/font/SourceHanSansCN-Medium.eot');
	src:url('../images/font/SourceHanSansCN-Medium.eot?#iefix') format('embedded-opentype'),
	url('../images/font/SourceHanSansCN-Medium.woff') format('woff'),
	url('../images/font/SourceHanSansCN-Medium.woff2') format('woff2'),
	url('../images/font/SourceHanSansCN-Medium.ttf') format('truetype'),
	url('../images/font/SourceHanSansCN-Medium.svg#Light') format('svg');
	font-weight:normal;
	font-style:normal;
}﻿
/* latin-ext */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: normal;
  src: url('../images/font/Oswald00.woff2') format('woff2');
}
/* latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: normal;
  src: url('../images/font/Oswald01.woff2') format('woff2');
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    margin: 0;
}
body {
    font-family:"Microsoft YaHei", "微软雅黑", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    /*color: #333;*/
    background-color: #fff;
    padding-top: 111px;
	
	-webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    background-color: #fff;
    word-wrap: break-word;
    overflow-wrap: break-word;
	
	
}
body {
    font-size: 0.95rem;
    direction: ltr;
    font-family: 'SourceHans',"Arial", sans-serif;
    color: #000;
}
html {
    font-size: 15px;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
	ont-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.clearfix:before, .clearfix:after, .hw-row:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-header:before, .modal-header:after, .modal-footer:before, .modal-footer:after {
    display: table;
    content: " ";
}
.clearfix:after, .hw-row:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical > .btn-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .pager:after, .panel-body:after, .modal-header:after, .modal-footer:after {
    clear: both;
}
img {
    vertical-align: middle;
	border: 0;
	border-radius: 5px;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
a {
    color: #CC0000;
    text-decoration: none;
}
a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
ul, ol {
    margin-top: 0;
    margin-bottom: 10px;
}
ul {
    list-style-type: square;
    margin-bottom: 1.5rem;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}
h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}
h5, .h5 {
    font-size: 14px;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 0;
    margin-bottom: 0;
}
h5, .h5 {
    font-size: 1.25rem;
}
h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-weight: bold;
}
h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    text-transform: none;
}
h5, .h5 {
    font-size: 1.15rem;
    margin-bottom: 0.95rem;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, .title, .info-title, .list-title {
    letter-spacing: 0.5px;
}

button, input, optgroup, select, textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}
button {
    overflow: visible;
}
button, select {
    text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}





.header {
    font-size: 0.85rem /*0.8rem*/;
    width: auto;
    margin: auto;
    overflow: visible;
    z-index: 102;
}
.mb-3 {
    margin-bottom: 3rem !important;
}
.header .top-row {
    position: fixed;
    width: 100%;
    background-color: #fbfbfb;
    /*box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.5);*/
    padding: 3px 0;
    z-index: 103;
    top: 0;
	border-bottom: solid 1px #ccc;/*蓝变白添加*/
}
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.header .header-flex-row {
    height: 56px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.header .main-logo img {
    width: 185px;
}
.header-options {
    margin-top: -9px;
}
.header-options .header-contacts-list {
    margin: 0 0 5px;
    padding: 0;
    list-style: none;
    display: none;
}
.flex-end {
    display: flex;
    justify-content: flex-end;
}
.header-contacts-list li {
    float: left;
}
p {
    margin: 0 0 10px;
}
p {
    margin-bottom: 1.5rem;
	/*font-size: 1pc; 20241116为产品页显示的字体修改*/
}
.header-contacts-list p {
    margin: 0;
	font-size: 0.8rem;
}
.header-contacts-list li + li {
    padding-left: 2rem;
    position: relative;
}
.link-text {
    color: inherit;
}
.header-contacts-list li + li:after {
    position: absolute;
    top: 3px;
    bottom: 3px;
    left: 1rem;
    width: 1px;
    background-color: #000;
    content: "";
    display: block;
}
.header-contacts-list:after {
    content: "";
    clear: both;
    display: block;
}
.header .switch-language {
    float: right;
    position: relative;
}
.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.header .phone-link {
    display: inline-block;
    position: relative;
    top: 61.5px;/*7px;*/
    /*-webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg); 起图标偏转的作用*/
    font-size: 1.65rem;/*1.5rem;*/
    line-height: 1;
    color: #333;
    margin-right: 0;/*16px;*/
}
.fa {
    vertical-align: middle;
	margin-top: -1.5px;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.pro-index, .solu-index{
	/*margin: 0px -15px; 为了主页上面而屏蔽，暂不知道是否有其他影响*/
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.btn {
    font-weight: normal;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    border-radius: 0;
}
.btn-group > .btn, .btn-group-vertical > .btn {
    position: relative;
    float: left;
}
.switch-language .lang-helper > .btn {
    font-size: 0.85rem /*0.8rem*/;
    background: none;
    color: #000;
    border: none;
    outline: none;
    float: none;
    height: 22px;
    width: 43px;
    padding: 0;
}
.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.switch-language .lang-helper > .btn:before {
    content: '';
    position: absolute;
    top: 65%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    background: url(../images/map.png);
    width: 42px;
    height: 22px;
}
.lang-helper.btn-group .btn .current-lang {
    display: none;
}
.header .bottom-row {
    background-color:rgba(251,251,251,0.97);/*rgba(20,28,36,0.88)#20282f/#2a3846/32,40,48*/
    z-index: 102;
    margin-top: -49px;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.5);
    width: 100%;
    position: fixed !important;
    top: auto !important;
	border-top: solid 1px #fff;/*蓝变白添加*/
}
.navbar-container .navbar {
    border-radius: 0px !important;
    margin-bottom: 0px !important;
    min-height: 35px !important;
}
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}
.navbar-inverse {
    background-color: #222;
    border-color: #080808;
}
.navbar-inverse {
    background-color: transparent;
    border-color: transparent;
}
.navbar-inverse .navbar-toggle {
    border-color: #666;
	border-radius: 5px;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: #ececec;
}
.pull-left {
    float: left !important;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #666;
}
.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}
.user-options, .user-options-dsktp {
    color: #333;/*#fff*/
    margin-top: 12px;
}
.header .search-form, .header .online-form-dsktp {
    position: relative;
    z-index: 10;
    float: right;
}
.header .search-form .search-holder, .header .online-form-dsktp .online-holder-dsktp {
    position: absolute;
    right: 25px;
    height: 40px;
    max-width: 76vw;
    top: -5px;
    overflow: hidden;
    display: none;
    width: 225px;
}
.form-control {
    color: #000;
    display: block;
    width: 100%;
    height: calc(3rem - 2px);
    padding: 0.5rem 0.75rem;
    font-size: 1rem;
    line-height: 1.25;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}
.header .search-form .search-holder input, .header .online-form-dsktp .online-holder-dsktp input {
    padding: 0rem 1.05rem;
    line-height: 1.95;
    display: inline;
    border-style: none;
    border-color: transparent;
    border-bottom: solid 1px rgba(237, 203, 4, 0.75);
    border-right: solid 10px #222;
    border-left: solid 10px #222;
    box-shadow: inset 0px 0px 3px 1px rgba(1, 1, 1, 0.75);
    font-weight: normal;
    height: 40px;
}
.search-block-field, .search-block-btn {
    border: none;
    background: transparent;
}
.header .search-form .search-block-btn, .header .online-form-dsktp .online-block-btn-dsktp {
    cursor: pointer;
    position: relative;
    z-index: 1;
	padding-left: 15px;
}
.header .search-form .search-block-btn .fa, .header .online-form-dsktp .online-block-btn-dsktp .fa {
    color: #333;/*#fff*/
    font-size: 1.7rem;
}
.header .account {
    font-size: 10pt;
    margin-right: 15px;
    position: relative;
}
.header .account-icon .fa {
    font-size: 1.45rem;
    color: #fff;
}
.header .account-icon .text, .header .account .account-text {
    display: none;
}
.devided-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.devided-list li {
    display: inline-block;
    padding: 0 15px 0 8px;
    position: relative;
}
.devided-list li:first-child {
    padding-left: 0;
}
.devided-list li span {
    color: #F97C00;
	font-weight:bold;
}
.devided-list li a, .footer-bottom a {
    color: #fff;
    display: inline-block;
}
.collapse {
    display: none;
}

.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #101010;
}
.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.navbar-nav {
    margin: 7.5px -15px;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #080808;
}
.dropup, .dropdown {
    position: relative;
}
.cgnx-navbar .dropdown {
    display: list-item;
    padding: 0;
    margin: 0;
    position: static;
}
.nav > li {
    position: relative;
    display: block;
}
.dropdown.open {
    background: #fff;/*#3f4652#474E5D*/
}
[role="button"] {
    cursor: pointer;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}
.cgnx-navbar .dropdown > a {
    text-shadow: none;
    /*color: #000 !important;*/
    font-weight: normal;
    padding: 10px 15px;
}
.cgnx-navbar .dropdown > a:hover {
    color: #cc0000 !important;
}
.navbar-inverse .navbar-nav > li > a {
    color: #000;
}
.navbar-inverse .navbar-nav li:nth-child(2) a:nth-child(1) {
    /*color: #F97C00;*/
	font-weight:600;
}
.nav-list li a {
    color: #000!important;
	font-weight: normal!important;
}
.dropdown-fa {
    font-size: 12px;
    vertical-align: text-bottom;
    float: right;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
@media(max-width: 767px){
.navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.switch-language .lang-helper > .btn:before {
    top: 65%;
}
.footer-log {
    max-width: 70% !important;
}
/* max-width: 767px*/
}

.cgnx-navbar .dropdown .dropdown-menu {
    width: 100%;
    border: none;
    border-top: solid 1px #df0000;
    margin: 0;
    padding-top: 0px;
    border-radius: 0;
    z-index: 101;
}
.main-page-link {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none !important;
    background-color:#f1f1f1 ;/*#313540#393e4a*/
    padding: 0 15px;
    line-height: 40px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 13pt;
}
.header .dropdown-menu a {
    color: #333;/*#fff*/
}
.header .dropdown-menu a span{
    color: #F97C00;
}
.header .dropdown-menu a span:hover{
    color: #F97C00;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
ul ul, ol ul, ul ol, ol ol {
    margin-bottom: 0;
}
.nav-list {
    margin: 8px 0px;
    padding: 0;
    list-style: none;
}
.nav-parent-link {
    font-size: 13pt;
    margin-top: 12px;
    line-height: 1.2;
    display: block;
}
.user-options-dsktp {
    /*display: none;*/
}
.header .online-form-dsktp .online-holder-dsktp {
    width: 300px;
    padding-left: 5px;
}
.devided-list li:after {
    content: '|';
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
}
.devided-list li:last-child::after {
    content: none;
}
.collapse.in {
    display: block;
}
.navbar-collapse.in {
    overflow-y: auto;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .35s;
       -o-transition-duration: .35s;
          transition-duration: .35s;
  -webkit-transition-property: height, visibility;
       -o-transition-property: height, visibility;
          transition-property: height, visibility;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown.open .dropdown-fa .fa {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.nav-child-link {
    font-size: 12pt;
    margin-top: 15px;
	padding-bottom: 3px;
    line-height: 1.2;
    display: block;
    /*padding-left: 6px;
    margin-top: 3px;
    font-size: 10pt;
    display: none;*/
}
.nav-list a:hover{
    text-decoration: none;
	color:#cc0000;
}
.navbar-toggle:focus {
    outline: 0;
}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    /*outline: 5px auto -webkit-focus-ring-color;*/
    outline-offset: -2px;
}
.btn:active, .btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.pull-right {
    float: right !important;
}

.hw-lv1 {
    border-left: 3px solid #df0523;
    padding-left: 13px;
}

/*Footer Begin*/
.footer {
    padding: 2.5rem 0 0;
    color: #fff;
    background-color: #20282f;/*#191f25*/
    /*background-image: radial-gradient(ellipse farthest-corner at left top, #020202 0%, #040404 9%, #0d0d0d 23%, #3f3f3f 77%, #4a4a4a 91%, #4e4e4e 100%);*/
}
.footer-title {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.15rem !important;
    color: #fff;
    margin-bottom: 0;
    position: relative;
    padding: 10px 20px 8px 0;
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.footer-bottom {
    position: relative;
    margin-top: 1rem;
    text-align: center;
    padding: 1.1rem 0;
    font-size: 0.75rem;
}
.footer-bottom:before, .footer-bottom:after {
    content: '';
    left: 0;
    right: 0;
    height: 1px;
    position: absolute;
}
.footer-bottom:before {
    background-color: #4f4f4f;
    top: 0;
}
.footer-bottom:after {
    background-color: #000;
    top: 1px;
}
.footer-drop {
    font-size: 0.9rem;
    overflow: hidden;
    max-height: 0;
    transition: max-height 1s;
    padding-bottom: 2px;
    position: relative;
    border-bottom: 1px solid #585858;
}
.footer-list {
    margin: 0;
    padding: 0 0 10px;
    list-style: none;
}
.footer-list li {
    margin-bottom: 0.3rem;
	font-size: 0.85rem;
}
.footer-list a {
    color: #adadad;
}
.footer-list a:hover {
    /*color: #df0000;*/
	text-decoration: underline;
}
.footer-support {
    margin-top: 2rem;
    padding-top: 1rem;
    border-top: 1px solid #fff;
}
.footer-support a{
    color: #F97C00;
    font-weight: bold;
    text-decoration: none;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.mb-0 span {
    padding-right: 8px;
}
.footer-bottom .mb-0, .footer-bottom .mb-0 a {
    font-size: 0.75rem;
    color: #adadad;/*616161*/
    text-decoration: none;
    margin: 0 auto;
    text-align: left;
    /* padding-bottom: 8px; */
}
.footer-social {
    margin-bottom: 1rem;
}
.footer-hr {
    background-color: #fff;
    margin: 1.5rem 0;
}
.footer-title-sm {
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    font-size: 1.15rem;
    margin-bottom: 1.3rem;
}
.footer-title-sm span{
    padding-left:3px;
	font-size:0.95rem;
	font-weight:bold;
	color: #F97C00;
}
.mb-2 {
    margin-bottom: 2rem !important;
}

.social-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.social-list p{
    margin: 0;
    padding: 0;
    list-style: none;
	font-size:0.85rem;
	padding-top:3px;
	text-align:center;
}
.footer-log {
    max-width: 100%;
    height: auto;
}
.social-list li {
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 10px;
}
.footer .social-list li {
    margin-right: 45px;
}
.footer .social-list li:last-child {
    margin-right: 0px;
}
.Footer_NavArea-small {
    display: none;
    margin: 0 auto;
}
.Footer_Nav-small {
    display: block;
    padding-left: 0;
    list-style-type: none;
    text-align: center;
    font-size: 0;
}
.Footer_NavItem-small {
    display: inline-block;
    vertical-align: middle;
    padding-top: 8px;
    font-size: 0.85rem;
}
.Footer_NavLink-small {
    color: #666;
    text-decoration: none;
}
.Footer_NavItem-small + .Footer_NavItem-small:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    height: 0.8rem;
    margin: 0 5px;
    border-left: 1px solid #dadada;
}
/*Footer End*/

/*<!--左右两边 Begin -->*/

#fltAll {
    HEIGHT: 66px;
    WIDTH: 66px;
    RIGHT: 0px;
    POSITION: fixed;
    MARGIN-TOP: -100px;
    TOP: 50%;
    _position: absolute;
    z-index: 8;
	display:none;
}
#fltAllApply {
    HEIGHT: 66px;
    BACKGROUND: url("/images/btn_flt.png") no-repeat 0px 0px;
}
#fltAllApply:hover {
    BACKGROUND-POSITION: -64px 0px;
}
#fltAll A {
    border: #f2eeee 1px solid;
    WIDTH: 66px;
    FLOAT: left;
    DISPLAY: inline-block;
    z-index: 8;
}
#fltAll a span{
    color: #f8f8f8;
    font-size: 12px;
    top: 42px;
    z-index: 8;
    position: relative;
    text-align: center;
    width: 100%;
    left: 7px;
	letter-spacing: 0.5px;
}
#fltAll a:hover span{
    color: #df0000;
}
#fltWang {
    HEIGHT: 66px;
    BACKGROUND: url("/images/btn_flt.png") no-repeat 0px -259px;
}
#fltWang:hover {
    BACKGROUND-POSITION: -64px -259px;
}
#flteMail {
    HEIGHT: 66px;
    BACKGROUND: url("/images/btn_flt.png") no-repeat 0px -64px;
}
#flteMail:hover {
    BACKGROUND-POSITION: -64px -64px;
}
#flt2d {
    HEIGHT: 66px;
    BACKGROUND: url("/images/btn_flt.png") no-repeat 0px -129px;
}
#flt2d:hover {
    BACKGROUND-POSITION: -64px -129px;
}
#flt2d:hover .webchat {
    display: block;
}
.webchat {
    display: none;
    position: absolute;
    top: -80px;
    left: -220px;
    width: 220px;
    height: 470px;
    padding: 9px;
    border: 1px solid #DFDFDF;
    background: #fff;
    -moz-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
#flftAll {
    HEIGHT: 100px;
    WIDTH: 100px;
    left: 0px;
    POSITION: fixed;
    MARGIN-TOP: -98px;
    TOP: 60%;
    _position: absolute;
    z-index: 8;
	display:none;
}
#flftAllApply {
    HEIGHT: 100px;
    BACKGROUND: url("../images/hw-sc.png") no-repeat 0px 0px;
}
#flftAllApply span{
    color: #f8f8f8;
    font-size: 12px;
    top: 73px;
    z-index: 8;
    position: relative;
    text-align: center;
    width: 100%;
    left: 26px;
	/*letter-spacing: 0.5px;*/
}
#flftAll A {
    WIDTH: 100px;
    FLOAT: left;
    DISPLAY: inline-block;
    z-index: 8;
}
#go_top {
    HEIGHT: 66px;
    BACKGROUND: url(/images/btn_flt.png) no-repeat 0px -194px;
}
#go_top:hover {
    BACKGROUND-POSITION: -64px -194px;
}
/*<!--左右两边 End -->*/



/*max 767 在上面*/
@media only screen and (max-width: 767px){
body {
    font-size: 1pc;
}
.navbar {
    width: 100%;
}
.nav-list li a::before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f105";
    color: #cc0000;
    padding-right: 8px;
    font-size: 18px;
}
.user-options-dsktp {
    /* display: none; 
    margin-top: 16px;*/
    position: absolute;
    /* z-index: 9999; */
    margin-left: calc(100% - 85px);/*calc(100% - 120px)*/
    /* float: right; */
}
.cgnx-navbar .dropdown > a, .cgnx-navbar .navbar-nav .dropdown.open > a {
    font-size: 14pt;
    line-height: 20pt;
    background-color: #f5f5f5;
}
.mb-0 span {
    display: block;
    width: 100%;
    text-align: center;
}
.col-xs-12{
     padding-bottom:0px;
}
.col-md-6{
     padding-bottom: 12px;
}
.flex-row {
    padding-top: 12px;
}
.pt-2
{
    padding-top: 1.2rem;
}
.footer .row .col-md-8{
display:none;
}
.Footer_NavArea-small {
    display: block;
    margin: 12px 0 0;
}
.footer-support {
    margin-top: 0rem;
}
.footer-support p {
    font-size: 1rem;
}
/*only max-width: 767px*/
}


@media only screen and (min-width: 768px){
html {
    font-size: 16px;
}
body {
    padding-top: 104px;
}
.header .header-flex-row {
    height: 62px;
}
.header .main-logo img {
    width: 210px;
}
.header-options {
    margin-top: 3px;
}
.header-options .header-contacts-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.user-options, .dropdown-fa, .nav-hide-sm, .main-page-link, .header .phone-link {
    display: none;
}
.switch-language .lang-helper > .btn {
    padding: 0 0 0 59px;
    height: auto;
    width: 100%;
}
.lang-helper.btn-group .btn .current-lang {
    display: inline-block;
}
.header .bottom-row {
    margin-top: -36px;
}
.cgnx-navbar .dropdown .dropdown-menu {
    /*background-color: #3f4652;变白删除*/
    padding: 3px 0px 18px 12px;
    border: 0;
    width: 200px;
    left: auto;
    max-height: calc(100vh - 100px);
    overflow: auto;
	border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
.nav-list {
    margin: 0;
}
.user-options-dsktp {
    display: block;
    margin-top: 8px;
}
.online-form-dsktp {
    padding-top: 3px;
}
.header .online-form-dsktp .online-holder-dsktp {
    top: -8px;
}
.dropdown.active > a::after {
    content: "";
    display: block;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    background-color: #feea00;
    position: absolute;
}
.cgnx-navbar .dropdown:last-of-type .dropdown-menu {
    right: 15px;
}
.header .search-form .search-block-btn .fa, .header .online-form-dsktp .online-block-btn-dsktp .fa {
    font-size: 1.7em;
	/*font-size: 1.2rem;
	margin-top: 1px;*/
}
.footer-bottom {
    font-size: 1rem;
}
/*.footer .social-list li {
    margin-right: 8px;
}*/
.footer-drop {
    margin-bottom: 1rem;
    max-height: none;
    border: none;
}
.footer-list {
    padding: 0;
}
.footer-support {
    margin-top: 0;
}

/*only min-width: 768px*/
}
@media (min-width: 768px){
.container {
    width: 750px;
}
.navbar {
    border-radius: 4px;
}
.navbar-header {
    float: left;
}
.navbar-toggle {
    display: none;
}
.navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
}
.navbar-nav {
    float: left;
    margin: 0;
}
.navbar-nav > li {
    float: left;
}
.navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
}
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
}
.col-sm-12 {
    width: 100%;
}
.col-sm-3 {
    width: 25%;
}
.footer-title {
    padding-right: 0;
    padding-top: 0;
    position: static;
    margin-bottom: 0.5rem;
}
/*min-width: 768px*/
}

@media (min-width: 992px){
.container {
    width: 970px;
}

.header .account .account-icon {
    display: none;
}
.cgnx-navbar .dropdown .dropdown-menu {
    width: 940px;
	padding: 15px;
    left: 0;
}
.col-md-3 {
    width: 100%;
}
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
}
.nav-list li {
    float:left;
	padding-right: 18px;
}
.footer {
    padding-top: 4rem;
}
.col-md-8 {
    width: 66.66666667%;
}
.col-md-4 {
    width: 33.33333333%;
}

/*min-width: 992px*/
}

@media screen and (min-width: 992px){
.dropdown-menu .menu-col:first-of-type {
    border-left: none;
}
.dropdown-menu .menu-col {
    border-left: solid 1px #666;
    padding-bottom: 0px;
}
.header .account {
    margin-right: -15px;
    margin-top: 4px;
}
.header .account .account-text, .nav-child-link {
    display: block;
}
.disMidd {
   padding-left: 200px;
}
.nav-child-link {
    padding-left: 6px;
    margin-top: 3px;
    font-size: 10pt;
}
/*.header .account .account-text, .nav-child-link {
    display: block;
}*/
.footer-list {
    margin-bottom: 2rem;
}
.footer-support {
    padding-top: 2.4rem;
}
/*screen and  min-width: 992px*/
}

@media (min-width: 1260px){
.container {
    width: 1230px;
}
.cgnx-navbar .dropdown .dropdown-menu {
    width: 1200px;
}

/*min-width: 1200px*/

}

@media (min-width: 1398px){

#fltAll {
    display:block;
}
#flftAll {
    display:block;
}
/*min-width: 1398px*/

}

