@charset "utf-8"; /* CSS Document*/
body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    min-width: 1300px;
    background: #ffffff;
    font-family: "Microsoft Yahei", 宋体, sans-serif;
}

ul, li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    font-weight: normal
}

img {
    border: 0;
}

a {
    text-decoration: none;
    color: #666666;
}

a:hover {
    text-decoration: none;
    color: #0078d4;
    transition: all 0.6s;
}

.fl {
    float: left !important;
}

.fr {
    float: right !important;
}

.i_jg {
    width: 100%;
    margin: 10px auto;
    height: 10px;
    overflow: hidden
}

.clearboth {
    clear: both;
    border: 0;
    padding: 0;
    margin: 0;
}

.w1300 {
    width: 1300px;
    height: auto;
    margin: 0 auto;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.relative {
    position: relative;
}

.imghover {
    cursor: pointer;
    transition: all 0.6s;
}

.imghover:hover {
    transform: scale(1.2);
}

/*header*/
.header {
    width: 100%;
    height: 125px;
    /*background: url("../images/header_bg.jpg") center no-repeat #ffffff;*/
}

.header_center {
    width: 1300px;
    margin: 0 auto;
    height: 125px;
}

.header .logo {
    padding: 30px 0 0 0;
    width: 880px;
    float: left;
}
.header .logo img{
    height:60px;
}
.top_right {
    float: right;
}

.top_link {
    font-size: 14px;
    color: #cccccc;
    line-height: 40px;
    height: 40px;
    padding: 5px 15px 0 0;
    text-align: right
}

.top_link a {
    color: #666666;
    padding: 0 7px
}

/*inav*/
.inavbox {
    background: rgb(30 89 168 / 78%);
    width: 100%;
    height: 58px;
}

.inav {
    padding: 0;
    height: 58px;
    line-height: 58px;
    position: relative;
    z-index: 1;
    width: 1300px;
    margin: 0 auto;
}

.inav a {
    color: #fff;
}

.inav .nLi {
    float: left;
    position: relative;
    display: inline;

}

.inav .nLi h3 {
    float: left;
}

.inav .nLi h3 a {
    display: block;
    padding: 0 27px;
    font-size: 18px;
    color: #ffffff;
    font-weight: normal;
    position: relative;
}


.inav .sub {
    display: none;
    width: 100%;
    left: 0;
    top: 58px;
    position: absolute;
    background: rgb(30 89 168 / 78%);
    line-height: 36px;
    padding: 0;
    font-size: 14px;
    text-align: center;
}

.inav .sub li {
    zoom: 1;
    line-height: 50px;
}

.inav .sub a {
    display: block;
    padding: 0 10px;
    color: #ffffff;
}

.inav .sub a:hover {
    background: #ffffff;
    color: #333333;
}

.inav .on h3 a {
    background: #6f92c0;
    color: #ffffff;
}

.inav h3 a:hover {
    background: #1280b1;
    color: #ffffff;
}

/*search*/
.i-search {
    width: 245px;
    height: 36px;
    overflow: hidden;
    position: relative;
    float: right;
    margin-top: 10px;
    border: #e2e2e2 1px solid;
    background: #ffffff;
    border-radius: 30px;
}

.i-search .search-txt {
    width: 180px;
    padding: 0 0 0 15px;
    height: 36px;
    line-height: 36px;
    _line-height: 36px;
    background: #ffffff;
    color: #9e9e9e;
    margin: 0;
    border: 0;
    outline: none;
}

.i-search .search-btn {
    width: 60px;
    height: 36px;
    line-height: 36px;
    position: absolute;
    right: 0;
    *margin-top: 1px;
    background: url("../images/ico_search.png") no-repeat center center;
    border: 0;
    color: #ffffff;
    cursor: pointer
}

.i-search .search-btn:hover {
    cursor: pointer;
    opacity: 0.9;
}


/*banner*/
.banner_box {
    background: url(../images/banner_bg.png) top center no-repeat #cbd5e329;
    height: auto;
    width: 100%;
    margin: 0 auto;
    position: relative
}

.ibanner {
    width: 1300px;
    height: 430px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    top: 25px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    background: #063c84;
}

.ibanner .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 47%;
    bottom: 20px;
    z-index: 1;
}

