@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: 36%;
	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/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 .stock{
	background:#FFF;
	margin-top:5px;
	padding:0 10px;
	text-align:center;
	display:none;
}
header .stock a{
	margin:0 20px;
	display:block;
	height: 50px;
}
.cn{
	background: url(../images/cn.png) center no-repeat;
	background-size: 28px;	
}
.en{
	background: url(../images/en.png) center no-repeat;
	background-size: 28px;
}


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{
	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(248,176,4,1);
	cursor: default;
}


/*单行文本切换滚动*/
.swiper_wrap{
	background:#FFF;
	position: relative;
	height: 50px;
	margin: 0 auto;
	overflow: hidden;
	margin-bottom:10px;
}
.swiper_wrap i{
	background: url(../images/news.png)no-repeat center;
	display:block; 
	position: absolute;
	width:80px;
	height: 50px;
	z-index:1
}
.swiper_wrap ul{
	position: absolute;
	height:50px;
	left: 80px;
	right:10px;
	color: #999;
	font-size: 14px;
	margin-top: 1px;
	z-index:8
}
.swiper_wrap ul li{
	display:block;
	height:50px;
	line-height:50px;
	position: relative;
}

.swiper_wrap .font_inner a{
	line-height:50px;
	color: #999;
	display:block;
    overflow:hidden;
	white-space:nowrap;
	text-overflow: ellipsis;
}

/*单行文本切换滚动end*/


/*公司介绍*/
.company{
	text-align:center;
	margin:15px auto;
}
.company .box{
	position: relative;
	text-align:center;
	margin:0 auto;
	width:100%;
	color:#fff;
}

.company .box img{
	width:100%;
}
.company .box .text{
	background:rgba(15,75,155,0.9);
	position: absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
}
.company .box .text h1{
	color:#f1c54d;
	display:block;
	width:100%;
	height:26px;
	line-height:26px;
	padding-bottom:10px;
	position: absolute;
	top:15%;
	font-size:26px;
	font-weight:bold;
}
/*.company .box .text h1:before{
	content:"";
	background:#fff;
	width:30px;
	height:2px;
	position: absolute;
	bottom:0;
	left:50%;
	margin-left:-15px;
}*/
.company .box .text span{
	width:90%;
	height:40px;
	line-height:22px;
	position: absolute;
	left:5%;
	top:50%;
	margin-top:-20px;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	overflow:hidden;
}

.company .box .text .btn-box{
	color: #fff;
	display: block;
	width: 100%;
	height: 30px;
	position: absolute;
	bottom:10%;
}

.company .box .text .btn-box a{
	color: #fff;
	display: inline-block;
	width: 30%;
	height: 30px;
	line-height: 28px;
	border: 1px solid #eee;
	margin:0 8px;
}


/*三大板块*/
.main-plate{
}
.main-plate .item{
	text-align:center;
	margin:15px auto;
}
.main-plate .item .box{
	position: relative;
	text-align:center;
	margin:0 auto;
	width:98%;
	color:#fff;
}
.main-plate .item .box img{
	width:100%;
}
.main-plate .item .box .text{
	background:rgba(0,0,0,0.5);
	position: absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
}
.main-plate .item .box .text h1{
	display:block;
	width:100%;
	height:20px;
	line-height:20px;
	padding-bottom:30px;
	position: absolute;
	top:10%;
	font-size:17px;
	font-weight:bold;
}
.main-plate .item .box .text h1:before{
	content:"";
	background:#fff;
	width:30px;
	height:2px;
	position: absolute;
	bottom:0;
	left:50%;
	margin-left:-15px;
}
.main-plate .item .box .text span{
	width:90%;
	height:40px;
	line-height:22px;
	position: absolute;
	left:5%;
	top:50%;
	margin-top:-20px;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	overflow:hidden;
}
.main-plate .item .box .text a{
	color: #fff;
	display: block;
	width: 30%;
	height: 30px;
	line-height: 28px;
	position: absolute;
	bottom:10%;
	left: 50%;
	margin-left: -15%;
	border: 1px solid #eee;
}



/*产品中心*/
.main-product{
}
h1.title{
	width:60%;
	margin:10px auto;
}
h1.title img{
	width:100%;
}
.main-product .more{
	display:block;
	width:30%;
	height:30px;
	line-height:28px;
	border-radius:15px;
	border:1px solid #0f4b9b;
	text-align:center;
	color:#0f4b9b;
	margin:20px auto;
}
.main-product ul li{
	float:left;
	width:50%;
}
.main-product ul li a{
	background:#FFF;
	display:block;
	margin:2.5px;
	padding-bottom:10px;
}
.main-product ul li h1{
	color:#666;
	margin-top:5px;
	padding:0 5px;
	height:40px;	
	line-height:20px;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	overflow:hidden;
}
.main-product ul li span{
	color:#666;
	margin-top:5px;
	padding:0 5px;
	height:40px;	
	line-height:20px;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	overflow:hidden;
}


/*产品中心*/
.main-gy{
	padding:20px 0;
	background:#FFF;
}

