abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
body div,
caption,
cite,
code,
dd,
del,
details,
dfn,
dl,
dt,
em,
fieldset,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0;
    font-weight: normal
}

strong,
strong span {
    font-weight: 700
}

* {
    -webkit-tap-highlight-color: transparent;
    -ms-box-sizing: border-box;
    box-sizing: border-box
}

article,
aside,
details,
figure,
footer,
header,
nav,
section,
summary {
    display: block
}

html {
    box-sizing: border-box
}

body {
    -webkit-overflow-scrolling: touch;
    min-width: 320px;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%
}

*,
:after,
:before {
    box-sizing: inherit
}

embed,
img,
object {
    max-width: 100%
}

html {
    overflow-y: scroll
}

ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0
}

del {
    text-decoration: line-through
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted #000;
    cursor: help
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

th {
    font-weight: 700;
    vertical-align: bottom
}

td {
    font-weight: 400
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #e8e8e8;
    margin: 1em 0;
    padding: 0
}

input,
select {
    vertical-align: middle
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    white-space: pre-line;
    word-wrap: break-word
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

img {
    border: none
}

li,
ol,
ul {
    list-style: none
}

input,
textarea {
    font-family: "Microsoft YaHei";
    outline: 0;
    -webkit-appearance: none
}

textarea {
    resize: none
}

input::-moz-input-placeholder,
input::-ms-input-placeholder,
input::-webkit-input-placeholder,
textarea::-moz-input-placeholder,
textarea::-ms-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #a4a4a4
}

input:focus {
    outline-width: 0;
    -ms-box-shadow: none;
    box-shadow: none
}

a {
    text-decoration: none;
    outline: 0;
    font-weight: 400;
    border: 0
}

.clickable,
button,
input[type=button],
input[type=file],
input[type=submit],
label {
    cursor: pointer
}

button,
input,
select,
textarea {
    margin: 0
}

button,
input[type=button] {
    width: auto;
    overflow: visible
}

.clearfix:after,
.clearfix:before {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden
}

.clearfix:after {
    clear: both
}

.clearfix {
    zoom: 1
}

body {
    font-family: Source Han Sans CN;
    ;
}

h4,
h5,
h6,
h1,
h2,
h3 {
    margin-top: 0;
}

ul,
ol {
    margin: 0;
}

p {
    margin: 0;
}

html,
body {
    font-size: 100%;
    background: #fff;
}

body a {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.header {
    padding: 10px 0;
}

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background-color: rgba(255, 255, 255, .9);
    display: none;
}

.logo {
    float: left;
}

.logo img {
    height: 40px;
}

.menu {
    float: right;
}

.menu li {
    display: inline-block;
}

.menu li:first-child {
    margin-left: 0;
}

.copyrights {
    text-indent: -9999px;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
}

.menu li a {
    display: block;
    font-size: 0.85em;
    color: #333;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0;
    margin: 10px;
}

#nav .current a {
    color: #3986FF;
    /*background:#e4551d;--*/
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.menu li a:hover,
.menu li.active a {
    -webkit-transform: rotateY(30deg);
    -moz-transform: rotateY(30deg);
    -ms-transform: rotateY(30deg);
    transform: rotateY(30deg);
}

.menu li a:hover {
    color: #3986FF
}

.toggleMenu {
    display: none;
    padding: 0;
}

.nav:before,
.nav:after {
    content: " ";
    display: table;
}

.nav:after {
    clear: both;
}

.nav ul {
    list-style: none;
}

@media screen and (max-width:800px) {
    .menu {
        margin: 0;
    }
    .active {
        display: block;
    }
    .menu li a {
        text-align: left;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -o-border-radius: 0;
    }
    .nav {
        list-style: none;
        width: 100%;
        position: absolute;
        right: 0;
        background: #051619;
        top: 65px;
        z-index: 9999;
    }
    .menu li a span.messages {
        text-align: center;
        top: 15px;
    }
    .nav li ul {
        width: 100%;
    }
    .menu ul {
        margin: 0;
    }
    .nav>li.hover>ul {
        width: 100%;
    }
    .nav>li {
        float: none;
        display: block;
    }
    .nav ul {
        display: block;
        width: 100%;
    }
    .nav>li.hover>ul,
    .nav li li.hover ul {
        position: static;
    }
    .nav li a {
        border-top: 1px solid #343434;
    }
    .nav li:first-child a {
        border-top: none;
    }
}


/**** Slider *****/

.banner {
    /*min-height:600px;*/
}

.wmuSlider {
    position: relative;
    overflow: hidden;
}

.wmuSlider .wmuSliderWrapper article img {
    max-width: 100%;
    width: auto;
    height: auto;
    display: inline-block;
}


/* Default Skin */

.wmuGallery .wmuGalleryImage {
    margin-bottom: 10px;
}

.wmuSliderPrev,
.wmuSliderNext {
    position: absolute;
    width: 35px;
    height: 35px;
    text-indent: -9999px;
    background: url(../images/img_sprite.png) no-repeat;
    top: 18em;
    z-index: 2;
    cursor: pointer;
}

.wmuSliderPrev {
    background-position: -1px -2px;
    left: 0px;
}

.wmuSliderNext {
    background-position: -33px 0px;
    right: 0px;
}

.banner_container {
    width: 78%;
    margin: 0 auto;
}

.banner_right {
    padding-top: 14%;
    margin-left: 4%;
}

.banner_right h1 {
    font-size: 3em;
    color: #ffd34e;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
}

.banner_right h2 {
    font-size: 1.1em;
    color: #fff;
    font-weight: 600;
    margin: 1em 0 2em;
    text-transform: uppercase;
}

.btn.btn-primary {
    font-size: 1.1em;
    font-weight: 600;
    font-style: normal;
    text-shadow: none;
    text-transform: uppercase;
    color: #FFF;
    padding: 12px 20px;
    position: relative;
    letter-spacing: 0;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    border: none;
    outline: none;
    border-radius: 0;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-appearance: none;
}

.btn-primary {
    color: #fff;
}

.btn.btn-primary:before {
    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    bottom: 0;
    right: 0;
    top: 0;
    z-index: -1;
    border-radius: 0;
    background: #105b63;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.btn.btn-primary:hover:before {
    width: 100%;
    left: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn.btn-primary:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    border-radius: 0;
    background: #bd4932;
    z-index: -2;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.features-grid span {
    width: 100px;
    height: 100px;
    display: inline-block;
    background: url(../images/icons.png) no-repeat -7px -6px;
}

.features-grids {
    padding: 5em 0;
}

.features-grid span.f-icon1 {
    background-position: -109px -7px;
}

.features-grid span.f-icon2 {
    background-position: -213px -7px;
}

.features-grid span.f-icon3 {
    background-position: -316px -7px;
}

.features-grid h3 {
    font-size: 18px;
    color: #000;
    margin: 0.5em 0 1em;
}

.features-grid p {
    font-size: 13px;
    color: #555;
    line-height: 1.5em;
}

.box_1 {
    background: #105b63;
    padding: 5em 0;
    text-align: center;
}

.box_1 h3 {
    font-size: 3em;
    color: #ffd34e;
    font-weight: 700;
    margin: 0 0 0.5em;
    text-transform: uppercase;
}

span.m_1 {
    color: #fff;
}

.box_1 p {
    color: #fff;
    line-height: 1.5em;
    width: 50%;
    margin: 0 auto;
    font-size: 0.95em;
    margin-bottom: 3em;
}

a.btn1 {
    background: #fff;
    padding: 15px 40px;
    font-weight: 700;
    color: #105b63;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    font-size: 1.1em;
}

a.btn1:hover {
    background: #bd4932;
    text-decoration: none;
    color: #fff;
}

.box_2 {
    padding: 5em 0;
}

.span_1_of_about {
    width: 32.2%;
}

.lsidebar {
    display: block;
    float: left;
    margin: 0% 8.6% 0% 0;
}

.span_2_of_about {
    width: 59.1%;
}

.cont {
    display: block;
    float: left;
}

h4.m_2 {
    color: #333;
    margin-bottom: 1em;
    font-size: 1.5em;
    line-height: 1.2;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
}

.grid_1 {
    position: relative;
}

.span_2_of_about p {
    text-align: justify;
    color: #888;
    font-size: 0.85em;
    line-height: 1.5em;
    margin-bottom: 1.5em;
}

.span_2_of_about span.quotes {
    position: absolute;
    left: 208px;
    top: 43px;
    width: 25px;
    height: 23px;
    background: url(../images/quote.png) no-repeat;
}

.span_2_of_about span.quote_down {
    position: absolute;
    right: 15px;
    top: 136px;
    width: 25px;
    height: 23px;
    background: url(../images/quote_down.png) no-repeat;
}

.span_2_of_about h3 {
    color: #000;
    font-size: 0.95em;
}

.span_2_of_about h3 a {
    color: #999;
    font-style: italic;
    font-size: 13px;
}

.span_1_of_about h5 {
    display: block;
    width: 60px;
    height: 70px;
    background: #bd4932;
    text-align: center;
    position: absolute;
    top: 52px;
    left: 105px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 2.5em;
    line-height: 20px;
    padding-top: 13px;
}

span.month {
    font-size: 15px;
}

.span_2_of_about h5 {
    color: #333;
    margin-bottom: 1em;
    font-size: 1.1em;
    font-weight: 700;
}

a.btn2 {
    font-weight: 400;
    color: #000;
    font-size: 0.85em;
}

.tadpole-footer .footer-1 {
    background: #262730;
    padding: 60px 0 83px;
}

.footer-l {
    float: left;
    color: #fff;
    width: 35%;
}

.footer-l p {
    position: relative;
    font-size: 18px;
    margin-bottom: 28px;
    padding-left: 30px;
}

.footer-l p i {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    display: inline-block;
}

.footer-l p i.icon-kefu {
    width: 23px;
    height: 20px;
    background: url(../images/homeimg/icon-kefu.png) no-repeat center;
}

.footer-l p i.icon-adr {
    width: 20px;
    height: 20px;
    background: url(../images/homeimg/icon-adr.png) no-repeat center;
}

.footer-l h3 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 50px;
}

.footer-l .numtxt {
    font-size: 30px;
}

.tadpole-footer .footer-2 {
    height: 63px;
    line-height: 63px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    background: #0F1019;
}

.tadpole-footer .footer-2 a {
    color: #fff;
}

.tadpole-footer .footer-2 a:hover {
    color: #3986FF;
}

.footer-r1 {
    float: left;
    width: 35%;
}

.footer-r1 h3 {
    font-size: 18px;
    margin-bottom: 42px;
    color: #fff;
}

.footer-r1 ul {
    display: block;
}

.footer-r1 li {
    float: left;
    width: 50%;
    margin-bottom: 23px;
}

.footer-r1 li a,
.footer-r1 li a:hover {
    color: #6E7086;
    font-size: 14px;
    text-decoration: none;
}

.footer-r2 {
    float: left;
    width: 30%;
    color: #fff;
}

.footer-r2 h3 {
    font-size: 18px;
    margin-bottom: 42px;
}

.footer-r2 p {
    color: #6E7086;
    font-size: 14px;
    line-height: 24px;
}


/*--footer--*/

.footer {
    background: #051f22;
    padding: 3em 0;
}

.footer h3 {
    color: #fff;
    font-size: 1.1em;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 1em;
}

.footer p {
    color: #818080;
    font-size: 0.8125em;
    line-height: 1.5em;
    overflow: hidden;
}

.footer-list ul,
.footer-list1 ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.footer-list li.list_top {
    margin-bottom: 1em;
}

i.arrow {
    background: url(../images/img_sprite.png) no-repeat -75px -8px;
    float: left;
    margin-right: 5px;
    width: 10px;
    height: 15px;
}

.footer-list li a {
    color: #626262;
}

.footer-list1 ul li {
    font-size: 0.8125em;
    line-height: 1.8em;
}

.footer-list1 ul li a {
    color: #818080;
}

i.location {
    background: url(../images/img_sprite.png) no-repeat -100px -8px;
    float: left;
    margin-right: 5px;
    width: 10px;
    height: 15px;
}

i.phone {
    background: url(../images/img_sprite.png) no-repeat -123px -10px;
    float: left;
    margin-right: 5px;
    width: 13px;
    height: 15px;
}

i.msg {
    background: url(../images/img_sprite.png) no-repeat -278px -10px;
    float: left;
    margin-right: 5px;
    width: 13px;
    height: 15px;
}

.footer_bottom {
    background: #021315;
    padding: 1em 0 0.5em;
}

.copy {
    float: left;
}

.copy p {
    font-size: 0.8125em;
    color: #bd4932;
}

.copy p a {
    color: #fff;
}

ul.footer_social {
    padding: 0;
    list-style: none;
    margin: 0;
    float: right;
}

ul.footer_social li,
ul.team_social li {
    display: inline-block;
}

ul.footer_social li a i {
    width: 20px;
    height: 20px;
    display: block;
    background: url(../images/img_sprite.png)no-repeat;
}

ul.footer_social li a i.fb {
    background-position: -152px -6px;
}

ul.footer_social li a i.tw {
    background-position: -181px -6px;
}

ul.footer_social li a i.instagram {
    background-position: -209px -6px;
}

ul.footer_social li a i.linkedin {
    background-position: -241px -6px;
}

ul.footer_social li a i:hover {
    opacity: 0.8;
}


/*--about--*/

.about {
    background: url(../images/about.jpg)no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    min-height: 150px;
}

ul.about_head {
    padding: 3.5em 0 0 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

ul.about_head li {
    display: inline-block;
    margin-right: 2%;
    vertical-align: middle;
}

ul.about_head li.about_head-left {
    border-right: 4px solid #105b63;
    width: 20%;
}

ul.about_head li.about_head-left h1 {
    color: #fff;
    font-size: 2em;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 3% 0 0;
}

ul.about_head li.about_head-right p {
    font-size: 0.85em;
    color: #cd9f56;
    text-transform: uppercase;
    font-weight: 700;
}

.about_top {
    padding: 5em 0;
}

.about_top-right h2 {
    color: #333;
    font-size: 1.5em;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 1em;
}

.about_top-right p,
.about_bottom-left p,
.blog_left p {
    color: #999;
    font-size: 0.85em;
    line-height: 1.8em;
    margin-bottom: 1em;
}

.about_bottom {
    padding-bottom: 5em;
}

.poll {
    margin-bottom: 1em;
}

.text2 {
    float: left;
    text-transform: uppercase;
    color: #000;
    font-size: 0.85em;
}

.percent {
    float: right;
    color: #000;
    font-size: 0.85em;
}

.skills {
    width: 100%;
    margin: 5px 0;
    background-color: #f0f0f0;
    height: 10px;
}

.skills>div {
    height: 100%;
    display: block;
    background-color: #105b63;
}

.about_bottom h3 {
    color: #333;
    font-size: 1.5em;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 1em;
    padding-left: 15px;
}

.box_4 {
    background: url(../images/about_bottom.jpg)no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    min-height: 270px;
}

i.icon1 {
    width: 55px;
    height: 55px;
    background: url(../images/img_sprite.png)no-repeat -4px -58px;
    display: inline-block;
}

i.icon2 {
    width: 55px;
    height: 55px;
    background: url(../images/img_sprite.png)no-repeat -66px -59px;
    display: inline-block;
}

i.icon3 {
    width: 55px;
    height: 55px;
    background: url(../images/img_sprite.png)no-repeat -128px -57px;
    display: inline-block;
}

i.icon4 {
    width: 55px;
    height: 55px;
    background: url(../images/img_sprite.png)no-repeat -197px -58px;
    display: inline-block;
}

.grid_2 h3 {
    color: #bd4932;
    font-size: 1.5em;
    font-weight: 700;
    margin: 0.5em 0;
}

.grid_2 h4 {
    color: #fff;
    font-size: 1.3em;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
}

.projects {
    padding-top: 5em;
}

.team {
    padding: 5em 0;
}

.team h3 {
    color: #333;
    font-size: 1.5em;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 1em;
}

.team p {
    color: #999;
    font-size: 0.85em;
    line-height: 1.8em;
    margin-bottom: 2em;
    width: 85%;
    margin: 0 auto 4em;
}

ul.team_social {
    padding: 0;
    list-style: none;
    margin: 2em 0 1em;
}

ul.team_social li a i {
    width: 25px;
    height: 25px;
    display: block;
    background: url(../images/img_sprite.png)no-repeat #b54630;
}

ul.team_social li a i.fb {
    background-position: -5px -123px;
}

ul.team_social li a i.tw {
    background-position: -26px -123px;
}

ul.team_social li a i.linkedin {
    background-position: -56px -123px;
}

ul.team_social li a i:hover {
    opacity: 0.8;
}

.grid_3 h4 {
    text-transform: uppercase;
    font-size: 15px;
    color: #555;
    margin-bottom: 5px;
}

.grid_3 h5 {
    font-style: italic;
    font-size: 13px;
    color: #999;
}

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

i.s1,
i.s2,
i.s3,
i.s4,
i.s5,
i.s6 {
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    float: left;
    margin-right: 4%;
    width: 70px;
    height: 70px;
    background: url(../images/img_sprite.png)no-repeat #12545b;
}

i.s1 {
    background-position: -87px -118px;
}

i.s2 {
    background-position: -151px -118px;
}

i.s3 {
    background-position: -204px -118px;
}

i.s4 {
    background-position: -111px -168px;
}

i.s5 {
    background-position: 5px -166px;
}

i.s6 {
    background-position: -51px -166px;
}

ul.service_grid li.service_grid-right {
    overflow: hidden;
}

ul.service_grid li.service_grid-right h3 {
    color: #313131;
    font-size: 1.5em;
    margin-bottom: 1em;
}

ul.service_grid li.service_grid-right p {
    color: #999;
    font-size: 0.85em;
    line-height: 1.5em;
}

.service_top {
    margin-bottom: 3em;
}

.service_grid1 {
    margin-bottom: 5em;
}


/*--portfolio--*/

.portfolio_main {
    padding: 5em 0;
}

.portfolio_main h2 {
    color: #333;
    font-size: 1.5em;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 2em;
    text-align: center;
}

#filters {
    margin: 0 1% 2%;
    padding: 0;
    list-style: none;
    text-align: center;
}

#filters li {
    display: inline-block;
    margin-right: 20px;
}

