@font-face {
    font-family: 'AGO';    
}

.zmq-head {
    height: 700px;
    background: url("../images/zmq_head_pic.jpg") center 0 no-repeat;
    overflow: hidden;
}

.zmq-head h1 {
    font-size: 67px;
    font-weight: bold;
    text-align: center;
    margin-top: 80px;
}

.zmq-head h1 span {
    font-size: 30px;
    font-weight: normal;
    display: block;
    font-family: "AGO","Arial";
    margin-top: 10px;
}
.zmq-head h1 a:hover {
    color:inherit;
}

.zmq-content {
    width: 1200px;
    margin: 0 auto;
    position: relative;

}

.zmq-content:after{
    content:"";
    display:block;
    clear:both;
    visibility:hidden;
}

.zmq-hdp {
    width: 665px;
    height: 440px;
    float: left;
    margin: 20px 25px 0 10px;
    position: relative;
    overflow: hidden;
}


.zmq-hdp ul {
    height: 100%;
    overflow: hidden;
    position: absolute;
}
.zmq-hdp ul li {
    width: 665px;
    height: 100%;
    float: left;
    position:relative;
}
.zmq-hdp ul li img {
    width: 100%;
    height: 100%;
}
.zmq-hdp ul li p {
    position: absolute;
    bottom:0;
    left:0;
    font-size: 18px;
    line-height: 1.5;
    font-weight: bold;
    padding-left: 2%;
    width: 98%;
    color: #fff;
    padding-top:10px;
    height: 30px;
    padding-bottom: 10px;
    background:rgba(0, 0, 0, 0.3);

}


.zmq-hdp ul li a {
    color: #fff;
}

.circular- {
    text-align: right;
    position: absolute;
    bottom:15px;
    left:0;
    width: 98%;

}
.circular- i {
    width: 12px;
    height: 12px;
    background: #95a3bf;
    border-radius: 50%;
    margin-left:10px;
    display: inline-block;
}
.circular- i.act {
    background: #fff;
}


.fj-change {
    position: absolute;
    right: 0;
    top:56px;
    color: #0b37c7;
    font-size: 20px;
}
.fj-change span {
   display: inline-block;
    cursor: pointer;
    margin: 0 2px;
}



.zmq-nav {
    border:1px solid #c4c4c4;
    width: 800px;
    height: 70px;
    margin-top: 50px;
    float: left;
}

.zmq-nav ul li {
    float: left;
    font-size: 22px;
    font-weight: bold;
    color: #0737b3;
    position: relative;



}
.zmq-nav ul li a {
    padding:15px 30px;
    display: block;
    color: inherit;
}


.zmq-nav ul li a:hover {
   background-image:linear-gradient(to right,rgba(204,236,250,0),rgba(204,236,250,1),rgba(204,236,250,0));
}

.zmq-nav ul li::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 50px;
    background: #949494;
    transform: rotateZ(30deg);
    right: 0;
    top: 12px;
}

.zmq-nav ul li:last-of-type::after {
    display: none;
}
.zmq-nav ul li i,.zmq-menu ul li i {
    width: 40px;
    height: 40px;
    display: inline-block;
    background: #0737b3;
    vertical-align: middle;
    margin-right:12px ;
    background: url("../images/zmq_icon.png") no-repeat;
}

.zmq-nav ul li.role i,.zmq-menu ul li.role i {
    background-position: -40px 0;
}
.zmq-nav ul li.institution i,.zmq-menu ul li.institution i {
    background-position: -80px 0;
}

.zmq-nav ul li.contact i,.zmq-menu ul li.contact i {
    background-position: -120px 0;
}





.zmq-search {
    float: left;
    border: 1px solid #0080c7;
    border-radius: 15px;
    width: 358px;
    height: 70px;
    position: relative;
    overflow: hidden;
    margin: 50px 0 0 38px;
}

.zmq-search input[type="text"]{
    width: 230px;
    background: #fff;
    height: 70px;
    padding: 0 15px;
    font-size: 20px;
}

.zmq-search input[type="submit"] {
    width: 98px;
    height: 100%;
    cursor: pointer;
    position: absolute;
    right: 0;
    top:0;
    background:#0080c7 url("../images/zmq_icon.png") 25px -30px no-repeat;
}

