@charset "utf-8";

/* CSS Document */
BODY {
    COLOR: #2e2e2e;
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-family: "微软雅黑", "Arial", "宋体";
    background: url(../images/topbg.jpg) no-repeat center top #f7f7f7
}

A {
    OUTLINE-STYLE: none;
    OUTLINE-COLOR: invert;
    OUTLINE-WIDTH: medium;
    TEXT-DECORATION: none;
    FONT-SIZE: 16px;
    COLOR: #2e2e2e;
}

A:hover {
    FONT-SIZE: 16px;
    COLOR: #FF0000;
    TEXT-DECORATION: none
}

img {
    border: 0
}

ul,
li,
dd,
dt {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
form,
div,
p,
i,
img,
ul,
li,
ol,
table,
tr,
td,
th,
fieldset,
label,
legend,
button,
input {
    margin: 0;
    padding: 0;
}

/* CSS 头部部分 */
.containter {
    width: 1200px;
    margin: 0 auto
}

.clear {
    clear: both
}

.top {
    margin-top: 110px;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.logo {
    width: 579xp;
    height: 94px;
    overflow: hidden;
}

.logo img {
    width: 579xp;
    height: 94px;
}

.tel {
    width: 250px;
    height: auto;
    font-size: 18px;
}

.tel img {
    width: 50xp;
    height: 50px;
    float: left;
    margin-right: 10px;
}

.tel p {
    line-height: 25px;
    color: #1b50a0;
    font-weight: bold;
}

.tel span {
    line-height: 25px;
    color: #f00;
}

#search_box {
    width: 415px;
    height: 45px;
    float: right;
    margin-top: 50px;
}

#search_box #s {
    float: left;
    padding: 0;
    width: 345px;
    height: 45px;
    line-height: 45px;
    border-radius: 8px;
    background: rgb(255, 255, 255, 0.6);
    font-size: 16px;
    border: 0;
    text-indent: 10px;
}

#search_box #go {
    float: right;
    width: 60px;
    height: 45px;
    line-height: 45px;
    color: #fff;
    background: #1b50a0;
    border: 0;
    text-align: center;
}

.nav {
    padding: 0 20px;
    height: 60px;
    line-height: 60px;
    background: #39A4DC;
    position: relative;
    z-index: 1;
    margin: 60px auto 20px auto;
}

.nav a {
    color: #fff;
}

.nav .nLi {
    float: left;
    position: relative;
    display: inline;
}

.nav .nLi h3 {
    float: left;
}

.nav .nLi h3 a {
    display: block;
    padding: 0 40px;
    font-size: 16px;
    font-weight: bold;
}

.nav .sub {
    display: none;
    width: 127px;
    left: 0;
    top: 60px;
    position: absolute;
    background: #1b50a0;
    line-height: 26px;
    padding: 5px 0;
}

.nav .sub li {
    zoom: 1;
}

.nav .sub a {
    display: block;
    padding: 10px;
    text-align: center;
}

.nav .sub a:hover {
    background: #39A4DC;
    color: #fff;
}

.nav .on h3 a {
    background: #1b50a0;
    color: #fff;
}

.indexad {
    width: 1200px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.indexad p img {
    width: 1200px;
    height: auto;
    margin-bottom: 10px;
    overflow: hidden;
}

/* CSS 头条 */
.topnews {
    width: 1200px;
    height: 100px;
    background: url(../images/toutiao.jpg) no-repeat left #fff;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    overflow: hidden;
    margin-top: 15px;
}

.topnews h1 {
    width: 1100px;
    height: 35px;
    line-height: 35px;
    color: #f00;
    text-align: center;
    margin: 10px auto 5px auto;
    overflow: hidden;
    font-weight: bold;
    font-size: 30px;
    margin-left: 90px;

}

.topnews h1 a {
    color: #f00;
    font-size: 30px;
    font-weight: bold;

}

.topnews h1 a:hover {
    color: #2e2e2e;
    font-size: 30px;
    font-weight: bold;

}

.topnews p {
    width: 1100px;
    line-height: 24px;
    margin: 0 auto;
    overflow: hidden;
    margin-left: 90px;
    font-size: 14px;
    color: #666;

}

/*第一行样式开始*/
.row1 {
    width: 1200px;
    height: 420px;
    padding: 10px;
    box-sizing: border-box;
    background: #fff;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}

/* 新闻轮播css */
.slideBox {
    width: 530px;
    height: 400px;
    overflow: hidden;
    position: relative;
}

.slideBox .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 5px;
    bottom: 5px;
    z-index: 1;
}

.slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.slideBox .hd ul li {
    float: left;
    margin-right: 2px;
    width: 15px;
    height: 15px;
    line-height: 14px;
    text-align: center;
    background: #fff;
    cursor: pointer;
}

.slideBox .hd ul li.on {
    background: #f00;
    color: #fff;
}

.slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
}

