HTML,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
blockquote,
pre,
form,
fieldset,
table,
th,
td {
    border: none;
    font-family: "微软雅黑", "黑体", "宋体";
    font-size: 14px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    height: 100%;
    width: 100%;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-style: normal;
    font-weight: normal;
}

a {
    text-decoration: none;
}

input::-ms-clear {
    display: none;
}

input::-ms-reveal {
    display: none;
}

input {
    -webkit-appearance: none;
    margin: 0;
    outline: none;
    padding: 0;
}

input[type=submit],
input[type=button] {
    cursor: pointer;
}

button[disabled],
input[disabled] {
    cursor: default;
}

img {
    border: none;
}

ul,
ol,
li {
    list-style-type: none;
}

.mobileheader,
.mobilenav {
    display: none;
}

header {
    padding: 0 120px;
    width: 100%;
    height: 90px;
    background-color: white;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
}

header .nav {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    position: relative;
}

header .nav nav>ul {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    position: relative;
}

header .nav nav>ul>li {}

header .nav nav>ul>li .erjinav {
    display: none;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
    position: absolute;
    /* top: 0; */
    left: 0;
    z-index: 10;
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
}

header .nav nav>ul>li .erjinav a {
    margin: 5px 0;
    color: #2C2C2C;
    font-size: 14px;
    padding: 10px 30px;
}

header .nav nav>ul>li .erjinav a:hover {
    border-bottom: 1px solid rgba(24, 13, 185, 0.5);
}

header .nav nav>ul>li>a {
    margin: 0 20px;
    display: flex;
    align-items: center;
    height: 90px;
    font-size: 16px;
    color: #2b2b2b;
}

header .nav nav>ul>li>a:hover {
    height: 88px;
    border-bottom: 2px solid #180db9;
    color: #180db9;
}

header .nav nav>ul>li:hover .erjinav {
    display: flex;
}

header .nav span {
    margin: 0 10px;
    color: #e5e5e5;
}

header .nav form {
    display: flex;
    flex-flow: row nowrap;
    position: relative;
}

header .nav form input {
    align-self: baseline;
}

header .nav form input[type=text] {
    display: none;
    position: absolute;
    top: -20px;
    right: -25px;
    width: 150px;
    height: 40px;
    border: 1px solid #e5e5e5;
    border-radius: 40px;
    padding-left: 20px;
}

header .nav form:hover input[type=text] {
    display: block;
}

header .nav form input[type=image] {
    position: absolute;
    z-index: 10;
    top: -7px;
    right: -15px;
}

.banner .swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.banner .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;
}

.banner .swiper-slide a {
    width: 100%;
}

.banner .swiper-slide a img {
    width: 100%;
}

.banner .swiper-container .swiper-pagination {
    width: 100%;
    bottom: 30px;
}

.banner .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: unset;
    border: 1px solid white;
    border-radius: 100%;
    opacity: 1;
}

.banner .swiper-pagination-bullet-active {
    background: white;
}

.about {
    width: 1400px;
    margin: 80px auto 0;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}

.about .left h2 {
    font-size: 36px;
    color: #2b2b2b;
}

.about .left h3 {
    font-size: 20px;
    color: #2b2b2b;
}

.about .left h4 a {
    font-size: 18px;
    font-weight: bold;
    color: #180db9;
    display: inline-block;
    margin-top: 60px;
}

.about .left p {
    font-size: 16px;
    color: #2b2b2b;
    line-height: 40px;
    margin-top: 30px;
}

.about .left>a {
    display: flex;
    width: 160px;
    height: 40px;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
    box-sizing: border-box;
    border: 1px solid #e5e5e5;
    color: #2b2b2b;
    margin-top: 90px;
}

.about .right {
    margin-left: 60px;
}

.product {
    background: url(../img/pro.png) top no-repeat;
    background-size: 100%;
}

.product .pro-cont {
    width: 1400px;
    margin: 80px auto 0;
    padding-top: 55px;
}