.ibanner .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.ibanner .hd ul li {
    float: left;
    margin-right: 10px;
    width: 12px;
    height: 12px;
    line-height: 12px;
    border-radius: 50px;
    text-align: center;
    background: #cccccc;
    cursor: pointer;
}

.ibanner .hd ul li.on {
    background: #ffffff;
    color: #fff;
}

.ibanner .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.ibanner .bd li {
    zoom: 1;
    vertical-align: middle;
}

.ibanner .bd img {
    width: 1300px;
    height: 430px;
    display: block;
}

.ibanner .prev,
.ibanner .next {
    position: absolute;
    left: 4%;
    top: 45%;
    margin-top: -25px;
    display: block;
    width: 75px;
    height: 75px;
    background: url(../images/slider-arrow.png) -122px -6px no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.5;
    border-radius: 50%
}

.ibanner .next {
    left: auto;
    right: 4%;
    background-position: 0 -6px;
}

.ibanner .prev:hover,
.ibanner .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.ibanner .prevStop {
    display: none;
}

.ibanner .nextStop {
    display: none;
}


/*imain*/
.imain {
    width: 1300px;
    margin: 25px auto 0 auto;
    height: auto;
    overflow: hidden;
}

.imain_left {
    float: right;
    width: 990px;
    padding: 0 0;
    height: auto;
    margin: 50px auto 0 auto;
}

.imain_right {
    float: left;
    width: 280px;
    height: 780px;
    background: url("../images/r_bg.jpg") bottom center no-repeat #f5f4f3;
    padding-top: 40px
}

.zs_qhbox {
    width: 100%;
    height: auto;
    overflow: hidden
}

.newsslide {
    width: 475px;
    text-align: left;
    margin-bottom: 20px
}

.newsslide .hd {
    height: 37px;
    line-height: 37px;
    padding: 0;
    border-bottom: 1px solid #dedede;
    position: relative;
}

.newsslide .hd ul {
    float: left;
    position: absolute;
    left: 0;
    height: 52px;
}

.newsslide .hd ul li {
    float: left;
    margin: 0 10px 0 0;
    padding: 0 15px;
    font-size: 16px;
    color: #666666;
    cursor: pointer;
}

.newsslide .hd ul li.on {
    color: #1e59a8;
    background: #ffffff;
    border-left: #dedede 1px solid;
    border-right: #dedede 1px solid;
    border-top: #dedede 1px solid;
    border-bottom: #ffffff 1px solid;
}

.newsslide .bd ul {
    padding: 20px 0 0 0;
    zoom: 1;
    position: relative;
    height: 200px
}

.newsslide .hd h1 {
    font-size: 18px;
    font-weight: bold;
    color: #1e59a8;
    float: left;
    background: url("../images/title_ico.png") left center no-repeat;
    padding: 0 40px 0 30px
}

.newsslide .hd h1 i {
    font-style: normal;
    color: #222222
}

.newsslide:hover .hd h1 {
    background: url(../images/title_ico2.png) left center no-repeat;
}

/*fast_box*/
.fast_box {
}

.fast_box li {
    width: 230px;
    margin: 0 auto 8px auto;
    overflow: hidden;
    border: #ffffff 1px solid;
    transition: all 0.6s;
}

.fast_box li a {
    display: block;
    height: 60px;
    /* width: 200px; */
    /* padding: 15px 20px; */
    background: #fdfdfd;
}

.fast_box li img {
    display: block;
    float: left;
    width: 40px;
    height: 40px;
    opacity: 0.7
}

.fast_box li h1 {
    display: block;
    float: left;
    padding-left: 10px;
    font-size: 18px;
    /* color: #8d8d8d; */
    height: 60px;
    line-height: 40px;
    text-align: left;
    font-weight: bold;
    vertical-align: middle;
}

.fast_box li i {
    display: block;
    width: 6px;
    height: 11px;
    float: right;
    background: url("../images/fa_jt.png") center no-repeat;
    margin: 17px 10px 0 0
}

.fast_box li:hover img {
    opacity: 1;
    transition: all 0.6s;
}

.fast_box li:hover i {
    margin: 17px 5px 0 0;
    transition: all 0.6s;
}

