a{
	transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
}
@-webkit-keyframes upDown{
	from{opacity:0; -webkit-transform:translate3d(0,-30px,0);}
}
@-moz-keyframes upDown{
	from{opacity:0; -moz-transform:translate3d(0,-30px,0);}
}
@keyframes upDown{
	from{opacity:0; transform:translate3d(0,-30px,0);}
}
@-webkit-keyframes leftIn{
	from{opacity:0; -webkit-transform:translate3d(-30px,0,0);}
}
@-moz-keyframes leftIn{
	from{opacity:0; -moz-transform:translate3d(-30px,0,0);}
}
@keyframes leftIn{
	from{opacity:0; transform:translate3d(-30px,0,0);}
}

.header{
	width: 100%;
	/*height: 113px;*/
	position: relative;
	z-index: 2;
	-webkit-animation: upDown 0.8s 0.1s both;
    -moz-animation: upDown 0.8s 0.1s both;
    -ms-animation: upDown 0.8s 0.1s both;
    -o-animation: upDown 0.8s 0.1s both;
    animation: upDown 0.8s 0.1s both;
}
.logo{
	display: block;
	margin: 21px 0;
}
.top{
	height:40px;
	line-height:40px;
	text-align: right;
}
.lan{
	width: 102px;
	height: 40px;
	background: #0505bb;
	position: relative;
}
.lan>a{
	display: block;
	text-align: center;
	color: #fff;
}
.lan i{
	display: block;
	width: 10px;
	height: 10px;
	position: absolute;
	background: url(../img/select-btn.png) center no-repeat;
	top: 15px;
	right:10px;
	cursor: pointer;
	z-index: 1;
}
.lan ul{
	position: absolute;
	top: 40px;
	width: 100%;
	background:#3636e4;
	left: 0;
	text-align: center;
	display: none;
}
.lan ul>a{
	display: block;
	line-height: 40px;
	color: #fff;
}
.search-box{
	width: 40px;
	height:36px;
	line-height: 36px;
	position: relative;
	margin-right: 20px;
	margin-top: 2px;
}

.search_btn{
	display:block;
	float: left;
	width:40px;
	height:36px;
	background:url(../img/search-btn.png) center no-repeat;
	cursor: pointer;
}
.search-ico span,.search-ico i{
	display:block;
	float: left;
	font-style: normal;
}
.search-form{
	width:0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	height:36px;
	line-height: 36px;
	background: #fff;
	border: #f3f2f2 1px solid;
	z-index: 9;
	opacity: 0;
	moz-transition: all 0.3s cubic-bezier(0.250, 0.460, 0.450, 0.940);
    -o-transition: all 0.3s cubic-bezier(0.250, 0.460, 0.450, 0.940);
    -webkit-transition: all 0.3s cubic-bezier(0.250, 0.460, 0.450, 0.940);
    transition: all 0.3s cubic-bezier(0.250, 0.460, 0.450, 0.940);
}
.search-form .search_btn{
	/*margin-left: 10px;*/
}
.search-form input[type="text"]{
	float: left;
	width:150px;
	height:36px;
	/*padding: 0 10px;*/
	background: none;
	font-size: 14px;
}
.search-close{
	display: block;
	width: 35px;
	height: 36px;
	background: url(../img/search_close.png) center no-repeat;
	float: right;
	cursor: pointer;
}


.nav-main{
	text-align: right;
}
.nav-main li{
	display: inline-block;
}
.nav-main li>a{
	display: block;
	font-size: 20px;
	padding-left: 70px;
	line-height: 82px;
	text-transform: uppercase;
}

.nav-main li:hover a,.nav-main li.active>a{
	color: #0505bb;
}


.menu {
	width: 40px;
	height: 40px;
	float: right;
	border: #ddd 1px solid;
	border-radius: 5px;
	text-align: center;
	cursor: pointer;
	display: none;
	padding: 6px 8px;
	margin:10px 10px;
}

.menu .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
	margin-top: 5px;
	background: #888;
}
/*手机导航*/

.phone_nav {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	right: 0;
	background: rgba(0, 0, 0, .7);
	padding: 30px 0;
	color: #fff;
	z-index: 9999;
	display: none;
}

.phone_nav .close_n {
	display: block;
	text-align: right;
	cursor: pointer;
}

.phone_nav li {
	text-align: center;
}

.phone_nav li a,
.phone_nav li>span {
	color: #fff;
	display: block;
	font-size: 16px;
	line-height: 48px;
	text-transform: uppercase;
}