.product .pro-cont .pro-tit h2 {
    font-size: 36px;
    color: white;
    text-align: center;
}

.product .pro-cont .pro-tit h3 {
    font-size: 20px;
    color: white;
    text-align: center;
}

.product .pro-cont .pro-tab {
    margin-top: 30px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
}

.product .pro-cont .pro-tab a {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 10px;
    padding: 5px 20px;
    color: white;
}

.product .pro-cont .pro-tab a.on {
    background-color: white;
    color: #180db9;
}

.product .pro-cont .pro-items {
    margin-top: 55px;
}

.product .pro-cont .item {
    display: none;
}

.product .pro-cont .item.on {
    display: block;
}

.product .pro-cont .item .swiper-container {
    padding-bottom: 40px;
}

.product .pro-cont .item .swiper-slide {
    padding: 20px;
    box-sizing: border-box;
    background-color: white;
    border-radius: 10px;
    min-height: 439px;
}

.product .pro-cont .item .swiper-slide a {
    display: flex;
    flex-flow: column nowrap;
    transition: all .5s;
}

.product .pro-cont .item .swiper-slide a img {
    width: 100%;
}

.product .pro-cont .item .swiper-slide a h4 {
    margin-top: 25px;
    font-size: 18px;
    color: #2c2c2c;
    font-weight: bold;
}

.product .pro-cont .item .swiper-slide a p {
    font-size: 14px;
    line-height: 24px;
    color: #2c2c2c;
    opacity: 0.5;
    margin-top: 25px;
    min-height: 47px;
}

.product .pro-cont .item .swiper-slide a span {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    padding: 5px 10px;
    border: 1px solid #e5e5e5;
    color: #2b2b2b;
    margin-top: 30px;
}

.product .pro-cont .item .swiper-slide:hover {
    transition: all 1s;
    box-shadow: 0 0 20px rgba(29, 56, 75, .26);
}

.product .pro-cont .item .swiper-slide a:hover h4 {
    color: #180db9;
}

.product .pro-cont .item .swiper-slide a:hover span {
    background-color: #180DB9;
}

.product .pro-cont .item .swiper-slide a:hover span em {
    color: white;
}

.product .pro-cont .item .swiper-pagination {
    bottom: 0px;
    left: 0;
    width: 100%;
}

.product .pro-cont .item .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}

.product .pro-cont .item .swiper-pagination .swiper-pagination-bullet {
    background-color: #dddddd;
    opacity: 1;
}

.product .pro-cont .item .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #180db9;
}

.news {
    width: 1400px;
    margin: 70px auto 0;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
}

.news .news-tab {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
}

.news .news-tab>.tab>h2 {
    color: #2b2b2b;
    font-size: 36px;
    font-weight: normal;
}

.news .news-tab>.tab>h3 {
    color: #2b2b2b;
    font-size: 20px;
    font-weight: normal;
}

.news .news-tab>.tab.on>h2 {
    font-weight: bold;
}

.news .news-tab>span {
    display: block;
    margin: 0 30px;
    width: 1px;
    height: 60px;
    background-color: #dddddd;
}

.news .news-cont {
    margin-top: 30px;
}

.news .news-cont .item {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    display: none;
}

.news .news-cont .item a {
    width: 685px;
    height: 155px;
    padding: 35px 30px;
    background-color: white;
    border-radius: 10px;
    margin-bottom: 25px;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    transition: all .5s;
}

.news .news-cont .item a .date {
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    align-items: center;
    width: 100px;
}

.news .news-cont .item a .date .day {
    font-size: 28px;
    color: #2c2c2c;
}

.news .news-cont .item a .date .year {
    color: #cfcfcf;
}

.news .news-cont .item a .date i {
    display: block;
    width: 30px;
    height: 1px;
    background-color: #dddddd;
    margin: 20px 0;
}

.news .news-cont .item a>span {
    display: block;
    width: 1px;
    height: 90px;
    background-color: #dddddd;
    margin: 0 20px 0 10px;
}

.news .news-cont .item a .cont h4 {
    font-size: 16px;
    color: #2c2c2c;
}

