/*reset*/

@font-face {
    font-family: 'open_sansregular';
    src: url('opensans-regular-webfont.eot');
    src: url('opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('opensans-regular-webfont.woff2') format('woff2'),
         url('opensans-regular-webfont.woff') format('woff'),
         url('opensans-regular-webfont.ttf') format('truetype'),
         url('opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'OpenSansLight';
    src: url('fonts/OpenSansLight.eot');
    src: url('fonts/OpenSansLight.eot') format('embedded-opentype'),
         url('fonts/OpenSansLight.woff2') format('woff2'),
         url('fonts/OpenSansLight.woff') format('woff'),
         url('fonts/OpenSansLight.ttf') format('truetype'),
         url('fonts/OpenSansLight.svg#OpenSansLight') format('svg');
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, button, textarea, p, blockquote {
	margin: 0;
	padding: 0;
}
html,body{
	height:100%;
	-webkit-text-size-adjust: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
a {
	color: #333;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	text-decoration:none;
}
a:hover {
	color: #123062;
	text-decoration:none;
}
a:focus,
a:active {
	outline: none;
}
img {
	display: block;
	max-width: 100%;
	height: auto;
	border:none;
}
h1,h2,h3,h4,h5,h6{
	font-weight: 500;
}
h1{font-size:36px;}
h2{ font-size:30px;}
h3{ font-size:24px;}
h4{ font-size:18px;}
h5{ font-size:14px;}
h6{ font-size:12px;}
/* css清除浮动 */
.clearfix:before,.clearfix:after,.container:before,.container:after {
	display: table;
  	content: " ";
}
.clearfix:after,.container:after{
	clear: both;
}
.container{
	width:100%;
	max-width:480px;
	padding: 0 10px;
	margin: 0 auto;
}
.row {
    margin-right: -10px;
    margin-left: -10px;
}

table { border-collapse: collapse; border-spacing: 0; }
form,input{margin:0; padding:0;}
ul,ol,li,dl,dt,dd { list-style: none; }

/*content*/

body{ 
	font-size:12px;
	font-family: "微软雅黑", "宋体", 'OpenSansLight', Arial, Helvetica, sans-serif; 
	line-height:1.5;
	color:#333;
	-webkit-text-size-adjust:none;
	margin:0 auto;
	padding:0;
}
.padd-zero{
	padding-left: 0;
	padding-right: 0;
}
.header{
	position:relative;
	background-color: #fff;
	padding: 5px 0;
	
}
.header .logo{ 
	display:block;
	height:40px;
	float: left;
	padding-left: 10px;
}
.header #menu{ 
	position:absolute;
	right:10px;
	top: 10px;
	width:30px;
	height:30px;
	background:url(../images/menu.png) no-repeat center;
	font:0/0 a;
	cursor:pointer;
}
#nav{
	position:absolute;
	left:0;
	top:50px;
	z-index:9999;
	background:#fff;
	width:100%;
	overflow:hidden;
	display:none;
	/*box-shadow: 0px 5px 5px #999;*/
	border-left: 1px solid #f3f2eb;
	border-right: 1px solid #f3f2eb;
	border-bottom: 1px solid #f3f2eb;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}
#nav li{
	text-align:left;
	border-top:1px solid #f3f2eb;
}
#nav li a{ 
	color:#3d3d3d;
	display:block;
	line-height:36px;
	font-size:14px;
	text-transform: uppercase;
	padding: 0 15px;
}
#nav li a:hover{ 
	color:#fff;
	background-color: #123062;
}
#nav li a.cn{
	padding-left: 50px;
	background-image: url(../images/cn.png);
	background-repeat: no-repeat;
	background-position: 15px 50%;
}
#nav li a.en{
	padding-left: 50px;
	background-image: url(../images/en.png);
	background-repeat: no-repeat;
	background-position: 15px 50%;
}

