﻿
.works_mod_list li .text-muted {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	height: 50px
}

.page {
	font-size: 0
}

.page .btn {
	line-height: 80px;
	height: 80px;
	color: #fff;
	font-size: 24px;
	font-weight: 400;
	letter-spacing: 2px;
	text-align: center;
	-moz-transition: all .36s ease;
	-o-transition: all .36s ease;
	-webkit-transition: all .36s ease;
	transition: all .36s ease
}

.page .btn_prev {
	background-color: #DC5F00
}

.page .btn_next {
	background-color: #171715
}

.hot {
	padding-top: 150px
}

.hot_group {
	font-size: 0;
	margin-left: -.83333%;
	margin-right: -.83333%
}

.hot_mod {
	padding-left: .83333%;
	padding-right: .83333%;
	overflow: hidden
}

.hot_mod figcaption {
	width: 278px;
	padding-top: 12%
}

.hot_mod figcaption h1 {
	font-size: 30px;
	font-weight: 400;
	letter-spacing: 1.5px;
	line-height: 56px;
	color: #DC5F00;
	color: #333;
	margin-bottom: 10px
}

.hot_mod figure {
	width: calc(100% - 278px);
	vertical-align: middle
}

.hot_mod>a {
	display: block;
	font-size: 0;
	padding-left: 60px;
	background-color: #fff;
	position: relative
}

.hot_mod>a>h4 {
	font-size: 14px;
	letter-spacing: 1px;
	color: #B9B9B9;
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	position: absolute;
	top: 40px;
	right: 40px
}

.hot_mod .param {
	font-size: 14px;
	font-weight: 300;
	line-height: 26px;
	letter-spacing: 1.5px;
	color: #999
}

.hot_mod .param strong {
	font-weight: 400;
	color: #333;
	margin-left: 30px
}

.hot_mod .img-box:before {
	padding-top: 100%
}

.hot_mod .tig {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 138px;
	height: 40px;
	background-color: #333;
	line-height: 40px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	letter-spacing: 1px
}

.product_mod {
	padding-top: 100px;
	padding-bottom: 160px
}

.nav-tabs_wrapper .nav-tabs li {
	padding-left: 2.60417vw;
	margin-bottom: 0
}

.nav-tabs_wrapper .nav-tabs li a {
	font-size: 18px;
	color: #333;
	line-height: 39px;
	letter-spacing: 1.5px;
	background: none
}

.nav-tabs_wrapper .nav-tabs li:hover a,.nav-tabs_wrapper .nav-tabs .active a {
	color: #DC5F00;
	font-weight: 400
}

.nav-tabs_wrapper form {
	font-size: 0
}

.nav-tabs_wrapper .select-wrapper {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-left: 2.60417vw;
	margin-bottom: 0
}

.nav-tabs_wrapper .select-wrapper .select-button {
	padding: 0;
	margin: 0;
	border: none;
	background: none;
	font-size: 18px;
	color: #333;
	line-height: 39px;
	letter-spacing: 1.5px;
	cursor: pointer
}

.nav-tabs_wrapper .select-wrapper .select-button:focus {
	outline: none
}

.nav-tabs_wrapper .select-wrapper .select-list {
	display: none;
	position: absolute;
	top: 39px;
	border-top: 2px solid #fff;
	left: 0;
	background-color: #fff;
	background-color: #161616;
	z-index: 200;
	text-align: left;
	width: 128px
}

.nav-tabs_wrapper .select-wrapper ul {
	padding: 10px 20px
}

.nav-tabs_wrapper .select-wrapper ul li {
	font-size: 14px;
	color: #999;
	line-height: 14px;
	padding: 10px 0;
	letter-spacing: .6px
}

.nav-tabs_wrapper .measure_select ul li {
	width: 96px
}

.nav-tabs_wrapper .region_select ul li {
	width: 60px
}

.nav-tabs_wrapper .region_select .select-list .scrollBar {
	height: 30vh
}

.loading {
	display: block
}

.loading .label {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 20
}

.loading .label:before,.loading .label:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-color: #fff
}

.loading .label:before {
	width: 12px;
	height: 2px
}

.loading .label:after {
	width: 2px;
	height: 12px
}

.loading .text {
	display: inline-block;
	font-size: 14px;
	line-height: 30px;
	font-family: "GothamBook";
	color: #333;
	vertical-align: 26px;
	margin-left: 28px;
	text-transform: uppercase
}

.btn-primary .shape {
	display: inline-block;
	width: 86px;
	height: 86px;
	width: 60px;
	height: 60px;
	position: relative
}

.btn-primary .shape:before,.btn-primary .shape:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-moz-transform: scale(0.7, 0.7) rotate(45deg);
	-ms-transform: scale(0.7, 0.7) rotate(45deg);
	-webkit-transform: scale(0.7, 0.7) rotate(45deg);
	transform: scale(0.7, 0.7) rotate(45deg);
	z-index: 10
}

.btn-primary .shape:before {
	background-color: #DC5F00;
	z-index: 20
}

.btn-primary .shape:after {
	background-color: #212121;
	z-index: 10;
	margin-left: -10px
}

.productbanner:before {
	padding-top: 41.66667%
}

.productbanner .pagetitle {
	top: 16%;
	left: 4%
}

.pro_swiper {
	padding-left: 80px
}

.pro_swiper .arrow {
	display: block;
	margin-top: 40px;
	margin-bottom: 40px
}

.pro_swiper .arrow .shape {
	width: 58px;
	height: 58px;
	text-align: center;
	line-height: 58px
}

.pro_swiper .arrow .shape i {
	position: relative;
	z-index: 30;
	color: #fff
}

.pro_swiper .arrow_slick {
	position: absolute;
	top: 50%;
	right: 10px;
	z-index: 200
}

.pro_swiper .pro_js_slick {
	width: 60%
}

.pro_text {
	padding-left: 0;
	padding-right: 0
}

.pro_text figcaption {
	width: 380px;
	padding-top: 6%;
	margin-left: 22.5%
}

.pro_text figcaption h1 {
	color: #333
}

.pro_text .param span {
	color: #333;
	font-weight: 400
}

.pro_picture ul li {
	overflow: hidden
}

.pro_picture figure {
	width: 50%
}

.pro_picture figure:before {
	padding-top: 62.5%
}

.pro_picture figcaption {
	width: 50%;
	position: relative
}

.pro_picture figcaption:before {
	padding-top: 62.5%
}

.pro_picture figcaption h3 {
	font-size: 30px;
	line-height: 34px;
	letter-spacing: 1.5px;
	color: #fff;
	font-weight: 400;
	margin-bottom: 10px
}

.pro_picture figcaption h4 {
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 2px;
	color: #fff
}

.pro_picture .description {
	font-size: 14px;
	line-height: 36px;
	letter-spacing: 2px;
	color: #fff;
	margin-top: 30px
}

.pro_picture .description img {
	display: inline-block;
	width: 20px;
	height: 20px;
	vertical-align: -5px;
	margin-right: 20px
}

.pro_picture .description p {
	position: relative;
	padding-left: 40px
}

.pro_picture .description p img {
	position: absolute;
	top: 8px;
	left: 0
}

.pro_picture .text-info,.pro_picture .text_primary {
	position: absolute;
	top: 50%
}

.pro_picture .text_lead {
	position: absolute;
	top: 110px;
	left: 8.33333%;
	margin-left: 17px;
	z-index: 200
}

.pro_picture .text_lead h3 {
	font-size: 30px;
	letter-spacing: 1.5px;
	line-height: 34px;
	color: #333;
	font-weight: 400
}

.pro_picture .text_lead h4 {
	font-size: 14px;
	line-height: 34px;
	color: #DC5F00;
	font-family: "GothamBook"
}

.pro_picture .list li.block_left figure {
	float: left
}

.pro_picture .list li.block_left figcaption {
	float: right;
	background-color: #DC5F00
}

.pro_picture .list li.block_left .text-info {
	left: 17.70833%;
	width: 70%
}

.pro_picture .list li.block_right figure {
	float: right
}

.pro_picture .list li.block_right figcaption {
	float: left;
	background-color: #DC5F00
}

.pro_picture .list li.block_right .text-info {
	right: 17.54167%;
	width: 70%;
	right: 27.08333%;
	width: 62%
}

.pro_picture .list li.block_pull figure {
	float: right
}

.pro_picture .list li.block_pull figure img {
	width: 106.4%;
	left: auto;
	right: 0
}

.pro_picture .list li.block_pull figcaption {
	float: left
}

.pro_picture .list li.block_pull figcaption h3 {
	color: #333
}

.pro_picture .list li.block_pull figcaption h4 {
	color: #999
}

.pro_picture .list li.block_pull .text-info {
	right: 27.08333%;
	width: 62%
}

.pro_picture .list li.block_pull .description {
	color: #DC5F00
}

.pro_picture .list li.block_center {
	position: relative
}

.pro_picture .list li.block_center:before {
	content: "";
	display: block;
	padding-top: 31.25%
}

.pro_picture .list li.block_center .text_primary {
	right: 34.95833%;
	right: 24.95833%;
	margin-top: 90px;
	width: 34%
}

.pro_picture .list li.block_center .text_primary:before {
	content: "";
	display: block;
	width: 163px;
	width: 51%;
	height: 40px;
	background: url(../fonts/icon_03.svg) no-repeat center center;
	position: absolute;
	top: 62%;
	left: -73%;
	background-size: cover
}

.pro_picture .list li.block_center figure {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin-left: auto;
	margin-right: auto
}

.pro_picture .list li.block_center figure:before {
	padding-top: 51.66667%
}

.pro_picture .list li.block_center figcaption {
	position: absolute;
	top: 0;
	right: 0
}

.pro_picture .list li.block_center figcaption .icon {
	margin-bottom: 40px
}

.pro_picture .list li.block_center figcaption h3 {
	color: #333;
	font-size: 18px;
	margin-bottom: 20px
}

.pro_picture .list li.block_center figcaption p {
	font-size: 12px;
	color: #999
}

.work_module {
	padding-top: 100px;
	padding-bottom: 120px
}

.work_module li figcaption {
	background-color: #fff
}

.related_video {
	padding-bottom: 100px;
	padding-top: 110px;
	overflow: hidden;
	position: relative
}

.video_wrapper .img-box:before {
	padding-top: 31.25%
}

.video_wrapper figcaption {
	font-size: 24px;
	letter-spacing: 1.5px;
	line-height: 34px;
	color: #DC5F00;
	font-weight: 400
}

.video_wrapper .videopopup {
	display: none;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 500
}

.video_wrapper .videopopup video {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 100%;
	z-index: 20
}

.video_wrapper .videopopup .btn_video_pause {
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	z-index: 600
}

.work_wrapper {
	padding-top: 150px;
	padding-bottom: 130px
}

.pagination {
	text-align: center
}

.pagination a {
	display: inline-block;
	vertical-align: top;
	width: 38px;
	height: 38px;
	text-align: center;
	line-height: 38px;
	margin: 0 7px
}

.pagination .btn {
	color: #DC5F00;
	font-size: 16px
}

.pagination .pg {
	font-size: 14px;
	letter-spacing: 1px;
	color: #333;
	font-family: "GothamBook"
}

.pagination .current,.pagination .pg:hover {
	background-color: #DC5F00;
	color: #fff
}

.area_column {
	padding-top: 95px;
	padding-bottom: 95px;
	text-align: center
}

.area_column figure {
	height: 62px
}

.area_column figure img {
	height: 62px;
	width: auto
}

.area_column figcaption {
	margin-top: 20px;
	font-size: 16px;
	letter-spacing: 1px;
	color: #333;
	line-height: 30px;
	font-weight: 400
}

.panel-body {
	width: 52.08333%;
	margin-left: auto;
	margin-right: auto;
	font-size: 14px;
	letter-spacing: 1px;
	color: #999;
	line-height: 26px;
	font-weight: 400
}

.panel-body h1 {
	font-size: 30px;
	letter-spacing: 1px;
	line-height: 42px;
	color: #333;
	font-weight: 400
}

.panel-body img {
	display: block;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	width: auto !important;
	height: auto !important
}

.panel-body h3 {
	font-size: 24px;
	letter-spacing: 1.5px;
	line-height: 34px;
	color: #DC5F00;
	font-weight: 400;
	font-size: 18px;
	letter-spacing: 1px;
	font-weight: 400
}

