/*
Author: W3layout
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
*/

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

ul,
ol {
    margin: 0;
}

p {
    margin: 0;
}

html,
body {
    font-family: 'Raleway', sans-serif;
    font-size: 100%;
    background: #fff;
}

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

a {
    text-decoration: none;
}

.header {
    background: url(../images/banner.jpg) no-repeat center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    height: 780px;
    margin-bottom: 6%;
}

.zpl_active {
    padding: 1%;
    background: #007ac6;
    border-radius: 0.2em;
}


/* .login_header{
  background: url(../images/banner.jpg) no-repeat center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  height:200px;
} */

.header_top {
    padding: 1em 0 0 0;
}

.logo {
    width: 27%;
    float: left;
}

.logo img {
    width: 45%;
    margin: 6%;
}

.top-nav {
    float: left;
    width: 45%;
    margin-left: 25%;
    margin: 2%;
    font-size: 1em;
}

span.menu {
    display: none;
}

.top-nav ul {
    margin: 0;
    padding: 0;
}

.top-nav ul li {
    list-style-type: none;
    display: inline-block;
    margin: 0 4%;
}

.top-nav ul li a {
    text-decoration: none;
    /* font-size: 0.85em; */
    font-weight: 500;
    color: #fff;
    position: relative;
    letter-spacing: 1px;
    padding-bottom: 20px;
    text-transform: uppercase;
}

.top-nav ul li a:hover,
.top-nav ul li a:focus {
    outline: none;
}

.top-nav ul li a::after {
    position: absolute;
    top: 75%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #007ac6;
    content: '';
    opacity: 0;
    -webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
    transition: height 0.3s, opacity 0.3s, transform 0.3s;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
}

.top-nav ul li a:hover::after,
.top-nav ul li a:focus::after,
.top-nav ul li a.active::after {
    height: 3px;
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
}

ul.widget {
    padding: 0;
    margin: 18px 0 0 0;
    list-style: none;
    float: right;
    width: 20%;
}

ul.widget li {
    display: inline-block;
}

ul.widget li.join {
    background: #e2b32a;
    color: #fff;
    text-transform: uppercase;
    font-size: 0.85em;
    padding: 7px 22px;
    margin-right: 6%;
    border: 2px solid #e2b32a;
}

ul.widget li.join:hover {
    border: 2px solid #e2b32a;
    background: none;
}

ul.widget li.login {
    border: 2px solid #e2b32a;
    padding: 7px 23px;
    font-size: 0.85em;
    color: #fff;
    text-transform: uppercase;
}

ul.widget li.login:hover {
    background: #e2b32a;
}

.header_desc {
    padding-top: 15%;
}

.header_desc h1 {
    background: #2f2f2f;
    padding: 10px;
    font-size: 4em;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    width: 80%;
    font-weight: 100;
}

.border {
    /* border:3px solid #e2b32a;
	width:50%;
	margin:0 auto; */
}

.button {
    text-align: center;
    margin-bottom: 2em;
}

.button a {
    text-decoration: none;
    color: #fff;
    background: #e2b32a;
    padding: 20px 70px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 2em;
}


/* Bounce To Right */


/* Shutter Out Horizontal */

