.inner {
	padding: 20px 0;
	margin-top: 20px;
}

.inner_title {
	width: 100%;
	height: 60px;
	border-bottom: 1px solid #4c4c4c;
	position: relative;
	margin-bottom: 60px;
}

.inner_title .left_title {
	height: 100px;
	background: #fff;
	position: absolute;
	left: 40px;
	top: 0px;
	text-align: right;
	padding: 0 5px;
}

.inner_title .left_title .ch {
	font-size: 20px;
	color: #8b5291;
	line-height: 30px;
}

.inner_title .left_title .en {
	width: 100%;
	font-size: 50px;
	font-family: "Times New Roman";
	color: #142b57;
	font-weight: bold;
	height: 70px;
	text-transform: uppercase;
}

.inner_title .right_addr {
	line-height: 80px;
}

.inner_title .right_addr a,
.inner_title .right_addr span {
	font-size: 16px;
	color: #666;
	float: left;
}

.inner_title .right_addr span {
	margin: 0 6px;
	height: 80px;
	width: 10px;
	background: url(../images/icons/right-icon.png) no-repeat center center;
	background-size: 10px 10px;
	float: left;
}

.inner_title .right_addr a:hover {
	text-decoration: underline;
}

.inner_cont {
	margin-bottom: 40px;
	position: relative;
}

.inner_cont:after {
	content: "";
	height: 0;
	display: block;
	clear: both;
	visibility: hidden;
}

.inner_right_list {
	width: 900px;
}
.inner_right_list .right_title {
	font-size: 16px;
	font-weight: normal;
	height: 60px;
	line-height: 60px;
	border-bottom: 1px solid #000;
}
.page {
	position: absolute;
	bottom: -40px;
}
.page a {
	font-size: 16px;
	color: #000;
	margin: 0 5px;
	line-height: 40px;
}
.page a:hover {
	color: #e60014;
}
.page a.on {
	color: #e60014;
	text-decoration: underline;
}

/*CONTACT*/
.inner_contact {
	width: 100%;
	height: 400px;
	box-sizing: border-box;
	border: 1px solid #ededed;
	background: url(../images/banner.jpg) no-repeat center center;
	background-size: cover;
}
.inner_contact .inner_contact_box {
	width: 400px;
	height: 300px;
	box-sizing: border-box;
	background: rgba(20, 43, 87, .5);
	letter-spacing: 1px;
	padding: 0 30px;
	margin: 50px;
}
.inner_contact .inner_contact_box h4 {
	font-size: 18px;
	color: #8b5291;
	font-weight: normal;
	line-height: 80px;
	text-align: center;
}
.inner_contact .inner_contact_box p {
	line-height: 40px;
	color: #fff;
}

