body {
    font-family: "黑体";
    background: url(../images/bg.png) top center no-repeat;
    font-size: 18px;
}

* {
    margin: 0;
    padding: 0;
}

ul,
li {
    list-style: none;
}

a {
    text-decoration: none;
}

a:hover {
    color: #5195d8;
}

img,
input {
    border: 0;
}

.width {
    width: 1200px;
    margin: 0 auto;
}

#head {
    width: 100%;

    overflow: hidden;
}

#head .logo {
    float: left;
    margin-top: 37px;
    margin-left: 65px;
}

#head .rt {
    width: 100%;
    text-align: right;
    padding-top: 30px;
    padding-bottom: 35px;
    overflow: hidden;
}

#head .rt img {
    margin-right: 100px;
}

#head .menu {
    height: 70px;
    position: relative;
    overflow: hidden;
}

#head .menu .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #59a7e5;
    opacity: 0.5;
}

#head .menu .list {
    width: 98%;
    position: absolute;
    z-index: 1;
    margin: 0 auto;
    left: 1%;
    top: 0;
}

#head .menu .list li {
    float: left;
}

#head .menu .list li a {
    width: 104px;
    display: block;
    padding: 0 37px;
    height: 52px;
    background-color: #fff;
    line-height: 52px;
    margin: 9px 9px;
    color: #000000;
    font-size: 26px;
    text-align: center;
}

#head .menu .list li a:hover {
    background-color: #d6f4ff;
    color: #006bc1;
}

#head .menu .list .active {
    background-color: #d6f4ff;
    color: #006bc1;
}

#search {
    background-color: #fff;
    overflow: hidden;
    margin-top: 10px;
    padding: 20px 0;
    height: 40px;
    line-height: 40px;

}

#search .date {
    float: left;
    padding-left: 12px;
}

#search .date img {
    float: left;
}

#search .date span {
    float: left;
    font-size: 18px;
    padding-left: 25px;
}

#search .search {
    float: right;
    width: 409px;
    height: 36px;
    background-color: #c9c9c9;
    margin-right: 10px;
    position: relative;
}

#search .search input {
    float: left;
    width: 83%;
    height: 34px;
    background-color: #fff;
    display: block;
    margin-left: 1px;
    margin-top: 1px;
    padding-left: 5px;
}

#search .search img {
    position: absolute;
    right: 6%;
    bottom: 7px;
}

#search .search img:hover {
    cursor: pointer;
}


#about {
    background-color: #fff;
    overflow: hidden;
}

#about .title {
    width: 100%;
    border-bottom: 1px solid #cccccc;
    height: 30px;
    line-height: 30px;
    padding: 10px 0;
    font-size: 28px;
    color: #595757;
}

#about .title font {
    float: left;
    width: 6px;
    background-color: #5195d8;
    display: block;
    margin-right: 23px;
}

#about .title b {
    color: #5195d8;
}

#about .title span {
    float: right;
    font-size: 18px;
    color: #444444;
}

#about .title span:hover {
    color: #5195d8;
}

#about .title i {
    font-size: 20px;
    padding-left: 6px;
}

#about .title i:hover {
    color: #5195d8;
}

#about .about {
    width: 100%;
    overflow: hidden;
    margin-top: 24px;
}

#about .about .slide {
    float: left;
    width: 600px;
    height: 360px;
}

#about .about .slide .bg {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40px;
    background-color: #5195d8;
    opacity: 0.5;
}

#about .about .slide .text {
    position: absolute;
    left: 10px;
    bottom: 7px;
    font-size: 20px;
    color: #fff;
}

#about .about .info {
    float: right;
    width: 45%;
    font-size: 18px;
    color: #333;
    padding-right: 10px;
}

#about .about .info h1 {
    font-size: 22px;
    font-family: arial;
    color: #5195d8;
    text-transform: uppercase;
}

#about .about .info p {
    line-height: 28px;
    margin-top: 20px;
}

#about .about .info a {
    float: right;
    font-size: 18px;
    color: #4f94d8;
    border: 1px solid #4f94d8;
    padding: 0px 10px;
}

