
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);}
}

.header,header{
	position: relative;
	left: 0;
	z-index: 99;
	-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: 30px 0 29px;
	z-index: 99;
}
.top{
	text-align: right;
	margin-top: 16px;
}
.top>a{
	display: inline-block;
	height: 26px;
	line-height: 26px;
	margin-left: 10px;
	text-align: center;
	color: #fff;
}
.top .top_lan{
	width: 35px;
	background: #e50012;
}
.top .top_contact{
	width:90px;
	background: #1b5cb0;
}
#nav{
	margin-top: 4px;
}
#nav>li{
	display: inline-block;
}
#nav>li a{
	display: block;
	line-height:40px;
	padding-left: 36px;
	font-size: 16px;
	font-weight: bold;
}
#nav>li.home a{
	padding-left:5px;
}
#nav>li.active a,#nav>li:hover a{
	color: #1b5cb0;
}
.menu {
	width: 40px;
	height: 40px;
	float: right;
	border: #ddd 1px solid;
	border-radius: 5px;
	text-align: center;
	margin:29px 20px 29px 40px;
	cursor: pointer;
	display: none;
	padding: 6px 8px;
}

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

.menu:hover {
	background: #ddd;
}

.phone_nav .close_n{
	height: 40px;
	line-height: 40px;
	display: block;
    color: #fff;
    font-size: 40px;
    text-align: right;
    cursor: pointer;
}
.phone_nav{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index:99999;
	background:rgba(0,0,0,.7);
	overflow: auto;
	display: none;
}
.phone_nav li{
	text-align: center;
	line-height: 40px;
}
.phone_nav li a,.phone_nav li>span{
	display: block;
	color: #fff;
}
.phone_nav li>span{
	cursor: pointer;
}
.phone_nav li dl{
	display: none;
}
.phone_nav li span.active{
	color: #1b5cb0;
}
/*banner*/
.banner{
	position: relative;
}
.banner .swiper-container {
    width: 100%;
    position:initial;
}
.swiper-slide img{
	max-width: 100%;
}
.swiper-container .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	background:none;
	border:#fff 1px solid;
	opacity: 1;
	cursor: pointer;
}
.swiper-container .swiper-pagination-bullet-active{
	background:#fff;
}

.index_banner_t{
	position: absolute;
	width: 710px;
	height: 109px;
	bottom: 0;
	left: 50%;
	margin-left: -355px;
	background: url(../img/index_bg01.png) center no-repeat;
	padding: 26px 20px 0 50px;
	color: #fff;
	z-index:2;
}
.index_banner_t a{
	color: #fff;
}
.index_banner_t h4{
	line-height: 41px;
}
/*index*/
.index_wrap{
	width: 100%;
	background: #fafafa;
	padding: 55px 0 40px;
}
.index_wrap .index_img{
	
}
.index_wrap li h4{
	font-size: 20px;
	color: #4a4a4a;
	margin-top: 5px;
}
.index_wrap li p{
	font-size: 16px;
	color: #969696;
	margin-top: 30px;
}


.index_about{
	/*margin: 52px auto 78px;*/
	margin-top: 52px;
	margin-bottom: 78px;
}
.index_about li>a{
	display: block;
	background: #f2f2f2;
}
.index_about li .about_l{
	padding: 50px 40px 40px;
}
.index_about li h3{
	font-weight: bold;
	color: #4a4a4a;
}
.index_about li .index_text{
	line-height: 32px;
	height: 96px;
	overflow: hidden;
	margin-top: 40px;
}
.index_about li .more{
	display: block;
	width:44px;
	height:20px;
	margin-top: 60px;
	background:url(../img/jt01.png) center no-repeat;
	transition: all .5s ease;
	-ms-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
}
.index_about li:hover .more{
	background:url(../img/jt02.png) center no-repeat;
}
.index_about li .about_img{
	text-align: center;
}
.index_a .about_l{
	width: 52%;
}
.index_a .about_img{
	width: 48%;
}
.index_b .about_l{
	width: 59%;
}
.index_b .about_img{
	width: 41%;
}
/*footer*/
.footer{
	width: 100%;
	padding: 36px 0 32px;
	background: #fafafa;
	border-bottom:#e5e5e5 1px solid;
}
.bottom_nav li{
	float: left;
	margin-right: 110px;
}
.bottom_nav li h4>a,.footer_right h4>a{
	font-weight: bold;
	color: #1b5cb0;
}
.bottom_nav li dl,.footer_text{
	margin-top: 18px;
	line-height: 22px;
	color: #999;
}
.bottom_nav li dl>a{
	display: block;
	line-height: 22px;
	color: #999;
}
.copright{
	line-height: 40px;
	padding-top: 17px;
	padding-bottom: 17px;
}
/*公司概括*/

@media only screen and (min-width:1500px) {
	
}

@media only screen and (max-width:1400px) {
	#nav>li a{
		padding-left:18px;
	}
	#nav>li.home a{
		padding-left: 0;
	}
}

