* {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    font-size: 12px;
    background: #fff;
    font-family: 微软雅黑;
    background: #f2f2f2;
}

html {
    overflow-y: auto;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
div,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
fieldset,
lengend,
input,
textarea,
form,
th,
td {
    margin: 0;
    padding: 0;
}

body {
    font-size: 12px;
}

body,
select,
textarea,
th,
td {
    font-family: Tahoma, Arial, Helvetica, STHeiti;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

code,
kbd,
pre,
samp,
tt {
    font-family: "Courier New", Courier, monospace;
}

caption,
th {
    text-align: left;
}

small {
    font-size: 100%;
}

dl,
dt,
dd,
ul,
ol,
li {
    list-style: none;
}

a {
    text-decoration: none;
}

abbr,
acronym {
    border: 0;
    font-variant: normal;
}

abbr[title],
acronym[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

q:before,
q:after {
    content: '';
}

:focus {
    outline: 0;
}

fieldset {
    border: none;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var,
optgroup {
    font-style: inherit;
}

input,
button,
textarea,
select,
optgroup,
option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    outline: none;
}

input,
button,
textarea,
select {
    *font-size: 100%;
    outline: none;
    resize: none;
    padding: 0;
}

button::-moz-focus-inner {
    border: none;
}

sup {
    vertical-align: baseline;
}

sub {
    vertical-align: baseline;
}

img {
    -ms-interpolation-mode: bicubic;
    border: none;
    vertical-align: middle;
}

img {
    transition: all 0.4s;
}

img:hover {
    transform: scale(1.1)
}

textarea {
    overflow-y: scroll
}

object,
embed {
    outline: none;
}

section,
article,
aside,
header,
footer,
nav,
dialog,
figure {
    display: block;
}

a {
    color: #828282;
}

a:focus {
    outline: none
}

img {
    border: none;
}

.clear {
    width: 0;
    height: 0;
    overflow: hidden;
    display: block;
    clear: both;
}

.clrfix:after {
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}

.clrfix {
    *zoom: 1;
}

/*全局样式*/
.rf {
    float: right
}

.lf {
    float: left
}

.clear {
    clear: both;
    height: 0px;
    font: 0px/0px Arial;
    overflow: hidden;
}

/****top****/
.header {
    height: 251px;
    width: 100%;
    font-size: 14px;
    background: url(../imgs/head_bg.jpg) no-repeat top center;
}

.top {
    width: 1300px;
    margin: 0 auto;
}

.weather {
    padding: 20px 0 0 124px;
    font-size: 12px;
    color: #fff;
}

.weather .date {}

.weather .air {
    position: relative;
}

.weather .air span {
    margin: 0 0 -6px 7px;
    vertical-align: middle;
    display: inline-block;
    width: 20px; height: 19px;
    background: url(../imgs/icon_weixin.png) no-repeat center center;
}

.weather .air .code_wx {
    width: 120px;
    height: 120px;
    display: none;
    background: url(../imgs/gyjs_code.png) no-repeat center center;
    position: absolute;
    right: 0;
    top: 30px;
    background-size: 100% 100%;
}

.logo {
    width: 637px;
    height: 151px;
    background: url(../imgs/gyjs_logo.png) no-repeat left top;
    margin-top: 32px;
}

.navbg {
    background: #2b69b4;
    height: 50px;
    width: 100%;
}

.nav {
    width: 1300px;
    margin: 0 auto;
}

.menu {
    height: 50px;
}

.menu ul {
    width: 1050px;
}

.menu ul li {
    float: left;
    display: inline;
    overflow: hidden;
    position: relative;
    font-family: '微软雅黑';
    padding-top: 13px;
    height: 37px;
}

.menu ul li.cur {
    background: #5098f0;
}

.menu ul li a {
    border-right: 1px solid #62a3e4;
    padding: 0 32px;
    height: 22px;
    line-height: 20px;
    display: inline-block;
    font-size: 20px;
    color: #fff;
    font-weight: normal;
    font-family: '微软雅黑';
    overflow: hidden;
}

.menu ul li:hover {}

.menu ul li:hover a {
    font-weight: bold;
}

.menu ul li:last-child a {
    border: 0;
}

.menu .search {
    width: 242px;
    background: #fff;
    height: 26px;
    margin-top: 13px;
    position: relative;
}

.menu .search .sear_put {
    padding: 0 10px;
    background: #fff;
    height: 26px;
    line-height: 26px;
    border: 0;
    width: 200px;
    color: #7795b9;
    font-size: 12px;
}

.menu .search .sear_btn {
    width: 15px;
    height: 16px;
    border: 0;
    cursor: pointer;
    background: url(../imgs/icon_search.png) no-repeat center center;
    position: absolute;
    right: 6px;
    top: 5px;
}

input.sear_put::-webkit-input-placeholder {
    color: #7795b9;
}

input.sear_put:-moz-placeholder {
    color: #7795b9;
}

input.sear_put::-moz-placeholder {
    color: #7795b9;
}

input.sear_put:-ms-input-placeholder {
    color: #7795b9;
}


.main {
    width: 1300px;
    margin: 0 auto;
    background: #fff;
    padding-top: 20px;
    padding-bottom: 48px;
}

.news {
    margin-top: 24px;
}

.news h2.title {
    font-size: 34px;
    color: #0054a3;
    text-align: center;
}

.news h3.title {
    font-size: 14px;
    color: #3b3b3b;
    text-align: center;
    font-weight: normal;
    margin-top: 5px;
}

.news h3.title a.detail {
    font-size: 14px;
    color: #1556a4;
    text-align: center;
    font-weight: normal;
}

.news .news-boxs {
    padding-top: 22px;
    border-top: 1px solid #efefef;
    margin-top: 20px;
}



.news .news-boxs .box {
    width: 650px;
    height: 339px;
    overflow: hidden;
    position: relative;
    float: left;
    margin-left: 10px;
}

.box-img ul {}

.box-img ul li {
    width: 650px;
    height: 339px;
    position: relative;
    overflow: hidden;
}

.box-img ul li img {
    display: block;
    width: 650px;
    height: 339px;
}

.box-img ul li h2 {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 40px;
    width: 380px;
    background: rgba(0, 0, 0, .8);
    text-indent: 2em;
    padding-right: 500px;
    font-size: 15px;
    line-height: 40px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-weight: normal;
    color: ghostwhite
}

.box-focus {
    position: absolute;
    right: 10px;
    bottom: 14px;
}

.box-focus ul li {
    float: left;
    width: 12px;
    height: 12px;
    overflow: hidden;
    margin: 0 5px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 1);
    text-indent: 100px;
    cursor: pointer;
}

.box-focus ul .on {
    background: rgba(0, 198, 255, 1);
    width: 30px;
}

.box-step span {
    position: absolute;
    color: white;
    background: rgba(0, 0, 0, 0.75);
    width: 26px;
    height: 52px;
    top: 50%;
    font-family: "宋体";
    line-height: 52px;
    font-size: 34px;
    margin-top: -26px;
    text-align: center;
    cursor: pointer;
}

.box-step .prev {
    left: 0;
}

.box-step .next {
    right: 0;
}

.box-step span::selection {
    background: transparent;
}

.box-step span:hover {
    background: rgba(0, 0, 0, .8);
}


.news .news-boxs .dynamic-news {
    width: 622px;
    float: right;
}

.dynamic-news .J-tab .J-tt ul li {
    background: #f0f0f0;
}

.dynamic-news .J-tab .J-tt ul li h2 a {
    color: #323232;
    padding: 0 14px;
    display: block;
    font-weight: normal;
    font-family: '微软雅黑';
}

.dynamic-news .J-tab .J-tt ul li.cur {
    background: #2b69b4;
    color: #fff;
    font-weight: bold;
    border-bottom: 0;
}

.dynamic-news .J-tab .J-tt ul li.cur:after {
    content: "";
    border-top: 10px solid #2b69b4;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    bottom: -10px;
    left: 43%;
}

.dynamic-news .J-tab .J-tt ul li.cur a {
    color: #fff;
    font-weight: bold;
    font-family: '微软雅黑';
}





.newscont { padding-left: 10px;}

.newscont p {
    height: 36px;
    line-height: 36px;
    padding-left: 11px;
    font-size: 16px;
    position: relative;
}

.newscont p:after {
    content: "";
    position: absolute;
    left: 0;
    top: 17px;
    width: 3px;
    height: 3px;
    background: #dedede;
}

.newscont p span {
    float: right;
    font-size: 16px;
    color: #4a4a4a;
    margin-right: 10px;
}

.newscont p a {
    height: 36px;
    line-height: 36px;
    color: #000;
}

.newscont p:hover a {
    color: #ff0000;
}

.newscont p:hover span {
    color: #ff0000;
}



.magtop20 {
    margin-top: 20px !important;
}

.inner {
    width: 1300px;
    margin: 0 auto;
}

.ad-box {
    overflow: hidden;
    width: 1300px;
    height: 94px;
    margin: 20px auto;
}

.ad-box ul {
    width: 13000px;
}

.ad-box ul li {
    overflow: hidden;
    float: left;
    width: 417px;
    height: 94px;
    margin-right: 25px;
}

.ad-box img {
    width: 417px;
    height: 94px;
}

.ad-box2 {
    overflow: hidden;
    width: 1300px;
    height: 68px;
    margin: 15px auto 0 auto;
}

.ad-box2 ul {
    width: 13000px;
}

.ad-box2 ul li {
    overflow: hidden;
    float: left;
    width: 237px;
    height: 68px;
    margin-right: 20px;
}

.ad-box2 img {
    width: 235px;
    height: 66px;
}


.jky_item {
    width: 617px;
}

.J-tab {
    overflow: hidden;
    width: 617px;
}

.J-tab .J-tt {
    width: 617px;
    height: 38px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e2e2e2;
    position: relative;
}

/* .J-tab .J-tt a.more{ position: absolute; right: 0; top:8px; color: #a4a4a4; font-size: 14px;} */
.J-tab .J-tt ul li {
    cursor: pointer;
    position: relative;
    float: left;
    margin-right: 10px;
}

.J-tab .J-tt ul li h2 {
    font-size: 20px;
    line-height: 38px;
    font-family: "黑体";
    font-weight: bold;
    position: relative;
}

.J-tab .J-tt ul li:last-child h2:after {
    border: 0;
}

.J-tab .J-tt ul li h2:after {
    content: "";
    border-right: 1px solid #f0f0f0;
    height: 14px;
    position: absolute;
    top: 13px;
    right: -1px;
}

.J-tab .J-tt ul li h2 a {
    color: #0054a3;
    padding: 0 18px;
    display: block;
    font-weight: normal;
    font-family: '微软雅黑';
}

.J-tab .J-tt ul li.cur {
    border-bottom: 2px solid #0050b3;
    color: #0064c2;
}

.J-tab .J-tt ul li.cur a {
    color: #0064c2;
    font-weight: bold;
    font-family: '微软雅黑';
}

.J-tab .J-con {
    width: 617px;
    position: relative;
}

.J-tab .J-con a.more {
    position: absolute;
    right: 10px;
    top: -48px;
    color: #a4a4a4;
    font-size: 14px;
}

.J-tab .J-con ul li {
    display: none;
    position: relative;
}

.J-tab .J-con ul li:first-child {
    display: block;
}

/* 资料下载 */

.mg_down {
    margin: 40px 0 50px 0;
}

.down {
    width: 430px;
    height: 95px;
    position: relative;
    overflow: hidden;
    margin-right: 5px;
    float: left;
}

.mrgr {
    margin-right: 5px;
}

.down:last-child {
    margin-right: 0;
}

.down a {
    width: 430px;
    height: 95px;
    display: block;
}

.down a.mail {
    position: absolute;
    width: 252px;
    height: 72px;
    left: 73px;
    top: 12px;
    z-index: 9;
}

.down img {
    width: 430px;
    height: 95px;
}


.friends {
    padding: 20px 20px 20px 13px;
    width: 1265px;
    border: 1px solid #dbdbdb;
}

.friends h2 {
    padding-left: 10px;
    color: #0064c2;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    padding-left: 13px;
}

.friends h2:after {
    content: "";
    border-left: 4px solid #0064c2;
    height: 16px;
    position: absolute;
    top: 5px;
    left: 0;
}



.postion {
    color: #414141;
    font-size: 14px;
    margin-bottom: 30px;
    padding: 10px 0 10px 35px;
    position: relative;
    background: #f2f2f2;
}

.postion i {
    display: inline-block;
    width: 13px;
    height: 18px;
    background: url(../imgs/icon_postion.png) no-repeat left center;
    vertical-align: middle;
    margin: 0 10px 3px 0;
    margin-bottom: 3px;
}

.postion::after {
    content: "";
    width: 13px;
    height: 34px;
    position: absolute;
    top: 2px;
    left: 10px;
    display: inline-block;
    background: url(../imgs/icon_postion.png) no-repeat 0 10px;
    vertical-align: middle;
    margin-bottom: 3px;
}

.postion a {
    color: #414141;
    font-size: 14px;
}

.introduce {}

.introduce .educate {
    width: 418px;
    padding-left: 10px;
}

.introduce h3 {
    border-bottom: 1px solid #c6c6c6;
    height: 52px;
    line-height: 52px;
    font-size: 20px;
    color: #0054a3;
    margin-bottom: 23px;
}

.introduce h3.dwnj {
    margin-bottom: 0;
}

.introduce .educate .educont {
    margin-top: 20px;
}

.introduce .educate .educont .edupic {
    width: 417px;
    height: 200px;
    overflow: hidden;
}

.introduce .educate .educont img {
    width: 417px;
    height: 200px;
}

.introduce .educate .educont .edutext {
    text-indent: 26px;
    line-height: 28px;
    color: #4f4f4f;
    font-size: 16px;
    margin-top: 15px;
}

.introduce .educate .educont .edutext a.detail {
    color: #c90000;
    font-size: 16px;
}

.part {
    padding: 12px 38px 12px 33px;
}

#news_tab {
    position: relative;
}

#news_tab .tabList {
    position: relative;
    margin-top: 33px;
}