.head_but {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.head_but:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #2f2f2f;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.head_but:hover,
.head_but:focus,
.head_but:active {
    color: white;
}

.head_but:hover:before,
.head_but:focus:before,
.head_but:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.header span.desktop {
    width: 1300px;
    height: 566px;
    background: url(../images/desktop.png)no-repeat;
    display: block;
    margin: 0 auto;
}


/*--features--*/

.features {
    background: #efefef;
}

.feature_head {
    position: relative;
}

.grid_1 {
    width: 100%;
    background: #efefef;
    padding: 5% 0 3% 0;
    margin: auto;
}

.features-grid img {
    width: 100%;
    height: 215px;
    display: inline-block;
    object-fit: cover;
    /* border-radius: 4%; */
    /* background: url(../images/feature_icons.png) no-repeat 2px 0px; */
}

.features-grid span.f-icon1 {
    /* background-position:-145px -10px; */
}

.features-grid span.f-icon2 {
    /* background-position:-316px -12px; */
}

.features-grid span.f-icon3 {
    /* background-position:-500px -8px; */
}

.features-grid h3 {
    /* height: 4em; */
    /* background: red; */
    /* color: #fff; */
    font-size: 1em;
    font-weight: 200;
    margin: 1em 0;
}

.features-grid h3:hover {
    color: #e2b32a;
}

.column_1 {
    /* margin-right: 1%; */
    border-right: 1px solid #6C6C6C;
}

.last {
    border-right: none;
}

h2.m_1 {
    background: #4b4b4b;
    padding: 26px;
    color: #fff;
    width: 27%;
    margin: 0 auto;
    position: absolute;
    top: -59px;
    text-align: center;
    display: block;
    left: 0;
    right: 0;
    z-index: 9;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.5em;
    border-bottom: 8px solid #e2b32a;
}


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

.index-banner {
    background: #31333e;
    height: 603px;
}

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

.wmuSlider .wmuSliderWrapper article {
    position: relative;
    text-align: center;
}

.wmuGallery .wmuGalleryImage {
    position: relative;
    text-align: center;
}

.wmuGallery .wmuGalleryImage img {
    max-width: 100%;
    width: auto;
    height: auto;
}


/* Default Skin */

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

.wmuSliderPrev,
.wmuSliderNext {
    position: absolute;
    width: 90px;
    height: 90px;
    text-indent: -9999px;
    background: url(../images/arrows.png) no-repeat;
    bottom: 200px;
    z-index: 2;
    cursor: pointer;
}

.wmuSliderPrev {
    background-position: -1px -2px;
    left: 10%;
    top: 40%;
}

.wmuSliderNext {
    background-position: -88px -2px;
    right: 10%;
    top: 40%;
}


/*--sales--*/

.sales {
    padding: 0em 0 0em;
}

.grid_2 h4 {
    color: #555;
    font-size: 1.5em;
    font-weight: 400;
}

.grid_2 h5 {
    color: #2f2f2f;
    font-size: 1.5em;
    font-weight: 800;
}

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

ul.polygon li {
    display: inline-block;
    color: #999;
}

.grid_3 h3 {
    color: #2f2f2f;
    font-size: 2em;
    margin-bottom: 1em;
}

.grid_3 p,
.chart_details p {
    color: #555;
    font-size: 1em;
    line-height: 1.8em;
}

.chart_details h3 {
    color: #2f2f2f;
    font-size: 2em;
    margin-bottom: 1em;
}

.chart_details p {
    text-align: right;
}

.box_2,
.box_3 {
    margin-top: 5em;
    /* border-top: 1px solid #E0E0E0; */
    padding-top: 5em;
}

.col_1 h3 {
    color: #2f2f2f;
    font-size: 2em;
    margin-bottom: 1em;
}

ul.list_2,
ul.list_3,
.social {
    padding: 2em 1em;
    margin: 0;
    list-style: none;
    box-shadow: 0 0 5px #999;
    -webkit-box-shadow: 0 0 5px #999;
    -moz-box-shadow: 0 0 5px #999;
    -o-box-shadow: 0 0 5px #999;
}

ul.list_2 li {
    font-size: 0.85em;
    padding: 6px;
    line-height: 1.8em;
}

ul.list_2 li a {
    color: #999;
    font-weight: 400;
}

ul.list_2 li a:hover {
    background: #ebebeb;
    padding: 10px;
    text-decoration: none;
    color: #888;
}

.recent {
    margin-bottom: 1em;
}

.recent_left {
    float: left;
}

.recent_left h5 {
    font-size: 1.3em;
    color: #2f2f2f;
    font-weight: 600;
}

.recent_right {
    float: right;
}

.recent_right p {
    color: #777;
    font-weight: 600;
    font-size: 1em;
}

span.m_1 {
    color: #555;
    font-weight: 600;
}

.product_no {
    width: 85%;
    float: right;
}

.product_no-right {
    width: 10%;
    float: left;
}

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

ul.list_3 li .product_no-right p {
    background: #2f2f2f;
    padding: 3px 0;
    color: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    text-align: center;
}

ul.list_3 li {
    margin-bottom: 1em;
}

ul.list_3 li a.product_no-right p {
    color: #fff;
}

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

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

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

.social li a {
    display: block;
    color: #2f2f2f;
    font-size: 1em;
    text-transform: capitalize;
    padding: 14px 10px;
    -webkit-transition: 0.5s linear;
    -moz-transition: 0.5s linear;
    -o-transition: 0.5s linear;
    -ms-transition: 0.5s linear;
    transition: 0.5s linear;
}

.social li a:hover {
    color: #e2b32a;
}

.social li a>i {
    width: 32px;
    height: 32px;
    display: inline-block;
    background: url(../images/img_sprite.png) no-repeat;
    vertical-align: middle;
    transition: none;
    margin: 0 50% 0 0;
}

.social li a>i.fb {
    background-position: 0px -8px;
}

.social li a>i.tw {
    background-position: -37px -8px;
}

.social li a>i.google {
    background-position: -83px -8px;
}

.social li a>i.dribble {
    background-position: -124px -9px;
}

.col_1_of_price1:first-child {
    margin-left: 0;
}

.span_1_of_price1 {
    width: 50%;
}

.col_1_of_price1 {
    display: block;
    float: left;
    margin: 1% 0 1% 0;
}

.small {
    background: #2f2f2f;
    min-height: 200px;
    text-align: center;
    padding: 2em;
    margin-top: 6em;
}

.small h3,
.big h3 {
    text-transform: uppercase;
    font-size: 2em;
    color: #fff;
    border-bottom: 1px solid #acacac;
    margin-bottom: 1em;
    padding-bottom: 1em;
}

.small h4,
.big h4 {
    font-family: 'Dancing Script', cursive;
    font-size: 4.5em;
    color: #fff;
}

.list_1 {
    text-align: left;
    margin-top: 3em;
}

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

.list_1 li {
    list-style-image: url(../images/list.png);
    margin-left: 20px;
    margin-bottom: 10px;
}

.list_1 li a {
    font-size: 18px;
    color: #fff;
    vertical-align: middle;
}

.price_but a {
    padding: 10px 20px;
    font-size: 1.2em;
    background: #e2b32a;
    color: #fff;
    font-weight: 500;
}

.span_1_of_price1 h5 {
    color: #2f2f2f;
    font-size: 1.1em;
}

.box_1 {
    padding-right: 0;
}

.box_5 {
    padding-left: 0;
}

.big {
    background: #2f2f2f;
    min-height: 200px;
    text-align: center;
    padding: 2em;
    border: 5px solid #e2b32a;
    box-shadow: 0 0 10px #898989;
    -webkit-box-shadow: 0 0 10px #898989;
    -moz-box-shadow: 0 0 10px #898989;
    -o-box-shadow: 0 0 10px #898989;
}

.left_grid {
    margin-top: 11em;
}

.right_grid {
    margin-top: 11em;
    text-align: right;
}

.price {
    margin-top: 10em;
}

.box_6 {
    padding-top: 10em;
}


/* h3.m_2 {
  background: #2f2f2f;
  padding: 26px;
  color: #fff;
  width: 27%;
  margin: 0 auto;
  position: absolute;
  top: -59px;
  text-align: center;
  display: block;
  left: 0;
  right: 0;
  z-index: 9;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 3em;
  border-bottom: 8px solid #e2b32a;
} */

h3.m_2:before {
    position: absolute;
    width: 394px;
    height: 1px;
    left: -128%;
    background: #E0E0E0;
    content: '';
    bottom: 48px;
}

h3.m_2:after {
    position: absolute;
    width: 394px;
    height: 1px;
    right: -128%;
    background: #E0E0E0;
    content: '';
    bottom: 48px;
}

.clients {
    margin-top: 0em;
}

ul.client {
    padding: 8em 0 0 0;
    margin: 0;
    list-style: none;
}

ul.client li {
    float: left;
    width: 25%;
}

.feature-right span {
    width: 350px;
    height: 578px;
    display: block;
    background: url(../images/features-divice.png) no-repeat 0px 0px;
}


/* .footer{
	margin-top:8em;
} */

.client_bottom {
    text-align: center;
}

.client_bottom span {
    width: 815px;
    height: 487px;
    display: inline-block;
    background: url(../images/footer_slide.png) no-repeat 0px 0px;
}

.client_bottom1 img {
    display: inline-block;
}

.client_bottom1 {
    text-align: center;
}

ul.footer_social {
    padding: 0;
    list-style: none;
    margin-top: 1em;
}

ul.footer_social li:first-child {
    margin-left: 0;
    margin-bottom: 3em;
}

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

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

ul.footer_social li a i.fb1 {
    background-position: 17px -48px;
}

ul.footer_social li a i.g1 {
    background-position: -83px -44px;
}

ul.footer_social li a i.instagram {
    background-position: -192px -44px;
}

ul.footer_social li a i.tw1 {
    background-position: 10px -148px;
}

ul.social_right {
    float: right;
}

.footer_bottom {
    background: #283147;
    padding: 2em 0;
    margin-top: -6em;
}

.copy {
    text-align: center;
    /* margin-top: 3em; */
}

.copy p {
    color: #fff;
    font-size: 1em;
    margin-top: 2em;
}

.copy p a {
    color: #e2b32a;
}


/*--register--*/

.register {
    margin-top: 7em;
}

.register-top-grid h3,
.register-bottom-grid h3 {
    color: #2f2f2f;
    font-size: 1.5em;
    padding-bottom: 1em;
    margin: 0;
    font-weight: 600;
}

.register-top-grid div,
.register-bottom-grid div {
    width: 48%;
    float: left;
    margin: 10px 0;
}

.register-top-grid span,
.register-bottom-grid span {
    color: #999;
    font-size: 14px;
    padding-bottom: 0.2em;
    display: block;
}

.register-top-grid input[type="text"],
.register-bottom-grid input[type="text"] {
    border: 1px solid #EEE;
    outline-color: #FF5B36;
    width: 96%;
    font-size: 1em;
    padding: 0.5em;
}

.checkbox {
    margin-bottom: 4px;
    padding-left: 27px;
    font-size: 1.1em;
    line-height: 27px;
    cursor: pointer;
}

.checkbox {
    position: relative;
    font-size: 13px;
    color: #555;
}

.checkbox:last-child {
    margin-bottom: 0;
}

.news-letter {
    color: #555;
    font-weight: 600;
    font-size: 0.85em;
    margin-bottom: 1em;
    display: block;
    text-transform: uppercase;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    clear: both;
}

.checkbox i {
    position: absolute;
    bottom: 5px;
    left: 0;
    display: block;
    width: 20px;
    height: 20px;
    outline: none;
    border: 2px solid #D2CF99;
}

.checkbox input+i:after {
    content: '';
    background: url("../images/tick1.png") no-repeat 1px 2px;
    top: -1px;
    left: -1px;
    width: 15px;
    height: 15px;
    font: normal 12px/16px FontAwesome;
    text-align: center;
}

.checkbox input+i:after {
    position: absolute;
    opacity: 0;
    transition: opacity 0.1s;
    -o-transition: opacity 0.1s;
    -ms-transition: opacity 0.1s;
    -moz-transition: opacity 0.1s;
    -webkit-transition: opacity 0.1s;
}

.checkbox input {
    position: absolute;
    left: -9999px;
}

.checkbox input:checked+i:after {
    opacity: 1;
}

.news-letter:hover {
    color: #00BFF0;
}

.register-but {
    margin-top: 1em;
}

.register-but form input[type="submit"] {
    background: #e2b32a;
    color: #FFF;
    font-size: 0.8em;
    padding: 0.8em 2em;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    display: inline-block;
    text-transform: uppercase;
    border: none;
    outline: none;
}

.register-but input[type="submit"]:hover {
    background: #000;
}

.register-bottom-grid {
    margin-top: 3em;
}


/*--login--*/

.login-left h3,
.login-right h3 {
    color: #2f2f2f;
    font-size: 1.5em;
    font-weight: 600;
    padding-bottom: 0.5em;
}

.login-left p,
.login-right p {
    color: #999;
    display: block;
    font-size: 0.85em;
    margin: 0 0 1.5em 0;
    line-height: 1.8em;
}

.acount-btn {
    background: #e2b32a;
    color: #FFF;
    font-size: 0.8em;
    padding: 0.7em 1.2em;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    display: inline-block;
    text-transform: uppercase;
}

.acount-btn:hover,
.login-right input[type="submit"]:hover {
    background: #000;
    text-decoration: none;
    color: #fff;
}

.login-right form {
    padding: 1em 0;
}

.login-right form div {
    padding: 0 0 1.5em 0;
}

.login-right span {
    color: #999;
    padding-bottom: 0.2em;
    display: block;
    font-size: 14px;
}

.login-right input[type="text"] {
    border: 1px solid #DDDBDB;
    outline-color: #fb4d01;
    width: 96%;
    font-size: 0.8125em;
    padding: 10px;
}

.login-right input[type="submit"] {
    background: #e2b32a;
    color: #FFF;
    font-size: 0.8em;
    padding: 0.7em 1.2em;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    display: inline-block;
    text-transform: uppercase;
    border: none;
    outline: none;
}

.login-right input[type="submit"]:hover {
    background: #000;
}

a.forgot {
    font-size: 13px;
}


/*--contact--*/

p.comment-form-author {
    margin-bottom: 2em;
}

.contact-form label {
    display: block;
    font-size: 0.8125em;
    color: #000;
    text-transform: uppercase;
}

.contact-form input[type="text"] {
    padding: 10px;
    width: 95%;
    color: #9198A3;
    background: #fff;
    outline: none;
    display: block;
    border: 1px solid #eee;
    font-size: 13px;
}

.contact-form textarea {
    padding: 10px;
    display: block;
    width: 95%;
    background: #fff;
    border: 1px solid #eee;
    outline: none;
    color: #9198A3;
    -webkit-appearance: none;
    resize: none;
    height: 150px;
    font-size: 13px;
}

.contact-form input[type="submit"] {
    display: inline-block;
    padding: 13px 25px;
    background: #007ac6;
    color: #FFF;
    font-size: 1em;
    line-height: 18px;
    text-transform: uppercase;
    border: none;
    outline: none;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
}

.contact-form input[type="submit"]:hover,
ul.widget li.join:hover,
ul.widget li.login:hover,
.acount-btn:hover,
.login-right input[type="submit"]:hover {
    -webkit-transform: rotateY(15deg);
    -moz-transform: rotateY(15deg);
    -ms-transform: rotateY(15deg);
    transform: rotateY(15deg);
    text-decoration: none;
    background: #000;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
}

.contact_right p {
    color: #999;
    font-size: 0.85em;
    margin-bottom: 1em;
    line-height: 1.8em;
}

.contact_email {
    cursor: pointer;
}

.contact_email:hover {
    color: #000;
}

.address {
    margin-bottom: 1.5em;
}

.contact_right h1 {
    color: #2f2f2f;
    font-size: 1.5em;
    font-weight: 600;
    margin-bottom: 1em;
}

.map {
    margin-top: 4em;
}

.map iframe {
    width: 100%;
    min-height: 300px;
    border: none;
}


/*销售系列*/

.series {
    padding: 5% 0;
    background-color: #f4f4f4;
}

.series li {
    position: relative;
    padding-bottom: 15px;
}

.series img {
    width: 100%;
    height: 25em;
    border-radius: 4%;
}

.series ul li {
    list-style-type: none;
}


/* #toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  overflow: hidden;
  width: 48px;
  height: 48px;
  border: none;
  text-indent: 100%;
  background: url(../images/top_arrow.png) no-repeat;
} */


/*--responsive design--*/

@media (max-width:1280px) {
    .series img {
        width: 100%;
        height: 20em;
        border-radius: 4%;
    }
    .clients {
        margin-top: 3em;
    }
    .features-grid h3 {
        margin-top: 2%;
    }
    ul.widget {
        margin: 20px 0 0 0;
    }
    .top-nav ul li {
        margin: 0 2%;
    }
    .top-nav ul li a {
        font-size: 0.8125em;
    }
    ul.widget li.join {
        font-size: 0.8125em;
        padding: 7px 15px;
        margin-right: 0%;
    }
    ul.widget li.login {
        padding: 7px 15px;
        font-size: 0.8125em;
    }
    .header_desc h1 {
        font-size: 3.2em;
    }
    .button a {
        padding: 17px 50px;
        font-size: 1.5em;
    }
    .header {
        height: 640px;
        /* margin-bottom: 25%; */
    }
    .wmuSliderPrev,
    .wmuSliderNext {
        bottom: 158px;
    }
    h2.m_1 {
        width: 30%;
        font-size: 2em;
    }
    .header_desc {
        padding-top: 10%;
    }
    .features-grid h3 {
        font-size: 1em;
    }
    .col_1 h3 {
        font-size: 1.5em;
    }
    .recent_left h5 {
        font-size: 1em;
    }
    .recent_right p {
        font-size: 0.85em;
    }
    ul.list_2 li {
        font-size: 0.8125em;
    }
    .social li a>i {
        margin: 0 35% 0 0;
    }
    h3.m_2 {
        padding: 17px;
        font-size: 1em;
    }
    h3.m_2:before,
    h3.m_2:after {
        width: 325px;
        bottom: 33px;
    }
    .span_1_of_price1 h5 {
        font-size: 0.95em;
    }
    .price_but a {
        padding: 8px 15px;
        font-size: 1em;
    }
    .small h4,
    .big h4 {
        font-size: 3em;
    }
    .list_1 li a {
        font-size: 14px;
    }
    .big {
        padding: 1em;
    }
    ul.footer_social li:first-child {
        margin-bottom: 1em;
    }
    .features-grid img {
        /* border-radius: 4%; */
    }
}

@media (max-width:1024px) {
    .clients {
        margin-top: 3em;
    }
    .series img {
        width: 100%;
        height: 20em;
        border-radius: 4%;
    }
    .features-grid img {
        width: 100%;
        margin: 0 auto;
        /* background: red; */
    }
    .grid_1 {
        width: 100%;
        background: #f6f6f6;
        padding: 8% 0 3% 0;
        margin: auto;
    }
    .features-grid h3 {
        margin-top: 2%;
    }
    .header {
        height: 590px;
    }
}

@media (max-width:920px) {
    .clients {
        margin-top: 3em;
    }
    .features-grid img {
        width: 100%;
        margin: 0 auto;
        /* background: red; */
    }
    .grid_1 {
        width: 100%;
        background: #f6f6f6;
        padding: 8% 0 3% 0;
        margin: auto;
    }
    .features-grid h3 {
        margin-top: 2%;
    }
    .logo img {
        width: 200px;
    }
    .top-nav {
        float: left;
        width: 44%;
        margin-left: 8%;
        margin-top: 30px;
    }
    ul.widget li.join {
        font-size: 12px;
        padding: 5px 10px;
    }
    ul.widget li.login {
        padding: 5px 12px;
        font-size: 12px;
    }
    .top-nav {
        float: left;
        width: 44%;
        margin-left: 3%;
        margin-top: 15px;
    }
    ul.widget {
        width: 22%;
    }
    ul.widget {
        margin: 10px 0 0 0;
    }
    .top-nav {
        float: left;
        width: 48%;
        margin-left: 3%;
        margin-top: 17px;
    }
    .header_desc h1 {
        font-size: 2.5em;
    }
    .button a {
        padding: 12px 40px;
        font-size: 1em;
    }
    .wmuSliderPrev,
    .wmuSliderNext {
        bottom: 110px;
    }
    .wmuSliderPrev {
        left: 63px;
    }
    .wmuSliderNext {
        right: 63px;
    }
    .header {
        height: 410px;
        margin-bottom: 25%;
    }
    h2.m_1 {
        width: 25%;
        font-size: 1.3em;
        padding: 15px;
        top: -32px;
    }
    .column_1 {
        margin-bottom: 2em;
        border-right: none;
    }
    .features-grid h3 {
        font-size: 1em;
        margin: 0;
    }
    .col-md-4.grid_2 {
        margin-bottom: 2em;
    }
    .grid_3 h3 {
        margin-bottom: 0.3em;
    }
    .grid_2 h4 {
        margin-bottom: 0;
    }
    .box_2,
    .box_3 {
        margin-top: 3em;
        padding-top: 3em;
    }
    .col_1 {
        margin-bottom: 3em;
    }
    h3.m_2:before,
    h3.m_2:after {
        width: 248px;
        bottom: 22px;
    }
    .price {
        margin-top: 6em;
    }
    .box_6 {
        padding-top: 0em;
    }
    h3.m_2 {
        padding: 13px;
        font-size: 1.3em;
    }
    .col-md-4.contact_right {
        margin-top: 3em;
    }
    .col-md-6.login-right {
        margin-top: 3em;
    }
    .login_header {
        height: 130px;
    }
}

@media(max-width:768px) {
    .features-grid h3 {
        margin-top: 2%;
    }
    .clients {
        margin-top: 3em;
    }
    .top-nav {
        width: 5%;
        margin-left: 8.8em;
        margin-top: -18px;
    }
    span.menu {
        display: block;
        position: relative;
        cursor: pointer;
        margin: 1.5em 0 1em 0;
    }
    .top-nav ul.nav1 {
        display: none;
        padding: 0;
        margin: 0;
        z-index: 999;
        position: absolute;
        width: 100%;
        left: 0;
    }
    .top-nav ul.nav1 li {
        display: block;
        text-align: center;
        background: rgba(34, 34, 34, 0.91);
        margin: 0;
        width: 100%;
        padding: .8em 0 4px 0;
    }
    .top-nav ul li a {
        color: white;
        display: block;
        padding-bottom: 6px;
        font-size: 12px;
        border: none;
        margin: 0;
    }
    .top-nav ul li a :hover {
        border: none;
    }
    .top-nav ul li a::after {
        top: 100%;
    }
    .header_desc h1 {
        font-size: 2em;
    }
    .header_desc {
        padding-top: 2%;
    }
    .wmuSliderPrev,
    .wmuSliderNext {
        position: absolute;
        width: 51px;
        height: 51px;
        text-indent: -9999px;
        background: url(../images/arrows1.png) no-repeat;
        bottom: 130px;
        z-index: 2;
        cursor: pointer;
    }
    .wmuSliderPrev {
        left: 80px;
    }
    .wmuSliderNext {
        background-position: -49px 0px;
        right: 80px;
    }
    h2.m_1 {
        width: 29%;
        font-size: 1.3em;
        padding: 15px;
        top: -32px;
    }
    h3.m_2:before,
    h3.m_2:after {
        width: 246px;
        bottom: 22px;
    }
    .login_header {
        height: 100px;
    }
    .features-grid img {
        /* border-radius: 5%; */
    }
}

@media(max-width:640px) {
    .series img {
        width: 100%;
        height: 20em;
        border-radius: 4%;
    }
    ul.widget {
        width: 28%;
    }
    .top-nav {
        margin-left: 7em;
    }
    .wmuSliderPrev,
    .wmuSliderNext {
        bottom: 100px;
    }
    .wmuSliderPrev {
        left: 62px;
    }
    .wmuSliderNext {
        background-position: -49px 0px;
        right: 62px;
    }
    h2.m_1 {
        width: 35%;
        font-size: 1.2em;
        padding: 15px;
        top: -30px;
        border-bottom: 5px solid #e2b32a;
    }
    h3.m_2:before,
    h3.m_2:after {
        width: 202px;
        bottom: 22px;
    }
    .price {
        margin-top: 4em;
    }
    .small {
        margin-top: 3em;
        padding: 1em;
    }
    .left_grid {
        margin-top: 8em;
    }
    h3.m_2 {
        border-bottom: 5px solid #e2b32a;
    }
    .clients {
        margin-top: 1em;
    }
    ul.client {
        padding: 4em 0 0 0;
    }
    ul.client li {
        float: left;
        width: 15%;
        margin-right: 10%;
    }
    .footer {
        margin-top: 3em;
    }
    .register {
        margin-top: 5em;
    }
    .features-grid img {
        /* border-radius: 5%; */
    }
}

@media(max-width:600px) {
    ul.widget {
        width: 32%;
    }
    .series img {
        width: 100%;
        height: 15em;
        border-radius: 4%;
    }
    .header_desc h1 {
        font-size: 1.8em;
    }
    .header {
        height: 355px;
        margin-bottom: 28%;
    }
    h3.m_2:before,
    h3.m_2:after {
        width: 187px;
        bottom: 22px;
    }
}

@media(max-width:480px) {
    .logo img {
        width: 160px;
    }
    .top-nav {
        margin-left: 4.5em;
    }
    ul.widget {
        width: 37%;
    }
    .header_desc h1 {
        font-size: 1.4em;
    }
    .button a {
        padding: 10px 25px;
        font-size: 0.85em;
    }
    .wmuSliderPrev,
    .wmuSliderNext {
        bottom: 65px;
    }
    .wmuSliderPrev {
        left: 38px;
    }
    .wmuSliderNext {
        right: 38px;
    }
    .button {
        margin-bottom: 1em;
    }
    .header {
        height: 320px;
        margin-bottom: 28%;
    }
    h2.m_1 {
        width: 35%;
        font-size: 1.2em;
        padding: 10px;
        top: -22px;
        border-bottom: 3px solid #e2b32a;
    }
    /* .features-grid span {
  width: 100px;
  height: 75px;
  display: inline-block;
  background: url(../images/feature_icons.png) no-repeat 2px 0px;
  background-size: 392%;
} */
    .features-grid h3 {
        font-size: 1em;
    }
    .features-grid span.f-icon2 {
        /* background-position: -179px -10px; */
    }
    .features-grid span.f-icon1 {
        /* background-position: -88px -12px; */
    }
    .features-grid span.f-icon3 {
        /* background-position: -278px -8px; */
    }
    .sales {
        padding: 0em 0 0;
    }
    .grid_2 h4,
    .grid_2 h5 {
        font-size: 1.2em;
    }
    ul.polygon li {
        font-size: 15px;
    }
    .grid_3 h3 {
        font-size: 1.5em;
    }
    .grid_3 p,
    .chart_details p {
        font-size: 0.85em;
    }
    .box_2,
    .box_3 {
        margin-top: 1.5em;
        padding-top: 1.5em;
    }
    .chart_details h3 {
        font-size: 1.5em;
        margin-bottom: 0.3em;
    }
    h3.m_2 {
        padding: 10px;
        font-size: 1.2em;
        width: 30%;
    }
    h3.m_2:before,
    h3.m_2:after {
        width: 162px;
        bottom: 19px;
    }
    .small h3,
    .big h3 {
        font-size: 1.5em;
        margin-bottom: 0.5em;
        padding-bottom: 0.5em;
    }
    .list_1 {
        margin-top: 2em;
    }
    .small h4,
    .big h4 {
        font-size: 2.5em;
    }
    ul.footer_social {
        display: none;
    }
    .copy img {
        width: 200px;
    }
    .footer_bottom {
        padding: 5em 0 2em;
        z-index: 900;
    }
    .copy {
        margin-top: 2em;
    }
    .copy p {
        margin-top: 1em;
        font-size: 0.85em;
    }
    .register-top-grid h3,
    .register-bottom-grid h3,
    .login-left h3,
    .login-right h3 {
        color: #2f2f2f;
        font-size: 1.3em;
    }
    .register {
        margin-top: 3em;
    }
}

@media(max-width:414px) {
    span.menu img {
        width: 30px;
    }
    .logo img {
        width: 135px;
    }
    .top-nav {
        margin-left: 3.5em;
    }
    ul.widget {
        width: 43%;
        margin: 5px 0 0 0;
    }
    .header_desc h1 {
        font-size: 1.2em;
    }
    .wmuSliderPrev,
    .wmuSliderNext {
        position: absolute;
        width: 32px;
        height: 32px;
        text-indent: -9999px;
        background: url(../images/arrows1.png) no-repeat;
        bottom: 130px;
        z-index: 2;
        cursor: pointer;
        background-size: 194%;
    }
    .wmuSliderPrev,
    .wmuSliderNext {
        bottom: 63px;
    }
    .wmuSliderNext {
        background-position: -32px 0px;
    }
    .header {
        height: 260px;
    }
    h3.m_2:before,
    h3.m_2:after {
        width: 140px;
    }
    .list_1 li a {
        font-size: 13px;
    }
    .list_1 li {
        margin-bottom: 5px;
    }
    .list_1 {
        margin-top: 1em;
    }
    .left_grid {
        margin-top: 6em;
    }
    .price_but a {
        font-size: 0.85em;
    }
    .right_grid {
        margin-top: 7em;
    }
    h3.m_2 {
        font-size: 1em;
        width: 28%;
    }
    .zpl_team {
        justify-content: center;
    }
}

@media(max-width:375px) {
    .features-grid img {
        width: 90%;
        margin: 0 auto;
        /* background: red; */
    }
    .grid_1 {
        width: 100%;
        background: #f6f6f6;
        padding: 8% 0 3% 0;
        margin: auto;
    }
    .features-grid h3 {
        margin-top: 2%;
    }
    ul.widget {
        display: none;
    }
    .top-nav {
        margin-left: 0;
        float: right;
        width: 10%;
    }
    .header_desc h1 {
        font-size: 1em;
        font-weight: 300;
    }
    .button a {
        padding: 8px 20px;
        font-size: 0.8125em;
    }
    .header_desc {
        padding-top: 0;
    }
    .header {
        height: 240px;
    }
    h2.m_1 {
        width: 43%;
    }
    h3.m_2:before,
    h3.m_2:after {
        width: 117px;
        bottom: 15px;
    }
    .price {
        margin-top: 3em;
    }
    .small {
        margin-top: 1em;
        padding: 10px;
    }
    .left_grid {
        margin-top: 5em;
    }
    .big {
        padding: 10px;
    }
    .small h3,
    .big h3 {
        font-size: 1.2em;
    }
    .small h4,
    .big h4 {
        font-size: 2em;
    }
    .list_1 li a {
        font-size: 12px;
    }
    .right_grid {
        margin-top: 5em;
    }
    ul.client {
        padding: 2em 0 0 0;
    }
    .copy {
        margin-top: 0;
    }
    .footer_bottom {
        margin-top: -3em;
    }
    .wmuSliderPrev,
    .wmuSliderNext {
        bottom: 54px;
    }
}

@media(max-width:320px) {
    .header_desc h1 {
        width: 86%;
    }
    .wmuSliderPrev,
    .wmuSliderNext {
        bottom: 43px;
    }
    .wmuSliderPrev {
        left: 25px;
    }
    .wmuSliderNext {
        right: 25px;
    }
    .header {
        height: 225px;
    }
    h2.m_1 {
        width: 44%;
        font-size: 0.85em;
    }
    .features-grid h3 {
        font-size: 1em;
    }
    .col-md-4.grid_2,
    .grid_3,
    .chart_details,
    .col_1 {
        padding: 0;
    }
    ul.polygon li {
        font-size: 14px;
    }
    .grid_2 h4,
    .grid_2 h5 {
        font-size: 1em;
    }
    .social li a>i {
        margin: 0 30% 0 0;
    }
}


/* 新的 */

.heading-section {
    text-align: center;
    padding: 0px 0 50px 0;
}

.heading-section img {
    width: 50%;
}

.heading-section h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    color: #333;
    font-weight: 700;
    text-transform: uppercase;
}