.fast_box li:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border: #dfdcdb 1px solid;
    transition: all 0.6s;
}
.fast_box .btn-icon{
    display: inline-block;
    float: left;
    font-size: 36px;
    -webkit-transition: font-size 0.25s linear, width 0.25s linear;
  -moz-transition: font-size 0.25s linear, width 0.25s linear;
  transition: font-size 0.25s linear, width 0.25s linear;
}
.fast_box li:hover .btn-icon{
    font-size:42px;
}
.fast_box li:hover h1 {
    /* color: #0078d4 !important; */
    font-weight: bold
}

/*r_m*/
.r_m {
    width: 100%;
    margin: 50px auto;
    text-align: center
}

.r_m img {
    display: block;
    margin: 0 auto;
    text-align: center;
    /* width: 130px; */
    height: 130px;
    background: #ffffff;
    padding: 5px;
}

.r_m span {
    width: 100%;
    display: block;
    font-size: 14px;
    color: #726362;
    line-height: 30px;
    text-align: center;
}

/*iyxbox*/
.iyxbox {
    width: 1300px;
    margin: 0 auto 40px auto;
    overflow: hidden;
    background: #f3f3f3
}

.yxbox {
    width: 1300px;
    overflow: hidden;
    position: relative;
}

.yxbox .hd {
    overflow: hidden;
}

.yxbox .hd .prev, .yxbox .hd .next {
    display: block;
    width: 5px;
    height: 9px;
    float: right;
    margin-right: 5px;
    margin-top: 10px;
    overflow: hidden;
    cursor: pointer;
    background: url("../images/arrow.png") no-repeat;
}

.yxbox .hd .next {
    background-position: 0 -50px;
}

.yxbox .hd .prevStop {
    background-position: -60px 0;
}

.yxbox .hd .nextStop {
    background-position: -60px -50px;
}

.yxbox .hd ul {
    float: right;
    overflow: hidden;
    zoom: 1;
    margin-top: 10px;
    zoom: 1;
}

.yxbox .hd ul li {
    float: left;
    width: 9px;
    height: 9px;
    overflow: hidden;
    margin-right: 5px;
    text-indent: -999px;
    cursor: pointer;
    background: url("../images/icoCircle.gif") 0 -9px no-repeat;
}

.yxbox .hd ul li.on {
    background-position: 0 0;
}

.yxbox .bd {
    padding: 25px 20px 10px 75px;
    background: url("../images/iyxfctitle.png") left center no-repeat;
}

.yxbox .bd ul {
    overflow: hidden;
    zoom: 1;
}

.yxbox .bd ul li {
    margin: 0 17px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
}

.yxbox .bd ul li .pic {
    text-align: center;
}

.yxbox .bd ul li .pic a {
    width: 270px;
    height: 190px;
    overflow: hidden;
    display: block
}

.yxbox .bd ul li .pic img {
    width: 270px;
    height: 190px;
    display: block;
    padding: 0;
}

.yxbox .bd ul li .pic a:hover img {
    border-color: #999;
}

.yxbox .bd ul li .title {
    line-height: 50px;
    font-size: 16px;
    color: #222222
}

.yxbox .bd ul li .title a {
    color: #222222
}

.yxbox .bd ul li:hover a {
    color: #1e59a8;
    font-weight: bold
}

/*newslist*/
.newslist {
    width: 98%;
    height: auto;
    margin: 0 auto;
    padding: 15px 0 0 0 !important;
    font-size: 15px;
    color: #999999;
    line-height: 36px;
    position: relative;
}

.newslist ul {
    height: auto;
    overflow: hidden;
}

.newslist li {
    width: 100%;
    font-size: 15px;
    color: #999999;
    line-height: 36px;
    height: 36px;
}

.newslist li a {
    background: url("../images/ico_001.png") left center no-repeat;
    padding-left: 13px;
    color: #333333;
    font-size: 15px;
    float: left;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 360px;
    text-align: left;
}

.newslist li a:hover {
    color: #cc0000;
    margin-left: 5px;
}

.newslist li span {
    float: right;
    color: #a9a9a9
}

/*newslist2*/
.newslist2 {
    width: 96%;
    height: auto;
    margin: 0 auto;
    padding: 25px 0 !important;
    font-size: 16px;
    color: #999999;
    overflow: hidden;
    line-height: 40px;
    position: relative;
}


