.clear:after {
	display: block;
	content: '';
	clear: both;
}
body{
	min-width: 1200px;
	background: #f4f4f4;
}
/*top*/
.top{
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: #efefef;
}
.top p a{
	display: block;
	width: 80px;
	text-align: center;
	float: left;
	color: #838383;
}

.swiper-banner .swiper-button-prev {
	background-image: url("../images/banner_l.png")!important;
}

.swiper-banner .swiper-button-next {
	background-image: url("../images/banner_r.png")!important;
}

/*头部*/
.head{
    width: 100%;
    height: 100px;
    background: #fff;
}
.logo{
    padding-top: 28px;
}
.phone{
    width: 260px;
    background: url(../images/phone.png) no-repeat center left;
    height: 55px;
    margin-top: 25px;
}
.phone strong{
    font-size: 26px;
    font-weight: bold;
    color: #4d4d4d;
    display: block;
    padding-left: 50px;
}
.phone p{
    color: #747679;
    font-size: 14px;
    padding-left: 50px;
}
.nav{
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #0d91ea;
    overflow: hidden;
}
.nav ul li{
    width: 145px;
    float: left;
    text-align:center;
}
.nav ul li a{
    color: #fff;
    font-size: 14px;
    display: block;
    width: 100%;
    height: 100%;
}
.nav ul li:hover{
    background: #0883d7;
}
#thyNavStyle{
	background: #0883d7;
}
.keywords{
	width: 100%;
	height: 65px;
	line-height: 65px;
	background: #f4f4f4;
	border-bottom: 1px solid #dbdbdb;
}
.key-left strong{
	display: block;
	float: left;
	background: url(../images/key.png) no-repeat center left;
	font-size: 14px;
	color: #515151;
	text-indent: 30px;
}
.key-left ul {
	float: left;
}
.key-left ul li{
	padding: 0px 20px;
	float: left;
	color: #7b7b7b;
	font-size: 14px;
	font-weight: lighter;
}
.key-right{
	width: 270px;
	height: 35px;
	margin-top: 15px;
}
.about-search-inp{
	width: 210px;
	background: #fff;
	height: 33px;
	border: 1px solid #e5e5e5;
	text-indent: 20px;
	float: left;
	font-size: 14px;
}
.about-search-submit{
	width: 58px;
	height: 35px;
	background: #177dc7;
	color: #fff;
	font-size: 14px;
	float: right;
}
/*main*/
.wrapper {
	width: 1200px;
	margin: 0 auto;
}
.title{
	text-align: center;
}
.title h2{
	color: #8d5e23;
	font-size: 36px;
	font-weight: 400;
}
.title p{
	color: #999999;
	font-size: 16px;
	padding: 15px 0 23px 0;
	letter-spacing: 2px;
}
.title span{
	color: #727272;
	font-size: 15px;
	letter-spacing: 2px;
}
/*首页产品*/
.in-pro{
    width: 100%;
    position: relative;
    padding: 60px 0 140px 0; 
    background: url(../images/pro.png) no-repeat center center;
}
.title{
    text-align: center;
}
.title h2{
    color: #3b3a3a;
    font-size: 32px;
    font-weight: normal;
}
.title p{
    color: #858585;
    font-size: 16px;
    font-weight: normal;
}
.indexpro {
    width: 100%;
    padding-top: 30px;
}
.type ul li {
    display: block;
    overflow: hidden;
    position: relative;
    font-size: 16px;
    text-align: center;
    width: 199px;
    height: 60px;
    line-height: 60px;
    z-index: 5;
    border-right: 1px solid #067ccc;
    background: #0d91ea;
    float: left;
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
}

.type ul li:last-child{
	border-right: 0;
}
.type ul li:hover a {
    color: #fff;

}

.type ul li:hover a:before {
    height: 500%;
    opacity: 1;
}

