@charset "UTF-8";

/*************************** 全局样式 Begin ***************************/

body,
ul,
ol,
li,
form,
fieldset,
img,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: "Microsoft YaHei", '宋体';
}

ul,
ol,
li {
    list-style-type: none;
}

td,
table,
input {
    font-size: 15px;
    color: #333;
}

a:link,
a:visited {
    color: #333;
    text-decoration: none;
}

a:hover {

    text-decoration: none;
}

body {
    overflow-y: auto;
    height: auto;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.f10 {
    color: #f10215 !important;
}


/*** 新闻详细内容 ***/

.NewsTitle {
    font-size: 24px;
    line-height: 140%;
    font-weight: bold;
    padding-top: 30px;
}

.NewsTitleFu {
    font-size: 18px;
    line-height: 300%;
    padding-bottom: 20px;
    font-weight: normal;
}

.NewsContent {
    font-size: 16px;
    line-height: 220%
}

.NewsContent div {
    font-size: 16px;
}

.NewsContent a:link,
.NewsContent a:visited {
    color: #0B57B4;
    text-decoration: underline;
}

.NewsContent a:hover {
    color: #E00;
    text-decoration: underline;
}

.NewsText {
    color: #333;
    font-size: 14px;
    line-height: 200%;
}


/*************************** 全局样式 End ***************************/


/*** 分页样式 Begin ***/

.FX_PageDiv {
    width: 100%;
    height: 22px;
    padding: 15px 0;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}

.Fx_PageDiv2_span2 span {
    width: 20px;
    height: 18px;
    line-height: 18px;
    color: #333;
    text-align: center;
    display: block;
    cursor: pointer;
    float: left;
    margin-right: 5px;
    border: 1px solid #CCC;
}

.Fx_PageDiv2_span2 strong {
    width: 20px;
    height: 18px;
    line-height: 18px;
    color: #C00;
    text-align: center;
    display: block;
    cursor: pointer;
    float: left;
    margin-right: 5px;
    border: 1px solid #CCC;
    background-color: #DDD;
}

.Fx_PageDiv2_span1 {
    float: left;
    padding-left: 25px;
    padding-top: 3px;
}

.Fx_PageDiv2_span2 {
    float: right;
    padding-right: 25px;
}

.Fx_PageDiv2_1_2,
.Fx_PageDiv2_1_3,
.Fx_PageDiv2_1_4 {
    color: #C00;
}


/*** 分页样式 End ***/

.clearfix::before,
.clearfix::after {
    content: "";
    display: table;
}

.clearfix::before,
.clearfix::after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}


* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", "PingFang SC", "Microsoft YaHei",
    sans-serif;
    background: #ffffff;
    color: #333;
    line-height: 1.6;
}

a {
    color: inherit;
    text-decoration: none;
}


/* 顶部横幅 */
.hero {
    width: 100%;
    height: 1444px;
    background: url("top.jpg") no-repeat center top;

}

.section1 {
    width: 1640px;
    height: 600px;
    background: url("bg1.png") no-repeat center top;
    margin: -670px auto 0;
    padding-top: 30px;
}
.sec1{
    width: 1360px;
    margin: 0 auto;
}
.section-header {
    text-align: center;
    position: relative;
}
.section-header .section-more{
    position: absolute;
    right: 0px;
    top: 20px;
}
.section-title-left {
    display: flex;
    align-items: baseline;
    gap: 12px;
}

.section-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: linear-gradient(135deg, #0f7ef5, #34b4ff);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    box-shadow: 0 4px 12px rgba(0, 121, 255, 0.4);
}

.section-title-cn {
    font-size: 20px;
    font-weight: 600;
    color: #0b4aa8;
    letter-spacing: 2px;
}

.section-title-en {
    font-size: 13px;
    text-transform: uppercase;
    color: #7b9fd7;
    letter-spacing: 2px;
}

