@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}
::-webkit-scrollbar-button {
    width: 0;
    height: 0;
}
::-webkit-scrollbar-button:start:decrement, 
::-webkit-scrollbar-button:end:increment {
    display: block;
}
::-webkit-scrollbar-button:vertical:start:increment, 
::-webkit-scrollbar-button:vertical:end:decrement {
    display: none;
}
::-webkit-scrollbar-track:vertical, 
::-webkit-scrollbar-track:horizontal, 
::-webkit-scrollbar-thumb:vertical, 
::-webkit-scrollbar-thumb:horizontal, 
::-webkit-scrollbar-track:vertical, 
::-webkit-scrollbar-track:horizontal, 
::-webkit-scrollbar-thumb:vertical, 
::-webkit-scrollbar-thumb:horizontal {
    border-color: transparent;
    border-style: solid;
}
::-webkit-scrollbar-track:vertical::-webkit-scrollbar-track:horizontal {
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
::-webkit-scrollbar-thumb {
    min-height: 28px;
    padding-top: 100;
    background-color: rgba(0, 0, 0, .3);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 5px;
    -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, .1), inset 0 -1px 0 rgba(0, 0, 0, .07);
}
::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, .4);
    -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .25);
}
::-webkit-scrollbar-thumb:active {
    background-color: rgba(0, 0, 0, .5);
    -webkit-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, .35);
}
::-webkit-scrollbar-track:vertical, 
::-webkit-scrollbar-track:horizontal, 
::-webkit-scrollbar-thumb:vertical, 
::-webkit-scrollbar-thumb:horizontal {
    border-width: 0;
}
::-webkit-scrollbar-track:hover {
    background-color: rgba(0, 0, 0, .05);
    -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, .1);
}
::-webkit-scrollbar-track:active {
    background-color: rgba(0, 0, 0, .05);
    -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, .14), inset -1px -1px 0 rgba(0, 0, 0, .07);
}
.scrollbar-hover::-webkit-scrollbar, 
.scrollbar-hover::-webkit-scrollbar-button, 
.scrollbar-hover::-webkit-scrollbar-track, 
.scrollbar-hover::-webkit-scrollbar-thumb {
    visibility: hidden;
}
.scrollbar-hover:hover::-webkit-scrollbar, 
.scrollbar-hover:hover::-webkit-scrollbar-button, 
.scrollbar-hover:hover::-webkit-scrollbar-track, 
.scrollbar-hover:hover::-webkit-scrollbar-thumb {
    visibility: visible;
}
@-webkit-keyframes spinAround {
    from {
        -webkit-transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}
@-moz-keyframes spinAround {
    from {
        -moz-transform: rotate(0deg)
    }
    to {
        -moz-transform: rotate(360deg);
    }
}
@keyframes spinAround {
    from {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(360deg);
    }
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    touch-callout: none;
    cursor: pointer;
}
body, form, img, ul, ol, li, dl, dt, dd, p, tr, td, strong, span, pre {
    margin: 0;
    padding: 0;
    border: 0;
    background-repeat: no-repeat;
    outline: none;
}
h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    padding: 0;
    font-weight: normal;
}
body, button, input, select, textarea {
    font-size: 14px;
    line-height: 22px;
    color: #646464;
    font-family: 'Roboto', 'inter', "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
}
ul, li {
    list-style: none;
}
img {
    border: 0px;
    max-width: 100%;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-repeat: no-repeat;
}
article, aside, footer, header, nav, section {
    display: block;
}
a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    text-decoration: none;
    color: #646464;
    outline: none;
    cursor: pointer;
}
a:hover {
    background-repeat: no-repeat;
    text-decoration: none;
}
a, input[type="button"], button, label, input[type="submit"] {
    cursor: pointer;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
audio, video {
    display: inline-block;
}
[type="checkbox"], [type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; 
	padding: 0;
}
input, textarea, select {
    outline: none;
}
input[type="text"], input[type="password"], 
input[type="button"], input[type="submit"], 
select, textarea {
    outline-style: none;
    -webkit-appearance: none;
    resize: none;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.clearfix {
    *zoom: 1;
}
.clear {
    clear: both;
    line-height: 0;
    height: 0;
    font-size: 0;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.show {
    display: block !important;
}
.hide {
    display: none !important;
}
.commonweb {
    padding: 0 15px;
}
.commonwebbox {
    margin-left: 0px;
    margin-right: 0px;
}
.commonleft {
    float: none;
}
.commonright {
    float: none;
}
.visible-sm, .visible-md, .visible-lg {
    display: none;
}
.hidden-sm, .hidden-md, .hidden-lg {
    display: block;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}
.col-xs-12 {
    width: 100%;
}
.col-xs-11 {
    width: 91.66666667%;
}
.col-xs-10 {
    width: 83.33333333%;
}
.col-xs-9 {
    width: 75%;
}
.col-xs-8 {
    width: 66.66666667%;
}
.col-xs-7 {
    width: 58.33333333%;
}
.col-xs-6 {
    width: 50%;
}
.col-xs-5 {
    width: 41.66666667%;
}
.col-xs-4 {
    width: 33.33333333%;
}
.col-xs-3 {
    width: 25%;
}
.col-xs-2 {
    width: 16.66666667%;
}
.col-xs-1 {
    width: 8.33333333%;
}
.ipad-show {
    display: none;
}
@media (max-width: 320px) {
    body {
        min-width: 320px;
    }
}
@media (min-width: 768px) {
    .commonweb {
        padding: 0px 20px;
    }
    .commonwebbox {
        margin-left: -10px;
        margin-right: -10px;
    }
    .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;
        padding-left: 10px;
        padding-right: 10px;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-11 {
        width: 91.66666667%;
    }
    .col-sm-10 {
        width: 83.33333333%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-8 {
        width: 66.66666667%;
    }
    .col-sm-7 {
        width: 58.33333333%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-5 {
        width: 41.66666667%;
    }
    .col-sm-4 {
        width: 33.33333333%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-2 {
        width: 16.66666667%;
    }
    .col-sm-1 {
        width: 8.33333333%;
    }
    .visible-sm {
        display: block;
    }
    .hidden-sm {
        display: none;
    }
}
@media (min-width: 992px) {
    .commonweb {
        padding: 0px 40px;
    }
    .commonwebbox {
        margin-left: -10px;
        margin-right: -10px;
    }
    .commonleft {
        float: left;
    }
    .commonright {
        float: right;
    }
    .visible-md {
        display: block;
    }
    .hidden-md {
        display: none;
    }
    .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;
        padding-left: 10px;
        padding-right: 10px;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.66666667%;
    }
    .col-md-10 {
        width: 83.33333333%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66666667%;
    }
    .col-md-7 {
        width: 58.33333333%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66666667%;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.66666667%;
    }
    .col-md-1 {
        width: 8.33333333%;
    }
}
@media (min-width: 1024px) {
    .ipad-show {
        display: block;
    }
    .ipad-hidden {
        display: none;
    }
}
@media (min-width: 1200px) {
    html {
        cursor: default;
    }
    .commonleft {
        float: left;
    }
    .commonright {
        float: right;
    }
    .visible-lg {
        display: block;
    }
    .hidden-lg {
        display: none;
    }
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
        padding-left: 10px;
        padding-right: 10px;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-11 {
        width: 91.66666667%;
    }
    .col-lg-10 {
        width: 83.33333333%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-8 {
        width: 66.66666667%;
    }
    .col-lg-7 {
        width: 58.33333333%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-5 {
        width: 41.66666667%;
    }
    .col-lg-4 {
        width: 33.33333333%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-2 {
        width: 16.66666667%;
    }
    .col-lg-1 {
        width: 8.33333333%;
    }
}
@media (min-width: 1260px) {
    .commonweb {
        margin: 0px auto;
        max-width: 1200px;
        padding: 0;
    }
}
@media (min-width: 1600px) {
    .commonweb {
        max-width: 1280px;
        margin: 0 auto;
        padding: 0;
    }
}

header {
    padding: 20px 15px;
    background: #fff;
    border-bottom: 6px solid #e60012;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}
body {
    padding-top: 65px;
}
.logo {
    display: block;
    float: left;
}
.logo img {
    height: 25px;
    display: block;
}
.header-right {
    position: fixed;
    top: 65px;
    width: 100%;
    height: 100%;
    left: 0;
    background: #fff;
    overflow-y: auto;
    padding-bottom: 65px;
    display: none;
    z-index: 998;
}
nav ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
nav ul li {
    padding: 0;
    border-bottom: 1px solid #ccc;
    position: relative;
}
nav ul li h4 {
    font-size: 20px;
}
nav ul li h4 a {
    font-family: 'Roboto Condensed';
    font-weight: 500;
    display: block;
    color: #4a4a4a;
    line-height: 88px !important;
    padding: 15px 20px;
}
.side-right {
	position: absolute;
    top: 0;
    right: 0;
}
.side-right, .search-form {
    display: none;
}
.search-box .search-icon {
    width: 30px;
    height: 30px;
    display: block;
    background: url("../img/search.png") center center no-repeat;
}
.search-form, .mob-search-form {
    position: absolute;
    top: 65px;
    right: 0;
    border: 6px solid #B7B5B5;
    width: 100%;
    display: none;
    z-index: 99;
}
.search-form .search-text, .mob-search-form .search-text {
    height: 42px;
    width: 100%;
    background: #fff;
    padding-left: 14px;
}
.search-form .search-btn, .mob-search-form .search-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 42px;
    background: url("../img/search.png") center center no-repeat;
}

.mobile-icon {
    position: absolute;
    right: 15px;
    top: 17px;
}
.mobile-icon a {
    display: inline-block;
    margin-left: 6px;
    width: 30px;
    height: 30px;
}
.mobile-icon a.mob-search {
    background: url("../img/search.png") center center no-repeat;
}
.mobile-icon a.mob-login {
    background: url("../img/login.png") center center no-repeat;
    -moz-background-size: auto 24px;
    -o-background-size: auto 24px;
    background-size: auto 24px;
}
.mobnav-btn {
    position: relative;
}
.mobnav-btn span {
    top: 50%;
    margin-top: 0;
}
.mobnav-btn span:first-child {
    content: "";
    top: 7px;
    left: 0;
}
.mobnav-btn span:last-child {
    content: "";
    top: auto;
    bottom: 5px;
    left: 0;
}
.mobnav-btn span, .mobnav-btn span:first-child, .mobnav-btn span:last-child {
    left: 5px;
    position: absolute;
    background: #000;
    -webkit-transition: all 0.5s ease;
    width: 25px;
    height: 2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.mobnav-btn.g_close span {
    opacity: 0;
}
.mobnav-btn.g_close span:first-child {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    top: 16px;
    opacity: 1;
}
.mobnav-btn.g_close span:last-child {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    top: 16px;
    opacity: 1;
}
.sub-nav {
    background: #7D7D7D;
    z-index: 99;
    color: #fff;
    text-align: left;
    border-bottom: 5px solid #e60012;
    padding-bottom: 14px;
    display: none;
}
.sub-nav h3 {
    font-size: 18px;
    border-bottom: 1px solid #494949;
    padding: 10px 16px 20px;
    display: none;
}
.sub-nav a {
    color: #fff;
    display: block;
}
.sub-nav .a1 {
    font-size: 15px;
    line-height: 1.5;
    padding: 3px 16px;
    letter-spacing: normal;
}
.sub-nav .a1:hover {
    color: #e60012;
}
.sub-nav .three-nav {
    background: #A3A3A3;
    padding: 8px 0;
    margin: 10px 0;
    display: none;
    font-size: 14px;
}
.sub-nav .three-nav a {
    display: block;
    padding: 3px 16px;
    color: #fff;
}
.sub-nav .sub-item {
    padding-top: 6px;
}
.sub-nav .sub-item.three {
    background: url(../img/icon_arr_down.png) 192px 13px no-repeat;
    background-size: 6%;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}
.sub-nav .sub-item.three:hover {
    background: url(../img/icon_arr_up.png) 192px 13px no-repeat;
    background-size: 6%;
}
.arrorright-btn {
    position: absolute;
    width: 50%;
    right: 0;
    top: 0;
    height: 100%;
}
.arrorright-btn:after {
    content: "";
    position: absolute;
    top: 19px;
    right: 20px;
    width: 10px;
    height: 10px;
    border-right: 1px solid #7c8287;
    border-top: 1px solid #7c8287;
    border-left: 0;
    border-bottom: 0;
    transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}
nav ul li.active .arrorright-btn:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 21px;
}
.swiper-wrapper {
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: -o-transform;
    -moz-transition-property: transform, -moz-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform, -moz-transform, -o-transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
}

.banner {
    position: relative;
    overflow: hidden;
}
.banner ul li a {
    display: block;
}
.banner ul li a img {
    display: block;
    width: 100%;
}
.index-dot {
    position: absolute;
    bottom: 20px;
    text-align: center;
    width: 100%;
}
.index-dot span {
    display: inline-block;
    width: 14px;
    height: 14px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background: #A4A4A4;
    margin: 0 8px;
    vertical-align: middle;
    cursor: pointer;
}
.index-dot span.swiper-pagination-bullet-active {
    width: 14px;
    height: 14px;
    background: #e60012;
}
.bannerbtn {
    position: absolute;
    width: 23px;
    height: 110px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    background-position: 0 0;
    background-repeat: no-repeat;
    z-index: 99;
    left: 53px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    outline: none;
    cursor: pointer;
    display: none;
}
.bannerbtn.banner-left {
    background-image: url("../img/bannerleft.png");
}
.bannerbtn.banner-left:hover {
    background-image: url("../img/bannerleft_hover.png");
}
.bannerbtn.banner-right {
    right: 53px;
    left: auto;
    background-image: url("../img/bannerright.png");
}
.bannerbtn.banner-right:hover {
    background-image: url("../img/bannerright_hover.png");
}
.inside-banner {
    position: relative;
    overflow: hidden;
}
.inside-banner img {
    display: block;
    position: relative;
    height: 200px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.inside-con {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: rgba(255, 255, 255, 0.7);
    font-size: 18px;
    text-align: center;
    width: 100%;
    display: none;
}
.inside-con h3 {
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 46px;
    margin-bottom: 5px;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
}
.newstype_bottom {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 60px;
	background: rgba(0,0,0,0.5);
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	z-index: 10;
}
.newstype_cont {
	width: 1280px;
	margin: 0 auto;
	height: 100%;
	line-height: 60px;
}
.newstype {
	float: left;
	padding: 0px 30px;
	border-right: 1px solid rgba(255, 255, 255, 0.2);
	line-height: 60px;
	height: 100%;
	cursor: pointer;
	position: relative;
}
.newstype:hover {
    background: rgba(0,0,0,0.5);
}
.newstype:hover a {
	color: #ffa;
}
.newstype:first-child:hover { 
    background: none;
}
.newstype a {
	color: #fff;
}
.newstype a:hover {
	color: #ffa;
}
.newstype.cur {
	color: #ffa;
    background: rgba(0,0,0,0.5);
}
.newstype:hover i {
	color: #ffa;
}
.newstype:first-child {
	border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.newstype:first-child img {
	display: inline-block;
	width: 17px;
}
.newstype a {
	color: #fff;
	font-size: 16px;
	letter-spacing: 1px;
	float: left;
	margin: 0;
	transition: all .3s ease-out 0s;
}
.newstype i {
	float: right;
	font-size: 13px;
	color: #fff;
	margin-left: 20px;
	line-height: 15px;
	transition: all .3s ease-out 0s;
}
.bggray {
    background: #F5F5F5;
}
.m-columntitle {
    max-width: 420px;
    background: url("../img/titlebg.jpg");
    font-size: 24px;
    color: #fff;
    text-align: center;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 20px 10px;
    text-transform: uppercase;
    margin: -31px 0 35px 0;
    position: relative;
    z-index: 2;
}
.bread-crumb {
    margin: 34px 0;
    color: #909090;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
    position: relative;
}
.bread-crumb a {
    padding: 0 5px;
    font-size: 15px;
    color: #909090;
    font-weight: normal;
}
.bread-crumb a.home {
    width: 18px;
    height: 17px;
    background: url("../img/home.png") 0 center no-repeat;
}
.bread-crumb .return-newslist {
    position: absolute;
    right: 0;
    bottom: -20px;
    padding-right: 20px;
}
.singe-title {
    font-size: 24px;
    color: #333;
    line-height: 28px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.about-hw {
    font-size: 15px;;
    line-height: 26px;
}
.about-img {
    position: relative;
    display: inline-block;
}
.about-img img {
    position: relative;
    z-index: 1;
    padding-right: 30px;
}
.about-img:after {
    content: "";
    position: absolute;
    width: 80%;
    height: 80%;
    display: block;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #DA1A22;
    right: 0;
    z-index: 0;
}
.m-line {
    position: relative;
    padding-bottom: 20px;
}
.m-line:before {
    content: "";
    width: 50px;
    height: 5px;
    background: #DE2B33;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
}
.fs24color {
    font-family: 'Roboto Condensed';
    font-size: 22px;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
}
.m-pb70 {
    padding-bottom: 70px;
}
footer {
    position: relative;
    background: #404040;
    border-top: 5px solid #e60012;
    padding-top: 30px;
}
.m-prl7 {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}
.footerlogo {
    display: block;
    /* right: 0; */
    /* position: absolute; */
}
.footerlogo img {
    height: 34px;
    position: absolute;
    right: 14%;
    top: 8%;
}
.footer-top {
    padding-top: 15px;
    padding-bottom: 30px;
}
.footer-left li {
    border-bottom: 1px solid #929292;
    padding-right: 10%;
}
.footer-left li h4 {
    font-size: 16px;
    padding: 10px 0;
    text-transform: uppercase;
    position: relative;
}
.footer-left li h4 a {
    display: block;
    color: #fff;
}
.footer-left li .footer-subnav {
    padding: 5px 0 10px;
    display: none;
}
.footer-left li .footer-subnav a {
    display: block;
    color: #929292;
    font-size: 14px;
    padding: 4px 0;
}
.footer-right {
    padding-top: 20px;
    color: #929292;
}
.footer-right h4 {
    font-family: 'Roboto Condensed';
    font-size: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 0 0 15px;
    color: #fff;
}
.footer-right .fs14 p {
    line-height: 30px;
}
.mailbox-form {
    position: relative;
    margin: 26px 0;
}
.mailbox-form .mailbox-text {
    width: 100%;
    height: 48px;
    background: none;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.24) inset;
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.24) inset;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.24) inset;
    font-size: 14px;
    padding-left: 15px;
}
.mailbox-form .mailbox-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 94px;
    height: 48px;
    font-size: 16px;
    background: #e60012;
    color: #fff;
    text-align: center;
    line-height: 48px;
    text-transform: uppercase;
}
.fs14 {
    font-size: 14px;
}
.share-box {
    font-size: 16px;
    color: #fff;
}
.share-box a {
    width: 30px;
    height: 32px;
    display: inline-block;
    vertical-align: -10px;
    margin: 0 9px;
    background-image: url("../img/share.png");
    background-repeat: no-repeat;
}
.share-box a:hover {
    opacity: .8;
}
.share-box a.facebook {
    background-position: 0 center;
}
.share-box a.twitter {
    background-position: -50px center;
}
.share-box a.linkedIn {
    background-position: -99px center;
}
.share-box a.google {
    background-position: -148px center;
}
.footer-bottom {
    font-size: 14px;
    color: #aaa;
    padding-top: 18px;
    padding-bottom: 18px;
    background: #292929;
}
.footer-bottom a {
    color: #aaa;
}
.footer-bottom a::before {
    content: '|';
    font-size: 12px;
    font-weight: 400;
    padding-left: 15px;
    padding-right: 15px;
}
.plus.icon {
    position: absolute;
    right: 0;
    top: 0;
    color: #929292;
    position: absolute;
    margin-left: 3px;
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform ease 0.7s;
    transition: -webkit-transform ease 0.7s;
    -o-transition: -o-transform ease 0.7s;
    -moz-transition: transform ease 0.7s, -moz-transform ease 0.7s;
    transition: transform ease 0.7s;
    transition: transform ease 0.7s, -webkit-transform ease 0.7s, -moz-transform ease 0.7s, -o-transform ease 0.7s;
}
.plus.icon:before {
    content: '';
    position: absolute;
    width: 15px;
    height: 2px;
    right: 0;
    top: 22px;
    background-color: #929292;
    -webkit-transition: -webkit-transform ease 0.7s;
    transition: -webkit-transform ease 0.7s;
    -o-transition: -o-transform ease 0.7s;
    -moz-transition: transform ease 0.7s, -moz-transform ease 0.7s;
    transition: transform ease 0.7s;
    transition: transform ease 0.7s, -webkit-transform ease 0.7s, -moz-transform ease 0.7s, -o-transform ease 0.7s;
}
.plus.icon:after {
    content: '';
    position: absolute;
    width: 15px;
    height: 2px;
    right: 0;
    top: 22px;
    background-color: #929292;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: -webkit-transform ease 0.7s;
    transition: -webkit-transform ease 0.7s;
    -o-transition: -o-transform ease 0.7s;
    -moz-transition: transform ease 0.7s, -moz-transform ease 0.7s;
    transition: transform ease 0.7s;
    transition: transform ease 0.7s, -webkit-transform ease 0.7s, -moz-transform ease 0.7s, -o-transform ease 0.7s;
}
.footer-left li h4.cur .plus.icon:after {
    opacity: 0;
}

#aside {
	width: 22%;
	float: left;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	background: #F1F1F1;
}
#aside .asideTitle {
	text-transform: capitalize;
	position: relative;
	z-index: 1;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	white-space: nowrap;
	background: #e60012;
	height: 63px;
	padding-top: 3px;
}
#aside .asideTitle:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0;
	height: 100%;
}
#aside .asideTitle .textMidSon {
	display: inline-block;
	white-space: normal;
	vertical-align: middle;
	font-size: 14px;
	width: 100%;
}
#aside .asideTitle .textMidSon {
	color: #fff;
	font: 500 22px/1 'Roboto Condensed';
	letter-spacing: 0.5px;
	text-align: center;
	vertical-align: middle;
	position: relative;
	display: inline-block;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#aside .asideTitle .textMidSon:before {
	left: 0;
	bottom: 0;
}
#aside .asideList > li {
	position: relative;
	border-top: 1px solid #d3d8dc;
}
#aside .asideList > li.hasUl:after {
	content: "\e624";
    color: #aaa;
	font-family: 'icomoon', Arial, Helvetica, 'Microsoft YaHei', SimSun, Sans-serif;
	position: absolute;
	top: 12px;
	right: 20px;
	font-size: 20px;
	transition: 0s;
	-moz-transition: 0s;
	-webkit-transition: 0s;
	-o-transition: 0s;
	-ms-transition: 0s;
}
#aside .asideList > li:last-child {
	margin-bottom: 0;
}
#aside .asideList > li > a {
	display: block;
	color: #333;
	font-size: 15px;
	text-transform: capitalize;
	position: relative;
	padding: 15px 32px;
}
#aside .asideList > li:nth-child(2) > a,
#aside .asideList > li:nth-child(4) > a,
#aside .asideList > li:nth-child(5) > a,
#aside .asideList > li:nth-child(6) > a,
#aside .asideList > li:nth-child(7) > a,
#aside .asideList > li:nth-child(8) > a,
#aside .asideList > li:nth-child(13) > a {
	background: url(../img/icon_arr_r.png) no-repeat 240px;
}
#aside .asideList.drig > li > a {
	background: none;
}
#aside .asideList > li:hover > a {
	color: #fff;
	background: rgba(0,0,0, 0.8);
}
#aside .asideList > li.active > a {
	color: #fff;
	background: rgba(0,0,0, 0.8);
}
#aside .asideList > li > ul {
	display: none;
	width: 80.8%;
	position: absolute;
	top: 0;
	left: 100%;
	background: rgba(0, 0, 0, .7);
	z-index: 99;
}
#aside .asideList > li > ul > li {
	font-size: 14px;
	border-bottom: 1px solid rgba(255,255,255,0.4);
}
#aside .asideList > li > ul > li:last-child {
	border: 0;
}
#aside .asideList > li > ul > li > a {
	color: #fff;
	display: block;
	font-size: 14px;
	padding: 16px 20px 14px;
	position: relative;
}
#aside .asideList > li > ul > li:hover > a, #aside .asideList > li > ul > li.active > a {
	background: rgba(255, 190, 0, .8);
}
#aside .asideList > li:hover > ul {
	display: block;
}
.promo {
    background: #fff;
    padding-top: 20px;
}
.mainright {
	width: 75.5%;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
	position: relative;
	min-height: 700px;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	float: right;
	margin-bottom: 65px;
}

