/***ÃˆÂ«Â¾Ã–Â¹Â«Â¹Â²Ã‘Ã¹ÃŠÂ½ - Â¿ÂªÃŠÂ¼***/
.indexTop{
	position: relative;
}
/***ÃˆÂ«Â¾Ã–Â¹Â«Â¹Â²Ã‘Ã¹ÃŠÂ½ - Â½Ã¡ÃŠÃ¸***/

/*Ã‚Ã–Â²Â¥ÃÂ¼Ã‘Ã¹ÃŠÂ½Â¸Ã„Ã”Ã¬*/
.carousel-indicators li {
  display: inline-block;
  width: 32px;
  height: 4px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #999 \9;
  background-color: rgba(255, 255, 255, .5);
  border: 0px solid #fff;
  border-radius: 0;
}

.carousel-indicators .active {
  width: 32px;
  height: 4px;
  margin: 1px;
  background-color: #fff;
}
.carousel-indicators{
	margin-bottom: 0;
	bottom: 32px;
}
@media (max-width: 767px){
	
	.carousel-indicators li {
		width: 16px;
		height: 2px;
	}
	
	.carousel-indicators .active {
		width: 16px;
		height: 2px;
	}
	.carousel-indicators {
	    bottom: 12px;
	}
}

/*Â²ÃºÃ†Â·Ã“Ã«Â·Ã¾ÃŽÃ±*/
.products_services{
	padding: 88px 0;
	border-bottom: 1px solid #F6F6F6;
}
.products_services .title{
	text-align: center;
}
.products_services .title h1{
	font-size: 36px;
	margin: 0;
	line-height: 50px;
	color: #333;
}
.products_services .title p{
	margin: 0;
	line-height: 20px;
	color: #201B01;
}
.products_services .con{
	overflow: hidden;
}
.products_services .con img{
	margin: 0 auto;
	margin-top: 64px;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}
.products_services .con div:hover{
	cursor: pointer;
}
.products_services .con div:hover img{
	-webkit-animation-name: hvr-bob-float, hvr-bob;
	animation-name: hvr-bob-float, hvr-bob;
	-webkit-animation-duration: .3s, 1.5s;
	animation-duration: .3s, 1.5s;
	-webkit-animation-delay: 0s, .3s;
	animation-delay: 0s, .3s;
	-webkit-animation-timing-function: ease-out, ease-in-out;
	animation-timing-function: ease-out, ease-in-out;
	-webkit-animation-iteration-count: 1, infinite;
	animation-iteration-count: 1, infinite;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-direction: normal, alternate;
	animation-direction: normal, alternate
}
@-webkit-keyframes hvr-bob {
	0% {
		-webkit-transform: translateY(-8px);
		transform: translateY(-8px)
	}
	50% {
		-webkit-transform: translateY(-4px);
		transform: translateY(-4px)
	}
	100% {
		-webkit-transform: translateY(-8px);
		transform: translateY(-8px)
	}
}

@keyframes hvr-bob {
	0% {
		-webkit-transform: translateY(-8px);
		transform: translateY(-8px)
	}
	50% {
		-webkit-transform: translateY(-4px);
		transform: translateY(-4px)
	}
	100% {
		-webkit-transform: translateY(-8px);
		transform: translateY(-8px)
	}
}

@-webkit-keyframes hvr-bob-float {
	100% {
		-webkit-transform: translateY(-8px);
		transform: translateY(-8px)
	}
}

@keyframes hvr-bob-float {
	100% {
		-webkit-transform: translateY(-8px);
		transform: translateY(-8px)
	}
}

