@charset "utf-8";

html {
    list-style: none;
    margin: 0px;
    padding: 0px;
    border: 0px currentcolor;
    font-weight: normal;
    vertical-align: top;
}
body {
    list-style: none;
    margin: 0px;
    padding: 0px;
    border: 0px currentcolor;
    font-weight: normal;
    vertical-align: top;
    text-align: center;
}
div {
    list-style: none;
    margin: 0px;
    padding: 0px;
    border: 0px currentcolor;
    font-weight: normal;
    vertical-align: top;
}
p {
    list-style: none;
    margin: 0px;
    padding: 0px;
    border: 0px currentcolor;
    font-weight: normal;
    vertical-align: top;
}
hr {
    list-style: none;
    margin: 0px;
    padding: 0px;
    border: 0px currentcolor;
    font-weight: normal;
    vertical-align: top;
}
pre {
    list-style: none;
    margin: 0px;
    padding: 0px;
    border: 0px currentcolor;
    font-weight: normal;
    vertical-align: top;
}
h1 {
    list-style: none;
    margin: 0px;
    padding: 0px;
    border: 0px currentcolor;
    font-weight: normal;
    vertical-align: top;
}
h2 {
    list-style: none;
    margin: 0px;
    padding: 0px;
    border: 0px currentcolor;
    font-weight: normal;
    vertical-align: top;
}
h3 {
    list-style: none;
    margin: 0px;
    padding: 0px;
    border: 0px currentcolor;
    font-weight: normal;
    vertical-align: top;
}
h4 {
    list-style: none;
    margin: 0px;
    padding: 0px;
    border: 0px currentcolor;
    font-weight: normal;
    vertical-align: top;
}
h5 {
    list-style: none;
    margin: 0px;
    padding: 0px;
    border: 0px currentcolor;
    font-weight: normal;
    vertical-align: top;
}
h6 {
    list-style: none;
    margin: 0px;
    padding: 0px;
    border: 0px currentcolor;
    font-weight: normal;
    vertical-align: top;
}
table {
    list-style: none;
    margin: 0px;
    padding: 0px;
    border: 0px currentcolor;
    font-weight: normal;
    vertical-align: top;
}
tr {
    list-style: none;
    margin: 0px;
    padding: 0px;
    border: 0px currentcolor;
    font-weight: normal;
    vertical-align: top;
}
td {
    list-style: none;
    margin: 0px;
    padding: 0px;
    border: 0px currentcolor;
    font-weight: normal;
    vertical-align: top;
}
th {
    list-style: none;
    margin: 0px;
    padding: 0px;
    border: 0px currentcolor;
    font-weight: normal;
    vertical-align: top;
}
tfoot {
    list-style: none;
    margin: 0px;
    padding: 0px;
    border: 0px currentcolor;
    font-weight: normal;
    vertical-align: top;
}
tbody {
    list-style: none;
    margin: 0px;
    padding: 0px;
    border: 0px currentcolor;
    font-weight: normal;
    vertical-align: top;
}
thead {
    list-style: none;
    margin: 0px;
    padding: 0px;
    border: 0px currentcolor;
    font-weight: normal;
    vertical-align: top;
}
form {
    list-style: none;
    margin: 0px;
    padding: 0px;
    border: 0px currentcolor;
    font-weight: normal;
    vertical-align: top;
}
fieldset {
    list-style: none;
    margin: 0px;
    padding: 0px;
    border: 0px currentcolor;
    font-weight: normal;
    vertical-align: top;
}
input {
    list-style: none;
    margin: 0px;
    padding: 0px;
    border: 0px currentcolor;
    font-weight: normal;
    vertical-align: top;
}
textarea {
    list-style: none;
    margin: 0px;
    padding: 0px;
    border: 0px currentcolor;
    font-weight: normal;
    vertical-align: top;
}
label {
    list-style: none;
    margin: 0px;
    padding: 0px;
    border: 0px currentcolor;
    font-weight: normal;
    vertical-align: top;
}
ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    font-weight: normal;
    vertical-align: top;
}
ol {
    list-style: none;
    margin: 0px;
    padding: 0px;
    border: 0px currentcolor;
    font-weight: normal;
    vertical-align: top;
}
dl {
    list-style: none;
    margin: 0px;
    padding: 0px;
    border: 0px currentcolor;
    font-weight: normal;
    vertical-align: top;
}
li {
    list-style: none;
    margin: 0px;
    padding: 0px;
    border: 0px currentcolor;
    font-weight: normal;
    vertical-align: top;
}
dt {
    list-style: none;
    margin: 0px;
    padding: 0px;
    border: 0px currentcolor;
    font-weight: normal;
    vertical-align: top;
}
dd {
    list-style: none;
    margin: 0px;
    padding: 0px;
    border: 0px currentcolor;
    font-weight: normal;
    vertical-align: top;
}

