/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
/*! normalize.css v3.0.0 | HTML5 Display Definitions | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

/*! normalize.css v3.0.0 | Base | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

/*! normalize.css v3.0.0 | Links | MIT License | git.io/normalize */
a {
  background: transparent;
}

a:active,
a:hover {
  outline: 0;
}

/*! normalize.css v3.0.0 | Typography | MIT License | git.io/normalize */
abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/*! normalize.css v3.0.0 | Embedded Content | MIT License | git.io/normalize */
img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

/*! normalize.css v3.0.0 | Figures | MIT License | git.io/normalize */
figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/*! normalize.css v3.0.0 | Forms | MIT License | git.io/normalize */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

/*! normalize.css v3.0.0 | Tables | MIT License | git.io/normalize */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #333;
  font-family: "Microsoft YaHei" Helvetica, Arial, sans-serif;
}

ul, li {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

.head {
  width: 100%;
  height: 180px;
  position: relative;
}

.headCon {
  width: 1200px;
  height: 180px;
  position: relative;
  margin: 0 auto;
}

.headL {
  position: absolute;
  left: 20px;
  top: 30px;
}

.headR {
  position: absolute;
  right: 20px;
  top: 40px;
  width: 320px;
  height: 100px;
}
.headR span {
  color: #ff0000;
  font-size: 30px;
  line-height: 80px;
  font-weight: bold;
  position: absolute;
  top: 0;
  right: 0px;
}

.nav {
  width: 100%;
  height: 70px;
  position: absolute;
  top: 150px;
}

.navCon {
  width: 1200px;
  height: 70px;
  margin: 0 auto;
}

.navConIn {
  width: 900px;
  height: 70px;
  position: relative;
  float: right;
  background-color: #fff;
  -moz-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg);
  z-index: 999;
}
.navConIn > ul > li {
  width: 114px;
  height: 70px;
  float: left;
}
.navConIn > ul > li .navList {
  width: 100%;
  height: 70px;
}
.navConIn > ul > li .navList a {
  text-align: center;
  display: block;
  font-weight: bold;
  font-size: 16px;
  line-height: 70px;
  -moz-transform: skewX(20deg);
  -ms-transform: skewX(20deg);
  -webkit-transform: skewX(20deg);
  transform: skewX(20deg);
}
.navConIn > ul > li .navList:hover {
  background-color: #116cd9;
}
.navConIn > ul > li .navList:hover a {
  color: white;
}
.navConIn > ul > li .down {
  width: 114px;
  background-color: #eff2f2;
  display: none;
}
.navConIn > ul > li .down ul li {
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  -moz-transform: skewX(20deg);
  -ms-transform: skewX(20deg);
  -webkit-transform: skewX(20deg);
  transform: skewX(20deg);
}
.navConIn > ul > li .down ul li:hover a {
  color: #116cd9;
}
.navConIn > ul > li:hover > .down {
  display: block;
}

.navSide {
  position: absolute;
  right: 0;
  top: 0;
  width: 400px;
  height: 70px;
  background-color: #fff;
  z-index: 30;
}

.cur {
  background-color: #116cd9;
}
.cur a {
  color: white;
}

.top {
  width: 100%;
  height: 80px;
  background-color: #f5f5f5;
}

.topIn {
  width: 1200px;
  height: 80px;
  line-height: 80px;
  margin: auto;
  font-size: 14px;
}
.topIn a {
  color: #333;
}

.container {
  width: 1200px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}

