.container {
    width: 1200px;
}
.container1 {
    width:800px;
    margin:0 auto;
    text-align:center;
}
.bossgoo_about_title h2 {
    text-align: center;
    /*background: #f9f9f9;*/
    margin: 0 auto;
    font-size: 220%;
    color: #ebb001;
    margin-bottom: 5px;
    width: 60%;
    font-weight:500;
}
.bossgoo_about_title p {
    font-size:16px;
    line-height:25px;
}
.qqmyt {
    font-size:34px;
    color:#ebb001;
    text-align:center;
    margin-top:35px;
    margin-bottom:35px;
}
.hwtg {
    width:1200px;
}
.hwtg ul {
    width:1200px;
    float:left;
}
.hwtg ul li {
    width:600px;
    float:left;
    height:130px;
}
.hwtg ul li:hover img {
     -webkit-transform: scale(1) rotateZ(360deg);
    -moz-transform: scale(1) rotateZ(360deg);
    -o-transform: scale(1) rotateZ(360deg);
    -ms-transform: scale(1) rotateZ(360deg);
    transform: scale(1) rotateZ(360deg);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.hwtg .hwtg_box {
    width:600px;
}
.hwtg_box_img {
    width:76px;
    height:76px;
}
.hwtg_box1 {
    width:500px;
    text-align:left;
    margin-left:20px;
}
.hwtg_box_title {
    width:500px;
    font-size:16px;
    color:#ffd800;
    margin-top:10px;
}
.hwtg_box_cont {
    width:500px;
    text-align:left;
}
.hwtgys {
    width:1200px;
}
.hwtgys ul {
    width:1200px;
    float:left;
}
.hwtgys ul li {
    float:left;
    width:200px;
    height:180px;
}
.hwtgys ul li:hover img {
    -webkit-transform: scale(1) rotateZ(360deg);
    -moz-transform: scale(1) rotateZ(360deg);
    -o-transform: scale(1) rotateZ(360deg);
    -ms-transform: scale(1) rotateZ(360deg);
    transform: scale(1) rotateZ(360deg);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.hwtgys_box {
    width:200px;
    height:180px;
}
.hwtgys_box_img {
    width:200px;
    height:76px;
    text-align:center;
}
.hwtgys_box_cont {
    width:200px;
    text-align:center;
    font-size:16px;
    height:25px;
    line-height:25px;
    margin-top:20px;
}