﻿@charset "utf-8";
/* 首页 */
html, body{
	height:100%;
	background:#f6f6f6;
}
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: 80px;
	height:50px;
	position:absolute;
	top:5px;
	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/stock.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 .stock{
	background:#FFF;
	margin-top:5px;
	padding:20px 10px;
	text-align:center;
	display:none;
}
header .stock h1{
	display:block;
	color:rgba(64,196,219,1);
	font-size:17px;
	font-weight:bold;
}
header .stock span{
	display:block;
	color:#666;
	margin-top:10px;
}

header .menu{
	background:#333;
	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{
	margin-top:60px;
	margin-bottom:60px;
}

/* 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: rgba(64,196,219,1);
	cursor: default;
}



.main{
	/*margin: 0 10px;*/	
}
.main .title{
	background:#FFF;
	position:relative;
	height:45px;
	line-height:45px;
	border-bottom:1px #eee solid;
	margin-top:10px;	
}
.main .title h1{ 	
	font-size:15px;
	color:#004966;
	position: absolute;
	left:10px;
	padding-left:10px;
	font-weight:bold;
	text-transform:uppercase;	
}
.main .title h1:before{
	content:"";
	background:#002432;
	width:3px;
	height:15px;
	position:absolute;
	left:0px;
	top:15px;
}
.main .title h1 span{
	font-size:12px;
	color:#999;
}
.main .title>a{
	background:url(../images/more.png) no-repeat center;
	background-size:20px;
	width:45px;
	height:45px;
	font-size:12px;
	color:#999;
	position: absolute;
	right:0;	
}
.main .title>a:hover{
	color:#eb6100;	
}


/*------about---------*/
.main-about{
	background:#FFF;
	padding-bottom:20px;
}
.main-about .box{
	margin-top:10px;
	color:#666;
	padding:0 10px;
	line-height:24px;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:5;
	overflow:hidden;
}


/*------product---------*/
.main-product{
}
.main-product .item{
	width:100%;
	padding-bottom:64%;
	margin-bottom:5px;
	text-align:center;
	color:#FFF;
	position:relative
}
.main-product .item:before{
	background:url(../images/ico_jiao.png) left top no-repeat;
	content:"";
	position:absolute;
	left:10px;
	top:10px;
	width:20px;
	height:20px;
}
.main-product .item:after{
	background:url(../images/ico_jiao.png) left top no-repeat;
	content:"";
	position:absolute;
	right:10px;
	bottom:10px;
	width:20px;
	height:20px;
	-webkit-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	transform:rotate(180deg);
}

.main-product .pro-a{
	background: url(../images/bg_a.jpg) center top no-repeat;
}
.main-product .pro-b{
	background: url(../images/bg_b.jpg) center top no-repeat;
}
.main-product .pro-c{
	background: url(../images/bg_c.jpg) center top no-repeat;
}
.main-product .pro-d{
	background: url(../images/bg_d.jpg) center top no-repeat;
}
.main-product .pro-e{
	background: url(../images/bg_e.jpg) center top no-repeat;
}

    .main-product .pro-1 {
        background: url(../images/bg_a.jpg) center top no-repeat;
    }

    .main-product .pro-2 {
        background: url(../images/bg_b.jpg) center top no-repeat;
    }

    .main-product .pro-3 {
        background: url(../images/bg_c.jpg) center top no-repeat;
    }

    .main-product .pro-4 {
        background: url(../images/bg_d.jpg) center top no-repeat;
    }

    .main-product .pro-5 {
        background: url(../images/bg_e.jpg) center top no-repeat;
    }


.main-product .item .box{
	display:block;
	position:absolute;
	top:20px;
	bottom:20px;
	left:20px;
	right:20px;
}
.main-product .item .box i{
	display:block;
	width:20%;
	height:50px;
	margin:2.5% auto 0;
}
.main-product .pro-a i{
	background: url(../images/ico_a.png) center no-repeat;
	background-size:contain;
}
.main-product .pro-b i{
	background: url(../images/ico_b.png) center no-repeat;
	background-size:contain;
}
.main-product .pro-c i{
	background: url(../images/ico_c.png) center no-repeat;
	background-size:contain;
}
.main-product .pro-d i{
	background: url(../images/ico_d.png) center no-repeat;
	background-size:contain;
}
.main-product .pro-e i{
	background: url(../images/ico_e.png) center no-repeat;
	background-size:contain;
}

    .main-product .pro-1 i {
        background: url(../images/ico_a.png) center no-repeat;
        background-size: contain;
    }

    .main-product .pro-2 i {
        background: url(../images/ico_b.png) center no-repeat;
        background-size: contain;
    }

    .main-product .pro-3 i {
        background: url(../images/ico_c.png) center no-repeat;
        background-size: contain;
    }

    .main-product .pro-4 i {
        background: url(../images/ico_d.png) center no-repeat;
        background-size: contain;
    }

    .main-product .pro-5 i {
        background: url(../images/ico_e.png) center no-repeat;
        background-size: contain;
    }