.panel-body p a {
	color: #2980b9 !important
}

.backlist {
	font-size: 14px;
	letter-spacing: .4px;
	color: #333;
	line-height: 17px;
	font-family: "GothamBook";
	-moz-transition: all .36s ease;
	-o-transition: all .36s ease;
	-webkit-transition: all .36s ease;
	transition: all .36s ease
}

.backlist i {
	color: #DC5F00;
	margin-right: 5px;
	vertical-align: -2px;
	font-size: 20px
}

.share {
	font-size: 14px;
	letter-spacing: .4px;
	color: #333;
	line-height: 17px;
	font-family: "GothamBook"
}

.share span {
	margin-right: 8px
}

.share a {
	color: #333;
	margin: 0 10px !important
}

.share .btn-youku {
	font-size: 48px !important;
	vertical-align: -14px
}

.pagings {
	font-size: 0
}

.pagings a {
	display: inline-block;
	vertical-align: top;
	width: 49.9%;
	height: 60px;
	line-height: 60px;
	font-size: 14px;
	letter-spacing: 1.5px;
	color: #E4E4E4;
	position: relative
}

.pagings a span {
	color: #fff
}

.pagings a .bt {
	position: absolute;
	top: 50%;
	margin-top: -30px
}

.pagings a .txt {
	display: inline-block;
	overflow: hidden
}

.pagings .prev {
	background-color: #171715;
	text-align: left;
	padding-left: 40px
}

.pagings .prev span {
	margin-right: 10px
}

.pagings .prev .txt {
	padding-left: 52px
}

.pagings .prev .bt {
	left: 40px
}

.pagings .next {
	background-color: #DC5F00;
	text-align: right;
	padding-right: 40px
}

.pagings .next span {
	margin-left: 10px
}

.pagings .next .txt {
	padding-right: 52px
}

.pagings .next .bt {
	right: 40px
}

.hot_news {
	font-size: 0;
	padding-top: 150px
}

.hot_news figure:before {
	padding-top: 62.5%
}

.hot_news figcaption {
	font-size: 14px;
	letter-spacing: 1px;
	color: #999;
	line-height: 26px;
	font-weight: 400;
	background-color: #fff
}

.hot_news figcaption:before {
	padding-top: 62.5%
}

.hot_news figcaption time {
	font-size: 14px;
	letter-spacing: 1px;
	color: #999;
	line-height: 26px;
	font-weight: 400
}

.hot_news figcaption h3 {
	font-size: 24px;
	letter-spacing: 1.5px;
	line-height: 34px;
	color: #DC5F00;
	font-weight: 400;
	color: #333;
	margin-bottom: 20px;
	-moz-transition: all .36s ease;
	-o-transition: all .36s ease;
	-webkit-transition: all .36s ease;
	transition: all .36s ease;
	margin-top: 10px
}

.hot_news article {
	position: absolute;
	top: 50%;
	left: 10%;
	right: 10%
}

.news_mod_list {
	padding-top: 100px;
	margin-left: -.83333%;
	margin-right: -.83333%
}

.news_mod_list li {
	padding-left: 1%;
	padding-right: 1%;
	position: relative;
	margin-bottom: 30px
}

.news_mod_list a {
	display: block;
	background-color: #fff
}

.news_mod_list figure:before {
	padding-top: 64.89362%
}

.news_mod_list figcaption {
	padding-left: 10.6383%;
	padding-right: 10.6383%;
	padding-top: 30px;
	padding-bottom: 60px;
	background-color: #fff;
	height: 230px
}

.news_mod_list figcaption .desc {
	font-size: 24px;
	letter-spacing: 1.5px;
	line-height: 34px;
	color: #DC5F00;
	font-weight: 400;
	font-size: 18px;
	color: #333;
	line-height: 30px;
	height: 130px;
	border-bottom: 1px solid rgba(51,51,51,0.1);
	overflow: hidden
}

.news_mod_list figcaption time {
	display: block;
	font-size: 14px;
	letter-spacing: 1px;
	color: #999;
	line-height: 26px;
	font-weight: 400;
	margin-top: 20px;
	letter-spacing: 0
}

.news_mod_list .category {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 135px;
	font-size: 14px;
	letter-spacing: 1px;
	color: #999;
	line-height: 26px;
	font-weight: 400;
	line-height: 40px;
	text-align: center;
	background-color: #333;
	color: #fff
}

.news_mod_list .empty .category {
	top: 0;
	bottom: auto
}

.news_mod_list .empty figcaption h3 {
	position: absolute;
	top: 80px;
	left: 13.6383%;
	right: 10.6383%
}

.news_module {
	padding-top: 100px;
	padding-bottom: 150px
}

.know_module {
	padding-top: 80px
}

.know_module .news_mod_list {
	padding-top: 0
}

.related_news {
	padding-top: 106px;
	padding-bottom: 70px
}

.related_news .news_mod_list {
	padding-top: 0
}

.aboutbanner:before {
	padding-top: 41.66667%
}

.aboutbanner .mask {
	height: 120px
}

.aboutbanner .mask h1 {
	line-height: normal;
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 22px;
	line-height: 32px;
	padding-left: 16.66667%;
	font-weight: 400
}

.text_title {
	font-size: 30px;
	letter-spacing: 1px;
	line-height: 42px;
	color: #333;
	font-weight: 400;
	font-size: 36px;
	line-height: 60px;
	color: #DC5F00
}

.text_title h3 {
	font-size: 30px;
	letter-spacing: 1px;
	line-height: 42px;
	color: #333;
	font-weight: 400;
	font-size: 36px;
	line-height: 60px;
	color: #DC5F00
}

.global {
	padding-top: 180px;
	padding-bottom: 150px;
	position: relative
}

.global .list {
	position: relative;
	z-index: 300
}

.global .list li {
	float: left;
	position: relative
}

.global .list .box {
	padding-top: 100%;
	position: relative;
	font-size: 20px;
	line-height: 37px;
	letter-spacing: 1px;
	font-weight: 400;
	color: #333;
	text-align: center
}

.global .list .box p {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	padding: 0 20px
}

.global .list .box span {
	display: block;
	font-size: 12px;
	line-height: 28px;
	color: #989898;
	color: #333;
	font-family: "GothamBook";
	font-weight: 300;
	letter-spacing: -0.2px
}

.global .list .box:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border-top-left-radius: 50%;
	border-top-right-radius: 50%;
	border-bottom-left-radius: 50%;
	border-bottom-right-radius: 50%;
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.global .list li:nth-child(odd) .box:after {
	display: none;
	border-top: 1px dashed transparent;
	border-left: 1px solid #DC5F00;
	border-right: 1px dashed transparent;
	border-bottom: 1px solid #DC5F00;
	left: 1px;
	width: calc(100% - 2px);
	height: calc(100% - 2px)
}

.global .list li:nth-child(even) .box:after {
	display: none;
	border-top: 1px solid #DC5F00;
	border-left: 1px dashed transparent;
	border-right: 1px solid #DC5F00;
	border-bottom: 1px dashed transparent
}

.global .list li:first-child:after,.global .list li:first-child:before {
	display: none;
	display: block
}

.global .list li:first-child .box:after {
	display: none;
	border-top: 1px dashed #DC5F00;
	border-right: 1px dashed #DC5F00
}

.global .bg {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%
}

.global .chart-desktop {
	margin-top: 80px
}

.global .tt_container {
	position: relative
}

.global .tt_container svg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%
}

.global .globalMap figure {
	margin-top: 80px;
	width: 87.5%;
	margin-left: auto;
	margin-right: auto
}

.global .globalMap .img-box:before {
	padding-top: 46.21429%
}

.history {
	padding-top: 150px;
	padding-bottom: 150px;
	position: relative
}

.history .history_slick {
	position: relative
}

.history .arrow_slots {
	width: 10%;
	height: 40px
}

.history .arrow {
	position: absolute;
	top: 2px;
	font-size: 20px;
	color: #333;
	cursor: pointer;
	z-index: 400;
	-moz-transition: all .36s ease;
	-o-transition: all .36s ease;
	-webkit-transition: all .36s ease;
	transition: all .36s ease
}

.history .btn_arrow_prev,.history .btn_arrow_next {
	top: 50%
}

.history .arrow_prev {
	left: 0;
	text-align: left
}

.history .btn_arrow_prev {
	left: 0px
}

.history .arrow_next {
	right: 0;
	text-align: right
}

.history .btn_arrow_next {
	right: 0px
}

.history .month_spot {
	position: absolute;
	top: 148px;
	left: 0;
	width: 100%
}

.history .slot {
	font-size: 0;
	line-height: 12px;
	text-align: center;
	position: absolute;
	top: 50%;
	margin-top: -28px
}

.history .slot span {
	display: inline-block;
	vertical-align: middle;
	width: 8px;
	background-color: #E8E8E8;
	border-radius: 50%;
	margin: 0 8px;
	text-align: center
}

.history .slot span:after {
	content: "";
	display: block;
	padding-top: 100%
}

.history .slot .pointer {
	width: 12px;
	height: 12px
}

.history .slot_left {
	left: 0;
	text-align: left
}

.history .slot_right {
	right: 0;
	text-align: right
}

.history_wrapper {
	position: relative;
	padding-left: 2%;
	padding-right: 2%;
	cursor: ew-resize
}

.history_slick_swiper .slick-slide .slick_item_box {
	background-color: #fff;
	text-align: center;
	padding-top: 60px;
	padding-bottom: 80px;
	margin-left: 8.51064%;
	margin-right: 8.51064%;
	padding-left: 16.66667%;
	padding-right: 16.66667%
}

.history_slick_swiper .slick-slide .text-muted {
	height: 130px;
	height: 184px;
	height: 240px
}

.history_slick_swiper .slick-slide .month {
	font-size: 60px;
	line-height: 60px;
	color: #333;
	font-family: "GothamBook"
}

.history_slick_swiper .slick-slide .year {
	font-size: 12px;
	line-height: 15px;
	color: #333;
	font-family: "GothamBook";
	margin-top: 8px
}

.history_slick_swiper .slick-slide em {
	display: block;
	width: 12px;
	height: 2px;
	background-color: #333;
	margin-left: auto;
	margin-right: auto
}

.history_slick_date .slick_item {
	cursor: pointer;
	position: relative
}

.history_slick_date .slick_item em {
	display: block;
	width: 20px;
	height: 20px;
	background-color: #333;
	border-radius: 50%;
	margin-left: auto;
	margin-right: auto
}

.history_slick_date .slick_item time {
	display: block;
	font-size: 24px;
	line-height: 24px;
	color: #333;
	font-family: "GothamBook";
	margin-top: 20px;
	text-align: center
}

.history_slick_date .slick-current em {
	background-color: #DC5F00
}

.history_slick_date .slick-current time {
	color: #DC5F00
}

.history_year:before,.history_year:after {
	content: "";
	display: block;
	height: 100%;
	background-color: #F7F7F7;
	position: absolute;
	top: 0;
	width: 10%;
	z-index: 100
}

.history_year:before {
	left: 0
}

.history_year:after {
	right: 0
}


.location .img-box:before {
	padding-top: 53.33333%;
	background-color: #DC5F00
}

.location .order {
	font-size: 50px;
	letter-spacing: 1px;
	line-height: 97px;
	color: #fff;
	font-family: "GothamBook"
}

.location figcaption {
	position: absolute;
	top: 50%;
	left: 16.66667%
}

.location figcaption h3 {
	font-size: 30px;
	line-height: 32px;
	letter-spacing: 2px;
	color: #fff;
	font-weight: 400
}

.location figcaption p {
	font-size: 20px;
	line-height: 44px;
	color: #fff;
	letter-spacing: 2px;
	font-weight: 400
}

.honor_module {
	padding-top: 160px;
	padding-bottom: 150px
}

.honor_mod_list {
	font-size: 0;
	margin-left: -.83333%;
	margin-right: -.83333%
}

.honor_mod_list li {
	margin-bottom: 30px;
	padding: 0 .83333%
}

.honor_mod_list li .img-box:before {
	padding-top: 115.42553%
}

.honor_mod_list li figcaption {
	font-size: 22px;
	font-size: 18px;
	letter-spacing: 1px;
	line-height: 40px;
	color: #333;
	font-weight: 400;
	padding: 30px 0;
	text-align: center
}

