* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-size: 12px;
    color: #2c2c2c;
    font-family: '思源黑体';
    background: url(../img/dot.png) repeat;
}

img {
    display: block;
    max-width: 100%;
    border: 0
}

ul,
li {
    list-style: none
}

a {
    text-decoration: none;
    display: block;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-user-select: none;
    -moz-user-focus: none;
    -moz-user-select: none;
}

/*---------------------------------------------------------------------------------------------------------------手机站导航开始----------*/
.top {
    height: 50px;
    background: #fff;
}

.sp_header {
    overflow: hidden;
    position: absolute;
    z-index: 10;
    width: 100%;
}

.sp_logo {
    padding: 10px;
    float: left;
    height: 50px
}

.sp_logo img {
    margin: auto;
    max-height: 30px;
}

.sp_nav {
    width: 50px;
    float: right;
    position: relative;
    cursor: pointer;
    height: 30px;
    margin-top: 15px
}

.sp_nav span {
    display: block;
    background: #062865;
    width: 26px;
    height: 2px;
    position: absolute;
    left: 10px;
    transition: all ease 0.35s
}

.sp_nav span:nth-of-type(1) {
    top: 0px
}

.sp_nav span:nth-of-type(2) {
    top: 8px
}

.sp_nav span:nth-of-type(3) {
    top: 16px
}

.sp_nav_se span:nth-of-type(1) {
    top: 10px;
    transform: rotate(45deg)
}

.sp_nav_se span:nth-of-type(2) {
    width: 0
}

.sp_nav_se span:nth-of-type(3) {
    top: 10px;
    transform: rotate(-45deg)
}

.sjj_nav {
    position: fixed;
    z-index: 9;
    background: #eee;
    width: 100%;
    height: 100%;
    font-size: 14px;
    line-height: 40px;
    top: -100%;
    left: 0;
    overflow: auto;
    overflow-x: hidden;
    transition: top ease 0.35s;
}

.nav_show {
    top: 50px
}

.sjj_nav>ul>li:first-child {
    overflow: hidden;
    border-top: 0
}

.sjj_nav>ul>li:first-child>a {
    float: left;
    width: calc(100% - 70px)
}

.sjj_nav>ul>li:first-child .language {
    float: right;
    width: 70px;
    overflow: hidden;
    line-height: 30px;
    margin-top: 5px
}

.sjj_nav>ul>li:first-child .language a {
    width: 35px;
    float: left;
    border-left: 1px #ddd solid;
    text-align: center;
    color: #999;
}

.sjj_nav ul li i {
    position: absolute;
    top: 5px;
    right: 0px;
    border-left: 1px #ddd solid;
    height: 30px;
    padding: 0px 7px 0 7px;
}

.sjj_nav ul li i svg {
    transform: rotate(-90deg);
    transition: all ease 0.35s
}

.sjj_nav ul li .sjj_nav_i_se svg {
    transform: rotate(0deg)
}

.sjj_nav ul li {
    border-top: 1px #ddd solid;
    margin-left: 20px;
    position: relative;
    line-height: 40px;
    font-size: 14px
}

.sjj_nav>ul>li:last-child {
    border-bottom: 1px #ddd solid;
}

.sjj_nav ul li ul {
    display: none
}

.sjj_nav ul li a {
    color: #666;
    width: 80%
}

.sjj_nav ul li ul li a {
    color: #999;
    display: block;
    text-align: left;
}

.sjj_nav ul li i svg {
    width: 20px;
    height: 20px;
    fill: #062865;
}

.sjj_nav ul li .sjj_nav_i_se svg {
    fill: #062865;
}

.sjj_nav ul li ul li>ul {
    margin-left: 10px;
}

.header {
    z-index: -5;
    position: absolute;
    width: 100%;
    height: 50px;
}

.header:after {
    content: "";
    display: table;
    clear: both;
}

.header h1 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    margin: 0;
    width: 100%;
    line-height: 60px;
    font-size: 2.4em;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.3em;
}

.header-button {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    text-transform: capitalize;
    width: 20px;
    height: 20px;
    outline: none;
    background: url("../img/search.png") no-repeat;
    border: none;
    cursor: pointer;
}

#toggle-menu {
    float: left;
    background-position: 0 0;
    background-color: #bc0023;
}

#toggle-search {
    float: right;
    margin: 15px 60px 0 0;

}

#toggle-search.open:after {
    top: 40px;
}

#toggle-basket {
    position: relative;
    float: right;
    background-position: -120px 0;
}

#toggle-basket:before {
    position: absolute;
    top: 5px;
    left: 0;
    width: 2px;
    height: 50px;
    content: "";
    background-color: #000;
}

