@charset "utf-8";

/* CSS Document */


/*清除元素默认样式*/

* {
    font-family: "微软雅黑", "Microsoft YaHei";
    margin: 0;
    padding: 0;
    /*自动换行*/
    word-wrap: break-word;
    /* 英文强制换行 */
    word-break: break-all;
    box-sizing: border-box;
}

html,
body {
    height: 100%;
}

body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
a,
video,
iframe {
    margin: 0;
    padding: 0;
}

body {
    min-width: 1200px;
}

.clear:after,
.clear:before {
    content: "";
    clear: both;
    overflow: hidden;
    display: table;
}

a {
    outline: none;
    text-decoration: none;
    -webkit-transition: all 100ms;
    transition: all 100ms;
    color: inherit;
}

:hover {
    -webkit-transition: all 100ms;
    transition: all 100ms;
}

a img {
    border: 0;
}

img {
    vertical-align: middle;
}

ul li {
    list-style: none;
}

input,
textarea {
    padding-left: 10px;
}

input,
select,
textarea,
button,
img {
    outline: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    font-size: 14px;
    color: #999;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    font-size: 14px;
    color: #999;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    font-size: 14px;
    color: #999;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    font-size: 14px;
    color: #999;
}


/*搜索框自带黄色清除*/

input:-webkit-autofill {
    background-color: #fff !important;
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
    color: #333 !important;
    -webkit-text-fill-color: #333 !important;
}

button {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
}


/*主要用于文章详情页*/

table {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 auto;
    max-width: 100%;
    width: auto;
}

table td {
    width: auto;
}


/*******************************************预设样式*******************************************/

p {
    font-size: 14px;
    color: #666;
    line-height: 30px;
}

.Left {
    float: left;
}

.Right {
    float: right;
}

.MarRi {
    margin-right: 0 !important;
}

.wrap {
    width: 100%;
    overflow: hidden;
}

.content {
    width: 100%;
    overflow: hidden;
}

.w1200 {
    max-width: 1200px;
    width: 1200px;
    margin: 0 auto;
    height: auto;
}

.flex-col {
    display: flex;
    flex-direction: column;
}

.flex-row {
    display: flex;
    flex-direction: row;
}

.justify-start {
    display: flex;
    justify-content: flex-start;
}

.justify-center {
    display: flex;
    justify-content: center;
}

.justify-end {
    display: flex;
    justify-content: flex-end;
}

.justify-evenly {
    display: flex;
    justify-content: space-evenly;
}

.justify-around {
    display: flex;
    justify-content: space-around;
}

.justify-between {
    display: flex;
    justify-content: space-between;
}

.align-start {
    display: flex;
    align-items: flex-start;
}

.align-center {
    display: flex;
    align-items: center;
}

.align-end {
    display: flex;
    align-items: flex-end;
}


/*外间距*/

.m0 {
    margin: 0 !important;
}

.m5 {
    margin: 5px !important;
}

.m10 {
    margin: 10px !important;
}

.m15 {
    margin: 15px !important;
}

.m20 {
    margin: 20px !important;
}

.m25 {
    margin: 25px !important;
}

.m30 {
    margin: 30px !important;
}

.m35 {
    margin: 35px !important;
}

.mtb5 {
    margin: 5px 0 !important;
}

.mtb10 {
    margin: 10px 0 !important;
}

.mtb15 {
    margin: 15px 0 !important;
}

.mtb20 {
    margin: 20px 0 !important;
}

.mtb25 {
    margin: 25px 0 !important;
}

.mtb30 {
    margin: 30px 0 !important;
}

.mtb35 {
    margin: 35px 0 !important;
}

.mlr10 {
    margin: 0 10px !important;
}

.mlr15 {
    margin: 0 15px !important;
}

.mlr20 {
    margin: 0 20px !important;
}

.mlr24 {
    margin: 0 24px !important;
}

.mlr25 {
    margin: 0 25px !important;
}

.mlr30 {
    margin: 0 30px !important;
}

.mlr35 {
    margin: 0 35px !important;
}