.newslist2 li {
    width: 100%;
    font-size: 16px;
    color: #999999;
    line-height: 40px;
    height: 40px;
}

.newslist2 li a {
    background: url("../images/ico_001.png") left center no-repeat;
    padding-left: 15px;
    color: #6a6a6a;
    font-size: 16px;
    float: left;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 520px;
    text-align: left;
}

.newslist2 li a:hover {
    color: #cc0000
}

.newslist2 li span {
    float: right;
    color: #a9a9a9
}

.i_title {
    width: 100%;
    height: 48px;
    border-bottom: #9e0000 2px solid
}

.i_title h2 {
    font-size: 20px;
    padding: 0 25px;
    color: #ffffff;
    line-height: 48px;
    height: 48px;
    display: block;
    float: left;
    background: #9e0000;
    font-weight: bolder;
}

.i_title a {
    font-size: 16px;
    color: #6a6a6a;
    float: right;
    line-height: 48px;
}

.i_title a:hover {
    color: #cc0000
}

/*xxgksl*/

.sl_title {
    background: url("../images/xxgksl_bg.png") left center no-repeat;
    height: 42px;
    line-height: 42px;
    font-size: 20px;
    font-weight: bold;
    padding: 0 0 0 20px;
    color: #990000;
    width: 90%;
    margin: 0 auto
}

.sl_title span {
    color: #333333;
}

.sl_nr {
    height: auto;
    overflow: hidden;
    margin: 18px auto;
    width: 90%;
}

.sl_nr p {
    font-size: 14px;
    font-weight: bold;
    color: #666666;
    line-height: 35px;
    margin: 0;
    padding: 0
}

.i_more {
    width: 45px;
    height: 20px;
    line-height: 20px;
    position: absolute;
    top: -30px;
    right: -5px;
    overflow: hidden
}

.i_more a {
    width: 45px;
    height: 20px;
    display: block;
    font-size: 14px;
    color: #6a6a6a;
    background: url("../images/more.png") -45px top no-repeat;
}

.i_more a:hover {
    background: url("../images/more.png") 0 top no-repeat;
    transition: all 0s;
}

/*zdgk_box*/
.zdgk_box {
    width: 100%;
    margin: 0 auto
}

.zdgk_box ul {
    width: 110%;
    padding: 15px 0;
}

.zdgk_box li {
    width: 136px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 16px;
    float: left;
    margin: 0 15px 15px 0
}

.zdgk_box li a {
    display: block;
    width: 100%;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 16px;
    border: #dddddd 1px solid;
    color: #383838;
    border-radius: 4px;
}

.zdgk_box li a:hover {
    color: #ffffff;
    background: #9e0000;
    border: #9e0000 1px solid;
}

/*list*/
.list-banner {
    width: 100%;
    text-align: center;
    margin: 0 0 0 0;
    position: relative;
}

.list-banner h1 {
    position: absolute;
    left: 15%;
    top: 28%;
    font-size: 36px;
    color: #ffffff;
    background: url("../images/lm_name_bg.png") 70px center no-repeat;
    display: block;
    padding: 30px 150px 30px 0;
    width: 200px;
}

.list-banner img {
    width: 100%;
    margin: 0 auto;
}

.listmain {
    height: auto;
    position: relative;
    padding: 0 0 0 0;
    width: 1300px;
    margin: 20px auto;
}

.lm-left {
    width: 240px;
    float: left;
    background: url(../images/l_subbgend.png) bottom center no-repeat #c7ced9;
    padding-bottom: 50px;
    position: relative;
    top: -100px;
    border-radius: 15px 15px 0 0;
}

.lm-left .left-lmname {
    background: url("../images/l_subbgtop.png") left top no-repeat;
    height: 100px;
    line-height: 60px;
    padding: 13px 10px 5px 20px;
    overflow: hidden
}

.lm-left .left-lmname h1 {
    color: #1e59a8;
    font-weight: bold;
    background: url("../images/lstitlebg.png") left bottom no-repeat;
    font-size: 24px;
    line-height: 60px;
    margin: 25px 0 0 15px;
}

.lm-left .left-lmname span {
    color: #ffffff;
    font-size: 16px;
    line-height: 30px;
}