.mainright h3 {
    font-family: 'Roboto Condensed';
    font-weight: 500;
    color: #666;
    font-size: 24px;
    line-height: 62px;
    text-indent: 50px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 39px;
    background: url(../img/icon_arr_rs.png) no-repeat left;
}
.mainright .textCont {
	font-size: 15px;
	line-height: 1.8;
}
.prolist {
	text-align: center;
}
.prolist .title {
	font-size: 34px;
	font-weight: bold;
	color: #111;
}
.prolist .desc {
	color: #5f656d;
	line-height: 28px;
	height: 56px;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	padding: 0 9.16667%;
	margin-top: 2.5%;
}
.prolist .box {
    float: left;
    display: inline-block;
    position: relative;
    width: 31.6667%;
    border: 1px solid #d3d8dc;
    text-align: center;
    padding: 10px;
    margin-right: 2.5%;
    margin-bottom: 25px;
    border-radius: 6px;
    box-sizing: border-box;
    transition: 0.4s all ease;
    -moz-transition: 0.4s all ease;
    -webkit-transition: 0.4s all ease;
    -o-transition: 0.4s all ease;
    -ms-transition: 0.4s all ease;
}
.prolist .box:nth-child(3n) {
	margin-right: 0;
}
.prolist .box:hover {
	box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.1);
}
.prolist .box a.imgWrap img {
    padding: 10%;
}
.prolist .box em.new {
	position: absolute;
	top: 15px;
	right: 8px;
	display: block;
	width: 80px;
	height: 45px;
	background: url(../img/newsale.png) no-repeat;
	background-size: 100%;
}
.prolist .box em.hot {
	position: absolute;
	top: 15px;
	right: 8px;
	display: block;
	width: 80px;
	height: 45px;
	background: url(../img/bigsale.png) no-repeat;
	background-size: 100%;
}
.prolist .box:hover em.new, 
.prolist .box:hover em.hot {
	-webkit-animation: tada 1s .2s ease both;
	-moz-animation: tada 1s .2s ease both;
}
@-webkit-keyframes tada {
	0% {
		-webkit-transform: scale(1);
	}
	10%, 20% {
		-webkit-transform: scale(0.9) rotate(-3deg);
	}
	30%, 50%, 70%, 90% {
		-webkit-transform: scale(1.05) rotate(3deg);
	}
	40%, 60%, 80% {
		-webkit-transform: scale(1.05) rotate(-3deg);
	}
	100% {
		-webkit-transform: scale(1) rotate(0);
	}
}
@-moz-keyframes tada {
	0% {
		-moz-transform: scale(1);
	}
	10%, 20% {
		-moz-transform: scale(0.9) rotate(-3deg);
	}
	30%, 50%, 70%, 90% {
		-moz-transform: scale(1.05) rotate(3deg);
	}
	40%, 60%, 80% {
		-moz-transform: scale(1.05) rotate(-3deg);
	}
	100% {
		-moz-transform: scale(1) rotate(0);
	}
}
.prolist .line {
	width: 32.59912%;
}
.prolist .tit {
    font-family: 'Roboto Condensed';
    font-size: 17px;
    font-weight: 500;
    color: #333;
    display: block;
    line-height: 21px;
    height: 60px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding: 15px 0 0;
}
.prolist .tit span {
	color: #f00;
	font-weight: 600;
}
.prolist .tit:hover {
	color: #cf3b19;
}
.prolist .des {
	font-size: 13px;
	color: #777;
	margin: 5px 5px 10px 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	padding-left: 16px;
	line-height: 20px;
	text-align: left;
	height: 60px;
	background: url(../img/icon_des_list.png) no-repeat left;
}
.prolist .more {
	margin-top: 10px;
}
.prolist .more a {
	display: inline-block;
	padding: 5px 10px;
	background: #F0F0F0;
	border: 1px solid #dcdcdc;
	color: #333;
	line-height: 1;
	font-size: 12px;
}
.prolist .more a:last-child {
	display: none;
}
.prolist .more a:hover {
	background: #333;
	color: #fff;
	border-color: #333;
}

