@charset "UTF-8";

body{
    font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
    color: #444;
}
/*清除掉ios自带圆角*/
input, button {
    /* -webkit-appearance: none; */
    border-radius: 0;
}



article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    　display: block;
}

ol, li, ul {
    list-style: none;
}

a, img {
    /*阻止长按页面，弹出菜单的方法。*/
    -webkit-touch-callout: none;
}

a {
    text-decoration: none;
    color: #333;
}

img {
    outline: none;
    max-width: 100%;
    border: 0;
}

input, textarea {
    outline: 0;
    border: none;
    display: block;
    resize: none;
    /* -webkit-appearance: none;
    appearance:none; */
}

.container {
    width: 100%;
    max-width: 640px;
    min-width: 320px;
    margin: 0 auto;
    position: relative;
}

.left {
    float: left !important;
}

.right {
    float: right !important;
}

.clear {
    clear: both;
}

.clearFloat {
    zoom: 1;
}

.clearFloat:after {
    content: '.';
    display: block;
    clear: both;
    width: 0;
    height: 0;
    visibility: hidden;
}

.allW {
    width: 100%;
    overflow: hidden;
}

.allW > img {
    display: block;
    /* width: 100%;*/
}

.ma {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
}

.g-line {
    height: 0.6rem;
    background-color: #f0f0f0;
}

/*修改placeholder的字体颜色*/
input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #000;
}

input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #000;
}

input:-ms-input-placeholder {
    color: #000;
}

input::-webkit-input-placeholder {
    color: #000;
}

.icon {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}

/* 
 * swiper 样式速写
 * model 样式的速写
 */
.swiper-slide img {
    display: block;
    width: 100%;
}

.swiper-container .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-container .swiper-pagination-custom, .swiper-container .swiper-pagination-fraction {
    bottom: 0.375rem;
}

.pagination-line .swiper-container {
    padding-bottom: 1.2rem;
}

.pagination-line .swiper-pagination-bullet {
    width: 1.375rem;
    height: 0.2125rem;
    border-radius: 0.1rem;
}

.pagination-circle .swiper-container {
    padding-bottom: 1.35rem;
}

.pagination-circle .swiper-pagination-bullet {
    height: 12px;
    width: 12px;
    border: 1px #000 solid;
    background-color: rgba(0, 0, 0, 0);
}

.pagination-circle .swiper-pagination-bullet-active {
    border: 1px #007aff solid;
}

.coverflow {
    margin-bottom: 1.2rem;
}

.coverflow .swiper-slide {
    width: 60%;
}

.coverflow .swiper-slide span {
    display: block;
    width: 100%;
    font-size: 0rem;
    text-align: center;
}

.coverflow .swiper-slide-active span {
    font-size: 0.825rem;
    line-height: 1.8rem;
}
.m-mr-a {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.m-ma-e {
    margin-bottom: 6.1875rem;
}

.m-hospital {
    background-color: #008483;
}

.m-hospital .logo {
    float: left;
    overflow: visible;
    width: 22.5rem;
    margin-left: 0.75rem;
    box-shadow: 0px 0px 5px #333;
}

.m-hospital .logo img {
    margin-top: -5.25rem;
    display: block;
    width: 100%;
}

.m-hospital .txt {
    width: 93.75%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding: 0.5rem 0 0.75rem;
    font-size: 0.75rem;
    text-indent: 2em;
    line-height: 1.6;
    color: #fff;
}

.m-doc {
    width: 93.75%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    margin-top: 1rem;
}

.m-doc ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -webkit-box-lines: multiple;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -moz-box-pack: space-between;
    -webkit-moz-box-pack: space-between;
    box-pack: space-between;
}

.m-doc ul li {
    width: 7.0125rem;
    background-color: #eee;
    padding: 0.5625rem 0;
    margin-bottom: 0.825rem;
}

.m-doc ul li img {
    display: block;
    width: 4.4625rem;
    margin: 0 auto;
}

.m-doc ul li b {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 0.75rem;
    line-height: 2;
}