@media only screen and (max-width:1200px) {
	#nav>li a{
		font-weight: normal;
		font-size: 14px;
		padding-left:10px;
	}
	.index_wrap li h4{
		font-size: 18px;
	}
	
	.bottom_nav li{
	 	margin-right: 70px;
	 }
	 
	 .index_about li .index_text {
	    line-height:30px;
	    height: 90px;
	    margin-top: 20px;
	}
	.index_about li .more{
		margin-top: 40px;
	}
}
@media only screen and (max-width:1024px) {
	 .header .menu{
	 	display: block;
	 }
	 .header-right{
	 	display: none;
	 }
	 
	 .bottom_nav li{
	 	margin-right:50px;
	 }
	 
	 .index_wrap li h4{
	 	margin-top: 20px;
	 }
	 .index_wrap li p{
	 		margin-top:10px;
	 		font-size: 14px;
	 }
}

@media only screen and (max-width:991px) {
	.bottom_nav li{
	 	margin-right:30px;
	 }
	.index_wrap li{
		margin-bottom: 20px;
	}
	.index_about li{
		margin-bottom: 30px;
	}
	.index_wrap li h4{
		font-size: 16px;
	}
	.index_about li .index_text {
	  line-height:24px;
	  height:72px;
	  margin-top: 20px;
	}
	.index_about li .more{
		margin-top:20px;
	}
}

@media only screen and (max-width:767px) {
	.index_banner_t{
		display: none;
	}
	.bottom_nav,.footer_right{
		width: 100%;
		float: left;
	}
	.bottom_nav li{
		width: 100%;
	}
	.bottom_nav li dl,.footer_text{
		display: none;
	}
	.bottom_nav li h4, .footer_right h4{
		border-bottom:#ccc 1px solid;
		padding-right: 10px;
	}
	.bottom_nav li h4>a, .footer_right h4>a{
		display: block;
		line-height: 40px;
		height: 40px;
		font-weight: normal;
		font-size: 14px;
		color: #666;
		background: url(../img/b_arrow.png) right center no-repeat;
	}
	
	.copright .fl{
		float: none;
		text-align: center;
		display: block;
	}
	.b_logo{
		display: none;
	}
	
	.index_about {
    margin-top: 40px;
    margin-bottom: 40px;
	}
}

@media only screen and (max-width:640px) {
	.logo img{
		height: 30px;
	}
	.logo{
		margin: 15px 0;
	}
	.header .menu{
		margin: 10px 0;
	}
	.index_wrap li h4{
		font-size: 14px;
	}
	
	.index_about {
    margin-top:30px;
    margin-bottom: 10px;
	}
	.index_about li .about_l {
    padding: 30px 20px 20px;
	}
	.index_about li .about_l,.index_about li .about_img{
		width: 100%;
	}
	.index_about li .index_text {
	  height:auto;
	  margin-top: 20px;
	}
}

@media only screen and (max-width:480px) {
	.logo img{
		height:24px;
	}
	.logo{
		margin:18px 0;
	}
}

/*关于奇国*/
.ny_nav{
	width: 100%;
	background: #666;
}
.ny_nav.on{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
}
.ny_nav li{
	display: inline-block;
	padding-right: 44px;
}
.ny_nav li>a{
	display: block;
	line-height: 58px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}
.ny_nav li:hover>a,.ny_nav li.active>a{
	color:#000;
}

.ny_current{
	width: 100%;
	padding:25px 0;
	line-height: 50px;
	background: #E8E8E8;
}
.ny_current h2{
	color: #1a1a1a;
	font-weight: bold;
	line-height: 50px;
}
.ny_current span{
	font-size: 16px;
}
.ny_current .current_a{
	color: #1b5cb0;
}

.about_top{
	margin-top: 77px;
	margin-bottom: 75px;
}
.about_top .about-right{
	margin-top: 24px;
}
.about-right h1{
	color: #1A1A1A;
}
.about-right h2{
	color: #d0d0d0;
	margin: 12px 0 32px;
}
.about-con2{
	width: 100%;
	background: url(../img/about_bg01.jpg) right bottom no-repeat;
	padding: 64px 0 30px;
}
.about-con2 .about-text2{
	width: 50%;
	margin: 0 auto 42px;
}
.about-bottom{
	width: 100%;
	line-height: 118px;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	text-align:center;
	padding: 0 20px;
	background: url(../img/about_bg02.jpg) center;
}
/*董事长致辞*/
.speech_c{
	background: #F5F5F5;
}
.speech-box{
	width: 100%;
	background: #F5F5F5;
}
.speech-top{
	background: #1b5cb0;
	color: #fff;
	padding:32px 32px 32px 58px;
	font-size: 16px;
}
.speech-top .fl p{
	margin-top: 20px;
	/*padding-left:35px;*/
	text-align: center;
}
.speech-con{
	background:#fff url(../img/about_bg03.jpg) bottom center no-repeat;
	position: relative;
}
.speech-guide{
	position: absolute;
	left: 5%;
	top:85px;
}
.speech-con .speech-text{
	width: 70%;
	margin: 0 auto;
	text-align: center;
	font-size: 16px;
	color: #4a4a4a;
	padding: 100px 0;
}
/*组织架构*/
.zuzhi-box{
	text-align: center;
	margin-top: 38px;
}
.zuzhi_top p{
	font-weight: bold;
	font-size: 16px;
}
.zuzhi-con{
	background: url(../img/zuzhi_bg.png) center no-repeat;
	padding: 44px 0 60px;
}
/*企业荣誉*/
.honor-box{
	width: 100%;
	background: url(../img/honor_bg.png) right bottom no-repeat;
	margin-top: 55px;
}
.honor-list li{
	margin-bottom: 42px;
	text-align: center;
}
.honor-list li p{
	margin-top: 20px;
	font-size: 16px;
}
/*分页*/
.ny_pager{
	margin: 20px 0 50px;
	text-align: center;
}
.ny_pager span{
	display: inline-block;
}
.ny_pager span>a{
	display: block;
	height: 28px;
	line-height: 26px;
	color: #c9c9c9;
	border: #c9c9c9 1px solid;
	padding: 0 9px;
}
.ny_pager span.active a,.ny_pager span:hover a{
	color: #fff;
	border-color: #e50012;
	background: #e50012;
}

