html, body {
    font-family: "Microsoft YaHei";
    font-size: 15px;
    background: #fff;
    color: #333!important;
    margin: 0 auto;
    padding: 0;
}
a {
    text-decoration: none;
    color: #333;
    outline: none;
}
a:hover {
    text-decoration: none;
    color: #c00;
}
ul, li {
    list-style: none;
    display: block;
    margin: 0;
    padding: 0;
}
body, div, span, h5, h6, p, blockquote, pre, a, abbr, acronym, address {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}
img {
    border: 0;
    vertical-align: bottom;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
}
ul, ol, li {
    margin: 0;
}
p {
    margin: 0;
}
select {
    font-size: 15px;
    color: #333;
}
p:hover {
    transition: all 0.3s ease 0s;
}
a:hover {
    transition: all 0.3s ease 0s;
}
.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}
.clearfix {
    display: block;
*zoom:1
}
img.xyscale {
    transition: all 0.5s ease-out 0s;
    width: 100%;
}
a:hover.xyscale {
    transform: scale(1.1);
    cursor: pointer;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.header {
    margin: 0 auto;
    width: 100%;
    min-width: 1200px;
    height: 450px;
    background: url(../images/banner.jpg) top center no-repeat;
}
.menu {
    margin: 0 auto;
    width: 100%;
    min-width: 1200px;
    height: 70px;
    background: #003091;
    border-top: 10px solid #ffa500;
    margin-top: 1px;
}
.nav {
    margin: 0 auto;
    width: 1080px;
    height: 60px;
}
.nav ul li {
    float: left;
    width: 180px;
    height: 60px;
    line-height: 60px;
    font-size: 24px;
    color: #fff;
    text-align: center;
}
.nav ul li a {
    color: #fff;
}
.nav ul li a:hover {
    text-decoration: underline;
}
.mainbox {
    height: 200px;
    width: 100%;
    text-align: center;
    margin-top: 30px;
    min-width: 1200px;
}
.tubiao {
    margin: 0 auto;
    width: 1200px;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 40px;
}
.tubiao .list li {
    width: 171px;
    float: left;
}
.tubiao .list li .icon {
    width: 135px;
    height: 135px;
    overflow: hidden;
    border-radius: 40px;
    margin: auto;
}
.tubiao .list li .icon1 {
    background: #f10736;
    -moz-box-shadow: 0 0 15px rgba(241,7,54,.3);
    -webkit-box-shadow: 0 0 15px rgba(241,7,54,.3);
    box-shadow: 0 0 15px rgba(241,7,54,.3);
}
.tubiao .list li .icon2 {
    background: #ffcf3f;
    -moz-box-shadow: 0 0 15px rgba(255,207,63,.3);
    -webkit-box-shadow: 0 0 15px rgba(255,207,63,.3);
    box-shadow: 0 0 15px rgba(255,207,63,.3);
}
.tubiao .list li .icon3 {
    background: #ff6633;
    -moz-box-shadow: 0 0 15px rgba(255,102,51,.3);
    -webkit-box-shadow: 0 0 15px rgba(255,102,51,.3);
    box-shadow: 0 0 15px rgba(255,102,51,.3);
}
.tubiao .list li .icon4 {
    background: #93d752;
    -moz-box-shadow: 0 0 15px rgba(147,215,82,.3);
    -webkit-box-shadow: 0 0 15px rgba(147,215,82,.3);
    box-shadow: 0 0 15px rgba(147,215,82,.3);
}
.tubiao .list li .icon5 {
    background: #bc65f6;
    -moz-box-shadow: 0 0 15px rgba(188,101,246,.3);
    -webkit-box-shadow: 0 0 15px rgba(188,101,246,.3);
    box-shadow: 0 0 15px rgba(188,101,246,.3);
}
.tubiao .list li .icon6 {
    background: #07b3be;
    -moz-box-shadow: 0 0 15px rgba(7,179,190,.3);
    -webkit-box-shadow: 0 0 15px rgba(7,179,190,.3);
    box-shadow: 0 0 15px rgba(7,179,190,.3);
}
.tubiao .list li .icon7 {
    background: #ff5c5c;
    -moz-box-shadow: 0 0 15px rgba(255,92,92,.3);
    -webkit-box-shadow: 0 0 15px rgba(255,92,92,.3);
    box-shadow: 0 0 15px rgba(255,92,92,.3);
}
.iconsize {
    color: #fff;
    font-size: 60px;
    line-height: 135px;
}
.tubiao .list li .icon:hover {
    animation: swing 1s 0s linear normal;
    -webkit-animation: swing 1s 0s linear normal;
}
.tubiao .list li h2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 20px;
    color: #333;
    height: 42px;
    margin-top: 15px;
    margin-bottom: 15px;
    font-weight: normal;
}
@-webkit-keyframes swing {
20% {
-webkit-transform:rotate(15deg);
transform:rotate(15deg)
}
40% {
-webkit-transform:rotate(-10deg);
transform:rotate(-10deg)
}
60% {
-webkit-transform:rotate(5deg);
transform:rotate(5deg)
}
80% {
-webkit-transform:rotate(-5deg);
transform:rotate(-5deg)
}
100% {
-webkit-transform:rotate(0deg);
transform:rotate(0deg)
}
}
@keyframes swing {
20% {
-webkit-transform:rotate(15deg);
-ms-transform:rotate(15deg);
transform:rotate(15deg)
}
40% {
-webkit-transform:rotate(-10deg);
-ms-transform:rotate(-10deg);
transform:rotate(-10deg)
}
60% {
-webkit-transform:rotate(5deg);
-ms-transform:rotate(5deg);
transform:rotate(5deg)
}
80% {
-webkit-transform:rotate(-5deg);
-ms-transform:rotate(-5deg);
transform:rotate(-5deg)
}
100% {
-webkit-transform:rotate(0deg);
-ms-transform:rotate(0deg);
transform:rotate(0deg)
}
}


