/* 字体引入 */

@font-face {
    font-family: 'arimo-regular';
    src: url('/fonts/arimo-regular.ttf') format('truetype'), url('/fonts/arimo-regular.eot') format('eot'), url('/fonts/arimo-regular.woff') format('woff'), url('/fonts/arimo-regular.woff2') format('woff2');
}

@font-face {
    font-family: 'arimo-bold';
    src: url('/fonts/arimo-bold.ttf') format('truetype'), url('/fonts/arimo-bold.eot') format('eot'), url('/fonts/arimo-bold.woff') format('woff'), url('/fonts/arimo-bold.woff2') format('woff2');
}


/* 字体引入 */

@font-face {
    font-family: 'r';
    src: url('/fonts/roboto-regular.ttf');
}

@font-face {
    font-family: 'b';
    src: url('/fonts/roboto-bold.woff.ttf');
}


/* 网站基本宽度（注意修改） */

.container {
    max-width: 1210px;
    padding: 0 15px;
}

#header {
    width: 100%;
    height: 92px;
}

#header .container {
    position: relative;
    z-index: 999;
    height: 100%;
    background-color: #fff;
    transition: 400ms;
}

#header .h-lan {
    position: relative;
    margin-top: 40px;
    margin-left: 35px;
}

#header .h-lan>a {
    display: block;
    padding-bottom: 10px;
}

#header .h-lan>a span {
    font: 16px "微软雅黑";
    color: #000;
    margin-right: 10px;
}

#header .h-lan>a i {
    transition: 300ms;
    font-size: 20px;
}

#header .h-lan>a i.active {
    transform: rotate(180deg);
}

#header .h-lan ul {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    padding: 3px 0;
    display: none;
    z-index: 100;
}

#header .h-lan ul li {
    border-radius: 5px;
    overflow: hidden;
}

#header .h-lan ul li a {
    display: block;
    width: 100%;
    font: 12px/30px r;
    color: #fff;
    background-color: #000;
    text-align: center;
}

#header .h-lan ul li a:hover {
    background-color: #0253a5;
}

#header .search-btn {
    border: none;
    outline: none;
    background-color: transparent;
    margin-top: 40px;
    margin-left: 30px;
}

#header .search-btn i {
    font-size: 25px;
    color: #555555;
}

#header .search-box {
    line-height: normal;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: none;
}

#header .search-box form {
    position: absolute;
    top: 45%;
    left: 50%;
    width: 60%;
    margin-left: -30%;
}

#header .search-box form input {
    background: none;
    outline: none;
    border: none;
}

#header .search-box form input[type="text"] {
    width: 100%;
    border-bottom: 1px solid #e1e1e1;
    font: 24px "微软雅黑";
    color: #000;
    padding: 10px 0;
}

#header .search-box form button {
    position: absolute;
    right: 15px;
    top: 20px;
    background: none;
    outline: none;
    border: none;
}

#header .search-box form button i {
    font-size: 25px;
    color: #000;
}

#header .search-box form button:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

#header .search-box .close {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 25px;
    top: 15px;
    cursor: pointer;
    font-size: 30px;
}

#header .logo {
    margin-top:18px;
}
#header .logo img{
max-height:65px;
}
#header .menu-box {
    margin-top: 40px;
}

#header .menu-box .menu::after {
    content: "";
    display: table;
    clear: both;
}

#header .menu-box .menu>li {
    float: left;
    margin-left: 40px;
    padding-bottom: 10px;
    position: relative;
}

#header .menu-box .menu>li:first-child {
    margin-left: 0;
}

#header .menu-box .menu>li:hover>a {
    font-weight: bold;
}

#header .menu-box .menu>li>a {
    font: 16px "微软雅黑";
    color: #000;
}

#header .menu-box .menu>li .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 150px;
    background-color: #333;
    z-index: 101;
    border-radius: 5px;
    overflow: hidden;
    display: none;
}

#header .menu-box .menu>li .sub-menu li {
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
}

#header .menu-box .menu>li .sub-menu li a {
    color: #fff;
    font: 16px/30px r;
    display: block;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    text-align: center;
}

#header .menu-box .menu>li .sub-menu li a:hover {
    background-color: #0253a5;
}

#header .toggle-btn {
    position: absolute;
    left: 15px;
    top: 32px;
    border: none;
    outline: none;
    background-color: transparent;
    display: none;
}

#header .toggle-btn i {
    font-size: 35px;
    color: #000;
}

#header .toggle-nav {
    position: fixed;
    left: -270px;
    top: 0;
    padding-top: 130px;
    width: 270px;
    height: 100%;
    background-color: rgba(204, 204, 204, 0.95);
    overflow: auto;
    transition: 300ms;
    display: none;
    z-index: 998;
}

#header .toggle-nav.open {
    left: 0;
}

#header .toggle-nav .menu>li {
    padding: 0 15px;
}

#header .toggle-nav .menu>li>a {
    display: block;
    font: 18px/40px l;
    color: #000;
    text-transform: uppercase;
}

#header .toggle-nav .menu>li .sub-menu>li>a {
    display: block;
    font: 16px/35px l;
    color: #000;
    padding-left: 15px;
    text-transform: capitalize;
}

#header .toggle-nav .search-box2 {
    padding: 15px;
}

#header .toggle-nav .search-box2 input {
    width: 80%;
    height: 40px;
    border: none;
    font: 16px l;
    color: #000;
    padding-left: 15px;
}

#header .toggle-nav .search-box2 button {
    width: 20%;
    height: 40px;
    border: none;
    background-color: #0253a5;
}

#header .toggle-nav .search-box2 button i {
    font-size: 18px;
    color: #fff;
}

