/*------版头-----*/
.header_ {
	padding-top:15px;
	position:relative;
}
.header_:before,.header_:after {
	content:" ";
	display:table
}
.header_:after {
	clear:both
}
.logo,.logo img,.main-menu,.main-menu li {
	display:inline-block
}
.menu-block {
	float:left;
	padding-bottom:0;
}
.header_:before{
	position:absolute;
	bottom:44px;
	height:1px;	
	width:100%;
	display:block;
    background-image: linear-gradient(to right, rgba(76,190,229,0), rgba(76,190,229,0.3), rgba(76,190,229,0));
}
.sub-head:before{
	display:none;
}
.logo {
	vertical-align:top;
	margin-right:65px;
	width:240px;
	height:78px
}
.logo img {
	height:33px;
	margin-top:16px
}
.main-menu ul {
	margin:0;
	padding:0;
	list-style:none
}
.header_,.main-menu li,.main-menu li span{
	position:relative
}
.main-menu .my-account {
	display:none
}


.main-menu li {
	padding: 0 16px;
}
.main-menu li a {
	display:block;
	margin-top:9px;
	color:#b4bff4;
	padding-bottom:30px;
}
.main-menu li a:hover{
	color:#0bc0ed;
}

.main-menu li span {
	display:inline-block
}
.sign-block {
	float:right;
	width:37px;
	height:37px;
	margin-top:15px;
}
.btn-menu {
	width:34px;
	height:34px;
	padding:5px;
	overflow:hidden;
	position:absolute;
	top:20px;
	right:15px;
	border-radius:4px;
	display:none;
	z-index:120
}
.btn-menu span,.btn-menu:after,.btn-menu:before {
	background:#fff;
	width:27px;
	height:2px;
	position:absolute
}
.btn-menu span {
	top:50%;
	margin-top:-2px;
	text-indent:-9999px
}
.btn-menu:after,.btn-menu:before {
	content:'';
	display:block;
	top:4px;
	transition:all .3s
}
.btn-menu:after {
	top:26px
}
.btn-menu.open {
	position:fixed
}
.btn-menu.open:after,.btn-menu.open:before {
	transform:rotate(-45deg);
	top:16px
}
.btn-menu.open:after {
	transform:rotate(45deg)
}
.btn-menu.open span {
	display:none
}
.mobile-holder{margin-top:15px;}
/*------版头里的搜索-----*/
.header-search .search-button{
    float: right;
    width: 37px;
    height: 37px;
    margin-top: 15px;
    margin-right:10px;
}
.header-search .search-box{position:relative;padding:10px 70px 10px 10px;background:white;height:80px;margin:5% auto;border-radius:6px;}
.header-search .search-box input.text{padding-left:10px;height:60px;width:100%;font-size:20px;border:0;background:0;}
.header-search .search-box a{display:inline-block;width:40px;height:40px;position:absolute;right:20px;top:20px;}
.header-search .search-box img{width:100%}




/*------动画-----*/
@keyframes mobile-menu-open {
	0% {
	opacity:0;
	transform:scale(.95)
}
100% {
	opacity:1;
	transform:scale(1)
}
}
@keyframes mobile-menu-close {
	0% {
	opacity:1;
	transform:scale(1)
}
100% {
	opacity:0;
	transform:scale(.95)
}
}
	





@media(min-width:950px) {
	.main-menu li li {
		display: block;
	}

	.main-menu li ul {
		position: fixed;
		margin-top: 20px;
		width: auto !important;
	}

/*------导航调整-----*/
nav li > ul {
	z-index: 999;
}
nav > div > ul > li > ul{
	-webkit-transition:opacity 0.6s, 
	-webkit-transform 0.6s;
	transition:opacity 0.6s, 
	-webkit-transform 0.6s;
	transition:transform 0.6s, opacity 0.6s;
	transition:transform 0.6s, opacity 0.6s, 
	-webkit-transform 0.6s;
	-webkit-transform: translateY(50%);
	transform:translateY(50%);
	opacity:0;
	position: absolute;
	top:54px;
	pointer-events: initial;
	pointer-events: none;
	background:rgba(0,0,0,0.5);
}
nav > div > ul > li:hover > ul{
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
	opacity:1;
	pointer-events: initial;
}
nav > div > ul > li > ul > li{
	height:40px;
	line-height:40px;
	border-bottom:1px solid rgba(255,255,255,0.1);
}
nav > div > ul > li > ul > li a{
	margin:0 !important;
}
}


@media(max-width:1315px) {
	.header_ {
	padding-top:15px
}
	#search-form {
	top:75px;
}
}
@media(max-width:1170px) {
.main-menu li {
    padding: 0 4px;
}
.logo {
    width:210px;
}
}
@media(max-width:1100px) {
	.main-menu li {
	padding:0 5px
}
}
@media(max-width:950px) {
/*------logo-----*/	
.header_,.header_ .logo {
	position:fixed;
	height:70px;
	left:0;
	top:0;
}
.header_ {
	background:#23235f;
	padding:0 10px;
	top:0;
	right:0;
	z-index:100;
}
.header_ .logo {
	display:block;
	margin-left:15px
}
.sign-block {
	margin-top:19px;
	display:none
}
.header_:before{display:none;}
.btn-menu,.main-menu {
	display:block;
}
.btn-menu.open,.btn-menu.open {
	top:0;
	right:0;
	margin:4%;
	position:absolute
}
.btn-menu.open:before,.btn-menu.open:after {
	background:#333;
	height:3px
}
.main-menu .mobile-holder {
	display:block;
	position:absolute;
	width:95%;
	left:0;
	right:0;
	top:0;
	margin:0 auto;
	margin-top:3%;
	background:#fff;
	z-index:110;
	-webkit-box-shadow:0 0 15px 1px rgba(0,0,0,.35);
	-moz-box-shadow:0 0 15px 1px rgba(0,0,0,.35);
	box-shadow:0 0 15px 1px rgba(0,0,0,.35);
	border-radius:8px;
	transform-origin:100% 0;
	pointer-events:none;
	opacity:0;
	-ms-transform:scale(.95);
	-ms-transform-origin:top right;
	-webkit-transform:scale(.95);
	-webkit-transform-origin:top right;
	transform:scale(.95);
	transform-origin:top right;
	-webkit-transition:all .2s ease-in-out;
	-moz-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out
}
.main-menu .mobile-holder.open {
	-ms-transform:scale(1);
	-webkit-transform:scale(1);
	transform:scale(1);
	opacity:1;
	pointer-events:all
}
.main-menu .mobile-holder > ul{
	display:block;
	width:100%;
	top:10%;
	bottom:10%;
	height:90%;
	padding:6%
}
.main-menu li {
	width:100%;
	display:block;
	font-size:20px;
	font-weight:700;
	padding-right:50px;
}
.main-menu li a {
	line-height:40px;
	margin-top:0;
	padding-left:40px;
	padding-bottom:0;
}
.main-menu li a label{
	position:absolute;
	width:40px;
	height:40px;
	text-align:center;
	right:0;
	top:0;
}
.main-menu li a label:after{
	content: "+";
}
.main-menu li.open a label:after{
	content: "-";
}
.main-menu li > ul{
	max-height:0;
	overflow:hidden;
	transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}
.main-menu li.open > ul{
	max-height:1000px;
}
.main-menu li.nav1 > a {
	color:#0bc0ed;
	background:url(../images/nav1.svg) center left no-repeat;
}
.main-menu li.nav2 > a {
	color:#4d9dd0;
	background:url(../images/nav2.svg) center left no-repeat;
}
.main-menu li.nav3 > a {
	color:#008fd5;
	background:url(../images/nav3.svg) center left no-repeat;
}
.main-menu li.nav4 > a {
	color:#4873a6;
	background:url(../images/nav4.svg) center left no-repeat;
}
.main-menu li.nav5 > a {
	color:#595386;
	background:url(../images/nav5.svg) center left no-repeat;
}
.main-menu li.nav6 > a{
	color:#524364;
	background:url(../images/nav6.svg) center left no-repeat;
}
.main-menu li.nav7 > a{
	color:#524364;
	background:url(../images/nav7.svg) center left no-repeat;
}
.main-menu li a {
	background-size:28px !important;
}
.main-menu .my-account {
	width:100%;
	line-height:56px;
	background:#f5f5f5;
	display:block;
	border-radius:8px 8px 0 0;
	border-bottom:1px solid #e7e7e7
}
.main-menu .my-account a {
	font-size:20px;
	color:#333;
	font-weight:500;
	padding-left:30px;
	margin-left:6%;
	display:block;
	height:56px
}
.main-menu .my-account .username {
	margin-left:6%;
	margin-right:6%;
	padding-top:30px;
	display:table
}
.main-menu .my-account .username span {
	vertical-align:middle;
	display:table-cell;
	padding-left:10px
}
.main-menu .my-account .username img {
	width:50px;
	height:50px;
	vertical-align:middle;
	display:table-cell;
	border-radius:100%
}
.main-menu .my-account a.sign-in {
	background:url(../images/sign-in.svg) center left no-repeat
}
.main-menu li.sign-in-link {
	display:block;
	padding:0;
	margin:0
}
.main-menu li span {
	display:inline-block
}
.main-menu li span:hover:after {
	background:0 0
}
.main-menu li.active span:after {
	top:100%;
	bottom:-5px
}
.main-menu li:last-child {
	margin-bottom:0
}
.main-menu li.sign-in-link a {
	display:block;
	background:#273f9c;
	color:#0bc0ed;
	border-radius:5px;
	padding:10px 20px 7px;
	border:1px solid #0bc0ed
}
.main-menu li.sign-in-link a:hover {
	background:#008fd5;
	color:#f4e1d3;
	border-radius:5px;
	padding:10px 20px 7px;
	border:1px solid #273f9c
}
.header-search .search-button {
    float: right;
    width: 37px;
    height: 37px;
    margin-top: 15px;
    margin-right: 10px;
}
.main-menu .mobile-holder ul li > ul{
	padding:1%
}
/*.main-menu ul li > a{
	line-height:40px;
}*/
/*------版头里的搜索----*/	
.search-button{position:absolute;right:50px;top:2px;}


}
@media(max-width:850px) {
	.header_ {
	padding-top:30px
}
.logo {
	width:200px;
	margin-right:35px
}
}
@media(min-width:951px) {
	.main-menu li span .active:after,
	.main-menu li span:hover:after,
	.main-menu li.active span:after {
	content:"";
	position:absolute;
	bottom:-24px;
	width:100%;
	height:3px;
	background:#2941bc;
	left:0;
}
}
@media(max-width:768px) {
    .btn-menu.open,.btn-menu.open {
	margin:5%;}

/*------版头里的搜索----*/	
	.header-search .search-box{height:60px;width:100%;margin:5% auto;border-radius:4px;}
	.header-search .search-box input.text{padding-left:10px;height:40px;width:100%;font-size:16px;}
	.header-search .search-box a{width:30px;height:30px;right:13px;top:13px;}

}
@media(max-width:640px) {
	.main-menu li {
	font-size:18px;
	line-height:22px
}
.btn-menu.open,.btn-menu.open {
	margin:5.5%;}
}
@media(max-width:450px) {
	.logo {
	width:180px
}
}