/*-- Timeline --*/

.timeline-thumb {
    position: relative;
    text-align: center;
    border-bottom: 3px solid #dbdbdb;
}

.timeline-thumb:hover {
    border-color: #f78e21;
}

.timeline-thumb .thumb img {
    width: 100%;
    height: 11em;
    object-fit: cover;
    margin-top: 2%;
}

.timeline-thumb .overlay {
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
}

.timeline-thumb:hover .overlay {
    visibility: visible;
    overflow: hidden;
    opacity: 1;
    cursor: pointer;
}

.timeline-caption h4 {
    padding-top: 80px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    margin: 0 0 3px 0;
}

.timeline-caption p {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #f78e21;
}


/*-- End Timeline --*/


/* 福利 */

.conter {
    width: 100%;
}

.conter_guarantee {
    background: #f6f6f6;
    padding-bottom: 7em;
    text-align: center;
}

.guarantee_box {
    width: 80%;
    background: #f6f6f6;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.guarantee {
    width: 230px;
    text-align: center;
    padding: 5% 0;
    margin: 2% 0;
}

.ensure {
    background: #1b9ca1;
}

.care {
    background: #1795df;
}

.vacation {
    background: #e17e80;
}

.subsidy {
    background: #d1a534;
}

.healthy {
    background: #1ea9d1;
}