.solution {
  width: 100%;
  height: auto;
  overflow: hidden;
  text-align: center;
  margin-top: 30px;
}
.solution p {
  font-size: 25px;
  font-weight: bold;
}
.solution .solutionList {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.solution .solutionList ul li {
  width: 350px;
  height: 280px;
  margin-right: 50px;
  float: left;
}
.solution .solutionList ul li .solutionImg {
  margin-bottom: 20px;
  overflow: hidden;
  width: 350px;
  height: 200px;
}
.solution .solutionList ul li .solutionImg img {
  width: 350px;
  height: 200px;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.solution .solutionList ul li .solutionImg:hover img {
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.solution .solutionList ul li a {
  font-size: 18px;
  color: #666;
}

.solutionIn {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 40px;
}

.solutionL {
  width: 200px;
  height: auto;
  overflow: hidden;
  float: left;
}
.solutionL h4 {
  font-size: 24px;
  color: #333;
  font-weight: bold;
  width: 150px;
  padding-bottom: 20px;
  margin: 0;
  border-bottom: 4px solid #116cd9;
}
.solutionL .solutionCate {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.solutionL .solutionCate ul li {
  width: 100%;
  height: 51px;
  border-bottom: 11px solid #fff;
}
.solutionL .solutionCate ul li a {
  width: 200px;
  height: 50px;
  font-size: 14px;
  color: #333;
  display: block;
  line-height: 50px;
  padding-left: 30px;
  background-color: #e6e6e6;
}
.solutionL .solutionCate ul li .active {
  color: white;
  background-color: #116cd9;
}
.solutionL .solutionCate ul li:hover a {
  color: white;
  background-color: #116cd9;
}

.solutionR {
  width: 950px;
  height: auto;
  overflow: hidden;
  float: right;
  margin-top: 50px;
  min-height: 800px;
  padding: 20px;
}

.newsR {
  width: 950px;
  height: auto;
  overflow: hidden;
  float: right;
  margin-top: 50px;
  min-height: 800px;
  padding: 20px;
}

.newsCon {
  text-align: center;
  width: 1200px;
  margin: 0 auto;
  height: auto;
  overflow: hidden;
  position: relative;
  margin-top: 50px;
  margin-bottom: 40px;
}
.newsCon h2 {
  font-size: 22px;
  font-weight: bold;
}
.newsCon .newsShare {
  position: absolute;
  top: 20px;
  right: 0;
}
.newsCon .newsContent {
  margin-top: 30px;
  width: 100%;
  height: auto;
  overflow: hidden;
  text-align: left;
  min-height: 800px;
}

.fanye {
  width: 100%;
  height: 50px;
}

.fanye_1 {
  float: left;
}
.fanye_1 a:hover {
  color: #116cd9;
}

.fanye_2 {
  float: right;
}
.fanye_2 a:hover {
  color: #116cd9;
}

.newsIn {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.newsIn ul li {
  width: 100%;
  height: 50px;
  line-height: 50px;
  clear: both;
  border-bottom: 1px dashed #666;
  cursor: pointer;
}
.newsIn ul li:hover {
  background-color: #116cd9;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.newsIn ul li:hover a {
  color: #fff;
}
.newsIn ul li:hover span {
  color: white;
}
.newsIn ul li .newsLength {
  width: 800px;
  height: 50px;
  float: left;
}
.newsIn ul li .newsLength em {
  padding-left: 10px;
  font-size: 24px;
  line-height: 25px;
}
.newsIn ul li .newsLength a {
  padding-left: 10px;
  font-size: 18px;
}
.newsIn ul li span {
  padding-right: 20px;
  text-align: right;
}

.product {
  width: 1200px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
  margin: 30px 0 50px 0;
}
.product p {
  font-size: 25px;
  font-weight: bold;
}

.productList {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 40px;
}
.productList ul li {
  width: 350px;
  height: 280px;
  margin-right: 50px;
  float: left;
}
.productList ul li .productImg {
  width: 350px;
  height: 200px;
  overflow: hidden;
}
.productList ul li .productImg img {
  width: 350px;
  height: 200px;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.productList ul li .productImg:hover img {
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.productList ul li a {
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  color: #666;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
  display: block;
  background-color: #dcdcdc;
}
.productList ul li a:hover {
  background-color: #004ea2;
  color: white;
}

.contactTop {
  width: 100%;
  height: 50px;
}

.contactTopIn {
  width: 1200px;
  height: 50px;
  line-height: 50px;
  position: relative;
  margin: 0 auto;
}
.contactTopIn .em1 {
  width: 200px;
  height: 50px;
  -moz-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg);
  position: absolute;
  top: 0;
  z-index: 88;
  left: 0;
  background-color: #116cd9;
}
.contactTopIn .em1 a {
  width: 200px;
  height: 50px;
  display: block;
  font-weight: bold;
  position: absolute;
  top: 0;
  z-index: 99;
  text-align: center;
  -moz-transform: skewX(20deg);
  -ms-transform: skewX(20deg);
  -webkit-transform: skewX(20deg);
  transform: skewX(20deg);
  color: white;
}
.contactTopIn .em2 {
  width: 200px;
  height: 50px;
  -moz-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg);
  position: absolute;
  top: 0;
  z-index: 88;
  left: 200px;
}
.contactTopIn .em2 a {
  width: 200px;
  height: 50px;
  display: block;
  font-weight: bold;
  font-size: 18px;
  position: absolute;
  top: 0;
  z-index: 99;
  text-align: center;
  -moz-transform: skewX(20deg);
  -ms-transform: skewX(20deg);
  -webkit-transform: skewX(20deg);
  transform: skewX(20deg);
}
.contactTopIn .em2:hover {
  background-color: #116cd9;
}
.contactTopIn .em2:hover a {
  color: white;
}
.contactTopIn .em3 {
  width: 200px;
  height: 50px;
  -moz-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg);
  position: absolute;
  top: 0;
  z-index: 88;
  left: 0;
}
.contactTopIn .em3 a {
  width: 200px;
  height: 50px;
  display: block;
  font-weight: bold;
  position: absolute;
  top: 0;
  z-index: 99;
  text-align: center;
  -moz-transform: skewX(20deg);
  -ms-transform: skewX(20deg);
  -webkit-transform: skewX(20deg);
  transform: skewX(20deg);
}
.contactTopIn .em3:hover {
  background-color: #116cd9;
}
.contactTopIn .em3:hover a {
  color: white;
}
.contactTopIn .em4 {
  width: 200px;
  height: 50px;
  -moz-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg);
  position: absolute;
  top: 0;
  z-index: 88;
  left: 200px;
  background-color: #116cd9;
}
.contactTopIn .em4 a {
  width: 200px;
  height: 50px;
  display: block;
  font-weight: bold;
  font-size: 18px;
  position: absolute;
  top: 0;
  z-index: 99;
  text-align: center;
  -moz-transform: skewX(20deg);
  -ms-transform: skewX(20deg);
  -webkit-transform: skewX(20deg);
  transform: skewX(20deg);
  color: white;
}
.contactTopIn .contactTopRight {
  float: right;
  width: 250px;
  height: 50px;
}
.contactTopIn .contactTopRight a {
  color: #686868;
}

.contactTitle {
  width: 100%;
  height: 100px;
  margin-top: 50px;
  text-align: center;
}
.contactTitle h3 {
  font-size: 30px;
  color: #116cd9;
}
.contactTitle em {
  color: #116cd9;
}
.contactTitle span {
  color: #999;
  font-weight: normal;
}

.contactCon {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.contactCon ul li {
  width: 600px;
  height: 90px;
  line-height: 70px;
  float: left;
}
.contactCon ul li img {
  width: 70px;
  float: left;
}
.contactCon ul li span {
  font-size: 20px;
  color: #666;
  float: left;
  margin-left: 30px;
}

.solutionBanner {
  width: 100%;
  height: 254px;
  background: url("../images/solutionBanner.jpg") no-repeat center center;
}

.productBanner {
  width: 100%;
  height: 254px;
  background: url("../images/productBanner.jpg") no-repeat center center;
}

.serverBanner {
  width: 100%;
  height: 254px;
  background: url("../images/serverBanner.jpg") no-repeat center center;
}

.newsBanner {
  width: 100%;
  height: 254px;
  background: url("../images/newsBanner.jpg") no-repeat center center;
}

.aboutBanner {
  width: 100%;
  height: 254px;
  background: url("../images/aboutBanner.jpg") no-repeat center center;
}

.contactBanner {
  width: 100%;
  height: 254px;
  background: url("../images/contactBanner.jpg") no-repeat center center;
}

.feedbackBanner {
  width: 100%;
  height: 254px;
  background: url("../images/feedbackBanner.jpg") no-repeat center center;
}

.scBanner {
  width: 100%;
  height: 254px;
  background: url("../images/scBanner.jpg") no-repeat center center;
}

.caseBanner {
  width: 100%;
  height: 254px;
  background: url("../images/caseBanner.jpg") no-repeat center center;
}

.location {
  width: 1200px;
  height: 500px;
  margin: 50px 0;
}

.feedback {
  width: 1150px;
  height: 600px;
  margin-bottom: 50px;
  box-shadow: 2px 3px 3px #999;
  border: 1px solid #eee;
  padding: 40px 80px;
  position: relative;
}
.feedback ul li {
  width: 490px;
  height: 35px;
  float: left;
  margin-bottom: 50px;
}
.feedback ul li span {
  font-size: 16px;
}
.feedback ul li input {
  border: 0;
  background-color: #eee;
  width: 200px;
  height: 35px;
  line-height: 35px;
  padding-left: 10px;
}
.feedback ul li textarea {
  width: 800px;
  height: 200px;
  padding: 20px;
  line-height: 20px;
  margin-top: 20px;
}

.submit {
  width: 130px;
  height: 50px;
  background-color: #116cd9;
  border: 0;
  position: absolute;
  bottom: 10px;
  left: 50%;
  margin-left: -65px;
  font-size: 20px;
  color: white;
  border-radius: 10px;
  font-weight: bold;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.submit:hover {
  box-shadow: 2px 2px 5px #0F488C;
}

.proList {
  width: 950px;
  height: auto;
  overflow: hidden;
  float: right;
  margin-top: 50px;
  min-height: 800px;
  padding: 20px;
}

.proListIn {
  width: 970px;
  height: auto;
  overflow: hidden;
}
.proListIn ul li {
  width: 280px;
  height: 230px;
  margin: 0 15px 20px 15px;
  float: left;
  text-align: center;
}
.proListIn ul li .productImg {
  width: 280px;
  height: 180px;
}
.proListIn ul li .productImg img {
  width: 280px;
  height: 180px;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.proListIn ul li .productImg:hover img {
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.proListIn ul li a {
  display: block;
  font-size: 18px;
  margin: 10px 0;
}

.footer {
  width: 100%;
  height: 400px;
  background-color: #13181f;
}

.foot {
  width: 1200px;
  height: 400px;
  margin: 0 auto;
}

.foot1 {
  width: 1200px;
  height: 250px;
  padding-top: 30px;
  text-align: center;
}
.foot1 dl {
  float: left;
  width: 150px;
  height: auto;
  overflow: hidden;
  text-align: center;
}
.foot1 dl dd {
  margin-left: 0;
  height: 50px;
  line-height: 50px;
}
.foot1 dl dd a {
  color: #cfd4db;
  font-size: 16px;
}
.foot1 dl dt {
  height: 30px;
  line-height: 30px;
}
.foot1 dl dt a {
  font-size: 14px;
  color: #a2aab6;
}

.foot2 {
  margin-left: 50px;
  text-align: center;
  margin-top: 50px;
}
.foot2 p {
  color: #737a84;
  line-height: 30px;
  margin: 0;
}

.aqzs {
  margin-top: 20px;
  text-align: center;
}

.gototop {
  display: none;
  -webkit-animation: hide 350ms ease-out forwards 1;
  animation: hide 350ms ease-out forwards 1;
  padding: 16px 32px;
  border: 0;
  text-align: center;
  background-color: #BF5F27;
  color: #fff;
  position: fixed;
  bottom: 16px;
  right: 16px;
  -webkit-transition: background-color 100ms ease-in-out;
  transition: background-color 100ms ease-in-out;
}

.gototop > span {
  display: inline-block;
  -webkit-transition: transform 100ms 100ms ease-in-out;
  transition: transform 100ms 100ms ease-in-out;
  color: #fff;
}

.gototop:hover,
.gototop:focus {
  background-color: #ff0000;
}

.gototop:hover > span,
.gototop:focus > span {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}

.isvisible {
  -webkit-animation: show 1s ease-out forwards 1;
  animation: show 1s ease-out forwards 1;
}

@-webkit-keyframes hide {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  25% {
    opacity: .5;
    -webkit-transform: rotate(-3deg) translateY(-40px);
  }
  75% {
    -webkit-transform: rotate(3deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(100px);
  }
}
@keyframes hide {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  25% {
    opacity: .5;
    transform: rotate(-3deg) translateY(-40px);
  }
  75% {
    transform: rotate(3deg);
  }
  100% {
    opacity: 0;
    transform: translateY(100px);
  }
}
@-webkit-keyframes show {
  0% {
    -webkit-transform: rotate(0deg);
  }
  25% {
    opacity: .5;
    -webkit-transform: rotate(-3deg) translateY(-40px);
  }
  75% {
    -webkit-transform: rotate(3deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0deg);
  }
}
@keyframes show {
  0% {
    transform: rotate(0deg);
  }
  25% {
    opacity: .5;
    transform: rotate(-3deg) translateY(-40px);
  }
  75% {
    transform: rotate(3deg);
  }
  100% {
    opacity: 1;
    transform: rotate(0deg);
  }
}