/*list-sub*/
.lm-left .list-sub {
    padding-left: 40px
}

.lm-left .list-sub li {
    transition: 0.3s;
    text-align: left;
    font-size: 14px;
    position: relative;
    margin: 10px auto;
}

.lm-left .list-sub li a {
    padding: 12px 20px 12px 30px;
    transition: 0.3s;
    color: #222222;
    font-size: 16px;
    display: block;
}

.lm-left .list-sub li > a {
    position: relative;
}

.lm-left .list-sub li a p {
    color: rgb(153, 153, 153);
    font-size: 12px;
}

/*
.lm-left .list-sub li > a::before {
    left: 16px; top: 22px; width: 4px; height: 4px; position: absolute; content: ""; background-color: rgb(179, 179, 179);
}
*/

.lm-left .list-sub li:hover a {
    color: #8bb1e5;
    font-weight: bold;
    background: #ffffff;
}

.lm-left .list-sub li.active a {
    color: rgb(0, 55, 112);
    background-color: rgb(255, 255, 255);
}

.lm-left .list-sub li:hover {

}

.lm-left .list-sub li.active {

}

.lm-left .list-sub li:hover a::before {
    background-color: rgb(29, 76, 144);
}

.lm-left .list-sub li.active a::before {
    background-color: rgb(29, 76, 144);
}

.lm-left .list-sub li strong.arrow {
    transition: 0.3s ease-in-out;
    top: 0;
    width: 33px;
    height: 45px;
    text-align: center;
    right: 10px;
    color: #666666;
    line-height: 45px;
    font-size: 20px;
    font-weight: bold;
    display: block;
    position: absolute;
    z-index: 33;
    cursor: pointer;
}

.lm-left .list-sub li strong.arrow:hover {
    background-color: rgb(250, 250, 250);
}

.twoJ_menu {
    display: none;
    background: #ffffff;
    margin: 0;
    padding: 0;
}

.twoJ_menu a {
    background: url(../images/ico_dd.png) 42px center no-repeat #ffffff !important;
}

.twoJ_menu dd {
    background: #ffffff;
    margin: 0;
    padding: 0;
}

.lm-left .list-sub .twoJ_menu dd a {
    padding: 10px 22px 10px 50px;
    font-size: 15px;
    border-bottom: none;
}

.on_this {
    background: #ffffff !important;
    font-weight: bold;
    color: #363aa1
}

.on_this a {
    background: #ffffff !important;
    font-weight: bold;
    color: #1e59a8 !important;
}

/*list-subover*/
/*infotitle*/
.infotitle {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: url("../images/z_titlebg.png") center no-repeat;
    margin: 40px auto 20px auto
}

.infotitle h1 {
    display: block;
    width: 700px;
    margin: 0 auto;
    font-weight: bold;
    color: #1e59a8;
    font-size: 27px;
    text-align: center;
}

.infotitle i {
    color: #000000;
    font-style: normal
}

/*allzy_box*/
.allzy_box {
    width: 1300px;
    height: auto;
    overflow: hidden;
    margin: 0 auto 40px auto
}

.allzy_box ul {
    width: 1350px
}

.allzy_box ul li {
    float: left;
    position: relative;
    width: 295px;
    height: 210px;
    overflow: hidden;
    margin: 0 40px 40px 0;
    background: #000000
}

.allzy_box ul li a {
    display: block;
    position: relative;
    width: 295px;
    height: 210px;
    overflow: hidden
}

.allzy_box ul li a h2 {
    font-size: 24px;
    color: #ffffff;
    line-height: 60px;
    position: absolute;
    z-index: 999;
    width: 100%;
    margin: 25% auto;
    text-align: center;
    background: url("../images/xnmx_bg.png") center no-repeat;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.allzy_box ul li a img {
    position: absolute;
    width: 295px;
    height: 210px;
    opacity: 0.9;
    background: #000000
}

.allzy_box ul li:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    transition: all 0.6s;
}

/*zy_about*/
.zy_zinfo {
}

.zy_about {
    width: 1300px;
    margin: 0 auto 30px auto;
    height: auto;
    overflow: hidden;
}

.zy_about p {
    font-size: 15px;
    color: #666666;
    line-height: 36px;
    text-align: left;
    text-indent: 2em
}