.type ul li a:before {
    position: absolute;
    content: '';
    z-index: -1;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    width: 100%;
    height: 0;
    top: 50%;
    left: 50%;
    background: #0883d7;
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.type ul li:last-child {
    margin-right: 0px;
}

.type ul li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

.type ul .on {
    background: #0883d7;
}

.type ul .on a {
    color: #fff;
}

.pro-list {
    margin-top:37px;
    margin-bottom: 48px;
    height: 390px;
}

.list {
    position: relative;
}
.list .swiper-slide{
    width: 393px;
    height: 324px;
    overflow: hidden;
}
.list .pic{
    width:100%;
    height: 262px;
}
.list img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.list p{
	line-height: 57px;
	text-align: center;
	border-bottom: 1px solid #c8c8c8;
	color: #474747;
	font-size: 16px;
	width: 100%;
}

.pro-next0 {
    background-image: url(../images/pro-right.png)!important;
    width: 53px!important;
    height: 102px!important;
    outline: none;
    background-size:53px 103px!important;
    right: -95px!important;
    top: 27%!important;
}

.pro-prev0 {
    background-image: url(../images/pro-left.png)!important;
    width: 53px!important;
    height: 102px!important;
    outline: none;
    background-size:53px 103px!important;
    left: -95px!important;
    top: 27%!important;
}

.pro-next1 {
    background-image: url(../images/pro-right.png)!important;
    width: 53px!important;
    height: 102px!important;
    outline: none;
    background-size:53px 103px!important;
    right: -95px!important;
}

.pro-prev1 {
    background-image: url(../images/pro-left.png)!important;
    width: 53px!important;
    height: 102px!important;
    outline: none;
    background-size:53px 103px!important;
    left: -95px!important;
}

.pro-next2 {
    background-image: url(../images/pro-right.png)!important;
    width: 53px!important;
    height: 102px!important;
    outline: none;
    background-size:53px 103px!important;
    right: -95px!important;
}

.pro-prev2 {
    background-image: url(../images/pro-left.png)!important;
    width: 53px!important;
    height: 102px!important;
    outline: none;
    background-size:53px 103px!important;
    left: -95px!important;
}

.pro-next3 {
    background-image: url(../images/pro-right.png)!important;
    width: 53px!important;
    height: 102px!important;
    outline: none;
    background-size:53px 103px!important;
    right: -95px!important;
}

.pro-prev3 {
    background-image: url(../images/pro-left.png)!important;
   	width: 53px!important;
    height: 102px!important;
    outline: none;
    background-size:53px 103px!important;
    left: -95px!important;
}

.pro-next4 {
    background-image: url(../images/pro-right.png)!important;
    width: 53px!important;
    height: 102px!important;
    outline: none;
    background-size:53px 103px!important;
    right: -95px!important;
}

.pro-prev4 {
    background-image: url(../images/pro-left.png)!important;
    width: 53px!important;
    height: 102px!important;
    outline: none;
    background-size:53px 103px!important;
    left: -95px!important;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
	opacity: 1!important;
}
.pro-more{
	margin: 0 auto;
	width: 400px;
}
.pro-more a{
	display: block;
	float: left;
	width: 185px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	text-indent: 25px;
	border: 1px solid #dbdbdb;
	border-radius: 30px;
	background: url(../images/jiantou.png) no-repeat center left 35px;
	margin-right: 25px;
	-webkit-transition: 400ms 0s all ease;
    -moz-transition: 400ms 0s all ease;
    -ms-transition: 400ms 0s all ease;
    -o-transition: 400ms 0s all ease;
    transition: 400ms 0s all ease;
    color: #7f7f7f;
    font-weight: 100;
}
.pro-more a:last-child{
	margin-right: 0;
}
.pro-more a:hover{
	background: #0d91ea url(../images/jiantou-ho.png) no-repeat center left 37px;
	-webkit-transition: 400ms 0s all ease;
    -moz-transition: 400ms 0s all ease;
    -ms-transition: 400ms 0s all ease;
    -o-transition: 400ms 0s all ease;
    transition: 400ms 0s all ease;
    color: #fff;
}
/*公司简介*/
.in-company{
	width: 100%;
	position: relative;
}
.in-company img{
    display: block;
    max-width: 100%;
}
.title1{
	width: 100%;
	padding: 70px 0 55px 0;
	background: #bbbbbb;
	text-align: center;
}
.title1 h2{
	color: #fff;
	font-size: 36px;
	font-weight: normal;
}
.title1 p{
	color: #fff;
	font-size: 16px;
}
.com-conter{
	padding: 30px 0;

}
.com-conter p{
	color: #5b5b5b;
	font-size: 16px;
	line-height: 30px;
}
.com-conter p a{
	color: #177dc7;
	font-size: 16px;
	font-weight: bold;
}
.case{
	width: 100%;
	padding-top: 57px;
}
.case p{
	line-height: 45px;
	text-align: center;
	border-bottom: 1px solid #c8c8c8;
	width: 100%;
}
.case-more{
	margin: 45px 0;
}
.case-more a{
	display: block;
	line-height: 45px;
	text-align: center;
	text-indent: 25px;
	border: 1px solid #dbdbdb;
	border-radius: 30px;
	background: url(../images/jiantou.png) no-repeat center left 30px;
	margin-right: 25px;
	-webkit-transition: 400ms 0s all ease;
    -moz-transition: 400ms 0s all ease;
    -ms-transition: 400ms 0s all ease;
    -o-transition: 400ms 0s all ease;
    transition: 400ms 0s all ease;
    color: #7f7f7f;
    font-weight: 100;
    width: 185px;
	height: 45px;
	margin: 0 auto;
    
}
.case-more a:hover{
	background: #0d91ea url(../images/jiantou-ho.png) no-repeat center left 32px;
	-webkit-transition: 400ms 0s all ease;
    -moz-transition: 400ms 0s all ease;
    -ms-transition: 400ms 0s all ease;
    -o-transition: 400ms 0s all ease;
    transition: 400ms 0s all ease;
    color: #fff;
}
/*新闻资讯*/
.in-news{
	width: 100%;
	position: relative;
}
.news-list{
	margin-top: 65px;
	height: 430px;
}
.news-list ul li{
	width: 50%;
	float: left;
	height: 214px;
	position: relative;
	overflow: hidden;
}
.news-list ul li .text{
	position: relative;
	z-index: 50;
	width: 311px;
	height: 214px;
}
.news-list ul li .news-img{
	height: 215px;
    width: 300px;
}
.news-list ul li .news-img img{
    width:100%;
    height: 100%;
    object-fit: cover;
}
.news-list ul li .text h2{
	color: #ffffff;
	font-size: 18px;
	font-weight: normal;
	padding-top: 53px;
	padding-left: 30px;
	padding-right: 30px;
}
.news-list ul li .text p{
	color: #fff;
	float: right;
	padding-top: 97px;
	padding-right: 16px;
	font-weight: 100;
	font-size: 16px;
}
.news-list ul li:nth-child(1) .text{
	float: left;
	background:url(../images/n1.png) no-repeat center;
}
.news-list ul li:nth-child(1) .news-img{
	float: right;
	position: absolute;
	right: 0px;
}
.news-list ul li:nth-child(2) .text{
	float: left;
	background:url(../images/n2.png) no-repeat center;
}
.news-list ul li:nth-child(2) .news-img{
	width: 50%;
	float: right;
	position: absolute;
	right: 0;
}
.news-list ul li:nth-child(3) .text{
	float: right;
	background:url(../images/n3.png) no-repeat center;
}
.news-list ul li:nth-child(3) .news-img{
	float: left;
	position: absolute;
	left: 0;
}
.news-list ul li:nth-child(4) .text{
	float: right;
	background:url(../images/n4.png) no-repeat center;
}
.news-list ul li:nth-child(4) .news-img{
	float: left;
	position: absolute;
	left: 0;
}
/*常见问题*/
.index-news{
	width: 100%;
	padding: 42px 0;
	background: #fff;
}
.index-news ul{
	margin-top: 50px;
}
.index-news ul li{
	width: 100%;
	border-bottom: 1px solid #e5e5e5;
	padding: 20px 0;	
}
.index-news ul li:nth-child(3){
	border-bottom: none;
}
.index-news ul li .new-img{
	width: 315px;
	height: 160px;
	overflow: hidden;
}
.index-news ul li .new-img img{
	object-fit: cover;
	-webkit-transition: 400ms 0s all ease;
    -moz-transition: 400ms 0s all ease;
    -ms-transition: 400ms 0s all ease;
    -o-transition: 400ms 0s all ease;
    transition: 400ms 0s all ease;
    width: 100%;
    height: 100%;
}
.index-news ul li .new-text{
	width: 835px;
}
.index-news ul li .new-text .biaoti{
	width: 690px;
}
.index-news ul li .new-text h2{
	color: #333333;
	font-size: 18px;
	padding-top: 20px;
}
.index-news ul li:hover .new-text h2{
	color: #865e21;
}
.index-news ul li .new-text p{
	color: #666666;
	font-size: 14px;
	line-height: 25px;
	padding-top: 20px;
}
.index-news ul li .new-text .time{
	width: 77px;
	height: 101px;
	border-left: 1px dashed #c7c7c7;
	text-align: right;
	margin-top:30px;
}
.index-news ul li .new-text .time span{
	color: #999999;
	font-size:40px;
	font-weight: bold;
}
.index-news ul li .new-text .time small{
	color: #999999;
	font-size:13px;
	display: block;
	margin-top: 10px;
	font-weight: 400;

}
.index-news ul li:hover .new-img img{
	transform: scale(1.04);
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -webkit-transition: 400ms 0s all ease;
    -moz-transition: 400ms 0s all ease;
    -ms-transition: 400ms 0s all ease;
    -o-transition: 400ms 0s all ease;
    transition: 400ms 0s all ease;
}

/*footer*/
.footer {
	background: #e5e5e5;
	padding-top: 58px;
	padding-bottom: 28px;
}
.f-logo{
	width: 205px;
	height: 90px;
	float: left;
}
.f-center{
	width: 830px;
	float: left;
	margin-left: 50px;
}
.f-center ul li{
	float: left;
	width: 88px;
	text-align: center;
	border-right: 1px solid #8e8e8e;
	color: #666666;
	font-size: 14px;
}
.f-center ul li a{
	color: #666666;
	font-size: 14px;
}

.f-center .contact{
	padding-left: 15px;
	
}
.f-center .contact p{
	color: #666;
	font-size: 14px;
	float: left;
	margin-top: 25px;
	margin-bottom: 25px;
	margin-right: 20px;
}
.link{
	width: 100%;
	padding-left: 15px;
}
.link strong{
	color: #515151;
	font-size: 14px;
	float: left;
}
.link ul li{
	float: left;
	margin-left: 100px;
	border-right:0;
    width: 100px;
}
.link ul li a{
	color: #666666;
	font-size: 14px;
}
.ewm{
	float: right;
}
.foot-bottom{
	width: 100%;
	height: 58px;
	background: #dadada;
	color: #767676;
	font-size: 14px;
	line-height: 58px;
}
.foot-bottom a{
	color: #767676;
}
/*内页产品分类*/
.product-type{
	width: 100%;
	margin-bottom: 30px;
	margin-top: 20px;
}
.product-type ul{
	width: 100%;
	margin: 0 auto;
}
.product-type ul li{
	width: 100%;
	text-align: left;
	float: left;
	height: 30px;
	margin-bottom: 15px;
	line-height: 30px;
	position: relative;
}
.product-type ul li a span{
	font-size: 14px;
	color: #333;
	display: block;
	float: left;
	font-weight: bold;
}

.product-type ul li:last-child{
	margin-right: 0px;
}
.product-type ul li ol{
	width: 90%;
	float: right;
	display: block;
}
.product-type ul li ol a{
	display: block;
	float: left;
	padding:0px 20px;
	font-size: 14px;
}
.product-type ul li ol a:hover {
	background: #8d5e23;
	color: #fff;
	border-radius: 5px;
}
/*首页导航条*/
#thyNavStyles>a {
	width: 70%;
	background: none;
	color: #0076c7;
	border-bottom: 2px solid #0076c7;
}

