@charset "utf-8";
/* CSS Document @woniu*/

img{ max-width:100%;}
*, ::after, ::before {
    box-sizing: border-box;
}
@media screen and (max-width: 768px) {
.pl02 {
padding-left: .2rem;
}
.pall02 {
padding: .2rem;
}
}
.layui-col-space30 {
	margin: -0.325rem
}
.layui-col-space30>* {
	padding: 0.325rem
}
.layui-container {
	width: 90%;
	max-width:1600px;
}
.layui-containers {
	width: 90%;
	max-width:1600px;
	margin:0 auto;
}
.layui-containerts{
	width: 90%;
	max-width:1400px;
	margin:0 auto;
}

/******header样式******/
.header{ 
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
	height:80px;
    z-index: 99;
    transition: 0.4s all;
	background:#fff;
	box-shadow: 0 0 15px rgb(0 0 0 / 20%);
}
.head-xl{ width:100%; position:relative;}
.logo{ float:left;}
.logo img{ height:60px; margin-top:10px;}

.menu li{vertical-align:middle; padding:0 10px; float:left;}
.menu li .nav_a{ display:block; font-size:18px; font-weight:bold; line-height:80px; padding:0 25px;  color: #333; position:relative;}
.menu li .nav_a:after{ content:''; position:absolute; width:0; height:3px; background:#429ccb; left:50%; bottom:0; transform:translateX(-50%); transition:all 0.5s ease;}
.menu li:hover > .nav_a:after{ width:50px; transition:all 0.5s ease;}
.menu li:hover .nav_a{ color:#429ccb;}

.menu .p_navBox2{
	position: absolute;
    padding: 60px 0px;
    top: 80px;
    transition: all ease .3s;
	background: #f2f3f1;
	overflow:hidden;
    width: 100%;
    border-bottom: 4px solid #429ccb;
	z-index:1000;
	left: 0;
	display:none;
}
.p_navBox2 .left {
    width: 60%;
    padding: 0px;
} 
.p_navBox2 .left .title {
    font-size: 26px;
    line-height: 26px;
    color: #333;
    font-weight: bold;
    margin-bottom: 20px;
}
.p_navBox2 .left .jieshao {
    font-size: 15px;
    line-height: 1.8;
    color: #777;
    margin-bottom: 15px;
}
.p_navBox2 ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
	padding: 10px 0;
}
.p_navBox2 .left ul li {
    width: 33.33%;
    padding-right: 5%;
}
.p_navBox2 .p_navCon2 {
    font-size: 16px;
    text-align: left;
    color: #333;
    transition: all ease .15s;
    display: flex;
    width: 100%;
    padding: 0;
    line-height: 1.2;
    text-decoration: none;
}
.p_navItem2 a {
    padding: 15px 0px;
    border-bottom: 1px solid #ccc;
    align-items: center;
    width: 100%;
    transition: all ease .3s;
}
.p_navItem2 a:Hover{ border-bottom: 1px solid #429ccb; color:#429ccb;}
.p_navItem2 a span {
    flex-direction: column;
    justify-content: center;
}
.p_navBox2 .center {
    width: 33%;
}
.p_navBox2 .center .imgZoom {
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 55%;
}
.p_navBox2 .center .imgZoom img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    width: 100%;
    height: auto;
    transition: all 0.8s ease .1s;
}

.h_tools{ margin-top:19px; padding-left:30px;}
.header .searchBtn {
    display: block;
    width: 42px;
    height: 42px;
    background: #429ccb url(../images/search-icon.png) no-repeat center;
    background-size: 60%;
    border-radius: 50%;
    cursor: pointer;
}
@keyframes sca{0%{transform:scale(1.1)}
50%{transform:scale(1)}
100%{transform:scale(1.1)}
}
@media screen and (max-width: 1460px) and (min-width: 1201px){
	.menu li .nav_a{ padding:0 10px;}
}
@media screen and (max-width: 1024px) and (min-width: 769px){
	.layui-containers{ width:98%;}
	.menu li .nav_a{ padding:0; font-size:16px;}
	.logo img{ height:40px;}
	.logo{ margin-top:10px;}
}


/*搜索弹窗样式*/
.cd-popup { position: fixed; left: 0; top: 0;right: 0;bottom: 0; height: 100%; width: 100%;background: url(../images/grayBg.png) repeat;visibility: hidden; -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s; transition: opacity 0.3s 0s, visibility 0s 0.3s; z-index: 9999;  opacity: 0;}
.cd-popup.is-visible { opacity: 1; visibility: visible; -webkit-transition: opacity 0.3s 0s, visibility 0s 0s; transition: opacity 0.3s 0s, visibility 0s 0s; }
.cd-popup-container { position: relative; padding: 40px; background: #fff; width: 60%; margin: 0 auto; top: 50%; margin-top: -58px; background: #FFF; border-radius: .4rem .4rem .4rem .4rem; text-align: center; box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); -webkit-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2); -webkit-backface-visibility: hidden; -webkit-transition-property: -webkit-transform; transition-property: transform; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; }
.is-visible .cd-popup-container { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }

.hidden_search .text { width: 100%; height: 20px; padding: 8px 0; font-size: 14px; color: #444;background: none;border:none;font-family: "Microsoft Yahei";}
.hidden_search .btn { display: block; background: url(../images/search_icon.jpg) no-repeat center center; position: absolute; right: 0; top: 0; height: 36px; width: 36px; text-indent: -999em;border:none;cursor: pointer;}
.hidden_search .search_wrap { border: 1px solid #e4eaec; border-radius: 20px; position: relative; padding-right: 56px; padding-left: 20px; height: 36px; }
.hidden_search .close_btn { position: absolute; right: 0; top: 0; padding: 10px; width: 42px; height: 42px; -webkit-transition: 0.5s; transition: 0.5s; }
.hidden_search .close_btn:after, .hidden_search .close_btn:before { background: #cccccc; width: 20px; height: 3px; display: block; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; content: ""; position: absolute; left: 10px; top: 11px; }
.hidden_search .close_btn:before { -webkit-transform-origin: left bottom; -ms-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }
.hidden_search .close_btn:after { -webkit-transform-origin: left top; -ms-transform-origin: left top; transform-origin: left top; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); top: 26px; }
.hidden_search .close_btn:hover:after, .hidden_search .close_btn:hover:before { background: #00BAAB;}


/*****flash***/
.index-banner{ overflow:hidden; width:100%; margin-top:80px;}
.index-banner img{ width:100%;}
.p_arr {
    max-width: 100px;
    width: 100%;
    position: absolute;
    right: 0;
    bottom: 40px;
    height: auto;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
.p_arr .p_btn_next {
    color: #fff;
    border-radius: 100%;
    border: 2px solid #fff;
    width: 50px;
    height: 50px;
	line-height:50px;
    transition: all ease .3s;
    position: static;
    margin: 0 auto;
	background:none;
}
.p_arr .p_btn_prev {
    color: #fff;
    border-radius: 100%;
    border: 2px solid #fff;
    height: 50px;
    width: 50px;
    line-height:50px;
    transition: all ease .3s;
    position: static;
    margin: 10px auto 0;
	background:none;
}
.p_arr .p_btn_next i{ font-size:18px; font-weight:400;}
.p_arr .p_btn_prev i{ font-size:18px; font-weight:400;}
.p_arr .p_btn_next:after,.p_arr .p_btn_prev:after{ content:'';}
.p_arr .p_btn_next:hover,.p_arr .p_btn_prev:hover{ background:#57b09c; border:2px solid #57b09c;}
.index-banner .swiper-slide-active img{ transform: scale(1.2); transition: all ease 15s;}


/*****首页关于我们*****/
.i-abouts{ background:#d7edf8; padding:40px 0 60px 0; overflow:hidden;}
.T-title{ width:100%; overflow:hidden;}
.T-title span{ background:url(../images/indexIcon.png) center left no-repeat; padding-left:70px; color:#333; font-weight:bold; font-size:36px; height:60px; line-height:60px; float:left; margin-top:15px;}
.ggy{ color:#eb3d00; font-size:20px; font-weight:bold;}

.homea{ width:100%; position:relative; overflow:hidden; margin-top:30px;}
.homea ul{position:relative;z-index:3}
.homea ul li{width:20.1%;height:210px;;background-position:center;background-size:cover;background-repeat:no-repeat;text-align:center}
.homea ul li img{margin:0 auto;height:76px}
.homea ul li a:hover img{transition:1s;transform:rotateY(360deg)}
.homea ul li a:hover h4{letter-spacing:1px}
.homea ul li a:hover p{letter-spacing:1px}
.homea ul li a{height:100%;color:#fff}
.homea ul li h4{margin-top:10px;font-size:22px;transition:.3s; font-weight:400;}
.homea ul li p{margin-top:5px;text-transform:uppercase;font-weight:100;font-size:13px;opacity:.8;transition:.3s}
.homea .ul1 li:nth-child(1){background:#01659a;}

.homea .ul2 li:nth-child(1){background:#43a4d7;}
.homea .ul2 li:nth-child(2){background:#74b6d9;}

.homea .ul3 li:nth-child(1){background:#28b3a0;}
.homea .ul3 li:nth-child(2){background:#1f91dd;}
.homea .ul3 li:nth-child(3){background:#f7ac79;}

.homea .bg{position:absolute;top:0;right:0;bottom:0;left:0rem;z-index:0;overflow:hidden;pointer-events:none}
.homea .bgg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;background:url(../images/bga1014.jpg) no-repeat right;background-size:cover;pointer-events:none;animation:sca 20s infinite}
.flex-left {
    display: flex;
    flex-wrap: wrap;
}
.flex-v-center {
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/****首页新闻展示****/
.i-news{ padding:60px 0; overflow:hidden;}
.i-news-c{ width:48%;}
.i-news-tit{ width:100%; overflow:hidden; margin-bottom:20px;}
.i-news-tit h2{ font-size:20px; font-weight:bold; color:#429ccb;}
.i-news-tit span a{ font-size:14px; color:#999;}

.i-news-r{ width:100%; padding:20px 30px; overflow:hidden; margin-bottom:10px; display:flex; background:#d6ebf6; transition-duration: 0.6s;}
.i-news-r:hover{ margin-left:10px; background:#c1e2f3;}
.i-news-name{ flex: 0 0 85%; padding-right:10px;}
.s_title{ height:40px; line-height:40px; overflow:hidden;}
.s_title a{ color:#333; font-size:18px;}
.s_summary a{ font-size:14px; color:#999; line-height:22px;}
.i-news-data{ flex:1; max-width:100%; max-height:100%;}
.data{ display:none;}
.day{ text-align:right; font-size:14px; color:#429ccb;}
.month{ font-size:28px; color:#429ccb; font-weight:bold; font-family: Impact; text-align:right;}


/****首页产品****/
.i-product{ padding:100px 0 60px 0; background:url(../images/indexBg2.jpg) no-repeat; background-size:cover; position:relative; overflow:hidden;}
.i-product .bg {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 42rem;
}
.i-product .wrap {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.i-product .indexTitle{ display:block;}
.i-product .indexTitle .indexTitle-icon {
    filter: brightness(0) invert(1);
    display: block;
    margin-bottom: 8px;
    width: 54px;
	height:60px;
	margin-right: 0.8rem;
}
.i-product .indexTitle .txt {
    writing-mode: vertical-rl;
    margin-left: 6px;
}
.i-product .indexTitle .txt h3 {
    color: #fff;
    letter-spacing: 14px;
    line-height: 1.2rem;
	font-size:36px;
}
.i-product .indexTitle .txt span {
    color: #fff;
	font-size: 12px;
}
.i-product .box {
    width: 90%;
    background: #fff;
}
.i-product .box .tabTit {
    position: relative;
    height: 3rem;
    line-height: 3rem;
    display: flex;
    padding: 0 1.17rem;
    justify-content: space-between;
}
.i-product .box .tabTit::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, #c6c6c6, #fff);
}
.i-product .box .tabTit .tab {
    display: flex;
}
.i-product .box .tabTit .tab .indexTit {
    margin-right: 2.33rem;
    cursor: pointer;
    color: #9e9e9e;
    transition: 0.3s;
}
.indexTit {
    color: #252525;
    display: flex;
    align-items: center;
    font-weight: bold;
}
.fz26 {
    font-size: 0.866rem;
}
.indexTit .indexTitle-icon {
    display: block;
    margin-right: 0.33rem;
    width: 40px;
    height: 37px;
	background:url(../images/xtb.png) left center no-repeat;
}
.i-product .box .tabTit .tab .indexTit.on {
    color: #429ccb;
}
.indexMore {
    position: relative;
    color: #a2a2a2;
    transition: 0.3s;
}
.indexMore em {
    transition: 0.3s;
    transform-origin: center;
}
.i-product .tabBox {
    margin:30px;
    padding: 1px;
    overflow: hidden;
}
.i-product .tabBox ul{ display:none; transition-duration: 0.6s;}
.i-product .tabBox li{
	width:14.6666%;
	float:left;
	margin-right:2%;
	margin-bottom:15px;
	height:60px;
	line-height:60px;
	border:2px solid #429ccb;
	text-align:center;
	border-radius:5px;
	overflow:hidden;
	transition-duration: 0.6s;
}
.i-product .tabBox li a{ font-size:16px; color:#333;}
.i-product .tabBox li:hover{ background:#429ccb;}
.i-product .tabBox li:hover a{ color:#fff;}


/*****首页专家介绍*****/
.i-zjjs{ padding:60px 0; overflow:hidden;}
.T-title2{ text-align:center;}
.T-title2 p{ color:#999; font-size:20px;}
.T-title2 h2{ font-size:36px; color:#333;}

.i-zjjs .scroll{position: relative;margin-top:60px;}
.i-zjjs .scroll .btnStyle{position: absolute;top: 50%;transform: translateY(-50%);border-color: #429ccb; font-weight:bold; color:#429ccb;}
.i-zjjs .scroll .btnStyle img{filter: brightness(1) invert(0);}
.i-zjjs .scroll .btnStyle.prev{left: -3.2rem;}
.i-zjjs .scroll .btnStyle.next{right: -3.2rem;}
.i-zjjs .container{position: relative;width: 100%;padding: 10px;margin: -10px 0 0 -10px;overflow: hidden;}
.i-zjjs .ul li{width: 25%;position: relative;overflow: hidden;}
.i-zjjs .ul li a{display: block;height: 0;padding-bottom: 51.42%;position: relative;overflow: hidden;}
.i-zjjs .ul li a img{position: absolute;left: 1.33rem;top: 50%;transform: translateY(-50%);z-index: 2;height: 3.76rem;}
.i-zjjs .ul li a:hover .bgStyle{transform: scale(1.1);}
.i-zjjs .ul1 li{width: 32%;margin: 0 2% 2% 0;}
.i-zjjs .ul1 li:nth-child(3n){margin-right: 0;}

.zjBox{padding-top: 12px;}
.zjBox a{display: block;height: 8.86rem;box-shadow: 0 3px 11px rgba(131, 129, 126, 0.33);position: relative;box-sizing: border-box;background: url(../images/zjBg.jpg) no-repeat center;background-size: cover;}
.zjBox .wrap{width: 100%;height: 100%;overflow: hidden;box-sizing: border-box;padding-left: 10rem;position: relative;background: #FFFFFF;}
.zjBox .pic{width:7rem;height:8.6rem;border: 6px solid #FFFFFF;box-shadow: 0 4px 18px rgba(0, 0, 0, 0.4);position: absolute;left: 1.43rem;top: -12px;overflow: hidden;z-index: 4; background:#429ccb;}
.zjBox .pic img{width: 100%;height: 100%;object-fit: fill;}
.zjBox .text{height: 100%;display: flex;align-items: center;padding-right:20px}
.zjBox h5{color: #333;line-height: 1rem;margin-bottom: 10px;}
.zjBox .desc{line-height: 22px;font-weight: bold;font-family: "PingFang SC";color: #666;}
.zjBox .desc .no-bold{font-weight:normal}
.zjBox .hover{position: absolute;left: 0;top: 0;width: 100%;height: 100%;box-sizing: border-box;padding: 1rem 1rem 0;background: #FFFFFF;opacity: 0;transform: translateY(100%);}
.zjBox .hover .txt{color: #666666;line-height: 0.88rem;height: 3.52rem;overflow: hidden;margin-top: 0.5rem;}
.zjBox .hover .arr{position: absolute;right: 1rem;top: 1.33rem;filter: brightness(0) invert(0.4);opacity: 0.8;}
.zjBox .hover p span{margin: 0 8px;color: #C9C9C9;}
.zjBox:hover .pic{transform: translateY(30px);opacity: 0;}
.zjBox:hover .hover{opacity: 1;transform: translateY(0);}
.tran300 {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.fz22{ font-size:0.733rem; font-weight:bold;}
.fz14{ font-size:14px;}
.btnStyle {
    width: 1.2rem;
    height: 1.2rem;
    box-sizing: border-box;
    border: 1px solid #D9E2DC;
    border-radius: 50%;
    cursor: pointer;
}
.flexCenter {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px;
    line-height: 20px;
}

@media screen and (max-width: 1480px){
/* zjBox */
.zjBox .pic{width: 5rem;height: 5.6rem;}
.zjBox a{height: 6.6rem;}
.zjBox .wrap{padding-left: 7rem;}
.zjBox .hover{padding: 1rem 0.5rem 0;}
.zjBox h5{line-height: 0.6rem;}
.zjBox .hover .arr{top: 1rem;}
.zjBox .hover .txt{margin-top: 0.3rem;line-height: 0.7rem;height: 2.8rem;font-size: 0.4rem;}
}

/****首页图片导航****/
.i-images{ overflow:hidden;}
.i1 li:nth-child(3),
.i1 li:nth-child(4) {
    width: 24.6%;
}

.i1 li:nth-child(1) {
    width: 49.7%;
}

.i1 li:nth-child(5) {
    width: 49.7%;
}

.i1 li:nth-child(6) {
    height: 38vw;
    float: left;
    width: 24.5%;
}

.i1 li:not(:nth-child(2)) {
    height: 18.75vw;
    margin-left: 0.6%;
}

.i1 li:nth-child(2) {
    height: 38vw;
    float: left;
    width: 24.5%;
}

.i1 li:nth-child(4),
.i1 li:nth-child(5),
.i1 li:nth-child(6) {
    margin-top: 0.5vw;
}
.dis-t {
    display: inline-block;
    vertical-align: top;
}
.tr-ease-05 {
    transition: 0.5s ease 0s;
}
.p-Ycenter {
    position: absolute;
    top: 50%;
    z-index: 0;
    transform: translateY(-50%);
}
.f-14 {
    font-size: 14px;
}
.f-16 {
    font-size: 16px;
}

.i-p1 a:before {
    background-image: url(../images/cm.jpg);
    background-repeat: no-repeat;
    background-rposition: top center;
    background-size: cover;
    opacity: 1;
    filter: grayscale(0.5);
}

.i-p2 a:before {
    background: url(../images/sb.jpg) no-repeat center;
    background-size: cover;
    opacity: 1;
    filter: grayscale(0);
}

.i-p3 a:before {
    background-image: url(../images/ry.jpg);
    background-repeat: no-repeat;
    background-rposition: top center;
    background-size: cover;
    opacity: 0.9;
}

.i-p4 a:before {
    background-image: url(../images/lc.jpg);
    background-repeat: no-repeat;
    background-rposition: top center;
    background-size: cover;
    opacity: 0.9;
}

.i-p5 a:before {
    background-image: url(../images/wh.jpg );
    background-repeat: no-repeat;
    background-rposition: top center;
    background-size: cover;
    opacity: 1;
    filter: grayscale(0.5);
}

.i1-text p {
    font-size: 1.4vw;
    margin-bottom: 3px;
    font-weight: bold;
}

.i1-hover-text {
    height: calc(100% - 2vw);
    width: calc(100% - 2vw);
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
}

.i1-hover-text>*:before {
    opacity: 0.9;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    left: 0;
    top: 0;
    background: none;
}

.i1-hover-text>* {
    height: 100%;
}

.i1-text {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 48%;
    padding: 0 2vw;
    z-index: 0;
    color: #fff;
    text-align: center;
}

.p-logo {
    width: auto;
    position: absolute;
    top: 2.1vw;
    right: 6%;
    z-index: 0;
    display: none;
}

.p-logo img {
    max-width: 100%;
    margin-left: auto;
    max-height: 2.5vw;
}

.i1-text1 {
    position: absolute;
    width: 100%;
    padding: 0 6%;
    left: 0;
    bottom: 26%;
    z-index: 0;
    color: #fff;
    text-align: center;
}

.i1-text1 h3 {
    font-weight: normal;
    font-size: 1.67vw;
}

.i1-text1 span {
    margin-top: 0.5vw;
    font-size: 18px;
}

.i1-text1 p {
    line-height: 1.7;
    width: 30%;
    min-width: 190px;
    border: 2px #fff solid;
    padding: 5px 10px;
    border-radius: 5px;
    margin: 0 auto;
    margin-top: 10px;
}

.i1 {
    margin: 0px;
}

.i1 a {
    overflow: hidden;
    height: 100%;
    background-color: #fff;
}

.i1 a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: 0.5s linear 0s;
}
.block1 {
    display: block;
}
.pos-r {
    position: relative;
    z-index: 0;
}
.f-0 {
    font-size: 0;
}

@media screen and (max-width:1500px) {
    .f-14 {
        font-size: 12px;
    }

    .f-16 {
        font-size: 14px;
    }

    .i1-text1 p {
        max-height: 41px;
    }
}

@media screen and (min-width:769px) {
    .i1 a:hover .i1-hover-text {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }

    .i1 a:hover:before {
        transform: scale(1.1);
    }

    .i1 a:hover .i1-text {
        opacity: 0;
    }

    .i1 li:nth-child(2) .i1-text1 p {
        -webkit-line-clamp: 5;
        max-height: 102px;
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .i1 li:nth-child(2) .i1-text1 p {
        max-height: 119px;
    }
}

@media screen and (max-width:768px) {
    .i1 li {
        float: left;
    }

    .i1 li:not(:nth-child(2)) {
        height: 36vw;
        margin-left: 1.5%;
        width: 49.25%;
    }

    .i1 li:nth-child(1) {
        width: 100%;
        clear: both;
        margin-left: 0;
    }

    .i1 li:nth-child(5) {
        height: 36vw;
        margin-left: 0%;
        width: 100%;
    }

    .i1 li:nth-child(6) {
        height: 36vw;
        margin-left: 1.5%;
        width: 48%;
    }

    .i1 li:nth-child(2) {
        height: 73.5vw;
        width: 49.25%;
    }

    .i1 li:not(:first-child) {
        margin-top: 1.5vw;
    }

    .i1-text p {
        font-size: 3.8vw;
        margin-bottom: 0;
    }

    .i1-text {
        bottom: 3.5vw;
        padding: 0 4vw;
    }
}

/****footer***/
.footer {
  border-top: 8px #429ccb solid;
  margin-top:40px;
}
.fz18{ font-size:18px;}
.footer .footerTop {
  padding: 0.87rem 0;
  border-bottom: 1px #E4E4E4 solid;
}

.footer .footerTop .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer .footerTop .box .footerLogo img {
  max-height: 2.33rem;
}

.footer .footerTop .footerNav {
  display: flex;
  justify-content: space-between;
  max-width: calc(100% - 12rem);
  width: 70%;
}

.footer .footerTop .footerNav a {
  transition: 0.3s;
}

.footer .footerTop .footerNav a:hover {
  color: #FE9901;
}

.footer .footerCenter {
  border-bottom: 1px #E4E4E4 solid;
}

.footer .footerCenter .box {
  height: 8.53rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer .footerCenter .box .left p {
  line-height: 0.8rem;
  margin-bottom: 0.73rem;
  display: flex;
  align-items: center;
  color: #333;
}

.footer .footerCenter .box .left p:last-child {
  margin-bottom: 0;
}

.footer .footerCenter .box .left p img {
  width: 0.8rem;
  margin-right: 1.07rem;
}

.footer .footerCenter .box .left p span {
  display: flex;
  padding-right: 1rem;
}

.footer .footerCenter .box .left p span i {
  display: block;
  width: 2em;
}

.footer .footerCenter .box .left p b {
  font-weight: normal;
}

.footer .footerCenter .box .left p:first-child b {
  font-weight: bold;
}

.footer .footerCenter .box .right {
  display: flex;
  width: 15.2%;
  justify-content: space-between;
  max-width: calc(100% - 15.67rem);
}

.footer .footerCenter .box .right .item {
  background: #F9F9F9;
  border-radius: 4px;
  padding: 0.33rem 0.33rem 0 0.33rem;
  text-align: center;
  width: 3.93rem;
  box-sizing: border-box;
}

.footer .footerCenter .box .right .item .pic {
  width: 100%;
}

.footer .footerCenter .box .right .item .pic img {
  display: block;
  width: 100%;
}

.footer .footerCenter .box .right .item p {
  line-height: 0.6rem;
  margin-top: 0.5rem;
}

.footerBtm {
  line-height: 2.73rem;
  text-align: center;
  font-size: 16px;
  color: #333333;
}

.footerBtm a {
  transition: 0.3s;
}

.footerBtm a:hover {
  color: #FE9901;
}

.inpageLink {
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 1px #DFDFDF solid;
}

.inpageLink .item {
  line-height: 1.67rem;
}

.inpageLink .item a {
  transition: 0.3s;
}

.inpageLink .item a:hover {
  color: #FE9901;
}


/****医院概况单页****/
.pgbanner{ overflow:hidden; margin-top:80px;}
.p_img {
    width: 100%;
    height: 100%;
    background: #000;
}
.p_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.7);
}
.p_info {
    width: 100%;
    position: absolute;
    top: 50%;
    z-index: 9;
    display: flex;
    transform: translateX(50%) translateY(-50%);
    align-items: center;
    text-align: center;
}
.p_info span{ font-size:32px; color:#fff;}

.pg-aboutc{ padding:60px 0 0 0; overflow:hidden;}
.about-fl{ width:25%; float:left; overflow:hidden; max-width:370px;}
.fltit{ 
    width: 100%;
    background-color:#429ccb;
    margin-left: auto;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
    padding-bottom: 20px;
    max-width: none;
    border-top-left-radius: 20px;
}
.fltit p{
    font-size: 24px;
    color: rgba(255, 255, 255, 1);
}
.s_line {
    border-top: 2px solid rgba(255, 255, 255, 1) !important;
    max-width: 20px;
    margin-left: 0px;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 0px;
}
.fl-ul{ border:1px solid #e5e5e5; overflow:hidden;}
.fl-ul li a{ width:100%; height:50px; line-height:50px; float:left; border-bottom:1px solid #e5e5e5; text-indent:30px; font-size:18px; color:#333; overflow:hidden;}
.fl-ul li a:hover,.fl-ul li a.cur{ border-left:1px solid #429ccb; background:#f5f8fa; color:#429ccb;}

.about-fr{ width:73%; float:right; overflow:hidden;}
.about-fr h1{ text-align:center; font-size:26px; margin-bottom:20px; margin-top:30px;}
.view-table{ width:100%; padding:20px 0; overflow:hidden; font-size:18px; line-height:2;}
.view-table img{ display:block; max-width:100%; margin-left:auto; margin-right:auto;}
.view-table p{ text-indent:2em;}

/*****荣誉资质**/
.ryzz{ width:100%; overflow:hidden; margin-top:20px;}
.ryxh{ width:31%; float:left; margin:10px 1%; padding:15px 15px 0 15px; background:#f3f9ff; overflow:hidden;}
.fancyImg{ height:0; position:relative; padding-bottom:75%; overflow:hidden;}
.rytit{ text-align:center; padding:10px 0; line-height:30px; overflow:hidden;}

/****联系我们单页****/
.pg-lxwm{ padding:60px 0; overflow:hidden;}
.lxwm-fl{ width:70%; float:left; background:#f7f7f7; padding:30px;}
.lxwm-fl h2{
    line-height: 1.5;
    font-size: 24px;
    font-weight: bold;
    color: #429ccb;
}
.lxwm-wx{ width:25%; background:#f7f7f7; padding:30px; float:right; text-align:center;}
.lxwm-wx h2{
    line-height: 1.5;
    font-size: 24px;
    font-weight: bold;
    color: #429ccb;
	margin-bottom:20px;
}

.pg-lx-ly{ padding:30px; background:#f7f7f7; overflow:hidden; margin-top:40px; width:100%; float:left;}
.pg-lx-ly h2{ line-height:2; font-size: 24px; color:#429ccb; font-weight: bold; margin-bottom: 10px; text-align:center;}
.pg-lx-ly h3{ font-size:16px; color:#333; font-weight:400; margin-bottom:15px;}
.pg-lx-ly input{ width:100%; border:1px solid #ddd; line-height:50px; text-indent:20px; margin-bottom:20px; font-size:16px;}
.pg-lx-ly textarea{ width:100%; border:1px solid #ddd; height:180px; line-height:30px; text-indent:20px; margin-bottom:20px; font-size:16px;}
.pg-lx-ly button{ width:200px; height:48px; line-height:48px; text-align:center; background:#429ccb; font-size:16px; color:#fff; border:0;}
.ly-btn{ width:200px; margin:0 auto; overflow:hidden;}

/****新闻中心****/
.news-c{ width:100%; overflow:hidden; border-bottom:1px solid #e5e5e5; padding:15px 0;}
.news-name{ width:100%; height:44px; line-height:44px; overflow:hidden;}
.news-name a{ font-size:18px; color:#333; transition: 0.6s;}
.news-data{ font-size:14px; color:#989898; line-height:28px;}
.news-summary a{ font-size:15px; color:#666;}
.news-c:hover .news-name a{ font-weight:bold; color:#429ccb; padding-left:10px;}

/*****分页***/
.fenye {
	padding: 40px 0 30px;
	width: 100%;
	text-align: center;
	clear: both;
}
.fenye a {
	color: #666;
	padding: 0 10px;
	margin: 0 3px;
	background: #fff;
	border: 1px solid #ddd;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.fenye span {
	color: #fff;
	padding: 0 10px;
	margin: 0 3px;
	background: #429ccb;
	border: 1px solid #ddd;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.fenye * {
	display: inline-block;
	vertical-align: middle;
	line-height: 34px;
	padding-bottom: 1px;
}
.fenye a:hover, .fenye .hover {
	display: inline-block;
	color: #fff;
	background: #429ccb;
	border-color: #429ccb;
}


/****新闻内页****/
.newsc-fl{ width:72%; float:left; overflow:hidden;}
.news-s{ width:100%; overflow:hidden; border-top:1px solid #e5e5e5; border-bottom:1px solid #e5e5e5; padding:20px 0;}
.newssj{ width:9%; float:left; background:#429ccb; padding:10px; text-align:center; margin-right:20px;}
.newssj h2{ font-size:34px; color:#fff; line-height:1.1;}
.newssj p{ font-size:14px; color:#fff;}
.newssj h3{ display:none;}
.n-xw-bt{ float:left; padding-top:10px; }
.n-xw-bt h1{ font-size:26px; color:#444; margin-bottom:10px;}
.n-xw-bt p{ font-size:14px;}

.newsc-fr{ width:25%; float:right; border:1px solid #e5e5e5; padding:20px;}
.newsc-fr h2{ font-size:20px; color:#444; margin-bottom:15px;}
.newsc-fr li{ border-top:1px solid #e5e5e5; padding-top:15px; margin-bottom:25px;}
.newsc-fr li a{ font-size:20px; line-height:1.2; color:#444;}


/*****产品中心***/
.n-cp-xh{ width:100%; overflow:hidden;}
.prd-tit{ width:100%; overflow:hidden; margin-bottom:30px;}
.prd-tit p {
    line-height: normal;
    font-size: 32px;
    font-weight: bold;
    font-family: Microsoft YaHei;
    color: rgba(51, 51, 51, 1);
}
.prdxian {
    height: 15px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    margin-top: -15px;
    padding-top: 0px;
    max-width: 80px;
    margin-left: 0px;
    border-top-color: #429ccb;
	background:#429ccb;
}
.prd-ks{
	display: flex;
    flex-wrap: wrap;
    position: relative;
    max-width: 100%;
	margin-bottom:50px;
}
.ksxh{
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% / 5);
}
.ksxh a{ margin:0 15px 15px 0; background:#f5f5f5; height:50px; float:left; line-height:50px; width:90%; text-indent:20px; overflow:hidden; border-radius:5px; transition-duration: 0.5s; font-size:16px;}
.ksxh a:hover{ background:#429ccb; color:#fff;}

/****产品内页***/
.p-prd-name{ height:150px; background:#429ccb; line-height:150px; font-size:36px; font-weight:bold; color:#fff;}
.p-prd-nr{ padding:30px 0; overflow:hidden;}


/****专家介绍***/
.zjjs-c{ display: flex; flex-wrap: wrap;}
.zjjs-x{ flex-basis: calc(100% / 2);}
.zj-t {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: auto;
    background-color: rgba(245, 245, 245, 1);
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.zj_img{ flex: 0 0 40%; flex: 1; height:265px; overflow:hidden; background:#429ccb; text-align:center;}
.zj_text{ flex: 0 0 60%; flex: 1;}
.zj_txt{ 
    width: 100%;
    padding-top: 35px;
    padding-bottom: 35px;
    padding-left: 20px;
    padding-right: 20px;
    height: 100%;
}
.zj_txt h2{ font-size:18px; color:#000; margin-bottom:8px;}
.p1{
    font-size: 14px;
    color: rgba(51, 51, 51, 1);
    font-family: Microsoft YaHei;
    line-height: 1;
    margin-top: 10px;
}
.p2 {
    font-size: 14px;
    color: rgba(119, 119, 119, 1);
    font-family: Microsoft YaHei;
    line-height: 1.4;
    margin-top: 15px;
	padding-top: 15px;
    display-radio: -webkit-box;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
	border-top:1px solid #e5e5e5;
}
.p3 {
    font_radio: 2;
    font-size: 12px;
    color: rgba(52, 171, 253, 1);
    font-family: Arial;
    line-height: 1.4;
    margin-top: 15px;
    font-weight: normal;
}
.p3 a{  color: rgba(52, 171, 253, 1);}

.pg-zjnr{ padding:60px 0; overflow:hidden; background:#fafafa;}
.zjnr-c{ padding:30px; overflow:hidden; background:#fff;}
.zjnr-c h1{ text-align:center; font-size:28px; color:#000; line-height:1; margin-bottom:40px;}
.zjnr-c h2{ text-align:center; background:#fafafa; padding:15px 0; font-size:18px; color:#333; font-weight:400;}

/*****手机站样式****/
.dhbtn {
    width: 60px;
    height: 60px;
	float:right;
    border-radius: 4px;
    background: url(../images/d1.png) no-repeat center center;
    background-size: 20px 20px;
}

/****手机站导航***/
.wnav {
    position: fixed;
    width: 220px;
    left: -220px;
    top: 60px;
    background: #fff;
    height: calc(100% - 60px);
	z-index:100000;
}
.wnav li {
    float: none;
    padding: 0;
    width: 100%;
	position: relative;
	font-size: 16px;
}
.wnav a {
    line-height: 50px;
    border-bottom: 1px solid #eee;
    padding: 0 15px;
	transition: all 1s cubic-bezier(0.175,0.885,0.32,1) 0s;
	display:block;
	font-size:16px; 
	font-weight:400;
	text-align:left;
}

.cp-title{ text-align:center; margin:15px 0; font-size:21px; font-weight:bold; color:#2d52a0;}

/****手机站底部横条**/
.footer-fix {
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	z-index: 10;
	display: none;
}
.footer-fix li {
	float: left;
	width: 25%;
}
.footer-fix li a {
	display: block;
	text-align: center;
	padding: 7px 0;
	font-size: 12px;
	line-height: 1;
}
.footer-fix li i.i1 {
	background-image: url(../images/f_01.png);
}
.footer-fix li i.i2 {
	background-image: url(../images/f_02.png);
}
.footer-fix li i.i4 {
	background-image: url(../images/f_04.png);
}
.footer-fix li i.i3 {
	background-image: url(../images/f_03.png);
}
.footer-fix li i {
	display: block;
	height: 20px;
	background: no-repeat center;
	background-size: contain;
	margin-bottom: 4px;
}


.wap-cpfl{ width:100%; height:46px; line-height:46px; text-align:center; background:#fcb026; font-size:16px; color:#fff; margin-bottom:30px;}
.wap-cpjtfl{
	position: fixed;
    width: 220px;
    right: -220px;
    top: 60px;
    background: #fff;
    height: calc(100% - 60px);
    z-index: 100000;
}
.wap-cpjtfl li {
    float: none;
    padding: 0;
    width: 100%;
    position: relative;
    font-size: 16px;
}
.wap-cpjtfl a {
    line-height: 50px;
    border-bottom: 1px solid #eee;
    padding: 0 15px;
    transition: all 1s cubic-bezier(0.175,0.885,0.32,1) 0s;
    display: block;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
}

.fixed{ position:fixed; width:90%; max-width:1600px; z-index:100; top:0;}

.fz16{ font-size:16px;}
.show-xs{ display:none;}
@media screen and (max-width: 769px) {
	.show-xs{ display:block;}
	.layui-containers{ width:96%;}
	.header{ height:60px;}
	.logo img{ height:40px;}
	.index-banner{ margin-top:60px;}
	.h_tools,.menu{ display:none;}
	.p_arr{ bottom:20px;}
	.p_arr .p_btn_next,.p_arr .p_btn_prev{ width:30px; height:30px;}
	.T-title span{ font-size:30px; background-size:25%; margin:0;}
	.ggy{ margin-bottom:20px; font-size:18px;}
	.zjBox .desc:nth-child(3){ height:44px; overflow:hidden;}
	.homea ul li img {height: 35px;}
	.homea ul li h4 {font-size: 15px;}
	.homea ul li{width: 25%; height:110px;}
	.homea ul li p{ display:none;}
	.i-news-c{ width:100%;}
	.i-news-data{ display:none;} 
	.i-news-name { flex:1;}
	.i-product .wrap{ display:block;}
	.flexCenter {
		float: initial;
		justify-content: flex-start;
		align-items: center;
		margin-bottom: 0.8rem;
	}
	.i-product .indexTitle {display: flex;}
	.i-product .indexTitle .txt {writing-mode: initial;}
	.i-product .indexTitle .txt h3{ font-size:30px; margin-bottom:5px; margin-top:10px;}
	.i-product .box{ width:100%;}
	.i-product .box .tabTit{ padding: 0.4rem;}
	.i-product .box .tabTit .tab .indexTit{ margin-right:0.4rem; font-size:15px;}
	.indexTit .indexTitle-icon{ width:24px; height:24px;}
	.i-product .tabBox li{ width:48%;}
	.i-product .tabBox{ margin:15px;}
	.i-product{ padding:40px 0 20px 0;}
	.T-title2 h2{ font-size:30px;}
	.i-news,.i-abouts,.i-zjjs,.pg-aboutc,.pg-lxwm{ padding:30px 0;}
	.i-zjjs .ul1 li { width: 50%; margin-bottom: 0; margin:0;}
	.zjBox { padding: 10px;}
	.zjBox a{height: auto;box-shadow: none;}
	.zjBox .wrap{padding: 10px; background:#f5f5f5;}
	.zjBox .pic{position: relative;left: 0;top: 0;width: 100%;height: 0;padding-bottom: 140.19%;box-sizing: border-box;margin-bottom: 0;border:none;box-shadow: none;}
	.zjBox .pic img{position: absolute;left: 0;top: 0;}
	.zjBox .text{display: block;}
	.zjBox h5{margin-bottom: 5px;}
	.zjBox .hover{display: none;}
	.zjBox:hover .pic{transform: translateY(0);opacity: 1;}
	.isect2 .paginationStyle{display: none;}
	.i-zjjs .scroll{ margin-top:30px;}
	.zjBox .desc:last-child { display: none;}
	.footer .footerTop .box{ justify-content: center;}
	.footer .footerTop .footerNav{ display:none;}
	.footer .footerCenter .box {display: block; height: auto; padding: 20px 0;}
	.footer .footerCenter .box .right {width: 50%; max-width: 100%; margin:0 auto;}
	.footer .footerCenter .box .left { margin-bottom: 20px;}
	.footer .footerCenter .box .right .item{ width:5rem;}
	.about-fl{ width:100%;}
	.fl-ul{ display:flex; flex-wrap: wrap;}
	.fl-ul li{flex-basis: calc(100% / 3); border-right: 1px solid #e5e5e5;}
	.about-fr{ width:100%; margin-top:30px;}
	.lxwm-fl{ width:100%;}
	.lxwm-wx{ width:100%; margin-top:20px;}
	.pgbanner{ margin-top:60px;}
	.p_img img{ height:250px;}
	.p_info{ transform: translateX(40%) translateY(-50%);}
	.newsc-fl,.newsc-fr{ width:100%;}
	.newssj{ width:20%; margin-right:5%;}
	.n-xw-bt{ width:75%;}
	.ksxh{ flex-basis: calc(100% / 3);}
	.p-prd-name{ text-align:center;}
	.zjjs-x{ flex-basis: calc(100% / 1);}
	.ryxh{ width:48%;}
	.s_title{ height:auto; line-height:25px;}
}

