﻿body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
li,
span,
i,
ul,
img,
a,
strong,
input {
    margin: 0;
    padding: 0;
    font-family: "microsoft yahei";
}

body {
    font-size: 14px;
    overflow-x: hidden;
}

/*@media screen and (max-width:768px){
	body{
		font-family:"microsoft yahei","Arial";
		font-size: 0.24rem;
		line-height: 1;
		color:#333;
		-webkit-user-select:none;
		-webkit-text-size-adjust: 100% !important;
		text-size-adjust: 100% !important;
		-moz-text-size-adjust: 100% !important;
	}
}*/

/* @font-face {font-family: "iconfont";
  src: url('../fonts/iconfont.eot'); /* IE9 */
src: url('../fonts/iconfont.eot') format('embedded-opentype'),
/* IE6-IE8 */
url('../fonts/d4d335237dec49bbab1f433c07973519.woff') format('woff2'),
url('../fonts/iconfont.woff') format('woff'),
url('../fonts/iconfont.ttf') format('truetype'),
/* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
url('../fonts/iconfont.svg') format('svg');
/* iOS 4.1- */
}

@font-face {
    font-family: 'iconfont-kefu';
    src: url('../fonts/iconfont.eot');
    src: url('../fonts/iconfont.eot') format('embedded-opentype'),
        url('../fonts/iconfont.woff2') format('woff2'),
        url('../fonts/iconfont.woff') format('woff'),
        url('../fonts/iconfont.ttf') format('truetype'),
        url('../fonts/iconfont.svg#iconfont') format('svg');
}

*/ .iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.iconfont-kefu {
    font-family: "iconfont-kefu" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

li {
    list-style-type: none;
}

a {
    text-decoration: none;
    outline: none;
}

a:link {
    color: #676a6d
}

/* 未访问的链接 */
a:visited {
    color: #676a6d
}

/* 已访问的链接 */
a:hover {
    color: #555
}

/* 鼠标移动到链接上 */
a:active {
    color: #676a6d
}

/* 选定的链接 */
img {
    border: none;
}

i {
    font-style: normal
}

input,
select,
textarea {
    outline: none;
    text-indent: 6px;
}

textarea {
    resize: none;
}

div {
    margin: 0 auto;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

* {
    -webkit-box-sizing: border-box;
    /* Safari */
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* Firefox */

}



.cont a:visited {
    color: #fff;
}


.tops {
    width: 100%;
    height: 28px;
    background-color: #0A2544;
    line-height: 28px;
}

@media screen and (max-width: 768px) {
    .tops {
        display: none;
    }
}

.wid {
    width: 1200px;
}

@media screen and (max-width:768px) {

    .wid {
        width: 100%;
    }
}

.welcome {
    font-size: 13px;
    color: #fff;
}

.tops .cont {
    color: #fff;
    font-size: 13px;
}

.tops .cont em {
    float: right;
    font-style: normal;
    padding-left: 50px;
}

.head {

    display: table;
    padding-top: 20px;
}

.logo-txt {
    padding-left: 52px;
    position: relative;
}

.logo-txt:after {
    content: '';
    position: absolute;
    left: 28px;
    top: 8px;
    width: 2px;
    height: 50px;
    background-color: #efefef;
}

@media screen and (max-width:768px) {
    .logo {
        line-height: 40px;
    }

    .logo-img {
        width: 45%;
        margin-left: 2%;
    }

    .logo-img img {
        max-width: 100%;
    }

    .logo-txt {
        padding-left: 20px;
        position: relative;
        width: 50%;
        padding-top: 5px;
    }

    .logo-txt:after {
        content: '';
        position: absolute;
        left: 8px;
        top: 8px;
        width: 2px;
        height: 50px;
        background-color: #efefef;
    }
}

.logo-txt h5 {
    height: 34px;
    text-align: center;
    position: relative;
}

.logo-txt h5 span {
    display: inline-block;
    padding: 0 14px;
    background-color: #fff;
    margin: 0 auto;
    line-height: 34px;
    position: relative;
    z-index: 9;
    font-size: 16px;
    color: #555;
    font-weight: normal;
}

.logo-txt h5:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 2px;
    background-color: #d4d4d4;
}

.logo-txt h3 {
    color: #333;
    font-size: 18px;
}

@media screen and (max-width:768px) {
    .head {
        display: block;
        height: 80px;
        padding-top: 20px;
        /*overflow: hidden;*/
    }

    .logo-txt h5 span {
        display: inline-block;
        padding: 0 14px;
        background-color: #fff;
        margin: 0 auto;
        line-height: 14px;
        position: relative;
        z-index: 9;
        font-size: 12px;
        color: #555;
        font-weight: normal;
        top: -10px;
    }

    .logo-txt h5 {
        height: 20px;
        text-align: center;
        position: relative;
    }

    .logo-txt h3 {
        color: #333;
        font-size: .7rem;
        line-height: 25px;
        text-align: center;
    }
}

.head .cont {
    line-height: 72px;
    position: relative;
}

.head .cont .cart-number {
    width: 20px;
    height: 20px;
    background: red;
    color: #fff;
    border-radius: 10px;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
    position: absolute;
    right: -13px;
    top: 12px;
}

.head .cont span img {
    float: left;
    margin: 22px 0;
    margin-right: 6px;
    width: 25px;
}

.head .cont span {
    font-size: 16px;
    float: left;
}

@media screen and (max-width:768px) {
    .head .cont span#hotline {
        display: none;
    }
    .head .cont .cart-number {
        width: 20px;
        height: 20px;
        background: red;
        color: #fff;
        border-radius: 10px;
        line-height: 20px;
        text-align: center;
        font-size: 12px;
        position: absolute;
        right: 8px;
        top: 68px;
        z-index: 999;
    }
    .head .cont .cart-number.mobile {
        position: fixed;
        right: 8px;
        top: 10px;
    }
}

.head .cont i.shop-car {
    display: inline-block;
    width: 30px;
    height: 32px;
    background: url(../images/gouwuche.png) center no-repeat;
    background-size: 30px 30px;
    margin: 20px 0;
    margin-left: 35px;
    cursor: pointer;
}

@media screen and (max-width:768px) {
    .head .cont i.shop-car {
        background-size: 30px 30px;
        cursor: pointer;
        position: absolute;
        right: 15px;
        top: 25px;
        z-index: 10000;
        margin-left: 0;
        margin: 0;
        background: url(../images/gouwuche.png) center no-repeat;
    }
    .head .cont i.shop-car.mobile {
        background-size: 30px 30px;
        cursor: pointer;
        position: fixed;
        right: 15px;
        top: 16px;
        z-index: 889;
        margin-left: 0;
        margin: 0;
        background: url(../images/gouwuche_w.png) center no-repeat;
    }
}

.company {
    width: 100%;
    /*background: url(../images/bg1.jpg)top repeat-x;*/
    border-top: 5px solid #333;
    min-height: 100px;
    margin-top: 100px;
}

.company-title {
    width: 600px;
    background-color: #fff;
    min-height: 100px;
    text-align: center;
    top: -44px;
    position: relative;
}

.company-title h3 {
    text-align: center;
    line-height: 56px;
    font-size: 30px;
    color: #333;
}

.company-title p {
    color: #555;
    line-height: 26px;
}

.company-col {
    width: 100%;
    text-align: center;
    /*padding-top: 20px;*/
    overflow: hidden;
}

.company-intr {
    width: 100%;
    display: table;
    /*min-height: 100px;*/
}

.company-intr h5 {
    text-align: center;
    /*border-bottom: 1px solid #333;*/
    /*padding-bottom: 25px;*/
}

.company-intr h5 span {
    display: inline-block;
    /*width: 262px;
	height: 62px;*/
    /*border-bottom: 1px solid #2087cc;*/
    /*line-height: 62px;*/
    font-size: 32px;
    font-weight: normal;
    color: #333;
}

@media screen and (max-width:768px) {
    .company {
        width: 100%;
        /* background: url(../images/bg1.jpg)top repeat-x; */
        border-top: none;
        min-height: 0;
        margin-top: 60px;
    }

    .company-title {
        width: 100%;
        background-color: #fff;
        min-height: 0;
        text-align: center;
        top: 0;
        position: relative;
    }

    .company-intr {
        width: auto;
        display: table;
        /*min-height: 100px;*/
    }

    .company-intr h5 {
        text-align: center;
        /*border-bottom: 1px solid #333;*/
        padding-bottom: 0;
    }

    .company-title h3 {
        font-size: 1.3rem;
        line-height: 40px;
    }

    .company-title p {
        margin: 0 10px;
    }
}

.sub-title {
    font-size: 16px;
    color: #666;
    font-weight: 100;
    width: 70%;
    margin: 40px auto;
    margin-top: 20px;
    font-size: 14px;
    font-weight: 300;
}

.company-intr-col {
    width: 100%;
    /*border-bottom: 1px solid #333;*/
    text-align: left;
    font-size: 16px;
    line-height: 26px;
    color: #555;
    text-align: justify;
    padding: 0 0 30px;
    /*min-height: 370px;*/
}

.company-honor {
    width: 100%;
    margin-top: 20px;
}

.company-honor h5 span {
    display: inline-block;
    /*width: 262px;*/
    /*height: 62px;*/
    /*border-bottom: 1px solid #2087cc;*/
    /*line-height: 62px;*/
    font-size: 32px;
    font-weight: normal;
    color: #333;
}

.company-honor h5 {
    padding-bottom: 25px;
}

.company-honor-col {
    width: 100%;
    position: relative;
}

.company-honor-img {
    width: 90%;
    height: 260px;

}

.company-honor-img ul {
    width: 100%;
}

.company-honor-img ul li {
    width: 100%;
    height: auto;
    border: 1px solid #ddd;
}

.company-honor-img ul li img {
    width: 100%;
    height: 100%;
}

.company-honor-col .swiper-button-prev {
    width: 40px;
    height: 40px;
    background: url(../images/left.png)center no-repeat;
    outline: none;
}

.company-honor-col .swiper-button-next {
    width: 40px;
    height: 40px;
    outline: none;
    background: url(../images/right.png)center no-repeat;
}

@media screen and (max-width:768px) {
    .company-intr-col {
        width: 90%;
        /*border-bottom: 1px solid #333;*/
        text-align: left;
        font-size: .8rem;
        line-height: 1.2rem;
        color: #555;
        text-align: justify;
        padding: 0 0 30px;
        /*min-height: 370px;*/
    }

    .company-honor h5 span {
        display: inline-block;
        /*width: 262px;*/
        /*height: 62px;*/
        /*border-bottom: 1px solid #2087cc;*/
        /*line-height: 62px;*/
        font-size: 1.3rem;
        font-weight: normal;
        color: #333;
    }

    .company-honor-img {
        width: 90%;
        height: auto;
    }

    .company-honor-img ul li {
        width: 100%;
        height: auto;
    }

    .sub-title {
        font-size: .8rem;
        color: #666;
        font-weight: 100;
        width: 80%;
        margin: 20px auto;
        margin-top: 20px;
    }
}

.product {
    width: 100%;
    display: table;
    padding-top: 100px;
}

.title {
    width: 100%;
    text-align: center;
}

.title h5 {
    text-align: center;
}

.title h5 span {
    display: inline-block;
    width: auto;
    height: 62px;
    color: #333;
    font-size: 38px;
    font-family: PingFangSC, PingFangSC-Regular;
    font-weight: 400;
    text-align: center;
    line-height: 40px;
}

.product-type {
    width: 100%;
    text-align: center;
    padding-top: 50px;
}

.product-type ul {
    width: 1248px;
    margin-left: -48px;
}

.product-type ul li {
    width: 110px;
    display: table;
    margin-left: 18px;

}

.product-type ul li.active img {
    /*border:2px solid red;*/

}

.product-type-img {
    border-radius: 50%;
    width: 120px;
    height: 120px;
    padding-top: 20%;
}

.product-type-img img {
    width: 80%;
    height: 100%;
    border-radius: 50%;
    cursor: pointer;
    /*border:2px solid #f5f5f5;*/
}

.product-type-txt {
    text-align: center;
    line-height: 48px;
    font-size: 18px;
    color: #676a6d;
    cursor: pointer;
}

.product-type ul li.active .product-type-txt {
    color: #000;
}

.product-list {
    width: 100%;
    display: table;
    padding-top: 48px;
}

.product-list-item {
    width: 100%;
}

.product-list-title {
    width: 100%;
    height: 46px;
    border-bottom: 1px solid #dcdcdc;
    line-height: 45px;
}

.product-list-fl b {
    font-size: 22px;
    color: #34414a;
    font-weight: normal;
    float: left;
}

.product-list-fl em {
    color: #414254;
    padding-left: 10px;
    font-style: normal;
}

.product-list-type ul {
    float: left;
}

.product-list-type ul li {
    line-height: 46px;
    margin: 0 20px;
    color: #444;
    font-size: 14px;
    position: relative;
}

.product-list-type ul li:after {
    content: '';
    position: absolute;
    right: -20px;
    top: 50%;
    margin-top: -5px;
    width: 1px;
    height: 10px;
    background-color: #dbdbdb;
}