.textblue a {
	color: #0076c7!important;
}
.a_left{width:44px; height:65px; position:absolute; z-index:9999;margin-top:40px;left: 20px;top: 30%;}
.a_right{width:44px; height:65px; position:absolute; z-index:9999; margin-top:40px;right: 20px;top: 30%;}
.a_left a{width:44px; height:65px; float:left; display:block; position:relative; z-index:999;background:url('../images/btn-prev.png') no-repeat left center;}
.a_right a{width:44px; height:65px; float:right;display:block; position:relative; z-index:999;background:url('../images/btn-next.png') no-repeat right center;}
.a_left a:hover{width:44px; height:65px;float:left;background:url('../images/btn-prev-cur.png') no-repeat left center;}
.a_right a:hover{width:44px; height:65px;float:right;z-index:999;background:url('../images/btn-next-cur.png') no-repeat right center;}
.info_img_detail{ text-align:center;}
.info_img_detail img{  padding:3px; border:#CCC solid 1px;max-width: 60%;}
.food_name{ text-align:center; line-height:40px;}
.food_info_tit_bg{margin:30px 0 0 0px;width:100%;height:30px;background:#ececec; float:left;}
.food_info_tit{display:inline-block;padding-left:10px; padding-right:10px;height:100%;border-right:1px solid #fff;background:#656565;color:#fff;line-height:30px;font-family:Microsoft YaHei; font-size:14px;}
#fh5co-board{width: 100%; margin-top: 20px;}
#fh5co-board .item {height: 310px;width: 284px;float: left; margin-right: 20px;}
#fh5co-board .item:nth-child(4n){margin-right: 0;}
#fh5co-board .item a { display: block;height: 260px;width: 284px;overflow: hidden; }
#fh5co-board .item .fh5co-desc { line-height: 35px;text-align: center;border-bottom: 1px solid #666; }
#fh5co-board .item .fh5co-item-title { font-family: "Montserrat", arial, sans-serif; font-size: 17px; line-height: 24px; margin: 0; padding: 0; }
#fh5co-board .item img {object-fit: cover; -webkit-transition: 0.2s; -o-transition: 0.2s; transition: 0.2s;width: 100%;height: 100%; }
#fh5co-board .item .fh5co-board-img { border-top-left-radius: 4px; border-top-right-radius: 4px; overflow: hidden; }
#fh5co-board .item .image-popup:hover img { opacity: .7; }
.job-content p{text-indent: 24px;font-size: 16px;line-height: 30px;color: #737373;}
.job-content img{max-width: 100%;padding: 20px 0;}

/*固定的悬浮窗*/
.yb_conct{
	position:fixed;
	z-index:9999;
	right:-127px;
	cursor:pointer;
	top: 230px;
	transition:all .3s ease;
}
.yb_bar ul li{width:180px;height:53px;font:16px/53px 'Microsoft YaHei';color:#fff;text-indent:54px;margin-bottom:3px;border-radius:3px;transition:all .5s ease;overflow:hidden;}
.yb_bar .yb_top{background:#0d91ea url(../images/on_line.png) no-repeat 0 0;}
.yb_bar .yb_phone{background:#0d91ea url(../images/on_line.png) no-repeat 0 -57px;}
.yb_bar .yb_QQ{text-indent:0;background:#0d91ea url(../images/on_line.png) no-repeat 0 -113px;}
.yb_bar .yb_ercode{background:#0d91ea url(../images/on_line.png) no-repeat 0 -169px;}
.hd_qr{padding:0 29px 25px 29px;width: 120px;height: 120px;}
.yb_QQ a{display:block;text-indent:54px;width:100%;height:100%;color:#fff;}