body {
	overflow-x: hidden;
}
a {
	color: #333;
}
a:hover{
	color: #666;
	text-decoration: none;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1560px;
    width: 100%;
  }
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	vertical-align: middle;

}

.slick-slide:focus {
	outline: none;
}
.navbar-default {
	background: transparent;
	border: none;
	margin-bottom: 0;
}
.navbar-default-box {
	background: #fff;
}
.container-fluid{
	max-width: 96%;
}

.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
	margin-left: 0;
}
.navbar-icon {
	margin: 55px 0 0;
}
.navbar-icon a, .navbar-icon .navbar-search{
	display: inline-block;
	margin-right: 30px;
	line-height: 32px;
}
.navbar-icon .navbar-search {
	position: relative;
}
.navbar-icon .navbar-search .search-form{
	display: none;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10;
	width: 310px;
	height: 30px;
	border: 1px solid #0000;
}
.navbar-icon .navbar-search .search-form-btn {
	border: none;
	padding: 0;
	background-color: #fff;
	float: right;
	width: 30px;
	height: 30px;
}
.navbar-icon .navbar-search input {
	float: left;
	width: 268px;
	margin-right: 10px;
	height: 30px;
	padding: 4px 10px;
}
.navbar-icon .navbar-search:hover .search-form{
	display: block;
}
.navbar-search i {
	width: 30px;
	height: 30px;
	font-size: 30px;
}
.navbar-icon a:nth-child(-n+4) {
	font-size: 20px;
}
.navbar-icon a:nth-child(5), .navbar-icon a:nth-child(6) {
	font-size: 30px;
}
.language-icon {
	background: url(../images/all-m.gif) no-repeat;
	line-height: 16px;
	padding-left: 30px;
}
.language-en {
	background-position: 0 -256px;
}
.navbar-default .navbar-collapse {
	background-color: rgba(0, 0, 0, 0.70);
	color: #fff;
	position: relative;
	z-index: 10;
}
.navbar-default .navbar-fixed-top {
	position: fixed;
	z-index: 10;
}
.navbar-default .navbar-nav > li > a {
	color: #fff;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	color: #fff;
	background-color: #00469b;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	color: #fff;
	background-color: #00469b;
}
.navbar-category {
	background-color: rgba(0, 0, 0, 0.65);
	color: #fff;
}
.banner {
	position: relative;
	left: 0;
	top: -82px;
	z-index: 5;
}
.single-item .slick-prev {
	left: 2%;
	width: 100px;
	height: 100px;
	background: rgba(255, 255, 255, 0.6) url(../images/slider_btn_prev.png) no-repeat center center;
	z-index: 10;
	opacity: 0;
	transition: all 0.5s;
}
.single-item .slick-next {
	width: 100px;
	height: 100px;
	background: rgba(255, 255, 255, 0.6) url(../images/slider_btn_next.png) no-repeat center center;
	right: 2%;
	z-index: 10;
	opacity: 0;
	transition: all 0.5s;
}
.single-item:hover .slick-prev, .single-item:hover .slick-next {
	opacity: 1;
}
.single-item .slick-prev:hover, .single-item .slick-next:hover {
	background-color: rgba(255, 255, 255, 1);
}
.banner-box {
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
	position: absolute;
	left: 50%;
	bottom: -144px;
	transform: translateX(-50%);
	z-index: 20;
}
.banner-box a {
	display: block;
}
.banner-item {
	background: #fff;
	box-shadow: 0px 0px 38px 0px rgba(0,0,0,0.08); 
	padding: 40px 20px 20px;
	min-height: 194px;
	transition: all 0.5s;
}
.banner-item:hover {
	background: #004297;
	/*box-shadow: 0px 0px 38px 0px rgba(0,66,151,0.08); */
	box-shadow: 25px 25px 29px rgba(0,66,151,0.4);
}
.banner-item:hover b , .banner-item:hover p{
	color: #fff;
}
.banner-item:hover img:nth-child(2) {
	display: block;
}
.banner-item:hover img:nth-child(1) {
	display: none;
}
.banner-item b {
	display: block;
	font-size: 16px;
	line-height: 24px;
	color: #000;
	margin: 3px 0 0;
}
.banner-item p {
	font-size: 14px;
	line-height: 16px;
	color: #666;
}
.banner-item img:nth-child(2) {
	display: none;
}