.zy_sztd {
    width: 1300px;
    margin: 0 auto;
    height: auto;
    overflow: hidden
}

.zy_sztd ul {
    width: 1350px
}

.zy_sztd li {
    width: 150px;
    height: 200px;
    display: block;
    margin: 0 40px 50px 0;
    float: left
}

.zy_sztd li img {
    width: 150px;
    height: 200px;
    display: block;
    margin: 0 auto;
}

.zy_sztd li span {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 40px;
    color: #333333
}

/**/


.lm-right {
    width: 1020px;
    float: right;
    margin-right: 0;
    background: #ffffff
}

.this-name {
    border-bottom: #e6e6e6 1px solid;
    line-height: 30px;
    height: 30px;
    padding: 10px 0;
    margin: 20px 0 0 0
}

.this-name h1 {
    color: #333333;
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    padding-left: 30px;
    background: url("../images/title_ico2.png") left center no-repeat;
    float: left
}

.this-name span {
    float: right;
    color: #999999;
    font-size: 16px;
}

.this-name span a {
    color: #666
}

.lm-right .lm_list {
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding: 30px 0;
}

.lm-right .lm_list li {
    line-height: 70px;
    font-size: 18px;
    color: #666666;
    text-align: left;
    padding: 0 10px;
    border-bottom: #e7ded5 1px dashed;
}

.lm-right .lm_list li span {
    font-size: 16px;
    color: #838383
}
.lm-right .lm_list li span[class^=keyword] {
    color: #F44336
}
.lm-right .lm_list li span i {
    font-size: 27px;
    color: #1e59a8;
    font-style: normal
}

.lm-right .lm_list li a {
    color: #4a4a4a;
    padding-left: 20px;
}


.lm-right .lm_list li:hover {
    background: #f4f3f2;
    color: #0000cc;
}

.lm-right .lm_list li:hover a {
    color: #1e59a8
}

.lm-right .list-fy {
    text-align: center;
    margin: 0 auto 20px auto;
    min-height: 40px;
}

.left_box {
    height: auto;
    overflow: hidden;
    background: #ffffff;
    margin: 0 auto 12px auto;
}

.left_box h1 {
    color: #ffffff;
    font-size: 16px;
    line-height: 42px;
    height: 42px;
    background: #1b65ac;
    border-left: #003366 4px solid;
    padding-left: 15px;
}

.left_box_nr {
    height: auto;
    overflow: hidden;
    padding: 10px 15px 20px 15px
}

.left_box_nr li {
    height: 34px !important;
    line-height: 34px !important;
}


/*content*/
.content-main {
    overflow: hidden;
    margin: 10px auto 20px auto;
    background: #ffffff;
    width: 1300px;
}

.c-content {
    height: auto;
    overflow: hidden;
    position: relative;
    margin: 40px auto 40px auto;
    padding: 0 40px;
}

.c-content .c-title {
    font-size: 30px;
    color: #222222;
    line-height: 50px;
    text-align: center
}

.c-content .other-s {
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #666666;
    background: #f5f5f5;
    margin: 15px auto 0 auto;
    position: relative;
}

.c-content .other-s .sjfx {
    position: absolute;
    right: 10px;
    top: 10px;
}

.c-content .nr-info {
    height: auto;
    overflow: hidden;
    position: relative;
    text-align: left
}

.c-content .nr-info p {
    font-size: 16px;
    color: #666;
    line-height: 34px;
    margin: 15px 0;
    text-indent: 2em;
    text-align: left
}

.wz_fj {
}

.wz_fj p {
    line-height: 36px;
    color: #0d8100;
    font-size: 16px;
    background: url("../images/ico_fj2.png") left center no-repeat;
    padding: 0 0 0 20px;
    margin: 0;
}

.wz_fj a {
    line-height: 36px;
    font-size: 16px;
}

.wzclose-relative {
    text-align: center;
    margin-top: 30px;
}

.wzclose-relative span {
    margin: 0 15px;
}

.i-sxt {
    border-top: #d9d9d9 1px solid;
    margin: 20px auto;
    padding: 20px 0;
    overflow: hidden;
    height: 70px
}

.i-sxt p {
    display: block;
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}