.news .news-cont .item a .cont p {
    font-size: 14px;
    color: #ababab;
    line-height: 24px;
    margin-top: 20px;
}

.news .news-cont .item a:hover {
    box-shadow: 0 0 20px rgba(29, 56, 75, .26);
}

.news .news-cont .item a:hover .day {
    color: #180db9;
}

.news .news-cont .item a:hover .cont h4 {
    color: #180db9;
}

.news .news-cont .item.on {
    display: flex;
}

.field {
    width: 1400px;
    margin: 40px auto 0;
    /* display: flex;
	flex-flow: column nowrap;
	align-items: center; */
}

.field .field-tit {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
}

.field .field-tit h2 {
    font-size: 36px;
    font-weight: bold;
    color: #2b2b2b;
}

.field .field-tit h3 {
    font-size: 20px;
    font-weight: normal;
    color: #2b2b2b;
}

.field .field-cont {
    margin-top: 30px;
}

.field .field-cont .swiper-container {
    padding-bottom: 60px;
}

.field .field-cont .swiper-container .swiper-slide {
    border-radius: 10px;
    background-color: white;
    box-shadow: 0 0 10px rgba(29, 56, 75, .26);
}

.field .field-cont .swiper-container .swiper-slide a {
    display: flex;
    flex-flow: column nowrap;
    transition: all .5s;
    border-radius: 10px;
    overflow: hidden;
}

.field .field-cont .swiper-container .swiper-slide a img {
    width: 100%;
}

.field .field-cont .swiper-container .swiper-slide a .text {
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #2b2b2b;
    font-size: 16px;
}

.field .field-cont .swiper-container .swiper-slide a:hover .text {
    color: #180db9;
}

.field .field-cont .swiper-container .swiper-pagination {
    bottom: 20px;
    left: 0;
    width: 100%;
}

.field .field-cont .swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}

.field .field-cont .swiper-container .swiper-pagination .swiper-pagination-bullet {
    background-color: #dddddd;
    opacity: 1;
}

.field .field-cont .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #180db9;
}

footer {
    background-color: #46474d;
    margin-top: 30px;
}

footer .footer {
    margin: 0 auto;
    width: 1400px;
    display: flex;
    flex-flow: column nowrap;
}

footer .footer .top {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    margin-top: 35px;
}

footer .footer a,
footer .footer span {
    color: white;
}

footer .footer p {
    color: white;
    opacity: 0.5;
}

footer .footer .top .left p:nth-of-type(2) {
    margin-top: 45px;
}

footer .footer .top .left p {
    line-height: 32px;
}

footer .footer .top .right {
    display: flex;
    flex-flow: column nowrap;
    align-items: flex-end;
}

footer .footer .top .right>img {
    width: 41px;
    height: 46px;
}

footer .footer .top .right .tel {
    font-size: 30px;
    color: white;
    opacity: 1;
    margin-top: 10px;
}

footer .footer .top .right .ercode {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}

footer .footer .top .right .ercode img:last-child {
    margin-left: 10px;
}

footer .footer .bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 20px;
}

footer .footer .bottom p {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    margin: 20px 0;
}

.neibanner {
    width: 100%;
}

.neibanner .nei-tit {
    width: 1400px;
    margin: 0 auto;
    padding: 150px 0 120px;
}

.neibanner .nei-tit h2 {
    font-size: 36px;
    color: white;
    font-weight: bold;
}

.neibanner .nei-tit h3 {
    font-size: 18px;
    color: white;
    font-weight: normal;
}

.ejnav {
    width: 100%;
    background-color: white;
}

.ejnav .ejnav-cont {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    width: 1400px;
    margin: 0 auto;
}

.ejnav .ejnav-cont .navlist {
    display: flex;
    flex-flow: row nowrap;

    max-width: 75%;
}

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
.ejnav .ejnav-cont .navlist::-webkit-scrollbar {
    width: 7px;
    height: 7px;
    background-color: #F5F5F5;
}