.m-doc ul li span {
    display: block;
    width: 4.575rem;
    margin: 0 auto;
    background-color: #008483;
    text-align: center;
    line-height: 1.4;
    color: #fff;
    font-size: 0.75rem;
    border-radius: 2rem;
}

.m-online {
    width: 93.75%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.m-meeting {
    width: 93.75%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    margin-top: 1rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -moz-box-pack: space-between;
    -webkit-moz-box-pack: space-between;
    box-pack: space-between;
    align-items: center;
}

.m-meeting .title {
    width: 2.4rem;
}

.m-meeting .title img {
    display: block;
    width: 100%;
}

.m-meeting .c {
    flex: 1;
    margin-left: 0.275rem;
    padding-right: 0.3rem;
    height: 7.3875rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -moz-box-pack: space-between;
    -webkit-moz-box-pack: space-between;
    box-pack: space-between;
    align-items: center;
    background-color: #dff3f3;
}

.m-meeting .c .t {
    width: 8.5125rem;
    height: 7.3875rem;
    background: url(../images/bj_31.jpg) no-repeat;
    background-size: 100% 100%;
    padding: 0.375rem 0.5rem 0;
}

.m-meeting .c b {
    display: block;
    width: 3rem;
    height: 0.125rem;
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
    background-color: #ff7c08;
}

.m-meeting .c h2 {
    font-size: 0.75rem;
}

.m-meeting .c h6 {
    font-size: 0.3rem;
    text-transform: uppercase;
}

.m-meeting .c a {
    display: block;
    width: 5.5rem;
    margin: 0.75rem auto 0;
    background-color: #ff7c08;
    color: #fff;
    border-radius: 2rem;
    font-size: 0.6375rem;
    line-height: 1.6;
    text-align: center;
}

.m-meeting .c img {
    display: block;
    width: 11.1rem;
}

.m-list3 {
    width: 93.75%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    margin-top: 1rem;
    padding-bottom: 1rem;
    border-bottom: 0.75rem #eee solid;
}

.m-list3 ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -moz-box-pack: space-between;
    -webkit-moz-box-pack: space-between;
    box-pack: space-between;
}

.m-list3 ul li {
    width: 7.2375rem;
    background-color: #eeeeee;
    border-radius: 0.35rem;
    overflow: hidden;
}

.m-list3 ul li img {
    display: block;
    width: 100%;
}

.m-list3 ul li span {
    display: block;
    width: 100%;
    text-align: center;
    padding: 0.375rem 0.375rem;
    font-size: 0.75rem;
}

.m-panel1 {
    height: 17.025rem;
    padding: 9.975rem 0.75rem 0;
    background: url(../images/v_48.jpg) no-repeat;
    background-size: 100% 100%;
    font-size: 0.75rem;
    text-indent: 2em;
    line-height: 1.6;
}

.m-gd {
    width: 93.75%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    margin-top: 1rem;
}

.m-gd ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.m-gd ul li {
    width: 7.0875rem;
    margin-right: 0.5rem;
}

.m-gd ul li img {
    display: block;
    width: 100%;
}

.m-list4 {
    width: 93.75%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    border-bottom: 0.75rem #eee solid;
}

.m-list4 ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -webkit-box-lines: multiple;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -moz-box-pack: space-between;
    -webkit-moz-box-pack: space-between;
    box-pack: space-between;
}

.m-list4 ul li {
    width: 10.875rem;
    border: 1px #008382 solid;
    border-radius: 0.5rem;
    margin-bottom: 1rem;
    border-bottom: 0.175rem #008382 solid;
}

.m-list4 ul li img {
    display: block;
    width: 100%;
}

.m-list4 ul li p {
    font-size: 0.75rem;
    text-align: center;
    line-height: 1.8;
    padding: 0.375rem 0.675rem;
}

.m-la-nav ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -moz-box-pack: space-around;
    -webkit-moz-box-pack: space-around;
    box-pack: space-around;
    background-color: #dedede;
    padding: 0.375rem 0;
}

.m-la-nav ul li {
    background-color: #fff;
    width: 5.25rem;
    padding: 0.3rem 0;
    font-size: 0.825rem;
}

