﻿.header {
  height: 50px;
  position: fixed;
  left: 0;
  top: 0;
  background-color: #fff;
  width: 100%;
  z-index: 1000;
  box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.12);
}

.header .top-con {
  padding: 0 0.4rem;
}

.header .logo {
  background: url(../images/yanfa.png) no-repeat;
  background-size: 38px 38px;
  float: left;
  padding-left: 40px;
  background-position: 0 7px;
}

.header .logo h1 {
  font-size: .4rem;
  font-weight: bold;
  color: #333;
  line-height: 50px;
  color:#007AFF;
/*  color: #5C6EE0;*/
}

.menu-btn {
  float: right;
/*  padding-top: 15px;*/
}

.menu-btn i {
  font-size: 20px;
  color: #666;

}

.menu {
  width: 100%;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 50px;
  z-index: 998;
  display: none;
}

.menu ul {
  border-top: solid 1px #ebebeb;
}

.menu ul li {
  height: 50px;
  text-align: center;
  border-bottom: solid 1px #ebebeb;
  background-color: #f5f5f5;
}

.menu ul li:last-child {
  border: none;

}

.menu ul li a {
  font-size: .4rem;
  line-height: 50px;
  color: #333;
  display: block;
  width: 100%;
}

.menu ul li a:active {
  background-color: #6c7fec;
  color: #fff;
}

.container {
  padding: 0 0 .4rem 0;
}

.index-banner {
  height: 198px;
  background: url(../images/bg1.png) no-repeat;
  background-size: 10rem 100%;
  background-position: center center;
  padding-top: 50px;
}

.index-banner .td {
  font-size: .36rem;
  color: #fff;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 16px;
}

.index-banner .line {
  width: 8rem;
  margin: 0 auto;
  height: 1px;
  background-color: #fff;
  margin-bottom: 16px;
}

.index-banner .advantage {
  text-align: center;
  font-size: .4rem;
  color: #fff;
  line-height: .65rem;
}

.index-banner .advantage b {
  color: #FFBE2A;
}

.h-tit {
  text-align: center;
  margin-bottom: 16px;
}

.h-tit h2 {
  font-size: .46rem;
  color: #333;
  margin-bottom: 8px;
}

.h-tit p {
  font-size: .32rem;
  color: #999;
  line-height: .5rem;
}

.index-server {
  padding: .4rem 0;
}

.server-con {
  padding: 0 .4rem;
}

.server-con ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.server-con ul li {
  width: 48%;
  margin-bottom: 12px;
  color: #333;
  border-radius: 4px;
  background: #fff;
  border: solid 1px #ebebeb;
}

.server-con ul li .s-des i {
/*  color: #5C6EE0;*/
  color:#007AFF;
  margin-right: 8px;
}

.server-con ul li .s-des h4 {
  font-size: .36rem;
  color:#007AFF;
/*  color: #5C6EE0;*/
  margin-bottom: 8px;
}

.server-con ul li .s-des {
  padding: .4rem;
}

.server-con ul li .s-des p {
  font-size: .3rem;
  color: #666;
  line-height: .48rem;
  text-align: justify;
}

.index-about {
  padding: 0 .4rem;
  background-color: #f9f9f9;
  padding-top: 32px;
  padding-bottom: 32px;
  background: url(../images/cabbg.png) no-repeat;
  background-size: 100% 100%;
}
.index-about .h-tit h2{
  color: #fff !important;
}
.index-about .h-tit p{
  color: #ebebeb;
}
.index-about .a-images {
  text-align: center;
  margin-top: 16px;
  margin-bottom: 20px;
}
.index-about .a-des{
  background-color: #fff;
  padding: .4rem;
}
.index-about images {
  width: 50%;
}

.index-about .a-des p {
  font-size: .36rem;
  color: #333;
  line-height: .6rem;
  text-indent: .72rem;
  text-align: justify;
}

.index-about .jy-des {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 .5rem;
  margin-top: 20px;
}

.index-about .jy-des .jy-mod {
  width: 33%;
  text-align: center;
}

