 
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
 
input[type="number"] {
    -moz-appearance: textfield;

}
 
 
 /* 头部 */
 #header .header-wrap{
    /* height: 270px; */
    width: 1400px;
    margin: auto;
}
#header .header-top{
    width: 100%;
    height: 147px;
    background: no-repeat 100% 100% url(../assets/headerbg.jpg);
    background-position: center;
}
#header .top-content{
    width: 90%;
    margin: auto;
    padding-top:50px;
}
#header .top-content img{
    width: 495px;
}
#header .logoWrap{
    margin-top:66px;
}
#header .searchWrap{
    float: right;
    position: relative;
    margin-right: 50px;
    margin-top: 5px;
}
#header #seach-input{
    width:405px;
    height: 35px;
    text-indent: 1em;
    font-size: 18px;
    border-radius: 20px;
    background: #e3e8f3;
    padding-right:70px;
    box-sizing: border-box;
    outline: none;
}
 #header .search img{
     position: absolute;
     top:5px;
     right:20px;
     width: 28px;
 }
 #header p {
    font-size: 14px;
    letter-spacing: 1px;
    color: #ffffff;
    text-align: right;
    line-height: 43px;
 }
#header .header-menu{
    height: 52px;
    line-height: 52px;
	background-color: #364fab;
}
 #header .main-menu{
     width: 78%;
     margin:auto;
     height:52px;
     line-height: 52px;
 }
 #header .main-menu li{
     width:calc( 100% / 6);
     box-sizing: border-box;
     font-size: 25px;
     letter-spacing: 1px;
     text-align: center;
     cursor: pointer;
 }
 #header .main-menu li a{
     display: block;
     color: #fff;
     width: 100%;
     height: 100%;
    font-size: 16px;
 }
 #header .main-menu>li{
     float: left;
     position: relative;

 }
 #header .main-menu>li::after{
     content: "";
     display: block;
     height: 20px;
     width: 1px;
     position: absolute;
     right: 0;
     top: 50%;
     transform: translateY(-50%);
     background: #fff;
 }
 #header .main-menu>li:first-child::before{
    content: "";
    display: block;
    height: 20px;
    width: 1px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
}
 #header .main-menu .sub-menu{
     position: absolute;
     top:52px;
     left:0;
     width: 100%;
     z-index:3;
     background: #e7e4e4;
     overflow: hidden;
     transition: all 0.2s linear;
     display:none
 }

 #header .main-menu .sub-menu>li{
     height:62px;
     width: 100%;
     line-height: 62px;
     font-size: 24px;
 }
 #header .main-menu .sub-menu>li a{
     color: #000;
 }
