.gp-subLeft {
    width: 264px;
    position: relative;
    z-index: 100;
    margin-top: -124px;
}

.subLeftTitle {
    padding: 30px 35px;
    color: #fff;
    text-align: center;
    position: relative;
}

.subLeftTitle::before {
    content: '';
    display: block;
    width: calc(100% + 8px);
    height: calc(100% + 8px);
    position: absolute;
    left: 4px;
    top: 4px;
    border: 1px solid #003b90;
}

.gp-subLeft>ul>li {
    position: relative;
    transition: all 0.35s ease-in-out;
    z-index: 1;
}

.gp-subLeft>ul>li>a {
    padding: 25px 27px;
    display: block;
    transition: all 0.35s ease-in-out;
    position: relative;
    position: relative;
    font-size: 18px;
    line-height: 32px;
    color: #333;
    border-top: 1px dashed #91aece;
}

.gp-subLeft>ul>li:last-child>a {
    border-bottom: 1px dashed #91aece;
}

.gp-subLeft>ul>li>a.active,
.gp-subLeft>ul>li>a:hover {
    position: relative;
    background: #fff;
    background-size: 100% 100%;
    font-weight: bold;
    color: #366ca5;
    box-shadow: 5px 0px 10px rgba(0, 0, 0, .15);
    border: none;
}

.gp-subLeft>ul>li>a.active::before,
.gp-subLeft>ul>li>a:hover::before {
    content: '';
    display: block;
    width: 5px;
    height: 25px;
    background: #89f2d4;
    position: absolute;
    left: -2px;
    top: 5px;
}

.gp-subLeft>ul>li>a.active+.gp-second-nav {
    display: block;
}

.gp-subLeft .gp-toggles.right {
    width: 32px;
    height: 82px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    background: url(../images/ar.png) no-repeat 0px 30px;
}

.gp-subLeft .gp-toggles.down {
    width: 32px;
    height: 82px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    background: url(../images/ar.png) no-repeat 10px 42px;
    transform: rotate(90deg);
}

.gp-second-nav {
    font-size: 16px;
    display: none;
}

.gp-second-nav dd a {
    display: block;
    padding: 8px 15px 8px 30px;
    color: #666;
    transition: all 0.35s ease-in-out;
    position: relative;
    font-size: 16px;
    line-height: 28px;
    border-bottom: 1px dashed #91aece
}

.gp-second-nav dd:last-child a {
    border: none;
}

.gp-second-nav dd {
    margin: 1px 0;
    background: #fcfcfe
}

.gp-second-nav dd a:hover,
.gp-second-nav dd a.active {
    background-color: rgba(255, 255, 255, 1);
    padding-left: 40px;
    border: none;
    position: relative;
    transition: all .4s ease-in-out;
    box-shadow: 5px 0px 10px rgb(0 0 0 / 15%);
}

.gp-second-nav dd a:hover::before,
.gp-second-nav dd a.active::before {
    content: '';
    display: block;
    width: 7px;
    height: 8px;
    position: absolute;
    left: 47px;
    top: 26px;
    transition: all .4s ease-in-out;
}

.gp-subLeft>ul>li>a>span {
    position: relative;
}

.gp-subLeft>ul>li.active>a {
    padding-left: 20px;
}

.gp-m-subNav {
    display: none;
}

.gp-m-inner-header {
    width: 100%;
    height: 40px;
    background-color: #2b76c7;
    cursor: pointer;
    line-height: 40px;
}

.gp-m-inner-header>span {
    height: 40px;
    padding-left: 15px;
    font-size: 16px;
    color: #fff;
}

.gp-m-subNav .gp-m-inner-header-icon-click {}

.gp-m-subNav .gp-m-inner-header-icon {
    float: right;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #fff;
}

.gp-m-subNav .gp-m-inner-header-icon-click i {
    display: block;
}

.gp-subNavm {
    width: 100%;
    overflow: hidden;
    display: none;
    background-color: #fff;
}

.gp-subNavm h2 {
    width: 100%;
    height: 48px;
    line-height: 48px;
    background-color: #003c7f;
}

.gp-subNavm h2 a {
    padding-left: 13px;
    font-size: 20px;
    font-family: Tahoma;
    display: block;
    color: #fff;
}

.gp-subNavm li {
    position: relative;
}

