html,
body {
	margin: 0;
	padding: 0;
	font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica Neue", STHeiti, "Microsoft Yahei", Tahoma, Simsun, sans-serif;

/*-webkit-filter: grayscale(100%);
	filter: progid:DXImageTransform.Microsoft.BasicImage(graysale=1);*/
}
body {

}
ul,
ol,
li,
dl,
dt,
dd {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.top-nav,
.top-content,
.hot-news-content,
.index-news-content,
.index-news2,
.index-news2-content,
.index-foot-content,
.infopage-content {
	width: 1250px;
	margin: 0 auto;
}

.nav-href-middle {
	display: flex;
	align-items: center;
	background: #ffffff;
	border-radius: 3px;
	border: #e3e3e3 0.5px solid;
	padding: 0 0.6rem 0 0.7rem;
	width: calc(100% - 1.4rem);
	height: 3.5rem;
}

.content2 {
	background: #fff;
}

#plpage_input {
	width: 60px !important;
margin-bottom: 0;
}

.top {
    /*background: -webkit-linear-gradient(top, #009ee3 0%, #0061b4 100%);
    background: linear-gradient(to bottom, #009ee3 0%,#0061b4 100%);*/
    /*background: rgb(181, 231, 249);*/
    height: 120px;
	background: rgb(50, 65, 126);
}

.top-content {
	position: relative;

}

.top-logo {
	padding-top: 20px;

}

.top-logo img {
	height: 85px;
}

.top-link {
	color: #fff;
	margin-top: 65px;
	margin-right: 50px;
}

.top-link-box {
	margin-top: 8px;
	margin-right: 20px;
	padding-left: 20px;
	line-height: 1;
	color: #164876;
}

.top-link-box a {
	color: #fff;
}

.top-link-box a:hover {
	text-decoration: underline;
}

.top-nav-content {
    border-top: 3px solid #F8F8FF;
	border-bottom: 3px solid #F8F8FF;
}

.top-nav-main li {
	float: left;
	text-align: center;
	position: relative;
}

.top-nav-line {
	margin-left: 2px;
	color: #aaa;
}

.top-nav-main li a {
	color: rgb(50, 65, 126);
	display: block;
	text-align: center;
	font-size: 16px;
	padding-left: 20px;
	padding-right: 20px;
	height: 50px;
	line-height: 50px;
	font-weight: 550;
}

.top-nav-main li .am-fl-text {
	text-align: center;
	width:100%;
}

.top-nav-main li a:hover {
	/*background:rgb(12, 106, 198);*/
	background: rgb(50, 65, 126);
	color:#ffffff;
}

.top-nav-main li .top-nav-small {
	display: none;
	position: absolute;
	left: 0;
	top: 55px;
	width: 100%;
	background:rgb(213 200 154);
	color:rgb(255, 255, 255);
	z-index: 9999;
	box-sizing: border-box
}

.top-nav-main li .top-nav-small .small-menu a {
	color: #fff;
	font-size: 15px;
	text-transform: uppercase;
	display: block;
	text-align: center;
	border-top: 1px solid rgba(255, 255, 255, 0.6);
	height: 50px;
	line-height: 50px;
	padding: 0;
}
.top-content .top-logo .text{
	display: inline-block;
	vertical-align: middle;
	color: #164876;
}

.top-content .top-logo .cn{
	font-family: 'Arial Verdana Helvetica';
	line-height: 1.2;
	font-size: 20px;
	color: rgb(255, 255, 255);
	padding-bottom: 5px;
}

.top-content .top-logo .en{
	font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;
	text-align: center;
	line-height: 1.2;
	font-size: 20px;
	color: rgb(255, 255, 255);
}

.top-nav-main li .top-nav-small .small-menu a:hover {
	background-color: #47bcff;
	color: #fff
}

.index-banner {
	width: 900px;
	margin-right: 20px;

}

.index-banner2 {
	width: 100%;
	position: relative;
}