#filters li span {
    font-size: 12px;
    display: block;
    padding: 5px 15px;
    border: 1px solid rgb(221, 221, 221);
    text-decoration: none;
    color: #000;
    cursor: pointer;
    text-transform: uppercase;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
}

#filters li span.active,
#filters li span:hover {
    color: #bd4932;
}

#portfoliolist .portfolio {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    width: 23%;
    margin: 1%;
    display: none;
    float: left;
    overflow: hidden;
}

.portfolio-wrapper {
    overflow: hidden;
    position: relative !important;
    cursor: pointer;
}

.portfolio img {
    top: 0px !important;
    max-width: 100%;
    position: relative;
    opacity: 5;
    transition: all 300ms!important;
    -webkit-transition: all 300ms!important;
    -moz-transition: all 300ms!important;
}

.portfolio .label {
    position: absolute;
    width: 100%;
    height: 40px;
    bottom: -40px;
}

.portfolio .label-bg {
    background: #bd4932;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.portfolio .label-text {
    color: #fff;
    position: relative;
    z-index: 500;
    padding: 5px 8px;
}

.portfolio .text-category {
    display: block;
    font-size: 18px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 100;
    margin-top: 5px;
}


/*--blog--*/

.blog {
    padding: 5em 0;
}

.blog_left h3 {
    color: #333;
    font-size: 1.5em;
    text-transform: uppercase;
    font-weight: 700;
}