img {
    list-style: none;
    margin: 0px;
    padding: 0px;
    border: 0px currentcolor;
    font-weight: normal;
    /*vertical-align: top;*/
}
iframe {
    list-style: none;
    margin: 0px;
    padding: 0px;
    border: 0px currentcolor;
    font-weight: normal;
    vertical-align: top;
}
body {
    text-align: center;
    font-family: "Microsoft YaHei", 微软雅黑, SimHei, 黑体;
}

a {
    list-style: none;
    margin: 0px;
    padding: 0px;
    border: 0px currentcolor;
    font-weight: normal;
    text-decoration: none;
    color: #333;
    cursor: pointer;
}

a:link {
    text-decoration: none;
}
a:visited {
    text-decoration: underline;
}
a:hover, a:focus {
    color: #2a6496;
    text-decoration: underline;
}

img {
    border: 0px;
}
.clear {
    clear: both;
}
body {
    background-image: url("../img/top.jpg");
    background-repeat: no-repeat;
    background-position: center top;
}
.banner {
    height: 500px;
    position: relative;
}
#daohang {
    width: 1100px;
    height: 50px;
    margin: 0px auto;
    background-repeat: repeat-x;
    background-color: #0072f0;
}
#daohang ul {
    width: 1060px;
    margin: 0px auto;
}
#daohang li {
    margin-left: 40px;
    margin-right: 30px;
    line-height: 50px;
    font-family: "Microsoft YaHei", 微软雅黑, SimHei, 黑体;
    font-size: 20px;
    color: rgb(255, 255, 255);
    float: left;
}
#daohang li a,
#daohang li a:link,
#daohang li a:hover {
    color: rgb(255, 255, 255);
}
.main-banner {
    width: 1100px;
    margin: 0px auto;
}
.text {
    width: 1100px;
    margin: 0px auto;
    padding-top: 30px;
}
.text-l {
    width: 500px;
    float: right;
}
.text-r {
    width: 600px;
    float: left;
}
.focusPic {
    width: 500px;
    margin: 0px auto;
    height: 380px;
    position: relative;
}
.fpic {
    width: 500px;
    height: 380px;
    display: none;
    position: relative;
}
.f_bg {
    background: rgb(0, 0, 0);
    left: 0px;
    width: 580px;
    height: 40px;
    bottom: 0px;
    display: block;
    position: absolute;
    z-index: 10;
    opacity: 0.6;
}
.l_btn {
    background: url("/zglygzfmhwz/zt_szygl/img/sports_m_02_1.png") 0px 0px;
    left: 10px;
    top: 170px;
    width: 35px;
    height: 35px;
    position: absolute;
    z-index: 1000;
    cursor: pointer;
}
.r_btn {
    background: url("/zglygzfmhwz/zt_szygl/img/sports_m_03_1.png") 0px 0px;
    top: 170px;
    width: 35px;
    height: 35px;
    right: 10px;
    position: absolute;
    z-index: 1000;
    cursor: pointer;
}
.fpic h1 {
    left: 10px;
    bottom: 10px;
    color: rgb(255, 255, 255);
    line-height: 20px;
    font-family: "Microsoft YaHei", 微软雅黑, SimHei, 黑体;
    font-size: 18px;
    font-weight: normal;
    position: absolute;
    z-index: 100;
    text-align: center;
}
.fpic h1 em {
    padding-right: 10px;
}
.fpic h1 em a {
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    font-family: "Microsoft YaHei", 微软雅黑, SimHei, 黑体;
    font-stretch: normal;
}
.fpic h1 span {
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    font-family: "Microsoft YaHei", 微软雅黑, SimHei, 黑体;
    font-stretch: normal;
}
.fpic h1 a {
    color: rgb(255, 255, 255);
    font-size: 18px;
}
.focusPic .btPhoto {
    margin: 0px 0px 0px 10px;
    width: 100px;
    height: 22px;
    right: 5px;
    bottom: 5px;
    position: absolute;
    z-index: 10;
}
.dabiaoti01 h1 {
    text-align: left;
    width: 480px;
    height: 60px;
    overflow: hidden;
    font-style: normal;
    font-variant: normal;
    font-stretch: normal;
    font-size: 18px;
    line-height: 30px;
    font-family: "Microsoft YaHei", 微软雅黑, SimHei, 黑体;
    color: rgb(1, 45, 94);
    font-weight: bold;
    margin-bottom: 5px;
}
.dabiaoti01 h1 a,
.dabiaoti01 h1 a:link,
.dabiaoti01 h1 a:hover {
    color: rgb(1, 45, 94);
    font-weight: bold;
    font-size: 22px;
}
.dabiaoti01 p {
    width: 480px;
    height: 90px;
    overflow: hidden;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-stretch: normal;
    font-size: 16px;
    line-height: 30px;
    font-family: "Microsoft YaHei", 微软雅黑, SimHei, 黑体;
    text-align: left;
    color: rgb(153, 153, 153);
    margin-bottom: 10px;
}
.dabiaoti01 p a,
.dabiaoti01 p a:link,
.dabiaoti01 p a:hover {
    color: rgb(153, 153, 153);
}
.list4 ul li {
    width: 380px;
    border-bottom: 1px solid rgb(242, 242, 242);
    padding: 5px 0px 5px 15px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-stretch: normal;
    font-size: 16px;
    line-height: 35px;
    font-family: "Microsoft YaHei", 微软雅黑, SimHei, 黑体;
    height: 35px;
    overflow: hidden;
    text-align: left;
    color: rgb(1, 45, 94);
    background-image: url("/zglygzfmhwz/zt_szygl/img/d1.jpg");
    background-repeat: no-repeat;
    background-position: left top;
}
.text-r li {
    width: 580px;
}
.text-r li a,
.text-r li a:link,
.text-r li a:hover {
    color: rgb(1, 45, 94);
}
#content-gqdt {
    background-image: url("/zglygzfmhwz/zt_szygl/img/lhxc.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    padding-top: 0px;
}
.mainBox01 {
    margin: 0px auto;
    width: 1100px;
    height: 550px;
}
.focusBox1 {
    width: 1100px;
    height: 500px;
    overflow: hidden;
    position: relative;
}
.focusBox1 .hd {
    width: 85px;
    height: 85px;
    right: 5px;
    bottom: 0px;
    overflow: hidden;
    position: absolute;
    z-index: 1;
}
.focusBox1 .hd .cur {
    color: rgb(255, 255, 255);
    line-height: 85px;
    font-family: "Microsoft YaHei", 微软雅黑, SimHei, 黑体;
    font-size: 45px;
    font-style: italic;
    margin-right: 4px;
    float: left;
}
.focusBox1 .hd .cut {
    color: rgb(255, 255, 255);
    line-height: 96px;
    font-family: "Microsoft YaHei", 微软雅黑, SimHei, 黑体;
    font-size: 20px;
    font-style: italic;
    margin-right: 2px;
    float: left;
}
.focusBox1 .hd .total {
    color: rgb(255, 255, 255);
    line-height: 104px;
    font-family: "Microsoft YaHei", 微软雅黑, SimHei, 黑体;
    font-size: 20px;
    font-style: italic;
    margin-right: 2px;
    float: left;
}
.focusBox1 .hd ul {
    overflow: hidden;
    float: left;
    zoom: 1;
}
.focusBox1 .hd ul li {
    background: rgb(255, 255, 255);
    width: 15px;
    height: 15px;
    text-align: center;
    line-height: 14px;
    font-size: 12px;
    margin-right: 2px;
    float: left;
    cursor: pointer;
}
.focusBox1 .hd ul li.on {
    background: rgb(255, 0, 0);
    color: rgb(255, 255, 255);
}
.focusBox1 .bd {
    height: 100%;
    position: relative;
    z-index: 0;
}
.focusBox1 .bd li {
    vertical-align: middle;
    position: relative;
    zoom: 1;
}
.focusBox1 .bd img {
    width: 1100px;
    height: 500px;
    display: block;
}
.focusBox1 .bd li .bg {
    background: rgb(0, 0, 0);
    left: 0px;
    width: 100%;
    height: 85px;
    bottom: 0px;
    position: absolute;
    z-index: 0;
    opacity: 0.6;
}
.focusBox1 .bd li .title {
    left: 0px;
    width: 100%;
    height: 85px;
    text-align: center;
    bottom: 0px;
    color: rgb(255, 255, 255);
    line-height: 85px;
    overflow: hidden;
    font-family: "Microsoft YaHei";
    font-size: 18px;
    position: absolute;
    z-index: 1;
}
.focusBox1 .bd li .title a {
    left: 0px;
    width: 100%;
    height: 85px;
    text-align: center;
    bottom: 0px;
    color: rgb(255, 255, 255);
    line-height: 85px;
    overflow: hidden;
    font-family: "Microsoft YaHei";
    font-size: 18px;
    position: absolute;
    z-index: 1;
}
.focusBox1 .prev {
    background: url("/zglygzfmhwz/zt_szygl/img/slider-arrow.png") -110px 5px no-repeat;
    left: 3%;
    top: 50%;
    width: 32px;
    height: 40px;
    margin-top: -25px;
    display: block;
    position: absolute;
    opacity: 0.5;
}
.focusBox1 .next {
    background: url("/zglygzfmhwz/zt_szygl/img/slider-arrow.png") -110px 5px no-repeat;
    left: 3%;
    top: 50%;
    width: 32px;
    height: 40px;
    margin-top: -25px;
    display: block;
    position: absolute;
    opacity: 0.5;
}
.focusBox1 .next {
    background-position: 8px 5px;
    left: auto;
    right: 3%;
}
.focusBox1 .prev:hover {
    opacity: 1;
}
.focusBox1 .next:hover {
    opacity: 1;
}
.focusBox1 .prevStop {
    display: none;
}
.focusBox1 .nextStop {
    display: none;
}

