
/*====================导航*********/
.header{
	width:100%;
	position:fixed;
	top:0;
	left:0;
	z-index:9999;
	height:77px;
	padding: 0 0px;
	background: #fff !important;
	    box-shadow: 0px 0px 8px rgba(0,0,0,0.2);
}
/*左侧logo*/
.header .left{
	width: 22%;
	margin-left: 10px;
}
.header .left a img{
	height: 50px;
	
	margin-top: 10px;
}
.header .left .img2{
	display: none;
}
/*右侧*/
.header .nav{
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	height: 100%;

	    line-height: 78px;
	display: block;
	width: 57%;
}
.header .navbar_nav li{
	float:left;
	position: relative;
	display: block;
}
.header .navbar_nav li:after{
    content: "";
    width: 0;
    height: 2px;
    background: #c1272d;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.5s ease 0s;
}
.header .navbar_nav li:hover:after{
    width: 100%;
}
.header .navbar_nav li a{
	text-decoration: none;
	height: 100%;
	padding: 0 23px;
	display: block;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	color: #000;
	font-size: 16px;
}
.header .navbar_nav li:hover a{
	background: #c1272d;
	color: #fff;
}
.header .navbar_nav li .hover{
	background: #c1272d;
	color: #fff !important;
}
.header .navbar_nav li.dropdown{
	display: inherit;
	position: relative;
}
.header .navbar_nav li.dropdown .jt{
	width: 20px;
	height: 20px;
	background: url(i/top.png) no-repeat;
	background-size: 100% 100%;
	display: block;
}
.header .navbar_nav li.dropdown .dropdown_menu{
	display: none;
	position: absolute;
	top:77px;
	
	width: 100%;
	background: #fff;
	box-shadow: 0 15px 27px 0 rgba(193,39,45,0.38);
    width: 101%;
    left: 0%;
}
.header .navbar_nav li.dropdown .dropdown_menu a{
	font-size: 14px;
	color: #666;
	padding: 0 10px;
	line-height: 40px;
	text-align: center;
	background: #fff;
	margin-bottom: 2px;
}
.header .navbar_nav li.dropdown:hover .dropdown_menu{
	display: block;
	background: #f3f3f3;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.header .navbar_nav li.dropdown:hover .dropdown_menu a{
	color: #666;
}
.header .navbar_nav li.dropdown:hover .dropdown_menu a:hover{
	color: #fff;
	background: #c1272d;
}
/*白色背景的头部*/
.header.on{
	background: #fff;
	border-bottom: 1px solid #ccc;
}
.header.on .left .img1{
	display: none;
}
.header.on .left .img2{
	display: block;
}
.header.on .navbar_nav li a{
	color: #333;
	cursor: pointer !important;
}
.header.on .navbar_nav li:hover a{
	color: #fff;
}
#navToggle{
	display: none;
}

.m_nav{
	position: fixed;
	top: 0px;
	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 35px;
	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;
}
.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: 992px){
	.header{
		padding: 0 10px;
	}
	.header #navToggle {
		height: 100%;
		padding: 9px 15px;
		margin-right: -15px;
		display: inline-block;
		float: right;
	}
	.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 {
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
		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;
	}
	
	.banner img{
		height: 600px;
		object-fit: cover;
	}
}
.tle{
	width:15%; 
	margin-top: 0px;
	background: url(../img/tle.png) no-repeat left;
}
.tle p{
 padding-left: 50px;
}
.tle p:nth-child(1){
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	margin-top: 10px;
}
.tle p:nth-child(2){
	font-size: 16px;
	
	color: #c1272d;
}

/**/
@media screen and (max-width:1450px){
	.header {
  
    height: 61px !important;

}
.header .nav{
	

	line-height: 61px  !important;
	
	}
.header .navbar_nav li a {
    text-decoration: none;
    height: 100%;
    padding: 0 19px;
   }
.header .navbar_nav li.dropdown .dropdown_menu{
	
	top:61px !important;
	}
	.index_main .section1 .index_banner .items {
   
    height: 728px !important;
    
    }
    
    .pro_box li .pro_img {
    width: 260px;
    height: 100px;
    display: block;
    overflow: hidden;
}
.pro_box li {
    width: 260px;
    float: left;
    height: 200px;
    }
    
    .pro_box li .pro_img {
	width: 260px;
	height: 100px;
	display: block;
	overflow: hidden;
}
.pro_box li .pro_txt {
	width: 100%;
	height: 70px;
	padding: 10px;
	clear: both;
	overflow: hidden;
	background: #F5F5F5;
	margin-top: -12px;
}
.index_main .section2 .pro_title {
	width: 100%;
	height: 129px;
	background: #c1272d;
	    padding-top: 0px;
	       margin-bottom: 0px;
}
.news{
	margin-top: 0px !important;
}
.more{
	margin-top: 0px !important;
}
.news_fl {
    margin-top: 10px;
    width: 500px;
    height: 340px;
    overflow: hidden;
    position: relative;
}
.news_fr ul li .news_txt {
	width: 446px;
	padding-right: 0px;
	}
.ys_box{margin-top: 0px !important;}
  .index_about{
  	margin-top: 0px !important;
  }
  .about_fl a {
    clear: both;
    font-size: 14px;
    color: #000;
    line-height: 24px;
    height: 140px;
    display: block;
    padding-top: 0px;
    }
     
.about_fr {
	width: 500px !important;
	height: 280px !important;
}
.about_fr a{
	width: 500px;
	height: 280px !important;
	
}
.about_fr a img{
	width: 100%;
 height: 100%;
 display: block;
 transition: all 0.5s;
 }
.about_fr a:hover img{
	transform: scale(1.1);
}
.about_img{
	clear: both;
	overflow: hidden;
	margin-top: 20px;
	    padding-top: 0px;
}
.about_img li{
	float: left;
	margin-left: 30px;
	width: 243px !important;
	height: 146px !important; 
	display: block;
	    margin-top: 10px;
	overflow: hidden;
}

.cont_p {
    padding-top: 0px !important;
    padding-bottom:0px !important;
    overflow: hidden;
    
    
    }
    
    footer{
 width: 100%;
 overflow: hidden;
 background: #000;
 height:422px !important;

}

    
}