.gp-subNavm li>a {
    font-size: 14px;
    line-height: 1.4;
    border-bottom: 1px solid #eee;
    display: block;
    padding: 8px 15px;
}

.gp-subNavm li.sub_has span {
    margin-left: 10px;
}

.gp-subNavm li.on a {
    color: #003c7f;
    display: block;
    width: 100%;
}

.gp-m-toggle {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 40px;
    text-align: center;
}

.gp-subNavm dl {
    display: none;
    background-color: #fff;
}

.gp-subNavm dl dd {
    padding-left: 30px;
    line-height: 18px;
    padding: 8px 0px 8px 30px;
    border-bottom: 1px dotted #e6e6e6;
}

.gp-subNavm li dl dd a {
    font-size: 12px;
    font-weight: normal;
    display: inline;
    border: none;
    padding: 0px;
}

.gp-subNavm li dl dd a:hover {
    color: #a70510
}

.gp-bread {
    padding: 10px;
    /* text-align: right; */
    display: inline-block;
    float: right;
    margin-top: -50px;
    background: #fff;
}

.gp-bread a {
    line-height: 21px;
    color: #999;
    position: relative;
}

.gp-bread a:hover {
    color: #003b90;
}

.gp-page {
    /* padding: 20px 0; */
    color: #999;
    padding-top: 60px;
}

.gp-page:after,
.gp-page:before {
    content: " ";
    display: table
}

.gp-page>a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    border-radius: 50%;
    height: 36px;
    /* border-radius: 50%; */
    width: 36px;
    line-height: 36px;
    position: relative;
    text-align: center;
    margin: 0 15px;
    margin-bottom: 5px;
    margin-left: 5px;
    vertical-align: top;
}

.gp-page-select {
    height: 32px;
    line-height: 32px;
    min-width: 50px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
}

.gp-page>span {
    border: none
}

.gp-page>a:hover,
.gp-page>a.active {
    background-color: #047DC6;
    color: #fff;
    /* border: 1px solid #fff; */
}

.gp-m-page a {
    display: inline-block;
    margin: 0 10px
}

.gp-page-centered {
    text-align: center
}

.gp-page-right {
    text-align: right
}

.pageArticleTitle {
    overflow: hidden;
    padding: 0px 0 30px;
    width: 100%;
}

.pageArticleTitle h3 {
    line-height: 1.7;
    color: #333;
    /* font-size: 27px; */
    text-align: center;
    /* font-weight: normal; */
}

.gp-m-page {
    display: none;
}

.articleAuthor {
    padding: 20px 0;
    text-align: center;
    color: #999;
    background: #f5f5fa;
    margin-bottom: 24px;
}

.articleAuthor span {
    display: inline-block;
    *display: inline;
    color: #999;
    zoom: 1;
    line-height: 1.5;
    margin: 0 25px;
    font-size: 16px;
}

.articleBottom {
    overflow: hidden;
    font-size: 0;
    text-align: left;
}

.gp-page .gp-page-prev {
    width: 48;
    background: url(../images/pr.png) no-repeat 10px 10px;
}

.gp-page .gp-page-prev:hover {
    background: #fff url(../images/pr.png) no-repeat 10px 10px;
}

.gp-page .gp-page-next {
    background: url(../images/pr2.png) no-repeat 11px 9px;
}

.gp-page .gp-page-next:hover {
    background: #fff url(../images/pr2.png) no-repeat 11px 9px;
}

.gp-page a.gp-page-start,
.gp-page a.gp-page-end {
    background: #f5f4f0;
    width: 72px;
    line-height: 36px;
    height: 36px;
    border-radius: 0;
    color: #666;
}

.gp-page a.gp-page-start:hover,
.gp-page a.gp-page-end:hover {
    background: #366ca5;
    color: #fff
}

.gp-pages a.gp-page-start, .gp-pages a.gp-page-end {
    background: #fff;
}

.asideTit {
    text-align: center;
    font-weight: bold;
    padding: 53px 10px;
    background: url(../images/astit2.png) no-repeat;
    background-size: 100% 100%;
    margin-bottom: 30px;
    position: relative;
}

.asideTit::before {
    /* content: ''; */
    display: block;
    width: 5px;
    height: 20px;
    background: #F3982E;
    position: absolute;
    left: 0;
    top: calc(50% - 10px);
}