.phone_nav li.phone_lan {
	border-top: rgba(255, 255, 255, .2) 1px solid;
}

.phone_nav li.phone_lan>a {
	display: inline-block;
}

.phone_nav li.active>a {
	color: #8ec21f;
}

.phone_nav li>span {
	cursor: pointer;
}

.phone_nav li dl {
	display: none;
}

.phone_nav li dl>a {
	display: block;
	color: #fff;
	line-height: 40px;
	font-size: 14px;
}

.phone_nav li span.active {
	color: #8ec21f;
}
.phone_nav li.search-li{
	margin:10px auto;
}
.phone_nav .search{
	width:300px;
	height: 45px;
	line-height: 45px;
	background: #fff;
	margin: 0 auto;
	overflow: hidden;
}
.phone_nav .search input[type="text"]{
	width: 250px;
	float: left;
	padding: 0 10px;
	color: #333;
}
.phone_nav li.lan-li>a{
	display: inline-block;
}
.phone_nav .search-btn{
	width: 40px;
	height: 45px;
	background: url(../img/search-btn.png) center no-repeat;
}
/*banner*/
.carousel-indicators li{
	width: 15px;
	height: 15px;
	border: none;
	background: #fff;
	margin: 0 10px;
}
.carousel-indicators li.active{
	width: 15px;
	height: 15px;
	background: #0505bb;
	border: none;
}
/*contain*/
.index-title{
	margin: 40px 0 25px;
}
.index-wrap .more{
	display: inline-block;
	width: 89px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	border-radius: 20px;
	border: #ededed 1px solid;
}
#proScroll .owl-item{
	padding:5px 20px;
	text-align: center;
}
#proScroll .item p{
	font-size: 16px;
	line-height: 26px;
	height: 26px;
	overflow: hidden;
	margin: 10px 0;
}
#proScroll .owl-pagination{
	text-align: center;
	margin-top: 30px;
}
#proScroll .owl-controls .owl-page{
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #d9d9d9;
	display: inline-block;
	margin: 0 6px;
}
#proScroll .owl-controls .owl-page.active{
	background: #0606c9;
}
#proScroll .item .img{
	transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
}
#proScroll .item .img:hover{
	box-shadow:#a9a8a86b 0px 3px 9px 4px;
	-webkit-box-shadow:#a9a8a86b 0px 3px 9px 4px;
}

.about-wrap{
	border: #f0f0f0 1px solid;
	padding: 32px 10px 25px;
	margin: 42px 0 33px;
}
.index-about .about-info{
	margin:15px 0 8px;
}
/*footer*/

.footer{
	width: 100%;
	/*background: #494958;*/
	background:#494958 url(../img/footbg.png) 75% bottom  no-repeat;
	color:#fff;
	padding-top: 36px;
	padding-bottom: 78px;
}
.copyright{
	margin-top:10px;
}
.footer-right{
	text-align: right;
}
.footer-right>span{
	line-height: 44px;
}
.footer-right .share{
	overflow: hidden;
}
.footer-right .share a{
	display: inline-block;
	width: 44px;
	height: 44px;
	float: none;
	margin: 0 0 0 10px;
	background: url(../img/icons.png) 0 0 no-repeat;
}
.share a.bds_twi{
	background-position-x: -60px;
}
.share a.bds_tqq{
	background-position-x: -120px;
}
/*products*/
.inside-banner{
	width: 100%;
	text-align: center;
}
.inside-banner img{
	max-width: initial;
	width: 100%;
}

.current{
	padding-bottom:18px;
	border-bottom: #ebeaea 2px solid;
	margin: 42px 0 0;
	overflow: hidden;
}
.current>a{
	color: #666;
}
.current-a{
	color: #0505bb;
}

.proTab {
	margin-top: 40px;
    margin-bottom:24px;
    overflow: hidden;
}
.proTab li {
    width: 33.33%;
    float: left;
    padding: 0 1%;
}
.proTab li>a {
    display: block;
    height:52px;
    line-height: 52px;
    background: #e8e8ed;
    text-align: center;
    font-size:18px;
}
.proTab li>a.active {
    background: #0505bb;
    color: #fff;
}
.child_a {
    border: #e8e8ed 1px solid;
    padding: 10px 30px;
    line-height: 30px;
}
.child_a>a {
    display: inline-block;
    padding: 0 12px;
    margin: 5px;
}
.child_a>a:hover, .child_a>a.active {
    color: #fff;
    background: #0505bb;
}