ul.blog_links {
    padding: 0;
    margin: 0 0 1.5em 0;
    list-style: none;
    color: #999;
}

ul.blog_links li {
    display: inline-block;
    margin-right: 10px;
}

ul.blog_links li {
    color: #A3B1B6;
    font-size: 13px;
    font-style: italic;
}

ul.blog_links li a {
    color: #A3B1B6;
}

i.blog_icon1,
i.blog_icon2,
i.blog_icon3,
i.blog_icon4 {
    width: 20px;
    height: 20px;
    background: url(../images/img_sprite.png)no-repeat;
    float: left;
}

i.blog_icon1 {
    background-position: -183px -194px;
}

i.blog_icon2 {
    background-position: -209px -196px;
}

i.blog_icon3 {
    background-position: -240px -195px;
}

i.blog_icon4 {
    background-position: -274px -195px;
}

.blog_left p {
    margin-top: 2em;
}

a.btn3 {
    font-weight: 400;
    color: #bd4932;
    font-size: 0.85em;
    font-style: italic;
}

.blog_left {
    margin-bottom: 4em;
}

.blog_last {
    margin-bottom: 0;
}

.search {
    border: 1px solid #dbdbdb;
    background: none;
    position: relative;
    margin-bottom: 2em;
}

.search form input[type="text"] {
    padding: 12px 15px;
    font-weight: 400;
    font-size: 13px;
    color: #555;
    border: none;
    outline: none;
    width: 87%;
    background: none;
    font-style: italic;
}

