@charset "utf-8";

* {
    padding: 0;
    margin: 0;
}

.clear::after {
    content: "";
    display: block;
    clear: both;
}

.clear {
    zoom: 1
}

.tou{
    width: 100%;
    height: 200px;
    position: relative;

}
.tou1{
    width: 440px;
    height: 200px;
    left: 20%;
    position: absolute;
}

.tou2{
    width: 400px;
    height: 200px;
    list-style: none;
    position: absolute;
    right: 20%;

}

/* 头部 */
.war {
    width: 100%;
    height: 720px;
    background-image: url(http://sycdn.jszvr.com/SYJJ-banner1.3.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;

   
}
.navbar{
    display: none;
}
.navbar-header {
    margin-top: 10px;
}

.navbar-header img {
    margin-left: 40px;
}
.t1 {
    float: right;
}

.container-fluid>.navbar-collapse,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container>.navbar-header {
    margin-right: -10px;
    margin-left: -40px;
}

.navbar-nav>li>a {
    color: white;
    text-decoration: none;
}

.navbar-toggle {
    background-color: white;
    margin-top: 20px;
}

.icon-bar {
    background-color: black;
}

.row3 {
    text-align: center;
    margin-top: 50px;
}

.row3 span {
    text-align: center;
    font-size: 36px;
    color: white;
    font-weight: bold;
}

.box p {
    font-size: 48px;
    color: white;
    font-weight: bold;
}

.box img{
    width: 60%;
}
.box span {
    font-size: 72px;
    color: #f1501a;
    font-family: 微軟正黑體;
}

.box1 p {
    font-size: 24px;
    color: white;
}

.box1 a {
    color: white;
}

.row {
    text-align: center;
}

.row p {
    margin-top: 10px;
}

.row1 span {
    text-align: center;
    font-size: 38px;
    font-weight: bold;
    color: black;
}

.row1 span::after {
    display: block;
    content: "";
    width: 60px;
    height: 4px;
    background:linear-gradient(to right, #6a12cc, #2674fc);
    margin: 0 auto;
    margin-top: 10px;
}

.row1 p {
    color: rgb(102, 102, 102);
    margin-top: 10px;
}

.o {
    font-family: 微软雅黑;
    font-size: 20px;
}

.row1 {
    height: 150px;
}
.wen3{
    font-size: 18px;
    color: white;
    font-weight: bold;
    background-color: transparent;
    padding: 6px 36px 6px 36px;
    border-radius: 24px;
    border: white solid 2px;
}
.di{
    text-align: center;
    background-image: url(http://sycdn.jszvr.com/SYJJ-banner1.4.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-color: #222222;
    color: white;
    /* background-image: url(../picture/联系我们.jpg);
    background-repeat: no-repeat;
    background-size: 100% 534px; */
}
.di img{
    width: 16%;
    
}
.di p{
    font-size: 30px;
    font-weight: bold;
}
.di a{

    color: white;
    
}
.wz p{
    font-size: 28px;
}
.wz1 p{
    font-size: 24px;
}
.kg{
    height: 150px;
}
.kg2{
    height: 30px;
}

@media(max-width:768px) {
    .active {
        background-color: red;
    }

    .t1 {
        width: 100%;
    }
}

@media(max-width: 992px) and (min-width: 800px) {
    .container2 {
        width: 768px;
    }
}
/* 手机端 */
@media(max-width: 768px) and (min-width: 0px) {
    .container1 p span {
        font-size: 20px;
    }

    .war {
        width: 100%;
        height: 420px;
        background: linear-gradient(to right, #6a12cc, #2674fc);
    }

    .row1 {
        height: 120px;
    }
    .row3 {
        text-align: center;
        margin-top: 30px;
    }
    .row3 span{
        font-size: 32px;
    }
    .navbar-header img {
        margin-left: 40px;
        margin-top: 10px;
    }
    .box img{
        width:80%;
    }
    .box p {
        font-size: 48px;
        color: white;
        font-weight: bold;
    }
    
    .box span {
        font-size: 72px;
        color: #f1501a;
        font-family: 微軟正黑體;
    }
    
    .box1 p {
        font-size: 18px;
        color: white;
    }
    
    .box1 a {
        color: white;
    }
    .di{
        text-align: center;
        background: linear-gradient(to right, #6a12cc, #2674fc);
        color: white;
        /* background-image: url(../picture/联系我们.jpg);
        background-repeat: no-repeat;
        background-size: 100% 534px; */
    }
    .di img{
        max-width: 40%;
        width: 40%;
        
    }
    .di p{
        font-size: 30px;
        font-weight: bold;
    }
    .di a{
        font-size: 18px;
        color: white;
        
    }
    .di p span{
        font-size: 18px;
        font-weight: bold;
    }
    .container{
        display: block;
    }
    .col-xs-12 {
        width: 50%;
        margin-bottom: 20px;
    }
    .wz p{
        font-size: 18px;
    }
    .wz1 p{
        font-size: 16px;
    }
    .navbar{
        display: block;
    }
    .kg{
        height: 50px;
    }
    .kg2{
        height: 6px;
    }
    .tou{
        display: none;
    }
}