﻿.sy-div {
width:100%;
height:500px;
background-image:url('/images/index//nc1.jpg?v=1.0') ;
background-repeat:no-repeat;
background-size:cover;
position:relative;
}
    .sy-div p {
        position: absolute;
        font-size: 48px;
        font-family: cursive;
        font-weight: 800;
        top: 248px;
        right: 100px;
        color: white;
        overflow: hidden;
        
    }

.ptitle {
height:80px;
line-height:80px;
font-size:28px;
color:#1ca3f2;
font-weight:600;
text-align:left;
margin:0;
padding:0;
}

.sy-div2 {
    width: 100%;
    height: 300px;
    overflow: hidden;
}
.sy-div2 .img2 {
    width: 38%;
    height: 300px;
    background-image: url('/images/index//nc2.jpg?v=1.0');
    background-repeat: no-repeat;
    background-size: cover;
    float:left;
   
}
.sy-div2 .gstext {
width:60%;
height:300px;
color:#666;
font-size:18px;
float:right;

}
    .sy-div2 .gstext p {
    text-align:left;
    }