.m-la-nav ul li img {
    display: block;
    width: 2.1375rem;
    margin: 0 auto;
}

.m-la-nav ul li span {
    display: block;
    width: 100%;
    text-align: center;
    padding-top: 0.225rem;
}

.m-panel2 {
    width: 93.75%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    margin-bottom: 1rem;
}

.m-panel2 img {
    display: block;
    width: 100%;
    margin-top: 0.6rem;
}

.m-panel2 p {
    font-size: 0.75rem;
    line-height: 1.6;
    text-indent: 2em;
}

.s-index1 .swiper-pagination-bullet {
    width: 0.75rem;
    height: 0.75rem;
    line-height: 0.7rem;
    font-size: 0.6rem;
    text-align: center;
    color: #fff;
    border-radius: 50%;
}

.gai1 {
    margin-top: 1rem;
}

.gai1 .swiper-pagination {
    padding-left: 50%;
}

.gai1 .swiper-pagination .swiper-pagination-bullet {
    background-color: #259e9d;
    opacity: 1;
    color: #fff;
}

.gai1 .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #ffc705;
    opacity: 1;
}

.m-talk {
    width: 93.75%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -moz-box-pack: space-between;
    -webkit-moz-box-pack: space-between;
    box-pack: space-between;
    margin-top: 0.5rem;
}

.m-talk .t {
    flex: 1;
    height: 7.8rem;
    padding-top: 1.5rem;
    background-color: #007c81;
}

.m-talk .t img {
    display: block;
    width: 2.4375rem;
    margin: 0 auto;
}

.m-talk .t b {
    display: block;
    text-align: center;
    width: 100%;
    font-size: 0.9rem;
    color: #fff;
    padding: 0.175rem 0 0.175rem;
}

.m-talk .t span {
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 0.4125rem;
    text-transform: uppercase;
}

.m-talk .s-arr1 {
    width: 17.2125rem;
    position: relative;
}

.m-talk .s-arr1 p {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    font-size: 0.675rem;
    text-align: center;
    line-height: 2;
    color: #fff;
}

.m-tab1 {
    margin-top: 1rem;
    width: 93.75%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.m-tab1 .tab-btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -moz-box-pack: space-between;
    -webkit-moz-box-pack: space-between;
    box-pack: space-between;
}

.m-tab1 .tab-btn li {
    flex: 1;
    border: 1px #ccc solid;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 0.75rem 0;
    -webkit-justify-content: center;
    justify-content: center;
    -moz-box-pack: center;
    -webkit-moz-box-pack: center;
    box-pack: center;
    align-items: center;
}

.m-tab1 .tab-btn li img {
    display: block;
    width: 1.425rem;
    margin-right: 0.3rem;
}

.m-tab1 .tab-btn li .i2 {
    display: none;
}

.m-tab1 .tab-btn li p {
    line-height: 1.2;
    font-size: 0.975rem;
}

.m-tab1 .tab-btn li p small {
    display: block;
    font-size: 0.3375rem;
    text-transform: uppercase;
}

.m-tab1 .tab-btn .on {
    background-color: #008483;
    color: #fff;
    border: none;
}

.m-tab1 .tab-btn .on .i1 {
    display: none;
}

.m-tab1 .tab-btn .on .i2 {
    display: block;
}

.m-tab1 .tab-txt {
    margin-bottom: 0.75rem;
    margin-top: 0.75rem;
}

.m-tab1 .tab-txt dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -webkit-box-lines: multiple;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -moz-box-pack: space-between;
    -webkit-moz-box-pack: space-between;
    box-pack: space-between;
    border-bottom: 0.75rem #eee solid;
}

.m-tab1 .tab-txt dl dd {
    width: 7.05rem;
    background-color: #008483;
    color: #fff;
    margin-bottom: 0.75rem;
    height: 9.1875rem;
    font-size: 0.75rem;
    text-align: center;
    line-height: 1.35;
}

.m-tab1 .tab-txt dl dd img {
    display: block;
    width: 100%;
    margin-bottom: 0.225rem;
}

