/* 公共样式 */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.wh {
  width: 1200px;
  margin: 0 auto;
}
.pos {
  position: relative;
  width: 1920px;
  left: 50%;
  margin-left: -960px;
}
.com-img {
  display: inline;
  overflow: hidden;
  margin: 0 auto;
  display: table;
}
.com-img img {
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
}
.com-img:hover img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
}
.fl {
  float: left;
}
.fr {
  float: right;
}
/* 头部1 */
.top1 {
  height: 46px;
  background: #000d21;
  color: #fff;
  line-height: 46px;
  overflow: hidden;
}
.topLink {
  float: right;
  text-align: right;
  position: relative;
  z-index: 9999;
}
.topLink .k1 a {
  color: #fff;
}
.k1 a {
  color: #ffffff;
}
/* 导航 */
.x-header {
  background: #fff;
  width: 100%;
}
.mycontainer-fluid {
  width: 1200px;
  margin: 0 auto;
  height: 54px;
}
.x-logo {
  float: left;
  height: 54px;
  overflow: hidden;
  line-height: 54px;
  margin: 0;
}
.x-menu > li {
  float: left;
  position: relative;
  width: 12.5%;
  text-align: center;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 54px;
}
.x-menu > li a {
  color: #fff;
}
.x-menu li:hover > a {
  background-color: #014a96;
}
.x-menu li:hover .x-sub-menu a {
  color: #fff;
}
.x-menu > li:hover .x-sub-menu {
  transform: translateY(15px);
  opacity: 1;
  visibility: initial;
}
.x-menu > li > a {
  display: block;
}
.x-sub-menu {
  background: #035ea8!important;
  position: absolute;
  z-index: 99;
  top: 65px;
  background: #fff;
  border-radius: 5px;
  padding: 10px 0;
  opacity: 0;
  width: 100%;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.x-sub-menu li {
  width: 100%;
  height: 30px;
  line-height: 30px;
  background: #035ea8;
}
.x-sub-menu li a {
  height: 30px;
  width: 100%;
  color: #fff;
  display: block;
  line-height: 30px;
  font-size: 14px;
}
.x-sub-menu:after {
  content: "";
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  border-width: 10px;
  cursor: pointer;
  border-style: dashed dashed solid;
  border-color: transparent transparent #035ea8;
  border-top: none;
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -10px;
  z-index: 2;
}
.x-sub-menu li:hover {
  background: #2bafa2;
}
.logo {
  line-height: 122px;
  height: 122px;
}
.header .x-header-right {
  padding-left: 70px;
  transform: translateY(50%);
  background: url("../images/tel.png") no-repeat 0 center;
}
.header .x-header-right p {
  margin: 0;
}
.my-nav {
  background: #035ea8;
}
.x-banner .owl-carousel .owl-dots button.owl-dot {
  position: relative;
}
.x-banner .owl-carousel .owl-dots button.owl-dot.active::after {
  display: block;
  position: absolute;
  content: "";
  border: 1px solid #fff;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  left: -4px;
  top: -4px;
}
.x-banner .owl-carousel .owl-dots button.owl-dot {
  width: 14px;
  height: 14px;
  margin: 0 10px;
}
.mysearch {
  margin-top: 10px;
}
.mysearch .hotSearch {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #999999;
}
.mysearch .hotSearch a {
  font-size: 14px;
  color: #999999;
  margin-right: 19px;
}
.mysearch #formsearch {
  position: relative;
  width: 246px;
  height: 39px;
  margin-bottom: 51px;
}
.mysearch #formsearch #keyword {
  width: 246px;
  border: none;
  border-left: 1px solid #cccccc;
  height: 39px;
  padding-left: 34px;
  outline: none;
  padding-right: 21px;
  left: 0;
  top: 0;
}
.mysearch #formsearch #s_btn {
  width: 21px;
  height: 22px;
  border: none;
  position: absolute;
  right: 0;
  top: 8px;
  outline: none;
  background: url(../images/search.png) no-repeat right center;
}
.submenu a {
  display: block;
  text-decoration: none;
  color: #d9d9d9;
  padding: 12px;
  padding-left: 42px;
  -webkit-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
.submenu {
  display: none;
  background: #fff;
  font-size: 14px;
}
.menu-wrap {
  background: url("../images/product-bg.png") no-repeat;
  padding: 105px 10px 0;
  width: 270px;
  height: 586px;
}
.accordion {
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  height: 447px;
  background: #FFF;
}
.accordion li {
  background-color: #dcdcdc;
}
.accordion .link {
  cursor: pointer;
  display: block;
  padding: 15px 15px 15px 34px;
  color: #333;
  font-size: 16px;
  border-bottom: 1px solid #ccc;
  position: relative;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all 0.4s ease;
}
.accordion li:last-child .link {
  border-bottom: 0;
}
.accordion li .icon-danxuan {
  position: absolute;
  top: 16px;
  left: 12px;
  font-size: 16px;
  color: #595959;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all 0.4s ease;
}
.accordion li .icon-changyongtubiao-xianxingdaochu-zhuanqu- {
  position: absolute;
  top: 14px;
  right: 12px;
  font-size: 20px;
  color: #595959;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}
.accordion .open .icon-changyongtubiao-xianxingdaochu-zhuanqu- {
  transform: rotate(90deg);
}
.accordion li i.fa-chevron-down {
  right: 12px;
  left: auto;
  font-size: 16px;
}
.accordion li.open .link {
  color: #035ea8;
}
.accordion li.open .link .icon-danxuan {
  color: #035ea8;
}
.accordion li.open i.fa-chevron-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.submenu {
  display: none;
  background: #fff;
  font-size: 14px;
  padding: 13px 0;
}
.submenu > li>a {
  display: block;
  background-color: #fff;
  line-height: 34px;
  color: #333;
  padding: 0 34px;
  text-decoration: none;
  -webkit-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
  cursor: pointer;
}
.submenu li:hover {
  color: #035ea8;
}
.p {
  display: block;
}
.product_display {
  margin-bottom: 64px;
}
.product_display .title {
  height: 72px;
  background: url(../images/pt.png) no-repeat center center;
  margin-bottom: 30px;
}
.product_display .fr_tit {
  width: 917px;
  border-bottom: 1px solid #d2d2d2;
  margin-bottom: 11px;
}
.product_display .fr_tit .ti {
  width: 316px;
  background: url(../images/prt.jpg) no-repeat 0 0;
  height: 31px;
}
.product_display .fr_tit .fr a {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #666666;
}
.product_display .main-content {
  width: 916px;
  margin-left: 14px;
}
.product_display .main-content .pitem {
  width: 298px;
  height: 294px;
  position: relative;
  background-color: #ffffff;
  margin-right: 11px;
}
.product_display .main-content .pitem .com-img {
  width: 298px;
  height: 250px;
  border: solid 1px #d2d2d2;
  overflow: hidden;
}
.product_display .main-content .pitem .com-img:hover img {
  transform: scale(1.2);
}
.product_display .main-content .pitem .com-img img {
  width: 288px;
  transition: 1s;
  margin-left: 4px;
  margin-top: 4px;
  height: 240px;
}
.product_display .main-content .pitem h3 {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 38px;
  letter-spacing: 0px;
  color: #333333;
  text-align: center;
}
.product_display .main-content .pitem h3 a {
  color: #333333;
}
.product_display .main-content .pitem:nth-child(3n) {
  margin-right: 0;
}
.ys .title {
  background: url(../images/ys.png) no-repeat center center;
  height: 98px;
}
.ys .ys_content {
  background: url(../images/ysbg.jpg) no-repeat center center;
  height: 760px;
}
.ys .ys_content .rexianwrap {
  width: 600px;
}
.ys .ys_content .rexianwrap .rexian {
  margin-top: 661px;
  margin-left: 199px;
  height: 31px;
  color: #ffffff;
  background: url(../images/tell.png) no-repeat -1px top;
  padding-left: 42px;
}
.ys .ys_content .ys_c {
  width: 600px;
  margin-top: 65px;
}
.ys .ys_content .ys_c ul li {
  background: url(../images/heng.jpg) no-repeat 76px 0;
  margin-bottom: 54px;
}
.ys .ys_content .ys_c ul li div:nth-child(1) {
  font-family: MicrosoftYaHei-Bold;
  font-size: 26px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  font-weight: bold;
  color: #ffffff;
}
.ys .ys_content .ys_c ul li div:nth-child(1) img {
  vertical-align: bottom;
}
.ys .ys_content .ys_c ul li div:nth-child(2) {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #ffffff;
  margin-top: 9px;
}
.server_pro {
  margin-top: 79px;
}
.server_pro .title {
  height: 68px;
  background: url(../images/st.png) center center no-repeat;
}
.estructure {
  margin-top: 28px;
  margin-bottom: 30px;
}
.estructure li {
  width: 100px;
  margin-right: 83px;
  float: left;
  text-align: center;
  position: relative;
  height: 150px;
}
.estructure li:last-child {
  margin-right: 0;
}
.estructure li .img1 {
  margin: 0 auto;
  opacity: 1;
  transition: .5s;
  position: absolute;
  top: 0;
  z-index: 1;
  cursor: pointer;
}
.estructure li .img2 {
  margin: 0 auto;
  opacity: 0;
  transition: .5s;
  position: absolute;
  top: 0;
  z-index: 0;
  cursor: pointer;
}
.estructure li h3 {
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #333333;
}
.estructure li h3 span {
  color: #fff;
  text-align: center;
  display: inline-block;
}
.estructure li:hover .img1 {
  opacity: 0;
  transform: rotateY(180deg);
}
.estructure li:hover .img2 {
  opacity: 1;
  transform: rotateY(180deg);
}
.zixun {
  margin-bottom: 79px;
}
.zixun .zixun_wrap {
  width: 469px;
  height: 50px;
  margin: 0 auto;
  background: url(../images/zixun1.png) no-repeat 0 center;
}
.zixun .zixun_wrap .wh {
  height: 45px;
}
.zixun .zixun_wrap .wh .fl {
  width: 318px;
  height: 45px;
}
/* 应用案例 */
#case {
  height: 374px;
}
#case .wh {
  position: relative;
}
#case .bd {
  position: relative;
  width: 1200px;
}
#case .picList li {
  float: left;
  width: 290px;
  margin: 0 5px;
  height: 278px;
  margin-bottom: 76px;
}
#case .pic {
  width: 290px;
  height: 242px;
  background-color: #ffffff;
  border: solid 1px #d2d2d2;
}
#case .pic img {
  margin-top: 5px;
  margin-left: 5px;
  width: 280px;
  height: 232px;
}
#case .title {
  margin: 0 auto;
  text-align: center;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  line-height: 35px;
  letter-spacing: 0px;
  color: #333333;
}
#case .title a {
  color: #282828;
}
#case .picMarquee-left {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
#case .hd {
  position: absolute;
  width: 1200px;
  top: 38%;
  left: 50%;
  background: red;
  transform: translate(-50%, -50%);
}
#case .hd a {
  display: block;
  width: 38px;
  cursor: pointer;
  height: 50px;
  color: #fff;
  text-align: center;
  line-height: 50px;
  background-color: rgba(40, 40, 40, 0.2);
  font-size: 18px;
}
#case .hd .next {
  left: -68px;
  position: absolute;
  background: url(../images/left.png) no-repeat center center;
}
#case .hd .prev {
  right: -68px;
  position: absolute;
  background: url(../images/right.png) no-repeat center center;
}
#demo {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}
#indemo {
  float: left;
  width: 800%!important;
}
#demo1 {
  float: left;
}
#demo2 {
  float: left;
}
#case .title_parent {
  height: 68px;
  margin-bottom: 34px;
  background: url(../images/caset.png) no-repeat center center;
}
#case h3 {
  font-size: 20px;
  font-family: "微软雅黑";
  color: #282828;
  margin-top: 5px;
}
.yt {
  height: 308px;
  background: url(../images/yt.jpg) no-repeat center center;
}
.yu_us {
  background: url(../images/about_bg.jpg) no-repeat center center;
  height: 450px;
}
.yu_us .dao1 .title {
  background: url(../images/us.jpg) no-repeat center center;
  height: 46px;
}
.yu_us .main .tit {
  font-family: MicrosoftYaHei;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
  margin-left: 92px;
  margin-top: 54px;
}
.yu_us .main .content {
  width: 563px;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #545454;
  margin-left: 54px;
  margin-top: 9px;
}
.yu_us .main .more {
  width: 120px;
  height: 40px;
  border-radius: 4px;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 40px;
  letter-spacing: 0px;
  color: #ffffff;
  margin-top: 19px;
  margin-left: 54px;
  padding-left: 20px;
  background: #035ea8 url(../images/arr.jpg) no-repeat 81px 15px;
  cursor: pointer;
}
.yu_us .main .more:hover {
  background-color: #266fd2;
}
.yu_us .main .more a {
  color: #fff;
}
.yt2 {
  height: 199px;
  background: url(../images/yt2.jpg) no-repeat center center;
}
#news {
  margin-bottom: 80px;
}
#news .title {
  margin: 79px auto 30px;
  background: url(../images/ntt.png) no-repeat center center;
  height: 67px;
}
#news .new_one {
  width: 360px;
}
#news .top {
  position: relative;
  border-bottom: 1px solid #035ea8;
  padding-bottom: 7px;
  width: 360px;
}
#news .classification {
  font-family: MicrosoftYaHei;
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
}
#news .new_one:first-child .classification {
  background-image: url(../images/news_icon1.png);
  background-repeat: no-repeat;
  background-position: 18px center;
}
#news .new_one:nth-child(2) .classification {
  background-image: url(../images/news_icon2.png);
  background-repeat: no-repeat;
  background-position: 18px center;
}
#news .news_content {
  position: relative;
  margin-top: 30px;
}
#news .date {
  color: #999999;
  font: 14px/41px "微软雅黑";
}
#news .news_content .more {
  font-family: SimSun;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 25px;
  letter-spacing: 0px;
}
#news .news_content .more a {
  color: #666666;
}
#news .news_title a {
  color: #666666;
}
.new_one {
  margin-right: 59px;
}
.new_one:last-child {
  margin-right: 0;
}
#news .line {
  width: 419px;
  height: 4px;
  background-color: #0062a9;
  margin-top: 7px;
}
#news .news_content li {
  height: 41px;
  font: 14px/41px "微软雅黑";
  color: #666666;
  background: url(../images/news_content_line.png) no-repeat 0 40px;
}
#news .news_content li div.fl {
  background: url(../images/point.jpg) no-repeat 0 center;
  padding-left: 17px;
}
#news .img {
  position: absolute;
  top: 79px;
  right: -19px;
}
#news .news_title {
  width: 258px;
}
#news .nimg {
  width: 360px;
  height: 128px;
  padding-top: 25px;
}
.foot1 {
  background-color: #0565c1;
  height: 54px;
}
.foot1 li {
  float: left;
  width:168px;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  text-align: center;
  line-height: 54px;
  background: url(../images/right.jpg) no-repeat right 10px;
}
.foot1 li a {
  color: #ffffff;
}
.foot1 li:last-child {
  background: none;
}
.foot2 {
  background: #2f2f2f;
  height: 270px;
}
.foot2 .ab_wrap {
  margin-top: 32px;
}
.foot2 .ab_wrap li:first-child {
  background: url(../images/lianxi.jpg) no-repeat 0 0;
  height: 239px;
  width: 314px;
  margin-right: 139px;
}
.foot2 .ab_wrap li:first-child div:first-child {
  margin-top: 54px;
}
.foot2 .ab_wrap li:nth-child(2) {
  background: url(../images/au.jpg) no-repeat 0 0;
  width: 473px;
  height: 239px;
}
.foot2 .ab_wrap li:nth-child(2) div:first-child {
  margin-top: 54px;
}
.foot2 .ab_wrap li:last-child {
  width: 274px;
  height: 239px;
  background: url(../images/guanzhu.jpg) no-repeat 0 0;
}
.flink {
  background: #2f2f2f url(../images/fimg.jpg) no-repeat center top;
  padding-top: 13px;
  text-align: center;
  color: #cccccc;
  line-height: 27px;
}
.flink a {
  color: #cccccc;
}
.myfoot {
  background: #2f2f2f;
  text-align: center;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #cccccc;
}
.myfoot a {
  color: #cccccc;
}
