@charset "utf-8";
/* CSS Document */
.w {
  width: 100%;
}
.w1200 {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
.flw {
  float: left;
  width: 100%;
}
.ffm {
  font-family: "Microsoft yahei", Arial;
}
.ffs {
  font-family: simsun;
}
.bg-home {
  background: #f2f2f2 !important;
}
.bg-white {
  background: #fff;
}
.textarea {
  color: #666 !important;
}
.mt0 {
  margin-top: 0 !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.bt0 {
  border-top: 0 !important;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.hide {
  display: none !important;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 100 !important;
}
ul,
ul li {
  padding: 0 ;
  margin: 0 ;
  list-style: none;
}
/*---------------------------------------*/
/*
	Name:Agent_Style v1.0 -CSS Framework
	Author: Wang Shichao
	Styles updated: 2015/1/22
*/
/*---------------------------------------*/
body,
dl,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
form,
fieldset,
input,
textarea,
p,
th,
td {
  margin: 0;
  padding: 0;
}
body,
button,
input,
select,
textarea {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-family: "Microsoft yahei", Arial;
}
body {
  background: #fff;
  line-height: 1.42857143;
  color: #666;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 1.5;
}
fieldset,
img {
  border: 0;
}
* {
  padding: 0;
  margin: 0;
}
ol,
ul,
li {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 100 !important;
}
* {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*html5*/
article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu {
  display: block;
}
input,
textarea,
button,
select {
  outline: none;
}
textarea {
  resize: none;
}
em {
  font-style: normal;
}
a {
  text-decoration: none !important;
}
@font-face {
  font-family: 'iconfont';
  /* project id 268536 */
  src: url('//at.alicdn.com/t/font_5kn5cn6lcqy3nmi.eot');
  src: url('//at.alicdn.com/t/font_5kn5cn6lcqy3nmi.eot?#iefix') format('embedded-opentype'), url('//at.alicdn.com/t/font_5kn5cn6lcqy3nmi.woff') format('woff'), url('//at.alicdn.com/t/font_5kn5cn6lcqy3nmi.ttf') format('truetype'), url('//at.alicdn.com/t/font_5kn5cn6lcqy3nmi.svg#iconfont') format('svg');
}
.iconfont {
  font-family: "iconfont";
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
}
.side-bar {
  position: fixed;
  z-index: 19900107;
  right: 10px;
  top: 150px;
  width: 140px;
  background: #fff;
  border: 1px solid #F4F2F2;
}
.side-bar ul {
  padding: 10px 16px;
  width: 140px;
}
.side-bar ul li {
  float: left;
  width: 100%;
  padding: 8px 0;
  text-align: center;
  font-size: 16px;
  border-bottom: 1px solid #eee;
  color: #333;
}
.side-bar ul li a {
  color: #333;
}
.side-bar ul li a:hover {
  color: #e93553;
}
.side-bar ul li p {
  line-height: 24px;
}
.side-bar ul .tel p {
  float: left;
  width: 100%;
}
.side-bar ul .tel .img {
  color: #e93553;
}
.side-bar ul .tel img {
  float: left;
}
.side-bar ul .weixin img {
  float: left;
  width: 108px;
}
.side-bar .gk-gotop {
  float: left;
  width: 100%;
  background: #ffb400;
  text-align: center;
  cursor: pointer;
  color: #fff;
  padding: 16px 0;
}
.fixed-box {
  display: none;
  position: fixed;
  z-index: 999999;
  left: 50%;
  top: 50%;
  margin-left: -300px;
  margin-top: -200px;
  width: 600px;
  height: 400px;
  background: url("../images/fixed-box-bg.jpg") no-repeat;
  -moz-box-shadow: 0px 2px 10px #333333;
  -webkit-box-shadow: 0px 2px 10px #333333;
  box-shadow: 0px 2px 10px #333333;
  border-radius: 10px;
}
.fixed-box .title {
  float: left;
  width: 100%;
  height: 60px;
  line-height: 60px;
  position: relative;
}
.fixed-box .title h4 {
  text-indent: -99999px;
}
.fixed-box .title .close {
  position: absolute;
  width: 40px;
  height: 40px;
  right: 5px;
  top: 5px;
  cursor: pointer;
}
.fixed-box .title .close img {
  float: left;
  width: 40px;
  height: 40px;
}
.fixed-box .cont {
  float: left;
  width: 100%;
  margin-top: 110px;
  margin-left: 20px;
}
.fixed-box .cont .input {
  height: 40px;
  left: 40px;
  width: 300px;
  padding: 0 10px;
  border: 1px solid #b4b4b4;
}
.fixed-box .cont .input:hover {
  border: 1px solid #e93553;
}
.fixed-box .cont .btn {
  float: left;
  width: 100%;
  margin-top: 20px;
}
.fixed-box .cont .btn a {
  display: block;
  float: left;
  margin-right: 20px;
  height: 40px;
  line-height: 40px;
  width: 300px;
  font-size: 16px;
}
.fixed-box .cont .btn .open-call {
  background: #f49400;
  color: #000;
  text-align: center;
}
.fixed-box .cont .btn .open-call:hover {
  background: #cc7d00;
}
.fixed-box .cont .btn .open-swt {
  background: #f49400;
  color: #fff;
  text-align: center;
}
.fixed-box .cont .btn .open-swt:hover {
  background: #cc7d00;
}
.topbar-bg {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999999;
  width: 100%;
  height: 40px;
  background: #4b4b4b;
  border-bottom: 1px solid #757575;
  font-size: 12px;
}
.topbar-bg .topbar {
  width: 1200px;
  margin: 0 auto;
  height: 40px;
  line-height: 40px;
  color: #fff;
}
.topbar-bg .slogan {
  float: left;
  margin-left: 10px;
  margin-right: 20px;
}
.topbar-bg .slogan a {
  float: left;
  display: block;
  margin-right: 10px;
  color: #ffc504;
}
.topbar-bg .topbar-a {
  float: left;
  color: #757575;
}
.topbar-bg .topbar-a a {
  color: #fff;
  margin: 0 6px;
}
.topbar-bg .topbar-a a:hover {
  color: #dcdcdc;
}
.topbar-bg .tel {
  float: right;
  margin-right: 30px;
}
.topbar-bg .tel span {
  color: #ffc504;
}
header {
  margin-top: 40px;
  width: 100%;
  height: 88px;
  background: #4b4b4b;
}
header .header {
  margin: 0 auto;
  width: 1200px;
  height: 88px;
}
header .logo {
  display: block;
  float: left;
  height: 88px;
  width: 240px;
}
header nav {
  float: left;
  margin-left: 40px;
  height: 88px;
  width: 910px;
}
header nav a {
  display: block;
  padding: 0 28px;
  float: left;
  line-height: 88px;
  font-size: 18px;
  color: #fff;
}
header nav a:hover,
header nav a.active {
  background: #e93553;
}
.body_bg {
  height: 500px;
  background: url("b1-bg.jpg") no-repeat fixed 0 0.3px auto rgba(0, 0, 0, 0);
}
/*绝对定位导航*/
.nav {
  position: fixed;
  top: 150px;
  left: 50%;
  margin-left: -600px;
  width: 250px;
  height: 550px;
  z-index: 9999;
}
.nav .nav_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 250px;
  height: 550px;
  box-shadow: 5px 5px 5px #000;
  z-index: 1;
}
.nav .title {
  float: left;
  padding-left: 70px;
  width: 250px;
  height: 60px;
  line-height: 55px;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  background: #ba2e45 url("nav_title_icon.jpg") no-repeat 33px 18px;
}
.nav ul {
  position: relative;
  z-index: 99;
}
.nav ul li {
  float: left;
  margin-top: 1px;
  width: 250px;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  z-index: 9;
}
.nav ul li a {
  display: block;
  color: #ffffff;
  padding-left: 60px;
  width: 250px;
  height: 36px;
  line-height: 36px;
  background: #e93553 url("nav_li_icon.png") no-repeat 36px 14px;
}
.nav ul li a:hover {
  display: block;
  color: #ba2e45;
  padding-left: 60px;
  width: 250px;
  height: 36px;
  line-height: 36px;
  background: #ffffff url("nav_li_icon_hover.png") no-repeat 36px 14px;
}
.nav ul li a.hover {
  display: block;
  color: #ba2e45;
  padding-left: 60px;
  width: 250px;
  height: 36px;
  line-height: 36px;
  background: #ffffff url("nav_li_icon_hover.png") no-repeat 36px 14px;
}
.tel_icon {
  float: left;
  margin-top: 1px;
  padding-left: 80px;
  width: 250px;
  height: 43px;
  line-height: 44px;
  font-size: 18px;
  font-weight: bold;
  color: #ba2e45;
  background: #ffffff url("tel_icon.png") no-repeat 30px 2px;
}
.go_top {
  float: left;
  width: 250px;
  height: 50px;
  cursor: pointer;
  background: #ff6c00 url("gotop.jpg") no-repeat;
  position: relative;
  z-index: 99;
}
/*mods*/
.mods {
  margin: 0 auto;
  width: 100%;
  height: 473px;
}
/*focus_banner*/
.mods #focus {
  width: 100%;
  height: 473px;
  overflow: hidden;
  position: relative;
  float: left;
}
.mods #focus ul {
  height: 1800px;
  position: absolute;
}
.mods #focus ul li {
  float: left;
  width: 1800px;
  height: 473px;
  overflow: hidden;
  position: relative;
}
.mods #focus ul li img {
  width: 1800px;
  height: 473px;
}
.mods #focus ul li div {
  position: absolute;
  overflow: hidden;
}
.mods #focus .btnBg {
  position: absolute;
  width: 1800px;
  height: 20px;
  left: 0;
  bottom: 0;
}
.mods #focus .btn {
  position: absolute;
  width: 1800px;
  height: 10px;
  padding: 5px 10px;
  right: 30%;
  bottom: 8px;
  text-align: right;
}
.mods #focus .btn span {
  display: inline-block;
  _display: inline;
  _zoom: 1;
  width: 25px;
  height: 10px;
  _font-size: 0;
  margin-left: 5px;
  cursor: pointer;
  background: #fff;
}
.mods #focus .btn span.on {
  background: #fff;
}
.mods #focus .preNext {
  width: 35px;
  height: 35px;
  position: absolute;
  top: 220px;
  background: url(banner_np.png) no-repeat 0 0;
  cursor: pointer;
}
.mods #focus .pre {
  left: 3%;
}
.mods #focus .next {
  right: 24%;
  background-position: right bottom;
}
/*解决方案大模块*/
.section {
  /*公用*/
}
.section .open-swt {
  display: block;
  margin-top: 20px;
  float: left;
  clear: both;
  height: 50px;
  line-height: 50px;
  font-weight: 100 !important;
  padding: 0 40px;
  background: #e93553;
  color: #fff;
  border-radius: 50px;
  font-size: 20px;
}
.section .open-swt:hover {
  background: #ba2e45;
}
.section h2 {
  float: left;
  width: 100%;
  margin-top: 40px;
  font-size: 30px;
  color: #ffffff;
}
.section_01 {
  height: 460px;
  padding: 30px 0;
  background: #fafafa;
}
.section_01 h2 {
  color: #000;
}
.section_01 .cont {
  margin-left: 280px;
  width: 920px;
  height: 410px;
  background: url("section_01_bg.jpg") no-repeat right top;
}
.section_01 .cont p {
  float: left;
  margin-top: 10px;
  width: 480px;
  font-size: 14px;
  color: #333;
  line-height: 28px;
}
.section_02 {
  height: 650px;
  background: url("section_02_bg.jpg") no-repeat;
  background-size: cover;
}
.section_02 .cont {
  margin-left: 280px;
  width: 920px;
  height: 350px;
}
.section_02 .cont .tu-right {
  float: right;
  width: 360px;
}
.section_02 .cont .txt {
  float: left;
  margin-top: 30px;
  width: 550px;
  font-size: 14px;
  color: #ffffff;
  line-height: 24px;
}
.section_02 .cont .txt h3 {
  float: left;
  width: 100%;
  line-height: 40px;
  font-size: 20px;
}
.section_02 .cont .txt h4 {
  float: left;
  width: 100%;
  line-height: 40px;
  font-size: 18px;
}
.section_02 .cont .txt p {
  float: left;
  width: 100%;
  line-height: 30px;
  font-size: 13px;
}
.section_03 {
  height: 400px;
  background: url("section_03_bg.jpg") no-repeat;
  background-size: cover;
}
.section_03 .cont {
  margin-left: 280px;
  width: 920px;
  height: 300px;
}
.section_03 .cont a {
  clear: both;
}
.section_03 .cont p {
  float: left;
  margin-top: 20px;
  width: 520px;
  font-size: 14px;
  color: #f1f1f1;
  line-height: 28px;
}
.section_04 {
  height: 400px;
  background: #d64516 url("section_04_bg.jpg") no-repeat;
}
.section_04 .cont {
  margin-left: 280px;
  width: 980px;
  height: 400px;
  background: url("section_04_img.png") no-repeat 640px 30px;
}
.section_04 .cont .items {
  float: left;
  margin-top: 20px;
  width: 600px;
}
.section_04 .cont .items a {
  clear: both;
}
.section_04 .cont .item {
  float: left;
  margin: 10px;
  height: 46px;
  line-height: 46px;
  padding: 0 20px;
  font-size: 14px;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  cursor: pointer;
}
.section_04 .cont .item:hover {
  background: rgba(0, 0, 0, 0.2);
}
.section_05 {
  height: 500px;
  background: #ffffff;
  background: url("section_05_bg.jpg") no-repeat;
}
.section_05 h2 {
  color: #fff;
}
.section_05 .cont {
  margin-left: 280px;
  width: 920px;
  height: 300px;
}
.section_05 .cont a {
  clear: both;
}
.section_05 .cont p {
  float: left;
  margin-top: 20px;
  width: 520px;
  font-size: 14px;
  color: #fff;
  line-height: 26px;
}
.section_06 {
  height: 550px;
  background: url("section_06_bg.jpg") no-repeat;
}
.section_06 .cont {
  margin-left: 280px;
  width: 420px;
  height: 300px;
}
.section_06 .cont p {
  float: left;
  margin-top: 40px;
  width: 400px;
  font-size: 14px;
  color: #ffffff;
  line-height: 28px;
}
.section_08 {
  height: 400px;
  background: url("section_08_bg.jpg") no-repeat;
}
.section_08 h2 {
  color: #000;
}
.section_08 .cont {
  margin-left: 280px;
  width: 1020px;
  height: 300px;
}
.section_08 .cont p {
  float: left;
  margin-top: 5px;
  width: 520px;
  font-size: 14px;
  color: #000;
  line-height: 26px;
}
.section_09 {
  height: 400px;
  background: #fbfaf6;
  border-top: 1px solid #000;
}
.section_09 h2 {
  color: #000;
}
.section_09 .cont {
  margin-left: 280px;
  width: 920px;
  height: 400px;
  background: url("section_09_bg.jpg") no-repeat right 80px;
}
.section_09 .cont p {
  float: left;
  margin-top: 8px;
  width: 560px;
  font-size: 14px;
  color: #666;
  line-height: 24px;
}
.section_10 {
  height: 460px;
  background: url("section_10_bg.jpg") no-repeat;
}
.section_10 h2 {
  color: #fff;
}
.section_10 .cont {
  margin-left: 280px;
  width: 920px;
  height: 300px;
}
.section_10 .cont p {
  float: left;
  margin-top: 30px;
  width: 520px;
  font-size: 14px;
  color: #fff;
  line-height: 28px;
}
.section_11 {
  height: 350px;
  background: #0b3239;
}
.section_11 .cont {
  margin-left: 280px;
  width: 920px;
  height: 350px;
  background: url("section_11_bg.png") no-repeat right 10px;
}
.section_11 .cont p {
  float: left;
  margin-top: 30px;
  width: 580px;
  font-size: 14px;
  color: #ffffff;
  line-height: 28px;
}
.section_12 {
  height: 500px;
  background: url("section_12_bg.jpg") no-repeat;
}
.section_12 h2 {
  color: #fff;
}
.section_12 .cont {
  margin-left: 280px;
  width: 920px;
  height: 300px;
}
.section_12 .cont p {
  float: left;
  clear: both;
  margin-top: 10px;
  width: 380px;
  font-size: 14px;
  color: #fff;
  line-height: 28px;
}
.section_13 {
  height: 440px;
  background: #289fff;
}
.section_13 h2 {
  color: #fff;
}
.section_13 .cont {
  margin-left: 280px;
  width: 920px;
  height: 440px;
}
.section_13 .cont h4 {
  float: left;
  width: 100%;
  margin-top: 20px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  color: #fff;
}
.section_13 .cont p {
  float: left;
  border: 1px solid #f1f1f1;
  margin: 5px 10px 5px 0;
  color: #eee;
  padding: 2px 10px;
  border-radius: 20px;
  cursor: pointer;
}
.section_13 .cont p:hover {
  background: #036692;
}
.section_13 .cont .open-juhe {
  display: block;
  margin-left: 20px;
  margin-top: 20px;
  float: left;
  height: 50px;
  line-height: 50px;
  font-weight: 100 !important;
  padding: 0 40px;
  background: #e93553;
  color: #fff;
  border-radius: 50px;
  font-size: 20px;
}
.section_13 .cont .open-juhe:hover {
  background: #ba2e45;
}
.section_14 {
  height: 720px;
  background: url("../software/section_14_bg.jpg") no-repeat;
}
.section_14 h2 {
  color: #333333;
}
.section_14 .cont {
  margin-left: 280px;
  width: 920px;
  height: 360px;
}
.section_14 .cont .mod {
  float: left;
  margin-top: 15px;
  width: 210px;
  height: 290px;
}
.section_14 .cont .mod img {
  width: 200px;
  height: 158px;
  padding: 5px;
  border: 1px solid #dbdbdb;
  border-radius: 5px;
  background: #ffffff;
}
.section_14 .cont .mod h3 {
  width: 210px;
  height: 40px;
  line-height: 40px;
  color: #2fb030;
  font-size: 20px;
}
.section_14 .cont .mod p {
  color: #333333;
  font-size: 14px;
  line-height: 24px;
}
/*footer*/
footer {
  width: 100%;
  position: relative;
  overflow: hidden;
  min-height: 200px;
  background: #4b4b4b;
}
footer .footer {
  width: 1200px;
  position: relative;
  margin: 0 auto;
  padding: 20px 0;
  overflow: hidden;
}
footer .footer .web-site {
  display: block;
  width: 100%;
}
footer .footer .item {
  float: left;
  width: 150px;
}
footer .footer .item .tit {
  float: left;
  width: 100%;
  font-size: 18px;
  color: #fff;
  height: 40px;
  line-height: 40px;
}
footer .footer .item a {
  float: left;
  width: 100%;
  height: 30px;
  line-height: 30px;
  color: #d1d1d1;
  font-size: 14px;
}
footer .footer .item a:hover {
  color: #fff;
}
footer .footer .tel {
  float: left;
  margin-top: 8px;
}
footer .footer .erweima {
  float: right;
}
footer .footer .site-allright {
  float: left;
  width: 100%;
  color: #d1d1d1;
  border-top: 1px solid #999;
  margin-top: 20px;
  padding-top: 20px;
}
footer .footer .site-allright p {
  font-size: 13px;
  line-height: 24px;
}
footer .footer .site-allright a {
  display: block;
  color: #d1d1d1;
}
footer .footer .site-allright a:hover {
  color: #fff;
}