/* .zl-swt{
	padding: 0rem change(0) 5rem;
	background-color: #fff;
	margin-top: 0.375rem;
	h1{
		font-size: change(30);
		text-align: center;
		line-height: change(60);
		color: #fff;
		margin-bottom: 1rem;
		background-color: #049294;
		font-weight: bold;
	}

	h2{
		font-size: change(22);
		text-align: center;
		margin-bottom: 0.75rem;
	}

	.list{
		display: none;
		margin-bottom: 0.75rem;
		padding: 0 change(35);
		.c{
			@include flex;
			align-items: flex-start;
			img{
				display: block;
				width: change(80);
				margin-right: 1rem;
			}

			em{
				display: block;
				width: 0.5rem;
				height: 0.5rem;
				background-color: #f2f2f2;
				border-bottom: 1px #ccc solid;
				border-left: 1px #ccc solid;
				transform: rotate(45deg);
				margin-right: -0.25rem;
				margin-top: 1rem;
			}

			p{
				font-size: change(20);
				color: #222;
				background-color: #f2f2f2;
				border:1px #ccc solid;
				border-radius: 0.25rem;
				flex:1;
				line-height: 1.5;

				padding: 0.3rem 0.5rem;
			}
		}
	}
}
.zl-btn{
	@include flex;
	align-items: center;
	padding: 0.5rem 0.75rem 0.5rem;
	position: fixed;
	bottom: 0;
	max-width: 640px;
	width: 100%;
	background-color: #b3b3b3;
	input{
		flex:1;
		background-color: #fff;
		font-size: change(22);
		text-indent: 0.25rem;
		line-height: change(46);
		border-radius: 0.3rem;
		text-indent: 0.5rem;
	}

	a{
		@include flex;3426434260
		align-items: center;
		margin-left: 0.5rem;
		background-color: #049294;
		border-radius: 0.3rem;
		padding: 0 0.375rem;
		line-height: change(46);
		color: #fff;
		font-weight: bold;
		font-size: change(20);
	}
	a:last-child{
		background-color: #ff8604;
	}
} */
.m-nav-list {
    border-radius: 0.5rem;
    background-color: #f2f2f2;
    margin-top: 1rem;
    padding: 0.75rem 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.m-nav-list .l {
    width: 7.875rem;
    padding-bottom: 0.75rem;
    border-right: 1px #ccc solid;
}

.m-nav-list .l img {
    display: block;
    width: 100%;
}

.m-nav-list .l b {
    display: block;
    width: 100%;
    font-size: 0.825rem;
    font-weight: bold;
    text-align: center;
}

.m-nav-list .l span {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 0.675rem;
}

.m-nav-list .r {
    flex: 1;
}

.m-nav-list .r ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.m-nav-list .r ul li {
    padding: 0.75rem 0;
    width: 50%;
}

.m-nav-list .r ul li b {
    display: block;
    width: 100%;
    font-size: 0.825rem;
    font-weight: bold;
    text-align: center;
}

.m-nav-list .r ul li span {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 0.635rem;
}

.m-nav-list .r ul li:last-child {
    border-left: 1px #ccc solid;
}

.m-nav-list .r .up {
    display: block;
    width: 100%;
    border-bottom: 1px #ccc solid;
    padding: 1rem 0 1.125rem 0.5rem;
    background: url(../images/成都保髋品牌官网首页-切图_06.jpg) no-repeat right center;
    background-size: 8.475rem 3.4125rem;
}

.m-nav-list .r .up b {
    display: block;
    width: 100%;
    font-size: 0.825rem;
    font-weight: bold;
}

.m-nav-list .r .up span {
    display: block;
    width: 100%;
    font-size: 0.675rem;
}

.m-pub-t {
    width: 96.875%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 1rem 0 0.3rem;
    border-bottom: 1px #ccc solid;
    margin-bottom: 1rem;
    align-items: center;
}

.m-pub-t img {
    display: block;
    width: 1.125rem;
    margin-right: 0.225rem;
}

.m-pub-t span {
    font-size: 1.05rem;
    margin-right: 0.225rem;
}

.m-pub-t small {
    flex: 1;
    font-size: 0.6rem;
    color: #999999;
    padding-top: 0.3rem;
}

.m-pub-t a {
    font-size: 0.75rem;
    padding: 0 0.375rem;
    border-radius: 2rem;
    background-color: #e2e2e2;
}

.m-tab2 {
    width: 96.875%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.m-tab2 .tab-btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -moz-box-pack: space-between;
    -webkit-moz-box-pack: space-between;
    box-pack: space-between;
}

.m-tab2 .tab-btn li {
    background-color: #c5c4c4;
    width: 32%;
    border: 1px #ccc solid;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 0.75rem 0;
    -webkit-justify-content: center;
    justify-content: center;
    -moz-box-pack: center;
    -webkit-moz-box-pack: center;
    box-pack: center;
    align-items: center;
    color: #fff;
}

.m-tab2 .tab-btn li img {
    display: block;
    width: 1.8rem;
    margin-right: 0.3rem;
}

.m-tab2 .tab-btn li .i2 {
    display: none;
}

.m-tab2 .tab-btn li p {
    line-height: 1.4;
    font-size: 0.975rem;
}

.m-tab2 .tab-btn li p small {
    display: block;
    font-size: 0.45rem;
}

.m-tab2 .tab-btn .on {
    background-color: #009ca1;
    color: #fff;
    border: none;
}

.m-tab2 .tab-btn .on .i1 {
    display: none;
}

.m-tab2 .tab-btn .on .i2 {
    display: block;
}

.m-tab2 .tab-txt {
    margin-top: 0.75rem;
}

.m-tab2 .tab-txt .imgs {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -moz-box-pack: space-between;
    -webkit-moz-box-pack: space-between;
    box-pack: space-between;
}

.m-tab2 .tab-txt .panel {
    flex: 1;
    margin-top: 0.6rem;
}

.m-tab2 .tab-txt .panel h2 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.m-tab2 .tab-txt .panel h2 img {
    display: block;
    width: 2.55rem;
}

.m-tab2 .tab-txt .panel h2 span {
    flex: 1;
    padding-left: 0.375rem;
    font-size: 0.9rem;
    font-weight: bold;
}

.m-tab2 .tab-txt .panel p {
    font-size: 0.75rem;
    color: #888;
    line-height: 1.75;
    padding-bottom: 0.375rem;
}

.m-tab2 .tab-txt .panel p a {
    color: #ce0c0c;
}

.m-tab2 .tab-txt .main {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.m-tab2 .tab-txt .main .panel {
    flex: 1;
    margin-top: 0.6rem;
}

.m-tab2 .tab-txt .main .panel h2 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    padding-left: 0.375rem;
    font-size: 0.825rem;
    font-weight: bold;
}

.m-tab2 .tab-txt .main .panel p {
    font-size: 0.75rem;
    color: #888;
    line-height: 1.75;
    padding-bottom: 0.375rem;
}

.m-tab2 .tab-txt .main .panel p a {
    color: #ce0c0c;
}

.m-tab2 .tab-txt .p-txt {
    line-height: 2.4rem;
    border-top: 1px #ccc dashed;
    font-size: 0.825rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.m-tab2 .tab-txt .p-txt b {
    font-weight: bold;
    color: #b5b5b5;
    margin-right: 0.15rem;
}

.m-tab2 .tab-txt .p-txt a {
    color: #ce0c0c;
}

.m-tab2 .tab-txt .list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -webkit-box-lines: multiple;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -moz-box-pack: space-between;
    -webkit-moz-box-pack: space-between;
    box-pack: space-between;
}

.m-tab2 .tab-txt .list .item {
    width: 11.25rem;
    margin-bottom: 1rem;
}

.m-tab2 .tab-txt .list .item video {
    display: block;
    width: 100%;
}

.m-tab2 .tab-txt .list .item span {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 0.825rem;
    text-align: center;
    padding-top: 0.375rem;
}

.m-tab4 {
    margin-top: 0.75rem;
    width: 96.875%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 1rem;
}

.m-tab4 .tab-btn {
    height: 5.5125rem;
    width: 5.4375rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -webkit-box-lines: multiple;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0.375rem;
}

.m-tab4 .tab-btn li {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    background-color: #c5c4c4;
    color: #fff;
    -webkit-justify-content: center;
    justify-content: center;
    -moz-box-pack: center;
    -webkit-moz-box-pack: center;
    box-pack: center;
    border-bottom: 1px #fff solid;
    font-size: 0.825rem;
}

.m-tab4 .tab-btn li img {
    display: block;
    width: 1.0875rem;
    margin-right: 0.3rem;
    margin-right: 0.225rem;
}

.m-tab4 .tab-btn .on {
    background-color: #006666;
    color: #fff;
    border: none;
}

.m-tab4 .tab-txt {
    width: 17.4rem;
}

.m-tab4 .tab-txt .imgs {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -moz-box-pack: space-between;
    -webkit-moz-box-pack: space-between;
    box-pack: space-between;
}

.m-tab4 .tab-txt .imgs img {
    display: block;
    width: 8.55rem;
}

.m-button {
    width: 96.875%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    margin-bottom: 1rem;
}

.m-button ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -moz-box-pack: space-between;
    -webkit-moz-box-pack: space-between;
    box-pack: space-between;
}

