/* CSS Document */
body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,div,table,td,img,dl,dt,dd,input{margin:0;padding:0;border:0;}
body{font-family:"Microsoft YaHei","\5FAE\8F6F\96C5\9ED1",Arial,Georgia,Serif,"Segoe UI","Lucida Grande",Helvetica,Arial,"Microsoft YaHei",FreeSans,Arimo,"Droid Sans","wenquanyi micro hei","Hiragino Sans GB","Hiragino Sans GB W3",sans-serif;font-size:15px;background-color:#EBEBEB;}
img{border:none;}
ul,ol{list-style:none;}
input,select,textarea{outline:none;}
textarea{resize:one;}
a{text-decoration:none;}
*{margin:0;padding:0;}
/**remove a underline************/
a:focus{outline-style:none;-moz-outline-style:none;}
/*header start*/
.header{
    /*height: 110px;*/
    width: 100%; 
    text-align: center;
    background-color: #fff;
    /*background: url(/templates/main/css/images/header_bg.jpg) no-repeat;
    background-size: cover;*/
}
.logo{
    width: auto;
    max-width: 100%;
}
.menu{
   display: flex;
   justify-content: space-evenly;
   margin: 40px 0;
}
.menu .menu-item{
    position: relative;
    flex: 1;
}
.menu .menu-item .menu-item-link{
    display: block;
    text-align: center;
    font-size: 16px;
    color: #000;
    height: 30px;
    line-height: 30px;
}


/* ??????? */
.menu-nav-item .subMenu {
    display: none;
    position: absolute;
    width: 120px;
    padding: 20px 0;
    background-color: rgba(255,255,255,0.86);
    z-index: 9999;
    /*border-top:2px solid #292d7b;*/
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
    left: 50%;
    top: 50px;
    transform: translate(-50%, 0);
}

    .menu-nav-item .subMenu > ul {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

        .menu-nav-item .subMenu > ul > li {
            list-style: none;
            width: 100%;
            line-height: 32px;
            font-size: 16px;
            text-align: center;
            cursor: pointer;
        }

.menu-nav-item ul li .subMenu > ul > li > a {
    display: block;
    color: #0a1744 /*#292d7b*/;
    padding: 2px 10px;
    width: 100%;
    box-sizing: border-box;
    font-size: 16px;
    text-align: left;
}

.menu-nav-item ul li:hover .subMenu > ul > li > a, .menu-nav-item ul li.current .subMenu > ul > li > a {
    display: block;
    text-align: left;
    line-height: 35px;
    color: #ffffff; /*#292d7b*/
    ;
    background-color: rgb(255,255,255,0);
    font-size: 16px;
}

    .menu-nav-item ul li:hover .subMenu > ul > li > a:hover:after {
        display: block;
        content: "";
        height: 1px;
        width: 100%;
        background-color: #292d7b;
        text-align: left;
        line-height: 35px;
    }

.menu-nav-item:hover .subMenu {
    display: block;
}

.menu-nav-item .subMenu > ul > li:hover {
    color: #293890;
}

.menu-nav-item .subMenu > ul > li > a {
    display: block;
    width: 100%;
    line-height: 32px;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
}
/*header end*/

/*main start*/
.main-nav{
    margin: 20px 0;
}
.commonList-nav{
    width: 100%;
	min-height:365px;
    padding: 15px;
    overflow: hidden;
    background-color: #fff;
    border:1px #e8e8e8 solid;
    margin-bottom: 20px;
}
.common-title{
    position: relative;
    height: 30px;
    line-height: 30px;
}
.common-title h3{
    height: 30px;
    line-height: 30px;
}

.common-title h3::after{
    display: block;
    content: "";
    border-bottom: 1px solid #293890;
    margin-top: 5px;
}
.common-title .more{
    position: absolute;
    right: 0;
    top: 0;
    color: #8c8c8c;
}
.common-title ul{
    width: 100%;
    float: left;
    height: 30px;
    line-height: 30px;
}

.common-title  h3 span::before{
    content: "";
    position: absolute;
    left: 0;
    bottom: -7px;
    height: 2px;
    background-color: #293890;
}
.common-title ul::after{
    display: block;
    content: "";
    border-bottom: 1px solid #293890;
    margin-top: 5px;
    height: 100%;
}

.common-title ul li{
    list-style: none;
    float: left;
    height: 30px;
    line-height: 30px;
    margin-right: 15px; 
    color: #ccc;
}
.common-title ul li.current a{
    font-weight: bold;
    color: #293890;
}
.common-title ul li a{
    font-size: 16px;
    /* margin-right: 15px; */
    position: relative;
    color: #333;
    font-weight: bold;
}

.commonList-nav .common-list{
    margin-top: 10px;
}
.common-list li{
  width: 100%;
  /*border-bottom: 1px #bfbfbf dotted;*/
  list-style: none;  
}
.common-list li a{
    display: block;
    padding-left: 20px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    background: url(/templates/main/images/keji/dot.png) no-repeat 5px center;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.common-list li a:hover{
  color:#293890;
}

/*news*/
.news-list-nav{
    width: 100%;
    height: 470px;
    padding: 15px;
    overflow: hidden;
    background-color: #fff;
    border: 1px #e8e8e8 solid;
}
.infomenu{width: 100%;border-bottom: 1px solid #293890;}
.infomenu ul{width: 90%; float: left; height: 35px; line-height: 35px;}
.infomenu ul li{list-style: none;float: left; height: 30px; line-height: 30px;color: #ccc;}
.infomenu ul li a{font-size: 17px; margin-right: 5px;position: relative;color: #333;}
.infomenu ul li a.more{color: #8c8c8c;font-size: 14px;display: block;text-align: right;}
.infomenu ul li.current a{color: #333;}
/*.infomenu ul li.current a::before{content: ''; position: absolute; left: 0; bottom: -10px; height: 2px; width: 100%;background-color:#293890;}*/
.infomenu ul li.current{font-weight: bold;}
.infomenu ul.more{width: 10%; float: right; }
.infomenu ul.more li{display: none; }
.infomenu ul.more li.current_more{display: block;width: 100%;}
.infomenu ul.more li a img{ border: 0 none;width: 40px;height: 40px;}

.infocontent,.infocontent_notice{width: 100%; border-top: 1px solid #ddd; height: 345px; display: none;}
.infocontent.active ,.infocontent_notice.active{display: block;}
.infocontent ul,.infocontent_notice ul{width: 100%;margin-top: 5px;}
.infocontent ul li,.infocontent_notice ul li{list-style: none; width: 50%; float: left; height: 40px; line-height: 40px;text-overflow:ellipsis;white-space:nowrap;overflow: hidden;/*border-bottom: 1px #bfbfbf dotted;*/}
.infocontent ul li a,.infocontent_notice ul li a{list-style: none; width: 100%; height: 40px; line-height: 40px;font-size: 16px;padding-left: 20px; text-overflow:ellipsis;white-space:nowrap;overflow: hidden; text-decoration: none; color: #333;background: url(/templates/main/images/keji/dot.png) no-repeat 5px center;}
.infocontent ul li a:hover,.infocontent_notice ul li:hover a{color: #293890; }

.top-title{
    color: #444;
    font-weight: bold;
    font-size: 16px;
    line-height: 26px;
    padding-bottom: 6px;
}
.top-info{
    padding-top: 5px;
    line-height: 23px;
    font-size: 14px;
    color: #777;
    text-indent: 2em;
}

/*winner-list*/
.winner-nav{
    width: 100%;
    padding: 15px;
    background-color: #fff;
    border: 1px #e8e8e8 solid;
    margin-bottom: 20px;
}
.winner-list{
   display: flex;
   flex-wrap: wrap; /* 允许换行 */
   gap:10px;/* 直接设置间隙（现代浏览器推荐） */
   justify-content: space-around;
   margin-top: 20px;
}
.winner-list span{
   /* flex: 1;*/
   
   /* 方案1：使用gap时（推荐） */
	flex: 0 0 calc(50% - 5px);/* 50%宽度 - gap的一半 */
	/* 方案2：使用margin时 */
  /* flex: 0 0 calc(50% - 10px);  */
  /* margin: 5px; */
  
     box-sizing: border-box;
   /* background: #eee;
    padding: 20px;*/
  
    cursor: pointer;
    display: block;
    float: left;
    height: 60px;
    line-height: 60px;
    border-right: 1px solid #fff;
    color: #333;
    text-align: center;
}
.winner-list .zhuanjia{
    flex: 1;
    cursor: pointer;
    display: block;
    float: left;
    height: 60px;
    line-height: 60px;
    border-right: 1px solid #fff;
    color: #333;
    text-align: center;
    background-color: #3388ff;
    color: #fff;
    font-size: 16px;
}
/*intro-nav*/
.intro-nav{
    width: 100%;
    min-height: 374px;
    padding: 15px;
    overflow: hidden;
    background-color: #fff;
    border: 1px #e8e8e8 solid;
    margin-bottom: 20px;
}
.intro-con{
    margin-top: 20px;
}
.intro-con p{
   color: #333;
   font-size: 15px;
   line-height: 30px;
   text-indent: 2em;
}

.intro-con-sys{
   width: 100%;
   height: 78px;
   display: flex;
   justify-content: center;
   align-items: center;
   margin-top: 10px;
}

.intro-con-sys .intro-con-sys-item{
    flex: 1;
    line-height: 78px;
    font-size: 16px;
    text-align: center;
    background-color: #3388ff;
    border-right: 1px solid #fff;
    color: #fff;
	cursor:pointer;
	
}
@media (min-width:1260px) {
    .intro-con-sys .intro-con-sys-item{
        background-image: url('/templates/main/images/keji/shenbao.png');
        background-repeat: no-repeat;
        background-size: 30px 30px;
        background-position: 20px 25px;
    }

    .winner-list .zhuanjia{
        background-image: url('/templates/main/images/keji/search.png');
        background-repeat: no-repeat;
        background-size: 30px 30px;
        background-position: 20px 18px;
    }

}

/*main end*/


/*second-list start*/
.location-second-nav{
    background-color: #fff;
    padding: 30px 20px;
    height: auto;
}
.location-second{
    height: 50px;
    line-height: 45px;
    color: #888;
    font-size: 16px;
    border-bottom: 1px solid #293890;
    text-align: left;
}
.location-second  a {
    font-size: 16px !important;
    color: #888 !important;
}
.list-second{
    display: block;
    padding: 10px 0;
    margin-bottom: 75px;
    /*height: 580px;*/
    overflow: hidden;
}
.list-second-img{
    display: block;
    padding: 10px 0;
    margin-bottom: 25px;
    min-height: 430px;
}

.list-second ul li{
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px;
    line-height: 50px;
    color: #333;
    font-size: 17px;
    border-bottom: 1px dotted #888;
    overflow: hidden;
    padding-left: 5px;
    background: url(/templates/main/images/keji/dot.png) left center no-repeat;
}
.list-second ul li .title {
    display: block;
    color: #333;
    text-decoration: none;
    font-size: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
    height: 50px;
}
.list-second ul li .subTitle {
    color: #3388ff;
    font-size: 16px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.list-second ul li .subDate {
    color: #999;
    display: block;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*second-list end*/
/*list-third-nav start*/
.list-third-nav {
    width: 100%;
    margin: 30px 0;
    padding: 30px 0;
    min-height: 400px
}

.list-third-nav .third-title {
    font-size: 25px;
    text-align: center;
    line-height: 50px;
}

.list-third-nav .third-info {
    height: 50px;
    line-height: 45px;
    color: #888;
    font-size: 16px;
    margin-bottom: 20px;
    text-align: center;
}

.list-third-nav .list-third-nav-content {
    width: 100%;
}

.list-third-nav .list-third-nav-content p {
    /*text-indent: 2em;*/
    font-size: 17px;
    text-align: justify;
    line-height: 40px !important;
    padding: 0 90px;
}

.list-third-nav .list-third-nav-content p img {
    border: 0 none;
    width: auto !important;
    max-width: 100% !important;
    height: auto !important;
    margin: 20px auto;
    vertical-align: middle;
}

.list-third-nav .list-third-nav-content p.third-link {
    text-align: center;
}

.list-third-nav .list-third-nav-content p.third-link a {
    font-size: 17px;
    color: #3388ff;
    line-height: 35px;
}
/*list-third-nav end*/

/*menu start*/

.menu-nav-container{
    background-color: #293890;
    margin-bottom: 20px;
}
.menu-nav{
    display: flex;
    justify-content: space-evenly;
}
.menu-nav-item{
    position: relative;
    flex: 1;
}
.menu-nav-item .menu-nav-link{
    display: block;
    text-align: center;
    font-size: 18px;
    padding: 0;
    color: #ffffff !important;
}
.menu-nav, .menu-nav-item, .menu-nav-link {
    height: 50px !important;
    line-height: 50px !important;
}

/*menu end*/

/*zhuanjia start*/
 .team-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
            gap: 15px;
            justify-content: center;
        }
        
        .member-card {
            background: #fff;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
            transition: all 0.3s ease;
            text-align: center;
            padding: 25px 20px;
            position: relative;
        }
        
        .member-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
        }
        
        .photo-container {
            /*width: 120px;
            height: 150px;  一寸照片比例 25mm×35mm */
            margin: 0 auto 20px;
            position: relative;
            overflow: hidden;
            border-radius: 4px;
            /*box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);*/
        }
        
        .member-photo {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.4s ease;
        }
        
        .member-card:hover .member-photo {
            transform: scale(1.05);
        }
        
        .member-info {
            text-align: center;
            padding: 0 10px;
        }
        
        .member-name {
            font-size: 1.3rem;
            font-weight: 700;
            color: #2c3e50;
            margin-bottom: 8px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }
        
        .member-position {
            font-size: 1.05rem;
            color: #3498db;
            font-weight: 600;
            margin-bottom: 15px;
            padding-bottom: 15px;
            border-bottom: 1px solid #f0f5f9;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

/*zhuanjia end*/

/*bottom-nav start*/
.bottom-nav{width:100%;background-color:#293890;}
.bottom-content{width:100%;padding:30px 0;}
.bottom-content h3.contact{color:#fff;margin-bottom:20px;}
.bottom-content p{line-height:28px;font-size:16px;color:#fff;}
.logo-bottom-nav{text-align:left;margin-top:20px;}
.weixin-code-nav{text-align:center;}
.weixin-code-nav img{width:120px;border:0 none;}
.logo-bottom-nav img{width:120px;border:0 none;}
.copyright-nav{border-top:1px solid #fff;margin-top:15px;padding-top:15px;}
.copyright-nav p{line-height:28px;font-size:16px;color:#fff;text-align:center;}
.banquan {
    color: #fff;
    font-size: 16px;
}
/*bottom-nav end*/