.main-product .box h1{
	width:100%;
	display:block;
	height:30px;
	position:absolute;
	top:50%;
	margin-top:-30px;
	font-size:17px;
}
.main-product .box h1:before{
	background:#FFF;
	content:"";
	display:block;
	width:30px;
	height:1px;
	position:absolute;
	left:50%;
	margin-left:-15px;
	bottom:0;
}
.main-product .box span{
	width:100%;
	height:50px;
	line-height:24px;
	position:absolute;
	top:50%;
	display:block;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	overflow:hidden;
}
.main-product .box a{
	display:block;
	width:100px;
	height:30px;
	line-height:28px;
	margin:15px auto 0;
	text-align:center;
	color:#FFF;
	border:1px solid #fff;
	position: absolute;
	left:50%;
	margin-left:-50px;
	bottom:2.5%;
}


/* 最新动态 */
.main-new{
	background:#FFF;
	width:100%;
}
.main-new .box{
		
}
.main-new .box .main-a,
.in-new{
	width:100%;
}
.main-new .box .main-b ul,
.in-new ul{
	padding:0 10px;
}
.main-new .box .main-b ul li,
.in-new ul li{
	position: relative;
	border-bottom:1px solid #eee;
}
.main-new .box .main-b ul li a,
.in-new ul li a{
	display:block;
	height:45px;
	overflow:hidden;
	padding-right:100px;
	color:#666;
	line-height:45px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow: ellipsis;
}
.main-new .box .main-b ul li .date,
.in-new ul li .date{
	height:45px;
	text-align:center;
	line-height:45px;
	position:absolute;
	right:0;
	top:15;
	color:#999;
}
.main-new .box .more{
	display:block;
	height:40px;
	text-align:center;
	line-height:40px;
	color:#999;
}


/* 新闻轮播图 */
.main-a {
	margin: 0;
	padding: 0;
	position: relative;
	background: #fff;
	overflow:hidden;
}
.main-a .slides > li {
	position:relative;
	display: none; 
	-webkit-backface-visibility: hidden;
	overflow:hidden;
} 
.main-a .slides > li h2{
	background:rgba(42,60,63,0.8);
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:30px;
	line-height:30px;
}
.main-a .slides > li span{
	display:block;
	height:30px;
	margin:0 50px 0 5px;
	color:#fff;
	overflow:hidden;
	white-space:nowrap;
	text-overflow: ellipsis;
}
.main-a .slides img {
	width: 100%;
	display: block;
}

.main-a .flex-control-nav {
	position: absolute;
	right:5px; 
	bottom: 3px; 
	text-align: center;
}
.main-a .flex-control-nav li {
	margin: 0 2.5px; 
	display: inline-block; 
	zoom: 1; 
	*display: inline;
}
.main-a .flex-control-paging li a {
	width: 5px; 
	height: 5px; 
	display: block;  
	background: rgba(0,0,0,0.5); 
	cursor: pointer; 
	text-indent: -9999px;  
}
.main-a .flex-control-paging li a.flex-active { 
	background: rgba(64,196,219,1);
	cursor: default; 
}



/*------links-------*/
.main-link{
	background:#FFF;
}
.main-link .box{
	padding:10px ;
}
.main-link .box ul li{
}
.main-link .box ul li a{	
	float:left;
	width:25%;
	border:1px solid #eee;
	overflow:hidden;
}
.main-link .box ul li a img{
	width:100%;
}


