@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, a, abbr, acronym, big, font, img, small, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, tbody, tfoot, thead, tr, th, td {margin:0; padding:0; border:0; outline:0; font-size:100%;}
body {line-height:normal;}
ol, ul {list-style:none;}
blockquote, q {quotes:none;}
:focus {outline:0;}
ins {text-decoration:none;}
del {text-decoration:line-through;}
table {border-collapse:collapse; border-spacing:0;}

/* BODY */
body{
	background:#fff;
  	}

html, body{
	height:100%;
	}
	p{
		text-align:left;
		text-indent:2em;
	}


/*============== Fonts =================*/
@font-face {
    font-family: 'open_sansbold';
    src: url('fonts/opensans-bold-webfont.eot');
    src: url('fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
/*         url('fonts/opensans-bold-webfont.woff') format('woff'),*/
         url('fonts/opensans-bold-webfont.ttf') format('truetype'),
         url('fonts/opensans-bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
	}

@font-face {
    font-family: 'open_sansregular';
    src: url('fonts/opensans-regular-webfont.eot');
    src: url('fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
/*         url('fonts/opensans-regular-webfont.woff') format('woff'),*/
         url('fonts/opensans-regular-webfont.ttf') format('truetype'),
         url('fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
	}

@font-face {
    font-family: 'open_sanslight';
    src: url('fonts/opensans-light-webfont-webfont.eot');
    src: url('fonts/opensans-light-webfont-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensans-light-webfont-webfont.woff2') format('woff2'),
         url('fonts/opensans-light-webfont-webfont.woff') format('woff'),
         url('fonts/opensans-light-webfont-webfont.ttf') format('truetype'),
         url('fonts/opensans-light-webfont-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;
	}




@font-face {
    font-family: 'open_sanssemibold';
    src: url('fonts/opensans-semibold-webfont-webfont.eot');
    src: url('fonts/opensans-semibold-webfont-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensans-semibold-webfont-webfont.woff2') format('woff2'),
         url('fonts/opensans-semibold-webfont-webfont.woff') format('woff'),
         url('fonts/opensans-semibold-webfont-webfont.ttf') format('truetype'),
         url('fonts/opensans-semibold-webfont-webfont.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;
	}




@font-face {
    font-family: 'open_sansextrabold';
    src: url('fonts/opensans-extrabold-webfont-webfont.eot');
    src: url('fonts/opensans-extrabold-webfont-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensans-extrabold-webfont-webfont.woff2') format('woff2'),
         url('fonts/opensans-extrabold-webfont-webfont.woff') format('woff'),
         url('fonts/opensans-extrabold-webfont-webfont.ttf') format('truetype'),
         url('fonts/opensans-extrabold-webfont-webfont.svg#open_sansextrabold') format('svg');
    font-weight: normal;
    font-style: normal;
	}

/*============== Container =================*/
.container{
	display:table;
	margin:0 auto 0 auto;
	width:1100px;
	position:relative;
	}

.insider{
	display:table;
	margin:0 auto 0 auto;
	width:auto;
	position:relative;
	}
	
.wrapper{
	width:100%;
	padding-top:132px;
	}


#gotop{
	display:none; position:fixed; z-index:9999; bottom:20px; right:20px; width:38px; background:#ff5a5a; height:38px; cursor:pointer;
	transition: all 0.4s; -webkit-transition: all 0.4s; -o-transition: all 0.4s;
	border-radius:5px; -webkit-border-radius:5px;
	text-align:center;
	font-size:21px;
	color:#fff;
	line-height:38px;
	}
	
#gotop span:before{
	line-height:38px;
	}
	
.copyrights{
	text-indent:-9999px;
	height:0;
	line-height:0;
	font-size:0;
	overflow:hidden;
}
/*============== Header Section =================*/
.header{
	float:left;
	width:100%;
	height:auto;
	padding:46px 0 46px 0;
	}

.header_fix{
	float:none;
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	padding:16px 0 16px 0;
	z-index:99999;
	background:#fff;
	box-shadow:0 0 5px #000; -webkit-box-shadow:0 0 5px #000;
	}

.logo{
	float:left;
	margin:8px 0 0 0;
	}
	
.nav{
	float:right;
	margin:0 0 0 0;
	}

.nav .title{
	display:none;
	}

.nav select{
	display:none;
	}
	
.nav ul{
	float:right;
	margin:0 0 0 0;
	}
	
.nav ul li{
	float:left;
	margin:0 0 0 0;
	}

.nav ul li a{
	float:left;
	text-decoration:none;
	text-align:center;
	font-family: 'open_sansregular';
	font-size:13px;
	color:#333;
	font-weight:normal;
	margin:0 0 0 0;
	padding:10px 25px 10px 25px;
	text-transform:uppercase;
	margin:0 0 0 0;
	transition:0.5s; -webkit-transition:0.5s;
	} 
	
.nav ul li:last-of-type{
	float:right;
	margin:0 0 0 40px;
	}
	
.nav ul li:last-of-type a{
	background:#187cc2;
	color:#fff;
	}
	
.nav ul li a:hover{
	background:#187cc2;
	color:#fff;
	}
	
.nav ul li:last-of-type a:hover{
	background:#323232;
	color:#fff;
	}
	
/*============== Slider Section =================*/
.slider_main{
	float:left;
	width:100%;
	padding:0 0 0 0;
	}

div.videopreview{
	width:443px;
	height:290px;
	float:left;
	background:#000;
	margin:0 0 0 0;
	}

h2.l1{
	text-align:center;
	font-family: 'open_sansbold';
	font-size:36px;
	color:#fff;
	font-weight:normal;
	text-transform:uppercase;
	}
	
h2.l2{
	text-align:center;
	font-family: 'open_sanslight';
	font-size:18px;
	color:#fff;
	font-weight:normal;
	}
	
a{
	text-decoration:none;
	color:#3b74f0;	
}
a:visited{
	color:#527dda;
}
a.button1{
	float:left;
	width:145px;
	height:41px;
	border:1px solid #fff;
	text-align:center;
	font-family: 'open_sanslight';
	font-size:14px;
	color:#fff;
	font-weight:normal;
	text-transform:uppercase;
	line-height:41px;
	margin:0 0 0 0;
	border-radius:5px; -webkit-border-radius:5px; 
	transition:0.5s; -webkit-transition:0.5s;
	text-decoration:none;
	}
	
a.button1:hover{
	background:#11598b;
	border:1px solid #11598b;
	text-decoration:none;
	color:#fff;
	}
	
a.button2{
	float:left;
	width:145px;
	height:41px;
	border:1px solid #11598b;
	text-align:center;
	font-family: 'open_sanslight';
	font-size:14px;
	color:#fff;
	font-weight:normal;
	text-transform:uppercase;
	line-height:41px;
	margin:0 0 0 0;
	border-radius:5px; -webkit-border-radius:5px; 
	transition:0.5s; -webkit-transition:0.5s;
	background:#11598b;
	text-decoration:none;
	}
	
a.button2:hover{
	text-decoration:none;
	background:none;
	border:1px solid #fff;
	color:#fff;
	}
	
	
/*============== solution Section =================*/
.solution_section{
	float:left;
	width:100%;
	padding:80px 0 80px 0;
	}
	
.solution_section h2{
	text-align:center;
	font-family: 'open_sansregular';
	font-size:30px;
	color:#333;
	font-weight:normal;
	margin:0 0 20px 0;
	padding:0 0 0 0;
	}
	
.solution_section h4{
	text-align:center;
	font-family: 'open_sanslight';
	font-size:16px;
	color:#909090;
	font-weight:normal;
	text-transform:uppercase;
	margin:0 0 100px 0;
	padding:0 0 30px 0;
	background:url(images/border.png) no-repeat center bottom;
	}


.solution_section .column:nth-of-type(2) .icon{
	background:url(images/icons/i2.png) no-repeat center top;
	}
	
.solution_section .column:nth-of-type(2):hover .icon{
	background:url(images/icons/i2.png) no-repeat center bottom;
	}

.solution_section .column:last-of-type{
	float:right;
	margin:0 0 0 0;
	}

.solution_section .column:last-of-type .icon{
	background:url(images/icons/i3.png) no-repeat center top;
	}
	
.solution_section .column:last-of-type:hover .icon{
	background:url(images/icons/i3.png) no-repeat center bottom;
	}	
	
.solution_section .column span{
	display:table;
	width:265px;
	height:145px;
	border:1px solid #c7c7c7; 
	margin:0 auto 30px auto;
	transition:0.5s; -webkit-transition:0.5s;
	border-radius:0px; -webkit-border-radius:0px;
	text-align:center;
	font-size:30px;
	line-height:145px;
	color:#c7c7c7;
	}	

.solution_section .column:hover span{
	background:#187cc2;
	border:1px solid #3A7AC1;
	color:#fff;
	}

.solution_section .column{
	float:left;
	width:265px;
	margin:0 120px 0 0;
	padding:0 0 0 0;
	transition:0.5s; -webkit-transition:0.5s;
	}
.solution_section .column .icons{
		display:table;
		width:265px;
		height:145px;
		margin:0 auto 30px auto;
	}
.solution_section .column .icon1{
	background:url(images/icons/i1.png) no-repeat center top;
	transition:0.5s; -webkit-transition:0.5s;
	}

.solution_section .column:hover .icon1{
	background:url(images/icons/i1.png) no-repeat center bottom;
	}

.solution_section .column .icon2{
		background:url(images/icons/i2.png) no-repeat center top;
		transition:0.5s; -webkit-transition:0.5s;
		}
	
.solution_section .column:hover .icon2{
		background:url(images/icons/i2.png) no-repeat center bottom;
		}

.solution_section .column .icon3{
			background:url(images/icons/i3.png) no-repeat center top;
			transition:0.5s; -webkit-transition:0.5s;
			}
		
.solution_section .column:hover .icon3{
			background:url(images/icons/i3.png) no-repeat center bottom;
			}

.solution_section .column h3{
	text-align:center;
	font-family: 'open_sansregular';
	font-size:18px;
	color:#333333;
	font-weight:normal;
	margin:0 0 20px 0;
	padding:0 0 0 0;
	}
	
.solution_section p{
	text-align:center;
	font-family: 'open_sanslight';
	font-size:14px;
	color:#777779;
	font-weight:normal;
	margin:0 0 0 0;
	}
	

/*============== device Section =================*/
.device_section{
	float:left;
	width:100%;
	background:#f8f8fa;
	padding:80px 0 80px 0;
	}

.device_section .leftside{
	float:left;
	width:390px;
	margin:0 0 0 35px;
	}

.device_section .leftside img{
	float:right;
	}

.device_section .rightside{
	float:right;
	width:587px;
	margin:0 35px 0 0;
	}
	
.device_section h2{
	text-align:left;
	font-family: 'open_sansregular';
	font-size:30px;
	color:#333;
	font-weight:normal;
	margin:0 0 30px 0;
	padding:0 0 0 0;
	}
	
.device_section  p{
	text-align:left;
	font-family: 'open_sanslight';
	font-size:14px;
	color:#777779;
	line-height:24px;
	font-weight:normal;
	margin:0 0 30px 0;
	}

.device{
	float:left;
	width:100%;
	text-align:left;
	font-family: 'open_sanslight';
	font-size:14px;
	color:#777779;
	line-height:24px;
	font-weight:normal;
	margin:0 0 25px 0;
	}

.device span{
	float:left;
	width:33px;
	height:33px;
	background:#187cc2;
	text-align:center;
	font-size:16px;
	color:#fff;
	line-height:33px;
	transition:0.5s; -webkit-transition:0.5s;
	border-radius:3px; -webkit-border-radius:3px;
	margin:0 16px 0 0;
	}

.device .description{
	float:left;
	width:530px;
	}

.device strong{
	color:#333;
	font-family: 'open_sanssemibold';
	font-weight:normal;
	}

.device.one{
	background:url(images/icons/i4.png) no-repeat left top;
	}
	
.device.two{
	background:url(images/icons/i5.png) no-repeat left top;
	}
	
.case{
	float:left;
	width:100%;
	text-align:left;
	font-family: 'open_sanslight';
	font-size:14px;
	color:#777779;
	line-height:24px;
	font-weight:normal;
	margin:0 0 25px 0;
	}

.case span{
	float:left;
	width:33px;
	height:33px;
	background:#187cc2;
	text-align:center;
	font-size:16px;
	color:#fff;
	line-height:33px;
	transition:0.5s; -webkit-transition:0.5s;
	border-radius:3px; -webkit-border-radius:3px;
	margin:0 16px 0 0;
	}

.case .description{
	float:left;
	width:530px;
	}

.case strong{
	color:#333;
	font-family: 'open_sanssemibold';
	font-weight:normal;
	}

.case.one{
	background:url(images/icons/i4.png) no-repeat left top;
	}
	
.case.two{
	background:url(images/icons/i5.png) no-repeat left top;
	}


a.button3{
	float:left;
	width:145px;
	height:45px;
	border:1px solid #187cc2;
	text-align:center;
	font-family: 'open_sanslight';
	font-size:14px;
	color:#fff;
	font-weight:normal;
	text-transform:uppercase;
	line-height:45px;
	margin:10px 25px 0 0;
	border-radius:3px; -webkit-border-radius:3px; 
	transition:0.5s; -webkit-transition:0.5s;
	text-decoration:none;
	background:#187cc2;
	}
	
a.button3:hover{
	background:none;
	border:1px solid #000;
	text-decoration:none;
	color:#000;
	}
	
a.button4{
	float:left;
	width:145px;
	height:45px;
	border:1px solid #000;
	text-align:center;
	font-family: 'open_sanslight';
	font-size:14px;
	color:#000;
	font-weight:normal;
	text-transform:uppercase;
	line-height:45px;
	margin:10px 0 0 0;
	border-radius:3px; -webkit-border-radius:3px; 
	transition:0.5s; -webkit-transition:0.5s;
	background:none;
	text-decoration:none;
	}
	
a.button4:hover{
	text-decoration:none;
	background:#187cc2;
	border:1px solid #187cc2;
	color:#fff;
	}
	
	
.ano_device_section{
	float:left;
	width:100%;
	background:#fff;
	padding:80px 0 80px 0;
	border-bottom:1px solid #e7e7e7;
	}

img.imagethumb2{
	margin:100px 0 0 10px;
	}
	
	
.ano_device_section .leftside{
	float:left;
	width:587px;
	margin:0 0 0 35px;
	}


.ano_device_section .rightside{
	float:right;
	width:390px;
	margin:0 35px 0 0;
	}
	
/*==============通用 Section =================*/
.common_section{
	float:left;
	width:100%;
	padding:80px 0 50px 0;
	}

.common_section.wihte{
	background:#fff;
	}	
	
.common_section h2{
	text-align:center;
	font-family: 'open_sansregular';
	font-size:30px;
	color:#333;
	font-weight:normal;
	margin:0 0 20px 0;
	padding:0 0 0 0;
	}
	
.common_section h3{
	text-align:center;
	font-family: 'open_sansregular';
	font-size:12px;
	color:#333;
	font-weight:normal;
	margin:0 0 20px 0;
	padding:0 0 0 0;
	}



.common_section h4{
	text-align:center;
	font-family: 'open_sanslight';
	font-size:16px;
	color:#909090;
	font-weight:normal;
	text-transform:uppercase;
	margin:0 0 60px 0;
	padding:0 0 30px 0;
	background:url(images/border.png) no-repeat center bottom;
	}

.common_section p{
		text-align:left;
		font-size:14px;
		color:#777779;
		font-weight:normal;
		line-height: 30px;
		}

.common_section .faqbox{
	overflow:hidden;
	background:#f9f9f9;
	
	transition:0.5s; -webkit-transition:0.5s;	
	padding-left:0px;
	padding-right:0px;
	float:left;
	margin:0 2.5% 30px 2.5%;
	}

.common_section .faqbox.small{	
	width:28%;
	}
.common_section .faqbox.half{
	width:44%;
	}
.common_section .faqbox.longer{
	float:right;
	width:61%;
	margin:0 3.3% 30px 2.3%;
	}

.common_section .faqbox.fullline{
	width:100%;
	}
.common_section .faqbox .title{
	text-align:left;
	font-family: 'open_sanslight';
	font-size:14px;
	color:#333333;
	font-weight:normal;	
	margin:0;
	border-bottom:1px solid #e7e7e7;
	}
	
.common_section .faqbox p{
	text-align:left;
	font-family: 'open_sanslight';
	font-size:14px;
	color:#777779;
	line-height:24px;
	margin:15px 0;
	}
.common_section .faqbox img{
	text-align:center;
	}

/*============== 资质证书 =================*/
.credit_section{
	float:left;
	width:100%;
	background:#f8f8fa;
	padding:60px 0 60px 0;
	}
	
.credit_section h2{
	text-align:center;
	font-family: 'open_sansregular';
	font-size:30px;
	color:#333;
	font-weight:normal;
	margin:0 0 20px 0;
	padding:0 0 0 0;
	}
	
.credit_section h4{
	text-align:center;
	font-family: 'open_sanslight';
	font-size:16px;
	color:#909090;
	font-weight:normal;
	text-transform:uppercase;
	margin:0 0 60px 0;
	padding:0 0 30px 0;
	background:url(images/border.png) no-repeat center bottom;
	}

.credit_section .block:nth-of-type(2) .head{
	background:#187cc2;
	}	

.credit_section .block:last-of-type{
	float:right;
	margin:0 0 0 0;
	}	
	
.credit_section .block{
	float:left;
	width:320px;
	background:#fff;
	border:1px solid #e3e3e3;
	margin:0 60px 0 0;
	}
	
.credit_section .block .head{
	float:left;
	width:320px;
	background:#323232;
	padding:25px 0 25px 0;
	margin:0 0 0 0;
	}
	
.credit_section .block .head h2{
	text-align:center;
	font-family: 'open_sansregular';
	font-size:30px;
	color:#fff;
	font-weight:normal;
	margin:0 0 8px 0;
	}
	
.credit_section .block .head p{
	text-align:center;
	font-family: 'open_sanslight';
	font-size:14px;
	color:#fff;
	font-weight:normal;
	margin:0 0 0 0;
	}
	
.credit_section .block .head p strong{
	font-family: 'open_sansbold';
	font-weight:normal;
	}
	
.credit_section .block ul{
	float:left;
	width:100%;
	margin:0 0 0 0;
	}
	
.credit_section .block ul li{
	text-align:left;
	font-family: 'open_sanslight';
	font-size:14px;
	color:#333;
	font-weight:normal;
	margin:0 0 0 0;
	padding:15px 30px 15px 30px;
	border-bottom:dotted 1px #999;
	}
	
.credit_section .block ul li:last-of-type{
	border-bottom:none;
	}
	
.credit_section .block ul li span{
	float:right;
	font-family: 'open_sanssemibold';
	}
	

	
.credit_section .block ul li a.button5, .credit_section .block ul li a.button6{
	float:right;
	width:95px;
	height:43px;
	border:1px solid #000;
	text-align:center;
	font-family: 'open_sanslight';
	font-size:14px;
	color:#000;
	font-weight:normal;
	text-transform:uppercase;
	line-height:43px;
	margin:0 0 10px 0;
	border-radius:3px; -webkit-border-radius:3px; 
	transition:0.5s; -webkit-transition:0.5s;
	background:none;
	text-decoration:none;
	}
	
.credit_section .block ul li a.button5:hover{
	text-decoration:none;
	background:#187cc2;
	border:1px solid #187cc2;
	color:#fff;
	}
	
.credit_section .block ul li a.button6{
	background:#187cc2;
	border:1px solid #187cc2;
	color:#fff;
	}	
	
.credit_section .block ul li a.button6:hover{
	text-decoration:none;
	background:none;
	border:1px solid #000;
	color:#000;
	}
	
.credit_section .block ul li h5{
	float:left;
	text-align:left;
	font-family: 'open_sanssemibold';
	font-size:14px;
	color:#333;
	font-weight:normal;
	line-height:25px;
	}

.credit_section .pic{
	overflow:hidden;
	background:#f9f9f9;
	border:1px solid #e7e7e7;
	transition:0.5s; -webkit-transition:0.5s;
	border-radius:7px; -webkit-border-radius:7px;
	padding-left:0px;
	padding-right:0px;
	width:28%;
	float:left;
	margin:0 2.5% 30px 2.5%;
	}
/*============== 联系我们 =================*/

.contractus_section{
	float:left;
	width:100%;
	padding:40px 0 40px 0;
	background:#121b23 url(images/signup-bg.jpg) no-repeat center top;
	color:#909090;
	}
	
.contractus_section h2{
	text-align:left;
	font-family: 'open_sansregular';
	font-size:30px;
	color:#fff;
	font-weight:normal;
	margin:0 0 40px 0;
	padding:0 0 0 0;
	text-transform:uppercase;
	}	

.contractus_section .col{
	transition:0.5s; -webkit-transition:0.5s;
	padding-left:0px;
	padding-right:0px;
	float:left;
	margin:0 2.5% 30px 2.5%;
	}
.contractus_section .col.colleft{
	width:50%;
	}

.contractus_section .col.colright{
	width:38%;
	}

	
.footer_logo{
	display:table;
	margin:0 auto 15px auto;
	float:none;
	}
	
.copyright{
	text-align:center;
	font-family: 'open_sanslight';
	font-size:14px;
	color:#a5a5a5;
	margin:0 0 0 0;
	}
	
.copyright a{
	color:#187cc2;
	text-decoration:none;
	}	

/*============== 文章 =================*/
.article_content{
	float:left;
	width:100%;
	background:#f9f9f9;
	padding:80px 0 50px 0;
	}

.article_content .leftside{
	float:left;
	width:71%;
	}


.article_content .rightside{
	float:right;
	width:27%;
	height:100%;
	}
.article_content .rightside .innerbar{
	padding:20px;
	display: block;
	min-height: 500px;	

	background:#ffffff;
	border:1px solid #e7e7e7;
	transition:0.5s; -webkit-transition:0.5s;
	border-radius:7px; -webkit-border-radius:7px;
	margin:0 2.5% 30px 2.5%;
	}

	

.article_content h1{
	text-align:center;
	font-family: 'open_sansregular';
	font-size:30px;
	color:#333;
	font-weight:normal;
	margin: 10px 0 10px 0;
	}
.article_content h2{
	text-align:center;
	font-family: 'open_sansregular';
	font-size:20px;
	color:#333;
	font-weight:normal;	
	margin: 10px 0 10px 0;
	}

.article_content h3{
	text-align:center;
	font-family: 'open_sansregular';
	font-size:12px;
	color:#333;
	font-weight:normal;
	}



.article_content h4{
	text-align:center;
	font-family: 'open_sanslight';
	font-size:16px;
	color:#909090;
	font-weight:normal;
	text-transform:uppercase;
	background:url(images/border.png) no-repeat center bottom;	
	margin: 10px 0 10px 0;
	}

.article_content p{
		text-align:left;
		font: size 16px;
		color:#777779;
		font-weight:normal;
		line-height: 30px;
		margin:20px 0;
		}

.newsitem{
	float:left;
	width:100%;
	text-align:left;
	font-family: 'open_sanslight';
	font-size:14px;
	color:#777779;
	line-height:24px;
	font-weight:normal;
	margin:0 0 25px 0;
	}

.newsitem img{
	float:left;
	width:200px;
	height:150px;
	display: block;
	margin:0 16px 0 0;
	}

	
.newsitem .description{

	}

.newsitem strong{
	color:#333;
	font-family: 'open_sanssemibold';
	font-weight:normal;
	}

.page_navi{overflow:hidden;width:100%;text-align:center}
.page_navi a{height:36px;border:1px solid #DDD;-webkit-border-radius:12px;-moz-border-radius:12px;border-radius:12px;color:#888;text-decoration:none;line-height:36px;margin:2px;padding:3px 8px}
.page_navi a:hover,.page_navi a.current{border:1px solid #FFBB76;color:#FF7200;font-weight:bolder}