.schRight {
    margin-left: 316px;
    /* overflow: hidden; */
    padding: 60px 0;
    /* background: rgba(250, 250, 250, 1); */
}

main {
    display: block;
    overflow: hidden;
    min-height: 500px;
    position: relative;
    z-index: 20;

}

.bannersec {
    display: block;
    padding-bottom: 16.67%;
}

.mode1Ul li p {
    color: #333;
    padding-left: 34px;
    line-height: 1.8;
    position: relative;
}

.mode1Ul li span {
    line-height: 1.8;
    margin-left: 20px;
}

.mode1Ul li p::before {
    content: '';
    display: block;
    width: 17px;
    height: 16px;
    background: url(../images/r.png) no-repeat;
    position: absolute;
    left: 0;
    top: 8px;
}

.mode1Ul li a {
    transition: all .3s ease-in-out;
    display: block;
    padding: 20px 30px;
    border-bottom: 1px dashed #e5e5e5;
}

.mode1Ul li:last-child {
    margin-bottom: 0;
}

.mode1Ul li:hover a {
    box-shadow: 10px 0px 20px rgba(0, 0, 0, .15);
    border: none;
    transition: all .3s ease-in-out;
}

.mode1Ul li:hover p {
    font-weight: 500;
}

.mode1Ul li:hover span {
    color: #366da5;
    margin-left: 20px
}

.subTit {
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 50px;
}

.subTit h3 {
    display: inline-block;
}

.subTit a {
    color: #366ca5;
    /* padding: 0 37px; */
    line-height: 34px;
    display: block;
    padding-bottom: 5px;
    border-bottom: 3px solid #366ca5;
    position: relative;
}

.subTit a::before {
    content: '';
    display: block;
    width: 26px;
    height: 25px;
    background: url(../images/suba.png) no-repeat;
    position: absolute;
    left: -45px;
    top: 0;
}

.subTit a::after {
    content: '';
    display: block;
    width: 26px;
    height: 25px;
    background: url(../images/subb.png) no-repeat;
    position: absolute;
    right: -45px;
    top: 0;
}

.tils {
    margin-bottom: 50px;
    text-align: center;
}

.tils a {
    display: inline-block;
    padding: 12px 20px;
    margin: 0 15px;
    cursor: pointer;
}

.til_tab.on {
    border: 1px solid #366ca5;
    border-bottom-left-radius: 24px;
    border-top-left-radius: 24px;
    border-bottom-right-radius: 24px;
    border-top-right-radius: 24px;
}

.tabs2 .tabListBox, .tabs .tabListBox {
    margin: 0 -25px;
    overflow: hidden;
    display: none;
}

.tabs2 .tabListBox a, .tabs .tabListBox a {
    display: block;
    margin: 0 25px;
}

.tabImg {
    background: #daecff;
    padding-bottom: 151.44%;
}

.name {
    padding: 20px 15px;
    position: relative;
}

.name::before {
    content: '';
    display: block;
    width: 3px;
    height: 18px;
    background: #89f2d4;
    position: absolute;
    left: 0;
    top: 20px;
}

.name::after {
    content: '';
    display: block;
    width: 1px;
    height: 30px;
    background: #366ca5;
    position: absolute;
    left: 0;
    top: -10px;
}

.tabs .tabListBox li {
    margin-bottom: 35px;
}

.picUl li {
    margin-bottom: 50px;
    transition: all .3s ease-in-out;
}

.picUl li:hover a .picImg {
    transition: all .3s ease-in-out;
    box-shadow: 10px 0px 20px rgba(0, 0, 0, .15);
}

.picUl li:hover a::before {
    display: none;
}

.picUl li:hover a {
    background: #f5f4f0;
}

.picUl li:hover span {
    color: #366da5;
}

.picUl li:hover .picImg {
    margin: 0;
}



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

