/****** PLACE YOUR CUSTOM STYLES HERE ******/
@import url("../fonts/iconfont/iconfont.css"); 

.height-40{height:40vh;}
.btn-grey{background:#f5f5f5;color:#777;border-color:#f5f5f5;min-width: 40px;}
.btn-grey:hover{border-color:#777; color:#777;background:#fff;}
.btn-grey:visited:hover{border-color:#777; color:#777;background:#fff;}
.pageHome nav.transparent.fixed .nav-bar{
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.06);
}
.pageHome .icon-tabs .tab-title span{color:#292929;text-transform: none;}
.pageHome .icon-tabs .tab-title:hover span,.pageHome .icon-tabs .tab-title:hover i{color: #003176;
    opacity: 1;}
.pageHome .nav-container{position:relative;}
.pageHome .projects .outer{ 
	position: relative;
    z-index: 3;
	max-width:1400px;
	padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.pageHome .logo-carousel{position:relative;}
.pageHome .logo-carousel img{max-height:initial;border-radius: 2px;}
.pageHomeAbout{
	font-size: 16px;
    line-height: 26px;
    font-weight: 400;
	font-family:"Raleway","PingFang SC","Microsoft YaHei","Helvetica Neue","Hiragino Sans GB","WenQuanYi Micro Hei",Arial,sans-serif;
}
.pageHomeAbout p{margin:0;}
.pageHomeAbout span.enlargeFirstLetter{
    display: inline-block;
    vertical-align: top;
}
.pageHomeAbout p.enlargeFirstLetter::first-letter{
	font-size:120%;
	font-weight:600;
}
.pageMedia .post-image-link{display:block;text-align:center;}
.pageCompany .tab-content{text-align:left;}
.pageCompany .button-tabs .tabs li{/* width:33.333%; */}
.pageCompany .about_main{text-align:center;}
.pageCompany .about_main .about_main_content{text-align:left;}
.pageCompany .about_brand{text-align:center;}
.pageCompany .about_brand .about_brand_content{text-align:left;}
.pageCompany .about_avantage{text-align:center;}
.pageCompany .about_avantage .about_avantage_content{text-align:left;}
.pageGoodshow .post-image{  text-align:center;}
.pageGoodshow .post-image img{max-height:500px;}
.pageGoodshow .post-content{text-align:center;}
.pageGoodshow .post-related-video{
	text-align: center;
    margin-bottom: 40px;
}
.pageCollege .accordion li.active .content{padding:20px;}
.GoodsList .btn-lg{
	padding: 0 15px;
}
.GoodsList h5{
	height:48px;
	overflow: hidden;
	text-overflow: ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
}

.col-5-1{width:20%;display: inline-block;float: left;padding:0 1px;}
.col-5-2{width:20%;display: inline-block;float: left;padding:0 1px;}

.contactInfo p strong{/* display:inline-block; *//* width: 85px; */}
.categorySwitch {
  overflow: hidden;
  display: flex;
  /* flex-wrap: nowrap; */
  overflow-x: auto;
}
.categorySwitch li a{
  float: left;
  margin-right: 32px;
  cursor: pointer;
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  border: 2px solid #003176;
  padding: 3px 24px;
  /* height: 40px; */
  min-width: 150px;
  /* line-height: 36px; */
  /* font-size: 12px; */
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 0;
  color: #003176;
  text-align: center;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  margin-right: 15px;
  margin-bottom: 15px;
  /* height: 30px; */
  /* font-size: 11px; */
  /* line-height: 27px; */
  min-width: 0;
  border-color: rgba(255, 255, 255, 0);
  opacity: .7;
  border-radius: 25px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  border-color: #003176;
}
.categorySwitch li a:hover{
  opacity: 1;
}
.categorySwitch li {
  /* float:left; */
  display: flex;
  flex-direction: column;
  /* font-size: 16px; */
  justify-content: center;
  align-items: center;
  /* width: 88px; */
  flex-basis: 100px;
  flex-shrink: 0;
  white-space: nowrap;
}
.categorySwitch li.active a{
	opacity: 1;
}
.categorySwitch li:last-child {
  margin-right: 0;
}
.footer-1 .widget a{color:#666;}
.footer-1 .widget a:hover{color:#333;}
.footer-info li a .icon{
	font-size: 26px;
	color: #666;
}
.footer-info li a:hover .icon{
	color: #333;
}
.footer-shop li a .icon{
    font-size: 50px;
    display: block;
}
.footer-contact li:last-child{margin-top:10px;/* white-space: nowrap; */}
.footer-barcode li{margin:8px 0;}
.footer-barcode a span{font-weight:normal;font-size:12px;line-height: 16px;display: block;color: #666;margin-top: 5px;}
#jjrcselect-box p{height:52px;}
.language-switch{
	display:flex;
	align-items: center;
	height: 100%;
}
.language-switch .flag-cn,.language-switch .flag-en{
	width: 22px;
	height: 22px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	border-radius: 100%;
	display: block;
	/* vertical-align: middle; */
	/* margin-top: -5px; */
	/* line-height: 53px; */
	background-image: url(../img/china.png);
	text-indent: -9999px;
	position:relative;
}
.language-switch .flag-cn span,.language-switch .flag-en span{
	position:absolute;
	display: inline-block;
	height: 46px;
	text-align: left;
	top: -8px;
	left: 30px;
	width: 100px;
	font-size: 13px;
	color: #999;
}
.language-switch .flag-en{
	background-image: url(../img/uk.png);
}
.module.widget-handle{border-left:1px solid #fff;}
.language.widget-handle a span{font-size:12px;margin-left:4px;text-transform:initial;letter-spacing:0;}
.tutorial-list{}
.tutorial-list li{
	display:
	flex;
	align-items: center;
	height: 60px;
	background: #f9f9f9;
	margin-bottom: 10px;
	padding: 0 20px;
}
.tutorial-list li .content{
	margin-left:auto;
}
.tutorial-list li .content .btn{
	margin:0;
}
/*///////////////////////////////////*/
.image-caption > a{
  position: relative;
  display:block;
}
.image-caption .caption h4 {
  position: relative;
  z-index: 4;
  margin: 0;
  color: #fff;
  text-align: center;
}
.image-caption .caption h4:after{
  font-family: 'themify';
  content: "\e628";
  font-size:18px;
  margin-left:4px;
  display: inline-block;
    	-webkit-transition: transform 1s ease-out;
	-moz-transition: transform 0.3s ease-out;
	-ms-transition: transform 0.3s ease-out;
	-o-transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
}
.image-caption > a:hover .caption h4:after{
         -webkit-transform: translateX(4px);
            -moz-transform: translateX(4px);
            -ms-transform: translateX(4px);
            -o-transform: translateX(4px);
            transform: translateX(4px);
		
}
.image-caption .caption:before{
    	-webkit-transition: transform 1s ease-out;
	-moz-transition: transform 0.3s ease-out;
	-ms-transition: transform 0.3s ease-out;
	-o-transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
}
.image-caption > a:hover .caption:before{background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(34, 34, 34,0.9) 100%);
  /* FF3.6+ */background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(34, 34, 34, 0.9)));
  /* Chrome,Safari4+ */background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(34, 34, 34, 0.9) 100%);
  /* Chrome10+,Safari5.1+ */background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(34, 34, 34,0.9) 100%);
  /* Opera 11.10+ */background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(34, 34, 34, 0.9) 100%);
  /* IE10+ */background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(34, 34, 34, 0.9) 100%);
  /* W3C */filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#e6222222', GradientType=0);
  /* IE6-9 */}

.homeNews .feature .feature_img{
	
position: relative;
	
overflow: hidden;
	
width: 100%;
	
padding-bottom: 66.666666666%;
	
overflow: hidden;
	
height: 0;
	
background-size: cover;
	
background-position: center;
	
background-repeat: no-repeat;
}
.homeNews .feature .feature_img a:before
{
	content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #171f32;
    opacity: 0;
    display: block;
    transition: all .8s ease;
    z-index: 1;
}
.homeNews .feature:hover .feature_img a:before{
	opacity: 0.4;
}
.homeNews .feature .feature_img img{
	display:none;
}
.text-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.bg-jjrc {
  background: #0d3266;
}
.bg-jjrc .button-tabs .tab-title span{
	color:#fff;
}
.bg-jjrc .button-tabs .tab-title{
	background: rgba(59,123,154);
}
.bg-jjrc .button-tabs .active .tab-title{
	background: rgba(120,217,198);
}
.bg-jjrc .button-tabs .active .tab-title span{
	color: #222;
}
.contactForm li img{
	max-width:40%;
}
.contactForm h5:before{
	font-family: 'themify';
	content:"\e649";
	position:absolute;
	right:16px;
	font-size:16px;
}
.contactForm .accordion-2 h5:before{
	content:none;
}
.owl-carousel .owl-prev {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 40%;
    margin-left: 15px;
    display: block !important;
    border: 2px solid #003176!important;
    border-radius:50%!important;
    opacity:.7;
}

.owl-carousel .owl-next {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 40%;
    right: 15px;
    display: block !important;
    border: 2px solid #003176!important;
    border-radius:50%!important;
    opacity:.7;
}
.owl-carousel .owl-prev:hover,.owl-carousel .owl-next:hover{opacity:1;}
.owl-theme .owl-nav [class*=owl-]:hover{
	background:#003176;
}
.owl-carousel .owl-prev:hover i,.owl-carousel .owl-next:hover i{opacity:1;	color:#fff;}
.owl-carousel owl-prev i,.owl-carousel  .owl-next i {transform : scale(1,6); color:#003176; font-weight:700;}
#carousel-custom-dots{
	overflow: hidden;
	display: flex;
	flex-wrap: nowrap;
	overflow-x:auto;
}
#carousel-custom-dots .owl-dot{
	float:left;
	cursor:pointer;
	padding: 0 20px 10px;
	border-bottom: 3px solid #003176;
	position: relative;
	width: 100px;
	flex-shrink: 0;
}
#carousel-custom-dots .owl-dot:after{
	content:"";
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -10px;
	width: 20px;
	height: 20px;
	display: block;
	background: #fff;
	z-index: 2;
	border-radius: 50%;
	border: 2px solid #003176;
}
#carousel-custom-dots .owl-dot.active{
	font-weight:600;
}
#carousel-custom-dots .owl-dot.active:after{
	content:"";
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -10px;
	width: 20px;
	height: 20px;
	display: block;
	background: #003176;
	z-index: 2;
	border-radius: 50%;
	border: 2px solid #003176;
}
.owl-history .slides a{
	padding: 60px 32px 40px;
	border: 1px solid #ccc;
	overflow: hidden;
	border-radius: 5px;
	box-shadow: 1px 3px 5px #e3e3e3;
	display: block;
	position:relative;
}
.owl-history .slides li{
	margin:0 10px;
}
.owl-history .slides a span{
	position:absolute;
	right:32px;
	top: 16px;
	font-size:22px;
}
.owl-history .slides a p{
	color:#666;
	padding:10px 10px 0 10px;
	margin:0;
}
.flex-direction-nav a{
    width: 40px;
    height: 40px;
    border: 2px solid #003176;
    border-radius: 50%;
    text-align: center!important;
    opacity: .7;
}
 .flex-direction-nav a.flex-prev{
	 left:0;
 }
 .flex-direction-nav a.flex-next{
	 right:0;
 }