.con{
	margin: 50px 0 30px;
	min-height: 200px;
}
.prolist li{
	text-align: center;
	margin-bottom: 20px;
}
.prolist li img{
	cursor: pointer;
}
.prolist li p{
	font-size: 16px;
    line-height: 26px;
    height: 26px;
    overflow: hidden;
    margin: 10px 0;
}
/*分页*/
.pager{
	padding:20px 0 50px;
	text-align: center;
}
.pager span{
	margin: 5px 3px;
  display: inline-block;
}
.pager span a {
	display: inline-block;
	padding: 0 10px;
	height:25px;
	line-height:25px;
	font-size: 14px;
	text-align: center;
	color: #333;
	background:none;
	border-radius: 1px;
}

.pager span .active,
.pager span:hover a,.pager span a.active,.pager span.active a {
	background:#0505bb;
	color: #fff;
}
.pager span:first-child a,.pager span:last-child a{
	background: none;
}
.pager span:first-child a:hover,.pager span:last-child a:hover{
	color:#0d0d0d;
}
/*news*/
.news-list .news-li {
    display: block;
    margin-bottom:54px;
}
.news-info {
    width: 100%;
    background: #eeeeef;
    padding: 42px 35px 40px 35px;
    position: relative;
}
.news-info h4{
	font-size: 20px;
	color: #010101;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
}
.news-info .news-text{
	line-height: 30px;
	margin-top: 10px;
	height: 60px;
	overflow: hidden;
}
.news-info .more{
	color: #0505bb;
}
.news-info i {
    display: block;
    width: 37px;
    height: 19px;
    background: url(../img/shape.png) center no-repeat;
    position: absolute;
    left: 56px;
    bottom: -17px;
    z-index: 9;
}
.news-list .news-img {
    overflow: hidden;
}
.news-list .news-img img {
    max-width: 100%;
    transition: all .5s;
    -webkit-transition: all .5s;
}
.news-list .news-img:hover img{
	transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
@media only screen and (max-width: 1400px) {
	.nav-main li>a{
		padding-left:46px;
		font-size: 18px;
	}
}
@media only screen and (max-width:1200px ) {
	.nav-main li>a{
		padding-left:26px;
		font-size: 16px;
	}
}

@media only screen and (max-width:1024px) {
	.nav-main li>a{
		padding-left: 20px;
	}
}

@media only screen and (max-width:991px) {
	.header-right{
		display: none;
	}
	.header-con{
		height: 60px;
		margin: 0;
	}
	.logo{
		margin: 10px 0;
	}
	.logo img{
		height: 40px;
	}
	.header .menu{
		display: block;
	}
	
	.index-title {
	    margin:30px 0 25px;
	}
	#proScroll .owl-pagination{
		margin-top: 20px;
	}
	.index-video{
		margin-top: 20px;
	}
	.about-wrap{
		margin:30px 0 25px;
		padding:20px 0;
	}
	
	.footer{
		background:#494958;
		padding-top:30px;
   		padding-bottom:30px;
	}
	.footer-right{
		text-align: left;
		margin-top: 20px;
	}
	.proTab li>a{
		font-size: 16px;
	}
	.child_a{
		padding: 10px 5px;
	}
	.child_a>a{
		padding: 0 6px;
	}
}
@media only screen and (max-width:767px ) {
	
	
	/*.inside-banner{
		width: 100%;
		height: 138px;
		position: relative;
		overflow: hidden;
	}
	.inside-banner img{
		position: absolute;
		width: 768px;
		height: 136px;
		left: 50%;
		margin-left:-384px;
	}*/
	
	
}

@media only screen and (max-width:640px) {
	#proScroll .item p,.prolist li p,.proTab li>a{
		font-size: 14px;
	}
}
@media only screen and (max-width:480px) {
	.carousel-indicators li,.carousel-indicators li.active{
		width: 10px;
		height: 10px;
	}
	.index-video li{
		width: 100%;
		margin-top: 20px;
	}
	.prolist li{
		width: 100%;
	}
	
	.proTab {
	    margin-top: 20px;
	    margin-bottom: 0px;
    }
	.proTab li{
		width: 50%;
		margin-bottom: 10px;
		padding: 0 10px;
	}
	.con {
	    margin:30px 0 30px;
	    min-height:100px;
	}
	.news-info{
		padding: 20px 10px 20px 10px;
	}
}

/*news*/


/*新闻内页*/

h4.newstitle {
	line-height: 40px;
	text-align: center;
}

.news_message {
	text-align: center;
	margin-bottom: 30px;
}


.index-video video{
	height:360px;
}


@media only screen and (max-width:640px) {
	.index-video video{
	height:auto;
}
}