.slideBox .bd li p {

    width: 100%;
    height: 35px;
    line-height: 35px;
    background: rgb(0, 0, 0, 0.6);
    color: #fff;
    text-indent: 5px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.slideBox .bd li p a {
    color: #fff;
}

.slideBox .bd li p a:hover {
    color: #ff0;
}

.slideBox .bd img {
    width: 530px;
    height: 400px;
    display: block;
}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev,
.slideBox .next {
    position: absolute;
    left: 3%;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 32px;
    height: 40px;
    background: url(../images/slider-arrow.png) -110px 5px no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.slideBox .next {
    left: auto;
    right: 3%;
    background-position: 8px 5px;
}

.slideBox .prev:hover,
.slideBox .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.slideBox .prevStop {
    display: none;
}

.slideBox .nextStop {
    display: none;
}

.row1_news {
    width: 630px;
    height: 400px;
}

.news_title {
    width: 100%;
    height: 45px;
    line-height: 45px;
    float: left;
    border-bottom: 1px solid #ddd;

}

.news_title span {
    width: auto;
    height: 45px;
    line-height: 45px;
    border-bottom: 2px solid #1b50a0;
    padding: 0 10px;
    color: #1b50a0;
    font-weight: bold;
    float: left;
    font-size: 18px;
}

.news_title i {
    width: auto;
    height: 45px;
    line-height: 45px;
    float: right;
    font-size: 14px;
    color: #666;
    font-style: normal;
    margin-right: 10px;
}

.news_title i a {
    font-size: 14px;
    color: #666;
}

.news_title i a:hover {
    font-size: 14px;
    color: #FF0000;
}

.index_news {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}

.newslist {
    width: 100%;
    height: 36px;
    line-height: 36px;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    position: relative;
}

.newslist::before {
    width: 5px;
    height: 5px;
    background: #f1f1f1;
    border-radius: 50%;
    content: '';
    position: absolute;
    left: 0;
    bottom: 15px;

}

.newslist span {
    flex: 7.7;
    overflow: hidden;
    margin-left: 10px;
}

.newslist i {
    flex: 2.3;
    overflow: hidden;
    color: #666;
    font-size: 14px;
    font-style: normal;
    text-align: right;
}

/*第二行左边*/
.index_left {
    width: 800px;
    height: auto;
    float: left;
    margin-top: 20px;
}

.index_right {
    width: 380px;
    height: auto;
    float: right;
    margin-top: 20px;
    background: #fff;
    padding: 10px 20px;
    box-sizing: border-box;
}

.ywjs {
    width: 100%;
    height: 300px;
    background: #fff;
    float: left;
    padding: 10px;
    box-sizing: border-box;
}

.index_title {
    width: 100%;
    height: 45px;
    line-height: 45px;
    background: url(../images/title.jpg) no-repeat left #ebf2fa;
    float: left;
    color: #fff;
    font-size: 18px;
    text-indent: 20px;
}

.index_title span {
    float: right;
    font-size: 14px;
    margin-right: 10px;
    color: #2e2e2e;
}

.index_title span a {
    font-size: 14px;
}

.index_title span a:hover {
    font-size: 14px;
}

.ywtb {
    width: 230px;
    height: 220px;
    margin: 10px 10px 10px auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ywtb span {
    width: 110px;
    height: 105px;
    overflow: hidden;
}

.ywtb span img {
    width: 110px;
    height: 105px;
    cursor: pointer;
    transition: all 0.6s;
}

.ywtb span img:hover {
    transform: scale(1.1);
}

.ywlist {
    width: 530px;
    height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: wrap;
    float: right;
}

.ywlist span::before {
    width: 5px;
    height: 5px;
    background: #f1f1f1;
    border-radius: 50%;
    content: '';
    position: absolute;
    left: 0;
    bottom: 15px;

}

.ywlist span {
    width: 45%;
    line-height: 36px;
    height: 36px;
    overflow: hidden;
    position: relative;
    text-indent: 10px;
}

.mid-ad {
    width: 800px;
    height: 105px;
    float: left;
    margin-top: 20px;
}

.mid-ad img {
    width: 800px;
    height: 105px;
    overflow: hidden;
}

.twonews {
    width: 100%;
    /*height: 335px;*/
    padding: 10px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    background: #fff;
    margin-top: 20px;
}

.zcfg {
    width: 380px;
    /*height: 315px;*/
    overflow: hidden;
}

.top10 {
    padding-top: 10px;
}

.about_title {
    width: 100%;
    height: 22px;
    background: url(../images/title_side.jpg) no-repeat center;
    margin-top: 10px;
    text-align: center;
    line-height: 22px;
    font-size: 20px;
    color: #1b50a0;
    font-weight: bold;
}

.about_info {
    width: 100%;
 /*   height: 180px;*/
    line-height: 24px;
    overflow: hidden;
    font-size: 14px;
    text-indent: 2em;
}

.about_info i {
    color: #f00;
    font-style: normal;
    margin-left: 10px;
}

.about_info i a {
    color: #f00;
    font-size: 14px;
}

.about_info i a:hover {
    color: #2e2e2e;
    font-size: 14px;
}

.side_title {
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #1b50a0;
    font-size: 20px;
    font-weight: bold;
    float: left;
    margin-top: 10px;
}

.side_title span {
    float: right;
    font-size: 14px;
    font-weight: normal;
}

.side_title span a {
    font-size: 14px;
}

.side_contact {
    width: 100%;
/*    height: 290px;*/
    overflow: hidden;
    line-height: 28px;
    padding-top: 10px;
}

.link {
    width: 100%;
    height: 50px;
    background: #1b50a0;
    line-height: 50px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    float: left;
    margin-top: 20px;
}

.link span {
    width: auto;
    padding: 0 10px;
    color: #fff;
}

.link span a {
    color: #fff;
}

.link span a:hover {
    color: #ff0;
}

.banquan {
    width: 100%;
    height: auto;
    background: #ebf2fa;
    line-height: 30px;
    padding: 30px 0;
    text-align: center;
    font-size: 14px;
    display: block;
}

.banquan a {
    font-size: 14px;
}

/*内页样式 */
.side_left {
    padding: 20px;
    box-sizing: border-box;
    background: #fff;
}

.pages {
    width: 100%;
    margin: 20px auto;
    text-align: center;
    line-height: 1.2;
    font-family: "微软雅黑"
}

.pages li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 4px;
}

.pages li a {
    display: block;
    border: 1px solid #E5E7EA;
    background: none !important;
    background: #fff;
    padding: 5px 10px !important;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
    letter-spacing: 0
}

.pages li:hover a,
.pages li.active a {
    background: #1b50a0 !important;
    border-color: #1b50a0 !important;
    color: #fff !important;
    text-decoration: none !important
}

.row5_piclist {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 20px auto;
}

.row5_piclist ul {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0
}

.row5_piclist li {
    width: 236px;
    height: 210px;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

.row5_piclist li span {
    width: 236px;
    height: 170px;
    display: block;
    overflow: hidden
}

.row5_piclist li img {
    width: 236px;
    height: 170px;
    float: left;
    cursor: pointer;
    transition: all 0.6s;
    margin: 1px auto auto auto
}

.row5_piclist li img:hover {
    transform: scale(1.4);
}

.row5_piclist li p {
    width: 236px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: block;
    float: left;
}

.row5_piclist li:nth-child(3n) {
    margin-right: 0 !important;
}

.show_info {
    padding: 20px;
    box-sizing: border-box;
    background: #fff;
    float: left;
    width: 100%;
}

#content_main {
    width: 100%;
    height: auto;
    margin: 0 auto;
    float: left;
    font-size: 16px
}

#content_main h1 {
    width: 100%;
    line-height: 4.5rem;
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
    color: #1b50a0;
    margin: 1rem auto;
}

#content_click {
    width: 100%;
    height: 3rem;
    line-height: 3rem;
    font-size: 14px;
    text-align: center;
    color: #999;
    margin: 1rem auto;
    border-bottom: 1px dashed #ddd;
}

