<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* LESS Document */

/* reset.css V1.2  Start*/

body, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, ol, li, form, button, input, textarea, th, td {
    margin: 0px;
    padding: 0px;
    font-weight: normal;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

body, button, input, select, textarea, h1, h2, h3, h4, h5, h6, i {
    font: normal 62.5% Microsoft YaHei, Arial, "\5b8b\4f53", tahoma;
}

body {
    min-width: 1200px;
    background: #f5f5f5;
    overflow-x: hidden;
}

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

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    text-decoration: none;
}

img {
    border: 0;
    vertical-align: top;
}

button, input, select, textarea {
    font-size: 100%;
    vertical-align: middle;
    outline: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
.ul{
    width: 100%;margin: 10px 0 15px 0;
}
.mlg {
    /*display: none;*/
    margin-bottom: 6px;
    float: left;
    margin-right: 6px;
}
.mlg img{
    width: 195px;height:103px;
}
.mlg:nth-child(6n){
    margin-right: 0%;
}
/*.mlg img{
    width: 100%;height:98px;
}
.mlg:nth-child(2n){
    margin-right: 0%;
}*/

.fixed:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.ellipsis a {
    width: 75%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.txt_l, .txt_l3 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.fixed {
    *zoom: 1;
}

.clear {
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.wd {
    margin: 0 auto;
    width: 1200px;
}

.wd10 {
    margin: 0 auto;
    width: 1000px;
}

.flex {
    display: flex;
}

/* reset.css V1.0  End */

.p_scale {
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
}

.overflow {
    height: auto;
    overflow: hidden;
}

/*header*/

.header {
    position: relative;
    z-index: 9;
}

.headTop {
    height: 105px;
    background: #fff;
}

.logo {
    float: left;
    /*margin-top: 20.5px;*/
}

.logo img {
    width: 100%;
    height: auto;
}

.headRig {
    float: right;
    padding-top: 15px;
    text-align: right;
}

.lang {
    font-size: 1.5em;
    color: #489df7;
}

.lang span {
    display: inline-block;
    padding: 0 14px;
}

.lang a {
    display: inline-block;
    color: #489df7;
}

.search {
    width: 280px;
    height: 32px;
    border: 1px solid #489df7;
    padding-left: 10px;
    margin-top: 21px;
}

.search input {
    display: block;
    float: left;
    height: 32px;
    line-height: 32px;
    color: #999;
    border: 0;
    background: none;
}

.search input[type="text"] {
    width: 250px;
    font-size: 1.6em;
}

.search input[type="submit"] {
    width: 22px;
    cursor: pointer;
    background: url(../images/search.jpg) no-repeat center center;
}

.mobileNavTit {
    display: none;
}

.nav {
    height: 50px;
    /*position: fixed;*/
    position: relative;
    background: #489df7;
    width: 100%;
}

.nav ul {
    height: auto;
    overflow: hidden;
}

.nav ul li {
    float: left;
    position: relative;
    width: 12.5%;
}

.nav ul li&gt;a {
    display: block;
    height: 50px;
    line-height: 50px;
    color: #fff;
    text-align: center;
    font-size: 1.8em;
}

.nav ul li.on {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
    color: #489df7;
    background: #2a7dd5;
}

.nav ul li:hover a, .nav ul li.on a {
    color: #fff;
}

.cententbox {
    margin-top: -60px
}

.phone {
    height: 50px;
    display: flex;
    align-items: flex-end;
    margin-top: 5px;
    text-align: left;
    margin-right: 10px;
}

.phone_img {
    height: 44px;
}

/*news*/

.newsBox {
    height: 365px;
    overflow: hidden;
}

.newsBoxLeft {
    float: left;
    width: 790px;
}

.indexTitle {
    height: auto;
    overflow: hidden;
    padding: 42px 0 24px 35px;
    background: url(../images/icon2.png) no-repeat 0 40px;
}

.indexTitle b {
    display: inline-block;
    color: #489df7;
    font-size: 2.2em;
}

.indexTitle a {
    display: block;
    color: #489df7;
    font-size: 1.4em;
    font-weight: bold;
    margin: 11px 10px 0 0;
    float: right;
}

.indexTitle a:hover {
    color: #489df7;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.slideBox {
    width: 385px;
    height: 230px;
    overflow: hidden;
    position: relative;
    float: left;
}

.slideBox .hd {
    height: 23px;
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    z-index: 10;
    text-align: center;
}

.slideBox .hd ul li {
    display: inline-block;
    *display: inline;
    margin: 0 5px;
    width: 10px;
    height: 10px;
    line-height: 10px;
    text-align: center;
    cursor: pointer;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #b78841;
}

.slideBox .hd ul li.on {
    background-color: #ba8940;
}

.slideBox .bd li {
    position: relative;
}

.slideBox .bd {
    height: 100%;
    z-index: 0;
}

.slideBox .bd .pic {
    position: relative;
    z-index: 0;
    display: table;
    width: 385px;
    heigth: 228px;
}

.slideBox .bd .pic a {
    display: table-cell;
    width: 100%;
    height: 228px;
    text-align: center;
    vertical-align: middle;
}

.slideBox .bd .pic img {
    max-width: 385px;
    max-height: 228px;
}

.slideBox .bd .bg {
    width: 100%;
    height: 100px;
    position: absolute;
    bottom: -100px;
    left: 0;
    z-index: 1;
    background: url(../images/indexNewsBg.png) repeat 0 0;
}

.slideBox .bd .tit {
    width: 100%;
    height: 100px;
    line-height: 24px;
    position: absolute;
    bottom: -100px;
    left: 0;
    z-index: 2;
    font-size: 1.6em;
}

.slideBox .bd .tit a {
    color: #fff;
    margin: 14px 40px 0;
    display: block;
}

/*indexNews*/

.indexNews {
    float: right;
    height: auto;
    overflow: hidden;
    width: 373px;
    padding-top: 2px;
}

.indexNews li {
    height: 38px;
    overflow: hidden;
    background: url(../images/dian.jpg) repeat-x 0 bottom;
}

.indexNews li a {
    display: block;
    color: #000;
    height: 37px;
    line-height: 37px;
    overflow: hidden;
    font-size: 1.4em;
}

.indexNews li a:hover {
    color: #489df7;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.indexNews li b {
    display: block;
    color: #489df7;
    height: 37px;
    line-height: 37px;
    overflow: hidden;
    font-size: 1.4em;
    padding-left: 3px;
    width: 52px;
    float: left;
}

.newsBoxRight {
    float: right;
    position: relative;
    width: 361px;
}

.slideNotice {
    position: relative;
}

.slideNotice .indexNews {
    width: 361px;
}

.slideNotice .hd {
    position: absolute;
    right: 2px;
    top: -55px;
    height: 31px;
    line-height: 31px;
    width: 130px;
    border-bottom: 1px solid #ccdae5;
}

.slideNotice .hd ul {
    position: absolute;
    left: 0;
    top: -1px;
    height: 32px;
}

.slideNotice .hd ul li {
    float: left;
    width: 65px;
    cursor: pointer;
    font-size: 1.4em;
    text-align: center;
}

.slideNotice .hd ul li a {
    color: #00457b;
    display: block;
}

.slideNotice .hd ul li.on {
    height: 30px;
    border: 1px solid #ccdae5;
    border-bottom: 2px solid #fff;
    width: 63px;
}

/*indexAd*/

.indexAd .item, .linkImg .item {
    width: 100%;
    overflow: hidden;
}

.indexAd .item:hover img, .linkImg .item:hover img {
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.iconList {
    height: auto;
    overflow: hidden;
    margin-top: 44px;
}

.iconList li {
    float: left;
    text-align: center;
}

.iconList li a {
    display: block;
    color: #fff;
    width: 180px;
    height: 116px;
    padding-top: 24px;
}

.iconList li a img {
    display: block;
    width: 66px;
    height: 66px;
    margin: 0 auto 10px;
}

.iconList li a div {
    font-size: 1.6em;
}

.iconList li.li1 a {
    background-color: #0084d2;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.iconList li.li2 a {
    background-color: #2cb168;
    border-bottom: 1px solid #fff;
}

.iconList li.li3 a {
    background-color: #745db9;
    border-right: 1px solid #fff;
}

.iconList li.li4 a {
    background-color: #009aaf;
}

.iconList li:hover {
    filter: alpha(opacity=70);
    opacity: 0.7;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.newsDiv {
    width: 380px;
    float: left;
    margin-left: 30px;
}

.newsDiv:first-child {
    margin-left: 0;
}

.newsDiv .indexNews {
    width: 100%;
}

.newsDiv .indexNews li, .slideNotice .indexNews li {
    position: relative;
}

.newsDiv .indexNews li b, .slideNotice .indexNews li b {
    position: absolute;
    left: 0;
    top: 0;
    float: none;
    z-index: 5;
}

.newsDiv .indexNews li a, .slideNotice .indexNews li a {
    margin-left: 55px;
}

/*link*/

.link {
    height: auto;
    overflow: hidden;
    padding: 40px 0;
}

.linkText {
    float: left;
    height: 30px;
    line-height: 30px;
    font-weight: bold;
    color: #489df7;
    font-size: 2em;
}

.linkSelect {
    margin-left: 105px;
}

.linkSelect li {
    float: left;
    width: 20%;
}

.linkDiv {
    margin-left: 20px;
    height: 28px;
    border: 1px solid #c7ddf4;
}

.customSelect {
    height: 28px;
    line-height: 28px;
    font-size: 1.4em;
    color: #489df7;
    background: url(../images/icon1.jpg) no-repeat right center;
    width: 100%;
    text-indent: 9px;
}

.customSelectInner {
    cursor: pointer;
    line-height: 28px;
    text-align: left;
    width: 100% !important;
}

/*footer*/

.footer {
    height: auto;
    overflow: hidden;
    color: #d4dbe5;
    line-height: 24px;
    text-align: center;
    padding: 29px 0 45px;
    background-color: #489df7;
}

.footLink {
    font-size: 1.4em;
}

.footLink a {
    display: inline-block;
    color: #d4dbe5;
    margin: 0 30px;
}

.copy {
    height: auto;
    overflow: hidden;
    margin-top: 36px;
    font-size: 1.2em;
}

.copy a {
    color: #d4dbe5;
    display: inline-block;
    margin-right: 10px;
}

.copy a:hover {
    color: #fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.mspan1 {
    padding: 0 21px 0 7px;
    display: inline-block;
}

.mspan2 {
    display: inline-block;
}

/*bigImg*/

.bigImg {
    height: 320px;
    position: relative;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

/*main*/

.main {
    width: 1200px;
    position: relative;
    margin: 41px auto 48px;
}

.left {
    float: left;
    width: 320px;
}

.sideMenu {
    height: auto;
    overflow: hidden;
    background-color: #fff;
    margin-bottom: 20px;
}

.sideTit {
    height: 65px;
    overflow: hidden;
    width: 100%;
    color: #fff;
    display: block;
    background-color: #489df7;
}

.sideTit h3 {
    font-size: 18px;
    margin-bottom: 3px;
    line-height: 65px;
    color: #fff;
    text-align: center;
}

.sideTit h3 span {
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    font-family: Arial;
}

.sideMenuNav {
    height: auto;
    overflow: hidden;
    padding-bottom: 0px;
    margin-top: 3px;
}

.sideMenuNav li {
    height: auto;
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #ececec;
}

.sideMenuNav li&gt;a {
    height: 45px;
    line-height: 45px;
    padding: 0 31px 0 75px;
    color: #666;
    font-size: 16px;
    display: block;
    background: url(../images/sideIcon1.png) no-repeat 45px center;
}

.sideMenuNav li i.ibg {
    background: url(../images/sideIcon5.png) no-repeat right center !important;
}

.sideMenuNav li.on, .sideMenuNav li:hover {
    background-color: #f8f8f8;
}

.sideMenuNav li.on&gt;a, .sideMenuNav li:hover&gt;a {
    color: #fff;
    background-color: #489df7;
}

.sideMenuNav li.on i, .sideMenuNav li:hover i {
    background: url(../images/sideIcon4.png) no-repeat right center;
}

.sideDiv {
    height: auto;
    overflow: hidden;
    background-color: #f8f8f8;
}

.sideDiv a {
    display: block;
    height: 34px;
    line-height: 34px;
    padding: 0 10px 0 56px;
    color: #666;
    font-size: 1.2em;
    background: url(../images/circle4.png) no-repeat 37px center;
}

.sideDiv a:hover, .sideDiv a.cur {
    color: #489df7;
    background: url(../images/circle3.png) no-repeat 37px center #efefef;
}

.sideContactTit {
    height: 54px;
    line-height: 54px;
    background-color: #489df7;
}

.sideContactTit a {
    display: block;
    padding-left: 36px;
    color: #fff;
    font-weight: bold;
    font-size: 1.8em;
}

.sideContactBox {
    height: auto;
    padding: 16px;
    color: #666;
    line-height: 30px;
    font-size: 1.2em;
	background:#fff;
}

.sideContactBox ul {
    width: 100%;
    margin-bottom: 8px;
}

.sideContactBox ul li {
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    color: #666;
}

.sideContactBox ul li img {
    height: 21px;
    margin-right: 10px;
    vertical-align: middle;
}

.sideContactBox .icon-nav {
    width: 90%;
    margin: 0 auto;
}

.sideContactBox .iconBox {
    width: 50%;
}

.sideContactBox .iconBox span img {
    display: block;
    margin: 0 auto 10px auto;
}

.sideContactBox .iconBox p {
    text-align: center;
    padding-bottom: 7px;
}

/*right*/

.right {
    margin-left: 360px;
    background-color: #fff;
    /*min-height: 718px;*/
    position: relative;
}

.path {
    width: 100%;
    border-bottom: 2px solid #489df7;
    height: 40px
}

.path span {
    float: left;
    width: 140px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
}

.path span.on:after {
    content: "";
    width: 20px;
    height: 28px;
    display: inline-block;
    vertical-align: top;
    background: url(../images/zgdzshicon.png) -160px 6px no-repeat;
    margin-left: 5px;
}

.path span.on {
    background: #489df7;
    color: #fff;
}

.pathdiv {
    float: right;
    color: #666;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
	margin-right:20px;
}

.pathdiv a {
    color: #666;
}

.pathdiv a.on, .pathdiv a:hover {
    color: #489df7;
}

/*rightBox*/

.rightBox {
    height: auto;
    overflow: hidden;
}

.eventsTitle {
    height: auto;
    overflow: hidden;
    padding: 30px;
    line-height: 36px;
}

.eventsTitle h3 {
    color: #489df7;
    font-size: 18px;
    margin-bottom: 6px;
    text-align: center;
    font-weight: bold;
}

.year {
    color: #000;
    font-size: 1.7em;
}

.eventsList {
    height: auto;
    overflow: hidden;
    margin: 13px 0 78px;
    border-top: 1px solid #efefef;
}

.eventsList li {
    height: auto;
    overflow: hidden;
    padding: 21px 5px 21px 0;
    border-bottom: 1px solid #efefef;
}

.eventsdate {
    float: left;
    width: 82px;
    text-align: center;
}

.eventsdate h3 {
    color: #fff;
    font-size: 1.7em;
    font-weight: bold;
    height: 38px;
    line-height: 38px;
    font-family: Arial;
    background-color: #05558e;
}

.eventsdate p {
    color: #666;
    font-size: 1.3em;
    height: 33px;
    line-height: 33px;
    background-color: #efefef;
}

.eventsInfo {
    margin-left: 111px;
    font-size: 1.4em;
    line-height: 34px;
    color: #666;
    padding-top: 5px;
}

.downLoad {
    height: auto;
    overflow: hidden;
    padding: 20px 0 20px 0;
}

.downLoad li {
    height: auto;
    overflow: hidden;
    margin: 15px 20px;
}

.downLoad li a {
    position: relative;
    color: #666;
    font-size: 14px;
}

.downLoad li:hover a {
    color: #489df7;
}

.newsList {
    height: auto;
    overflow: hidden;
    padding: 20px 0 20px 0;
}

.newsList li {
    height: auto;
    overflow: hidden;
    padding: 15px 20px;
    border-bottom: 1px solid #ddd;
}

.newsList li a {
    position: relative;
    color: #666;
    font-size: 14px;
}

.newsList li:hover a {
    color: #489df7;
}

.m-a-down {
    color: #666;
    font-size: 12px;
    background: url(../images/download.png) 65px center no-repeat #ddd;
    border-radius: 6px;
    padding: 3px 25px 3px 15px;
}

.m-down {}

.newsList li:hover .m-a-down {
    color: #fff;
    background: url(../images/downloadon.png) 65px center no-repeat #489df7;
}

.downLoadTit {
    height: auto;
    overflow: hidden;
    padding-top: 46px;
    border-bottom: 1px solid #efefef;
}

.downLoadTit h1 {
    font-size: 18px;
    color: #666;
    font-weight: bold;
}

.source {
    font-size: 12px;
    color: #757575;
    margin-top: 17px;
}

.source span {
    display: inline-block;
    padding: 0 12px;
}

.down {
    display: block;
    height: 33px;
    line-height: 33px;
    width: 93px;
    text-align: right;
    font-size: 1.3em;
    color: #9f9f9f;
    background: url(../images/down1.png) no-repeat left center;
}

.content {
    font-size: 14px;
    color: #666;
    list-style: disc;
    padding: 22px 25px 84px;
}

.content p {
    line-height: 24px;
    padding: 10px 0;
}

/*organize*/

.organize {
    height: auto;
    overflow: hidden;
}

.organize li a {
    display: block;
    height: auto;
    overflow: hidden;
    margin: 0 40px;
    padding: 30px 0;
    border-bottom: 1px solid #efefef;
}

.organize li:hover {
    background-color: #f8f8f8;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.photo {
    float: left;
    width: 100px;
    height: 132px;
    overflow: hidden;
}

.photo img {
    width: 100%;
    height: 100%;
}

.organzineText {
    margin-left: 132px;
    line-height: 34px;
}

.organzineText h3 {
    color: #3e3e3e;
    font-size: 1.6em;
    font-weight: bold;
    margin: 18px 0 8px;
}

.orInfo {
    color: #8b8b8b;
    font-size: 1.3em;
}

/*paged*/

.paged {
    text-align: center;
}

.paged a, .paged .p_info, .paged .current {
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin: 0 4px;
    height: 28px;
    line-height: 28px;
    padding: 0 10px;
    font-size: 13px;
    text-align: center;
    color: #7890aa;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    background-color: #eaeff3;
}

.paged .current, .paged a:hover {
    color: #fff;
    background-color: #489df7;
}

.meetTitle {
    height: auto;
    overflow: hidden;
    color: #666;
    line-height: 34px;
    font-size: 1.6em;
    font-weight: bold;
    padding: 46px 0 12px;
}

/*meetList*/

.meetList {
    height: auto;
    overflow: hidden;
    margin: 20px 0 0 -38px;
}

.meetList li {
    float: left;
    margin: 29px 0 0 33px;
}

.meetList li a {
    display: block;
    height: 76px;
    line-height: 76px;
    width: 250px;
    color: #666;
    font-size: 1.6em;
    text-align: center;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    background-color: #f3f3f3;
    border: 1px solid #ececec;
}

.meetList li:hover a {
    color: #fff;
    background: url(../images/iconRight.jpg) no-repeat 95% center #489df7;
}

/*place*/

.place {
    height: auto;
    overflow: hidden;
    padding-bottom: 53px;
}

.placeBox {
    height: auto;
    overflow: hidden;
    margin-top: 39px;
}

.placeBox dt {
    height: 41px;
    line-height: 41px;
    padding: 0 24px;
    font-size: 1.4em;
    background-color: #489df7;
}

.placeBox dt a {
    color: #fff;
}

.placeBox dd {
    border-left: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
}

.placeDiv {
    height: 58px;
    line-height: 58px;
    color: #666;
    font-size: 1.4em;
    border-top: 1px solid #ededed;
}

.placeDiv div {
    width: 50%;
    float: left;
}

.placeDiv div i {
    display: block;
    float: left;
    width: 33px;
    height: 58px;
    margin-left: 22px;
    background-position: left center;
    background-repeat: no-repeat;
}

.placeDiv div i.i1 {
    background-image: url(../images/placeIcon1.png);
}

.placeDiv div i.i2 {
    background-image: url(../images/placeIcon2.png);
}

.placeDiv div i.i3 {
    background-image: url(../images/placeIcon3.png);
}

.placeDiv div i.i4 {
    background-image: url(../images/placeIcon4.png);
}

.placeDiv div i.i5 {
    background-image: url(../images/placeIcon5.png);
}

.placeDiv div i.i6 {
    background-image: url(../images/placeIcon6.png);
}

.placeDiv div span {
    display: block;
    margin-left: 69px;
    height: 58px;
    line-height: 58px;
    overflow: hidden;
    border-right: 1px solid #ededed;
}

.pbg {
    background-color: #f3f3f3;
}

.article {
    height: auto;
    overflow: hidden;
    position: relative;
    padding: 17px 51px 20px;
    border-top: 1px solid #efefef;
}

.article ul {
    color: #8b8b8b;
    height: auto;
    overflow: hidden;
    font-size: 1.2em;
}

.article ul li {
    width: 48%;
    float: left;
}

.article ul li div {
    height: 34px;
}

.article ul li.next {
    float: right;
}

.article ul li.next div {
    float: right;
    text-align: right;
}

.article ul li span {
    float: left;
    display: block;
    height: 34px;
    line-height: 34px;
}

.article ul li a {
    height: 34px;
    line-height: 34px;
    float: left;
    overflow: hidden;
    display: block;
    color: #8b8b8b;
}

.article ul li a:hover {
    color: #489df7;
}

.articleBtn {
    position: absolute;
    top: 50%;
    z-index: 5;
    width: 36px;
    height: 36px;
    margin-top: -20px;
    border: 1px solid #ededed;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #f3f3f3;
}

.articleBtn:hover {
    background-color: #489df7;
    border-color: #489df7;
}

.articlePrev {
    left: 0;
    background-image: url(../images/articleBtn1.png);
}

.articlePrev:hover {
    background-image: url(../images/articleBtn11.png);
}

.articleNext {
    right: 0;
    background-image: url(../images/articleBtn2.png);
}

.articleNext:hover {
    background-image: url(../images/articleBtn22.png);
}

.newsShre {
    height: auto;
    overflow: hidden;
    margin: -53px 0 44px 4px;
}

.newsShre .bdshare-button-style0-16 .bds_more {
    color: #757575;
    padding-left: 20px;
}

/*column*/

.column {
    height: auto;
    overflow: hidden;
    padding-bottom: 82px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
}

.bg1 {
    background-color: #1f458a;
    background-image: url(../images/columnBg1.jpg);
}

.bg2 {
    background-color: #363b45;
    background-image: url(../images/columnBg2.jpg);
}

.bg3 {
    background-color: #ca612e;
    background-image: url(../images/columnBg3.jpg);
}

.columnTitle {
    height: auto;
    overflow: hidden;
    padding: 38px 0 44px;
    text-align: center;
}

.columnTitle h1 {
    font-weight: bold;
    color: #fff;
    font-size: 3.2em;
}

.columnTitle p {
    color: #5c74c7;
    font-size: 1.2em;
    margin-top: 6px;
    text-transform: uppercase;
}

.columnMain {
    padding: 40px 40px 34px;
    background-color: #eceff4;
}

.columslideBox {
    width: 450px;
    height: 350px;
    overflow: hidden;
    position: relative;
    float: left;
}

.columslideBox .hd {
    height: 32px;
    overflow: hidden;
    position: absolute;
    right: 20px;
    width: auto;
    bottom: 0;
    z-index: 10;
}

.columslideBox .hd ul li {
    display: inline-block;
    *display: inline;
    margin-left: 5px;
    width: 7px;
    height: 7px;
    line-height: 7px;
    text-align: center;
    cursor: pointer;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    border-radius: 7px;
    background-color: #a6a9a3;
}

.columslideBox .hd ul li.on {
    background-color: #419ad2;
}

.columslideBox .bd li {
    position: relative;
}

.columslideBox .bd {
    height: 100%;
    z-index: 0;
}

.columslideBox .bd .pic {
    position: relative;
    z-index: 0;
    display: table;
    width: 450px;
    height: 350px;
}

.columslideBox .bd .pic a {
    display: table-cell;
    width: 100%;
    height: 350px;
    text-align: center;
    vertical-align: middle;
}

.columslideBox .bd .pic img {
    max-width: 450px;
    max-height: 350px;
}

.columslideBox .bd .bg {
    width: 100%;
    height: 54px;
    position: absolute;
    bottom: -54px;
    left: 0;
    z-index: 1;
    background: url(../images/textBg.png) repeat 0 0;
}

.columslideBox .bd .tit {
    width: 100%;
    height: 54px;
    line-height: 54px;
    position: absolute;
    bottom: -54px;
    left: 0;
    z-index: 2;
    background: url(../images/iconRight2.png) no-repeat 21px center;
}

.columslideBox .bd .tit a {
    color: #fff;
    margin: 0 60px 0 38px;
    display: block;
    font-size: 1.3em;
    height: 54px;
    line-height: 54px;
    overflow: hidden;
}

.columnRight {
    margin-left: 470px;
    height: 350px;
    overflow: hidden;
    background-color: #fdfefe;
}

.cTitle {
    height: 62px;
    line-height: 62px;
    border-bottom: 1px solid #efefef;
    padding: 0 34px;
    background: #e8e8e8;
}

.cTitle i {
    display: block;
    height: 62px;
    width: 20px;
    float: left;
    background: url(../images/icon3.png) no-repeat left center;
}

.cTitle a {
    color: #666;
    font-size: 1.7em;
    font-weight: bold;
    display: inline-block;
}

.cTitle a:hover {
    color: #489df7;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.columnHot {
    padding: 0 36px;
}

.columnHot a {
    height: auto;
    overflow: hidden;
    color: #1f1f1f;
    padding: 23px 0 22px;
    display: block;
    border-bottom: 1px solid #efefef;
}

.columnHot a:hover {
    color: #489df7;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.cImg {
    float: left;
}

.cImg img {
    width: 90px;
    height: 77px;
}

.cText {
    margin-left: 108px;
}

.cText h3 {
    font-size: 1.6em;
    height: 28px;
    line-height: 28px;
    overflow: hidden;
}

.cText p {
    color: #a0a0a0;
    line-height: 24px;
    max-height: 48px;
    overflow: hidden;
    font-size: 1.2em;
}

.columnList {
    height: auto;
    overflow: hidden;
    padding: 7px 36px 0;
}

.columnList li {
    height: 34px;
    line-height: 34px;
    position: relative;
    background: url(../images/circle4.png) no-repeat left center;
}

.columnList li a {
    display: block;
    color: #666;
    padding-left: 21px;
    font-size: 1.2em;
}

.columnList li a b {
    font-weight: normal;
    display: block;
    height: 34px;
    line-height: 34px;
    overflow: hidden;
    margin-right: 65px;
}

.columnList li a span {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    color: #9f9f9f;
}

.columnList li a:hover {
    color: #489df7;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.columnMain .indexAd {
    margin: 20px 0;
}

.columnBoxDiv {
    width: 450px;
    height: 311px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #fdfefe;
}

.columnBoxDiv .columnList {
    padding: 17px 36px 0;
}

.columnFooter {
    height: auto;
    overflow: hidden;
    line-height: 24px;
    padding-bottom: 30px;
    text-align: center;
    background-color: #e1e1e1;
    color: #666;
}

.columnFooter a {
    color: #666;
}

.columnFooter a:hover {
    color: #333;
}

.columnAd img {
    width: 100%;
    height: auto;
    display: block;
    margin: 20px 0;
}

.columnLink {
    height: auto;
    overflow: hidden;
    margin: 0 0 14px -20px;
}

.columnLink li {
    float: left;
    margin-left: 20px;
    width: 215px;
    text-align: center;
}

.columnLink li a {
    height: 67px;
    line-height: 67px;
    display: block;
    color: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    font-size: 2em;
}

.columnLink li.cli1 a {
    background-color: #63a0d9;
}

.columnLink li.cli2 a {
    background-color: #58b5ce;
}

.columnLink li.cli3 a {
    background-color: #a8d15b;
}

.columnLink li.cli4 a {
    background-color: #5b75d1;
}

.columnLink li:hover a {
    filter: alpha(opacity=70);
    opacity: 0.7;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.bg2 .columnTitle p {
    color: #616277;
}

.bg2 .columnFooter {
    background-color: #c6dbef;
}

.bg3 .columnTitle p {
    color: #e8c1ac;
}

.bg3 .cTitle {
    position: relative;
    background: url(../images/cTitlebg.jpg) repeat-x 0 0;
}

.bg3 .cTitle .more {
    position: absolute;
    right: 30px;
    top: 14px;
    z-index: 5;
    color: #404040;
    font-size: 1.2em;
    font-weight: normal;
    display: block;
    height: 32px;
    line-height: 32px;
    padding: 0 28px 0 17px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #e8ddcc;
    background: url(../images/more.png) no-repeat 45px center #fbf0e0;
}

.bg3 .cTitle .more:hover {
    color: #ff8830;
}

.bg3 .cTitle i {
    background-image: url(../images/icon4.png);
}

.bg3 .columnFooter {
    background-color: #fef8ef;
}

.bg3 .columnBoxDiv {
    height: 316px;
}

.bg3 .columnList li a:hover, .bg3 .cTitle a:hover, .bg3 .columnHot a:hover {
    color: #ff8830;
}

.m20 {
    margin-top: 20px;
}

.columnText {
    font-size: 12px;
    color: #7b7b7b;
    line-height: 28px;
    margin: 23px 34px;
    max-height: 196px;
    overflow: hidden;
}

.columnBoxUl {
    height: 316px;
    margin-left: 20px;
    float: left;
    background-color: #fefdfc;
    width: 293px;
}

.columnBoxUl:first-child {
    margin-left: 0;
}

.columnBoxUl .columnList {
    padding: 17px 21px 0;
}

.columnBoxUl .columnList li a b {
    margin-right: 0;
}

.columnBoxUl .cTitle {
    padding: 0 20px 0 32px;
}

.columnBoxUl .cTitle .more {
    right: 20px;
}

/*columnMenu*/

.columnMenu {
    height: auto;
    overflow: hidden;
    background-color: #ac5a24;
}

.columnMenu ul li {
    float: left;
    width: 16.66666%;
}

.columnMenu ul li a {
    display: block;
    height: 56px;
    line-height: 56px;
    text-align: center;
    color: #fff;
    font-size: 1.6em;
    border-left: 1px solid #bf7443;
}

.columnMenu ul li a:first-child {
    border-left: 0;
}

.columnMenu ul li:hover, .columnMenu ul li.on {
    background-color: #b66129;
}

.columnMenuTit {
    height: 56px;
    line-height: 56px;
    display: none;
    background-color: #ac5a24;
    color: #fff;
    font-size: 1.6em;
    text-align: center;
    background: url(../images/downicon.png) no-repeat 97% center;
}

/*响应式导航*/

.mobileIconCon {
    display: none;
    background: url(../images/menu.png) no-repeat 20px center #489df7;
    position: relative;
}

.mobileIconCon a {
    display: block;
    width: 40px;
    height: 50px;
    position: absolute;
    top: 0;
    z-index: 5;
    width: 100%;
}

.searchBtn {
    background: url(../images/search.jpg) center center no-repeat;
    width: 40px;
    height: 60px;
    right: 20px;
    position: absolute;
    top: 25px;
    z-index: 5;
    display: none;
}

#mobileNavTit {
    display: block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 1.8em;
    color: #fff;
}

.mobileSearchCon {
    display: none;
    width: 100%;
    height: 46px;
    background-color: #489df7;
    overflow: hidden;
}

.mobileSearchBox {
    position: relative;
    width: 98%;
    height: 40px;
    margin: 3px auto;
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
}

.mobileSearchBox input[type="text"] {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 1.4em;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    color: #999;
}

.mobileSearchBox input[type="submit"] {
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    top: 0;
    right: 0;
    border: none;
    background: url(../images/search.jpg) center no-repeat;
}

.sideNavCon {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 9999;
}

.sideNavCon .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: inherit;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 11000;
}

.sideNavCon .sideNavScroll {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: inherit;
    background-color: #fff;
    overflow: hidden;
    z-index: 11001;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-transition: .5s ease all;
    transition: .5s ease all;
}

.sideNavCon .sideNavScroll.on {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.sideNavCon .sideNavScroll .closeSideNavCon {
    display: block;
    width: 100%;
    height: 30px;
    text-align: right;
    padding-top: 5px;
}

.sideNavCon .sideNavScroll .closeSideNavCon a {
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    background-color: #666;
    border-radius: 50%;
    line-height: 30px;
    font-size: 22px;
    color: #fff;
    text-align: center;
}

.sideNavCon .sideNav {
    width: 100%;
}

.sideNavCon .sideNav li {
    position: relative;
    margin: 0 10px;
    border-bottom: 1px solid #dcdbdb;
}

.sideNavCon .sideNav li&gt;a {
    position: relative;
    display: block;
    padding-left: 20px;
    font-size: 1.6em;
    color: #333;
    line-height: 50px;
}

.sideNavCon .sideNav li i {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    font-size: 1.4em;
    width: 50px;
    height: 50px;
    line-height: 4;
    color: #333;
    font-weight: bold;
    text-align: center;
    font-style: normal;
    z-index: 2;
    transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
}

.sideNavCon .sideChildNavScroll {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: inherit;
    background-color: #f1f1f1;
    overflow: hidden;
    z-index: 11002;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-transition: .5s ease all;
    transition: .5s ease all;
}

.sideNavCon .sideChildNavScroll.on {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.sideNavCon .sideChildNavScroll .backBtn {
    position: relative;
    width: 100%;
    text-align: center;
    height: 60px;
    line-height: 60px;
    color: #333;
    font-size: 16px;
    background-color: #fff;
    border-bottom: 1px solid #ededed;
}

.sideNavCon .sideChildNavScroll .backBtn span {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
}

.sideNavCon .sideChildNav&gt;ul {
    width: 100%;
}

.sideNavCon .sideChildNav&gt;ul&gt;li {
    width: 100%;
    display: none;
}

.sideNavCon .sideChildNav dl dt {
    height: 60px;
    line-height: 60px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ededed;
}

.sideNavCon .sideChildNav dl dt a {
    display: block;
    padding: 0 10px;
    color: #333;
    font-size: 16px;
    font-weight: bold;
}

.sideNavCon .sideChildNav dl dd {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #e8e8e8;
}

.sideNavCon .sideChildNav dl dd a {
    display: block;
    padding: 0 20px;
    color: #333;
    font-size: 16px;
}

.sideNavCon .sideChildNav .sideChildWord li {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #e8e8e8;
}

.sideNavCon .sideChildNav .sideChildWord li a {
    display: block;
    padding: 0 20px;
    color: #333;
    font-size: 16px;
}

/*wrapper*/

#wrapper {
    width: 100%;
    height: 100%;
}

#scroller {
    position: relative;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    width: 100%;
    padding: 0;
    height: 100%;
}

.imgdiv {
    position: absolute;
    left: 0;
    width: 100%;
    display: none;
    z-index: 990;
    background-color: #fff;
}

.imgdiv div.s1 img {
    display: block;
    position: absolute;
    top: 50%;
    z-index: 999;
    left: 50%;
    max-width: 95% !important;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.close {
    height: 5em;
    line-height: 5em;
    text-align: center;
    position: absolute;
    z-index: 999;
    left: 0;
    bottom: 0;
    width: 100%;
    color: #000;
    font-size: 1.6em;
    cursor: pointer;
}

.mobileTit {
    display: none;
}

.mobileTit a {
    height: 45px;
    line-height: 45px;
    font-size: 1.6em;
    color: #fff;
    display: block;
    padding-left: 21px;
    background: url(../images/downicon.png) no-repeat 97% center #1271b3;
}

/* 0507start */

.cellbox {
    margin: 100px auto;
    width: 500px;
    border: 1px solid #ccc;
    height: 200px;
}

.cellbox .cellbg {
    width: 500px;
    height: 60px;
    background: #489df7;
    font-size: 20px;
    color: #fff;
    line-height: 60px;
    text-align: center
}

.cellbox .mess1, .cellbox .mess2 {
    font-size: 15px;
    text-align: center;
}

.cellbox .mess1 {
    padding-bottom: 10px;
    padding-top: 40px
}

/* 0507end */

/* cxy  */

.columnBoxUl1 {
    height: 316px;
    /*margin-left: 20px;*/
    float: left;
    background-color: #fefdfc;
    width: 293px;
}

.columnBoxUl1:first-child {
    margin-left: 0;
}

.columnBoxUl1 .columnList {
    padding: 17px 21px 0;
}

.columnBoxUl1 .columnList li a b {
    margin-right: 0;
}

.columnBoxUl1 .cTitle {
    padding: 0 20px 0 32px;
}

.columnBoxUl1 .cTitle .more {
    right: 20px;
}

.ml20 {
    margin-left: 20px;
}

.exp .owl-item {
    width: 297px !important;
}

.w-100 {
    width: 100%!important;
}

.home-main {
    width: 1200px;
    margin: 10px auto 10px auto;
    font-family: Microsoft Yahei;
}

/* 左侧边栏部分 */

.main-aside {
    width: 30%;
    margin-left: 10px;
    margin-top: 10px;
}

/* 2、走进协会 */

.main-aside .introduction {
    width: 100%;
    background: #fff;
    height:457px;
}

.introduction .title {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-bottom: 2px solid #489df7;
}

.committee .title {
    margin-bottom: 10px;
}

.social .title {
    margin-bottom: 12px;
}

.video .title {
    margin-bottom: 7px;
}

.introduction .title p, .committee .title p, .social .title p, .video .title p, .policy .title p, .related-link .title p {
    font-size: 16px;
    font-weight: 400;
}

.introduction .title a, .committee .title a, .social .title a, .policy .title a {
    font-size: 12px;
    color: #999;
}

.introduction .title a:hover, .committee .title a:hover, .social .title a:hover, .policy .title a:hover {
    color: #489df7;
}

.intro-box {
    line-height: 24px;
    font-size: 14px;
    padding: 10px 0;
    text-indent: 2em;
    color: #666
}

.introduction ul {
    padding: 10px;
}

.introduction ul li {
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    color: #666;
}

.ellipsis {
    display: flex;
    justify-content: space-between;
}

.gz {
    text-align: center;
    color: #666;
    line-height: 20px;
    padding-bottom: 10px;
}

.asd {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.introduction ul li img {
    height: 21px;
    margin-right: 10px;
    vertical-align: middle;
}

.introduction .icon-nav {
    width: 90%;
    margin: 0 auto;
}

.introduction .iconBox {
    width: 50%;
}

.introduction .iconBox span img {
    display: block;
    margin: 0 auto 10px auto;
}

.introduction .iconBox .first {
    color: #ac3434;
}

.introduction .iconBox .second {
    color: #34a3ac;
}

.introduction .iconBox .third {
    color: #3464ac;
}

.introduction .iconBox p {
    text-align: center;
    padding-bottom: 7px;
}

.title-txt {
    display: inline-block;
    vertical-align: middle;
    font-weight: 700;
    color: #489df7;
}

.title-img {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 8px;
}

.title-img&gt;img {
    width: 30px;
    height: 30px;
    vertical-align: middle;
}

/* 右侧主体 */

.tuijialefttitle {
    width: 100%;
    border-bottom: 2px solid #489df7;
    background: #fff;
    height: 34px
}

.tuijialefttitle span {
    float: left;
    line-height: 34px;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    padding: 0 14px;
}

.tuijialefttitle span.on:after {
    content: "";
    width: 20px;
    height: 28px;
    display: inline-block;
    vertical-align: top;
    background: url(../images/zgdzshicon.png) -160px 6px no-repeat;
    margin-left: 5px;
}

.tuijialefttitle a {
    float: right;
    color: #666;
    font-size: 14px;
    line-height: 34px;
    padding-right: 10px;
}

.tuijialefttitle span.on {
    background: #489df7;
    color: #fff;
    letter-spacing: 1px;
}

.main-body {
    width: 714px;
    background: #fff;
    margin-bottom: 10px;
	height:350px;
}

.main-body .body-top {
    width: 100%;
    margin-bottom: 20px;
}

.body-top .social {
    width: 100%;
    margin-right: 20px;
    background: #fff;
}

.social .news {
    display: block;
    margin: 16px auto 5px auto;
    color: #333;
    border-bottom: 1px solid #ddd;
    padding-bottom: 16px;
    margin: 10px 20px 10px 10px;
	margin-bottom:0;
}

.social .news img {
    width: 280px;
    height: 180px;
    margin-right: 16px;
}

.main-body2 {
    width: 480px;
    background: #fff;
	height:350px;
}

.main-body2 ul {
    margin: 8px 0;
}

.main-body3 {
    width: 49.5%;
    background: #fff;
    margin-bottom: 10px;
    height:356px;
}

.zgdzshadlist1 {
    width: 100%;
}

.zgdzshadlist1 li {
    float: left;
    width: 15.625%;
    margin: 10px 1.25% 10px 0;
}

.zgdzshadlist1 li:nth-child(6) {
    margin: 10px 0 10px 0;
}

.news .news-content {
    width: 380px
}

.news .news-content h3 {
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #666;
    padding: 8px 0;
}

.news .news-content h3 span {
    color: #489df7;
    margin-right: 8px;
}

.news:hover .news-content h3 {
    color: #489df7;
}

.news .news-content p {
    text-indent: 2em;
    line-height: 18px;
    font-size: 12px;
    color: #999;
    height: 125px;
    overflow: hidden;
}
.social ul, .industry-info ul {
   padding-top: 10px;
}
.social ul li, .industry-info ul li {
    height: 26px;
    line-height: 26px;
    font-size: 14px;
    color: #666;
    margin-bottom: 4px;
    overflow: hidden;
    padding: 0 15px;
}

.social ul li a:hover, .industry-info ul li:hover {
    color: #489df7;
}

.m-a-title {
    color: #489df7;
    margin-right: 8px;
}

.m-a-date {
    color: #999;
    font-size: 14px;
}

.zgdzshadlist {
    width: 100%;
}

.zgdzshadlist li {
    float: left;
    width: 19%;
    margin-right: 1.25%
}

.zgdzshadlist li:nth-child(5) {
    margin-right: 0
}

.zgdzshadlist li a {
    display: block;
    position: relative;
}

.portfolio-grid-img {
    overflow: hidden;
}

.portfolio-grid-img img {
    display: block;
    width: 100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    height:103px;
}

.zgdzshadlist li a:hover img {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.portfolio-grid-text {
    position: absolute;
    top: 35%;
    left: 0;
    z-index: 11;
    width: 100%;
}

.portfolio-grid-text h3 {
    font-size: 24px;
    text-align: center;
    padding: 0 15px;
    margin-top: 0px;
    color: #fff;
}

.zgdzshadlist li a:hover .overlay {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    background-color: rgb(0, 47, 96, .7);
    filter: alpha(opacity=0);
    _height: expression( (this.parentElement.clientHeight) +'px');
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.zgdzshadlist li a .overlay {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    background-color: rgb(0, 47, 96, .5);
}

/*HPnews首页-新闻中心*/

.HPnews {
    width: 100%;
    padding: 0;
    background: url("../images/newsbg.jpg") no-repeat #ddd
}

.centerdiv {
    padding: 0;
}

.HPnews_tab {
    width: 900px;
    margin-top: 36px;
    background-color: #fff;
    height: 355px;
    overflow: hidden;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, .5);
}

.HPnews_tab .HPnews_tab_row {
    border-bottom: 1px solid #ddd;
    margin: 0 auto;
    text-align: center;
    width: 90%;
    background: url(../images/world.png) no-repeat left center;
    padding-left: 45px;
}

.HPnews_tab .HPnews_tab_title {
    padding: 20px 20px 20px 0px;
    transition: 0.3s all;
    cursor: pointer;
    font-size: 16px;
    color: #666;
}

.HPnews_tab .HPnews_tab_title span {
    padding-left: 20px;
}

.HPnews_tab .HPnews_tab_title a:hover {
    color: #489df7;
}

.HPnews_tab .HPnews_tab_title a {
    width: 100%;
    color: #666;
}

.HPnews_tab .HPnews_currenttab a {
    color: #489df7;
    font-weight: bold;
}

.sideMenu .HPnews_tab_row {
    margin: 0 auto;
    text-align: center;
    width: 55%;
}

.sideMenu .HPnews_tab_title {
    padding: 15px 0px;
    transition: 0.3s all;
    cursor: pointer;
    font-size: 16px;
    color: #666;
}

.sideMenu .HPnews_tab_title span {
    padding: 0 20px;
}

.sideMenu .HPnews_tab_title a:hover {
    color: #489df7;
}

.sideMenu .HPnews_tab_title a {
    width: 100%;
    color: #666;
}

.sideMenu .HPnews_currenttab a {
    color: #489df7;
    font-weight: bold;
}

.sideMenu .HPnews_list li {
    margin-left: 0;
    margin-right: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
    height: 38px;
}

.sideMenu .HPnews_list li:last-child {
    border-bottom: none;
}

.sideMenu .HPnews_list li a {
    color: #666;
    font-size: 14px;
    line-height: 38px;
}

.HPnews_list {
    display: none;
}

.HPnews_tab .HPnews_list li {
    margin-left: 0;
    margin-right: 0;
    padding-top: 22px;
    padding-bottom: 22px;
}

.HPnews_list li a {
    color: #666;
    font-size: 14px;
}

.HPnews_list li a:hover {
    color: #489df7;
}

.HPnews_list li a span {
    color: #489df7;
    margin-right: 8px;
}

.HPnews_date {
    color: #999;
    text-align: right;
    font-size: 14px;
}

@media screen and (min-width: 1220px) {
    .HPnews_list li {
        padding-left: 0px;
    }
}

@media screen and (min-width: 992px) {
    .HPnews_list li {
        padding-left: 0px;
        font-size: 14px;
    }
    .HPnews_date {}
}

@media screen and (min-width: 768px) {
    .HPnews_list li {
        padding-left: 0px;
        font-size: 12px;
        font-size: 1rem;
    }
}

.HPnews_morebtn {
    padding-right: 2.5%;
    text-align: center;
    margin-top: 20px;
}

.HPnews_morebtn a {
    display: inline-block;
    width: 145px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    background-color: #489df7;
    color: #FFF;
    border-radius: 10px;
}

.foot {
    color: #fff;
    background: #489df7;
}

.links {
    padding-bottom: 4px;
}

.links_box {
    padding-top: 10px;
}

.links_box h4 {
    margin-bottom: 6px;
    padding-left: 40px;
    height: 24px;
    background: url(../images/linksicon.png) left center no-repeat;
    line-height: 24px;
    font-size: 16px;
    float: left;
    margin-right: 20px;
}

.links_box li a {
    color: #fff;
    font-size: 12px;
}

.links_box li {
    float: left;
    margin-right: 20px;
    color: #666;
    font-size: 14px;
    line-height: 24px;
    height: 24px;
}

.copyright {
    text-align: center;
    padding-bottom: 16px;
    font-size: 13px;
    color: #fff;
    line-height: 24px;
}

.zuo {
    width: 24px;
    background: #489df7;
    position: absolute;
    left: -38px;
    top: 50%;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 34px;
}

.you {
    width: 24px;
    background: #489df7;
    position: absolute;
    top: 50%;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 34px;
    right: -38px;
}

.fmenu {
    text-align: center;
    padding: 20px 0;
    border-top: 1px solid #fff;
}

.fmenu a {
    font-size: 14px;
    color: #fff;
    padding: 0 15px;
}

.fmenu span {
    font-size: 16px;
    padding: 0 15px;
}

.wrap {
    margin: 0 auto;
    min-width: 320px;
    max-width: 1200px;
    width: 100%;
    height: 250px;
}

.knowledgetabcon {
    float: left;
    width: 49%;
    transition: all 0.2s ease 0s;
    margin: 10px 0 0;
    height: 240px;
    overflow: hidden;
}

.knowledgedl {
    float: left;
    width: 100%;
    display: none;
}

.knowledgedl dt img {
    display: block;
    width: 100%;
    vertical-align: bottom;
    height: 240px;
}

.knowledgetablist {
    float: right;
    width: 50%;
    transition: all 0.2s ease 0s;
    margin: 10px 0 0;
    height: 240px;
}

.knowledgetablist dl {
    float: left;
    width: 92.6%;
    border-bottom: 1px solid #ddd;
    padding: 10px 3.7%;
    transition: all 0.2s ease 0s;
    height: 60px;
}

.knowledgetablist dl.hover {
    background: #489df7;
}

.knowledgetablist dt {
    float: left;
    width: 18%;
    font-size: 46px;
    color: #ddd;
    line-height: 60px;
    font-family: gilroy;
    transition: all 0.2s ease 0s;
}

.knowledgetablist dl.hover dt {
    color: #d7eafe;
}

.knowledgetablist dd {
    float: right;
    width: 82%;
}

.title4 {
    float: left;
    width: 100%;
    margin-top: 7px;
    line-height: 23px;
    height: 46px;
    overflow: hidden;
    transition: all 0.2s ease 0s;
}

.knowledgetablist dl.hover .title4, .knowledgetablist dl.hover .title4 a, .knowledgetablist dl.hover .detail4 {
    color: #fff;
}

.title4 a {
    color: #666;
    font-size: 16px;
    transition: all 0.2s ease 0s;
}

.mapbox {
    width: 50%;
    position: absolute;
    right: 1.5%;
    top: 250px;
    box-shadow: 5px 10px 5px rgba(0, 0, 0, .3);
    border: 1px solid #ddd;
}

.conTitle {
    height: auto;
    overflow: hidden;
    padding: 25px;
    line-height: 36px;
}

.conTitle h3 {
    color: #666;
    font-size: 18px;
    margin-bottom: 25px;
    text-align: left;
    font-weight: bold;
}

.conTitle h4 {
    color: #666;
    font-size: 16px;
    margin-bottom: 25px;
    text-align: left;
    width: 50%;
    float: left
}

.conTitle p {
    color: #666;
    font-size: 16px;
    margin-bottom: 25px;
    text-align: left;
}

.conTitle img {
    vertical-align: middle;
    margin-right: 10px;
}

.memberboxl {
    width: 49%;
    float: left;
    border: 1px solid #ddd;
    margin-bottom: 20px;
}

.memberboxr {
    width: 49%;
    float: right;
    border: 1px solid #ddd;
    margin-bottom: 20px;
}

.card-img {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    background-color: #fff;
    height: 190px;
    display: table;
    vertical-align: middle;
}
.card-img p {
    vertical-align: middle;
    margin: 0 auto;
    display: table-cell;
}

.card-img img {
        width: auto;
    height: auto !important;
    display: inline-block;
}

.card-body {
    background: #489df7;
    width: 100%;
    height: 30px;
}

.card-body h5 {
    text-align: center;
    font-size: 16px;
    color: #fff;
    line-height: 30px;
}

.card-detail {
    background: #91c4fa;
    width: 100%;
    height: 100px;
    overflow: hidden;
    margin-top: 2px;
}

.card-detail p {
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    padding: 0 5%;
}

.nmemberbox li {
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 20px;
}

.nmemberbox li:nth-child(4n) {
    margin-right: 0%
}

.nmemberbox li img {
    border: 1px solid #ddd;
    width: 99%;
    margin: 0 auto;
    height: 103px;
}

.nmemberbox li:hover img {
    border: 1px solid #489df7;
}

.blank10 {
    height:10px;
}
.action_page{
    padding:20px;
}</pre></body></html>