.guaranteeImg {
    width: 30%;
    height: 4em;
}

.guaranteeText {
    font-weight: 600;
    font-size: 1.4em;
    color: #fff;
}


/* 横线穿过样式 */

.order {
    height: 100px;
    line-height: 100px;
    text-align: center;
}

.order .line {
    display: inline-block;
    width: 40px;
    border-top: 1px solid #cf000d;
}

.order .txt {
    color: #cf000d;
    font-size: 1.5em;
    vertical-align: -4px;
}

.title {
    height: 100px;
    line-height: 100px;
    text-align: center;
    /* background: red; */
}

.title .li {
    display: inline-block;
    width: 40px;
    border-top: 1px solid #cf000d;
}

.title .tit {
    color: #cf000d;
    font-size: 1.5em;
    vertical-align: -6px;
}


/* 首页横线穿过样式 */

.feature_head {
    height: 100px;
    line-height: 100px;
    text-align: center;
}

.feature_head .line {
    display: inline-block;
    width: 25%;
    border-top: 3px solid #efefef;
}

.feature_head .m_2 {
    background: #4b4b4b;
    padding: 6px;
    color: #fff;
    margin: 0 auto;
    border-bottom: 6px solid #e2b32a;
    font-size: 1.5em;
}


/* 团建照片 */

