@charset "utf-8";
.w1600 {
    width:94%;
    min-width:1600px;
    margin:0 auto;
    position: relative;
}
.b-1 {
    background: url(../images/b-1.jpg);
    width: 100%;
    overflow: hidden;
}
.b-1 .b-1-left {
    margin-left: 0px;
    float: left;
    margin-top: -23px;
    width: 44%;
}
.b-1 .b-1-right {
    margin-left: 44%;
    width: 56%;
}
.b-1 .b-1-title{
    font-size: 50px;
    /* color: #092676; */
    line-height: 60px;
    text-align: center;
    margin-bottom: 100px;
    padding: 100px 0 0;
}
.b-1 .b-1-right .b-1-content {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 90px;
}
.b-1 .b-1-contents:nth-child(3n) {
    margin-right: 0 !important;
}
.b-1 .b-1-right .b-1-contents {
    position: relative;
    text-align: center;
    width: 32%;
    padding: 24px 26px;
    margin-bottom: 20px;
    box-sizing: border-box;
    margin-right: 2%;
    background: #fff;
    box-shadow: 5px 5px 10px #e6e6e6f8;
}
.b-1 .b-1-right .b-1-contents:hover {
    transform: translate3d(0, -5px, 0);
    transition: all .4s ease-out;
}
.b-1 .b-1-right .b-1-contents .r{
    margin-top: 15px;
}
.b-1 .b-1-right .b-1-contents .r h3{
    font-size: 22px;
    color: #4a4a4a;
    line-height: 30px;
    margin-bottom: 5px;
}
.b-1 .b-1-right .b-1-contents .r p{
    font-size: 16px;
    color: #7e868c;
    line-height: 25px;
}
.b-2 {
    background: url(https://vip.helloimg.com/images/2023/11/18/owmIZA.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
    z-index: 1;
    text-align: center;
    width: 100%;
    overflow: auto;
}
.b-2 .b-2-title{
    font-size: 50px;
    /* color: #092676; */
    line-height: 60px;
    text-align: center;
    margin-bottom: 50px;
    padding: 70px 0 0;
}
.b-2 .b-2-left {
    float: left;
    width: 56%;
    margin-right: 0%;
}
.b-2 .b-2-left .b-2-content {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 60px;
}
.b-2 .b-2-contents:nth-child(2n) {
    margin-right: 0 !important;
}
.b-2 .b-2-left .b-2-contents {
    position: relative;
    text-align: center;
    width: 42%;
    padding: 24px 26px;
    margin-bottom: 20px;
    box-sizing: border-box;
    margin-right: 5%;
    background: #fff;
    box-shadow: 1px 1px 5px #e6e6e6f8;
}

.b-2 .b-2-left .b-2-contents:hover {
    transform: translate3d(0, -5px, 0);
    transition: all .4s ease-out;
}
.b-2 .b-2-left .b-2-contents .r{
    margin-top: 15px;
}
.b-2 .b-2-left .b-2-contents .r h3{
    font-size: 22px;
    color: #4a4a4a;
    line-height: 30px;
    margin-bottom: 5px;
}
.b-2 .b-2-left .b-2-contents .r p{
    font-size: 16px;
    color: #7e868c;
    line-height: 25px;
}
.b-2-right {
    margin-top: 40px;
    float: left;
    width: 44%;
}
.b-2-right-img {
    position: relative;
}
.b-2-right-f {
    width: 600px;
    text-align: end;
    height: 500px;
    position: absolute;
    margin-top: -508px;
}
.c-app-img {
    position: absolute;
    margin-top: 150px;
    margin-left: -90px;
    animation: float 4s ease-in-out infinite;
}
.c-hz-img {
    position: absolute;
    margin-left: -450px;
    margin-top: 300px;
    animation: float 4s ease-in-out infinite;
}
.c-mf-img {
    position: absolute;
    margin-left: -250px;
    animation: float 4s ease-in-out infinite;
}
@keyframes float {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
    }

    100% {
        transform: translateY(0);
    }
}
.b-3 {
    background: #f7f8fa;
    padding-bottom: 50px;
    min-width: 1600px;
}
.b-3 h2 {
    font-size: 50px;
    text-align: center;
    padding: 100px 0 47px;
}
.b-4 {
	background-image: url(https://vip.helloimg.com/images/2023/11/18/owm76z.gif);
	padding: 60px 0;
}
.b-4 .common_tit {
    height: 142px;
    color: #fff;
}
.b-4 .common_tit h2 {
    color: #ffffff;
}
.b-4 .common_tit p {
    color: rgba(255, 255, 255, .37);
}
.b-4  ul {
    padding: 0px;
    margin: 0;
    height: auto;
    overflow: hidden;
}
.b-4  ul li {
    background-color: #FFF;
    height: 196px;
    width: 40%;
    margin-bottom: 14px;
    float: left;
    padding-left: 32px;
    padding-top: 16px;
    padding-right: 30px;
    border-radius: 4px;
    box-sizing: border-box;
}
.b-4  ul li:nth-child(even) {
    float: right;
}
.b-4  ul li i {
    font-size: 30px;
    font-style: normal;
    background-image: url(/template/pc/skin/images/bg3.gif);
    display: block;
    height: 63px;
    width: 63px;
    line-height: 62px;
    text-align: center;
    color: #666;
    font-weight: 700;
    float: left;
    margin-right: 5px;
}
.b-4  ul li strong {
    font-size: 22px;
    color: #1c85a4;
    display: block;
    height: 63px;
    line-height: 62px;
}
.b-4  ul li p {
    line-height: 26px;
    padding-top: 12px;
    color: #8F8F8F;
    font-size: 16px;
}
.b-4  .center {
    -o-transition: all .6s;
    -moz-transition: all .6s;
    -webkit-transition: all .6s;
    -ms-transition: all .6s;
    transition: all .6s;
    height: 617px;
    width: 282px;
    margin-left: -141px;
    position: absolute;
    left: 50%;
    top: 0;
    right: 50%;
    z-index: 1;
}
.b-4  .center_txt {
    position: absolute;
    left: 50%;
    top: 60px;
    right: 50%;
    width: 16%;
    margin-left: -141px;
    text-align: center;
    font-size: 36px;
    color: #1c85a4;
    z-index: 2;
}
.main_ysms {
	overflow: hidden;
	position: relative;
	padding-bottom: 100px;
}
.main_ysms .common_tit {
    height: 161px;
    padding-top: 70px;
}
.common_tit {
    text-align: center;
    clear: both;
    float: none;
    height: 161px;
    min-width: 1600px;
}
.common_tit h1, .common_tit h2 {
    color: #1c85a4;
    font-size: 50px;
    display: block;
}
.common_tit p {
    font-size: 24px;
    padding-top: 10px;
    color: #666;
}
.common_tit i {
    font-size: 0;
    line-height: 0;
    background-color: #1c85a4;
    display: inline-block;
    height: 5px;
    width: 70px;
    margin-top: 10px;
}
.main_ysms  .bd .con {
}
.main_ysms  .bd .con .pic {
    text-align: center;
    width: 50%;
    float: left;
}
.main_ysms  .bd .con .pic img{
    width: 100%;
}
.main_ysms  .bd .con .txt {
    width: 46%;
    float: left;
    padding: 4% 0 0 4%;
}
.main_ysms  .bd .con .txt p {
    color: #999;
    padding-top: 35px;
    font-size: 18px;
}
.main_ysms  .bd .con .txt span {
    color: #999;
    font-size: 18px;
    line-height: 44px;
}
.main_ysms  .bd .con .txt h3 {
    font-size: 30px;
    color: #333;
}
.main_ysms  .bd .con .txt strong {
    font-size: 26px;
    font-weight: 400;
    color: #666;
}
.main_jjfa {
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: #f0f0f0;
    position: relative;
}
.main_jjfa .common_tit {
    text-align: center;
    clear: both;
    float: none;
    height: 161px;
}
.main_jjfa .box {
    padding-top: 50px;
    width:94%;
    margin:0 auto;
    overflow: hidden;
}
.main_jjfa ul li {
    transition: all .6s;
    float: left;
    width: 33%;
    display: block;
    font-size: 22px;
    color: #333;
    font-weight: 700;
    border-radius: 3px;
    box-sizing: border-box;
    padding: 30px 24px 20px;
}
.main_jjfa ul li:hover {
    background-color: #d8e2f0;
}
.main_jjfa ul li img {
    float: left;
    height: 95px;
    width: 95px;
    margin-right: 15px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.main_jjfa ul li p {
    font-size: 16px;
    line-height: 26px;
    color: #999;
    font-weight: 400;
    padding-top: 10px;
}


















.b-5 {
	padding: 100px 0 50px;
	background: #f7f8fa;
}
.b-5 h2 {
	font-size: 36px;
	text-align: center;
	color: #092676;
	padding: 0 0 40px;
}
.b-5 .hd {
	text-align: center;
}
.b-5 .hd li {
	display: inline-block;
	font-size: 16px;
	margin: 0 15px;
	border-bottom: 2px solid #f7f8fa;
	padding-bottom: 4px;
	cursor: pointer;
}
.b-5 .hd li.on, .b-5 .hd li:hover {
	border-bottom: 2px solid #17347e;
}
.b-5 .bd {
	width: 1200px;
	position: relative;
	margin: 40px auto 0;
}
.b-5 .bd .slist {
	width: 100%;
	overflow: hidden;
}
.b-5 .bd ul {
}
.b-5 .bd li {
	width: 280px;
	float: left;
	display: inline;
	margin-right: 26px;
}
/*.b-5 .bd li:nth-child(4n){float:right;margin-right:0;}*/
.b-5 .bd li .t {
	background: #fff;
}
.b-5 .bd li .t a {
	display: block;
	padding: 8px 0 20px 0;
}
.b-5 .bd li .t a:hover {
	background: #1f5093;
	color: #fff;
}
.b-5 .bd li .t a:hover em {
	color: #fff;
}
.b-5 .bd li .t h3 {
	width: 206px;
	height: 30px;
	line-height: 30px;
	background: url(../images/rr.png);
	margin: 0 auto;
	font-size: 15px;
	padding-left: 30px;
}
.b-5 .bd li .t .sp {
	padding: 8px 0;
}
.b-5 .bd li .t p {
	font-size: 14px;
	padding: 0 22px;
	line-height: 25px;
}
.b-5 .bd li .t p em {
	color: #d72025;
	font-family: Arial;
}
.b-5 .bd li .t span {
	display: block;
	width: 79px;
	height: 36px;
	line-height: 36px;
	background: url(../images/m.png);
	color: #fff;
	margin: 0 0 0 22px;
	font-size: 14px;
	padding-left: 40px;
}
.b-5 .btn {
	width: 64px;
	height: 18px;
	background: url(../images/btn2.png);
	position: absolute;
	top: -25px;
	right: 0;
}
.b-5 .btn .prev {
	width: 32px;
	height: 18px;
	float: left;
	cursor: pointer;
}
.b-5 .btn .next {
	width: 32px;
	height: 18px;
	float: right;
	cursor: pointer;
}
.b-7 {
	width: 94%;
	padding: 70px 0 130px;
	margin: 0 auto;
	min-width: 1600px;
	overflow: auto;
}
.b-7 h2 {
    font-size: 50px;
    text-align: center;
    color: #1c85a4;
    padding: 0 0 40px;
}
.b-7 ul li{
	width: 30.66%;
	float: left;
	box-sizing: border-box;
	margin-right: 4%;
}
.b-7 ul li:nth-child(3n) {
    margin-right: 0;
}
.b-7 dt {
	height: 41px;
	line-height: 41px;
	border-bottom: 1px dashed #ddd;
	padding: 10px 0;
}
.b-7 dt h3 {
	float: left;
	font-size: 24px;
	font-weight: normal;
	background: url(../images/line2.png) left center no-repeat;
	padding-left: 16px;
	color: #000;
}
.b-7 dt a {
	float: right;
	font-family: Arial;
}
.b-7 dd {
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    border-bottom: 1px dashed #ddd;
    display: inline-block;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.b-7 dd a {
	float: left;
	background: url(../images/ico9.png) left center no-repeat;
	padding-left: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 76%;
}
.b-7 dd span {
	float: right;
	font-family: Arial;
	color: #888;
}
.b-8 {
	background-image: linear-gradient(to right, #1c85a4 , #b5cd32 );
}
.b-8 .wrap {
	position: relative;
	height: 140px;
	min-width: 1600px;
}
.b-8 .wrap .p {
	width: 236px;
	height: 204px;
	background: url(../images/girl.png);
	position: absolute;
	bottom: 0;
	left: -36px;
}
.b-8 .wrap .hotline {
	font-size: 18px;
    color: #fff;
    float: left;
    margin: 42px 0 0 250px;
}
.b-8 .wrap .hotline em {
	display: block;
	font-family: Arial;
	font-size: 40px;
	line-height: 34px;
}
.b-8 .wrap form {
	float: right;
    width: 828px;
    height: 92px;
    float: right;
    margin-top: 24px;
    position: relative;
    font-size: 18px;
}
.b-8 .wrap .name {
	width: 343px;
	height: 44px;
	background: #f2f2f2;
	position: absolute;
	top: 0;
	left: 0;
	padding-left: 8px;
}
.b-8 .wrap .phone {
	width: 343px;
	height: 44px;
	background: #f2f2f2;
	position: absolute;
	top: 0;
	left: 354px;
	padding-left: 8px;
}
.b-8 .wrap select {
	width: 540px;
	height: 44px;
	background: #f2f2f2;
	position: absolute;
	bottom: 0;
	left: 0;
	color: #777;
}
.b-8 .wrap .text {
	width: 697px;
	height: 44px;
	background: #f2f2f2;
	position: absolute;
	bottom: 0;
	left: 0;
	color: #777;
	padding-left: 8px;
}
.b-8 .wrap .submit {
	width: 120px;
    height: 94px;
    background: #f00;
    position: absolute;
    top: -1px;
    right: 0px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    background: linear-gradient(#1787c5, #17347e);
    border-radius: 4px;
    font-size: 16px;
}
/*首页快速办理模块*/
.list_pic {
    width: 94%;
    margin: 0 auto;
}
.list_pic ul li {
    width: 24%;
    margin: 0 1% 1% 0;
    float: left;
}
.list_pic ul li a {
    border: 1px solid #ededed;
    padding: 4px;
    display: block;
    background: #fff;
}
.list_pic ul li a div {
    overflow: hidden;
    width: 100%;
    /* height: 100%; */
    text-align: center;
}
.list_pic ul li a div img {
    width: 100%;
    /* height: 100%; */
    border: 0;
    -webkit-transition: all 1s;
}
.list_pic ul li a .title {
    min-height: 47px;
    text-align: center;
    background: #1c85a4;
    font-weight: bold;
    line-height: 47px;
    /* margin: 0 !important; */
    /* margin: 12px auto 30px auto; */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 10px;
}
.list_pic ul li a p {
    font-size: 22px;
    color: #fff;
}
.list_pic ul li:hover{
	box-shadow:0px 1px 10px rgba(0,0,0,0.1);
}
.list_pic ul li a:hover div img{
	transform:scale(1.3);
	-webkit-transform:scale(1.3);
	-moz-transform:scale(1.3);
	-o-transform:scale(1.3);
}
/* 首页关于我们 */
.b-11 {
    overflow: hidden;
    /* padding-top: 120px; */
    position: relative;
    width: 100%;
    z-index: 1;
}
.new_home2 {
    height: 985px;
    margin: 0 auto;
    background-color: #f5f6f8;
    /* width: 98%; */
}
.b-11kuang {
	margin-top:130px;
}
.s-wrap {
    width: 1500px;
    margin: 0 auto;
    height: 100%;
    position: relative;
    display: flex;
}
.new_home2 .left {
    position: relative;
    width: 430px;
    color: #fff;
    z-index: 1;
    display: flex;
    font-size: 20px;
}
.dir-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}
.new_home2 .left .t {
    flex-wrap: wrap;
    display: flex;
    width: 313px;
    margin-bottom: 25px;
    font-family: '微软雅黑';
}
.new_home2 .left .t .t1 {
    width: 100%;
}
.new_home2 .left .line {
    width: 14px;
    height: 185px;
    margin-left: 4px;
    position: relative;
    background: url(/tupian/home_line1.png) no-repeat left bottom;
    margin-bottom: 35px;
}
.new_home2.showd .left .line .icon {
    animation: arrow 4s 0.5s;
    z-index: 10;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #e1152f;
    position: absolute;
    top: 0;
    right: -6px;
}
.new_home2.showd .left .line .icon {
    animation: arrow 4s 0.5s;
}
.new_home2 .right {
    flex: 1;
    -ms-flex: 1;
    text-align: center;
    position: relative;
    padding-bottom: 210px;
    z-index: 1;
    display: flex;
}
.new_home2 .right .div {
    width: 920px;
    margin-left: auto;
    margin-top: 200px;
}
.new_home2 .right .div .jlogo {
    width: 170px;
    height: 170px;
    margin: 0 auto;
    border-radius: 100px;
    position: relative;
    top: -50px;
    background: url(/tupian/ilogo.png) no-repeat center;
    background-color: #fff;
    box-shadow: 0 5px 10px 0px #ddd;
}
.new_home2 .right .bgf {
    width: 1285px;
    height: 100%;
    background: url(https://vip.helloimg.com/images/2023/11/18/owmzMR.jpg) no-repeat;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    clip: rect(985px,1285px,985px,0px);
}
.new_home2.showd .right .bgf {
    /* transition: all 5s 0s; */
    /* -webkit-transition: all 5s 0s; */
    clip: rect(0,1285px,985px,0px); 
}
.new_home2 .right .tit {
    color: #444444;
    font-size: 50px;
    line-height: 1.2;
}
.new_home2 .right .p1 {
    color: #444444;
    width: 920px;
    margin: 0 auto;
    margin-top: 38px;
    font-family: '微软雅黑';
    font-size: 24px;
}
.new_home2 .right .p2 {
    color: #999999;
    margin-top: 15px;
    line-height: 2;
    font-family: '微软雅黑';
    text-align: center;
    width: 920px;
    font-size: 18px;
}
.x-more {
    display: inline-block;
    height: 49px;
    line-height: 49px;
    text-align: center;
    border-radius: 32px;
    background: #b50b20;
    width: 160px;
    color: #fff;
    padding: 0 20px;
    color: #fff !important;
}
.x-more .s1 {
    display: inline-block;
    font-family: '微软雅黑';
    font-size: 18px;
}
.x-more .arr {
    transition: all 0.4s;
    width: 20px;
    background: url(/tupian/arr1.png) no-repeat right center;
    height: 100%;
    transition: all 0.4s ease;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -3px;
}
.new_home2 .x-more {
    margin-top: 44px;
}
.new_home2 .left::after {
    width: 696px;
    height: 100%;
    background: url(/tupian/home_back1.jpg) no-repeat;
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
.b-12{
    background: url(https://vip.helloimg.com/images/2023/11/15/ovO9BC.jpg) no-repeat center top;
    padding: 60px 0 90px;
    background-size: cover;
    min-width: 1600px;
}
.aitle {
    text-align: center;
    font-size: 36px;
    line-height: 36px;
    position: relative;
    padding-bottom: 28px;
    font-family: 'Source Han Sans CN';
    padding-top: 40px;
}
.aitle-white {
    color: #fff;
    font-weight: 500;
    letter-spacing: 2px;
}
.b-12 .aitle span {
    color: #b7965b;
}
.aitle:after {
    content: "";
    display: block;
    width: 121px;
    height: 3px;
    background: #d8bc84;
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -60px;
}
.b-12 .aitle-tip {
    margin-bottom: 40px;
    font-size: 18px;
    text-align: center;
    line-height: 30px;
    padding-top: 18px;
    font-family: 'Source Han Sans CN';
    color: #fff;
}
.sec-6 {
    width: 94%;
    margin: 0 auto;
    min-width: 1600px;
}
.sec-6 .sec-6-r {
    float: left;
    width: 103%;
}
.sec-6 .sec-6-r .sec-6-r-item {
    width: 18.5%;
    height: 190px;
    background: #b5b5b5;
    margin-bottom: 18px;
    margin-right: 18px;
    float: left;
    position: relative;
}
.sec-6 .sec-6-r .sec-6-r-item .sec-6-r-item-logo {
    width: 100%;
    height: 100%;
    background: #fff;
}
.sec-6 .sec-6-r .sec-6-r-item .sec-6-r-item-logo>div {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    text-align: center;
    top: 50%;
    /* transform: translateY(-50%); */
    -webkit-transform: translateY(-50%);
}
.sec-6-r-item-logo img {
    width: 60%;
}

.kuajiehezuo {
    background-color: #FAFAFA;
    height: 970px;
    overflow: hidden;
}
.kuajiehezuo .head {
    background-image: url(/template/pc/skin/images2/p2.jpg);
    background-repeat: repeat-y;
    background-position: center bottom;
    height: 310px;
    color: #FFF;
    padding-top: 70px;
}
.common_tit p.white {
    color: #fff;
}
.kuajiehezuo .box {
    position: relative;
    width:94%;
    margin:30px auto 0;
    min-width: 1600px;
}
.kuajiehezuo .box .b {
    overflow: hidden;
    position: absolute;
    height: 580px;
    top: -129px;
}
.kuajiehezuo .box .b ul li {
    width: 32%;
    float: left;
    margin-right: 2%;
    box-sizing: border-box;
    padding: 2%;
}
.kuajiehezuo .box .b ul li:nth-child(3n) {
    margin-right: 0;
}
.kuajiehezuo .box .b ul li:hover .tit {
    background: #026bbc;
}
.kuajiehezuo .box .b ul li .rc {
    background-image: url(/template/pc/skin/images/ico_tips_rc.png);
    background-repeat: no-repeat;
    background-position: right top;
}
.kuajiehezuo .box .b ul li .tit {
    background-color: #1c85a4;
    height: 93px;
    color: #FFF;
    text-align: center;
    font-size: 22px;
    line-height: 36px;
    padding-top: 15px;
    transition: .3s;
}
.kuajiehezuo .box .b ul li .tit strong {
    font-size: 28px;
}
.kuajiehezuo .box .b ul li .text {
    height: 354px;
    padding-right: 50px;
    padding-left: 54px;
    padding-top: 42px;
    line-height: 26px;
    background-color: #FFF;
    /* background-image: url(http://81.69.225.102:1230/static/images/bg4.gif); */
    background-repeat: repeat-x;
    background-position: bottom;
    padding-bottom: 15px;
    box-shadow: 0 0 10px 0 #ccc;
    font-size: 18px;
}
.kuajiehezuo .box .b ul li .text span {
    color: #999;
    line-height: 24px;
    display: block;
    padding-bottom: 40px;
}
.kuajiehezuo .box .b ul li .text a {
    height: 55px;
    width: 168px;
    display: block;
    line-height: 54px;
    text-align: center;
    background-color: #666666;
    font-size: 18px;
    color: #FFF;
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
}
.kuajiehezuo .box .b ul li:hover .text a{
	background-color:#1c85a4;
}




/*我们的服务*/
.cloud-product-box {
	background: #f4f4f4
}
.cloud-product-box .common_tit{
	height:auto;
}
.cloud-product {
	position: relative;
	z-index: 9;
	padding: 60px 0
}
.color-blue {
	color: #009fd9;
}
.cloud-product-explain {
	margin-top: 26px;
	margin-bottom: 82px;
	height: 16px;
	line-height: 24px;
	text-align: center;
	font-size: 16px;
	color: #999
}
.cloud-product-ul {
	width: 100%
}
.cloud-product-ul li {
	position: relative;
	margin-left: 1%;
	width: 15%;
	height: 522px;
	float: left;
	background: #fff;
}
.cloud-product-ul li:first-child {
	margin-left: 0
}
.cloud-product-single-top {
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background-color: #f2f2f2
}
.cloud-product-name {
	font-size: 18px;
	color: #333;
	font-weight: 700
}
.cloud-product-single-bottom {
	width: 100%;
	height: 340px
}
.empty-space {
	width: 100%;
	height: 99px
}
.single-bottom-item {
	height: 340px;
	width: 100%
}
.single-bottom-item:first-child {
	border-right: 1px solid #eee
}
.bg-product-pic {
	margin: 48px auto 0;
	width: 100%;
	height: 82px
}
.server-header-01 {
	background: url(/template/pc/skin/images/product_header_icon_01.png) center no-repeat
}
.server-header-02 {
	background: url(/template/pc/skin/images/product_header_icon_02.png) center no-repeat
}
.server-header-03 {
	background: url(/template/pc/skin/images/product_header_icon_03.png) center no-repeat
}
.server-header-04 {
	background: url(/template/pc/skin/images/product_header_icon_04.png) center no-repeat
}
.server-header-05 {
	background: url(/template/pc/skin/images/product_header_icon_05.png) center no-repeat
}
.server-header-06 {
	background: url(/template/pc/skin/images/product_header_icon_06.png) center no-repeat
}
.server-header-active-01 {
	background: url(/template/pc/skin/images/product_header_active_icon_01.png) center no-repeat
}
.server-header-active-02 {
	background: url(/template/pc/skin/images/product_header_active_icon_02.png) center no-repeat
}
.server-header-active-03 {
	background: url(/template/pc/skin/images/product_header_active_icon_03.png) center no-repeat;
}
.server-header-active-04 {
	background: url(/template/pc/skin/images/product_header_active_icon_04.png) center no-repeat
}
.server-header-active-05 {
	background: url(/template/pc/skin/images/product_header_active_icon_05.png) center no-repeat
}
.server-header-active-06 {
	background: url(/template/pc/skin/images/product_header_active_icon_06.png) center no-repeat
}
.idc-bg {
	background: url(/template/pc/skin/images/index-sprite.png) 0 -1421px no-repeat
}
.host-bg {
	background: url(/template/pc/skin/images/index-sprite.png) -6px -1256px no-repeat
}
.product-introduce-title {
	margin-bottom: 14px;
	height: 22px;
	line-height: 22px;
	font-size: 22px;
	text-align: center
}
.product-introduce-title.normal-weight {
	font-weight: 400
}
.product-introduce-content {
	margin: 0 auto 20px;
	width: 200px;
	line-height: 14px;
	font-size: 16px;
	text-align: center;
	color: #999;
}
.product-introduce-list {
	margin: 0 auto;
	padding-top: 28px;
	height: 135px;
	width: 84%;
	border: 1px solid #f1f1f1;
	border-left: none;
	border-right: none
}
.introduce-list-small {
	margin-bottom: 18px;
	line-height: 14px;
	font-size: 16px;
	color: #999;
	text-align: center;
}
.product-introduce-price {
	margin: 48px auto 0;
	font-size: 14px;
	text-align: center;
	color: #333
}
.normal-inner {
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s
}
.active-inner {
	position: relative;
	display: none;
	height: 100%;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s
}
.introduce-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 360px
}
.active-inner-01 {
	background: linear-gradient(#0084ff, #026bbc);
}
.active-inner-02 {
	background: linear-gradient(#0084ff, #026bbc);
}
.active-inner-03 {
	background: linear-gradient(#0084ff, #026bbc);
}
.active-inner-04 {
	background: linear-gradient(#0084ff, #026bbc);
}
.active-inner-05 {
	background: linear-gradient(#0084ff, #026bbc);
}
.active-inner-06 {
	background: linear-gradient(#0084ff, #026bbc);
}
.cloud-product-ul li.active .active-inner {
	display: block;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1
}
.cloud-product-ul li.active .normal-inner {
	display: none;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0
}
.cloud-product-ul li {
	-webkit-box-shadow: 1px 1px 12px rgba(0, 0, 0, .08);
	-moz-box-shadow: 1px 1px 12px rgba(0, 0, 0, .08);
	box-shadow: 1px 1px 12px rgba(0, 0, 0, .08);
	-webkit-transition: width .15s linear;
	-o-transition: width .15s linear;
	-moz-transition: width .15s linear;
	transition: width .15s linear
}
.cloud-product-ul li.active {
	z-index: 9;
	width: 20%;
	-webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 4px 20px rgba(0, 0, 0, .2);
	box-shadow: 0 4px 20px rgba(0, 0, 0, .2);
}
.active .product-introduce-content {
	color: #eff6ff
}
.active-product-introduce-title {
	color: #fff
}
.active .product-introduce-list {
	padding: 22px 0;
	height: auto;
	border-color: #3f9ff9
}
.introduce-list-large {
	margin: 0 auto;
	width: 228px;
	line-height: 24px;
	color: #ddebff;
	font-size: 16px;
}
.active .product-introduce-price {
	margin-top: 32px;
	color: #fefeff
}
.product-introduce-price .price-white {
	display: inline-block;
	font-size: 36px;
	height: 36px;
	line-height: 36px;
	color: #fff
}
.buy-link-btn {
	display: block;
	margin: 30px auto 0;
	width: 90%;
	height: 40px;
	line-height: 39px;
	background-color: #ff9600;
	color: #fff !important;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0
}
.buy-link-btn-s {
	display: block;
	margin: 30px auto 0;
	width: 50%;
	height: 40px;
	line-height: 39px;
	background-color: #026bbc;
	color: #fff !important;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.buy-link-btn:hover {
	background-color: #f80
}
.product-tab-wrapper {
	width: 100%
}
.product-tab-item {
	width: 100%;
	height: 30px;
	margin-bottom: 10px;
	overflow: hidden;
	transition: height .5s;
	-moz-transition: height .5s;
	-webkit-transition: height .5s;
	-o-transition: height .5s
}
.product-tab-title {
	margin: 0 auto;
	padding-left: 40px;
	width: 90%;
	min-width: 200px;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	background: url(/template/pc/skin/images/add-icon.png) no-repeat #fafafa;
	color: #666
}
.product-tab-item.active .product-tab-title {
	background: url(/template/pc/skin/images/reduce_icon.png) no-repeat #e0f9ff;
	color: #009fd9
}
.product-tab-content {
	width: 200px;
	margin-top: 6px;
	margin-left: 54px;
	line-height: 22px;
	font-size: 12px;
	color: #999
}
.product-tab-item.active {
	height: 150px
}
.cloud-product-ul .btn {
    padding: 6px 4px;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
}
/*我们的服务结束*/


/*优势*/
.strength {
    display: block;
    width: 100%;
    padding: 70px 0;
    overflow: hidden;
    background-size: cover;
    background: url(/template/pc/skin/images/blue-bg.png);
}

.strength .item {
    position: relative;
    display: block;
    float: left;
    width: 33.333%;
    height: 181px;
    text-align: center;
}
.strength .item .item-box {
    display: block;
    border-right: 1px solid #0052a7;
}
.strength .item3 .item-box {
    border-right: none;
}
.strength .item .num {
    position: relative;
    display: block;
    text-align: center;
    line-height: 1;
    font-size: 0;
    font-family: "Microsoft Yahei";
}
.strength .item .num .num-item {
    display: inline-block;
    width: 66px;
    height: 122px;
    margin: 0 2px;
    color: #fff;
    font-size: 120px;
    overflow: hidden;
}
.strength .item .num .line {
   display: inline;
   position: absolute;
   width: 50%;
   height: 3px;
   top: 50%;
   left: 26%;
   margin-top: -1px;
   background: url(/template/pc/skin/images/blue-bg.png) repeat-x center;
}
.strength .item p {
    display: block;
    text-align: center;
    font-size:22px;
    color: #fff;
    margin-top: 20px;
}
.main_zldw {
    padding-bottom: 70px;
    margin-top: 70px;
}
.main_zldw .w1600 {
    margin-top: 70px;
}
.main_zldw  ul li {
    display: block;
    float: left;
    width: 12.57%;
    margin-right: 2%;
    text-align: center;
    line-height: 22px;
    box-sizing: border-box;
}
.main_zldw  ul li img{
    width:70%;
}
.main_zldw  ul li strong {
    display: block;
    font-size: 22px;
    font-weight: 400;
    padding-top: 15px;
    padding-bottom: 15px;
}
.main_zldw  ul li:nth-child(7n) {
    margin-right: 0;
}
.content-e {
    background-color: #173257;
    position: relative;
    z-index: 1;
    text-align: center;
    height: 546px;
    width: 100%;
}
.content-e h2{
    color:#fff;
}
.content-e .common_tit{
    padding-top: 90px;
    font-size: 44px;
    line-height: 60px;
    height: 140px;
}
.content-e .e-content {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}
.e-content div{
    width: 100%;
}
.e-content div img {
    -webkit-transition: transform 0.5s;
    -moz-transition: transform 0.5s;
    -o-transition: transform 0.5s;
    transition: transform 0.5s;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    width: 60%;
}
.e-content .d-desc {
    font-size: 22px;
    font-family: Alibaba-PuHuiTi-R, Alibaba-PuHuiTi;
    font-weight: normal;
    color: #fff;
    line-height: 50px;
}
.cps-jt {
    height: 100%;
    margin: 60px 10px 0 10px;
}