.banner-text {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	color: #fff;
}
.banner-text b {
	display: block;
	font-weight: normal;
	font-size: 26px;
	line-height: 50px;
	margin-bottom: 30px;
}
.banner-text p {
	font-size: 16px;
	margin-bottom: 0;
}
.position {
	height: 80px;
	line-height: 80px;
	background-color: #f7f7f7;
	font-size: 18px;
	color: #474747;
	text-align: center;
	overflow: hidden;
	margin-top: -82px;
}
.position a {
	margin: 0 15px;
}
.position a:nth-child(1) {
	background: url(../images/abou_icon01.png);
	width: 36px;
	height: 36px;
	display: inline-block;
	text-indent: -9999px;
	vertical-align: middle;
}
.about {
	background: url(../images/about_bg.jpg) no-repeat top center;
	padding: 60px 0;
	margin-top: 210px;
}
.about .about-box {
	position: relative;
	z-index: 1;
}
.about .about-box:after {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	opacity: 0.23;
	background: #707070;
	position: absolute;
	left:  0;
	top: 170px;
	z-index: -1;
}
.about-box .about-tile h2{
	font-size: 32px;
	font-weight: bold;
	margin: 60px 0 10px;
	text-transform: uppercase;
}
.about-box .about-tile span {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 4px;
}
.about-con {
	margin-top: 70px;
}
.about-con b {
	display: block;
	font-size: 22px;
	margin-bottom: 20px;
}
.about-con p {
	font-size: 16px;
	line-height: 26px;
	color: #666;
}
.about-img {
	position: relative;
	padding-left: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.about-img .about-img-btn {
	/*position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);*/
	display: block;
	font-size: 20px;
	border-bottom: 1px solid #000000;
	background: url(../images/com_icon01.png) no-repeat right center;
	padding-right: 90px;
	color: #000;
	line-height: 40px;
	text-transform: uppercase;
	transition: all 0.5s;

}
.about-img .about-img-btn:hover a{
	color: #004293;
	font-weight: bold;
}
.about-img .about-img-btn:after {
	content: '';
	display: block;
	line-height: 40px;
	width: 0;
	height: 1px;
	background-color: #004293;
	transition: all 0.5s;
}
.about-img .about-img-btn:hover:after {
	width: calc(100% + 90px);
}
.slick-slide {
	outline: none;
}
.history {
	height: 400px;
	margin-top: 60px;
	position: relative;
	z-index: 1;
	margin: 0 auto;
}
.history:before{
	content: '';
	display: block;
	background: url(../images/history_map.jpg) no-repeat top center;
	position: absolute;
	left:  50%;
	top: 0;
	transform: translateX(-50%);
	z-index: -2;
	width: 100%;
	height: 100%;
}
.history:after{
	content: '';
	display: block;
	background: url(../images/history_line.png) no-repeat center center;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
}
.history .container {
	height: 400px;
}

.product {
	padding: 70px 0;
	background: url(../images/pro_img.png) no-repeat top center;
}
.index-title {
	margin: 50px auto;
	text-transform: uppercase;
}
.index-title h2{
	font-size: 30px;
	line-height: 50px;
	color: #000;
	font-weight: bold;
	margin: 0;
	position: relative;
	padding: 0 0 10px;
	background-color: transparent;
}
.index-title h2:before{
	content: '';
	display: block;
	/*width: 400px;*/
	width: 25%;
	height: 1px;
	background-color: #626262;
	position: absolute;
	left: 0;
	top: 24px;
}
.index-title h2:after{
	content: '';
	display: block;
	/*width: 400px;*/
	width: 25%;
	height: 1px;
	background-color: #626262;
	position: absolute;
	right: 0;
	top: 24px;
}
.index-title2 h2:before{
	content: '';
	display: block;
	/*width: 560px;*/
	width: 38%;
	height: 1px;
	background-color: #626262;
	position: absolute;
	left: 0;
	top: 24px;
}
.index-title2 h2:after{
	content: '';
	display: block;
	/*width: 560px;*/
	width: 38%;
	height: 1px;
	background-color: #626262;
	position: absolute;
	right: 0;
	top: 24px;
}
.index-title-product h2:before , .index-title-product h2:after{
	width: 26%;
}
.index-title span{
	font-size: 16px;
	color: #666;
}
.product-item {
	display: block;
	margin-bottom: 50px;
	position: relative;
}
.product-item:hover:after{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	background: rgba(5,5,5,0.55) url(../images/pro_icon01.png) no-repeat center center;
}
.product-item img {
	width: 100%;
}
.product-item-text {
	display: block;
	margin-bottom: 50px;
	position: relative;
	padding: 12px;
	border: 1px solid #e1e1e1;
	background: #fff;
	overflow-x: hidden;
}
.product-item-text span {
	display: block;
	font-size: 18px;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	color: #000;
	margin-bottom: 10px;
}
.product-item-text p {
	display: block;
	font-size: 16px;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	color: #8c8c8c;
	margin: 0;
}
.why {
	background: url(../images/why.png) no-repeat top center;
	overflow: hidden;
	height: 865px;
	padding-top: 49px;
	position: relative;
	z-index: 1;
}
.why .container {
	position: relative;
	height: 778px;
}
.why:after {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: #d8d8d8;
	position: absolute;
	left: 30px;
	/*bottom: 290px;*/
	bottom: 33%;
	z-index: -1;
}
.why-title {
	position: absolute;
	/*left:  -112px;*/
	left: 0;
	top: 30px;
	display: block;
	/*width: 230px;*/
	width: 140px;
	/*padding: 110px 15px;*/
	padding: 110px 0;
	background: #454545;
	text-align: center;
}
.why-title h2 {
	/*font-size: 48px;*/
	font-size: 30px;
	line-height: 72px;
	color: #fff;
	margin: 0;
	text-transform: uppercase;
}
.why-btn {
	position: absolute;
	/*left: -112px;*/
	left: 0;
	bottom: 60px;
	display: block;
	width: 246px;
	height: 52px;
	line-height: 52px;
	background: #004297;
	font-size: 18px;
	color: #fff;
	text-align: center;
}
.why  .slider-for {
	margin-top: 76px;
	height: 100%;
}
.why  .slider-for .slick-prev {
	width: 125px;
	height: 84px;
	/*background: #fff url(../images/adv_icon01.png) no-repeat center center;*/
	background: #fff;
	box-shadow: 10px 3px 10px 0px rgba(108,79,71,0.20); 
	/*left: 430px;*/
	left: 30%;
	top: 520px;
	z-index: 100;
}
.why  .slider-for .slick-next {
	width: 125px;
	height: 84px;
	/*background: #fff url(../images/adv_icon02.png) no-repeat center center;*/
	background: #fff;
	box-shadow: 10px 3px 10px 0px rgba(108,79,71,0.20); 
	/*left: 555px;*/
	left: calc(30% + 125px);
	top: 520px;
	z-index: 100;
}
.why  .slider-for .slick-prev i, .why  .slider-for .slick-next i {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 84px;
	font-size: 24px;
	color: #999;
	text-align: center;
}
.why  .slider-for .slick-prev:hover i, .why  .slider-for .slick-next:hover i {
	background-color: #004297;
	color: #fff;
}
.why .slider-for .slick-dots {
	position: absolute;
	left: 0;
	/*top: 440px;*/
	top: 57.2%;
	display: block;
	width: 100%;
	z-index: 20;
}
.why .slider-for .slick-dots li {
	width: 13%;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	cursor: pointer;
	position: relative;
	background: url(../images/adv_icon03.png) no-repeat;
	margin: 0;
	text-align: left;
}
.why .slider-for .slick-dots li:after {
	display: block;
	margin-top: 24px;
	position: absolute;
}
.why .slider-for .slick-dots li button {
	display: none;
}
.why .slider-for .slick-dots .slick-active {
	color: #004297;
	background: url(../images/adv_icon04.png) no-repeat;
}
.why .slider-for .slick-dots li:nth-child(1) {
	width: 48%;
}
.why .slider-for .slick-dots li:nth-child(1):after {
	content: '我们的子公司';
}
.why .slider-for .slick-dots li:nth-child(2):after {
	content: '南北专卖店';
}
.why .slider-for .slick-dots li:nth-child(3):after {
	content: '南北服务';
}
.why .slider-for .slick-dots li:nth-child(4):after {
	content: '南北实力';
}
.why .slider-for .slick-dots li:nth-child(5):after {
	content: '联系地址';
}
.why .slider-nav {
	position: absolute;
	left: 0;
	top: 516px;
	display: block;
	width: 100%;
	z-index: 20;
}
.why .slider-nav .slick-slide:nth-child(1) {
	width: 48% !important;
}
.why .slider-nav .slick-slide{
	width: 13% !important;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	cursor: pointer;
	position: relative;
	background: url(../images/adv_icon03.png) no-repeat;
	padding-top: 33px;
}
.why .slider-nav .slick-current {
	color: #004297;
	background: url(../images/adv_icon04.png) no-repeat;
}
.why-img{
	border: 2px solid #a1a1a1;
	border-radius: 50%;
	padding: 15px;
	background-color: #fff;
}
.why-img-border {
	width: 100%;
	border: 15px solid #a2a2a2;
	border-color: transparent transparent transparent #a2a2a3;
	border-radius: 50%;
	transform: rotate(-45deg);
}
.why-img img{
	width: 100%;
	border-radius: 50%;
	transform: rotate(45deg);
	opacity: 0.55;
}
.why-text {
	padding-left: 60px;
	/*padding-top: 80px;*/
}
.why-text b{
	display: block;
	font-size: 32px;
	color: #004297;
	margin-bottom: 30px;
}
.why-text p {
	font-size: 18px;
	color: #666;
	line-height: 26px;
}
.news {
	background: #f5f8fa;
	padding: 40px 0;
}
.news-item {
	display: block;
	background: #eee;
}
.news-item-text {
	padding: 15px;
}
.news-item b {
	display: block;
	font-size: 22px;
	line-height: 24px;
	height: 48px;
	color: #000;
	overflow: hidden;
}
.news-item span {
	display: block;
	font-size: 16px;
	line-height: 18px;
	color: #666;
	background: url(../images/time_icon.png) no-repeat left center;
	padding-left: 30px;
	margin-bottom: 15px;
	margin-top: 10px;
}
.news-item p {
	line-height: 24px;
	height: 48px;
}
.news-item i {
	display: inline-block;
	font-size: 18px;
	color: #666;
	line-height: 60px;
	font-style: normal;
	background: url(../images/icon_news.png) no-repeat right center;
	padding-right: 25px;
}
.news-btn {
	display: block;
	width: 182px;
	height: 42px;
	line-height: 42px;
	margin: 40px auto 20px;
	color: #fff;
	font-size: 20px;
	text-align: center;
	background: #004297 url(../images/new_icon03.png) no-repeat 76% center;
}
.news-btn:hover {
	color: #fff;
}
.footer {
	background: #353535;
	color: #cdcdcd;
}
.footer-con {
	padding-top: 60px;
	font-size: 16px;
	line-height: 36px;
}
.footer-con h3 {
	font-size: 22px;
	line-height: 30px;
	color: #fff;
	margin: 0 0 20px;
	text-transform: uppercase;
}
.footer-con h3:after {
	content: '';
	display: block;
	width: 45px;
	height: 2px;
	background: #004297;
	margin-top: 10px;
}
.footer-con-link a{
	margin-right: 30px;
}
.footer-con .footer-contact li {
	padding-left: 50px;
	margin-bottom: 15px;
	line-height: 24px;
}
.footer-con .footer-contact li span {
	display: block;
	font-size: 14px;
}
.footer-con .footer-contact li:nth-child(1) {
	background: url(../images/bot_icon05.png) no-repeat left center;
}
.footer-con .footer-contact li:nth-child(2) {
	background: url(../images/bot_icon06.png) no-repeat left center;
}
.footer-con .footer-contact li:nth-child(3) {
	background: url(../images/bot_icon07.png) no-repeat left center;
}
.footer-con .footer-contact li:nth-child(4) {
	background: url(../images/bot_icon08.png) no-repeat left center;
}
.footer-con .footer-contact li:nth-child(5) {
	background: url(../images/bot_icon09.png) no-repeat left center;
}
.footer-con .footer-category li {
	line-height: 36px;
}
.footer-con .footer-category li a, .footer-con .footer-contact li a  {
	color: #cdcdcd;
}
.footer-form {
	background: #525252;
	position: relative;
	width: 100%;
	height: 250px;
}
.footer-form form{
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	border: 2px solid #767676;
	left: 10px;
	top: -10px;
	padding: 30px;
}
.footer-form input {
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #878787;
	line-height: 36px;
	color: #fff;
	padding: 0 8px;
}
.footer-form label {
	font-size: 14px;
	font-weight: normal;
}
.footer-form textarea {
	height: 36px;
	line-height: 36px;
	border-bottom: 1px solid #878787;
	background-color: transparent;
	overflow: hidden; 
	resize: none; 
	color: #fff;
	padding: 0 8px;
}
.footer-form .btn-default {
	height: 36px;
	background: #004297 url(../images/bot_icon08.png) no-repeat 80% center;
	color: #fff;
	border-radius: 8px;
	font-size: 16px;
	padding: 6px 45px 6px 25px;
}
.copyright {
	border-top: 1px solid #626262;
	padding: 30px 0;
	margin-top: 30px;
	text-align: center;
}
.copyright p {
	font-size: 14px;
	line-height: 24px;
	color: #969696;
	margin-bottom: 0;
}
.about-page-box {
	background-color: #fff;
	box-shadow: 0px 2px 81px 0px rgba(29,41,81,0.14); 
}
.about-page p {
	font-size: 18px;
	line-height: 26px;
	color: #000;
	margin: 40px 0;
}
.about-info {
	background: url(../images/about_bg.jpg) no-repeat top center;
	padding-top: 120px;
}
.about-info .clearfix {
	background: #e9f5ff;
	margin-bottom: 75px;
}
.about-info .clearfix .pull-left, .about-info .clearfix .pull-right {
	width: 50%;
}
.about-info .about-info-text {
	padding: 70px;
}
.about-info .about-info-text p {
	font-size: 18px;
	color: #000;
	line-height: 26px;
	margin-bottom: 0;
}
.about-histroy {
	background: #f8f8f8;
	padding: 70px 0;
}
.development{
	background-color: #fff;
	padding: 120px 40px 120px;
	min-height: 1530px;
}
.company {
	background-color: #fff;
	padding: 120px 80px 120px;
	min-height: 1530px;
}
.about-histroy h2 {
	font-size: 36px;
	line-height: 66px;
	font-weight: bold;
	margin: 0;
	text-transform: uppercase;
}
.development h2:after {
	content: '';
	display: block;
	width: 260px;
	height: 1px;
	background-color: #626262;
	margin: 40px 0;
}
.development p {
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 75px;
}
.company h2 {
	color: #004297;
	margin-bottom: 80px;
}
.development b {
	display: block;
	text-align: center;
	font-size: 36px;
	color: #004297;
}
.development span {
	display: block;
	text-align: center;
	font-size: 18px;
}
.company ul li {
	margin-bottom: 20px;
	overflow: hidden;
	font-size: 18px;
	line-height: 26px;
}
.company ul li span{
	background: url(../images/abou_icon02.png) no-repeat right center;
	padding-right: 50px;
}
.about-certificate {
	padding: 60px 0;
}
.slide-certificate img{
	background: #ffffff;
	border: 1px solid #00469b;
}
.slide-certificate .slick-slide {
	/*margin:  0 10px;*/
}
.slide-certificate .slick-prev {
	width: 63px;
	height: 65px;
	background: url(../images/abou_img03.png) no-repeat;
	left: -50px;
}
.slide-certificate .slick-next {
	width: 63px;
	height: 65px;
	background: url(../images/abou_img04.png) no-repeat;
	right: -50px;
}
.slide-certificate .slick-prev:before, .slide-certificate .slick-next:before {
	display: none;
}
.about-certificate-btn {
	display: inline-block;
	margin: 30px auto 0;
	font-size: 24px;
	line-height: 30px;
	text-align: center;
	transition: all 0.5s;
	position: relative;
	z-index: 2;
	padding: 0 10px;
}

.about-certificate-btn:before {
	content: '';
	display: block;
	width: 0;
    height: 100%;
    background-color: #004293;
    transition: all 0.5s;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    border-radius: 20px;
}
.about-certificate-btn:hover {
	/*color: #00469b;*/
	color: #fff;
}
.about-certificate-btn:hover:before {
	width: 100%;
}
.about-certificate-btn i {
	margin-left: 10px;
}
/*.about-certificate-btn:hover i {
	color: #00469b;
}*/

.product-page {
	margin-top: 60px;
}
.sidebar h4 {
	font-size: 26px;
	font-weight: bold;
	margin:  0 0 40px;
	text-transform: uppercase;
}
.side-menu h3, .side-menu-article h2 {
	font-size: 18px;
	height: 30px;
	line-height: 30px;
	margin: 0 0 20px;
	padding-left: 10px;
}
.side-menu-article h2 {
	font-size: 20px;
	height: 30px;
	line-height: 30px;
	margin: 0 0 20px;
	padding-left: 10px;
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
}
.side-menu h3 a, {
	display: block;
	color: #666;
	padding-left: 10px;
	font-weight: bold;
	float: left;
	width: 90%;
}
.side-menu h3 i, .side-menu-article h2 i {
	float: right;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	cursor: pointer;
}
.side-menu ul {
	display: none;
}
.side-menu ul li, .side-menu-article ul li {
	line-height: 30px;
	font-size: 16px;
}
.side-menu ul li a , .side-menu-article ul li a{
	display: block;
	padding: 0 10px;
	color: #666;
}
.side-menu ul li a:hover {
	color: #00469b;
}

.side-menu h3.on, .side-menu h3:hover, .side-menu h3.on a{
	background: #00469b;
	color: #fff;
}
.side-menu h3.on a, .side-menu h3:hover a, .side-menu h3 a:hover{
	color: #fff;
}
.side-menu h3.on i, .side-menu h3:hover i{
	transform: rotate(90deg);
	color: #fff;
}
.side-menu-article ul li a:hover {
	background: #00469b;
	color: #fff;
}
.product-list h2 {
	font-size: 18px;
	font-weight: bold;
	color: #000;
	margin: 0 0 15px;
}
.product-son {
	border: 1px dashed #a0a0a0;
	background-color: #f7f7f7;
	line-height: 40px;
	padding: 0 10px;
	overflow: hidden;
	margin-bottom: 40px;
}
.product-son a {
	float: left;
	font-size: 16px;
	margin-right: 35px;
}
.product-son a:before {
	content: '+';
	color: #00469b;
	font-size: 16px;
	margin-right: 10px;
}
.product-list-item, .video-list-item {
	display: block;
	background: #ffffff;
	box-shadow: 0px 0px 20.16px 0px rgba(17,17,17,0.09); 
	margin-bottom: 45px;
}
.product-list-item-img {
	display: flex;
	justify-content: center;
	align-items: center;
}
.product-list-item-img img , .video-list-item img{
	max-width: 100%;
	max-height: 100%;
	margin: 0 auto;
}

.product-list-item > div, .video-list-item > div{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 5;
}
.video-list-item > div:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background:  url(../images/icon_video.png) no-repeat center center;
	background-size: 100px auto;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
}
.honor-list-item >div:after {
	display: none;
}
.product-list-item:hover .product-list-img {
	display: block;
	
}
.product-list-item img {
	max-width: 100%;
	max-height: 100%;
}
.product-list-item .product-list-img {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.85;
	background: #004297;
	/*padding: 32px;*/
	padding: 10%;
}
.product-list-item .product-list-img span {
	/*display: block;*/
	width: 100%;
	height: 100%;
	font-size: 18px;
	border: 1px solid #fff;
	color: #fff;
	/*padding-top: 40%;*/
	text-align: center;
	display: flex;
	justify-content: center;
	/*align-items: center;*/
	flex-direction: column;
	overflow: hidden;
	word-wrap: break-word;
  padding: 2px;
 }
.product-list-item .product-list-img span:after {
	content: '';
	display: block;
	width: 22px;
	height: 22px;
	background: url(../images/prod_icon03.png) no-repeat top center;
	margin: 15px auto 0;
}
.product-list-item h3, .video-list-item h3 {
	height: 60px;
	line-height: 30px;
	border-top: 1px solid #d2d2d2;
	font-size: 18px;
	margin: 0;
	padding: 0 20px;
	overflow: hidden;
	text-align: center;
	/*display: flex;
	align-items: center;
	justify-content: space-around;
	flex-direction: column;
	text-overflow:ellipsis;*/

}
.sidebar-product {
	margin-bottom: 60px;
}
.sidebar-product > h4 {
	margin: 70px 0 70px;
}
.slide-sidebar .row {
	margin-bottom: 35px;
}
.slide-sidebar .col-md-5 a {
	border: 2px solid #dddddd;
	display: flex;
	justify-content: center;
	align-items: center;
}

