

/* CSS Document */


/*全局样式*/

body {
    font-family: "微软雅黑", Arial, Verdana, Helvetica, sans-serif, "宋体";
    font-size: 12px;
    color: #333;
    background: #fff;
}

body,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
table,
td,
th,
img,
div,
tr,
p,
select,
dl,
dt,
dd {
    margin: 0;
    padding: 0;
    outline: none;
}

li {
    list-style: none;
}

img {
    border: 0 none;
    vertical-align: middle;
}

a {
    text-decoration: none;
    color: #333;
    outline: none;
    cursor: pointer;
}

a:focus {
    outline: none;
}

.clear {
    clear: both;
    height: 0px;
    display: block;
    line-height: 0px;
    visibility: hidden;
    overflow: hidden;
    zoom: 1;
}
.qs_clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

input {
    vertical-align: middle;
    border: none;
    background: none;
}

select {
    vertical-align: middle;
    border: none;
    background: none;
}

button {
    text-align: center;
    border: 0;
    cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 12px;
}

textarea,
input {
    word-wrap: break-word;
    word-break: break-all;
    padding: 0px;
    background: none;
}

label {
    cursor: pointer;
}

input[type=button]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner {
    border: none;
}

input[type=button],
input[type=submit] {
    cursor: pointer;
}

input:focus {
    outline: none;
}


/* 左浮动*/

.fl {
    float: left;
}


/* 右浮动*/

.fr {
    float: right;
}


/* 鼠标变小手*/

.cs {
    cursor: pointer;
}


/* 超过一行内容多的变成... */

.dian1 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}


/* 超过两行行内容多的变成... */

.dian2 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


/* 超过三行内容多的变成... */

.dian3 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}


/* 12px的字体至28px 如果你是其他单位的如rem等,请自行斟酌修改使用*/

.fs12 {
    font-size: 12px;
}

.fs14 {
    font-size: 14px;
}

.fs16 {
    font-size: 16px;
}

.fs18 {
    font-size: 18px;
}

.fs20 {
    font-size: 20px;
}

.fs22 {
    font-size: 22px;
}

.fs24 {
    font-size: 24px;
}

.fs26 {
    font-size: 26px;
}

.fs28 {
    font-size: 28px;
}

.fixed:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    line-height: 0;
}




/* 清除浮动 */

.cb {
    clear: both;
}


/* 不让用户选中 */

.noselect {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Chrome/Safari/Opera */
    -khtml-user-select: none;
    /* Konqueror */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
  
  not supported by any browser */
}

.scrollbarchange::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 5px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
    position: absolute;
    right: 0px;
}

.scrollbarchange::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 10px;
    background: #e0e0e0;
}

.scrollbarchange::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    border-radius: 10px;
    background: #f2f2f2;
}







/* 以下需删除 */

.k1,.k2,.k3,.k4,.k5,.k6,.k7,.k8,.k9{
    display: block;
 }
 body{
    min-width: 1300px;
}
 .main{
    display: none;
 }
 
.aa {
    width: 100%;
}

.bb {
    width: 1300px;
    margin: 0 auto;
}

.k1 {
    height: 50px;
    background-color: #beddff;
}

.c1 {
    position: relative;
    height: 50px;
}

.gh1 {
    position: absolute;
    left: 0;
    top: 14px;
    width: 21px;
    height: 21px;
    background: url(../image/gh.png) no-repeat center center;
}

.gh2 {
    position: absolute;
    left: 120px;
    top: 14px;
    width: 21px;
    height: 21px;
    background: url(../image/gh.png) no-repeat center center;
}

.t1 {
    position: absolute;
    left: 30px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #5e5e5e;
}

.t2 {
    position: absolute;
    height: 50px;
    left: 145px;
    line-height: 50px;
    font-size: 16px;
    color: #5e5e5e;
}

.t1 a {
    color: #5e5e5e;
}

.t2 a {
    color: #5e5e5e;
}

.c1l {
    position: absolute;
    right: -18px;
    height: 50px;
    width: 95px;
    width: 250px;
}

.c1l img {
    float: left;
    width: 33px;
    height: 12px;
    margin-top: 19px;
}

.c1lt {
    float: right;
    height: 16px;
    width: 101px;
    margin-top: 17px;
}
.line{
    width: 0 !important;
    height: 16px;
    border-left: 1px solid #5e5e5e;

}

.c1lt a {
    float: left;
    display: inline-block;
    margin: 0 auto;
    width: 50px;
    text-align: center;
    color: #5e5e5e;
}

.k2 {
    height: 290px;
    background: url(../image/k2_bg.png) no-repeat center center;
}

.c2 {
    position: relative;
    height: 290px;
}

.lgi {
    position: absolute;
    top: 80px;
    width: 90px;
    height: 95px;
}

.lgt1 {
    position: absolute;
    width: 420px;
    height: 50px;
    top: 88px;
    left: 105px;
    font-size: 46px;
    line-height: 50px;
    color: #c8110f;
    font-weight: 700;
}

.lgt2 {
    position: absolute;
    width: 390px;
    height: 25px;
    top: 150px;
    left: 105px;
    font-size: 16px;
    color: #dfeeff;
    letter-spacing: 19px;
}

.ms {
    position: absolute;
    top: 90px;
    right: 0;
    width: 304px;
    height: 42px;
}

.ms1 {
    float: left;
    width: 150px;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    background-color: #f76b00;
    border-radius: 5px 0 0 5px;
}

.ms1 a {
    color: #fff;

}