#header .toggle-nav .h-lan2 {
    padding: 10px;
}

#header .toggle-nav .h-lan2 .title {
    font: 18px l;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 15px;
}

#header .toggle-nav .h-lan2 .link {
    display: flex;
    justify-content: space-around;
}

#header .toggle-nav .h-lan2 .link a {
    font: 16px l;
    color: #000;
    padding-left: 40px;
}

#header .toggle-nav .h-lan2 .link a:nth-of-type(1) {
    background: url(../images/en.png) left center no-repeat;
}

#header .toggle-nav .h-lan2 .link a:nth-of-type(2) {
    background: url(../images/cn.png) left center no-repeat;
}
.init-6 {
  text-align: center;
  background: url("../images/init-6-bg.jpg") center no-repeat;
  /*padding: 25px 0 45px;*/
  height: 220px;
  position: relative;
}
#index-body .init-7 {
  padding: 45px 0 65px;
  text-align: center;
}
#index-body .init-7 i.t img {
  display: block;
  margin: 0 auto;
}
#index-body .init-7 p {
  display: block;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.7);
  margin-top: 10px;
}
#index-body .init-7 .box {
  padding-top: 50px;
}
#index-body .init-7 .box ul {
  margin: 0 -15px;
}
#index-body .init-7 .box ul li {
  padding: 0 15px; 
}
#index-body .init-7 h2 {
  padding: 0 15px; 
  font-size:28px; color:#92d604;
}
#index-body .init-7 .box ul li .box2 {
  display: block;
  border-radius: 10px;
  overflow: hidden;
  text-align: left;
  border: 1px solid #ededed;
}
#index-body .init-7 .box ul li .box2 a.img-box {
  display: block;
  border-bottom: 3px solid #0d49a3;
  border-radius: 10px;
}
#index-body .init-7 .box ul li .box2 a.img-box img {
  width: 100%;
}
#index-body .init-7 .box ul li .box2 .content {
  display: block;
  padding: 40px 25px 30px;
}
#index-body .init-7 .box ul li .box2 .content h3 {
  display: block;
  font-size: 24px;
  color: #222;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  line-height: 30px;
  font-family: "Rubik-Medium";
overflow: hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
#index-body .init-7 .box ul li .box2 .content h3:hover {
  color: #a9ca00;
}
#index-body .init-7 .box ul li .box2 .content p {
  display: block;
  margin: 15px 0;
  font-size: 16px;
  color: #999;
  line-height: 30px;
}
#index-body .init-7 .box ul li .box2 .content time {
  display: block;
  font-size: 14px;
  color: #999;
}
#index-body .init-7 .box ul li .box2 .content time i {
  font-size: 12px;
  margin-top: -2px;
  margin-right: 5px;
}
.index-banner .swiper-slide {
    height: 800px;
    overflow: hidden;
    position: relative;
    background: url(../images/banner.jpg) center center no-repeat;
    background-size: cover;
}

.index-banner .swiper-slide .inner {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 55%;
    text-align: center;
}

.index-banner .swiper-slide .inner p:nth-of-type(1) {
    font:  44px "微软雅黑";
    color: #fff;
    letter-spacing:10px;
    margin-bottom: 8px;
}

.index-banner .swiper-slide .inner p:nth-of-type(2) {
    font: 18px r;
    color: #fff;
    letter-spacing: 3px;
    word-spacing: 5px;
	margin-top:20px;
}

.index-flag {
    background-color: #1b252e;
}

.index-flag .container {
    padding: 45px 15px 55px;
}

.index-flag .container .left {
    margin-left: 25px;
}

.index-flag .container .left p:nth-of-type(1) {
    font: bold 24px "微软雅黑";
    color: #fff;
    margin-bottom: 10px;
}

.index-flag .container .left p:nth-of-type(2) {
    font: 16px/25px "微软雅黑";
    color: #fff;
}

.index-flag .container .right {
    display: block;
    width: 163px;
    height: 52px;
    border-radius: 26px;
    background-color: #ffffff;
    font: 16px/52px "微软雅黑";
    color: #1b252e;
    text-align: center;
    margin-top: 15px;
    margin-right: 160px;
}

.index-service .container .title {
    text-align: center;
    padding-top:80px;
    padding-bottom:60px;
    border-bottom: 1px solid #dedede;
}

.index-service .container .title p:nth-of-type(1) {
    font: bold 40px "微软雅黑";
    color: #212121;
    margin-bottom: 12px;
}

.index-service .container .title p:nth-of-type(2) {
    font: 14px "微软雅黑";
    color: #999999;
}

.index-service .container .list {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding-top: 50px;
    padding-bottom:85px;
}

.index-service .container .list li {
    text-align: center;
}

.index-service .container .list li img {
    margin-bottom: 50px;
}

.index-service .container .list li p:nth-of-type(1) {
    font: 24px "微软雅黑";
    color: #333333;
    margin-bottom: 8px;
}

.index-service .container .list li p:nth-of-type(2) {
    font: 14px "微软雅黑";
    color: #999999;
}

.index-product {
    padding: 100px 60px;
    background-color: #ebebeb;
    position: relative;
}

.index-product #ip .swiper-slide .img-box img {
    width: 100%;
}

.index-product #ip .swiper-slide .info {
    padding: 15px 0 25px;
    background-color: #fff;
    text-align: center;
}

.index-product #ip .swiper-slide .info p:nth-of-type(1) {
    font: 16px "微软雅黑";
    color: #333333;
    margin-bottom: 8px;
}

.index-product #ip .swiper-slide .info p:nth-of-type(2) {
    font: 16px "微软雅黑";
    color: #333333;
    margin-bottom: 8px;
}