.slide-sidebar img {
	max-width: 100%;
	max-height: 100%;
}
.slide-sidebar .col-md-7 a {
	display: flex;
	font-size: 18px;
	color: #666;
	/*margin-top: 15%;*/
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.slide-sidebar .slick-prev {
	width: 54px;
	height: 11px;
	background: url(../images/prod_icon05.png) no-repeat;
	top: -30px;
	left: 50%;
	transform: translate(-50%, 0);
}
.slide-sidebar .slick-next {
	width: 54px;
	height: 11px;
	background: url(../images/prod_icon06.png) no-repeat;
	top: auto;
	bottom: -30px;
	right: 50%;
	transform: translate(0, -50%);
}
.slick-prev:before, .slick-next:before{
	display: none;
}
.slider-small .slick-prev {
	width: 9px;
	height: 16px;
	background: url(../images/det_icon01.png) no-repeat;
	left: 0;
	z-index: 10;
}
.slider-small .slick-next {
	width: 9px;
	height: 16px;
	background: url(../images/det_icon02.png) no-repeat;
	right: 0;
	z-index: 10;
}


.slider-big-box {
	width: 100%;
	border: 1px solid #dcdcdc;
	overflow: hidden;
	margin-bottom: 30px;
	/* align-items: center; */
	/*display: table;*/
	display: flex;
	justify-content: center;
	align-items: center;
}
.slider-big {
	
/* align-items: center; */
	
/*display: table-cell;
vertical-align: middle;*/
border: 1px solid #dcdcdc;
margin-bottom: 30px;
overflow: hidden;
display: flex;
justify-content: center;
align-items: center;

}
.slider-big img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	margin: 0 auto;
	/* position: absolute; */
	/* left: 50%; */
}
.slider-big .slick-list , .slider-big .slick-slide, .slider-big .slick-track{
	height: 100% !important;
}
.slider-big .slick-slide {
	display: flex;
	justify-content: center;
	align-items: center;
}
.slider-small {
	padding: 0 15px;
}
.slider-small .slick-slide {
	margin: 0 ;
}
.slider-small .slick-slide {
	border: 1px solid #aaaaaa;
	box-shadow: 0px 0px 4.85px 0px rgba(0,0,0,0.09); 
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 3px;

}
.slider-small .slick-current {
	border-color: #00469b;
}
.slider-small img {
	/*width: 112px;*/
	margin: 0 auto;
	max-width: 100%;
	max-height: 100%;
}
.product-show-info {
	background: #f6f6f6;
	padding: 70px 35px;
}
.product-show-info h1{
	font-size: 28px;
	color: #004297;
	line-height: 45px;
	margin: 0 0 40px;
	padding-bottom: 30px;
	border-bottom: 1px solid #dcdcdc;
}
.product-show-info p {
	font-size: 16px;
	line-height: 45px;
	color: #000;
	margin-bottom: 0;
}
.product-show-info span {
	color: #c00;
	margin-right: 10px;
}

.product-show-info p:before {
	content: '';
	display: inline-block;
	width: 4px;
	height: 4px;
	background: #00469b;
	margin: 20px 20px 0 0;
	float: left;
}
.product-show-btn {
	margin: 60px 0 60px;
}
.product-show-btn a:nth-child(1){
	display: inline-block;
	background: #00469b url(../images/prod_icon04.png) no-repeat 15px center;
	width: 190px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #fff;
	padding-left: 50px;
	margin-right: 20px;
}
.product-show-btn a:nth-child(2){
	display: inline-block;
	background: #ff8400;;
	width: 140px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #fff;
	text-align: center;
}
.product-detail {
	border-top: 1px solid #aeaeae;
	margin-top: 70px;
	padding: 30px 30px;
}
.product-detail .product-detail-title {
	font-size: 36px;
	font-weight: bold;
	color: #000;
	margin-bottom: 30px;
}
.product-detail-con {
	font-size: 16px;
	line-height: 26px;
}
.product-detail-con img {
	max-width: 100%;
}
.product-detail-con table {
	max-width: 100%;
}

.product-detail-form {
	margin: 40px 0;
}
.product-detail-form h3 {
	height: 60px;
	line-height: 60px;
	background: #003e59;
	color: #fff;
	padding: 0 20px;
	font-size: 20px;
	margin: 0;
}
.product-detail-form > div {
	border: 1px solid #cbcbcb;
	padding:  24px;
}
.product-detail-form .form-control {
	height: 40px;
	border: 1px solid #cbcbcb;
	border-left: 3px solid #013e5a;
	padding-left: 20px;
	padding-right: 20px;
}
.product-detail-form::placeholder {
	font-size: 14px;
	color: #4d4d4d;
}
.product-detail-form textarea.form-control {
	height: 105px;
}
.product-detail-form .btn-default {
	display: block;
	width: 100%;
	height: 42px;
	background: #ff6e00 url(../images/form_icon.png) no-repeat 54% center;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}
.product-relate-title {
	font-size: 36px;
	font-weight: bold;
	color: #000;
	line-height: 36px;
	margin:  0 0 40px;
	padding-bottom: 20px;
	border-bottom: 2px solid #b5b5b5;
}
.slider-relate .slick-prev{
	width: 32px;
	height: 34px;
	background: url(../images/prod_icon07.png) no-repeat;
	left: auto;
	top: -65px;
	right: 57px;
}
.slider-relate .slick-next{
	width: 32px;
	height: 34px;
	background: url(../images/prod_icon08.png) no-repeat;
	top: -65px;
	right: 15px;
}
.news-list-item {
	background-color: #f9f9f9;
	padding: 20px;
	margin-bottom: 30px;
}
.news-list-item span {
	display: block;
	font-size: 16px;
	color: #666;
	margin: 10px 0;
}
.news-list-item span i {
	margin-right: 10px;
}
.news-list-item h3 {
	font-size: 18px;
	margin: 10px 0;
}
.news-list-item p {
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 0;
	color: #666;
	word-wrap: break-word;
}
.article-detail-title {
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 20px;
}
.article-detail-con {
	font-size: 16px;
	line-height: 28px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 30px;
	margin-bottom: 20px;
}
.article-detail-con img {
	max-width: 100%;
}
.article-detail-con iframe {
	max-width: 100%;
}

.contact-box {
	padding: 0px 0;
}
.contact-box i {
	display: block;
	font-size: 60px;
	background-color: #f2f2f2;
	color: #013e5a;
	width: 100px;
	height: 100px;
	line-height: 100px;
	border-radius: 50%;
	margin: 0 auto;
}
.contact-box span {
	font-size: 24px;
	display: block;
	color: #999;
	margin: 20px auto;
}
.contact-box p {
	font-size: 18px;
	line-height: 40px;
}
.navbar-search {
	cursor: pointer;
}
.search-box {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(51, 51, 51, .7);
	z-index: 9999;
}
.search-close {
	display: block;
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    background-color: #fff;
    border-radius: 50%;
    position: fixed;
    right: 30px;
    top: 30px;
    cursor: pointer;
	font-size: 26px;
}
.search-box .search-form {
	display: block;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.search-box form .form-control {
	height: 170px;
	padding: 50px 40px;
	font-size: 40px;
	background-color: #fff;
	border: none;
	color: #000;
	float: left;
}
.search-box form .btn-default {
	width: 200px;
	height: 170px;
	background-color: rgba(0, 0, 0, .8);
	color: #fff;
	float: left;
	border: none;
}
.search-box form .btn-default i {
	font-size: 100px;
}
/*language*/
.navbar-language .fa-globe {
	font-size: 16px;
	line-height: 30px;
	vertical-align: middle;
}
.navbar-language {
	display: inline-block;
	position: relative;
}
/*.navbar-language ::-webkit-scrollbar {
	width: 5px;
}

.navbar-language ::-webkit-scrollbar-track {
	background-color: #fff;
}

.navbar-language ::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, .3);
	border-radius: 3px;
}*/
::-webkit-scrollbar {
	width: 5px;
}

::-webkit-scrollbar-track {
	background-color: #fff;
}

::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, .3);
	border-radius: 3px;
}
.navbar-language ul{
	display: none;
	position: absolute;
	right: 0;
	top: 100%;
	z-index: 9999;
	width: 380px;
	max-height: 750px;
	overflow-x: hidden;
	overflow-y: scroll;
	border: 1px solid #ccc;
	padding: 20px;
	background: #fff;
}
.navbar-language li {
	float: left;
	width: 30%;
	margin-right: 10px;
}
.navbar-language .language-flag span {
	padding-left: 30px;
	font-size: 14px;
}
.language-flag .country-flag {
	position: absolute;
	left: 0;
	top: 50%;
	display: inline-block;
	vertical-align: top;
	background: url(../images/all-m.gif) no-repeat 0 0;
	width: 22px;
	height: 16px;
	margin: -8px 5px 0;
}
.language-flag a {
	position: relative;
}

.language-flag-af .country-flag {
	background-position: 0 0 !important;
}

.language-flag-sq .country-flag {
	background-position: 0 -16px !important;
}

.language-flag-ar .country-flag {
	background-position: 0 -32px !important;
}

.language-flag-hy .country-flag {
	background-position: 0 -48px !important;
}

.language-flag-az .country-flag {
	background-position: 0 -64px !important;
}

.language-flag-eu .country-flag {
	background-position: 0 -80px !important;
}

.language-flag-be .country-flag {
	background-position: 0 -96px !important;
}

.language-flag-bg .country-flag {
	background-position: 0 -114px !important;
}

.language-flag-ca .country-flag {
	background-position: 0 -128px !important;
}

.language-flag-zh .country-flag {
	background-position: 0 -144px !important;
}

.language-flag-zh-TW .country-flag {
	background-position: 0 -160px !important;
}

.language-flag-hr .country-flag {
	background-position: 0 -176px !important;
}

.language-flag-cs .country-flag {
	background-position: 0 -192px !important;
}

.language-flag-da .country-flag {
	background-position: 0 -208px !important;
}

.language-flag-nl .country-flag {
	background-position: 0 -240px !important;
}

.language-flag-en .country-flag {
	background-position: 0 -256px !important;
}

.language-flag-et .country-flag {
	background-position: 0 -272px !important;
}

.language-flag-tl .country-flag {
	background-position: 0 -288px !important;
}

.language-flag-fi .country-flag {
	background-position: 0 -304px !important;
}

.language-flag-fr .country-flag {
	background-position: 0 -320px !important;
}

.language-flag-gl .country-flag {
	background-position: 0 -336px !important;
}

.language-flag-ka .country-flag {
	background-position: 0 -352px !important;
}

.language-flag-de .country-flag {
	background-position: 0 -368px !important;
}

.language-flag-el .country-flag {
	background-position: 0 -384px !important;
}

.language-flag-ht .country-flag {
	background-position: 0 -400px !important;
}

.language-flag-iw .country-flag {
	background-position: 0 -416px !important;
}

.language-flag-hi .country-flag,
.language-flag-te .country-flag,
.language-flag-kn .country-flag,
.language-flag-ta .country-flag,
.language-flag-gu .country-flag {
	background-position: 0 -432px !important;
}

.language-flag-hu .country-flag {
	background-position: 0 -448px !important;
}

.language-flag-is .country-flag {
	background-position: 0 -464px !important;
}

.language-flag-id .country-flag {
	background-position: 0 -480px !important;
}

.language-flag-ga .country-flag {
	background-position: 0 -496px !important;
}

.language-flag-it .country-flag {
	background-position: 0 -514px !important;
}

.language-flag-ja .country-flag {
	background-position: 0 -528px !important;
}

.language-flag-ko .country-flag {
	background-position: 0 -544px !important;
}

.language-flag-la .country-flag {
	background-position: 0 -560px !important;
}

.language-flag-lv .country-flag {
	background-position: 0 -576px !important;
}

.language-flag-lt .country-flag {
	background-position: 0 -592px !important;
}

.language-flag-mk .country-flag {
	background-position: 0 -608px !important;
}

.language-flag-ms .country-flag {
	background-position: 0 -624px !important;
}

.language-flag-mt .country-flag {
	background-position: 0 -640px !important;
}

.language-flag-no .country-flag {
	background-position: 0 -656px !important;
}

.language-flag-fa .country-flag {
	background-position: 0 -672px !important;
}

.language-flag-pl .country-flag {
	background-position: 0 -688px !important;
}

.language-flag-pt .country-flag {
	background-position: 0 -704px !important;
}

.language-flag-ro .country-flag {
	background-position: 0 -720px !important;
}

.language-flag-ru .country-flag {
	background-position: 0 -736px !important;
}

.language-flag-sr .country-flag {
	background-position: 0 -752px !important;
}

.language-flag-sk .country-flag {
	background-position: 0 -768px !important;
}

.language-flag-sl .country-flag {
	background-position: 0 -784px !important;
}

.language-flag-es .country-flag {
	background-position: 0 -800px !important;
}

.language-flag-sw .country-flag {
	background-position: 0 -816px !important;
}

.language-flag-sv .country-flag {
	background-position: 0 -832px !important;
}

.language-flag-th .country-flag {
	background-position: 0 -848px !important;
}

.language-flag-tr .country-flag {
	background-position: 0 -864px !important;
}

.language-flag-uk .country-flag {
	background-position: 0 -880px !important;
}

.language-flag-ur .country-flag {
	background-position: 0 -896px !important;
}

.language-flag-vi .country-flag {
	background-position: 0 -914px !important;
}

.language-flag-cy .country-flag {
	background-position: 0 -928px !important;
}

