/*style*/
body,html{background:#fff;}
h2{font-size:2.1875rem}
h3{font-size:1.5rem}
h4{font-size:1.2rem}
h5{font-size:1rem}
h6{font-size:.9rem}
p{font-size:12px}
li{list-style:none}
a {color: #000000;}
a:hover {text-decoration: none; color: #cf142b;}

/*header*/
.header {
	padding: 1.3rem 0;
	height: auto;
	width: 100%;
}
.logo {
	height: 3.875rem;
}
.logo img {
	max-height: 100%;
	max-width: 100%;
}
.nav li {
	padding: 0 2rem;
	position: relative;
}
.nav li::after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0.8rem;
	height: 1rem;
	width: 1px;
	background: #000;
}
.nav li:last-child::after {
	display: none;
}
.nav li>a {
	display: block;
	text-decoration: none;
	position: relative;
	padding-top: 0.875rem;
	line-height: 3rem;
}
.nav li>a::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 3px;
	background: #cf142b;
	transition: 0.3s
}
.nav li>a:hover::after {
	width: 100%;
}
.nav li:hover>a {
	color: #000;
}

.inbanner {
	position: relative;
	height: 33.5rem;
	width: 100%;
	padding-bottom: 7.5rem;
	overflow: hidden;
}
.inbanner>img {
	position: absolute;
	height: calc(100% - 3.75rem);
	left: 50%;
	top: 0;
	transform: translateX(-50%);
}
.header.bgf {
	background: #fff;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.header.fixed-top {
	position: absolute;
}
.innav {
	position: absolute;
	left: 0;
	bottom: 10px;
	height: 7.5rem;
	z-index: 10;
	width: 100%;
}
.innav .container {
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
	height: 100%;
	background: #fff;
}
.hins {
	height: 4.25rem;
	margin-top: 0.25rem;
	margin-bottom: 0.25rem;
}
.hins i img{
	max-width: 100%;
	max-height: 100%;
}
.hins i img:first-child {
	display: block;
}
.hins i img:last-child {
	display: none;
}
.innav a:hover .hins i img:first-child {
	display: none;
}
.innav a:hover .hins i img:last-child {
	display: block;
}
.innav a.active .hins i img:first-child {
	display: none;
}
.innav a.active {
	color: #cf142b;
}
.innav a.active .hins i img:last-child {
	display: block;
}
/*container*/
.content {
	position: relative;
	overflow: hidden;
}
.navmapins {
	position: relative;
	text-align: center;
	overflow: hidden;
	padding: 0;
}
.navmapins li {
	float: left;
	width: 33%;
}
.navmapins li img{
    height: 40px;
}
.navmapins li b {
	border-radius: 50%;
	width: 11.25rem;
	text-align: center;
	font-size: 1.5rem;
	display: block;
	margin: 0 auto;
	margin-top: 10px;
}
.navmapins li p {
	font-size: 0.9rem;
	color: #333333;
	margin-top: 10px;
}
.tintitle {
	border-bottom: 0.375rem solid #cf142b;
}
.tintitle h2 {
	font-size: 1.125rem;
	color: #333333;
	line-height: 2.5em;
	font-weight: bold;
}
.neicont {
	text-align: center
}
.rinschat {
	padding-left: 16.25rem;
	display: inline-block;
	margin-top: 3.25rem;
	position: relative;
	min-height: 12.5rem;
	text-align: left;
}
.nchat {
	position: absolute;
	left: 0;
	top: 0;
	height: 12.5rem;
	width: 12.5rem;
}
.rinschat h5 {
	font-size: 2.25rem;
	color: #333333;
	font-weight: 300;
}
.rinschat h5 img {
	vertical-align: middle;
	margin-right: 1rem;
}
.rinschat p {
	font-size: 1.125rem;
	color: #333333;
	line-height: 2em;
}
.jobinfo {
	position: relative;
}
.jobinfo-t h2 {
	font-size: 1.125rem;
	color: #333333;
	line-height: 2em;
	font-weight: 600;
}
.jobinfo-t span {
	display: block;
	color: #fff;
	text-align: center;
	background: #cf142b;
	padding: 0.3rem 0;
}
.jobh3 {
	font-size: 1.125rem;
	color: #cf142b;
	line-height: 2em;
	border-bottom: 1px solid #c6242f;
	padding-top: 1.25rem;
}
.jobdescribe {
	position: relative;
}
.jobdescribe h5 {
	font-size: 1rem;
	color: #333333;
	line-height: 2em;
	padding: 0.2rem 0;
	font-weight: bold;
	padding-top: 1rem;
}
.jobdescribe p {
	font-size: 0.9rem;
	color: #333333;
	line-height: 1.8em;
}
.jobapply {
	text-align: center;
}
.backlist {
	font-size: 0.9rem;
	line-height: 2em;
}
.backlist:hover {
	text-decoration: underline;
}
.jobbaseinfo  {
	line-height: 2em;
}
.findjob {
	position: relative;
}
.findjob-t {
	padding: 1rem 0;
}
.findjob-t strong {
	font-size: 1.125rem;
}
.findjoblist th{ 
	background: #cf142b;
	font-size: 1rem;
	color: #fff;
	line-height: 2em;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding: 5px 1rem;
}
.findjoblist td {
	padding: 5px 1rem;
	line-height: 1.5em;
	font-size: 0.9rem;
	color: #333333;
	border-bottom: 1px solid #999;
}
.findjoblist a:hover {
	text-decoration: underline;
}
.page span font {
	color: #cf142b;
}
.studybox1 {
	position: relative;
	padding-bottom: 5rem;
}
.studybox2 {
	position: relative;
	padding-bottom: 5rem;
	background: #333333;
}
.s-title {
	text-align: center;
	padding: 2rem 1rem;
}
.s-title h3 {
	font-size: 2.25rem;
	color: #333333;
	line-height: 1.5em;
	font-weight: bold;
}
.s-title h4 {
	font-size: 1.5rem;
	color: #333333;
	line-height: 1.5em;
}
.s-title p {
	font-size: 0.9rem;
	color: #999999;
	line-height: 1.5em;
}
.colf h3,.colf h4 {
	color: #fff !important;
}
.colf p {
	color: #999999;
}
.swiper-industry {
	overflow: hidden;
	padding-bottom: 3.4rem;
	position: relative;
}
.inifs {
	width: 17.5rem;
	height: 25rem;
	border: 1px solid #999999;
	margin-left: 0.8rem;
	text-align: center;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
.inifs.ml-md-0 {
	margin-right: 0.8rem;
}
.inifs a {
	display: block;
	padding-top: 3.875rem;
	height: 100%;
	background: #fff;
}
.inifs:hover {
	border-color: #cf142b
}
.tips {
	position: absolute;
	right: 0;
	display:none;
	top: 0;
	width: 3.625rem;
	height: 3.625rem;
	text-align: center;
	background: url('../images/tips.png') no-repeat center;
	color: #fff;
	font-size: 1.125rem;
}
.tips i {
	font-style: normal;
	transform: rotate(45deg);
	display: block;
	text-align: center;
	width: 150%;
	padding-top: 0.5rem;
}
.inifs img {
	width: 9.5rem;
	height: 9.5rem;
	border-radius: 50%;
	border: 1px solid #9f9f9f;
}
.inifs h5 {
	font-size: 1.25rem;
	color: #333333;
	line-height: 1.5em;
}
.inifs p {
	font-size: 0.9rem;
	color: #999999;
	width: 90%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	margin: 0 auto;
}
.dnoimg {
	width: 36.5625rem;
	height: 25rem;
	position: relative;
}
.dnoimg img {
	width: 100%;
	height: 100%;
	display: block;
}
.swiper-pagination-bullet-active {
	background: #cf142b;
}
.linfos {
	height: auto;
}
.l-title {
	position: relative;
	padding: 1rem 0;
	z-index: 2;
	margin-top: 4rem;
}
.l-title::after {
	content: '';
	position: absolute;
	left: 2.375rem;
	top: 0;
	width: 12.5rem;
	height: 100%;
	border: 0.625rem solid #ebebeb;
	z-index: -1;
	box-sizing: border-box;
}
.l-title h3 {
	font-size: 2.25rem;
	color: #333333;
	line-height: 1.4em;
	font-weight: bold;
	margin-bottom: 0;
}
.l-title h4 {
	font-size: 1.5rem;
	color: #333333;
	line-height: 1.2em;
}
.r-title {
	position: relative;
	padding: 1rem 0;
	z-index: 2;
	margin-top: 4rem;
	text-align: right;
}
.r-title::after {
	content: '';
	position: absolute;
	right: 2.375rem;
	top: 0;
	width: 12.5rem;
	height: 100%;
	border: 0.625rem solid #3d3d3d;
	z-index: -1;
	box-sizing: border-box;
}
.r-title h3 {
	font-size: 2.25rem;
	color: #333333;
	line-height: 1.4em;
	font-weight: bold;
	margin-bottom: 0;
}
.r-title h4 {
	font-size: 1.5rem;
	color: #333333;
	line-height: 1.2em;
}
.l-cont {
	position: relative;
}
.l-cont p {
	font-size: 0.9rem;
	color: #666666;
	line-height: 1.5rem;
}
.l-cont b {
	color: #cf142b;
}
.listngt {
	position: relative;
}
.listngt li {
	position: relative;
	padding: 2rem 2.3rem;
	z-index: 2;
}
.listngt li img {
	position: absolute;
	left: 0;
	top: 0;
	width: 960px;
	height: 100%;
	opacity: 0;
	z-index: -1;
	transition: 0.3s;
}
.listngt li h3 {
	font-size: 1.125rem;
	color: #333333;
	font-weight: bold;
	line-height: 1em;
	padding: 0.5rem 0;
	margin-bottom: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.listngt li span {
	display: block;
	font-size: 12px;
	color: #cf142b;
	transition: 0.3s;
}
.listngt li:hover img {
	opacity: 1;
}
.listngt li:hover span,.listngt li:hover h3 {
	color: #fff;
}
.cins1 {
	background: url('../images/bg1.jpg') no-repeat center;
	-webkit-background-size: auto 100%;
	background-size: auto 100%;
	height: 34.375rem;
	padding-top: 4rem;
}
.c-title {
	color: #fff;
	position: relative;
	z-index: 2;
	padding: 1rem 0;
}
.c-title::after {
	content: '';
	position: absolute;
	left: 50%;
	top: 0;
	height: 100%;
	width: 12.5rem;
	border: 0.625rem solid #626262;
	transform: translateX(-50%);
	z-index: -1;
}
.c-title h3 {
	font-size: 2.25rem;
	color: #fff;
    line-height: 1.4em;
    font-weight: bold;
}
.c-title h4 {
	font-size: 1.5rem;
    color: #fff;
    line-height: 1.2em;
}
.c-cont {
	position: relative;
}
.c-cont p {
	font-size: 0.9rem;
	color: #fff;
	line-height: 1.5rem;
	min-height: 6.75rem;
}
.btnshowlist {
	position: relative;
	margin: 0 -1rem;
}
.btnshowlist li {
	display: inline-block;
	vertical-align: top;
	color: #fff;
	height: auto;
	transition: 0.3s;
}
.btnshowlist li a {
	color: #fff;
	transition: 0.3s;
	display: block;
	height: 100%;
	line-height: 1.4em;
	padding: 2em 0;
	border: 1px solid #fff;
	font-size: 1.25rem;
}
.btnshowlist li:hover a {
	color: #fff;
	background: #cf142b;
	border-color: #cf142b;
}
.inafter {
	position: relative;
}
.inafter::after {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(-15%,-50%);
	width: 10rem;
	height: 0.7rem;
	background: #cf142b;
}
#myInfo .close {
	border-radius: 50%;
	width: 3.75rem;
	height: 3.75rem;
	background: #fff;
	margin: 0 auto;
	opacity: 1;
	margin-bottom: -1.8rem;
}
.cimg {
	position: relative;
	margin-left: -1rem;
	margin-right: -15px;
	max-width: 100%;
}
.pingsbox {
	position: relative;
	z-index: 2;
	margin-right: -6rem;
}
.pingsbox p {
	text-shadow: 1px -1px rgba(255, 255, 255, 1.0);
}
.cinins2 {
	position: relative;
	background: #333333;
	padding: 4.75rem 0 4rem;
}
.nglist {
	position: relative;
}
.nglist li {
	width: 15.3rem;
	height: 19.375rem;
	position: relative;
	float: left;
	margin-right: 1.5rem;
	margin-bottom: 1.5rem;
}
.nglist li img{
	width: 15.3rem;
	height: 19.375rem;
	-webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray
}
.imginfos {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 0.625rem;
	background: rgba(255, 255, 255, 0.5);
}
.imginfos p {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 0;
	font-size: 12px;
}
.imginfos h5 {
	font-size: 1.125rem;
	color: #333333;
	font-weight: 500;
}
.nglist li:hover {
	background: #cf142b;
}
.nglist li:hover img {
	-webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    filter: none
}
.nglist li:hover {
	padding-top: 0.625rem;
}
.nglist li:hover .filterimg {
	border-radius: 50%;
	overflow: hidden;
	width: 11.6rem;
	height: 11.6rem;
	margin: 0 auto;
}
.nglist li:hover .filterimg img {
	margin-left: -1.85rem;
	margin-top: -0.625rem;
}
.nglist li:hover .imginfos {
	background: none;
}
.nglist li:hover .imginfos p {
	text-overflow: clip;
	white-space: normal;
	color: #ffff;
}
.nglist li:hover h5 {
	color: #fff;
}
.winsping {
	width: 110%;
	margin-left: -10%;
}
.winsping p {
	font-size: 0.9rem;
}
.cinins3 {
	background: url('../images/bg2.jpg') no-repeat center #333333;
	padding: 4.857rem 0;
	-webkit-background-size: auto 100%;
	background-size: auto 100%;
}
.letterinfo {
	height: 40.625rem;
	background: rgba(255, 255, 255, 0.95);
	width: 68.75rem;
	margin-left: -15rem;
	padding: 0 18.75rem;
	position: relative;
}
.letterinfo p {
	font-size: 0.9rem;
	color: #333333;
	line-height: 1.8em;
}
.letterinfo .d1,.letterinfo .d2 {
	position: absolute;
	width: 4rem;
}
.letterinfo .d2 {
	left: 8.2rem;
	top: 5.6rem;
}
.letterinfo .d1 {
	right: 8.2rem;
	bottom: 5.6rem;
}



/*footer*/
.footer {
	background: #333333;
	position: relative
}
.footer .ping {
	background: #000000;
	line-height: 3.8em;
	text-align: center;
}
.ping p {
	font-size: 0.8rem;
	margin: 0;
	color: #666666;
}
.showains {
	display: block;
}
.showains a {
	display: block;
	color: #ccc;
	font-size: 0.9rem;
	line-height: 2em;
}
.showains a:hover {
	text-decoration: underline;
	color: #fff;
}
.showh5 {
	color: #fff;
	font-weight: 400;
	font-size: 1.125rem;
	margin-bottom: 1.2rem;
}
.chatins {
	width: 18.75rem;
	height: 18.75rem;
	background: #cf142b;
	text-align: center;
}
.chatins img {
	width: 6.5rem;
	height: 6.5rem;
}
.chatins h6 {
	color: #fff;
	line-height: 22px;
	font-size: 0.9rem;
	text-align: left;
	padding: 0 10px;
	margin-top: 0!important;
}
.chatins h6:nth-child(2){
    margin-top: 15px!important;
}
.insaing {
	width: 50%;
	height: auto;
	position: relative;
}
.insaing img{
	width: 100%;
}
.showins {
	position: absolute;
	bottom: 1.25rem;
	left: 2%;
	width: 98%;
	height: 2.5rem;
	background: rgba(0, 0, 0, 0.5);
}
.showins h5 {
	color: #fff;
	font-size: 1.125rem;
	font-weight: bold;
	text-align: center;
	line-height: 2.5rem;
}
.hidins {
	position: absolute;
	left: 1.25rem;
	top: 1.25rem;
	right: 1.25rem;
	bottom: 1.25rem;
	background: rgba(207, 20, 43, 0.8);
	padding: 2.25rem;
	display: none;
}
.hidins h6 {
	color: #fff;
	font-size: 1.125rem;
}
.hidins p {
	color: #fff;
	line-height: 2em;
}
.insaing:hover .hidins {
	display: block;
}
.insaing:hover .showins {
	display: none;
}
.d-left-head {
	width: 15.3rem;
	height: auto;
	text-align: center;
}
.d-left-head img {
	width: 15.3rem;
}
.d-left-head h5 {
	font-size: 1.5rem;
	color: #333333;
	line-height: 2em;
}
.mxin .modal-dialog {
	max-width: 800px;
}
.d-right-info {
	padding: 0 2rem;
}
.d-right-info p {
	font-size: 0.9rem;
	color: #333333;
	line-height: 1.5rem;
}

/*index*/
.banner {
	position: relative;
	height: 59.5625rem;
	width: 100%;
	overflow: hidden;
}
.banner>img {
	position: absolute;
	height: 100%;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
}
.bains {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
	padding: 2.5rem 0;
	background: rgba(0, 0, 0, 0.5);
}
.bains a {
	position: relative;
	color: #fff;
}
.bains a h5 {
	font-size: 1.625rem;
	font-weight: 500;
}
.bains a h6 {
	font-size: 1.125rem;
}
.bains a:hover {
	color: #cf142b;
}
.bains a::after {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
	height: 100%;
	background: #fff;
}
.bains a:last-child::after {
	display: none;
}
.c-box1 {
	background: url('../images/bg3.jpg') no-repeat bottom center #fafafa;
	padding: 9rem 0 6.25rem;
}
.lfins {
	float: left;
	width: 30rem;
	height: auto;
}
.lntitle {
	overflow: hidden;
}
.lntitle h3 {
	font-size: 2.25rem;
	color: #333333;
	line-height: 1.5em;
	margin-bottom: 0;
	font-weight: bold;
}
.lntitle h4 {
	margin-bottom: 0;
	font-size: 1.5rem;
}
.list-btn {
	position: relative;
	margin-bottom: 0;
}
.list-btn li {
	position: relative;
	height: 10.625rem;
	cursor: pointer;
	margin-bottom: 1.3rem;
	margin-top: 1.8rem;
}
.list-btn li:last-child {
	margin-bottom: 0;
}
.list-btn li img {
	-webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    width: 100%;
    height: 100%;
}
.s-t1 {
	position: absolute;
	left: 0;
	top: 0;
	width: 3.75rem;
	height: 100%;
	z-index: 2;
	background: rgba(207, 20, 43, 0.8);
	text-align: center;
	color: #fff;
	font-size: 1.125rem;
	z-index: 2;
	line-height: 1.2em;
}
.list-btn li p {
	position: absolute;
	right: 0;
	bottom: 0;
	line-height: 2em;
	font-size: 0.9rem;
	color: #fff;
	margin-bottom: 0;
	z-index: 2;
	padding: 0.5rem 0;
	padding-right: 0.9rem;
	text-align: right;
	width: calc(100% - 3.75rem);
}
.list-btn li::after {
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('../images/bgfte.png') no-repeat center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	position: absolute;
}
.list-btn li:hover img{
	-webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    filter: none;
}
.list-btn li.on img{
	-webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    filter: none;
}
.rboxs {
	float: right;
	width: 41.2rem;
}
.list-cont {
	position: relative;
	margin-bottom: 0;
	height: 100%;
}
.list-cont li {
	background: #fff;
	padding: 3rem 3rem 5rem;
	height: 100%;
	display: none;
}
.list-cont li p {
	font-size: 0.9rem;
	color: #666666;
	line-height: 2em;
}
.list-cont li a {
	position: absolute;
	right: 3rem;
	bottom: 2rem;
}
.more {
	width: 14rem;
	height: 2.5rem;
	border: 1px solid #959595;
	border-radius: 200px;
	font-size: 0.9rem;
	color: #959595;
	text-align: center;
	line-height: 2.46rem;
	display: block;
	transition: 0.3s;
	max-width: 100%;
}
.more:hover {
	background: #cf142b;
	color: #fff;
	border-color: #cf142b;
}
.list-cont li.on {
	display: block;
}
.c-box2 {
	padding: 4rem 0 5rem;
}
.wbtns {
	width: 14.375rem;
}
.flngbox {
	width: calc(100% - 14.375rem);
}
.fontscrins {
	float: left;
	width: 12.875rem;
}
.fontimg {
	margin-left: 2rem;
	position: relative;
}
.fontimg img {
	width: 43.125rem;
	max-width: 100%;
}
.fontimg::after {
	content: '';
	position: absolute;
	left: 0;
	top: 4rem;
	width: 0;
	height: 0;
	border-width: 1rem;
	border-style: solid;
	border-color: transparent transparent transparent #fff;
}
.wbtns ul {
	height: 100%;
	margin-bottom: 0;
}
.wbtns li {
	position: relative;
	margin-left: -5rem;
	width: calc(100% + 5rem);
	height: 25%;
	padding: 0.7rem 2.5rem 0;
	cursor: pointer;
}
.wbtns li h6 {
	font-size: 1.125rem;
	color: #666666;
	margin-bottom: 0;
	line-height: 1.9em;
}
.wbtns li p {
	color: #fff;
	font-size: 0.9rem;
	margin-bottom: 0;
}
.listshow>li {
	display: none;
}
.wbtns li.on {
	background: #cf142b;
}
.wbtns li.on h6 {
	color: #fff;
}

/*media View*/
@media (min-width: 1200px) {
	
}
@media (max-width: 1400px) {

}
@media (max-width: 1199px) {
	html {
		font-size: 14px;
	}
}
@media (max-width: 991px) {
	html {
		font-size: 12px;
	}
	.nav li::after {
		display: none;
	}
	.hins i img{
		margin: 0 auto;
		max-width: 80%;
		max-height: 80%;
	}
	.l-title {
		margin-top: 1rem;
	}
	.winsping {
		margin-left: 0;
		width: 100%;
	}
	.r-title {
		text-align: left;
		margin-top: 0;
	}
	.r-title::after {
		right: auto;
		left: 2.375rem;
	}
	.col00 h3,.col00 h4 {
		color: #333 !important;
	}
	.r-title.col00::after {
		border: 0.625rem solid #ebebeb;
	}
	.letterinfo {
		margin-left: 0;
		max-width: 100%;
		padding: 0 10rem
	}
	.letterinfo .d1 {
		right: 2rem;
		bottom: 2rem;
	}
	.letterinfo .d2 {
		left: 2rem;
		top: 2rem;
	}
	.flngbox {
		width: 100%;
	}
	.wbtns li {
		width: 25%;
		margin-left: 0;
		padding:0.2rem 0.5rem 0.3rem;
		text-align: center;
	}
	.wbtns {
		width: 100%;
	}
	.wbtns ul {
		border-bottom: 1px solid #cf142b;
	}
}
@media (max-width: 767px) {
	.hbg {
		content: '';
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: 11;
		background: #000;
		opacity: 0.5;
	}
	.chatins {
		width: 100%;
	}
	.navmapins li {
		width: 50%;
		margin-bottom: 1rem;
	}
	.inifs {
		margin-right: 0.8rem;
	}
	.dnoimg {
		height: auto;
	}
	.listngt li img {
		width: 100%;
	}
	.listngt {
		border: 1px solid #eee;
	}
	.inafter::after {
		display: none;
	}
	.btnshowlist li a {
		font-size: 1rem;
	}
	.pingsbox {
		margin-right: 0;
	}
	.cimg {
		margin-left: 0;
	}
	.rboxs {
		float: none;
		width: 100%;
	}
	.lfins {
		width: 100%;
		float: none;
	}
	.list-btn li {
		width: 33%;
		float: left;
		overflow: hidden;
	}
	.list-btn li img {
		width: 480px;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
		height: auto;
	}
	.fontimg {
		margin-left: 0;
		margin-top: 1rem;
	}
	.fontscrins {
		width: 100%;
		text-align: center;
	}
	.fontscrins .more {
		margin: 0 auto;
	}
	.fontimg::after {
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		border-color: #fff transparent transparent transparent 
	}
}
@media (max-width: 576px) {
	.navmapins li {
		width: 100%;
		margin-bottom: 1rem;
	}
	.rinschat {
		padding-left: 0;
		width: 100%;
	}
	.nchat {
		position: relative;
		margin-bottom: 2rem;
	}
	.inifs {
		width: 36.5625rem;
		margin-left: 0;
		margin-right: 0;
	}
	.nglist li {
		width: 48%;
		margin: 0.5rem 1%;
	}
	.nglist li:hover .filterimg {
		width: 100%;
	}
	.nglist li:hover .filterimg img {
		margin-left: 0;
	}
	.nglist li img {
		width: 100%;
	}
	.insaing {
		width: 100%;
	}
	.letterinfo {
		padding: 1rem 2rem;
	}
	.letterinfo .d2,.letterinfo .d1 {
		width: 3rem;
	}
	.bains a h5 {
		font-size: 1.2rem;
	}
	.bains a h6 {
		font-size: 1rem;
	}
	.banner {
		height: 33rem;
	}
	.list-btn li p {
		display: none;
	}
	.list-btn li {
		height: 8rem;
	}
}