/*版权*/
.copyright{
	text-align:center;
	color:#002432;
	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:#002432; 
	position:fixed; 
	bottom:0; 
	z-index:50; 
}
.foot-tab ul li{ 
	float:left; 
	width:20%; 
	text-align:center; 
}
.foot-tab ul li a{ 
	display:block; 
	color:#fff;
}
.foot-tab ul li a i{ 
	display:block; 
	width:20px; 
	height:20px;
	margin:0 auto; 
	margin-top:8px
}
.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-banner img{
	width:100%;
}

.in-nav{
	position:relative;
}
.in-nav .crumbs{
	background:#FFF;
	position:relative;
	height:45px;
	line-height:45px;
	margin-bottom:10px;
}
.in-nav .crumbs a{
	color:#002432;
	height:45px;
	display:block;
	float: left;
	padding:0 10px;
	border-right:1px solid #eee;
}
/*.in-nav .crumbs a.on{
	display:block;
	color:#999;
}*/
.in-nav .crumbs a:first-child{
	display:block;
	width:45px !important;
	background:url(../images/ico_home.png) no-repeat center;
}


.in-nav .crumbs i{
	background:url(../images/ico_menu.png) no-repeat center #ddd;
	display:block;
	width:45px;
	height:45px;
	position: absolute;
	right:0;
	top:0;
	cursor:pointer;
}
.in-nav ul{
	display:none;
	width:50%;
	position: absolute;
	right:0;
	top:50px;
	-webkit-box-shadow:0 0 5px #ccc;
	-moz-box-shadow:0 0 5px #ccc;
	-ms-box-shadow:0 0 5px #ccc;
	box-shadow:0 0 5px #ccc;
	z-index:50;
	border-radius:6px;
}
.in-nav ul li{
	background:#fff;
	height:40px;
	line-height:40px;
	text-align:center;
	color:#fff;
}
.in-nav ul li a{
	display:block;
	margin:0 5px;
	border-top:1px solid #eee;
}
.in-nav ul li:first-child a{
	border-top:none;
}

.in-about{
	padding:10px;
	line-height:28px;
	color: #666;
}


/*product  and   staff*/
.in-product{
}
.in-product ul li,
.in-staff ul li{
	width:50%;
	float:left;
}
.in-product ul li a,
.in-staff ul li a{
	display:block;
	color:#666;
	margin:2.5px;
	padding-bottom:10px;
	background:#FFF;
}
.in-product ul li a img,
.in-staff ul li a img{
	width:100%;
}
.in-product ul li h2,
.in-staff ul li h2{
	display:block;
	padding:5px 10px;
	height:50px;
	line-height:22px;
	overflow:hidden;
	font-size:14px;
	font-weight: normal;
}

.in-product ul li h1{
	display:block;
	padding:0 10px;
	color:#40c4db;
	font-size:17px;
	font-weight:600;
	height:30px;
	line-height:30px;
	overflow: hidden;
	white-space:nowrap;
	text-overflow: ellipsis
}
.in-product ul li span{
	padding:0 10px;
	color:#666;
	height:40px;
	line-height:20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}


/*partner*/
/*.in-partner{}
.in-partner ul li{
	display:block;
}
.in-partner ul li:nth-child(even) i{
	float:right;
}
.in-partner ul li:nth-child(even) h2{
	float:left;
}
.in-partner ul li:nth-child(odd) i{
	float:left;
}
.in-partner ul li:nth-child(odd) h2{
	float:right;
}
.in-partner ul li i{
	position: relative;
	display:block;
	width:50%;
	height:100%;
}
.in-partner ul li:nth-child(even) i:before{
	content:"";
	display: block;
	position: absolute;
	left: 0;
	top:50%;
	margin-top: -6px;
	width:0; 
    height:0; 
    border-top:6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid rgba(0,36,50,1);
}
.in-partner ul li:nth-child(odd) i:before{
	content:"";
	display: block;
	position: absolute;
	right: 0;
	top:50%;
	margin-top: -6px;
	width:0; 
    height:0; 
    border-top:6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid rgba(0,36,50,1);
}
.in-partner ul li h2{
	background:#002432;
	display:block;
	width:50%;
	height:100%;
	overflow: hidden;
	position:relative;
}
.in-partner ul li img{
	width:100%;
}
.in-partner ul li h2:before{
	content:"";
	background:rgba(0,36,50,1);
	display: block;
	width: 100%;
	height: inherit;
	position: absolute;
	left: 0;
	top: 0;
}
.in-partner ul li h2 span{
	display: block;
	width: 90%;
	height:40px;
	line-height: 24px;
	position: absolute;
	left: 5%;
	top: 50%;
	margin-top: -20px;
	text-align: center;
	color: #fff;
	font-size: 15px;
	overflow: hidden;
}*/