.pager{
	margin: 42px 0 50px;
}
.pager span{
	display: inline-block;
}
.pager span>a{
	display: block;
	line-height: 20px;
	padding: 0 10px;
	color: #666;
}
.pager span.active>a,.pager span:hover a{
	font-weight: bold;
	color: #1b5cb0;
}
.pager img {
	display: block;
    vertical-align: baseline;
}
/*领导关怀*/
.care-box{
	margin-top: 55px;
}
.care-list li{
	margin-bottom:50px;
}
.care-list li>a{
	display: block;
	padding-top: 22px;
	border-top:#e5e5e5 1px solid;
}
.care-list li .img{
	padding-left: 0;
}
.care-list li h4{
	font-weight: bold;
	color: #2a2a2a;
	line-height: 26px;
	height: 52px;
	overflow: hidden;
}
/*厂区环境*/
.factory-box{
	margin: 50px auto 100px;
	padding:0 100px;
}
.factory-box h4{
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #1a1a1a;
}
#factory{
	margin-top: 64px;
}
#factory .owl-item{
	padding:0 2px;
}
#factory .item{
	position: relative;
}
#factory .mast{
	position: absolute;
	bottom:-115px;
	left: 0;
	width: 100%;
	height:115px;
	line-height: 115px;
	background: rgba(0,0,0,.6);
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	padding:0 50px;
	transition: all .5s ease;
	-ms-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
}
#factory .mast-img{
	position: absolute;
	top:0;
	right:50px;
	cursor: pointer;
}
#factory .item:hover .mast{
	bottom: 0;
}
#factory  .owl-controls .owl-buttons div{
	position: absolute;
	width: 47px;
	height: 47px;
	top: 50%;
	margin-top: -23px;
}
#factory .owl-prev{
	background: url(../img/arrow-left.png) center no-repeat;
	left:-90px;
}
#factory .owl-next{
	background: url(../img/arrow-right.png) center no-repeat;
	right:-90px;
}

/*领导关怀内页*/
.news-top{
	width: 100%;
	background: url(../img/news-top.jpg) center;
	color: #fff;
	padding:28px 0;
}
.news-title{
	position: relative;
}
.news-title .back_btn{
	position: absolute;
	display: block;
	width: 58px;
	height: 58px;
	top: 50%;
	margin-top: -29px;
	right: 0;
}
.news-title .time{
	color: #fff;
}
.news-title h3{
	margin:0 0 15px;
}

.share .bdsharebuttonbox a{
	display: inline-block;
	float: none;
	width: 20px;
	height: 20px;
	line-height: 20px;
	margin: 0;
	padding: 0;
	background: url(../img/icons.png)0 0 no-repeat;
}
.share .bdsharebuttonbox a.bds_weixin{
	background-position-x: -24px;
}
.share .bdsharebuttonbox a.bds_tsina{
	background-position-x: -48px;
}
.share .bdsharebuttonbox a.bds_more{
	background-position-x: -72px;
}

.news-detail{
	margin: 42px 0 90px;
}
.news-detail .news-text{
	line-height: 30px;
	font-size: 16px;
	margin-top:38px;
}

.news-right h4{
	padding-bottom:12px;
	border-bottom: #ccc 1px solid;
	font-size: 20px;
	color: #2A2A2A;
	margin-bottom: 15px;
}
.news_r_li li{
	padding:18px 0 10px;
	border-bottom: #e9e9e9 1px solid;
	font-size: 16px;
}
.news_r_li li .news_t{
	color: #2A2A2A;
	display: inline-block;
	transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
}
.news_r_li li .news_t i{
	background: url(../img/news-jt02.png) right center no-repeat;
	display: inline-block;
    width: 8px;
    height: 11px;
    margin-left: 5px;
}
.news_r_li li .time{
	display: block;
	background: url(../img/time.png) left center no-repeat;
	padding-left:18px;
}
.news_r_li li:hover .news_t{
	color: #e50012;
}
.news_r_li li:hover .news_t i{
	background: url(../img/news-jt01.png) right center no-repeat;
}