.index-about .jy-des .jy-mod h4 {
  font-size: .5rem;
  color: #FFBE2A;
  margin-bottom: 8px;
}

.index-about .jy-des p {
  width: 100%;
  font-size: .36rem;
  color: #fff;
  margin-bottom: 12px;
  background-position: 0 3px;
}

.index-server {
  padding: 30px 0;
}

.pkg-tab {
  display: flex;
  padding: 0 .4rem;
  margin-bottom: 16px;
}

.pkg-tab a {
  display: block;
  cursor: pointer;
  width: 33%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-bottom: solid 4px #FF6800;
  color: #333;
  font-size: .36rem;
  text-decoration: none;
}

.pkg-tab .active {
  background-color: #FF6800;
  color: #fff;
}

.pkg-con {
  padding: 0 .4rem;
}

.pkg-con .pkg-item {
  padding: 20px .4rem;
  box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.12);
/*  text-align: center;*/
  display: none;
}

.pkg-con .pkg-item .top {
  padding: 20px 0;
}

.pkg-con .pkg-item h4 {
  color: #333;
  font-size: 28px;
  font-weight: normal;
  line-height: 1;
}

.pkg-con .pkg-item .pri {
  margin-top: 18px;
}

.pkg-con .pkg-item .pri p {
  color: #ff6800;
  line-height: 1;
  margin-bottom: 10px;
}

.pkg-con .pkg-item .pri span {
  font-size: 30px;
}

.pkg-con .pkg-item .pri del {
  color: #999;
  font-size: .36rem;
}

.pkg-con .pkg-item .btn {
  margin-top: 20px;
}

.pkg-con .pkg-item .btn a {
  display: block;
  width: 168px;
  line-height: 42px;
  background-color: #ff6800;
  color: #fff;
  text-align: center;
  font-size: 16px;
  margin: 0 auto;
}

.pkg-con .pkg-item .bot {
  padding: 20px 0;
  border-top: 1px solid #F2F2F2;
}

.pkg-con .pkg-item .bot p {
  color: #333;
  line-height: 30px;
  font-size: .36rem;
}

.index-case {
  padding: 30px 0;  
  background-color: #f9f9f9;
}

.index-case-list ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 .4rem;
}

.index-case-list li {
  width: 47%;
  margin-bottom: 16px;
}

.index-case-list li img {
  width: 100%;
}

.index-more {
  width: 190px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  display: block;
  border-radius: 30px;
  background: #e8e8e8;
  color: #b4b5b5;
  margin-top: 30px;
  text-decoration: none;
}

.index-more:hover {
  background: #5D71DD;
  color: #fff;
  box-shadow: 0px 0px 15px #6c7fec;
  -webkit-box-shadow: 0px 0px 15px #6c7fec;
}

.index-news {
  padding: 20px 0;
}

.index-news-con {
  padding: 0 .4rem;
}

.index-news-con .news-pic images {
  width: 100%;
}

.index-news-list {
  margin-bottom: 20px;
}

.index-news-list li {
  padding: 14px 0;
  border-bottom: solid 1px #ebebeb;
}

.index-news-list li a {
  font-size: .36rem;
  color: #333;
  margin-bottom: 8px;
  width: 8rem;
  display: block;
}

.index-news-list li .date span {
  margin-right: 20px;
  font-size: .36rem;
  color: #999;
}

.index-news-list li .date i {
  margin-right: 8px;
}

.index-news-con .news-pic {
  position: relative;
}

.index-news-con .news-pic .news-pic-des {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .4);
  left: 0;
  top: 0;
}

.index-news-con .news-pic .news-pic-des h3 {
  margin-left: .4rem;
  margin-top: 1rem;
  font-size: .5rem;
  color: #fff;
  margin-bottom: 12px;
}

.index-news-con .news-pic .news-pic-des .date {
  margin-left: .4rem;
}

.index-news-con .news-pic .news-pic-des .date span {
  margin-right: 20px;
  font-size: .4rem;
  color: #fff;
}

.index-news-con .news-pic .news-pic-des .date i {
  margin-right: 8px;
}

