.vnt-slide-home{
	position: relative;
}
#vnt-slide-home .img{
	height:-webkit-calc(100vh - 100px);
	height:-moz-calc(100vh - 100px);
	height:-o-calc(100vh - 100px);
	height:calc(100vh - 100px);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
#vnt-slide-home .slick-slide.slick-current .img{
 	-webkit-animation: zoomImg 60s linear;
 	-o-animation: zoomImg 60s linear;
 	animation: zoomImg 60s linear;
 }
#vnt-slide-home .slick-slide.slick-current .img img{
	display: none;
}
@keyframes zoomImg {
    0%{
    	-webkit-transform:scale(1) rotate(0deg);
    	-ms-transform:scale(1) rotate(0deg);
    	-o-transform:scale(1) rotate(0deg);
    	transform:scale(1) rotate(0deg);
    }
    50%{
    	-webkit-transform:scale(1.3) rotate(3deg);
    	-ms-transform:scale(1.3) rotate(3deg);
    	-o-transform:scale(1.3) rotate(3deg);
    	transform:scale(1.3) rotate(3deg);
    }
    100%{
    	-webkit-transform:scale(1.5) rotate(6deg);
    	-ms-transform:scale(1.5) rotate(6deg);
    	-o-transform:scale(1.5) rotate(6deg);
    	transform:scale(1.5) rotate(6deg);
    }
}
#vnt-slide-home .item{
	position: relative;
}
#vnt-slide-home .captionWrap{
	position: absolute;
	top: 10%;
	left: 0;
	right: 0;
	pointer-events: none;
	z-index: 1;
}
#vnt-slide-home .caption{
	-webkit-transition: all 0.8s linear 0.5s;
	-o-transition: all 0.8s linear 0.5s;
	transition: all 0.8s linear 0.5s;
	opacity: 0;
	visibility: hidden;
	pointer-events: auto;
	font-size: 45px;
	line-height: 55px;
	color:#ffffff;
	text-align: right;
	-webkit-transform: translateX(100px);
	-ms-transform: translateX(100px);
	-o-transform: translateX(100px);
	transform: translateX(100px);
}
#vnt-slide-home .caption .t1{
	margin-bottom: 5px;
}
#vnt-slide-home .caption .t2{
	margin-bottom: 20px;
}
#vnt-slide-home .caption .link img{
	display: inline-block;
}
#vnt-slide-home .slick-slide.slick-current .caption{
	opacity: 1;
	visibility: initial;
	-webkit-transform: initial;
	-ms-transform: initial;
	-o-transform: initial;
	transform: initial;
}
#vnt-slide-home .slick-arrow{
	width:25px;
	height:45px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	border:none;
	position: absolute;
	top: 50%;
	font-size: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	color:#ffffff;
	text-shadow: 2px 3px 4px rgba(0,0,0,0.2);
}
#vnt-slide-home .slick-prev{
	background-image: url(../images/main/i-prev.svg);
	left:30px;
}
#vnt-slide-home .slick-next{
	background-image: url(../images/main/i-next.svg);
	right:30px;
}
#vnt-slide-home .slick-dots{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
	text-align: center;
}
#vnt-slide-home .slick-dots li{
	display: inline-block;
	margin: 0 5px;
}
#vnt-slide-home .slick-dots li button{
	width:10px;
	height:10px;
	background: transparent;
	border-radius: 100%;
	font-size: 0;
	padding:0;
	border:solid 2px #ffffff;
}
#vnt-slide-home .slick-dots li.slick-active button{
	background: #0eaaec;
	border-color: #0eaaec;
}
.scrollDown{
	position: absolute;
	bottom: 10px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 1;
}
.scrollDown a{
	display: block;
	color:#ffffff;
	padding-bottom: 15px;
}
.scrollDown a:before{
	content: "\f0d7";
	font-family: fontAwesome;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
/*===========================================================*/
.aboutHome{
	padding: 85px 0 110px;
	background: url(../images/main/bg-per.png) no-repeat bottom -50px left 40% #f9f9f9;
}
.aboutHome .caption{
	padding: 0 25px;
}
.aboutHome .title{
	margin-bottom: 25px;
	position: relative;
}
.aboutHome .title:before{
	content: "";
	position: absolute;
	bottom: 0px;
	top: 0px;
	left: -25px;
	border-left: solid 3px #dd1a32;
}
.aboutHome .title .t1{
	font-size: 24px;
	line-height: 32px;
	color:#333333;
}
.aboutHome .title .t2{
	font-size: 50px;
	line-height: 60px;
	color:#13377e;
	font-weight: bold;
}
.aboutHome .title .t2 span{
	color:#dd1a32;
}
.aboutHome .content{
	font-size: 15px;
	line-height: 26px;
	color:#666666;
	margin-bottom: 25px;
}
.aboutHome .link a {
    width: 180px;
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    background: #dd1a32;
    padding: 13px 10px;
    border-radius: 25px;
}
.aboutHome .img{
	position: relative;
}
.aboutHome .img:after{
	content: "";
	position: absolute;
	top: 20px;
	left: -20px;
	bottom: -20px;
	right: 20px;
	border:solid 2px #ffffff;
}
.aboutHome .img img{
	width: 100%;
}
/*===========================================================*/
.catHome{
	padding: 45px 0 35px;
}
.cat{
	position: relative;
	margin-bottom: 30px;
}
.cat .img{
	position: relative;
	overflow: hidden;
	background: #000000;
}
.cat .img img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	transition: -webkit-transform 4s cubic-bezier(0,.6,.45,1), opacity 0.3s linear;
    transition: transform 4s cubic-bezier(0,.6,.45,1), opacity 0.3s linear;
    transition: transform 4s cubic-bezier(0,.6,.45,1), -webkit-transform 7s cubic-bezier(0,.6,.45,1), opacity 0.3s linear;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 0.7;
}
.cat .img:hover img{
	-webkit-transform: scale(1.15);
	-ms-transform: scale(1.15);
	-o-transform: scale(1.15);
	transform: scale(1.15);
	opacity: 0.6;
}
.cat .caption{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
	color:#ffffff;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.45);
	padding: 30px;
	flex-direction: column;
	pointer-events: none;
}
.cat .tend{
	margin-bottom: 10px;
}
.cat .tend h3{
	text-align: center;
	font-size: 30px;
	line-height: 40px;
}
.cat .des{
	max-width: 280px;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 15px;
}
.cat .link a{
	display: inline-block;
	color:#ffffff;
}
.cat .link a img{
	margin-right: 5px;
}
/*========================*/
.cat.v1 .img{
	padding-top: 100%;
}
.cat.v1 .des{
	max-height: 66px;
	overflow: hidden;
}
.cat.v2 .img{
	padding-top: 47.368421%;
}
.cat.v2 .des{
	max-height: 44px;
	overflow: hidden;
}
/*==============================================================*/
.projectHome{
	padding: 35px 0 55px;
}
.vnt-project{
	position: relative;
}
.projectHome .title{
	width: 170px;
	height: 150px;
	background: #13377e;
	color:#ffffff;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: 1;
}
.projectHome .title a{
	color: #fff;
}
.projectHome .title h3{
	font-size: 45px;
	line-height: 55px;
	text-align: center;
	padding-bottom: 15px;
	position: relative;
}
.projectHome .title h3:before{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	border-bottom: solid 3px #ffffff;
}
.project .grid{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.project .grid .col{
	width: 50%;
}
.vnt-project .project:nth-child(odd) .grid{
	align-items: flex-end;
}
.vnt-project .project:nth-child(odd) .grid .col:first-child{
	order:1;
}
.vnt-project .project:nth-child(odd) .grid .col:last-child{
	order:2;
}
.vnt-project .project:nth-child(odd) .wrap{
	padding-left: 50px;
}
.vnt-project .project:nth-child(even) .grid .col:first-child{
	order:2;
}
.vnt-project .project:nth-child(even) .grid .col:last-child{
	order:1;
}
.vnt-project .project:nth-child(even) .wrap{
	padding-right: 50px;
}
.project .img{
	padding-top: 50%;
	position: relative;
	overflow: hidden;
}
.project .img img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	transition: -webkit-transform 4s cubic-bezier(0,.6,.45,1);
    transition: transform 4s cubic-bezier(0,.6,.45,1);
    transition: transform 4s cubic-bezier(0,.6,.45,1), -webkit-transform 7s cubic-bezier(0,.6,.45,1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.project .img:hover img{
	-webkit-transform: scale(1.15);
	-ms-transform: scale(1.15);
	-o-transform: scale(1.15);
	transform: scale(1.15);
}
.project .caption{
	padding: 25px;
}
.project .tend{
	margin-bottom: 25px;
	position: relative;
}
.project .tend:before{
	content: "";
	position: absolute;
	top: 0;
	left: -20px;
	bottom: 0;
	border-right: solid 2px #dd1a32;
}
.project .tend h3{
	font-size: 40px;
	line-height: 50px;
	text-transform: uppercase;
	font-weight: bold;
}
.project .tend span{
	font-size: 20px;
	line-height: 30px;
	color:#666666;
}
.project .content{
	font-size: 16px;
	line-height: 24px;
	color: #666666;
	max-height: 72px;
	overflow: hidden;
}
/*============================================================*/
.newsHome{
	padding: 50px 0;
	background: #f9f9f9;
}
.newsVip{
	margin-bottom: 25px;
}
.newsVip .img{
	padding-top: 66.666666%;
	position: relative;
	overflow: hidden;
}
.newsVip .img img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	transition: -webkit-transform 4s cubic-bezier(0,.6,.45,1);
    transition: transform 4s cubic-bezier(0,.6,.45,1);
    transition: transform 4s cubic-bezier(0,.6,.45,1),-webkit-transform 7s cubic-bezier(0,.6,.45,1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.newsVip .img:hover img{
	-webkit-transform: scale(1.15);
	-ms-transform: scale(1.15);
	-o-transform: scale(1.15);
	transform: scale(1.15);
}
.newsVip .caption{
	margin: 15px 65px 0px;
	position: relative;
	z-index: 1;
}
.newsVip .tend{
	margin-bottom: 10px;
}
.newsVip .tend a{
	display: block;
	font-size: 24px;
	line-height: 32px;
	font-weight: normal;
	max-height: 64px;
	overflow: hidden;
	text-align: center;
}
.newsVip .date{
	font-size: 13px;
	line-height: 21px;
	color:#bbbbbb;
	padding-left: 25px;
	position: relative;
	margin-bottom: 15px;
}
.newsVip .date:before{
	content: "\f017";
	font-family: fontAwesome;
	position: absolute;
	left:0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	color:#c8102e;
}
.newsVip .des{
	color:#666666;
	max-height: 44px;
	overflow: hidden;
	text-align: center;
}
.news{
	margin-bottom: 40px;
}
.news .img{
	padding-top: 66.666666%;
	position: relative;
	overflow: hidden;
	margin-bottom: 15px;
}
.news .img img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	transition: -webkit-transform 4s cubic-bezier(0,.6,.45,1);
    transition: transform 4s cubic-bezier(0,.6,.45,1);
    transition: transform 4s cubic-bezier(0,.6,.45,1),-webkit-transform 7s cubic-bezier(0,.6,.45,1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.news .img:hover img{
	-webkit-transform: scale(1.15);
	-ms-transform: scale(1.15);
	-o-transform: scale(1.15);
	transform: scale(1.15);
}
.news .tend a{
	display: block;
	font-size: 16px;
	line-height: 24px;
	font-weight: normal;
	max-height: 48px;
	overflow: hidden;
	text-align: center;
}
.linkAll{
	text-align: center;
}
.linkAll a{
	display: inline-block;
	width: 180px;
	border-radius: 25px;
	color:#ffffff;
	background: #dd1a32;
	padding: 14px 20px;
}
/*==========================================================*/
.partnerHome{
	padding: 45px 0 55px;
}
#slidePartner .slick-list{
	margin: 0 -15px;
}
#slidePartner .item{
	padding: 0 15px;
}
#slidePartner a{
	display: block;
	padding-top: 66.666666%;
	position: relative;
	overflow: hidden;
}
#slidePartner a img{
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	max-width: 85%;
	max-height: 85%;
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
#slidePartner a:hover img{
	-webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
#slidePartner .slick-arrow{
	width:50px;
	height:50px;
	background: #f2f2f2;
	border:none;
	position: absolute;
	top: 50%;
	font-size: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	color:#aaaaaa;
	border-radius: 100%;
}
#slidePartner .slick-prev{
	left:-75px;
}
#slidePartner .slick-next{
	right:-75px;
}
#slidePartner .slick-arrow:before{
	font-family: FontAwesome;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	font-size: 22px;
	line-height: 30px;
}
#slidePartner .slick-prev:before{
	content: "\f104";
}
#slidePartner .slick-next:before{
	content: "\f105";
}
#slidePartner .slick-arrow:hover{
	color:#ffffff;
	background: #13377e;
}
/*==========================================================================*/
/*============================RESPONSIVE====================================*/
/*==========================================================================*/
@media all and (max-width: 1024px){
.project .tend h3{
	font-size: 30px;
	line-height: 40px;
}
.project .tend span{
	font-size: 16px;
	line-height: 24px;
}
#slidePartner .slick-prev{
	left:0px;
 }
