﻿/*内页轮播*/
a{
	color: inherit;
	text-decoration: none;
}
.banner0>.container{
	position: relative;
}
.banner0 img{
	width: 100%;
	vertical-align: top;
}
.header2.header {
	display: none!important;
}
.banner0 .tex{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	color: #fff;
}
.banner0 .tex h4{
	font-size: 46px;
	margin-bottom: 40px;
}
.banner0 .tex p{
	line-height: 30px;
	font-size: 35px;
}
.banner0 .tex a{
	color: #fff;
	width: 184px;
	height: 48px;
	line-height: 48px;
	display: inline-block;
	border: 1px solid #fff;
	overflow: hidden;
	padding-left: 24px;
	padding-right: 10px;
	box-sizing: border-box;
	margin-top: 36px;
}
.banner0 .tex a i{
	float: right;
	font-size: 30px;
}
.banner0 .sidebar{
	position: absolute;

	right: 0;
	color: #fff;
	background: url(../images/about_01.png)no-repeat center;
	background-size: cover;
	padding: 0 22px;
}
@media screen and (max-width: 1200px) {
	.banner0 .tex h4{
		font-size: 30px;
		margin-bottom: 20px;
	}
	.banner0 .tex p {
	    line-height: inherit;
	    font-size: 14px;
	}
	.banner0 .tex a {
	    width: 142px;
	    height: 30px;
	    line-height: 30px;
	    padding-left: 12px;
	    padding-right: 5px;
	    margin-top: 18px;
	}
}
@media screen and (max-width: 767px){
	.banner0 .tex h4 {
		padding-left: 15px;
	    font-size: 20px;
	    margin-bottom: 12px;
	    margin-bottom: 10px;
	}
	.banner0 .tex p {
	    font-size: 12px;
	    display: none;
	}
	.banner0 .tex a {
	    width: 71px;
	    height: 30px;
	    line-height: 30px;
	    padding-left: 6px;
	    padding-right: 0;
	    margin-top: 10px;
	}
}
/*媒体联系*/
.paging{
	position: relative;
	bottom: 146px;
}
.paging .dw{
	position: relative;
	overflow: hidden;
}
.paging .dw img{
	width: 100%;
	vertical-align: top;
}
.paging .dw .tex{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-size: 46px;
	color: #fff;
	padding-top: 25%;
	background: rgba(0,0,0,0.2);
	opacity: 0;
	transition: all 0.3s;                                                                                
	-moz-transition: all 0.3s; /* Firefox 4 */								
	-webkit-transition: all 0.3s; /* Safari 和 Chrome */							
	-o-transition: all 0.3s; /* Opera */
	cursor: pointer;
}
.paging .dw:hover .tex{
	opacity: 1;
}
.paging .dw:hover img{
	transform: scale(1.2);
}
@media screen and (max-width: 1200px) {
	.paging{
		bottom: 60px;
	}
	.paging .dw .tex{
		font-size: 30px;
	}
}
@media screen and (max-width: 991px){
	.paging{
		bottom: 30px;
	}
	.paging .dw .tex{
		font-size: 20px;
	}
	.paging .dw .tex{
		opacity: 1
	}
} 
@media screen and (max-width: 767px){
	.paging{
		bottom: 0;
	}
	.paging .dw{
		margin: 10px 0;
	}
}