.innerbanner .address {
	height: auto;
	padding-top: 30px;
	padding-bottom: 60px;
	background-image: url(../fonts/bgcover.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover
}

.innerbanner .address h1 {
	left: 16.66667%;
	font-size: 36px;
	letter-spacing: 2px;
	line-height: 39px
}

.address {
	font-size: 20px;
	font-size: 18px;
	line-height: 32px;
	letter-spacing: 1px;
	color: #fff
}

.address h1 {
	font-size: 36px;
	line-height: 40px;
	letter-spacing: 2px;
	color: #fff;
	padding-top: 0;
	padding-bottom: 0
}

.address address,.address .tel,.address .email {
	padding-left: 80px;
	position: relative;
	margin-left: 16.66667%
}

.address address i,.address .tel i,.address .email i {
	display: inline-block;
	width: 42px;
	height: 42px;
	text-align: center;
	line-height: 47px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -21px;
	font-size: 26px
}

.address address i:after,.address .tel i:after,.address .email i:after {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	border: 1px solid rgba(255,255,255,0.1);
	position: absolute;
	top: 0;
	left: 0;
	-moz-transform: scale(0.7, 0.7) rotate(45deg);
	-ms-transform: scale(0.7, 0.7) rotate(45deg);
	-webkit-transform: scale(0.7, 0.7) rotate(45deg);
	transform: scale(0.7, 0.7) rotate(45deg)
}

.address address i:before,.address .tel i:before,.address .email i:before {
	margin-left: 4px
}

.address .line {
	display: block;
	position: relative;
	width: 2px;
	height: 20px;
	margin-left: 16.66667%;
	margin-top: 0px;
	margin-bottom: 6px
}

.address .line:after,.address .line:before {
	content: "";
	display: block;
	width: 2px;
	height: 6px;
	background-color: rgba(224,223,229,0.2);
	position: absolute;
	left: 20px
}

.address .line:before {
	top: 0px
}

.address .line:after {
	top: 12px
}

.address .tel {
	line-height: 42px
}

.address .tel+.line {
	margin-top: 8px
}

.address .email {
	line-height: 42px
}

.office .img-box:before {
	padding-top: 64.89362%
}

.office figcaption {
	padding-top: 30px;
	padding-right: 94px;
	margin-bottom: 20px
}

.office figcaption h3 {
	font-size: 22px;
	letter-spacing: 1px;
	line-height: 40px;
	color: #333;
	font-weight: 400;
	margin-bottom: 10px
}

.office figcaption p {
	position: relative;
	padding-left: 28px;
	padding-bottom: 10px
}

.office figcaption p i {
	position: absolute;
	top: 1px;
	left: -5px;
	font-size: 26px
}

.office ul {
	margin-left: -.83333%;
	margin-right: -.83333%
}

.office ul li {
	padding-left: .83333%;
	padding-right: .83333%;
	margin-bottom: 30px
}

.sales {
	margin-bottom: 130px
}

.sales .img-box:before {
	padding-top: 31.25%
}

.sales .pos {
	position: absolute;
	width: 1px;
	height: 1px
}

.sales .point {
	display: block;
	width: 8px;
	height: 8px;
	background-color: #fff;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -4px;
	margin-left: -4px
}

.sales .spot {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80px;
	height: 80px;
	margin-top: -40px;
	margin-left: -40px;
	-moz-animation: scale 1.6s ease infinite alternate both;
	-webkit-animation: scale 1.6s ease infinite alternate both;
	animation: scale 1.6s ease infinite alternate both
}

.sales .rad {
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border-radius: 50%;
	border: 1px solid rgba(255,255,255,0.3)
}

.sales .rad-80 {
	width: 80px;
	height: 80px
}

.sales .rad-44 {
	width: 44px;
	height: 44px
}

.sales .rad-25 {
	width: 25px;
	height: 25px
}

.sales .pos1 {
	left: 11.875%;
	top: 20%
}

.sales .pos2 {
	left: 13.17708%;
	top: 56%
}

.sales .pos3 {
	left: 28.28125%;
	top: 18%
}

.sales .pos4 {
	left: 37.65625%;
	top: 38%
}

.sales .pos5 {
	left: 47.44792%;
	top: 22%
}

.sales .pos6 {
	left: 49.58333%;
	top: 51%
}

.sales .pos7 {
	right: 40.625%;
	top: 86%
}

.sales .pos8 {
	right: 32.1875%;
	top: 78%
}

.sales .pos9 {
	right: 21.61458%;
	top: 71%
}

.sales .pos10 {
	right: 23.69792%;
	top: 35%
}

.sales .pos11 {
	right: 15.3125%;
	top: 50%
}

.sales .pos12 {
	right: 5.72917%;
	top: 77%
}

.sales .pos13 {
	right: 15.88542%;
	top: 21%
}

.sales ul {
	margin-left: -3.125%;
	margin-right: -3.125%
}

.sales ul li {
	padding-left: 3.125%;
	padding-right: 3.125%;
	margin-bottom: 40px
}

.sales ul li h3 {
	font-size: 22px;
	letter-spacing: 1px;
	line-height: 30px;
	color: #333;
	font-weight: 400;
	height: 60px;
	overflow: hidden
}

.sales ul li .text-muted {
	padding-bottom: 40px;
	margin-top: 5px;
	border-bottom: 2px solid #f2f2f2;
	padding-top: 0px
}

.sales ul li .text-muted i {
	font-size: 26px;
	display: none
}

@-webkit-keyframes scale {
	from {
		-webkit-transform: translate3d(0, 0, 0) scale(0.6);
		transform: translate3d(0, 0, 0) scale(0.6)
	}

	to {
		-webkit-transform: translate3d(0, 0, 0) scale(1.04);
		transform: translate3d(0, 0, 0) scale(1.04)
	}
}

@keyframes scale {
	from {
		-webkit-transform: translate3d(0, 0, 0) scale(0.6);
		transform: translate3d(0, 0, 0) scale(0.6)
	}

	to {
		-webkit-transform: translate3d(0, 0, 0) scale(1.04);
		transform: translate3d(0, 0, 0) scale(1.04)
	}
}

.contact {
	font-size: 0;
	padding-top: 100px;
	padding-bottom: 100px
}

.contact article {
	display: inline-block;
	width: 43.75%;
	vertical-align: top;
	padding-right: 8.875%
}

.contact .form {
	display: inline-block;
	width: 56.25%;
	vertical-align: top
}

.validate_form {
	margin-right: -4.44444%;
	font-size: 0
}

.validate_form legend {
	display: block;
	width: 100%;
	font-size: 36px;
	letter-spacing: 1px;
	line-height: 60px;
	color: #DC5F00
}

.validate_form .form-group {
	width: 50%;
	display: inline-block;
	vertical-align: top;
	padding-right: 4.44444%;
	margin-bottom: 40px;
	position: relative
}

.validate_form .col_form_group {
	width: 100%
}

.validate_form .form-control {
	display: block;
	padding: 0;
	margin: 0;
	border: none;
	background: none;
	height: 50px;
	font-size: 14px;
	letter-spacing: 2px;
	color: #333;
	font-weight: 400;
	width: 100%;
	border: 1px solid #EAEAEA;
	padding: 0 20px;
	text-align: left;
	cursor: pointer
}

.validate_form .form-group_msg {
	width: 100%
}

.validate_form .form-group_msg .form-control {
	height: 180px;
	resize: none;
	padding: 20px
}

.validate_form .form-control+label {
	display: block !important;
	font-size: 14px;
	letter-spacing: 2px;
	color: #333;
	position: absolute;
	top: 18px;
	left: 20px;
	-moz-transition: all .36s ease;
	-o-transition: all .36s ease;
	-webkit-transition: all .36s ease;
	transition: all .36s ease;
	cursor: pointer
}

.validate_form label.error {
	position: absolute;
	bottom: -26px;
	right: 40px;
	font-size: 14px;
	letter-spacing: 2px;
	color: #DC5F00
}

.validate_form .form-control.active {
	border: 1px solid #DC5F00
}

.validate_form .form-control:focus {
	outline: none
}

.validate_form .form-group.on .form-control+label,.validate_form .form-control.active+label {
	-moz-transform: translate(0, -40px);
	-ms-transform: translate(0, -40px);
	-webkit-transform: translate(0, -40px);
	transform: translate(0, -40px);
	font-size: 12px
}

.validate_form button {
	margin-right: 4.44444%
}

.validate_form button:focus {
	outline: none
}

.validate_form .select {
	display: none;
	position: absolute;
	top: 50px;
	left: 0;
	width: calc(100% - 4.44444%);
	background-color: #F7F7F7;
	background-color: #161616;
	z-index: 300;
	padding: 10px 0;
	border-top: none
}

.validate_form .select .scrollBar {
	height: 220px
}

.validate_form .select ul {
	padding: 0 20px
}

.validate_form .select li {
	font-size: 14px;
	letter-spacing: 2px;
	color: #999;
	padding: 10px 0;
	-moz-transition: all .36s ease;
	-o-transition: all .36s ease;
	-webkit-transition: all .36s ease;
	transition: all .36s ease;
	cursor: pointer
}

.validate_form i.icon {
	position: absolute;
	top: 50%;
	right: 55px;
	margin-top: -15px;
	font-size: 28px;
	color: #DC5F00;
	-moz-transition: all .36s ease;
	-o-transition: all .36s ease;
	-webkit-transition: all .36s ease;
	transition: all .36s ease;
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	cursor: pointer
}

.validate_form .form-group.on i.ico {
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg)
}

.popover .validate_form .select {
	width: calc(100% - 8.88888%)
}

.popover .btn_default {
	margin-top: -18px
}

.service {
	font-size: 0
}

.service .area {
	font-size: 14px;
	color: #333;
	line-height: 24px;
	letter-spacing: 1px;
	font-weight: 400
}

.service .img-box {
	position: relative
}

.service .img-box:before {
	padding-top: 83.33333%;
	background-color: #DC5F00;
	background-image: url(../fonts/bgcover.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover
}

.service .caption {
	position: absolute;
	top: 50%;
	left: 16.66667%;
	right: 0;
	font-size: 14px;
	line-height: 26px;
	color: #fff;
	letter-spacing: 1px
}

.service .caption h3 {
	font-size: 30px;
	line-height: 39px;
	color: #fff;
	letter-spacing: 2px;
	font-weight: 400
}

.service .caption h4 {
	font-size: 12px;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 1px;
	color: #fff;
	margin-top: 4px
}

.service .caption h6 {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 26px;
	color: #fff
}

.service .caption article {
	display: inline-block;
	vertical-align: top;
	float: left;
	width: 50%;
	margin-top: 60px;
	padding-right: 15%
}

.service .caption article i {
	display: block;
	border-top: 1px solid #fff;
	margin-bottom: 20px
}

.service .btns {
	margin-bottom: 10px
}

.service .btns a {
	display: inline-block;
	vertical-align: top;
	color: #fff;
	margin-right: 40px;
	position: relative
}

.service .btns article {
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 1px;
	position: absolute;
	top: 0;
	left: 50%;
	padding-top: 20px;
	margin-top: -60px;
	margin-left: 20px
}

.serverbanner h1 {
	padding: 0 27.08333%
}

.panel_default {
	padding-top: 0;
	padding-bottom: 0
}

.panel_default table {
	width: 100%
}

.panel_default table thead th {
	font-size: 18px;
	color: #DC5F00;
	letter-spacing: 1px;
	line-height: 39px;
	font-weight: 400;
	text-align: center;
	padding-top: 26px;
	padding-bottom: 26px;
	background-color: #F9FAFC
}

.panel_default table tbody td {
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 24px;
	color: #666;
	text-align: center;
	padding-top: 26px;
	padding-bottom: 26px
}

.panel_default table tbody tr:nth-child(odd) td {
	background-color: #fff
}

.panel_default table tbody tr:nth-child(even) td {
	background-color: #F9FAFC
}

.popover {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.8);
	z-index: 3000
}

.popover .container {
	width: 72.91667%;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	background-color: #fff;
	padding-top: 95px;
	padding-bottom: 110px
}

.popover .form {
	width: 64.28571%
}

.popover .validate_form legend {
	margin-bottom: 70px
}

