/* *{-webkit-transition: all 0.5s ease 0s;transition: all 0.5s ease 0s;} */
/*====================头部*********/
.header{width:100%;position: relative;top:0;left:0;z-index:999;height:95px;border-bottom: 5px solid #e00000;background: #fff;}
.header.on{position: fixed;top: 0;left: 0;}
.header .logo{width: 19%;height:90px;position: relative;}
.header .logo a img{max-height: 80px;max-width: 100%;position: absolute;top: 50%;transform: translateY(-50%);}
.header .toptel{font-size: 18px;font-weight: bold;height: 40px;line-height: 40px;margin-top: 25px;font-family: Century Gothic;background: #e00000;padding: 0 10px;color: #fff;position: relative;margin-left: 60px;margin-right: 20px;}
.header .toptel i{display: inline-block;line-height: 40px;font-size: 22px;margin-right: 10px;}
.header .toptel::before{content: '';position: absolute;width: 0;height: 0;border-bottom: 40px solid #e00000;border-left: 15px solid transparent;border-right: 0;bottom: 0;left: -15px;}
.header .toptel::after{content: '';position: absolute;width: 0;height: 0;border-top: 40px solid #e00000;border-right: 15px solid transparent;top: 0;right: -15px;}



/*导航*/
.nav{height: 100%;display: block;z-index: 999;transition: all 0.5s ease 0s;}
.nav.scroll{position: fixed;animation:fadeInDown 0.5s linear forwards;top: 0; left: 0;}
.navbar_nav .dropdown{float:left;position: relative;display: block;padding: 0 25px;}
.navbar_nav li .leve1{text-decoration: none;height: 100%;display: block;color: #222;font-size: 16px;line-height: 90px;text-align: center;text-transform: capitalize;font-weight: bold;}
.navbar_nav li .leve1 .icon{padding-right: 10px;vertical-align: middle;font-size: 16px;vertical-align: middle;}
.navbar_nav{display: flex;}
.navbar_nav li.dropdown .dropdown_menu{width: 200vw;left: -96vw;}
.navbar_nav li.dropdown .dropdown_menu{text-align: center;z-index: 9;display: none;position: absolute;top: 100%;background: rgba(255,255,255,0.8);box-shadow: 0 15px 27px 0 rgba(167,165,165,0.38);}
.navbar_nav li.dropdown .dropdown_menu ul{display: table;margin: 0 auto;}
.navbar_nav li.dropdown .dropdown_menu li{display: table-cell;padding:15px 20px;} 
.navbar_nav li.dropdown .dropdown_menu li:hover{background: #e00000;color: #fff;}
.navbar_nav li.dropdown .dropdown_menu li:hover a{color: #222;}
.navbar_nav li.dropdown .dropdown_menu .leve2{font-size: 15px;font-weight: bold;position: relative;}
.navbar_nav li.dropdown .dropdown_menu .line{margin: 10px auto;width: 65px;height: 2px;background: #e00000;}
.navbar_nav li.dropdown .dropdown_menu li:hover .line{background: #fff;}
.navbar_nav li.dropdown .dropdown_menu dd{margin-top: 5px;}



.m_nav .ul li .dropdown_menu{transition:none}
#navToggle{display: none;}
.m_nav{
	display: none\9;
	position: fixed;
	right: 0;
	box-shadow: 0 15px 27px 0 rgba(167,165,165,0.38);
	width: 100%;
    height: 100%;
    background: #fff;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
	z-index: 1000;
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    overflow-y: auto;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    top: 0;
    transform: translateX(100%);
}
.m_nav.open{transform: translateX(0);}
.m_nav .top{
	height: 60px;
	padding: 20px;
	box-sizing: border-box;
}
.m_nav .top .closed{
	width: 30px;
	height: 30px;
	vertical-align: middle;
	float:right;
	cursor: pointer;
}
.m_nav .logo{
	width: 100%;
	margin:0 auto;
}
.m_nav .logo img{
	height: 50px;
	display: block;
	margin:30px auto;
}
.m_nav .ul{
	margin-top: 30px;
}
.m_nav .ul li{
	padding: 0 20px;
	border-bottom: 1px solid #f5f5f5;
	transform: translateY(0);
	-webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
	opacity: 0;
	position: relative;
}

.m_nav .ul li i{transition: all 0.5s ease 0s;;font-size: 18px;font-weight: bold;position: absolute;right: 5px;top: 7px;z-index: 20;width: 35px;height: 35px;line-height: 35px;text-align: center;cursor: pointer;border-radius: 50%;}
.m_nav .ul li:hover i{background: #f5f5f5;}
.m_nav .ul li i.up{transform: rotate(180deg);}

.m_nav.open .ul li{
	opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.m_nav .ul li:nth-child(1) {
    -webkit-transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(2) {
    -webkit-transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(3) {
    -webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(4) {
    -webkit-transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(5) {
    -webkit-transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(6) {
    -webkit-transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li a{
	display: block;
	text-decoration: none;
	color: #333;
	font-size: 16px;
	height: 50px;
	line-height: 50px;
	width: 100%;
}
.m_nav .ul li .dropdown_menu{
	display: none;
}
.m_nav .ul li.dropdown.active .dropdown_menu{
	display: block;
}
.m_nav .ul li .dropdown_menu a{
	display: block;
	height: 50px;
	line-height: 50px;
	padding: 0 40px;
	box-sizing: border-box;
	border-bottom: 1px solid #f5f5f5;
}
.m_nav .ul li .dropdown_menu a:last-child{
	border: none;
}
.banner{
	width: 100%;
}
.banner img{
	width: 100%;
}

@media screen and (max-width: 1000px){
	.m_nav .ul li a{display: inline-block;width: auto;}
	.header #navToggle {
		height: 100%;
		padding: 9px 15px;
		display: inline-block;
		float: right;
		position: absolute;
		right: 0px;
	}
	.header #navToggle span {
		position: relative;
		width: 25px;
		height: 1px;
		margin-top: 19px;
	}
	.header #navToggle span:before,
	.header #navToggle span:after {
		content: '';
		position: relative;
		width: 100%;
		height: 1px;
		left: 0;
	}
	.header #navToggle span,
	.header #navToggle span:before,
	.header #navToggle span:after {
		transition: all 0.3s ease 0s;
		display: block;
		background: #4f4f4f;
	}
	.header #navToggle span:before {
		top: 8px;
	}
	.header #navToggle span:after {
		bottom: 10px;
	}
	.header #navToggle.open span:before {
		top: 10px;
		-webkit-transform: translateY(-11px) rotate(-45deg);
		-moz-transform: translateY(-11px) rotate(-45deg);
		-ms-transform: translateY(-11px) rotate(-45deg);
		-o-transform: translateY(-11px) rotate(-45deg);
		transform: translateY(-11px) rotate(-45deg);
	}
	.header #navToggle.open span:after {
		bottom: 12px;
		-webkit-transform: translateY(10px) rotate(45deg);
		-moz-transform: translateY(10px) rotate(45deg);
		-ms-transform: translateY(10px) rotate(45deg);
		-o-transform: translateY(10px) rotate(45deg);
		transform: translateY(10px) rotate(45deg);
	}
	.header #navToggle.open span {
		background: none;
	}
	.header #navToggle.open span:before,
	.header #navToggle.open span:after {
		background: #4f4f4f;
	}
	
	.header .nav{
		display: none;
	}
	
}

/*homemain */
.wrapper{max-width: 1400px;margin:  0 auto;padding: 0 10px;overflow: hidden;}
.homemain .title h3{font:600 36px/40px 'Century Gothic','Microsoft yahei'; position: relative;text-transform: uppercase;;position: relative;}
.homemain .title h3 span{font-size: 24px;font-weight: normal;padding-left: 10px;color: #666;}
.homemain .title .line{width: 30px;height: 4px;background: #e00000;margin: 0 auto;margin-top:15px;}
.homemain .title .tit_des{font-size: 17px;margin-top: 15px;line-height: 20px;}
.imgarea{overflow: hidden;}
.imgarea img{width: 100%;transition: all 0.5s ease;height: 100%;}
.imgarea:hover img, li:hover .imgarea img{transform: scale(1.1);}

#owl-banner{position: relative;}
#owl-banner .item{height: 800px;text-align: center}
#owl-banner .owl-controls {margin-top: 0; position: absolute; bottom: 15px; left: 50%;margin-left: -30px;}
#owl-banner .owl-controls .owl-buttons{display: none;}
#owl-banner .owl-controls .owl-page span{ filter: Alpha(Opacity=100);/*IE7 fix*/ opacity:1; background: #fff;transition: all .5s;}
#owl-banner  .owl-controls .owl-page.active span,
#owl-banner  .owl-controls.clickable .owl-page:hover span{background: #d20000;text-decoration: underline;width: 30px;}

.homemain .mod1 .title{float: left;padding: 30px 10px;background-color: #e00000;color: #fff;position: relative;height: 140px;}
.homemain .mod1 .title h3 span{color: #fff;}
.homemain .mod1 .tit_des{color: #fff;} 
.homemain .mod1 .title::after{position: absolute;content: '';width: 0;height: 0;border-right: 40px solid transparent;border-top:140px solid #e00000;top: 0;right: -40px;}
.homemain .mod1 .pro_nav li{line-height: 50px;padding: 0 25px;float: left;margin:45px 15px;background: #eee;position: relative;}
.homemain .mod1 .pro_nav li::before{position: absolute;content: '';width: 0;height: 0;border-left: 15px solid transparent;border-bottom: 50px solid #eee;left: -15px;top: 0;}
.homemain .mod1 .pro_nav li::after{position: absolute;content: '';width: 0;height: 0;border-right: 15px solid transparent;border-top: 50px solid #eee;right: -15px;top: 0;}
.homemain .mod1 .top {position: relative;padding: 0;}
.homemain .mod1 .top::before{position: absolute;content: '';width: 20%;height: 100%;left: -20%;top: 0;background: #e00000;}
.homemain .mod1 .center{background: url(../images/pro_bg.jpg)left center no-repeat;}
.homemain .mod1 .center .imgarea{float: right;}
.homemain .mod1 .txtarea{padding:50px  40px 0 0;}
.homemain .mod1 h4{font-size: 36px;font-weight: bold;}
.homemain .mod1 .line{width: 30px;height: 3px;background: #e00000;margin: 20px 0;}
.homemain .mod1 h5{font-size: 24px;color: #e00000;margin-bottom: 30px;}
.homemain .mod1 .des p{position: relative;padding-left: 20px;margin-bottom: 15px;}
.homemain .mod1 .des p::before{position: absolute;content: '';width: 8px;height: 8px;border-radius: 50%;background: #e00000;left: 0;top: 10px;}
.homemain .mod1 .more{display: inline-block;padding: 8px 30px;border-radius: 30px;border: 2px solid #ddd;color: #666;font-size: 15px;margin-top: 20px;}
.homemain .mod1 .swiper-button-next,.homemain .mod1 .swiper-button-prev{background-image: none;width: 45px;height: 45px;text-align: center;color: #fff;margin-top: -45px;}
.homemain .mod1 .swiper-button-next{background: #333;}
.homemain .mod1 .swiper-button-prev{background: #e00000;}
.homemain .mod1 .swiper-button-next i,.homemain .mod1 .swiper-button-prev i{display: inline-block;line-height: 45px;font-size: 30px;}
.homemain .mod1 .change{position: absolute;left: 0;bottom: 0;width: 120px;}
.homemain .mod1 .bot {margin-top: 40px;}
.homemain .mod1 .bot li{border: 1px solid #ddd;padding: 10px;}
.homemain .mod1 .bot li .tit{height: 50px;line-height: 50px;background: #eee;text-align: center;color: #333;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;font-size: 16px;}

.homemain .mod2{padding: 3% 0;}
.homemain .mod2 .imgarea,.homemain .mod2 .txtarea{padding: 0;}
.homemain .mod2 .wrap{max-width: 700px;padding-left: 50px;padding-top: 20px;}
.homemain .mod2 h4{font-size: 30px;color: #e00000;font-weight: bold;margin: 20px 0 30px;}
.homemain .mod2 .more{display: inline-block;padding: 8px 30px;background: #e00000;color: #fff;border-radius: 30px;margin-top: 50px;}

.homemain .mod3{background: #333;color: #fff;}
.homemain .mod3 h4{font-size: 30px;font-weight: bold;position: relative;display: inline-block;padding-bottom: 20px;margin-bottom: 20px;margin-top: 30px;}
.homemain .mod3 h4::after{content: '';position: absolute;width: 100%;height: 2px;background: #fff;bottom: 0;left: 0;}
.homemain .mod3 .tel{background: #e00000;padding: 0 15px;font-size: 24px;position: relative;line-height: 60px;display: inline-block;font-family: 'Century Gothic','Microsoft yahei';;}
.homemain .mod3 .tel::after{content: '';position: absolute;width: 0;height: 0;border-left: 20px solid transparent;border-bottom:60px solid #e00000;left: -20px;bottom: 0;}
.homemain .mod3 .tel::before{content: '';position: absolute;width: 0;height: 0;border-right: 20px solid transparent;border-top:60px solid #e00000;right: -20px;top: 0;}
.homemain .mod3 .tel i{display: inline-block;font-size: 30px;vertical-align: middle;}
.homemain .mod3 li{float: left;}
.homemain .mod3 img{width: 100%;height: 220px;}
.homemain .mod3 .photos_list{background: #fff;padding: 0;}

.homemain .mod4{padding: 3% 0 0;background: url(../images/avd_bg.jpg)center bottom no-repeat;position: relative;}
.homemain .mod4 .txtarea{padding: 3% ;margin-bottom: 3%;background: #fff;box-shadow: 0 0 10px rgba(0,0,0,0.2);}
.homemain .mod4 .img{position: absolute;bottom: 0;right: 0;}
.homemain .mod4 ul{margin-top: 30px;}
.homemain .mod4 ul li{margin-bottom: 20px;}
.homemain .mod4 li h4{font-size: 18px;font-weight: bold;margin-bottom: 10px;}
.homemain .mod4 li h4 span{margin-left: 50px;color: #666;font-size: 14px;font-weight: normal;}
.homemain .mod4 li i{margin-right: 10px;display: inline-block;vertical-align: middle;}
.homemain .mod4 .progress{box-shadow:none;-webkit-box-shadow:none;overflow: visible;background: #ebeaf0;border-radius: 0;}
.homemain .mod4 .progress-bar{background: #d20000;box-shadow:none;-webkit-box-shadow:none;height: 10px;margin-top: 5px;position: relative;}
.homemain .mod4 .aos-animate .progress-bar{-webkit-animation: animate-positive 2s;animation: animate-positive 2s;}
.homemain .mod4 .progress .progress-bar:after{content: "";display: inline-block;width: 1px;background: #d20000;position: absolute;top: -5px;bottom: -5px;right: -1px;z-index: 1;}
.homemain .mod4 .progress .progress-value{display: block;font-size: 16px;font-weight: 600;color: #333;position: absolute;top: -30px;right: -25px;font-family: 'Century Gothic','Microsoft yahei';}
@-webkit-keyframes animate-positive{
	0%{ width: 0; }
}
@keyframes animate-positive {
	0%{ width: 0; }
}

.homemain .mod5{padding: 3% 0 1%;}
.homemain .mod5 .row{padding-top: 30px;}
.homemain .mod5 li{margin-bottom: 30px;}
.homemain .mod5 li .wrap{position: relative;}
.homemain .mod5 li .wrap::after{position: absolute;content: '';width: 100%;height: 80px;background: linear-gradient(to top,#000,rgba(0,0,0,0.0));left: 0;bottom: 0;}
.homemain .mod5 li .txtarea{position: absolute;width: 100%;padding:30px;left: 0;bottom: 0;color: #fff;z-index: 2;}
.homemain .mod5 li .txtarea .tit,.homemain .mod5 li .txtarea .des{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.homemain .mod5 li .more{transition: all 0.3s;z-index: 9;color: #fff;width: 40px;height: 40px;line-height: 38px;border: 1px solid #fff;box-sizing: border-box;text-align: center;display: inline-block;border-radius: 50%;position: absolute;right: 30px;bottom: 30px;}
.homemain .mod5 img{width: 100%;height: 310px;}
.homemain .mod5 li .tit{font-size: 18px;font-weight: bold;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.homemain .mod5 li:hover .more{background: #d20000;border-color: #d20000;transform: translateX(20px);}


.homemain .mod6{padding-bottom: 3%;}
.homemain .mod6 .news_cont{margin-top: 30px;}
.homemain .mod6 .news_list .wrap{background: #f6f6f6;padding: 30px;}
.homemain .mod6 h4{font-size: 20px;font-weight: bold;position: relative;padding-left: 20px;line-height: 18px;margin-bottom: 20px;}
.homemain .mod6 h4::before{position: absolute;content: '';width: 4px;height: 18px;background: #d20000;left: 0;top: 0;}
.homemain .mod6 h4 a{float: right;color: #666;font-size: 16px;font-weight: normal;}
.homemain .mod6 li{border-bottom: 1px dashed #ddd;padding: 20px 0;}
.homemain .mod6 li h5{font-size: 17px;margin-bottom: 10px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.homemain .mod6 li .time span{font-size: 14px;color: #666;margin-right: 20px;line-height: 1;}
.homemain .mod6 li .time a{color: #666;line-height: 1;}


.foot{background: url(../images/foot_bg.jpg)center no-repeat;background-size: cover;color: #bbb;line-height: 2;border-top: 5px solid #d20000;}
.foot .top{display: flex;padding: 3% 0;}
.foot .top ul{display: flex;width: 100%;justify-content:space-between}
.foot .top .code{width: 30%;margin-left: 30%;text-align: center;}
.foot .top .code h5{font-size: 26px;margin: 10px 0;font-family: 'Century Gothic','Microsoft yahei';font-style: italic;}
.foot .top .code i{width: 36px;height: 36px;border-radius: 50%;background: #333;color: #fff;text-align: center;display: inline-block;line-height: 36px;font-size: 22px;margin: 20px 6px;}


.foot a{color: #bbb;}
.foot .top h5{color: #fff;margin-bottom: 16px;}
.foot .top li p{margin-bottom: 5px;}
.foot .copyright{text-align: center;border-top: 1px solid #eee;padding: 20px 0;}
.foot .copyright p{margin: 5px 0;}
.foot .copyright span{padding: 0 10px;}

.fixed_bot{width: 100%;height: 65px;line-height: 65px;background: rgba(0,0,0,0.8);left: 0;bottom: 0;position: fixed;z-index: 99;}
.fixed_bot h4{float: left;color: #ffc774;font-size: 24px;font-weight: bold;margin-right: 25px;}
.fixed_bot span{margin-left: 60px;font-size: 18px;font-weight: bold;color: #fff;display: inline-block;background: url(../images/gou.png)center left no-repeat;padding-left: 40px;}
.fixed_bot span.fr{background: url(../images/bot_tel.png)center left no-repeat;padding-left: 55px;font-size: 28px;font-family: Arial, Helvetica, sans-serif;font-style: italic;}


.fixed-r{position:fixed;width:60px;height:275px;right:0;top:50%;transform: translateY(-50%);z-index:100;z-index: 999;}
.fixed-r ul li{width:60px;height:60px;float:left;position:relative;margin-bottom: 1px;}
.fixed-r ul li .sidebox{position:absolute;width:60px;height:60px;top:0;right:0;transition:all 0.3s;background:#646577;color:#fff;font:15px/60px;overflow:hidden;}
.fixed-r ul li .sidetop,.fixed-r  ul li .wx{width:60px;height:60px;display:block;background:#646577;transition:all 0.3s;}
.fixed-r ul li i{display: inline-block;width: 60px;line-height: 60px;color: #fff;font-size: 30px;text-align: center;vertical-align: middle;}
.fixed-r .wx{position: relative;}
.fixed-r .wx .wx_code{position: absolute;width: 100px;height: 100px;background: rgba(20,38,78,0.5);padding: 4px;left: -110px;top: 50%;display: none;transform: translateY(-50%);text-align: center;}
.fixed-r .wx .wx_code img{max-width: 100%;}
.fixed-r .wx:hover .wx_code{display: block;}
.fixed-r ul li .sidetop:hover,.fixed-r ul li .sidebox:hover,.fixed-r .wx:hover{background:rgba(20,38,78,0.5);}

.fixed-b {width: 100%; background: #d20000; bottom: 0; left: 0;z-index: 999; font-size: 14px;position: fixed;padding: 10px 0;display: none;}
.fixed-b li{ width: 25%; text-align: center; color: #fff; float: left;border-right: 1px solid #777;box-sizing: border-box;}
.fixed-b li:last-child{ border-right: none;}
.fixed-b li a{color: #fff;}
.fixed-b li a i{font-size: 24px;padding-right: 5px;color: #fff;vertical-align: middle;line-height: 1;}
.fixed-b li a .icon-home{font-size: 18px;}