.slider{
	position:relative
}
.slider img{
	max-width:100%
}
.header{
	display:block;
	position:fixed;
	z-index:999;
	top:0;
	width:100%
}
.hd-text-box{
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	text-align:center
}
.hd-text-box h2{
	font-size: 50px;
    letter-spacing: 2px;
    line-height:140%;
	color:#FFFFFF;
	white-space:nowrap;
	padding-bottom:30px
}
.hd-text-box span{
	font-size: 14px;
    line-height:200%;
	color:#FFFFFF;
	white-space:nowrap;
}
.hd-search{
	width: 60%;
    margin: 0 auto;
}
.form-group {
	margin-top:50px;
	position:relative
}
.form-group .form-control {
    height: 48px;
    border-radius: 24px;
    border: none;
    outline: 0;
    box-shadow: none;
    font-size: 16px;
    background: #fff;
    padding: 0 105px 0 20px;
	display: block;
    width: 100%;
}
.form-submit{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	right:8px;
	width:60px;
	height:36px;
	background:#353a40 url(../images/input-search-white.png) no-repeat center center;
	color:#fff;
	border-radius:18px;
	font-size:16px;
	text-indent:-999px
}
.form-submit:hover{
	color:#fff;
	background:#2356B2 url(../images/input-search-white.png) no-repeat center center;
}
.populer-search{
    margin-top: 10px;
	display:flex;
	flex-wrap: wrap;
}
.populer-search ul {
	display:inline-block
}
.populer-search ul li {
	float:left;
	padding-top:5px;
}
.populer-search ul li a {
    border: 1px solid #fff;
    background: #fff;
    border-radius: 50px;
    display: block;
    padding: 5px 15px;
    font-size: 12px;
    color: #000;
	margin:0 5px;
	line-height:100%;
	white-space:nowrap;
}
.populer-search ul li a:hover{
	color:#fff;
	background:0 0
}
.show{
	position:fixed;
	left:0;
	top:0;
	z-index:999;
	width:100%;
	background:#2356B2;
	box-shadow: 0 5px 5px rgba(0, 0, 0, .05);
}
.container{
    padding: 0 3%;
	width: 1400px;
	box-sizing:border-box;
	margin:0 auto
}
.header .container{
	display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;	
}
.logo{
	width:220px;
    display: flex;
    align-items: center;
    justify-content: center;
	flex-wrap: wrap;
}
.logo img{
	max-width:100%
}
.navbar{
    text-align: right;
}
.navbar ul li {
	float: left;
    position: relative;
}
.navbar ul li a {
    padding: 30px 25px;
    display: block;
    position: relative;
    overflow: hidden;
	font-size: 16px;
    font-weight: 500;
    transition: all .3s ease-in-out;
    letter-spacing: .5px;
	color:#FFF;
	text-transform: uppercase;
}
.navbar ul li:hover a,.navbar ul li a:hover {
	color:#DDD
}
.navbar ul li ul{
	position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    min-width: 100%;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
	transition: all .3s ease-in-out;
	display:none
}
.navbar ul li ul li{
	float:none;
	width:100%
}
.navbar ul li ul li a {
    display: block;
    width: 100%;
    padding: 0.5rem 1.25rem;
    box-sizing: border-box;
    font-weight: 400;
    color: #333 !important;
    text-align: inherit;
    white-space: nowrap;
    font-size: 14px;
	text-transform:inherit;
}
.navbar ul li:hover ul{
	display: block;
	transition: all .3s ease-in-out;
}
.navbar ul li ul li a:hover{
	color:#fff !important;
	background-color:#2356B2
}

