/* header */
.c-nav {
    width: 100%;
    height: 74px;
    line-height: 74px;
    font-size: 14px;
    /* background: #125DB2; */
}
.c-nav .c-nav-con {
    color: #fbfbfb;
    position: relative;
    z-index: 99998;
}
.m-center {
    width: 1200px;
    margin: 0 auto;
}
.pull-left {
    float: left !important;
	background-image: url(../images/i-search.png);
	background-size: cover;
	margin-top: 5px;
}
.c-nav .a-link {
    color: #1B5CB1;
    float: left;
    margin-right: 15px;
    display: block;
    font-weight: 400;
}
.pull-right {
    float: right !important;
}
.lxfs {
    font-size: 12px;
    color: #CCC;
    line-height: 17px;
}
.mder-header .c-img-word {
    margin-top: 10px;
    font-size: 0;
}
.mder-header .c-img-word>div {
    display: inline-block;
    vertical-align: text-top;
    text-align: right;
}
.mder-header .c-img-word .rmzf-img {
    margin-left: 18px;
    width: 466px;
    height: auto;
    margin-top: 10px;
}
.mder-header .search-box {
    width: 350px;
	height: 45px;
    border: 1px solid #6F95C4;
    background: #fff;
	border-radius: 25px;
    display: flex !important;
    justify-content: space-between;
    opacity: 0.95;
    overflow: hidden;
    float: right;
    position: relative;
	top: -43px;
	right: 25px;
}
.mder-header .search-box .search-input {
    flex: 1;
    padding-left: 0.2rem;
    width: 0;
    font-size: 14px;

}

.mder-header .search-box .search-btn {
    cursor: pointer;
    height: 100%;
    width: 95px;
    text-align: right;
    line-height: 44px;
    font-size: 14px;
    text-align: left;
    text-indent: 45px;
    color: #125DB2;
    background-image: url(../images/i-search.png);
    background-repeat: no-repeat;
    background-size: 25px 25px;
    background-position: 15px center;
}
.mder-header .index-nav {
    width: 50%;
    height: 56px;
    line-height: 40px;
    /* background: #125DB2; */
    /* border-bottom: 1px solid white; */
    z-index: 999;
}
.mder-header .index-nav .index-nav-con {
    height: 100%;
    color: #fbfbfb;
    font-size: 24px;
    position: relative;
}
.mder-header .index-nav .index-nav-con::after{
	content: "";
	width: 374px;
	height: 1px;
	border-bottom: 3px solid #ABC2DE;
	position: absolute;
	bottom: 11px;
	right: 5px;
}
.mder-header .index-nav a {
   width: 14%;
   margin-right: 1%;
   color: #145cb0;
   text-align: center;
   font-size: 18px;
   font-weight: 550;
   text-decoration: none;
   position: relative;
}
.c-nav .link-box .uls li a:hover {
    color: #125DB2;
}
.c-nav .link-box {
    width: 1200px;
    padding: 10px 20px;
    background: #fff;
    display: none;
    position: absolute;
    top: 74px;
    /* right: 0px; */
    left: 0px;
    overflow: hidden;
    opacity: 1;
    z-index: 99999;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
}
.c-nav .link-box .title {
    padding-bottom: 8px;
    font-size: 16px;
    color: #333;
    border-bottom: 1px solid #efefef;
    overflow: hidden;
    margin-top: 10px;
}
.c-nav .link-box .uls {
    width: auto;
    margin-top: 5px;
    overflow: hidden;
}
.c-nav .link-box .uls li {
    width: 190px;
    padding-right: 20px;
    float: left;
    font-size: 15px;
    line-height: 30px;
    display: block;
    height: 67px;
}
.c-nav .link-box .uls li a {
    margin-left: 0px;
    color: #333;
    width: 100%;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 62px;
    line-height: 19px;
}
.lxfs {
    font-size: 12px;
    color: #CCC;
    line-height: 17px;
}
/* header  end*/