.index-product #ip .swiper-slide .info p:nth-of-type(3) {
    font: 16px "微软雅黑";
    color: #999999;
}

.index-product #ip-next,
.index-product #ip-prev {
    background: none;
    width: 43px;
    height: 43px;
    background-color: #3e3e3e;
    text-align: center;
    top: auto;
    bottom: -25px;
    transition: 300ms;
}

.index-product #ip-next:hover,
.index-product #ip-prev:hover {
    opacity: 0.8;
}

.index-product #ip-next i,
.index-product #ip-prev i {
    font-size: 22px;
    color: #fff;
    line-height: 43px;
}

.index-product #ip-prev {
    left: 47%;
}

.index-product #ip-next {
    right: 47%;
}

.index-adv .container .title {
    text-align: center;
    padding-top: 125px;
    padding-bottom: 75px;
}

.index-adv .container .title p:nth-of-type(1) {
    font: bold 40px "微软雅黑";
    color: #212121;
    margin-bottom: 12px;
}

.index-adv .container .title p:nth-of-type(2) {
    font: 14px "微软雅黑";
    color: #999999;
}

.index-adv .container .list {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding-bottom: 140px;
}

.index-adv .container .list li {
    text-align: center;
}

.index-adv .container .list li img {
    margin-bottom: 50px;
}

.index-adv .container .list li p:nth-of-type(1) {
    font: 42px b;
    color: #f13a3a;
    margin-bottom: 10px;
}

.index-adv .container .list li p:nth-of-type(2) {
    font: 14px "微软雅黑";
    color: #999999;
}

.index-adv .bg {
    height: 425px;
    background: url(../images/bg.jpg) center center no-repeat;
    background-size: cover;
    position: relative;
}

.index-adv .bg .inner {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 35%;
    text-align: center;
}

.index-adv .bg .inner p {
    display: inline-block;
    font: 29px/54px "微软雅黑";
    color: #fff;
    position: relative;
}

.index-adv .bg .inner p::after {
    content: "";
    position: absolute;
    left: -50px;
    top: 0;
    width: 26px;
    height: 20px;
    background: url(../images/bg1.png) no-repeat;
}

.index-adv .bg .inner p::before {
    content: "";
    position: absolute;
    right: -50px;
    top: 0;
    width: 26px;
    height: 20px;
    background: url(../images/bg1.png) no-repeat;
}

.index-product2 {
    padding: 0 60px 80px;
}

.index-product2 .title {
    text-align: center;
    padding-top:65px;
    padding-bottom: 20px;
}

.index-product2 .title p:nth-of-type(1) {
    font: bold 40px "微软雅黑";
    color: #212121;
    margin-bottom: 12px;
}

.index-product2 .title p:nth-of-type(2) {
    font: 14px "微软雅黑";
    color: #999999;
}

.index-product2 .list ul {
    padding-bottom: 12px;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 30px;
}

.index-product2 .list ul li {
    display: inline-block;
    margin-right: 35px;
}

.index-product2 .list ul li a {
    font: 16px "微软雅黑";
    color: #636363;
}

.index-product2 .list ul li a:hover {
    color: #000;
}

.index-product2 .list #ip2 {
    margin-bottom: 65px;
}

.index-product2 .list #ip2 .swiper-slide img {
    width: 100%;
}

.index-product2 .list #ip2 .swiper-slide .info {
    padding: 20px; text-align:center;
}

.index-product2 .list #ip2 .swiper-slide .info p:nth-of-type(1) {
    margin-bottom: 20px;
}

.index-product2 .list #ip2 .swiper-slide .info p:nth-of-type(1) a {
    font: 17px "微软雅黑";
    color: #636363;
}

.index-product2 .list #ip2 .swiper-slide .info p:nth-of-type(1) a:hover {
    color: #000;
}

.index-product2 .list #ip2 .swiper-slide .info p:nth-of-type(1) {
    font: 15px "微软雅黑";
    color: #929292;
}

.index-product2 .list .link {
    display: block;
    width: 163px;
    height: 45px;
    background-color: #f13a3a;
    margin: 0 auto;
    font: 14px/45px "微软雅黑";
    color: #fff;
    text-align: center;
    transition: 300ms;
}

.index-product2 .list .link:hover {
    background-color: #000;
}

.index-about {
    height: 560px;
    background: url(../images/iabg.jpg) center center no-repeat;
    background-size: cover;
    margin-bottom:0px;
}

.index-about .info {
    width: 50%;
    height: 100%;
    background: rgba(13, 38, 73, 0.66);
    padding: 90px 160px 90px 90px;
}

.index-about .info p:nth-of-type(1) {
    font: 38px "微软雅黑";
    color: #fff;
    margin-bottom: 30px;
}

.index-about .info p:nth-of-type(2) {
    font: 16px/30px "微软雅黑";
    color: #fff;
    text-indent: 2em;
    margin-bottom: 40px;
}
.index-about .info p:nth-of-type(3) {
    font: 16px/30px "微软雅黑";
    color: #fff;
    text-indent: 2em;
    margin-bottom: 40px;
}
.index-about .info a {
    display: block;
    width: 163px;
    height: 52px;
    border-radius: 26px;
    background-color: #fff;
    font: 16px/52px "微软雅黑";
    color: #000;
    text-align: center;
    transition: 300ms;
}

.index-about .info a:hover {
    background-color: #f13a3a;
    color: #fff;
}

.index-contact {
    margin-bottom:0px; background-color:#fafafa;padding:60px 0px;
}

.index-contact .container .title {
    text-align: center;
    margin-bottom: 75px;
}