.tu {
    height: 150px;
    margin-bottom: 15px;
}
.tu li {
    width: 230px;
    float: left;
}
.transparent1 {
    position: relative;
    zoom: 1;
    width: 230px;
    height: 150px;
    float: left;
}
.transparent1 a {
    display: block;
    position: relative;
    zoom: 1;
    width: 230px;
    height: 150px;
}
.transparent1 a:link,
.transparent1 a:visited {
    color: rgb(255, 255, 255);
    text-decoration: none;
}
.transparent1 a:hover {
    color: rgb(255, 255, 255);
    text-decoration: none;
}
.transparent1 img {
    display: block;
    width: 230px;
    height: 150px;
}
.transparent1 span {
    position: absolute;
    width: 230px;
    bottom: 0px;
    background: rgb(0, 0, 0);
    height: 30px;
    line-height: 30px;
    left: 0px;
    font-family: "Microsoft YaHei", 微软雅黑, SimHei, 黑体;
    font-size: 14px;
    color: rgb(255, 255, 255);
    overflow: hidden;
    opacity: 0.7;
}
.transparent1 span a,
.transparent1 span a:link,
.transparent1 span a:hover {
    width: 230px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}
.list3 ul li,
.fzdt-ul li ,.half-ul li {
    border-bottom: 1px solid rgb(229, 229, 229);
    padding: 5px 0px 5px 15px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-stretch: normal;
    font-size: 16px;
    line-height: 35px;
    font-family: "Microsoft YaHei", 微软雅黑, SimHei, 黑体;
    height: 35px;
    overflow: hidden;
    text-align: left;
    color: rgb(1, 45, 94);
    background-image: url("/zglygzfmhwz/zt_szygl/img/d1.jpg");
    background-repeat: no-repeat;
    background-position: left top;
}
.list3 ul li a,
.list3 ul li a:link,
.list3 ul li a:hover {
/*    color: rgb(1, 45, 94);*/
}