.m-button ul li {
    width: 5.4375rem;
    background-color: #006666;
    color: #fff;
    font-size: 0.75rem;
    text-align: center;
    padding: 0.6rem 0;
    border-radius: 0.5rem;
}

.m-button ul li img {
    display: block;
    width: 2.25rem;
    margin: 0 auto;
    margin-bottom: 0.3rem;
}

.m-button ul li:nth-of-type(2n) {
    background-color: #cc9b26;
}

.m-address {
    height: 12.675rem;
    background: url(../images/g_130.jpg) no-repeat;
    background-size: 100% 100%;
    margin-bottom: 4.5rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 1rem 0.75rem 0;
}

.m-address .l {
    flex: 1;
}

.m-address .l .logo {
    width: 15rem;
    margin-bottom: 0.75rem;
}

.m-address .l .logo img {
    display: block;
    width: 100%;
}

.m-address .l .list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    font-size: 0.825rem;
    line-height: 1.35;
    color: #fff;
}

.m-address .l .list img {
    display: block;
    width: 1.875rem;
    margin-right: 0.225rem;
}

.m-address .l .list a {
    display: block;
    font-weight: bold;
    color: #f9d12f;
    font-size: 1.05rem;
    line-height: 1;
}

.m-address .l h6 {
    font-size: 0.6rem;
    color: #fff;
}

