/*网站css开始*/

body {
    font-size: 14px;
    line-height: 26px;
    color: #333;
    font-family: "Microsoft YaHei", sans-serif, Arial, Verdana, Helvetica;
    background: #fff;
    max-width: 640px;
    margin: 0px auto;
    width: 100%;
    overflow-x: hidden;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
form,
fieldset,
input,
textarea,
blockquote,
table,
td,
tr,
th,
thead,
tbody {
    padding: 0;
    margin: 0;
}

img {
    vertical-align: middle;
    border: 0;
    max-width: 100%;
    height: auto !important;
}

ol,
ul {
    list-style: none;
}

li {
    list-style-type: none;
}

a {
    text-decoration: none;
    color: #333;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.pad20 {
    padding: 20px 0;
}

.pad15 {
    padding: 15px 0;
}

.main {
    padding: 0 10px;
    display: block;
    overflow: hidden;
}

.clearfix {
    display: block;
    overflow: hidden;
}

.clear {
    clear: both;
}

.view .viewbox .title,
.view .viewbox .info {
    text-align: center;
}

.view .viewbox .title h2 {
    font-size: 16px;
}

.view .boxoff {
    height: 10px;
    overflow: hidden;
    clear: both;
    background: url(../img/ico_boxoff.gif) left 15px repeat-x;
    padding-top: 10px;
    margin-bottom: 20px;
}

.view .handle {
    display: block;
    overflow: hidden;
    font-size: 16px;
    padding-bottom: 25px;
}

.view .context ul li:first-child {
    float: left;
}

.view .context ul li:last-child {
    float: right;
    text-align: right;
}

.content img {
    max-width: 100%;
    height: auto;
}

.page,
.page ul {
    width: 100%;
    float: left;
    overflow: hidden;
}

.page ul li {
    width: auto;
    padding: 0;
    float: left;
    font-family: Tahoma;
    line-height: 17px;
    margin: 10px 3px;
    border: 1px solid #E9E9E9;
    font-size: 14px;
}

.page ul li.thisclass,
.page ul li.thisclass a,
.pagebox ul li.thisclass a:hover {
    background-color: #F8F8F8;
    padding: 2px 4px 2px;
    font-weight: bold;
}

.page ul li a {
    float: left;
    padding: 2px 4px 2px;
    color: #555;
    display: block;
}

.plc {
    background-color: #fff;
    height: 50px;
    line-height: 50px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    color: #666;
}

.plc span,
.plc span a {
    color: #666;
    font-size: 14px;
}

.btmnav {
    background: #e4007f;
    padding: 10px 0 6px 0;
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
}

.btmnav ul {
    height: 0px;
}

.btmnav ul li {
    float: left;
    width: 25%;
    text-align: center;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.btmnav ul li img {
    width: 20px;
    height: 20px;
}

.btmnav ul li span {
    display: block;
    color: #fff;
    font-size: 14px;
    font-family: Microsoft YaHei;
    line-height: 22px;
}

footer {
    margin: 20px 0px 58px 0;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

footer .footer-left {
    float: left;
}

footer .footer-right {
    float: right;
}

footer .wechat {
    border-bottom: 1px dashed #999;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

footer .wechat ul,
footer .row {
    display: block;
    overflow: hidden;
}

footer .wechat ul li {
    float: left;
    width: 29%;
    padding: 0 2%;
}

footer .powered {
    text-align: center;
    padding-bottom: 10px;
    clear: both;
}

#slider {
    width: 100%;
    margin-top: 60px;
}

.responsive {
    width: 100%;
    height: auto;
}

.controls li {
    top: 50%;
    margin-top: -30px;
    position: absolute;
    margin-top: -33px;
}

.controls li:nth-child(1) {
    left: 0;
}

.controls li:nth-child(2) {
    right: 0;
}

.pagination {
    left: 40%!important;
    bottom: 20px!important;
}

.pagination li {
    margin-right: 12px;
    float: left;
    cursor: pointer;
    width: 34px;
    height: 6px;
    border-radius: 3px;
    background: #fff;
    display: inline-block;
}

.pagination li.active {
    background-color: #e4007f;
}

.header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 30;
}

.header .main {
    height: 60px;
    line-height: 60px;
    background-color: #fff;
    text-align: center;
    position: relative;
}

.header .logo {
    display: inline-block;
    height: 100%;
}

.header .logo img {
    vertical-align: middle;
    width: 171px;
    height: 50px!important;
    padding-top: 5px;
}

.header .home img,
.header .hd-call img {
    width: 40px;
    height: 40px!important;
    padding-top: 10px;
}

.main-nav {
    margin: 15px 0;
    text-align: center;
}

.main-nav ul li {
    float: left;
    margin-bottom: 8px;
    width: 25%;
    height: 85px;
    border-radius: 50%;
}

.main-nav ul li a {
    display: block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    font-size: 12px;
    color: #fff;
    background-color: #f75c7b;
    text-align: center;
    margin: 0 auto;
}

.gzdygs_lxwm ul li {
    text-align: center;
}

.gzdygs_yljs ul.jsul li:nth-child(odd) {
    width: 48%;
    float: left;
    margin-bottom: 4%;
    margin-right: 4%;
    text-align: center;
}

.gzdygs_yljs ul.jsul li:nth-child(even) {
    width: 48%;
    float: left;
    margin-bottom: 4%;
    text-align: center;
}

.gzdygs_yljs ul.jsul li img {
    width: 100%;
    height: 105px!important;
    padding: 1px;
    border: 1px solid #8B8B8B;
}

.gzdygs_yljs ul.jsul li span {
    text-align: center;
    display: block;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.gzdygs_xwzx ul.xwul li {
    width: 100%;
    height: 80px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
}

.gzdygs_xwzx ul.xwul li .pic {
    width: 40%;
    float: left;
    margin-right: 10px;
}

.gzdygs_xwzx ul.xwul li .pic img {
    width: 142px;
    height: 77px!important;
}

.gzdygs_xwzx ul.xwul li .text {
    width: 55%;
    overflow: hidden;
    float: left;
}

.gzdygs_xwzx ul.xwul li .text h3 {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
    vertical-align: top;
    position: relative;
}

.gzdygs_xwzx ul.xwul li .text h3 a {
    color: #000;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.gzdygs_xwzx ul.xwul li .text p {
    width: 100%;
    font-size: 12px;
    margin: 0px;
    line-height: 20px;
    text-indent: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.gzdygs_xwzx ul.xwul li .text p.time {
    color: #999;
    margin: 4px 0px;
    line-height: 1;
    text-indent: 0;
    font-size: 12px;
}

.gzdygs_alzs ul.jsul li img {
    width: 100%;
    height: 128px!important;
    padding: 1px;
    border: 1px solid #8B8B8B;
}

.gzdygs_tcxq ul.jsul li img {
    width: 100%;
    height: 117px!important;
    padding: 1px;
    border: 1px solid #8B8B8B;
}

.com-title {
    width: 100%;
    height: 52px;
    line-height: 52px;
    border-top: 1px solid #F0F0F0;
    border-bottom: 1px solid #E5E5E5;
    margin-bottom: 15px;
    text-align: center;
}

.com-title a {
    font-size: 16px;
    color: #e4007f;
    font-weight: 400;
}

.tcxq ul li:nth-child(odd) {
    width: 48%;
    float: left;
    margin-bottom: 4%;
    margin-right: 4%;
    text-align: center;
}

.tcxq ul li:nth-child(even) {
    width: 48%;
    float: left;
    margin-bottom: 4%;
    text-align: center;
}

.tcxq ul li img {
    width: 97%;
    height: 121px!important;
    padding: 1px;
    border: 1px solid #8B8B8B;
}

.tcxq ul li span {
    text-align: center;
    display: block;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.alzs ul li img {
    width: 97%;
    height: 124px!important;
    padding: 1px;
    border: 1px solid #8B8B8B;
}

.tcxq ul li img {
    width: 97%;
    height: 102px!important;
    padding: 1px;
    border: 1px solid #8B8B8B;
}

.xwzx ul li {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px dashed #d7d7d7;
    float: left;
}

.xwzx ul li span {
    display: block;
    float: right;
    padding-left: 10px;
    height: 32px;
    line-height: 32px;
}

.xwzx ul li a {
    color: #646464;
    height: 32px;
    font: 14px/32px Microsoft YaHei;
    padding-left: 14px;
    display: block;
    background: url(../img/dd.gif) no-repeat left center;
    width: 65%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}