.zmq-hdp {
    width: 620px;
    height: 380px;
    float: left;
    overflow: hidden;
    background: #f3f3f3;
    margin: 50px 45px 0 0;
}

.hdp-right {
    width: 535px;
    float: left;
    margin-top: 50px;
}

.common-list h4,.policy-wrap h4 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1;
}

.common-list h4 span {
    display: inline-block;
    margin-right: 120px;
    position: relative;
    padding-bottom: 14px;
}

.common-list h4 span.active a,.policy-wrap h4 a {
    color: #0737b3;
}
.common-list h4 span.active::after {
    content: "";
    position: absolute;
    width: 70%;
    height: 4px;
    border-radius: 20px;
    background: #6686cd;
    left: 15%;
    bottom:0;
}
.common-list h4 span:last-of-type {
    margin-right: 0;
}
.common-list ul li {
    line-height: 48px;
}
.common-list ul li em {
    display: inline-block;
    color: #888;
    margin-right: 20px;
    vertical-align: middle;
}

.common-list ul li a{
    display: inline-block;
    width: 85%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
    vertical-align: middle;

}

.list-more {
    text-align: right;
    margin-top: 5px;
    position: relative;
}

.list-more a {
    color: #1161b9;
    font-weight: bold;
    padding-right: 10px;
    display: inline-block;
}

.list-more::after {
    content: "";
    position: absolute;
    width:6px;
    height: 6px;
    border-top: 1px solid #1161b9;
    border-right: 1px solid #1161b9;
    transform: rotateZ(45deg);
    right:0;
    top:9px;

}

.policy-wrap {
    margin: 50px 45px 0 0;
    width: 620px;
    float: left;
}
.policy-wrap h4 {
    margin-bottom: 5px;
}
.policy-wrap ul {
    overflow: hidden;
}
.policy-wrap ul li {
    margin: 25px 0 8px 0;
    overflow: hidden;
    float: left;
    width: 100%;
}

.policy-wrap ul li img {
    width: 255px;
    height: 125px;
    float: left;
}

.policy-wrap ul li dl {
    margin-left: 30px;
    width: 335px;
    float: left;
}

.policy-wrap ul li dl dt {
    font-weight: bold;
    line-height: 30px;
    min-height: 60px;
    margin: 15px 0;
}

.policy-wrap ul li dl dd {
    font-size: 14px;
    color: #888;
    padding-left: 20px;
    background: url("../images/zmq_icon.png") 0 -100px no-repeat;
}

.zmq-links {
    border:1px solid #d2d2d2;
    width: 800px;
    height: 170px;
    margin: 50px 0;
    float: left;
    background-image: linear-gradient(143deg,#d2ecfd 20%,#fff 40%);
}

.zmq-links h4 {
    font-size: 24px;
    font-weight: bold;
    margin: 60px 0 0 30px;
    padding-bottom: 30px;
    position: relative;
    float: left;

}

.zmq-links h4::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 20px;
    background: url("../images/zmq_icon.png") 10px -130px no-repeat;
    bottom:0;
    left:25px;
}