/* 尾部 */
 .footer-wrap{
    width: 1400px;
    background: #f2f2f2;
    margin: auto;
    padding-bottom: 50px;
 }
 .footer-wrap  .part4-title-wrap{
    width: 1200px;
    height: 58px;
    background-color: #7083c2;
    margin: auto;
}
.footer-wrap .part4-title-wrap .parts-title li{
    /*position: relative;*/
    width: 178px;
    line-height: 58px;
    display: inline-block;
    height: 58px;
    text-align: center;
    font-size: 20px;
	letter-spacing: 1px;
    color: #ffffff;
    margin-right: 30px;
}
.footer-wrap .part4-title-wrap .parts-title li:first-child{
    position: relative;
    background-color: #364fab;
    font-weight: bold;
}
.footer-wrap .part4-title-wrap .parts-title li::after{
    content: "";
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
    display: block;
    width: 0;
    height: 0;
    border-left: 15px solid #fff;
    border-top: 10px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 10px solid transparent;
}
.footer-wrap .part4-title-wrap .parts-title li:first-child::after{
    content: "";
    position: absolute;
    top: 0;
    right: -90px;
    display: block;
    width: 0;
    height: 0;
    transform: inherit;
    border-left: 43px solid #364fab;
    border-top: 29px solid transparent;
    border-right: 48px solid transparent;
    border-bottom: 29px solid transparent;
}
.footer-wrap  .links{
    width: 1200px;
    margin: auto;
    margin-top: 22px;
}
.footer-wrap  .links li{
    width: 175px;
    height: 37px;
    line-height: 38px;
    border: 1px solid#66a4e6;
    text-align: center;
    font-size: 17px;
    letter-spacing: 1px;
    color: #2c2c2c;
    display: inline-block;
    margin-bottom: 20px;
    margin-right: 25px;
}
.footer-wrap  .links li a{
    display: block;
    width: 170px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.footer-wrap  .links li:nth-child(6N){
    margin-right: 0;
}
 .foot-content{
     width: 1200px;
     margin: auto;
 }
 .foot-content .footer-logos{
     overflow: hidden;
     padding: 20px 0;
     border-bottom: 1px solid #9e9e9e;
 }
 .foot-content .footer-logos>li{
     float: left;
     height: 60px;
     line-height: 60px;
     text-align: center;
     position: relative;
 }
 .foot-content .footer-logos>li img{
     display: inline-block;
     vertical-align: middle;
     height: 50px;
 }
 .foot-content .footer-logos>li::after{
     content: " ";
     position: absolute;
     right: 1px;
     top: 50%;
     transform: translateY(-50%);
     display: block;
     width: 1px;
     height: 40px;
     background: #000;
     opacity: 0.35;
 }
 .foot-content .footer-logos>li:nth-child(1)::before{
    content: " ";
    position: absolute;
    left: 1px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 1px;
    height: 40px;
    background: #000;
    opacity: 0.35;
 }
 .foot-content .footer-logos>li:nth-child(1){
     width: 163px;
 }
 .foot-content .footer-logos>li:nth-child(2){
    width: 249px;
}
.foot-content .footer-logos>li:nth-child(3){
    width: 124px;
}
.foot-content .footer-logos>li:nth-child(4){
    width: 607px;
    line-height: 60px;
}
.foot-content .footer-logos>li:nth-child(4) a{
    font-size: 15px;
	letter-spacing: 1px;
    color: #7d7d7d;
    margin: 0 31px;
} 
.mark-wrap {
    margin-top:10px;
}
.mark-wrap span{
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #7d7d7d;
}
.mark-wrap span:nth-child(1){
    /*margin-left: 25px;*/
    margin-right: 30px;
}
.mark-wrap span:nth-child(2){
    margin-right: 30px;
}
.mark-wrap span:nth-child(3){
    margin-right: 40px;
}


/* 子页面导航栏 */

.subPage-menu {
    /* width: 297px; */
}
.subPage-menu .main-menu{
    /* width: 297px; */
    height: 92px;
    text-indent: 18px;
    background: no-repeat 100% 100% url(../assets/sub_menu_bg.png);
    font-size: 32px;
	letter-spacing: 2px;
	color: #ffffff;
}
.subPage-menu .main-menu span{
    text-indent: 17px;
    line-height: 80px;
    position: relative;
    font-size:27px;
}
/* .subPage-menu .main-menu span::after{
    content: "";
    position: absolute;
    bottom: -6px;
    left: 0px;
    width: 79px;
    height: 1px;
	background-color: #ffffff;
} */
.subPage-menu .sub-page-link{
    width: 100%;
    background: #fff;
    margin-top: 9px
}
.subPage-menu .sub-page-link li{
    width: 100%;
    height: 55px;
    text-indent: 18px;
    line-height: 55px;
    background-color: #fff;
    cursor: pointer;
    border-bottom: 1px solid #f2f2f2;
 }
 .subPage-menu .sub-page-link li a{
    font-size: 16px;
	letter-spacing: 1px;
    color: #000;
    width: 100%;
    height: 100%;
    display: block;
}
.subPage-menu .sub-page-link li:hover{
    background-color: #364fab;
}
.subPage-menu .sub-page-link li:hover a{
    color: #ffffff;
}
.subPage-menu .sub-menu-bottom{
    height: 6px;
    background-color: #364fab;
    margin-top: 17px;
}

/* 子页面内容 */
.sub-page-wrap{
    width: 1200px;
    margin: auto;
    margin-bottom: 50px;
}
.sub-page-wrap .nav-key{
     height: 78px;
     line-height: 68px;
     font-size: 15px;
	 letter-spacing: 1px;
     color: #2c2c2c;
}
.sub-page-wrap .nav-key img{
    position: relative;
    top: 2px;
    margin-right: 30px;
    width: 17px
}
.sub-page-content {
    width: 100%;
    overflow: hidden;
}
#sub-menu-wrap{
    float: left;
    width: 238px;
}
.sub-page-content .page-content-list {
    float: right;
    width: 930px;
    background: #fff;
    position: relative;
    padding: 0 44px;
    padding-bottom: 110px;
}
.sub-page-content  .new-list{
    width: 100%; 
    overflow: hidden;
}
.sub-page-content .new-list li{
    width: 100%;
    height: 36px;
    line-height: 36px;
    border-bottom: 1px solid rgba(44, 44, 44, 0.35);
    overflow: hidden;
    margin-bottom: 3px;
}
.sub-page-content .new-list li a{
    font-size: 15px;
	letter-spacing: 1px;
	color: rgba(44,44,44,0.9);
} 
.sub-page-content .new-list li span:first-child{
    float: left;
    width: 80%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.sub-page-content .new-list li span:first-child::before{
    content: "";
    position: relative;
    top: 5px;
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 13px solid #364fab;
    border-bottom: 9px solid transparent;
    border-right: 13px solid transparent;
    border-top: 9px solid transparent;
}
.sub-page-content .new-list li span:last-child{
    float: right
}
.sub-page-content .page-content-title{
    display: block;
    line-height: 70px;
    height: 64px;
    width: 100%;
    font-size: 28px;
    letter-spacing: 2px;
    color: #364fab;
    border-bottom: 1px solid rgba(44,44,44,0.8);
    margin: 10px 0;
    margin-bottom: 12px;
}
.sub-page-content .page-content-title span{
    text-indent: 0;
    display: inline-block;
    position: relative
}
.sub-page-content .page-content-title span::before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 6px;
    width: 100%;
    height: 3px;
    background: #364fab;
    border: none;
}
.sub-page-content .sub-page-num{
    position: absolute;
    left: 0;
    height: 26px;
    bottom: 50px;
    width: 100%;
    text-align: center;
    line-height: 26px;
}
.sub-page-content .sub-page-num li{
    display: inline-block;
    min-width: 26px;
    text-align: center;
    text-align: center;
    padding: 0 5px;
    border: 1px solid #66a4eb;
    cursor: pointer;
}
.sub-page-content .sub-page-num li.jump-page{
    background: #48bc79;
    border: 1px solid #48bc79;
}
.sub-page-content .sub-page-num li.jump-page a{
    color: #fff;
}
.sub-page-content .sub-page-num li.input-num{
    width: 26px;
    padding: 0;
}
.sub-page-content .sub-page-num li.input-num input{
    width: 24px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    display: block;
}
.sub-page-content .sub-page-num li.cur-page {
    background: #66a4eb;
    color: #fff;
}
.sub-page-content .sub-page-num li.cur-page a{
    color: #fff;
}
.sub-page-content .sub-page-num li.cur{
    background: #66a4eb;
    color: #fff;

}

