@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;
    font-size: 16px;
}

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 #2256e7;
    background-color: #2256e7;
}

.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;
}
.nav-active {
    font-weight: bold;
    border-bottom-color: #dc0817 !important;
    background-color: #2256e7 !important;
}
a:hover,
.bread-btn-active{
    color: #dc0817 !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: #2256e7;
}
.nav-mail i{
    background-color: #2256e7;
    color: #fff;
    padding: 10px 25px;
    border-radius: 19px;
    font-style: normal;
}
.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;
}

.top {
    position: fixed;
    width: 100%;
    background-color: rgba(0, 0, 0, .35);
    top: 0;
    left: 0;
    z-index: 999;
    box-shadow: 0 0 5px #ddd;
}

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

}


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

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

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

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

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

.padding-zero {
    padding: 0;
}

.product-container {
    position: relative;
    display: table;
    overflow: hidden;
    width: 100%;
    height: 300px;
    padding: 5px;
    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;
    line-height: 40px;
    margin-bottom: 30px;
    overflow: hidden;
    padding: 10px 0;
}

.cat-about-honor {
    background-color: #f5f5f5;
    padding: 50px 0;
}

.text-white {
    color: #fff;
}

.cat-pro-nav {
    border-radius: 8px;
    border: 1px solid #ddd;
    padding: 0 15px;
}

.cat-nav-item {
    padding: 0 15px;
}

.cat-pro-nav .cat-nav-item:last-child {
    border: none;
}

.pro-con:hover .product-name a {
    color: #fff;
}


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

.swiper-banner {
    position: relative;
}

.swiper-banner img {
    width: 100% !important;
}

#right {
    position: fixed;
    right: 0;
    bottom: 10%;
    z-index: 9999;
    border: 1px solid #ddd;
}

.right-item {
    position: relative;
    width: 60px;
    background-color: #fff;
}

.right-item-info {
    position: absolute;
    width: 200px;
    right: -260px;
    top: 0;
    background-color: #fff;
    line-height: 60px;
    height: 60px;
    font-size: 18px;
}

.right-contact {
    background-color: #2e367e;
}

.right-contact span {
    margin: auto;
    writing-mode: vertical-rl;
    display: block;
    padding-bottom: 10px;
}
#scrollUp{
    cursor: pointer;
}
.right-item:hover .right-item-info{
	right:60px;
}

.banner-icon-item{
    background-color: #2256e7;

}
.banner-icon-brand{
    font-size: 32px;
}
.banner-icon-des{
    margin-top: 8px;
}
.banner-icon-item{
    padding: 50px 0;
}
.banner-icon .banner-icon-item:nth-of-type(2){
    background-color: #3ac8fd;
}

.product-container,.sw-pro-container {
    position: relative;
    display: table;
    overflow: hidden;
    width: 100%;
    height: 360px;
    padding: 5px;
    text-align: center;
}
.cat-product-container,.cat-product-container a{
    position: relative;
    display: table;
    overflow: hidden;
    width: 100%;
    height: 300px;
    padding: 5px;
    text-align: center;
}

.product-container,.cat-product-container{
    border: 1px #ddd solid;
}
.product-container a,.sw-pro-container a{
    display: table-cell;
    width: 100%;
    height: 360px;
    vertical-align: middle;
}


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

@media(max-width:768px){
    #swipebox-close{
        top: 60px !important;
    }
}