.m-address .r {
    padding-top: 1rem;
    width: 7.6875rem;
    font-size: 0.6rem;
    color: #fff;
    text-align: center;
}

.m-address .r img {
    display: block;
    width: 6.3375rem;
    margin: 0 auto 0.75rem;
}

.m-last-nav {
    position: fixed;
    bottom: 0;
    width: 100%;
    max-width: 640px;
    z-index: 99;
    background-color: #fff;
}

.m-last-nav ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -moz-box-pack: space-around;
    -webkit-moz-box-pack: space-around;
    box-pack: space-around;
    padding: 0.375rem 0;
}

.m-last-nav ul li {
    background-color: #fff;
    width: 5.25rem;
    padding: 0.3rem 0;
    border-right: 1px #ccc solid;
    font-size: 0.825rem;
}

.m-last-nav ul li img {
    display: block;
    width: 1.875rem;
    margin: 0 auto;
}

.m-last-nav ul li span {
    display: block;
    width: 100%;
    text-align: center;
    padding-top: 0.225rem;
}

.m-last-nav ul li:nth-of-type(4) {
    border-right: none;
}

.m-swt {
    width: 96.875%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.m-swt ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -moz-box-pack: space-around;
    -webkit-moz-box-pack: space-around;
    box-pack: space-around;
    padding: 0.375rem 0;
}

.m-swt ul li {
    background-color: #fff;
    width: 32%;
    background-color: #009ca1;
    font-size: 0.825rem;
    border-radius: 0.5rem;
}

.m-swt ul li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -moz-box-pack: center;
    -webkit-moz-box-pack: center;
    box-pack: center;
    align-items: center;
}