.list3 ul li {
    width: 320px;
    margin-left: 5px;
}

.fzdt-ul ul li {
    width: 500px;
}

.half-ul li {
    width: 510px;
    margin-left: 10px;
}

.fzdt-ul li span ,.half-ul li span {
    float: right;
}

.half-ul-title {
    height: 40px;
    background-color: #0191d7;
    padding-top: 8px;
    padding-left: 30px;
    text-align: left;


}

.half-ul-title a {
    color:white;
    font-size: 22px;
}


/**友情链接样式*/
.yqljmain3 {
    width: 100%;
    padding: 30px 0;
    /*border-bottom: 1px solid #bfc1c3;*/
}
.friend_link {
    background: #FFF;
    width: 1200px;
    margin: 0px auto;
}
.wzdh {
    width: 1200px;
    border: 1px solid #e8e8e8;
    border-bottom: 0px;
}
.i_wzdh_con ul {
    float: left;
}
.yqlj {
    width: 162px;
    padding-right: 5px;
    height: 45px;
    font-weight: normal;
    text-align: center;
    cursor: pointer;
    color: #000;
    font-size: 14px;
    float: left;
    line-height: 45px;
}
.daohang_list {
    width: 1200px;
    font-weight: normal;
    color: #000;
    font-size: 14px;
    float: left;
    line-height: 34px;
    border-bottom: 1px solid #e8e8e8;
    padding: 5px 0px;
}
.jgliebiao {
    width: 1076px;
    margin: 0 auto;
}
.jgliebiao li {
    line-height: 28px;
    color: #000;
    height: 28px;
    width: 230px;
    padding-left: 42px;
    float: left;
    white-space: nowrap;
    text-align: left;
    box-sizing: border-box;
}
.jgliebiao li a {
    color: #000;
}
.header {
    border-bottom: solid 3px #4178be;
    clear: both;
}
.i_wzdh_con ul li img {
    margin-left: 5px;
}
.foot {
    background: #dee0e2;
    border-top: 8px solid #4178be;
}

.clearfloat {
    clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}
/*footer end*/
.copy-right {
    width: 1200px;
    margin: 0px auto;
    position: relative;
}