﻿/*
Css for PEL,	ver 1.0
CopyRight  Dongyi Network Technology CO.,Ltd Design Center
*/

/* Css Reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td,img { padding: 0; margin: 0; }
table { border-spacing: 0; font-size:0}
fieldset,img { border: 0; }
address,caption,cite,code,dfn,em,th,var,i { font-weight:normal; font-style:normal; }
ol,ul,li { list-style: none; }
div,dl,dt,dd,ol,ul,li{ zoom:1; }
caption,th { text-align: left; }
h1,h2,h3,h4,h5,h6 { font-weight: normal; font-size:100%; }
q:before,q:after { content:''; }
abbr,acronym { border: 0; }
hr{display: block; height: 0; width: 100%; border: none; margin: 8px 0; border-bottom: 1px solid #ddd;}

/*html5*/
article,aside,dialog,footer,header,section,nav,figure,menu{display:block;}

/* Public */
html{ width:100%; height:100%; }
body{ width:100%; height:100%; color:#333;font:14px/1.6 "Microsoft Yahei",Tahoma,Helvetica,Arial,sans-serif; text-align:left; }
a{color:#333;text-decoration:none; outline:none;}
a:hover {color:#3488ea; }
.clearbox {border:none;border-top: 1px solid transparent !important;clear: both;font-size: 0;height: 0;line-height: 0;margin-top: -1px !important;visibility: hidden;}
.blank{height:10px;font-size:0px; line-height:0; }
.hot,hot a{color:#3488ea !important}
.nodata{color:#999;}
.fl{float:left; }
.fr{float:right; }
.hide{display:none; }
.overflowAutoY{overflow-y: auto;}

.ny_banner{width:100%;height:400px;}
/* frame */
#wrap{ width:100%;}
#content{width: 100%; padding: 0; overflow: hidden; text-align: left;min-height: calc(100vh - 378px); }
#center_all {margin-top: 150px;}
/* header */
#header{position: fixed; z-index: 3; left: 0; top: 0; width: 100%; height: 81px; color: #fff;}
#header .container{position: relative;}
#header .bg{position: absolute; z-index: -1; left: 0; top: 0; width: 100%; height: 100%; background: url(images/navBg.jpg) repeat-x center top; }
#header .en{float: right;    line-height: 81px;
    padding-left: 15px;}
#header .en a{ color: #fff;}
/* nav */
#nav{float: left;}
#nav .mainNav{height: 70px; line-height: 70px; }
#nav .mainNav .li1{float: left; position: relative;}
#nav .mainNav .li1 .a1{position: relative; display: block; padding: 0 30px; color: #fff;}
#nav .mainNav .li1.on1 .a1,#nav .mainNav .li1 .a1:hover{height: 70px; border-bottom: 3px solid #3695ff; text-decoration: none; color: #3695ff;}
#nav .mainNav li:last-child .ul1{display:none !important;}
#nav .mainNav .ul1{display: none; position: absolute; z-index: 1; top: 100%; left: 0; width: 100%;}
#nav .mainNav .ul1 .ulBg1{position: absolute; z-index: -1; left: 0; top: 0; width: 100%; height: 100%; background: #006edf; filter: alpha(opacity=60); opacity: .6;}
#nav .mainNav .ul1 .li2{line-height: 45px; height: 45px; background: url(images/navLi2Bg.png) repeat-x left bottom; margin: 0 3px;}
#nav .mainNav .ul1 .li2 .a2{display: block; color: #fff; font-size: 12px;}
#nav .mainNav .ul1 .li2 .a2:hover{font-weight: bold; text-decoration: none;}
#nav .mainNav .ul1 .last2{background: none;}
#ulID3{display: none !important;}
#liID61{display: none !important;}
#liID104{display: none !important;}
#nav .mainNav .ul1{width:150px!important;margin-left:-75px;left:50%!important;}

/* 侧栏 */
.sideBar{float: left; width: 225px; margin-right: 20px;}
#sideMenu{padding: 10px 20px; background: #4085da; border-radius: 3px; color: #fff; min-height: 400px;}
#sideMenu .hd{line-height: 55px; height: 55px; border-bottom: 1px solid #649ce1; overflow: hidden;}
#sideMenu .hd h3{float: left; padding: 0 12px 0 15px; font-size: 18px; font-weight: bold;}
#sideMenu .hd h4{float: left; font-size: 10px; height:55px; font-weight: normal; font-style: italic;}
#sideMenu .hd h4 span{
	display: block;
	margin: 26px 0 0;
	line-height: 1;
	-webkit-transform: scale(0.8333,0.8333);
	-webkit-transform-origin:  left top;
}
.menuList{padding: 15px 0;}
.menuList li{height: 48px; }
.menuList li a{display: block; line-height: 47px; height: 47px; padding: 0 16px; color: #bacfef; border-bottom: 1px solid #5391de; overflow: hidden;}
.menuList li.on a,.menuList li a:hover{ background: #3978c5; color: #fff; text-decoration: none; }

/* 主要内容 */
.mainContent{width: 1200px; padding: 15px 0;padding-top:0; margin: 0px auto 20px; background: #fff;min-height:466px;}
.mainBox .wHd{ text-align:left;height: 36px; line-height: 26px; border-bottom: 1px solid #ddd; padding: 0 15px;}
.mainBox .wBd{padding: 25px 0 0;}


/* 位置信息 */
.path{padding-left: 25px; background: url(../images/icon.png) no-repeat 0 -238px; font-size: 14px; color: #666;margin-top: 10px;}
.path a{ color: #666; padding: 0 5px;}
.path .textRed{color: #f00;}

* {
	margin: 0;
	padding: 0;
}

ul {
	list-style: none;
}

html,
body {
	box-sizing: border-box;
	min-width: 1200px;
}
a{
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6{
	font-weight: normal;
}
.clearfix:after {
	content: "";
	height: 0;
	line-height: 0;
	display: block;
	visibility: hidden;
	clear: both
}

.clearfix {
	zoom: 1; 
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}
.container{

 background: #fafafa;
}

.flex {
	display: -webkit-flex; /* Safari */
  display: flex;
	justify-content: flex-start;
	align-items: center;
}
.flex-center{
	display: -webkit-flex; /* Safari */
  display: flex;
	justify-content: center;
	align-items: center;
}
.carousel-map {
	width: 100%;
	height: 690px;
	background: url(images/img/主图.png) 0 0 no-repeat;
	background-size: 100% 100%;
}
.jSlider .slider-slides {
	cursor: default;
}

.jSlider {
	width: 100%;
	height: 100%;
}

.jSlider .slider-content {
	background: transparent;
}

.jSlider img {
	height: 100%;
}
.jSlider-content{
width:1200px;
 position:absolute;
top:30%;
left:calc(50% - 600px);
}
.jSlider-text{
position: absolute;
}
.jSlider-content>img{
 width:auto;
height:auto;
float:right;
}
.jSlider-text h4{
 color:white;
font-size:45px;
}
.jSlider-text h5{
color:#86abe7;
font-size:30px;
}
.jSlider-text p{
color:white;
font-size:14px;
margin: 40px 0;
}
.jSlider-text a {
display:block;
width:160px;
height:45px;
line-height:45px;
background:#3695ff;
color:white;
text-align:center;
font-size:18px;
transition: background .4s ease-in-out;
}
.jSlider-text a:hover{
background:#226bbc;
}
.jSlider .indicator span {
	width: 30px;
	height: 8px;
	border-radius: 0;
        border:0;
}
.jSlider .indicator span.selected{
background:#3695ff;
}
.content{
	width: 100%;
}
.center{
	width: 1200px;
	margin: 0 auto;
}
.datalog{
	width: 100%;
	overflow: hidden;
	margin: 50px 0 60px;
        text-align:left;
}
.datalog-left,.datalog-right{
	float: left;
}
.datalog-left{
	width: 470px;
}
.datalog-right a{
float:left;
color:#333;
}
.datalog-right{
	margin-left: 10px;
width: calc(100% - 480px)
}
.datalog-right>a>div{
 float: left;
height: 233px;
        padding: 25px 0 0 40px;
 box-sizing: border-box;
}
.industrial-Internet{
 box-sizing: border-box;
	width: 470px;
	height: 474px;
        padding: 25px 0 0 40px;
	background: url(images/img/006.png) 0 0 no-repeat;
	background-size: 100% 100%;
	color: #333 !important;
}
.datalog h3{
	font-size:22px;
line-height:30px;
}
.datalog p{
	font-size: 14px;
}
.datalog-title{
	
}
.datalog-right .datalog-title h3{
	color: #181818;
}
.data-download{
	margin-top: 10px;
margin-left:10px;
	width: 231px;
	background: url(images/img/002.png) 0 0 no-repeat;
	background-size: 100% 100%;
	color: white;
}
.datalog-right{
	overflow: hidden;
}
.datalog-right>div{
	float: left;
}
.Internet-terminal{
	width: 470px;
	background: url(images/img/005.png) 0 0 no-repeat;
	background-size: 100% 100%;
}
.touch-screen,.plc-controller{
	width: 231px;
	margin-top: 10px;
	background: url(images/img/004.png) 0 0 no-repeat;
	background-size: 100% 100%;
}
.plc-controller{
	margin-left: 10px;
	background: url(images/img/001.png) 0 0 no-repeat;
	background-size: 100% 100%;
}
.server-center{
	margin-left: 10px;
	width: 231px;
	background: url(images/img/003.png) 0 0 no-repeat;
	background-size: 100% 100%;
}
.key-solution{
	width: 100%;
	min-width: 1200px;
	text-align: center;
}
.key-solution h3{
	font-size: 30px;
}
.solutions{
	height: 430px;
	width: 100%;
	margin: 50px 0;
	position: relative;
}
.solutions>a{
	width: 16.6667%;
display:block;
height: 400px;
	transition: transform .4s ease-in-out,z-index .4s ease-in-out;
	z-index: 1;
}
.solutions-list{
	width: 100%;
	height: 400px;
position:relative;
display: flex;
    justify-content: center;
    align-items: center;

}
.solutions>a:hover{
	z-index: 2;
	transform: scale(1.1);
}
.solutions>a:nth-child(1){
	background: url(images/img/2.png) 0 0 no-repeat;
	background-size: 100% 100%;
}
.solutions>a:nth-child(2){
	background: url(images/img/1.png) 0 0 no-repeat;
	background-size: 100% 100%;
}

.solutions>a:nth-child(3){
	background: url(images/img/3.png) 0 0 no-repeat;
	background-size: 100% 100%;
}

.solutions>a:nth-child(4){
	background: url(images/img/4.png) 0 0 no-repeat;
	background-size: 100% 100%;
}
.solutions>a:nth-child(5){
	background: url(images/img/5.png) 0 0 no-repeat;
	background-size: 100% 100%;
}
.solutions>a:nth-child(6){
	background: url(images/img/6.png) 0 0 no-repeat;
	background-size: 100% 100%;
}
.solution-button{
	padding:5px 15px;
	border: 1px solid white;
	color: white;
	line-height: 30px;
	font-size: 24px;
    font-weight: bold;
}
.statistics{
	width: 1200px;
	height: 500px;
	margin: 80px 0;
	overflow: hidden;
display: none;
} 
.statistics-text{
	width: 25%;
	float: left;
	height: 100%;
        text-align:left;
}
.statistics-map{
	width: 888px;
	height: 440px;
	float: left;
	background: url(images/img/map.png) 0 0 no-repeat;
	background-size: 100% 100%;
        position:relative;
}
.statistics-number{
	font-size: 30px;
	color: #3695ff;
	font-weight: bold;
}
.statistics-list{
	margin-bottom: 60px;
}
.statistics-describe{
	color: #666;
	font-size: 16px;
}
.Eco-partners{
	text-align: center;
	width: 1200px;
	margin: 0 auto;
}
.Eco-partners h3{
	font-size: 30px;
}
.partners-pic{
	width: 100%;
	overflow: hidden;
	margin-top: 40px;
	padding-bottom:80px;
	
}
.partners-pic>div{
	width: 180px;
	height: 100px;
	float: left;
	box-sizing: border-box;
	margin-right: 24px;
	margin-bottom: 30px;
	display: flex;
	justify-content: center;align-items: center;
}
.partners-pic>div img{width:180px;height:100px;}
.partners-pic>div:nth-child(6n){
	margin-right: 0;
}
.problem-search{
	margin-top: 40px;
	margin-bottom: 40px;
	width: 339px;
	height: 30px;
	position: relative;
	float: right;
}
.search-box{
	width: 100%;
}
.problem-search .search-input{
	width: 300px;
	height: 30px;
	box-sizing: border-box;
	padding: 5px 10px;
        border:1px solid #ddd
}
.problem-search .search-empty{
	display: none;
	position: absolute;
	left: 277px;
	top: 7px;
	width: 16px;
	height: 16px;
	color: white;
	cursor: pointer;
	background: url(images/img/close.png) 0 0 no-repeat;
	background-size: 100% 100%;
}
.search-bth{
	width: 40px;
	height: 30px;
	position: absolute;
	right: 0;
	top: 0;
	background: #226bbc url(../images/search.png) no-repeat center;
	display: flex;
	justify-content: center;
	align-items: center;
	border:none;
}
.search-bth img{
	width: 20px;
	height: 20px;
}
button[disabled]{
	background: #E7E8ED!important;
}
.header {
	width: 100%;
	height: 70px;
	position: fixed;
	left: 0;
	top: 0;
	background:#2b2f33 !important;
	color: #fefeff;
	z-index: 999;
        min-width: 1000px;
	border-bottom: 1px solid #494949;
}

.logo a{
        display:block;
	height:30px;
	margin-left: 100px;
	margin-top: 19px;
}
.logo img{

       width: 100%;
       height: 100%;
}

.head-catalog {
	font-size: 16px;
	/*font-family: FZLTXHK regular;*/
	line-height: 85px;
	margin-left: 20px;
	text-align: center;
}
.head-function {
	float: right;
	margin-right: 20px;
	height: 100%;
}

.head-function input {
	box-sizing: border-box;
	width: 220px;
	height: 30px;
	color: #999999;
	font-size: 12px;
	padding: 5px 0 5px 10px;
	border: 0;
	background: rgba(69,69,69,0.4);
}

.head-function input:focus {
	outline: none;
}
.choose-language {
	line-height: 30px;
	width: 110px;
	text-align: center;
}
.choose-language a{color:#fff}
.head-btn {
display: none;
	width: 70px;
	line-height: 30px;
	box-sizing: border-box;
	height: 40px;
	padding: 5px 10px;
	border: 1px solid #7a7a7b;
}

.search-pic {
	width: 16px;
	height: 16px;
	background: url(images/img/search.png) 0 0 no-repeat;
	background-size: 100% 100%;
	margin-left: 5px;
	position: absolute;
	left: 195px;
}

.search-cutline {
	height: 22px;
	width: 2px;
	background: #7a7a7b;
	position: absolute;
	left: 195px;
}

.search {
	position: relative;
}
#footer {
	background: #181818;
	color: #dddddd;
}

.footBox {
	padding-top: 135px;
	padding: 50px 0 25px;
}

.footBox .container {
	overflow: hidden;
}

.footBox .footNavBox {
	float: left;
}

.footBox .qrCodeBox {
	float: right;
	margin: 0 10px 0;
	text-align: center;
}

.footBox .footNav {
	float: left;
	width: 140px;
	text-align: left;
	line-height: 30px;
}

.footBox .qrCodeBox dl {
	float: left;
	width: 140px;
	margin: 0 20px;
}
.footBox .qrCodeBox dl:nth-child(3){
        margin: 0;
}
.footBox .qrCodeBox dl dt {
	padding-top: 5px;
	font-size: 12px;
text-align:center;
}

.footBox .footNav h3 {
	margin-bottom: 5px;
}

.footBox .footNav li a {}

#footer a {
	text-decoration: none;
	outline: none;
	color: #dddddd;
}

.subNav {
	text-align: center;
	margin-bottom: 15px;
	font-size: 0;
}

.subNav li {
	display: inline-block;
	margin: 0 16px;
	font-size: 12px;
}

.copyRight {
	text-align: left;
	font-size: 12px;
	line-height: 2;
	color: #999999;
	margin-top: 10px;
}

.copyRight a {
	color: #999999;
}

.bottom {
	width: 100%;
}

.cut-line {
	width: 1px;
	height: 290px;
	background: #474747;
}

.phone {
	text-align: left;
	margin-left: 20px;
	padding-bottom:20px;
}

.qrCodeBox dt {
	position: relative;
	top: 0px;
        left: 0;
text-align:left;
	}
.statistics-map div:before{
        content: ' ';
	position: absolute;
	z-index: 2;
        width: 15px;
	height: 15px;
	background-color: #3695ff;
	border-radius: 50%;
}
.statistics-map div:after{
        content: ' ';
	position: absolute;
	z-index: 1;
	width: 15px;
	height: 15px;
	background-color: #3695ff;
	border-radius: 50%;
	animation: ripple 1s 0s ease-in-out infinite normal;
        -webkit-animation: ripple 1s 0s ease-in-out infinite normal;
        -moz-animation: ripple 1s 0s ease-in-out infinite normal;
        -o-animation: ripple 1s 0s ease-in-out infinite normal;
}
.dot1:before {
	left: 158px;
	top: 130px;
}
.dot1:after {
	left: 158px;
	top: 130px;
}
.dot2:before {
	left: 225px;
	top: 238px;
}
.dot2:after {
	left: 225px;
	top: 238px;
}
.dot3:before {
	left: 430px;
	top: 88px;
}
.dot3:after {
	left: 430px;
	top: 88px;
}
.dot4:before {
	left: 483px;
	top: 165px;
}
.dot4:after {
	left: 483px;
	top: 165px;
}
.dot5:before {
	left: 500px;
	top: 66px;
}
.dot5:after {
	left: 500px;
	top: 66px;
}
.dot6:before {
	left: 578px;
	top: 147px;
}
.dot6:after {
	left: 578px;
	top: 147px;
}
.dot7:before {
	left:626px;
	top: 203px;
}
.dot7:after {
	left:626px;
	top: 203px;
}
.dot8:before {
	right: 167px;
	top: 120px;
}
.dot8:after {
	right: 167px;
	top: 120px;
}
.dot9:before {
	right: 147px;
	top: 156px;
}
.dot9:after {
	right: 147px;
	top: 156px;
}
.dot10:before {
	right: 142px;
	top: 236px;
}
.dot10:after {
	right: 142px;
	top: 236px;
}
.dot11:before {
	right: 73px;
	top: 367px;
}
.dot11:after {
	right: 73px;
	top: 367px;
}
@keyframes ripple {
	0% {
		opacity: 1;
		transform: scale(1, 1);
	}
	100% {
		transform: scale(2.5,2.5);
		opacity: 0;
	}
}

@-moz-keyframes ripple {
	0% {
		opacity: 1;
		transform: scale(1, 1);
	}
	100% {
		transform: scale(2.5, 2.5);
		opacity: 0;
	}
}

@-webkit-keyframes ripple {
	0% {
		opacity: 1;
		transform: scale(1, 1);
	}
	100% {
		transform: scale(2.5, 2.5);
		opacity: 0;
	}
}

@-o-keyframes ripple {
	0% {
		opacity: 1;
		transform: scale(1, 1);
	}
	100% {
		transform: scale(2.5, 2.5);
		opacity: 0;
	}
}
.pager{float:right}

.solution-framework,.overall-scheme{
			width: 1200px;
			margin: 0 auto;
text-align: center;
		}
.solution-framework{
    background: #fafafa;
width: 100%;
}
		.solution-framework h4,.overall-scheme h4{
			text-align: center;
			font-size: 30px;
			font-weight: normal;
margin-bottom: 40px;
		}
.function{
			width:100%;
			padding-top: 40px;
padding-bottom:40px;
background-color:#F5F5F5;
		}
		.function h4{
			text-align: center;
    		font-size: 30px;
    		font-weight: normal;
    		margin-bottom: 40px;
		}
		.function-content{
			width: 1200px;
			margin: 0 auto;
		}
		.function-lists{
			float: left;
			width: 33%;
			text-align: center;
			margin-bottom: 20px;
			margin-top: 20px;
		}
		.function-lists h5{
			font-size: 24px;
			color: #333333;
			width: 60%;
			text-align: center;
			margin: 24px auto;
		}
		.function-lists p{
			color: #666666;
			width: 60%;
			text-align: center;
			margin: 0 auto;
			font-size: 14px;
		}
		.function-fcloud h4{
			/* text-align: center; */
    		font-size: 30px;
    		font-weight: normal;
    		margin-bottom: 40px;
		}
		.function-fcloud-content{
			width: 1200px;
			margin: 0 auto;
		}
		.function-fcloud-lists{
			float: left;
			width: 33%;
			/* text-align: center; */
			margin-bottom: 20px;
			margin-top: 20px;
		}
		.function-fcloud-lists h5{
			font-size: 24px;
			color: #333333;
			width: 60%;
			text-align: left;
			margin: 24px 50px;
		}
		.function-fcloud-lists p{
			color: #666666;
			width: 60%;
			text-align: left;
			margin: 24px 50px;
			font-size: 14px;
		}		
.side-nav{
	width: 110px;
	position: fixed;
       right: 0;
       top:50%;
z-index:9999;
}
.nav-list{
	display: block;
	min-height: 80px;
	background: #f1784e;
	color: white;
	padding: 10px;
	box-sizing: border-box;
	font-size: 12px;
	text-align: center;
	margin-bottom: 2px;
	cursor: pointer;
}
.nav-list:hover{color:white}
.customer-service-pic,.hotline-pic{
	width: 40px;
	height: 30px;
	margin: 0 auto;
	background: url("./images/img/customerService.png") 0 0 no-repeat;
	background-size: 100% 100%;
}
.hotline-pic{
	background: url("./images/img/促销活动-small.png") 0 0 no-repeat;
	background-size: 100% 100%;
}
.customer-service-text,.hotline-text{
	margin-top: 10px;
}
.promotion-container {
				margin: 0 auto;
				width: 1200px;
				font-size: 16px;
				text-align: left;
			}
			
			.promotion-title {
				font-size: 30px;
				font-weight: bold;
				text-align: center;
margin-top: 20px;
			}
			
			.promotion-list {
				margin-top: 20px;
			}
			
			.promotion-list-title {
				font-size: 24px;
				font-weight: bold;
				line-height: 50px;
			}
			.promotion-list-text{
				line-height: 30px;
			}
			.promotion-container .important{
				color: #226bbc;
				font-family: "微软雅黑";
				font-weight: bold;
				font-style: normal;
			}
                        .fcloudSkipBtn{
		                   border: 1px solid rgba(255,255,255,0.4);
    font-size: 14px;
    width: 122px;
    height: 32px;
    line-height: 32px;
    text-align: center;
			}
                        .fcloudSkipBtn:hover{
                                border: 1px solid #3695ff;
                                color: #3695ff;
                         }
			.fcloudSkipBtn a{
				text-decoration: none;
                                color: #fff;
                                outline: none;
    width: 100%;
    height: 100%;
    display: inline-block;
			}
                       .choose-language-btn{
                              width: 60px;
                        }
                       .fcloudSkipBtn a:hover{
                         color: #3695ff;
                        }