.picUl li a::before {
    content: '';
    display: block;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    background: url(../images/picborder.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 10px;
    top: 10px;
}

.picImg {
    width: 320px;
    margin-top: -10px;
    margin-left: -10px;
    background: #daecff;
    position: relative;
    z-index: 10;
}

.picchioc {
    padding-bottom: 56.25%;
}

.picInfor {
    margin-left: 350px;
    padding: 17px 0;
    padding-right: 40px;
    position: relative;
    z-index: 10;
    padding-bottom: 10px;
}

.picTit {
    line-height: 28px;
    height: 56px;
    overflow: hidden;
    color: #333;
    margin-bottom: 15px;
    transition: all .3s ease-in-out;
}

.picon {
    line-height: 24px;
    max-height: 48px;
    overflow: hidden;
    color: #666;
    margin-bottom: 10px;
}

.picUl li span {
    line-height: 28px;
    color: #999;
}

.noPic .picInfor {
    margin-left: 0;
    padding: 17px 30px;
}

.asideTit2 {
    margin-bottom: 0;
}

.main2 {
    background: #f5f4f0;
}

.indexsUl {
    overflow: hidden;
    margin: 0 -25px;
    font-size: 0;
    text-align: center;
}

.indexsUl li {
    width: 33.33%;
    display: inline-block;
    margin-bottom: 50px;
}

.indexsUl li a {
    display: block;
    margin: 0 25px;
    background: #fff;
    padding: 30px;
}

.subTit2 {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 30px;
}

.subTit2 p {
    display: inline-block !important;
    color: #366ca5;
    /* padding: 0 37px; */
    line-height: 34px;
    display: block;
    padding-bottom: 5px;
    border-bottom: 3px solid #366ca5;
    position: relative;
    font-weight: bold;
}

.subTit2 p::before {
    content: '';
    display: block;
    width: 26px;
    height: 25px;
    background: url(../images/s1.png) no-repeat;
    position: absolute;
    left: -45px;
    top: 0;
}

.subTit2 p::after {
    content: '';
    display: block;
    width: 26px;
    height: 25px;
    background: url(../images/s2.png) no-repeat;
    position: absolute;
    right: -45px;
    top: 0;
}

.indexPic {
    padding-bottom: 55.88%;
    background: #ecf5ff;
    margin-bottom: 20px;
}

.indexInf {
    line-height: 28px;
    height: 84px;
    text-align: left;
    overflow: hidden;
    color: #333;
}

.schRight2 {
    margin-left: 0;
}

.structure h3 {
    display: inline-block;
    line-height: 34px;
    color: #333;
    padding: 10px 45px 15px 30px;
    position: relative;
    z-index: 200;
    background-size: 100% 100%;
    background: url(../images/struct.png) no-repeat;
    background-size: 100% 100%;
}

.structureUl {
    margin-bottom: 50px;
}

.structureUl1 {
    overflow: hidden;
}

.structureUl a {
    display: block;
    padding: 20px 0;
    border-bottom: 1px dashed #97b3d0;
    font-size: 0;
}

.structureUl li {
    width: 50%;
    transition: all .3s ease-in-out;
}

.structureUl1 li {
    width: 50%;
    float: left;
    transition: all .3s ease-in-out;
}

.structureUl li:hover {
    transition: all .3s ease-in-out;
    transform: translateX(3px);
}

.structureUl a span {
    width: 50%;
    font-size: 18px;
    display: inline-block;
    line-height: 34px;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
    text-align: center;
}

.structureUl1 a span {
    width: 100%;
    font-size: 18px;
    display: inline-block;
    line-height: 34px;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
    text-align: center;
}

.structureUl a span:nth-child(1) {
    position: relative;
}

.structureUl a span:nth-child(1)::before {
    content: '';
    display: block;
    width: 1px;
    height: 20px;
    background: #dcdcdc;
    position: absolute;
    right: 0;
    top: calc(50% - 10px);
}

.structureUl1 a span:nth-child(1)::before {
    display: none;
}

.tabs2 .tabListBox a {
    display: block;
    padding: 20px;
    overflow: hidden;
    padding-right: 0;
}

.tabs2 .tabListBox li:nth-child(2n+1) a {
    background: #f5f4f0;
}

.exhibition {
    display: block;
    /* padding-right: 40px; */
    position: relative;
}

.exhImg {
    width: 132px;
    background: #415e6f;
}

.tabs2 .tabListBox li:hover .exhImg {
    box-shadow: 6px 0px 12px rgba(0, 0, 0, .1);
}

.exhPic {
    padding-bottom: 151.52%;
}

.exhRight {
    margin-left: 188px;
    padding-right: 40px;
    margin-right: 275px;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
}

.exhRight::before {
    content: '';
    display: block;
    width: 1px;
    height: 180px;
    background: #dcdcdc;
    position: absolute;
    right: 0;
    top: 0
}

.exhRight1 {
    margin-left: 188px;
    padding-right: 40px;
    margin-right: 275px;
    /* position: relative; */
    box-sizing: border-box;
    overflow: hidden;
}

.exhRight1::before {
    content: '';
    display: block;
    width: 1px;
    height: 180px;
    /* background: #dcdcdc; */
    position: absolute;
    right: 0;
    top: 0
}


.tabs2 .tabListBox li:nth-child(2n+1) a .exhRight::before {
    background: #fff;
}

.post1 {
    color: #366ca5;
    font-weight: bold;
    line-height: 1.4;
}

.post2 {
    color: #666666;
    line-height: 28px;
    margin-left: 20px;
}

.exhTop {
    margin-bottom: 30px;
}

.exhRight p {
    line-height: 28px;
    height: 112px;
    overflow: hidden;
    color: #333;
}

.exhend {
    padding: 50px;
    text-align: left;
    display: block;
    min-width: 320px;
    box-sizing: border-box;
}

.exhend p {
    line-height: 28px;
    color: #333;
    margin-bottom: 16px;
}

.index2Pic {
    width: 800px;
    position: relative;
    /* margin-top: -100px; */
    box-shadow: 10px 0px 20px rgba(0, 0, 0, .15);
}

.index2Img {
    padding-bottom: 56.25%;
}

.index2Rig {
    margin-left: 830px;
    position: relative;
    z-index: 10;
}

.index2Top {
    position: relative;
    z-index: 10;
    overflow: hidden;
}

.index2Top::before {
    content: '';
    display: block;
    width: 100%;
    height: calc(100% - 100px);
    position: absolute;
    left: 0;
    bottom: 0;
    background: #f6f6f6;
}

.subTits {
    text-align: left;
    padding-top: 20px;
    padding-left: 45px;
}

.index2rinfor p {
    line-height: 34px;
    color: #333;
    max-height: 272px;
    text-indent: 32px;
    overflow: hidden;
}

.index2rinfor {
    padding: 0 30px 0 0;
}

.clickmore {
    display: block;
    color: #4cbce4;
    line-height: 34px;
    padding-left: 55px;
    position: relative;
    margin-top: 15px;
}

.clickmore::before {
    content: '';
    display: block;
    width: 45px;
    height: 1px;
    background: #4cbce4;
    position: absolute;
    left: 0;
    top: calc(50% - .5px);
}

.personal {
    background: url(../images/teambg.png) no-repeat;
    background-size: cover;
    /* position: absolute; */
    padding: 0 50px 50px;
    width: 100%;
    margin-bottom: 50px;
    display: block;
    box-sizing: border-box;
}

.personalLeft {
    width: 208px;
    background: #daecff;
    box-shadow: 10px 0px 20px rgba(0, 0, 0, .15);
}

.perImg {
    padding-bottom: 151.44%;
}

.personRight {
    margin-left: 258px;
    padding-top: 30px;
}

.perRtop span {
    display: inline-block;
}

.perRtop span:nth-child(1) {
    line-height: 34px;
    color: #366ca5;
    font-weight: bold;
    position: relative;
    padding-bottom: 12px;
}

.perRtop span:nth-child(1)::before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #366ca5;
    position: absolute;
    left: 0;
    bottom: 0;
}

