@charset "UTF-8";

* {
    font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC",
        "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei",
        sans-serif;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    overflow-x: hidden;
}

img {
    max-width: 100% !important;
}

a {
    text-decoration: none;
    color: #333;
}

ul,
ol {
    margin: 0;
    margin-bottom: 0;
    list-style: none;
}

#pages a,
#pages span {
    border: 1px solid #e5e5e5;
    overflow: hidden;
    padding: 5px 10px;
}

#pages {
    clear: both;
    margin: 20px 0;
}

#pages span {
    color: #fff;
    font-weight: bold;
    border: 1px solid #e57d21;
    background-color: #e57d21;
}

.form-control,
.input-text,
textarea {
    font-size: 16px;
    display: block;
    width: 100%;
    line-height: 50px;
    height: 50px;
    padding: 0 15px;
    -webkit-transition: border-color ease-in-out 0.15s,
        -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    color: #555;
    border: 1px solid #ccc;
    border-radius: 0;
    background-color: #fff;
    background-image: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

a,
a:hover,
a.text-white:hover,
.text-white a:hover {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    text-decoration: none;
}

a:hover,
.bread-btn-active,
.nav-active {
    color: #e57d21 !important;
}

.trans {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.text-brand {
    color: #e57d21;
}

.ie-alert {
    font-size: 20px;
    display: none;
    padding: 10px 0;
    text-align: center;
    color: #fff;
    background: #35731e;
}

.word-break,
.footer-nav {
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*常用css样式*/
pre {
    font-family: "微软雅黑";
    font-size: 14px;
    line-height: 29px;
    margin: 0;
    padding: 0;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    color: #fff;
    border: none;
    background-color: transparent;
    overflow-y: hidden;
}

.font-bold {
    font-weight: bold;
}

.text-black {
    color: #323232;
}

.nav {
    position: fixed;
    width: 100%;
    background-color: #fff;
    top: 0;
    left: 0;
    z-index: 999;
}

@media (min-width: 1701px) {
    .container {
        width: 1700px;
    }

    body {
        padding-top: 64px;
    }
}

.lan {
    margin-right: 0 !important;
    background-color: #e57d21;
    padding: 0 15px;
}

.lan span {
    color: #fff;
}

.f-cb {
    padding-left: 15px;
}

@media (max-width: 768px) {
    .logo {
        height: 60px;
    }
}

.swiper-banner {
    position: relative;
    overflow: hidden;
}

.margin-top-60 {
    margin-top: 60px;
}

.margin-top-30 {
    margin-top: 30px;
}

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

.about-container {
    background-image: url(../../images/about-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 50px 0;
}

.font-brand {
    font-size: 36px;
}

.text-about-des {
    font-size: 16px;
    color: #666;
    line-height: 1.75em;
}

.home-pro-line {
    width: 80px;
    height: 4px;
    margin: 10px 0;
    background-color: #e57d21;
}

.home-pro-des {
    font-size: 16px;
    color: #555;
}

/*pie*/
.pie {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: #e95549;
    position: relative;
    margin-top: 20px;
}

.pieLeftInner,
.pieRightInner {
    width: 120px;
    height: 120px;
    background-color: #e5e5e5;
    border-radius: 100px;
    position: absolute;
}

.pieLeftInner {
    clip: rect(0px, 120px, 120px, 60px);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}

.pieRightInner {
    clip: rect(0px, 60px, 120px, 0px);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}

.pieLeft,
.pieRight {
    width: 120px;
    height: 120px;
    position: absolute;
    z-index: 1;
}

.pieLeft {
    clip: rect(0px, 120px, 120px, 60px);
}

.pieRight {
    clip: rect(0px, 60px, 120px, 0px);
}

.pieInner {
    width: 80px;
    height: 80px;
    margin: 20px 0 0 20px;
    background-color: #fff;
    border-radius: 100px;
    position: absolute;
    z-index: 1;
    text-align: center;
    line-height: 80px;
    font-size: 24px;
    font-weight: bold;
    color: #e25a4a;
}

/*prograss*/
.prograss {
    background: #eee;
    height: 15px;
    width: 80%;
    position: relative;
    border-radius: 2px;
    margin-top: 10px;
}

.prograss .bar {
    background: #e95549;
    height: 100%;
    width: 10%;
    border-radius: 2px 0 0 2px;
}

.prograss_bar_yellow {
    background: #f8b757 !important;
}

.anm-num {
    font-size: 72px;
}

.text-white {
    color: #fff;
}

.num-tw {
    font-size: 22px;
}

.num-read {
    font-size: 16px;
}

#about-pro {
    position: relative;
    overflow: hidden;
}

.home-about {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #fff;
}

.home-about-img {
    position: absolute;
    top: 0;
    right: 0;
}

.btn-about a {
    border: 1px solid #ddd;
    display: inline-block;
    padding: 8px 35px;
    color: #e57d21;
    border-radius: 19px;
}

.btn-about a:hover {
    background-color: #e57d21;
    color: #fff !important;
    border-color: #e57d21;
}

.home-product-name {
    font-size: 32px;
    padding-top: 30px;
}

.sw-pro {
    position: relative;
    overflow: hidden;
}

.btn-pro {
    display: inline-block;
    padding: 15px 35px;
    background-color: #e57d21;
    color: #fff;
    border-radius: 26px;
    border: 1px solid #fff;
}

.padding-zero {
    padding: 0;
}

.home-about-info {
    padding: 50px;
}

.btn-pro:hover {
    background-color: #fff;
    color: #e57d21 !important;
    border-color: #e57d21 !important;
}

.home-news-img,
.home-news-limg,
.home-case {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.home-news-img {
    height: 360px;
}

.home-news-title {
    font-size: 22px;
    padding: 8px 0;
}

.home-news-des {
    /* font-size:16px; */
    line-height: 1.75em;
}

.home-news-time {
    padding-top: 10px;
}

.home-news-list {
    overflow: hidden;
    margin-bottom: 30px;
}

.home-news-limg {
    height: 150px;
}

.home-news-ltitle {
    font-size: 18px;
}

.home-news-dest {
    padding-top: 8px;
}

.home-case {
    position: relative;
    height: 260px;
	margin-bottom:30px;
}

.home-case-name {
    padding: 15px 0;
    background: linear-gradient(180deg,
            rgba(0, 0, 0, 0) 0,
            rgba(0, 0, 0, 0) 0.01%,
            rgba(0, 0, 0, 0.372642) 49.48%,
            rgba(0, 0, 0, 0.5) 100%);
    position: absolute;
    width: 100%;
    bottom: 0;
    right: 0;
}

.footer {
    border-top: 4px solid #e57d21;
    background-color: #333;
    padding-top: 50px;
    padding-bottom: 30px;
    background-image: url(../../images/footer-logo.png);
    background-repeat: no-repeat;
    /* background-size: cover; */
    background-position: bottom right;
}

.footer-logo span {
    /* line-height: 24px; */
    display: inline-block;
    border-left: 1px solid #fff;
    margin-left: 15px;
    font-size: 18px;
    padding: 8px 0 8px 15px;
}

.foot-nav-title {
    font-size: 18px;
    padding-bottom: 8px;
}

.foot-nav-ul,
.foot-contact-info {
    font-size: 16px;
    line-height: 1.75em;
}

.text-white a {
    color: #fff;
}

.foot-contact {
    font-size: 18px;
}

.copyright {
    line-height: 40px;
    font-size: 16px;
    background-color: #000;
}

.cat-pro-nav {
    font-size: 18px;
    border-bottom: 1px solid #e57d21;
    padding-bottom: 15px;
}

.cat-pro-nav span {
    font-size: 14px;
    display: block;
    color: #666;
}

.cat-pro-lnav a {
    display: block;
    padding: 8px 15px 8px 0;
    font-size: 16px;
    color: #555;
}

.cat-pro-lnav a:hover {
    padding-left: 15px;
}

.product-container {
    position: relative;
    display: table;
    overflow: hidden;
    width: 100%;
    height: 300px;
    padding: 15px;
    text-align: center;
    border: 1px #ddd solid;
}

.product-container a {
    display: table-cell;
    width: 100%;
    height: 300px;
    vertical-align: middle;
}

.product-container a img {
    max-width: 100%;
    max-height: 300px;
    margin: 0 auto;
}

.product-name {
    border: 1px solid #ddd;
    border-top: none;
    padding: 10px 15px;
    margin-bottom: 30px;
    overflow: hidden;
}

.product-line {
    width: 80px;
    height: 4px;
    background-color: #e57d21;
    margin: 8px 0;
}

.product-title {
    font-size: 22px;
}

.product-des {
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.product-container:hover img {
    transform: scale(1.1);
}

.show-pro-title {
    font-size: 36px;
    color: #333;
}

.show-pro-des {
    /* font-size: 16px; */
    line-height: 1.75em;
    color: #555;
}

.show-pro-brand {
    font-size: 18px;
    border-bottom: 1px solid #ddd;
    padding: 15px 0 10px 0;
    margin: 15px 0;
}

.order-btn,
.read-btn,
.price-btn {
    padding: 16px 35px;

    color: #fff;
    cursor: pointer;
    font-size: 16px;
    cursor: pointer;
}

.read-btn,
.price-btn {
    background-color: #e57d21;
}

.order-btn {
    background-color: #e95549;
    margin-right: 30px;
}

.order-btn:hover {
    border-radius: 25px;
}

.show-pro-read {
    background-color: #ddd;

}

.show-pro-read span {
    padding: 16px 50px;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
}

/* .read-info-tech {
    display: none;
} */
.read-info-tech td{
	vertical-align: middle !important;
}
.show-notice{
	color:#555;
}
.read-inf-img {
	height:260px;
	overflow:hidden;
	margin-bottom:30px;
    padding:10px;
	border:1px solid #ddd;
}
.read-inf-img img{
	display:block;
	margin:auto;
	max-height:240px;
}
#order,
#price {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .75);
    position: fixed;
    top: 0;
    left: 0;
    padding-top: 10%;
    display: none;
}

.order-title {
    font-size: 32px;
}

.btn-order,
.btn-empty,
.btn-empty-price,
.btn-order-price {
    color: #fff;
    padding: 15px;
    cursor: pointer;
}

.btn-order,
.btn-order-price {
    background-color: #e25a4a;
}

.btn-empty,
.btn-empty-price {
    background-color: #ccc;
}

.btn-order:hover,
.btn-empty:hover {
    border-radius: 25px;
}

.input-group-addon {
    background-color: #fff;
    border-radius: 0;
    font-size: 16px;
}

#right {
    position: fixed;
    right: 0;
    bottom: 10%;
    border: 1px solid #ddd;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: #ccc 0 3px 5px;
}

.right-item {
    width: 60px;
    height: 60px;
    padding: 5px;
    border-bottom: 1px solid #f5f5f5;
    position: relative;
    cursor: pointer;

}

#right .right-item:nth-last-child() {
    border: none;
}

.right-item:hover {
    background-color: #ddd;
}

.right-item-info {
    position: absolute;
    right: -200px;
    width: 200px;
    top: 0;
    min-height: 60px;
    background-color: #fff;
    padding: 15px;
    border: 1px solid #ddd;
}

.right-item:hover .right-item-info {
    right: 60px;
}

.right-tel {
    font-size: 24px;
}

.cat-news-list {
    padding-bottom: 30px;
    margin-bottom: 30px;
    overflow: hidden;
    border-bottom: 1px #ddd dashed;
}

.cat-news-img {
    height: 220px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.cat-news-title {
    font-size: 22px;
}

.cat-news-info {
    padding: 15px 0;
    font-size: 16px;
    color: #666;
}

.cat-news-des {
    font-size: 16px;
    line-height: 1.75em;
}

.cat-news-btn {
    background-color: #fff;
    border: 1px solid #e57d21;
    padding: 10px 35px;
    color: #e57d21;
    display: inline-block;
    font-size: 16px;
    border-radius: 23px;
}

.cat-news-btn:hover {
    background-color: #e57d21;
    color: #fff !important;
}

.show-news-info {
    padding: 15px 0;
    color: #666;
    font-size: 16px;
}

.show-news-info span {
    padding: 0 15px;
}

.show-news-content {
    font-size: 16px;
    line-height: 1.75em;
    margin-bottom: 30px;
}

.next {
    background-color: #f5f5f5;
    padding: 15px;
}

.font-brand2 {
    font-size: 24px;
}

.cat-about-culture {
    background-image: url(../../images/about-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 100px 0;
}

.cat-about-ctitle {
    font-size: 32px;
}

.cat-about-cinfo {
    font-size: 54px;
    padding-top: 80px;
    padding-bottom: 100px;
}

.cat-about-ctitle2 {
    font-size: 24px;
}

.cat-culture-list {
    line-height: 60px;
    font-size: 16px;
    padding: 10px 0;
}

.cat-culture-list span {
    background-color: #e57d21;
    color: #fff;
    padding: 10px 35px;
    margin-right: 15px;
    border-radius: 4px;
}

.honor-container {
    position: relative;
    display: table;
    overflow: hidden;
    width: 100%;
    height: 260px;
    padding: 5px;
    text-align: center;
    border: 1px #ddd solid;
}

.honor-container a {
    display: table-cell;
    width: 100%;
    height: 260px;
    vertical-align: middle;
}

.honor-container a img {
    max-width: 100%;
    max-height: 260px;
    margin: 0 auto;
}

.honor-name {
    border: 1px solid #ddd;
    border-top: none;
    line-height: 40px;
    margin-bottom: 30px;
}

.swiper-scrollbar-drag {
    background-color: rgba(229, 125, 33, .7) !important;
}

.join-des {
    font-size: 16px;
    line-height: 1.75em;
    padding-top: 15px;
}

.join-img {
    background-color: #e57d21;
    border-radius: 8px;
    overflow: hidden;
}

.join-item {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px dashed #ddd;
}

.col-20 {
    float: left;
    width: 20%;
    padding: 0 15px;
}

.img-fran{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 2px solid #e57d21;
    overflow: hidden;
    padding: 10px;
    margin: auto;
}

#fran .col-20:hover .img-fran{
    background-color: #fff;
}
#fran .col-20:hover img{
    transform: rotateY(180deg);
}
#fran{
    background-color: #f5f5f5;
    padding: 50px 0;
}
.page-info{
    font-size: 16px;
    line-height: 1.75em;
}
.honor-container {
    position: relative;
    display: table;
    overflow: hidden;
    width: 100%;
    height: 300px;
    padding: 5px;
    text-align: center;
    border: 1px #ddd solid;
}

.honor-container a {
    display: table-cell;
    width: 100%;
    height: 300px;
    vertical-align: middle;
}

.honor-container a img {
    max-width: 100%;
    max-height: 300px;
    margin: 0 auto;
}
.honor-name{
    border:1px solid #ddd;
    border-top:none;
    line-height:40px;
    margin-bottom:30px;
}
.hide-catname{
	font-size:24px;
	padding:15px;
}
.product-des p{
	margin:0;
}
.map #container{
	height:500px;
}
.info-title{
	background-color:#0089e1;
	color:#fff;
	padding:5px 10px;
}
.info-content{
	font-size:14px;
	line-height:1.5em;
	padding:5px 10px;
}
.footer-form .input-text {
    line-height: 34px;
    height: 34px;
}
.banner-c{
    position: relative;

}
.banner-title{
    position: absolute;
    font-size: 60px;
    font-weight: bold;
    color: #fff;
    width: 100%;
    text-align: center;
    top: 50%;
    margin-top: -43px;
}
@media(max-width:768px){
    body{
        padding-top: 60px;
        padding-bottom: 70px;
    }
    .home-pro-des{
        height: 200px;
        overflow: hidden;
    }
    .anm-num{
        font-size: 32px;
    }
    .home-news-img,.home-case{
        height: 150px;
    }
    .home-news-ltitle{
        padding-top: 15px;
    }
    .home-news-title{
        font-size: 18px;
        font-weight: 400;
    }
    .banner-title{
        font-size: 24px;
        margin-top: -17px;
    }
    .page-info{
        padding: 0 15px;
        font-size: 16px;
        line-height: 1.75em;
    }
    .honor-container,.honor-container a{
        height: 120px;
    }
    .honor-container a img{
        max-height: 120px;
    }
    .margin-top-60{
        margin-top: 30px;
    }
    .read-inf-img{
        height: 180px;
    }
    .footer{
        text-align: center;
    }
    .join-item{
        overflow: hidden;
    }
    .join-des{
        padding-top: 0;
    }
    .col-20{
        width: 50%;
    }
    
}
.lnav-active{
    color: #e57d21 !important;
}
.bottom-nav{
    background-color: #e57d21;
    overflow: hidden;
    line-height: 30px;
    padding: 5px 0;
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index:999;
}
.bottom-nav img{
    display: block;
    margin: auto;
}
.productimg{
    max-height: 500px;
    display: block;
    margin: auto;
}
.show-news-content img{
    max-height: 500px;
}
.read-info-tech tr:nth-of-type(even){
    background-color: #f5f5f5;
}
#home-factory li,#home-honor li{
    float: left;
    width: 350px;
    padding: 0 15px;
}
#home-factory,#home-honor{
    overflow: hidden;
    padding: 0 30px;
}
.home-product-container,.show-img-container {
    position: relative;
    display: table;
    overflow: hidden;
    width: 100%;
    height: 260px;
    padding: 5px;
    text-align: center;
    border: 1px #ddd solid;
	background-color:#fff;
}