.slideBox{
	flex-grow: 1;
	width: 100%;

	z-index: 0;
}

.slideBox .hd,
.slideBox2 .hd {
	height: 10px;
	z-index: 1;
	overflow: hidden;
	position: absolute;
	left: 50%;
	bottom: 25px;
	transform: translateX(-50%);
	z-index: 1
}

.slideBox .hd ul,
.slideBox2 .hd ul {
	text-align: center;
	padding-top: 5px
}

.slideBox .hd ul li,
.slideBox2 .hd ul li {
	cursor: pointer;
	float: left;
	margin-right: 5px;
	width: 30px;
	height: 10px;
	line-height: 14px;
	text-align: center;
	background: #fff;
}

.slideBox .hd ul .on,
.slideBox2 .hd ul .on {
	background: #00a2ff;
	color: #fff;
}

.slideBox .bd ul li {
	height: 420px;
}

.slideBox .bd ul li img {
	width: 100%;
	height: 100%;
}

.index-float {
	position: fixed;
	right: 10px;
	top: 200px;
	z-index: 9;
}

.hot-news {
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 10px;
	width: 100%;
}

.hot-news-content {
	background: #fff;
	border-radius: 6px;
	height: 120px;
	padding: 10px;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.15);
}

.hot-news-icon {
    width: 91px;
    line-height: 33px;
    /*background: #bb0e21;*/
    /*background: url('../images/index-hotnews-icon.png') no-repeat left center;
    background-size: contain;*/
    color: #d91616;
    font-size: 18px;
    margin-top: 10px;
    margin-left: 8px;
    text-align: left;
}

.hot-news-more {
	font-size: 14px;
	width: 90px;
	text-align: right;
}

    .hot-news-more a {
        color: #0061b4;
        font-weight: bold;
    }

.hot-news-more a:hover {
	text-decoration: underline;
}

.hot-news-center {
	text-align: center;
	margin-left: 20px;
	width: calc(100% - 210px);
}

.hot-news-title {
	font-size: 26px;
	font-weight: bold;
    margin-top: 7px;
	margin-bottom: 10px;
}

    .hot-news-title a {
        /*color: #0061b4;*/
        color: #d91616;
    }

.hot-news-title a:hover,
.hot-news-small-title .small-title-font a:hover {
    color: #C10802;
}

.hot-news-small-title {
	display: flex;
    border-top: 1px dashed #aaa;
    padding-top: 10px;
}

.hot-news-small-title .small-title-font {
	flex: 1;
	font-size: 17px;
}

    .hot-news-small-title .small-title-font a {
        color: #000;
        font-weight: normal;
    }

.index-news-content {
	display: flex;
	margin: 20px auto;
}

.index-news-box {
    flex: 1;
    background: #fff;
    margin-right: 12px;
    padding: 8px;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.15);
}

.index-news-box-display{
	display:none;
}

.index-news-box:last-of-type {
	margin-right: 0;
}

.index-news-top {
	border-bottom: 1px solid #0061b4;
}