#zoom img {
    max-width: 100%;
    overflow: hidden;
    display: block;
    margin: 0.5rem auto !important;
    text-align: center !important
}
#zoom {
    text-align:left !important;
	color:#2e2e2e
}

#news_next {
    width: 100%;
    line-height: 35px;
    border-top: 1px dotted #ddd;
    float: left;
    font-size: 14px;
    color: #999;
    margin-top: 10px;
    text-align: justify
}

#news_next a {
    font-size: 14px;
    color: #999;
}

#news_next a:hover {
    font-size: 14px;
    color: #f00;
}

#news_next span {
    font-weight: bold;
    color: #333
}

#print {
    width: 100%;
    line-height: 35px;
    text-align: center;
    float: left;
    margin: 10px auto;
    background: #f7f7f7
}

/* Basic Grey */
.basic-grey {
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
    background: #F7F7F7;
    padding: 25px 15px 25px 10px;
    font: 12px Georgia, "Times New Roman", Times, serif;
    color: #888;
    text-shadow: 1px 1px 1px #FFF;
    border: 1px solid #E4E4E4;
    margin-top: 20px;
}

.basic-grey h1 {
    font-size: 25px;
    padding: 0px 0px 10px 40px;
    display: block;
    border-bottom: 1px solid #E4E4E4;
    margin: -10px -15px 30px -10px;
    ;
    color: #888;
}