.cat-product-brand{
    background-color: #2256e7;
    padding: 30px 0;
    font-size: 36px;
    font-family: fantasy;
}
.cat-product-nav{
    border: 1px solid #ddd;
}
.cat-product-nav li{
    display: block;
    padding: 15px;
    border-bottom: 1px solid #ddd;
}
.cat-product-nav li:nth-last-of-type(){
    border: none;
}
.cat-product-nav li:hover{
    padding-left: 30px;
}
.cat-product-des{
    padding: 15px;
    border-bottom: 1px solid #ddd;
}
.shwo-pro img,.sw-show-pro img{
    display: block;
    margin: auto;
}
.shwo-pro img{
    max-height: 180px;
}
.sw-show-pro img{
    max-height: 350px;
}
.shwo-pro .swiper-slide{
    border: 1px solid #ddd;
}
.show-pro-title{
    font-size: 32px;
}
.shwo-pro .swiper-slide-thumb-active{
    border-color: #2256e7 !important;
}
.home-brand{
    font-size: 60px;
}
.home-cat-pro{
    background-color: #fff;
    box-shadow: 0 0 15px #ccc;
    overflow: hidden;
    padding: 15px 0;
}
.home-cat-pro li,.home-pro-ctel{
    line-height: 30px;
}
.home-pro-cname a,.home-pro-cname{
    font-size: 24px;
}
.home-pro-cline{
    width: 100px;
    height: 2px;
    background-color: #dc0817;
    margin: 10px 0;
}
.home-cat-bg{
    background-color: #2256e7;
    box-shadow: 0 0 15px #ccc;
    padding: 15px 0;
    overflow: hidden;
}
.ccontact{
    padding-left: 30px;
}
.home-about-bg{
    padding: 80px 0;
    background-position: center;
    background-image: url(../../images/home-about-bg.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size:cover;
}
.home-cname{
    background-color: #fff;
    line-height: 60px;
    font-size: 18px;
}
.home-about-des{
    line-height: 1.75em;
}
.home-cmessage{
    background-color: #2256e7;
}
.home-about-title{
    font-size: 60px;
}
.anm-num{
    font-size: 60px;
    font: 22px;
}
.cat-pro-btn a{
    display: inline-block;
    background-color: #2256e7;
    color: #fff;
    padding: 10px 30px;
    margin: 0 15px;
    border-radius: 24px;
}
.cat-pro-btn a:hover{
    border-radius: 8px;
    color: #fff;
}
.cat-news-img,.home-news-img{
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 260px;
}

.home-news-time{
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #2256e7;
    color: #fff;
    padding: 8px 15px;
}
.home-news-title a{
    font-size: 22px;
    line-height: 1.5em;
    overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.home-news-des{
    color: #555;
}
.home-news-des,.cat-pro-des{
    overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.home-news-day{
    font-size: 32px;
    padding-top: 10px;
}
.home-news-list{
    overflow: hidden;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
}
.home-news-xstime{
    color: #555;
}
.footer{
    background-color: #3a3a3a;
    padding: 50px 0;
}
.footer-contact{
    font-size: 36px;

}
.text-upp{
    text-transform: uppercase;
}
.copyright{
    line-height: 40px;
    background-color: #000;
}

.cat-news-item{
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
}
.cat-news-item:hover{
    border-color: #dc0817;
}
.show-news-title{
    font-size: 32px;
}
.show-news-time{
    padding: 10px 0;
}
.show-news-content{
    margin-bottom: 30px;
}
.cat-pro-item{
    overflow: hidden;
    padding: 15px 0;
    background-color: #fff;
    margin-bottom: 30px;
    box-shadow: 0 0 10px #ddd;
}
.cat-pro-item:hover a{
    color: #2256e7 !important;
}
.cat-pro-img{
    border-radius: 16px;
    overflow: hidden;
    height: 200px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.cat-pro-title a{
    font-size: 22px;
}
.cat-pro-des{
    color: #323232;
    margin: 10px 0;
}
.cat-pro-btna{
    margin-top: 30px;
}
.cat-pro-btna a{
    border: 1px solid #ddd;
    padding: 8px 20px;
    color: #ddd;
    font-weight: lighter;
}
.cat-pro-btna a:hover{
    background-color: #2256e7;
    color: #fff !important;
}
.show-pro{
    margin-top: 15px;
}
.show-pro-contact{
    color: #555;
}
.btn-pro{
    font-size: 22px;
}

.pro-contact-item{
    overflow: hidden;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
}
.sw-show-pro{
    position: relative;
}
.pro-contact-item .col-xs-2{
    padding: 0;
    border-right: 1px solid #ddd;
}
.pro-contact-item .col-xs-10{
    padding-right: 0;
    line-height: 30px;
}
.left-contact .trans{
    overflow: hidden;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}
.left-contact .trans svg{
    fill: #555;
}
.left-contact .trans:hover svg{
    fill: #2256e7 !important;
}
.left-contact .trans:hover,.left-contact .trans:hover a{
    color: #2256e7 !important;
}
.left-contact .trans:hover{
    background-color: #f5f5f5;
}
.right-img{
    padding: 8px 0;
}
.right-item svg{
    display: block;
    margin: auto;
}
.right-icon{
    border-top: 1px solid #ddd;
}
.col-sm-20{
    width: 20%;
    float: left;
}
.snav{
    border-bottom: 1px solid #ddd;
}
.snav a{
    font-size: 22px;
}
.gnav{
    line-height: 1.75em;
}
.cat-nav-cname{
	border-bottom:1px solid #ddd;
	padding:8px 0;
	cursor: pointer;
}
.cat-nav-sub{
	display:none; 
}
.cat-nav-stitle{
	padding:8px 30px;
	border-bottom:1px dashed #ddd;
}
.current{
	background-color:#2256e7;
	color:#fff;
	padding-left:15px;
}
.cstitle a{
	color:#dc0817 !important;
}
.cat-nav-stitle a{
	color:#717171;
	font-size:14px;
}
.banner-bread{
	position: relative;
}
.banner-cname{
	font-size:60px;
	width:100%;
	text-align:center;
	position: absolute;
	top:50%;
	margin-top:-30px;
	left:0;
	color:#fff;
	font-family: fantasy;
}
.banner-bread img{
	width:100%;
}
.upp{
	text-transform: uppercase;
}
.bread{
	background-color:#d1e0ff;
	line-height:40px;
	margin-bottom:60px;
}
.form-horizontal .form-group{
	margin:15px 0;
}
.btn-send{
	background-color:#2256e7;
	padding:8px 0;
	border-radius:0;
	color:#fff;
}
.page-contatc-bg{
	background-color:#2256e7;
	padding:30px;
	overflow:hidden;
}
.page-contact-title{
	font-size:22px;
}
.page-contact-info{
	line-height:1.75em;
	padding-top:15px;
}

.banner-c img{
	width:100%;
}
@media(max-width:768px){
    .col-sm-9.pull-right,.col-sm-3.pull-left{
        float: none !important;
    }
    .col-sm-9.pull-right{
        padding: 0;
    }
	body{
		padding-top:60px;
		padding-bottom:80px;
	}
	.home-cat-pro li{
		width:50%;
		float:left;
	}
	.home-pro-cmore{
		clear:both;
		margin-top:10px;
	}
	.home-cname{
		line-height:1em;
	}
	.cat-pro-btn a{
		display:block;
		width:48%;
		float:left;
		text-align:Center;
		margin:0 1% 10px 1%;
	}
	.home-brand{
		font-size:32px;
	}
	.margin-top-60{
		margin-top:30px;
	}
	.product-container,.product-container a{
		height:160px;
	}
	.product-container a img{
		max-height:150px;
	}
	.home-news-list{
		margin-top:15px;
	}
	.home-news-des{
		margin-bottom:15px;
	}
	.page-about,.show-pro-info,.show-pro-apply{
		padding:0 15px;
	}
	.footer-contact{
		font-size:24px;
	}
	.mb-nav{
		width:100%;
		background-color:#2256e7;
		position: fixed;
		bottom:0;
		left:0;
		padding:8px 0;
	}
	.mb-nav p{
		margin:0;
		font-size:14px;
	}
	.copyright{
		font-size:14px;
	}
}