.i-sxt a {
    color: #555555;
    font-size: 14px;
    line-height: 30px;
}

.i-sxt a:hover {
    color: #cc0010;
}

/*i_link*/
.end_link {
    width: 1300px;
    margin: 0 auto 20px auto;
    overflow: hidden;
    height: 50px;
    padding: 0;
    border-bottom: #ffe5e8 1px solid;
}

.end_link ul {
    width: 1300px;
    overflow: hidden;
    text-align: center;

}

.end_link li {
    color: #ffffff;
    font-size: 15px;
    line-height: 50px;
    display: inline;
    text-align: center;
}

.end_link li a {
    color: #dfd4d4;
    padding: 0 15px;
}

.end_link li a:hover {
    color: #ffffff;
}

/*yqlj_pic*/
.yqlj_pic {
    width: 1300px;
    margin: 0 auto 25px auto;
    height: auto;
    overflow: hidden
}

.yqlj_pic ul {
    width: 1320px
}

.yqlj_pic li {
    width: 245px;
    /* height: 58px; */
    border: #eaeaea 1px solid;
    overflow: hidden;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
    text-align: center;
    background-color: #ddecf3;
    padding: 5px 0;
    overflow: hidden;
    position: relative;
    display: flex;
  justify-content: center;
  align-items: center;
}

.yqlj_pic li img {
    width: 245px;
    height: 58px;
}

.yqlj_pic li:hover {
    border: #d6d6d6 1px solid
}

