﻿/* CSS Document*/
* {
	padding: 0px;
	margin: 0px;
	outline: 0 none;
}

a {
	text-decoration: none;
	color: #666;
	transition: all 0.5s ease 0s;
}

a:focus {
	outline: none;
}

a:hover {
	color: #2b7bc6;
}

ul {
	list-style-type: none;
}

li {
	vertical-align: bottom;
	zoom: 1;
}

img {
	border: 0px;
}

select {
	font-family: "pingfang SC", "Microsoft YaHei", "黑体";
	color: #666;
	font-size: 12px;
}

textarea {
	font-family: "pingfang SC", "Microsoft YaHei", "黑体";
	color: #666;
	font-size: 12px;
	outline: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0px;
}

th,
td {
	padding: 0;
}

input {
	vertical-align: middle;
	outline: none;
	font-size: 12px;
	font-family: "pingfang SC", "Microsoft YaHei", "黑体";
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
	overflow: hidden;
}

.clearfix {
	zoom: 1;
}

.clearfix:after {
	clear: both;
}

.hidden {
	display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-size: inherit;
	margin: 0px;
}

p {
	margin: 0px;
}

em,
i {
	font-style: normal;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
	-webkit-appearance: none;
}

::-webkit-scrollbar {
	width: 5px;
}

::-webkit-scrollbar-track {
	background: #fff;
}

::-webkit-scrollbar-thumb {
	background: #156dce;
}

::-webkit-scrollbar-thumb:window-inactive {
	background: #156dce;
}

::-webkit-scrollbar-thumb:vertical:hover {
	background: #156dce;
}


body {
	font-family: "pingfang SC", "Microsoft YaHei", "黑体";
	background: #fff;
	color: #666;
	font-size: 12px;
	overflow-x: hidden !important;
}

.pr {
	position: relative;
}

.container {
	max-width: 750px;
	margin: 0 auto;
	padding: 0px;
	width: 100%;
	padding: 0px 15px;
}

.head {
	background: #fff;
	box-shadow: 0px 0px 5px #ccc;
	height: 55px;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 100;
}

.head .logo {
	padding-top: 12px;
}

.head .logo img {
	height: 30px;
	width: auto;
}



.in_banner {
	height: auto;
	margin-top: 55px !important;
}

.in_banner .swiper-slide {
	position: relative;
}

.in_banner .swiper-slide a {
	display: block;
}

.in_banner .swiper-slide img {
	width: 100%;
	height: auto;
}

.in_banner .swiper-pagination span {
	opacity: 1;
	background: #fff;
}

.in_banner .swiper-pagination .swiper-pagination-bullet-active {
	background: #e2070b;
}

.in_box {
	background: url(../images/Theking.png) no-repeat;
	background-size: contain;
	max-width: 750px;
	margin: 0px auto;
}

.in_box .bt {
	padding: 15px;
	font-size: 20px;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
}

.in_box .bt span {
	float: right;
}

.in_box .bt b {
	color: #e2070b;
}

.in_box .bt span img {
	width: auto;
	height: 7px;
}

.in_box .nr p {
	display: block;
	padding: 15px;
	font-size: 13px;
	line-height: 22px;
}

.in_box .nr img {
	width: 100%;
	height: auto;
}

.in_box1 {
	padding: 15px 0px;
}

.in_box1 .bt {
	border-bottom: 1px solid #eee;
	font-size: 18px;
	color: #333;
	padding-bottom: 5px;
}

.in_box1 .bt img {
	width: 30px;
	margin-right: 5px;
	height: auto;
}

.in_box1 .bt span {
	float: right;
}

.in_box1 .bt span a {
	display: block;
}

.in_box1 .bt span img {
	width: 8px;
	margin-right: 0px;
	height: auto;
}

.in_box1 ul {
	padding-top: 10px;
}

.in_box1 ul li {
	width: 25%;
	float: left;
	text-align: center;
	font-size: 13px;
}

.in_box1 ul li img {
	width: 90%;
	max-width: 66px;
}

.in_box1 ul li a {
	color: #888;
}


.in_box2 {
	padding: 15px 0px;
	padding-top: 0px;
}

.in_box2 .bt {
	border-bottom: 1px solid #eee;
	font-size: 18px;
	color: #333;
	padding-bottom: 5px;
}

.in_box2 .bt img {
	width: 30px;
	margin-right: 5px;
	height: auto;
}

.in_box2 .bt span {
	float: right;
}

.in_box2 .bt span a {
	display: block;
}

.in_box2 .bt span img {
	width: 8px;
	margin-right: 0px;
	height: auto;
}

.in_box2 ul {
	padding-top: 10px;
	margin: 0px -7px;
}

.in_box2 ul li {
	width: calc(50% - 14px);
	margin: 0px 7px;
	float: left;
	overflow: hidden;
	border-radius: 5px;
	box-shadow: 0px 0px 3px #ccc;
	margin-bottom: 15px;
}