/*RECRUIT*/
.inner_recruit {
	height: 320px;
}
.inner_recruit_box {
	width: 50%;
	display: block;
	text-align: left;
	float: left;
	box-sizing: border-box;
	padding: 40px 10px;
	border-bottom: 1px dotted #4c4c4c;
}
.inner_recruit_box h2 {
	font-size: 20px;
	color: #e60014;
	font-weight: normal;
	height: 60px;
}
.inner_recruit_box .time {
	font-size: 12px;
	color: #666;
}
.inner_recruit_box .job_info {
	display: none;
}
.job_info p {
	line-height: 25px;
	font-size: 14px;
	color: #000;
}
.job_info p span,
.job_info h6 {
	font-size: 16px;
	color: #e60014;
}
.job_info h6 {
	margin-top: 10px;
}
.job_info span {
	font-size: 14px;
	color: #000;
	line-height: 20px;
}
.pop_box {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	display: none;
	z-index: 9999999;
}
.pop_box .pop_info {
	width: 1000px;
	height: 500px;
	background: #fff;
	position: absolute;
	top: 50px;
	left: 50%;
	margin-left: -500px;
	border-radius: 10px;
	padding: 50px;
	box-sizing: border-box;
	display: none;
	overflow: hidden;
}
.pop_box .pop_info .close {
	width: 30px;
	height: 30px;
	background: url(../images/close.png) no-repeat center center;
	background-size: cover;
	position: absolute;
	right: 5px;
	top: 5px;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.pop_box .pop_info .close:hover {
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

/*NEWS*/
.inner_news {
	height: 540px;
}
.inner_news .inner_right_list .item {
	position: relative;
	height: 500px;
}
.inner_right_list .inner_news_list li {
	padding: 0 10px;
	box-sizing: border-box;
	border-bottom: 1px dotted #000;
	height: 50px;
	line-height: 50px;
}
.inner_right_list .inner_news_list li a {
	font-size: 16px;
	color: #4c4c4c;
	display: block;
	width: 800px;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.inner_right_list .inner_news_list li a:hover {
	color: #ef8802;
}
.inner_right_list .inner_news_list li .time {
	font-size: 12px;
	color: #999;
}

/*NEWS_DETAILS*/
.inner_news_details h2 {
	font-size: 24px;
	font-weight: normal;
	height: 40px;
	color: #ef8802;
	text-align: center;
}
.inner_news_details .news_info {
	font-size: 12px;
	color: #999;
	text-align: center;
}
.inner_news_details .news_article {
	text-indent: 28px;
	font-size: 14px;
	line-height: 24px;
}
.inner_news_details .news_info span {
	margin: 0 5px;
}
.inner_news_details .news_pic {
	text-align: center;
	margin-top: 20px;
}
.inner_news_details .news_pic img {
	width: 100%;
}

/*PRODUCT_DETAILS;*/
.inner_right_product_details .pro_pic {
	width: 240px;
	height: 160px;
	margin-right: 60px;
}
.inner_right_product_details .pro_pic img {
	width: 100%;
}
.inner_right_product_details .pro_intr {
	width: 700px;
	height: 160px;
}
.inner_right_product_details .pro_intr p {
	font-size: 14px;
	line-height: 30px;
}
.inner_right_product_details .pro_intr p span {
	color: #ef8802;
}

/*PRODUCT*/
.inner_product {
	height: 420px;
}
.inner_product .inner_product_list li {
	float: left;
	width: 210px;
	overflow: hidden;
	margin-right: 20px;
}
.inner_product .inner_product_list li:nth-child(4n){
	margin-right: 0;
}
.inner_product .inner_product_list li:hover {
	border-color: #ef8802;
}
.inner_product .inner_product_list li a {
	display: block;
	overflow: hidden;
}
.inner_product .inner_product_list li a div{
	border: 1px solid #e0e0e0;
	padding: 5px;
	width: 210px;
	height: 224px;
	text-align: center;
	line-height: 208px;
}
.inner_product .inner_product_list li img {
	max-width: 100%;
	max-height: 100%;
}
.inner_product .inner_product_list li p {
	line-height: 30px;
	font-size: 12px;
	text-align: center;
}

.h-c-left {
	width: 240px;
	float: left;
}
.l-one-level {
	cursor: pointer;
}
.l-o-text {
	height: 40px;
	line-height: 40px;
	padding-left: 10px;
}
.l-o-text a {
	display: block;
	height: 100%;
	color: #333;
	transition: all 0.1s;
	-o-transition: all 0.1s;
	-ms-transition: all 0.1s;
	-moz-transition: all 0.1s;
	-webkit-transition: all 0.1s;
}
.l-one-level:hover .l-o-text a {
	padding-left: 30px;
	background: url(../images/icons/logo-icon.png) no-repeat 7px center;
	background-size: 20px 20px;
	color: #014991;
}
.l-one-level.ac .l-o-text a{
	padding-left: 30px;
	background: url(../images/icons/logo-icon.png) no-repeat 7px center;
	background-size: 20px 20px;
	color: #014991;
}
.l-two-level {
	margin-bottom: 0;
	display: none;
}
.l-two-level li {
	height: 31px;
	line-height: 30px;
	border-bottom: 1px solid #e0e0e0;
	font-size: 12px;
	padding-left: 20px;
	overflow: hidden;
}
.l-two-level li a{
	color: #666;
	transition: all 0.1s;
	-o-transition: all 0.1s;
	-ms-transition: all 0.1s;
	-moz-transition: all 0.1s;
	-webkit-transition: all 0.1s;
}
.l-two-level li.ac a{
	padding-left: 30px;
	background: url(../images/icons/icon-logo.png) no-repeat 7px center;
	background-size: 20px 20px;
	color: #d7241d;
}
.l-two-level li:hover a{
	padding-left: 30px;
	background: url(../images/icons/icon-logo.png) no-repeat 7px center;
	background-size: 20px 20px;
	color: #d7241d;
}
.pt-cont{
	/* text-align: center; */
	border: 1px solid #e0e0e0;
	padding: 50px;
}
.pt-cont img{
	max-width: 100%;
}
.pt-ctitle{
	font-size: 30px;
	text-align: center;
}
.pt-chead{
	height: 40px;
	line-height: 40px;
	display: table;
	margin: 0 auto 50px auto;
	color: #666;
}
.pt-chead a{
	width: 86px;
	float: left;
	padding-left: 30px;
	background: url(../images/icons/order-icon.png) no-repeat 8% center;
	background-size: 20px 20px;
	color: #666;
	margin: 0 20px;
	font-size: 12px;
	transition: all 0.1s;
	-o-transition: all 0.1s;
	-ms-transition: all 0.1s;
	-moz-transition: all 0.1s;
	-webkit-transition: all 0.1s;
}
.pt-chead span{
	float: left;
	margin: 0 15px;
	font-size: 12px;
}
.pt-chead a:hover{
	color: #d7241d;
	padding-left: 0;
	padding-right: 30px;
	background: url(../images/icons/order-ac.png) no-repeat 92% center;
	background-size: 20px 20px;
}
/*ABOUT*/
.com_info{
	width: 100%;
	padding: 30px;
	border: 1px solid #e0e0e0;
	display: table;
}
.com_info .pic_box {
	width: 500px;
	overflow: hidden;
	margin-left: 20px;
}
.com_info .pic_box img {
	width: 100%;
}
.com_info p {
	font-size: 14px;
	line-height: 30px;
	color: #4c4c4c;
	text-indent: 28px;
}
.com_info p.px28{
	margin: 30px 0;
	line-height: 60px;
}
.com_info p.px20{
	margin-bottom: 20px;
}

.news-list li{
	height: 41px;
	line-height: 40px;
	border-bottom: 1px solid #e0e0e0;
	padding: 0 10px;
}
.news-list li a{
	display: table;
	width: 100%;
	transition: all 0.1s;
	-o-transition: all 0.1s;
	-ms-transition: all 0.1s;
	-moz-transition: all 0.1s;
	-webkit-transition: all 0.1s;
	color: #333;
}
.news-list li a:hover{
	color: #d7241d;
	padding-left: 30px;
	background: url(../images/icons/icon-logo.png) no-repeat 5px center;
	background-size: 20px 20px;
}
.news-list li p{
	width: 700px;
	height: 40px;
	overflow: hidden;
	float: left;
	margin-bottom: 0;
}
.news-list li span{
	width: 110px;
	text-align: right;
	float: right;
}
.news-title{
	width: 100%;
	height: 40px;
	background: #f5f5f5;
	margin-bottom: 20px;
	display: table;
	padding: 0 10px;
}
.news-title li{
	text-align: center;
	line-height: 20px;
	margin-top: 10px;
}
.news-title .one{
	width: 700px;
	float: left;
}
.news-title .two{
	float: right;
	width: 110px;
}
.pt-pn{
	font-size: 12px;
	width: 48%;
	line-height: 40px;
	height: 40px;
	overflow: hidden;
}
.pt-prev{
	float: left;
	text-align: left;
}
.pt-next{
	float: right;
	text-align: right;
}
.pt-pn a{
	color: #333;
}
.pt-ccont{
	text-align: left;
	width: 80%;
	margin: 0 auto;
	display: table;
	margin-top: 30px;
}
.pt-ccont p{
	width: 50%;
	float: left;
	line-height: 30px;
}
.pt-ctext{
	text-align: left;
	padding: 30px;
	line-height: 30px;
	text-indent: 2em;
}
.ptcform ul{
	display: table;
	margin: 0 auto;
}
.ptcform li{
	display: table;
}
.ptcform li .input-name{
	float: left;
	width: 90px;
	line-height: 36px;
	text-align: right;
	margin-right: 20px;
}
.ptcform li .input-box{
	width: 400px;
	float: left;
	height: 36px;
	border: 1px solid #ccc;
	outline: none;
	padding: 0 10px;
}
.ptcform li textarea{
	width: 600px;
	max-width: 600px;
	min-height: 300px;
	float: left;
	border: 1px solid #ccc;
	outline: none;
	padding: 10px;
}
.ptcform li b.red{
	line-height: 36px;
	float: left;
}
.ptcform li button{
	float: left;
	width: 150px;
	height: 40px;
	font-size: 18px;
	text-align: center;
	line-height: 38px;
	color: #d7241d;
	background: #fff;
	border-radius: 3px;
	border: 1px solid #d7241d;
	transition: all 0.1s;
	-o-transition: all 0.1s;
	-ms-transition: all 0.1s;
	-moz-transition: all 0.1s;
	-webkit-transition: all 0.1s;
	margin-left: 110px;
}
.ptcform li button:hover{
	background: #d7241d;
	color: #fff;
}
.pt-ccont p.fj{
	width: 100%;
}
.prompt-box{
	width: 600px;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	padding-left: 110px;
	clear: both;
	text-align: left;
}
.leaving-message{
	width: 100px !important;
}
.order-select{
	width: 400px !important;
}
.order-cont{
	margin-top: 0 !important;
}
.order-form ul{
	width: 100%;
}
.order-form li.one{
	float: left;
}
.order-form li.two{
	float: right;
}
.order-form li .input-box{
	width: 300px;
}
.order-form li .prompt-box{
	width: 100% !important;
}
.order-list span{
	text-align: center !important;
}