.section-more {
    font-size: 13px;
    color: #0f7ef5;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}



/* 智能制造 - 左图右列表布局 */
.manufacturing-grid {

    margin-top: 20px;
}
.manufacturing-image {
    position: relative;
    width: 680px;
    height: 405px;
    float: left;
    background: url('bg11.png') no-repeat left top;
}
.manufacturing-image .mF_expo2010_wrap{
    position: absolute;
    left: 20px;
    top: 20px;
}
.manufacturing-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 640px;
    float: right;
}

.list-item {
    height: 86px;
    line-height: 86px;
    border-radius: 10px;
    transition: all 0.2s ease;
    font-size: 17px;
    border: 1px solid #e6e6e6;
    padding: 0 15px;
    margin-bottom: 18px;
}
.list-item img{
    vertical-align: middle;
    margin-right: 8px;
}

.list-item-tag {
    display: inline-block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #ff900e;
    color: #fff;
    font-size: 14px;
    margin-top: 26px;
}

.section2{
    width: 100%;
    height:auto;
    background: url("bg2.png") no-repeat center top;
}
.section3{
    width: 100%;
    height:auto;
    background: url("bg3.jpg") no-repeat center top;
}
/* 通用卡片网格 */
.cards-row-2 {
    margin-top: 20px;
}

.cards-row-3 {
    gap: 18px;
}

.section2 .cards-row-2 .card{
    position: relative;
    float: left;
    margin: 0 47px;
}

.card,.card4 {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
}

.section2 .cards-row-2 .card-image {
    width: 584px;
    height: 345px;
    background-size: cover;
    background-position: center;

}
.section2 .cards-row-2 .card-image img{
    margin-top: 20px;
    margin-left: 25px;
}
.section2 .cards-row-2 .card-body {
    width: 100px;
    height: 32px;
    line-height: 32px;
    background-color: #ffffff;
    border-radius: 50px;
    font-size: 14px;
    position: absolute;
    right: 30px;
    bottom: 15px;
    text-align: center;
}
.section-zhjt{
    margin-top: 20px;
}
.section-zhjt ul li{
    width: 310px;
    height: 430px;
    background-color: #ffffff;
    border-radius: 15px;
    text-align: center;
    padding: 30px 15px 25px;
    float: left;
    margin-right: 40px;
}
.section-zhjt ul li:last-of-type{
    margin-right: 0!important;
}
.section-zhjt ul li .p1{
    font-size: 20px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 15px;
}
.section-zhjt ul li .p2{
    text-align: left;
}
.section-zhjt ul li a{
    display: inline-block;
    width: 146px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #519fff;
    border-radius: 50px;
    color: #519fff;
    margin-top: 15px;
}
.section3{
    width: 100%;
    height:auto;
    background: url("bg3.jpg") no-repeat center top;
    padding:50px 0;
}
.cards-row-3 .card{
    width: 380px;
    height: 390px;
    background-color: #ffffff;
    float: left;
    margin: 0 36px;
}
.cards-row-3 .card h1{

    font-size: 17px;
    line-height: 70px;
    border-bottom: 1px solid #e5e5e5;
}
.cards-row-3 .card h1 a{
    color: #067fdd;
}
.cards-row-3 .card p{
    font-size: 15px;
    color: #888888;
    line-height: 25px;
    margin-top: 10px;
}

.cards-row-2 .card4{
    width: 450px;
    height: 480px;
    background-color: #ffffff;
    float: left;
    margin: 0 8%;
}
.cards-row-2 .card4 h1{
    font-size: 17px;
    line-height: 70px;
    border-bottom: 1px solid #e5e5e5;
}
.cards-row-2 .card4 h1 a{
    color: #067fdd;
}
.cards-row-2 .card4 p{
    font-size: 15px;
    color: #888888;
    line-height: 25px;
    margin-top: 10px;
}
.cards-row-2 .card4 a.more{
    display: inline-block;
    width: 146px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #519fff;
    border-radius: 50px;
    color: #519fff;
    margin-top: 15px;
    text-align: center;
    margin-left: 30%;
}