/** product styles **/
.pro-cap{
	text-align: center;
	color: #484848;
	font-size: 20px;
	text-transform: uppercase;
	position: relative;
	padding: 15px 0;
}
.pro-cap::before{
	position: absolute;
	width: 140px;
	height: 1px;
	background-color: #c7c7c7;
	left: 50%;
	margin-left: -70px;
	bottom: 6px;
}
.pro-cap::after{
	position: absolute;
	width: 40px;
	height: 3px;
	background-color: #123062;
	left: 50%;
	margin-left: -20px;
	bottom: 5px;
}
/* tabs */
.tabs-wrap{
	margin-top: 20px;
	padding: 0;
}
.tabs-wrap .tabs-list{
	margin: 0 auto;
	padding: 0;
}
.tabs-wrap .tabs-list li{
	width: 25%;
	margin-top: 4px;
	margin-bottom: 4px;
	text-align: center;
	list-style: none;
	float: left;
	margin-right: 0px;
	border-left: 1px solid #FFFFFF;
}
.tabs-list li a{
	font-size: 12px;
	overflow: hidden;
	color: #fff;
	background-color: #8e8e8e;
}
.tabs-wrap .tabs-list li a{
	padding: 0;
}
.tabs-list li.active a{
	background-color: #123062;
}

.accordion-handle.active{
	background-color: #123062;
}

