/*焦点图*/
.banner{
	margin-top: 0;
	margin-bottom: 0;
}
.banner .item {
	/*display: block;*/
	height: 620px;
	/*background-size: auto 100%;*/
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.banner .item.left,.banner .item.right{
	float: none;
	width: 100%;
}
.carousel-control.left{
	left: 57px;
}

.carousel-control.right{
	right: 57px;
}
.banner .carousel-control{
	background: none;
	top: 50%;
	margin-top: -34px;
	width: 68px;
	height: 68px;
	border-radius: 50%;
	background-color: rgba(0,0,0,.4);
	background-image: none;
}
.banner .carousel-control:hover{
	background-color: rgba(0,0,0,.8);
	background-image: none;
}
.carousel-indicators{
	bottom: 0;
}
.banner .carousel-indicators li {
	background-color: #ffffff;
	border: 0;
	margin: 0 2px;
}

.banner .carousel-indicators .active {
	background-color: #0193de;
	width: 10px;
	height: 10px;
}
.banner .g-icon{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}
.g-icon-prev{
	background-position: 10px -469px;
}
.g-icon-next{
	background-position: 15px -525px
}



.section{
	margin-top: 78px;
}
.section-header {
	position: relative;
}

.section-header h2 {
	font-size: 32px;
	color: #333333;
	margin-top: 0;
	margin-bottom: 14px;
}
.section-header h2 a{
	color: #333333;
}
.section-header h2 a:hover{
	color: #0094de;
}
.section-header p {
	color: #777;
	font-size: 20px;
	margin-bottom: 26px;
}
.section-header .border-div {
	width: 70px;
    height: 2px;
    background: #0193de;
    margin-bottom: 14px;
}
.section-header-more{
	position: absolute;
    right: 0;
    top: 50%;
    margin-top: -17px;
}
/*who*/
.who-l{
	padding-right: 48px;
}
.who-des{
	font-size: 16px;
	line-height: 28px;
	color: #666;
	margin-bottom: 30px;
}


/*video*/
.video{
	background-size: auto 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../images/index_12.jpg);
	padding-top: 49px;
	padding-bottom: 49px;
}
.video-box{
	position: relative;
	height: 451px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	/*background-image: url(../images/index_12.jpg);*/
	background-color: rgba(0,0,0,0.4);
}
.video-play-btn{
	position: absolute;
	width: 130px;
	height: 130px;
	top: 50%;
	left: 50%;
	margin-top: -65px;
	margin-left: -65px;
	background-image: url(../images/play-btn.png);
}

/*pro*/
.pro .section-header{
	margin-bottom: 30px;
}
.pro .section-header h2{
	margin-bottom: 24px;
}
.pro .border-div,.contact .border-div{
	margin-left: auto;
	margin-right: auto;
}