/*news*/
.time{
	font-size: 16px;
	color: #969696;
}
#newsScroll .owl-item{
	background: #f4f4f4;
}
#newsScroll .more{
	display: block;
	width: 160px;
	height: 47px;
	line-height: 47px;
	background: #e50012;
	text-align: center;
	font-size: 16px;
	color: #fff;
	margin-top: 50px;
}
#newsScroll .news_t_r{
	display: block;
	padding: 50px 30px 0;
}
#newsScroll .owl-controls{
	text-align: center;
	margin-top: 20px;
}
#newsScroll .owl-controls .owl-page{
	display: inline-block;
	width: 14px;
	height: 14px;
	border: #787878 1px solid;
	border-radius: 50%;
	margin: 0 10px;
}
#newsScroll .owl-controls .owl-page.active{
	background:#787878;
}

.news_t_r h4{
	color: #2a2a2a;
}
.news_t_r .time{
	margin:16px 0 14px;
}
.news_t_r .news-info{
	font-size: 16px;
	height:96px;
	overflow: hidden;
}

.news-list{
	margin-top:58px;
}
.news-list li>a{
	display: block;
	margin-bottom: 68px;
	padding-bottom: 30px;
	border-bottom: #d3d3d3 1px solid;
}
.news-list li h4{
	font-size: 16px;
	color: #2a2a2a;
	line-height: 26px;
}
.news-list li .time{
	display: block;
    background: url(../img/time.png) left center no-repeat;
    padding-left: 18px;
    margin:10px 0 5px;
}
.news-list li:hover h4,.news_t_r:hover h4{
	color: #e50012;
}

/*研发中心*/
.ny_top{
	position: relative;
}
.inside-banner{
	position: relative;
}
.inside-banner img{
	width: 100%;
	max-width: initial;
}
.ny_nav2{
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.7);
	z-index: 2;
}
.ny_nav.ny_nav2 li:hover>a, .ny_nav.ny_nav2 li.active>a{
	color:#e50012;
}
.inside-text{
	position: absolute;
	width: 100%;
	color: #fff;
	font-weight: bold;
	text-align: center;
	left: 0;
	top:40%;
	z-index: 3;
}
.inside-text h2{
	font-size: 32px;
	font-weight: bold;
	margin-top: 15px;
}

.research-box{
	margin: 45px 0 0;
}
.research-text{
	width: 80%;
	line-height: 30px;
	margin:0 auto 48px;
	text-align: center;
}
.research-list li{
	width: 25%;
	padding: 0 6px;
	margin-bottom:12px;
	float: left;
}