/* 子页面详情 */
.sub-page-content-wrap .sub-page-content .page-content-list{
    width: 100%;
    height: auto;
}
.sub-page-content-wrap  .content-title{
    background-color: #eff2f6;
    padding:15px;
}
.sub-page-content-wrap  .textarea{
    padding: 50px 30px 25px 30px;
}
.sub-page-content-wrap  .textarea h3{
    font-size:26px;
    line-height: 40px;
	letter-spacing: 2px;
    color: #2c2c2c;
    text-align: center;
    word-wrap: break-word;
    width: 80%;
    margin: auto;
}
.sub-page-content-wrap  .textarea .subheading{
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
}
.sub-page-content-wrap  .textarea .subheading span{
    font-size: 16px;
	letter-spacing: 1px;
	color: #2c2c2c;
}
.sub-page-content-wrap  .textarea .subheading>span:nth-child(2){
    margin-left: 25px;
}
.sub-page-content-wrap  .textarea .subheading .btn-wrap>span:nth-child(1){
    margin-right: 110px;
}
.sub-page-content-wrap  .textarea .subheading .btn-wrap>span:nth-child(1) span{
    padding: 0 5px;
}
.sub-page-content-wrap .subheading span .from{
    margin-left: 20px;
}
.sub-page-content-wrap .subheading span .from{
    margin-left: 20px;
}
.sub-page-content-wrap .subheading  .btn-wrap{
    display: inline-block;
    text-align: right;
    float: right;
}
.sub-page-content-wrap .subheading  .btn-wrap img{
    position: relative;
    top: 4px;
    right: 5px;
}
.sub-page-content-wrap .article-wrap{
    padding-top: 50px;
    font-size: 28px;
	letter-spacing: 1px;
    color: #2c2c2c;
    line-height: 50px;
    text-align: center
}
.sub-page-content-wrap .article-wrap p{
    text-align: left;
    font-size: 14px;
    color: #2c2c2c;
    line-height: 30px;
}

