* {
    margin: 0;
    padding: 0;
    font-family: "microsoft yahei";
    transition: all 0.2s;
}
img {
    border: none;
}
a {
    text-decoration: none;
    font-weight: lighter;
}
ol, ul {
    list-style: none;
}
div {
    display: block;
}
body {font-size: 14px;background-color: #062d32;}
body,a {color: rgba(69,212,125,1.00) !important; transition: all 0.5s;}
a:hover {text-decoration: none;}
.blank {height: 40px;}
.pct100 {width: 100%;}
.rounded {border-radius: 10px !important;}
.footer {background: url("/img/bottom.jpg") bottom no-repeat #062d32; background-size: contain;height: 231px;}

.nav li {float: left; list-style: none; margin-right: 30px;}
.img {width: 100%; margin: 25px 0;}
.img:hover {transform: scale(1.03)}
.img-list li { margin-bottom: 15px; overflow: hidden;}
.img-item div {}

.top-menu a {
    color:white !important;
    

}
.nav a,.top-menu a {
    padding-bottom: 4px;

}
.nav a:hover,.top-menu a:hover {
    border-bottom: 2px solid white; 
    transition: none !important;
}

.common_box h3 {
    color: #081232;
    font-weight: normal;
    font-size: 42px;
    padding-top: 80px;
    padding-bottom: 60px;
    text-align: center;
}
.w1200 {width: 1200px;
    margin: 0 auto;
    position: relative;
}
.case_box {
    background: url(/img/case_bg.jpg) no-repeat center top #062d32;
    height: 934px;
}
.case_box .category ul {
    padding-left: 50px;
    padding-bottom: 40px;
    display: block;
    height: auto;
    overflow: hidden;
}
.case_box .category ul li {
    float: left;
    font-size: 20px;
    text-align: center;
    width: 215px;
    height: 58px;
    line-height: 58px;
    color: #939aac;
    border-radius: 5px;
    cursor: pointer;
}
.case_box .category ul li.active {
    color: #fff;
    background: #4f77fc;
}
.case_box .content {
    padding-left: 50px;
}
.case_box .content .cont {
    height: 650px;
    display: none;
}
.case_box .content .cont.active {
    display: block;
    
}
.case_box .content .cont img.bg {
    position: absolute;border: 1px solid #E3E3E3;
    right: 0;
    top: 0;
}
.case_box .content .cont .info {
    position: absolute;
    width: 520px;
    height: 340px;
    background: #fff;
    box-shadow: 0px 0px 70px rgba(157, 179, 208, 0.4);
    left: 0;
    top: 120px;
    padding: 50px 40px 0;
    border-radius: 10px;
}
.case_box .content .cont .info .title .logo {
    float: left;
    padding-right: 25px;
}
.case_box .content .cont .info .title:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    clear: both;
}
.case_box .content .cont .info .title h4 {
    float: left;
    padding-top: 30px;
    font-size: 24px;
    color: #081232;
}
.case_box .content .cont .info p {
    font-size: 16px;
    line-height: 32px;
    padding-top: 30px;
    color: #828b9f;
}
.txt-white {color:white !important;}

.txt-center {text-align:center;}


.common-tab,.logo {
    height: 125px;
}

.common-tab {
    background-color: rgba(0,0,0,0.84);
    line-height: 125px;
}
.logo {
    background: url(/images/logo.png) no-repeat center;
    background-size: contain;
}
.top-menu li {
    float: left;
    margin-left: 50px;
}

.fs-A {
    font-size: 16px !important;
    color: aquamarine !important;
}



.fs-A:hover,.nav a:hover,.top-menu a:hover {
    font-weight: bold;
}

.indent-A {
    text-indent: 32px !important;
}

.p-A {
    line-height: 32px;
    text-align: justify;
}
.p-A,.p-A:hover {
    font-weight: lighter;
}

.navigation {
    
    padding-top: 35px;
    line-height: 35px;
}

.w100 {
    width: 100%;
}

.width-blank {
    display: inline-block;
    width: 25px;
}
.mid-blank {
    display: inline-block;
    width: 15px;
}
.blank-25 {
    height: 25px;
    opacity: 0;
}
a.link-white {
    color: rgba(255,255,255,1.00) !important;
}
.transparent {
    opacity: 0;
}

.hidden {
    display: none;
}




@media screen and (min-width:1921px) {
    a {font-size: 16px;}
    h4 {font-size: 30px !important;}
    .fs-A {font-size: 20px !important;}
    .indent-A {text-indent: 40px !important;}
    .img {height: 300px;}
    .hd {display: none;}
}
@media screen and (min-width: 1200px) {
  .img screen and {height: 230px;} 
    .hd {display: none;}
}

@media screen and (min-width: 992px) {
  .img {height: 200px;}
    .hd {display: none;}
}

@media screen and (min-width: 768px) {
    .img {height: 220px;}
    .hd {display: none;}
}
@media screen and (max-width:767px) {
    body {font-size: 12px !important;}
    .hd-sm {display: none;}
    .sm-lookin {width: 95%; margin: 15px auto; padding: 20px; background-color: white;}
    .sm-lookin .title .logo, .sm-lookin .title h4 {float: left;line-height: 100px; color: #333;}
    .sm-lookin p {clear: both; color: #999; }
    #contact h4 {color: rgba(163,221,131,1.00);}
    .footer {height: 130px;}
    .blank {height: 10px !important;}
    .img {height: 220px;}
    .common-tab,.logo {
        height: 95px;
    }

    .common-tab {
        line-height: 95px;
    }
}