.perRtop span:nth-child(1)::after {
    content: '';
    display: block;
    width: 50%;
    height: 3px;
    background: #89f2d4;
    position: absolute;
    /* left: 0; */
    bottom: 0px;
    right: 0;
}

.perRtop span:nth-child(2) {
    line-height: 34px;
    color: #666;
    margin-left: 30px;
}

.perRtop {
    margin-bottom: 35px;
}

.personRight p,
.resumeRight p {
    line-height: 34px;
    color: #333;
    margin-bottom: 30px;
}

.personRight p:last-child {
    margin-bottom: 0;
}

.resumeLeft {
    width: calc(33.33% - 25px);
}

.resumeRight {
    width: calc(66.67% - 25px);
}

.resumeTit {
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 30px;
}

.resumeTit::before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(54, 108, 165);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(bottom, rgba(54, 108, 165), rgba(137, 242, 212));
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(bottom, rgba(54, 108, 165), rgba(137, 242, 212));
    /* Firefox 3.6 - 15 */
    background: linear-gradient(to bottom, rgba(54, 108, 165), rgba(137, 242, 212));
}

.resumeTit h3 {
    display: inline-block;
    line-height: 34px;
    color: #366ca5;
}

.resumeLeft p {
    line-height: 28px;
    color: #333;
    margin-bottom: 50px;
}