.product-list-type a.more {
    color: #555;
    font-size: 14px;
    padding: 0 20px;
}

.product-list-type ul li a {
    color: #555;
}

.product-list-type ul li:hover a {
    color: #333;
}

.product-list-col {
    width: 100%;
    display: table;
}

.product-list-col ul {
    width: 1200px;
    /*margin-left: -8px;*/
}

.product-list-col ul li {
    width: 290px;
    display: block;
    margin: 10px;
    margin-left: 0;
    float: left;
    border: 1px solid #fff;
}

.product-list-col ul li:hover {
    /*border:1px solid red;
	border-radius:10px;*/
}

.product-list-col ul li:nth-child(4n) {

    margin-left: 0;
    margin-right: 0;
    float: right;
}

.product-list-img {
    width: 100%;
    height: 206px;
}

.product-list-img img {
    max-width: 100%;
}

.product-list-txt {
    width: 100%;
    line-height: 32px;
    font-size: 16px;
    color: #999;
    text-align: center;
}


.product-list-col ul li:hover .product-list-txt {
    color: #000;
}

@media screen and (max-width:768px) {
    .product {
        width: 100%;
        display: block;
        padding-top: 30px;
        overflow: hidden;
    }

    .title h5 span {
        display: inline-block;
        width: 60%;
        height: auto;
        border-bottom: 2px solid #555;
        line-height: 32px;
        font-size: 1.2rem;
        font-weight: 700;
        color: #333;
    }

    .product-type {
        width: 100%;
        text-align: center;
        padding-top: 0;
        overflow: hidden;
    }

    .product-type ul {
        width: 100%;
        margin-left: 0;
    }

    .product-type ul li {
        width: 29.333%;
        display: inline-block;
        margin: 2%;
    }

    .product-type-img {
        border-radius: 50%;
        width: 80px;
        height: 80px;
        padding-top: 0;
    }

    .product-type-img img {
        width: 100%;
        height: auto;
        border-radius: 50%;
        cursor: pointer;
        /*border:2px solid #f5f5f5;*/
    }

    .product-type-txt {
        text-align: center;
        line-height: 1.2rem;
        font-size: .8rem;
        color: #676a6d;
        cursor: pointer;
    }

    .product-list {
        width: 100%;
        display: block;
        padding-top: 18px;
    }

    .product-list-title {
        width: 100%;
        height: 2rem;
        font-size: 1rem;
        border-bottom: 1px solid #dcdcdc;
        line-height: 2rem;
        padding-left: 15px;
        position: relative;
    }

    .product-list-type {
        position: absolute;
        top: 2rem;
        width: 96%;
        left: 2%;
        display: none;
    }

    .product-list-type.fr {
        float: none;
    }

    .product-list-col {
        width: 100%;
        display: block;
    }

    .product-list-col ul {
        width: 100%;
        /*margin-left: -8px;*/
    }

    .product-list-col ul li {
        width: 46%;
        display: inline-block;
        margin: 2%;
        float: left;
        border: none;
    }

    .product-list-img {
        width: 100%;
        height: auto;
    }

    .product-list-txt {
        width: 100%;
        line-height: 1.2rem;
        font-size: .8rem;
        color: #999;
        text-align: center;
    }

    .product-list-fl b {
        font-size: 1rem;
        color: #34414a;
        font-weight: normal;
        float: left;
    }
}

.case {
    width: 100%;
    display: table;
    padding-top: 70px;
}


.case-list {
    width: 100%;
    padding-top: 20px;
}

.case-list h6 {
    margin: 0;
    line-height: 42px;
}

.case-list h6 a {
    float: right;
    font-size: 16px;
    color: #1d7fc8;
    font-weight: normal;
}

.case-list ul {
    width: 1208px;
    margin-left: -8px;
    display: table;
}

.case-list ul li {
    width: 294px;
    height: 196px;
    display: table;
    margin-left: 8px;
    position: relative;
}

.case-list-img {
    width: 100%;
    height: 186px;
    border: 1px solid #f1f1f1;
    /*line-height:283px;*/
    overflow: hidden;
}

.case-list-img img {
    width: 100%;
    height: 100%;
}


.case-list-txt {
    width: 100%;
    height: 186px;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 10% 5% 10%;
    display: table;
    text-align: center;
    position: absolute;
    top: 0;
    display: none;
    cursor: pointer;
}

.cases-list:hover .case-list-txt {
    display: block;
}

.case-list-txt h4 {
    line-height: 20px;
    font-size: 16px;
    color: #EC732F;
    font-weight: normal;
    margin-bottom: 15px;
}

.case-list-txt p {
    font-size: 12px;
    line-height: 16px;
    color: #fff;
    padding-top: 5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

@media screen and (max-width:768px) {
    .case {
        width: 100%;
        display: block;
        padding-top: 50px;
        overflow: hidden;
    }

    .case-list ul {
        width: 100%;
        margin-left: 0;
        display: block;
        overflow: hidden;
    }

    .case-list ul li {
        width: calc(46% - 3px);
        height: auto;
        max-height: 170px;
        display: inline-block;
        margin: 2%;
        position: none;
        float: none;
        overflow: hidden;

    }

    .case-list-img {
        width: 100%;
        height: auto;
        /*border:1px solid #f1f1f1;*/
    }

    .case-list h6 {
        margin: 0;
        line-height: 42px;
        display: block;
        width: 80%;
        margin-left: 10%;
        text-align: center;
    }

    .case-list h6 a {
        float: none;
        font-size: 1rem;
        color: #1d7fc8;
        font-weight: normal;
    }
}

.product-photo {
    width: 100%;
    display: table;
    padding-top: 70px;
}

.product-photo-col {
    width: 100%;
    margin-top: 70px;
    min-height: 200px;
    position: relative;
    display: inline-block;
}

/*.product-photo-col:after{
	width: 1140px;
	height: 14px;
	background-color: #1984cc;
	position: absolute;
	left: 30px;
	bottom:-8px;
	content: '';
}*/
.product-photo-prod {
    width: 100%;
    /*height: 588px;*/
    margin: 6px 0;
}

.product-photo-type {
    width: 270px;
    height: 600px;
    overflow: hidden;
    position: relative;
}

.product-photo-type span.prev {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url(../images/prev.png)center no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    position: absolute;
    left: 50%;
    margin-left: -20px;
    z-index: 99;
    cursor: pointer;
    top: 5px;
}

.product-photo-type span.next {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url(../images/next.png)center no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    position: absolute;
    left: 50%;
    margin-left: -20px;
    z-index: 99;
    cursor: pointer;
    bottom: 5px;
}

.product-photo-type ul {
    width: 100%;
    position: absolute;
}

.product-photo-prod-list {
    width: 100%;
    display: none;
}

.show {
    display: block !important;
}

.product-photo-type ul li {
    width: 100%;
    height: 138px;
    margin: 6px 0;
    position: relative;
}

.product-photo-type-img {
    width: 100%;
    height: 100%;
}

.product-photo-type-img img {
    width: 100%;
    height: 100%;
}

.product-photo-prod-small ul li.active p {
    color: #2087cc;
    font-size: 18px;
}

.product-photo-type-slide {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    position: absolute;
    left: 0;
    top: 0;
}

.product-photo-type ul li.active .product-photo-type-slide {
    display: none;
}

.product-photo-prod-top {
    width: 100%;
    height: auto;
}

.product-photo-prod-top img {
    width: 100%;
    height: auto;
}

.product-photo-prod-small {
    width: 100%;
    height: 100px;
    margin-top: 5px;
}

.product-photo-prod-small ul {
    width: 100%;
}

.product-photo-prod-small ul li {
    width: 236px;
    height: 100px;
    margin-right: 5px;
    position: relative;
    cursor: pointer;
    font-size: 0;
}

.product-photo-prod-small ul li:nth-child(5) {
    margin-right: 0;
}

.product-photo-prod-small ul li img {
    width: 100%;
    height: 100%;
}

.product-photo-prod-small ul li p {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    position: absolute;
    left: 0;
    top: 0;
    line-height: 100px;
    text-align: center;
    color: #fff;
    font-size: 18px;
}


@media screen and (max-width:768px) {
    .product-photo {
        width: 100%;
        display: none;
        padding-top: 70px;
    }
}

.service {
    padding-top: 120px;
}

.service-col {
    width: 100%;
    display: table;
    padding-top: 70px;
}

.service-col ul {
    width: 1208px;
    margin-left: -8px;
}

.service-col ul li {
    width: 294px;
    display: table;
    margin-left: 8px;
}

.service-img {
    width: 100%;
    height: 225px;
}

.service-img img {
    width: 100%;
    height: 100%;
}

.service-txt {
    text-align: center;
    padding-top: 8px;
}

.service-txt h4 {
    line-height: 40px;
    color: #dd3103;
    font-size: 16px;
}

.service-txt p {
    line-height: 32px;
    font-size: 14px;
    color: #666;
}

.service-cont {
    padding-top: 8px;
    width: 100%;
}

.service-cont h4 {
    line-height: 40px;
    color: #dd3103;
    font-size: 16px;
    text-align: center;
}

.service-cont p span {
    display: block;
    color: #666;
}

.service-cont p {
    text-align: center;
    line-height: 32px;
}

.service-cont p b {
    display: block;
    line-height: 32px;
    font-size: 20px;
    color: #035eb9;
    font-family: arial;
}

.service-cont p em {
    display: block;
    padding-top: 5px;
}


@media screen and (max-width:768px) {
    .service {
        padding-top: 30px;
        overflow: hidden;
    }

    .service-col {
        width: 100%;
        display: block;
        padding-top: 30px;
    }

    .service-col ul {
        width: 100%;
        margin-left: 0;
    }

    .service-col ul li {
        width: 46%;
        display: inline-block;
        margin: 2%;
    }

    .service-img {
        width: 100%;
        height: auto;
    }

    .service-txt {
        text-align: center;
        padding-top: 8px;
    }

    .service-txt h4 {
        line-height: 1.8rem;
        color: #dd3103;
        font-size: .8rem;
    }

    .service-txt p {
        line-height: 1.4rem;
        font-size: .7rem;
        color: #666;
    }

    .service-cont h4 {
        line-height: 1.8rem;
        color: #dd3103;
        font-size: .8rem;
        text-align: center;
    }

    .service-cont p {
        text-align: center;
        line-height: 1.2rem;
    }

    .service-cont p em {
        display: none;
        padding-top: 5px;
    }
}

.cooperation {
    padding-top: 100px;
    position: relative;

}

.cooperation .title h6 {
    line-height: 50px;
    font-size: 18px;
    color: #3d3d3d;
    font-weight: normal;
    padding-top: 18px;
    margin: 0;
}

.cooperation-roll {
    width: 1150px;
    margin: 0 auto;
    height: 176px;
    margin-top: 10px;
}

.cooperation-roll ul {
    width: 100%;
}

.cooperation-roll ul li {
    height: 78px;
    margin: 0 10px !important;
    margin-bottom: 10px!important;
    display: flex;
    background-color: #fff;
    justify-content: center;
    align-items: center;
}

.cooperation-roll ul li img {
    max-width: 100%;
}

.cooperation .swiper-button-prev {
    width: 26px;
    height: 44px;
    background: url(../images/left2.png) center no-repeat;
    top: inherit !important;
    left: 40px;
    bottom: 40px !important;
    outline: none;
}

.cooperation .swiper-button-next {
    width: 26px;
    height: 44px;
    background: url(../images/right2.png) center no-repeat;
    top: inherit !important;
    bottom: 40px !important;
    right: 40px;
    outline: none;
}

@media screen and (max-width:768px) {
    .cooperation {
        padding-top: 30px;
        position: relative;
    }

    .cooperation-roll {
        width: 100%;
        margin: 0 auto;
        margin-top: 10px;
    }

    .cooperation-roll ul li {
        width: 120px !important;
        height: 80px;
        border: 2px solid transparent;
        margin: 0 5px !important;
        display: flex;
        background-color: #fff;
        justify-content: center;
        align-items: center;
    }

    .cooperation-roll ul li img {
        max-width: 100%;
        max-height: 100%;
        width: 100%;
        height: auto;
        object-fit: cover;
    }

    .cooperation .swiper-button-prev {
        width: 26px;
        height: 44px;
        background: url(../images/left2.png) center no-repeat;
        top: inherit !important;
        left: 10px;
        bottom: 40px !important;
        outline: none;
    }

    .cooperation .swiper-button-next {
        width: 26px;
        height: 44px;
        background: url(../images/right2.png) center no-repeat;
        top: inherit !important;
        bottom: 40px !important;
        right: 10px;
        outline: none;
    }
}

.banns {
    width: 1200px;
    height: 228px;
    background: url(../images/img2.jpeg) center no-repeat;
    margin-top: 92px;
    padding-left: 205px;
    padding-top: 40px;
}

.banns h4 {
    line-height: 64px;
    font-size: 20px;
    color: #fff;
    font-weight: normal;
}

.banns p {
    color: #fff;
    line-height: 24px;
    font-size: 12px;
}

.banns.mobile {
    display: none;
}

@media screen and (max-width:768px) {
    .banns.pc {
        display: none;
    }

    .banns.mobile {
        width: 100%;
        display: block;
        margin-top: 10px;
        padding-left: 0;
        padding-top: 0;
        height: auto;
        min-height: 120px;
    }
}

.news {
    display: table;
    padding-top: 75px;
    padding-bottom: 50px;
}

.news-fl {
    width: 680px;
    display: table;
}

.news h5 {
    width: 100%;
    height: 44px;
    line-height: 44px;
}

.news h5 span {
    padding-left: 26px;
    position: relative;
    line-height: 44px;
    font-weight: normal;
    font-size: 18px;
    color: #030303;
}

.news h5 span:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -12px;
    width: 6px;
    height: 24px;
    background-color: #1180c8;
    border-radius: 3px;
}