.league {
    width: 80%;
    height: 26.4em;
    background: #f6f6f6;
    margin: 0 auto;
    display: flex;
}

.league_left,
.league_right {
    width: 50%;
    display: flex;
}

.left,
.right,
.z_right {
    width: 50%;
    height: 26em;
}

.left img {
    width: 100%;
    height: 13em;
    object-fit: cover;
    margin-bottom: .2em;
}

.right img {
    width: 100%;
    height: 26.4em;
    padding: 0 .2em;
    object-fit: cover;
}

.zplImg img {
    width: 100%;
    height: 13em;
    object-fit: cover;
}

.right_zpl img {
    width: 100%;
    height: 13em;
    margin-top: .2em;
    object-fit: cover;
}

.z_right img {
    width: 100%;
    height: 26.4em;
    padding: 0 .2em;
    object-fit: cover;
}


/* 发展在XX */

.title {
    /* font-size: 2em;
  margin: 2em 0;
  text-align: center; */
}

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

.train1 {
    background: url("../images/img/a1.jpg") no-repeat;
    background-size: 100% 100%;
    width: 300px;
    height: 16em;
    margin: .4em;
    position: relative;
}

.train2 {
    background: url("../images/img/a2.jpg") no-repeat;
    background-size: 100% 100%;
    width: 300px;
    height: 16em;
    margin: .4em;
    position: relative;
}