.yqlj_pic ul li:hover:before
{
  content: '';
  position: absolute;
  width: 250px;
  height: 125%;
  background: linear-gradient(315deg,#00ccff,#d400d4);
  animation: animate 4s linear infinite
}
@keyframes animate 
{
/*  0%
  {
    transform: rotate(0deg);
  }
  100%
  {
    transform: rotate(360deg);
  }*/
    0%,
    100% {
      clip: rect(0px, 220.0px, 2px, 0px);
    }

    25% {
      clip: rect(0px, 2px, 30.0px, 0px);
    }

    50% {
      clip: rect(30.0px, 270.0px, 270.0px, 0px);
    }

    75% {
      clip: rect(0px, 270.0px, 30.0px, 218.0px);
    }
}
.yqlj_pic ul li:after
{
  content: '';
  position: absolute;
  inset : 1px;
  background: #ddecf3;
  /*border-radius: 15px;*/
  z-index: 2;
}
.yqlj_pic ul li a{
    position: relative;
    z-index: 4;
}
/*footer*/
.footer {
    width: 100%;
    background: url(../images/end_bg.jpg) center no-repeat rgb(30 89 168 / 78%);
    background-size: cover;
    color: #ffffff;
    padding: 20px 0 30px 0;
    text-align: left;
}

.footer a {
    color: #ffffff;
}

.copright {
    width: 1300px;
    text-align: center;
    margin: 0 auto
}

.copright p {
    margin: 0;
    padding: 0;
    color: #ffffff;
    font-size: 14px;
    line-height: 27px;
}

.end_tel {
    font-size: 24px !important;
    line-height: 50px !important;
}


/*2020-6-2*/
.three_nav {
    background: #e8e8e8;
    border-left: #cccccc 3px solid
}

.three_nav ul {
    padding: 15px 0
}

.three_nav li {
}

.three_nav li a {
    font-size: 14px !important;
    border-left: #cccccc 0 solid !important;
    border-bottom: #e8e8e8 0px solid !important;
    padding-left: 50px !important;
    line-height: 36px !important;
    height: 36px !important;
    background: url("../images/ico_dd.png") 35px center no-repeat !important;
    display: block !important;
}

.three_nav li a:hover {
    background: url("../images/ico_dd.png") 40px center no-repeat #ffffff !important;
    padding-left: 55px !important;
}

.three_on {
    background: url("../images/ico_dd.png") 40px center no-repeat #ffffff !important;
    padding-left: 55px !important;
}

.zy_zinfo {
    min-height: 515px;
}
/*cx*/
.baoming {
    margin: 30px auto 50px auto;
    overflow: hidden;
    width: 1000px;
}

.baoming .item {
    float: left;
    width: 330px;
    margin-left: 112px;
    background: #1e59a8;
    margin-bottom: 25px;
    line-height: 57px;
    text-align: center;
    font-size: 15px;
}

.baoming .item a {
    color: #fff;
}

.baoming .item img {
    float: right;
}

//综合分换算
.cxb {
    font-size: 13px;
    border-collapse: collapse;
    border-bottom-color: #a69b87;
    background-color: #fff;
}
.cxb {
    margin: 0 auto;
}
.cxb .textleft {
    text-align: right;
}
.cxb tr {
    background:#fff;
}
.cxb td {
   // border: solid 3px #f3f3f3;
    padding: 12px 25px 12px 17px;
    text-align: left;
    color: #5f584b;
}
.inputText {
    width: 122px;
    border: solid 1px #1e59a8;
    float: left;
    border-radius: 0;
    height: 23px;
    padding: 0;
}
.regtitle {
    float: left;
    margin-left: 35px;
    padding-top: 2px;
}
.form-text1 {
    padding: 0 5px;
    width: 260px;
    height: 23px;
    border: solid 1px #1e59a8;
    float: left;
}
input {
    line-height: normal;
}
.TableContent {
    float: left;
    margin-left: 10px;
    padding-top: 3px;
}
.but_blue {
    background-color: #1e59a8;
    padding: 5px 20px;
    line-height: 1;
    border: 0;
    color: #fff;
    cursor: pointer;
    outline: 0 none;
}
.but_gray {
    background-color: #1e59a8;
    padding: 5px 20px;
    line-height: 1;
    border: 0;
    color: #5f584b;
    cursor: pointer;
    outline: 0 none;
    margin-right: 75px;
    color: #fff;
}

//成绩查询
.baoming .item {
    float: left;
    width: 300px;
    margin-left: 132px;
    background: #4f81bc;
    margin-bottom: 25px;
    line-height: 50px;
    text-align: center;
}
.baoming .item a {
    color: #fff;
}
.baoming .item img {
    float: right;
}





.zsml-form-box {
    padding: 20px 0;
    text-align: center;
    overflow: hidden;
}

.zsml-form-box p{
margin:0;
padding:0
}
.zsml-form-box h2 {
    font-weight: 400;
    font-size: 20px;
}

.zsml-form-box .zsml-summary {
    color: #999;
    font-size: 16px;
    font-weight: 400;
}

.zsml-form {
    padding-top: 30px;
}

.zsml-form table {
    table-layout: fixed;
    margin: 0 auto;
    width: 100%;
}

.zsml-form table td {
    padding: 10px 5px;
}

.zsml-form .ch-input, .zsml-form .ch-select {
    width: 320px;
}

.ch-input {
    box-sizing: border-box;
    padding: 0 10px;
    border: 1px solid #d6d6d6;
    height: 40px;
    line-height: 40px;
    color: #666;
    font-size: 14px;
    margin-right: 10px;
    border-radius: 2px;
}

.zsml-form form {
    float: left;
    width: 550px;
}

.zsml-form .right {
    float: left;
    width: 300px;
    text-align: left;
    line-height: 20px;
    border-left: 1px solid #e6e6e6;
    padding-left: 50px;
}

.zsml-form p {
    margin-bottom: 5px;
}

.zsml-form .ch-btn {
    background: #1e59a8;
    border: 0;
    color: #fff;
    padding: 10px 10px;
    width: 120px;
}

.huandeng img {
    width: 100% !important;
}

.sousuo {
    margin-top: 25px;
}

.sousuo input {
    height: 28px;
    line-height: 28px;
    width: 200px;
    border: solid 1px #c1cddc;
}

.sousuo img {
    width: 30px;
    height: 30px;
    margin-top: 0px;
    margin-right: 2px;
    float: left;
}


@media screen and (max-width: 1350px) {
    .comWidth {
        width: 100%;
        margin: auto;
    }
}

@media screen and (max-width: 1024px) {
    .comWidth {
        width: 1000px;
        margin: auto;
    }
}



.pb_sys_style2 .p_no_d {
    border: 1px solid #004aad!important;
    color: #fff!important;
    background-color: #1e59a8ba!important;
}

.c-content .nr-info table p {
    text-indent: 0;
    text-align: center;
} 

.fast_box .icon{
    display: inline-block;
    padding: 10px;
    font-size: 28px;
}