#search-form {
    -moz-transition: max-height, 0.5s;
    -o-transition: max-height, 0.5s;
    -webkit-transition: max-height, 0.5s;
    transition: max-height, 0.5s;
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    background-color: #e1e4e7;
}

#search-form.open {
    max-height: 50px;
}

#search-form fieldset {
    position: relative;
    margin: 0 50px 0 0;
    padding: 0;
    border: none;
}

#search-form input {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    height: 50px;
}

#search-form input[type="search"] {
    width: 100%;
    padding: 0 5px 0 22px;
    background: transparent;
    border: none;
}

#search-form input[type="submit"] {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    color: #fff;
    background: #062865;
    border: none;
    cursor: pointer;
}

/*---------------------------------------------------------------------------------------------------------------手机站导航结束----------*/
.swiper-container {
    width: 100%;
    height: auto;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-containerbanner .text {
    position: absolute;
    color: #fff;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    padding-top: 40px;
}

.swiper-containerbanner .text .d {
    font-size: 30px;
    letter-spacing: 10px;
}

.swiper-containerbanner .text .x {
    font-size: 14px;
    letter-spacing: 20px;
}

.stock {
    background: url(../img/gp.png) no-repeat center;
    background-size: cover;
    width: 94%;
    margin: 40px auto;
    padding: 20px;
    color: #fff;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 5px;
}

.stockname {
    font-size: 14px;
}

.stocknumb {
    font-size: 18px;
}

.stocknumb span {
    font-size: 12px;
    font-weight: normal;
    display: block;
    text-align: right;
}

.about {
    width: 94%;
    margin: 50px auto 50px auto;
}

.more {
    background: #072966;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    padding: 20px;
    height: 40px;
    margin: 30px 0;
}

.aboutbt {
    font-size: 18px;
    font-weight: bold;
}

.aboutzy {
    color: #959595;
    font-size: 12px;
    margin-top: 20px;
}

.aboutnumb {
    display: flex;
    justify-content: center;
    font-size: 24px;
    color: #072966;
    font-weight: bold;
    margin: 30px 0;
}

.aboutnumb span {
    display: block;
    font-size: 12px;
    font-weight: normal;
    color: #2c2c2c;
}

.aboutnumb>div {
    margin-right: 40px;
}

.business {
    background: url(../img/bj.png) no-repeat center;
    background-size: cover;
    padding: 30px 0 30px 0;
}

.box {
    width: 94%;
    margin: 20px auto;
}

.tab {
    height: 40px;
    margin: 10px 0 20px 0;
}

.tab li {
    cursor: pointer;
    float: left;
    width: 73px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    height: 40px;
    line-height: 40px;
    margin-right: 20px;
    opacity: 0.5;
}

.tab li:hover {
    opacity: 1;
}

.tab li.curr {
    opacity: 1;
}

.cc {
    color: #fff;
    font-size: 12px;
}

.cc>span {
    margin-bottom: 20px;
    display: block;
    line-height: 2em;
}

.sector {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(0, 0, 0, 0.5);
    height: 100px;
    padding: 0 20px;
    color: #fff;
}

.sector span {
    display: block;
    text-transform: uppercase;
}

.sectorzw {
    font-size: 18px;
}

.sectoryw {
    font-size: 12px;
}

.round {
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 20px;
    color: #072966;
    text-align: center;
    font-weight: bold;
}

.sector1 {
    background: #fff;
}

.sector1 span {
    color: #072966;
}

.sector1 .round {
    background: #072966;
    color: #fff;
}

.news {
    width: 94%;
    margin: 20px auto;
}

.newsname {
    font-size: 18px;
    font-weight: bold;
    margin: 40px 0 10px 0;
}

.newsjs {
    color: #959595;
    line-height: 2em;
}

.newstab ul {
    list-style: none;
}

.newstab li {
    color: #2c2c2c;
    cursor: pointer;
    font-size: 14px;
    font-weight: normal;
    opacity: 1;
    width: 82px;
    margin: 0;
}

.newstab li:hover {
    color: #072966;
    font-weight: normal;
}

.newstab li.curr {
    color: #072966;
}

.news .cc {
    color: #2c2c2c;
}

.newstab li span {
    margin: 0 10px;
}

.swiper-containernews .swiper-slide {
    text-align: left;
    background: none;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-containernews a {
    font-size: 14px;
    color: #2c2c2c;
}

.newstime {
    font-size: 12px;
    color: #989898;
}

.swiper-containernews a>div {
    margin: 10px 0;
}

.foot {
    background: #353535;
    padding: 40px 0;
    text-align: center;
    color: #9A9A9A;
    font-size: 12px;
}

.ewm {
    display: flex;
    justify-content: space-between;
    width: 65%;
    margin: 40px auto;
}

.ewm img {
    width: 110px;
}

/* 固定 */
.nbanner {
    background: url(../img/nbanner.jpg) center no-repeat;
    height: 120px;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    padding: 30px 20px;
}

.nbanner span {
    display: block;
    font-size: 14px;
    font-weight: normal;
}

.nnav {
    background-color: #072966;
    display: flex;
    width: 100%;
    height: 100%;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    overflow-y: hidden;
    overflow-x: scroll;
    white-space: nowrap;
}

.nnav li {
    padding: 0 20px;
}

.nnav li a {
    color: #fff;
    font-size: 14px;
    line-height: 40px;
}

.nnav .on a {
    color: #072966;
    line-height: 40px;
}

.nnav .on {
    background: #fff;
    color: #072966;
}

.nnav li:hover {
    background: #fff;
    line-height: 40px;
}

.nnav li:hover a {
    color: #072966;
}
/* list */
.list {
    width: 94%;
    margin: 20px auto;
}
.list li{
    background: #fff;
    padding: 20px;
    margin-bottom: 20px;
}
.listbt{
    font-size: 18px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    overflow: hidden;
}
.listzy{
    font-size: 12px;
    color: #ababab;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    overflow: hidden;
    margin: 20px 0;
}
/* detail */
.detail{
    width: 94%;
    margin: 20px auto;
    background: #fff;
    padding: 30px 20px;
}
.detailbt{
    font-size: 24px;
    font-weight: bold;
}
.detailsj{
    color: #ababab;
    margin: 20px 0;
}
.detailtext{
    font-size: 14px;
    line-height: 2em;
    margin-bottom: 30px;
}
.turn,.turn a{
    color: #ababab;
}
.turn >div{
    display: flex;
}
/* list_p */
.list_p{
    width: 94%;
    margin: 20px auto;
}
.list_p li{
    background: #fff;
    padding: 10px;
    margin-bottom: 10px;
}
.list_pbt{
    font-size: 18px;
    color: #2c2c2c;
    margin: 20px 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
.list_pzy{
    color: #ababab;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
.list_psj{
    color: #ababab;
    margin: 10px 0;
}
.onepage{
	padding: 20px;
	width: 100%;
	overflow-x: scroll;
}
.onepage p{
	font-size: 16px;
	line-height: 30px;
}
.onepage img{
	max-width: 100%;
}
.contact.tplist{
	padding: 20px;
}
.contact.tplist a{
	display: flex;
	flex-flow: column nowrap;
	justify-content: flex-start;
	align-items: center;
	padding: 10px;
	background-color: white;
	margin-bottom: 10px;
}
.contact.tplist a p{
	font-size: 16px;
	margin-top: 10px;
}
.contact.tplist a img{
	max-width: 100%;
}
/* 分页 */

.margin-top-60, .padding-top-90{
	padding: 10px;
	box-sizing: border-box;
}
.margin-top-60 ul, .padding-top-90 ul {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
}
.margin-top-60 ul li, .padding-top-90 ul li{
	width: 30px;
	height: 30px;
	margin: 0 5px;
}
.margin-top-60 ul li.active a, .padding-top-90 ul li.active a{
	color: white;
	background-color: #10568a;
}
.margin-top-60 ul li a, .padding-top-90 ul li a{
	color: #2C2C2C;
	width: 100%;
	height: 100%;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	background-color: white;
	border: 1px solid #10568a;
}

.padding-top-90 ul li a .layui-icon-prev:before{
	content: "«";
}
.padding-top-90 ul li a .layui-icon-next:before{
	content: "»";
}

/*搜索*/
section.searchpage:last-of-type{
	min-height: 8vh;
	margin-bottom: 20px;
}

.searchpage.padding-top-90{
	padding: 10px 0;
}
.searchpage{
	background-color: white;
}
.searchpage form{
	background-color: #10568a;
	padding: 10px;
	position: relative;
}
.searchpage form input{
	width: 100%;
	height: 40px;
	padding: 10px;
}
.searchpage form button{
	position: absolute;
	right: 10px;
	top: 10px;
	border: unset;
	background-color: unset;
	width: 40px;
	height: 40px;
	cursor: pointer;
}
.searchpage form button .layui-icon{
	font-size: 30px;
}
.searchpage .layui-container{
	width: 100%;
}
.text-info{
	color: #10568a;
	font-size: 16px;
	font-weight: bold;
}
.searchpage .alert-danger{
	background: #10568a;
	padding: 10px;
	border-radius: 3px;
}
.searchpage .alert-danger > h4{
	font-size: 16px;
	color: white;
}
.searchpage .alert-danger > h4 > .text-danger{
	color: white;
	font-weight: bold;
}
.searchpage .alert-danger > p{
	padding-top: 10px;
	color: white;
	font-size: 14px;
}
.searchpage .alert-danger > p > strong{
	font-weight: bold;
	
}