@charset "utf-8";
<style>
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 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,
menu,
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.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * 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/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
  outline: 0;
}

/* 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;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * 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
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* 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.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * 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;
}

/**
 * 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.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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.
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

/**
 * 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 {
  -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.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * 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;
}

*{margin:0; padding:0; font-family:"微软雅黑";}
a{text-decoration:none;}
li{list-style:none;}
body{background-color:#dcdcdc;}
.back{margin-left:auto; margin-right:auto; width:100%;}
.navbox{background-color:#373737; width:100%; height:100px; border-top:solid 3px #00a0e9;}
.nav{width:1200px; height:100px; background-color:#373737; margin-left:auto; margin-right:auto;}
.logo{margin-left:150px; margin-top:20px; float:left;}
.nav ul{float:left; margin-left:150px;}
.nav li{width:100px; float:left; text-align:center;}
.nav li a{color:#ffffff; font-size:16px; display:block; height:80px; padding-top:20px; line-height:30px;}
.nav li a:hover{background-image:url(image/nav-fontback.png); background-position:center; background-repeat:no-repeat;}
.banner{position:relative; width:1200px; height:500px; margin-left:auto; margin-right:auto;}
.banner img{display:none;}
.banner a{position:absolute; display:block; width:30px; height:30px; top:450px; background-image:url(image/banner-black.png);}
.nowa{background-image:url(image/banner-white.png);}
.banner a:hover{background-image:url(image/banner-white.png);}
.title{width:150px; border-top:solid 3px #00a0e9; margin-left:auto; margin-right:auto; margin-top:40px; color:#373737; text-align:center;}
.title .span1{font-family:Helvetica Light; font-size:48px;}
.title .span2{font-size:30px;}
.casespic ul{overflow:hidden; width:1000px; margin-left:auto; margin-right:auto; margin-top:20px;}
.casespic li{width:200px; height:260px; float:left;}
.casespic li a{background-color:rgba(0, 0, 0, 0.5); height:130px; width:200px; display:block;}
.casespic li a span{font-size:24px; color:#FFF; text-align:center; display:block; line-height:60px;}
.casespic .span2{margin-left:auto; margin-right:auto;font-size:18px; width:120px; border-top:solid 2px #FFFFFF;}
.casespic li a:hover{height:254px; width:194px; border:solid 3px #00a0e9;}
.casespic li a span:hover{line-height:120px; color:#00a0e9;}
.about{margin-top:50px; overflow:hidden; width:1200px;; margin-left:auto; margin-right:auto;}
.aboutpic{float:left;}
.aboutpic img{width:600px;height:400px;}
.aboutus{float:left; width:600px; height:400px; background-color:#FFF;}
.aboutus p{width:500px; margin-left:auto; margin-right:auto; font-size:18px; color:#373737; margin-top:40px; line-height:30px;}
.aboutus a{width:150px; height:40px; background-image:url(image/about-more.png); display:block; text-align:center; font-size:30px;font-family:Helvetica Light; color:#FFF; margin-left:auto; margin-right:auto; margin-top:10px;}
.newstext{width:1000px; background-color:#FFF; margin-left:auto; margin-right:auto; margin-top:15px; overflow:hidden;}
.newsleft{background-image:url(image/news-1.png); width:250px; height:350px; float:left;}
.newsleft a{background-color:rgba(0,160,233,0.5); width:250px; height:150px; margin-top:200px; display:block; padding-top:20px;}
.newsleft a span{text-align:left; display:block;font-size:20px;width:200px; margin-left:auto; margin-right:auto; color:#FFF; line-height:20px;}
.newsleft a:hover{height:350px; margin-top:0;}
.newsright{float:right;width:750px; height:350px;}
.newsright dl{width:750px; overflow:hidden; border-bottom:solid 1px #b9b9b9;}
.newsright dl a:hover{background-color:#00a0e9; color:#FFF;}
.newsright dd a{width:60px; height:60px;float:right; display:block; background-repeat:no-repeat; background-position:center; background-color:#FFF; border:solid 1px #b9b9b9; border-bottom:none; border-top:none;}
.newsright dl img{ margin-top:13px; margin-left:21px;display:block;}
.newsright dl img:hover{display:none;}
.newsright dt a{width:100px; height:60px; font-size:24px;font-family:Helvetica Light; text-align:center; float:right;background-color:#FFF;line-height:60px; color:#959595;}
.newsright ul{padding-left:30px;}
.newsright li{width:240px; height:290px; float:left;}
.newsright li span{width:40px; height:40px; display:block; border:solid 3px #00a0e9; margin-top:25px; text-align:left; font-size:18px; font-family:Arial; line-height:20px; padding:15px; color:#363636;}
.newsright li span:hover{background-color:#00a0e9; color:#FFF;}
.newsright li a{font-size:16px;color:#363636; margin-top:20px; display:block; width:200px;}
.newsright li p{font-size:14px;color:#777777;margin-top:20px; display:block; width:200px; line-height:20px;}
.title{width:150px; border-top:solid 3px #00a0e9; margin-left:auto; margin-right:auto; margin-top:40px; color:#373737; text-align:center;}
.title .span1{font-family:Helvetica Light; font-size:48px;}
.title .span2{font-size:30px;}
.team{width:1200px; margin-left:auto; margin-right:auto;}
.team ul{overflow:hidden; margin-top:10px;}
.team li{float:left; width:300px; height:250px; background-repeat:no-repeat; background-position:center;}
.team li span{text-align:center; font-size:30px; color:#FFF; line-height:80px;width:300px; height:200px; display:block; padding-top:50px; opacity:0;}
.team li span:hover{background-color:rgba(0,160,233,0.6); opacity:1;}
.rightone,.leftone{overflow:hidden; width:1200px; margin-left:auto; margin-right:auto;}
.rightone img,.leftone img{float:left;}
.rightone p,.leftone p{float:left; width:500px; padding:65px 50px; font-size:20px; line-height:30px; color:#373737;}
.skill{width:1050px; height:490px; background-color:#f7f7f7; padding-left:100px; padding-right:50px; padding-top:60px; overflow:hidden; margin-left:auto; margin-right:auto;}
.skill li{width:300px; height:200px; float:left; margin-right:50px;}
.icon{width:60px; height:60px; border-radius:30px; background-color:#65bf95;-moz-border-radius:30px;-webkit-border-radius:30px; background-repeat:no-repeat; background-position:center;float:left; margin-top:40px;}
.skilltext{float:left; margin-left:30px;}
.skill li a{ font-size:20px; line-height:20px; color:#767676; margin-top:30px; margin-bottom:10px; display:block; }
.skill li span{font-size:16px; color:#9e9e9e; margin-bottom:10px; width:200px; display:block;}
.skill li .a3{ width:80px; height:24px;border-radius:11.5px; border:solid 1px #848484; text-align:center; line-height:24px; font-size:14px; color:#848484; margin-top:0;}
.icon:hover{background-color:#00a0e9;}
.skill li .a3:hover{background-color:#00a0e9; color:#FFF;}
.sup{width:1200px; margin-top:40px; margin-left:auto; margin-right:auto;}
.title1{background-image:url(image/about-logo.png); background-repeat:no-repeat; background-position:center; height:89px; border-bottom:solid 1px #4b4b4b;}
.sup ul{margin:0 100px; overflow:hidden;}
.sup li{width:320px; height:105px; float:left; padding:40px 90px; color:#00a0e9; text-align:center; font-size:24px;}
.sup li span{background-repeat:no-repeat; background-position:center; display:block; width:320px ; height:105px;}
.newone{width:1000px; margin-top:50px; margin-left:auto; margin-right:auto;}
.newone ul{overflow:hidden; height:58px; border-bottom:solid 2px #bebebe;}
.newone li{float:left; width:120px;font-size:30px; margin-right:50px;}
.newone li a{color:#838383; height:55px; display:block;}
.newone li a:hover{border-bottom:solid 3px #00a0e9; color:#3b3b3b;}
.newone dd{margin-top:50px; height:240px; background-color:#eeeeee; border:solid 2px #bebebe;}
.box{overflow:hidden; width:1000px;}
.boxtitle{float:left; margin-left:50px; margin-top:50px;line-height:20px;}
.boxtitle a{color:#1e1e1e;font-size:24px; display:block;}
.boxtitle span{color:#828282; font-size:20px; display:block;}
.boxtime{width:40px; height:40px;border:solid 3px #00a0e9; margin-top:50px; margin-left:850px; text-align:left; font-size:18px; font-family:Arial; line-height:20px; padding:15px; color:#363636;}
.newone dd p{width:900px; font-size:16px; color:#505050; margin-top:20px; line-height:30px; margin-left:50px;}
.boxtime:hover{background-color:#00a0e9; color:#FFF;}
.newone dd:hover{border:solid 2px #00a0e9;}
.next a:hover{background-color:#00a0e9;}
.case{width:1000px;margin-left:auto; margin-right:auto;margin-top:50px; padding-left:100px; padding-right:50px;}
.case ul{overflow:hidden;}
.case li{width:298px; height:308px; margin-right:30px; margin-bottom:30px; border:solid 1px #bebebe; float:left; background-color:#eeeeee;}
.case li a{font-size:24px; color:#333333; display:block; line-height:36px; width:300px;}
.case li img{width:298px;}
.case li span{font-family:Arial; font-size:16px; color:#787878; display:block; line-height:20px; margin-bottom:6px; width:280px; padding-left:10px;}
.case li .span1{font-size:14px; color:#474747; display:block; margin-bottom:0;}
.a1{display:block; width:378px; height:200px;}
.case li:hover{border:solid 1px #00a0e9;}
.next{width:1200px;overflow:hidden; margin-left:auto; margin-right:auto;}
.next a{display:block; width:60px; height:60px; background-color:#a0a0a0;background-repeat:no-repeat; background-position:center; float:left;}
.next a:hover{background-color:#00a0e9;}
.contactone{width:1200px; height:500px; margin-left:auto; margin-right:auto; border:solid 1px #bebebe; background-color:#FFF; margin-top:50px;}
.contactone ul{overflow:hidden;}
.contactone li{width:600px; height:200px; float:left; padding-top:50px;}
.contactone li span{display:block; float:left; margin-left:50px; width:55px; height:55px; background-repeat:no-repeat; background-position:center;}
.contactone li p{font-size:24px; line-height:40px;margin-left:200px; color:#646464; width:300px;}
.bread{width:950px; margin-left:auto; margin-right:auto; margin-top:50px; padding-left:50px;background-color:#FFF;}
.bread dl{overflow:hidden; text-align:center;}
.bread dl dd{float:left;}
.bread dl dt{float:left; line-height:30px; color:#999;}
.bread dl a{display:block; width:50px; height:30px; color:#333; font-size:18px; line-height:30px;}
.bread dl a:hover{color:#00a0e9;}
.details{width:900px; background-color:#FFF; margin-left:auto; margin-right:auto;margin-top:20px; padding:30px 50px;}
.details h4{color:#666; margin-top:10px; border-bottom:dotted 1px #999999; margin-bottom:30px; line-height:20px; height:24px; font-weight:normal;}
.details p{ text-indent:25px; margin-top:20px; line-height:24px; font-size:14px; border-bottom:dotted 1px #999999; padding-bottom:30px;}
.details a{color:#666; font-size:14px; display:block; line-height:20px;}
.details a:hover{color:#00a0e9;}
.footer{width:100%; height:200px; background-color:#373737; margin-top:40px; }
.contactbox{width:1000px; margin-left:auto; margin-right:auto; height:170px;padding-top:30px;}
.contact{overflow:hidden;}
.contact li{font-size:20px; color:#e5e5e5; line-height:24px; text-align:left; width:250px; float:left;}
.contact li a{font-size:14px; color:#b5b5b5;}
.copyright{text-align:center; color:#e5e5e5; font-family:Arial; margin-top:30px;}
</style>
/* CSS Document */