#news_tab .tabList a.more {
    position: absolute;
    right: 0;
    top: 15px;
    color: #a4a4a4;
    font-size: 14px;
}

#news_tab .tabList ul li {
    float: left;
    width: 85px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    position: relative;
    cursor: pointer;
    margin-right: 23px;
    margin-bottom: 20px;
    color: #323232;
    font-size: 16px;
    border: 1px solid #e5e5e5;
}

#news_tab .tabList ul li:nth-child(4n+4) {
    margin-right: 0;
}

#news_tab .tabCon {
    position: relative;
    margin-top: 14px;
    height: 160px;
    padding-bottom: 36px;
    border-bottom: 1px dashed #d9d9d9;
}

#news_tab .tabCon div.tabcont {
    position: absolute;
    /* opacity: 0;
    filter: alpha(opacity=0); */
    display: none;
    width: 100%;
}

#news_tab .tabList li.cur {
    background: #0d7dca;
    color: #fff;
    border: 1px solid #0d7dca;
}

#news_tab .tabCon div.cur {
    /* opacity: 1;
    filter: alpha(opacity=100); */
    display: block;
}



.leader {
    padding-left: 142px;
    position: relative;
}

.leader .leadpic {
    width: 126px;
    height: 159px;
    position: absolute;
    left: 0;
    top: 0;
}