.in-partners{
}
.in-partners ul{
}
.in-partners ul li{
	width:33.33%;
	float:left;
	margin-bottom:2.5px
}
.in-partners ul li a{
	margin:0 2.5px;
	display:block;
	position:relative;
}
.in-partners ul li a i{
	display: block;
	border:1px solid #ddd;
}
.in-partners ul li a i img{
	width:100%;
}
.in-partners ul li a span{
	display:block;
	height:30px;
	line-height:30px;
	eight:30px;
	color:#333;
	font-size:12px;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
}


/*招聘信息*/
.in-recruit>ul>li{
	background:#fff;
	height: 50px; 
	line-height: 50px;
	font-size:15px; 
	text-align:left;
	cursor:pointer;
}
.in-recruit>ul>li>a{
	position: relative;
	color:#002430;
	display: block; 
	height: 50px;
	padding:0 10px;
	border-bottom:1px solid #eee;
}
.in-recruit>ul>li:last-child a{
	border-bottom: none;
}
.in-recruit>ul>li>a i{
	background: url(../images/arrow.png) center no-repeat;
	display: block; 
	width: 20px; 
	height: 20px; 
	position: absolute; 
	right:5px; 
	top: 15px;
}


.in-contact h2{
	font-weight: bold;
}




/*in-product-show*/
.in-product-show .top{
	background: #fff;
	padding-bottom:20px;
}
.in-product-show .top i{
	display: block;
}
.in-product-show .top i img{
	width: 100%;
}
.in-product-show .top h1{
	display: block;
	padding:0 10px;
	border-top:1px solid #eee;
	font-size: 17px;
	font-weight: 600;
	height:40px;
	line-height:40px;
	overflow: hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.in-product-show .top span{
	padding:0 10px;
	line-height:20px;
	display: -webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	overflow: hidden;
}
.in-product-show .tab{
}
.in-product-show .tab .tab-hd{
	margin:10px;
	border:1px solid #002432;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	overflow: hidden;
}
.in-product-show .tab .tab-hd li{
	width: 25%; 
	float: left; 
	text-align: center; 
	height: 40px; 
	line-height:40px;
	color: #666666;
	border-right: 1px solid #002432;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box; 
	background: #fff; 
	cursor: pointer;
}

.in-product-show .tab .tab-hd li:last-child{
	border-right:0px;
}
.in-product-show .tab .tab-hd li.active{
	color:#fff; 
	background: #002432
}

.in-product-show .tab .tab-bd{
	padding:10px;
	background: #fff;
	line-height: 28px;
	color: #666 
}
.in-product-show .tab .tab-bd li{
	display:none; 
}
.in-product-show .tab .tab-bd li.thisclass{
	display:list-item;
}

.in-product-show .tab .tab-bd li table{
	width: 100%;
	border-collapse: collapse;
    border: none;
}
.in-product-show .tab .tab-bd li table tr td{
	border: 1px solid #ddd;
	height: 30px;
	line-height: 30px;
}
.in-product-show .tab .tab-bd li table tr td span{
	display: block;
	padding: 0 5px;
}


/*详情页*/
.in-show{
	padding: 10px;
}
.in-show .in-title{
	border-bottom: 1px solid #eee;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.in-show h1{
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.in-show{
	line-height: 28px;
}


/*page*/
.page{
	margin:20px auto;
	width:60%;
	text-align: center;
}
.page a{
	display:block;
	float:left;
	width:50%;
	height:40px;
	line-height:40px;
	background:#FFF;
	color:#002432;
	-webkit-box-shadow:inset 0 0 0 1px #002432;
	-o-box-shadow:inset 0 0 0 1px #002432;
	-ms-box-shadow:inset 0 0 0 1px #002432;
	box-shadow:inset 0 0 0 1px #002432;
}
.page .up{
	border-right:none;
	border-top-left-radius:6px;
	border-bottom-left-radius:6px;
}
.page .down{
	border-left:none;
	border-top-right-radius:6px;
	border-bottom-right-radius:6px;
}

.page .on{
	color:#FFF;
	background:#002432;
}