/** tabs end **/
.product-list{}
.product-list ul li{
	width: 48%;
	float: left;
	position: relative;
	margin: 10px 1%;
}
.product-list ul li img{
	display: block;
	width: 100%;
	height: auto !important;
	margin: 0 auto;
	background-color: #FFFFFF;
}
.product-list ul li.blockline{
	width: 100%;
	height: 2;
	display: block;
}
.product-list ul li a{
	display: block;
	border: 2px solid #e9e9e9;
	background-color: #e9e9e9;
}
.product-list ul li a:hover{
	color: #FFFFFF;
	border-color: #123062;
	background-color: #123062;
}
.product-list ul li a h5{
	padding: 0 15px;
	height: 44px;
	line-height: 44px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.product-brief{
	font-size: 12px;
	line-height: 20px;
	height: 60px;
	overflow: hidden;
	padding: 0 15px;
	margin-bottom: 15px;
	color: #777777;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.product-list ul li a:hover .product-brief{
	color: #eee;
}

/* case index */
.case-bgc{
	background-color: #e4e4e4;
	padding-bottom: 20px;
	
}
.tabs-wrap.casetab {
	
	padding: 0 20px;
	box-sizing: border-box;
}
.tabs-wrap.casetab .tabs-list li{
	width: 50%;
}
.product-list.caselb ul li{
	width: 100%;
	float: left;
	position: relative;
	margin: 10px 0;
}
.product-list.caselb ul li a{
	background-color: #FFFFFF;
	border: none;
}
.product-list.caselb ul li a:hover{
	color: #123062;
}
.product-list.caselb ul li a:hover .product-brief{
	color: #777;
}

/* about us */

.about-cap{
	text-align: center;
	color: #123062;
	font-size: 20px;
	text-transform: uppercase;
	margin-top: 25px;
}
.ab-pic{
	margin-top: 20px;
}
.ab-pic img{
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
.about-brief{
	color: #5f5f5f;
	font-size: 12px;
	line-height: 2;
	padding: 10px 0;
	margin-top: 5px;
}
.about-more{
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 25px;
}
.about-more a{
	display: inline-block;
	background-color: #123062;
	height: 30px;
	line-height: 30px;
	padding: 0 40px;
	color: #FFFFFF;
}
.about-more a:hover{
	color: #FFFFFF;
}

.app-bgc{
	padding-top: 25px;
	padding-bottom: 25px;
	background-color: #f0f0f0;
}
.app-list{
	
}
.app-list ul li{
	margin-top: 20px;
	background-color: #FFFFFF;
	padding: 15px;
}
.app-list ul li img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}
.app-list ul li a{
	display: block;
}
.app-list ul li h4{
	color: #000000;
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: center;
}
.app-list ul li div.app-ms{
	color: #727272;
	line-height: 1.75;
	margin-top: 15px;
}

/** footer **/
.foot-bgc{
	background-color: #222222;
	padding-top: 15px;
	border-top: 5px solid #123062;
}
.foot-box{
	width: 100%;
}
.foot-box h4{
	color: #FFFFFF;
	text-transform: uppercase;
	position: relative;
	margin-top: 5px;
}
.foot-brief{
	color: #cdcdcd;
	line-height: 2;
	margin-top: 10px;
}
.foot-top {
	margin-top: 15px;
}
.foot-nav{
	margin-top: 10px;
}
.foot-nav ul li{
	line-height: 2;
}
.foot-nav ul li a{
	color: #cdcdcd;
	display: block;
}
.foot-nav ul li a:hover{
	color: #FFFFFF;
}
.foot-bq{
	text-align: center;
	line-height: 1.45;
	color: #cdcdcd;
	border-top: 1px solid #454545;
	padding: 15px 0;
}

.nopad{
	padding-left: 0px;
	padding-right: 0px;
}
.ab-cate{
	width: 50%;
	padding-left: 5px;
	padding-right: 5px;
	position: relative;
	float: left;
	margin-bottom: 5px;
}
.ab-cate a{
	display: block;
	padding: 0 10px;
	background-color: #F0F0F0;
	overflow: hidden;
	height: 32px;
	line-height: 32px;
}

.ab-cate a:hover,.ab-cate a.active{
	background-color: #123062;
	color: #FFFFFF;
}
.ab-top{
	margin-top: 10px;
}
.about-bt{
	color: #123062;
	font-size: 20px;
	text-transform: capitalize;
	border-bottom: 1px dotted #DDDDDD;
	padding-bottom: 10px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.about-content{
	color: #555;
	line-height: 2;
	padding-bottom: 25px;
}
.about-content img{
	max-width: 100%;
	height: auto;
}

/* feedback */
.frm-wrap{
	padding-bottom: 25px;
}
.frm-group{
	margin: 15px 0;
}
.frm-input{
	width: 100%;
	border: 1px solid #EEEEEE;
	border-radius: 4px;
	display: block;
	margin: 0 auto;
	padding: 6px 10px;
	font-size: 12px;
	line-height: 1.45;
	color: #555 !important;
}
.frm-area{
	display: block;
	width: 100%;
	border: 1px solid #EEEEEE;
	border-radius: 4px;
	margin: 0 auto;
	padding: 6px 10px;
	font-size: 12px;
	color: #555555;
	line-height: 1.45;
}
input[placeholder],textarea[placeholder]{
	color: #555;
	font-size: 12px;
}
.frm-sub{
	display: inline-block;
	border: none;
	color: #FFFFFF;
	background-color: #123062;
	padding: 6px 40px;
	cursor: pointer;
	border-radius: 4px;
	font-size: 12px;
	text-transform: uppercase;
}

.fat-list{
	margin-top: 5px;
}
.fat-list ul li{
	border-bottom: 1px dotted #d8d8d8;
	height: 40px;
	line-height: 40px;
	color: #989898;
	font-size: 12px;
	overflow: hidden;
}
.fat-list ul li a{
	display: block;
	padding-left: 20px;
	background: url(../images/jiantou.png) left no-repeat;
	height: 40px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.fat-list ul li span{
	display: inline-block;
	height: 40px;
	padding-left: 15px;
	float: right;
}
.pages-num{
	padding: 25px 0;
	text-align: center;
}
.pages-num a{
	display:inline-block;
	*display:inline;
	*zoom:1;
	padding:3px 6px;
	border:1px solid #ccc;
	margin:0 2px;
}
.pages-num .current{
	background:#0188CC;
	border-color:#0188CC;
	color:#FFF;
	font-weight:700;
}
.support-title{
	text-align: center;
	font-size: 18px;
	line-height: 1.45;
	margin-top: 15px;
	border-bottom: 1px solid #123062;
	padding-bottom: 10px;
	margin-bottom: 15px;
}

.productlist{
	margin-top: 5px;
}
.productlist ul li{
	margin-top: 15px;
}
.productlist ul li img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}
.productlist ul li a{
	display: block;
	border: 1px solid #DDDDDD;
	border-radius: 4px;
}
.pro-title{
	text-align: center;
	font-size: 14px;
	background: #EEEEEE;
	height: 34px;
	line-height: 34px;
}
.detail-pic{
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
.detail-pic img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
	border: 1px solid #EEEEEE;
}