.train3 {
    background: url("../images/img/a5.jpg") no-repeat;
    background-size: 100% 100%;
    width: 300px;
    height: 16em;
    margin: .4em;
    position: relative;
}

.train4 {
    background: url("../images/img/a4.jpg") no-repeat;
    background-size: 100% 100%;
    width: 300px;
    height: 16em;
    margin: .4em;
    position: relative;
}

.mask {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #1279b4;
    opacity: .7;
    color: #fff;
}

.mask_content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    color: #fff;
    padding: 1em;
}

.mask_content img {
    width: 10%;
}

.mark_title {
    font-weight: 600;
    font-size: 1.3em;
    margin: .4em 0;
    text-align: center;
}

.zpl_content {
    line-height: 1.7em;
}


/* 招聘信息 */

.table-container {
    width: 80%;
    overflow-y: auto;
    _overflow: auto;
    margin: 2em auto;
    background: #f6f6f6;
}

td {
    font-size: 1em;
    text-align: center;
    padding: 1em 0;
}

td p {
    padding: 1em;
    font-size: 1.25em;
    color: #666666;
    border-bottom: 2px solid #cf000d;
}


/*---------/footer-------*/

.footer {
    padding: 1em 0;
    background: #283147;
    margin-top: 3em;
}

.footer-content {
    text-align: center;
}