.home-product-container a,.show-img-container a {
    display: table-cell;
    width: 100%;
    height: 260px;
    vertical-align: middle;
}

.home-product-container a img,.show-img-container a img {
    max-width: 100%;
    max-height: 260px;
    margin: 0 auto;
}
.home-product-title{
    border:1px solid #ddd;
    border-top:none;
    margin-bottom:30px;
    padding: 10px;
	background-color:#fff;

}
.home-honor-list{
	display:none;
}
.home-honor-btn{
	display:inline-block;
	margin:15px;
	border:1px solid #ddd;
	padding:10px 35px;
	cursor: pointer;
	border-radius:21px;
	font-size:16px;
}
.home-honor-active{
	background-color:#e57d21;
	color:#fff;
	border-color:#e57d21;
}
.home-pro-item{
	position: relative;
	margin-bottom:30px;
	height:430px;
	background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	width:20%;
	float:left;
	border:2px solid #fff;	
}
.home-pro-info{
	position: absolute;
	top:0;
	right:0;
	padding:30px;
	background-color:rgba(0,50,160,.7);
	width:100%;
	height:100%;
}
.home-pro-cname{
	font-size:32px;
}
.home-pro-active .home-pro-info{
	width:300px;
}
.home-pro-img{
	width:150px;
	height:150px;
	border-radius:50%;
	overflow:hidden;
	background-color:#fff;
	position: absolute;
	bottom:30px;
	left:30px;
}
.home-pro-img img{
	max-height:100px;
	display:block;
	margin:25px auto;

}
.home-pro-btn{
	display:inline-block;
	margin-top:30px;
	border:1px solid #fff;
	padding:10px 25px;
	border-radius:21px;
}
.home-pro-btn:hover{
	background-color:#e57d21;
	color:#fff !important;
	border-color:#e57d21;
}
.home-pro-icon{
	padding-top:60px;
}
.apply-container{
	position: relative;
	margin-bottom:30px;
}
.apply-info{
	position: absolute;
	top:0;
	right:0;
	width:50%;
	height:100%;
	padding:50px 30px;
	background-color:rgba(0,95,0,.7);
}
.apply-title{
	font-size:24px;
}
.apply-btn a{
	display:inline-block;
	border:1px solid #e57d21;
	background-color:#e57d21;
	padding:10px 25px;
	border-radius:21px;
}
.apply-des{
	font-size:16px;
	line-height:1.75em;
	padding-top:15px;
}
.apply-btn a:hover{
	background-color:#c55f05;
}
@media(max-width:768px){
	.home-pro-item{
		width:100%;
	}
	.copyright{
		line-height:1.75em;
	}
	.home-about{
		position: inherit;
	}
	.home-about-info{
		padding:30px 15px;
	}
}
@media(max-width:1919px){
	.home-about-img{
		display:none;
	}
}