/*行业应用*/
.apply-con{
	margin: 63px 0 43px;
}
.apply-list li{
	width:49%;
	float: left;
	background: url(../img/apply_bg.jpg) center;
	color: #fff;
	margin-bottom: 6px;
	margin-right: 1%;
	cursor:pointer;
	transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
}
.apply-list li:hover{
	background:#d0112b;
}
.apply-list li .img{
	width:74%;
	overflow: hidden;
}
.apply-list li .img img{
	transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
}
.apply-list li:hover img{
	transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.apply-list li .apply_r{
	width: 26%;
	padding-left: 28px;
	padding-top:50px;
}
.apply-list li .apply_r span{
	display: inline-block;
	width:30px;
	height: 2px;
	background: #fff;
	margin-top:70px;
}
.apply-list li h4{
	font-weight: bold;
	font-size: 20px;
}
/*下载中心*/
.download-top{
	margin-top: 50px;
}
.download-info{
	font-size: 16px;
}
.download-info span{
	color: #1b5cb0;
}
.download-top .search{
	margin: 37px 0 20px;
}
.search select{
	width: 252px;
	height: 46px;
	line-height: 44px;
	border:#d0cfce 1px solid;
	background: #f1f1f1;
	color: #969696;
	padding: 0 14px;
	margin-right: 20px;
	margin-bottom: 20px;
}
.search input{
	display: block;
	float: left;
	width: 252px;
	height: 46px;
	line-height: 44px;
	border:#d0cfce 1px solid;
	background: #f1f1f1;
	color: #969696;
	padding: 0 14px;
	margin-bottom: 20px;
}
.search .search_btn{
	display: block;
	float: left;
	width: 112px;
	height: 46px;
	text-align: center;
	line-height: 46px;
	font-size: 16px;
	color: #fff;
	border: none;
	background: #1b5cb0;
}

.download-con{
	border-top:#b8b8b8 1px solid;
	padding-top: 32px;
}
.download-con h4{
	font-size: 20px;
	color: #2a2a2a;
}
.download-list{
	margin-top: 28px;
}
.download-list li{
	line-height: 48px;
	height: 48px;
	overflow: hidden;
	font-size: 16px;
	padding-left: 30px;
	background: #eee;
}
.download-list li>a{
	display: block;
	color:#2A2A2A;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.download-list li:nth-child(2n){
	background:#fafafa;
}
.download-con .pager{
	margin-left: 74px;
}

/*技术服务*/
.service-con{
	margin-top: 60px;
	margin-bottom: 60px;
}
.service-text{
	line-height: 30px;
	font-size:16px;
}
.doc_top{
	line-height:42px;
	background: #b8b8b8;
	font-size: 16px;
	color: #fff;
	padding-left: 25px;
	font-weight: bold;
}
.doc h5{
	color: #1b5cb0;
	margin: 10px 0 5px;
	font-weight: bold;
	padding-left: 25px;
}
.doc-list li{
	padding: 10px 14px;
	border-bottom: #b8b8b8 1px solid;
	line-height: 24px;
	background: url(../img/doc_btn.png) left 19px no-repeat;
}

/*招贤纳士*/
.talent-top{
	margin-top: 37px;
	padding-bottom: 16px;
	border-bottom: #b8b8b8 1px solid;
}
.talent-top h4{
	font-size: 20px;
	color: #1b5cb0;
}
.talent-top p{
	font-size: 16px;
	margin-top: 10px;
}
.talent-top h5{
	font-size: 16px;
	color: #4A4A4A;
	margin-bottom: 17px;
}
.job_search{
	overflow: hidden;
}
.job_search input{
	line-height: 48px;
	display: block;
	float: left;
}
.job_search input[type='text']{
	width:80%;
	border: #e3e3e3 1px solid;
}
.job_search_btn{
	width: 20%;
	background: #1b5cb0;
	text-align: center;
	color: #fff;
	font-size: 16px;
}
.talent-list{
	margin-top: 65px;
}
.talent-li{
	border-radius: 5px;
	background: #fbfbfb;
	border:#e5e5e5 1px solid;
	padding: 20px 0 25px;
	font-size: 16px;
	margin-bottom: 36px;
}
.talent-li h4{
	float: left;
	font-size: 20px;
	color: #4a4a4a;
	font-weight: bold;
}
.talent-li:hover h4{
	color: #1b5cb0;
}
.talent-li:hover{
	background: #f4f4f4;
}
.talent_a,.talent_b,.talent-text{
	padding: 0 35px;
}
.talent_b{
	background: #efefef;
	line-height: 44px;
	margin: 20px 0 25px;
	overflow: hidden;
}
.talent_b>span{
	display: block;
	width: 31%;
	float: left;
}
.talent_b>span.depart{
	width:38%;
}
.talent-text{
	line-height: 40px;
	height: 240px;
	overflow: auto;
}
.talent-li .apply{
	display: block;
	float: right;
	margin-right: 35px;
	width: 160px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	color: #fff;
	background: #626262;
}
.talent-li .apply:hover{
	background: #1b5cb0;
}
.job_more{
	display: block;
	width: 200px;
	height:46px;
	line-height: 46px;
	text-align: center;
	color: #fff;
	background: #1b5cb0;
	border-radius: 5px;
	margin: 38px auto 55px;
	font-size: 16px;
	font-weight: bold;
}
/*联系我们*/
.contact-top{
	width: 100%;
	background: #535353;
	padding: 40px 0 55px;
	color: #fff;
}
.contact-li{
	margin-top: 42px;
	font-size: 16px;
}
.contact-li li{
	overflow: hidden;
}
.contact-li .img{
	margin-right: 10px;
}
.contact-li li:nth-child(3n) span p{
	line-height: 57px;
}
.contact h4{
	margin: 35px 0;
	color:#1a1a1a;
}
.contact{
	margin-bottom: 66px;
}

/*发展历程*/
.history-box{
	width: 100%;
	height: 600px;
	background:url(../img/history_bg.jpg) center no-repeat;
	padding: 66px 0 70px;
	color: #fff;
	
}
.history-title{
	text-align: center;
}
.history-title h4{
	font-size: 20px;
	background: url(../img/history_title.png) center no-repeat;
	margin-top: 15px;
}
.history-con{
	margin-top: 126px;
	position: relative;
}
.history-con::before{
	content: '';
	width: 100%;
	height: 1px;
	background: #dcdcdc;
	position: absolute;
	left: 0;
	top: 50%;
}
.history-list{
	position: relative;
	z-index: 2;
	padding:0 100px;
}
@media only screen and (min-width:1400px) {
	.history-list{
		width:1400px;
		margin: 0 auto;
	}
}
.history-list li{
	text-align: center;
}
.history-list li .box{
	display: block;
	height: 132px;
}
.history-list li h5{
	font-size: 16px;
	line-height: 24px;
	height: 72px;
	overflow: hidden;
	margin-top: 12px;
}
.history-list li .history-text{
	width: 100%;
	z-index: 2;
	position: relative;
}

.history-list .history-text::before{
	content: '';
	width: 13px;
	height: 13px;
	background: url(../img/point.png) center no-repeat;
	position: absolute;
	top: 50%;
	margin-top: -6px;
	left: 50%;
	margin-left: -6px;
}
.history-text h5{
	margin-bottom: 20px;
}
.history-text.his h2{
	margin-top: 20px;
}
.history-text.his h5{
	margin-bottom: 0;
}
#historyScroll .owl-controls .owl-buttons div{
	width: 47px;
	height: 47px;
	position: absolute;
	top: 50%;
	margin-top: -23px;
}
#historyScroll .owl-prev{
	background: url(../img/arrow-left.png) center no-repeat;
	left:-90px;
}
#historyScroll .owl-next{
	background: url(../img/arrow-right.png) center no-repeat;
	right:-90px;
}
@media only screen and (min-width:1430px) {
	.factory-box{
		width:1360px;
	}
}