.m-swt ul li img {
    display: block;
    width: 1.4625rem;
    margin-right: 0.3rem;
}

.m-swt ul li span {
    font-size: 0.825rem;
    line-height: 1.95rem;
    color: #fff;
}

.m-swt ul li:nth-of-type(2) {
    background-color: #cc9b26;
}

.m-swt ul li:nth-of-type(3) {
    background-color: #d22a2a;
}

.m-tab5 {
    width: 96.875%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.m-tab5 .tab-btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -moz-box-pack: space-between;
    -webkit-moz-box-pack: space-between;
    box-pack: space-between;
}

.m-tab5 .tab-btn li {
    flex: 1;
    font-size: 0.825rem;
    line-height: 2.25rem;
    text-align: center;
    color: #fff;
    background-color: #c5c4c4;
}

.m-tab5 .tab-btn li:nth-of-type(2) {
    margin-left: 1px;
    margin-right: 1px;
}

.m-tab5 .tab-btn li:nth-of-type(3) {
    margin-right: 1px;
}

.m-tab5 .tab-btn .on {
    background-color: #009ca1;
}

.m-tab5 .c {
    background-color: #eee;
    padding: 0.75rem 0.75rem;
    margin-top: 1rem;
    border-radius: 0.5rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -moz-box-pack: space-between;
    -webkit-moz-box-pack: space-between;
    box-pack: space-between;
}

.m-tab5 .c img {
    display: block;
    width: 11.0625rem;
}

.m-tab5 .c .txt {
    flex: 1;
    padding-right: 0.375rem;
}

.m-tab5 .c .txt h2 {
    font-size: 0.75rem;
    text-indent: 2em;
    line-height: 1.5;
}

.m-tab5 .c .txt p {
    font-size: 0.75rem;
    line-height: 1.6;
    padding-top: 0.3rem;
    text-indent: 2em;
    border-top: 1px #ccc solid;
    margin-top: 0.375rem;
}

.m-tab5 .c .txt p b {
    font-weight: bold;
}

.m-tab5 .swiper-container {
    padding-bottom: 30px;
}

.m-tab5 .swiper-container .swiper-pagination {
    bottom: 0;
}

.m-tab5 .swiper-container .swiper-pagination-bullet {
    border-radius: 2rem;
    background-color: #009ca1;
    opacity: 1;
}

.m-tab5 .swiper-container .swiper-pagination-bullet-active {
    opacity: 1;
    background-color: #009ca1;
    width: 22px;
}

.m-tab6 {
    width: 96.875%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.m-tab6 .tab-btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -moz-box-pack: space-between;
    -webkit-moz-box-pack: space-between;
    box-pack: space-between;
}

.m-tab6 .tab-btn li {
    background-color: #c5c4c4;
    width: 32%;
    border: 1px #ccc solid;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 0.5rem 0;
    -webkit-justify-content: center;
    justify-content: center;
    -moz-box-pack: center;
    -webkit-moz-box-pack: center;
    box-pack: center;
    align-items: center;
    color: #fff;
}

.m-tab6 .tab-btn li img {
    display: block;
    width: 1.8rem;
    margin-right: 0.3rem;
}

.m-tab6 .tab-btn li .i2 {
    display: none;
}

.m-tab6 .tab-btn li p {
    line-height: 1.4;
    font-size: 0.975rem;
}

.m-tab6 .tab-btn li p small {
    display: block;
    font-size: 0.45rem;
}

.m-tab6 .tab-btn .on {
    background-color: #009ca1;
    color: #fff;
    border: none;
}

.m-tab6 .tab-btn .on .i1 {
    display: none;
}

.m-tab6 .tab-btn .on .i2 {
    display: block;
}

.m-tab6 .tab-txt {
    margin-top: 0.75rem;
}

.m-tab6 .tab-txt .cssS1 {
    margin-top: 1rem;
}

.m-tab6 .tab-txt .cssS1 .swiper-container {
    padding-bottom: 30px;
}

.m-tab6 .tab-txt .cssS1 .swiper-container .swiper-pagination {
    bottom: 0;
}

