.about{
    width: 1200px;
    height: auto;
    margin: auto;
    overflow: hidden;
}
.about_main{
    width: 1200px;
    height: auto;
    margin: auto;
    overflow: hidden;
    margin-top: 3%;
}
.about_img{
    width: 100%;
    height: 280px;
    background: url(../image/aboutbg.jpg) center 0 no-repeat;
    background-size: 100%;
	background-attachment: fixed;
    overflow: hidden;

}
.about_img img{
    width: 100%;
    height: 440px;
}
.about_tit{
    width:  auto;
    height: 60px;
    line-height: 60px;
    font-size: 30px;
    text-align: center;
    color: #000000;
    padding-top: 50px;
    margin: auto;
    font-weight: bold;
	position: relative;
}
.about_tit b{
	position: absolute;
    opacity: 0.15;
    margin-top: -20px;
    width: 100%;
    left: 0;
}
.about_tit1{
    width: 1138px;
    height: auto;
    overflow: hidden;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    color: #000000;
    padding: 30px;
    border: 1px dashed #ddd;
    margin-top: 35px;
	border-radius: 5px;
}

.about_button{
	width: 100%;
    height: 100px;
    line-height: 100px;
    padding-bottom: 80px;
    text-align: center;
}
.about_button a{
    padding: 19px 35px;
    background: #dce2f4;
    border-radius: 45px;
    font-size: 16px;
    font-weight: 100;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.about_button a:hover{
    background: #bfc9eb;
    font-size: 16px;
    color: #9b4ae0;
    font-weight: 100;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.about1{
    width: 47.5%;
    height: auto;
    margin: auto;
    float: left;
    overflow: hidden;
    margin-right: 5%;
    margin-bottom: 5%;
}
.about1:nth-child(2n+2) {
    margin-right: 0;
}
.about1_tit{
    width: 100%;
    height: 80px;
    line-height: 80px;
    font-size: 18px;
    text-align: center;
    color: #000000;
    margin: auto;
    position: relative;
    font-weight: bold;
}
.about1_tit b{
	position: absolute;
    opacity: 0.1;
    margin-top: -12px;
    width: 100%;
    left: 0;
}
.about1_tit1{
    width: 94%;
    height: auto;
    line-height: 23px;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    color: #666;
    background: aliceblue;
    padding: 3%;
    border-radius: 5px;
}
.about1_main{
    width: 100%;
    height: auto;
    margin: auto;
    color: #fff;
    font-size: 18px;
    font-weight: 100;
    text-align: center;
}
.about1_main img{
    width: auto;
    height: 280px;
    margin: auto;
    color: #fff;
    object-fit: cover;
}
.sy_container5{
	width: 1200px;
    height: auto;
    margin: auto;
    overflow: hidden;
    background: url(../image/go.jpg)#f9f9f9;
    border-radius: 80px;
}

.sy_main5_main{
    width: 90%;
    height: 200px;
    margin: auto;
}

.sy_container5_left{
    width: auto;
    height:200px;
    line-height: 200px;
    font-size: 30px;
    font-weight: 100;
    text-align: center;
    float: left;
	-webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.sy_container5_left:hover{
	font-size: 35px; 
	-webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.sy_container5_right{
    width: auto;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    text-align: center;
    float: right;
    padding-left: 25px;
    padding-right: 25px;
	-webkit-transition: all .3s ease;
    transition: all .3s ease;
    background-image: -moz-linear-gradient(180deg, #57e1ff 0%, #7fbbff 100%);
	background-image: -webkit-linear-gradient(180deg, #57e1ff 0%, #7fbbff 100%);
	background-image: -ms-linear-gradient(180deg, #57e1ff 0%, #7fbbff 100%);
    margin-top: 70px;
	border-radius: 2px;
}
.sy_container5_right:hover{
	-webkit-transition: all .3s ease;
    transition: all .3s ease;
	font-size: 20px;
	background-image: -moz-linear-gradient(180deg, #46dbfb 0%, #72b2fb 100%);
    background-image: -webkit-linear-gradient(180deg, #46dbfb 0%, #72b2fb 100%);
    background-image: -ms-linear-gradient(180deg, #46dbfb 0%, #72b2fb 100%);
}