/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 * 0. sassCore's style
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  overflow-y: scroll;
  /* 0 */
  -webkit-overflow-scrolling: touch;
  /* 0 */ }

/**
 * 1. Remove default margin
 * 0. sassCore's style.
 */
body {
  margin: 0;
  /* 1 */
  font-size: 12px;
  /* 0 */
  line-height: 22px;
  /* 0 */
  color: #333;
  /* 0 */
  background-color: #fff;
  /* 0 */ }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 * 3. Correct `inline-block` display in IE 6/7.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
  *display: inline;
  /* 3 */
  *zoom: 1;
  /* 3 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background color from active links in IE 10.
 * 2. Improve readability when focused and also mouse hovered in all browsers.
 * 0. sassCore's style.
 */
a {
  background: transparent;
  /* 1 */
  /* 0 */
  text-decoration: none;
  color: #08c; }
  a:active, a:hover {
    outline: 0;
    /* 2 */ }
  a:hover {
    color: #006699; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
  font-weight: bold;
    margin: 1px 0 20px;
    font-size: 18px;
    font-family: "Hiragino Sans GB", \5FAE\8F6F\96C5\9ED1;
    color: #009DD9;
    font-weight: 500;
    letter-spacing: 1.1px;
    line-height: 40px;
   }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improve image quality when scaled in IE 7.
 * 0. sassCore's style.
 */
img {
  border: 0;
  /* 1 */
  vertical-align: middle;
  /* 0 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * 1. Contain overflow in all browsers.
 * 2. Improve readability of pre-formatted text in all browsers.
 */
pre {
  overflow: auto;
  /* 1 */
  white-space: pre;
  /* 2 */
  white-space: pre-wrap;
  /* 2 */
  word-wrap: break-word;
  /* 2 */ }

/**
 * 1. Address odd `em`-unit font size rendering in all browsers.
 * 2. Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  _font-family: 'courier new', monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea:focus,
input:focus {
  outline: none; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="text"] {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/**
 * 1. Remove default vertical scrollbar in IE 8/9/10/11.
 * 0. sassCore's style
 */
textarea {
  overflow: auto;
  /* 1 */
  resize: vertical;
  /* 0 */ }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none; }

html,
button,
input,
select,
textarea {
  font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Tahoma, sans-serif; }

h1, h2, h3, h4, h5, h6, p, figure, form, blockquote {
  margin: 0; }

ul, ol, li, dl, dd {
  margin: 0;
  padding: 0; }

/*ul, ol {
  list-style: none outside none; }*/

h1, h2, h3 {
  font-weight: normal; }

h1 {
  font-size: 18px; }

h2 {
  font-size: 15.6px; }

h3 {
  font-size: 14.04px; }

h4 {
  font-size: 12px; }

h5, h6 {
  font-size: 10.2px;
  text-transform: uppercase; }
em{
  font-style: normal;

}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #ccc; }

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #ccc; }

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #ccc; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #ccc; }

.clear {
  clear: both; }

.f-cb {
  zoom: 1; }

.f-cb:after {
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  content: "."; }

.fl {
  float: left;
  display: inline; }

.fr {
  float: right;
  display: inline; }

.por {
  position: relative; }

.poa {
  position: absolute; }

.pof {
  position: fixed; }

.poa-f {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.ovh {
  overflow: hidden; }

.noselect {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none; }

.z1 {
  z-index: 1; }

.z2 {
  z-index: 2; }

.z3 {
  z-index: 3; }

.dn {
  display: none; }

.dib {
  display: inline-block; }

.w-f {
  width: 100%; }

.h-f {
  height: 100%; }

.fwn {
  font-weight: normal; }

.tac {
  text-align: center; }

.t-f {
  transition: all 0.5s; }

.t-c {
  transition: color 0.5s; }

.t-bg {
  transition: background 0.5s; }

.loader {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  font-size: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  border-right: 1px solid rgba(0, 0, 0, 0.08);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  border-left: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  animation: spinner 700ms infinite linear; }

.loader.white {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  border-left: 1px solid rgba(255, 255, 255, 0.5); }

@keyframes spinner {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

/*# sourceMappingURL=reset.css.map */
/*业务领域*/
.mt20{margin-top: 18px;}
.ser_sort{position: relative;height: 200px;}
.ser_sort ul{
	position: absolute;
	top: -90px;
}
.ser_sort ul li{
	width: 369px;
	height: 129px;
	padding: 55px 15px;
	transition: all 0.5s; 
	float: left;
}
.ser_sort ul li.hover{	
	padding: 75px 15px;
	margin-top: -10px;
}
.ser_sort ul li.li1{
	background: #305DC3;
}
.ser_sort ul li.li2{
	background: #2d57b6;
}
.ser_sort ul li.li3{
	background: #294da0;
}
.ser_sort ul li a{
	color: #FFFFFF;
}
.ser_sort ul li div{
	overflow: hidden;
	border-bottom: 1px solid #4f75cc;
	padding-bottom: 10px;
	padding-left: 40px;
}
.ser_sort ul li div span,.ser_sort ul li div h3 em{
	display: block;
	font-family: arial;
}
.ser_sort ul li div h3{
	font-size: 22px;
	margin-left: 20px;
}
.ser_sort ul li div h3 em{
	font-size: 14px;
	text-transform: uppercase;
	line-height: 40px;
}
.ser_sort ul li p{
	margin-top: 15px;
	padding-left: 15px;
	font-size: 14px;
	font-family: "宋体";
}
.sfactory{
	margin-bottom: 50px;
	margin-top: 50px;
}
.sfactory{
	
}
.stit{
	font-size: 26px;
	text-align: center;
	color: #444444;
}
.stit span{font-size: 14px;display: block;text-transform: uppercase;line-height: 40px;color: #999999;}
.sfactory p{
	margin: 0 60px;
	font-size: 14px;
	line-height: 24px;
	text-indent: 2em;
}
.serpic{
	background: url(/assets/img/ser_pic1.png) no-repeat center center;
	height: 333px;
}
.solution{
	padding: 60px 0;
	margin: 0px auto;
}
.w120 {
 width: 1200px;
	margin: 0px auto;
}
.sol-tit{
	background-image:url(../image/about_titbg.jpg); background-repeat: no-repeat;
	background-position:  bottom center;
	padding-bottom: 20px;
}
.solution ul{
	margin: 0px auto;}
.solution ul li{
	margin-top: 20px;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	position: relative;;
}
.solution ul li .solu_info{
	position: absolute;
	color: #fff;
	text-align: right;
}
.solution ul li .solu_info div{
	font-size: 28px;
}
.solution ul li .solu_info h3{
	display: block;
	font-size: 16px;
	text-transform: uppercase;
	margin: 10px 0;
}
.solution ul li .solu_info span{
	display: block;
	background: url(/assets/img/solu_btn.png) no-repeat;
	width: 87px;
	height: 23px;
	float: right;
}
.solution ul li .solu_info1{
	top: 92px;
	right: 10%;
}
.solution ul li .solu_info2{
	bottom: 30px;
	right: 10%;
}
.solution ul li .solu_info3{
	top: 60px;
	left: 10%;
	text-align: left;
}
.solution ul li .solu_info3 h3,.solution ul li .solu_info4 h3{
	font-size: 16px;
}

.solution ul li img{
	display: block;
}
.solution ul li img.last{
	margin-top: 32px;
}
li{list-style: none;}

.fl{float: left;}
.fr{float: right;}
.ovh{overflow: hidden;}
.hide{display: none;}
h1,h2,h3,h4,h5,h6{font-weight: normal;}
a{cursor: pointer;}

/*应用场景页面自适应*/
@media screen and (max-width:1200px) {
.w120 {
	margin: 0px auto; width: 900px;
}
.solution ul{
	padding-left: 40px;
}		
}

@media screen and (max-width:850px) {
.w120 {
	 width: 90%;
}
	.solution ul{
	padding-left: 0px;
}
	.solution ul li {
	margin-top: 20px; margin-right: 10px; margin-left: 10px; float: left; position: relative;
}	
	.sol-tit{
		width: 100%;
		text-align: center;
	}
.img_S{
	width:38.7vw;
	height: 31.3vw;
		
}
.img_L{
	 width: 80vw;
	height: 40vw;	
}
}
@media screen and (max-width:650px) {
.img_S{
	width:38vw;
	height: 31.3vw;		
}
	.solution ul li .solu_info div {
	font-size: 24px;
}
.solution ul li .solu_info h3 {
	margin: 10px 0px; text-transform: uppercase; font-size: 13px; display: block;
}
.solution ul li .solu_info1 {
	top: 50px; right: 10%;
}
.solution ul li .solu_info2 {
	right: 10%; bottom: 10px;
}
.solution ul li .solu_info3 {
	left: 10%; top: 20px; text-align: left;
}
.solution ul li .solu_info3 h3 {
	font-size: 13px;
}
.solution ul li .solu_info4 h3 {
	font-size: 13px;
	}}
@media screen and (max-width:650px) {
	.solution ul li {
	margin-top: 10px; margin-right: 5px; margin-left: 5px; float: left; position: relative;
}
	.img_S{
	width:39vw;
	height: 31.3vw;		
}
}
@media screen and (max-width:520px) {
	.solution ul li .solu_info div {
	font-size: 18px;
}
.solution ul li .solu_info h3 {
	margin: 7px 0px; text-transform: uppercase; font-size: 9px; display: block;
}
.solution ul li .solu_info1 {
	top: 40px; right: 10%;
}
.solution ul li .solu_info2 {
	right: 10%; bottom: 10px;
}
.solution ul li .solu_info3 {
	left: 10%; top: 20px; text-align: left;
}
.solution ul li .solu_info3 h3 {
	font-size: 9px;
}
.solution ul li .solu_info4 h3 {
	font-size: 9px;
	}
	.img_S{
	width:38.5vw;
	height: 31.3vw;		
}
}
@media screen and (max-width:385px){
	.img_S{
	width:38vw;
	height: 31.3vw;		
}
		.solution ul li .solu_info div {
	font-size: 17px;
}
.solution ul li .solu_info h3 {
	margin: 4px 0px; text-transform: uppercase; font-size: 7px; display: block;
}
.solution ul li .solu_info1 {
	top: 40px; right: 10%;
}
.solution ul li .solu_info2 {
	right: 10%; bottom: 10px;
}
.solution ul li .solu_info3 {
	left: 10%; top: 20px; text-align: left;
}
.solution ul li .solu_info3 h3 {
	font-size: 6px;
}
.solution ul li .solu_info4 h3 {
	font-size: 6px;
	}
}


/*.soluDetail{
	background:url(/assets/img/solu_bg.jpg) no-repeat left center;
	height: auto;
	width: 100%;
	background-size: 100% 100%;
}*/
.soluDetail{
	background:#e8f1fa url(/assets/img/solu_bg.jpg) no-repeat left bottom ;
	height: auto;
	width: 100%;
	
}
.soluDetail .stit{
	padding-top: 74px;
	font-size: 20px;
}
.soluDetail .solud_words{
	padding: 40px 0;
}
.solud_words p{
	text-align: center;
	line-height: 28px;
	font-size: 14px;
	text-indent: 2em;
}
.solud_words img{
	width: 65%;
	margin-left: 23%;
}

.soluDetail ul{width: 110%;overflow: hidden;padding-bottom: 60px;}
.soluDetail ul li{
	float: left;
	width: 274px;
	height: 260px;
	margin-top: 60px;
	position: relative;
	margin-right: 30px;
	background: #FFFFFF;
	cursor: pointer;
}
.soluDetail ul li:nth-child(4n){
	margin-right: 0;
}
.soluDetail ul li div.img{
	position: relative;
}
.soluDetail ul li div.img img{
	height: 192px;
	width: 100%;
	border-bottom: 5px solid #CCCCCC;
}
.soluDetail ul li div.img .bg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background:rgba(0,0,0,0);
}
.soluDetail ul li div.img .sign{
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 0;
	height: 0;
	background: url(/assets/img/pro_sign.png) no-repeat center;
	margin: -25px 0 0 -25px;
	transform: scale(0);
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.soluDetail ul li h3,.soluDetail ul li p{
	padding-left: 20px;
	margin-top: 6px;
}
.soluDetail ul li h3{
	font-size: 15px;
	font-weight: normal;
	color: #444444;
}
.soluDetail ul li p{
	font-size: 12px;
	font-family: arial;
	color: #999999;
}
.soluDetail ul li .round{
	display: inline-block;
	position: absolute;
	right: 30px;
	bottom: 18px;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	text-align: center;
	line-height: 25px;
	font-size: 14px;
	color: #b3b3b3;
	transform: scale(0);
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.soluDetail ul li:hover{
  -webkit-box-shadow: 5px 0px 30px rgba(4,0,0,0.1);  
  -moz-box-shadow: 5px 0px 30px rgba(4,0,0,0.1);  
  box-shadow: 5px 0px 30px rgba(4,0,0,0.1);  
}
.soluDetail ul li:hover div.img img{
	border-color: #00c0ff;
}
.soluDetail ul li:hover div.img .bg{
	background: rgba(0,0,0,0.4);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,endColorstr=#66000000); 
}
.soluDetail ul li:hover div.img .sign{
	width: 50px;
	height: 50px;
}
.soluDetail ul li:hover .round,.soluDetail ul li:hover div.img .sign{
	transform: scale(1);
}
.soluDetail ul li:hover .round{
 -webkit-box-shadow: 4px 0px 15px rgba(4,0,0,0.1);  
  -moz-box-shadow: 4px 0px 15px rgba(4,0,0,0.1);  
  box-shadow: 4px 0px 15px rgba(4,0,0,0.1); 
}
/*智慧工厂*/
.solu-case ul li {
  float: left;
  width: 380px;
  height: 345px;
  border-bottom: 1px solid #d2d2d2;
  margin-bottom: 19px;
  font-size: 12px;
  line-height: 20px;
  color: #2d2b2a;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}
.solu-case ul li .image {
  position: relative;
  overflow: hidden;
  width: 380px;
  height: 251px;
  margin-bottom: 25px;
}
.solu-case ul li .image .bg {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}
.solu-case ul .image .sign {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 78px;
  height: 78px;
  background: url(/assets/img/solc_sign.png) no-repeat center;
  margin: -39px 0 0 -39px;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}
.solu-case ul li a {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  line-height: 26px;
  color: #444444;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}
.solu-case ul li p{
	color: #999999;
	font-size: 14px;
	line-height: 30px;
}
.solu-case ul li:hover .image .bg {
  opacity: 1;
}
.solu-case ul li:hover .image .sign {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
/*智慧园区*/
.serpic2{
	background: url(/assets/img/ser_pic2.jpg) no-repeat center center;
	height: 230px;
}
.park ul li{
	width: 548px;
	margin: 0;
}
.park ul li:last-child{
	float: right;
}
.park ul li a.tit,.park ul li p{
	margin-left: 15px;
	margin-right: 15px;
}	
.park ul li a{
	font-size: 16px;
	color: #444444;
	display: block;
	margin-top: 50px;
	margin-bottom: 50px;
}
.park ul li p{
	font-size: 14px;
	color: #777777;
	line-height: 24px;
}
.park ul li.line{
	width: 1px;
	height: 310px;
	border-left: 1px solid #ccc;
	float: left;
	margin-left: 50px;
	margin-top: 50px;
	margin-right: 50px;
}
/*科学园*/
.tech .pdTop,.tech_function{
	padding-bottom:45px;
}
.techJj h1 span,.tech_function h1 span{
	font-size: 24px;
	text-transform: uppercase;
	display: inline;
	color: #000000;
}
.techJj p{
	border: none;
}

.tech_function h1{
	color: #000000;
	margin-bottom: 40px;
	font-size: 26px;
}
.tech_function .pdi_r p:first-child{
	text-indent: 2em;
	
}
.tech_value .pdi_r{width: 100%;}
.tech_value .pdi_r p:first-child{
	text-indent: 2em;
	width: 100%;
	margin: 0;
}
.cdBack{
	margin: 42px 0 96px;
	width: 341px;
	height: 41px;
	line-height: 41px;
	background: #5a5a5a;
	text-align: center;
	font-size: 14px;
}
.cdBack a{color: #FFFFFF;}

/*化工园*/
.industry ul{
	border-top: none;
	border-bottom: 1px solid #e4e4e4;
	padding: 0;
}
.tech_function2{
	border-bottom: none;
	padding-bottom: 0;
	font-size: 14px;
	line-height: 24px;
}
/*智慧城市*/
.serpic3{
	background: url(/assets/img/ser_pic3.jpg) no-repeat center center;
	height: 230px;
}
.cityPro_tit li{
	margin-top:20px;
	float: left;
	background: #b7b7b7;
	width: 390px;
	height: 37px;
	line-height: 37px;
	text-align: center;
	margin-right: 10px;
	font-size: 14px;
	cursor: pointer;
}
.cityPro_tit li:last-child{
	margin-right: 0;
}
.cityPro_tit li.hover{
	background: #325dc3;
	color: #fff;
}
.cpro_img{
	margin: 30px 0 0;
}
.city_con{
	padding-top: 30px;
}
.city_con p{
	line-height: 26px;
	font-size: 14px;
	text-indent: 2em;
}
.city_con  img{
	width: 56%;
	margin-left: 22%;
}
#gray{width:100%;height:100%;
	background:rgba(0,0,0,0.4);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,endColorstr=#66000000);
	position:fixed;top:0px;z-index:999;display: none;}
.popup{
	width:1147px; 
	height:562px;
	top: 50%;
	margin-top: -286px;
	position:fixed;
	z-index:1000;
	left: 50%;
	margin-left: -573px;
	display: none;
}
.popup .label1{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}.popup .label2{
	display: inline-block;
}
.popup .ppbg{
	padding: 70px 60px;
	background: #FFFFFF;
	width: 960px;
	font-size: 14px;	
	display: inline-block;
}
.popup #close{
	background: url(/assets/img/popup_close.jpg) no-repeat center center;
	width: 65px;
	height: 60px;
}
/*典型案例*/
.sol-tit2{background: url(/assets/img/join_titbg.jpg) no-repeat bottom center;padding-bottom: 20px;}
.bg1{
	background: #f5f5f5;
}
.case-nav{
	height: 75px;
	line-height: 75px;
}
.case-nav ul li{
	margin-left: 105px;
	float: left;
}
.case-nav li a{
	line-height: 75px;
	height: 75px;
	display: block;
	font-size: 14px;
	color: #666;
}
.case-nav li a:hover,.case-nav li a.cur{
	border-bottom: 2px solid #245b9e;
	height: 73px;
}

/*服务概述*/
.service{
	padding: 60px 0;
}
.overview-box{
	height: 347px;
}
.overview-box div{
	height: 100%;
}
.overview-box .ovspe,.overview-box div:first-child{
	width: 568px;
}
.overview-box .ovspe2,.overview-box div:last-child{
	width: 632px;
}
.overview-box div.ov-words{	
	background: #fafafa;
}
.overview-box div.ov-words h3,.overview-box div.ov-words p{
	margin-left: 50px;
	margin-right: 50px;
}
.overview-box div.ov-words h3,.overview-box div.ov-pic h3{
	margin-top: 50px;
	color: #305dc3;
	font-size: 22px;
	font-weight: bold;
}
.overview-box div.ov-words p{
	margin-top: 30px;
	font-size: 14px;
	line-height: 28px;
	text-indent: 2em;
}
.overview-box div.ov-pic{
	height: 100%;
	background: #fff;
	text-align: center;
	position: relative;
	float: left;
}
.overview-box div.ov-pic img{
	margin-top: 20px;
}
.overview-box div.ov-pic h3{
	position: absolute;
	top: 0;
	left: 50px;
}
.overview-box:last-child{
	height: 386px;
}
.overview-box:last-child div.ov-pic img{
	margin-top: 40px;
}
/*支持服务*/
.busitit li{
	background: #b7b7b7;
	float: left;
	font-size:14px ;
	width: 290px;
	height: 37px;
	line-height: 37px;
	text-align: center;
	color: #fff;
	margin-right: 6px;
	cursor: pointer;
}
.busitit li a{
	color: #fff;
}
.busitit li:last-child{
	margin-right: 0;	
}
.busitit li.hover,.busitit li:hover{
	background: #325dc3;
}
.busicon .bcon{
	height: 461px;
}
.busicon .bcon:first-child{
	margin-top: 40px;
}
.busicon .bcon_one{
	background: url(/assets/img/serbusi_pic1.jpg) no-repeat right center;
}
.busicon .bcon_two{
	background: url(/assets/img/serbusi_pic2.jpg) no-repeat left center;
}
.busicon .bcon_words{
	width: 50%;
	line-height: 28px;
}
.bcon_words h3{
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	text-indent: 2em;
}
.bcon_words p{
	margin-right: 43px;
	font-size: 14px;
	color: #666666;
}
.bcon_words p strong{
	
}
.busicon table{
	margin: 0 auto;}
.bcon_words2 p,.bcon_words2 h3{
	margin-left: 30px;
	margin-right: 0;
}
.bcon_words2 h3{
	margin-top: 20px;
}
.busicon .bcon_words3{
	width: 100%;
}
.busicon .bcon2{
	height: auto;
}
.busicon p{
	font-size: 14px;
	line-height: 26px;
	text-indent:2em;
}
/*客户声音*/
.cvoicetit li{
	width: 594px;
}
.cvoicecon ul{
	width: 110%;
}
.cvoicecon li{
	float: left;
	width: 335px;
	height: 291px;
	background: #FFFFFF;
	padding: 25px;
	margin-top: 28px;
	margin-right: 20px;
	position: relative;
	line-height: 30px;
	cursor: pointer;
}
.cvoicecon li:nth-child(3n){
	margin-right: 0;
}
.cvoicecon li img{
	border-bottom: 1px solid #ececec;
}
.cvoicecon li h3{
	font-size: 16px;
	color: #333333;
	margin-top:15px;
	
}
.cvoicecon li p{
	font-size: 14px;
	color: #999999;
}
.cvoicecon li .bg{
	position: absolute;
	left:0 ;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
	font-size: 18px;
	color: #fff;
	text-align: center;
	opacity: 0;
}
.cvoicecon li .bg span{
	display: block;
	margin-top: 200px;
}
.cvoicecon li .sign{
	background: url(/assets/img/pro_sign.png) no-repeat center;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 0;
	height: 0;
	margin: -40px 0 0 -25px;
	transform: scale(0);
	
}
.cvoicecon li .bg,.cvoicecon li .sign{
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.cvoicecon li:hover .bg {
  opacity: 1;
}
.cvoicecon li:hover .sign {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
          width: 50px;
          height: 50px;
}
.page{
	text-align: center;
	padding-top: 50px;
}
.page a{
	margin: 0px 10px;
	height: 34px;
	padding: 0 12px;
	display: inline-block;
	line-height: 36px;
	text-align: center;
	font-size: 18px;
	color: #999;
	border:1px solid #ddd;
	font-family: "Arial";
	transition:all 0.3s;
}
.page a:hover{
	background: #305dc3;
	color: #fff;
}
.page a.active{
	background: #305dc3;
	color: #fff;
}
#gray{width:100%;height:100%;background:rgba(0,0,0,0.4);position:fixed;top:0px;z-index:999;display: none;}
/*.popup{
	width:1147px; 
	height:auto;
	position:fixed;
	z-index:1000;
	left: 50%;
	margin-left: -573px;
	top: 200px;	
	display: none;
}
.popup .ppbg{
	padding: 50px 60px ;
	background: #FFFFFF;
	width: 960px;
	font-size: 14px;	
}*/

.popup #close{
	background: url(/assets/img/popup_close.jpg) no-repeat center center;
	width: 65px;
	height: 60px;
}
.voice h5{
	font-size: 24px;
	color: #2353C4;
	text-align: center;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.voice p img{
	width: 520px;
	max-height: 650px;
}
.voice .pimg {
	text-align: center;
}
.leave-word {
  padding-top: 60px;
}
.leave-word input.tex {
  background-color: #f5f5f5;
  border: 1px solid #dbdbdb;
  font-size: 14px;
  height: 15px;
  line-height: 14px;
  color: #666;
  width: 368px;
  padding: 14px 5px 13px;
  border-radius: 5px;
}
.leave-word td.tt {
  font-size: 22px;
  line-height: 45px;
  text-align: right;
  padding-right: 22px;
}
.leave-word td.tt .red{
  color: #325dc3;
  font-size: 25px;
  margin-right: 10px;
}
.leave-word input.l-tex {
  width: 900px;
}
.leave-word input.s-tex {
  width: 140px;
}
.leave-word .code-img {
  width: 150px;
  height: 45px;
  cursor: pointer;
  margin-left: 10px;
}
.leave-word .sub-btn {
  border: none;
  width: 228px;
  height: 55px;
  text-align: center;
  line-height: 55px;
  color: #fff;
  font-size: 20px;
  background-color: #325dc3;
  border-radius: 5px;
}
.leave-word .area {
  border: 1px solid #dbdbdb;
  background-color: #f5f5f5;
  padding: 5px;
  font-size: 14px;
  line-height: 22px;
  width: 940px;
  height: 190px;
  border-radius: 5px;
}
.errbox{
    width: 400px;
    padding: 0px 0px 20px 0;
    background: #f5f5f5;
    position: fixed;
    left: 50%;
    margin-left: -200px;
    top: 50%;
    margin-top: -100px;
    border-radius: 6px;
    display: none;
    z-index: 200;
    /* border: 2px solid #E4A70A; */
    overflow: hidden;
}
.errbox h2{
    font-size: 16px;
    color: #333;
    text-align: center;
    width: 80%;
    margin: 0 auto;
    padding-top: 11px;
}
.errbox i{
    display: block;
    width: 100%;
    height: 20px;
    background: #C13736;
    color: #fff;
    text-indent: 20px;
    font-style: normal;
    padding: 4px 0;
}

.leader h5{
	font-size: 24px;
	color: #000000;
	font-weight: normal;
}
.leader span {
	display: block;
	font-size: 16px;
	line-height: 40px;
}
.leader p{
	margin: 30px 0;
	line-height: 28px;
}
.leader .rdetail p{
	margin: 0;
}
.leader .pimg{
	position: relative;
}
.leader .pimg p{
	margin: 0;
	position: absolute;
	width: 422px;
	bottom: 90px;
	right: 56px;
	color: #FFFFFF;
}
.pdDetail{
	margin-top: 20px;
}

.pdDetail p{
	font-size: 14px;
	line-height: 26px;
	text-indent: 2em;
	color: #666666;
	
}
.pdDetail img{
	width: 56%;
	margin-left: 22%;
}
.pdDetail .pdInfo img{
	float: left;
}
.pdDetail .pdInfo .pdi_r p{
	border: none;
}
.industry{
	margin-top: 30px;
}
.pdDetail ul li,.pdDetail ol li{
	list-style: inherit;
	list-style-position: inside;
	text-indent: 2em;
}
.pdDetail ul li p,.pdDetail ol li p{
	display: inline;
}
/*应用价值*/
.solutionDetailMod3 {
    margin-bottom: 4px;
}
.detailSolutionItem.lr {
    padding-left: 311px;
}
.detailSolutionItem {
    position: relative;
    overflow: hidden;
    min-height: 170px;
}
.detailSolutionItem.lr .pic {
    left: 0;
}
.detailSolutionItem .pic {
    position: absolute;
    top: 5px;
}
