@charset "utf-8";

/* CSS Document */

body {
    margin: 0;
    padding: 0;
    font-family: "微软雅黑";
    background: #fff;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

input,
select,
textarea {
    outline: 0;
    margin: 0;
    padding: 0;
    font-family: "微软雅黑";
}

img {
    border: 0;
    vertical-align: top;
    width: 100%;
}

ul,
li {
    list-style-type: none;
}

a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    text-decoration: none;
}

.tc {
    text-align: center;
}

.tl {
    text-align: left;
}

.tr {
    text-align: right;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.cl {
    clear: both;
}

.w100{
	width: 100%;
}

.content {
    width: 1360px;
    margin: 0 auto;
}

.bigimg img {
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.bigimg:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.pc{
	display: block;
}

.phone{
	display: none;
}

[v-cloak]{
	display: none;
}

@font-face {
  font-family: "Dutch801BT-Roman";
  src: url('../font/TDutch801BT-Roman.otf');
  src: url('../font/Dutch801BT-Roman.woff');
  src: url('../font/Dutch801BT-Roman.ttf');
}
@font-face {
  font-family: "Bebas";
  src: url('../font/BEBAS-1.otf');
  src: url('../font/BEBAS-1.woff');
  src: url('../font/BEBAS-1.ttf');
}


/*首页*/
.header{
	width: 1360px;
	margin: 0 auto;
}
.logo{
	float: left;
	width: 107px;
}
.nav{
	float: right;
}
.nav li{
	float: left;
	line-height: 80px;
	padding: 0 30px;
	font-size: 16px;
}
.nav a{
	color: #333;
}
.banner_box{
	width: 100%;
	overflow: hidden;
}
.banner_box .swiper-slide img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.banner_box .swiper-pagination{
	width: auto;
	position: absolute;
	right: 10%;
	left: auto;
	bottom: 70px;
	color: #fff;
	font-family: "Bebas";
	font-size: 16px;
}
.banner_box .swiper-pagination span{
	padding: 0 12px;
}
.banner_box .swiper-pagination-current{
	font-size: 22px;
}

.about_box{
	width: 100%;
	padding: 121px 0 126px 0;
	overflow: hidden;
}
.about_left{
	width: 538px;
	position: relative;
}
.about_pic{
	width: 499px;
	margin: 39px 0 0 39px;
	overflow: hidden;
}
.about_pic_red{
	width: 133px;
	height: 133px;
	background: #e81a2f;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.about_right{
	width: 664px;
}
.about_right h1{
	color: #333;
	font-size: 36px;
	line-height: 56px;
	padding: 92px 0 32px 0;
	border-bottom: solid 1px #cecece;
	font-weight: normal;
}
.about_text{
	color: #787878;
	font-size: 16px;
	line-height: 34px;
	padding: 48px 0 32px 0;
	border-bottom: solid 1px #cecece;
	margin-bottom: 49px;
}
.about_text h4{
	color: #333;
	font-size: 26px;
	line-height: 36px;
	font-weight: normal;
	margin-bottom: 48px;
}
.about_more{
	float: right;
	width: 308px;
	height: 78px;
	line-height: 78px;
	text-align: center;
	border-radius: 10px;
	font-size: 24px;
	background: #e81a2f;
}
.about_more a{
	color: #fff;
}
@-webkit-keyframes hvr-ripple-in {
  100% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
  }
}
@keyframes hvr-ripple-in {
  100% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
  }
}
.hvr-ripple-in a{
  display: block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
.hvr-ripple-in a:before {
  content: '';
  position: absolute;
  border: #e81a2f solid 4px;
  border-radius: 10px;
  top: -12px;
  right: -12px;
  bottom: -12px;
  left: -12px;
  opacity: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.hvr-ripple-in a:hover:before, .hvr-ripple-in a:focus:before, .hvr-ripple-in a:active:before {
  -webkit-animation-name: hvr-ripple-in;
  animation-name: hvr-ripple-in;
}

.route_bg{
	width: 100%;
	height: 1000px;
	background: url(../images/route_bg.jpg) no-repeat;
	background-size: cover;
	overflow: hidden;
}
.route_tit{
	float: left;
	width: 18%;
	font-size: 16px;
	color: #333;
	line-height: 30px;
	margin: 613px 0 0 280px;
	overflow: hidden;
}
.route_tit h1{
	color: #333;
	font-size: 50px;
	line-height: 64px;
	font-family: "Dutch801BT-Roman";
	font-weight: normal;
}
.route_tit h4{
	color: #333;
	font-size: 36px;
	line-height: 64px;
	font-weight: normal;
	margin-bottom: 32px;
}
.route_box{
	float: right;
	width: 62%;
	margin-top: 104px;
	position: relative;
}
.route_pic{
	height: 580px;
	border: solid 1px #fff;
	position: relative;
	overflow: hidden;
}
.route_tm{
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.2;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.route_pic img{
	height: 100%;
	object-fit: cover;
}
.route{
	width: 80%;
	color: #fff;
	position: absolute;
	bottom: 55px;
	left: 10%;
	z-index: 2;
}
.route h4{
	font-size: 28px;
	line-height: 40px;
	font-weight: normal;
	margin-bottom: 32px;
	overflow: hidden; 
	white-space: nowrap; 
	text-overflow: ellipsis;
}
.route_txt{
	font-size: 16px;
	line-height: 28px;
	height: 84px;
	word-break: break-all;
	overflow: hidden;
	-webkit-line-clamp: 3;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	margin-bottom: 88px;
}
.route_btn{
	width: 100%;
}
.route_btn li{
	float: left;
	width: 50%;
	text-align: center;
	font-size: 22px;
	line-height: 46px;
}
.route_btn a {
	font-size: 16px;
	color: #fff;
  display: block;
  border-radius: 40px;
  border: solid 2px #fff;
  box-sizing: border-box;
}
.route_box .swiper-button-next{
	width: 65px;
	height: 65px;
	background: url(../images/route_btn.png) no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  top: 345px;
  right: 373px;
  z-index: 9;
  border: none;
  outline: none;
  cursor: pointer;
}

.adv_bg{
	width: 100%;
	height: 804px;
	background: url(../images/adv_bg.jpg) no-repeat;
  background-size: cover;
	position: relative;
}
.adv_tit{
	display: inline-block;
	color: #fff;
	font-size: 60px;
	line-height: 132px;
	border-bottom: solid 4px #f0eeeb;
	margin: 134px 0 34px 0;
}
.adv_txt{
	color: #fff;
	font-size: 26px;
	line-height: 44px;
	margin-bottom: 66px;
}
.adv_btn{
	width: 722px;
}
.adv_btn li{
	float: left;
	width: 308px;
	height: 78px;
	line-height: 78px;
	text-align: center;
	background: rgba(0,0,0,0.4);
	border-radius: 10px;
	overflow: hidden;
	font-size: 24px;
	margin-right: 53px;
}
.adv_btn a{
	display: block;
	color: #fff;
}
.adv_btn li:hover{
	background: #e81a2f;
}

.product_box{
	width: 100%;
	margin-bottom: 130px;
	position: relative;
	overflow: hidden;
}
.product_bg{
	width: 100%;
	height: 600px;
	background: #f0eeeb;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.product_tit{
	width: 100%;
	text-align: center;
	font-size: 36px;
	line-height: 64px;
	color: #333;
	position: relative;
	z-index: 2;
}
.product_tit h4{
	font-size: 50px;
	font-family: "Dutch801BT-Roman";
	font-weight: normal;
}
.p_t{
	margin: 126px 0 36px 0;
}
.product{
	width: 1212px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	z-index: 2;
}
.product .swiper-slide {
  margin: 0;
}
.product .swiper-slide-active,.product .swiper-slide-duplicate-active{
  margin-top: 86px;
}
.product h4{
	color: #333;
	font-size: 28px;
	line-height: 48px;
	text-align: center;
	font-weight: normal;
	margin: 33px 0 18px 0;
}
.product_pic{
	overflow: hidden;
}
.product_more{
	width: 180px;
	text-align: center;
	line-height: 50px;
	box-sizing: border-box;
	border-radius: 50px;
	border: solid 2px #333;
	font-size: 16px;
	margin: 0 auto;
}
.product_more a{
	display: block;
	color: #666;
}

.bg_box{
	width: 100%;
	height: 1830px;
	position: relative;
	overflow: hidden;
}
.pic{
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
}
.cloud{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../images/cloud.png) repeat-x 0px 0px;
  background-size: cover;
  animation: posterDrop 2000s linear infinite;
}

@keyframes posterDrop {
  from { background-position: 0 0; }
  to { background-position: 4000% 0; }
}

.n_t{
	margin-bottom: 36px;
}
.news{
	width: 1140px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	z-index: 2;
}
.news ul{
	margin-right: -32px;
}
.news li{
	float: left;
	width: 561px;
	height: 214px;
	padding: 32px 32px 0 32px;
	box-sizing: border-box;
	background: #fff;
	border: solid 1px #cecece;
	margin: 0 18px 17px 0;
}
.news h4{
	height: 30px;
	line-height: 30px;
	color: #333;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 18px;
	overflow: hidden; 
	white-space: nowrap; 
	text-overflow: ellipsis;
}
.news_fon{
	width: 100%;
	color: #999;
	font-size: 14px;
	line-height: 28px;
	height: 56px;
	margin-bottom: 30px;
	overflow: hidden;
	word-break: break-all; 
	-webkit-line-clamp: 2; 
	text-overflow: ellipsis; 
	display: -webkit-box; 
	-webkit-box-orient: vertical;
}
.news_more{
	float: left;
	line-height: 24px;
	font-size: 14px;
}
.news_more a{
	color: #454545;
}
.news_more img{
	width: 34px;
	height: 7px;
	margin: 8px 0 0 16px;
	transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news_more:hover img{
	margin: 8px 0 0 25px;
}
.news_date{
	float: right;
	font-size: 14px;
	line-height: 24px;
	color: #797979;
}

.reg_box{
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 92px;
	z-index: 5;
}
.r_t{
	margin-bottom: 54px;
}
.reg{
	width: 1000px;
	margin: 0 auto;
}
.reg li{
	float: left;
	width: 460px;
	height: 54px;
	margin: 0 20px 22px 20px;
}
.reg li:last-child{
	width: 100%;
	text-align: center;
}
.btn_tj{
	width: 240px;
	height: 54px;
	line-height: 54px;
	background: #e81a2f;
	border: none;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
}
.bd01{
	width: 100%;
	height: 54px;
	line-height: 54px;
	padding: 0 22px;
	box-sizing: border-box;
	background: #fff;
	border: none;
	color: #666;
	font-size: 16px;
}
.bd01::-webkit-input-placeholder{color: #666;}
.bd01:-moz-placeholder {color: #666;}
.bd01::-moz-placeholder {color: #666;}
.bd01:-ms-input-placeholder {color: #666;}
.bd02{
	width: 100%;
	height: 54px;
	line-height: 54px;
	padding: 0 22px;
	box-sizing: border-box;
	background: #fff;
	border: none;
	color: #666;
	font-size: 16px;
}
.bd02::-webkit-textarea-placeholder{color: #666;}
.bd02:-moz-placeholder {color: #666;}
.bd02::-moz-placeholder {color: #666;}
.bd02:-ms-textarea-placeholder {color: #666; }

.footer{
	width: 100%;
	background: #474747;
	padding: 42px 0 32px 0;
}
.f_logo{
	float: left;
	width: 210px;
}
.f_right{
	float: right;
	width: 1104px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	line-height: 34px;
}
.f_nav{
	width: 100%;
	margin: 3px 0 20px 0;
}
.f_nav a{
	color: #fff;
	padding: 0 12px;
}
.f_nav a:hover{
	text-decoration: underline;
}


/*产品展示*/
.m_banner{
	width: 100%;
	position: relative;
	overflow: hidden;
}
.bn_box{
	width: 100%;
	position: absolute;
	left: 0;
	top: 160px;
}
.bn_txt{
	width: 1440px;
	margin: 0 auto;
	color: #fff;
	line-height: 32px;
	font-size: 18px;
}
.bn_txt h4{
	font-size: 60px;
	line-height: 90px;
}
.mainbody{
	width: 1440px;
	margin: 0 auto;
	overflow: hidden;
}
.p01{
	padding: 125px 0;
}
.tit{
	width: 100%;
	text-align: center;
	color: #454545;
	font-size: 18px;
	line-height: 38px;
	margin-bottom: 74px;
}
.tit h4{
	color: #333;
	font-size: 42px;
	line-height: 74px;
}
.pro{
	width: 100%;
	overflow: hidden;
}
.pro li{
	margin-bottom: 77px;
}
.pro li:last-child{
	margin: 0;
}
.pro_pic{
	float: left;
	width: 404px;
	height: 279px;
	overflow: hidden;
	border-radius: 10px;
}
.pro_pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.pro_right{
	float: right;
	width: 975px;
	height: 278px;
	border-bottom: solid 1px #e5e5e5;
}
.pro_right h4{
	color: #222;
	font-size: 28px;
	line-height: 46px;
	margin: 17px 0 24px 0;
	overflow: hidden; 
	white-space: nowrap; 
	text-overflow: ellipsis;
}
.pro_fon{
	color: #888;
	font-size: 16px;
	line-height: 32px;
	height: 62px;
	margin-bottom: 45px;
	word-break: break-all;
	overflow: hidden;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}
.pro_date{
	color: #e81a2f;
	font-size: 20px;
	line-height: 20px;
	font-family: "Bebas";
}
.pro_date img{
	float: left;
	width: 20px;
	height: 20px;
	margin-right: 14px;
}
.page{
	width: 100%;
	text-align: center;
	color: #454545;
	font-size: 16px;
	line-height: 32px;
	padding-top: 136px;
}
.page>a{
	color: #454545;
	border: solid 1px #e5e5e5;
	background: #fff;
	display: inline-block;
	padding: 0 12px;
	margin: 0 4px;
}
.page>a:hover{
	/*color: #fff;
	border: solid 1px #e5e5e5;
	background: #e81a2f;*/
	cursor: pointer;
}
.page>a.select{
	color: #fff;
	border: solid 1px #e5e5e5;
	background: #e81a2f;
}
.page01{
	border: solid 1px #e5e5e5;
	background: #fff;
	display: inline-block;
	padding: 0 12px;
	margin: 0 12px 0 4px;
}
.page02{
	width: 36px;
	text-align: center;
	height: 32px;
	border: solid 1px #e5e5e5;
	background: #fff;
	display: inline-block;
	margin: 0 8px 0 12px;
}
.page03{
	width: 60px;
	text-align: center;
	height: 32px;
	border: none;
	background: #e81a2f;
	display: inline-block;
	color: #fff;
	cursor: pointer;
	margin-left: 20px
}


/*关于我们*/
.about_txt{
	width: 610px;
}
.about_txt h1{
	color: #333;
	font-size: 42px;
	line-height: 78px;
}
.about_txt h2{
	color: #333;
	font-size: 18px;
	line-height: 36px;
	font-weight: normal;
	margin-bottom: 40px;
}
.about_con{
	color: #666;
	font-size: 16px;
	line-height: 36px;
}


/*单页*/
.p02{
	padding: 144px 0 122px 0;
}
.show_tt{
	width: 100%;
	text-align: center;
	line-height: 72px;
	color: #222;
	font-size: 48px;
	font-weight: bold;
	margin-bottom: 70px;
}
.show_pic{
	width: 646px;
	margin: 0 auto 66px;
	overflow: hidden;
}
.text_tt{
	color: #333;
	font-size: 24px;
	font-weight: bold;
	line-height: 40px;
	margin-bottom: 18px;
}
.text{
	color: #333;
	font-size: 18px;
	line-height: 28px;
}
.fenye{
	width: 100%;
	padding-top: 125px;
}
.fenye ul{
	margin-right: -5%;
}
.fenye li{
	float: left;
	width: 45%;
	margin-right: 5%;
	color: #8b8b8b;
	font-size: 18px;
	line-height: 30px;
}
.fenye li:last-child{
	text-align: right;
}
.fenye a{
	color: #8b8b8b;
}
.fenye a:hover{
	color: #333;
}
.to1{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}


/*联系我们*/
.contact{
	width: 100%;
	margin-bottom: 84px;
}
.contact li{
	float: left;
	width: 20%;
	margin-bottom: 5%;
}
.contact li:last-child{
	width: 45%;
}
.contact h1{
	color: #333;
	font-size: 21px;
	line-height: 26px;
}
.contact img{
	width: 33px;
	height: 33px;
	margin: 30px 0 32px 0;
}
.contact span{
	color: #e71629;
	font-size: 30px;
	line-height: 36px;
	display: block;
	font-family: "Bebas";
}
.map_box{
	position: relative;
}
.m_map {
  width: 100%;
  height: 577px;
}
.m_map .BMap_bubble_title{
	font-size:16px;
	margin-bottom: 5px;
}
.m_map .BMap_bubble_content{
	font-size: 14px;
}
.inf_box{
	width: 296px;
	height: 494px;
	background: #fff;
	position: absolute;
	top: 40px;
	right: 38px;
	z-index: 2;
}
.inf{
	width: 220px;
	margin: 0 auto;
}
.inf h1{
	color: #454545;
	font-size: 28px;
	line-height: 110px;
}
.inf li{
	color: #676767;
	font-size: 16px;
	line-height: 24px;
	border-bottom: solid 1px #f4f4f4;
	padding-bottom: 27px;
	margin-bottom: 34px;
}
.inf li:last-child{
	border: none;
	margin: 0;
}
.inf img{
	width: 16px;
	height: 16px;
}
.inf h4{
	color: #454545;
	font-size: 18px;
	line-height: 30px;
	font-weight: normal;
	margin: 20px 0 12px 0;
}


/*人才招聘*/
.rec{
	width: 92%;
}
.rec li{
	padding: 34px 4px;
	border-bottom: solid 1px #e4e4e4;
}
.rec li h4{
	color: #000;
	font-size: 24px;
	line-height: 42px;
	margin-bottom: 9px;
}
.rec li ul{
	width: 100%;
}
.rec li ul li{
	float: left;
	color: #666;
	font-size: 16px;
	line-height: 28px;
	border: none;
	padding: 0;
}
.rec li ul li i{
	width: 1px;
	height: 17px;
	background: #d8d8d8;
	display: block;
	float: right;
	margin: 5px 17px;
}
.rec_icon{
	float: left;
	width: 14px;
	height: 17px;
	margin: 5px 8px 0 0;
}
.rec li ul li:last-child{
	float: right;
}