.basic-grey h1>span {
    display: block;
    font-size: 11px;
}

.basic-grey label {
    display: block;
    margin: 0px;
}

.basic-grey label>span {
    float: left;
    width: 20%;
    text-align: right;
    padding-right: 10px;
    margin-top: 10px;
    color: #888;
}

.basic-grey input[type="text"],
.basic-grey input[type="email"],
.basic-grey textarea,
.basic-grey select {
    border: 1px solid #DADADA;
    color: #888;
    height: 30px;
    margin-bottom: 16px;
    margin-right: 6px;
    margin-top: 2px;
    outline: 0 none;
    padding: 3px 3px 3px 5px;
    width: 70%;
    font-size: 12px;
    line-height: 15px;
    box-shadow: inset 0px 1px 4px #ECECEC;
    -moz-box-shadow: inset 0px 1px 4px #ECECEC;
    -webkit-box-shadow: inset 0px 1px 4px #ECECEC;
}

.basic-grey textarea {
    padding: 5px 3px 3px 5px;
}



.basic-grey textarea {
    height: 100px;
}

.basic-grey .button {
    background: #E27575;
    border: none;
    padding: 10px 25px 10px 25px;
    color: #FFF;
    box-shadow: 1px 1px 5px #B6B6B6;
    border-radius: 3px;
    text-shadow: 1px 1px 1px #9E3F3F;
    cursor: pointer;
}

.basic-grey .button:hover {
    background: #CF7A7A
}
.rl-ad{
     width: 340px;
     height: 120px;
     margin:10px 0;
     float: left;
}
.rl-ad img{
     width: 340px;
     height: 120px;
     overflow: hidden;
}