body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {
    margin: 0;
    padding: 0;
    word-wrap: break-word
}

body, html, input {
    font: 12px/1.5 tahoma, arial, \5b8b\4f53, sans-serif;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    border: none
}

pre {
    white-space: pre-wrap; /* css-3 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}

input.dialog {
    height: 0;
    font-size: 0;
    line-height: 0;
    border: none
}

h1 {
    font-size: 34px;
}

h2 {
    font-size: 26px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}

input, label, img, th {
    vertical-align: middle;
}

.font-fixh {
    font-family: '微软雅黑', Georgia, Arial;
    color: #f00;
    font-size: 16px;
    font-weight: 700;
}

address, cite, dfn, em, var {
    font-style: normal;
}

code, kbd, pre, samp {
    font-family: '微软雅黑', courier new, courier, monospace;
}

input.button, input.btn {
    padding: 0.25em;
    width: auto;
    _width: 0;
    overflow: visible !ie;
}

ul, ol, li {
    list-style: none;
}

* {
    font-family: "微软雅黑";
}

@media screen and (max-device-width: 800px) {
    .newNav .newNavMid section.sec {
        margin: 0 10px;
    }
}

.fitScreen {
    width: 100%;
    min-width: 1200px;
}

.newNav .newNavMid {
    display: flex;
    height: 100%;
    margin-left: -120px;
}

.newNav .newNavMid section.sec {
    height: 100%;
    box-sizing: border-box;
    font-size: 20px;
    padding: 0 13px;
    display: block;
    line-height: 112px;
    margin: 0 19px;
    cursor: pointer;
}

.newNav .newNavMid section.sec:hover {
    border-bottom: 5px solid #099bd7;
    color: #00A0E9 !important;
}

.newNav .newNavMid section.sec:hover a.out {
    color: #099bd7 !important;
}

.newNav .newNavMid section.sec a {
    text-decoration: none;
    color: #2e2b2b;
}

.newNav .newNavMid section.sec a:hover {
    /*color: #00A0E9;*/
}

.iwidth {
    width: 1200px;
    margin: 0 auto;
}

.comFlex {
    display: flex;
    justify-content: center;
    align-items: center;
}

.comFlexCenter {
    display: flex;
    justify-content: center;
    flex-direction: row;
}

.comFlexLeft {
    display: flex;
    justify-content: left;
    /*align-items: center;*/
    margin-top: 0;
}

.comFlexLeft2 {
    display: flex;
    justify-content: left;
    align-items: center;
    width: 925px;
    height: 145px;
    border: 1px solid #e5e5e5;
    margin: 26px 0;
    cursor: pointer;
}

.comFlexLeft2:hover {
    border: 1px solid #ff8200;
}

.comFlexLeft1 {
    display: flex;
    justify-content: left;
}

.phone {
    font-weight: 600;
    font-size: 16px;
    padding: 0px 10px;
    color: #00A0E9;
}

.myphone {
    padding: 23px 0px;
}

.nav {
    font-size: 16px;
    color: #000;
}

.navActive {
    color: #00A0E9;
    border-bottom: 4px solid #00A0E9;
}

.nav > div {
    padding: 27px 15px;
}

.nav > div a:hover {
    color: #00A0E9;
}

.nav > div a {
    padding: 27px 0px;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
}

header {
    background-color: #fff;
}

/*底部*/
footer {
    /*border-top: 1px solid #b5b5b5;*/
    background-color: #424244;
}

.footerBottom span {
    margin: 32px;
}

.footContMain {
    padding: 50px 0px;
    cursor: pointer;
}

.footContMain > div {
    width: 20%;
}

.fontTitle {
    font-size: 21px;
    padding: 10px 0px;
    margin-bottom: 20px;
    color: white;
}

.footCont {
    line-height: 35px;
    font-size: 16px;
    color: #939392;
}

.footerBottom {
    color: #fff;
    font-size: 12px;
    /* padding: 20px 0px; */
    text-align: center;
    background-color: #424244;
    border: 1px solid #9a9595;
}

