﻿body {
}
.navigation_top {
    background-color: #EEEEEE;
    height:30px;
}
/*大于768*/
@media screen and (min-width: 768px) {
    .navigation_top_a {
        width: 1170px;
        margin: 0 auto;
    }
    .navigation_box .navigation_nav {
        background: url(menubg.png) center center repeat-x;
    }

        .navigation_box .navigation_nav .pcmenu {
            width: 1170px;
            margin: 0 auto;
        }
}
/*小于415*/
@media screen and (max-width: 415px) {
    .navigation_top_a {
        /*width: 1170px;*/
        margin: 0 auto;
    }
    .navigation_nav {
        display: none;
    }
}
.navigation_top_a ul{
    line-height: 30px;
}
.navigation_top_li1{
    float:left;
}
    .navigation_top_li1 p {
        margin: 0px 10px;
    }
.navigation_top_li2 a {
    float: right;
    font-size: 12px;
    padding: 0px 15px 0px 45px;
    text-align: center;
    line-height: 30px;
    height: 30px;
    display: block;
}
.navigation_top_li2 {
    float: right;
}

.pctop_logo{
    width:66.66%;
}
.pctop_relation{
    width:33.33%;
}
.rightTopTel {
    background: url(tel.jpg) left center no-repeat;
    width: auto;
    height: 60px;
    padding-left: 60px;
    font-size: 14px;
    line-height: 20px;
    padding-top: 8px;
    margin-top: 20px;
    float: right;
}





.productBox{
    text-align:center;
}
.product_content img{
    width:100%;
    height:175px;
}
.product_title {
    margin: 50px 0px;
}
.home_aboutus {
    width: 100%;
    margin-top: 30px;
    padding-bottom: 30px;
    padding-top: 30px;
    background-image: url(aboutus.jpg);
    background-size: cover;
}

    .home_aboutus .title {
        margin-top: 10px;
        margin-bottom: 20px;
        color: #fff;
    }

.AboutUs_content p {
    color: #fff;
    white-space: pre-line;
}
.homeaboutus_img {
    padding-top: 60px;
    text-align: center;
}
.homeaboutus_img img{
    max-width:80% !important;
    border-radius:1000px;
}
.homeaboutus_title {
    text-align: left;
    line-height: 45px;
}
.news_title {
    margin: 50px 0px;
}
.news_img img{
    width:100%;
}
footer .footerLogo {
    background: #134DC3;
    padding-top: 20px;
    padding-bottom: 10px;
    text-align: center;
}
.footerLogo img {
    max-width: 80% !important;
}
footer .footerCopyright {
    padding-top: 190px;
    text-align: center;
    color: #fff;
    line-height: 26px;
}
footer .footerQR {
    text-align: center;
    color: #fff;
    line-height: 30px;
}
footer .footerQR img{
    max-width: 75% !important;
}
.news_img {
    text-align: center;
    margin-bottom: 20px;
}
.news_img_MORE {
    text-align: center;
    /* background-color: #eee; */
    background: rgba(19,77,195,0.4);
    height: 40px;
    display: block;
    /* margin-bottom: 20px; */
    position: absolute;
    bottom: 40px;
    width: 92.5%;
    margin-bottom: 20px;
}
    .news_img_MORE:hover {
        text-align: center;
        /* background-color: #eee; */
        background: rgba(19,77,195,0.9);
        height: 40px;
        display: block;
        /* margin-bottom: 20px; */
        position: absolute;
        bottom: 40px;
        width: 92.5%;
    }
    .news_img_MORE span {
        line-height: 40px;
        color: #fff;
    }
    .news_box {
        margin-bottom: 50px;
    }
.news_headline {
    width: 100%;
    border-bottom: 1px dashed #ccc;
    overflow: hidden;
    line-height: 40px;
    height: 40px;
    padding: 0px;
}
    .news_headline span {
        float: left;
        color:red;
    }
    .news_headline a {
        float:revert;
    }
        .news_headline a p {
            display: initial;
        }

.loginBox {
    width: 350px;
    position: absolute;
    z-index: 99999;
    right: 365px;
}
    .loginBox .tab {
        width: 100%;
    }
        .loginBox .tab .t2 {
            background: url(alpha.png);
            color: #fff;
            line-height: 50px;
        }
        .loginBox .tab .t1 {
            background: url();
            color: #fff;
            line-height: 50px;
        }
#tab1, #tab2 {
    background: url(alpha.png);
    border-radius: 0px 0px 3px 3px;
    overflow: hidden;
}
.loginBox .tab a {
    text-align: center;
    width: 50%;
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
    float: left;
    text-decoration: none;
}
.form-group {
    margin-bottom: 15px;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.loginBox input {
    background: rgba(255,255,255,0.1);
    border: 0;
    border-radius: 0;
    color: #fff;
}
.loginBox label {
    font-weight: normal;
    color: #fff;
}
.loginBox input {
    background: rgba(255,255,255,0.1);
    border: 0;
    border-radius: 0;
    color: #fff;
}
.loginBox label {
    font-weight: normal;
    color: #fff;
}
.loginBox input {
    background: rgba(255,255,255,0.1);
    border: 0;
    border-radius: 0;
    color: #fff;
}
.linkBox {
    text-align: center;
    background: #eee;
    line-height: 50px;
    margin-top: 20px;
}
.linkBox li{
    float:left;
}