.footer {
  padding: 20px 0;
  background-color: #151621;
  padding-bottom: 70px;
}

.footer p {
  text-align: center;
  font-size: .36rem;
  color: #fff;
  line-height: .6rem;
}

.index-contact {
  position: fixed;
  left: 0;
  bottom: 0;
  background-color: #fff;
  height: 50px;
  width: 100%;
  z-index: 999;
  display: flex;
  box-shadow: 0px -2px 30px 0px rgba(0, 0, 0, 0.12);
}

.index-contact .ic-mod {
  width: 50%;
  text-align: center;
  padding-top: 15px;
}

.index-contact .ic-mod i {
  color: #6c7fec;
  font-size: 20px;
  margin-right: 6px;
}

.index-contact .ic-mod span {
  font-size: .4rem;
  color: #6c7fec;
  line-height: 20px;
}

.s-container {
  padding-top: 50px;
  padding-bottom: .4rem;
}

.top-baner {
  width: 100%;
  height: 150px;
}

.banner-case {
  background: url(../images/bannerCase.png) no-repeat;
  background-size: 100% 100%;
}

.banner-contact {
  background: url(../images/contactbg.png) no-repeat;
  background-size: 100% 100%;
}

.banner-server {
  background: url(../images/bannerService.png) no-repeat;
  background-size: 100% 100%;
}

.top-baner h3 {
  font-size: .6rem;
  color: #fff;
  margin-bottom: 16px;
  text-align: center;
  padding-top: 40px;
}

.top-baner p {
  font-size: .36rem;
  color: #fff;
  text-align: center;
}

.case-con {
  padding: 0 0 20px 0;
}

.case-mod .case-box {
  padding: 30px .4rem;
}

.case-mod .case-box images {
  width: 36%;
  float: left;
  margin-right: 20px;
}

.case-mod .case-box img {
    width: 36%;
    float: left;
    margin-right: 20px;
}

.case-mod .case-box .case-des h3 {
  font-size: .42rem;
  color: #333;
  margin-bottom: 12px;
  line-height: .7rem;
}

.case-mod .case-box .case-des p {
  font-size: .36rem;
  color: #666;
  line-height: .56rem;
  text-align: justify;
}
.case-des i{
	display: inline-block;
    vertical-align: top;
    width: 16px;
    height: 16px;
    background-size: cover;
    background: url(../images/youjt.svg) no-repeat;
}
.bg-fc {
  background-color: #F5F8FC;
}

.banner-news {
  background: url(../images/newsbg.png) no-repeat;
  background-size: 100% 100%;
}

.news-con {
  padding: 5px 15px 5px 15px;
/*  padding: .4rem;*/
}

.news-tab {
  height: 40px;
  display: flex;
}

.news-tab a {
  width: 20%;
  display: block;
  height: 40px;
  line-height: 40px;
  border-bottom: solid 2px #6c7fec;
  text-align: center;
  color: #333;
  text-decoration: none;
}

.news-tab .active {
  background-color: #6c7fec;
  color: #fff;
}

.news-list {
  padding: 0 .4rem;
}

.news-list ul li {
  padding-bottom: 16px;
  padding-top: 16px;
  border-bottom: solid 1px #ebebeb;
}

.news-list ul li:last-child {
  border: none;
}

.news-list ul li .pic {
  width: 30%;

}

.news-list ul li .pic images {
  width: 100%;
}

.news-list ul li .news-des {
  width: 65%;
  margin-left: 5%;
}

.news-list ul li .news-des h3 {
  display: block;
  margin-bottom: 4px;
  line-height: .6rem;
  font-size: .4rem;
  color: #333;
  font-weight: normal;
}

.news-list ul li .news-des .date span {
  font-size: .32rem;
  color: #999;
  margin-right: 20px;
}

.news-list ul li .news-des .date i {
  margin-right: 6px;
}

.news-detail {
  padding: .4rem;
}

.news-detail .news-tit {
  border-bottom: solid 1px #ebebeb;
  padding-bottom: 16px;
}