.general li {
    transition: all .3s ease-in-out;
    margin-bottom: 40px;
}

.general li:hover a {
    background: #fff;
    border: none;
    box-shadow: 10px 0px 20px rgba(0, 0, 0, .15);
}

.general a {
    display: block;
    padding: 30px;
    overflow: hidden;
    position: relative;
}

.general a::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/gener.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.general li:hover a::before {
    display: none;
}

.generalImg {
    width: 340px;
    background: #89f2d4;
    position: relative;
    z-index: 10;
}

.generalPic {
    padding-bottom: 56.18%;
}

.genner {
    margin-left: 380px;
    position: relative;
    z-index: 10;
}

.genner h3 {
    line-height: 28px;
    max-height: 56px;
    overflow: hidden;
    margin-bottom: 25px;
    color: #333;
}

.genner p {
    line-height: 28px;
    max-height: 56px;
    overflow: hidden;
    color: #555555;
    margin-bottom: 34px;
}

.genner span {
    color: #366da5;
    line-height: 28px;
}

.noPIc .genner {
    margin-left: 0;
}

.demeanor a {
    display: block;
    padding: 30px;
    /* padding-left: 62px; */
    position: relative;
}

.demeanor a::before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/deme.png) no-repeat;
    background-size: 100% 100%;
}

.demeanor li:hover a {
    box-shadow: 10px 0px 20px rgba(0, 0, 0, .15);
}

.demeanor li:hover a::before {
    display: none;
}

.demeanor li p {
    line-height: 28px;
    height: 56px;
    overflow: hidden;
    color: #333;
    position: relative;
    padding-left: 30px;
    margin-bottom: 20px;
}

.demeanor li p::before {
    content: '';
    display: block;
    width: 17px;
    height: 16px;
    background: url(../images/r.png) no-repeat;
    position: absolute;
    left: 0;
    top: 8px;
}

.demeanor li span {
    line-height: 28px;
    color: #366da5;
    position: relative;
    z-index: 10;
    padding-left: 30px;
}

.demeanor {
    margin: 0 -25px;
    font-size: 0;
    overflow: hidden;
}

.demeanor li {
    width: 50%;
    margin-bottom: 40px;
    display: inline-block;
}

.demeanor li a {
    margin: 0 25px;
}

.gp-article p {
    line-height: 1.9;
    color: #333;
}

.share {
    width: 200px;
    padding: 20px 0;
    float: right;
    margin-left: 20px;
}

.share_btn {
    float: left;
    line-height: 33px;
    font-weight: normal;
}

.share .bdsharebuttonbox>a {
    padding-left: 0;
    margin: 0 14px 0 0 !important;
    height: 32px;
    text-indent: 0;
    width: 32px;
    line-height: 32px;
    text-align: center;
    background: none;
    font-size: 23px;
}

.share .bdsharebuttonbox>a.bds_weixin {
    *background: url(../images/wechat.png) no-repeat center;
    color: #7dd43c
}

.share .bdsharebuttonbox>a.bds_tsina {
    *background: url(../images/sina.png) no-repeat center;
    color: #e83437
}

.share .bdsharebuttonbox>a.bds_qzone {
    *background: url(../images/z_qone.png) no-repeat center;
    color: #fece00
}

.share .bdsharebuttonbox>a.bds_more {
    *background: url(../images/share-more.png) no-repeat center;
    color: #a3bfd9
}

.shareBox {
    width: 260px;
    background-color: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -150px 0 0 -130px;
    z-index: 9998;
    height: 310px;
    border: 6px solid #8F8F8F;
    border-radius: 8px;
    box-shadow: 0 0 7px #aaa;
    display: none;
}

.shareBox {
    font-size: 14px;
}

.shareBox .title {
    background: #f6f6f6;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 15px !important;
}

.shareClose {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    font-size: 18px;
    width: 20px;
    ;
}

.sharelist {
    position: static;
    height: 250px;
    overflow-y: auto;
    padding-left: 17px !important;
}

.sharelist li {
    float: left;
    width: 130px;
    padding: 2px;
    margin-left: 6px;
    _margin-left: 3px;
    height: 28px;
    overflow: hidden;
    list-style: none;
}