/*footer  */
.yzq-mb-footer {
    width: 100%;
    background: #e8f4ff;
}
.yzq-mb-footer .yzq-mb-footer-top .yzq-mb-drop-groups .drop-down .tag.cur {
    background: #f7f7f7;
}
.yzq-mb-footer .foot-li-box {
    display: none;
    position: absolute;
    z-index: 9;
    left: 0;
    width: 100%;
    height:165px;
    font-size:15px;
    top: 46px;
    text-align: left;
    background: #f7f7f7;
    overflow: auto;
}
.yzq-mb-footer .yzq-mb-footer-top .yzq-mb-drop-groups .drop-down .tag.cur img {
    transform: rotate(180deg);
}
.foot-li-box::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background: #1369c0;
}
.foot-li-box::-webkit-scrollbar-track {
    border-radius: 6px;
    background: #eaeff3;
}
.foot-li-box::-webkit-scrollbar {
    width: 5px;
    height: 6px;
    border-radius: 6px;
}
.yzq-mb-footer .foot-li-box a {
    display: inline-block;
    height: 50px;
    height: 0.5rem;
    line-height: 50px;
    line-height: .5rem;
    min-width: 140px;
    font-size: 16px;
    font-size: 15px;
    padding: 0 10px;
    text-align: center;
    color: #333;
}
.max-width {
    max-width: 1200px;
    margin: 0 auto;
}
.fs0 {
    font-size: 0;
}
.yzq-mb-footer .yzq-mb-footer-top .yzq-mb-drop-groups {
    position: relative;
}
.yzq-mb-footer .yzq-mb-footer-top .yzq-mb-drop-groups .drop-down:first-child {
    margin-left: 0;
}
.arrow{
    vertical-align: middle;
}
.yzq-mb-footer .yzq-mb-footer-top .yzq-mb-drop-groups .drop-down {
    float: left;
    width: 16.6%;
    height: 50px;
    line-height: 50px;
}
.yzq-mb-footer .yzq-mb-footer-top .yzq-mb-drop-groups .drop-down .tag {
    text-align: center;
    height: 50px;
    /* height: 0.5rem; */
    line-height: 50px;
    /* line-height: .5rem; */
    font-size: 15px;
    color: #333;
    background: #e8f4ff;
    cursor: pointer;
}
.mr10 {
    margin-right: 10px;
}
.yzq-mb-footer-bottom-bg {
    width: 100%;
    background: #1764ce;
    position: absolute;
    left: 0px;
}
.yzq-mb-footer .f-bottom {
    padding-bottom: 25px;
    max-width: 1200px;
    margin: 16px auto 0;
    box-sizing: border-box;
}
.yzq-mb-footer .f-bottom-l {
    width: 37%;
}
.yzq-mb-footer .f-bottom-l {
    float: left;
}
.yzq-mb-footer .f-bottom-c {
    width: 31%;
    text-align: center;
}
.yzq-mb-footer .f-bottom-r {
    float: right;
}
.yzq-mb-footer .f-bottom .f-contect a {
    display: inline-block;
    font-size: 14px;
    color: #333;
}


.yzq-mb-footer .f-bottom .f-contect span {
    font-size: 12px;
    color: #333;
}
.yzq-mb-footer .f-bottom .f-bottom-l p, .yzq-mb-footer .f-bottom .f-bottom-l p a, .yzq-mb-footer .f-bottom .f-contect a, .yzq-mb-footer .f-bottom .f-contect span {
    color: #FFF;
    font-size: 14px;
}
.yzq-mb-footer .f-bottom-l .zbcb span:nth-of-type(2) {
    margin-left: 4px;
}
.yu-police {
    padding-left: 10px;
}
.yu-police img {
    height: 20px;
    margin-right: 2px;
}
.yzq-mb-footer .f-bottom-c a:nth-of-type(1) {
    margin-left: 3%;
}
.ml10,.mt10 {
    margin: 10px 0 ;
}
.ml10{
    margin-left: 10px;
}
.zbcb{
    margin-top: 0;
}
.yzq-mb-footer .f-bottom-c a {
    margin-top: 40px;
    margin-right: 10px;
}
.yzq-mb-footer .f-bottom-r div {
    width: 28%;
    margin-right: 8%;
}
.yzq-mb-footer .f-bottom-r div img {
    width: 100%;
}
.yzq-mb-footer .f-bottom-r span {
    font-size: 14px;
    font-size: .14rem;
    display: block;
    text-align: center;
    margin-top: 2px;
    width: 100%;
    color: #FFF;
}
.yzq-mb-footer .f-bottom-c {
    float: left;
}
.yzq-mb-footer .f-bottom a {
    display: inline-block;
}
.yzq-mb-footer .f-bottom-r {
    width: 28%;
    padding-top: 20px;
}
.yzq-mb-footer .f-bottom-r div:nth-last-of-type(1) {
    margin-right: 0;
}