.index-contact .container .title p:nth-of-type(1) {
    font: bold 40px "微软雅黑";
    color: #212121;
    margin-bottom: 10px;
}

.index-contact .container .title p:nth-of-type(2) {
    font: 14px "微软雅黑";
    color: #999999;
    margin-bottom: 20px;
}

.index-contact .container .title p:nth-of-type(3) {
    font: 24px "微软雅黑";
    color: #212121;
}

.index-contact .container .info {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-bottom: 75px;
}

.index-contact .container .info li {
    width: 28%;
    height: 90px;
    border: 1px solid #cacaca; 
    padding: 20px 20px 20px 120px;
}

.index-contact .container .info li:nth-of-type(1) {
    background: url(../images/qq.jpg) 50px center no-repeat;background-color:#fff;
}

.index-contact .container .info li:nth-of-type(2) {
    background: url(../images/tel.jpg) 50px center no-repeat;background-color:#fff;
}

.index-contact .container .info li:nth-of-type(3) {
    background: url(../images/email.jpg) 50px center no-repeat;background-color:#fff;
}

.index-contact .container .info li p:nth-of-type(1) {
    font: 16px "微软雅黑";
    color: #666666;
    margin-bottom: 10px;
}

.index-contact .container .info li p:nth-of-type(2) {
    font: 12px "微软雅黑";
    color: #878787;
}

.index-contact .container .erweima {
    text-align: center;
}

#footer {
    background-color: #1b252e;
    border-top: 2px solid #f13a3a;
}

#footer .container ul {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 65px 0;
    border-bottom: 1px solid #313a43;
}

#footer .container ul li a {
    font: 16px "微软雅黑";
    color: #fff;
}

#footer .container ul li a:hover {
    color: #f13a3a;
}

#footer .container p {
    padding: 20px 0;
    font: 14px "微选雅黑";
    color: #8b939d;
    text-align: center;
	font-family:微软雅黑;
}

#footer .container p a:hover {
    color: #f13a3a;
}

@media (max-width: 1440px) {
    .index-about .info {
        padding: 40px;
    }
}

@media (max-width: 1200px) {
    #header {
        position: fixed;
        left: 0;
        top: 0;
        z-index: 999;
    }
    #header .menu-box {
        display: none;
    }
    #header .search-btn {
        display: none;
    }
    #header .h-lan {
        display: none;
    }
    #header .logo {
        float: none;
        text-align: center;
        margin-top: 0;
        padding-top: 23px;
    }
    #header .toggle-btn {
        display: block;
    }
    #header .toggle-nav {
        display: block;
    }
    .index-banner {
        margin-top: 92px;
    }
    .index-banner .swiper-slide {
        height: 500px;
    }
    .index-banner .swiper-slide .inner {
        top: 45%;
    }
    .index-flag .container .left {
        margin-left: 0;
    }
    .index-flag .container .right {
        margin-right: 0;
    }
    .index-service .container .title {
        padding: 80px 0 60px;
    }
    .index-service .container .list {
        padding-bottom: 80px;
    }
    .index-product #ip-prev {
        left: 45%;
    }
    .index-product #ip-next {
        right: 45%;
    }
    .index-adv .bg .inner p::before,
    .index-adv .bg .inner p::after {
        display: none;
    }
    .index-adv .bg .inner {
        padding: 0 15px;
    }
    .index-product2 {
        padding: 0 15px 80px;
    }
    .index-product2 .list ul {
        display: none;
    }
    .inner-banner {
        margin-top: 92px;
    }
}

@media (max-width: 992px) {
    .index-flag .container .left {
        float: none;
        margin-bottom: 30px;
    }
    .index-flag .container .right {
        float: none;
        margin-top: 0;
    }
    .index-product #ip-prev {
        left: 43%;
    }
    .index-product #ip-next {
        right: 43%;
    }
    c {
        padding: 30px;
    }
    .index-about .info p:nth-of-type(1) {
        font-size: 25px;
        margin-bottom: 15px;
    }
    .index-about .info p:nth-of-type(2) {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .index-contact .container .info li {
        width: 32%;
    }
}

@media (max-width: 768px) {
    .index-banner .swiper-slide .inner p:nth-of-type(1) {
        font-size: 40px;
    }
    .index-service .container .list li {
        width: 48%;
        margin-bottom: 40px;
    }
    .index-service .container .list li img {
        margin-bottom: 20px;
    }
    .index-service .container .list {
        padding-bottom: 20px;
    }
    .index-service .container .title p:nth-of-type(1) {
        font-size: 30px;
    }
    .index-service .container .list li p:nth-of-type(1) {
        font-size: 20px;
    }
    .index-product {
        padding: 60px 30px;
    }
    .index-product #ip-next,
    .index-product #ip-prev {
        display: none;
    }
    .index-adv .container .title {
        padding: 80px 0 60px;
    }
    .index-adv .container .title p:nth-of-type(1) {
        font-size: 30px;
    }
    .index-adv .container .list {
        padding-bottom: 40px;
    }
    .index-adv .container .list li {
        width: 48%;
        margin-bottom: 40px;
    }
    .index-adv .container .list li p:nth-of-type(1) {
        font-size: 30px;
    }
    .index-adv .container .list li img {
        margin-bottom: 20px;
    }
    .index-adv .bg {
        height: 350px;
    }
    .index-adv .bg .inner p {
        font-size: 20px;
        line-height: 40px;
    }
    .index-product2 .title p:nth-of-type(1) {
        font-size: 30px;
    }
    .index-product2 .title {
        padding-top: 80px;
    }
    .index-about {
        height: auto;
    }
    .index-about .info {
        width: 100%;
    }
    .index-about .info p:nth-of-type(1) {
        text-align: center;
    }
    .index-about .info a {
        margin: 0 auto;
    }
    .index-about {
        margin-bottom: 80px;
    }
    .index-contact .container .title p:nth-of-type(1) {
        font-size: 30px;
    }
    .index-contact .container .info li {
        width: 100%;
        margin-bottom: 15px;
    }
    .inner-page .sideBar,
    .inner-page .rightBar {
        margin-top: 40px!important;
    }
    .inner-page .sideBar {
        width: 100%!important;
    }
    .inner-page .rightBar {
        width: 100%!important;
    }
}

