@charset "utf-8";
/* CSS Document */
@import "http://www.jwzcq.com/share/fonticon/iconfont.css";

html{ overflow-x:hidden;}
a {
  text-decoration: none;
  border: none;
}
img {
  display: block;
  border: none;
}

img.img100{ width:100%; height: auto;}

input,
textarea,
button {
  border: none;
  padding: 0;
  margin: 0;
  outline: 0;
  background: none;
}
dl,
dd {
  margin: 0;
  padding: 0;
}
* {
  margin: 0;
  padding: 0;
  list-style: none;
}
body {
  font-family: "微软雅黑";
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #fff;
}
a {
    display: block;
}
.fp-section{
	overflow: hidden;
}

/*动效组*/
a:before, a:after {
    -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -moz-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -o-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}


@font-face {
  font-family: hero;
  src: url(../font/Hero%20Light.otf);
}
@font-face {
  font-family: helv;
  src: url(../font/HELVETICANEUELTPRO-THEX.otf);
}
/*===================================================首页===================================================*/
/*公用*/
a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transtion: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
a:before,
a:after,

/*===================================================内页===================================================*/

/*公用*/



/*火狐hack*/
@-moz-document url-prefix() {
  .in_guest ul li input,
  .in_guest ul li textarea {
    padding-top: 18px;
    padding-bottom: 18px;
  }
}

input,
textarea,
select,
a:focus {
  outline: none;
}


* {
  padding: 0;
  margin: 0;
}
a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
  color: #000000;
}
.clear {
  clear: both;
}

/*楼层颜色*/
.style li.F1 .top .title h3{
    color: #f59d1c; margin-bottom: 5px;
}
.style .nr-box li.F1 .sub-navigation ul li.more {
    background-color: #f59e1d; border-radius:3px;
}

.style li.F2 .top .title h3{
    color: #13a1f7; margin-bottom: 5px;
}
.style .nr-box li.F2 .sub-navigation ul li.more {
    background-color: #13a1f7; border-radius:3px;
}

.style li.F3 .top .title h3{
    color: #f42d13; margin-bottom: 5px;
}
.style .nr-box li.F3 .sub-navigation ul li.more {
    background-color: #f42d13;  border-radius:3px;
}

.style li.F4 .top .title h3{
    color: #6818f9; margin-bottom: 5px;
}
.style .nr-box li.F4 .sub-navigation ul li.more {
    background-color: #6818f9;  border-radius:3px;
}

.style li.F5 .top .title h3{
    color: #73d400; margin-bottom: 5px;
}
.style .nr-box li.F5 .sub-navigation ul li.more {
    background-color: #73d400;
}

.style li.F6 .top .title h3{
    color: #00e1bf; margin-bottom: 5px;
}
.style .nr-box li.F6 .sub-navigation ul li.more {
    background-color: #00e1bf;
}

.style .nr-box li.F1 .sub-navigation ul li:hover {
    background-color: #f59e1d;
}
.style .nr-box li.F1 .sub-navigation ul li:hover a{
	color: #fff
}
.style .nr-box li.F2 .sub-navigation ul li:hover {
    background-color: #13a1f7;
}
.style .nr-box li.F2 .sub-navigation ul li:hover a{
	color: #fff
}
.style .nr-box li.F3 .sub-navigation ul li:hover {
    background-color: #f42d13;
}
.style .nr-box li.F3 .sub-navigation ul li:hover a{
	color: #fff
}
.style .nr-box li.F4 .sub-navigation ul li:hover {
    background-color: #6818f9;
}
.style .nr-box li.F4 .sub-navigation ul li:hover a{
	color: #fff
}
.style .nr-box li.F5 .sub-navigation ul li:hover {
    background-color: #73d400;
}
.style .nr-box li.F5 .sub-navigation ul li:hover a{
	color: #fff
}
.style .nr-box li.F6 .sub-navigation ul li:hover {
    background-color: #00e1bf;
}
.style .nr-box li.F6 .sub-navigation ul li:hover a{
	color: #fff
}

/*导航*/
header {
    display: block;
    width: 100%; background-color:#fff;
    position: absolute; box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
    top: 0;
    z-index: 2; position:fixed; z-index:99999;
}
.LOGO {
    display: inline-block;
    width: 12.3%;
}
.LOGO img {
   /** width: 100%;**/
    height: 68px;
}
.navigation {
    float: right;
    margin-top: 3vh;
}
.navigation ul {
    display: flex;
}
.navigation ul li {
    margin-left: 50px; overflow:hidden; margin-right: 10rem;
    position: relative;     color: #1a61dd;
}
.navigation ul li:before {
    content: "";
    width: 1px;
    height: 10px;
    position: absolute;
    background-color: #fff;
    top: 6px;
    left: -15px;
}
.navigation ul li:first-child:before {
    content: "";
	display: none;
}
.navigation li.hover a {
    color: #0982f6;
}
.navigation li a {
    color: #666; font-size:14px; line-height:32px; transition: all ease-out .3s; position:relative; display:inline-block; 
}
.navigation li a:after {
    position: absolute;
    left: 0;
    width: 100%;
    color: #0982f6;
    content: attr(data-title);
    transform: translateY(100%);
}






