body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6, pre, code,
form, fieldset, legend, input, button,
textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
fieldset, img {
	border: 0;
}
:focus {
	outline: 0;
}
address, caption, cite, code, dfn,
em, strong, th, var, optgroup {
	font-style: normal;
	font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
abbr, acronym {
	border: 0;
	font-variant: normal;
}

input, button, textarea,
select, optgroup, option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}
code, kbd, samp, tt {
	font-size: 100%;
}
input, button, textarea, select {
	*font-size: 100%;
}
body {
	line-height: 1.5;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
}
sup, sub {
	font-size: 100%;
	vertical-align: baseline;
}
:link, :visited , ins {
	text-decoration: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}



html{
	font-size: 20px;
	overflow-x:hidden;
}
body{
	font-size: 14px;
	font-size: .7rem;
	background: #fff;
	font-family: microsoft yahei;
	overflow-x:hidden;
}
a,span,p,em{
	color: #808080;
	font-style: normal;
	font-size: 14px;
	font-size: .7rem;
}
.center-box{
	width: 1200px;
	width: 60rem;
	margin: 0 auto;
}
.home-nav,
.company-logo img,
.top-nav li,
.top-nav li:before,
.domain-box ul li div,
.domain-box ul li div:after,
.serve-clients ul li div p{
	transition: all .3s;
	-moz-transition: all .3s; /* Firefox 4 */
	-webkit-transition: all .3s; /* Safari 和 Chrome */
	-o-transition: all .3s; /* Opera */
}

/*导航样式*/
.home-nav{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9999;
	height: 90px;
	height: 4.5rem;
	background: #fff;
	box-shadow: 0 3px 5px rgba(0,0,0,.1);
}
.company-logo{
	height: 90px;
	height: 4.5rem;
	float: left;
}
.company-logo img{
	height: 74px;
	height: 3.7rem;
	margin-top: 8px;
	margin-top: .4rem;
}
.top-nav{
	float: right;
	position: relative;
}
.top-nav li{
	float: left;
	height: 100%;
	line-height: 90px;
	line-height: 4.5rem;
	position: relative;
}
.top-nav li a{
	display: block;
	padding: 0 20px;
	padding: 0 1rem;
	cursor: pointer;
}
/*.top-nav li:before
{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: transparent;
}*/
.top-nav li.active a{
	color: #2689dd;
}
.top-nav li.active:before{
	background: #2689dd;
}
.top-nav .blue-c{
	position: absolute;
	left: 0;
	top: 0;
	height: 3px;
	background: #2689dd;
}
.mini-nav{
	height: 60px;
	height: 3rem;
}
.mini-nav .company-logo{
	height: 60px;
	height: 3rem;
}
.mini-nav .company-logo img{
	height: 52px;
	height: 2.6rem;
	margin-top: 4px;
	margin-top: .2rem;
}
.mini-nav .top-nav li{
	line-height: 60px;
	line-height: 3rem;
}