.main{
	padding-top:80px;
	background:linear-gradient(#F7F7F8 20%,#FFFFFF 80%);
	min-height:450px
}
.main-content{
	line-height:200%;
	font-size:14px;
}
.company-profile{
	display:flex;
	flex-wrap: wrap;
}
.company-profile .txt{
	width: 50%;
    position: relative;
	padding-right:40px;
}
.company-profile .txt h1{
	font-size: 30px;
    font-weight: bold;
    line-height: 1;
}
.company-profile .txt h2{
	padding-top: 20px;
	font-size: 24px;
    color: #2356B2;
}
.company-profile .txt p{
	padding-top:20px;
	font-size:16px;
	line-height:160%;
	color:#333
}
.company-profile .pic{
	width: 50%;
    text-align: right;
    padding-left: 10px;
	padding-top:100px
}
.company-profile .pic img{
	max-width:100%
}
.title{
	text-align:center;
	margin-bottom:50px
}
.title h4{
	font-size: 28px;
    text-transform: uppercase;
    color: #333;
	font-weight: bold;
}
.title span{
	font-size: 14px;
	color:#999
}
.about{
	padding-top:80px;
	background:linear-gradient(#F7F7F8 20%,#FFFFFF 80%);
	min-height:320px
}
.about-content{
	display:flex;
	justify-content: space-between;
	flex-wrap:wrap;
}
.about-content .text{
	flex:1;
	display: -webkit-box;
	line-height:200%;
	font-size:14px;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-line-clamp: 13;
    -webkit-box-orient: vertical;
	padding-right:50px;
}
.about-list{
	width:320px
}
.about-list ul li{
	padding:10px 20px 10px 100px;
	background:#2356B2 url(../images/about-icon.png) no-repeat 35px center;
	height:59px;
	line-height:39px;
	margin-bottom:20px
}
.about-list ul li a{
	font-size: 16px;
	line-height: 100%;
	color:#FFF
}
.about-pic{
	margin-top:30px
}
.about-pic ul{
	display: flex;
	justify-content: space-between;
    align-items: center;
	flex-wrap: wrap;
	margin:0 -10px
}
.about-pic ul li{
	width:25%;
	padding:0 10px
}
.about-pic img{
	max-width:100%
}

.hot-product{
	margin-top:80px;
	padding:80px 0;
	background: url(../images/pbg.jpg) center 0 no-repeat;
	background-attachment:fixed;
	overflow:hidden
}
.hot-product .title h4{
	color:#FFF
}
.hot-product .title span{
	color:#FFF
}
.hot-product-list{
	overflow:hidden;
	margin-left:-10px;
	margin-right:-10px
}
.hot-product-list ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
    align-items:flex-start;
}
.hot-product-list ul li{
	width:25%;
	text-align:center;
	padding:10px;
}
.hot-product-list ul li img{
	max-width:100%
}
.hot-product-list ul li span{
	display:block;
	padding:10px 0;
	font-size:16px;
	color:#333;
	border-radius:0 0 20px 0;
	background-color:#FFF
}
.hot-product-list ul li a{
	display:block;
	transition: all .3s ease-in-out;
}
.hot-product-list ul li a:hover {
    -webkit-transform:translateY(-14px);
	-ms-transform:translateY(-14px);
	-o-transform:translateY(-14px);
	transform:translateY(-14px);
}


.news{
	margin-top:80px;
}
.news-list{
	margin-top:30px
}
.news-list ul{
	display:flex;
	align-items: center;
	flex-wrap: wrap;
	margin-left:-10px;
	margin-right:-10px;
	margin-bottom:30px
}
.news-list ul li{
	width:33.3333%;
	padding:0 10px;
	margin-bottom:20px
}
.news-list ul li h5{
	font-size:18px;
	padding-top:10px
}
.news-list ul li span{
	font-size:14px;
	color:#999
}
.news-list ul li .news-pic img{
	max-width:100%
}

.more{
	text-align:center
}
.more a{
	display:inline-block;
	width:126px;
	padding:5px 0;
	border-radius:30px;
	border:2px solid #2356B2;
	color:#2356B2;
	font-weight:700
}
.more a:hover{
	background-color:#2356B2;
	color:#FFFFFF
}

.contact-us{
	margin:30px 0
}
.contact-us li{
	text-align:center;
	margin-bottom:20px;
}
.contact-us li .icon{
	padding-bottom:5px
}
.contact-us li h3{
	font-size:14px;
	color:#999
}
.contact-us li span{
	display:block;
	font-size:16px;
	line-height:140%;
	color:#333;
}


.footer{
	position:relative;
	color:#FFF;
	background:#2356B2;
	margin-top:80px
}
.footer-widgets{
	display: flex;
    flex-wrap: wrap;
	justify-content:space-between;
	font-size:16px;
	padding-top: 58px;
    padding-bottom: 40px;
}
.footer-col:first-child{
	width:45%;
	margin-left:0px;
}
.footer-col{
	width:auto;
	margin-left:30px;
}
.widget-title{font-size:24px;margin-bottom:20px;position:relative; color:#FFF;padding-bottom:15px;word-spacing:5px;letter-spacing:1.5px}
.widget-title:before{border-bottom:1px solid rgba(255,255,255,.1);width:30%;content:"";position:absolute;left:0;bottom:0}
.widget-title:after{border-bottom:3px solid #FFFFFF;border-bottom-color:#FFFFFF;width:5%;content:"";position:absolute;left:0;bottom:-.5px;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}
.footer-col:hover .widget-title:after{width:15%}

.footer-col ul li{
	display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    transition: all .3s ease-in-out;
    position: relative;
	color:#FFF;
	font-size:16px
}
.footer-col ul li a{
	color:#FFF;
	font-size:16px !important
}
.footer-col ul li a:hover{
	text-decoration:underline
}
.contact{
	padding-right:1.5em
}
.qrcode{
	width:200px
}
.qrcode img{
	max-width:100%
}
.copyright{
	text-align:center;
	padding:15px 0;
	border-top:1px solid rgba(255,255,255,.1);
}

.contact-box{
	padding:20px 0 20px 40px;
	display:flex;
	justify-content:space-between;
	flex-wrap: wrap
}
.contact-text{
	width:52%;
	padding-right:40px
}
.contact-text i{
	display:block;
	height:2px;
	width:52px;
	background-color:#063D8D;
	margin-bottom:18px
}
.contact-text span{
	font-size:18px;
	color:#595757;
	font-weight:700
}
.contact-text h4{
	font-size:24px;
	margin-top:30px;
	padding:14px 0;
	color:#3e3a39;
}
.contact-text p{
	font-size:14px;
	color:#333;
	line-height:160%;
	margin-top:10px;
}
.map{
	width:48%
}

.history{
	margin-top: 70px;
    position: relative;
}
.history::after {
  z-index: 1;
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: rgba(225, 225, 225, 0.8);
  left: 0;
  top: 45px;
}
.history-box{
	position: relative;
    z-index: 5;
}
.history-box .swiper-container{
	padding: 0 70px;
	overflow: hidden;
}
.history-box .swiper-slide {
    position: relative;
}
.history-box .swiper-slide p {
  font-size: 16px;
  color: #151d2b;
  opacity: 0.5;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
}
.history-box .swiper-slide ul li{
	list-style-type: disc;
}
.history-box .swiper-slide .dwo {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.history-box .swiper-slide .time {
  font-size: 16px;
  opacity: 1;
  margin: 5px 0
}
.history-box .swiper-slide span {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../images/dian.png) no-repeat center center;
}
.history-box .swiper-slide .text {
  opacity: 1;
}
.history-box .swiper-slide-next {
  position: relative;
}
.history-box .swiper-slide-next .dwo {
  position: absolute;
  z-index: -1;
  font-size: 70px;
  font-weight:bold;
  line-height: 1;
  top: 20px;
  left: 0;
  opacity: 0.05;
}
.history-box .swiper-slide-next span {
  background: url(../images/diandian.png) no-repeat center center;
}
.history-box .swiper-button-prev,
.history-box .swiper-button-next {
  width: 37px;
  height: 37px;
}
.history-box .swiper-button-prev {
  background: url(../images/h-left.png) no-repeat center center;
}
.history-box .swiper-button-next {
  background: url(../images/h-right.png) no-repeat center center;
}

.jobs-page form {
  margin-top: 35px;
}
.jobs-page form ul {
  margin: -10px -45px;
}
.jobs-page form ul li {
  padding: 10px 45px;
}
.jobs-page form ul li label {
  display: block;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 10px;
}
.jobs-page form ul li input,
.jobs-page form ul li textarea {
  display: block;
  width: 100%;
  line-height: 24px;
  padding: 13px 15px;
  font-size: 16px;
  border: 1px solid #dedede;
  color: #000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.jobs-page form ul li input:focus,
.jobs-page form ul li textarea:focus {
  border-color: #2356B2;
}
.jobs-page form ul li textarea {
  height: 180px;
}
.jobs-page form ul li button {
  margin-top: 30px;
  background: #2356B2;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 5px;
  padding: 12px;
}
.jobs-page form ul li button:hover {
  background: #333;
}
.jobs-page form ul li.wid-100 {
  width: 100% !important;
}

.jobs{margin-top:20px}
.jobs .jobs-head{
	display:flex;
	justify-content: space-around;
    align-items: center;
}
.jobs .jobs-head .jobs-item{
	font-size:18px;
	color:#595757;
	font-weight:bold;
	width:18%;
	text-align:center
}
.jobs .jobs-head .jobs-item:last-child{
	width:10% !important
}
.jobs .jobs-body{
	border-top:1px solid #DCDCDC;
	border-bottom:1px solid #DCDCDC;
	display:flex;
	justify-content: space-around;
    align-items: center;
	padding:14px 0
}
.jobs .jobs-body .jobs-item{
	font-size:14px;
	color:#595757;
	width:18%;
	text-align:center
}
.jobs .jobs-body em{
	display:block;
	background:url(../images/plus.png) center no-repeat;
	width:10% !important;
	height:15px
}
.jobs dl dt{margin-bottom:14px}
.jobs dl dd{margin-top:-1px}
.jobs .active .jobs-body{background-color:#2356B2;color:#FFFFFF}
.jobs .active .jobs-body .jobs-item{color:#FFFFFF}
.jobs .active .jobs-body em{
	background:url(../images/minus.png) center no-repeat;
}
.jobs-data{display:none;padding:40px 60px;font-size:14px;line-height:200%;color:#595757}
.hr-content{padding-top:50px;font-size:14px;line-height:200%;color:#595757}

.captcha{
	margin-top: 30px;
}
.captcha span{
	white-space:nowrap;
}
.onError{
	color:#F00
}

.news-detail{
	margin:0 auto
}
.news-detail h3{text-align:center;font-size:24px;font-weight:bold;padding:30px 0 10px 0; line-height:140%}
.news-detail em{display:block;font-size:14px;text-align:center;color:#999}
.news-detail .desc{line-height:180%;font-size:18px;padding:30px 0 0 0}
.news-detail .desc img{max-width:100%}
.news-footer{margin-top:30px;line-height:200%;font-size:14px;}


.grid-box{
  display:flex;
  flex-wrap:wrap;
  justify-content:flex-start
}
.grid-box .column{
	flex: 1;
    display: flex;
    flex-direction: column;
	flex-wrap: wrap;
}
.grid-box .column{width:100%;flex:none}
.grid-box.two>.column{width:50%;flex:none}
.grid-box.three>.column{width:33.33333%;flex:none}
.grid-box.four>.column{width:25%;flex:none}
.grid-box.five>.column{width:20%;flex:none}

.img-box{overflow:hidden;position:relative}
.img-box img{transition:1s ease}
.img-box:hover img{transform:scale(1.1,1.1)}

.inner-list{
	margin-top:30px
}
.inner-list .grid-box .column {
  padding: 15px;
  box-sizing:border-box
}
.inner-list .grid-box .column .list-bg {
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  align-items:center;
  width:100%;
  overflow: hidden;
}
.inner-list .grid-box .column .content{
	width:100%;
	padding:10px;
	background-color:#FFF
}
.inner-list .grid-box .column .content h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 16px;
  color: black;
  line-height: 140%;
  text-align: center;
  height:49px
}
.inner-list .grid-box .column .list-bg a.img-box {
  display: block;
  max-height:522px;
  overflow:hidden
}
.inner-list .grid-box .column .list-bg a.img-box img {
  width: 100%;
}
.inner-list .grid-box .column .list-bg i {
  display: block;
  padding: 15px;
  width:50%
}
.inner-list .grid-box .column .list-bg i img {
  max-width:100%
}
.inner-list .grid-box .column .content .tag {
  display: block;
  font-size: 12px;
  color: black;
  font-family: "Roboto-Light";
}
.inner-list .grid-box .column .content .tag time {
  display: inline-block;
}
.inner-list .grid-box .column .content .tag a.cat {
  float: right;
  color: #F95877;
}
.inner-list .grid-box .column .content .tag a.cat:hover {
  text-decoration: underline;
}
.inner-list .grid-box .column .list-bg em {
  display: block;
  width:100%;
  font-size: 16px;
  color: #333;
  padding: 10px;
  text-align:center;
  line-height:140%;
  border-radius:0 0 20px 0;
  background-color:#FFF
}
.inner-list .grid-box .column .content h3 {
  display: block;
  font-size: 16px;
  font-family: "roboto-black";
  line-height: 24px;
  color: black;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  max-height: 48px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-list .grid-box .column .content h3:hover {
  color: #F95877;
}
.inner-list .grid-box .column .content p {
  display: block;
  font-size: 14px;
  color: black;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  max-height: 75px;
}

.product-view{display:flex;flex-wrap:wrap;padding-top:30px;}
.show-pic{width:auto}
.show-pic img{
	max-width:100%
}
.product-right{flex:1;padding-left:4%}
.product-right table td{
	font-size:14px;
	border:1px solid #000;
	padding:5px
}

#go-top {
  width: 50px;
  height: 50px;
  border-radius: 5px;
  background: #333;
  line-height: 50px;
  text-align: center;
  display: block;
  bottom: 50px;
  right: 20px;
  position: fixed;
  cursor: pointer;
  cursor: hand;
  z-index: 999;
  -webkit-transition: 0.5s background-color;
  -moz-transition: 0.5s background-color;
  -ms-transition: 0.5s background-color;
  -o-transition: 0.5s background-color;
  transition: 0.5s background-color;
}
#go-top img {
  display: inline-block;
  vertical-align: middle;
}

.pagination{text-align:center}
.pagination ul li.pc{display:none}
.pagination ul li.wap{display:inline-block}
.pagination ul {
	display: inline-block;
	padding: 0;
	margin: 2% auto;
	font-size: 14px;
}
.pagination ul li {
	float:none;
	display: inline;
	list-style: none;
	width:auto;
	margin:auto
}
.pagination ul li a,.pagination ul li span {
	color: black;
	display: inline;
	padding: 5px 8px;
	margin-left: -1px;
	border:1px solid #e1e2e3;
	text-decoration: none;
	width:auto
}
.pagination ul li span {
	color: #666;
}
.pagination ul li a:hover{
	background: #2356B2;
	color: #FFFFFF;
}
.pagination ul li.current span{
	font-weight: bold;
	background: #2356B2;
	color: #FFFFFF;
}

.clearfix{zoom:1}
.clearfix:after{content:"\0020";display:block;height:0;clear:both;visibility:hidden}

.clear{height:74px;clear:both;overflow:hidden}
.footer_contact {-webkit-transform:translateZ(0);-webkit-animation-duration:350ms;position:fixed;-webkit-animation-timing-function:ease-in-out;-webkit-animation-name:fadein;z-index:10;opacity:1;width:100%;overflow:hidden;bottom:0;}
.footer_contact ul {overflow:hidden;margin:0;padding:0}
.footer_contact li {float:left;width:25%;box-sizing:border-box;text-align:center;font-size:14px;border-right:solid 1px #FFFFFF;background:#2356B2}
.footer_contact li a {color:#FFFFFF;height:74px;padding-top:14px;text-decoration:none;display:block}
.footer_contact li:last-child {border-right:none}

@media screen and (max-width: 1440px) {
	.container{
		width:auto;
    }
}
@media screen and (max-width: 1200px) {}
@media screen and (max-width: 992px) {
	.slider{
		margin-top:80px
    }
	.header{
		background:#2356B2;
		height:80px;
    }
	.logo{
		width:auto;
		padding:10px;
    }
	.hd-text-box{
		padding:0 10px
	}
	.hd-text-box h2{
		font-size:16px;
		padding-bottom: 10px;
	}
	.hd-text-box span{
		display:none
	}
	.form-group{
		margin-top: 10px;
	}
	.hd-search {
		width: 90%;
        margin: 0 auto;
    }
	.form-group .form-control{
		height: 40px;
        border-radius: 20px;
        font-size: 14px;
        padding: 0 105px 0 20px
	}
	.form-submit{
		height: 30px;
	}
	.populer-search{
		display:none
	}
	.about{
		padding-top: 30px;
	}
	.title{
		margin-bottom: 20px
	}
	.about-content .text{
		padding-right: 0px;
		width:100%;
		overflow:inherit;
		-webkit-line-clamp: 100;
        -webkit-box-orient: ;
	}
	.about-list{width:100%;margin-top:10px;}
	.about-list ul li{margin-bottom: 10px;}
	.about-pic{margin-top: 10px}
	.about-pic ul li{
		width:50%;
		padding:10px
	}
	.hot-product{
		margin-top: 30px;
		padding: 30px 0;
	}
	.hot-product-list ul li{
		width:50%;
	}
	.news{
		margin-top: 30px;
	}
	.news-list ul li{
		width:100%;
		margin-bottom:10px;
	}
	.footer{
		margin-top: 30px;
	}
	.footer-col:first-child{
		width:100%;
	}
	.footer-col{
		width:100%;
		margin-left: 0px;
		margin-bottom:10px
	}
	.grid-box.two>.column{width:100%}
	.grid-box.three>.column{width:100%}
	.grid-box.four>.column{width:100%}
	.grid-box.five>.column{width:100%}
	.inner-list .grid-box .column .list-bg{
		width:100%
	}
	.grid-box .column {
		flex-wrap: nowrap
    }
	.product-right{
		padding-left: 0;
		padding-top:10px
	}
	.main{
		padding-top: 30px;
	}
	.contact-box{
		padding:0
	}
	.contact-text {
		width: 100%;
		padding-right: 0px;
    }
	.map{
		width: 100%;
		margin-top:20px
	}
	.company-profile .txt{
		width: 100%;
		padding-right:0
    }
	.company-profile .pic{
		width: 100%;
		padding-top:15px
    }
}
@media screen and (max-width: 768px) {}