.search form input[type="submit"] {
    background: url('../images/search.png')no-repeat 0px 2px;
    width: 20px;
    height: 20px;
    border: none;
    cursor: pointer;
    outline: none;
    position: absolute;
    top: 8px;
    right: 8px;
}

.sidebar_top {
    margin-bottom: 3em;
}

.sidebar_top h3 {
    color: #333;
    font-size: 1.1em;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 1.5em;
}

ul.list_2,
ul.list_3,
.social {
    padding: 0;
    margin: 0;
    list-style: none;
}

ul.list_3 li {
    margin-bottom: 10px;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 10px;
}

.product_no {
    float: left;
}

.product_no-right {
    float: right;
}

.product_no p {
    color: #999;
    font-size: 0.85em;
    font-weight: 400;
}

ul.list_3 li .product_no-right {
    background: url(../images/b_arrow.png)no-repeat 0px 3px;
    width: 14px;
    height: 12px;
    margin-top: 2px;
}

ul.list_3 li a:hover {
    color: #999;
}

ul.list_3 li:hover .product_no-right p {
    color: #e2b32a;
}

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

ul.gallery li {
    width: 32.77777%;
    float: left;
    margin: 1px;
}

ul.gallery li.last {
    margin: 0;
}


/*--blog_single--*/

ul.list {
    margin: 30px 0 0 0;
    padding: 3em 0 0;
    list-style: none;
    border-top: 1px solid #ddeff1;
    border-bottom: 1px solid #ddeff1;
}

.list li {
    padding-bottom: 30px;
}

.preview {
    float: left;
    width: 11%;
    margin-right: 3%;
}

.data {
    float: left;
    width: 86%;
}

.title {
    color: #000;
    font-size: 1em;
    font-weight: 100;
    margin: 0 0 10px 0;
}

.title a {
    color: #bd4932;
}

.data p,
.data-middle,
.data-last p {
    color: #999;
    font-size: 0.85em;
    font-weight: 500;
    line-height: 1.8em;
    margin-bottom: 1.5em;
}

li.middle {
    padding: 0 0px 0 14%;
    margin-bottom: 30px;
}

.preview1 {
    float: left;
    width: 13%;
    margin-right: 3%;
}

.data-middle {
    float: left;
    width: 83%;
}

.single_left {
    margin-bottom: 3em;
}

.column_2 input[type="text"],
.column_1 input[type="text"] {
    padding: 12px;
    font-size: 0.85em;
    margin: 10px 0;
    border: 1px solid #D5D5D5;
    color: #BDBDBD;
    background: none;
    float: left;
    outline: none;
    font-weight: 100;
    -webkit-appearance: none;
    width: 48.5%;
}