.footer-content img {
    width: 120px;
}

.footer-content p {
    font-size: .9em;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    margin: 2%;
}

.footer-content p a {
    color: #007ac6;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
}

.footer-content p a:hover {
    color: #e2b32a;
}


/* 产品 */

.work {
    text-align: center;
    margin-bottom: 2em;
    /* background: #ebe7e7; */
    background: url(../images/img/background.jpg) no-repeat center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /* background-position: center; */
    /* height:100%; */
}

.work-in {
    padding: 2em 0;
    margin-top: 15%;
}

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


/* .work-in p {
  font-size: 1.1em;
  color: #818181;
  font-weight: 300;
} */

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

#filters li {
    display: inline-block;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -o-inline-box;
    display: -ms-inline-box;
}

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

#filters li.active span {}

#filters li span {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #000;
    cursor: pointer;
    font-size: 14px;
    font-style: italic;
    font-weight: 300;
}

#filters li label {
    margin: 11px 0;
    font-weight: 300;
}

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

div#portfoliolist {
    width: 80%;
    margin: auto;
    /* background:red; */
    padding: 0px 0px;
}

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

.portfolio img {
    width: 100%;
    height: 14em;
    object-fit: cover;
    transition: all 300ms !important;
    -webkit-transition: all 300ms !important;
    -moz-transition: all 300ms !important;
}