.mainbox_one {
    height: 520px;
    width: 100%;
    text-align: center;
    margin-top: 30px;
    min-width: 1200px;
}
.main {
    margin: 0 auto;
    width: 1200px;
}
.main h1 {
    maigin: 0 auto;
    width: 1200px;
    height: 74px;
    margin-bottom: 15px;
}
.main-left {
    float: left;
    width: 575px;
    height: 383px;
    overflow: hidden;
}
.main-right {
    float: right;
    width: 600px;
    height: 383px;
    overflow: hidden;
}
.focus {
    position: relative;
    width: 575px;
    height: 383px;
    background: #fff;
    float: left;
}
.focus img {
    width: 575px;
    height: 383px;
}
.focus .shadow .title {
    width: 260px;
    height: 65px;
    padding-left: 30px;
    padding-top: 20px;
}
.focus .shadow .title a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    font-weight: bolder;
    overflow: hidden;
}
.focus .btn {
    position: absolute;
    bottom: 34px;
    left: 510px;
    overflow: hidden;
    zoom: 1;
}
.focus .btn a {
    position: relative;
    display: inline;
    width: 13px;
    height: 13px;
    border-radius: 7px;
    margin: 0 5px;
    color: #B0B0B0;
    font: 12px/15px "\5B8B\4F53";
    text-decoration: none;
    text-align: center;
    outline: 0;
    float: left;
    background: #D9D9D9;
}
.focus .btn a:hover, .focus .btn a.current {
    cursor: pointer;
    background: #fc114a;
}
.focus .fPic {
    position: absolute;
    left: 0px;
    top: 0px;
}
.focus .D1fBt {
    overflow: hidden;
    zoom: 1;
    height: 16px;
    z-index: 10;
}
.focus .shadow {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0px;
    z-index: 10;
    height: 50px;
    line-height: 50px;
    background: rgba(0,0,0,0.6);
filter:progid:DXImageTransform.Microsoft.gradient( GradientType = 0, startColorstr = '#80000000', endColorstr = '#80000000')\9;
    display: block;
    text-align: left;
}
.focus .shadow a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    overflow: hidden;
    margin-left: 10px;
    font-family: "\5FAE\8F6F\96C5\9ED1";
}
.focus .fcon {
    position: relative;
    width: 100%;
    float: left;
    display: none;
    background: #000
}
.focus .fcon img {
    display: block;
}
.focus .fbg {
    bottom: 15px;
    right: 20px;
    position: absolute;
    height: 21px;
    text-align: center;
    z-index: 99;
}
.focus .fbg div {
    margin: 4px auto 0;
    overflow: hidden;
    zoom: 1;
    height: 14px
}
.focus .D1fBt a {
    position: relative;
    display: inline;
    width: 12px;
    height: 12px;
    border-radius: 7px;
    margin: 0 5px;
    color: #B0B0B0;
    font: 12px/15px "\5B8B\4F53";
    text-decoration: none;
    text-align: center;
    outline: 0;
    float: left;
    background: #D9D9D9;
}
.focus .D1fBt .current, .focus .D1fBt a:hover {
    background: #ff6600;
}
.focus .D1fBt img {
    display: none
}
.focus .D1fBt i {
    display: none;
    font-style: normal;
}
.focus .prev, .focus .next {
    position: absolute;
    width: 40px;
    height: 74px;
    background: url(../images/focus_btn.png) no-repeat;
}
.focus .prev {
    top: 50%;
    margin-top: -37px;
    left: 0;
    background-position: 0 -74px;
    cursor: pointer;
}
.focus .next {
    top: 50%;
    margin-top: -37px;
    right: 0;
    background-position: -40px -74px;
    cursor: pointer;
}
.focus .prev:hover {
    background-position: 0 0;
}
.focus .next:hover {
    background-position: -40px 0;
}
.ttwz {
    margin: 0 auto;
    width: 595px;
    height: 130px;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
}
.tt_bt {
    margin: 0 auto;
    color: #0055a1;
    height: 40px;
    font-size: 22px;
    text-align: center;
    margin-top: 15px;
    widht: 590px;
    font-family: "Microsoft YaHei";
}
.tt_bt a {
    color: #0055a1;
    font-size: 22px;
    line-height: 40px;
}
.tt_bt a:hover {
    color: #cc0000;
}
.tt_nr {
    margin: 0 auto;
    color: #787878;
    font-size: 14px;
    text-align: left;
    width: 590px;
    height: 50px;
    line-height: 21px;
    text-indent: 2em;
    margin-top: 7px;
}
.new_dt_con {
    margin: 0 auto;
    width: 590px;
    height: 250px;
    overflow: hidden;
}
.new_dt_con ul {
    margin: 5px;
}
.new_dt_con ul li {
    float: left;
    background: url(../images/dot.jpg) 0 16px no-repeat;
    padding-left: 15px;
    line-height: 36px;
    color: #333;
    font-size: 18px;
    font-weight: normal;
    width: 580px;
    text-align: left;
}
.new_dt_con ul li span {
    float: right;
    color: #999;
    font-size: 15px;
    font-family: "Tahoma";
}
p.title span {
    color: #fff;
    display: inline-block;
    background: #e63520;
    padding: 0 8px;
    border-radius: 5px;
    margin-right: 10px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
}
p.title {
    font-size: 22px;
    line-height: 35px;
    height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
p.info {
    line-height: 30px;
    padding-top: 5px;
    font-size: 14px;
    color: #626262;
    height: 65px;
    overflow: hidden;
    text-indent: 2em;
}
p.info span {
    float: right;
    border: 1px solid #dbdbdb;
    background: url(../images/ntime.png) no-repeat center 8px;
    height: 56px;
    width: 80px;
    padding-top: 25px;
    font-size: 12px;
    text-align: center;
    border-radius: 4px;
    margin: 0px 0 0 35px;
    text-indent: 0em!important;
}
.mainbox_two {
    margin: 0 auto;
    width: 1200px;
    background: #fff;
    overflow: auto;
    zoom: 1;
}
.mainbox_three {
    height: 760px;
    padding-top: 10px;
    width: 100%;
    text-align: center;
    margin-top: 0px;
    min-width: 1200px;
}
.xmlist {
    margin: 0 auto;
    width: 1200px;
    padding-top: 0px;
    overflow: auto;
    zoom: 1;
}
.xmlist li {
    width: 368px;
    height: 290px;
    background: #fff;
    float: left;
    margin-left: 8px;
    margin-right: 32px;
    margin-right: 24px\0;
 *margin-right: 22px;
    _margin-right: 14px;
    border: 1px solid #eee;
    -moz-box-shadow: 0 0 15px rgba(200,200,200,.3);
    -webkit-box-shadow: 0 0 15px rgba(200,200,200,.3);
    box-shadow: 0 0 15px rgba(200,200,200,.3);
    overflow: hidden;
    border-radius: 10px;
    margin-top: 25px;
}
.xmlist li:nth-child(3n) {
    float: right;
    margin-left: 0px;
    margin-right: 8px;
}
.xmlist li:hover {
    border: 1px solid #eee;
    -moz-box-shadow: 0 0 15px rgba(200,200,200,.7);
    -webkit-box-shadow: 0 0 15px rgba(200,200,200,.7);
    box-shadow: 0 0 15px rgba(200,200,200,.7);
}
.xmlist li img {
    width: 368px;
    height: 207px;
}
.xmlist li h2 {
    margin: 0 auto;
    width: 340px;
    height: 80px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    overflow: hidden;
    font-weight: normal;
}
.xmlist li h2 a {
    font-size: 18px;
}
.xmlist li h2 a:hover {
    font-size: 18px;
    color: #f80021;
}
.copyright {
    height: 100px;
    color: inherit;
    background: #003091;
}
.copyright .item {
    line-height: 100px;
    font-size: 16px;
    color: #fff;
    text-align: center;
}
.copyright a {
    font-size: 16px;
    color: #fff;
}
.copyright a:hover {
    color: #f00;
    font-size: 16px;
}
.maincontent {
    margin: 0 auto;
    width: 1200px;
    overflow: auto;
    zoom: 1;
    background: #fff;
    border: 1px solid #eee;
    -moz-box-shadow: 0 0 15px rgba(200,200,200,.3);
    -webkit-box-shadow: 0 0 15px rgba(200,200,200,.3);
    box-shadow: 0 0 15px rgba(200,200,200,.3);
    border-radius: 5px;
    margin-top: 20px;
    _margin-top: 15px;
    margin-bottom: 20px;
}
.maincontent2 {
    margin: 0 auto;
    width: 1200px;
    overflow: auto;
    zoom: 1;
    margin-top: 20px;
    _margin-top: 15px;
    margin-bottom: 20px;
}
.navigation {
    margin: 0 auto;
    width: 1160px;
    height: 45px;
    line-height: 45px;
    text-align: left;
    color: #888;
}
.icon-index-copy {
    margin-right: 10px;
}
.mlist ul {
    padding-right: 25px;
}
.mlist ul li {
    width: 1160px;
    height: 190px;
    padding: 10px 0;
    border-bottom: 1px solid #E5E5E5;
}
.mlist ul li .viewimg {
    overflow: hidden;
    float: left;
    display: inline;
    margin-right: 30px;
    position: relative;
}
.mlist ul li .viewimg img {
    width: 250px;
    height: 160px;
}
.mlist ul li .viewimg .hotimgzz {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 250px;
    height: 160px;
}
.mlist ul li .viewimg:hover .hotimgzz {
    background: #0099ff;
    opacity: 0.5;
    -moz-opacity: 0.5;
    filter: alpha(opacity=50);
}
.mlist ul li h3 {
    font-size: 22px;
    font-weight: normal;
    height: 35px;
    line-height: 35px;
    margin-bottom: 5px;
}
.mlist ul li p {
    color: #3e3e3e;
    font-size: 15px;
    height: 102px;
    line-height: 26px;
}
.mlist ul li i {
    color: #999;
    font-size: 15px;
    margin-right: 5px;
}
.mlist ul li span {
    margin-right: 10px;
    display: inline-block !important;
*display: inline;
    zoom: 1;
    color: #999;
}
.mlist ul li span+span {
    color: #999;
}
.mlist ul li span+span+span {
    color: #999;
}
.zjlist ul {
    padding-right: 25px;
}
.zjlist ul li {
    width: 1160px;
    padding: 10px 0 15px 0;
    overflow: auto;
    zoom: 1;
    border-bottom: 1px solid #E5E5E5;
}
.zjlist ul li .viewimg {
    overflow: hidden;
    float: left;
    display: inline;
    margin-right: 30px;
    position: relative;
}
.zjlist ul li .viewimg img {
    width: 117px;
    height: 164px;
}
.zjlist ul li h3 {
    font-size: 16px;
    font-weight: normal;
    height: 35px;
    line-height: 35px;
    margin-bottom: 5px;
}
.zjlist ul li p {
    color: #3e3e3e;
    font-size: 16px;
    height: 102px;
    line-height: 32px;
}
.tztblist {
    margin: 0 auto;
    width: 1180px;
    overflow: auto;
    zoom: 1;
}
.tztblist ul {
    margin: 5px;
}
.tztblist ul li {
    float: left;
    background: url(../images/dot.jpg) 0 19px no-repeat;
    padding-left: 10px;
    line-height: 45px;
    color: #333;
    font-size: 18px;
    font-weight: normal;
    width: 1150px;
    text-align: left;
    border-bottom: 1px dashed #ddd;
}
.tztblist ul li span {
    float: right;
    color: #999;
    font-size: 15px;
    font-family: "Tahoma";
}
.pagenum {
    margin: 30px 20px 18px 20px;
    text-align: center;
}
.pages {
    color: #999;
    _width: 100%;
    _clear: both;
}
.pages a, .pages .cpb {
    text-decoration: none;
    padding: 5px 10px;
    border: 1px solid #ddd;
    background: #fff;
    margin: 0 2px;
    font-size: 15px;
    color: #000;
}
.pages a:hover {
    background: #0099ff;
    color: #fff;
    border: 1px solid #0099ff;
    text-decoration: none;
    font-weight: normal;
}
.pages .cpb {
    font-weight: bold;
    color: #fff;
    background: #0e85fd;
    border: 1px solid #0e85fd;
}
.article-title {
    margin: 0 auto;
    width: 1100px;
    border-bottom: 1px solid #F2F2F2;
    padding-bottom: 5px;
    margin-top: 20px;
}
.article-title h3 {
    font-size: 26px;
    font-weight: normal;
    color: #3E3E3E;
    margin-bottom: 20px;
    text-align: center;
}
.article-title p {
    font-size: 15px;
    font-weight: normal;
    color: #666;
    margin-bottom: 15px;
    text-align: center;
}
.article-content p {
    margin: 0 auto;
    width: 1100px;
    margin-bottom: 30px;
    margin-top: 20px;
    text-indent: 0em;
    color: #333333;
    line-height: 36px;
    font-size: 18px;
}
.main2 {
    width: 588px;
}
.main2 h1 {
    maigin: 0 auto;
    width: 588px;
    height: 74px;
}
.wjtz_con {
    margin: 0 auto;
    width: 588px;
    height: 250px;
    overflow: hidden;
}
.wjtz_con ul {
    margin: 5px;
}
.wjtz_con ul li {
    float: left;
    background: url(../images/dot.jpg) 0 16px no-repeat;
    padding-left: 15px;
    line-height: 36px;
    color: #333;
    font-size: 18px;
    font-weight: normal;
    width: 575px;
    text-align: left;
}
.wjtz2_con {
    margin: 0 auto;
    width: 1176px;
    height: 250px;
    overflow: hidden;
}
.wjtz2_con ul {
    margin: 5px;
}
.wjtz2_con ul li {
    float: left;
    background: url(../images/dot2.jpg) 0 14px no-repeat;
    padding-left: 15px;
    line-height: 36px;
    color: #333;
    font-size: 18px;
    font-weight: normal;
    width: 575px;
    text-align: left;
}

