*{
	padding: 0;
	margin: 0;
}
body{
	border: 1px;
	margin: 0 120px;
}
ul li{
	list-style: none;
}
.nav{
	border-bottom: 2px solid #e26812;
	display: flex;
	padding: 15px 0;
	justify-content: center;
	height: 40px;
}
.nav img{
	cursor: pointer;
}
.nav p{
	color: #e26812;
	padding: 0 20px;
	margin: 0;
}
.nav p:nth-child(2){font-weight: bold;}
.nav p span{
	font-size: 12px;
	font-weight: lighter;
}
.nav input[type='text']{
	width: 200px;
	border-radius: 10px 0 0 10px;
	border: 1px solid #e26812;
}
.nav input[type='text']::placeholder{
	color: rgba(0,0,0,.2);
	font-weight: bolder;
	font-size: 12px;
	padding-left: 10px;
}
.nav input:focus,.nav button:focus{
	outline: none;
}
.nav input:hover,.nav button:hover{
	cursor: pointer;
	/*box-shadow: 1px 1px 0 black;*/
	color: black;
}
.nav input[type='submit']{
	width: 100px;
	font-size: 20px;
	background: #e26812;
	border: 0;
	border-radius: 0 10px 10px 0;
	color: white;
}
.nav input[type='submit']:hover{
	color: black;
}
.nav button{
	width: 100px;
	background: #e26812;
	font-size: 12px;
	border-radius: 10px;
	border: 0;
	color: white;
	margin: 5px 10px;
	height: 30px;
}
.nav p:last-child{
	color: black;
	font-weight: 400;
	font-size: 14px;
}
.nav p:last-child a{
	text-decoration: none;
	color: #e26812;
}
.two{
	display: flex;
	justify-content: space-evenly;
	margin: 20px 0;
}
.two .zhaopin img{
	border-radius: 10px;
}
.two .zhaopin p{
	text-align: center;
	color: #2241be;
	font-size: 12px;
	font-weight: bold;
}
.lunbo{
	display: flex;
	justify-content: center;
}
.lunbo img{
	width: 100%;
	height: 100%;
}
.catalog{
	margin: 0 40px;
}
.catalog ul{
	padding: 0 0 10px 0;
}
.catalog ul li{
	float: left;
	list-style: none;
	font-size: 12px;
	color: gray;
	display: contents;
	cursor: pointer;
}
.catalog ul li:hover{
	color: #e26812;
	font-weight: bold;
}
.catalog ul span{
	float: right;
	font-size: 20px;
	font-weight: bold;
}
.catalog hr{
	background-color: #e3e3e3;
}
.on{
	font-size: 20px!important;
	color: #e26812!important;
	font-weight: bold!important;
}

.content{
	margin: 0 40px;
}
.content ul{
	padding: 0;
}
.content img{
	width: 200px;
}
.content ul li{
	list-style: none;
	display: flex;
	border-bottom: 2px solid #e3e3e3;
	padding: 10px 0;
}
.content ul li a{
	display: contents;
	text-decoration: none;
	color: black;
}
.content ul li p{
	margin: 0;
	font-size: 20px;
	margin-left: 15px;
}
.content ul li p span{
	color: gray;
	font-size: 15px;
}
.content ul li p i{
	color: black;
	font-size: 12px;
	font-style: normal;
	margin-top: 20px;
	display: block;
}
.content ul li strong{
	font-size: 20px;
	color: #e26812;
	position: absolute;
	right: 160px;
	line-height: 120px;
}

.page{
	text-align: center;
	margin: 20px 0;
}
.page .previous,.page .next{
	width: 100px;
	display: inline-block;
	color: #e26812;
	font-size: 13px;
	cursor: pointer;
}

.page_bottom{
	display: grid;
}
.page_bottom img{
	width: 100%;
}
.page_bottom .foot{
	width: 100%;
	height: 128px;
	background: #e26812;
}
.page_bottom .foot p{
	text-align: center;
	font-size: 12px;
	color: white;
	margin: 12px 0;
}
.page_bottom .foot p a{
	color: white;
	text-decoration: none;
}

.return{
	width: 113px;
	height: 30px;
	background: #e26812;
	color: white;
	border: none;
	border-radius: 5px;
	margin: 30px 40px;
}
.return:focus{
	outline: none;
}
.return:hover{
	box-shadow: 1px 1px 0 rgba(0,0,0,.5);
	cursor: pointer;
	color: black;
}
.details .left{
	width: 30%;
	margin: 0 40px;
	float: left;
}