@media (max-width: 576px) {
    #header {
        height: 65px;
    }
    #header .logo img {
        width: 100px;
    }
    #header .toggle-btn {
        top: 23px;
    }
    #header .toggle-btn i {
        font-size: 25px;
    }
    #header .toggle-nav {
        padding-top: 70px;
    }
    #header .toggle-nav .menu>li>a {
        font-size: 16px;
    }
    #header .toggle-nav .menu>li .sub-menu>li>a {
        font-size: 14px;
    }
    #header .toggle-nav .h-lan2 .title {
        font-size: 16px;
    }
    .index-banner {
        margin-top: 65px;
    }
    .index-banner .swiper-slide {
        height: 250px;
    }
    .index-banner .swiper-slide .inner {
        top: 40%;
    }
    .index-banner .swiper-slide .inner p:nth-of-type(1) {
        font-size: 22px;
        letter-spacing: 10px;
    }
    .index-banner .swiper-slide .inner p:nth-of-type(2) {
        font-size: 12px;
        letter-spacing: 0;
        word-spacing: 0;
    }
    .index-flag .container {
        padding: 30px 15px;
    }
    .index-flag .container .left {
        margin-bottom: 20px;
    }
    .index-flag .container .left p:nth-of-type(1) {
        font-size: 18px;
    }
    .index-flag .container .left p:nth-of-type(2) {
        font-size: 14px;
    }
    .index-flag .container .right {
        width: 130px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }
    .index-service .container .title {
        padding: 40px 0;
    }
    .index-service .container .title p:nth-of-type(1) {
        font-size: 20px;
    }
    .index-service .container .list li img {
        width: 50px;
    }
    .index-service .container .list li p:nth-of-type(1) {
        font-size: 16px;
    }
    .index-service .container .list {
        padding-top: 40px;
        padding-bottom: 0;
    }
    .index-product {
        padding: 40px 15px;
    }
    .index-product #ip .swiper-slide .info p {
        font-size: 14px !important;
    }
    .index-adv .container .title {
        padding: 40px 0;
    }
    .index-adv .container .title p:nth-of-type(1) {
        font-size: 20px;
    }
    .index-adv .container .list li img {
        width: 50px;
    }
    .index-adv .container .list li p:nth-of-type(1) {
        font-size: 20px;
    }
    .index-adv .container .list {
        padding-bottom: 0;
    }
    .index-adv .bg {
        height: 200px;
    }
    .index-adv .bg .inner p {
        font-size: 16px;
        line-height: 25px;
    }
    .index-product2 .title {
        padding: 40px 0;
    }
    .index-product2 .title p:nth-of-type(1) {
        font-size: 20px;
    }
    .index-product2 .list #ip2 {
        margin-bottom: 40px;
    }
    .index-product2 {
        padding-bottom: 40px;
    }
    .index-about .info {
        padding: 40px 15px;
    }
    .index-about .info p:nth-of-type(1) {
        font-size: 18px;
    }
    .index-about .info p:nth-of-type(2) {
        font-size: 14px;
    }
    .index-about .info a {
        width: 130px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }
    .index-about {
        margin-bottom: 40px;
    }
    .index-contact .container .title {
        margin-bottom: 40px;
    }
    .index-contact .container .title p:nth-of-type(1) {
        font-size: 20px;
    }
    .index-contact .container .title p:nth-of-type(2) {
        margin-bottom: 10px;
    }
    .index-contact .container .title p:nth-of-type(3) {
        font-size: 20px;
    }
    .index-contact .container .info li {
        padding-left: 60px;
    }
    .index-contact .container .info li {
        background-position: 15px center!important;
    }
    .index-contact .container .erweima {
        display: none;
    }
    .index-contact {
        margin-bottom: 40px;
    }
    #footer .container ul {
        padding: 40px 0;
    }
    #footer .container ul li {
        width: 50%;
        text-align: center;
        margin-bottom: 15px;
    }
    .inner-banner {
        margin-top: 65px;
    }
}

.inner-banner {
    position: relative;
    padding-top: 106px;
    height:400px;
    background: url("../images/neibanner.jpg") no-repeat center;
    background-size: cover;
    overflow: hidden;
}

.inner-banner .inner-tit {
    color: #fff;
    font-size: 41px;
    font-family:微软雅黑;
	padding-bottom:16px;
}

.inner-banner .bread-crumbs {
    font-size: 14px;
    margin-top:0px;
    position: relative;
    z-index: 10;
}

.inner-banner .bread-crumbs,
.inner-banner .bread-crumbs a,
.inner-banner .bread-crumbs span {
    color: #fff;
}

.inner-page {
    background: #fff;
    padding-bottom: 60px;
}

.inner-page .sideBar,
.inner-page .rightBar {
    margin-top: -78px;
}

.inner-page .sideBar,
.inner-page .rightBar .inner-con-box {
    background: #f8f8f8;
}

.inner-page .sideBar {
    width: 24.8%!important;
    padding: 28px 25px 40px;
}

.inner-page .sideBar .side-head {
    margin-bottom: 22px;
}