/*定义滚动条轨道 内阴影+圆角*/
.ejnav .ejnav-cont .navlist::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

/*定义滑块 内阴影+圆角*/
.ejnav .ejnav-cont .navlist::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
    background-color: #c8c8c8;
}

.ejnav .ejnav-cont .navlist a {
    display: inline-block;
    padding: 15px 0;
    margin-right: 50px;
    font-size: 16px;
    color: #474747;
}

.ejnav .ejnav-cont .navlist a.on,
.ejnav .ejnav-cont .navlist a:hover {
    color: #180db9;
    border-bottom: 1px solid #180DB9;
    font-weight: bold;
}

.ejnav .ejnav-cont .crumbs p {
    color: #454545;
    opacity: 0.5;
}

.ejnav .ejnav-cont .crumbs p,
.ejnav .ejnav-cont .crumbs p a {
    color: #454545;
}

.xxlist {
    margin: 30px auto 0;
    width: 1400px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.xxlist .item {
    width: 49%;
    margin-bottom: 30px;
}

.xxlist .item a {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    padding: 30px;
    background-color: white;
    border-radius: 10px;
    transition: all .5s;
}

.xxlist .item a .time {
    width: 95px;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
}

.xxlist .item a .time .day {
    font-size: 28px;
    color: #2c2c2c;
}

.xxlist .item a .time span {
    display: block;
    width: 30px;
    height: 1px;
    background-color: #cfcfcf;
    margin: 10px 0;
}

.xxlist .item a .time .year {
    color: #cfcfcf;
}

.xxlist .item a>span {
    display: block;
    width: 1px;
    height: 80px;
    background-color: #e5e5e5;
    margin: 0 25px;
}

.xxlist .item a .cont .h3 {
    font-size: 16px;
    color: #2c2c2c;
}

.xxlist .item a .cont p {
    font-size: 14px;
    color: #ababab;
    line-height: 24px;
    margin-top: 15px;
}

.xxlist .item a:hover .time .day {
    color: #180db9;
    transition: all .5s;
}

.xxlist .item a:hover .cont .h3 {
    color: #180DB9;
    font-weight: bold;
    transition: all .5s;
}

.twlist {
    margin: 30px auto 0;
    width: 1400px;
    display: flex;
    flex-flow: column nowrap;
}

.twlist .item {
    width: 100%;
    background-color: white;
    margin-bottom: 30px;
    border-radius: 10px;
    overflow: hidden;
}

.twlist .item a {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;

}

.twlist .item a .time {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    width: 145px;
}

.twlist .item a .time .day {
    font-size: 45px;
    color: #474747;
}

.twlist .item a .time span {
    width: 80px;
    height: 2px;
    background-color: #d4d4d4;
}

.twlist .item a .time .yue {
    font-size: 18px;
    color: #474747;
    margin-top: 5px;
}

.twlist .item a .time .year {
    font-size: 16px;
    color: #474747;
}

.twlist .item a img {
    width: 210px;
    height: 150px;
}

.twlist .item a .cont {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: flex-start;
    margin-left: 30px;
}

.twlist .item a .cont .h3 {
    font-size: 16px;
    color: #2c2c2c;
}

.twlist .item a .cont p {
    font-size: 14px;
    color: #999999;
    margin-top: 10px;
}

.twlist .item:hover .time {
    background-color: #180db9;
    transition: all .5s;
}

.twlist .item:hover .time .day,
.twlist .item:hover .time span,
.twlist .item:hover .time .yue,
.twlist .item:hover .time .year {
    color: white;
    transition: all .5s;
}

.twlist .item:hover .cont .h3 {
    font-weight: bold;
    color: #180DB9;
    transition: all .5s;
}

.tplist {
    margin: 30px auto 0;
    width: 1400px;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
}

.tplist a {
    display: flex;
    flex-flow: column nowrap;
    width: 326px;
    height: 289px;
    margin-right: 0px;
    background-color: white;
    margin-bottom: 30px;
    border-radius: 10px;
    overflow: hidden;
}

.tplist a img {
    width: 100%;
}

.tplist a .text {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #2b2b2b;
    font-size: 16px;
}

.tplist a:not(:nth-of-type(4n)) {
    margin-right: 32px;
}

.tplist a:hover .text {
    background-color: #180DB9;
    color: white;
    transition: all .5s;
}

.detail {
    width: 1400px;
    margin: 40px auto 0;
    background-color: white;
    padding: 40px 70px;
    box-sizing: border-box;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: center;
}

.detail .hr {
    width: 100%;
    height: 1px;
    background-color: #f5f5f5;
}

.detail h3 {
    font-size: 30px;
    font-weight: normal;
}

.detail>p {
    color: #6d6d6d;
    font-size: 14px;
    margin-top: 5px;
}

.detail .cont {
    margin-top: 30px;
}

.detail .cont p {
    font-size: 16px;
    color: #20201e;
    line-height: 40px;
    text-align: justify;
    text-indent: 2em;
}

.detail .nextprev {
    width: 100%;
    margin-top: 40px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}

.detail .nextprev a {
    font-size: 14px;
    color: #2b2b2b;
    transition: all .5s;
}

.detail .nextprev a:hover {
    color: #0062b2;
}

center.margin-top-60 ul,
center.padding-top-90 ul {
    list-style-type: none;
    text-align: center;
    overflow: hidden;
    margin-top: 60px;
}

center.margin-top-60 ul li,
center.padding-top-90 ul li {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    /* float: left; */
    margin-right: 15px;
    background: #e0e0e0;
}

center.margin-top-60 ul li a,
center.padding-top-90 ul li a {
    color: #929292;
}

center.margin-top-60 li.active,
center.padding-top-90 li.active {
    background: #0a76bf;
}

center.margin-top-60 li.active a,
center.padding-top-90 li.active a {
    color: #fff;
}

center.margin-top-60 ul li a,
center.padding-top-90 ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

center.padding-top-90 ul li a .layui-icon-prev:before {
    content: "«";
}

center.padding-top-90 ul li a .layui-icon-next:before {
    content: "»";
}

.alert.alert-danger {
    background-color: white;
    font-size: 14px;
    padding: 10px;
    color: #2c2c2c;
}

.alert.alert-danger .text-danger {
    font-size: 16px;
    color: #0a76bf;
    font-weight: bold;
}

.xinxi .xinxi-title .text-danger {
    color: #0a76bf;
    font-weight: bold;
}

.text-mute.text-left {
    margin-bottom: 10px;
}

.text-mute.text-left .text-info {
    font-weight: bold;
    color: #0a76bf;
}

#map2 {
    height: 550px;
    width: 1400px;
    margin: 40px auto 0;
}