/*产品详情*/
.productbox-left {
    outline: none;
}
.biglist {
    border: 1px solid #DCDCDC;
}
.biglist .index-dot {
    bottom: 10px;
}
.small-wraper {
    position: relative;
}
.small-list {
    margin-top: 45px;
    position: relative;
    overflow: hidden;
}
.small-list ul li {
    float: left;
    width: 32%;
    border: 1px solid #DCDCDC;
    margin-right: 26px;
    cursor: pointer;
}
.small-list ul li img {
    display: block;
    width: 100%;
}
.biglist {
    position: relative;
    overflow: hidden;
}
.biglist ul li img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}
.small-wraper {
    position: relative;
    padding: 0 30px;
}
.viewpro {
    /* height: 1200px; */
}
.product-btn {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 30px;
    height: 36px;
    cursor: pointer;
    outline: none;
}
.product-btn:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    display: block;
    border-left: 2px solid #000000;
    border-top: 2px solid #000000;
    border-bottom: 0;
    border-right: 0;
    top: 5px;
    left: 5px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.product-btn.product-right {
    right: 0;
    left: auto;
}
.product-btn.product-right:after {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}
.product-deatils {
    padding-bottom: 40px;
}
.productcon-right {
    padding: 30px 0 0 0;
}
.productcon-right .prodeatils-title {
    font-size: 26px;
    color: #333;
    margin-bottom: 15px;
}
.productcon-right .product-wrapper {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: 15px 0 35px;
}
.productcon-right .product-wrapper .warranty-item {
    float: left;
    margin-right: 20px;
}
.productcon-right .product-wrapper .warranty-item img.product-icon {
    display: inline-block;
    width: 24px;
    vertical-align: middle;
    margin-right: 5px;
}
.productcon-right .product-wrapper .warranty-item .product-text {
    display: inline-block;
}
.productcon-right .seriestext {
    color: rgba(100, 100, 100, 0.7);
    font-size: 18px;
    margin-bottom: 10px;
}
.productcon-right .seriesdec {
    color: #646464;
    line-height: 28px;
}
.productcon-right .request-quote {
    margin-top: 25px;
}
.productcon-right .request-quote a {
    display: block;
    width: 100%;
    height: 56px;
    background: url("../img/titlebg.jpg") center 0 no-repeat;
    color: #fff;
    text-align: center;
    line-height: 56px;
    font-size: 20px;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.product-navbox {
    width: 100%;
    background: #F4F4F4;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 999;
    border-bottom: 1px solid #ddd;
}
.product-navbox ul {
    min-width: 720px;
    line-height: 0;
}
.product-navbox ul li {
    display: inline-block;
}
.product-navbox ul li a {
    display: block;
    background: #2B2728;
    font-size: 16px;
    color: #fff;
    line-height: 48px;
    text-align: center;
    text-transform: uppercase;
    padding: 0 10px;
}
.product-navbox ul li:first-child a {
    background: none !important;
    color: #e60012 !important;
    text-align: left;
    padding-left: 0;
    display: inline-block
}
.product-navbox ul li:last-child {
    padding-right: 0;
}
.product-navbox ul li.cur a {
    background: url("../img/titlebg.jpg") center 0 no-repeat;
}
.product-warp {
    font-size: 15px;
    padding-top: 35px;
    padding-bottom: 40px;
    line-height: 30px;
}
.product-warp img {
    max-width: 800px;
    margin: 20px 0;
}
.product-warp table {
    width: 100%;
    margin: 20px auto;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #d5d5d5;
}
.product-warp table caption {
    padding-bottom: 5px;
}
.product-warp table th {
    font-weight: 700;
    padding: 13px 15px 10px;
    border: 1px solid #d5d5d5;
    background: #eee;
}
.product-warp table tr.firstRow {
    background: #f6f6f6;
}
.product-warp table tr.firstRow td {
    font-size: 15px;
}
.product-warp table td {
    padding: 13px 15px 10px;
    border: 1px solid #d5d5d5;
    line-height: 1.6;
    font-size: 14px;
}
.product-warp .vfile {
	margin-top: 30px;
}
.wallsimg-1, .wallsimg-2 {
    border: 1px solid #F4F4F4;
    margin-bottom: 20px;
}
.product-videos {
    padding-top: 40px;
    padding-bottom: 35px;
    background: url("../img/wimg12.jpg") 0 0 no-repeat;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.product-videos.pro {
    background: url("../img/footer.png") 0 0 no-repeat;
    background-size: 110%;
    padding: 65px 0 70px;
}
.product-videos.pro .videostitle {
    color: #333;
}
.product-videos.pro .m-list-style ul li a .zoom {
    background: #fff;
    border: 1px solid #eee;
}

.product-videos.pro .m-list-style ul li a h4 {
    color: #101010;
}
.videostitle {
    font-family: 'Roboto Condensed';
    font-size: 28px;
    letter-spacing: 1px;
    line-height: 30px;
    color: #ffe;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.inqform {
    padding: 75px 0 80px;
    background: url(../img/wimg28.jpg) no-repeat;
}
.inqinfo {
	float: left;
	width: 36%;
	display: inline-block;
	margin-right: 4%;
	margin-top: 10px;
}
.inqinfo .tit {
    font-family: 'Roboto Condensed';
    font-size: 32px;
    letter-spacing: 1px;
    color: #3d3d3d;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.inqinfo .con {
	font-size: 15px;
    line-height: 1.8;
    color: #3d3d3d;
}
.inqinfo .con p:first-child {
	border-bottom: 1px solid #ddd;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.inqinfo .con p {
	font-size: 15px;
	line-height: 1.8;
	color: #666;
	padding-bottom: 15px;
}
.livemessage {
	width: 60%;
	text-align: center;
	background: #f3f3f3;
	display: inline-block;
	padding: 20px 40px 35px;
	border-top: 4px solid #e60012;
	border-right: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	border-left: 1px solid #dedede;
}
.livemessage .title {
	width: 100%;
	text-align: center;
}
.livemessage .title h2 {
    font-family: 'Roboto Condensed';
	font-size: 24px;
	color: #464646;
	line-height: 2;
}
.livemessage .title p {
	font-size: 18px;
	color: #464646;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.livemessage .box {
	width: 100%;
	margin-top: 20px;
	font-size: 0
}
.livemessage .box li {
	width: 49%;
	display: inline-block;
	margin-bottom: 15px;
	margin-right: 2%;
}
.livemessage .box li:nth-child(2n) {
	margin-right: 0;
}
.livemessage .box li:nth-child(7) {
	margin-left: 0;
	width: 100%
}
.livemessage .box li:last-child {
	width: 100%;
	margin: 0 auto;
}
.livemessage .box li input[type=text] {
	width: calc(100% - 2px);
	border: 1px solid #ddd;
	background: #fff;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	border-radius: 4px;
}
.livemessage .box li select {
    width: calc(100% - 2px);
    height: 41px;
    line-height: 40px;
    color: #888;
    background: #fff;
    padding: 0 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
	margin: 0;      
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
	background-position: calc(100% - 20px) calc(1em + 3px), calc(100% - 15px) calc(1em + 3px), calc(100% - 2.5em) 0.5em;
	background-size: 7px 5px, 5px 5px, 1px 1.7em;
	background-repeat: no-repeat;
}
.livemessage .box li select:focus {
	background-image: linear-gradient(45deg, #ffba3f 50%, transparent 50%), linear-gradient(135deg, transparent 50%, #ffba3f 50%), linear-gradient(to right, #ccc, #ccc);
	background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, calc(100% - 2.5em) 0.5em;
	background-size: 5px 7px, 6px 7px, 1px 1.7em;
	background-repeat: no-repeat;
	outline: 0;
}
.livemessage .box li select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #000;
}
.livemessage .box li textarea {
	background: #fff;
	height: 86px;
	width: calc(100% - 2px);
	padding: 10px;
	border: 1px solid #ddd;
	line-height: 1.5;
	border-radius: 4px;
}
.livemessage .box li input[type=submit] {
	font-size: 17px;
	height: 46px;
	border: 1px solid #e60012;
	background: #e60012;
	width: 50%;
	text-align: center;
	color: #fff;
	line-height: 40px;
	transform: all 0.3s
}
.livemessage .box li input[type=submit]:hover {
	background: #e60012;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	transition-duration: 0.4s;
}
.m-list-style {
    position: relative;
    padding: 0;
}
.m-list-style .bannerbtn {
    top: 0;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    margin-top: 6%;
}
.m-list-style .banner-left {
    left: 0;
}
.m-list-style .banner-right {
    right: 0;
    left: auto;
}
.m-list-style {
    position: relative;
}
.m-list-style ul li {
    float: left;
    width: 33.3%;
}
.m-list-style ul li a {
    display: block;
    position: relative;
}
.m-list-style ul li a .zoom {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    border: 1px solid #666;
}
.m-list-style ul li a img {
    display: block;
    width: 100%;
    padding: 5%;
}
.m-list-style ul li a h4 {
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    text-align: center;
    max-height: 44px;
    line-height: 22px;
    display: -webkit-box;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.video-swiper {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.videobg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
}
.videobg i {
    position: absolute;
    width: 60px;
    height: 60px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: url("../img/play_btn.png") 0 0 no-repeat;
}

.recruitmentfloat {
    display: none;
    z-index: 110;
    width: 100%;
    position: fixed;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    left: 0px;
    top: 0px;
}
.tianjiatvwrap {
    width: 95%;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 2.5%;
    margin-top: -125px;
}
.tianjiatvwrap .videobox {
    height: 250px;
    position: relative;
    z-index: 1;
}
.recclosebtn {
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    right: 15px;
    top: -5px;
    cursor: pointer;
    z-index: 100;
    margin: -20px -20px 0 0;
    z-index: 9;
}
.recclosebtn:before {
    content: '';
    position: absolute;
    top: 10px;
    width: 20px;
    height: 2px;
    background-color: #FFF;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.recclosebtn:after {
    content: '';
    position: absolute;
    top: 10px;
    width: 20px;
    height: 2px;
    background-color: #FFF;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.case-title {
    background: url("../img/wicon02.png") 0 0 no-repeat;
    -moz-background-size: 100% 110px;
    -o-background-size: 100% 110px;
    background-size: 100% 110px;
}
.case-title .latestcase-title {
    color: #fff;
    font-size: 24px;
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 30px;
    text-transform: uppercase;
}
.case-box {
    margin-top: 45px;
    margin-bottom: 40px;
}
.case-box ul li a h4 {
    color: #3c3c3c;
}
.latestcase-list {
    position: relative;
    overflow: hidden;
}
.probg {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    background: #030303;
    z-index: 998;
    display: none;
}
.product-popup {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    display: none;
}
.procut-btn {
    position: fixed;
    width: 50px;
    height: 50px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 1000;
    outline: none;
}
.procut-left {
    left: -12px;
}
.procut-right {
    right: -12px;
}
.procut-btn:after {
    content: "";
    position: absolute;
    width: 16px;
    height: 28px;
    display: block;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-position: 0 0;
    background-repeat: no-repeat;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.procut-left:after {
    background-image: url("../img/wicon03.png");
}
.procut-right:after {
    background-image: url("../img/wicon04.png");
}
.procut-btn:hover {
    border-color: #fff;
}
.procut-left:hover:after {
    border-right-color: #fff;
}
.procut-right:hover:after {
    border-left-color: #fff;
}
.procut-popbox {
    width: 86%;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    word-wrap: break-word;
    line-height: 28px;
    z-index: 9;
    max-width: 1000px;
    height: 98%;
}
.honor-popup .procut-popbox li {
    position: relative;
    height: 100%;
    width: 100%;
    text-align: center;
    overflow: hidden;
}
.honor-popup .procut-popbox img {
    display: block;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}
.honor-popup .procut-popbox .factoryview-swiper img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}
.procut-popbox .prodcutpop-swiper, .factoryview-swiper {
    position: relative;
    overflow: hidden;
    height: 100%;
}
.closebtn {
    width: 35px;
    height: 35px;
    position: fixed;
    display: block;
    top: 20px;
    right: 3%;
    background-color: #E5E5E5;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    cursor: pointer;
    z-index: 99;
}
.closebtn:after, .closebtn:before {
    content: '';
    position: absolute;
    height: 2px;
    width: 40%;
    top: 50%;
    left: 10px;
    margin-top: -1px;
    background: #030303;
}
.closebtn:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.closebtn:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.textuppercase {
    text-transform: uppercase;
}
.specidl {
    padding-bottom: 25px;
}
.specidl dd {
    padding: 0 0 30px 0;
}
.wqp-roll {
    overflow-x: auto;
}
.wqp-roll img {
    min-width: 640px;
}

.dowload-list {
    margin: 0 -7px;
}
.dowload-list li {
    padding: 0 7px 14px;
}
.dowload-list li a {
    display: block;
    background: #F4F4F4;
    position: relative;
    padding: 20px 50px 20px 10px;
}
.dowload-list li a .loadbtn {
    position: absolute;
    width: 50px;
    height: 100%;
    display: block;
    right: 0;
    top: 0;
    background-image: url("../img/wicon05.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #B9B5B5;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    -moz-background-size: 20px auto;
    -o-background-size: 20px auto;
    background-size: 20px auto;
}
.dowload-list li a img {
    float: left;
    width: 40px;
    display: block;
}
.dowload-list li a .loadcon {
    height: 50px;
    float: left;
    width: 74%;
    color: #333333;
    font-size: 18px;
    margin-left: 15px;
    position: relative;
}
.dowload-list li a .loadtitle {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    max-height: 44px;
    line-height: 22px;
    display: -webkit-box;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.product-tit {
    font-family: 'Roboto Condensed';
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 22px;
    margin-bottom: 26px;
}
.product-images {
    margin: 0 -7px;
}
.product-images li {
    padding: 0 7px 14px;
}
.product-images li .zoom {
    background: #F4F4F4;
    border: 1px solid #E2E2E2;
    overflow: hidden;
}
.product-images li .zoom img {
    display: block;
    width: 100%;
}
.m-box-list {
    /* display: none; */
}
/*产品表单*/
.productbg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 999;
    display: none;
}
.product-form {
    position: fixed;
    max-width: 850px;
    height: 550px;
    top: 50%;
    left: 50%;
    width: 90%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1000;
    /* height: 80%; */
    overflow-x: auto;
    display: none;
    -webkit-overflow-scrolling: touch;
}
.m-product-table {
    background: #F4F4F4;
    border-top: 5px solid #e60012;
    padding: 30px 15px;
}
.formtitle {
    font-family: 'Roboto Condensed';
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #333;
    padding-right: 60px;
    margin-bottom: 10px;
}
.form-text {
    color: rgba(47, 47, 47, 0.7);
}
.product-formtable {
    margin-top: 20px;
    border-top: 1px solid #D2D2D2;
    padding: 18px 0 0;
}
.product-formtable ul li {
    margin-bottom: 18px;
}
.product-formtable ul li.li1 .input-item {
    margin-bottom: 18px;
}
.input-item {
    position: relative;
}
.name-tit {
    font-size: 16px;
    margin-bottom: 10px;
    color: #373737;
}
.name-tit em {
    font-style: normal;
    color: #d91921;
}
.name-tit.p1 {
    color: #757575;
}
.name-tit.p2 {
    color: #f4f4f4;
}
.quote-box {
    position: relative;
    padding-left: 65px;
    background: #fff;
}
.quote-box.p3 {
	padding-left: 0;
}
.quote-box span {
    position: absolute;
    width: 55px;
    top: 0;
    left: 0;
    height: 100%;
    background: #ddd;
    text-align: center;
}
.quote-box span img {
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.quote-box input, .quote-box textarea, .quote-box select {
    font-size: 15px;
    height: 50px;
    width: 100%;
    padding: 10px 12px;
    line-height: 1.4;
}
.quote-box textarea {
    height: 90px;
}
.quote-box select {
    background: url("../img/wicon20.png") right center no-repeat;
}
.sign-text {
    color: rgba(47, 47, 47, 0.7);
    font-size: 15px;
}
.sign-text .check-icon {
    width: 30px;
    height: 30px;
    background-color: #fff;
    display: inline-block;
    vertical-align: -8px;
    margin-right: 15px;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    border-radius: 50%;
    border: 1px solid #eee;
}
.sign-text.cur .check-icon {
    background-image: url("../img/icon_star.png");
    background-size: 67%;
}
.contact-submit {
    margin-top: 28px;
}
.contact-submit input {
    font-size: 16px;
    color: #fff;
    width: 100%;
    height: 50px;
    display: block;
    background: url("../img/titlebg.jpg") center 0 no-repeat;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.porcolose-btn {
    width: 42px;
    height: 42px;
    background: #e60012;
    position: relative;
    display: block;
    position: absolute;
    right: 20px;
    top: 29px;
    cursor: pointer;
}
.porcolose-btn:after, .porcolose-btn:before {
    content: "";
    position: absolute;
    width: 26px;
    height: 2px;
    left: 8px;
    top: 20px;
    background-color: #FFF;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.porcolose-btn:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.request-quote {
    float: right!important;
}
.request-quote h4 {
    height: 58px;
    background: url("../img/titlebg.jpg") center 0 no-repeat;
    color: #fff;
    line-height: 58px;
    text-align: center;
    font-size: 18px;
}
.request-quote .request-list {
    margin-top: 7px;
    background: #EEEEEE;
    border-top: 5px solid #e60012;
}
.request-quote .request-list .reitem {
    position: relative;
    padding: 15px 40px 15px 50px;
    line-height: 24px;
    border-bottom: 1px solid #F4F4F4;
}
.request-quote .request-list .reitem:before {
    content: "";
    width: 6px;
    height: 6px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background: #e60012;
    display: block;
    position: absolute;
    left: 25px;
    top: 28px;
}
.request-table {
    margin-top: 35px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-right: 1px solid #D7D7D7;
}
.request-table table {
    min-width: 640px;
    width: 100%;
}
.request-table thead tr {
    background: url("../img/wimg30.jpg") center 0 no-repeat;
    -moz-background-size: 100% 70px;
    -o-background-size: 100% 70px;
    background-size: 100% 70px;
    text-align: center;
}
.request-table thead tr td {
    height: 60px;
    color: #fff;
    font-size: 18px;
}
.request-table tbody tr td {
    border-left: 1px solid #D7D7D7;
    border-bottom: 1px solid #D7D7D7;
    padding: 10px 24px;
}
.m-list-swiper {
    position: relative;
    overflow: hidden;
}
.related-articles {
    background: #2A2A2A;
}
.related-box ul li a .related-item {
    margin-top: 23px;
    border-top: 1px solid #5F5F5F;
    padding-top: 16px;
}
.related-box ul li a .related-item h4 {
    text-align: left;
}
.related-box ul li a .related-item .read-more {
    padding-top: 14px;
    text-align: right;
    color: #ffffff;
    font-size: 16px;
}

.contact-map {
    margin: 30px 0;
    position: relative;
}
.contact-map img {
    display: block;
    width: 100%;
}
.address-list {
    padding-top: 20px;
}
.address-con {
    background: #fff;
    border: 1px solid #e60012;
    padding: 15px 13px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    z-index: 99;
    font-size: 12px;
    line-height: 15px;
    color: #565656;
    margin-bottom: 20px;
}
.address-con h4 {
    font-size: 14px;
    color: #ca252c;
    margin-bottom: 5px;
}
.mt18 {
    margin-top: 18px;
    margin-bottom: 0;
}

.mproduct-title {
    font-family: 'Roboto Condensed';
    font-weight: 600;
    font-size: 30px;
    text-align: center;
    color: #262626;
    line-height: 40px;
    padding-bottom: 15px;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 28px;
}
.mproduct-title:after {
    content: "";
    position: absolute;
    width: 90px;
    height: 3px;
    background: #e60012;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.index-coloumnone {
    padding-top: 40px;
    padding-bottom: 45px;
}
.mproduct-nav {
    text-align: center;
    position: relative;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.mproduct-nav .commonweb {
    min-width: 830px;
    height: 90px;
}
/* .mproduct-nav:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #EDEDED;
    display: block;
    position: absolute;
    top: 85px;
    left: 0;
    z-index: 0;
} */
.mproduct-nav a {
    display: inline-block;
    color: #3a3a3a;
    font-size: 14px;
    padding: 5px 10px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    position: relative;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    z-index: 1;
}
.mproduct-nav a.cur {
    background: #e60012;
    color: #fff;
}
.indexpro-box {
    margin-top: 40px;
    position: relative;
    display: none;
}
.index-productsiwper {
    position: relative;
    overflow: hidden;
}
.index-productsiwper ul li {
    float: left;
    width: 33.3%;
    overflow: hidden;
    margin-right: 10px;
}
.index-productsiwper ul li img {
    display: block;
    width: 100%;
    padding: 5%;
}
.index-productsiwper ul li:hover img {
    -webkit-transform: scale(1.03, 1.03);
    -moz-transform: scale(1.03, 1.03);
    -ms-transform: scale(1.03, 1.03);
    -o-transform: scale(1.03, 1.03);
    transform: scale(1.03, 1.03);
}
.index-productsiwper ul li .prozoom {
    display: block;
    border: 1px solid #EDEDED;
    overflow: hidden;
    background: #f8f8f8;
}
.index-productsiwper ul li .product-content {
    padding: 40px 0 0;
    text-align: center;
}
.index-productsiwper ul li .product-content .pro-title {
    font-size: 15px;
    padding-bottom: 15px;
}
.index-productsiwper ul li .product-content .pro-title a {
    display: block;
    color: #333;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 22px;
    line-height: 22px;
}
.index-productsiwper ul li .product-content .pro-dec {
    margin: 10px 0 25px;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 22px;
    line-height: 22px;
}
.index-productsiwper ul li .product-content .pro-more {
    text-align: center;
}
.index-productsiwper ul li .product-content .pro-more a {
    display: inline-block;
    width: 116px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    background: #e60012;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    color: #fff;
}
.index-productsiwper ul li .product-content .pro-more a:hover {
    background: rgba(211, 37, 46, 0.9);
}
.index-productsiwper ul li:hover .pro-title a {
    color: #e60012;
}
.noposition {
    position: static;
    padding-top: 20px;
}
.carousel-dot {
    position: absolute;
    top: 50%;
    left: 5px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 47px;
    height: 47px;
    border: 1px solid #ebebeb;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    margin-top: -1.6%;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
    outline: none;
    display: none;
}
.carousel-dot:before {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    border-left: 2px solid #ebebeb;
    border-top: 2px solid #ebebeb;
    left: 18px;
    top: 16px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.carousel-dot.carousel-right {
    right: 5px;
    left: auto;
}
.carousel-dot.carousel-right:before {
    left: 13px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}
.carousel-dot:hover {
    background: #e60012;
    border-color: #e60012;
}
.carousel-dot:hover before {
    border-color: #fff;
}
.index-coloumntwo {
    padding: 35px 15px;
    background: #E7E8EA;
}
.m-prl75 {
    padding-left: 15px;
    padding-right: 15px;
}
.insolutions-swiper {
    position: relative;
    overflow: hidden;
    padding-top: 25px;
}
.insolutions-list li {
    padding: 0;
    width: 100%;
}
.insolutions-list li a {
    display: block;
    position: relative;
}
.insolutions-list li a .zoom {
    overflow: hidden;
}
.insolutions-list li a img {
    display: block;
    width: 100%;
    -webkit-transition: -webkit-transform ease 0.7s;
    transition: -webkit-transform ease 0.7s;
    -o-transition: -o-transform ease 0.7s;
    -moz-transition: transform ease 0.7s, -moz-transform ease 0.7s;
    transition: transform ease 0.7s;
    transition: transform ease 0.7s, -webkit-transform ease 0.7s, -moz-transform ease 0.7s, -o-transform ease 0.7s;
}
.insolutions-list li a .solutions-con {
    background: rgba(28, 27, 27, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    color: #fff;
    padding: 15px;
}
.insolutions-list li a .solutions-con:before {
    content: "";
    display: block;
    position: absolute;
    top: 15px;
    bottom: 15px;
    left: 15px;
    right: 15px;
    border: 1px solid rgba(170, 170, 170, 0.7);
}
.insolutions-list li a:after {
    position: absolute;
    content: "";
    bottom: -22px;
    left: 0;
    width: 100%;
    height: 22px;
    background: url("../img/wicon30.png") center 0 no-repeat;
    background-size: 100%;
    opacity: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}
.sol-position {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    left: 0;
    width: 100%;
    padding: 0 30px;
}
.sol-position:before {
    content: "";
    position: absolute;
    width: 30px;
    height: 4px;
    display: block;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #e60012;
}
.insol-title {
    position: relative;
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    margin: 15px 0 10px;
}
.insol-text {
    font-size: 15px;
    font-weight: 300;
    display: -webkit-box;
    height: 48px;
    line-height: 24px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.insol-more {
    margin-top: 28px;
    width: 150px;
    height: 40px;
    display: inline-block;
    border: 1px solid #fff;
    line-height: 38px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-transition: all .7s;
    -o-transition: all .7s;
    -moz-transition: all .7s;
    transition: all .7s;
}
.solutionbtn {
    text-align: center;
    padding-top: 0;
}
.solutionbtn .carousel-dot {
    position: relative;
    display: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    top: auto;
    left: auto;
    margin-top: 0;
    background: #fff;
    border-color: #fff;
    margin: 0 20px;
    vertical-align: middle;
}
.inabout-hw {
    padding-top: 35px;
    padding-bottom: 35px;
}
.about-hwleft {
    background: url(../img/intro_cont.png) no-repeat center bottom;
    padding: 15px 15px 0 0;
    margin-top: 20px;
}
.about-hwleft img {
    display: block;
}
.about-hwright {
    margin-top: 20px;
}
.hwbg {
    text-align: right;
    padding-left: 5%;
    margin-bottom: -45px;
}
.hwright-con {
    color: #777;
    font-size: 15px;
    line-height: 1.8;
    background: #fff;
    position: relative;
    padding: 10px 0;
    z-index: 1;
}
.hwright-con:before {
    content: "";
    position: absolute;
    width: 41px;
    height: 7px;
    display: block;
    background: #e60012;
    right: 0;
    top: 45px;
}
.hwright-con h4 {
    font-size: 18px;
    color: #262626;
    line-height: 30px;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 15px;
}
.hwright-con h4 br {
    display: none;
}
.hwright-con h4:after {
    content: "";
    position: absolute;
    width: 59px;
    height: 2px;
    background: #e60012;
    display: block;
    bottom: 0;
}
.hw-more {
    width: 200px;
    height: 36px;
    background: #F1F1F1;
    text-align: center;
    line-height: 38px;
    margin-top: 50px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    float: right;
}
.hw-more a {
    display: block;
    width: 200px;
    height: 36px;
    font-size: 14px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    color: #fff;
    background: #e60012;
    margin: 10px 0 0 10px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.index-bottomcolumn {
    position: relative;
    background: url("../img/wimg40.jpg") center center no-repeat;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.scroll-bg {
    height: 400px;
    overflow: hidden;
    position: relative;
}
.scrollbgimg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 400px;
    background-attachment: fixed !important;
    background: url("../img/bg-map.png") center center no-repeat;
    z-index: 0;
}
.questionsbg {
    position: relative;
    z-index: 2;
    height: 400px;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    text-align: center;
    padding-top: 14%;
}
.questionsbg h3 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.questionsbg .text {
    color: rgba(255, 255, 255, 0.6);
    font-size: 20px;
    line-height: 30px;
}
.questionsbg .quesmore {
    margin-top: 30px;
    text-align: center;
}
.questionsbg .quesmore a {
    display: inline-block;
    width: 233px;
    height: 46px;
    line-height: 46px;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
    color: #fff;
    background: #e60012;
    font-size: 16px;
}
.press-center {
    padding: 35px 15px 0;
}
.persscenter-left {
    overflow: inherit;
}
.persscenter-left .news-con {
    font-size: 16px;
    line-height: 26px;
    background: #EDEDED;
    padding: 30px 15px;
}

.hw-flash {
	float: left;
    width: 720px;
    height: 480px;
	border: 1px solid #ddd;
	background: #fff;
    overflow: hidden;
	padding: 1px;
}
.hw-flash .slider_wrap {
	position: relative;
	width: 720px;
	height: 480px;
}
.hw-flash #slider_box {
	position: relative;
	width: 720px;
	height: 480px;
	overflow: hidden;
	float: left;
	z-index: 1;
}
.hw-flash #contentList li {
	float: left;
	position: relative;
	height: 480px;
}
.hw-flash #contentList li IMG {
	width: 720px;
	height: 480px;
}
.hw-flash #previewList {
	position: absolute;
	bottom: 19px;
	right: 14px;
	z-index: 99;
}
.hw-flash #previewList li {
	list-style: none;
	float: left;
	width: 12px;
	height: 12px;
	margin-right: 8px;
	overflow: hidden;
	background: url("../img/num.png") no-repeat -18px 0;
}
.hw-flash #previewList li:hover, #previewList li.active {
	color: #fff;
	background: url("../img/num.png") no-repeat 0 0;
}
.hw-flash .mask {
	height: 50px;
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 720px;
	display: block;
	FILTER: alpha(opacity=50);
	opacity: 0.5;
	background: #000;
}
.hw-flash .comt {
	width: 720px;
	color: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 50px;
	text-indent: 1em;
	text-align: left;
	overflow: hidden;
	font-size: 14px;
	line-height: 50px;
}
.hw-flash .comt a {
	color: #fff;
	font-size: 14px;
}

.persscenter-left .news-con .zoom {
    margin-top: 25px;
    overflow: hidden;
}
.persscenter-left .news-con .zoom a {
    display: block;
}
.persscenter-left .news-con .zoom a img {
    display: block;
    width: 100%;
}
.news-more {
    margin: 20px 0 0;
}
.news-more a, .moresbtn {
    display: block;
    width: 36px;
    height: 36px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background: #404040;
    position: relative;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    margin: 0 auto;
}
.news-more a:after, .moresbtn:after {
    content: "";
    position: absolute;
    display: block;
    width: 12px;
    height: 12px;
    border-left: 2px solid #fff;
    border-top: 2px solid #fff;
    left: 9px;
    top: 12px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}
.m-toptitle {
    font-size: 26px;
    color: #000000;
    padding-bottom: 20px;
}
.m-toptitle a {
    display: block;
    float: right;
    font-size: 16px;
}
.m-toptitle a:hover {
    color: #e60012;
}
.process-title {
    font-size: 20px;
    color: #262626;
    position: relative;
    padding-left: 20px;
    margin: 0 0 10px;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 26px;
    line-height: 26px;
}
.process-title a {
    display: block;
    color: #262626;
}
.process-title:before {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    top: 8px;
    left: 0;
    background: #e60012;
    display: inline-block;
    vertical-align: middle;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.persscenter-right {
    padding: 35px 0 0 0;
}
.index-newslist {
    margin-top: -15px;
}
.index-newslist li {
    padding: 25px 60px 25px 0;
    border-bottom: 1px solid #ccc;
    position: relative;
}
.index-newslist li a {
    display: block;
    color: #6d6d6d;
    font-size: 16px;
    line-height: 26px;
}
.index-newslist li a .news-dec {
    display: -webkit-box;
    height: 50px;
    font-size: 15px;
    line-height: 1.6;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #777;
}
.index-newslist li:last-child {
    border-bottom: 0;
}
.right-date {
    position: absolute;
    right: 0;
    top: 0;
    padding-top: 25px;
}
.right-date .nums {
    display: block;
    font-size: 18px;
    margin-bottom: 18px;
    color: #404040;
}
.loadPopup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    display: none;
}
.loadpop-box {
    max-width: 600px;
    width: 90%;
    max-height: 80%;
    overflow-y: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #F4F4F4;
    border-top: 5px solid #e60012;
    padding: 50px 10px 40px;
    -webkit-overflow-scrolling: touch;
}
.loadpop-box .contact-submit input {
    margin: 0 auto;
}
.loadpop-box .porcolose-btn {
    top: 10px;
    right: 10px;
}
.load-tips {
    font-size: 20px;
    color: #000;
    word-break: break-word;
}
.productdeatils-two table tr td {
    border: 2px solid #fff;
}
.tableoverscoll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.tableoverscoll table {
    width: 100% !important;
    min-width: 700px;
}

@media (min-width: 640px) {
    .inside-banner img {
        width: 100%;
        height: auto;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        left: 0;
    }
}
@media (min-width: 768px) {
    header {
        padding: 20px 30px;
    }
    .m-prl7 {
        padding-left: 30px;
        padding-right: 30px;
    }
    .about-img {
        float: right;
        margin-left: 35px;
        width: 36%;
    }
    .wallsimg-1 {
        float: right;
        margin: 0 0 22px 60px;
        width: 50%;
    }
    .wallsimg-2 {
        float: left;
        margin: 0 50px 0 0;
        width: 38%;
    }
    .tianjiatvwrap {
        width: 660px;
        left: 50%;
        margin-left: -330px;
        margin-top: 0;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .tianjiatvwrap .videobox {
        height: 400px;
    }
    .dowload-list li {
        float: left;
        width: 50%;
    }
    .insolutions-list li {
        width: 50%;
    }
}

@media (min-width: 1024px) {
    header {
        padding: 0 3%;
        position: static;
    }
    body {
        padding-top: 0;
    }
    .logo {
        padding-top: 24px;
    }
    .logo img {
        height: 40px;
    }
    .header-right {
        float: right;
        position: relative;
        top: 0;
        width: 77%;
        height: auto;
        padding: 0 256px 0 0;
        overflow: inherit;
        display: block;
    }
    nav {
        text-align: right;
    }
    nav ul li {
        display: inline-block;
        border-bottom: none;
    }
    nav ul li h4 {
        font-size: 17px;
    }
    nav ul li h4 a {
        height: 86px;
        line-height: 86px;
        padding: 0;
        position: relative;
    }
    nav ul li h4 a:before {
        content: "";
        position: absolute;
        width: 100%;
        top: 63px;
        left: 0;
        height: 2px;
        background: #e60012;
        opacity: 0;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }
    nav ul li.cur h4 a, nav ul li:hover h4 a {
        color: #e60012;
    }
    nav ul li.cur h4 a:before, nav ul li:hover h4 a:before {
        opacity: 1;
    }
    .side-right {
        width: 255px;
        padding-top: 28px;
        display: block;
    }
    .side-right a {
        display: inline-block;
        vertical-align: middle;
    }
    .side-right a.request-btn {
        text-transform: uppercase;
        width: 30px;
        height: 30px;
        background: url("../img/icon_consult.png") center no-repeat;
		background-size: 100%;
        text-align: center;
        color: #fff;
		margin-right: 20px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }
    .search-box {
        padding-right: 15px;
        position: relative;
    }
    .mobnav-btn, .mobile-icon, .mob-search-form {
        display: none;
    }
    .search-form {
        top: 59px;
        width: 310px;
    }
    .sub-nav {
        position: absolute;
        top: 86px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 230px;
        background: rgba(0,0,0,0.8);
        z-index: 99;
        color: #fff;
        text-align: left;
        border-bottom: 4px solid #e60012;
        padding-bottom: 13px;
    }
    .sub-nav h3 {
        display: block;
    }
    .sub-nav {
        padding-top: 10px;
    }
    .sub-nav .a1:hover {
        color: #e60012;
    }
    .sub-nav .three-nav {
        background: rgba(58,58,58,0.8);
    }
    .sub-nav .three-nav a {
        color: #9f9f9f;
        font-size: 13px;
    }
    .sub-nav .three-nav a:hover {
        color: #e60012;
    }
    .arrorright-btn {
        display: none;
    }
    .bannerbtn {
        display: block;
    }
    .inside-con {
        font-size: 22px;
    }
    .inside-con h3 {
        font-size: 40px;
        margin-bottom: 16px;
    }

    .m-columntitle {
        font-family: 'Roboto Condensed';
        font-size: 30px;
        letter-spacing: 1px;
        padding: 30px 0 28px;
        margin: -40px 0 0;
    }
    .singe-title {
        font-size: 28px;
        line-height: 30px;
        margin-bottom: 28px;
    }
    .about-hw {
        line-height: 28px;
    }
    .about-img {
        float: right;
        margin-left: 35px;
    }
    .about-img img {
        padding-right: 0;
    }
    .about-img:after {
        right: -30px;
    }
    .m-line {
        padding-bottom: 15px;
    }
    .fs24color {
        font-size: 24px;
        margin-bottom: 15px;
    }
    .m-pb50 {
        padding-bottom: 50px;
    }
    .m-pb70 {
        padding-bottom: 70px;
    }
    .m-prl7 {
        padding-left: 3%;
        padding-right: 3%;
    }
    footer {
        padding-top: 30px;
    }
    .m-prl7 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .footer-top {
        padding-top: 30px;
        padding-bottom: 60px;
    }
    .footer-left {
        float: left;
        width: 75%;
    }
    .footer-left li {
        float: left;
        padding-right: 5%;
        border-bottom: 0;
    }
    .footer-left li h4 {
        font-family: 'Roboto Condensed';
        font-size: 22px;
        font-weight: bold;
        letter-spacing: 1px;
        padding: 0 0 25px;
    }
    .footer-left li .footer-subnav {
        padding: 0;
        display: block;
    }
    .footer-left li .footer-subnav a {
        padding: 4px 0;
    }
    .footer-right {
        float: right;
        width: 25%;
        padding-top: 0;
    }
    .footer-right h4 {
        font-size: 20px;
        font-weight: bold;
        padding: 0 0 25px;
    }
    .share-box {
        font-size: 16px;
    }
    .share-box a {
        width: 30px;
        height: 32px;
        margin: 0 1.8%;
    }
    .footer-bottom {
        padding-top: 18px;
        padding-bottom: 18px;
    }
    .plus.icon {
        display: none;
    }
    /*产品详情*/
    .productbox-left {
        float: left;
        width: 50%;
        outline: none;
        /* max-width: 600px; */
        padding-right: 40px;
    }
    .biglist .index-dot {
        display: none;
    }
    .product-deatils {
        padding-bottom: 66px;
    }
    .productcon-right {
        float: left;
        width: 50%;
        padding: 10px 0 0 10px;
    }
    .productcon-right .prodeatils-title {
        font-family: 'HelveticaNeueLTPro', 'Roboto';
        font-size: 28px;
        font-weight: bold;
        color: #333;
        margin-bottom: 35px;
    }
    .productcon-right .seriestext {
        font-size: 20px;
        margin-bottom: 30px;
    }
    .productcon-right .seriesdec {
        line-height: 30px;
    }
    .productcon-right .request-quote {
        margin-top: 45px;
    }
    .productcon-right .request-quote a {
        font-family: 'HelveticaNeueLTPro', 'Roboto';
        width: 236px;
        height: 56px;
        line-height: 56px;
        font-size: 22px;
        font-weight: bold;
        letter-spacing: 1px;
        text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    }
    .product-navbox {
        background: #F4F4F4;
    }
    .product-navbox ul li {
        float: left;
        width: 20%;
    }
    .product-navbox ul li a {
        font-family: 'Roboto Condensed';
        font-weight: 600;
        display: block;
        font-size: 26px;
        color: #fff;
        text-align: center;
        text-transform: uppercase;
        padding: 10px 0 6px;
    }
    .product-navbox ul li:nth-child(1) {
        font-size: 16px;
        width: 40%;
    }
    .product-navbox ul li:nth-child(1) a {
        font-size: 24px;
        color: #e60012;
        padding-left: 5px;
    }
    .product-navbox ul li:last-child {
        padding-right: 0;
    }
    .product-navbox ul li.cur a {
        background: url("../img/titlebg.jpg") center 0 no-repeat;
    }
    .product-warp {
        line-height: 1.8;
        padding-top: 35px;
        padding-bottom: 70px;
    }
    .productdeatils-one, .productdeatils-two {
        padding-top: 10px;
    }
    .product-videos {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .m-list-style {
        padding: 0 50px;
    }
    .m-list-style ul li {
        margin-right: 46px;
        overflow: hidden;
    }
    .m-list-style ul li img {
        -webkit-transition: transform ease 0.7s;
        -moz-transition: transform ease 0.7s;
        -o-transition: transform ease 0.7s;
        -webkit-transition: -webkit-transform ease 0.7s;
        transition: -webkit-transform ease 0.7s;
        -o-transition: -o-transform ease 0.7s;
        -moz-transition: transform ease 0.7s, -moz-transform ease 0.7s;
        transition: transform ease 0.7s;
        transition: transform ease 0.7s, -webkit-transform ease 0.7s, -moz-transform ease 0.7s, -o-transform ease 0.7s;
    }
    .m-list-style ul li:hover img {
        -webkit-transform: scale(1.03, 1.03);
        -moz-transform: scale(1.03, 1.03);
        -ms-transform: scale(1.03, 1.03);
        -o-transform: scale(1.03, 1.03);
        transform: scale(1.03, 1.03);
    }
    .m-list-style ul li .zoom {
        margin-bottom: 26px;
    }
    .videostitle {
        margin-bottom: 40px;
    }
    .video-swiper {
        margin: 0 auto;
    }
    /* 视频播放*/
    .tianjiatvwrap {
        width: 700px;
        margin-left: -350px;
    }
    .tianjiatvwrap .videobox {
        height: 400px;
    }
    .case-title {
        -moz-background-size: 50% 110px;
        -o-background-size: 50% 110px;
        background-size: 50% 110px;
    }
    .case-title .latestcase-title {
        font-size: 30px;
        padding-top: 37px;
        padding-bottom: 37px;
    }
    .case-box {
        margin-top: 75px;
        margin-bottom: 65px;
    }
    .case-box ul li a h4 {
        color: #3c3c3c;
    }
    .closebtn {
        width: 48px;
        height: 48px;
        top: 40px;
        right: 3%;
    }
    .closebtn:after, .closebtn:before {
        left: 15px;
    }
    .procut-btn {
        display: block;
    }
    .procut-left {
        left: 3%;
    }
    .procut-right {
        right: 3%;
    }
    .procut-btn:after {
        width: 24px;
        height: 42px;
    }
    .specidl {
        padding-bottom: 25px;
    }
    .specidl dd {
        padding: 0;
        padding-top: 6%;
    }
    .specidl dt {
        padding: 0 0 0 40px;
    }
    .dowload-list li {
        float: left;
        width: 50%;
    }
    .dowload-list li a {
        padding: 40px 72px 40px 35px;
    }
    .dowload-list li a .loadbtn {
        width: 72px;
        -moz-background-size: 30px auto;
        -o-background-size: 30px auto;
        background-size: 30px auto;
    }
    .dowload-list li a img {
        width: 47px;
    }
    .dowload-list li a .loadcon {
        height: 60px;
        width: 70%;
        font-size: 22px;
        margin-left: 33px;
    }
    .dowload-list li a .loadtitle {
        max-height: 60px;
        line-height: 30px;
    }
    .dowload-list li a:hover .loadbtn {
        background-color: #DA1A22;
    }
    /*产品详情-图片*/
    .product-tit {
        padding-bottom: 22px;
        margin-bottom: 26px;
    }
    .product-images li {
        overflow: hidden;
    }
    .product-images li img {
        -webkit-transition: transform ease 0.7s;
        -moz-transition: transform ease 0.7s;
        -o-transition: transform ease 0.7s;
        -webkit-transition: -webkit-transform ease 0.7s;
        transition: -webkit-transform ease 0.7s;
        -o-transition: -o-transform ease 0.7s;
        -moz-transition: transform ease 0.7s, -moz-transform ease 0.7s;
        transition: transform ease 0.7s;
        transition: transform ease 0.7s, -webkit-transform ease 0.7s, -moz-transform ease 0.7s, -o-transform ease 0.7s;
    }
    .product-images li:hover img {
        -webkit-transform: scale(1.03, 1.03);
        -moz-transform: scale(1.03, 1.03);
        -ms-transform: scale(1.03, 1.03);
        -o-transform: scale(1.03, 1.03);
        transform: scale(1.03, 1.03);
    }
    .m-product-table {
        padding: 40px 50px 35px;
    }
    .formtitle {
        font-size: 28px;
        margin-bottom: 20px;
    }
    .product-formtable ul li.li1 {
        margin: 0 -20px 18px;
    }
    .product-formtable ul li.li1 .input-item {
        float: left;
        width: 50%;
        padding: 0 20px;
        margin-bottom: 0;
    }
    .name-tit {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .quote-box {
        padding-left: 60px;
    }
    .quote-box span {
        width: 60px;
    }
    .quote-box input, .quote-box textarea, .quote-box select {
        height: 50px;
    }
    .quote-box textarea {
        height: 88px;
    }
    .contact-submit {
        margin-top: 28px;
    }
    .contact-submit input {
        width: 240px;
        height: 50px;
    }
    .porcolose-btn {
        right: 30px;
    }

    .solurequest-quote {
        float: right;
        width: 20%;
        position: relative;
        z-index: 2;
        margin-bottom: 35px;
        margin-left: 50px;
        cursor: pointer;
    }
    .solurequest-quote h4 {
        height: 68px;
        background: url("../img/titlebg.jpg") center 0 no-repeat;
        color: #fff;
        line-height: 68px;
        text-align: center;
        font-size: 20px;
    }
    .solurequest-quote .request-list {
        margin-top: 5px;
        background: #EEE;
    }
    .solurequest-quote .request-list .reitem {
        position: relative;
        padding: 10px 40px 10px 55px;
        line-height: 30px;
        border-bottom: 3px solid #fff;
    }
    .solurequest-quote .request-list .reitem a {
        font-size: 16px;
    }
    .solurequest-quote .request-list .reitem.cur a {
        color: #e60012;
        font-weight: 600;
    }
    .solurequest-quote .request-list .reitem:before {
        content: "";
        width: 6px;
        height: 6px;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        background: #e60012;
        display: block;
        position: absolute;
        left: 35px;
        top: 23px;
    }
    .request-table {
        margin-top: 35px;
    }
    .request-table thead tr {
        background: url("../img/wimg30.jpg") center 0 no-repeat;
        -moz-background-size: 100% 70px;
        -o-background-size: 100% 70px;
        background-size: 100% 70px;
        text-align: center;
    }
    .request-table thead tr td {
        height: 70px;
        color: #fff;
        font-size: 24px;
    }
    .request-table tbody tr td {
        padding: 20px 24px;
    }
    .contact-map {
        margin: 50px 0 60px;
    }
    .address-list {
        padding-top: 0;
    }
    .address-list li {
        position: absolute;
    }
    .address-list li span {
        width: 13px;
        height: 19px;
        display: block;
        background: url("../img/wicon26.png") center bottom no-repeat;
        -moz-background-size: auto 12px;
        -o-background-size: auto 12px;
        background-size: auto 12px;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
        cursor: pointer;
    }
    .address-list li.active span {
        -moz-background-size: auto 19px;
        -o-background-size: auto 19px;
        background-size: auto 19px;
    }
    .address-con {
        position: absolute;
        width: 250px;
        bottom: 30px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        display: none;
    }
    .address-con:after {
        content: "";
        width: 14px;
        height: 10px;
        display: block;
        background: url("../img/wicon29.png") 0 0 no-repeat;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: -9px;
    }
    .mt18 {
        margin-top: 0;
        margin-bottom: 25px;
    }
    .mproduct-title {
        font-size: 42px;
        padding-bottom: 25px;
        margin-bottom: 25px;
    }
    .index-coloumnone {
        padding-top: 50px;
        padding-bottom: 55px;
    }
    .mproduct-nav a {
        font-size: 15px;
        padding: 6px 20px 5px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        margin-bottom: 5px;
    }
    .mproduct-nav a:hover {
        background: #e60012;
        color: #fff
    }
    .indexpro-box {
        margin-top: 20px;
        padding: 0 60px;
    }
    .index-productsiwper ul li {
        float: left;
        width: 33.3%;
        margin-right: 10px;
        overflow: hidden;
    }
    .index-productsiwper ul li img {
        -webkit-transition: transform ease 0.7s;
        -moz-transition: transform ease 0.7s;
        -o-transition: transform ease 0.7s;
        -webkit-transition: -webkit-transform ease 0.7s;
        transition: -webkit-transform ease 0.7s;
        -o-transition: -o-transform ease 0.7s;
        -moz-transition: transform ease 0.7s, -moz-transform ease 0.7s;
        transition: transform ease 0.7s;
        transition: transform ease 0.7s, -webkit-transform ease 0.7s, -moz-transform ease 0.7s, -o-transform ease 0.7s;
    }
    .index-productsiwper ul li:hover img {
        -webkit-transform: scale(1.05, 1.05);
        -moz-transform: scale(1.05, 1.05);
        -ms-transform: scale(1.05, 1.05);
        -o-transform: scale(1.05, 1.05);
        transform: scale(1.05, 1.05);
    }
    .index-productsiwper ul li .product-content {
        padding: 15px 0 0;
    }
    .index-productsiwper ul li:hover .pro-title a {
        color: #e60012;
    }
    .noposition {
        display: none;
    }
    .carousel-dot:hover {
        background: #e60012;
        border-color: #e60012;
    }
    .carousel-dot:hover:before {
        border-color: #fff;
    }
    .carousel-dot {
        display: block;
    }
    .index-coloumntwo {
        padding: 80px 3% 73px;
        background: #E7E8EA;
    }
    .m-prl75 {
        padding-left: 3%;
        padding-right: 3%;
    }
    .insolutions-list li {
        width: 33.3%;
    }
    .insolutions-list li a:hover:after {
        opacity: 1;
    }
    .insolutions-list li a:hover .insol-more {
        background: #e60012;
        color: #fff;
        border-color: #e60012;
    }
    .insolutions-list li a:hover img {
        -webkit-transform: scale(1.05, 1.05);
        -moz-transform: scale(1.05, 1.05);
        -ms-transform: scale(1.05, 1.05);
        -o-transform: scale(1.05, 1.05);
        transform: scale(1.05, 1.05);
    }
    .solutionbtn {
        padding-top: 40px;
    }
    .solutionbtn .carousel-dot {
        display: inline-block;
    }
    .inabout-hw {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .about-hwleft {
        float: left;
        padding: 15px 45px 12px 20px;
        width: 50%;
        margin-top: 32px;
    }
    .about-hwright {
        float: left;
        width: 50%;
        margin-top: -30px;
    }
    .hwright-con {
        height: 442px;
        -webkit-box-shadow: -10px 0 10px rgba(0, 0, 0, 0.08);
        -moz-box-shadow: -10px 0 10px rgba(0, 0, 0, 0.08);
        box-shadow: -10px 0 10px rgba(0, 0, 0, 0.08);
        padding: 60px 60px 50px;
        margin: -10px 0 0;
        font-size: 15px;
    }
    .hwright-con h4 {
        font-size: 22px;
        line-height: 36px;
    }
    .hwright-con h4 br {
        display: block;
    }
    .hw-more {
        width: 200px;
        height: 36px;
    }
    .hw-more a {
        width: 200px;
        height: 36px;
    }
    .hw-more:hover a {
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -o-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    .questionsbg {
        padding-top: 6%;
    }
    .questionsbg h3 {
        font-family: 'Roboto Condensed';
        font-size: 48px;
        line-height: 48px;
        letter-spacing: 1px;
        margin-bottom: 25px;
    }
    .questionsbg .text {
        font-size: 22px;
    }
    .questionsbg .quesmore {
        margin-top: 50px;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }
    .questionsbg .quesmore a {
        width: 230px;
        height: 46px;
        line-height: 45px;
    }
    .questionsbg .quesmore:hover {
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -o-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    .press-center {
        padding: 70px 0 0;
    }
    .persscenter-left {
        float: left;
        width: 48%;
        padding-left: 15px;
        margin-top: 30px;
        overflow: hidden;
    }
    .persscenter-left .news-con {
        margin-top: 15px;
        padding: 0 15px 0 0;
    }
    .persscenter-left:hover .news-more a {
        background: #e60012;
    }
    .persscenter-left:hover .process-title a {
        color: #e60012;
    }
    .news-more {
        margin: 20px 0 25px;
    }
    .news-more a, .moresbtn {
        width: 40px;
        height: 40px;
    }
    .news-more a:after, .moresbtn:after {
        left: 12px;
        top: 14px;
    }
    .m-toptitle {
        font-size: 30px;
        padding-bottom: 30px;
        margin-top: -58px;
    }
    .process-title {
        /* font-family: 'HelveticaNeueLTPro','Roboto'; */
        font-size: 18px;
        padding-left: 20px;
        font-weight: 500;
    }
    .persscenter-right {
        float: left;
        width: 52%;
        padding: 30px 0 60px 10px;
    }
    .index-newslist li {
        padding: 23px 180px 20px 0;
    }
    .index-newslist li a:hover .moresbtn {
        background: #e60012;
    }
    .index-newslist li a:hover .nums, .index-newslist li a:hover .process-title {
        color: #e60012;
    }
    .right-date {
        padding-top: 20px;
    }
    .right-date .nums {
        color: #888;
        font-size: 14px;
        margin-bottom: 12px;
    }
    .persscenter-left {
        padding-left: 3%;
    }
    .persscenter-left .news-con {
        padding-right: 10%;
    }
    .persscenter-right {
        padding-right: 3%;
    }
    .loadpop-box {
        padding: 40px;
    }
    .sidetop {
        right: 10px;
    }
    .index-dot {
        bottom: 30px;
    }
}
@media (min-width: 1366px) {
    .header-right {
        padding: 0 255px 0 0;
    }
    nav ul li h4 {
        font-size: 18px;
    }
    .search-box {
        padding-right: 15px;
    }
    .footer-left li {
        padding-right: 7.5%;
    }
    .tianjiatvwrap {
        width: 1000px;
        margin-left: -500px;
    }
    .tianjiatvwrap .videobox {
        height: 600px;
    }
    .address-con {
        bottom: -7px;
        left: 20px;
        -webkit-border-bottom-left-radius: 0;
        -moz-border-radius-bottomleft: 0;
        border-bottom-left-radius: 0;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
    .address-con:after {
        content: "";
        width: 18px;
        height: 9px;
        display: block;
        background: url("../img/wicon28.png") 0 0 no-repeat;
        position: absolute;
        left: -14px;
        bottom: -1px;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
    .index-coloumntwo {
        padding: 70px 7.5%;
    }
    .m-prl75 {
        padding-left: 7.5%;
        padding-right: 7.5%;
    }
    .insolutions-list li {
        margin-right: 38px;
    }
    .sol-position {
        padding: 0 60px;
    }
    .insol-title {
		height: 44px;
        font-size: 14px;
        letter-spacing: 0.5px;
        margin: 25px 0;
    }
    .insol-more {
        margin-top: 35px;
        width: 160px;
        height: 40px;
        line-height: 36px;
    }
    .solutionbtn .carousel-dot.carousel-right {
        right: 0;
    }
    .persscenter-left {
        padding-left: 7.5%;
    }
    .persscenter-left .news-con {
        padding-right: 8%;
    }
    .persscenter-right {
        padding-right: 7.5%;
    }
    .index-newslist li {
        padding: 25px 160px 23px 0;
    }
    .sidetop {
        right: 10px;
        bottom: 10px;
    }
}
@media (min-width: 1600px) {
    header {
        padding: 0 10%;
    }
    nav ul li h4 {
        font-size: 20px;
    }
    .m-prl7 {
        padding-left: 7%;
        padding-right: 7%;
    }
    .indexpro-box {
        padding: 0;
        max-width: 1440px;
    }
    .carousel-dot {
        left: -80px;
    }
    .carousel-dot.carousel-right {
        right: -80px;
        left: auto;
    }
}

@media (min-width: 1920px) {
    .indexpro-box {
        padding: 0;
        max-width: 1620px;
    }
}

.h8 {
    height: 8px;
}
.h20 {
    height: 20px;
}
.font20 {
    font-size: 18px;
}
.font26 {
    font-size: 20px;
}
.loading .load-more {
    width: 100%;
    height: 40px;
    background: #da1a22 url("../img/wqicon1.png") no-repeat center center;
    -moz-background-size: 25px;
    -o-background-size: 25px;
    background-size: 25px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    display: block;
    line-height: 40px;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.loading .load-more:hover {
    background-color: #e4252d;
}
.uppercase {
    text-transform: uppercase;
}
.con-list {
    padding-bottom: 60px;
}
.con-list ul {
    padding: 0;
}
.con-list li {
    background: #fff;
    border: 1px solid #eee;
    margin: 0 0 25px 0;
    clear: both;
}
.con-list li img {
    display: block;
    width: 100%;
}
.con-list li a {
    display: block;
}
.con-list .consu-info {
    padding: 10px 15px;
}
.con-list .consu-info .name {
    font-family: 'Roboto Condensed';
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    color: #101010;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-top: 5px;
}
.con-list .consu-info .date {
    color: #909090;
    font-size: 15px;
    margin: 5px 0;
}
.con-list .consu-info .desc {
    font-size: 16px;
    color: #646464;
    display: -webkit-box;
    height: 48px;
    line-height: 24px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.con-list .consu-info .detail {
    width: 118px;
    height: 32px;
    line-height: 32px;
    font-size: 15px;
    background-color: #656565;
    color: #fff;
    text-align: center;
    margin: 10px 0 0;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    -moz-transition: all ease .3s;
    transition: all ease .3s;
}
.return-newslist {
    background: url("../img/wqicon2.png") no-repeat 100% center;
    display: block;
    text-align: right;
    color: #909090;
    font-size: 18px;
    padding: 0 20px 0 0;
    margin: 0 0 10px 0;
}
.return-newslist:hover {
    color: #e4252d;
    background-image: url("../img/wqicon2ho.png");
}
.con-datails {
    border: 1px solid #dfdfdf;
    background: #fff;
    box-shadow: 6px 6px 0 rgb(0 0 0 / 2%);
    padding: 40px;
    margin-bottom: 70px;
}
.con-datails h2, .con-datails {
    margin: 10px 0 70px;
}
.con-datails h2 {
    font-family: 'Roboto Condensed';
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    line-height: 1.3;
    color: #101010;
}
.condatail-title .date {
    font-size: 15px;
    color: #909090;
    text-align: center;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}
.condatail-text {
    color: #646464;
    font-size: 14px;
    padding: 10px 0;
}
.condatail-text img {
    max-width: 1180px;
    margin: 15px auto;
}
.con-datails .prevnext {
    color: #666;
    font-size: 15px;
    border-top: 1px solid #ddd;
    padding-top: 25px;
    margin-top: 30px;
}
.con-datails .prevnext .arc-prev, 
.con-datails .prevnext .arc-next {
    line-height: 1.8;
}
.con-datails .prevnext .arc-prev a, 
.con-datails .prevnext .arc-next a {
    color: #666;
}
.con-datails .prevnext .arc-prev a:hover, 
.con-datails .prevnext .arc-next a:hover {
    color: #cf0f18;
}
.case {
	padding: 0 0 60px;
	position: relative;
}
.case .imglist li {
	width: 32%;
	float: left;
	margin-right: 2%;
	margin-bottom: 30px;
}
.case .imglist li a {
	display: block;
	background: #fff;
	padding: 30px 30px 15px;
	position: relative;
	border: 1px solid #ececec;
	box-shadow: 5px 5px 0 rgb(0 0 0 / 2%);
	perspective: 300px;
	-webkit-perspective: 300px;
}
.case .imglist li:nth-child(3n) {
	margin-right: 0;
}
.case .imglist li a:before {
	content: "";
	width: 100%;
	height: 100%;
	background: #cf0f18;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	opacity: 0;
	visibility: hidden;
	transform-origin: top center 0;
	transition: 0.54s;
	transform: rotateX(-60deg);
	-webkit-transform: rotateX(-60deg);
	-moz-transform: rotateX(-60deg);
}
.case .imglist li a:hover:before {
	opacity: 1;
	visibility: visible;
	transform: rotateX(0deg);
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	color: #fff;
}
.case .imglist li a time {
	display: block;
	color: #999;
	font-size: 13px;
	padding-left: 15px;
	line-height: 20px;
	border-left: 7px solid #cf0f18;
	position: relative;
	z-index: 9;
}
.case .imglist li .news__text {
	margin: 15px 0;
	position: relative;
	z-index: 9;
}
.case .imglist li .news__text .img {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 12vw;
	margin: 6px 0 20px;
}
.case .imglist li .news__text .img img {
	display: block;
	width: 100%;
	height: auto;
	transition: 0.48s;
}
.case .imglist li .news__fix h3 {
	color: #232323;
	font-size: 15px;
	line-height: 1.2;
	margin-bottom: 15px;
	transition: 0.35s;
	overflow: hidden;
	text-align: center;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.case .imglist li .news__fix p {
	color: #666;
	font-size: 14px;
	line-height: 1.6;
	height: 70px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.case .imglist li .news__more {
	width: 50px;
	height: 50px;
	background: #cf0f18;
	position: absolute;
	right: 0;
	top: 0;
	text-align: center;
	transition: 0.38s;
	z-index: 9;
}
.case .imglist li .news__more:before {
	content: "";
	width: 16px;
	height: 16px;
	background: url("../img/more.png") center no-repeat;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -8px;
	margin-top: -8px;
	transition: 0.38s;
}
.case .imglist li a:hover .news__text figure img {
	transform: scale(1.06);
	-webkit-transform: scale(1.06);
	-moz-transform: scale(1.06);
}
.case .imglist li a:hover .news__fix h3 {
	color: #fff;
	text-shadow: rgb(0 0 0 / 30%) 1px 0 1px;
}
.case .imglist li a:hover {
	box-shadow: 0 0 18px rgba(0, 0, 0, 0.13);
}
.case .imglist li a:hover time {
	color: #fff;
	text-shadow: rgb(0 0 0 / 30%) 1px 0 1px;
	border-left: 7px solid #fff;
}
.case .imglist li a:hover .news__more {
	background: #cf0f18;
}
.case .imglist li a:hover .news__more:before {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
}
.case .imglist li a:hover .news__fix p {
	color: #fff;
	text-shadow: rgb(0 0 0 / 30%) 1px 0 1px;
}
.imgs {
	padding: 0 0 50px;
	position: relative;
}
.imgs .imglist .m-line {
    clear: both;
}
.imgs .imglist ul {
    padding-top: 10px;
}
.imgs .imglist ul.row2 li {
	width: 48.5%;
	margin-right: 3%;
}
.imgs .imglist ul.row2 li:nth-child(2n) {
	margin-right: 0;
}
.imgs .imglist ul li {
	float: left;
	width: 32%;
	text-align: center;
	margin-right: 2%;
	margin-bottom: 30px;
	background: #fff;
	padding: 30px 30px 15px;
	position: relative;
	border: 1px solid #ececec;
	box-shadow: 5px 5px 0 rgb(0 0 0 / 2%);
	perspective: 300px;
	-webkit-perspective: 300px;
}
.imgs .imglist ul li:nth-child(3n) {
	margin-right: 0;
}
.imgs .imglist ul li:hover {
	box-shadow: 0 0 18px rgba(0, 0, 0, 0.13);
}
.rect-66 {
    padding-bottom: 66.6667%;
}

.Unauthorized {
    padding-bottom: 30px;
}
.Support-video {
    position: relative;
    padding: 0 0 30px 0;
}
.Support-video ul li {
    margin-bottom: 25px;
}
.Support-video ul li a {
    display: block;
    position: relative;
}
.Support-video ul li .zoom {
    position: relative;
    margin-bottom: 16px;
    overflow: hidden;
}
.Support-video ul li img {
    display: block;
    width: 100%;
}
.Support-video ul li h4 {
    font-size: 16px;
    text-align: center;
    color: #5e5e5e;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 22px;
    line-height: 22px;
}
.Commonproblem {
    background: #fff;
    padding: 0 0 30px 0;
}
.Commonproblem ul {
    margin: 0;
    padding: 0 0 45px 0;
}
.Commonproblem li {
    border-bottom: 1px solid #e8e8e8;
    padding-top: 15px;
}
.Commonproblem li h3.problemtitle {
    position: relative;
    padding: 10px 50px 15px;
    background: url("../img/problem2.png") no-repeat 99% 15px;
    -moz-background-size: 25px;
    -o-background-size: 25px;
    background-size: 25px;
    font-size: 18px;
    cursor: pointer;
    margin-bottom: 8px;
}
.Commonproblem li.cur {
    border-bottom-color: #fff;
}
.Commonproblem li.cur h3.problemtitle {
    background-image: url("../img/problem2ho.png");
}
.Commonproblem li span.problemQ {
    background: url("../img/problemQ.png") no-repeat;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    display: block;
    width: 34px;
    height: 32px;
    position: absolute;
    left: 0;
    top: 5px;
}
.Commonproblem li span.problemA {
    background: url("../img/problemA.png") no-repeat;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    display: block;
    width: 34px;
    height: 32px;
    position: absolute;
    left: 0;
    top: 0;
}
.CommonproblemContent {
    background: #f7f7f7;
    padding: 20px 30px 20px 50px;
    font-size: 16px;
    line-height: 24px;
    position: relative;
    display: none;
    color: #909090;
}
.Leyard-download {
    padding-bottom: 30px;
}
.Leyard-download ul {
    padding-bottom: 28px;
}
.program-text {
    padding-top: 20px;
}
@media (min-width: 768px) {
    .con-list {
        padding-bottom: 70px;
    }
    .con-list li:hover img {
        -webkit-transform: scale(1.03, 1.03);
        -moz-transform: scale(1.03, 1.03);
        -ms-transform: scale(1.03, 1.03);
        -o-transform: scale(1.03, 1.03);
        transform: scale(1.03, 1.03);
    }
    .con-list li:hover .detail {
        background-color: #e60012;
    }
    .con-list .cthumb {
        float: left;
        width: 32.9%;
        overflow: hidden;
    }
    .con-list .cthumb img {
        -webkit-transition: transform ease 0.7s;
        -moz-transition: transform ease 0.7s;
        -o-transition: transform ease 0.7s;
        -webkit-transition: -webkit-transform ease 0.7s;
        transition: -webkit-transform ease 0.7s;
        -o-transition: -o-transform ease 0.7s;
        -moz-transition: transform ease 0.7s, -moz-transform ease 0.7s;
        transition: transform ease 0.7s;
        transition: transform ease 0.7s, -webkit-transform ease 0.7s, -moz-transform ease 0.7s, -o-transform ease 0.7s;
    }
    .con-list .consu-info {
        padding: 26px 60px 18px;
        overflow: hidden;
    }
    .con-list .consu-info .date {
        margin: 5px 0 20px;
    }
    .con-list .consu-info .desc {
        font-size: 15px;
        line-height: 1.7;
        height: 90px;
    }
    .Support-video {
        position: relative;
    }
    .Support-video ul {
        margin: 0 -20px;
    }
    .Support-video ul li {
        float: left;
        width: 33.3%;
        padding: 0 20px;
    }
}
@media (min-width: 1024px) {
    .font20 {
        font-size: 20px;
    }
    .font26 {
        font-size: 26px;
    }
    .loading .load-more {
        height: 54px;
        line-height: 54px;
        -moz-background-size: auto;
        -o-background-size: auto;
        background-size: auto;
    }
    /*产品详情*/
    .con-datails h2 {
        margin: 5px 0 18px;
    }
    .return-newslist {
        margin: -57px 0 31px 0;
    }
    .condatail-title .fs24color {
        margin: 24px 0;
    }
    .condatail-text {
        font-size: 15px;
        line-height: 1.8;
        padding: 30px 0 10px;
    }
    /*合作（渠道商政策）*/
    .program-text {
        font-size: 16px;
        line-height: 34px;
        padding: 0 0 50px;
    }
    .Unauthorized {
        padding-bottom: 80px;
        min-height: 530px;
    }

    .Support-video {
        padding: 0 0 52px 0;
    }
    .Support-video .video-swiper {
        margin-top: 0;
        padding: 15px;
    }
    .Support-video ul {
        margin: 0 -36px;
        padding-bottom: 36px;
    }
    .Support-video ul li {
        padding: 0 20px;
    }
    .Support-video ul li:hover img {
        -webkit-transform: scale(1.03, 1.03);
        -moz-transform: scale(1.03, 1.03);
        -ms-transform: scale(1.03, 1.03);
        -o-transform: scale(1.03, 1.03);
        transform: scale(1.03, 1.03);
    }
    .Support-video ul li img {
        -webkit-transition: all ease .3s;
        -o-transition: all ease .3s;
        -moz-transition: all ease .3s;
        transition: all ease .3s;
    }
    .Support-video ul li .videoimg {
        -webkit-transition: all ease .3s;
        -o-transition: all ease .3s;
        -moz-transition: all ease .3s;
        transition: all ease .3s;
    }
    .Support-video ul li .zoom {
        margin-bottom: 20px;
    }
    .Support-video ul li:hover .videoimg {
        -webkit-box-shadow: -1px 2px 10px 1px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: -1px 2px 10px 1px rgba(0, 0, 0, 0.3);
        box-shadow: -1px 2px 10px 1px rgba(0, 0, 0, 0.3);
    }
}
/*搜索页*/
.searchcont401 {
    padding: 36px 0;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: center top;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.searchtitle401 {
    padding: 28px 15px;
    background-color: #f2f2f2;
}
.searchtitle401 span {
    color: #da251d;
}
.resultlist401 {
    font-size: 13px;
    padding: 3% 0;
}
.resultlist401 img {
    display: block;
    width: 100%;
    margin-bottom: 2%;
}
.resultlist401 li {
    padding: 15px 0;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: -1px;
}
.resultlist401 h4 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 3%;
}
.resultlist401 h4 em {
    color: #da251d;
}
.resultlist401 h4 a {
    display: block;
}
.resulttext401 {
    overflow: hidden;
    height: 72px;
    color: #999;
    line-height: 24px;
}
.resultlabel401 {
    color: #999;
    display: inline-block;
    padding-top: 30px;
}
.searchinputcont401 dt input {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-indent: 12px;
    font-size: 15px;
    color: #333333;
    background-color: #ffffff;
}
.searchinputcont401 dd input {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 0px;
    font-weight: bold;
    color: #ffffff;
    cursor: pointer;
    background-color: #BD2927;
    background-image: url("../img/search402.png");
    background-repeat: no-repeat;
    background-position: center;
}
.keywords {
    color: #00a298;
}
.ms-detail td .short-sl {
    width: 103px;
}
.sitemapcont2 {
    padding: 6% 0;
    overflow: hidden;
}
.sitemapcont2 dl {
    position: relative;
    margin-bottom: 36px;
}
.sitemapcont2 dl dt {
    font-size: 16px;
    font-weight: bold;
    color: #00a298;
    padding: 0 8px;
    background: #fff;
    position: absolute;
    left: 18px;
    top: -14px;
}
.sitemapcont2 dl dd {
    padding: 4% 3% 1% 3%;
    border: 1px solid #e6e6e6;
}
.sitemapcont2 dl dd a {
    display: inline-block;
    padding-left: 10px;
    margin: 0 23px 8px 0;
}
@media (min-width: 768px) {
    .searchtitle401 {
        font-size: 24px;
    }
    .resultlist401 h4 {
        font-size: 20px;
        margin-bottom: 2%;
    }
    .searchimg401 {
        float: left;
        margin: 0 3% 0 0;
        display: block;
        width: 200px;
        height: 150px;
        overflow: hidden;
        position: relative;
    }
    .resultlist401 img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        max-width: 100%;
        width: auto;
    }
    .sitemapcont2 {
        padding: 2% 0 0;
        overflow: hidden;
    }
    .sitemapcont2 dl dt {
        font-size: 20px;
    }
    .sitemapcont2 dl dd {
        padding: 2% 3% 1% 3%;
        border: 1px solid #e6e6e6;
    }
    .sitemapcont2 dl dd a {
        margin: 0 50px 8px 0;
    }
    .sitemapcont2 dl dd a:hover {
        color: #00a298;
    }
}
@media (min-width: 992px) {
    .searchinputcont401 {
        width: 45%;
        margin: 0 auto;
    }
    .searchinputcont401 dt {
        float: left;
        width: 74%;
    }
    .searchinputcont401 dd {
        float: left;
        width: 26%;
    }
    .searchinputcont401 dt input {
        font-size: 18px;
    }
    .searchinputcont401 dd input {
        text-align: left;
        padding-left: 20%;
        font-size: 18px;
        font-weight: bold;
        background-position: 80% center;
    }
}

#go_top {
    display: block;
    height: 24px;
    line-height: 24px;
    color: #fff;
    text-align: center;
    font-size: 14px;
}

#go_top:hover {
    text-decoration: none;
}

#chat_window {
    position: fixed;
    right: 40px;
    bottom: 35px;
    z-index: 10000;
}

#chat_window .chat_box.cur .box {
    height: auto;
    overflow: unset;
}

#chat_window .chat_box.cur .box .more {
    display: none;
}

#chat_window .chat_box .box {
    margin-bottom: 6px;
    width: 100%;
    height: 50px;
    overflow: hidden;
}

#chat_window .chat_box .chat_item {
    display: block;
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    margin-bottom: 6px;
}

#chat_window .chat_box .chat_item:last-child {
    margin-bottom: 0;
}

#chat_window .chat_box .chat_item::before {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 36px;
    color: #fff;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

#chat_window .chat_box .chat_qq {
    background-color: #4cafe9;
}

#chat_window .chat_box .chat_skype {
    background-color: #5996ff;
    background-position: 0 -50px;
}

#chat_window .chat_box .chat_email {
    background: #e60012 url(../img/icon_quote.png) center no-repeat;
    background-size: 50%;
}

#chat_window .chat_box .chat_trademanager {
    background-color: #33bbf9;
    background-position: 0 -150px;
}

#chat_window .chat_box .chat_wechat {
    background-color: #07c261;
    background-position: 0 -200px;
}

#chat_window .chat_box .chat_whatsapp {
    background: #4dc247 url(../img/icon_whatsapp.png) center no-repeat;
    background-size: 50%;
}

#chat_window .chat_box .chat_telegram {
    background-color: #36aae8;
}

#chat_window .chat_box .abs {
    display: none;
    margin-right: 50px;
    position: absolute;
    top: 0;
    right: 0;
}