.column_1 input[type="text"] {
    width: 100%;
}

.column_3 input[type="text"],
.column_3 textarea {
    width: 100%;
    font-size: 0.85em;
    margin: 10px 0;
    border: 1px solid #D5D5D5;
    color: #BDBDBD;
    outline: none;
    background: none;
    height: 200px;
    padding: 10px;
    resize: none;
    -webkit-appearance: none;
}

.single_contact {
    margin-top: 5em;
}

.single_contact h1 {
    font-size: 2em;
    color: #333;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 1.5em;
}

.form-submit1 {
    float: right;
}

.col-md-6.portfolio_right {
    padding-left: 0 !important;
}

.portfolio_right h1 {
    font-size: 1.5em;
    margin: 0 0 1em 0;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.3em;
}

.portfolio_right h1 a {
    color: #184448;
}

.portfolio_right h1 a:hover {
    text-decoration: none;
    color: #40c0cb;
}

.blog_left h2 {
    font-size: 1.5em;
    margin: 1em 0;
    text-transform: uppercase;
    font-weight: 100;
    line-height: 1.3em;
}

.blog_left h2 a {
    color: #184448;
}

.blog_left h2 a:hover {
    text-decoration: none;
    color: #bd4932;
}

.blog_left h4 {
    font-size: 0.85em;
    color: #999;
    font-weight: 100;
}

.form-submit1 input[type="submit"] {
    -webkit-appearance: none;
    cursor: pointer;
    border: none;
    outline: none;
    background: none;
    text-transform: uppercase;
    font-weight: 600;
}


/*--contact--*/

.contact_left h2,
.contact_right h2 {
    color: #333;
    font-size: 1.5em;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 1em;
}

.contact_left p {
    color: #999;
    font-size: 0.85em;
    line-height: 1.8em;
    margin: 1.5em 0;
}

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

ul.address li.address_desc {
    width: 23%;
    float: left;
}

ul.address li.address_desc h5 {
    color: #000;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.5em;
}


/*--responsive design--*/

@media (max-width:1024px) {
    .banner {
        /*min-height: 430px;*/
    }
    .banner_right h1 {
        font-size: 2.5em;
    }
    .banner_right h2 {
        font-size: 1em;
    }
    .wmuSliderPrev,
    .wmuSliderNext {
        top: 12em;
    }
    .box_1 h3 {
        font-size: 2.3em;
    }
    .span_2_of_about span.quotes {
        left: 185px;
        top: 36px;
    }
    .span_2_of_about span.quote_down {
        right: 14px;
        top: 148px;
    }
    h4.m_2 {
        font-size: 1.2em;
    }
    .span_2_of_about h5 {
        font-size: 1em;
    }
    .span_1_of_about h5 {
        top: 41px;
        left: 96px;
        font-size: 2em;
    }
    .grid_2 h4 {
        font-size: 1em;
    }
    .grid_2 h3 {
        font-size: 1.1em;
    }
    .blog_left h3 {
        font-size: 1.2em;
    }
    .sidebar_top h3 {
        font-size: 1em;
    }
    ul.gallery li {
        width: 23.77777%;
    }
    .blog_left h2 {
        font-size: 1.1em;
    }
    ul.about_head li.about_head-left {
        width: 26%;
    }
}

@media (max-width:920px) {
    .menu li a {
        font-size: 0.8125em;
        color: #fff;
        padding: 10px 0;
        margin: 0 10px;
    }
    .banner_container {
        width: 85%;
    }
    .banner_right h1 {
        font-size: 2em;
    }
    .banner_right h2 {
        font-size: 0.85em;
    }
    .btn.btn-primary {
        font-size: 1em;
    }
    .col-md-3.features-grid {
        margin-bottom: 2em;
    }
    .grid_1 {
        margin-bottom: 3em;
    }
    .box_3,
    .box_5 {
        margin-bottom: 2em;
    }
    .about_top-right {
        margin-top: 2em;
    }
    .box_6,
    .grid_3 {
        text-align: center;
    }
    .box_6 img,
    .grid_3 img {
        display: inline-block;
    }
    .grid_2 h4 {
        font-size: 0.85em;
    }
    .grid_3 {
        margin-bottom: 2em;
    }
    ul.service_grid {
        margin: 0 0 2em 0;
    }
    .service_top {
        margin-bottom: 0;
    }
    .sidebar {
        margin-top: 3em;
    }
    .contact_left {
        margin-bottom: 3em;
    }
    ul.about_head li.about_head-left h1 {
        font-size: 1.5em;
    }
}

@media (max-width:768px) {
    .logo {
        margin-top: 0;
    }
    .banner {
        /*min-height: 340px;*/
    }
    .banner_right h1 {
        font-size: 1.6em;
    }
    .wmuSliderPrev,
    .wmuSliderNext {
        top: 9em;
    }
    .banner_container {
        width: 98%;
    }
    .about {
        min-height: 130px;
    }
    .about_top {
        padding: 5em 0 3em;
    }
    .projects {
        padding-top: 3em;
    }
    .box_4 {
        min-height: 570px;
    }
    .banner_right {
        padding-top: 12%;
    }
    .col-sm-3.grid_2 {
        margin-bottom: 2em;
    }
}

@media (max-width:640px) {
    .box_1 h3 {
        font-size: 1.5em;
    }
    .box_1 p {
        width: 65%;
    }
    a.btn1 {
        padding: 10px 20px;
        font-size: 1em;
    }
    .box_2,
    .team {
        padding: 5em 0 2em;
    }
    ul.about_head {
        padding: 2.5em 0 0 0;
    }
    #filters li {
        margin-right: 5px;
    }
    .portfolio_main h2 {
        margin-bottom: 1em;
    }
    .blog_left h3 {
        font-size: 1em;
    }
    .single_contact h1 {
        font-size: 1.5em;
        margin-bottom: 0.5em;
    }
    .btn.btn-primary {
        font-size: 0.85em;
    }
    ul.about_head li.about_head-left {
        width: 35%;
    }
}