.cont-items {
    margin: 0 auto;
    width: 1400px;
}

.cont-items ul {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}

.cont-items ul li {
    width: 33%;
    text-align: center;
    margin: 60px 0;
    padding: 20px;
    border-right: 1px solid #190eb9;
}

.cont-items ul li img {
    width: 50px;
}

.cont-items ul li span {
    margin-left: 10px;
    position: relative;
    top: -5px;
}

.searchlist {
    width: 1400px;
    margin: 0 auto;
}

.searchform {
    width: 1400px;
    margin: 40px auto 0;
}

.searchform form {
    display: flex;
    flex-flow: row nowrap;
    position: relative;
}

.searchform input[type=text] {
    width: 100%;
    border: 1px solid #ccc;
    outline: unset;
    height: 40px;
    font-size: 16px;
    padding-left: 10px;
}

.searchform input[type=image] {
    position: absolute;
    top: 10px;
    right: 15px;
}

.page_detail {
    margin: 40px auto 0;
    padding: 50px;
    box-sizing: border-box;
    width: 1400px;
    background-color: white;
    text-align: justify;
}

.page_detail p {
    line-height: 45px;
    font-size: 16px;
}

#liuyan {
    width: 1400px;
    margin: 40px auto 0;
}

#liuyan .layui-container {
    width: 100%;
}