.popover p {
	font-size: 14px;
	letter-spacing: 1px;
	color: #999;
	line-height: 26px;
	font-weight: 400
}

.popover .btn_close {
	position: absolute;
	top: 40px;
	right: 40px;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 20px;
	color: #333;
	letter-spacing: 1px;
	font-weight: 400
}

.popover .btn_close i {
	margin-left: 20px
}

.support {
	padding-top: 160px;
	padding-bottom: 110px
}

.support ul li {
	margin-bottom: 40px
}

.support ul li a {
	display: block;
	background-color: #fff
}

.support ul li i {
	position: absolute;
	left: 36px;
	font-size: 20px;
	color: #999
}

.support ul li p {
	-moz-transition: all .36s ease;
	-o-transition: all .36s ease;
	-webkit-transition: all .36s ease;
	transition: all .36s ease
}

.support ul li p span {
	-moz-transition: all .36s ease;
	-o-transition: all .36s ease;
	-webkit-transition: all .36s ease;
	transition: all .36s ease
}

.support ul li .quest {
	font-size: 18px;
	line-height: 84px;
	color: #333;
	font-weight: 400;
	padding: 0 82px;
	position: relative
}

.support ul li .quest i {
	top: 32px
}

.support ul li .quest .icon_arrow {
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	line-height: 30px
}

.support ul li .active .quest .icon_arrow {
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg)
}

.support ul li .answer {
	display: none;
	border-top: 1px solid rgba(51,51,51,0.1);
	padding: 0 82px;
	position: relative;
	padding-top: 32px;
	padding-bottom: 60px
}

.support ul li .answer i {
	top: 42px
}

.support ul li .icon_arrow {
	display: block;
	width: 30px;
	height: 30px;
	position: relative;
	text-align: center;
	line-height: 26px;
	position: absolute;
	top: 50%;
	right: 30px;
	margin-top: -15px
}

.support ul li .icon_arrow:after,.support ul li .icon_arrow:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 50%
}

.support ul li .icon_arrow:after {
	width: 100%;
	height: 100%;
	background-color: rgba(220,95,0,0.2)
}

.support ul li .icon_arrow:before {
	top: 3px;
	bottom: 3px;
	left: 3px;
	right: 3px;
	background-color: #DC5F00
}

.support ul li .icon_arrow em {
	position: relative;
	z-index: 300;
	color: #fff;
	margin-left: -2px
}

.download ul {
	margin-left: -2.08333%;
	margin-right: -2.08333%
}

.download ul li {
	padding: 0 2.08333%
}

.download ul li a {
	padding: 22px 0;
	position: relative;
	padding-left: 28px
}

.download ul li a img {
	display: inline-block;
	vertical-align: top;
	margin-right: 14px;
	width: 30px
}

.download ul li a p span {
	-moz-transition: all .36s ease;
	-o-transition: all .36s ease;
	-webkit-transition: all .36s ease;
	transition: all .36s ease
}

.download ul li .icon_arrow {
	line-height: 32px
}

.download ul li .icon_arrow em {
	margin-left: 2px
}

.knowledge {
	padding-top: 160px
}

.knowledge .img-box:before {
	padding-top: 31.25%
}

.knowledge .banner {
	overflow: hidden
}

.knowledge .banner figcaption {
	padding-top: 30px;
	padding-bottom: 30px;
	width: 62.5%;
	font-size: 24px;
	letter-spacing: 1.5px;
	line-height: 34px;
	font-weight: 400
}

