@charset "utf-8";
/* 首页 */
html, body{
	height:100%;
	background:#fff;
}
strong{ font-weight:bold}
.container{
	min-width:320px; 
	max-width:640px; 
	width:100%;
	height:100%; 
	margin:0 auto;
	position:relative;
	
}

/*header*/

header{
	min-width:320px;
	max-width:640px;
	width:100%;
	position: fixed;
	top: 0; 
	z-index:99;
}

header .tab-box{
	 background:#fff;
	 height:60px;
	 position:relative;
} 

header .tab-box .logo{
	background:url(../images/logo.png) no-repeat left center;
	background-size:contain;
	width: 80%;
	height:40px;
	position:absolute;
	top:10px;
	left:5px;
	/*right:110px;*/
	text-align:	right;
	z-index:99
}
header .tab-box .btn-menu{
	background:url(../images/menu.png) no-repeat center;
	background-size:24px;
	width:40px;
	height:40px;
	position:absolute;
	top:10px;
	right:5px;
	z-index:101;
	border:1px solid rgba(255,255,255,0.1);
	cursor:pointer;
}
header .tab-box .btn-stock{
	/*background:url(../images/language.png) no-repeat center;
	background-size:24px;*/
	width:40px;
	height:40px;
	position:absolute;
	top:10px;
	right:50px;
	z-index:10;
	border:1px solid rgba(255,255,255,0.1);
	cursor:pointer;
}
header .tab-box .btn-close{
	background:url(../images/close.png) no-repeat center;
	width:40px;
	height:40px;
	position:absolute;
	top:10px;
	right:5px;
	z-index:101;
	border:1px solid rgba(255,255,255,0.1);
	cursor:pointer;
}


header .menu{
	background: -webkit-linear-gradient(rgba(4,113,158,1), rgba(15,55,155,1)); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(rgba(4,113,158,1), rgba(15,55,155,1)); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(rgba(4,113,158,1), rgba(15,55,155,1)); /* Firefox 3.6 - 15 */
    background: linear-gradient(rgba(4,113,158,1), rgba(15,55,155,1)); /* 标准的语法（必须放在最后） */
	min-width:320px;
	max-width:640px;
	width:100%;
	height:100%;
	/*position: fixed;
	top:0;
	z-index:100;*/
}

header .menu > ul{
	/*position:absolute;
	top:70px;*/
	width:100%;
	text-align:center;
	color:#FFF;
}
header .menu>ul>li{
	height: 40px; 
	line-height: 40px;
	font-size:14px; 
	text-align:center;
	cursor:pointer;
}
header .menu>ul>li>a{
	position: relative;
	color:#ccc;
	display: block; 
	height: 40px;
	padding-right:10%;
	border-bottom:1px solid rgba(255,255,255,0.1);
}
header .menu>ul>li>a i{
	background: url(../images/arrow.png) center no-repeat;
	display: block; 
	width: 20px; 
	height: 20px; 
	position: absolute; 
	right:5px; 
	top: 10px;
}

header .menu>ul>li>ul{
	position:absolute;
	top:0;
	display: none;
	width:100%;
	height:300px;
}
header .menu>ul>li>ul span{
	display:block;
	color:#ddd;
	font-size:14px;
}
header .menu>ul>li>ul li{
	height:40px;
	cursor:pointer;
}
header .menu>ul>li>ul li a{
	display:block;
	color:#ccc;
	font-size:14px;
	border-top:1px solid rgba(255,255,255,0.1);
}





/* article */
article{
	padding:60px 0;
}

/* banner */
.product-slide {
	margin: 0; 
	padding: 0; 
	position: relative; 
	background: #fff;
}
.product-slide .slides > li {
	display: none; 
	-webkit-backface-visibility: hidden;
}
.product-slide .slides img {
	width: 100%; 
	display: block;
}
.product-slide .flex-control-nav {
	width: 100%; 
	position: absolute; 
	bottom: 0; 
	text-align: center;
}
.product-slide .flex-control-nav li {
	margin: 0 2.5px; 
	display: inline-block; 
	zoom: 1;
	*display: inline;
 }
.product-slide .flex-control-paging li a {
	width: 5px; 
	height: 5px; 
	display: block; 
	background: #666; 
	background: rgba(0,0,0,0.5); 
	cursor: pointer; 
	text-indent: -9999px;  
}
.product-slide .flex-control-paging li a.flex-active { 
	background:#c30d23;
	cursor: default;
}