#chat_window .chat_box .more_box {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    margin-right: 16px;
    position: relative;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}

#chat_window .chat_box .chat_wechat .abs {
    top: auto;
    bottom: -78px;
}

#chat_window .chat_box .chat_wechat .more_box::before {
    top: auto;
    bottom: 95px;
}

#chat_window .chat_box .chat_wechat .more_box::after {
    top: auto;
    bottom: 95px;
}

#chat_window .chat_box .chat_wechat .more_box .hidden {
    padding: 10px;
    overflow: hidden;
    max-height: none;
    display: flex;
    flex-wrap: wrap;
    width: 294px;
}

#chat_window .chat_box .chat_wechat .abs.count1 .more_box .hidden {
    width: 147px;
}

#chat_window .chat_box .more_box .hidden {
    padding: 10px 0;
    max-height: 300px;
    overflow-y: auto;
}

#chat_window .chat_box .more_box .hidden::-webkit-scrollbar {
    border-radius: 10px;
    width: 8px;
    height: 16px;
    background-color: #F5F5F5;
}

#chat_window .chat_box .more_box .hidden::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #f1f1f1;
}

#chat_window .chat_box .more_box .hidden::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #c1c1c1;
}

#chat_window .chat_box .more_box:before {
    content: '';
    border-width: 7.5px 0 7.5px 8px;
    border-color: transparent;
    border-left-color: #e8e8e8;
    border-style: solid;
    position: absolute;
    top: 19px;
    right: -9px;
}