.in_box2 ul li .img a {
	display: block;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.in_box2 ul li .img a img {
	width: 100%;
	height: auto;
}

.in_box2 ul li .nr {
	padding: 8px;
	background: #fff;
}

.in_box2 ul li .nr h2 {
	font-size: 13px;
	color: #333;
	padding-bottom: 8px;
white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.in_box2 ul li .nr p {
	font-size: 12px;
	color: #999;
	display: block;
	height: 20px;
white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.in_box2 ul li .nr p img {
	width: 12px;
	height: auto;
	margin-right: 3px;
	vertical-align: sub;
}

.in_box3 {
	padding: 15px 0px;
	padding-top: 0px;
}

.in_box3 .bt {
	border-bottom: 1px solid #eee;
	font-size: 18px;
	color: #333;
	padding-bottom: 5px;
}

.in_box3 .bt img {
	width: 30px;
	margin-right: 5px;
	height: auto;
}

.in_box3 .bt span {
	float: right;
}

.in_box3 .bt span a {
	display: block;
}

.in_box3 .bt span img {
	width: 8px;
	margin-right: 0px;
	height: auto;
}

.in_box3 ul {
	padding-top: 12px;
	margin-bottom: 0px;
}

.in_box3 ul li {
	border-bottom: 1px dotted #ddd;
	display: flex;
	padding-bottom: 10px;
	margin-bottom: 15px;
}

.in_box3 ul li:nth-last-child(1) {
	margin-bottom: 0px;
}

.in_box3 ul li .img {
	width: 35%;
}

.in_box3 ul li .img a {
	display: block;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.in_box3 ul li .img a img {
	width: 100%;
	height: auto;
}

.in_box3 ul li .nr {
	width: 65%;
	padding-left: 12px;
}

.in_box3 ul li .nr h2 a {
	display: block;
	font-size: 14px;
	color: #333;
	line-height: 21px;
	height: 40px;
	margin-bottom: 8px;
	overflow: hidden;
}

.in_box3 ul li .nr p {
	font-size: 12px;
	height: 32px;
	overflow: hidden;
}

.in_box3 dl {
	margin-bottom: 0px;
}

.in_box3 dl dd {
	border-bottom: 1px dotted #ddd;
	padding: 8px 0px;
}

.in_box3 dl dd span {
	float: right;
	display: block;
	width: 75px;
	text-align: right;
}

.in_box3 dl dd a {
	display: block;
	width: calc(100% - 75px);
	font-size: 13px;
	overflow: hidden;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	position: relative;
	padding-left: 10px;
}

.in_box3 dl dd a::after {
	position: absolute;
	left: 0px;
	top: 7px;
	width: 5px;
	height: 5px;
	background: #999;
	border-radius: 50%;
	content: '';
}


.bottom {
	background: url(../images/bottom_bj.png) no-repeat;
	text-align: center;
	background-size: cover;
	position: relative;
	padding: 15px 0px;
	color: #fff;
	z-index: 1;
}

.bottom .img {
	margin-bottom: 15px;
}

.bottom .img img{ width: 140px; height: auto;}

.bottom .bt {
	font-size: 16px;
	color: #fff;
	padding-bottom: 10px;
}

.bottom .lxwm p {
	color: #fff;
	font-size: 12px;
	line-height: 22px;
}

.bottom .lxwm p i {
	color: #867e96;
	padding-right: 4px;
	font-size: 16px;
}

.bottom .lxwm h2 {
	padding-top: 10px;
	display: flex;
	justify-content: center;
}

.bottom .lxwm h2 span:nth-child(2) {
	margin-left: 20px;
}

.bottom .lxwm h2 img {
	width: 100px;
	height: auto;
}

.bottom .lxwm h2 b {
	display: block;
	text-align: center;
	padding-top: 10px;
	color: #fff;
}

.di_dh {
	background: #f37030;
	width: 100%;
	left: 0px;
	bottom: 0px;
	position: fixed;
	z-index: 100;
	height: 50px;
}

.di_dh ul {
	width: 100%;
	display: flex;
}

.di_dh ul li {
	width: 33.3%;
	text-align: center;
}

.di_dh ul li a {
	color: #fff;
	display: block;
	padding-top: 4px;
	font-size: 12px;
}

.di_dh ul li a img {
	height: 25px;
	width: auto;
}

.di_dhg {
	height: 50px;
}



.ny_banner{ position: relative; max-width: 750px; margin: 0px auto; margin-top: 55px;}
.ny_banner img{ width: 100%; height: auto;}
.ny_banner .nr{ position: absolute; width: 100%; height: 100%; left: 0px; top: 0px; display: flex; flex-direction: column; justify-content: center; align-items: center; color: #fff; padding: 0px 15px; text-align: center;}
.ny_banner .nr h2{ font-size:35px; padding-bottom: 6px;}
.ny_banner .nr p{ font-size: 14px; line-height: 21px;}

.ny_banner .nr1{ padding: 15px 25px; right: 15px; bottom: -50px; position: absolute; background: linear-gradient(to right, #ff3e3e , #ff663d);}
.ny_banner .nr1 h2{ color: #fff; font-size: 18px;}
.ny_banner .nr1 h3{ font-size: 16px; display: block; padding: 10px 0px; color: #fff;}
.ny_banner .nr1 p{ color: #fff; font-size: 14px;}


.hites_mk{ padding: 15px 0px;}
.hites_mk .bt{ font-size: 22px; text-align: center; color: #333;}
.hites_mk ul{ padding-top: 15px; margin: 0px -5px; margin-bottom: 0px;}
.hites_mk ul li{ width:calc(50% - 10px); float: left; background: #f6f6f6; border-radius: 50px; padding: 5px; display: flex; align-items: center; margin: 0px 5px; margin-bottom: 15px;}
.hites_mk ul li h2{ width: calc(100% - 42px); text-align: center; font-size: 13px; color: #333;}
.hites_mk ul li span{ float: right; width: 40px;}
.hites_mk ul li span img{ width: 40px;}

.hites_mk1{ padding: 15px 0px; background: url(../images/hitesmk2_bj.png) repeat;}
.hites_mk1 .bt{ font-size: 22px; text-align: center; color: #333;}
.hites_mk1 .bt p{ font-size: 12px; color: #999; display: block; padding-top: 3px;}
.hites_mk1 ul{ background: #fff; margin-top: 15px; padding:5px 15px; box-shadow: 0px 0px 5px #ccc;}
.hites_mk1 ul li{ display: flex; align-items: center; justify-content: center; padding: 8px 0px;}
.hites_mk1 ul li img{ width: 75px; height: 75px;}
.hites_mk1 ul li h2{ font-size: 17px; color: #333; padding-left: 15px; line-height: 24px; width: 210px;}
.hites_mk1 ul li p{ font-size: 12px; color: #888;}


.hites_mk2 {
	height: auto;
}

.hites_mk2 .swiper-slide {
	position: relative;
}

.hites_mk2 .swiper-slide a {
	display: block;
}

.hites_mk2 .swiper-slide img {
	width: 100%;
	height: auto;
}

.hites_mk2 .swiper-pagination span {
	opacity: 1;
	background: #fff;
}

.hites_mk2 .swiper-pagination .swiper-pagination-bullet-active {
	background: #e2070b;
}

.hites_mk2 .swiper-pagination span{ width: 5px; height: 5px;}

.hites_mk3{ padding: 15px 0px;}
.hites_mk3 .bt{ font-size: 22px; text-align: center; color: #333;}
.hites_mk3 .bt p{ font-size: 12px; color: #999; display: block; padding-top: 3px;}
.hites_mk3 ul{ padding-top: 15px; margin: 0px -5px; margin-bottom: 0px;}
.hites_mk3 ul li{ width:calc(50% - 10px); float: left; margin: 0px 5px; margin-bottom: 15px;}
.hites_mk3 ul li img{ width: 100%;}
.hites_mk3 ul li p{ display: block; font-size: 13px; text-align: center; padding-top: 6px;}
.hites_mk3 ul li:nth-last-child(1){ width: calc(100% - 10px);}

.app{ position: relative; max-width: 750px; margin: 0px auto;}
.app .img img{ width: 100%; height: auto;}
.app .nr{ position: absolute; width: 100%; height: 100%; left: 0px; top: 0px; display: flex; flex-direction:column; justify-content: center;}
.app .nr h2{ font-size: 25px; color: #333; padding-bottom: 10px;}
.app .nr p{ font-size: 13px; height: 26px; line-height: 26px; position: relative; padding-left: 8px;}
.app .nr p::after{ position: absolute; left: 0px; top: 12px; content: ''; width: 3px; height: 3px; background: #ff0e12;}
.app .nr span{ display: block; padding-top: 10px;}
.app .nr span a{ display: inline-block; padding: 8px 20px; border: 1px solid #ff0e12; color: #ff0e12; border-radius: 25px;}
.app .nr span a i{ padding-left: 10px; font-size: 18px; vertical-align: middle;}

.app1 .nr h2{ color: #fff;}
.app1 .nr p{ color: #fff;}


.ny_dh{ background: #fff; padding: 10px 0px; position: relative; white-space:nowrap; overflow-x: auto; box-shadow: 0px 0px 5px #ccc;}
.ny_dh a{ font-size: 14px; height: 30px; line-height: 30px; padding: 0px 5px; margin: 0px 5px; display: inline-block;}
.ny_dh a.on{ border-bottom: 2px solid #ff0e12;}
.readmore-js-toggle{ position: absolute; right: 0px;  top: 4px; width: 30px !important; height: 35px; line-height: 35px; font-size: 25px;}

.anli{ padding-top: 15px; padding-bottom: 15px;}
.anli ul {
	margin: 0px -7px;
}

.anli ul li {
	width: calc(50% - 14px);
	margin: 0px 7px;
	float: left;
	overflow: hidden;
	border-radius: 5px;
	box-shadow: 0px 0px 3px #ccc;
	margin-bottom: 15px;
}

.anli ul li .img a {
	display: block;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.anli ul li .img a img {
	width: 100%;
	height: auto;
}

.anli ul li .nr {
	padding: 8px;
	background: #fff;
}

.anli ul li .nr h2 {
	font-size: 13px;
	color: #333;
	padding-bottom: 8px;
white-space: nowrap; 
  overflow: hidden;
  text-overflow:ellipsis;
}

.anli ul li .nr p {
	font-size: 12px;
	color: #999;
	display: block;
	height: 20px;
white-space: nowrap; 
  overflow: hidden;
  text-overflow:ellipsis;
}

.anli ul li .nr p img {
	width: 11px;
	height: auto;
	margin-right: 3px;
	vertical-align: sub;
}


/*CSS sabrosus style pagination*/DIV.sabrosus{padding: 5px;MARGIN: 15px auto 15px auto;TEXT-ALIGN: center;font-size: 14px; display: flex; justify-content: center;}
DIV.sabrosus A{padding: 3px 10px; border: #ccc 1px solid;COLOR: #444; margin: 0px 3px; text-decoration: none;background: #fff; display: block; float: left; border-radius: 3px;}
DIV.sabrosus A:hover{padding: 3px 10px;background: #ff0e12;color: #ff0e12;border: #ff0e12 1px solid;}
DIV.pagination A:active{padding: 3px 10px;background: #ff0e12;color: #fff; border: #ff0e12 1px solid;}
DIV.sabrosus SPAN.current{padding: 3px 10px;  margin: 0px 3px; background: #ff0e12;color: #fff;border: #ff0e12 1px solid; display: block; float: left; border-radius: 3px;}
DIV.sabrosus SPAN.disabled{padding: 3px 10px; border: #ccc 1px solid;COLOR: #444;MARGIN-RIGHT: 5px;text-decoration: none;}


.case_banner{ height: 400px; max-width: 750px; margin: 0px auto; background-size: cover; background-position: center center; background-repeat: no-repeat; display: flex; flex-direction: column; justify-content: center; color: #fff;}
.case_banner h2{ font-size: 22px; padding-bottom: 10px;}
.case_banner h3{ font-size: 13px;}
.case_banner b{ width: 30px; height: 2px; background: #fff; display: block; margin: 10px 0px;}
.case_banner p{ font-size: 13px;}

.case_xx{ background: #f6f6f6; margin: 0px 15px; box-sizing: border-box; margin: 0px auto; padding: 15px; margin-bottom: 40px; max-width: 750px;}

.case_xx .nr{ position: relative; padding-bottom: 30px;}
.case_xx .nr .ewm{ text-align: center; color: #333; font-size: 13px; margin-top: 15px; float: right; width: 60%;}
.case_xx .nr .ewm img{ margin-bottom: 6px;}

.case_xx .nr .jianj{ width: 100%;}
.case_xx .nr .jianj h2{ font-size: 24px; color: #333; padding-bottom: 5px;}
.case_xx .nr .jianj h3{ font-size: 14px; color: #333;}
.case_xx .nr .jianj b{ width: 30px; height: 2px; margin: 5px 0px; background: #ccc; display: block;}
.case_xx .nr .jianj h4{ font-size: 14px; color: #333; padding: 5px 0px;}
.case_xx .nr .jianj p{ font-size: 12px; color: #999; line-height: 24px;}
.case_xx .nr .jianj span{ display: block; padding-top: 25px; float: left; width: 40%;}
.case_xx .nr .jianj span a{ width:100%; height: 38px; line-height: 38px; text-align: center; font-size: 13px; border: 1px solid #666; display: block; float: left; margin-bottom: 20px;}
.case_xx .nr .jianj span a i{ margin-right: 5px;}
.case_xx .nr .jianj span a:hover{border: 1px solid #d90000;}
.case_xx .nr .jianj span a:nth-child(2n+0){ color: #fff; background: #d90000; border: 1px solid #d90000; margin-bottom: 0px;}


.case_xx .nr1 img{ display: block; width: 100%; height: auto;}

.case_xx .nr2{ text-align: center; padding-top: 20px;}
.case_xx .nr2 span{ display: inline-block; width: 110px; height: 110px; margin-right: 35px;}
.case_xx .nr2 span img{ width: 100%; height: auto;}
.case_xx .nr2 a{ display: inline-block; width: 110px; height: 110px; background: #fff; font-size: 14px; color: #333; text-align: center; line-height: 110px; border-radius: 5px;}
.case_xx .nr2 a:hover{ background: #333; color: #fff;}
.case_xx .nr2 h2{ font-size: 14px; color: #333; padding-top: 15px;}

.solution{ max-width: 750px; width: 100%; margin: 0px auto; padding-top: 15px;}
.solution ul li{ display: flex; margin-bottom: 10px; border-bottom: 1px solid #eee; padding: 0px 15px; padding-bottom: 10px; padding-top: 0px;}
.solution ul li .img{ width: 40%;}
.solution ul li .img a{ display: block;}
.solution ul li .img img{ width: 100%; height: auto;}
.solution ul li .nr{ padding-left: 10px; width: 60%;}
.solution ul li .nr h2{ font-size: 15px; height: 17px; overflow: hidden; color: #333; margin-bottom: 5px;}
.solution ul li .nr p{ display: block; height: 50px; overflow: hidden; text-transform: uppercase;}


.solution_xx{ max-width: 750px; margin: 0px auto; padding-top: 80px;}
.solution_xx .bt{ padding-bottom: 10px;}
.solution_xx .bt h2{ font-size: 16px; color: #333; font-weight:bold; padding-bottom: 3px;}
.solution_xx .bt p{ font-size: 13px; color: #666;}

.solution_xx ul li .img a{ display: block;}
.solution_xx ul li .img img{ width: 100%; height: auto;}
.solution_xx ul li .nr{ padding: 12px 15px;}
.solution_xx ul li .nr p{ display: block; font-size: 14px; color: #333;}


.news{ padding-top: 15px; padding-bottom: 15px;}
.news ul li{ padding-bottom: 10px; margin-bottom: 10px; display: flex; border-bottom: 1px solid #ddd;}
.news ul li .img{ width: 40%; max-width: 150px;}
.news ul li .img img{ width: 100%; height: auto;}
.news ul li .nr{ width: 60%; padding-left: 10px;}
.news ul li .nr h2 a{ display: block; font-size: 15px; height: 17px; overflow: hidden; color: #333;}
.news ul li .nr span{ font-size: 12px; color: #999; display: block; padding: 5px 0px;}
.news ul li .nr p{ font-size: 13px; line-height: 20px; height: 40px; display: block; overflow: hidden;}

.news1{ padding-top: 15px; padding-bottom: 15px;}
.news1 ul li{ padding-bottom: 10px; margin-bottom: 10px; display: flex; border-bottom: 1px solid #ddd;}
.news1 ul li .time{ width:55px; text-align: center;}
.news1 ul li .time h2{ font-size: 40px; font-weight: bold; color: #333;}
.news1 ul li .nr{ width: calc(100% - 55px); padding-left: 10px;}
.news1 ul li .nr h2 a{ display: block; font-size: 15px; color: #333; padding-bottom: 10px;}
.news1 ul li .nr p{ font-size: 13px; line-height: 20px;}



.news_xx {
	padding-top: 15px; padding-bottom: 15px;
}

.news_xx .xbt {
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	margin-bottom: 15px;
}

.news_xx .xbt h2 {
	font-size: 18px;
	color: #333;
	text-align: center;
}

.news_xx .xbt h3 {
	padding-top: 15px;
	font-size: 13px;
}

.news_xx .xbt h3 span {
	float: right;
}

.news_xx .xbt h3 span b {
	font-weight: normal;
	margin-right: 15px;
	font-size: 12px;
}

.news_xx .xbt h3 span b i {
	color: #b40c0f;
	margin-right: 3px;
	font-size: 14px;
}

.news_xx .xbt h3 span b a {
	position: relative;
}

.news_xx .nr {
	font-size: 13px;
}

.news_xx .nr p {
	line-height: 24px;
	text-indent: 24px;
}

.news_xx .nr img {
	max-width: 100%;
	width: auto;
	height: auto;
}

.fanpian{ padding-top: 20px; margin-top: 20px; border-top: 1px solid #ddd;}
.fanpian ul li{ font-size: 14px; display: flex; line-height: 20px; color: #b40c0f; padding-bottom: 10px;}
.fanpian ul li a{ display: block; font-size: 13px;}

.about_banner{ position: relative; margin: 0px auto; margin-top: 55px; text-align: center; max-width: 750px;}
.about_banner img{ width: 100%; height: auto;}
.about_banner .nr{ position: absolute; width: 100%; height: 100%; top: 0px; left: 0px; color: #fff; padding: 0px 15px;  padding-top: 15%;}
.about_banner .nr .wz{width: 100%;
	text-align: center;
	font-size: 17px;
	padding-bottom: 10px;
    display: flex;
	justify-content: center;}
	.about_banner .wz strong{ font-weight: normal; position: relative; padding-right: 18px; margin-right: 5px;}
	.about_banner .wz strong::after {
		position: absolute; right: 0px; top: 3px;
		content: '';
		background: url(../images/icon_main_slogan_x.png) no-repeat;
		background-size: cover;
		width: 15px;
		height: 15px;
		display: block;
	}
	
	.about_banner .wz .flipInX {
		-webkit-backface-visibility: visible !important;
		backface-visibility: visible !important;
		-webkit-animation-name: flipInX;
		animation-name: flipInX;
	}



	.about_mk {
		position: relative;
		background: #fff;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	
	.about_mk_l {
		width: 100%;
		padding-top: 15px;
		padding-left: 15px;
		position: relative;
		margin-top: -200px;
	}
	
	.about_mk_l .bt {
		display: flex;
		align-items: center;
	}
	
	.about_mk_l .bt h2 {
		font-size: 24px;
		color: #333;
		position: relative;
		padding-right: 20px;
		margin-right: 10px;
		font-weight: bold;
	}
	
	.about_mk_l .bt h2::after {
		position: absolute;
		width: 12px;
		height: 12px;
		border-radius: 50%;
		right: 0px;
		top: 0px;
		content: '';
		background: #c73041;
	}
	
	.about_mk_l .bt span {
		font-size: 18px;
		color: #ccc;
	}
	
	.about_mk_l .qiehuan {
		margin: 0px auto;
		width: 50%;
		height: 40px;
		line-height: 40px;
		border-radius: 25px;
		box-shadow: 0px 0px 15px rgba(0, 0, 0, .1);
		margin-top: 15px;
		position: relative;
	}
	
	.about_mk_l .qiehuan .swiper-pagination {
		width: 100%;
		left: 0px;
		padding: 0px 30px;
		position: static;
	}
	
	.about_mk_l .qiehuan .swiper-pagination span {
		background: #e31014;
		border: 1px solid #fff;
		opacity: 1;
		margin: 0px 2px;
	}
	
	.about_mk_l .qiehuan .swiper-pagination .swiper-pagination-bullet-active {
		background: #fff;
		border: 1px solid #ccc;
	}
	
	.about_mk_l .qiehuan .swiper-button-next,
	.about_mk .qiehuan .swiper-button-prev {
		background: none;
		font-size: 26px;
		line-height: 43px;
		font-weight: bold;
		width: 15px;
	}
	
	.about_mk_l .qiehuan .swiper-button-next i,
	.about_mk .qiehuan .swiper-button-prev i {
		font-weight: bold;
		color: #c73041;
	}
	
	.about_mk_l .swiper-slide {
		padding-top: 20px;
	}
	
	.about_mk_l .swiper-slide h2 {
		width: 100%;
		font-size: 20px;
		color: #333;
		position: relative;
		margin-bottom: 5px;
	}
	
	.about_mk_l .swiper-slide h2::after {
		position: absolute;
		content: '';
		width: 80%;
		height: 5px;
		background: #e2070b;
		left: 50px;
		bottom: 0px;
		z-index: -1;
	}
	
	.about_mk_l .swiper-slide h3 {
		width: 100%;
		font-size: 20px;
		color: #333;
		text-align: right;
	}
	
	.about_mk_l .swiper-slide p {
		display: block;
		font-size: 13px;
		padding-top: 10px;
	}
	


	.about_mk2 {
		position: relative;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.about_mk2_2 ul li {
		text-align: center;
		margin-bottom: 15px;
		width: 50%;
		float: left;
	}
	
	.about_mk2_2 ul li img {
		width: 80%;
		max-width: 70px;
	}
	
	.about_mk2_2 ul li h2 {
		font-size: 20px;
		color: #333;
		position: relative;
		margin-bottom: 6px;
		padding-bottom: 6px;
	}
	
	.about_mk2_2 ul li h2::after {
		position: absolute;
		content: '';
		height: 3px;
		background: #e2070b;
		bottom: 0px;
		width: 50%;
		left: 25%;
	}
	
	.about_mk2_2 ul li p {
		font-size: 13px;
		color: #999;
		display: block;
		white-space: nowrap;
	}
	
	.about_mk2_2 ul li h3 {
		color: #333;
		padding-top: 6px;
		font-size: 16px;
	}
	
	.about_mk2_2 ul li h3 span {
		font-size: 28px;
		font-family: fantasy;
		margin-right: 5px;
	}
	

	.about_mk3{ margin: 15px auto; background: #f8f8f8; padding-top: 15px; padding-bottom: 15px;}

	.about_mk3 .bt {
		display: flex;
		align-items: center;
	}
	
	.about_mk3 .bt h2 {
		font-size: 24px;
		color: #333;
		position: relative;
		padding-right: 20px;
		margin-right: 10px;
		font-weight: bold;
	}
	
	.about_mk3 .bt h2::after {
		position: absolute;
		width: 12px;
		height: 12px;
		border-radius: 50%;
		right: 0px;
		top: 0px;
		content: '';
		background: #c73041;
	}
	
	.about_mk3 .bt span {
		font-size: 18px;
		color: #ccc;
	}
	
	.about_mk3 .nr{ background: url(../images/dian.png) no-repeat left top 20px; padding-top: 15px; padding-bottom: 15px; background-size: 20px; padding-left: 28px; font-size: 13px; 
		line-height: 22px;}

	.about_mk4{ padding-top: 15px; padding-bottom: 15px;}

	.about_mk4 .bt {
		display: flex;
		align-items: center;
	}
	
	.about_mk4 .bt h2 {
		font-size: 24px;
		color: #333;
		position: relative;
		padding-right: 20px;
		margin-right: 10px;
		font-weight: bold;
	}
	
	.about_mk4 .bt h2::after {
		position: absolute;
		width: 12px;
		height: 12px;
		border-radius: 50%;
		right: 0px;
		top: 0px;
		content: '';
		background: #c73041;
	}
	
	.about_mk4 .bt span {
		font-size: 18px;
		color: #ccc;
	}
	
	.about_mk4 .nr{  font-size: 13px; padding-top: 15px; line-height: 22px;}
	.about_mk4 .nr p{ display: block; padding-bottom: 10px;}


	.about_mk5{ padding-top: 15px; padding-bottom: 15px;}

	.about_mk5 .bt {
		display: flex;
		align-items: center;
	}
	
	.about_mk5 .bt h2 {
		font-size: 24px;
		color: #333;
		position: relative;
		padding-right: 20px;
		margin-right: 10px;
		font-weight: bold;
	}
	
	.about_mk5 .bt h2::after {
		position: absolute;
		width: 12px;
		height: 12px;
		border-radius: 50%;
		right: 0px;
		top: 0px;
		content: '';
		background: #c73041;
	}
	
	.about_mk5 .bt span {
		font-size: 18px;
		color: #ccc;
	}

	.payment1_l1 {
		margin-top: 25px;
		width: 100%;
		box-shadow: 0px 0px 5px #ddd;
	}
	
	.payment1_l1 li {
		border-bottom: 1px dashed #eee;
		padding: 10px;
	}
	
	.payment1_l1 li span {
		float: left;
		padding-right: 15px;
	}
	
	.payment1_l1 li span img {
		width: 70px;
	}

	.payment1_l1 li p {
		line-height: 23px;
	}


	.contact{ padding: 15px 0px; max-width: 750px; margin: 0px auto;}
	.contact .bt{ display: flex; align-items: center; margin-bottom: 20px; padding-top: 5px;}
	.contact .bt img{ height: 65px;}
	.contact .bt h2{ font-size: 17px; color: #333;}
	.contact .bt p{ font-size: 13px; color: #666; display: block; padding-top: 5px;}
	.contact ul{ border-bottom: 1px solid #eee; border-top: 1px solid #eee;}
	.contact ul li{ width: 50%; float: left; text-align: center; padding: 15px 0px; color: #333;}
	.contact ul li img{ height: 65px; width: auto; margin-bottom: 6px;}
	.contact ul li h2{ font-size: 17px;}
	.contact ul li p{ font-size: 13px; display: block; padding-top: 5px; color: #666;}
	.contact ul li:nth-child(1){ background: #e60012; color: #fff;}
	.contact ul li:nth-child(4){ background: #e60012; color: #fff;}
	.contact ul li:nth-child(1) p{ color: #fff;}
	.contact ul li:nth-child(4) p{ color: #fff;}


	.contact2_1 { max-width: 750px; margin: 0px auto;
	}
	
	.contact2_1 .bt {
		text-align: center;
		margin-bottom: 20px;
	}
	
	.contact2_1 .bt h2 {
		font-size: 24px;
		color: #000;
		text-align: center;
	}
	
	.contact2_1 .bt b {
		width: 80px;
		height: 2px;
		display: block;
		background: #e2070b;
		margin: 10px auto;
	}
	
	.contact2_1_ly {
		background-size: cover;
		padding-top: 0px;
	}
	
	.contact2_1_ly .nr {
		width: 100%;
		margin: 0px auto;
		background: #fff;
		padding: 15px;
		box-shadow: 0px 0px 5px #ddd;
	}
	
	.contact2_1_ly .nr .text {
		width: 100%;
		height: 45px;
		line-height: 45px;
		border: 0px;
		border: 1px solid #efefef;
		font-size: 14px;
		color: #333;
		text-indent: 20px;
	}
	
	.contact2_1_ly .nr .text::-webkit-input-placeholder {
		color: #999;
	}
	
	.contact2_1_ly .nr ul li {
		position: relative;
		margin-bottom: 10px;
		font-size: 13px;
		text-align: center;
		color: #888;
	}
	
	.contact2_1_ly .nr ul li i {
		position: absolute;
		font-size: 20px;
		right: 20px;
		top: 0px;
		color: #e2070b;
		height: 45px;
		line-height: 45px;
	}
	
	.contact2_1_ly .nr ul li .fuxuan {
		vertical-align: sub;
		margin-right: 5px;
	}
	
	.contact2_1_ly .nr ul li .anniu {
		width: 100%;
		height: 45px;
		background: #e2070b;
		font-size: 15px;
		color: #fff;
		border-radius: 25px;
		display: block;
		margin: 0px auto;
		line-height: 45px;
		border: 0px;
		box-shadow: 0px 3px 5px rgba(0, 0, 0, .15);
	}
	
	.verify-wrap .fix-tips, .verify-msg{ font-size: 13px;}

	.verify {
		width: 100%;
		height: 60px;
		margin-top: 20px;
	}
	
	#verify_box {
		width: 100%;
		height: 45px;
		text-align: center;
		line-height: 45px;
		font-size: 14px;
		color: #fff;
		position: relative;
		background-color: rgba(212, 212, 212, 1);
	
	}
	
	#verify_xbox {
		width: 45px;
		height: 45px;
		text-align: center;
		line-height: 45px;
		font-size: 14px;
		color: #fff;
		position: absolute;
		background: #7BBB55;
	}
	
	#btn {
		cursor: pointer;
		width: 45px;
		height: 45px;
		background-color: rgba(255, 255, 255, 1);
		border: solid 1px rgba(212, 212, 212, 1);
		float: right;
	}
	
	.continue {
		width: 120px;
		height: 60px;
		background-color: rgba(212, 212, 212, 1);
		margin: 0 70px;
		border: none;
		color: #302f41;
		font-size: 16px;
	}
	
	.continue:hover {
		background-color: rgba(235, 54, 38, 1);
		color: #ffffff;
	}
	


	.digital{ padding-top: 15px; padding-bottom: 15px;}
	.digital .bt{ font-size: 22px; color: #333; text-align: center;}

	.digital ul{ padding-top: 15px; margin-bottom: 0px;}
	.digital ul li{ display: flex; align-items: center; margin-bottom: 20px;}
	.digital ul li img{ height: 70px; margin-right: 10px;}
	.digital ul li h2{ font-size: 15px; color: #333;}
	.digital ul li p{ font-size: 12px; color: #666; line-height: 21px; display: block; padding-top: 5px;}

	.digital1{ position: relative; max-width: 750px; margin: 0px auto;}
	.digital1 .img img{ width: 100%;}
	.digital1 .nr{ position: absolute; padding:10% 15px; width: 100%; height: 100%; left: 0px; top: 0px;}
	.digital1 .nr .bt{font-size: 22px; color: #fff; text-align: center;}
	.digital1 .nr h2{ padding-top: 15px; padding-left: 10px;}
	.digital1 .nr h2 p{ display: block; color: #fff; height: 30px; line-height: 30px; position: relative; padding-left: 10px; font-size: 12px;}
	.digital1 .nr h2 p::after{ width: 2px; height: 14px; background: #fe782e; content: ''; position: absolute; left: 0px; top: 8px;}


	.digital2{ padding-top: 15px; padding-bottom: 15px;}
	.digital2 .bt{ font-size: 22px; color: #333; text-align: center;}
	.digital2 ul{ padding-top: 15px; display: flex;}
	.digital2 ul li{ width: 33.3%; text-align: center;}
	.digital2 ul li img{ width: 70%; max-width: 140px;}
	.digital2 ul li h2{ padding-top: 10px; font-size: 13px; color: #333;}


	.app_custom{ position: relative; max-width: 750px; margin: 0px auto;}
	.app_custom .img img{ width: 100%; height: auto;}
	.app_custom .nr{ position: absolute; width: 100%; height: 100%; left: 0px; top: 0px; padding: 0px 15px; color: #fff; padding-top: 20%;}
	.app_custom .nr h2{ font-size: 22px; line-height: 26px;}
	.app_custom .nr b{ display: block; width: 50px; height: 2px; background: #e2070b; margin: 8px 0px;}
	.app_custom .nr h3{ font-size: 22px; display: block; padding-bottom: 15px;}
	.app_custom .nr p{ font-size: 13px; line-height: 24px;}

.app_custom1{ padding-top: 15px; padding-bottom: 15px;}
.app_custom1 .bt{font-size: 22px;text-align: center;color: #333;}
.app_custom1 .bt p{ font-size: 12px; color: #999; display: block; padding-top: 3px;}

.app_custom1 ul{ padding-top: 15px;}
.app_custom1 ul li{ width: 50%; position: relative; float: left;}
.app_custom1 ul li img{ width: 100%; height: auto;}
.app_custom1 ul li h2{ position: absolute; width: 100%; height: 100%; left: 0px; top: 0px; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 18px;}


.app_custom2{ background: url(../images/app_custom_05.jpg) no-repeat; background-size: 100%; max-width: 750px; margin: 0px auto; padding: 25px 15px;}
.app_custom2 .bt{font-size: 22px;text-align: center;color: #fff;}
.app_custom2 .bt p{ font-size: 12px; color: #fff; display: block; padding-top: 3px;}
.app_custom2 ul{ padding-top: 25px; margin-bottom: 0px;}
.app_custom2 ul li{ width: 33.3%; float: left; text-align: center; margin-bottom: 30px;}
.app_custom2 ul li img{ max-height: 30px; width: auto;}
.app_custom2 ul li h2{ color: #fff; font-size: 13px; padding-top: 10px;}


.app_custom3{ padding: 15px; max-width: 750px; margin: 0px auto;}
.app_custom3 .bt{font-size: 22px;text-align: center;color: #333;}
.app_custom3 ul{ padding-top: 15px; margin-bottom: 0px;}
.app_custom3 ul li{ width: 50%; float: left; text-align: center; margin-bottom: 15px;}
.app_custom3 ul li img{ max-height: 120px; width: auto;}
.app_custom3 ul li h2{ color: #333; font-size: 13px; padding-top: 10px;}

.app_custom4{ padding-top: 15px; padding-bottom: 15px;}
.app_custom4 .bt{font-size: 22px;text-align: center;color: #333;}

.routines{ padding: 15px; max-width: 750px; margin: 0px auto;}
.routines .bt{font-size: 22px;text-align: center;color: #333;}
.routines .bt p{ font-size: 12px; color: #999; display: block; padding-top: 3px;}
.routines ul{ padding-top: 15px;}
.routines ul li{ display: flex; align-items: center; justify-content: center; padding: 8px 0px; border-bottom: 1px solid #eee;}
.routines ul li img{ width: 70px; height: 70px;}
.routines ul li h2{ font-size: 17px; color: #333; padding-left: 15px; line-height: 24px; width: calc(100% - 70px);}
.routines ul li p{ font-size: 12px; line-height: 20px; color: #888;}

.routines1{ padding: 15px; max-width: 750px; margin: 0px auto;}
.routines1 .bt{font-size: 22px;text-align: center;color: #333;}
.routines1 .bt p{ font-size: 12px; color: #999; display: block; padding-top: 3px;}
.routines1 ul{ padding-top: 15px; margin-bottom: 0px;}
.routines1 ul li{ width: 50%; padding: 0px 10px; float: left; text-align: center; margin-bottom: 15px;}
.routines1 ul li img{ max-height: 100px; width: auto;}
.routines1 ul li h2{ font-size: 16px; color: #333;}
.routines1 ul li p{ font-size: 12px; line-height: 20px; color: #888;}

.routines2{ background: #f8f8f8; margin: 15px 0px; padding: 15px; max-width: 750px; margin: 0px auto;}
.routines2 .bt{font-size: 22px;text-align: center;color: #333;}
.routines2 .bt p{ font-size: 12px; color: #999; display: block; padding-top: 3px;}
.routines2 .nr{ text-align: center; padding: 15px 0px;}
.routines2 .nr img{ width: 90%; height: auto; margin: 0px auto;}

.routines2 .nr1 .txt{width: 100%;}
.routines2 .nr1 .txt .box1{margin-bottom: 20px;}
.routines2 .nr1 .txt .box1 ul{display: flex; justify-content: space-between;}
.routines2 .nr1 .txt .box1 ul li{width: 32%; font-size: 15px; color: #999; display: flex; align-items: center;}
.routines2 .nr1 .txt .box1 ul li span{display: inline-block; width: 5px; height: 28px; margin-right: 10px; border-radius: 5px; box-shadow: 0 0 9px rgba(0,0, 0, 0.15);}
.routines2 .nr1 .txt .box1 ul .li1 span{background-color: #a3ccf6;}
.routines2 .nr1 .txt .box1 ul .li2 span{background-color: #5eb6ff;}
.routines2 .nr1 .txt .box1 ul .li3 span{background-color: #2589ff;}
.routines2 .nr1 .txt .box2 .lghtbg0{background-color: #a3ccf6;}
.routines2 .nr1 .txt .box2 .lghtbg1{background-color: #5eb6ff;}
.routines2 .nr1 .txt .box2 .lghtbg2{background-color: #2589ff;}
.routines2 .nr1 .txt .box2 .lis{position: relative; margin-bottom: 15px; font-size: 14px; display: flex; align-items: center;}
.routines2 .nr1 .txt .box2 .lis:last-child{margin-bottom: 0;}
.routines2 .nr1 .txt .box2 .lis span{display: block; width: 50px; margin-right:8px; color: #666;}
.routines2 .nr1 .txt .box2 .lis ul{width: calc(100% - 50px); height: 40px; border-radius: 10px; margin-bottom: 0; box-shadow: 0 0 9px rgba(0,0, 0, 0.25); background-color: #e8e8ed;}
.routines2 .nr1 .txt .box2 .lis ul li{float: left; line-height: 40px; text-align: center; color: #fff;}
.routines2 .nr1 .txt .box2 .lis ul li:first-child{border-top-left-radius: 10px; border-bottom-left-radius: 10px;}
.routines2 .nr1 .txt .box2 .lis .ul1 li{width: 14.2857%;}
.routines2 .nr1 .txt .box2 .lis .ul2 li{width:25%;}
.routines2 .nr1 .txt .box2 .lis .ul3 .i1{width: 14.2857%;}
.routines2 .nr1 .txt .box2 .lis .ul3 .i2{width: 14.2857%;}
.routines2 .nr1 .txt .box2 .lis .ul3 .i3{width: 68%;}
.routines2 .nr1 .txt .box2 .lis .hot{position: absolute; right: 20px;; top: -5px;}
.routines2 .nr1 .txt .box2 .lis .hot img{width: 30px;}



.routines3{ padding: 15px 0px; max-width: 750px; margin: 0px auto;}
.routines3 .bt{font-size: 22px;text-align: center;color: #333;}
.routines3 .bt p{ font-size: 12px; color: #999; display: block; padding-top: 3px;}
.routines3 b{ display: block; text-align: center; padding: 15px 0px;}
.routines3 b img{ height: 25px; width: auto;}

.routines3 ul li{ width: 50%; float: left; padding: 10px; text-align: center; color: #999;}
.routines3 ul li h2{ font-size: 16px; color: #333; padding-bottom: 5px;}
.routines3 ul li:nth-child(1){ border-bottom: 1px solid #eee; border-right: 1px solid #eee;}
.routines3 ul li:nth-child(2){ border-bottom: 1px solid #eee;}
.routines3 ul li:nth-child(3){ border-right: 1px solid #eee;}
.routines3 ul li:nth-child(4){}
.routines3 span img{ width: 100%; height: auto;}

 .pages
{
	color: #666;
	font-size: 12px;
	padding-top: 2px;
    margin-bottom:10px;
}
.pages a, .pages .cpb
{
		color: #666;
		background: #fff;
		border: 1px solid #ddd;
		height: 30px;
		line-height: 30px;
		margin: 0 5px;
		padding-left:8px;
		padding-right:8px;
		padding:8px;
		border-radius: 3px
}
.pages a:hover
{
	color: #5F5F5F;
	background: #E4EDF9;
	border-color: #ccc;
}
.pages .cpb
{
		color: #fff;
		background: #ec0000;
		width: 30px;
		height: 30px;
		line-height: 30px;
		border-radius: 3px
}

.current {
	color: #fff;
	background: #ec0000;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 3px
}



.in_box1_r {
	width: 100%;
	background: url(../images/in_box1bj.png) no-repeat;
	background-size: cover;
	padding: 15px;
}

.in_box1_r .swiper-slide {
	padding: 0px 25px;
}

.in_box1_r .swiper-slide .bt {
	font-size:13px;
	color: #333;
	padding-bottom: 10px;
	width:100%;
}

.in_box1_r .swiper-slide .bt span {
	display: block;
	color: #b40c0f;
	padding-top: 5px;
	font-size: 22px;
}

.in_box1_r .swiper-slide .ljl {
	float: right;
	font-size: 13px;
	color: #333;
	padding-right: 20px;
	position: relative;
}

.in_box1_r .swiper-slide .ljl span {
	color: #b40c0f;
	font-size: 27px;
	display: block;
}

.in_box1_r .swiper-slide .ljl::after {
	position: absolute;
	content: '\f0de';
	font-size: 20px;
	color: #b40c0f;
	font-family: FontAwesome;
	right: 1px;
	bottom: 12px;
}

.in_box1_r .swiper-slide .ljl::before {
	position: absolute;
	content: '+';
	color: #b40c0f;
	font-size: 20px;
	right: 0px;
	bottom: 5px;
}

.in_box1_r .swiper-slide .ljl1::before {
	position: absolute;
	content: '%';
	color: #b40c0f;
	font-size: 17px;
	right: 0px;
	bottom: 5px;
}

.in_box1_r .swiper-slide .bt1 {
	font-size: 15px;
	color: #333;
	padding-top: 0px;
}

.in_box1_r .swiper-slide .bt1 span {
	float: right;
}

.in_box1_r .swiper-pagination {
	display: flex;
	justify-content: center;
	align-items: center;
}

.in_box1_r .swiper-pagination .swiper-pagination-bullet {
	opacity: 1;
	background: #ccc;
	cursor: pointer;
}

.in_box1_r .swiper-pagination .swiper-pagination-bullet-active {
	background: #ccc;
	border: 3px solid #333;
	width: 13px;
	height: 13px;
}

.in_box1_r .swiper-button-next,
.in_box1_r .swiper-button-prev {
	width: 12px;
	height: 20px;
	background-size: cover;
	right: 0px;
}

.in_box1_r .swiper-button-prev{
	left: 0px;
}

.in_box1_r .swiper-slide .path {
	stroke-dasharray: 1000;
	stroke-dashoffset: 1000;
	animation-iteration-count: 1;
	animation-delay: 1s;
}

.in_box1_r .swiper-slide-active .path {
	animation: dash 3s ease-in forwards;
}

@keyframes dash {
	to {
		stroke-dashoffset: 0;
	}
}



.in_box11 {
	padding: 15px 0px;
}

.in_box11 .bt {
	border-bottom: 1px solid #eee;
	font-size: 18px;
	color: #333;
	padding-bottom: 5px;
}

.in_box11 .bt img {
	width: 30px;
	margin-right: 5px;
	height: auto;
}

.in_box11 .bt span {
	float: right;
}

.in_box11 .bt span a {
	display: block;
}

.in_box11 .bt span img {
	width: 8px;
	margin-right: 0px;
	height: auto;
}

.in_box11 ul {
	padding-top: 10px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.in_box11 ul li {
	width: calc(50% - 7px);
	margin-bottom: 14px;
	text-align: center;
	padding: 20px 10px;
	box-shadow: 0px 0px 5px rgba(0,0, 0, 0.08);
	border-radius: 5px;
}

.in_box11 ul li img {
	width: 50%;
	max-width: 140px;
}

.in_box11 ul li h2{
	padding: 12px 0px;
	font-size: 16px;
	font-weight: bold;
	color: #333;
}

.in_box11 ul li p{
	font-size: 13px;
	text-align: center;
}

.menu-list .tel{
	padding-top: 10%;
	text-align: center;
}

.menu-list .tel p{
	font-size: 14px;
}

.menu-list .tel h2 a{
	color: #d90000;
	font-family: fantasy;
	font-size: 10vw;
	padding-top: 10px;
	display: block;
}