* {
    margin: 0;
    padding: 0;
}

ul,
li {
    list-style: none;
}

a {
    text-decoration: none;
}

img {
    border: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}



.box {
    width: 1000px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}

.banner {
    width: 100%;
    height: 550px;
    overflow: hidden;
}

.con1 {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 10px;
	clear:both;
}

.awards {
    width: 530px;
    height: 560px;
    background: url(../images/aw-bg.png) no-repeat center center;
    padding: 50px 35px 20px 25px;
    box-sizing: border-box;
}

.awards h2 {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    font-weight: 700;
    color: #9d27c6;
}

.awards p {
    width: 100%;
    height: auto;
    overflow: hidden;
    line-height: 26px;
}

.awards p a {
    color: #04c3f6;
}

.sound {
    width: 420px;
    height: 470px;
    overflow: hidden;
    background: url(../images/sound-bg.png) no-repeat center center;
    line-height: 26px;
    padding: 80px 0 20px 20px;
}

.sound p {
    width: 420px;
    height: 470px;
    overflow:auto;   
}

.sound p::-webkit-scrollbar{
    width:6px;
}


.sound p::-webkit-scrollbar-track{
    background-color:#e6c6f5;
}

.sound p::-webkit-scrollbar-thumb{
    background-color:#6927bf;
    border-radius: 2px;
}

.rw-one {
    width: 1000px;
    height: 250px;
    overflow: hidden;
    background: url(../images/one-bg.png) no-repeat bottom right;
    margin-bottom: 15px;
}

.rw-two {
    width: 1000px;
    height: 250px;
    overflow: hidden;
    background: url(../images/two-bg.png) no-repeat bottom left;
    margin-bottom: 15px;
}

.rw-one img {
    float: left;
}

.rw-two img {
    float: right;
}

.rw-right {
    width: 580px;
    height: 200px;
    margin: 30px 10px 20px 10px;
}

.rw-right h2 {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    font-weight: bold;
    color: #fbb716;
}

.rw-right p {
    width: 100%;
    overflow: hidden;
    height: 96px;
    line-height: 24px;
    margin-bottom: 10px;
}

.rw-right p.dh {
    width: 100%;
    height: 48px;
    overflow: hidden;
    padding: 6px 0;
    text-indent: 50px;
    background: url(../images/dh.png) no-repeat center center;
    line-height: 24px;
}

.rw-right p.dh a {
    color: #04c3f6;
}

.cx {
    width: 1000px;
    height: auto;
    overflow: hidden;
    background: url(../images/cs-bg.png) no-repeat top right;
}

.cx-cs {
    width: 1000px;
    height: 320px;
    overflow: hidden;
}

.cx-cs img {
    float: left;
    width: 480px;
    height: 320px;
    margin-left: 20px;
}

.cx-cs .cx-table {
    float: left;
    width: 480px;
    height: 320px;
    margin-left: 10px;
}

.cx-cs .cx-table h2 {
    width: 480px;
    height: 50px;
    margin-top: 10px;
    line-height: 50px;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
}

.cx-cs .cx-table p {
    width: 480px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #ff8300;
    text-align: center;
}

.cx-cs .cx-table table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #e3e3e3;
    font-size: 12px;
}

.cx-cs .cx-table table td {
    height: 30px;
    line-height: 30px;
    border: 1px solid #e3e3e3;
    padding-left: 5px;
}

.tab-box {
    width: 1000px;
    height: 180px;
    overflow: hidden;
    padding-left: 130px;
    margin-top: 20px;
}

.tab-box ul li {
    width: 128px;
    height: 80px;
    padding: 35px 0;
    text-align: center;
    font-size: 24px;
    color: #ffffff;
    margin-left: 70px;
    float: left;
    line-height: 40px;
    background: url(../images/tab-libg.png) no-repeat center center;
    cursor: pointer;
}

.tab-box ul li.on {
    background: url(../images/tab-liion.png) no-repeat center center;
}

.tab-content {
    width: 1000px;
    height: auto;
    overflow: hidden;
    margin-top: 10px;
    display: none;
}

.tab-show {
    display: block;
}

.tab-top {
    width: 1000px;
    height: auto;
    overflow: hidden;
}

.tab-top img {
    float: left;
    width: 360px;
    height: 240px;
}

.tab-right {
    float: right;
    width: 620px;
    height: 240px;
}

.tab-tit {
    width: 100%;
    height: 38px;
    line-height: 38px;
    border-bottom: 2px solid #e3e3e3;
    position: relative;
    font-size: 24px;
    color: #ffb21e;
}

.tab-tit span {
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 150px;
    height: 2px;
    background-color: #c152e8;
}

.tab-right h2 {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
}