/*首页*/
.indexClass {
    font-size: 16px;
}

.indexClass a {
    text-decoration: none;
    color: black;
}

.indexClass a:hover {
    color: #498acb;
}

.mainContTitle {
    padding: 5px 0px 5px 0px;
}

.mainContTitle > span {
    /*border-left: 8px solid #7cbcfd;*/
    font-size: 16px;
    line-height: 27px;
    font-weight: normal;
    letter-spacing: 0;
    color: #333;
}

.coreCompare {
    padding: 0px 0px 90px 0px;
}

.coreCompare > div {
    width: 20%;
}

.newsTow > img {
    width: 100%;
}

.mainT {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*padding: 50px 0px;*/
    /*margin:  44px 0 76px 0;*/
}

.more {
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}

.newsOne1 {
    padding-bottom: 50px;
}

.newsOne1 > div {
}

.newsShow {
    border: 1px solid #e3e3e3;
    /*    margin-right: 30px; */
    position: relative;

}

.newsOne11 {
    margin-left: 20px;
    margin-right: 10px;

}

.dateStyle {
    font-size: 16px;
    color: #1d1a1a;
}

.newsShow .t1 {
    position: absolute;
    top: 0px;
    right: 0px;
    display: inline-block;
    width: 25px;
    height: 25px;
    border-top: 2px solid #27e31c;
    border-right: 2px solid #27e31c;
}

.newsShow .t2 {
    position: absolute;
    bottom: 0px;
    right: 0px;
    display: inline-block;
    width: 25px;
    height: 25px;
    border-bottom: 2px solid #27e31c;
    border-right: 2px solid #27e31c;
}

.newsOne11_title {
    font-size: 20px;
    color: #f8b412;
    border-bottom: 1px dashed #e3e3e3;
    padding: 5px 0px 10px 0px;
}

.newsOne11_content {
    font-size: 16px;
    font-weight: normal;
    color: #f1d1a1a;
    line-height: 25px;
    padding: 5px 0px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    cursor: pointer;
}

.newsOne11_time {
    text-align: right;
    font-size: 16px;
    color: #80807f;
    padding: 5px 0px 10px 0px;
}

.newsOne1_d {
    width: 50%;
}

.info {
    font-size: 16px;
    color: #808080;
}

.infoOne {
    padding-top: 30px;
    padding-bottom: 30px;
    cursor: pointer;
}

.serveTitle {
    text-align: center;
    padding: 25px 0px;
    font-size: 26px;
    font-weight: bold;
}

.serveTitle span {
    box-sizing: border-box;
    /*border-bottom: 5px solid #d8f0fd;*/
    color: #333;
}

.serv2 {
    padding: 20px 60px 0px 60px;
}

.serv1 img {
    height: 70px;

}

.serv1 > div {
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    padding: 15px 0px;
}

.ourAdvantage {
    width: 100%;
    display: inline-block;
}

.ourAdvantage li {
    margin-bottom: 10px;
    float: left;
    width: 33.33%;

}

.main_usTitle1bg {
    color: #fff;
    padding-bottom: 16px;
    margin-top: 10px;
    border: 0px;
}

.ourAdvantage li > div {
    margin: 0px 5px;
}

.ourAdvantage li .ourAd_1 {
    width: 390px;
    height: 239px;
    overflow: hidden;
}

.ourAdvantage li .ourAd_1 img {
    cursor: pointer;
    width: 100%;
    height: 239px;
    transition: ease-in-out 0.8s;
}

.ourAdvantage li .ourAd_1 img:hover {
    transform: scale(1.4);
}

.ourAd_2 {
    text-align: center;
    padding: 10px 0px;
    font-size: 18px;
    font-weight: 500 !important;
    cursor: pointer;
}

.anlibg {
    background-image: url("../../../img/main/bg.png");
    background-position: center;
    background-size: 100% 100%;
    height: 850px;
    display: flex;
    align-items: center;
}

.swiperItem {
    height: 579px !important;
}

.addswiperItem {
    height: auto;
    width: 100%;
}