/*版权*/
.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:#0f4b9b; 
	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; 
	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{
	color:#0f4b9b;
	border-bottom:2px solid #0f4b9b;
}

.in-nav .crumbs a:first-child{
	border-bottom:2px solid #f8b004;
	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:40%;
	position: absolute;
	right:0;
	top:50px;
	-webkit-box-shadow:0 0 10px #999;
	-moz-box-shadow:0 0 10px #999;
	-ms-box-shadow:0 0 10px #999;
	box-shadow:0 0 10px #999;
	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;
}


/*新闻中心*/
.in-new{
}
.in-new ul li{
	background:#fff;
	padding:10px 2% ;
	border-bottom:1px solid #eee;
}
.in-new ul li i{
	display:block;
	width:30%;
	float:left;
}
.in-new ul li .text-box{
	width:66%;
	float:left;
	padding-left:2%;
}
.in-new ul li .text-box span{
	display: block;
	height:25px;
	line-height:25px;
	font-size:14px;
	color:#333;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}
.in-new ul li .text-box .date{
	font-size:11px;
	color:#999;
	margin-bottom:5px;
}
.in-new ul li .text-box a{
	font-size:12px;
	color:#666;
	line-height:18px;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	overflow:hidden;
}


/*合作伙伴*/
.in-partner{}
.in-partner ul li {
	float:left;
	width:50%;
}
.in-partner ul li a {
	display:block;
	padding:5px;
}
.in-partner ul li a i {
	display:block;
	border:1px solid #eee;
}
.in-partner ul li a i img{
	width:100%;
}
.in-partner ul li a h1 {
	font-size:14px;
	color:#666;
	height:30px;
	line-height:30px;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}


/*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 i,
.in-staff ul li a i{
	display:block;
	margin-bottom:5px;

}
.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,
.in-staff 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;
}

/*message*/
.in-message{ padding:0 10px;}
.in-message ul li span{
	display:block;
	height:40px;
	line-height:40px;
}
.in-message ul li input,select{
	width:100%;
	height:40px;
	outline:none;
	color:#666
}
.in-message ul li input{
	text-indent:5px;
}
.in-message ul li textarea{ 
	width:100%;
	outline:none;
	text-indent:5px;
	color:#666
}
.btn-member,.reset{
	margin-top:10px;
	border:none;
	outline:none;
}
.btn-member{
	background:#01548f;
	color:#fff !important;
	border-radius:6px;
	
}
.reset{
	color:#666;
	background:#ddd;
	margin-top:10px;
	border:none;
	border-radius:6px;
}


/*文字列表*/
.in-text-list ul li{
	padding:0 10px;
	background:#FFF;
}
.in-text-list ul li a{
	display:block;
	border-bottom:1px solid #eee;
}
.in-text-list ul li:last-child a{
	border-bottom: none;
}
.in-text-list ul li a h1{
	background:url(../images/icon3.png) left center no-repeat;
	padding-left:20px;
	padding-right:10px;
	font-size:14px;
	color:#666;
	height:45px;
	line-height:45px;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden
}

.in-text-list ul li a .date{
	float:right;
	height:45px;
	line-height:45px;
	color:#999;
}


/*招聘信息*/
.in-recruit>ul>li{
	background:#fff;
	font-size:15px; 
	text-align:left;
	cursor:pointer;
}
.in-recruit>ul>li>a{
	background:url(../images/icon3.png) 10px center no-repeat;
	color:#0f4b9b;
	display: block; 
	height: 50px; 
	line-height: 50px;
	padding:0 10px 0 30px;
	border-bottom:1px solid #eee;
}
.in-recruit>ul li .describe{
	display:none;
	background:#f6f6f6;
	padding:10px;
	border-bottom:1px solid #eee;
	line-height:28px;
	color:#666;
}
/*.in-recruit>ul li:not(:first-child) .describe{
	display:none;
}*/



/*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: 16px;
	font-weight: 600;
	height:40px;
	line-height:40px;
	overflow: hidden;
}
.in-product-show .top span{
	margin-top:5px;
	padding:0 10px;
	line-height:24px;
	font-size:16px;
	color:#0f4b9b;
	display: -webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	overflow: hidden;
	font-weight:600;
}
.in-product-show .tab{
	margin-top:10px;
	background:#FFF;
	padding:10px;
	line-height:28px;
}
.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{
	margin-bottom: 10px;
	padding-bottom: 10px;
	position:relative;
}
.in-show .in-title:before{
	content:"";
	position:absolute;
	width:40px;
	height:2px;
	background:#0f4b9b;
	left:50%;
	margin-left:-20px;
	bottom:0;
}
.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:#0f4b9b;
	-webkit-box-shadow:inset 0 0 0 1px #0f4b9b;
	-o-box-shadow:inset 0 0 0 1px #0f4b9b;
	-ms-box-shadow:inset 0 0 0 1px #0f4b9b;
	box-shadow:inset 0 0 0 1px #0f4b9b;
}
.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:#0f4b9b;
}
