* {
    margin: 0;
    padding: 0;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
font,
form,
p,
h1,
h2,
h3,
h4,
h5,
h6,
span,
a,
head,
footer,
nav,
select {
    padding: 0px;
    margin: 0px;
}

input,
select {
    font-size: 12px;
    line-height: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong {
    font-weight: normal;
}

body {
    font: 14px/1.5 Arial, '微软雅黑';
    color: #414141;
    overflow-x: hidden;
    background: #f5f5f5;
    min-width: 1280px;
}


/*google浏览器字体兼容*/


/*overflow: hidden;*/

img {
    border: 0;
}

ul,
li {
    list-style-type: none;
}

a {
    text-decoration: none;
    color: #3c3c3c;
    outline: none;
}

a:hover {
    color: #7dbe46;
    text-decoration: none;
}

a:active {
    star: expression(this.onFocus=this.blur());
}

.cl {
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.tc {
    text-align: center;
}

.tl {
    text-align: left;
}

.tr {
    text-align: right;
}

.dis {
    display: block;
}

.undis {
    display: none;
}

.sunti {
    font-family: "微软雅黑";
}

.en {
    font-family: Arial;
    color: #cccccc
}

.yahei {
    font-family: "微软雅黑";
}

.ar {
    font-family: Arial;
}

.warper {
    width: 1360px;
    margin: 0 auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* Firefox */
    -webkit-box-sizing: border-box;
}


/*清除浮动*/

.clearfix:after {
    content: "";
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
}

.clearfix {
    zoom: 1;
}

input,
button,
select {
    border: 0;
    outline: 0 none !important;
}


/*头部*/

.h-head {
    max-width: 1285px;
    height: auto;
    margin: 0 auto 12px;
}

.h-head .h-title {
    width: 620px;
    display: block;
    margin-top: 30px;
}

.h-title img {
    width: 92px;
    height: 86px;
    margin-right: 15px;
}

.h-title .t-txt h1 {
    font-size: 46.69px;
    font-weight: bold;
    color: #e60516;
    line-height: 50px;
    margin-top: 8px;
}

.h-title .t-txt p {
    font-size: 17.2px;
    color: #8e8e8e;
    font-weight: bold;
    cursor: pointer;
}

.h-head .h-search {
    width: 470px;
    margin: 47px auto 0;
}

.search-input {}

.h-search .dropdown {
    position: relative;
    width: 66px;
    height: 43px;
    background: #005393;
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}

.h-search .dropdown .dropbtn {
    width: 100%;
    height: 100%;
    background: #005393;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 43px;
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
    cursor: pointer;
}

.dropbtn img {
    width: 11px;
    height: 4px;
    margin-bottom: 3px;
}

.dropdown .dropdown-content {
    position: absolute;
    top: 43px;
    left: 10px;
    width: 45px;
    height: 70px;
    background: #FFFFFF;
    text-align: center;
    line-height: 22px;
    padding-top: 7px;
}

.dropdown .dropdown-content li {
    font-size: 14px;
}

.dropdown .dropdown-content li a {
    color: #747474;
}

.h-search .entrys {
    width: 295px;
    margin-left: 69px;
    margin-top: 7px;
}

.h-search .search-des {
    width: 232px;
    height: 43px;
    line-height: 43px;
    background: #f3f3f3;
    text-indent: 10px;
    font-size: 12px;
}

.search-des::-moz-placeholder {
    /*padding-left: 10px;*/
    color: #a9a9a9;
    font-size: 12px;
}

.search-des:-ms-input-placeholder {
    color: #a9a9a9;
    font-size: 12px;
}

.search-des::placeholder {
    color: #a9a9a9;
    font-size: 12px;
}

.search-input .btn-search {
    width: 44px;
    height: 43px;
    display: block;
    line-height: 43px;
    background-color: #005393 !important;
    text-align: center;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    cursor: pointer;
    background: url(../images/icon_search.png) no-repeat center;
}

.btn-search img {
    width: 21px;
    height: 21px;
    margin-top: 11px;
}

.entrys li {
    padding: 0 6px;
    float: left;
    margin-right: 7px;
    box-sizing: border-box;
    border: 1px solid #e8e8e8;
    border-radius: 2px;
    height: 20px;
    line-height: 18px;
    text-align: center;
}

.entrys li a {
    font-size: 14px;
    color: #747474;
}

.entrys li:nth-child(5) {
    margin-right: 0;
}

.h-head .h-dr {
    width: 185px;
    margin-top: 23px;
}

.h-dr .dr-left,
.h-dr .dr-right {
    width: 84px;
    height: auto;
}

.dr-left img,
.dr-right img {
    width: 84px;
    height: 84px;
}

.dr-left p,
.dr-right p {
    font-size: 14px;
    color: #005393;
    text-align: center;
    line-height: 20px;
}


/*首页导航*/

.h-nav {
    width: 100%;
    height: 60px;
    background: #005393;
    overflow: hidden;
}

.h-nav ul {
    max-width: 1344px;
    margin: 0 auto;
}

.h-nav ul li {
    width: 12.5%;
    float: left;
    text-align: center;
}

.h-nav ul li:last-child {
    margin-right: 0;
}

.h-nav ul li a {
    font-size: 24px;
    color: #FFFFFF;
    font-weight: bold;
    line-height: 60px;
}

.h-nav ul li a:hover {
    color: #FFFFFF;
}


/*首页banner*/

.h-banner {
    width: 100%;
    max-width: 1920px;
    height: 500px;
    margin: 0 auto 0;
}

.h-banner,
.h-banner .swiper-wrapper {
    height: 100%;
    width: 100%;
}

.h-banner .swiper-slide {
    background: no-repeat center center;
    background-size: cover;
    color: #FFFFFF;
    height: 100%;
}

.h-banner .swiper-pagination-bullet {
    width: 42px !important;
    height: 5px !important;
    opacity: 1 !important;
    background: #9f9f9f;
    border-radius: 0 !important;
}

.h-banner .swiper-pagination-bullet-active {
    background: #005393;
}


/*首页主题内容*/

.con-left {
    width: 880px;
}

.l-left,
.r-right {
    width: 100%;
    background: #FFFFFF;
    -moz-box-shadow: 2px 3px #dcdcdc;
    -webkit-box-shadow: 2px 3px #dcdcdc;
    box-shadow: 2px 3px #dcdcdc;
    border-radius: 10px;
    margin-bottom: 25px;
    padding: 30px 0 30px;
}

.con-right {
    width: 460px;
}


/*公用标题*/

.c-title {
    display: block;
    margin: 0 0 25px 18px;
}

.c-title h2 {
    font-size: 36px;
    font-weight: bold;
    color: #005393;
    line-height: 36px;
}

.c-title h2 p {
    display: inline-block;
    font-size: 24px;
    color: #b8b8b8;
    font-weight: bold;
}

.c-title h2 p:first-letter {
    color: #E60516;
}

.l-left .team-wrap,
.l-left .bk-con {
    /*width: 847px;

	margin: 0 auto;*/
    padding: 0 15px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.team-wrap img {
    /*width: 206px;*/
    height: 241px;
    -moz-box-shadow: 1px 3px #dcdcdc;
    -webkit-box-shadow: 1px 3px #dcdcdc;
    box-shadow: 1px 3px #dcdcdc;
    border-radius: 7px;
}

.team-wrap p {
    font-size: 28px;
    color: #005393;
    font-weight: bold;
    line-height: 28px;
    margin: 14px 0 4px;
}

.team-wrap span {
    font-size: 24px;
    color: #B8B8B8;
    font-weight: bold;
    line-height: 24px;
    display: block;
}

.team-wrap .item {
    float: left;
}

.team-wrap .item dl {
    width: 206px;
    margin-right: 30px;
}

.team-wrap .item:last-child dl {
    margin-right: 0;
}

.team-wrap .item dl dd {
    text-align: center;
}

.go-link {
    display: block;
    color: #005393;
    font-size: 24px;
    text-align: center;
    margin-top: 40px;
}

.bk-con .bk-left {
    width: 50%;
    padding: 0 10px 0 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.bk-left .left-arc {}

.left-arc img {
    width: 47%;
    height: 133px;
    margin-right: 8px;
    object-fit: cover;
    object-position: top;
}

.left-arc .arc-des {
    display: block;
    width: 51%;
    margin-top: 13px;
}

.arc-des h3 {
    color: #005393;
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.arc-des p {
    color: #202020;
    font-size: 14px;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.left-arc ul li {
    margin-bottom: 18px;
    line-height: 20px;
    color: #181818;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.left-arc ul li:last-child {
    margin-bottom: 0;
}

.left-arc ul li a {
    font-size: 20px;
}

.l-left .equipments {
    width: 738px;
    margin-left: 18px;
    float: left;
}

.l-left .arr-right {
    position: relative;
    width: 95px;
    height: 469px;
    background: #e5e5e5;
    border-radius: 10px;
    margin-left: 18px;
    float: left;
}

.l-left .swiper-button-next {
    right: 31px !important;
    background-image: url(../images/arr_right.png) !important;
    width: 24px !important;
    height: 36px !important;
}


/*首页仪器设备*/

.equipments .e-item {
    width: 356px;
    height: 469px;
    background: url(../images/yq_bg.png) no-repeat center center;
    background-size: cover;
    border-radius: 10px;
    overflow: hidden;
    -moz-box-shadow: 2px 3px #dcdcdc;
    -webkit-box-shadow: 2px 3px #dcdcdc;
    box-shadow: 2px 3px #dcdcdc;
}

.equipments .swiper-slide {}

.e-item img {
    width: 356px;
    height: 220px;
}

.e-item h3 {
    font-size: 24px;
    color: #005393;
    margin: 40px 0 20px;
    text-align: center;
}

.e-item p {
    font-size: 18px;
    margin: 0 15px;
}

.e-item ul li {
    width: 50%;
    float: left;
    text-align: center;
    line-height: 20px;
    color: #494949;
    font-size: 20px;
}

.e-item ul li span {
    display: block;
    width: 140px;
    height: 4px;
    background-color: #E60516;
    border-radius: 2px;
    margin: 14px auto;
}


/*首页表单*/

.h-form,
.inform-hos {
    margin: 0 0 0 18px;
}

.h-form table input {
    width: 90%;
    height: 54px;
    background: #f5f5f5;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    margin-bottom: 30px;
    text-indent: 24px;
    line-height: 54px;
    font-size: 22px;
    color: #b5b5b5;
}


/*----------用来移除向下箭头----------*/


/* input[type="date"]::-webkit-calendar-picker-indicator { */


/* display: none; */


/* } */

input[type="date"]::-webkit-inner-spin-button {
    display: none;
}


/*----------用来移除叉叉按钮----------*/

input[type="date"]::-webkit-clear-button {
    display: none;
}

.h-form table span {
    display: inline-block;
    width: 9px;
    height: 54px;
    background: #005393;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    margin-bottom: 25px;
}

.h-banner {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.h-form table input::-moz-placeholder {
    font-size: 22px;
    color: #b5b5b5;
}

.h-form table input::-webkit-input-placeholder {
    font-size: 22px;
    color: #b5b5b5;
}

.h-form table input:-ms-input-placeholder {
    font-size: 22px;
    color: #b5b5b5;
}

.h-form table input::placeholder {
    font-size: 22px;
    color: #b5b5b5;
}

.btn-sub input,
.btn-sub .h-con {
    display: inline-block;
    width: 150px;
    height: 42px;
    background: #005393;
    text-align: center;
    border-radius: 21px;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 42px;
    margin: 25px 0 42px 39px;
    cursor: pointer;
}

.btn-sub .h-con {
    margin-left: 50px;
}

.h-form p {
    font-size: 18px;
    color: #9c9c9c;
    margin-left: 15px;
}


/*首页院内通知*/

.inform-hos {}

.inform-hos .inform-con {}

.inform-con img {
    width: 33.47%;
    object-fit: cover;
    object-position: top;
    height: 101px;
    margin-right: 16px;
}

.inform-con .inf-des {
    display: block;
    width: 270px;
}

.inf-des h5 {
    color: #005393;
    font-size: 20px;
    margin: 6px 0 10px;
}

.inf-des p {
    font-size: 14px;
    color: #202020;
    line-height: 26px;
}

.inf-list li {
    margin-top: 13px;
    font-size: 20px;
}

.inf-list li:nth-child(1) {
    margin-top: 31px;
}

.inf-list li>a {
    height: 28px;
    overflow: hidden;
    display: inline-block;
}

.inf-list li span {
    display: inline-block;
    width: 19px;
    height: 5px;
    border-radius: 2.5px;
    transform: rotate(90deg);
    background: #005393;
    margin: 0 13px 3px 5px;
}

.inf-des li a {
    color: #181818;
}

.plan-item {
    width: 428px;
    margin: 0 auto 14px;
}

.plan-item img {
    max-width: 110px;
    height: 100px;
    margin-right: 9px;
    margin-top: 10px;
    object-fit: cover;
    object-position: top;
}

.plan-item .plan-des {
    display: block;
    width: 305px;
}

.plan-item .plan-des h3 {
    font-size: 20px;
    color: #005393;
    margin: 7px 0 10px;
}

.plan-item .plan-des p {
    font-size: 18px;
    color: #787878;
    line-height: 29px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


/*康复案例*/

.hea-cases>.warper {
    -moz-box-shadow: 2px 3px #dcdcdc;
    -webkit-box-shadow: 2px 3px #dcdcdc;
    box-shadow: 2px 3px #dcdcdc;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 40px 0 50px 0;
}

.hea-cases .case-item {
    width: 647px;
    height: auto;
}

.hea-cases .item-one {
    margin-right: 23px;
    margin-left: 21px;
}

.case-item p {
    font-size: 24px;
    color: #005393;
    margin: 10px 0 30px;
    text-align: center;
}

.hea-cases ul li {
    width: 209px;
    float: left;
    margin-right: 14px;
}

.hea-cases ul li:nth-child(1) {
    margin-left: 21px;
}

.hea-cases ul li img {
    height: 123px;
    width: 100%;
    object-fit: cover;
    object-position: top;
}

.hea-cases ul li p {
    width: 100%;
    font-size: 20px;
    color: #005393;
    text-align: center;
    margin-top: 13px;
    line-height: 20px;
}


/*关于我院*/

.hos-img img {
    display: block;
    width: 845px;
    height: 397px;
    margin: 0 auto;
}

.hos-map {
    width: 422px;
    margin: 0 auto;
    background: #FFFFFF;
    padding-bottom: 20px;
}

.hos-map img {
    width: 422px;
    height: 246px;
    display: block;
    margin: 0 auto;
}

.hos-map a {
    display: inline-block;
    margin-top: 20px;
    font-size: 17.25px;
    color: #313030;
}

.hos-map a img {
    display: inline-block;
    width: 44px;
    height: 37px;
    vertical-align: middle;
    margin: 0 0 0px 27px;
}

.hos-map a span {
    display: inline-block;
    color: #005393;
    /*float: right;*/
    margin: 0 24px 0 30px;
}

.map-des {
    width: 422px;
    margin: 27px auto 37px;
}

.map-des .map-l {
    width: 240px;
}

.map-des .map-l p {
    font-size: 18px;
    color: #1f1f1f;
    line-height: 30px;
    /* margin-top: 18px; */
    margin-left: 6px;
}

.map-des .map-l img {
    width: 109px;
    height: 109px;
}

.h-foot {
    width: 100%;
    height: 186px;
}

.f-logo .logo-wrap {
    width: 50%;
}

.f-logo img {
    display: block;
    width: 75px;
    height: 70px;
    margin: 55px 10px 58px 0;
    vertical-align: middle;
}

.logo-wrap .f-left {
    width: 290px;
    margin-top: 60px;
}

.f-left h3 {
    font-size: 32px;
    font-weight: bold;
    color: #FFFFFF;
}

.f-left p {
    font-size: 16px;
    color: #FFFFFF;
    line-height: 16px;
}

.f-links {
    width: 50%;
}

.f-links h3 {
    font-size: 36px;
    font-weight: bold;
    color: #FFFFFF;
    margin: 30px 0 5px 71px;
}

.f-links li {
    width: 25%;
    float: left;
    font-size: 24px;
    line-height: 43px;
    text-align: right;
}

.f-links li a {
    color: #FFFFFF;
}

.f-copy {
    width: 100%;
    background: #004f8c;
    height: 92px;
    padding-top: 20px;
}

.f-copy img {
    width: 127px;
    height: 47px;
    display: block;
    margin: 0 auto 15px;
}

.f-copy p {
    width: 100%;
    text-align: center;
    font-size: 12px;
    color: #FFFFFF;
}

.h-foot-top {
    background: #005393;
    padding-bottom: 3px;
}

.h-content {
    margin-top: 30px;
}

.equipments .swiper-slide {
    /*width: 356px !important; style="width: 734px;"*/
}

.light {
    background: pink;
}


/*列表页*/

.content {
    width: 1280px;
    margin: 0 auto 25px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding-left: 10px;
}

.cur-position {
    width: 1280px;
    margin: 20px auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding-left: 10px;
}

.cur-position img {
    vertical-align: middle;
    margin-right: 5px;
    margin-bottom: 5px;
}

.cur-position span {
    font-size: 18px;
    color: #5f5f5f;
    line-height: 30px;
}

.lc-left {
    width: 67.96%;
    padding: 30px 20px 30px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.con-rig {
    width: 27.81%;
    padding: 40px 30px 35px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.lc-left,
.con-rig {
    -moz-box-shadow: 2px 3px #dcdcdc;
    -webkit-box-shadow: 2px 3px #dcdcdc;
    box-shadow: 2px 3px #dcdcdc;
    border-radius: 10px;
    background: #FFFFFF;
}


/*左边*/

.lc-left h3 {
    font-size: 18px;
    color: #5f5f5f;
    margin-bottom: 16px;
}

.lc-left dl {
    width: 790px;
    margin: 30px 0;
    border-bottom: 1px solid #e6e6e6;
}

.lc-left dl dt {
    width: 116px;
    height: 85px;
    margin-bottom: 30px;
    overflow: hidden;
    text-align: center;
}

.lc-left dl dt img {
    max-width: 100%;
    max-height: 100%;
}

.lc-left dl dd {
    width: 650px;
}

.lc-left dd p {
    font-size: 14px;
    color: #808080;
    line-height: 30px;
}

.lc-left .l-page {
    width: 50%;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    padding: 4px 10px;
    font-size: 18px;
}

.lc-left .l-page li {
    float: left;
    padding: 5px 20px 5px 0;
}

.lc-left .l-page li:last-child {
    padding: 5px 0;
}

.l-page a {
    color: #7DBE46;
}


/*右边*/

.con-rig .img-con {
    width: 290px;
    height: 194px;
    margin: 0 auto;
    background: url(../images/rig_img01.png) no-repeat center center;
    background-size: cover;
}

.img-con a {
    position: relative;
    top: 148px;
    left: 159px;
    width: 109px;
    height: 30px;
    display: block;
    border-radius: 4px;
    text-align: center;
    background: #fec009;
    color: #FFFFFF;
    line-height: 30px;
    font-size: 14px;
}

.hot-news {
    width: 100%;
}

.hot-news h3 {
    font-size: 16px;
    color: #858585;
    line-height: 30px;
    margin: 25px 0 0px;
}

.wrap-news {
    width: 246px;
    /*overflow: hidden;*/
    height: 297px;
    /*margin: 0 auto;*/
}

.wrap-news ul li {
    margin-top: 12px;
    font-size: 14px;
    color: #858585;
}

.hot-news .next {
    width: 100%;
    text-align: center;
    margin-top: 18px;
    cursor: pointer;
}

.next span {
    font-size: 14px;
}

.next span:nth-child(1) {
    color: #a3a3a3;
}

.next span:nth-child(2) {
    color: #fec009;
}

.next img {
    width: 17px;
    vertical-align: middle;
}

.hos-news {
    width: 270px;
    /*margin: 0 auto;*/
}

.hos-news li {
    width: 48.5%;
    margin-right: 1%;
    margin-top: 16px;
    float: left;
    text-align: center;
}

.hos-news li:nth-child(2),
.hos-news li:nth-child(4) {
    margin-right: 0;
}

.hos-news li:nth-child(2n) {
    float: right;
}

.hos-news li p {
    font-size: 14px;
    color: #858585;
    text-align: center;
}

.hos-news li img {
    max-width: 100%;
    height: 90px;
    object-fit: cover;
    object-position: top;
}

.special {
    width: 267px;
    margin: 20px 0;
}

.special img {
    width: 267px;
}

.special ul li {
    font-size: 14px;
    margin-top: 15px;
}

.special ul li a {
    color: #858585;
}

.bottom_hre {
    width: 1260px;
    margin: 0 auto;
    white-space: nowrap;
    height: 580px;
    margin-top: 40px;
    padding: 0 10px;
}

.bottom_hre img {
    float: left;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.bottom_hre ul li {
    float: left;
    width: 25%;
    position: relative;
    top: 0;
}

.bottom_hre .tit {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 40%;
    height: 120px;
    margin-top: -50px;
    color: #fff;
    z-index: 20;
}

.bottom_hre .tit p {
    line-height: 1.5em;
    text-align: center;
    margin: 0 auto;
}

.bottom_hre .tit i {
    display: block;
    width: 60px;
    margin: 25px auto;
    height: 1px;
    background: #fff;
    -webkit-transition: all 0.3s;
}

.bottom_hre .tit span {
    font-size: 16px;
    line-height: 1;
    display: block;
    margin-top: -20px;
}


/*文章页*/


/* actricle */

.content .con_l {
    width: 68%;
    background: white;
    float: left;
    margin: 0 auto;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.con_head {
    text-align: center;
    padding: 30px;
}

.con_head p {
    font-size: 26px;
    padding-bottom: 15px;
}

.con_head span {
    font-size: 14px;
    color: #bbbbbb;
}

.con_head a {
    color: #7085bf;
}

.con_content {
    width: 790px;
    overflow: hidden;
    margin: 0 auto;
}

.con_img {
    text-align: center;
    margin: 20px 20px 25px 0;
    display: inline-block;
    float: left;
}

.con_img img {
    vertical-align: middle;
}

.con_content p {
    /*text-indent: 2em;*/
    font-size: 16px;
    color: #535353;
    line-height: 35px;
}

.con_footer {
    margin: 0 auto;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
}

.con_l .fenye {
    margin: 0 auto;
    margin-top: 40px;
    width: 700px;
    margin-bottom: 40px;
}

.con_foot_box1 {
    width: 205px;
    line-height: 44px;
    background: #385aad;
    border-radius: 8px;
    margin: 0 auto;
    margin-right: 15px;
    display: inline-block;
}

.con_foot_box1 * {
    display: inline-block;
    vertical-align: middle;
}

.con_foot_title {
    background: #ffffff;
    width: 200px;
    height: 45px;
    border-radius: 3px;
    margin-top: 3px;
    font-size: 18px !important;
}

.con_foot_title1 {
    color: #385aad !important;
    font-size: 18px !important;
    margin-top: 6px;
}

.con_foot_title2 {
    color: #ffffff !important;
    font-size: 20px !important;
}

@media only screen and (max-width:1600px) {
    .h-banner {
        height: 422px;
    }
}

@media only screen and (max-width:1400px) {
    .h-banner {
        height: 365px;
    }
    .con-left {
        width: 64.42%;
    }
    .con-right {
        width: 33.67%;
    }
}

@media only screen and (max-width:1366px) {
    .warper {
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        /* Firefox */
        -webkit-box-sizing: border-box;
    }
    .warper-head {
        box-sizing: border-box;
        padding: 0 10px;
        overflow: hidden;
    }
    .h-head .h-title {
        width: 48.24%;
    }
    .h-head .h-search {
        width: 36.57%;
    }
    .h-head .h-dr {
        width: 15.19%;
    }
    .con-left {
        width: 64.42%;
    }
    .con-right {
        width: 33.67%;
    }
    .l-left .arr-right {
        width: 78px;
    }
    .l-left .swiper-button-next {
        right: 25px !important;
    }
    .warper-rig {
        width: 100%;
        /*padding: 0 18px;*/
    }
    .hea-cases {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 10px;
    }
    .hea-cases>.warper {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 30px 15px;
    }
    .hea-cases .case-item {
        width: 49%;
    }
    .hea-cases .item-one {
        margin-right: 2%;
        margin-left: 0;
    }
    .hea-cases ul li:nth-child(1) {
        margin-left: 0;
    }
    .hea-cases ul li:nth-child(6) {
        margin-right: 0;
    }
    .hea-cases ul li {
        width: 15.8333%;
        margin-right: 1%;
    }
}

@media only screen and (max-width:1366px) {
    .h-banner {
        height: 355px;
    }
}

@media only screen and (max-width:1360px) {
    .warper-rig {
        padding: 0 18px;
    }
    .c-title {
        display: block;
        margin: 0 0 25px 18px;
    }
    .warper-rig>.c-title:nth-child(1) {
        margin: 0 0 28px 0;
    }
    .h-form,
    .inform-hos {
        width: 100%;
        margin: 0;
    }
    /* .h-form table input{ */
    /* width: 150%; */
    /* } */
    .btn-sub input {
        margin: 25px 0 42px 0px;
    }
    .h-form p {
        width: 95%;
        font-size: 16px;
    }
    .c-title h2 p {
        font-size: 18px;
    }
    .bk-con .bk-left {
        width: 50%;
    }
    .left-arc img {
        width: 50%;
    }
    .left-arc .arc-des {
        width: 46%;
        margin-top: 10px;
    }
    .arc-des h3 {
        margin-bottom: 10px;
    }
    .arc-des p {
        line-height: 22px;
    }
    .inform-con img {
        width: 33.47%;
        object-fit: cover;
        object-position: top;
        margin-right: 3%;
    }
    .inform-con .inf-des {
        width: 59.53%;
    }
    .inf-des h5 {
        font-size: 17px;
    }
    .inf-list li {
        font-size: 18px;
    }
    .inf-list li span {
        margin: 0 10px 3px 0;
    }
    .inf-list li:nth-child(1) {
        margin-top: 48px;
    }
    .l-left .equipments {
        width: 83%;
    }
    .equipments .e-item {
        width: 99%;
    }
    .e-item img {
        width: 100%;
    }
    .plan-item {
        width: 100%;
        /*margin: 6px auto 24px;*/
    }
    .plan-item img {
        width: 25%;
    }
    .plan-item .plan-des {
        width: 71%;
    }
    .plan-item .plan-des p {
        width: 95%;
        font-size: 16px;
    }
    .plan-item .plan-des h3 {
        /*margin: 0 0 10px;*/
    }
    .con-right>.r-right:nth-child(3) .c-title {
        display: block;
        margin: 0 0 19px 0;
    }
    .h-content .con-left .l-left {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 30px 10px;
    }
    .hos-img img {
        width: 100%;
        height: auto;
    }
    .hos-map {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 10px 20px;
    }
    .hos-map img {
        width: 100%;
        height: auto;
    }
    .h-content .r-right.three {
        width: 100%;
        height: 584px !important;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 27px 10px 10px !important;
    }
    .map-des {
        width: 100%;
    }
}

@media only screen (max-width:1360px) {
    .con-right>.r-right:nth-child(2) {
        height: 571px;
        margin-top: 0;
    }
}

@media only screen and (max-width:1199px) {
    .h-head .h-title {
        width: 45%;
    }
    .h-title .t-txt h1 {
        font-size: 43px;
    }
    .h-head .h-search {
        width: 34%;
        margin-left: 2.5%;
        margin-right: 1%;
    }
    .h-search .search-des {
        width: 220px;
    }
    .h-head .h-dr {
        width: 17%;
    }
    .h-nav {
        height: 55px;
    }
    .h-nav ul li a {
        font-size: 22px;
        line-height: 55px;
    }
    /* .h-form table input{ */
    /* width: 90%; */
    /* } */
    .h-form p {
        margin-left: 0;
        font-size: 15px;
    }
    .btn-sub .h-con {
        margin-left: 5px;
    }
    .arc-des h3,
    .inf-des h5,
    .plan-item .plan-des h3 {
        font-size: 16px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .left-arc img {
        height: 120px;
        margin-top: 15px;
    }
    .c-title h2 {
        font-size: 34px;
    }
    .c-title h2 p,
    .map-des .map-l p {
        font-size: 14px;
    }
    .left-arc ul li a,
    .inf-list li {
        font-size: 16px;
    }
    .e-item img {
        height: auto;
    }
    .e-item h3 {
        font-size: 23px;
    }
    .e-item ul li {
        font-size: 16px;
    }
    .e-item ul li span {
        width: 94%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        padding: 0 5px;
    }
    .plan-item {
        margin-bottom: 24px;
    }
    .l-left .equipments {
        margin-left: 0;
        height: 403px;
    }
    .plan-item .plan-des h3 {
        margin-top: 0;
    }
    .plan-item .plan-des p {
        font-size: 13px;
        line-height: 23px;
    }
    .plan-item .plan-des {
        width: 72%;
    }
    .equipments .e-item,
    .l-left .arr-right {
        height: 409px;
    }
    .hea-cases ul li img {
        width: 100%;
    }
    .hea-cases ul li p {
        font-size: 15px;
    }
    .hea-cases ul li img {
        height: auto;
    }
    .case-item .swiper-slide {
        height: 320px !important;
    }
    .hos-map a {
        font-size: 13px;
    }
    .hos-map a span {
        margin: 0 2px 0 30px;
    }
    .map-des .map-l {
        width: 60%;
    }
    .h-content .r-right.three {
        height: 502px !important;
    }
}