.ms2 {
    float: left;
    width: 150px;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    border-radius: 0 5px 5px 0;
    border: 1px solid #f76b00;
    background-color: #f76b00;
}

.ms2 a {
    color: #fff;

}

.mson {
    border: 1px solid #f76b00;
    background-color: #fff;
    color: #f76b00;
}

.mson a {
    color: #f76b00;
}

.sch {
    position: absolute;
    top: 150px;
    right: 0;
    width: 520px;
    height: 50px;
    border-radius: 6px;
    overflow: hidden;
    background: url(../image/schbg.png) no-repeat center center;
}

.schb1 {
    float: left;
    width: 100px;
    height: 50px;
    font-size: 18px;
    color: #fff;
    line-height: 50px;
    text-align: center;
}

.schb1 select {
    border: none;
    width: 100%;
    background-color: transparent;
    color: #fff;
    text-align: center;
    padding: 0;
    background: url(../image/caret.png) no-repeat scroll right;
    background-size: 10px;
    text-align-last: center;
    outline: 0;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    height: 46px;
    font-size: 18px;
}

.schb1 option {
    color: #666;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.sch input {
    float: left;
    width: 310px;
    height: 50px;
    font-size: 18px;
    margin-left: 20px;
}

.ssss::input-placeholder {
    color: #d3e5fb;

}

.schb2 {
    float: left;
    width: 90px;
    height: 50px;
    font-size: 18px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    background-color: #226ebc;
}

.k3 {
    height: 60px;
    background-color: #2067af;
}


.c3 {
    height: 60px;
}

.c3 ul li {
    float: left;
    height: 60px;
    font-size: 24px;
    line-height: 60px;
    padding: 0 46px;
    text-align: center;
}

.c3 ul li:hover {
    background: url(../image/1135.png) no-repeat center center;

}
.c3 ul .on {
    background: url(../image/1135.png) no-repeat center center;

}

.c3 ul li a {
    color: #fff;
}

.k5 {
    height: 280px;
    background-color: #2067af;
}

.c5 {
    position: relative;
    height: 280px;
}

.c51 {
    width: 1000px;
    height: 90px;
    margin: 0 auto;
}

.c51 li {
    position: relative;
    float: left;
    padding: 0 17px;
    height: 90px;
    font-size: 18px;
    text-align: center;
    line-height: 90px;
}

.c51 li a {
    color: #a2c5e9;
}
.c51 li a:hover{
    color: #fff !important;
}
.c51 li:hover a{
    color: #fff !important;
}

.c51 li:before {
    content: '';
    width: 3px;
    height: 24px;
    background-color: rgba(24, 89, 155, 0.6);
    position: absolute;
    right: 0;
    top: 35px;
}

.c51 li:last-child:before {
    width: 0px;
}

.c53 {
    position: absolute;
    left: 0;
    top: 130px;
    width: 60px;
    height: 74px;
}

.c54 {
    position: absolute;
    left: 100px;
    top: 140px;
    width: 110px;
    height: 55px;
}

.c52 {
    position: absolute;
    right: -15px;
    top: 90px;
    width: 1000px;
    height: 160px;
    background-color: #09519a;
}

.c521 {
    float: left;
    width: 300px;
    margin-top: 35px;
    margin-left: 75px;
    height: 100px;
}

.c521 li {
    float: left;
    width: 150px;
    height: 50px;
    font-size: 16px;
    line-height: 50px;
    text-align: center;
}

.c521 li a {
    color: #c7d3dd;
}

.c522 {
    float: left;
    width: 550px;
    height: 100px;
    font-weight: 500;
    margin-top: 20px;
    margin-left: 40px;
    font-size: 16px;
    color: #c7d3dd;
}

.c522 i {
    display: block;
    width: 18px;
    height: 20px;
}

.c5221,
.c5222,
.c5223 {
    height: 40px;
    line-height: 40px;
}

.c5223 {
    background: url(../image/beian.png) no-repeat left center;
}

.k4 {
    padding-top: 30px;
    height: 170px;
    background-color: #f1f8ff;
}

.c4 {
    position: relative;
    height: 150px;
    background: url(../image/c4bg.png) no-repeat center center;
}

.c4 a {
    color: #3c6fa2;
}

.c41 {
    width: 100%;
    height: 70px;
    line-height: 100px;
    font-size: 40px;
    text-align: center;
    font-weight: bold;
}

.c42 {
    width: 100%;
    height: 60px;
    line-height: 66px;
    font-size: 20px;
    text-align: center;
}
.k9 {
    /* height: 60px; */
    margin-top: -60px;
    background-color: rgba(204, 210, 218, 0.7);
}

.c10 {
    position: relative;
    /* height: 60px; */
}

/* 专题 */
.blogroll-items {
    display: flex;
    height: 60px;
    justify-content: space-evenly;
    line-height: 60px;
}

.blogroll-items>li {
    color: #999999;
    cursor: pointer;
    padding: 0 30px 0 15px;
    font-size: 16px;
    position: relative;
}

.blogroll-items>li::after {
    content: '';
    position: absolute;
    top: 24px;
    right: 10px;
    width: 11px;
    height: 12px;
    background: url(../image/asd.png) no-repeat center center;
}

.blogroll-inner {
    background-color: #f5f5f5;
}

.footer-link-inner {
    width: 1260px;
    margin: 0 auto;
    padding: 10px 20px;
    overflow: hidden;
    font-size: 0;
    display: none;
    z-index: 100;
}

.footer-link-inner li {
    line-height: 24px;
    display: inline-block;
    margin: 10px;
    white-space: nowrap;
    font-size: 14px;
    color: #555;
    z-index: 100;
}