/*.sub-page-content-wrap .article-wrap img{*/
    /*margin: 80px 0;*/
/*}*/
.sub-page-content-wrap  .share-way{
    overflow: hidden;
}
.sub-page-content-wrap  .share-way li{
    display: inline-block;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    margin-right: 15px;
}
.bdsharebuttonbox span{
    float: left;
    line-height: 27px;
    font-weight: bold;
    margin-right: 10px;
}

.bdsharebuttonbox .moreNUm {
    width: 41px;
    padding: 0;
    background: no-repeat  url(../assets/counter_box_18.gif);
    text-align: center;
    height: 19px;
}

/* 证书查询 query-1 */
.sub-page-content.query-page .page-content-list{
    height: 949px;
    background: no-repeat 100% 100% url(../assets/content_bg.png)
}
.sub-page-content.query-page  .page-content-heading{
    width: 800px;
    height: 105px;
    color: #fff;
    margin: auto;
    background: no-repeat 100% 100% url(../assets/query_bg2.png);
}
.sub-page-content.query-page  .page-content-heading{
    font-size: 35px;
	letter-spacing: 4px;
	color: #fff;
}
.sub-page-content.query-page  .page-content-heading span{
    font-size: 40px;
	letter-spacing: 4px;
	color: #fff;
}

.sub-page-content.query-page  .page-content-heading span:nth-child(1){
    margin-left:250px
}

.sub-page-content.query-page  .page-content-heading span:nth-child(2){
    margin-left: 50px;
    margin-right: 5px;
}
.sub-page-content.query-page  .query-title{
    width: 800px;
    margin: auto;
    text-align: center;
    background: no-repeat 100% 100% url(../assets/title_bg.png);
    font-size: 40px;
	letter-spacing: 2px;
    color: #2c2c2c;
    background-position: center;
    height: 100px;
    font-weight: 500;
    line-height: 100px;
}
.sub-page-content.query-page  .query-content{
    position: relative;
    width: 410px;
    margin: auto;
    overflow: hidden;
    margin-top: 40px;
}
.sub-page-content.query-page .query-content .text{
    width: 120px;
    float: left;
}
.sub-page-content.query-page .query-content .text li{
    height: 40px;
    line-height: 40px;
    font-size: 15px;
	letter-spacing: 2px;
	color: #2c2c2c;
    opacity: 0.8;
    margin-bottom: 30px;
    
}
.sub-page-content.query-page .query-content .form1{
    display: block;
    width: 290px;
    float: left;
}
.sub-page-content.query-page .query-content .form1 input{
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    margin-bottom: 30px;
    text-indent: 0.5em;
    background: rgba(44,44,44,0.15);
}