@media only screen and (max-width:1200px) {
	.about-bottom{
		font-size: 18px;
		line-height: 50px;
	}
	
	#newsScroll .news_t_r {
	    padding:30px 20px 0 0;
	}
	#newsScroll .more{
		margin-top: 20px;
	}
	
	.talent_a, .talent_b, .talent-text {
	    padding: 0 20px;
	}
}
@media only screen and (max-width:1024px) {
	.apply-list li .apply_r {
	    width: 26%;
	    padding-left: 20px;
	    padding-top: 29px;
	}
	.apply-list li .apply_r span{
		margin-top: 50px;
	}
	.apply-list li h4{
		font-size: 18px;
	}
	.talent-li{
		font-size: 14px;
	}
	.talent-li h4{
		font-size: 18px;
	}
	.talent-text{
		line-height: 30px;
	}
	.contact h4{
		margin:30px 0;
	}
	.contact{
		margin-bottom:50px;
	}
}

@media only screen and (max-width:991px) {
	.ny_nav li{
		padding-right: 30px;
	}
	.about-con2 .about-text2{
		width: 80%;
	}
	.about-bottom{
		font-size:16px;
	}
	.about_top {
	    margin-top:50px;
	    margin-bottom:50px;
	}
	.speech-con .speech-text{
		padding: 70px 0;
	}
	.speech-guide {
    	top: 45px;
	}
	.zuzhi_t img{
		height: 40px;
	}
	.zuzhi_top p,.honor-list li p{
		font-size: 14px;
	}
	.zuzhi-con{
		padding: 30px 0;
	}
	.factory-box{
		padding:0 60px;
		margin: 40px auto 60px;
	}
	#factory .owl-prev{
		left:-50px;
	}
	#factory .owl-next{
		right:-50px;
	}
	.factory-box h4{
		font-size: 14px;
		line-height: 26px;
	}
	#factory {
    	margin-top:40px;
	}
	
	#newsScroll .news_t_r {
	    padding:30px 20px;
	}
	.news_t_r .news-info{
		font-size: 14px;
		line-height: 24px;
		height: auto;
	}
	.news-list li>a{
		margin-bottom: 40px;
	}
	.news-list li h4,.time,#newsScroll .more{
		font-size: 14px;
	}
	
	.ny_nav2{
		position: initial;
	}
	.inside-text h2{
		font-size: 26px;
	}
	
	.apply-list li{
		width: 100%;
		margin-right: 0;
	}
	
	.apply-list li h4 {
	    font-size: 16px;
	}
	
	.service-con {
	    margin-top:40px;
	    margin-bottom:40px;
	}
	.service-text {
	    line-height: 26px;
	    font-size: 14px;
	    margin-bottom: 20px;
	}
	.talent-list {
	    margin-top:40px;
	}
	
	.talent-top h4{
		font-size: 18px;
	}
	.talent-top h5{
		margin-top: 20px;
	}
	
	.contact-li li{
		margin-bottom: 20px;
		font-size:14px;
	}
	
	.history-title h4{
		font-size: 16px;
	}
	.history-list li h5{
		font-size: 14px;
	}
}

@media only screen and (max-width:767px){
	.ny_nav li>a{
		line-height: 40px;
	}
	.about-con2 .about-text2{
		width: 100%;
	}
	.about-bottom,.ny_current span,.ny_nav li>a {
    font-size: 14px;
	}
	.about-con2{
		padding:30px 0 30px;
	}
	.ny_nav li{
		padding-right:20px;
	}
	.speech-top,.speech-con .speech-text{
		font-size: 14px;
	}
	
	.speech-con .speech-text{
		padding:50px 0;
	}
	.speech-guide {
    	top:35px;
	}
	
	.factory-box{
		padding:0 50px;
	}
	#factory .owl-prev{
		left:-48px;
	}
	#factory .owl-next{
		right:-48px;
	}
	.news-top{
		padding: 20px 0;
	}
	.news-detail {
    	margin:30px 0 50px;
	}
	.news-detail .news-text {
	    line-height:26px;
	    font-size: 14px;
	    margin-top:25px;
	}
	
	.news-right h4{
		margin-top: 30px;
		font-size: 18px;
	}
	
	.inside-banner {
	    height: 136px;
	    overflow: hidden;
	    width: 100%;
	    text-align: center;
	}
	.inside-banner img {
	    position: absolute;
	    width: 768px;
	    height: 136px;
	  	left:50%;
	    top: 0px;
	    margin-left: -384px;
	    z-index: 1;
	}
	.inside-text{
		top:40px;
	}
	.inside-text h2{
		font-size: 18px;
		margin-top: 5px;
	}
	.research-list li{
		width: 50%;
	}
	.talent-li h4 {
	    font-size: 16px;
	}
	footer{
		padding:20px 0;
	}
}