/*------第一屏幕总外部----*/	
.blue-white-section {
	background:#f7f7f7 url(../images/top_bg-new.jpg) 50% 100% no-repeat;
	background-size:cover;
	width:100%;
	position:relative;
	z-index:15;
	/*overflow-y:hidden;*/
}
.blue-white-section .circles-holder {
	text-align:center;
	line-height:24px
}
.blue-white-section .img-block {
	border:1px solid #008fd5;
	border-radius:50%;
	position:relative;
	width:160px;
	height:160px;
	margin:0 auto 40px;
	text-align:center
}
.blue-white-section .img-block.big-circle {
	width:190px;
	height:190px
}
.blue-white-section .img-block.big-circle .circles {
	width:170px;
	height:170px
}
.blue-white-section .img-block.big-circle .circles svg {
	width:135px;
	height:135px
}
.blue-white-section .circles {
	background:#2f377f;
	border-radius:50%;
	position:relative;
	width:140px;
	height:140px;
	left:50%;
	top:50%;
	-webkit-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%)
}
.blue-white-section .circles svg {
	left:50%;
	position:absolute;
	top:50%;
	width:106px;
	height:106px;
	-webkit-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	opacity:0
}
.blue-white-section-holder {
	max-width:1360px;
	margin:0 auto;
	padding:0 20px;

}
.index-hidden{overflow:hidden;}

@media(min-width:1025px) and (max-width:1315px) and (max-height:700px) {
	.blue-white-section-holder {
	max-width:1100px}
}
/*------首屏定位（重点）----*/	
.introducing-block-holder {
	position:relative;
}
.introducing-block-holder:before,.introducing-block-holder:after {
	content:" ";
	display:table
}
.introducing-block-holder:after {
	clear:both
}

.introducing-block {
	position:relative
}
.introducing-block:before,.introducing-block:after {
	content:" ";
	display:table
}
.introducing-block:after {
	clear:both
}
/*------首屏内文字----*/	
.introducing-block .logo2 {
	display:none
}
.introducing-block .text-block {
	margin-top:200px;
	line-height:25px;
	font-size:20px;
	color:#fff;
	float:left;
	font-weight:300;
	max-width:500px;
	/*font-family:proxima_nova_ltlight;*/
}
.introducing-block .text-block h2 {
	text-transform:uppercase;
	color:#424183;
	font-size:40px;
	line-height:52px;
	margin:0;
	font-weight:400
}
.introducing-block .text-block h1 {
	font-size:80px;
	line-height:89px;
	margin:0 0 40px;
	color:#fff;
	text-transform:uppercase;
	font-weight:300
}
.introducing-block .text-block p {
	margin:0
}
.introducing-block .text-block p span {
	text-transform:uppercase
}
.introducing-block .text-block a.button{
	
}
.introducing-block .text-block .btn-sign {
	margin-top:65px;
	display:inline-block;
	background:0 0;
	color:#0bc0ed;
	border-radius:4px;
	padding:13px 31px;
	border:1px solid #0bc0ed;
	cursor: pointer;
}
.introducing-block .text-block .btn-sign:hover {
	background:#008fd5;
	color:#2c3487;
	border-radius:4px;
	padding:13px 31px;
	border:1px solid #273f9c
}
/*------首屏底部文字标题----*/	
.bottom_text{padding:8% 10% 7% 10%;text-align:center;}
.bottom_text h4{
	font-size:50px;
	line-height:55px;
	color:#fff;
	display:block;
	padding-top:1%;
	-webkit-transform:translateX(0%);
	-ms-transform:translateX(0%);
	transform:translateX(0%);
	font-weight:300;
}
.bottom_text a:hover h4,
.bottom_text a:hover p{
	color:#0bc0ed;
}
.bottom_text h4:before {
	content:"";
	position:absolute;
	left:48%;
	bottom:100%;
	width:18px;
	height:82px;
	background:url(../images/drop_down.png) no-repeat;
}
.bottom_text p{margin-top:30px;font-size:20px;line-height:30px;color:#fff;}
/*------首屏图形部分----*/
.mobile-anim-block {
	float:right;
}
.mobile-anim-block .phone-block {
	float:left;
	padding:0 100px;
	position:relative;
	margin-right:60px;
	margin-top:98px
}

.mobile-anim-block .main-phone {
	position:relative;
}
/* 新版用 img 替代了内联 SVG，需钉死尺寸，否则会撑大 phone-block 导致 mobile-anim-block 掉行；尺寸与源项目 .main-phone svg 保持一致 */
.mobile-anim-block .main-phone .legacy-phone-main {
	width:210px;
	height:407px;
	display:block;
}
.mobile-anim-block .main-phone:after {
	content:"";
	position:absolute;
	top:90%;
	left:50%;
	-webkit-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	transform:translateX(-50%);
	width:672px;
	height:157px;
	background:url(../images/centre_shadow.png) 0 0 no-repeat
}
.mobile-anim-block .main-phone .screen-img {
	position:absolute;
	-webkit-animation:2s fade-out-main-phone forwards;
	animation:2s fade-out-main-phone forwards;
	-webkit-animation-delay:3s;
	animation-delay:3s;
	top:5.5%;
	left:6%;
	z-index:9;
	opacity:0;
	border-radius:25px;
	overflow:hidden;
}
.mobile-anim-block .main-phone .screen-img img {
	width:100%;
	max-width:254px;
	padding:0;
	margin:0
}
/*-------左右手机侧滑出--------*/
.mobile-anim-block .left-phone,.mobile-anim-block .right-phone {
  position:absolute;
  top:55px;
  right:-10px;
  opacity:0
}
.mobile-anim-block .left-phone:after,.mobile-anim-block .right-phone:after {
  content:"";
  position:absolute;
  top:100%;
  left:50%;
  -webkit-transform:translateX(-50%);
  -ms-transform:translateX(-50%);
  transform:translateX(-50%);
  width:409px;
  height:70px;
  background:url(../images/right_shadow.png) 0 0 no-repeat
}
.mobile-anim-block .left-phone img,.mobile-anim-block .right-phone img {
  max-width:100%;
  width:172px;
  height:445px
}
.mobile-anim-block .left-phone {
  right:auto;
  left:-10px;
  -webkit-animation:2s left-phone-animation forwards;
  animation:2s left-phone-animation forwards;
  -webkit-animation-delay:4s;
  animation-delay:4s
}
.mobile-anim-block .right-phone {
  -webkit-animation:2s right-phone-animation forwards;
  animation:2s right-phone-animation forwards;
  -webkit-animation-delay:4s;
  animation-delay:4s
}
/*--------3个球----------*/
.mobile-anim-block .circle-block {
  float:right;
  margin:0;
  padding:0;
  list-style:none;
  margin-top:35px
}
.mobile-anim-block .circle-block li {
  margin-bottom:70px;
  position:relative;
  width:165px;
  height:165px;
}

.mobile-anim-block .circle-block li .rating-white {
  -webkit-animation:3s rating-animation;
  animation:3s rating-animation;
  stroke-dasharray:1100
}
.mobile-anim-block .circle-block li:before {
  top:50%;
  position:absolute;
  content:"";
  right:100%;
  width:111px;
  height:1px;
  background-color:#00bbf9
}
.mobile-anim-block .circle-block li:nth-child(2) {
  margin-left:155px
}
.mobile-anim-block .circle-block li:nth-child(2):before {
  width:248px
}
.mobile-anim-block .circle-block li:nth-child(2) .circles-text {
  background:rgba(39,46,109,.5)
}
.mobile-anim-block .circle-block li:last-child {
  margin-left:47px
}
.mobile-anim-block .circle-block li:last-child:before {
  width:170px
}
.mobile-anim-block .circle-block li:last-child .rating-white {
  -webkit-animation:3s rating-animation-2;
  animation:3s rating-animation-2;
  stroke-dasharray:1300
}
.mobile-anim-block .circle-block li:last-child .circles-text {
  background:rgba(39,46,109,.5)
}
.mobile-anim-block .circle-block li>svg {
  width:165px;
  height:160px
}
.mobile-anim-block .circle-block .circles-wrp {
  width:128px;
  height:128px;
  position:absolute!important;
  top:50%;
  left:50%;
  -webkit-transform:translate(-50%,-50%);
  -ms-transform:translate(-50%,-50%);
  transform:translate(-50%,-50%)
}
.mobile-anim-block .circle-block .circles-wrp svg {
  display:none
}
.mobile-anim-block .circle-block .circles-text {
  background:rgba(39,46,109,.8);
  border-radius:50%;
  position:absolute;
  width:100%!important;
  height:100%!important;
  left:50%!important;
  top:50%!important;
  margin:-67px 0 0 -59px;
  font-size:30px!important;
  line-height:32px!important;
  color:#fff
}
.mobile-anim-block .circle-block .circles-integer {
  position:absolute;
  top:45%;
  left:50%;
  -webkit-transform:translate(-50%,-50%);
  -ms-transform:translate(-50%,-50%);
  transform:translate(-50%,-50%)
}
.mobile-anim-block .circle-block .circles-integer:after {
  content:"photos";
  position:absolute;
  bottom:-25px;
  left:50%;
  -webkit-transform:translateX(-50%);
  -ms-transform:translateX(-50%);
  transform:translateX(-50%);
  text-transform:uppercase;
  font-size:16px;
  line-height:18px!important;
  font-weight:300
}
.mobile-anim-block .circle-block .circles-integer:before {
  content:"";
  position:absolute;
  height:1px;
  width:100%;
  background:#fff;
  bottom:-3px
}
.mobile-anim-block .circle-block #circles-2 .circles-integer:after {
  content:"likes"
}
.mobile-anim-block .circle-block #circles-3 .circles-integer:after {
  content:"followers"
}