.impt1 ul {
    border: 1px solid #e3e3e3;
    font-size: 18px;
}

.impt1 ul li.action {
    background-color: #707375;
    color: #fff;
}

.impt1 ul li:hover {
    background-color: #707375;
    color: #fff;
}

.impt1 ul li {
    cursor: pointer;
    padding: 20px 0px;
    text-align: center;
    font-size: 20px;
    border-bottom: 1px solid #e3e3e3;
}

.impt1 {
    width: 25%;
}

.impt2 {
    width: 75%;
    background-image: url("../../../img/main/kebg.png");
    background-position: center;
    background-size: 100% 100%;
    padding: 0 10px 0 20px;
    font-size: 16px;
    height: 710px;
}

.impt2 > div {
    padding-right: 30px;
}

.impt_cont {
    line-height: 26px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 5;
    height: 133px;

}

.impt_title {
    font-size: 22px;
    padding: 10px 0px;
}

.impt_three {
    cursor: pointer;
    text-align: right;
    padding: 5px 0px;
    margin-top: 32px;
    font-size: 18px
}

.impt_three span {
    color: #404040;
    border: 1px solid #404040;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
    line-height: 20px;
    margin-left: 10px;
}

/*医院简介*/
.host1 img {
    width: 100%;
}

.hostTitle {
    text-align: center;
    font-size: 16px;
}

.hostT1 {
    font-size: 28px;
    font-weight: bold;
    padding: 10px 0px;
}

.hostT2 {
    padding: 10px 0px;
}

.hostT2 span {
    padding: 0px 10px;
}

.hostT3 {
    padding: 10px 0px;
    letter-spacing: 10px;
}

.host2_1 {
    font-size: 16px;
    margin-top: 140px;
}

.host2_11 {
    padding: 10px 0px;
    font-size: 16px;
}

.host2_12 > div {
    text-indent: 2em;
    /*padding: 5px 0px;*/
    line-height: 30px;
    font-size: 16px;
}

.host2_11 span {
    font-size: 26px;
    /*    font-weight: bold; */
    margin-right: 20px;
}

.hostmyinfo {
    padding: 30px 0px;
}

.hostmyinfoCont1 {
    width: 40%;
    padding: 50px 0;
    text-align: center;
}

.hostmyinfoCont2 {
    width: 60%;
}

.hostmyinfoCont1 img {

}

.hosul {
    padding: 0px 20px;
}

.hosul ul {

}

.hosul ul li {
    display: flex;
    justify-content: left;
    align-items: center;
    font-size: 20px;
    padding: 10px 0px;
}

.hosul ul li span {
    color: #ff8200;
    padding: 0px 10px;
    margin-right: 16px;
}

.list1_text {
    margin-bottom: 32px;
}

.hosul ul li p {
    /* font-family: MicrosoftYaHei; */
    font-family: "微软雅黑";
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #333232;
}

.list2_text {
    margin-bottom: 63px;
}

.topBanner {
    position: relative;
    width: 100%;
    min-width: 1200px;
    height: 400px;
}

.topBanner img {
    height: 400px;
    width: 100%;
}

.checkMore {
    position: absolute;
    bottom: 15%;
    text-align: center;
    left: 15%;
    cursor: pointer;
    width: 200px;
    font-size: 18px;
    color: #00A0E9;
    background-color: #fff;
    border-radius: 10px;
    padding: 10px 20px;
}

.caselistLeft {
    /*width: 20%;*/
    width: 240px;
    margin-bottom: 60px;
}

.caselistLeft > div {
    border: 1px solid #e3e3e3;
    margin-right: 20px;
}

.caset1 {
    /*background-color: #ff8200;*/
    color: #fff;
    font-size: 22px;
    width: 240px;
    height: 80px;
    line-height: 80px;
    text-indent: 25px;
    /*padding: 15px 20px;*/
}