.slick-slider {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    float: none;
    margin-left: auto;
    margin-right: auto;
}
.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}
.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.slick-track {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.slick-slide {
    float: left;
    min-height: 1px;
    display: none;
}
.slick-slide {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    /*padding: 0 0 15px;*/
    /*margin-bottom: -15px;*/
}
.slick-slide-inner {
    /*display: -ms-flexbox;*/
    /*display: -webkit-flex;*/
    /*display: flex;*/
    /*-webkit-justify-content: center;*/
    /*-ms-flex-pack: center;*/
    /*justify-content: center;*/
    position: relative;
    min-width: 746px;
    min-height: 472px;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transform-origin: -50% 70%;
    -ms-transform-origin: -50% 70%;
    transform-origin: -50% 70%;
    /*will-change: transform;*/
    transition: 600ms linear;
   	/*transform: translateX(-20px,20px);*/   
}


.slick-slide.slick-active {
    cursor: pointer;
    overflow: hidden;
    z-index:9;
}
.slick-slide.slick-center {
    cursor: default;
    overflow: visible;
    z-index: 10;
}
.slick-slide.slick-center .slick-slide-inner {
	
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
   	transform: translateX(-173px);
   	/*-webkit-transform-origin: 50% 50%;*/
    /*-ms-transform-origin: 50% 50%;*/
    /*transform-origin: 50% 50%;*/
    /*z-index: 9999;*/
    
}

.slick-arrow{
	font-size: 0;
	border: none;
    outline: none;
	position: absolute;
	top: 50%;
    margin-top: -34px;
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background-color: rgba(0,0,0,.4);
    background-image: url(../images/g-icons.png);
	background-repeat: no-repeat;
	z-index: 9999;
}

.slick-arrow:hover{
	    background-color: rgba(0,0,0,.8);
	        -moz-transition: all .20s ease-in-out;
    -webkit-transition: all .20s ease-in-out;
    transition: all .20s ease-in-out;
}
.slick-prev{
	background-position: 10px -469px;
	left: 10px;
}
.slick-next{
	background-position: 15px -525px;
	right: 10px;
}
.image-wrap-pro{
	position: absolute;
    background: #000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}
.pro-item-wrap{
	position: absolute;
	display: block;
	outline: 0 !important;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin: 2px;
	box-shadow: 0px 2px 6px rgba(0,0,0,0.2);
}  

.slick-slide.slick-center .pro-item-wrap:hover{
	/*margin: 0;
	border: 2px solid #0094de;*/
}
.pro-main{
	position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 64px;
    padding: 10px 20px;
    opacity: 0;
    background-color: rgba(0,0,0,.4)
}
.slick-slide.slick-center .pro-main{
	opacity: 1;
}
.pro-title{
	font-size: 16px;
	color: #fff;
	margin-bottom: 0;
	margin-right: 40px;
}
.pro-more{
	position: absolute;
    right: 20px;
    margin-top: -17px;
    top: 50%;
}
.g-icon-more{
	 width: 34px;
    height: 34px;
	background-position: 0 -180px;
}
.slick-slide.slick-center .pro-item-wrap:hover .g-icon-more{
	background-position: 0 -222px;
}



/*news*/

.picItem {
	position: relative;
	margin-bottom: 15px;
	margin-right: 55px;
	background-color: #f4f4f4;
	display: block;
}
.picItem-des{
	height: 40px;
	overflow: hidden;
	/*margin-bottom: 12px;*/
}
.image-wrap-picItem{
	position: relative;
	height: 267px;
}
.picItem-title {
	display: block;
	font-size: 22px;
	color: #333333;
	margin-bottom: 16px;
}

.picItem-small {
	color: #999999;
	font-size: 14px;
}
.picItem .picItem-content{
	position: relative;
	z-index: 99;
}
.picItem-info{
	    padding: 15px 30px;
}
.picItem:hover{
	background-color: #0094de;
}
.picItem:hover .image-wrap-picItem{

}
.picItem:hover .image-wrap-picItem img{
	transition: All .20s ease-in-out;
    -webkit-transition: All 0.20s ease-in-out;
    -moz-transition: All 0.20s ease-in-out;
    -o-transition: All 0.20s ease-in-out;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}
.picItem-border{
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	border: 4px solid #0094de;
	opacity: 0;
	z-index: 999;
}
.picItem:hover .picItem-border{
	opacity: 1;
}

.picItem:hover .picItem-small,.picItem:hover .picItem-title,.picItem:hover p{
	color: #FFFFFF;
}

.picItem:hover .g-icon-clock{
	background-position: -32px 2px
}
.picItem:hover .g-icon-eye{
	background-position: -47px 2px
}
.news-r-list{
	margin-left: -37px;
}
.txt-item-date:hover{
	background: #0094de; 
	border: 2px solid #0094de;	
}
.txt-item-date:hover .txt-date{
}
.txt-item-date:hover p{
	color: #fff;
}

.txt-item-date{
	display: block;
	padding: 20px;
	border: 2px solid #f4f4f4;
	background: #f4f4f4;
	margin-bottom: 18px;	
}
.txt-date{
	padding: 8px 10px;
       margin-right: 24px;
    background: #0094de;
	color: #fff;
}
.txt-date>p{
	display: block;
	margin-bottom:0 ;
}
.txt-date-big{
	font-size: 42px;
	font-weight: bold;
	line-height: 42px;
}
.txt-item-date .txt-title{
	    margin-top: 13px;
	font-size: 18px;
	line-height: 26px;
	color: #333333;
	    padding-left: 32px;
    border-left: 1px solid #cccccc;
    height: 52px;
    overflow: hidden;
}

.contact{
	background-image: url(../images/index_18.jpg);
	background-size: auto 100%; 
	padding-top: 90px;
	padding-bottom: 99px;
}
.contact .section-header h2,.contact .section-header p{
	color: #ffffff;
}
.contact .section-header p{
	    font-size: 16px;
}
.form-1 .form-control, .form-1 .btn {
    border-radius: 0;
        padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
    height:auto;
}
.form-1 .btn {
 padding-top: 20px;
    padding-bottom: 20px;	
}
   
 .form-1  textarea{
   height: 180px 	
}
.form-1  .help-block{
	display: none;
	position: absolute;
    opacity: 0;
}
@media (max-width: 1259px) {
	.banner .item {
		height: 473px;
	}
	.active .g-nav-search input{
		    width: 230px;
	}
	.image-wrap-picItem{
		height: 251px;
	}
	.txt-item-date{
		margin-bottom: 20px;
	}
}

@media (max-width: 1199px) {
	.banner .item {
		height: 473px;
	}
	.active .g-nav-search input {
	    width: 173px;
	}
	.image-wrap-picItem{
		height: 200px;
	}
	.txt-item-date {
	    margin-bottom: 4px;
	    padding: 17px 20px;
	}
	.slick-slide.slick-center .slick-slide-inner{
		transform: translateX(-216px);
	}
}

@media (max-width: 991px) {
	.banner .item {
		height: 400px;
	}
	.image-wrap-picItem{
		height: 146px;
	}
	.txt-item-date{
		padding: 8px 20px;
	}
	.slick-slide-inner{
		min-width: 400px;
   		 min-height: 254px;
	}
	.slick-slide.slick-center .slick-slide-inner{
		transform: translateX(-80px);
	}
}

@media (max-width: 767px) {
	.banner .item {
		height: 300px;
	}
	.carousel-control.left {
    left: 6px;
}
.carousel-control.right {
    right: 6px;
}
.section{
	margin-top: 10px;
}
.section-header p,.section-header h2{
	margin-bottom: 6px;
}
.section-header h2{
	font-size: 18px;
}
.section-header p{
	    margin-bottom: 6px;
    font-size: 14px;
    line-height: 1.8
}
.who-l {
    padding-right: 0;
}
.who-des{
	margin-bottom: 6px;
    font-size: 12px;
    line-height: 1.8;
}
.who-l .btn {
	padding: 5px;
    font-size: 14px
}
.video-box{
	height: 300px;
}
.video{
	padding-top: 6px;
    padding-bottom: 6px;
}
.pro .section-header{
	margin-bottom: 6px;
}
.pro .section-header h2 {
    margin-bottom: 8px;
}
.pro-main{
	padding: 10px 6px
}
.pro-more{
	    right: 6px;
}
	.slick-slide-inner{
		    min-width: 320px;
    min-height: 203px;
	}
	.slick-slide.slick-center .slick-slide-inner{
		transform: translateX(0);
	}
	.picItem{
		margin-right:0px;
		    margin-bottom: 4px;
	}
	.picItem-title{
		margin-bottom: 6px;
	}
	.pro-item-wrap{
		margin:0px;
	}
	.image-wrap-picItem{
		height: auto;
	}
	.picItem-info {
    padding: 6px 6px;
}
.news-r-list {
    margin-left: 0;
}
.txt-item-date {
    padding: 6px 6px;
}
.txt-date{
	margin-right: 6px;
}
.txt-item-date .txt-title{
	padding-left: 6px;
}
.contact{
	padding-top: 10px;
    padding-bottom: 10px;
}
.form-1 .form-control, .form-1 .btn{
	padding: 6px 6px;
}

	
}