.flex-direction-nav a:before{color: #003176!important;line-height: 1.8!important;font-size: 20px!important;}
.flex-direction-nav a:hover{
	background: #003176;
	opacity: 1;
}
.flex-direction-nav a:hover:before{
	color: #fff!important;
}
 .flex-control-nav li a{
	 border: 2px solid #003176;
 }
 .flex-control-paging li a.flex-active{
	 background: #003176;
	}
.homeOtherLink .inner-title .title p{
	padding:0 30px;
}
.companyCultrue .feature:hover {
	
background: #003176;
}
.companyCultrue .feature:hover i,.companyCultrue .feature:hover h5,.companyCultrue .feature:hover p{
color:#fff;
}
.pageSupport .accordion-2 .title{
	border:0;
	padding: 0;
	opacity: 1;
	font-size: inherit;
}
.pageSupport .accordion-2 .title:before{
	line-height: inherit;
    position: absolute;
    right: 16px;
    font-size: 16px;
}
.text-ellipsis-3{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.image-bg.light-bg p, .image-bg.light-bg span, .image-bg.light-bg li,
.image-bg.light-bg h2, .image-bg.light-bg h3, .image-bg.light-bg h5
{
	color:inherit;
}
.image-bg.light-bg hr{
	border-color:inherit;
}
.homeAboutLogo img{
	width:300px;
}
.menu > li ul{
	width:250px;
}
.menu > li > ul li a{
	font-size:13px;
}
/*///////////////////////////////////*/
@media (min-width: 991px){
	select.col-md-6{
		margin-left: 1%;
		width:49%;
	}
}

@media all and (max-width: 768px) {
	.image-slider.height-70 .slides li{
		height:50vh;
	}
	.language-switch{
		height:46px;
	}
	.language-switch .flag-cn,.language-switch .flag-en{
		text-indent: initial;
	}
	.pageHome .projects .background-image-holder{
		background-position: 0% 50% !important;
	}
	.homePageCategories{
		padding:0px 0 0 0;
	}
	.homePageHelp{
		padding-bottom: 30px;
	}
	.pageHomeAbout{
		font-size: 14px;
	}
	.pageCompany .button-tabs .tab-title{/* min-width:100px; */}
	.pageCompany .button-tabs .tabs li{margin-bottom:0;}
	
	.col-5-1{width:50%;padding:0 1px 1px 1px;}
	.col-5-2{width: 33.3333%;padding:1px 1px 0 1px;}
	.categorySwitch li a{
		padding: 2px 20px;
		font-size: 13px;
		/* font-weight: normal; */
	}
	.footer-1 .footer-info img{margin-top: 0;}
	.GoodsList h5{
		font-size: 14px;
		line-height: 18px;
		height: 36px;
	}
	.GoodsList .btn-lg{
		padding: 0 15px;
	}
	.GoodsList .container .masonry-item{
		margin-bottom:15px;
	}
	.GoodsList .image-tile{
		margin-bottom:0;
	}
	#jjrcselect-box p{height:auto;}
	.pageGoodsList .page-title-1, .page-title-2{
		height:220px;
	}
	.pageGoodsList .background-image-holder{
		background-position: 70% 50% !important;
	}
	.homeAboutLogo img{
		width:180px;
	}
		.image-caption .caption h4{
		font-size:14px;
	}
	.image-caption .caption h4:after{
		font-size:13px;
		margin-left: 1px;
	}
	.owl-home .owl-item > div{
		padding:0 8px;
	}
	.owl-home .image-caption .caption{
		padding:10px 5px;
	}
	.text-sm-left{
		text-align:left;
	}
}
