@charset "utf-8";
@media (max-width:999px) {
body {
	padding-top: 50px;
}
header {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	z-index: 9999;
	background: #fff;
	box-shadow: 0 0 5px #ddd;
}
header .top {
	display: none;
}
header .head .container {
	height: 50px;
}
header .head .logo img {
	height: 40px;
}
header .head .line {
	height: 35px;
	margin: 0 8px;
}
header .head .info {
	font-size: 12px;
}
header .head .info .bold {
	font-size: 14px;
	padding: 0 0 4px 0;
}
header .head .search_but {
	display: block;
	font-size: 26px;
	margin-right: 15px;
	margin-top: 2px;
}
header .head .search {
	display: none;
	position: absolute;
	left: 0px;
	top: 50px;
	right: 0px;
	margin-right: 0;
}
header .head .search input[type='text'] {
	border-radius: 0;
}
header .head .search button {
	border-radius: 0;
}
header .head .tel {
	display: none;
}
header .head .navbut {
	display: block;
	width: 30px;
	height: 30px;
	position: relative;
}
header .head .navbut i {
	height: 2px;
	background: #333;
	display: block;
	overflow: hidden;
	width: 100%;
	position: absolute;
	left: 0px;
}
header .head .navbut .w1 {
	top: 4px;
}
header .head .navbut .w2 {
	top: 14px;
}
header .head .navbut .w3 {
	top: 24px;
}
header .head .navbut.cur .w1 {
	top: 15px;
	transform: rotate(45deg);
}
header .head .navbut.cur .w2 {
	height: 0px;
}
header .head .navbut.cur .w3 {
	top: 15px;
	transform: rotate(-45deg);
}
header nav {
	position: fixed;
	left: 0px;
	top: 50px;
	bottom: 0px;
	right: 0px;
	background: #fff;
	overflow-y: auto;
	display: none;
}
header nav .container {
	padding: 0;
}
header nav ul {
	display: block;
	overflow: hidden;
}
header nav li {
	width: 100%;
}
header nav li:before {
	display: none;
}
header nav li > a {
	color: #333;
	font-size: 18px;
	text-align: left;
	line-height: 55px;
	text-shadow: 0 0 0 #333;
	padding: 0 15px;
	border-bottom: 1px solid #eee;
}
header nav li .iconfont {
	display: block;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 55px;
	height: 55px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	z-index: 5;
	font-size: 20px;
	color: #999;
}
header nav li .sub {
	position: static;
	background: #f5f5f5;
	font-size: 14px;
}
header nav li .sub a {
	padding: 0 15px;
	color: #666;
	line-height: 40px;
	text-align: left;
	border-bottom: 1px solid #eee;
}
header nav li .sub a:after {
	display: none;
}
header nav li .sub a:hover {
	background: #f0592d;
}
header nav li:hover > a {
	color: #333;
	background: none;
}
header nav li.on > a {
	color: #fff;
	background: #ee4615;
	background: -webkit-linear-gradient(bottom, #ee4615 0%, #ee4615 50%, #f0592d 50%, #f0592d 100%);
	background: -o-linear-gradient(bottom, #ee4615 0%, #ee4615 50%, #f0592d 50%, #f0592d 100%);
	background: -moz-linear-gradient(bottom, #ee4615 0%, #ee4615 50%, #f0592d 50%, #f0592d 100%);
	background: linear-gradient(bottom, #ee4615 0%, #ee4615 50%, #f0592d 50%, #f0592d 100%);
}
header nav li.on .iconfont {
	color: #eee;
}
footer {
	line-height: 1.8;
	font-size: 12px;
}
footer .flex_main {
	background: #1c1f24 url(../img/bj_foot.jpg) center bottom no-repeat;
	padding: 20px 10px;
}
footer .flex_main .container {
	display: block;
	overflow: hidden;
}
footer .flex_main .tit {
	padding-bottom: 0;
}
footer .flex_main .tit:before {
	margin-top: -3px;
}
footer .flex_main .nav {
	float: left;
	width: 31%;
}
footer .flex_main .nav .er {
	display: block;
	overflow: hidden;
}
footer .flex_main .nav .er ul {
	float: left;
}
footer .flex_main .nav .er ul:last-child {
	margin-left: 5px;
}
footer .flex_main .nav:nth-child(4) {
	width: 100%;
}
footer .flex_main .cont {
	width: 65%;
	float: left;
	margin-top: 10px;
}
footer .flex_main .ewm {
	float: right;
	width: 35%;
}
footer .flex_main .ewm li img {
	width: 100%;
	padding: 5px;
}
footer .flex_main .ewm li:last-child {
	display: none;
}
footer .foot {
	padding: 10px 0;
	text-align: center;
	line-height: 1.5;
	font-size: 9px;
	margin-bottom: 60px;
}
footer .foot .copy {
	float: none;
}
footer .foot .extra {
	display: none;
}
.fixed_kefu {
	display: none;
}
.fixed_foot_wap {
	display: block;
	position: fixed;
	left: 0px;
	bottom: 0px;
	right: 0px;
	background: #f0592d;
	overflow: hidden;
	z-index: 8888;
	box-shadow: 0 0 5px #ddd;
}
.fixed_foot_wap li {
	width: 25%;
	float: left;
	position: relative;
}
.fixed_foot_wap li a {
	display: block;
	overflow: hidden;
	height: 60px;
	color: #fff;
	text-align: center;
	padding: 7px 0 0 0;
	line-height: 1;
}
.fixed_foot_wap li .iconfont {
	font-size: 28px;
}
.fixed_foot_wap li em {
	padding: 5px 0 0 0;
	display: block;
	overflow: hidden;
}
.backtop {
	bottom: 60px;
}
.banner a {
	height: auto;
}
.banner img {
	display: block;
}
.banner .banner-num {
	display: block;
	width: auto;
	left: 5px;
	bottom: 5px;
}
.banner .banner-num .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	margin: 0 2px;
}
.banner .banner-num .swiper-pagination-bullet-active {
	width: 40px;
}
.banner .banner-but > div {
	width: 20px;
	height: 20px;
}
.nbanner {
	height: auto;
}
.nbanner img {
	display: block;
}
.position {
	display: none;
}
.wap_cate {
	display: block;
	position: relative;
	z-index: 7777;
}
.wap_cate .tit {
	height: 44px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	background: #333;
	color: #fff;
	padding: 0 10px;
	font-size: 16px;
	font-weight: bold;
}
.wap_cate ul {
	display: none;
	position: absolute;
	left: 0px;
	top: 100%;
	right: 0px;
	background: #fff;
	box-shadow: 0 5px 10px #ddd;
}
.wap_cate ul a {
	display: block;
	overflow: hidden;
	padding: 0 10px;
	border-bottom: 1px solid #eee;
	line-height: 36px;
	color: #666;
}
.main {
	padding: 20px 0;
}
.web_main {
	padding: 10px;
}
.web_main .pagination {
	margin-top: 10px;
}
.web_cate {
	display: none;
}
.tan_box {
	padding: 36px 10px;
}
.tan_box .box video, .tan_box .box iframe {
	width: 100%;
}
.tan_box .box iframe {
	height: 230px;
}
.in_link {
	display: none;
}
.in_box {
	padding: 20px 0;
}
.in_box .in_tit {
	margin-bottom: 15px;
}
.in_box .in_tit .bt {
	font-size: 20px;
}
.in_box .in_tit .text {
	font-size: 12px;
	margin-top: 3px;
	line-height: 1.4;
	color: #999;
}
.in_box .in_tit .line {
	max-width: 180px;
	margin: 5px auto 0 auto;
}
.in_box .in_tite {
	margin-bottom: 15px;
	margin-left: -10px;
	margin-right: -10px;
}
.in_box .in_tite .bt {
	font-size: 20px;
}
.in_box .in_tite .bt .cen {
	padding: 0 10px;
}
.in_box .in_tite .text {
	margin-top: 5px;
}
.in_pro .tab {
	margin: 0 -10px 15px -10px;
}
.in_pro .tab li {
	margin: 0;
	border-left: 0;
	padding: 5px 6px;
	font-size: 14px;
}
.in_pro .tab li:first-child {
	border-left: 1px solid #eee;
}
.in_pro .xun .pic img {
	height: 120px;
}
.in_pro .xun .box {
	padding: 5px;
}
.in_pro .xun .box .but {
	line-height: 30px;
	font-size: 12px;
	margin: 5px 0 0 0;
}
.in_pro .xun .box .but a {
	margin: 0;
}
.in_pro .pro-but {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.in_youshi ul li {
	width: 50%;
	padding: 15px 10px;
}
.in_youshi ul li .iconfont {
	font-size: 30px;
	width: 60px;
	height: 60px;
}
.in_youshi ul li span {
	font-size: 16px;
	margin: 8px 0 5px 0;
}
.in_youshi ul li p {
	line-height: 1.5;
	text-align: justify;
	max-width: 100%;
	font-size: 12px;
	color: #999;
	text-indent: 1em;
}
.in_why .pic {
	display: none;
}
.in_why ul li {
	margin-top: 10px;
	padding: 0 0 10px 40px;
	background: #f5f5f5;
	border-radius: 0 70px 0 70px;
	overflow: hidden;
}
.in_why ul li .xh {
	width: 40px;
	height: 40px;
	font-size: 20px;
	padding: 4px 0 0 0;
}
.in_why ul li .xh:after {
	margin: 3px auto 0 auto;
	height: 1px;
}
.in_why ul li .bt {
	font-size: 18px;
	padding: 0 0 0 10px;
	line-height: 39px;
	margin-bottom: 8px;
}
.in_why ul li .text {
	line-height: 22px;
	color: #888;
	font-size: 12px;
	padding: 0 10px;
}
.in_why ul li .text p {
	padding: 0 0 0 10px;
	background-position: left 8px;
	background-size: auto 6px;
}
.in_why .er {
	margin-top: 10px;
}
.in_fuwu .xun {
	margin: -5px;
	padding: 0;
}
.in_fuwu .xun li {
	width: 25%;
}
.in_fuwu .xun li .box {
	padding: 10px 0;
	border-radius: 5px;
	margin: 5px;
	background-color: rgba(255,255,255,0.05);
}
.in_fuwu .xun li i {
	font-size: 28px;
	width: 50px;
	height: 50px;
}
.in_fuwu .xun li em {
	margin-top: 7px;
	font-size: 14px;
}
.in_fuwu .mess {
	height: auto;
	display: block;
}
.in_fuwu .mess:before {
	display: none;
}
.in_fuwu .mess .box {
	width: 100%;
	padding: 20px 10px 20px 50px;
	line-height: 1.5;
}
.in_fuwu .mess .box .t1 {
	font-size: 12px;
	padding: 0 0 0 40px;
}
.in_fuwu .mess .box .t2 {
	font-size: 16px;
	padding: 5px 0 10px 40px;
	margin: 0 0 15px 0;
}
.in_fuwu .mess .box .flex_main {
	padding: 0 0 0 10px;
}
.in_fuwu .mess .box .flex_main .qq {
	font-size: 16px;
}
.in_fuwu .mess .box .flex_main .qq i {
	font-size: 30px;
}
.in_fuwu .mess .box .flex_main .tel i {
	font-size: 36px;
}
.in_fuwu .mess .box .flex_main .tel em {
	padding: 5px 0 0 0;
	font-size: 18px;
}
.in_fuwu .mess form {
	width: 100%;
}
.in_fuwu .mess .form {
	padding: 10px 0 0 30px;
	background: #000;
}
.in_fuwu .mess .form li input[type='text'] {
	height: 44px;
	padding: 0 10px;
}
.in_fuwu .mess .form li textarea {
	height: 98px;
	padding: 10px;
}
.in_fuwu .mess .form li button {
	height: 44px;
	font-size: 16px;
}
.in_fuwu .mess .form li button i {
	margin-right: 5px;
}
.in_fuwu .mess .pic {
	left: -40px;
	top: 20px;
}
.in_fuwu .mess .pic img {
	height: 265px;
}
.in_about {
	display: block;
	overflow: hidden;
}
.in_about .pic {
	width: 100%;
	margin-right: 0;
}
.in_about .box {
	width: 100%;
	background: #fafafa;
	padding: 15px;
	border: 1px solid #f0f0f0;
}
.in_about .box .bt {
	font-size: 18px;
	padding: 0 0 0 18px;
}
.in_about .box .text {
	line-height: 1.8;
	text-indent: 18px;
	margin: 8px 0 10px 0;
}
.in_pic {
	padding: 20px 0 0 0;
}
.in_pic .tab {
	margin-bottom: 10px;
}
.in_pic .tab li {
	width: 50%;
	text-align: center;
	padding: 0;
	line-height: 40px;
}
.in_pic .swiper-slide img {
	height: 120px;
}
.in_pic .swiper-slide span {
	font-size: 12px;
	line-height: 30px;
}
.in_but {
	margin-top: 15px;
}
.in_but > * {
	line-height: 30px;
	padding: 0 10px;
	font-size: 16px;
	margin: 0 3px;
	border-color: #eee;
}
.in_but .menu {
	font-size: 20px;
}
.in_news .flex_main {
	flex-wrap: wrap;
	margin: -5px 0;
}
.in_news .li {
	margin: 5px 0;
	width: 100%;
}
.in_news .tit {
	line-height: 34px;
}
.in_news .tit span {
	font-size: 16px;
	padding: 0 10px;
}
.in_news .tit a {
	padding: 0 10px;
	font-size: 12px;
}
.in_news ul {
	padding: 5px 10px;
}
.in_news ul li {
	line-height: 36px;
}
.in_news ul li a {
	padding: 0 0 0 12px;
}
.in_news ul li em {
	padding: 0 0 0 10px;
	color: #999;
}
.pro_flex .main_left {
	display: none;
}
.list_pro {
	padding: 10px;
}
.list_pro li {
	padding: 5px;
}
.list_pro li .pic img {
	height: 120px;
}
.list_pro li .box {
	padding: 5px;
}
.list_pro li .bt {
	font-size: 14px;
	line-height: 1.5;
}
.list_pro li .but {
	margin: 2px auto 0 auto;
	font-size: 12px;
}
.list_pro li .but a {
	height: 40px;
	line-height:40px;
	display:block;
}
.list_pro li .but a:after {
	margin-left: 0;
	transform: scale(0.8);
}
.pagination {
	margin: 15px 0 0 0;
	padding: 10px;
}
.pagination li {
	padding: 0;
	margin: 0 0 0 -1px;
}
.pagination li a, .pagination li span {
	padding: 0 10px;
	line-height: 28px;
	border-radius: 0;
}
.xg_box {
	margin-top: 20px;
}
.xg_box .tit {
	padding: 0 0 10px 0;
}
.xg_box .tit b {
	font-size: 18px;
}
.xg_box .dinggou {
	padding: 10px;
}
.xg_box .dinggou ul {
	margin: -5px;
}
.xg_box .dinggou ul li {
	width: 100%;
	padding: 5px;
}
.xg_box .dinggou ul li label {
	left: 5px;
	top: 5px;
	line-height: 44px;
	width: 100px;
	padding: 0 0 0 15px;
	font-size: 14px;
}
.xg_box .dinggou ul li input[type='text'] {
	height: 44px;
	padding: 0 44px 0 110px;
	font-size: 14px;
}
.xg_box .dinggou ul li textarea {
	height: 100px;
	padding: 10px 44px 10px 15px;
	font-size: 14px;
	float: left;
}
.xg_box .dinggou ul li .iconfont {
	right: 5px;
	top: 5px;
	width: 44px;
	height: 44px;
	font-size: 20px;
}
.xg_box .dinggou ul li button {
	line-height: 44px;
	width: 100%;
	font-size: 16px;
}
.xg_box .dinggou ul li button .iconfont {
	font-size: 20px;
	margin-right: 5px;
}
.xg_box .pro ul {
	padding: 5px;
}
.xg_box .pro ul li {
	width: 50%;
	padding: 5px;
}
.xg_box .pro ul li .pic img {
	height: 120px;
}
.xg_box .pro ul li span {
	font-size: 14px;
	line-height: 34px;
}
.xg_box .news {
	padding: 10px;
	flex-wrap: wrap;
}
.xg_box .news .tou {
	width: 100%;
}
.xg_box .news .tou .pic {
	margin-right: 10px;
}
.xg_box .news .tou .pic img {
	width: 120px;
	height: 100px;
}
.xg_box .news .tou .box span {
	font-size: 14px;
	border-bottom: 1px dashed #eaeaea;
	padding: 0 0 5px 0;
}
.xg_box .news .tou .box p {
	line-height: 18px;
	height: 36px;
	margin: 5px 0 3px 0;
	font-size: 12px;
}
.xg_box .news .tou .box em {
	font-size: 12px;
}
.xg_box .news .tou .box em i {
	margin-right: 3px;
	font-size: 12px;
}
.xg_box .news .line {
	display: none;
}
.xg_box .news ul {
	width: 100%;
	padding: 7px 0 0 0;
}
.xg_box .news ul li {
	line-height: 30px;
	border-bottom: 1px dashed #eee;
}
.xg_box .news ul li a {
	padding: 0 10px;
}
.list_news li {
	padding: 10px;
}
.list_news li .pic {
	width: 120px;
	height: 80px;
	margin-right: 10px;
}
.list_news li .box {
	min-height: 80px;
}
.list_news li .bt {
	border-bottom: 1px dashed #ddd;
}
.list_news li .bt a {
	font-size: 16px;
	padding: 0 0 6px 0;
}
.list_news li .bt .cs {
	position: absolute;
	left: 0px;
	bottom: 0px;
	color: #999;
	font-size: 12px;
}
.list_news li .bt .cs em {
	margin-left: 5px;
}
.list_news li .bt .cs .iconfont {
	margin-right: 2px;
	font-size: 12px;
}
.list_news li .text {
	margin: 5px 0 0 0;
	line-height: 18px;
	height: 36px;
	font-size: 12px;
	color: #888;
}
.list_news li .tag {
	display: none;
}
.list_news li .more {
	display: none;
}
.box_body {
	line-height: 1.8;
}
.box_body img {
	padding: 5px 0;
}
.box_body .t3 {
	font-size: 16px;
}
.list_pic {
	margin: -5px;
}
.list_pic li {
	width: 50%;
	padding: 5px;
}
.list_pic li .pic img {
	height: 120px;
}
.list_pic li span {
	line-height: 30px;
	font-size: 12px;
}
.list_appli {
	margin: -10px 0 0 0;
}
.list_appli li {
	width: 100%;
	padding: 10px 0 0 0;
}
.list_appli li .bt {
	padding: 10px;
	background: #f5f5f5;
	font-size: 12px;
}
.list_appli li .bt span {
	padding: 0 0 5px 0;
}
.box_contact {
	flex-wrap: wrap;
	font-size: 12px;
	-webkit-align-items: flex-end;
	align-items: flex-end;
}
.box_contact .tel {
	width: 100%;
	padding: 15px 0;
	background: #f5f5f5;
	margin-bottom: 10px;
}
.box_contact .tel .iconfont {
	font-size: 66px;
	margin-right: 5px;
}
.box_contact .tel b {
	font-size: 20px;
}
.box_contact .tel p {
	font-size: 12px;
	padding: 5px 0;
}
.box_contact .tel em {
	font-size: 20px;
}
.box_contact .line {
	display: none;
}
.box_contact .box {
	width: 100%;
}
.box_contact .box .tit {
	font-size: 18px;
}
.box_contact .box .tit:after {
	margin: 5px 0;
}
.box_contact .box .text {
	line-height: 1.8;
}
.box_contact .ewm {
	max-width: 100px;
	line-height: 1.8;
}
.box_contact .ewm p {
	margin-top: 6px;
	color: #999;
}
.box_mess {
	margin-top: 10px;
}
.box_mess .tit {
	left: 15px;
	top: 15px;
}
.box_mess .tit span {
	font-size: 20px;
	padding: 0 0 5px 0;
}
.box_mess .tit em {
	font-size: 12px;
}
.box_mess .pic {
	left: -20px;
	transform: translateX(0);
}
.box_mess .pic img {
	height: 180px;
}
.box_mess ul {
	width: 60%;
}
.box_mess ul li {
	margin-top: 10px;
}
.box_mess ul li input[type='text'] {
	padding: 0 45px 0 10px;
	height: 45px;
}
.box_mess ul li textarea {
	padding: 10px 45px 10px 10px;
	height: 80px;
}
.box_mess ul li input[type='submit'] {
	height: 45px;
	font-size: 16px;
}
.box_mess ul li .iconfont {
	height: 45px;
	width: 45px;
	font-size: 20px;
}
.box_map dl {
	margin-top: 5px;
}
.box_map dl dt a {
	padding: 0 10px;
	line-height: 34px;
	font-size: 16px;
}
.box_map dl dd {
	padding: 7px;
}
.box_map dl dd a {
	margin: 0;
	padding: 3px;
	font-size: 12px;
}
.list_search li {
	padding: 10px 0;
}
.list_search li .bt {
	font-size: 14px;
	padding: 0;
}
.list_search li .text {
	line-height: 18px;
	color: #777;
	max-height: 36px;
	margin: 5px 0;
	font-size: 12px;
}
.list_search li .cs {
	color: #999;
	font-size: 12px;
}
.list_search li .cs em {
	margin-left: 5px;
}
.list_search li .cs em .iconfont {
	margin-right: 2px;
	font-size: 12px;
}
.in_shijing {
	padding: 0 20px;
}
.in_shijing .shijing-prev, .in_shijing .shijing-next {
	font-size: 20px;
	padding: 10px 5px;
}
.in_hengab {
	background-size: 100% 100%;
}
.in_hengab .container {
	display: block;
	overflow: hidden;
	height: auto;
	padding: 15px;
}
.in_hengab .box {
	width: 100%;
	padding: 0;
	text-align: left;
}
.in_hengab .box .t1 {
	font-size: 20px;
}
.in_hengab .box .t2 {
	padding: 5px 0 10px 0;
}
.in_hengab .box .t3 {
	padding: 10px;
	font-size: 14px;
}
.in_hengab .box .t3 span {
	padding: 0 0 0 10px;
	margin-left: 15px;
}
.in_hengab .box .t3 span:before {
	width: 4px;
	height: 4px;
}
.in_hengab .tel {
	width: 100%;
	font-size: 12px;
	padding: 10px 0 0 0;
}
.in_hengab .tel span {
	line-height: 40px;
	padding: 0 20px;
	font-size: 16px;
	border-width: 1px;
	margin-right: 10px;
}
.in_hengab .tel em {
	font-size: 24px;
}
.box_pro .li {
	margin-top: 15px;
}
.box_pro .tit {
	line-height: 34px;
}
.box_pro .tit span {
	padding: 0 10px;
	font-size: 16px;
}
.box_pro .tit a {
	padding: 0 10px;
	font-size: 12px;
}
.box_pro .list_pro {
	margin: 5px;
}
.box_pro .list_pro li {
	width: 50%;
}
.box_pro .list_pro li .pic img {
	height: 110px;
}
.box_news {
	margin: -5px 0;
	display: block;
	overflow: hidden;
}
.box_news .li {
	width: 100%;
	margin: 5px 0;
	overflow: hidden;
	float: left;
}
.box_news .tit {
	line-height: 34px;
}
.box_news .tit span {
	padding: 0 10px;
	font-size: 16px;
}
.box_news .tit a {
	padding: 0 10px;
	font-size: 12px;
}
.box_news .flex_main {
	display: block;
	overflow: hidden;
	padding: 10px;
}
.box_news .flex_main .left {
	width: 100%;
	padding: 0;
}
.box_news .flex_main .right {
	width: 100%;
	padding: 0;
}
.box_news .flex_main .right ul {
	padding: 0;
	margin: 5px 0 -5px 0;
}
.box_news .flex_main .line {
	display: none;
}
.box_news dl {
	margin: -5px 0;
}
.box_news dl dd {
	padding: 5px 0;
}
.box_news dl dd a .pic {
	margin-right: 10px;
}
.box_news dl dd a .pic img {
	width: 120px;
	height: 80px;
}
.box_news dl dd a .box {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: 0;
}
.box_news dl dd a .box span {
	font-size: 14px;
	border-bottom: 1px dashed #eaeaea;
	padding: 0 0 5px 0;
}
.box_news dl dd a .box p {
	line-height: 18px;
	height: 36px;
	margin: 5px 0 3px 0;
	font-size: 12px;
}
.box_news dl dd a .box em {
	font-size: 12px;
}
.box_news dl dd a .box em i {
	margin-right: 3px;
	font-size: 12px;
}
.box_news ul {
	padding: 5px 10px;
}
.box_news ul li {
	line-height: 34px;
}
.box_news ul li a {
	padding: 0 0 0 12px;
}
.box_news ul li em {
	padding: 0 0 0 10px;
}
.web_back {
	position: static;
	width: auto;
	margin: 0 -10px;
	height: 40px;
	font-size: 16px;
}
.web_back em {
	display: block;
	margin-right: 7px;
}
.view_news .left {
	padding: 15px 10px;
}
.view_news .left .tit .bt {
	font-size: 18px;
}
.view_news .left .tit ul {
	padding: 10px 0;
}
.view_news .left .tit ul li {
	margin-left: 8px;
}
.view_news .left .tit ul li i {
	margin-right: 3px;
	font-size: 12px;
}
.view_news .left .tit .ewm {
	display: none;
}
.view_news .left .tags {
	padding: 8px 0 0 0;
	line-height: 1.5;
}
.view_news .left .tags em i {
	margin-right: 3px;
	font-size: 12px;
}
.view_news .left .tags a {
	margin-right: 4px;
}
.view_news .left .body {
	padding: 10px 0;
	line-height: 1.8;
}
.view_news .left .body img {
	padding: 5px 0;
}
.view_news .left .viewlr {
	margin: 0 -10px -15px -10px;
	padding: 10px 0;
}
.view_news .left .viewlr li {
	width: 100%;
	padding: 0 10px;
	line-height: 24px;
	font-size: 12px;
}
.view_news .left .viewlr li:last-child {
	border-left: 0;
	text-align: left;
}
.view_news .right {
	display: none;
}
.view_pro .flex_main {
	margin: -20px -10px 20px -10px;
	display: block;
	overflow: hidden;
}
.view_pro .flex_main .pic {
	width: 100%;
	margin-right: 0;
	padding: 10px;
	border: 0;
	border-bottom: 1px solid #eee;
}
.view_pro .flex_main .box {
	width: 100%;
	padding: 0 10px;
}
.view_pro .flex_main .box .tit {
	font-size: 18px;
	padding: 10px 0;
	color: #f0592d;
}
.view_pro .flex_main .box .text {
	padding: 10px 0;
	line-height: 1.8;
	min-height: inherit;
}
.view_pro .flex_main .box .text .ewm {
	display: none;
}
.view_pro .flex_main .box .cs {
	position: static;
}
.view_pro .flex_main .box .cs a {
	height: 40px;
	padding: 0 15px;
	font-size: 16px;
}
.view_pro .flex_main .box .cs a .iconfont {
	margin-right: 3px;
	font-size: 20px;
}
.view_pro .flex_main .box .cs .tel {
	margin-left: 20px;
	font-size: 12px;
}
.view_pro .flex_main .box .cs .tel .iconfont {
	width: 40px;
	height: 40px;
	font-size: 20px;
	margin-right: 5px;
}
.view_pro .flex_main .box .cs .tel em {
	font-size: 20px;
	padding: 5px 0 0 0;
}
.view_pro .tab {
	line-height: 40px;
}
.view_pro .tab .container {
	padding: 0;
}
.view_pro .tab ul {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-wrap: wrap;
}
.view_pro .tab ul li {
	font-size: 16px;
	-webkit-box-flex: auto;
	-moz-box-flex: auto;
	-webkit-flex: auto;
	-ms-flex: auto;
	flex: auto;
	width: 33.33333333333%;
	border-left: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
}
.view_pro .tab ul li:first-child {
	border-left: 0;
}
.view_pro .tab ul li:nth-child(3n+1) {
	border-left: 0;
}
.view_pro .tab ul li:last-child {
	display: none;
}
.view_pro .tab.cur {
	top: 50px;
}
.view_pro .body {
	padding: 10px;
	line-height: 1.8;
}
.view_pro .body img {
	padding: 5px 0;
}
.view_pro .web_back {
	margin: 0;
}
.view_pro .viewlr {
	padding: 10px 0;
}
.view_pro .viewlr li {
	width: 100%;
	padding: 0 10px;
	line-height: 24px;
	font-size: 12px;
}
.view_pro .viewlr li:last-child {
	border-left: 0;
	text-align: left;
}
.list_tags {
	margin: -7px;
	overflow: hidden;
}
.list_tags li {
	margin: 7px;
	float: left;
}
.list_tags li a {
	display: block;
	overflow: hidden;
	border: 1px solid #eee;
	padding: 8px 15px;
	font-size: 16px;
	color: #666;
}
.list_tags li a:hover {
	border-color: #f0592d;
	background: #f0592d;
	color: #fff;
}
.in_shouhou {
	padding-bottom: 0;
}
.in_shouhou .box {
	padding: 0 20px 20px 20%;
}
.in_shouhou .box .pic {
	width: 60%;
	left: -15%;
}
.in_shouhou .box .pic img {
	width: 100%;
	max-width: auto;
	height: auto;
}
.in_shouhou .box .bt {
	position: relative;
	z-index: 1;
	width: 100px;
	line-height: 32px;
	font-size: 16px;
}
.in_shouhou .box .text {
	position: relative;
	z-index: 1;
	font-size: 12px;
	padding: 10px 0 15px 0;
}
.in_shouhou .box ul {
	position: relative;
	z-index: 1;
	margin: -5px 0;
}
.in_shouhou .box ul li {
	width: 100%;
	padding: 5px 0;
}
.in_shouhou .box ul li span {
	width: 100px;
	line-height: 36px;
	font-size: 14px;
	margin-right: 10px;
}
.in_shouhou .box ul li em {
	font-size: 20px;
}
.in_liucheng ul {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	margin: -5px;
	padding: 0;
}
.in_liucheng ul li {
	width: 33.3333333333%;
	padding: 5px;
}
.in_liucheng ul li i {
	width: 80px;
	height: 80px;
	font-size: 30px;
}
.in_liucheng ul li span {
	font-size: 14px;
	margin-top: 10px;
}
.box_search {
	width: 100%;
	margin: 10px auto;
}
.box_search input[type='text'] {
	height: 50px;
	padding: 0 50px 0 20px;
}
.box_search button {
	width: 50px;
	font-size: 20px;
}
.box_search_tips {
	font-size: 16px;
	padding: 10px 0 5px 0;
}
.wapnone {
	display: none;
}
.artpro .box .bt {
	padding-left: 0;
}
.list_pro {
	padding: 0;
}
.list_pro li {
	width: 50%;
}
.list_pro li .pic img {
	height: auto;
}
.container2 {
	padding: 0;
}
.web_body_html ul,  .web_body_html ol {
	margin-left: 15px
}
.web_body_html img {
	margin: 5px 0
}
.web_body_html table {
	margin: 5px 0
}
.web_body_html table th,  .web_body_html table td {
	padding: 5px
}
.view_news .left .tit ul li.wapnone{display:none;}
.wapnone{display:none;}
.in_heng {
	background-size: auto 100%
}
.in_heng .container {
	height: 160px
}
.in_heng .left {
	font-size: 20px
}
.in_heng .left .bt {
	font-size: 30px;
	padding-bottom: 20px
}
.in_heng .right .tel {
	font-size: 24px;
	padding: 12px 0 15px 0
}
.in_heng .right a {
	line-height: 36px
}
}