.language-flag-yi .country-flag {
	background-position: 0 -944px !important;
}

.language-flag-bn .country-flag {
	background-position: 0 -960px !important;
}

.language-flag-eo .country-flag {
	background-position: 0 -976px !important;
}

.language-flag.language-flag-custom-afghanistan .country-flag {
	background-position: 0 -992px !important;
}

.language-flag.language-flag-custom-albania .country-flag {
	background-position: 0 -1008px !important;
}

.language-flag.language-flag-custom-algeria .country-flag {
	background-position: 0 -1024px !important;
}

.language-flag.language-flag-custom-argentina .country-flag {
	background-position: 0 -1040px !important;
}

.language-flag.language-flag-custom-australia .country-flag {
	background-position: 0 -1056px !important;
}

.language-flag.language-flag-custom-austria .country-flag {
	background-position: 0 -1072px !important;
}

.language-flag.language-flag-custom-belgium .country-flag {
	background-position: 0 -1088px !important;
}

.language-flag.language-flag-custom-brazil .country-flag {
	background-position: 0 -1104px !important;
}

.language-flag.language-flag-custom-canada .country-flag {
	background-position: 0 -1120px !important;
}

.language-flag.language-flag-custom-chile .country-flag {
	background-position: 0 -1136px !important;
}

.language-flag.language-flag-custom-cote-d-ivoire .country-flag {
	background-position: 0 -1152px !important;
}

.language-flag.language-flag-custom-ecuador .country-flag {
	background-position: 0 -1168px !important;
}

.language-flag.language-flag-custom-egypt .country-flag {
	background-position: 0 -1184px !important;
}

.language-flag.language-flag-custom-england .country-flag {
	background-position: 0 -1200px !important;
}

.language-flag.language-flag-custom-luxembourg .country-flag {
	background-position: 0 -1216px !important;
}

.language-flag.language-flag-custom-malaysia .country-flag {
	background-position: 0 -1232px !important;
}

.language-flag.language-flag-custom-mexico .country-flag {
	background-position: 0 -1248px !important;
}

.language-flag.language-flag-custom-new-zealand .country-flag {
	background-position: 0 -1264px !important;
}

.language-flag.language-flag-custom-oman .country-flag {
	background-position: 0 -1280px !important;
}

.language-flag.language-flag-custom-qatar .country-flag {
	background-position: 0 -1296px !important;
}

.language-flag.language-flag-custom-saudi-arabia .country-flag {
	background-position: 0 -1314px !important;
}

.language-flag.language-flag-custom-singapore .country-flag {
	background-position: 0 -1328px !important;
}

.language-flag.language-flag-custom-south-africa .country-flag {
	background-position: 0 0 !important;
}

.language-flag.language-flag-custom-switzerland .country-flag {
	background-position: 0 -1344px !important;
}

.language-flag.language-flag-custom-syria .country-flag {
	background-position: 0 -1360px !important;
}

.language-flag.language-flag-custom-united-arab-emirates .country-flag {
	background-position: 0 -1376px !important;
}

.language-flag.language-flag-custom-united-states-of-america .country-flag {
	background-position: 0 -1392px !important;
}

.language-flag-hy .country-flag {
	background-position: 0 -1408px;
}

.language-flag-bs .country-flag {
	background-position: 0 -1424px;
}

.language-flag-ceb .country-flag {
	background-position: 0 -1440px;
}

.language-flag-ny .country-flag {
	background-position: 0 -1456px;
}

.language-flag-ha .country-flag {
	background-position: 0 -1472px;
}

.language-flag-hmn .country-flag {
	background-position: 0 -1488px;
}

.language-flag-ig .country-flag {
	background-position: 0 -1504px;
}

.language-flag-jw .country-flag {
	background-position: 0 -1520px;
}

.language-flag-kk .country-flag {
	background-position: 0 -1536px;
}

.language-flag-km .country-flag {
	background-position: 0 -1552px;
}

.language-flag-lo .country-flag {
	background-position: 0 -1568px;
}

.language-flag-la .country-flag {
	background-position: 0 -1584px;
}

.language-flag-mg .country-flag {
	background-position: 0 -1600px;
}

.language-flag-ml .country-flag {
	background-position: 0 -1616px;
}

.language-flag-mi .country-flag {
	background-position: 0 -1632px;
}

.language-flag-mr .country-flag {
	background-position: 0 -1648px;
}

.language-flag-mn .country-flag {
	background-position: 0 -1664px;
}

.language-flag-my .country-flag {
	background-position: 0 -1680px;
}

.language-flag-ne .country-flag {
	background-position: 0 -1696px;
}

.language-flag-pa .country-flag {
	background-position: 0 -1714px;
}

.language-flag-st .country-flag {
	background-position: 0 -1728px;
}

.language-flag-si .country-flag {
	background-position: 0 -1744px;
}

.language-flag-so .country-flag {
	background-position: 0 -1760px;
}

.language-flag-su .country-flag {
	background-position: 0 -1776px;
}

.language-flag-tg .country-flag {
	background-position: 0 -1792px;
}

.language-flag-uz .country-flag {
	background-position: 0 -1808px;
}

.language-flag-yo .country-flag {
	background-position: 0 -1824px;
}