.casetDown {
    margin-top: 16px;
    width: 240px;
    height: 106px;
    background-image: url(../../../img/solution/leftTel.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.caselistright {
    /*width: 80%;*/
    width: 925px;
    margin-left: 35px;
}

.casenav ul li, .casenav2 ul li {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0px;
    font-size: 16px;
    text-indent: 25px;

}

.casenav ul li.action {
    color: #FFFFFF;
    background: #707375;
}

.casenav2 ul li.action {
    color: #ff8200;
    /*background:#707375;*/
}

.casenav2 ul li:hover {
    color: #ff8200;
    /*background:#707375;*/
}

.casenav ul li section.action2 {
    color: #FFFFFF;
    background: #707375;
}

.casenav ul li .item {
    width: 100%;
    height: 100%;
}

/*.casenav ul li:hover{
	background: #707375;
}*/

.casenav ul li .item2 {
    content: "";
    display: block;
    position: absolute;
    top: 18px;
    right: -8px;
    width: 16px;
    height: 16px;
    background: #707375;
    transform: rotate(45deg);
}

.crossLine {
    width: 200px;
    height: 1px;
    background: #E5E5E5;
    position: relative;
    top: -15px;
}

.caserightTitle {
    font-size: 25px;
    /*padding: 0px 0px 15px 0px;*/
    /*border-bottom: 1px dashed #e3e3e3;*/
    font-weight: normal;
    letter-spacing: 0.6;
    /*margin-bottom: 11px;*/
}

.caseright_1 > div {
    padding: 0px 0px;
}

.caseimg1 {
    /*padding:0px 20px;*/
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    width: 185px;
    height: 115px;
    margin-left: 17px;

}

.caseimg1 img {
    width: 100%;
    height: 100%;
}

.lineOne {
    margin: 0 20px;
    height: 115px;
    width: 1px;
    background: #E5E5E5;
}

.caseimg2 {
    width: 657px;
}

.caseimg2Title {
    font-size: 18px;
    font-weight: bold;
    color: #717171;
    margin-top: -3px;
    letter-spacing: 0;
}

/*.caseimg2Cont{
    padding: 0 0px;
    font-size: 15px;
    color: #171817;
}*/
.caseimg2Cont {
    padding: 7px 0px;
    font-size: 15px;
    color: #171817;
}

.navbut {
    font-size: 14px;
    cursor: pointer;
    background-color: #FFFFFF;
    color: #212120;
    padding: 5px 0px;
    width: 120px;
    text-align: center;
    border: 1px solid #E5E5E5;

}

.navbut:hover {
    color: #FFFFFF;
    background: #ff8200;
}

.navbut1 {
    font-size: 14px;
}

.navbut1 span {
    padding: 0px 5px;
}

.caseT {
    padding: 15px 0px;
}

.caseT span {
    font-size: 18px;
    padding: 10px 0px;
    border-bottom: 2px solid #ff8200;
}

.caseC {
    font-size: 15px;
    color: #606060;
    line-height: 25px;
}

/*联系我们*/
.contacttitle {
    width: 50%;
    font-size: 20px;
    padding: 10px 0px;
    text-align: center;
}

.contacttitle > div {
    /*width: 100%;*/
    width: 586px;
    border: 1px solid #e3e3e3;
    /*padding: 10px 0px;*/
    text-align: center;
    line-height: 60px;
    height: 60px;
    cursor: pointer;
    font-weight: normal;
    position: relative;
    box-sizing: border-box;
    font-size: 21px;
}

.contact1 {
    margin-right: 40px;
}

.contact2 {
    margin-left: 15px;
}

.contact1:hover, .contact2:hover {
    border: none;
    color: #fa9439;
}

.titleName {
    font-size: 25px;
    font-weight: normal;
    color: #333333;
}

.titleWord {
    font-weight: normal;
    color: #808080;
    font-size: 15px;
}

.contactActive {
    color: #ff8200;
    background: #f5f5f5;
}

.mycontact_1 {
    text-align: center;
    font-size: 20px;
    margin: 80px 0px 65px 0;
    font-weight: bold;
}

.mycontact_2 {
    font-size: 16px;
}

.mycontact_2 > div {
    padding: 15px 0px;
}

.mycontact_2 label {
    width: 150px;
    text-align: right;
}

.mycontact_2 .inputStyle {
    width: 348px;
}

.upfile {
    position: relative;
    width: 180px;
    height: 180px;
    border: 1px solid #e3e3e3;
    border-radius: 10px;
    text-align: center;
    font-size: 20px;
    color: #808080;
}

.fileinfo {
    position: absolute;
    top: 0px;
    width: 180px;
    height: 180px;
    z-index: 10;
    opacity: 0;
    left: 0px;
}

.but {
    text-align: center;
}

.butinfo {
    margin: 0 auto;
    display: flex;
    width: 298px;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    background-color: #ff8200;
    border-radius: 5px;
    height: 42px;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.mycontactInfo {
    display: flex;
    justify-content: center;
    margin: 15px 0px;
}

.mycontactInfo > div {
    width: 80%;
    background-color: #FFF9EA;
    font-size: 15px;
    padding: 5px 10px;
}

.mycontactInfo > div i {
    padding: 0px 5px;
}

.office_1 {
    width: 20%;
    text-align: center;
    /*display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;*/
}

.office_1 > div {
    font-size: 16px;
    letter-spacing: 1.2px;
    padding: 10px 0px;
}

.office_title {
    margin: 0px 45px;
    padding: 20px 0px;
    display: inline-block;
    font-size: 22px;
}

.officemy_t1 {
    text-align: center;
    font-size: 16px;
    color: #404040;
    padding: 20px 0px;
}

.officemy_list > div {
    width: 25%;
    text-align: center;
}

.officemy_list > div > div {
    position: relative;
    margin: 0px 15px;
}

.officemy_list > div > div img {
    width: 100%;
}

.officemy_list1 {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
    font-size: 14px;
    padding: 8px 0px;
}

.action1 {
    background-image: url("../../../img/keshi/show.png");
    background-position: center;
    background-size: 250px 100%;
    color: #fff;
}

.contentinfoTitle {

    text-align: center;
    border: 1px solid #e3e3e3;
}

.sendt {
    font-size: 16px;
    color: #404040;
    line-height: 35px;
}

.contentinfo {

}

.caseimg2cont1 {
    color: #606060;
}

.continfo_1 {
    padding: 5px 0px;
    font-size: 16px;
    line-height: 25px;
    color: #808080;
    text-indent: 2em;
}

.continfo_2 {
    padding: 10px 0px;
    color: #404040;
    font-size: 18px;
    font-weight: 600;
}

.continfo_2t {
    text-indent: 2em;
    font-size: 16px;
    color: #606060;
    padding: 10px 0px;
}

.hostmain_1 {
    height: 364px;
    background-image: url("../../../img/host/tt.jpg");
    background-position: center;
    background-size: 100% 100%;
    padding: 50px 60px;
}

.coml1 {
    width: 21.5%;
    height: 211px;
}

.coml2 {

}

.coml2 img {
    width: 100%;
    height: 100%;
}

.coml1 img {
    width: 100%;
    height: 100%;
}

.hostmain_11 {
    width: 50%;
}

.hostmain_112 {
    width: 486px;
    margin-left: 46px;
    font-size: 18px;
    line-height: 30px;
    color: #606060;
    padding-bottom: 30px;
    margin-top: -11px;
    text-align: justify;
    cursor: pointer;
}

.hostbut:hover {
    color: #ff8200;
}

div#“a1” {
    font-size: 22px;
}

.mytt {
    text-align: center;
    font-size: 16px;
    line-height: 35px;
    color: #404040;
    margin-top: 5%;
}

.hostbut {
    border-radius: 40px;
    border: 1px solid #e3e3e3;
    padding: 0px 20px;
    margin: 15px 0px;
    cursor: pointer;
    font-size: 14px;

}

.hostbut img {
    width: 30px;
    margin-left: 20px;
}

.myppt {
    text-align: center;
}

.myppt_2 {
    text-align: center;
    display: flex;
    justify-content: center;
}

.myppt_2 > div {
    border-top: 1px dashed #00A0E9;
    font-size: 16px;
    padding: 20px 0px;
    margin-top: 30px;
    width: 300px;
}

.myppt_2 > div img {
    width: 20px;
    margin-right: 10px;

}

.final {
    text-align: center;
    display: flex;
    justify-content: center;
}

.final ul {
    width: 70%;
    border-bottom: 1px solid #e3e3e3;
}

.finalaction {
    color: #ff8200;
    border-bottom: 3px solid #ff8200;
    padding: 20px 0px;
}

.final li {
    cursor: pointer;
    text-align: center;
    width: 20%;
    padding: 20px 0px;
    font-size: 16px;

}

.comTitleTop {
    width: 50%;
    text-align: center;
    font-size: 18px;
    margin: 10px 0px;
    font-weight: bold;
}

.comTitleTop a {
    text-decoration: none;
    color: #606060;
}

.comTitleTop a:hover {
    color: #00A0E9;
}

.comTitleTop1 {
    width: 50%;
    text-align: center;;
    cursor: pointer;
    font-size: 14px;
}

.comTitleTop1 > div {
    margin: 8px 0px
}

.comTitleTop1 a {
    text-decoration: none;
    color: #606060;
}

.comTitleTop1 a:hover {
    color: #00A0E9;
}

.contactBlock {
    width: 386px;
    height: 224px;
    box-shadow: 0 0 15px rgba(180, 180, 180, 0.3);
}

.itemStyle {
    height: 70px;
    width: 100%;
    border-bottom: 1px solid #f7f7f7;
    display: flex;
    font-size: 20px;
    justify-content: center;
    align-items: center;
    color: #585857;
}

.itemStyleDown {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    width: 100%;
    height: 146px;
    color: #504f4e;
}

.hoverInset {
    width: 560px;
    height: 300px;
    background: white;
    z-index: 100;
    position: absolute;
    top: 112px;
    /*left: -224px;*/
    border-radius: 0 0 12px 12px;
    box-shadow: inset 0 0 18px rgba(160, 160, 160, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #484747
}

.newNav .newNavMid .hoverInset .linkTo {
    color: #484747;
    font-size: 16px !important;
    width: 100%;
    height: 30px;
    line-height: 30px;
    display: flex;
    align-items: center;
    /*top: -40px;*/
}

.newNav .newNavMid .hoverInset .linkTo:hover {
    color: #099BD7 !important;
}

.linkTo:before {
    content: ">";
    margin-right: 8px;
}

.cornerBlo {
    width: 8px;
    height: 12px;
    background: #7CBCFD;
    margin-right: 13px;
}

.indexClass {
    /*font-size: 14px!important;
    font-weight: normal!important;
    line-height: 27px!important;
    letter-spacing: 0!important;*/
}

.midAuto {
    width: 1200px;
    margin: 0 auto;
}

.justcontentCenter {
    display: flex;
    justify-content: center;
}


.con_title {
    font-family: "微软雅黑";
    font-size: 23px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #454646;
    margin-top: -13px;
}

.con_title2 {
    font-family: "微软雅黑";
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #454646;
}

.con_img {
    position: relative;
    bottom: 30px;
}

.upImg {
    width: 148px;
    height: 148px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #dedede;
    border-radius: 5px;
    margin-right: 14px;
    position: relative;
    cursor: pointer;
}

.coverDel {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: opacity ease-in-out 0.3s;
    opacity: 0;
}

.upImg:hover .coverDel {
    opacity: 1;
}

.impt_three:hover {
    color: #42a2e5;
}

.ourAd_2:hover {
    color: #42a2e5;
}

.newsOne11_content:hover {
    color: #42a2e5;
}

.newsShow.mainT.dateStyle:hover {
    color: #42a2e5;
}

.footCont:hover {
    color: white;
}

/* .caseimg2cont1.mainT:hover{
color:#42a2e5;
} */
.a1 {
    overflow: hidden;
}

.bigger {
    transition: transform 1s;
}

.bigger:hover {
    transform: scale(1.3, 1.3);
}