.sharelist li a {
    color: #565656;
    font: 12px 'ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“';
    display: block;
    text-decoration: none;
    border: 1px solid #fff;
    line-height: 18px;
    width: auto;
    height: auto;
    text-indent: 0;
}

.weChatBox {
    width: 280px;
    height: 300px;
    background-color: #fff;
    border: solid 1px #d8d8d8;
    padding: 10px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -150px 0 0 -140px;
    z-index: 9998;
    display: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}

.weChatBox .w-title {
    font-size: 12px;
    font-weight: bold;
    padding: 0 0 10px 0;
}

.w-close {
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 20px;
    position: absolute;
    right: 0;
    top: 0;
    color: #333;
    cursor: pointer;
}

.qrcode {
    width: 200px;
    height: 200px;
    margin: 15px auto;
    background: #ccc;
}

.w-footer {
    font-size: 12px;
    line-height: 1.5;
    color: #999;
}

#qrodeText {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    visibility: hidden;
}

.sy2 {
    background: #f5f4f0;
    padding-bottom: 50px;
    margin-top: 50px;
}

.indexUl2 {
    margin: 0 -40px;

}

.indexUl2 a {
    background: #fff;
    display: block;
    margin: 0 40px;
    padding: 50px;
    padding-bottom: 94px;
    text-align: center;
}

.indexUl2 a span {
    width: 120px;
    height: 120px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    margin-bottom: 60px;
    border: 1px solid #366ca5;
}

.indexUl2 a span img {
    margin: 27px auto;
}

.indexUl2 li:nth-child(2n+1) a {
    background: #366ca5;
    margin-top: -50px;
}

.indexUl2 li:nth-child(2n+1) a span {
    border: 1px solid #fff;
}

.indexUl2 a h3 p {
    display: inline-block;
    position: relative;
    color: #366ca5;
}

.indexUl2 li:nth-child(2n+1) a h3 p {
    color: #fff;
}

.indexUl2 a h3 p::before {
    content: '';
    display: block;
    width: 26px;
    height: 25px;
    background: url(../images/suba.png) no-repeat;
    position: absolute;
    left: -45px;
    top: 0;
}

.indexUl2 a h3 p::after {
    content: '';
    display: block;
    width: 26px;
    height: 25px;
    background: url(../images/subb.png) no-repeat;
    position: absolute;
    right: -45px;
    top: 0;
}

.indexUl2 li:nth-child(2n+1) a h3 p::before {
    background: url(../images/suba1.png) no-repeat;
}

.indexUl2 li:nth-child(2n+1) a h3 p::after {
    background: url(../images/subb1.png) no-repeat;
}


.annu {
    overflow: hidden;
    width: 100%;
}

.annu ul li {
    list-style: none outside none;
    background: #f6f6f6;
    padding: 10px 25px;
    overflow: hidden;
    margin: 15px 0;
}

.annu ul li a {
    display: block;
    font-size: 1.6rem;
    color: #173f8f;
    padding-right: 35px;
}

@media screen and (max-width: 1460px) {}

@media screen and (max-width: 1301px) {
    .tabs .tabListBox {
        margin: 0 -10px;
    }

    .tabs .tabListBox li a {
        margin: 0 10px;
    }
}

@media screen and (max-width: 1201px) {
    .asideTit {
        padding: 25px 10px;
    }

    .gp-subLeft {
        margin-top: -97px;
    }

    .index2Pic {
        width: 600px;
    }

    .index2Rig {
        margin-left: 630px;
    }

    .index2Top {
        padding-bottom: 30px;
    }
}

@media screen and (max-width: 1101px) {
    .tabs .tabListBox {
        margin: 0 -10px;
    }

    .tabs .tabListBox li a {
        margin: 0 10px;
    }

    .picInfor {
        margin-left: 335px;
        padding: 17px 0;
        padding-right: 25px;
    }

    .exhend {
        padding: 20px;
        min-width: 222px;
    }

    .exhRight {
        margin-left: 161px;
        padding-right: 20px;
        margin-right: 209px;
    }
}