.language-flag-zu .country-flag {
	background-position: 0 -1840px;
}
.pagination>li {
	display: inline-block;
}
.pagination>li>a, .pagination>li>span {
	color: #000;
}
.product-category-title {
	height: 40px;
	line-height: 40px;
	background-color: #f3f3f3;
	padding: 0 10px;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	margin: 20px 0;
}
.prouct-category-list {
	margin-bottom: 40px;
	overflow-x: hidden;
}
.prouct-category-list li {
	float: left;
	margin: 15px 5px 0 0;
}
.prouct-category-list li a {
	display: block;
	line-height: 26px;
	background-color: #eee;
	padding: 0 10px;
	color: #777;
	position: relative;
}
div.zoomDiv{z-index:999;position:absolute;top:0px;left:0px;width:200px;height:200px;background:#ffffff;border:1px solid #CCCCCC;display:none;text-align:center;overflow:hidden;}
div.zoomMask{position:absolute;background:url("images/mask.png") repeat scroll 0 0 transparent;cursor:move;z-index:1;}

.sidebar-page , .about-page-main-box{
	margin-top: 30px;
}
.page-title-box{
	height: 40px;
	line-height: 40px;
	margin: 0;
	background-image: linear-gradient(#fefefe, #f2f2f2);
	padding: 0 10px;
	border: 1px solid #ddd;
	font-size: 18px;
	margin-bottom: -1px;
	font-weight: bold;
	color: #000;
}
.about-page-main-box {
	border: 1px solid #ddd;
	margin-bottom: 30px;
}
.about-page-txt-title {
	font-size: 18px;
	font-weight: bold;
	margin: 30px 0;
}
.about-page-txt {
	padding: 0 30px 30px;
	font-size: 16px;
	line-height: 30px;
	word-wrap: break-word;
}
.pagination>span {
	margin: 0 5px;
}
.pagination>span>a, .pagination>span {
	border: none;
	font-size: 20px;
}
.pagination span.thisclass > a, .pagination>span>a:hover{
	background: #004297;
	color: #fff;
}
#contact-page-form {
	max-width: 1280px;
	margin: 0 auto;
}
.news-list-item:hover {
	background-color: #e9e9e9;
}
.news-list-item2 {
	background: #eee;
	box-shadow: 0 0 10px #999;
	position: relative;
	margin-bottom: 40px;
}
.news-list-item2:after {
	position: absolute;
	left: 0;
	bottom: -20px;
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	border-bottom: 2px dashed #ccc;
}
.news-list-item2 .right-icon {
	font-size: 30px;
	line-height: 30px;
	position: absolute;
	right: 10px;
	top: 0;
}

/*@media (max-width: 1600px) { 
	.navbar-default .navbar-nav > li > a {
	  	padding: 31px 30px;
	}
}*/

@media (min-width: 992px) { 
	.banner-box .col-md-2 {
		width: 20%;
		padding-left: 5px;
		padding-right: 5px;
	}
}

@media (min-width: 1200px) {
	.product .col-md-3 {
		padding-left: 40px;
		padding-right: 40px;
	}
	.slide-certificate .col-md-3 {
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media (min-width: 992px) {
  .navbar-header {
    width: 100%;
  }
  .navbar-brand {
	float: left;
	height: 126px;
	padding: 40px 15px;
  }
  .navbar-default .navbar-menu > li:last-child > a {
  	margin-right: 0;
  }
  .navbar-default .navbar-nav > li > a {
  	padding: 31px 40px;
  	font-size: 18px;
  	/*margin: 0 30px;*/
  	color: #fff;
  	transition: all 0.5s;
  }
  .navbar-default .navbar-nav > li > a:hover {
  	font-size: 22px;
  }
  .navbar-menu li a {
  	transition: all 0.5s;
  }
  .navbar-menu li a:hover {
  	/*transform: scale(1.2);*/
  	font-size: 18px;
  }
  .navbar-category .dropdown-menu {
  	display: block;
  	position: absolute;
	  top: 100%;
	  left: 0;
	  z-index: 1000;
	  display: none;
	  min-width: 385px;
	  /*padding: 25px 40px;*/
	  padding: 25px 0;
	  margin: 0;
	  font-size: 18px;
	  /*border: none;*/
	  border-radius: 0;
	  box-shadow: none;
  }
  .navbar-category .dropdown-menu li a, .footer-category li a, .prouct-category-list li a {
  	transition: all 0.5s;
  }
  .navbar-category .dropdown-menu li a:hover, .footer-category li a:hover {
  	font-size: 20px;
  }
  .prouct-category-list li a:hover {
  	color: #000;
  }
  .prouct-category-list li a:after {
  	content: '';
  	display: block;
  	width: 0;
  	height: 1px;
  	position: absolute;
  	left: 0;
  	bottom: 0;
  	transition: all 0.5s;
  }
  .prouct-category-list li a:hover:after {
  	width: 100%;
  	background: #004293;
  }
  .navbar-category .dropdown-menu li {
  	padding: 0 40px;
  }
  .navbar-category .dropdown-menu > li > a {
  	display: block;
  	padding: 0;
  	line-height: 40px;
  	color: #000;
  	font-size: 18px;
  	background: url(../images/adv_icon02.png) no-repeat right center;
  	margin-bottom: 10px;
  	position: relative;
  }
  .navbar-category:hover .dropdown-menu {
  	display: block;
  }
  .navbar-category .dropdown-menu li:hover .navbar-category-son {
  	background-color: #fff;
  	display: block;
  	padding: 20px;
  }
  .navbar-category-son {
  	position: absolute;
  	left: 100%;
  	top: 0;
  	width: 500px;
  	height: 100%;
  	overflow-y: scroll;
  	display: none;
  }
  .navbar-category-son a {
  	display: block;
  	line-height: 30px;
  }
  .navbar-menu .dropdown-menu {
		position: absolute;
	    top: 100%;
	    left: 50%;
	    z-index: 1000;
	    display: none;
	    float: left;
	    min-width: 140px;
	    margin: 0;
	    font-size: 16px;
	    text-align: left;
	    list-style: none;
	    background-color: rgba(0, 0, 0, 0.48);
	    border: none;
	    border-radius: 0;
	    box-shadow: none;
	    color: #a1a1a1;
	    transform: translateX(-50%);
	}
	.navbar-menu .dropdown-menu li a {
		color: #fff;
		padding: 10px 0px;
	}
	.navbar-menu .dropdown-menu li a:hover {
		color: #fff;
		background-color: transparent;
	}
	.navbar-menu li:hover .dropdown-menu{
		display: block;
	}
  	.navbar-language:hover ul {
		display: block;
	}
	.navbar-language:hover .language-flag .caret{
		transform: rotate(180deg);
	}
	.slider-history .slick-slide {
		width: 12%;
		position: relative;
		outline: none;
		height: 400px;	
	}
	.slider-history span{
		position: relative;
		padding-left: 24px;
		font-size: 26px;
		line-height: 26px;
		font-weight: bold;
		color: #000;
		cursor: pointer;
	}
	.slider-history-text {
		font-size: 18px;
		line-height: 26px;
		color: #000;
		margin-top: 100px;
		width: 690px;
		display: none;
	}
	.slider-history span:before{
		content: '';
		display: block;
		width: 12px;
		height: 12px;
		background: #353535;
		border: 3px solid #a0a0a0;
		position: absolute;
		left: 0;
		top: 13px;
		border-radius: 50%;
	}
	.slider-history span:after {
		content: '';
		display: block;
		width: 1px;
		height: 60px;
		background: #000;
		position: absolute;
		left: 5px;
		top: 25px;
	}
	.slider-history .slick-center span{
		color: #004293;
		padding-left: 36px;
	}
	.slider-history .slick-center span:before{
		content: '';
		display: block;
		width: 24px;
		height: 24px;
		background: #fff;
		border: 5px solid #004293;
		position: absolute;
		left: 0;
		top: 2px;
		border-radius: 50%;
	}
	.slider-history .slick-center span:after {
		background: #004293;
		top: 25px;
		left: 11px;
	}
	.slider-history .slick-center .slider-history-text {
		display: block;
	}
	.slick-slide {
		outline: none;
	}
	.slider-history .slick-slide {
		margin-top: 144px;
	}
	.slider-history .slick-active{
		margin-top: 173px;
	}
	.slider-history .slick-active + .slick-active{
		margin-top: 200px;
	}
	.slider-history .slick-active + .slick-active + .slick-active {
		margin-top: 182px;
	}
	.slider-history .slick-current{
		margin-top: 97px !important;
	}
	.slider-history .slick-current + .slick-active {
		margin-top: 57px !important;
	}
	.slider-history .slick-current + .slick-active + .slick-active {
		margin-top: 94px;
	}
	.slider-history .slick-current + .slick-active + .slick-active + .slick-active{
		margin-top: 96px;
	}
	.slider-history .slick-prev {
		display: block;
		width: 40px;
		height: 20px;
		background: url(../images/com_icon04.png) no-repeat;
		text-indent: -9999px;
		position: absolute;
		left: -130px;
		top: 30%;
		transform: translateY(-50%);
		border: none;
	}
	.slider-history .slick-next {
		display: block;
		width: 40px;
		height: 20px;
		background: url(../images/com_icon05.png) no-repeat;
		text-indent: -9999px;
		position: absolute;
		right: -130px;
		top: 30%;
		transform: translateY(-50%);
		border: none;
	}
	.product-detail-con table *{
		font-size: 16px;
	}
}

@media (min-width: 992px) {
	.why .col-md-offset-1 {
    	margin-left: 12%;
	}
}

@media (min-width: 992px) and (max-width: 1600px) {
	.navbar-default .navbar-menu > li > a {
		padding: 31px 25px;
	  	margin: 0 10px;
	  	font-size: 16px;
	 }
}

@media (min-width: 992px) and (max-width: 1500px) {
	.navbar-default .navbar-menu > li > a {
		padding: 31px 20px;
	  	margin: 0 10px;
	  	font-size: 16px;
	  }
	 .why .slider-for .slick-prev {
	 	left: 28% !important;
	 }
	 .why .slider-for .slick-next {
	 	left: calc(28% + 125px) !important;
	 }
	 .index-title h2:before, .index-title h2:after{ 
	 		width: 36%;
	 }
	 .index-title-product h2:before , .index-title-product h2:after{
		width: 24%;
	}
}
@media (min-width: 992px) and (max-width: 1400px) {
	.navbar-default .navbar-menu > li > a {
		padding: 31px 10px;
	  	margin: 0 10px;
	  	font-size: 16px;
	  }
	.why .slider-for .slick-prev {
	 	left: 25% !important;
	 }
	 .why .slider-for .slick-next {
	 	left: calc(25% + 125px) !important;
	 }
	 .index-title-product h2:before , .index-title-product h2:after{
		width: 22%;
	}
}
@media (min-width: 992px) and (max-width: 1240px) {
	.navbar-default .navbar-nav > li > a {
	  	padding: 31px 10px;
	  	font-size: 16px;
	  }
	.navbar-default .navbar-menu > li > a {
		padding: 31px 0px;
	  	margin: 0 10px;
	  	font-size: 16px;
	  }
	  .index-title h2:before, .index-title h2:after{ 
	 		width: 30%;
	 }
	 .index-title-product h2:before , .index-title-product h2:after{
		width: 20%;
	}
}
@media (min-width: 992px) and (max-width: 1200px) { 
	.index-title-product h2:before , .index-title-product h2:after{
		width: 12%;
	}
	.why-text {
		height: 380px;
		overflow-y: scroll;
	}
}

@media (max-width: 991px) {
	body {
		padding-top: 82px;
	}
	::-webkit-scrollbar {
		height: 5px;
	}
	.form-control {
		font-size: 12px;
	}
	.container-fluid {
		width: 100%;
	}
	.navbar-brand {
	  float: left;
	  height: 50px;
	  padding: 13px 15px;
	}
	.navbar-brand img{
	  height: 24px;
	}
	.navbar-default .navbar-fixed-top {
		top: 80px;
	 }
	.navbar-icon {
		margin: 0;
		width: 100%;
		background: #000;
		color: #fff;
		line-height: 30px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.navbar-icon a{
		margin-right: 20px;
		color: #fff;
		line-height: 30px;
		float: left;
	}
	.navbar-icon a i{
		font-size: 16px;
		line-height: 30px;
		vertical-align: middle;
	}
	.navbar-search {
		margin-right: 20px;
	}
	.navbar-search i{
		font-size: 16px;
		line-height: 30px;
		vertical-align: middle;
	}
	.navbar-default .navbar-nav > li > a {
	  	font-size: 16px;
	}
	.navbar-default .navbar-collapse {
		background-color: rgba(0, 0, 0, 0.7);
	}
	.navbar-category , .navbar-menu{
		float: none !important;
	}
	.navbar-category .caret {
		border-top: 6px dashed;
	    border-top: 6px solid\9;
	    border-right: 6px solid transparent;
	    border-left: 6px solid transparent;
	    margin-top: 7px;
	}
	.navbar-category .open .dropdown-menu {
	    background-color: #fff;
	}
	.navbar-category .open .dropdown-menu > li > a,
	.navbar-nav .open .dropdown-menu .dropdown-header {
		padding: 5px 15px 5px 25px;
		color: #000;
	}
	.navbar-category .open .dropdown-menu > li > a {
		line-height: 20px;
		background: url(../images/adv_icon02.png) no-repeat 90% center;
		margin-bottom: 10px;
	}
	.navbar-category .open .dropdown-menu > li > a:hover,
	.navbar-category .open .dropdown-menu > li > a:focus {
	background-image: none;
	}
	.navbar-category .open .caret {
		transform:rotate(180deg);
	-ms-transform:rotate(180deg); /* Internet Explorer */
	-moz-transform:rotate(180deg); /* Firefox */
	-webkit-transform:rotate(180deg); /* Safari å’Œ Chrome */
	-o-transform:rotate(180deg); /* Opera */
	}
	.navbar-menu .dropdown i.fa-angle-down {
		position: absolute;
		right: 0;
		top: 10px;
		display: block;
		width: 20px;
		height: 20px;
		background-color: #000;
		color: #fff;
		line-height: 20px;
		text-align: center;
	}
	.navbar-menu .dropdown .open {
		display: block;
		position: static;
		width: 100%;
		float: none;
		background-color: rgba(0, 0, 0, 0.65);
		border: none;
		box-shadow: none;
	}
	.navbar-menu .dropdown .open a{
		color: #fff;
	}
	.about-box .about-tile h2{
		font-size: 20px;
		font-weight: bold;
		margin: 20px 0 10px;
		text-transform: uppercase;
	}
	.about-con b {
		font-size: 16px;
	}
	.banner {
		top: 0;
		overflow: hidden;
	}
	.single-item .slick-prev, .single-item .slick-next {
		width: 60px;
		height: 60px;
	}
	.single-item .slick-dots {
		bottom: 2%;
	}
	.banner-box {
		position: static;
		left: 0;
		bottom: 0;
		transform: translateX(0);
	}
	.banner-box .banner-item {
		margin-top: 30px;
		height: 230px;
		padding: 10px 10px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.banner-text {
		width: 100%;
	}
	.banner-text b {
		line-height: 20px;
	}
	.why-text b {
		font-size: 20px;
	}
	.product-page {
		margin-top: 30px;
	}
	.about {
		margin-top: 30px;
		padding: 30px 0;
	}
	.about .container:after {
		display: none;
	}
	.about-box .about-tile {
		text-align: center;
	}
	.about-box .about-tile h2{
		margin: 0 0 10px;
	}
	.about-con {
		margin-top: 20px;
	}
	.about-con p {
		font-size: 16px;
		line-height: 26px;
		color: #666;
	}
	.about-img {
		padding-left: 0;
	}
	.about-img a {
		position: static;
		right: 0;
		top: 0;
		transform: translateY(0);
		display: block;
		font-size: 16px;
		width: 56%;
		margin: 20px auto;
	}
	.index-title h2 {
		font-size: 24px;
	}
	.index-title h2:before,
	.index-title h2:after {
		display: none;
	}
	.slider-history:after{
		content: '';
		width: 100%;
		height: 1px;
		background: #999;
		position: absolute;
		left: 0;
		top: 92px;
		z-index: -1;
	}
	.slider-history .slick-list {
		width: 100%;
		margin: 0 auto;
	}
	.slider-history .slick-slide {
		position: relative;
		outline: none;
		height: 400px;	
	}
	.slider-history span{
		position: relative;
		font-size: 20px;
		line-height: 26px;
		font-weight: bold;
		color: #000;
		cursor: pointer;
		display: block;
		text-align: center;
	}
	.slider-history-text {
		font-size: 16px;
		line-height: 26px;
		color: #000;
		margin-top: 20px;
		display: none;
	}
	.slider-history span:after{
		content: '';
		display: block;
		width: 12px;
		height: 12px;
		background: #fff;
		border: 2px solid #999;
		border-radius: 50%;
		margin: 0 auto;
	}
	.slider-history .slick-center span{
		color: #004293;
		font-size: 24px;
	}
	.slider-history .slick-center span:after{
		content: '';
		display: block;
		width: 14px;
		height: 14px;
		background: #fff;
		border: 2px solid #004293;
		border-radius: 50%;
	}
	.slider-history .slick-center .slider-history-text {
		display: block;
	}
	
	.slider-history .slick-current{

	}
	.slider-history .slick-prev {
		display: block;
		width: 30px;
		height: 30px;
		border: none;
		background: #004293;
		border-radius: 50%;
		color: #fff;
	}
	.slider-history .slick-prev:after{
		content: '<';
		display: block;
		width: 30px;
		height: 30px;
		line-height: 28px;
		text-align: center;
		font-size: 24px;
		color: #fff;
		position: absolute;
		left: 0;
		top: 0;
		font-family: Consolas;
	}
	.slider-history .slick-next {
		display: block;
		width: 30px;
		height: 30px;
		border: none;
		background: #004293;
		border-radius: 50%;
		color: #fff;
	}
	.slider-history .slick-next:after {
		content: '>';
		display: block;
		width: 30px;
		height: 30px;
		line-height: 28px;
		text-align: center;
		font-size: 24px;
		color: #fff;
		position: absolute;
		left: 0;
		top: 0;
		font-family: Consolas;
	}
	.history {
		height: 300px;
	}
	.history:after {
		display: none;
	}
	.slider-history .slick-prev {
		left: 0;
		top: 20%;
	}
	.slider-history .slick-next {
		right: 0;
		top: 20%;
	}
	.slider-history .slick-center span {
		display: block;
		text-align: center;
	}
	.slider-history .slick-center span:before {
		left: 38%;
	}
	.slider-history .slick-center span:after {
		left: 41%;
	}
	.slider-history-text {
		width: 270px;
	    position: absolute;
	    left: 50%;
	    transform: translateX(-50%);
	}
	.slider-history .slick-slide {
		margin-top: 60px !important;
	}
	.why {
		background-image: none;
		background-color: #dfdfdf;
		overflow: hidden;
		height: auto;
		padding-top: 0;
	}
	.why .container {
		position: relative;
		height: auto;
	}
	.why:after , .why-title, .why-btn{
		display: none;
	}
	.why-text {
		padding-left: 0px;
		padding-top: 0px;
		margin-top: 30px;
	}
	.why .slider-nav {
		display: none;
		position: static;
	}
	.why  .slider-for .slick-prev i, .why  .slider-for .slick-next i {
		line-height: 60px;
	}
	.footer-con .col-md-3, .news-item{
		margin-bottom: 30px;
	}
	.about-info {
		padding-top: 30px;
	}
	.about-info .clearfix .pull-left, .about-info .clearfix .pull-right {
		width: 100%;
	}
	.about-histroy {
		background: #f8f8f8;
		padding: 40px 0;
	}
	.about-info .about-info-text {
		padding: 30px;
	}
	.development{
		background-color: #fff;
		padding: 30px;
		min-height: 1px;
	}
	.position {
		font-size: 16px;
	}
	.position a {
		margin: 0 5px;
	}
	.company {
		background-color: #fff;
		padding: 30px;
		min-height: 1px;
	}
	.product-list-item h3 {
		padding: 0 10px;
		font-size: 16px;
	}
	.product-show-info {
		margin-top: 30px;
		padding: 20px;
	}
	.product-show-btn {
		margin: 20px 0 0;
	}
	.product-show-btn a:nth-child(1){
		width: 100%;
		padding-left: 50px;
		margin-right: 10px;
		padding-right: 10px;
		margin-bottom: 20px;
	}
	.product-show-btn a:nth-child(2){
		width: 100%;
		padding: 0 10px;
	}
	.product-detail-form .btn-default {
		background: #ff6e00 url(../images/form_icon.png) no-repeat 62% center;
	}
	.slider-relate .slick-prev{
		width: 32px;
		height: 34px;
		background: url(../images/prod_icon07.png) no-repeat;
		left: 0;
		top: 50%;
		right: auto;
		z-index: 10;
	}
	.slider-relate .slick-next{
		width: 32px;
		height: 34px;
		background: url(../images/prod_icon08.png) no-repeat;
		top: 50%;
		right: 0;
		z-index: 10;
	}
	.search-close {
		display: block;
		width: 40px;
		height: 40px;
		text-align: center;
		line-height: 40px;
		background-color: #fff;
		border-radius: 50%;
		position: fixed;
		right: 30px;
		top: 30px;
		cursor: pointer;
		font-size: 26px;
	}
	.search-box form .form-control {
		width: 140px;
		height: 40px;
		padding: 20px 20px;
		font-size: 20px;
		background-color: #fff;
		border: none;
		color: #000;
	}
	.search-box form .btn-default {
		width: 40px;
		height: 40px;
	}
	.search-box form .btn-default i {
		font-size: 20px;
	}
	
	.why .slider-for .slick-prev {
		left: 0;
		top: 20%;
		width: 60px;
		height: 60px;
	}
	.why .slider-for .slick-next {
		left:  auto;
		right: 0;
		top: 20%;
		width: 60px;
		height: 60px;
	}
	.why-text b {
		text-align: center;
	}
	.banner-text b {
		font-size: 16px;
		margin-bottom: 0;
	}
	.banner-text p {
		display: none;
	}
	.slide-certificate .slick-prev {
		left: 0;
		z-index: 10;
	}
	.slide-certificate .slick-next {
		right: 0;
		z-index: 10;
	}
	.footer-form {
		height: 290px;
	}
	.navbar-language ul{
		display: none;
		position: fixed;
		left: 0;
		top: 0;
		z-index: 100;
		width: 60%;
		height: 100%;
		overflow-x: hidden;
		overflow-y: scroll;
		border: 1px solid #ccc;
		padding: 20px;
		background: #fff;
	}
	.navbar-language li {
		float: left;
		width: 100%;
		margin-right: 0;
	}
	.navbar-language li a{
		color: #333;
		padding-left: 10px;
	}
	.navbar-language-close {
		display: none;
		position: fixed;
		left: 62%;
		top: 0;
		z-index: 100;
		width: 30px;
		height: 30px;
		text-align: center;
		font-size: 24px;
		font-weight: bold;
		cursor: pointer;
		background: #fff;
		color: #333;
	}
	.navbar-icon .navbar-search {
		margin-right: 20px;
	}
	.navbar-search i {
		width: auto;
		height: auto;
	}
	.navbar-icon .navbar-search .search-form{
		display: none;
		position: absolute;
		left: 20px;
		top: 0;
		z-index: 10;
		width: 310px;
		height: 30px;
		border: 1px solid #0000;
	}
	.product-item img {
		width: 100%;
		height: 347px;
	}
	.index-certificate img {
		width: 100%;
		height: 376px;
	}
	.product-show-info h1{
		font-size: 18px;
		color: #004297;
		line-height: 30px;
		margin: 0 0 20px;
		padding-bottom: 20px;
		border-bottom: 1px solid #dcdcdc;
	}
	.product-detail .product-detail-title {
		font-size: 18px;
	}
	.product-relate-title {
		font-size: 20px;
	}
	.product-list-item .product-list-img {
		padding: 5px;
	}
	.product-list-item .product-list-img span {
		text-align: center;
		display: flex;
		justify-content: center;
		/*align-items: center;*/
		font-size: 16px;
		padding: 2px;
	}
	.product-list-item .product-list-img span:after {
		display: none;
	}
	.index-title {
		margin: 20px auto;
	}
	.about-histroy h2 {
		font-size: 18px;
		line-height: 30px;
	}
	.company h2 {
		margin-bottom: 20px;
	}
	.about-certificate {
		padding: 20px 0;
	}
	.development h2:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #626262;
    margin: 20px 0;
	}
	.product-detail {
		border-top: 1px solid #aeaeae;
		margin-top: 40px;
		padding: 20px 0;
	}
	.back-btn {
		display: block;
		width: 120px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		background: #00469b;
		color: #fff;
		margin: 0 auto 20px;
		font-size: 18px;
	}
	.product-detail-con {
		word-wrap: break-word;
	}
	.product-detail-form {
		margin: 0;
	}
	.product-detail-con table {
		width: 100% !important;
	}
	.product-detail-con img {
		max-width: 100% !important;
		width: auto !important;
		height: auto !important;
	}
	.product-detail-con table * {
		font-size: 14px;
	}
	.table-responsive>.table>tbody>tr>td, .table-responsive>.table>tbody>tr>th, .table-responsive>.table>tfoot>tr>td, .table-responsive>.table>tfoot>tr>th, .table-responsive>.table>thead>tr>td, .table-responsive>.table>thead>tr>th {
		white-space: normal;
		text-align: center;
	}
	.video-list-item h3 {
		font-size: 14px;
	}
	.video-list-item > div:after {
		background-size: 60px;
	}
}
@media (max-width: 768px) { 
	.product-item img {
		width: 100%;
		height: 268px;
	}
	.index-certificate img {
		width: 100%;
		height: 288px;
	}
}
@media (max-width: 640px) { 
	.product-list-item .product-list-img span{
		font-size: 14px;
	}
	.back-btn {
		font-size: 16px;
	}
	.video-list-item > div:after {
		background-size: 40px;
	}
	 .video-list-item h3 {
	 	font-size: 12px;
	}
	.product-item img {
		width: 100%;
		height: 134px;
	}
	.index-certificate img {
		width: 100%;
		height: 138px;
	}
}
@media (max-width: 320px) { 
	.product-item img {
		width: 100%;
		height: 98px;
	}
	.index-certificate img {
		width: 100%;
		height: 98px;
	}
	.why .slider-for .slick-prev, .why .slider-for .slick-next{
		top: 15%;
	} 
}


/* CSS for lens */
.cloudzoom-lens {
    border: 3px solid #888;
    width: 100px;
    height: 100px;
    box-shadow: -0px -0px 10px rgba(0,0,0,0.40);
    cursor: crosshair;
    background: #fff;
    z-index: 10;
}
/* CSS for zoom window. */
.cloudzoom-zoom {
    border: 1px solid #888;
    width: 500px;
    height: 200px;
    box-shadow: -0px -0px 10px rgba(0,0,0,0.40);
}
/* CSS for zoom window in 'inside' mode. */
.cloudzoom-zoom-inside {
    border: none;
    box-shadow: none;
}

/* CSS for captions */
.cloudzoom-caption {
    display: none; /* CSS captions should be hidden initially */
    text-align: left;
    background-color: #000;
    color: #fff;
    font-weight: bold;
    padding: 10px;
    font-family: sans-serif;
    font-size: 11px;
}

/* A blank image */
.cloudzoom-blank {
    background-image: url(blank.png);
}

/* The animated ajax loading image */
.cloudzoom-ajax-loader {
    background-image: url(ajax-loader.gif);
    width: 32px;
    height: 32px;
}

.bigimg{width:600px;position: fixed;left: 0;top: 0; right: 0;bottom: 0;margin:auto;display: none;z-index:9999;border: 10px solid #fff;}
.mask{position: fixed;left: 0;top: 0; right: 0;bottom: 0;background-color: #000;opacity:0.5;filter: Alpha(opacity=50);z-index: 98;transition:all 1s;display: none}
.imgbox:hover{cursor:zoom-in}
.mask:hover{cursor:zoom-out}
.bigimg:hover{cursor: move}
.mask>img{position: fixed;right:10px;top: 10px;width: 60px;}
.mask>img:hover{cursor:pointer}


/* swiper */
.index_layer .swiper-buttons {}

.index_layer .swiper-button-prev,
.index_layer .swiper-button-next {
	display: inline-block;
	letter-spacing: 0;
	width: 56px;
	height: 56px;
	line-height: 56px;
	font-size: 36px;
	color: #fff;
	background-color: #7ca8e5;
	border-radius: 50%;
	vertical-align: middle;
	opacity: 1;
	top: 0;
	bottom: 0;
	margin-top: auto;
	margin-bottom: auto;
	outline: none;
}

.index_layer .swiper-button-prev:not(.swiper-button-disabled):hover,
.index_layer .swiper-button-next:not(.swiper-button-disabled):hover {
	background-color: #7ca8e5;
	border-color: #7ca8e5;
	color: #fff;
}

.index_layer .swiper-button-prev {
	left: -28px;
}

.index_layer .swiper-button-next {
	right: -28px;
}

.index_layer .swiper-button-prev:before,
.index_layer .swiper-button-next:before {
	display: inline-block;
	vertical-align: top;
	-webkit-transform: scale(.6, 1);
	-ms-transform: scale(.6, 1);
	-o-transform: scale(.6, 1);
	transform: scale(.6, 1);
}

.index_layer .swiper-button-prev:before {
	content: '<';
}

.index_layer .swiper-button-next:before {
	content: '>';
}

.index_layer .swiper-button-next.swiper-button-disabled,
.index_layer .swiper-button-prev.swiper-button-disabled {
	opacity: .35;
}

.index_layer .swiper-button-next.swiper-button-disabled:before,
.index_layer .swiper-button-prev.swiper-button-disabled:before {
	color: #aaa;
}

.index_layer .swiper-pagination {
	display: none;
	position: static;
	text-align: center;
	padding: 45px 0 2px;
}
/* index_history */
.index_history {
    padding-top: 30px;
    max-width: 1920px;
    margin: 0 auto;
    background: url(../images/index_history_bg.jpg) no-repeat center center;
}
.index_layer {
    padding: 90px 0;
    font-size: 16px;
}
.index_history {
	padding-top: 30px;
	background-position: center;
	background-repeat: no-repeat;
	max-width: 1920px;
	margin: 0 auto;
}

.index_history .index_layer_bd {
	padding: 0 130px 0 80px;
	position: relative;
	background-repeat: no-repeat;
	background-position: center 0;
	background-image: url(../images/index_history_lines.png);
	flex-wrap: nowrap;
}

.index_history .index_layer_bd .layout {
	width: 100%;
	max-width: inherit;
	height: 400px;
	position: relative;
}

.index_history .history_slider {
	position: relative;
	z-index: 2;
	height: 580px;
	overflow: hidden;
}

.index_history .history_items {
	padding-top: 30px;
	align-items: flex-start;
	overflow: visible;
	height: auto;
	flex-wrap: nowrap;
	width: auto;
	justify-content: stretch;
}

.index_history .history_item {
	width: 12.5%;
	width: 200px;
	margin-top: 150px;
	float: left;
	overflow: visible;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.index_history .history_item .item_inner {}

.index_history .history_item .item_hd {
	position: relative;
}

.index_history .history_item .item_time {
	display: block;
	font-size: 26px;
	color: #000;
	font-weight: bold;
	position: absolute;
	left: 30px;
	top: -15px;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	cursor: pointer;
}

.index_history .history_item .item_line {
	display: block;
	width: 25px;
	position: relative;
}

.index_history .history_item .item_line:before {
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	background-color: #333;
	border: 3px solid #a0a0a0;
	border-radius: 50%;
	margin: 0 auto -2px;
	position: relative;
	z-index: 1;
}

.index_history .history_item .item_line:after {
	content: '';
	display: block;
	width: 1px;
	height: 60px;
	background-color: #333;
	margin: 0 auto;
}

.index_history .history_item .item_desc {
	width: 650px;
	font-size: 18px;
	position: absolute;
	left: 0;
	top: 100%;
	margin-top: 30px;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(80px);
	-ms-transform: translateY(80px);
	-o-transform: translateY(80px);
	transform: translateY(80px);
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.index_history .history_item .item_desc,
.index_history .history_item .item_desc a {
	color: #000;
}

.index_history .history_item_prev2 {
	margin-top: 153px;
}

.index_history .history_item_prev1 {
	margin-top: 180px;
}

.index_history .history_item_prev0 {
	margin-top: 203px;
}

.index_history .swiper-slide-active {
	margin-top: 155px;
}

.index_history .history_item_0 {
	margin-top: 95px;
}

.index_history .history_item_0 .item_line:after {
	height: 50px;
}

.index_history .history_item_1 {
	margin-top: 70px;
}

.index_history .history_item_2 {
	margin-top: 105px;
}

.index_history .history_item_3 {
	margin-top: 40px;
}

.index_history .history_item_3 .item_line:after {
	height: 100px;
}

.index_history .swiper-slide-active .item_time {
	color: #004297;
	top: -8px;
}

.index_history .swiper-slide-active .item_line:before {
	width: 14px;
	height: 14px;
	border: 5px solid #004297;
	background-color: #fff;
}

.index_history .swiper-slide-active .item_line:after {
	height: 65px;
	background-color: #004297;
}

.index_history .swiper-slide-active .item_desc {
	opacity: 1;
	visibility: visible;
	-webkit-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}

.index_history .swiper-button-prev,
.index_history .swiper-button-next {
	width: 130px;
	height: 60px;
	margin-top: -30px;
	top: 50%;
	bottom: auto;
	z-index: 5;
	background-position: center;
	background-repeat: no-repeat;
	background-color: rgba(255, 255, 255, .4);
	border-radius: 0;
}

.index_history .swiper-button-prev:hover,
.index_history .swiper-button-next:hover {
	background-color: rgba(255, 255, 255, 0) !important;
	/*box-shadow:0 0 20px rgba(124,168,229,.4);*/
}

.index_history .swiper-button-prev:before,
.index_history .swiper-button-next:before {
	display: none;
}

.index_history .swiper-button-prev {
	left: 0;
	background: url(../images/history_btn_prev.png) no-repeat center center;
}

.index_history .swiper-button-next {
	right: 0;
	background: url(../images/history_btn_next.png) no-repeat center center;
}

@media only screen and (max-width:992px) {

	/*index*/
	.index_layer_hd {
		padding-top: 20px;
	}
	.table_wrap{overflow-x:scroll;}

	.index_layer_hd .layer_hd_bg {
		font-size: 80px;
	}

	.slider_banner .banner_info {
		font-size: 16px;
	}

	.adv_items .adv_item {
		width: 50%;
	}

	.adv_items .adv_item .item_inner {
		padding: 30px 20px;
	}

	.index_history {
		padding: 40px 0 20px;
	}

	.index_history .index_layer_bd {
		padding: 0 80px;
	}

	.index_history .index_layer_bd:before {
		content: '';
		display: block;
		width: auto;
		height: 1px;
		background-color: #aaa;
		position: absolute;
		left: 20px;
		right: 20px;
		top: 45px;
	}

	.index_history .swiper-button-prev,
	.index_history .swiper-button-next {
		width: 30px;
		height: 30px;
		line-height: 30px;
		border-radius: 50%;
		background-image: none;
		bottom: auto;
		top: 0;
		margin-top: 30px;
		right: 10px;
		font-size: 24px;
		text-align: center;
	}

	.index_history .swiper-button-prev,
	.index_history .swiper-button-next,
	.index_history .swiper-button-prev:hover,
	.index_history .swiper-button-next:hover {
		background: #004293 !important;
	}

	.index_history .swiper-button-prev:before,
	.index_history .swiper-button-next:before {
		display: block;
	}

	.index_history .swiper-button-prev {
		left: 15px;
	}

	.index_history .swiper-button-next {
		right: 15px;
	}

	.index_history .swiper-button-next.swiper-button-disabled,
	.index_history .swiper-button-prev.swiper-button-disabled {
		opacity: 1;
		background: #d3e3f9 !important;
	}

	.index_history .swiper-button-next.swiper-button-disabled:before,
	.index_history .swiper-button-prev.swiper-button-disabled:before {
		color: #fff;
	}

	.index_history .index_layer_bd {
		background: none !important;
	}

	.index_history .index_layer_bd .layout {
		height: auto;
	}

	.index_history .history_slider {
		height: auto;
	}

	.index_history .history_items {
		padding-top: 0;
	}

	.index_history .history_item {
		margin-top: 0 !important;
		text-align: center;
	}

	.index_history .history_item .item_line:before,
	.index_history .history_item .item_line:after {
		display: none;
	}

	.index_history .history_item .item_line {
		display: block;
		width: 10px;
		height: 10px;
		border: 1px solid #333;
		background: #fff;
		border-radius: 50%;
		position: absolute;
		left: 50%;
		top: 40px;
	}

	.index_history .swiper-slide-active .item_line {
		width: 14px;
		height: 14px;
		top: 38px;
		border: 2px solid #004297;
	}

	.index_history .history_item .item_time {
		font-size: 18px;
		font-weight: normal;
		line-height: 30px;
		padding-bottom: 40px;
		display: block;
		position: static;
	}

	.index_history .swiper-slide-active .item_time {
		font-size: 20px;
	}

	.index_history .history_item .item_desc {
		font-size: 16px;
		position: static;
		width: auto;
		margin: 10px -100% 0;
	}

	.index_service .service_main {
		width: 100%;
		float: none;
		padding-bottom: 30px;
	}

	.index_service .service_thumbs {
		width: 100%;
		float: none;
	}

	.index_product .product_item {
		width: 50%;
	}

	.index_news .news_slider {
		margin: -10px;
	}

	.index_news .news_item {
		padding: 10px;
	}

	.index_news .news_item .item_inner {
		padding: 10%;
	}


}
	.foot-media li{
		  list-style: none;
		  float: left;
		  text-align: center;
		 /* margin-left:100px;*/
	}
	.foot-media li:nth-child(2){
		  margin-left:200px;
	}
	.foot-media li:nth-child(3){
		  margin-left:200px;
	}

  .foot-media2 li{
  	 list-style: none;
		  float: left;
		  text-align: center;
		  /*margin-left:px;*/
  }

  @media(min-width: 360px) and (max-width: 760px){ 

  	.list-unstyle li {
    list-style: none;
    float: left;
    margin-left: 60px!important;
}
    .foot-media li:nth-child(2){
		  margin-left:60px;
}
		  .foot-media li:nth-child(3){
		  margin-left:60px;
	}
}

  .foot-media2 li:nth-child(2){
  	margin-left:110px;
  }
   .foot-media2 li:nth-child(3){
  	margin-left:120px;
  }

  .foot-p p{
  	margin: 0px;!important
  }
  .copyright a {
  	color: #969696;
  }

.service-top-banner{background: #394fa2 url(../images/service-banner.jpg)  no-repeat center center / cover; min-height: 600px; color: #fff; padding: 30px 0 80px; overflow: hidden;}
.service-top-banner .breadcrumb{background: none; color: #fff; margin-bottom: 30px;}
.service-top-banner .breadcrumb a{color: #fff;}
.service-top-banner .breadcrumb span{margin: 0 5px;}
.service-top-banner .breadcrumb a:hover{color: #ef4646;}
.service-top-text{padding: 30px 0 50px; text-align: center;}
.service-top-til-img{ margin-bottom: 10px; padding: 0 20%;}
.service-top-til-img img{ margin: 0 auto;}
.service-top-til{ font-size: 34px;line-height: 48px; font-weight: bold; margin-bottom: 15px; display: flex; flex-wrap: wrap; justify-content: center ; font-family: Arial, Helvetica, sans-serif; color: #ff4b2b; background-image:-webkit-linear-gradient(top,#ff4b2b,#ff416c); -webkit-background-clip:text; -webkit-text-fill-color:transparent;}
.service-top-til span{ margin: 0 7px;}
.service-top-label ul{ display: flex; flex-wrap: wrap; justify-content: space-around; font-size: 26px; line-height: 46px; margin-bottom: 30px; color: #fff;}
.service-top-label li{ padding: 5px; text-align: center; margin-bottom: 28px;}
.service-top-label li div{display:block;width:147px;height:147px;border-radius:50%; overflow: hidden; position: relative;}
.service-top-label li div::before{display:block; content: ""; position: absolute; width: 100%; height: 100%; border: 1px solid #fff; border-radius: 50%;}
.service-top-label li div::after{display:block; content: ""; position: absolute; width: 100%; height: 100%; top: 0; left: 0; opacity: 0; transition:all .4s; background: #f45c43;
    background: -moz-linear-gradient(left,  #f45c43 0%, #eb3349 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#f45c43), color-stop(100%,#eb3349));
    background: -webkit-linear-gradient(left,  #f45c43 0%,#eb3349 100%);
    background: -o-linear-gradient(left,  #f45c43 0%,#eb3349 100%);
    background: -ms-linear-gradient(left,  #f45c43 0%,#eb3349 100%);
    background: linear-gradient(to right,  #f45c43 0%,#eb3349 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f45c43', endColorstr='#eb3349',GradientType=1 );}
.service-top-label li a{ position: relative; z-index: 1; display:block;padding-top:20px; height: 100%; color:#fff;}
.service-top-label li i{font-size:36px;cursor:default}
.service-top-label li p{margin:0 auto;width:4em;font-size:18px;line-height:28px}
@media(max-width: 999px){ 
    .service-top-label li p{font-size:16px;line-height:20px}
    .service-top-til-img{ padding: 0 10%;}
}
@media(min-width:760px){
    .service-top-label li i{font-size:44px}
    .service-top-label li div{width:130px;height:130px}
}
@media(min-width:1000px){
    .service-top-label li i{font-size:60px}
    .service-top-label li div{width:180px;height:180px}
    .service-top-label li a{padding-top:25px;}
}
@media(min-width:1200px){
    .service-top-label li div{width:210px;height:210px}
    .service-top-label li a{padding-top:50px;}
    .service-top-label li p{padding-top:1px;}
}
.service-top-label li div:hover::after{ opacity: 1;}

.service-top-banner .service-defa-btn { display: flex; justify-content: center ;}
.service-top-banner .service-defa-btn a{ margin: 0 15px;}

.service-defa-btn a{display: block; width: 150px; height: 46px; font-size: 16px; line-height: 46px; color: #fff; border-radius: 23px; text-align: center;
    background: #f45c43;
    background: -moz-linear-gradient(left,  #f45c43 0%, #eb3349 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#f45c43), color-stop(100%,#eb3349));
    background: -webkit-linear-gradient(left,  #f45c43 0%,#eb3349 100%);
    background: -o-linear-gradient(left,  #f45c43 0%,#eb3349 100%);
    background: -ms-linear-gradient(left,  #f45c43 0%,#eb3349 100%);
    background: linear-gradient(to right,  #f45c43 0%,#eb3349 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f45c43', endColorstr='#eb3349',GradientType=1 );}
.service-defa-btn:hover{color: #fff;}
.hover-slide{ position: relative; overflow: hidden;}
.hover-slide::before{ position: absolute; content: " "; top: 0; right: 100%; width: 300%; height: 100%; border-radius: 23px ; background: rgba(255,255,255,.3); transition: all .5s;}
.hover-slide:hover::before{  right: -300%;}

.service-defa-btn a.service-defa-btntr{ position: relative; display: inline-block;  background: none; border: 1px solid #fff; border-radius: 23px;}
.service-defa-btn a.service-defa-btntr span{ position: relative; }
.service-defa-btn a.service-defa-btntr::before{ position: absolute; content: " "; display: block; top: -1px; left: -1px; right: -1px; bottom: -1px; opacity: 0; border-radius: 23px; transition: all .3s; background: #f45c43;
    background: -moz-linear-gradient(left,  #f45c43 0%, #eb3349 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#f45c43), color-stop(100%,#eb3349));
    background: -webkit-linear-gradient(left,  #f45c43 0%,#eb3349 100%);
    background: -o-linear-gradient(left,  #f45c43 0%,#eb3349 100%);
    background: -ms-linear-gradient(left,  #f45c43 0%,#eb3349 100%);
    background: linear-gradient(to right,  #f45c43 0%,#eb3349 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f45c43', endColorstr='#eb3349',GradientType=1 );}
.service-defa-btn a.service-defa-btntr:hover::before{ opacity: 1;}




.service-index-text a{display: block; width: 150px; height: 46px; font-size: 16px; line-height: 46px; margin: 20px auto; color: #fff; border-radius: 23px; text-align: center;
    background: #f45c43;
    background: -moz-linear-gradient(left,  #f45c43 0%, #eb3349 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#f45c43), color-stop(100%,#eb3349));
    background: -webkit-linear-gradient(left,  #f45c43 0%,#eb3349 100%);
    background: -o-linear-gradient(left,  #f45c43 0%,#eb3349 100%);
    background: -ms-linear-gradient(left,  #f45c43 0%,#eb3349 100%);
    background: linear-gradient(to right,  #f45c43 0%,#eb3349 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f45c43', endColorstr='#eb3349',GradientType=1 );}

.service-container{background: #fff;}

.service-head{ padding: 70px 0 30px; text-align: center;}
.service-til{font-size: 32px; line-height: 56px; color: #333333; margin-bottom: 10px;}
.service-desc{ font-size: 22px; line-height: 38px; color: #333333; margin-bottom: 5px;}
.service-text{ font-size: 16px; line-height: 30px; color: #555555;}

.service-credit{ background: #fff; padding: 50px 0;}
.service-credit-til{  font-size: 38px; font-weight: bold; line-height: 56px; margin-bottom: 10px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.service-credit-tex{ font-size: 16px; line-height: 32px; color: #555555; margin-bottom: 10px; max-height: 64px; display: -webkit-box;  -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; text-overflow: ellipsis;}
.service-credit-label{ padding: 20px 0 20px;}
.service-credit-label li{ padding-top: 20px; color: #555; margin-bottom: 30px;}
.service-credit-label-til { line-height: 50px;}
.service-credit-label-til b{ font-size: 100px; font-style: italic; padding-right: 5px; font-family: Arial, Helvetica, sans-serif; background-image:-webkit-linear-gradient(right,#eb3349,#f45c43); -webkit-background-clip:text; -webkit-text-fill-color:transparent;}
.service-credit-label-til span{ font-size: 24px;}
.service-credit-label-tex{ font-size: 24px}
@media(min-width: 1000px) and (max-width:1199px){ 
    .service-credit-tex{ margin-bottom: 20px;}
    .service-credit{ padding: 80px 0 60px;}
}
@media(min-width: 1200px){ 
    .service-credit-tex{ margin-bottom: 40px;}
    .service-credit{ padding: 100px 0 80px;}
}
.service-info{ color: #333; background: #fff; overflow: hidden;}
.service-info-main{ position: relative;}
.service-info-bg{ background:  #394fa2 no-repeat center center / cover; position: absolute; top: 0; width: 50%; height: 100%;}
.service-info-bg1{ background-image: url(../images/service-info-bg1.jpg); left: 0;}
.service-info-bg2{ background-image: url(../images/service-info-bg2.jpg); right: 0;}
.service-info-bg3{ background-image: url(../images/service-info-bg3.jpg); right: 0;}
.service-info-bg4{ background-image: url(../images/service-info-bg4.jpg); left: 0;}
.service-info-repair{ background:  #394fa2  url(../images/service-info-bg5.jpg) no-repeat center center / cover; padding: 90px 0;}
.service-info-main2 .service-info-list{ flex-direction: row-reverse; }
.service-info-list { display: flex; flex-wrap: wrap;}
.service-info-main li{ padding: 70px 0;}
.service-info-repair .service-info-list ul{ display: flex; flex-wrap: wrap; justify-content: space-between;}
.service-info-repair li{ margin-bottom: 30px;}
.service-info-list-white{ color: #fff;}
.service-info-list hr{ background: #333; color: #333; margin: 20px 0;}
.service-info-list-white hr{ background: #fff; color: #fff;}
.service-info-list-main{ border: 1px solid #fff; padding: 50px;}
.service-info-list-til{ font-size: 28px; line-height: 42px; font-weight: bold; margin-bottom: 10px;}
.service-info-list-tex{ font-size: 16px; line-height: 32px; margin-bottom: 10px; min-height: 128px;}
.service-info-list-main .service-info-list-tex{ min-height: auto;}
.service-info-list-btn { min-height: 50px;}
.service-info-list-btn a{display: block; width: 150px; height: 40px; font-size: 16px; line-height: 40px; overflow: hidden; margin: 10px 0; transition: all .3s; color: #fff; border-radius: 23px; text-align: center;
    background: #f45c43;
    background: -moz-linear-gradient(left,  #f45c43 0%, #eb3349 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#f45c43), color-stop(100%,#eb3349));
    background: -webkit-linear-gradient(left,  #f45c43 0%,#eb3349 100%);
    background: -o-linear-gradient(left,  #f45c43 0%,#eb3349 100%);
    background: -ms-linear-gradient(left,  #f45c43 0%,#eb3349 100%);
    background: linear-gradient(to right,  #f45c43 0%,#eb3349 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f45c43', endColorstr='#eb3349',GradientType=1 );}
.service-info-list-btn:hover a{  width: 150px; height: 40px;}
@media(max-width: 759px){ 
    .service-info-list-tex{ min-height: auto;}
}
@media(min-width: 1000px) and (max-width:1199px){ 
    .service-info-list-main1{ padding: 50px;}
    .service-info-list-btn a{ margin-top: 10px; width: 30px; height: 5px;}
    .service-info-list-main .service-info-list-tex{ min-height: 96px;}
}
@media(min-width: 1200px){ 
    .service-info-list-main1{ width: 350px;}
    .service-info-list-main2{ margin-left: 120px;}
    .service-info-list-btn a{ margin-top: 20px; width: 40px; height: 10px;}
}

.service-quality{ background: #fff url(../images/service-quality.jpg) repeat-x center bottom; padding: 50px 0 100px; overflow: hidden;}
.special-quality-main{max-width: 470px; margin: 0 auto;  text-align: center; }
.service-quality-desc{ margin-bottom: 60px; padding-left: 10px; padding-right: 10px; position: relative; z-index: 1;}
.service-quality-til{ font-size: 34px; line-height: 32px; font-weight: bold; color: #333; margin-bottom: 30px;}
.service-quality-tex{ font-size: 18px; line-height: 36px; color: #555;}
.service-quality-btn{ display: block; width: 120px; font-size: 16px; font-weight: bold; line-height: 42px; margin: 0 auto; border-radius: 25px; text-align: center; color: #ff464c; background: #fff;}
.special-quality-btn .service-defa-btn{ display: flex; justify-content: space-between;}
@media(min-width: 1000px){ 
    .service-quality-desc{ padding-top: 180px;}
    .special-quality-main .service-defa-btn a{ width: 200px;}
}
@media(min-width: 580px) and (max-width:999px){ 
    .service-quality{ position: relative; min-height: 600px; padding: 50px 0 100px; background-position-y: -90px;}
    .service-quality-desc{ padding-top: 50px;}
    .service-quality::before,.service-quality::after{ position: absolute; content: " "; display: block; background: #fff no-repeat center bottom; bottom: 0px; width: 100%; height: 100%;}
    .service-quality::before{ background: #fff  url(../images/service-quality-bg1.jpg) no-repeat right -90px;  right: 50%; margin-right: 270px;}
    .service-quality::after{ background: #fff  url(../images/service-quality-bg2.jpg) no-repeat left  -90px;  left: 50%; margin-left: 270px;}
}
@media(min-width: 1000px) and (max-width:1920px){ 
    .service-quality{ background: #fff url(../images/service-quality-bg.jpg) no-repeat center bottom; min-height: 800px; padding: 50px 0 100px;}
}
@media(min-width: 1921px){ 
    .service-quality{ position: relative; min-height: 800px; padding: 50px 0 100px;}
    .service-quality::before,.service-quality::after{ position: absolute; content: " "; display: block; background: #fff no-repeat center bottom; bottom: 0px; width: 700px; height: 100%;}
    .service-quality::before{ background: #fff  url(../images/service-quality-bg1.jpg) no-repeat left bottom;  left: 0%;}
    .service-quality::after{ background: #fff  url(../images/service-quality-bg2.jpg) no-repeat right bottom;  right: 0%;}
}


@media (max-width: 999px) { 
    .service-top-banner{ min-height: 200px;}
    .service-top-banner .breadcrumb{ margin-bottom: 15px;}
    .solution-til{ font-size: 32px;}
    .weekly-info-main dd{ position: relative; width: 100%;}
}

@media (max-width: 559px) { .line-big .xsm1, .line-big .xsm10, .line-big .xsm11, .line-big .xsm12, .line-big .xsm2, .line-big .xsm3, .line-big .xsm4, .line-big .xsm5, .line-big .xsm6, .line-big .xsm7, .line-big .xsm8, .line-big .xsm9 { min-height: 1px; padding-right: 15px; padding-left: 15px; }
  .show-sm { display: block; }
  .xsm1, .xsm10, .xsm11, .xsm12, .xsm2, .xsm3, .xsm4, .xsm5, .xsm6, .xsm7, .xsm8, .xsm9 { float: left; }
  .xsm12 { width: 100%; }
  .xsm11 { width: 91.66666667%; }
  .xsm10 { width: 83.33333333%; }
  .xsm9 { width: 75%; }
  .xsm8 { width: 66.66666667%; }
  .xsm7 { width: 58.33333333%; }
  .xsm6 { width: 50%; }
  .xsm5 { width: 41.66666667%; }
  .xsm4 { width: 33.33333333%; }
  .xsm3 { width: 25%; }
  .xsm2 { width: 16.66666667%; }
  .xsm1 { width: 8.33333333%; }
  
    .service-info-bg{ display: none;}
    .service-info-list-bg1{ background: #394fa2 url(../images/service-info-bg1.jpg) no-repeat center center / cover;}
    .service-info-list-bg2{ background: #394fa2 url(../images/service-info-bg2.jpg) no-repeat center center / cover;}
    .service-info-list-bg3{ background: #394fa2 url(../images/service-info-bg3.jpg) no-repeat center center / cover;}
    .service-info-list-bg4{ background: #394fa2 url(../images/service-info-bg4.jpg) no-repeat center center / cover;}
}

@media (max-width: 400px) { .line-big .xmm1, .line-big .xmm10, .line-big .xmm11, .line-big .xmm12, .line-big .xmm2, .line-big .xmm3, .line-big .xmm4, .line-big .xmm5, .line-big .xmm6, .line-big .xmm7, .line-big .xmm8, .line-big .xmm9 { min-height: 1px; padding-right: 15px; padding-left: 15px; }
  .show-sm { display: block; }
  .xmm1, .xmm10, .xmm11, .xmm12, .xmm2, .xmm3, .xmm4, .xmm5, .xmm6, .xmm7, .xmm8, .xmm9 { float: left; }
  .xmm12 { width: 100%; }
  .xmm11 { width: 91.66666667%; }
  .xmm10 { width: 83.33333333%; }
  .xmm9 { width: 75%; }
  .xmm8 { width: 66.66666667%; }
  .xmm7 { width: 58.33333333%; }
  .xmm6 { width: 50%; }
  .xmm5 { width: 41.66666667%; }
  .xmm4 { width: 33.33333333%; }
  .xmm3 { width: 25%; }
  .xmm2 { width: 16.66666667%; }
  .xmm1 { width: 8.33333333%; }
}
@media(min-width: 560px) and (max-width:660px){
    
}
@media(min-width: 560px) and (max-width:759px) { 
    .special-report-desc{ padding: 10px;}
    .special-report-til{ margin-bottom: 2px;}
    .special-report-tex{ line-height: 24px;}
    .group-news-hotlist-main a{ display: flex;}
    .group-news-hotlist-img{ flex-grow: 0; flex-shrink: 0; width: 45%;}
    .group-news-hotlist-desc{ width: 55%; padding: 0 25px; display: flex; flex-direction: column; justify-content: center; }
}
@media (max-width:759px) { 
    .group-news-hotlist{ padding-top: 50px;}
    .special-report-desc{ position: relative; height: auto; opacity: 1; padding: 25px;}
}

@media(min-width: 760px) and (max-width:999px) { 
    .special-report-desc{ padding: 15px;}
}

@media (max-width:599px){ 
    
}

@media(min-width: 600px) and (max-width:700px){ 
    
}
@media(min-width: 650px) and (max-width:700px){ 
    
}

@media(min-width: 760px){ 
    .news-top-text{padding: 30px 0 150px;}
    .group-news-hotlist-img{ position: relative;}
    .group-news-hotlist-img img{ position: absolute; bottom: 0; width: 100%; box-shadow: 0px 0px 5px rgba(0,0,0,0.5);}
}

@media(min-width: 1000px) and (max-width:1199px){ 
    .special-report-desc{ padding: 20px;}
    .weekly-info-til{ margin-bottom: 5px;}
    .weekly-info-tex a{ line-height: 32px;}
    .weekly-info-btn a{ margin-top: 10px; width: 30px; height: 5px;}
}
@media(min-width: 1200px){ 
    .weekly-info-til{ margin-bottom: 15px;}
    .weekly-info-tex a{ line-height: 36px;}
    .weekly-info-btn a{ margin-top: 20px; width: 30px; height: 5px;}
}

.list-unstyle li{
	list-style: none;
	float: left;
	margin-left: 50px;
}


.wenhua p{
        font-size: 16px;
        color: #333;
        margin: 10px;

      }

.wenhua h4{
        margin:10px 10px 10px 10px;
      }

@media(min-width: 300px) and (max-width:760px){ 
	     .line-big .xm6{
        list-style: none;
        width:  80% !important;
        margin: 20px;
      }

      .line-big .xm4{
         list-style: none;
         width:  80%!important;
         margin: 20px;
      }
      .conta-us{
        padding: 5px 20px 15px;
        background: #f1f1f1;
        width: 100%;
        height: 100%;
      }
      .sale-part{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
      }

      .contact-media li{
        margin-left: 50px!important;
      }
      .contact-media li:nth-child(2){
        margin-left: 70px!important;
      }
   }

   @media(max-width: 2560px) and (min-width: 1950px) {
    .foot-media li:nth-child(1) {
        margin-left: 70px !important;
    }


    .foot-media li:nth-child(2) {
        margin-left: 250px !important;
    }

    .foot-media li:nth-child(3) {
        margin-left: 250px !important;
    }

    .foot-media2 li:nth-child(2) {
        margin-left: 180px !important;
    }

    .foot-media2 li:nth-child(3) {
        margin-left: 180px !important;
    }

    .contact-media li {
        margin-left: 115px !important;
    }

}

 @media(max-width: 2080px) and (min-width: 1949px) {
    .foot-media2 li:nth-child(3) {
        margin-left: 120px !important;
    }

    .foot-media li:nth-child(3) {
        margin-left: 190px !important;
    }

}