#slidePartner .slick-next{
	right:0px;
}
}

@media all and (max-width: 991px){
#vnt-slide-home .caption{
	font-size: 25px;
	line-height: 35px;
}
.aboutHome{
	padding: 30px 0 40px;
}
.aboutHome .img{
	margin-bottom: 30px;
}
.aboutHome .content{
	font-size: 14px;
	line-height: 22px;
	text-align: justify;
}
.aboutHome .title .t1{
	font-size: 20px;
	line-height: 30px;
}
.aboutHome .title .t2{
	font-size: 40px;
	line-height: 50px;
}
.catHome{
	padding: 25px 0 5px;
}
.cat{
    margin-bottom: 20px;
}
.cat .tend h3{
	font-size: 25px;
	line-height: 35px;
}
.project .tend h3 {
    font-size: 25px;
    line-height: 35px;
}
.vnt-project .project:nth-child(even) .wrap{
	padding-left: 15px;
}
.vnt-project .project:nth-child(odd) .wrap{
	padding-right: 15px;
}
.projectHome{
	padding: 25px 0 30px;
}
.newsHome .grid{
	margin: 0 -5px;
}
.newsHome .grid:after{
	content: "";
	display: block;
	clear: both;
}
.newsHome .grid .col{
	width: 50%;
	float: left;
	padding: 0 5px;
}
.newsVip .caption{
	padding: 15px;
	margin: 0;
}
.newsVip .tend a{
	font-size: 20px;
	line-height: 30px;
}
.project .caption{
	padding: 15px 20px;
}
.project .content{
	font-size: 14px;
	line-height: 22px;
	max-height: 110px;
}
.partnerHome{
	padding: 30px 0 25px;
}
.cat .caption{
	padding: 10px;
}
}

@media all and (max-width: 768px){
#vnt-slide-home .caption{
	font-size: 16px;
	line-height: 24px;
}
.project .grid{
	display: block;
}
.project .grid .col{
	width: 100%;
}
.projectHome .title{
	position: initial;
	-webkit-transform: initial;
	-ms-transform: initial;
	-o-transform: initial;
	transform: initial;
	margin: 0 auto;
	width: 140px;
	height: 120px;
	margin-bottom: 25px;
}
.projectHome .title h3{
	font-size: 30px;
	line-height: 45px;
}
.vnt-project .project:nth-child(even) .wrap,
.vnt-project .project:nth-child(odd) .wrap{
	padding: 0;
}
#vnt-slide-home .img{
	height: 50vh;
}
}

@media all and (max-width: 380px){
.newsHome .grid .col{
	width: 100%;
}
}