* {
    margin: 0;
    padding: 0;
}

ul,
li {
    list-style: none;
}

a {
    color: #333333;
    text-decoration: none;
}

body {
    font-family: "Microsoft Yahei";
    font-size: 16px;
    color: #333333;
    background:url(../images/bg.jpg) no-repeat center top;
}

.banner {
    width: 100%;
    height: 750px;
}

.content{
	width: 1200px;
	height: auto;
	overflow:hidden;
	margin:30px auto;
}

.ggsk{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 30px;
    position: relative;
    margin-bottom: 30px;
}

.flash-bg{
    position: absolute;
    left: 0;
    top: 0;
    width: 500px;
    height: 340px;
    background: #ff2222;
}

.tit{
    width: 100%;
    height: 70px;
    background: url('../images/tit-bg.png') no-repeat center center;
    line-height: 70px;
    font-size: 42px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

.flash {
    float: left;
    width: 580px;
    height: 387px;
    margin-left: 10px;
    margin-top: 10px;
}

.out-img {
    position: relative;
    width: 580px;
    height: 387px;
    overflow: hidden;
}

.out-img .img {
    width: 50000px;
    position: absolute;
    left: 0;
    top: 0;
}

.out-img .img li {
    width: 580px;
    float: left;
    position: relative;
}

.out-img .img li p {
    position: absolute;
    left: 0;
    bottom: 5px;
    height: 50px;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    color: #ffffff;
    text-indent: 10px;
    line-height: 50px;
}

.out-img .num {
    width: 100%;
    position: absolute;
    text-align: right;
    left: 0;
    bottom: 20px;
    font-size: 0;
}

.out-img .num li {
    width: 10px;
    height: 10px;
    background-color: #ffffff;
    border-radius: 50%;
    margin: 0 5px;
    display: inline-block;
    cursor: pointer;
}

.out-img .num li.on {
    background-color: #e01428;
}

.out-img .btn {
    position: absolute;
    width: 30px;
    height: 50px;
    top: 50%;
    margin-top: -25px;
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    font-size: 30px;
    line-height: 50px;
    font-family: "å®‹ä½“";
    text-align: center;
    cursor: pointer;
    display: none;
}

.out-img:hover .btn {
    display: block;
}

.out-img .btn-l {
    left: 0;
}

.out-img .btn-r {
    right: 0;
}

.news{
    float: right;
    width: 540px;
    height: 380px;
    line-height: 44px;
    font-size: 18px;
}

.news ul li{
    width: 100%;
    height: 44px;
    line-height: 44px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: url('../images/li-bg.png') no-repeat left center;
    text-indent: 35px;
}

.news ul li a:hover{
    color: #e50120;
}

.zjjm{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 20px;
}

.rx-pro{
    width: 100%;
    height: auto;
    overflow: hidden;
}

.tit-1{
    width: 100%;
    height: 55px;
    background: url('../images/tit-bg1.png') no-repeat center left;
    line-height: 55px;
    font-size:36px;
    color: #e50120;
    font-weight: bold;
    text-indent: 20px;
}

.pro-cs{
    float: left;
    width: 900px;
    height: 290px;
    border: 2px solid #e50120;
    display: none;
}

.pro-cs-show{
    display: block;
}

.pro-cs img{
    float: left;
    height: 290px;
}

.pro-cs table{
    width:380px;
    margin-right: 50px;
    margin-top: 20px;
    float: right;
    line-height: 40px;
    border-collapse: collapse;
    background: url('../images/table-bg.png') repeat-y center top;
}

.pro-cs table td{
    border-bottom: 1px  solid #fff;
    text-align: center;
    
}

.pro-cs table td:nth-child(2n+1){
    border-right: 1px  solid #fff;
   text-align: center; 
}

.pri-cs2 img{ 
    float: right;
}

.rx-pro{
    margin-top: 20px;
}

.rx-pro ul{
    width: 256px;
    height: auto;
    overflow: hidden;
    float: right;
}

.rx-pro ul li{
    width: 256px;
    height: 76px;
    background: url('../images/li-tit.png') no-repeat center center;
    font-size: 32px;
    line-height: 68px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    margin-bottom: 33px;
    cursor: pointer;
}

.rx-pro ul li.on{
    background: url('../images/li-on.png') no-repeat center center;
}

.sc-cont{
    position: relative;
    width: 100%;
    height: 344px;
    overflow: hidden;
}
.sc-words{
    float: left;
    width: 521px;
    height: 288px;
    background: url('../images/bz-bg.png') no-repeat center left;
    padding: 20px 130px 20px 20px;
    box-sizing: border-box;
    font-size: 18px;
    line-height: 36px;
    margin-top: 30px;
}

.sc-words a{
    color: #e50120;
}

.sc-words p{
    background: url('../images/icon.png') no-repeat left 7px;
    text-indent: 30px;
}

.sc-imgs{
    position: absolute;
    right: 0;
    width: 810px;
    height: 344px;
}

.img-1{
    position: absolute;
    left: 0;
    bottom: 0;
}

.img-2{
    position: absolute;
    left: 116px;
    top: 0;
}

.img-3{
    position: absolute;
    left: 232px;
    bottom: 0;
}

.img-4{
    position: absolute;
    left: 349px;
    top: 0;
}

.img-5{
    position: absolute;
    left: 466px;
    bottom: 0;
}

.img-6{
    position: absolute;
    left: 582px;
    top: 0;
}

.scbz{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 20px;
}

.user{
    position: relative;
    width: 100%;
    height: 295px;
    overflow: hidden;
    margin-top: 30px;
}

.user-img{
    width: 460px;
    height: 245px;
    position: absolute;
    left: 0;
    top: 0;
    background: url('../images/user-bg.png') no-repeat left top;
    padding: 10px 0 0 10px;
    box-sizing: border-box;
    z-index: 999;
}

.user-words{
    width: 1118px;
    height: 178px;
    position: absolute;
    right: 0;
    bottom: 0;
    background: url('../images/user-bg1.png') no-repeat right bottom;
    font-size: 24px;
    line-height: 40px;
    z-index: 99;
}

.user-words p{
    position: absolute;
    right: 60px;
    top: 10px;
    width: 620px;
    height: 140px;
}

.user-table{
    position: absolute;
    right: 0;
    top: 0;
    width: 720px;
    height: 100px;
    line-height: 50px;
    font-size: 18px;
}

.user-table li{
    width: 50%;
    float: left;
    position: relative;
    text-indent: 8px;
}

.user-table li span{
    color: #e50120;
    font-weight: bold;

}

.user-table li span::before{
    position: absolute;
    content: "";
    left: 0;
    width: 3px;
    height: 20px;
    border-left: 3px solid #e50120;
    top: 50%;
    margin-top: -10px;
    display: inline-block;
    margin-right: 20px;
}

.user-img1{
    width: 460px;
    height: 245px;
    position: absolute;
    right: 0;
    top: 0;
    background: url('../images/user-bg.png') no-repeat right top;
    padding: 10px 10px 0 0;
    box-sizing: border-box;
    z-index: 999;
}

.user-words1{
    width: 1118px;
    height: 178px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: url('../images/user-bg2.png') no-repeat right bottom;
    font-size: 24px;
    line-height: 40px;
    z-index: 99;
}

.user-words1 p{
    position: absolute;
    left: 60px;
    top: 10px;
    width: 620px;
    height: 140px;
}

.user-table1{
    position: absolute;
    left: 0;
    top: 0;
    width: 720px;
    height: 100px;
    line-height: 50px;
    font-size: 18px;
}

.user-table1 li{
    width: 50%;
    float: left;
    position: relative;
    text-indent: 8px;
}

.user-table1 li span{
    color: #e50120;
    font-weight: bold;

}

.user-table1 li span::before{
    position: absolute;
    content: "";
    left: 0;
    width: 3px;
    height: 20px;
    border-left: 3px solid #e50120;
    top: 50%;
    margin-top: -10px;
    display: inline-block;
    margin-right: 20px;
}

.pro-lists{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 20px;
}

.pro-lists ul{
    overflow: hidden;
    margin-right: -26.7px;
}

.pro-lists ul li{
    width: 280px;
    height: 230px;
    float: left;
    margin-right: calc(80px / 3);
    text-align: center;
    line-height: 40px;
}

.pro-lists ul li img{
    display: block;
}

/*反馈表单*/
.zx-form {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding:40px 20px;
    border: 3px solid #e50120;
    box-sizing: border-box;
    margin: 0 auto;
    margin-top: 20px;

}

.zx-form .form-li {
    float: left;
    width: 450px;
    height: auto;
    overflow: hidden;
}
.zx-form .form-li div {
    width: 450px;
    height: auto;
    overflow: hidden;
    margin-bottom: 15px;
}
.zx-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;
}
.zx-form .form-li div span.icon-name {
    background-position: 0 0;
}
.zx-form .form-li div span.icon-add {
    background-position: 0 -38px;
}
.form-li div span.icon-tel {
    background-position: 0 -76px;
}
.zx-form .form-li div span.icon-code {
    background-position: 0 -114px;
}
.zx-form .form-li div input {
    float: left;
    width: 410px;
    height: 40px;
    border: 1px solid #e3e3e3;
    border-left: 0 none;
    padding: 0 5px;
    box-sizing: border-box;
    outline: none;
    color: #666666;
}
.zx-form .form-li div input.yzm {
    width: 290px;
}
.zx-form .form-li div img {
    width: 100px;
    height: 40px;
    float: right;
}
.zx-form .form-message {
    float: right;
    width: 520px;
    height: auto;
    overflow: hidden;
}
.zx-form .form-message p {
    width: 480px;
    height: 30px;
}
.zx-form .form-message textarea {
    line-height: 24px;
    border: 1px solid #e3e3e3;
    padding: 10px;
    font-family: "Microsoft Yahei";
    outline: none;
    width: 100%;
    height: 175px;
    box-sizing: border-box;
}
.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 p{ 
    width: 100%;
    height: auto;
    font: normal 14px/30px "微软雅黑";
    text-align: center;
    margin: 0 auto; 
    color:#333;
    margin-top: 30px;
    overflow: hidden;
}