.navigation li a:hover{
	color: #0982f6;  transform: translateY(-100%);
	
}
.navigation li a:hover.login{
	color: #fff;  transform: translateY(0%);
	
}
.navigation li a:hover.reg{
	color: #fff;  transform: translateY(0%);
	
}


.navigation li.login-btn{ width:150px; height:32px; line-height:32px; margin-left:25px;}

.navigation li.login-btn .login{ width:75px; text-align:center; height:32px; display:inline-block; color:#fff; background-color:#0982f6; float:left;}
.navigation li.login-btn .reg{width:145px; text-align:center; height:32px; float:left; background-color:rgb(0, 203, 204); color:#fff;     border-radius: 4px;}
/*第一屏*/
.banner{
	position: relative;
}
.swiper-container .swiper-slide img {
    width: 100%;
}
.ssk-box {
    position: absolute;
    left: 35%;
    top: 35%;
    z-index: 2;
}
.bar1 input {
    border: 2px solid #7BA7AB;
    border-radius: 5px;
    background: #F9F0DA;
    color: #9E9C9C;
}
.bar1 button {
    top: 0;
    right: 0;
    background: #7BA7AB;
    border-radius: 0 5px 5px 0;
}
.bar1 button:before {
    content: "\f002";
    font-family: FontAwesome;
    font-size: 16px;
    color: #F9F0DA;
}
.search form {
    width: 93%;
    padding: 2vh;
    background-color: #fff;
    border-radius: 50px;
    box-shadow: 0px 0px 10px rgba(97, 97, 97, 0.3);
    margin: 2vh auto;
}
.search form input[type="text"] {
    height: 30px;
    line-height: 30px;
    width: 90%;
}
.search button img{
	width: 100%;
}
.search button {
    width: 30px;
    height: 20px;
    cursor: pointer;
}
.ssk-box img {
    width: 100%;
}
.ssk-box p {
    color: #d8d8d8;
    text-align: center;
}
/*第二屏*/
.service {
    height: 31.1vh;
    background-color: #fff;
    padding: 5.385vh 0; padding-bottom:0;
}
.service .nr-box {
    margin: 0 5%;
    display: flex;
}
.service .nr {
    width: 20%;
    height: 20.317vh;
    padding: 2.165vh;
    margin-left: 3vh;
    border-radius: 10px;
}

.service .nr span{  font-size: 12px;
    color: #fff;
    display: block;
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 19px;}


.service .nr:nth-child(1) {
	margin-left: 0;
}
.service .nr:nth-child(1) {
	background-color: #634de3;
}
.service .nr:nth-child(2) {
	background-color: #1985de;
}
.service .nr:nth-child(3) {
	background-color: #d3012f;
}
.service .nr:nth-child(4) {
	background-color: #001247;
}
.service .nr:nth-child(5) {
	background-color: #f18e00;
}
.service .nr-img {
    width: 36.04%;
    margin: 0 auto;
}
.service .nr-img img{ margin:0 auto; display:tablel}

.service p {
    text-align: center;
    color: #fff;
    padding-top: 1vh;
	position: relative;
}
.service p:before {
    content: "";
    position: absolute;
    width: 35px;
    height: 1px;
    bottom: -8px;
    left: 44%;
    background-color: #fff;
}
/*第三屏*/
.style .nr-box {
    margin: 0 5%; min-width:1200px;
    margin-top: 5.412vh;
}
.style .nr-box li {
    background-color: #fff;
    padding:0;
    margin: 0;
    margin-bottom: 2.2vh;
}
.style .top {
    display: flex;
    width: 100%;
    position: relative;
}
.style .title {
    display: flex;
    width: 100%;
}
.style .sub-navigation ul {
    display: flex;
}
.style .nr-box li .sub-navigation ul li {
    padding: 8px 12px;
    background-color: #f5f5f5; border-radius:3px; overflow:hidden;
    margin: 0 5px;
	-webkit-transition:all 0.6s;-moz-transition:all 0.6s;-ms-transtion:all 0.6s;-o-transition:all 0.6s;transition:all 0.6s;
}

.style .nr-box li .sub-navigation ul li a{ font-size:14px;}



.style .top .title .right p {
    font-size: 14px; color:#666;
}
.style .left {
    width: 12%; display:none;
    margin-right: 3%;
}
.style .left img{
	width: 100%;
}
.style .top .title h3 {
    font-size: 26px;
    margin: 0;
    font-weight: normal;
}
.style .sub-navigation {
    position: absolute;
    right: 0;
    top: 30px;
}
.style .nr-box li .sub-navigation ul li.more {
	border-radius: 0;
}
.style .nr-box li .sub-navigation ul li.more a{
	color: #fff;
}

.style .bottom ul {
    display: flex;
    flex-flow: wrap;
}
.style .nr-box li .bottom li {
    padding: 0;
    margin: 0;
    margin-top: 5.4vh;
    /* border-radius: 7px; */
    overflow: hidden;
    width: 33.33333%;
}

.style .nr-box li .bottom li.one {
    margin-left: 0;
}
.style .bottom .bottom-wz-top h3 {
    font-size: 18px;
    font-weight: normal;
    color: #0e0e0e;
}
.style .bottom .bottom-wz-top p {
    font-size: 12px;
    color: #777777;
    position: absolute;
    right: 0;
    top: 8px;
}
.style .bottom .bottom-wz-top {
    display: flex;
    position: relative;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 2vh;
    margin-bottom: 2vh;
}
.style .bottom .bottom-wz-top a {
    width: 50%;
}
a.bottom-wz-bottom {
    display: flex;
	position: relative;
}
.style-icon {
    position: absolute;
    right: 0;
    top: 6px;
}
.style .bottom .bottom-wz {
    padding: 30px;
}
.bottom-img { background-image: url(../../Index/img/pc_kuang.png);
    background-position: center center;
    background-size: 100%;
    position: relative;
    height: 20.75rem;
    overflow: hidden; -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transtion: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	transform: scale(1);
}

.style .nr-box li .bottom li:hover .bottom-img {transform: scale(1.06);}


.style .nr-box li .bottom li .mc {
width: 64%;
    border-radius: 3px;
    padding: 1.2% 1%;
    position: absolute;
    top: 50%;
    left: 52%;
    margin-left: -35%;
    margin-top: 8%;
    background: rgba(255, 255, 255, 1);
    opacity: 0;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.4);
}

.style .nr-box li .bottom li .mc a.btn_lan{ width:48%; margin:0 1%; background-color:#249CF3; height:30px; line-height:30px; text-align:center; color:#fff; border-radius:3px; font-size:12px; float:left;}

.style .nr-box li .bottom li .mc a.btn_lv{ width:48%; margin:0 1%; background-color:#00cbcc; height:30px; line-height:30px; text-align:center; color:#fff; border-radius:3px; font-size:12px; float:left;}

.case .nr-box li a.bottom-img .mc {

	opacity: 1;
}
.case .nr-box li a.bottom-img:hover .mc{
	opacity: 1;
}
.style .nr-box li .bottom li .bottom-img:hover .mc{
	opacity: 1;
}
.style .nr-box li .bottom li .mc p{
    position: relative;
}
.style .nr-box li .bottom li .mc p:before {
    content: "";
    position: absolute;
    width: 15px;
    height: 1px;
    background-color: #fff;
    bottom: -5px;
    left: 37%;
}
.bottom-img img{
	opacity: 1; position:relative;
	width: 71%;
    left: 14.7%;     height: 26.6vh;
    top: 1.25rem;
	-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-ms-transtion:all 0.3s;-o-transition:all 0.3s;transition:all 0.3s;
}
.bottom-img:hover img {
    opacity: 1;
}
/*第四屏*/
.procedure .nr-box {
    margin: 0 5%; width:90%;
    background-color: #fff;
    height: 45.996vh; background-size:100%; background-size:100%;
	background:url(../img/procedure-bj.png);
}
.procedure .title {
    display: block;
    margin: 0 auto;
    padding-top: 6.5vh;
    width: 11.7%;
}
.procedure .bottom {
    width: 127.858vh;
    margin: 0 auto;
    margin-top: 7vh;
}
.procedure .bottom ul {
    display: flex;
}
.procedure .bottom li {
    margin-left: 9vh;
}
.procedure .bottom li img {
    width: 100%;
}
.procedure .bottom li:nth-child(1){
	margin-left: 0;
}

/*第五屏*/
.case{ margin:0 5%; width:90%; margin-top:5%;
    float: left;
}
.case .nr-box {
    margin: 0 5%;
    margin-top:5% !important;
    background-color: #fff;
}
.case .title h3 {
    font-weight: normal;
    font-size: 31px;
}

.case ul {
    display: flex;
}
.case .title .hx {
    margin: 2vh 0;
    width: 10px;
    background-color: #000;
    height: 2px;
}
.case .nr-box .title {
    margin-bottom: 4.3vh;
}
.case .nr-box .title p {
    font-size: 14px;
}

.case-swiper-container{ width:100%; position:relative; overflow:hidden;     margin-top: 5%;}

.case-swiper-container ul{ width:100%;}
.case-swiper-container li .img{ width:50%; float:left;}
.case-swiper-container li .img img{ width:100%; height: auto;}

.case-swiper-container li .info{ width:50%; float:right;}
.case-swiper-container li .info h3.title {
    font-size: 24px; font-weight:normal;
    color: #0982f6; margin:10px 0; margin-top:5%;
}


.case-swiper-container li .info p.subtitle { font-size:14px; color:#666;}
.case-swiper-container li .info p{ font-size:14px; margin-top:25px; line-height:23px; color:#333;}
.case-swiper-container li .info a.btn{ padding:5px 25px; background-color:#249CF3; color:#fff; float:left; border-radius:3px; margin-top:35px;}

/*第六屏*/
.news{ width:100%; float:left; margin:2% 0; overflow:hidden}
.news .nr-box {
    margin: 0 5%;
    background-color: #fff;
    padding-top: 0;
}
.news .title h3 {
    font-weight: normal;
    font-size: 31px;
}
.news .title .hx {
    margin: 2vh 0;
    width: 10px;
    background-color: #000;
    height: 2px;
}
.news .title p {
    font-size: 14px;
}
.news .nr-box ul {
    display: flex;
    margin-top: 5.4vh;
    flex-wrap: wrap;
}
.news .nr-box ul li {
    border: 1px solid #e5e5e5;
    position: relative;
    width: 29.333%;
    height: 16.018vh;
    padding: 2.707vh 2.165vh;
    margin-left: 2.7vh;
    margin-bottom: 15px;
	-webkit-transition:all 0.6s;-moz-transition:all 0.6s;-ms-transtion:all 0.6s;-o-transition:all 0.6s;transition:all 0.6s;
}
.news .nr-box ul li:nth-child(1),.news .nr-box ul li:nth-child(4){
    margin-left: 0;
}
.news .nr-box ul li:hover{
	box-shadow:0px 0px 18px 0px rgba(101, 101, 101, 0.28)
}
.news .nr-box ul li:first-child{
	margin-left: 0;
}
.news .nr-box ul li h3 {
    font-size: 15px;
    font-weight: normal;
}
.news .nr-box ul li p {
    margin-top: 3.3vh;
    font-size: 13px;
    color: #777777;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news .nr-box ul li img {
    position: absolute;
    bottom: 2.8vh;
    left: 2.165vh;
}

/*地图*/
.map {
    margin-top: 2.2vh;
}
.map .nr-box { margin:5%;
    display: table; margin-top:5%; float:left; 
    overflow: hidden;
    width: 90%; 
}
.map .nr-box img {
    width: 100%;
}

/*新闻*/


.news_list_02{ width:1200px; margin:50px auto;  }


.news_list_02 ul{ width:100%;}

.news_list_02 li {
    width: 545px;
    height: 120px;
    margin-bottom: 30px !important;
    margin-right: 30px !important;
    background-color: #f7f7f7;
    padding: 20px;
    position: relative;
    display: block;
    transition: all ease-out .3s; float:left;
}

.news_list_02 li a{ text-decoration:none;}

.news_list_02 li::after {
    content: '';
    position: absolute;
    top: 0px;
    display: block;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    /* z-index: 0; */
    transform: scaleY(0);
    transition: transform .75s cubic-bezier(.19,1,.22,1);
    transform-origin: top;
    transition-delay: 0s!important;
}

.news_list_02 li:hover::after {
    z-index: 0;
    transform-origin: bottom;
    transform: scaleY(1);
    box-shadow: 0px 7px 17px #dedede;
}


.news_list_02 li:nth-child(2n) {
    margin-right: 0px !important;
}

.news_list_02 li .newsimg {
    display: block; overflow:hidden;
    float: left; position:absolute; z-index:9999;
    width: 150px;
    height: 90px; background-color:#333;
    margin-top: 15px;
    -webkit-perspective: 150;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.news_list_02 li .newsimg img{ width:100%; height:auto;}
.news_list_02 li .newsbody{ position:relative; width:378px;  height:90px; z-index:9999;   top: 16px; margin-left: 166px;}
.news_list_02 li .newsbody h3{ font-size:16px; font-weight:normal;      text-overflow: ellipsis;   white-space: nowrap; position:relative; color:#000;}
.news_list_02 li .newsbody h3:before {
content: "";
height: 2px; background-color:#4290EF;
width: 20px; position:absolute; left:0; bottom:-13px;
vertical-align: middle;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-ms-transtion:all 0.3s;-o-transition:all 0.3s;transition:all 0.3s;}

.news_list_02 li:hover .newsbody h3:before{width: 60px;}

.news_list_02 li .newsbody p {
    font-size: 12px;
    color: #999;
    line-height: 23px;
    height: 43px;
    margin-top: 26px;
    overflow: hidden;
}

.news_show {
    margin: 65px auto;
    width: 1200px;
}
.title h3{font-size: 38px;}
.title{width: 1200px; margin: 15px auto;}

.news_show img{max-width:100%; margin: 0 auto;}

/*联系我们*/
.contact {
    margin: 2.2vh 0; margin-bottom:0;
}
.contact .nr-box {
    margin: 0 auto;
    background-color: #efefef;
    padding: 6.495vh 7.568vh;     width: 100%;
    display: flex; overflow:hidden;
}
.contact .information {
    display: flex;
    width: 55%;
}
.contact .stay {
    width: 45%;
}
.contact .nr-box .information .left h3 {
    font-size: 18px;
    color: #212020;
    font-weight: normal;
}
.contact .ewm img {
    width: 100%;
}
.contact .information .left {
    width: 60%;
}
.contact .information .right {
    width: 25%;
}
.contact .information .right p {
    font-size: 14px;
    text-align: center;
}
.contact .nr-box .information .left .hx {
    width: 60%;
    height: 1px;
    background-color: #cacaca;
    margin: 2vh 0;
}
.contact .nr-box .information .left p {
    color: #212020;
    font-size: 14px;
    margin-bottom: 0.5vh;
}
.contact input[type="text"] {
    border-bottom: 1px solid #b5b5b5;
    display: inline-block;
    width: 43%;
    padding: 2% 2.5%;
    color: #000;
}
.contact input[type="text"]:first-child {
	margin-right: 2%
}
.contact textarea {
    margin-top: 2vh;
    width: 94%;
    border-bottom: 1px solid #b5b5b5;
    padding: 2% 2.5%;
}
.contact .stay a {
    display: block;
    width: 85px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    background-color: #c80000;
    color: #fff;
    border-radius: 50px;
    margin: 0 auto;
    margin-top: 3vh;
    font-size: 14px;
}

/*页脚*/
footer {
    background-color: #212121;
    color: #656565;
    padding: 5.8vh 10.2vh;
}
footer ul {
    display: flex;
}
footer ul li a {
    color: #656565 !important;
}
footer ul li.hover a {
    color: #fff !important;
}
footer ul li a:hover{
    color: #fff !important;
}
footer .hx {
    width: 100%;
    height: 1px;
    background-color: #656565;
    margin: 2vh 0;
}
footer ul li {
    position: relative;     font-size: 14px;
  margin: 0 auto;
    border-right: 1px solid #656565;
}
footer ul li:last-child{
    border-right: 0px solid #656565;
}
footer .baxx .ga {
    display: flex;
    margin-left: 4vh;     font-size: 12px;
}
footer .baxx {
    display: flex;
}
footer .baxx .ga img {
    width: 20px;
    height: 20px;
	margin-right: 1vh;
}
footer .baxx .ga a {
    color: #656565;
}
footer .baxx .ga a:hover{
	color: #fff;
}
footer .baxx p {
    display: flex;
    width: 100%; font-size: 12px;
}
footer .baxx p a {
        margin: 0 auto;
    color: #656565;
}
footer .baxx p a:hover {
    color: #fff;
}

/*内页*/
/*风格选择*/
.wapnr-banner{display: none;}
.inside-style .title h3 {
    font-size: 38px;
    font-weight: normal;
    margin: 0 auto; color:#000;
    text-align: center;
    margin-top: 4.5vh;
}
.inside-style .title p {
    text-align: center;
    color: #333;
    font-size: 16px; margin-bottom:5.5vh;
    padding-top: 1vh;
}
.inside-style .subtitle {
    text-align: left;
    width: 100%;
    margin:10px auto;
    display: table;}
.inside-style .subtitle .sort {
    float: right;
    font-size: 14px;
}
.inside-style .subtitle .sort a {
    display: inline-block; color:#249cf3;
    margin: 3px 6px;
}
.inside-style .subtitle .sort a:hover{ color:#333;}

.inside-style .subtitle .sort a i{ margin-right:3px;}

.inside-style  .subtitle .sort a{ display:inline-block; margin-right:3px;}

.inside-style  .subtitle ul {text-align: left;
  
}
.inside-style .subtitle li {
    font-size:14px; 
    display:inline-block;
}
.inside-style .subtitle li a{ padding: 8px 20px; background-color:#efefef; border-radius:3px; margin:0 5px; color:#666;}


.inside-style .subtitle li a:hover{ background-color:#249CF3; color:#fff;}
.inside-style .subtitle li.hover a{ background-color:#249CF3; color:#fff;}


.inside-style .subtitle {
 text-align: left;
}
.inside-style .screen {
    display: flex;
    width: 50%;
    margin: 0 auto;
}
.inside-style .screen a {
    height: 7vh;
    width: 49%; color:#666;
    text-align: center;
    line-height: 7vh;
    border: 2px solid #666;
	border-radius: 7px;
}
.inside-style .screen a:first-child {
	margin-right: 2%;
}
.inside-style .screen a:hover {
    border: 1px solid #0982f6;
	color: #fff;
	background-color: #0982f6;
}
.inside-style .screen a.hover {
    border: 1px solid #0982f6;
	color: #fff;
	background-color: #0982f6;
}
.inside-case {
    margin-top: 5vh; display:table; width:100%;
    margin-bottom: 5vh;
}
.inside-case ul {
    margin: 0 5%;
    flex-flow: wrap;
}
.inside-case ul li {
    width: 33.333%; float:left;
    background-color: #fff;
    margin-bottom: 5.4vh;
    border-radius: 3px;
    overflow: hidden;
}
.inside-case ul li.one {
    margin-left: 0;
}
.inside-case ul li .inside-case-img {
background-image: url(../../Index/img/pc_kuang.png);
    background-position: center center;
    background-size: 100%;
    position: relative;
    height: 20.75rem;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transtion: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    transform: scale(1);
}


.inside-case ul li .mc {
    width: 55%;
    border-radius: 3px;
    display: table;
    padding: 1.2% 1%;
    position: absolute;
    top: 60%;
    left: 52%;
    margin-left: -35%;
    background: rgba(255, 255, 255, 1);
    opacity: 0;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.4);
}


.inside-case ul li .mc a.btn_lan{ width:48%; margin:0 1%; background-color:#249CF3; height:30px; line-height:30px; text-align:center; color:#fff; border-radius:3px; font-size:12px; float:left;}

.inside-case ul li .mc a.btn_lv{ width:48%; margin:0 1%; background-color:#00cbcc; height:30px; line-height:30px; text-align:center; color:#fff; border-radius:3px; font-size:12px; float:left;}






.inside-case ul li:hover .inside-case-img {transform: scale(1.06);}

.inside-case ul li .inside-case-img img{
    opacity: 1;
    position: relative;
        height: 15.3rem;
    width: 71%;
    left: 14.7%;
    top: 1.25rem;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transtion: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	}




.inside-case ul li .inside-case-img:hover img{
	opacity: 1;
}
.inside-case ul li .inside-case-img:hover .mc{
	opacity: 1;
}
.inside-case ul li a img {
    opacity: 1;
    width: 100%;
	-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-ms-transtion:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;
}
.inside-case ul li .inside-case-img .mc p:before{
	content: "";
    position: absolute;
    width: 15px;
    height: 1px;
    background-color: #fff;
    bottom: -5px;
    left: 37%;
}

.inside-case ul li .inside-case-img .mc {
    position: absolute;
  display:table;
	opacity: 0;
    color: #fff;
	-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-ms-transtion:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;
}
.inside-case-wz {
    padding: 30px;
}
.pages{ float:left; margin:0 5%; width:90%;}
.inside-case .inside-case-wz-top {
    display: flex;
    position: relative;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 1vh;
    margin-bottom: 1vh;
}
.inside-case .inside-case-wz-top a {
    width: 60%;
}
.inside-case .inside-case-wz-top h3 {
    font-size: 16px;
    font-weight: normal;
    color: #0e0e0e;
}

.inside-case .inside-case-wz-top p span i{ width:20px; height:15px; display:inline-block;  background-image:url(../img/denji_icon.png);     margin-right: 4px;     vertical-align: middle;}
.inside-case .inside-case-wz-top p span.level0 i{    background-position: 0px 0px;}
.inside-case .inside-case-wz-top p span.level1 i{    background-position: -20px 0px;}
.inside-case .inside-case-wz-top p span.level2 i{    background-position: 20px 0px;}


.inside-case .inside-case-wz-top p span.level0 { color:#2278fc;}
.inside-case .inside-case-wz-top p span.level1 { color:#b70bfd;}
.inside-case .inside-case-wz-top p span.level2 { color: #FF7E00; }




.inside-case .inside-case-wz-top p {
    font-size: 14px;
    color: #777777;
    position: absolute;
    right: 0;
    top: 8px;
}
.inside-case-wz-bottom {
    display: flex;
    position: relative;
}
.inside-case-wz-bottom p {
    font-size: 14px;
    color: #777777;
    width: 50%;
}
.list_page div {
    display: flex;
	margin: 0 auto;
}

.pages.list_page {
    display: flex;
    margin: 0 5%;
}
.pages.list_page a {
    padding: 4px;
    border: 1px solid #5c5c5c;
    min-width: 21px;
    text-align: center;
    margin: 0 0.5vh;
    color: #5c5c5c;
	border-radius: 3px;
}
.pages.list_page span {
    padding: 4px;
    border: 1px solid rgba(92, 92, 92, 0);
    min-width: 21px;
    text-align: center;
    margin: 0 0.5vh;
    color: #9c9c9c;
    border-radius: 3px;
}
.pages.list_page span.chenter {
    padding: 4px;
    border: 1px solid rgba(92, 92, 92, 0);
    min-width: 21px;
    text-align: center;
    margin: 0 0.5vh;
    color: #5c5c5c;
    border-radius: 3px;
}
.pages.list_page a:hover{
	color: #f59d1c;
    border: 1px solid #f59d1c;
}
/*风格选择end*/

/*内页通用*/
.nr-banner {
    width: 100%;
    overflow: hidden;
    margin-top: 72px;
}
.nr-banner img {
    width: 100%;
}
header.inside-navigation {
    display: block;
    width: 80%;
    position: relative;
    top: 0;
    z-index: 2;
    padding: 0 10%;
    left: 0;
    background-color: #fff;
}
header.inside-navigation .navigation li a {
    color: #565656; font-size:12px; line-height:32px;
}







header.inside-navigation .navigation li a {
    color: #565656;
}



header.inside-navigation .navigation ul li:before {
    content: "";
    width: 1px;
    height: 10px;
    position: absolute;
    background-color: #c1c1c1;
    top: 6px;
    left: -15px;
}
header.inside-navigation .navigation li a:hover {
    color: #f59d1c;
}
header.inside-navigation .navigation li.hover a {
    color: #f59d1c;
}
.contact.inside-contact {
    margin: 0;
    background-color: #fff;
}
/*内页通用end*/

/*案例*/


.case-list{ margin: 5%; position:relative; overflow:hidden;     margin-top: 5%;}

.case-list ul{ width:100%;}
.case-list li { width:100%; float:left; margin:30px 0; border-bottom:2px solid #efefef;}

.case-list li .img{ width:50%; float:left;}
.case-list li .img img{ width:100%; height: auto;}

.case-list li .info{ width:50%; float:right;}
.case-list li .info h3.title {
    font-size: 24px; font-weight:normal;
    color: #0982f6; margin:10px 0; margin-top:5%;
}


.case-list li .info p.subtitle { font-size:14px; color:#666;}
.case-list li .info p{ font-size:14px; margin-top:25px; line-height:23px; color:#333;}
.case-list li .info a.btn{ padding:5px 25px; background-color:#249CF3; color:#fff; float:left; border-radius:3px; margin-top:35px;}



/*建站套餐*/
.inside-package {
    margin: 0 auto;
    width: 1310px;
    padding-top: 6vh;
    margin-bottom: 6vh;
    position: relative;
}
.table-wrapper {
    border: 1px solid #d4d4d4;
    border-bottom: 1px solid rgba(255, 255, 255, 0);
    margin-top: 3vh;
}
.inside-package .title h3 {
    text-align: center;
    font-weight: normal;
    font-size: 3.25vh;
    color: #0982f6;
}
.inside-package .title p {
    text-align: center;
    color: #d4d4d4;
    font-size: 1.9vh;
    margin-top: 0;
}
.fl-table {
    border-radius: 5px;
    font-size: 12px;
    font-weight: normal;
    border: none;
    border-collapse: collapse;
    width: 100%;
    max-width: 100%;
    white-space: nowrap;
    background-color: white;
}

.fl-table td, .fl-table th {
    text-align: center;
    padding: 8px;
}

.fl-table td {
    border-right: 1px solid #d4d4d4;
    font-size: 16px;
    border-bottom: 1px solid #d4d4d4;
    padding: 20px 8px;
}

.fl-table thead th {
    color: #ffffff;
    background: #4FC3A1;
    font-size: 20px;
    font-weight: normal;
}
.inside-package p span {
    color: #f59d1c;
}
.inside-package p {
    margin-top: 3vh;
    color: #7c7c7c;
}


.fl-table tr:nth-child(even) {
    background: #F8F8F8;
}
.fl-table thead th.one {
    background-color: #1fb9f6;
    width: 35%;
}
.fl-table thead th.two {
    background-color: #4581f3;
    width: 35%;
}
.fl-table thead th.three {
    background-color: #5f59f1;
    width: 35%;
}
.inside-package p a {
    display: inline-block;
}

/*建站知识*/
.section {
    padding: 40px;
    background-color: #fff;
    margin-top: 2vh !important;
    border-radius: 5px;
}
.topNav {
	position: fixed !important;
	width: 100%;
	top: 0;
	left: 0;
	height: 65px;
	background: #fff;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .3);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .3);
}
.topNav.dark {
	background: #000;
	background: rgba(0, 0, 0, .92);
	border-bottom: 4px solid #222;
}
.topNav ul {
	position: relative;
	overflow: hidden;
	width: 960px;
	margin: 0 auto;
	display: block;
}
.topNavLink {
	float: left;
	margin: 0 5px 0;
}
.topNavLink a {
	display: block;
	height: 18px;
	margin: 15px 0 0;
	line-height: 16px;
	padding: 7px 12px;
	color: #666;
	border: 1px solid #fff;
	font-weight: normal;
}
.white .topNavLink.active a {
	background: #ccc;
	color: #333;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #fcfcfc 3%, #eeeeee 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(3%, #fcfcfc), color-stop(100%, #eeeeee)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fcfcfc 3%, #eeeeee 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fcfcfc 3%, #eeeeee 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fcfcfc 3%, #eeeeee 100%); /* IE10+ */
	background: linear-gradient(top, #fcfcfc 3%, #eeeeee 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#eeeeee', GradientType=0 ); /* IE6-9 */
	border-color: #ddd;
}
.dark .topNavLink.active a {
	background: #222;
	color: #fff;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #4c4c4c 3%, #333333 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(3%, #4c4c4c), color-stop(100%, #333333)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #4c4c4c 3%, #333333 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #4c4c4c 3%, #333333 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #4c4c4c 3%, #333333 100%); /* IE10+ */
	background: linear-gradient(top, #4c4c4c 3%, #333333 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#333333', GradientType=0 ); /* IE6-9 */
	border: none;
}
.dark .topNavLink a {
	border: none;
}
.white .topNavLink a:hover {
	color: #444444;
	text-decoration: none;
}
.dark .topNavLink a:hover {
	color: #ccc;
	text-decoration: none;
}
.topNav .colors {
	position: relative;
	overflow: hidden;
	float: right;
	width: 100px;
	margin: 22px 0 0;
}
.topNav .colors span {
	display: block;
	position: relative;
	overflow: hidden;
	width: 14px;
	height: 0;
	padding: 14px 0 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
	float: left;
}
.topNav .colors .label {
	width: 40px;
	font-size: 10px;
	padding: 0;
	height: 16px;
	line-height: 16px;
	color: #999;
}
.topNav .colors span.white {
	background: #fff;
	border: 1px solid #fff;
}
.topNav .colors span.dark {
	background: #111;
	border: 1px solid #000;
	margin: 0 0 0 5px;
}
.topNav .colors.white span.white {
	border: 1px solid #999;
}
.topNav .colors.dark span.dark {
	background: #000;
	border: 1px solid #999;
}
.pageScroll {
    position: fixed !important;
    top: 20%;
    left: 0.5%;
    width: 167px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.1);
}
.scrollNav a {
    display: block;
    color: #666;
    font-weight: normal;
    padding: 8px 10px;
    font-size: 13px;
}
.scrollNav {
	border-top: 1px solid #ebeded;
}
.scrollNav_1, .scrollNav_1 a {
	border:none;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.scrollNav a:hover {
	color: #444;
	text-decoration: none;
}
li.scrollNav.active a {
    background: #0982f6;
    color: #fff;
    font-weight: bold;
}
.scrollNav_6.active a{
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
#lrzj {
	position: fixed;
	z-index: 999;
	height: 94%;
	top: 3%;
	right: 5%;
	width: 20px;
	text-align: center;
}
#lrzj a {
	display: block;
	position: absolute;
	padding: 12px 10px 5px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, .3);
	-moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, .3);
	box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, .3);
}
#lrzj.light a {
	border: 7px solid #fff;
	background: #f8f6f6; /* Old browsers */
	background: -moz-linear-gradient(top, #f8f6f6 0%, #e8e7e7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8f6f6), color-stop(100%, #e8e7e7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f8f6f6 0%, #e8e7e7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f8f6f6 0%, #e8e7e7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f8f6f6 0%, #e8e7e7 100%); /* IE10+ */
	background: linear-gradient(top, #f8f6f6 0%, #e8e7e7 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f6f6', endColorstr='#e8e7e7', GradientType=0 ); /* IE6-9 */
}
#lrzj.dark a {
	border: 7px solid #1c1c1c;
	-webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, .3);
	-moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, .3);
	box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, .3);
	background: #f8f6f6; /* Old browsers */
	background: -moz-linear-gradient(top, #3f3f3f 0%, #292929 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3f3f3f), color-stop(100%, #292929)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #3f3f3f 0%, #292929 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #3f3f3f 0%, #292929 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #3f3f3f 0%, #292929 100%); /* IE10+ */
	background: linear-gradient(top, #3f3f3f 0%, #292929 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f3f3f', endColorstr='#292929', GradientType=0 ); /* IE6-9 */
}
#lrzj a:hover {
	text-decoration: none;
	color: #fff;
}
#lrzj a.next {
	bottom: 0;
}
#lrzj a.prev {
	top: 0;
}

.inside-knowledge {
    width: 100%;
    margin-bottom: 2vh;
}
div#wrapper {
    margin: 0 auto;
    width: 79.349%;
}
.section h1 {
    font-weight: normal;
    padding-left: 3vh;
    padding-bottom: 1.5vh;
    margin-bottom: 1.5vh;
    border-bottom: 1px solid #eaeaea;
    position: relative;
    font-size: 2.82vh;
    color: #181818;
}
.section h1:before {
    content: "";
    position: absolute;
    width: 5px;
    height: 20px;
    background-color: rgb(0, 203, 204);
    top: 16%;
    left: 0;
}
.section p {
    color: #717171;
    margin-bottom: 4vh;
    font-size: 1.52vh;
    line-height: 3vh;
}

.inside-style{    display: table;
    width: 100%;
    margin-bottom: 55px;}

/*面包屑*/
.inside-package .title-mbx {
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    display: flex;
    width: 1310px;
    margin: 0 auto;
    position: absolute;
    top: 0;
}
.inside-style .title-mbx {
    font-size: 15px; border-bottom:1px solid #efefef;
    
    display: flex;
    margin: 0 5%;
}
.inside-knowledge .title-mbx {
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    display: flex;
    width: 79%;
    margin: 0 auto;
}
.title-mbx span {
    color: #888888;
}

/*浮动*/
.yingdao{
position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:rgba(0,0,0,0.40);
    z-index: 999;

}
.yingdao .yingdao_box{    width: 697px;
    height:379px;
    margin: 0 auto; position: relative;
    margin-top: 14%;}
    