.sub-page-content.query-page .query-content .form1 input.submit{
    color: #fff;
    background: #364fab;
    text-indent: 0;
}

.sub-page-content.query-page .query-content .form1 input.reset{
    color: #364fab;
    border:1px solid #364fab;
    background: #fff;
    text-indent: 0;
}

/* 在线咨询 link-1 */

.sub-page-content .link-wrap{
    height: auto;
}
.sub-page-content .link-notice{
    width: 100%;
}
.sub-page-content .link-notice .result{
    height: 60px;
    line-height: 60px;
    /*border-bottom: 1px solid rgba(44,44,44,0.8);*/
    overflow: hidden;
}

.sub-page-content .link-notice .result .link-title{
	font-size: 25px;
	letter-spacing: 1px;
	color: #2c2c2c;
}

.sub-page-content .link-notice .result .link-tip{
	font-size: 17px;
	letter-spacing: 1px;
	color: #2c2c2c;
    opacity: 0.8;
    margin-left: 10px;
}
.sub-page-content .link-notice .result .link-btns{
    float: right;
}
.sub-page-content .link-notice .result .link-btns a{
    display: inline-block;
    width: 108px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    background-color: #66a4eb;
    font-size: 20px;
	letter-spacing: 1px;
	color: #ffffff;
	opacity: 0.8;
}
.sub-page-content .link-notice .result .link-btns a:first-child{
    margin-right: 10px;
}
.sub-page-content .link-notice .notice-wrap {
    margin-top: 20px;
}
.sub-page-content .link-notice .notice-wrap li {
    height: 55px;
    line-height: 55px;
}
.sub-page-content .link-notice .notice-wrap li img{
    position: relative;
    top: -9px;
}
.sub-page-content .link-notice .notice-wrap li span{
    font-size: 17px;
    color: #fe0000;
    opacity: 0.8;
    width: calc(100% - 46px);
    height: 55px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
}
.tousu_tishi{
    width: 100%;
    height: auto;
    margin: 30px auto 35px auto;
    padding: 15px 0px;
    background-color: #eff2f6;
}
.tousu_tishi dl{
    width: 786px;
    height: auto;
    margin: 0px 0px 0px 34px;
}
.tousu_tishi dl dt{
    width: 786px;
    height: auto;
    margin: 0px;
    font-family: "微软雅黑", "宋体";
    font-size: 17px;
    color: #000;
    font-weight: bold;
    text-decoration: none;
}
.tousu_tishi dl dd{
    width: 786px;
    height: auto;
    margin: 10px 0px 0px 0px;
    line-height: 29px;
}
.font_black_16{
    font-family: "微软雅黑", "宋体";
    font-size: 16px;
    color: #111111;
    font-weight: normal;
    text-decoration: none;
}
/* 联系我们-机构全部分布图 link-5.html */
.sub-page-wrap .map-wrap{
    height: auto;
    padding-bottom: 100px;
}
#map{
    padding-bottom: 50px;
    border-bottom: 1px solid rgba(44,44,44,)
}
#map .map-img{
    width: 842px;
    height: 551px;
    margin: auto;
}
.map-content .map-text{
    font-size: 28px;
	line-height: 35px;
	letter-spacing: 1px;
	color: #0b0101;
}
.sub-page-wrap.map-wrap .page-content-list{
    height: auto;
    padding-bottom: 40px;
}
.bdsharebuttonbox a{
    padding-right: 10px;
}
.font span{cursor: pointer}
