.section4{
    width: 100%;
    height:auto;
    background: url("bg4.png") no-repeat center top;
}
.sec4{
    background: url("bg44.png") no-repeat right top;
}
.sec4 .cards-row-2 .card-image {
    width: 560px;
    height: 325px;
    background-size: cover;
    background-position: center;
}
.sec4 .card{

}
.sec4 .card1{
    margin-top: 50px;
    margin-left: 0;
    float: left;
}
.sec4 .card2{
    margin-top: 80px;
    width: 625px;
    margin-right: 60px;
    float: right;
}
.sec4 .card2 p{
    line-height: 36px;
    color: #656c77;
}
/* 医疗/教育/交通/金融等区域的简单列表 */
.simple-list {
    display: flex;
    flex-direction: column;
    font-size: 17px;
    color: #5f739f;
}

.simple-list-item {
    position: relative;
    padding-left: 95px;
    border: 1px solid #5aa3d8;
    height: 100px;
    line-height: 100px;
    background-color: #f3f3f3;
    box-shadow: inset 0 0 6px 6px rgba(255, 255, 255, 1);
    margin-bottom: 20px;
}
.simple-list-item::before {
    content: "";
    position: absolute;
    left: 22px;
    top: 22px;
    width: 53px;
    height: 53px;
    background: url("ico2.png") no-repeat;
}
.simple-list-item::after {
    content: "";
    position: absolute;
    right: 30px;
    top: 40px;
    width: 24px;
    height: 21px;
    background: url("ico3.png") no-repeat;
}
.section5{
    width: 100%;
    height: auto;
    background-color: #ebf2fd;
    padding-bottom: 60px;
}
.section-zy{
    width: 100%;
    height: 400px;
    background: linear-gradient(to right,rgba(255,255,255,1),rgba(255,255,255,0));
    border-radius: 20px;
    position: relative;
}
.zy1{
    width: 360px;
    margin-left: 50px;
    padding-top: 50px;
}
.zy1 p{
    line-height: 36px;
    color: #666666;
}
.zy1 a{
    display: block;
    background-color: #067fdd;
    color: #ffffff;
    width: 150px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 50px;
    float: right;
    margin-top: 40px;
}
.section-zy .zy2{
    position: absolute;
    right: 0;
    top: -130px;
}
.section-zy .zy2 div{
    float: left;
}
/*class页样式*/
.location{
    border-bottom: 2px solid #1283CB;
    line-height: 60px;
    margin-bottom: 20px;
}
.location img{
    vertical-align: middle;
    margin-right: 10px;
}

.list {
    position: relative;
    padding-left: 20px;
    line-height: 50px;
    border-bottom: 1px dashed #d1d1d1;
}
.list span{
    float: right;
    color: #7b7b7b;
}
.list::before {
    content: "";
    position: absolute;
    left: 4px;
    top: 22px;
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: linear-gradient(135deg, #0c7ef1, #44c5ff);
}
/***底部**/
.footer span a {
    display: inline-block;
    color: #fff;
    padding-left: 10px;
}

.footer span a:hover {
    color: #399ff3;
}

.footer {
    position: static;
    /* filter: alpha(opacity=50);
opacity: 0.7; */
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 110px;
    left: 0px;
    bottom: 0px;
    margin-top: 10px;
    overflow: hidden;
    text-align: center;
    z-index: 1;
}

.footer_con {
    margin: 0 auto;
    width: 1180px;
    font-size: 14px;
    line-height: 44px;
    color: #fff;
    z-index: 9;
    position: relative;
    height: 90px;
}

.footer_con .con_left .site_link {
    margin: 0 auto;
}

.footer_con .con_left a {
    display: inline-block;
    /* width: 110px; */
    color: inherit;
    font-size: 16px;
    height: 24px;
    line-height: 24px;
}

.footer_con .con_left a img {
    vertical-align: middle;
    margin-right: 10px;
    margin-top: -6px;
}

.footer_con .copyright {
    line-height: 28px;
    color: #bebebe;
}

.footer_con .wzbs {
    position: absolute;
    left: 0;
    top: 0;
    width: 245px;
    text-align: right;
    margin-top: 30px;
}