.inner_banner{width: 100%;}
.inner_banner>img{width: 100%;}
section.sub_nav{
	min-width: 1200px;
	width: 1200px;
	margin: 0 auto;
	margin-bottom: 30px;
}
.sub_nav .img{margin-top: -45px;}
.sub_nav ul{
	width: 100%;
	display: flex;
	justify-content: center;
}
.sub_nav ul li{margin: 0 10px;}
.sub_nav ul li a{
	display: block;
	/*width: 100px;*/
	height: 38px;
	padding: 0 15px;
	line-height: 38px;
	text-align: center;
	border-radius: 2px;
	transition: background linear 0.3s;
}
.sub_nav ul li a:hover{
	background: #FF6700;
	color: #fff;
}
.sub_nav ul li.active a{
	background: #FF6700;
	color: #fff;
}
section.inner_main{
	min-width: 1200px;
	width: 1200px;
	margin: 0 auto;
}
section.inner_main h3{
	font-size: 32px;
	color: #333;
	text-align: center;
	font-weight: normal;
	padding-bottom: 30px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
}
section.inner_main .public{
	width: 100%;
	margin-bottom: 50px;
}
section.inner_main .public img{
	/*max-width: 100%;*/
}
section.inner_main .about>div{
	display: flex;
	justify-content: space-between;
}
section.inner_main .about>div>div{width: 581px;}
section.inner_main .about>div.up{margin-bottom: 30px;}
section.inner_main .about>div>.word>p{
	text-indent: 2rem;
	line-height: 24px;
	color: #333;
	margin-bottom: 20px;
}
/*轮播*/
.Box_con{
	margin-top: 100px;
	border-top: 1px solid #ddd;
	padding-top: 30px;
	width: 100%;
	overflow: hidden;
	position: relative;
	margin-bottom: 50px;
}
.Box_con .btn{
	display: block;
	position: absolute;
	top: 90px;
	cursor: pointer;
}
.Box_con .btnl{left: -50px;}
.Box_con .btnr{right: -50px;}
.Box_con .conbox {position: relative;}
.Box_con .conbox ul {
	position: relative;
	list-style: none;
}
.Box_con .conbox ul li {
	float: left;
	width: 291px;
	height: 284px;
	margin-right: 12px;
	overflow: hidden;
	transition: all linear 0.3s;
	background: #fff;
}
.Box_con .conbox ul li>a{
	display: block;
	width: 100%;
	height: 220px;
	overflow: hidden;
}
.Box_con .conbox ul li>a>img{
	width: 100%;
	height: 100%;
	transition: all linear 0.6s;
}
.Box_con .conbox ul li:hover>a>img {transform: scale(1.1);}
.Box_con .conbox ul li .down{
	padding: 20px;
	text-align: center;
}
.Box_con .conbox ul li:hover .down a.h{color: #FF6700;}
.Box_con .conbox ul li .down a.h{
	font-size: 18px;
	color: #232323;
	font-weight: bold;
	transition: all linear 0.3s;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    width: 100%;
}

/*contact*/
.contact{width: 100%;}
.contact .message{
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.contact .message img{}
.contact .message .info{
	height: 177px;
	width:470px;
	padding-left: 60px;
	border-left: 2px solid #bbb;
}
.contact .message .info h4{
	font-size: 18px;
	color: #333;
	font-weight: normal;
	border-left: 4px solid #FF6700;
	line-height: 20px;
	padding-left: 10px;
	margin: 10px 0 30px;
}
.contact .message .info p{line-height: 24px;}
.contact .p{
	padding: 0 80px;
}
.contact .p p{
	line-height: 24px;
}
.contact .form{
	padding: 0 80px;
	display: flex;
	justify-content: space-between;
}
.contact .form form{
	width: 450px;
	margin-top: 50px;
}
.contact .form form input[type='text']{
	width: 100%;
	height: 40px;
	border-radius: 4px;
	border: solid 1px #bbbbbb;
	outline: none;
	padding-left: 25px;
	margin-bottom: 10px;
}
.contact .form form textarea{
	width: 450px;
	height: 140px;
	border-radius: 4px;
	border: solid 1px #bbbbbb;
	outline: none;
	padding-left: 25px;
	padding-top: 10px;
	margin-bottom: 15px;
}
.contact .form form input[type='submit']{
	width: 100%;
	background: #FF6700;
	color: #fff;
	height: 40px;
	border: none;
	outline: none;
	border-radius: 4px;
	cursor: pointer;
}
.news{}
.news .list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.news .list .item{
	width: 390px;
	margin-bottom: 30px;
}
.news .list .item>a:hover img{transform: scale(1.1);}
.news .list .item>a{
	display: block;
	width: 390px;
	height: 280px;
	overflow: hidden;
}
.news .list .item>a img{
	width:100%;
	transition: all linear 0.5s;
}
.news .list .item>div{padding: 10px;}
.news .list .item>div p{
	font-size: 16px;
	color: #999;
	margin-bottom: 10px;
	position: relative;
}
.news .list .item>div p::after{
	content: "";
	position: absolute;
	left: 0px;
	bottom: -2px;
	width: 20px;
	height: 2px;
	background: #FF6700;
}
.news .list .item>div a:hover{color: #FF6700;}
.news .list .item>div a{
	display: block;
	font-size: 18px;
	color: #111;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: all linear 0.3s;
}
.news .list .empty{
	width: 390px;
	height: 0px;
	margin-bottom: 0px;
}
/*list3*/
.list3{
	width: 100%;
	display: flex;
	justify-content: center;
	margin-top: 10px;
	margin-bottom: 30px;
}
.list3 a,.list3 b{
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 2px;
	border: solid 1px #bbbbbb;
	text-align: center;
	line-height: 40px;
	margin: 0 5px;
	cursor: pointer;
	transition: all linear 0.3s;
}
.list3 a:hover{
	color: #fff;
	background: #FF6700;
	border: 1px solid #FF6700;
}
.list3 b{
	color: #fff;
	background: #FF6700;
	border: 1px solid #FF6700;
}
section.news_title>.h3{
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
}
section.news_title>.h3 h3{
	color: #111;
	padding-bottom: 0px;
	border-bottom: none;
}
section.news_title>.h3 span{
	color: #666;
	padding-left: 20px;
}
.news_detail{
	padding: 0 56px;
}
.news_detail img{
	max-width: 100%;
}
.news_detail>img{
	display: block;
	max-width: 100%;
	margin: 20px auto;
}
.news_detail>p{
	margin-top: 10px;
	line-height: 24px;
	text-indent: 2rem;
}
.news_detail>p img{
	position: relative;
	left: -2rem !important;
}
.indicator{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 60px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	margin: 40px 0 40px 0;
}
.indicator p:first-child{
	margin-left: 20px;
}
.indicator p:last-child{
	margin-right: 20px;
}
.indicator p,.indicator p a{
	font-size: 16px;
	color: #333;
	transition: all linear 0.3s;
}
.indicator p:hover,.indicator p a:hover{color: #FF6700;}

/*product*/
.product .list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.product .list .item{
	box-shadow: 0px 4px 4px 0px rgba(45, 42, 36, 0.2);
	margin-bottom: 30px;
}
.product .list .empty{
	width: 290px;
	height: 0px;
	margin-bottom: 0px
}
.product .list .item>a{
	display: block;
	width: 290px;
	height: 220px;
	overflow: hidden;
}
.product .list .item>a>img{
	width: 100%;
	height: 100%;
	transition: all linear 0.6s;
}
.product .list .item:hover>a>img {transform: scale(1.1);}
.product .list .item .down{
	width: 290px;
	padding: 20px;
	border: solid 1px #ffffff;
}
.product .list .item:hover .down a.h{color: #FF6700;}
.product .list .item .down a.h{
	font-size: 18px;
	color: #232323;
	font-weight: bold;
	    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    width: 100%;
}
}
.product .list .item:hover .down p{color: #FF6700;}
.product .list .item .down p{
	font-size: 15px;
	color: #333;
	margin: 10px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.product .list .item .down a.more{
	display: block;
	width: 100%;
	height: 36px;
	border: 1px solid #999;
	color: #666;
	text-align: center;
	line-height: 34px;
	border-radius: 2px;
	transition: all linear 0.3s;
}
.product .list .item .down a.more:hover{
	background: #FF6700;
	color: #fff;
	border-color: #FF6700;
}
.product_detail{
	display: flex;
	justify-content: space-between;
	
}
.product_detail .left{
	width: 700px;
}
.product_detail .left .up{
	width: 700px;
	height: 420px;
	background: #000;
	margin-bottom: 10px;
	overflow: hidden;
}
.product_detail .left .up img{
	display: block;
	width: 100%;
	max-height: 100%;
	max-width: auto;
	
}
.product_detail .left .down{
	height: 120px;
	background: #eeeeee;
	display: flex;
}
.product_detail .left .down>div[class^='arrow']{
	width: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.product_detail .left .down .contant{
	width: 620px;
	position: relative;
	overflow: hidden;
}
.product_detail .left .down .contant ul{
	position: absolute;
	left: 0px;
	top: 0px;
	display: flex;
	align-content: center;
	margin: 10px 0;
}
.product_detail .left .down .contant ul li{
	    width: 150px;
    height: 100px;
    margin-right: 7px;
    overflow: hidden;
}
.product_detail .left .down .contant ul li img{
	max-width: 100%;
}
.product_detail .right{
	width: 475px;
}
.product_detail .right span{
	display: inline-block;
	/*width: 120px;*/
	padding: 0 30px;
	height: 50px;
	background: #FF6700;
	text-align: center;
	line-height: 50px;
	color: #fff;
}
.product_detail .right h4{
	font-size: 34px;
	color: #111;
	font-weight: normal;
	margin-top: 40px;
}
.product_detail .right p{
	text-indent: 2rem;
	line-height: 24px;
	margin-top: 24px;
}
.product_detail .right a{
	display: inline-block;
	width: 243px;
	height: 50px;
	border-radius: 6px;
	background: #FF6700;
	line-height: 50px;
	color: #fff;
	text-align: center;
	margin-top: 90px;
}

/*image*/
.image{
	padding: 0 50px;
}
.image img{
	width: 100%;
}