.details .left img{
	width: 300px;
}
.details .right{
	width: 54%;
	margin: 0 40px;
	float: left;
}
.right p{
	color: gray;
	font-size: 15px;
	margin: 10px 0;
}
.right p i{
	color: red;
	font-size: 16px;
	font-style: normal;
}
.right ul li{
	list-style: none;
	float: left;
	border-right: 1px solid gray;
	text-align: center;
	width: 33%;
	color: gray;
	margin: 30px 0;
}
.right ul li:last-child{
	border-right: none;
}
.right ul li span{
	color: red;
}
.right img{
	width: 50px;
	float: left;
}
.reminder{
	background: #fefbea;
	padding: 20px 40px;
}
.reminder h4{
	color: red;
}
.reminder p{
	margin: 5px 0;
}
.description{
	padding: 20px 40px;
}
.description p{
	margin: 10px 0;
}
.product_pictures{
	padding: 20px 40px;
}
.product_pictures p{
	font-size: 20px;
	margin-bottom: 20px;
}
.box{
	display: flex;
	justify-content: space-between;
	flex-wrap:wrap;
}
.box img{
	margin-bottom: 15px;
}
.more{
	/*text-align: center;*/
	width: 120px;
	height: 40px;
	border: 0;
	border-radius: 10px;
	background: #e26812;
	color: white;
	font-size: 18px;
	font-weight: bold;
	margin: 20px auto;
	display: block;
	transition: 1s;
}
.more:focus{
	outline: none;
}
.more:hover{
	box-shadow: 1px 1px 1px rgba(0,0,0,.5);
	cursor: pointer;
	color: black;
	transition: 1s;
}
.case{
	display: flex;
	justify-content: center;
}
.case div:nth-child(1){
	width: 30%;
	background: #e26812;
	border-radius: 5px;
	text-align: center;
	margin-bottom: 10px;
	margin-right: 10px;
}
.case div:nth-child(1) h2{
	color: #fef493;
	font-size: 20px;
	text-align: center;
	padding: 13px 0;
	border-bottom: 2px solid white;
	border-top: 5px solid white;
}
.case div:nth-child(1) a{
	text-decoration: none;
	color: white;
	padding: 10px;
	display: inline-block;
}