.leader h4 {
    height: 22px;
    line-height: 22px;
    font-size: 18px;
    color: #0054a3;
    font-weight: bold;
    margin-bottom: 7px;
}

.leader .leadcont {
    line-height: 24px;
    font-size: 14px;
    color: #838383;
    height: 106px;
    overflow: hidden;
}

.leader .leadcont a {
    color: #838383;
    display: block;
    min-height: 100px;
}

.leader .leadcont a:hover {
    color: #666;
}

.leader .leadcont span {
    color: #222;
}

.leader .szmail a.mail {
    background: #d2e8fd;
    padding: 6px 8px 6px 5px;
    color: #68a5de;
    font-size: 14px;
}

.introduce .yearbooks {
    width: 755px;
}

.mlevel{}
.mlevel a{ 
    width: 85px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    position: relative;
    cursor: pointer;
    margin-right: 23px;
    margin-bottom: 20px;
    color: #323232;
    font-size: 16px;
    border: 1px solid #e5e5e5;
    display: inline-block;
}
.mcont{ min-height: 500px; padding: 20px; border: 1px solid #ddd;}
.mcont h2{ font-size: 26px; font-weight: bold; color: #333; border-bottom: 1px dashed #d6d6d6;  padding:6px 10px; margin-bottom: 20px;}
.mcont ul{ padding-left: 20px;}
.mcont ul li{ position: relative; min-height: 227px; margin-bottom: 15px; border-bottom: 1px solid #e3e3e3; padding-bottom: 8px;}
.mcont ul li .ldimg{ float: left; width: 140px; height: auto; padding: 10px; background: #fff; border: 1px solid #ebeaea;}
.mcont ul li .ldimg:hover {
    transform: scale(1)
}
.mcont ul li .teacher{ float: left;  position: absolute; left:180px; bottom: 20px;}
.mcont ul li .teacher h3{ font-size: 18px; color: #333; margin-bottom: 10px; font-weight: bold;} 
.mcont ul li .teacher p{ font-size: 16px; color: #333;} 

.yearbox {
    border: 1px solid #e1e1e1;
    padding: 12px 30px 0 29px;
    margin-right: 10px;
    margin-left: 10px;
}

.yearcont {
    padding: 13px 0;
}

.yearcont p {
    height: 44px;
    line-height: 44px;
    padding-left: 11px;
    font-size: 16px;
    position: relative;
}

.yearcont p:after {
    content: "";
    position: absolute;
    left: 0;
    top: 21px;
    width: 3px;
    height: 3px;
    background: #1c65bd;
}

.yearcont p span {
    float: right;
    font-size: 16px;
    color: #4a4a4a;
}

.yearcont p a {
    height: 44px;
    line-height: 44px;
    color: #000;
}

.yearcont p a:hover {
    height: 44px;
    line-height: 44px;
    color: #ff0000;
}

.page {
    text-align: center;
    margin-top: 44px;
}

ul.pagination {
    display: inline-block;
    padding: 0;
    margin: 0;
}

ul.pagination li {
    display: inline;
}

ul.pagination li a {
    color: black;
    float: left;
    padding: 5px 10px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
    margin-right: 6px;
    background: #efefef;
    font-size: 14px;
}

ul.pagination li a.active {
    background-color: #2b69b4;
    color: white;
    border: 1px solid #2b69b4;
}

ul.pagination li a:hover:not(.active) {
    background-color: #ddd;
}

.widtice {
    width: 1049px;
}

.notice {}

.notice .sidebar {
    width: 210px;
    float: left;
    padding: 8px 3px;
    background: #556fb5;
    margin-left: 10px;
}

.notice .sidebar h2 {
    height: 52px;
    line-height: 52px;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    border-bottom: 2px solid #fff;
}

.notice .sidebar ul {}

.notice .sidebar ul li {
    padding: 20px 0 20px 22px;
    line-height: 22px;
    margin-bottom: 1px;
    background: url(../imgs/icon_notice.png) no-repeat 35px 22px #fff;
}

.notice .sidebar ul li.cur {
    background: url(../imgs/notice_on.png) no-repeat 35px 22px #556fb5;
}

.notice .sidebar ul li.downshow {
    background: url(../imgs/notice_down.png) no-repeat 35px 22px #fff;
}

.notice .sidebar ul li.downcur {
    background: url(../imgs/write_down.png) no-repeat 35px 22px #556fb5;
}

.notice .sidebar ul li.downcur a {
    color: #fff;
    font-weight: bold;
}


.notice .sidebar ul li.cur a {
    color: #fff;
    font-weight: bold;
}

.notice .sidebar ul li a {
    padding-left: 40px;
    font-size: 18px;
    color: #6a6a6a;
}

.notice .sidebar ul li:hover {}

.notice .sidebar ul li:hover a {
    font-weight: bold;
}



.notice .sidebar ul li .wqlb {
    padding: 5px 0 0 40px;
    font-size: 14px;
    color: #6a6a6a;
}

.notice .sidebar ul li .wqlb p a {
    padding: 0;
    font-size: 14px;
}

.articlebg {
    background: #f7f7f7;
}

.article {
    margin: 30px 0;
    padding: 0 200px;
}

.article h2 {
    color: #2f5179;
    font-size: 28px;
    text-align: center;
    font-weight: bold;
}

.article h3 {
    color: #2f5179;
    font-size: 26px;
    text-align: center;
    margin: 7px 0 25px 0;
}

.artitle {
    text-align: center;
    font-size: 14px;
    color: #353535;
}

.artitle .source {
    padding: 0 70px;
}

.article #artcont {
    margin-top: 35px;
}

.article #artcont p {
    text-indent: 34px;
    color: #484848;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
}

.article #artcont .artpic {
    text-align: center;
    overflow: hidden;
    margin: 25px 0;
}

.article img {
    transform: scale(1)
}

.operate {
    padding-left: 35px;
}

.operate .opbtn {
    float: right;
}

.operate .opbtn a {
    font-size: 18px;
    color: #484848;
}

.artlist {
    margin-top: 30px;
}

.artlist p {
    line-height: 32px;
}

.artlist p a {
    font-size: 16px;
    color: #484848;
}

.bottom {
    padding: 44px 0;
    background: #29548e;
}

.footer {
    width: 616px;
    margin: 0 auto;
    padding-left: 96px;
    position: relative;
    text-align: center;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
}

.footer:after {
    content: "";
    width: 52px;
    height: 62px;
    background: url(../imgs/icon_dzjg.png) no-repeat center center;
    position: absolute;
    left: 6px;
    top: 8px;
}

.footer .links {
    color: #fff;
}

.footer .links a {
    color: #fff;
    padding: 0 22px;
}

.copyrig {}

.copyrig span {
    margin-right: 20px;
}
/* 所长信箱 */

.message {
    font-size: 16px;
    color: #3f3f3f;
    line-height: 36px;
    padding: 25px 0 45px 0;
}

.letters {
    margin-top: 28px;
    margin-bottom: 50px;
}

.letters ul {}

.letters ul li {
    margin-bottom: 15px;
}

.letters ul li .ltput {
    height: 38px;
    line-height: 38px;
    border: 1px solid #e1e1e1;
    padding-left: 14px;
}

.letters ul li .wdlg {
    border-left: 0;
    width: 628px;
}

.letters ul li .wdsm {
    border-left: 0;
    width: 176px;
}

.letters ul li em {
    font-size: 14px;
    color: #3f3f3f;
    text-align: center;
    display: inline-block;
    height: 38px;
    line-height: 38px;
    width: 110px;
    border: 1px solid #e1e1e1;
}

.letters ul li em.mgl {
    margin-left: 25px;
}

.letters ul li i {
    color: #ff0000;
    font-size: 14px;
    font-style: normal;
    margin-left: 9px;
}

.letters ul li sub {
    color: #4e4e4e;
    font-size: 12px;
    font-style: normal;
    margin-left: 32px;
}

.option {
    position: relative;
    display: inline-block;
    min-width: 30px;
    color: #3f3f3f;
    font-size: 14px;
    margin-left: 15px;
    padding-left: 26px;
}

input[type="radio"] {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 99;
}

input[type="radio"]+label {
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: url(../imgs/select_normal.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

input:checked+label {
    background: url(../imgs/select_on.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.chaxun {
    background: #f3f2f2;
    padding: 16px 54px 16px 16px;
}

.chaxun .chabox {
    width: 862px;
    border: 1px solid #275293;
    padding: 0 64px 0 39px;
    height: 34px;
    position: relative;
}

.chaxun .chabox i {
    display: block;
    position: absolute;
    border-right: 1px solid #275293;
    left: 0;
    top: 0;
    width: 37px;
    height: 34px;
    background: url(../imgs/icon_chaxun.jpg) no-repeat;
}

.chaxun .chabox a.btncx {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 65px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    font-size: 16px;
    background: #275293;
    color: #fff;
}

.chaxun .chabox .cxinput {
    width: 840px;
    height: 34px;
    line-height: 34px;
    padding: 0 10px;
    border: 0;
}

.cxname {
    background: #275293;
    padding-left: 30px;
    height: 30px;
    padding-top: 14px;
}

.cxname h2 {
    color: #fff;
    height: 16px;
    line-height: 16px;
    border-left: 3px solid #fff;
    padding-left: 10px;
    font-size: 16px;
}


.edupdf {
    width: 1200px;
    margin: 0 auto !important;
}

.edupdf .sidepdf {
    width: 275px;
    width: 223px;
    padding: 74px 26px 26px 26px;
    background: #c9d3dc;
}

.iconpdf {
    margin-bottom: 25px;
    width: 221px;
    height: 346px;
    overflow: hidden;
}

.datebox {
    padding: 20px 0;
    text-align: center;
    border-top: 1px dashed #9f9f9f;
    border-bottom: 1px dashed #9f9f9f;
}

.datebox .year {
    font-size: 32px;
    color: #000;
}

.datebox .zgdjq {
    font-size: 20px;
    color: #000;
}

.gyjyzb {
    padding: 20px 0 40px 0;
}

.fmtt {
    padding-bottom: 25px;
    border-bottom: 1px dashed #9f9f9f;
}
.fmtt img{
  width: 100%;
}

.fmtt p {
    font-size: 14px;
    color: #000;
    text-align: center;
    padding: 6px 0;
}

.unit {
    padding-bottom: 30px;
}

.unit ul {
    border-bottom: 1px dashed #9f9f9f;
    padding-top: 10px;
}

.unit ul li {
    padding-left: 92px;
    margin-bottom: 10px;
    position: relative;
    font-size: 14px;
    color: #000;
}

.unit ul li p {
    line-height: 30px;
}

.unit ul li label {
    width: 92px;
    text-align: center;
    position: absolute;
    text-align: left;
    left: 0;
    top: 0;
    font-size: 14px;
    color: #000;
    font-weight: bold;
}




.edupdf .mainpdf {
    width: 747px;
    margin: 0 28px;
}

.pdflist {
    margin-top: 77px;
}

.pdflist ul {}

.pdflist ul li {
    float: left;
    margin-right: 42px;
    margin-bottom: 38px;
    width: 221px;
    overflow: hidden;
}

.pdflist ul li:nth-child(3n+3) {
    margin-right: 0;
}

.pdflist ul li a.pdfdwown {
    display: block;
    text-align: right;
}

.pdflist ul li a.pdfdwown i {
    display: inline-block;
    width: 75px;
    height: 24px;
    background: url(../imgs/icon_pdf.png) no-repeat center center;
}

.pdflist ul li .pdfpic {
    width: 207px;
    height: 283px;
    overflow: hidden;
    padding: 6px;
    border: 1px solid #b9b8b8;
}

.pdflist ul li .pdfpic img {
    width: 207px;
    height: 283px;
}

.pdflist ul li p {
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-size: 18px;
    color: #000;
}

.edupdf .contpdf {
    width: 897px;
    margin: 0 0 0 28px;
}



.edupdf .history {
    width: 122px;
    margin-top: 103px;
}

.edupdf .history .review {
    height: 32px;
    line-height: 32px;
    background: #ba2727;
    font-size: 18px;
    color: #fff;
    text-align: center;
    position: relative;
}

.edupdf .history .review::after {
    position: absolute;
    left: 55px;
    top: 32px;
    content: '';
    font-size: 0;
    line-height: 0;
    border-width: 11px;
    border-color: #ba2727;
    border-bottom-width: 0;
    border-style: dashed;
    border-top-style: solid;
    border-left-color: transparent;
    border-right-color: transparent;
}

.edupdf .history ul {}

.edupdf .history ul li {
    background: #e5e5e5;
    height: 60px;
    line-height: 60px;
    text-align: center;
    margin-bottom: 2px;
}

.edupdf .history ul li a {
    font-size: 16px;
    color: #000;
}

.edupdf .history .backtop {
    background: #e5e5e5;
    height: 45px;
    text-align: center;
    padding-top: 15px;
}

.edupdf .history .backtop a {
    color: #010101;
}

.edupdf .history .backtop a i {
    display: inline-block;
    content: '';
    font-size: 0;
    line-height: 0;
    border-width: 11px;
    border-color: #969696;
    border-top-width: 0;
    border-style: dashed;
    border-bottom-style: solid;
    border-left-color: transparent;
    border-right-color: transparent;
}

.edupdf .pdfix {
    position: fixed;
    margin-top: 0;
}

.agree {
    text-align: center;
    padding-bottom: 50px;
}

.agree a.read {
    color: #fff;
    font-size: 18px;
    background: #2b69b4;
    padding: 12px 18px;
}




.upload {
    background: #2b69b4;
    height: 38px;
    line-height: 38px;
    width: 124px;
    border: 1px solid#e1e1e1;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 14px;
    position: relative;
}

.upload img {
    margin-bottom: 3px;
}

.upload .upfile {
    position: absolute;
    left: 0;
    opacity: 0;
    width: 124px;
    height: 38px;
}

.letcont {
    border: 1px solid #e1e1e1;
}

.letcont .wtname {
    border-bottom: 1px solid #e1e1e1;
    padding-left: 25px;
    font-size: 14px;
    height: 38px;
    line-height: 38px;
}

.letcont .areacont {
    padding: 10px 24px;
    width: 90%;
    min-height: 130px;
    border: 0;
    resize: none;
    overflow-y: hidden;
    font-size: 14px;
}

.btnarea {
    text-align: center;
    padding-top: 15px;
}

.btnarea a {
    width: 110px;
    height: 38px;
    line-height: 38px;
    display: inline-block;
    font-size: 16px;
    color: #fff;
    margin: 0 35px;
}

.btnarea a.submit {
    border: 1px solid #aac3e1;
    background: #2b69b4;
}

.btnarea a.reset {
    border: 1px solid #bbc5e1;
    background: #556fb5;
}


/* 网站底部导航 */
.botnav{ width: 1300px; margin: 0 auto;}
.botnav h2.tit{ text-align: center; color: #4e8fdd; font-size: 32px; margin: 50px 0;}
.map{}
.map h3.tit{ border-bottom: 1px solid #e1e1e1;}
.map h3.tit span{  color: #2b69b4; font-size: 24px; border-bottom: 3px solid #2b69b4; display: inline-block; padding:8px 20px; margin-bottom: -1px;}
.map .links{ padding: 30px 30px;}
.map .links a{color: #2b69b4; font-size: 18px; display: inline-block; width: 220px; padding:15px 0 15px 20px; position: relative;}
.map .links a::after{display: inline-block; width: 4px; height: 4px;background: #2b69b4; border-radius: 4px; position: absolute; left: 0; top:26px; content: ''; }

.about{ border-top: 1px solid #e1e1e1; padding: 45px 0 50px 436px; }
.about p{ line-height: 60px; color: #545454; font-size: 18px;}


.statement{ border-top: 1px solid #e1e1e1; padding: 65px 90px; }
.statement p{ line-height: 40px; color: #545454; font-size: 18px; text-indent: 37px;}

.ad_jj{margin:30px 0 30px 0;}
.ad_jj a{display:block;width:100%;height:80px;overflow:hidden;}
.ad_jj a img{display:block;width:100%;height:80px;}