.inner-page .sideBar .side-head h3 {
    color: #787878;
    font-family:微软雅黑;
	padding:10px 0px 9px 0px;
    line-height: 0.8em;
}
.inner-page .sideBar .side-head hr{
  width:60px;margin:20px 0px 0px 0px; color:#dedede;height:1px;border:none;border-top:2px  solid #ccc; padding:0px 0px;
}
.inner-page .sideBar .side-head span {
    color: #787878;
}

.inner-page .sideBar .cat-list {
}

.inner-page .sideBar .cat-list li {
    margin-bottom:0px; font-size:14px;
	border-bottom:1px dotted #ddd;
	line-height:44px;
}

.inner-page .sideBar .cat-list li .children {
    margin-top: 10px;
}

.inner-page .sideBar .cat-list li .children li {
    padding-left: 20px;
}

.inner-page .sideBar .cat-list li:last-child {
    margin-bottom: 0;
}

.inner-page .sideBar .cat-list li a {
    color: #787878;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
}

.inner-page .sideBar .cat-list li a:hover,
.inner-page .sideBar .cat-list li a.active {
    color: #fdb533;
}

.inner-page .sideBar .side-contact {
    margin: 59px 0 0px; font-family:微软雅黑;
}
.inner-page .sideBar .side-contact hr{
  width:60px;margin:20px 0px 0px 0px; color:#dedede;height:1px;border:none;border-top:2px  solid #ccc; padding:0px 0px;
}
.inner-page .sideBar .side-contact .info p {
    color: #787878;
    line-height: 30px;

}

.inner-page .sideBar .side-contact .info p:last-child {
    margin-top: 32px;
}

.inner-page .sideBar .side-download .abst {
    color: #fdb533;
    margin-top: 14px;
    
}

.inner-page .rightBar {
    width: 75.2%!important;
    padding-left: 25px;
}

.inner-page .rightBar .inner-con-box {
    height: 100%;
    padding: 27px 25px 50px;
	min-height:560px;
}

.inner-page .rightBar .inner-con-box p {
    color: #787878;
    font-size: 16px;
    line-height: 28px;
}

.inner-page .rightBar .inner-con-box img {
    height: auto;
    max-width: 100%;
}

.about-page .inner-con-box {
    padding-bottom: 100px;
}

.about-page .inner-con-box .a-head {
    margin-bottom:30px;
}

.about-page .inner-con-box .a-head h3 {
    color: #fec110;
    font-size: 22px;
}

.about-page .inner-con-box .a-head h2 {
    color: #92d701;
    font-size: 28px;
    
}
.about-page .inner-con-box p{
    font-size: 14px;
	margin-bottom:20px;
    
}
.product-page .pro-cat-name {
    color: #cccccc;
    
    background: url("../images/pro-iso.png") no-repeat right center;
    height: 29px;
    line-height: 29px;
}

.product-page .i-product {
    padding: 0;
    background: none;
    margin-top: 44px;
}
.product-page .i-product .pro-list>.column {
    margin-bottom: 32px;
}
#x_product_title{
text-align:center;
padding:14px 0px;
font-size:16px;
}
#x_productdetail_title{
border-bottom:1px solid #ddd;
padding-bottom:10px;
font-size:20px;
}
#x_productinfo{
line-height:24px;
font-size:14px;
margin-bottom:16px;
}
.m-page {
    text-align: center;
    padding: 45px 0;
    font-size: 14px;
}