@media screen and (max-width: 997px) {
    .gp-subLeft {
        display: none;
    }

    .gp-m-subNav {
        display: block;
    }

    .schRight {
        margin-left: 0;
        width: 100%;
        padding: 20px 0;
    }

    .articleAuthor span {
        margin: 0 5px;
    }

    .gp-bread {
        margin-top: 0;
        display: block;
        /* width: 58%; */
        text-align: right;
        float: none;
    }

    .index2Pic {
        width: 400px;
    }

    .index2Rig {
        margin-left: 430px;
    }

    .index2Top::before {
        content: '';
        display: block;
        width: 100%;
        height: calc(100% - 80px);
    }

    .personal {
        padding: 0 20px 20px;
        width: 100%;
    }

    .demeanor li a {
        margin: 0 15px;
        padding: 15px;
    }

    .demeanor {
        margin: 0 -15px;
    }

    .indexUl2 li:nth-child(2n+1) a {
        margin-top: 0;
    }

    .indexUl2 li {
        margin-bottom: 20px;
    }

    .indexUl2 li a {
        margin: 0 10px;
    }

    .indexUl2 {
        margin: 0 -10px;
    }
}

@media screen and (max-width:767px) {
    .annu {
        overflow: hidden;
        width: 100%;
    }

    .picImg {
        width: 250px;
    }

    .picInfor {
        margin-left: 263px;
    }

    .picTit {
        margin-bottom: 0;
    }

    .picon {
        margin-bottom: 0;
    }

    .indexsUl li {
        width: 50%;
    }

    .demeanor li {
        width: 100%;
    }

    .indexsUl li a {
        margin: 0 15px;
    }

    .indexsUl {
        margin: 0 -15px;
    }

    .subTit {
        margin-bottom: 25px;
    }

    .exhImg {
        width: 110px;
    }

    .exhRight {
        margin-left: 125px;
        /* padding-right: 20px; */
        /* margin-right: 175px; */
    }

    .post2 {
        margin-left: 5px;
    }

    .index2Rig {
        margin-left: 0;
    }

    .index2Pic {
        float: none;
        margin: 15px auto;
        width: 100%;
    }

    .index2rinfor {
        padding: 0 30px;
    }

    .subTits {
        text-align: center;
        padding-left: 0;
    }

    .index2Top::before {
        height: 100%;
    }

    .personRight {
        margin-left: 238px;
    }

    .resumeLeft {
        width: calc(40% - 15px);
    }

    .resumeRight {
        width: calc(60% - 15px);
    }

    .general a {
        padding: 15px;
    }

    .exhend {

        /* min-width: 90px; */

        min-width: 222px;
    }
}

@media screen and (max-width:670px) {
    .gp-page {
        display: none;
    }

    .gp-m-page {
        display: block !important;
    }

    .articleAuthor span {
        font-size: 13px;
    }

    .structureUl li {
        width: 70%;
    }

    .generalImg {
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }

    .genner {
        margin-left: 0;
    }

    .general a::before {
        display: none;
    }

    .general a {
        border: 1px solid #89f2d4;
    }

    .genner h3,
    .genner p {
        margin-bottom: 15px;
    }
}

@media screen and (max-width:479px) {
    .mode1Ul li a {
        padding: 15px;
    }

    .picUl li a {
        border: 1px solid #66a9be;
    }

    .picImg {
        width: 100%;
        float: none;
        margin: 0;
    }

    .picInfor {
        margin-left: 0;
        padding: 17px;
    }

    .picUl li a::before {
        width: 100%;
        height: 100%;
        display: none;
    }

    .picUl li {
        margin-bottom: 15px;
    }

    .indexsUl li {
        width: 100%;
    }

    .structureUl li {
        width: 100%;
    }

    .structureUl a span {
        font-size: 16px;
    }

    .structureUl a {
        padding: 0 10px;
    }

    .exhImg {
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }

    .tabs2 .tabListBox a {
        padding: 20px;
    }

    .exhRight {
        margin: 0 0 20px 0;
    }

    .exhRight::before {
        display: none;
    }

    .exhend {
        width: 100%;
        float: none;
        padding: 0;
    }

    .personalLeft {
        float: none;
        /* margin-bottom: 20px; */
    }

    .personRight {
        margin-left: 0;
    }

    .perRtop {
        margin-bottom: 15px;
    }

    .personRight p {
        margin-bottom: 15px;
    }

    .resumeLeft {
        width: 100%;
    }

    .resumeRight {
        width: 100%;
    }

    .demeanor li p {
        margin-bottom: 0;
    }
}

@media screen and (max-width:400px) {}