@media only screen and (max-width:640px){
	.ny_current {
    	padding:5px 0;
	}
	.about_top {
    margin-top:30px;
    margin-bottom:30px;
	}
	.about-con2{
		padding:20px 0;
	}
	.ny_nav li{
		padding-right:10px;
	}
	.speech-guide{
		display: none;
	}
	.speech-con .speech-text{
		width:90%;
	}
	.zuzhi_t img{
		height:35px;
	}
	.honor-box{
		background: none;
	}
	
	.factory-box{
		margin: 40px auto 40px;
	}
	#factory {
    	margin-top:30px;
	}
	
	.news-title .back_btn{
		display: none;
	}
	
	.research-box {
    	margin:30px 0 0;
	}
	.research-text{
		width: 100%;
		margin-bottom: 30px;
	}
	
	.apply-list li .img{
		width:60%;
	}
	.apply-list li .apply_r{
		width: 40%;
	}
	.apply-list li h4,.search .search_btn,.download-info,.download-list li {
	    font-size: 14px;
	}
	
	.download-top {
    	margin-top:30px;
	}
	.download-top .search {
	    margin: 25px 0 20px;
	}
	.download-con h4{
		font-size: 16px;
	}
	.download-list li{
		padding: 0 15px;
	}
	.service-text{
		font-size: 14px;
		line-height: 24px;
	}
	.job_more{
		margin: 30px auto 35px;
	}
	.footer{
		padding:10px 0;
	}
	.talent-top h4{
		font-size: 16px;
	}
	.talent-top p,.job_search_btn{
		font-size: 14px;
	}
	.contact h4{
		margin:20px 0;
	}
	.contact{
		margin-bottom:30px;
	}
	
	.history-title h4{
		font-size: 14px;
	}
	.history-box{
		height: auto;
		padding: 40px 0;
	}
	.history-con{
		margin-top:70px;
	}
	.history-list{
		padding:0 50px;
	}
	#historyScroll .owl-prev{
		left:-50px;
	}
	#historyScroll .owl-next{
		right:-50px;
	}
}


@media only screen and (max-width:480px) {
	.about-con2{
		background: none;
	}
	.honor-list li{
		width: 100%;
	}
	.care-list li .img,.care-list li .care-r{
		width: 100%;
		padding: 0;
		margin-bottom: 20px;
	}
	.care-list li{
		margin-bottom:10px;
	}
	.care-list li h4{
		height: auto;
	}
	
	.research-list li{
		width:100%;
	}
	
	.apply-list li .apply_r{
		padding-top: 15px;
	}
	.apply-list li .apply_r span {
	    margin-top: 20px;
	}
}

/*products*/
.pro-t{
	text-align: center;
	font-size: 16px;
	color: #1a1a1a;
	margin: 38px 0 53px;
}
.left_con{
	width: 24%;
	margin-bottom: 30px;
}
.left_con .pro_left_t{
	height: 63px;
	line-height: 63px;
	color: #2a2a2a;
	font-weight: bold;
	padding: 0 35px;
	background: #ccc;
}
.left_con .pro_left_t .menu{
	margin: 11px 0;
}
.pro_ul{
	margin-top: 10px;
}
.pro_ul li{
	border-bottom: #ccc 1px solid;
	padding: 10px 0;
}
.pro_ul li a{
	font-size: 16px;
	display: block;
	overflow: hidden;
}
.pro_ul h5{
	font-weight: bold;
	padding-right: 10px;
}
.pro_ul h5>a{
	line-height:35px;
	height:35px;
	color: #2a2a2a;
}
.pro_ul li h5.pro_s>a{
	background: url(../img/jia.png) right center no-repeat;
}
.pro_ul li.on h5.pro_s>a{
	background: url(../img/jian.png) right center no-repeat;
}
.pro_ul li dl{
	padding:0 24px;
	margin-top:10px;
	display: none;
}
.pro_ul li.on dl{
	display: block;
}
.pro_ul dl>a{
	line-height: 30px;
	height: 30px;
	background: url(../img/li01.png) left center no-repeat;
	overflow: hidden;
	padding:0 32px;
}
.pro_ul dl>a.on,.pro_ul dl>a:hover{
	background: url(../img/li02.png) left center no-repeat;
	color: #1b5cb0;
}