/*new*/
.title {
	text-align:center;
	margin-bottom:25px;
}
.title h1{
	height:40px;
	line-height:35px;
	font-size:24px;
	font-weight:500;
	color:#00a0e9;
	position:relative;
}
.title span{
	line-height:30px;
	color:#00a0e9;
}
.title h1:before{
	content:'';
	background:#c30d23;
	width:20px;
	height:4px;
	position:absolute;
	left:50%;
	margin-left:-10px;
	bottom:0;
}
.home-new{
	padding:50px 20px;
}
.home-new .product-slide .slides {
	height: 115px;
}
.home-new .product-slide .slides li {
	width: 100%;
	margin: 10 auto;
	height: 95px;
	overflow: hidden;
	text-align: center;
}
.home-new .product-slide .slides li h2{
	font-size:15px;
	color:#666;
	font-weight:600;
	width:60%;
	height:30px;
	line-height:30px;
	margin:auto;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.home-new .product-slide .slides li span{
	line-height:25px;
	font-size:14px;
	color:#999;
}
.brief{
	color:#666;
	
	line-height:1.5;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.btn1{
	display:block;
	width:95px;
	height:30px;
	line-height:30px;
	padding:0 25px 0 10px;
	margin:30px auto 0;
	text-align:center;
	position:relative;
}
.btn1 i{
	display:block;
	background:url(../images/ico.png) no-repeat -80px -46px;
	width:10px;
	height:20px;
	position:absolute;
	top:5px;
	right:10px;
}
.white{
	background:#fff;
	color:#00a0e9 !important;
}
.blue{
	background:#00a0e9;
	color:#fff !important;
}





/*product*/

.home-product{
}
.pdt-top{
	padding:40px 0 40px;
	height:200px;
	background: url(../images/pdt_tit_bg.jpg) center no-repeat;
	background-size:auto 100%;
}
.tabs{
	height:30px;
	text-align:center;
}
.tabs a{
	display: inline-block !important;
	padding:0 5px;
	height:30px;
	margin:0 5px;
	line-height:30px;
	font-size:16px;
	text-align:center;
	cursor:pointer;
	color:#00a0e9;
	text-decoration:none;
}

.tabs a div{
	background:#CCC;
	display:inline-block;
	width:20px;
	height:20px;
	vertical-align: middle;
}
.tabs a .mk-a{
	background:url(../images/ico.png) -4px -5px no-repeat;
}
.tabs a .mk-b{
	background:url(../images/ico.png) -28px -5px no-repeat;
}
.tabs a .mk-c{
	background:url(../images/ico.png) -54px -5px no-repeat;
}
.tabs a:hover .mk-a,
.tabs a.active .mk-a{
	background:url(../images/ico.png) -4px -49px no-repeat;
}
.tabs a:hover .mk-b,
.tabs a.active .mk-b{
	background:url(../images/ico.png) -28px -49px no-repeat;
}
.tabs a:hover .mk-c,
.tabs a.active .mk-c{
	background:url(../images/ico.png) -54px -49px no-repeat;
}

.tabs a.active{
	color:#fff;
	background:#00a0e9;
}
.swiper-container{
	width:100%;
	height:118vw;
	overflow:hidden;
}
.swiper-slide{
	color:#333;
	width:100%;
}
.content-slide{
	padding:0;
}
.content-slide p{text-indent:2em;line-height:1.9;}
.swiper-container {margin:0 auto;position:relative;overflow:hidden;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-o-backface-visibility:hidden;backface-visibility:hidden;/* Fix of Webkit flickering */	z-index:1;}
.swiper-wrapper {position:relative;width:100%;
	-webkit-transition-property:-webkit-transform, left, top;
	-webkit-transition-duration:0s;
	-webkit-transform:translate3d(0px,0,0);
	-webkit-transition-timing-function:ease;
	
	-moz-transition-property:-moz-transform, left, top;
	-moz-transition-duration:0s;
	-moz-transform:translate3d(0px,0,0);
	-moz-transition-timing-function:ease;
	
	-o-transition-property:-o-transform, left, top;
	-o-transition-duration:0s;
	-o-transform:translate3d(0px,0,0);
	-o-transition-timing-function:ease;
	-o-transform:translate(0px,0px);
	
	-ms-transition-property:-ms-transform, left, top;
	-ms-transition-duration:0s;
	-ms-transform:translate3d(0px,0,0);
	-ms-transition-timing-function:ease;
	
	transition-property:transform, left, top;
	transition-duration:0s;
	transform:translate3d(0px,0,0);
	transition-timing-function:ease;

	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.swiper-free-mode > .swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto;
}
.swiper-slide {
	float: left;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}


.home-product .pic-list .item{
	float:left;
	width:50%;
}
.home-product .pic-list .item .it-box{
	margin:2px;
	position:relative;
}

.home-product .pic-list .item .it-box:before{
	content:'';
	background: rgba(0,160,233,0.3);
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
}

.home-product .pic-list .item img{
	width:100%;
}
.home-product .pic-list .item .pdt-name{
	background: rgba(0,160,233,0.75);
	width:100%;
	height:40px;
	position: absolute;
	bottom:0;
	left:0;
	-webkit-transition:0.5s linear;
	-moz-transition:0.5s linear;
	transition:0.5s linear;
}
.home-product .pic-list .item .pdt-name h2{
	font-size:16px;
	text-align:center;
	color:#fff;
	height:40px;
	line-height:40px;
	position: absolute;
	left:5px;
	right:5px;
	bottom:0 !important;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}



/*about*/
.home-about{
	background:url(../images/bg01.jpg) no-repeat;
	background-size: auto 100%;
	height:220px;
	margin-top:30px;
	padding:20px;
}

.home-about h1{
	height:40px;
	line-height:35px;
	color:#fff;
	font-size:18px;
	font-weight:500;
	position:relative;
	text-align:center;
}
.home-about h1:before{
	background:#c30d23;
	width:32px;
	height:4px;
	content:'';
	position:absolute;
	left:50%;
	margin-left:-16px;
	bottom:0;
}
.home-about .ab-nr{
	margin:20px 0;
	line-height:1.5;
	color:#fff;
	font-weight:500;
	overflow:hidden;
	text-align:center;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}








/*版权*/
.copyright{
	text-align:center;
	color:#999;
	padding:20px 0;
}
.copyright i{
	display:block;
	width:30%;
	margin:0 auto;
}
.copyright i img{
	width:100%;
}
.copyright .box{
	width:100%;
	margin:20px auto 0;
	line-height:22px;
}

.copyright .box a{
	color:#002432;
}
.copyright .box a:hover{
	text-decoration:underline;
}









/*tab */
.foot-tab {
	min-width:320px; 
	max-width:640px; 
	width:100%;
	height:49px; 
	text-align:center; 
	font-size:11px;  
	background:#00a0e9; 
	position:fixed; 
	bottom:0; 
	z-index:50; 
}
.foot-tab ul li{ 
	float:left; 
	width:25%; 
	text-align:center; 
}
.foot-tab ul li a{ 
	display:block;
	height:49px;
	padding-top:7px;
	color:#fff;
}
.foot-tab ul li a i{ 
	display:block; 
	width:20px; 
	height:20px;
	margin:0 auto; 
}
.foot-tab ul li a .tab-a{
	background: url(../images/home.png) center no-repeat;
	background-size: contain;
}
.foot-tab ul li a .tab-b{
	background: url(../images/email.png) center no-repeat;
	background-size: contain;
}
.foot-tab ul li a .tab-c{
	background: url(../images/qq.png) center no-repeat;
	background-size: contain;
}
.foot-tab ul li a .tab-d{
	background: url(../images/tel.png) center no-repeat;
	background-size: contain;
}
.foot-tab ul li a .tab-e{
	background: url(../images/map.png) center no-repeat;
	background-size: contain;
}
.foot-tab ul li a span{
	display:block; 
	line-height:20px; 
	font-size:12px; 
}




/*----------内页-------------*/
/*in-about*/
.mg-tb{
	padding:20px 0;
}
.bread{
	padding:0 5px;
	height:40px;
	line-height:40px;
	text-align:left;
	color:#999;
	font-size:12px;
}
.bread a{
	color:#999 !important;
	font-size:12px !important;
}
.bread a:hover{
	color:#888 !important;
}

.in-title{
	margin:0 20px 20px;
	font-size:20px;
	text-align:center;
	color:#00a0e9;
	line-height:1.4;
}
.in-title span{
	display:block;
	text-align:center;
	color:#999;
	height:30px;
	line-height:30px;
	margin:auto;
	font-size:14px;
	font-weight:normal;
}
.main{
	line-height:1.5;
	padding:5px;
}
.main p{
	text-align:justify;
	padding:10px 0;
}

.in-about ul{
	padding:30px 0;
}
.in-about ul li{
	display:block;
	float:left;
	width:50%;
}
.in-about ul li a{
	display:block;
	background:#999;
	margin:5px;
	height:32vw;
}
.in-about ul li.item-a a{
	background:url(../images/bg_a.jpg) center no-repeat;
	background-size:100%;
}
.in-about ul li.item-b a{
	background:url(../images/bg_b.jpg) center no-repeat;
	background-size:100%;
}
.in-about ul li.item-c a{
	background:url(../images/bg_c.jpg) center no-repeat;
	background-size:100%;
}
.in-about ul li.item-d a{
	background:url(../images/bg_d.jpg) center no-repeat;
	background-size:100%;
}

.in-about ul li a h1{
	background: rgba(0,160,233,0.75);
	color:#FFF;
	font-size:18px;
	font-weight:500;
	text-align:center;
	line-height:32vw;
	-webkit-transition:0.5s linear;
	-moz-transition:0.5s linear;
	transition:0.5s linear;
	
}
.in-about ul li a h1:hover{
	opacity:0;
}


/*second*/
.second{
	text-align:center;
	margin-bottom:20px;
}
.second a{
	display: inline-block !important;
	padding:0 10px;
	height:30px;
	margin:0 5px;
	line-height:28px;
	font-size:14px;
	text-align:center;
	cursor:pointer;
	color:#00a0e9;
	border:1px solid #00a0e9;
	margin-bottom:10px;
}

.second a:hover{
	background:#00a0e9;
	color:#fff !important;
}
.second a.active{
	background:#00a0e9;
	color:#fff !important;
}

.second a div{
	background:#CCC;
	display:inline-block;
	width:20px;
	height:20px;
	vertical-align: middle;
}
.second a .mk-a{
	background:url(../images/ico.png) -4px -5px no-repeat;
}
.second a .mk-b{
	background:url(../images/ico.png) -28px -5px no-repeat;
}
.second a .mk-c{
	background:url(../images/ico.png) -54px -5px no-repeat;
}
.second a:hover .mk-a,
.second a.active .mk-a{
	background:url(../images/ico.png) -4px -49px no-repeat;
}
.second a:hover .mk-b,
.second a.active .mk-b{
	background:url(../images/ico.png) -28px -49px no-repeat;
}
.second a:hover .mk-c,
.second a.active .mk-c{
	background:url(../images/ico.png) -54px -49px no-repeat;
}


/*in-kudos*/
.in-kudos ul li{
	float:left;
	width:50%;
	margin-bottom:20px;
	text-align:center;
}
.in-kudos ul li figure{
	margin:5px;
}
.in-kudos ul li figure img{
	width:100%;
}
.in-kudos ul li figure figcaption{
	height:40px;
	line-height:40px;
	text-align:center;
	padding:0 5px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}



/*分页*/
.page {
	height: 25px;
	margin: 30px auto 30px auto;
	text-align: center;
}

.page01 a {
	line-height: 23px;
	color: #999 !important;
	text-align: center;
	text-decoration: none;
	display: block;
	height: 25px;
	width: 60px;
	border: 1px solid #999;
	cursor: pointer;
}

.page02 a {
	line-height: 23px;
	padding: 0 10px;
	color: #ccc;
	text-align: center;
	text-decoration: none;
	display: block;
	height: 25px;
	border: 1px solid #999;
	color: #999;
}

.page li {
	display:inline-block;
	float: center;
	line-height: 23px;
	padding-right: 5px;
	list-style-type: none;
}

.page li a:hover {
	color: #c30d23 !important;
	text-decoration: none;
	border: 1px solid #c30d23;
}

.page02 a.current {
	background-color: #c30d23;
	color: #fff !important;
	border: 1px solid #c30d23;
}
.page02 a.current:hover{
	background-color: #c30d23 !important;
	color: #fff !important;
	border: 1px solid #c30d23;
}




/*text-list*/
.text-list .item{
	padding:10px 0;
	border-bottom:1px dashed #ddd;
}
.text-list .item a{
	display:block;
	-webkit-transition:0.5s linear 0s;
	transition:0.5s linear 0s;
	transform: translateX(0);
}
.text-list .item a:hover{
	transform: translateX(20px);
}
.text-list .item .tl-left{
	float:left;
	width:25%;
	height:60px;
	text-align:right;
	position:relative;
}
.text-list .item .tl-left:before{
	content:'';
	background:#ddd;
	width:1px;
	height:40px;
	position: absolute;
	right:0;
	top:10px;
}
.text-list .item .tl-left h1{
	font-weight:500;
	line-height:35px;
	font-size:22px;
	color:#00a0e9;
	padding-right:10px;
}
.text-list .item .tl-left span{
	color:#999;
	display:block;
	padding-right:10px;
	line-height:20px;
}
.text-list .item .tl-right{
	float:right;
	width:75%;
	height:60px;
}
.text-list .item .tl-right h2{
	display:block;
	height:30px;
	line-height:30px;
	padding:0 5px 0 10px;
	font-size:15px;
	color:#666;
	font-weight:600;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	-webkit-transition:0.5s linear 0s;
	transition:0.5s linear 0s;
}
.text-list .item:hover .tl-right h2{
	color:#00a0e9;
}
.text-list .item .tl-right span{
	display:block;
	height:30px;
	line-height:30px;
	padding:0 5px 0 10px;
	color:#666;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}




/*service*/
.in-service .contact{
	background:#00a0e9;
}
.in-service .contact .con-meg{
	color:#FFF;
	padding-bottom:30px;
}
.in-service .contact .map{
	height:500px;
	background:#f5f5f5;
}

.in-service .contact .con-top{
	padding:30px 35px;
	line-height:1.6;
}
.in-service .contact .con-top h1{
	font-size:18px;
	font-weight:600;
	height:35px;
	line-height:35px;
	margin-bottom:10px;
	position:relative;
}
.in-service .contact .con-top h1:before{
	height:2px;
	width:30px;
	position:absolute;
	bottom:0;
	left:0;
	content:'';
	background:#c30d23;
}
.in-service .contact .con-bottom{
	padding:0 30px;
}

.in-service .contact .con-bottom table{
	border-spacing:5px !important;
}
.in-service .contact .con-bottom table input{
	border:none;
}
.in-service .contact .con-bottom table tr td{
	width:50%;
}
.in-service .contact .con-bottom table tr td .in-text{
	height:30px;
	width:100%;
	text-indent:5px;
}
.in-service .contact .con-bottom table tr td .in-nr{
	width:100%;
	padding:10px 3px 10px 0;
	text-indent:5px;
	border:none;
}

.in-service .contact .con-bottom table tr td .btn1{
	cursor:pointer;
	color:#FFF;
	margin-right:10px;
	height:30px;
	line-height:30px;
	padding:0 30px;
	text-align:center;
}
.in-service .contact .con-bottom table tr td .ly{
	margin-top:0;
	border:none;
	float:left;
	background:#fff;
	color:#00a0e9;
}
.in-service .contact .con-bottom table tr td .cz{
	margin-top:0;
	border:none;
	float:left;
	background:#c30d23;
}




/*zhaopin*/
.in-recruit .tab {
	background:#fff;
}
.in-recruit .tab-hd {
	width: 30%;
	overflow: hidden;
	zoom: 1;
	float: left;
}

.in-recruit .tab-hd li {
	font-size: 14px;
	font-weight: 500;
	padding:0 5px;
	color: #666;
	text-align: center;
	cursor: pointer;
	height: 40px;
	line-height: 40px;
}

.in-recruit .tab-hd li.active {
	background: #00a0e9;
	color: #fff;
}
.in-recruit .tab-hd li.active:hover {
	color: #fff !important;
}
.in-recruit .tab-hd li:hover {
	color: #00a0e9;
}

.in-recruit .tab-bd {
	background: #f5f5f5;
	width: 70%;
	float: right;
}

.in-recruit .tab-bd li {
	display: none;
	padding: 20px 10px;
	border-top: 0 none;
	line-height: 28px;
}

.in-recruit .tab-bd li.thisclass {
	display: list-item;
}



/*in-piclist*/
.in-piclist li{
	float:left;
	width:50%;
	margin-bottom:20px;
	text-align:center;
	cursor:pointer;
}
.in-piclist li figure{
	margin:5px;
}
.in-piclist li figure img{
	width:100%;
}
.in-piclist li figure figcaption{
	height:40px;
	line-height:40px;
	text-align:center;
	padding:0 5px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}



/*chanpinxiangqing*/
.pdt_box{
	width:80%;
	margin:0 auto 20px;
}
.pdt_box img{
	width:100%;
}