.mt5 {
    margin-top: 5px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mt15 {
    margin-top: 15px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt25 {
    margin-top: 25px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mt35 {
    margin-top: 35px !important;
}

.mb0 {
    margin-bottom: 0 !important;
}

.mb5 {
    margin-bottom: 5px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb15 {
    margin-bottom: 15px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb25 {
    margin-bottom: 25px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.mb35 {
    margin-bottom: 35px !important;
}

.ml5 {
    margin-left: 5px !important;
}

.ml10 {
    margin-left: 10px !important;
}

.ml15 {
    margin-left: 15px !important;
}

.ml20 {
    margin-left: 20px !important;
}

.ml25 {
    margin-left: 25px !important;
}

.ml30 {
    margin-left: 30px !important;
}

.ml35 {
    margin-left: 35px !important;
}

.mr5 {
    margin-right: 5px !important;
}

.mr10 {
    margin-right: 10px !important;
}

.mr15 {
    margin-right: 15px !important;
}

.mr20 {
    margin-right: 20px !important;
}

.mr25 {
    margin-right: 25px !important;
}

.mr30 {
    margin-right: 30px !important;
}

.mr35 {
    margin-right: 35px !important;
}


/*内间距*/

.p5 {
    padding: 5px !important;
}

.p10 {
    padding: 10px !important;
}

.p15 {
    padding: 15px !important;
}

.p25 {
    padding: 25px !important;
}

.p30 {
    padding: 30px !important;
}

.p35 {
    padding: 35px !important;
}

.ptb5 {
    padding: 5px 0 !important;
}

.ptb10 {
    padding: 10px 0 !important;
}

.ptb15 {
    padding: 15px 0 !important;
}

.ptb20 {
    padding: 20px 0 !important;
}

.ptb25 {
    padding: 25px 0 !important;
}

.ptb30 {
    padding: 30px 0 !important;
}

.ptb35 {
    padding: 35px 0 !important;
}

.plr10 {
    padding: 0 10px !important;
}

.plr15 {
    padding: 0 15px !important;
}

.plr20 {
    padding: 0 20px !important;
}

.plr25 {
    padding: 0 25px !important;
}

.plr30 {
    padding: 0 30px !important;
}

.plr35 {
    padding: 0 35px !important;
}

.pt5 {
    padding-top: 5px !important;
}

.pt10 {
    padding-top: 10px !important;
}

.pt15 {
    padding-top: 15px !important;
}

.pt20 {
    padding-top: 20px !important;
}

.pt25 {
    padding-top: 25px !important;
}

.pt30 {
    padding-top: 30px !important;
}

.pt35 {
    padding-top: 35px !important;
}

.pb5 {
    padding-bottom: 5px !important;
}

.pb10 {
    padding-bottom: 10px !important;
}

.pb15 {
    padding-bottom: 15px !important;
}

.pb20 {
    padding-bottom: 20px !important;
}

.pb25 {
    padding-bottom: 25px !important;
}

.pb30 {
    padding-bottom: 30px !important;
}

.pb35 {
    padding-bottom: 35px !important;
}

.pl5 {
    padding-left: 5px !important;
}

.pl10 {
    padding-left: 10px !important;
}

.pl15 {
    padding-left: 15px !important;
}

.pl20 {
    padding-left: 20px !important;
}

.pl25 {
    padding-left: 25px !important;
}

.pl30 {
    padding-left: 30px !important;
}

.pl35 {
    padding-left: 35px !important;
}

.pr5 {
    padding-right: 5px !important;
}

.pr10 {
    padding-right: 10px !important;
}

.pr15 {
    padding-right: 15px !important;
}

.pr20 {
    padding-right: 20px !important;
}

.pr25 {
    padding-right: 25px !important;
}

.pr30 {
    padding-right: 30px !important;
}

.pr35 {
    padding-right: 35px !important;
}


/*字号*/

.font12 {
    font-size: 12px !important;
}

.font14 {
    font-size: 14px !important;
}

.font16 {
    font-size: 16px !important;
}

.font18 {
    font-size: 18px !important;
}

.font20 {
    font-size: 20px !important;
}

.font22 {
    font-size: 22px !important;
}

.font24 {
    font-size: 24px !important;
}

.font26 {
    font-size: 26px !important;
}

.font28 {
    font-size: 28px !important;
}

.font30 {
    font-size: 28px !important;
}


/*字体颜色*/

.text-color6 {
    color: #666 !important;
}

.text-color3 {
    color: #333 !important;
}

.text-color9 {
    color: #999 !important;
}


/*行距*/

.line-height-20 {
    line-height: 20px !important;
}

.line-height-21 {
    line-height: 21px !important;
}

.line-height-22 {
    line-height: 22px !important;
}

.line-height-25 {
    line-height: 25px !important;
}

.line-height-26 {
    line-height: 26px !important;
}

.line-height-28 {
    line-height: 28px !important;
}

.line-height-30 {
    line-height: 30px !important;
}

.line-height-35 {
    line-height: 35px !important;
}

.line-height-40 {
    line-height: 40px !important;
}


/*文字方向*/

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}


/*单行文字超出隐藏*/

.text-overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/*多行文字超出隐藏*/

.text-line-clamp {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    /*要显示的行数*/
    overflow: hidden;
}


/*强制换行主要针对英文或数字*/

.break-word {
    word-wrap: break-word;
}


/*字母全部转换成大写*/

.uppercase {
    text-transform: uppercase;
}


/*盒子模型 css3属性直接写总宽不用再计算减去边框内边距外边距*/

.box-sizing {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}


/****************************************预设样式  END******************************************/


/*判断浏览器兼容弹出层*/

.Iepop {
    width: 100%;
    height: 100%;
    background: url(../images/bg.png);
    position: fixed;
    z-index: 9999999999999999999;
    top: 0;
    left: 0;
    display: none;
}

.IeCont {
    width: 607px;
    height: 405px;
    position: relative;
    top: 30%;
    margin: 0 auto;
    background: url(../images/Pop.png) no-repeat;
    overflow: hidden;
}

.IeBox {
    padding: 20px;
    overflow: hidden;
    padding: 20px;
    overflow: hidden;
    margin-top: 70px;
    margin-left: 61px;
    margin-right: 33px;
}

.IeBox h3 {
    margin-bottom: 25px;
    font-size: 24px;
}

.IeBox p {
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.IeLink {
    margin-top: 35px;
    background: url(../images/iealertsprite.png);
}

.IeLink span {
    width: 73px;
    height: 98px;
    display: inline-block;
    margin-right: 16px;
}

.IeLink span:last-child {
    margin-right: 0;
}

.IeLink span a {
    display: block;
    width: 73px;
    height: 98px;
}


/*******新闻详情标题&百度分享样式******/

.TextTitle {
    width: 100%;
    padding: 17px 0;
    border-bottom: 1px dashed #ECEBEA;
    text-align: center;
}

.TextTitle h5 {
    color: #333;
    font-size: 18px;
    line-height: 36px;
}

.TextTitle h6 {
    color: #666;
    font-size: 18px;
    line-height: 36px;
    font-weight: normal;
    margin-bottom: 10px;
}

.TextTitle .shar {
    font-size: 14px;
    color: #999;
    line-height: 25px;
}

.TextTitle .shar .share_items {
    display: inline-block;
    position: relative;
}


/******** 新闻详情样式 ***********/

.NewsText {
    padding: 15px 0;
    width: 100%;
    overflow: hidden;
}

.NewsText,
.NewsText p {
    font-size: 16px;
    color: #333;
    line-height: 2;
}

.NewsText img,
.NewsText p img {
    max-width: 100%;
}


/*********分页样式***********/

.pages {
    display: table;
    margin: 30px auto;
}

.pages .pagination {
    display: inline-block;
    float: left;
}

.pages .pagination li {
    width: 32px;
    height: 32px;
    border: 1px solid #ccc;
    float: left;
    margin-right: 11px;
    font-size: 14px;
    color: #ccc;
    text-align: center;
    line-height: 30px;
    border-radius: 5px;
}

.pages .pagination li a {
    color: #ccc;
    display: block;
}

.pages .pagination li:hover,
.pages .pagination li.active {
    border: 1px solid #2E82DC;
    background: #2E82DC;
}

.pages .pagination li a:hover,
.pages .pagination li.active a {
    color: #fff;
}

.pages .pagination li.prev,
.pages .pagination li.next {
    width: 63px;
    cursor: pointer;
}

.pages .pagination li.prev:hover,
.pages .pagination li.next:hover {
    border-color: #2E82DC;
    color: #2E82DC;
    background: none;
}

.pages .pagination li.prev:hover a,
.pages .pagination li.next:hover a {
    color: #2E82DC;
}

.pages .form {
    display: inline-block;
    height: 32px;
    line-height: 30px;
}

.pages .form .text {
    margin: 0 5px;
    font-size: 14px;
    color: #ccc;
    float: left;
}

.pages .form .input {
    width: 32px;
    height: 32px;
    padding: 0;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding-left: 0;
    text-align: center;
    color: #ccc;
    float: left;
    margin-right: 5px;
}

.pages .form .go-page {
    width: 58px;
    height: 32px;
    border: 1px solid #ccc;
    font-size: 14px;
    text-align: center;
    color: #ccc;
    display: inline-block;
    border-radius: 5px;
    cursor: pointer;
    outline: none;
}


/**************文章详情分页*******/

.NewsPages_section {
    position: relative;
}

.NewsPages {
    padding: 15px 0;
    padding-right: 165px;
    border-top: 1px dashed #ECEBEA;
    overflow: hidden;
}

.NewsPages a {
    display: block;
    line-height: 30px;
    font-size: 16px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.NewsPages a:hover {
    color: #2E82DC;
}

.share_section {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    height: 32px;
    margin: auto 0;
    font-size: 14px;
    color: #999;
}

.share_section .share_items {
    display: inline-block;
}

.share_section .share_items .icon-qzone,
.share_section .share_items .icon-wechat,
.share_section .share_items .icon-weibo {
    border: 0;
}

.share_section .share_items .icon-qzone,
.share_section .share_items .icon-qzone:hover {
    background: url(../images/fx-hover3.png) no-repeat;
}

.share_section .share_items .icon-wechat,
.share_section .share_items .icon-wechat:hover {
    background: url(../images/fx-hover1.png) no-repeat;
}

.share_section .share_items .icon-weibo,
.share_section .share_items .icon-weibo:hover {
    background: url(../images/fx-hover2.png) no-repeat;
}

.share_section .share_items a::before {
    content: "";
}

.aboutmap {
    margin-top: 20px;
    width: 100%;
    height: 400px;
    overflow: hidden;
}

.map_section {
    width: 100%;
    height: 400px;
}

.about_text {
    margin-top: 20px;
    width: 100%;
    overflow: hidden;
}

.about_text p {
    font-size: 16px;
    color: #333;
}

.page {
    position: relative;
    width: 100%;
    background: #f2f6f8;
    overflow: hidden;
}

.box_1 {
    width: 100%;
}


/* 头部区域 */

.text-wrapper_19 {
    width: 100%;
    height: 40px;
    font-size: 12px;
    color: rgba(255, 255, 255, 1);
    line-height: 40px;
    background-color: rgba(29, 73, 158, 1);
}


/* 导航样式 */

.group_2 {
    width: 100%;
    height: 50px;
    background-color: rgba(46, 130, 220, 1);
}

.group_2>ul {
    height: 50px;
}

.group_2>ul>li {
    position: relative;
    float: left;
    width: 133px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 50px;
}

.group_2>ul>li a {
    display: block;
}

.group_2>ul>li:hover,
.group_2>ul>li.active {
    color: #fff;
    background: #1d499e;
}

.group_2>ul>li .menu_nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #1d499e;
    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, .05);
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, .05);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, .05);
    z-index: 999;
}

.group_2>ul>li .menu_nav li {
    font-size: 14px;
    line-height: 25px;
    color: #fff;
    font-weight: normal;
}

.group_2>ul>li .menu_nav li a {
    padding: 6px 5px;
}

.group_2>ul>li .menu_nav li:hover {
    background: #2E82DC;
}

.header {
    padding: 30px 0;
    width: 100%;
    background: url(../images/headbg.png) top center no-repeat;
    overflow: hidden;
}

.header .logo {
    float: left;
}

.header .search_box {
    float: right;
    margin-top: 8px;
    width: 220px;
    height: 30px;
}

.header .search_box input {
    float: left;
    width: 190px;
    height: 30px;
    font-size: 14px;
    color: #666;
    background: #fff;
    border: 1px solid #E9E9E9;
    border-right: 0;
}

.header .search_box button {
    float: right;
    width: 30px;
    height: 30px;
    background: #1D499E;
    border: 0;
}


/* 底部区域 */

.group_51 {
    width: 100%;
    height: 220px;
    background-color: rgba(54, 135, 221, 1);
    overflow: hidden;
}

.group_51 .section_35 {
    padding-bottom: 20px;
    margin-top: 25px;
    width: 100%;
    border-bottom: 1px solid #559DE9;
}

.group_51 .section_35 .paragraph_12 {
    font-size: 14px;
    color: rgba(249, 249, 249, 1);
}

.group_51 .section_35 .paragraph_12 p {
    font-size: 14px;
    color: #fff;
    line-height: 28px;
}

.group_51 .section_35 .footer_right {
    float: right;
}

.group_51 .section_35 .footer_right .image-text_15 {
    float: left;
    margin-left: 20px;
    width: 100px;
}

.group_51 .section_35 .footer_right .image-text_15 .image_24 {
    width: 100px;
    height: 100px;
}

.group_51 .section_35 .footer_right .image-text_15 p {
    margin-top: 5px;
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    line-height: 24px;
}

.group_51 .section_37 {
    margin-top: 10px;
    width: 100%;
    line-height: 24px;
}

.group_51 .section_37 .text_91 {
    font-size: 12px;
    color: rgba(249, 249, 249, 1);
}

.group_51 .section_37 .foottext_right .text_92 {
    font-size: 12px;
    color: rgba(249, 249, 249, 1);
}

.group_51 .section_37 .foottext_right .section_38 {
    display: inline-block;
    margin: 0 10px;
    width: 1px;
    height: 6px;
    background-color: rgba(85, 157, 233, 1);
}

.group_51 .section_37 .foottext_right .text_93 {
    font-size: 12px;
    color: rgba(249, 249, 249, 1);
}


/************************************* 子页区域 ************************************/

.pageadve_section {
    margin: 20px 0;
    width: 100%;
    height: 100px;
    overflow: hidden;
}

.pageadve_section img {
    width: 100%;
    height: 100px;
}

.page_content {
    margin-bottom: 20px;
}

.sidenav_section {
    float: left;
    width: 260px;
    background: #fff;
}

.side_nav li {
    padding: 0 20px;
    font-size: 16px;
    color: #333;
    text-align: center;
    line-height: 50px;
}

.side_nav li a {
    display: block;
    border-bottom: 1px solid #DEDEDE;
}

.side_nav li:last-child a {
    border-bottom: 0;
}

.side_nav li:hover,
.side_nav li.active {
    color: #fff;
    background: #2C86F1;
}

.cont_right {
    float: right;
    width: 920px;
}

.cont_right_box {
    padding: 0 30px;
    padding-bottom: 20px;
    min-height: calc(100vh - 575px);
    background: #fff;
    border-top: 2px solid #2E82DC;
}

.first_list {
    width: 100%;
    overflow: hidden;
}

.first_list li {
    padding: 20px 0;
    border-bottom: 1px solid #DEDEDE;
    overflow: hidden;
}

.first_list li .img_box {
    float: left;
    width: 260px;
    height: 145px;
    overflow: hidden;
}

.first_list li .img_box img {
    width: 100%;
    height: 145px;
}

.first_list li .item_cont {
    margin-left: 280px;
    margin-top: 5px;
}

.first_list li .item_cont .item_title {
    width: 100%;
    overflow: hidden;
}

.first_list li .item_cont .item_title h6 {
    float: left;
    max-width: 80%;
    font-size: 16px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.first_list li:hover .item_cont .item_title h6 {
    color: #2E82DC;
}

.first_list li .item_cont .item_title span {
    margin-left: 10px;
    position: relative;
    top: 6px;
}

.first_list li .item_cont .item_text {
    margin-top: 20px;
    width: 100%;
    height: 45px;
    overflow: hidden;
}

.first_list li .item_cont .item_text p {
    font-size: 14px;
    color: #666;
    line-height: 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /*要显示的行数*/
    overflow: hidden;
}

.first_list li .item_cont .item_time {
    margin-top: 10px;
    font-size: 14px;
    color: #999;
}

.page_title {
    padding-top: 15px;
    border-top: 1px solid #E0E0E0;
    overflow: hidden;
}

.page_title2 {
    padding: 19px 0;
    border-bottom: 1px solid #e0e0e0;
    overflow: hidden;
}

.breadnav {
    font-size: 14px;
    color: #666;
}

.page_title2 .breadnav {
    float: right;
    line-height: 29px;
}

.page_title2 h6 {
    float: left;
    font-size: 22px;
    color: #333;
    font-weight: normal;
}

.page_title .breadnav {
    float: left;
}

.breadnav img {
    margin-right: 5px;
}

.breadnav span {
    margin: 0 5px;
}

.breadnav a:hover,
.breadnav a.active {
    color: #2E82DC;
}

.introduction_section {
    padding-top: 20px;
    width: 100%;
    overflow: hidden;
}

.introduction_title {
    padding-bottom: 20px;
    overflow: hidden;
}

.introduction_title h6 {
    font-size: 20px;
    color: #333;
    text-align: center;
}

.introduction_text {
    margin-bottom: 25px;
    width: 100%;
    overflow: hidden;
}

.introduction_text,
.introduction_text p {
    font-size: 16px;
    color: #333;
    line-height: 28px;
}

.introduction_text img,
.introduction_text p img {
    max-width: 100%;
}

.leader_section {
    margin-top: 20px;
    width: 100%;
    overflow: hidden;
}

.leader_title {
    width: 100%;
    overflow: hidden;
}

.leader_title h6 {
    font-size: 24px;
    color: #333;
    font-weight: normal;
    text-align: center;
}

.leader_items {
    padding-top: 25px;
    border-bottom: 1px dashed #F0F0F0;
}

.leader_section .leader_items:last-child {
    border-bottom: 0;
}

.leader_title2 {
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
    overflow: hidden;
}

.leader_title2 h6 {
    font-size: 20px;
    color: #333;
    font-weight: normal;
}

.leader_title2 p {
    font-size: 14px;
    color: #666;
}

.leader_section .leader_items .leader_box {
    margin: 0 auto;
    margin-bottom: 20px;
    width: 255px;
    height: 316px;
}

.leader_section .leader_items .leader_box .img_box {
    margin: 0 auto;
    width: 145px;
    height: 220px;
    overflow: hidden;
}

.leader_section .leader_items .leader_box .img_box img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.leader_section .leader_items .leader_box p {
    margin-top: 3px;
    font-size: 14px;
    color: #333;
    font-weight: bold;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.leader_section .leader_items .leader_box:hover p {
    color: #2E82DC;
}
.leader_section .leader_items .leader_box h5{
    margin-top: 3px;
    font-size: 14px;
    color: #666;
    text-align: center;
    font-weight: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /*要显示的行数*/
    overflow: hidden;
}
.leader_section .leader_items .leader_box h6{
    margin-top: 3px;
    font-size: 14px;
    color: #666;
    text-align: center;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.leader_list {
    margin-top: 20px;
    width: 100%;
    overflow: hidden;
}

.leader_list li {
    float: left;
    margin-bottom: 20px;
    width:285px;
    height: 306px;
}

.leader_list li .img_box {
    margin: 0 auto;
    width: 145px;
    height: 210px;
    overflow: hidden;
}

.leader_list li .img_box img {
    width: 100%;
    height: 210px;
    object-fit: cover;
}

.leader_list li p {
    margin-top: 3px;
    font-size: 14px;
    color: #333;
    font-weight: bold;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.leader_list li:hover p {
    color: #2E82DC;
}
.leader_list li h5{
    margin-top: 3px;
    font-size: 14px;
    color: #666;
    text-align: center;
    font-weight: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /*要显示的行数*/
    overflow: hidden;
}
.leader_list li h6{
    margin-top: 3px;
    font-size: 14px;
    color: #666;
    text-align: center;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.leader_center_list {
    margin-top: 20px;
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

.leader_center_list li {
    margin-bottom: 20px;
    width: 285px;
}


.leader_center_list li .img_box {
    margin: 0 auto;
    width: 120px;
    height: 160px;
    overflow: hidden;
}

.leader_center_list li .img_box img {
    width: 100%;
    height: 160px;
}

.leader_center_list li p {
    margin-top: 3px;
    font-size: 14px;
    color: #333;
    font-weight: bold;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.leader_center_list li:hover p {
    color: #2E82DC;
}
.leader_center_list li h5{
    margin-top: 3px;
    font-size: 14px;
    color: #666;
    text-align: center;
    font-weight: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /*要显示的行数*/
    overflow: hidden;
}
.leader_center_list li h6{
    margin-top: 3px;
    font-size: 14px;
    color: #666;
    text-align: center;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.leader_center_list li:last-child{
    margin-right: 0;
}








.companybtn_section {
    margin-bottom: 20px;
    padding: 20px 0;
    text-align: center;
    border-bottom: 1px solid #e6e6e6;
    overflow: hidden;
}

.companybtn_section a {
    display: inline-block;
    margin: 0 5px;
    width: 120px;
    height: 34px;
    font-size: 14px;
    color: #333;
    text-align: center;
    line-height: 34px;
    background: #E8E8E8;
    border-radius: 5px;
}

.companybtn_section a:hover,
.companybtn_section a.active {
    color: #fff;
    background: #2C86F1;
}

.compan_search {
    margin-bottom: 20px;
    width: 100%;
    overflow: hidden;
}

.compansearch_box {
    margin: 0 auto;
    width: 435px;
    height: 36px;
    border: 1px solid #2E82DC;
}

.compansearch_box input {
    float: left;
    width: 374px;
    height: 34px;
    font-size: 14px;
    color: #666;
    border: 0;
}

.compansearch_box button {
    float: right;
    width: 58px;
    height: 34px;
    font-size: 14px;
    color: #fff;
    border: 0;
    background: #2E82DC;
}

.result_section {
    margin-bottom: 30px;
    width: 100%;
    overflow: hidden;
}

.result_section table {
    width: 100%;
}

.result_section table thead th {
    padding: 10px 40px;
    font-size: 16px;
    color: #2E82DC;
    text-align: left;
    background: rgba(230, 230, 230, .5);
}

.result_section table tbody td {
    padding: 10px 40px;
    font-size: 14px;
    color: #333;
}

.result_section table tbody td a {
    color: #2E82DC;
    text-decoration: underline;
}

.result_section table tbody tr:nth-child(2n) {
    background: rgba(46, 130, 220, .1);
}

.company_content {
    margin: 25px 0;
    width: 100%;
    overflow: hidden;
}

.company_content .company_title {
    margin-bottom: 15px;
}

.company_content .company_title h6 {
    font-size: 24px;
    color: #333;
    text-align: center;
    font-weight: normal;
}

.companytext_section {
    width: 100%;
    overflow: hidden;
}

.companytext_section,
.companytext_section p {
    font-size: 16px;
    color: #333;
    line-height: 2;
}

.companytext_section img,
.companytext_section p img {
    max-width: 100%;
}

.mechanism_list {
    margin-top: 20px;
    width: 100%;
    overflow: hidden;
}

.mechanism_list li {
    float: left;
    margin-right: 20px;
    margin-bottom: 15px;
    width: 420px;
}

.mechanism_list li:nth-child(2n) {
    margin-right: 0;
}

.mechanism_list li a {
    display: block;
    padding: 10px 20px;
    font-size: 16px;
    color: #333;
    background: #F7F7F7;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mechanism_list li a:hover {
    color: #fff;
    background: #2E82DC;
}

.branch_section {
    width: 100%;
    overflow: hidden;
}

.branch_btn {
    margin: 20px 0;
    overflow: hidden;
}

.branch_btn a {
    display: block;
    float: left;
    margin-right: 10px;
    width: 120px;
    height: 34px;
    font-size: 14px;
    color: #333;
    text-align: center;
    line-height: 34px;
    background: #E8E8E8;
    border-radius: 5px;
}

.branch_btn a:hover,
.branch_btn a.active {
    color: #fff;
    background: #2C86F1;
}

.branch_content {
    margin-bottom: 25px;
    width: 100%;
    overflow: hidden;
}

.branch_title {
    margin-bottom: 10px;
    width: 100%;
    overflow: hidden;
}

.branch_title h5 {
    margin-bottom: 25px;
    font-size: 24px;
    color: #333;
    text-align: center;
    font-weight: normal;
}

.branch_title h6 {
    font-size: 16px;
    color: #333;
}

.branchtext_section {
    width: 100%;
    overflow: hidden;
}

.branchtext_section,
.branchtext_section p {
    font-size: 16px;
    color: #333;
    line-height: 2;
}

.branchtext_section img,
.branchtext_section p img {
    max-width: 100%;
}

.two_list {
    margin-top: 5px;
    width: 100%;
    overflow: hidden;
}

.two_list li {
    padding: 15px 0;
    padding-left: 15px;
    background: url(../images/libg.png) left center no-repeat;
    border-bottom: 1px solid #DEDEDE;
    overflow: hidden;
}

.two_list li a {
    display: block;
    float: left;
    max-width: 70%;
    font-size: 16px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.two_list li a:hover {
    color: #2E82DC;
}

.two_list li .item_icon {
    margin-left: 10px;
}

.two_list li .time {
    float: right;
    font-size: 14px;
    color: #666;
}

.screen_section {
    margin: 20px 0;
    overflow: hidden;
}

.screen_section .screen_items {
    float: left;
    margin-right: 20px;
    overflow: hidden;
}

.screen_section .screen_items label {
    display: inline-block;
    font-size: 14px;
    color: #666;
    line-height: 34px;
}

.screen_section .screen_items select {
    padding-left: 10px;
    width: 220px;
    height: 34px;
    font-size: 14px;
    color: #666;
    background-color: #fff;
    border: 1px solid #DEDEDE;
    border-radius: 3px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-image: url(../images/icon8.png);
    background-repeat: no-repeat;
    background-position: 95% center;
    outline: none;
    -webkit-outline: none;
    -moz-outline: none;
    -o-outline: none;
}

.screen_section button {
    width: 60px;
    height: 34px;
    font-size: 14px;
    color: #fff;
    background: #2C86F1;
    border-radius: 3px;
    border: 0;
}

.three_list {
    margin-bottom: -20px;
    width: 100%;
    overflow: hidden;
}

.three_list li {
    float: left;
    margin-right: 17px;
    margin-bottom: 20px;
    width: 275px;
    height: 162px;
}

.three_list li:nth-child(3n) {
    margin-right: 0;
}

.three_list li .img_box {
    position: relative;
    width: 100%;
    height: 162px;
    overflow: hidden;
}

.three_list li .img_box img {
    width: 100%;
    height: 162px;
}

.three_list li .img_box .cover_title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 5px 20px;
    background: rgba(0, 0, 0, .5);
}

.three_list li .img_box .cover_title p {
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.four_list {
    margin-top: 30px;
    margin-bottom: -20px;
    width: 100%;
    overflow: hidden;
}

.four_list li {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    display: table;
    width: 200px;
    height: 64px;
    text-align: center;
    background: #FFFFFF;
    border: 1px solid #EDEDED;
}

.four_list li:nth-child(4n) {
    margin-right: 0;
}

.four_list li a {
    display: table-cell;
    vertical-align: middle;
}

.four_list li img {
    max-width: 90%;
    max-height: 60px;
}

.five_list {
    margin-top: 30px;
    margin-bottom: -25px;
    width: 100%;
    overflow: hidden;
}

.five_list li {
    float: left;
    margin-right: 15px;
    margin-bottom: 25px;
    width: 160px;
}

.five_list li:nth-child(5n) {
    margin-right: 0;
}

.five_list li .img_box {
    width: 100%;
    height: 208px;
    overflow: hidden;
}

.five_list li .img_box img {
    width: 100%;
    height: 268px;
}

.five_list li p {
    margin-top: 10px;
    font-size: 16px;
    color: #333;
    text-align: center;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.five_list li:hover p {
    color: #2E82DC;
}

.service_text {
    margin: 25px 0;
    width: 100%;
    overflow: hidden;
}

.service_text,
.service_text p {
    font-size: 16px;
    color: #333;
    line-height: 30px;
}

.service_tab {
    margin-bottom: 25px;
    width: 100%;
    overflow: hidden;
}

.service_tab .hd {
    display: table;
    margin: 0 auto;
    margin-bottom: 25px;
}

.service_tab .hd a {
    display: block;
    margin: 0 4px;
    float: left;
    width: 260px;
    height: 50px;
    font-size: 16px;
    color: #666;
    font-weight: bold;
    text-align: center;
    line-height: 48px;
    background: #fff;
    border: 1px solid #E4E4E4;
}

.service_tab .hd a.on {
    color: #fff;
    border-color: #0070C0;
    background: #0070C0;
}

.service_tab .bd {
    width: 100%;
    overflow: hidden;
}

.service_tab .service_items {
    width: 100%;
    overflow: hidden;
}

.service_tab .service_items,
.service_tab .service_items p {
    font-size: 16px;
    color: #666;
    line-height: 2;
}

.service_tab .service_items img,
.service_tab .service_items p img {
    max-width: 100%;
}

.messageform_section {
    margin: 0 auto;
    margin-top: 30px;
    width: 733px;
}

.messageform_list {
    width: 100%;
    /*overflow: hidden;*/
}

.messageform_list li {
    margin-bottom: 20px;
    width: 100%;
}

.messageform_list li label {
    display: block;
    float: left;
    width: 70px;
    font-size: 16px;
    color: #333;
    text-align: right;
    line-height: 36px;
}

.messageform_list li .item_cont {
    margin-left: 85px;
    width: 648px;
}

.ui-select {
    width: 100% !important;
}

.messageform_list li .ui-select-button {
    padding: 7px 27px 6px 12px;
    height: 34px;
    border: 1px solid #DCDCDC;
    border-radius: 0;
}

.messageform_list li .ui-select {
    height: 36px;
    border-radius: 0;
}

.messageform_list li .ui-select-icon {
    top: 7px;
}

.messageform_list li .item_cont input,
.messageform_list li .item_cont select {
    width: 100%;
    height: 36px;
    font-size: 16px;
    color: #666;
    background: #FFFFFF;
    border: 1px solid #DCDCDC;
}

.messageform_list li .item_cont select {
    padding-left: 8px;
}

.messageform_list li .item_cont input::-webkit-input-placeholder {
    font-size: 16px;
    color: #999;
}

.messageform_list li .item_cont input:-moz-placeholder {
    font-size: 16px;
    color: #999;
}

.messageform_list li .item_cont input::-moz-placeholder {
    font-size: 16px;
    color: #999;
}

.messageform_list li .item_cont input:-ms-input-placeholder {
    font-size: 16px;
    color: #999;
}

.messageform_list li .item_cont textarea {
    padding: 10px;
    width: 100%;
    height: 100px;
    font-size: 16px;
    color: #666;
    background: #fff;
    border: 1px solid #DCDCDC;
    resize: none;
}

.messageform_list li .btn1 {
    display: block;
    margin: 0 auto;
    width: 120px;
    height: 40px;
    font-size: 16px;
    color: #fff;
    border: 0;
    background: #2E82DC;
    border-radius: 5px;
}

.messageform_list li .item_cont .error {
    border: 1px solid red;
}

.six_list {
    margin-top: 20px;
    margin-bottom: -25px;
    width: 100%;
    overflow: hidden;
}

.six_list li {
    float: left;
    margin-right: 20px;
    margin-bottom: 25px;
    width: 270px;
}

.six_list li:nth-child(4n) {
    margin-right: 0;
}

.six_list li .img_box {
    width: 100%;
    height: 172px;
    overflow: hidden;
}

.six_list li .img_box img {
    width: 100%;
    height: 172px;
}

.six_list li p {
    margin-top: 10px;
    font-size: 16px;
    color: #333;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /*要显示的行数*/
    overflow: hidden;
}

.six_list li:hover p {
    color: #2E82DC;
}


/* 服务平台 */

.screen_section2 {
    margin-top: 20px;
    width: 100%;
    overflow: hidden;
}

.screen_search {
    border: 1px solid #DCDCDC;
    overflow: hidden;
}

.screen_title {
    padding: 12px 20px;
    background: #F8F8F8;
    overflow: hidden;
}

.screen_title h6 {
    float: left;
    font-size: 16px;
    color: #333;
    font-weight: normal;
}

.screen_title .reset_btn {
    float: right;
    font-size: 16px;
    color: #2E82DC;
}

.screen_search .screen_body {
    border-top: 1px solid #dcdcdc;
    padding: 20px 20px 4px 30px;
    overflow: hidden;
}

.screen_search .screen_body .input_group {
    float: left;
    margin-right: 17px;
    margin-bottom: 19px;
    overflow: hidden;
}

.screen_search .screen_body .input_group:nth-child(3n) {
    margin-right: 0;
}

.screen_search .screen_body .input_group .item_tit {
    float: left;
    font-size: 14px;
    color: #333;
    line-height: 40px;
}

.screen_search .screen_body .input_group .item_cont {
    margin-left: 5px;
    float: left;
}

.screen_search .screen_body .input_group .item_cont select,
.screen_search .screen_body .input_group .item_cont input {
    padding-left: 10px;
    width: 285px;
    height: 40px;
    font-size: 14px;
    color: #666;
    background: #fff;
    border: 1px solid #DCDCDC;
    border-radius: 3px;
}

.screen_search .screen_body .btn1 {
    float: right;
    width: 125px;
    height: 40px;
    font-size: 16px;
    color: #fff;
    border: 0;
    background: #2E82DC;
    border-radius: 3px;
}

.result_section2 {
    margin-top: 30px;
    width: 100%;
    overflow: hidden;
}

.result_table {
    width: 100%;
    overflow: hidden;
    overflow-x: auto;
}

.result_table table {
    width: 100%;
}

.result_table table thead th {
    padding: 13px 10px;
    font-size: 16px;
    color: #333;
    font-weight: normal;
    background: #FAFAFA;
}

.result_table table tbody tr td {
    border-top: 1px solid #EBEEF5;
    padding: 15px 10px;
    font-size: 14px;
    color: #666;
    text-align: center;
}

.result_table table tbody tr td a {
    color: #2E82DC;
}

.result_table table tbody tr:nth-child(even) td {
    background: #FAFAFA;
}

.result_table table tbody tr:last-child td {
    border-bottom: 1px solid #EBEEF5;
}

.result_box {
    margin-top: 25px;
    width: 100%;
    overflow: hidden;
}

.result_title {
    font-size: 22px;
    color: #333;
    text-align: center;
}

.reset_content {
    margin-top: 45px;
    width: 100%;
    overflow: hidden;
}

.reset_left {
    float: left;
    width: 910px;
}

.reset_left table {
    width: 100%;
}

.reset_left table td {
    padding: 16px 0;
    font-size: 16px;
    color: #666;
    border-top: 1px dashed #eee;
}

.reset_left table tr td:first-child {
    width: 120px;
    font-size: 16px;
    color: #333;
}

.reset_left table tr:last-child td {
    border-bottom: 1px dashed #eee;
}

.reset_right {
    float: right;
    margin-right: 20px;
    width: 150px;
}

.reset_right img {
    width: 100%;
}


/*自适应各个节点
min-width:XXXXpx;是分辨率大于xxxxpx时使用；
max-width:XXXXpx;是分辨率小于xxxxpx时使用*/


/*PC端大屏*/

@media screen and (min-width: 1601px) {}


/*PC1端中屏开始*/

@media screen and (min-width: 1201px) and (max-width: 1600px) {}


/*移动端手机小屏开始*/

@media screen and (max-width: 1200px) {}

@media screen and (min-width: 1680px) and (max-width: 1919px) {}

@media screen and (min-width: 1600px) and (max-width: 1679px) {}

@media screen and (min-width: 1360px) and (max-width: 1599px) {}

@media screen and (max-width: 1359px) {}

@media screen and (max-width: 768px) {}