.products_services .con a{
	display: block;
	text-align: center;
	font-size: 30px;
	line-height: 42px;
	margin-top: 16px;
	margin-bottom: 8px;
	color: #333;
}
.products_services .con a:hover{
	text-decoration: none;
	color: #1DA193;
}
.products_services .con p.subtitle{
	text-align: center;
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 24px;
	color: #989898;
}
.products_services .con span{
	width: 80%;
	display: block;
	margin: 0 auto;
	border-bottom: 1px solid #EDEDEF;
}
.products_services .con p.dis{
	text-align: center;
	font-size: 16px;
	line-height: 32px;
	color: #333;
	padding-top: 32px;
}
.products_services .phoneLbt{
	display: none;
}
.products_services .more{
	margin-top: 64px;
}
.products_services .more a{
	margin: 0 auto;
	display: block;
	width: 101px;
	font-size: 20px;
	line-height: 28px;
	color: #1DA193;
}
.products_services .more a:hover{
	text-decoration: none;
}
.products_services .more a span{
	margin-top: 4px;
	margin-left: 5px;
	font-size: 16px;
}
@media (max-width: 767px){
	.products_services{
		padding-top: 32px;
		padding-bottom: 44px;
		border-bottom: 1px solid #F6F6F6;
	}
	.products_services .title h1{
		font-size: 24px;
		line-height: 34px;
	}
	.products_services .title p{
		font-size: 12px;
		line-height: 20px;
		
	}
	.products_services .con{
		display: none;
	}
	.products_services .phoneLbt{
		display: block;
	}
	.products_services .phoneLbt img{
		margin: 0 auto;
		margin-top: 32px;
	}
	.products_services .phoneLbt a{
		display: block;
		text-align: center;
		font-size: 24px;
		line-height: 34px;
		margin-top: 12px;
		margin-bottom: 4px;
		color: #333;
	}
	.products_services .phoneLbt a:hover{
		text-decoration: none;
		color: #1DA193;
	}
	.products_services .phoneLbt p.subtitle{
		text-align: center;
		font-size: 16px;
		line-height: 22px;
		margin-bottom: 16px;
		color: #989898;
	}
	.products_services .phoneLbt span{
		width: 80%;
		display: block;
		margin: 0 auto;
		border-bottom: 1px solid #EDEDEF;
	}
	.products_services .phoneLbt p.dis{
		text-align: center;
		font-size: 16px;
		line-height: 29px;
		min-height: 103px;
		color: #333;
		padding-top: 16px;
	}
	.products_services .phoneLbt .carousel-indicators {
	    bottom: -20px;
	}
	.products_services .phoneLbt .carousel-indicators .active {
	  	background-color: #333;
	}
	.products_services .phoneLbt .carousel-indicators li {
		background-color: #CDCDCD;
	  	border: 0px solid #CDCDCD;
	}
	.products_services .more{
		margin-top: 58px;
	}
	.products_services .more a{
		width: 85px;
		font-size: 16px;
		line-height: 23px;
	}
	.products_services .more a span{
		margin-top: 4px;
		margin-left: 5px;
		font-size: 14px;
	}
}