#about .about .info a:hover {
    background-color: #4f94d8;
    color: #fff;
}

#news {
    margin-top: 45px;
}

#news .xt {
    float: right;
}

#news .news {
    float: left;
    width: 716px;
    height: 342px;
    border: 1px solid #959595;
    display: inline-block;
    position: relative;
}

#news .news .title {
    position: absolute;
    left: -3px;
    top: -2px;
}

#news .news .tt {
    position: absolute;
    left: 30px;
    top: -2px;
    font-size: 28px;
    color: #fff;
    line-height: 63px;
}

#news .news .more {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 18px;
    color: #444444;

}

#news .news .more i {
    font-size: 20px;
    padding-left: 5px;
}

#news .news h1 {
    position: absolute;
    font-size: 28px;
    color: #000;
    left: 43px;
    top: 80px;
}

#news .news .list {
    position: absolute;
    top: 135px;
    left: 22px;
    width: 90%;
}

#news .news .list li {
    list-style: square;
    color: #6a6a6a;
    padding-bottom: 10px;
    font-size: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#news .news .list li a {
    color: #6a6a6a;
}

#news .news .list li a:hover {
    color: #4f94d8;
}

#pro {
    overflow: hidden;
    height: 360px;
    padding-top: 45px;
}

#pro .menu {
    float: left;
    width: 60px;
    background-color: #444444;
    height: 100%;
}

#pro .pro {
    float: left;
    width: 1140px;
    background-color: #f5f5f5;
    height: 100%;
}

#pro .menu li {
    width: 100%;
    height: 155px;
    display: block;
    text-align: center;
    font-size: 28px;
    color: #fff;
    margin: 0 auto;
    padding-top: 25px;
}

#pro .menu li a {
    color: #fff;
}

#pro .plist {
    width: 9999px;
}

#pro .plist li {
    float: left;
    width: 356px;
    height: 360px;
    display: block;
}

#pro .plist li img {
    width: 100%;
    height: 251px;
}

#pro .plist li h3 {
    width: 100%;
    height: 30px;
    background-color: #4f94d8;
    font-size: 20px;
    color: #fff;
    line-height: 30px;
    margin-top: 15px;
    overflow: hidden;
    margin-bottom: 8px;
}

#pro .plist li span {
    display: inline;
    font-size: 15px;
    background-color: #4f94d8;
    padding: 5px 10px;
    border: 1px solid #4f94d8;
    color: #fff;
}

#pro .plist li .cor {
    background-color: #fff;
    color: #4f94d8;
    border: 1px solid #4f94d8;
}

#case {
    width: 100%;
    padding-bottom: 40px;
    padding-top: 40px;
    display: block;
}

#case .info {
    float: left;
    width: 590px;
}

#case .info li {
    width: 100%;
    background-color: #fff;
    overflow: hidden;
    margin-top: 17px;
    box-shadow: 2px 2px 20px #649ed8;
}

#case .info li img {
    width: 180px;
    height: 100%;
    float: left;
}

#case .info .text {
    float: right;
    width: 60%;
    margin-right: 5%;
}

#case .info .text h4 {
    font-size: 24px;
    color: #333;
    padding-top: 20px;
}

#case .info .text p {
    font-size: 14px;
    color: #666;
    line-height: 20px;
    padding-top: 15px;
}

#case .title {
    width: 100%;
    border-bottom: 1px solid #cccccc;
    height: 30px;
    line-height: 30px;
    padding: 10px 0;
    font-size: 28px;
    color: #595757;
}

#case .title font {
    float: left;
    width: 6px;
    background-color: #5195d8;
    display: block;
    margin-right: 23px;
}

#case .title b {
    color: #5195d8;
}

#case .title span {
    float: right;
    font-size: 18px;
    color: #444444;
}

#case .title span:hover {
    color: #5195d8;
}

#case .title i {
    font-size: 20px;
    padding-left: 6px;
}

#case .title i:hover {
    color: #5195d8;
}

#case .case {
    float: right;
    width: 580px;
}

#case .case li {
    width: 100%;
    background-color: #fff;
    overflow: hidden;
    margin-top: 17px;
}