.news h5 a {
    float: right;
    font-weight: normal;
    color: #555;
    font-size: 14px;
}

.news-tab {
    width: 100%;
    display: table;
    padding: 0 10px;
}

.news-tab ul {
    width: 100%;
    margin-left: -16px;
}

.news-tab ul li {
    height: 34px;
    border: 1px solid #181818;
    border-radius: 17px;
    text-align: center;
    line-height: 32px;
    font-size: 14px;
    margin: 30px 0;
    margin-left: 10px;
    padding: 0 12px;
    cursor: pointer;
}

.news-tab ul li.active {
    background-color: #0A2544;
    color: #fff;
}

.news-list {
    width: 100%;
    display: table;
}

.news-list ul {
    width: 100%;
}

.news-list ul li {
    width: 100%;
    height: 96px;
    margin: 10px 0;
    cursor: pointer;
}

.news-list-img {
    width: 190px;
    height: 96px;
}

.news-list-img img {
    width: 100%;
    height: 100%;
}

.news-list-txt {
    width: 470px;
    height: 96px;
}

.news-list-txt-q {
    width: 100%;
    line-height: 34px;
}

.news-list-txt-q i {
    float: left;
    width: 22px;
    height: 22px;
    background-color: #0073c3;
    color: #fff;
    text-align: center;
    line-height: 22px;
    display: inline-block;
    margin: 6px 0;
    margin-right: 10px;
}

.news-list-txt-q span {
    font-size: 16px;
    color: #333;
    font-weight: 700;
}

.news-list-txt-reply {
    width: 100%;
    display: table;
}

.news-list-txt-reply i {
    float: left;
    width: 22px;
    height: 22px;
    background-color: #fe5500;
    color: #fff;
    text-align: center;
    line-height: 22px;
    display: inline-block;
    margin: 6px 0;
    margin-right: 10px;
}