@media (max-width:480px) {
    .banner {
        /*min-height: 280px;*/
    }
    .banner_right h1 {
        font-size: 1.3em;
    }
    .banner_right h2 {
        font-size: 0.8125em;
    }
    .banner_right {
        margin-left: 10%;
    }
    .features-grids {
        padding: 2em 0 1em;
    }
    .box_1 {
        padding: 3em 0;
    }
    .box_1 h3 {
        font-size: 1.2em;
    }
    .box_1 p {
        font-size: 0.85em;
        margin-bottom: 2em;
    }
    .box_2,
    .team {
        padding: 3em 0 0em;
    }
    ul.about_head li.about_head-left h1 {
        font-size: 1.2em;
    }
    ul.about_head li.about_head-right p {
        font-size: 12px;
    }
    .about_top {
        padding: 3em 0 2em;
    }
    .about_bottom h3 {
        margin-bottom: 0.5em;
    }
    ul.service_grid li.service_grid-right h3 {
        font-size: 1.2em;
        margin-bottom: 0.5em;
    }
    .single_contact {
        margin-top: 3em;
    }
    .portfolio .text-category {
        display: block;
        font-size: 12px;
    }
    #portfoliolist .portfolio {
        width: 48%;
    }
    .portfolio_main {
        padding: 3em 0;
    }
    .portfolio_main h2 {
        font-size: 1.2em;
    }
    #filters li span {
        font-size: 11px;
        padding: 3px 10px;
    }
    .blog {
        padding: 3em 0;
    }
    .blog_left {
        margin-bottom: 2em;
    }
    .blog_left h2 {
        font-size: 1em;
    }
    .btn.btn-primary {
        font-size: 0.8125em;
        padding: 10px 10px;
    }
    .contact_left h2,
    .contact_right h2 {
        font-size: 1.2em;
    }
    ul.address li.address_desc {
        width: 35%;
    }
    .banner {
        /*min-height: 260px;*/
    }
    .wmuSliderPrev,
    .wmuSliderNext {
        top: 7em;
    }
}

@media (max-width:320px) {
    .banner_right h1 {
        font-size: 1.1em;
    }
    .banner_right h2 {
        font-size: 12px;
        line-height: 1.5em;
    }
    .banner {
        /*min-height: 215px;*/
    }
    .banner_right h2 {
        margin: 1em 0;
    }
    .box_1 h3 {
        font-size: 0.95em;
    }
    .box_1 p {
        font-size: 0.8125em;
        width: 90%;
    }
    .container {
        padding: 0;
    }
    .lsidebar {
        margin: 0% 4.6% 0% 0;
    }
    .span_2_of_about p {
        font-size: 12px;
    }
    .span_2_of_about span.quotes {
        left: 109px;
        top: 25px;
    }
    .span_2_of_about span.quote_down {
        right: 14px;
        top: 168px;
    }
    .span_2_of_about h3 {
        font-size: 12px;
    }
    span.month {
        font-size: 11px;
    }
    .span_1_of_about h5 {
        width: 50px;
        height: 60px;
        top: 41px;
        left: 53px;
        font-size: 1em;
    }
    .span_2_of_about h5 {
        font-size: 0.8125em;
    }
    .footer {
        padding: 3em 0 0;
    }
    .copy {
        float: none;
    }
    ul.footer_social {
        margin: 1em 0 0 0;
        float: none;
    }
    .footer_bottom {
        text-align: center;
    }
    .header {
        padding: 10px;
    }
    .wmuSliderPrev,
    .wmuSliderNext {
        top: 5em;
    }
    .nav {
        right: 8px;
        top: 44px;
    }
    .about_top-right h2 {
        font-size: 1.2em;
        margin-bottom: 0.5em;
    }
    .about_bottom {
        padding-bottom: 2em;
    }
    .service_grid1 {
        margin-bottom: 1em;
    }
    #filters li {
        margin-right: 0;
    }
    #filters li span {
        padding: 3px 5px;
    }
    .blog_left h3 {
        font-size: 0.85em;
    }
    ul.list {
        margin: 0px 0 0 0;
        padding: 2em 0 0;
    }
    .title {
        font-size: 0.8125em;
    }
    .data p,
    .data-middle,
    .data-last p {
        color: #999;
        font-size: 0.8125em;
    }
    li.middle {
        padding: 0 0px 0 5%;
        margin-bottom: 0;
    }
    .single_contact h1 {
        font-size: 1.2em;
    }
    ul.about_head li.about_head-left h1 {
        font-size: 1em;
    }
    ul.about_head li.about_head-left {
        width: 45%;
    }
}

.secondbner {
    min-height: 500px;
}

.anlibner {
    background: url(../images/homeimg/anli_bner.jpg) no-repeat center;
    background-size: cover;
}

.aboutusbner {
    background: url(../images/homeimg/aboutus_bner.jpg) no-repeat center;
    background-size: cover;
}

.devbner {
    background: url(../images/homeimg/dev_bner.png) no-repeat center;
    background-size: cover;
}

.joinusbner {
    background: url(../images/homeimg/joinus_bner.jpg) no-repeat center;
    background-size: cover;
}

.secondbner img {
    display: block;
}


/*客户案例 start*/

.anlicontent {
    padding: 130px 0;
}

.anli-tit {
    color: #444;
    text-align: center;
}

.anli-tit h3 {
    font-size: 30px;
    font-weight: 500;
}

.anli-tit p {
    padding: 24px 0 72px;
    font-size: 18px;
}

.anlilist {
    display: block;
    width: 100%;
}

.anlilist li {
    float: left;
    width: 23%;
    margin-right: 2.6%;
    margin-bottom: 20px;
}

.anlilist li:nth-child(4n) {
    margin-right: 0;
}

.anlilist li img {
    display: block;
    border: 1px solid #ededed;
}

.anlilist li:hover img {
    cursor: pointer;
    border: 1px solid #3986FF;
}