/*banner样式*/
.home-banner{
	padding-top: 90px;
	padding-top: 4.5rem;
	position: relative;
}
.banner-img{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: url("../images/banner_bg.jpg") no-repeat center;
	background-size: cover;
}
.home-banner .center-box{
	padding: 2.5rem 0;
}
.banner-title{
	width: 470px;
	width: 23.5rem;
	height: 470px;
	height: 23.5rem;
	margin: 0 auto;
	position: relative;
    text-align: center;
}
.banner-title>div{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.banner-title .banner-round{
	background: #3293e1;
	opacity:.8;  
    filter:alpha(opacity=80);
    -moz-opacity:.8;
    border-radius: 50%;
}
.banner-title>div .zh-name{
    color: #fff;
	font-size: 40px;
	font-size: 2rem;
	line-height: 1.3;
	margin: 130px 0 14px;
	margin: 6.5rem 0 .7rem;
}
.banner-title>div .en-name{
    color: #fff;
	font-size: 16px;
	font-size: .8rem;
	opacity:.8;
    filter:alpha(opacity=80);
    -moz-opacity:.8;
}
.banner-title>div div{
	width: 76%;
	height: 1px;
	border-top: 1px dashed #fff;
	border-bottom: 1px dashed #fff;
	margin: 80px auto 25px;
	margin: 4rem auto 1.25rem;
	opacity:.4;
    filter:alpha(opacity=40);
    -moz-opacity:.4;
}
.banner-title>div span{
	color: #fff;
	font-size: 16px;
	font-size: .8rem;
	opacity:.6;
    filter:alpha(opacity=60);
    -moz-opacity:.6;
    padding-bottom: 20px;
    padding-bottom: 1rem;
    background: url("../images/down_icon.png") no-repeat center bottom;
}

/*关于我们*/
.white-box{
	padding: 50px 0 100px;
	padding: 2.5rem 0 5rem;
	background-color: #fff;
	overflow: hidden;
}
.box-title{
	text-align: center;
}
.box-title h3{
	font-size: 24px;
	font-size: 1.2rem;
	color: #4c4c4c;
}
.box-title span{
	font-size: 14px;
	font-size: .7rem;
	color: #c1c1c1;
}
.box-content{
	padding-top: 34px;
	padding-top: 1.7rem;
	text-align: center;
}
.box-content:after{
	display: block;
	content: "";
	clear: both;
}
.box-content>p{
	width: 80%;
	margin: 0 auto 80px;
	margin: 0 auto 4rem;
	color: #848484;
	line-height: 1.7;
}
.domain-box ul{
	text-align: center;
	margin: 0 auto;
}
.domain-box ul li{
	display: inline-block;
	*display: inline;
	margin: 0 6%;
}
.domain-box ul li:after{
	display: block;
	content: "";
	clear: both;
}
.domain-box ul li div{
	padding: 20px;
	padding: 1rem;
	width: 54px;
	width: 2.7rem;
	height: 54px;
	height: 2.7rem;
	background-color: #ced6dc;
	border-radius: 10px;
	border-radius: .5rem;
	position: relative;
	margin-bottom: 20px;
	margin-bottom: 1rem;
}
.domain-box ul li div:after{
	content: "";
	display: block;
	position: absolute;
	bottom: -20px;
	bottom: -1rem;
	left: 50%;
	margin-left: -12px;
	margin-left: -.6rem;
	border:12px solid transparent;
	border:.6rem solid transparent;
	border-top: 9px solid #ced6dc;
	border-top: .45rem solid #ced6dc;
}
.domain-box ul li div img{
	width: 100%;
	height: 100%;
}
.domain-box ul li em{
	color: #c1c1c1;
	line-height: 1;
}
.domain-box ul li span{
	font-size: 16px;
	font-size: .8rem;
	color: #4f5458;
}
.domain-box ul li.active div{
	background-color: #359aef;
}
.domain-box ul li.active div:after{
	border-top-color: #359aef;
}
.domain-box p{
	display: none;
	margin: 26px auto 0;
	margin: 1.3rem auto 0;
	width: 80%;
	color: #848484;
	line-height: 1.7;
}

/*产品案例*/
.blue-box{
	padding: 50px 0 70px;
	padding: 2.5rem 0 3.5rem;
	background: #0d8dd7;
	overflow: hidden;
}
.blue-box .box-title h3,
.blue-box .box-title span{
	color: #fff;
}
.blue-box .box-content{
	position: relative;
	height: 600px;
	height: 30rem;
	margin-top: 60px;
}
.bubble-bg{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 1186px;
	height: 753px;
	margin: auto;
	background: url("../images/bubble_bg.png") no-repeat center;
	opacity:0.3;  
    filter:alpha(opacity=30);
    -moz-opacity:0.3;
}
.bubble-bg2{
	background-image: url("../images/bubble_bg2.png");
	opacity:0.5;  
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
}
.company-products{
	height: 680px;
	height: 34rem;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
}
.company-products ul{
	position: relative;
	height: 100%;
}
.company-products ul li{
	position: absolute;
	display: block;
	width: 164px;
	width: 8.2rem;
	height: 164px;
	height: 8.2rem;
	left: 50%;
	top: 50%;
	background: url("../images/project_bg.png") no-repeat center;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#e6f6ff));
    background:-moz-linear-gradient(top, #ffffff, #e6f6ff);
    background:-o-linear-gradient(top, #ffffff, #e6f6ff);
    background:linear-gradient(to bottom, #ffffff, #e6f6ff);
    border-radius: 50%;
    box-shadow: 0 20px 60px rgba(0,0,0,.05);
    box-shadow: 0 1rem 3rem rgba(0,0,0,.05);
    text-align: center;
}
.company-products ul li:after{
	display: block;
	content: "";
	clear: both;
}
.company-products ul li.center-product{
	width: 260px;
	width: 13rem;
	height: 260px;
	height: 13rem;
	margin: -130px 0 0 -130px;
	margin: -6.5rem 0 0 -6.5rem;
	box-shadow: 0 30px 80px rgba(0,0,0,.1);
	box-shadow: 0 1.5rem 4rem rgba(0,0,0,.1);
	background: url("../images/project_bg2.png") no-repeat center;
}
.company-products ul li.center-product p{
	color: #1091d7;
	font-size: 24px;
	font-size: 1.2rem;
}
.company-products ul li.center-product span{
	font-size: 32px;
	font-size: 1.6rem;
	display: block;
	color: #1091d7;
	padding-top: 95px;
	padding-top: 4.75rem;
}
.company-products ul li>a>img{
	position: absolute;
	width: 93px;
	width: 4.65rem;
	height: 93px;
	height: 4.65rem;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	*left: 50%;
	*top: 50%;
	*margin:-46.5px;
}
.company-products ul li>a>span{
	position: absolute;
	font-size: 18px;
	font-size: .9rem;
	color: #fff;
	white-space:nowrap; 
}
.company-products ul li>a:hover span{
	text-decoration: underline;
}
.company-products ul li.product1{
	margin: -336px 0 0 -82px;
	margin: -16.8rem 0 0 -4.1rem;
}
.company-products ul li.product2{
	margin: -136px 0 0 170px;
	margin: -6.8rem 0 0 8.5rem;
}
.company-products ul li.product3{
	margin: 130px 0 0 70px;
	margin: 6.5rem 0 0 3.5rem;
}
.company-products ul li.product4{
	margin: 130px 0 0 -234px;
	margin: 6.5rem 0 0 -11.7rem;
}
.company-products ul li.product5{
	margin: -136px 0 0 -334px;
	margin: -6.8rem 0 0 -16.7rem;
}
.company-products ul li.product1>a>span,
.company-products ul li.product2>a>span,
.company-products ul li.product3>a>span{
	left: 110%;
	top: 40%;
}
.company-products ul li.product4>a>span,
.company-products ul li.product5>a>span
{
	right: 110%;
	top: 44%;
}



/*服务客户*/
.white-box.serve-clients{
	padding-bottom: 140px;
	padding-bottom: 7rem;
}
.serve-clients ul{
	width: 100%;
	border-left: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
	overflow: hidden;
}
.serve-clients ul li{
	float: left;
	width: 20%;
	margin: 0 0 -1px -1px;
	border: 1px solid #efefef;
	border-left: none;
	border-bottom: none;
	text-align: center;
}
.serve-clients ul li div{
	height: 58px;
	height: 2.9rem;
	padding: 16px 8px;
	padding: .8rem .4rem;
	line-height: 58px;
	line-height: 2.9rem;
	position: relative;
}
.serve-clients ul li div img{
	max-width: 80%;
	vertical-align: middle;
	opacity:.7;
    filter:alpha(opacity=70);
    -moz-opacity:.7;
}
.serve-clients ul li div p{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	padding: 0 1rem;
	background: #0d8dd7;
	color: #fff;
	font-size: 16px;
	font-size: .8rem;
	line-height: 1.5;
	display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    overflow: hidden;
    opacity:0;  
    filter:alpha(opacity=0);
    -moz-opacity:0;
}
.serve-clients ul li:hover div p{
	opacity:.9;  
    filter:alpha(opacity=90);
    -moz-opacity:.9;
}

/*联系我们*/
.black-box{
	padding: 50px 0 100px;
	padding: 2.5rem 0 5rem;
	background: #32363a url("../images/t_bg.png") center;
	background-size: cover;
	overflow: hidden;
}
.black-box .box-title h3,
.black-box .box-title span{
	color: #fff;
}
.contact-us ul{
	width: 90%;
	margin: 0 auto;
	display: table;
	opacity:.7;
    filter:alpha(opacity=70);
    -moz-opacity:.7;
}
.contact-us ul li{
	display: table-cell;
	width: 33%;
	padding: 4px 20px 0 44px;
	padding: .2rem 1rem 0 2.2rem;
	text-align: left;
	background-repeat: no-repeat;
	background-position: left top;
}
.contact-us ul li span{
	float: left;
	color: #fff;
	line-height: 1.8;
}
.contact-us ul li p{
	margin-left: 3em;
	color: #fff;
	line-height: 1.8;
}
.contact-us ul li.company-phone{
	background-image: url("../images/phone_icon.png");
	width: 40%;
}
.contact-us ul li.company-email{
	background-image: url("../images/email_icon.png");
	width: 30%;
}
.contact-us ul li.company-address{
	background-image: url("../images/address_icon.png");
	width: 30%;
}

/*底部样式*/
.page-bottom p{
	text-align: center;
	color: #6e7780;
	padding: 10px 0;
	padding: .5rem 0;
}


@media (min-width: 1024px) and (max-width: 1400px){
	.center-box{
		/*width: 1024px;*/
		width: 51.2rem;
	}
}
@media screen and (max-width: 1024px){
	html{
		font-size: 18px;
	}
	.center-box{
		width: 100%;
	}
	.white-box,
	.blue-box,
	.white-box.serve-clients{
		padding-bottom: 2.5rem;
	}
	.home-nav .center-box{
		text-align: center;
	}
	.top-nav{
		display: none;
	}
	.home-nav{
		height: 60px;
		height: 3rem;
	}
	.home-nav .company-logo{
		height: 60px;
		height: 3rem;
		float: none;
	}
	.home-nav .company-logo img{
		height: 52px;
		height: 2.6rem;
		margin-top: 4px;
		margin-top: .2rem;
	}
	.home-nav .top-nav li{
		line-height: 60px;
		line-height: 3rem;
	}
	.home-banner{
		padding-top: 3rem;
	}
	.home-banner .center-box{
		padding: 1.5rem 0;
	}
	.banner-title{
		width: 16rem;
		height: 16rem;
	}
	.banner-title>div .zh-name{
		font-size: 1.4rem;
		margin: 4.5rem 0 .3rem;
	}
	.banner-title>div .en-name{
		font-size: .7rem;
	}
	.banner-title>div div{
		width: 66%;
		margin: 2.8rem auto .4rem;
	}
	.banner-title>div span{
		font-size: .6rem;
		padding-bottom: .7rem;
		background-size: .6rem;
	}
	.box-content>p{
		width: 90%;
	}
	.domain-box ul li{
		margin: 0 8%;
	}
	.domain-box ul li div{
		width: 2.2rem;
		height: 2.2rem;
		padding: 1.5rem;
	}
	.serve-clients ul{
		width: 90%;
		margin: 0 auto;
	}
	.serve-clients ul li{
		width: 50%;
	}
	.contact-us ul li{
		display: block;
		width: 100% !important;
		padding: 0 0 .1rem 0;
		background: none !important;
	}
	.blue-box .box-content,
	.company-products{
		height: auto;
		position: inherit;
		margin: 0;
	}
	.bubble-bg{
		display: none;
	}
	.company-products ul:after{
		display: block;
		content: "";
		clear: both;
	}
	.company-products ul li{
		position: relative;
		float: left;
		width: 90% !important;
		height: 4rem !important;
		left: 0 !important;
		top: 0 !important;
	    FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#ffffff,endColorStr=#ffffff);
	    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#ffffff));
	    background: -moz-linear-gradient(top, #ffffff, #ffffff);
	    background: -o-linear-gradient(top, #ffffff, #ffffff);
	    background: linear-gradient(to bottom, #ffffff, #ffffff);
	    border-radius:0;
	    text-align: left;
	    margin:0 5% 1rem !important;
	    padding: 1rem 0;
	    box-shadow: 0 1.5rem 4rem rgba(0,0,0,.1);
	}
	.company-products ul li.center-product{
		height: auto !important;
		FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#ffffff,endColorStr=#ffffff);
	    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#ffffff));
	    background: -moz-linear-gradient(top, #ffffff, #ffffff);
	    background: -o-linear-gradient(top, #ffffff, #ffffff);
	    background: linear-gradient(to bottom, #ffffff, #ffffff);
	}
	.company-products ul li>a>img{
		position: inherit;
		margin: 0 0 0 1rem;
		float: left;
		width: 4rem;
		height: 4rem;
	}
	.company-products ul li>a>span{
		position: initial;
	    color: #0D8DD7;
	    margin: 0 .5rem 0 6rem;
	    height: 4rem;
	    display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        white-space:normal; 
        position: inherit \9;
        float: left \9;
        left: inherit !important;
        right: inherit !important;
        top: 35% !important;
        bottom: inherit !important;
        margin-left: 1rem \9;
	}
	.company-products ul li.center-product p{
		font-size: 1rem;
		text-align: center;
	}
	.company-products ul li.center-product span{
		font-size: 1.2rem;
		padding-top: 0;
	}
}
@media screen and (max-width: 460px){
	.serve-clients ul li{
		width: 100%;
	}
}