#case .case li img {
    width: 180px;
    height: 100%;
    float: left;
}

#case .case .text {
    float: right;
    width: 60%;
    margin-right: 5%;
    text-align: left;
    font-weight: normal;
}

#case .case .text h4 {
    font-size: 24px;
    color: #333;
    padding-top: 20px;
}

#case .case .text p {
    font-size: 14px;
    color: #666;
    line-height: 20px;
    padding-top: 15px;
}

#foot {
    width: 100%;
    background-color: #fcfcfc;
    overflow: hidden;
    border-top: 40px solid #fff;
    padding-bottom: 40px;
}

#foot .logo {
    width: 100%;
}

#foot .logo img {
    padding-left: 22px;
    padding-top: 44px;
}

#foot .contact {
    width: 100%;
    padding-top: 50px;
    font-family: "微软雅黑";
    position: relative;
}

#foot .contact li {
    width: 100%;
    font-size: 20px;
    color: #000;
    line-height: 28px;
    overflow: hidden;
    padding-bottom: 20px;
}

#foot .contact li span {
    float: left;
    width: 60px;
    text-align: center;
    padding-left: 80px;
}

#foot .contact .qrcode {
    position: absolute;
    right: 8%;
    text-align: center;
    top: -40px;
    color: #888;
}

#foot .contact .qrcode img {
    background-color: #fff;
    padding: 10px;
    margin-bottom: 15px;
}


#tent {
    width: 100%;
    overflow: hidden
}

#tent .pos {
    width: 100%;
    height: 50px;
    background: #f3f3f3;
    display: block;
    line-height: 50px;
    font-size: 16px;
}

#tent .pos i {
    color: #041e59;
    font-weight: bold;
    padding-left: 10px;
}

#tent .pos font {
    color: #041e59;
}

#tent .show {
    width: 100%;
    overflow: hidden;
    padding-top: 20px;
    background: #fff;
}

#tent .left {
    float: left;
    width: 220px;
}

#tent .left .tt {
    width: 100%;
    background: #50aee1;
    padding-top: 20px;
    padding-bottom: 20px;
}

#tent .left .tt span {
    padding-left: 35px;
    font-size: 20px;
    color: #fff;
    font-weight: bold
}

#tent .left .list {
    width: 100%;
    background: #3a8cb9;
    padding: 10px 0;
    padding-bottom: 30px;
    overflow: hidden
}

#tent .left .list li {
    width: 100%;
    height: 40px;
    line-height: 40px;
}

#tent .left .list li:hover {
    background: #041e59
}

#tent .left .list li span {
    width: 68%;
    margin: 0 auto;
    display: block;
    border-bottom: 1px solid #aaa;
    padding: 0 8%;
}

#tent .left .list li a {
    color: #fff;
    font-size: 16px;
}

#tent .left .list .active {
    background: #041e59
}

#tent .left .img {
    width: 100%;
    margin-top: 10px
}

#tent .left .img img {
    width: 100%
}

#tent .right {
    float: right;
    width: 960px;
    border: 1px solid #ccc;
}

#tent .right .content {
    width: 95%;
    margin: 0 auto;
    padding: 15px 0;
    line-height: 28px;
}

/*---资讯中心---*/
#tent .newslist {
    width: 97%;
    margin: 0 auto;
}

#tent .newslist li {
    width: 100%;
    background: #f8f8f8;
    overflow: hidden;
    position: relative;
    height: 90px;
    margin-bottom: 15px;
}

#tent .newslist li span {
    height: 70px;
    line-height: 70px;
    padding-right: 10px;
    position: absolute;
    width: 50px;
    text-align: center;
    top: 50%;
    margin-top: -35px;
    left: 2%;
    font-size: 50px;
    border-right: 1px solid #ccc;
}

#tent .newslist li h3 {
    width: 70%;
    padding-left: 12%;
    font-size: 16px;
    padding-top: 8px;
    font-weight: bold
}