.knowledge .banner .video_wrapper {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.knowledge .banner video {
	display: block;
	object-fit: cover;
	object-position: center center;
	height: 100%;
	width: 100%;
	z-index: 20
}

.knowledge .banner .btn_video_pause {
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	color: #DC5F00;
	background-color: #fff;
	text-align: center;
	line-height: 50px;
	font-size: 20px;
	cursor: pointer;
	z-index: 300
}

.video_list {
	padding-bottom: 160px
}

.video_list ul {
	margin-left: -1px;
	margin-right: -1px;
	font-size: 0
}

.video_list ul li {
	margin-bottom: 30px
}

.video_list ul li .item_box {
	display: block;
	margin: 0 1px
}

.video_list ul li .img-box:before {
	padding-top: 57.14286%
}

.video_list ul li figcaption {
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 22px;
	letter-spacing: 1.5px;
	line-height: 34px;
	font-weight: 400;
	color: #333
}

.video_list ul li .video_wrapper {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.video_list ul li video {
	display: block;
	object-fit: cover;
	object-position: center center;
	height: 100%;
	width: 100%;
	z-index: 20
}

.video_list ul li .btn_video_pause {
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	color: #DC5F00;
	background-color: #fff;
	text-align: center;
	line-height: 50px;
	font-size: 20px;
	cursor: pointer;
	z-index: 300
}

.innerbanner .mask-ace {
	background-color: #212121;
	height: auto;
	padding-top: 150px;
	padding-bottom: 180px
}

.innerbanner .mask-ace h1 {
	font-size: 36px;
	letter-spacing: 2px;
	line-height: 39px;
	color: #fff;
	font-weight: 400;
	padding-top: 0;
	padding-bottom: 0
}

.innerbanner .mask-ace .text-muted {
	color: #C9C9C9;
	width: 300px;
	vertical-align: top;
	margin-left: 16.66667%
}

.innerbanner .mask-ace img {
	width: 185px;
	height: 185px;
	position: absolute;
	top: 140px;
	right: 10.41667%
}

.counter {
	background-color: #212121
}

.counter li {
	padding: 90px 0;
	text-align: center;
	border-right: 1px solid rgba(255,255,255,0.1)
}

.counter li:nth-child(3n+3) {
	border-right: none
}

.counter h5 {
	font-size: 40px;
	letter-spacing: .4px;
	line-height: 48px;
	color: #DC5F00;
	font-family: "GothamBook"
}

.counter h5 span {
	font-family: "GothamBook"
}

.counter p {
	font-size: 12px;
	letter-spacing: .4px;
	line-height: 20px;
	color: #fff
}

.row h3 {
	font-size: 30px;
	letter-spacing: 1px;
	line-height: 60px;
	color: #333;
	font-weight: 400
}

.ace_list .img-box:before {
	padding-top: 62.86837%
}

.ace_list figcaption {
	font-size: 20px;
	line-height: 29px;
	letter-spacing: 1px;
	color: #333;
	font-weight: 400;
	padding: 30px 0
}

.ace_list ul {
	margin-left: -1.04167%;
	margin-right: -1.04167%
}

.ace_list ul li {
	padding-left: 1.04167%;
	padding-right: 1.04167%
}

.tip_list li {
	margin-bottom: 40px
}

.tip_list img {
	display: inline-block;
	vertical-align: top
}

.tip_list article {
	display: inline-block;
	vertical-align: top;
	background-color: #F6F6F6;
	margin-left: 76px;
	padding: 0 20px;
	width: 77.8125%;
	padding-bottom: 14px;
	position: relative
}

.tip_list article:before {
	content: "";
	display: block;
	position: absolute;
	top: 12px;
	left: -16px;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-right: 16px solid #F6F6F6
}

.tip_list article h5 {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 2px;
	line-height: 48px;
	color: #DC5F00
}

.relative ul li {
	padding-right: 7.70833%
}

.relative ul li i {
	display: inline-block;
	vertical-align: -4px;
	width: 34px;
	font-size: 24px
}

.relative ul li .icon-icon_emails:before {
	margin-left: -10px
}

.relative ul li .icon-icon_tel1:before {
	margin-left: -4px
}

.relative ul li .icon-icon_location1:before {
	margin-left: -5px
}

.relative ul li .icon-icon_date1:before {
	margin-left: -4px
}

.relative ul li article {
	display: inline-block;
	vertical-align: top
}

.relative ul li article h5 {
	font-size: 22px;
	letter-spacing: 1px;
	line-height: 30px;
	color: #333;
	font-weight: 400;
	margin-bottom: 15px
}

.relative ul li article em {
	display: block;
	padding-bottom: 35px;
	border-bottom: 1px solid #F2F2F2
}

.relative ul li figure {
	display: inline-block;
	vertical-align: top;
	margin-left: 16.66667%;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 30px;
	color: #333;
	font-weight: 400;
	text-align: center
}

.innerbanner {
	overflow: hidden
}

.allmap {
	height: 800px;
	height: calc(100vh - 138px;
	);width: 150%
}

.search_wrapper {
	margin-bottom: 150px
}

.search_wrapper .search-header h3 {
	margin-bottom: 5px
}

.search_wrapper .search-header h3,.search_wrapper .search-header p {
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 20px;
	color: #333;
	font-weight: 400
}

.search_wrapper .list-search {
	margin-bottom: 110px
}

.search_wrapper .list-search li {
	padding-bottom: 20px;
	margin-bottom: 40px;
	border-bottom: 1px solid #E8E8E8
}

.search_wrapper .list-search li h4 {
	font-size: 20px;
	letter-spacing: 1px;
	line-height: 28px;
	font-weight: 400;
	color: #333;
	-moz-transition: all .36s ease;
	-o-transition: all .36s ease;
	-webkit-transition: all .36s ease;
	transition: all .36s ease;
	margin-bottom: 5px
}

.search_wrapper .list-search li p {
	font-size: 16px;
	line-height: 26px;
	color: #999
}

.search_wrapper .list-search li time {
	font-family: "GothamBook"
}

.bdshare-button-style0-16 a,.bdshare-button-style0-16 .bds_more {
	float: none !important;
	font-size: 16px !important;
	background: none !important;
	padding-left: 0 !important
}

@media only screen and (min-width: 1921px) {
	.navbar .nav>li>a {
		font-size: 18px
	}

	.header .btn_search {
		font-size: 22px
	}

	.header .btn_lang {
		font-size: 16px
	}

	.header .btn_inquiry {
		font-size: 22px
	}

	.header .btn_lang>a {
		font-size: 18px
	}

	.dropnav_wrapper li a,.navbar .dropdown li a {
		font-size: 16px
	}

	.formsearch .button {
		font-size: 22px
	}

	.text_info>h3 {
		font-size: 24px
	}

	.information>h3,.pagetitle h1,.pagetitle h2 {
		font-size: 42px
	}

	.information>h4 {
		font-size: 26px
	}

	.text-muted,.pagetitle p,.btn_default {
		font-size: 16px;
		line-height: 30px
	}

	.work_list li .text_desc h3,.news_list .text_desc h3 {
		font-size: 26px
	}

	.work_list li .text_desc h4,.news_list .text_desc p,.read_more {
		font-size: 16px;
		line-height: 30px
	}

	.work_list li .text_desc .btn_shape {
		width: 44px;
		height: 44px
	}

	.server h2 {
		font-size: 34px
	}

	.server p {
		font-size: 14px
	}

	.footer dl dt,.footer dl dt a {
		font-size: 18px
	}

	.footer dl dd,.footer dl dd a {
		font-size: 16px
	}

	.footer .share a {
		font-size: 18px
	}

	.footer .link dd {
		line-height: 36px
	}

	.btn_backtop {
		width: 70px;
		height: 70px
	}

	.footer .copyringht span {
		font-size: 14px
	}

	.footer .copyringht a {
		font-size: 16px
	}

	.page_title {
		font-size: 38px;
		line-height: 38px
	}

	.page_title span {
		font-size: 16px
	}

	.group_list li .desc {
		font-size: 16px;
		line-height: 26px
	}

	.crumbs ul li a {
		font-size: 16px
	}

	.crumbs ul .home a i {
		font-size: 22px
	}

	.hot_mod .tig {
		font-size: 16px
	}

	.hot_mod figcaption h1 {
		font-size: 32px;
		line-height: 58px
	}

	.hot_mod .param {
		font-size: 16px;
		line-height: 28px
	}

	.nav-tabs_wrapper .nav-tabs li a {
		font-size: 20px
	}

	.pro_list li>a>figcaption h3 {
		font-size: 16px;
		line-height: 28px
	}

	.pro_list li>a>figcaption h1 {
		font-size: 30px;
		line-height: 28px
	}

	.pro_swiper .arrow .shape {
		width: 76px;
		height: 76px;
		line-height: 76px
	}

	.pro_picture figcaption h3 {
		font-size: 32px;
		line-height: 36px
	}

	.pro_picture figcaption h4 {
		font-size: 16px;
		line-height: 26px
	}

	.pro_picture .description {
		font-size: 16px;
		line-height: 38px
	}

	.pro_picture .description p img {
		top: 10px
	}

	.pro_picture .list li.block_center .text_primary:before {
		width: 57%;
		height: 64px
	}

	.area_column figcaption {
		font-size: 18px
	}

	.panel-body,.hot_news figcaption time,.hot_news figcaption {
		font-size: 16px;
		line-height: 28px
	}

	.pagings a,.backlist,.news_mod_list .category,.hot_news figcaption {
		font-size: 16px
	}

	.backlist i {
		font-size: 22px
	}

	.share {
		font-size: 16px
	}

	.bdshare-button-style0-16 a,.bdshare-button-style0-16 .bds_more {
		font-size: 18px !important
	}

	.news_mod_list figcaption .desc {
		font-size: 20px;
		line-height: 32px
	}

	.news_mod_list figcaption time {
		font-size: 16px
	}

	.hot_news figcaption h3 {
		font-size: 26px;
		line-height: 36px
	}

	.panel-body h1 {
		font-size: 32px;
		line-height: 44px
	}

	.aboutbanner .mask h1 {
		font-size: 24px;
		line-height: 34px
	}

	.text_title h3 {
		font-size: 38px;
		line-height: 62px
	}

	.column li figcaption {
		font-size: 18px;
		line-height: 32px
	}

	.history_slick_swiper .slick-slide .slick_item_box .ellipsis {
		height: 120px
	}

	.global .list .box {
		font-size: 22px
	}

	.global .list .box span {
		font-size: 14px
	}

	.honor_mod_list li figcaption {
		font-size: 20px
	}

	.service .caption h3 {
		font-size: 32px;
		line-height: 42px
	}

	.service .caption h4 {
		font-size: 14px
	}

	.service .caption h6 {
		font-size: 18px;
		line-height: 28px
	}

	.service .caption {
		font-size: 16px;
		line-height: 28px
	}

	.service .btns a {
		font-size: 18px
	}

	.text_muted {
		font-size: 16px;
		line-height: 28px
	}

	.service .btns article {
		font-size: 16px;
		line-height: 28px
	}

	.address {
		font-size: 20px;
		line-height: 34px
	}

	.office figcaption h3 {
		font-size: 24px
	}

	.sales ul li h3 {
		font-size: 24px
	}

	.validate_form .form-control+label {
		font-size: 16px
	}

	.validate_form .form-control {
		font-size: 16px
	}

	.text-muted span {
		font-size: 20px;
		line-height: 42px
	}

	.knowledge .banner figcaption {
		font-size: 26px
	}

	.counter p {
		font-size: 14px
	}

	.tip_list article h5 {
		font-size: 18px;
		line-height: 50px
	}
}

@media only screen and (max-width: 1680px) and (min-width: 1025px) {
	.history_year .slot span {
		width: 6px;
		margin: 0 6px
	}

	.works_mod_list li figcaption h3 {
		height: 68px
	}

	.pro_swiper figure img {
		max-width: 100%;
		width: 100%
	}

	.hot_mod figcaption h1,.pro_picture figcaption h3,.pro_picture .text_lead h3 {
		font-size: 26px;
		font-weight: 400
	}

	.page_title,.text_title,.title_page {
		font-size: 26px;
		font-weight: 400;
		line-height: 36px
	}

	.text_title,.title_page {
		line-height: 40px
	}

	.hot_mod figcaption {
		padding-bottom: 50px
	}

	.pro_list li>a>figcaption h1,.location figcaption h3 {
		font-size: 22px;
		font-weight: 400;
		line-height: 40px
	}

	.panel-body h1,.row h3 {
		font-size: 22px;
		font-weight: 400
	}

	.row h3 {
		line-height: 36px
	}

	.nav-tabs_wrapper .nav-tabs li:hover a,.nav-tabs_wrapper .nav-tabs .active a {
		font-weight: 400
	}

	.hot_mod .param strong {
		font-weight: 400
	}

	.information>h3,.text_title h3 {
		font-size: 28px;
		font-weight: 400;
		line-height: 40px
	}

	.custom_paging .currentPage {
		font-size: 32px;
		margin-right: 10px
	}

	.detailbanenr h1,.detailbanenr h1,.innerbanner h1 {
		font-size: 28px;
		font-weight: 400
	}

	.works_mod_list li figcaption h3,.page .btn,.video_wrapper figcaption,.hot_news figcaption h3 {
		font-size: 18px;
		font-weight: 400
	}

	.solu_group_list .group_wrapper .img-box h3 {
		font-size: 26px;
		line-height: 30px
	}

	.news_mod_list figcaption .desc {
		font-size: 18px;
		line-height: 24px
	}

	.history_slick_date .slick_item time {
		font-size: 18px
	}

	.history_slick_swiper .slick_item .month {
		font-size: 40px;
		line-height: 40px
	}

	.location figcaption p {
		font-size: 16px;
		font-weight: 400
	}

	.location .order {
		font-family: 30px;
		line-height: 80px
	}

	.honor_mod_list li figcaption,.relative ul li article h5 {
		font-size: 18px;
		font-weight: 400
	}

	.text-muted strong,.text-muted h6 {
		font-size: 16px;
		font-weight: 400
	}

	.service figure {
		width: 40%;
		overflow: hidden
	}

	.service figure:before {
		padding-top: 124.95164% !important
	}

	.service figcaption {
		width: 60%
	}

	.service figure>img {
		width: auto;
		height: 100%;
		left: 50%;
		-moz-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		-webkit-transform: translate(-50%, 0);
		transform: translate(-50%, 0)
	}

	.office figcaption h3 {
		font-size: 18px;
		line-height: 30px;
		font-weight: 400
	}

	.sales ul li h3 {
		font-size: 18px;
		line-height: 30px;
		height: 60px
	}

	.pro_picture .list li.block_center .text_primary:before {
		width: 163px;
		width: 73%;
		height: 40px;
		top: 54%;
		left: -78%
	}

	.pro_picture .list li.block_center .text_primary {
		right: 30.95833%;
		margin-top: 60px;
		width: 34%
	}

	.innerbanner .mask-ace h1 {
		font-size: 28px;
		font-weight: 400
	}

	.innerbanner .mask-ace img {
		width: 120px;
		height: 120px;
		top: 50%;
		margin-top: -60px
	}

	.innerbanner .mask-ace {
		padding-top: 100px;
		padding-bottom: 130px
	}

	.relative .list-4>li {
		width: 30%
	}

	.allmap {
		height: calc(100vh - 138px)
	}

	.history_slick_swiper .slick-slide .text-muted {
		height: 250px
	}

	.inves_list li .icon {
		display: block;
		width: 72px;
		margin-left: auto;
		margin-right: auto
	}

	.inves_list li .item {
		height: auto;
		padding-left: 0;
		padding-right: 0
	}

	.inves_list li article {
		width: 100%;
		text-align: center;
		margin-left: 0;
		margin-top: 30px
	}
}

@media only screen and (max-width: 1440px) and (min-width: 1025px) {
	.popover .container {
		padding-top: 30px;
		padding-bottom: 30px
	}

	.popover .btn_default {
		margin-top: 20px
	}

	.popover .validate_form legend {
		margin-bottom: 30px
	}
}

@media only screen and (min-width: 1025px) {
	.solu_group_list .group_wrapper .d-inline-block:nth-child(odd) .blank .img_thumbnail {
		left: 0
	}

	.solu_group_list .group_wrapper .d-inline-block:nth-child(odd) .bd-hd {
		display: none
	}

	.solu_group_list .group_wrapper .d-inline-block:nth-child(even) .blank .img_thumbnail {
		right: 0
	}

	.solu_group_list .group_wrapper .d-inline-block:nth-child(even) .bd-ft {
		display: none
	}

	.solu_group_list .group_wrapper a:hover .img-box:after {
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10);
		opacity: .1;
		visibility: hidden
	}

	.hot_mod a:hover figcaption h1 {
		color: #DC5F00
	}

	.hot_mod a:hover .tig {
		background-color: #DC5F00
	}

	.pro_list li>a:hover>.img-box .icon_link {
		filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
		opacity: 1;
		visibility: visible;
		-moz-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}

	.pro_list li>a:hover>.img-box .img_thumbnail {
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
		opacity: 0;
		visibility: hidden
	}

	.pro_list li>a>.img-box .btn_shape {
		-moz-transform: scale(0.4);
		-ms-transform: scale(0.4);
		-webkit-transform: scale(0.4);
		transform: scale(0.4)
	}

	.pro_list li>a:hover>.img-box .btn_shape {
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-webkit-transform: scale(1);
		transform: scale(1);
		filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
		opacity: 1;
		visibility: visible
	}

	.share a:hover {
		color: #DC5F00 !important
	}

	.news_mod_list a:hover figcaption .desc {
		color: #DC5F00
	}

	.news_mod_list a:hover .category {
		background-color: #DC5F00;
		color: #fff
	}

	.location figure .img_thumbnail {
		-moz-transition: all .36s ease;
		-o-transition: all .36s ease;
		-webkit-transition: all .36s ease;
		transition: all .36s ease;
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
		opacity: 0;
		visibility: hidden
	}

	.location>div:hover .img_thumbnail {
		filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
		opacity: 1;
		visibility: visible
	}

	.location figcaption {
		z-index: 100
	}

	.location>div .img-box:before {
		-moz-transition: all .36s ease;
		-o-transition: all .36s ease;
		-webkit-transition: all .36s ease;
		transition: all .36s ease
	}

	.location>div:hover .img-box:before {
		background-color: rgba(220,95,0,0.5);
		position: relative;
		z-index: 50
	}

	.service .btns article {
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
		opacity: 0;
		visibility: hidden;
		-moz-transform: translate(0, 20px);
		-ms-transform: translate(0, 20px);
		-webkit-transform: translate(0, 20px);
		transform: translate(0, 20px);
		-moz-transition: all .36s ease;
		-o-transition: all .36s ease;
		-webkit-transition: all .36s ease;
		transition: all .36s ease
	}

	.service .btns a:hover article {
		filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
		opacity: 1;
		visibility: visible;
		-moz-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}

	.crumbs ul li a:hover {
		color: #DC5F00
	}

	.crumbs ul li.home a:hover i {
		color: #fff
	}

	.news_list .item_box:hover .text_desc h3 {
		color: #DC5F00
	}

	.news_list .item_box:hover .read_more,.read_more:hover {
		color: #DC5F00
	}

	.works_mod_list li a {
		-moz-transition: all .36s ease;
		-o-transition: all .36s ease;
		-webkit-transition: all .36s ease;
		transition: all .36s ease
	}

	.works_mod_list li a:hover figcaption h3 {
		color: #DC5F00
	}

	.works_mod_list li a:hover .read_more {
		color: #DC5F00
	}

	.backlist:hover {
		color: #DC5F00
	}

	.hot_news a:hover figcaption h3 {
		color: #DC5F00
	}

	.hot_news a:hover .read_more {
		color: #DC5F00
	}

	.tabs .nav-tabs_wrapper {
		position: absolute;
		top: 18px;
		right: 0;
		width: 100%
	}

	.tabs .nav-tabs_wrapper ul li {
		margin-left: 50px;
		padding-left: 0;
		padding-right: 0
	}

	.validate_form .select li:hover {
		color: #DC5F00;
		color: #fff
	}

	.history .arrow:hover {
		color: #DC5F00
	}

	.search_wrapper .list-search li:hover h4 {
		color: #DC5F00
	}

	.btn_vido_play:hover:after {
		border-left-color: #fff
	}

	.btn_vido_play:hover:before {
		background-color: #DC5F00
	}

	.btn-primary:hover .shape:after {
		margin-left: 0
	}

	.pagination a.btn_next:hover,.pagination a.btn_prev:hover {
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
		opacity: .4
	}

	.pagination a.btn_pg:hover {
		color: #fff;
		background-color: #DC5F00
	}

	.pagings a:hover {
		background-color: #ff991e
	}

	.pagings .prev:hover {
		background-color: #333
	}

	.page .btn:hover {
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
		opacity: .8
	}

	.item_wrapper .img-box {
		overflow: hidden
	}

	.item_wrapper img.img_thumbnail {
		-moz-transition: all .36s ease;
		-o-transition: all .36s ease;
		-webkit-transition: all .36s ease;
		transition: all .36s ease
	}

	.item_wrapper:hover img.img_thumbnail {
		-moz-transform: scale(1.04);
		-ms-transform: scale(1.04);
		-webkit-transform: scale(1.04);
		transform: scale(1.04)
	}

	.download ul li a:hover p span {
		color: #DC5F00
	}

	.support ul li a:hover .icon_arrow:after {
		-moz-transform: scale(0.8, 0.8);
		-ms-transform: scale(0.8, 0.8);
		-webkit-transform: scale(0.8, 0.8);
		transform: scale(0.8, 0.8)
	}

	.support ul li a:hover .quest p span {
		color: #DC5F00
	}

	.office ul li:nth-last-of-type(1) figcaption,.office ul li:nth-last-of-type(2) figcaption,.office ul li:nth-last-of-type(3) figcaption,.office ul li:nth-last-of-type(4) figcaption {
		margin-bottom: 0
	}

	.nav-tabs_wrapper .select-wrapper ul li {
		-moz-transition: all .36s ease;
		-o-transition: all .36s ease;
		-webkit-transition: all .36s ease;
		transition: all .36s ease;
		cursor: pointer
	}

	.nav-tabs_wrapper .select-wrapper ul li:hover {
		color: #DC5F00;
		color: #fff
	}

	.video_wrapper .videopopup .btn_video_pause:hover {
		color: #DC5F00
	}
}

.nav-tabs_wrapper .select-wrapper {
	padding-right: 34px
}

.nav-tabs_wrapper .select-wrapper .iconfont {
	display: inline-block;
	-moz-transition: all .36s ease;
	-o-transition: all .36s ease;
	-webkit-transition: all .36s ease;
	transition: all .36s ease;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -3px;
	width: 34px;
	height: 6px
}

.nav-tabs_wrapper .select-wrapper .iconfont:before {
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin-left: 6px;
	line-height: 9px
}

.nav-tabs_wrapper .select-wrapper.active .iconfont {
	color: #DC5F00;
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.nav-tabs_wrapper .select-wrapper.active .select-button {
	color: #DC5F00
}

.error-404 {
	padding: 60px 20px;
	text-align: center
}

.error-404 h3 {
	font-size: 30px;
	letter-spacing: 1.5px;
	line-height: 34px;
	color: #DC5F00;
	font-weight: 400;
	color: #333;
	margin-top: 10px;
	font-weight: 400;
	text-align: center
}

.error-404 p {
	font-size: 16px;
	letter-spacing: 1px;
	color: #999;
	line-height: 26px;
	font-weight: 400
}

@media only screen and (max-width: 1024px) {
	.sn-hidden {
		display: block !important
	}

	.sn-visible {
		display: none !important
	}

	.crumbs {
		top: 100px
	}

	.custom_paging {
		display: none
	}

	.controls {
		display: none
	}

	.js_banner_nav {
		width: 100%;
		height: auto
	}

	.js_banner_nav .slick-slide {
		width: 100vw;
		text-align: left
	}

	.js_banner_nav .text_info {
		margin-top: 0;
		width: 100%;
		padding: 40px 5.33333%
	}

	.text_info>h3 {
		font-size: 30px;
		letter-spacing: 1px;
		line-height: 54px
	}

	.information>h3 {
		font-size: 40px
	}

	.information>h4 {
		font-size: 34px
	}

	.work {
		margin-top: 260px
	}

	.information {
		margin-left: 5.33333%;
		margin-right: 5.33333%
	}

	.ui-mini-mt {
		margin-left: 5.33333%;
		margin-right: 5.33333%
	}

	.ui-mini-pt {
		padding-left: 5.33333%;
		padding-right: 5.33333%
	}

	.work_list {
		margin-top: 100px
	}

	.work_list li {
		width: 100%
	}

	.work_list li .text_desc {
		padding-left: 4%;
		padding-right: 4%;
		padding-top: 40px;
		padding-bottom: 30px
	}

	.work_list li .mask {
		display: none
	}

	.work_list li .text_desc h3 {
		font-size: 34px;
		position: relative;
		z-index: 500
	}

	.work_list li .text_desc h4 {
		font-size: 22px;
		line-height: 46px;
		height: 30px;
		overflow: hidden
	}

	.product:before {
		padding-top: 173.33333%
	}

	.pagetitle {
		width: 100%
	}

	.gradient {
		width: 100%;
		height: 50%
	}

	.pagetitle {
		left: 0;
		top: 22px;
		padding-right: 5.33333%;
		padding-left: calc(5.33333% + 50px)
	}

	.sm_pagetitle {
		top: 50px
	}

	.orange-gradient {
		top: auto;
		bottom: 0
	}

	.black-gradient {
		top: 0
	}

	.pagetitle h2 {
		font-size: 50px;
		margin-bottom: 0
	}

	.pagetitle p {
		font-size: 24px;
		opacity: 0.7
	}

	.pagetitle article p {
		display: none
	}

	.pagetitle article p:first-child {
		display: block
	}

	.pagetitle .icon {
		left: 5.33333%;
		width: 28px;
		height: 28px;
		line-height: 28px;
		top: 5px
	}

	.pagetitle .icon:after {
		width: 24px;
		height: 24px;
		border: 2px solid rgba(255,255,255,0.5)
	}

	.gradient .text_primary .icon {
		display: none
	}

	.black-gradient .text_primary {
		bottom: 65px;
		right: 0;
		width: 100%;
		text-align: right;
		padding-left: 5.33333%;
		padding-right: 12%
	}

	.text_primary h3 {
		font-size: 28px;
		line-height: 34px
	}

	.text_primary p {
		font-size: 24px;
		line-height: 36px
	}

	.black-gradient .text_primary:after {
		content: "";
		display: block;
		position: absolute;
		width: 40px;
		height: 206px;
		background-image: url(../fonts/icon_15.svg);
		left: auto;
		right: 25%;
		top: 105%
	}

	.orange-gradient .text_primary {
		left: 0;
		width: 100%;
		text-align: left;
		padding-left: 16%;
		padding-right: 10.66667%;
		bottom: 60px
	}

	.orange-gradient .text_primary:after {
		content: "";
		display: block;
		position: absolute;
		width: 40px;
		height: 214px;
		background-image: url(../fonts/icon_17.svg);
		right: auto;
		left: 24%;
		top: -212%
	}

	.news {
		margin-top: 260px
	}

	.news_list li {
		width: 100%;
		margin-bottom: 140px
	}

	.news_list .text_desc h3 {
		font-size: 34px;
		font-size: 18px;
		color: #DC5F00
	}

	.news_list .text_desc .read_more {
		color: #DC5F00;
		margin-top: 26px
	}

	.news_list .text_desc p {
		font-size: 24px;
		line-height: 36px;
		margin-top: 0
	}

	.news_list .label span {
		margin-right: 50px
	}

	.server {
		padding: 120px 5.33333%;
		background-position: 87% center;
		margin-top: 0
	}

	.col-md-6 {
		width: 100%
	}

	.innerbanner:before {
		padding-top: 74.4%
	}

	.img-box>img {
		width: auto;
		height: 100%;
		left: 50%;
		-moz-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		-webkit-transform: translate(-50%, 0);
		transform: translate(-50%, 0)
	}

	.solu_group_list {
		margin-top: 140px
	}

	.solu_group_list .group_wrapper .blank .img_thumbnail {
		height: 70%;
		width: 100%
	}

	.btn_vido_play {
		width: 80px;
		height: 80px
	}

	.text_wrapper {
		margin-top: 0;
		margin-bottom: 150px
	}

	.group_list {
		margin-left: 0;
		margin-right: 0
	}

	.group_list li {
		width: 100%;
		padding-left: 0;
		padding-right: 0
	}

	.scien .list>li:nth-child(3),.scien .list>li:nth-child(4) {
		border-bottom: none
	}

	.scien .list {
		margin-top: 0px
	}

	.scien {
		padding-top: 40px;
		padding-bottom: 10px;
		margin-top: -30px
	}

	.scien .list>li {
		width: 50%;
		padding-bottom: 64px;
		border-bottom: 1px solid rgba(255,255,255,0.1);
		margin-top: 64px
	}

	.column li figure {
		height: 88px
	}

	.column li figure .icon {
		height: 88px
	}

	.column li figcaption {
		height: 60px
	}

	.pro_list li {
		width: 100%;
		padding-left: 0;
		padding-right: 0
	}

	.works_mod_list li {
		width: 100%;
		padding: 0
	}

	.page {
		margin-top: 0px
	}

	.page .btn {
		width: 50%
	}

	.hot_mod {
		padding-left: 0;
		padding-right: 0;
		margin-bottom: 112px
	}

	.hot_mod>a {
		padding-left: 4%;
		position: relative;
		padding-bottom: 80px
	}

	.hot_mod .param strong {
		display: block;
		margin-left: 0;
		display: inline-block
	}

	.hot_mod figure {
		width: 57%;
		position: absolute;
		right: -28px;
		bottom: 8px
	}

	.hot_mod figcaption {
		width: 100%;
		padding-right: 16%;
		padding-top: 55px
	}

	.pro_list .poster {
		width: 100%
	}

	.poster .img-box:before {
		padding-top: 89.55224%
	}

	.btn-primary .shape {
		width: 80px;
		height: 80px
	}

	.productbanner:before {
		padding-top: 173.33333%
	}

	.hot_mod figcaption {
		margin-left: 0
	}

	.pro_swiper {
		padding-left: 0
	}

	.pro_swiper .slick-slide img {
		max-width: 100%;
		width: 100%
	}

	.pro_picture figure {
		width: 100%;
		padding-left: 5.33333%;
		padding-right: 5.33333%
	}

	.pro_picture figcaption {
		width: 100%;
		padding-top: 80px;
		padding-bottom: 80px
	}

	.pro_picture .description p {
		display: inline-block;
		vertical-align: top;
		width: 50%;
		width: 100%;
		float: left;
		padding-left: 30px
	}

	.pro_picture .list li.block_left .text-info {
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-webkit-transform: translateY(0);
		transform: translateY(0);
		width: 100%
	}

	.pro_picture .text-info,.pro_picture .text_primary {
		left: 0;
		padding-left: 5.33333%;
		padding-right: 5.33333%;
		position: static;
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	.pro_picture figcaption:before {
		padding-top: 0
	}

	.pro_picture .list li.block_center:before {
		padding-top: 0
	}

	.pro_picture .list li.block_center figure {
		position: static
	}

	.pro_picture .list li.block_center figcaption {
		position: static;
		width: 100%;
		text-align: right;
		padding: 0 5.33333%
	}

	.pro_picture .list li.block_center .text_primary {
		position: static;
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-webkit-transform: translateY(0);
		transform: translateY(0);
		padding-bottom: 70px;
		width: 100%
	}

	.pro_picture .text_lead {
		position: static;
		padding-left: 5.33333%;
		padding-right: 5.33333%;
		margin-left: 0;
		padding-top: 70px
	}

	.pro_picture .list li.block_center figure img {
		width: 100%;
		height: auto;
		position: static;
		-moz-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}

	.pro_picture .list li.block_center figure:before {
		padding-top: 0
	}

	.pro_picture .list li.block_center figcaption .icon {
		display: none
	}

	.pro_picture figcaption {
		width: 100%
	}

	.pro_picture .text-info,.pro_picture .text_primary {
		position: static;
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	.pro_picture .list li.block_pull figure img {
		-moz-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}

	.pro_picture .list li.block_left figure {
		padding-left: 0;
		padding-right: 0
	}

	.pro_picture .list li.block_right figure {
		padding-left: 0;
		padding-right: 0
	}

	.pro_picture .list li.block_pull figure {
		margin-left: 5.33333%;
		margin-right: 5.33333%;
		width: 89.33334%;
		padding-left: 0;
		padding-right: 0
	}

	.pro_picture .list li.block_pull figure img {
		width: 98%
	}

	.video_wrapper .img-box:before {
		padding-top: 74.62687%
	}

	.work_wrapper {
		padding-top: 100px
	}

	.area_column {
		padding-bottom: 16px
	}

	.area_column ul>li {
		width: 50%;
		margin-bottom: 80px
	}

	.area_column figure .icon {
		width: auto;
		height: 62px
	}

	.area_column figcaption {
		font-size: 24px;
		line-height: 30px
	}

	.panel-body {
		width: auto;
		margin-left: 5.33333%;
		margin-right: 5.33333%
	}

	.panel-body .btns {
		margin-top: 60px
	}

	.pagings a {
		width: 100%;
		padding: 0 5.33333% !important
	}

	.pagings .next {
		text-align: left
	}

	.pagings .next span {
		float: none;
		clear: both;
		margin-left: 0;
		margin-right: 10px
	}

	.hot_news figcaption h3 {
		font-size: 32px;
		line-height: 46px
	}

	.news_module {
		margin-top: 0;
		padding-top: 260px
	}

	.news_mod_list {
		margin-left: 0;
		margin-right: 0;
		padding-top: 20px
	}

	.news_mod_list li {
		width: 100%;
		padding-left: 0;
		padding-right: 0
	}

	.about .text_wrapper {
		margin-top: 160px
	}

	.history_slick_swiper .list>li {
		width: 100%;
		margin-bottom: 60px
	}

	.history_slick_swiper .slick_item .slick_item_box {
		margin-left: 0;
		margin-right: 0;
		padding-left: 13.33333%;
		padding-right: 13.33333%
	}

	.location .order {
		display: none
	}

	.address address,.address .tel,.address .email {
		margin-left: 5.33333%;
		width: 60%;
		margin-bottom: 20px
	}

	.innerbanner .address {
		padding-top: 76px
	}

	.innerbanner .address h1 {
		padding-top: 0;
		padding-bottom: 0;
		margin-bottom: 60px
	}

	.office ul {
		margin-left: 0;
		margin-right: 0;
		margin-top: 30px
	}

	.office ul li {
		width: 100%;
		padding-left: 0;
		padding-right: 0
	}

	.office ul li:last-child {
		margin-bottom: 0
	}

	.office figcaption {
		padding-top: 15px
	}

	.sales {
		margin-bottom: 80px
	}

	.sales .img-box:before {
		padding-top: 106.66667%
	}

	.sales ul {
		margin-left: 0;
		margin-right: -11%
	}

	.sales ul li {
		width: 50%;
		padding-left: 0;
		padding-right: 0
	}

	.sales ul li h3 {
		padding-right: 18.66667%
	}

	.sales ul li {
		margin-bottom: 0px !important;
		padding-right: 11%
	}

	.sales ul li .text-muted {
		padding-right: 18.66667%;
		height: 96px;
		margin-bottom: 40px
	}

	.sales ul li .text-muted {
		margin-top: 8px
	}

	.contact article {
		width: 100%;
		padding-right: 0
	}

	.contact .form {
		width: 100%
	}

	.validate_form {
		margin-top: 70px
	}

	.honor_mod_list li {
		width: 50%
	}

	.service .img-box:before {
		padding-top: 0
	}

	.service .caption {
		position: static;
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-webkit-transform: translateY(0);
		transform: translateY(0);
		padding-top: 80px;
		padding-bottom: 80px
	}

	.service figcaption {
		padding-left: 5.33333%;
		padding-right: 5.33333%;
		background-color: #DC5F00
	}

	.service .caption h4 {
		margin-top: 10px
	}

	.service figure:before {
		padding-top: 133.33333% !important
	}

	.ui-mini {
		margin-left: 5.33333%;
		margin-right: 5.33333%
	}

	.aftersale .text_wrapper {
		margin-top: 40px
	}

	.panel_default {
		margin-bottom: 80px
	}

	.panel_default {
		padding-top: 0 !important
	}

	.aboutbanner:before {
		padding-top: 133.33333%
	}

	.aboutbanner .innerbanner .mask-ace {
		padding-top: 60px;
		padding-bottom: 120px;
		width: 80%
	}

	.innerbanner .mask-ace .text-muted {
		width: 100%;
		margin-left: 0;
		padding-left: 5.33333%;
		padding-right: 5.33333%
	}

	.innerbanner .mask-ace img {
		position: static;
		width: 108px;
		height: 108px;
		margin-left: 5.33333%
	}

	.innerbanner .mask-ace h1 {
		width: 100%;
		padding-left: 5.33333%;
		padding-right: 5.33333%;
		margin-top: 50px
	}

	.ace_module .text_wrapper {
		margin-top: 50px;
		margin-bottom: 0
	}

	.ace_module .text_wrapper .text-muted {
		margin-top: 30px
	}

	.counter li {
		width: 50%;
		border-right: none;
		border-bottom: 1px solid rgba(255,255,255,0.1)
	}

	.ace_list ul li {
		width: 100%;
		padding-left: 0;
		padding-right: 0
	}

	.history {
		padding-top: 80px
	}

	.download ul li {
		width: 100%;
		padding: 0
	}

	.text-muted span {
		font-size: 14px;
		line-height: 24px
	}

	.download {
		margin-top: 20px
	}

	.download ul {
		margin-left: 0;
		margin-right: 0
	}

	.download ul li {
		margin-bottom: 20px
	}

	.download ul li:last-child {
		margin-bottom: 0
	}

	.download ul li a img {
		width: 24px;
		height: auto;
		vertical-align: middle;
		position: absolute;
		top: 15px;
		left: 20px
	}

	.download ul li a {
		padding-right: 50px;
		padding-left: 20px
	}

	.support ul li .icon_arrow {
		right: 20px;
		line-height: 34px
	}

	.support ul li p,.support ul li h3 {
		padding-left: 40px
	}

	.ui-wd {
		width: auto;
		margin-left: 5.33333%;
		margin-right: 5.33333%
	}

	.support ul.list {
		margin-top: 20px
	}

	.support ul li .quest {
		padding: 22px 40px;
		padding-right: 60px;
		line-height: normal
	}

	.support ul li .quest i,.support ul li .answer i {
		font-size: 24px
	}

	.support ul li i {
		left: 20px
	}

	.support ul li .quest i {
		top: 50%;
		-moz-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%)
	}

	.support ul li .answer {
		padding: 30px 40px
	}

	.support ul li .answer i {
		top: 36px
	}

	.knowledge .img-box:before {
		padding-top: 74.62687%
	}

	.video_list>ul li {
		width: 100%
	}

	.group_list li:last-child article {
		border-bottom: none
	}

	.hot_mod figcaption h1 {
		color: #DC5F00
	}

	.productbanner {
		margin-top: 0 !important
	}

	.pro_swiper .arrow .shape {
		width: 40px;
		height: 40px;
		line-height: 40px
	}

	.pro_swiper .pro_js_slick {
		margin-left: 5%
	}

	.pro_swiper .arrow_slick {
		right: 7%
	}

	.pro_picture .list li.block_center .text_primary:before {
		content: "";
		display: block;
		width: 163px;
		width: 6%;
		height: 83%;
		background: url(../fonts/icon_36.svg) no-repeat center center;
		background-size: cover;
		position: absolute;
		top: -94%;
		right: 18%;
		left: auto;
		display: none
	}

	.pro_picture .list li.block_right .text-info,.pro_picture .list li.block_pull .text-info {
		width: 100%
	}

	.nav-tabs_wrapper {
		text-align: left
	}

	.nav-tabs_wrapper .nav-tabs-list li {
		width: 45%;
		margin-bottom: 2px;
		width: 100%;
		display: block;
		text-align: center;
		background-color: #161616;
		padding-top: 10px;
		padding-bottom: 10px
	}

	.nav-tabs_wrapper .select-wrapper {
		width: 100%;
		display: block;
		text-align: center;
		background-color: #161616;
		padding-top: 10px;
		padding-bottom: 10px;
		margin-left: 0;
		padding-right: 0;
		margin-bottom: 2px
	}

	.nav-tabs_wrapper .select-wrapper .container {
		display: inline-block;
		position: relative;
		padding-right: 34px
	}

	.nav-tabs_wrapper .select-wrapper .select-list {
		width: 100%;
		top: 59px
	}

	.nav-tabs_wrapper .measure_select ul li,.nav-tabs_wrapper .region_select ul li {
		width: 100%;
		text-align: center
	}

	.nav-tabs_wrapper .select-wrapper ul li {
		text-align: center
	}

	.nav-tabs_wrapper .select-wrapper .iconfont {
		color: #999
	}

	.nav-tabs_wrapper .select-wrapper .select-button {
		display: inline-block;
		font-size: 14px;
		color: #999
	}

	.nav-tabs_wrapper .nav-tabs li a {
		color: #999
	}

	.works_mod_list li figcaption {
		padding-bottom: 30px
	}

	.works_mod_list li figcaption h3 {
		height: auto
	}

	.works_mod_list li figcaption .read_more {
		margin-top: 20px
	}

	.works_mod_list {
		margin-top: 20px
	}

	.pagings a .bt {
		position: static;
		float: left;
		margin-top: 0
	}

	.pagings a .txt {
		width: 75%
	}

	.pagings .prev .txt {
		padding-left: 0px;
		padding-right: 10px;
		overflow: hidden
	}

	.pagings .next .txt {
		padding-right: 0;
		overflow: hidden
	}

	.panel {
		margin-top: 60px
	}

	.global .chart-desktop svg {
		display: none
	}

	.global .list li:after,.global .list li:before {
		content: "";
		display: block;
		position: absolute;
		top: 50%;
		width: 10px;
		height: 10px;
		background-color: #DC5F00;
		border-radius: 50%
	}

	.global .list li:after {
		left: -5px
	}

	.global .list li:before {
		right: -8px
	}

	.global .list li .box:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		border-radius: 50%;
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg)
	}

	.global .list li:nth-child(odd):before {
		right: -5px
	}

	.global .list li:nth-child(odd) .box:before {
		border-top: 1px dashed #DC5F00;
		border-right: 1px dashed #DC5F00;
		border-bottom: 1px solid #DC5F00;
		border-left: 1px solid #DC5F00
	}

	.global .list li:nth-child(even):after {
		display: none
	}

	.global .list li:nth-child(even) .box:before {
		border-top: 1px solid #DC5F00;
		border-right: 1px solid #DC5F00;
		border-bottom: 1px dashed #DC5F00;
		border-left: 1px dashed #DC5F00
	}

	.history_year .slot span {
		width: 4px;
		margin: 0 4px
	}

	.history_year .slot {
		margin-top: -23px
	}

	.history .arrow {
		top: -5px
	}

	.history_slick_swiper .slick-slide .slick_item_box {
		margin-left: 0;
		margin-right: 0
	}

	.history_slick_swiper .slick-slide .month {
		font-size: 30px;
		line-height: 30px
	}

	.tabs .nav-tabs_wrapper {
		margin-top: 40px
	}

	.text_title {
		font-size: 20px;
		line-height: 36px
	}

	.aftersale .text_title {
		margin-top: 10px
	}

	.aftersale .area {
		font-size: 14px
	}

	.title_page {
		font-size: 20px;
		line-height: 36px
	}

	.text-muted strong,.text-muted h6 {
		display: block;
		margin-bottom: 10px;
		font-size: 16px
	}

	.text_wrapper .text-muted {
		margin-top: 20px
	}

	.row {
		margin-top: 100px
	}

	.support {
		padding-top: 100px
	}

	.knowledge {
		padding-top: 100px
	}

	.video_list {
		padding-bottom: 80px;
		margin-top: 80px
	}

	.video_list ul {
		margin-top: 20px
	}

	.news_module {
		padding-bottom: 40px
	}

	.allmap {
		height: 400px
	}

	.innerbanner .address {
		position: static
	}

	.office figcaption p i {
		top: -3px
	}

	.validate_form legend {
		font-size: 26px
	}

	.popover .container {
		width: auto;
		margin-left: 5.33333%;
		margin-right: 5.33333%;
		padding-top: 40px;
		padding-bottom: 60px
	}

	.popover .validate_form {
		margin-top: 0
	}

	.popover .validate_form legend {
		margin-bottom: 30px
	}

	.popover .form {
		width: auto;
		margin-left: 20px;
		margin-right: 20px
	}

	.popover .btn_close {
		top: 20px;
		right: 5.33333%
	}

	.popover p {
		margin-right: 4.44444%
	}

	.popover .validate_form button {
		margin-top: 20px
	}

	.popover .validate_form .form-group {
		margin-bottom: 20px
	}

	.popover .validate_form i.icon {
		right: 20px
	}

	.popover .validate_form label.error {
		bottom: -17px
	}

	.validate_form .form-control+label {
		left: 10px
	}

	.validate_form label.error {
		right: 0;
		left: 0
	}

	.validate_form i.icon {
		right: 20px
	}

	.validate_form .form-group.on .form-control+label,.validate_form .form-control.active+label {
		-moz-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
		font-size: 0;
		display: none !important
	}

	.search_wrapper .search-header {
		margin-top: 40px
	}

	.search_wrapper .list-search li h4 {
		font-size: 18px
	}

	.search_wrapper .list-search li p {
		font-size: 14px
	}

	.search_wrapper .list-search {
		margin-bottom: 40px
	}

	.mt-160 {
		margin-top: 80px
	}

	.service .btns article {
		position: static;
		margin-left: 0;
		margin-left: 0;
		float: none;
		clear: both;
		width: auto;
		padding-top: 0;
		margin-top: 5px
	}

	.service .btns a {
		margin-bottom: 20px
	}

	.text_muted span,.text_muted h6 {
		font-size: 14px
	}

	.panel_default table thead th {
		font-size: 14px;
		padding-left: 25px;
		line-height: 26px;
		padding-right: 10px
	}

	.panel_default table tbody td {
		padding-left: 25px;
		padding-right: 10px
	}

	.panel_default table thead th:first-child {
		width: 20%
	}

	.innerbanner .mask-ace {
		width: 100%
	}

	.innerbanner .mask-ace .text-muted {
		display: none
	}

	.acebanner.img-box>img {
		-moz-transform: translate(-65%, 0);
		-ms-transform: translate(-65%, 0);
		-webkit-transform: translate(-65%, 0);
		transform: translate(-65%, 0)
	}

	.innerbanner .mask-ace img {
		position: absolute;
		top: 10px;
		left: 0
	}

	.innerbanner .mask-ace h1 {
		padding-left: 92px
	}

	.page_title {
		font-size: 22px;
		line-height: 25px
	}

	.history_slick_swiper .slick-slide .text-muted {
		height: 120px
	}

	.js_history_year {
		display: none
	}

	.innerbanner .address {
		background-position: 73% 20px
	}

	.location .img-box:after {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0,0,0,0.5)
	}

	.tip_list article {
		position: relative;
		width: calc(100% - 90px);
		margin-left: 30px;
		padding-bottom: 40px
	}

	.tip_list article time {
		display: block;
		margin-top: 30px
	}

	.tip_list article:before {
		content: "";
		display: block;
		position: absolute;
		top: 12px;
		left: -12px;
		border-top: 3px solid transparent;
		border-bottom: 3px solid transparent;
		border-right: 12px solid #F6F6F6
	}

	.relative ul li {
		padding-right: 0
	}

	.relative ul li .text-muted {
		width: 100%
	}

	.relative .list {
		margin-top: 40px
	}

	.relative ul li:last-child {
		margin-bottom: 0
	}

	.tip_list li:last-child {
		margin-bottom: 0
	}

	.relative .mtg {
		margin-top: 150px
	}

	.ace_list ul li:last-child {
		margin-bottom: 0
	}

	.pagination a {
		width: 30px;
		height: 30px;
		line-height: 30px
	}

	.knowledge .banner figcaption {
		padding: 20px
	}

	.pagetitle h1,.pagetitle h2 {
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 0;
		width: 100%
	}

	.productbanner .pagetitle {
		top: 5%;
		left: 0;
		width: auto;
		padding-left: 0;
		padding-right: 0;
		padding-left: 5.33333%
	}

	.nav-tabs_wrapper .nav-tabs .active {
		background-color: #DC5F00
	}

	.nav-tabs_wrapper .nav-tabs .active a {
		color: #fff
	}

	.nav-tabs_wrapper .nav-tabs-list li,.nav-tabs_wrapper .nav-tabs-list li a {
		-moz-transition: all .36s ease;
		-o-transition: all .36s ease;
		-webkit-transition: all .36s ease;
		transition: all .36s ease
	}

	.nav-tabs_wrapper .nav-tabs li:hover a,.nav-tabs_wrapper .nav-tabs .active a {
		color: #fff
	}

	.innerbanner .btn_vido_play {
		margin-top: -36px
	}

	.global .globalMap figure {
		width: 100%
	}

	.inves_list {
		padding-top: 30px;
		padding-bottom: 60px
	}

	.inves_list li {
		width: 100%;
		margin-top: 30px
	}

	.inves_list li .icon {
		display: block;
		width: 72px;
		margin-left: auto;
		margin-right: auto
	}

	.inves_list li .item {
		height: auto;
		padding-left: 0;
		padding-right: 0
	}

	.inves_list li article {
		width: 100%;
		text-align: center;
		margin-left: 0;
		margin-top: 30px
	}

	.product_module {
		margin-top: 100px
	}

	.pro_list {
		margin-top: 20px
	}

	.hot_news article {
		padding-left: 20px;
		padding-right: 20px
	}

	.hot_news .read_more {
		margin-top: 30px
	}

	.hot_news article {
		padding-bottom: 30px
	}

	.sm_relative,.ace_list ul,.sm_tip_list {
		margin-top: 30px
	}

	.innerbanner .mask-ace h1 {
		padding-left: 92px
	}

	.sm_ace_mod,.sm_counter_mod,.serverbanner {
		margin-top: 100px
	}

	.ace_list figcaption {
		padding-top: 15px;
		padding-bottom: 30px
	}

	.service .caption article {
		word-break: break-all
	}

	.sm_panel_default {
		margin-top: 50px
	}

	.about .text_wrapper {
		margin-top: 60px
	}

	.about .text_wrapper .text-muted,.sm_page_title span {
		font-size: 14px !important;
		letter-spacing: 1px;
		line-height: 24px
	}

	.sm_page_title span {
		display: block;
		margin-top: 10px
	}
}

