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.48);
	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: 15px 0 10px;
}
.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: 44px;
	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: 48px;
	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: 18px;
	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: 48px;
	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: 'Our subsidiary company';
}
.why .slider-for .slick-dots li:nth-child(2):after {
	content: 'Professional website';
}
.why .slider-for .slick-dots li:nth-child(3):after {
	content: 'Our services';
}
.why .slider-for .slick-dots li:nth-child(4):after {
	content: 'Our strength';
}
.why .slider-for .slick-dots li:nth-child(5):after {
	content: 'We are in China';
}
.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: 90px;
	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>li {
	margin: 0 5px;
}
.pagination>li>a, .pagination>li>span {
	border: none;
	font-size: 16px;
}
.pagination li.thisclass > a, .pagination>li>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 20px;
	}
	.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%;
	}

}