#tent .newslist li p {
    width: 70%;
    padding-left: 12%;
    font-size: 14px;
    line-height: 22px;
    padding-bottom: 8px;
    overflow: hidden;
    color: #666;
    padding-bottom: 8px;
}

#tent .newslist li .date {
    position: absolute;
    width: 120px;
    height: 70px;
    top: 50%;
    margin-top: -35px;
    right: 2%;
    background: #041e59;
    color: #fff;
    text-align: center
}

#tent .newslist li h1 {
    padding-top: 8px;
}

#tent .newslist li h2 {
    font-size: 16px;
}


#tent .plist {
    width: 100%;
}

#tent .plist li {
    float: left;
    width: 32%;
    margin: 0 0.65%;
    height: 360px;
    display: block;
    text-align: center
}

#tent .plist li img {
    width: 100%;
    height: 251px;
}

#tent .plist li h3 {
    width: 100%;
    height: 30px;
    background-color: #4f94d8;
    font-size: 20px;
    color: #fff;
    line-height: 30px;
    margin-top: 15px;
    overflow: hidden;
    margin-bottom: 8px;
    text-align: center
}

#tent .plist li span {
    display: inline;
    font-size: 15px;
    background-color: #4f94d8;
    padding: 5px 10px;
    border: 1px solid #4f94d8;
    color: #fff;
}

#tent .plist li .cor {
    background-color: #fff;
    color: #4f94d8;
    border: 1px solid #4f94d8;
}



div#badoopager {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 16px;
    padding-bottom: 10px;
    color: #48b9ef;
    padding-top: 10px;
    font-family: arial, helvetica, sans-serif;
    text-align: center;
    clear: both;
    margin-bottom: 30px
}

div#badoopager a {
    border-right: #f0f0f0 2px solid;
    padding-right: 5px;
    border-top: #f0f0f0 2px solid;
    padding-left: 5px;
    padding-bottom: 2px;
    margin: 0px 2px;
    border-left: #f0f0f0 2px solid;
    color: #48b9ef;
    padding-top: 2px;
    border-bottom: #f0f0f0 2px solid;
    text-decoration: none
}

div#badoopager a#curr {
    color: #FF6D06
}

div#badoopager a:hover {
    border-right: #FF6D06 2px solid;
    border-top: #FF6D06 2px solid;
    border-left: #FF6D06 2px solid;
    color: #FF6D06;
    border-bottom: #FF6D06 2px solid
}

div#badoopager a:active {
    border-right: #FF6D06 2px solid;
    border-top: #FF6D06 2px solid;
    border-left: #FF6D06 2px solid;
    color: #FF6D06;
    border-bottom: #FF6D06 2px solid
}

div#badoopager span.current {
    border-right: #FF6D06 2px solid;
    padding-right: 5px;
    border-top: #FF6D06 2px solid;
    padding-left: 5px;
    font-weight: bold;
    padding-bottom: 2px;
    border-left: #FF6D06 2px solid;
    color: #fff;
    padding-top: 2px;
    border-bottom: #FF6D06 2px solid;
    background-color: #ff6c16
}

div#badoopager a.disabled {
    display: none
}

div#badoopager input[type=text] {
    width: 30px
}


.up_down {
    border-top: 1px dashed #ddd;
    margin: 0 auto;
    margin-top: 50px;
    line-height: 45px;
    width: 95%;
}

.up_down a {
    width: 350px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.xt {
    position: relative;
}

.xt .ewm_box {
    display: none;
    position: absolute;
    top: 45%;
    left: 50%;
    text-align: center;
    margin: -68px 0 0 -68px;
    background-color: #fff;
    padding: 10px 15px;
}

.xt .ewm_box p {
    margin-top: 5px;
    font-size: 16px;
}

.xt .ewm_box .close {
    width: 26px;
    height: 26px;
    position: absolute;
    top: -8px;
    right: -8px;
    color: #333;
    line-height: 26px;
    border: 1px solid #fff;
    text-align: center;
    border-radius: 50%;
    margin-left: -15px;
    background-color: #fff;
    font-size: 16px;
    box-shadow: 0 0 2px 2px #ddd;
    cursor: pointer;
    user-select: none;
}