.news-list-txt-reply span {
    width: 470px;
    display: table;
    min-height: 50px;
    line-height: 22px;
    padding: 5px 0;
    font-size: 12px;
    color: #555;
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.news-hot {
    width: 450px;
    display: table;
    min-height: 100px;
}

.news-hot-col {
    width: 100%;
    display: table;
    /*padding-top: 24px;*/
}

.news-hot-col h6 {
    width: 100%;
    height: 34px;
    background-color: #333333;
    line-height: 34px;
    text-align: center;
    color: #fff;
    font-weight: normal;
    font-size: 16px;
}

.news-hot-col ul {
    width: 100%;
    display: table;
    padding-top: 10px;
}

.news-hot-col ul li {
    width: 100%;
    line-height: 45px;
    padding-left: 20px;
}

.news-hot-col ul li i {
    display: inline-block;
    width: 18px;
    height: 22px;
    background-color: #0A2544;
    line-height: 22px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-family: arial;
    position: relative;
    margin-right: 30px;
}

.news-hot-col ul li i:after {
    content: '';
    position: absolute;
    right: -5px;
    top: 0;
    width: 0;
    height: 0;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    border-left: 5px solid #0A2544;
}

.news-hot-col ul li span {
    color: #555;
}

.news-hot-col ul li:hover a span {
    color: #333;
}

@media screen and (max-width:768px) {
    .news {
        display: none;
        padding-top: 35px;
        padding-bottom: 20px;
        overflow: hidden;
    }

    .news-list {
        width: 100%;
        display: block;
        padding: 0 10px;
    }

    .news-fl {
        width: 100%;
        display: block;
    }

    .news-tab ul {
        width: 100%;
        margin-left: 0;
    }

    .news-tab ul li {
        /*width: 120px;*/
        height: 1.6rem;
        border: 1px solid #181818;
        border-radius: .8rem;
        text-align: center;
        line-height: 1.5rem;
        font-size: .8rem;
        margin: 5px;
        margin-left: 5px;
        padding: 0 10px;
        cursor: pointer;
    }

    .news-list ul li {
        width: 100%;
        height: auto;
        margin: 10px 0;
        cursor: pointer;
    }

    .news-hot {
        width: 100%;
        display: block;
        min-height: 0;
        overflow: hidden;
    }

    .news-hot-col ul li span {
        font-size: .8rem;
    }

    .news-hot-col ul li i {
        display: inline-block;
        width: 18px;
        height: 22px;
        background-color: #333;
        line-height: 22px;
        text-align: center;
        color: #fff;
        font-size: 16px;
        font-family: arial;
        position: relative;
        margin-right: 15px;
    }

    .news-list-img {
        width: 28%;
        height: auto;
        display: inline-block;
    }

    .news-list-txt {
        width: 70%;
        height: auto;
        display: inline-block;
        float: right;
        padding-right: 10px;
    }

    .news-list-txt-q {
        width: 100%;
        line-height: 1.1rem;
    }

    .news-list-txt-q span {
        font-size: .85rem;
        color: #333;
        font-weight: 700;
    }

    .news-list-txt-reply span {
        width: 100%;
        display: table;
        min-height: 50px;
        line-height: 22px;
        padding: 5px 0;
        font-size: 12px;
        color: #555;
        text-align: justify;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
}

.links {
    width: 100%;
}

.links h5{
	font-size: 40px;
	font-family: PingFangSC, PingFangSC-Semibold;
	font-weight: 600;
	color: #2c2e3f;
	line-height: 56px;
    padding-bottom: 30px;
    border-bottom: 1px solid #d8d8d8;
}

.links ul {
    width: 100%;
    display: table;
    padding: 10px 0;
    padding-bottom: 20px;
}

.links ul li {
    font-size: 14px;
    font-family: PingFangSC, PingFangSC-Semibold;
    font-weight: 600;
    line-height: 40px;
    position: relative;
}

.links ul li a {
    color: rgba(44,46,63,0.70);
}

.links ul li:hover a {
    color: #333;
}

@media screen and (max-width:768px) {
    .links {
        padding: 0 10px;
    }
}

.footer {
    background-color: #333;
    padding: 30px 0;
    display: table;
    width: 100%;
}

.footer-top {
    width: 100%;
}

.contact {
    width: 160px;
    display: table;
    min-height: 100px;

}

.contact h4 {
    line-height: 56px;
    padding-top: 5px;
}

.contact h4 img {
    height: 32px;
    float: left;
    margin: 12px 0;
    margin-right: 10px;
}

.contact h4 span {
    font-weight: normal;
    color: #fff;
    font-size: 16px;
}

.contact p {
    padding-left: 42px;
    color: #fff;
    font-size: 13px;
    line-height: 26px;
}

.contact h5 {
    line-height: 34px;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    padding-left: 42px;
}

.footer-fr {
    width: 1000px;
    display: table;
    min-height: 100px;
    border-left: 1px solid #fff;
    padding-left: 60px;
}

.footer-menu {
    width: 100%;
    line-height: 32px;
    font-size: 14px;
}

.footer-menu ul {
    width: 100%;
}

.footer-menu ul li {
    font-size: 16px;
    margin-right: 40px;
    position: relative;
}

.footer-menu ul li a {
    color: #fff;
}

.footer-menu ul li:after {
    content: '';
    position: absolute;
    right: -20px;
    top: 50%;
    width: 4px;
    height: 4px;
    background-color: #fff;
    border-radius: 50%;
    margin-top: -2px;
}

.footer-menu ul li:last-child:after {
    width: 0;
}

.footer-cont {
    width: 100%;
    display: table;
}

.footer-cont p {
    font-size: 14px;
    line-height: 30px;
    color: #fff;
}

.footer-cont-wx {
    padding-right: 100px;
}

.footer-cont-wx ul {
    padding-top: 20px;
}

.footer-cont-wx ul li {
    margin: 0 15px;
    text-align: center;
}

.footer-cont-wx h6 {
    text-align: center;
    padding: 10px 0;
}

.footer-cont-wx h6 img {
    margin: 0 8px;
}

.footer-copyright {
    width: 100%;
    display: table;
    color: #fff;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}

.fix-menu {
    width: 100%;
    /*height: 1.5rem;*/
    background-color: #333;
    position: fixed;
    left: 0;
    z-index: 99;
    bottom: 0;
    font-size: .8rem;
    display: none;
}

.fix-menu ul {
    width: 100%;
    display: table;
}

.fix-menu ul li {
    width: 25%;
    /*height: 3.5rem;*/
    position: relative;
    border-right: .01rem solid #555;
    padding-top: .2rem;
    padding-bottom: 15px;
}

.fix-menu ul li:after {
    content: '';
    position: absolute;
    right: -.03rem;
    top: 0;
    width: .01rem;
    height: 100%;
    background-color: #333;
}

.fix-menu-ico {
    width: 100%;
    height: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fix-menu-ico img {
    height: 1.7rem;
}

.fix-menu-txt {
    line-height: 1rem;
    font-size: .8rem;
    text-align: center;
    color: #fff;
}

.fix-menu ul li.cont {
    background-color: #ff6a06;
}

.footer a {
    color: #fff;
}

@media screen and (max-width:768px) {
    .fix-menu {
        display: block;
    }

    .contact {
        width: 100%;
        display: block;
        min-height: 0px;
        margin-bottom: 15px;
        text-align: center;

    }

    .contact h4 {
        line-height: 36px;
        padding-top: 5px;
        display: inline-block;
        width: 120px;
        margin-left: calc(50% - 125px);
        /*text-align:right;*/
    }

    .contact h4 img {
        height: 32px;
        float: left;
        margin: 2px 0;
        margin-right: 10px;
    }

    .contact h4 span {
        font-weight: normal;
        color: #fff;
        font-size: 16px;
    }

    .contact h5 {
        display: inline-block;
        line-height: 34px;
        font-size: 16px;
        font-weight: normal;
        color: #fff;
        padding-left: 10px;
        width: calc(50% - 10px);
        text-align: left;
    }

    .contact p {
        display: none;
        padding-left: 5px;
        color: #fff;
        font-size: 13px;
        line-height: 26px;

    }

    .footer a {
        color: #fff;
    }

    .footer-menu {
        width: 100%;
        margin: 0 auto;
        font-size: .8rem;
        line-height: 1.2rem;
    }

    .footer-fr {
        width: 100%;
        display: table;
        /*min-height: 100px;*/
        border-left: none;
        padding-left: 0;
    }

    .footer-menu ul {
        width: 100%;
        text-align: center;
    }

    .footer-menu ul li {
        font-size: .8rem;
        margin-right: 10px;
        position: relative;
        display: inline-block;
        float: none;
    }

    .footer-menu ul li:after {
        content: '';
        position: absolute;
        right: 0;
        top: 50%;
        width: 0;
        height: 0;
        background-color: #fff;
        border-radius: 0;
        margin-top: 0;
    }

    .footer-copyright {
        padding-top: 10px;
    }

    .footer-cont-addr {
        width: 100%;
        margin-top: 25px;
    }

    .footer-cont-addr.fl {
        float: none;
    }

    .footer-cont p {
        font-size: .8rem;
        line-height: 20px;
        color: #fff;
        text-align: center;
    }

    .footer-cont-wx {
        padding-right: 0;
        width: 260px;
        margin: 15px auto 0;
    }

    .footer-cont-wx.fr {
        float: none;
    }

    .footer-cont-wx ul {
        display: none;
    }
}

.addr {
    width: 100%;
    height: 42px;
    background-color: #f3f3f3;
    line-height: 42px;
    /*margin:10px 0;*/
}

.addr img {
    float: left;
    margin: 11px 0;
    margin-right: 5px;
}

.addr em {
    color: #333;
    font-style: normal;
}

.addr span a {
    color: #666;
}

.addr span {
    color: #666;
}

.addr span a:hover {
    color: #333;
}

@media screen and (max-width:768px) {
    .addr {
        font-size: .7rem;
        line-height: 1.8rem;
        min-height: 2rem;
        height: auto;
        padding: 3px;
    }

    .addr em {
        display: none;
    }

    .addr img {
        display: none;
        float: left;
        margin: 3px 0;
        margin-right: 5px;
    }
}

.inform {
    width: 100%;
    display: table;
    padding-top: 20px;

}

.inform-intr {
    width: 100%;
}

.inform-intr h1 {
    line-height: 60px;
    text-align: center;
    font-weight: normal;
    font-size: 28px;
    color: #444;
    margin-bottom: 20px;
}

.inform-intr h4 {
    line-height: 60px;
    text-align: center;
    font-weight: normal;
    font-size: 28px;
    color: #444;
    margin-bottom: 20px;
}

.inform-intr h6 {
    width: 100%;
    margin: 0;
    line-height: 54px;
    font-weight: normal;
}

.inform-intr h6 span {
    margin-right: 30px;
    font-size: 14px;
    color: #555;
    float: left;
}

.inform-intr h6 span em {
    color: #999;
    font-style: normal;
}

.inform-intr h6 span em i {
    cursor: pointer;
}

.inform-intr h6 span em i.active {
    color: #333;
}

.inform-intr h6 span img {
    float: right;
    height: 28px;
    margin: 13px 0;
    margin-left: 20px;
}

.inform-intr h6 a {
    float: right;
    display: inline-block;
    width: 158px;
    height: 36px;
    background-color: #f2f2f2;
    border-radius: 18px;
    color: #666;
    line-height: 36px;
    text-align: center;
    font-size: 14px;
    margin: 9px 0 20px;
}

.inform-intr h6 a img {
    position: relative;
    top: 3px;
    margin-left: 10px;
}

.inform-col {
    width: 100%;
    display: table;
    background-color: #efeeee;
    padding: 2px;
    border-radius: 5px;
}

.inform-col-data {
    width: 100%;
    display: table;
    background-color: #f7f7f7;
    padding: 10px 90px;
    border-radius: 5px;
}

.inform-col-data h5 {
    line-height: 32px;
    font-weight: normal;
    color: #333;
    font-size: 18px;
}

.inform-col-data p {
    line-height: 28px;
    font-size: 14px;
    color: #555;
}

.inform-col-demand {
    width: 100%;
    padding: 10px 90px;
}

.inform-col-demand h5 {
    line-height: 32px;
    font-weight: normal;
    color: #333;
    font-size: 18px;
}

.inform-col-demand p {
    line-height: 28px;
    font-size: 14px;
    color: #555;
}

.inform-prod {
    width: 100%;
    display: table;
    padding-top: 50px;
}

.inform-prod img {
    max-width: 100%;
    max-height: 100%;
    height: 100%;
}

.inform-prod h5 {
    line-height: 44px;
    padding: 10px 0;
    font-weight: normal;
    font-size: 16px;
    color: #333;
}

.inform-prod p {
    line-height: 24px;
    color: #555;
}

.inform-prod p em {
    font-style: normal;
    color: #0072c3;
    padding: 0 10px;
}

.inform-prod-img {
    width: 100%;
    padding: 10px 0;
}

.inform-prod-img img {
    max-width: 100%;
    border-radius: 20px;
    padding-bottom: 40px;
}

@media screen and (max-width:768px) {
    .inform {
        width: 100%;
        display: block;
        padding-top: 0;
    }

    .inform-intr {
        overflow: hidden;
    }

    .inform-intr h6 {
        display: block;
        width: 100%;
        margin: 0;
        line-height: 20px;
        font-weight: normal;
        font-size: .5rem;
        padding: 0 5px;
        text-align: center;
    }

    .inform-intr h4 {
        width: 100%;
        margin-top: 15px;
        line-height: 2rem;
        text-align: center;
        font-weight: normal;
        font-size: 1.2rem;
        color: #444;
        margin-bottom: 15px;
    }

    .inform-intr h6 span {
        margin-right: 10px;
        font-size: .7rem;
        color: #555;
        float: none;
        display: inline-block;
    }

    .inform-intr h6 a {
        float: right;
        display: none;
        width: 120px;
        height: 26px;
        background-color: #f2f2f2;
        border-radius: 13px;
        color: #666;
        line-height: 26px;
        text-align: center;
        font-size: .6rem;
        margin: 2px 0 5px;

    }

    .inform-col {
        width: 100%;
        display: table;
        background-color: #efeeee;
        padding: 2px;
        border-radius: 0;
        margin-top: 10px;
    }

    .inform-col-data {
        width: 100%;
        display: table;
        background-color: #f7f7f7;
        padding: 10px;
        border-radius: 0;
    }

    .inform-prod {
        width: 100%;
        display: block;
        padding-top: 10px;
    }

    .inform-prod img {
        max-width: 100%;
        max-height: 100%;
        height: 100%;
    }
}

.case-roll {
    margin-bottom: 60px;
    margin-top: 50px;
}

.case-roll h5 {
    margin-bottom: 30px;
}

.case-roll h5 span {
    width: 204px;
    height: 48px;
    background-color: #333;
    color: #fff;
    text-align: center;
    line-height: 48px;
    display: inline-block;
    border-radius: 0 24px 24px 0;
    font-size: 24px;
    font-weight: normal;
    letter-spacing: 2px;
}

.case-roll-col {
    width: 1200px;
    background-color: #f8f8f8;
    margin-top: 50px;
    display: inline-block;
    padding: 30px 0 !important;

}

.case-roll-col ul {
    width: 100%;
}

.case-roll-col ul li {
    width: 200px !important;
    border: 2px solid #e7e7e7;
    margin: 0 16px;
    height: 200px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.case-roll-col ul li img {
    max-height: 100%;
    max-width: 100%;
}

.case-roll-col ul li p {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    position: absolute;
    left: 0;
    bottom: -100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .5s;
}

.case-roll-col ul li p a {
    display: inline-block;
    width: 180px;
    /*height: 50px;*/
    border: 1px solid #fff;
    text-align: center;
    color: #fff;
    padding: 5px 0;

}

.case-roll-col ul li p a em {
    display: block;
    line-height: 20px;
    font-style: normal;
}

.case-roll-col ul li p a i {
    font-size: 12px;
}

.case-roll-col ul li:hover p {
    bottom: 0;
}

.case-roll .swiper-button-prev {
    width: 60px;
    height: 60px;
    background-color: #333;
    background-image: none;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    transition: .5s;
}

.case-roll .swiper-button-next {
    width: 60px;
    height: 60px;
    background-color: #333;
    background-image: none;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0;
    transition: .5s;
}

.case-roll .swiper-button-prev:hover,
.case-roll .swiper-button-next:hover {
    background-color: #555;
}

@media screen and (max-width:768px) {
    .case-roll {
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .case-roll-col {
        width: 100%;
        background-color: #f8f8f8;
        margin-top: 50px;
        display: inline-block;
        padding: 30px 0 !important;

    }

    .case-roll-col ul li {
        width: 100px !important;
        border: 2px solid #e7e7e7;
        margin: 0 16px;
        height: 100px;
        background-color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        overflow: hidden;
    }

    .case-roll .swiper-button-next {
        width: 40px;
        height: 50px;
        background-color: #333;
        background-image: none;
        display: flex;
        justify-content: center;
        align-items: center;
        right: 0;
        transition: .5s;
    }

    .case-roll .swiper-button-prev {
        width: 40px;
        height: 50px;
        background-color: #333;
        background-image: none;
        display: flex;
        justify-content: center;
        align-items: center;
        left: 0;
        transition: .5s;
    }

    .case-roll h5 span {
        width: 150px;
        height: 32px;
        background-color: #333;
        color: #fff;
        text-align: center;
        line-height: 32px;
        display: inline-block;
        border-radius: 0 24px 24px 0;
        font-size: 1rem;
        font-weight: normal;
        letter-spacing: 2px;
    }
}

.line {
    width: 100%;
    height: 40px;
    background-color: #333333;
}

.order {
    width: 100%;
    padding-top: 50px;
}

.order-prod {
    width: 100%;
    display: table;
    height: 300px;
}

.order-prod-sele {
    width: 120px;
    padding-left: 20px;
}

.order-prod-sele i.sele {
    display: inline-block;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    /* border: 1px solid #9c9c9c; */
    border: 4px solid #9c9c9c;
    margin: 132px 0;
}

.order-prod-sele.acti i.sele {
    display: inline-block;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 6px solid #e5e5e5;
    padding: 0px;
    background: #C72928;
    margin: 132px 0;
}

.order-prod-img {
    width: 320px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.order-prod-img img {
    max-height: 100%;
    max-width: 100%;
}

.order-prod-txt {
    padding-left: 60px;
    width: 310px;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 18px;
    color: #333;
}

.order-prod-number {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.order-prod-number span {
    display: inline-block;
    width: 172px;
    height: 62px;
    border: 1px solid #a8a8a8;
    border-radius: 30px;
    text-align: center;
    position: relative;
}

.order-prod-number span input {
    width: 100px;
    line-height: 32px;
    border: none;
    background-color: #fff;
    margin: 15px auto;
    text-align: center;
    font-size: 24px;
    font-family: arial;
    color: #333;
    text-indent: 0;
}

.order-prod-number span i {
    display: block;
    line-height: 56px;
    color: #333;
    font-size: 30px;
    padding: 0 20px;
    position: absolute;
}

.order-prod-number span i.minus {
    left: 0;
    top: 0;
}

.order-prod-number span i.add {
    right: 0;
    top: 0;
}

.order-prod-func {
    width: 210px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.order-prod-func a {
    display: inline-block;
    width: 130px;
    height: 64px;
    background-color: #d9001b;
    border-radius: 32px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 64px;
}

.order-personal {
    width: 100%;
    border-top: 2px solid #333;
    display: table;
}

.order-personal h4 {
    line-height: 78px;
    font-size: 20px;
    color: #333;
}

.order-personal-box {
    width: 1320px;
    margin-left: -120px;
    display: table;
}

.order-personal-txt {
    width: 320px;
    height: 66px;
    background-color: #f2f2f2;
    border-radius: 5px;
    line-height: 66px;
    font-size: 18px;
    color: #333;
    padding: 0 10px;
    padding-left: 20px;
    margin-left: 110px;
}

.order-personal-txt input {
    width: 170px;
    height: 40px;
    border: none;
    background: none;
    font-size: 18px;
    color: #333;
}

.order-personal-text {
    width: 100%;
    height: 365px;
    background-color: #f2f2f2;
    border-radius: 10px;
    margin-top: 60px;
    padding: 20px;
    position: relative;
}

.order-personal-text textarea {
    width: 100%;
    height: 300px;
    font-size: 18px;
    line-height: 36px;
    border: none;
    background: none;
    font-family: "微软雅黑";
    text-indent: 46px;
}

.order-personal-text label {
    position: absolute;
    left: 20px;
    top: 22px;
    line-height: 36px;
    font-size: 18px;
    color: #333;
}

.order-sele {
    width: 100%;
    border-top: 2px solid #717171;
    margin-top: 60px;
    padding-top: 30px;
    min-height: 200px;
}

.order-sele-all {
    padding-left: 40px;
    height: 40px;
    line-height: 40px;
    border-right: 1px solid #999;
}

.order-sele-all i.all {
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 1px solid #fe5102;
    border-radius: 15px;
    float: left;
    margin: 5px 0;

}

.order-sele-all span {
    padding: 0 20px;
    font-size: 18px;
    color: #333;
}

.order-sele-select {
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
}

.order-sele-select i.sele {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #333;
    border-radius: 50%;
    float: left;
    margin: 10px 0;
    margin-right: 20px;
}

.order-sele-select span {
    font-size: 16px;
}

.order-submit {
    margin-top: 30px;
    width: 100%;
    padding-bottom: 100px;
    display: table;
    text-align: center;
}

.order-submit input {
    width: 274px;
    height: 80px;
    background-color: #333;
    color: #fff;
    border-radius: 40px;
    border: none;
    font-size: 28px;
    cursor: pointer;
}

@media screen and (max-width:768px) {
    .order {
        width: 100%;
        padding-top: 10px;
    }

    .order-prod {
        width: 100%;
        display: block;
        height: auto;
        overflow: hidden;
        border-bottom: 1px solid #ddd;
        position: relative;
        padding-bottom: 15px;
    }

    .order-prod-img img {
        max-height: 100%;
        max-width: 100%;
        height: 140px;
    }

    .order-prod-sele {
        width: 30px;
        padding-left: 5px;
    }

    .order-prod-sele i.sele {
        display: inline-block;
        width: 18px;
        height: 18px;
        border-radius: 50%;
        border: 1px solid #9c9c9c;
        margin: 52px 0;
    }

    .order-prod-sele.acti i.sele {
        display: inline-block;
        width: 22px;
        height: 22px;
        border-radius: 50%;
        border: 1px solid #ddd;
        padding: 3px;
        background: #C72928;
        margin: 52px 0;
    }

    .order-prod-img {
        width: calc(100% - 55px);
        height: 100%;
        display: flex;
        justify-content: left;
        align-items: center;
    }

    .order-prod-txt {
        padding-left: 30px;
        padding-right: 15px;
        width: 100%;
        display: block;
        text-align: left;
        font-size: .8rem;
        color: #333;
    }

    .order-prod-number {
        height: 30px;
        display: inline-block;
        justify-content: right;
        align-items: center;
        position: absolute;
        right: 10px;
        top: 30px;
        width: 80px;
    }

    .order-prod-number span {
        display: inline-block;
        width: 100%;
        height: 35px;
        border: 1px solid #a8a8a8;
        border-radius: 30px;
        text-align: center;
        position: relative;
    }

    .order-prod-number span input {
        width: 70%;
        line-height: 33px;
        border: none;
        background-color: #fff;
        margin: 0;
        text-align: center;
        font-size: .8rem;
        font-family: arial;
        color: #333;
        text-indent: 0;
    }

    .order-prod-number span i {
        display: block;
        line-height: 30px;
        color: #333;
        font-size: 1.5rem;
        padding: 0;
        margin-left: 8px;
        position: absolute;
    }

    .order-prod-number span i.minus {
        left: 0;
        top: 0;
    }

    .order-prod-number span i.add {
        right: 0;
        top: 0;
        margin-left: 0;
        margin-right: 8px;
    }

    .order-prod-func {
        width: 80px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        right: 10px;
        top: 75px;
    }

    .order-prod-func a {
        display: inline-block;
        width: 80px;
        height: 30px;
        background-color: #d9001b;
        border-radius: 32px;
        color: #fff;
        font-size: .8rem;
        text-align: center;
        line-height: 30px;
    }

    .order-personal-box {
        width: 100%;
        margin-left: 0;
        display: block;
        overflow: hidden;
    }

    .order-personal-txt {
        width: 100%;
        height: 42px;
        background-color: #f2f2f2;
        border-radius: 5px;
        line-height: 42px;
        font-size: .8rem;
        color: #333;
        padding: 0 10px;
        padding-left: 10px;
        margin-left: 0;
        margin-bottom: 10px;
    }

    .order-personal-txt input {
        width: 80%;
        height: 42px;
        border: none;
        background: none;
        font-size: .8rem;
        color: #333;
    }

    .order-personal {
        width: 100%;
        border-top: 2px solid #333;
        display: block;
        padding: 0 15px 15px;
    }

    .order-personal-text {
        width: 100%;
        height: 200px;
        background-color: #f2f2f2;
        border-radius: 10px;
        margin-top: 0;
        padding: 10px;
        position: relative;
    }

    .order-personal-text label {
        display: none;
    }

    .order-personal-text textarea {
        text-indent: 0;
        height: 200px;
        font-size: .8rem;
    }

    .order-submit input {
        width: 274px;
        height: 50px;
        background-color: #333;
        color: #fff;
        border-radius: 40px;
        border: none;
        font-size: 1.2rem;
        cursor: pointer;
    }

    .order-submit {
        margin-top: 10px;
        width: 100%;
        padding-bottom: 80px;
        display: table;
        text-align: center;
    }

    .order-personal h4 {
        line-height: 48px;
        font-size: 1rem;
        color: #333;
    }

}

.bann {
    width: 100%;
    height: 300px;
    background: url(../images/img1.jpg) center no-repeat;
}

.product-main {
    display: table;
    margin-top: 16px;
}

.product-main-title {
    width: 100%;
    border-bottom: 2px solid #333;
    padding: 14px 0;
}

.product-main-title span {
    min-width: 204px;
    padding: 0 15px;
    height: 48px;
    background-color: #333;
    color: #fff;
    text-align: center;
    line-height: 48px;
    display: inline-block;
    border-radius: 0 24px 24px 0;
    font-size: 24px;
    font-weight: normal;
    letter-spacing: 2px;
}

.product-main-list {
    width: 100%;
    display: table;
}

.product-main-list ul {
    width: 1216px;
    margin-left: -16px;
    padding-top: 20px;
}

.product-main-list ul li {
    width: 288px;
    height: 270px;
    margin-top: 20px;
    margin-left: 16px;
}

@media screen and (max-width:768px) {
    .product-main {
        display: block;
        margin-top: 0;
    }

    .product-main-list {
        width: 100%;
        display: block;
    }

    .product-main-list ul {
        width: 100%;
        margin-left: 0;
        padding-top: 0;
    }

    .product-main-list ul li {
        width: calc(50% - 10px);
        height: auto;
        margin-top: 20px;
        margin-left: 5px;
        margin-right: 5px;
    }

    .product-main-title span {
        min-width: 120px;
        padding: 0 15px;
        height: 32px;
        background-color: #333;
        color: #fff;
        text-align: center;
        line-height: 32px;
        display: inline-block;
        border-radius: 0 24px 24px 0;
        font-size: 1rem;
        font-weight: normal;
        letter-spacing: 2px;
    }
}

.product-main-img {
    width: 100%;
    height: 212px;
    border-radius: 15px;
}

.product-main-img img {
    width: 100%;
    height: 100%;
    border-radius: 15px;
}

.product-main-txt {
    line-height: 36px;
    font-size: 16px;
    color: #555;
    text-align: center;
}

.page {
    width: 100%;
    text-align: center;
    border-bottom: 2px solid #333;
    padding: 20px 0;
    display: table;
}

.page ul {
    width: 100%;
    text-align: center;
}

.page ul li {
    width: 48px;
    height: 48px;
    background-color: #9c9c9c;
    color: #fff;
    border-radius: 24px;
    margin: 0 6px;
    line-height: 48px;
    font-size: 18px;
    font-family: arial;
    float: none;
    cursor: pointer;
    display: inline-block;
}

.page ul li a {
    color: #fff;
    display: block;
    width: 100%;
    height: 48px;
}

.page ul li.active {
    color: #fff;
    background-color: #333;

}

.page ul li.disabled {
    color: #ccc;
}

@media screen and (max-width:768px) {
    .page ul li {
        width: 32px;
        height: 32px;
        background-color: #9c9c9c;
        color: #fff;
        border-radius: 24px;
        margin: 0 6px;
        line-height: 32px;
        font-size: 1rem;
        font-family: arial;
        float: none;
        cursor: pointer;
        display: inline-block;
    }

    .page ul li a {
        color: #fff;
        display: block;
        width: 100%;
        height: 32px;
    }
}


.product-main-recommend {
    width: 100%;
    padding-bottom: 30px;
    display: inline-block;
}

.product-main-recommend-fl {
    width: 801px;
    padding-top: 40px;
    position: relative;
}

.product-main-recommend-fl h5 span {
    width: 204px;
    height: 48px;
    background-color: #333;
    color: #fff;
    text-align: center;
    line-height: 48px;
    display: inline-block;
    border-radius: 0 24px 24px 0;
    font-size: 24px;
    font-weight: normal;
    letter-spacing: 2px;
}

.product-main-recommend-roll {
    width: 100%;
}

.product-main-recommend-roll ul {
    width: 100%;
    padding-top: 50px;
}

.product-main-recommend-roll ul li {
    width: 267px;
    height: 260px;
}

.product-main-recommend-roll ul li img {
    width: 100%;
    height: 100%;
}

.product-main-recommend-roll-txt {
    line-height: 50px;
    font-size: 16px;
    color: #333;
    text-align: center;
}

.product-main-recommend .swiper-pagination {
    width: 100%;
    bottom: 00px;
}

.product-main-recommend .swiper-pagination-bullet {
    width: 42px;
    height: 8px;
    background-color: #d2d2d2;
    border-radius: 4px;
    opacity: 1;
    margin: 0 6px;
}

.product-main-recommend .swiper-pagination-bullet-active {
    background-color: #fe6500;
}



.news-hot h5 {
    width: 100%;
    height: 44px;
    line-height: 44px;
    margin-top: 50px;
}

.news-hot h5 span {
    padding-left: 26px;
    position: relative;
    line-height: 44px;
    font-weight: normal;
    font-size: 18px;
    color: #030303;
}

.news-hot h5 span:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -12px;
    width: 6px;
    height: 24px;
    background-color: #333;
    border-radius: 3px;
}

.news-hot h5 a {
    float: right;
    font-weight: normal;
    color: #555;
    font-size: 14px;
}

.product-main-recommend-fr .news-hot {
    width: 380px;
}

.product-main-recommend-fr .news-hot-col ul li i {
    margin-right: 20px;
}

@media screen and (max-width:768px) {
    .product-main-img {
        width: 100%;
        height: auto;
        border-radius: 15px;
    }

    .product-main-img img {
        width: 100%;
        height: auto;
    }

    .product-main-txt {
        line-height: 28px;
        font-size: .8rem;
        color: #555;
        text-align: center;
    }

    .product-main-recommend-fl h5 {
        margin-bottom: 20px;
    }

    .product-main-recommend-roll ul li img {
        width: 100%;
        height: auto;
    }

    .product-main-recommend-fl {
        width: 100%;
        padding-top: 20px;
        position: relative;
    }

    .product-main-recommend-fr.fr {
        float: none;
    }

    .product-main-recommend-roll ul {
        width: 100%;
        padding-top: 0;
    }

    .product-main-recommend-roll ul li {
        width: 33%;
        height: auto;
    }

    .product-main-recommend-roll-txt {
        line-height: auto;
        font-size: 12px;
        color: #333;
        text-align: center;
        line-height: 26px;
    }

    .product-main-recommend-fr .news-hot {
        width: 100%;
    }

    .news-hot h5 {
        width: 100%;
        height: 44px;
        line-height: 44px;
        margin-top: 10px;
    }

    .news-hot-col ul li {
        width: 100%;
        line-height: 35px;
        padding-left: 10px;
    }

    .product-main-recommend-fl h5 span {
        min-width: 120px;
        width: 120px;
        height: 32px;
        background-color: #333;
        color: #fff;
        text-align: center;
        line-height: 32px;
        display: inline-block;
        border-radius: 0 24px 24px 0;
        font-size: 1rem;
        font-weight: normal;
        letter-spacing: 2px;
    }
}

.inform-new-title {
    width: 100%;
    /*height: 40px;*/
    background-color: #555;
    color: #ddd;
    border-radius: 5px;
    display: table;
    /*text-align: center;*/
    line-height: 20px;
    margin-top: 25px;
    padding: 15px 50px;
}

.inform-new-title em {
    font-style: normal;
    color: #555;
}

.inform-new-col {
    width: 100%;
    display: table;
    padding: 40px 20px 20px;
    line-height: 30px;
}

.inform-new-col img {
    max-height: 100%;
    max-width: 100%;
    height: 100%;
    margin-left: -35px;
}

.inform-new-col p {
    color: #555;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 28px;
    text-indent: 35px;
}

.inform-new-img {
    width: 100;
    padding-top: 10px;
    padding-bottom: 20px;
}

.inform-new-img img {
    width: 100%;
}

.inform-new-col h5 {
    line-height: 36px;
    font-weight: normal;
    color: #5697d1;
    font-size: 16px;
}

@media screen and (max-width:768px) {
    .inform-new-title {
        width: 100%;
        /*height: 40px;*/
        background-color: #555;
        color: #fff;
        border-radius: 0;
        display: table;
        /*text-align: center;*/
        line-height: 20px;
        margin-top: 15px;
        padding: 15px;
    }

    .inform-new-col {
        width: 100%;
        display: table;
        padding: 40px 20px 0;
        line-height: 30px;
    }
}

.recommend-list {
    display: table;
    /*border-top: 2px solid #1984cc;*/
    padding-top: 16px;
    margin-bottom: 50px;
    /*margin-top:30px;*/
}

.recommend-list h5 span {
    width: 204px;
    height: 48px;
    background-color: #333;
    color: #fff;
    text-align: center;
    line-height: 48px;
    display: inline-block;
    border-radius: 0 24px 24px 0;
    font-size: 24px;
    font-weight: normal;
    letter-spacing: 2px;
}

.recommend-list ul {
    width: 1208px;
    margin-left: -8px;
    padding-top: 0;
}

.recommend-list ul li {
    width: 294px;
    /*height: 310px;*/
    margin-left: 8px;
}

.recommend-list-img {
    width: 100%;
    /*height: 240px;*/
}

.recommend-list-img img {
    width: 100%;
    height: 100%;
}

.recommend-list-txt {
    line-height: 20px;
    font-size: 14px;
    color: #333;
    text-align: center;
}

@media screen and (max-width:768px) {
    .recommend-list {
        display: table;
        /*border-top: 2px solid #1984cc;*/
        padding-top: 15px;
        margin-bottom: 15px;
        margin-top: 0;
    }

    .recommend-list h5 span {
        height: 32px;
        line-height: 32px;
        font-size: 1rem;
        width: 120px;
    }

    .recommend-list ul {
        width: 100%;
        margin-left: -8px;
        padding-top: 15px;
        overflow: hidden;
    }

    .recommend-list ul li {
        width: calc(50% - 8px);
        height: auto;
        margin-left: 8px;
    }

    .recommend-list-img {
        width: 100%;
        height: auto;
    }

    .recommend-list-txt {
        line-height: 20px;
        font-size: .8rem;
        color: #333;
        text-align: center;
    }
}

.case-main {
    display: table;
    margin-top: 30px;
}

.case-main h5 span {
    width: 204px;
    height: 48px;
    background-color: #333;
    color: #fff;
    text-align: center;
    line-height: 48px;
    display: inline-block;
    border-radius: 0 24px 24px 0;
    font-size: 24px;
    font-weight: normal;
    letter-spacing: 2px;
}

.case-main-col {
    width: 100%;
    display: table;
}

.case-main-col ul {
    width: 1220px;
    margin-left: -20px;
}

.case-main-col ul li {
    width: 285px;
    height: 420px;
    border: 1px solid #e9e9e9;
    margin-top: 30px;
    box-shadow: 0 0 2px rgba(0, 0, 0, .2);
    margin-left: 20px;
    border-radius: 5px;
    overflow: hidden;
}

.case-main-col ul li:hover {
    border: 1px solid #555;
}


.case-main-col-img {
    width: 100%;
    height: 190px;
}

.case-main-col-img img {
    width: 100%;
    height: 100%;
    max-height: 100%;
}

.case-main-col-txt {
    width: 100%;
}

.case-main-col-txt h6 {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 15px;
}

.case-main-col-txt h6 span {
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    color: #333;
    font-weight: normal;
    position: relative;
    width: 90%;
    padding-bottom: 10px;
}

.case-main-col-txt h6 span:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #8e8e8e;
}

.case-main-col-txt p {
    padding: 0 10px;
    font-size: 12px;
    line-height: 20px;
}

.contact-main {
    display: table;
    padding-top: 60px;
    padding-bottom: 100px;
}

.contact-title {
    width: 100%;
    position: relative;
    padding-bottom: 24px;
}

.contact-title:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0px;
    width: 84px;
    height: 6px;
    background-color: #333;
    margin-left: -42px;
}

.contact-title span {
    text-align: center;
    line-height: 40px;
    font-size: 28px;
    color: #333;
    display: block;
}

.contact-title em {
    display: block;
    line-height: 24px;
    font-style: normal;
    text-align: center;
    color: #b6b5b1;
    font-size: 14px;
}

.contact-addr {
    width: 100%;
    display: table;
    background-color: #f7f7f7;
    padding: 40px 120px;
    margin-top: 45px;
    border-radius: 20px;
}

.contact-addr p {
    width: 100%;
    line-height: 40px;
}

.contact-addr p span {
    display: inline-block;
    width: 50%;
    float: left;
}

.contact-map {
    width: 100%;
    margin-top: 60px;
    max-width: 100%;
    height: 645px;
    border-radius: 10px
}

.contact-map img {
    width: 100%;
}

@media screen and (max-width:768px) {
    .case-main-col {
        width: 100%;
        display: block;
        overflow: hidden;
        margin-top: 10px;
    }

    .case-main {
        margin-top: 15px;
    }

    .case-main h5 span {
        width: 120px;
        height: 32px;
        line-height: 32px;
        font-size: 1rem;
    }

    .case-main-col ul {
        width: 100%;
        margin-left: 0;
    }

    .case-main-col ul li {
        width: calc(50% - 10px);
        height: 340px;
        border: 1px solid #e9e9e9;
        box-shadow: 0 0 2px rgba(0, 0, 0, .2);
        margin: 10px 5px 0;
        border-radius: 5px;
        overflow: hidden;
        float: left;
        display: inline-block;
    }

    .case-main-col-img {
        width: 165px;
        height: 110px;
        margin-top: 10px;
    }

    .case-main-col-txt p {
        padding: 0 10px;
        font-size: .6rem;
        line-height: 20px;
    }

    .case-main-col-txt h6 span {
        display: inline-block;
        font-size: 1rem;
        line-height: 20px;
        color: #333;
        font-weight: normal;
        position: relative;
        width: 90%;
        padding-bottom: 10px;
    }

    .case-main-col-txt h6 {
        text-align: center;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .contact-main {
        display: block;
        padding-top: 30px;
        padding-bottom: 0;
    }

    .contact-addr {
        width: 100%;
        display: table;
        background-color: #f7f7f7;
        padding: 20px;
        margin-top: 45px;
        border-radius: 0;
        margin-bottom: 45px;
    }

    .contact-addr p {
        width: 100%;
        line-height: 30px;
    }

    .contact-addr p span {
        display: inline-block;
        width: 100%;
        float: left;
        font-size: .8rem;
        line-height: 1.5rem;
    }

    .contact-map {
        width: 100%;
        margin-top: 0;
        height: 300px;
    }

    .contact-title span {
        text-align: center;
        line-height: 40px;
        font-size: 1.2rem;
        color: #333;
        display: block;
    }

    .contact-title em {
        display: block;
        line-height: 24px;
        font-style: normal;
        text-align: center;
        color: #b6b5b1;
        font-size: .7rem;
    }
}

.product-inform {
    padding-top: 30px;
    overflow: hidden;
}

.product-inform-img {
    width: 550px;
    height: 309px;
}

.product-inform-img ul {
    width: 100%;
    height: 100%;
}

.product-inform-img ul li {
    width: 100%;
    height: 309px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-inform-img ul li img {
    max-height: 100%;
    max-width: 100%;
    /*height:100%;*/
}

.product-inform-img .swiper-button-prev {
    width: 26px;
    height: 44px;
    background: url(../images/left2.png) center no-repeat;
    left: 20px !important;
}

.product-inform-img .swiper-button-next {
    width: 26px;
    height: 44px;
    background: url(../images/right2.png) center no-repeat;
    right: 20px !important;
}

.product-inform-txt {
    width: 620px;
    display: table;
    min-height: 100px;
    padding-left: 40px;
    overflow: hidden;
}

.product-inform-txt h1 {
    line-height: 30px;
    font-size: 24px;
    color: #333;
    margin-bottom: 10px;
}

.product-inform-txt h4 {
    line-height: 30px;
    font-size: 24px;
    color: #333;
    margin-bottom: 10px;
}

.product-inform-txt p {
    width: 100%;
    line-height: 20px;
    padding: 3px 0;
}

.product-inform-txt p span {
    display: inline-block;
    width: 56px;
    float: left;
    text-align: justify;
    color: #444;
    margin-right: 30px;
}

.product-inform-txt p em {
    font-style: normal;
    display: inline-block;
    max-width: 480px;
    color: #444;
}

.product-submit {
    display: table;
    text-align: center;
    padding-bottom: 20px;
    padding-top: 30px;

}

.product-submit a {
    display: inline-block;
    width: 180px;
    height: 66px;
    border: 1px solid #333333;
    border-radius: 33px;
    line-height: 66px;
    font-size: 16px;
    margin: 0 20px;
    color: #333;
}

.product-submit a.online {
    background-color: #333;
    color: #fff;
}

.product-data {
    display: table;
    background-color: #ececec;
    padding-bottom: 40px;
    padding-top: 40px;
    margin-top: 30px;
}

.product-data-box {
    width: 29.3%;
    display: table;
    padding-left: 52px;
}

.product-data-box:nth-child(2) {
    width: 41.3%;
    display: table;
    padding-left: 52px;
}

.product-data-box h5 {
    line-height: 40px;
    font-size: 16px;
    color: #333;
}

.product-data-box p {
    line-height: 35px;
    font-size: 14px;
    color: #333;
}

.product-data-box p em {
    font-style: normal;
    color: #555;
}

.product-list-show {
    display: table;
}

.product-list-show-img {
    width: 100%;
    text-align: center;
    padding: 20px 0;
}

.product-list-show-img img {
    max-height: 100%;
    max-width: 100%;
    height: 100%;
}


@media screen and (max-width:768px) {
    .product-data {
        display: table;
        background-color: #ececec;
        padding-bottom: 20px;
        padding-top: 20px;
        margin-top: 20px;
    }

    .product-inform-img ul li {
        height: auto;
    }

    .product-inform-txt h4 {
        line-height: 30px;
        font-size: 1.2rem;
        color: #333;
        margin-bottom: 20px;
    }

    .product-inform-txt {
        width: 96%;
        display: block;
        min-height: 100px;
        padding-left: 0;
        margin: 15px 2% 0;
        overflow: hidden;
    }

    .product-inform-txt p {
        width: 100%;
        line-height: 20px;
        padding: 0 10px;
        font-size: .8rem;
    }

    .product-inform-img {
        width: 100%;
        height: auto;
    }

    .product-inform {
        padding-top: 0;
        overflow: hidden;
    }

    .product-submit {
        display: table;
        text-align: center;
        padding-bottom: 30px;
        padding-top: 40px;

    }

    .product-submit a {
        display: inline-block;
        width: 120px;
        height: 46px;
        border: 1px solid #333333;
        border-radius: 33px;
        line-height: 46px;
        font-size: 16px;
        margin: 0 20px;
        color: #333;
    }

    .product-data-box {
        width: 100%;
        display: table;
        padding-left: 20px;
        padding-right: 20px;
    }

    .product-data-box:nth-child(2) {
        width: 100%;
        display: table;
        padding-left: 20px;
        padding-right: 20px;
    }

    .product-data-box p {
        line-height: 20px;
        font-size: .8rem;
        color: #333;
    }

    .product-list-show-img {
        padding: 0;
    }

    .product-inform-img ul li img {
        max-height: 100%;
        max-width: 100%;
        height: auto;
    }

    .product-list-show-img img {
        max-height: 100%;
        max-width: 100%;
        height: 100%;
        width: 100%;
    }
}

.news-main {
    display: table;
    padding-top: 50px;
}

.news-main-tab {
    width: 100%;
    text-align: center;
}

.news-main-tab ul {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.news-main-tab ul li {
    width: 232px;
    height: 64px;
    float: none;
    display: inline-block;
    border-bottom: 5px solid #777;
    line-height: 64px;
    font-size: 24px;
    color: #777;
    cursor: pointer;
}

.news-main-tab ul li.active {
    color: #333;
    border-bottom: 5px solid #333;
}

.news-main-col {
    width: 100%;
    display: table;
    margin: 30px 0 50px;
}

.news-main-col h5 {
    text-align: center;
    height: 50px;
    background-color: #333;
    width: 100%;
    margin-top: 40px;
    line-height: 50px;
    font-size: 20px;
    color: #fff;
    font-weight: normal;
}

.news-main-col ul {
    width: 100%;
    display: table;
}

.news-main-col ul li {
    width: 100%;
    display: table;
    min-height: 88px;
    margin-top: 10px;
}

.news-main-list-number {
    width: 120px;
    height: 120px;
    text-align: center;
}

.news-main-list-number i {
    display: inline-block;
    width: 32px;
    height: 32px;
    background-color: #333;
    color: #fff;
    font-size: 24px;
    font-family: arial;
    text-align: center;
    line-height: 32px;
    margin: 38px auto 0;
    position: relative;
}

.news-main-list-number i:after {
    content: '';
    position: absolute;
    right: -8px;
    top: 0;
    width: 0;
    height: 0;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-left: 8px solid #333;
}

.news-main-list-txt {
    width: 1064px;
    height: 120px;
    background-color: #f6f6f6;
    cursor: pointer;
}

.news-main-list-txt-fl {
    width: 860px;
    display: table;
    padding-left: 10px;
}

.news-main-list-txt-fl h6 {
    line-height: 30px;
    font-size: 16px;
    color: #333;
    padding: 10px;
}

.news-main-list-txt-fl p {
    font-size: 13px;
    color: #555;
    text-align: justify;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-main-list-txt-time {
    padding-right: 32px;
    line-height: 120px;
    font-size: 16px;
}


@media screen and (max-width:768px) {
    .news-main-col ul {
        width: 100%;
        display: block;
        padding: 0 10px;
    }

    .news-main {
        display: block;
        padding-top: 20px;
    }

    .news-main-tab ul li {
        width: 100%;
        height: 45px;
        float: none;
        display: inline-block;
        border-bottom: 3px solid #777;
        line-height: 44px;
        font-size: 1rem;
        cursor: pointer;
    }

    .news-main-tab ul a {
        display: inline-block;
        width: 50%;
    }

    .news-main-tab ul li.active {
        color: #333;
        border-bottom: 3px solid #333;
    }

    .news-main-col {
        width: 100%;
        display: table;
        margin: 10px 0;
    }

    .news-main-col ul li {
        width: 100%;
        display: block;
        /*min-height: 88px;*/
        margin-top: 10px;
        overflow: hidden;
        background-color: #f6f6f6;
    }

    .news-main-list-number {
        /*width:50px;
		height: 120px;
		text-align: center;*/
        display: none;
    }

    .news-main-list-txt {
        width: 100%;
        /*height: 120px;*/
        background-color: #f6f6f6;
        cursor: pointer;
        padding: 10px;
    }

    .news-main-list-txt.fr {
        float: none;
    }

    .news-main-list-txt-fl {
        width: 100%;
        display: block;
        padding-left: 0;
    }

    .news-main-list-txt-time {
        display: block;
        padding-right: 15px;
        line-height: 35px;
        font-size: .6rem;
        color: #555;
    }

    .news-main-list-txt-fl h6 {
        line-height: 20px;
        font-size: 1rem;
        color: #333;
        padding: 5px;
    }
}

.project {
    display: table;
    padding-bottom: 60px;
    min-height: 700px;
}

.project-title {
    width: 100%;
    border-bottom: 2px solid #666;
    margin-top: 20px;
    line-height: 56px;
    display: table;
    position: relative;
}

.project-title span {
    /*width: 166px;*/
    height: 54px;
    background-color: #f2f2f2;
    border-radius: 10px 10px 0 0;
    display: inline-block;
    text-align: center;
    font-size: 24px;
    color: #444;
    position: relative;
    z-index: 9;
    float: left;
    padding: 0 20px;
}

.project-title:after {
    width: 100%;
    height: 24px;
    background-color: #f2f2f2;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
}

.project-col {
    width: 100%;
    display: table;
}

.project-news {
    width: 980px;
    display: table;
    min-height: 100px;
}

.project-news ul.tops-ul {
    width: 100%;
    padding-top: 25px;
}

.project-news ul.tops-ul li {
    width: 100%;
    background-color: #f6f6f6;
    height: 150px;
    margin: 10px 0;
}

.project-news-time {
    width: 92px;
    height: 150px;
    padding: 38px 0;
}

.project-news-time b {
    display: block;
    text-align: center;
    font-size: 36px;
    font-weight: normal;
    font-family: arial;
    color: #555;
    line-height: 54px;
}

.project-news-time em {
    display: block;
    text-align: center;
    font-style: normal;
    font-size: 14px;
    color: #555;
    line-height: 20px;
}

.project-news-col {
    width: 880px;
    display: table;
    padding: 10px 0;
    padding-right: 20px;
}

.project-news-col h5 {
    line-height: 42px;
    font-size: 16px;
    color: #1677d8;
}

.project-news-col p {
    font-size: 14px;
    line-height: 26px;
    color: #444;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.project-fr {
    width: 200px;
    display: table;
    min-height: 100px;
    padding-top: 30px;
}

.project-fr h5 {
    line-height: 68px;
    font-size: 28px;
    font-weight: normal;
    color: #333;
}

.project-content {
    width: 100%;
}

.project-content ul {
    width: 100%;
}

.project-content ul li {
    width: 100%;
    height: 50px;
    background-color: #f2f2f2;
    margin-top: 2px;
    line-height: 50px;
    padding-left: 20px;
}

.project-content ul li a {
    color: #333;
    display: block;
    width: 100%;
    height: 100%;
}

.project-product {
    width: 100%;
    padding-top: 20px;
    display: table;
}

.project-product ul {
    width: 100%;
}

.project-product ul li {
    width: 100%;
    display: table;
}

.project-product ul li .project-product-img {
    width: 100%;
}

.project-product ul li .project-product-img img {
    width: 100%;
}

.project-product ul li .project-product-txt {
    line-height: 30px;
    font-size: 14px;
    color: #1977db;
    text-align: center;
}

.topic-list {
    margin: 20px 0;
    overflow: hidden;
    min-height: 600px;
}

.topic-list ul {
    display: block;
    overflow: hidden;
}

.topic-list ul li {
    display: inline-block;
    padding: 5px 15px;
    min-width: 150px;

}

.topic-list ul li a {
    display: inline-block;
    background-image: url(../images/right_.jpg);
    background-size: 15px 20px;
    padding-left: 18px;
    background-repeat: no-repeat;
}

@media screen and (max-width:768px) {
    .topic-list ul li {
        display: inline-block;
        padding: 5px 15px;
        min-width: auto;
    }

    .project-news {
        width: 100%;
        display: block;
        min-height: 100px;
        overflow: hidden;
    }

    .project-news ul.tops-ul li {
        width: 96%;
        background-color: #f6f6f6;
        min-height: 50px;
        margin: 10px 2%;
        /*padding-bottom:30px;*/
        position: relative;
        height: auto;
        overflow: hidden;
    }

    .project-news-col {
        width: 100%;
        display: table;
        padding: 10px;
        padding-right: 10px;
        overflow: hidden;
    }

    .project-news-time {
        display: none;
        width: 100%;
        height: 20px;
        padding: 0;
        position: absolute;
        bottom: 10px;
    }

    .project-news ul.tops-ul {
        width: 100%;
        padding-top: 15px;
        overflow: hidden;
    }

    .project-news-col p {
        font-size: .7rem;
        line-height: 1.2rem;
        color: #444;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }

    .project-news-col h5 {
        line-height: 1.5rem;
        font-size: 1rem;
        color: #1677d8;
    }

    .project-fr {
        width: 96%;
        margin: 0 2%;
        display: block;
        min-height: 100px;
        padding-top: 10px;
    }

    .project-fr h5 {
        line-height: 1.8rem;
        font-size: 1.2rem;
        font-weight: normal;
        color: #333;
    }

    .project-content ul li {
        width: 100%;
        height: 40px;
        background-color: #f2f2f2;
        margin-top: 2px;
        line-height: 40px;
        padding-left: 10px;
    }

    .project-product {
        width: 100%;
        padding-top: 10px;
        display: table;
    }
}

.introduce {
    display: table;
    /*margin-top: -30px;*/
    margin-bottom: 50px;
}

.introduce-fl {
    width: 850px;
    display: table;
    min-height: 100px;
}

.introduce-tab {
    width: 100%;
    height: 44px;
}

.introduce-tab ul {
    width: 100%;
}

.introduce-tab ul li {
    display: inline-block;
    /*width: 120px;*/
    height: 32px;
    border: 2px solid #383838;
    border-radius: 16px;
    text-align: center;
    margin: 6px 0;
    line-height: 28px;
    margin-right: 14px;
    padding: 0 15px;
    cursor: pointer;
}

.introduce-tab ul li.active {
    background-color: #383838;
    color: #fff;
}

.introduce-col {
    width: 100%;
    display: table;
    margin-bottom: 80px;
}

.introduce-col ul {
    width: 100%;
    display: table;
}

.introduce-col ul li {
    width: 100%;
    display: table;
    min-height: 120px;
    margin-top: 30px;
}

.introduce-img {
    width: 200px;
    height: 120px;
    /*padding: 10px 0;*/
}

.introduce-img.search {
    width: 252px;
    height: 120px;
    /*padding: 10px 0;*/
}

.introduce-img img {
    width: 100%;
    height: 100%;
}

.introduce-txt {
    width: 635px;
    height: 120px;
    background-color: #f6f6f6;
}

.introduce-txt.search {
    width: 935px;
    height: 120px;
    background-color: #f6f6f6;
}

.introduce-txt-time {
    width: 84px;
    height: 120px;
    text-align: center;
    padding: 30px 0;
}

.introduce-txt-time.search {
    width: 114px;
}

.introduce-txt-time b {
    display: block;
    line-height: 40px;
    font-size: 36px;
    font-weight: normal;
    color: #666;
    font-family: arial;
}

.introduce-txt-time em {
    display: block;
    font-style: normal;
    font-size: 14px;
    color: #666;
    line-height: 20px;
}

.introduce-txt-fr {
    width: 550px;
    display: table;
    padding: 5px 0;
}

.introduce-txt-fr.search {
    width: 820px;
    display: table;
    padding: 5px 0;
}

.introduce-txt-fr h5 {
    line-height: 32px;
    font-size: 16px;
    color: #000;
    font-weight: 700;
}

.introduce-txt-fr h5 span {
    color: #ed653d;
}

.introduce-txt-fr p {
    font-size: 13px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    padding-right: 10px;
    text-align: justify;
    color: #666;
    /*margin-top:5px;*/
}

.introduce-col ul li.li-item2 .introduce-txt {
    background-color: #edf6f5;
}

.introduce-col ul li.li-item2 .introduce-txt-fr h5 span {
    color: #3991eb;
}

.introduce .page {
    border-bottom: none;
    padding: 40px 0;
}

.introduce-fr {
    width: 320px;
    display: table;
    min-height: 100px;
}

.introduce-recom {
    width: 100%;
    display: table;
}

.introduce-recom h5 {
    width: 100%;
}

.introduce-recom h5 span {
    display: inline-block;
    width: 160px;
    height: 42px;
    background-color: #333333;
    border-radius: 0 21px 21px 0;
    text-align: center;
    line-height: 42px;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    position: relative;
}

.introduce-recom h5 span:after {
    content: '';
    position: absolute;
    left: 6px;
    top: 50%;
    width: 6px;
    height: 30px;
    background-color: #fff;
    margin-top: -15px;
}

.introduce-recom {
    width: 100%;
    display: table;
}

.introduce-recom ul {
    width: 100%;
}

.introduce-recom ul li {
    width: 48%;
    margin-top: 10px;
    margin: 0 1%;
}

.introduce-recom ul li:nth-child(2n) {
    margin-right: 0;
    margin-left: 1%;
}

.introduce-recom-img {
    width: 100%;
}

.introduce-recom-txt {
    text-align: center;
    line-height: 20px;
    font-size: 14px;
    color: #333;
}

.introduce-recom-img img {
    width: 100%;
}

.introduce-news {
    width: 100%;
    display: table;
    padding-top: 30px;
    margin-bottom: 30px;
}

.introduce-news h5 {
    width: 100%;
}

.introduce-news h5 span {
    display: inline-block;
    width: 160px;
    height: 42px;
    background-color: #333333;
    border-radius: 0 21px 21px 0;
    text-align: center;
    line-height: 42px;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    position: relative;
}

.introduce-news h5 span:after {
    content: '';
    position: absolute;
    left: 6px;
    top: 50%;
    width: 6px;
    height: 30px;
    background-color: #fff;
    margin-top: -15px;
}

.introduce-news .news-hot {
    width: 330px;
    margin-top: 20px;
}

.introduce-news .news-hot-col ul li {
    padding-left: 10px;
    overflow: hidden;
    height: 52px;
}

.introduce-news .news-hot-col ul li i {
    margin-right: 10px;
}

.introduce-news .news-hot-col {
    padding-top: 0;
    background-color: #e9e9e9;
    margin-top: 5px;
}

@media screen and (max-width:768px) {
    .introduce-recom h5 span {
        display: inline-block;
        width: 120px;
        height: 32px;
        background-color: #333333;
        border-radius: 0 21px 21px 0;
        text-align: center;
        line-height: 32px;
        color: #fff;
        font-size: 1rem;
        font-weight: normal;
        position: relative;
    }

    .introduce-recom h5 span:after {
        content: '';
        position: absolute;
        left: 6px;
        top: 50%;
        width: 6px;
        height: 22px;
        background-color: #fff;
        margin-top: -11px;
    }

    .introduce-news h5 span {
        display: inline-block;
        width: 120px;
        height: 32px;
        background-color: #333333;
        border-radius: 0 21px 21px 0;
        text-align: center;
        line-height: 32px;
        color: #fff;
        font-size: 1rem;
        font-weight: normal;
        position: relative;
    }

    .introduce-news h5 span:after {
        content: '';
        position: absolute;
        left: 6px;
        top: 50%;
        width: 6px;
        height: 22px;
        background-color: #fff;
        margin-top: -11px;
    }

    .introduce-tab ul li {
        display: inline-block;
        width: 23%;
        height: 26px;
        border: 2px solid #383838;
        border-radius: 13px;
        text-align: center;
        margin: 3px 1%;
        line-height: 24px;
        padding: 0 5px;
        cursor: pointer;
    }

    .introduce-col {
        width: 100%;
        display: block;
        margin-bottom: 0;
    }

    .introduce-fl {
        width: 100%;
        display: block;
        min-height: 100px;
        margin-top: -20px;
        margin-bottom: 15px;
    }

    .introduce-txt-time.search {
        width: 70px;
    }

    .introduce-img {
        width: 100%;
        height: auto;
        /*padding: 10px 0;*/
    }

    .introduce-txt.search {
        width: 100%;
        height: 110px;
        background-color: #f6f6f6;
    }

    .introduce-img.search {
        width: 100%;
        height: auto;
        /*padding: 10px 0;*/
        display: block;
        overflow: hidden;
    }

    .introduce-img.search a img {
        max-width: 100%;
        width: 100%;
        height: auto;
    }

    .introduce-txt {
        width: 100%;
        height: auto;
        background-color: #f6f6f6;
    }

    .introduce-txt-fr {
        width: calc(100% - 84px);
        display: table;
        padding: 5px 0;
    }

    .introduce-txt-fr h5 {
        line-height: 1.4rem;
        font-size: 1rem;
        color: #000;
        font-weight: 700;
    }

    .introduce-txt-fr p {
        font-size: .8rem;
        line-height: 1.2rem;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        padding-right: 10px;
        text-align: justify;
        color: #666;
        margin-top: 5px;
    }

    .introduce-fr {
        width: 100%;
        display: table;
        min-height: 100px;
    }

    .introduce-news .news-hot {
        width: 100%;
        margin-top: 20px;
    }

    .introduce-news .news-hot-col ul li {
        padding-left: 10px;
        overflow: hidden;
        height: 35px;
    }

    .introduce {
        display: table;
        margin-top: -30px;
        margin-bottom: 0;
        padding: 10px 0;
    }

    .introduce-col ul li {
        width: 100%;
        display: table;
        min-height: 120px;
        margin-top: 15px;
    }

    .introduce-txt-fr.search {
        width: calc(100% - 70px);
        display: table;
        padding: 5px 0;
    }

    .introduce-txt-time {
        width: 84px;
        height: 85px;
        text-align: center;
        padding: 15px 0 10px;
        line-height: 85px;
    }
}

.company-main {
    padding-bottom: 60px;
    display: block;
    margin-top: 20px;
}

.company-pord {
    width: 100%;
}

.company-main h5 {
    text-align: center;
    line-height: 80px;
    padding-bottom: 30px;
}

.company-main h5 span {
    display: inline-block;
    /*width: 240px;*/
    line-height: 50px;
    border-bottom: 5px solid #333;
    font-size: 28px;
    font-weight: normal;
    color: #333;
    padding: 0 15px;
}

.company-pord ul {
    width: 1213px;
    padding-top: 30px;
    display: table;
    margin-left: -13px;
}

.company-pord ul li {
    width: 287px;
    display: table;
    margin-left: 13px;
}

.company-pord-img {
    width: 287px;
    height: 220px;
    border: 1px solid #d9d9d9;
    padding: 1px;
}

.company-pord-img img {
    width: 100%;
    height: 100%;
}

.company-pord-txt {
    text-align: center;
    line-height: 46px;
    font-size: 14px;
    color: #555;
}

.company-photo {
    display: table;
}

.company-photo-col {
    width: 100%;
    text-align: center;
}

.company-photo-col ul {
    width: 100%;
    padding-bottom: 30px;
    display: flex;
    justify-content: space-between;
}

.company-photo-col ul li {
    width: 366px;
    /*height: 384px;*/
    border: 1px solid #eae9e7;

}

.company-photo-col ul li img {
    width: 100%;
    height: 100%;
}

.company-honors {
    width: 100%;
    display: block;
    padding-bottom: 30px;
}

.company-honors ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.company-honors ul li {
    width: 366px;
}

.company-honors ul li img {
    width: 100%;
}

.company-process {
    width: 100%;
    padding-bottom: 60px;
    display: table;
}

.company-process-img {
    width: 100%;
}

.company-process-img img {
    max-width: 100%;
}

@media screen and (max-width:768px) {
    .company-main {
        padding-bottom: 60px;
        display: block;
    }

    .company-main h5 span {
        font-size: 26px;
    }

    .company-process {
        width: 100%;
        padding-bottom: 20px;
        display: block;
    }

    .company-process-img img {
        max-width: 100%;
    }

    .company-main h5 span {
        display: inline-block;
        width: 30%;
        line-height: 2.6rem;
        border-bottom: 3px solid #333;
        font-size: 1.2rem;
        font-weight: normal;
        color: #333;
    }

    .company-honors {
        width: 100%;
        display: block;
        padding-bottom: 10px;
    }

    .company-honors ul {
        width: 100%;
        /*display: block;*/
    }

    .company-honors ul li {
        width: 100%;
    }

    .company-honors ul li img {
        max-width: 100%;
    }

    .company-photo {
        display: block;
    }

    .company-pord ul {
        width: 100%;
        padding-top: 10px;
        display: table;
        margin-left: -13px;
    }

    .company-pord ul li {
        width: 100%;
        display: table;
        margin-left: 13px;
    }
}



.service-cols {
    display: block;
    overflow: hidden;
}

.service-cols ul {
    display: block;
    width: 100%;
    overflow: hidden;
}

.service-cols ul li {
    display: inline-block;
    width: 11%;
    margin: 1% 7%;
}

.service-cols ul li .col-img {
    width: 132px;
    height: 132px;
    text-align: center;
    line-height: 128px;
    font-size: 50px;
    background: #F0F0F0;
    border-radius: 25px;
}

.service-cols ul li .col-img:hover {
    background: #333;
    color: #fff;
}

.service-cols ul li img {
    width: 100%;
    max-width: 100%;
}

.service-cols .col-text {
    text-align: center;
}

.service-cols .col-text span {
    display: block;
    font-size: 26px;
    font-weight: 700;
}

.service-cols .col-text span.col-title {
    font-size: 18px;
    font-weight: 300;
    color: #333;
    line-height: 34px;
}

.service-cols .col-text span.col-eng {
    font-size: 14px;
    font-weight: 100;
    color: #555;
    line-height: 20px;
}

@media screen and (max-width:768px) {
    .service-cols ul li {
        display: inline-block;
        width: 20%;
        margin: 2.5%;
        overflow: hidden;
    }

    .service-cols ul li .col-img {
        width: 60px;
        height: 60px;
        text-align: center;
        line-height: 58px;
        font-size: 30px;
        background: #F0F0F0;
        border-radius: 15px;
    }

    .service-cols .col-text span {
        display: block;
        font-size: .8rem;
        font-weight: 700;
    }

    .service-cols .col-text span.col-title {
        font-size: .7rem;
        font-weight: 300;
        color: #333;
        line-height: 1rem;
    }

    .service-cols .col-text span.col-eng {
        font-size: .6rem;
        font-weight: 100;
        color: #555;
        line-height: 20px;
    }
}



.fixed-footer-form {
    height: 200px;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    bottom: -300px;
    left: 0;
    width: 100%;
    z-index: 999999;
    display: block;
}

.fixed-footer-form .title {
    width: 55%;
    float: left;
    line-height: 120px;
    color: #fff;
    font-size: 26px;
    font-weight: 700;
}

.fixed-footer-form .forms {
    width: 50%;
    height: 160px;
    overflow: hidden;
    padding: 10px 0;
    position: absolute;
    bottom: -180px;
    right: 80px;
}

.fixed-footer-form .bg-images {
    width: 1920px;
    height: 267px;
    position: absolute;
    bottom: -200px;
    text-align: center;
    left: -360px;
}

.fixed-footer-form .forms .forms-tops {
    width: 30%;
    margin-left: 2%;
    display: inline-block;
    height: 35px;
    border-radius: 17.5px;
    line-height: 35px;
    border: none;
    margin-top: 10px;
    float: left;
    text-align: center;
}

.fixed-footer-form .forms .forms-tops.remarks {
    width: 61%;
}

.fixed-footer-form .forms .forms-tops.button {
    width: 25%;
    cursor: pointer;
    background: #ED732F;
    color: #fff;
    font-size: 16px;
    outline: none;
}

@media screen and (max-width:768px) {
    .fixed-footer-form {
        display: none;
    }
}


.baojia {
    position: fixed;
    right: 0;
    bottom: calc((100vh - 250px) / 2);
    background: #ffffff;
    border-radius: 30px 0px 0px 30px;
    box-shadow: -1px 0px 14px 0px rgba(59,67,89,0.15); 
    color: #fff;
    padding: 15px 0;
    height: auto;
    width: 80px;
    cursor: pointer;
    z-index: 99998;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.baojia ul li {
    display: block;
    width: 100%;
    margin: 10px 0;
    text-align: center;
    position: relative;
}

.baojia ul li .icon {

    font-size: 30px;
}

#weixin .icon {
    /*color:#60D04E;*/
}


.baojia ul li .img {
    display: none;
    position: absolute;
    right: 80px;
    bottom: -80px;
    border: 1px solid #ddd;
    font-size: 0;
    width: 180px;
    height: 180px;
}


.baojia .tit {
    display: block;
    width: 100%;
    font-size: 12px;
    line-height: 14px;
    margin-top: 6px;
    color: #666666;
}

.baojia-form {
    display: none;
    position: fixed;
    width: 500px;
    height: auto;
    overflow-y: auto;
    min-height: 450px;
    top: 25%;
    left: calc(50% - 250px);
    background: #fff;
    padding: 0 20px 20px 20px;
    border: 1px solid #000;
    box-shadow: 0 0 10px 0 #999;
    z-index: 9999999;
}

.baojia-form .title {
    /*margin-left:10px;*/
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #ddd;
    text-align: left;
    margin-bottom: 20px;
}

.baojia-form .close {
    width: 22px;
    height: 22px;
    position: absolute;
    top: 5px;
    right: 15px;
    cursor: pointer;
}

.baojia-form .form-group {
    width: 100%;
    margin-bottom: 10px;
}

/* .baojia-form .form-group label {
    width: 25%;
    display: inline-block;
    text-align: right;
    vertical-align: top;
} */

/* .baojia-form .form-group .form-control {
    display: inline-block;
    width: 70%;
    margin-left: 10px;
    position: relative;
} */

.baojia-form .form-group .form-control small {
    position: absolute;
    right: 15px;
    top: 8px;
}

/* .baojia-form .form-group .form-control input {
    width: 100%;
    height: 35px;
    line-height: 35px;
    border-radius: 3px;
    outline: none;
    border: 1px solid #ddd;
} */

/* .baojia-form .form-group .form-control select {
    width: 40%;
    height: 35px;
    line-height: 35px;
    border-radius: 3px;
    outline: none;
    border: 1px solid #ddd;
} */

.baojia-form .form-group .form-control textarea {
    width: 100%;
    line-height: 30px;
    border-radius: 3px;
    outline: none;
    border: 1px solid #ddd;
}

.baojia-form #baojiaSubmit {
    width: 50%;
    height: 35px;
    background: #000;
    color: #fff;
    border-radius: 5px;
    border: none;
    outline: none;
    font-size: 18px;
    cursor: pointer;
}

.forms-bg {
    display: none;
    position: fixed;
    background: rgba(0, 0, 0, 0.7);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 8888;
}

@media screen and (max-width:768px) {

    .baojia {
        position: fixed;
        right: 0;
        bottom: 150px;
        background: rgba(0, 0, 0, 0.7);
        color: #fff;
        padding: 15px 0;
        height: auto;
        width: 60px;
        cursor: pointer;
        z-index: 99998;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }

    #weixin {
        display: none;
    }

    .baojia-form {
        display: none;
        position: fixed;
        width: 90%;
        height: auto;
        overflow-y: auto;
        min-height: 450px;
        top: 10%;
        left: 5%;
        background: #fff;
        padding: 0 10px 10px 10px;
        border: 1px solid #000;
        box-shadow: 0 0 10px 0 #999;
        z-index: 99999;
    }

    .baojia-form .form-group label {
        width: 20%;
        font-size: .6rem;
        display: inline-block;
        text-align: right;
        vertical-align: top;
    }

    .baojia-form .form-group .form-control {
        display: inline-block;
        width: 75%;
        margin-left: 10px;
        position: relative;
    }

    .baojia {
        bottom: 190px;

    }
}

.fixed-footer-form .forms.hengpai {
    width: 260px;
    right: 0;
    padding-top: 0;
}

.fixed-footer-form .forms.hengpai .forms-tops {
    width: 100%;
    margin-left: 0;
    height: 40px;
    line-height: 40px;
}

.footer-fixed-close {
    position: absolute;
    background-image: url(../images/close.png);
    background-size: 70% 70%;
    top: 10px;
    background-position: center;
    background-repeat: no-repeat;
    right: 10px;
    width: 40px;
    height: 40px;
    padding: 10px;
    cursor: pointer;
}

.footer-fixed-icon-small {
    position: fixed;
    background-image: url(../images/fixboxb.png);
    background-size: 100% 100%;
    bottom: -70px;
    background-position: center;
    background-repeat: no-repeat;
    right: 10px;
    width: 70px;
    height: 70px;
    padding: 10px;
    cursor: pointer;
    z-index: 99999
}

@media screen and (max-width:768px) {
    .footer-fixed-icon-small {
        display: none;
    }
}

/*products*/
.product{
	padding: 50px 0;
}
.same-title{
	text-align: center;
}

.same-title h2{
	padding-bottom: 5px;
}
.line{
	width: 40%;
	height: 2px;
	margin: 20px auto;
	position: relative;
	background: #000;
}
.black-box{
	width: 20px;
	height: 10px;
	background: #000;
	position: absolute;
	top: -5px;
	left: 48%;
}

.product-title ul li{
	width: 11%;
	cursor: pointer;
}
.product-title ul li p{
	text-align: center;
	padding: 15px 0;
}
.product-title ul li img{
	border-radius: 50%;
	width: 120px;
	margin: 0 auto;
}
.pro-c-detail{
	height: 120px;
	background: #eeeeed;
	position: relative;
}
.pro-flow{
	width: 90%;
	position: absolute;
	top: -50px;
	left: 5%;
}
.product-d-top{
	background: #fff;
	padding:10px 30px ;

}
.product-name{
	font-weight: bold;
	font-size: 18px;
}
.product-name:hover{
	color: #f9ae37;
}
.line2{
	width: 100%;
	height: 2px;
	margin: 15px 0;
	position: relative;
	background: #000;
}
.black-box2{
	width: 40px;
	height: 10px;
	background: #000;
	position: absolute;
	top: -5px;
	left: 0;
}
.product-d-top .free img{
	width: 20px;
}
.product-d-bottom{
	background: #999;
	padding: 10px 0;
	text-align: center;
	cursor: pointer;
}
.product-detail:hover .product-d-bottom{
	background: #333;
}
.product-detail{
	overflow: hidden;
}
.product-detail:hover img:first-child{
	transform: scale(1.1,1.1);
}
.product-d-bottom a{
	color: #fff;
}
.product-c1 .col-lg-4{
	padding-top: 30px;
}