.simple h5 {
    font-size: 1.3em;
    margin: 0;
    color: #fff;
    text-transform: uppercase;
}

.works_text {
    height: 3.4em;
    text-align: left;
    margin-bottom: 5%;
    /* background: red; */
}

.pics {
    background: #fff;
    border: #d2d2d2 1px solid;
    padding: 4px;
    margin: 10px 0px 10px 0;
}

.pro-img img {
    width: 100%;
    height: 17em;
    display: block;
    visibility: visible;
    object-fit: cover;
}


/*亚敏的  */


/*关于我们单页*/

.title1 {
    padding-bottom: 2%;
    text-align: center;
    margin: auto;
}

.title1 h2 {
    font-size: 30px;
    color: #333;
    letter-spacing: 4px;
}

.title1 span {
    font-size: 16px;
    color: #007ac6;
}

.about1 {
    margin: auto;
    text-align: center;
    padding: 5% 0px;
}

.about1 img {
    width: 100%;
}

.about1 h4 {
    padding: 20px;
    /* color: #007ac6; */
    font-size: 20px;
}

.about1 p {
    font-size: 16px;
    color: #333;
    line-height: 30px;
    text-align: left !important;
    text-indent: 30px;
}


/* .about1 p:hover {
	color: #007ac6;
} */


/*经营理念*/

.idea {
    background-image: url(../images/abbj.jpg);
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin: auto;
    text-align: center;
    padding: 5% 0px;
}

.idea p {
    font-size: 16px;
    color: #333;
    line-height: 30px;
}

.idea p:hover {
    color: #007ac6;
}


/*服务保障*/

.service {
    text-align: center;
    margin: auto;
    padding: 5% 0px;
}

.service img {
    width: 100%;
}