.m-tab6 .tab-txt .cssS1 .swiper-container .swiper-pagination-bullet {
    border-radius: 2rem;
    background-color: #009ca1;
    opacity: 1;
}

.m-tab6 .tab-txt .cssS1 .swiper-container .swiper-pagination-bullet-active {
    opacity: 1;
    background-color: #009ca1;
    width: 22px;
}

.m-tab6 .tab-txt .cssS1 .c {
    border: 1px #ccc solid;
    width: 7.5rem;
    padding-top: 0.6rem;
}

.m-tab6 .tab-txt .cssS1 .c img {
    display: block;
    width: 6.375rem;
    margin: 0 auto 0rem;
}

.m-tab6 .tab-txt .cssS1 .c b {
    line-height: 2.625rem;
    height: 2.625rem;
    display: block;
    font-size: 0.75rem;
    white-space: nowrap;
    width: 100%;
    text-align: center;
}

.m-tab6 .tab-txt .cssS1 .c span {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 0.75rem;
    background-color: #009ca1;
    height: 2.25rem;
    line-height: 2.25rem;
    color: #fff;
}

.m-tab6 .tab-txt .cssS1 .c .l2 {
    line-height: 1.4;
}

.m-tech {
    width: 96.875%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.m-tech h1 {
    font-size: 1.05rem;
    font-weight: bold;
    color: #009ca1;
    text-align: center;
    line-height: 2.2;
}

.m-tech .c {
    border: 1px #ccc solid;
}

.m-tech .c .tab-btn {
    background-color: #e8e8e8;
    line-height: 1.125rem;
    padding: 0.3rem 1rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.m-tech .c .tab-btn li {
    flex: 1;
    text-align: center;
    font-size: 0.75rem;
}

.m-tech .c .tab-btn li:first-child {
    border-right: 1px #ccc solid;
    font-weight: bold;
}

.m-tech .c .tab-txt {
    padding: 0 0.375rem;
}

.m-tech .c .tab-txt .list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 0.75rem 0;
    border-bottom: 0.375rem #eee solid;
    align-items: center;
}

.m-tech .c .tab-txt .list img {
    display: block;
    width: 8.175rem;
}

.m-tech .c .tab-txt .list .txt {
    flex: 1;
    padding: 0 0.375rem;
}

.m-tech .c .tab-txt .list .txt h2 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -moz-box-pack: center;
    -webkit-moz-box-pack: center;
    box-pack: center;
    padding-bottom: 0.225rem;
    border-bottom: 1px #ccc solid;
    font-size: 0.825rem;
    font-weight: bold;
}

.m-tech .c .tab-txt .list .txt h2 img {
    display: block;
    width: 0.825rem;
    margin-right: 0.5rem;
}

.m-tech .c .tab-txt .list .txt h2 span {
    color: #d22a2a;
}

.m-tech .c .tab-txt .list .txt p {
    font-size: 0.75rem;
    line-height: 1.5;
    padding-top: 0.375rem;
}

.swiper-pagination-bullet-active {
    background-color: #009ca1;
}
.shipinbg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.8;
    background: #333;
    z-index: 99999;
    display: none;
}

.fancybox-overlay {
    -webkit-overflow-scrolling: touch;
}

.fancybox-close {
    position: absolute;
    top: -0.8rem;
    right: -0.875rem;
    width: 1.35rem;
    height: 1.35rem;
    cursor: pointer;
    z-index: 99999999999;
    background-image: url("../images/fancybox_sprite.png?id=1");
    background-size: 1.3rem 1.3rem;
    background-repeat: no-repeat;
}

.zhegai-nr .video_box {
    display: block;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -6.5625rem;
    margin-left: -9.375rem;
    z-index: 9999999;
    width: auto;
    height: auto;
    background-color: #fff;
}

.zhegai-nr video {
    width: 18.75rem;
    height: 13.125rem;
    display: block;
    position: relative;
    z-index: 99;
}

.zhegai-nr {
    display: none;
}

.zhegai {
    width: 100%;
    height: 100%;
    background: #333333;
    z-index: 9999999;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0.8;
    display: none;
}