/*right*/
.right_con{
	width: 68%;
}
.pro-list li{
	background: #f5f5f6;
	padding: 20px;
	position: relative;
	margin-bottom: 40px;
}
.pro-list li .sign{
	width:105px;
	height: 26px;
	position: absolute;
	top: 0;
	left: 0;
	background: #1b5cb0;
	color: #fff;
	line-height: 26px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	z-index: 1;
}
.pro-list li>a{
	display: block;
	/*background: #fff;*/
	padding:10px 0;
}
.pro-list .pro-img{
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.pro-list .pro-right{
	margin: 24px 0;
}
.pro-list li h4{
	font-size: 20px;
	color: #1a1a1a;
}
.pro-list li h5{
	line-height: 24px;
	height: 72px;
	overflow: hidden;
	margin:20px 0 22px;
}
.pro-list li .cans{
	display: block;
	color: #1b5cb0;
}
.pro-list li>a:hover{
	background: #fff;
}

/*产品内页*/
.pro_nav.ny_nav li>a {
    line-height:58px;
}
.ny_nav .back_btn{
	display: block;
	float: right;
	line-height: 58px;
}
.pro-top{
	width: 100%;
	background: #f6f6f6;
	padding:40px 0 60px;
}
/*产品滚动*/
.foucebox .smallImg{
	width:20%;
	float: left;
	/*height:280px;*/
	/*margin-top: 40px;*/
	/*padding: 40px 0;*/
	position: relative;
}
.smallImg .hd{
	width: 60px;
	/*margin:0 auto;*/
}
.foucebox .bd{
	width:80%;
	float: left;
	/*padding-left: 30px;*/
	margin-top: 50px;
}
.foucebox .bd ul{
	text-align: center;
	margin: 0 auto;
}
.foucebox .bd img {max-width: 100%;text-align: center;}

.foucebox .hd .tempWrap{
	height: 335px !important;
	overflow: hidden;
}
.foucebox .hd ul { position:relative; width:100%; overflow:hidden;}
.foucebox .hd li {width:60px; height:60px;line-height:58px;cursor:pointer;overflow:hidden;;text-align: center;border: #e0e0e0 1px solid;
	margin-bottom: 12px;
	position: relative;
	background: #fff;
	/*padding:3px 0;*/
	}

.foucebox .hd li.on{border:#1b5cb0 1px solid;}
.foucebox .hd img {max-width: 100%; max-height: 100%;padding:3px 0;}
.foucebox .hoverBg { position:absolute; top:0; left:0px; width:60px; height:60px; z-index:100; background:url(images/hover.png) no-repeat;
		
	}
.foucebox .prev,.foucebox .next{
	display: block;
	width:100%;
	height:11px;
	/*position: absolute;
	left: 50%;
	margin-left: -10px;*/
	text-align: center;
}
.foucebox .prev{
	background: url(../img/pro-prev.png) center no-repeat;
	margin-bottom:10px;
	/*top:-30px;*/
}
.foucebox .next{
	background:url(../img/pro-next.png) center no-repeat;
	margin-top: 20px;
	/*bottom:-30px;*/
}
/*产品内页右侧*/
.pro_top_r h2{
	font-weight: bold;
	color: #2a2a2a;
}
.pro_top_r .pro-text{
	line-height: 30px;
	font-size: 16px;
	color:#969696;
	height:120px;
	margin: 20px 0 40px;
}
.pro_top_r .down_btn{
	display: inline-block;
	width: 217px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	color:#fff;
	background: #1b5cb0;
	font-weight: bold;
	font-size: 16px;
}

.pro-title{
	line-height: 54px;
	width: 100%;
	background: #4a4a4a;
}
.pro-title span{
	display: block;
	width:176px;
	background: #1b5cb0;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
}
.pro .pro-detail{
	margin:25px 0 50px;
	min-height: 200px;
	font-size: 16px;
	line-height: 24px;
	
}


@media only screen and (max-width:991px) {
	.inside-text{
		top: 25%;
	}
	.left_con,.right_con{
		width: 100%;
	}
	.pro_ul{
		display: none;
	}
	
	.left_con .pro_left_t .menu{
		display: block;
	}
	.pro-list li h4{
		font-size: 18px;
	}
	.pro_top_r{
		margin-top: 30px;
	}
}
@media only screen and (max-width:767px) {
	.pro-t{
		margin: 20px 0 30px;
	}
	.pro-list li h5{
		height: auto;
	}
	.pro-list li h4 {
	    font-size: 16px;
	}
	.pro_top_r .pro-text{
		height: auto;
		font-size: 14px;
	}
	.pro_top_r .down_btn{
		width: 160px;
		line-height: 48px;
		height: 48px;
		font-size: 14px;
	}
	.pro-title{
		line-height: 48px;
	}
	.pro-title span{
		width: 160px;
		font-size: 14px;
	}
	.pro-t,.pro .pro-detail{
		font-size: 14px;
	}
}

/*add*/
.pro_top_r .pro-btn{
	text-align: center;
}
.pro_top_r .pro-btn>a{
	display: inline-block;
	width: 40%;
	margin: 0 15px;
}

/*产品附件*/
.fuj{
	margin: 40px auto 20px;
}
.fuj-ul li{
	text-align: center;
	margin-bottom: 38px;
	font-size: 16px;
}
.fuj-ul li .img{
	border: #cbcbcb 1px solid;
	/*transition: all .5s;*/
	padding: 8px;
}
.fuj-ul li .img img{
	/*padding: 8px;*/
}
.fuj-ul li:hover .img{
	border: #cbcbcb 8px solid;
	padding: 1px;
}
.fuj-ul li p{
	height: 26px;
	line-height: 26px;
	overflow: hidden;
	margin-top: 10px;
}
.fuj-ul li>a:hover{
	font-weight: bold;
}

.fujian-top{
	width: 100%;
	padding: 40px 0 34px;
	background: #f6f6f6;
}
.fujian-top .img img{
	border: #cbcbcb 1px solid;
}
.fujian-top .fuj-info{
	margin: 25px 0;
}
.fujian-top .fuj-info h3{
	color: #1b5cb0;
	font-weight: bold;
	margin-bottom: 15px;
}
.fuj-con{
	margin: 50px auto;
}
.pro-detail{
	font-size: 16px;
	line-height: 24px;
}
@media only screen and (max-width:480px) {
	.pro_top_r .pro-btn>a{
		margin:5px;
	}
	.fuj-ul li{
		width: 100%;
	}
	.pro-detail{
		font-size: 14px;
	}
}