.tab-right p {
    width: 100%;
    height: 160px;
    line-height: 26px;
    overflow: hidden;
    color: #999999;
}

.tab-right a {
    color: #04c3f6;
}

.tab-four {
    width: 1000px;
    height: 190px;
    overflow: hidden;
    margin-top: 15px;
}

.tab-four ul li {
    width: 230px;
    height: 190px;
    float: left;
    margin-left: 16px;
}

.tab-four ul li p {
    width: 230px;
    height: 37px;
    line-height: 37px;
    overflow: hidden;
    text-align: center
}





.tab-box1 {
    width: 1000px;
    height: 180px;
    overflow: hidden;
    padding-left: 130px;
    margin-top: 20px;
}

.tab-box1 ul li {
    width: 128px;
    height: 80px;
    padding: 35px 0;
    text-align: center;
    font-size: 24px;
    color: #ffffff;
    margin-left: 70px;
    float: left;
    line-height: 40px;
    background: url(../images/tab-libg.png) no-repeat center center;
    cursor: pointer;
}

.tab-box1 ul li.on1 {
    background: url(../images/tab-liion.png) no-repeat center center;
}

.tab-content1 {
    width: 1000px;
    height: auto;
    overflow: hidden;
    margin-top: 10px;
    display: none;
}

.tab-show1 {
    display: block;
}



.con-rel {
    width: 320px;
    height: auto;
    overflow: hidden;
    float: left;
    box-sizing: border-box;
}

.con-rel-tit {
    width: 300px;
    margin: 0 auto;
    height: 40px;
    line-height: 40px;
    font-size: 24px;
    font-weight: bold;
    color: #ffb320;
}

.rel-box {
    width: 300px;
    height: 357px;
    overflow: hidden;
    padding: 9px;
    margin-top: 10px;
    margin-bottom: 20px;
    border: 1px solid #dddede;
}

.rel-box ul li {
    width: 100%;
    height: 28px;
    line-height: 28px;
    background: url(../images/icon.jpg) no-repeat center left;
    text-indent: 10px;
}

.rel-box ul li a {
    color: #666666;
}

.rel-box>a {
    display: block;
    margin-top: 15px;
}

.rel-box p {
    width: 280px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.rel-box a p {
    color: #333333;
}

.rel-box a img {
    display: block;
    margin: 0 auto;
}


.zs-form .form-li {
    width: 300px;
    height: auto;
    overflow: hidden;
}

.zs-form .form-li div {
    width: 300px;
    height: auto;
    overflow: hidden;
    margin-bottom: 8px;
}

.zs-form .form-li div.form-lil {
    width: 300px;
}

.zs-form .form-li div.form-lir {
    width: 300px;
}

.zs-form .form-li div span {
    display: block;
    float: left;
    width: 38px;
    height: 38px;
    border: 1px solid #e3e3e3;
    background: url(../images/icon-4.png) no-repeat center center;
}

.zs-form .form-li div span.icon-name {
    background-position: 0 0;
}

.zs-form .form-li div span.icon-add {
    background-position: 0 -38px;
}

.zs-form .form-li div span.icon-tel {
    background-position: 0 -76px;
}

.zs-form .form-li div span.icon-code {
    background-position: 0 -114px;
}


.zs-form .form-li div input {
    float: left;
    width: 260px;
    height: 40px;
    border: 1px solid #e3e3e3;
    border-left: 0 none;
    padding: 0 5px;
    box-sizing: border-box;
    outline: none;
    color: #666666;
}

.zs-form .form-li div input.yzm {
    width: 130px;
}

.zs-form .form-li div img {
    width: 100px;
    height: 38px;
    float: right;
}

.zs-form .form-message {
    width: 300px;
    height: auto;
    overflow: hidden;
}

.zs-form .form-message p {
    height: 30px;
    line-height: 30px;
}

.zs-form .form-message textarea {
    line-height: 24px;
    border: 1px solid #e3e3e3;
    padding: 10px;
    font-family: "Microsoft Yahei";
    outline: none;
    width: 100%;
    height: 80px;
    box-sizing: border-box;
    color: #999999;
}

.form-btn {
    clear: both;
    width: 220px;
    margin: 0 auto;
    padding-top: 20px;
    height: auto;
    overflow: hidden;
}

.form-btn button {
    font-family: "Microsoft Yahei";
    width: 100px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    color: #ffffff;
    border: 0 none;
    cursor: pointer;
    display: block;
    float: left;
}

.form-btn button.submit {
    background-color: #ff8300;
    margin-right: 20px;
}

.form-btn button.reset {
    background-color: #999999;
}

.footer {
    width: 1000px;
    margin-top: 10px;
    text-align: center;
}

.footer p {
    line-height: 30px;
    color: #555;
}