.mobile-anim-block .circle-block .circle{
	position:absolute;
	top:10%;
	left:14%;
	padding-top:8%;
	text-align:center;	

	background: rgba(39,46,109,.8);
  border-radius: 50%;

  width: 128px;
  height:128px;
}
.mobile-anim-block .circle-block .circle p{
	margin-top:40px;
	margin-left:-50%;
	width:200%;
	color:#fff;
	overflow-wrap:break-word;
	word-break:break-word;
}

.mobile-anim-block .circle-block li a img{
	transition: All 0.2s ease-in-out;
	-webkit-transition: All 0.2s ease-in-out;
}
.mobile-anim-block .circle-block li a:hover img{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.mobile-anim-block .circle-block li a:hover p{color:#0bc0ed;}
/*------后面为图形手机版----*/  
@media(max-width:1450px) {
  .mobile-anim-block .phone-block {
  padding:0 60px;
  margin-right:20px
}
}
@media(max-width:1350px) {
  .mobile-anim-block .circle-block li:nth-child(2) {
  margin-left:115px
}
}
@media(max-width:1315px) {
  .introducing-block .text-block {
  margin-top:40px;
  max-width:380px
}
.introducing-block .text-block h2 {
  font-size:40px;
  line-height:50px
}
.introducing-block .text-block h1 {
  font-size:70px;
  margin-bottom:30px
}
.introducing-block .text-block .btn-sign {
  margin-top:45px
}
.mobile-anim-block .phone-block {
  margin-right:5px;
  margin-top:25px
}
.mobile-anim-block .main-phone svg {
  width:210px;
  height:407px
}
.mobile-anim-block .main-phone .screen-img {
  width:80%;
  left:8%;
}
.mobile-anim-block .bottom-circle {
  width:246px;
  height:105px;
  bottom:-41px;
  left:55px
}
.mobile-anim-block .left-phone img,.mobile-anim-block .right-phone img {
  width:141px;
  height:312px
}
.mobile-anim-block .circle-block {
  margin-top:0
}
.mobile-anim-block .circle-block li {
  margin-bottom:20px;
  position:relative;
  width:140px;
  height:140px
}
.mobile-anim-block .circle-block li:nth-child(1):before {
  width:90px
}
.mobile-anim-block .circle-block li:nth-child(2):before {
  width:110px
}
.mobile-anim-block .circle-block li:nth-child(3):before {
  width:143px
}
.mobile-anim-block .circle-block li>svg {
  width:140px;
  height:135px
}
.mobile-anim-block .circle-block .circles-wrp {
  width:108px;
  height:108px
}
.mobile-anim-block .circle-block .circles-text {
  margin:-56px 0 0 -50px
}
.mobile-anim-block .circle-block .circles-integer:after {
  font-size:14px
}
}
@media(max-width:1240px) {
  .introducing-block .text-block {
  max-width:400px
}
.introducing-block .text-block h1 {
  font-size:65px;
  line-height:70px
}
.introducing-block .text-block h2 {
  font-size:50px;
  line-height:55px
}
.introducing-block .text-block p {
  font-size:18px
}
}
@media(max-width:1170px) {
 .mobile-anim-block .phone-block {
  margin-right:20px;
}
}
@media(max-width:1060px) {
.introducing-block .text-block {
    position:absolute;
}
.mobile-anim-block {
    margin-right:5%;
}
.mobile-anim-block .circle-block li:nth-child(2) {
    margin-left:0;
}
.mobile-anim-block .circle-block li:last-child {
    margin-left:0;
}
.mobile-anim-block .circle-block li:before {
    display:none;
}


}
@media(max-width:960px) {
  .mobile-anim-block .phone-block {
  padding:0
}
}@media(max-width:990px) {
  .title-intro-block {
  font-size:20px;
  padding:14px 22px 10px
}
}@media(max-width:920px) {
  .blue-white-section .img-block {
  border:1px solid #008fd5;
  border-radius:50%;
  position:relative;
  width:160px;
  height:160px;
  margin:0 auto 40px;
  text-align:center
}
.blue-white-section .img-block.big-circle {
  width:180px;
  height:180px
}
.blue-white-section .img-block.big-circle .circles {
  width:160px;
  height:160px
}
.blue-white-section .img-block.big-circle .circles svg {
  width:125px;
  height:125px
}
}

/*------容器----*/ 
.gray-section{overflow:hidden;background:#f5f5f5;background-size:cover;position:relative;z-index:9;}
.gray-section:after {
    content: "";
    position:absolute;
    top:87%;
    width:300%;
    height:400%;
    background:#fff;
    border-radius:100%;
    left:50%;
    -webkit-transform:translateX(-50%);
    -ms-transform:translateX(-50%);transform: translateX(-50%);z-index: 10;
}
.blue-section{background:url(../images/blue-white_bg_gradient.jpg) no-repeat center;background-size:cover;}
.white-section{background:white;}
.frame-box{max-width:1360px;margin:0 auto;}
.gray-bottom-section{
	overflow:hidden;
	background:#f5f5f5;
	background-size:cover;
	position:relative;
	z-index:9;
}
.gray-bottom-section:after {
    content: "";
    position:absolute;
    bottom:87%;
    width:300%;
    height:400%;
    background:#fff;
    border-radius:100%;
    left:50%;
    -webkit-transform:translateX(-50%);
    -ms-transform:translateX(-50%);
    transform: translateX(-50%);
    z-index:10;
}
/*------电表设备----*/  
.equipment-display{padding-bottom:15%;}
.equipment-display .equipment li{width:50%;text-align:center;margin-top:5%;}
.equipment-display .equipment li.binomial{float:left;}
.equipment-display .equipment li.three{float:right;}
.equipment-display .equipment h4{display:inline-block;line-height:40px;margin-bottom:5%;color:#333333;font-size:25px;border-bottom:2px solid #4aa7db;}
.equipment-display .equipment h4 span{color:#4aa7db;font-size:30px;}
.equipment-display .equipment img{display:block;max-width:100%;}
.equipment-display .characteristic{margin-top:50px;}
.equipment-display .characteristic li{float:left;width:25%;padding:0 1%;text-align:center;}
.equipment-display .characteristic li .img img{transition: All 0.2s ease-in-out;-webkit-transition: All 0.2s ease-in-out;}
.equipment-display .characteristic li .img a:hover img{transform: scale(1.1);-webkit-transform:scale(1.1);}
.equipment-display .characteristic li h4{color:#007cc3;font-size:25px;margin-top:5%;}
.equipment-display .characteristic li p{color:#333;font-size:20px;margin-top:5%;}

.equipment-display .characteristic li a:hover h4{text-decoration:underline;}
.equipment-display .characteristic li a:hover p{text-decoration:underline;}
/*------模拟图----*/ 
.simulation-display{padding:5% 0 10%;text-align:center;}
.simulation-display img{max-width:90%;}
/*------能源监测系统----*/ 
.energy-system{color:#fff;padding-bottom:7%;}
.energy-system .title{padding-top:10%;text-align:center;}
.energy-system .title h4{font-size:50px;line-height:55px;}
.energy-system .title a:hover h4{text-decoration:underline;}
.energy-system .title p{margin-top:30px;font-size:20px;}
.energy-system ul{margin-top:5%;}
.energy-system li{padding:0 40px 0 160px;float:left;position:relative;min-height:100px;width:33.333%;}
.energy-system li img{position:absolute;left:40px;
-webkit-transition: -webkit-transform 0.5s ease-out;
-moz-transition: -moz-transform 0.5s ease-out;
-o-transition: -o-transform 0.5s ease-out;
-ms-transition: -ms-transform 0.5s ease-out;
}
.energy-system li p{font-size:20px;font-weight:bold;text-align:left;margin-top:11%;}
.energy-system a{color:white;}
.energy-system a:hover p{text-decoration:underline;}

.energy-system a:hover img{
-webkit-transform: rotateZ(360deg);
-moz-transform: rotateZ(360deg);
-o-transform: rotateZ(360deg);
-ms-transform: rotateZ(360deg);
transform: rotateZ(360deg);
}

/*------能源系统展示----*/
.energy-system-display{text-align:center;padding-bottom:5%;}
.energy-system-display .icon{margin:2% 0;padding:0 40%;}
.energy-system-display .pic img{}
/*------太阳能光伏系统----*/
.solar-system{padding:10% 0;}
.solar-system .chart{float:left;width:50%;text-align:center;}
.solar-system .title{float:right;width: 50%;}
.solar-system .title h4{line-height:55px;font-size:50px;color:#fff;}
.solar-system .title a:hover h4{text-decoration:underline;}
.solar-system .writing{float:right;color:#fff;padding-top:1%;width:50%;}
.solar-system .writing ul{margin-top:4%;}
.solar-system .writing li{position:relative;padding-left:60px;margin-bottom:30px;line-height:45px;font-size:25px;}
.solar-system .writing li img{position:absolute;left:0;}
.solar-system .writing .more a{display:inline-block;text-align:center;font-size:30px;color:#fff;padding:0 30px;height:80px;line-height:72px;border:4px solid #fff;border-radius:40px;}
.solar-system .writing .more a:hover{background:#fff;color:#0bc0ed;}
/*------住宅电力系统----*/
.electricity-system{position:relative;padding:5% 0;}
.electricity-system .title{text-align:center;padding:5%;}
.electricity-system .title h4{text-align:center;line-height:55px;font-size:50px;color:#333;}
.electricity-system .title a:hover h4{text-decoration:underline;}
.electricity-system .writing{float:left;color:#333;padding-top:1%;width:50%;}
.electricity-system .writing ul{margin-top:4%;}
.electricity-system .writing li{position:relative;padding-left:60px;margin-bottom:20px;line-height:45px;font-size:25px;}
.electricity-system .writing li img{position:absolute;left:0;}
.electricity-system .writing .more a{display:inline-block;text-align:center;font-size:30px;color:#46c5f5;padding:0 30px;height:80px;line-height:72px;border:4px solid #46c5f5;border-radius:40px;}
.electricity-system .writing .more a:hover{background:#46c5f5;color:#fff;}
.electricity-system .chart{float:right;width:50%;text-align:center;}
.electricity-system .chart img{}
/*------家庭自动化----*/
.home-automation{padding:12% 0 5% 0;}
.home-automation .title{text-align:center;color:#333;}
.home-automation .title h4{line-height:55px;font-size:50px;}
.home-automation .title a:hover h4{text-decoration:underline;}
.home-automation .title p{margin-top:30px;font-size:20px;}
.home-automation .pic{margin-top:5%;text-align:center;}
.home-automation .pic img{padding:0 50px;}
.home-automation .pic a:hover img{transition:All 0.2s ease-in-out;-webkit-transition:All 0.2s ease-in-out;transform:scale(1.1);-webkit-transform: scale(1.1);}


/*------首页新闻----*/
.news .title{text-align:center;padding:5%;}
.news .title h4{text-align:center;line-height:55px;font-size:50px;color:#333;}
.news .title a:hover h4{text-decoration:underline;}



/*------版底----*/
.footer{background:#16181a;}
.footer h5{color:#fff;}
.footer ul{margin-top:30px;}
.footer li,.footer li a{color:#a7a8a8;font-size:14px;}
.footer li,.footer li a:hover{color:#0bc0ed;}
.footer li,.footer li a:hover p{color:#0bc0ed;}
.footer li a:hover img{transition:All 0.2s ease-in-out;-webkit-transition:All 0.2s ease-in-out;transform:scale(1.1);-webkit-transform: scale(1.1);}
.footer .footer-con{padding-top:50px;}
.footer .product-catalog{float:left;width:26%;}
.footer .product-catalog li{line-height:30px;}
.footer .resources{float:left;width:26%;}
.footer .resources li{line-height:30px;}
.footer .online{float:left;width:26%;}
.footer .online li{float:left;margin-right:20px;}
.footer .contact{float:right;width:20%;}
.footer .contact li{position:relative;padding-left:40px;line-height:40px;}
.footer .contact li img{position:absolute;left:0;top:15%;max-height:70%}
.footer .copyright{margin-top:30px;border-top:1px solid #454648;}
.footer .copyright-con{line-height:70px;}
.footer p{font-size:14px;color:#a7a8a8;}
.footer p a{color:#a7a8a8;}
.footer p a:hover{color:#0bc0ed;}
@media(max-width:1400px) {
	.frame-box{
		padding-left:4%;
		padding-right:4%;
	}
}
@media(max-width:1280px) {

	/*------版头----*/
	.logo{
    margin-right:0;
  }
  /*------首屏内容（三个球）----*/
  .mobile-anim-block .circle-block .circle{
		top:10%;
		left:14%;
		padding-top:8%;
	  border-radius: 50%;
	  width: 108px;
	  height:108px;
	}
  .mobile-anim-block .circle-block .circle img
  {
  	max-width:64%;
  }
  .mobile-anim-block .circle-block .circle p{
		margin-top:40px;
		margin-left:-70%;
		width:240%;
	}
	/*------首屏内容（底部文字）----*/
	.bottom_text h4 {
    font-size:30px;
    line-height:35px;
	}
	.bottom_text p {
    margin-top:25px;
    font-size: 16px;
    line-height: 30px;
	}
	/*------容器----*/
	.gray-section:after,.gray-bottom-section:after {
	height:240%;
	}
	.gray-bottom-section:after {
    bottom:93%;
	}
  /*------太阳能光伏系统----*/
	.solar-system .writing li{padding-left:40px;line-height:30px;font-size:20px;}
	.solar-system .writing li img{width:30px;}
	.solar-system .writing .more a {
    font-size:20px;
    height: 60px;
    line-height: 52px;
    border-radius: 30px;
	}
	/*------住宅电力系统----*/
	.electricity-system .writing li{padding-left:40px;line-height:30px;font-size:20px;}
	.electricity-system .writing li img{width:30px;}
	.electricity-system .writing .more a {
    font-size:20px;
    height:60px;
    line-height:52px;
    border-radius:30px;
	}
	/*------家庭自动化----*/
	.home-automation .pic img{
	    padding: 0 20px;
	}
}
@media(min-width:1025px) and (max-width:1315px) and (max-height:700px) {
	  /*------设定容器----*/
	.frame-box{max-width:1100px;}
	.home-automation{max-width:1280px;}
}
@media(max-width:1050px) {
	/*------太阳能光伏系统----*/
	.solar-system .chart {
	   width:45%;
	}
	.solar-system .title {
    width:55%;
	}
	.solar-system .writing {
    width:55%;
	}
	/*------家庭自动化----*/
	.home-automation .pic img{
	    padding: 0 10px;
	}
	/*------版底----*/
	.footer .product-catalog{width:50%;margin-bottom:5%;}
	.footer .resources{width:50%;margin-bottom:5%;}
	.footer .online{width:50%;}
	.footer .contact{width:50%;}
}
@media(max-width:950px) {

  .blue-white-section {
  background:url(../images/home_768.jpg) 50% 100% no-repeat;
  background-size:cover
}
.blue-white-section-holder {
  padding:0 10px
}
.introducing-block {
  padding-top:50px
}
.introducing-block .logo2 {
  display:block;
  position:absolute;
  top:20px;
  left:0
}
.introducing-block .text-block {
  float:none;
  font-size:18px;
  margin-bottom:40px;
  margin-top:50px;
  position:initial;
}
.introducing-block .text-block .btn-sign {
  display:inline-block
}
.introducing-block .text-block h1 {
  margin-bottom:25px
}
.mobile-anim-block {
  float:none;
}
.mobile-anim-block .phone-block {
  float:none;
  padding:0 40px;
  /*margin:20px 0 80px;*/
 max-width: 280px;
 margin:0 auto;
}
.title-intro-block {
  font-size:16px;
  position:absolute;
  max-width:45%;
  text-align:center;
  bottom:-55px;
  display:block;
  z-index:10;
  width:100%;
  background:#f7f7f7;
  padding:5px 5px 3px
}
.title-intro-block:before {
  width:10px;
  height:53px
}
/*------手机图形的界面----*/ 
.mobile-anim-block .main-phone .screen-img img {
    max-width:180px;
}
.mobile-anim-block .main-phone .screen-img {
    left:9%;
    width:84%;
}
.mobile-anim-block .circle-block {
    float:left;
    margin-bottom:30px;
}
.mobile-anim-block .circle-block li {
    margin-bottom:10px;
    width: 100px;
    height: 100px;
}
.mobile-anim-block .circle-block li>svg {
    width: 100px;
    height: 85px;
}
.mobile-anim-block .circle-block .circle {
    top: 8%;
    left: 18%;
    padding-top: 8%;
    border-radius: 50%;
    width: 70px;
    height: 70px;
}
.mobile-anim-block .circle-block .circle p{
    margin-top:-60%;
    margin-left:130%;
    width:300%;
    font-size:20px;
    position:absolute;
    text-align:left;
}
/*------首屏左边文字----*/ 
.introducing-block .text-block {
    max-width:100%;
    text-align:center;
}
.introducing-block .text-block h2 {
    font-size:35px;
    line-height:35px;
}
/*------首屏底部文字----*/ 
.bottom_text {
    padding: 15% 10% 15% 10%;
}
.bottom_text p {
    margin-top: 15px;
    line-height:20px;
}
/*------容器----*/
	.gray-section:after{
	top:98%;
    height:40%;
	}	
	.gray-bottom-section:after {
    bottom:98%;
    height:40%;
	}
/*------电表设备----*/
.equipment-display{padding-bottom:10%;}
.equipment-display .equipment li.binomial,.equipment-display .equipment li.three
{
    float:none;
    width:100%;
}
.equipment-display .equipment li img{
	margin:0 auto;
}
.equipment-display .characteristic li h4 {
    font-size: 20px;
}
.equipment-display .characteristic li p {
    font-size: 16px;
}
/*------能源监测系统----*/
.energy-system .title h4{
    font-size:30px;
    line-height:35px;
}
.energy-system .title p{
	margin-top:10px;
}
.energy-system li {
    padding: 0 5%;
    text-align:center;
}
.energy-system li img {
    position:initial;
}
.energy-system li p {
    text-align:center;
    font-size:16px;
 }
/*------太阳能光伏系统----*/
.solar-system .title h4{
    line-height:35px;
    font-size:30px;
}
.solar-system .writing li {
    padding-left: 40px;
    line-height: 20px;
    font-size: 16px;
}
/*------住宅电力系统----*/
.news .title h4,
.electricity-system .title h4 {
    line-height:35px;
    font-size:30px;
}
.electricity-system .writing li {
    padding-left: 40px;
    line-height:20px;
    font-size:16px;
}
/*------家庭自动化----*/
.home-automation .title h4{
    line-height:35px;
    font-size:30px;
}
.home-automation .title p {
    margin-top:10px;
    font-size:20px;
}
/*------家庭自动化----*/
.home-automation .pic img{
	max-width:20%;
}
}
@media(max-width:768px) {
	/*------框架----*/
	.frame-box{
		padding-left:10%;
		padding-right:10%;
	}
	/*------设备----*/
	.equipment-display .characteristic li {
    float:none;
    width:100%;
    padding:0;
    text-align:left;
   	margin-bottom:15px;
	}
	.equipment-display .characteristic li .img {
	float:left;
	width:20%;
	margin-right:4%;
	}
	.equipment-display .characteristic li .cont{
	width:76%;	
	float:left;
	}
	/*------能源系统----*/
	.energy-system-display .icon {
	    margin: 2% 0;
	    padding: 0 44%;
	}
	.energy-system li img {width:70%;}
	.energy-system li p {

    font-size: 14px;line-height:16px;}
	/*------太阳能系统----*/
	.solar-system .title {
    width:100%;
    text-align:center;
    padding:5%;
	}
	.solar-system .chart {
    width: 100%;
    float:none;
	}
	.solar-system .chart img{
    width:80%;
	}

	.solar-system .writing{
	width:100%;
	max-width:430px;
	float:none;
	margin: 0 auto;
	}
	.solar-system .writing .more 
	{
	text-align: center;
	}
	/*------住宅电力系统----*/
	.electricity-system .chart {
    width: 100%;
    float:none;
	}
	.electricity-system .chart img{
    width:88%;
	}
	.electricity-system .writing{
	width:100%;
	max-width:430px;
	float:none;
	margin: 0 auto;
	}
	.electricity-system .writing .more
	{
	text-align: center;
	}
	/*------家庭自动化----*/
	.home-automation .pic img{
	max-width:30%;
	}
	/*------版底----*/
	.footer .product-catalog{width:100%;}
	.footer .resources{width:100%;}
	.footer .online{width:100%;margin-bottom:5%;float:none;}
	.footer .contact{width:100%;float:none;}

	.footer .footer-con{padding-top:20px;}
	.footer ul{margin-top:10px;}
	.footer .online li{width:30%;margin:0;}
	.footer .copyright{margin-top:20px;min-height:60px;padding:15px 0;}
	.footer .copyright-con{line-height:20px;text-align:center;}
}
@media(max-width:550px) {
	/*------首屏蓝色左边文字部分----*/
	.introducing-block .text-block h2 {
    font-size:25px;
	}
	/*------电表设备----*/
	.equipment-display .equipment h4 {
    margin-bottom:1%;
    font-size:16px;
    line-height:24px;
	}
	.equipment-display .equipment h4 span{
    font-size:20px;
	}
	.equipment-display .characteristic li h4 {
    margin-top:5px;
	}
	/*------能源系统----*/
	.energy-system .title h4 {
	line-height:30px;
    font-size:25px;	
	}
	.energy-system .title p {
    line-height:20px;
    font-size:16px;
	}
	/*------太阳能系统----*/
	.solar-system .title h4 {
	line-height:30px;
    font-size:25px;	
	}
	/*------住宅电力系统----*/
	.news .title h4,
	.electricity-system .title h4 {
    line-height:30px;
    font-size:25px;
	}
	/*------家庭自动化----*/
	.home-automation .title h4 {
    line-height:30px;
    font-size:25px;
	}
	.home-automation .title p {
    line-height:20px;
    font-size:16px;
	}
	.home-automation .pic img{
	max-width:40%;
	}
}
@media(max-width:375px) {
	.simulation-display {
	    padding: 20px 0 40px;
	}
	/*------电表设备----*/
	.equipment-display .characteristic li h4 {
    font-size:16px;
    margin-top: 3px;
	}
	.equipment-display .characteristic li p {
    /*font-size: 14px;*/
    line-height:18px;
    margin-top:1%;}
}
/*---------子页面--------*/
/*---------子页面头部--------*/
.sub-header{background:#232464;}
/*---------子页面banner-------*/
.sub-banner{position:relative;}
.sub-banner .crumbs{position:absolute;width:100%;top:40%;text-align:center;color:#fff;}
.sub-banner .crumbs h1{margin-bottom:15px;}
.sub-banner .crumbs p{font-size:18px;line-height:20px;}
.sub-banner .crumbs p img{width:25px;position:relative;top:5px;}
.sub-banner .pic img{display:block;width:100% !important;max-width:100% !important;}
.sub-banner .crumbs a{color:white;}



@media(min-width:950px) {
.sub-header .main-menu li a{padding-bottom:10px;}
}

/*---------网站地图-------*/
.site-map{padding:5%;}
.site-map a:hover{text-decoration:underline;}
.site-map ul{
	width: 100%;
	margin: 0;
	padding: 0;
}
.site-map ul li{
	display: block;
	width: 100%;
}
.site-map ul li a{
	display: block;
	width: 100%;
	padding: 0;
	position: relative;
}
.site-map ul li a:hover{
	color:#007cc3 !important;
}
.site-map>ul>li>ul>li.has-childs>ul{
	-webkit-columns: 3 auto;
	-moz-columns: 3 auto;
	-ms-columns: 3 auto;
	-o-columns: 3 auto;
    columns: 3 auto;
}
.site-map>ul>li>ul>li.has-childs>ul>li{
	display: inline-block;
}
.site-map > ul > li + li{
	margin-top: 40px;
}
.site-map>ul>li>a{
	font-size: 24px;
	line-height: 32px;
	color: #333;
	font-weight: bold;
	padding-bottom: 10px;
	padding-left:30px;
	border-bottom: 1px solid #e7e7e7;
}
.site-map>ul>li>ul{
	margin-top: 18px;
}
.site-map>ul>li>ul>li>a{
	font-size: 18px;
	line-height: 32px;
	color:#333;
	padding-left:44px;
}
.site-map>ul>li>ul>li>a:hover{
	text-decoration: underline;
}
.site-map>ul>li>ul>li{
	width: 33%;
	float: left;
	
}
.site-map>ul>li>ul>li.has-childs{
	width: 100%;
	/*float: none;*/
}
.site-map > ul > li > ul > li.has-childs > ul >li.has-childs >a{
	font-size: 16px;
	line-height: 32px;
	color: #333;
	font-weight: bold;
	padding-left: 30px;
}
.site-map >ul>li>ul>li>ul>li.has-childs{
	margin-top: 8px;
}
.site-map >ul>li>ul>li>ul>li.has-childs{
	margin-bottom: 20px;
}
.site-map > ul > li > ul > li > ul >li >a{
	font-size: 14px;
	line-height: 34px;
	color: #007cc3;
	padding-left: 56px;
}
.site-map > ul > li > ul > li > ul >li.has-childs >a{
	padding-left: 44px;
}
.site-map >ul>li>ul>li.has-childs>ul>li.has-childs>a:before{
	display: none;
}
.site-map >ul>li.has-childs>a:after,
.site-map >ul>li>ul>li.has-childs>ul>li.has-childs>a:after{
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 100%;
	position: absolute;
	left: 8px;
	top: 13px;
	background: #007cc3;
}

.site-map >ul>li.has-childs>ul>li>a:before,
.site-map >ul>li>ul>li.has-childs>ul>li.has-childs>ul>li>a:before{
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	border: 1px solid transparent;
	border-top-color: #007cc3;
	border-right-color: #007cc3;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	left: 26px;
	top: 13px;
}
.site-map > ul > li > ul > li > ul >li >a:before{
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	border: 1px solid transparent;
	border-top-color: #007cc3;
	border-right-color: #007cc3;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	left: 38px;
	top: 13px;
}
.site-map > ul > li > ul > li > ul >li.has-childs >a:before{
	left: 26px;
}
.site-map > ul > li > ul > li > ul >li > ul{
	margin-top: 12px;
}
.site-map > ul > li > ul > li.has-childs > ul >li >ul >li >a{
	font-size: 14px;
	line-height: 34px;
	color: #007cc3;
	padding-left: 44px;
}



@media screen and (max-width: 1140px){
    .site-map{
        width: 100%;
        padding-left: 4%;
        padding-right: 4%;
    }
    .cont{
         width: 100%;
        padding-left: 4%;
        padding-right: 4%;
    }
}
@media screen and (max-width:768px){
   
    .site-map>ul>li>ul>li.has-childs>ul{
        webkit-columns: 2 auto;
    -moz-columns: 2 auto;
    -ms-columns: 2 auto;
    -o-columns: 2 auto;
    columns: 2 auto;
    }
    .site-map>ul>li>ul>li{
        width: 48%;
    }
 
}
@media screen and (max-width:667px){
    .site-map>ul>li>ul>li.has-childs>ul{
        webkit-columns: 1 auto;
    -moz-columns: 1 auto;
    -ms-columns: 1 auto;
    -o-columns: 1 auto;
    columns: 1 auto;
    }
    .site-map>ul>li>ul>li{
        width: 96%;
    }
  
    
}
/*---------新闻-------*/
.news{padding:5%;}
.news li{float:left;width:45%;margin-bottom:3%;text-align:left;vertical-align:top;position:relative;padding-left:70px;}
.news li:nth-child(even){float:right;}
.news li a{cursor: pointer}
.news li .new-title{line-height:44px;height:50px;font-size:16px; color:#333;white-space: nowrap; word-break: normal; overflow: hidden; text-overflow: ellipsis}
.news li a:hover .new-title-icon{background-color: #4a68ec;}
.news li .new-title-icon{width: 19px; height: 19px; background: url(../images/plus.png) center no-repeat; background-color: #a6a6a6; position: absolute; right: 0; top: 14px}
.news li .border{ width: 21px; border-top: 1px solid #4a68ec}
.news li .new-content{height:50px;font-size:14px;line-height:28px; color: #b0b0b0;overflow:hidden; word-wrap: break-word; text-overflow: ellipsis; display: -webkit-box;}
.news li .time{position:absolute;left:0;width:54px;height:54px;background: #65bde3; text-align: center; margin-right:30px;margin-top: 14px;}
.news li .time .day{font-size: 20px; color: #fff; padding: 6px 0 0 0}
.news li .time .ym{font-size: 12px; color: #fff}
.news li a:hover .time{background: #4a68ec}

/*---------分页-------*/
#pager{
	padding:5% 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
#pager a{
	display:inline-block;
    border: 1px solid rgb(211, 211, 211);
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
    margin: 0 3px;
    font-size: 14px;
    line-height:20px;
}
#pager strong{
    border: none;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
    margin: 0 3px;
    font-size: 14px;
    border: 1px solid rgb(78, 216, 250);
    background-color: rgb(78, 216, 250);
    color: #fff;
    line-height:20px;
}
#pager span{font-size:12px;}



/*---------面包屑导航-------*/
.crumbs-nav{width:100%;color:#000;padding:4% 0;}
.crumbs-nav h1{margin-bottom:15px;}
.crumbs-nav p{font-size:18px;line-height:20px;}
.crumbs-nav p img{width:25px;position:relative;top:5px;}



/*---------搜索结果-------*/
.search-result{}
.search-result .search{position:relative;padding:10px 70px 10px 10px;border:1px solid #ddd;height:80px;width:70%;margin:5% auto;border-radius:6px;}
.search-result .search input.text{padding-left:10px;height:60px;width:100%;font-size:20px;border:0;background:0;}
.search-result .search a{display:inline-block;width:40px;height:40px;position:absolute;right:20px;top:20px;}
.search-result .search img{width:100%}
.search-result .list{}
.search-result .list .statistics{color:#666666;}
.search-result .list ul{}
.search-result .list li{margin-top:3%;line-height:32px;}

.search-result .list li .list-title a{font-size:20px;color:#333333;}
.search-result .list li .list-title span{color:#e13c3c;}
.search-result .list li .list-con{color:#666666;font-size:18px;}
.search-result .list li .list-link a{font-size:18px;color:#3ca8e1;}


/*---------404-------*/
.page-404{text-align:center;}
.page-404 .icon-404{width:20%;margin:0 auto;}
.page-404 .icon-404 img{width:100%;}
.page-404 .title{}
.page-404 .title h1{font-size:250px;line-height:250px;color:#535353;font-weight:500;}
.page-404 .title p{font-size:25px;color:#46bff0;}

.page-404 .search{position:relative;padding:10px 70px 10px 10px;border:1px solid #ddd;height:80px;width:70%;max-width:600px;margin:5% auto;border-radius:6px;}
.page-404 .search input.text{padding-left:10px;height:60px;width:100%;font-size:20px;border:0;background:0;}
.page-404 .search a{display:inline-block;width:40px;height:40px;position:absolute;right:20px;top:20px;}
.page-404 .search img{width:100%}

.page-404 .button{}
.page-404 .button a{display:inline-block;background:#46bff0;color:#fff;line-height:80px;padding:0 2%;border-radius:6px;font-size:30px;}

/*---------商店-------*/
.store{}
.store .product{padding:5% 0;}
.store .product .pic{float:left;width:50%;}
.store .product .pic img{}

.store .product .con{float:right;width:49%;margin-left:1%;}
.store .product .con-title{line-height:30px;margin-top:5%;}
.store .product .con-title p{font-size:20px;font-weight:bold;color:#333;}
.store .product .con-info{line-height:30px;margin-top:2%;}
.store .product .con-info p{font-size:20px;color:#666;}
.store .product .con-price{line-height:30px;margin-top:5%;}
.store .product .con-price p{font-size:30px;font-weight:bold;color:#333;}
.store .product .button{margin-top:5%;}
.store .product .button a{display:inline-block;line-height:60px;color:white;padding:0 5%;border-radius:4px;font-size:20;font-weight:bold;}
.store .product .button .button-red{background:#f44245;}
.store .product .button .button-orange{background:#f59c00;margin-left:2%;}
.go-contact{background:#46c5f5;text-align:center;padding:3%;}
.go-contact p{font-size:25px;color:#fff;}
.go-contact a{display:inline-block;color:#fff;line-height:60px;padding:0 2%;margin-top:2%;border-radius:60px;font-size:20px;border:3px solid #fff;}

/*---------应用-------*/
.application-nav{background:#eee;padding:3% 0;min-height:100px;}
.application-nav li{float:left;width:33%;padding-left:4%;}
.application-nav li img{}
.application-nav li a{color:#666666;float:left;display:inline-block;font-size:20px;font-weight:bold;}
.application-nav li a.cur{color:#63c9ec;}
.application-nav li a.pic{width:28%;margin-right:2%;}
.application-nav li a.text{width:60%;margin-top:31px;}

.application .gray-bg{background:#f5f5f5;}
.application-con{padding:5%;margin:5% 0;}
.application-con .pic{width:50%;float:left;}
.application-con .con{width:48%;float:right;}

.application-con .con3{width:45%;padding-top:1%;float:right;}
.application-con .con-title{margin-top:2%;}
.application-con .con-title p{font-size:30px;font-weight:bold;color:#333;line-height:40px;}
.application-con .con-info{margin-top:5%;}
.application-con .con-info p{font-size:25px;color:#333;line-height:30px;}
.application-con .con-list{margin-top:5%;}
.application-con .con-list li{padding-left:25px;position:relative;font-size:16px;color:#666;line-height:20px;margin-top:2%;background:url(../images/point-icon.svg) no-repeat 0px 0px;background-size:20px;}
.application-con .button{margin-top:5%;}
.application-con .button a {
    display: inline-block;
    text-align: center;
    font-size: 30px;
    color: #46c5f5;
    padding: 0 30px;
    height: 80px;
    line-height: 72px;
    border: 4px solid #46c5f5;
    border-radius: 40px;
}
.application-con .button a:hover{
	color:#fff;
	background:#46c5f5;
}
/*---------产品-------*/
.products{}
.products h2{margin-bottom:5%;text-align:center;line-height:50px;font-size:40px;color:#333;}
.products .hardware{padding-top:5%;}
.products .hardware .box{width:48%;padding:5%;float:left;background:#edf1f5;}
.products .hardware .box:nth-child(2){float:right;} 
.products .hardware .pic{margin-bottom:5%;}
.products .hardware .pic img{}
.products .hardware .con{}
.products .hardware .con p{font-size:30px;font-weight:bold;color:#333;line-height:40px;}
.products .hardware .con ul{margin-top:5%;}
.products .hardware .con li{padding-left:25px;margin-bottom:2%;position:relative;font-size:20px;color:#666;line-height:25px;background:url(../images/point-icon.svg) no-repeat 0px 3px;background-size:20px;}

.products .software{padding-top:15%;}
.products .software .box{margin-bottom:10%;}
.products .software .pic{float:left;width:48%;}
.products .software .pic img{}
.products .software .con{float:right;width:50%;}
.products .software .con p{font-size:30px;font-weight:bold;color:#333;line-height:40px;}
.products .software .con ul{margin-top:5%;}
.products .software .con li{padding-left:25px;margin-bottom:2%;position:relative;font-size:20px;color:#666;line-height:25px;background:url(../images/point-icon.svg) no-repeat 0px 3px;background-size:20px;}

.products .button{margin-top:5%;}
.products .button a{
    display: inline-block;
    text-align: center;
    font-size: 30px;
    color: #46c5f5;
    padding: 0 30px;
    height: 80px;
    line-height: 72px;
    border: 4px solid #46c5f5;
    border-radius: 40px;
}
.products .button a:hover{
	background:#46c5f5;color:#fff;
}

/*---------资源-------*/
.resource{}
.resource .help{margin-top:5%;}
.resource .help .box{background:#f5f5f5;width:32%;float:left;padding:3%;}
.resource .help .box:nth-child(2){margin-left:2%;}
.resource .help .box:nth-child(3){float:right;}
.resource .help .box h2{font-size:25px;line-height:44px;}
.resource .help .box h2 img{width:12%;max-width:50px;vertical-align:top;margin-right:3%;}
.resource .help .box ul{}
.resource .help .box li{margin-top:8%;}
.resource .help .box li a{font-size:16px;}
.resource .help .box .more{margin-top:10%;}
.resource .help .box .more a{font-size:20px;font-weight:bold;}

.resource .faq{margin-top:5%;margin-bottom:5%;}
.resource .faq h2{font-size:25px;}
.resource .faq .con{margin-top:2%;}
.resource .faq .con ul{float:left;width:45%;}
.resource .faq .con ul:nth-child(2){float:right;}
.resource .faq .con li{position:relative;line-height:50px;border-bottom:1px solid #ddd;padding-right:5%;}
.resource .faq .con li span{font-size:20px;position:absolute;right:0;top:0;color:#000;}
.resource .faq .con li p{font-size:16px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;} 

/*---------联系-------*/
.contacts{}
.contacts .info{margin-top:5%;}
.contacts .info h2{font-size:25px;margin-bottom:5%;color:#333;}
.contacts .info .box{width:48%;float:left;}
.contacts .info .box:nth-child(2){margin-left:2%;}
.contacts .info .box ul{}
.contacts .info .box li{line-height:40px;font-size:16px;color:#666;}
.contacts .info .box li a{color:#46c5f5;}


.contacts .list{margin-top:5%;}
.contacts .list h2{font-size:25px;margin-bottom:3%;color:#333;}
.contacts .list .con{}
.contacts .list .con ul{}
.contacts .list .con li{position:relative;background:#f5f5f5;width:49.5%;float:left;margin-bottom:1%;padding:2%;}
.contacts .list .con li:nth-child(even){float:right;}
.contacts .list .con li h3{color:#333;font-size:20px;}
.contacts .list .con li h3 span{position:absolute;right:5%;}
.contacts .list .con li p{color:#666;margin-top:3%;font-size:16px;}

.contacts .map{margin-top:5%;}
.contacts .map h2{font-size:25px;margin-bottom:3%;color:#333;}
.contacts .map .map-img{border:1px solid #ddd;}

.contacts .form{margin-top:5%;margin-bottom:5%;}
.contacts .form h2{font-size:25px;margin-bottom:5%;color:#333;}
.contacts .form .from-con{}
.contacts .form .from-con .from-left{width:50%;float:left;}
.contacts .form .from-con .from-right{width:50%;float:right;}
.contacts .form .from-con .text{margin-bottom:2%;position:relative;padding-left:125px;}
.contacts .form .from-con .text span{position:absolute;left:0;top:8px;text-align:right;width:19%;font-size:14px;display:block;width:120px;}
.contacts .form .from-con .text i{color:red;margin-right:5px;}
.contacts .form .from-con .text input{float:left;width:100%;height:40px;border:1px solid #ddd;background:white;}
.contacts .form .from-con .text textarea{float:left;width:100%;height:193px;border:1px solid #ddd;background:white;padding:0;}


.contacts .form .from-con .text2{padding-right:90px;}
.contacts .form .from-con .text2 img{position:absolute;right:0;top:0;height:100%;}
.contacts .form .from-con .button{text-align: center;margin-top:2%;}
.contacts .form .from-con .button a{
    display: inline-block;
    text-align: center;
    font-size: 20px;
    color: #fff;
    padding: 0 60px;
    height: 50px;
    line-height:50px;
    background:#3ca8e1;
    border-radius:50px;
}
/*---------关于-------*/
.about{}
.about .doing-what{margin-top:5%;}
.about .doing-what .pic{float:left;width:50%;}
.about .doing-what .pic img{}
.about .doing-what .cont{float:right;width:50%;margin-top:5%;}
.about .doing-what .cont h2{font-size:35px;line-height:40px;color:#007cc3;margin-bottom:10%;}
.about .doing-what .cont dl{float:left;width:48%;}
.about .doing-what .cont dl:nth-child(2){float:right;}
.about .doing-what .cont dt{font-size:20px;margin-bottom:5%;}
.about .doing-what .cont dd{font-size:16px;color:#666;line-height:25px;}

.about .create{margin-top:5%;background:#f5f5f5;padding:5% 0;}
.about .create .cont{margin-top:2%;min-height:450px;float:right;width:32%;background:white;padding:3%;margin-left:2%;
-webkit-box-shadow:0 0 10px rgba(0,0,0,0.1);
-moz-box-shadow:0 0 10px rgba(0,0,0,0.1);
box-shadow:0 0 10px rgba(0,0,0,0.1); 
border-radius:5px;
}
.about .create .cont img{}
.about .create .cont h2{font-size:20px;color:#333;line-height:30px;margin-bottom:5%;}
.about .create .cont p{font-size:16px;color:#666;line-height:25px;}

.about .create .cont1{float:left;width:32%;padding:3%;background:url(../images/create-bg.png) no-repeat;background-size:cover;}
.about .create .cont1 h2{font-size:30px;color:white;line-height:40px;margin-bottom:5%;}
.about .create .cont1 p{color:white;font-size:16px;line-height:25px;}
.about .create .cont1 .button{text-align: center;}
.about .create .cont1 .button a{margin-top:15%;display:inline-block;line-height:40px;padding:0 5%;color:white;border:2px solid white;border-radius:40px;}


.about .solve{margin-top:5%;margin-bottom:5%;}
.about .solve .con{float:left;width:48%;margin-top:5%;}
.about .solve .con h2{font-size:30px;color:#333;line-height:40px;margin-bottom:5%;}
.about .solve .con p{font-size:16px;color:#666;line-height:25px;}
.about .solve .con .button{text-align:left;}
.about .solve .con .button a{margin-top:5%;display:inline-block;line-height:50px;padding:0 5%;color:white;background:#46c5f5;border-radius:40px;}
.about .solve .pic{float:right;width:42%;}
.about .solve .pic img{}




.about .strength{background:#f5f5f5;padding-top:5%;}
.about .strength h2{font-size:30px;line-height:40px;text-align:center;}

.about .strength .strength-prove{position:relative;top:60px;display:flex;justify-content:center;align-items: center;flex-wrap:wrap;}
.about .strength .strength-prove .box{text-align:center;margin:0 10px;background:white;padding:1%;-webkit-box-shadow:0 0 10px rgba(0,0,0,0.1);-moz-box-shadow:0 0 10px rgba(0,0,0,0.1);box-shadow:0 0 10px rgba(0,0,0,0.1);border-radius:5px;}
.about .strength .strength-prove .box img{}
.about .strength .strength-prove .box p{font-size:14px;}

.about .strength .strength-data{background:#007cc2;padding:100px 0 50px 0;}
.about .strength .strength-data ul{}
.about .strength .strength-data li{width:20%;float:left;text-align:center;color:white;}
.about .strength .strength-data li b{font-size:30px;}
.about .strength .strength-data li p{font-size:14px;margin-top:10px;}

.about .qualification{margin-top:5%;padding-bottom:5%;}
.about .qualification li{float:left;width:25%;text-align:center;}
.about .qualification li img{background:white;padding:8%;}


/*---------文章-------*/
.article{padding-top:5%;padding-bottom:5%;}
/*---------文章(左边)-------*/
.article .inner-box{
	width:100%;
}
.article .inner-box .text-title{
    position:relative;
    color:#000000;
    font-size:24px;
    font-weight:700;
    line-height:1.5em;
    margin-bottom: 20px;
}
.article .inner-box .text-titme{margin:2% 0;text-align:left;color:#666;font-size:14px;}
.article .inner-box p {
    position: relative;
    color:#666666;
    font-size:16px;
    font-weight:400;
    line-height:1.7em;
    margin-bottom:18px;
}
.article .inner-box .turn-page{
    position: relative;
    margin-top: 70px;
    padding-bottom: 60px;
    border-bottom: 1px solid #dddddd;
}
.article .inner-box .turn-page .tags a {
    position: relative;
    color: #999999;
    font-size: 14px;
    font-weight: 400;
    line-height: 1em;
    margin-right: 4px;
    padding: 10px 20px;
    display: inline-block;
    border: 1px solid #d7d7d7;
    text-transform: capitalize;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.article .inner-box .turn-page .tags a:hover{
	color:#fff;
	border-color:#46c5f5;
	background-color:#46c5f5;
}

/*---------推荐产品-------*/
.popular-product{}
.popular-product h2{margin-bottom:5%;text-align:center;line-height:50px;font-size:40px;color:#333;}
.popular-product .hardware{padding-top:5%;}
.popular-product .hardware .box{width:48%;padding:5%;float:left;background:#edf1f5;}
.popular-product .hardware .box:nth-child(2){float:right;} 
.popular-product .hardware .pic{margin-bottom:5%;}
.popular-product .hardware .pic img{}
.popular-product .hardware .con{}
.popular-product .hardware .con p{font-size:30px;font-weight:bold;color:#333;line-height:40px;}
.popular-product .hardware .con ul{margin-top:5%;}
.popular-product .hardware .con li{padding-left:25px;margin-bottom:2%;position:relative;font-size:20px;color:#666;line-height:25px;background:url(../images/point-icon.svg) no-repeat 0px 3px;background-size:20px;}



@media(max-width:1400px) {
/*---------应用-------*/
.application .gray-bg{float:left;width:49%;}
.application .gray-bg:nth-child(2) {float:right;}
.application .gray-bg .pic{width:100%;}
.application .gray-bg .con{width:100%;}
.application-con .con-title p{font-size:25px;line-height:30px;margin-top:5%;}
.application-con .con-info p{font-size:20px;line-height:25px;}
.application-con .button a{font-size:20px;height:60px;line-height:52px;border-radius:30px;}

/*---------分页-------*/
#pager a{
    padding: 5px;
    border-radius: 3px;
    cursor: pointer;
    margin: 0 2px;
    font-size: 12px;
}
#pager strong{
    padding: 5px;
    border-radius: 3px;
    cursor: pointer;
    margin: 0 2px;
    font-size: 12px;
}
#pager span{font-size:12px;}

}
@media(max-width:1350px) {
/*---------产品-------*/
.products .hardware .con p{font-size:25px;line-height:30px;}
.products .software .con p{font-size:25px;line-height:30px;}
/*---------热门产品-------*/
.popular-product .hardware .con p{font-size:25px;line-height:30px;}

}
@media(max-width:1315px) {
/*---------应用-------*/
.application-nav li:nth-child(2) a.text{margin-top:14px;}
}

@media(max-width:1131px) {
/*---------资源-------*/
.resource .help .box h2{font-size:20px;line-height:30px;}
.resource .help .box h2 img{margin-right:2%;}
.resource .help .box li a{font-size:14px;}
.resource .help .box .more a{font-size:16px;}

.resource .faq h2{font-size:20px;}
.resource .faq .con li{line-height:40px;padding-right:4%;}
.resource .faq .con li span{font-size:18px;}
.resource .faq .con li p{font-size:14px;} 
}
@media(max-width:1100px) {
/*---------应用-------*/
.application-nav li a.text{margin-top:18px;}
}
@media(max-width:991px) {
/*---------资源-------*/
.resource .help .box{width:49%;}
.resource .help .box:nth-child(2){float:right;margin-left:0;}
.resource .help .box:nth-child(3){float:left;margin-top:2%;}
}
@media(max-width:950px) {
/*---------子页banner-------*/	
.sub-header{padding-top:70px;}
/*---------应用-------*/
.application-nav li{padding:0;text-align:center;}
.application-nav li a.pic{width:100%;margin-right:0;}
.application-nav li a.text{width:100%;}
.application-nav li a{float:none;display:block;}
/*---------联系-------*/
.contacts .info h2{font-size:20px;}
.contacts .info .box li{line-height:30px;font-size:14px;}
.contacts .list h2{font-size:20px;}
.contacts .list .con li h3{font-size:16px;}
.contacts .list .con li p{font-size:14px;}
.contacts .map h2{font-size:20px;}
.contacts .form h2{font-size:20px;}
}
@media(max-width:860px) {
/*---------商店-------*/	
.store .product{padding:10% 0;}
.store .product .pic{width:100%;}
.store .product .con{width:100%;margin-left:0;}
.go-contact p{font-size:16px;}
.go-contact a{line-height:40px;border-radius:40px;padding:0 5%;font-size:14px;}
}
@media(max-width:800px) {
/*---------产品-------*/
.products h2{line-height:40px;font-size:30px;}
.products .hardware .con p{font-size:20px;line-height:30px;}
.products .hardware .con li{font-size:16px;line-height:20px;background-position:0 2px;background-size:16px;padding-left:20px;}

.products .software .con p{font-size:20px;line-height:30px;}
.products .software .con li{font-size:16px;line-height:20px;}
/*---------热门产品-------*/
.popular-product h2{line-height:40px;font-size:30px;}
.popular-product .hardware .con p{font-size:20px;line-height:30px;}
.popular-product .hardware .con li{font-size:16px;line-height:20px;background-position:0 2px;background-size:16px;padding-left:20px;}

/*---------分页------*/
#pager span{margin-top:2%;}

}

@media(max-width:768px) {
/*---------子页banner-------*/	
.sub-banner .crumbs p{display:none;}	
/*---------网站地图-------*/	
.site-map .box-left{float:left;width:45%;}
.site-map .box-middle{float:left;width:45%;margin-left:10%;}
.site-map .box-right{float:left;width:45%;margin-left:10%;}

/*---------新闻-------*/
.news li{width:100%;}

/*---------搜索结果-------*/
.search-result .search{height:60px;width:100%;margin:5% auto;border-radius:4px;}
.search-result .search input.text{padding-left:10px;height:40px;width:100%;font-size:16px;}
.search-result .search a{width:30px;height:30px;right:13px;top:13px;}
.search-result .button a{line-height:60px;padding:0 7%;border-radius:4px;font-size:20px;}
/*---------404-------*/
.page-404 .icon-404{width:80%;}
.page-404 .title h1{font-size:140px;line-height:140px;}
.page-404 .title p{font-size:16px;}
.page-404 .search{height:60px;width:100%;margin:5% auto;border-radius:4px;}
.page-404 .search input.text{padding-left:10px;height:40px;width:100%;font-size:16px;}
.page-404 .search a{width:30px;height:30px;right:13px;top:13px;}
.page-404 .button a{line-height:60px;padding:0 7%;border-radius:4px;font-size:20px;}
/*---------应用-------*/
.application{padding-left:4%;padding-right:4%;}
.application .gray-bg{float:left;width:100%;}
.application-nav li a.pic{padding:0 30%;}
.application-nav li a {font-size:16px;}
.application-nav li a.text{margin-top:8px;}
.application-nav li:nth-child(2) a.text{margin-top:8px;}
.application-nav ul{padding-left:1%;padding-right:1%;}
.application-con .pic{width:100%;float:none;}
.application-con .con{width:100%;float:none;}

.application-con .con-title p {
    font-size:20px;}
    .application-con .con-info p {
    font-size: 16px;}
    .application-con .con-list li {
    font-size: 14px;}
.application-con .button{text-align:center;}
.application-con .button a{font-size:20px;height:60px;line-height:52px;border-radius:30px;}

/*---------产品-------*/
.products .hardware .box{float:none;width:100%;}
.products .hardware .box:nth-child(2) {float:none;}
.products .software .pic{float:none;width:100%;}
.products .software .con{float:none;width:100%;margin-top:5%;}
.products .button{text-align:center;}
.products .button a{font-size:20px;height:60px;line-height:52px;border-radius:30px;}

/*---------热门产品-------*/
.popular-product h2{line-height: 30px;font-size: 25px;}
.popular-product .hardware .box{float:none;width:100%;}
.popular-product .hardware .box:nth-child(2) {float:none;margin-bottom:5%;}

/*---------资源-------*/
.resource .frame-box{padding-left:4%;padding-right:4%;}
/*---------联系-------*/
.contacts .frame-box{padding-left:5%;padding-right:5%;}
.contacts .list{margin-top:10%;}
.contacts .map{margin-top:10%;}
.contacts .form{margin-top:10%;}
.contacts .info .box{width:100%;margin-top:5%;}
.contacts .list .con li{width:100%;margin-top:5%;padding:5%;}
.contacts .form .from-con .from-left{width:100%;}
.contacts .form .from-con .from-right{width:100%;}
/*---------关于-------*/
.about .doing-what .pic{float:none;width:100%;}
.about .doing-what .cont{float:none;width:100%;}
.about .solve .con .button a{line-height:40px;}
.about .create .cont1 h2,
.about .solve .con h2,
.about .strength h2,
.about .doing-what .cont h2{font-size:25px;line-height:30px;}
.about .doing-what .cont dt{font-size:16px;}
.about .create .cont1 p,
.about .create .cont p,
.about .solve .con p,
.about .doing-what .cont dd{font-size:14px;}
.about .strength .strength-prove .box p{font-size:12px;line-height:14px;}
.about .strength .strength-prove .box{width:28%;margin:0 1%;}
.about .strength-data .frame-box {padding-left:0%;padding-right:0%;}
.about .create .cont1{float:none;width:100%;padding:5%;}
.about .create .cont{float:none;width:100%;margin-left:0;padding:5%;min-height:auto;margin-top:5%;}
.about .solve .con{float:none;width:100%;margin-top:10%;}
.about .solve .pic {float:none;width:100%;margin-top:5%;}
.about .solve .con .button{text-align:center;}
.about .strength h2{position:relative;top:20px;}
.about .strength .strength-data li b{font-size:20px;}
.about .strength .strength-data li p{font-size:12px;padding:0 5px;line-height:12px;}
.about .qualification li {width:50%;}
/*---------文章-------*/
.article .inner-box{width:100%;float:none;}
.article .sidebar-side{margin-top:10%;width:100%;float:none;}
.article .inner-box .text-title{font-size:20px;}
}
@media(max-width:606px) {
/*---------资源-------*/
.resource .help .box{width:100%;}
.resource .help .box h2 img {width:25px;}
.resource .help .box h2{font-size:20px;line-height:30px;}
.resource .help .box {padding:6%;}
.resource .help .box:nth-child(2){margin-top:5%;}
.resource .help .box:nth-child(3){margin-top:5%;}

.resource .faq{padding:10%;}
.resource .faq .con ul{width:100%;}

}
@media(max-width:550px) {
/*---------网站地图-------*/	
.site-map .box-left{float:left;width:100%;}
.site-map .box-middle{float:left;width:100%;margin-left:0;}
.site-map .box-right{float:left;width:100%;margin-left:0;}

/*---------产品-------*/
.products h2{line-height:30px;font-size:25px;}

/*---------分页-------*/
#pager a{margin-top:2%;}

}

@media(max-width:500px) {
/*---------商店-------*/	
.store .product .con-title{line-height:25px;margin-top:5%;}
.store .product .con-title p{font-size:16px;font-weight:bold;color:#333;}
.store .product .con-info{line-height:25px;margin-top:2%;}
.store .product .con-info p{font-size:16px;color:#666;}
.store .product .con-price{line-height:25px;margin-top:5%;}
.store .product .con-price p{font-size:20px;font-weight:bold;color:#333;}
.store .product .button{margin-top:5%;}
.store .product .button a{line-height:40px;width:49%;padding:0;font-size:14px;text-align:center;}
.store .product .button .button-orange{margin-left:0;}

}





/*---------文档-------*/
.document{}

@media(min-width:769px) {
.leftMenu a {
    display: block;
    line-height:25px;
    font-size:16px;
}
.menu-button{display:none;}
.f1, .f2, .f3{height:auto !important; line-height:25px;}

.leftMenu{
    float: left;
    min-width: 300px;
    width: 300px;
    } 
 .leftMenu ul li {
    padding:0 0 0 20px;
	}   
}
@media(max-width:768px) {
.leftMenu a {
	display: block;
	line-height:25px;
	font-size:14px;
	}
.menu-button{display:block;text-align:center;margin-top:30px;}
.menu-button img{height:25px;position:relative;top:2px;}
.leftMenu {
    background: #fff;
    left: -1000px;
    position: fixed;
    top:0px;
    display: block;
    height: 100%;
    width: 68%;
    min-width: 140px;
    max-width: 440px;
    z-index: 90002;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    position: fixed;
    overflow: auto;
}

.leftMenu.menu-open {
    left: 0;
}

.leftMenu ul {
    list-style: none;
    padding: 0;
    overflow: hidden;
}

.leftMenu ul li {
    position: relative;
    padding: 10px 0 10px 20px;
    overflow:hidden;
    border-bottom:1px solid #eee;
}
   
.leftMenu ul li.hasChild > a:after {
    content: "+";
    position: absolute;
    right: 12px;
    top: 8px;
    font-size: 18px;
    font-weight: 300;
}

.leftMenu ul li.hasChild.open > a:after {
    content: "-";
    right: 15px;
    font-size: 20px;
    top: 8px;
}

.f2, .f3 {
    height: 0;
    overflow: hidden;
    position: relative;
    transition: height 0.4s ease;
    -moz-transition: height 0.4s ease;
    -webkit-transition: height 0.4s ease;
    -o-transition: height 0.4s ease;
}

.menu-dark-backdrop {
    background: rgba(0,0,0,0);
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    width: 100%;
    position: fixed;
  
    left: 0;
    right: 0;
    bottom:0;
    overflow: hidden;
}

    .menu-dark-backdrop.in {
        height: 100%;
        z-index: 90001;
        background: rgba(0,0,0,0.5);
    }
}
a.white{
	color:white;
}
a.white:hover{
	
	text-decoration:underline;
}




