.zmq-links ul li {
    float: left;
    margin: 18px 0 0 30px;
    width: 185px;
    height: 135px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.zmq-links ul li span {
   position: absolute;
    height: 38px;
    display: block;
    width: 100%;
    line-height: 38px;
    font-weight: bold;
    text-align: center;
    background: rgba(121,195,252,.8);
    bottom:0;
    left:0;
}
.zmq-links ul li img {
    display: block;
    height: 100%;
    transition: .3s;
}
.zmq-links ul li:hover img {
    transform: scale(1.3);
}


.zmq-mail {
    float: left;

    width: 358px;
    height: 172px;
    margin: 50px 0 50px 38px;
    background: #5cb2f4;
    text-align: center;
    font-size: 30px;
    color: #fff;
    font-weight: bold;

}

.zmq-mail a {
    display: block;
    height: 100%;
    color: inherit;
    overflow: hidden;
    position: relative;
    line-height: 160px;
}

.zmq-mail i {
    width: 65px;
    height: 65px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    background: url("../images/zmq_icon.png") -80px -40px no-repeat ;
}

.zmq-mail a::after {
    content: "";
    position: absolute;

    border-radius: 20px;
    border: 1px solid #fff;
    display: block;
    height: 110px;
    width: 298px;
    top:30px;
    left:30px;
    transition: .3s;
}
.zmq-mail a:hover::after {
    top:25px;
    left:25px;
    height: 120px;
    width: 308px;
}
.zmq-mail a:hover {
    color:inherit;
}

.zmq-address {
    margin: 20px 0;
    color:#888 ;
}
.zmq-address span {
    margin:0 10px;
}
.zmq-address span:first-of-type {
    margin-left: 0;
}

.zmq-ct {
    border: 1px solid #d2d2d2;
    box-shadow: 5px 5px 0 #cecece;
    min-height: 500px;
    padding: 30px;
    margin-bottom: 50px;
    position: relative;
}

.zmq-list h5 {
    background: url("../images/list_title_bg.jpg") no-repeat;
    margin-bottom: 50px;
    background-size: cover;
}

.zmq-list h5 span {
    font-size: 32px;
    font-weight: bold;
    color: #0737b3;
    position: relative;
    padding-left: 25px;
    margin: 0 20px;
    line-height: 78px;
}

.zmq-list h5 span::before {
    content: "";
    position: absolute;
    width: 6px;
    height: 30px;
    background: #0737b3;
    top:3px;
    left:0;

}
.zmq-list li {
    position: relative;
    margin: 30px 0;
    padding-left: 28px;
    line-height: 1;
}
.zmq-list li::before,.leader-activity ul li::before {
    content: "";
    width: 5px;
    height: 5px;
    background: #0075a9;
    position: absolute;
    left: 10px;
    top:6px;
}
.zmq-list li:nth-of-type(5n) {
    border-bottom: 1px solid #aec3ff;
    padding-bottom: 40px;
    margin-bottom: 40px;

}
.zmq-list li span,
.leader-activity ul li span {
    display: inline-block;
    width: 85%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;

}

.zmq-list li em,.leader-activity ul li em {
    color: #888;
    position: absolute;
    right: 30px;
    top:0;
}


.page-wrap {
    text-align: center;
    margin: 50px 0 20px;
}



.page-wrap a {
    border: 1px solid #ddd;
    padding: 0 10px;
    line-height: 1.8;
    display: inline-block;
    margin: 0 5px;
}


.page-wrap span {
    margin-left: 20px;
    display: inline-block;
}
.page-wrap span a,.page-wrap a.on {
    background: #297be1;
    color:#fff;
}
.page-wrap input {
    border: 1px solid #ddd;
    padding: 0 10px;
    height:28px;
    width:30px;
}
.page-wrap a.unclick {
    pointer-events: none;
    cursor: default;
    color:#ddd;
}



.news-detail > h3 {
    font-size: 36px;
    text-align: center;
    line-height: 1.3;
    font-weight: bold;
    margin: 30px 0 40px;
}

.news-info {
    text-align: center;
    /*border-bottom: 1px solid #eee;*/
    line-height: 46px;
    background: #f3f3f3;
    color: #888;

    position: relative;
    font-size: 16px;
}
.news-info > span {
    margin: 0 20px;
    display: inline-block;
    position: relative;
}

.zc-other {
    margin-top: 30px;
}
.zc-other h4 {
    width:200px;
    height:40px;
    background-image:linear-gradient(to right,rgba(120, 184 ,255,0.6),rgba(120, 184 ,255,0));
    font-size:16px;
    padding-left:20px;
    line-height:40px;

    font-weight:bold;
}
.zc-other ul li {
    margin:15px 0 0 20px;
    position:relative;
    padding-left:15px;
}
.zc-other ul li::before {
    content:"";
    position:absolute;
    width:6px;
    height:6px;
    background:#0061cd;
    border-radius:50%;
    top:8px;
    left:0;
}
.zc-other ul li a {
    color:#0061cd;
}

.txt-bms i {
    display: inline-block;
    margin:0 5px;
    cursor: pointer;
}
.txt-bms i:hover {
    color: #3cabe4;
}

.n-share i {
    display: inline-block;
    margin:0 5px;
    vertical-align: middle;
    cursor: pointer;
    position: relative;
}
.n-share i img {
    width: 18px;
    height: 18px;
    display: block;
}


.news-detail p {
    line-height: 1.8;
    /*text-indent: 2em;*/
    margin: 30px;
}
/* .news-detail p > img {
    width: 80%;
    margin: 0 auto;
    display: block;
} */
.news-detail p a {
    color:#0737b3;
}
.news-more {
    margin: 40px 0 20px;
    border-top:  1px solid #eee;;
    padding-top:40px;
    font-size: 0;
    text-align: center;
}
.news-more span {
    display: inline-block;
    width: 50%;
    color: #888;
    font-size: 16px;
    line-height: 1;
    text-align: left;
}

.news-more span a {
    width: 80%;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
    text-align: left;
    margin-left: 5px;
    font-weight: bolder;
}

.info-handle {
    position: absolute;
    right: 15px;
    top:0;
}

.info-handle i {
    width: 32px;
    height: 28px;
    border: 1px solid #dddddd;
    line-height: 32px;
    border-radius: 5px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    padding-top: 4px;
    margin-top: 6px;
    background: #fff;
}

.share-news {
    margin: 40px 0;
    text-align: center;
    font-size: 14px;
    color: #888;
}

.share-pt {
    /*position: relative;*/
    width: 64px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}
.share-pt i {
    display: inline-block;
    width: 35px;
    height: 35px;
    padding: 12px;
    border: 1px solid #d2d2d2;
    border-radius: 50%;
    margin-top: 5px;

}
.share-pt i img {
    width:100%;
    display: block;
}
.ewm-wrap {
    width: 190px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;

}

.ewm-wrap canvas {
    width: 100%;
    height: 190px;
    margin-top: 5px;
}


.qrcode-box{
    position: fixed;
    background: rgba(0,0,0,.5);
    left:0;
    top:0;
    bottom:0;
    right:0;
    display: none;

}
.qrcode-close {
    position: absolute;
    right:-35px;
    top:-25px;
    width: 30px;
    height: 30px;
    cursor: pointer;

}
.qrcode-close::before, .qrcode-close::after{
    content:"";
    position: absolute;
    width: 3px;
    height: 15px;
    background: #fff;
    transform-origin: center;
    left:12px;
    top:8px;
}

.qrcode-close::before {
    transform: rotateZ(45deg);

}
.qrcode-close::after {
    transform: rotateZ(-45deg);
}

.qrcode-box >div {
    border-radius: 5px;
    position: absolute;
    left:50%;
    top:50%;
    transform: translate(-50%,-50%);
    background: #fff;
    padding: 10px 15px;
}

.qrcode-box canvas {
    width: 200px;
    height: 200px;
    margin-top: 8px;
}

.zmq-ct-l {
    width: 850px;
    margin: 0 15px;
    min-height: 600px;
}

.zmq-ct-r {
    width: 260px;
    position: absolute;
    right: 0;
    top:0;
    height: 100%;
    background: #e8f3f7;
}

.zmq-menu {
    position: absolute;
    width: 100%;
    left:0;
    top:0;
}

.zmq-menu ul li {
    margin: 50px 40px;
    font-size: 22px;
    font-weight: bold;
    color: #0737b3;
    text-align: center;
    position: relative;
}

.zmq-menu ul li::after {
   content: "";
    position: absolute;
    width: 0;
    height: 1px;
    background: #0080c7;
    transition: .2s;
    bottom:-10px;
    left:0;

}

.zmq-menu ul li:hover::after {
    width: 100%;
}

.zmq-menu ul li a {
    color: inherit;
    display: block;
}

.menu-title {

    margin: 20px 0 50px;
}

.menu-title span {
    position: relative;
    display: inline-block;
    font-size: 42px;
    font-weight: bold;
}

.menu-title span::after {
    content:"" ;
    width: 120px;
    height: 8px;
    position: absolute;
    right: -150px;
    top:25px;
    background: #0035ac;
}

.enter-wrap p {
    line-height: 2;
    margin: 30px 0;
    text-indent:2em ;
}

.normal-title {
    font-size: 22px;
    color: #0737b3;
    line-height: 54px;
    padding-left: 20px;
    background: #f5f5f5;
    font-weight: bolder;

}

.leader-wrap {
    margin: 40px 0 60px;
    overflow: hidden;

}

.leader-pic {
    width: 125px;
    height: 165px;
    float: left;
    margin-right: 50px;
}

.leader-pic img {
    display: block;
}

.leader-info {
    float: left;
    width: 70%;
    margin-top: 20px;
}

.head-leader {

    border-bottom: 1px dotted #dcdcdc;
    overflow: hidden;
    padding: 0 30px 40px;
    margin-top: 30px;
}

.leader-wrap ul li {
    width: 125px;
    float: left;
    text-align: center;
    font-size: 18px;
    font-weight: bolder;
    margin: 40px 12px 0 30px;
}

.leader-wrap ul li img {
    width: 100%;
    height:100%;
    display: block;

}

.leader-wrap ul li span {
    display: block;
    height: 165px;
    overflow: hidden;
    margin-bottom: 10px;
}

.leader-info h3 {
    font-size: 22px;
    font-weight: bolder;
    line-height: 1;
}

.leader-info p {
    margin: 15px 0 30px;

}

.leader-info span {
    border-radius: 10px;
    border: 1px solid #0453b4;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    color: #0453b4;
    margin-right: 30px;
    transition: .2s;
}

.leader-info span a {
    display: block;
    padding: 0 25px;
    color: inherit;
}
.leader-info span:hover  {
    background: #0453b4;
    color: #fff;
}

.institution-ct h4,.leader-activity h3{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 30px;
    position: relative;
}

.institution-ct h4 span {
    display: inline-block;
    margin: 0 80px 0 0;
    cursor: pointer;
    position: relative;
}
.institution-ct h4 span.active,.leader-activity h3 span.active {
    color: #0737b3;
}
.institution-ct h4 span.active::after,.leader-activity h3 span.active::after {
    content: "";
    position: absolute;
    bottom:-12px;
    width: 70%;
    height: 4px;
    background: #6687cc;
    left: 15%;
    border-radius: 10px;
}
.institution-ct {
    margin:40px 0 50px 20px;
}

.institution-ct p {
    line-height: 2;
}

.leader-detail {
    margin: 0 30px;
}

.leader-d-pic {
    text-align: center;
    margin: 40px 0;
}
.leader-d-pic img {
    width: 190px;
}
.leader-d-pic h6 {
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0;
}
.leader-activity ul li {
    position: relative;
    margin: 25px 0;
}

.leader-activity ul li::before {
    left: 0;
    top:10px;
}
.leader-activity ul li span {
    margin-left: 15px;
}

.leader-activity ul li em {
    right: 0;
}


.leader-activity h3 {
    margin-bottom: 40px;
}
.leader-activity h3 span {
   position: relative;
    font-size: 30px;

}
.leader-activity h3 em {
    position: absolute;
    right: 0;
    top:8px;
    font-size: 18px;
    font-weight: normal;
}
.leader-activity {
    min-height: 200px;
    margin-bottom: 50px;
}
.leader-d-txt {

    padding-bottom: 30px;
    margin-bottom: 40px;
    border-bottom: 1px dotted #d1d1d1;
}

.leader-d-txt p {
    margin: 30px 0;
    text-indent: 2em;
    font-size: 18px;
    line-height: 1.8;
}

.zcjd-link {
    text-align: right;
    color: #3a8bef;
    margin: 40px 0;
    font-size: 18px;
}
.zcjd-link a {
    color: inherit;
}
.zc-other {
    margin-top: 20px ;
}


.tab-cont {
    display: none;
}

.zmqfoot-t {
    width: 1220px;
    margin: 0 auto;
    position: relative;
    font-size: 16px;
}
.zmqfoot-t ul li {
    display: inline-block;
    border: 1px solid #dcdcdc;

    margin: 30px 10px 0 10px;
}
.zmqfoot-t ul li:last-of-type {
    margin-right: 0;
}

.zmqfoot-t ul li > span {
    display:block;
    cursor: pointer;
    position: relative;
    padding: 0 25px 0 10px;

    height: 40px;
    line-height: 40px;
}
.zmqfoot-t ul li > span::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-top-color: #83a5de ;
    right: 8px;
    top:16px;
}