/*ÃÃ‚ÃŽÃ…*/
.qznsNews{
	padding: 88px 0;
	/*position: relative;*/
	z-index: 0;
}
.qznsNews .title{
	text-align: center;
}
.qznsNews .title h1{
	font-size: 36px;
	margin: 0;
	line-height: 50px;
	color: #333;
}
.qznsNews .title p{
	margin: 0;
	line-height: 20px;
	color: #201B01;
}
.qznsNews .con{
	overflow: hidden;
	margin-top: 64px;
}
.qznsNews .con img{
	width: 100%;
	height: 200px;
}
.qznsNews .con .t{
	width: 100%;
	height: 24px;
	margin-top: 16px;
	position: relative;
}
.qznsNews .con .t a{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	padding-right: 50px;
	font-size: 16px;
	color: #201B01;
	line-height: 24px;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
}
.qznsNews .con .t a:hover{
	text-decoration: none;
	color: #1DA193;
}
.qznsNews .con .t span{
	width: 45px;
	height: 24px;
	font-size: 14px;
	line-height: 24px;
	float: right;
	color: #989898;
}
.qznsNews .phoneLbt{
	display: none;
}
.qznsNews .list{
	overflow: hidden;
}
.qznsNews .list .line{
	width: 100%;
	height: 1px;
	display: block;
	border-bottom: 1px solid #EDEDED;
	margin-top: 32px;
	margin-bottom: 4px;
}
.qznsNews .list .t{
	width: 100%;
	height: 36px;
	position: relative;
}
.qznsNews .list .t a{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	padding-right: 50px;
	font-size: 16px;
	color: #201B01;
	line-height: 36px;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
}
.qznsNews .list .t a:hover{
	text-decoration: none;
	color: #1DA193;
}
.qznsNews .list .t span{
	width: 44px;
	height: 36px;
	font-size: 14px;
	line-height: 36px;
	float: right;
	color: #989898;
}
.qznsNews .more{
	margin-top: 64px;
}
.qznsNews .more a{
	margin: 0 auto;
	display: block;
	width: 101px;
	font-size: 20px;
	line-height: 28px;
	color: #1DA193;
}
.qznsNews .more a:hover{
	text-decoration: none;
}
.qznsNews .more a span{
	margin-top: 4px;
	margin-left: 5px;
	font-size: 16px;
}
@media (max-width: 767px){
	.qznsNews{
		padding-top: 32px;
		padding-bottom: 44px;
		border-bottom: 1px solid #F6F6F6;
	}
	.qznsNews .title h1{
		font-size: 24px;
		line-height: 34px;
	}
	.qznsNews .title p{
		font-size: 12px;
		line-height: 20px;
		
	}
	.qznsNews .con{
		display: none;
	}
	.qznsNews .phoneLbt{
		display: block;
		margin-top: 32px;
	}
	.qznsNews .phoneLbt img{
		width: 100%;
		height: 200px;
	}
	.qznsNews .phoneLbt .t{
		width: 100%;
		height: 30px;
		margin-top: 8px;
		position: relative;
	}
	.qznsNews .phoneLbt .t a{
		position: absolute;
		top: 0;
		left: 0;
		z-index: 100;
		width: 100%;
		padding-right: 45px;
		font-size: 16px;
		color: #201B01;
		line-height: 30px;
		text-overflow:ellipsis;
		white-space:nowrap;
		overflow:hidden;
	}
	.qznsNews .phoneLbt .t a:hover{
		text-decoration: none;
		color: #1DA193;
	}
	.qznsNews .phoneLbt .t span{
		width: 40px;
		height: 30px;
		font-size: 14px;
		line-height: 30px;
		float: right;
		color: #989898;
	}
	.qznsNews .phoneLbt .carousel-indicators {
	    bottom: -20px;
	}
	.qznsNews .phoneLbt .carousel-indicators .active {
	  	background-color: #333;
	}
	.qznsNews .phoneLbt .carousel-indicators li {
		background-color: #CDCDCD;
	  	border: 0px solid #CDCDCD;
	}
	.qznsNews .list .line{
		display: none;
	}
	.qznsNews .list .col-sm-4{
		padding: 0;
	}
	.fristLine{
		display: block !important;
	}
	.qznsNews .more{
		margin-top: 32px;
	}
	.qznsNews .more a{
		width: 85px;
		font-size: 16px;
		line-height: 23px;
	}
	.qznsNews .more a span{
		margin-top: 4px;
		margin-left: 5px;
		font-size: 14px;
	}
}

/*Ã„Â£ÃŒÂ¬Â¿Ã²Ã‘Ã¹ÃŠÂ½Â¸Ã„Ã”Ã¬*/
@media (min-width: 1200px){
	.modal-dialog {
	    width: 1024px;
	    position: absolute;
	    top: -100%;
	    left: 50%;
	    margin-left: -512px;
	}
	/*.qznsCooperative .con .col-lg-3 {
	    width: 25%;
	}*/
}
@media (min-width: 992px) and (max-width: 1199px) {
	.modal-dialog {
	    width: 800px;
	    position: absolute;
	    top: -100%;
	    left: 50%;
	    margin-left: -400px;
	}	
}
@media (min-width: 768px) and (max-width: 991px) {
	.modal-dialog {
	    width: 600px;
	    position: absolute;
	    top: -100%;
	    left: 50%;
	    margin-left: -300px;
	}
}
@media (max-width: 767px){
	.modal-dialog {
	    width: 95%;
	    position: absolute;
	    top: -100%;
	    left: 50%;
	    margin-left: -47.5%;
	}
	.videoModal .close{
		display: none;
	}
}