#liuyan .text a {
    font-size: 20px;
}

#guestbook {
    margin-top: 20px;
}

#btSubmit {
    background-color: #0a76bf;
}

.videopage {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    display: flex;
    justify-content: center;
    align-items: center;
}

.videopage span {
    display: block;
    font-size: 30px;
    color: white;
    position: absolute;
    top: -40px;
    right: 0;
}

.videopage .video {
    position: relative;
}

.videopage .video video {
    width: 856px;
    height: 482px;
}

/* 手机或小平板 phone */
@media all and (max-width: 767px) {
    header {
        display: none;
    }

    .mobileheader {
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        padding: 5px 10px;
        background-color: white;
        position: fixed;
        top: 0;
        z-index: 999;
        box-shadow: 0 0 10px #ccc;
    }

    .mobileheader img {
        width: 70%;
    }

    .sh {
        padding: 9px 10px;
        background-color: transparent;
        border: 1px solid transparent;
        outline: none;
    }

    .sh span {
        display: block;
        margin-top: 4px;
        width: 22px;
        height: 3px;
        background: #0062b2;
        border-radius: 1px;
    }

    .rotate {
        transform-origin: center center;
        /*旋转中心要是正中间才行*/
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transition: transform 0.2s;
        /*过度时间 可调*/
        -webkit-transition: -webkit-transform 0.2s;
        -moz-transition: -moz-transform 0.2s;
        -ms-transition: -ms-transform 0.2s;
        -o-transition: -o-transform 0.2s;
    }

    .rotate1 {
        position: relative;
        top: -7px;
        transform-origin: center center;
        transform: rotate(-45deg);
        /*返回原点*/
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transition: transform 0.2s;
        -webkit-transition: -webkit-transform 0.2s;
        -moz-transition: -moz-transform 0.2s;
        -ms-transition: -ms-transform 0.2s;
        -o-transition: -o-transform 0.2s;
    }

    .mobilenav {
        padding: 10px;
        background-color: rgba(24, 13, 185, 0.8);
        position: fixed;
        z-index: 999;
        width: 100%;
    }

    .mobilenav ul li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        margin-bottom: 10px;
        padding-bottom: 3px;
    }

    .mobilenav ul li a {
        color: white;
        font-size: 16px;
    }

    .banner {
        margin-top: 45px;
    }

    .banner .swiper-container .swiper-pagination {
        bottom: 10px;
    }

    .about {
        width: 100%;
        padding: 10px;
        margin: 0px auto 0;
        flex-flow: column nowrap;
    }

    .about .left h2 {
        font-size: 24px;
    }

    .about .left h3 {
        font-size: 18px;
    }

    .about .left h4 a {
        margin-top: 20px;
    }

    .about .left p {
        line-height: 30px;
        margin-top: 20px;
    }

    .about .left>a {
        display: none;
    }

    .about .right {
        margin-left: 0px;
        margin-top: 20px;
    }

    .about .right img {
        width: 100%;
    }

    .product {
        background-size: cover;
        padding: 10px;
    }

    .product .pro-cont {
        width: 100%;
        margin: 0px auto 0;
        padding-top: 20px;
    }

    .product .pro-cont .pro-tit h2 {
        font-size: 24px;
    }

    .product .pro-cont .pro-tit h3 {
        font-size: 18px;
    }

    .product .pro-cont .pro-tab {
        white-space: nowrap;
        overflow-x: scroll;
        justify-content: flex-start;
    }

    .product .pro-cont .pro-items {
        margin-top: 35px;
    }

    .news {
        width: 100%;
        padding: 10px;
        margin: 20px auto 0;
    }

    .news .news-tab>.tab>h2 {
        font-size: 24px;
    }

    .news .news-tab>.tab>h3 {
        font-size: 18px;
    }

    .news .news-cont .item a {
        width: 100%;
        height: auto;
        padding: 10px;
    }

    .news .news-cont .item a .date {
        width: 100px;
    }

    .news .news-cont .item a .cont {
        width: 210px;
    }

    .news .news-cont .item a .cont h4 {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
    }

    .news .news-cont .item a .cont p {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

    .news .news-cont .item a .date i {
        margin: 10px 0;
    }

    .field {
        width: 100%;
        margin: 0 auto 0;
        padding: 10px;
    }

    .field .field-tit h2 {
        font-size: 24px;
    }

    .field .field-tit h3 {
        font-size: 18px;
    }

    .field .field-cont .swiper-container .swiper-slide a .text {
        display: flex;
        text-align: center;
    }

    footer .footer {
        width: 100%;
        padding: 10px;
    }

    footer .footer .top {
        flex-flow: column nowrap;
        margin-top: 0px;
    }

    footer .footer .top .right {
        align-items: center;
    }

    footer .footer .bottom p {
        flex-flow: column nowrap;
    }

    footer .footer .top .left p:nth-of-type(2) {
        margin-top: 15px;
    }

    .neibanner {
        margin-top: 45px;
        min-height: 150px;
    }

    .neibanner .nei-tit {
        width: 100%;
        padding: 40px 10px 20px;
    }

    .neibanner .nei-tit h2 {
        font-size: 24px;
    }

    .ejnav {
        padding: 0 10px;
    }

    .ejnav .ejnav-cont {
        width: 100%;
        flex-flow: column nowrap;
        align-items: flex-start;
    }

    .ejnav .ejnav-cont .crumbs {
        margin-top: 10px;
    }

    .ejnav .ejnav-cont .navlist {
        /* white-space: nowrap;
		overflow-x: scroll; */
        max-width: 100%;
    }

    .page_detail {
        margin-top: 10px;
        width: 100%;
        padding: 20px;
    }

    .page_detail img {
        max-width: 100%;
    }

    .tplist {
        margin: 10px 0;
        width: 100%;
        padding: 10px;
    }

    .tplist a:not(:nth-of-type(4n)) {
        margin-right: 0;
    }

    .tplist a {
        width: 100%;
    }

    .detail {
        width: 100%;
        margin: 10px 0;
        padding: 20px;
    }

    .detail h3 {
        font-size: 24px;
        text-align: center;
    }

    .detail .cont {
        margin-top: 20px;
    }

    .detail .cont img {
        max-width: 100%;
        height: auto !important;
    }

    .detail .cont p {
        text-indent: unset;
    }

    .detail .nextprev {
        flex-flow: column nowrap;
    }

    .detail .nextprev .next {
        margin-top: 10px;
    }

    .twlist {
        width: 100%;
        margin: 10px 0;
        padding: 10px;
    }

    .twlist .item a {}

    .twlist .item a .time {
        display: none;
    }

    .twlist .item a img {
        width: 100px;
        height: auto;
    }

    .twlist .item a .cont .h3 {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
    }

    .twlist .item a .cont p {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

    .twlist .item a .cont {
        padding: 10px 0;
        margin-left: 10px;
    }

    .xxlist {
        width: 100%;
        margin: 10px 0;
        padding: 10px;
    }

    .xxlist .item {
        width: 100%;
    }

    .xxlist .item a .cont .h3 {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
    }

    .xxlist .item a .cont p {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

    .xxlist .item a {
        padding: 10px;
    }

    .xxlist .item a>span {
        margin: 0 10px;
    }

    .xxlist .item a .time {
        width: 190px;
    }

    center.margin-top-60 ul,
    center.padding-top-90 ul {
        margin-top: 0;
    }

    .detail>p {
        margin-top: 20px;
    }

    #map2 {
        width: 100%;
        height: 300px;
        margin: 10px auto 0;
        padding: 10px;
    }

    .cont-items {
        width: 100%;
    }

    .cont-items ul {
        flex-flow: column nowrap;
    }

    .cont-items ul li {
        width: 100%;
        border-right: none;
        margin: unset;
    }

    #liuyan {
        width: 100%;
        margin: 10px auto 0;
    }

    .videopage .video video {
        width: 320px;
        height: 185px;
    }
}