.index-banner-right{
	flex-grow: 4;
	width: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

.index-banner-right-title{
	font-size: 16px;
	color: #fff;
	background-size: contain;
	font-weight: bold;
	margin: 10px 0 0 20px;
	padding-left: 20px;
	padding-top:5px;
	height: 40px;
	line-height: 30px;
	width:110px;
	background:rgb(213 200 154);
	float: left;
}

.index-banner-right-title a{
	color: #FFFFFF;
}

.index-banner-right-icon{
	margin-right: 10px;
}

.index-banner-right-icon a{
	font-size: 12px;
}


/*.index-banner-right-news-title{*/
	/*margin:0 0 15px 15px;*/

/*}*/

/*.index-banner-right-news-title .iconfont {*/
	/*color: #ffaf0f;*/
/*}*/

.index-banner-right-news-title a{
	font-size: 16px;
	color: #0a0a0a;
}

.index-banner-right-news-list-menu{
	display: flex;
	align-items: center;
	background: #ffffff;
	border-radius: 3px;
	border: #e3e3e3 0.5px solid;
	padding: 0 0.6rem 0 0.7rem;
	width: calc(100% - 1.4rem);
	height: 5.5rem;
	margin: 0.7rem 0.7rem 0;

}

/*.index-banner-right-news-list-menu2{*/
	/*box-sizing: border-box;*/
	/*display: grid;*/
	/*grid-template-columns: 1fr 1fr;*/
	/*grid-auto-rows: auto;*/
	/*align-items: center;*/
	/*justify-items: center;*/
	/*font-size: 1.05rem;*/
	/*grid-column-gap: 0.8em;*/
	/*grid-row-gap: 0.5em;*/
	/*color: #333;*/
	/*font-weight: 430;*/
/*}*/

.title_menu{
	flex-grow: 1;
}

.icon_menu{
	flex-grow: 0;
	margin: 0.3rem 0rem 0.3rem 0;
	height: calc(100% - 0.6rem);
}
.index-news-top-title {
    /*font-size: 16px;*/
    /*color: #fff;*/
    /*!*background: url('../images/index-news-tab-bg.png') no-repeat left bottom;*!*/
	/*background-color: rgb(12, 106, 198);*/
    /*background-size: contain;*/
    /*font-weight: bold;*/
    /*padding: 5px;*/
    /*padding-top: 0;*/
    /*height: 30px;*/
    /*line-height: 30px;*/
	/*width:110px;*/

	color: rgb(255, 255, 255);
	padding: 0px 20px;
	margin-right: 20px;
	font-size: 20px;
	cursor: pointer;
	background-color:#164876;
	/*background-color: rgb(12, 106, 198);*/
}

/*.index-news-top-title-hover{*/
	/*background:rgb(213 200 154);*/
	/*color:rgb(255, 255, 255);*/
/*}*/



/*.index-news-top-title a {*/
	/*color: #d2620b;*/
	/*text-align: center;*/
/*}*/

/*.index-news-top-title a:hover {*/
	/*color: #fff;*/
/*}*/

.index-news-top-title-a{
	color: #fff;
}

.index-news-top-title-b{
	color: #d2620b;
}

.index-news-top .am-nav-tabs.am-nav-justify {
    border: 0;
    border-bottom: 1px solid #0061b4;
    margin: 30px 0 0 0;
}

.index-news-top .am-nav-tabs.am-nav-justify a {
	line-height: inherit;
	border: 0;
	padding: 5px;
	padding-top: 0;
	margin: 0;
	width: 74px;
	color: #0061b4;
	margin-right: 20px;
	height: 30px;
	line-height: 30px;
}

.index-news-top .am-nav-tabs.am-nav-justify a:hover {
	border: 0;
	background: none;
	color: #0061b4;

}

.index-news-top .am-nav-tabs > li {
    margin: 0;
    padding: 0;
    border: 0;
    width: 74px;
}

.index-news-top .am-nav-tabs>li>a:hover {
	border-color: none;
}

.am-nav-tabs>li.am-active>a,
.am-nav-tabs>li.am-active>a:focus,
.am-nav-tabs>li.am-active>a:hover {
	border: none;
}

.index-news-top .am-nav-tabs.am-nav-justify .index-news-top-title {
	border-bottom: 0;
	display: inline-block;
	margin-right: 15px;
}

.index-news-top .am-nav-tabs.am-nav-justify .index-news-top-title.am-active {
	border: 0;
	padding: 0;
	color: #0061b4;
	border-bottom: 3px solid #0061b4;
}

.index-news-top .am-tabs-bd .am-tab-panel,
.index-news-top .am-tabs-bd {
	padding: 0;
	border: none;
	-moz-user-select: text !important;
	-webkit-user-select: text !important;
	-ms-user-select: text !important;
	user-select: text !important;
}

.index-news-top-more {
	font-size: 13px;
	color: #000;
	margin-top: 2px;
}

    .index-news-top-more a {
        color: #0061b4;
        font-weight: bold;
    }

        .index-news-top-more a:hover {
            color: #0061b4;
        }

.index-news-top .am-nav-tabs.am-nav-justify .am-active a {
    color: #fff;
    background: url('../images/index-news-tab-bg.png') no-repeat left bottom;
    background-size: contain;
    font-weight: bold;
}

.index-news-list {
    padding-bottom: 10px;
}

.index-news-list li {
    margin-top: 15px;
}

.index-news-list-title{
	font-size: 15px;
	color: #000;
	height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	/* white-space: nowrap; */
	/* width: 390px; */
}

.index-news-list-title .iconfont{
	color: #ffaf0f;
}

.index-news-list-title a{
	color: rgb(12, 106, 198);
}

.index-news-list-title a:hover{
	color: #0061b4;
}

.index-news-list-title {
	line-height: 24px;
}

.index-news-list-more {
	font-size: 13px;
	color: #888;
	line-height: 30px;
}

.index-news2-content {
    background: #fff;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 6px;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.15);
}

.index-news2-link {
	display: flex;
    margin-top: 8px;
}

.index-news2-link .news2-link-list {
	margin-right: 8px;
    text-align: center;
    overflow: hidden;
    height: 78px;
}

    .index-news2-link .news2-link-list a {
        display: block;
    }

    .index-news2-link .news2-link-list-more {
        width: 30px;
        text-align: center;
        font-size: 14px;
        background: #eee;
        line-height: 1.4;
        border-radius: 6px;
    }

.index-news2-link .news2-link-list-more a {
	display: block;
	color: #000;
	padding: 5px;
	border-radius: 6px;
}

.index-news2-link .news2-link-list-more a:hover {
	background: #00A2FF;
	color: #fff;
}

.index-team-list li {
    width: 30%;
    margin-right: 15px;
    position: relative;
    text-align: left;
}

.index-foot {
	height: 120px;
	/*background: -webkit-linear-gradient(top, #009ee3 0%, #0061b4 100%);
background: linear-gradient(to bottom, #009ee3 0%,#0061b4 100%);*/
	background: rgb(50, 65, 126);
}

.index-foot-content {
	padding: 10px;
}

.index-foot-copyright {
	color: #fff;
	font-size: 14px;
	margin-right: 15px;

}

.index-foot-copyright a {
	color: #fff;
}

.index-news2-menu {
	margin-bottom: 15px;
}

.news2-menu-list {
	width: 100%;
}

.index-news2 li {
	float: left;
	display: inline-block;
	margin-right: 12px;
}

    .index-news2 li:last-child {
        margin-right: 0;
    }

    .mui-popover {
        width: 160px;
    }

.mui-table-view-cell a {
	color: #318dda !important;
	text-align: center;
}

.mui-table-view-cell a:hover {
	background: #00a2ff;
	color: #fff !important;
}

.mui-backdrop {
	display: none !important;
}

.mui-popover .mui-scroll-wrapper {
	margin: 0 !important;
}

.mui-popover .mui-table-view {
    background: -webkit-linear-gradient(top, #e3f5ff 0%, #fff 100%);
    background: linear-gradient(to bottom, #e3f5ff 0%,#fff 100%);
}

    /*.mui-popover .mui-table-view .mui-table-view-cell:after {
        background: #00A2FF;
        right: 15px;
    }*/

.index-foot-select {
    position: relative;
    margin-left: 10px;
    margin-top: 12px;
}

    .index-foot-select .iconfont {
        position: absolute;
        right: 6px;
        top: 2px;
        display: inline-block;
        font-size: 13px;
        pointer-events: none;
    }

        .index-foot-select .iconfont img {
            width: 20px;
            height: 20px;
        }

    .index-foot-select select {
        font-size: 14px;
        padding: 2px 5px;
        width: 95px;
        background: url("../images/foot-select-icon.png") no-repeat calc(100% - 6px) center #fff;
        background-size: 20px;
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        color: #0061b4;
    }

.infopage-content {
	background: #fff;
	padding: 20px;
	min-height: 710px;
}

.infopage-nav {
	width: 210px;
}

.infopage-nav .title {
	height: 70px;
	background-color: rgb(50, 65, 126);
	line-height: 70px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	margin-bottom: 3px;
}

.infopage-nav .navlist li {
	border-bottom: 1px solid #eee;
	font-size: 15px;
}

.infopage-nav .navlist li a {
	display: block;
	color: #000;
	padding: 10px;
}

.infopage-nav .navlist li a .iconfont {
	color: #999;
}

.infopage-nav .navlist li.active a,
.infopage-nav .navlist li.active a .iconfont,
.infopage-nav .navlist li a:hover,
.infopage-nav .navlist li a:hover .iconfont {
	background: #00a2ff;
	color: #fff;
}

.infopage-main {
	margin-left: 40px;
	width: calc(100% - 250px);
}

.about-main {
	padding: 20px;
	background: #f3fbff;
}

.about-main-font .about-main p {
    font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica Neue", STHeiti, "Microsoft Yahei", Tahoma, Simsun, sans-serif !important;
    font-size: 16px;
}

.infopage-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 15px;
	border-left: 4px solid #007AFF;
	padding-left: 10px;
	line-height: 1;
}

.about-main-font a {
	/* background: #00a2ff; */
	/* border-radius: 60px; */
	color: #000;
	font-size: 14px;
	padding: 2px 10px;
}

.about-main-font a .iconfont {
	font-size: 14px;
}

.about-main-font table {
	width: 100%;
}

.about-main-font table th,
.about-main-font table td {
	border: 1px solid #ddd !important;
	border-collapse: collapse;
}

.about-main-font table th p,
.about-main-font table td p {
	margin: 0;
	padding: 10px;
}

.about-main-font p,
.about3-main-list-font p {
	color: #000;
	font-size: 18px;
	line-height: 30px;
}

.about2-main {
	margin: 30px 25px;
}

.about3-main {
	margin: 60px 25px;
}

.about3-main-list {
	border: 1px solid #eee;
	padding: 20px;
	width: 400px;
	height: 510px;
	margin-right: 30px;
}

.about3-main-list-title {
    background: -webkit-linear-gradient(left, #20c8da 0%, #1371fb 100%);
    background: linear-gradient(to left, #20c8da 0%, #1371fb 100%);
    color: #fff;
    text-align: center;
    font-size: 22px;
    height: 45px;
    line-height: 45px;
    margin-top: -40px;
}

.about3-main-list-font {
	margin-top: 30px;
}

.about3-main-list-font img {
	display: block;
	height: 160px;
	margin: 0 auto 30px auto;
}

.about-main-font2 {
	width: calc(100% - 270px);
	margin-right: 30px;
}

.about-main-font2-img {
	width: 170px;
}

.infopage-title2 {
	border-bottom: 1px solid #eee;
	font-weight: bold;
	font-size: 26px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	text-align: center;
    position: relative;
}

.about-main-btn {
	text-align: center;
	margin: 40px 0;
}

.about-main-btn input {
	background: #00a2ff;
	border: 1px solid #00a2ff;
	color: #fff;
	font-size: 16px;
	padding: 10px 25px;
}

.infopage-main2 p {
	text-indent: 32px;
}

    .about-main-font p,
    .about3-main-list-font p,
    .infopage-main2 p,
    .about-main-font p span,
    .about3-main-list-font p span,
    .infopage-main2 p span,
    .about-main-font span,
    .about3-main-list-font span,
    .infopage-main2 span,
    .news-main p,
    .news-main p span,
    .news-main p span span,
    .news-main p span span span {
        font-family: SimSun !important;
    }

    .about-leader {
        border: 1px solid #eee;
        padding: 20px;
    }

.about-leader-photo img {
	width: 200px;
}

.about-leader-photo2 img {
	width: 110px;
}

.about-leader-info {
	width: calc(100% - 130px);
}

.about-leader-name {
	font-weight: bold;
	font-size: 22px;
	margin-top: 5px;
}

.about-leader-name2 {
	font-weight: bold;
	font-size: 18px;
	margin-top: 5px;
}

.about-leader-name2-small {
	margin-bottom: 5px;
}

.about-leader-main {
	margin-left: 30px;
	width: calc(100% - 230px);
}

.about-leader-main p {
    font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica Neue", STHeiti, "Microsoft Yahei", Tahoma, Simsun, sans-serif !important;
    font-size: 16px;
}

.about-leader-list {
	margin-top: 20px;
}

.about-leader-list li {
	float: left;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	width: calc(33.3333333333333% - 30px);
	margin-right: 30px;
	margin-bottom: 20px;
}

.about-leader-list li a {
	font-size: 16px;
	display: block;
	height: 45px;
	line-height: 40px;
	text-align: center;
	background: #fff;
	border: 1px solid #eee;
	border-radius: 6px;
	color: #1c72d0;
	transition: border 0.3s;
}

.about-leader-list li a:hover {
	border-color: #00A2FF;
}

.about-leader-list li small {
	font-size: 13px;
	font-weight: normal;
	padding-left: 5px;
}

.about-leader-link {
	display: flex;
	margin-top: 30px;
}

.about-leader-link-list {
    flex: 1;
    background: -webkit-linear-gradient(left, #009ee3 0%, #1371fb 100%);
    background: linear-gradient(to left, #009ee3 0%, #1371fb 100%);
    color: #fff;
    text-align: center;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    border-radius: 6px;
    margin: 0 5px;
}

.about-leader-link-list a {
	color: #fff;
	display: block;
}

.about-leader-link-list2 {
	flex: 1;
	border: 1px solid #eee;
	text-align: center;
	font-size: 18px;
	height: 40px;
	line-height: 40px;
	border-radius: 6px;
	margin: 0 5px;
}

.about-leader-link-list.year-list,
.about-leader-link-list2.year-list {
	width: 120px;
	flex: inherit;
}

.about-leader-link-list2 a {
	display: block;
	color: #000;
	border-radius: 6px;
}

    .about-leader-link-list2 a:hover {
        color: #fff;
        background: -webkit-linear-gradient(left, #009ee3 0%, #1371fb 100%);
        background: linear-gradient(to left, #009ee3 0%, #1371fb 100%);
    }

.about-leader-list4 li {
	float: left;
	display: inline-block;
	font-weight: bold;
	font-size: 22px;
	text-align: center;
	width: 190px;
	margin-bottom: 20px;
	margin-right: 10px;
}

.about-leader-list4 li small {
	font-size: 16px;
	font-weight: normal;
}

.newslist-list {
	border: 1px solid #fff;
	padding: 20px;
	margin-bottom: 25px;
	transition: border 0.3s;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}

.newslist-list:hover {
	border: 1px solid #00A2FF;
}

.newslist-list.people-list {
	width: calc(50% - 20px);
	margin: 10px;
	height: 150px;
}

.newslist-list-time {
	width: 80px;
	height: 70px;
	text-align: center;
	padding: 5px;
	color: #000;
	margin-top: 6px;
	background: #f5f5f5;
	border-radius: 6px;
}

.newslist-list-time.people-photo {
	height: auto;
	padding: 0;
	background: #fff;
}

.newslist-list-time.people-photo img {
	width: 100%;
}

.newslist-list-time .day {
	font-weight: bold;
	font-size: 24px;
	line-height: 1.4;
}

.newslist-list-time .year {
	font-size: 13px;
}

.newslist-list-main {
	margin-left: 20px;
	width: calc(100% - 200px);
}

.newslist-list-main .title {
	font-size: 18px;
	margin-bottom: 5px;
	margin-top: 10px;
	color: #000;
}

.newslist-list-main .font {
	font-size: 14px;
	color: #888;
	height: 44px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: wrap;
}

.about-leader-list2 {
	display: flex;
	flex-wrap: wrap;
	background: #f7f7f7;
}

.leader-list2-box {
	width: 50%;
	padding: 10px;
}

.leader-list3-box {
	width: calc(33.33333333333% - 20px);
	padding: 10px;
	border: 1px solid #eee;
	margin: 10px;
}

.about2-link {
	margin-top: 30px;
}

.about2-link ul {
	display: flex;
}

.about2-link li {
	flex: 1;
	border: 1px solid #eee;
	padding: 10px;
	margin-right: 10px;
	text-align: center;
}

.about2-link li:hover {
	transition: border 0.3s;
	border: 1px solid #00A2FF;
}

.about2-link li a {
	color: #000;
	display: block;
}

.about2-link li a:hover {
	color: #00A2FF;
}

.about2-link li:last-of-type {
	margin-right: 0;
}

.about2-link .iconfont {
	font-size: 40px;
}

.about-leader-list3 .about-leader-info2 {
	border: 1px solid #eee;
	width: calc(50% - 20px);
	margin: 10px;
	padding: 10px 20px;
	height: 110px;
}

.about-company-list {
	margin-top: 30px;
}

.company-list {
	border-bottom: 1px solid #eee;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.company-list .title {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
	color: #000;
}

.company-list .font {
	font-size: 14px;
	color: #888;
}

.company-list a:hover .title {
	color: #00A2FF;
}

.special-list {
	float: left;
	display: inline-block;
	padding: 5px;
	background: #fff;
	margin: 0 7px 15px 5px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}

.special-list.magazine-list img {
	height: 272px;
}

.phone-main {
	margin-left: 50px;
}

.phone-main .title {
	font-size: 32px;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 5px;
}

.phone-main .font {
	font-size: 20px;
	margin-bottom: 30px;
}

.phone-list .list {
	width: 180px;
	margin-right: 100px;
	margin-bottom: 50px;
	text-align: center;
}

.phone-list .list .img img {
	width: 120px;
	display: block;
	margin: 0 auto;
}

.phone-list .list .name {
	font-size: 16px;
	margin-top: 10px;
}

.advice-top {
	background: #f7f7f7;
	padding: 10px;
}

.advice-top p {
	font-size: 14px;
	color: #000;
	line-height: 30px;
	margin: 0;
}

.advice-top p strong {
	font-weight: bold;
	color: #000;
	font-size: 18px;
}

.advice-form {
	margin: 30px 0;
}

.advice-form table,
.advice-form th,
.advice-form td {
	border: 1px solid #eee;
	border-collapse: collapse;
}

.advice-form th,
.advice-form td {
	padding: 10px;
}

.advice-form td .iconfont {
	position: absolute;
	left: 95px;
	top: 7px;
	font-size: 22px;
}

.advice-form td select {
	border: 1px solid rgba(0, 0, 0, .2) !important;
}

.advice-form td input {
	margin: 0;
}

@media screen and(-ms-high-contrast:active),(-ms-high-contrast:none) {
    /*����IE11*/
    .index-foot-select .iconfont,
    .advice-form td .iconfont {
        display: none;
    }

    a:focus {
        outline: 1px auto #00a2ff;
    }

    .mui-popover .mui-table-view .mui-table-view-cell {
        border-bottom: 1px solid #00A2FF;
    }

        .mui-popover .mui-table-view .mui-table-view-cell:after {
            background: none;
            right: 0;
        }
}

@media print {
		.no-print {
				visibility: hidden;
		}
}

.index-banner-right .wecode-box {
	width: 304px;
}

.index-banner-right .wecode-box .item1 {
	background: #164876;
	padding: 20px 17px;
	margin-bottom: 10px;
}

.index-banner-right .wecode-box .item2 {
	background: #006699;
	padding: 20px 17px;
	margin-bottom: 10px;
}

.index-banner-right .wecode-box .item3 {
	background: #0b8dad;
	padding: 20px 17px;
	margin-bottom: 10px;
}
.index-banner-right .wecode-box .item4 {
	background: #13b3c3;
	padding: 20px 17px;
	margin-bottom: 10px;
}

.index-banner-right .wecode-box .item h1 {
	font-size: 24px;
	text-align: center;
	margin: 5px 0;
}

.index-banner-right .wecode-box .item h1, .index-banner-right .wecode-box .item h2 {
	color: #fff;
}

.con-box2 .l-box {
	width:100%;
	float: left;
	box-sizing: border-box;
	padding: 15px 0 0 20px;
}

.con-box2 .l-box .head-title {
	display: block;
	height: 43px;
	border-bottom: 1px solid rgb(50, 65, 126);
	color: rgb(50, 65, 126);
	font-size: 20px;;
	position: relative;
	margin-bottom: 5px;
}

.con-box2 .l-box .head-title .tab {
	display: block;
	padding: 0 10px;
	line-height: 43px;
	float: left;
	margin: 0 20px 0 0;
	cursor: pointer;
}

.con-box2 .l-box .head-title .sel {
	color: rgb(255, 255, 255);
	padding: 0px 20px;
	margin-right: 20px;
	font-size: 20px;
	cursor: pointer;
	background-color: rgb(50, 65, 126);
}

.con-box2 .l-box .head-title .more-btn {
	font-size: 14px;
	line-height: 50px;
	display: block;
	position: absolute;
	right: 10px;
	color: rgb(50, 65, 126);
}

.con-box2 .l-box .tab-box {
	height: 300px;
	overflow: hidden;
}

.con-box2 .l-box .tab-box .list {

	font-size: 14px;
	color: rgb(50, 65, 126);
	line-height: 30px;
	height: 30px;
}

.con-box2 .l-box .tab-box .list .jt {
	display: block;
	width: 13px;
	height: 13px;
	background: url(../../images/jt.png) no-repeat center/100%;
	margin: 9px 10px 0 0;
	float: left;

}

.con-box2 .l-box .tab-box .list .text {
	font-size: 16px;
	margin-top: 0.1px;
	float: left;
	color: rgb(50, 65, 126);
}

.con-box2 .l-box .tab-box .list .time {
	float: right;
}


.con-box3 .l-box-s {
  width:100%;
  float: left;
  box-sizing: border-box;
  padding: 15px 0 0 20px;
}

.con-box3 .l-box-s .head-title {
	display: block;
	height: 43px;
	border-bottom: 1px solid rgb(50, 65, 126);
	color: rgb(50, 65, 126);
	font-size: 20px;;
	position: relative;
	margin-bottom: 5px;
}

.con-box3 .l-box-s .head-title .tab {
	display: block;
	padding: 0 10px;
	line-height: 43px;
	float: left;
	margin: 0 20px 0 0;
	cursor: pointer;
}

.con-box3 .l-box-s .head-title .sel {
	color: rgb(255, 255, 255);
	padding: 0px 20px;
	margin-right: 20px;
	font-size: 20px;
	cursor: pointer;
	background-color: rgb(50, 65, 126);
}

.con-box3 .l-box-s .head-title .more-btn {
	font-size: 14px;
	line-height: 50px;
	display: block;
	position: absolute;
	right: 10px;
	color: rgb(50, 65, 126);
}

.con-box3 .l-box-s .tab-box {
	height: 300px;
	overflow: hidden;
}

.con-box3 .l-box-s .tab-box .list {
	font-size: 14px;
	color: rgb(50, 65, 126);
	line-height: 30px;
	height: 30px;
}

.con-box3 .l-box-s .tab-box .list .jt {
	display: block;
	width: 13px;
	height: 13px;
	background: url(../../images/jt.png) no-repeat center/100%;
	margin: 9px 10px 0 0;
	float: left;

}

.con-box3 .l-box-s .tab-box .list .text {
	font-size: 16px;
	margin-top: 0.1px;
	float: left;
	color: rgb(50, 65, 126);
}

.con-box3 .l-box-s .tab-box .list .time {
	float: right;
}