.news-detail .news-tit h2 {
  font-size: .5rem;
  color: #333;
  font-weight: 500;
  line-height: .7rem;
  margin-bottom: 8px;
}

.news-detail .news-tit .date span {
  font-size: .32rem;
  color: #999;
  margin-right: 20px;
}

.news-detail .detail-con {
  padding: 30px 0;
}

.news-detail .detail-con p {
  font-size: .43rem !important;
  color: #333;
  line-height: .7rem;
  margin-bottom: 12px;
}
.news-detail .detail-con span{
  line-height: 26px;
  color: #333;
  font-size: .43rem !important;
}
.news-detail .detail-con a{
  color:#5C6EE0;
}
.news-detail .detail-con strong{
  margin: 8px 0;
}
.news-detail .detail-con p images {
  max-width: 100%;
}

.link-news {
  padding: 0 .4rem;
  font-size: 12px;
  margin-bottom: 30px;
}

.link-news .prev {
  margin-bottom: 16px;
}

.link-news .prev span,
.link-news .next span {
  display: block;
  float: left;
  margin-right: 8px;
}

.link-news .prev a,
.link-news .next a {
  width: 80%;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rele .tit {
  padding: 0 .4rem;
  margin-bottom: 8px;
}

.rele .tit h3 {
  font-size: .5rem;
  color: #333;
  font-weight: 500;
}

.map {
  padding: 0 .4rem;
}

.contact-mes {
  padding: 20px .4rem 20px .4rem;
}

.contact-mes .mes-con {
  background-color: #6c7fec;
  padding: 30px;
  color: #fff;
}

.contact-mes .mes-con .mes-mod {
  font-size: .4rem;
  margin-bottom: 12px;
}

.contact-mes .mes-con .ewm {
  margin-top: 30px;
}

.pkg-list {
  padding: 20px .4rem;
}

.pkg-card {
  background-color: #fff;
  box-shadow: 0px -2px 30px 0px rgba(0, 0, 0, 0.12);
  min-height: 100px;
  border-radius: 4px;
  margin-bottom: 32px;
}

.pkg-card .pkg-tit {
  width: 100%;
  height: 40px;
  background-color: #6c7fec;
  line-height: 40px;
  font-size: .4rem;
  text-align: center;
  color: #fff;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.pkg-card .pkg-tit2 {
  width: 100%;
  height: 40px;
  border: 1px #6c7fec solid;	
  line-height: 40px;
  font-size: .4rem;
  text-align: center;
  color: #6c7fec;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.pkg-support {
  padding: 0 24px;
}

.pkg-support .h {
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  color: #252b3a;
  margin-bottom: 8px;
}

.pkg-support-item {
  margin-bottom: 10px;
}

.pkg-support-item:last-child {
  margin-bottom: 0;
}

.pkg-support-item i {
  display: inline-block;
  vertical-align: top;
  width: 16px;
  height: 16px;
  background-size: cover;
  background: url(../images/yes.svg) no-repeat;
}

.pkg-support-item p {
  display: inline-block;
  vertical-align: top;
  font-size: .36rem;
  line-height: 16px;
  padding-left: 8px;
  width: 150px;
  color: #252b3a;
}


.pkg-support-item2 {
  margin-bottom: 10px;
}

.pkg-support-item2:last-child {
  margin-bottom: 0;
}

.pkg-support-item2 i {
  display: inline-block;
  vertical-align: top;
  width: 16px;
  height: 16px;
  background-size: cover;
  background: url(../images/youjt.png) no-repeat;
}

.pkg-support-item2 p {
  display: inline-block;
  vertical-align: top;
  font-size: .36rem;
  line-height: 16px;
  padding-left: 8px;
  width: 150px;
  color: #252b3a;
}

.pkg-price-box {
  padding: 24px 24px 16px;
}

.pkg-price em {
  font-style: normal;
  font-weight: 700;
  color: #c7000b;
}

.pkg-price span {
  display: inline-block;
  vertical-align: bottom;
  font-size: 28px;
  line-height: 28px;
  height: 28px;
}

.pkg-item {
  padding: 16px 20px;
}

.pkg-card .h {
  padding: 0 20px;
  font-size: .4rem;
  color: #333;
  font-weight: 500;
}

.pkg-card .ser-con {
  padding: 16px 20px;
}

.pkg-card .ser-con p {
  font-size: .36rem;
  color: #666;
  line-height: .6rem;
  margin-bottom: 8px;
}

.pkg-price {
  padding-left: 20px;
  margin-bottom: 12px;
}

.ps-mes {
  font-size: .32rem;
  color: #999;
  padding-bottom: 20px;
  padding-left: 20px;
}

.dialog {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 2001;
  display: none;
  background-color: rgba(0, 0, 0, .5);
}

.dialog:after {
  content: "";
  display: inline-block;
  height: 100%;
  width: 0;
  vertical-align: middle;
}

.dialog-box {
  display: inline-block;
  width: 90%;
  min-height: 400px;
  padding-bottom: 10px;
  vertical-align: middle;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ebeef5;
  font-size: 18px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
  text-align: left;
  overflow: hidden;
  backface-visibility: hidden;
}

.dialog-tit{
  padding: 20px 0;
  position: relative;
}
.dialog-tit h3{
  font-size: .4rem;
  color: #333;
  text-align: center;
}
.dialog-tit i{
  font-size: 20px;
  color: #999;
  position: absolute;
  right: 20px;
  top: 15px;
}
.dialog .form-con{
  padding: 0 20px;
  margin-top: 10px;
}
.dialog .form-con input{
  width: 100%;
  height: 40px;
  border: solid 1px #ebebeb;
  text-indent: 16px;
  margin-bottom: 16px;
  color: #333;
  font-size: .36rem;
}
.dialog .form-con .result-btn{
  background-color: #5C6EE0;
  border: none;
  color: #fff;
  margin-top: 10px;
  width: 100%;
  height: 40px;
  margin-bottom: 16px;
}
.pkg-card:last-child{
  margin-bottom: 0;
}
.pkg-ps{
  padding: 0 .4rem;
  font-size: .4rem;
  color: #666;
  line-height: .6rem;
  padding-bottom: 30px;
}
.index-form{
  padding: 30px .8rem;
  background-color: #f0f8ff;
}
.index-form input{
  width: 100%;
  height: 40px;
  border: solid 1px #ebebeb;
  border-radius: 4px;
  margin-bottom: 10px;
  text-indent: 24px;
  color: #333;
  font-size: .36rem;
}
.index-form .service-item{
  position: relative;
}
.index-form .service-item i{
  position: absolute;
  right: 10px;
  top: 12px;
  transform: rotate(-90deg);
  color: #999;
}
.index-form  select{
  width: 100%;
  height: 40px;
  border: solid 1px #ebebeb;
  border-radius: 4px;
  margin-bottom: 10px;
  text-indent: 20px;
  color: #333;
  font-size: .36rem;
  padding-right: 14px;
  appearance:none;
  -moz-appearance:none;
  -webkit-appearance:none;
  background-color: #fff;
}
.index-form  select option{
  font-size: .36rem;
  color: #333;
  padding-right: 14px;
}
.index-form .result-btn{
  background-color: #5C6EE0;
  border: none;
  color: #fff;
  margin-top: 20px;
  width: 100%;
  height: 40px;
}

.crumbs {
  height: 44px;
  background-color: #f2f3f5;
  line-height: 44px;
  font-size:.36rem;
}
.crumbs a {
  color: #2a2e2e;
  float: left;
  font-size: .36rem;
}
.f-con {
  position: relative;
  overflow: hidden;
  padding-left: .4rem;
}
.crumbs images {
  width: 6px;
  height: 12px;
  float: left;
  padding: 0px 13px;
  padding-top: 15px;
}



/*iphone5*/
@media only screen and (max-width: 320px) and (min-height: 568px) {
  .server-con ul li .s-des h4 {
    font-size: .3rem;
  }

  .index-about .jy-des p {
    font-size: .4rem;
    margin-left: 0;
    background-position: 0 0;
  }
}