.case div:nth-child(2){
	width: 30%;
	background: #e26812;
	border-radius: 5px;
	text-align: center;
	margin-bottom: 10px;
	margin-right: 10px;
}
.case div:nth-child(2) h2{
	color: #fef493;
	text-align: center;
	font-size: 20px;
	padding: 13px 0;
	border-bottom: 2px solid white;
	border-top: 5px solid white;
}
.case div:nth-child(2) a{
	text-decoration: none;
	color: white;
	padding: 10px;
	display: inline-block;
}
.case div:nth-child(2) h3{
	color: #fef493;
	text-align: center;
	padding: 13px 0;
}
.case div:nth-child(3){
	width: 30%;
	background: #e26812;
	border-radius: 5px;
	text-align: center;
	margin-bottom: 10px;
}
.case div:nth-child(3) h2{
	color: #fef493;
	text-align: center;
	font-size: 20px;
	padding: 13px 0;
	border-bottom: 2px solid white;
	border-top: 5px solid white;
}
.case div:nth-child(3) a{
	text-decoration: none;
	color: white;
	padding: 10px;
	display: inline-block;
}
.ershuo{
	display: block;
	margin: 0 auto;
	width: 92%;
	color: #fef493;
	text-align: center;
	background: #e26812;
	border-radius: 5px;
	margin-bottom: 10px;
}
.ershuo h2{
	font-size: 20px;
	border-bottom: 2px solid white;
	padding: 10px 0;
}
.ershuo p{
	padding: 10px 0;
}
.ershuo p a{
	text-decoration: none;
	color: white;
}
.now{
	width: 60%;
	height: 200px;
	border: 1px solid gray;
	position: relative;
	margin-left: 40px;
	float: left;
}
.now span:nth-child(1){
	float: left;
	font-size: 12px;
	padding: 10px;
	color: gray;
}
.now span:nth-child(2){
	float: right;
	font-size: 12px;
	padding: 10px;
	color: gray;
}
.now h3,.now p,.now button{
	text-align: center;
	margin: 0 auto;
	display: block;
}
.now h3{
	margin-top: 70px;
}
.now p{
	color: rgba(0,0,0,.8);
	font-size: 14px;
	margin: 3px 0 30px 0;
}
.now button{
	width: 100px;
	height: 30px;
	background: #e26812;
	border: none;
	border-radius: 10px;
	color: white;
}
.now button:focus{
	outline: none;
}
.now button:hover{
	cursor: pointer;
	box-shadow: 1px 1px 0 rgba(0,0,0,.5);
	color: black;
}
.now div{
	position: absolute;
	width: 150px;
	height: 80px;
	border: 1px solid transparent;
	box-shadow: 2px 2px 7px rgba(0,0,0,.5);
	left: 50%;
	top:-20%;
	transform: translate(-50%);
	border-radius: 10px;
	z-index: 10;
	overflow: hidden;
	background: white;
}
.now div img{
	width: 100%;
	height: 100%;
}
.lower_banner{
	width: 34%;
	float: left;
	margin-left: 10px;
	height: 200px;
}
.lower_banner img{
	width: 100%;
	height: 200px;
}
.xijie{
	display: inline-flex;
	justify-content: space-around;
	text-align: center;
	width: 60%;
	height: 200px;
	background: #eeeff1;
	margin: 10px 10px 10px 40px;
	border: 1px solid transparent;
	float: left;
}
.xijie p{
	margin: 20px 0;
	font-size: 12px;
}
.xijie p span{
	font-size: 15px;
	font-weight: bold;
}
.skill{
	width: 60%;
	background: white;
	border: 1px solid #eeeff1;
	margin: 10px 10px 0 40px;
	float: left;
}
.skill ul{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.skill ul li{
	width: 30%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 13px;
	border: 1px solid rgba(0,0,0,.5);
	border-radius: 20px;
	margin: 10px 0 10px 0;
	color: rgba(0,0,0,.5);
	overflow: hidden;
}
.skill h2{
	font-size: 15px;
	margin: 5px 10px;
}
.word{
	width: 33.8%;
	margin: 10px 0 0 0;
	border: 1px solid #eeeff1;
	display: inline-block;
}
.word h2{
	text-align: center;
	font-size: 14px;
	margin: 20px 0;
}
.word ul li{
	margin: 37.2px 0;
}
.word ul li img{
	width: 33px;
	float: left;
	margin: 0 20px;
}
.word ul li p{
	color: rgba(0,0,0,.5);
	font-size: 12px;
}
.word ul li span{
	font-size: 12px;
	font-weight: bold;
}
.responsibility{
	width: 60%;
	margin: 0 10px 20px 40px;
	border: 1px solid #eeeff1;
	display: inline-block;
	position: relative;
}
.responsibility span{
	font-weight: bold;
	margin-top: 20px;
	margin-left: 20px;
	display: inline-block;
}
.responsibility ol{
	margin-left: 40px;
	margin-bottom: 20px;
}
.responsibility a{
	text-decoration: none;
	position: absolute;
	right: 20px;
	bottom: 20px;
	color: #1c8ff9;
	font-size: 14px;
}
.next_word{
	width: 150px;
	height: 30px;
	color: #df6912;
	border: 1px solid #df6912;
	background: transparent;
	border-radius: 10px;
	position: relative;
	top: -200px;
	left: 100px;
}
.next_word:focus{
	outline: none;
}
.next_word:hover{
	box-shadow: 1px 1px 1px rgba(0,0,0,.5);
	color: black;
	cursor: pointer;
}


.module7-title{
	font-size: 22px;
	font-weight: 600;
	height: 40px;
	text-align: center;
}

.module7-form{
	width: 70%;
	height: 1050px;
	margin: 0 auto;
	font-size: 14px;
	color: #666666;
}
.module7-form-item{
	min-height: 70px;
}
.module7-form-label{
	width: 150px;
	float: left;
	text-align: center;
	height: 30px;
	letter-spacing:3px;
	line-height: 30px;
}
.module7-form-input{
	float: left;
	width: 55%;
	height: 30px;
	font-size: 12px;
	outline: none;
	padding: 1px 5px;
	color: #666666;
	border: 1px solid #ddd;
}
.module7-form-textarea{
	width: auto;
	height: 400px;
	font-size: 16px;
	margin-bottom: 15px;
	float: left;
}
.module7-form-button{
	width: 139px;
	margin: 0 auto;
}
.module7-form-button .submit{
	width: 105px;
	height: 46px;
	border-radius: 5px;
	color: #fff;
	border: none;
	background: #e26812;
	font-size: 16px;
	outline: none;
}