@media only screen and (max-width: 768px) {
	.crumbs {
		top: 50px
	}

	.text_info>h3 {
		font-size: 16px;
		letter-spacing: 1px;
		line-height: 28px
	}

	.js_banner_nav .text_info {
		margin-top: 0;
		width: 100%;
		padding: 20px 5.33333%
	}

	.js_banner_lib .slick_item .item_box {
		height: calc(100vh - 50px)
	}

	.information>h3 {
		font-size: 20px
	}

	.information>h4 {
		font-size: 18px
	}

	.sm_information>h4 {
		padding: 0 30px
	}

	.work {
		margin-top: 130px
	}

	.work_list {
		margin-top: 30px
	}

	.work_list li .text_desc {
		padding-top: 20px;
		padding-bottom: 15px
	}

	.work_list li .text_desc h3 {
		font-size: 18px
	}

	.work_list li .text_desc h4 {
		font-size: 14px;
		line-height: 26px
	}

	.news_list li {
		margin-bottom: 70px
	}

	.pagetitle h2 {
		font-size: 22px
	}

	.pagetitle p {
		font-size: 14px
	}

	.text_primary h3 {
		font-size: 18px
	}

	.text_primary p {
		font-size: 12px;
		line-height: 24px
	}

	.news {
		margin-top: 130px
	}

	.news_list .text_desc h3 {
		font-size: 18px
	}

	.news_list .text_desc p {
		font-size: 14px;
		line-height: 26px
	}

	.news_list .label span {
		margin-right: 5%;
		font-size: 12px;
		color: #333
	}

	.news_list .label i {
		display: inline-block;
		font-size: 14px;
		width: 22px;
		color: #333
	}

	.news_list li .read_more {
		margin-top: 40px;
		color: #DC5F00
	}

	.server {
		padding: 60px 5.33333%
	}

	.server h2 {
		font-size: 18px;
		line-height: 30px
	}

	.solu_group_list .group_wrapper .bd-hd {
		display: none
	}

	.solu_group_list .group_wrapper .img-box h3 {
		font-size: 18px;
		line-height: 20px;
		top: 15px
	}

	.solu_group_list .group_wrapper .img-box h5 {
		font-size: 14px;
		line-height: 22px;
		bottom: 0px;
		height: 30px;
		overflow: hidden
	}

	.innerbanner h1 {
		font-size: 20px;
		line-height: 24px;
		padding: 24px 5.33333%
	}

	.innerbanner .mask {
		height: 70px;
		height: auto
	}

	.solu_group_list {
		margin-top: 70px
	}

	.btn_vido_play {
		width: 40px;
		height: 40px
	}

	.btn_vido_play:after {
		border-left: 6px solid #DC5F00;
		border-top: 4px solid transparent;
		border-bottom: 4px solid transparent;
		margin-top: -4px;
		margin-left: -3px
	}

	.page_title span {
		font-size: 12px
	}

	.text_wrapper {
		margin-bottom: 80px
	}

	.column li figure .icon {
		height: 44px
	}

	.column li figure {
		height: 44px
	}

	.column li figcaption {
		font-size: 14px;
		line-height: 20px;
		height: 40px;
		margin-top: 15px;
		padding: 0 10px
	}

	.scien {
		padding-top: 40px;
		padding-bottom: 10px;
		margin-top: -30px
	}

	.scien .list>li {
		padding-bottom: 32px;
		margin-top: 32px
	}

	.pro_list li>a>figcaption {
		padding-bottom: 30px
	}

	.pro_list li>a>figcaption h3 {
		font-size: 14px;
		line-height: 46px;
		line-height: 24px;
		height: auto
	}

	.pro_list li>a>figcaption h1 {
		font-size: 18px;
		line-height: 30px;
		height: auto;
		margin-top: 20px
	}

	.works_mod_list li figcaption {
		padding-left: 4%;
		padding-right: 4%
	}

	.works_mod_list li figcaption h3 {
		font-size: 18px;
		line-height: 26px
	}

	.text-muted {
		font-size: 14px;
		line-height: 20px
	}

	.page .btn {
		line-height: 40px;
		height: 40px;
		font-size: 16px
	}

	.hot {
		padding-top: 100px
	}

	.hot_mod {
		margin-bottom: 56px
	}

	.hot_mod figcaption h1 {
		font-size: 20px;
		line-height: 28px
	}

	.hot_mod .param {
		font-size: 12px;
		line-height: 20px
	}

	.hot_mod>a>h4 {
		font-size: 12px;
		right: 4%
	}

	.hot_mod .tig {
		width: 80px;
		height: 30px;
		line-height: 30px;
		font-size: 12px
	}

	.nav-tabs_wrapper .nav-tabs {
		text-align: left
	}

	.nav-tabs_wrapper .nav-tabs li a {
		font-size: 14px;
		line-height: 20px
	}

	.nav-tabs_wrapper .nav-tabs li {
		padding-left: 0;
		padding-right: 0
	}

	.poster figcaption {
		left: 0;
		width: 100%;
		padding: 0 6%
	}

	.poster figcaption .tel {
		font-size: 14px;
		line-height: 26px
	}

	.poster figcaption h3 {
		font-size: 22px;
		line-height: 24px
	}

	.btn-primary .shape {
		width: 40px;
		height: 40px
	}

	.loading {
		margin-top: 60px
	}

	.loading .text {
		font-size: 12px;
		vertical-align: 15px;
		margin-left: 14px
	}

	.product_mod {
		padding-bottom: 140px
	}

	.pro_picture figcaption h3 {
		font-size: 16px;
		line-height: 26px
	}

	.pro_picture figcaption {
		padding-top: 40px;
		padding-bottom: 40px;
		padding-left: 20px;
		padding-right: 20px
	}

	.pro_picture .list li.block_center figcaption h3 {
		font-size: 14px;
		line-height: 20px
	}

	.pro_picture .text_lead h3 {
		font-size: 16px;
		line-height: 20px
	}

	.pro_picture .text_lead h4 {
		font-size: 14px;
		line-height: 20px
	}

	.btn-primary .shape:after {
		margin-left: -5px
	}

	.video_wrapper figcaption {
		font-size: 18px;
		line-height: 22px
	}

	.area_column {
		padding-top: 48px;
		padding-bottom: 8px
	}

	.area_column figure {
		height: 32px
	}

	.area_column figure .icon {
		width: auto;
		height: 32px
	}

	.area_column figcaption {
		font-size: 14px;
		line-height: 20px;
		margin-top: 14px
	}

	.area_column ul>li {
		margin-bottom: 40px
	}