#chat_window .chat_box .more_box:after {
    content: '';
    border-width: 7.5px 0 7.5px 8px;
    border-color: transparent;
    border-left-color: #fff;
    border-style: solid;
    position: absolute;
    top: 19px;
    right: -8px;
}

#chat_window .chat_item:hover .abs {
    display: block;
}

#chat_window .chat_box .more_box a {
    position: relative;
    display: block;
    min-width: 80px;
    height: 30px;
    line-height: 30px;
    padding: 0px 17px;
    font-size: 14px;
    color: #333;
    white-space: nowrap;
}

#chat_window .chat_box .more_box a:hover {
    background: #effaf7;
    text-decoration: none;
}

#chat_window .chat_box .more_box .relimg {
    display: none;
    position: absolute;
    top: 0;
    left: -105px;
    padding-right: 5px;
    width: 100px;
    height: 100px;
    text-align: right;
    margin-bottom: 5px;
}

#chat_window .chat_box .more_box .relimg img {
    padding: 2px;
    border: 1px solid #effaf7;
    border-radius: 2px;
    background: #fff;
}

#chat_window .chat_box .more_box a:hover .relimg {
    display: block;
}

#chat_window .chat_box .more_box.bottom:before {
    top: auto;
    bottom: 19px;
}

#chat_window .chat_box .more_box.bottom:after {
    top: auto;
    bottom: 19px;
}