.m-page span,
.m-page a {
    margin: 0 1px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    background-image: -moz-linear-gradient(top, #575e63, #404549);
    /* Firefox */
    background-image: -webkit-linear-gradient(top, #575e63, #404549);
    /* Saf4+, Chrome */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#575e63, endColorstr=#404549, GradientType='0');
    /* IE*/
    color: #fff;
}

.m-page a:hover,
.m-page .current,
.m-page .active {
    background-image: -moz-linear-gradient(top, #566f82, #3e505e);
    /* Firefox */
    background-image: -webkit-linear-gradient(top, #566f82, #3e505e);
    /* Saf4+, Chrome */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#566f82, endColorstr=#3e505e, GradientType='0');
    /* IE*/
}

.prodet-page .inner-con-box {
    padding: 0!important;
}

.prodet-page .inner-con-box .prodet-tit {
    color: #cccccc;
    
}

.prodet-page .inner-con-box .prodet-top {
    padding: 27px 25px 31px;
}

.prodet-page .inner-con-box .prodet-top .prodet-pic {
    width: 44.54%!important;
}

.prodet-page .inner-con-box .prodet-top .prodet-con-one {
    width: 55.46%!important;
    padding-left: 11.6%;
    position: relative;
}

.prodet-page .inner-con-box .prodet-top .prodet-con-one .prodet-tit {
    color: #cccccc;
    
    padding-top: 34px;
    background: url("../images/pro-iso.png") no-repeat left top;
}

.prodet-page .inner-con-box .prodet-top .prodet-con-one .goToFb {
    margin: 42px 0 50px;
}

.prodet-page .inner-con-box .prodet-top .prodet-con-one .goToFb a {
    display: block;
    height: 37px;
    line-height: 37px;
    background: #505050 url("../images/pro-gotofb.jpg") no-repeat 96% center;
    text-indent: 25px;
    color: #cccccc;
    font-size: 16px;
}

.prodet-page .inner-con-box .prodet-top .prodet-con-one .image-gallery:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    clear: both;
}

.prodet-page .inner-con-box .prodet-top .prodet-con-one .image-gallery li {
    float: left;
    width: 31.6%;
    margin: 0 5px 5px 0;
}

.prodet-page .inner-con-box .prodet-top .prodet-con-one .return {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #cccccc;
    font-size: 16px;
    padding-right: 37px;
    background: url("../images/return.jpg") no-repeat right center;
}

.prodet-page .inner-con-box .prodet-other-box {
    border-top: 24px solid #2b2c2c;
    padding: 28px 35px 50px;
}

.prodet-page .inner-con-box .prodet-basic-box {
    padding: 22px 23px 14px;
    background: #3e3e3e;
}

.prodet-page .inner-con-box .prodet-basic-box table {
    width: 100%;
    border-collapse: collapse;
    border: none;
}

.prodet-page .inner-con-box .prodet-basic-box table td {
    color: #cccccc;
    font-size: 12px;
    padding: 5px 10px;
}

.prodet-page .inner-con-box .prodet-con-two .prodet-tit {
    margin-bottom: 9px;
}

.prodet-page .inner-con-box .prodet-related .i-product {
    padding: 0;
    background: none;
    margin-top: 24px;
}

.prodet-page .inner-con-box .prodet-related .i-product .pro-list {
    flex-wrap: nowrap;
}

.prodet-page .inner-con-box .prodet-related .i-product .pro-list>.column {
    margin-bottom: 0;
}

.prodet-page .inner-con-box .prodet-feedback .main-feedback {
    margin-top: 46px;
}

.main-feedback {
    width: 91%;
}

.main-feedback li {
    margin-bottom: 11px;
}

.main-feedback li label {
    float: left;
    width: 12%;
    text-align: right;
    color: #cccccc;
    font-size: 12px;
    height: 27px;
    line-height: 27px;
}

.main-feedback li label i {
    color: #ff0000;
    font-size: 18px;
    margin-right: 5px;
}

.main-feedback li input,
.main-feedback li textarea {
    font-family: arimo-regular;
    float: left;
    width: 87.4%;
    margin-left: 0.6%;
    height: 27px;
    border: 2px solid #616262;
    background: #2b2c2c;
    outline: none;
    resize: none;
    color: #fff;
    padding: 0 15px;
}

.main-feedback li textarea {
    height: 144px;
    padding: 10px 15px;
}


/*.main-feedback li.sort input {
  max-width: 241px;
}*/

.main-feedback li.txt {
    margin-bottom: 0;
}

.main-feedback li.txt p {
    color: #cccccc!important;
    font-size: 12px!important;
    line-height: normal!important;
    margin-left: 0.6%;
}

.main-feedback input[type="submit"] {
    margin: 17px 0 0 10.6%;
    width: 81px;
    height: 40px;
    text-indent: 9999px;
    background: url("../images/prodet-fb-btn.jpg") no-repeat center;
    border: none;
}
.news-page h2{
color:#92d701;
font-size:30px;
margin-bottom:40px;
}

.news-page .new-list li {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px dotted #ddd;
}

.news-page .new-list li:last-child {
    margin-bottom: 0;
}

.news-page .new-list li .new-pic {
    width: 40%;
}

.news-page .new-list li .new-con {
    width: 60%;
    padding-left: 5%;
}

.news-page .new-list li .new-con .tit a {
    display: block;
    color: #999;
    font-size: 18px;
    line-height: 24px;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
}

.news-page .new-list li .new-con .tit a:hover {
    color: #fec110;
}

.news-page .new-list li .new-con .abst {
    color: #777777;
    font-size: 16px;
    line-height: 27px;
    margin: 15px 0;
}

.news-page .new-list li .new-con .abst a {
    color: #fec110;
}

.news-page .new-list li .new-con .date{
    color: #777777; font-size:14px;
}

.news-page .new-list li .new-con .date span:last-child {
    margin-left: 20px;
    text-transform: capitalize;
}

.news-page .new-list li:last-child {
    margin-bottom: 50px;
}

.newdet-page {
}
.newdet-page h2 {
color:#92d701;
font-size:30px;

}
.newdet-page .news {
    color: #777777;
}

.newdet-page .news .news_title h1 {
    padding-bottom: 10px;
    font-size: 20px;
    text-align: center;
    color: #888;
}

.newdet-page .news .news_date {
    text-align: center;
    line-height: 22px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
}

.newdet-page .news .news_abst {
    border-bottom: 1px solid #555;
    padding: 10px 0;
}

.newdet-page .news .news_abst p {
    display: inline-block;
}

.newdet-page .news .news_contents {
    color: #555;
    line-height: 24px;
    clear: both;
    margin-top: 10px;
    border-bottom: 1px solid #ddd;
    padding: 20px 0 40px;
}


.newdet-page .news .news_contents a {
    color: #555;
    font-size: 16px;
    line-height: 24px;
}

.newdet-page .news .news_contents p,
.newdet-page .news .news_contents div,
.newdet-page .news .news_contents span,
.newdet-page .news .news_contents table {
    color: #888;
    font-size: 14px;
    line-height: 24px;
    clear: both;
	margin-bottom:16px;
}

.newdet-page .news .news_next {
    width: 99%;
    margin-top: 0px;
    padding-left: 5px;
    border-top: 0px solid #CCC;
    text-align: left;
    padding-top: 10px;
}

.newdet-page .news .news_next a {
    width: 100%;
    height: 25px;
    line-height: 25px;
    color: #777;
    font-size: 15px;
    margin-left: 5px;
}

.newdet-page .news .news_next a:hover {
    width: 100%;
    height: 25px;
    line-height: 25px;
    color: #000;
}

.newdet-page .news .newsnav {
    margin-bottom: 30px;
}

.contact-page .c-main-box {
    padding: 44px 0 68px;
}

.contact-page .c-main-box .c-head {
    margin-bottom: 51px;
}

.contact-page .c-main-box .c-head h3,
.contact-page .c-main-box .c-head span {
    color: #fdb533;
    
    line-height: 0.8em;
}

.contact-page .c-main-box .c-info,
.contact-page .c-main-box .c-fb {
    background: #262626;
    padding-top: 34px;
    padding-left: 26px;
    padding-right: 34px;
    height: 523px;
    overflow: hidden;
}

.contact-page .c-main-box .c-info {
    width: 39.1%;
}

.contact-page .c-main-box .c-info .the_info p {
    color: #cccccc;
    font-size: 14px;
    line-height: 30px;
}

.contact-page .c-main-box .c-info .the_info p:first-child {
    margin-bottom: 30px;
}

.contact-page .c-main-box .c-info img {
    width: 220px;
    margin-top: 55px;
}

.contact-page .c-main-box .c-fb {
    width: 59.2%;
}

.contact-page .c-main-box .c-fb .main-feedback {
    width: 100%;
}

.faq-page .faq-list dt {
    max-width: 100%;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
    padding: 16px 30px 14px;
    background-color: #343434;
    font-size: 18px;
    cursor: pointer;
    color: #9e9e9e;
    margin-bottom: 12px;
    transition: 0.5s ease;
}

.faq-page .faq-list dt:hover,
.faq-page .faq-list dt.active {
    background: #fdb533;
    color: #fff;
}

.faq-page .faq-list dd {
    font-size: 14px;
    line-height: 22px;
    color: #757575;
    padding: 15px 30px;
    margin-bottom: 12px;
    display: none;
}

::-webkit-input-placeholder {
    color: #777;
}

:-moz-placeholder {
    color: #777;
}

::-moz-placeholder {
    color: #777;
}

:-ms-input-placeholder {
    color: #777;
}

@media screen and (max-width: 768px) {
    .inner-banner {
        height: 200px;
        padding-top: 70px;
    }
    .about-page .a-culture {
        padding: 60px 0 50px;
    }
    .about-page .a-culture .a-tit {
        margin-bottom: 50px;
    }
    .about-page .i-network .add-sale {
        display: none;
    }
    .about-page .i-network .con-box {
        margin-right: 0;
        margin-top: 90%;
    }
    .about-page .a-whyUs {
        padding-top: 60px;
    }
    .about-page .a-whyUs .why-list {
        margin-top: 50px!important;
    }
    .about-page .a-whyUs .why-list>.column>.img {
        display: none;
    }
    .prodet-page .det-head .pro-det-one .pro-links {
        margin: 40px 0;
    }
    .prodet-page .det-head .pro-det-one .pro-img-gallery .image-gallery li {
        width: 25%;
    }
    .prodet-page .det-body {
        padding: 50px 0;
    }
    .contact-page .c-info .clist .qr-code {
        display: none;
    }
    .layer-form .contact100-form-title {
        min-height: 88px;
        font-size: 24px;
    }
    .layer-form input.input100 {
        height: 40px;
    }
    .layer-form textarea.input100 {
        min-height: 110px;
    }
    .inner-page .sideBar {
        width: 100%!important;
    }
    .inner-page .rightBar {
        width: 100%!important;
        padding-left: 0;
    }
    .inner-banner .inner-tit {
        font-size: 25px;
    }
    .product-page .pro-cat-name {
        background: none;
        font-size: 25px;
    }
    .prodet-page .inner-con-box .prodet-top .prodet-pic {
        width: 100%!important;
    }
    .prodet-page .inner-con-box .prodet-top .prodet-con-one {
        width: 100%!important;
        padding-left: 0;
    }
    .prodet-page .inner-con-box .prodet-other-box {
        padding: 15px;
    }
    .main-feedback {
        width: 100%;
    }
    .main-feedback li label {
        width: 100%;
        text-align: left;
    }
    .main-feedback li input,
    .main-feedback li textarea {
        width: 100%;
    }
    .news-page .new-list li .new-pic {
        width: 100%;
        margin-bottom: 30px;
    }
    .news-page .new-list li .new-con {
        width: 100%;
    }
    .contact-page .c-main-box .c-info {
        width: 100%;
    }
    .contact-page .c-main-box .c-fb {
        width: 100%;
    }
    .faq-page .faq-list dt {
        font-size: 16px;
    }
    .inner-page .rightBar .inner-con-box p {
        font-size: 14px;
    }
}

.wpulike {
    display: none;
}

.lg-page .i-product {
    padding: 0;
    background: none;
}

.product-page .i-product .pro-list.grid-box>.column .img-box .tit,
.lg-page .i-product .pro-list.grid-box>.column .img-box .tit {
    position: static;
    color: #fff;
    margin-top: 10px;
}

.c-sales {
    border-top: 48px solid #2b2c2c;
    background: #262626;
    padding: 36px 0 126px 27px;
}

.c-sales .main-list {
    margin-top: 83px;
}

.c-sales .main-list h3 {
    color: #fdb533;
    margin-bottom: 13px;
    font-weight: bold;
}

.c-sales .main-list p {
    color: #cccccc;
    line-height: 30px;
}

.con-box table td {
    border: 1px solid #656565;
    line-height: 1.5em;
    padding-left: 20px;
    padding-top: 6px;
    padding-bottom: 6px;
    color: #bbb;
}

.con-box table td span {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 22px;
    color: #888888;
    font-style: normal;
}

.con-box table {
    width: 100%;
    border: 1px solid #eee;
    line-height: 1.5em;
    padding-left: 20px;
    padding-top: 6px;
    padding-bottom: 6px;
}

div.wpcf7-response-output {
    float: right;
    margin-top: -30px;
    color: #fff;
}