/* 未能缩å°ã€‚æ£åœ¨è¿”回未缩å°çš„内容。
(751,17): run-time error CSS1038: Expected hex color, found '#ffff'
*/
/*æœç´¢æŽ¨å¹¿ä¼˜åŠ¿*/
.advan-box{
/*background: #eee;*/
padding-top: 25px;
min-height: 200px;
padding-bottom: 50px;
}
.a-list{
padding-left: 70px;
padding-right: 70px;
margin: 10px auto 0;
}
.a-item {
float: left;
width: 18%;
margin-right: 2.5%;
text-align: center;
padding-bottom: 30px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.a-item:last-child{
margin-right: 0;
}
.a-img{
width: 80px;
height: 80px;
margin: 25px auto 25px;
overflow: hidden;
background-size: 100% 100%;
}
.a-img img{
width: 96px;
height: 96px;
}
.a1{
background: url(../images/2_03.png) no-repeat center;
background-size: 100% 100%;
}
.a-item:hover .a1{
background: url(../images/1_03.png) no-repeat center;
background-size: 100% 100%;
}
.a2{
background: url(../images/2_05.png) no-repeat center;
background-size: 100% 100%;
}
.a-item:hover .a2{
background: url(../images/1_05.png) no-repeat center;
background-size: 100% 100%;
}
.a3{
background: url(../images/2_07.png) no-repeat center;
background-size: 100% 100%;
}
.a-item:hover .a3{
background: url(../images/1_07.png) no-repeat center;
background-size: 100% 100%;
}
.a4{
background: url(../images/2_09.png) no-repeat center;
background-size: 100% 100%;
}
.a-item:hover .a4{
background: url(../images/1_09.png) no-repeat center;
background-size: 100% 100%;
}
.a5{
background: url(../images/2_11.png) no-repeat center;
background-size: 100% 100%;
}
.a-item:hover .a5{
background: url(../images/1_11.png) no-repeat center;
background-size: 100% 100%;
}
.a-item h3{
font-size: 16px;
margin: 0;
font-weight: bold;
}
.a-item p{
margin-top: 15px;
padding: 0 10px;
line-height: 22px;
height: 88px;
margin-bottom: 0;
overflow: hidden;
}
/*百度推广使用数æ®*/
.y-count{
height: 145px;
line-height: 145px;
font-size: 26px;
color: #333333;
text-align: center;
background: url(../images/y-count.jpg) no-repeat;
background-size: 100% 100%;
letter-spacing: 10px;
}
.y-count span{
color: #ff3938;
font-size: 56px;
letter-spacing: 20px;
display: inline-block;
width: 345px;
margin-left: 20px;
}
.advan2-box {
background-color: #294DF7;
background: -webkit-linear-gradient(52deg, #182FEC 0%, #0D6AF2 39%, #00C1DF 100%);
background: -o-linear-gradient(52deg, #182FEC 0%, #0D6AF2 39%, #00C1DF 100%);
background: -moz-linear-gradient(52deg, #182FEC 0%, #0D6AF2 39%, #00C1DF 100%);
background: linear-gradient(52deg, #182FEC 0%, #0D6AF2 39%, #00C1DF 100%);
padding-left: 70px;
padding-right: 70px;
height: 475px;
}
.a2-left{
float: left;
width: 45%;
color: #fff;
padding: 90px 55px 0;
}
@media (max-width: 1292px) {
.a2-left{
padding-left: 35px;
padding-right: 35px;
}
}
.a2-left h3{
font-size: 20px;
color: #fff;
-webkit-transition: all .3s cubic-bezier(.4, 0, .2, 1);
-moz-transition: all .3s cubic-bezier(.4, 0, .2, 1);
-ms-transition: all .3s cubic-bezier(.4, 0, .2, 1);
-o-transition: all .3s cubic-bezier(.4, 0, .2, 1);
transition: all .3s cubic-bezier(.4, 0, .2, 1);
}
.a2-left p{
font-size: 15px;
color: #fff;
line-height: 30px;
margin-top: 45px;
/*溢出处ç†*/
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
}
.a2-left a.look{
display: inline-block;
width: 160px;
height: 35px;
line-height: 35px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
border: 1px solid #fff;
color: #fff;
margin-top: 45px;
text-align: center;
font-size: 16px;
text-decoration: none;
}
.a2-left a.look:hover{
color: #153aed;
background: #fff;
}
.a2-right{
float: right;
width: 55%;
overflow: hidden;
}
.a2-right img{
max-width: 100%;
max-height: 475px;
}
/*推广*/
.tuiguang-box{
padding-top: 25px;
padding-bottom: 80px;
}
.t-list{
padding: 20px 100px 0;
margin: 0 auto;
}
.t-left{
float: left;
width: 48%;
padding: 30px 55px;
box-shadow: 0 0 10px #e3f4ff;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}
.t-right{
float: right;
width: 48%;
padding: 30px 55px;
box-shadow: 0 0 10px #e3f4ff;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}
.t-list h3{
font-size: 18px;
color: #333;
font-weight: bold;
-webkit-transition: all .3s cubic-bezier(.4, 0, .2, 1);
-moz-transition: all .3s cubic-bezier(.4, 0, .2, 1);
-ms-transition: all .3s cubic-bezier(.4, 0, .2, 1);
-o-transition: all .3s cubic-bezier(.4, 0, .2, 1);
transition: all .3s cubic-bezier(.4, 0, .2, 1);
}
.t-list h3:hover{
color: #00c1de;
}
.t-list p{
font-size: 15px;
color: #666;
line-height: 24px;
margin-top: 15px;
height: 72px;
overflow: hidden;
}
.t-list img{
max-width: 100%;
display: block;
margin: 0 auto;
}
/*åˆä½œå•†æˆ·*/
.hzsh{
padding-top: 25px;
padding-bottom: 50px;
}
.y-list{
margin-top: 30px;
}
.y-list ul li{
float: left;
width: 15%;
margin-right: 2%;
margin-bottom: 30px;
-webkit-transition: all .3s;
-moz-transition: all .3s;
-ms-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
}
.y-list ul li:nth-child(6n){
margin-right: 0;
}
.y-list ul li:hover{
-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.1);
-moz-box-shadow: 0px 0px 10px rgba(0,0,0,.1);
box-shadow: 0px 0px 10px rgba(0,0,0,.1);
}
.y-list ul li a{
display: block;
text-align: center;
}
.y-list ul li a img{
max-width: 100%;
height: 100px;
}
/*表å•*/
.f-container{
/*background: #00c1de;*/
background: url(../images/188.jpg) no-repeat center;
padding-top: 10px;
}
.form-box{
margin: 0 auto;
padding: 30px 70px 30px;
}
.form-box .f33{
float: left;
width: 30%;
margin-right: 5%;
}
.form-box .f33:last-child{
margin-right: 0;
}
.form-box h3{
font-size: 16px;
font-weight: normal;
margin-top: 15px;
/*color: #fff;*/
color: #333;
}
.form-box .c25{
float: left;
/*width: 20%;
margin-right: 6.66%;*/
width: 25%;
margin-top: 10px;
margin-bottom: 30px;
/*color: #fff;*/
padding-left: 10px;
}
.btn-submit{
width: 220px;
margin: 30px auto;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
padding: 10px 12px !important;
font-size: 14px;
color: #333;
letter-spacing: 3px;
}
.btn-submit:hover,
.btn-submit:focus,
.btn-submit:active,
.btn-submit:active:focus
{
color: #00c1de;
background-color: #fff;
outline: none;
border-color: #00c1de;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.checkbox input[type=checkbox]{
width: 15px;
height: 15px;
bottom: 2px;
}
.yy-box{
/*background: #239ace;
background: -moz-linear-gradient(top,#0a8cc8 0%,#67c1de 100%);
background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#0a8cc8),color-stop(100%,#67c1de));
background: -webkit-linear-gradient(top,#0a8cc8 0%,#67c1de 100%);
background: -o-linear-gradient(top,#0a8cc8 0%,#67c1de 100%);
background: -ms-linear-gradient(top,#0a8cc8 0%,#67c1de 100%);
background: linear-gradient(to bottom,#0a8cc8 0%,#67c1de 100%);
padding-top: 25px;
padding-bottom: 50px;*/
background: #fff;
padding-top: 30px;
padding-bottom: 80px;
/* margin-bottom: 50px;*/
}
/*.yy-box .box-header h2,
.yy-box .box-header span{
color: #fff !important;
}*/
.yy-list{
padding-left: 70px;
padding-right: 70px;
margin: 0 auto;
padding-top: 20px;
}
.yy-list .hd ul{
text-align: center;
}
.yy-list .hd ul li {
display: inline-block;
margin-right: 30px;
width: 150px;
border-radius: 0;
padding: 8px 12px;
cursor: pointer;
border: 1px solid #ddd;
color: #555;
}
.yy-list .hd ul li:last-child{
margin-right: 0;
}
.yy-list .hd ul li.on,
.yy-list .hd ul li:hover{
background: #00c1de;
color: #fff;
border: 1px solid #00c1de;
}
.yy-list .bd{
margin-top: 50px;
}
.yy01{
zoom: 1;
}
.yy01:after{
content: '';
display: block;
height: 0;
opacity: 0;
visibility: hidden;
clear: both;
}
.yy-left{
float: left;
width: 45%;
padding-right: 50px;
padding-left: 70px;
}
.yy-left h3{
font-size: 36px;
letter-spacing: 2px;
color: #fff;
margin: 30px 0 50px 0;
}
.yy-left p{
font-size: 18px;
color: #fff;
line-height: 34px;
overflow: hidden;
margin-bottom: 65px;
}
.yy-btn{
display: block;
width: 200px;
color: #333;
border: 1px solid #ccc;
font-size: 18px;
height: 40px;
line-height: 40px;
border-radius: 2px;
text-align: center;
}
.yy-btn:hover{
color: #00c1de;
border-color: #00c1de;
}
.yy-left1 h3,
.yy-left1 p,
.yy-left1 .yy-btn{
color: #333;
}
.yy-left1 .yy-btn{
color: #333;
border-color: #ccc;
}
.yy-left1 .yy-btn:hover{
border-color: #00c1de;
color: #4bb1d7;
background: #fff;
}
.yy-right{
float: right;
width: 54%;
margin-right: 10px;
}
.video-box video{
max-width: 100%;
}
.yy-con{
padding-right: 20px;
}
.yy-con h3{
font-size: 16px;
color: #333;
line-height: 36px;
margin: 10px 0;
}
.yy-con .t-img{
-webkit-box-shadow: 0 5px 20px 0 rgba(39,43,157,0.17);
-moz-box-shadow: 0 5px 20px 0 rgba(39,43,157,0.17);
box-shadow: 0 5px 20px 0 rgba(39,43,157,0.17);
padding: 15px;
}
.t-img img{
width: 100%;
}
.btn-base{
width: 150px;
background: #e9e9e9 !important;
border-radius: 0;
border-color: #e9e9e9 !important;
padding: 8px 12px;
}
.yy02{
text-align: center;
}
.yy02 p{
font-size: 18px;
color: #fff;
line-height: 34px;
overflow: hidden;
margin-bottom: 40px;
}
.yy02 .yy-btn{
margin: 45px auto 0;
}
.yy2 p{
color: #333;
}
.yy02 .video-box{
max-width: 900px;
margin: 0 auto;
padding-top: 30px;
background: #fff;
}
/*ä¿¡æ¯æµ xxl.html*/
/*ä»€ä¹ˆæ˜¯ä¿¡æ¯æµ*/
.xxl-list{
padding-left: 70px;
padding-right: 70px;
}
.xxl-list ul li{
float: left;
width: 32%;
margin-right: 2%;
text-align: center;
}
.xxl-list ul li:last-child{
margin-right: 0;
}
.xxl-list ul li h3{
font-size: 34px;
color: #00c1de;
}
.xxl-list ul li h3 strong{
font-size: 48px;
position: relative;
bottom: -4px;
}
.xxl-list ul li h3 span{
font-size: 30px;
}
.xxl-list ul li p{
font-size: 16px;
color: #333;
margin-top: 20px;
}
/*优势*/
.a-xxl-box{
background-color: #294DF7;
background: -webkit-linear-gradient(52deg, #182FEC 0%, #0D6AF2 39%, #00C1DF 100%);
background: -o-linear-gradient(52deg, #182FEC 0%, #0D6AF2 39%, #00C1DF 100%);
background: -moz-linear-gradient(52deg, #182FEC 0%, #0D6AF2 39%, #00C1DF 100%);
background: -ms-linear-gradient(52deg, #182FEC 0%, #0D6AF2 39%, #00C1DF 100%);
background: linear-gradient(52deg, #182FEC 0%, #0D6AF2 39%, #00C1DF 100%);
padding: 20px 70px 70px;
}
.a-xxl-box .box-header h2,
.a-xxl-box .box-header span{
color: #fff;
}
.a-xxl{
padding-left: 70px;
padding-right: 70px;
margin: 30px auto 0;
}
.a-xxl-left{
float: left;
width: 40%;
padding-top: 80px;
}
.a-xxl-left p{
font-size: 18px;
color: #fff;
height: 26px;
margin-bottom: 40px;
position: relative;
padding-left: 40px;
}
.a-xxl-left p span{
position: absolute;
top: 0;
left: 0;
width: 24px;
height: 24px;
}
.a-xxl-left p span.s1{
background: url(../images/ixxl-01.png) no-repeat center;
background-size: 100% 100%;
}
.a-xxl-left p span.s2{
background: url(../images/ixxl-02.png) no-repeat center;
background-size: 100% 100%;
}
.a-xxl-left p span.s3{
background: url(../images/ixxl-03.png) no-repeat center;
background-size: 100% 100%;
}
.a-xxl-right{
float: right;
width: 60%;
}
.a-xxl-right img{
max-width: 100%;
}
.a-xxl-left a.tj-btn{
display: inline-block;
width: 200px;
height: 45px;
line-height: 45px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
border: 1px solid #fff;
color: #fff;
margin-top: 45px;
text-align: center;
font-size: 18px;
text-decoration: none;
margin-left: 10px;
}
.a-xxl-left a.tj-btn:hover{
color: #153aed;
background: #fff;
}
/*广告展示*/
.show-box{
padding-top: 25px;
background: #f9f9f9;
margin-bottom: 50px;
}
.show1{
padding: 30px 70px;
}
.show1-left{
float: left;
width: 55%;
}
.show1-right{
float: right;
width: 45%;
padding-left: 30px;
}
.show1-right h3{
font-size: 24px;
letter-spacing: 2px;
color: #333;
margin: 55px 0 50px 0;
}
.show1-right p{
font-size: 16px;
color: #333;
line-height: 34px;
overflow: hidden;
margin-bottom: 65px;
}
.show-btn{
display: block;
width: 200px;
height: 45px;
line-height: 45px;
text-align: center;
border: 1px solid #ccc;
font-size: 18px;
color: #333;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.show-btn:hover{
color: #00c1de;
border-color: #00c1de;
}
.show2{
padding: 30px 70px;
background: #fff;
}
.show2-left{
float: left;
width: 45%;
padding-left: 85px;
}
.show2-left h3{
font-size: 24px;
letter-spacing: 2px;
color: #333;
margin: 55px 0 50px 0;
}
.show2-left p{
font-size: 16px;
color: #333;
line-height: 34px;
overflow: hidden;
margin-bottom: 65px;
}
.show2-right{
float: right;
width: 55%;
padding-left: 30px;
}
/*体验*/
.ty-box{
background: #239ace;
background: -moz-linear-gradient(top,#0a8cc8 0%,#67c1de 100%);
background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#0a8cc8),color-stop(100%,#67c1de));
background: -webkit-linear-gradient(top,#0a8cc8 0%,#67c1de 100%);
background: -o-linear-gradient(top,#0a8cc8 0%,#67c1de 100%);
background: -ms-linear-gradient(top,#0a8cc8 0%,#67c1de 100%);
background: linear-gradient(to bottom,#0a8cc8 0%,#67c1de 100%);
padding: 40px 70px;
position: relative;
}
.ty-box h3{
font-size: 36px;
color: #fff;
padding-left: 100px;
margin: 0;
height: 74px;
line-height: 74px;
}
.ty-list{
position: absolute;
top: 35px;
right: 100px;
}
.ty-list a{
display: inline-block;
margin-right: 80px;
text-decoration: none;
}
.ty-list a img{
width: 64px;
height: 64px;
}
.ty-list a span{
display: block;
color: #fff;
margin-top: 10px;
text-align: center;
}
.kty-box h3{
padding-left: 0;
}
.kty-list{
right: 50px;
}
.kty-list a{
margin-right: 40px;
}
/*直通车 ztc.html*/
/*什么是直通车*/
.ztc-video{
text-align: center;
padding: 40px 70px 0;
}
.ztc-box{
background: #ffff;
padding-top: 25px;
padding-bottom: 40px;
}
/*优势*/
.ztc-alist{
padding: 30px 70px;
}
.ztc-alist ul{
padding: 0 40px;
}
.ztc-aitem{
float: left;
width: 23%;
margin-right: 2.666%;
text-align: center;
position: relative;
padding: 20px 30px;
height: 315px;
}
.ztc-aitem:last-child{
margin-right: 0;
}
.ztc-aitem .inner{
-webkit-transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .3s;
transition: all .3s;
}
.ztc-aitem .inner img{
max-width: 100%;
}
.ztc-aitem .inner p{
font-size: 16px;
margin-top: 25px;
}
.ztc-aitem .info{
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
padding: 60px 20px 10px;
border: 1px solid #00c1de;
-webkit-animation: flip .5s ease both;
-o-animation: flip .5s ease both;
animation: flip .5s ease both;
display: none;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}
.ztc-aitem .info h3{
font-size: 18px;
font-weight: bold;
}
.ztc-aitem .info p{
font-size: 16px;
line-height: 26px;
margin-top: 50px;
padding: 0 10px;
}
@keyframes flip {
0% {
opacity: .5;
transform: perspective(400px) rotateY(30deg);
}
40% {
transform: perspective(400px) rotateY(-10deg);
}
70% {
transform: perspective(400px) rotateY(10deg);
}
100% {
opacity: 1;
transform: perspective(400px) rotateY(0);
}
}
@-webkit-keyframes flip {
0% {
opacity: .5;
-webkit-transform: perspective(400px) rotateY(30deg);
}
40% {
-webkit-transform: perspective(400px) rotateY(-10deg);
}
70% {
-webkit-transform: perspective(400px) rotateY(10deg);
}
100% {
opacity: 1;
-webkit-transform: perspective(400px) rotateY(0);
}
}
.ztc-aitem:hover .inner{
opacity: 0;
}
.ztc-aitem:hover .info{
display: block;
}
/*展现方å¼*/
.zxfs-box{
padding-top: 40px;
background-color: #294DF7;
background: -webkit-linear-gradient(52deg, #182FEC 0%, #0D6AF2 39%, #00C1DF 100%);
background: -o-linear-gradient(52deg, #182FEC 0%, #0D6AF2 39%, #00C1DF 100%);
background: -moz-linear-gradient(52deg, #182FEC 0%, #0D6AF2 39%, #00C1DF 100%);
background: linear-gradient(52deg, #182FEC 0%, #0D6AF2 39%, #00C1DF 100%);
}
.zxfs-box .box-header h2,
.zxfs-box .box-header span{
color: #fff !important;
position: relative;
}
.zxfs-box .box-header h2:after,
.zxfs-box .box-header h2:before{
content: '';
display: block;
width: 300px;
height: 1px;
/*background-color: #99d9ff;*/
position: absolute;
top: 13px;
}
.zxfs-box .box-header h2:before{
background: linear-gradient(to left,#99d9ff,rgba(0,0,0,0));
left: 130px;
}
.zxfs-box .box-header h2:after{
background: linear-gradient(to right,#99d9ff,rgba(0,0,0,0));
right: 130px;
}
.zxfs-list {
padding: 0 70px 40px;
}
.zxfs-list img{
margin: 0 auto !important;
}
.ztc-left, .ztc-right{
background-image: none !important;
}
.zxfs-indicatiors{
bottom: -20px !important;
}
.zxfs-indicatiors li,
.zxfs-indicatiors li.active{
width: 15px;
height: 15px;
margin: 1px 5px 1px 1px;
border: 1px solid #fff !important;
}
/*å“牌推广 pptg.html*/
.pptg{
padding-top: 20px;
}
.pptg-box{
max-width: 1200px;
margin: 20px auto 0;
}
.pptg1{
background-color: #fff;
background: -webkit-linear-gradient(180deg,#FFFFFF 50%,#F7F8FA 100%);
background: -o-linear-gradient(180deg,#FFFFFF 50%,#F7F8FA 100%);
background: -moz-linear-gradient(180deg,#FFFFFF 50%,#F7F8FA 100%);
background: linear-gradient(180deg,#FFFFFF 50%,#F7F8FA 100%);
}
.pptg2{
background: #fff;
}
.pptg1-img{
float: left;
width: 50%;
}
.pptg1-img img{
max-width: 100%;
}
.pptg1-con{
float: right;
width: 45%;
margin-top: 20px;
}
.pptg-con h3{
font-size: 24px;
color: #333;
}
.pptg-con p{
font-size: 16px;
color: #333;
line-height: 30px;
overflow: hidden;
}
.pptg2-img{
float: right;
width: 50%;
}
.pptg2-img img{
max-width: 100%;
}
.pptg2-con{
float: left;
width: 45%;
padding-right: 50px;
padding-left: 40px;
}
.m1 h3{
margin: 60px 0 70px 0;
}
.m1 p{
margin-bottom: 75px;
}
.m2 h3{
margin: 50px 0 55px 0;
}
.m2 p{
margin-bottom: 50px;
}
.m4 h3{
margin: 80px 0 65px 0;
}
.m4 p{
margin-bottom: 65px;
}
.sptg-box{
max-width: 1200px;
margin: 0 auto;
text-align: center;
}
.sptg-box h3{
font-size: 22px;
color: #333;
margin-top: 60px;
}
.sptg-box p{
font-size: 16px;
line-height: 36px;
color: #333;
width: 75%;
margin: 20px auto 60px;
}
.sptg-img img{
max-width: 100%;
margin-bottom: 30px;
}
.sptg-img .video-box video{
width: 100%;
margin-bottom: 40px;
}
.pptg1-img .video-box video,
.pptg2-img .video-box video{
width: 100%;
}
.pptg1-img .video-box,
.pptg2-img .video-box{
padding-bottom: 20px;
}
/*å¼€å±èšå± kjp.html*/
/*å¼€å±*/
.kp-box{
padding: 60px 60px 40px;
max-width: 1240px;
margin: 0 auto;
}
.kp-left{
float: left;
width: 50%;
padding-top: 30px;
}
.kp-left h3{
font-size: 24px;
margin: 0;
}
.kp-left p{
font-size: 16px;
line-height: 30px;
margin-top: 40px;
margin-bottom: 40px;
}
.kp-right{
float: right;
width: 46%;
text-align: center;
}
.kp-right img{
width: 500px;
}
/*å¼€å±å±•现方å¼*/
.kpzx-box{
background-color: #fff;
background: -webkit-linear-gradient(0deg,#FFFFFF 50%,#F7F8FA 100%);
background: -o-linear-gradient(0deg,#FFFFFF 50%,#F7F8FA 100%);
background: -moz-linear-gradient(0deg,#FFFFFF 50%,#F7F8FA 100%);
background: linear-gradient(0deg,#FFFFFF 50%,#F7F8FA 100%);
padding-top: 30px;
}
.kpzx{
max-width: 1240px;
margin: 0 auto;
padding: 30px 20px;
}
.kpzx1-left{
float: left;
width: 46%;
padding-left: 40px;
}
.kpzx1-right{
float: right;
width: 44%;
padding-left: 55px;
padding-top: 60px;
}
.kpzx1-right h3{
font-size: 22px;
margin: 0;
}
.kpzx1-right p{
font-size: 16px;
line-height: 35px;
margin-top: 45px;
margin-bottom: 55px;
}
.kpzx2{
padding: 30px 70px;
}
.kpzx2-right{
float: right;
width: 46%;
padding-left: 40px;
}
.kpzx2-left{
float: left;
width: 44%;
padding-top: 50px;
}
.kpzx2-left h3{
font-size: 22px;
margin: 0;
}
.kpzx2-left p{
font-size: 16px;
line-height: 35px;
margin-top: 45px;
margin-bottom: 55px;
}
/*èšå±ä¼˜åŠ¿*/
.jpys-box{
padding-top: 30px;
padding-bottom: 40px;
background: #f5f5f5;
}
.jpys-list{
padding: 10px 70px;
}
.jpys-item{
float: left;
width: 24%;
margin-right: 1.333%;
position: relative;
margin-bottom: 15px;
padding-top: 15px;
text-align: center;
height: 190px;
}
.jpys-item:nth-child(2n){
margin-right: 0;
}
.jpys-item>div{
text-align: center;
height: 60px;
}
.jpys-item h3{
font-size: 16px;
color: #333;
height: 30px;
line-height: 30px;
margin: 20px 0 10px;
font-weight: bold;
}
.jpys-item p{
font-size: 14px;
color: #666;
line-height: 22px;
}
/*èšå±å±•现方å¼*/
.jpzx-box{
padding: 30px 0 50px;
background-color: #fff;
background: -webkit-linear-gradient(180deg,#FFFFFF 50%,#F7F8FA 100%);
background: -o-linear-gradient(180deg,#FFFFFF 50%,#F7F8FA 100%);
background: -moz-linear-gradient(180deg,#FFFFFF 50%,#F7F8FA 100%);
background: linear-gradient(180deg,#FFFFFF 50%,#F7F8FA 100%);
}
.jpzx-list{
padding: 20px 70px;
}
.jpzx-item{
float: left;
width: 19%;
margin-right: 1.25%;
border: 1px solid #eee;
text-align: center;
-webkit-transition: all .3s cubic-bezier(.4, 0, .2, 1);
-moz-transition: all .3s cubic-bezier(.4, 0, .2, 1);
-ms-transition: all .3s cubic-bezier(.4, 0, .2, 1);
-o-transition: all .3s cubic-bezier(.4, 0, .2, 1);
transition: all .3s cubic-bezier(.4, 0, .2, 1);
}
.jpzx-item:hover{
-webkit-box-shadow: 0 0 25px #aaa;
-moz-box-shadow: 0 0 25px #aaa;
box-shadow: 0 0 25px #aaa;
}
.jpzx-item:last-child{
margin-right: 0;
}
.jpzx-item img{
width: 100%;
}
.jpzx-item h4{
font-size: 16px;
color: #333;
margin-top: 30px;
margin-bottom: 15px;
}
.jpzx-item p{
font-size: 14px;
color: #666;
margin-bottom: 35px;
}
/*百æ„广告 bygg.html*/
/*什么是百æ„广告*/
.by-list{
padding: 30px 100px 30px;
}
.by-left{
float: left;
width: 50%;
padding-top: 35px;
padding-left: 15px;
}
.by-left p{
font-size: 16px;
color: #333;
line-height: 40px;
overflow: hidden;
margin-bottom: 60px;
}
.by-right{
float: right;
width: 46%;
text-align: center;
}
.by-right img{
max-width: 100%;
width: 500px;
height: 324px;
}
/*移动推广*/
.ydtg-box{
background: #f5f5f5;
padding-top: 30px;
padding-bottom: 50px;
}
.ydtg-list{
padding: 30px 70px 0;
}
.ydtg-list ul li{
float: left;
width: 19%;
margin-right: 1.25%;
}
.ydtg-list ul li:last-child{
margin-right: 0;
}
.ydtg-list ul li img{
max-width: 100%;
}
/*pc推广*/
.pctg-box{
padding-top: 30px;
padding-bottom: 50px;
}
.pctg-video{
text-align: center;
padding: 40px 70px 0;
}
/*视频推广*/
.bsptg-box{
padding-top: 10px;
padding-bottom: 50px;
background-color: #fff;
background: -webkit-linear-gradient(0deg,#FFFFFF 50%,#F7F8FA 100%);
background: -o-linear-gradient(0deg,#FFFFFF 50%,#F7F8FA 100%);
background: -moz-linear-gradient(0deg,#FFFFFF 50%,#F7F8FA 100%);
background: linear-gradient(0deg,#FFFFFF 50%,#F7F8FA 100%);
}
.bsptg-video{
text-align: center;
padding: 0 70px;
}
/*案例展示详情页*/
.tgal-dcontainer{
padding: 30px 70px 50px;
background: #f5f5f5;
margin-bottom: 80px;
}
.tgal-inner-con{
background: #fff;
padding: 30px 60px;
}
.al-dtit{
position: relative;
margin-bottom: 30px;
}
.al-dtit h3{
position: relative;
line-height: 50px;
margin-bottom: 20px;
font-size: 26px;
}
.al-dtit h3:after{
content: '';
display: block;
width: 120px;
height: 2px;
background: #00c1de;
position: absolute;
bottom: 0;
left: 0;
}
.al-dtit p{
font-size: 15px;
}
.al-dtit .liulan-count{
position: absolute;
right: 30px;
top: 0;
font-size: 15px;
}
.al-dtit .liulan-count strong{
font-size: 36px;
color: #ff6600;
font-weight: 400;
position: relative;
top: 5px;
}
.al-intro{
margin-top: 30px;
margin-bottom: 30px;
}
.al-intro p{
line-height: 28px;
}
.al-dinfo{
border-top: 1px solid #eee;
padding: 20px 0 0;
}
.al-dinfo p{
font-size: 15px;
margin: 0;
line-height: 40px;
color: #ff3938;
}
.al-dinfo p span{
font-weight: bold;
color: #333;
}
.al-dcon{
border-top: 1px solid #eee;
text-align: center;
padding: 10px 0 30px;
margin-top: 20px;
}
.tgal-inner-con img,
.al-dcon img{
max-width: 100%;
border: 1px solid #ddd;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.al-dcon h4{
margin-top: 30px;
margin-bottom: 20px;
}
.look-more{
display: block;
margin: 30px auto;
width: 160px;
height: 40px;
line-height: 40px;
border: 1px solid #eee;
text-align: center;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.look-more:hover{
border: 1px solid #00c1de;
color: #00c1de;
}
.al-relate{
padding: 20px 90px;
background: #f5f5f5;
}
.al-relate h4{
font-size: 24px;
height: 60px;
line-height: 60px;
display: inline-block;
border-bottom: 2px solid #00c1de;
padding: 0 15px;
}
.al-dlist{
margin-top: 40px;
}
.al-dlist>ul>li{
float: left;
width: 31%;
margin-right: 3.5%;
background: #fff;
}
.al-dlist>ul>li:last-child{
margin: 0;
}
/*申请页é¢*/
.sq-box{
padding: 30px 130px 40px;
/*background: url(../images/sq-bg.png) no-repeat;*/
}
.sq-box .tit h3{
height: 50px;
line-height: 50px;
font-size: 22px;
border-bottom: 2px solid #00c1de;
display: inline-block;
}
.sq-con{
margin-top: 30px;
margin-bottom: 60px;
}
.sq-left{
float: left;
width: 40%;
}
.sq-left ul li{
margin-bottom: 15px;
}
.sq-left ul li p{
font-size: 15px;
line-height: 30px;
margin-bottom: 10px;
padding-left: 5px;
}
.sq-left ul li p img{
margin-right: 5px;
}
.sq-left ul li.sqtj{
margin-top: 40px;
}
.sq-left ul li button{
display: block;
font-size: 15px;
background: #1fa1db;
-webkit-transition: all .3s cubic-bezier(.4, 0, .2, 1);
-moz-transition: all .3s cubic-bezier(.4, 0, .2, 1);
-ms-transition: all .3s cubic-bezier(.4, 0, .2, 1);
-o-transition: all .3s cubic-bezier(.4, 0, .2, 1);
transition: all .3s cubic-bezier(.4, 0, .2, 1);
border-color: #1fa1db;
}
.sq-left ul li button:hover{
background: #1fa1db;
border-color: #1fa1db;
color: #fff;
}
.sq-right{
float: right;
width: 45%;
padding-top: 25px;
position: relative;
padding-left: 50px;
}
.sq-right:before{
content: '';
display: block;
width: 4px;
height: 230px;
background: #eee;
position: absolute;
left: -55px;
top: 30px;
}
.sq-right h3{
letter-spacing: 5px;
font-size: 30px;
color: #333;
margin: 0 0 10px;
line-height: 40px;
}
.sq-right h3 span{
font-size: 20px;
}
.sq-right p{
font-size: 20px;
margin-top: 55px;
margin-bottom: 8px;
letter-spacing: 5px;
}
.sq-right p img{
margin-right: 5px;
width: 30px;
height: 30px;
}
.sq-right>span{
font-size: 34px;
font-weight: bold;
color: #00c1de;
letter-spacing: 2px;
padding-left: 60px;
}
.tfjs-item{
float: left;
width: 32%;
margin-right: 2%;
}
.tfjs-item:last-child{
margin-right: 0;
}
.tfjs-item .img-box{
height: 220px;
position: relative;
}
.tfjs-item .img-box img{
max-width: 100%;
max-height: 155px;
position: absolute;
margin: auto;
top: -9999px;
right: -9999px;
bottom: -9999px;
left: -9999px;
}
.tfjs-item>p{
font-size: 15px;
margin-top: 20px;
color: #888;
line-height: 24px;
}
.yy01 .carousel-indicators li{
margin: 0 2px;
}
.yy01 .carousel-indicators li,
.yy01 .carousel-indicators .active{
width: 14px;
height: 14px;
}
.yy01 .carousel-inner>.item>a>img,
.yy01 .carousel-inner>.item>img,
.yy01 .img-responsive,
.yy01 .thumbnail a>img,
.yy01 .thumbnail>img{
margin: 0 auto;
width: 1160px;
height: 400px;
}
.yy01 .carousel-caption{
text-align: left;
font-size: 50px;
letter-spacing: 2px;
top: 40px;
left: 18%;
}
.yy01 .carousel-indicators{
bottom: 10px;
}
.dw-item{
max-width: 1160px;
text-align: center;
margin: 0 auto;
}
.dw-item ul{
margin-top: 40px;
}
.dw-item ul li{
float: left;
width: 24%;
margin-right: 1.333%;
text-align: center;
position: relative;
cursor: pointer;
margin-bottom: 30px;
}
.dw-item ul li h3{
font-size: 18px;
margin-top: 20px;
}
.dw-item ul li:nth-child(4n){
margin-right: 0;
}
.dw-img img{
width: 1160px;
margin: 0 auto;
display: block;
}
.dw-inner-img{
height: 50px;
text-align: center;
position: relative;
}
.dw-inner-img img{
position: absolute;
margin: auto;
top: -9999px;
right: -9999px;
bottom: -9999px;
left: -9999px;
}
.dw-item ul li p{
display: block;
width: 100%;
min-height: 100%;
position: absolute;
top: 0;
left: 0;
background: #fff;
box-shadow: 0 5px 20px 0 rgba(39,43,157,0.17);
font-size: 14px;
color: #87878A;
line-height: 21px;
padding: 25px 40px;
opacity: 0;
transform: translate3d(0,-50%,0);
transition: all 0.3s;
text-align: left;
}
.dw-item ul li:hover p{
opacity: 1;
transform: translate3d(0,-10px,0);
}
.ss-box1{
padding: 80px 70px 40px;
}
.ss1-left{
float: left;
width: 50%;
}
.ss1-left h3{
margin-top: 50px;
font-size: 24px;
}
.ss1-left p{
font-size: 16px;
line-height: 28px;
color: #333;
margin-top: 50px;
margin-bottom: 60px;
}
.ss1-right{
float: right;
width: 42%;
margin-right: 3%;
}
.btn-kaitong{
display: block;
width: 130px;
height: 40px;
}
/*äº§å“æ¦‚览*/
.cpgl-box{
padding: 50px 70px 80px;
}
.cpgl-top{
}
.cpgl-top ul li{
height: 380px;
position: relative;
}
.cpgl-top ul li h3{
font-size: 24px;
color: #fff;
}
.cpgl-top ul li a{
display: block;
width: 100%;
height: 100%;
}
.cpgl-top ul li h3 span{
float: right;
}
.cpgl-top ul li p{
font-size: 16px;
color: #fff;
line-height: 26px;
margin-top: 25px;
}
.cpgl-top ul li:last-child{
float: right;
width: 48.5%;
background: url(../images/ggtype-img2.jpg) no-repeat center;
background-size: 100% 100%;
}
.cpgl-top ul li:first-child{
float: left;
width: 48.5%;
background: url(../images/ggtype-img1.jpg) no-repeat center;
background-size: 100% 100%;
}
.cpgl-con1{
position: absolute;
bottom: 10px;
right: 40px;
left: 40px;
}
.cpgl-bottom{
margin-top: 50px;
}
.cpgl-bottom ul li{
float: left;
width: 32%;
margin-right: 2%;
border: 1px solid #eee;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.cpgl-bottom ul li:last-child{
margin-right: 0;
}
.cpgl-pic{
height: 436px;
background: #fff;
text-align: center;
}
.cpgl-pic img{
max-width: 100%;
}
.cpgl-bottom ul li h3{
font-size: 24px;
color: #000;
}
.cpgl-bottom ul li h3 span{
float: right;
color: #00c1de;
}
.cpgl-bottom ul li p{
font-size: 16px;
line-height: 26px;
margin-top: 25px;
color: #666;
}
.cpgl-con2{
padding: 10px 15px 5px;
height: 180px;
}
/*zlhx.html*/
.col-a {
padding: 60px 80px 70px 0;
background: url(../images/zlhx/col-a.jpg) right no-repeat;
background-size: auto 100%;
background-position: 150% 0;
}
.col-a-a {
width: 590px;
}
.col-a-a li {
position: relative;
margin-bottom: 30px;
padding-left: 40px;
font-size: 18px;
line-height: 32px;
}
.col-a-a li:after {
position: absolute;
top: 11px;
left: 10px;
width: 8px;
height: 8px;
border-radius: 100%;
background-color: #4790f6;
content: '';
}
.col-b {
padding: 70px 0 70px;
background: #eff6ff;
}
.col-b .hd {
text-align: center;
}
.col-b .bd {
margin-bottom: 50px;
margin-top: 40px;
}
.col-b .bd .item {
float: left;
/* width: 344px; */
width: 265px;
height: 338px;
/* margin-right: 36px; */
margin-right: 20px;
padding: 30px 20px 0;
border-radius: 20px;
background-color: #50b1fa;
background: linear-gradient(to bottom,#50b1fa,#4791f6);
color: #fff;
font-size: 18px;
line-height: 28px;
text-align: center;
box-shadow: 0 0 8px rgba(0, 80, 202, .5);
text-align: center;
}
.col-b .bd .item i {
display: block;
width: 112px;
margin: 0 auto 24px;
}
.col-b .bd .item i img {
width: 100%;
height: auto;
}