* {
    margin: 0;
    padding: 0;
}

body, html {
    color: #747474;
    background-color: #fff;
    font: 17px/1.7 Candara;
    overflow-x: hidden;
}

a, a:hover, a:focus {
    color: inherit;
    text-decoration: none;
    /*color: #454545;*/
    transition: all 0.2s;
}

ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
    padding: 0px;
    line-height: 1.6;
}

em {
    font-style: normal;
}

button {
    outline: none;
}

input {
    outline: none;
}

.container {
    max-width: 1350px;
}

/* Header */
header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    right: 0;
    z-index: 999;
    background-color: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}

header .logo {
    z-index: 999;
}

header .mobile-menu {
    position: relative;
}

header .mobile-menu .stripes {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
}

header .mobile-menu .stripe {
    width: 30px;
    height: 2px;
    background: #FFFFFF;
    margin-bottom: 6px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.nav-open .stripe1 {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
}

.nav-open .stripe2 {
    display: none;
}

.nav-open .stripe3 {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
header .menu ul li {
    position: relative;
    cursor: pointer;
}

header .menu ul.d-flex > li::before {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 100%;
    width: 0;
    border-bottom: 3px solid #FFFFFF;
    transition: 0.2s all linear;
}


header .menu ul.d-flex > li:first-child::before {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 100%;
    width: 0;
    border-bottom: 3px solid transparent;
    transition: 0.2s all linear;
}

header .menu ul.d-flex > li:hover::before,
header .menu ul.d-flex > li.active::before {
    width: 100%;
    left: 0;
}
header .menu ul.d-flex > li:hover ~ li::before,
header .menu ul.d-flex > li.active ~ li::before {
    left: 0;
}


/*.menu ul.d-flex li a:hover ~ .menu ul li .dropdown-menu,*/
/*.menu ul li .dropdown-menu ~ .menu ul.d-flex li a:hover{*/
    /*display: block;*/
/*}*/

header .menu li a {
    display: inline-block;
    font-size: 22px;
    line-height: 145px;
    color: #FFFFFF;
    white-space: nowrap;
}

header .menu ul.dropdown-menu > li:hover,
header .menu ul.dropdown-menu > li:active{
    color: white!important;
    background: -moz-linear-gradient(to right, #595ef8, #33aefb);
    background: -ms-linear-gradient(to right, #595ef8, #33aefb);
    background: -webkit-linear-gradient(to right, #595ef8, #33aefb);
    background: linear-gradient(to right, #595ef8, #33aefb);
}
header .menu ul.dropdown-menu > li  ul li:hover,
header .menu ul.dropdown-menu > li  ul li:active{
    background: -moz-linear-gradient(to right,#33aefb, #179afb);
    background: -ms-linear-gradient(to right, #33aefb, #179afb);
    background: -webkit-linear-gradient(to right, #33aefb, #179afb);
    background: linear-gradient(to right, #33aefb, #179afb);
}
li.dropdown1:hover > .dropdown-menu{
    display: block;
    z-index: 999;
}

.dropdown-submenu {
    position: relative;
}
.dropdown-submenu > .dropdown-menu {
    left: 100%;
    top: 0;
}
.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}
ul li ul li .dropdown-menu{
    z-index: 9999;
}
ul li ul li .dropdown-menu li{
    z-index: 999999;
}
.dropdown-menu{
    top: 98%;
    margin: 0;
    padding: 0;
    border-radius: 0;
    box-sizing: content-box;
    z-index: 999;
    transition: all 500ms ease;
}
ul li .dropdown-menu li > a i{
    color: white;
}
ul li .dropdown-menu li > a {
     color: black;
     font-size: 20px;
     line-height: 30px;
}
ul li .dropdown-menu li:hover > a {
    color: white;
}
ul li .dropdown-menu li > a i {
    margin-left: 15px;

}
ul li .dropdown-menu li  {
    padding:10px 20px;
    /*border-bottom: #c1c1c1 1px solid;*/
}
ul li .dropdown-menu li:last-child{
    border-bottom:0;
}


ul.d-flex .dropdown-menu{
    position: relative!important;
}
ul.d-flex .dropdown-menu ul{
    position: relative!important;
}




header .menu li.login a {
    color: #FFFFFF;
    padding: 10px 26px;
    border-radius: 6px;
    background-color: #ffa409;
}

header .menu li.login i {
    margin-right: 8px;
}

header .menu li.login i img {
    margin-top: -3px;
}

header .menu li.login.active,
header .menu li.login:hover {
    border-bottom: 3px solid transparent;
}
header .dropdown {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

header .dropdown-list {
    position: absolute;
    right: 0;
    top: 100%;
    background-color: #FFFFFF;
    border-radius: 10px;
    min-width: 6rem;
    overflow: hidden;
    padding: 0px 0;
    opacity: 0;
    max-height: 0;
    transition: all 0.3s;
    z-index: -1;
}

header .dropdown:hover .dropdown-list {
    max-height: 300px;
    padding: 10px 0;
    opacity: 1;
    z-index: 11;
}

header .dropdown button {
    background: -moz-linear-gradient(to right, #21d4fd, #9becfe);
    background: -ms-linear-gradient(to right, #21d4fd, #9becfe);
    background: -webkit-linear-gradient(to right, #21d4fd, #9becfe);
    background: linear-gradient(to right, #21d4fd, #9becfe);
}

header .dropdown button,
header .dropdown a {
    font-size: 18px;
}

/*header end*/

/*footer*/
footer {
    background-image: url(../images/foonter_01.jpg);
    background-position: center bottom;
}

footer .footer_content {
    padding: 120px 0;
}

.footer_content ul {
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer_content ul li {
    display: inline-block;
    vertical-align: top;
    text-align: left;
}

.footer_content ul li h5 {
    font-size: 26px;
    font-weight: bold;
    color: #FFFFFF;
}

.footer_content ul li p,
.footer_content ul li a {
    font-size: 18px;
    line-height: 2;
    color: #FFFFFF;
}
.footer_content ul li a:hover,
.footer_content ul li a:active{
    color:#fc3218;
}

.footer_bottom {
    color: #FFFFFF;
    padding: 30px 0;
    border-top: 1px solid #FFFFFF;
    zoom: 1;
}

.footer_bottom:after {
    content: "";
    display: block;
    clear: both;
}

.footer_bottom p {
    font-size: 17px;
}

.footer_bottom p a {
    color: #FFFFFF;
    opacity: 0.7;
}
.footer_bottom p a:hover,
.footer_bottom p a:active{
    color: #fc3218;
    opacity: 1;
}

.footer_bottom i {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-left: 30px;
    background-image: url(../images/footer_icon.png);
}

.footer_bottom i:nth-child(2) {
    background-position-x: -54px;
}

.footer_bottom i:nth-child(3) {
    background-position-x: -108px;
}

.footer_bottom i:nth-child(4) {
    background-position-x: -162px;
}

.footer_bottom i:nth-child(5) {
    background-position-x: -206px;
}

.return_top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    background-color: white;
    color: dodgerblue;
}
.return_top:hover,
.return_top:active{

    color: white;
    background-color: dodgerblue;
}

/*footer end*/


/*index*/
.index {
    font-size: 20px;
}
.index .text_box h4 a:hover,
.index a:active{
    color: #3388ff;
}
.index .text_box li a p:hover,
.index .text_box li a p:active{
    color: #3388ff;
}
.index .banner {
    background-image: url(../images/home_01.jpg);
    background-size: 100% 100%;
    background-position: center;
    padding-top: 145px;
}

.index .banner .banner_text {
    padding: 140px 0;
}

.index .banner .banner_text h1 {
    font-size: 76px;
    font-weight: bolder;
    color: #FFFFFF;
    text-shadow: 0 16px 12px rgba(0, 0, 0, 0.3);
}

.index .banner .banner_text h1 strong {
    color:#fc3218;
}

.index .banner .banner_text button {
    padding: 0 30px;
    color: #FFFFFF;
    font-size: 28px;
    font-weight: bold;
    line-height: 64px;
    border: 0;
    border-radius: 10px;
    background: -moz-linear-gradient(to right, #21d4fd, #9becfe);
    background: -ms-linear-gradient(to right, #21d4fd, #9becfe);
    background: -webkit-linear-gradient(to right, #21d4fd, #9becfe);
    background: linear-gradient(to right, #21d4fd, #9becfe);
    cursor: pointer;
    box-shadow: 4px 5px 15px 2px rgba(0, 0, 0, 0.3);
}
.index .banner .banner_text button:hover,
.index .banner .banner_text button:active{
    background: -moz-linear-gradient(to right, #595ef8, #33aefb);
    background: -ms-linear-gradient(to right, #595ef8, #33aefb);
    background: -webkit-linear-gradient(to right, #595ef8, #33aefb);
    background: linear-gradient(to right, #595ef8, #33aefb);
}

.index > section {
    padding: 80px 0;
}

.index .text_box .text {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.index .text_box h4 a {
    font-size: 36px;
    font-weight: bold;
    color: #2f2f2f;
}

.index .text_box h4 i {
    margin-right: 15px;
}

.index .text_box ul {
    display: block;
    zoom: 1;
}

.index .text_box ul:after {
    content: "";
    display: block;
    clear: both;
}

.index .text_box li {
    width: auto;
    display: inline-block;
}

.index .text_box li a {
    position: relative;
    height: 86px;
    padding: 0 16px 0 110px;
    display: table;
}

.index .text_box li span {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.index .text_box li span i {
    position: absolute;
    left: 0px;
    top: -10px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    color: #FFFFFF;
    border-radius: 50%;
    background: -moz-linear-gradient(to bottom, #5a5ef8, #29c4fb);
    background: -ms-linear-gradient(to bottom, #5a5ef8, #29c4fb);
    background: -webkit-linear-gradient(to bottom, #5a5ef8, #29c4fb);
    background: linear-gradient(to bottom, #5a5ef8, #29c4fb);
}

.index .text_box li p {
    font-size: 16px;
    font-weight: bold;
    color: #2f2f2f;
    white-space: nowrap;
    display: table-cell;
    vertical-align: middle;
}

.index section.back_img {
    background-image: url(../images/home_03.jpg);
    background-position: center bottom;
    background-size: auto 100%;

}

.index section.back_color {
    background: -moz-linear-gradient(to bottom, #e5f0ff, #ffffff);
    background: -ms-linear-gradient(to bottom, #e5f0ff, #ffffff);
    background: -webkit-linear-gradient(to bottom, #e5f0ff, #ffffff);
    background: linear-gradient(to bottom, #e5f0ff, #ffffff);
}

.index .go_sevice {
    padding: 60px 0;
    background: -moz-linear-gradient(to right, #21d4fd, #9becfe);
    background: -ms-linear-gradient(to right, #21d4fd, #9becfe);
    background: -webkit-linear-gradient(to right, #21d4fd, #9becfe);
    background: linear-gradient(to right, #21d4fd, #9becfe);
}

.go_sevice a {
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    color: #31b3fa;
    padding: 0 40px;
    line-height: 60px;
    background-color: #FFFFFF;
    border-radius: 8px;
    border: 0;
    box-shadow: 0px 4px 20px 0px rgba(68, 139, 249, 0.8)
}
.go_sevice a:hover,
.go_sevice a:active{
    color: #ff5a14;
}
.go_sevice a i {
    display: inline-block;
    width: 27px;
    height: 15px;
    margin-left: 12px;
    background-image: url(../images/next_icon.png);
}
.go_sevice a:hover i,
.go_sevice a:active i{
    background-image: url(../images/next_icon1.png);
}
/*index end*/

/*inside page common*/
.bread_crumbs {
    background-image: url(../images/page_banner.jpg);
    background-size: cover;
    background-position: center;
    padding-top: 145px;
}

.bread_crumbs p {
    font-size: 18px;
    padding: 76px 15px;
}

.bread_crumbs p,
.bread_crumbs p a {
    color: #FFFFFF;
}
.bread_crumbs p a:hover,
.bread_crumbs p a:active{
    color: rgba(255, 255, 255, 0.76);
}
.bread_crumbs p i {
    display: inline-block;
    margin: 0 6px;
}

.bread_crumbs p span {
    font-size: 34px;
    font-style: italic;
}

h2.i_page_t {
    font-size: 30px;
    color: #2c77bb;
}


.ppc h2.i_page_t:after{
	width: 60px;
    top: -3px;
    margin: 0 auto;
    content: '';
    display: block;
    height: 3px;
    background-color:#2c77bb;
    position: relative;

}
.seo h2.h2-line:after,
.e-commerce h2.h2-line:after{
    width: 60px;
    top: 10px;
    margin: 0 auto;
    content: '';
    display: block;
    height: 3px;
    background-color:#2c77bb;
    position: relative;
}
.smm h2.h2-line:after {
    width: 60px;
    top: 10px;
    margin: 0 auto;
    content: '';
    display: block;
    height: 3px;
    background-color:#2c77bb;
    position: relative;
}
.smm .our_services dl dt:after,
.seo h2.i_page_t:after,
.consulting .text h4:after{
    width: 60px;
    top: 10px;
    left: 0;
    content: '';
    display: block;
    height: 3px;
    background-color:#2c77bb;
    position: relative;
}
ul.page {
    text-align: center;
}

ul.page li {
    display: inline-block;
    margin: 4px;
}

ul.page li a {
    display: inline-block;
    font-size: 20px;
    line-height: 40px;
    padding: 0 14px;
    border: 1px solid #C8CBCF;
    border-radius: 4px;
}

ul.page li.active a,
ul.page li:hover a {
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    background: linear-gradient(to right, #5c5af8, #27c7fb);
}

ul.page li i {
    display: inline-block;
    width: 13px;
    height: 15px;
}

ul.page li.prev i {
    background-image: url(../images/icon_14.png);
    margin-right: 4px;
}

ul.page li.next i {
    background-image: url(../images/icon_13.png);
    margin-left: 4px;
}

ul.page li.prev:hover i {
    background-image: url(../images/icon_14_w.png);
}

ul.page li.next:hover i {
    background-image: url(../images/icon_13_w.png);
}

.about .container,
.blog .container,
.blog_detail .container,
.clients .container,
.contact .container,
.consulting .container,
.services .container,
.platforms .container,
.smm .container,
.e-commerce .container,
.ppc .container,
.seo .container{
    padding: 84px 15px;
}

/*inside page common end*/

/*about*/
.about p {
    font-size: 17px;
}

.about .time_axis li {
    position: relative;
}

.about .time_axis li .hexagon {
    position: absolute;
    top: 52px;
    width: 22px;
    height: 12px;
    background-color: #747474;
    z-index: 99;
}

.about .time_axis li.l_h .hexagon {
    right: -11px;
}

.about .time_axis li.r_h .hexagon {
    left: -11px;
}

.about .time_axis li:nth-child(2) .hexagon,
.about .time_axis li:nth-child(10) .hexagon {
    background-color: #ffa705;
}

.about .time_axis li:nth-child(3) .hexagon,
.about .time_axis li:nth-child(11) .hexagon {
    background-color: #ff5600;
}

.about .time_axis li:nth-child(6) .hexagon,
.about .time_axis li:nth-child(14) .hexagon {
    background-color: #69e9f2;
}

.about .time_axis li:nth-child(7) .hexagon,
.about .time_axis li:nth-child(15) .hexagon {
    background-color: #12affe;
}

.about .time_axis li .hexagon:before {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    bottom: 12px;
    border-width: 6px 11px;
    border-style: solid;
    border-color: transparent transparent #747474 transparent;
}

.about .time_axis li .hexagon:after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    top: 12px;
    border-width: 6px 11px;
    border-style: solid;
    border-color: #747474 transparent transparent transparent;
}

.about .time_axis li:nth-child(2) .hexagon:before,
.about .time_axis li:nth-child(10) .hexagon:before {
    border-color: transparent transparent #ffa705 transparent;
}

.about .time_axis li:nth-child(3) .hexagon:before,
.about .time_axis li:nth-child(11) .hexagon:before {
    border-color: transparent transparent #ff5600 transparent;
}

.about .time_axis li:nth-child(6) .hexagon:before,
.about .time_axis li:nth-child(14) .hexagon:before {
    border-color: transparent transparent #69e9f2 transparent;
}

.about .time_axis li:nth-child(7) .hexagon:before,
.about .time_axis li:nth-child(15) .hexagon:before {
    border-color: transparent transparent #12affe transparent;
}

.about .time_axis li:nth-child(2) .hexagon:after,
.about .time_axis li:nth-child(10) .hexagon:after {
    border-color: #ffa705 transparent transparent transparent;
}

.about .time_axis li:nth-child(3) .hexagon:after,
.about .time_axis li:nth-child(11) .hexagon:after {
    border-color: #ff5600 transparent transparent transparent;
}

.about .time_axis li:nth-child(6) .hexagon:after,
.about .time_axis li:nth-child(14) .hexagon:after {
    border-color: #69e9f2 transparent transparent transparent;
}

.about .time_axis li:nth-child(7) .hexagon:after,
.about .time_axis li:nth-child(15) .hexagon:after {
    border-color: #12affe transparent transparent transparent;
}

.about .time_axis li.l_h {
    padding-right: 58px;
    text-align: right;
}

.about .time_axis li.l_h:after,
.about .time_axis li.r_h:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 2px;
    background-color: #e0e0e0;
}

.about .time_axis li.l_h:after {
    right: -1px;
}

.about .time_axis li.r_h:before {
    left: -1px;
}

.about .time_axis li.r_h {
    padding-left: 58px;
    text-align: left;
}

.about .time_axis li > div {
    padding: 24px 30px;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
}

.about .time_axis li.l_h > div {
    border-width: 0;
    border-right-width: 5px;
    border-style: solid;
}

.about .time_axis li.r_h > div {
    border-width: 0;
    border-left-width: 5px;
    border-style: solid;
}

.about .time_axis li:nth-child(2) > div,
.about .time_axis li:nth-child(10) > div {
    border-color: #ffa705;
}

.about .time_axis li:nth-child(3) > div,
.about .time_axis li:nth-child(11) > div {
    border-color: #ff5600;
}

.about .time_axis li:nth-child(6) > div,
.about .time_axis li:nth-child(14) > div {
    border-color: #69e9f2;
}

.about .time_axis li:nth-child(7) > div,
.about .time_axis li:nth-child(15) > div {
    border-color: #12affe;
}

.about .time_axis li h4 {
    font-size: 26px;
    color: #3e3e3e;
}

.about .time_axis li p strong {
    font-weight: normal;
    color: #12affe;
}

.about .video {
    background-image: url(../images/about_01.jpg);
    background-size: cover;
    background-position: center;
}

.about .video_box {
    max-width: 780px;
    margin: 0 auto;
}

/*about end*/

/*blog*/
.blog {
    font-size: 17px;
}

.blog .blog_list .img_box {
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 62.5%;
}

.blog .blog_list .img_box img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.blog .blog_list .time {
    font-size: 17px;
    color: #222222;
    padding-left: 32px;
    background-image: url(../images/icon_12.png);
    background-repeat: no-repeat;
    background-position: left center;
}

.blog .blog_list h4 a {
    font-size: 30px;
    color: #2c77bb;
}

.blog .blog_list .more a {
    font-size: 18px;
    font-weight: bold;
}
.blog .blog_list .more a:hover,
.blog .blog_list .more a:active{
    color: red ;
}
.blog .blog_list .by {
    font-size: 18px;
    line-height: 42px;
    border-top: 1px solid #C6C8CA;
}

.by strong {
    font-weight: normal;
    color: #2c77bb;
}

/*blog end*/

/*blog_detail*/
.blog_detail p {
    font-size: 17px;
}

.blog_detail .time {
    display: inline-block;
    font-size: 17px;
    color: #222222;
    padding-left: 32px;
    background-image: url(../images/icon_12.png);
    background-repeat: no-repeat;
    background-position: left center;
}

.blog_detail .time .by {
    display: inline-block;
    margin-left: 20px;
}

.blog_detail .detail_page {
    padding: 10px 0;
    border-bottom: 1px solid #e0e0e0;
    border-top: 1px solid #E0E0E0;
}

.blog_detail .detail_page .prev {
    position: relative;
    padding-left: 70px;
    width: 50%;
}

.blog_detail .detail_page .prev .arrow-prev{
    position: absolute;
    left: 0;
    top: 25%;
    display: inline-block;
    width: 50px;
    height: 50px;
    border: #cfe1f1 1px solid;
    text-align: center;
    line-height: 50px;
}
.blog_detail .detail_page .prev .arrow-prev:hover,
.blog_detail .detail_page .next .arrow-next:hover{
    background: linear-gradient(to right, #5c5af8, #27c7fb);
    color: white;
}

.blog_detail .detail_page .next {
    position: relative;
    padding-right: 70px;
    width: 50%;
}

/*.blog_detail .detail_page .next:before {*/
    /*content: url(../images/next.jpg);*/
    /*position: absolute;*/
    /*right: 0;*/
    /*top: 5px;*/
/*}*/

.blog_detail .detail_page .next .arrow-next{
    position: absolute;
    right: 0;
    top: 25%;
    display: inline-block;
    width: 50px;
    height: 50px;
    border: #cfe1f1 1px solid;
    text-align: center;
    line-height: 50px;
}

.blog_detail .detail_page p {
    font-size: 15px;
}

.blog_detail .detail_page h4 {
    font-size: 22px;
}
.detail_page .prev a:hover,
.detail_page .prev a:active{
    color: dodgerblue;
}
.detail_page .next a:hover,
.detail_page .next a:active{
    color: dodgerblue;
}
/*blog_detail end*/

/*clients*/
.w-md-20 {
    position: relative;
    min-height: 108px;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.clients li .make {
    height: 100%;
    padding: 10px 0;
    border: 1px solid #d2d2d2;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
}

.clients .more-icon img {
    width: 22px;
}
.clients .more a:hover {
    color: dodgerblue;
}
.clients a.more i {
    margin-top: 10px;
    width: 31px;
    height: 24px;
    display: inline-block;
    background-image: url(../images/icon_15.png);
}
.clients a.more:hover i {
    background-image: url(../images/icon-1501.png);
}
.clients .clients_presentation {
    margin: 0 100px;
    padding: 40px 0;
    background: -moz-linear-gradient(to right, #21d4fd, #9becfe);
    background: -ms-linear-gradient(to right, #21d4fd, #9becfe);
    background: -webkit-linear-gradient(to right, #21d4fd, #9becfe);
    background: linear-gradient(to right, #21d4fd, #9becfe);
}

.clients .clients_presentation span {
    display: inline-block;
    font-size: 24px;
    line-height: 40px;
    margin-right: 20px;
}

.clients .clients_presentation a {
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    color: #31b3fa;
    padding: 0 40px;
    line-height: 60px;
    background-color: #FFFFFF;
    border-radius: 8px;
    border: 0;
    box-shadow: 0px 4px 20px 0px rgba(68, 139, 249, 0.8)
}
.clients .clients_presentation a:hover {
    color: #fb660b;
}
.clients .clients_presentation a:hover i {
    background-image: url(../images/clients-icon-01_0301.png);
}
.clients .clients_presentation a i {
    display: inline-block;
    width: 28px;
    height: 28px;
    margin-left: 14px;
    background-image: url(../images/clients-icon-01_03.png);
}


/*clients end*/

/*contact*/
.contact .bottom-picture {
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact .bottom-picture img {
    width: 100%;
    height: auto;
}

.form-box {
    box-shadow: 0 0 10px 5px #d6d6d6;
    margin: 2% 10% 2% 10%;
    padding: 3%;
}

input[type=radio], input[type=checkbox] {
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    margin-right: 6px;
    -webkit-appearance: none;
    background-color: transparent;
    border: 0;
    outline: 0 !important;
    line-height: 20px;
    color: #d8d8d8;
}

input[type=checkbox]:after {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 14px;
    font-size: 14px;
    color: #fff;
    border: 2px solid #ddd;
    background-color: #fff;
    box-sizing: border-box;
}

input[type=checkbox]:checked:after {
    border: 2px solid #ddd;
    background-color: #37AF6E;
}

.contact .container a {
    color: #6298cb;
}

.contact .container span.must {
    color: red;
    margin-left: 4px;
}

.contact .checkbox-primary input {
    font-size: 14px;
    color: #1b1e21;
}

.contact .container a.care {
    color: #6298cb;
}

.contact .choose-media {
    font-size: 16px;
}

/*.contact .choose-media input.choose-sem {*/
    /*border: #4489c5 1px solid;*/
    /*color: #649bcd;*/
    /*background-color: #d9eafa;*/
/*}*/

.contact .choose-media input:active {
    border: #4489c5 1px solid;
    color: #649bcd;
    background-color: #d9eafa;
}

.contact .choose-media input:hover {
    border: #4489c5 1px solid;
    color: #649bcd;
    background-color: #d9eafa;
}

.contact .captcha{
    max-width: 34%;
    height: auto;
}

.contact .send-message {
    border: 0;
    background: linear-gradient(to right, #21d4fc, #9becff);
    color: #ffffff;
    font-size: 18px;
}
.contact .send-message:hover,
.contact .send-message:active{
    font-size: 20px;
    font-weight: bold;
}

/*contact end*/

/*consulting*/
.consulting .container img {
    max-width: 100%;
    height: auto;
}

.consulting .text_box .text h4 a {
    font-size: 30px;
    font-weight: bold;
    color: #2f2f2f;
}

.consulting .text_box .text h4 a span.bottom-line {
    border-bottom: #2c77bb 3px solid;
}

.consulting .text_box ul {
    margin-left: 15px;
    list-style-type: disc;
    color: #2e75b9;
}

.consulting .text_box ul li p {
    color: #999999;
}

.consulting .text_box p.mt-4 {
    font-size: 20px;
    color: #626262;
}

/*consulting end*/

/*platforms*/
.platforms .container ul li.wechat a:hover {
    background-color: #1c7430;
}

.platforms .container ul li.weibo a:hover {
    background-color: #747005;
}

.platforms .container ul li.weibo a:active {
    background-color: #747005;
}

/*.platforms .container .social-media {*/
/*background-image: url("../images/platforms_05.jpg");*/
/*background-repeat: no-repeat;*/
/*background-position: 100% top;*/
/*}*/
.platforms .container .social-media p {
    font-size: 20px;
    color: #626262;
}

.platforms .container .social-media ul li i {
    padding-right: 20px;
}


.platforms .container {

}

/*.platforms .container .pAbout .tabs {*/
/*border-top: 0.5px solid #eaeaea;*/
/*width: 360px;*/
/*}*/
/*.platforms .container .left {*/
/*float: left;*/
/*}*/
/*.platforms .container .cf {*/
/*zoom: 1;*/
/*}*/
/*.platforms .container .pAbout .tabs .l1.on {*/
/*background: #F3FFE9;*/
/*}*/

/*.platforms .container .pAbout .tabs li {*/
/*height: 110px;*/
/*border-bottom: 0.5px solid #eaeaea;*/
/*cursor: pointer;*/
/*position: relative;*/
/*}*/

.pAbout {
    position: relative;
    z-index: 3;
}

.pAbout .pTitle {
    text-align: right;
    margin-bottom: 95px;
    margin-right: 45px;
}

.pAbout .tabCont {
    display: none;
    position: relative;
}

.pAbout .tabCont img {
    max-width: 100%;
    height: auto
}

.pAbout .tabCont.on {
    display: block;
}

.pAbout .tabs {
    border-top: 0.5px solid #eaeaea;

}

.pAbout .tabs img {
    display: block;
    width: 56px;
    height: 56px;
    margin: 28px 0 0 13px;
    float: left;
}

.pAbout .tabs dl {
    margin-left: 100px;
    padding-top: 26px;
}

.pAbout .tabs dt {
    font-family: "Montserrat";
    font-weight: bold;
    font-size: 14px;
}

.pAbout .tabs .l1 dt {
    color: #73CA2F;
}

.pAbout .tabs .l2 dt {
    color: #FE9A20;
}

.pAbout .tabs .l3 dt {
    color: #FF2742;
}

.pAbout .tabs .l1.on {
    background: #F3FFE9;
}

.pAbout .tabs .l2.on {
    background: #FFF6DB;
}

.pAbout .tabs .l3.on {
    background: #FFF0F2;
}

.
.pAbout .tabs .d1 {
    font-family: "Montserrat";
    font-size: 19px;
    font-weight: bold;
    color: #333333;
}

.pAbout .tabs .d2 {
    font-family: "Montserrat";
    font-size: 12px;
    color: #A6AEB6;
    margin-top: 4px;
}

.pAbout .tabs li {
    height: 110px;
    border-bottom: 0.5px solid #eaeaea;
    cursor: pointer;
    position: relative;
}

.pAbout .tabs li:before {
    display: block;
    width: 32px;
    height: 32px;
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    right: 18px;
    top: 50%;
    margin-top: -8px;
    content: '';
    background-image: url(../images/platforms-icon-02.png);
}

.pAbout .tabs li.l1.on:before {
    background-image: url(../images/platforms-icon-01.png);
}

.pAbout .tabs li.l2.on:before {
    background-image: url(../images/platforms-icon-03.png);
}

.pAbout .tabs li.l3.on:before {
    background-image: url(../images/platforms-icon-04.png);
}

.pAbout p.des {
    font-size: 16px;
    line-height: 24px;
    color: #546B84;
}

.pAbout .desli {
    font-size: 16px;
    line-height: 41px;
    color: #6f6f6f;
    font-weight: 600;
    margin-top: 55px;
}

.pAbout .desli li {
         position:relative;
    padding-left: 26px;
  
}

.pAbout .desli li:before {
    position: absolute;
    background: url(../images/platforms_04.jpg);
    background-size: 15px 11px;
	content:'';
	width:15px;
	height:11px;
	top:18px;
	left:0;
}


li.l1{
    visibility: visible;
    -webkit-animation-duration: 0.7s;
    -moz-animation-duration: 0.7s;
    animation-duration: 0.7s;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    animation-delay: 0s;
}
 li.l2{
    visibility: visible;
    -webkit-animation-duration: 0.7s;
    -moz-animation-duration: 0.7s;
    animation-duration: 0.7s;
    -webkit-animation-delay: 0.3s;
    -moz-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
 li.l3{
    visibility: visible;
    -webkit-animation-duration: 0.7s;
    -moz-animation-duration: 0.7s;
    animation-duration: 0.7s;
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

/*platforms end*/

/*smm*/
.container .smm-social-media {

}

.container .smm-bg {
    background-image: url("../images/smm_01.jpg");
    border-radius: 15px;
    background-position: center bottom;
    background-size:cover;
    background-repeat: no-repeat;
    padding: 3% 0;
    animation: animatedBackground 40s linear infinite;

}

.container .smm-bg p {
    font-size: 20px;
    color: #FFFFFF;
}

.container .smm-bg p:nth-child(1) {
    font-size: 36px;
    margin-bottom: 30px;
}

.container .smm-bg ul {
    margin: 45px 30px 0 30px;
}

.container .smm-bg ul li div {
    background-color: #FFFFFF;
    padding: 10px 0;
    border-radius: 10px;
    box-shadow: 0 6px 5px #252525;
    max-height: 55px;
}

.container .smm-bg ul li div a {
    color: #6c6d6e;
    font-size: 20px;
    font-weight: bold;
    position: relative;
    display: block;
    width: 100%;
    padding: 0 0 0 40px;
}

.container .smm-bg ul li div a:active {
    color: #2f75bb;
}

.container .smm-bg ul li div a:hover {
    color: #2f75bb;
}

.container .smm-bg ul li div i {
    position: absolute;
    left: 14px;
}

.ppc .container .smm-bg ul li div i {
    position: absolute;
    left: 20px;
}

.container .smm-bg ul li div a span.text-small {
    font-size: 16px;
    display: inline-block;
    line-height: 1.2;
}

.i_page_t span.border-line {
    padding-bottom: 8px;
    border-bottom: #2c77bb 3px solid;
}

.container .pfList li {
    visibility: visible;
    text-align: center;
    -webkit-animation-duration: 0.7s;
    -moz-animation-duration: 0.7s;
    animation-duration: 0.7s;
}

.container .pfList li {
    display: inline-block;
    margin: 0 40px;
}

.container .pfList li img {
    display: block;
    margin-bottom: 15px;
    max-width: 100%;
    height: auto;
}

.container .pfList li span {
    display: block;
    font-size: 22px;
    color: #6f7073;
    text-align: center;
}

.container .pfList li:nth-child(1) {
    -webkit-animation-delay: 0.3s;
    -moz-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.container .pfList li:nth-child(2) {
    -webkit-animation-delay: 0.2s;
    -moz-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.container .pfList li:nth-child(3) {
    -webkit-animation-delay: 0.1s;
    -moz-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.container .pfList li:nth-child(4) {
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    animation-delay: 0s;
}

.smm .container .our_services {
    margin-top: 80px;
}

.smm .container .our_services img {
    height: auto;
}

/*.smm .container .our_services dt:before {*/
    /*width: 70px;*/
    /*height: 3px;*/
    /*position: absolute;*/
    /*display: block;*/
    /*content: url("../images/smm_icon.png");*/
    /*left: 0;*/
    /*top: -30px;*/

/*}*/
dt span.border-line {
    padding-bottom: 8px;
    border-bottom: #2c77bb 3px solid;
}

.smm .container dt {
    font-size: 30px;
    line-height: 50px;
    color: #2f2f2f;
    font-weight: bold;
    position: relative;
    margin-bottom: 43px;
}

.smm .container dd {
    font-size: 20px;
    color: #626262;
    margin-top: 16px;
    font-weight: unset;
    line-height: 22px;
}

.smm .container .our_services ul {
    font-size: 18px;
    line-height: 21px;
    margin-top: 24px;
    margin-left: 15px;
    list-style-type: disc;
    color: #2e75b9;
}
.consulting .imgG p {
    margin-top: 2rem!important;
}
.smm .container .our_services ul li span {
    color: #949494;
    font-size: 18px;
}
.smm .container .our_services ul.font-weight-bold li span {
    font-size: 16px;
}


.smm .container .procedure1 {
    margin-top: 40px;
    position: relative;
    /*overflow-x: scroll;*/
}

.smm .container .procedure1 img {
    display: block;
    width: 600px;
    height: auto;
}

.smm .container .procedure1 ul {
    display: block;
    list-style: none;
}

.smm .container .procedure1 li {
    position: absolute;
    top: 22px;
    width: 100%;
}

.smm .container .procedure1 li.l1 {
    left: 22px;
}

.smm .container .procedure1 li.l2 {
    left: 146px;
    top: 43px;
}

.smm .container .procedure1 li.l3 {
    left: 306px;
}

.smm .container .procedure1 li.l4 {
    left: 446px;
}

.smm .container .procedure1 li.l5 {
    left: 50px;
    top: 128px;
}

.smm .container .procedure1 li.l6 {
    left: 228px;
    top: 128px;
}

.smm .container .procedure1 li.l7 {
    left: 358px;
    top: 128px;
}

.smm .container .procedure1 li.l8 {
    left: 553px;
    top: 128px;
}

.smm .container .procedure2 {
    margin-top: 40px;
    position: relative;
}

.smm .container .procedure2 .img-1 {
    display: block;
    width: 590px;
    height: auto;
}

.smm .container .procedure2 .img-2 {
    display: block;
    width: 162px;
    height: auto;
    position: absolute;
    top: 22px;
    right: 10px;
}

.smm .container .procedure2 i {
    background-image: url("../images/smm_13.png");
    display: block;
    width: 17px;
    height: 22px;
    position: absolute;
    background-size: 17px 22px;
    background-repeat: no-repeat;

}

.smm .container .procedure2 i.i1 {
    right: 26px;
    top: 42px
}

.smm .container .procedure2 i.i2 {
    right: 51px;
    top: 72px
}

.smm .container .procedure2 .float-img {
    position: relative;
    display: block;
    width: 162px;
    height: auto;
    top: -194px;
    right: -434px;
}

.smm .container .float-img i {
    visibility: visible;
    -webkit-animation-duration: 2.5s;
    -moz-animation-duration: 2.5s;
    animation-duration: 2.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.smm .container .float-img span {
    font-size: 18px;
    color: white;
    font-weight: bold;
    right: 50px;
    position: absolute;
}

.smm .container .float-img span.span1 {
    top: 36px;
}

.smm .container .float-img span.span2 {
    top: 66px;
    right: 75px;
}

.smm .container .procedure2 ul {
    display: block;
    list-style: none;
}

.smm .container .procedure2 li {
    position: absolute;
    top: 22px;
    width: 100%;
}

.smm .container .procedure2 li.l1 {
    left: 22px;
}

.smm .container .procedure2 li.l2 {
    left: 174px;
}

.smm .container .procedure2 li.l3 {
    left: 332px;
    top: 4px;
}

.smm .container .procedure2 li.l4 {
    left: 48px;
    top: 128px;
}

.smm .container .procedure2 li.l5 {
    left: 248px;
    top: 128px;
}
.smm .container .our_services .imgG ul li {
    color: initial!important;
    font-size: 17px!important;
}
.seo-3 ul li {
    color: initial!important;
    font-size: 17px!important;
}
.ppc-services-1{
    position: relative;
}

.ppc-services-1 .setup{
    background-color: #fff3dd;
    /*padding-bottom: 35px;*/
}
.ppc-services-1 .management{
    background-color: #f4fdfb;
}

.ppc .container .bg-color .i_page_t{
    position: absolute;
    top: 20px;
    left: 43%;
    z-index: 999;
}

.ppc .ppc-services-1 p strong {
    font-size: 30px;
    line-height: 2;
    color: black;
}

.ppc .ppc-services-1 p.text-2 {
    font-size: 28px;
    line-height: 2;
    color: black;
}

.ppc .container .procedure3 {
    position: relative;
    color: #d3145a;
}

.ppc .container .procedure3 img {
    display: block;
    width: 675px;
    height: auto;

}

.ppc .container .procedure3 ul {
    display: block;
    list-style: none;
}
.ppc .container .procedure3 li span{
    font-size: 16px;
    line-height: 16px;
}
.ppc .container .procedure3 li {
    position: absolute;
    top: 24px;
    width: 100%;
}

.ppc .container .procedure3 li.l1 {
    left: 45px;
    top: 34px;
}

.ppc .container .procedure3 li.l2 {
    left: 244px;
}

.ppc .container .procedure3 li.l3 {
    left: 480px;
}

.ppc .container .procedure3 li.l4 {
    left: 120px;
    top: 152px;
}

.ppc .container .procedure3 li.l5 {
    left: 360px;
    top: 152px;
}

.ppc .container .procedure3 li.l6 {
    left: 596px;
    top: 152px;
}

.ppc .container ul.ul-i1 li {
    position: relative;
    display: block;
}

.ppc .container ul.ul-i1 i {
    background-image: url("../images/ppc_icon_6.png");
    width: 28px;
    height: 14px;
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);

}


.ppc .container .procedure4 {
    position: relative;
    color: #2d76ba;
    height: 242px;
    top: 20px;
    margin-bottom: 27px;
}

.ppc .container .procedure4 ul li span {
    position: relative;
    color: white;
}

.ppc .container .procedure4 img {
    display: block;
    width: 675px;
    height: auto;
}

.ppc .container .procedure4 ul {
    display: block;
    list-style: none;
}

.ppc .container .procedure4 > ul > li {
    position: absolute;
    top: 4px;
    width: 100%;
}
.ppc .container .procedure4 li span{
    font-size: 16px;
    line-height: 16px;
}
.ppc .container .procedure4 li.l1 {
    left: 46px;
}

.ppc .container .procedure4 li.l2 {
    left: 190px;
}

.ppc .container .procedure4 li.l3 {
    left: 345px;
    top: 13px;
}

.ppc .container .procedure4 li.l4 {
    left: 93px;
    top: 108px;
}

.ppc .container .procedure4 li.l5 {
    left: 278px;
    top: 106px;
}

.ppc .container .procedure4 li.l6 {
    left: 422px;
    top: 106px;
}

.ppc .container .procedure4 .float-img {
    position: relative;
    display: inline-block;
    width: 145px;
    height: auto;
    top: -127px;
    right: -504px;
}

.ppc .container .procedure4 .float-img img.img-2 {
    width: 145px;
    height: auto;
}

.ppc .container .procedure4 .float-img li img {
    width: 9px;
    height: 12px;
    display: inline-block;
}
.ppc .container .procedure4 .float-img ul li i{
    margin-left: 5px;
}
.ppc .container .procedure4 .float-img ul {
    display: block;
    position: absolute;
    top: 5px;
    right: 6px;
    font-size: 15px;
}



.ppc .container ul.ul-i2 li {
    position: relative;
    display: block;
}

.ppc .container ul.ul-i2 i {
    background-image: url("../images/ppc_icon_7.png");
    width: 28px;
    height: 14px;
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);

}
.ppc .container ul.ul-i2 span,
.ppc .container ul.ul-i1 span{
    display: inline-block;
    margin-left: 40px;

}
.imgG p {
    margin-top: -0.5rem!important;
    font-size: 20px!important;
    color: #626262;
}

@-webkit-keyframes haha1 {

    0% {
        -webkit-transform: rotate(0deg);
    }

    25% {
        -webkit-transform: rotate(90deg);
    }

    50% {
        -webkit-transform: rotate(180deg);
    }

    75% {
        -webkit-transform: rotate(270deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }

}

.bgPlay {
    /* 设置动画，animation:动画名称 动画播放时长单位秒或微秒 动画播放的速度曲线linear为匀速 动画播放次数infinite为循环播放; */
    -webkit-animation: haha1 3s linear infinite;
    -moz-animation: haha1 3s linear infinite;
    animation: haha1 3s linear infinite;
}

.animate-img {
    display: block;
    position: relative;
}

.animate-img .animate-img1 {
    display: block;
    position: absolute;
}

.animate-img .animate-img2 {
    display: block;
}

.animate-img .animate-img3 {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;

}

/*e-commerce*/
.e-commerce .container span.bottom-line {
    padding-bottom: 8px;
    border-bottom: #2c77bb 3px solid;
}

.e-commerce .container .e-commerce_title h2 {
    text-align: center;
    color: black;
    font-size: 36px;
    font-weight: bold;
}

.e-commerce .container .e-commerce_title h3 {
    text-align: center;
    color: #4785c1;
    font-size: 30px;
}

.e-commerce .container .card {
    border: 0;
    box-shadow: 0 0 10px 5px #d6d6d6;
}

.e-commerce .container .card {
    border: 0;
    box-shadow: 0 0 20px 15px rgba(242, 242, 242, 0.95);
}

.e-commerce .container .card-body {
    padding: 4.25rem;
}

.e-commerce .container .card-body span {
    display: inline-block;
    padding-left: 26px;
    position: relative;
}

.e-commerce .container .card-body span i {
    position: absolute;
    left: 0;
}

 .talk-to-us a {
    background: -moz-linear-gradient(to right, #21d4fd, #9becfe);
    background: -ms-linear-gradient(to right, #21d4fd, #9becfe);
    background: -webkit-linear-gradient(to right, #21d4fd, #9becfe);
    background: linear-gradient(to right, #21d4fd, #9becfe);
    display: inline-block;
    border-radius: 4px;
    font-size: 19px;
    color: #ffffff;
    padding: 5px 50px;
    line-height: 40px;
    border: 0;
    position: relative;
    /*box-shadow: 0px 4px 20px 0px rgba(68, 139, 249, 0.8)*/
}
.talk-to-us a:hover{
    font-weight: bold;
}

.e-commerce .p-bottom {
    font-size: 30px;
}


.wishlist {
    right: 20px;
    display: block;
    font-size: 17px;
    background: -moz-linear-gradient(to right, #595ef8, #33aefb);
    background: -ms-linear-gradient(to right, #595ef8, #33aefb);
    background: -webkit-linear-gradient(to right, #595ef8, #33aefb);
    background: linear-gradient(to right, #595ef8, #33aefb);
    position: fixed;
    top: 80%;
    z-index: 5;
    padding: 8px 15px 8px 24px;
}



/*.wishlist:hover{ background: -moz-linear-gradient(to left, #595ef8, #33aefb);*/
    /*background: -ms-linear-gradient(to left, #595ef8, #33aefb);*/
    /*background: -webkit-linear-gradient(to left, #595ef8, #33aefb);*/
    /*background: linear-gradient(to left, #595ef8, #33aefb);*/

/*}*/

.wishlist a{
    color: #FFFFFF;
    font-size: 17px;
}
.wishlist a:hover,
.wishlist a:active{
    font-size: 19px;
}

.ctaBox {
    box-shadow: #4e555b 2px 2px 5px ;
    display: none;
    position: fixed;
    left: 50%;
    margin-left: -403px;
    border-radius: 15px;
    background: #fff;
    z-index: 1001;
    margin-top: -255px;
    top: 50%;
    padding: 20px 40px;
}
.ctaBox.on{
    display: block;
}

.ctaBox .close i {
    position: absolute;
    right: 30px;
    top: 10px;
    cursor: pointer;
    z-index: 3;
    opacity: 0.6;
}

.ctaBox .close:hover i {
    opacity: 1;
}

.ctaBox .form {
    max-width: 704px;
}

.ctaBox .item label {
    font-size: 16px;
    color: #666;
    line-height: 25px;
}

.ctaBox .item {
    border-bottom: 1px solid #DDDDDD;
    padding-top: 12px;
    /*max-width: 340px;*/
    float: left;
    position: relative;
}

.ctaBox .item2, .ctaBox .item4 {
    float: right;
}

.ctaBox .item4 em {
    font-size: 13px;
}

.ctaBox .item input {
    border: none;
    padding: 6px 0;
    font-size: 16px;
    float: right;
    width: 163px;
}

.ctaBox .item1 input {
    width: 235px;
}

.ctaBox .item2 input {
    width: 275px;
}

.ctaBox .item3 input {
    width: 258px;
}

.ctaBox .item4 input {
    width: 166px;
}

.ctaBox .item5 img {
    width: 300px;
    height: auto;
    border: 0;
}
.ctaBox .item5{
    border: 0;
}
.ctaBox .iPart2 {
    clear: both;
    position: relative;
}

.ctaBox .iPart2 label {
    display: block;
    font-size: 16px;
    color: #666;
    padding: 12px 0 9px 0;
}

.ctaBox .iPart2 textarea {
    display: block;
    width: 704px;
    height: 100px;
    border: 1px solid #ddd;
    border-radius: 5px;
    resize: none;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1.3;
    padding: 7px 8px;
}

.ctaBox .done {
    display: block;
    clear: both;
    width: 114px;
    height: 37px;
    background: -moz-linear-gradient(to right, #21d4fd, #9becfe);
    background: -ms-linear-gradient(to right, #21d4fd, #9becfe);
    background: -webkit-linear-gradient(to right, #21d4fd, #9becfe);
    background: linear-gradient(to right, #21d4fd, #9becfe);
    color: #fff;
    cursor: pointer;
    border-radius: 30px;
    font-size: 16px;
    border: none;
    position: relative;
    z-index: 2;
}

.ctaBox .done:hover {
    font-size: 18px;
}

.ctaBox .doneWrap {
    position: relative;
    overflow: hidden;
    clear: both;
    margin-top: 18px;
}

.ctaBox .doneWrap .doneTips {
    margin: 10px 0 0 10px;
    color: #a26e40;
    position: absolute;
    left: -190px;
    bottom: 9px;
    opacity: 0;
    transition: .5s;
}

.ctaBox .doneWrap .doneTips.on {
    left: 120px;
    opacity: 1;
}

/*services*/
.services .container .services_row1 p {
    font-size: 20px;
    color: #232323;
}

.services .container .services_row1 a {
    font-size: 14px;
    color: #337bbc;
    font-weight: bold;
}

.services .container .services_row1 a:hover {
    font-size: 14px;
    color: #0d2fbc;
}
/*seo*/
.seo .container{
    padding-bottom: 20px;
}
.seo .container .seo-top-article p{
    position: relative;
    margin-bottom: 24px;
    font-size: 18px;
}
.seo .container .seo-top-article p span{
    margin-left: 47px;
    color: #1b1e21;
    font-size: 24px;
    line-height: 24px;
    display: inline-block;
    padding-left: 2px;

}
.seo .container .seo-top-article i{
    background-image: url("../images/seo-icon-1.png");
    width: 30px;
    height: 17px;
    top: 4px;
    position: absolute;

}
.seo .section2 {
    background-image: url("../images/seo-01.png");
    background-repeat: no-repeat;
    background-position: center -10px;
    overflow-x: auto;
}
.seo .section2 .procedure5{
    position: relative;
    display: block;
    padding: 30px 15px 60px 15px;
    width: 1350px;
}

.seo .section2 .procedure5 img{
    position: relative;
}
.seo .section2 .procedure5 span{
    position: relative;

}
.seo .section2 .procedure5 .l1 img{
    top:100px;
}
.seo .section2 .procedure5 .l2 img{
    top:80px;
}
.seo .section2 .procedure5 .l2 span{
    top:-12px;
}
.seo .section2 .procedure5 .l3 img{
    top:60px;
}
.seo .section2 .procedure5 .l3 span{
    top:-20px;
}
.seo .section2 .procedure5 .l4 img{
    top:30px;
}
.seo .section2 .procedure5 .l4 span{
    top:-52px;
}
.seo .section2 .procedure5 .l5 img{
    top:0px;
}
.seo .section2 .procedure5 .l5 span{
    top:-87px;
}
.seo .section2 .procedure5 .l6 img{
    top:-20px;
}
.seo .section2 .procedure5 .l6 span{
    top:-102px;
}



.seo .section2 .procedure5 span{
    color: black;
    display: inline-block;
    width: 110px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    line-height: 16px;
}


.seo .section3 .procedure6{
    position: relative;
    display: block;
    overflow-x:scroll;
    background-color: #f3f6fd;
}
.seo .section3 .procedure6 img{
    display: block;
    margin: 0 auto;
    max-width: none !important;

}
.seo .section3 .seo-process{
    position: absolute;
    top: 30px;
    left: 45%;
}
/*.seo .section3 .procedure6 > img{*/
    /*width: 1920px;*/
    /*height: auto;*/
    /*display: block;*/
/*}*/
.seo .section3 .procedure6 > .container{
    position: relative;
    padding: 0 15px;
}
.seo .section3 .procedure6 .dot img{
    display: block;
    width: 20px;
    position: absolute;
}
.seo .section3 .procedure6 ul.span li{
    position: absolute;
    display: block;
}
.seo .section3 .procedure6 ul.span li span{
    color: #2c77bb;
    font-size: 16px;
    font-weight: bold;
}


.seo .section3 .procedure6 .dot img.d1{
    top: 44%;
    left: 36px;
}
.seo .section3 .procedure6 .span li.l1{
    top: 37%;
    left: 8px;
}
.seo .section3 .procedure6 .dot img.d2{
    top: 44%;
    left: 663px;
}
.seo .section3 .procedure6 .span li.l2{
    top: 37%;
    left: 611px;
}
.seo .section3 .procedure6 .dot img.d3{
    top: 44%;
    left: 1293px;
}
.seo .section3 .procedure6 .span li.l3{
    top: 37%;
    left: 1260px;
}
.seo .section3 .procedure6 .dot img.d4{
    top: 69%;
    left: 346px;
}
.seo .section3 .procedure6 .span li.l4{
    top: 74%;
    left: 252px;
}
.seo .section3 .procedure6 .dot img.d5{
    top: 69%;
    left: 980px;
}
.seo .section3 .procedure6 .span li.l5{
    top: 74%;
    left: 936px;
}



.seo .container ul.services-ul li{
    position: relative;
    display: block;
    padding-left: 26px;
}
.seo .container ul.services-ul li i{
    position: absolute;
    left: 0;
}

.container .our_services .procedure1 .font-weight-bold li span,
.container .our_services .procedure2 .font-weight-bold li span,
.ppc .container  .procedure4 ul.font-weight-bold > li > span,
.container .procedure5 .font-weight-bold li span{
    display: inline-block;
    text-align: center;
    color: #2c77bb;
}
.container .procedure3 .font-weight-bold li span{
    display: inline-block;
    text-align: center;
}

/*扩散效果*/
.diffusion {
    top: 0 !important;
    left: 0 !important;
    cursor:pointer;
    -webkit-animation:scaleout 2s infinite ease-in-out;
    animation:scaleout 2s infinite ease-in-out;
}

@-webkit-keyframes scaleout {
    0% {
        -webkit-transform:scale(1.0)
    }
    100% {
        -webkit-transform:scale(2.1);
        opacity:0;
    }
}@keyframes scaleout {
     0% {
         transform:scale(1.0);
         -webkit-transform:scale(1.0);
         opacity:0;
     }
     10% {
         transform:scale(1.0);
         -webkit-transform:scale(1.0);
         opacity:1;
     }
     100% {
         transform:scale(2.1);
         -webkit-transform:scale(2.1);
         opacity:0;
     }
 }


/*光束闪过效果*/
.guangshu { display:block; }
.guangshu:before { content: ""; position: absolute; width:200px; height: 100%; top: 0; left: -150px; overflow: hidden;
    background: -moz-linear-gradient(left, rgba(255,255,255,0)0, rgba(255,255,255,.2)50%, rgba(255,255,255,0)100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(50%, rgba(255,255,255,.2)), color-stop(100%, rgba(255,255,255,0)));
    background: -webkit-linear-gradient(left, rgba(255,255,255,0)0, rgba(255,255,255,.2)50%, rgba(255,255,255,0)100%);
    background: -o-linear-gradient(left, rgba(255,255,255,0)0, rgba(255,255,255,.2)50%, rgba(255,255,255,0)100%);
    -webkit-transform: skewX(-25deg);
    -moz-transform: skewX(-25deg)
}

.guangshu:hover:before { left: 150%; transition: left 1s ease 0s; }
