* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: '';
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
	color:white;
}

a:hover {
    text-decoration: none;
}

img {
    vertical-align: top;
    outline-width: 0ch;
}

.head {
    width: 100%;
    height: 90px;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}

.header {
    width: 1200px;
    height: 90px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    padding: 0 80px;
}

.logo {
    width: 150px;
    margin-right: 50px;
}

.header ul {
    display: flex;
    align-items: center;
}

.header ul li a {
    display: block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #000;;
    font-size: 14px;
}

.header ul li a:hover {
    background-color: #fc5451 !important;
    color: white !important;
}

.act {
    background-color: #fc5451 !important;
    color: white !important;
}

.banner {
    width: 100%;
    margin-top: 90px !important;
    height: 700px;
}

.banner img {
    width: 100%;
    height: 700px;
    object-fit: cover;
}

.bannertxt {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(49, 49, 59, .6);
    z-index: 10;
    padding: 20px 0;
}

.bannertxt_con {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bannertxt_con_left h1 {
    font-size: 60px;
    color: white;
}

.bannertxt_con_left p {
    font-size: 24px;
    color: white;
}

.bannertxt_con_right p {
    font-size: 16px;
    font-weight: bold;
    color: white;
    margin-bottom: 10px;
}

.bannertxt_con_right span {
    display: block;
    color: white;
    font-size: 15px;
    padding: 10px 0;
}

.con1 {
    width: 1000px;
    margin: 30px auto;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.con1left {
    width: 45%;
}

.con1left img {
    width: 100%;
}

.con1right {
    width: 52%;
}

.con1right strong {
    color: rgb(7, 55, 99);
    font-family: arial;
    font-size: 24px;
    display: block;
    margin-bottom: 10px;
}

.con1right p {
    font-size: 28px;
    color: rgb(7, 55, 99);
    margin-bottom: 20px;
}

.con1right span {
    font-size: 14px;
    color: #666;
    line-height: 25px;
}

.more {
    width: 48px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    display: block;
    color: white;
    background-color: #333333;
    transition: all ease 0.4s;
    float: right;
    margin-right: 30px;
    position: relative;
    z-index: 2;
}

.clear {
    clear: both;
}

.more:hover {
    background-color: #ff6600;
}

.posline {
    position: absolute;
    bottom: 37px;
    right: 0;
    z-index: 1;
}


/* 数字滚动 */


/*数字++++++++++*/

.digital {
    width: 100%;
    color: #fff;
}

.main {
    margin: 0 auto;
    font-size: 0;
}

.mumping_mun li {
    display: inline-block;
    margin: 30px auto;
}

.mumping_mun {
    list-style: none;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 9;
}

.mumping_mun p {
    font-size: 20px;
    width: 100%;
    display: block;
    clear: both;
}

.mumping_mun h2 {
    font-size: 35px;
    font-weight: normal;
    text-align: center;
    color: #ff9900;
    font-size: 37px;
}

.mumping_mun li p {
    font-size: 14px;
    color: #666;
    font-weight: bold;
}

.con2 {
    width: 1000px;
    margin: 30px auto;
    display: flex;
    align-items: center;
}

.con2left {
    width: 620px;
}

.con2left h1 {
    display: flex;
    align-items: center;
}

.con2left h1 span {
    margin-left: 20px;
}

.con2right {
    width: 380px;
}

.con2right img {
    width: 100%;
	padding-top: 20px;
}

.con2left span {
    color: #1c4587;
}

.con2left_div {
    width: 100%;
    height: 322px;
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}

.con2left_div_left {
    width: 200px;
    height: 322px;
    background-color: #d9e9f6;
}

.con2left_div_right {
    width: 420px;
}

.con2left_div_right {
    padding: 20px;
    background-color: #ffffff;
    color: #666;
    font-size: 13px;
    line-height: 25px;
}

.con3 {
    width: 1000px;
    margin: 30px auto;
}

.con3title strong {
    display: block;
    text-align: center;
    font-size: 24px;
    color: #31313b;
    font-weight: bold;
}

.con3title p {
    text-align: center;
    padding: 10px 0;
    color: #31313b;
    font-size: 16px;
}

.con3 ul {
    display: flex;
    width: 800px;
    margin: 0 auto;
    margin-top: 30px;
    justify-content: space-between;
}

.con3 ul li {
    width: 48%;
    text-align: center;
}

.con3 ul li img {
    width: 150px;
    height: 150px;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
}

.con3 ul li p {
    font-size: 14px;
    color: #333;
    text-align: center;
    font-weight: bold;
}

.con3 ul li strong {
    font-weight: normal;
    display: block;
    font-weight: normal;
    padding: 5px 0;
    font-size: 12px;
}

.con3 ul li span {
    color: #5a5a5a;
    font-size: 13px;
    display: block;
    padding: 0 30px;
    margin-top: 20px;
    text-align:center;
}

.con4 {
    width: 1000px;
    margin: 30px auto;
    position: relative;
}

.con4title {
    border-bottom: 3px solid #ff9900;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.con4title p em {
    font-size: 48px;
    color: #333;
    font-weight: bold;
}

.con4title p span {
    color: #666;
    font-size: 18px;
    margin-left: 20px;
    font-weight: bold;
}

.search {
    display: flex;
    align-items: center;
    margin-right: 50px;
}

.search input {
    width: 255px;
    height: 26px;
    padding-left: 15px;
    border: none;
    background-color: #fff;
}

.newswe {
    width: 65px;
    height: 26px;
    line-height: 26px;
    color: white;
    font-size: 14px;
    background-color: #6fa8dc;
    text-align: center;
}

.yuan {
    position: absolute;
    right: -100px;
    top: 0;
}

.con4con {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.con4conleft {
    width: 550px;
}

.con4conlefttop {
    width: 100%;
    height: 30px;
    display: flex;
    background-image: url(../images/bt.gif);
}

.con4conlefttop a {
    width: 100px;
    height: 30px;
    display: block;
    line-height: 30px;
    text-align: center;
    font-size: 12px;
    color: #5a5a5a;
}

.sel {
    background-image: url(../images/bt1.gif);
    background-repeat: repeat;
    color: white !important;
}

.con4conlefttop a:hover {
    color: white !important;
    background-image: url(../images/bt1.gif);
    background-repeat: repeat;
}

.selct {
    color: white !important;
    background-image: url(../images/bt1.gif);
    background-repeat: repeat;
}

.fy ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
}

.fy ul li {
    width: 48%;
}

.fy ul li .time {
    color: #acacac;
    font-size: 12px;
    padding: 10px 0;
}

.fy ul li span {
    font-size: 12px;
    color: #5a5a5a;
}

.fy ul li a img {
    width: 100%;
}

.fy ul li .f_at {
    color: #073763;
    font-size: 14px;
}

.fy {
    display: none;
}

.con4conright {
    width: 400px;
}

.con4conright ul li {
    display: flex;
    padding: 10px 0;
}

.a_class {
    font-size: 12px;
    color: #0064d4;
}

.a_t {
    font-size: 13px;
    color: #5a5a5a;
}

.con4conright ul li:hover .a_t {
    color: #0064d4;
}

.con5 {
    width: 100%;
    padding: 20px 0;
    background-color: #31313b;
}

.con5con {
    max-width: 1000px;
    margin: 0 auto;
}

.con5contitle h3 {
    font-size: 20px;
    color: #fff;
    font-weight: normal;
    text-align: center;
    position: relative;
}

.con5contitle h3::after {
    content: '';
    width: 43%;
    height: 2px;
    background-color: #999999;
    position: absolute;
    right: 10px;
    top: 12px;
}

.con5contitle h3::before {
    content: '';
    width: 43%;
    height: 2px;
    background-color: #999999;
    position: absolute;
    left: 10px;
    top: 12px;
}

.code {
    width: 100px;
    height: 100px;
}

.con5conleft {
    width: 50%;
    border-right: 3px solid #fff;
    display: flex;
    align-items: center;
}

.imgp {
    width: 30px;
}

.f_span {
    color: white !important;
    font-weight: bold;
}

.con5box {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.con5conright {
    width: 50%;
}

.con5conright ul li {
    display: flex;
    align-items: center;
    padding-left: 30px;
}

.con5conright ul li img {
    width: 30px;
    height: 30px;
    margin-right: 20px;
}

.con5conright ul li span {
    color: white;
}

.news {
    width: 1200px;
    margin: 50px auto;
    display: flex;
    justify-content: space-between;
}

.newsitem {
    width: 580px;
}

.newsitemtit {
    width: 100%;
}

.newsitemtit em {
    font-size: 36px;
}

.newsitemtit .span {
    font-size: 18px;
    color: rgb(61, 133, 198);
    font-weight: bold;
}

.newsitemcontent {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #ccc;
}

.newsimg {
    width: 195px;
}

.newsimg img {
    width: 100%;
}

.newsright {
    flex: 1;
    padding: 0 20px;
}

.newsright .ta {
    font-size: 18px;
    color: #1c4587;
}

.newsright p {
    font-size: 12px;
    color: #7d7d7d;
    padding: 10px 0;
    line-height: 20px;
}

.newsright p a {
    color: #ff0000;
}

.timenew {
    float: right;
    font-size: 12px;
    color: #acacac;
}

.newlist {
    padding: 20px 0;
}

.newlist li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 0;
}

.newlist li a {
    font-size: 14px;
    color: #1c4587;
}

.newlist li span {
    font-size: 12px;
    color: #9f9f9f;
}

.xgray {
    width: 1200px;
    margin: 40px auto;
    background-image: url(../images/xgray_line06.png);
    height: 7px;
}

.list2 {
    width: 1200px;
    margin: 30px auto;
}

.list2 li {
    padding: 10px 0;
    border-bottom: 1px dashed #ccc;
}

.list2 li a {
    font-size: 15px;
    color: #1c4587;
}

.list2 li .date {
    font-size: 11px;
    color: #929292;
}

.list2 li p {
    font-size: 12px;
    color: #5a5a5a;
}

.inside {
    width: 1200px;
    margin: 50px auto;
}

.insidetit {
    font-size: 16px;
    color: #274e13;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}

.des {
    width: 1200px;
    padding: 10px 0;
    background-color: #d9d9d9;
    font-size: 14px;
    color: #868686;
}

.insidecon {
    padding: 20px 0;
}

.pro {
    display: flex;
    flex-wrap: wrap;
    margin: 50px auto;
}

.pro li {
    width: 23%;
    margin-right: 2%;
    margin-bottom: 30px;
}

.pro li a img {
    width: 100%;
}

.proname {
    display: block;
    text-align: center;
    color: #181818;
    font-size: 16px;
}

.pro li p {
    padding: 10px 0;
    line-height: 20px;
    font-size: 14px;
    color: #a5a5a5;
}

.magnifier {
    margin: 50px auto !important;
}

.job li {
    display: flex;
    justify-content: space-between;
    padding-left: 30px;
    background-image: url(../images/book.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding: 5px 0;
    border-bottom: 1px dashed #ccc;
    padding-left: 20px;
}

.job li a {
    font-size: 16px;
    color: #1c4587;
}

.job li span {
    font-size: 16px;
    color: #929292;
}