/*客户案例 end*/


/*关于我们 start*/

.aboutus-part1 {
    padding: 67px 0 100px;
    color: #2C2C2E;
}

.aboutus-part1 h3 {
    text-align: center;
    font-size: 30px;
    margin-bottom: 21px;
}

.aboutus-part1 p {
    margin-bottom: 63px;
    text-align: center;
    font-size: 20px;
}

.part1-list {
    display: block;
}

.part1-list li {
    float: left;
    width: 25%;
    text-align: center;
}

.aboutus-part1 .part1-con {
    margin-top: 95px;
    color: #2C2C2E;
    font-size: 20px;
}

.aboutus-part1 .part1-con p {
    text-align: left;
    line-height: 1.6;
    text-indent: 2em;
}

.part1-txt {
    float: left;
    width: 55%;
}

.part1-txt p {
    margin-bottom: 20px;
}

.part1-con img {
    float: right;
    width: 40%;
    display: block;
}

.part1-bot {
    /* margin-top:60px; */
}

.part1-bot p {}

.part1-bot h4 {
    color: #3A86FE;
}

.aboutus-part2 {
    padding: 88px 0 72px;
    background: #F8F9FE;
}

.aboutus-part2 h3 {
    text-align: center;
    font-size: 30px;
    color: #2C2C2E;
    margin-bottom: 49px;
}

.part2-list {
    display: block;
}

.part2-list li {
    float: left;
    width: 30%;
    margin-right: 5%;
}

.part2-list li:last-child {
    margin-right: 0;
}


/*关于我们 end*/


/*小程序开发 start*/

.dev-part1 {
    padding: 99px 0 123px;
}

.dev-tit {
    color: #444444;
    text-align: center;
}

.dev-tit h3 {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 24px;
}

.dev-tit p {
    font-size: 18px;
}

.devpart1-list {
    margin-top: 58px;
}

.devpart1-list li {
    float: left;
    width: 23%;
    text-align: center;
    background: #fff;
    box-shadow: 0px 4px 12px 0px rgba(24, 137, 255, 0.2);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    margin-right: 2.6%;
    cursor: pointer;
}

.devpart1-list li:last-child {
    margin-right: 0;
    float: right;
}

.devpart1-list li .part1-icon {
    margin: 34px auto 0;
    width: 88px;
    height: 88px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.devpart1-list li .part1-icon1 {
    background: url(../images/homeimg/devImg/devicon1.png) #1191F8 no-repeat center;
}

.devpart1-list li .part1-icon2 {
    background: url(../images/homeimg/devImg/devicon2.png) #1191F8 no-repeat center;
}

.devpart1-list li .part1-icon3 {
    background: url(../images/homeimg/devImg/devicon3.png) #1191F8 no-repeat center;
}

.devpart1-list li .part1-icon4 {
    background: url(../images/homeimg/devImg/devicon4.png) #1191F8 no-repeat center;
}

.devpart1-list li p {
    font-size: 14px;
    color: #444;
    text-align: center;
    padding: 32px 28px 34px;
}

.dev-part2 {
    background: #F8F8F9;
    padding: 80px 0 103px;
}

.dev-part2 .youshi-con {
    display: block;
    width: 100%;
    margin-top: 42px;
}

.dev-part2 .youshi-con li {
    position: relative;
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 24px;
}

.dev-part2 .youshi-con li:nth-child(3n) {
    margin-right: 0;
}

.dev-part2 .youshi-con li img {
    display: block;
    width: 100%
}

.dev-part2 .youshi-con li .youshitxt {
    position: absolute;
    top: 50%;
    left: 5%;
    right: 5%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    color: #fff;
}

.dev-part2 .youshi-con li .youshitxt h3 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 35px;
    text-align: center;
}

.dev-part2 .youshi-con li .youshitxt p {
    font-size: 14px;
    line-height: 1.8;
}

.dev-part4 {
    position: relative;
    padding: 107px 0 173px;
}

.devpart4-con {
    position: relative;
    padding: 0 2% 0 4%;
}

.dev-part4 .devider {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    height: 4px;
    background: #1889FF;
}

.devpart4-list {
    margin-top: 90px;
}

.devpart4-list2 {
    margin-top: 16px;
    padding: 0 2%;
}

.devpart4-list li {
    position: relative;
    float: left;
    width: 12%;
    margin: 0 auto;
    text-align: center;
}

.devpart4-list li:nth-child(2n) {
    padding-top: 150px;
}

.devpart4-list li .icon-lc {
    width: 59px;
    height: 58px;
    background: #E8F7FF;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin: 0 auto;
}

.devpart4-list li .icon-lc1 {
    background: url(../images/homeimg/devImg/lcicon1.png) #E8F7FF no-repeat center;
}

.devpart4-list li .icon-lc2 {
    background: url(../images/homeimg/devImg/lcicon2.png) #E8F7FF no-repeat center;
}

.devpart4-list li .icon-lc3 {
    background: url(../images/homeimg/devImg/lcicon3.png) #E8F7FF no-repeat center;
}

.devpart4-list li .icon-lc4 {
    background: url(../images/homeimg/devImg/lcicon4.png) #E8F7FF no-repeat center;
}

.devpart4-list li .icon-lc5 {
    background: url(../images/homeimg/devImg/lcicon5.png) #E8F7FF no-repeat center;
}

.devpart4-list li .icon-lc6 {
    background: url(../images/homeimg/devImg/lcicon6.png) #E8F7FF no-repeat center;
}

.devpart4-list li .icon-lc7 {
    background: url(../images/homeimg/devImg/lcicon7.png) #E8F7FF no-repeat center;
}

.devpart4-list li .icon-lc8 {
    background: url(../images/homeimg/devImg/lcicon8.png) #E8F7FF no-repeat center;
}

.devpart4-list li p {
    font-size: 18px;
    color: #444;
    margin-top: 12px;
}

.devpart4-list li:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -42px;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    width: 30px;
    height: 30px;
    background: #1889FF;
    border: 5px solid #FFFFFF;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    z-index: 10;
}