#chat_window .chat_box .more_box .wechat_item {
    width: 127px;
    padding: 16px;
    box-sizing: border-box;
    margin: 10px;
    text-align: center;
    background-color: #f6f6f6;
    border-radius: 5px;
}

#chat_window .chat_box .more_box .wechat_item .wechat_code {
    width: 95px;
    height: 95px;
    margin-bottom: 10px;
}

#chat_window .chat_box .more_box .wechat_item .wechat_name {
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #333;
}

#chat_window .chat_box .menu a {
    width: 50px;
    height: 50px;
    display: block;
    border-radius: 100%;
    margin-bottom: 6px;
    background: #07bb8a url(../img/icon_chat_menu.png) no-repeat 0 0;
    background-size: 50px auto;
}

#chat_window .chat_box .menu .more.disable {
    opacity: 0;
}

#chat_window .chat_box .menu #go_top {
    display: none;
}

#chat_window .chat_box .menu .top {
    background-position: 0 -51px;
    background-color: #b0b0b0;
}

#chat_window .chat_box .box .more {
    width: 50px;
    height: 50px;
    display: block;
    border-radius: 100%;
    margin-bottom: 6px;
    background: #07bb8a url(../img/icon_chat_menu.png) no-repeat 0 0;
}

@media screen and (max-width: 1000px) {
    #chat_window .chat_box .abs {
        margin-right: 40px;
    }

    #chat_window .chat_box .box {
        height: 40px;
    }

    #chat_window .chat_box .box .more {
        width: 40px;
        height: 40px;
        background-position: center -4px;
    }

    #chat_window {
        right: 15px;
        bottom: 42px;
    }

    #chat_window .chat_box .chat_item {
        width: 40px;
        height: 40px;
    }

    #chat_window .chat_box .chat_item::before {
        font-size: 26px;
    }

    #chat_window .chat_box .menu a {
        width: 40px;
        height: 40px;
        background-size: 40px auto;
    }

    #chat_window .chat_box .menu #go_top {
        background-position: center -40px;
    }

    #chat_window .chat_box .more_box .wechat_item {
        margin: 5px;
    }

    #chat_window .chat_box .chat_wechat .more_box .hidden {
        width: 274px;
        padding: 5px;
    }

    #chat_window .chat_box .chat_wechat .more_box::before {
        bottom: 85px;
    }

    #chat_window .chat_box .chat_wechat .more_box::after {
        bottom: 85px;
    }

    #chat_window .chat_box .chat_wechat .abs.count1 .more_box .hidden {
        width: 137px;
    }

    #chat_window .chat_box .more_box .hidden {
        max-height: 100px;
    }
}

#translate {
    float: left;
    padding-right: 20px;
}
#translate > .translateSelectLanguage {
    width: 136px;
    color: #555;
    font-size: 14px;
    padding: 5px 10px 4px;
    border-radius: 3px;
    border: 1px solid #C9C9C9;
    background-color: #fff;
    cursor: pointer;
    z-index: 999;
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 18px) 1em, calc(100% - 13px) 1em, calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
}
#translate select:focus {
    background-image: linear-gradient(45deg, green 50%, transparent 50%), linear-gradient(135deg, transparent 50%, green 50%), linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px, 5px 5px, 1px 1.35em;
    background-repeat: no-repeat;
    border-color: green;
    outline: 0;
}
#translate select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}