/*Â¹Ã˜Ã“ÃšÃŽÃ’ÃƒÃ‡*/
.aboutUs{
	padding: 88px 0;
	background: url(../images/bg-about.jpg) no-repeat center;
	background-size: cover;
}
.aboutUs .title{
	text-align: center;
}
.aboutUs .title h1{
	font-size: 36px;
	margin: 0;
	line-height: 50px;
	color: #FFF;
}
.aboutUs .title p{
	margin: 0;
	margin-top: 8px;
	line-height: 20px;
	color: #FFF;
}
.aboutUs .con p{
	text-align: center;
	line-height: 32px;
	font-size: 20px;
	color: #FFF;
	margin-top: 32px;
}
.aboutUs .con p.pc{
	display: block;
}
.aboutUs .con p.phone{
	display: none;
}
.aboutUs .line{
	margin: 32px auto;
	width: 42px;
	height: 1px;
	border-bottom: 1px solid #FFF;
}
.aboutUs .newsVideoCon{
	width: 669px;
	height: 390px;
	margin: 0 auto;
}
.aboutUs .more{
	margin-top: 48px;
}
.aboutUs .more a{
	margin: 0 auto;
	display: block;
	width: 101px;
	font-size: 20px;
	line-height: 28px;
	color: #FFF;
}
.aboutUs .more a:hover{
	text-decoration: none;
}
.aboutUs .more a span{
	margin-top: 4px;
	margin-left: 5px;
	font-size: 16px;
}
@media (min-width: 992px) and (max-width: 1199px) {
	.modal-dialog {
	    width: 800px;
	    position: absolute;
	    top: -100%;
	    left: 50%;
	    margin-left: -400px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.aboutUs .con p.pc{
		display: none;
	}
	.aboutUs .con p.phone{
		width: 80%;
		margin: 0 auto;
		margin-top: 28px;
		display: block;
	}	
	.index_news .row{
		width: 1139px;
		height: auto;
		margin-left:8%;
		overflow: hidden;
		box-sizing: border-box;
		padding: 0px;
		color: #fff;
	}
}
@media (max-width: 767px){
	.aboutUs{
		padding-top: 32px;
		padding-bottom: 44px;
		border-bottom: 1px solid #F6F6F6;
	}
	.aboutUs .title h1{
		font-size: 24px;
		line-height: 34px;
	}
	.aboutUs .title p{
		font-size: 12px;
		line-height: 20px;
		
	}
	.aboutUs .con p{
		text-align: center;
		line-height: 24px;
		font-size: 16px;
		color: #FFF;
		margin-top: 28px;
		margin-bottom: 0;
	}
	.aboutUs .con p.pc{
		display: none;
	}
	.aboutUs .con p.phone{
		width: 80%;
		margin: 0 auto;
		margin-top: 28px;
		display: block;
	}
	.aboutUs .line{
		margin: 24px auto;
	}
	.aboutUs .newsVideoCon{
		width: 100%;
	    height: auto;
		margin: 0 auto;
	}
	.aboutUs .newsVideoCon img.videoPic {
	    width: 100%;
	    height: auto;
	}
	.aboutUs .more{
		margin-top: 32px;
	}
	.aboutUs .more a{
		width: 85px;
		font-size: 16px;
		line-height: 23px;
	}
	.aboutUs .more a span{
		margin-top: 4px;
		margin-left: 5px;
		font-size: 14px;
	}
}

/*Ã‡Ã®Ã”ÃšÃ„Ã–ÃŠÃÂºÃÃ—Ã·Â»Ã¯Â°Ã©*/
.qznsCooperative{
	padding-top: 0px;
	padding-bottom: 98px;
}
.qznsCooperative .title{
	text-align: center;
}
.qznsCooperative .title h1{
	font-size: 36px;
	margin: 0;
	line-height: 50px;
	color: #333;
}
.qznsCooperative .title p{
	margin: 0;
	line-height: 20px;
	color: #201B01;
}
.qznsCooperative .container{
		width: 1139px;
		overflow: hidden;
}
.qznsCooperative .con{
	overflow: hidden;
	margin-top: 64px;
}
.qznsCooperative .con img{
	width: 100%;
	float: left;
	margin-bottom: 30px;
}

.index_news{
	width: 100%;
	height: auto;	
	background: url("../images/img_bg.jpg") no-repeat;
	background-size: 100% 100%;	
	margin-top:60px;
	/*z-index: 1009;*/
	overflow: hidden;
}
.index_news .container{
	width:64.5%;
	overflow: hidden;
	box-sizing: border-box;
	height:350px;
	margin: 0 auto;
}
.index_news .row{
	height: auto;
	overflow: hidden;
	color: #fff;
	padding: 0px;
	margin:0px 0px 0px -1px;
}
.index_news .row .col-lg-3{
	width: 25%;		
	overflow: hidden;	
	box-sizing: border-box;
	padding:20px 0px;
	background-color: #000;
	background:rgba(0,0,0,.3);
	cursor: pointer;
	height:350px;
	float: left;
}
.index_news .row .col-lg-3.bg_opacity{
	background:rgba(0,0,0,.2)
}
.index_news .row .col-lg-3:hover,.index_news .row .col-lg-3.bg_opacity:hover{
	background:rgba(0,0,0,0)
}
.index_news .row .col-lg-3 .txt_opacity{
	color: #fff;
	z-index: -1;
}
.index_news .row .col-lg-3 .img{
	width:auto;
	height: 38px;
}
.txt_opacity{
	width: 100%;
	height: auto;
	box-sizing: border-box;
	overflow: hidden;
	padding: 30px;
}
.txt_opacity i,.txt_opacity span,.txt_opacity p{
	display: block;
	padding-bottom: 20px;
}
.qznsCooperative .con a {
	    text-decoration: none;
	    color: #000;
	}
	.qznsCooperative .con h4 {
	    overflow: hidden;
	    text-overflow: ellipsis;
	    white-space: nowrap;
	    font-size: 16px;
	    font-weight: bold;
	}
	.qznsCooperative .con p {
	    overflow: hidden;
	    word-break: break-all;
	    text-overflow: ellipsis;
	    display: -webkit-box;
	    -webkit-box-orient: vertical;
	    -webkit-line-clamp: 2;
	}
	.qznsCooperative .service_img{
		width: 260px;
		height: 177px;
		overflow: hidden;
		box-sizing: border-box;
		padding: 0px;
	}
@media(max-width: 1493px) {
	.index_news .container{
		width: 65%;
	}
}
@media (max-width: 767px){
	.qznsCooperative{
		padding-top: 32px;
		padding-bottom: 34px;
		border-bottom: 1px solid #F6F6F6;
	}
	.qznsCooperative .title h1{
		font-size: 24px;
		line-height: 34px;
	}
	.qznsCooperative .title p{
		font-size: 12px;
		line-height: 20px;		
	}
	.qznsCooperative .con{
		height: auto;		
		overflow: hidden;
		margin-top: 32px;
	}
	.qznsCooperative .con img{
		width: 100%;
		float: left;
		margin-bottom: 30px;
	}
	.qznsCooperative .container{
		width: 100%;
		overflow: hidden;
	}
	.qznsCooperative .con .one{
		width: 100%;
		height: auto;
		overflow: hidden;
		box-sizing: border-box;
		padding: 0px;
	}
	.index_news{
		background:none;
		margin-top: 0px;
	}
	.index_news .row{
		width: 100%;
		height: auto;
		overflow: hidden;
		box-sizing: border-box;
		padding:0px;
		margin: 0px;
		display: none;
	}
	.index_news .row .col-lg-3{
		width: 100%;
		height: 300px;
		overflow: hidden;
		box-sizing: border-box;
		padding:10px 0px;
	}
	.qznsCooperative .con a {
	    text-decoration: none;
	    color: #000;
	}
	.qznsCooperative .con h4 {
	    overflow: hidden;
	    text-overflow: ellipsis;
	    white-space: nowrap;
	    font-size: 16px;
	    font-weight: bold;
	}
	.qznsCooperative .con p {
	    overflow: hidden;
	    word-break: break-all;
	    text-overflow: ellipsis;
	    display: -webkit-box;
	    -webkit-box-orient: vertical;
	    -webkit-line-clamp: 2;
	}
}