.devpart4-list li:nth-child(2n):after {
    top: 50%;
    bottom: inherit;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.devpart4-list li:nth-child(2n) p {
    margin-top: 0;
    margin-bottom: 12px;
}


/*小程序开发 end*/

.backtop {
    position: fixed;
    bottom: 30%;
    right: 0;
    z-index: 1000000;
}

.backtop-con {
    width: 100px;
    height: 188px;
    background: linear-gradient(126deg, #188FFF 0%, #36CBFA 100%);
}

.backtop-con p {
    padding: 0 10px;
    text-align: center;
}

.backtop-con p.p1 {
    padding-top: 14px;
}

.backtop-con p.p1 span {
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    padding-left: 23px;
    background: url(../images/homeimg/icon-wechat.png) no-repeat left center;
}

.backtop-con p.p2 {
    padding-bottom: 13px;
    border-bottom: 1px dashed #fff;
}

.backtop-con p.p2 img {
    display: block;
    width: 100%;
}

.backtop-con p.p3 {
    padding: 5px 0;
}

.backtop-con p.p3 span {
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    padding-left: 23px;
    background: url(../images/homeimg/icon-tel.png) no-repeat left center;
}

.backtop-con p.p4 {
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 24px;
    padding: 0
}

.backtop-arrow {
    margin: 0 auto;
    text-align: center;
    cursor: pointer;
    display: none;
    position: absolute;
    bottom: -54px;
    left: 0;
    right: 0;
}

@media (max-width: 768px) {
    .anlibner {
        background: url(../images/homeimg/anli_bner.jpg) no-repeat 40% center;
        background-size: cover;
    }
    .goodsbner {
        background: url(../images/homeimg/goods_bner.jpg) no-repeat 40% center;
        background-size: cover;
    }
    .aboutusbner {
        background: url(../images/homeimg/aboutus_bner.jpg) no-repeat 40% center;
        background-size: cover;
    }
    .joinusbner {
        background: url(../images/homeimg/joinus_bner.jpg) no-repeat 40% center;
        background-size: cover;
    }
    .devbner {
        background: url(../images/homeimg/dev_bner.png) no-repeat 40% center;
        background-size: cover;
    }
    .anlicontent {
        padding: 50px 10px;
    }
    .anli-tit h3 {
        font-size: 18px;
        font-weight: 500;
    }
    .anli-tit p {
        padding: 12px 0 36px;
        font-size: 14px;
    }
    .anlilist {
        display: block;
        width: 100%;
    }
    .anlilist li {
        float: left;
        width: 48%;
        margin-right: 4%;
        margin-bottom: 20px;
    }
    .anlilist li:nth-child(2n) {
        margin-right: 0;
    }
    .secondbner {
        min-height: 250px;
    }
    .tadpole-footer .footer-1 {
        padding: 30px 10px;
    }
    .footer-l {
        float: none;
        width: 100%;
    }
    .footer-l p {
        font-size: 14px;
        margin-bottom: 14px;
        padding-left: 30px;
    }
    .footer-l h3 {
        font-size: 16px !important;
        margin-bottom: 20px;
    }
    .footer-r1 {
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }
    .footer-r1 h3 {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .footer-r1 li {
        width: 50%;
        margin-bottom: 12px;
    }
    .footer-r2 {
        float: none;
        width: 100%;
    }
    .footer-r2 h3 {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .footer-r2 p {
        font-size: 12px;
        line-height: 1.6;
    }
    .tadpole-footer .footer-2 {
        padding: 10px 0;
        height: auto;
        line-height: 1.4;
        font-size: 12px;
    }
    .dev-part1 {
        padding: 30px 0;
    }
    .backtop {
        bottom: 15%;
    }
    .dev-tit h3 {
        font-size: 18px;
        font-weight: 500;
        margin-bottom: 12px;
    }
    .dev-tit p {
        font-size: 14px;
    }
    .devpart1-list {
        margin-top: 20px;
    }
    .devpart1-list li {
        float: none;
        width: 100%;
    }
    .devpart1-list li:last-child {
        float: none;
    }
    .devpart1-list li .part1-icon {
        margin: 17px auto 0;
    }
    .devpart1-list li p {
        padding: 16px 28px;
    }
    .dev-part2 {
        padding: 40px 0;
    }
    .dev-part2 .youshi-con {
        margin-top: 21px;
    }
    .dev-part2 .youshi-con li {
        float: none;
        width: 100%;
        margin-right: 0;
        margin-bottom: 12px;
    }
    .dev-part4 {
        padding: 30px 0;
    }
    .devpart4-list {
        margin-top: 30px;
        position: relative;
        display: inline-block;
    }
    .devpart4-list li {
        float: left;
        width: 25%;
        padding-bottom: 20px;
    }
    .dev-part4 .devider {
        height: auto;
        width: 4px;
        top: 20px;
        bottom: 20px;
        left: 50%;
        background: #1889FF;
        transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
    }
    .devpart4-list li:after {
        display: none;
    }
    .devpart4-list li {
        width: 50%;
        float: left;
    }
    .devpart4-list li:nth-child(2n) {
        padding-top: 0;
        float: right;
    }
    .aboutus-part1 {
        padding: 30px 0;
    }
    .aboutus-part1 h3 {
        font-size: 18px;
        margin-bottom: 12px;
    }
    .aboutus-part1 p {
        margin-bottom: 20px;
        font-size: 14px;
    }
    .part1-list li {
        width: 50%;
        margin-bottom: 20px;
    }
    .aboutus-part1 .part1-con {
        margin-top: 30px;
        font-size: 14px;
    }
    .part1-txt {
        float: none;
        width: 100%;
    }
    .part1-con img {
        float: none;
        width: 100%;
        display: block;
    }
    .part1-bot {
        margin-top: 30px;
    }
    .aboutus-part2 {
        padding: 30px 0;
    }
    .aboutus-part2 h3 {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .part2-list li {
        float: none;
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .devpart4-con {
        padding: 0;
    }
}