.dsgyBanner{
    width: 100%;
    height:600px;
    background:url(/images/dsgypc.jpg) no-repeat center;
}
.dsgyQuote{
    width: 100%;
    height:471px;
    background: url(../images/dsgy_02.jpg)no-repeat center;
    position: relative;
}
.dsgyQuote .dsgyBox{
    position: absolute;
    width: 1200px;
    height:180px;
  
    left:50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
            top:197px;
}
.dsgyQuote-left{
    width: 300px;
    height:180px;
    float: left;
    margin-right:10px;
}
.dsgyQuote-left .js_num{
  font-size: 67px;
  color: #113e93;
   margin-top:45px;
}
.dsgyQuote-left .js_num span{
    font-weight: 800;
    display: block;
    float: left;
    width: 70px;
    height: 74px;
    text-align: center;
    margin-left:18px;
}
.dsgyQuote-left .js_num span:first-child{
    margin-left:26px;
}
.dsgyQuote-center{
    width: 580px;
    height:180px;
    float: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding:20px;
}
.dsgyForm-left{
    float: left;
    width: 350px;

}
.dsgyForm-left input[type='text']{
    width: 350px;
	height: 65px;
    border: solid 1px #333333;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left:20px;
    font-size: 18px;
}
.dsgyForm-left input[type='text']::-webkit-input-placeholder{
    color: #000000;
	opacity: 0.6;
}
.dsgyForm-left input[type='text']:-ms-input-placeholder{
    color: #000000;
	opacity: 0.6;
}
.dsgyForm-left input[type='text']::-ms-input-placeholder{
    color: #000000;
	opacity: 0.6;
}
.dsgyForm-left input[type='text']::placeholder{
    color: #000000;
	opacity: 0.6;
}
.dsgyForm-left input[name='ch']{
  margin-bottom:10px;
}
.dsgyForm-Btn{
    width: 180px;
    height:140px;
    float:right;
}
.dsgyForm-Btn input[type='button']{
    width: 180px;
	height: 140px;
    background-color: #113e93;
    border:none;
    font-size: 30px;
    color:#fff;
    outline: #113e93;
}
.dsgyQuote-right{
    width: 300px;
    height:180px;
    float: right;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding:60px 45px 15px;
    
}
.dsgyQuoteBox{
    height:95px;
    overflow: hidden;
}
.dsgyQuote-right ul{
}
.dsgyQuote-right ul li{
    font-size: 14px;
    color: #666666;
}

.dsgy01{
    width: 100%;
    height:898px;
    background:url(../images/dsgy_03.jpg) no-repeat center;
}
.dsgy02{
    width: 100%;
    height:1070px;
    background:url(../images/dsgy_04.jpg) no-repeat center;
}
.dsgy03{
    width: 100%;
    height:1132px;
    background:url(../images/dsgy_05.jpg) no-repeat center;
}
.dsgy04{
    width: 100%;
    height:790px;
    background:url(../images/dsgy_06.jpg) no-repeat center;
}
.dsgy05{
    width: 100%;
    height:868px;
    background:url(../images/dsgy_07.jpg) no-repeat center;
}
.dsgy06{
    width: 100%;
    height:757px;
    background:url(../images/dsgy_08.jpg) no-repeat center;
}

.dsgyFooter{
    width: 100%;
    height:200px;
    background:url(../images/dsgy_09.jpg) no-repeat center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-top:25px;
}
.dsgyFooter form{
    width:1200px;
    height:50px;
    margin:0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left:360px;
}
.dsgyFooter form input[type='text']{
    width: 300px;
	height: 50px;
    border: solid 1px #333333;
    float: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
            margin-right:15px;
            padding-left:20px;
            font-size: 18px;
}
.dsgyFooter form input[type='button']{
    width: 180px;
	height: 50px;
    background-color: #113e93;
    font-size: 30px;
    color:#fff;
    outline: #113e93;
    border:none;
}